/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*------------------------------------------------------------*
 * Base Styles
 *------------------------------------------------------------*/
* {
  box-sizing: border-box; }

html {
  background: #FFFFFF;
  color: #303538; }

body {
  font-family: "PT Sans", "Helvetica", sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1.25em; }

a {
  color: #0675a4; }
  a:hover {
    color: #085379; }

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

.img-left, .img-right {
	display: block;
	margin-bottom: 1rem;
}

iframe {
  max-width: 100% !important; }

.disabled {
  opacity: 0.4; }

/*Accessibility*/
.accessible {
  padding: 10px;
  position: absolute;
  left: -9999em;
  background: #fff; }

.accessible ul {
  text-align: right; }

.accessible ul li {
  margin: 0 0 0 .5em;
  display: inline; }

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: #fff;
  cursor: pointer; }

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: .6; }

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

h1,
h2 {
  font-family: "PT Sans", "Helvetica", sans-serif;
  font-weight: bold; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.125rem; }

h4 {
  font-size: 1rem;
  font-weight: bold; }

.button {
  background: #555;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.7em 1.5em;
  text-decoration: none;
  border-radius: 0.25em;
  margin: 1em 0;
  display: inline-block;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer; }
  .button:hover {
    background: #efaa23;
    color: #fff; }
  .button--colorful {
    color: #fff;
    background: #8c05c5; }
  .button--colorful:hover {
    background: #7605c5;
    color: #fff; }
  .button--red {
    background-color: #c10435; }
  .button--red:hover {
    background-color: #8f0327; }
  .button--wide {
    display: block; }

.button-short {
  text-decoration: none;
  background-color: #0675a4;
  color: #fff;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  font-weight: bold; }

.button-short:hover {
  background-color: #666;
  color: #fff; }

.button--mini {
  background-color: #ccc;
  color: #303538;
  padding: 0.5em 1em;
  font-size: 12px;
  display: inline-block;
  text-transform: none;
  font-weight: normal;
  margin: 0; }

.menu-button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  margin: 8px 0; }
  .menu-button__line {
    display: block;
    width: 1.75rem;
    height: 1px;
    margin: 6px;
    background-color: #ddd;
    transition: transform ease-in 200ms; }

.menu-active .line--1 {
  transform: rotate(-45deg) translate(-5px, 5px); }

.menu-active .line--2 {
  opacity: 0; }

.menu-active .line--3 {
  transform: rotate(45deg) translate(-5px, -5px); }

.menu-button--dark .menu-button__line__line {
  background-color: #303538; }

/*******************************
* Search Form
******************************/
.search-container {
  background-color: #fff;
  padding: 1rem; }

.form-search__input {
  padding: 6px;
  height: 30px;
  width: 250px;
  border-radius: 5px;
  font-size: 14px;
  vertical-align: top; }

.form-search__submit {
  width: 30px;
  height: 30px;
  background-image: url("/_resources/images/search-button.png");
  background-repeat: no-repeat;
  background-color: #333;
  border-radius: 20px;
  color: transparent !important;
  border: none;
  text-shadow: none;
  text-indent: -9999px;
  box-shadow: none;
  margin-left: 4px; }

.form-search__submit:hover {
  background-color: #6c021d; }

@media screen and (min-width: 942px) {
  .search-container {
    align-content: flex-end; } }


/************************************
* Breadcrumb Nav
************************************/
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem;
  padding-bottom: 1rem; }

.breadcrumb__item {
  float: left;
  font-size: 14px;
  margin: 0 4px 0 0;
  padding: 0;
  background: none;
  border-bottom: none;
  width: auto;
  color: #110914; }

.breadcrumb__item > a {
  text-decoration: none;
  color: #0675a4; }

.breadcrumb__item > a:hover {
  color: #00204e; }

.breadcrumb__item::after {
  content: " /";
  color: #999; }

.breadcrumb__item.-current {
  font-weight: bold; }

.breadcrumb__item.-current::after {
  content: none; }

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

/*********************************
   * Top Nav / Audience Navigation
   ********************************/
.topnav {
  background-color: #c10435;
  width: 100%;
  margin: 0;
  overflow: visible; }
  .topnav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap; }
  .topnav__item {
    width: 50%;
    flex: 1 1 50%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.25); }
  .topnav__item:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.25); }
  .topnav__link, .topnav__link--darker {
    padding: 10px;
    display: block;
    text-decoration: none;
    font-size: 0.9rem;
    color: #ddd; }
  .topnav__link:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.45); }

@media (min-width: 942px) {
  .topnav {
    overflow: hidden; }
    .topnav__item {
      width: auto;
      flex: none;
      text-align: left;
      border: none; }
    .topnav__item:nth-child(even) {
      border: none; }
    .topnav__link--darker {
      color: #fff;
      font-weight: bold;
      background: rgba(0, 0, 0, 0.25); }
    .topnav__link--darker:hover {
      background: #efaa23;
      color: #fff; }
  .topnav__layout {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; } }


/********************************
   * MainNav / Primary Navigation
   *******************************/
.mainnav {
  font-size: 0.875rem; }
  .mainnav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative; }
  .mainnav__link {
    padding: 0.7em 1em;
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .mainnav__link:hover {
    background-color: #000;
    color: #fff;
    overflow: hidden; }

.subnav {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 150px;
  z-index: 15;
  background-color: #f4f4f4;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .subnav__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .subnav__item {
    position: relative;
    border-bottom: 1px solid #ddd; }
  .subnav__item:last-child {
    border-bottom: none; }
  .subnav__link {
    color: #555;
    text-decoration: none;
    padding: 10px;
    display: block; }
  .subnav__link:hover {
    color: #555;
    background-color: #e0e0e0; }

@media (min-width: 942px) {
  .mainnav {
    background-color: #303538;
    display: flex; }
    .mainnav__list {
      display: flex;
      flex-flow: row wrap;
      position: relative; }
    .mainnav__link {
      border-bottom: none;
      text-transform: none;
      padding: 1em; }
    .mainnav__item:hover > .subnav {
      display: block; }
  .giving-link a::before {
    content: "\f004";
    padding-right: 10px;
    font-family: "FontAwesome"; } }

/*************************
 * Section Navigation
 ************************/
.section-nav {
  border-top: 10px solid #303538;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  background-color: #f3f1ee;}
  .section-nav__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .section-nav__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin: 0; }
  .section-nav__item:last-child {
    border-bottom: none; }
  .section-nav__link {
    display: block;
    padding: 12px 1rem;
    color: #303538;
    text-decoration: none; }
  .section-nav__link:hover {
    background-color: rgba(255, 255, 255, 0.7);
    color: inherit; }


  .section-nav .active > a,
  .section-nav .active-parent > a {
    color: #0675a4;
    font-weight: bold;}

  .section-nav li.active {
    background-color: transparent;
  }

  .section-nav .active a::before {
    font-family: "FontAwesome";
    content: "\f105";
    display: inline-block;
    padding-right: 12px; }

/** Sub Section Nav **/
.section-sub-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 20px;
  background: #fff; }
  .section-sub-nav__link {
    display: block;
    font-style: italic;
    color: #555;
    padding: 10px 0;
    background: #fff;
    text-decoration: none; }
  .section-sub-nav__link:hover {
    text-decoration: underline;
    color: #c10435; }
  .section-sub-nav .active-child {
    color: #0675a4; }
  .section-sub-nav__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin: 0; }
  .section-sub-nav__item:last-child {
    border-bottom: none; }

/*******************************
 * Text Styles
*******************************/
.page-title {
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem; }

.intro {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 10px;
  font-weight: normal;
  font-style: italic; 
  color: #767676;}

.latest-happenings__title {
  color: #0675a4;
  padding: 5px 0;
  margin: 0;
  font-size: 1.75rem;
  font-weight: bold; }

.blockquote {
  margin: 0;
  padding: 1em 1em 1em 2em;
  border-left: 0.4em solid #ccc;
  color: #555; }
  .blockquote__text {
    font-style: italic; }
  .blockquote__text::before {
    content: "\201C"; }
  .blockquote__text::after {
    content: "\201D"; }
  .blockquote__footer {
    font-size: 0.85rem; }

/** Gallery Heading Styles **/
.gallery-type {
  color: #efaa23;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: bold;
  margin-top: 3em; }

.gallery-type:first-of-type {
  margin-top: 0; }

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

/***********************************
 * Link Styles
 **********************************/
.external-link::after {
  content: " \f08e";
  font-family: "FontAwesome";
  font-size: 90%; }

/*** Color/Graphical Link Boxes ***/
.linkbox-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }

.linkbox {
  text-align: center;
  margin-bottom: 1em; }
  .linkbox__icon {
    display: block;
    margin-bottom: 0.5rem;
    line-height: 0; }

.linkbox__link {
  display: block;
  min-height: 100px;
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #303538;
  border-radius: 0.5em;
  height: 100%; }
  .linkbox__link:hover {
    color: #fff;
    background-color: #555; }
  .linkbox__link--red {
    background-color: #8A2030; }
  .linkbox__link--red:hover {
    background-color: #581720; }
  .linkbox__link--blue {
    background-color: #2C778F; }
  .linkbox__link--blue:hover {
    background-color: #215e70; }
  .linkbox__link--green {
    background-color: #3b7f62; }
  .linkbox__link--green:hover {
    background-color: #2d614b; }
  .linkbox__link--yellow {
    background-color: #c18500; }
  .linkbox__link--yellow:hover {
    background-color: #996b04; }

@media screen and (min-width: 600px) {
  .linkbox-group {
    flex-direction: row; }
  .linkbox {
    width: calc(50% - 16px);
    margin: 8px; } }

/************************************
* Card Styles
************************************/
.card-profile {
  background-color: #f3f1ee;
  padding: 0.5em;
  border: 1px solid #ccc;
  width: 100%; }
  .card-profile__photo {
    float: left;
    margin-right: 10px; }
    .card-profile__photo > img {
      display: block; }
  .card-profile__title, .card-profile__subtitle, .card-profile__name, .card-profile__contact {
    margin: 0; }
  .card-profile__title {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0.25em; }
  .card-profile__contact {
    font-size: 0.85rem;
    line-height: 1.2; }
  .card-profile__subtitle {
    line-height: 1.2;
    font-size: 0.85rem; }
  .card-profile--space-down {
    margin-bottom: 0.75em; }

.cardset {
  display: flex;
  flex-flow: row wrap; }

.cardset > .card-profile {
  margin: 0.5rem; }

.cardset--clearbg > .card-profile {
  background-color: transparent;
  border: none;
}

@media screen and (min-width: 600px) {
  .card-profile {
    width: calc(50% - 1rem); }
    .card-profile__title {
      font-size: 1rem; }
  --space-down {
    margin-bottom: 1rem; } }

/************************************
* Icon Card Styles
************************************/
.icon-card {
  margin: 1em 0; }
  .icon-card * {
    margin: 0; }
  .icon-card__icon {
    font-size: 1rem;
	width: auto;
    height: 4.5em;
    display: block;
    margin-bottom: 0.6em; }
  .icon-card__title {
    color: #06A7E0;
    font-size: 1.25rem;
    margin-bottom: 0.5rem; }
  .icon-card__text {
    font-size: 1rem; }

.icon-cardset {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto; }
  .icon-cardset > .icon-card {
    max-width: 18.75em;
    border-bottom: 1px solid #06A7E0;
    padding: 0 1rem 2rem; }
    .icon-cardset > .icon-card:last-of-type {
      border-bottom: none;
      padding-bottom: 0; }

@media (min-width: 42.5em) {
	.icon-cardset {
		flex-direction: row;
		align-items: stretch; }
	.icon-cardset > .icon-card {
		max-width: 100%;
		width: 33.333%;
		border-bottom: none;
		border-right: 1px solid #06A7E0;
		padding: 1rem 5%; }
	.icon-cardset > .icon-card:last-of-type {
		border-right: none; } }


/************************************
* Photo Profile styles
************************************/
.profile-set {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto; }

.profile {
  position: relative;
  margin: 1em; }
  .profile-name {
    position: absolute;
    bottom: 1em;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0.5rem; }

@media screen and (min-width: 500px) {
  .profile {
    width: calc(50% - 1em);
    margin: 0.5em; } }

@media screen and (min-width: 720px) {
  .profile {
    width: calc(33.333333333% - 1em); } }


/**********************************
 * News Articles
 **********************************/
/*** News article preview blocks ***/
.news-preview {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 4px solid #ddd; }
  .news-preview__link, .news-preview__link:hover, .news-preview__link:focus {
    color: #555; }
  .news-preview__excerpt {
    font-size: 0.9em; }
  .news-preview__title {
    font-size: 18px;
    font-weight: 100;
    text-align: left;
    margin-top: 0;
    color: #555;
    margin: 0.3em 0 0 0;
    border-bottom: none; }
  .news-preview__title--link, .news-preview__title--link:hover, .news-preview__title--link:focus {
    text-decoration: none;
    color: #555; }
  .news-preview__title--link:hover {
    text-decoration: underline; }
  .news-preview__date {
    font-size: 0.8em;
    margin: 0 0 10px 0;
    padding: 0;
    font-style: italic;
    color: #767676; }
  .news-preview__image {
    opacity: 0.85;
    padding: 4px;
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    max-width: 150px;
    margin: 0 10px 10px 0; }

.article__tags {
  margin: 1em 0;
  background: #eee;
  padding: 1em;
  font-size: 0.9rem;
  color: #555; }

.taglist a {
  margin: 5px; }

.entry-date {
  font-size: 0.8em;
  margin: 0 0 10px 0;
  padding: 0;
  font-style: italic;
  color: #767676; }

/**********************************
 * Events
 **********************************/
.events-block {
  margin-bottom: 2em; }

.event {
  margin-bottom: 1em;
  /** Calender Date Block **/ }
  .event__title {
    font-size: 1.125rem;
    font-weight: 100;
    text-align: left;
    margin-top: 0;
    color: #555;
    margin: 0.3em 0 0 0;
    border-bottom: none; }
  .event__title--link, .event__title--link:hover, .event__title--link:focus {
    text-decoration: none;
    color: #555; }
  .event__title--link:hover {
    text-decoration: underline; }
  .event__heading {
    font-size: 1.125rem;
    padding-top: 1em; }
  .event__date, .event__time {
    font-size: 0.8rem;
    margin: 0 0 10px 0;
    padding: 0;
    font-style: italic;
    color: #767676; }
  .event__location, .event__description {
    font-size: 0.9rem; }
  .event__cal-block {
    float: left;
    color: #fff;
    overflow: hidden;
    text-align: center;
    font-size: 80%;
    margin: 10px 10px 20px 0;
    border: 1px solid #ccc;
    width: 4.5rem;
    font-weight: bold; }
  .event__cal-block--day {
    display: block;
    background-color: #303538;
    padding: 10px; }
  .event__cal-block--date {
    background-color: #fff;
    color: #00204e;
    padding: 10px;
    display: block; }
  .event__date-heading {
    background-color: #9d9690;
    color: #fff;
    padding: 5px 5px 5px 10px; }
  .event__date-heading--date, .event__date-heading--day {
    font-style: normal;
    color: #eee;
    font-size: 100%; }

.events-today {
  padding: 10px;
  border: 1px solid #eedebb;
  position: relative;
  background: rgba(239, 170, 35, 0.05);
  margin-bottom: 1em; }
  .events-today__date, .events-today__day {
    color: #303538;
    font-size: 100%; }

/**********************************
 * Featured Items
 **********************************/
.featured {
  margin-bottom: 1em;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #ccc; }
  .featured:last-of-type {
    border-bottom: none; }
  .featured__title {
    font-size: 1.125rem;
    margin-top: 0;
    color: #0675a4; }
  .featured__description {
    font-size: 0.9rem; }

/***********************************
 * Quick Access Online Resources
 **********************************/
.quicklink-icon {
  display: block;
  width: 100px;
  overflow: hidden;
  padding: 5px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.75em;
  text-decoration: none;
  text-align: center; }
  .quicklink-icon__text {
    color: #303538; }
  .quicklink-icon:hover {
    background-color: white; }
  .quicklink-icon__text {
    line-height: 1.2; }

.quicklink-image-half {
  height: 51px; }

.mycom-resources {
  padding-bottom: 2em;
  border-top: 1px solid #ccc; }
  .mycom-resources__title {
    color: #c10435; }
  .mycom-resources__list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .mycom-resources__item {
    display: inline-block;
    margin: 10px;
    vertical-align: top; }
  @supports (display: flex) {
    .mycom-resources__list {
      display: flex;
      flex-flow: row wrap;
      justify-content: center; }
    .mycom-resources__item {
      display: flex; }
    .mycom-resources__item > a {
      display: flex;
      flex-direction: column;
      justify-content: center; } }

.file-pdf {
  background-image: url("../images/icons/pdf.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 22px; }

.file-word {
  background-image: url("../images/icons/word.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 22px; }

.file-ppt {
  background-image: url("../images/icons/ppt.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 22px; }

/***********************************
 * Generic Icon Resource Links
 **********************************/
.generic-icon {
  display: inline-block;
  text-align: center;
  margin: 8px;
  width: 120px;
  vertical-align: top; }

.generic-icon__link {
  text-decoration: none; }
  .generic-icon__link:hover {
    opacity: 0.8; }

.generic-icon__image,
.generic-icon__text {
  display: block; }

.generic-icon__image {
  margin-bottom: 0.5rem; }

.generic-icon__text {
  color: #303538;
  font-weight: bold;
  line-height: 1.2;
  font-size: 14px; }

.generic-icon-list {
  text-align: center; }

/*******************************
 * List Styles
*******************************/
/*** Remove default list styles from ul or ol ***/
.nolist {
  margin: 0;
  padding: 0;
  list-style: none; }

/*** Default Definition List ***/
dl {
  margin: 1.5em;
  overflow: hidden;
  position: relative; }

dl dt {
  font-weight: 600; }

dl dd {
  padding: 0.2em 0 1.3em;
  margin: 0;
  font-size: 0.9rem; }

dl dt:nth-child(n+2) {
  border-top: 1px solid #ddd;
  padding-top: 10px; }

dl dd {
  border: none; }

/*** Resource List ***/
.resource-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 8px; }
  .resource-list__item {
    padding: 1em; }
  .resource-list__item:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.1); }
  .resource-list__title {
    color: #333;
    font-weight: 500;
    font-size: 1.1rem; }
  .resource-list__item--alt {
    background-color: #003798;
    color: #fff;
    padding: 1em; }
    .resource-list__item--alt .resource-list__title {
      color: #fff; }

/*** Instruction Sets ***/
.instruction-set {
  padding-left: 1rem; }
  .instruction-set__item {
    padding: 10px;
    list-style-position: outside;
    font-size: 90%;
    margin-bottom: 1em; }
  .instruction-set__item:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px; }

/** Step Directions **/
.step-directions__item {
  background: #eee;
  border-bottom: 4px solid #ddd;
  padding: 1em;
  margin-bottom: 2em;
  line-height: 20px; }


/*******************************
 * Table Styles
*******************************/
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px; }

table caption {
  font-size: 1rem;
  padding: 0.5rem;
  font-weight: bold; }

table thead {
  background-color: #70af01;
  background-color: #003798;
  color: white;
  vertical-align: middle; }

table th, table td {
  background: inherit;
  color: inherit;
  border: none;
  text-align: left; }

table tfoot {
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  font-weight: bold; }

table tbody {
  vertical-align: top; }

tbody tr {
  border-bottom: 3px solid #eee; }

tr th, tr td {
  padding: 1em; }

thead th {
  font-size: 0.75rem;
  text-align: left; }

table thead th {
  font-weight: 300;
  text-transform: uppercase; }

.alt-bg tbody tr {
  background-color: #e6e0d7;
  border-bottom: none; }

.alt-bg tbody tr:nth-child(odd) {
  background-color: #f3f1ee; }

.alt-bg tbody td {
  background-color: transparent; }

.table-scroll {
  overflow: scroll;
  margin-bottom: 2rem; }

/* Tablesorting styles */
.tablesorter th {
  cursor: pointer; }

.tablesorter th:hover {
  background-color: rgba(0, 0, 0, 0.25); }

/*******************************
 * Form Styling
 ******************************/
input {
  width: 100%;
  padding: 0.5em; }

input[type=radio], input[type=checkbox] {
  width: auto;
  margin-left: 1em; }

.form__submit {
  width: inherit;
  padding: 0.4em 0.8em;
  text-transform: uppercase;
  color: #555; }

textarea {
  min-height: 150px;
  width: 100%;
  padding: 1em;
  border: 3px solid #ccc; }

label {
  display: block;
  width: 100%;
  margin-bottom: 0.5em; }

label.inline {
  display: inline; }

fieldset {
  border: 2px solid #ccc;
  border-bottom-width: 5px;
  padding: 1em;
  margin-bottom: 2em;
  background: rgba(0, 0, 0, 0.05); }

#mongo-form fieldset {
	background-color: transparent;
}

legend {
  font-size: 1.3em;
  color: #555; }

.required::before {
  content: "* "; }

.required {
  font-weight: bold; }

.instructions, .example {
  font-size: 0.9rem;
  color: #555;
  font-style: italic; }

.field {
  margin: 1em 0; }

input.short20 {
  width: 20px;
  margin: 0 0.5em; }

input.short40 {
  width: 40px;
  margin: 0 0.5em; }

/************************************
* Figures
************************************/
figure {
  margin: 0;
  margin-bottom: 1em; }

figcaption {
  font-size: 0.9rem;
  color: #555;
  padding: 0.625em; }

/** Lead images for news articles... legacy code **/
.lead-image figcaption {
  border-bottom: 5px solid #ccc; }

/***********************************
 * Audience Landing page
 **********************************/
.linkset__title {
  margin: 0; }

.linkset__list {
  margin: 0.5em 0 1.5em;
  padding: 0;
  list-style: none; }

.linkset__item {
  margin-bottom: 0.25em; }

.linkset__link {
  color: #303538; }

.linkset__container {
  width: 100%;
  float: none; }

.audience-callout-container {
  width: 100%;
  margin-bottom: 2em; }

.audience-callout {
  padding: 10px;
  border: 1px solid #eedebb;
  position: relative;
  background: rgba(239, 170, 35, 0.05); }
  .audience-callout__image {
    position: relative; }
    .audience-callout__image > img {
      width: 100%; }
  .audience-callout__title {
    position: absolute;
    padding: 10px;
    background: #00204E;
    color: #fff;
    display: inline;
    right: -10px;
    bottom: -10px;
    font-size: 1.2em;
    margin: 0; }

@media screen and (min-width: 879px) {
  .audience-callout-container {
    width: 58%;
    float: right;
    margin-left: 2%; }
  .audience-callout {
    max-width: 600px; }
  .linkset__container {
    width: 40%;
    float: left; } }

/*** Preview images are used on some pages as a top image decoration ***/
.preview-images {
  margin: 0 auto 1rem;
  max-width: 1000px; }

.preview-images img {
  width: 100%; }

.picture-line {
  width: calc(50% - 0.5em);
  display: inline-block;
  padding-right: 0.5em; }

.picture-line:nth-child(2) {
  padding-right: 0;
  padding-left: 0.5em; }

.calendar {
  max-width: 400px;
  border: 3px solid #ccc;
  margin: 2em 0 1em; }

.cal-month {
  text-align: center; }

.calendar td {
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.05); }

.calendar th, .calendar td {
  background: #eee; }

.calendar th, .calendar tr.cal-weekdays td {
  background: #fff; }

.calendar th {
  border-bottom: none; }

.calendar th, .calendar th a {
  color: #666;
  text-transform: uppercase;
  border: none; }

.calendar th {
  border-bottom: none; }

.calendar th a {
  font-size: 20px; }

.calendar td {
  padding: 0;
  text-align: center; }

.calendar td .highlight {
  background: #666;
  font-weight: bold; }

.calendar td .highlight a {
  color: #fff; }

.calendar td a.cal-day {
  padding: 10px;
  display: block;
  text-decoration: none; }

.calendar td a:hover.cal-day {
  background: #999;
  color: #fff; }

.calendar tr.cal-weekdays td {
  padding: 10px; }

/***********************************
    * Social Media / Get Connected
    **********************************/
.get-connected {
  width: 100%;
  background: #222;
  margin: 0 auto;
  padding: 10px 20px;
  color: #fff; }
  .get-connected__title {
    color: #fff;
    font-size: 1.2em;
    font-weight: normal; }
  .get-connected__links {
    display: block; }
  .get-connected__link {
    font-size: 1.5em;
    color: #fff;
    display: inline-block;
    margin-right: 0.5em;
    opacity: 0.75; }
    .get-connected__link:hover {
      color: inherit;
      opacity: 1; }

@media screen and (min-width: 880px) {
  .get-connected__content {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
  .get-connected__links {
    margin-left: 1em; } }

.aside-resources {
  background-color: #f3f1ee;
  padding: 1em;
  margin-top: 2em; }
  .aside-resources__title {
    font-size: 1.25rem;
    margin-top: 0;
    font-weight: bold; }
  .aside-resources__list {
    padding-left: 1rem; }
  .aside-resources__item {
    font-size: 0.9rem; }

/*******************************
 * Poster Styles
*******************************/
.poster {
  border: 0.5rem solid rgba(0, 0, 0, 0.8);
  background-color: #fff;
  max-width: 900px;
  margin: 0 auto 3em;
  padding: 3em 0 0;
  position: relative;
  /** Text Colors **/ }
  .poster__contain {
    padding: 0 1em;
    margin: 0 auto; }
  .poster__artist, .poster__title, .poster__sub-title {
    text-transform: uppercase;
    line-height: 1;
    margin: 0; }
  .poster__footer {
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.75); }
    .poster__footer p {
      font-size: 1.25rem;
      margin: 0;
      line-height: 1.1;
      text-align: right; }
  .poster__artist, .poster__location {
    color: #c10435; }
  .poster__title, .poster__date, .poster__artist-talk {
    color: #303538; }
  .poster__artist {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1.5rem; }
  .poster__title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem; }
  .poster__sub-title {
    font-size: 1.5rem;
    display: block;
    color: #767676; }
  .poster__date {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: bold; }
  .poster__location {
    display: block; }
  .poster__artist-talk-title, .poster__artist-talk-info {
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.25;
    margin: 0; }
  .poster__more-info {
    background-color: #c10435;
    color: white;
    padding: 1rem 1rem 0.5rem;
    font-size: 1.25rem; }
  .poster__more-info a {
    color: #fff; }
  .poster__more-info a:hover {
    color: #fff;
    opacity: 0.75; }
  .poster__image {
    border-top: 0.5rem solid #c10435; }
  .poster__image > img {
    display: block;
    width: 100%; }
  .poster__content {
    margin-bottom: 1.75rem; }

/** Switch colors for dark background **/
.poster--dark,
.poster--full-image {
  background-color: #000; }
  .poster--dark .poster__title,
  .poster--dark .poster__date,
  .poster--dark .poster__artist-talk,
  .poster--full-image .poster__title,
  .poster--full-image .poster__date,
  .poster--full-image .poster__artist-talk {
    color: #fff; }

.poster--text-white {
  color: white; }

.poster--text-red {
  color: #c10435; }

.poster--text-dark {
  color: #303538; }

.poster--full-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 100%; }

/** Responsiveness **/
@media screen and (min-width: 500px) {
  .poster {
    border-width: 1rem; }
    .poster__artist {
      font-size: 4rem; }
    .poster__title {
      font-size: 2.75rem; }
    .poster__contain {
      padding: 0 4em; } }

@media screen and (min-width: 780px) {
  .poster {
    border-width: 1rem; }
    .poster__contain {
      max-width: 36.25rem;
      padding: 0; }
    .poster__artist {
      font-size: 5.5rem; }
    .poster__title {
      font-size: 3.75rem; }
    .poster__sub-title {
      font-size: 2.25rem; }
    .poster__date {
      font-size: 2.25rem; }
    .poster__artist-talk-title, .poster__artist-talk-info {
      font-size: 1.5rem; } }

/*******************************
 * Nettutor Poster Ad
*******************************/
.nettutor {
  background: #c3e99d;
  text-align: center;
  padding: 48px 16px;
  margin: 2rem 0; }
  .nettutor__title {
    font-weight: bold;
    font-size: 16px;
    margin-top: 48px; }

.nettutor__link {
  margin-top: 48px; }

.nettutor__link > a {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #417505;
  font-weight: bold;
  font-size: 18px;
  color: #417505;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block; }

.nettutor__intro {
  font-size: 18px; }

/**********************************
 * Page Banners
 **********************************/
.page-banner {
  border: 0.5rem solid #000;
  background-color: #fff;
  max-width: 1180px;
  margin: 0 auto 3em;
  padding: 30% 0 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  text-align: center; }
  .page-banner__title {
    font-weight: bold;
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.3125;
    background-color: rgba(193, 4, 53, 0.85);
    padding: 1rem; }
  .page-banner__info {
    background-color: rgba(255, 255, 255, 0.8);
    color: #303538;
    font-size: 1rem;
    padding: 1rem; }
  .page-banner__info > p {
    margin: 0 0 1rem;
    line-height: 1.25; }
  .page-banner__info > p:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 600px) {
  .page-banner {
    min-height: 570px;
    padding-top: 3em;
    border-width: 1rem; }
    .page-banner__content {
      position: absolute;
      bottom: 0;
      width: 100%; }
    .page-banner__title {
      font-size: 1.75rem; }
    .page-banner__info {
      font-size: 1.125rem; } }

@media screen and (min-width: 800px) {
  .page-banner {
    min-height: 570px;
    padding-top: 3em;
    border-width: 1rem; }
    .page-banner__content {
      position: absolute;
      bottom: 0;
      width: 100%; }
    .page-banner__title {
      font-size: 2.25rem;
      line-height: 1.1; }
    .page-banner__info {
      font-size: 1.5rem; } }

/***********************************
  * Media
  **********************************/
.lead_photo, .photo {
  margin-bottom: 1em; }

/*** Video Embed Styles ***/
.single-video {
  margin: 0 auto;
  text-align: center; }

.video-full .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .video-full .embed-container iframe,
  .video-full .embed-container object,
  .video-full .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-container {
  max-width: 900px;
  margin: 0 auto; }

/** YouTube Embed Styles **/
.yt-embed {
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
  background-color: #000; }

.yt-embed img {
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.7; }

.yt-embed .plybtn {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  width: 90px;
  height: 60px;
  background-color: #333;
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
  color: #fff;
  text-indent: -999999px; }

.yt-embed .plybtn:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff; }

.yt-embed img,
.yt-embed .plybtn {
  cursor: pointer; }

.yt-embed img,
.yt-embed iframe,
.yt-embed .plybtn,
.yt-embed .plybtn:before {
  position: absolute; }

.yt-embed .plybtn,
.yt-embed .plybtn:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

.yt-embed iframe {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

/***********************************
    * Footer
    **********************************/
.footer {
  width: 100%;
  background: #333;
  margin: 0 auto;
  padding: 20px;
  color: #fff; }
  .footer p {
    font-size: 0.9em;
    color: #ccc; }
  .footer a {
    color: #ccc; }
  .footer a:hover {
    color: #fff; }
  .footer__nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 45%;
    float: left;
    margin-right: 5%; }
  .footer__nav > li {
    margin-bottom: 0.3em; }
  .footer__nav a {
    color: #ccc;
    font-size: .75em; }
  .footer__map {
    background: url("../images/bg-map.png") no-repeat;
    min-height: 300px; }
  .footer__map-info {
    background: #333;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    border: 1px solid #333;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px;
    color: #fff; }
  .footer__map-link {
    background: #222;
    color: #fff;
    text-decoration: none;
    font-size: 0.8em;
    padding: 5px 8px;
    opacity: 1;
    border: 3px solid rgba(255, 255, 255, 0.75); }
  .footer__map-link:hover {
    background: #000;
    color: #fff;
    border-color: #fff; }
  .footer__affiliates {
    text-align: center;
    border-top: 1px dashed rgba(255, 255, 255, 0.15);
    padding: 2em 1em 1em;
    margin-top: 1em; }
    .footer__affiliates > a {
      opacity: 0.85; }
    .footer__affiliates > a:hover {
      opacity: 1; }
    .footer__affiliates > a > img {
      margin: 0 1em;
      max-height: 80px; }

/**** START -- Header Logo and Search Bar Styles ****/
.logo {
  display: none; }

.header__small {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
  background-color: #303538;
  padding: 0 1rem;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%; }

.header__menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  padding-top: 4rem;
  width: 100%;
  max-height: 0;
  transform: translateY(-100%);
  transition: max-height 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
  visibility: hidden;
  overflow: hidden;
  background-color: #111;
  z-index: 9; }

.menu-active .header__menu {
  max-height: 100vh;
  height: 100vh;
  transform: translateY(0);
  overflow-y: auto;
  visibility: visible; }

.menu-active .header__small {
  position: fixed; }

.header-small-logo img {
  display: block;
  height: 42px; }

.sso-link::before {
  content: "\f090";
  padding-right: 4px;
  font-family: "FontAwesome"; }

.header-midnav {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  background-color: #c10435; }

.header-midnav li {
  margin-left: 0;
  width: 50%;
  flex: 1 1 50%;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.25); }

.header-midnav li:nth-child(even) {
  border-left: 1px solid rgba(255, 255, 255, 0.25); }

.header-midnav a {
  text-decoration: none;
  padding: 10px;
  display: block;
  text-decoration: none;
  font-size: 0.9rem;
  color: #ddd;
  text-transform: none; }

.header-midnav a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.45); }

@media (min-width: 942px) {
  .header {
    background-color: transparent; }
  .logo {
    display: block;
    line-height: 1; }
  .menu-button {
    display: none; }
  .header__small {
    display: none; }
  .header__menu,
  .menu-active .header__menu {
    position: static;
    padding-top: 0;
    max-height: none;
    height: auto;
    transform: none;
    transition: none;
    visibility: visible;
    overflow: visible;
    background-color: transparent; }
  .logo-search {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 120px; }
  .header-actions {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
  .header-midnav {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    background-color: transparent; }
  .header-midnav li {
    margin-left: 1rem;
    width: auto;
    flex: 0 1 auto;
    text-align: left;
    border: none; }
  .header-midnav a {
    text-transform: uppercase;
    border-bottom: 2px solid #c10435;
    color: #0675a4;
    padding: 0;
    font-size: 0.875rem;
    font-weight: bold; }
  .header-midnav a:hover {
    background-color: transparent;
    color: #0675a4;
    border-bottom-color: red; } }
/**** END -- Header Logo and Search Bar Styles ****/


.hero {
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-color: #fff;
  padding: 1rem; }
.hero__content-container {
    max-width: 1220px;
    position: relative;
    margin: 0 auto;
    height: 100%; }
  .hero__content {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 1rem;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 800px; }
  .hero__title {
    font-size: 3rem;
	line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 1rem 0; }
  .hero__text {
    font-size: 1rem;
    margin-top: 0; }
  .hero__action {
    display: inline-block;
    color: #fff;
    background-color: #c10435;
    padding: 0.5em 1em;
    text-transform: uppercase;
    text-decoration: none; }
  .hero__action:hover {
    color: #fff;
    background-color: #8f0327; }
@media screen and (min-width: 1280px) {
  .hero {
    height: 620px; } }


/**********************************
 * Hero No BG Image
 * ********************************/
.hero-noimage {
  background-image: none;
  background-color: #2a3b7c;
  color: #efeded; }
  .hero-noimage * {
    margin: 0; }
  .hero-noimage__content-container {
    max-width: 1220px;
    position: relative;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem; }
  .hero-noimage__title {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 1rem; }
  .hero-noimage__text {
    color: #efaa23;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 1em;
  }
    .hero-noimage__text > span {
      display: block; }
  .hero-noimage__action {
    font-weight: bold;
    font-size: 21px;
    color: #2a3b7c;
    background-color: #efaa23;
    padding: 0.3em 3em;
    text-decoration: none;
    display: inline-block; }
  .hero-noimage__action:hover {
    color: #2a3b7c;
    background-color: #f0bd58; }

@media (min-width: 510px) {
  .hero-noimage__content-container {
    justify-content: center;
    align-items: center; }
  .hero-noimage__title {
    font-size: 56px; }
  .hero-noimage__text {
    font-size: 28px; }
  .hero-noimage__action {
    font-size: 24px; } }

@media (min-width: 760px) {
  .hero-noimage__text {
    font-size: 24px;
	line-height: 1.1;  
    display: flex;
    justify-content: space-between; }
    .hero-noimage__text > span {
      padding-right: 1rem; }
    .hero-noimage__text > span:last-child {
      padding-right: 0; }
  .hero-noimage__action-container {
    text-align: right; } }

@media (min-width: 860px) {
  .hero-noimage__text {
    font-size: 28px; } }

@media (min-width: 960px) {
  .hero-noimage__title {
    font-size: 68px; }
  .hero-noimage__text {
    font-size: 32px;
    display: flex;
    justify-content: space-between; }
    .hero-noimage__text > span {
      padding-right: 1rem; }
    .hero-noimage__text > span:last-child {
      padding-right: 0; } }

@media (min-width: 1170px) {
  .hero-noimage__content-container {
    padding: 0; }
  .hero-noimage__title {
    font-size: 78px; }
  .hero-noimage__text {
    font-size: 36px; } }


/*******************************
 * HERO IMG Only slide
 ******************************/
.hero-img {
  width: 100%;
  margin: 0;
  height: auto;
}

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

/***** Carousel Styles ******/
.carousel-box {
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
  margin-right: 0.75em; }

@media (min-width: 550px) {
  .carousel-box {
    height: 400px; } }

@media (min-width: 650px) {
  .carousel-box {
    height: 500px; } }

.carousel-box-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 1rem;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 1rem; }

.carousel-box img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  display: block; }

.main-carousel {
  margin-bottom: 3em;
  width: 100%; }

.flickity-prev-next-button {
  width: 30px;
  height: 30px;
  border-radius: 5px; }

/** Gym Cards **/
.gym-cards {
  margin: 0 -0.5rem;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row wrap; }

.gym-cards li {
  margin: 0.5rem;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: calc(50% - 1rem);
  flex: 1 1 auto; }

@media screen and (max-width: 480px) {
  .gym-cards {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center; }
  .gym-cards li {
    margin: 1rem 0;
    width: 100%; } }

.gym-card-image {
  order: -1; }

.gym-card h4 {
  font-size: 16px;
  text-align: center;
  font-weight: normal; }

/************************************
* Accordion Styles
************************************/
.accordion__title {
  color: #303538;
  font-weight: normal;
  padding: 1rem;
  margin: 0;
  background-color: #f3f1ee;
  border: 1px solid #ccc;
  font-size: 1.15rem;
  cursor: pointer;
  margin-top: 1em; }

.accordion__title:hover {
  background-color: #fefdfd; }

.accordion__title .--action {
  margin-right: 1rem; }

.accordion__title .--action::before {
  font-family: "FontAwesome";
  font-size: 14px;
  content: "\f067";
}

.accordion__title.active {
  background-color: #0675a4;
  color: #fff; }

.accordion__title.active .--action::before {
  content: "\f068";
}

.accordion__panel {
  padding: 1rem;
  background-color: #f3f1ee;
  border: 1px solid #ccc;
  border-top: none; }

/**********************************
 * Simple dividers for a page.
 **********************************/
.callout, .performance {
  padding: 10px;
  border: 1px solid #eedebb;
  margin: 0 auto 2em;
  background: rgba(239, 170, 35, 0.05); }

/******* Theatre Performance Styles ********/
.performance__title {
  font-weight: bold;
color: #000;
line-height: 1;
margin-bottom: 1rem;
}

.performance__availability {
font-style: italic;
margin-bottom: 0.5rem;
}

.nowrap {
white-space: nowrap;
}


/******* START PAGE ALERTS *********/
.alert {
  padding: 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.alert,
.alert h4 {
  color: #c09853; }

.alert h4 {
  margin: 0; }

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px; }

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success h4 {
  color: #468847; }

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7; }

.alert-danger h4,
.alert-error h4 {
  color: #b94a48; }

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info h4 {
  color: #3a87ad; }

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px; }

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0; }

.alert-block p + p {
  margin-top: 5px; }

.brand-container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between; }

/**************************
 * PAGE Layouts
 *************************/
.content-wrap {
  width: 100%;
  background-color: #fff;
  height: auto;
  min-height: 300px;
  margin: 0 auto;
  padding: 5rem 20px 20px; }
  .content-wrap--homepage {
    padding: 20px; }

.container,
.footer {
  width: 100%; }

.hero-wrap {
  width: 100%;
  margin: 0 auto;
  padding-top: 4rem; }

.wrapper {
  width: 100%;
  margin: 0 auto; }

.mobile-wrap {
  width: 100%;
  margin: 0 auto; }

@media screen and (max-width: 941px) {
  .helpful-links,
  .meet-student,
  .sidebar {
    width: 100%;
    float: none;
    display: block;
    margin: 0; }
  .main-content {
    float: none;
    display: block;
    width: 100%; } }

@media screen and (min-width: 942px) {
  .header-wrap {
    width: 100%;
    background-color: #fff;
    margin: 20px auto 0; }
  .hero-wrap {
    background-color: #fff;
    padding-top: 0; }
  .content-wrap {
    padding: 5rem 0 20px; }
  .page-background {
    background-color: #fff; }
  .main-content {
    width: 70%;
    float: right; }
  .footer {
    margin: 0 auto; }
  /** Reset padding used for mobile header offset. **/
  .content-wrap {
    padding-top: 20px; }
  .content-wrap,
  .wrapper,
  .header-wrap {
    width: 96%; }
  .sidebar {
    width: 28%;
    float: left;
    margin-right: 2%; } }

@media screen and (min-width: 942px) {
  .mobile-wrap {
    width: 96%; } }

@media screen and (min-width: 1260px) {
  .content-wrap,
  .wrapper,
  .header-wrap,
  .mobile-wrap {
    max-width: 1220px; } }

@media screen and (min-width: 40em) {
  /***
      * Content max width is 1180px
      * Num cols 	= 	12
      * Col width 	= 	80
      * Gutter 		=	20
      */
  /* 3 col width container */
  .container {
    width: 32.2033898305085%;
    /* 380 / 1180 */
    float: left;
    margin: 0 0.8474576271186%;
    /* 10 / 1180 */ }
  .container-2col {
    width: 49.152542372881%;
    /* 580 / 1180 */
    float: left;
    margin: 0 0.8474576271186%;
    /* 10 / 1180 */ }
  .container-4col {
    width: 23.728813559322%;
    /* 280 / 1180 */
    float: left;
    margin: 0 0.8474576271186%;
    /* 10 / 1180 */ }
  .colleft {
    margin-left: 0; }
  .colright {
    margin-right: 0; }
  .img-right {
    float: right;
    margin: 0 0 10px 20px; }
  .img-left {
    float: left;
    margin: 0 20px 10px 0; } }

@media screen and (min-width: 1384px) {
  .content-wrap,
  .story-preview,
  .header-wrap,
  .wrapper,
  .mobile-wrap {
    width: 1220px; } }


/**************************************
 ***  REGISTRATION PAGE STYLES (temp for now) ***
 **************************************/

/** Flexible columns with FLexbox. **/
.flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-cols-2 {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .flex-cols-2 {
    width: calc(50% - 10px);
  }
}


/*** Utilities ***/
.reg-border-side {
  position: relative;
  padding-left: 1rem;
}

.reg-border-side::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: rgba(6, 117, 164, 0.3);
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.--reg-blue {
  color: #0675a4;
}

.flex {
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
}

.strong {
  font-weight: bold;
}

.reg-container-960 {
  max-width: 960px;
  margin: 0 auto;
}

.reg-container-640 {
  max-width: 640px;
  margin: 0 auto;
}

@media screen and (min-width: 640px) {
  .flex {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .flex__item-3 {
    flex: 1 1 30%;
    margin-right: 1rem;
  }

  .flex__item-3:last-child {
    margin-right: 0;
  }
}

/*** Text Values ***/
.reg-title {
  font-weight: bold;
  font-size: 24px;
}

.reg-subtitle {
  font-weight: bold;
  color: initial;
  margin: 0;
}

.reg-subtitle a {
  color: initial;
  text-decoration: none;
}

.reg-navigate__introtext {
  font-style: italic;
  margin: 0;
  font-size: 16px;
}

@media (min-width: 640px) {
    .reg-title {
      font-size: 28px;
    }

    .reg-p-large {
      font-size: 1rem;
    }
}

/*** Announcements & Dates ***/
.reg-announcement {
  margin-bottom: 2rem;
}

.reg-dates {
  background-color: #e5e5e5;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.reg-announcement__date {
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
  font-size: 80%;
}

.reg-date .reg-p-large {
  margin-top: 0;
}

/*** Self-Registration / Navigate App ***/
.reg-navigate {
  margin-top: 3rem;
  background-image: url("https://build.com.edu/uploads/sitecontent/images/admissions/register-navigate-bg.jpg");
  background-size: cover;
  background-position: top left;
  padding-top: 150px;
  padding-bottom: 1em;
}

.reg-navigate__intro {
  background-color: rgba(6, 117, 164, 0.8);
  color: white;
  padding: 1em 1em 4em;
  max-width: 640px;
}

.reg-navigate__intro .reg-title {
  margin-bottom: 0.25rem;
}

.reg-students-app {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2em 1em 1em;
  margin: -2em 1em 0;
  max-width: 960px;
}

/*** Financial Styles ***/
.reg-financial {
  background-color: #efeded;
  padding: 1em;
}

.reg-financial__box {
  display: block;
  margin-bottom: 1rem;
}

/*** Resources ***/
.reg-resources {
  background-color: #0675a4;
  color: white;
  padding: 4rem 2rem;
  margin: 1rem 0 0;
}

.reg-resources .reg-title {
  margin-top: 0;
}

.reg-resources ul {
  margin: 0;
  padding-left: 1rem;
}

.reg-resources a {
  color: white;
}

/*** Cashier ***/
.reg-cashier {
  background-color: #efeded;
  padding: 1em;
}

.reg-cashier__info {
  padding: 2rem;
}

.reg-cashier__info > p {
  font-size: 16px;
}

.reg-cashier__photo {
  display: block;
  width: 100%;
  box-shadow: -16px 16px 0 white;
  margin: 16px;
}

.reg-quicktips .reg-subtitle {
  margin-bottom: 1rem;
}

.reg-quicktips__item {
  margin-bottom: 2rem;
}

.shoppingspree {
  background-image: url("//build.com.edu/uploads/sitecontent/images/admissions/shopping-spree-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 3em 1em;
  color: #fff;
}

.shoppingspree__info {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
}

.shoppingspree__info > * {
  flex: 1 1 300px;
  text-align: left;
  color: #fff;
  padding: 0 1rem;
}

.shoppingspree__headline {
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
}

@media screen and (min-width: 580px) {
  .shoppingspree__headline {
    font-size: 36px;
  }
}

/*** Reg Apply Notice Block ***/
.reg-apply-notice {
  background-color: #0675a4;
  color: white;
  padding: 1rem;
  text-align: center;
margin-bottom: 1em;
}

.reg-apply-notice__title {
text-align: center;
font-size: 21px;
font-weight: bold;
}

.button-short--dark {
background-color: #063B80;
}

/****** Promise Program New Styles ******/
.promise-page p {
  font-size: 16px;
  line-height: 1.5;
}

.promise__banner {
  border-bottom: 6px solid #fdcd5e;
}

.promise__banner > img {
  display: block;
}

/*** Blocked backgrounds ***/
.promise__background {
  padding: 2rem 1rem;
}

.promise--space-bottom {
  padding-bottom: 4rem;
}

.promise--space-top {
  padding-top: 4rem;
}

.promise__background--light {
  background-color: #f3f1ef;
  color: #33466e;
}

.promise__background--blue {
  background-color: #2d385a;
  color: #f3f1ef;
}

.promise__background--blue a {
  color: #fff;
}

/*** Promise Text ***/
.promise__intro-text {
  font-size: 18px;
  margin: 0;
}

.promise__subtitle {
  font-size: 28px;
  line-height: 1.285;
  color: #33466e;
  margin-top: 0;
  font-weight: bold;
}

.promise__subtitle--white {
  color: #f3f1ef;
}

.promise__text-gold {
  color: #efaa23;
}

.promise__city-list {
  color: #708297;
  font-size: 18px;
  margin-bottom: 0;
}

section.page-content .promise__city-list > li,
.promise__city-list > li {
  font-size: 18px;
}

.promise__small-text {
  font-size: 80%;
  text-transform: uppercase;
}

/*** Promise Callout Block ***/
.promise__callout {
  border: 1px solid #8192a3;
  background: #fff;
  padding: 2rem 1rem;
  margin: -2rem 1rem;
  z-index: 10;
  position: relative;
}

.promise__callout > p {
  color: #33466e;
  font-size: 1rem;
  margin: 0;
  margin-bottom: 1rem;
}

/*** Promise Steps Block ***/
.promise__step {
  padding-left: 40px;
  position: relative;
  margin-bottom: 2rem;
}

.promise__step::before {
  content: "";
  width: 36px;
  height: 33px;
  background-image: url("https://build.com.edu/uploads/sitecontent/images/promise/star.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.promise__step-title {
  font-size: 18px;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  color: #708297;
  font-weight: normal;
}

.promise__step-title > strong {
  color: #33466e;
  font-weight: bold;
}

.promise__step > p {
  color: #33466e;
  font-size: 1rem;
  margin-top: 0;
}

.promise__step > p:last-child {
  margin-bottom: 0;
}

.promise__steps > .promise__step:last-child {
  margin-bottom: 0;
}

.promise__focus-text {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.promise__details {
  background-color: #72b62b;
  padding: 2rem 1rem;
}

.promise__details > p {
  color: #fff;
}

/*** Promise Program Checklist Items ***/
.promise__checklist {
  padding: 2rem 1rem 0;
}

.checklist {
  display: flex;
  flex-flow: row wrap;
}

.checklist__item {
  flex: 0 0 350px;
  display: flex;
  margin: 1rem 1rem 3rem;
}

.checklist__icon > img {
  max-width: 130px;
}

.checklist__title,
.checklist__subtitle {
  margin: 0;
  line-height: 1;
}

.checklist__title {
  font-size: 24px;
  margin-bottom: 0.5rem;
  font-style: italic;
}

.checklist__title.--blue {
  color: #3c58a4;
}

.checklist__title.--lightblue {
  color: #13a5d0;
}

.checklist__title.--green {
  color: #71b62c;
}

.checklist__title.--red {
  color: #ac1918;
}

.checklist__title.--purple {
  color: #7e388d;
}

.checklist__smalltext {
  line-height: 1;
  color: gray;
}

@media screen and (max-width: 560px) {
  .promise__intro-text,
  section.page-content .promise__city-list > li,
  .promise__city-list > li {
    font-size: 16px;
  }

  .promise__subtitle {
    font-size: 21px;
  }

  .promise__step-title {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .checklist {
    display: block;
  }

  .checklist__item {
    width: 100%;
    display: flex;
    margin: 0 0 2em;
  }

  .checklist__icon > img {
    max-width: 100px;
  }
}

/****** Overflowing Words ********/
.breakword {
	/* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.ellipses {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


/***************************************
 * COVID Incidents page
 ***************************************/

.alertsystem {
  padding: 20px;
  background-color: #F3DEDF;
}

.alertsystem__message {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #B94A48;
}

.covid19 {
  background-color: #222;
  padding: 20px;
}

.covid19__title {
  color: #fff;
  font-size: 21px;
  line-height: 23px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
}

.covid-resource {
  width: calc(25% - 10px);
  float: left;
  margin: 5px;
  background-color: #3D3D3D;
}

.covid-resource a {
  text-decoration: none;
  display: block;
  position: relative;
  color: #fff;
}

.covid-resource-text {
	color: #fff;
	display: block;
	background-color: #3D3D3D;
	padding: 10px 8px;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	width: 100%;
  text-align: center;
  border-bottom: 2px solid rgba(255,255,255,0.15);
}

.covid-resource > a:hover .covid-resource-text{
  background-color: #efaa23;
  color: #222;
}

@media screen and (max-width: 860px) {
  .covid-resource {
    width: calc(50% - 10px);
    float: left;
    margin: 5px;
  }

  .covid-resource-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .covid-resource {
    width: 100%;
    float: none;
    margin: 0 0 16px;
  }
}


/***************************************
 * Legacy Layout Classes from old CSS
 ***************************************/
.colset {
  width: 100%;
  margin-bottom: 1em; }

.cols {
  padding: 0;
  margin: 1em; }

.cols-2,
.cols-3,
.cols-4,
.cols-3-2 {
  width: 100%;
  float: none;
  margin: 0 0 1em 0;
  padding: 0; }

@media screen and (min-width: 40em) {
  /*** Set items side by side ***/
  .cols-2 {
    width: 46%;
    float: left;
    margin: 0 1%;
    padding: 0 1%; }
  .cols-4 {
    width: 23%;
    float: left;
    margin: 0 1%;
    padding: 0 1%; }
  .cols-3 {
    width: calc(33.333% - 16px);
    float: left;
    padding: 0;
    margin-right: 8px;
    margin-left: 8px; }
  .cols-3:nth-of-type(1) {
    margin-left: 0;
    width: calc(33.333% - 8px); }
  .cols-3:nth-of-type(3) {
    margin-right: 0;
    width: calc(33.333% - 8px); }
  .cols-3-2 {
    width: 64%;
    float: left;
    margin: 0 1%;
    padding: 0 1%; }
  /** Column Count styles ***/
  .col-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

/***************************************
 * Legacy Classes from old CSS
 ***************************************/
/*** Divide Styles ***/
.divide {
  margin: 0 0 1em 0;
  border-bottom: 4px solid #ddd;
  padding-bottom: 1em; }

.divide-top {
  border-top: 4px solid #ddd;
  border-bottom: none;
  padding-top: 1em;
  margin-top: 1em; }

.divide-last-item {
  border: none; }

.notify-message {
  font-size: 20px;
  margin: 10px 0 16px;
  text-align: center;
  font-weight: bold; }

.notice {
  background-color: #c10435;
  font-size: 120%;
  color: #fff !important;
  padding: 1rem;
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
  align-items: center;
  border-radius: 8px; }

.notice a {
  color: #fff !important; }

.notice-icon {
  width: 50px;
  text-align: center; }

.notice-text {
  width: calc(100% - 66px);
  padding-left: 16px; }

.list {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

.list > li {
	margin-bottom: 0.5em;
}

.frame {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 4px;
}

/*** Adulted Grid ***/
.ae_grid-list {
  display: table;
  width: 100%;
  border-spacing: 0.5em;
}

.ae_grid-row {
  display: table-row;
}

.ae_grid-item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 50%;
  min-height: 100px;
  background: gray;
  padding: 20px 10px;
}

.ae_grid-icon {
  display: block;
  margin-bottom: 0.5rem;
}

.ae_grid-list a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.ae_grid-item:hover {
  background-color: purple;
}

a#prepare {
  background-color: #89202f;
  transition: all .2s ease-in-out;
}

a#career {
  background-color: #2b778e;
  transition: all .2s ease-in-out;
}

a#esl {
  background-color: #c18500;
  transition: all .2s ease-in-out;
}

a#ged {
  background-color: #3b7f62;
  transition: all .2s ease-in-out;
}

a#prepare:hover {
  background-color: #581720;
}

a#career:hover {
  background-color: #215e70;
}

a#esl:hover {
  background-color: #996b04;
}

a#ged:hover {
  background-color: #2d614b;
}

@media screen and (max-width: 550px) {
  .ae_grid-list, .ae_grid-row, .ae_grid-item {
    display: block;
  }

  .ae_grid-list {
    border-spacing: 0;
  }
  .ae_grid-item {
    width: 100%;
    display: block;
    margin-bottom: 0.5em;
  }
}


#pathways-promo .promo-title {
background-color: #b71f37;
	padding: 32px;
	margin-top: 0;
}

#pathways-promo h2 {
	color: #fff;
	text-align: center;
	font-size: 72px;
	font-weight: bold;
	text-transform: uppercase;
margin: 0;
}

#pathways-promo em.line-break {
display: block;
font-style: normal;
}

#pathways-promo .promo-intro {
text-align: center;
background-color: #00204E;
font-size: 18px;
color: #fff;
padding: 16px;
margin: 0;
border-top: 6px solid white;
}

@media screen and (max-width: 960px) {
	#pathways-promo h2 {
	font-size: 48px;
	}
}

@media screen and (max-width: 500px) {
	#pathways-promo h2 {
	font-size: 36px;
	}
}

/*** Listings ***/
.listing {
	margin: 0;
	padding: 0;
	list-style: none;
}

.listing > li {
	margin-bottom: 2em;
	border-bottom: 4px solid #ddd;
}

/*** Multicultural ***/
.mc-calendar {
  background-color: #faf2ea;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mc-calendar__title {
  text-align: center;
  color: #383838;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1rem;
}

.mc-calendar__subtitle {
  text-align: center;
  color: #fff;
  font-size: 36px;
  background-color: #1d3046;
  padding: 1rem;
  margin: 0;
  border-top: 4px solid white;
font-weight: bold;
}

.mc-image {
  width: 100%;
  display: block;
}

.mc-footer {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  padding: 2rem 3rem 1rem;
  margin: 0;
}
/*** Event Styles ***/
.multicultural-events {
  display: flex;
  flex-flow: row wrap;
}

.mc-event {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0.5rem;
  padding: 1.5rem 1rem;
  text-align: center;
  width: calc(50% - 1rem);
}

.mc-event__title {
  color: #1d3046;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.mc-event__date {
  color: #1d3046;
  font-size: 16px;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .multicultural-events {
    display: block;
  }

  .mc-event {
    margin: 0.5rem;
    width: calc(100% - 1rem);
  }

  .mc-calendar__title {
    font-size: 28px;
  }

  .mc-calendar__subtitle {
    font-size: 24px;
  }

  .mc-event__title {
    font-size: 16px;
  }

  .mc-footer {
    font-size: 16px;
  }
}

/**** Theatre Season Calendar ****/
.minicals {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.minical {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  border: 2px solid #ccc;
  padding: 1em;
  margin: 1em;
  width: 240px;
}

.minical table {
  border-collapse: separate;
  border-spacing: 2px;
}

.minical th {
  background: transparent;
}

.minical th, .minical td {
  font-size: 14px;
  padding: 4px;
  text-align: center;
  border: none;
  color: #2d2b36;
}

.minical .cal-event {
  background-color: #444;
  color: #fff;
}

.minical .cal-event-blue {
  background-color: #00a8ff;
}

.minical .cal-event-green {
  background-color: #03af13;
}

.minical .cal-event-pink {
  background-color: #de03c8;
}

.minical .cal-event-purple {
  background-color: #8400fa;
}

.minical .cal-event-orange {
  background-color: #fa7000;
}

.minical .cal-event-darkblue {
  background-color: #190b8a;
}

.cal-legend {
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #ccc;
  padding-top: 16px;
}

.cal-event-info > span {
  display: block;
  padding-bottom: 4px;
}

.cal-event-title {
  font-weight: bold;
}

.cal-event-title a {
  color: inherit;
}

.cal-event-title:before, .cal-event-title:after {
  content: '"';
}

.cal-event-block {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: 2px;
  flex-shrink: 0;
}

/** Educate a Woman Styles **/
.eaw-poster {
  text-align: center;
}

.eaw-poster__info {
  background-image: url('/giving/images/eaw-background-dots.gif');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 1em;
}

.eaw-poster__presents {
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}

.eaw-poster--hide {
  display: block;
  visibility: hidden;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.eaw-poster__title {
  color: #5cba47;
  font-size: 9rem;
  text-transform: lowercase;
  font-weight: normal;
  line-height: 0.95;
  letter-spacing: -0.5rem;
  word-spacing: -1.5rem;
  margin: 0;
}

.eaw-poster__title--first {
  display: block;
}

.eaw-poster__title-alt {
  color: #36afc7;
  font-size: 50%;
  font-family: cursive;
  vertical-align: top;
  letter-spacing: normal;
}

.eaw-poster__tagline {
  color: #36afc7;
  margin: 0;
  font-size: 1.5rem;
}

.eaw-poster__contact {
  border-top: 3rem solid #efaa23;
  margin-top: 1rem;
  display: flex;
  flex-flow: row wrap;
  padding: 1rem 0;
}

.eaw-poster__contact-item {
  flex: 1 1 30%;
  padding: 1rem;
  border-right: 2px dotted #ccc;
}

.eaw-poster__contact-date {
  font-size: 2rem;
  color: #003798;
}

.eaw-poster__contact-time {
  font-size: 1.5rem;
  color: #003798;
  letter-spacing: -1px;
}

.eaw-poster__contact-rsvp {
  color: #c10435;
  text-transform: uppercase;
}

.eaw-poster__location strong {
  font-weight: normal;
  color: #003798;
  font-size: 1.25rem;
}

.eaw-poster__contact p {
  margin-top: 0;
}

.eaw-poster__contact-item:last-child {
  border-right: none;
}

.eaw-poster__guest-photo {
  border-radius: 100%;
  width: 200px;
  max-width: none;
}

.eaw-poster__contact {
  font-size: 1.125em;
  color: #888;
}

.eaw-poster__contact-day {
  color: #888;
}

.eaw-poster__guest-name--title {
  font-size: 90%;
  display: block;
}

@media screen and (max-width: 1040px) and (min-width: 880px) {
  .eaw-poster__contact-item {
    flex: 1 1 50%;
    padding: 1rem;
    border-right: none;
  }

  .eaw-poster__contact-item:first-child {
    border-right: 2px dotted #ccc;
  }

  .eaw-poster__guest {
    margin-top: 1rem;
    border-top: 2px dotted #ccc;
  }
}

@media screen and (max-width: 770px) {
  .eaw-poster__contact-item {
    flex: 1 1 50%;
    padding: 1rem;
    border-right: none;
  }

  .eaw-poster__contact-item:first-child {
    border-right: 2px dotted #ccc;
  }

  .eaw-poster__guest {
    margin-top: 1rem;
    border-top: 2px dotted #ccc;
  }
}

@media screen and (max-width: 640px) {
  .eaw-poster__title {
    font-size: 4.5rem;
    letter-spacing: 0rem;
    word-spacing: -1rem;
  }

  .eaw-poster__tagline {
    font-size: 1.125rem;
  }

  .eaw-poster__presents {
    letter-spacing: 0.2rem;
    font-size: 0.9rem;
  }

  .eaw-poster__contact {
    font-size: 1rem;
  }

  .eaw-poster__contact-date {
    font-size: 1.5rem;
    color: #003798;
  }

  .eaw-poster__contact-time {
    font-size: 1.25rem;
    color: #003798;
    letter-spacing: -1px;
  }

  .eaw-poster__location strong {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 420px) {
  .eaw-poster__contact {
    display: block;
  }

  .eaw-poster__contact-item {
    margin-top: 0;
    border-top: 2px dotted #ccc;
  }

  .eaw-poster__contact-item:first-child {
    border: none;
  }
}

@media screen and (max-width: 300px) {
  .eaw-poster__title {
    font-size: 3rem;
    word-spacing: -0.5rem;
  }

  .eaw-poster__tagline {
    font-size: 1rem;
  }

  .eaw-poster__guest-photo {
    max-width: 100%;
  }
}

/*** Overflow Utility classes ****/
.overflow-scroll {
  overflow: scroll;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

/*** Tutoring Photo Grid ****/
.photo_item {
  flex: 1 1 50%;
  padding: 0 5px 10px;
}

.photo_item:nth-child(odd) {
  padding-left: 0;
}

.photo_item:nth-child(even) {
  padding-right: 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  /** Print styles from old print.css **/
  body {
    background: white;
    font-size: 10pt;
    line-height: 16pt;
    font-family: Verdana, Arial, Helvetica, sans-serif; }
  h1, h2, h3, h4 {
    font-family: Georgia, "Times New Roman", Times, serif; }
  h1 {
    font-size: 16pt;
    text-align: center;
    border-bottom: 1px dashed #b2b2b2;
    padding: 10pt; }
  h2 {
    font-size: 14pt;
    font-weight: 300; }
  h3 {
    font-size: 12pt; }
  p, section.page-content p, section.page-content li {
    font-size: 10pt; }
  img {
    border: 0; }
  #header, #footer, #sidebar, .go-nav, .go-top {
    display: none; }
  a:link, a:visited {
    color: #520;
    background: transparent;
    font-weight: bold;
    text-decoration: underline; }
  .pushDownLine {
    border-top: 3px dotted #ccc;
    height: 15px;
    width: 100%; }

  /*********************************************
     *	EMPLOYEE DIRECTORY
     ********************************************/
  #show-employees {
    clear: both; }
  #show-employees div.card2 {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid black;
    float: left;
    font-size: 8pt;
    height: 150px;
    margin: 0 10px 10px 0;
    overflow: scroll;
    width: 320px;
    padding-bottom: 10pt; }
  #show-employees div.card2 p {
    margin: 5px 5px 5px 110px; }
  .cleaner {
    clear: both;
    margin: 1px; }
  .left {
    float: left; }
  #show-employees .employee-image {
    margin: 0; }
  /*********************************************
     *	TABLE DEGREE REQUIREMENTS
     ********************************************/
  table.degree-requirements {
    border: 1px solid black;
    border-collapse: collapse;
    margin-bottom: 2em;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    width: 100%; }
  table.degree-requirements th {
    border: 1px solid black;
    padding: 8px;
    background: #004D91;
    color: #fff;
    text-align: left; }
  table.degree-requirements td {
    border: 1px solid black;
    padding: 8px;
    text-align: left; }
  /*********************************************
     *	Success Stories Site
     ********************************************/
  .slideContainer, nav, .iosSliderButtons {
    display: none; }
  .listing ul .profile_thumbnail {
    float: none;
    margin: 0 0 10px; }
  .listing ul li {
    max-height: 100%; }
  a:link:after,
  a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%; }
  .footer-content {
    display: none; }
  /************************************************
     * NEW PRINT STYLES
     ***********************************************/
  #mobile-header, section#nav, #breadcrumb-nav, .search-form, aside#section-nav, section.connections, .herContentWrap {
    display: none; }
  section.maincontent, aside {
    float: none;
    width: 100%;
    display: block;
    margin: 0; }
  a:link:after {
    content: ""; }
  * {
    color: #000;
    background: #fff; }
  a {
    color: #555; } }
