@charset "UTF-8";
/*
/sass/style.scss*!
Theme Name: nu
Theme URI: http://underscores.me/
Author: Fast Forward
Author URI: http://www.fastforward.sh
Description: Custom Theme for Northeaster Graduate Studies based on Underscores
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nu
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

nu is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.valign {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

/**
 * @section styles
 * @subsection colors
 * @description - The primary colors are added by using the color name as a class, such as class="red".
 */
/**
 * @section styles
 * @subsection colors
 * @description - Red is the primary call to action color and can be found on all buttons:
 * @color {red} $color__red-highlight #C50000
 */
/**
 * @section styles
 * @subsection colors
 * @description - Dark-red is the hover-state color for buttons:
 * @color {red-dark} $color__red-highlight-dark #900202
 */
/**
 * @section styles
 * @subsection colors
 * @description - Degree-types have three colors. When a program has more than one type of degree, the color for the highest degree is displayed on the program page.
 */
/**
 * @section styles
 * @subsection colors
 * @description - Green represents Doctorate programs:
 * @color {green} $color__green-highlight #97C21C
 */
/**
 * @section styles
 * @subsection colors
 * @description - Blue represents Masters programs:
 * @color {blue} $color__blue-highlight #4F91CD
 */
/**
 * @section styles
 * @subsection colors
 * @description - Purple represents Certificate programs:
 * @color {purple} $color__purple-highlight #B54878
 */
/**
 * @section styles
 * @subsection colors
 * @description - Various shades of grey are used for background colors, borders, horizontal rules, and secondary button active/inactive states.
 */
/**
 * @section styles
 * @subsection colors
 * @description -
 * @color {grey-blue} $color__grey-blue Grey Blue #E9EEF2
 */
/**
 * @section styles
 * @subsection colors
 * @description -
 * @color {grey-blue-light} $color__grey-blue-light Light Grey Blue #F1F4F6
 */
/**
 * @section styles
 * @subsection colors
 * @description -
 * @color {grey-7} $color__grey-7 Grey 7 #333333
 */
/**
 * @section styles
 * @subsection colors
 * @description -
 * @color {grey-6} $color__grey-6 Grey 6 #6A6A6A
 */
/**
 * @section styles
 * @subsection colors
 * @description -
 * @color {grey-5} $color__grey-5 Grey 5 #999999
 */
/**
 * @section styles
 * @subsection colors
 * @description -
 * @color {grey-4} $color__grey-4 Grey 4 #D5D5D5
 */
/**
 * @section styles
 * @subsection colors
 * @description -
 * @color {grey-3} $color__grey-3 Grey 3 #E9E9E9
 */
/**
 * @section styles
 * @subsection colors
 * @description -
 * @color {grey-2} $color__grey-2 Grey 2 #F1F1F1
 */
/**
 * @section styles
 * @subsection colors
 * @description -
 * @color {grey-1} $color__grey-1 Grey 1 #F7F7F7
 */
/**
 * @section styles
 * @subsection colors
 * @description - The home page secondary colors are as follows:
 */
/**
 * @section styles
 * @subsection colors
 * @description -
 * @color {teal} $color__teal Teal #00cfb5
 */
/**
 * @section styles
 * @subsection colors
 * @description -
 * @color {green} $color__green Teal #00cfb5
 */
/**
 * @section styles
 * @subsection colors
 * @description -
 * @color {orange} $color__orange Orange #fa8a3b
 */
/**
 * @section styles
 * @subsection colors
 * @description -
 * @color {purple-hp} $color__purple-hp Purple #785ca5
 */
.red-dark {
  color: #873138 !important; }

.swatch {
  position: relative;
  line-height: 40px;
  margin-top: 9px;
  margin-bottom: 9px;
  padding-left: 50px; }
  .swatch:before {
    position: absolute;
    left: 0;
    content: '';
    background-color: grey;
    width: 40px;
    height: 40px;
    border: 1px solid #eeeeee; }
  .swatch.red:before, .footer-site-map a.swatch:before, .footer-site-map .event-teasers .event-teaser:hover a.swatch:before, .event-teasers .event-teaser:hover .footer-site-map a.swatch:before {
    background-color: #d41b2c; }
  .swatch.red-dark:before {
    background-color: #873138; }
  .swatch.blue:before {
    background-color: #0063b5; }
  .swatch.blue-dark:before {
    background-color: #4073a2; }
  .swatch.green:before {
    background-color: #97c21c; }
  .swatch.green-dark:before {
    background-color: #759712; }
  .swatch.purple:before {
    background-color: #ff854f; }
  .swatch.purple-dark:before {
    background-color: #903a60; }
  .swatch.grey-blue:before {
    background-color: #e9edf1; }
  .swatch.grey-blue-light:before {
    background-color: #f1f4f6; }
  .swatch.grey-7:before {
    background-color: #333333; }
  .swatch.grey-6:before {
    background-color: #6a6a6a; }
  .swatch.grey-5:before {
    background-color: #9e9e9e; }
  .swatch.grey-4:before {
    background-color: #d5d5d5; }
  .swatch.grey-3:before {
    background-color: #e9e9e9; }
  .swatch.grey-2:before {
    background-color: #f1f1f1; }
  .swatch.grey-1:before {
    background-color: #f7f7f7; }
  .swatch.teal:before {
    background-color: #62B6D0; }
  .swatch.teal-light:before {
    background-color: #62B6D0; }
  .swatch.orange:before {
    background-color: #FF854F; }
  .swatch.purple-hp:before {
    background-color: #785ca5; }

.texture {
  background-repeat: repeat; }

.texture-grey, .facets .cell-results, .facets .cell-clear {
  background-repeat: repeat; }

.texture-medium-grey {
  background-repeat: repeat; }

.texture-light-grey, .compare-page .testimonials-container, .tiles .tile-wrapper, .program-teasers .program-table, .bullet-blocks .bullet-item, .form-container, .stick-nav, .section-hero-request-info-mobile, .section-navbar:not([data-eq-state]), .blue-banner {
  background-repeat: repeat; }

.texture-white {
  background-repeat: repeat; }

/**
  * @section styles
  * @subsection fonts
  * @rendered {html} - The site uses <a href="https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js" target="_blank">Google fonts</a>.<br/>
*/
/**
  * @section styles
  * @subsection fonts
  * @name - Open Sans
  * @rendered {html} $font__code: <div class="" style="font-size:200;font-family: Open Sans">abcdefghijklmnopqrstuvwxwz 1234567890</div>
  * @description - Open Sans, Used in main body copy, and all headers except H5.
*/
/**
  * @section styles
  * @subsection fonts
  * @name - Roboto Slab
  * @rendered {html} $font__highlight: <div class="" style="font-family: Roboto Slab">abcdefghijklmnopqrstuvwxwz 1234567890</div>
  * @description - Use as the highlight text in bullet blocks and other focused statistics (see bullet-blocks for an example).
*/
@media only screen and (min-width: 400px) {
  body:after {
    content: "bp-small";
    display: none; } }
@media only screen and (min-width: 760px) {
  body:after {
    content: "bp-medium";
    display: none; } }
@media only screen and (min-width: 1100px) {
  body:after {
    content: "bp-large";
    display: none; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: 45px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .event-teasers .event-teaser:hover a.slick-prev, .slick-prev:focus,
  .slick-next:hover,
  .event-teasers .event-teaser:hover a.slick-next,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .event-teasers .event-teaser:hover a.slick-prev:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .event-teasers .event-teaser:hover a.slick-next:before,
    .slick-next:focus:before {
      opacity: 1;
      background-color: white;
      color: #d41b2c !important;
      border-radius: 50%;
      padding: 7px;
      font-size: 16px;
      line-height: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "nav-icons";
    border-radius: 50%;
    padding: 7px;
    font-size: 16px;
    background-color: white;
    line-height: 1;
    color: #d5d5d5;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: visible;
    position: relative; }

.slick-prev {
  left: 20px;
  z-index: 9; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 20px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }
  .slick-prev:before:hover, .event-teasers .event-teaser:hover a.slick-prev:before {
    color: red; }

.slick-next {
  right: 28px;
  z-index: 9; }
  [dir="rtl"] .slick-next {
    left: 20px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "nav-icons";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a, .footer-site-map a, .event-teasers .event-teaser:hover a {
  background-color: transparent; }

a:active, .event-teasers .event-teaser:hover a:active,
a:hover,
.event-teasers .event-teaser:hover a {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "nav-icons";
  src: url("fonts/nav-icons/fonts/nav-icons.woff2") format("woff2"); }
body,
button,
input,
select,
textarea {
  color: #333333;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.55556em;
  font-display: swap; }

/**
 * @section styles
 * @subsection Headings
 * @example path ./typography.html
 * @example2 html <h1>Foo BarM</h1><h1>Foo BarM</h1>
     <h1>Foo BarM</h1>
     <h1>Foo BarM</h1><h1>Foo BarM</h1>
 */
h1, h2, h3, h4, h5, .tiles.tiles--icons .tile-title, .bullet-blocks .bullet-item .bullet-item-value,
.bullet-blocks .bullet-item .bullet-item-value *, h6 {
  clear: both;
  font-family: "Lato", sans-serif;
  margin: 0 auto .2em; }

/**
  * @section styles
  * @subsection headings
  * @rendered {html} h1 <h1>H1 heading</h1>Open Sans, 600, 36px, line-height 42px
  * @description Main page heading.  Use in Hero area of pages and main page titles.
*/
h1 {
  font-weight: 600;
  font-size: 1.55556em;
  line-height: 1.19048em; }
  h1.page-title {
    margin: 20px 0 20px;
    line-height: 1; }

/**
  * @section styles
  * @subsection headings
  * @rendered {html} h2 <h2>H2 heading</h2>Open Sans, 600, 26px, line-height 35px
  * @description Use as the section titles of pages.
*/
h2 {
  font-weight: 600;
  font-size: 1.22222em;
  line-height: 1.34375em; }

/**
  * @section styles
  * @subsection headings
  * @rendered {html} h3 <h3>H3 heading</h3>Open Sans, 600, 20px, line-height 25.5px
  * @description Use as sub-section titles.
*/
h3 {
  font-weight: 600;
  font-size: 1em;
  line-height: 1.27273em; }

/**
  * @section styles
  * @subsection headings
  * @rendered {html} h4 <h4>H4 heading</h4>Open Sans, 600, 18px, line-height 21.6px
  * @description Use as the titles of articles in teasers.
*/
h4 {
  font-weight: 600;
  font-size: 0.88889em;
  line-height: 1.2em; }

/**
  * @section styles
  * @subsection headings
  * @rendered {html} h5 <h5>H5 heading</h5>Roboto Slab, 300, 20px, line-height 20px
  * @description Use as the highlight text in bullet blocks.
*/
h5, .tiles.tiles--icons .tile-title, .bullet-blocks .bullet-item .bullet-item-value,
.bullet-blocks .bullet-item .bullet-item-value * {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 0.66667em;
  line-height: 1em; }

/**
  * @section styles
  * @subsection headings
  * @rendered {html} h6 <h6>H6 heading</h6>Open Sans, 600, 12px, line-height 20px
  * @description H6 Use as the post date and category links for teasers.
*/
h6 {
  font-weight: 600;
  font-size: 0.77778em;
  line-height: 1.66667em; }

@media all and (min-width: 760px) {
  h1 {
    font-size: 2em; }
    h1.page-title {
      margin: 40px 0 20px;
      line-height: 1; }

  h2 {
    font-size: 1.44444em; }

  h3 {
    font-size: 1.11111em; }

  h4 {
    font-size: 1em; }

  h5, .tiles.tiles--icons .tile-title, .bullet-blocks .bullet-item .bullet-item-value,
  .bullet-blocks .bullet-item .bullet-item-value * {
    font-size: 1.11111em; }

  h6 {
    font-size: 0.66667em; } }
@media all and (min-width: 1100px) {
  h1 {
    font-size: 2.33333em; }
    h1.page-title {
      margin: 60px 0 40px;
      line-height: 1; }

  h2 {
    font-size: 1.77778em; }

  h3 {
    font-size: 1.22222em; }

  h4 {
    font-size: 1em; }

  h5, .tiles.tiles--icons .tile-title, .bullet-blocks .bullet-item .bullet-item-value,
  .bullet-blocks .bullet-item .bullet-item-value * {
    font-size: 1.11111em; }

  h6 {
    font-size: 0.66667em; } }
/* line 57, sass/_normalize.scss */
b,
strong {
  font-weight: 600; }

span.hero-h1 {
  font-weight: 600;
  font-size: 1.5555555556em;
  line-height: 1.1904761905em; }

span.section-sub-title {
  line-height: 1.1904761905em; }

.section-sub-title span {
  font-weight: 600;
  line-height: 1.1904761905em; }

.section-sub-title {
  padding-top: 18px; }

html {
  font-size: 18px;
  line-height: 28px;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

* {
  font-weight: 300;
  font-size: 1em;
  /**
    * @section styles
    * @subsection typography
    * @rendered {html} - <h4>Large</h4><p class="large">This is the font size for the home page and for large format landing pages, it is 22px, Open Sans, weight 300, line-height 39px.</p><p class="large">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean euismod bibendum laoreet. Proin gravida dolor sit amet lacus accumsan et viverra justo commodo. Proin sodales pulvinar tempor. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nam fermentum, nulla luctus pharetra vulputate, felis tellus mollis orci, sed rhoncus sapien nunc eget.</p>
  */
  /**
    * @section styles
    * @subsection typography
    * @rendered {html} - <h4>Medium</h4><p class="medium">This is the standard font format for text in the site, it is 18px, Open Sans, weight 300, line-height 28px.</p><p class="medium">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean euismod bibendum laoreet. Proin gravida dolor sit amet lacus accumsan et viverra justo commodo. Proin sodales pulvinar tempor. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nam fermentum, nulla luctus pharetra vulputate, felis tellus mollis orci, sed rhoncus sapien nunc eget.</p>
  */
  /**
    * @section styles
    * @subsection typography
    * @rendered {html} - <h4>Small</h4><p class="small"> This is the text for labels, links in teasers, it is 12px, Open Sans, weight 300, line-height 14px.</p><p class="small">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean euismod bibendum laoreet. Proin gravida dolor sit amet lacus accumsan et viverra justo commodo. Proin sodales pulvinar tempor. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nam fermentum, nulla luctus pharetra vulputate, felis tellus mollis orci, sed rhoncus sapien nunc eget.</p>
  */
  /**
    * @section styles
    * @subsection typography
    * @rendered {html} - <h4>Extra-small</h4><p class="extra-small">This is fine print text, it is 12px, Open Sans, weight 300, line-height 13.33px.</p><p class="extra-small">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean euismod bibendum laoreet. Proin gravida dolor sit amet lacus accumsan et viverra justo commodo. Proin sodales pulvinar tempor. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nam fermentum, nulla luctus pharetra vulputate, felis tellus mollis orci, sed rhoncus sapien nunc eget.</p>
  */ }
  *.large {
    font-size: 1.22222em;
    line-height: 1.77778em;
    font-weight: 300; }
  *.medium, .footer-site-map .menu-header, .section-tab, .mega-menu .section-label {
    font-size: 1em;
    line-height: 1.55556em;
    font-weight: 300; }
  *.small, .course-listings .course-listing-hours-label {
    font-size: 0.66667em;
    line-height: 1.16667em;
    font-weight: 300; }
  *.extra-small, .course-listings .course-table-title-note, .course-listings .course-table-header-hours, .course-listings .course-listing-hours {
    font-size: 0.61111em;
    line-height: 1.11111em;
    font-weight: 400;
    color: #6A6A6A; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 16.875px;
  font-size: 0.9375rem;
  line-height: 1.55556em;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  font-display: swap; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 16.875px;
  font-size: 0.9375rem;
  font-display: swap; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  max-width: 100%; }

.align-middle {
  vertical-align: middle; }

@media all and (min-width: 761px) {
  .extra-small, .course-listings .course-table-title-note, .course-listings .course-table-header-hours, .course-listings .course-listing-hours {
    font-size: 0.66667em; } }
p {
  margin-top: 4px; }

/**
  * @section styles
  * @subsection typography
  * @rendered {html} - <h4>Emphasis</h4><p>(Bold and Italics) Use standard markup for strong (bold), emphasis (italics), and underline.</p><p>Lorem<strong> ipsum dolor sit amet</strong>, consectetur adipiscing elit. Aenean euismod bibendum laoreet. Proin <span style="text-decoration: underline;">gravida dolor</span> sit amet lacus accumsan et viverra justo commodo. Proin sodales pulvinar tempor. <em>Cum sociis natoque penatibus</em> et magnis dis parturient montes, <em><strong>nascetur ridiculus mus</strong></em>. Nam fermentum, nulla <strong><span style="text-decoration: underline;">luctus</span></strong> pharetra vulputate, <span style="text-decoration: underline;"><em><strong>felis tellus mollis orci</strong></em></span>, sed rhoncus sapien nunc eget.</p>
*/
b,
strong {
  font-weight: 600; }

/**
  * @section styles
  * @subsection typography
  * @description
  * @rendered {html} - <h4>Strikethrough</h4><del>This is no longer relevant</del>
*/
.degree-title,
.degree-dropdown-item {
  position: relative; }
  .degree-title .icon-degree,
  .degree-dropdown-item .icon-degree {
    width: 20px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 2px;
    top: 0;
    z-index: 0; }
    .degree-title .icon-degree:before,
    .degree-title .icon-degree .label,
    .degree-dropdown-item .icon-degree:before,
    .degree-dropdown-item .icon-degree .label {
      position: absolute;
      display: block; }
    .degree-title .icon-degree:before,
    .degree-dropdown-item .icon-degree:before {
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      z-index: -2;
      font-size: 20px; }
    .degree-title .icon-degree .label,
    .degree-dropdown-item .icon-degree .label {
      color: white;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      z-index: -1;
      font-size: 10px;
      font-family: "Lato", sans-serif;
      font-weight: 600;
      margin-top: 50%;
      transform: translateY(-50%);
      opacity: .7;
      font-display: swap; }

/*--------------------------------------------------------------
# Examples
--------------------------------------------------------------*/
.color-container[data-eq-state$="small"] {
  background-color: red; }
.color-container[data-eq-state$="medium"] {
  background-color: orange; }
.color-container[data-eq-state$="large"] {
  background-color: yellow; }
.color-container[data-eq-state$="xlarge"] {
  background-color: green; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #f7f7f7;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #eeeeee;
  border: 0;
  height: 1px;
  margin-top: 33px;
  margin-bottom: 33px; }

.section-aside hr {
  margin-top: 10px;
  margin-bottom: 10px; }

ol, ol > li {
  margin: 0;
  padding: 0; }

/**
 * @section styles
 * @subsection lists
 * @description - An ordered list has numbers:
 * @rendered {html} - <ol><li>Ordered List One</li><li>Ordered List Two</li><li>Ordered List Three</li></ol>
 */
ol {
  counter-reset: list;
  display: table;
  margin-bottom: 1.33333em; }
  ol > li {
    list-style: none;
    counter-increment: list;
    display: table-row;
    padding: 10px 0;
    white-space: normal; }
  ol > li::before {
    content: counter(list,decimal) ") ";
    display: table-cell;
    text-align: right;
    padding-right: .3em; }

/**
 * @section styles
 * @subsection lists
 * @description - An unordered list has bullets:
 * @rendered {html} - <ul><li>One</li><li>Two</li><li>Three</li></ul><ul class="no-disc"><li><strong>List with header</strong><br>Second Row</li><li><strong>Another Header</strong><br>Yet another row</li><li><strong>One more header</strong><br>Another row</li></ul>
 */
ul {
  margin: 0 0 0 0;
  -webkit-margin-before: 1em;
  margin-bottom: 1.33333em; }

ul {
  list-style: none;
  -webkit-margin-before: 1em;
  -webkit-padding-start: 0.5em;
  padding-left: 10px;
  margin-top: 1em; }
  ul li {
    position: relative;
    padding: 0 10px;
    margin: 0.55556em 0;
    white-space: normal; }
    ul li:before {
      position: absolute;
      left: -10px;
      content: "\2022";
      /* Insert content that looks like bullets */
      color: #999;
      /* Or a color you prefer */ }
    ul li li:before {
      content: "\002d"; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

.no-disc li:before, ul.nav li:before, ul.menu li:before, .striped-list ul li:before {
  content: "";
  /* Insert content that looks like bullets */ }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.table {
  display: table; }
  .table .row, .table .table-row {
    display: table-row; }
  .table .cell, .table .table-cell {
    display: table-cell; }

@media all and (min-width: 761px) {
  .table-responsive {
    display: table; }
    .table-responsive .row, .table-responsive .table-row {
      display: table-row; }
    .table-responsive .cell, .table-responsive .table-cell {
      display: table-cell; } }
.table.striped .row.odd,
.table-responsive.striped .row.odd {
  background-color: #f1f4f6; }

.table.striped .row:nth-of-type(odd),
.table.striped tbody tr:nth-of-type(odd) {
  background-color: #f1f4f6; }
.table.striped .row:nth-of-type(even),
.table.striped tbody tr:nth-of-type(even) {
  background-color: rgba(241, 244, 246, 0.4); }

@media only screen and (max-width: 450px) {
  .table td, .table th {
    font-size: 0.75rem; } }
.takeover-open .compare-widget {
  transform: translate(0, 100%); }

.compare-widget {
  transition: all 0.3s ease;
  visibility: hidden;
  height: 0;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10; }
  .compare-widget .compare-button .icon-star {
    display: none; }
  .compare-widget[data-eq-state$="medium"], .compare-widget[data-eq-state$="md-lg"], .compare-widget[data-eq-state$="large"] {
    visibility: visible;
    height: auto; }
  .compare-widget .compare-background {
    background-color: #333333;
    border-top: 1px solid #d5d5d5;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 2;
    position: relative;
    transition: height 1s linear; }
  .compare-widget .table {
    width: 100%;
    margin-bottom: 0; }
  .compare-widget .row-closed .cell .wrapper {
    padding: 5px 10px; }
  .compare-widget .cell {
    display: table-cell;
    text-align: right;
    vertical-align: middle; }
    .compare-widget .cell.right {
      text-align: right; }
    .compare-widget .cell .wrapper {
      display: inline-block;
      position: relative;
      text-align: left;
      padding: 10px; }
      .compare-widget .cell .wrapper.percent {
        width: 20%; }
      .compare-widget .cell .wrapper.add-another {
        color: white;
        padding: 20px;
        font-size: 16px; }
        .compare-widget .cell .wrapper.add-another .icon {
          fill: #d41b2c; }
      .compare-widget .cell .wrapper.show-favorites {
        color: white;
        padding: 0;
        font-size: 16px; }
        .compare-widget .cell .wrapper.show-favorites span {
          color: #333333; }
        .compare-widget .cell .wrapper.show-favorites .icon {
          fill: #d41b2c; }
  .compare-widget .cell-2 {
    width: 80px;
    text-align: center; }
  .compare-widget .left {
    float: left; }
  .compare-widget .icon-toggle {
    margin-top: 6px; }
  .compare-widget .row-open .icon-toggle {
    margin-top: 10px; }
  .compare-widget .error-message {
    background: #d41b2c;
    color: white;
    text-align: center;
    padding: 10px; }
  .compare-widget .icon-star {
    width: 15px;
    height: 15px; }
  .compare-widget .compare-button {
    width: 100%;
    height: 44px; }

header .wrapper-logo {
  height: 96px;
  background-color: white; }

.header .flex-container .logo a img {
  padding: 0.25em; }

.footer-site-map {
  background-color: #e9e9e9;
  font-size: 14px; }
  .footer-site-map .row {
    margin-left: 0;
    margin-right: 0; }
  .footer-site-map .table-responsive__footer .menu-content .nav {
    display: block; }
    .footer-site-map .table-responsive__footer .menu-content .nav .nav-link {
      outline: none;
      padding: 0; }
  .footer-site-map .menu-header {
    padding: 16px 20px;
    position: relative;
    display: block;
    text-transform: uppercase;
    border-top: 1px solid #ebebeb;
    font-size: 18px;
    line-height: 18px; }
  .footer-site-map .cell.last {
    border-left: none; }
  .footer-site-map .cell.desktop {
    display: none; }
  .footer-site-map .cell .menu-item-description {
    display: none; }
  .footer-site-map .nav-item {
    padding: 10px 0; }
  .footer-site-map .menu-content {
    padding: 6px 20px; }
  .footer-site-map .table-responsive {
    width: 100%; }
  @media all and (max-width: 1100px) {
    .footer-site-map .table-responsive__footer .row {
      display: block; }
      .footer-site-map .table-responsive__footer .row .nav .nav-link {
        padding: 0; }
    .footer-site-map .accordion-item.open {
      padding: 0 20px 10px 20px; } }
  @media all and (min-width: 1100px) {
    .footer-site-map {
      padding: 120px 30px 80px; }
      .footer-site-map .menu-header, .footer-site-map .menu-header.accordion-label {
        padding: 0 20px 12px 20px;
        text-transform: none;
        white-space: nowrap;
        border-top: none;
        font-size: 15px;
        font-weight: bold; }
      .footer-site-map .cell.first .menu-item-title {
        font-size: 15px;
        font-weight: bold; }
      .footer-site-map .table-responsive__footer {
        display: table;
        width: 100%; }
        .footer-site-map .table-responsive__footer .row {
          display: table-row; }
        .footer-site-map .table-responsive__footer .cell {
          display: table-cell;
          vertical-align: top;
          border-top: none; }
        .footer-site-map .table-responsive__footer .cell:not(.first) {
          border-left: 1px solid #ebebeb; }
        .footer-site-map .table-responsive__footer .cell.desktop {
          color: #333333; }
          .footer-site-map .table-responsive__footer .cell.desktop li:first-child {
            padding: 0 0 10px 0; }
          .footer-site-map .table-responsive__footer .cell.desktop li:not(:first-child) {
            border-top: 1px solid #ebebeb; }
          .footer-site-map .table-responsive__footer .cell.desktop a {
            color: #333333; }
          .footer-site-map .table-responsive__footer .cell.desktop .nav-item:hover a, .footer-site-map .table-responsive__footer .cell.desktop .event-teasers .event-teaser:hover a.nav-item a, .event-teasers .event-teaser:hover .footer-site-map .table-responsive__footer .cell.desktop a.nav-item a {
            text-decoration: none !important; }
            .footer-site-map .table-responsive__footer .cell.desktop .nav-item:hover a .menu-item-title, .footer-site-map .table-responsive__footer .cell.desktop .event-teasers .event-teaser:hover a.nav-item a .menu-item-title, .event-teasers .event-teaser:hover .footer-site-map .table-responsive__footer .cell.desktop a.nav-item a .menu-item-title {
              text-decoration: underline; }
          .footer-site-map .table-responsive__footer .cell.desktop .menu-item-title {
            padding: 0 20px 12px 0;
            position: relative;
            display: block; }
          .footer-site-map .table-responsive__footer .cell.desktop .menu-item-description {
            padding: 0 20px 6px 0;
            position: relative;
            display: block;
            max-width: 300px;
            font-size: 13px;
            line-height: 19px; }
          .footer-site-map .table-responsive__footer .cell.desktop .menu-content {
            padding: 0 20px 6px 0; }
        .footer-site-map .table-responsive__footer .cell.mobile {
          display: none; }
      .footer-site-map .social-links {
        padding-bottom: 6px;
        padding-top: 1px; } }

.footer-bottom {
  background-color: #636363;
  color: white;
  font-size: 13px; }
  .footer-bottom .content-container {
    min-height: 146px;
    padding: 20px 20px 30px; }
    .footer-bottom .content-container .footer-wrap {
      display: flex;
      justify-content: space-between; }
    .footer-bottom .content-container .logo-container.logo {
      text-align: left;
      margin: 0 0 5px; }
      .footer-bottom .content-container .logo-container.logo img {
        width: 200px; }
      .footer-bottom .content-container .logo-container.logo span {
        display: none; }
    .footer-bottom .content-container .links-container {
      display: block; }
      .footer-bottom .content-container .links-container nav {
        padding-bottom: 10px;
        display: block; }
        .footer-bottom .content-container .links-container nav .nav {
          display: block; }
          .footer-bottom .content-container .links-container nav .nav .nav-item {
            padding: 0;
            margin: 0 -5px 0 0;
            float: none;
            display: inline-block;
            vertical-align: middle; }
            .footer-bottom .content-container .links-container nav .nav .nav-item:last-child {
              margin: 0; }
              .footer-bottom .content-container .links-container nav .nav .nav-item:last-child a {
                margin: 0; }
                .footer-bottom .content-container .links-container nav .nav .nav-item:last-child a:after {
                  display: none; }
            .footer-bottom .content-container .links-container nav .nav .nav-item a {
              position: relative;
              padding: 0;
              margin: 0 30px 0 0;
              color: #fff;
              outline: none; }
              .footer-bottom .content-container .links-container nav .nav .nav-item a:after {
                content: '\2022';
                position: absolute;
                right: -15px;
                top: 50%;
                -ms-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%); }
              .footer-bottom .content-container .links-container nav .nav .nav-item a:hover, .footer-bottom .content-container .links-container nav .nav .nav-item .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .footer-bottom .content-container .links-container nav .nav .nav-item a, .footer-bottom .content-container .links-container nav .nav .nav-item a:visited {
                color: white; }
              .footer-bottom .content-container .links-container nav .nav .nav-item a:visited {
                text-decoration: none; }
              .footer-bottom .content-container .links-container nav .nav .nav-item a .menu-item-title.medium, .footer-bottom .content-container .links-container nav .nav .nav-item a .footer-site-map .menu-item-title.menu-header, .footer-bottom .content-container .links-container nav .nav .nav-item .footer-site-map a .menu-item-title.menu-header, .footer-site-map .footer-bottom .content-container .links-container nav .nav .nav-item a .menu-item-title.menu-header, .footer-bottom .content-container .links-container nav .nav .nav-item a .menu-item-title.section-tab, .footer-bottom .content-container .links-container nav .nav .nav-item a .mega-menu .menu-item-title.section-label, .mega-menu .footer-bottom .content-container .links-container nav .nav .nav-item a .menu-item-title.section-label {
                font-size: 14px;
                font-weight: 400; }
      .footer-bottom .content-container .links-container .address, .footer-bottom .content-container .links-container .copyright {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px; }

@media screen and (max-width: 1100px) {
  .footer-bottom .content-container {
    text-align: center; }
    .footer-bottom .content-container .footer-wrap {
      display: inline-block;
      max-width: 765px; }
    .footer-bottom .content-container .links-container {
      text-align: left; } }
@media screen and (max-width: 800px) {
  .footer-bottom .content-container {
    padding: 25px 40px 40px;
    text-align: left; }
    .footer-bottom .content-container .links-container nav .nav .nav-item {
      display: block;
      margin: 0 0 5px; }
      .footer-bottom .content-container .links-container nav .nav .nav-item a:after {
        display: none; } }
div#nu__global-footer ul li:before {
  content: none !important; }

.teaser {
  cursor: pointer;
  background-color: white; }

.icon {
  user-select: none;
  -webkit-user-select: none; }

.modal {
  position: fixed;
  z-index: 10;
  margin: auto;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f7f7f7;
  transition: all 0.3s ease;
  overflow: visible;
  overflow-y: scroll; }
  .modal .modal-content {
    position: relative;
    overflow: visible;
    overflow-y: scroll;
    height: calc(100% + 1px); }
    .modal .modal-content .scroll-fix {
      height: calc(100% + 1px); }
  .modal.ng-hide {
    transform: translate3d(100%, 0, 0); }

.tooltip {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  position: fixed;
  z-index: 10;
  margin: auto;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4); }
  .tooltip.show {
    opacity: 1;
    visibility: visible; }
  .tooltip .tooltip-wrapper {
    margin: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(117, 116, 117, 0.5);
    -moz-box-shadow: 0px 2px 5px 2px rgba(117, 116, 117, 0.5);
    box-shadow: 0px 2px 5px 2px rgba(117, 116, 117, 0.5);
    -webkit-transform: translate3d(-50%, -50%, 0);
    position: fixed;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    width: calc(100% - 20px);
    height: calc(100% - 20px); }
    .tooltip .tooltip-wrapper.iframe {
      height: auto; }
  .tooltip .tooltip-close {
    font-size: 1.5em;
    color: #d41b2c;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px; }
    .tooltip .tooltip-close:hover, .tooltip .event-teasers .event-teaser:hover a.tooltip-close, .event-teasers .event-teaser:hover .tooltip a.tooltip-close {
      color: #873138; }
  .tooltip .tooltip-scroll-container {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 80px 40px 40px 40px; }
  .show.tooltip.element-container[data-eq-state$="medium"] .tooltip-wrapper, .show.tooltip.element-container[data-eq-state$="large"] .tooltip-wrapper {
    transition: transform 0.3s ease;
    transform: translate3d(-50%, -50%, 0); }
  .tooltip.element-container[data-eq-state$="medium"] .tooltip-wrapper, .tooltip.element-container[data-eq-state$="large"] .tooltip-wrapper {
    min-height: 250px;
    max-height: 500px;
    width: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -100%, 0); }
    .tooltip.element-container[data-eq-state$="medium"] .tooltip-wrapper.iframe, .tooltip.element-container[data-eq-state$="large"] .tooltip-wrapper.iframe {
      height: auto;
      max-height: 100%; }
      .tooltip.element-container[data-eq-state$="medium"] .tooltip-wrapper.iframe .tooltip-scroll-container, .tooltip.element-container[data-eq-state$="large"] .tooltip-wrapper.iframe .tooltip-scroll-container {
        max-height: 100%; }
      .tooltip.element-container[data-eq-state$="medium"] .tooltip-wrapper.iframe iframe, .tooltip.element-container[data-eq-state$="large"] .tooltip-wrapper.iframe iframe {
        min-height: 800px; }
    .tooltip.element-container[data-eq-state$="medium"] .tooltip-wrapper .tooltip-scroll-container, .tooltip.element-container[data-eq-state$="large"] .tooltip-wrapper .tooltip-scroll-container {
      min-height: 250px;
      max-height: 500px;
      width: 600px;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; }
    .tooltip.element-container[data-eq-state$="medium"] .tooltip-wrapper .tooltip-close, .tooltip.element-container[data-eq-state$="large"] .tooltip-wrapper .tooltip-close {
      top: 0;
      right: -40px;
      padding: 0; }

.img-circle {
  margin: 0 auto;
  height: 50px;
  width: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%; }
  .img-circle.small, .course-listings .img-circle.course-listing-hours-label {
    height: 30px;
    width: 30px; }
  .img-circle.large {
    height: 90px;
    width: 90px; }

.sticky-parent {
  position: relative; }

.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1; }

.sticky:before,
.sticky:after {
  content: '';
  display: table; }

#other-results {
  background-color: #F5F5F5;
  margin: 15px 0px;
  padding: 20px 15px 5px 15px; }
  #other-results .search-result {
    background-color: #fff;
    margin: 25px 0px 0px 0px;
    padding: 25px; }
    #other-results .search-result h4 a:link {
      font-weight: 700; }
    #other-results .search-result a {
      font-weight: 500; }

.tool-pagination {
  text-align: right;
  margin: 0px;
  padding: 0px 10px; }
  .tool-pagination .pages {
    padding: 0;
    display: inline-block; }
    .tool-pagination .pages li {
      display: inline-block;
      margin: 0;
      padding: 0px 0px; }
      .tool-pagination .pages li:before {
        content: ""; }

#search-results .compare-footer.content-container {
  margin-bottom: 0; }

#advanced-search {
  position: relative;
  text-align: right;
  display: none; }
  #advanced-search #search-programs {
    display: inline-block;
    width: 330px;
    text-align: left; }
    #advanced-search #search-programs label {
      font-size: 12px;
      color: #000;
      font-weight: 300; }

/*--------------------------------------------------------------
# Page Layout
--------------------------------------------------------------*/
body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll; }
  body.takeover-open {
    position: fixed;
    overflow: hidden;
    overflow-y: scroll;
    height: 100%; }
  body.tooltip-open {
    overflow: hidden;
    height: 100%; }
  body .content-container {
    margin: 0 auto;
    max-width: 1200px; }

.page-template-default {
  background-color: white !important; }
  .page-template-default .background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .page-template-default .section-hero {
    padding: 160px 12px 300px;
    color: white;
    background-color: rgba(50, 50, 50, 0.9); }
  .page-template-default .section-content {
    padding-left: 20px;
    padding-right: 20px; }
  .page-template-default .dynamic-hero .mobile-hero {
    display: block; }
    .page-template-default .dynamic-hero .mobile-hero .hero-image {
      height: 210px;
      width: 100%; }
  .page-template-default .dynamic-hero .section-content-wrapper {
    padding-top: 24px; }
  .page-template-default .dynamic-hero .desktop-hero {
    display: none; }
  .page-template-default .dynamic-hero[data-eq-state$="medium"] p {
    line-height: 32px; }
  .page-template-default .dynamic-hero[data-eq-state$="medium"] button {
    margin-top: 15px; }
  .page-template-default .dynamic-hero[data-eq-state$="medium"] .mobile-hero {
    display: none; }
  .page-template-default .dynamic-hero[data-eq-state$="medium"] .desktop-hero {
    display: block; }
    .page-template-default .dynamic-hero[data-eq-state$="medium"] .desktop-hero hr {
      display: none; }
  .page-template-default .dynamic-hero[data-eq-state$="medium"] .hero-body {
    width: 60%; }
  .page-template-default .article-content[data-eq-state$="medium"] .section-content h2 {
    margin-top: 48px; }
  .page-template-default .article-content[data-eq-state$="medium"] .section-content hr + h2 {
    margin-top: 0 !important; }
  .page-template-default .section-cross-sell .title {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    line-height: initial; }
  .page-template-default .section-cross-sell .link {
    float: right;
    margin-bottom: 15px;
    margin-top: 3px; }
  .page-template-default .program-teasers.element-container[data-eq-state$="small"] .program-table .program-teasers-header, .page-template-default .program-teasers.element-container[data-eq-state$="medium"] .program-table .program-teasers-header {
    border-bottom: 1px solid #eeeeee; }
  .page-template-default .program-teasers.element-container[data-eq-state$="md-lg"] .program-table tr.top, .page-template-default .program-teasers.element-container[data-eq-state$="large"] .program-table tr.top {
    border-top: 1px solid #eeeeee; }
  .page-template-default .program-teasers .program-table .program-teasers-header {
    background-color: white; }
  .page-template-default .program-teasers .program-table tr.spacer {
    background-color: white; }

#search-results .content-container {
  padding-bottom: 50px; }
#search-results .search-query-title {
  padding-top: 15px; }
#search-results .program-table {
  margin-bottom: 0px; }
#search-results .program-teasers-title {
  margin-left: 15px; }
#search-results .search-result {
  margin-bottom: 40px; }

.section-tab {
  display: inline-block;
  background-color: #f1f1f1;
  color: #333333; }
  .section-tab.hidden {
    opacity: 0;
    height: 0; }

.section[data-eq-state$="medium"] .section-tab, .section[data-eq-state$="large"] .section-tab {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  padding: 4px 0px 12px 0px; }
  .program.certificate .section[data-eq-state$="medium"] .section-tab, .program.certificate .section[data-eq-state$="large"] .section-tab {
    border-top: 4px solid #ff854f;
    color: #ff854f; }
  .program.masters .section[data-eq-state$="medium"] .section-tab, .program.masters .section[data-eq-state$="large"] .section-tab {
    border-top: 4px solid #0063b5;
    color: #0063b5; }
  .program.doctorate .section[data-eq-state$="medium"] .section-tab, .program.doctorate .section[data-eq-state$="large"] .section-tab {
    border-top: 4px solid #97c21c;
    color: #97c21c; }

.section-content-block button {
  width: 100%; }

.section.dark {
  background-color: lightgrey; }
.section.light {
  background-color: white; }
.section.top-border {
  border-top: 1px solid #ebebeb; }
.section > .content-container {
  width: 100%; }
  .section > .content-container.sidebar > .section-aside {
    z-index: 0; }
.section .section-aside {
  z-index: 0; }
.section .section-content-wrapper {
  width: 100%; }
  .section .section-content-wrapper > .section-aside {
    top: 70px; }
@media all and (min-width: 1100px) {
  .section > .sidebar > div > .section-content-wrapper,
  .section > .sidebar > .section-content-wrapper {
    content: "";
    display: table;
    table-layout: fixed; }
    .section > .sidebar > div > .section-content-wrapper > .section-content,
    .section > .sidebar > div > .section-content-wrapper > .section-aside,
    .section > .sidebar > .section-content-wrapper > .section-content,
    .section > .sidebar > .section-content-wrapper > .section-aside {
      float: left; }
    .section > .sidebar > div > .section-content-wrapper > .section-content,
    .section > .sidebar > .section-content-wrapper > .section-content {
      width: 81.25%;
      padding-right: 7.69231%; }
    .section > .sidebar > div > .section-content-wrapper > .section-aside,
    .section > .sidebar > .section-content-wrapper > .section-aside {
      width: 18.75%;
      z-index: 0; } }
@media all and (min-width: 1100px) {
  .section > .sidebar-wide > div > .section-content-wrapper,
  .section > .sidebar-wide > .section-content-wrapper {
    content: "";
    display: table;
    table-layout: fixed;
    width: 100%; }
    .section > .sidebar-wide > div > .section-content-wrapper > .section-content,
    .section > .sidebar-wide > div > .section-content-wrapper > .section-aside,
    .section > .sidebar-wide > .section-content-wrapper > .section-content,
    .section > .sidebar-wide > .section-content-wrapper > .section-aside {
      float: left; }
    .section > .sidebar-wide > div > .section-content-wrapper > .section-content,
    .section > .sidebar-wide > .section-content-wrapper > .section-content {
      width: 68.75%;
      padding-right: 10px; }
    .section > .sidebar-wide > div > .section-content-wrapper > .section-aside,
    .section > .sidebar-wide > .section-content-wrapper > .section-aside {
      width: 31.25%;
      padding-left: 10px;
      z-index: 0; } }

.section-row {
  width: 100%; }

.section-row-aside {
  width: 100%; }
  .section-row-aside > .section-aside {
    display: block; }
  .section-row-aside > .section-aside .section-aside-links {
    padding: 0;
    margin: 0 auto 4px; }
  @media all and (min-width: 1101px) {
    .section-row-aside {
      content: "";
      display: table;
      table-layout: fixed; }
      .section-row-aside > .section-content,
      .section-row-aside > .section-aside {
        float: left; }
      .section-row-aside > .section-content {
        width: 69.23077%;
        padding-left: 0;
        padding-right: 10px; }
      .section-row-aside > .section-aside {
        width: 30.76923%;
        padding-left: 10px;
        padding-right: 0; } }

.content-container {
  padding: 0 20px; }
  .content-container.full-bleed {
    padding: 0px; }
  @media all and (max-width: 760px) {
    .content-container.full-bleed-mobile {
      padding: 0px; } }
  @media all and (max-width: 1100px) {
    .content-container.full-bleed-large {
      padding: 0px; } }

.debug #content .page-container > .section:not(.section-page-top) .section-content-wrapper > .section-content:before,
.debug #content .page-container > .section:not(.section-page-top) .section-content-wrapper > .section-aside:before {
  border: 1px solid purple !important; }
.debug #content .page-container > .section:not(.section-page-top) .section-content-wrapper > .section-content:after,
.debug #content .page-container > .section:not(.section-page-top) .section-content-wrapper > .section-aside:after {
  border: 1px solid green !important; }
.debug #content .page-container > .section:not(.section-page-top) .section-content-wrapper > :first-child > :first-child {
  border: 4px solid blue; }
.debug #content .page-container > .section:not(.section-page-top) .section-content-wrapper > :last-child > :last-child {
  border: 4px solid red; }
.bp-large .debug #content .page-container > .section:not(.section-page-top) .section-content-wrapper > .section-content > :first-child {
  border: 3px solid green; }
.bp-large .debug #content .page-container > .section:not(.section-page-top) .section-content-wrapper > .section-content > :last-child {
  border: 3px solid yellow; }
.bp-large .debug #content .page-container > .section:not(.section-page-top) .section-content-wrapper > .section-aside > :first-child {
  border: 3px solid green; }
.bp-large .debug #content .page-container > .section:not(.section-page-top) .section-content-wrapper > .section-aside > :last-child {
  border: 3px solid yellow; }

#content .page-container .section-page-top {
  margin-bottom: 40px; }
  .bp-small #content .page-container .section-page-top {
    margin-bottom: 40px; }
  .bp-medium #content .page-container .section-page-top {
    margin-bottom: 80px; }
  .bp-large #content .page-container .section-page-top {
    margin-bottom: 100px; }
#content .page-container > .section:not(.section-page-top) .section-content-wrapper > .section-content:before, #content .page-container > .section:not(.section-page-top) .section-content-wrapper > .section-content:after,
#content .page-container > .section:not(.section-page-top) .section-content-wrapper > .section-aside:before,
#content .page-container > .section:not(.section-page-top) .section-content-wrapper > .section-aside:after {
  content: ' ';
  display: table;
  font-size: 0;
  height: 0; }
#content .page-container > .section:not(.section-page-top).also_interested .section-content-wrapper > .section-content > :first-child {
  margin-top: 0; }
  .bp-large #content .page-container > .section:not(.section-page-top).also_interested .section-content-wrapper > .section-content > :first-child {
    padding-top: 0; }
.bp-large #content .page-container > .section:not(.section-page-top)#find-out-more .section-content-wrapper > .section-content > :last-child {
  margin-bottom: 60px; }
#content .page-container > .section:not(.section-page-top) .section-content-wrapper > :first-child > :first-child {
  margin-top: 30px; }
  #content .page-container > .section:not(.section-page-top) .section-content-wrapper > :first-child > :first-child .bp-small {
    margin-top: 30px; }
  #content .page-container > .section:not(.section-page-top) .section-content-wrapper > :first-child > :first-child .bp-medium {
    margin-top: 30px; }
#content .page-container > .section:not(.section-page-top) .section-content-wrapper > :last-child > :last-child {
  margin-bottom: 30px; }
  #content .page-container > .section:not(.section-page-top) .section-content-wrapper > :last-child > :last-child .bp-small {
    margin-bottom: 30px; }
  #content .page-container > .section:not(.section-page-top) .section-content-wrapper > :last-child > :last-child .bp-medium {
    margin-bottom: 30px; }
  #content .page-container > .section:not(.section-page-top) .section-content-wrapper > :last-child > :last-child .bp-large {
    margin-bottom: 0; }
#content .page-container > .section:not(.section-page-top) .section-content-wrapper > .section-content .marketo-form {
  padding-bottom: 50px; }
.bp-medium #content .page-container > .section:not(.section-page-top) .section-content-wrapper > .section-content > :last-child {
  margin-bottom: 80px; }
.bp-large #content .page-container > .section:not(.section-page-top) .section-content-wrapper > .section-content > :first-child {
  padding-top: 50px;
  margin-top: 0; }
  body.debug .bp-large #content .page-container > .section:not(.section-page-top) .section-content-wrapper > .section-content > :first-child {
    border: 3px solid green; }
.bp-large #content .page-container > .section:not(.section-page-top) .section-content-wrapper > .section-content > :last-child {
  margin-bottom: 100px; }
body:not(.bp-large) #content .page-container > .section:not(.section-page-top) .section-content-wrapper > .section-aside {
  margin-top: 30px; }
.bp-large #content .page-container > .section:not(.section-page-top) .section-content-wrapper > .section-aside > :first-child {
  padding-top: 50px; }
.bp-large #content .page-container > .section:not(.section-page-top) .section-content-wrapper > .section-aside > :last-child {
  margin-bottom: 80px; }
body:not(.bp-large) #content .page-container .section-content-aside.section-aside hr {
  display: none; }
body:not(.bp-large) #content .page-container .section-content-aside.section-aside {
  margin: 40px 0 20px; }
body:not(.bp-large) #content .page-container .section-aside-links {
  margin: 30px 0; }

@media all and (min-width: 760px) {
  .section-content-end {
    display: flex;
    padding-top: 10px; }
    .bullet-blocks + .section-content-end {
      padding-top: 25px; }
    .section-content-end .section-end-link {
      width: 100%; }
      .section-content-end .section-end-link:not(:only-of-type) {
        width: 50%;
        padding-right: 30px; }
      .section-content-end .section-end-link + .section-end-link {
        padding-left: 30px;
        padding-right: 0;
        position: relative; }
        .section-content-end .section-end-link + .section-end-link:before {
          content: "";
          width: 1px;
          height: calc(100% - 16px);
          border-left: 1px solid #eeeeee;
          position: absolute;
          left: 0; } }

.program-listing {
  z-index: 3; }
  .program-listing .button-favorite, .program-listing .button-favorite-style {
    position: relative;
    width: 60px; }
  .program-listing .section > .sidebar > .section-content-wrapper {
    min-height: 500px;
    padding-top: 20px; }
    .program-listing .section > .sidebar > .section-content-wrapper .no-results {
      display: block;
      margin-right: 0;
      margin-left: 0; }
    .program-listing .section > .sidebar > .section-content-wrapper[data-eq-state$="small"] .section-aside {
      z-index: 0; }
    .program-listing .section > .sidebar > .section-content-wrapper[data-eq-state$="medium"] .section-aside {
      z-index: 1; }
    @media only screen and (max-width: 760px) {
      .program-listing .section > .sidebar > .section-content-wrapper .section-aside .favorites-legend {
        display: none; } }

.program-title a, .program-title .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .program-title a {
  font-weight: inherit; }

body.page-template-page_program-compare {
  outline: 1px solid green;
  overflow: auto;
  -webkit-overflow-scrolling: auto; }
  body.page-template-page_program-compare [role="main"] {
    width: 100%;
    overflow-x: auto; }
  body.page-template-page_program-compare .article-body {
    margin-bottom: 30px; }
  @media all and (min-width: 760px) {
    body.page-template-page_program-compare .article-body {
      margin-bottom: 40px; } }

.compare-page {
  min-width: 1024px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  text-align: center; }
  .compare-page .list-container h4 {
    padding-top: 20px; }
  .compare-page p, .compare-page ul, .compare-page li {
    font-size: 14px !important;
    line-height: 20px !important; }
  .compare-page ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .compare-page li {
    padding-left: 15px; }
  .compare-page li:before {
    left: 1px; }
  .compare-page .compare-page-table {
    width: 100%;
    content: "";
    display: table;
    table-layout: fixed;
    margin-left: -10px;
    margin-right: -10px; }
  .compare-page .compare-page-column {
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 70px; }
    .compare-page .compare-page-column .compare-program-header {
      margin-bottom: 15px; }
    .compare-page .compare-page-column .description {
      padding: 15px 0 0; }
  .compare-page .degree-title {
    position: relative;
    display: table;
    margin: 0 auto;
    line-height: 1.25em; }
    .compare-page .degree-title .icon {
      position: static;
      margin-right: -4px; }
      .compare-page .degree-title .icon.icon-nav-certificate, .compare-page .degree-title .icon.icon-nav-doctorate, .compare-page .degree-title .icon.icon-nav-professional, .compare-page .degree-title .icon.icon-nav-masters {
        margin: 0 auto;
        font-size: 0.7em; }
        .compare-page .degree-title .icon.icon-nav-certificate .path2:before, .compare-page .degree-title .icon.icon-nav-doctorate .path2:before, .compare-page .degree-title .icon.icon-nav-professional .path2:before, .compare-page .degree-title .icon.icon-nav-masters .path2:before {
          position: absolute;
          left: .5px;
          top: 7px; }
    .compare-page .degree-title i {
      display: inline; }
  .compare-page .program .cell {
    padding: 20px;
    background-color: white; }
  .compare-page .program .col-image-wrapper {
    overflow: hidden; }
  .compare-page .program .col-image {
    height: 155px;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .compare-page .college {
    font-weight: 700;
    font-size: 14px; }
  .compare-page .list-container {
    text-align: left;
    background-color: white;
    padding: 20px; }
  .compare-page .bullet-blocks {
    margin-top: 0;
    margin-bottom: 0; }
  .compare-page .testimonial {
    position: relative; }
  .compare-page .testimonials-container {
    position: relative;
    background-color: #f1f1f1; }
    .compare-page .testimonials-container .quote {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      font-style: italic;
      width: 100%;
      padding: 20px;
      padding-bottom: 120px;
      padding-top: 70px;
      text-align: center;
      vertical-align: middle; }
  .compare-page .bottom-wrapper {
    position: absolute;
    bottom: 53px;
    transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    display: table;
    width: 100%;
    padding: 0 65px;
    height: 15px; }
    .compare-page .bottom-wrapper .image-circle-wrapper {
      display: table-cell;
      vertical-align: middle; }
      .compare-page .bottom-wrapper .image-circle-wrapper .image-circle {
        height: 30px;
        width: 30px; }
  .compare-page .author {
    display: table-cell;
    top: 50%;
    vertical-align: middle;
    text-align: left;
    line-height: 20px;
    padding-left: 5px; }
    .compare-page .author.center {
      text-align: center; }
    .compare-page .author h4 {
      font-size: 16px;
      margin-bottom: 0; }
  .compare-page .col-image {
    transition: transform .2s ease; }
  .compare-page .program:hover .col-image, .compare-page .event-teasers .event-teaser:hover a.program .col-image, .event-teasers .event-teaser:hover .compare-page a.program .col-image {
    transform: scale(1.1); }
  .compare-page .col-image-wrapper:hover, .compare-page .event-teasers .event-teaser:hover a.col-image-wrapper, .event-teasers .event-teaser:hover .compare-page a.col-image-wrapper {
    cursor: pointer; }
  .compare-page .compare-program-link:hover, .compare-page .event-teasers .event-teaser:hover a.compare-program-link, .event-teasers .event-teaser:hover .compare-page a.compare-program-link {
    cursor: pointer; }
  .compare-page .program .col-image-wrapper:hover + .compare-program-link h3, .compare-page .program .event-teasers .event-teaser:hover a.col-image-wrapper + .compare-program-link h3, .event-teasers .event-teaser:hover .compare-page .program a.col-image-wrapper + .compare-program-link h3 {
    text-decoration: underline; }
  .compare-page .program .compare-program-link:hover h3, .compare-page .program .event-teasers .event-teaser:hover a.compare-program-link h3, .event-teasers .event-teaser:hover .compare-page .program a.compare-program-link h3 {
    text-decoration: underline; }

.program-page-section-hero {
  z-index: 2;
  position: relative;
  padding: 0 !important; }
  .program-page-section-hero .section-content {
    position: relative;
    margin-top: 10px; }
    .program-page-section-hero .section-content .section-title-block {
      width: 100%;
      display: flex;
      flex-flow: row wrap; }
      .program-page-section-hero .section-content .section-title-block > * {
        flex: 1 auto; }
      .program-page-section-hero .section-content .section-title-block .section-hero-title {
        line-height: normal; }
    .program-page-section-hero .section-content .section-hero-content {
      background-color: white;
      padding: 20px;
      position: relative; }
      .program-page-section-hero .section-content .section-hero-content .college {
        padding-top: 15px;
        color: #d41b2c; }
    .program-page-section-hero .section-content .section-hero-image {
      position: relative; }
      .program-page-section-hero .section-content .section-hero-image > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
    .program-page-section-hero .section-content .section-hero-save-button {
      display: none;
      border-radius: 0; }
    @media all and (min-width: 1100px) {
      .program-page-section-hero .section-content {
        width: 100%;
        min-height: 290px;
        display: table;
        margin-top: 30px; }
        .program-page-section-hero .section-content .section-hero-save-button {
          display: inline-block;
          font-size: 16px;
          padding: 8px 10px 8px;
          margin: 0 0; }
        .program-page-section-hero .section-content .section-title-block {
          position: relative;
          margin: 5px 0 40px; }
          .program-page-section-hero .section-content .section-title-block .section-title {
            margin: 0; }
          .program-page-section-hero .section-content .section-title-block .section-hero-save-button {
            display: inline-block;
            font-size: 16px;
            padding: 8px 10px 8px;
            margin: 9px 0; }
          .program-page-section-hero .section-content .section-title-block .icon-nav-star {
            color: white; }
        .program-page-section-hero .section-content .section-hero-content {
          width: 60%;
          display: table-cell; }
          .program-page-section-hero .section-content .section-hero-content .college {
            padding-top: 10px; }
        .program-page-section-hero .section-content .section-hero-image {
          height: auto;
          width: 40%;
          display: table-cell; } }
  .program-page-section-hero.background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: left; }
    .program-page-section-hero.background .content-container {
      padding-right: 40%; }
    .program-page-section-hero.background * {
      color: white; }

.section-page-top .description {
  background-color: white;
  padding: 30px 15%;
  text-align: center; }
.section-page-top .bullet-boxes {
  width: 100%; }

.section-hero-save-button-wrapper .button-favorite {
  background: none !important;
  margin-top: 1.5em !important;
  padding-left: 0; }
  .section-hero-save-button-wrapper .button-favorite i {
    background-color: #d5d5d5;
    padding: 10px; }
    .section-hero-save-button-wrapper .button-favorite i:hover {
      background-color: #c50000 !important; }
    .section-hero-save-button-wrapper .button-favorite i:active {
      background-color: #c50000 !important; }
  .section-hero-save-button-wrapper .button-favorite span.button-favorite-label {
    display: inline-block !important;
    background: none;
    margin-left: 10px;
    color: #434343;
    font-size: 14;
    font-weight: 600 !important; }
.section-hero-save-button-wrapper .button-favorite.active i {
  background-color: #c50000 !important; }

button.section-hero-save-button.btn.button-default.button-favorite {
  padding-left: 0; }

.section-hero-degree-type {
  margin-left: 3px;
  margin-bottom: 15px; }
  .section-hero-degree-type .current-degree-type {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    display: table-cell; }
    .section-hero-degree-type .current-degree-type span {
      margin-left: 10px;
      font-size: 26px;
      vertical-align: middle; }
    .section-hero-degree-type .current-degree-type .icon {
      margin-right: -2px;
      width: 26px;
      height: 26px;
      vertical-align: middle; }
    .section-hero-degree-type .current-degree-type .icon-nav-masters {
      content: url("images/masters-icon.svg"); }
    .section-hero-degree-type .current-degree-type .icon-nav-doctorate {
      content: url("images/doctorate-icon.svg"); }
    .section-hero-degree-type .current-degree-type .icon-nav-certificate {
      content: url("images/certificate-icon.svg"); }
    .section-hero-degree-type .current-degree-type .icon-nav-bootcamp {
      content: url("images/bootcamp-icon.svg"); }
    .section-hero-degree-type .current-degree-type .icon-nav-professional {
      content: url("images/professional-doctorate-icon.svg"); }
    .section-hero-degree-type .current-degree-type .icon-nav-dual {
      display: none; }
    .section-hero-degree-type .current-degree-type .icon-nav-cags {
      content: url("images/certificate-icon.svg"); }

.section-hero-program-dropdown {
  display: table-cell; }

.program-dropdown-container {
  vertical-align: middle; }
  .program-dropdown-container .program-dropdown {
    vertical-align: middle; }
  .program-dropdown-container .program-dropdown-item {
    background-color: #f0efee; }
  .program-dropdown-container .dropdown-item-wrapper {
    background-color: #f0efee; }
    .program-dropdown-container .dropdown-item-wrapper span.title {
      font-weight: 400;
      font-size: 14px; }

button.section-hero-save-button.btn.button-default.button-favorite.active {
  background: none !important; }

.page-template-page-home-page .section-cms .section-title {
  font-size: 14px; }
.page-template-page-home-page .section-cms .section-sub-title {
  font-size: 28px;
  font-weight: 700; }
.page-template-page-home-page .section-cms .desc {
  font-size: 18px;
  font-weight: 400; }

.page-template-page-home-page .block {
  box-sizing: border-box; }
.page-template-page-home-page .section-wrapper {
  position: relative; }
.page-template-page-home-page .section-cms {
  width: 100%; }
  @media all and (min-width: 720px) {
    .page-template-page-home-page .section-cms:nth-of-type(1) .section-wrapper.content-container {
      padding: 200px 0 100px; }
    .page-template-page-home-page .section-cms:nth-of-type(1) [grid-position="left"] {
      position: absolute;
      top: calc(50% + 50px);
      transform: translateY(-50%); } }
  @media all and (min-width: 720px) {
    .page-template-page-home-page .section-cms {
      width: 100%;
      position: relative; }
      .page-template-page-home-page .section-cms .section-wrapper {
        position: relative; }
        .page-template-page-home-page .section-cms .section-wrapper.content-container {
          padding: 100px 0; }
      .page-template-page-home-page .section-cms [grid-position="left"] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
      .page-template-page-home-page .section-cms [grid-margin="-6"][grid-position="left"] {
        left: -25%; }
      .page-template-page-home-page .section-cms [grid-margin="-6"][grid-position="right"] {
        left: 25%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="-5"][grid-position="left"] {
        left: -20.83333%; }
      .page-template-page-home-page .section-cms [grid-margin="-5"][grid-position="right"] {
        left: 29.16667%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="-4"][grid-position="left"] {
        left: -16.66667%; }
      .page-template-page-home-page .section-cms [grid-margin="-4"][grid-position="right"] {
        left: 33.33333%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="-3"][grid-position="left"] {
        left: -12.5%; }
      .page-template-page-home-page .section-cms [grid-margin="-3"][grid-position="right"] {
        left: 37.5%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="-2"][grid-position="left"] {
        left: -8.33333%; }
      .page-template-page-home-page .section-cms [grid-margin="-2"][grid-position="right"] {
        left: 41.66667%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="-1"][grid-position="left"] {
        left: -4.16667%; }
      .page-template-page-home-page .section-cms [grid-margin="-1"][grid-position="right"] {
        left: 45.83333%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="0"][grid-position="left"] {
        left: 0%; }
      .page-template-page-home-page .section-cms [grid-margin="0"][grid-position="right"] {
        left: 50%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="1"][grid-position="left"] {
        left: 4.16667%; }
      .page-template-page-home-page .section-cms [grid-margin="1"][grid-position="right"] {
        left: 54.16667%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="2"][grid-position="left"] {
        left: 8.33333%; }
      .page-template-page-home-page .section-cms [grid-margin="2"][grid-position="right"] {
        left: 58.33333%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="3"][grid-position="left"] {
        left: 12.5%; }
      .page-template-page-home-page .section-cms [grid-margin="3"][grid-position="right"] {
        left: 62.5%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="4"][grid-position="left"] {
        left: 16.66667%; }
      .page-template-page-home-page .section-cms [grid-margin="4"][grid-position="right"] {
        left: 66.66667%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="5"][grid-position="left"] {
        left: 20.83333%; }
      .page-template-page-home-page .section-cms [grid-margin="5"][grid-position="right"] {
        left: 70.83333%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="6"][grid-position="left"] {
        left: 25%; }
      .page-template-page-home-page .section-cms [grid-margin="6"][grid-position="right"] {
        left: 75%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="7"][grid-position="left"] {
        left: 29.16667%; }
      .page-template-page-home-page .section-cms [grid-margin="7"][grid-position="right"] {
        left: 79.16667%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="8"][grid-position="left"] {
        left: 33.33333%; }
      .page-template-page-home-page .section-cms [grid-margin="8"][grid-position="right"] {
        left: 83.33333%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="9"][grid-position="left"] {
        left: 37.5%; }
      .page-template-page-home-page .section-cms [grid-margin="9"][grid-position="right"] {
        left: 87.5%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="10"][grid-position="left"] {
        left: 41.66667%; }
      .page-template-page-home-page .section-cms [grid-margin="10"][grid-position="right"] {
        left: 91.66667%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="11"][grid-position="left"] {
        left: 45.83333%; }
      .page-template-page-home-page .section-cms [grid-margin="11"][grid-position="right"] {
        left: 95.83333%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="12"][grid-position="left"] {
        left: 50%; }
      .page-template-page-home-page .section-cms [grid-margin="12"][grid-position="right"] {
        left: 100%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="13"][grid-position="left"] {
        left: 54.16667%; }
      .page-template-page-home-page .section-cms [grid-margin="13"][grid-position="right"] {
        left: 104.16667%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="14"][grid-position="left"] {
        left: 58.33333%; }
      .page-template-page-home-page .section-cms [grid-margin="14"][grid-position="right"] {
        left: 108.33333%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="15"][grid-position="left"] {
        left: 62.5%; }
      .page-template-page-home-page .section-cms [grid-margin="15"][grid-position="right"] {
        left: 112.5%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="16"][grid-position="left"] {
        left: 66.66667%; }
      .page-template-page-home-page .section-cms [grid-margin="16"][grid-position="right"] {
        left: 116.66667%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="17"][grid-position="left"] {
        left: 70.83333%; }
      .page-template-page-home-page .section-cms [grid-margin="17"][grid-position="right"] {
        left: 120.83333%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="18"][grid-position="left"] {
        left: 75%; }
      .page-template-page-home-page .section-cms [grid-margin="18"][grid-position="right"] {
        left: 125%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="19"][grid-position="left"] {
        left: 79.16667%; }
      .page-template-page-home-page .section-cms [grid-margin="19"][grid-position="right"] {
        left: 129.16667%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="20"][grid-position="left"] {
        left: 83.33333%; }
      .page-template-page-home-page .section-cms [grid-margin="20"][grid-position="right"] {
        left: 133.33333%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="21"][grid-position="left"] {
        left: 87.5%; }
      .page-template-page-home-page .section-cms [grid-margin="21"][grid-position="right"] {
        left: 137.5%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="22"][grid-position="left"] {
        left: 91.66667%; }
      .page-template-page-home-page .section-cms [grid-margin="22"][grid-position="right"] {
        left: 141.66667%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="23"][grid-position="left"] {
        left: 95.83333%; }
      .page-template-page-home-page .section-cms [grid-margin="23"][grid-position="right"] {
        left: 145.83333%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-margin="24"][grid-position="left"] {
        left: 100%; }
      .page-template-page-home-page .section-cms [grid-margin="24"][grid-position="right"] {
        left: 150%;
        position: relative; }
      .page-template-page-home-page .section-cms [grid-cols="0"] {
        width: 0%; }
      .page-template-page-home-page .section-cms [grid-cols="1"] {
        width: 4.16667%; }
      .page-template-page-home-page .section-cms [grid-cols="2"] {
        width: 8.33333%; }
      .page-template-page-home-page .section-cms [grid-cols="3"] {
        width: 12.5%; }
      .page-template-page-home-page .section-cms [grid-cols="4"] {
        width: 16.66667%; }
      .page-template-page-home-page .section-cms [grid-cols="5"] {
        width: 20.83333%; }
      .page-template-page-home-page .section-cms [grid-cols="6"] {
        width: 25%; }
      .page-template-page-home-page .section-cms [grid-cols="7"] {
        width: 29.16667%; }
      .page-template-page-home-page .section-cms [grid-cols="8"] {
        width: 33.33333%; }
      .page-template-page-home-page .section-cms [grid-cols="9"] {
        width: 37.5%; }
      .page-template-page-home-page .section-cms [grid-cols="10"] {
        width: 41.66667%; }
      .page-template-page-home-page .section-cms [grid-cols="11"] {
        width: 45.83333%; }
      .page-template-page-home-page .section-cms [grid-cols="12"] {
        width: 50%; }
      .page-template-page-home-page .section-cms [grid-cols="13"] {
        width: 54.16667%; }
      .page-template-page-home-page .section-cms [grid-cols="14"] {
        width: 58.33333%; }
      .page-template-page-home-page .section-cms [grid-cols="15"] {
        width: 62.5%; }
      .page-template-page-home-page .section-cms [grid-cols="16"] {
        width: 66.66667%; }
      .page-template-page-home-page .section-cms [grid-cols="17"] {
        width: 70.83333%; }
      .page-template-page-home-page .section-cms [grid-cols="18"] {
        width: 75%; }
      .page-template-page-home-page .section-cms [grid-cols="19"] {
        width: 79.16667%; }
      .page-template-page-home-page .section-cms [grid-cols="20"] {
        width: 83.33333%; }
      .page-template-page-home-page .section-cms [grid-cols="21"] {
        width: 87.5%; }
      .page-template-page-home-page .section-cms [grid-cols="22"] {
        width: 91.66667%; }
      .page-template-page-home-page .section-cms [grid-cols="23"] {
        width: 95.83333%; }
      .page-template-page-home-page .section-cms [grid-cols="24"] {
        width: 100%; } }
.page-template-page-home-page .section-hero .content-container {
  height: 100%;
  position: relative; }
.page-template-page-home-page .section-hero .main-content-container {
  width: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }
@media only screen and (min-width: 720px) {
  .page-template-page-home-page .section-hero .main-content-container {
    position: relative;
    top: calc(50% - 40px);
    transform: translateY(-50%);
    margin-left: 54.16667%;
    margin-right: 1, 24; } }
.page-template-page-home-page .section-cms .section-title {
  font-size: 14px;
  margin: 6px 0; }
.page-template-page-home-page .section-cms.section-layout_2 .section-title {
  color: #62B6D0; }
.page-template-page-home-page .section-cms.section-layout_4 .section-title {
  color: #785ca5; }
.page-template-page-home-page .section-cms .section-sub-title {
  font-size: 28px;
  font-weight: 700; }
.page-template-page-home-page .section-cms .image-wrapper {
  line-height: 1; }
@media all and (max-width: 719px) {
  .page-template-page-home-page .section-cms .section-wrapper {
    padding: 0; }
    .page-template-page-home-page .section-cms .section-wrapper > * > * {
      padding: 0 20px;
      margin: 20px 0; }
      .page-template-page-home-page .section-cms .section-wrapper > * > *.full-bleed-mobile {
        padding-left: 0;
        padding-right: 0; }
    .page-template-page-home-page .section-cms .section-wrapper > * > h4 {
      margin: 20px 0 10px; }
    .page-template-page-home-page .section-cms .section-wrapper > * > h1 {
      margin: 10px 0 20px; }
    .page-template-page-home-page .section-cms .section-wrapper > *:nth-child(1) {
      padding-top: 30px; }
      .page-template-page-home-page .section-cms .section-wrapper > *:nth-child(1) :nth-child(1) {
        margin-top: 0; }
    .page-template-page-home-page .section-cms .section-wrapper > *:not(:last-child) {
      padding-bottom: 0; }
      .page-template-page-home-page .section-cms .section-wrapper > *:not(:last-child) :nth-last-child(1) {
        margin-bottom: 0; }
    .page-template-page-home-page .section-cms .section-wrapper > *:nth-last-child(1) {
      padding-bottom: 50px; }
      .page-template-page-home-page .section-cms .section-wrapper > *:nth-last-child(1) :nth-last-child(1) {
        margin-bottom: 0; }
  .page-template-page-home-page .section-cms:nth-last-of-type(1) .section-wrapper > *:nth-last-child(1) {
    padding-bottom: 0; }
  .page-template-page-home-page .section-cms.section-layout_2, .page-template-page-home-page .section-cms.section-layout_4 {
    background-image: none !important;
    z-index: -2;
    position: relative; }
    .page-template-page-home-page .section-cms.section-layout_2 .image-container, .page-template-page-home-page .section-cms.section-layout_4 .image-container {
      height: 375px;
      display: block;
      background-size: cover;
      background-repeat: no-repeat;
      margin-top: -50px;
      margin-bottom: -80px;
      z-index: -1;
      position: relative; }
    .page-template-page-home-page .section-cms.section-layout_2 .supporting-content-container, .page-template-page-home-page .section-cms.section-layout_4 .supporting-content-container {
      z-index: 1;
      position: relative; }
  .page-template-page-home-page .section-cms.section-layout_2 {
    background-color: #E8E9EC; }
  .page-template-page-home-page .section-cms.section-layout_4 {
    background-color: #f1f1f1; } }
@media all and (min-width: 720px) {
  .page-template-page-home-page .section-cms .section-wrapper {
    padding-top: 150px;
    padding-bottom: 150px; }
  .page-template-page-home-page .section-cms.section-layout_2 .image-container, .page-template-page-home-page .section-cms.section-layout_4 .image-container {
    display: none; }
  .page-template-page-home-page .section-cms.section-layout_2 .supporting-content-container, .page-template-page-home-page .section-cms.section-layout_4 .supporting-content-container {
    display: block;
    table-layout: inherit; }
  .page-template-page-home-page .section-cms .section-sub-title {
    font-size: 42px; }
  .page-template-page-home-page .section-cms .section-title {
    font-size: 22px; }
  .page-template-page-home-page .section-cms .author-title {
    padding-top: 5px; } }

.parallax-mirror {
  display: none;
  background: transparent; }
  @media all and (min-width: 720px) {
    .parallax-mirror {
      display: block; }
      .parallax-mirror [grid-margin="-6"] {
        left: -25%; }
      .parallax-mirror [grid-margin="-5"] {
        left: -20.83333%; }
      .parallax-mirror [grid-margin="-4"] {
        left: -16.66667%; }
      .parallax-mirror [grid-margin="-3"] {
        left: -12.5%; }
      .parallax-mirror [grid-margin="-2"] {
        left: -8.33333%; }
      .parallax-mirror [grid-margin="-1"] {
        left: -4.16667%; }
      .parallax-mirror [grid-margin="0"] {
        left: 0%; }
      .parallax-mirror [grid-margin="1"] {
        left: 4.16667%; }
      .parallax-mirror [grid-margin="2"] {
        left: 8.33333%; }
      .parallax-mirror [grid-margin="3"] {
        left: 12.5%; }
      .parallax-mirror [grid-margin="4"] {
        left: 16.66667%; }
      .parallax-mirror [grid-margin="5"] {
        left: 20.83333%; }
      .parallax-mirror [grid-margin="6"] {
        left: 25%; }
      .parallax-mirror [grid-margin="7"] {
        left: 29.16667%; }
      .parallax-mirror [grid-margin="8"] {
        left: 33.33333%; }
      .parallax-mirror [grid-margin="9"] {
        left: 37.5%; }
      .parallax-mirror [grid-margin="10"] {
        left: 41.66667%; }
      .parallax-mirror [grid-margin="11"] {
        left: 45.83333%; }
      .parallax-mirror [grid-margin="12"] {
        left: 50%; }
      .parallax-mirror [grid-margin="13"] {
        left: 54.16667%; }
      .parallax-mirror [grid-margin="14"] {
        left: 58.33333%; }
      .parallax-mirror [grid-margin="15"] {
        left: 62.5%; }
      .parallax-mirror [grid-margin="16"] {
        left: 66.66667%; }
      .parallax-mirror [grid-margin="17"] {
        left: 70.83333%; }
      .parallax-mirror [grid-margin="18"] {
        left: 75%; }
      .parallax-mirror [grid-margin="19"] {
        left: 79.16667%; }
      .parallax-mirror [grid-margin="20"] {
        left: 83.33333%; }
      .parallax-mirror [grid-margin="21"] {
        left: 87.5%; }
      .parallax-mirror [grid-margin="22"] {
        left: 91.66667%; }
      .parallax-mirror [grid-margin="23"] {
        left: 95.83333%; }
      .parallax-mirror [grid-margin="24"] {
        left: 100%; }
      .parallax-mirror [grid-cols="0"] {
        width: 0%; }
      .parallax-mirror [grid-cols="1"] {
        width: 4.16667%; }
      .parallax-mirror [grid-cols="2"] {
        width: 8.33333%; }
      .parallax-mirror [grid-cols="3"] {
        width: 12.5%; }
      .parallax-mirror [grid-cols="4"] {
        width: 16.66667%; }
      .parallax-mirror [grid-cols="5"] {
        width: 20.83333%; }
      .parallax-mirror [grid-cols="6"] {
        width: 25%; }
      .parallax-mirror [grid-cols="7"] {
        width: 29.16667%; }
      .parallax-mirror [grid-cols="8"] {
        width: 33.33333%; }
      .parallax-mirror [grid-cols="9"] {
        width: 37.5%; }
      .parallax-mirror [grid-cols="10"] {
        width: 41.66667%; }
      .parallax-mirror [grid-cols="11"] {
        width: 45.83333%; }
      .parallax-mirror [grid-cols="12"] {
        width: 50%; }
      .parallax-mirror [grid-cols="13"] {
        width: 54.16667%; }
      .parallax-mirror [grid-cols="14"] {
        width: 58.33333%; }
      .parallax-mirror [grid-cols="15"] {
        width: 62.5%; }
      .parallax-mirror [grid-cols="16"] {
        width: 66.66667%; }
      .parallax-mirror [grid-cols="17"] {
        width: 70.83333%; }
      .parallax-mirror [grid-cols="18"] {
        width: 75%; }
      .parallax-mirror [grid-cols="19"] {
        width: 79.16667%; }
      .parallax-mirror [grid-cols="20"] {
        width: 83.33333%; }
      .parallax-mirror [grid-cols="21"] {
        width: 87.5%; }
      .parallax-mirror [grid-cols="22"] {
        width: 91.66667%; }
      .parallax-mirror [grid-cols="23"] {
        width: 95.83333%; }
      .parallax-mirror [grid-cols="24"] {
        width: 100%; } }

@media all and (max-width: 719px) {
  section .scroll-reveal-homepage {
    -webkit-transform: none !important;
    -webkit-transition: none !important; } }

.parallax-slider {
  display: none; }
  @media all and (min-width: 720px) {
    .parallax-slider {
      display: block; } }
  .parallax-slider .parallax-image {
    position: absolute;
    max-height: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

@media all and (max-width: 719px) {
  .page-template-page-home-page section .scroll-reveal-homepage {
    -webkit-transform: none !important;
    -webkit-transition: none !important; } }

.page-template-page-home-page .homepage-article-container {
  position: relative; }
.page-template-page-home-page .fixed-left-bg {
  display: none !important;
  position: absolute;
  left: 0;
  height: 100%;
  width: 45px;
  z-index: 5; }
.page-template-page-home-page .section-start-lines {
  display: none !important;
  position: absolute;
  top: 250px;
  left: 0;
  width: 173px; }
@media all and (min-width: 700px) {
  .page-template-page-home-page .section-cms:nth-of-type(1) .section-start-lines {
    top: 400px; } }
.page-template-page-home-page .section-end-lines {
  display: none !important;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 371px;
  width: 371px; }
@media all and (min-width: 850px) {
  .page-template-page-home-page .fixed-left-bg {
    display: none !important; } }
@media all and (min-width: 1290px) {
  .page-template-page-home-page .section-start-lines {
    display: none !important; } }
@media all and (min-width: 720px) {
  .page-template-page-home-page .section-end-lines {
    display: none !important; } }

.page-template-page-home-page .header {
  z-index: 1; }
.page-template-page-home-page #content {
  z-index: 0; }
.page-template-page-home-page .section-programs-menu {
  text-align: center;
  z-index: 9; }
  .page-template-page-home-page .section-programs-menu .programs-menu-item-1 a {
    padding: 20px 20px;
    display: block; }
  .page-template-page-home-page .section-programs-menu .programs-menu-item-2 .programs-menu-item-wrapper {
    overflow: auto; }
    html.flexbox .page-template-page-home-page .section-programs-menu .programs-menu-item-2 .programs-menu-item-wrapper {
      position: relative; }
  .page-template-page-home-page .section-programs-menu .program-links-header {
    margin: 0 auto 21px; }
    .page-template-page-home-page .section-programs-menu .program-links-header .show {
      display: none;
      font-weight: inherit; }
    @media all and (min-width: 1000px) {
      .page-template-page-home-page .section-programs-menu .program-links-header .show {
        display: inline; } }
  .page-template-page-home-page .section-programs-menu .program-links-mobile {
    text-align: left;
    background: #d41b2c;
    color: white;
    -webkit-margin-before: 0;
    margin-bottom: 0;
    padding-left: 0; }
    .page-template-page-home-page .section-programs-menu .program-links-mobile li {
      padding: 0 !important;
      margin: 0 !important;
      border-bottom: 1px solid #b20404 !important; }
      .page-template-page-home-page .section-programs-menu .program-links-mobile li a {
        display: block;
        padding: 20px; }
      .page-template-page-home-page .section-programs-menu .program-links-mobile li a.link-primary {
        color: white; }
      .page-template-page-home-page .section-programs-menu .program-links-mobile li a.link-primary i {
        color: #dc6666; }
  .page-template-page-home-page .section-programs-menu ul.page-links {
    padding: 0;
    margin: 0; }
    .page-template-page-home-page .section-programs-menu ul.page-links li {
      padding: 0;
      margin: 0;
      text-align: left; }
  @media all and (min-width: 920px) {
    .page-template-page-home-page .section-programs-menu ul.page-links li {
      font-size: 16px;
      line-height: 30px;
      padding: 0 0 0 4px;
      text-align: center; } }
  .page-template-page-home-page .section-programs-menu .event-teasers .event-teaser .event-border .event-row .event-col {
    padding: 20px 16px 20px 16px; }
  .page-template-page-home-page .section-programs-menu .programs-menu-item-dark {
    background-color: #333333;
    text-align: left; }
    .page-template-page-home-page .section-programs-menu .programs-menu-item-dark .link-primary {
      color: white; }
  @media all and (min-width: 920px) {
    .page-template-page-home-page .section-programs-menu {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      transform: translateY(50%); }
      .page-template-page-home-page .section-programs-menu .programs-menu {
        z-index: 2;
        text-align: center;
        /* We first create a flex layout context */ }
        html.flexbox .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-row {
          display: flex;
          display: -webkit-flex;
          /* Then we define the flow direction and if we allow the items to wrap
           * Remember this is the same as:
           * flex-direction: row;
           * flex-wrap: wrap;
           */
          flex-flow: row nowrap;
          -webkit-flex-flow: row nowrap;
          /* Then we define how is distributed the remaining space */
          justify-content: center;
          -webkit-justify-content: center; }
        html.flexbox .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-item {
          display: flex;
          align-items: center; }
        html.flexbox .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-item-0 {
          flex: 1; }
        html.flexbox .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-item-2 {
          position: relative; }
          html.flexbox .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-item-2 .programs-menu-item-wrapper {
            overflow: visible;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0; }
            html.flexbox .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-item-2 .programs-menu-item-wrapper .event-border {
              position: absolute;
              top: 0;
              bottom: 0;
              right: 0;
              left: 0;
              width: 100%;
              height: 100%;
              padding-left: 20px; }
        html.no-flexbox .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-row {
          display: table;
          empty-cells: show;
          border-spacing: 0;
          border-collapse: separate;
          overflow: auto; }
        html.no-flexbox .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-item {
          display: table-cell;
          min-width: 200px;
          vertical-align: middle;
          overflow: auto; }
          html.no-flexbox .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-item .programs-menu-item-wrapper {
            display: inline-block;
            margin: 0; }
        html.no-flexbox .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-item-2 {
          border-spacing: 0;
          border-collapse: collapse; }
          html.no-flexbox .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-item-2 .programs-menu-item-wrapper {
            padding: 0;
            height: 180px;
            margin-top: -6px;
            margin-bottom: -6px;
            position: relative;
            overflow: auto; }
            html.no-flexbox .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-item-2 .programs-menu-item-wrapper .event-teasers {
              border: 0;
              margin: 0; }
            html.no-flexbox .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-item-2 .programs-menu-item-wrapper .event-border {
              position: absolute;
              top: 0;
              bottom: 0;
              right: 0;
              left: 0;
              height: 100%;
              padding-left: 20px; }
        .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-row {
          max-width: 1260px;
          margin: 0 auto;
          padding: 0 30px;
          text-align: center; }
        .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-item-wrapper {
          width: 100%; }
        .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-item-0 .programs-menu-main-buttons {
          padding: 30px; }
        .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-item-0 .programs-menu-buttons {
          width: 100%; }
        .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-item-0 .program-links-desktop {
          width: 100%; }
        .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-item-1 a {
          padding: 3px 20px;
          display: block; }
        .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-item-2 {
          padding-left: 20px;
          width: 320px; }
        .page-template-page-home-page .section-programs-menu .programs-menu .event-teasers .event-teaser {
          padding: 0; }
          .page-template-page-home-page .section-programs-menu .programs-menu .event-teasers .event-teaser .event-border {
            border: 0px solid #333333;
            background-color: transparent; }
            .page-template-page-home-page .section-programs-menu .programs-menu .event-teasers .event-teaser .event-border .event-row .event-details {
              background-color: #fff; }
        .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-item-light {
          background-color: white; }
        .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-main-buttons .programs-menu-item-header {
          position: relative;
          text-align: left;
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap; }
          .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-main-buttons .programs-menu-item-header h3 {
            margin-left: 0;
            margin-right: 10px;
            margin-bottom: 0; }
          .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-main-buttons .programs-menu-item-header > a, .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-main-buttons .footer-site-map .programs-menu-item-header > a, .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-main-buttons .event-teasers .event-teaser:hover .programs-menu-item-header > a {
            white-space: nowrap; }
            .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-main-buttons .programs-menu-item-header > a i {
              font-size: .8em; }
          .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-main-buttons .programs-menu-item-header .view-all {
            position: absolute;
            top: 5px;
            right: 0; }
        .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-main-buttons .program-links {
          padding: 0;
          margin: 0;
          content: "";
          display: table;
          table-layout: fixed; }
          .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-main-buttons .program-links li {
            margin: 0;
            float: left;
            width: 33.333333%; } }
        @media all and (min-width: 920px) and (max-width: 999px) {
          .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-main-buttons .program-links li {
            padding: 0 2.5px !important; } }
  @media all and (min-width: 920px) {
            .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-main-buttons .program-links li:nth-child(1) {
              padding-left: 0 !important; }
            .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-main-buttons .program-links li:nth-last-child(1) {
              padding-right: 0 !important; }
            .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-main-buttons .program-links li > a, .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-main-buttons .program-links .footer-site-map li > a, .page-template-page-home-page .section-programs-menu .programs-menu .programs-menu-main-buttons .program-links .event-teasers .event-teaser:hover li > a {
              width: 100%;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              height: 65px;
              line-height: 20px;
              padding: 0;
              white-space: normal; } }
  @media all and (max-width: 919px) {
    .page-template-page-home-page .section-programs-menu {
      position: relative; }
      .page-template-page-home-page .section-programs-menu li {
        padding: 18px 20px;
        border-bottom: 1px solid #d5d5d5; }
      .page-template-page-home-page .section-programs-menu .link-primary {
        font-size: 18px;
        font-weight: 400; }
      .page-template-page-home-page .section-programs-menu .event-teasers {
        width: 100%; }
        .page-template-page-home-page .section-programs-menu .event-teasers .event-teaser {
          padding-left: 0;
          width: 100%; } }
  .page-template-page-home-page .section-programs-menu .event-teasers .event-teaser {
    padding: 0; }
  .page-template-page-home-page .section-programs-menu .program-links-header {
    display: none; }
  .page-template-page-home-page .section-programs-menu .program-links.program-links-desktop {
    display: none; }
  @media all and (min-width: 920px) {
    .page-template-page-home-page .section-programs-menu .program-links-header {
      display: block; }
    .page-template-page-home-page .section-programs-menu .program-links.program-links-mobile {
      display: none !important; }
    .page-template-page-home-page .section-programs-menu .program-links.program-links-desktop {
      display: block; } }

.tiles .tiles-title {
  text-align: center;
  margin-bottom: 20px;
  line-height: 23px;
  font-size: 14px;
  font-weight: 400; }
.tiles .tile {
  font-weight: 700;
  font-size: 12px; }
.tiles .tile {
  font-size: 40px; }
.tiles .statistic.purple {
  color: #785ca5; }
.tiles .statistic.orange {
  color: #BB4100; }
.tiles .statistic.green {
  color: #025944; }
.tiles .icon {
  font-size: 50px; }
  .tiles .icon.teal {
    color: #0C3354; }
  .tiles .icon.orange {
    color: #BB4100; }
  .tiles .icon.purple {
    color: #785ca5; }
  .tiles .icon.green {
    color: #025944; }
.tiles.tiles--icons .tile-title {
  line-height: 16px;
  font-size: 14px;
  font-weight: 300;
  margin-top: 16px; }
  @media all and (min-width: 720px) {
    .tiles.tiles--icons .tile-title {
      font-size: 24px;
      line-height: 30px;
      margin-top: 16px; } }
.tiles.tiles--statistics .tile-title {
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 16px; }
  @media all and (min-width: 720px) {
    .tiles.tiles--statistics .tile-title {
      text-transform: uppercase;
      font-size: 14px;
      line-height: 23px;
      margin-top: 16px; } }
.tiles .tile-wrapper {
  padding: 15px 2px;
  background-color: #f1f1f1; }
  @media all and (min-width: 720px) {
    .tiles .tile-wrapper {
      background: none; } }

.tiles {
  position: relative; }
  .tiles .tiles-wrapper {
    box-sizing: border-box; }

.tile .tile-wrapper {
  text-align: center; }

@media all and (max-width: 719px) {
  .tiles-wrapper {
    content: "";
    display: table;
    table-layout: fixed;
    width: 100%; }
    .tiles-wrapper .tile > * {
      text-align: center; }
    .tiles-wrapper[columns="1"] .tile {
      padding: 1px;
      float: left;
      width: 100%; }
      .tiles-wrapper[columns="1"] .tile .tile-wrapper {
        min-height: 100px; }
      .tiles-wrapper[columns="1"] .tile:nth-child(1) {
        padding-left: 0; }
      .tiles-wrapper[columns="1"] .tile:nth-last-child(1) {
        padding-right: 0; }
    .tiles-wrapper .tile > * {
      text-align: center; }
    .tiles-wrapper[columns="2"] .tile {
      padding: 1px;
      float: left;
      width: 50%; }
      .tiles-wrapper[columns="2"] .tile .tile-wrapper {
        min-height: 100px; }
      .tiles-wrapper[columns="2"] .tile:nth-child(1) {
        padding-left: 0; }
      .tiles-wrapper[columns="2"] .tile:nth-last-child(1) {
        padding-right: 0; }
    .tiles-wrapper .tile > * {
      text-align: center; }
    .tiles-wrapper[columns="3"] .tile {
      padding: 1px;
      float: left;
      width: 33.33333%; }
      .tiles-wrapper[columns="3"] .tile .tile-wrapper {
        min-height: 100px; }
      .tiles-wrapper[columns="3"] .tile:nth-child(1) {
        padding-left: 0; }
      .tiles-wrapper[columns="3"] .tile:nth-last-child(1) {
        padding-right: 0; }
    .tiles-wrapper .tile > * {
      text-align: center; }
    .tiles-wrapper[columns="4"] .tile {
      padding: 1px;
      float: left;
      width: 25%; }
      .tiles-wrapper[columns="4"] .tile .tile-wrapper {
        min-height: 100px; }
      .tiles-wrapper[columns="4"] .tile:nth-child(1) {
        padding-left: 0; }
      .tiles-wrapper[columns="4"] .tile:nth-last-child(1) {
        padding-right: 0; } }
.location-links .location-header-mobile {
  display: block;
  padding: 14px 20px; }
.location-links .location-header-desktop {
  display: none; }
.location-links .location {
  padding: 12px 20px;
  color: black;
  font-weight: 500;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9; }
  .location-links .location a, .location-links .location .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .location-links .location a {
    color: black;
    font-weight: 500; }
  .location-links .location .icon-nav-arrow-right.red, .location-links .location .footer-site-map a.icon-nav-arrow-right, .footer-site-map .location-links .location a.icon-nav-arrow-right {
    font-size: 11px;
    margin-left: 3px; }
@media all and (min-width: 720px) {
  .location-links {
    margin-top: 30px; }
    .location-links .location {
      padding: 4px 20px 4px 0;
      border-top: none;
      border-bottom: none;
      line-height: 19px; }
      .location-links .location a, .location-links .location .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .location-links .location a {
        color: #d41b2c;
        font-weight: 700; }
      .location-links .location .icon-nav-arrow-right {
        font-size: 8px;
        padding-left: 7px;
        font-weight: 700; }
    .location-links .location-header-desktop {
      display: block;
      text-transform: uppercase;
      padding-top: 10px;
      line-height: 23px;
      font-weight: 400;
      font-size: 14px; }
    .location-links .location-header-mobile {
      display: none; } }

.page-template-page-home-page .dynamic-hero {
  position: relative; }
  @media all and (max-width: 719px) {
    .page-template-page-home-page .dynamic-hero .mobile-hero {
      display: block; }
      .page-template-page-home-page .dynamic-hero .mobile-hero h1 {
        padding-top: 18px;
        font-size: 28px; }
      .page-template-page-home-page .dynamic-hero .mobile-hero .section-content-wrapper {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 6px; }
      .page-template-page-home-page .dynamic-hero .mobile-hero .triangle-down {
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 25px solid #f7f7f7;
        margin: 0 auto; }
      .page-template-page-home-page .dynamic-hero .mobile-hero .hero-image {
        height: 210px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        margin-top: 20px; }
    .page-template-page-home-page .dynamic-hero .desktop-hero {
      display: none; } }
  @media all and (min-width: 720px) {
    .page-template-page-home-page .dynamic-hero .mobile-hero {
      display: none; }
    .page-template-page-home-page .dynamic-hero .desktop-hero {
      display: block;
      color: white;
      height: calc(100vh - 220px);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)); }
      .page-template-page-home-page .dynamic-hero .desktop-hero .desc {
        font-size: 22px;
        width: 80%; }
    .page-template-page-home-page .dynamic-hero .background {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; } }

.page-template-page-home-page .section-layout_1 {
  position: relative;
  background-color: #62B6D0;
  overflow: hidden; }
  .page-template-page-home-page .section-layout_1 .section-wrapper {
    color: black; }
    .page-template-page-home-page .section-layout_1 .section-wrapper img {
      width: 100%;
      padding: 0; }
    .page-template-page-home-page .section-layout_1 .section-wrapper .quote-container {
      position: relative; }
      .page-template-page-home-page .section-layout_1 .section-wrapper .quote-container .quote {
        font-size: 20px;
        font-style: italic;
        line-height: 30px; }
    .page-template-page-home-page .section-layout_1 .section-wrapper .section-title {
      color: black;
      margin-bottom: 0px; }
    .page-template-page-home-page .section-layout_1 .section-wrapper .section-sub-title {
      padding-top: 5px;
      line-height: 2.5rem; }
    .page-template-page-home-page .section-layout_1 .section-wrapper .icon-nav-quote_mark {
      font-size: 20px;
      font-style: italic;
      color: #0C3354; }
    .page-template-page-home-page .section-layout_1 .section-wrapper .author {
      color: black;
      font-size: 14px;
      font-weight: 700;
      line-height: 10px; }
    .page-template-page-home-page .section-layout_1 .section-wrapper .author-title {
      color: black;
      font-size: 14px; }
    .page-template-page-home-page .section-layout_1 .section-wrapper .extra-small, .page-template-page-home-page .section-layout_1 .section-wrapper .course-listings .course-table-title-note, .course-listings .page-template-page-home-page .section-layout_1 .section-wrapper .course-table-title-note, .page-template-page-home-page .section-layout_1 .section-wrapper .course-listings .course-table-header-hours, .course-listings .page-template-page-home-page .section-layout_1 .section-wrapper .course-table-header-hours, .page-template-page-home-page .section-layout_1 .section-wrapper .course-listings .course-listing-hours, .course-listings .page-template-page-home-page .section-layout_1 .section-wrapper .course-listing-hours {
      line-height: 1.3em; }
  @media all and (max-width: 720px) {
    .page-template-page-home-page .section-layout_1 .section-wrapper .section-sub-title {
      margin: 0px;
      line-height: 2rem; }
    .page-template-page-home-page .section-layout_1 .author-container {
      padding-top: 20px; } }
  @media all and (min-width: 720px) {
    .page-template-page-home-page .section-layout_1 .section-wrapper .quote-container .quote {
      margin-top: 20px;
      position: relative;
      font-size: 28px;
      line-height: 38px; }
    .page-template-page-home-page .section-layout_1 .section-wrapper .quote-container .icon-nav-quote_mark {
      position: absolute;
      left: -45px;
      top: 3px; }
    .page-template-page-home-page .section-layout_1 .section-wrapper .author {
      margin-top: 20px;
      font-size: 18px; } }

.page-template-page-home-page .section-layout_2 .container-title {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  text-align: center; }
.page-template-page-home-page .section-layout_2 .section-wrapper .section-title {
  color: black;
  margin-bottom: 0px; }
.page-template-page-home-page .section-layout_2 .section-wrapper .section-sub-title {
  padding-top: 5px;
  line-height: 2.5rem; }
.page-template-page-home-page .section-layout_2 .section-wrapper .teaser.article-teaser {
  padding: 0px; }
@media all and (max-width: 720px) {
  .page-template-page-home-page .section-layout_2 .section-wrapper .section-sub-title {
    margin: 0px;
    line-height: 2rem; } }
@media all and (min-width: 720px) {
  .page-template-page-home-page .section-layout_2 .article-teasers {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0; }
  .page-template-page-home-page .section-layout_2 .container-title {
    width: 147px;
    margin: 0 auto; }
  .page-template-page-home-page .section-layout_2 .teaser {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 0; }
  .page-template-page-home-page .section-layout_2 .section-wrapper .sub-title {
    font-weight: 200 !important;
    font-size: 24px !important; } }

.page-template-page-home-page .section-layout_3 {
  background-color: #FF854F; }
  .page-template-page-home-page .section-layout_3 .text-container {
    z-index: 3; }
    .page-template-page-home-page .section-layout_3 .text-container .section-title {
      color: black;
      margin-bottom: 0px; }
    .page-template-page-home-page .section-layout_3 .text-container .section-sub-title {
      color: black;
      padding-top: 5px;
      line-height: 2.5rem; }
    .page-template-page-home-page .section-layout_3 .text-container .desc {
      color: black; }
  @media all and (max-width: 720px) {
    .page-template-page-home-page .section-layout_3 .section-wrapper .section-sub-title {
      margin: 0px;
      line-height: 2rem; } }

.page-template-page-home-page .section-layout_4 .section-wrapper .section-title {
  color: black;
  margin-bottom: 0px; }
.page-template-page-home-page .section-layout_4 .section-wrapper .section-sub-title {
  padding-top: 5px;
  line-height: 2.5rem; }
@media all and (max-width: 719px) {
  .page-template-page-home-page .section-layout_4.section-cms {
    background-image: none;
    background-color: #f7f7f7; }
    .page-template-page-home-page .section-layout_4.section-cms .section-wrapper .section-sub-title {
      margin: 0px;
      line-height: 2rem; } }
@media all and (min-width: 720px) {
  .page-template-page-home-page .section-layout_4.section-cms .supporting-content-container {
    padding-left: 20px;
    padding-right: 20px; } }

.page-template-page-home-page .section-layout_6 {
  position: relative;
  background-color: #609F80; }
  .page-template-page-home-page .section-layout_6 .author, .page-template-page-home-page .section-layout_6 .quote-container {
    display: none; }
  .page-template-page-home-page .section-layout_6 .section-wrapper {
    overflow: hidden;
    color: black; }
    .page-template-page-home-page .section-layout_6 .section-wrapper img {
      width: 100%;
      padding: 20px 0 5px 0; }
    .page-template-page-home-page .section-layout_6 .section-wrapper .quote-container {
      position: relative; }
      .page-template-page-home-page .section-layout_6 .section-wrapper .quote-container .quote {
        font-size: 20px;
        font-style: italic;
        line-height: 30px; }
    .page-template-page-home-page .section-layout_6 .section-wrapper .section-title {
      color: black;
      margin-bottom: 0px; }
    .page-template-page-home-page .section-layout_6 .section-wrapper .section-sub-title {
      padding-top: 5px;
      line-height: 2.5rem; }
    .page-template-page-home-page .section-layout_6 .section-wrapper .icon-nav-quote_mark {
      font-size: 20px;
      font-style: italic;
      color: #62B6D0; }
    .page-template-page-home-page .section-layout_6 .section-wrapper .author {
      color: black;
      font-size: 14px;
      font-weight: 700;
      line-height: 10px; }
    .page-template-page-home-page .section-layout_6 .section-wrapper .author-title {
      color: black;
      font-size: 14px; }
    .page-template-page-home-page .section-layout_6 .section-wrapper .extra-small, .page-template-page-home-page .section-layout_6 .section-wrapper .course-listings .course-table-title-note, .course-listings .page-template-page-home-page .section-layout_6 .section-wrapper .course-table-title-note, .page-template-page-home-page .section-layout_6 .section-wrapper .course-listings .course-table-header-hours, .course-listings .page-template-page-home-page .section-layout_6 .section-wrapper .course-table-header-hours, .page-template-page-home-page .section-layout_6 .section-wrapper .course-listings .course-listing-hours, .course-listings .page-template-page-home-page .section-layout_6 .section-wrapper .course-listing-hours {
      line-height: 1.3em; }
  .page-template-page-home-page .section-layout_6 .scroll-reveal-section-6 {
    margin-top: 75px;
    width: 40%; }
    .page-template-page-home-page .section-layout_6 .scroll-reveal-section-6 .section-title {
      text-align: center;
      margin-bottom: 20px; }
    .page-template-page-home-page .section-layout_6 .scroll-reveal-section-6 .desc {
      padding: 40px 0px; }
  @media all and (max-width: 720px) {
    .page-template-page-home-page .section-layout_6 .section-wrapper .section-sub-title {
      margin: 0px;
      line-height: 2rem; }
    .page-template-page-home-page .section-layout_6 .bubble-chart {
      display: none; }
    .page-template-page-home-page .section-layout_6 .author-container {
      padding: 20px 20px; }
    .page-template-page-home-page .section-layout_6 .scroll-reveal-section-6 {
      padding: 0px;
      margin: 0px;
      width: 100%; }
      .page-template-page-home-page .section-layout_6 .scroll-reveal-section-6 #outlook-static {
        display: block;
        margin: 0 auto;
        padding: 0px;
        width: 90%; }
      .page-template-page-home-page .section-layout_6 .scroll-reveal-section-6 .desc {
        padding: 0px 40px 40px 40px; } }
  @media all and (min-width: 720px) {
    .page-template-page-home-page .section-layout_6 .section-wrapper .quote-container .quote {
      margin-top: 20px;
      position: relative;
      font-size: 28px;
      line-height: 38px; }
    .page-template-page-home-page .section-layout_6 .section-wrapper .quote-container .icon-nav-quote_mark {
      display: none;
      position: absolute;
      left: -45px;
      top: 3px; }
    .page-template-page-home-page .section-layout_6 .section-wrapper .author {
      margin-top: 20px;
      font-size: 18px; }
    .page-template-page-home-page .section-layout_6 .section-wrapper #outlook-static {
      display: none; } }

.bubble-chart .node {
  cursor: pointer;
  opacity: 0.3;
  position: relative;
  z-index: 1; }

.bubble-chart .node:hover, .bubble-chart .event-teasers .event-teaser:hover a.node, .event-teasers .event-teaser:hover .bubble-chart a.node,
.bubble-chart .node.active {
  opacity: 1.0;
  transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  z-index: 10; }

.bubble-chart .node .full-object {
  display: none; }

.bubble-chart .node.active .object {
  display: none; }

.bubble-chart .node.active .full-object {
  display: block; }

.bubble-chart .node .text-label {
  color: #609F80;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400; }

.bubble-chart .node.small .text-label, .bubble-chart .course-listings .node.course-listing-hours-label .text-label, .course-listings .bubble-chart .node.course-listing-hours-label .text-label {
  display: none; }

.bubble-chart .node.active.small .text-label, .bubble-chart .course-listings .node.active.course-listing-hours-label .text-label, .course-listings .bubble-chart .node.active.course-listing-hours-label .text-label {
  display: block; }

.bubble-chart .node .text-sub-label {
  color: #609F80;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600; }

.bubble-chart .node.small .text-sub-label, .bubble-chart .course-listings .node.course-listing-hours-label .text-sub-label, .course-listings .bubble-chart .node.course-listing-hours-label .text-sub-label {
  font-size: 18px;
  line-height: 18px; }

.bubble-chart .node.active.small .text-sub-label, .bubble-chart .course-listings .node.active.course-listing-hours-label .text-sub-label, .course-listings .bubble-chart .node.active.course-listing-hours-label .text-sub-label {
  font-size: 32px;
  line-height: 32px; }

.bubble-chart .node .text-full-label {
  color: #609F80;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400; }

.page-template-page-landing .landing-page-container {
  position: relative;
  background: none; }
  .page-template-page-landing .landing-page-container h2 {
    font-weight: 700; }
  .page-template-page-landing .landing-page-container h3 {
    font-weight: 400; }
  .page-template-page-landing .landing-page-container h4 a, .page-template-page-landing .landing-page-container h4 .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .page-template-page-landing .landing-page-container h4 a {
    font-weight: inherit; }
  .page-template-page-landing .landing-page-container a, .page-template-page-landing .landing-page-container .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .page-template-page-landing .landing-page-container a {
    color: #cc0000; }
  .page-template-page-landing .landing-page-container .hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 36rem;
    position: relative; }
    .page-template-page-landing .landing-page-container .hero * {
      color: #FFF; }
    .page-template-page-landing .landing-page-container .hero h2 {
      font-weight: 700; }
    .page-template-page-landing .landing-page-container .hero .text .inner {
      padding: 6vw 0; }
    .page-template-page-landing .landing-page-container .hero .overlay {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background-image: url("images/landing-pages/hero-overlay.png");
      background-size: cover;
      background-position: left; }
    .page-template-page-landing .landing-page-container .hero .content {
      height: 100%;
      position: relative;
      z-index: 1; }
      .page-template-page-landing .landing-page-container .hero .content .inner {
        width: 100%;
        margin: 15px 0 15px 0; }
      .page-template-page-landing .landing-page-container .hero .content .form {
        background: #e3e6e9;
        padding: 0;
        position: relative; }
        .page-template-page-landing .landing-page-container .hero .content .form .marketo-form {
          top: 0; }
        .page-template-page-landing .landing-page-container .hero .content .form * {
          line-height: 1; }
  .page-template-page-landing .landing-page-container .stylized-title-text-image-module {
    background-color: #009ba7;
    padding: 6vw 0;
    position: relative; }
    .page-template-page-landing .landing-page-container .stylized-title-text-image-module * {
      color: #FFF; }
    .page-template-page-landing .landing-page-container .stylized-title-text-image-module .background {
      background-image: url("images/landing-pages/stylized-background.png");
      background-size: cover;
      background-position: top left;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .page-template-page-landing .landing-page-container .stylized-title-text-image-module .content {
      position: relative;
      z-index: 99; }
    .page-template-page-landing .landing-page-container .stylized-title-text-image-module .image .inner {
      background-position: center;
      background-size: cover;
      min-height: 16rem;
      width: 100%; }
  .page-template-page-landing .landing-page-container .programs-module {
    background-color: #f9f9f9;
    min-height: 100vh;
    padding: calc(2.4rem + 2.4vw); }
    .page-template-page-landing .landing-page-container .programs-module .disclaimer {
      max-width: 720px;
      width: 100%;
      margin: 2rem auto 0;
      line-height: 1;
      opacity: .6; }
    .page-template-page-landing .landing-page-container .programs-module * {
      color: #363636; }
    .page-template-page-landing .landing-page-container .programs-module h3 {
      margin: 0 auto 2.4rem auto; }
    .page-template-page-landing .landing-page-container .programs-module .programs .program {
      padding: 1.2vw; }
      .page-template-page-landing .landing-page-container .programs-module .programs .program .inner {
        padding: 15px;
        border: 1px solid #EEE;
        background: #FFF;
        width: 100%;
        position: relative;
        transition-property: all;
        transition-duration: .2s; }
        .page-template-page-landing .landing-page-container .programs-module .programs .program .inner * {
          font-family: 'Roboto Slab', Serif; }
        .page-template-page-landing .landing-page-container .programs-module .programs .program .inner a {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 99;
          width: 100%;
          height: 100%;
          cursor: pointer; }
        .page-template-page-landing .landing-page-container .programs-module .programs .program .inner .text {
          width: 100%;
          text-align: center; }
        .page-template-page-landing .landing-page-container .programs-module .programs .program .inner .image {
          width: 100%; }
          .page-template-page-landing .landing-page-container .programs-module .programs .program .inner .image img {
            max-width: 3.2rem;
            width: 100%;
            height: auto;
            margin: 0 auto; }
      .page-template-page-landing .landing-page-container .programs-module .programs .program .inner:hover, .page-template-page-landing .landing-page-container .programs-module .programs .program .event-teasers .event-teaser:hover a.inner, .event-teasers .event-teaser:hover .page-template-page-landing .landing-page-container .programs-module .programs .program a.inner {
        box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1); }
    .page-template-page-landing .landing-page-container .programs-module .programs .program:hover *, .page-template-page-landing .landing-page-container .programs-module .programs .event-teasers .event-teaser:hover a.program *, .event-teasers .event-teaser:hover .page-template-page-landing .landing-page-container .programs-module .programs a.program * {
      color: #cc0000; }
  .page-template-page-landing .landing-page-container .programs-standard-title-text-image-module {
    height: auto;
    background: #FFF;
    position: relative; }
    .page-template-page-landing .landing-page-container .programs-standard-title-text-image-module * {
      color: #151515; }
    .page-template-page-landing .landing-page-container .programs-standard-title-text-image-module .inner {
      height: 100%;
      position: relative; }
      .page-template-page-landing .landing-page-container .programs-standard-title-text-image-module .inner .image {
        min-height: 28rem;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        order: 1; }
      .page-template-page-landing .landing-page-container .programs-standard-title-text-image-module .inner .text {
        order: 2;
        padding: 15px;
        border-bottom: 1px solid #E7E7E7; }
        .page-template-page-landing .landing-page-container .programs-standard-title-text-image-module .inner .text .text-inner {
          padding: 0 2.4vw; }
          .page-template-page-landing .landing-page-container .programs-standard-title-text-image-module .inner .text .text-inner a {
            color: #cc0000;
            font-weight: 700; }
      @media (max-width: 992px) {
        .page-template-page-landing .landing-page-container .programs-standard-title-text-image-module .inner .image {
          order: 1 !important; }
        .page-template-page-landing .landing-page-container .programs-standard-title-text-image-module .inner .text {
          order: 2 !important; } }
  .page-template-page-landing .landing-page-container .programs-standard-title-text-image-module:nth-child(odd) .inner .image {
    order: 2; }
  .page-template-page-landing .landing-page-container .programs-standard-title-text-image-module:nth-child(odd) .inner .text {
    order: 1; }
  .page-template-page-landing .landing-page-container .campus-module {
    background-color: #009ba7;
    padding: 4rem 0;
    background-image: url("images/landing-pages/campus-background.png");
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat; }
    .page-template-page-landing .landing-page-container .campus-module * {
      color: #FFF; }
    .page-template-page-landing .landing-page-container .campus-module .heading p {
      font-weight: 400; }
    .page-template-page-landing .landing-page-container .campus-module .campuses .campus {
      padding: 15px; }
      .page-template-page-landing .landing-page-container .campus-module .campuses .campus .inner {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        height: calc(6rem + 6vw);
        min-height: 12rem;
        transition-property: all;
        transition-duration: .2s;
        overflow: hidden; }
        .page-template-page-landing .landing-page-container .campus-module .campuses .campus .inner .text {
          position: absolute;
          width: 100%;
          bottom: 0;
          padding: 1rem;
          text-align: center;
          background-color: rgba(0, 0, 0, 0.8);
          z-index: 99; }
          .page-template-page-landing .landing-page-container .campus-module .campuses .campus .inner .text h4 {
            font-family: 'Roboto Slab', Serif;
            font-size: calc(1.2rem + .6vw); }
        .page-template-page-landing .landing-page-container .campus-module .campuses .campus .inner .image {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          transition-duration: .2s;
          transition-property: all;
          background-size: cover;
          background-position: center; }
        .page-template-page-landing .landing-page-container .campus-module .campuses .campus .inner a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 99; }
      .page-template-page-landing .landing-page-container .campus-module .campuses .campus .inner:hover, .page-template-page-landing .landing-page-container .campus-module .campuses .campus .event-teasers .event-teaser:hover a.inner, .event-teasers .event-teaser:hover .page-template-page-landing .landing-page-container .campus-module .campuses .campus a.inner {
        box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2); }
        .page-template-page-landing .landing-page-container .campus-module .campuses .campus .inner:hover .image, .page-template-page-landing .landing-page-container .campus-module .campuses .campus .event-teasers .event-teaser:hover a.inner .image, .event-teasers .event-teaser:hover .page-template-page-landing .landing-page-container .campus-module .campuses .campus a.inner .image {
          transform: scale(1.1); }
.page-template-page-landing .padding-0 {
  padding: 0; }
.page-template-page-landing .margin-0-auto {
  margin: 0 auto; }

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
/**
 * @section styles
 * @subsection icons
 * @rendered {html} - <p>Icons are used to draw visual interest and add weight to select text and items.</p><p>Styles are from
 * <a href="https://icomoon.io/app/#/select" target="_blank">IcoMoon</a> fonts. This is where you can do things such as "Generate Font" and "Import Icons"
 * . To update the project with your changes, click the "Download" button in the bottom menu, then locally unzip and copy the "nav-icons" folder into the project. In
 * <a href="css/fonts/nav-icons/variables.scss" target="_blank">variables.scss</a>,
 * make sure the variable name on line 1 is icomoon-font-path so it matches the corresponding variable in
 * <a href="css/fonts/nav-icons/styles.scss" target="_blank">style.scss</a>, lines 11-16.</p>
 * <p>The below examples plus many more can be found at <a href="css/fonts/nav-icons/demo.html" target="_blank">demo.html</a>.
 */
/**
 * @section styles
 * @subsection icons
 * @rendered {tabbed} -
 *      <div class="styleguide-icon">
 *       <span class="icon icon-nav-certificate">
 *         <span class="path1"></span>
 *         <span class="path2"></span>
 *       </span>
 *       <span>Certificate</span>
 *       </div>
 *
 *       <div class="styleguide-icon">
 *         <span class="icon icon-nav-doctorate">
 *           <span class="path1"></span>
 *           <span class="path2"></span>
 *         </span>
 *         <span>Doctorate</span>
 *       </div>
 *
 *       <div class="styleguide-icon">
 *         <span class="icon icon-nav-masters">
 *           <span class="path1"></span>
 *           <span class="path2"></span>
 *         </span>
 *         <span>Masters</span>
 *       </div>
 */
/**
 * @section styles
 * @subsection icons
 * @description Standard icons just need to have a class added to a span or an i tag.
 * @rendered {tabbed} -
 *             <div>
 *             <span>.icon-nav-arrow-right</span><span class="icon icon-nav-arrow-right"></span>
 *             </div>
 */
@font-face {
  font-family: 'nav-icons';
  src: url("fonts/nav-icons/fonts/nav-icons.eot?hqp1ph");
  src: url("fonts/nav-icons/fonts/nav-icons.eot?hqp1ph#iefix") format("embedded-opentype"), url("fonts/nav-icons/fonts/nav-icons.woff2?hqp1ph") format("woff2"), url("fonts/nav-icons/fonts/nav-icons.ttf?hqp1ph") format("truetype"), url("fonts/nav-icons/fonts/nav-icons.woff?hqp1ph") format("woff"), url("fonts/nav-icons/fonts/nav-icons.svg?hqp1ph#nav-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nav-icons' !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; }

.icon-nav-icon-social-facebook-square .path1:before {
  content: "";
  color: white; }

.icon-nav-icon-social-facebook-square .path2:before {
  content: "";
  margin-left: -1em;
  color: #c50000; }

.icon-nav-icon-social-twitter-square-hover .path1:before {
  content: "";
  color: white; }

.icon-nav-icon-social-twitter-square-hover .path2:before {
  content: "";
  margin-left: -1em;
  color: #8e060c; }

.icon-nav-icon-social-facebook-square-hover .path3,
.icon-nav-icon-social-facebook-square-hover .path4,
.icon-nav-icon-social-facebook-square-hover .path5,
.icon-nav-icon-social-facebook-square .path3,
.icon-nav-icon-social-facebook-square .path4,
.icon-nav-icon-social-facebook-square .path5 {
  display: none; }

.icon-nav-icon-social-twitter-square .path1:before {
  content: "";
  color: white; }

.icon-nav-icon-social-twitter-square .path2:before {
  content: "";
  margin-left: -1em;
  color: #c50000; }

.icon-nav-icon-social-linkedin-square-hover .path1:before {
  content: "";
  color: white; }

.icon-nav-icon-social-linkedin-square-hover .path2:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-nav-icon-social-linkedin-square-hover .path3:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-nav-icon-social-linkedin-square-hover .path4:before {
  content: "";
  margin-left: -1em;
  color: #8e060c; }

.icon-nav-icon-social-linkedin-square-hover .path5:before {
  content: "";
  margin-left: -1em;
  color: #c50000; }

.icon-nav-icon-social-linkedin-square .path1:before {
  content: "";
  color: white; }

.icon-nav-icon-social-linkedin-square .path2:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-nav-icon-social-linkedin-square .path3:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-nav-icon-social-linkedin-square .path4:before {
  content: "";
  margin-left: -1em;
  color: #c50000; }

.icon-nav-icon-social-linkedin-square .path5:before {
  content: "";
  margin-left: -1em;
  color: #c50000; }

.icon-nav-icon-social-linkedin-square-hover .path1:before,
.icon-nav-icon-social-linkedin-square:hover .path1:before,
.event-teasers .event-teaser:hover a.icon-nav-icon-social-linkedin-square .path1:before {
  content: "";
  color: white; }

.icon-nav-icon-social-linkedin-square-hover .path2:before,
.icon-nav-icon-social-linkedin-square:hover .path2:before,
.event-teasers .event-teaser:hover a.icon-nav-icon-social-linkedin-square .path2:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-nav-icon-social-linkedin-square-hover .path3:before,
.icon-nav-icon-social-linkedin-square:hover .path3:before,
.event-teasers .event-teaser:hover a.icon-nav-icon-social-linkedin-square .path3:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-nav-icon-social-linkedin-square-hover .path4:before,
.icon-nav-icon-social-linkedin-square:hover .path4:before,
.event-teasers .event-teaser:hover a.icon-nav-icon-social-linkedin-square .path4:before {
  content: "";
  margin-left: -1em;
  color: #8e060c; }

.icon-nav-icon-social-linkedin-square-hover .path5
.icon-nav-icon-social-linkedin-square:hover .path5:before, .icon-nav-icon-social-linkedin-square-hover .path5 .event-teasers .event-teaser:hover a.icon-nav-icon-social-linkedin-square .path5:before, .event-teasers .event-teaser:hover .icon-nav-icon-social-linkedin-square-hover .path5 a.icon-nav-icon-social-linkedin-square .path5:before {
  content: "";
  margin-left: -1em;
  color: #c50000; }

.icon-nav-quote_mark:before {
  content: ""; }

.icon-nav-home-world:before {
  content: ""; }

.icon-nav-home-shield:before {
  content: ""; }

.icon-nav-home-plus:before {
  content: ""; }

.icon-nav-play-button:before {
  content: ""; }

.icon-nav-descend-list:before {
  content: ""; }

.icon-nav-bootcamp,
.icon-nav-certificate,
.icon-nav-doctorate,
.icon-nav-masters,
.icon-nav-cags {
  position: static; }
  .icon-nav-bootcamp .path2:before,
  .icon-nav-certificate .path2:before,
  .icon-nav-doctorate .path2:before,
  .icon-nav-masters .path2:before,
  .icon-nav-cags .path2:before {
    position: absolute;
    left: 0;
    top: 0; }

.icon-nav-bootcamp .path1:before {
  color: #b54878; }

.icon-nav-bootcamp .path2:before {
  color: rgba(255, 255, 255, 0.6); }

.icon-nav-cags .path1:before,
.icon-nav-certificate .path1:before {
  content: "";
  color: #b54878; }

.icon-nav-cags .path2:before,
.icon-nav-certificate .path2:before {
  content: "";
  color: rgba(255, 255, 255, 0.6); }

.icon-nav-doctorate .path1:before {
  content: "";
  color: #97c21c; }

.icon-nav-doctorate .path2:before {
  content: "";
  color: rgba(255, 255, 255, 0.7); }

.icon-nav-professional .path1:before {
  content: "";
  color: #97c21c; }

.icon-nav-professional .path2:before {
  content: "";
  color: rgba(255, 255, 255, 0.7); }

.icon-nav-masters .path1:before {
  content: "";
  color: #4f91cd; }

.icon-nav-masters .path2:before {
  content: "";
  color: rgba(255, 255, 255, 0.6); }

.icon-nav-classroom:before {
  content: ""; }

.icon-nav-study-classroom:before {
  content: ""; }

.icon-nav-hybrid:before {
  content: ""; }

.icon-nav-study-hybrid:before {
  content: ""; }

.icon-nav-online:before {
  content: ""; }

.icon-nav-study-online:before {
  content: ""; }

.icon-nav-star:before {
  content: ""; }

.icon-nav-search:before {
  content: ""; }

.icon-nav-minus-thin:before {
  content: ""; }

.icon-nav-minus:before, .collapsible-label.open:before {
  content: ""; }

.icon-nav-check:before {
  content: "";
  background: #fff;
  padding: 0.25rem;
  font-size: 1rem;
  color: #dddddd; }
.icon-nav-check:hover:before, .event-teasers .event-teaser:hover a.icon-nav-check:before, .icon-nav-check.active:before {
  color: white;
  background-color: #d41b2c; }

.icon-nav-plus:before, .collapsible-label:before {
  content: ""; }

.icon-nav-plus2:before {
  content: ""; }

.icon-nav-cross-small:before {
  content: ""; }

.icon-nav-cross-thin:before {
  content: ""; }

.icon-nav-cross:before {
  content: ""; }

.icon-nav-cross-thick:before {
  content: ""; }

.icon-nav-menu:before {
  content: ""; }

.icon-nav-arrow-down-thin:before {
  content: ""; }

.icon-nav-arrow-down:before, .button-dropdown:before {
  content: ""; }

.icon-nav-arrow-left-thin:before {
  content: ""; }

.icon-nav-arrow-left:before {
  content: ""; }

.icon-nav-arrow-right-thin:before {
  content: ""; }

.icon-nav-arrow-right:before {
  content: ""; }

.icon-nav-arrow-right-taper:before {
  content: ""; }

.icon-nav-arrow-up-thin:before {
  content: ""; }

.icon-nav-arrow-up:before {
  content: ""; }

.icon-nav-checkbox-unchecked:before {
  content: ""; }

.icon-nav-checkbox-checked:before {
  content: ""; }

.icon-nav-circle:before {
  content: ""; }

.icon-nav-info:before {
  content: ""; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/**
 *
 * Program Teasers
 *   These boxes have an image, a title, a degree type, a location, a commitment, a duration and
 *   a study option that are middle aligned.
 *
 *
 *   Call  nu_program_listing_block($list) to output the html
 **/
.program-teasers .icon-nav-info {
  display: inline-block;
  font-size: 13px;
  margin: 1px 0 0 4px;
  color: #9e9e9e; }
.program-teasers h4 {
  margin-bottom: 10px;
  line-height: 1em; }
.program-teasers .degree-title {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 6px; }
  .program-teasers .degree-title > span {
    vertical-align: top !important;
    margin: 0 0 0 4px; }
  .program-teasers .degree-title.degree-title-0 {
    margin-left: 0; }
  .program-teasers .degree-title.degree-name-dual-degree {
    display: none; }
  .program-teasers .degree-title .icon {
    vertical-align: top !important;
    width: 14px;
    height: 14px; }
  .program-teasers .degree-title .icon-nav-masters {
    content: url("images/masters-icon.svg"); }
  .program-teasers .degree-title .icon-nav-doctorate {
    content: url("images/doctorate-icon.svg"); }
  .program-teasers .degree-title .icon-nav-cags {
    content: url("images/certificate-icon.svg"); }
  .program-teasers .degree-title .icon-nav-certificate {
    content: url("images/certificate-icon.svg"); }
  .program-teasers .degree-title .icon-nav-bootcamp {
    content: url("images/bootcamp-icon.svg"); }
  .program-teasers .degree-title .icon-nav-professional-doctorate, .program-teasers .degree-title .icon-nav-professional {
    content: url("images/professional-doctorate-icon.svg"); }
  .program-teasers .degree-title .icon-nav-dual-degree, .program-teasers .degree-title .icon-nav-dual {
    content: url("images/masters-icon.svg");
    visibility: hidden; }
  .program-teasers .degree-title .icon-nav-bootcamp,
  .program-teasers .degree-title .icon-nav-certificate,
  .program-teasers .degree-title .icon-nav-doctorate,
  .program-teasers .degree-title .icon-nav-masters,
  .program-teasers .degree-title .icon-nav-cags {
    position: static; }
    .program-teasers .degree-title .icon-nav-bootcamp .path2:before,
    .program-teasers .degree-title .icon-nav-certificate .path2:before,
    .program-teasers .degree-title .icon-nav-doctorate .path2:before,
    .program-teasers .degree-title .icon-nav-masters .path2:before,
    .program-teasers .degree-title .icon-nav-cags .path2:before {
      position: absolute;
      left: 0;
      top: 7px; }
.program-teasers .program-teasers-item h4.hover {
  text-decoration: underline; }
.program-teasers .program-teasers-item .col-image {
  transition: transform .2s ease; }
.program-teasers .program-teasers-item .col-image.hover {
  transform: scale(1.1); }
.program-teasers .program-teasers-item:hover + tr.bottom td, .program-teasers .event-teasers .event-teaser:hover a.program-teasers-item + tr.bottom td, .event-teasers .event-teaser:hover .program-teasers a.program-teasers-item + tr.bottom td {
  border-bottom: 1px solid #ebebeb; }
.program-teasers .program-teasers-item:hover td[rowspan="2"], .program-teasers .event-teasers .event-teaser:hover a.program-teasers-item td[rowspan="2"], .event-teasers .event-teaser:hover .program-teasers a.program-teasers-item td[rowspan="2"] {
  border-bottom: 1px solid #ebebeb; }
.program-teasers .align-info-container:hover .icon, .program-teasers .event-teasers .event-teaser:hover a.align-info-container .icon, .event-teasers .event-teaser:hover .program-teasers a.align-info-container .icon, .program-teasers .stackable-info-container:hover .icon, .program-teasers .event-teasers .event-teaser:hover a.stackable-info-container .icon, .event-teasers .event-teaser:hover .program-teasers a.stackable-info-container .icon, .program-teasers .cags-info-container:hover .icon, .program-teasers .event-teasers .event-teaser:hover a.cags-info-container .icon, .event-teasers .event-teaser:hover .program-teasers a.cags-info-container .icon {
  color: #d41b2c; }
.program-teasers .program-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 70px;
  opacity: 1;
  transition: opacity 0.2s ease; }
  .program-teasers .program-table.updating {
    transition: all 0s;
    opacity: 0.1; }
  .program-teasers .program-table .program-teasers-header {
    background-color: #f7f7f7; }
    .program-teasers .program-table .program-teasers-header td {
      padding-left: 0; }
    .program-teasers .program-table .program-teasers-header .program-teasers-title {
      margin: 50px 0 25px; }
    .program-teasers .program-table .program-teasers-header.program-teasers-header-0 .program-teasers-title {
      margin: 20px 25px 20px 0; }
  .program-teasers .program-table tr td {
    padding: 0 16px; }
  .program-teasers .program-table tr.top td {
    height: 100px; }
    .program-teasers .program-table tr.top td .col-0 {
      text-align: left; }
  .program-teasers .program-table tr.bottom td {
    border-bottom: 1px solid #eeeeee;
    vertical-align: middle;
    padding-bottom: 10px; }
    .program-teasers .program-table tr.bottom td .col-0 {
      text-align: left; }
  .program-teasers .program-table tr td[rowspan="2"] {
    border-bottom: 1px solid #eeeeee; }
  .program-teasers .program-table tr .col-image, .program-teasers .program-table tr .col-0 {
    background-color: white; }
  .program-teasers .program-table tr .col-image,
  .program-teasers .program-table tr .col-stats {
    display: table-cell; }
  .program-teasers .program-table tr.placeholder {
    opacity: 0.8; }
  .program-teasers .program-table tr.no-results {
    height: 150px; }
  .program-teasers .program-table tr.spacer {
    height: 0px;
    line-height: 10px;
    background-color: #f7f7f7; }
    .program-teasers .program-table tr.spacer td {
      height: 1px;
      font-size: 2px;
      background-color: transparent;
      padding: 0; }
.program-teasers .col-image-wrapper {
  overflow: hidden;
  padding: 0 !important; }
.program-teasers .col-image {
  padding: 0;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
.section-cross-sell .program-teasers .col-favorite {
  display: none !important; }
.section-cross-sell .program-teasers.element-container[data-eq-state$="medium"] .button-favorite, .section-cross-sell .program-teasers.element-container[data-eq-state$="md-lg"] .button-favorite, .section-cross-sell .program-teasers.element-container[data-eq-state$="large"] .button-favorite, .section-cross-sell .program-teasers.element-container[data-eq-state$="medium"] .button-favorite-style, .section-cross-sell .program-teasers.element-container[data-eq-state$="md-lg"] .button-favorite-style, .section-cross-sell .program-teasers.element-container[data-eq-state$="large"] .button-favorite-style {
  width: 80px; }
.section-cross-sell .program-teasers.element-container[data-eq-state$="medium"] .col-image, .section-cross-sell .program-teasers.element-container[data-eq-state$="md-lg"] .col-image, .section-cross-sell .program-teasers.element-container[data-eq-state$="large"] .col-image, .section-cross-sell .program-teasers.element-container[data-eq-state$="medium"] .col-image-wrapper, .section-cross-sell .program-teasers.element-container[data-eq-state$="md-lg"] .col-image-wrapper, .section-cross-sell .program-teasers.element-container[data-eq-state$="large"] .col-image-wrapper {
  width: 100px;
  min-width: 100px;
  height: 150px; }
  .section-cross-sell .program-teasers.element-container[data-eq-state$="medium"] .col-image .col-image, .section-cross-sell .program-teasers.element-container[data-eq-state$="md-lg"] .col-image .col-image, .section-cross-sell .program-teasers.element-container[data-eq-state$="large"] .col-image .col-image, .section-cross-sell .program-teasers.element-container[data-eq-state$="medium"] .col-image-wrapper .col-image, .section-cross-sell .program-teasers.element-container[data-eq-state$="md-lg"] .col-image-wrapper .col-image, .section-cross-sell .program-teasers.element-container[data-eq-state$="large"] .col-image-wrapper .col-image {
    display: block;
    height: 100%; }
.section-cross-sell .program-teasers.element-container[data-eq-state$="medium"] .col-0, .section-cross-sell .program-teasers.element-container[data-eq-state$="md-lg"] .col-0, .section-cross-sell .program-teasers.element-container[data-eq-state$="large"] .col-0 {
  max-width: 300px;
  padding-top: 15px;
  padding-bottom: 15px; }
.section-cross-sell .program-teasers.element-container[data-eq-state$="medium"] .col-1, .section-cross-sell .program-teasers.element-container[data-eq-state$="md-lg"] .col-1, .section-cross-sell .program-teasers.element-container[data-eq-state$="large"] .col-1 {
  display: table-cell;
  line-height: 50px; }
.section-cross-sell .program-teasers.element-container[data-eq-state$="medium"] .col-2, .section-cross-sell .program-teasers.element-container[data-eq-state$="md-lg"] .col-2, .section-cross-sell .program-teasers.element-container[data-eq-state$="large"] .col-2,
.section-cross-sell .program-teasers.element-container[data-eq-state$="medium"] .col-3,
.section-cross-sell .program-teasers.element-container[data-eq-state$="md-lg"] .col-3,
.section-cross-sell .program-teasers.element-container[data-eq-state$="large"] .col-3,
.section-cross-sell .program-teasers.element-container[data-eq-state$="medium"] .col-4,
.section-cross-sell .program-teasers.element-container[data-eq-state$="md-lg"] .col-4,
.section-cross-sell .program-teasers.element-container[data-eq-state$="large"] .col-4 {
  display: table-cell; }
.section-cross-sell .program-teasers.element-container[data-eq-state$="medium"] .top .col-1, .section-cross-sell .program-teasers.element-container[data-eq-state$="md-lg"] .top .col-1, .section-cross-sell .program-teasers.element-container[data-eq-state$="large"] .top .col-1,
.section-cross-sell .program-teasers.element-container[data-eq-state$="medium"] .top .col-2,
.section-cross-sell .program-teasers.element-container[data-eq-state$="md-lg"] .top .col-2,
.section-cross-sell .program-teasers.element-container[data-eq-state$="large"] .top .col-2,
.section-cross-sell .program-teasers.element-container[data-eq-state$="medium"] .top .col-3,
.section-cross-sell .program-teasers.element-container[data-eq-state$="md-lg"] .top .col-3,
.section-cross-sell .program-teasers.element-container[data-eq-state$="large"] .top .col-3,
.section-cross-sell .program-teasers.element-container[data-eq-state$="medium"] .top .col-4,
.section-cross-sell .program-teasers.element-container[data-eq-state$="md-lg"] .top .col-4,
.section-cross-sell .program-teasers.element-container[data-eq-state$="large"] .top .col-4 {
  vertical-align: middle;
  padding-top: 29px; }
.section-cross-sell .program-teasers.element-container[data-eq-state$="medium"] .program-table, .section-cross-sell .program-teasers.element-container[data-eq-state$="md-lg"] .program-table, .section-cross-sell .program-teasers.element-container[data-eq-state$="large"] .program-table {
  margin-bottom: 80px;
  background-color: white; }
  .section-cross-sell .program-teasers.element-container[data-eq-state$="medium"] .program-table tr.spacer, .section-cross-sell .program-teasers.element-container[data-eq-state$="md-lg"] .program-table tr.spacer, .section-cross-sell .program-teasers.element-container[data-eq-state$="large"] .program-table tr.spacer {
    height: 10px; }
.program-teasers .col-favorite {
  padding: 0; }
.program-teasers.element-container .col-image, .program-teasers.element-container .col-image-wrapper {
  width: 65px;
  min-width: 65px;
  height: 100px; }
  .program-teasers.element-container .col-image .col-image, .program-teasers.element-container .col-image-wrapper .col-image {
    display: block;
    height: 100%;
    min-width: 100px; }
.program-teasers.element-container .col-1,
.program-teasers.element-container .col-2,
.program-teasers.element-container .col-3,
.program-teasers.element-container .col-4 {
  text-align: center; }
.program-teasers.element-container .col-favorite {
  display: none;
  padding: 10px; }
.program-teasers.element-container .button-favorite, .program-teasers.element-container .button-favorite-style {
  border: none;
  border-radius: 0; }
.program-teasers.element-container[data-eq-state$="medium"] .col-favorite, .program-teasers.element-container[data-eq-state$="md-lg"] .col-favorite, .program-teasers.element-container[data-eq-state$="large"] .col-favorite {
  display: table-cell;
  width: 60px;
  min-width: 60px; }
.program-teasers.element-container[data-eq-state$="md-lg"] .col-1 {
  display: table-cell; }
.program-teasers.element-container[data-eq-state$="md-lg"] .col-2,
.program-teasers.element-container[data-eq-state$="md-lg"] .col-3,
.program-teasers.element-container[data-eq-state$="md-lg"] .col-4 {
  display: table-cell; }
.program-teasers.element-container[data-eq-state$="large"] .col-1 {
  display: table-cell; }
.program-teasers.element-container[data-eq-state$="large"] .col-2,
.program-teasers.element-container[data-eq-state$="large"] .col-3,
.program-teasers.element-container[data-eq-state$="large"] .col-4 {
  display: table-cell; }
.program-teasers.element-container[data-eq-state$="md-lg"] .button-favorite, .program-teasers.element-container[data-eq-state$="large"] .button-favorite, .program-teasers.element-container[data-eq-state$="md-lg"] .button-favorite-style, .program-teasers.element-container[data-eq-state$="large"] .button-favorite-style {
  width: 80px; }
.program-teasers.element-container[data-eq-state$="md-lg"] .col-image, .program-teasers.element-container[data-eq-state$="large"] .col-image, .program-teasers.element-container[data-eq-state$="md-lg"] .col-image-wrapper, .program-teasers.element-container[data-eq-state$="large"] .col-image-wrapper {
  width: 100px;
  min-width: 100px;
  height: 150px; }
  .program-teasers.element-container[data-eq-state$="md-lg"] .col-image .col-image, .program-teasers.element-container[data-eq-state$="large"] .col-image .col-image, .program-teasers.element-container[data-eq-state$="md-lg"] .col-image-wrapper .col-image, .program-teasers.element-container[data-eq-state$="large"] .col-image-wrapper .col-image {
    display: block;
    height: 100%; }
.program-teasers.element-container[data-eq-state$="md-lg"] .col-0, .program-teasers.element-container[data-eq-state$="large"] .col-0 {
  max-width: 300px;
  padding-top: 15px;
  padding-bottom: 15px; }
.program-teasers.element-container[data-eq-state$="md-lg"] .col-1, .program-teasers.element-container[data-eq-state$="large"] .col-1 {
  display: table-cell;
  line-height: 50px; }
.program-teasers.element-container[data-eq-state$="md-lg"] .col-2, .program-teasers.element-container[data-eq-state$="large"] .col-2,
.program-teasers.element-container[data-eq-state$="md-lg"] .col-3,
.program-teasers.element-container[data-eq-state$="large"] .col-3,
.program-teasers.element-container[data-eq-state$="md-lg"] .col-4,
.program-teasers.element-container[data-eq-state$="large"] .col-4 {
  display: table-cell; }
.program-teasers.element-container[data-eq-state$="md-lg"] .top .col-1, .program-teasers.element-container[data-eq-state$="large"] .top .col-1,
.program-teasers.element-container[data-eq-state$="md-lg"] .top .col-2,
.program-teasers.element-container[data-eq-state$="large"] .top .col-2,
.program-teasers.element-container[data-eq-state$="md-lg"] .top .col-3,
.program-teasers.element-container[data-eq-state$="large"] .top .col-3,
.program-teasers.element-container[data-eq-state$="md-lg"] .top .col-4,
.program-teasers.element-container[data-eq-state$="large"] .top .col-4 {
  vertical-align: middle;
  padding-top: 29px; }
.program-teasers.element-container[data-eq-state$="md-lg"] .program-table, .program-teasers.element-container[data-eq-state$="large"] .program-table {
  margin-bottom: 80px;
  background-color: white; }
  .program-teasers.element-container[data-eq-state$="md-lg"] .program-table tr.spacer, .program-teasers.element-container[data-eq-state$="large"] .program-table tr.spacer {
    height: 10px; }

.no-results {
  width: 100%;
  margin: unset; }
  .no-results .no-results-box {
    border: 1px solid #cccccc; }
  .no-results .no-results-cta h4 {
    margin-bottom: 10px; }
  .no-results .no-results-cta .row {
    margin: 20px auto;
    width: 60%; }
  .no-results .no-results-popular-programs li {
    list-style: none; }
    .no-results .no-results-popular-programs li:before {
      content: ""; }
  .no-results .no-results-popular-programs .row {
    margin: 20px auto;
    width: 60%; }
  .no-results .no-results-box, .no-results .no-results-cta, .no-results .no-results-popular-programs {
    padding: 2rem 2rem 1rem 2rem;
    margin: 0;
    width: 100%; }
    .no-results .no-results-box h4, .no-results .no-results-cta h4, .no-results .no-results-popular-programs h4 {
      width: 100%;
      text-align: center; }
    .no-results .no-results-box p, .no-results .no-results-cta p, .no-results .no-results-popular-programs p {
      width: 100%;
      text-align: center; }

@media only screen and (max-width: 575px) {
  .no-results .no-results-popular-programs {
    padding: 0 !important; }
  .no-results .row {
    width: 100% !important; }
    .no-results .row .btn {
      display: block;
      margin-bottom: 1rem; } }
/**
* Curriculum content styling on program page
**/
.curriculum-content .level-two-group {
  margin-bottom: 30px; }
.curriculum-content .course-listings {
  margin-top: 20px; }
.curriculum-content h4 {
  font-style: italic; }
.curriculum-content p {
  font-size: 0.88889em;
  line-height: 1.44444em;
  color: #9e9e9e; }
.curriculum-content h4,
.curriculum-content p {
  margin: 15px 0; }
.curriculum-content h3 {
  margin: 0 0 15px; }
.curriculum-content h3 + h4,
.curriculum-content .course-listings + h3,
.curriculum-content .course-listings + p:empty + h3,
.curriculum-content .level-one-title + p {
  margin-top: 25px; }
.curriculum-content p + h3 {
  margin-top: -10px; }
.curriculum-content h3 + p,
.curriculum-content h4 + p {
  margin-top: -5px; }
.curriculum-content .level-one-group {
  margin-bottom: 3em; }
.curriculum-content .level-two-title {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 35px; }
.curriculum-content .hidden {
  display: block !important;
  position: absolute !important;
  overflow: hidden;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
  visibility: hidden; }
.curriculum-content select {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxOCAxMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cG9seWdvbiBpZD0iYXJyb3ciIGZpbGw9IiNDNTAwMDAiIHBvaW50cz0iMCAyLjI1IDEuNzUxMjIwNyAwLjUgOSA3LjMwODQ0MTE2IDE2LjI1IDAuNSAxOCAyLjI1IDkgMTEuMjUiPjwvcG9seWdvbj48L3N2Zz4=");
  background-position: calc(100% - 16px) calc(50% + 2px);
  background-repeat: no-repeat;
  background-color: #f1f1f1;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  line-height: 2.5em;
  height: 2.5em;
  padding: 0 1em;
  transition: border-color 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #333333; }
  .curriculum-content select::-moz-focus-inner {
    border: none !important;
    outline: none !important; }
  .curriculum-content select::-ms-expand {
    display: none; }
  .curriculum-content select:hover, .curriculum-content select:focus {
    outline: 0;
    border-color: #d5d5d5; }
  .curriculum-content select option {
    color: #333333;
    text-shadow: none;
    padding: 0 2.5em 0 1em; }
.curriculum-content .level-two-select {
  margin: 0 0 35px; }

html:not(.ie9) .curriculum-content select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2.5em; }

.ie9 .curriculum-content select {
  padding-right: 0; }

.no-textshadow .curriculum-content {
  color: #333333; }

/**
 *
 * Course Listing
 *   These tables have a course, a course number and a credit hours column.
 *
 *
 *   Call  nu_course-listing_block($list) to output the html
 *
 *   To make a table's rows collapsible, create the following name-value pair in the
 *   "concentrations" array in single-program.php:
 *
 *   class=> 'collapsible'
 *
 *   It puts "collapsible-label" on the first row and "collapsible-item" on the
 *   rows beneath it.  Clicking the label row activates the opening and closing of the collapsible items.
 *   It will also add the open and close icons to the collapsible label row.
 *
 **/
.course-listings .table-responsive {
  border-collapse: separate; }
.course-listings .row {
  cursor: pointer; }
  .course-listings .row:hover .course-listing-name, .course-listings .event-teasers .event-teaser:hover a.row .course-listing-name, .event-teasers .event-teaser:hover .course-listings a.row .course-listing-name {
    text-decoration: underline; }
.course-listings .view-more button {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d41b2c;
  color: white;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
  cursor: pointer; }
  .course-listings .view-more button:hover {
    background-color: #873138;
    text-decoration: none; }
.course-listings .course-table-header-hours {
  color: #9e9e9e;
  font-weight: 700; }
.course-listings .course-listing-name {
  font-size: 0.66667em; }
  @media all and (min-width: 400px) {
    .course-listings .course-listing-name {
      font-size: 1em; } }
.course-listings .icon-nav-arrow-right {
  color: #d41b2c;
  font-size: 12px;
  cursor: pointer; }
.course-listings .course-listing-hours {
  color: #666;
  font-weight: 700;
  white-space: nowrap; }
.course-listings .course-listing-hours-label {
  color: #666;
  font-weight: 700; }
.course-listings .course-table {
  width: 100%; }
  .course-listings .course-table .cell {
    padding: 10px 10px 10px 20px; }
  .course-listings .course-table .col-0 {
    vertical-align: middle;
    text-align: left; }
  .course-listings .course-table .col-1 {
    vertical-align: middle;
    text-align: center; }
.course-listings .course-table-title > * {
  display: block; }
  @media all and (min-width: 760px) {
    .course-listings .course-table-title > * {
      display: inline-block; } }
.course-listings .course-table-header-hours {
  transition: position .4s ease;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }
.course-listings .collapse-item.open :last-child, .course-listings .collapsible-item.open :last-child {
  margin: 4px 0 0; }
.course-listings .collapsible-item:not(.open) {
  padding: 0; }
.course-listings .collapsible-item.open {
  padding: 0; }
.course-listings .course-table-header {
  position: relative;
  margin: 15px 0 10px 0; }
.course-listings .course-table-container + hr {
  margin: 0 0 0px !important; }
@media all and (max-width: 760px) {
  .course-listings .course-listing-hours-label {
    display: none; } }
@media all and (min-width: 761px) {
  .course-listings .collapsible-item.row.open {
    display: table-row; }
  .course-listings .course-table .col-1, .course-listings .course-table .col-2 {
    width: 80px; } }

/**
 *
 * Bullet Boxes
 *   These boxes have a title and a sub-title that are center and middle aligned.
 *   They are flex boxes on a wide screen and go down to a 3 column grid and then a
 *   two column-grid. *
 *
 *   Call nu_bullet_box($list) to output the html
 *
 *   Add border-top or border-bottom to add a border to the divs
 **/
.bullet-blocks {
  margin: 0 0 20px;
  width: 100%;
  max-width: none;
  padding: 0; }
  .bullet-blocks .row {
    margin-left: 0;
    margin-right: 0; }
  .bullet-blocks.border-top {
    border-top: 4px solid #0063b5; }
  .bullet-blocks.bottom-border {
    border-bottom: 4px solid #0063b5; }
  .program.cags .bullet-blocks.border-top {
    border-top: 4px solid #ff854f; }
  .program.cags .bullet-blocks.bottom-border {
    border-bottom: 4px solid #ff854f; }
  .program.certificate .bullet-blocks.border-top {
    border-top: 4px solid #ff854f; }
  .program.certificate .bullet-blocks.bottom-border {
    border-bottom: 4px solid #ff854f; }
  .program.masters .bullet-blocks.border-top {
    border-top: 4px solid #0063b5; }
  .program.masters .bullet-blocks.bottom-border {
    border-bottom: 4px solid #0063b5; }
  .program.doctorate .bullet-blocks.border-top {
    border-top: 4px solid #97c21c; }
  .program.doctorate .bullet-blocks.bottom-border {
    border-bottom: 4px solid #97c21c; }
  .bullet-blocks .bullet-item {
    background-color: #f1f1f1;
    position: relative;
    padding: 0 4px; }
    .bullet-blocks .bullet-item .bullet-item-top,
    .bullet-blocks .bullet-item .bullet-item-bottom {
      box-sizing: border-box; }
    .bullet-blocks .bullet-item .bullet-item-top .valign {
      padding: 38px 0 38px; }
    .bullet-blocks .bullet-item .bullet-item-bottom .valign {
      padding: 0 0 18px; }
    .bullet-blocks .bullet-item .bullet-item-value,
    .bullet-blocks .bullet-item .bullet-item-range,
    .bullet-blocks .bullet-item .bullet-item-label {
      text-align: center; }
    .bullet-blocks .bullet-item .bullet-item-value,
    .bullet-blocks .bullet-item .bullet-item-value * {
      line-height: 1.15; }
    .bullet-blocks .bullet-item .bullet-item-value {
      font-size: 1.5em; }
    .bullet-blocks .bullet-item .bullet-item-value * {
      font-size: 1em; }
    .bullet-blocks .bullet-item .bullet-currency {
      vertical-align: super;
      font-size: .5em;
      padding-right: 3px; }
    .bullet-blocks .bullet-item .bullet-tooltip {
      text-decoration: underline;
      vertical-align: super;
      font-size: .5em;
      color: #d41b2c; }
      .bullet-blocks .bullet-item .bullet-tooltip:hover, .bullet-blocks .bullet-item .event-teasers .event-teaser:hover a.bullet-tooltip, .event-teasers .event-teaser:hover .bullet-blocks .bullet-item a.bullet-tooltip {
        color: #873138;
        cursor: pointer; }
    .bullet-blocks .bullet-item .bullet-item-label {
      text-transform: uppercase; }
  .bullet-blocks.bullet-large .bullet-item-value {
    font-size: 2em; }

.bullet-blocks.container {
  content: "";
  display: table;
  table-layout: fixed; }
.bullet-blocks.inside-content-block {
  margin: 20px auto; }
.bullet-blocks .bullet-item {
  border: 1px solid white;
  border-bottom: none;
  width: 50%;
  float: left; }
  .bullet-blocks .bullet-item:nth-child(2n+1) {
    border-left: 0; }
  .bullet-blocks .bullet-item:nth-child(2n) {
    border-right: 0; }
.container.bullet-blocks[data-eq-state$="small"] {
  content: "";
  display: table;
  table-layout: fixed; }
.bullet-blocks[data-eq-state$="small"] .bullet-item {
  border: 1px solid white;
  border-bottom: none;
  width: 33.33333%;
  float: left; }
  .bullet-blocks[data-eq-state$="small"] .bullet-item:nth-child(3n+1) {
    border-left: 0; }
  .bullet-blocks[data-eq-state$="small"] .bullet-item:nth-child(3n) {
    border-right: 0; }
.container.bullet-blocks[data-eq-state$="medium"] {
  content: "";
  display: table;
  table-layout: fixed; }
.bullet-blocks[data-eq-state$="medium"] .bullet-item {
  border: 1px solid white;
  border-bottom: none;
  width: 25%;
  float: left; }
  .bullet-blocks[data-eq-state$="medium"] .bullet-item:nth-child(4n+1) {
    border-left: 0; }
  .bullet-blocks[data-eq-state$="medium"] .bullet-item:nth-child(4n) {
    border-right: 0; }
.container.bullet-blocks[data-eq-state$="large"] {
  content: "";
  display: table;
  table-layout: fixed; }
.bullet-blocks[data-eq-state$="large"] .bullet-item {
  border: 1px solid white;
  border-bottom: none;
  width: 16.66667%;
  float: left; }
  .bullet-blocks[data-eq-state$="large"] .bullet-item:nth-child(6n+1) {
    border-left: 0; }
  .bullet-blocks[data-eq-state$="large"] .bullet-item:nth-child(6n) {
    border-right: 0; }
[data-columns="2"].container.bullet-blocks[data-eq-state$="large"] {
  content: "";
  display: table;
  table-layout: fixed; }
[data-columns="2"].bullet-blocks[data-eq-state$="large"] .bullet-item {
  float: left;
  width: 50%; }
  [data-columns="2"].bullet-blocks[data-eq-state$="large"] .bullet-item:nth-child(2n+1) {
    border-left: 0; }
  [data-columns="2"].bullet-blocks[data-eq-state$="large"] .bullet-item:nth-child(2) {
    border-right: 0; }
[data-columns="3"].container.bullet-blocks[data-eq-state$="large"] {
  content: "";
  display: table;
  table-layout: fixed; }
[data-columns="3"].bullet-blocks[data-eq-state$="large"] .bullet-item {
  float: left;
  width: 33.33333%; }
  [data-columns="3"].bullet-blocks[data-eq-state$="large"] .bullet-item:nth-child(3n+1) {
    border-left: 0; }
  [data-columns="3"].bullet-blocks[data-eq-state$="large"] .bullet-item:nth-child(3) {
    border-right: 0; }
[data-columns="4"].container.bullet-blocks[data-eq-state$="large"] {
  content: "";
  display: table;
  table-layout: fixed; }
[data-columns="4"].bullet-blocks[data-eq-state$="large"] .bullet-item {
  float: left;
  width: 25%; }
  [data-columns="4"].bullet-blocks[data-eq-state$="large"] .bullet-item:nth-child(4n+1) {
    border-left: 0; }
  [data-columns="4"].bullet-blocks[data-eq-state$="large"] .bullet-item:nth-child(4) {
    border-right: 0; }
[data-columns="5"].container.bullet-blocks[data-eq-state$="large"] {
  content: "";
  display: table;
  table-layout: fixed; }
[data-columns="5"].bullet-blocks[data-eq-state$="large"] .bullet-item {
  float: left;
  width: 20%; }
  [data-columns="5"].bullet-blocks[data-eq-state$="large"] .bullet-item:nth-child(5n+1) {
    border-left: 0; }
  [data-columns="5"].bullet-blocks[data-eq-state$="large"] .bullet-item:nth-child(5) {
    border-right: 0; }
[data-columns="6"].container.bullet-blocks[data-eq-state$="large"] {
  content: "";
  display: table;
  table-layout: fixed; }
[data-columns="6"].bullet-blocks[data-eq-state$="large"] .bullet-item {
  float: left;
  width: 16.66667%; }
  [data-columns="6"].bullet-blocks[data-eq-state$="large"] .bullet-item:nth-child(6n+1) {
    border-left: 0; }
  [data-columns="6"].bullet-blocks[data-eq-state$="large"] .bullet-item:nth-child(6) {
    border-right: 0; }
.bullet-blocks[data-columns="1"].container {
  content: "";
  display: table;
  table-layout: fixed; }
.bullet-blocks[data-columns="1"] .bullet-item {
  width: 100%;
  border-left: 0;
  border-right: 0; }

/**
 * Article Teasers
**/
.article-teasers {
  width: 100%; }
  .article-teasers .article-teaser {
    width: 100%;
    padding: 5px 0 10px;
    box-sizing: border-box; }
    .article-teasers .article-teaser .article-border {
      width: 100%; }
  .article-teasers .article-teaser-item {
    border: 1px solid #eeeeee;
    border-top: none;
    position: relative;
    min-height: 320px;
    background-color: white; }
    .article-teasers .article-teaser-item .article-image-container {
      position: relative;
      overflow: hidden;
      height: 164px; }
    .article-teasers .article-teaser-item .article-image {
      width: 100%;
      height: auto;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      padding: 0;
      top: 0;
      left: 0;
      transition: all 0.3s ease; }
    .article-teasers .article-teaser-item .article-title {
      padding-left: 20px;
      padding-top: 20px;
      padding-right: 20px;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      margin: 0 auto;
      line-height: 1.3;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
      .article-teasers .article-teaser-item .article-title h4 {
        line-height: 1.3; }
    .article-teasers .article-teaser-item .article-title {
      color: #333333; }
    .article-teasers .article-teaser-item .article-links {
      color: #9e9e9e;
      position: absolute;
      bottom: 20px;
      left: 20px; }
    .article-teasers .article-teaser-item .term-list {
      display: inline-block; }
      .article-teasers .article-teaser-item .term-list a {
        font-weight: 600; }
  .article-teasers[data-eq-state$="small"], .article-teasers[data-eq-state$="medium"], .article-teasers[data-eq-state$="large"] {
    content: "";
    display: table;
    table-layout: fixed; }
    .article-teasers[data-eq-state$="small"] .article-teaser, .article-teasers[data-eq-state$="medium"] .article-teaser, .article-teasers[data-eq-state$="large"] .article-teaser {
      min-height: 140px;
      box-sizing: border-box;
      float: left;
      padding: 5px 10px; }
  .article-teasers[data-eq-state$="small"] .article-teaser {
    width: 50%; }
    .article-teasers[data-eq-state$="small"] .article-teaser:nth-child(2n+1) {
      padding-left: 0; }
    .article-teasers[data-eq-state$="small"] .article-teaser:nth-child(2n) {
      padding-right: 10px; }
  .article-teasers[data-eq-state$="medium"] .article-teaser {
    width: 33.3333%; }
    .article-teasers[data-eq-state$="medium"] .article-teaser:nth-child(1n) {
      padding-left: 0; }
    .article-teasers[data-eq-state$="medium"] .article-teaser:nth-child(3n+1) {
      padding-left: 0; }
  .article-teasers[data-eq-state$="large"] .article-teaser {
    width: 25%; }
    .article-teasers[data-eq-state$="large"] .article-teaser:nth-child(4n+1) {
      padding-left: 0; }
    .article-teasers[data-eq-state$="large"] .article-teaser:nth-child(4n) {
      padding-right: 0; }
  .article-teasers .article-teaser:hover .article-teaser-item, .article-teasers .event-teasers .event-teaser:hover a.article-teaser .article-teaser-item, .event-teasers .event-teaser:hover .article-teasers a.article-teaser .article-teaser-item {
    border: 1px solid #ebebeb; }
  .article-teasers .article-teaser:hover .article-title, .article-teasers .event-teasers .event-teaser:hover a.article-teaser .article-title, .event-teasers .event-teaser:hover .article-teasers a.article-teaser .article-title {
    text-decoration: underline; }
  .article-teasers .article-teaser:hover .article-image, .article-teasers .event-teasers .event-teaser:hover a.article-teaser .article-image, .event-teasers .event-teaser:hover .article-teasers a.article-teaser .article-image {
    transform: scale(1.1); }

.page-template-page-home-page .article-teasers .article-teaser {
  width: 100%;
  padding: 0; }
  .page-template-page-home-page .article-teasers .article-teaser:nth-child(2n+1) {
    padding-right: 0; }
.page-template-page-home-page .article-teasers .article-teaser-item {
  background: white; }

.mega-menu.mega-menu .article-teasers {
  width: auto;
  margin-left: 0;
  margin-right: 20px; }
  .mega-menu.mega-menu .article-teasers .article-teaser {
    width: auto; }

.biography-teasers {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  /*.table {
    display: table;
    border-collapse: separate;
    width: 100%;
    padding: 5px 10px;
    > .row {
      display: table-row;
      position: relative;
      > .col {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding: 10px;
      }
    }
  }*/ }
  .biography-teasers a, .biography-teasers .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .biography-teasers a {
    color: #333333; }
  .biography-teasers .biography-content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: 100%;
    border: 1px solid #eeeeee; }
  .biography-teasers .biography-teaser {
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px; }
    .biography-teasers .biography-teaser .biography-border {
      position: relative;
      width: 100%;
      padding: 5px 0;
      box-sizing: border-box; }
  .biography-teasers .biography-linkedin {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 20px 34px 50px 20px; }
    .biography-teasers .biography-linkedin a, .biography-teasers .biography-linkedin .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .biography-teasers .biography-linkedin a {
      text-decoration: none; }
    .biography-teasers .biography-linkedin .icon-social-linkedin-square {
      color: #4073a2; }
  .biography-teasers .biography-text {
    position: relative;
    box-sizing: border-box;
    color: #333333; }
    .biography-teasers .biography-text .biography-name {
      text-align: left;
      margin: 15px; }
    .biography-teasers .biography-text .biography-title {
      text-align: left;
      margin: 15px;
      font-size: 0.75em;
      line-height: 1.3em; }
  .biography-teasers .biography-image-container {
    position: relative;
    overflow: hidden;
    width: 108px;
    min-width: 108px; }
  .biography-teasers .biography-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    top: 0;
    left: 0;
    transition: all 0.3s ease; }
  .biography-teasers[data-eq-state$="small"] .biography-teaser, .biography-teasers[data-eq-state$="large"] .biography-teaser {
    min-height: 140px;
    box-sizing: border-box; }
  .biography-teasers[data-eq-state$="small"] .biography-teaser {
    width: 100%;
    margin-right: 0; }
  .biography-teasers[data-eq-state$="large"] .biography-teaser {
    width: calc(50% - 10px); }
  .biography-teasers .biography-linkedin:hover, .biography-teasers .event-teasers .event-teaser:hover a.biography-linkedin, .event-teasers .event-teaser:hover .biography-teasers a.biography-linkedin {
    transform: scale(1.1); }
  .biography-teasers .biography-content:hover, .biography-teasers .event-teasers .event-teaser:hover a.biography-content, .event-teasers .event-teaser:hover .biography-teasers a.biography-content {
    border: 1px solid #ebebeb; }
    .biography-teasers .biography-content:hover .biography-name, .biography-teasers .event-teasers .event-teaser:hover a.biography-content .biography-name, .event-teasers .event-teaser:hover .biography-teasers a.biography-content .biography-name {
      text-decoration: underline; }
    .biography-teasers .biography-content:hover .biography-image, .biography-teasers .event-teasers .event-teaser:hover a.biography-content .biography-image, .event-teasers .event-teaser:hover .biography-teasers a.biography-content .biography-image {
      transform: scale(1.1); }
  .biography-teasers a:visited, .biography-teasers .event-teasers .event-teaser:hover a:visited, .event-teasers .event-teaser:hover .biography-teasers a:visited {
    color: #333333; }
  .biography-teasers a:hover, .biography-teasers .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .biography-teasers a, .biography-teasers a:focus, .biography-teasers .event-teasers .event-teaser:hover a:focus, .event-teasers .event-teaser:hover .biography-teasers a:focus, .biography-teasers a:active, .biography-teasers .event-teasers .event-teaser:hover a:active, .event-teasers .event-teaser:hover .biography-teasers a:active {
    color: #333333; }
  .biography-teasers a:focus, .biography-teasers .event-teasers .event-teaser:hover a:focus, .event-teasers .event-teaser:hover .biography-teasers a:focus {
    outline: thin dotted; }
  .biography-teasers a:hover, .biography-teasers .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .biography-teasers a, .biography-teasers a:active, .biography-teasers .event-teasers .event-teaser:hover a:active, .event-teasers .event-teaser:hover .biography-teasers a:active {
    outline: 0; }

.striped-list {
  width: 100%; }
  .striped-list li {
    display: inline-block; }
  .striped-list ul, .striped-list li {
    margin-left: 0;
    padding-left: 0; }
  .striped-list > ul {
    display: table;
    width: 100%; }
    .striped-list > ul > li {
      font-weight: bold; }
      .striped-list > ul > li > ul > li {
        width: 100%;
        padding: 10px;
        background-color: white;
        margin: 0 2px;
        font-weight: normal; }
        .striped-list > ul > li > ul > li:nth-child(even) {
          background-color: transparent; }
        .striped-list > ul > li > ul > li:nth-child(odd) {
          background-color: #f1f4f6; }
  .striped-list[data-eq-state$="small"] > ul > li {
    width: 100%;
    display: inline-block;
    margin-top: 15px; }
    .striped-list[data-eq-state$="small"] > ul > li > ul {
      margin-top: 0; }
      .striped-list[data-eq-state$="small"] > ul > li > ul > li {
        padding: 14px; }
  .striped-list[data-eq-state$="medium"] > ul > li {
    width: 50%;
    float: left;
    box-sizing: border-box; }
  .striped-list[data-eq-state$="large"] > ul > li {
    width: 33%;
    float: left;
    box-sizing: border-box; }

/**
 * Event Teasers
**/
.event-teasers {
  width: 100%; }
  .event-teasers .event-header-container {
    display: table;
    width: 100%; }
    .event-teasers .event-header-container .title {
      display: table-cell; }
    .event-teasers .event-header-container .view-more {
      display: table-cell;
      text-align: right; }
  .event-teasers .date-short {
    text-align: center;
    color: white;
    width: 50px;
    background-color: #333333; }
    .event-teasers .date-short .month {
      text-transform: uppercase;
      font-size: 18px; }
    .event-teasers .date-short .day {
      font-size: 42px;
      font-weight: 700; }
  .event-teasers .event-details .event-name {
    color: #333333;
    text-align: left; }
  .event-teasers .event-details .date-long, .event-teasers .event-details .location, .event-teasers .event-details .registration {
    text-align: left;
    padding-top: 4px; }
  .event-teasers .event-details .date-long, .event-teasers .event-details .location {
    font-weight: 400;
    color: #333333; }
  .event-teasers .event-teaser {
    width: 100%;
    padding: 5px 0; }
    .event-teasers .event-teaser .event-border {
      min-height: 140px;
      width: 100%;
      display: table;
      background-color: white;
      border: 1px solid #eee; }
      .event-teasers .event-teaser .event-border .event-row {
        display: table-row; }
        .event-teasers .event-teaser .event-border .event-row .event-col {
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          padding: 33px 10px 33px 16px; }
  .event-teasers[data-eq-state$="small"], .event-teasers[data-eq-state$="medium"], .event-teasers[data-eq-state$="large"] {
    content: "";
    display: table;
    table-layout: fixed; }
    .event-teasers[data-eq-state$="small"] .event-teaser, .event-teasers[data-eq-state$="medium"] .event-teaser, .event-teasers[data-eq-state$="large"] .event-teaser {
      box-sizing: border-box;
      float: left;
      padding: 5px 10px; }
  .event-teasers[data-eq-state$="small"] .event-teaser {
    width: 100%; }
  .event-teasers[data-eq-state$="medium"] .event-teaser {
    width: 33.3333%; }
    .event-teasers[data-eq-state$="medium"] .event-teaser:nth-child(3n+1) {
      padding-left: 0; }
    .event-teasers[data-eq-state$="medium"] .event-teaser:nth-child(3n) {
      padding-right: 0; }
  .event-teasers[data-eq-state$="large"] .event-teaser {
    width: 25%; }
    .event-teasers[data-eq-state$="large"] .event-teaser:nth-child(4n+1) {
      padding-left: 0; }
    .event-teasers[data-eq-state$="large"] .event-teaser:nth-child(4n) {
      padding-right: 0; }

.program-dropdown {
  box-sizing: border-box;
  position: relative; }
  .program-dropdown * {
    box-sizing: border-box; }
  .program-dropdown .icon {
    margin-right: -2px;
    width: 14px;
    height: 14px; }
  .program-dropdown .icon-nav-masters {
    content: url("images/masters-icon.svg"); }
  .program-dropdown .icon-nav-doctorate {
    content: url("images/doctorate-icon.svg"); }
  .program-dropdown .icon-nav-certificate {
    content: url("images/certificate-icon.svg"); }
  .program-dropdown .icon-nav-bootcamp {
    content: url("images/bootcamp-icon.svg"); }
  .program-dropdown .icon-nav-professional {
    content: url("images/professional-doctorate-icon.svg"); }
  .program-dropdown .icon-nav-dual {
    display: none; }
  .program-dropdown .icon-nav-cags {
    content: url("images/certificate-icon.svg"); }
  .program-dropdown .program-dropdown-item {
    position: relative;
    background-color: #fff; }
    .program-dropdown .program-dropdown-item:last-child {
      padding-bottom: 10px; }
    .program-dropdown .program-dropdown-item .title {
      margin-left: 6px;
      font-size: 0.77778em;
      min-width: 200px;
      color: #d41b2c; }
    .program-dropdown .program-dropdown-item.heading-text {
      margin: 0;
      padding: 15px 10px 2px 25px;
      font-size: .77em;
      line-height: 1.5em; }
    .program-dropdown .program-dropdown-item.active {
      background-color: #f7f7f7;
      cursor: pointer; }
      .program-dropdown .program-dropdown-item.active .dropdown-item-wrapper .title {
        color: #333333; }
    .program-dropdown .program-dropdown-item .dropdown-item-wrapper {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 10px 60px 10px 10px;
      position: relative;
      color: #d41b2c; }
      .program-dropdown .program-dropdown-item .dropdown-item-wrapper > * {
        vertical-align: middle; }
      .program-dropdown .program-dropdown-item .dropdown-item-wrapper .icon:first-child.icon-nav-bootcamp, .program-dropdown .program-dropdown-item .dropdown-item-wrapper .icon:first-child.icon-nav-certificate, .program-dropdown .program-dropdown-item .dropdown-item-wrapper .icon:first-child.icon-nav-doctorate, .program-dropdown .program-dropdown-item .dropdown-item-wrapper .icon:first-child.icon-nav-masters, .program-dropdown .program-dropdown-item .dropdown-item-wrapper .icon:first-child.icon-nav-cags {
        position: static; }
        .program-dropdown .program-dropdown-item .dropdown-item-wrapper .icon:first-child.icon-nav-bootcamp .path2:before, .program-dropdown .program-dropdown-item .dropdown-item-wrapper .icon:first-child.icon-nav-certificate .path2:before, .program-dropdown .program-dropdown-item .dropdown-item-wrapper .icon:first-child.icon-nav-doctorate .path2:before, .program-dropdown .program-dropdown-item .dropdown-item-wrapper .icon:first-child.icon-nav-masters .path2:before, .program-dropdown .program-dropdown-item .dropdown-item-wrapper .icon:first-child.icon-nav-cags .path2:before {
          position: absolute;
          left: 10px;
          top: 17px; }
      .program-dropdown .program-dropdown-item .dropdown-item-wrapper .icon:nth-child(2n).icon-nav-bootcamp, .program-dropdown .program-dropdown-item .dropdown-item-wrapper .icon:nth-child(2n).icon-nav-certificate, .program-dropdown .program-dropdown-item .dropdown-item-wrapper .icon:nth-child(2n).icon-nav-doctorate, .program-dropdown .program-dropdown-item .dropdown-item-wrapper .icon:nth-child(2n).icon-nav-masters, .program-dropdown .program-dropdown-item .dropdown-item-wrapper .icon:nth-child(2n).icon-nav-cags {
        position: static; }
        .program-dropdown .program-dropdown-item .dropdown-item-wrapper .icon:nth-child(2n).icon-nav-bootcamp .path2:before, .program-dropdown .program-dropdown-item .dropdown-item-wrapper .icon:nth-child(2n).icon-nav-certificate .path2:before, .program-dropdown .program-dropdown-item .dropdown-item-wrapper .icon:nth-child(2n).icon-nav-doctorate .path2:before, .program-dropdown .program-dropdown-item .dropdown-item-wrapper .icon:nth-child(2n).icon-nav-masters .path2:before, .program-dropdown .program-dropdown-item .dropdown-item-wrapper .icon:nth-child(2n).icon-nav-cags .path2:before {
          position: absolute;
          left: 37px;
          top: 17px; }
    .program-dropdown .program-dropdown-item a, .program-dropdown .program-dropdown-item .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .program-dropdown .program-dropdown-item a {
      color: #d41b2c; }
      .program-dropdown .program-dropdown-item a:hover, .program-dropdown .program-dropdown-item .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .program-dropdown .program-dropdown-item a {
        color: #873138;
        text-decoration: none;
        background-color: none; }
        .program-dropdown .program-dropdown-item a:hover .title, .program-dropdown .program-dropdown-item .event-teasers .event-teaser:hover a .title, .event-teasers .event-teaser:hover .program-dropdown .program-dropdown-item a .title {
          text-decoration: none; }
  .program-dropdown .program-dropdown-list {
    position: absolute;
    width: 100%;
    max-height: 0;
    transition: max-height .4s ease;
    overflow-y: hidden;
    box-shadow: 0 2px 2px 0 #d5d5d5; }
    .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper {
      padding: 2px 20px 2px 25px; }
      .first > .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper {
        padding-top: 10px; }
      .last > .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper {
        padding-bottom: 10px; }
      .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper .title {
        color: #d41b2c; }
      .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper:hover .title, .program-dropdown .program-dropdown-list .program-dropdown-item .event-teasers .event-teaser:hover a.dropdown-item-wrapper .title, .event-teasers .event-teaser:hover .program-dropdown .program-dropdown-list .program-dropdown-item a.dropdown-item-wrapper .title {
        color: #873138; }
      .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper .icon:first-child.icon-nav-bootcamp, .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper .icon:first-child.icon-nav-certificate, .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper .icon:first-child.icon-nav-doctorate, .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper .icon:first-child.icon-nav-masters, .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper .icon:first-child.icon-nav-cags {
        position: static; }
        .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper .icon:first-child.icon-nav-bootcamp .path2:before, .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper .icon:first-child.icon-nav-certificate .path2:before, .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper .icon:first-child.icon-nav-doctorate .path2:before, .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper .icon:first-child.icon-nav-masters .path2:before, .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper .icon:first-child.icon-nav-cags .path2:before {
          position: absolute;
          left: 10px;
          top: 12px; }
      .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper .icon:nth-child(2n).icon-nav-bootcamp, .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper .icon:nth-child(2n).icon-nav-certificate, .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper .icon:nth-child(2n).icon-nav-doctorate, .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper .icon:nth-child(2n).icon-nav-masters, .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper .icon:nth-child(2n).icon-nav-cags {
        position: static; }
        .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper .icon:nth-child(2n).icon-nav-bootcamp .path2:before, .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper .icon:nth-child(2n).icon-nav-certificate .path2:before, .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper .icon:nth-child(2n).icon-nav-doctorate .path2:before, .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper .icon:nth-child(2n).icon-nav-masters .path2:before, .program-dropdown .program-dropdown-list .program-dropdown-item .dropdown-item-wrapper .icon:nth-child(2n).icon-nav-cags .path2:before {
          position: absolute;
          left: 33px;
          top: 12px; }
  .program-dropdown .icon-nav-arrow-down, .program-dropdown .button-dropdown {
    color: #d41b2c;
    position: absolute;
    right: 10px;
    top: 17px;
    transition: transform .4s ease;
    font-size: 14px;
    line-height: 16px; }
  .program-dropdown.open .icon-nav-arrow-down, .program-dropdown.open .button-dropdown {
    transform: rotate(180deg); }
  .program-dropdown.open .program-dropdown-list {
    max-height: 1000px; }

.program-dropdown-container[data-eq-state$="small"] .program-dropdown .dropdown-item-wrapper {
  overflow: hidden;
  display: block;
  white-space: nowrap;
  min-width: 260px;
  padding-right: 60px;
  text-overflow: ellipsis;
  position: relative; }
@media all and (min-width: 760px) {
  .program-dropdown-container .program-dropdown {
    display: inline-block; }
    .program-dropdown-container .program-dropdown .program-dropdown-list {
      width: auto;
      min-width: 100%; }
      .program-dropdown-container .program-dropdown .program-dropdown-list .dropdown-item-wrapper {
        overflow: auto;
        text-overflow: inherit;
        background-color: #fff; } }
.program-dropdown-container[data-eq-state$="medium"] .program-dropdown {
  display: inline-block;
  margin-bottom: 5px;
  min-width: 300px; }

.get-started-container .get-started-container__wrapper {
  background-color: white;
  text-align: center;
  padding: 30px; }
.get-started-container .text {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px; }
.get-started-container[data-eq-state$="medium"] .get-started-container__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.25); }
.get-started-container[data-eq-state$="medium"] .text {
  margin-right: 40px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle; }
.get-started-container[data-eq-state$="medium"] .view-programs {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px; }
.get-started-container[data-eq-state$="large"] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(60%); }
  .get-started-container[data-eq-state$="large"] .get-started-container__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.25); }
  .get-started-container[data-eq-state$="large"] .text {
    margin-bottom: 0;
    margin-right: 40px;
    display: inline-block;
    vertical-align: middle; }
  .get-started-container[data-eq-state$="large"] .view-programs {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px; }

/**
* @section components
* @subsection promos
* @description - A promo block should be used to display supporting content or actions and not critical
* information. A promo black is a component that can be dropped into any template. It has a twig file
* and a .scss file. Promo blocks can be found in the mega menu, the program page, and the default page twig files.
* @file {psd} 09_Promos.psd https://www.dropbox.com/sh/x62wdr78yk5how0/AACwTi7geh-kFjvPlYykM892a?dl=0&preview=09_Promos.psd
* @rendered {html} - <div class="promo-block element-container" data-eq-pts="small: 260, medium: 620, large: 800" data-eq-state="small medium large"><h3 class="promo-block-title">From the Class of 2011 Alumni</h3><div class="promo-block-body"><p><em>"The leadership specialty had a tremendous on my personal life in the sense that it brought more insight about <strong>communication skills and life planning skills.</strong>"</em></p></div><div class="promo-block-link"><button class="btn button-primary" data-url="http://www.google.com/schedule-a-call">Schedule a Call</button></div></div>
*/
.promo-block {
  padding-bottom: 20px; }
  .promo-block .promo-block-title {
    margin: 0 0 10px 0; }
  .promo-block .promo-block-body {
    border-left: 4px solid #d41b2c;
    padding-left: 10px; }
  .promo-block .promo-block-link {
    text-align: left; }
  .promo-block .promo-block-link button {
    width: 100%; }
  .promo-block[data-eq-state$="small"] .promo-block-link button {
    width: 100%; }
  .promo-block[data-eq-state$="medium"] .promo-block-link button {
    width: auto; }
  .promo-block[data-eq-state$="medium"] .promo-content.hidden {
    display: none; }
  .promo-block[data-eq-state$="large"] .promo-block-link button {
    width: auto; }
  .promo-block[data-eq-state$="large"] .promo-content.hidden {
    display: none; }

.favorites-legend {
  font-size: 14px;
  margin-bottom: 20px; }
  .favorites-legend .icon {
    color: #d41b2c;
    vertical-align: baseline; }
  .favorites-legend .legend {
    font-weight: 600;
    margin: 10px; }

.tabbed-table-content {
  margin-bottom: 30px; }
  .tabbed-table-content .table .cell,
  .tabbed-table-content .table .table-header {
    padding: 10px 10px 10px 20px;
    width: 100%;
    border: 0; }
    .tabbed-table-content .table .cell:nth-last-of-type(2),
    .tabbed-table-content .table .table-header:nth-last-of-type(2) {
      width: 60%; }
    .tabbed-table-content .table .cell:nth-child(2),
    .tabbed-table-content .table .table-header:nth-child(2) {
      width: 40%; }
  .tabbed-table-content .table tr {
    border: 0; }
  .tabbed-table-content .table .table-header {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px 5px 20px; }
  .tabbed-table-content .table-tabs {
    display: flex; }
    .tabbed-table-content .table-tabs .tab {
      margin: 5px 0 15px; }
    .tabbed-table-content .table-tabs a.tab-title {
      display: inline-block;
      padding: 0 0 0 35px;
      position: relative;
      margin-right: 40px;
      color: #333333; }
      .tabbed-table-content .table-tabs a.tab-title:active, .tabbed-table-content .table-tabs a.tab-title:hover, .tabbed-table-content .table-tabs .event-teasers .event-teaser:hover a.tab-title, .event-teasers .event-teaser:hover .tabbed-table-content .table-tabs a.tab-title, .tabbed-table-content .table-tabs a.tab-title:focus {
        text-decoration: none; }
      .tabbed-table-content .table-tabs a.tab-title:before, .tabbed-table-content .table-tabs a.tab-title:after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        border-radius: 50%; }
      .tabbed-table-content .table-tabs a.tab-title:before {
        left: 0;
        width: 25px;
        height: 25px;
        border: 1px solid #d5d5d5;
        background-color: #e9e9e9; }
      .tabbed-table-content .table-tabs a.tab-title.selected {
        cursor: text; }
        .tabbed-table-content .table-tabs a.tab-title.selected:after {
          left: 5px;
          width: 15px;
          height: 15px;
          background-color: #d41b2c; }
  .tabbed-table-content .tabbed-table {
    margin-bottom: 0; }
    .tabbed-table-content .tabbed-table.hide {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s ease-in-out; }
      .tabbed-table-content .tabbed-table.hide thead, .tabbed-table-content .tabbed-table.hide tbody {
        display: none; }
    .tabbed-table-content .tabbed-table.show {
      opacity: 1;
      visibility: visible;
      transition: opacity 0.5s ease-in-out; }
      .tabbed-table-content .tabbed-table.show thead, .tabbed-table-content .tabbed-table.show tbody {
        display: table-header-group; }

.section-content .testimonials {
  margin: 30px 0; }

.testimonials-slide-container {
  position: relative; }
  .testimonials-slide-container .testimonial {
    text-align: center;
    position: relative;
    display: block;
    padding: 10px 20px; }
  .testimonials-slide-container .testimonial-wrapper {
    display: table;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto; }
  .testimonials-slide-container .image-container {
    display: block;
    padding-bottom: 10px; }
  .testimonials-slide-container .testimonial-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: 0 auto; }
  .testimonials-slide-container .testimonial-quote {
    font-style: italic;
    padding-bottom: 10px; }
  .testimonials-slide-container .quote-container {
    display: block;
    vertical-align: middle;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px; }
  .testimonials-slide-container .testimonial-source {
    font-weight: 400; }
  .testimonials-slide-container .slick-next, .testimonials-slide-container .slick-prev {
    top: 50%;
    transform: translate(0, -50%); }
  .testimonials-slide-container .slick-prev {
    left: 0; }
  .testimonials-slide-container .slick-next {
    right: 0; }
  .testimonials-slide-container .slick-next:before, .testimonials-slide-container .slick-prev:before {
    padding: 0;
    font-size: 24px; }
  @media all and (min-width: 761px) {
    .testimonials-slide-container .testimonial {
      padding: 0; }
    .testimonials-slide-container .testimonial-wrapper {
      display: block; }
    .testimonials-slide-container .image-container {
      display: table-cell;
      position: relative;
      vertical-align: middle;
      padding-bottom: 0; }
    .testimonials-slide-container .testimonial {
      padding: 10px 150px;
      margin-top: 0; }
    .testimonials-slide-container .quote-container {
      padding-right: 0;
      display: table-cell;
      text-align: left; } }

.bio-full {
  background: #fff;
  padding-top: 32px; }
  .bio-full .section-header {
    margin-bottom: 48px; }
  .bio-full .bio-name {
    clear: none; }
  .bio-full .bio-image {
    max-width: 200px;
    padding: 0 20px 20px 0; }
  .bio-full .bio-title {
    clear: none;
    color: #666;
    font-size: 1em;
    margin-bottom: 1.6em; }
  .bio-full .bio-contact {
    display: block; }
    .bio-full .bio-contact a, .bio-full .bio-contact .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .bio-full .bio-contact a {
      position: relative;
      padding-left: 30px;
      color: #666;
      font-weight: 600;
      font-size: 16px; }
      .bio-full .bio-contact a:hover, .bio-full .bio-contact .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .bio-full .bio-contact a, .bio-full .bio-contact a :active, .bio-full .bio-contact a :visited {
        color: #666;
        text-decoration: none; }
      .bio-full .bio-contact a:before, .bio-full .bio-contact .event-teasers .event-teaser:hover a:before, .event-teasers .event-teaser:hover .bio-full .bio-contact a:before {
        content: "";
        position: absolute;
        background-size: 23px 23px;
        width: 23px;
        height: 23px;
        left: 0;
        top: 0;
        background-repeat: no-repeat;
        background-position: center center; }
    .bio-full .bio-contact.twitter a:before {
      background-image: url(images/bio-twitter.png); }
    .bio-full .bio-contact.email a:before {
      background-image: url(images/bio-email.png); }
    .bio-full .bio-contact.linkedin a:before {
      background-image: url(images/bio-linkedin.png); }

@media only screen and (min-width: 760px) {
  .bio-full .section-header {
    display: flex; } }
.bio-related {
  margin-top: 40px; }
  .bio-related h3 {
    font-size: 22px;
    font-weight: 600; }

/*
* Student Video
*/
.student-video-container {
  position: relative;
  border: 1px solid #eeeeee;
  margin-top: 30px; }
  .student-video-container:hover, .event-teasers .event-teaser:hover a.student-video-container {
    border: 1px solid #ebebeb; }
    .student-video-container:hover h4 a, .student-video-container:hover h4 .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .student-video-container:hover h4 a, .event-teasers .event-teaser:hover a.student-video-container h4 a {
      color: black;
      text-decoration: underline; }
    .student-video-container:hover .student-story-image, .event-teasers .event-teaser:hover a.student-video-container .student-story-image {
      transform: scale(1.02); }
  .student-video-container .student-story-image-container {
    overflow: hidden; }
  .student-video-container .student-story-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px; }
    .student-video-container .student-story-image img {
      width: 100%; }
  .student-video-container .video {
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .student-video-container .video-text {
    padding: 20px; }
    .student-video-container .video-text h4 {
      padding-bottom: 20px; }
      .student-video-container .video-text h4 a, .student-video-container .video-text h4 .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .student-video-container .video-text h4 a {
        color: black; }
    .student-video-container .video-text a, .student-video-container .video-text .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .student-video-container .video-text a {
      font-weight: 600; }
    .student-video-container .video-text .details {
      padding-top: 20px; }
      .student-video-container .video-text .details .term-list {
        padding-top: 4px; }
  .student-video-container[data-eq-state$="medium"] {
    display: table; }
    .student-video-container[data-eq-state$="medium"] .student-story-image {
      height: 335px; }
    .student-video-container[data-eq-state$="medium"] .video {
      display: table-cell; }
    .student-video-container[data-eq-state$="medium"] .video-text {
      display: table-cell;
      width: 30%;
      vertical-align: top;
      padding: 43px 18px; }
      .student-video-container[data-eq-state$="medium"] .video-text .details {
        position: absolute;
        bottom: 37px; }

.video-container {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }
  .video-container video {
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;
    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .video-container .play-button {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 220ms ease; }
    .video-container .play-button:before {
      font-size: 80px;
      color: white; }
  .video-container.canplay {
    cursor: pointer; }
    .video-container.canplay .play-button {
      opacity: .8; }
    .video-container.canplay:hover .play-button, .event-teasers .event-teaser:hover a.video-container.canplay .play-button {
      opacity: 1; }
  .video-container.playing {
    cursor: auto; }
    .video-container.playing .play-button {
      opacity: 0; }
    .video-container.playing:hover .play-button, .event-teasers .event-teaser:hover a.video-container.playing .play-button {
      opacity: 0; }

.collapse {
  display: block; }

.collapse-label {
  margin-top: 1em; }

.collapse-item, .collapsible-item {
  transition: all .4s ease-in-out;
  overflow: hidden; }
  .collapse-item:not(.open), .collapsible-item:not(.open) {
    max-height: 0;
    opacity: 0;
    padding: 0px 30px;
    margin-top: 0; }
  .collapse-item.open, .collapsible-item.open {
    max-height: 1000px;
    padding: 0px 30px; }
  .collapse-item:not(.open) :last-child, .collapsible-item:not(.open) :last-child {
    margin: 10px 0; }
  .collapse-item.open :last-child, .collapsible-item.open :last-child {
    margin: 4px 0 10px; }
  .collapse-item:not(.open) + hr, .collapsible-item:not(.open) + hr {
    margin: 15px 0; }
  .collapse-item.open + hr, .collapsible-item.open + hr {
    margin: 10px 0 15px; }

.map {
  position: relative;
  background-color: #FF854F; }
  .map .dots_1 circle,
  .map .legend-1 circle {
    fill: #fff; }
  .map .dots_2 circle,
  .map .legend-2 circle {
    fill: #62B6D0; }
  .map .dots_3 circle,
  .map .legend-3 circle {
    fill: #FFC44B; }
  .map .dots_4 circle,
  .map .legend-4 circle {
    fill: #0a3253; }
  .map .map-layer {
    width: 100%; }
    .map .map-layer svg {
      width: 100%;
      max-height: 100%; }
  .map .map-legend {
    text-align: center; }
    .map .map-legend .map-legend-wrapper {
      text-align: left;
      display: inline-block;
      margin: 0 auto;
      width: auto;
      color: black; }
      .map .map-legend .map-legend-wrapper h4 {
        color: black;
        font-size: 18px; }
  @media all and (max-width: 719px) {
    .map .map-legend {
      transform: translateY(-15px); } }
  @media all and (min-width: 720px) {
    .map .map-legend {
      width: 100%;
      padding-left: 30px; }
      .map .map-legend .map-legend-wrapper h4 {
        font-size: 18px; } }
  .map .map-legend-item {
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    color: black;
    margin-top: 5px; }
    .map .map-legend-item svg {
      position: absolute; }
    .map .map-legend-item span {
      padding-left: 20px; }
    .map .map-legend-item svg, .map .map-legend-item span {
      vertical-align: baseline;
      display: inline-block;
      margin: 0; }
    .map .map-legend-item svg {
      margin: 0 0 -3px 0; }
    .map .map-legend-item span {
      transition: box-shadow .3s ease; }
    .map .map-legend-item.active span {
      box-shadow: inset 0 -.5px 0 0 #fff; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/**
 * @section styles
 * @subsection buttons
 * @description - A primary call-to-action should use the primary button style. The primary button color is red and changes to dark-red on hover.
 * @rendered {html} - <div class="element-container"><p><button class="btn button-primary">Primary Button</button></p><p><a class="btn button-primary" href="#">Link styled like a button</a></p></div>
 */
/**
 * @section styles
 * @subsection buttons
 * @description - Stars are used to indicate compare functionality on the graduate site. When a user clicks a grey star, the star button turns red and the program
 * is added to a persistent bar on the bottom of the page. Once multiple programs are selected, the user can compare programs by interacting with the bar.
 * @rendered {html} - <button class="button-favorite btn button-default active"><i class="icon icon-nav-star"><span class="button-favorite-label">Save</span></i></button>
 */
/**
* @section styles
* @subsection buttons
* @rendered {html} - <button class="button-favorite btn button-default"><i class="icon icon-nav-star"><span class="button-favorite-label">Save</span></i></button>
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #d0d0d0 #d0d0d0 #bbb;
  border-radius: 0;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13.5px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  outline: none; }

button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none; }

button.btn, input.btn, a.btn, .event-teasers .event-teaser:hover a.btn, td.btn, div.btn {
  text-decoration: none;
  padding: 18px 20px;
  font-size: inherit;
  text-align: center; }
  button.btn:hover, input.btn:hover, a.btn:hover, .event-teasers .event-teaser:hover a.btn, td.btn:hover, div.btn:hover {
    cursor: pointer; }
  button.btn.button-primary, input.btn.button-primary, a.btn.button-primary, .event-teasers .event-teaser:hover a.btn.button-primary, td.btn.button-primary, div.btn.button-primary {
    background-color: #d41b2c;
    color: white;
    border-radius: 0;
    font-weight: 400;
    width: 100%;
    display: block;
    margin: 0 auto; }
    button.btn.button-primary:hover, button.btn.button-primary.active, input.btn.button-primary:hover, input.btn.button-primary.active, a.btn.button-primary:hover, .event-teasers .event-teaser:hover a.btn.button-primary, a.btn.button-primary.active, td.btn.button-primary:hover, td.btn.button-primary.active, div.btn.button-primary:hover, div.btn.button-primary.active {
      background-color: #873138; }
  button.btn.button-default, input.btn.button-default, a.btn.button-default, .event-teasers .event-teaser:hover a.btn.button-default, td.btn.button-default, div.btn.button-default {
    background-color: #f1f1f1;
    color: white;
    font-weight: 400; }
    button.btn.button-default a, button.btn.button-default .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover button.btn.button-default a, input.btn.button-default a, input.btn.button-default .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover input.btn.button-default a, a.btn.button-default a, a.btn.button-default .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover a.btn.button-default a, td.btn.button-default a, td.btn.button-default .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover td.btn.button-default a, div.btn.button-default a, div.btn.button-default .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover div.btn.button-default a {
      text-decoration: none;
      font-weight: 400; }
    button.btn.button-default:hover, button.btn.button-default.active, input.btn.button-default:hover, input.btn.button-default.active, a.btn.button-default:hover, .event-teasers .event-teaser:hover a.btn.button-default, a.btn.button-default.active, td.btn.button-default:hover, td.btn.button-default.active, div.btn.button-default:hover, div.btn.button-default.active {
      background-color: #d5d5d5; }
    button.btn.button-default.active, input.btn.button-default.active, a.btn.button-default.active, td.btn.button-default.active, div.btn.button-default.active {
      background-color: #d41b2c; }
      button.btn.button-default.active:hover, input.btn.button-default.active:hover, a.btn.button-default.active:hover, .event-teasers .event-teaser:hover a.btn.button-default.active, td.btn.button-default.active:hover, div.btn.button-default.active:hover {
        background-color: #873138; }
button.button-favorite, button.button-favorite-style, input.button-favorite, input.button-favorite-style, a.button-favorite, .event-teasers .event-teaser:hover a.button-favorite, a.button-favorite-style, .event-teasers .event-teaser:hover a.button-favorite-style, td.button-favorite, td.button-favorite-style, div.button-favorite, div.button-favorite-style {
  font-size: 30px; }
  button.button-favorite.active, button.button-favorite-style.active, input.button-favorite.active, input.button-favorite-style.active, a.button-favorite.active, .event-teasers .event-teaser:hover a.button-favorite.active, a.button-favorite-style.active, .event-teasers .event-teaser:hover a.button-favorite-style.active, td.button-favorite.active, td.button-favorite-style.active, div.button-favorite.active, div.button-favorite-style.active {
    background-color: #d5d5d5 !important; }
  button.button-favorite .button-favorite-label, button.button-favorite-style .button-favorite-label, input.button-favorite .button-favorite-label, input.button-favorite-style .button-favorite-label, a.button-favorite .button-favorite-label, .event-teasers .event-teaser:hover a.button-favorite .button-favorite-label, a.button-favorite-style .button-favorite-label, .event-teasers .event-teaser:hover a.button-favorite-style .button-favorite-label, td.button-favorite .button-favorite-label, td.button-favorite-style .button-favorite-label, div.button-favorite .button-favorite-label, div.button-favorite-style .button-favorite-label {
    display: none; }

button.checkbox {
  color: #333333; }
  button.checkbox .icon-check {
    width: 20px;
    height: 20px;
    fill: white;
    background: #d7d5d5;
    padding: 3px;
    vertical-align: middle;
    border: 1px solid transparent; }
  button.checkbox .label {
    position: relative;
    display: inline;
    vertical-align: middle;
    padding: 0 10px;
    z-index: 3;
    font-size: 14px; }
  button.checkbox.selected .icon-check {
    background: #d41b2c; }
  button.checkbox.selected.master .icon-check {
    background: #d41b2c; }
  button.checkbox.selected.doctorate .icon-check {
    background: #d41b2c; }
  button.checkbox.selected.certificate .icon-check {
    background: #d41b2c; }
  button.checkbox:not(.checkbox-location):hover {
    border-color: #d41b2c; }
    button.checkbox:not(.checkbox-location):hover .icon-check {
      border: 1px solid #d41b2c; }
button.icon-prev-circle {
  border-radius: 50%;
  background-color: white;
  padding: 1px 5px 4px; }
  button.icon-prev-circle .icon-nav-arrow-left {
    font-size: 16px;
    color: #d5d5d5; }
  button.icon-prev-circle .icon-prev-circle-label {
    display: none; }
button.icon-prev-circle:hover .icon-nav-arrow-left {
  color: #d41b2c; }
button.icon-next-circle {
  border-radius: 50%;
  background-color: white;
  padding: 1px 5px 4px; }
  button.icon-next-circle .icon-nav-arrow-right {
    font-size: 16px;
    color: #d5d5d5; }
  button.icon-next-circle .icon-next-circle-label {
    display: none; }
button.icon-next-circle:hover .icon-nav-arrow-right {
  color: #d41b2c; }
button.checkbox-degree {
  position: relative;
  width: 210px;
  height: 60px;
  background-color: #f1f1f1; }
  button.checkbox-degree:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid;
    border-color: #d7d5d5; }
  button.checkbox-degree .icon-check {
    position: absolute;
    top: 0;
    right: 0; }
  button.checkbox-degree.selected {
    color: white;
    background: #873138; }
    button.checkbox-degree.selected:before {
      border: 3px solid #d41b2c; }
    button.checkbox-degree.selected .icon-check {
      background: #d41b2c; }
    button.checkbox-degree.selected.master {
      background: #0063b5; }
      button.checkbox-degree.selected.master:before {
        border-color: #4073a2; }
      button.checkbox-degree.selected.master .icon-check {
        background: #4073a2; }
    button.checkbox-degree.selected.doctorate {
      background: #97c21c; }
      button.checkbox-degree.selected.doctorate:before {
        border-color: #759712; }
      button.checkbox-degree.selected.doctorate .icon-check {
        background: #759712; }
    button.checkbox-degree.selected.certificate {
      background: #ff854f; }
      button.checkbox-degree.selected.certificate:before {
        border-color: #903a60; }
      button.checkbox-degree.selected.certificate .icon-check {
        background: #903a60; }
  button.checkbox-degree:hover {
    border-color: #d41b2c; }
    button.checkbox-degree:hover:before {
      border-color: #d41b2c !important; }
    button.checkbox-degree:hover .icon-check {
      background-color: #d41b2c !important; }
button.checkbox-location {
  position: relative;
  width: 116px;
  height: 116px;
  color: white; }
  button.checkbox-location .icon-check {
    position: absolute;
    top: 0;
    right: 0; }
  button.checkbox-location .label {
    display: block;
    position: absolute;
    width: 116px;
    padding: 0 10px 0;
    text-shadow: 0px 0px 6px #707070;
    margin-top: -15px; }
  button.checkbox-location.boston:before {
    background-image: url(images/program-listing-page/boston.png); }
  button.checkbox-location.online:before {
    background-image: url(images/program-listing-page/online.jpg); }
  button.checkbox-location.charlotte:before {
    background-image: url(images/program-listing-page/charlotte.png); }
  button.checkbox-location.silicon:before {
    background-image: url(images/program-listing-page/silicon-valley.png); }
  button.checkbox-location.seattle:before {
    background-image: url(images/program-listing-page/seattle.png); }
  button.checkbox-location.toronto:before {
    background-image: url(images/program-listing-page/toronto.png); }
  button.checkbox-location.vancouver:before {
    background-image: url(images/program-listing-page/vancouver.png); }
  button.checkbox-location.san-francisco-satellite:before {
    background-image: url(images/program-listing-page/sf.jpg); }
  button.checkbox-location.portland:before {
    background-image: url(images/program-listing-page/portland.jpg); }
  button.checkbox-location:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  button.checkbox-location:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid transparent;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2); }
  button.checkbox-location.selected .icon-check {
    background: #d41b2c; }
  button.checkbox-location.selected:after {
    border-color: #d41b2c;
    background-color: rgba(255, 0, 0, 0.4); }
  button.checkbox-location:hover:after {
    border-color: #d41b2c; }
  button.checkbox-location:hover .icon-check:not(#non-button-check-mark) {
    background-color: #d41b2c !important; }
button.active-term {
  background: #e9e9e9;
  height: 44px; }
  button.active-term .label {
    padding: 10px 0 10px 10px;
    max-width: 300px;
    display: inline-block; }
  button.active-term .icon {
    fill: #9e9e9e; }
button.compare-toggle .icon-toggle {
  height: 14px;
  width: 14px;
  fill: #d41b2c; }
button.compare-button {
  height: 44px;
  padding: 0;
  background-color: white; }
  button.compare-button:hover {
    text-decoration: underline; }
  button.compare-button.program-link {
    width: calc(100% - 30px);
    padding: 10px 0 10px 10px; }
  button.compare-button.program-remove {
    width: 30px;
    position: absolute;
    border-radius: 0; }
  button.compare-button.compare {
    background-color: #d41b2c;
    color: white;
    min-width: initial; }
    button.compare-button.compare .icon {
      fill: white;
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto; }
  button.compare-button .icon-x {
    width: 100%;
    height: 44px;
    width: 30px;
    padding: 8px;
    fill: white;
    vertical-align: middle; }
  button.compare-button .icon-star {
    width: 15px;
    height: 15px; }

.button-dropdown {
  border: 1px solid #e9e9e9;
  background-color: #f7f7f7;
  padding: 10px 60px 10px 30px;
  font-size: 0.88889em;
  font-weight: 400;
  position: relative; }
  .button-dropdown:before {
    visibility: visible;
    color: #d41b2c;
    transition: all .4s ease-in-out;
    position: absolute;
    right: 10px;
    content: '\e907';
    line-height: 20px;
    height: 20px; }

.element-container[data-eq-state$="medium"] button.btn.button-primary:not(.compare-button), .element-container[data-eq-state$="large"] button.btn.button-primary:not(.compare-button), .element-container[data-eq-state$="medium"] a.btn.button-primary:not(.compare-button), .element-container[data-eq-state$="large"] a.btn.button-primary:not(.compare-button) {
  width: inherit;
  padding: 18px 44px;
  display: inline-block;
  margin: 0; }

.button-extra-space {
  margin: 10px 0 !important; }

.icon-nav-check#non-button-check-mark:before {
  background: #fff !important; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none; }

select {
  border: 1px solid #ccc; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

input[type="text"] {
  color: black;
  font-weight: 400; }

::-webkit-input-placeholder {
  color: #111;
  font-weight: 100; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #111;
  font-weight: 100; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #111;
  font-weight: 100; }

:-ms-input-placeholder {
  color: #111;
  font-weight: 100; }

.form-container {
  background-color: #e9edf1;
  padding: 20px; }
  .form-container .title {
    font-weight: 700;
    text-align: center; }
  .form-container .sub-title {
    text-align: center;
    padding: 10px 30px;
    font-weight: 400; }
  .form-container form .form-item {
    display: block;
    width: 100%;
    padding: 10px 0; }
    .form-container form .form-item input {
      line-height: 28px;
      padding: 9px 10px;
      border-radius: 0; }
    .form-container form .form-item input {
      width: 100%; }
  .form-container form .form-item-submit {
    text-align: center; }
  .form-container .top-border {
    border-top: 1px solid #d5d5d5; }
  .form-container .action-item {
    padding-top: 25px;
    margin-bottom: 25px; }

.form-container:not(.iframe) [data-eq-state$='medium'] form {
  content: "";
  display: table;
  table-layout: fixed;
  position: relative; }
.form-container:not(.iframe) [data-eq-state$='medium'] .action-item-wrapper {
  position: relative; }
  .form-container:not(.iframe) [data-eq-state$='medium'] .action-item-wrapper .action-item {
    width: 100%;
    display: table; }
    .form-container:not(.iframe) [data-eq-state$='medium'] .action-item-wrapper .action-item .left-item {
      display: table-cell; }
    .form-container:not(.iframe) [data-eq-state$='medium'] .action-item-wrapper .action-item .link {
      display: table-cell;
      width: 30%;
      text-align: right; }
.form-container:not(.iframe) [data-eq-state$='medium'] form.form-name-email {
  width: 100%;
  margin: 0 auto; }
  .form-container:not(.iframe) [data-eq-state$='medium'] form.form-name-email .form-item {
    width: 33.333334%;
    float: left;
    padding: 40px 0; }
  .form-container:not(.iframe) [data-eq-state$='medium'] form.form-name-email .form-item-submit {
    width: 200px;
    float: none;
    margin: 0 auto; }
.form-container:not(.iframe) [data-eq-state$='large'] .title, .form-container:not(.iframe) [data-eq-state$='large'] .sub-title {
  text-align: left;
  padding: 10px 0; }
.form-container:not(.iframe) [data-eq-state$='large'] .action-item .link a {
  float: right; }
.form-container:not(.iframe) [data-eq-state$='large'] form.form-name-email {
  margin: auto;
  max-width: initial;
  width: 100%;
  content: "";
  display: table;
  table-layout: fixed; }
  .form-container:not(.iframe) [data-eq-state$='large'] form.form-name-email .form-item {
    float: left;
    width: 25%;
    padding: 5px 0; }
    .form-container:not(.iframe) [data-eq-state$='large'] form.form-name-email .form-item:last-of-type {
      padding-left: 40px; }
    .form-container:not(.iframe) [data-eq-state$='large'] form.form-name-email .form-item button {
      padding: .7em 3em; }

@media screen and (min-width: 860px) {
  .form-container.iframe form {
    content: "";
    display: table;
    table-layout: fixed;
    position: relative; }
  .form-container.iframe .action-item-wrapper {
    position: relative; }
    .form-container.iframe .action-item-wrapper .action-item {
      width: 100%;
      display: table; }
      .form-container.iframe .action-item-wrapper .action-item .left-item {
        display: table-cell; }
      .form-container.iframe .action-item-wrapper .action-item .link {
        display: table-cell;
        width: 30%;
        text-align: right; }
  .form-container.iframe form.form-name-email {
    width: 100%;
    margin: 0 auto; }
    .form-container.iframe form.form-name-email .form-item {
      width: 33.333334%;
      float: left;
      padding: 40px 0; }
    .form-container.iframe form.form-name-email .form-item-submit {
      width: 200px;
      float: none;
      margin: 0 auto; } }
@media screen and (min-width: 1100px) {
  .form-container.iframe .title, .form-container.iframe .sub-title {
    text-align: left;
    padding: 10px 0; }
  .form-container.iframe .action-item .link a {
    float: right; }
  .form-container.iframe form.form-name-email {
    margin: auto;
    max-width: initial;
    width: 100%;
    content: "";
    display: table;
    table-layout: fixed; }
    .form-container.iframe form.form-name-email .form-item {
      float: left;
      width: 25%;
      padding: 5px 0; }
      .form-container.iframe form.form-name-email .form-item:last-of-type {
        padding-left: 40px; }
      .form-container.iframe form.form-name-email .form-item button {
        padding: .7em 3em; } }

@media screen and (min-width: 400px) {
  .form-container .title, .form-container .sub-title {
    text-align: center; }
    .form-container .title h2, .form-container .sub-title h2 {
      text-align: center; } }
@media screen and (min-width: 860px) {
  .form-container .title, .form-container .sub-title {
    text-align: center; }
    .form-container .title h2, .form-container .sub-title h2 {
      text-align: center; } }
@media screen and (min-width: 1100px) {
  .form-container .title, .form-container .sub-title {
    text-align: left; }
    .form-container .title h2, .form-container .sub-title h2 {
      text-align: left; } }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/**
 * @section components
 * @subsection sticky_nav
 * @rendered {html} - <p>The program page is a long scrolling page made up of many sections. To quickly access each section, a navigation bar that contains anchor links to each section is persistent at the top of the page. When the user clicks an anchor link, or scrolls down to a section, the section name in the navigation changes color (based on the degree type) and a 4px rule matching that color appears above the text.</p><img src="../../.styleguide/css/images/14_AnchorBar.jpg" />
 * @file {psd} 14_AnchorBar.psd https://www.dropbox.com/home/Northeastern/0005_front_end_web_style_guide/Design/psd%20downloads?preview=14_AnchorBar.psd
 */
/**
 * @section components
 * @subsection sticky_nav
 * @rendered {html} -  <p>At narrower widths, the sticky navigation is no longer present. Instead, each section of the page uses the accordion functionality outlined elsewhere in this guide.</p><img src="../../.styleguide/css/images/14_AnchorBar_Mobile.jpg" />
 */
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/**
 * @section styles
 * @subsection links
 * @description - Standard links are used throughout the site and should be used when a link appears in-line amongst additional non-clickable text.
 * When hovered over, an underline appears and they turn dark red. All links are font-family “Open Sans”, regular weight is 300, bold is 600.
 * @rendered {html} - <a class="" href="#">Standard Link</a><br><a class="" href="#"><strong>Standard Link Bold</strong></a><br><a><strong>Bold standard link with an arrow</strong><i class="icon icon-nav icon-nav-arrow-right red"></i></a>
 */
/**
 * @section styles
 * @subsection links
 * @description - Primary links are used throughout the site and should be used when a button would be too visually disruptive but a standard link would be
 * too passive. The arrow adds just enough visual weight to indicate an action without immediately drawing the users eye from other content. Primary links
 * are black (#333333) with a red arrow. When hovered over, a black underline appears and the arrow turns dark red.
 * @rendered {html} - <a class="link-primary">Primary Link<i class="icon icon-nav icon-nav-arrow-right"></i></a><br>
 */
a, .footer-site-map a, .event-teasers .event-teaser:hover a {
  color: #d41b2c;
  text-decoration: none;
  transition: color .2s ease, text-decoration .2s ease; }
  a:visited, .event-teasers .event-teaser:hover a:visited {
    color: #d41b2c; }
  a:hover, .event-teasers .event-teaser:hover a, a:focus, .event-teasers .event-teaser:hover a:focus, a:active, .event-teasers .event-teaser:hover a:active {
    color: #873138;
    text-decoration: underline; }
  a:focus, .event-teasers .event-teaser:hover a:focus {
    outline: thin dotted; }
  a:hover, .event-teasers .event-teaser:hover a, a:active, .event-teasers .event-teaser:hover a:active {
    outline: 0; }
  a.link-primary, .event-teasers .event-teaser:hover a.link-primary {
    color: #333333;
    font-weight: 600; }
    a.link-primary i, .event-teasers .event-teaser:hover a.link-primary i {
      color: #d41b2c;
      padding-left: 4px;
      font-size: 12px; }
    a.link-primary:visited, .event-teasers .event-teaser:hover a.link-primary:visited {
      color: #333333; }
    a.link-primary:hover, .event-teasers .event-teaser:hover a.link-primary, a.link-primary:focus, .event-teasers .event-teaser:hover a.link-primary:focus, a.link-primary:active, .event-teasers .event-teaser:hover a.link-primary:active {
      text-decoration: underline; }
      a.link-primary:hover i, .event-teasers .event-teaser:hover a.link-primary i, a.link-primary:focus i, .event-teasers .event-teaser:hover a.link-primary:focus i, a.link-primary:active i, .event-teasers .event-teaser:hover a.link-primary:active i {
        text-decoration: none;
        color: #873138; }
    a.link-primary:focus, .event-teasers .event-teaser:hover a.link-primary:focus {
      outline: thin dotted; }
    a.link-primary:hover, .event-teasers .event-teaser:hover a.link-primary, a.link-primary:active, .event-teasers .event-teaser:hover a.link-primary:active {
      outline: 0; }

a.red, .footer-site-map a, .footer-site-map .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .footer-site-map a, .event-teasers .event-teaser:hover a.red {
  color: #d41b2c; }
  a.red:visited, .footer-site-map a:visited, .footer-site-map .event-teasers .event-teaser:hover a:visited, .event-teasers .event-teaser:hover .footer-site-map a:visited, .event-teasers .event-teaser:hover a.red:visited {
    color: #d41b2c; }
  a.red:hover, .footer-site-map a:hover, .footer-site-map .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .footer-site-map a, .event-teasers .event-teaser:hover a.red, a.red:focus, .footer-site-map a:focus, .footer-site-map .event-teasers .event-teaser:hover a:focus, .event-teasers .event-teaser:hover .footer-site-map a:focus, .event-teasers .event-teaser:hover a.red:focus, a.red:active, .footer-site-map a:active, .footer-site-map .event-teasers .event-teaser:hover a:active, .event-teasers .event-teaser:hover .footer-site-map a:active, .event-teasers .event-teaser:hover a.red:active {
    color: #d41b2c; }
  a.red:focus, .footer-site-map a:focus, .footer-site-map .event-teasers .event-teaser:hover a:focus, .event-teasers .event-teaser:hover .footer-site-map a:focus, .event-teasers .event-teaser:hover a.red:focus {
    outline: thin dotted; }
  a.red:hover, .footer-site-map a:hover, .footer-site-map .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .footer-site-map a, .event-teasers .event-teaser:hover a.red, a.red:active, .footer-site-map a:active, .footer-site-map .event-teasers .event-teaser:hover a:active, .event-teasers .event-teaser:hover .footer-site-map a:active, .event-teasers .event-teaser:hover a.red:active {
    outline: 0; }

a > i, .footer-site-map a > i, .event-teasers .event-teaser:hover a > i {
  display: inline-block; }

.red, .footer-site-map a, .footer-site-map .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .footer-site-map a {
  color: #d41b2c; }

#nu-global-header-menu div a {
  text-decoration: none; }
#nu-global-header-menu div a:hover, #nu-global-header-menu div .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover #nu-global-header-menu div a {
  text-decoration: none; }

.social-links {
  content: "";
  display: table;
  table-layout: fixed; }
  .social-links .social-link {
    float: left;
    padding-right: 4px;
    position: relative; }
    .social-links .social-link .icon {
      font-size: 34px; }
      .social-links .social-link .icon .path2:before,
      .social-links .social-link .icon .path3:before,
      .social-links .social-link .icon .path4:before,
      .social-links .social-link .icon .path5:before {
        position: absolute;
        left: 0;
        top: 0;
        margin-left: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
nav ul,
.nav ul {
  margin: 0;
  -webkit-padding-start: 0;
  -webkit-margin-before: 0;
  list-style: none; }
  nav ul li,
  .nav ul li {
    margin: 0; }
nav a, nav .footer-site-map a, .footer-site-map nav a, nav .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover nav a,
.nav a,
.nav .event-teasers .event-teaser:hover a,
.event-teasers .event-teaser:hover .nav a {
  text-decoration: none; }
nav :hover > a, nav .footer-site-map :hover > a, nav .event-teasers .event-teaser:hover .footer-site-map a > a, .event-teasers .event-teaser:hover nav .footer-site-map a > a, nav .event-teasers .event-teaser:hover :hover > a, .event-teasers .event-teaser:hover nav :hover > a, nav .event-teasers .event-teaser:hover a > a, .event-teasers .event-teaser:hover nav a > a,
nav .focus > a,
nav .footer-site-map .focus > a,
nav .event-teasers .event-teaser:hover .focus > a,
.event-teasers .event-teaser:hover nav .focus > a,
.nav :hover > a,
.nav .footer-site-map :hover > a,
.nav .event-teasers .event-teaser:hover .footer-site-map a > a,
.event-teasers .event-teaser:hover .nav .footer-site-map a > a,
.nav .event-teasers .event-teaser:hover :hover > a,
.event-teasers .event-teaser:hover .nav :hover > a,
.nav .event-teasers .event-teaser:hover a > a,
.event-teasers .event-teaser:hover .nav a > a,
.nav .focus > a,
.nav .footer-site-map .focus > a,
.nav .event-teasers .event-teaser:hover .focus > a,
.event-teasers .event-teaser:hover .nav .focus > a {
  text-decoration: underline; }
nav.inline ul li,
.nav.inline ul li {
  display: inline-block; }
nav.float,
.nav.float {
  content: "";
  display: table;
  table-layout: fixed; }
  nav.float ul li,
  .nav.float ul li {
    float: left; }
nav .menu-item.btn,
.nav .menu-item.btn {
  line-height: 1.55556em; }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a, .main-navigation ul ul .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a, .main-navigation .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.accordion-label:not(.no-border) {
  border-top: 1px solid #ebebeb; }
.accordion-label:after {
  visibility: hidden; }

@media all and (max-width: 759px) {
  .accordion-label:not(.accordion-wide):hover, .event-teasers .event-teaser:hover a.accordion-label:not(.accordion-wide) {
    cursor: pointer; }

  .accordion-label {
    padding: 16px 20px;
    position: relative;
    display: block;
    text-transform: uppercase;
    line-height: 18px; }
    .accordion-label:after {
      visibility: visible;
      color: #d41b2c;
      font-family: 'nav-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 22px;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e905';
      position: absolute;
      right: 20px; }
    .accordion-label.open:after {
      content: '\e904'; }

  .accordion-item {
    transition: all 0.4s ease-in-out;
    overflow: hidden; }
    .accordion-item .section-content-wrapper {
      padding-top: 0; }
    .accordion-item:not(.open) {
      max-height: 0;
      opacity: 0;
      padding: 0px 20px; }
    .accordion-item.open {
      max-height: 10000px;
      padding: 6px 20px; }
    .accordion-item.no-padding {
      padding: 0; } }
.facets .accordion-wide.accordion-label:hover, .facets .event-teasers .event-teaser:hover a.accordion-wide.accordion-label, .event-teasers .event-teaser:hover .facets a.accordion-wide.accordion-label {
  cursor: pointer; }
.facets .accordion-wide.accordion-label {
  padding: 16px 20px;
  position: relative;
  display: block;
  text-transform: uppercase;
  line-height: 18px; }
  .facets .accordion-wide.accordion-label:after {
    visibility: visible;
    color: #d41b2c;
    font-family: 'nav-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 22px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e905';
    position: absolute;
    right: 20px; }
  .facets .accordion-wide.accordion-label.open:after {
    content: '\e904'; }
.facets .accordion-wide.accordion-item {
  transition: all 0.4s ease-in-out;
  overflow: hidden; }
  .facets .accordion-wide.accordion-item .section-content-wrapper {
    padding-top: 0; }
  .facets .accordion-wide.accordion-item:not(.open) {
    max-height: 0;
    opacity: 0;
    padding: 0px 20px; }
  .facets .accordion-wide.accordion-item.open {
    max-height: 10000px;
    padding: 6px 20px; }
  .facets .accordion-wide.accordion-item.no-padding {
    padding: 0; }

@media only screen and (min-width: 760px) and (max-width: 991px) {
  .facets.accordion-item:not(.open) {
    display: none; } }
@media only screen and (min-width: 910px) and (max-width: 991px) {
  .facets-small[data-eq-state$='large'],
  .facets-small[data-eq-state$='md-lg'] {
    visibility: visible !important;
    background-color: #000000;
    height: 56px !important; }

  .facets-small[data-eq-state$='large'] *,
  .facets-small[data-eq-state$='md-lg'] * {
    visibility: unset !important;
    height: unset !important; } }
.collapsible-label {
  padding: 0 30px 0;
  position: relative;
  display: block;
  color: #333333; }
  .collapsible-label:before {
    font-family: 'nav-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    visibility: visible;
    color: #d41b2c;
    transition: all .4s ease-in-out;
    position: absolute;
    left: 0;
    content: '\e905'; }
  .collapsible-label.open:before {
    content: '\e904'; }

.collapsible-item {
  transition: all .4s ease-in-out;
  overflow: hidden; }
  .collapsible-item:not(.open) {
    max-height: 0;
    opacity: 0;
    padding: 0px 20px;
    margin-top: 0; }
  .collapsible-item.open {
    max-height: 10000px;
    padding: 6px 20px; }

.mega-menu {
  transition: transform 0.3s ease, max-height 0.3s ease;
  transform: translateX(100%);
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  height: calc(100% - 64px);
  margin: auto;
  top: 160px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f7f7f7;
  border-bottom: 4px solid #e9e9e9;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .mega-menu.active {
    display: block;
    transform: translateX(0); }
  .mega-menu .mega-menu-wrapper {
    height: calc(100% + 1px); }
  .mega-menu .section-label {
    padding: 16px 20px;
    position: relative;
    display: block;
    text-transform: uppercase;
    border-top: 1px solid #ebebeb;
    font-size: 18px;
    line-height: 18px; }
  .mega-menu .group-label {
    background-color: #e9e9e9;
    font-size: 0.77778em;
    line-height: 1.16667em;
    font-weight: 600;
    padding: 6px 20px;
    border-top: 1px solid #ebebeb; }
  .mega-menu .nav-link-wrapper {
    border-top: 1px solid #ebebeb; }
    .mega-menu .nav-link-wrapper a, .mega-menu .nav-link-wrapper .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .mega-menu .nav-link-wrapper a {
      display: block;
      padding: 16px 20px; }
  .mega-menu .promo-block {
    display: none; }
  @media all and (min-width: 1100px) {
    .mega-menu {
      display: block;
      transform: translateX(0);
      position: relative;
      top: 0;
      overflow: visible; }
      .mega-menu .mega-menu-wrapper {
        margin: 0 auto;
        content: "";
        display: table;
        table-layout: fixed;
        background: #f7f7f7; }
      .mega-menu .menu-section {
        float: left;
        padding: 0;
        content: "";
        display: table;
        table-layout: fixed; }
        .mega-menu .menu-section .section-label {
          padding: 30px 35px 20px 33px;
          font-weight: 400;
          font-size: 0.84em;
          text-transform: uppercase;
          color: #333333;
          border-top: none;
          cursor: pointer; }
          .mega-menu .menu-section .section-label.open, .mega-menu .menu-section .section-label:hover, .mega-menu .menu-section .event-teasers .event-teaser:hover a.section-label, .event-teasers .event-teaser:hover .mega-menu .menu-section a.section-label {
            color: #d41b2c; }
        .mega-menu .menu-section .section-label-border {
          display: block;
          height: 4px;
          position: relative; }
          .mega-menu .menu-section .section-label-border:after {
            content: '';
            background-color: #d41b2c;
            max-height: 0;
            height: 100%;
            transition: max-height 0.14s ease;
            position: absolute;
            top: 0;
            left: 26px;
            width: calc(100% - 52px);
            transform: translateY(4px); }
      .mega-menu .section-content {
        max-height: 0;
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -4px;
        transform: translateY(100%);
        background-color: white;
        z-index: 1000;
        box-shadow: 0px 2px 2px 0px #d5d5d5; }
      .mega-menu .menu-section.active .section-content {
        transition: max-height 0.2s ease;
        min-height: 340px;
        max-height: 1000px; }
      .mega-menu .menu-section.active .section-label-border:after {
        max-height: 4px; }
      .mega-menu .group-label {
        background-color: transparent;
        padding: 10px 0;
        margin: 0 20px;
        border-top: none;
        font-size: 18px;
        line-height: 18px; }
      .mega-menu .nav-link-wrapper {
        display: block;
        margin: 0 20px;
        border-top: none; }
        .mega-menu .nav-link-wrapper a, .mega-menu .nav-link-wrapper .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .mega-menu .nav-link-wrapper a {
          display: block;
          padding: 0;
          margin: 4px 0 20px;
          font-weight: 500;
          font-size: 0.9em;
          line-height: 1.3em; }
      .mega-menu .promo-block {
        display: block;
        color: #333333;
        padding-top: 10px; }
        .mega-menu .promo-block .title {
          font-size: 18px;
          line-height: 18px;
          font-weight: 600;
          padding-top: 20px;
          max-width: 266px; }
        .mega-menu .promo-block .description {
          font-size: 14px;
          line-height: 21px;
          text-decoration: none;
          max-width: 266px; }
      .mega-menu .group {
        width: 25%;
        float: left;
        padding: 32px 0; }
        .mega-menu .group.span-2 {
          width: 50%; }
          .mega-menu .group.span-2 .group-content {
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
            -webkit-column-gap: 0;
            -moz-column-gap: 0;
            column-gap: 0; }
        .mega-menu .group.span-3 {
          width: 75%; }
          .mega-menu .group.span-3 .group-content {
            -webkit-column-count: 3;
            -moz-column-count: 3;
            column-count: 3;
            -webkit-column-gap: 0;
            -moz-column-gap: 0;
            column-gap: 0; }
        .mega-menu .group.span-4 {
          width: 100%; }
          .mega-menu .group.span-4 .group-content {
            -webkit-column-count: 4;
            -moz-column-count: 4;
            column-count: 4;
            -webkit-column-gap: 0;
            -moz-column-gap: 0;
            column-gap: 0; }
      .mega-menu .group-content {
        padding-bottom: 40px; }
      .mega-menu .group-content .nav-link-wrapper:last-of-type {
        border-bottom: none; } }

/*--------------------------------------------------------------
## Facets
--------------------------------------------------------------*/
.icon-nav-descend-list > span {
  display: none; }

.nav-facets.modal {
  display: block; }

.facets-large-container, .facets-small-container {
  z-index: 2; }

.facets .table {
  display: table;
  width: 100%;
  height: 56px;
  margin-bottom: 0;
  color: white;
  user-select: none;
  -webkit-user-select: none; }
.facets .row {
  display: table-row;
  background-color: #000;
  color: white; }
.facets .table-cell {
  vertical-align: middle;
  border-right: 1px solid #464545;
  background-color: #000; }
.facets .cell-toggle-icon {
  width: 14px;
  height: 18px;
  fill: white;
  margin: 10px 0 10px 15px;
  vertical-align: middle;
  display: inline-block;
  font-size: 0.8em;
  color: #d64949; }
  .facets .cell-toggle-icon .icon {
    position: absolute; }
.facets .cell-results {
  width: 60px;
  text-align: center;
  background-color: #333;
  line-height: 18px;
  border-right: 2px solid #e9e9e9; }
.facets .navigation-item:not(:last-of-type) {
  border-right: 1px solid #464545; }
.facets .navigation-item {
  cursor: pointer;
  line-height: 56px;
  width: 25%;
  float: left; }
  .facets .navigation-item .navigation-label {
    line-height: 24px; }
  .facets .navigation-item:hover .navigation-label, .facets .event-teasers .event-teaser:hover a.navigation-item .navigation-label, .event-teasers .event-teaser:hover .facets a.navigation-item .navigation-label {
    text-decoration: underline; }
  .facets .navigation-item.active {
    color: #000;
    background-color: white; }
    .facets .navigation-item.active .cell-icon {
      fill: #333333; }
.facets .cell-clear {
  width: 120px; }
.facets .cell-clear {
  text-align: right;
  padding: 0 16px;
  background-color: #333; }
  .facets .cell-clear button {
    padding-top: 2px; }
  .facets .cell-clear span {
    vertical-align: top;
    line-height: 18px; }
  .facets .cell-clear .clear-text {
    font-size: 14px; }
  .facets .cell-clear:hover .clear-text, .facets .event-teasers .event-teaser:hover a.cell-clear .clear-text, .event-teasers .event-teaser:hover .facets a.cell-clear .clear-text {
    text-decoration: underline; }
.facets .cell-narrow {
  padding: 10px 20px;
  border-right: none; }
.facets .cell-apply {
  background: #f1f1f1;
  text-align: center;
  border-right: none; }
  .facets .cell-apply.active {
    background: #d41b2c;
    color: white; }
  .facets .cell-apply:not(.active) {
    color: #9e9e9e; }
.facets .cell-narrow-icon, .facets .cell-close-icon {
  text-align: center;
  width: 60px; }
  .facets .cell-narrow-icon:before, .facets .cell-close-icon:before {
    font-size: 24px;
    line-height: 40px;
    color: #e9e9e9; }

.facets-large {
  background-color: white;
  box-shadow: 0 2px 2px 0 #d5d5d5;
  z-index: 2; }
  .facets-large .sub-menu-container {
    max-height: 0;
    opacity: 0;
    transition: all 0.5s ease;
    overflow: hidden; }
    .facets-large .sub-menu-container.active {
      opacity: 1;
      max-height: 1000px; }
  .facets-large .sub-menu {
    width: 100%;
    padding: 30px 20px 30px 30px;
    box-shadow: 0px 2px 2px 0px #d5d5d5; }
    .facets-large .sub-menu h4 {
      padding: 10px; }
    .facets-large .sub-menu.study-options h4 {
      padding-bottom: 30px; }
    .facets-large .sub-menu button {
      margin: 0 10px; }
      .facets-large .sub-menu button .button-label {
        padding-left: 35px;
        margin-bottom: 0;
        position: absolute; }
    .facets-large .sub-menu .table {
      width: initial; }
    .facets-large .sub-menu .row {
      background-color: transparent;
      color: #333333; }
    .facets-large .sub-menu .table-cell {
      vertical-align: top;
      border: none; }
  .facets-large .facet-options-wrapper {
    padding: 20px 0; }
  .facets-large .facet-options {
    padding: 20px;
    background-color: transparent; }
    .facets-large .facet-options:first-of-type {
      padding: 20px 20px 20px 0; }
    .facets-large .facet-options:not(:first-of-type) {
      border-left: 1px solid #e9e9e9; }
    .facets-large .facet-options.facet-study-options-group {
      padding: 0 16px 0 20px; }
      .facets-large .facet-options.facet-study-options-group:first-of-type {
        padding: 0; }
    .facets-large .facet-options.columns-3 {
      padding: 10px 20px 20px 0; }
      .facets-large .facet-options.columns-3 button {
        margin: 0;
        padding: 10px;
        width: 33%;
        text-align: left; }
    .facets-large .facet-options.facet-commitment button, .facets-large .facet-options.facet-study-options button {
      display: block;
      padding-bottom: 10px; }
    .facets-large .facet-options.facet-align-program, .facets-large .facet-options.facet-plus-one {
      max-width: 250px; }
      .facets-large .facet-options.facet-align-program p, .facets-large .facet-options.facet-plus-one p {
        padding: 0 10px 0 44px; }
      .facets-large .facet-options.facet-align-program a, .facets-large .facet-options.facet-plus-one a {
        padding: 20px 44px; }

.facets-small {
  z-index: 3; }
  .facets-small .nav-facets .table {
    height: 76px;
    padding: 10px 0 10px 20px;
    background-color: white;
    margin-top: 45px; }
  .facets-small .nav-facets .cell-close-icon {
    background-color: transparent;
    color: #d41b2c;
    border-right: none;
    font-size: 30px;
    line-height: 30px; }
  .facets-small .nav-active-facets {
    background: #d5d5d5; }
  .facets-small .active-facets-container.active {
    padding: 5px 0 10px 0; }
  .facets-small button.checkbox {
    display: block;
    padding: 5px 0 10px 0; }
  .facets-small button.active-term {
    margin: 5px 5px 0 0;
    height: auto; }
  .facets-small button.clear:before {
    display: none; }
  .facets-small .grey {
    color: #9e9e9e; }
  .facets-small .accordion-item .open {
    padding: 6px 20px; }

.facets-large {
  visibility: hidden;
  height: 0; }
  .facets-large .tab-label {
    vertical-align: middle;
    line-height: 18px;
    width: calc(100% - 40px);
    padding-bottom: 6px; }
  .facets-large .navigation-label.shifted {
    line-height: 14px;
    padding: 0; }
  .facets-large .additional-items {
    display: inline-block;
    line-height: 9px; }
    .facets-large .additional-items.narrow {
      max-width: 60%; }
  .facets-large[data-eq-state$="md-lg"], .facets-large[data-eq-state$="large"] {
    visibility: visible;
    width: auto;
    height: auto; }
  .facets-large[data-eq-state$="md-lg"] .tab-label-large {
    display: none; }
  .facets-large[data-eq-state$="md-lg"] .tab-label-med {
    display: inline-block; }
  .facets-large[data-eq-state$="large"] .facet-options.facet-align-program, .facets-large[data-eq-state$="large"] .facet-options.facet-plus-one {
    max-width: 350px; }
  .facets-large[data-eq-state$="large"] .tab-label-large {
    display: inline-block; }
  .facets-large[data-eq-state$="large"] .tab-label-med {
    display: none; }

.facets-small[data-eq-state$="md-lg"], .facets-small[data-eq-state$="large"] {
  visibility: hidden;
  height: 0; }
  .facets-small[data-eq-state$="md-lg"] *, .facets-small[data-eq-state$="large"] * {
    visibility: hidden;
    height: 0; }

.program-page-container-new {
  max-width: 1220px;
  margin: auto;
  padding-left: 15px; }

.nav-above-table {
  margin-bottom: 2rem; }
  .nav-above-table .cell-narrow-icon, .nav-above-table .cell-close-icon {
    background-color: #f1f1f1;
    border-right: #f1f1f1; }
  .nav-above-table .icon-nav-check:before {
    font-size: 1rem; }

.facets-above-table {
  margin-top: 2rem; }
  .facets-above-table span.icon.icon-nav-cross-small {
    margin: 0.5rem; }
  .facets-above-table button {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem; }
    .facets-above-table button .label {
      display: block;
      font-size: 14px; }
  .facets-above-table .clear-button {
    background-color: transparent;
    border: 1px solid #333;
    position: absolute; }

.cell-middle-nav {
  text-align: right;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600; }

.left-column-desktop-container {
  padding: 0px; }

.left-column-content {
  border: none;
  border-radius: unset;
  background: #f1f1f1;
  padding: 10px 15px 10px 10px !important; }

.left-column-heading {
  font-weight: 600; }

.study-options-sub-head {
  font-style: italic;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0;
  line-height: 24px; }

.facet-group .accordion-label {
  font-weight: 600;
  border: none;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  padding-bottom: 8px !important; }
.facet-group:after {
  visibility: visible; }
.facet-group button span.icon-nav-info {
  font-size: 14px;
  color: #666666; }
  .facet-group button span.icon-nav-info:hover {
    color: #d41b2c; }

.program-mobile-accordion-button {
  display: none !important; }

.promo-bottom {
  display: none; }

.clear-bottom-facets-list button {
  background: none; }

.label-beneath-facets {
  font-size: 14px;
  border: 1px solid #333;
  background: transparent;
  margin-left: 20px; }
  .label-beneath-facets .icon-nav-cross-small {
    margin-right: 5px; }

.no-results {
  margin-top: -4em; }

@media only screen and (max-width: 991px) {
  .program-page-container-new {
    padding-left: unset; }

  .clear-bottom-facets-list {
    display: none; }

  .program-mobile-accordion-button {
    display: table-cell !important; }

  .table-cell.accordion-label.accordion-wide.program-mobile-accordion-button {
    border-top: 1px solid #000000;
    vertical-align: baseline; }
    .table-cell.accordion-label.accordion-wide.program-mobile-accordion-button:after {
      color: #ffffff; }

  nav.facets.facets-small.accordion-item.accordion-wide.element-container.ng-scope.open {
    padding: unset; }

  .program-teasers.element-container .col-image .col-image, .program-teasers.element-container .col-image-wrapper .col-image {
    min-width: 50px; }

  .program-teasers td.col-2, .program-teasers td.col-3, .program-teasers td.col-4, .program-teasers td.col-favorite {
    display: none; }
  .program-teasers td.col-0 a, .program-teasers td.col-0 .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .program-teasers td.col-0 a {
    font-size: 0.9rem; }
  .program-teasers td.col-1 h5, .program-teasers td.col-1 .tiles.tiles--icons .tile-title, .tiles.tiles--icons .program-teasers td.col-1 .tile-title, .program-teasers td.col-1 .bullet-blocks .bullet-item .bullet-item-value, .bullet-blocks .bullet-item .program-teasers td.col-1 .bullet-item-value,
  .program-teasers td.col-1 .bullet-blocks .bullet-item .bullet-item-value *,
  .bullet-blocks .bullet-item .bullet-item-value .program-teasers td.col-1 * {
    font-size: 0.9rem; }

  .nav-above-table .table-cell.cell-narrow {
    background: none;
    color: #333333;
    display: block;
    margin-top: 1rem; }
  .nav-above-table .table-cell.cell-narrow.cell-middle-nav {
    display: none; }
  .nav-above-table .table-cell.cell-narrow-icon.icon.icon-nav-check {
    display: none; }

  .promo-bottom {
    display: block;
    margin-top: -4.5rem; }

  .promo-left {
    display: none; } }
/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 0;
  margin: 20px 0; }
  .breadcrumbs a, .breadcrumbs .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .breadcrumbs a {
    padding-left: 20px;
    font-size: 0.77778em;
    font-weight: 400; }
    .breadcrumbs a > *, .breadcrumbs .footer-site-map a > *, .breadcrumbs .event-teasers .event-teaser:hover a > *, .event-teasers .event-teaser:hover .breadcrumbs a > * {
      vertical-align: middle; }
    .breadcrumbs a i, .breadcrumbs .event-teasers .event-teaser:hover a i, .event-teasers .event-teaser:hover .breadcrumbs a i {
      margin-right: 5px;
      font-size: 0.66667em;
      line-height: 25px; }
      .breadcrumbs a i:before, .breadcrumbs .event-teasers .event-teaser:hover a i:before, .event-teasers .event-teaser:hover .breadcrumbs a i:before {
        visibility: visible;
        color: #d41b2c; }
    .breadcrumbs a:visited, .breadcrumbs .event-teasers .event-teaser:hover a:visited, .event-teasers .event-teaser:hover .breadcrumbs a:visited {
      color: #d41b2c; }
    .breadcrumbs a:hover, .breadcrumbs .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .breadcrumbs a, .breadcrumbs a:focus, .breadcrumbs .event-teasers .event-teaser:hover a:focus, .event-teasers .event-teaser:hover .breadcrumbs a:focus, .breadcrumbs a:active, .breadcrumbs .event-teasers .event-teaser:hover a:active, .event-teasers .event-teaser:hover .breadcrumbs a:active {
      color: #873138; }
  .breadcrumbs .content-container {
    padding: 0; }
  @media all and (min-width: 760px) {
    .breadcrumbs {
      margin: 30px 0; } }
  @media all and (min-width: 1100px) {
    .breadcrumbs a, .breadcrumbs .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .breadcrumbs a {
      padding-left: 20px; } }

.page-template-page_program-compare .breadcrumbs a, .page-template-page_program-compare .breadcrumbs .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .page-template-page_program-compare .breadcrumbs a {
  padding-left: 0px; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 15.75px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.post-type-archive-tribe_events #content {
  background: white; }

.tribe-events-schedule {
  margin: 0 0 1.5em; }
  .tribe-events-schedule.event-heading-size-3 .event-heading-left {
    width: 40%; }
  .tribe-events-schedule.event-heading-size-3 .event-heading-right {
    width: 60%; }

.event-heading {
  display: flex; }
  .event-heading .tribe-events-gmap {
    display: none; }

.event-heading-left {
  width: 30%;
  background-color: #333333;
  padding: 10px;
  align-items: center; }
  @media (min-width: 992px) {
    .event-heading-left {
      display: flex; } }
  .event-heading-left > div {
    flex: 1 0 0px; }

.event-heading-right {
  width: 70%; }
  .event-heading-right .event-venue {
    padding: 0 15px; }
    .event-heading-right .event-venue .event-venue-name {
      font-size: 20px;
      font-weight: 700; }
  .event-heading-right .bullet-blocks {
    margin-top: 0;
    margin-left: 0;
    content: "";
    display: table;
    table-layout: fixed; }
    .event-heading-right .bullet-blocks .bullet-item {
      padding: 10px;
      font-size: 14px; }
      @media (min-width: 768px) {
        .event-heading-right .bullet-blocks .bullet-item {
          padding: 15px 10px;
          font-size: 1em; } }
  .event-heading-right .areas-separator:last-child {
    display: none; }

.date-short, .time-short, .recurring-and-cost > div {
  text-align: center;
  color: white; }
  .date-short .month, .time-short .month, .recurring-and-cost > div .month {
    text-transform: uppercase;
    font-size: 18px; }
  .date-short .day, .time-short .day, .recurring-and-cost > div .day {
    font-size: 42px;
    font-weight: 700; }

.time-short, .recurring-and-cost {
  border-top: 2px solid white;
  padding: 8px 0 8px 0; }
  @media (min-width: 992px) {
    .time-short, .recurring-and-cost {
      padding: 0 0 0 0;
      border-left: 2px solid white;
      border-top: none; } }

.recurring-and-cost .event-recurring {
  margin-top: 8px; }
.recurring-and-cost .recurring-link {
  display: block;
  font-size: .8em; }

/* TODO generate full styles rather than overriding events calendar theme */
.single-tribe_events {
  /* ugliness ensues */ }
  .single-tribe_events #tribe-events-pg-template {
    max-width: initial; }
    .single-tribe_events #tribe-events-pg-template .post-type-tribe_events a {
      color: #d41b2c; }
    .single-tribe_events #tribe-events-pg-template .sidebar-registration a {
      color: #fff; }
    .single-tribe_events #tribe-events-pg-template .tribe-country-name::before {
      content: "\a";
      white-space: pre; }
  .single-tribe_events .tribe-events-event-image {
    margin: 0 10px 10px 0;
    padding-bottom: 1em; }
    @media (min-width: 768px) {
      .single-tribe_events .tribe-events-event-image {
        float: left;
        display: initial; } }
    .single-tribe_events .tribe-events-event-image img {
      display: block;
      margin: 0 auto; }
  .single-tribe_events .tribe-events-back a, .single-tribe_events .tribe-events-back .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .single-tribe_events .tribe-events-back a {
    padding: 12px 0;
    display: block; }
  .single-tribe_events .mobile-registration {
    display: block; }
    @media (min-width: 992px) {
      .single-tribe_events .mobile-registration {
        display: none; } }
    .single-tribe_events .mobile-registration a.btn {
      display: block;
      margin: 0 20px 0 20px; }
  .single-tribe_events .sidebar .section-aside .tribe-events-venue-map {
    width: 100%;
    float: none;
    margin: 20px 0 0 0; }
    .single-tribe_events .sidebar .section-aside .tribe-events-venue-map > div {
      max-height: 250px; }
  .single-tribe_events .sidebar .sidebar-registration {
    display: none;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .single-tribe_events .sidebar .sidebar-registration {
        display: block; } }
  .single-tribe_events .sidebar .tribe-events-meta-group-venue dl {
    margin-top: 0; }
  .single-tribe_events .sidebar .tribe-events-meta-group-venue dt {
    font-size: 16px;
    font-weight: 600; }
  .single-tribe_events .sidebar .tribe-events-meta-group-venue dd {
    font-size: 16px; }
  .single-tribe_events .sidebar .tribe-events-meta-group-venue .tribe-events-single-section-title {
    font-size: 16px;
    margin: 10px 0 5px; }
  .single-tribe_events .sidebar .tribe-events-meta-group-venue .tribe-events-address {
    margin: 0 0 0 0; }
  .single-tribe_events .sidebar .tribe-events-meta-group-venue .tribe-events-gmap {
    display: block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 8px 0; }
    .single-tribe_events .sidebar .tribe-events-meta-group-venue .tribe-events-gmap:before {
      content: "";
      background: url(images/events/event-directions-alt.png) center center no-repeat;
      background-size: 18px 18px;
      width: 18px;
      height: 18px;
      display: inline-block;
      margin: 0 5px -2px 0; }
  .single-tribe_events .sidebar .tribe-events-meta-group-venue .tribe-venue-tel:before {
    content: "";
    background: url(images/events/event-phone.png) center center no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0 5px -2px 0; }
  .single-tribe_events .sidebar .tribe-events-meta-group-venue .tribe-address {
    font-size: 16px; }
  .single-tribe_events .sidebar .tribe-events-meta-group-venue .tribe-venue {
    margin: 10px 0; }
    .single-tribe_events .sidebar .tribe-events-meta-group-venue .tribe-venue a {
      font-size: 16px;
      font-weight: 600; }
  .single-tribe_events .tribe-events-related-events-title {
    display: none; }
    @media (min-width: 768px) {
      .single-tribe_events .tribe-events-related-events-title {
        display: block; } }
  .single-tribe_events .tribe-related-events {
    display: none; }
    @media (min-width: 768px) {
      .single-tribe_events .tribe-related-events {
        display: block; } }
    .single-tribe_events .tribe-related-events li {
      display: inline-block;
      padding: 0 0 0 0; }
      .single-tribe_events .tribe-related-events li:before {
        content: "";
        display: none; }
      .single-tribe_events .tribe-related-events li .recurringinfo {
        display: none; }
      .single-tribe_events .tribe-related-events li img {
        max-width: 200px;
        display: block;
        margin: 0 auto; }
  .single-tribe_events #tribe-events-footer {
    display: none; }
    @media (min-width: 992px) {
      .single-tribe_events #tribe-events-footer {
        display: block; } }
  .single-tribe_events #tribe-events-pg-template .tribe-events-content ul, .single-tribe_events .tribe-events-after-html ul, .single-tribe_events .tribe-events-before-html ul {
    list-style-type: none;
    overflow: hidden; }
  .single-tribe_events #tribe-events-pg-template .tribe-events-content ol li, .single-tribe_events #tribe-events-pg-template .tribe-events-content ul li, .single-tribe_events .tribe-events-after-html ol li, .single-tribe_events .tribe-events-after-html ul li, .single-tribe_events .tribe-events-before-html ol li, .single-tribe_events .tribe-events-before-html ul li {
    line-height: initial;
    margin: 0 0 0 0; }
  .single-tribe_events dd {
    margin: 0 0 0 0; }

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background: #d41b2c; }
#tribe-bar-form .tribe-bar-views-list li:before {
  content: "";
  display: none; }

#tribe_events_filter_control {
  /* display: none breaks always-open functionality */
  opacity: 0; }

#tribe_events_filters_wrapper {
  margin-top: 100px !important; }
  #tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading {
    background: #f1f4f6; }
    #tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading span {
      top: -6px; }

#tribe-events-header .tribe-events-sub-nav li {
  display: block; }
  #tribe-events-header .tribe-events-sub-nav li:before {
    content: "";
    display: none; }
  #tribe-events-header .tribe-events-sub-nav li.tribe-events-nav-next a {
    display: block; }

.tribe-events-calendar thead tr th {
  background-color: #000;
  border-left: 1px solid #464545;
  border-right: 1px solid #464545; }

#tribe-events-content a {
  color: #d41b2c; }
#tribe-events-content .tribe-events-thismonth div:nth-child(1) a {
  color: #fff; }
#tribe-events-content a.tribe-events-button {
  color: #fff; }

.tribe-events-list #tribe-events-content.tribe-events-single {
  margin-bottom: 0; }
.tribe-events-list .type-tribe_events {
  padding: 1.5em 0; }
.tribe-events-list .tribe-events-loop .tribe-events-content {
  width: 100%;
  float: none;
  padding: 0 0 0 0; }
  .tribe-events-list .tribe-events-loop .tribe-events-content .tribe-events-read-more {
    display: block;
    text-align: right; }
.tribe-events-list .event-list-separator {
  width: 50%;
  height: 1px;
  background: #c2c2c2;
  margin: 0 auto;
  margin-top: 2em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a, .comment-content .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Sections
--------------------------------------------------------------*/
.stick-nav {
  z-index: 10; }
  .stick-nav .section-navbar {
    background-image: none; }
  .stick-nav[data-eq-state$="medium"], .stick-nav[data-eq-state$="large"] {
    background-color: #f7f7f7;
    background-image: none; }

.section-hero-request-info-mobile {
  padding: 20px 20px;
  text-align: center;
  margin: 0 auto;
  background-color: #f7f7f7;
  display: flex; }
  .section-hero-request-info-mobile .btn {
    margin: 0 auto; }
  .section-hero-request-info-mobile a, .section-hero-request-info-mobile .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .section-hero-request-info-mobile a {
    color: black;
    font-weight: 700;
    flex: 1 auto; }
  @media all and (min-width: 760px) {
    .section-hero-request-info-mobile {
      display: none; } }

.section-navbar {
  width: 100%; }
  .section-navbar .table-responsive {
    display: none;
    width: 100%; }
  .section-navbar > * a, .section-navbar > * .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .section-navbar > * a {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    color: #d5d5d5; }
  .section-navbar a, .section-navbar .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .section-navbar a,
  .section-navbar a:hover,
  .section-navbar .event-teasers .event-teaser:hover a,
  .event-teasers .event-teaser:hover .section-navbar a,
  .section-navbar a:visited,
  .section-navbar .event-teasers .event-teaser:hover a:visited,
  .event-teasers .event-teaser:hover .section-navbar a:visited,
  .section-navbar a:active,
  .section-navbar .event-teasers .event-teaser:hover a:active,
  .event-teasers .event-teaser:hover .section-navbar a:active {
    color: #d5d5d5; }
  .section-navbar a:focus, .section-navbar .event-teasers .event-teaser:hover a:focus, .event-teasers .event-teaser:hover .section-navbar a:focus {
    outline: none; }
  .section-navbar .button-primary,
  .section-navbar .button-primary:hover,
  .section-navbar .event-teasers .event-teaser:hover a.button-primary,
  .event-teasers .event-teaser:hover .section-navbar a.button-primary {
    background-color: #d41b2c; }
  .section-navbar .black-button {
    background-color: #333333; }
  .section-navbar .button-primary a, .section-navbar .button-primary .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .section-navbar .button-primary a,
  .section-navbar .black-button a,
  .section-navbar .black-button .event-teasers .event-teaser:hover a,
  .event-teasers .event-teaser:hover .section-navbar .black-button a {
    font-size: 18px;
    color: white; }
  .section-navbar .button-primary:hover, .section-navbar .event-teasers .event-teaser:hover a.button-primary, .event-teasers .event-teaser:hover .section-navbar a.button-primary,
  .section-navbar .black-button:hover,
  .section-navbar .event-teasers .event-teaser:hover a.black-button,
  .event-teasers .event-teaser:hover .section-navbar a.black-button {
    color: white; }
  .section-navbar .left,
  .section-navbar .right {
    background-color: #333333;
    margin: 20px; }
  .section-navbar .left {
    text-align: left;
    text-transform: uppercase; }
  .section-navbar .right {
    text-align: center;
    background-color: transparent; }
  .section-navbar ul {
    -webkit-padding-start: 24px;
    padding-start: 24px;
    margin: 0; }
    .section-navbar ul li {
      padding: 0; }
  .section-navbar .menu-item {
    display: none;
    transition: all 0.2s ease; }
    .section-navbar .menu-item a, .section-navbar .menu-item .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .section-navbar .menu-item a {
      transition: all 0.2s ease; }
  .section-navbar .primary-item:after {
    content: '';
    background-color: transparent;
    max-height: 0;
    height: 100%;
    transition: all 0.14s ease;
    position: absolute;
    top: 0;
    left: 7px;
    width: calc(100% - 14px); }
  .section-navbar .menu-item.btn.button-primary {
    display: block;
    line-height: 1.55556em; }
  .section-navbar .primary-item.active:after {
    max-height: 4px; }
  .program.certificate .section-navbar .primary-item.active:after {
    background-color: #e370a3; }
  .program.certificate .section-navbar .primary-item.active a {
    color: #e370a3; }
  .program.masters .section-navbar .primary-item.active:after {
    background-color: #74b2eb; }
  .program.masters .section-navbar .primary-item.active a {
    color: #74b2eb; }
  .program.doctorate .section-navbar .primary-item.active:after {
    background-color: #badb00; }
  .program.doctorate .section-navbar .primary-item.active a {
    color: #badb00; }
  .section-navbar .menu-item:hover a, .section-navbar .event-teasers .event-teaser:hover a.menu-item a, .event-teasers .event-teaser:hover .section-navbar a.menu-item a {
    color: white; }
  .section-navbar[data-eq-state$="medium"] .table-responsive, .section-navbar[data-eq-state$="middle"] .table-responsive, .section-navbar[data-eq-state$="large"] .table-responsive {
    display: table; }
  .section-navbar[data-eq-state$="medium"] .black-button, .section-navbar[data-eq-state$="middle"] .black-button, .section-navbar[data-eq-state$="large"] .black-button {
    margin-right: -4px;
    background-color: black;
    border-left: 1px solid #6a6a6a; }
    .section-navbar[data-eq-state$="medium"] .black-button .icon-nav-arrow-right, .section-navbar[data-eq-state$="middle"] .black-button .icon-nav-arrow-right, .section-navbar[data-eq-state$="large"] .black-button .icon-nav-arrow-right {
      font-size: 12px;
      padding-left: 5px; }
    .section-navbar[data-eq-state$="medium"] .black-button a, .section-navbar[data-eq-state$="middle"] .black-button a, .section-navbar[data-eq-state$="large"] .black-button a {
      color: white;
      font-weight: 300; }
  .section-navbar[data-eq-state$="medium"] .button-primary.btn, .section-navbar[data-eq-state$="middle"] .button-primary.btn, .section-navbar[data-eq-state$="large"] .button-primary.btn {
    padding: 0;
    border-radius: 0;
    width: inherit; }
  .section-navbar[data-eq-state$="medium"] .menu-item, .section-navbar[data-eq-state$="middle"] .menu-item, .section-navbar[data-eq-state$="large"] .menu-item {
    display: inline-block; }
    .section-navbar[data-eq-state$="medium"] .menu-item a, .section-navbar[data-eq-state$="middle"] .menu-item a, .section-navbar[data-eq-state$="large"] .menu-item a {
      font-weight: 400;
      padding: 10px 18px; }
  .section-navbar[data-eq-state$="medium"] .menu-item.btn.button-primary, .section-navbar[data-eq-state$="middle"] .menu-item.btn.button-primary, .section-navbar[data-eq-state$="large"] .menu-item.btn.button-primary {
    display: inline-block; }
  .section-navbar[data-eq-state$="medium"] .left .menu-item:nth-child(1), .section-navbar[data-eq-state$="middle"] .left .menu-item:nth-child(1), .section-navbar[data-eq-state$="large"] .left .menu-item:nth-child(1) {
    margin-left: 6px; }
  .section-navbar[data-eq-state$="medium"] .right, .section-navbar[data-eq-state$="middle"] .right, .section-navbar[data-eq-state$="large"] .right {
    text-align: right;
    background-color: #333333;
    color: white; }
  .section-navbar[data-eq-state$="medium"] .menu-item {
    display: inline-block; }
    .section-navbar[data-eq-state$="medium"] .menu-item a {
      font-size: 13px; }
  .section-navbar[data-eq-state$="medium"] .left .menu-item a {
    padding: 10px 5px; }
  .section-navbar[data-eq-state$="middle"] .menu-item {
    display: inline-block; }
    .section-navbar[data-eq-state$="middle"] .menu-item a {
      font-size: 13px; }
  .section-navbar[data-eq-state$="middle"] .left .menu-item a {
    padding: 10px 12px; }
  .section-navbar[data-eq-state$="large"] .menu-item {
    display: inline-block; }
    .section-navbar[data-eq-state$="large"] .menu-item a {
      font-size: 15px; }
  .section-navbar[data-eq-state$="large"] .left .menu-item a {
    padding: 10px 18px; }

@media only screen and (min-width: 760px) and (max-width: 991px) {
  .right,
  .left {
    margin: 20px 0 !important; }

  .section-navbar[data-eq-state$='large'] .menu-item a,
  .section-navbar[data-eq-state$='middle'] .menu-item a,
  .section-navbar[data-eq-state$='medium'] .menu-item a {
    padding: 10px 28px; } }
.blue-banner {
  border: 1px solid #f7f7f7;
  background-color: #e9edf1;
  padding: 20px !important;
  display: block; }
  .blue-banner[data-eq-state$="medium"], .blue-banner[data-eq-state$="large"] {
    display: table;
    width: 100%; }
    .blue-banner[data-eq-state$="medium"] .blue-banner-left, .blue-banner[data-eq-state$="large"] .blue-banner-left, .blue-banner[data-eq-state$="medium"] .blue-banner-right, .blue-banner[data-eq-state$="large"] .blue-banner-right {
      display: table-cell;
      vertical-align: middle; }
    .blue-banner[data-eq-state$="medium"] .blue-banner-right, .blue-banner[data-eq-state$="large"] .blue-banner-right {
      text-align: right; }

.header {
  background-color: white; }
  .header .flex-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    height: 66px; }
    html.flexbox .header .flex-container {
      /* We first create a flex layout context */
      display: flex;
      			/* Then we define the flow direction and if we allow the items to wrap
             * Remember this is the same as:
             * flex-direction: row;
             * flex-wrap: wrap;
             */
      flex-flow: row nowrap;
      /* Then we define how elements are distributed the remaining space */
      justify-content: space-between; }
      html.flexbox .header .flex-container .menu-button {
        flex: 0 0 66px; }
      html.flexbox .header .flex-container .logo {
        flex: 1; }
      html.flexbox .header .flex-container .search-icon-container {
        flex: 0 0 66px; }
      @media all and (min-width: 1100px) {
        html.flexbox .header .flex-container .search-icon-container {
          flex: 1; } }
    html.no-flexbox .header .flex-container {
      line-height: 0; }
      html.no-flexbox .header .flex-container .menu-button {
        display: inline-block; }
      html.no-flexbox .header .flex-container .logo {
        display: inline-block;
        width: 50%;
        width: calc(100% - 160px);
        vertical-align: top; }
      html.no-flexbox .header .flex-container .search-icon-container {
        position: absolute;
        right: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .header .flex-container .logo {
      padding: 10px 0;
      margin-left: 15px; }
      .header .flex-container .logo a img {
        max-width: 225px; }
      @media all and (min-width: 1100px) {
        .header .flex-container .logo a img {
          height: 66px;
          max-width: none; } }
    .header .flex-container .search-icon-container {
      text-align: right; }
  @media all and (min-width: 1100px) {
    .header .flex-container {
      height: auto; } }
  .header .menu-button {
    width: 67px;
    height: 66px;
    position: relative; }
    .header .menu-button .icon-nav-menu,
    .header .menu-button .icon-nav-cross-thin {
      display: block;
      position: absolute;
      font-size: 30px;
      color: black;
      padding: 18px 18px; }
    .header .menu-button .icon-nav-cross-thin {
      opacity: 0; }
    .header .menu-button .menu-button-container {
      width: 66px;
      height: 66px;
      transition: transform 0.3s ease; }
    .header .menu-button.active .menu-button-container {
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .header .menu-button.active .icon-nav-menu {
      opacity: 0; }
    .header .menu-button.active .icon-nav-cross-thin {
      opacity: 1; }
  .header .logo a, .header .logo .event-teasers .event-teaser:hover a, .event-teasers .event-teaser:hover .header .logo a {
    display: block;
    padding-top: 4px; }
  .header .search-icon-container {
    line-height: 1.5em;
    vertical-align: middle;
    display: none; }
    .header .search-icon-container .search-box {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin-top: 20px; }
    .header .search-icon-container .icon-nav-search {
      display: block;
      font-size: 26px;
      line-height: 1;
      margin-right: 5px;
      padding: 0;
      color: #9e9e9e; }
      .header .search-icon-container .icon-nav-search.searching {
        color: #d41b2c; }
    .header .search-icon-container .icon-nav-cross {
      position: absolute;
      z-index: 5;
      margin-top: 2px;
      color: #d41b2c;
      font-size: 0.5em;
      opacity: 0;
      transition: opacity 0.5s ease-out; }
      .header .search-icon-container .icon-nav-cross.active {
        opacity: 1; }
  @media all and (min-width: 1100px) {
    .header .search-icon-container {
      display: block; } }
  .header .search-input {
    display: none; }
  .header ::-webkit-input-placeholder {
    color: #333333;
    font-weight: 400;
    opacity: 1; }
  .header ::-moz-placeholder {
    color: #333333;
    font-weight: 400;
    opacity: 1; }
  .header :-moz-placeholder {
    color: #333333;
    font-weight: 400;
    opacity: 1; }
  .header :-ms-input-placeholder {
    color: #333333;
    font-weight: 400;
    opacity: 1; }
  @media all and (min-width: 1100px) {
    .header {
      position: relative; }
      html.flexbox .header {
        justify-content: flex-start; }
      .header .logo {
        margin-left: 10px;
        position: relative;
        left: auto; }
      .header .menu-button {
        display: none; }
      .header .icon-nav-search {
        display: block;
        color: #d41b2c;
        padding: 0; }
        .header .icon-nav-search.searching {
          color: #d41b2c; }
      .header .search-icon-container {
        position: relative;
        margin-right: 20px; }
      .header .search-input {
        display: inline-block;
        border: none;
        border-bottom: 1px solid #d5d5d5;
        font-size: 15px;
        border-radius: 0;
        width: 330px;
        padding-right: 15px; }
        .header .search-input::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #9e9e9e;
          opacity: 1;
          /* Firefox */ }
        .header .search-input::-webkit-input-placeholder {
          color: #9e9e9e;
          opacity: 1; }
        .header .search-input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #9e9e9e; }
        .header .search-input::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #9e9e9e; } }

.error404 #content {
  padding: 36px 0;
  background: white; }

.four-oh-four h2 {
  font-size: 96px;
  text-align: center;
  padding: 80px 0;
  font-weight: 100; }
.four-oh-four h4 {
  font-size: 32px;
  text-align: center;
  font-weight: 100; }
.four-oh-four p {
  text-align: center; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
.ng-slide-up.ng-enter {
  transition: all 0.3s ease;
  transform: translateY(100%);
  opacity: 0; }

.ng-slide-up.ng-enter.ng-enter-active {
  transform: translateY(0);
  opacity: 1; }

.ng-slide-up.ng-leave {
  transition: all 0.3s ease;
  transform: translateY(0);
  opacity: 1; }

.ng-slide-up.ng-leave.ng-leave-active {
  transform: translateY(100%);
  opacity: 0; }

.animate-fade {
  transition: all 0.6s ease; }

.animate-fade.ng-move,
.animate-fade.ng-enter,
.animate-fade.ng-leave {
  transition: all 0.6s ease; }

.animate-fade.ng-leave.ng-leave-active,
.animate-fade.ng-move,
.animate-fade.ng-enter {
  opacity: 0; }
  .animate-fade.ng-leave.ng-leave-active *,
  .animate-fade.ng-move *,
  .animate-fade.ng-enter * {
    opacity: 0; }

.animate-fade.ng-leave,
.animate-fade.ng-move.ng-move-active,
.animate-fade.ng-enter.ng-enter-active {
  opacity: 1; }

/*--------------------------------------------------------------
# IE
--------------------------------------------------------------*/
/*
IE overrides
*/
html.csscolumns-span.no-csscolumns-breakafter .program-page-section-hero .section-content .section-hero-image > * {
  position: relative;
  height: 100%; }

/*# sourceMappingURL=style.css.map */
