@charset "UTF-8";
html {
  box-sizing: border-box; }

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

.ms-options-wrap > button {
  position: relative;
  width: 100%;
  text-align: left;
  outline: none;
  white-space: nowrap; }

.ms-options-wrap > .ms-options {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 20px;
  background: white;
  z-index: 1000; }

.ms-options-wrap > .ms-options .ms-selectall {
  display: inline-block;
  font-size: .9em;
  text-transform: lowercase;
  text-decoration: none; }

.ms-options-wrap > .ms-options .ms-selectall:hover {
  text-decoration: underline; }

.ms-options-wrap > .ms-options > .ms-selectall.global {
  margin: 4px 5px; }

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

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

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

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

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

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

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

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

/* right to left */
.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:disabled {
  opacity: 0.3;
  cursor: auto; }

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

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.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: 0.25;
  cursor: pointer; }

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, 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 {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .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: -.5em; }

sub {
  bottom: -.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;
  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: not-allowed; }

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select, textarea {
  border-radius: 3px; }

select {
  width: 100%; }

#map_canvas embed, #map_canvas img, #map_canvas object, .map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1; }

[data-whatinput=mouse] button {
  outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em, i {
  font-style: italic; }

b, em, i, strong {
  line-height: inherit; }

b, strong {
  font-weight: 700; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.4; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #cacaca;
  line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }

a:focus, a:hover {
  color: #258faf; }

a img {
  border: 0; }

hr {
  max-width: 62.5rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

dl, ol, ul {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc; }

ol, ul {
  margin-left: 1.25rem; }

ol ol, ol ul, ul ol, ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }

dl dt {
  margin-bottom: .3rem;
  font-weight: 700; }

blockquote {
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a; }

cite {
  display: block;
  font-size: .8125rem;
  color: #8a8a8a; }

cite:before {
  content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-weight: 400;
  border: 1px solid #cacaca;
  padding: .125rem .3125rem .0625rem; }

code, kbd {
  font-family: Consolas,Liberation Mono,Courier,monospace;
  color: #0a0a0a;
  background-color: #e6e6e6; }

kbd {
  padding: .125rem .25rem 0;
  margin: 0;
  border-radius: 3px; }

.subheader {
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }

p + .stat {
  margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print, th.show-for-print {
    display: table-cell !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after, a[href^='#']:after, a[href^='javascript:']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  blockquote, pre {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img, tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: .5cm; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 3px;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow .5s,border-color .25s ease-in-out; }

textarea {
  max-width: 100%; }

textarea[rows] {
  height: auto; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder, textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type=button], [type=submit] {
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  box-sizing: border-box; }

[type=checkbox], [type=file], [type=radio] {
  margin: 0 0 1rem; }

[type=checkbox] + label, [type=radio] + label {
  display: inline-block;
  margin-left: .5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

[type=checkbox] + label[for], [type=radio] + label[for] {
  cursor: pointer; }

label > [type=checkbox], label > [type=radio] {
  margin-right: .5rem; }

[type=file] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a; }

label.middle {
  margin: 0 0 1rem;
  padding: .5625rem 0; }

.help-text {
  margin-top: -.5rem;
  font-size: .8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }

.input-group > :first-child {
  border-radius: 3px 0 0 3px; }

.input-group > :last-child > * {
  border-radius: 0 3px 3px 0; }

.input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }

.input-group-label:first-child {
  border-right: 0; }

.input-group-label:last-child {
  border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }

.input-group-button a, .input-group-button button, .input-group-button input {
  margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: .5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }

.fieldset legend {
  background: #fefefe;
  padding: 0 .1875rem;
  margin: 0;
  margin-left: -.1875rem; }

select {
  height: 2.4375rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed; }

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

select[multiple] {
  height: auto;
  background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(198, 15, 19, 0.1);
  border-color: #c60f13; }

.form-error, .is-invalid-label {
  color: #c60f13; }

.form-error {
  display: none;
  margin-top: -.5rem;
  margin-bottom: 1rem;
  font-size: .75rem;
  font-weight: 700; }

.form-error.is-visible {
  display: block; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix:after, .clearfix:before {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.hide-for-portrait, .show-for-landscape {
  display: block !important; }

@media screen and (orientation: landscape) {
  .hide-for-portrait, .show-for-landscape {
    display: block !important; } }

@media screen and (orientation: portrait) {
  .hide-for-portrait, .show-for-landscape {
    display: none !important; } }

.hide-for-landscape, .show-for-portrait {
  display: none !important; }

@media screen and (orientation: landscape) {
  .hide-for-landscape, .show-for-portrait {
    display: none !important; } }

@media screen and (orientation: portrait) {
  .hide-for-landscape, .show-for-portrait {
    display: block !important; } }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem; }

.breadcrumbs:after, .breadcrumbs:before {
  content: ' ';
  display: table; }

.breadcrumbs:after {
  clear: both; }

.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: .6875rem;
  cursor: default;
  text-transform: uppercase; }

.breadcrumbs li:not(:last-child):after {
  color: #cacaca;
  content: "/";
  margin: 0 .75rem;
  position: relative;
  top: 1px;
  opacity: 1; }

.breadcrumbs a {
  color: #2ba6cb; }

.breadcrumbs a:hover {
  text-decoration: underline; }

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }

.pagination:after, .pagination:before {
  content: ' ';
  display: table; }

.pagination:after {
  clear: both; }

.pagination li {
  font-size: .875rem;
  margin-right: .0625rem;
  border-radius: 3px;
  display: none; }

.pagination li:first-child, .pagination li:last-child {
  display: inline-block; }

@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block; } }

.pagination a, .pagination button {
  color: #0a0a0a;
  display: block;
  padding: .1875rem .625rem;
  border-radius: 3px; }

.pagination a:hover, .pagination button:hover {
  background: #e6e6e6; }

.pagination .current {
  padding: .1875rem .625rem;
  background: #2ba6cb;
  color: #fefefe;
  cursor: default; }

.pagination .disabled {
  padding: .1875rem .625rem;
  color: #cacaca;
  cursor: not-allowed; }

.pagination .disabled:hover {
  background: transparent; }

.pagination .ellipsis:after {
  content: '\2026';
  padding: .1875rem .625rem;
  color: #0a0a0a; }

.pagination-previous.disabled:before, .pagination-previous a:before {
  content: '\00ab';
  display: inline-block;
  margin-right: .5rem; }

.pagination-next.disabled:after, .pagination-next a:after {
  content: '\00bb';
  display: inline-block;
  margin-left: .5rem; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0; }

.accordion-item:first-child > :first-child {
  border-radius: 3px 3px 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 3px 3px; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: .75rem;
  color: #2ba6cb;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0; }

:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 3px 3px;
  border-bottom: 1px solid #e6e6e6; }

.accordion-title:focus, .accordion-title:hover {
  background-color: #e6e6e6; }

.accordion-title:before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -.5rem; }

.is-active > .accordion-title:before {
  content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6; }

.has-tip {
  border-bottom: 1px dotted #8a8a8a;
  font-weight: 700;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: .75rem;
  position: absolute;
  z-index: 1;
  top: calc(100% + .6495rem);
  max-width: 10rem !important;
  border-radius: 3px; }

.tooltip:before {
  border-color: transparent transparent #0a0a0a;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.tooltip.top:before, .tooltip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: .75rem inset; }

.tooltip.top:before {
  border-color: #0a0a0a transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto; }

.tooltip.left:before {
  border-color: transparent transparent transparent #0a0a0a;
  border-left-style: solid;
  border-right-width: 0;
  left: 100%; }

.tooltip.left:before, .tooltip.right:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: .75rem inset;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.tooltip.right:before {
  border-color: transparent #0a0a0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  left: auto;
  right: 100%; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }

.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.flex-video.widescreen {
  padding-bottom: 56.25%; }

.flex-video.vimeo {
  padding-top: 0; }

.orbit, .orbit-container {
  position: relative; }

.orbit-container {
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-caption, .orbit-next, .orbit-previous {
  position: absolute;
  padding: 1rem;
  color: #fefefe; }

.orbit-next, .orbit-previous {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }

[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0; }

.orbit-next:active, .orbit-next:focus, .orbit-next:hover, .orbit-previous:active, .orbit-previous:focus, .orbit-previous:hover {
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: .8rem;
  margin-bottom: .8rem;
  text-align: center; }

[data-whatinput=mouse] .orbit-bullets {
  outline: 0; }

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: .1rem;
  background-color: #cacaca;
  border-radius: 50%; }

.orbit-bullets button.is-active, .orbit-bullets button:hover {
  background-color: #8a8a8a; }

.thumbnail {
  border: 4px solid #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow .2s ease-out;
  border-radius: 3px;
  margin-bottom: 1rem; }

.thumbnail:focus, .thumbnail:hover {
  box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); }

.row {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto; }

.row:after, .row:before {
  content: ' ';
  display: table; }

.row:after {
  clear: both; }

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row .row {
  margin-left: -.9375rem;
  margin-right: -.9375rem; }

.row .row.collapse {
  margin-left: 0;
  margin-right: 0; }

.row.expanded {
  max-width: none; }

.row.expanded .row {
  margin-left: auto;
  margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: .9375rem;
  padding-right: .9375rem; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right; }

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both; }

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both; }

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both; }

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both; }

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both; }

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both; }

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both; }

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both; }

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.expanded.row .small-collapse.row, .small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: .9375rem;
  padding-right: .9375rem; }

.small-centered {
  margin-left: auto;
  margin-right: auto; }

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both; }

.small-pull-0, .small-push-0, .small-uncentered {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .expanded.row .medium-collapse.row, .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem; }
  .medium-centered {
    margin-left: auto;
    margin-right: auto; }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }
  .medium-pull-0, .medium-push-0, .medium-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .expanded.row .large-collapse.row, .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem; }
  .large-centered {
    margin-left: auto;
    margin-right: auto; }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }
  .large-pull-0, .large-push-0, .large-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

.slide-in-down.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active, .hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active, .scale-out-up.mui-leave {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active, .spin-out.mui-leave {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity; }

.spin-in-ccw.mui-enter, .spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity; }

.spin-in-ccw.mui-enter.mui-enter-active, .spin-out-ccw.mui-leave {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
  opacity: 0; }

.slow {
  transition-duration: 0.75s !important; }

.fast {
  transition-duration: 0.25s !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 0.3s !important; }

.long-delay {
  transition-delay: 0.7s !important; }

.shake {
  -webkit-animation-name: a;
  animation-name: a; }

@-webkit-keyframes a {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

@keyframes a {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: b;
  animation-name: b; }

@-webkit-keyframes b {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes b {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: b;
  animation-name: b; }

@keyframes b {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: c;
  animation-name: c; }

@-webkit-keyframes c {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, to {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes c {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, to {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.shake, .spin-ccw, .spin-cw, .wiggle {
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 0.75s !important;
  animation-duration: 0.75s !important; }

.fast {
  -webkit-animation-duration: 0.25s !important;
  animation-duration: 0.25s !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important; }

.long-delay {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important; }

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top; }

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap; }

/* Button */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative; }

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block; }

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0; }

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default; }

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left; }

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px; }

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px; }

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none; }

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none; }

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px; }

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold; }

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default; }

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0; }

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0; }

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left; }

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left; }

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit; }

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px; }

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px; }

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.selectboxit-list .selectboxit-option-anchor {
  color: #333333; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x; }

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999; }

.emergency {
  text-align: center;
  padding: 0;
  /*width: 100%;*/
  width: 96.3%;
  height: 59px;
  background: #88ff88;
  margin: 0px;
  margin-left: 3.7em; }
  .emergency p {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    /*margin-top: 10px;*/
    font-size: 1.15em;
    color: black; }
    .emergency p a {
      color: black;
      font-weight: bold; }
  .emergency input#x {
    border: 1px solid white;
    position: relative;
    /*   top: -45px;
   right: -400px;*/
    float: right;
    margin-top: -33px;
    margin-right: 5%;
    background-color: #ffe512;
    color: white; }

.notice {
  text-align: center;
  padding: 0;
  /*width: 100%;*/
  width: 96.3%;
  height: 59px;
  background: #8bbbee;
  margin: 0px;
  margin-left: 3.7em; }
  .notice p {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    /*margin-top: 10px;*/
    font-size: 1.15em;
    color: black; }
    .notice p a {
      color: black;
      font-weight: bold; }
  .notice input#x {
    border: 1px solid white;
    position: relative;
    float: right;
    margin-top: -33px;
    margin-right: 5%;
    background-color: #8bbbee;
    color: white; }

body.toolbar-drawer {
  background-color: #404040; }

.admin {
  font: Verdana; }

/* workbench_block.css */
div.workbench-info-block {
  background: none repeat scroll 0 0 #FFFBD9;
  list-style: none outside;
  padding: 0.25em 0.5em 0.25em 0.5em;
  margin: 0;
  border-color: #FFEBC5;
  border-style: solid none;
  border-width: 1px;
  color: #666;
  font-size: 0.95em; }

/* workbench_moderation.css */
.current-revision td {
  background-color: #faafbe; }

.published-revision td {
  background-color: #aaffaa; }

.width-auto {
  width: auto; }

form.workbench-moderation-moderate-form,
form.workbench-moderation-moderate-form div,
form.workbench-moderation-moderate-form label {
  display: inline; }

#workbench-moderation-admin-transitions-form table {
  min-width: 380px; }

/* button.secondary.active */
button.secondary.active, .button.secondary.active {
  background-color: #a7192d;
  color: #fff; }

/*EDMAG*/
.node-type-edmag-article .introduction {
  padding: 0px 0px 36px 0px; }

@font-face {
  font-family: "archivo_narrowregular", Arial;
  src: url("../fonts/archivo-narrow/archivonarrow-regular-webfont.eot");
  src: url("../fonts/archivo-narrow/archivonarrow-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/archivo-narrow/archivonarrow-regular-webfont.woff") format("woff"), url("../fonts/archivo-narrow/archivonarrow-regular-webfont.ttf") format("truetype"), url("../fonts/archivo-narrow/archivonarrow-regular-webfont.svg#archivo_narrowregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.edmagWrap .mainWrap {
  position: relative;
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
  -webkit-transform: translateX(0rem);
  -moz-transform: translateX(0rem);
  -ms-transform: translateX(0rem);
  -o-transform: translateX(0rem);
  transform: translateX(0rem); }

.edmagWrap .slideInPanels {
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-transition: left 0.35s ease-in;
  -moz-transition: left 0.35s ease-in;
  transition: left 0.35s ease-in;
  font-family: "archivo_narrowregular", Arial; }
  .edmagWrap .slideInPanels .archive {
    width: 90%; }
  .edmagWrap .slideInPanels ul {
    list-style-type: none;
    margin: 0; }
    .edmagWrap .slideInPanels ul li a {
      font-size: 110%; }
  .edmagWrap .slideInPanels a {
    color: #a7192d;
    /*USE SCSS VAR*/ }
  .edmagWrap .slideInPanels .edmagMenuPanel ul {
    list-style-type: none;
    margin: 0;
    line-height: 2;
    padding-top: 5rem;
    font-size: 110%;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 2rem;
    margin-right: 1.8rem;
    margin-bottom: 1rem; }

.edmagWrap .edmag-mask {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 500;
  width: 100%;
  height: 200%;
  display: none;
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in; }

.edmagWrap .leftSidebar {
  width: 5rem;
  position: fixed;
  height: 100%;
  background: #a7192d;
  /*USE SCSS VAR*/
  z-index: 99; }
  .edmagWrap .leftSidebar a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0 18px 0;
    text-align: center;
    font-family: "archivo_narrowregular", Arial; }
    .edmagWrap .leftSidebar a span {
      font-family: "archivo_narrowregular", Arial;
      font-size: 84%;
      padding-top: 5px;
      display: block;
      line-height: 1; }
    .edmagWrap .leftSidebar a.archiveIcon {
      padding: 18px 0 18px 0; }
      .edmagWrap .leftSidebar a.archiveIcon span.icon {
        height: 30px;
        width: 23px;
        display: block;
        margin: 0 auto;
        background: url(../images/display/icons/iconEdmagArchive.png) no-repeat;
        -webkit-transition: all 0.35s ease-in;
        -moz-transition: all 0.35s ease-in;
        transition: all 0.35s ease-in; }
    .edmagWrap .leftSidebar a.menuIcon {
      background: #313131;
      padding: 24px 0 12px 0;
      height: 5rem;
      -webkit-transition: all 0.35s ease-in;
      -moz-transition: all 0.35s ease-in;
      transition: all 0.35s ease-in; }
      .edmagWrap .leftSidebar a.menuIcon span {
        padding: 6px 0 4px 0; }
      .edmagWrap .leftSidebar a.menuIcon:before {
        font-family: icomoon;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e60b';
        line-height: inherit;
        color: #989898;
        -webkit-transition: all 0.35s ease-in;
        -moz-transition: all 0.35s ease-in;
        transition: all 0.35s ease-in; }
    .edmagWrap .leftSidebar a.archiveIcon {
      -webkit-transition: all 0.35s ease-in;
      -moz-transition: all 0.35s ease-in;
      transition: all 0.35s ease-in;
      background: #4f85c5; }
    .edmagWrap .leftSidebar a.edSearchIcon {
      -webkit-transition: all 0.35s ease-in;
      -moz-transition: all 0.35s ease-in;
      transition: all 0.35s ease-in;
      background: #d9410f; }
    .edmagWrap .leftSidebar a.icon-search:before {
      font-family: icomoon;
      font-size: 135%; }
    .edmagWrap .leftSidebar a.homeIcon {
      border-bottom: 1px solid #b94757; }
      .edmagWrap .leftSidebar a.homeIcon img {
        max-width: 32px; }

.edmagWrap .bodyCopy {
  padding: 0;
  max-width: none;
  position: relative; }
  .edmagWrap .bodyCopy p {
    max-width: none; }
  .edmagWrap .bodyCopy ul.orbit {
    max-width: none; }
  .edmagWrap .bodyCopy h1.pageHeadline {
    padding: 0; }

.edmagWrap .edmagDrawers {
  width: 100%;
  background: #313131;
  font-family: "archivo_narrowregular", Arial; }
  .edmagWrap .edmagDrawers .drawer {
    float: none;
    width: 100%;
    color: #fff;
    background: #313131;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    padding: 20px; }
    .edmagWrap .edmagDrawers .drawer .inside {
      position: relative;
      display: none; }
      .edmagWrap .edmagDrawers .drawer .inside .heading {
        display: none; }
    .edmagWrap .edmagDrawers .drawer .subTitle {
      font-size: 90%; }
    .edmagWrap .edmagDrawers .drawer.open {
      background: #f7f7f7;
      color: #333;
      border-right: 1px solid #313131; }
      .edmagWrap .edmagDrawers .drawer.open .subTitle {
        padding-bottom: 0.5rem; }
      .edmagWrap .edmagDrawers .drawer.open .inside {
        display: block; }
      .edmagWrap .edmagDrawers .drawer.open a.opener {
        display: none; }
      .edmagWrap .edmagDrawers .drawer.open a.closer {
        display: inline;
        margin-right: 0.75rem;
        color: #7b7b7b;
        font-size: 90%; }
        .edmagWrap .edmagDrawers .drawer.open a.closer:before {
          content: "" !important; }
    .edmagWrap .edmagDrawers .drawer:last-child {
      border-right: none; }
    .edmagWrap .edmagDrawers .drawer a.closer {
      display: none; }

.edmagWrap .credit {
  padding-left: 0;
  padding-right: 0; }

.edmagWrap .colMainContentContainer .colMainContent {
  padding: 0; }

.edmagWrap ul.orbit li {
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s  linear;
  transition: all 0.35s  linear;
  background: #fff; }
  .edmagWrap ul.orbit li .edmag-caption {
    padding: 1rem;
    font-family: "Crimson Text", "Times New Roman", Georgia, Serif; }
    .edmagWrap ul.orbit li .edmag-caption h2 {
      font-family: "archivo_narrowregular", Arial;
      font-size: 2.0em;
      text-transform: none;
      line-height: 1;
      margin: 0 0 0.33rem 0; }
    .edmagWrap ul.orbit li .edmag-caption p {
      font-family: "Crimson Text", "Times New Roman", Georgia, Serif; }
      .edmagWrap ul.orbit li .edmag-caption p > a {
        padding-left: 2rem;
        position: relative;
        font-family: "archivo_narrowregular", Arial;
        font-size: 125%;
        color: #000;
        display: block;
        line-height: 1; }
        .edmagWrap ul.orbit li .edmag-caption p > a:before {
          width: 0;
          height: 0;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          content: '';
          border-left: 7px solid #a7192d;
          /*USE SCSS VAR for color */
          position: absolute;
          display: inline-block;
          left: 0;
          top: 50%;
          margin-top: -7px; }
    .edmagWrap ul.orbit li .edmag-caption a.all {
      padding-left: 2rem;
      position: relative;
      font-family: "archivo_narrowregular", Arial;
      font-size: 150%;
      color: #000;
      display: block;
      line-height: 1;
      font-size: 80%;
      text-transform: uppercase; }
      .edmagWrap ul.orbit li .edmag-caption a.all:before {
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        content: '';
        border-left: 7px solid #a7192d;
        /*USE SCSS VAR for color */
        position: absolute;
        display: inline-block;
        left: 0;
        top: 50%;
        margin-top: -7px; }
  .edmagWrap ul.orbit li .imageWrap {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .edmagWrap ul.orbit li .imageWrap img {
      width: 100%;
      display: none; }

body .edmagWrap .orbit-container .orbit-prev,
body .edmagWrap .orbit-container .orbit-next {
  display: none; }

.newsStory .buttonStrip {
  padding-left: 0;
  padding-right: 0; }

.menuActive .edmagWrap .leftSidebar a.menuIcon {
  color: #313131;
  background: #f2f2f2; }
  .menuActive .edmagWrap .leftSidebar a.menuIcon:before {
    color: #313131; }

.menuActive .edmagWrap .mainWrap {
  -webkit-transform: translateX(90%);
  -moz-transform: translateX(90%);
  -ms-transform: translateX(90%);
  -o-transform: translateX(90%);
  transform: translateX(90%);
  margin-left: 0; }

.menuActive .edmagWrap .colMainContentContainer .colMainContent {
  background: #f2f2f2; }

.menuActive .edmag-mask {
  display: block; }

.menuActive .edmagMenuPanel {
  left: 100%; }

.archiveActive .edmagWrap .leftSidebar a.archiveIcon {
  background: #f2f2f2;
  color: #4f85c5; }
  .archiveActive .edmagWrap .leftSidebar a.archiveIcon span.icon {
    background-position: -23px top; }

.archiveActive .edmagWrap .mainWrap {
  -webkit-transform: translateX(95%);
  -moz-transform: translateX(95%);
  -ms-transform: translateX(95%);
  -o-transform: translateX(95%);
  transform: translateX(95%);
  margin-left: 0; }

.archiveActive .archivePanel {
  left: 100%;
  z-index: 5;
  background-color: white; }
  .archiveActive .archivePanel .view-header {
    left: 0; }
  .archiveActive .archivePanel .archiveIcon {
    position: absolute;
    right: 0;
    top: 0;
    background: #d6d6d6;
    width: 2.5rem;
    /* height: 2.5rem; */
    z-index: 999;
    text-align: center;
    /* line-height: 2.5; */
    color: #5a5a5a;
    z-index: 1000;
    margin: 0;
    font-family: arial; }

.archiveActive .edmag-mask {
  display: block; }

.edSearchActive .edmagWrap .leftSidebar a.edSearchIcon {
  background: #f2f2f2;
  color: #d9410f; }

.edSearchActive .edmag-mask {
  display: block; }

.edSearchActive .searchFormPanel {
  left: 0; }

body.edmag-issue {
  background: #fff; }
  body.edmag-issue.menuActive .bodyCopy {
    background: #f2f2f2;
    padding: 0; }
  body.edmag-issue.menuActive .mainWrap {
    background: #fff; }
  body.edmag-issue.menuActive .bodyCopy {
    padding: 0; }
  body.edmag-issue .bodyCopy {
    padding: 0 0 0 5rem;
    font-family: "archivo_narrowregular", Arial;
    -webkit-transition: padding 0.35s ease-in;
    -moz-transition: padding 0.35s ease-in;
    transition: padding 0.35s ease-in; }

body.edmag-article.menuActive .edmagMenuPanel {
  background: #f2f2f2; }

body.edmag-article .mainWrap {
  padding: 0 1rem;
  margin-left: 5rem; }

body.edmag-article .bodyCopy {
  font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
  line-height: 1.4;
  font-size: 1.1em; }
  body.edmag-article .bodyCopy p {
    font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
    line-height: 1.4;
    font-size: 1.1em; }
  body.edmag-article .bodyCopy ul {
    font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
    line-height: 1.4;
    font-size: 1.1em; }

body.edmag-article .navigationAncestors {
  margin-left: 0;
  padding: 10px 0 0 0; }

body.edmag-article .sticky .navigationAncestors {
  padding-left: 1rem !important; }

body.toolbar .archivePanel .view-header {
  top: 4rem; }

.archivePanel {
  left: 0;
  -webkit-transition: left 0.35s ease-in;
  -moz-transition: left 0.35s ease-in;
  transition: left 0.35s ease-in;
  position: absolute;
  padding-left: 5rem;
  width: 95% !important;
  overflow: auto;
  padding-top: 5rem; }
  .archivePanel .view-header {
    position: fixed;
    z-index: 9;
    width: 95%;
    left: -100%;
    padding-left: 5rem;
    top: 0;
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in; }
  .archivePanel .archive-group {
    clear: both;
    padding: 2rem 0rem;
    border-bottom: 1px solid #313131;
    margin: 0rem 0rem 0rem 2rem; }
    .archivePanel .archive-group:last-child {
      border-bottom: none; }
    .archivePanel .archive-group.first {
      padding-top: 0; }
    .archivePanel .archive-group:after {
      content: " ";
      display: table;
      clear: both; }
    .archivePanel .archive-group .views-row:last-child {
      margin-right: 0; }
  .archivePanel .yearlisting {
    font-family: "archivo_narrowregular", Arial;
    padding-right: 2.5rem;
    border-bottom: 1px solid #d6d6d6;
    margin-left: 2rem;
    line-height: 2; }
    .archivePanel .yearlisting a {
      color: #4f85c5;
      /*USE SCSS VAR*/
      font-family: "archivo_narrowregular", Arial;
      margin-right: 1rem;
      line-height: 2.2;
      font-size: 1.1em; }
  .archivePanel .academic-year {
    margin-right: 0; }
    .archivePanel .academic-year .yearcontent {
      font-family: "archivo_narrowregular", Arial;
      line-height: 1; }
      .archivePanel .academic-year .yearcontent a {
        font-family: "archivo_narrowregular", Arial;
        color: #4e84c4;
        font-size: 200%;
        padding-bottom: 0.5rem;
        display: block; }
  .archivePanel .views-row {
    float: left;
    width: 30%;
    margin-right: 3%; }
    .archivePanel .views-row > a {
      border: 10px solid #313131;
      background: #313131;
      border-bottom: none;
      color: #fff;
      display: block;
      font-family: "archivo_narrowregular", Arial; }
      .archivePanel .views-row > a img {
        width: 100%; }
    .archivePanel .views-row a.textLink {
      position: relative;
      font-family: "archivo_narrowregular", Arial;
      position: relative;
      display: block;
      padding: 0rem 0.5rem 0.5rem 1rem;
      line-height: 2;
      font-size: 110%; }
      .archivePanel .views-row a.textLink:before {
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        content: '';
        border-left: 7px solid #4f85c5;
        /*USE SCSS VAR for color */
        position: absolute;
        display: inline-block;
        left: 0;
        top: 50%;
        margin-top: -7px; }

.edmagMenuPanel {
  left: 0;
  -webkit-transition: left 0.35s ease-in;
  -moz-transition: left 0.35s ease-in;
  transition: left 0.35s ease-in;
  position: absolute;
  padding-left: 7rem;
  background: white;
  z-index: 1;
  width: 90%; }

.searchFormPanel {
  padding-left: 5rem;
  width: 35%;
  z-index: 1;
  position: fixed;
  left: -100%;
  top: 5rem;
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in; }
  .searchFormPanel label {
    display: none; }
  .searchFormPanel .searchInput {
    height: 5rem; }

.edmagMenuBottom {
  margin-top: 10rem;
  padding-right: 1rem; }

.edmagLogoTitle {
  position: absolute;
  z-index: 9;
  margin: 1rem; }
  .edmagLogoTitle .logo-full {
    float: left; }

.edmagLogo .logo-full {
  float: left; }

.edmagIssueNum {
  float: left;
  display: inline-block;
  font-family: "archivo_narrowregular", Arial;
  padding-top: 109px;
  padding-left: 0.75rem;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #313131; }

.siteContainer.archive-height {
  background: #fff; }

.edmagArticleFeatured {
  margin: 1rem 0; }
  .edmagArticleFeatured img {
    width: 100%;
    border: 2rem solid #313131; }

.socialIndicator {
  display: none; }

.jspPane {
  width: 100% !important; }

.jspDrag {
  border-radius: 10px;
  background: #4f85c5;
  /*USE SCSS VAR*/ }

.jspTrack,
.jspVerticalBar {
  background: none; }

.jspContainer {
  overflow: hidden;
  position: relative;
  width: 100% !important; }

.node-type-edmag-article .socialMediaStrip {
  clear: both; }

.node-type-edmag-article h1.edmagHeadline {
  font-size: 3.0em;
  font-family: "archivo_narrowregular", Arial; }

.node-type-edmag-article .edmagLogo {
  padding-top: 2rem; }

.edmagWrap .edmagMenuPanel .menuIcon {
  position: absolute;
  right: 0;
  top: 0;
  background: #d6d6d6;
  width: 2.5rem;
  /* height: 2.5rem; */
  z-index: 999;
  text-align: center;
  line-height: 40px;
  color: #5a5a5a;
  z-index: 1000;
  margin: 0;
  font-family: arial; }

body.archiveActive,
body.archiveActive .edmagWrap {
  height: 100%;
  overflow: hidden; }

.edmag-article .mainWrap .buttonStrip.buttonStripLeft {
  padding-bottom: 10px; }

body.edmag-article .edmagFooterWrap {
  margin-left: 5rem; }

/*MEDIA QUERIES*/
/*767px max*/
@media only screen and (max-width: 47.9375em) {
  /*fix for the sticky strip docking too far right when scrolling 
	back to the top of page after the strip was fixed to top*/
  .edmagWrap .socialMediaStrip {
    width: auto !important;
    padding-top: 10px; }
  .edmagWrap .socialMediaStrip.sticky {
    padding-top: 0; }
  .node-type-edmag-article h1.edmagHeadline {
    line-height: 1;
    font-size: 250%;
    padding-top: 10px; }
  .socialMediaStrip .edmag-mask {
    display: none; }
  .siteFooterContact {
    padding-left: 1.1rem; }
  .menuActive .mainWrap,
  .menuActive .socialMediaStrip {
    -webkit-transform: translateX(75%);
    -moz-transform: translateX(75%);
    -ms-transform: translateX(75%);
    -o-transform: translateX(75%);
    transform: translateX(75%); }
  .archivePanel .views-row {
    clear: left;
    width: 85%;
    margin-bottom: 1rem; }
  .edmagWrap ul.orbit li .imageWrap {
    float: none;
    width: 100% !important; }
  .edmagDrawers .drawer {
    height: auto !important; }
  .edmagWrap ul.orbit li .imageWrap {
    background: none !important; }
  .edmagWrap ul.orbit li .imageWrap img {
    width: 100%;
    display: block; }
  .archivePanel {
    padding-top: 5.5rem; }
  .archivePanel .yearlisting,
  .archivePanel .archive-group {
    margin-left: 1rem; }
  .edmagLogoTitle {
    max-width: 40%; } }

/*768px+*/
@media only screen and (min-width: 48em) {
  /*fix for teh sticky strip docking too far right when scrolling 
	back to the top of page after the strip was fixed to top*/
  .edmagWrap .socialMediaStrip > div {
    padding: 0px 0px 0 20px; }
  .edmagWrap .socialMediaStrip {
    padding: 2rem 0 1rem 0; }
  .edmagWrap .socialMediaStrip.sticky > div {
    padding: 5px 0px 0 20px; }
  .edmagWrap .socialMediaStrip.sticky {
    padding: 7px 1rem 0 0; }
  .edmagWrap .socialMediaStrip.sticky {
    width: 100% !important;
    padding-left: 1rem;
    top: 0;
    height: 4rem;
    overflow: hidden; }
  .leftSidebar.social-fixed {
    top: 4rem; }
  .edmagLogoTitle {
    max-width: none; }
  body.edmag-article .mainWrap {
    padding: 0 15%; }
  .edmagWrap ul.orbit li .edmag-caption {
    padding: 180px 2rem 2rem; }
  .edmagWrap ul.orbit li .edmag-caption {
    float: left;
    width: 33%;
    max-width: 400px; }
  .edmagWrap ul.orbit li .imageWrap {
    position: absolute;
    right: 0;
    height: 100%; }
  .archivePanel .archive-group {
    margin: 0rem 6rem 0rem 2rem; }
  .edmagMenuPanel {
    width: 40%; }
  .menuActive .edmagWrap .mainWrap {
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    -o-transform: translateX(40%);
    transform: translateX(40%);
    margin-left: 0; }
  .edmagLogoTitle {
    margin: 2rem; }
  .edmagDrawers .drawer.open .inside {
    position: absolute;
    position: a;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 20px 20px 0; }
  .edmagDrawers .drawer .inside .heading {
    display: block; }
  .edmagWrap .edmagDrawers .drawer {
    width: 20%;
    float: left;
    border-right: 1px solid #5b5b5b;
    color: #fff;
    position: relative;
    background: #313131;
    padding: 20px;
    min-height: 100px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear; }
  .edmagArticleFeatured {
    margin: 1rem -3rem; }
  .archivePanel .academic-year .yearcontent a {
    font-size: 276%; }
  .archivePanel .yearlisting a:first-child {
    margin-left: 1rem; }
  .edmagWrap .edmagMenuPanel .menuIcon {
    /* right: -21px; */ } }

/*  Medium screens min-width 600px, medium screens */
@media only screen and (min-width: 37.5em) and (max-width: 47.9375em) {
  .archivePanel .views-row {
    clear: none;
    width: 40%;
    float: left; } }

/* 1280px+ */
@media only screen and (min-width: 80em) {
  .edmagWrap ul.orbit li .edmag-caption h2 {
    font-size: 3.0em; }
  .edmagWrap ul.orbit li .edmag-caption {
    padding-top: 220px;
    padding-left: 2.75rem; }
  .edmagWrap ul.orbit li .imageWrap {
    background: none !important; }
  .edmagWrap ul.orbit li .imageWrap img {
    width: 100%;
    display: block; }
  .edmagWrap ul.orbit li .imageWrap {
    position: relative;
    float: right; }
  .edmagLogoTitle {
    margin-left: 2.75rem; } }

/*  1025px+ */
@media only screen and (min-width: 64.063em) {
  .archivePanel .views-row {
    float: left;
    width: 22%; }
  .archivePanel .academic-year {
    float: right;
    width: 22%; }
  .archivePanel .views-row {
    float: left;
    width: 22%;
    margin-right: 3%; }
  .edmagMenuBottom {
    position: absolute;
    bottom: 0;
    margin: 0; }
  .edmagMenuPanel {
    height: 100%; } }

/*  767px to 1080px */
@media only screen and (min-width: 48em) and (max-width: 67.5em) {
  .edmagDrawers {
    position: absolute; }
    .edmagDrawers .drawer {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #555; } }

/*  639px */
@media only screen and (max-width: 39.938em) {
  body.edmag-article .edmagFooterWrap {
    margin-left: 0; }
  .edmagWrap .leftSidebar {
    width: 100%;
    height: 5rem; }
  .edmagWrap .leftSidebar a {
    float: left;
    height: 5rem;
    width: 25%;
    position: relative;
    max-width: 80px; }
  .edmagWrap .leftSidebar a.icon-search:before {
    /*font-size: 169%;*/ }
  .edmagWrap .leftSidebar a.homeIcon {
    border-right: 1px solid #b94757;
    border-bottom: none; }
  body.edmag-issue .bodyCopy {
    padding: 5rem 0 0 0rem; }
  body.edmag-issue.archiveActive .bodyCopy, body.edmag-issue.menuActive .bodyCopy, body.edmag-issue.edSearchActive .bodyCopy {
    padding: 5rem 0 0 0rem; }
  .archivePanel, .searchFormPanel {
    padding-left: 0; }
  .edmagWrap .leftSidebar a.homeIcon img {
    max-width: 28px; }
  .edmagWrap .leftSidebar a span.menuText,
  .edmagWrap .leftSidebar a span.archiveText,
  .edmagWrap .leftSidebar a span.edSearchText,
  .edmagWrap .leftSidebar a span.homeText {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    padding: 0; }
  .edmagWrap .leftSidebar a.menuIcon:before {
    /*font-size: 120%;*/ }
  .edmagWrap .leftSidebar a.menuIcon {
    padding-top: 25px; }
  .edmagMenuPanel {
    margin-left: 0rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .archivePanel .view-header {
    padding-left: 0rem;
    top: 5rem; }
  .node-type-edmag-issue .archivePanel .view-header {
    margin-left: 0; }
  .edmagWrap .colMainContent > .socialMediaStrip {
    position: fixed;
    top: 5rem;
    right: 0; }
  body.edmag-article .mainWrap {
    padding: 5rem 1rem 0 1rem;
    margin-left: 0rem; }
  body.node-type-edmag-article .slideInPanels {
    padding-top: 5rem; }
  .archivePanel .yearlisting, .archivePanel .yearlisting a {
    line-height: 1.5; }
  div.yearlisting {
    padding: 5px 0; }
  .searchFormPanel {
    width: 100%;
    padding-top: 0; }
  .searchFormPanel .searchInput {
    width: 100% !important;
    margin-top: 0px !important; }
  .searchFormPanel .searchInput {
    width: 100% !important;
    margin-top: 0px !important;
    border-top: none;
    background: #f2f2f2;
    box-shadow: none;
    padding: 15px 10px;
    height: auto; }
  .edmagWrap .archivePanel .archiveIcon {
    padding: 5px 0; } }

/*  416px */
@media only screen and (max-width: 26em) {
  .archivePanel {
    padding-top: 7rem; } }

/*  1081+ px */
@media only screen and (min-width: 1081px) {
  .edmagDrawers {
    position: absolute;
    top: 100%;
    z-index: 499;
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    transition: all 0s ease-in; } }

@media only screen and (min-device-width: 767px) and (max-device-width: 769px) {
  .archivePanel {
    width: 92% !important; } }

/* This file is only a placeholder. See the STARTER/README.txt file regarding
 * "CHANGING FOUNDATION DEFAULT SETTINGS" for documentation
 */
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-small-only,
.show-for-medium-down,
.show-for-large-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only,
.hide-for-xlarge,
.hide-for-xlarge-up,
.hide-for-xlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge-only {
  display: inherit !important; }

.hide-for-small,
.hide-for-small-only,
.hide-for-medium-down,
.show-for-medium,
.show-for-medium-up,
.show-for-medium-only,
.hide-for-large-down,
.show-for-large,
.show-for-large-up,
.show-for-large-only,
.show-for-xlarge,
.show-for-xlarge-up,
.show-for-xlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge-only {
  display: none !important; }

/* Specific visibility for tables */
table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
  display: table; }

thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
  display: table-row !important; }

td.show-for-small, td.show-for-small-only, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xxlarge-up,
th.show-for-small,
th.show-for-small-only,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge,
th.hide-for-xlarge-up,
th.hide-for-xxlarge-up {
  display: table-cell !important; }

/* Medium Displays: 641px and up */
@media only screen and (min-width: 40.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-up,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }
  .show-for-small,
  .show-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-up,
  .hide-for-medium-only,
  .hide-for-large-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }
  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }
  thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }
  tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }
  td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.show-for-medium,
  th.show-for-medium-down,
  th.show-for-medium-up,
  th.show-for-medium-only,
  th.hide-for-large,
  th.hide-for-large-up,
  th.hide-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }

/* Large Displays: 1024px and up */
@media only screen and (min-width: 64.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }
  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large,
  th.show-for-large-up,
  th.show-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }

/* X-Large Displays: 1441 and up */
@media only screen and (min-width: 90.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }
  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-large-only, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-large-only, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-large-only, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-large-only, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-large-only, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-large-only,
  th.show-for-xlarge,
  th.show-for-xlarge-up,
  th.show-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }

/* XX-Large Displays: 1920 and up */
@media only screen and (min-width: 120.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: inherit !important; }
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: none !important; }
  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
    display: table; }
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only {
    display: table-header-group !important; }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only {
    display: table-row-group !important; }
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only {
    display: table-row !important; }
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-xlarge-only, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  th.show-for-xxlarge-up,
  th.show-for-xxlarge-only {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.eot");
  src: url("../../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf") format("truetype"), url("../../fonts/icomoon.woff") format("woff"), url("../../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class*="icon-"]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-youTube:before {
  content: "\e600"; }

.icon-x:before {
  content: "\e601"; }

.icon-video:before {
  content: "\e602"; }

.icon-upArrow:before {
  content: "\e603"; }

.icon-twitter:before {
  content: "\e604"; }

.icon-toggleRight:before {
  content: "\e605"; }

.icon-toggleLeft:before {
  content: "\e606"; }

.icon-tag:before {
  content: "\e607"; }

.icon-share:before {
  content: "\e608"; }

.icon-rss:before {
  content: "\e609"; }

.icon-popular:before {
  content: "\e60a"; }

.icon-menu:before {
  content: "\e60b"; }

.icon-listen:before {
  content: "\e60c"; }

.icon-information:before {
  content: "\e60d"; }

.icon-gears:before {
  content: "\e60e"; }

.icon-facebook:before {
  content: "\e60f"; }

.icon-email:before {
  content: "\e610"; }

.icon-earth:before {
  content: "\e611"; }

.icon-contact:before {
  content: "\e612"; }

.icon-connect:before {
  content: "\e613"; }

.icon-search:before {
  content: "\e614"; }

.icon-plus:before {
  content: "\e615"; }

.icon-microphone:before {
  content: "\e616"; }

.icon-login:before {
  content: "\e617"; }

.icon-linkedIn:before {
  content: "\e618"; }

.icon-library:before {
  content: "\e619"; }

.icon-uk:before {
  content: "\e619"; }

.icon-give:before {
  content: "\e61a"; }

.icon-downArrow:before {
  content: "\e61b"; }

.icon-calendar:before {
  content: "\e61c"; }

.icon-recruit:before {
  content: "\e61d"; }

.icon-read:before {
  content: "\e61e"; }

.icon-shared:before {
  content: "\e61f"; }

.icon-audience:before {
  content: "\e620"; }

.icon-apply:before {
  content: "\e621"; }

.icon-rightArrow:before {
  content: "\e622"; }

.icon-leftArrow:before {
  content: "\e623"; }

.icon-googlePlus:before {
  content: "\e624"; }

.icon-youreGoingAwayIcon:before {
  content: "\e625"; }

.icon-newsletterIcon:before {
  content: "\e626"; }

.icon-useableKnowledgeIcon:before {
  content: "\e627"; }

.icon-pinterest:before {
  content: "\e628"; }

.navigationMain .icon-menu.active {
  filter: alpha(opacity=100);
  opacity: 1; }

.navigationPrimaryMobileLink.active .icon-menu:before {
  content: "\e601"; }

/*
 * qTip2 - Pretty powerful tooltips - v2.2.0
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Fri Nov 29 2013 01:08 EST-0500
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: basic css3
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  z-index: 10000000 !important;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0; }

.qtip-content {
  position: relative;
  padding: 0;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word; }

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold; }

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important; }

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent; }

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px; }

* html .qtip-titlebar .qtip-close {
  top: 16px; }

/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr; }

.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none; }

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em; }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border: 1px solid #a7192d;
  background-color: #ffffff;
  color: #ffffff; }

.qtip-default .qtip-titlebar {
  background-color: #FFEF93; }

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777; }

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111; }

/*! Light tooltip style */
.qtip-light {
  background-color: white;
  border-color: #E2E2E2;
  color: #454545; }

.qtip-light .qtip-titlebar {
  background-color: #f1f1f1; }

/*! Dark tooltip style */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3; }

.qtip-dark .qtip-titlebar {
  background-color: #404040; }

.qtip-dark .qtip-icon {
  border-color: #444; }

.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/*! Cream tooltip style */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35; }

.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D; }

.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0; }

/*! Red tooltip style */
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323; }

.qtip-red .qtip-titlebar {
  background-color: #F06D65; }

.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0; }

.qtip-red .qtip-icon {
  border-color: #D95252; }

.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252; }

/*! Green tooltip style */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219; }

.qtip-green .qtip-titlebar {
  background-color: #B0DE78; }

.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0; }

/*! Blue tooltip style */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD; }

.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5; }

.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0; }

.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15); }

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.qtip-rounded .qtip-titlebar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

/* Youtube tooltip style */
.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: white;
  border-width: 0;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -moz-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -ms-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%); }

.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: transparent; }

.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial,sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"; }

.qtip-youtube .qtip-icon {
  border-color: #222; }

.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/* jQuery TOOLS Tooltip style */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333; }

/* IE Specific */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"; }

.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"; }

.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent; }

.qtip-jtools .qtip-icon {
  border-color: #555; }

.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333; }

/* Cluetip style */
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: white;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-icon {
  border-color: #808064; }

.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952; }

/* Tipsy style */
.qtip-tipsy {
  background: black;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black; }

.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent; }

.qtip-tipsy .qtip-content {
  padding: 6px 10px; }

.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none; }

.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/* Tipped style */
.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: normal;
  font-family: serif; }

.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: white;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"; }

.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589; }

.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555; }

/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
  /** Taken from Bootstrap body */
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  /** Taken from Bootstrap .popover */
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.qtip-bootstrap .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.qtip-bootstrap .qtip-titlebar .qtip-close {
  /**
       * Overrides qTip2:
       * .qtip-titlebar .qtip-close{
       *   [...]
       *   right: 4px;
       *   top: 50%;
       *   [...]
       *   border-style: solid;
       * }
       */
  right: 11px;
  top: 45%;
  border-style: none; }

.qtip-bootstrap .qtip-content {
  /** Taken from Bootstrap .popover-content */
  padding: 9px 14px; }

.qtip-bootstrap .qtip-icon {
  /**
     * Overrides qTip2:
     * .qtip-default .qtip-icon {
     *   border-color: #CCC;
     *   background: #F1F1F1;
     *   color: #777;
     * }
     */
  background: transparent; }

.qtip-bootstrap .qtip-icon .ui-icon {
  /**
       * Overrides qTip2:
       * .qtip-icon .ui-icon{
       *   width: 18px;
       *   height: 14px;
       * }
       */
  width: auto;
  height: auto;
  /* Taken from Bootstrap .close */
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.qtip-bootstrap .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40); }

/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none; }

.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 999999999999; }

/* Opera bug #357 - Incorrect tip position
  https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden; }

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent; }

.qtip .qtip-tip canvas {
  top: 0;
  left: 0; }

.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible; }

#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer; }

/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.qtipmodal-ie6fix {
  position: absolute; }

div.view-office-staff table {
  width: 100%; }

#button {
  margin-left: 50%;
  margin-right: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px; }

#generate, #refresh {
  width: 150px;
  display: inline-block;
  margin: 10px; }

#questions {
  float: right;
  width: 80%;
  margin-left: 20%;
  border: 2px solid gray;
  padding: 10px; }

#section1, #section2, #section3 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }

#section1 a:link, #section2 a:link, #section3 a:link {
  color: #0000FF; }

#section1 a:visited, #section2 a:visited, #section3 a:visited {
  color: #800080; }

#section3 {
  display: none;
  margin-top: 30px; }

#q1, #q2, #q3, #q4, #q5, #q6, #q7, #q8, #q9, #q10, #q11, #q12, #q13, #q14 {
  display: none; }

#node-450261 p {
  text-align: left; }

#emergency p {
  margin-bottom: 0px; }

body {
  height: 100%;
  font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
  font-size: 1em;
  line-height: 1em; }
  .lt-ie9 body {
    font-size: 16px; }

:focus {
  outline: #B01E34 dashed 1px; }

.spacer {
  clear: both;
  height: 40px; }

.rel {
  position: relative; }

.caps {
  text-transform: uppercase;
  font-size: .9em; }

.noShow {
  display: none; }

.clear {
  clear: both; }

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.valignMiddle {
  vertical-align: middle; }

.fullWidth .listingContainer,
.fullWidth .bodyCopy p,
.fullWidth .flex-video-container,
.fullWidth .media-youtube-video,
.fullWidth .introduction,
.fullWidth .bodyCopy ol,
.fullWidth .bodyCopy ul {
  max-width: none !important; }

.inlineForm button {
  font-size: .9em;
  margin-bottom: 10px; }

.introduction {
  max-width: 1100px;
  padding: 20px 0px;
  font-size: 1.8em;
  line-height: 1.25em;
  color: #404040; }
  .introduction.introduction-topics {
    max-width: 75rem; }
  .introduction p {
    max-width: 1100px;
    font-size: 1.5rem;
    line-height: 1.25em;
    color: #404040;
    margin-bottom: 0; }

.credit {
  font-size: .9em;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 100;
  padding: 10px 60px; }

.flex-video-container {
  max-width: 750px;
  background: #404040;
  padding: 30px 60px;
  margin: 0px; }

.media-youtube-video {
  max-width: 750px;
  background: #404040;
  padding: 30px 60px;
  margin: 0px -60px; }

.smallFont {
  font-size: .5em; }

.noPadding {
  padding: 0px; }

.alwaysShow {
  display: block; }

.designation {
  text-transform: uppercase;
  font-size: .8em; }

.bodyCopy p img {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  /*	max-width: 100%;
	height: auto;
	display: block;*/ }
  @media only screen and (max-width: 480px) {
    .bodyCopy p img {
      width: 60%; } }

.searchForm {
  width: 275px;
  display: inline-block; }
  .searchForm label {
    display: none; }
  .searchForm .searchInput {
    -webkit-transition: none;
    transition: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #888888;
    font-weight: lighter;
    border: none;
    padding: 0;
    background: #f3f3f1;
    height: 60px;
    margin: 0;
    width: 100%;
    font-size: 1.8em; }
    .searchForm .searchInput:focus {
      background: none;
      box-shadow: none; }
    .lt-ie9 .searchForm .searchInput {
      line-height: 60px; }

.date-block {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  width: 2.5rem;
  float: left;
  margin: 0 1rem 0.5rem 0;
  color: #3e6fa7;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1; }
  .date-block span {
    font-weight: normal;
    display: block;
    background: #3e6fa7;
    color: #fff;
    padding: 0.25rem 0;
    margin-top: 0.25rem; }
    .date-block span span {
      font-size: 1rem;
      padding: 0;
      margin-top: 0; }
  .date-block + * {
    clear: none; }

.course-block {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  float: left;
  background: #3e6fa7;
  color: #fff;
  margin: 0 1rem 0.5rem 0;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  padding: 0.75rem; }
  .course-block + * {
    clear: none; }

.eventListingTime {
  font-size: 0.75rem;
  color: #3e6fa7; }

.linkListing {
  font-weight: normal; }

a {
  color: #a7192d; }
  a:hover, a:focus {
    color: #a7192d; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  clear: both; }

.s-hidden {
  visibility: hidden; }

.select {
  cursor: pointer;
  display: none;
  position: relative;
  width: 100%; }

.stylizedSelectContainer {
  height: 70px;
  display: none; }

.styledSelect {
  position: absolute;
  top: -15px;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/display/buttons/selectArrowLarge.gif) no-repeat right -822px #f3f3f1;
  height: 55px;
  width: 100%;
  padding: 15px 0 0 15px;
  white-space: nowrap; }
  .styledSelect:hover, .styledSelect:active, .styledSelect.active {
    color: #ffffff;
    background-color: #a7192d; }
  .styledSelect.active {
    background-image: url(../images/display/buttons/selectArrowLargeFlipped.gif); }
  .styledSelect div {
    margin-right: 70px;
    position: relative; }

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1000000;
  margin: 15px 0 0 0 !important;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .options li {
    padding: 0 6px;
    margin: 0 0;
    padding: 0 10px; }
    .options li:hover {
      background-color: #39f;
      color: white; }

button {
  float: left;
  font-size: .7em;
  font-weight: normal;
  margin: 0px 10px 0px 0px;
  padding: 5px 10px;
  color: #303030;
  border: none;
  background: #f3f3f1;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  button:hover {
    color: #ffffff;
    background: #a7192d; }
    button:hover a {
      color: #ffffff; }
  button:focus {
    background-color: #a7192d; }
  button a:hover {
    color: #ffffff; }
  button.buttonAlt {
    font-size: .6em;
    background: #466aac;
    color: #ffffff;
    font-weight: 100;
    float: none;
    padding: 10px 76px; }
    button.buttonAlt:hover {
      text-decoration: underline;
      color: #f3f3f1;
      background: #404040; }
  button.active {
    background-color: #a7192d; }

.buttonIcon {
  margin-right: 5px;
  font-size: 1.5em; }

.buttonText {
  font-size: 0.9rem; }
  .buttonIcon + .buttonText {
    position: relative;
    top: -.2em; }
  .gridFilter .buttonText {
    display: none; }
    @media (min-width: 80em) {
      .gridFilter .buttonText {
        display: inline; } }

.buttonStrip {
  text-align: center;
  font-size: 1.2em;
  display: inline-block; }
  .buttonStrip button {
    float: none;
    margin: 0 0 5px 0; }
    .buttonStrip button.active {
      background: #a7192d;
      /*background: #5191cd;*/
      color: #ffffff; }
  .newsStory .buttonStrip {
    text-align: left;
    padding: 10px 60px 0px 60px; }
  .buttonStrip.tags {
    padding: 0 0 1.25rem 0; }

.buttonStripAlt {
  margin: 0 40px; }
  .buttonStripAlt button {
    margin: 0 0 5px 0;
    padding: 10px 20px;
    text-transform: uppercase; }
    .buttonStripAlt button:last-child {
      border-right: 1px solid #ffffff; }
  @media (max-width: 1023px) and (min-width: 766px) {
    .buttonStripAlt button {
      padding: 10px 14px; }
      .buttonStripAlt button span.buttonText {
        display: block; } }

.buttonStripDD {
  margin: 0px 4%; }
  .buttonStripDD.styledSelect {
    width: auto; }
  @media only screen and (max-width: 767px) {
    .buttonStripDD {
      max-width: 300px;
      margin: 0 auto; } }

.stylizedSelectContainer {
  margin-top: 0px !important; }

.menuMid {
  display: none !important; }

.navigationPrimaryContainer {
  visibility: hidden;
  background: #333333;
  position: relative;
  width: 0px;
  height: 0px;
  z-index: 10000; }

.navigationPrimary {
  font-size: .8em;
  background: #f3f3f1;
  font-size: .95em;
  font-weight: lighter;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  height: 100%;
  position: fixed;
  -webkit-backface-visibility: hidden;
  z-index: 100;
  width: 240px; }
  .homePage .navigationPrimary {
    padding-top: 187px;
    left: 60px;
    overflow: hidden; }

.collapsedMenu {
  text-indent: -1000px; }
  .collapsedMenu .navigationGateway {
    padding-left: 10px !important; }
    .collapsedMenu .navigationGateway ul {
      text-indent: -1000px; }
  .collapsedMenu .navigationGatewayHeader {
    text-indent: 0px;
    white-space: nowrap; }
    .collapsedMenu .navigationGatewayHeader span {
      width: 60px;
      display: inline-block; }

.collapsedMenu .navigationPrimarySub {
  text-indent: 0px; }

.navigationPrimaryLinkContainer {
  color: #ffffff;
  width: 100%;
  clear: left; }

.navigationPrimaryLink {
  height: auto;
  padding: 0px 25px 0px 85px;
  min-height: 60px;
  line-height: 60px;
  white-space: nowrap; }
  .homePage .navigationPrimaryLink {
    padding: 0px 25px; }
  .navigationPrimaryLink:hover {
    cursor: pointer; }
    .navigationPrimaryLink:hover .icon {
      display: block;
      opacity: 1.0;
      -moz-transform: scale(1) rotate(0deg);
      -webkit-transform: scale(1) rotate(0deg);
      -o-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
      transform: scale(1) rotate(0deg);
      -webkit-transition-duration: 0.6s;
      -moz-transition-duration: 0.6s;
      -o-transition-duration: 0.6s;
      transition-duration: 0.6s;
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg); }
  .navigationPrimaryLink .icon {
    float: right;
    line-height: 60px;
    opacity: 0.0;
    -moz-transform: scale(0.9) rotate(90deg);
    -webkit-transform: scale(0.9) rotate(90deg);
    -o-transform: scale(0.9) rotate(90deg);
    -ms-transform: scale(0.9) rotate(90deg);
    transform: scale(0.9) rotate(90deg);
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    overflow: hidden;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform; }

.navigationPrimarySub {
  padding-top: 187px;
  position: relative;
  color: #ffffff;
  float: right;
  width: 240px;
  height: 100%;
  overflow: hidden; }
  .homePage .navigationPrimarySub {
    width: 0px; }

.navigationPrimarySubClose {
  text-align: center;
  line-height: 60px !important;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer; }
  .collapsedMenu .navigationPrimarySubClose,
  .universalPage .navigationPrimarySubClose {
    display: none; }
  .navigationPrimarySubClose:hover {
    color: #404040;
    background: #f3f3f1; }

.navigationPrimarySubSub {
  min-height: 187px;
  width: 240px;
  padding: 10px 20px;
  font-size: 1.0em;
  overflow-x: hidden;
  overflow-y: auto; }

.navigationPrimaryLinkSub {
  color: #ffffff;
  height: 100%; }
  .navigationPrimaryLinkSub h3 {
    font-size: 1.2em;
    font-weight: 400;
    color: #ffffff; }

.navigationMain {
  overflow: hidden; }

.homePage .navigationPrimarySub {
  top: -187px;
  background-image: none; }

.homePage .colMainContent {
  padding-top: 0px; }

.homePage .navigationMain .icon-menu {
  display: none; }

.navigationPrimarySubSub .collapseHeader {
  margin-bottom: 0px; }

.navigationPrimarySubSub ul li {
  list-style-type: none;
  display: block;
  padding: 5px 0px; }
  .navigationPrimarySubSub ul li a {
    color: #ffffff;
    display: block;
    line-height: 1.3em;
    padding: 3px 0px; }
    .navigationPrimarySubSub ul li a:hover {
      text-decoration: underline; }
    .navigationPrimarySubSub ul li a.current {
      color: #cccccc; }
  .navigationPrimarySubSub ul li ul {
    display: none; }
    .navigationPrimarySubSub ul li ul li {
      list-style-type: none; }

.collapseAllHeader {
  cursor: pointer; }

.collapseHeader {
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px; }
  .collapseHeader .icon {
    filter: alpha(opacity=50);
    opacity: .5;
    position: relative;
    top: 2px;
    float: right;
    display: block;
    font-size: 1.2em; }
  .collapseHeader.active > .icon-downArrow:before {
    content: "\e603"; }

.navigationTacticalContainer {
  position: relative;
  float: right;
  width: 60px;
  height: 100%; }

.navigationTactical {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background: #f3f3f1;
  font-size: .7em;
  color: #bbbbbb;
  text-align: right;
  width: inherit;
  height: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
  z-index: 50000;
  left: 0px;
  top: 0px; }
  .lt-ie9 .navigationTactical {
    top: 0 !important; }
  .navigationTactical section.block {
    position: fixed;
    width: 60px;
    background: #f3f3f1;
    height: 100%; }

.navigationTacticalItem {
  text-align: left;
  position: relative;
  white-space: nowrap;
  height: 50.6px; }

.toolbar-drawer .navigationTacticalItem:nth-last-child(2) {
  margin-bottom: 0;
  margin-top: 5px; }
  .toolbar-drawer .navigationTacticalItem:nth-last-child(2) .navigationTacticalItemSub {
    height: 60px; }

.navigationTacticalItem:nth-last-child(2) {
  height: 60px;
  margin-bottom: 5px; }
  .navigationTacticalItem:nth-last-child(2) .navigationTacticalItemSub {
    height: 80px; }

.navigationTacticalItemSub {
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  transition: max-width 0.5s;
  position: absolute;
  right: 0;
  overflow: hidden;
  height: 51px;
  max-width: 60px;
  zzzwidth: 80px; }
  .navigationTacticalItemSub.active {
    max-width: 700px; }

.navigationTacticalMenuIcon {
  cursor: pointer;
  text-align: center;
  float: left;
  width: 60px;
  zzzwidth: 80px;
  height: 60px;
  padding: 10px 2px;
  font-size: 1.7em; }

.navigationTacticalItem:nth-child(10) .navigationTacticalMenuIcon {
  height: 74px;
  padding: 3px 2px; }

.navigationTacticalItem:nth-child(11) .navigationTacticalMenuIcon {
  height: 74px;
  padding: 3px 2px; }
  .navigationTacticalItem:nth-child(11) .navigationTacticalMenuIcon .navigationTacticalMenuText {
    letter-spacing: -.5px; }

.navigationTacticalMenuText {
  cursor: pointer;
  font-size: .6em;
  zzzfont-size: .65em;
  padding: 5px 0px 0px 0px;
  color: #dedede;
  line-height: 1em; }

.navigationTacticalMenuExpanded {
  padding: 0px 0px;
  overflow: hidden;
  text-align: right;
  padding-right: 60px;
  background: #f3f3f1; }
  .navigationTacticalMenuExpanded .icon {
    vertical-align: top;
    display: inline-block;
    line-height: 60px;
    width: 60px;
    text-align: center;
    font-size: 2.1em;
    cursor: pointer; }
    .navigationTacticalMenuExpanded .icon:hover {
      background: #a7192d;
      color: #fff !important; }
  .navigationTacticalMenuExpanded .icon-x {
    font-size: 1.4em;
    width: 60px;
    zzzwidth: 80px; }
    .navigationTacticalMenuExpanded .icon-x:before {
      content: "\e601" !important; }
    .navigationTacticalMenuExpanded .icon-x:hover {
      color: #fff !important; }

.navigationTacticalItemSub:hover .navigationTacticalMenuIcon,
.navigationTacticalItemSub:hover .navigationTacticalMenuText,
.navigationTacticalMenuIcon:hover,
.navigationTacticalMenuIcon:hover .navigationTacticalMenuText,
.navigationTacticalItemSub.active div {
  color: #333333 !important; }

.navigationTacticalItemSub.active .navigationTacticalMenuIcon {
  background: #f3f3f1;
  color: #a7192d; }

.navigationTacticalItem a {
  color: #333333;
  vertical-align: top; }

.navigationTacticalItem a.iconlink-light {
  color: #bbbbbb; }

.navigationTacticalItem a.iconlink-dark {
  color: #5a5a5a; }

.navigationMainIconContainer {
  background: #a7192d; }

.navigationMain .icon-menu {
  color: #ffffff;
  width: auto;
  cursor: pointer;
  display: block;
  height: 187px;
  text-indent: 0px;
  line-height: 60px;
  padding: 0px 20px; }
  .navigationMain .icon-menu.active {
    filter: alpha(opacity=100);
    opacity: 1; }
    .navigationMain .icon-menu.active:before {
      content: "\e60b"; }
  .navigationMain .icon-menu:before {
    content: "\e601"; }

.navigationTacticalMenuExpanded a {
  display: inline-block;
  line-height: 60px;
  padding: 0px 15px; }
  .navigationTacticalMenuExpanded a:hover {
    background: #a7192d;
    color: #f3f3f1; }

.navigationTacticalMenuExpanded a.iconlink {
  padding: 0; }

.navigationTacticalItem:nth-child(1) .navigationTacticalItemSub {
  background: #747474; }

/* -----For Autism theming */
/*	.homePage .navigationTacticalItem:nth-child(2) .navigationTacticalItemSub {
	background: #679DD0 !important;

	.homePage .navigationTacticalItem:nth-child(3) .navigationTacticalItemSub { 
	background: #5191cd !important;

	.homePage .navigationTacticalItem:nth-child(4) .navigationTacticalItemSub {
	background: #3883CA !important;

	.homePage .navigationTacticalItem:nth-child(5) .navigationTacticalItemSub {
		background: #2A74BA !important;
}
}*/
.navigationTacticalItem:nth-child(2) .navigationTacticalItemSub {
  background: #646464; }

.navigationTacticalItem:nth-child(3) .navigationTacticalItemSub {
  background: #525252; }

.navigationTacticalItem:nth-child(4) .navigationTacticalItemSub {
  background: #414141; }

.navigationTacticalItem:nth-child(5) .navigationTacticalItemSub {
  background: #343434; }

.navigationTacticalItem:nth-child(6) .navigationTacticalItemSub,
.navigationTacticalItem:nth-child(6) .navigationTacticalItemSub .navigationTacticalMenuText,
.navigationTacticalItem:nth-child(7) .navigationTacticalItemSub,
.navigationTacticalItem:nth-child(7) .navigationTacticalItemSub .navigationTacticalMenuText,
.navigationTacticalItem:nth-child(8) .navigationTacticalItemSub,
.navigationTacticalItem:nth-child(8) .navigationTacticalItemSub .navigationTacticalMenuText,
.navigationTacticalItem:nth-child(9) .navigationTacticalItemSub,
.navigationTacticalItem:nth-child(9) .navigationTacticalItemSub .navigationTacticalMenuText,
.navigationTacticalItem:nth-child(10) .navigationTacticalItemSub,
.navigationTacticalItem:nth-child(10) .navigationTacticalItemSub .navigationTacticalMenuText,
.navigationTacticalItem:nth-child(11) .navigationTacticalItemSub,
.navigationTacticalItem:nth-child(11) .navigationTacticalItemSub .navigationTacticalMenuText,
.navigationTacticalItem:nth-child(12) .navigationTacticalItemSub,
.navigationTacticalItem:nth-child(12) .navigationTacticalItemSub .navigationTacticalMenuText {
  background: #f3f3f1;
  color: #5a5a5a; }

.navigationTacticalItemSub.active .navigationTacticalMenuIcon {
  background: #f3f3f1 !important; }

.navigationTacticalItemSub:hover .navigationTacticalMenuIcon {
  background: #f3f3f1 !important; }

.navigationGateway {
  background: #f3f3f1;
  clear: left;
  color: #666666;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  display: block;
  padding: 13px 25px 13px 85px; }
  .homePage .navigationGateway {
    padding: 13px 25px; }
  .navigationGateway ul {
    font-size: .8em;
    font-style: normal;
    font-weight: normal;
    padding: 5px 0px; }
    .navigationGateway ul li {
      list-style-type: none; }
      .navigationGateway ul li a {
        color: #b42f3c;
        display: block;
        padding: 5px 0px; }
        .navigationGateway ul li a:hover {
          color: #b42f3c;
          text-decoration: underline; }

.navigationGatewayHeader .icon {
  font-size: 2.2em;
  margin-right: 10px;
  cursor: pointer; }

.siteContainer {
  max-width: 100%;
  overflow: hidden; }

.colMainContent {
  background: #ffffff;
  max-width: 100%;
  position: relative; }
  .colMainContent hr {
    border-top: 1px solid #f3f3f1;
    border: none;
    margin: 0px 0px; }

.siteLogo {
  background: #a7192d;
  z-index: 200;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 20px 25px;
  width: 240px;
  height: 187px; }
  .universalPage .siteLogo {
    background: none; }

.siteLogoMobile {
  padding: 10px;
  width: 100%; }

.siteLogoTablet {
  padding: 15px 20px;
  height: 60px; }

.navigationPrimaryMobileLinkContainer {
  background: #646464; }

.pageBanner {
  width: 100%; }
  .bodyCopy .pageBanner {
    margin-bottom: 20px; }

h1.pageHeadline {
  clear: both;
  padding: 10px 60px 0px 60px;
  margin: 0px;
  font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
  color: #404040;
  font-size: 3.0em;
  line-height: 1em;
  font-weight: lighter; }
  .libraryPage h1.pageHeadline {
    font-size: 2.1em;
    text-transform: none;
    padding: 0;
    margin: 0 0 40px 0; }

.bodyCopy h1.pageHeadline {
  clear: both;
  padding: 10px 60px 0px 60px;
  margin: 0px;
  font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
  color: #404040;
  font-size: 3.0em;
  line-height: 1em;
  font-weight: lighter; }
  .libraryPage .bodyCopy h1.pageHeadline {
    font-size: 2.1em;
    text-transform: none;
    padding: 0;
    margin: 0 0 40px 0; }

.views-page .bodyCopy h1.pageHeadline {
  clear: both;
  padding: 0px 10px 15px 0px;
  margin: 0px;
  font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
  color: #404040;
  font-size: 2.0em;
  line-height: 1em;
  font-weight: lighter; }

h2.pageSubHeadline {
  clear: both;
  padding: 10px 60px 0px 60px;
  margin: 0px;
  font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
  color: #404040;
  font-size: 1.8em;
  line-height: 1em;
  font-weight: lighter; }

.bodyCopy {
  color: #404040;
  padding: 20px 60px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1.25em;
  font-size: 1.1em;
  max-width: 1100px; }
  .bodyCopy.bodyCopy-topics {
    max-width: 75rem; }
    .bodyCopy.bodyCopy-topics p {
      max-width: 1100px; }
  .bodyCopy.full {
    max-width: none;
    padding: 0; }
  .bodyCopy blockquote {
    border: none;
    background: #404040;
    color: #ffffff;
    font-size: 1.2em;
    padding: 30px 60px;
    margin: 30px -60px; }
  .bodyCopy hr {
    border-top: 1px solid #f3f3f1;
    margin: 30px -60px; }
  .bodyCopy .inlineImageContainer {
    width: 270px;
    padding: 10px;
    background: #f3f3f1;
    float: left;
    margin: 20px 20px 20px 0px; }
  .bodyCopy .inlineImageContainer img {
    padding: 0px !important;
    width: 250px; }
  .bodyCopy .inlineImageCaption {
    width: initial;
    height: initial;
    padding: 10px;
    background: #f3f3f1;
    font-size: .9em; }
  .bodyCopy .alignleft {
    float: left;
    padding-right: 10px; }
  .bodyCopy .alignright {
    float: right;
    padding-left: 10px; }
  .bodyCopy .flex-video {
    margin: 20px 0px; }
  .fullWidth .bodyCopy {
    max-width: none; }
  .bodyCopy ul {
    margin-left: 24px;
    max-width: 750px; }
  .bodyCopy ol {
    margin-left: 30px;
    max-width: 750px; }
  .bodyCopy p {
    max-width: 1100px; }
  .bodyCopy blockquote p {
    color: #ffffff;
    font-size: 1.2rem; }
  .bodyCopy h1,
  .bodyCopy h2,
  .bodyCopy h3,
  .bodyCopy h4,
  .bodyCopy h5,
  .bodyCopy h6 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 100;
    margin: 0px 0px .5em 0px;
    padding: 0px; }
  .bodyCopy h1 {
    font-size: 1.7em; }
  .bodyCopy h2 {
    font-size: 1.5em; }
  .bodyCopy h3 {
    font-size: 1.3em; }
  .bodyCopy h4 {
    font-size: 1.2em; }
  .bodyCopy h5 {
    font-size: 1em; }
  .bodyCopy h6 {
    font-size: 1em; }
  .bodyCopy a {
    color: #a7192d; }
    .bodyCopy a:hover {
      text-decoration: underline;
      color: #a7192d; }
  .bodyCopy tfoot {
    font-weight: 100;
    font-size: .7em; }
  .bodyCopy .collapseSectionHeader {
    cursor: pointer;
    color: #404040;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: .95em;
    font-weight: bold;
    padding: 5px 70px 5px 20px;
    line-height: 50px;
    width: 100%;
    height: 55px;
    overflow: hidden;
    background: url(../images/display/buttons/selectArrowLarge.gif) no-repeat right #f3f3f1;
    background-position: right -22px;
    margin: 20px 0px 1px 0px; }
    .bodyCopy .collapseSectionHeader.active {
      background: url(../images/display/buttons/selectArrowLargeFlipped.gif) no-repeat right #f3f3f1; }
  .bodyCopy .collapseSectionContent {
    background: #f3f3f1;
    margin: 0px;
    padding: 10px 20px; }
    .bodyCopy .collapseSectionContent:first-child {
      padding-top: 20px; }
    .bodyCopy .collapseSectionContent:last-child {
      padding-bottom: 20px; }
    .bodyCopy .collapseSectionContent .collapseListItem {
      margin-bottom: 1px;
      display: block;
      color: #404040;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: .95em;
      font-weight: 100;
      padding: 16px 70px 16px 20px;
      line-height: 125%;
      width: 100%;
      overflow: hidden;
      background: #f3f3f1; }
      .bodyCopy .collapseSectionContent .collapseListItem:hover {
        text-decoration: none;
        background: #404040;
        color: #ffffff; }
    .bodyCopy .collapseSectionContent h3 {
      font-size: 1em;
      font-weight: bold; }
    .bodyCopy .collapseSectionContent h4 {
      font-size: .9em;
      font-weight: bold; }
    .bodyCopy .collapseSectionContent .eventEntry {
      overflow: hidden;
      margin: 0 0 20px 0;
      padding: 0 0 20px 0;
      border-bottom: 1px solid #ffffff; }
      .bodyCopy .collapseSectionContent .eventEntry h4 {
        font-weight: 100; }
        .bodyCopy .collapseSectionContent .eventEntry h4:last-child {
          border-bottom: none;
          padding: 0; }
      .bodyCopy .collapseSectionContent .eventEntry .eventListingThumbnail {
        margin: 0 10px 10px 0;
        float: left; }

.columnCopy {
  margin: 0px;
  padding: 20px 60px 20px 0; }
  .columnCopy.noTopPad {
    padding-top: 0; }
  .columnCopy .collapseSectionContent {
    font-size: .7em; }
  .columnCopy .collapseSectionHeader,
  .columnCopy .styledSelect {
    font-size: .6em; }
  .columnCopy button {
    width: 100%;
    margin-bottom: 10px; }

.listingContainer {
  padding: 30px 40px;
  max-width: 760px !important; }
  .listingContainer button {
    padding: 10px; }

.spifListing {
  margin: 0px 0px 30px 0px;
  margin: 0;
  color: #404040;
  font-weight: 100;
  padding: 20px 20px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .spifListing .entry {
    display: block;
    margin: 0px 0px 30px 0px; }
  .spifListing.title {
    padding: 10px; }
    @media (min-width: 768px) {
      .spifListing.title {
        padding: 0 20px; } }

h3.spifListingHeadline {
  font-size: 1.3em;
  font-weight: 400; }

.spifListingHeading {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-weight: 100;
  font-size: 1.0em; }

.spifListingSubHeading {
  font-size: .75em;
  margin: 0px 0px 0px 0px; }

.spifListingTeaser {
  font-size: .9em;
  margin: 0px 0px 0px 0px; }

.spifListingThumbnail {
  max-width: 100%;
  margin: 0 0 10px 0; }

.eventListing {
  margin: 0px 0px 30px 0px;
  color: #404040;
  font-weight: 100;
  padding: 20px 20px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .eventListing .entry {
    display: block;
    margin: 0px 0px 30px 0px; }

h3.eventListingHeadline {
  font-size: 1.3em;
  font-weight: 400; }

h4.eventListingHeading {
  margin: 0px 0px 7px 0px;
  padding: 0px;
  font-weight: 100;
  font-size: 1.0em; }

.eventListingDate {
  font-size: .75em;
  margin: 0px 0px 5px 0px; }

.eventListingLocation {
  font-size: .75em;
  margin: 0px 0px 0px 0px; }

.eventListingThumbnail {
  width: 100%;
  margin: 0 0 10px 0; }

.gridListingContainer {
  margin: 40px; }
  .gridListingContainer h2 {
    font-weight: 100;
    color: #404040;
    font-size: 1.2em;
    margin: 0 0 15px 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif; }

.gridListing {
  width: 100%;
  font-family: "Crimson Text", "Times New Roman", Georgia, Serif; }

.gridListingRow {
  background: #f3f3f1; }

.gridListingField {
  vertical-align: middle;
  border-bottom: 20px solid #ffffff;
  background: #335566;
  text-align: center;
  padding: 30px 40px;
  color: #ffffff; }
  .gridListingField .day {
    line-height: 1em;
    font-size: 3em; }
  .gridListingField .date {
    line-height: 1em;
    font-size: 1em;
    margin-bottom: 3px; }
  .gridListingField .time {
    line-height: 1em;
    font-size: 1em; }

.gridListingData {
  vertical-align: middle;
  border-bottom: 20px solid #ffffff;
  width: 100%;
  padding: 25px 40px; }
  .gridListingData h3 {
    color: #404040;
    margin: 0 0 5px 0;
    font-size: 2.3em;
    font-weight: 100;
    line-height: 1em;
    font-family: "Crimson Text", "Times New Roman", Georgia, Serif; }
  .gridListingData .teaser {
    color: #404040;
    font-size: 1.05em;
    line-height: 1.25em;
    font-family: "Open Sans", Arial, Helvetica, sans-serif; }

.flipperContentShare {
  display: none; }

.flipperContentCategories {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 1.4em; }
  .flipperContentCategories a {
    background: #ffffff;
    color: #a7192d;
    display: block;
    padding: 10px; }
    .flipperContentCategories a:hover {
      background: #a7192d;
      color: #ffffff !important; }

.gridCards {
  overflow: hidden;
  position: relative;
  z-index: 25000;
  margin: 4% 4% 40px 4%; }
  .gridCards .icon-x {
    color: #a7192d;
    margin: 0px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 0px;
    line-height: 40px;
    width: 40px;
    height: 40px; }
    .gridCards .icon-x:hover {
      background: #a7192d;
      color: #f3f3f1; }

.loadMore {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #a7192d;
  color: #f3f3f1;
  width: 31%;
  margin: 0px 4%;
  float: none;
  padding: 13px;
  text-align: center; }
  .loadMore:hover {
    color: #a7192d;
    background: #f3f3f1; }

.flipperTeaser,
.flipperButtonContainer {
  padding: 0px 10px; }

a.flipperLink {
  color: #303030; }
  a.flipperLink:hover {
    color: #a7192d; }

.flipContainer {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  width: 30.66%;
  float: left;
  border-bottom: 3px solid #dbdbdb; }
  .flipContainer:nth-child(3n+3) {
    float: right;
    margin: 0px 0px 20px 4%; }
  .flipContainer:nth-child(3n+1) {
    margin: 0px 4% 20px 0px; }

.flipContainer2 {
  float: right !important;
  margin: 0px 0px 20px 4% !important; }

.flipContainer1 {
  float: left !important;
  margin: 0px 0px 20px 0 !important; }

.flipContainer0 {
  float: left !important;
  margin: 0px 4% 20px 0px !important; }

.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  height: 100px;
  color: #444444;
  overflow: hidden; }
  .flipper img {
    background: #cccccc;
    width: 100%;
    margin-bottom: 20px; }
  .flipper .flipperContent {
    display: none; }

.flipper.flipped .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-duration: 500ms; }

.flipper.flipped .back {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(0deg);
  -webkit-transition-duration: 500ms;
  padding-top: 40px; }

.flipperHeadlineSmall {
  line-height: 100%;
  font-weight: lighter;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 1.2em; }

.flipperHeadlineLarge {
  font-size: 1.7em;
  line-height: 100%;
  font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
  text-align: center;
  margin-bottom: 20px; }

.flipperTeaser {
  text-align: left;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: .75em;
  line-height: 1.5em;
  margin-bottom: 15px;
  padding-bottom: 80px; }

.flipperTags {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: .75em; }
  .flipperTags a {
    color: #333333;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #dbdbd9;
    display: inline-block;
    margin: 0px 0px 10px 0px; }
    .flipperTags a:hover {
      background: #b42f3c;
      color: #ffffff; }

.flipperButton {
  margin: 0px 2px 15px 2px;
  float: none; }

.shareIcon {
  color: #333333;
  font-size: 2em;
  text-align: center;
  width: 40px;
  line-height: 40px;
  float: left;
  margin: 0; }
  .shareIcon a {
    color: #a7192d;
    text-align: center;
    display: inline-block;
    padding: 0px;
    line-height: 40px;
    width: 40px;
    display: block; }
    .shareIcon a:hover {
      color: #ffffff !important;
      background: #a7192d; }
  .shareIcon:nth-of-type(2n+1) {
    clear: both; }

.flipperButtonContainer {
  text-align: center;
  width: 0px;
  margin-left: auto;
  margin-right: auto; }

.flipperButtons {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px; }

.flipperIcon {
  text-shadow: 0px 0px 3px #000000;
  filter: dropshadow(color=#000000, offx=0, offy=0);
  position: absolute;
  color: #ffffff;
  top: -50px;
  right: 10px; }

a.flipperLink .flipperIcon {
  font-size: 1.1em; }

.navigationAncestors {
  margin: 0px 0px 0px 60px;
  padding: 20px 0px;
  font-size: .5em;
  list-style-type: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .navigationAncestors li {
    display: inline; }
    .navigationAncestors li a {
      color: #000000; }
      .navigationAncestors li a:after {
        content: '\00a0\00a0\00a0/\00a0\00a0\00a0'; }
    .navigationAncestors li.last-child:after {
      content: ""; }

.topicSearchHeadline {
  font-size: 2em; }

.topicSearch {
  text-align: right;
  padding: 0px 40px; }
  .topicSearch .icon {
    float: right;
    margin-left: 10px;
    line-height: 2em; }
  .topicSearch form {
    margin: 0px;
    width: 50%; }
  .topicSearch input {
    margin: 0px; }

.socialMediaStrip {
  z-index: 30000;
  background: #fefefe;
  font-size: 1.5em; }
  .socialMediaStrip > div {
    color: #777777;
    padding: 10px 60px;
    overflow: hidden; }
  .socialMediaStrip.sticky {
    -webkit-box-shadow: 0 3px 2px -1px #f3f3f1;
    box-shadow: 0 3px 2px -1px #f3f3f1;
    border-bottom: 1px solid #cfcfcd;
    background: #fefefe;
    position: fixed;
    -webkit-backface-visibility: hidden;
    top: 0px; }
    .socialMediaStrip.sticky .navigationAncestors {
      padding: 0px;
      font-size: 1.2em !important;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .socialMediaStrip.sticky .navigationAncestors li {
        display: none; }
        .socialMediaStrip.sticky .navigationAncestors li:last-child, .socialMediaStrip.sticky .navigationAncestors li.last-child {
          color: #404040;
          font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
          display: inline; }
          .socialMediaStrip.sticky .navigationAncestors li:last-child a:before, .socialMediaStrip.sticky .navigationAncestors li.last-child a:before {
            content: ""; }
        .socialMediaStrip.sticky .navigationAncestors li a {
          color: #404040; }
  .socialMediaStrip .socialMediaStripButtonContainer {
    float: right;
    margin-left: 30px;
    padding-left: 20px; }
  .socialMediaStrip button {
    font-size: .5em;
    width: 40px;
    height: 40px;
    margin-right: 0px;
    margin-left: 5px; }

.profileContent {
  margin-left: 30px;
  font-size: .9em;
  line-height: 175%; }

.fb-comments {
  max-width: 100% !important; }
  .fb-comments * {
    max-width: 100% !important; }

ul.pagination li.current a {
  background-color: #a7192d; }

ul.pagination {
  width: 100%;
  display: inline-block; }

.siteFooter {
  text-align: left;
  padding: 30px 60px;
  background: #565656;
  color: #ffffff;
  font-size: 1rem;
  list-style-type: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .siteFooter a {
    color: #ffffff !important; }
    .siteFooter a:hover {
      color: #ffffff !important;
      text-decoration: underline; }

.siteFooterContact,
.siteFooterLinks {
  padding-right: 30px; }
  @media only screen and (max-width: 767px) {
    .siteFooterContact,
    .siteFooterLinks {
      padding-right: 20px !important; } }

.siteFooterLinks:last-child {
  padding-right: 0px; }

.siteFooterLogo {
  margin-bottom: 30px; }
  .siteFooterLogo img {
    max-width: 400px; }

.siteFooterCopyright {
  font-size: 0.75rem; }

.siteFooterMap {
  padding: 15px 0px; }

.navigationFooter {
  list-style-type: none; }
  .navigationFooter li {
    margin-bottom: 15px; }

.navigationPrimaryLink:nth-child(1),
.navigationPrimaryLinkSub:nth-child(1) {
  background: #223255; }

.nav1 .qtip-default {
  border: 1px solid #223255; }

.nav1 .flipperContentCategories a,
.nav1 .shareIcon a,
.nav1 a.flipperLink:hover,
.nav1 .bodyCopy a,
.nav1 .navigationAncestors a:hover {
  color: #a7192d; }

.nav1 button.active,
.nav1 .flipperContentCategories a:hover,
.nav1 .shareIcon a:hover,
.nav1 button:focus,
.nav1 .bodyCopy .collapseSectionContent .collapseListItem:hover,
.nav1 .buttonStrip button.active,
.nav1 .loadMore,
.nav1 button:hover,
.nav1 .buttonAlt,
.nav1 .styledSelect:hover,
.nav1 .styledSelect:active,
.nav1 .styledSelect.active {
  background-color: #223255; }

.nav1 .loadMore:hover {
  background-color: #f3f3f1;
  color: #223255; }

.nav1 .bodyCopy .collapseSectionHeader,
.nav1 .styledSelect {
  background-position: right -122px; }

.navigationPrimaryLink:nth-child(2),
.navigationPrimaryLinkSub:nth-child(2) {
  background: #954729; }

.nav2 .qtip-default {
  border: 1px solid #954729; }

.nav2 .flipperContentCategories a,
.nav2 .shareIcon a,
.nav2 a.flipperLink:hover,
.nav2 .bodyCopy a,
.nav2 .navigationAncestors a:hover {
  color: #a7192d; }

.nav2 button.active,
.nav2 .flipperContentCategories a:hover,
.nav2 .shareIcon a:hover,
.nav2 button:focus,
.nav2 .bodyCopy .collapseSectionContent .collapseListItem:hover,
.nav2 .buttonStrip button.active,
.nav2 .loadMore,
.nav2 button:hover,
.nav2 .buttonAlt,
.nav2 .styledSelect:hover,
.nav2 .styledSelect:active,
.nav2 .styledSelect.active {
  background-color: #954729; }

.nav2 .loadMore:hover {
  background-color: #f3f3f1;
  color: #954729; }

.nav2 .bodyCopy .collapseSectionHeader,
.nav2 .styledSelect {
  background-position: right -222px; }

.navigationPrimaryLink:nth-child(3),
.navigationPrimaryLinkSub:nth-child(3) {
  background: #4b7547; }

.nav3 .qtip-default {
  border: 1px solid #4b7547; }

.nav3 .flipperContentCategories a,
.nav3 .shareIcon a,
.nav3 a.flipperLink:hover,
.nav3 .bodyCopy a,
.nav3 .navigationAncestors a:hover {
  color: #a7192d; }

.nav3 button.active,
.nav3 .flipperContentCategories a:hover,
.nav3 .shareIcon a:hover,
.nav3 button:focus,
.nav3 .bodyCopy .collapseSectionContent .collapseListItem:hover,
.nav3 .buttonStrip button.active,
.nav3 .loadMore,
.nav3 button:hover,
.nav3 .buttonAlt,
.nav3 .styledSelect:hover,
.nav3 .styledSelect:active,
.nav3 .styledSelect.active {
  background-color: #4b7547; }

.nav3 .loadMore:hover {
  background-color: #f3f3f1;
  color: #4b7547; }

.nav3 .bodyCopy .collapseSectionHeader,
.nav3 .styledSelect {
  background-position: right -322px; }

.navigationPrimaryLink:nth-child(4),
.navigationPrimaryLinkSub:nth-child(4) {
  background: #346da9; }

.nav4 .qtip-default {
  border: 1px solid #346da9; }

.nav4 .flipperContentCategories a,
.nav4 .shareIcon a,
.nav4 a.flipperLink:hover,
.nav4 .bodyCopy a,
.nav4 .navigationAncestors a:hover {
  color: #a7192d; }

.nav4 button.active,
.nav4 .flipperContentCategories a:hover,
.nav4 .shareIcon a:hover,
.nav4 button:focus,
.nav4 .bodyCopy .collapseSectionContent .collapseListItem:hover,
.nav4 .buttonStrip button.active,
.nav4 .loadMore,
.nav4 button:hover,
.nav4 .buttonAlt,
.nav4 .styledSelect:hover,
.nav4 .styledSelect:active,
.nav4 .styledSelect.active {
  background-color: #346da9; }

.nav4 .loadMore:hover {
  background-color: #f3f3f1;
  color: #346da9; }

.nav4 .bodyCopy .collapseSectionHeader,
.nav4 .styledSelect {
  background-position: right -422px; }

.navigationPrimaryLink:nth-child(5),
.navigationPrimaryLinkSub:nth-child(5) {
  background: #9a6700; }

.nav5 .qtip-default {
  border: 1px solid #9a6700; }

.nav5 .flipperContentCategories a,
.nav5 .shareIcon a,
.nav5 a.flipperLink:hover,
.nav5 .bodyCopy a,
.nav5 .navigationAncestors a:hover {
  color: #a7192d; }

.nav5 button.active,
.nav5 .flipperContentCategories a:hover,
.nav5 .shareIcon a:hover,
.nav5 button:focus,
.nav5 .bodyCopy .collapseSectionContent .collapseListItem:hover,
.nav5 .buttonStrip button.active,
.nav5 .loadMore,
.nav5 button:hover,
.nav5 .buttonAlt,
.nav5 .styledSelect:hover,
.nav5 .styledSelect:active,
.nav5 .styledSelect.active {
  background-color: #9a6700; }

.nav5 .loadMore:hover {
  background-color: #f3f3f1;
  color: #9a6700; }

.nav5 .bodyCopy .collapseSectionHeader,
.nav5 .styledSelect {
  background-position: right -522px; }

.navigationPrimaryLink:nth-child(6),
.navigationPrimaryLinkSub:nth-child(6) {
  background: #616e7c; }

.nav6 .qtip-default {
  border: 1px solid #616e7c; }

.nav6 .flipperContentCategories a,
.nav6 .shareIcon a,
.nav6 a.flipperLink:hover,
.nav6 .bodyCopy a,
.nav6 .navigationAncestors a:hover {
  color: #a7192d; }

.nav6 button.active,
.nav6 .flipperContentCategories a:hover,
.nav6 .shareIcon a:hover,
.nav6 button:focus,
.nav6 .bodyCopy .collapseSectionContent .collapseListItem:hover,
.nav6 .buttonStrip button.active,
.nav6 .loadMore,
.nav6 button:hover,
.nav6 .buttonAlt,
.nav6 .styledSelect:hover,
.nav6 .styledSelect:active,
.nav6 .styledSelect.active {
  background-color: #616e7c; }

.nav6 .loadMore:hover {
  background-color: #f3f3f1;
  color: #616e7c; }

.nav6 .bodyCopy .collapseSectionHeader,
.nav6 .styledSelect {
  background-position: right -622px; }

.navigationPrimaryLink:nth-child(7),
.navigationPrimaryLinkSub:nth-child(7) {
  background: #335566; }

.nav7 .qtip-default {
  border: 1px solid #335566; }

.nav7 .flipperContentCategories a,
.nav7 .shareIcon a,
.nav7 a.flipperLink:hover,
.nav7 .bodyCopy a,
.nav7 .navigationAncestors a:hover {
  color: #a7192d; }

.nav7 button.active,
.nav7 .flipperContentCategories a:hover,
.nav7 .shareIcon a:hover,
.nav7 button:focus,
.nav7 .bodyCopy .collapseSectionContent .collapseListItem:hover,
.nav7 .buttonStrip button.active,
.nav7 .loadMore,
.nav7 button:hover,
.nav7 .buttonAlt,
.nav7 .styledSelect:hover,
.nav7 .styledSelect:active,
.nav7 .styledSelect.active {
  background-color: #335566; }

.nav7 .loadMore:hover {
  background-color: #f3f3f1;
  color: #335566; }

.nav7 .bodyCopy .collapseSectionHeader,
.nav7 .styledSelect {
  background-position: right -722px; }

.navigationPrimaryLink:nth-child(8),
.navigationPrimaryLinkSub:nth-child(8) {
  background: #a7192d; }

.nav8 .qtip-default {
  border: 1px solid #a7192d; }

.nav8 .flipperContentCategories a,
.nav8 .shareIcon a,
.nav8 a.flipperLink:hover,
.nav8 .bodyCopy a,
.nav8 .navigationAncestors a:hover {
  color: #a7192d; }

.nav8 button.active,
.nav8 .flipperContentCategories a:hover,
.nav8 .shareIcon a:hover,
.nav8 button:focus,
.nav8 .bodyCopy .collapseSectionContent .collapseListItem:hover,
.nav8 .buttonStrip button.active,
.nav8 .loadMore,
.nav8 button:hover,
.nav8 .buttonAlt,
.nav8 .styledSelect:hover,
.nav8 .styledSelect:active,
.nav8 .styledSelect.active {
  background-color: #a7192d; }

.nav8 .loadMore:hover {
  background-color: #f3f3f1;
  color: #a7192d; }

.nav8 .bodyCopy .collapseSectionHeader,
.nav8 .styledSelect {
  background-position: right -822px; }

body .library-blocks {
  margin: 0;
  list-style: none;
  overflow: hidden; }
  @media (min-width: 48em) {
    body .library-blocks {
      margin: 0 -0.3125rem; } }
  body .library-blocks li {
    float: left;
    margin: 0.625rem 0 0 0;
    width: 100%; }
    @media (min-width: 48em) {
      body .library-blocks li {
        width: 50%;
        margin: 0;
        padding: 0 0.3125rem 0.625rem; } }
    @media (min-width: 80em) {
      body .library-blocks li {
        width: 25%; } }
    body .library-blocks li:first-child {
      margin-top: 0; }
    @media (min-width: 48em) {
      body .library-blocks li:nth-child(2n+1) {
        clear: both; } }
    @media (min-width: 80em) {
      body .library-blocks li:nth-child(2n+1) {
        clear: none; } }
  body .library-blocks .block {
    padding: 0.625rem;
    background: #f3f3f1;
    font-size: 0.8rem; }
    @media (max-width: 47.9375em) {
      body .library-blocks .block {
        height: auto !important; } }
    @media (min-width: 64em) {
      body .library-blocks .block {
        padding: 1rem; } }
    body .library-blocks .block form {
      max-width: 10rem;
      margin: 0.625rem 0 0 0;
      *zoom: 1; }
      body .library-blocks .block form:before, body .library-blocks .block form:after {
        content: " ";
        display: table; }
      body .library-blocks .block form:after {
        clear: both; }
    body .library-blocks .block label {
      display: none; }
    body .library-blocks .block input {
      -webkit-transition: width 0.5s, margin-left 0.5s;
      -moz-transition: width 0.5s, margin-left 0.5s;
      transition: width 0.5s, margin-left 0.5s;
      float: left;
      width: 75%;
      margin: 0;
      border: 0;
      box-shadow: none;
      font-size: 0.8rem; }
      @media (min-width: 80em) {
        body .library-blocks .block input:focus {
          width: 210%;
          margin-left: -135%; } }
    body .library-blocks .block button {
      float: right;
      width: 25%;
      margin: 0;
      height: 2.3125rem;
      background: #a7192d;
      color: #fff;
      border-radius: 0;
      font-size: 0.8rem;
      padding: 0;
      text-align: center; }

.cards {
  padding: 0.625rem;
  text-align: center; }
  @media (min-width: 48rem) {
    .cards {
      padding: 1rem 0 0; } }

.more-cards-container {
  text-align: center;
  padding-bottom: 3.75rem; }

.more-cards {
  display: inline-block;
  padding: 1rem 5rem;
  background: #a7192d;
  /*background: #5191cd;*/
  color: #fff;
  margin-top: 1.35rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  border-radius: 0.25rem; }

.invisible {
  display: none !important; }

.card {
  text-align: left;
  position: relative;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  width: 18.75rem;
  height: 9.375rem;
  display: inline-block;
  vertical-align: top; }
  .card.inactive {
    display: none; }
  .card a {
    color: #fff; }
    .card a:hover {
      text-decoration: underline; }
  .card h3 {
    color: #fff;
    font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
    margin: -0.1rem 0 0 0;
    line-height: 1.25;
    font-size: 1.4rem; }
  .card p {
    font-size: 0.75rem;
    margin: 0; }
    .card p.category {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0.25rem;
      font-size: 0.6rem;
      text-transform: uppercase;
      text-align: center; }
  .card img {
    width: 100%;
    display: block;
    width: 18.75rem;
    height: 9.375rem;
    overflow: hidden; }
  .card .overlay {
    -webkit-transition: background 0.5s, visibility 0.5s;
    -moz-transition: background 0.5s, visibility 0.5s;
    transition: background 0.5s, visibility 0.5s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #616e7c;
    background: rgba(97, 110, 124, 0);
    visibility: hidden;
    padding: 2rem 1rem; }
    .card .overlay.red {
      background: #a7192d;
      background: rgba(167, 25, 45, 0.9); }
  .card:hover {
    z-index: 9; }
  .card:hover .overlay,
  .card.show .overlay {
    background: rgba(97, 110, 124, 0.9);
    visibility: visible; }
  .card .share,
  .card .listen {
    position: absolute;
    top: 0.75rem;
    color: #fff;
    font-size: 0.75rem;
    text-decoration: none; }
    .card .share i,
    .card .listen i {
      margin: 0 0.5rem;
      font-size: 0.8rem; }
    .card .share:hover,
    .card .listen:hover {
      text-decoration: none; }
  .card .share {
    left: 0.5rem; }
  .card .listen {
    right: 0.5rem; }
  .card .social-share {
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -moz-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: #f3f3f1;
    padding: 0.5rem 0;
    font-size: 1.5rem;
    left: 2rem;
    right: 2rem;
    top: -2.5rem;
    text-align: center;
    z-index: 9; }
    .card .social-share a {
      color: #404040;
      text-decoration: none; }
    .card .social-share i {
      margin: 0.4rem; }
    .card .social-share.active {
      visibility: visible;
      opacity: 1; }
    .card .social-share:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      left: 10px;
      bottom: -4px;
      width: 8px;
      height: 8px;
      background: inherit;
      content: ''; }

.card_event_date {
  font-size: 110%;
  font-weight: bold;
  /*border: 3px solid #fff;*/
  text-align: center;
  padding: 25px 10px 10px;
  width: 60px;
  height: 70px;
  float: left;
  margin: 0 10px 10px 0;
  background: url(../images/cards/event_calendar_icon.png) no-repeat;
  visibility: visible; }

.card_event_date_month {
  padding-bottom: 5px; }

.event_card_content h3 {
  display: inline; }

.event_card_content p {
  display: inline; }

.card.show .overlay.red {
  background: #a7192d;
  background: rgba(167, 25, 45, 0.9);
  /*background: rgba(81, 145, 205, 0.9);*/ }

.news-landing {
  padding: 0 0.625rem;
  max-width: 75rem;
  margin-bottom: 3.75rem; }
  @media (min-width: 48em) {
    .news-landing {
      padding: 0 3.75rem; } }
  .news-landing h2 {
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-top: 1.5rem;
    margin-left: 0.625rem; }
    @media (min-width: 48em) {
      .news-landing h2 {
        margin-left: 1.5rem; } }
  .news-landing .meta {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8rem; }
    .news-landing .meta + p {
      font-size: 0.8rem; }
  .news-landing .item {
    border-bottom: 1px solid #fff;
    background: #eaeeef;
    padding: 0.625rem;
    overflow: hidden; }
    @media (min-width: 48em) {
      .news-landing .item {
        padding: 1.5rem; } }
  .news-landing p {
    font-family: "Open Sans";
    font-size: 1.0rem;
    font-weight: 400;
    letter-spacing: -.5px; }
    .news-landing p:last-child {
      margin: 0; }
  .news-landing h4 {
    font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
    color: #fff;
    margin: 0;
    line-height: 1.25;
    font-size: 1.5rem; }
  .news-landing p {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin: 0.5rem 0 0 0;
    font-size: 0.8rem; }
    @media (min-width: 48em) {
      .news-landing p {
        font-size: 0.9rem; } }
  .news-landing a {
    color: #404040; }
    .news-landing a:hover {
      color: #a7192d; }
  .news-landing .view-all {
    margin-bottom: 1rem !important; }
    @media (min-width: 48em) {
      .news-landing .view-all {
        margin-bottom: 2rem !important; } }
    .news-landing .view-all a {
      text-align: center;
      background: #335566;
      color: #fff;
      display: block;
      font-size: 0.8rem;
      padding: 0.5rem; }
  .news-landing .image-left {
    float: left;
    width: 48%;
    width: 170px;
    height: 85px;
    margin: 0.625rem 0.625rem 0.625rem 0; }
    .news-landing .image-left + * {
      clear: none; }
  .news-landing .image-full {
    width: 100%;
    display: block;
    margin-bottom: 0.5rem; }
  .news-landing .columns {
    padding: 0 1px 0 0; }
  .news-landing .newsReset {
    margin: 0 auto; }

.profile {
  max-width: 750px;
  background: #404040;
  padding: 0.625rem;
  overflow: hidden;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  @media (min-width: 48em) {
    .profile {
      padding: 2rem 3.75rem; } }
  .profile a {
    color: #fff; }
  .profile p {
    font-size: 0.8rem; }
    @media (min-width: 48em) {
      .profile p {
        font-size: 1rem; } }
  .profile span {
    text-transform: uppercase;
    font-size: 0.6rem; }
    @media (min-width: 48em) {
      .profile span {
        font-size: 0.8rem; } }
  .profile .image {
    float: left;
    width: 25%; }
    @media (min-width: 48em) {
      .profile .image {
        width: 38%; } }
    .profile .image img {
      width: 100%; }
  .profile .detail {
    float: right;
    width: 70%; }
    @media (min-width: 48em) {
      .profile .detail {
        width: 58%; } }

.orbit-container .orbit-slide-number {
  display: none; }

.slideshow-home .social-share {
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -moz-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: #515151;
  padding: 0.5rem 0;
  font-size: 1rem;
  left: 8rem;
  text-align: center;
  z-index: 9;
  width: 260px; }
  .slideshow-home .social-share a {
    color: #404040;
    text-decoration: none; }
  .slideshow-home .social-share i {
    margin: 0.4rem; }
  .slideshow-home .social-share.active {
    visibility: visible;
    opacity: 1; }

.slideshow-home .share {
  line-height: 2rem; }

.slideshow-home .social-share .share-close-btn {
  cursor: pointer;
  float: right;
  color: white;
  border: 1px solid #AEAEAE;
  border-radius: 10px;
  background: #605F61;
  font-size: 11px;
  margin-top: -14px;
  margin-right: -6px;
  display: inline-block;
  line-height: 0px;
  padding: 6px 3px; }
  .slideshow-home .social-share .share-close-btn:before {
    content: "x"; }

.webform-component.form-item label {
  color: #404040;
  float: left;
  font-weight: bold;
  padding-top: 0px;
  padding-right: 10px;
  text-align: right;
  width: 120px; }

.webform-component input, textarea, select {
  -moz-border-radius: 3px 3px 3px 3px;
  display: inline-block;
  line-height: 18px;
  padding: 4px;
  width: 325px; }

.webform-component .form-textarea-wrapper {
  -moz-border-radius: 3px 3px 3px 3px;
  display: inline-block;
  line-height: 18px;
  padding: 4px;
  width: 350px; }

.webform-component select.form-select {
  width: 80px; }

.webform-component input.webform-calendar.hasDatepicker {
  height: 50px;
  width: 50px; }

.webform-component div#webform-component-additional-information {
  padding-top: 10px;
  clear: both; }

li.statistics_counter.first.last span {
  display: none; }

/*


.node-office div.introduction {
    display: none;
}

.node-office div.field.field-name-field-phone.field-type-text.field-label-inline.clearfix.field-wrapper {
    padding-top: 5px;
    padding-bottom: 15px;
}
*/
.askwithBody {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }
  .askwithBody p {
    margin-bottom: 1.25rem; }

.page-node-401611 div.news-landing.item {
  margin-bottom: 5px; }

.page-node-401611 form {
  background-color: #e0dde0;
  margin: 20px; }

.section-office div.field-label {
  font-weight: normal;
  font-size: 14px; }

.section-office div.field-name-field-phone {
  font-weight: normal;
  font-size: 14px; }

.section-office div.field-name-field-phone {
  font-weight: normal;
  font-size: 14px; }

.section-office div.field-name-field-website {
  font-weight: normal;
  font-size: 14px; }

.view-office-staff div.view-header {
  font-weight: normal;
  font-size: 14px; }

.applybuttons {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px; }
  .applybuttons a:hover {
    opacity: 0.6;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  @media screen and (max-width: 1023px) {
    .applybuttons {
      width: 33%; } }
  @media screen and (max-width: 767px) {
    .applybuttons {
      width: 100%;
      margin-top: -25px;
      margin-bottom: 0px; } }

.admissions-block .buttonAlt {
  padding: 10px 25px;
  font-size: .9em; }

.rightsidebar-block {
  background: #f3f3f1;
  padding: 15px 20px;
  margin-top: 20px; }
  .rightsidebar-block .title {
    font-weight: bold;
    font-size: 1.1rem;
    padding-bottom: 5px;
    border-bottom: 1px solid white; }
  .rightsidebar-block .content {
    padding-top: 10px; }

.introbody {
  font-size: 1rem; }

.listdate {
  font-size: 0.9rem;
  margin-top: -0.6rem;
  padding-bottom: 0.5rem; }

.nav7 .bodyCopy div p a {
  color: #a7192d; }

.page-search-site ul.button-group {
  display: none !important; }

.page-search-site .bodyCopy {
  max-width: inherit; }

.page-search-site h3.title {
  /*width: 550px;*/
  width: 100%; }

.page-search-site .bodyCopy ol {
  margin-left: 0px; }

.block-facetapi {
  float: right;
  width: 30%;
  background: #ddd;
  clear: right; }

.block-facetapi h2.block-title {
  font-size: 100%; }

.page-search-site button#edit-submit {
  display: inline-block;
  float: none !important; }

.search button.form-submit {
  background-color: #666666;
  color: white;
  font-weight: bold;
  height: 40px;
  width: 70px; }

.search button.form-submit:hover {
  background-color: #333333; }

div.spelling-suggestions dt {
  display: inline-block;
  margin-right: 10px; }

div.spelling-suggestions dd {
  display: inline; }

.page-search-site .form-item-retain-filters #edit-retain-filters {
  margin: 0; }

form.search-form,
.page-search-site div.spelling-suggestions,
.page-search-site h2,
.page-search-site h3,
.page-search-site ol.search-results,
.page-search-site div.pagination-centered {
  width: 60%;
  clear: none !important; }

.search-results {
  width: 60%;
  float: left; }

.page-search-site h2 {
  border-bottom: 1px solid #ccc; }

.page-search .block-facetapi li.leaf {
  list-style-type: none;
  margin-left: -10px; }

.block-facetapi h2.block-title {
  font-weight: bold;
  color: #5c525c;
  font-style: italic;
  margin-left: 10px; }

.page-search .search-results .search-info {
  display: none; }

.page-search-site h2.audience-toggle {
  width: 100%;
  border-bottom: 0px; }

/**********************PPE Pages*******************/
.page-ppe-institutes .form-item-field-ppe-programs-tax-tid select {
  height: 6rem; }

.page-ppe-institutes input.form-text {
  width: 150px; }

.page-ppe-institutes select.form-select {
  width: 150px; }

/*********************PPE INSTITUTE*********************/
.ppe-block {
  border: none;
  background: #f3f3f1;
  font-size: 1rem;
  color: 000;
  padding: 30px 60px;
  margin: 30px -60px; }

.ppebutton .buttonAlt {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem; }
  .ppebutton .buttonAlt a {
    color: #fff !important; }

.ppebutton .register {
  position: relative;
  float: right; }

/**********************COURSE CATALOG *******************/
.course-accordion .collapseSectionHeader {
  font-size: 0.9rem;
  line-height: 16px;
  padding-top: 12px; }

.page-about-catalogue-courses input.form-text {
  max-width: 150px; }

.page-node-425551 button.buttonAlt {
  height: 60px;
  width: 200px; }

@media (max-width: 1030px) {
  .page-node-425551 div.center {
    padding-top: 5px; } }

.node-type-course h2.pageHeadline {
  clear: both;
  padding: 10px 60px 10px 60px;
  margin: 0px;
  font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
  color: #404040;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: lighter; }

.node-type-course table tbody tr {
  background-color: white !important; }

.node-type-course td {
  border: 0px;
  font-size: 16px; }

.node-type-course table {
  border: 0px; }

.node-type-course td.course-label {
  float: right; }

.node-type-course button.buttonAlt {
  height: 60px;
  width: 200px; }

@media (max-width: 1030px) {
  .node-type-course div.center {
    padding-top: 5px; } }

tbody {
  border-top: 0px; }

.page-about-catalogue-courses table tbody tr {
  background-color: #f3f3f1 !important; }

.page-about-catalogue-courses td {
  border: 0px;
  font-size: 0.85rem; }

.page-about-catalogue-courses table {
  border: 0px; }

.page-about-catalogue-courses td.course-label {
  float: right; }

tbody {
  border-top: 0px; }

.view-id-course_catalog div.collapseSectionHeader {
  background: none;
  color: #a7192d;
  font-family: "Crimson Text","Times New Roman",Georgia,Serif;
  font-size: 1em;
  height: 24px;
  margin-bottom: 4px;
  margin-left: 4px;
  padding: 6px;
  text-decoration: none; }

.view-id-course_catalog tr.coursetitle td {
  background: white;
  color: #a7192d;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: .8em;
  padding-top: 0px;
  padding-right: 0px;
  text-decoration: none; }

.view-id-course_catalog tr.coursetitle td.course-label {
  width: 80px; }

.view-id-course_catalog div.collapseSectionHeader {
  margin: 5px; }

.view-id-course_catalog div.collapseSectionHeader.active {
  background: none; }

.view-id-course_catalog div.collapseSectionHeader:hover {
  text-decoration: underline; }

.form-item-field-course-subject-value select.form-select {
  height: 90px;
  max-width: 300px; }

.form-item-field-course-term-value select.form-select {
  height: 90px; }

button.courses {
  background-color: #223255; }

div.form-item.form-type-textfield.form-item-keys label {
  padding-bottom: 15px; }

.node-type-course .coursetag {
  margin: 3px;
  float: none;
  text-transform: lowercase; }

.node-type-course button.button.tiny.courses {
  background-color: #a7192d; }

.node-type-course span.tags strong {
  font-size: 16px; }

.node-type-course h1.pageHeadline {
  font-size: 37px;
  padding-left: 0px;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.node-type-course h1 span.courseid {
  padding: 4px;
  background-color: #f3f3f1;
  border-top-width: 1px; }

.node-type-course div.coursedetails {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  padding: 5px 70px 5px 20px; }

.node-type-course .tagrow {
  margin-bottom: -12px;
  margin-left: 20px; }

.node-type-course p.course-label {
  margin-top: -10px; }

/********************Academic catalogue Search Bar*************************/
body.page-node-420641 #search-form button#edit-submit {
  width: 70px;
  background-color: #666666;
  color: white;
  float: right;
  display: inline-block;
  border-radius: 0px 8px 8px 0px;
  margin-top: -53px;
  margin-right: 5px;
  padding: 0;
  height: 2.3125rem;
  font-family: 'icomoon'; }
  @media (max-width: 1430px) {
    body.page-node-420641 #search-form button#edit-submit {
      margin-right: 306px;
      max-width: 100%; } }
  @media (max-width: 1374px) {
    body.page-node-420641 #search-form button#edit-submit {
      margin-right: 280px;
      max-width: 100%; } }
  @media (max-width: 1307px) {
    body.page-node-420641 #search-form button#edit-submit {
      margin-right: 231px;
      max-width: 100%; } }
  @media (max-width: 1140px) {
    body.page-node-420641 #search-form button#edit-submit {
      margin-right: 215px;
      max-width: 100%; } }
  @media (max-width: 1200px) {
    body.page-node-420641 #search-form button#edit-submit {
      margin-right: 165px;
      max-width: 100%; } }
  @media (max-width: 1120px) {
    body.page-node-420641 #search-form button#edit-submit {
      margin-right: 125px;
      max-width: 100%; } }
  @media (max-width: 1080px) {
    body.page-node-420641 #search-form button#edit-submit {
      margin-right: 95px;
      max-width: 100%; } }
  @media (max-width: 1023px) {
    body.page-node-420641 #search-form button#edit-submit {
      margin-right: 200px;
      max-width: 100%; } }
  @media (max-width: 960px) {
    body.page-node-420641 #search-form button#edit-submit {
      margin-right: 160px;
      max-width: 100%; } }
  @media (max-width: 890px) {
    body.page-node-420641 #search-form button#edit-submit {
      margin-right: 130px;
      max-width: 100%; } }
  @media (max-width: 830px) {
    body.page-node-420641 #search-form button#edit-submit {
      margin-right: 110px;
      max-width: 100%; } }
  @media (max-width: 767px) {
    body.page-node-420641 #search-form button#edit-submit {
      width: 70px;
      background-color: #666666;
      color: white;
      float: left;
      display: inline-block;
      border-radius: 0px 8px 8px 0px;
      margin-top: 0px;
      margin-right: 5px;
      padding: 0;
      height: 2.3125rem;
      font-family: 'icomoon'; } }

body.page-node-420641 #search-form button#edit-submit:before {
  content: "\e614 "; }

body.page-node-420641 button.button.tiny.courses {
  margin-left: 0px; }

/********************SEARCH 404*************************/
h1.search404 {
  padding-top: 4rem; }

p.search404 {
  padding: 0.5rem 0 1rem 8rem;
  font-size: 1.2rem; }
  @media (min-width: 48em) {
    p.search404 {
      padding: 0.5rem 0 1rem 23rem; } }

h2.search404 {
  padding-bottom: 2rem; }

/**** Specifically for Node 414421 ***/
#node-414421 div h2 {
  display: inline-block; }

/******MENU POSITION LINK***********/
.menu-position-link {
  display: none !important; }

/*** Captial Campaign *****/
.capital-campaign {
  background: #cccccc;
  max-width: 1433px;
  width: 100%;
  color: #404040;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }

.page-campaign-themes .buttons button {
  background-color: #f3f3f1; }
  .page-campaign-themes .buttons button h4 a {
    color: #343434; }

.page-campaign-themes .buttons button:nth-child(1) {
  background-color: #343434; }
  .page-campaign-themes .buttons button:nth-child(1) h4 a {
    color: #f3f3f1; }

.page-campaign-themes.page-campaign-themes-equity-and-access .buttons button {
  background-color: #f3f3f1; }
  .page-campaign-themes.page-campaign-themes-equity-and-access .buttons button h4 a {
    color: #343434; }

.page-campaign-themes.page-campaign-themes-equity-and-access .buttons button:nth-child(1) {
  background-color: #343434; }
  .page-campaign-themes.page-campaign-themes-equity-and-access .buttons button:nth-child(1) h4 a {
    color: #f3f3f1; }

.page-campaign-themes.page-campaign-themes-future-of-learning .buttons button {
  background-color: #f3f3f1; }
  .page-campaign-themes.page-campaign-themes-future-of-learning .buttons button h4 a {
    color: #343434; }

.page-campaign-themes.page-campaign-themes-future-of-learning .buttons button:nth-child(2) {
  background-color: #343434; }
  .page-campaign-themes.page-campaign-themes-future-of-learning .buttons button:nth-child(2) h4 a {
    color: #f3f3f1; }

.page-campaign-themes.page-campaign-themes-schools-and-school-systems .buttons button {
  background-color: #f3f3f1; }
  .page-campaign-themes.page-campaign-themes-schools-and-school-systems .buttons button h4 a {
    color: #343434; }

.page-campaign-themes.page-campaign-themes-schools-and-school-systems .buttons button:nth-child(3) {
  background-color: #343434; }
  .page-campaign-themes.page-campaign-themes-schools-and-school-systems .buttons button:nth-child(3) h4 a {
    color: #f3f3f1; }

.CapitalCampaign {
  position: relative;
  background: white;
  padding: 0;
  margin: 0px auto;
  max-width: 95%; }
  @media (min-width: 1600px) {
    .CapitalCampaign {
      margin: 0;
      max-width: 1100px; } }
  @media (max-width: 676px) {
    .CapitalCampaign {
      max-width: 100%; } }
  .CapitalCampaign .paragraph p {
    max-width: 800px !important;
    margin: 0px 10%;
    margin-bottom: 1em; }

.capital-campaign {
  position: relative;
  background: white;
  padding: 0; }
  .capital-campaign #cboxClose {
    top: -37px !important;
    right: 0px !important; }
  .capital-campaign #cboxWrapper {
    overflow: visible;
    width: 730px !important;
    height: 450px !important; }
    @media (max-width: 1085px) {
      .capital-campaign #cboxWrapper {
        width: 530px !important;
        height: 435px !important; } }
    @media (max-width: 767px) {
      .capital-campaign #cboxWrapper {
        width: 433px !important;
        height: 290px !important; } }
  .capital-campaign #cboxContent {
    width: 700px !important;
    overflow: visible;
    height: auto !important; }
    @media (max-width: 1085px) {
      .capital-campaign #cboxContent {
        width: 500px !important; } }
    @media (max-width: 767px) {
      .capital-campaign #cboxContent {
        width: 395px !important; } }
  .capital-campaign #colorbox {
    overflow: hidden !important;
    width: 730px !important;
    height: 440px !important;
    left: calc(50% - 253px) !important;
    top: 63 !important; }
    @media (max-width: 1085px) {
      .capital-campaign #colorbox {
        width: 530px !important;
        left: calc(50% - 260px) !important;
        top: 31px !important; } }
    @media (max-width: 767px) {
      .capital-campaign #colorbox {
        width: 430px !important;
        height: 300px !important;
        left: 0px !important;
        top: 0px !important; } }
  .capital-campaign #cboxLoadedContent {
    overflow: visible !important;
    height: auto !important; }
    @media (max-width: 1085px) {
      .capital-campaign #cboxLoadedContent {
        width: 500px !important; } }
    @media (max-width: 767px) {
      .capital-campaign #cboxLoadedContent {
        width: 395px !important; } }
  .capital-campaign #cboxLoadedContent iframe {
    width: 700px;
    height: 350px; }
    @media (max-width: 1085px) {
      .capital-campaign #cboxLoadedContent iframe {
        width: 500px;
        height: 350px; } }
    @media (max-width: 767px) {
      .capital-campaign #cboxLoadedContent iframe {
        width: 400px;
        height: 200px; } }
  .capital-campaign #cboxOverlay {
    opacity: 0.8;
    cursor: pointer;
    visibility: visible;
    width: 100%;
    height: 100%;
    background: #111;
    position: absolute;
    top: 0;
    left: 0; }
  .capital-campaign #colorboximagecontainer {
    position: relative;
    max-width: 1100px;
    margin: 0 auto; }
    .capital-campaign #colorboximagecontainer #campaignVideoText {
      position: absolute;
      top: 0px;
      left: 24px;
      color: white;
      font-weight: 300;
      font-size: 12px; }
    @media (max-width: 767px) {
      .capital-campaign #colorboximagecontainer p:nth-child(1) {
        margin-bottom: 0; } }
    @media (min-width: 1600px) {
      .capital-campaign #colorboximagecontainer {
        margin: 0; } }
    .capital-campaign #colorboximagecontainer #cameraBox {
      position: absolute;
      bottom: 18px;
      right: 30px;
      width: 27px;
      background: white;
      height: 18px; }
    .capital-campaign #colorboximagecontainer #cameraTriangle {
      position: absolute;
      right: 22px;
      bottom: 18px;
      width: 0;
      height: 0;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      border-right: 9px solid white; }
  .capital-campaign .deaniframevideo {
    max-width: 750px;
    background: #404040;
    padding: 30px 60px;
    margin: 0px -60px; }
    .capital-campaign .deaniframevideo iframe {
      width: 100% !important; }
  .capital-campaign #mc-embedded-subscribe-form label {
    width: 120px;
    text-align: right; }
  .capital-campaign #mc-embedded-subscribe-form div:nth-child(4) {
    margin-left: 120px;
    margin-bottom: 16px; }
  .capital-campaign #mc-embedded-subscribe-form .button {
    margin-left: 120px;
    background-color: #a7192d; }
  .capital-campaign .bodycopy {
    margin: 0 auto; }
  .capital-campaign .block-views-cc-news-block > .views-row.row {
    margin-bottom: 1em; }
  .capital-campaign .views-field.views-field-title {
    text-align: left;
    width: 90%;
    margin: 5px 5% 0px 5%;
    font-size: 1.3em;
    line-height: 1.4em;
    font-family: "Crimson Text","Times New Roman",Georgia,Serif; }
    .capital-campaign .views-field.views-field-title span a {
      color: black; }
  .capital-campaign .views-field.views-field-field-teaser {
    width: 90%;
    margin: 0% 5%;
    font-size: .9em;
    padding-top: 6px; }
  .capital-campaign .navigationAncestors {
    text-align: left; }
  .capital-campaign #banner {
    width: 100%;
    height: auto; }
  .capital-campaign #campaignVideoText {
    display: none; }
  .capital-campaign #cameraBox {
    display: none; }
  .capital-campaign #cameraTriangle {
    display: none; }
  .capital-campaign .node-capital-campaign {
    display: none; }
  .capital-campaign .block-views-cc-news-block h2 {
    display: none; }
  .capital-campaign div.colMainContent.cc {
    background: #565656; }
    .capital-campaign div.colMainContent.cc .cc div.small-4.columns {
      padding-left: 0;
      padding-right: 0; }
    .capital-campaign div.colMainContent.cc div.medium-12.columns.cc {
      width: 96%;
      margin: 0% 2%; }
    .capital-campaign div.colMainContent.cc .button-group {
      background: transparent;
      margin-bottom: 47px; }
    .capital-campaign div.colMainContent.cc h2 {
      text-align: left;
      font-size: 2.25em;
      padding: 0;
      margin: 0;
      text-transform: none;
      font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
      color: #a7192d; }
      @media (max-width: 767px) {
        .capital-campaign div.colMainContent.cc h2 {
          font-size: 1.75em; } }
      .capital-campaign div.colMainContent.cc h2 a {
        color: #a7192d; }
  .capital-campaign #givenow {
    background-color: #a7192d;
    text-align: center;
    color: white;
    margin: 40px 33%;
    border-radius: 5px; }
    @media (max-width: 640px) {
      .capital-campaign #givenow {
        margin: 40px 0px; } }
  .capital-campaign article.node-capital-campaign div p {
    text-align: left; }
  .capital-campaign article.node-capital-campaign div.field-name-field-banner-image {
    display: none; }
  .capital-campaign #topper {
    height: 40px;
    width: 100%;
    position: absolute;
    top: -40px;
    background: white; }
    @media (max-width: 767px) {
      .capital-campaign #topper {
        display: none; } }
  .capital-campaign h3 {
    font-size: 1em;
    text-align: left;
    width: 90%;
    margin: 0px 5%; }
  .capital-campaign .CampaignHome, .capital-campaign .cc {
    padding: 0px 20px; }
    @media (max-width: 767px) {
      .capital-campaign .CampaignHome, .capital-campaign .cc {
        padding: 0px; } }
    .capital-campaign .CampaignHome .statistics_counter, .capital-campaign .cc .statistics_counter {
      display: none; }
    .capital-campaign .CampaignHome .views-row.columns, .capital-campaign .cc .views-row.columns {
      padding-left: 0px;
      padding-right: 0px; }
      .capital-campaign .CampaignHome .views-row.columns .field-content img, .capital-campaign .cc .views-row.columns .field-content img {
        width: 100%;
        height: auto; }
    .capital-campaign .CampaignHome h2, .capital-campaign .cc h2 {
      text-align: left;
      font-size: 2.25em;
      padding: 0;
      margin: 0;
      text-transform: none;
      font-family: "Crimson Text", "Times New Roman", Georgia, Serif; }
      .capital-campaign .CampaignHome h2 a, .capital-campaign .cc h2 a {
        color: #a7192d; }
    .capital-campaign .CampaignHome .buttons, .capital-campaign .cc .buttons {
      width: 80%;
      margin: 1em 10%; }
    .capital-campaign .CampaignHome .buttons button, .capital-campaign .cc .buttons button {
      margin: 0;
      border-radius: 5px;
      color: #343434; }
      .capital-campaign .CampaignHome .buttons button h4 a, .capital-campaign .cc .buttons button h4 a {
        font-size: .8em; }
    .capital-campaign .CampaignHome div.medium-12, .capital-campaign .cc div.medium-12 {
      margin: 15px; }
  .capital-campaign h3 a {
    font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
    color: #404040;
    font-size: 1em;
    line-height: 1em;
    font-weight: lighter;
    text-transform: none; }
  .capital-campaign p {
    font-size: 1em;
    text-align: left; }
  .capital-campaign h1.cc {
    clear: both;
    text-align: center;
    font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
    color: #404040;
    font-size: 2.5em;
    line-height: 1em;
    font-weight: lighter;
    background-color: inherit;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 100%;
    padding: 8px;
    text-transform: none;
    max-width: 800px; }
    @media (max-width: 767px) {
      .capital-campaign h1.cc {
        font-size: 1.75em; } }
  .capital-campaign .cc {
    background-color: #f3f3f1; }
  .capital-campaign div.content ul.links.inline {
    display: none; }

/****** Views Exposed Form  ***********/
.view button.form-submit {
  background-color: #666666;
  color: white;
  font-weight: bold;
  height: 40px;
  width: 70px; }

.view button.form-submit:hover {
  background-color: #333333; }

input.form-text {
  max-width: 200px; }

select.form-select {
  max-width: 190px; }

/******Calendar override the date.css module css ***********/
body.calendar {
  width: auto; }

/* 2231364bb6a28d8c1aaa95d6ec79455e008cb6e4 */
/******* Object Reset *********/
#ssidx embed {
  width: 640px;
  height: 800px; }

div.large-4.columns.calendarfilters {
  border-style: solid;
  border-width: 1px;
  background-color: #cccccc;
  margin-top: -20px; }

.calendarfilters #relatedlinks ul li {
  font-size: .8em;
  list-style-type: none;
  margin-left: -20px; }

.calendarfilters #relatedlinks ul {
  margin-top: -20px; }

.calendarfilters .calendar-spuds-search {
  margin-top: 5px; }

.calendarfilters div.callinks li a {
  color: #a7192d; }

/********** For EdMag ***********/
.edmagWrap {
  margin-bottom: -17px; }

.edmag-issue .bodyCopy a {
  color: black; }

/********** For News Tags ********/
.page-taxonomy-term .row {
  margin-bottom: 1em; }

.view-news-tags {
  color: #404040;
  padding: 20px 60px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1.25em;
  font-size: 1.1em;
  max-width: 1000px; }
  .view-news-tags h4 {
    font-size: 1.1em;
    text-transform: uppercase;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 100;
    margin: 0px 0px .5em 0px;
    padding: 0px; }
  .view-news-tags a {
    color: #335566; }
  .view-news-tags a.button {
    background: #335566;
    color: #fff; }
  .view-news-tags .introbody {
    font-size: .85em; }

/******* For PPE Tables *******/
body.page-ppe table {
  max-width: 947px;
  width: 100%; }

/******* UK Icon ************/
/******* Fix for Floaty Logo *********/
.header .logo-full {
  position: absolute;
  left: 3.75rem;
  top: 0rem;
  width: 14rem; }

/******* Search Bar Customization *****/
body.search .contextual-links-region p {
  display: none; }

body.search #search-form #edit-keys {
  display: inline-block;
  margin: 0;
  padding-top: 6px;
  max-width: 200px; }

body.search #search-form input.form-text {
  max-width: 60%; }

body.search #search-form .form-type-textfield label {
  display: none; }

body.search #search-form button#edit-submit {
  width: 70px;
  background-color: #666666;
  color: white;
  float: none;
  display: inline-block;
  margin: 0;
  border-radius: 0;
  margin-left: -5px;
  padding: 0;
  height: 2.3125rem;
  margin-top: -1px;
  border-radius: 0px 8px 8px 0px;
  font-family: 'icomoon'; }

body.search #search-form button#edit-submit:before {
  content: "\e614 "; }

body.search .apachesolr-browse-blocks {
  display: none; }

body.page-search404 .search-form #edit-basic div.form-item {
  margin: 0;
  padding: 0; }
  body.page-search404 .search-form #edit-basic div.form-item input#edit-keys {
    display: inline-block;
    margin: 0;
    padding-top: 6px; }
  body.page-search404 .search-form #edit-basic div.form-item input.form-text {
    max-width: 75%; }
  body.page-search404 .search-form #edit-basic div.form-item label {
    display: none; }

body.page-search404 .search-form #edit-basic button#edit-submit {
  width: 70px;
  background-color: #666666;
  color: white;
  float: none;
  display: inline-block;
  margin: 0;
  border-radius: 0;
  margin-left: -5px;
  padding: 0;
  height: 2.3125rem;
  margin-top: -1px;
  border-radius: 0px 8px 8px 0px;
  font-family: 'icomoon'; }

body.page-search404 .search-form #edit-basic button#edit-submit:before {
  content: "\e614 "; }

#sf {
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  /* for IE7*/
  zoom: 1;
  /* for IE7*/
  vertical-align: top;
  margin-left: 30px; }

#sf label {
  display: inline-block;
  /* for IE7*/
  zoom: 1;
  /* for IE7*/
  float: left;
  padding-top: 5px;
  text-align: right;
  width: 180px;
  font-weight: bold;
  padding-right: 1rem; }

#sf select, input, textarea {
  border: 1px solid #696969;
  vertical-align: top;
  max-width: 300px; }

#sf-submit {
  background-color: #346da9;
  float: right; }

#sf-submit:after {
  clear: both;
  display: block;
  content: ""; }

#sf .wide {
  width: 325px; }

#sf input[type='text'] {
  border: 1px solid #696969; }

/*************** News Letter Sign up ***************/
#mc_embed_signup label {
  float: left;
  padding-right: 10px; }

.page-node-429421 input {
  width: 200px; }

.page-node-429421 .newsletter-format input {
  max-width: 60px;
  display: inline; }

/*************** Library Homepage ***************/
.page-node-4121 .colMainContent hr {
  border-top: 4px solid #f3f3f1;
  border: none;
  margin: -40px 0px; }

.page-node-4121 h2 {
  font-size: 1.3rem; }

/************ Responsive Tables ************/
@media (max-width: 767px) {
  /* Force table to not be like tables anymore */
  .no-more-tables {
    width: 100%; }
  .no-more-tables table,
  .no-more-tables thead,
  .no-more-tables tbody,
  .no-more-tables th,
  .no-more-tables td,
  .no-more-tables tr {
    display: block; }
  .no-more-tables tr {
    width: 93%; }
  /* Hide table headers (but not display: none;, for accessibility) */
  .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .no-more-tables tr {
    border: 1px solid #ccc; }
  .no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 150px;
    min-height: 37px;
    white-space: normal;
    text-align: left; }
  .no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 150px;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title); } }

/***** Custom for Directory Page ****/
.view-directory-faculty-staff .view-content .views-row {
  color: #777;
  border-bottom: 1px solid #ddd;
  padding: .5rem 0px; }
  .view-directory-faculty-staff .view-content .views-row p {
    margin: 0;
    padding: 0; }
  .view-directory-faculty-staff .view-content .views-row > div:nth-child(2) {
    display: inline-block; }
  .view-directory-faculty-staff .view-content .views-row > div:nth-child(3) {
    display: inline-block; }
  .view-directory-faculty-staff .view-content .views-row > div:nth-child(4) {
    display: inline-block; }
  .view-directory-faculty-staff .view-content .views-row .field-content h3 {
    text-transform: none;
    display: inline;
    font-size: 18px;
    color: #a7192d;
    font-weight: 700; }
  .view-directory-faculty-staff .view-content .views-row .field-content h4 {
    text-transform: none;
    display: inline;
    font-size: 18px; }

.bodyCopy .view-directory-faculty-staff p {
  font-size: 14px; }

.bodyCopy .view-directory-faculty-staff {
  font-size: 14px; }

/************ Catalogue Disclaimer ************/
#frequentChanges {
  display: none; }

.page-about-catalogue #frequentChanges, .course #frequentChanges, .page-node-429921 #frequentChanges, .page-node-429931 #frequentChanges {
  display: block; }

/************ Admissions Forms ************/
.section-admissions #webform-client-form-419371 div input {
  max-width: 300px;
  width: 300px; }

.section-admissions .webform-component select.form-select {
  max-width: 300px;
  width: 300px; }

.section-admissions .form-item.form-type-checkbox.form-item-submitted-ambassador-alum:after {
  content: '';
  clear: both;
  display: block; }

.section-admissions #edit-submitted-ambassador-1 {
  float: left;
  width: initial !important; }

.section-admissions #edit-submitted-ambassador label {
  font-weight: 500;
  text-align: left; }

.section-admissions #edit-submit {
  margin-left: 120px; }

.section-admissions .grippie {
  display: none; }

.section-admissions .form-item.form-type-checkbox.form-item-submitted-special-preferences-lgbt label {
  padding-right: 20px; }

.section-admissions .form-item.form-type-checkbox.form-item-submitted-special-preferences-poc label {
  padding-right: 20px; }

.section-admissions #edit-submitted-special-preferences-1 {
  width: initial !important; }

.section-admissions #edit-submitted-special-preferences-2 {
  width: initial !important; }

@media (max-width: 500px) {
  .section-admissions #webform-client-form-419371 div input {
    max-width: 300px;
    width: 65%; }
  .section-admissions .webform-component .form-textarea-wrapper {
    width: 60%; }
  .section-admissions #edit-submitted-program {
    width: 60%; } }

/****** Mobile Cardplay ********/
#mobileSelect.select {
  display: block; }

/*.homePage #mobileFilterButton.select {
	background-color: #5191cd !important;
	display: block;
	color: white;
	margin-bottom: 1em;
}*/
#mobileFilterButton.select {
  display: block;
  background-color: #a7192d;
  color: white;
  margin-bottom: 1em; }

/* News Slideshow On Mobile*/
@media (max-width: 425px) {
  .slideshow.slideshow-banner p {
    display: none; } }

/********* Admissions Slideshow **********/
@media screen and (max-width: 767px) {
  .admissions .slideshow.slideshow-feature.slideshow-home {
    margin-bottom: 0px; } }

table th {
  font-weight: bold; }

table td, table th {
  padding: 9px 10px;
  text-align: left; }

/* Mobile */
@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0; }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }
  .pinned table th, .pinned table td {
    white-space: nowrap; }
  .pinned td:last-child {
    border-bottom: 0; }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }
  div.table-wrapper div.scrollable {
    margin-left: 35%; }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }
  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }
  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none; }
  .block-facetapi {
    display: none; }
  form.search-form,
  .page-search-site div.spelling-suggestions,
  .page-search-site h2,
  .page-search-site h3,
  .page-search-site ol.search-results,
  .page-search-site div.pagination-centered {
    width: 100%;
    clear: none !important; } }

table {
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 18px;
  border: 1px solid #ddd; }

table thead, table tfoot {
  background: #f5f5f5; }

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  font-size: 12px;
  line-height: 18px;
  text-align: left; }

table thead tr th,
table tfoot tr td {
  padding: 8px 10px 9px;
  font-size: 14px;
  font-weight: bold;
  color: #222; }

table thead tr th:first-child, table tfoot tr td:first-child {
  border-left: none; }

table thead tr th:last-child, table tfoot tr td:last-child {
  border-right: none; }

table tbody tr.even,
table tbody tr.alt {
  background: #f9f9f9; }

table tbody tr:nth-child(even) {
  background: #f9f9f9; }

table tbody tr td {
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
  border: none; }

/*********** Related page styling ************/
body.page-related-edd .view-news-spifs {
  display: block !important; }
  body.page-related-edd .view-news-spifs .view-content > .entry {
    margin-bottom: 2em;
    width: auto !important;
    padding-right: 0 !important;
    float: none !important; }
    body.page-related-edd .view-news-spifs .view-content > .entry img {
      float: left;
      width: 25%;
      height: auto; }
    body.page-related-edd .view-news-spifs .view-content > .entry p {
      float: left;
      padding-left: 1rem;
      width: 70%; }
  body.page-related-edd .view-news-spifs .view-content > .entry:after {
    content: '';
    clear: both;
    display: block; }

/************* Outer banner **************/
#outerbanner {
  background-color: white;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  padding: 0px 60px; }
  #outerbanner #innerbanner {
    max-width: 500px;
    margin: 0 auto;
    display: block; }
  #outerbanner img#banner {
    margin: 0 auto;
    padding: 34px 0px 30px 0px;
    max-width: 500px;
    display: inline; }
    @media (max-width: 767px) {
      #outerbanner img#banner {
        padding: 10px 0px; } }
  @media (min-width: 1600px) {
    #outerbanner {
      margin: 0; } }

/************ Campaign Banner *************/
.campaign-banner {
  width: 100%; }
  .campaign-banner .campaign {
    padding: -40px; }
  .campaign-banner:after {
    display: block;
    content: '';
    clear: both; }

.capital-campaign .campaign-banner {
  margin-bottom: -50px;
  padding: 0px;
  position: relative; }

h2.campaign-banner-header {
  font-size: 1.5rem;
  color: #fff;
  font-family: "Crimson Text","Times New Roman",Georgia,Serif;
  margin: 0;
  line-height: 1;
  padding-bottom: 4px;
  margin-top: -40%;
  display: none; }
  @media (min-width: 700px) {
    h2.campaign-banner-header {
      display: block;
      font-size: 1.8rem;
      margin-top: -25%; } }
  @media (min-width: 900px) {
    h2.campaign-banner-header {
      font-size: 2.2rem;
      margin-top: -22%; } }
  @media (min-width: 1000px) {
    h2.campaign-banner-header {
      font-size: 2.2rem;
      margin-top: -22%; } }
  @media (min-width: 1300px) {
    h2.campaign-banner-header {
      font-size: 3rem;
      margin-top: -10%; } }

.campaign-banner-text p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #fff;
  height: 50px;
  font-size: 0px;
  display: block; }
  @media (min-width: 640px) {
    .campaign-banner-text p {
      display: block;
      font-size: 13px; } }
  @media (min-width: 1100px) {
    .campaign-banner-text p {
      display: block;
      font-size: 15px; } }

.campaign-banner-text p a {
  display: block;
  font-size: 13px; }

.campaign-banner-text {
  position: absolute;
  top: 180px;
  width: 60%;
  margin-left: 65px; }

/*.homePage a#supportus.button.small-12.medium-4.columns {
	background-color: #5191cd;
}*/
a#supportus.button.small-12.medium-4.columns {
  background-color: #a7192d;
  text-align: center;
  color: white;
  margin: -210px 5%;
  border-radius: 5px; }
  @media (min-width: 800px) {
    a#supportus.button.small-12.medium-4.columns {
      margin: -80px 110%; } }
  @media (min-width: 1100px) {
    a#supportus.button.small-12.medium-4.columns {
      margin: -60px 110%; } }
  a#supportus.button.small-12.medium-4.columns:hover {
    opacity: 0.8;
    filter: alpha(opacity=40);
    /* For IE8 and earlier */ }

div.campaign-banner p img {
  width: 100%;
  margin-bottom: -20px;
  display: inline; }

div.siteFooterLogo {
  padding-top: 20px; }

/************** Directory *******************/
div.directory h3 {
  color: #a7192d;
  font-weight: 700;
  margin: 0;
  padding: 0; }

div.directory p {
  color: #777;
  margin: 0;
  padding: 0; }

/************ UK Newsletter Page ***************/
.page-node-435631 form label {
  display: inline-block;
  font-size: 1rem;
  padding: 8px;
  min-width: 115px;
  text-align: right; }

.page-node-435631 form input {
  display: inline-block;
  margin: 0; }

.page-node-435631 form input[type="submit"] {
  margin-left: 119px;
  background: #a31f33;
  margin-bottom: 1rem;
  margin-top: .5rem; }

/************ Dean's Page /about/dean/news ***************/
body.page-node-417331 .row {
  border-bottom: 1px solid #f3f3f1;
  margin: 0px;
  padding-bottom: 20px; }

body.page-node-417331 .row H4 {
  padding-top: 20px; }

@media (min-width: 768px) {
  .offCanvasContainer {
    width: auto !important;
    display: block !important; }
  .navigationGateway {
    max-width: 300px; }
  .navigationMain {
    display: block !important;
    width: 240px;
    background: #f3f3f1; }
  .navigationPrimaryMobileSecondary {
    display: none; }
  .profile .orbit-container {
    height: 256px !important; }
  .navigationTacticalContainer {
    overflow: visible !important; }
  .universalPage .slideshow-wrapper-container {
    background: #404040;
    margin: 0px -60px;
    padding: 10px 60px 30px 120px;
    max-width: 820px; }
    .universalPage .slideshow-wrapper-container .slideImageContainer {
      width: 40%;
      float: left; }
    .universalPage .slideshow-wrapper-container .orbit-container .orbit-slides-container > * .orbit-caption {
      width: 60%;
      padding: 0px 60px 0px 30px; }
    .universalPage .slideshow-wrapper-container .orbit-container .orbit-slides-container > * .orbit-caption {
      padding: 0px 30px 20px 30px; }
    .universalPage .slideshow-wrapper-container h2.slideHeadline {
      font-size: 2em; }
    .universalPage .slideshow-wrapper-container .slideHeadlineSmall {
      font-size: 1.3em; }
  .universalPage .slideshow-wrapper .orbit-container {
    margin-bottom: 10px; }
  .universalPage .slideshow-wrapper-container .orbit-container .orbit-prev,
  .slideshow-wrapper-container .orbit-container .orbit-next,
  .slideshow-wrapper-container .orbit-container .orbit-prev:hover,
  .slideshow-wrapper-container .orbit-container .orbit-next:hover {
    left: 40%;
    margin: 0px;
    font-size: 1.6em;
    color: #999999;
    bottom: 0px;
    top: auto !important; }
  .universalPage .slideshow-wrapper-container .orbit-container .orbit-prev,
  .slideshow-wrapper-container .orbit-container .orbit-prev:hover {
    margin-left: 30px; }
  .universalPage .slideshow-wrapper-container .orbit-container .orbit-next,
  .slideshow-wrapper-container .orbit-container .orbit-next:hover {
    right: auto;
    margin-left: 90px; }
  .universalPage .slideshow-wrapper-container .orbit-container .orbit-prev:hover,
  .slideshow-wrapper-container .orbit-container .orbit-next:hover {
    color: #ffffff; } }

@media (min-width: 1760px) {
  .navigationPrimary {
    left: auto !important; }
    .homePage .navigationPrimary {
      margin-left: 60px; }
  .flipperHeadlineLarge {
    font-size: 2.2em; }
  .flipperHeadlineSmall {
    font-size: 1.5em; }
  .flipperTeaser {
    font-size: 1em; } }

@media only screen and (max-width: 767px) {
  .blockGrid {
    display: block;
    font-size: 1em; }
    .blockGrid .tableRow {
      display: block; }
    .blockGrid .tableCell {
      display: block;
      border: none;
      margin-bottom: 10px;
      width: 100% !important; }
  .gridListingContainer {
    margin: 10px; }
  .gridListingField {
    padding: 10px;
    border-bottom: 10px solid #ffffff;
    vertical-align: top; }
  .gridListingData {
    padding: 10px;
    border-bottom: 10px solid #ffffff;
    vertical-align: top; }
    .gridListingData h3 {
      font-size: 1.5em; }
  .universalPage .slideshow-wrapper-container {
    background: #404040;
    padding: 10px 10px 10px 10px;
    max-width: 820px; }
    .universalPage .slideshow-wrapper-container .orbit-container .orbit-slides-container > * .orbit-caption {
      padding: 10px 0px 0px 0px; }
  .universalPage .slideshow-wrapper-container .slideshow-wrapper,
  .slideshow-wrapper-container .orbit-container {
    margin: 0px; }
  .libraryPage .slideshow-wrapper-container {
    margin: 10px 0px;
    padding: 10px;
    max-width: 767px; }
  .columnCopy {
    padding: 0 10px;
    font-size: 1.6em !important; }
  .mainColumnRow {
    background: #f3f3f1; }
  button.buttonAlt {
    font-size: .9em; }
  .navigationPrimarySub {
    padding-top: 0px; }
  .navigationTacticalMenuExpanded {
    float: right; }
  .navigationTacticalMenuIcon,
  .navigationTacticalItemSub {
    min-width: 100px; }
  .inline {
    margin: 10px; }
  .bodyCopy .collapseSectionHeader {
    font-size: .7em;
    padding-left: 10px; }
  .gridListingData .teaser {
    display: none; }
  .gridListingField .day {
    font-size: 2em; }
  .navigationTacticalItem {
    left: 0px;
    width: 100% !important;
    height: 40px !important; }
  .navigationTacticalMenuText {
    text-align: left; }
  .navigationTacticalMenuIconImage {
    float: left;
    line-height: 20px;
    padding: 0px 10px 0px 10px; }
  .navigationTacticalItemSub {
    height: 40px;
    width: 100px; }
  .navigationTacticalMenuExpanded .icon {
    line-height: 40px;
    width: 40px;
    font-size: 1.5em;
    padding: 0px; }
  .navigationTacticalMenuExpanded a {
    line-height: 40px;
    padding: 0px 10px; }
  .navigationTacticalContainer {
    width: 100px;
    overflow: initial !important; }
  .navigationTacticalMobileLink {
    color: #ffffff;
    text-align: center;
    background: #646464;
    width: 60px;
    height: 60px;
    cursor: pointer;
    float: right; }
  .navigationTacticalMobileLink div {
    line-height: 60px;
    font-size: 1.0em; }
    .navigationTacticalMobileLink div.icon-gears {
      line-height: 60px;
      font-size: 1.5em; }
  .navigationTacticalItemSub.active .navigationTacticalMenuIcon {
    display: none; }
  .navigationPrimaryMobileSecondary {
    overflow: hidden;
    width: 0%;
    font-size: .95em;
    font-weight: 100; }
  .navigationPrimaryLink {
    padding: 0px 25px; }
  .collapseHeader .collapseHeader {
    width: 100%; }
  .navigationMain {
    display: none;
    height: auto !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .navigationPrimaryContainer {
    width: auto;
    height: auto; }
  .navigationPrimaryLinkContainer {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    width: 100% !important;
    position: relative; }
  .navigationPrimaryMobileLink {
    text-align: center;
    color: #ffffff;
    background: #646464;
    width: 60px;
    height: 60px;
    cursor: pointer;
    float: left; }
    .navigationPrimaryMobileLink div {
      line-height: 60px; }
  .navigationPrimary {
    width: 100% !important;
    position: relative;
    top: 0px !important;
    left: 0px !important; }
  .siteLogoMobile {
    margin: 0 auto;
    background: #a7192d;
    line-height: 40px;
    display: block; }
  .navigationPrimaryLinkSub {
    font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .navigationPrimaryLinkSubMobile {
    position: absolute;
    width: 100%;
    left: 100%; }
  .socialMediaStrip.sticky {
    display: none; }
  .navigationAncestors {
    display: none; }
  .collapsedMenu,
  .collapsedMenu .navigationGatewayHeader,
  .collapsedMenu .navigationGateway ul {
    text-indent: 0px; }
  .navigationPrimarySub {
    padding-top: 10px;
    background: none; }
    .homePage .navigationPrimarySub {
      padding-top: 0px; }
  .eventListing .tableRow {
    margin: 0px 0px 20px 0px; }
  .topicSearch {
    padding: 0px 10px; }
    .topicSearch form {
      width: 100%; }
    .topicSearch .icon {
      position: relative;
      top: 2em;
      right: 1em; }
  .topicSearchHeadline {
    font-size: 1em; }
  .navigationMobileOverflowClip {
    width: 100%;
    overflow: hidden;
    display: none; }
  .offCanvasContainer {
    width: 500%;
    position: relative;
    overflow: hidden;
    background: transparent !important; }
  .navigationPrimarySub {
    position: relative;
    float: right; }
  .navigationMain {
    position: relative;
    display: block;
    float: left;
    height: auto !important; }
  .navigationGateway {
    display: none; }
  .navigationPrimaryMobileSecondary {
    background: #f3f3f1; }
    .navigationPrimaryMobileSecondary .navigationGateway {
      display: block;
      padding-left: 25px; }
  .navigationPrimarySubSub {
    width: 100%; }
  .homePage .navigationPrimary {
    padding-top: 0px; }
  .flipContainer {
    margin: 0px 0px 20px 0px !important;
    width: 100% !important; }
  .collapseAllHeader {
    padding-right: 30px; }
  .collapseHeader .icon {
    margin-left: 10px; }
  .navigationPrimarySubSub {
    padding-top: 10px !important; }
    .navigationPrimarySubSub ul {
      padding-right: 30px; }
      .navigationPrimarySubSub ul ul {
        padding-right: 5px; }
  .navigationPrimaryLinkSub {
    height: auto !important; }
  .siteFooterLogo img {
    width: 100%; }
  .siteFooter {
    text-align: left;
    padding: 20px 10px; }
  .siteFooterMap {
    width: 100%;
    max-width: 250px; }
  .siteFooterContact,
  .siteFooterLinks {
    padding: 0px 0px 0px 20px; }
  .orbit-container .orbit-next,
  .orbit-container .orbit-prev {
    color: #ffffff;
    text-shadow: 0px 0px 10px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0); }
    .orbit-container .orbit-next:hover,
    .orbit-container .orbit-prev:hover {
      color: #a7192d; }
  .profile .orbit-caption {
    height: auto !important;
    display: block !important; }
  .slideshow-wrapper-container.profile .slideImageContainer {
    width: 40%;
    float: left; }
    .slideshow-wrapper-container.profile .slideImageContainer img {
      padding: 0px 20px 0px 0px; }
  .slideshow-wrapper-container.profile .orbit-caption {
    font-size: .7em;
    width: 60%; }
  h1.pageHeadline {
    font-size: 1.5em;
    padding: 10px 10px 0px 10px; }
  h2.pageSubHeadline {
    font-size: 1.3em;
    padding: 10px 10px 0px 10px; }
  .credit {
    padding: 10px; }
  .introduction {
    font-size: 1.2em;
    padding: 10px; }
  .bodyCopy {
    font-size: 1em;
    padding: 10px; }
    .bodyCopy blockquote {
      padding: 10px;
      margin: 10px -10px; }
    .bodyCopy .inlineImageContainer {
      clear: both;
      width: 40%; }
  .spifListing {
    padding: 0 10px; }
  .eventListing {
    padding: 0 10px; }
  .socialMediaStrip.sticky {
    top: 0px;
    width: auto !important;
    right: 0px;
    left: auto !important;
    border: none; }
    .socialMediaStrip.sticky .navigationAncestors {
      display: none; }
  .socialMediaStrip .socialMediaStripButtonContainer {
    border: 1px solid #cccccc;
    padding: 0px;
    margin: 0px; }
  .socialMediaStrip button {
    margin: 0px; }
  .listingContainer {
    padding: 0px; }
  .flex-video-container {
    padding: 20px 10px 10px 10px; }
  .newsStory .buttonStrip {
    text-align: left;
    padding: 10px 10px 0px 10px; }
  .slideHeadlineSmall {
    font-size: 1.5em; }
  h2.slideHeadline {
    font-size: 3em;
    margin: 0px 10px; }
  .slideshow-wrapper-container h2.slideHeadline {
    margin: 0px; }
  .slideTeaser {
    margin: 1em 10px; }
  .profileContent {
    margin: 20px 0px 10px 0px;
    font-size: 1em;
    line-height: 175%; }
  .flipContainer {
    width: 90%;
    margin: 20px 5%; }
  .flipper {
    height: auto !important; }
  .gridCards {
    margin: 10px; }
  .buttonStripDD {
    margin: 0 auto; }
  .flipperButton .buttonText {
    display: inline-block; } }

@media only screen and (max-width: 1023px) {
  .show-for-tablet-landscape {
    display: block; }
  .hide-for-tablet-landscape {
    display: none !important; }
  .siteLogo {
    display: none; }
  .navigationPrimary {
    top: 60px; }
    .homePage .navigationPrimary {
      padding-top: 0px; }
  .menuMid {
    color: #ffffff;
    background: #a7192d;
    height: 60px;
    position: fixed;
    -webkit-backface-visibility: hidden;
    width: 100% !important;
    z-index: 300000; }
    .menuMid .icon-menu {
      width: 60px;
      cursor: pointer;
      display: inline-block;
      border-right: 1px solid #ffffff;
      line-height: 60px;
      padding: 0px 20px; }
      .menuMid .icon-menu:before {
        content: "\e601"; }
      .menuMid .icon-menu.active {
        filter: alpha(opacity=100);
        opacity: 1; }
        .menuMid .icon-menu.active:before {
          content: "\e60b"; }
  .menuLarge {
    display: none !important; }
  .navigationMain .icon-menu {
    display: none; }
  .navigationPrimarySub {
    padding-top: 60px; }
  .homePage .navigationPrimarySub {
    top: 0px; }
  .homePage .navigationPrimary {
    left: 0px; }
  .navigationMain .icon-menu {
    display: none !important; }
  .navigationTactical {
    top: 3.75rem; }
  .navigationPrimarySubClose {
    display: none; }
  .navigationPrimaryLink {
    padding: 0px 25px 0px 25px; }
  .navigationGateway {
    padding: 13px 25px 13px 25px; } }

@media only screen and (max-width: 1119px) {
  .flipperButton .buttonText {
    display: none; } }

@media only screen and (max-height: 768px) {
  .navigationPrimaryLink {
    min-height: 40px;
    line-height: 40px; }
    .navigationPrimaryLink .icon {
      line-height: 40px; }
  .navigationGateway ul li a {
    display: block;
    padding: 0px 0px; } }

@media only screen and (min-width: 450px) and (max-width: 767px) {
  .flipContainer {
    border: none;
    margin-bottom: 20px;
    width: 47% !important;
    margin: 0 1.5% 20px 1.5% !important;
    padding: 0 !important; }
    .flipContainer:nth-child(2n+1) {
      clear: both; }
  .front {
    border: none; } }

.colMainContentContainer {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s; }
  .nav-active .colMainContentContainer {
    -webkit-transform: translateX(17rem);
    -moz-transform: translateX(17rem);
    -ms-transform: translateX(17rem);
    -o-transform: translateX(17rem);
    transform: translateX(17rem); }
    @media (max-width: 767px) {
      .no-svg .nav-active .colMainContentContainer {
        left: 17rem !important; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .nav-active .colMainContentContainer {
        -webkit-transform: translateX(14rem);
        -moz-transform: translateX(14rem);
        -ms-transform: translateX(14rem);
        -o-transform: translateX(14rem);
        transform: translateX(14rem); }
        .no-svg .nav-active .colMainContentContainer {
          left: 14rem !important; } }
    @media (min-width: 64rem) {
      .nav-active .colMainContentContainer {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
        .no-svg .nav-active .colMainContentContainer {
          left: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .nav-active.nav-sub-active .colMainContentContainer {
      -webkit-transform: translateX(28rem);
      -moz-transform: translateX(28rem);
      -ms-transform: translateX(28rem);
      -o-transform: translateX(28rem);
      transform: translateX(28rem); }
      .no-svg .nav-active.nav-sub-active .colMainContentContainer {
        left: 28rem !important; } }
  @media (min-width: 64em) {
    .nav-active.nav-sub-active .colMainContentContainer {
      -webkit-transform: translateX(14rem);
      -moz-transform: translateX(14rem);
      -ms-transform: translateX(14rem);
      -o-transform: translateX(14rem);
      transform: translateX(14rem); }
      .no-svg .nav-active.nav-sub-active .colMainContentContainer {
        left: 14rem; } }
  .colMainContentContainer .colMainContent {
    padding-top: 2.5rem; }
    @media (min-width: 48em) {
      .colMainContentContainer .colMainContent {
        padding: 3.75rem 3.75rem 0 3.75rem; } }
    @media (min-width: 64em) {
      .colMainContentContainer .colMainContent {
        padding: 0 3.75rem 0 17.75rem; } }

body .orbit-container .orbit-prev,
body .orbit-container .orbit-next {
  top: 30%;
  margin: 0;
  text-shadow: none;
  display: none;
  margin-top: 30px; }
  @media (min-width: 48em) {
    body .orbit-container .orbit-prev,
    body .orbit-container .orbit-next {
      display: block; } }
  body .orbit-container .orbit-prev:hover,
  body .orbit-container .orbit-next:hover {
    background: none;
    color: #fff; }
  body .orbit-container .orbit-prev:before,
  body .orbit-container .orbit-next:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    text-indent: 0;
    font-size: 1.75rem; }
  body .orbit-container .orbit-prev span,
  body .orbit-container .orbit-next span {
    display: none; }

body .orbit-container .orbit-prev:before {
  content: '\e606';
  left: 1.5rem; }

body .orbit-container .orbit-next:before {
  content: '\e605';
  right: 1.5rem; }

body .orbit-container .orbit-timer {
  display: none; }

body .orbit-container .orbit-bullets {
  display: block !important;
  right: 0;
  top: 0.25rem;
  position: absolute;
  z-index: 999;
  margin: 0; }
  body .orbit-container .orbit-bullets li {
    background: #fff;
    cursor: pointer;
    margin: 0 0.75rem; }
    body .orbit-container .orbit-bullets li.active {
      background: #a7192d;
      /*background: #5191cd;*/ }

body .orbit-container .orbit-slides-container li.active {
  margin-left: 0 !important; }

.slideshow img {
  display: block;
  width: 100%; }

.topics .slideshow img {
  margin-bottom: 1rem; }

.topics .slideshow li {
  background: #404040; }

.slideshow.slideshow-feature {
  margin-top: 2rem; }
  .slideshow.slideshow-feature.slideshow-home {
    margin-top: 0;
    margin-bottom: 2rem; }
  .slideshow.slideshow-feature .orbit-prev,
  .slideshow.slideshow-feature .orbit-next {
    display: none; }
  .slideshow.slideshow-feature .detail {
    background: #404040;
    color: #fff;
    padding: 0.625rem; }
    @media (min-width: 48em) {
      .slideshow.slideshow-feature .detail {
        background: none;
        background-image: -webkit-linear-gradient(transparent, #000);
        background-image: linear-gradient(transparent, #000);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
        padding: 9rem 3.75rem 1.5rem 3.75rem;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; }
        .lt-ie9 .slideshow.slideshow-feature .detail {
          padding: 144px 60px 24px 60px; } }
    .nav1 .slideshow.slideshow-feature .detail {
      background: #223255; }
      @media (min-width: 48em) {
        .nav1 .slideshow.slideshow-feature .detail {
          background: none;
          background-image: -webkit-linear-gradient(transparent, #000);
          background-image: linear-gradient(transparent, #000);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); } }
    .nav2 .slideshow.slideshow-feature .detail {
      background: #954729; }
      @media (min-width: 48em) {
        .nav2 .slideshow.slideshow-feature .detail {
          background: none;
          background-image: -webkit-linear-gradient(transparent, #000);
          background-image: linear-gradient(transparent, #000);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); } }
    .nav3 .slideshow.slideshow-feature .detail {
      background: #4b7547; }
      @media (min-width: 48em) {
        .nav3 .slideshow.slideshow-feature .detail {
          background: none;
          background-image: -webkit-linear-gradient(transparent, #000);
          background-image: linear-gradient(transparent, #000);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); } }
    .nav4 .slideshow.slideshow-feature .detail {
      background: #346da9; }
      @media (min-width: 48em) {
        .nav4 .slideshow.slideshow-feature .detail {
          background: none;
          background-image: -webkit-linear-gradient(transparent, #000);
          background-image: linear-gradient(transparent, #000);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); } }
    .nav5 .slideshow.slideshow-feature .detail {
      background: #9a6700; }
      @media (min-width: 48em) {
        .nav5 .slideshow.slideshow-feature .detail {
          background: none;
          background-image: -webkit-linear-gradient(transparent, #000);
          background-image: linear-gradient(transparent, #000);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); } }
    .nav6 .slideshow.slideshow-feature .detail {
      background: #616e7c; }
      @media (min-width: 48em) {
        .nav6 .slideshow.slideshow-feature .detail {
          background: none;
          background-image: -webkit-linear-gradient(transparent, #000);
          background-image: linear-gradient(transparent, #000);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); } }
    .nav7 .slideshow.slideshow-feature .detail {
      background: #335566; }
      @media (min-width: 48em) {
        .nav7 .slideshow.slideshow-feature .detail {
          background: none;
          background-image: -webkit-linear-gradient(transparent, #000);
          background-image: linear-gradient(transparent, #000);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); } }
    .nav8 .slideshow.slideshow-feature .detail {
      background: #a7192d; }
      @media (min-width: 48em) {
        .nav8 .slideshow.slideshow-feature .detail {
          background: none;
          background-image: -webkit-linear-gradient(transparent, #000);
          background-image: linear-gradient(transparent, #000);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); } }
  .slideshow.slideshow-feature .intro {
    font-size: 0.9rem; }
    @media (min-width: 80em) {
      .slideshow.slideshow-feature .intro {
        font-size: 1.25rem; } }
  .slideshow.slideshow-feature h2 {
    font-size: 2rem;
    color: #fff;
    font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
    margin: 0;
    line-height: 1;
    margin-bottom: 0.5rem; }
    @media (min-width: 80em) {
      .slideshow.slideshow-feature h2 {
        font-size: 4rem; } }
  .slideshow.slideshow-feature p {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin: 0;
    font-size: 0.8rem; }
    @media (min-width: 80em) {
      .slideshow.slideshow-feature p {
        font-size: 1rem; } }
  .slideshow.slideshow-feature .meta {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    list-style: none;
    overflow: hidden;
    margin: 1rem 0 0 0;
    font-size: 0.8rem; }
    @media (min-width: 80em) {
      .slideshow.slideshow-feature .meta {
        font-size: 1rem; } }
    .slideshow.slideshow-feature .meta li {
      float: left;
      margin: 0 1.5rem 0 0; }
      .slideshow.slideshow-feature .meta li a {
        color: #fff; }
    .slideshow.slideshow-feature .meta i {
      margin-right: 0.75rem; }

.slideshow.slideshow-banner {
  margin-top: 2rem;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 0.625rem;
  background: #404040; }
  @media (min-width: 48em) {
    .slideshow.slideshow-banner {
      padding: 1rem; } }
  .slideshow.slideshow-banner .orbit-bullets {
    right: 0;
    top: 0;
    text-align: right; }
    @media (min-width: 48em) {
      .slideshow.slideshow-banner .orbit-bullets {
        right: 0;
        top: 0; } }
    @media (min-width: 64em) {
      .slideshow.slideshow-banner .orbit-bullets {
        right: 42%; } }
    .slideshow.slideshow-banner .orbit-bullets li {
      padding: 0; }
  @media (min-width: 64em) {
    .slideshow.slideshow-banner .orbit-prev,
    .slideshow.slideshow-banner .orbit-next {
      top: 35%; } }
  .slideshow.slideshow-banner .orbit-prev {
    left: 0; }
  .slideshow.slideshow-banner .orbit-next {
    right: 0; }
    @media (min-width: 64em) {
      .slideshow.slideshow-banner .orbit-next {
        right: 42%; } }
  .slideshow.slideshow-banner li {
    overflow: hidden; }
  .slideshow.slideshow-banner h3 {
    font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
    color: #fff;
    font-size: 2rem;
    line-height: 1; }
  .slideshow.slideshow-banner p {
    font-size: 0.9rem; }
  @media (min-width: 64em) {
    .slideshow.slideshow-banner .image {
      float: left;
      width: 58%; } }
  .slideshow.slideshow-banner .image img {
    width: 100%;
    margin-bottom: 1rem; }
    @media (min-width: 64em) {
      .slideshow.slideshow-banner .image img {
        margin-bottom: 0; } }
  @media (min-width: 64em) {
    .slideshow.slideshow-banner .detail {
      float: right;
      width: 39%; } }

.slideshow.slideshow-stack {
  background: #335566;
  padding: 0.625rem;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  @media (min-width: 48em) {
    .slideshow.slideshow-stack {
      padding: 1.5rem; } }
  .slideshow.slideshow-stack .orbit-prev,
  .slideshow.slideshow-stack .orbit-next {
    top: 4rem; }
  .slideshow.slideshow-stack h3 {
    font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
    color: #fff;
    font-size: 2rem;
    line-height: 1; }
  .slideshow.slideshow-stack p {
    font-size: 0.9rem;
    margin: 0.5rem 0 0 0; }
  .slideshow.slideshow-stack img {
    display: block;
    margin-bottom: 1rem; }
  .slideshow.slideshow-stack a {
    color: #fff; }

.slideshow.slideshow-content {
  margin: 0 0.625rem;
  color: #fff;
  padding: 0.625rem;
  background: #404040; }
  @media (min-width: 48em) {
    .slideshow.slideshow-content {
      padding: 1rem; } }
  @media (min-width: 80em) {
    .slideshow.slideshow-content {
      padding: 2rem; } }
  @media (min-width: 48em) {
    .slideshow.slideshow-content {
      margin: 0 3.75rem;
      max-width: 39.375rem; } }
  .slideshow.slideshow-content li {
    background: #404040;
    overflow: hidden; }
  .slideshow.slideshow-content img {
    display: block;
    width: 100%; }
  .slideshow.slideshow-content h3 {
    font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
    color: #fff;
    margin: 0;
    line-height: 1.25; }
  .slideshow.slideshow-content p {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin: 0.5rem 0 0 0;
    font-size: 0.8rem; }
    @media (min-width: 48em) {
      .slideshow.slideshow-content p {
        font-size: 0.9rem; } }
  .slideshow.slideshow-content .orbit-prev,
  .slideshow.slideshow-content .orbit-next {
    display: block !important;
    bottom: 0 !important;
    top: auto;
    height: 2em; }
    .slideshow.slideshow-content .orbit-prev:hover,
    .slideshow.slideshow-content .orbit-next:hover {
      color: #ccc; }
    .slideshow.slideshow-content .orbit-prev:before,
    .slideshow.slideshow-content .orbit-next:before {
      left: 0;
      right: auto; }
  .slideshow.slideshow-content .orbit-prev {
    left: 0; }
    @media (min-width: 80em) {
      .slideshow.slideshow-content .orbit-prev {
        left: 51.5%; } }
  .slideshow.slideshow-content .orbit-next {
    left: 3rem; }
    @media (min-width: 80em) {
      .slideshow.slideshow-content .orbit-next {
        left: 51.5% !important;
        margin-left: 3em; } }
  .slideshow.slideshow-content .orbit-bullets {
    display: none !important; }
  @media (min-width: 80em) {
    .slideshow.slideshow-content .image {
      float: left;
      width: 48%; } }
  .slideshow.slideshow-content .detail {
    padding: 1em 0 3em; }
    @media (min-width: 80em) {
      .slideshow.slideshow-content .detail {
        float: right;
        width: 48%;
        padding-top: 0; } }

/* Topics Tropics */
.topics {
  max-width: 75rem;
  padding: 0 0.625rem 0.625rem; }
  @media (min-width: 48em) {
    .topics {
      padding: 0 3.75rem 3.75rem; } }
  .topics h2 {
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-top: 0.625rem; }
    @media (min-width: 48em) {
      .topics h2 {
        margin-top: 0; } }
  .topics h3 {
    font-size: 1.5rem;
    font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
    line-height: 1;
    margin-top: 0; }
  .topics h2 a,
  .topics h3 a {
    color: inherit; }
    .topics h2 a:hover,
    .topics h3 a:hover {
      color: #616f7c; }
  .topics p {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 0.9rem; }
    .topics p:last-child {
      margin-bottom: 0; }
  .topics .spotlight .block {
    background: #404040;
    color: #fff; }
  .topics .popular h2 {
    margin-left: 1rem; }
  .topics .popular .block {
    border-top: 1px solid #fff; }
    .topics .popular .block:last-child {
      text-align: center; }
  .topics .popular .block:last-child,
  .topics .popular h2 + .block {
    border-top: 0; }
  .topics .popular img {
    float: left;
    margin: 0.25rem 0.5rem 0.25rem 0;
    width: 50%; }
  .topics .block {
    padding: 1rem;
    background: #f3f3f1;
    overflow: hidden; }
  .topics .filter {
    padding: 0.625em 0;
    overflow: visible !important;
    *zoom: 1; }
    .topics .filter:before, .topics .filter:after {
      content: " ";
      display: table; }
    .topics .filter:after {
      clear: both; }
    @media (min-width: 48em) {
      .topics .filter {
        padding: 2.5em 0; } }
    .topics .filter h2 {
      float: left;
      margin: 0.3125rem 1rem 0.3125rem 0; }
    .topics .filter p {
      float: right;
      margin: 0; }
      .topics .filter p + h2 {
        clear: none; }
    @media (min-width: 48em) {
      .topics .filter .select {
        float: right;
        width: 48%; } }
    .topics .filter .styledSelect {
      top: 0; }
  .topics .related .image {
    margin: -1rem -1rem 1rem -1rem; }
    .topics .related .image img {
      width: 100%; }
  .topics .related .block-grid {
    list-style: none;
    overflow: hidden;
    margin: 0 -0.625rem; }
    .topics .related .block-grid li {
      width: 100%;
      padding: 0 0.625rem 1.25rem; }
      @media (min-width: 48em) {
        .topics .related .block-grid li {
          float: left;
          width: 50%; }
          .topics .related .block-grid li:nth-child(2n+1) {
            clear: both; } }
      @media (min-width: 80em) {
        .topics .related .block-grid li {
          width: 33.33333%; }
          .topics .related .block-grid li:nth-child(2n+1) {
            clear: none; }
          .topics .related .block-grid li:nth-child(3n+1) {
            clear: both; } }
  @media (max-width: 47.9375em) {
    .topics .related .block {
      height: auto !important; } }
  .topics .related .block-more {
    position: relative;
    padding-bottom: 3rem; }
  .topics .related .related-more {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    text-align: center; }
    .topics .related .related-more a {
      display: inline-block;
      background: #dadad8;
      text-transform: uppercase;
      color: inherit;
      padding: 0.25rem 1rem; }
  .topics .more {
    display: inline-block;
    background: #616f7c;
    color: #fff;
    padding: 0.25rem 1rem; }
  .topics .all {
    display: inline-block;
    background: #e5e5e5;
    text-transform: uppercase;
    color: inherit;
    padding: 0.25rem 1rem; }

@font-face {
  font-family: "archivo_narrowregular";
  src: url("../fonts/archivo-narrow/archivonarrow-regular-webfont.eot");
  src: url("../fonts/archivo-narrow/archivonarrow-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/archivo-narrow/archivonarrow-regular-webfont.woff") format("woff"), url("../fonts/archivo-narrow/archivonarrow-regular-webfont.ttf") format("truetype"), url("../fonts/archivo-narrow/archivonarrow-regular-webfont.svg#archivo_narrowregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icomoon-uk';
  src: url("../fonts/icomoon-uk.eot?9d4jxy");
  src: url("../fonts/icomoon-uk.eot?#iefix9d4jxy") format("embedded-opentype"), url("../fonts/icomoon-uk.woff?9d4jxy") format("woff"), url("../fonts/icomoon-uk.ttf?9d4jxy") format("truetype"), url("../fonts/icomoon-uk.svg?9d4jxy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

body.section-uk {
  background: #eeeeee; }

.uk-content-wrap .view-content .field-content a {
  text-transform: none !important; }

.ukWrap {
  color: #313131;
  /* END .topBar*/ }
  .ukWrap h1, .ukWrap h2, .ukWrap h3, .ukWrap h4, .ukWrap h5, .ukWrap h6 {
    font-family: "archivo_narrowregular", Arial;
    text-transform: uppercase; }
  .ukWrap .line {
    height: 2px;
    background: #fff;
    border-top: 1px solid #989898;
    margin: 0 1.875em; }
  .ukWrap .share {
    color: #313131; }
    .ukWrap .share a {
      font-family: 'icomoon-uk';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #313131;
      width: 20px;
      height: 20px;
      content: '';
      display: block; }
      .ukWrap .share a:before {
        font-family: 'icomoon-uk';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #313131;
        content: "\e603";
        font-size: 15pt; }
  .ukWrap .orbit-container .orbit-bullets li {
    margin: 0 4px;
    display: none; }
  .ukWrap .row.mainColumnRow {
    background: #eeeeee; }
  .ukWrap .row.ukSlidersWrap {
    padding: 2.5em 1.875em 0 1.875em; }
    .ukWrap .row.ukSlidersWrap .large-6:first-child {
      margin-bottom: 1.875em; }
      @media (min-width: 40.063em) {
        .ukWrap .row.ukSlidersWrap .large-6:first-child {
          margin-bottom: 0; } }
    @media (min-width: 48em) {
      .ukWrap .row.ukSlidersWrap .large-6:first-child {
        padding-right: 0.7em; }
      .ukWrap .row.ukSlidersWrap .large-6:last-child {
        padding-left: 0.6em; } }
    .ukWrap .row.ukSlidersWrap .textWrap {
      padding: 1.7em 1.25em 0 1.25em; }
      .ukWrap .row.ukSlidersWrap .textWrap .introtext {
        font-size: 16px;
        line-height: 1.5; }
      .ukWrap .row.ukSlidersWrap .textWrap > .uk-blog {
        text-transform: uppercase;
        font-family: "archivo_narrowregular", Arial;
        font-size: 1.1em;
        letter-spacing: 0.3pt;
        margin-bottom: 0.725em;
        line-height: 1; }
    .ukWrap .row.ukSlidersWrap .orbit-container .orbit-slides-container.uk-blog {
      background: #fff; }
      .ukWrap .row.ukSlidersWrap .orbit-container .orbit-slides-container.uk-blog > .uk-blog {
        background: #fff;
        padding: 10px 10px 0 10px;
        margin-bottom: 2.5em; }
    .ukWrap .row.ukSlidersWrap .orbit-container .orbit-bullets {
      top: 1.25em;
      right: 33px; }
    .ukWrap .row.ukSlidersWrap .orbit-container .orbit-prev,
    .ukWrap .row.ukSlidersWrap .orbit-container .orbit-next {
      display: none; }
      @media (min-width: 64em) {
        .ukWrap .row.ukSlidersWrap .orbit-container .orbit-prev,
        .ukWrap .row.ukSlidersWrap .orbit-container .orbit-next {
          top: 105px;
          display: block; } }
      @media (min-width: 76.5em) {
        .ukWrap .row.ukSlidersWrap .orbit-container .orbit-prev,
        .ukWrap .row.ukSlidersWrap .orbit-container .orbit-next {
          top: 20%;
          display: block; } }
    .ukWrap .row.ukSlidersWrap .orbit-container .orbit-prev:before,
    .ukWrap .row.ukSlidersWrap .orbit-container .orbit-next:before {
      font-size: 3.1rem; }
    .ukWrap .row.ukSlidersWrap .edmag-highlight {
      background: #fff; }
      .ukWrap .row.ukSlidersWrap .edmag-highlight img {
        width: 100%; }
      .ukWrap .row.ukSlidersWrap .edmag-highlight .views-row {
        padding: 10px 10px 2.5em 10px; }
      .ukWrap .row.ukSlidersWrap .edmag-highlight .textWrap > .uk-blog:after {
        font-family: "icomoon";
        content: "\e625";
        width: 16px;
        height: 16px;
        display: inline-block;
        position: relative;
        top: 2px;
        left: 10px;
        display: none; }
    .ukWrap .row.ukSlidersWrap .title {
      font-family: "archivo_narrowregular", Arial;
      font-size: 32px;
      color: #313131;
      line-height: 1.2; }
      .ukWrap .row.ukSlidersWrap .title a {
        color: #313131; }
  .ukWrap .colMainContentContainer .colMainContent {
    padding: 0;
    background: #eeeeee; }
    .ukWrap .colMainContentContainer .colMainContent .ukBannerWrap {
      position: relative;
      margin-bottom: 40px; }
      .ukWrap .colMainContentContainer .colMainContent .ukBannerWrap img {
        width: 100%; }
    .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap {
      position: relative;
      margin: 68px 0 0; }
      @media (min-width: 48em) {
        .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap {
          margin-top: 60px; } }
      .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions {
        margin: 0 1.875em 0 1.875em; }
        @media (min-width: 40.063em) {
          .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions {
            margin: 0px 17.64% 0 17.64%; } }
        @media (min-width: 48em) {
          .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions {
            position: absolute;
            margin: 0;
            width: 14.7%;
            right: 0;
            top: 0; } }
        .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions ul {
          list-style-type: none;
          margin: 0; }
        .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li {
          margin-bottom: 1px;
          position: relative; }
          .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li a, .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li .relatedStoriesToggle {
            font-family: "archivo_narrowregular", Arial;
            background: #565656;
            color: #fff;
            padding: 1.25em 4.063em 1.25em 1.25em;
            text-align: right;
            position: relative;
            display: block; }
            @media (min-width: 48em) {
              .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li a, .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li .relatedStoriesToggle {
                padding-left: 0.875em;
                padding-right: 3em; } }
            @media (min-width: 58.75em) {
              .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li a, .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li .relatedStoriesToggle {
                padding-left: 1.25em;
                padding-right: 4.063em; } }
          .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li a:after {
            font-family: 'icomoon-uk';
            content: "\e603";
            width: 20px;
            height: 20px;
            position: absolute;
            right: 1.875em;
            top: 1.25em; }
            @media (min-width: 48em) {
              .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li a:after {
                right: 0.875em; } }
            @media (min-width: 58.75em) {
              .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li a:after {
                right: 1.875em; } }
          .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li a.relatedStoriesToggle:after {
            font-family: 'icomoon'; }
          .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li a.ukTrending:after {
            content: "\e608"; }
          .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li a.relatedStoriesToggle {
            line-height: 1; }
            .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li a.relatedStoriesToggle:after {
              content: '\e61b'; }
          .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li a.relatedStoriesToggle:after {
            content: '\e61b';
            width: 19px; }
          .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li .relatedStoriesContent {
            display: none;
            right: 0;
            z-index: 3;
            background: #d8e2ee; }
            .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li .relatedStoriesContent .relatedHeading {
              display: none; }
              @media (min-width: 48em) {
                .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li .relatedStoriesContent .relatedHeading {
                  display: block; } }
            @media (min-width: 48em) {
              .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li .relatedStoriesContent {
                width: 195%;
                position: absolute;
                top: 0; } }
            .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li .relatedStoriesContent ul {
              padding: 1.25em 0 0 0; }
              .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li .relatedStoriesContent ul li {
                width: 100%;
                padding: 0 2.5em; }
                .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li .relatedStoriesContent ul li a {
                  background: none;
                  font-family: "archivo_narrowregular", Arial;
                  font-size: 125%;
                  line-height: 1.2;
                  color: #313131;
                  padding: 0 0 1.25em 0; }
                  @media (min-width: 48em) {
                    .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li .relatedStoriesContent ul li a {
                      font-size: 200%; } }
                  .ukWrap .colMainContentContainer .colMainContent .ukArticleWrap .ukArticleActions > ul > li .relatedStoriesContent ul li a:after {
                    content: '';
                    width: 0;
                    height: 0;
                    display: none;
                    overflow: hidden; }
    .ukWrap .colMainContentContainer .colMainContent .bodyCopy {
      font-family: "Crimson Text", "Times New Roman", Georgia, Serif; }
      .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody {
        max-width: 100%;
        padding: 10px 2.5em 0 2.5em;
        margin: 0 1.875em 0 1.875em;
        background: #fff;
        border-top: 1.25em solid #3a6da9;
        z-index: 2;
        position: relative; }
        .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody button:hover {
          background: none repeat scroll 0 0 #3a6da9; }
        .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody p {
          max-width: none;
          font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
          font-size: 120%; }
        .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody p.intro {
          font-size: 90%; }
        .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody ul {
          max-width: none;
          font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
          font-size: 120%; }
          .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody ul ul {
            font-size: inherit;
            padding: 0.5em 1em;
            margin: .5em 1em; }
        @media (min-width: 40.063em) {
          .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody {
            margin: 0px 17.5% 0 17.5%;
            padding: 10px 80px 0 80px; } }
        @media (min-width: 48em) {
          .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody {
            margin: 0 17.5% 0 17.5%; } }
        .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .ukHeadline {
          font-size: 244%;
          line-height: 1.1;
          text-transform: none;
          margin-bottom: 0; }
          @media (min-width: 58.75em) {
            .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .ukHeadline {
              font-size: 365%; } }
        .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .credit {
          padding: 0 0 2.5em 0; }
        .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody figcaption {
          background: #3a6da9;
          color: #fff;
          font-size: 84%;
          text-transform: uppercase;
          padding: 10px 1.25em;
          font-family: "archivo_narrowregular", Arial;
          margin-bottom: 1.25em; }
          .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody figcaption p {
            margin: 0;
            font-family: "archivo_narrowregular", Arial;
            font-size: 80%;
            letter-spacing: 0.15pt; }
        .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .neg-left {
          padding-bottom: 5px;
          /*width:100%;*/ }
          .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .neg-left img {
            width: 100%;
            padding-bottom: 5px; }
          @media (min-width: 40.063em) {
            .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .neg-left {
              max-width: 200px;
              margin-left: -125px;
              margin-right: 30px; } }
          @media (min-width: 48em) {
            .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .neg-left {
              /*width: 250px;*/
              max-width: 350px;
              margin-left: -150px;
              margin-right: 40px; } }
          @media (min-width: 58.75em) {
            .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .neg-left {
              /*width: 60%;*/
              /*width: 47%;*/
              margin-left: -27.5%;
              margin-right: 40px;
              max-width: 400px; } }
        .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .neg-right {
          padding-bottom: 5px; }
          .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .neg-right img {
            width: 100%;
            padding-bottom: 5px; }
          @media (min-width: 40.063em) {
            .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .neg-right {
              max-width: 200px;
              margin-right: -125px;
              margin-left: 30px; } }
          @media (min-width: 48em) {
            .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .neg-right {
              /*width: 250px;*/
              max-width: 350px;
              margin-right: -150px;
              margin-left: 40px; } }
          @media (min-width: 58.75em) {
            .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .neg-right {
              /*width: 60%;*/
              /*width: 47%;*/
              margin-right: -27.5%;
              margin-left: 40px;
              max-width: 400px; } }
        .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .quoted {
          line-height: 1.4em;
          background: #3a6da9;
          padding: .75em;
          margin-bottom: 1.25em; }
          .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .quoted .bq {
            margin: 0;
            padding: 0;
            background: #3a6da9;
            font-size: 182%;
            line-height: 1.06;
            font-family: "archivo_narrowregular", Arial; }
            .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .quoted .bq:before {
              content: "\201C"; }
            .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .quoted .bq:after {
              content: "\201D"; }
            .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .quoted .bq p {
              padding: 0;
              margin: 0;
              font-size: 182%;
              line-height: 1.06;
              font-family: "archivo_narrowregular", Arial; }
          .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .quoted .author {
            color: #fff;
            font-family: "Crimson Text", "Times New Roman", Georgia, Serif; }
            .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .quoted .author span {
              text-transform: uppercase;
              font-size: 60%;
              padding-right: 10px; }
        .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .introduction {
          padding: 0 0 20px 0; }
        .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .ukTopics {
          padding: 1em 0;
          border-top: 1px solid #bebebe; }
          .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .ukTopics a {
            color: #a7192d;
            font-family: "archivo_narrowregular", Arial;
            text-transform: uppercase;
            font-size: .9em; }
          .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .ukTopics p {
            margin: 0; }
        .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .faculty_reference {
          padding-top: 1em;
          border-top: 1px solid #bebebe; }
          .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .faculty_reference > .faculty {
            margin-bottom: 1em;
            clear: left; }
            .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .faculty_reference > .faculty > img {
              margin-bottom: 1.25em; }
              @media (min-width: 48em) {
                .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .faculty_reference > .faculty > img {
                  float: left;
                  margin-right: 2.5em; } }
            .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .faculty_reference > .faculty .facultyName {
              color: #313131;
              font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
              color: #313131;
              font-family: "Crimson Text", "Times New Roman", Georgia, Serif;
              font-size: 175%;
              line-height: 1; }
              @media (min-width: 48em) {
                .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .faculty_reference > .faculty .facultyName {
                  font-size: 150%; } }
            .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .faculty_reference > .faculty p {
              font-family: "Crimson Text", "Times New Roman", Georgia, Serif; }
    .ukWrap .colMainContentContainer .colMainContent .uk-content-wrap {
      max-width: 1360px;
      margin: 0 auto; }
      @media (min-width: 48em) {
        .ukWrap .colMainContentContainer .colMainContent .uk-content-wrap {
          padding-top: 0em; } }
      .ukWrap .colMainContentContainer .colMainContent .uk-content-wrap .share {
        position: absolute;
        bottom: 15px; }
      .ukWrap .colMainContentContainer .colMainContent .uk-content-wrap .view-uk-topics {
        padding: 0 1.875em 0 1.875em; }
        .ukWrap .colMainContentContainer .colMainContent .uk-content-wrap .view-uk-topics:after {
          content: ".";
          display: block;
          height: 0;
          clear: both;
          visibility: hidden; }
      .ukWrap .colMainContentContainer .colMainContent .uk-content-wrap .uk-article {
        padding: 0 1.875em 2.5em 1.875em;
        background: #eeeeee; }
        .ukWrap .colMainContentContainer .colMainContent .uk-content-wrap .uk-article .views-row {
          position: relative;
          margin-bottom: 1.875em;
          padding-bottom: 15px;
          padding: 10px 1.875em 0 1.875em;
          border-bottom: 10px solid #3a6da9;
          background: #fff;
          /* -webkit-transition: all 0.6s linear 0.3s;
						-moz-transition: all 0.6s linear 0.3s;
						transition: all 0.6s linear 0.3s;*/ }
          @media (min-width: 40.063em) {
            .ukWrap .colMainContentContainer .colMainContent .uk-content-wrap .uk-article .views-row {
              width: 48.5%;
              margin-right: 3%;
              margin-bottom: 3%;
              float: left; } }
          @media (min-width: 48.063em) {
            .ukWrap .colMainContentContainer .colMainContent .uk-content-wrap .uk-article .views-row {
              width: 32.3333%;
              margin-right: 1.5%;
              margin-bottom: 1.5%; } }
          .ukWrap .colMainContentContainer .colMainContent .uk-content-wrap .uk-article .views-row .views-field-field-image {
            margin: 0 -1.250em; }
            .ukWrap .colMainContentContainer .colMainContent .uk-content-wrap .uk-article .views-row .views-field-field-image img {
              width: 100%;
              height: auto; }
          .ukWrap .colMainContentContainer .colMainContent .uk-content-wrap .uk-article .views-row .views-field-title {
            color: #313131;
            padding-top: 1.875em; }
            .ukWrap .colMainContentContainer .colMainContent .uk-content-wrap .uk-article .views-row .views-field-title h2 {
              font-size: 125%;
              line-height: 1.2;
              margin: 0; }
              @media (min-width: 48.063em) {
                .ukWrap .colMainContentContainer .colMainContent .uk-content-wrap .uk-article .views-row .views-field-title h2 {
                  font-size: 200%; } }
            .ukWrap .colMainContentContainer .colMainContent .uk-content-wrap .uk-article .views-row .views-field-title a {
              color: #313131;
              text-transform: none; }
          .ukWrap .colMainContentContainer .colMainContent .uk-content-wrap .uk-article .views-row .views-field-field-teaser {
            margin-bottom: 2.5em;
            line-height: 1.5; }
        .ukWrap .colMainContentContainer .colMainContent .uk-content-wrap .uk-article .views-row-6 {
          margin-bottom: 0; }
        @media (min-width: 40.063em) {
          .ukWrap .colMainContentContainer .colMainContent .uk-content-wrap .uk-article .views-row-5 {
            margin-bottom: 0; } }
        @media (min-width: 48em) {
          .ukWrap .colMainContentContainer .colMainContent .uk-content-wrap .uk-article .views-row-4 {
            margin-bottom: 0; } }
        @media (min-width: 40.063em) {
          .ukWrap .colMainContentContainer .colMainContent .uk-content-wrap .uk-article .views-row:nth-child(2n) {
            margin-right: 0; } }
        @media (min-width: 48.063em) {
          .ukWrap .colMainContentContainer .colMainContent .uk-content-wrap .uk-article .views-row:nth-child(2n) {
            margin-right: 1.5%; } }
        @media (min-width: 48.063em) {
          .ukWrap .colMainContentContainer .colMainContent .uk-content-wrap .uk-article .views-row:nth-child(3n) {
            margin-right: 0; } }
      .ukWrap .colMainContentContainer .colMainContent .uk-content-wrap .uk-blog.orbit img {
        width: 100%; }
    .ukWrap .colMainContentContainer .colMainContent .bodyCopy {
      max-width: 100%; }
    .ukWrap .colMainContentContainer .colMainContent .view-uk-topics > .view-content .popular-topics ul {
      list-style-type: none;
      margin: 2.75em -0.625em 0 -0.625em; }
      .ukWrap .colMainContentContainer .colMainContent .view-uk-topics > .view-content .popular-topics ul li {
        padding-bottom: 2.5em; }
        .ukWrap .colMainContentContainer .colMainContent .view-uk-topics > .view-content .popular-topics ul li a {
          font-family: "archivo_narrowregular", Arial;
          font-size: 125%;
          line-height: 1.2;
          color: #313131; }
          @media (min-width: 48em) {
            .ukWrap .colMainContentContainer .colMainContent .view-uk-topics > .view-content .popular-topics ul li a {
              font-size: 200%; } }
    .ukWrap .colMainContentContainer .colMainContent .view-uk-topics > .view-content .popular-topics .popular-heading {
      background: #a7192d;
      margin: -0.625em -1.875em;
      padding: 1.1em 1.25em 1em 3.125em;
      color: #fff;
      font-family: "archivo_narrowregular", Arial;
      position: relative; }
      .ukWrap .colMainContentContainer .colMainContent .view-uk-topics > .view-content .popular-topics .popular-heading:before {
        font-family: 'icomoon-uk';
        content: "\e607";
        color: #fff;
        height: 24px;
        width: 24px;
        position: absolute;
        top: 28px;
        left: 19px;
        font-size: 164%; }
      .ukWrap .colMainContentContainer .colMainContent .view-uk-topics > .view-content .popular-topics .popular-heading span {
        text-transform: uppercase;
        font-size: 90%;
        display: block; }
    .ukWrap .colMainContentContainer .colMainContent .view-uk-topics > .view-content > div {
      position: relative;
      margin-bottom: 1.875em;
      padding-bottom: 15px;
      padding: 10px 1.875em 0 1.875em;
      border-bottom: 10px solid #3a6da9;
      background: #fff;
      /* -webkit-transition: all 0.6s linear 0.3s;
						-moz-transition: all 0.6s linear 0.3s;
						transition: all 0.6s linear 0.3s;	
						*/ }
      .ukWrap .colMainContentContainer .colMainContent .view-uk-topics > .view-content > div .share {
        position: absolute;
        bottom: 15px; }
      @media (min-width: 40.063em) {
        .ukWrap .colMainContentContainer .colMainContent .view-uk-topics > .view-content > div {
          width: 48.5%;
          margin-right: 3%;
          margin-bottom: 3%;
          float: left; } }
      @media (min-width: 48.063em) {
        .ukWrap .colMainContentContainer .colMainContent .view-uk-topics > .view-content > div {
          width: 32.3333%;
          margin-right: 1.5%;
          margin-bottom: 1.5%; } }
      .ukWrap .colMainContentContainer .colMainContent .view-uk-topics > .view-content > div .views-field-field-image {
        margin: 0 -1.250em; }
        .ukWrap .colMainContentContainer .colMainContent .view-uk-topics > .view-content > div .views-field-field-image img {
          width: 100%;
          height: auto; }
      .ukWrap .colMainContentContainer .colMainContent .view-uk-topics > .view-content > div .views-field-title {
        color: #313131;
        padding-top: 1.875em; }
        .ukWrap .colMainContentContainer .colMainContent .view-uk-topics > .view-content > div .views-field-title h2 {
          font-size: 125%;
          line-height: 1.2;
          margin: 0; }
          @media (min-width: 48.063em) {
            .ukWrap .colMainContentContainer .colMainContent .view-uk-topics > .view-content > div .views-field-title h2 {
              font-size: 200%; } }
        .ukWrap .colMainContentContainer .colMainContent .view-uk-topics > .view-content > div .views-field-title a {
          color: #313131; }
      .ukWrap .colMainContentContainer .colMainContent .view-uk-topics > .view-content > div .views-field-field-teaser {
        margin-bottom: 2.5em;
        line-height: 1.5; }
        @media (min-width: 48em) {
          .ukWrap .colMainContentContainer .colMainContent .view-uk-topics > .view-content > div .views-field-field-teaser {
            font-size: 1.15em; } }
    @media (min-width: 40.063em) {
      .ukWrap .colMainContentContainer .colMainContent .view-uk-topics > .view-content div:nth-child(2n) {
        margin-right: 0; } }
    @media (min-width: 48.063em) {
      .ukWrap .colMainContentContainer .colMainContent .view-uk-topics > .view-content div:nth-child(2n) {
        margin-right: 1.5%; } }
    @media (min-width: 48.063em) {
      .ukWrap .colMainContentContainer .colMainContent .view-uk-topics > .view-content div:nth-child(3n) {
        margin-right: 0; } }
  .ukWrap .topBar {
    background: #eeeeee;
    font: "Crimson Text", "Times New Roman", Georgia, Serif; }
    .ukWrap .topBar .ukLogoTitle {
      float: left;
      width: 65%;
      margin-left: 1em;
      margin-top: 1em;
      max-width: 280px; }
      @media (min-width: 48em) {
        .ukWrap .topBar .ukLogoTitle {
          width: 26.5%;
          max-width: none;
          margin-top: 1.875em; } }
      @media (min-width: 64em) {
        .ukWrap .topBar .ukLogoTitle {
          margin-left: 1.875em;
          width: 33%;
          max-width: 417px;
          margin-top: .6em; } }
    .ukWrap .topBar .homeIcon {
      float: right;
      text-align: center;
      width: 20%;
      margin-right: 1em;
      padding-top: 1.5em; }
      @media (min-width: 48em) {
        .ukWrap .topBar .homeIcon {
          max-width: 210px;
          padding-top: 1.5em;
          margin-right: 0; } }
    .ukWrap .topBar .topBar-menu {
      clear: both;
      float: none;
      width: 100%; }
      @media (min-width: 48em) {
        .ukWrap .topBar .topBar-menu {
          width: 351px;
          float: right;
          clear: none; } }
      @media (min-width: 64em) {
        .ukWrap .topBar .topBar-menu {
          width: 390px; } }
      .ukWrap .topBar .topBar-menu a {
        float: left;
        width: 33.3333%;
        border-bottom: 30px solid;
        display: block;
        font-family: "archivo_narrowregular", Arial;
        height: 145px;
        padding-top: 70px;
        font-size: 72%;
        font-weight: 500;
        text-align: center;
        position: relative;
        outline: none !important; }
        @media (min-width: 64em) {
          .ukWrap .topBar .topBar-menu a {
            height: 144px;
            padding-top: 64px; } }
        .ukWrap .topBar .topBar-menu a:before {
          font-family: 'icomoon-uk';
          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;
          height: 40px;
          position: absolute;
          top: 29px;
          content: '';
          left: 50%;
          margin-left: -16px;
          font-size: 231%; }
          @media (min-width: 64em) {
            .ukWrap .topBar .topBar-menu a:before {
              top: 29px; } }
        .ukWrap .topBar .topBar-menu a.newsletterIcon {
          border-color: #9c6600;
          color: #9c6600; }
          .ukWrap .topBar .topBar-menu a.newsletterIcon:before {
            content: "\e600"; }
        .ukWrap .topBar .topBar-menu a.menuIcon {
          border-color: #3a6da9;
          color: #3a6da9; }
          .ukWrap .topBar .topBar-menu a.menuIcon:before {
            content: "\e601"; }
        .ukWrap .topBar .topBar-menu a.edSearchIcon.icon-search {
          border-color: #841626;
          color: #841626; }
          @media (min-width: 48em) {
            .ukWrap .topBar .topBar-menu a.edSearchIcon.icon-search {
              border-right: 1px solid #616161; } }
          .ukWrap .topBar .topBar-menu a.edSearchIcon.icon-search:before {
            content: "\e602"; }
        .ukWrap .topBar .topBar-menu a span {
          padding: 0px 20px 0;
          display: block;
          max-width: 131px;
          margin: 0 auto;
          font-size: 95%; }
          @media (min-width: 64em) {
            .ukWrap .topBar .topBar-menu a span {
              max-width: none;
              font-size: 100%; } }
    .ukWrap .topBar .slideInPanels {
      clear: both;
      position: relative; }
      .ukWrap .topBar .slideInPanels .ukPanel {
        position: relative;
        padding: 2.5em;
        display: none;
        -webkit-transition: all 0.35s ease-in;
        -moz-transition: all 0.35s ease-in;
        transition: all 0.35s ease-in; }
        @media (min-width: 48em) {
          .ukWrap .topBar .slideInPanels .ukPanel {
            padding: 10px 2.5em; } }
        .ukWrap .topBar .slideInPanels .ukPanel.active {
          display: block; }
        .ukWrap .topBar .slideInPanels .ukPanel .ukPanelClose {
          position: absolute;
          top: 0;
          right: 0;
          color: #fff;
          font-family: arial;
          padding: 12px 14px 12px 12px;
          background: #313131;
          opacity: 0.5;
          width: 40px;
          text-align: center; }
          .ukWrap .topBar .slideInPanels .ukPanel .ukPanelClose:before {
            content: "\e604";
            font-family: "icomoon-uk"; }
        .ukWrap .topBar .slideInPanels .ukPanel.newsletterPanels {
          background-color: #9c6600; }
          .ukWrap .topBar .slideInPanels .ukPanel.newsletterPanels > .email {
            max-width: 400px;
            margin: 0 auto; }
            .ukWrap .topBar .slideInPanels .ukPanel.newsletterPanels > .email label {
              font-family: "archivo_narrowregular", Arial;
              text-transform: uppercase;
              color: #fff; }
            .ukWrap .topBar .slideInPanels .ukPanel.newsletterPanels > .email input[type="text"] {
              font-family: "archivo_narrowregular", Arial;
              padding: 15px 10px;
              font-size: 110%;
              height: auto;
              line-height: 1.2; }
              @media (min-width: 48em) {
                .ukWrap .topBar .slideInPanels .ukPanel.newsletterPanels > .email input[type="text"] {
                  font-size: 120%;
                  height: 60px;
                  width: 75%;
                  float: left; } }
            .ukWrap .topBar .slideInPanels .ukPanel.newsletterPanels > .email button {
              font-family: "archivo_narrowregular", Arial;
              line-height: 1.5;
              font-size: 110% !important;
              width: 100%;
              background: #000;
              -webkit-border-radius: 5px;
              border-radius: 5px;
              padding: 14px 10px;
              color: #fff;
              text-transform: uppercase;
              background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4); }
              .ukWrap .topBar .slideInPanels .ukPanel.newsletterPanels > .email button:hover {
                background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75); }
              @media (min-width: 48em) {
                .ukWrap .topBar .slideInPanels .ukPanel.newsletterPanels > .email button {
                  width: 18%;
                  height: 60px;
                  border-radius: 0px 5px 5px 0px; } }
        .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels {
          background-color: #3a6da9; }
          .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels .uk-topic a {
            display: block;
            float: left;
            width: 100%;
            background: #fff;
            margin: 15px 0 0 0;
            padding: 17px 12px;
            text-transform: uppercase;
            color: #3a6da9;
            font-family: "archivo_narrowregular", Arial;
            font-size: 85%; }
            .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels .uk-topic a.all-articles, .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels .uk-topic a.all-posts {
              background: #223256;
              color: #fff;
              text-align: center; }
            @media (min-width: 48em) {
              .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels .uk-topic a {
                width: 18.4%;
                margin: 0 2% 20px 0; } }
            .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels .uk-topic a.up, .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels .uk-topic a.down {
              font-family: 'icomoon-uk';
              position: relative;
              height: 40px;
              line-height: 1; }
              @media (min-width: 48em) {
                .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels .uk-topic a.up, .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels .uk-topic a.down {
                  display: none; } }
              .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels .uk-topic a.up:before, .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels .uk-topic a.down:before {
                width: 40px;
                height: 30px;
                position: absolute;
                top: 5px;
                left: 50%;
                margin-left: -20px;
                text-align: center;
                font-size: 300%;
                color: #223256;
                line-height: 1; }
            .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels .uk-topic a.up:before {
              content: "\e606"; }
            .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels .uk-topic a.down:before {
              content: "\e605";
              top: 6px; }
            .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels .uk-topic a .hyphen {
              display: none; }
              @media (min-width: 47.938em) {
                .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels .uk-topic a .hyphen {
                  display: block; } }
              @media (min-width: 54.375em) {
                .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels .uk-topic a .hyphen {
                  display: none; } }
            @media (min-width: 47.938em) {
              .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels .uk-topic a .no-hyphen {
                display: none; } }
            @media (min-width: 54.375em) {
              .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels .uk-topic a .no-hyphen {
                display: block; } }
          .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels .uk-topic .ukScrollable {
            height: 195px;
            width: 100%;
            overflow: hidden; }
            @media (min-width: 48em) {
              .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels .uk-topic .ukScrollable {
                height: auto;
                width: auto;
                overflow: visible; } }
            .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels .uk-topic .ukScrollable a:nth-child(5n) {
              margin-right: 0; }
            @media (min-width: 48em) {
              .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels .uk-topic .ukScrollable .ukScrollableInner {
                margin-top: 0 !important; } }
          .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels .title {
            text-align: center;
            color: #fff;
            font-size: 144%;
            line-height: 1;
            max-width: 940px;
            margin: 0 auto;
            padding-bottom: 10px; }
            @media (min-width: 48em) {
              .ukWrap .topBar .slideInPanels .ukPanel.categoryPanels .title {
                font-size: 200%;
                padding-bottom: 1em;
                padding-top: .25em; } }
        .ukWrap .topBar .slideInPanels .ukPanel.searchPanels {
          background-color: #841626; }
          .ukWrap .topBar .slideInPanels .ukPanel.searchPanels .ukSearch {
            max-width: 400px;
            margin: 0 auto; }
            .ukWrap .topBar .slideInPanels .ukPanel.searchPanels .ukSearch input[type="text"] {
              font-family: "archivo_narrowregular", Arial;
              padding: 15px 10px;
              font-size: 110%;
              height: auto;
              line-height: 1.2;
              width: 100% !important;
              margin: 10px auto; }
              @media (min-width: 48em) {
                .ukWrap .topBar .slideInPanels .ukPanel.searchPanels .ukSearch input[type="text"] {
                  font-size: 120%;
                  height: 60px;
                  width: 75% !important;
                  float: left; } }
              @media (max-width: 485px) {
                .ukWrap .topBar .slideInPanels .ukPanel.searchPanels .ukSearch input[type="text"] {
                  margin-left: 0px; } }
            .ukWrap .topBar .slideInPanels .ukPanel.searchPanels .ukSearch button {
              max-width: 300px;
              font-family: "archivo_narrowregular", Arial;
              line-height: 1.5;
              font-size: 110% !important;
              width: 100%;
              background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
              -webkit-border-radius: 5px;
              border-radius: 5px;
              padding: 14px 10px;
              color: #fff;
              margin: 10px auto;
              text-transform: uppercase;
              margin-left: 50px; }
              .ukWrap .topBar .slideInPanels .ukPanel.searchPanels .ukSearch button:hover {
                background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75); }
              @media (min-width: 48em) {
                .ukWrap .topBar .slideInPanels .ukPanel.searchPanels .ukSearch button {
                  width: 25%;
                  margin-right: 0px;
                  margin-left: 0px;
                  height: 60px;
                  border-radius: 0px 5px 5px 0px; } }
              @media (max-width: 485px) {
                .ukWrap .topBar .slideInPanels .ukPanel.searchPanels .ukSearch button {
                  margin-left: 0px; } }
        .ukWrap .topBar .slideInPanels .ukPanel .title {
          font-family: "archivo_narrowregular", Arial;
          font-size: 220%;
          line-height: 1.2;
          color: #fff;
          text-align: center;
          max-width: 940px;
          margin: 0 auto; }
          @media (min-width: 48em) {
            .ukWrap .topBar .slideInPanels .ukPanel .title {
              font-size: 220%;
              line-height: 1.3; } }
        .ukWrap .topBar .slideInPanels .ukPanel .intro {
          text-align: center;
          color: #fff;
          font-size: 144%;
          line-height: 1;
          max-width: 940px;
          margin: 0 auto;
          padding-bottom: 1em; }
          @media (min-width: 48em) {
            .ukWrap .topBar .slideInPanels .ukPanel .intro {
              font-size: 100%; } }
        .ukWrap .topBar .slideInPanels .ukPanel .ukSearch label {
          display: block;
          font-family: "archivo_narrowregular", Arial;
          font-size: 220%;
          line-height: 1.2;
          color: #fff;
          text-align: center;
          max-width: 940px;
          margin: 0 auto; }
          @media (min-width: 48em) {
            .ukWrap .topBar .slideInPanels .ukPanel .ukSearch label {
              font-size: 220%;
              line-height: 1.3; } }
          @media (max-width: 485px) {
            .ukWrap .topBar .slideInPanels .ukPanel .ukSearch label {
              font-size: 195%;
              margin-left: 0px;
              text-align: left; } }
    .ukWrap .topBar .show-for-fixed {
      display: none; }
    .ukWrap .topBar.fixed {
      -webkit-transition: top .25s ease-in 0;
      -moz-transition: top .25s ease-in 0;
      -ms-transition: top .25s ease-in 0;
      -o-transition: top .25s ease-in 0;
      transition: top .25s ease-in 0;
      transition-timing-function: ease-in;
      position: fixed;
      top: 0;
      -webkit-animation-name: toFixed;
      -webkit-animation-duration: .3s;
      -webkit-animation-direction: alternate;
      -webkit-animation-timing-function: ease-in;
      -webkit-animation-delay: 0s;
      -moz-animation-name: toFixed;
      -moz-animation-duration: .3s;
      -moz-animation-direction: alternate;
      -moz-animation-timing-function: ease-in;
      -moz-animation-delay: 0s;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0px);
      border-bottom: 1px solid #7b7b7b;
      z-index: 1000; }
      .ukWrap .topBar.fixed .hide-for-fixed {
        display: none; }
      .ukWrap .topBar.fixed .show-for-fixed {
        display: inline-block; }
      .ukWrap .topBar.fixed .ukLogoTitle {
        width: 75%;
        max-width: 75%;
        margin-top: 8px;
        margin-left: 0;
        padding-left: 38px; }
        @media (min-width: 48em) {
          .ukWrap .topBar.fixed .ukLogoTitle {
            width: 58%;
            max-width: 58%; } }
        .ukWrap .topBar.fixed .ukLogoTitle span {
          font-size: 78%;
          font-family: "archivo_narrowregular", Arial;
          color: #313131;
          text-transform: uppercase;
          padding-top: 5px; }
          @media (min-width: 48em) {
            .ukWrap .topBar.fixed .ukLogoTitle span {
              display: none; } }
          @media (min-width: 69.375em) {
            .ukWrap .topBar.fixed .ukLogoTitle span {
              float: left;
              padding-left: 12px;
              padding-top: 18px;
              display: inline-block; } }
        @media (min-width: 69.375em) {
          .ukWrap .topBar.fixed .ukLogoTitle img {
            float: left; } }
      @media (min-width: 48em) {
        .ukWrap .topBar.fixed .topBar-menu {
          width: 26.56%; } }
      .ukWrap .topBar.fixed .topBar-menu a {
        border-bottom: none;
        height: 60px;
        padding-top: 18px; }
        .ukWrap .topBar.fixed .topBar-menu a:before {
          top: 18px;
          height: 42px; }
        .ukWrap .topBar.fixed .topBar-menu a.edSearchIcon.icon-search:before {
          top: 16px; }
        .ukWrap .topBar.fixed .topBar-menu a span {
          display: none; }
      .ukWrap .topBar.fixed .homeIcon {
        padding-top: 18px;
        width: 15.44%; }
        @media (min-width: 48em) {
          .ukWrap .topBar.fixed .homeIcon {
            padding-top: 14px; } }
        .ukWrap .topBar.fixed .homeIcon img {
          max-width: 26px; }

@-webkit-keyframes toFixed {
  from {
    -webkit-transform: translateY(-120px); }
  to {
    -webkit-transform: translateY(0px); } }

@-moz-keyframes toFixed {
  from {
    -moz-transform: translateY(-120px); }
  to {
    -moz-transform: translateY(0px); } }
  .ukWrap .ukmast {
    padding-bottom: 30px; }
    .ukWrap .ukmast .orbit-slides-container img {
      width: 100%; }
    .ukWrap .ukmast.orbit-container .orbit-bullets {
      top: 1.25em;
      right: 60px; }
    .ukWrap .ukmast.orbit-container .orbit-prev,
    .ukWrap .ukmast.orbit-container .orbit-next {
      /*display:none;*/ }
    .ukWrap .ukmast .imageWrap {
      position: relative; }
      .ukWrap .ukmast .imageWrap:after {
        content: '';
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover; }
  @media (min-width: 85.063em) {
    .ukWrap .uk-caption-wrap {
      max-width: 1360px;
      margin: 0 auto;
      position: relative; } }
  .ukWrap .uk-caption {
    padding: 1.875em;
    border-bottom: 10px solid #a51c30;
    /*&:before {
			@include min(48em) {
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 0 210px 50px 210px;
				border-color: transparent transparent #fff transparent;
				content: '';
				position: absolute;
				top: -50px;
				left: 0;
			}
		}*/ }
    @media (min-width: 64.063em) {
      .ukWrap .uk-caption {
        padding: 1em 1.5em;
        position: absolute;
        bottom: -20px;
        background: #fff;
        width: 48%;
        margin-left: 1.875em; } }
    .ukWrap .uk-caption .title {
      font-family: "archivo_narrowregular", Arial;
      font-size: 245%;
      line-height: 1; }
      @media (min-width: 48.063em) {
        .ukWrap .uk-caption .title {
          font-size: 220%; } }
      @media (min-width: 58.75em) {
        .ukWrap .uk-caption .title {
          /*font-size: $fontSizeXL;*/
          font-sixe: 220%; } }
      .ukWrap .uk-caption .title a {
        color: #313131; }
    .ukWrap .uk-caption .credit {
      padding: 10px 10px 15px 0px;
      display: none; }
    .ukWrap .uk-caption .introtext {
      font-size: 133%;
      line-height: 1.3; }
      @media (min-width: 48.063em) {
        .ukWrap .uk-caption .introtext {
          font-size: 120%;
          line-height: 1.3; } }
    .ukWrap .uk-caption .share {
      padding-bottom: 15px; }
      .ukWrap .uk-caption .share a {
        display: inline-block;
        margin-left: 15px; }
  .ukWrap .ukFooter {
    background: #a31f33;
    margin: 1.875em;
    padding: 0.7775em 0.625em 0.7775em 1.4em; }
    .ukWrap .ukFooter a {
      padding: 15px 0 14px 0;
      display: inline-block;
      float: left;
      margin-right: 1em; }
      .ukWrap .ukFooter a:first-child, .ukWrap .ukFooter a:nth-child(2) {
        padding: 0;
        margin-right: 0; }
    .ukWrap .ukFooter a:nth-child(n+3):nth-child(-n+5) {
      float: right;
      margin-bottom: 5px;
      width: 50%;
      text-align: right;
      padding: 0;
      display: block; }
    .ukWrap .ukFooter a:nth-child(n+3):nth-child(-n+6) {
      float: right;
      margin-bottom: 5px;
      width: 50%;
      text-align: right;
      padding: 0;
      display: block; }
    .ukWrap .ukFooter .copyright {
      float: right;
      margin-bottom: 5px;
      width: 50%;
      text-align: right;
      padding: 0;
      display: block;
      padding-top: 0px;
      font-size: 84%;
      color: #fff;
      padding-right: 15px; }
    .ukWrap .ukFooter a, .ukWrap .ukFooter button {
      color: #fff; }
    .ukWrap .ukFooter button {
      color: #fff;
      background: none; }
    .ukWrap .ukFooter .buttonIcon {
      font-size: 3em;
      margin-right: 0; }
      .ukWrap .ukFooter .buttonIcon.icon-facebook {
        margin-right: 7px; }
    .ukWrap .ukFooter .copyright {
      float: right;
      padding-top: 0px;
      font-size: 84%;
      color: #fff;
      padding-right: 15px; }
  .ukWrap .credit {
    font-family: "Crimson Text", "Times New Roman", Georgia, Serif; }

.page-uk-topics .view {
  padding: 0 30px; }

.page-uk-topics .ukHeadline {
  padding: 0 30px;
  margin-bottom: 23px;
  font-size: 244%; }
  @media (min-width: 48em) {
    .page-uk-topics .ukHeadline {
      font-size: 365%; } }

.page-uk-topics .pagination-centered {
  clear: both; }

.page-uk-topics .line {
  margin-top: 1.25em; }

.page-uk-faculty .view {
  padding: 0 30px; }

.page-uk-faculty .ukHeadline {
  padding: 0 30px;
  margin-bottom: 23px;
  font-size: 244%; }
  @media (min-width: 48em) {
    .page-uk-faculty .ukHeadline {
      font-size: 365%; } }

.page-uk-faculty .pagination-centered {
  clear: both; }

.page-uk-faculty .line {
  margin-top: 1.25em; }

.page-uk-topic .ukHeadline {
  padding: 0 30px;
  margin-bottom: 23px;
  font-size: 244%; }
  @media (min-width: 48em) {
    .page-uk-topic .ukHeadline {
      font-size: 365%; } }

.page-uk-topic .pagination-centered {
  clear: both; }

.page-uk-topic .line {
  margin-top: 1.25em; }

.page-node.node-type-uk-article .line {
  margin-top: 1.25em; }

.bodyCopy .bq {
  border: none;
  background: #3a6da9;
  color: #ffffff;
  font-size: 1.2em;
  padding: 30px 60px;
  margin: 30px -60px;
  margin: 0;
  padding: 0;
  background: #3a6da9;
  font-size: 0.8em;
  line-height: 1.06;
  font-family: "archivo_narrowregular", Arial;
  /*&:before {
				content: "\201C";
			}
			&:after {
				content: "\201D";
			}*/ }

.quotedBq {
  font-size: 1.5em;
  color: white;
  font-family: "archivo_narrowregular", Arial; }

/* Social Share Buttons On UK Home*/
body.section-uk .view-uk-taxonomny-topic-list .view-content:after {
  content: '';
  display: block;
  clear: both; }

body.section-uk .usabletopics {
  margin-right: 8%;
  padding-left: 16px;
  float: left;
  color: white;
  height: 50px;
  padding-top: 17px;
  margin-bottom: 16px;
  background-color: #3a6da9 !important;
  text-transform: uppercase; }
  body.section-uk .usabletopics a {
    color: white; }

body.section-uk .uk-article .views-field-nothing, body.section-uk .listclass .views-field-nothing, body.section-uk .Media .views-field-nothing, body.section-uk .Feature .views-field-nothing, body.section-uk .uk-caption .views-field-nothing {
  position: absolute;
  bottom: 0px; }
  body.section-uk .uk-article .views-field-nothing .field-content, body.section-uk .listclass .views-field-nothing .field-content, body.section-uk .Media .views-field-nothing .field-content, body.section-uk .Feature .views-field-nothing .field-content, body.section-uk .uk-caption .views-field-nothing .field-content {
    position: relative; }
    body.section-uk .uk-article .views-field-nothing .field-content .social-share, body.section-uk .listclass .views-field-nothing .field-content .social-share, body.section-uk .Media .views-field-nothing .field-content .social-share, body.section-uk .Feature .views-field-nothing .field-content .social-share, body.section-uk .uk-caption .views-field-nothing .field-content .social-share {
      background: #3a6da9;
      position: absolute;
      /* was top: -30px; */
      top: -36px;
      /* width: 250px;  */
      width: 200px;
      height: 2em; }

body.section-uk .uk-article .social-share, body.section-uk .listclass .social-share, body.section-uk .Media .social-share, body.section-uk .Feature .social-share, body.section-uk .uk-caption .social-share {
  visibility: hidden; }
  body.section-uk .uk-article .social-share i.icon, body.section-uk .listclass .social-share i.icon, body.section-uk .Media .social-share i.icon, body.section-uk .Feature .social-share i.icon, body.section-uk .uk-caption .social-share i.icon {
    font-size: 1em;
    /* background-color: #3a6da9; */
    color: white;
    padding-left: 14px;
    line-height: 2em; }

body.section-uk .uk-article .social-share.active, body.section-uk .listclass .social-share.active, body.section-uk .Media .social-share.active, body.section-uk .Feature .social-share.active, body.section-uk .uk-caption .social-share.active {
  visibility: visible !important;
  opacity: 1;
  margin-bottom: 3px;
  margin-left: 65px;
  background: #a51c30;
  padding-right: 12px; }

body.section-uk .uk-article .share-close-btn, body.section-uk .listclass .share-close-btn, body.section-uk .Media .share-close-btn, body.section-uk .Feature .share-close-btn, body.section-uk .uk-caption .share-close-btn {
  cursor: pointer;
  float: right;
  color: white;
  border: 1px solid #AEAEAE;
  border-radius: 10px;
  background: #3a6da9;
  font-size: 11px;
  margin-top: -8px;
  margin-right: -8px;
  display: inline-block;
  line-height: 3px;
  padding: 6px 5px; }
  body.section-uk .uk-article .share-close-btn:before, body.section-uk .listclass .share-close-btn:before, body.section-uk .Media .share-close-btn:before, body.section-uk .Feature .share-close-btn:before, body.section-uk .uk-caption .share-close-btn:before {
    content: "x"; }

body.section-uk .uk-caption .social-share {
  visibility: hidden;
  padding-bottom: 5px; }
  body.section-uk .uk-caption .social-share i.icon {
    background-color: #a51c30;
    color: white; }

body.section-uk .uk-caption .social-share.active {
  visibility: visible !important;
  opacity: 1; }

body.section-uk .share i.icon {
  color: black; }

/* Social Media Strip on UK Page */
.uk-article .socialMediaStripButtonContainer, .uk-blog-post .socialMediaStripButtonContainer {
  position: absolute;
  top: -75px;
  right: 0px; }

.uk-article .socialMediaStrip button, .uk-blog-post .socialMediaStrip button {
  border: 1px solid #ddd; }

.ukArticleBody .socialMediaStrip > div {
  padding: 0px;
  position: absolute; }

/* Article Faculty In This Article*/
.faculty .facultyimage img {
  max-width: 150px;
  width: 100%;
  height: auto; }

/* Allie's commits */
.ukWrap .uk-content-wrap .view-uk-taxonomy-topic-list .views-row a {
  display: block;
  float: left;
  width: 100%;
  font-family: "archivo_narrowregular", Arial;
  font-size: 85%; }

@media (min-width: 48em) {
  .ukWrap .uk-content-wrap .view-uk-taxonomy-topic-list .views-row a {
    margin: 0 2% 20px 0; } }

.page-uk-articles .ukHeadline {
  padding: 0 30px;
  margin-bottom: 23px;
  font-size: 244%; }

.ukWrap .colMainContentContainer .colMainContent .view-uk-homepage-article > .view-content > div {
  position: relative;
  margin-bottom: 1.875em;
  padding-bottom: 15px;
  padding: 10px 1.875em 0 1.875em;
  border-bottom: 10px solid #3a6da9;
  background: #fff;
  /* -webkit-transition: all 0.6s linear 0.3s;
  -moz-transition: all 0.6s linear 0.3s;
  transition: all 0.6s linear 0.3s;	
  */ }

.uk-content-wrap .view-uk-homepage-article {
  padding-left: 5%; }

.ukWrap .colMainContentContainer .colMainContent .view-uk-homepage-article > .view-content > div .share {
  /*allie*/
  position: absolute;
  bottom: 15px; }

@media (min-width: 40.063em) {
  .ukWrap .colMainContentContainer .colMainContent .view-uk-homepage-article > .view-content > div {
    /*allie*/
    width: 31%;
    margin-right: 20px;
    margin-bottom: 3%;
    float: left; } }

.ukWrap .colMainContentContainer .colMainContent .view-uk-homepage-article > .view-content > div .views-field-field-image {
  margin: 0 -1.250em; }

.ukWrap .colMainContentContainer .colMainContent .view-uk-homepage-article > .view-content > div .views-field-field-image img {
  width: 100%;
  height: auto; }

.ukWrap .colMainContentContainer .colMainContent .view-uk-homepage-article > .view-content > div .views-field-title {
  color: #313131;
  padding-top: 1.875em; }

.ukWrap .colMainContentContainer .colMainContent .view-uk-homepage-article > .view-content > div .views-field-title h2 {
  font-size: 125%;
  line-height: 1.2;
  margin: 0; }

@media (min-width: 48.063em) {
  .ukWrap .colMainContentContainer .colMainContent .view-uk-homepage-article > .view-content > div .views-field-title h2 {
    font-size: 200%; } }

.ukWrap .colMainContentContainer .colMainContent .view-uk-homepage-article > .view-content > div .views-field-title a {
  color: #313131; }

.ukWrap .colMainContentContainer .colMainContent .view-uk-homepage-article > .view-content > div .views-field-field-teaser {
  margin-bottom: 2.5em;
  line-height: 1.5; }

@media (min-width: 48em) {
  .ukWrap .colMainContentContainer .colMainContent .view-uk-homepage-article > .view-content > div .views-field-field-teaser {
    font-size: 1.15em; } }

@media (min-width: 40.063em) {
  .ukWrap .colMainContentContainer .colMainContent .view-uk-homepage-article > .view-content div:nth-child(2n) {
    margin-right: 0; } }

@media (min-width: 48.063em) {
  .ukWrap .colMainContentContainer .colMainContent .view-uk-homepage-article > .view-content div:nth-child(2n) {
    margin-right: 1.5%; } }

@media (min-width: 48.063em) {
  .ukWrap .colMainContentContainer .colMainContent .view-uk-homepage-article > .view-content div:nth-child(3n) {
    margin-right: 0; } }

/* titles for fac and Topics */
.node-type-uk-article .ukTopics, .node-type-uk-article h5 {
  font-size: 19px; }

body.page-search-uk .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody ul {
  margin-left: 0px;
  display: none; }

body.page-search-uk .search-results {
  width: inherit;
  float: none;
  width: 100% !important; }

/* UK Newsletter:delivered text */
.page-node-435631 .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody .ukHeadline {
  font-size: 40px; }

/* About Page Universal Page theme to UK */
.page-node-433051 h1.ukHeadline {
  display: none; }

.page-node-433051 .ukArticleBody h1.ukHeadline {
  display: block; }

body.page-search-uk .ukWrap .colMainContentContainer .colMainContent .bodyCopy.ukArticleBody ul {
  margin-left: 0px; }

/* UK Next/Prev Buttons */
.ukSlidersWrap .orbit-container .orbit-next:before, .ukSlidersWrap .orbit-container .orbit-prev:before {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  width: 55px;
  height: 55px;
  padding-top: 2px; }

.ukWrap .row.ukSlidersWrap .orbit-container .orbit-next, .ukWrap .row.ukSlidersWrap .orbit-container .orbit-prev {
  display: block;
  top: 20%; }

@media (max-width: 1024px) {
  .ukWrap .row.ukSlidersWrap .orbit-container .orbit-next, .ukWrap .row.ukSlidersWrap .orbit-container .orbit-prev {
    display: block;
    top: 10%; }
  body.section-uk .uk-caption .social-share {
    bottom: 32px; } }

/* Contact Us Social media strip */
.page-node-442271 .socialMediaStrip .socialMediaStripButtonContainer {
  top: -75px;
  right: 0px;
  float: right;
  margin-left: 30px; }

/* Newsletter */
.page-node-474281 .socialMediaStrip .socialMediaStripButtonContainer {
  top: -75px;
  right: 0px;
  float: right;
  margin-left: 30px; }

/* UK article facebook fix  */
#feedback_14hY0LBe781BuHKS5 {
  width: 100% !important; }

/*UK not a slider but a slider fix */
.ukWrap .ukmast.orbit-container .orbit-prev, .ukWrap .ukmast.orbit-container .orbit-next {
  display: none; }

.uk-article .bodyCopy ol {
  font-size: 120%; }

html {
  height: 100%; }

html, body {
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }

html body {
  background: white;
  color: #000000;
  font-family: "Open Sans", "Times", serif;
  overflow-x: hidden;
  position: relative; }

html a {
  color: #B01E34;
  transition: color 0.2s; }

iframe, object, embed {
  max-width: 100%; }

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

svg {
  max-width: 100%;
  height: auto; }
  svg .fill {
    transition: fill 0.25s; }

input {
  border-radius: 0; }

button {
  outline: none;
  box-shadow: none;
  line-height: 1.3; }

.drupal-tabs__stage .tabs.primary {
  font-size: 1em;
  margin: 0 0 20px;
  padding: 25px 0 0;
  border-bottom: 1px solid #B01E34; }
  .drupal-tabs__stage .tabs.primary li {
    display: inline-block; }
  .drupal-tabs__stage .tabs.primary a {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    display: block;
    color: #B01E34;
    padding: 12px 20px 8px;
    border: 1px solid #B01E34;
    border-bottom: 0;
    background: #FFF;
    text-transform: uppercase; }
    .drupal-tabs__stage .tabs.primary a.active {
      color: #FFF;
      background: #B01E34;
      border: 1px solid #B01E34; }

html {
  font-size: 100%; }

body {
  font-family: "Crimson Text", "Arial", serif;
  background: white;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1.5; }
  @media (min-width: 768px) {
    body {
      font-size: 1rem; } }

a {
  color: #B01E34;
  text-decoration: none; }
  a:hover {
    text-decoration: underline;
    color: #B01E34; }

.page-layout__main-col-stage .paragraphs-items p, .page-layout__main-col-stage .paragraphs-items ul, .page-layout__main-col-stage .paragraphs-items ol,
.page-layout__main-col-stage .field-name-body p,
.page-layout__main-col-stage .field-name-body ul,
.page-layout__main-col-stage .field-name-body ol,
.paragraphs-item-body-content p,
.paragraphs-item-body-content ul,
.paragraphs-item-body-content ol,
.cke_editable p,
.cke_editable ul,
.cke_editable ol {
  margin-top: 0rem;
  margin-bottom: 1.6rem;
  font-family: "Open Sans", "Times", serif;
  line-height: 1.5; }
  .page-layout__main-col-stage .paragraphs-items p a, .page-layout__main-col-stage .paragraphs-items ul a, .page-layout__main-col-stage .paragraphs-items ol a,
  .page-layout__main-col-stage .field-name-body p a,
  .page-layout__main-col-stage .field-name-body ul a,
  .page-layout__main-col-stage .field-name-body ol a,
  .paragraphs-item-body-content p a,
  .paragraphs-item-body-content ul a,
  .paragraphs-item-body-content ol a,
  .cke_editable p a,
  .cke_editable ul a,
  .cke_editable ol a {
    color: #B01E34;
    text-decoration: none; }
    .page-layout__main-col-stage .paragraphs-items p a:hover, .page-layout__main-col-stage .paragraphs-items ul a:hover, .page-layout__main-col-stage .paragraphs-items ol a:hover,
    .page-layout__main-col-stage .field-name-body p a:hover,
    .page-layout__main-col-stage .field-name-body ul a:hover,
    .page-layout__main-col-stage .field-name-body ol a:hover,
    .paragraphs-item-body-content p a:hover,
    .paragraphs-item-body-content ul a:hover,
    .paragraphs-item-body-content ol a:hover,
    .cke_editable p a:hover,
    .cke_editable ul a:hover,
    .cke_editable ol a:hover {
      text-decoration: underline;
      color: #B01E34; }

.page-layout__main-col-stage .paragraphs-items .field-type-text-long div,
.page-layout__main-col-stage .field-name-body .field-type-text-long div,
.paragraphs-item-body-content .field-type-text-long div,
.cke_editable .field-type-text-long div {
  font-family: "Open Sans", "Times", serif;
  line-height: 1.5; }
  .page-layout__main-col-stage .paragraphs-items .field-type-text-long div a,
  .page-layout__main-col-stage .field-name-body .field-type-text-long div a,
  .paragraphs-item-body-content .field-type-text-long div a,
  .cke_editable .field-type-text-long div a {
    color: #B01E34;
    text-decoration: none; }
    .page-layout__main-col-stage .paragraphs-items .field-type-text-long div a:hover,
    .page-layout__main-col-stage .field-name-body .field-type-text-long div a:hover,
    .paragraphs-item-body-content .field-type-text-long div a:hover,
    .cke_editable .field-type-text-long div a:hover {
      text-decoration: underline;
      color: #B01E34; }

.page-layout__main-col-stage .paragraphs-items ul,
.page-layout__main-col-stage .field-name-body ul,
.paragraphs-item-body-content ul,
.cke_editable ul {
  padding-left: 0px;
  margin-bottom: 2rem; }
  .page-layout__main-col-stage .paragraphs-items ul ul,
  .page-layout__main-col-stage .field-name-body ul ul,
  .paragraphs-item-body-content ul ul,
  .cke_editable ul ul {
    margin: 5px 0 0 20px; }

.page-layout__main-col-stage .paragraphs-items li,
.page-layout__main-col-stage .field-name-body li,
.paragraphs-item-body-content li,
.cke_editable li {
  padding-bottom: 0.2rem;
  padding-left: 0.3rem; }

.page-layout__main-col-stage .paragraphs-items h2,
.page-layout__main-col-stage .field-name-body h2,
.paragraphs-item-body-content h2,
.cke_editable h2 {
  line-height: 1.35;
  font-size: 2rem;
  margin: 0 0 0.5rem;
  font-weight: 300; }
  @media (min-width: 768px) {
    .page-layout__main-col-stage .paragraphs-items h2,
    .page-layout__main-col-stage .field-name-body h2,
    .paragraphs-item-body-content h2,
    .cke_editable h2 {
      font-size: 2.25rem; } }

.page-layout__main-col-stage .paragraphs-items h3,
.page-layout__main-col-stage .field-name-body h3,
.paragraphs-item-body-content h3,
.cke_editable h3 {
  font-size: 1.5rem;
  font-family: "Open Sans", "Times", serif;
  font-weight: normal;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
  font-weight: 300; }
  @media (min-width: 768px) {
    .page-layout__main-col-stage .paragraphs-items h3,
    .page-layout__main-col-stage .field-name-body h3,
    .paragraphs-item-body-content h3,
    .cke_editable h3 {
      font-size: 2.3rem; } }
  @media (min-width: 768px) {
    .page-layout__main-col-stage .paragraphs-items h3,
    .page-layout__main-col-stage .field-name-body h3,
    .paragraphs-item-body-content h3,
    .cke_editable h3 {
      font-size: 1.875rem; } }

.page-layout__main-col-stage .paragraphs-items h4,
.page-layout__main-col-stage .field-name-body h4,
.paragraphs-item-body-content h4,
.cke_editable h4 {
  font-weight: normal;
  margin: 0 0 0.6rem;
  line-height: 1.3;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.6rem; }
  @media (min-width: 768px) {
    .page-layout__main-col-stage .paragraphs-items h4,
    .page-layout__main-col-stage .field-name-body h4,
    .paragraphs-item-body-content h4,
    .cke_editable h4 {
      font-size: 1.25rem; } }

body.page-uk .page-layout__main-col-stage .paragraphs-items h2,
body.page-uk .page-layout__main-col-stage .field-name-body h2,
body.page-uk .paragraphs-item-body-content h2,
body.page-uk .cke_editable h2 {
  font-size: 1.9rem;
  margin: 0 0 0.7rem;
  font-weight: 400;
  line-height: 1.35; }
  @media (min-width: 768px) {
    body.page-uk .page-layout__main-col-stage .paragraphs-items h2,
    body.page-uk .page-layout__main-col-stage .field-name-body h2,
    body.page-uk .paragraphs-item-body-content h2,
    body.page-uk .cke_editable h2 {
      font-size: 2rem; } }

body.page-uk .page-layout__main-col-stage .paragraphs-items h3,
body.page-uk .page-layout__main-col-stage .field-name-body h3,
body.page-uk .paragraphs-item-body-content h3,
body.page-uk .cke_editable h3 {
  font-family: "Open Sans", "Times", serif;
  line-height: 1.3;
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
  font-weight: 700; }
  @media (min-width: 768px) {
    body.page-uk .page-layout__main-col-stage .paragraphs-items h3,
    body.page-uk .page-layout__main-col-stage .field-name-body h3,
    body.page-uk .paragraphs-item-body-content h3,
    body.page-uk .cke_editable h3 {
      font-size: 1.2rem; } }

body.page-uk .page-layout__main-col-stage .paragraphs-items h4,
body.page-uk .page-layout__main-col-stage .field-name-body h4,
body.page-uk .paragraphs-item-body-content h4,
body.page-uk .cke_editable h4 {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.3rem; }
  @media (min-width: 768px) {
    body.page-uk .page-layout__main-col-stage .paragraphs-items h4,
    body.page-uk .page-layout__main-col-stage .field-name-body h4,
    body.page-uk .paragraphs-item-body-content h4,
    body.page-uk .cke_editable h4 {
      font-size: 1rem; } }

h1, h2, h3, .h1, .h2, .h3 {
  font-weight: normal;
  color: #000000; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.3; }

h1, .h1 {
  font-family: "Open Sans", "Times", serif;
  line-height: 1.3;
  color: #565656;
  margin: 0 0 0.9rem;
  font-size: 2rem;
  font-weight: 300; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 3.6rem; } }

h2, .h2 {
  line-height: 1.35;
  font-size: 2rem;
  margin: 0 0 0.9rem; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 2.6rem; } }

h3, .h3 {
  font-size: 1.5rem;
  font-family: "Open Sans", "Times", serif;
  font-weight: normal;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 2.3rem; } }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 2.3rem; } }
  h3.uppercase, .h3.uppercase {
    text-transform: uppercase; }

h4, .h4 {
  font-weight: normal;
  margin: 0 0 0.6rem;
  line-height: 1.3;
  font-size: 1.15rem; }
  @media (min-width: 550px) {
    h4, .h4 {
      font-size: 1.4rem; } }
  h4.regularcase, .h4.regularcase {
    text-transform: none; }

h5, .h5 {
  line-height: 1.5;
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
  font-weight: normal; }
  @media (min-width: 768px) {
    h5, .h5 {
      font-size: 1.2rem; } }
  h5.uppercase, .h5.uppercase {
    text-transform: uppercase; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 0.6rem; }
  h6.small, .h6.small {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 0.6rem; }
    @media (min-width: 768px) {
      h6.small, .h6.small {
        font-size: 0.75rem; } }

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

strong {
  font-weight: 700; }

.show-at-xs {
  display: none; }
  @media (min-width: 450px) {
    .show-at-xs {
      display: block; } }

.show-at-xs2 {
  display: none; }
  @media (min-width: 550px) {
    .show-at-xs2 {
      display: block; } }

.show-at-sm {
  display: none; }
  @media (min-width: 768px) {
    .show-at-sm {
      display: block; } }

.show-at-md {
  display: none; }
  @media (min-width: 900px) {
    .show-at-md {
      display: block; } }

.show-at-md2 {
  display: none; }
  @media (min-width: 1000px) {
    .show-at-md2 {
      display: block; } }

.show-at-lg {
  display: none; }
  @media (min-width: 1150px) {
    .show-at-lg {
      display: block; } }

.show-at-lg2 {
  display: none; }
  @media (min-width: 1300px) {
    .show-at-lg2 {
      display: block; } }

.show-at-xlg {
  display: none; }
  @media (min-width: 1500px) {
    .show-at-xlg {
      display: block; } }

.hide-at-xs {
  display: block; }
  @media (min-width: 450px) {
    .hide-at-xs {
      display: none; } }

.hide-at-xs2 {
  display: block; }
  @media (min-width: 550px) {
    .hide-at-xs2 {
      display: none; } }

.hide-at-sm {
  display: block; }
  @media (min-width: 768px) {
    .hide-at-sm {
      display: none; } }

.hide-at-md {
  display: block; }
  @media (min-width: 900px) {
    .hide-at-md {
      display: none; } }

.hide-at-md2 {
  display: block; }
  @media (min-width: 1000px) {
    .hide-at-md2 {
      display: none; } }

.hide-at-lg {
  display: block; }
  @media (min-width: 1150px) {
    .hide-at-lg {
      display: none; } }

.hide-at-lg2 {
  display: block; }
  @media (min-width: 1300px) {
    .hide-at-lg2 {
      display: none; } }

.hide-at-xlg {
  display: block; }
  @media (min-width: 1500px) {
    .hide-at-xlg {
      display: none; } }

.bean-button__buttons a {
  color: #B01E34;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
  border: 2px solid #B01E34;
  border-radius: 3px;
  padding: 10px 30px;
  background: transparent;
  transition: border 0.25s, color 0.25s;
  padding: 15px 25px;
  display: block;
  margin-right: 24px; }
  .bean-button__buttons a:hover, .bean-button__buttons a:focus {
    color: #000000;
    border-color: #000000;
    text-decoration: none;
    background: transparent; }
  @media (min-width: 1150px) {
    .bean-button__buttons a {
      padding: 15px 40px; } }

.bean-footer-content-ppe__stage {
  color: #ffffff;
  line-height: 2;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 12px;
  padding-bottom: 24px; }
  @media (min-width: 768px) {
    .bean-footer-content-ppe__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .bean-footer-content-ppe__stage {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 768px) {
    .bean-footer-content-ppe__stage {
      padding-top: 0; } }
  .bean-footer-content-ppe__stage a {
    color: #ffffff;
    font-weight: normal; }
  .bean-footer-content-ppe__stage p {
    line-height: 2;
    font-size: 1rem;
    line-height: 1.3;
    line-height: 2;
    font-weight: 300;
    margin: 0 0 0.6rem; }
    @media (min-width: 768px) {
      .bean-footer-content-ppe__stage p {
        font-size: 0.875rem; } }

.bean-footer-content-ppe__boundary {
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 20px; }

@media (min-width: 1150px) {
  .bean-footer-content-ppe__inner {
    display: flex;
    justify-content: space-between; } }

@media (min-width: 768px) {
  .bean-footer-content-ppe__col1 {
    display: flex;
    margin-bottom: 12px; } }

@media (min-width: 768px) {
  .bean-footer-content-ppe__col1-col1 {
    margin-right: 60px; } }

.bean-footer-content-ppe__col1-col2 {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.3;
  line-height: 2;
  font-weight: 300;
  margin: 0 0 0.6rem; }
  @media (min-width: 768px) {
    .bean-footer-content-ppe__col1-col2 {
      font-size: 0.875rem; } }

.bean-footer-content-ppe__col2 {
  display: flex;
  flex-direction: column; }

.bean-footer-content-ppe__title {
  font-size: 1.5rem;
  font-family: "Open Sans", "Times", serif;
  font-weight: normal;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  font-family: "Crimson Text", "Arial", serif; }
  @media (min-width: 768px) {
    .bean-footer-content-ppe__title {
      font-size: 2.3rem; } }
  @media (min-width: 768px) {
    .bean-footer-content-ppe__title {
      font-size: 1.875rem; } }

.bean-footer-content-ppe__social {
  order: 2; }
  @media (min-width: 1150px) {
    .bean-footer-content-ppe__social {
      order: 1;
      margin-bottom: 20px; } }

.bean-footer-content-ppe__button {
  order: 1; }
  @media (min-width: 1150px) {
    .bean-footer-content-ppe__button {
      text-align: right;
      order: 2; } }
  .bean-footer-content-ppe__button a {
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    border: 2px solid #ffffff;
    border-radius: 3px;
    padding: 10px 30px;
    background: transparent;
    transition: border 0.25s, color 0.25s;
    display: block; }
    .bean-footer-content-ppe__button a:hover, .bean-footer-content-ppe__button a:focus {
      color: #ababab;
      border-color: #ababab;
      text-decoration: none;
      background: transparent; }
    @media (min-width: 1150px) {
      .bean-footer-content-ppe__button a {
        padding: 18px 30px; } }
    @media (min-width: 450px) {
      .bean-footer-content-ppe__button a {
        display: inline-block; } }

@media (min-width: 1150px) {
  .bean-footer-content-ppe__social-icons {
    display: inline-block; } }

.bean-footer-content-ppe__social-icons .field-item:first-child a {
  padding-left: 0; }

.bean-footer-content-ppe__social-icons a {
  display: inline-block; }

.bean-footer-content-ppe__social-icons svg {
  width: 18px;
  height: 18px; }
  .bean-footer-content-ppe__social-icons svg .fill {
    fill: #dddddb; }

.bean-footer-content-ppe__social-title {
  font-weight: 600; }
  @media (min-width: 1150px) {
    .bean-footer-content-ppe__social-title {
      display: inline-block;
      margin-right: 20px; } }

.bean-footer-content-ppe__stage.default {
  background-color: #565656; }
  .bean-footer-content-ppe__stage.default .bean-footer-content-ppe__boundary {
    border-top: 2px solid #000000; }

.bean-footer-content-ppe__stage.blue {
  background-color: #306DA7; }
  .bean-footer-content-ppe__stage.blue .bean-footer-content-ppe__boundary {
    border-top: 2px solid rgba(255, 255, 255, 0.3); }

.bean-footer-content-ppe__stage.orange {
  background-color: #BE5802; }
  .bean-footer-content-ppe__stage.orange .bean-footer-content-ppe__boundary {
    border-top: 2px solid rgba(255, 255, 255, 0.3); }

.bean-footer-content-ppe__stage.green {
  background-color: #47764A; }
  .bean-footer-content-ppe__stage.green .bean-footer-content-ppe__boundary {
    border-top: 2px solid rgba(255, 255, 255, 0.3); }

.bean-footer-content-ppe__stage.dark_blue {
  background-color: #213153; }
  .bean-footer-content-ppe__stage.dark_blue .bean-footer-content-ppe__boundary {
    border-top: 2px solid rgba(255, 255, 255, 0.3); }

.bean-footer-content-ppe__stage.red {
  background-color: #B01E34; }
  .bean-footer-content-ppe__stage.red .bean-footer-content-ppe__boundary {
    border-top: 2px solid rgba(255, 255, 255, 0.3); }

.bean-footer-content__stage {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px; }
  @media (min-width: 768px) {
    .bean-footer-content__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .bean-footer-content__stage {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 768px) {
    .bean-footer-content__stage {
      padding-top: 32px; } }
  .bean-footer-content__stage a {
    color: #000000; }

.bean-footer-content__boundary {
  max-width: 1500px;
  margin: 0 auto; }

@media (min-width: 1150px) {
  .bean-footer-content__row-logo__stage {
    padding-bottom: 32px; }
    .bean-footer-content__row-logo__stage:after {
      content: "";
      display: table;
      clear: both; } }

@media (min-width: 1150px) {
  .bean-footer-content__row-logo__col1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .bean-footer-content__row-logo__col1:last-child {
      margin-right: 0; } }

@media (min-width: 1150px) {
  .bean-footer-content__row-logo__col2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0; }
    .bean-footer-content__row-logo__col2:last-child {
      margin-right: 0; } }

.bean-footer-content__row-logo__menu-footer-top {
  padding-left: 26px;
  padding-bottom: 24px; }
  @media (min-width: 550px) {
    .bean-footer-content__row-logo__menu-footer-top {
      padding-left: 32px; } }
  @media (min-width: 1150px) {
    .bean-footer-content__row-logo__menu-footer-top {
      padding-left: 0; } }
  .bean-footer-content__row-logo__menu-footer-top ul, .bean-footer-content__row-logo__menu-footer-top li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  @media (min-width: 1150px) {
    .bean-footer-content__row-logo__menu-footer-top ul {
      text-align: right; } }
  @media (min-width: 1150px) {
    .bean-footer-content__row-logo__menu-footer-top li {
      display: inline-block; } }
  .bean-footer-content__row-logo__menu-footer-top a {
    padding: 10px 0;
    display: inline-block;
    line-height: 1;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 0.6rem; }
    @media (min-width: 768px) {
      .bean-footer-content__row-logo__menu-footer-top a {
        font-size: 0.875rem; } }
    @media (min-width: 1150px) {
      .bean-footer-content__row-logo__menu-footer-top a {
        padding: 10px; } }

.bean-footer-content__row-logo__logo {
  width: 280px; }
  .bean-footer-content__row-logo__logo svg {
    max-height: 50px; }
  @media (min-width: 550px) {
    .bean-footer-content__row-logo__logo {
      width: 320px; } }
  @media (min-width: 1150px) {
    .bean-footer-content__row-logo__logo {
      width: 420px; } }

.bean-footer-content__row-logo__text {
  padding-left: 26px; }
  @media (min-width: 550px) {
    .bean-footer-content__row-logo__text {
      padding-left: 32px; } }
  @media (min-width: 1150px) {
    .bean-footer-content__row-logo__text {
      padding-left: 41px; } }

.bean-footer-content__row-logo__address p {
  padding-top: 1rem;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  font-size: 0.875rem;
  margin: 0 0 0.6rem; }

@media (min-width: 1150px) {
  .bean-footer-content__row-copyright__stage:after {
    content: "";
    display: table;
    clear: both; } }

.bean-footer-content__row-copyright__col1 {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 0.6rem;
  color: #737373;
  padding-left: 26px;
  margin: 0;
  padding-bottom: 8px; }
  @media (min-width: 768px) {
    .bean-footer-content__row-copyright__col1 {
      font-size: 0.75rem; } }
  @media (min-width: 550px) {
    .bean-footer-content__row-copyright__col1 {
      padding-left: 32px; } }
  @media (min-width: 1150px) {
    .bean-footer-content__row-copyright__col1 {
      padding-left: 41px; } }
  @media (min-width: 1150px) {
    .bean-footer-content__row-copyright__col1 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .bean-footer-content__row-copyright__col1:last-child {
        margin-right: 0; } }

.bean-footer-content__row-copyright__col2 {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 0.6rem; }
  @media (min-width: 768px) {
    .bean-footer-content__row-copyright__col2 {
      font-size: 0.75rem; } }
  @media (min-width: 1150px) {
    .bean-footer-content__row-copyright__col2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-right: 0;
      text-align: right; }
      .bean-footer-content__row-copyright__col2:last-child {
        margin-right: 0; } }

.bean-footer-content__row-copyright__social-icons {
  padding-left: 26px;
  padding-bottom: 16px; }
  @media (min-width: 550px) {
    .bean-footer-content__row-copyright__social-icons {
      padding-left: 32px; } }
  @media (min-width: 1150px) {
    .bean-footer-content__row-copyright__social-icons {
      padding-left: 41px; } }
  .bean-footer-content__row-copyright__social-icons .field-item {
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 1150px) {
      .bean-footer-content__row-copyright__social-icons .field-item:last-child a {
        padding-right: 0; } }
  .bean-footer-content__row-copyright__social-icons a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    padding: 12px;
    opacity: 0.5;
    transition: opacity 0.2s; }
    .bean-footer-content__row-copyright__social-icons a:hover, .bean-footer-content__row-copyright__social-icons a:focus {
      opacity: 0.75; }
  .bean-footer-content__row-copyright__social-icons svg {
    width: 18px;
    height: 18px; }

.bean-footer-content__row-copyright__menu-footer-bottom {
  padding-left: 26px; }
  @media (min-width: 550px) {
    .bean-footer-content__row-copyright__menu-footer-bottom {
      padding-left: 32px; } }
  @media (min-width: 1150px) {
    .bean-footer-content__row-copyright__menu-footer-bottom {
      padding-left: 41px; } }
  .bean-footer-content__row-copyright__menu-footer-bottom ul, .bean-footer-content__row-copyright__menu-footer-bottom li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .bean-footer-content__row-copyright__menu-footer-bottom a {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 0.6rem;
    line-height: 1;
    padding: 10px 0;
    margin: 0;
    color: #737373;
    display: inline-block; }
    @media (min-width: 768px) {
      .bean-footer-content__row-copyright__menu-footer-bottom a {
        font-size: 0.75rem; } }
    @media (min-width: 1150px) {
      .bean-footer-content__row-copyright__menu-footer-bottom a {
        padding: 10px; } }
  @media (min-width: 1150px) {
    .bean-footer-content__row-copyright__menu-footer-bottom li {
      display: inline-block; }
      .bean-footer-content__row-copyright__menu-footer-bottom li div {
        display: inline-block; } }

@media (min-width: 625px) {
  .edmag-article .bean-footer-content__stage, .edmag-issue .bean-footer-content__stage, .page-ed .bean-footer-content__stage {
    padding-left: 100px; } }

.bean-newsletter-signup__stage {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #ffffff; }
  @media (min-width: 768px) {
    .bean-newsletter-signup__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .bean-newsletter-signup__stage {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 768px) {
    .bean-newsletter-signup__stage {
      padding-top: 32px;
      padding-bottom: 32px; } }
  .bean-newsletter-signup__stage input[type="text"] {
    padding-left: 34px;
    height: 56px; }

.bean-newsletter-signup__boundary {
  max-width: 1500px;
  margin: 0 auto; }
  .bean-newsletter-signup__boundary:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .bean-newsletter-signup__boundary {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .bean-newsletter-signup__boundary:after {
        content: normal; } }

.bean-newsletter-signup__subtitle {
  font-weight: normal;
  margin: 0 0 0.6rem;
  line-height: 1.3;
  font-size: 1.15rem;
  font-style: italic; }
  @media (min-width: 768px) {
    .bean-newsletter-signup__subtitle {
      font-size: 1.5rem; } }
  @media (min-width: 768px) {
    .bean-newsletter-signup__subtitle {
      display: inline-block;
      vertical-align: middle;
      width: 40%;
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .bean-newsletter-signup__subtitle {
      width: 31%; } }

.bean-newsletter-signup__button-submit {
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
  border: 2px solid #ffffff;
  border-radius: 3px;
  padding: 10px 30px;
  background: transparent;
  transition: border 0.25s, color 0.25s;
  margin-bottom: 0; }
  .bean-newsletter-signup__button-submit:hover, .bean-newsletter-signup__button-submit:focus {
    color: rgba(255, 255, 255, 0.75);
    border-color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    background: transparent; }

.bean-newsletter-signup__form {
  display: block;
  border: 2px solid #ffffff;
  border-radius: 4px;
  position: relative; }
  .bean-newsletter-signup__form:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .bean-newsletter-signup__form {
      display: inline-block;
      vertical-align: middle;
      width: 50%; } }
  @media (min-width: 1000px) {
    .bean-newsletter-signup__form {
      width: 60%; } }
  .bean-newsletter-signup__form__email {
    font-size: 1rem;
    line-height: 1.3;
    margin: 0 0 0.6rem;
    color: #ffffff;
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px;
    border: none;
    height: 56px;
    border-radius: 0;
    transition: background-color 0.2s;
    max-width: none; }
    .bean-newsletter-signup__form__email:focus {
      border: none;
      box-shadow: none;
      color: #000000;
      transition: background-color 0.2s; }
  .bean-newsletter-signup__form__submit {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 144px;
    margin: 0;
    height: 56px;
    padding: 18px 32px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.55);
    border-left: 2px solid #ffffff;
    transition: background-color 0.2s; }

.bean-newsletter-signup__stage.red {
  background: #B01E34; }
  .bean-newsletter-signup__stage.red .bean-newsletter-signup__form__email {
    background: #B01E34;
    border: none;
    color: #ffffff; }
    .bean-newsletter-signup__stage.red .bean-newsletter-signup__form__email.placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.red .bean-newsletter-signup__form__email:-moz-placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.red .bean-newsletter-signup__form__email::-moz-placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.red .bean-newsletter-signup__form__email::-webkit-input-placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.red .bean-newsletter-signup__form__email:focus {
      background: #ffffff;
      color: #000000; }
      .bean-newsletter-signup__stage.red .bean-newsletter-signup__form__email:focus.placeholder {
        color: #000000; }
      .bean-newsletter-signup__stage.red .bean-newsletter-signup__form__email:focus:-moz-placeholder {
        color: #000000; }
      .bean-newsletter-signup__stage.red .bean-newsletter-signup__form__email:focus::-moz-placeholder {
        color: #000000; }
      .bean-newsletter-signup__stage.red .bean-newsletter-signup__form__email:focus::-webkit-input-placeholder {
        color: #000000; }
  .bean-newsletter-signup__stage.red .bean-newsletter-signup__form__submit:hover {
    background: #B01E34; }

.bean-newsletter-signup__stage.gray {
  background: #565656; }
  .bean-newsletter-signup__stage.gray .bean-newsletter-signup__form__email {
    background: #565656;
    border: none;
    color: #ffffff; }
    .bean-newsletter-signup__stage.gray .bean-newsletter-signup__form__email.placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.gray .bean-newsletter-signup__form__email:-moz-placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.gray .bean-newsletter-signup__form__email::-moz-placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.gray .bean-newsletter-signup__form__email::-webkit-input-placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.gray .bean-newsletter-signup__form__email:focus {
      background: #ffffff;
      color: #000000; }
      .bean-newsletter-signup__stage.gray .bean-newsletter-signup__form__email:focus.placeholder {
        color: #000000; }
      .bean-newsletter-signup__stage.gray .bean-newsletter-signup__form__email:focus:-moz-placeholder {
        color: #000000; }
      .bean-newsletter-signup__stage.gray .bean-newsletter-signup__form__email:focus::-moz-placeholder {
        color: #000000; }
      .bean-newsletter-signup__stage.gray .bean-newsletter-signup__form__email:focus::-webkit-input-placeholder {
        color: #000000; }
  .bean-newsletter-signup__stage.gray .bean-newsletter-signup__form__submit:hover {
    background: #565656; }

.bean-newsletter-signup__stage.orange {
  background: #BE5802; }
  .bean-newsletter-signup__stage.orange .bean-newsletter-signup__form__email {
    background: #BE5802;
    border: none;
    color: #ffffff; }
    .bean-newsletter-signup__stage.orange .bean-newsletter-signup__form__email.placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.orange .bean-newsletter-signup__form__email:-moz-placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.orange .bean-newsletter-signup__form__email::-moz-placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.orange .bean-newsletter-signup__form__email::-webkit-input-placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.orange .bean-newsletter-signup__form__email:focus {
      background: #ffffff;
      color: #000000; }
      .bean-newsletter-signup__stage.orange .bean-newsletter-signup__form__email:focus.placeholder {
        color: #000000; }
      .bean-newsletter-signup__stage.orange .bean-newsletter-signup__form__email:focus:-moz-placeholder {
        color: #000000; }
      .bean-newsletter-signup__stage.orange .bean-newsletter-signup__form__email:focus::-moz-placeholder {
        color: #000000; }
      .bean-newsletter-signup__stage.orange .bean-newsletter-signup__form__email:focus::-webkit-input-placeholder {
        color: #000000; }
  .bean-newsletter-signup__stage.orange .bean-newsletter-signup__form__submit:hover {
    background: #BE5802; }

.bean-newsletter-signup__stage.blue {
  background: #306DA7; }
  .bean-newsletter-signup__stage.blue .bean-newsletter-signup__form__email {
    background: #306DA7;
    border: none;
    color: #ffffff; }
    .bean-newsletter-signup__stage.blue .bean-newsletter-signup__form__email.placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.blue .bean-newsletter-signup__form__email:-moz-placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.blue .bean-newsletter-signup__form__email::-moz-placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.blue .bean-newsletter-signup__form__email::-webkit-input-placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.blue .bean-newsletter-signup__form__email:focus {
      background: #ffffff;
      color: #000000; }
      .bean-newsletter-signup__stage.blue .bean-newsletter-signup__form__email:focus.placeholder {
        color: #000000; }
      .bean-newsletter-signup__stage.blue .bean-newsletter-signup__form__email:focus:-moz-placeholder {
        color: #000000; }
      .bean-newsletter-signup__stage.blue .bean-newsletter-signup__form__email:focus::-moz-placeholder {
        color: #000000; }
      .bean-newsletter-signup__stage.blue .bean-newsletter-signup__form__email:focus::-webkit-input-placeholder {
        color: #000000; }
  .bean-newsletter-signup__stage.blue .bean-newsletter-signup__form__submit:hover {
    background: #306DA7; }

.bean-newsletter-signup__stage.green {
  background: #47764A; }
  .bean-newsletter-signup__stage.green .bean-newsletter-signup__form__email {
    background: #47764A;
    border: none;
    color: #ffffff; }
    .bean-newsletter-signup__stage.green .bean-newsletter-signup__form__email.placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.green .bean-newsletter-signup__form__email:-moz-placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.green .bean-newsletter-signup__form__email::-moz-placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.green .bean-newsletter-signup__form__email::-webkit-input-placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.green .bean-newsletter-signup__form__email:focus {
      background: #ffffff;
      color: #000000; }
      .bean-newsletter-signup__stage.green .bean-newsletter-signup__form__email:focus.placeholder {
        color: #000000; }
      .bean-newsletter-signup__stage.green .bean-newsletter-signup__form__email:focus:-moz-placeholder {
        color: #000000; }
      .bean-newsletter-signup__stage.green .bean-newsletter-signup__form__email:focus::-moz-placeholder {
        color: #000000; }
      .bean-newsletter-signup__stage.green .bean-newsletter-signup__form__email:focus::-webkit-input-placeholder {
        color: #000000; }
  .bean-newsletter-signup__stage.green .bean-newsletter-signup__form__submit:hover {
    background: #47764A; }

.bean-newsletter-signup__stage.dark_blue {
  background: #213153; }
  .bean-newsletter-signup__stage.dark_blue .bean-newsletter-signup__form__email {
    background: #213153;
    border: none;
    color: #ffffff; }
    .bean-newsletter-signup__stage.dark_blue .bean-newsletter-signup__form__email.placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.dark_blue .bean-newsletter-signup__form__email:-moz-placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.dark_blue .bean-newsletter-signup__form__email::-moz-placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.dark_blue .bean-newsletter-signup__form__email::-webkit-input-placeholder {
      color: #ffffff; }
    .bean-newsletter-signup__stage.dark_blue .bean-newsletter-signup__form__email:focus {
      background: #ffffff;
      color: #000000; }
      .bean-newsletter-signup__stage.dark_blue .bean-newsletter-signup__form__email:focus.placeholder {
        color: #000000; }
      .bean-newsletter-signup__stage.dark_blue .bean-newsletter-signup__form__email:focus:-moz-placeholder {
        color: #000000; }
      .bean-newsletter-signup__stage.dark_blue .bean-newsletter-signup__form__email:focus::-moz-placeholder {
        color: #000000; }
      .bean-newsletter-signup__stage.dark_blue .bean-newsletter-signup__form__email:focus::-webkit-input-placeholder {
        color: #000000; }
  .bean-newsletter-signup__stage.dark_blue .bean-newsletter-signup__form__submit:hover {
    background: #213153; }

.field-name-field-phone-numbers .field-collection-item-field-phone-numbers > .content {
  display: flex; }

.field-name-field-phone-numbers .field-name-field-title {
  min-width: 120px; }

.bean__share-button-with-flyout {
  position: absolute;
  overflow: hidden;
  top: -4px;
  width: 100%;
  z-index: 10;
  max-width: 420px; }
  .bean__share-button-with-flyout__title {
    color: #737373;
    font-size: 1rem;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    margin: 0 0 0.6rem;
    margin: 0; }
  .bean__share-button-with-flyout.sticky {
    position: fixed;
    top: 0; }

.btn-share-large__stage {
  display: inline-block;
  position: relative;
  z-index: 1; }
  .btn-share-large__stage .addthis_inline_share_toolbox {
    position: absolute;
    right: 0;
    width: 230px;
    top: -4px;
    bottom: 0;
    border-top: 4px solid #737373;
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 0.79);
    background-color: #ffffff; }
    .btn-share-large__stage .addthis_inline_share_toolbox svg {
      opacity: 0; }
  .btn-share-large__stage .at-share-tbx-element {
    position: relative;
    border-left: 2px solid #ababab;
    padding: 15px 0 15px 30px;
    margin-top: 10px; }
  .btn-share-large__stage .at-share-tbx-element .at-share-btn {
    margin-bottom: 0;
    margin-right: 15px;
    background-color: transparent !important;
    width: 25px;
    height: 25px;
    opacity: 0.5;
    transition: opacity 0.2s; }
    .btn-share-large__stage .at-share-tbx-element .at-share-btn:hover {
      transform: none;
      opacity: 0.8; }
    .btn-share-large__stage .at-share-tbx-element .at-share-btn:last-child {
      margin-right: 0; }
  .btn-share-large__stage .at-svc-facebook {
    background: url("../svg/icon-fb-black.svg") no-repeat center center;
    background-size: contain; }
  .btn-share-large__stage .at-svc-google_plusone_share {
    background: url("../svg/icon-googleplus-black.svg") no-repeat center center;
    background-size: contain; }
  .btn-share-large__stage .at-svc-twitter {
    background: url("../svg/icon-twitter-black.svg") no-repeat center center;
    background-size: contain; }
  .btn-share-large__stage .at-svc-linkedin {
    background: url("../svg/icon-linkedin-black.svg") no-repeat center center;
    background-size: contain; }
  .btn-share-large__stage .at-svc-email {
    background: url("../svg/icon_email.svg") no-repeat center center;
    background-size: contain; }
  .btn-share-large__stage.active .addthis_inline_share_toolbox {
    transform: translateX(100%); }

.btn-share-large__btn {
  margin-right: 0;
  padding: 20px 30px;
  background-color: white;
  position: relative;
  z-index: 1; }
  .btn-share-large__btn:hover, .btn-share-large__btn:focus {
    background-color: #ffffff; }
  .btn-share-large__btn > svg {
    width: 30px;
    height: 30px;
    margin-bottom: 5px; }

.uk-detail .bean__share-button-with-flyout {
  /*
  display: none;
  position: static;
  overflow: hidden;
  width: 100%;
  max-width: 360px;
  
  @include bp(md) {
    position: absolute;
    display: block;
  }

  .btn-share-large {

    &__btn {
      padding-left: 0px;

      @include bp(md2) {
        padding-left: 30px; 
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
      }
    }

    &__stage {
      border-top-width: 0px;

      @include bp(md2) {
        border-top-width: 4px;
      }
    }
  }
  */ }

.bean__social-icons-no-title svg {
  width: 16px;
  height: 16px; }
  .bean__social-icons-no-title svg .fill {
    fill: #dddddb; }

.bean__social-icons-no-title__title {
  font-weight: 600; }

.sidebar-main__inner .bean__social-icons-no-title {
  margin-bottom: 24px; }
  .sidebar-main__inner .bean__social-icons-no-title__title {
    margin-right: 24px;
    margin-bottom: 12px; }
  .sidebar-main__inner .bean__social-icons-no-title svg {
    width: 24px;
    height: 24px;
    margin-right: 12px; }
    .sidebar-main__inner .bean__social-icons-no-title svg .fill {
      fill: #000000;
      transition: opacity 0.25s;
      opacity: 0.75; }
    .sidebar-main__inner .bean__social-icons-no-title svg:hover .fill {
      opacity: 1; }

.page-content-top__boundary .bean__social-icons-no-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0; }
  .page-content-top__boundary .bean__social-icons-no-title a:hover svg .fill {
    fill: #ababab; }
  .page-content-top__boundary .bean__social-icons-no-title svg .fill {
    fill: #dddddb; }

.page-layout__col2-inner .bean__social-icons-no-title {
  display: none; }
  @media (min-width: 1000px) {
    .page-layout__col2-inner .bean__social-icons-no-title {
      display: block; } }
  .page-layout__col2-inner .bean__social-icons-no-title__title {
    padding-bottom: 5px; }
  .page-layout__col2-inner .bean__social-icons-no-title a {
    padding: 10px 12px; }
  .page-layout__col2-inner .bean__social-icons-no-title a:hover svg .fill {
    fill: #737373; }
  .page-layout__col2-inner .bean__social-icons-no-title svg {
    width: 25px;
    height: 25px; }
    .page-layout__col2-inner .bean__social-icons-no-title svg .fill {
      fill: #565656; }

@media (min-width: 1000px) {
  .bean__uk-banner__stage {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px; } }
  @media (min-width: 1000px) and (min-width: 768px) {
    .bean__uk-banner__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) and (min-width: 1000px) {
    .bean__uk-banner__stage {
      padding-right: 60px;
      padding-left: 60px; } }

.bean__uk-banner__boundary {
  color: #565656;
  display: block; }
  @media (min-width: 1000px) {
    .bean__uk-banner__boundary {
      max-width: 1500px;
      margin: 0 auto;
      position: relative; }
      .bean__uk-banner__boundary:after {
        content: '';
        position: absolute;
        z-index: -1;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 92%;
        height: 50px;
        background: rgba(0, 0, 0, 0.2);
        filter: blur(8px);
        border-radius: 20%;
        bottom: 0; } }
  .bean__uk-banner__boundary:hover {
    color: #565656;
    text-decoration: none; }

.bean__uk-banner__text-stage {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px; }
  @media (min-width: 768px) {
    .bean__uk-banner__text-stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .bean__uk-banner__text-stage {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 1000px) {
    .bean__uk-banner__text-stage {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      width: 75%;
      margin: 0 auto;
      background: rgba(255, 255, 255, 0.8);
      padding: 20px 30px; } }
  @media (min-width: 1300px) {
    .bean__uk-banner__text-stage {
      width: 70%;
      padding: 40px 60px 20px; } }

.bean__uk-banner__title {
  line-height: 1.35;
  font-size: 2.3rem;
  margin: 0 0 0.9rem;
  font-family: "Crimson Text", "Arial", serif;
  font-weight: 600;
  line-height: 1.1;
  color: #565656;
  text-align: center; }
  @media (min-width: 768px) {
    .bean__uk-banner__title {
      font-size: 3.3rem; } }

.bean__uk-banner__subtitle {
  font-size: 1.5rem;
  font-family: "Open Sans", "Times", serif;
  font-weight: normal;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  font-weight: 300;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.1;
  margin: 0 auto;
  max-width: 800px; }
  @media (min-width: 768px) {
    .bean__uk-banner__subtitle {
      font-size: 2.3rem; } }
  @media (min-width: 768px) {
    .bean__uk-banner__subtitle {
      font-size: 1.65rem; } }
  .bean__uk-banner__subtitle p {
    line-height: 1.3; }

.bean-usable-knowledge-banner .field-name-field-banner-image img {
  width: 100%; }

.bean__uk-prefooter__stage {
  background-color: #213153;
  padding-right: 15px;
  padding-left: 15px;
  color: #ffffff; }
  @media (min-width: 768px) {
    .bean__uk-prefooter__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .bean__uk-prefooter__stage {
      padding-right: 60px;
      padding-left: 60px; } }
  .bean__uk-prefooter__stage a {
    color: #ffffff;
    text-decoration: underline; }

.bean__uk-prefooter__boundary {
  max-width: 1500px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .bean__uk-prefooter__boundary {
      display: flex;
      position: relative; } }
  @media (min-width: 768px) {
    .bean__uk-prefooter__boundary:after {
      content: '';
      position: absolute;
      top: -12px;
      right: -10%;
      bottom: 20px;
      width: 200px;
      opacity: 0.3; } }
  @media (min-width: 1300px) {
    .bean__uk-prefooter__boundary:after {
      right: 5%; } }

.bean__uk-prefooter__uk-logo {
  padding-top: 28px;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .bean__uk-prefooter__uk-logo {
      flex: 4;
      padding-top: 45px; } }

@media (min-width: 768px) {
  .bean__uk-prefooter__body {
    flex: 4;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (min-width: 1300px) {
  .bean__uk-prefooter__body {
    padding-left: 12%;
    padding-right: 12%; } }

.bean__uk-prefooter__body ul.footerlarge {
  margin: 0 5% 0 0;
  list-style-type: none; }
  @media (min-width: 768px) {
    .bean__uk-prefooter__body ul.footerlarge {
      float: right; } }
  .bean__uk-prefooter__body ul.footerlarge li {
    padding: 20px 0;
    font-size: 1.3rem;
    text-transform: uppercase;
    border-bottom: 1px solid #fff; }
    .bean__uk-prefooter__body ul.footerlarge li a {
      text-decoration: none; }
    @media only screen and (max-width: 700px) {
      .bean__uk-prefooter__body ul.footerlarge li {
        font-size: 1rem; } }
    .bean__uk-prefooter__body ul.footerlarge li:last-child {
      border-bottom: none; }

.centennial-page,
.centennial-story-of-impact {
  margin: 0;
  font-family: "Open Sans","Times",serif; }
  .centennial-page a,
  .centennial-story-of-impact a {
    color: #a51c30;
    text-decoration: none; }
    .centennial-page a:focus,
    .centennial-story-of-impact a:focus {
      background: #ccc; }
  .centennial-page img,
  .centennial-story-of-impact img {
    display: inline-block; }
  .centennial-page .drupal-tabs__stage,
  .centennial-story-of-impact .drupal-tabs__stage {
    clear: both; }
  .centennial-page header,
  .centennial-story-of-impact header {
    max-width: 1440px;
    height: 200px;
    margin: 0 auto; }
    .centennial-page header a:focus,
    .centennial-story-of-impact header a:focus {
      background: none; }
    .centennial-page header .logo,
    .centennial-story-of-impact header .logo {
      width: 170px;
      height: auto;
      margin: 20px 0px 20px 60px; }
      .centennial-page header .logo:focus,
      .centennial-story-of-impact header .logo:focus {
        background: #ccc; }
      @media only screen and (max-width: 1125px) {
        .centennial-page header .logo,
        .centennial-story-of-impact header .logo {
          width: 150px;
          margin-right: 0px;
          margin-left: 40px; } }
      @media only screen and (max-width: 980px) {
        .centennial-page header .logo,
        .centennial-story-of-impact header .logo {
          width: 36%;
          margin: 25px 32% 0 32%; } }
    .centennial-page header nav,
    .centennial-story-of-impact header nav {
      float: right;
      margin-top: 80px; }
      @media only screen and (max-width: 980px) {
        .centennial-page header nav,
        .centennial-story-of-impact header nav {
          width: 80%;
          margin: 15px 10% 20px 10%; } }
      .centennial-page header nav ul,
      .centennial-story-of-impact header nav ul {
        list-style-type: none;
        margin: 0 15px 0 0;
        padding: 0; }
        @media only screen and (max-width: 980px) {
          .centennial-page header nav ul,
          .centennial-story-of-impact header nav ul {
            margin: 0; } }
        .centennial-page header nav ul li,
        .centennial-story-of-impact header nav ul li {
          float: left;
          padding: 0 20px;
          font-size: 16px;
          text-align: center;
          text-transform: uppercase;
          font-weight: 600; }
          @media only screen and (max-width: 1225px) {
            .centennial-page header nav ul li,
            .centennial-story-of-impact header nav ul li {
              font-size: 15px;
              padding: 0 15px; } }
          @media only screen and (max-width: 1125px) {
            .centennial-page header nav ul li,
            .centennial-story-of-impact header nav ul li {
              padding: 0 10px;
              font-size: 13px; } }
          @media only screen and (max-width: 980px) {
            .centennial-page header nav ul li,
            .centennial-story-of-impact header nav ul li {
              font-size: 18px;
              padding: 5px 0;
              width: 100%; } }
          .centennial-page header nav ul li a,
          .centennial-story-of-impact header nav ul li a {
            color: #000;
            text-decoration: none; }
            .centennial-page header nav ul li a:hover,
            .centennial-story-of-impact header nav ul li a:hover {
              color: #a51c30;
              transition: .7s; }
            .centennial-page header nav ul li a:focus,
            .centennial-story-of-impact header nav ul li a:focus {
              background: #ccc; }
  .centennial-page main .button,
  .centennial-story-of-impact main .button {
    display: inline-block;
    background-color: #fff;
    padding: 16px 50px;
    border: solid 1px #213153;
    border-radius: 3px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    clear: both; }
    .centennial-page main .button a,
    .centennial-story-of-impact main .button a {
      text-decoration: none;
      color: #213153; }
  .centennial-page footer,
  .centennial-story-of-impact footer {
    width: 100%;
    color: #fff; }
    .centennial-page footer .socialband,
    .centennial-story-of-impact footer .socialband {
      background-color: #a51c30;
      padding: 50px 0;
      text-align: center;
      clear: both; }
      .centennial-page footer .socialband h3,
      .centennial-story-of-impact footer .socialband h3 {
        margin: 0 0 25px 0;
        color: #fff; }
      .centennial-page footer .socialband img,
      .centennial-story-of-impact footer .socialband img {
        padding: 0 20px 0 0;
        height: 25px;
        vertical-align: middle; }
        @media only screen and (max-width: 980px) {
          .centennial-page footer .socialband img,
          .centennial-story-of-impact footer .socialband img {
            padding: 0 14px 0 0; } }
      .centennial-page footer .socialband .hashtag,
      .centennial-story-of-impact footer .socialband .hashtag {
        padding-left: 20px;
        font-family: "Crimson Text","Arial",serif;
        font-size: 28px;
        font-style: italic;
        border-left: 1px solid #fff; }
        @media only screen and (max-width: 980px) {
          .centennial-page footer .socialband .hashtag,
          .centennial-story-of-impact footer .socialband .hashtag {
            padding-left: 14px; } }
    .centennial-page footer .greyband,
    .centennial-story-of-impact footer .greyband {
      background-color: #606e7b;
      padding: 30px 0; }
      .centennial-page footer .greyband .contentarea,
      .centennial-story-of-impact footer .greyband .contentarea {
        max-width: 1044px;
        margin: 0 auto; }
        .centennial-page footer .greyband .contentarea ul,
        .centennial-story-of-impact footer .greyband .contentarea ul {
          list-style-type: none;
          float: right;
          margin: 0 5% 0 0; }
          @media only screen and (max-width: 980px) {
            .centennial-page footer .greyband .contentarea ul,
            .centennial-story-of-impact footer .greyband .contentarea ul {
              float: none;
              margin: 0 0 25px 40px;
              padding: 0; } }
          .centennial-page footer .greyband .contentarea ul li,
          .centennial-story-of-impact footer .greyband .contentarea ul li {
            font-size: 14px;
            padding-bottom: 12px; }
            .centennial-page footer .greyband .contentarea ul li a,
            .centennial-story-of-impact footer .greyband .contentarea ul li a {
              text-decoration: none;
              color: #fff; }
        .centennial-page footer .greyband .contentarea .logo,
        .centennial-story-of-impact footer .greyband .contentarea .logo {
          width: 400px; }
          @media only screen and (max-width: 980px) {
            .centennial-page footer .greyband .contentarea .logo,
            .centennial-story-of-impact footer .greyband .contentarea .logo {
              width: 90%;
              margin-left: 5%; } }
        .centennial-page footer .greyband .contentarea .copy,
        .centennial-story-of-impact footer .greyband .contentarea .copy {
          margin-top: 80px;
          font-size: 14px; }
          @media only screen and (max-width: 980px) {
            .centennial-page footer .greyband .contentarea .copy,
            .centennial-story-of-impact footer .greyband .contentarea .copy {
              margin: 10px 0 0 20px;
              font-size: 12px; } }

.page-node-607871 header nav ul li.future a {
  color: #a51c30; }

.page-node-607881 header nav ul li.alumni a {
  color: #a51c30; }

.page-node-607901 header nav ul li.voices a {
  color: #a51c30; }

.page-node-607911 header nav ul li.involved a {
  color: #a51c30; }

.centennial-page main {
  max-width: 1440px;
  margin: 0 auto;
  /* Event Coverage Views */ }
  .centennial-page main h1 {
    margin-bottom: 45px;
    font-family: "Crimson Text","Arial",serif;
    font-size: 46px;
    line-height: 54px;
    color: #000;
    font-weight: 600;
    text-align: center; }
    .centennial-page main h1:before {
      display: inline-block;
      content: "";
      border-top: 1px solid #565656;
      width: 100px;
      margin: 0 20px;
      transform: translateY(-12px); }
      @media only screen and (max-width: 980px) {
        .centennial-page main h1:before {
          display: none; } }
    .centennial-page main h1:after {
      display: inline-block;
      content: "";
      border-top: 1px solid #565656;
      width: 100px;
      margin: 0 20px;
      transform: translateY(-12px); }
      @media only screen and (max-width: 980px) {
        .centennial-page main h1:after {
          display: none; } }
  .centennial-page main h3 {
    font-family: "Crimson Text","Arial",serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    text-align: center; }
  .centennial-page main p {
    font-size: 20px;
    line-height: 30px; }
    @media only screen and (max-width: 980px) {
      .centennial-page main p {
        font-size: 18px;
        line-height: 28px; } }
  .centennial-page main hr {
    margin: 60px auto;
    width: 120px;
    border-bottom: 2px solid #a51c30; }
  .centennial-page main .greybox {
    background-color: #f3f3f1;
    float: left;
    width: 49.5%;
    padding: 40px 100px;
    box-sizing: border-box;
    text-align: center; }
    @media only screen and (max-width: 1225px) {
      .centennial-page main .greybox {
        padding: 40px; } }
    @media only screen and (max-width: 980px) {
      .centennial-page main .greybox {
        margin: 10px 0 !important;
        width: 100%; } }
    .centennial-page main .greybox h3 {
      margin: 0;
      font-size: 28px;
      line-height: 36px; }
    .centennial-page main .greybox p {
      margin: 5px 0 15px 0;
      font-size: 18px; }
  .centennial-page main .entity-paragraphs-item {
    padding: 0;
    clear: both; }
    .centennial-page main .entity-paragraphs-item .content {
      padding: 0; }
    .centennial-page main .entity-paragraphs-item .video {
      position: relative;
      background-color: black;
      height: 75vh;
      min-height: 25rem;
      width: 100%;
      overflow: hidden; }
      @media only screen and (max-width: 980px) {
        .centennial-page main .entity-paragraphs-item .video {
          display: none; } }
      .centennial-page main .entity-paragraphs-item .video .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: black;
        opacity: 0.5;
        z-index: 1; }
      .centennial-page main .entity-paragraphs-item .video video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
      .centennial-page main .entity-paragraphs-item .video .vcontainer {
        position: relative;
        display: grid;
        align-items: center;
        height: 100%;
        z-index: 2; }
        .centennial-page main .entity-paragraphs-item .video .vcontainer h2 {
          font-family: "Crimson Text","Arial",serif;
          font-size: 72px;
          color: #fff;
          text-align: center;
          font-style: italic;
          font-weight: 600; }
    .centennial-page main .entity-paragraphs-item .storycol {
      float: left;
      width: 31%;
      margin-right: 2%; }
      @media only screen and (max-width: 980px) {
        .centennial-page main .entity-paragraphs-item .storycol {
          float: none;
          width: 100%;
          margin-right: 0; } }
      .centennial-page main .entity-paragraphs-item .storycol .story {
        padding-bottom: 20px;
        margin-bottom: 50px;
        border-bottom: 1px solid #a51c30; }
        .centennial-page main .entity-paragraphs-item .storycol .story img {
          margin-bottom: 15px;
          width: 100%;
          height: auto; }
        .centennial-page main .entity-paragraphs-item .storycol .story h3 {
          margin: 0;
          font-family: "Open Sans","Times",serif;
          font-size: 19px;
          line-height: 30px;
          font-weight: 500;
          text-align: left; }
          .centennial-page main .entity-paragraphs-item .storycol .story h3 a {
            color: #000;
            text-decoration: none; }
            .centennial-page main .entity-paragraphs-item .storycol .story h3 a:hover {
              color: #a51c30;
              transition: .7s; }
  .centennial-page main .twocol {
    float: left;
    width: 48%;
    margin-right: 2%; }
    @media only screen and (max-width: 980px) {
      .centennial-page main .twocol {
        float: none;
        width: 100%;
        margin-right: 0; } }
    .centennial-page main .twocol h4 {
      font-size: 18px;
      margin: 20px 0 0 0; }
    .centennial-page main .twocol p {
      font-size: 16px;
      line-height: 24px; }
  .centennial-page main .graycta {
    margin-bottom: 60px;
    background-color: #606e7b;
    color: #fff; }
    .centennial-page main .graycta h3 {
      color: #fff;
      padding: 50px 60px 10px 60px; }
    .centennial-page main .graycta p {
      font-size: 18px;
      line-height: 28px;
      padding: 0 60px; }
  .centennial-page main .grayfull {
    padding: 40px 0;
    background-color: #f3f3f1; }
    .centennial-page main .grayfull .contentarea {
      margin: 0 auto;
      max-width: 1044px; }
      @media only screen and (max-width: 980px) {
        .centennial-page main .grayfull .contentarea {
          width: 88%;
          margin: 0 6%; } }
      .centennial-page main .grayfull .contentarea h3 {
        margin-bottom: 25px; }
      .centennial-page main .grayfull .contentarea .cell h3 {
        margin-bottom: 0; }
      .centennial-page main .grayfull .contentarea p {
        font-size: 18px;
        line-height: 28px; }
      .centennial-page main .grayfull .contentarea.highlight h4 {
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase; }
      .centennial-page main .grayfull .contentarea.highlight h3 {
        text-align: left;
        clear: none; }
      .centennial-page main .grayfull .contentarea.highlight aside {
        float: left;
        padding: 0 0 20px 0;
        width: 30%;
        margin-right: 5%;
        border-bottom: 1px solid #565656; }
        @media only screen and (max-width: 980px) {
          .centennial-page main .grayfull .contentarea.highlight aside {
            float: none;
            width: 100%;
            margin-bottom: 25px; } }
        .centennial-page main .grayfull .contentarea.highlight aside img {
          padding-bottom: 20px;
          margin-bottom: 20px;
          width: 100%;
          height: auto;
          border-bottom: 1px solid #565656; }
      .centennial-page main .grayfull .contentarea.highlight p {
        margin-left: 25%; }
        @media only screen and (max-width: 980px) {
          .centennial-page main .grayfull .contentarea.highlight p {
            margin-left: 0; } }
  .centennial-page main .wide {
    width: 100%;
    margin: 0 auto; }
  .centennial-page main .standard {
    max-width: 1044px;
    margin: 0 auto; }
    @media only screen and (max-width: 1125px) {
      .centennial-page main .standard {
        width: 88%;
        margin: 0 6%; } }
  .centennial-page main .cell {
    float: left;
    width: 30.3%;
    margin: 10px 3% 10px 0;
    min-height: 260px; }
    @media only screen and (max-width: 980px) {
      .centennial-page main .cell {
        float: none;
        width: 100%;
        margin: 15px 0; } }
    .centennial-page main .cell img {
      width: 100%;
      height: auto; }
    .centennial-page main .cell h3 {
      margin: 15px 0 0 0;
      font-family: "Open Sans","Times",serif;
      font-size: 18px;
      line-height: 26px;
      font-weight: 500;
      text-align: left; }
      .centennial-page main .cell h3 a {
        color: #000;
        text-decoration: none; }
        .centennial-page main .cell h3 a:hover {
          color: #a51c30;
          transition: .7s; }

.centennial-story-of-impact main {
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 1225px) {
    .centennial-story-of-impact main {
      max-width: 90%;
      margin: 0 5%; } }
  .centennial-story-of-impact main h1 {
    margin: 30px 0;
    font-family: "Crimson Text","Arial",serif;
    font-size: 46px;
    line-height: 54px;
    font-weight: 600;
    color: #000;
    text-align: center; }
  .centennial-story-of-impact main h4 {
    margin-top: 0px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    clear: both; }
    @media only screen and (max-width: 980px) {
      .centennial-story-of-impact main h4.sectionlabel {
        display: none; } }
    .centennial-story-of-impact main h4:before {
      display: inline-block;
      content: "";
      border-top: 1px solid #565656;
      width: 200px;
      margin: 0 20px;
      transform: translateY(-5px); }
      @media only screen and (max-width: 980px) {
        .centennial-story-of-impact main h4:before {
          display: none; } }
    .centennial-story-of-impact main h4:after {
      display: inline-block;
      content: "";
      border-top: 1px solid #565656;
      width: 200px;
      margin: 0 20px;
      transform: translateY(-5px); }
      @media only screen and (max-width: 980px) {
        .centennial-story-of-impact main h4:after {
          display: none; } }
  .centennial-story-of-impact main hr {
    margin: 20px auto;
    width: 120px;
    border-bottom: 2px solid #a51c30; }
  .centennial-story-of-impact main .featuredimage {
    padding-bottom: 20px;
    color: #666;
    border-bottom: 1px solid #a51c30; }
    .centennial-story-of-impact main .featuredimage img {
      max-width: 100%;
      height: auto; }
    .centennial-story-of-impact main .featuredimage .credit {
      margin: 5px 0;
      font-size: 12px;
      line-height: 24px;
      letter-spacing: 1.2px;
      text-transform: uppercase; }
    .centennial-story-of-impact main .featuredimage .caption {
      font-size: 16px; }
  .centennial-story-of-impact main article {
    margin: 50px auto;
    width: 863px; }
    @media only screen and (max-width: 980px) {
      .centennial-story-of-impact main article {
        width: 100%; } }
    .centennial-story-of-impact main article blockquote {
      padding: 0;
      font-family: "Crimson Text","Arial",serif;
      font-size: 32px;
      line-height: 1.44;
      color: #606e7b;
      border-left: none; }
      .centennial-story-of-impact main article blockquote p {
        line-height: 1.3; }
    .centennial-story-of-impact main article .ctamore {
      margin-top: 60px;
      padding: 55px;
      background-color: #606e7b; }
      .centennial-story-of-impact main article .ctamore h3 {
        margin-top: 0;
        font-family: "Crimson Text","Arial",serif;
        font-size: 36px;
        font-weight: 600;
        text-align: center;
        color: #fff; }
      .centennial-story-of-impact main article .ctamore p {
        padding: 20px 45px;
        background-color: #fff;
        border-bottom: 1px solid #a51c30; }

.node-type-degree-program-page .is-sidebar .page-layout__main-col-boundary {
  padding-left: 0; }
  @media (min-width: 1600px) {
    .node-type-degree-program-page .is-sidebar .page-layout__main-col-boundary {
      padding-left: 10%;
      max-width: 1200px; } }

.node-type-degree-program-page main h3 {
  font-size: 1.8rem;
  font-weight: 300; }

.node-type-degree-program-page main .intro {
  font-size: 1.3rem; }

.node-type-degree-program-page main .border {
  border: 1px solid #c2c3c5;
  margin-bottom: 30px;
  padding: 0 30px 30px 30px;
  clear: both; }
  .node-type-degree-program-page main .border .bordertitle {
    background-color: #f3f3f1;
    margin: 0 -30px 10px -30px;
    padding: 15px 30px; }

.node-type-degree-program-page main #summary iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.node-type-degree-program-page main #summary blockquote {
  width: 75%;
  margin: 0 auto 30px auto;
  padding: 0 0 0 20px;
  border-left: 5px solid #b1233d;
  color: #606f7c;
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1.9rem; }
  .node-type-degree-program-page main #summary blockquote p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 5px; }
  .node-type-degree-program-page main #summary blockquote .source {
    margin: 0;
    font-size: .7rem;
    line-height: .7rem;
    font-weight: 600;
    color: #000;
    text-align: right; }

.node-type-degree-program-page main #summary ul {
  margin-bottom: 1.6rem; }
  .node-type-degree-program-page main #summary ul li {
    margin-bottom: 15px; }

.node-type-degree-program-page main #summary ul.brief li {
  margin-bottom: 5px; }

.node-type-degree-program-page main #curriculum .greybox {
  background-color: #e7e7e8;
  margin-bottom: 1.6rem;
  padding-bottom: 20px; }
  .node-type-degree-program-page main #curriculum .greybox h3 {
    padding: 5px 10px;
    background-color: #606f7c;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600; }
  .node-type-degree-program-page main #curriculum .greybox p {
    padding: 0 10px; }
    .node-type-degree-program-page main #curriculum .greybox p.expander {
      padding: 0 0 5px 10px; }
  .node-type-degree-program-page main #curriculum .greybox ul {
    padding: 0 10px; }

.node-type-degree-program-page main #curriculum .expander {
  width: 60%;
  margin: 0 auto 12px auto;
  padding: 0;
  color: #606f7c;
  border-bottom: 2px solid #999b9e;
  font-weight: 600;
  cursor: pointer; }
  .node-type-degree-program-page main #curriculum .expander a {
    color: #606f7c; }
  .node-type-degree-program-page main #curriculum .expander:after {
    transform-origin: 25% 50%;
    border: 8px solid transparent;
    border-width: 8px 12px;
    border-left-color: #a51c30;
    width: 0;
    height: 0;
    content: '';
    color: #a51c30;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    float: right;
    margin-top: 5px; }

.node-type-degree-program-page main #curriculum .expand {
  width: 60%;
  margin: 0px auto;
  padding: 15px 0;
  display: none; }

.node-type-degree-program-page main #faculty .field-name-field-faculty-members .field-items {
  display: flex;
  flex-wrap: wrap; }
  .node-type-degree-program-page main #faculty .field-name-field-faculty-members .field-items .field-item {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 15px; }
    @media (min-width: 625px) {
      .node-type-degree-program-page main #faculty .field-name-field-faculty-members .field-items .field-item {
        width: 30%;
        margin-left: 0;
        margin-right: 3.2%; } }
    @media (min-width: 1150px) {
      .node-type-degree-program-page main #faculty .field-name-field-faculty-members .field-items .field-item {
        width: 18%;
        margin-left: 0;
        margin-right: 2%; } }

.node-type-degree-program-page main #faculty .facitem img {
  border-radius: 50%;
  width: 100%;
  height: auto;
  border: 1px solid #ccc; }

.node-type-degree-program-page main #faculty .facitem h3 {
  min-height: 35px;
  font-size: .8rem;
  font-weight: 600;
  color: #b1233d;
  text-align: center;
  margin: 10px 0; }
  .node-type-degree-program-page main #faculty .facitem h3 a {
    color: #b1233d; }

.node-type-degree-program-page main #outcomes .entry {
  clear: both; }
  .node-type-degree-program-page main #outcomes .entry img {
    float: left;
    margin: 0 15px 25px 0;
    max-width: 150px;
    border-radius: 50%;
    border: 1px solid #ccc; }
  .node-type-degree-program-page main #outcomes .entry .spifListingHeading {
    clear: none;
    font-size: 1.2rem;
    font-weight: 600;
    padding-top: 20px; }
  .node-type-degree-program-page main #outcomes .entry p {
    margin-left: 165px; }

.node-type-degree-program-page main .flexcontainer {
  display: flex;
  flex-wrap: wrap; }
  .node-type-degree-program-page main .flexcontainer .flextwo {
    width: 100%;
    padding-top: 25px;
    border-top: 1px solid #c2c3c5; }
    @media (min-width: 1000px) {
      .node-type-degree-program-page main .flexcontainer .flextwo {
        width: 45%;
        margin-right: 5%; } }
    .node-type-degree-program-page main .flexcontainer .flextwo h3 {
      margin-bottom: 15px; }

.dsdleftside {
  margin-bottom: 20px; }
  @media (min-width: 550px) {
    .dsdleftside {
      float: left;
      margin: 0 20px 20px 0;
      text-align: center; } }
  .dsdleftside img {
    margin: 0; }
  .dsdleftside .icons {
    margin-top: 15px; }
    .dsdleftside .icons img {
      display: inline-block; }

@media (min-width: 550px) {
  .dsdrightside {
    margin-left: 200px; } }

.dsdrightside h3 {
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  clear: none; }

.dsdrightside p span {
  color: #606f7c;
  text-transform: uppercase;
  font-weight: 600; }

.page-doctorate-edld-directory .is-sidebar .page-layout__main-col-boundary,
.page-doctorate-research-directory .is-sidebar .page-layout__main-col-boundary {
  padding-left: 0; }

ul.edmag-gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-width: none; }
  ul.edmag-gallery li {
    display: flex;
    width: 100%; }
  ul.edmag-gallery .flickity-slider {
    transform: none !important;
    background: #ffffff; }
    ul.edmag-gallery .flickity-slider > li {
      width: 100%;
      left: 0 !important;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
      z-index: -1; }
      ul.edmag-gallery .flickity-slider > li.is-selected {
        opacity: 1;
        z-index: 0; }
  ul.edmag-gallery .flickity-viewport {
    overflow: visible; }
  ul.edmag-gallery p a {
    padding-left: 2rem;
    position: relative;
    font-family: "archivo_narrowregular", Arial;
    font-size: 125%;
    color: #000;
    display: block;
    line-height: 1; }
    ul.edmag-gallery p a:before {
      width: 0;
      height: 0;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      content: '';
      border-left: 7px solid #a7192d;
      /*USE SCSS VAR for color */
      position: absolute;
      display: inline-block;
      left: 0;
      top: 50%;
      margin-top: -7px; }
  ul.edmag-gallery .flickity-page-dots {
    top: 50px;
    bottom: auto;
    right: 50px;
    text-align: right; }
    ul.edmag-gallery .flickity-page-dots .dot {
      opacity: 1;
      background-color: #ffffff; }
      ul.edmag-gallery .flickity-page-dots .dot.is-selected {
        background-color: #B01E34; }

.edmag-caption {
  float: left;
  width: 33.33%;
  padding: 180px 2rem 2rem; }

.imageWrap {
  width: 66.66%;
  float: left; }
  .imageWrap img {
    max-width: none;
    width: 100%; }

.edmagWrap .edmagDrawers {
  bottom: 27px !important;
  top: auto !important; }

.edmag-issue .bodyCopy h2 {
  line-height: 1.35;
  font-size: 2rem;
  margin: 0 0 0.9rem; }
  @media (min-width: 768px) {
    .edmag-issue .bodyCopy h2 {
      font-size: 2.6rem; } }

html body.admin-menu.edmag-issue {
  margin-top: 0px !important; }

html body.admin-menu.edmag-article {
  margin-top: 0px !important; }

body.edmag-issue,
body.edmag-article {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-image: url("https://www.gse.harvard.edu/sites/default/files/edmag/EdMheaderbg.png");
  background-position: top;
  background-repeat: repeat-x;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  font-weight: 500;
  box-sizing: content-box; }
  body.edmag-issue .mobile,
  body.edmag-article .mobile {
    display: none; }
    @media only screen and (max-width: 700px) {
      body.edmag-issue .mobile,
      body.edmag-article .mobile {
        display: block; } }
  @media only screen and (max-width: 700px) {
    body.edmag-issue .desktop,
    body.edmag-article .desktop {
      display: none; } }
  body.edmag-issue h1.issuetitle,
  body.edmag-issue h2.issuetitle,
  body.edmag-article h1.issuetitle,
  body.edmag-article h2.issuetitle {
    width: 100%;
    text-align: right;
    margin-bottom: 0;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 300;
    clear: both; }
    @media only screen and (max-width: 700px) {
      body.edmag-issue h1.issuetitle,
      body.edmag-issue h2.issuetitle,
      body.edmag-article h1.issuetitle,
      body.edmag-article h2.issuetitle {
        width: 90%;
        text-align: right;
        margin-bottom: 50px;
        font-size: 1.5rem; } }
    body.edmag-issue h1.issuetitle a,
    body.edmag-issue h2.issuetitle a,
    body.edmag-article h1.issuetitle a,
    body.edmag-article h2.issuetitle a {
      color: #565656; }
  body.edmag-issue main,
  body.edmag-article main {
    margin: 0 auto; }
  body.edmag-issue .bean-footer-content__row-copyright__col1,
  body.edmag-article .bean-footer-content__row-copyright__col1 {
    box-sizing: border-box; }

body.edmag-issue header,
body.edmag-article header {
  margin: 0 auto 10px auto;
  width: 100%;
  max-width: 1500px;
  height: 240px;
  background-image: url("https://www.gse.harvard.edu/sites/default/files/edmag/images/EdMheaderbg.png"); }
  @media only screen and (max-width: 700px) {
    body.edmag-issue header,
    body.edmag-article header {
      background-image: none;
      background-color: #4b515d;
      height: 410px; } }
  body.edmag-issue header .gateway,
  body.edmag-article header .gateway {
    float: right;
    max-width: 27%;
    margin: 0 20px 0 0;
    background-color: #b1233d;
    padding: 30px 20px 15px 20px;
    border-radius: 15px;
    box-sizing: content-box; }
    @media only screen and (max-width: 700px) {
      body.edmag-issue header .gateway,
      body.edmag-article header .gateway {
        float: none;
        width: 100%;
        max-width: 100%;
        border-radius: 0px;
        margin: 0 0 20px 0;
        padding: 20px 0;
        text-align: center; } }
    body.edmag-issue header .gateway img,
    body.edmag-article header .gateway img {
      max-width: 100%; }
      @media only screen and (max-width: 700px) {
        body.edmag-issue header .gateway img,
        body.edmag-article header .gateway img {
          width: 80%;
          margin: 0 auto; } }
  body.edmag-issue header form,
  body.edmag-article header form {
    float: right;
    margin: 90px 20px 0 0; }
    @media only screen and (max-width: 1200px) {
      body.edmag-issue header form,
      body.edmag-article header form {
        margin: 90px 5px 0 0; } }
    @media only screen and (max-width: 700px) {
      body.edmag-issue header form,
      body.edmag-article header form {
        float: none;
        margin: 25px 0 0 24%; } }
    body.edmag-issue header form label,
    body.edmag-article header form label {
      display: none; }
    body.edmag-issue header form input,
    body.edmag-article header form input {
      padding: 3px 5px;
      width: 220px; }
      body.edmag-issue header form input.form-text,
      body.edmag-article header form input.form-text {
        margin-right: 40px; }
      @media only screen and (max-width: 1200px) {
        body.edmag-issue header form input,
        body.edmag-article header form input {
          width: 180px; } }
    body.edmag-issue header form .views-submit-button,
    body.edmag-article header form .views-submit-button {
      position: absolute;
      top: 0;
      right: 0; }
      body.edmag-issue header form .views-submit-button .form-submit,
      body.edmag-article header form .views-submit-button .form-submit {
        width: 30px;
        height: 30px;
        padding: 0;
        background: url(/sites/all/themes/gse/dist/svg/icon-search-white.svg) no-repeat center center;
        background-size: 75% 75%;
        overflow: hidden;
        text-indent: -9999px;
        border: none; }
      @media only screen and (max-width: 700px) {
        body.edmag-issue header form .views-submit-button,
        body.edmag-article header form .views-submit-button {
          display: none; } }
  body.edmag-issue header .logo,
  body.edmag-article header .logo {
    margin: 70px 0 0 30px;
    max-width: 55%;
    display: inline; }
    body.edmag-issue header .logo.mobile,
    body.edmag-article header .logo.mobile {
      display: none; }
      @media only screen and (max-width: 700px) {
        body.edmag-issue header .logo.mobile,
        body.edmag-article header .logo.mobile {
          display: block; } }
    @media only screen and (max-width: 1025px) {
      body.edmag-issue header .logo,
      body.edmag-article header .logo {
        max-width: 45%;
        height: auto;
        margin: 110px 0 0 30px; } }
    @media only screen and (max-width: 700px) {
      body.edmag-issue header .logo,
      body.edmag-article header .logo {
        max-width: 55%;
        width: 240px;
        height: auto;
        margin: 25px 0 0 21.5%; } }
  body.edmag-issue header .menu,
  body.edmag-article header .menu {
    float: right;
    width: 110px;
    margin: 80px 2% 0 0;
    clear: right; }
    @media only screen and (max-width: 700px) {
      body.edmag-issue header .menu,
      body.edmag-article header .menu {
        float: none;
        margin: 25px 0 0 21.5%; } }
    body.edmag-issue header .menu input[type="checkbox"],
    body.edmag-article header .menu input[type="checkbox"] {
      display: none; }
      body.edmag-issue header .menu input[type="checkbox"]:checked ~ label:after,
      body.edmag-article header .menu input[type="checkbox"]:checked ~ label:after {
        content: "Hide"; }
      body.edmag-issue header .menu input[type="checkbox"]:checked ~ nav,
      body.edmag-article header .menu input[type="checkbox"]:checked ~ nav {
        -webkit-transform: translate3d(0, 0, 0);
        position: absolute; }
    body.edmag-issue header .menu label,
    body.edmag-article header .menu label {
      padding: 10px 15px;
      cursor: pointer;
      color: rgba(255, 255, 255, 0.6);
      z-index: 1;
      position: relative;
      width: 200px; }
      body.edmag-issue header .menu label:after,
      body.edmag-article header .menu label:after {
        content: "Menu";
        text-transform: uppercase;
        color: #fff; }
      body.edmag-issue header .menu label:before,
      body.edmag-article header .menu label:before {
        display: none; }
      body.edmag-issue header .menu label i,
      body.edmag-article header .menu label i {
        position: relative;
        display: inline-block;
        height: 3px;
        width: 18px;
        background: #fff;
        margin-right: 8px;
        vertical-align: top;
        top: 6px; }
        body.edmag-issue header .menu label i:before,
        body.edmag-article header .menu label i:before {
          content: "";
          position: absolute;
          top: 5px;
          left: 0;
          height: 3px;
          width: 100%;
          background: #fff; }
        body.edmag-issue header .menu label i:after,
        body.edmag-article header .menu label i:after {
          content: "";
          position: absolute;
          top: 10px;
          left: 0;
          height: 3px;
          width: 100%;
          background: #fff; }
    body.edmag-issue header .menu a,
    body.edmag-article header .menu a {
      color: #fff;
      text-decoration: none; }
    body.edmag-issue header .menu nav,
    body.edmag-article header .menu nav {
      position: fixed;
      z-index: 10;
      top: 238px;
      right: 0;
      width: 330px;
      background: #4b515d;
      padding: 30px 50px;
      color: #fff;
      -webkit-transition: 300ms all ease-in-out;
      -webkit-transform: translate3d(100%, 0, 0); }
      @media only screen and (max-width: 700px) {
        body.edmag-issue header .menu nav,
        body.edmag-article header .menu nav {
          top: 400px;
          width: 80%;
          padding: 30px 10%; } }
      body.edmag-issue header .menu nav p,
      body.edmag-article header .menu nav p {
        font-size: .9rem; }
      body.edmag-issue header .menu nav ul,
      body.edmag-article header .menu nav ul {
        list-style-type: none;
        margin: 0 0 20px 0;
        padding: 0; }
        body.edmag-issue header .menu nav ul li,
        body.edmag-article header .menu nav ul li {
          padding: 24px 0;
          font-size: 1.3rem;
          text-transform: uppercase;
          border-bottom: 1px solid #fff; }
          body.edmag-issue header .menu nav ul li:last-child,
          body.edmag-article header .menu nav ul li:last-child {
            border: none; }
          body.edmag-issue header .menu nav ul li img,
          body.edmag-article header .menu nav ul li img {
            margin: -5px 15px 0 0;
            display: inline;
            width: 40px;
            height: auto; }

body.edmag-article main {
  max-width: 1363px;
  padding: 0 5%; }
  body.edmag-article main article {
    margin-top: 25px; }
    body.edmag-article main article .featureimage img {
      width: 100%;
      height: auto; }
    body.edmag-article main article .caption {
      float: right;
      margin: 0px;
      clear: both; }
    body.edmag-article main article .credit {
      float: right;
      margin: 0px;
      padding: 0px;
      font-size: .8rem;
      text-transform: uppercase;
      clear: both; }
    body.edmag-article main article .icons {
      float: right;
      margin-top: 15px; }
      body.edmag-article main article .icons .pdf {
        float: right;
        margin-right: 5px; }
    body.edmag-article main article h1 {
      font-size: 3.5rem;
      font-weight: 500;
      letter-spacing: 1px;
      margin: 30px 0 0 0;
      max-width: 80%;
      margin: 0 auto; }
      @media only screen and (max-width: 700px) {
        body.edmag-article main article h1 {
          max-width: 100%; } }
    body.edmag-article main article .bodyCopy {
      max-width: 80%;
      margin: 0 auto; }
      body.edmag-article main article .bodyCopy p {
        max-width: 100%;
        font-family: 'Open Sans', sans-serif;
        font-size: 1rem; }
      @media only screen and (max-width: 700px) {
        body.edmag-article main article .bodyCopy {
          max-width: 100%; } }
    body.edmag-article main article h3 {
      font-size: 2rem;
      margin: 15px 0;
      font-weight: 300;
      clear: none; }
      body.edmag-article main article h3.subhead {
        max-width: 80%;
        margin: 15px auto; }
        @media only screen and (max-width: 700px) {
          body.edmag-article main article h3.subhead {
            max-width: 100%; } }
    body.edmag-article main article .cent {
      max-width: 80%;
      margin: 15px auto 0 auto;
      color: #565656;
      font-size: 1.2rem;
      font-weight: 600;
      text-transform: uppercase; }
      body.edmag-article main article .cent a {
        color: #565656; }
      @media only screen and (max-width: 700px) {
        body.edmag-article main article .cent {
          max-width: 100%; } }
    body.edmag-article main article .byline {
      font-weight: 300;
      text-transform: uppercase;
      max-width: 80%;
      margin: 0 auto 1.6rem auto; }
      @media only screen and (max-width: 700px) {
        body.edmag-article main article .byline {
          max-width: 100%; } }
    body.edmag-article main article .sidebar {
      float: left;
      width: 20%;
      border-right: 1px solid #ccc;
      margin: 0 25px 0 10%;
      padding: 0 35px 0 0; }
      @media only screen and (max-width: 700px) {
        body.edmag-article main article .sidebar {
          width: 100%;
          margin: 0; } }
      body.edmag-article main article .sidebar .item {
        margin-bottom: 25px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc; }
        body.edmag-article main article .sidebar .item:last-child {
          border-bottom: none; }
        body.edmag-article main article .sidebar .item img {
          width: 100%;
          height: auto; }
        body.edmag-article main article .sidebar .item h4 {
          margin-bottom: 0px; }
        body.edmag-article main article .sidebar .item p {
          margin: 0px;
          color: #555; }
    body.edmag-article main article .imageleft {
      float: left;
      width: 36%;
      margin: 0 25px 10px 0;
      background-color: #ddd; }
      @media only screen and (max-width: 700px) {
        body.edmag-article main article .imageleft {
          width: 100%;
          margin-right: 0; } }
      body.edmag-article main article .imageleft img {
        width: 100%;
        height: auto;
        padding: 0; }
      body.edmag-article main article .imageleft p {
        padding: 0;
        margin: 0; }
        body.edmag-article main article .imageleft p.caption {
          padding: 0 10px 5px 0; }
        body.edmag-article main article .imageleft p.credit {
          padding: 0 10px 5px 0; }
    body.edmag-article main article .imageright {
      float: right;
      width: 36%;
      margin: 0 0 10px 25px;
      background-color: #ddd; }
      @media only screen and (max-width: 700px) {
        body.edmag-article main article .imageright {
          width: 100%;
          margin-right: 0; } }
      body.edmag-article main article .imageright img {
        width: 100%;
        height: auto;
        padding: 0; }
      body.edmag-article main article .imageright p {
        padding: 0;
        margin: 0; }
        body.edmag-article main article .imageright p.caption {
          padding: 0 10px 5px 0; }
        body.edmag-article main article .imageright p.credit {
          padding: 0 10px 5px 0; }
    body.edmag-article main article .imagecenter {
      width: 100%;
      background-color: #ddd; }
      body.edmag-article main article .imagecenter img {
        width: 100%;
        height: auto;
        padding: 0; }
      body.edmag-article main article .imagecenter p {
        padding: 0;
        margin: 0; }
        body.edmag-article main article .imagecenter p.caption {
          padding: 0 10px 5px 0; }
        body.edmag-article main article .imagecenter p.credit {
          padding: 0 10px 5px 0; }
    body.edmag-article main article .testimonial {
      width: 70%;
      margin: 25px auto;
      padding: 20px 50px;
      border-left: 5px solid #A51C30;
      font-size: 1.6rem; }
      body.edmag-article main article .testimonial p {
        font-size: 1.6rem; }
  body.edmag-article main .related {
    margin-top: 50px; }
    body.edmag-article main .related .item {
      float: left;
      width: 30%;
      margin-right: 5%; }
      @media only screen and (max-width: 700px) {
        body.edmag-article main .related .item {
          width: 100%;
          margin-right: 0; } }
      body.edmag-article main .related .item img {
        width: 100%;
        height: auto; }
      body.edmag-article main .related .item h4 {
        margin: 5px 0; }
      body.edmag-article main .related .item p {
        margin-top: 0px; }
    body.edmag-article main .related div:last-child {
      margin-right: 0px; }

body.edmag-issue main {
  margin: 0 auto;
  max-width: 1500px; }
  body.edmag-issue main h1.issuetitle {
    width: 95%;
    margin-top: 22px; }
    @media only screen and (max-width: 700px) {
      body.edmag-issue main h1.issuetitle {
        width: 90%;
        text-align: right;
        margin-bottom: 50px;
        font-size: 1.5rem; } }
  body.edmag-issue main .feature {
    max-width: 1500px;
    max-height: 750px;
    position: relative; }
    body.edmag-issue main .feature img {
      position: relative;
      z-index: 1;
      width: 100%;
      height: auto; }
    body.edmag-issue main .feature .overlay {
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      background: linear-gradient(transparent, transparent, transparent, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)); }
    body.edmag-issue main .feature .text {
      position: absolute;
      top: 75%;
      margin: 0 5%;
      z-index: 3; }
      @media only screen and (max-width: 1500px) {
        body.edmag-issue main .feature .text {
          top: 74%; } }
      @media only screen and (max-width: 1200px) {
        body.edmag-issue main .feature .text {
          top: 65%; } }
      @media only screen and (max-width: 700px) {
        body.edmag-issue main .feature .text {
          position: relative;
          margin-bottom: 45px; } }
      body.edmag-issue main .feature .text h3 {
        font-size: 3.5rem;
        font-weight: 400;
        letter-spacing: 2px;
        margin: 0; }
        @media only screen and (max-width: 1500px) {
          body.edmag-issue main .feature .text h3 {
            font-size: 3rem;
            line-height: 3.4rem; } }
        @media only screen and (max-width: 1200px) {
          body.edmag-issue main .feature .text h3 {
            font-size: 2.5rem;
            line-height: 3rem; } }
        @media only screen and (max-width: 700px) {
          body.edmag-issue main .feature .text h3 {
            margin-top: 15px;
            font-size: 2.5rem;
            line-height: 3rem; } }
      body.edmag-issue main .feature .text p {
        font-size: 1.5rem;
        font-weight: 300;
        margin-top: 5px;
        color: #fff; }
        @media only screen and (max-width: 1500px) {
          body.edmag-issue main .feature .text p {
            font-size: 1.3rem; } }
        @media only screen and (max-width: 700px) {
          body.edmag-issue main .feature .text p {
            color: #000; } }
      body.edmag-issue main .feature .text a {
        color: #fff;
        text-decoration: none; }
        @media only screen and (max-width: 700px) {
          body.edmag-issue main .feature .text a {
            color: #000; } }
  body.edmag-issue main .subfeature {
    margin-top: 25px;
    max-width: 1500px;
    padding: 0 5%; }
    body.edmag-issue main .subfeature .item {
      float: left;
      height: 400px;
      padding-bottom: 20px;
      width: 30%;
      margin-right: 5%;
      overflow: hidden; }
      @media only screen and (max-width: 700px) {
        body.edmag-issue main .subfeature .item {
          width: 100%;
          height: auto;
          margin: 0 0 30px 0; } }
      body.edmag-issue main .subfeature .item img {
        width: 100%;
        height: auto; }
      body.edmag-issue main .subfeature .item a {
        color: #000;
        text-decoration: none; }
      body.edmag-issue main .subfeature .item h3 {
        margin: 15px 0 0 0;
        font-size: 1.6rem;
        font-weight: 300; }
      body.edmag-issue main .subfeature .item p {
        margin-top: 5px;
        line-height: 1.6rem; }
      body.edmag-issue main .subfeature .item:last-child {
        margin-right: 0; }
  body.edmag-issue main .articlegrid {
    max-width: 1500px;
    margin-top: 20px;
    padding: 0 4%; }
    body.edmag-issue main .articlegrid .item {
      float: left;
      height: 420px;
      width: 16%;
      margin: 10px 2% 0 2%;
      overflow: hidden; }
      @media only screen and (max-width: 700px) {
        body.edmag-issue main .articlegrid .item {
          width: 70%;
          height: auto;
          margin: 0 0 30px 15%; } }
      body.edmag-issue main .articlegrid .item img {
        width: 99%;
        height: auto;
        border-radius: 100%;
        border: 1px solid #ababab; }
      body.edmag-issue main .articlegrid .item h3 {
        font-size: 1.3rem;
        font-weight: 300;
        margin: 22px 0 0 0; }
        body.edmag-issue main .articlegrid .item h3 a {
          color: #000; }
      body.edmag-issue main .articlegrid .item p {
        margin-top: 5px;
        font-size: .9rem; }
  body.edmag-issue main .centcta {
    float: left;
    width: 100%;
    margin: 40px 0;
    padding: 30px;
    background-image: url("https://www.gse.harvard.edu/sites/default/files/centennial/centennial_bk_1500x470.jpg");
    color: #fff;
    box-sizing: border-box;
    clear: both; }
    body.edmag-issue main .centcta img {
      width: 65%;
      height: auto;
      margin-bottom: 15px; }
      @media (min-width: 625px) {
        body.edmag-issue main .centcta img {
          float: right;
          width: 18%;
          height: auto;
          margin-bottom: 0px; } }
    body.edmag-issue main .centcta h2 {
      color: #fff;
      font-size: 2rem;
      font-weight: 600;
      clear: none; }
      @media (min-width: 625px) {
        body.edmag-issue main .centcta h2 {
          width: 80%; } }
      @media (min-width: 1150px) {
        body.edmag-issue main .centcta h2 {
          font-size: 2.5rem; } }
      @media (min-width: 1500px) {
        body.edmag-issue main .centcta h2 {
          font-size: 3rem; } }
      body.edmag-issue main .centcta h2 a {
        color: #fff; }
    body.edmag-issue main .centcta p {
      font-size: 1.2rem; }
      @media (min-width: 625px) {
        body.edmag-issue main .centcta p {
          width: 75%; } }
      @media (min-width: 1150px) {
        body.edmag-issue main .centcta p {
          font-size: 1.8rem; } }
      @media (min-width: 1500px) {
        body.edmag-issue main .centcta p {
          width: 65%;
          font-size: 2rem; } }
      body.edmag-issue main .centcta p a {
        color: #fff; }
        body.edmag-issue main .centcta p a:hover {
          text-decoration: none; }
      body.edmag-issue main .centcta p span {
        padding: 0 8px;
        background-color: #B01E34;
        border: 1px solid #fff;
        border-radius: 50%; }
        @media (min-width: 1150px) {
          body.edmag-issue main .centcta p span {
            padding: 0 12px; } }
        @media (min-width: 1500px) {
          body.edmag-issue main .centcta p span {
            padding: 0 14px; } }

body.edmag-issue .issuebot {
  width: 100%;
  margin-top: 50px;
  background-color: #4b515d;
  color: #fff;
  font-weight: 300;
  clear: both;
  box-sizing: content-box; }
  body.edmag-issue .issuebot a {
    color: #fff;
    text-decoration: none; }
  body.edmag-issue .issuebot img {
    display: inline; }
  body.edmag-issue .issuebot .stretchcontainer {
    margin: 0 auto;
    max-width: 1500px; }
    body.edmag-issue .issuebot .stretchcontainer .cover {
      margin: 60px 0 60px 5%;
      box-sizing: content-box; }
      @media only screen and (max-width: 700px) {
        body.edmag-issue .issuebot .stretchcontainer .cover {
          width: 65%;
          padding: 40px 0 20px 0;
          margin: 0 auto; } }
      body.edmag-issue .issuebot .stretchcontainer .cover.mobile {
        display: none; }
        @media only screen and (max-width: 700px) {
          body.edmag-issue .issuebot .stretchcontainer .cover.mobile {
            display: block; } }
      @media only screen and (max-width: 700px) {
        body.edmag-issue .issuebot .stretchcontainer .cover.desktop {
          display: none; } }
    body.edmag-issue .issuebot .stretchcontainer p {
      margin: 170px 0 0 360px;
      position: absolute;
      width: 340px;
      font-weight: 300; }
      @media only screen and (max-width: 1200px) {
        body.edmag-issue .issuebot .stretchcontainer p {
          margin: 170px 0 0 325px;
          width: 230px; } }
      @media only screen and (max-width: 700px) {
        body.edmag-issue .issuebot .stretchcontainer p {
          position: relative;
          margin: 0 auto;
          padding: 20px 0;
          width: 65%; } }
      body.edmag-issue .issuebot .stretchcontainer p span {
        font-size: 1.4rem;
        letter-spacing: 1px; }
    body.edmag-issue .issuebot .stretchcontainer ul {
      float: right;
      margin: 40px 5% 0 0;
      list-style-type: none; }
      @media only screen and (max-width: 700px) {
        body.edmag-issue .issuebot .stretchcontainer ul {
          float: none;
          padding: 0 0 30px 0;
          width: 65%;
          margin: 0 auto; } }
      body.edmag-issue .issuebot .stretchcontainer ul li {
        padding: 24px 0;
        font-size: 1.3rem;
        text-transform: uppercase;
        border-bottom: 1px solid #fff; }
        @media only screen and (max-width: 700px) {
          body.edmag-issue .issuebot .stretchcontainer ul li {
            font-size: 1rem; } }
        body.edmag-issue .issuebot .stretchcontainer ul li img {
          margin: 0 15px -10px 0;
          width: 40px;
          height: auto; }
          @media only screen and (max-width: 700px) {
            body.edmag-issue .issuebot .stretchcontainer ul li img {
              margin: 0 5px -13px 0; } }
        body.edmag-issue .issuebot .stretchcontainer ul li:last-child {
          border-bottom: none; }

.view-edmag-archive .views-row {
  float: left;
  margin: 0 3% 40px 0;
  text-align: center;
  background-color: #565656; }
  .view-edmag-archive .views-row p {
    margin: 5px 0; }
  .view-edmag-archive .views-row a {
    color: #fff; }

.view-edmag-archive .archive-group {
  clear: both; }
  .view-edmag-archive .archive-group .yearcontent p {
    margin: 10px 0 10px 0;
    font-size: 1.2rem; }

.page-ed-search-ed-magazine .views-row {
  margin: 10px 0; }

.node-event--teaser-small .node-event__link {
  display: block;
  background: white;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 16px;
  margin-bottom: 15px;
  border-bottom: 4px solid #B01E34;
  border-left: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  border-top: 4px solid #ffffff; }
  @media (min-width: 1000px) {
    .node-event--teaser-small .node-event__link {
      padding: 50px 24px; } }
  @media (min-width: 1150px) {
    .node-event--teaser-small .node-event__link {
      margin-bottom: 30px; } }
  .node-event--teaser-small .node-event__link:hover {
    text-decoration: none;
    margin-bottom: 0px;
    border: 4px solid #306DA7; }
    .node-event--teaser-small .node-event__link:hover .node-event__title {
      color: #1E1E1E; }
  .node-event--teaser-small .node-event__link.featured {
    border: 4px solid #306DA7;
    padding-top: 15px; }

.node-event--teaser-small .node-event__featured-text {
  text-align: right;
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  margin: 0 0 0.6rem;
  margin: 0 0 15px;
  color: #306DA7; }

.node-event--teaser-small .node-event__date {
  line-height: 1.5;
  margin: 0 0 0.6rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #213153; }
  @media (min-width: 768px) {
    .node-event--teaser-small .node-event__date {
      font-size: 1.1rem; } }

.node-event--teaser-small .node-event__category {
  line-height: 1.5;
  margin: 0 0 0.6rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #737373; }
  @media (min-width: 768px) {
    .node-event--teaser-small .node-event__category {
      font-size: 1.1rem; } }

.node-event--teaser-small .node-event__title {
  font-weight: normal;
  margin: 0 0 0.6rem;
  line-height: 1.3;
  font-size: 1.15rem;
  font-family: "Crimson Text", "Arial", serif;
  font-weight: 300;
  margin: 0;
  color: #000000; }
  @media (min-width: 768px) {
    .node-event--teaser-small .node-event__title {
      font-size: 1.6rem; } }

.node-type-faculty .page-layout__main-content .profile a {
  color: #B01E34;
  text-decoration: none; }
  .node-type-faculty .page-layout__main-content .profile a:hover {
    text-decoration: underline;
    color: #B01E34; }

@media (min-width: 768px) {
  .node-fb-twitter__stage {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1500px) {
  .node-fb-twitter__stage {
    padding-left: 40px;
    padding-right: 40px; } }

.node-fb-twitter__stage p a, .node-fb-twitter__stage a {
  color: #ffffff; }
  .node-fb-twitter__stage p a:hover, .node-fb-twitter__stage a:hover {
    text-decoration: underline;
    color: #ffffff; }

.node-fb-twitter__text {
  color: #ffffff;
  font-weight: normal;
  margin: 0 0 0.6rem;
  line-height: 1.3;
  font-size: 1.15rem;
  margin-bottom: 32px;
  min-height: 245px; }
  @media (min-width: 550px) {
    .node-fb-twitter__text {
      font-size: 1.4rem; } }

.node-fb-twitter__date {
  color: #ffffff;
  border-top: 4px solid rgba(0, 0, 0, 0.35);
  padding-top: 10px;
  margin-right: 40px;
  position: relative; }
  @media (min-width: 768px) {
    .node-fb-twitter__date {
      margin-right: 45px; } }

.node-fb-twitter__stage.-twitter .node-fb-twitter__date:before {
  content: '';
  position: absolute;
  right: -40px;
  top: -12px;
  width: 22px;
  height: 19px;
  background: url("../svg/icon-twitter.svg") no-repeat center center;
  background-size: contain; }
  @media (min-width: 768px) {
    .node-fb-twitter__stage.-twitter .node-fb-twitter__date:before {
      top: -16px;
      right: -45px;
      width: 31px;
      height: 27px; } }

.node-fb-twitter__stage.-facebook .node-fb-twitter__date {
  margin-right: 30px; }
  .node-fb-twitter__stage.-facebook .node-fb-twitter__date:before {
    content: '';
    position: absolute;
    right: -30px;
    top: -16px;
    width: 13px;
    height: 26px;
    background: url("../svg/icon-fb.svg") no-repeat center center;
    background-size: contain; }
    @media (min-width: 768px) {
      .node-fb-twitter__stage.-facebook .node-fb-twitter__date:before {
        top: -20px;
        width: 18px;
        height: 35px; } }

@media (min-width: 1000px) {
  .node-type-feature-page .paragraph__programs__header-stage {
    padding-top: 100px;
    padding-bottom: 24px;
    background: #565656;
    position: relative; } }

@media (min-width: 1300px) {
  .node-type-feature-page .paragraph__programs__header-stage {
    padding-bottom: 60px; } }

.node-type-feature-page .paragraph__programs__title {
  line-height: 1.2; }

.node-type-feature-page .page-content-top__stage {
  background-color: rgba(54, 54, 54, 0.85); }

@media (min-width: 625px) {
  .node-gallery__stage {
    float: right;
    width: 40%;
    margin-left: 20px; } }

.node-gallery__field-image-primary {
  cursor: pointer; }
  .node-gallery__field-image-primary p, .node-gallery__field-image-primary div {
    margin: 0 !important; }

.node-gallery__button {
  width: 100%;
  float: none;
  line-height: 1.5;
  margin: 0 0 0.6rem;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 0;
  padding: 12px;
  transition: background-color 0.2s, color 0.2s; }
  @media (min-width: 768px) {
    .node-gallery__button {
      font-size: 1.1rem; } }
  .node-gallery__button:hover {
    background-color: #ababab;
    color: #000000; }
  .node-gallery__button:active, .node-gallery__button:focus {
    background-color: #B01E34;
    color: #ffffff; }
  .node-gallery__button p, .node-gallery__button div {
    margin: 0;
    margin-bottom: 0rem !important; }

.node-gallery__overlay-stage {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  background-color: rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s, z-index 0.2s 0.2s; }
  @media (min-width: 768px) {
    .node-gallery__overlay-stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .node-gallery__overlay-stage {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 768px) {
    .node-gallery__overlay-stage {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .node-gallery__overlay-stage.active {
    z-index: 1000;
    opacity: 1;
    transition: opacity 0.2s, z-index 0.2s 0s; }
  .node-gallery__overlay-stage .flickity-slider {
    transform: none !important;
    background: #ffffff; }
    .node-gallery__overlay-stage .flickity-slider > .field-item {
      width: 100%;
      left: 0 !important;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
      z-index: -1; }
      .node-gallery__overlay-stage .flickity-slider > .field-item.is-selected {
        opacity: 1;
        z-index: 0; }
  .node-gallery__overlay-stage .flickity-viewport {
    overflow: visible; }

.node-gallery__overlay-boundary {
  max-width: 1150px;
  margin: 0 auto;
  margin: auto;
  width: 75%;
  position: relative; }
  @media (min-width: 768px) {
    .node-gallery__overlay-boundary {
      display: flex;
      width: 90%; } }
  @media (min-width: 1000px) {
    .node-gallery__overlay-boundary {
      width: 100%; } }
  @media (min-height: 600px) {
    .node-gallery__overlay-boundary {
      width: 100%; } }
  @media (min-width: 768px) {
    .node-gallery__overlay-boundary > .field-collection-container {
      width: 75%; } }

.node-gallery__button-close {
  background: none;
  border-left: 2px solid #000000;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  margin: 0 0 0.6rem;
  transition: color 0.2s; }
  .node-gallery__button-close:hover, .node-gallery__button-close:focus {
    background-color: #ffffff;
    color: #B01E34; }
    .node-gallery__button-close:hover .icon-x:before, .node-gallery__button-close:hover .icon-x:after, .node-gallery__button-close:focus .icon-x:before, .node-gallery__button-close:focus .icon-x:after {
      background-color: #B01E34; }
  .node-gallery__button-close.-mobile {
    position: absolute;
    z-index: 10;
    float: none;
    top: 0;
    right: 0;
    padding: 10px 16px;
    background-color: #ffffff; }
    @media (min-width: 768px) {
      .node-gallery__button-close.-mobile {
        display: none; } }
  .node-gallery__button-close.-desktop {
    display: none; }
    @media (min-width: 768px) {
      .node-gallery__button-close.-desktop {
        display: block; } }
  .node-gallery__button-close + p {
    display: none; }

.node-gallery__col-info__stage {
  background-color: #ffffff;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  margin-bottom: 0 !important; }
  @media (min-width: 768px) {
    .node-gallery__col-info__stage {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: start;
      width: 25%;
      padding-right: 12px;
      padding-left: 12px; } }
  @media (min-width: 1000px) {
    .node-gallery__col-info__stage {
      padding-right: 24px;
      padding-left: 24px; } }

.node-gallery__col-info__boundary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0 !important; }

.node-gallery__col-info__controls {
  margin-top: 6px; }

.node-gallery__col-info__control.-left, .node-gallery__col-info__control.-right {
  padding: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: inline-block;
  width: 30px;
  height: 40px;
  position: relative;
  background-color: transparent;
  margin: 0; }
  .node-gallery__col-info__control.-left:before, .node-gallery__col-info__control.-right:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 18px;
    height: 18px; }

.node-gallery__col-info__control.-left:before {
  background: url("../svg/icon-arrow-small-charcoal-left.svg") no-repeat center center;
  background-size: contain; }

.node-gallery__col-info__control.-right:before {
  background: url("../svg/icon-arrow-small-charcoal-right.svg") no-repeat center center;
  background-size: contain; }

.node-gallery__col-info__count {
  display: inline-block;
  vertical-align: middle; }
  .node-gallery__col-info__count.-current {
    line-height: 1.35;
    font-size: 2.3rem;
    margin: 0 0 0.9rem;
    font-family: "Crimson Text", "Arial", serif;
    font-weight: 600;
    line-height: 1.1;
    margin: 0; }
    @media (min-width: 768px) {
      .node-gallery__col-info__count.-current {
        font-size: 3.3rem; } }
  .node-gallery__col-info__count.-total {
    font-size: 1.5rem;
    font-family: "Open Sans", "Times", serif;
    font-weight: normal;
    margin: 0 0 0.5rem;
    line-height: 1.3;
    font-family: "Crimson Text", "Arial", serif;
    margin: 0;
    color: #737373;
    border-left: 2px solid #737373;
    padding: 12px 0 12px 12px;
    margin-left: 8px; }
    @media (min-width: 768px) {
      .node-gallery__col-info__count.-total {
        font-size: 2.3rem; } }

.node-homepage__uk-blog-home__stage {
  padding: 0 10px; }
  @media (min-width: 768px) {
    .node-homepage__uk-blog-home__stage {
      max-width: 1500px;
      margin: 0 auto;
      padding: 0 30px; }
      .node-homepage__uk-blog-home__stage:after {
        content: "";
        display: table;
        clear: both; } }
  @media (min-width: 1150px) {
    .node-homepage__uk-blog-home__stage {
      padding: 0 55px; } }

.node-homepage__uk-blog-home__boundary {
  background: #F3F3F1;
  padding: 30px 15px; }
  @media (min-width: 768px) {
    .node-homepage__uk-blog-home__boundary {
      padding: 80px 30px; }
      .node-homepage__uk-blog-home__boundary:after {
        content: "";
        display: table;
        clear: both; } }
  @media (min-width: 1150px) {
    .node-homepage__uk-blog-home__boundary {
      padding: 80px; }
      .node-homepage__uk-blog-home__boundary:after {
        content: "";
        display: table;
        clear: both; } }

.node-homepage__uk-blog-home__intro {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 0.6rem; }
  @media (min-width: 768px) {
    .node-homepage__uk-blog-home__intro {
      float: left;
      width: 40%;
      margin-right: 10%; } }
  .node-homepage__uk-blog-home__intro .logo-uk {
    margin-bottom: 10px; }

.node-homepage__uk-blog-home__intro-text {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 0.6rem; }

.node-homepage__uk-blog-home__list {
  display: none; }
  @media (min-width: 768px) {
    .node-homepage__uk-blog-home__list {
      display: block;
      float: left;
      width: 50%; } }

.node-homepage__uk-blog-home__links a {
  color: #ffffff;
  line-height: 1.5;
  margin: 0 0 0.6rem;
  font-size: 0.875rem;
  display: block;
  padding: 15px;
  background: #213153; }
  @media (min-width: 768px) {
    .node-homepage__uk-blog-home__links a {
      font-size: 1.1rem; } }
  .node-homepage__uk-blog-home__links a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url("../svg/icon-arrow-dot-white.svg") no-repeat 0 0;
    background-size: contain;
    width: 15px;
    height: 15px;
    margin-left: 8px; }
  @media (min-width: 768px) {
    .node-homepage__uk-blog-home__links a {
      text-align: right; } }

.node-homepage .centcta {
  width: 100%;
  padding: 30px;
  background-image: url("https://www.gse.harvard.edu/sites/default/files/centennial/centennial_bk_1500x470.jpg");
  color: #fff; }
  .node-homepage .centcta img {
    width: 65%;
    height: auto;
    margin-bottom: 15px; }
    @media (min-width: 625px) {
      .node-homepage .centcta img {
        float: right;
        width: 18%;
        height: auto;
        margin-bottom: 0px; } }
  .node-homepage .centcta h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    clear: none; }
    @media (min-width: 625px) {
      .node-homepage .centcta h2 {
        width: 80%; } }
    @media (min-width: 1150px) {
      .node-homepage .centcta h2 {
        font-size: 2.5rem; } }
    @media (min-width: 1500px) {
      .node-homepage .centcta h2 {
        font-size: 3rem; } }
    .node-homepage .centcta h2 a {
      color: #fff; }
  .node-homepage .centcta p {
    font-size: 1.2rem; }
    @media (min-width: 625px) {
      .node-homepage .centcta p {
        width: 75%; } }
    @media (min-width: 1150px) {
      .node-homepage .centcta p {
        font-size: 1.8rem; } }
    @media (min-width: 1500px) {
      .node-homepage .centcta p {
        width: 65%;
        font-size: 2rem; } }
    .node-homepage .centcta p a {
      color: #fff; }
      .node-homepage .centcta p a:hover {
        text-decoration: none; }
    .node-homepage .centcta p span {
      padding: 0 8px;
      background-color: #B01E34;
      border: 1px solid #fff;
      border-radius: 50%; }
      @media (min-width: 1150px) {
        .node-homepage .centcta p span {
          padding: 0 12px; } }
      @media (min-width: 1500px) {
        .node-homepage .centcta p span {
          padding: 0 14px; } }

.node-news__stage.-teaser-small .node-news__link {
  display: block;
  background: #ffffff;
  padding: 16px;
  border-bottom: 2px solid #ababab;
  margin-bottom: 32px;
  position: relative;
  z-index: 1; }
  .node-news__stage.-teaser-small .node-news__link:hover {
    text-decoration: none; }
    .node-news__stage.-teaser-small .node-news__link:hover .node-news__title {
      text-decoration: underline;
      color: #1E1E1E; }
  @media (min-width: 1000px) {
    .node-news__stage.-teaser-small .node-news__link {
      padding: 32px; } }

.node-news__stage.-teaser-small .node-news__date {
  line-height: 1.5;
  margin: 0 0 0.6rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #213153; }
  @media (min-width: 768px) {
    .node-news__stage.-teaser-small .node-news__date {
      font-size: 1.1rem; } }

.node-news__stage.-teaser-small .node-news__title {
  font-weight: normal;
  margin: 0 0 0.6rem;
  line-height: 1.3;
  font-size: 1.15rem;
  font-family: "Crimson Text", "Arial", serif;
  margin: 0;
  color: #000000; }
  @media (min-width: 768px) {
    .node-news__stage.-teaser-small .node-news__title {
      font-size: 1.6rem; } }

.node-type-news .page-content-top__stage {
  background-color: #324e69;
  padding-top: 20px;
  padding-bottom: 20px; }

.node-type-news .page-content-top__boundary {
  padding: 0; }

.node-type-news .page-layout__header-background.-gray {
  background-color: transparent; }

.node-type-news .page-layout__title {
  color: #404040;
  font-size: 2rem;
  font-weight: 400; }
  @media (min-width: 625px) {
    .node-type-news .page-layout__title {
      font-size: 3rem; } }

.node-type-news .page-layout__title-bar {
  padding-top: 130px;
  padding-bottom: 0; }

.node-type-news .page-layout__header-stage {
  padding-left: 3%;
  padding-right: 3%; }
  @media (min-width: 1000px) {
    .node-type-news .page-layout__header-stage {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1300px) {
    .node-type-news .page-layout__header-stage {
      padding-left: 60px;
      padding-right: 60px; } }

.node-type-news .page-layout__main-col-stage {
  max-width: none;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0; }
  @media (min-width: 1500px) {
    .node-type-news .page-layout__main-col-stage {
      max-width: 1600px; } }
  @media (min-width: 1600px) {
    .node-type-news .page-layout__main-col-stage {
      max-width: 1475px; } }

.node-type-news .is-sidebar .page-layout__main-col-boundary {
  width: 94%;
  margin: 0 3%; }
  @media (min-width: 1000px) {
    .node-type-news .is-sidebar .page-layout__main-col-boundary {
      width: 70%;
      padding-left: 30px;
      max-width: 70%;
      margin: 0; } }
  @media (min-width: 1300px) {
    .node-type-news .is-sidebar .page-layout__main-col-boundary {
      padding-left: 60px; } }
  @media (min-width: 1600px) {
    .node-type-news .is-sidebar .page-layout__main-col-boundary {
      padding-left: 0; } }

.node-type-news .introduction {
  padding: 0;
  font-weight: 300;
  margin-bottom: 42px; }

.node-type-news .newsleft {
  float: left;
  width: 100%;
  color: #404040; }
  @media (min-width: 1000px) {
    .node-type-news .newsleft {
      width: 21%;
      margin: 0 3% 0 0; } }
  .node-type-news .newsleft .credit {
    font-size: 1rem;
    padding-bottom: 25px;
    border-bottom: 2px solid #98aab2; }
  .node-type-news .newsleft .details {
    margin: 20px 0; }
    @media (min-width: 1000px) {
      .node-type-news .newsleft .details {
        height: 250px; } }
  .node-type-news .newsleft .imgcap {
    margin-bottom: 0;
    font-weight: 300;
    display: none; }
    @media (min-width: 1000px) {
      .node-type-news .newsleft .imgcap {
        display: block; } }
  .node-type-news .newsleft .imgcred {
    font-style: italic;
    font-size: .85rem;
    font-weight: 300;
    display: none; }
    @media (min-width: 1000px) {
      .node-type-news .newsleft .imgcred {
        display: block; } }

@media (min-width: 1000px) {
  .node-type-news article {
    margin-left: 24%; } }

.node-type-news article img {
  max-width: 100%;
  height: auto; }

@media (min-width: 1000px) {
  .node-type-news article .top {
    margin-bottom: 45px; } }

.node-type-news article .imgcap {
  margin-bottom: 0;
  font-weight: 300;
  display: block; }
  @media (min-width: 1000px) {
    .node-type-news article .imgcap {
      display: none; } }

.node-type-news article .imgcred {
  font-style: italic;
  font-size: .85rem;
  font-weight: 300;
  display: block; }
  @media (min-width: 1000px) {
    .node-type-news article .imgcred {
      display: none; } }

.node-type-news article .field-item h3 {
  font-size: 30px;
  font-weight: 400;
  color: #305565; }

.node-type-news article .field-item h4 {
  font-size: 20px;
  font-weight: 600; }

.node-type-news article .keytakes {
  float: right;
  padding: 25px;
  width: 100%;
  margin: 0 0 20px 5%;
  background-color: #efefeb; }
  @media (min-width: 625px) {
    .node-type-news article .keytakes {
      width: 45%; } }
  .node-type-news article .keytakes h3 {
    color: #404040;
    font-size: 20px;
    font-weight: 600; }
  .node-type-news article .keytakes ul {
    margin-bottom: 0; }

.node-type-news article .imageleft {
  float: left;
  width: 43%;
  margin: 0 25px 20px 0; }
  .node-type-news article .imageleft:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #B01E34;
    position: absolute; }
  @media only screen and (max-width: 700px) {
    .node-type-news article .imageleft {
      width: 100%;
      margin-right: 0; } }
  .node-type-news article .imageleft img {
    width: 100%;
    height: auto;
    padding: 0; }
  .node-type-news article .imageleft p {
    padding: 0;
    margin: 0; }
    .node-type-news article .imageleft p.caption {
      padding: 0px; }
    .node-type-news article .imageleft p.credit {
      font-style: italic;
      font-size: .85rem;
      font-weight: 300;
      padding-bottom: 15px; }

.node-type-news article .imageright {
  float: right;
  width: 43%;
  margin: 0 0 20px 25px; }
  .node-type-news article .imageright:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #B01E34;
    position: absolute; }
  @media only screen and (max-width: 700px) {
    .node-type-news article .imageright {
      width: 100%;
      margin-right: 0; } }
  .node-type-news article .imageright img {
    width: 100%;
    height: auto;
    padding: 0; }
  .node-type-news article .imageright p {
    padding: 0;
    margin: 0; }
    .node-type-news article .imageright p.caption {
      padding: 0px; }
    .node-type-news article .imageright p.credit {
      font-style: italic;
      font-size: .85rem;
      font-weight: 300;
      padding-bottom: 15px; }

.node-type-news article .imagecenter {
  width: 100%; }
  .node-type-news article .imagecenter img {
    width: 100%;
    height: auto;
    padding: 0; }
  .node-type-news article .imagecenter p {
    padding: 0;
    margin: 0; }
    .node-type-news article .imagecenter p.caption {
      padding: 0 10px 5px 0; }
    .node-type-news article .imagecenter p.credit {
      font-style: italic;
      font-size: .85rem;
      font-weight: 300;
      padding-bottom: 15px; }

.node-type-news article .testimonial {
  margin: 20px 0;
  padding: 0 20px;
  border-left: 2px solid #305565;
  font-size: 1.2rem;
  font-weight: 300; }
  @media (min-width: 625px) {
    .node-type-news article .testimonial {
      font-size: 1.6rem;
      padding: 0 50px; } }
  .node-type-news article .testimonial p {
    font-size: 1.2rem; }
    @media (min-width: 625px) {
      .node-type-news article .testimonial p {
        font-size: 1.6rem; } }

.node-type-news article iframe {
  display: block;
  margin: 0 auto; }

.node-type-news article .related {
  background-color: #efefeb;
  margin: 40px 0 25px 0;
  padding: 30px 15px 20px 15px; }
  .node-type-news article .related h3 {
    font-size: 30px;
    font-weight: 400;
    color: #305565;
    margin-bottom: 25px; }
  .node-type-news article .related .item {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    min-height: 180px;
    border-bottom: 2px solid #ababab; }
    .node-type-news article .related .item img {
      float: right;
      margin-left: 15px;
      max-width: 100%;
      height: auto;
      margin-bottom: 15px; }
      @media (min-width: 625px) {
        .node-type-news article .related .item img {
          max-width: 25%; } }
      @media (min-width: 1000px) {
        .node-type-news article .related .item img {
          max-width: 30%; } }
    .node-type-news article .related .item h4 {
      clear: none;
      font-weight: 500;
      font-size: 1.25rem; }
      .node-type-news article .related .item h4 a {
        color: #000; }
    .node-type-news article .related .item p {
      font-size: .9rem; }

body main .facultyhighlight .facitem {
  text-align: center;
  max-width: 100%; }
  @media (min-width: 1000px) {
    body main .facultyhighlight .facitem {
      float: left;
      max-width: 100px; } }
  body main .facultyhighlight .facitem img {
    border-radius: 50%;
    max-width: 100px; }
  body main .facultyhighlight .facitem h3 {
    font-size: .75rem;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 25px; }

@media (min-width: 1000px) {
  body main .facultyhighlight .fhright {
    margin-left: 160px; } }

body main .facultyhighlight .fhright .quote p {
  font-size: 1.3rem; }

.node-page .field-name-body {
  margin-bottom: 32px; }

.collapseSectionHeader {
  cursor: pointer;
  color: #404040;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: .95em;
  font-weight: bold;
  padding: 5px 70px 5px 20px;
  line-height: 50px;
  width: 100%;
  height: 55px;
  overflow: hidden;
  background: url(../images/display/buttons/selectArrowLarge.gif) no-repeat right #f3f3f1;
  background-position: right -22px;
  margin: 20px 0px 1px 0px; }
  .collapseSectionHeader.active {
    background: url(../images/display/buttons/selectArrowLargeFlipped.gif) no-repeat right #f3f3f1;
    background-position: right -22px; }

.collapseSectionContent {
  display: none;
  background: #f3f3f1;
  margin: 0px;
  padding: 10px 20px; }
  .collapseSectionContent:first-child {
    padding-top: 20px; }
  .collapseSectionContent:last-child {
    padding-bottom: 20px; }
  .collapseSectionContent .collapseListItem {
    margin-bottom: 1px;
    display: block;
    color: #404040;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: .95em;
    font-weight: 100;
    padding: 16px 70px 16px 20px;
    line-height: 125%;
    width: 100%;
    overflow: hidden;
    background: #f3f3f1; }
    .collapseSectionContent .collapseListItem:hover {
      text-decoration: none;
      background: #404040;
      color: #ffffff; }
  .collapseSectionContent h3 {
    font-size: 1em;
    font-weight: bold; }
  .collapseSectionContent h4 {
    font-size: .9em;
    font-weight: bold; }
  .collapseSectionContent .eventEntry {
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ffffff; }
    .collapseSectionContent .eventEntry h4 {
      font-weight: 100; }
      .collapseSectionContent .eventEntry h4:last-child {
        border-bottom: none;
        padding: 0; }
    .collapseSectionContent .eventEntry .eventListingThumbnail {
      margin: 0 10px 10px 0;
      float: left; }

.collapseSectionContent .collapseListItem {
  font-weight: normal;
  margin: 0 0 0.6rem;
  line-height: 1.3;
  font-size: 1.15rem;
  margin-bottom: 1px;
  display: block;
  font-weight: 100;
  padding: 16px 70px 16px 20px;
  line-height: 125%;
  width: 100%;
  overflow: hidden;
  background: #f3f3f1; }
  @media (min-width: 550px) {
    .collapseSectionContent .collapseListItem {
      font-size: 1.4rem; } }
  .collapseSectionContent .collapseListItem:hover {
    text-decoration: none;
    background: #404040;
    color: #ffffff; }

button.courses {
  color: #ffffff; }

.campaign-banner {
  margin-top: 50px; }

.block-margin-md {
  margin-bottom: 32px; }

.page-node-401611 div.news-landing.item {
  padding: 12px;
  background-color: #F3F3F1; }
  .page-node-401611 div.news-landing.item img {
    margin: 0; }

.page-node-401611 form {
  margin: 32px 0; }

.admissions-block {
  margin-bottom: 32px; }

.icon-small-btm {
  margin: 0;
  display: inline-block; }

.capital-campaign #givenow {
  color: #B01E34;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
  border: 2px solid #B01E34;
  border-radius: 3px;
  padding: 10px 30px;
  background: transparent;
  transition: border 0.25s, color 0.25s; }
  .capital-campaign #givenow:hover, .capital-campaign #givenow:focus {
    color: #000000;
    border-color: #000000;
    text-decoration: none;
    background: transparent; }

.view-upcoming-programs .entry {
  margin-bottom: 24px; }
  .view-upcoming-programs .entry:after {
    content: "";
    display: table;
    clear: both; }

body.page-node-420641 button.button.tiny.courses {
  color: #B01E34;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
  border: 2px solid #B01E34;
  border-radius: 3px;
  padding: 10px 30px;
  background: transparent;
  transition: border 0.25s, color 0.25s; }
  body.page-node-420641 button.button.tiny.courses:hover, body.page-node-420641 button.button.tiny.courses:focus {
    color: #000000;
    border-color: #000000;
    text-decoration: none;
    background: transparent; }

.node-type-page .field-name-body ul ul {
  margin-bottom: 0; }

@media (min-width: 1000px) {
  .node-people__stage {
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.2s, z-index 0.2s; } }

.node-people__stage.active {
  opacity: 1;
  z-index: 1; }

.node-people__image-stage {
  position: relative; }
  .node-people__image-stage:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 65%;
    margin: auto 0;
    display: block;
    background: url("../svg/pattern-dot.svg") repeat 0 center; }
    @media (min-width: 1000px) {
      .node-people__image-stage:before {
        left: -50%;
        width: 500%; } }
    @media (min-width: 1300px) {
      .node-people__image-stage:before {
        content: normal; } }
  .node-people__image-stage img {
    width: 100%;
    max-width: 350px;
    height: auto;
    border: 8px solid #ffffff;
    border-radius: 100%; }
    @media (min-width: 1000px) {
      .node-people__image-stage img {
        width: 430px;
        height: 430px;
        max-width: 100%; } }
  .node-people__image-stage .field-name-field-image {
    position: relative;
    z-index: 2; }

.node-people__image-boundary {
  width: 60%;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 1000px) {
    .node-people__image-boundary {
      width: 100%; } }
  .node-people__image-boundary:after {
    content: '';
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(20px);
    background: rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    margin: 0 auto;
    width: 60%;
    height: 60%; }
    @media (min-width: 768px) {
      .node-people__image-boundary:after {
        width: 50%;
        height: 80%; } }
    @media (min-width: 1000px) {
      .node-people__image-boundary:after {
        width: 300px;
        height: 300px; } }

.node-people__image-wrapper {
  display: block;
  position: relative;
  z-index: 1; }

.node-people__orbiters {
  position: absolute;
  z-index: 2;
  top: 200px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 1px;
  height: 1px; }

.node-people__btn-orbiter {
  position: absolute;
  float: none;
  margin: 0;
  padding: 0;
  width: 100px;
  height: 100px;
  background: none;
  opacity: 0;
  transition: opacity 0.2s;
  display: none;
  pointer-events: none; }
  @media (min-width: 1000px) {
    .node-people__btn-orbiter {
      display: block; } }
  .node-people__btn-orbiter:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    border-radius: 100%;
    opacity: 0.5;
    transition: opacity 0.2s; }
  .node-people__btn-orbiter:hover:after {
    opacity: 0; }
  .node-people__btn-orbiter img {
    border-radius: 100%;
    border: 8px solid #ffffff;
    width: 88px;
    height: 88px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: width 0.3s, height 0.3s; }
  .node-people__btn-orbiter.active, .node-people__btn-orbiter:hover, .node-people__btn-orbiter:focus {
    background: none; }
  .node-people__btn-orbiter.show {
    opacity: 1;
    pointer-events: auto; }
  .node-people__btn-orbiter.active:after {
    display: none; }
  .node-people__btn-orbiter.active img {
    width: 108px;
    height: 108px;
    max-width: none; }

.node-people__text-stage {
  margin: 0 16px 32px;
  padding-bottom: 32px;
  border-bottom: 3px solid #F3F3F1; }
  @media (min-width: 768px) {
    .node-people__text-stage {
      margin: 0 32px 32px; } }
  @media (min-width: 1000px) {
    .node-people__text-stage {
      border: none;
      margin: 0 auto;
      width: 430px; } }

.node-people__text-boundary {
  border-left: 8px solid #FFDB6D;
  padding: 32px 16px 16px; }

.node-people__name {
  line-height: 1.5;
  margin: 0 0 0.6rem;
  font-size: 1rem;
  margin: 0; }

.node-people__people-title {
  font-size: 0.75rem;
  color: #737373;
  font-weight: 600; }
  .node-people__people-title p:last-child {
    margin: 0; }

.node-people__link a {
  line-height: 1.5;
  margin: 0 0 0.6rem;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 0.6rem;
  display: block;
  padding: 5px 0;
  color: #000000; }
  @media (min-width: 768px) {
    .node-people__link a {
      font-size: 1.1rem; } }
  .node-people__link a:hover {
    color: #000000; }
  .node-people__link a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
    margin-left: 8px; }
  .node-people__link a:after {
    background: url("../svg/icon-arrow-dot-black.svg") no-repeat 0 0;
    background-size: contain; }

@media (min-width: 1000px) {
  .node-type-ppe-news main iframe {
    border: none;
    max-width: 65%; } }

.node-program.-table-row .node-program__label-feature {
  color: #737373;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px; }

.node-program.-table-row .node-program__title {
  color: #000000;
  display: block;
  padding-bottom: 10px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 0.6rem;
  margin: 0; }
  @media (min-width: 768px) {
    .node-program.-table-row .node-program__title {
      font-size: 0.75rem; } }

.node-program.-table-row .node-program__meta-content {
  display: flex; }
  @media (min-width: 768px) {
    .node-program.-table-row .node-program__meta-content {
      justify-content: space-between; } }

.node-program.-table-row .node-program__date {
  color: #737373;
  width: 50%; }
  @media (min-width: 768px) {
    .node-program.-table-row .node-program__date {
      width: auto; } }

.node-program.-table-row .node-program__content-stage {
  flex: 1; }

.node-program.-table-row .node-program__portfolio {
  display: block; }
  .node-program.-table-row .node-program__portfolio.-orange {
    color: #BE5802; }
  .node-program.-table-row .node-program__portfolio.-green {
    color: #47764A; }
  .node-program.-table-row .node-program__portfolio.-blue {
    color: #306DA7; }
  .node-program.-table-row .node-program__portfolio.-dark_blue {
    color: #213153; }
  .node-program.-table-row .node-program__portfolio.-gray {
    color: #565656; }
  .node-program.-table-row .node-program__portfolio.-red {
    color: #B01E34; }

.node-program__label {
  color: #737373;
  font-weight: 600;
  width: 50%;
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  margin: 0 0 0.6rem;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .node-program__label {
      width: auto; } }
  .node-program__label img {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-right: 5px;
    width: 23px;
    height: 23px; }

.node-program.-full {
  margin-bottom: 32px; }
  .node-program.-full .node-program__label {
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .node-program.-full .node-program__label {
        margin-top: 12px;
        margin-bottom: 0;
        width: 100%; } }

span.date-display-single, span .date-display-start, span .date-display-end {
  font-size: 0.9rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3; }

span.date-display-single {
  margin-top: -5px; }

.node-program__keyfacts__top-item {
  margin-bottom: 20px;
  font-size: 0.9rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
  width: 100%; }
  @media (min-width: 768px) {
    .node-program__keyfacts__top-item {
      margin-bottom: 0;
      width: auto;
      max-width: 23%; } }

.node-program__keyfacts__label {
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  margin: 0 0 0.6rem;
  margin-bottom: 8px;
  color: #737373; }

.node-slide-rolodex__stage {
  width: 100%; }
  @media (min-width: 1000px) {
    .node-slide-rolodex__stage {
      left: 0;
      right: 0;
      width: auto;
      padding: 90px 0 0; } }
  .node-slide-rolodex__stage .node-slide-rolodex__links {
    line-height: 1.2; }
  @media (min-width: 1000px) {
    .node-slide-rolodex__stage .node-slide-rolodex__title, .node-slide-rolodex__stage .node-slide-rolodex__subtitle, .node-slide-rolodex__stage .node-slide-rolodex__links {
      position: relative;
      z-index: -1;
      opacity: 0;
      transition: opacity 0.25s, z-index 0s 0.25s; } }
  @media (min-width: 1000px) {
    .node-slide-rolodex__stage.active .node-slide-rolodex__title, .node-slide-rolodex__stage.active .node-slide-rolodex__subtitle, .node-slide-rolodex__stage.active .node-slide-rolodex__links {
      z-index: 2;
      opacity: 1;
      transition: opacity 0.25s, z-index 0s 0s; } }

@media (min-width: 1000px) {
  .node-slide-rolodex__boundary {
    padding-right: 15px; }
    .node-slide-rolodex__boundary:after {
      content: "";
      display: table;
      clear: both; } }

@media (min-width: 1000px) {
  .node-slide-rolodex__image-stage {
    display: none;
    float: right;
    width: 65%;
    background: #ffffff; } }

@media (min-width: 1300px) {
  .node-slide-rolodex__image-stage {
    padding-bottom: 50px; } }

@media (min-width: 1000px) {
  .node-slide-rolodex__text-boundary {
    float: left;
    width: 35%; } }

.node-slide-rolodex__title {
  line-height: 1.35;
  font-size: 2.3rem;
  margin: 0 0 0.9rem;
  font-family: "Crimson Text", "Arial", serif;
  font-weight: 600;
  line-height: 1.1;
  color: #000000;
  padding: 30px 15px 80px;
  margin: 0;
  border-bottom: 4px solid #306DA7;
  /*
    @include link-external('inline-block', false, 'light-gray');

    a[href*="http"]:after {
      margin-left: 16px;
    }
    */ }
  @media (min-width: 768px) {
    .node-slide-rolodex__title {
      font-size: 3.3rem; } }
  @media (min-width: 768px) {
    .node-slide-rolodex__title {
      padding: 30px 30px 80px; } }
  @media (min-width: 1000px) {
    .node-slide-rolodex__title {
      font-size: 1.5rem;
      font-family: "Open Sans", "Times", serif;
      font-weight: normal;
      margin: 0 0 0.5rem;
      line-height: 1.3;
      font-family: "Crimson Text", "Arial", serif;
      font-weight: 600;
      line-height: 1.1;
      padding: 0 30px 100px;
      border: none;
      display: flex; } }
  @media (min-width: 1000px) and (min-width: 768px) {
    .node-slide-rolodex__title {
      font-size: 2.3rem; } }
  @media (min-width: 1500px) {
    .node-slide-rolodex__title {
      line-height: 1.35;
      font-size: 2.3rem;
      margin: 0 0 0.9rem;
      font-family: "Crimson Text", "Arial", serif;
      font-weight: 600;
      line-height: 1.1;
      padding: 0 50px 100px; } }
  @media (min-width: 1500px) and (min-width: 768px) {
    .node-slide-rolodex__title {
      font-size: 3.3rem; } }

.node-slide-rolodex__title-link {
  color: #000000; }
  .node-slide-rolodex__title-link:hover {
    text-decoration: none;
    color: #000000; }

.node-slide-rolodex__subtitle {
  display: none; }
  @media (min-width: 768px) {
    .node-slide-rolodex__subtitle {
      display: block;
      font-weight: normal;
      margin: 0 0 0.6rem;
      line-height: 1.3;
      font-style: italic;
      line-height: 1.1;
      font-size: 1.4rem;
      padding: 30px 30px 0; } }
  @media (min-width: 1000px) {
    .node-slide-rolodex__subtitle {
      line-height: 1.5;
      margin: 0 0 0.6rem;
      font-size: 1.2rem;
      font-style: italic;
      padding: 0px 30px 0; } }
  @media (min-width: 1500px) {
    .node-slide-rolodex__subtitle {
      font-weight: normal;
      margin: 0 0 0.6rem;
      line-height: 1.3;
      font-style: italic;
      line-height: 1.1;
      font-size: 1.4rem;
      padding: 0px 50px; } }
  .node-slide-rolodex__subtitle p {
    line-height: 1.3; }

.node-slide-rolodex__links {
  padding: 15px;
  background: url("../svg/pattern-dot.svg") repeat 0 1px;
  line-height: 1; }
  @media (min-width: 768px) {
    .node-slide-rolodex__links {
      padding: 15px 30px; } }
  @media (min-width: 1000px) {
    .node-slide-rolodex__links {
      background: none;
      padding: 0 30px 15px; } }
  @media (min-width: 1300px) {
    .node-slide-rolodex__links {
      padding: 0 50px 15px; } }
  .node-slide-rolodex__links .field-items .field-item.even, .node-slide-rolodex__links .field-items .field-item.odd {
    padding-bottom: 15px; }
    .node-slide-rolodex__links .field-items .field-item.even:last-child, .node-slide-rolodex__links .field-items .field-item.odd:last-child {
      padding-bottom: 0px; }
  .node-slide-rolodex__links a[href*="http"] {
    position: relative; }
    .node-slide-rolodex__links a[href*="http"]:after {
      content: '';
      width: 17px;
      height: 16px;
      background: url("../svg/icon-link-external-red.svg") no-repeat;
      background-size: contain;
      display: inline-block;
      vertical-align: middle;
      margin-left: 7px; }
  .node-slide-rolodex__links a {
    font-size: 0.825rem;
    font-weight: 600; }
    @media (min-width: 1000px) {
      .node-slide-rolodex__links a {
        font-size: 1.125rem; } }

.node-slide-rolodex__image-stack__stage {
  position: absolute;
  z-index: 5;
  left: 35%;
  top: 0;
  width: calc(65% - 30px);
  top: 90px; }

.node-slide-rolodex__image-stack__item {
  position: absolute;
  width: 100%;
  overflow: hidden; }
  .node-slide-rolodex__image-stack__item img {
    position: relative; }

.uk-article-teaser-alt__stage {
  background-color: #ffffff;
  display: block;
  border: 4px solid #F3F3F1;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .uk-article-teaser-alt__stage {
      flex-direction: row;
      padding: 24px; } }

.uk-article-teaser-alt__text-col {
  order: 2;
  padding: 12px; }
  @media (min-width: 768px) {
    .uk-article-teaser-alt__text-col {
      order: 1;
      padding: 0 24px 0 0;
      flex: 1.5; } }

.uk-article-teaser-alt__category {
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  margin: 0 0 0.6rem;
  margin: 0 0 2.45rem; }

.uk-article-teaser-alt__title {
  font-size: 1.5rem;
  font-family: "Open Sans", "Times", serif;
  font-weight: normal;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  font-family: "Crimson Text", "Arial", serif;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .uk-article-teaser-alt__title {
      font-size: 2.3rem; } }
  @media (min-width: 768px) {
    .uk-article-teaser-alt__title {
      font-size: 2.45rem; } }
  .uk-article-teaser-alt__title a {
    color: #000000; }

.uk-article-teaser-alt__teaser {
  line-height: 1.5;
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
  font-weight: normal; }
  @media (min-width: 768px) {
    .uk-article-teaser-alt__teaser {
      font-size: 1.2rem; } }

.uk-article-teaser-alt__meta-info {
  display: none; }
  @media (min-width: 768px) {
    .uk-article-teaser-alt__meta-info {
      display: block; } }

.uk-article-teaser-alt__image {
  order: 1; }
  @media (min-width: 768px) {
    .uk-article-teaser-alt__image {
      order: 2;
      flex: 1; } }

.uk-article-teaser-alt__label {
  color: #000;
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  margin: 0 0 0.6rem;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle; }

@media (min-width: 450px) {
  .uk-article-teaser-alt__author {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: normal;
    font-size: 0.875rem;
    margin: 0 0 0.6rem;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 12px;
    margin-right: 40px; } }

.uk-article-teaser-alt__date {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  font-size: 0.875rem;
  margin: 0 0 0.6rem;
  margin-bottom: 12px; }
  @media (min-width: 450px) {
    .uk-article-teaser-alt__date {
      display: inline-block;
      vertical-align: middle; } }

.uk-article-teaser-alt__tag {
  color: #B01E34;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  font-size: 0.875rem;
  margin: 0 0 0.6rem; }
  .uk-article-teaser-alt__tag:hover {
    color: #B01E34; }

.uk-article-teaser-alt.-article .uk-article-teaser-alt__category {
  color: #213153; }

.uk-article-teaser-alt.-blog-post .uk-article-teaser-alt__category {
  color: #B01E34; }

.view__uk-blog-home .views-row:last-child .node-uk-blog-post.--teaser-small .node-uk-blog-post__title {
  border: none; }

.uk-media-detail.-uk-article .uk-media-detail__type {
  color: #B01E34; }

.uk-media-detail.-uk-blog-post .uk-media-detail__type {
  color: #B01E34; }

.uk-media-detail__stage {
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .uk-media-detail__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .uk-media-detail__stage {
      padding-right: 60px;
      padding-left: 60px; } }

.uk-media-detail__boundary {
  max-width: 1500px;
  margin: 0 auto; }

@media (min-width: 900px) {
  .uk-media-detail__header {
    text-align: center; } }

.uk-media-detail__type {
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  margin: 0 0 0.6rem; }

.uk-media-detail__title {
  line-height: 1.35;
  font-size: 2.3rem;
  margin: 0 0 0.9rem;
  font-family: "Crimson Text", "Arial", serif;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .uk-media-detail__title {
      font-size: 3.3rem; } }
  @media (min-width: 1000px) {
    .uk-media-detail__title {
      max-width: 690px;
      /* so as to not overlap share button */
      margin-bottom: 1.5rem; } }
  @media (min-width: 1150px) {
    .uk-media-detail__title {
      max-width: 830px; } }
  @media (min-width: 1300px) {
    .uk-media-detail__title {
      max-width: 80%; } }

.uk-media-detail__subtitle {
  font-size: 1.5rem;
  font-family: "Open Sans", "Times", serif;
  font-weight: normal;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  font-weight: 300;
  font-size: 1.5rem;
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 24px;
  color: #565656; }
  @media (min-width: 768px) {
    .uk-media-detail__subtitle {
      font-size: 2.3rem; } }
  @media (min-width: 768px) {
    .uk-media-detail__subtitle {
      font-size: 1.65rem; } }

.uk-media-detail__meta-info {
  display: flex;
  margin-bottom: 24px;
  font-weight: 600; }
  @media (min-width: 768px) {
    .uk-media-detail__meta-info {
      display: block;
      width: 50%;
      margin: 0 auto 24px; } }

.uk-media-detail__meta-item {
  flex: 1;
  text-align: left; }
  @media (min-width: 768px) {
    .uk-media-detail__meta-item {
      display: inline-block; }
      .uk-media-detail__meta-item:first-child {
        margin-right: 60px; } }

.uk-media-detail__author-link {
  color: #000000; }
  .uk-media-detail__author-link:hover {
    text-decoration: none;
    color: #B01E34; }

.uk-media-detail__label {
  color: #737373;
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  margin: 0 0 0.6rem;
  margin: 0; }

.uk-media-detail__banner-image {
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .uk-media-detail__banner-image {
      margin-bottom: 50px; } }

.uk-media-detail__body-stage {
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .uk-media-detail__body-stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .uk-media-detail__body-stage {
      padding-right: 60px;
      padding-left: 60px; } }

.uk-media-detail__body-boundary {
  max-width: 768px;
  margin: 0 auto; }
  .uk-media-detail__body-boundary ul {
    list-style: none;
    padding-left: 0px;
    margin-left: 5px; }
  .uk-media-detail__body-boundary li {
    list-style-position: inside;
    padding: 0px 0px 0px 30px;
    text-indent: -2rem;
    margin-left: 5px;
    margin-top: 5px; }
    .uk-media-detail__body-boundary li:before {
      content: "•";
      font-size: 1.25rem;
      margin-right: 15px;
      display: inline-block;
      text-indent: -0.75rem;
      padding-left: 1rem; }

.uk-media-detail__about-author__background {
  background: #F3F3F1; }

.uk-media-detail__about-author__stage {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 32px;
  padding-bottom: 32px; }
  @media (min-width: 768px) {
    .uk-media-detail__about-author__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .uk-media-detail__about-author__stage {
      padding-right: 60px;
      padding-left: 60px; } }

.uk-media-detail__about-author__boundary {
  max-width: 768px;
  margin: 0 auto; }

.uk-media-detail__about-author__title {
  font-size: 1.5rem;
  font-family: "Open Sans", "Times", serif;
  font-weight: normal;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .uk-media-detail__about-author__title {
      font-size: 2.3rem; } }
  @media (min-width: 768px) {
    .uk-media-detail__about-author__title {
      font-size: 1.65rem; } }

.uk-media-detail__about-author__content {
  display: flex;
  margin-bottom: 40px; }

.uk-media-detail__about-author__col1 {
  flex: 1;
  position: relative;
  padding-right: 32px; }
  @media (min-width: 625px) {
    .uk-media-detail__about-author__col1 {
      flex: 0 0 225px; }
      .uk-media-detail__about-author__col1:after {
        content: '';
        position: absolute;
        z-index: 0;
        top: 40px;
        right: 0;
        bottom: auto;
        left: 0;
        filter: blur(20px);
        background: rgba(0, 0, 0, 0.4);
        border-radius: 100%;
        margin: 0 auto;
        width: 140px;
        height: 140px; } }

.uk-media-detail__about-author__col2 {
  flex: 2; }

.uk-media-detail__about-author__name {
  line-height: 1.5;
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .uk-media-detail__about-author__name {
      font-size: 1.25rem; } }

.uk-media-detail__about-author__author-title {
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  margin: 0 0 0.6rem;
  color: #737373; }

.uk-media-detail__about-author__teaser {
  margin-bottom: 12px; }

.uk-media-detail__about-author__readmore {
  line-height: 1.5;
  margin: 0 0 0.6rem;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 0.6rem;
  display: block;
  padding: 5px 0;
  color: #000000; }
  @media (min-width: 768px) {
    .uk-media-detail__about-author__readmore {
      font-size: 1.1rem; } }
  .uk-media-detail__about-author__readmore:hover {
    color: #000000; }
  .uk-media-detail__about-author__readmore:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
    margin-left: 8px; }
  .uk-media-detail__about-author__readmore:after {
    background: url("../svg/icon-arrow-dot-black.svg") no-repeat 0 0;
    background-size: contain; }

.uk-media-detail__about-author__pic {
  border-radius: 100%; }
  @media (min-width: 625px) {
    .uk-media-detail__about-author__pic {
      position: relative;
      z-index: 1;
      border: 8px solid #ffffff; } }

.uk-media-detail__comments-stage {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 32px;
  padding-bottom: 32px; }
  @media (min-width: 768px) {
    .uk-media-detail__comments-stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .uk-media-detail__comments-stage {
      padding-right: 60px;
      padding-left: 60px; } }

.uk-media-detail__comments-boundary {
  max-width: 768px;
  margin: 0 auto; }

.uk-media-detail__body-stage {
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .uk-media-detail__body-stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .uk-media-detail__body-stage {
      padding-right: 60px;
      padding-left: 60px; } }

.uk-media-detail__body-boundary {
  max-width: 768px;
  margin: 0 auto; }

.uk-media-detail__paragraphs .paragraph__quote__boundary {
  max-width: 1500px;
  margin: 0 auto;
  padding-right: 10%; }

.uk-media-detail__paragraphs .paragraph__quote__body {
  border-left: 8px solid #FFDB6D;
  padding-left: 55px;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem; }
  .uk-media-detail__paragraphs .paragraph__quote__body p {
    font-size: 1.4rem;
    font-family: "Open Sans", "Times", serif;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400; }

a.uk-media-detail__title {
  font-size: 1.5rem;
  font-family: "Open Sans", "Times", serif;
  font-weight: normal;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  font-family: "Crimson Text", "Arial", serif;
  color: #213153; }
  @media (min-width: 768px) {
    a.uk-media-detail__title {
      font-size: 2.3rem; } }
  @media (min-width: 768px) {
    a.uk-media-detail__title {
      font-size: 2rem; } }

.node-type-uk-basic-page .paragraphs-items-full .paragraphs-item-body-content .content {
  max-width: 900px; }
  .node-type-uk-basic-page .paragraphs-items-full .paragraphs-item-body-content .content h2 {
    margin-bottom: 0;
    padding-top: 50px;
    font-weight: 600; }

.node-type-uk-basic-page .paragraphs-item-body-content div.bigvid {
  float: left;
  border: 1px solid #9ca4b6;
  width: 100%;
  margin: 30px 4% 0 0;
  min-height: 465px;
  clear: both; }
  @media (min-width: 1000px) {
    .node-type-uk-basic-page .paragraphs-item-body-content div.bigvid {
      width: 60%;
      clear: none; } }

.node-type-uk-basic-page .paragraphs-item-body-content div.halfblock {
  float: left;
  border: 1px solid #9ca4b6;
  margin: 30px 4% 0 0;
  width: 100%;
  min-height: 440px;
  clear: both; }
  @media (min-width: 1000px) {
    .node-type-uk-basic-page .paragraphs-item-body-content div.halfblock {
      width: 48%;
      clear: none; } }
  .node-type-uk-basic-page .paragraphs-item-body-content div.halfblock img {
    width: 100%; }
  .node-type-uk-basic-page .paragraphs-item-body-content div.halfblock h3 a {
    color: #000; }

.node-type-uk-basic-page .paragraphs-item-body-content div.halfblock .vidcontainer,
.node-type-uk-basic-page .paragraphs-item-body-content div.bigvid .vidcontainer {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 50%;
  padding-top: 25px;
  height: 0; }
  .node-type-uk-basic-page .paragraphs-item-body-content div.halfblock .vidcontainer iframe,
  .node-type-uk-basic-page .paragraphs-item-body-content div.bigvid .vidcontainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.node-type-uk-basic-page .paragraphs-item-body-content div.halfblock h3,
.node-type-uk-basic-page .paragraphs-item-body-content div.bigvid h3 {
  margin: 15px 10px 10px 10px;
  font-size: 24px;
  font-weight: 600;
  text-transform: none; }

.node-type-uk-basic-page .paragraphs-item-body-content div.halfblock p,
.node-type-uk-basic-page .paragraphs-item-body-content div.bigvid p {
  margin: 0 10px 15px 10px; }

.node-type-uk-basic-page .paragraphs-item-body-content div.resource {
  float: left;
  border: 1px solid #9ca4b6;
  width: 100%;
  background-color: #233154;
  background-image: url("http://www.gse.harvard.edu/sites/default/files/UK/lightbulb_bg_blue.png");
  background-position: top left;
  background-repeat: no-repeat;
  margin: 30px 0 0 0;
  padding: 12px;
  color: #fff;
  min-height: auto;
  font-size: 14px;
  clear: both; }
  @media (min-width: 1000px) {
    .node-type-uk-basic-page .paragraphs-item-body-content div.resource {
      width: 36%;
      clear: none;
      min-height: 465px; } }
  .node-type-uk-basic-page .paragraphs-item-body-content div.resource h3 {
    color: #ffffd4;
    text-transform: none;
    font-size: 1.2rem;
    letter-spacing: 2px; }
  .node-type-uk-basic-page .paragraphs-item-body-content div.resource a {
    font-family: "archivo_narrowregular", Arial;
    color: #fff;
    font-size: .9em; }

.node-type-uk-basic-page .paragraphs-item-body-content div.fullblock {
  float: left;
  clear: both;
  border: 1px solid #9ca4b6;
  width: 100%;
  margin: 30px 0 0 0;
  height: auto; }
  @media (min-width: 1000px) {
    .node-type-uk-basic-page .paragraphs-item-body-content div.fullblock {
      height: 192px; } }
  .node-type-uk-basic-page .paragraphs-item-body-content div.fullblock img {
    float: left;
    margin: 0 20px 20px 0;
    width: 100%;
    height: auto;
    clear: both; }
    @media (min-width: 1000px) {
      .node-type-uk-basic-page .paragraphs-item-body-content div.fullblock img {
        width: 380px;
        margin-bottom: 0;
        clear: none; } }
  .node-type-uk-basic-page .paragraphs-item-body-content div.fullblock h3 {
    clear: none;
    margin: 15px 10px 10px 10px;
    font-size: 24px;
    font-weight: 600;
    text-transform: none; }
    @media (min-width: 1000px) {
      .node-type-uk-basic-page .paragraphs-item-body-content div.fullblock h3 {
        margin-top: 30px;
        margin-right: 10px; } }
  .node-type-uk-basic-page .paragraphs-item-body-content div.fullblock p {
    margin: 15px 10px 10px 10px; }
    @media (min-width: 1000px) {
      .node-type-uk-basic-page .paragraphs-item-body-content div.fullblock p {
        margin-top: 0px;
        margin-right: 10px; } }

.node-type-uk-basic-page .paragraphs-item-body-content div.bigresource {
  background-color: #2b6ba8;
  float: left;
  border: 1px solid #9ca4b6;
  width: 100%;
  margin: 30px 4% 0 0;
  color: #fff;
  clear: both; }
  @media (min-width: 1000px) {
    .node-type-uk-basic-page .paragraphs-item-body-content div.bigresource {
      width: 60%;
      clear: none; } }

.node-type-uk-basic-page .paragraphs-item-body-content div.quote {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
  clear: both; }
  @media (min-width: 1000px) {
    .node-type-uk-basic-page .paragraphs-item-body-content div.quote {
      width: 36%;
      clear: none; } }
  .node-type-uk-basic-page .paragraphs-item-body-content div.quote p {
    color: #ac162c;
    font-size: 30px;
    line-height: 36px; }
  .node-type-uk-basic-page .paragraphs-item-body-content div.quote p.source {
    float: right;
    color: #404040;
    font-size: 11px;
    line-height: 13px; }

.node-type-basic-page main .block h3 {
  clear: both;
  margin: 35px 2% 10px 2%; }
  @media (min-width: 1000px) {
    .node-type-basic-page main .block h3 {
      margin: 35px 0 10px 0; } }

.node-type-basic-page main .block p {
  margin-left: 2%;
  margin-right: 2%; }
  @media (min-width: 1000px) {
    .node-type-basic-page main .block p {
      margin-left: 0;
      margin-right: 0; } }

.node-type-basic-page main .row {
  max-width: 100%;
  padding: 0 2%; }
  @media (min-width: 1000px) {
    .node-type-basic-page main .row {
      padding: 0 12%; } }
  .node-type-basic-page main .row .small-4 {
    max-width: 260px; }

.node-type-basic-page main .block-views .view-footer {
  padding: 0 12%; }
  .node-type-basic-page main .block-views .view-footer p {
    text-align: center; }

.node-type-basic-page main .morebtn {
  clear: both;
  padding: 10px 15px;
  border: 1px solid #BAC5C6;
  border-radius: 3px;
  margin: 0 2% 10px 2%;
  color: #1E1E1E; }
  @media (min-width: 1000px) {
    .node-type-basic-page main .morebtn {
      margin: 0 0 10px 0; } }

.node-type-basic-page main .twocolnocolor {
  float: left;
  width: 96%;
  margin: 15px 0;
  padding: 0 40px; }
  @media (min-width: 1000px) {
    .node-type-basic-page main .twocolnocolor {
      margin: 35px 0;
      width: 50%;
      border-right: 1px solid; } }
  .node-type-basic-page main .twocolnocolor h3 {
    font-size: 1.4rem;
    font-weight: normal; }

.node-type-basic-page main .threecolnocolor {
  float: left;
  width: 96%;
  margin: 15px 0;
  padding: 0 40px; }
  @media (min-width: 1000px) {
    .node-type-basic-page main .threecolnocolor {
      margin: 0 0 15px 0;
      width: 33.3%;
      border-right: 1px solid; } }
  .node-type-basic-page main .threecolnocolor h3 {
    margin-top: 0;
    font-size: 2.5rem;
    line-height: 2rem;
    font-weight: normal; }
  .node-type-basic-page main .threecolnocolor p {
    line-height: 1rem; }
  .node-type-basic-page main .threecolnocolor .divider {
    width: 80px;
    height: 4px;
    margin: 20px 0;
    background-color: #BAC5C6; }
  .node-type-basic-page main .threecolnocolor .btn {
    padding: 10px 20px;
    background-color: #3e444f;
    text-align: center;
    color: #fff; }
    .node-type-basic-page main .threecolnocolor .btn a {
      text-decoration: none;
      color: #fff; }
    .node-type-basic-page main .threecolnocolor .btn.off {
      background-color: #fff;
      color: #3e444f;
      border: 1px solid; }

.node-type-basic-page main .threecolcolor {
  float: left;
  position: relative;
  width: 96%;
  margin-bottom: 15px;
  padding: 20px 20px 30px 20px;
  box-shadow: 0px 0px 8px 1px #ccc;
  border-bottom: 5px solid; }
  @media (min-width: 1000px) {
    .node-type-basic-page main .threecolcolor {
      width: 31%;
      margin-right: 2%;
      height: 320px; } }
  @media (min-width: 1000px) {
    .node-type-basic-page main .threecolcolor.cl {
      height: auto;
      min-height: 400px; } }
  @media (min-width: 1000px) {
    .node-type-basic-page main .threecolcolor.cl p {
      margin-bottom: 40px; } }
  .node-type-basic-page main .threecolcolor h3 {
    font-size: 1.875rem;
    font-weight: normal; }
  .node-type-basic-page main .threecolcolor.blue {
    border-bottom: 5px solid #306DA7; }
    .node-type-basic-page main .threecolcolor.blue h3, .node-type-basic-page main .threecolcolor.blue .learnmore a {
      color: #306DA7; }
  .node-type-basic-page main .threecolcolor.orange {
    border-bottom: 5px solid #D16103; }
    .node-type-basic-page main .threecolcolor.orange h3, .node-type-basic-page main .threecolcolor.orange .learnmore a {
      color: #D16103; }
  .node-type-basic-page main .threecolcolor.green {
    border-bottom: 5px solid #47764A; }
    .node-type-basic-page main .threecolcolor.green h3, .node-type-basic-page main .threecolcolor.green .learnmore a {
      color: #47764A; }
  .node-type-basic-page main .threecolcolor .divider {
    width: 80px;
    height: 4px;
    margin: 20px 0;
    background-color: #BAC5C6; }
  .node-type-basic-page main .threecolcolor .learnmore {
    position: absolute;
    bottom: 0; }

.node-type-basic-page main .leftheavy {
  float: left;
  width: 96%; }
  @media (min-width: 1000px) {
    .node-type-basic-page main .leftheavy {
      width: 55%;
      margin-right: 7%; } }
  .node-type-basic-page main .leftheavy img {
    width: 100%;
    height: auto; }
  .node-type-basic-page main .leftheavy .contact {
    padding: 15px 20px;
    margin: 25px 0;
    background-image: url("https://www.gse.harvard.edu/sites/default/files/contact_icon.png");
    background-repeat: no-repeat;
    background-position: 95% 25%;
    background-size: 22%;
    border: 3px solid #9ca0a7; }
    .node-type-basic-page main .leftheavy .contact p {
      float: left;
      width: 180px;
      color: #4a515d;
      font-size: .85rem; }

.node-type-basic-page main .rightlight {
  float: left;
  width: 96%; }
  @media (min-width: 1000px) {
    .node-type-basic-page main .rightlight {
      width: 38%; } }

.node-type-basic-page main .field-name-field-sidebar-testimonial blockquote {
  font-size: 20px;
  font-style: italic;
  margin: 0;
  padding: 0;
  border: 0; }

.node-type-basic-page main .field-name-field-sidebar-testimonial-image img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 0 0 20px 0; }

.node-type-basic-page main .field-name-field-sidebar-supplemental-links {
  margin: 50px 20px 0 20px;
  padding: 20px 0 0 0;
  border-top: 4px solid #bac5c6; }
  .node-type-basic-page main .field-name-field-sidebar-supplemental-links .field-item {
    padding: 20px 0 0 0; }

.node-type-basic-page main .field-name-field-sidebar-contact-info {
  margin: 40px 20px 0 20px;
  padding: 30px 0;
  border-top: 4px solid #bac5c6; }

@media (min-width: 1000px) {
  .node-type-basic-page main .mobile {
    display: none; } }

.node-type-basic-page main aside.left {
  float: left;
  width: 90%;
  margin: 0 5%; }
  @media (min-width: 1000px) {
    .node-type-basic-page main aside.left {
      width: 30%;
      margin: 0 4% 0 0; } }

.node-type-basic-page main div.asideright {
  float: left;
  width: 100%; }
  @media (min-width: 1000px) {
    .node-type-basic-page main div.asideright {
      width: 65%; } }

.node-type-basic-page main div.adleftmain {
  float: left;
  width: 90%;
  margin: 0 5%; }
  @media (min-width: 1000px) {
    .node-type-basic-page main div.adleftmain {
      width: 55%;
      margin: 0 5% 0 0; } }

.node-type-basic-page main div.adrightside {
  float: left;
  width: 90%;
  margin: 0 5%; }
  @media (min-width: 1000px) {
    .node-type-basic-page main div.adrightside {
      width: 40%;
      margin: 0; } }

.node-type-basic-page main div.threegrid {
  width: 80%;
  margin: 0 auto 15px auto;
  min-height: 336px; }
  @media (min-width: 1000px) {
    .node-type-basic-page main div.threegrid {
      float: left;
      width: 30%;
      margin-right: 3%; } }
  .node-type-basic-page main div.threegrid img {
    border-radius: 49%;
    border: 1px solid #ababab;
    max-width: 90%; }

.node-type-basic-page main div.dotbox {
  width: 100%;
  background: url("/sites/all/themes/gse/dist/svg/pattern-dot.svg") repeat 0 1px;
  margin: 50px 0;
  padding: 40px; }
  .node-type-basic-page main div.dotbox ul {
    list-style-type: none;
    font-family: 'Crimson Text',Arial,serif;
    font-size: 1.6rem; }
    .node-type-basic-page main div.dotbox ul li {
      background-color: #fff;
      margin-bottom: 40px;
      padding: 30px 40px;
      border-bottom: solid 1px #a51c30; }
  .node-type-basic-page main div.dotbox div.cta {
    width: 260px;
    background-color: #fff;
    margin: 0 auto;
    padding: 15px;
    border: 2px solid #B01E34;
    text-align: center; }

.node-type-basic-page main .view-id-programs {
  margin: 0 30px 30px 30px; }
  @media (min-width: 1000px) {
    .node-type-basic-page main .view-id-programs {
      margin: 0 0px 30px 60px; } }
  .node-type-basic-page main .view-id-programs .views-row-even {
    background-color: #f9f9f9; }
  @media (min-width: 1000px) {
    .node-type-basic-page main .view-id-programs .table-program-list__inner, .node-type-basic-page main .view-id-programs .view-header {
      padding: 0 500px 0 9.6%; } }
  .node-type-basic-page main .view-id-programs .pperow {
    margin: 20px 0px;
    padding: 10px 0 10px 10px;
    border: solid 1px #8fa1a4;
    font-size: .9rem;
    color: #333; }
    .node-type-basic-page main .view-id-programs .pperow div span {
      font-weight: 600; }
    .node-type-basic-page main .view-id-programs .pperow .views-field-title {
      font-size: 1.1rem; }
    .node-type-basic-page main .view-id-programs .pperow .date-display-range {
      display: inline;
      margin-left: 30px; }
    .node-type-basic-page main .view-id-programs .pperow .Campus {
      display: inline-block;
      position: absolute;
      margin: -3px 0 0 0;
      background: url("/sites/all/themes/gse/dist/svg/icon-oncampus.svg") no-repeat 0 0;
      background-size: contain;
      width: 23px;
      height: 23px; }
    .node-type-basic-page main .view-id-programs .pperow .Online {
      display: inline-block;
      position: absolute;
      margin: -3px 0 0 0;
      background: url("/sites/all/themes/gse/dist/svg/icon-online.svg") no-repeat 0 0;
      background-size: contain;
      width: 23px;
      height: 23px; }
    .node-type-basic-page main .view-id-programs .pperow .Blended {
      display: inline-block;
      position: absolute;
      margin: -3px 0 0 0;
      background: url("/sites/all/themes/gse/dist/svg/icon-blended.svg") no-repeat 0 0;
      background-size: contain;
      width: 23px;
      height: 23px; }
    .node-type-basic-page main .view-id-programs .pperow .rightcta {
      float: right;
      width: 12%;
      height: 115px;
      margin: 0 0 0 20px;
      border-left: 1px solid #8fa1a4;
      display: none; }
      @media (min-width: 1000px) {
        .node-type-basic-page main .view-id-programs .pperow .rightcta {
          display: block; } }
      .node-type-basic-page main .view-id-programs .pperow .rightcta .arrowbtn {
        width: 26px;
        height: 26px;
        background: url("/sites/all/themes/gse/dist/svg/icon-arrow-dot-black.svg") no-repeat 0 0;
        background-size: contain;
        margin: 44% auto 0 auto;
        opacity: .35; }

.node-type-basic-page main .showcase {
  padding: 20px 0;
  border-top: 1px solid #979797;
  clear: both; }
  @media (min-width: 1000px) {
    .node-type-basic-page main .showcase {
      float: left;
      width: 96%;
      min-height: 420px; } }
  .node-type-basic-page main .showcase h3 {
    width: 100%;
    clear: none; }
    @media (min-width: 1000px) {
      .node-type-basic-page main .showcase h3 {
        width: 50%; } }
  .node-type-basic-page main .showcase p {
    width: 100%; }
    @media (min-width: 1000px) {
      .node-type-basic-page main .showcase p {
        width: 50%; } }
  .node-type-basic-page main .showcase ul {
    width: 90%; }
    @media (min-width: 1000px) {
      .node-type-basic-page main .showcase ul {
        width: 45%; } }
  .node-type-basic-page main .showcase img {
    float: none;
    margin-bottom: 15px;
    width: 100%;
    height: auto; }
    @media (min-width: 1000px) {
      .node-type-basic-page main .showcase img {
        float: right;
        width: 47.75%;
        margin-top: 3px;
        margin-left: 25px;
        margin-bottom: 0px; } }

.node-type-basic-page main .twocolshowcase {
  float: none;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #979797;
  clear: both; }
  @media (min-width: 1000px) {
    .node-type-basic-page main .twocolshowcase {
      float: left;
      width: 46%;
      min-height: 450px;
      margin-right: 4%;
      clear: none; } }
  .node-type-basic-page main .twocolshowcase h3 {
    font-family: "Crimson Text","Arial",serif;
    margin-bottom: 20px; }
  .node-type-basic-page main .twocolshowcase ul {
    width: 90%; }
  .node-type-basic-page main .twocolshowcase img {
    float: right;
    width: 42%;
    height: auto;
    margin-top: 3px;
    margin-left: 15px;
    margin-bottom: 25px; }
    @media (min-width: 1000px) {
      .node-type-basic-page main .twocolshowcase img {
        margin-bottom: 0px; } }

.node-type-basic-page main .centcta {
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  background-image: url("https://www.gse.harvard.edu/sites/default/files/centennial/centennial_bk_1500x470.jpg");
  color: #fff; }
  .node-type-basic-page main .centcta img {
    width: 65%;
    height: auto;
    margin-bottom: 15px; }
    @media (min-width: 625px) {
      .node-type-basic-page main .centcta img {
        float: right;
        width: 18%;
        height: auto;
        margin-bottom: 0px; } }
  .node-type-basic-page main .centcta h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    clear: none; }
    @media (min-width: 625px) {
      .node-type-basic-page main .centcta h2 {
        width: 80%; } }
    .node-type-basic-page main .centcta h2 a {
      color: #fff; }
      .node-type-basic-page main .centcta h2 a:hover {
        color: #fff; }
  .node-type-basic-page main .centcta p {
    margin-top: 10px;
    font-size: 1.1rem; }
    @media (min-width: 625px) {
      .node-type-basic-page main .centcta p {
        width: 70%; } }
    @media (min-width: 1150px) {
      .node-type-basic-page main .centcta p {
        font-size: 1.3rem; } }
    .node-type-basic-page main .centcta p a {
      color: #fff; }
      .node-type-basic-page main .centcta p a:hover {
        text-decoration: none;
        color: #fff; }
    .node-type-basic-page main .centcta p span {
      padding: 0 8px;
      background-color: #B01E34;
      border: 1px solid #fff;
      border-radius: 50%; }
      @media (min-width: 1150px) {
        .node-type-basic-page main .centcta p span {
          padding: 0 10px; } }

.node-type-basic-page main .intro {
  font-size: 1.3rem; }

.node-type-basic-page main .lmb {
  padding: 17px 40px;
  border: 2px solid #a51c30;
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  margin: 10px auto 30px auto; }

.node-type-basic-page main .toggle {
  height: 70px;
  padding-top: 15px;
  border-top: 2px solid #c2c3c5; }
  @media (min-width: 1000px) {
    .node-type-basic-page main .toggle {
      height: 85px; } }
  .node-type-basic-page main .toggle .togglelink {
    background-color: transparent;
    font-size: 1.25rem;
    padding: 15px;
    color: #000;
    opacity: .6; }
    @media (min-width: 1000px) {
      .node-type-basic-page main .toggle .togglelink {
        font-size: 2rem;
        padding: 15px 30px; } }
    .node-type-basic-page main .toggle .togglelink:hover {
      opacity: 1;
      transition-duration: 1s; }
    .node-type-basic-page main .toggle .togglelink.active {
      background-color: #f3f3f1;
      opacity: 1; }

.node-type-basic-page main .togglecontent {
  display: none;
  background-color: #f3f3f1;
  padding: 15px;
  margin-bottom: 35px; }
  @media (min-width: 1000px) {
    .node-type-basic-page main .togglecontent {
      padding: 30px 36px; }
      .node-type-basic-page main .togglecontent .lmb {
        float: right;
        margin-top: -80px; } }
  .node-type-basic-page main .togglecontent .item {
    border-top: 1px solid #979797;
    padding: 30px 0 25px 0; }
    .node-type-basic-page main .togglecontent .item p {
      margin-bottom: 5px; }
      @media (min-width: 1000px) {
        .node-type-basic-page main .togglecontent .item p {
          width: 65%; } }

.node-type-basic-page main .border {
  border: 1px solid #c2c3c5;
  margin-bottom: 30px;
  padding: 0 30px 30px 30px;
  clear: both; }
  .node-type-basic-page main .border .bordertitle {
    background-color: #f3f3f1;
    margin: 0 -30px 10px -30px;
    padding: 15px 30px; }

.node-type-basic-page main .flexcontainer {
  display: flex;
  flex-wrap: wrap; }
  .node-type-basic-page main .flexcontainer .flextwo {
    width: 100%;
    padding-top: 25px;
    border-top: 1px solid #c2c3c5; }
    @media (min-width: 1000px) {
      .node-type-basic-page main .flexcontainer .flextwo {
        width: 45%;
        margin-right: 5%; } }
    .node-type-basic-page main .flexcontainer .flextwo h3 {
      margin-bottom: 15px; }
  .node-type-basic-page main .flexcontainer .leftcontent {
    width: 100%; }
    @media (min-width: 1000px) {
      .node-type-basic-page main .flexcontainer .leftcontent {
        width: 67%; } }
    .node-type-basic-page main .flexcontainer .leftcontent .grey {
      background-color: #f3f3f1;
      padding: 45px; }
      .node-type-basic-page main .flexcontainer .leftcontent .grey .knockout {
        background-color: #fff;
        border: 1px solid #c5c5c5;
        padding: 40px;
        margin-top: 35px; }
        .node-type-basic-page main .flexcontainer .leftcontent .grey .knockout h4 {
          font-weight: 600; }
        .node-type-basic-page main .flexcontainer .leftcontent .grey .knockout p {
          margin-bottom: 0;
          font-size: 1rem; }
        .node-type-basic-page main .flexcontainer .leftcontent .grey .knockout ul {
          margin-bottom: 0; }
    .node-type-basic-page main .flexcontainer .leftcontent .row {
      padding: 0; }
  .node-type-basic-page main .flexcontainer .rightcontent {
    width: 100%;
    margin-left: 0; }
    @media (min-width: 1000px) {
      .node-type-basic-page main .flexcontainer .rightcontent {
        width: 30%;
        margin-left: 3%; } }

.node-type-basic-page main .twocol .row p {
  margin-left: 0;
  margin-right: 0; }

.node-type-basic-page main .twocol .row h3 {
  margin: 0; }

@media (min-width: 1000px) {
  .node-type-basic-page main .twocol {
    padding-right: 37%;
    padding-left: 13.5%;
    margin-bottom: 50px; }
    .node-type-basic-page main .twocol .row {
      float: left;
      width: 46%;
      margin: 20px 4% 0 0;
      padding: 0px; }
      .node-type-basic-page main .twocol .row h3 {
        font-size: 1.3rem;
        margin-top: 10px; }
      .node-type-basic-page main .twocol .row p {
        font-size: .9rem; }
      .node-type-basic-page main .twocol .row p.cat {
        margin-bottom: 0;
        text-align: right; }
    .node-type-basic-page main .twocol .cell {
      height: 410px; }
    .node-type-basic-page main .twocol .mm {
      margin-top: 10px; }
      .node-type-basic-page main .twocol .mm h3 {
        margin: 0;
        font-size: 1.1rem; }
      .node-type-basic-page main .twocol .mm p {
        margin: 0; } }

.node-type-basic-page main .twocol .view-footer {
  clear: both;
  padding: 20px 0 0 0; }

@media (min-width: 1000px) {
  .node-type-basic-page .inblock {
    padding-right: 37%;
    padding-left: 13.5%;
    margin-bottom: 50px; }
    .node-type-basic-page .inblock .threecol {
      float: left;
      width: 28%;
      margin-right: 5%;
      margin-top: 10px; }
      .node-type-basic-page .inblock .threecol p {
        font-size: .8rem;
        margin: 5px 0; } }

.block-gse-first-tier-page-title {
  font-weight: normal;
  margin: 0 0 0.6rem;
  line-height: 1.3;
  font-size: 1.15rem;
  font-family: "Crimson Text", "Arial", serif;
  margin: 0; }
  @media (min-width: 768px) {
    .block-gse-first-tier-page-title {
      font-size: 1.8rem; } }

.header-top__menu-actions {
  height: 41px;
  background: #000000;
  display: table-cell; }
  .header-top__menu-actions ul, .header-top__menu-actions li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .header-top__menu-actions .menu {
    display: table;
    width: 100%; }
    .header-top__menu-actions .menu li {
      display: table-cell;
      text-align: center; }
    .header-top__menu-actions .menu span {
      color: white;
      font-size: 1rem;
      line-height: 1.3;
      font-weight: 600;
      font-size: 1rem;
      margin: 0 0 0.6rem;
      margin: 0;
      padding-top: 10px;
      height: 41px;
      display: block;
      cursor: pointer;
      background: #000000;
      transition: background 0.25s; }
      .header-top__menu-actions .menu span:hover, .header-top__menu-actions .menu span:focus {
        background: #565656; }
      .header-top__menu-actions .menu span.active {
        background: #B01E34; }
      .header-top__menu-actions .menu span.actions-menu__btn-apply {
        padding-right: 7px;
        padding-left: 7px; }
      .header-top__menu-actions .menu span.actions-menu__btn-search {
        position: relative; }
        .header-top__menu-actions .menu span.actions-menu__btn-search:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          margin-right: 5px;
          width: 15px;
          height: 15px;
          background: url("../svg/icon-search-white.svg") no-repeat 0 0;
          background-size: contain; }
    .header-top__menu-actions .menu a {
      color: white;
      font-size: 1rem;
      line-height: 1.3;
      font-weight: 600;
      font-size: 1rem;
      margin: 0 0 0.6rem;
      margin: 0;
      padding-top: 10px;
      height: 41px;
      display: block;
      cursor: pointer;
      background: #000000;
      transition: background 0.25s; }
      .header-top__menu-actions .menu a:hover, .header-top__menu-actions .menu a:focus {
        background: #565656;
        text-decoration: none; }

.menu-collapsed__stage {
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  z-index: -1;
  transition: background-color 0.2s, z-index 0s ease 1s;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.menu-collapsed #views-exposed-form-search-site-main-search-site-main {
  margin: 15px 15px 0;
  position: relative; }
  .menu-collapsed #views-exposed-form-search-site-main-search-site-main #edit-keywords-wrapper {
    width: 100%; }
  .menu-collapsed #views-exposed-form-search-site-main-search-site-main input[type="text"] {
    background-color: #F3F3F1;
    max-width: none;
    height: auto;
    padding: 13px 15px;
    font-size: 1rem;
    line-height: 1.3;
    margin: 0 0 0.6rem;
    margin: 0;
    color: #000000;
    border: none;
    border-bottom: 2px solid #ababab;
    border-radius: 0;
    -webkit-appearance: none; }
    .menu-collapsed #views-exposed-form-search-site-main-search-site-main input[type="text"].placeholder {
      color: #000000; }
    .menu-collapsed #views-exposed-form-search-site-main-search-site-main input[type="text"]:-moz-placeholder {
      color: #000000; }
    .menu-collapsed #views-exposed-form-search-site-main-search-site-main input[type="text"]::-moz-placeholder {
      color: #000000; }
    .menu-collapsed #views-exposed-form-search-site-main-search-site-main input[type="text"]::-webkit-input-placeholder {
      color: #000000; }
    .menu-collapsed #views-exposed-form-search-site-main-search-site-main input[type="text"]:focus {
      border-bottom: 2px solid #000000;
      box-shadow: none; }
  .menu-collapsed #views-exposed-form-search-site-main-search-site-main .views-submit-button {
    width: 30px;
    height: 30px;
    position: absolute;
    padding: 0rem;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0; }
  .menu-collapsed #views-exposed-form-search-site-main-search-site-main input[type="submit"] {
    background: none;
    border: none;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    padding: 0;
    background: url("../svg/icon-search-gray66.svg") no-repeat 0 0;
    background-size: contain;
    width: 30px;
    height: 30px; }
  .menu-collapsed #views-exposed-form-search-site-main-search-site-main .views-exposed-form,
  .menu-collapsed #views-exposed-form-search-site-main-search-site-main .views-exposed-widgets {
    margin-bottom: 0rem; }

.menu-collapsed__menu ul {
  position: relative;
  margin: 0;
  padding: 0; }

.menu-collapsed__menu li {
  display: block;
  position: relative;
  padding-left: 0; }

.menu-collapsed__menu .link-container {
  position: relative; }
  .menu-collapsed__menu .link-container a {
    display: block; }

.menu-collapsed__menu a[href*="http"] {
  position: relative; }
  .menu-collapsed__menu a[href*="http"]:after {
    content: '';
    width: 17px;
    height: 16px;
    background: url("../svg/icon-link-external-gray.svg") no-repeat;
    background-size: contain;
    position: absolute;
    right: 12px;
    top: 9px; }
  .menu-collapsed__menu a[href*="http"]:hover:after {
    background-image: url("../svg/icon-link-external-red.svg"); }

.menu-collapsed__menu button.expand {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  border: none;
  width: 40px;
  height: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  outline: none;
  box-shadow: none; }
  .menu-collapsed__menu button.expand:before, .menu-collapsed__menu button.expand:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 2px;
    background: #000000;
    margin: auto;
    transition: transform 0.2s; }
  .menu-collapsed__menu button.expand:after {
    width: 2px;
    height: 10px; }
  .menu-collapsed__menu button.expand:hover:before, .menu-collapsed__menu button.expand:hover:after, .menu-collapsed__menu button.expand:focus:before, .menu-collapsed__menu button.expand:focus:after {
    background: #B01E34; }
  .menu-collapsed__menu button.expand.active-btn:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .menu-collapsed__menu button.expand.active-btn:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

.menu-collapsed__menu .sub-menu {
  display: none; }

.menu-collapsed__menu .menu__list-item:after {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #BAC5C6; }

.menu-collapsed__menu .menu__link {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 0.6rem;
  font-weight: 600;
  margin: 0;
  color: #000000; }
  .menu-collapsed__menu .menu__link:hover {
    color: #B01E34;
    text-decoration: none; }
  .menu-collapsed__menu .menu__link.active {
    color: #B01E34; }

.menu-collapsed__menu .menu__level1__list-item:after {
  right: 45px; }

.menu-collapsed__menu .menu__level1__link {
  padding: 8px 60px 8px 15px; }

.menu-collapsed__menu .menu__level2__list-item:after {
  left: 15px; }

.menu-collapsed__menu .menu__level2__link {
  padding: 8px 60px 8px 30px;
  color: #565656; }

.menu-collapsed__menu .menu__level3__list-item:after {
  left: 30px; }

.menu-collapsed__menu .menu__level3__link {
  padding: 8px 60px 8px 45px;
  color: #737373; }

.menu-collapsed__menu .menu__level4__list-item:after {
  left: 45px; }

.menu-collapsed__menu .menu__level4__link {
  padding: 8px 60px 8px 60px;
  color: #737373; }

.menu-collapsed__boundary {
  position: absolute;
  z-index: 20;
  right: 0;
  transform: translateX(103%);
  width: 100%;
  background: white;
  transition: transform 0.5s; }
  @media (min-width: 450px) {
    .menu-collapsed__boundary {
      width: 450px; } }
  .menu-collapsed__boundary section {
    position: relative;
    z-index: 2; }
  .menu-collapsed__boundary__cover {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff; }
  .menu-collapsed__boundary__left-shadow {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    border-radius: 100%;
    background-color: #ffffff;
    width: 10px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); }
  .menu-collapsed__boundary__bottom-shadow {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 100%;
    background-color: #ffffff;
    height: 10px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); }

.menu-collapsed__menu-main {
  padding: 15px 15px 0; }
  .menu-collapsed__menu-main .menu-collapsed__menu-main__divider {
    margin-top: 60px;
    position: relative; }
    .menu-collapsed__menu-main .menu-collapsed__menu-main__divider:before {
      content: '';
      position: absolute;
      left: 0;
      top: -20px;
      width: 100%;
      height: 4px;
      background: #BAC5C6; }

.menu-collapsed__menu-infofor {
  padding: 40px 15px 30px; }
  .menu-collapsed__menu-infofor .block__title {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 0.6rem;
    text-transform: uppercase;
    color: #737373;
    margin-bottom: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    border-bottom: 4px solid #B01E34; }
    @media (min-width: 768px) {
      .menu-collapsed__menu-infofor .block__title {
        font-size: 0.75rem; } }
  .menu-collapsed__menu-infofor a {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 0.6rem;
    margin: 0; }
    @media (min-width: 768px) {
      .menu-collapsed__menu-infofor a {
        font-size: 0.75rem; } }

.menu-collapsed__btns-actions {
  padding: 25px 15px; }
  .menu-collapsed__btns-actions .field-item a {
    font-size: 1rem;
    line-height: 1.3;
    margin: 0 0 0.6rem;
    color: #B01E34;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    border: 2px solid #B01E34;
    border-radius: 3px;
    padding: 10px 30px;
    background: transparent;
    transition: border 0.25s, color 0.25s;
    display: block; }
    .menu-collapsed__btns-actions .field-item a:hover, .menu-collapsed__btns-actions .field-item a:focus {
      color: #ffffff;
      border-color: #ffffff;
      text-decoration: none;
      background: transparent; }

.menu-collapsed-open .menu-collapsed__stage {
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.85);
  transition: background-color 0.2s, z-index 0s ease 0s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.menu-collapsed-open .menu-collapsed__boundary {
  transform: translateX(0%); }

.menu-collapsed-open .menu-collapsed__overlay {
  opacity: 0.7;
  z-index: 19;
  transition: opacity 0.5s, z-index 0s 0s; }

.header-top__menu-infofor {
  height: 41px;
  display: table-cell;
  vertical-align: top;
  background-color: #B01E34; }
  .header-top__menu-infofor ul, .header-top__menu-infofor li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .header-top__menu-infofor .block__title {
    display: none; }
    @media (min-width: 768px) {
      .header-top__menu-infofor .block__title {
        display: block;
        color: #ffffff;
        font-size: 1rem;
        line-height: 1.3;
        margin: 0 0 0.6rem;
        opacity: 0.85;
        float: left;
        width: auto;
        margin: 11px 10px 0 0;
        font-weight: 600; } }
  .header-top__menu-infofor .sub-menu, .header-top__menu-infofor button.expand {
    display: none; }
  .header-top__menu-infofor li {
    display: inline-block; }
  .header-top__menu-infofor li a {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 0.6rem;
    margin: 0 7px;
    display: block;
    padding-top: 15px;
    height: 41px;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    transition: border-color 0.25s; }
    @media (min-width: 768px) {
      .header-top__menu-infofor li a {
        font-size: 0.75rem; } }
    .header-top__menu-infofor li a:hover {
      text-decoration: none;
      border-bottom: 3px solid rgba(255, 255, 255, 0.5); }
    .header-top__menu-infofor li a.active {
      border-bottom: 3px solid #ffffff; }

.header-main__menu-mainbar {
  float: right;
  margin: 14px 20px 0 0; }
  .header-main__menu-mainbar ul, .header-main__menu-mainbar li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .header-main__menu-mainbar .menu li {
    display: inline-block; }
  .header-main__menu-mainbar .menu a {
    color: #000000;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.3;
    padding: 10px 7px;
    position: relative; }
    @media (min-width: 1300px) {
      .header-main__menu-mainbar .menu a {
        font-size: 0.95rem; } }
    @media (min-width: 1400px) {
      .header-main__menu-mainbar .menu a {
        padding: 10px; } }
    .header-main__menu-mainbar .menu a:hover {
      text-decoration: none;
      color: #B01E34; }
    .header-main__menu-mainbar .menu a.active:after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 30px;
      right: 30px;
      height: 4px;
      background: #B01E34; }
    .header-main__menu-mainbar .menu a.main-bar-desktop__link-uk {
      padding-left: 22px;
      margin-left: 5px; }
      .header-main__menu-mainbar .menu a.main-bar-desktop__link-uk:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto 0;
        width: 18px;
        height: 26px;
        background: url("../svg/icon-lightbulb.svg") no-repeat 0 0;
        background-size: contain; }

.menu__sidebar {
  margin-bottom: 30px; }
  .menu__sidebar.-sidebar {
    display: none; }
    @media (min-width: 1000px) {
      .menu__sidebar.-sidebar {
        display: block;
        padding-bottom: 20px;
        position: relative; }
        .menu__sidebar.-sidebar:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: calc(100%);
          background-color: #BAC5C6;
          height: 2px; } }
  .menu__sidebar.-content-bottom {
    padding: 0 12px; }
    @media (min-width: 1000px) {
      .menu__sidebar.-content-bottom {
        display: none; } }
  .menu__sidebar .block__title {
    font-size: 1rem;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    margin: 0 0 0.6rem;
    margin-bottom: 0;
    color: #737373;
    padding-left: 15px; }
  .menu__sidebar .menu__level1__link {
    line-height: 1.5;
    margin: 0 0 0.6rem;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-bottom: 4px solid #BAC5C6; }
    @media (min-width: 768px) {
      .menu__sidebar .menu__level1__link {
        font-size: 1.25rem; } }
  .menu__sidebar .menu__level1__list-item:after {
    content: normal; }
  .menu__sidebar .menu__level1__list-item > .link-container > button {
    display: none; }
  .menu__sidebar .menu__level2__link {
    color: #000000;
    padding: 8px 60px 8px 15px; }
  .menu__sidebar .menu__level2__list-item:after {
    right: 40px;
    left: auto; }
  .menu__sidebar .menu__level3__link {
    color: #565656;
    padding: 8px 60px 8px 30px; }
  .menu__sidebar .menu__level3__list-item:after {
    left: 15px; }
  .menu__sidebar .menu__level4__link {
    color: #737373;
    padding: 8px 60px 8px 45px; }
  .menu__sidebar .menu__level4__list-item:after {
    left: 30px; }

.node-program .menu__sidebar .menu__level1__link {
  margin-right: 24px; }

.node-program .menu__sidebar.-sidebar:after {
  width: calc(100% - 24px); }

.krumo-root {
  position: relative;
  z-index: 1000; }

.page-breadcrumb__stage {
  display: none; }
  @media (min-width: 1000px) {
    .page-breadcrumb__stage {
      display: block; } }
  .page-breadcrumb__stage li {
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    margin-right: 20px; }
    .page-breadcrumb__stage li:after {
      content: '/';
      display: inline-block;
      margin-left: 18px; }
    .page-breadcrumb__stage li:last-child:after {
      content: normal; }
  .page-breadcrumb__stage a {
    color: #ffffff; }

.hamburger {
  background: none;
  border: none;
  float: right;
  position: relative;
  padding-left: 40px;
  border-radius: 3px;
  padding: 10px 0 10px 35px;
  cursor: pointer;
  margin: 0; }
  @media (min-width: 1150px) {
    .hamburger {
      padding: 16px 20px 16px;
      border: 2px solid #BAC5C6;
      transition: border-color 0.25s; }
      .hamburger:hover {
        border-color: #000000; } }
  .hamburger__text {
    color: #000000;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    margin: 0; }
    @media (min-width: 1000px) {
      .hamburger__text {
        font-size: 1rem; } }
    @media (min-width: 1150px) {
      .hamburger__text {
        padding: 2px 0 0 5px; } }
    @media (min-width: 1300px) {
      .hamburger__text {
        margin: 0; } }

body .hamburger:hover, body .hamburger:focus {
  background: none; }

.hamburger__icon-stage {
  width: 17px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.hamburger__icon-boundary {
  top: 50%;
  margin-top: -2px; }
  .hamburger__icon-boundary, .hamburger__icon-boundary:before, .hamburger__icon-boundary:after {
    width: 17px;
    height: 4px;
    background-color: #000;
    border-radius: 5px;
    position: absolute;
    left: 0; }
  .hamburger__icon-boundary:before, .hamburger__icon-boundary:after {
    content: '';
    display: block; }
  .hamburger__icon-boundary:before {
    top: -7px; }
  .hamburger__icon-boundary:after {
    bottom: -7px; }

.hamburger--3dx .hamburger__icon-stage {
  perspective: 80px; }

.hamburger--3dx .hamburger__icon-boundary {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s; }

.hamburger--3dx .hamburger__icon-boundary::before,
.hamburger--3dx .hamburger__icon-boundary::after {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s; }

.hamburger--3dx.is-active .hamburger__icon-boundary {
  background-color: transparent;
  transform: rotateY(180deg); }

.hamburger--3dx.is-active .hamburger__icon-boundary::before {
  transform: translate3d(0, 7px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger__icon-boundary::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg); }

.home-slider-rolodex__stage {
  margin-bottom: 55px; }
  @media (min-width: 1000px) {
    .home-slider-rolodex__stage {
      padding: 0 30px;
      background: url("../svg/pattern-dot.svg") repeat 0 1px; } }
  @media (min-width: 1300px) {
    .home-slider-rolodex__stage {
      margin-bottom: 165px; } }
  @media (min-width: 1500px) {
    .home-slider-rolodex__stage {
      margin-bottom: 150px; } }

.home-slider-rolodex__boundary {
  max-width: 1500px;
  margin: 0 auto;
  position: relative; }

.home-slider-rolodex .flickity-prev-next-button {
  position: absolute;
  top: 0;
  height: 32px;
  width: 32px;
  padding: 0;
  margin: 0;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.8); }
  .home-slider-rolodex .flickity-prev-next-button:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 17px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .home-slider-rolodex .flickity-prev-next-button svg {
    display: none; }
  .home-slider-rolodex .flickity-prev-next-button.previous {
    left: 15px; }
    .home-slider-rolodex .flickity-prev-next-button.previous:before {
      margin: auto 0 auto -2px;
      background: url("../svg/icon-arrow-small-white-left.svg") no-repeat center center;
      background-size: contain; }
  .home-slider-rolodex .flickity-prev-next-button.next {
    right: 15px; }
    .home-slider-rolodex .flickity-prev-next-button.next:before {
      margin: auto -2px auto 0;
      background: url("../svg/icon-arrow-small-white-right.svg") no-repeat center center;
      background-size: contain; }

.home-slider-rolodex .flickity-page-dots {
  bottom: auto;
  left: 15px;
  width: auto; }
  @media (min-width: 768px) {
    .home-slider-rolodex .flickity-page-dots {
      left: 30px; } }
  .home-slider-rolodex .flickity-page-dots .dot {
    width: 19px;
    height: 19px;
    background: #ababab;
    opacity: 1;
    border: 3px solid #ababab;
    border-radius: 100%;
    display: inline-block;
    margin: 0 6px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.25s, border 0.25s; }
    .home-slider-rolodex .flickity-page-dots .dot:hover {
      background-color: #737373;
      border: 3px solid #737373; }
    .home-slider-rolodex .flickity-page-dots .dot.is-selected, .home-slider-rolodex .flickity-page-dots .dot.active {
      background: #ffffff;
      border: 3px solid #306DA7; }
    .home-slider-rolodex .flickity-page-dots .dot:first-child {
      margin-left: 0; }

.home-slider-rolodex__dots {
  display: none; }
  @media (min-width: 1000px) {
    .home-slider-rolodex__dots {
      display: block;
      position: absolute;
      left: 30px;
      z-index: 10;
      list-style-type: none;
      margin: 0;
      padding: 0; } }
  @media (min-width: 1300px) {
    .home-slider-rolodex__dots {
      left: 45px; } }

.home-slider-rolodex__dot {
  width: 19px;
  height: 19px;
  background: #ababab;
  opacity: 1;
  border: 3px solid #ababab;
  border-radius: 100%;
  display: inline-block;
  margin: 0 6px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.25s, border 0.25s; }
  .home-slider-rolodex__dot:hover {
    background-color: #737373;
    border: 3px solid #737373; }
  .home-slider-rolodex__dot.is-selected, .home-slider-rolodex__dot.active {
    background: #ffffff;
    border: 3px solid #306DA7; }

.home-slider-rolodex__top-cover {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  display: block;
  background: #ffffff; }
  .home-slider-rolodex__top-cover:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35%;
    height: 4px;
    background: #306DA7; }

.icon-x {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  margin: 0 auto 4px; }
  .icon-x:before, .icon-x:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #000000;
    transition: background-color 0.2s; }
  .icon-x:before {
    transform: rotate(45deg); }
  .icon-x:after {
    transform: rotate(-45deg); }

.block-instagram-footer-list {
  background: #306DA7; }

.view-instagram {
  padding-top: 60px;
  padding-bottom: 24px; }
  .view-instagram__header-stage {
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .view-instagram__header-stage {
        padding-right: 30px;
        padding-left: 30px; } }
    @media (min-width: 1000px) {
      .view-instagram__header-stage {
        padding-right: 60px;
        padding-left: 60px; } }
  .view-instagram__header-boundary {
    max-width: 1225px;
    margin: 0 auto; }
  .view-instagram__content-stage {
    position: relative;
    overflow: hidden; }
  .view-instagram__content-boundary {
    position: relative;
    left: -12px;
    width: calc(100% + 24px); }
  .view-instagram .flickity-prev-next-button {
    position: absolute;
    top: 0;
    height: 32px;
    width: 32px;
    padding: 0;
    margin: 0;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.8); }
    .view-instagram .flickity-prev-next-button:before {
      content: '';
      position: absolute;
      width: 10px;
      height: 17px;
      top: 0;
      right: 0;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    .view-instagram .flickity-prev-next-button svg {
      display: none; }
    .view-instagram .flickity-prev-next-button.previous {
      left: 15px; }
      .view-instagram .flickity-prev-next-button.previous:before {
        margin: auto 0 auto -2px;
        background: url("../svg/icon-arrow-small-white-left.svg") no-repeat center center;
        background-size: contain; }
    .view-instagram .flickity-prev-next-button.next {
      right: 15px; }
      .view-instagram .flickity-prev-next-button.next:before {
        margin: auto -2px auto 0;
        background: url("../svg/icon-arrow-small-white-right.svg") no-repeat center center;
        background-size: contain; }
  .view-instagram .flickity-prev-next-button {
    top: 50%; }
    @media (min-width: 1500px) {
      .view-instagram .flickity-prev-next-button {
        width: 64px;
        height: 64px; } }
    .view-instagram .flickity-prev-next-button.previous {
      left: 30px; }
      @media (min-width: 768px) {
        .view-instagram .flickity-prev-next-button.previous {
          left: 45px; } }
      @media (min-width: 1000px) {
        .view-instagram .flickity-prev-next-button.previous {
          left: 75px; } }
      @media (min-width: 1500px) {
        .view-instagram .flickity-prev-next-button.previous:before {
          width: 19px;
          height: 32px; } }
    .view-instagram .flickity-prev-next-button.next {
      right: 30px; }
      @media (min-width: 768px) {
        .view-instagram .flickity-prev-next-button.next {
          right: 45px; } }
      @media (min-width: 1000px) {
        .view-instagram .flickity-prev-next-button.next {
          right: 75px; } }
      @media (min-width: 1500px) {
        .view-instagram .flickity-prev-next-button.next:before {
          width: 19px;
          height: 32px; } }
  .view-instagram .flickity-prev-next-button {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    transition: background-color 0.2s; }
    .view-instagram .flickity-prev-next-button:hover {
      background-color: rgba(0, 0, 0, 0.8); }
  .view-instagram .views-row {
    display: block;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px; }
    @media (min-width: 450px) {
      .view-instagram .views-row {
        width: auto; } }
  .view-instagram img {
    max-width: none;
    width: auto;
    height: 300px; }
  .view-instagram a {
    display: block; }
  .view-instagram .social-feed-link {
    max-width: 1225px;
    margin: 0 auto;
    color: transparent;
    line-height: 1.5;
    margin: 0 0 0.6rem;
    font-size: 0.875rem;
    padding-bottom: 24px;
    position: relative; }
    @media (min-width: 768px) {
      .view-instagram .social-feed-link {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .view-instagram .social-feed-link {
        left: 60px; } }
    @media (min-width: 1300px) {
      .view-instagram .social-feed-link {
        left: 0;
        right: 0;
        width: 100%;
        max-width: 1225px;
        margin: 0 auto; } }
    .view-instagram .social-feed-link:before {
      content: '';
      display: inline-block;
      vertical-align: bottom;
      margin-right: 12px;
      width: 32px;
      height: 32px;
      background: url("../svg/logo-instagram.svg") no-repeat 0 0;
      background-size: contain; }
      @media (min-width: 1000px) {
        .view-instagram .social-feed-link:before {
          width: 48px;
          height: 48px; } }

.edmag-article table h2 {
  font-weight: normal;
  margin: 0 0 0.6rem;
  line-height: 1.3;
  font-size: 1.15rem; }
  @media (min-width: 550px) {
    .edmag-article table h2 {
      font-size: 1.4rem; } }

.bodyCopy {
  padding: 0;
  font-size: inherit;
  line-height: inherit; }

.view-news-tags .row {
  margin-bottom: 50px; }

.view-news-tags h4 {
  font-weight: normal;
  margin: 0 0 0.6rem;
  line-height: 1.3;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  text-transform: none; }
  @media (min-width: 768px) {
    .view-news-tags h4 {
      font-size: 1.25rem; } }

.capital-campaign {
  max-width: none; }
  .capital-campaign .page-layout__main-col-boundary iframe {
    display: block;
    margin: 0 auto; }

.capital-campaign .deaniframevideo {
  margin: 0; }

.buttonStrip button {
  color: #B01E34;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
  border: 2px solid #B01E34;
  border-radius: 3px;
  padding: 10px 30px;
  background: transparent;
  transition: border 0.25s, color 0.25s; }
  .buttonStrip button:hover, .buttonStrip button:focus {
    color: #000000;
    border-color: #000000;
    text-decoration: none;
    background: transparent; }

.buttonIcon.icon-tag {
  display: inline-block; }

.edmag-issue {
  background: #565656;
  margin: 0 auto;
  max-width: 1600px; }

.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; }

.view .pager {
  text-align: center; }
  .view .pager li {
    float: none;
    display: inline-block;
    font-weight: 700; }
    .view .pager li.pager-current {
      padding: 0.0625rem 0.625rem 0.0625rem;
      background-color: #a7192d;
      color: #ffffff;
      border-radius: 3px; }
  .view .pager a {
    display: block;
    padding: 0.0625rem 0.625rem 0.0625rem;
    color: #999999;
    -webkit-border-radius: 3px;
    border-radius: 3px; }

.credit {
  padding-left: 0; }

.node-type-news .page-breadcrumb__stage {
  display: none; }

.view-related .entry {
  margin-bottom: 24px; }
  .view-related .entry:after {
    content: "";
    display: table;
    clear: both; }

.view-ppe-news- .views-field-field-teaser-image img {
  width: 100%;
  margin-bottom: 12px; }
  @media (min-width: 450px) {
    .view-ppe-news- .views-field-field-teaser-image img {
      width: auto;
      float: left;
      margin: 0 20px 20px 0; } }

.quoted {
  line-height: 1.4em;
  background: #3a6da9;
  padding: .75em; }
  @media (min-width: 768px) {
    .quoted {
      margin-bottom: 1.25em; } }
  @media (min-width: 768px) {
    .quoted.right {
      float: right; } }
  @media (min-width: 768px) {
    .quoted.left {
      float: left; } }

@media (min-width: 768px) {
  .neg-right {
    max-width: 400px; } }

@media (min-width: 1300px) {
  .neg-right {
    margin-right: -27.5%;
    margin-left: 40px; } }

@media (min-width: 768px) {
  .neg-left {
    max-width: 400px; } }

@media (min-width: 1300px) {
  .neg-left {
    margin-left: -27.5%;
    margin-right: 40px; } }

.webform-component input.webform-calendar.hasDatepicker {
  width: 18px;
  height: 15px;
  padding: 0;
  border: none; }

#webform-client-form-420031 #webform-component-no-website {
  margin-left: 124px; }

.view-office-staff {
  margin-bottom: 50px; }

h1.pageHeadline {
  padding: 0; }

img.file-icon {
  display: inline-block; }

.edmagWrap .leftSidebar a:hover {
  text-decoration: none; }

.edmagWrap .slideInPanels .edmagMenuPanel ul {
  padding-left: 0; }

.edmag-article .edmagWrap .mainWrap, .page-ed .edmagWrap .mainWrap {
  padding: 0 15%;
  margin-left: 5rem; }

.node-type-edmag-article .socialMediaStrip {
  clear: both; }

.page-ed .navigationAncestors {
  margin-left: 0;
  padding: 10px 0 0 0; }

.navigationAncestors li a:hover {
  text-decoration: none; }

.emergency {
  margin: 0;
  width: 100%;
  padding: 16px 32px;
  height: auto;
  position: relative; }

.emergency input#x {
  margin: 0;
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%); }

.statistics_counter {
  display: none; }

.node-simple-slider h2 {
  display: none; }

.gallery-signage ul, .gallery-signage li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.gallery-signage li {
  display: block;
  width: 100%; }

.gallery-signage .flickity-slider {
  transform: none !important;
  background: #ffffff; }
  .gallery-signage .flickity-slider > li {
    width: 100%;
    left: 0 !important;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -1; }
    .gallery-signage .flickity-slider > li.is-selected {
      opacity: 1;
      z-index: 0; }

.gallery-signage .flickity-viewport {
  overflow: visible; }

.social-icons__menu-collapsed {
  padding: 15px 15px 30px;
  background-color: #606E7B; }
  .social-icons__menu-collapsed:after {
    content: '';
    position: absolute;
    right: 23px;
    top: -12px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #606E7B; }
  .social-icons__menu-collapsed .block__title {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 0.6rem;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 7px;
    padding-left: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15); }
    @media (min-width: 768px) {
      .social-icons__menu-collapsed .block__title {
        font-size: 0.75rem; } }
  .social-icons__menu-collapsed .field-items {
    display: table;
    width: 100%; }
  .social-icons__menu-collapsed .field-item {
    display: table-cell;
    text-align: center;
    font-size: 1rem;
    line-height: 1.3;
    margin: 0 0 0.6rem;
    width: 25%;
    position: relative;
    z-index: 0; }
    .social-icons__menu-collapsed .field-item svg {
      width: 100%;
      height: auto;
      max-width: 40px;
      max-height: 40px;
      display: block;
      margin: 0 auto;
      opacity: 0.7;
      transition: opacity 0.25s; }
    .social-icons__menu-collapsed .field-item .fill {
      fill: #ffffff; }
  .social-icons__menu-collapsed .fc__field-social-icons__link {
    color: #ffffff;
    display: block;
    position: relative;
    background: #606E7B; }
    .social-icons__menu-collapsed .fc__field-social-icons__link:hover svg {
      opacity: 1; }
    .social-icons__menu-collapsed .fc__field-social-icons__link:hover .fc__field-social-icons__text {
      transform: translateY(18px); }
  .social-icons__menu-collapsed .fc__field-social-icons__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: -1;
    transform: translateY(0);
    transition: transform 0.25s; }

.ajax-progress {
  height: 26px;
  width: 70px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }
  .ajax-progress .throbber {
    float: none;
    background: none; }

.ajax-progress:before, .ajax-progress:after {
  content: ''; }

.ajax-progress .throbber, .ajax-progress:before, .ajax-progress:after {
  width: 10px;
  height: 10px;
  background-color: #000000;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.ajax-progress:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.ajax-progress .throbber {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.ajax-progress:after {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.views-exposed-widget.views-submit-button {
  position: relative; }
  .views-exposed-widget.views-submit-button .ajax-progress {
    background-color: #F3F3F1; }

button[disabled], html input[disabled] {
  cursor: pointer; }

.view-uk-articles .views-exposed-widget .ajax-progress {
  background: #ffffff; }

.tab-content-container {
  height: 0;
  position: relative;
  overflow: hidden; }

.tab-content {
  display: none; }

.uk-recent-posts__stage {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .uk-recent-posts__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .uk-recent-posts__stage {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 768px) {
    .uk-recent-posts__stage {
      margin-bottom: 30px; } }
  @media (min-width: 1000px) {
    .uk-recent-posts__stage {
      margin-bottom: 60px; } }

.uk-recent-posts__boundary {
  max-width: 1500px;
  margin: 0 auto; }
  .uk-recent-posts__boundary:after {
    content: "";
    display: table;
    clear: both; }

.uk-recent-posts__main {
  background: #F3F3F1;
  padding: 30px 15px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .uk-recent-posts__main {
      padding: 80px 30px; }
      .uk-recent-posts__main:after {
        content: "";
        display: table;
        clear: both; } }
  @media (min-width: 1150px) {
    .uk-recent-posts__main {
      padding: 80px; }
      .uk-recent-posts__main:after {
        content: "";
        display: table;
        clear: both; } }
  .uk-recent-posts__main .svg-uk-lightbulb {
    display: none; }
    @media (min-width: 768px) {
      .uk-recent-posts__main .svg-uk-lightbulb {
        display: block;
        position: absolute;
        z-index: 0;
        right: -130px;
        top: -10px;
        width: auto;
        height: 150%;
        opacity: 0.08; } }

.uk-recent-posts__intro {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 0.6rem;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .uk-recent-posts__intro {
      float: left;
      width: 40%;
      margin-right: 10%; } }
  .uk-recent-posts__intro .logo-uk {
    margin-bottom: 10px;
    max-width: 400px; }
    @media (min-width: 1000px) {
      .uk-recent-posts__intro .logo-uk {
        max-width: 475px; } }

.uk-recent-posts__intro-text {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 0.6rem; }

.uk-recent-posts__list {
  display: none; }
  @media (min-width: 768px) {
    .uk-recent-posts__list {
      position: relative;
      z-index: 1;
      display: block;
      float: left;
      width: 50%; } }
  .uk-recent-posts__list .views-row {
    border-bottom: 2px solid #ababab;
    padding: 20px 0px; }
  .uk-recent-posts__list .views-row:last-child {
    border-bottom: 0px;
    padding: 20px 0px; }

.uk-recent-posts__links a {
  color: #ffffff;
  line-height: 1.5;
  margin: 0 0 0.6rem;
  font-size: 0.875rem;
  margin: 0;
  display: block;
  padding: 15px;
  background: #213153; }
  @media (min-width: 768px) {
    .uk-recent-posts__links a {
      font-size: 1.1rem; } }
  @media (min-width: 768px) {
    .uk-recent-posts__links a {
      text-align: right;
      padding: 17px 30px; } }
  @media (min-width: 1000px) {
    .uk-recent-posts__links a {
      text-align: right;
      padding: 17px 40px; } }
  .uk-recent-posts__links a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url("../svg/icon-arrow-dot-white.svg") no-repeat 0 0;
    background-size: contain;
    width: 15px;
    height: 15px;
    margin-left: 8px; }

.view-search-site-main .views-row, .view-search-usable-knowledge .views-row {
  margin-bottom: 24px; }

.view-search-site-main .views-field-title, .view-search-usable-knowledge .views-field-title {
  font-weight: normal;
  margin: 0 0 0.6rem;
  line-height: 1.3;
  font-size: 1.15rem;
  margin-bottom: 4px; }
  @media (min-width: 550px) {
    .view-search-site-main .views-field-title, .view-search-usable-knowledge .views-field-title {
      font-size: 1.4rem; } }

main #views-exposed-form-search-site-main-search-site-main .views-exposed-form {
  margin-bottom: 40px; }

main #views-exposed-form-search-site-main-search-site-main .views-exposed-widget {
  display: inline-block;
  vertical-align: middle;
  margin: 0; }

main #views-exposed-form-search-site-main-search-site-main label {
  display: none; }

main #views-exposed-form-search-site-main-search-site-main input {
  height: 52px; }

.view-search-usable-knowledge .view-header {
  text-align: center; }

.view-home-events-list {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 32px;
  padding-bottom: 15px;
  background: #F3F3F1; }
  @media (min-width: 768px) {
    .view-home-events-list {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .view-home-events-list {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 1000px) {
    .view-home-events-list {
      padding-top: 60px;
      padding-bottom: 50px; } }
  .view-home-events-list:after {
    content: '';
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 120px;
    background: #ffffff; }
    @media (min-width: 550px) {
      .view-home-events-list:after {
        height: 140px; } }
    @media (min-width: 768px) {
      .view-home-events-list:after {
        height: 180px; } }
  .view-home-events-list .view-header, .view-home-events-list .view-content, .view-home-events-list .view-footer {
    max-width: 1225px;
    margin: 0 auto; }
  .view-home-events-list .view-header:after {
    content: "";
    display: table;
    clear: both; }
  .view-home-events-list .view-header .events-home-block__title {
    line-height: 1.35;
    font-size: 2rem;
    margin: 0 0 0.5rem;
    color: #213153;
    margin-bottom: 0.75rem; }
    @media (min-width: 768px) {
      .view-home-events-list .view-header .events-home-block__title {
        font-size: 2.25rem; } }
    @media (min-width: 1000px) {
      .view-home-events-list .view-header .events-home-block__title {
        float: left; } }
  @media (min-width: 1000px) {
    .view-home-events-list .view-header .events-home-block__btn-see-all {
      float: right;
      margin-top: 28px; } }
  .view-home-events-list .events-home-block__btn-see-all {
    line-height: 1.5;
    margin: 0 0 0.6rem;
    font-size: 0.875rem;
    font-weight: 600;
    margin-top: 0.6rem;
    display: block;
    padding: 5px 0;
    color: #000000; }
    @media (min-width: 768px) {
      .view-home-events-list .events-home-block__btn-see-all {
        font-size: 1.1rem; } }
    .view-home-events-list .events-home-block__btn-see-all:hover {
      color: #000000; }
    .view-home-events-list .events-home-block__btn-see-all:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      margin-bottom: 2px;
      margin-left: 8px; }
    .view-home-events-list .events-home-block__btn-see-all:after {
      background: url("../svg/icon-arrow-dot-black.svg") no-repeat 0 0;
      background-size: contain; }
  .view-home-events-list .view-content:after {
    content: "";
    display: table;
    clear: both; }
  .view-home-events-list .views-row {
    position: relative;
    z-index: 1; }
    @media (min-width: 550px) and (max-width: 999px) {
      .view-home-events-list .views-row {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .view-home-events-list .views-row:last-child {
          margin-right: 0; }
        .view-home-events-list .views-row:nth-child(2n) {
          margin-right: 0; } }
    @media (min-width: 1000px) {
      .view-home-events-list .views-row {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .view-home-events-list .views-row:last-child {
          margin-right: 0; }
        .view-home-events-list .views-row:nth-child(3n) {
          margin-right: 0; } }
  .view-home-events-list .view-footer {
    position: relative;
    z-index: 1; }
    @media (min-width: 1000px) {
      .view-home-events-list .view-footer .events-home-block__btn-see-all {
        display: none; } }

@media (min-width: 1000px) {
  .is-sidebar .view-home-events-list .view-header, .is-sidebar .view-home-events-list .view-content {
    padding-right: 26.5%;
    max-width: 1500px;
    margin: 0 auto; } }

.view-footer-fb-twitter {
  background: #306DA7;
  padding-top: 32px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .view-footer-fb-twitter {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .view-footer-fb-twitter {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 1000px) {
    .view-footer-fb-twitter {
      padding-top: 60px;
      padding-bottom: 50px; } }
  .view-footer-fb-twitter .view-header {
    max-width: 1225px;
    margin: 0 auto; }
    .view-footer-fb-twitter .view-header .node-view-header {
      line-height: 1.35;
      font-size: 2rem;
      margin: 0 0 0.5rem;
      color: #ffffff; }
      @media (min-width: 768px) {
        .view-footer-fb-twitter .view-header .node-view-header {
          font-size: 2.25rem; } }
  .view-footer-fb-twitter__social-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.35);
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .view-footer-fb-twitter__social-links {
        margin-bottom: 24px; } }
  .view-footer-fb-twitter__social-link {
    display: inline-block; }
    .view-footer-fb-twitter__social-link a {
      display: inline-block;
      color: white;
      padding: 10px 10px 10px 30px;
      margin-right: 20px;
      position: relative;
      line-height: 1.5;
      margin: 0 0 0.6rem;
      font-size: 0.875rem;
      margin-bottom: 0;
      text-indent: -9999px; }
      @media (min-width: 768px) {
        .view-footer-fb-twitter__social-link a {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .view-footer-fb-twitter__social-link a {
          padding-left: 40px;
          margin-bottom: 10px; } }
    .view-footer-fb-twitter__social-link.-twitter a:before, .view-footer-fb-twitter__social-link.-facebook a:before, .view-footer-fb-twitter__social-link.-linkedin a:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto 0; }
    .view-footer-fb-twitter__social-link.-twitter a:before {
      width: 22px;
      height: 19px;
      background: url("../svg/icon-twitter.svg") no-repeat center center;
      background-size: contain; }
      @media (min-width: 768px) {
        .view-footer-fb-twitter__social-link.-twitter a:before {
          width: 31px;
          height: 27px; } }
    .view-footer-fb-twitter__social-link.-facebook a {
      margin-right: 12px; }
      @media (min-width: 768px) {
        .view-footer-fb-twitter__social-link.-facebook a {
          margin-right: 0; } }
      .view-footer-fb-twitter__social-link.-facebook a:before {
        width: 13px;
        height: 26px;
        left: 5px;
        background: url("../svg/icon-fb.svg") no-repeat center center;
        background-size: contain; }
        @media (min-width: 768px) {
          .view-footer-fb-twitter__social-link.-facebook a:before {
            width: 18px;
            height: 35px;
            left: 9px; } }
    .view-footer-fb-twitter__social-link.-linkedin a {
      padding-left: 32px; }
      @media (min-width: 768px) {
        .view-footer-fb-twitter__social-link.-linkedin a {
          padding-left: 52px; } }
      .view-footer-fb-twitter__social-link.-linkedin a:before {
        width: 22px;
        height: 22px;
        left: 0;
        background: url("../svg/icon-linkedin.svg") no-repeat center center;
        background-size: contain; }
        @media (min-width: 768px) {
          .view-footer-fb-twitter__social-link.-linkedin a:before {
            width: 28px;
            height: 28px;
            left: 9px; } }
  .view-footer-fb-twitter .view-content {
    padding: 0 45px;
    max-width: 1225px;
    margin: 0 auto; }
    @media (min-width: 1500px) {
      .view-footer-fb-twitter .view-content {
        padding: 0;
        max-width: 1310px; } }
  .view-footer-fb-twitter .views-row {
    width: 100%; }
    @media (min-width: 768px) {
      .view-footer-fb-twitter .views-row {
        width: 50%; } }
    @media (min-width: 1150px) {
      .view-footer-fb-twitter .views-row {
        width: 33.33%; } }
  .view-footer-fb-twitter .flickity-prev-next-button {
    position: absolute;
    top: 0;
    height: 32px;
    width: 32px;
    padding: 0;
    margin: 0;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.8); }
    .view-footer-fb-twitter .flickity-prev-next-button:before {
      content: '';
      position: absolute;
      width: 10px;
      height: 17px;
      top: 0;
      right: 0;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    .view-footer-fb-twitter .flickity-prev-next-button svg {
      display: none; }
    .view-footer-fb-twitter .flickity-prev-next-button.previous {
      left: 15px; }
      .view-footer-fb-twitter .flickity-prev-next-button.previous:before {
        margin: auto 0 auto -2px;
        background: url("../svg/icon-arrow-small-white-left.svg") no-repeat center center;
        background-size: contain; }
    .view-footer-fb-twitter .flickity-prev-next-button.next {
      right: 15px; }
      .view-footer-fb-twitter .flickity-prev-next-button.next:before {
        margin: auto -2px auto 0;
        background: url("../svg/icon-arrow-small-white-right.svg") no-repeat center center;
        background-size: contain; }
  @media (min-width: 1500px) {
    .view-footer-fb-twitter .flickity-prev-next-button {
      width: 64px;
      height: 64px; } }
  .view-footer-fb-twitter .flickity-prev-next-button.previous {
    left: 0; }
    @media (min-width: 1500px) {
      .view-footer-fb-twitter .flickity-prev-next-button.previous {
        left: -60px; }
        .view-footer-fb-twitter .flickity-prev-next-button.previous:before {
          width: 19px;
          height: 32px; } }
  .view-footer-fb-twitter .flickity-prev-next-button.next {
    right: 0; }
    @media (min-width: 1500px) {
      .view-footer-fb-twitter .flickity-prev-next-button.next {
        right: -60px; }
        .view-footer-fb-twitter .flickity-prev-next-button.next:before {
          width: 19px;
          height: 32px; } }
  .view-footer-fb-twitter .flickity-prev-next-button {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    margin: auto 0;
    transition: background-color 0.2s; }
    .view-footer-fb-twitter .flickity-prev-next-button:hover {
      background-color: rgba(0, 0, 0, 0.8); }

.view-news-and-announcements {
  background: url("../svg/pattern-dot.svg") repeat 0 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 32px;
  margin-bottom: 32px;
  position: relative; }
  @media (min-width: 768px) {
    .view-news-and-announcements {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .view-news-and-announcements {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 1000px) {
    .view-news-and-announcements {
      margin-bottom: 80px; } }
  .view-news-and-announcements:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    height: 80px; }
    @media (min-width: 1000px) {
      .view-news-and-announcements:after {
        height: 40px; } }
  .view-news-and-announcements .view-header, .view-news-and-announcements .view-content, .view-news-and-announcements .view-footer {
    max-width: 1225px;
    margin: 0 auto; }
  .view-news-and-announcements .view-header {
    max-width: 1225px;
    margin: 0 auto; }
    .view-news-and-announcements .view-header:after {
      content: "";
      display: table;
      clear: both; }
    .view-news-and-announcements .view-header p {
      margin-bottom: 5px; }
    .view-news-and-announcements .view-header .news-home-block__title {
      line-height: 1.35;
      font-size: 2rem;
      margin: 0 0 0.5rem; }
      @media (min-width: 768px) {
        .view-news-and-announcements .view-header .news-home-block__title {
          font-size: 2.25rem; } }
      @media (min-width: 1000px) {
        .view-news-and-announcements .view-header .news-home-block__title {
          float: left; } }
    @media (min-width: 1000px) {
      .view-news-and-announcements .view-header .news-home-block__btn-see-all {
        float: right;
        margin-top: 15px; } }
  .view-news-and-announcements .view-footer {
    position: relative;
    z-index: 1;
    padding-top: 16px; }
    @media (min-width: 1000px) {
      .view-news-and-announcements .view-footer {
        display: none; } }
  .view-news-and-announcements .views-row:last-child .node-news__link {
    margin: 0; }

.news-home-block__btn-see-all {
  line-height: 1.5;
  margin: 0 0 0.6rem;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 0.6rem;
  display: block;
  padding: 5px 0;
  color: #000000; }
  @media (min-width: 768px) {
    .news-home-block__btn-see-all {
      font-size: 1.1rem; } }
  .news-home-block__btn-see-all:hover {
    color: #000000; }
  .news-home-block__btn-see-all:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
    margin-left: 8px; }
  .news-home-block__btn-see-all:after {
    background: url("../svg/icon-arrow-dot-black.svg") no-repeat 0 0;
    background-size: contain; }
  .news-home-block__btn-see-all:hover {
    color: #000000; }

@media (min-width: 1000px) {
  .is-sidebar .view-news-and-announcements .view-header, .is-sidebar .view-news-and-announcements .view-content {
    padding-right: 26.5%;
    max-width: 1500px;
    margin: 0 auto; } }

.view-programs-list {
  margin-bottom: 30px; }
  .view-programs-list label {
    font-size: 1rem;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    margin: 0 0 0.6rem;
    color: #737373; }
  .view-programs-list .form-type-bef-checkbox label, .view-programs-list .ms-options-wrap label {
    text-transform: none; }
  .view-programs-list .node-view-header {
    font-size: 1.5rem;
    font-family: "Open Sans", "Times", serif;
    font-weight: normal;
    margin: 0 0 0.5rem;
    line-height: 1.3;
    font-size: 1.5rem;
    padding-bottom: 12px;
    padding-left: 16px;
    border-bottom: 4px solid #606E7B; }
    @media (min-width: 768px) {
      .view-programs-list .node-view-header {
        font-size: 2.3rem; } }
    @media (min-width: 768px) {
      .view-programs-list .node-view-header {
        font-size: 2.3rem; } }
    @media (min-width: 768px) {
      .view-programs-list .node-view-header {
        padding: 0;
        border: none;
        margin-bottom: 25px; } }
  .view-programs-list__footer {
    color: #ffffff;
    background: #565656;
    padding: 12px; }
    @media (min-width: 768px) {
      .view-programs-list__footer {
        display: flex;
        justify-content: space-between;
        align-items: center; } }
    .view-programs-list__footer__col1 {
      line-height: 1.5;
      margin: 0 0 0.6rem;
      font-size: 1.1rem;
      font-weight: 700;
      margin: 0; }
      @media (min-width: 768px) {
        .view-programs-list__footer__col1 {
          font-size: 1.25rem; } }
    .view-programs-list__footer__col2 {
      line-height: 1.5;
      margin: 0 0 0.6rem;
      font-size: 0.875rem;
      font-weight: 600;
      margin-top: 0.6rem;
      display: block;
      padding: 5px 0;
      color: #ffffff; }
      @media (min-width: 768px) {
        .view-programs-list__footer__col2 {
          font-size: 1.1rem; } }
      .view-programs-list__footer__col2:hover {
        color: #000000; }
      .view-programs-list__footer__col2:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        margin-bottom: 2px;
        margin-left: 8px; }
      .view-programs-list__footer__col2:after {
        background: url("../svg/icon-arrow-dot-white.svg") no-repeat 0 0;
        background-size: contain; }
      .view-programs-list__footer__col2:hover {
        color: #ffffff; }
  .view-programs-list__footer-results__stage {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .view-programs-list__footer-results__stage {
        padding-right: 30px;
        padding-left: 30px; } }
    @media (min-width: 1000px) {
      .view-programs-list__footer-results__stage {
        padding-right: 60px;
        padding-left: 60px; } }
  @media (min-width: 1000px) {
    .view-programs-list__footer-results__boundary {
      max-width: 1500px;
      margin: 0 auto;
      padding-right: 36.5%; } }
  .view-programs-list.-find-a-program {
    position: relative; }
    .view-programs-list.-find-a-program .node-view-header {
      padding-left: 0;
      padding-bottom: 0;
      margin-bottom: 12px;
      border-bottom: none; }
    .view-programs-list.-find-a-program .views-widget-filter-title label {
      position: absolute;
      height: 0;
      width: 0;
      display: block;
      overflow: hidden;
      top: 0;
      left: -100%; }
    .view-programs-list.-find-a-program #edit-combine-wrapper {
      position: relative; }
    .view-programs-list.-find-a-program input#edit-combine {
      color: #000000;
      font-size: 1rem;
      line-height: 1.3;
      margin: 0 0 0.6rem;
      font-weight: 600;
      width: 100%;
      max-width: none;
      background: #dddddb;
      border: none;
      border-bottom: 2px solid #ababab;
      border-radius: 0;
      padding: 14px 16px;
      margin-bottom: 0; }
      .view-programs-list.-find-a-program input#edit-combine.placeholder {
        color: #000000; }
      .view-programs-list.-find-a-program input#edit-combine:-moz-placeholder {
        color: #000000; }
      .view-programs-list.-find-a-program input#edit-combine::-moz-placeholder {
        color: #000000; }
      .view-programs-list.-find-a-program input#edit-combine::-webkit-input-placeholder {
        color: #000000; }
    .view-programs-list.-find-a-program .bef-checkboxes:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 450px) {
      .view-programs-list.-find-a-program .bef-checkboxes .form-item {
        float: left;
        width: 50%; } }
    @media (min-width: 1150px) {
      .view-programs-list.-find-a-program .bef-checkboxes .form-item {
        float: none;
        width: auto;
        display: inline-block;
        margin-right: 24px; } }
    .view-programs-list.-find-a-program input[type='checkbox'] + label {
      font-weight: 600;
      color: #000000;
      margin: 0;
      padding: 5px 20px 5px 30px;
      margin-bottom: 10px; }
      .view-programs-list.-find-a-program input[type='checkbox'] + label:before {
        top: 4px; }
  .view-programs-list .view-empty {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 24px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .view-programs-list .view-empty {
        padding-right: 30px;
        padding-left: 30px; } }
    @media (min-width: 1000px) {
      .view-programs-list .view-empty {
        padding-right: 60px;
        padding-left: 60px; } }
  .view-programs-list .views-widget-filter-title {
    position: relative; }
  .view-programs-list .views-exposed-form__find-a-program__stage {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 24px;
    background: #F3F3F1; }
    @media (min-width: 768px) {
      .view-programs-list .views-exposed-form__find-a-program__stage {
        padding-right: 30px;
        padding-left: 30px; } }
    @media (min-width: 1000px) {
      .view-programs-list .views-exposed-form__find-a-program__stage {
        padding-right: 60px;
        padding-left: 60px; } }
  .view-programs-list .views-exposed-form__find-a-program__boundary {
    max-width: 1500px;
    margin: 0 auto; }
  .view-programs-list .views-exposed-form__find-a-program__inner {
    position: relative; }
  .view-programs-list .views-exposed-form__find-a-program__btn-title-submit {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 30px;
    height: 30px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("../svg/icon-search-large-gray.svg") no-repeat center center;
    background-size: contain; }
  .view-programs-list .views-exposed-form input[type="text"], .view-programs-list .views-exposed-form input[type="email"], .view-programs-list .views-exposed-form input[type="tel"], .view-programs-list .views-exposed-form input[type="date"], .view-programs-list .views-exposed-form textarea {
    border: none; }
  .view-programs-list .views-exposed-form .views-exposed-widget.views-reset-button {
    margin: 0;
    position: absolute;
    top: 0px;
    right: 0; }
    @media (min-width: 768px) {
      .view-programs-list .views-exposed-form .views-exposed-widget.views-reset-button {
        margin: 0;
        position: absolute;
        top: 10px;
        right: 0; } }
  @media (min-width: 550px) {
    .view-programs-list .views-exposed-widget.views-submit-button {
      float: left;
      width: 30%; } }
  .view-programs-list .bef-secondary-options {
    display: flex;
    flex-wrap: wrap; }
    .view-programs-list .bef-secondary-options .form-item {
      margin-bottom: 24px;
      width: 100%; }
      @media (min-width: 768px) {
        .view-programs-list .bef-secondary-options .form-item {
          width: 48%; } }
    .view-programs-list .bef-secondary-options .form-item-field-ppe-program-topic-tid {
      order: 1; }
      @media (min-width: 768px) {
        .view-programs-list .bef-secondary-options .form-item-field-ppe-program-topic-tid {
          margin-right: 4%; } }
    .view-programs-list .bef-secondary-options .form-item-field-intended-for-tid {
      order: 2; }
    .view-programs-list .bef-secondary-options .form-item-field-format-tid {
      order: 3; }
      @media (min-width: 768px) {
        .view-programs-list .bef-secondary-options .form-item-field-format-tid {
          margin-right: 4%; } }
    .view-programs-list .bef-secondary-options .form-item-title-1 {
      order: 4; }
    .view-programs-list .bef-secondary-options .form-item-field-season-tid {
      order: 5; }
  .view-programs-list__pager-stage {
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .view-programs-list__pager-stage {
        padding-right: 30px;
        padding-left: 30px; } }
    @media (min-width: 1000px) {
      .view-programs-list__pager-stage {
        padding-right: 60px;
        padding-left: 60px; } }
  .view-programs-list__pager-boundary {
    max-width: 1500px;
    margin: 0 auto; }
  .view-programs-list .pager li a {
    margin: 0; }
  .view-programs-list .pager li:last-child {
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddb; }
    @media (min-width: 1000px) {
      .view-programs-list .pager li:last-child {
        border: none;
        padding-bottom: 0; } }

.view-programs-list.-find-a-program input[type='checkbox'] + label.views-exposed-form__label-header {
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  margin: 0 0 0.6rem;
  margin-bottom: 4px;
  color: #737373;
  pointer-events: none; }
  .view-programs-list.-find-a-program input[type='checkbox'] + label.views-exposed-form__label-header:before {
    content: normal; }

@media (min-width: 1000px) {
  .is-sidebar .views-exposed-form__find-a-program__boundary {
    max-width: 1500px;
    margin: 0 auto; } }

@media (min-width: 1000px) {
  .is-sidebar .views-exposed-form__find-a-program__inner {
    margin-right: 36.5%; } }

@media (min-width: 1000px) {
  .is-sidebar .view-programs-list__pager-inner {
    padding-right: 36.5%; } }

.table-program-list {
  margin: 0; }
  @media (min-width: 768px) {
    .table-program-list td:first-child {
      width: 45%; } }
  @media (min-width: 768px) {
    .table-program-list td:nth-child(2), .table-program-list td:nth-child(4) {
      width: 16%; } }
  .table-program-list td {
    vertical-align: middle; }
    .table-program-list td:not(:first-child) {
      display: flex; }
      @media (min-width: 768px) {
        .table-program-list td:not(:first-child) {
          display: table-cell; } }
  .table-program-list thead {
    display: none; }
  .table-program-list:first-child thead {
    display: table-header-group; }

@media (min-width: 1000px) {
  .view-programs-list.-find-a-program .table-program-list__stage {
    padding-right: 60px;
    padding-left: 60px; } }

.table-program-list__boundary {
  max-width: 1500px;
  margin: 0 auto; }

.paragraph__related-programs__stage .table-program-list thead {
  display: table-header-group; }

@media (min-width: 1000px) {
  .is-sidebar .table-program-list__inner {
    padding-right: 36.5%; } }

.view__uk-blog-home .view-header {
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  margin: 0 0 0.6rem;
  margin: 0;
  color: #B01E34; }

.uk-media-detail-view__header-stage {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .uk-media-detail-view__header-stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .uk-media-detail-view__header-stage {
      padding-right: 60px;
      padding-left: 60px; } }

.uk-media-detail-view__header-boundary {
  max-width: 1000px;
  margin: 0 auto; }

.uk-media-detail-view__filter-btn-title {
  font-size: 1.5rem;
  font-family: "Open Sans", "Times", serif;
  font-weight: normal;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .uk-media-detail-view__filter-btn-title {
      font-size: 2.3rem; } }
  @media (min-width: 768px) {
    .uk-media-detail-view__filter-btn-title {
      font-size: 1.65rem; } }
  @media (min-width: 768px) {
    .uk-media-detail-view__filter-btn-title {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0;
      margin-right: 32px; } }

.uk-media-detail-view__filter-btn {
  color: #565656;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
  border: 2px solid #ababab;
  border-radius: 3px;
  padding: 10px 30px;
  background: transparent;
  transition: border 0.25s, color 0.25s;
  margin-bottom: 8px; }
  .uk-media-detail-view__filter-btn:hover, .uk-media-detail-view__filter-btn:focus {
    color: #B01E34;
    border-color: #B01E34;
    text-decoration: none;
    background: transparent; }
  .uk-media-detail-view__filter-btn.active {
    color: #B01E34;
    border-color: #B01E34; }

.uk-media-detail-view .views-exposed-form {
  display: none; }

@media (min-width: 768px) {
  .uk-media-detail-view .view-content {
    padding-left: 32px;
    padding-right: 32px; } }

.uk-media-detail-view .views-row {
  max-width: 1000px;
  margin: 0 auto; }

.uk-media-detail-view__footer-stage {
  padding-left: 12px;
  padding-right: 12px; }
  @media (min-width: 768px) {
    .uk-media-detail-view__footer-stage {
      padding-left: 32px;
      padding-right: 32px; } }

.uk-media-detail-view__footer-boundary {
  max-width: 1000px;
  margin: 0 auto; }

.uk-media-detail-view__footer-btn {
  color: #565656;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
  border: 2px solid #dddddb;
  border-radius: 3px;
  padding: 10px 30px;
  background: transparent;
  transition: border 0.25s, color 0.25s;
  display: block; }
  .uk-media-detail-view__footer-btn:hover, .uk-media-detail-view__footer-btn:focus {
    color: #B01E34;
    border-color: #B01E34;
    text-decoration: none;
    background: transparent; }

.uk-media-list__title {
  font-family: "Open Sans", "Times", serif;
  line-height: 1.3;
  color: #565656;
  margin: 0 0 0.9rem;
  font-size: 1.5rem;
  font-weight: 400; }

@media (min-width: 1000px) {
  .uk-media-list__stage {
    padding-right: 15px;
    padding-left: 15px; } }
  @media (min-width: 1000px) and (min-width: 768px) {
    .uk-media-list__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) and (min-width: 1000px) {
    .uk-media-list__stage {
      padding-right: 60px;
      padding-left: 60px; } }

.uk-media-list__boundary {
  max-width: 1500px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .uk-media-list__boundary {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .uk-media-list__boundary {
      padding-right: 60px;
      padding-left: 60px; } }

.uk-media-list__exposed-form__stage {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #F3F3F1;
  margin-bottom: 32px;
  position: relative; }
  @media (min-width: 768px) {
    .uk-media-list__exposed-form__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .uk-media-list__exposed-form__stage {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 625px) {
    .uk-media-list__exposed-form__stage {
      padding-bottom: 36px; }
      .uk-media-list__exposed-form__stage:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background: url("../svg/uk-lightbulb.svg") no-repeat 28px center;
        background-size: 140%;
        width: 220px;
        opacity: 0.6; } }
  .uk-media-list__exposed-form__stage #edit-nid-wrapper {
    display: none; }

.uk-media-list__exposed-form__boundary {
  max-width: 1150px;
  margin: 0 auto; }

.uk-media-list__exposed-form__title {
  font-size: 1.5rem;
  font-family: "Open Sans", "Times", serif;
  font-weight: normal;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .uk-media-list__exposed-form__title {
      font-size: 2.3rem; } }
  @media (min-width: 768px) {
    .uk-media-list__exposed-form__title {
      font-size: 1.65rem; } }

@media (min-width: 625px) {
  .uk-media-list__exposed-form__items {
    display: flex;
    width: 80%;
    float: left;
    padding-right: 20px; }
    .uk-media-list__exposed-form__items div.views-exposed-widget {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-bottom: 0; }
      .uk-media-list__exposed-form__items div.views-exposed-widget:last-child {
        margin-right: 0; } }

@media (min-width: 625px) {
  .uk-media-list__exposed-form__btn-submit.views-exposed-widget.views-submit-button {
    float: left;
    width: 20%;
    margin-top: 26px;
    margin-bottom: 0; } }

.uk-media-list__exposed-form__btn-submit.views-exposed-widget.views-submit-button input {
  background: #ffffff; }
  .uk-media-list__exposed-form__btn-submit.views-exposed-widget.views-submit-button input:focus, .uk-media-list__exposed-form__btn-submit.views-exposed-widget.views-submit-button input:hover {
    background: #ffffff; }

.uk-media-list .view-content {
  max-width: 1150px;
  margin: 0 auto; }

.uk-media-list .views-exposed-widgets {
  margin-bottom: 0; }

.uk-media-list .pager-load-more {
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .uk-media-list .pager-load-more {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .uk-media-list .pager-load-more {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 1000px) {
    .uk-media-list .pager-load-more {
      padding: 0; } }

.uk-media-list .pager-next {
  max-width: 1150px;
  margin: 0 auto; }

.pager {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 32px; }
  .pager li {
    display: block; }
  .pager a {
    color: #565656;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    border: 2px solid #dddddb;
    border-radius: 3px;
    padding: 10px 30px;
    background: transparent;
    transition: border 0.25s, color 0.25s;
    display: block; }
    .pager a:hover, .pager a:focus {
      color: #B01E34;
      border-color: #B01E34;
      text-decoration: none;
      background: transparent; }

html.js input.js-hide {
  display: none; }

.views-row.views-row-3.views-row-odd.views-row-last .node-uk-blog-post a {
  border-bottom: 0px; }

.paragraphs-item-body-content {
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .paragraphs-item-body-content {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .paragraphs-item-body-content {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 1000px) {
    .paragraphs-item-body-content > .content {
      max-width: 1500px;
      margin: 0 auto;
      padding-right: 10%;
      padding-left: 10%; } }
  .paragraphs-item-body-content ul:not('.pager') {
    list-style: none;
    padding-left: 0px;
    margin-left: 5px; }
    .paragraphs-item-body-content ul:not('.pager') li {
      list-style-position: inside;
      padding: 0px 0px 0px 30px;
      text-indent: -2rem;
      margin-left: 5px;
      margin-top: 5px; }
      .paragraphs-item-body-content ul:not('.pager') li:before {
        content: "•";
        font-size: 1.25rem;
        margin-right: 15px;
        display: inline-block;
        text-indent: -0.75rem;
        padding-left: 1rem; }
  .paragraphs-item-body-content .field-name-field-widen-layout {
    display: none; }
  .paragraphs-item-body-content .redbtn {
    display: inline-block;
    background-color: #A51C30;
    margin-bottom: 1.6rem;
    padding: 15px;
    border-radius: 4px; }

@media (min-width: 1000px) {
  .is-sidebar .paragraphs-item-body-content > .content {
    padding-right: 36.5%; } }

@media (min-width: 1300px) {
  body .is-sidebar .paragraphs-item-body-content > .content {
    padding-right: 500px; } }

@media (min-width: 1000px) {
  body .is-sidebar .paragraphs-item-body-content.wide .content {
    padding-left: 0;
    padding-right: 26.5%; } }

.uk-detail .paragraphs-item-body-content > .content {
  max-width: 768px;
  margin: 0 auto;
  padding: 0; }

.paragraph__community__title-stage {
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .paragraph__community__title-stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .paragraph__community__title-stage {
      padding-right: 60px;
      padding-left: 60px; } }
  .paragraph__community__title-stage .field-item {
    line-height: 1.35;
    font-size: 2rem;
    margin: 0 0 0.5rem;
    font-size: 2rem;
    font-weight: 300;
    color: #213153;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .paragraph__community__title-stage .field-item {
        font-size: 2.25rem; } }
    @media (min-width: 1000px) {
      .paragraph__community__title-stage .field-item {
        font-size: 3rem; } }

.paragraph__community__title-boundary {
  max-width: 1225px;
  margin: 0 auto; }
  @media (min-width: 1000px) {
    .paragraph__community__title-boundary {
      padding: 0; } }

.paragraph__featured-people__stage {
  position: relative;
  background-color: #F3F3F1;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 24px;
  padding-bottom: 40px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .paragraph__featured-people__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .paragraph__featured-people__stage {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 1000px) {
    .paragraph__featured-people__stage {
      margin-bottom: 50px; } }

.paragraph__featured-people__boundary.display-show-all-button:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 70px;
  background: #F3F3F1; }

@media (min-width: 1000px) {
  .paragraph__featured-people__boundary {
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 10%;
    padding-right: 36.5%; } }

.paragraph__featured-people__btn-show-hide {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 22px;
  left: 0;
  width: 100%;
  color: #000000;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
  border: 2px solid #ababab;
  border-radius: 3px;
  padding: 10px 30px;
  background: transparent;
  transition: border 0.25s, color 0.25s;
  padding: 15px 25px;
  background-color: #F3F3F1;
  margin: 0; }
  .paragraph__featured-people__btn-show-hide:hover, .paragraph__featured-people__btn-show-hide:focus {
    color: #000000;
    border-color: #000000;
    text-decoration: none;
    background: transparent; }
  @media (min-width: 1150px) {
    .paragraph__featured-people__btn-show-hide {
      padding: 15px 40px; } }
  .paragraph__featured-people__btn-show-hide:hover, .paragraph__featured-people__btn-show-hide:focus {
    background: #F3F3F1; }
  @media (min-width: 1000px) {
    .paragraph__featured-people__btn-show-hide {
      width: 53.5%;
      margin-left: 10%;
      margin-right: 36.5%; } }

.paragraph__featured-people__title {
  font-size: 1.5rem;
  font-family: "Open Sans", "Times", serif;
  font-weight: normal;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .paragraph__featured-people__title {
      font-size: 2.3rem; } }
  @media (min-width: 768px) {
    .paragraph__featured-people__title {
      font-size: 1.65rem; } }

.paragraph__featured-people__additional-fac {
  margin-bottom: 12px; }

.paragraph__featured-people__additional-fac-name {
  line-height: 1.5;
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
  font-weight: normal;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .paragraph__featured-people__additional-fac-name {
      font-size: 1.2rem; } }

.paragraph__featured-people__additional-fac-title {
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  margin: 0 0 0.6rem;
  color: #737373; }

.paragraph__fieldset__stage {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .paragraph__fieldset__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .paragraph__fieldset__stage {
      padding-right: 60px;
      padding-left: 60px; } }

.paragraph__fieldset__boundary {
  max-width: 1000px;
  margin: 0 auto;
  border: 4px solid #213153;
  border-radius: 8px; }

.paragraph__fieldset__title {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  background-color: #213153;
  display: inline-block;
  padding: 20px 20px 10px 20px;
  border-bottom-right-radius: 8px; }

.paragraph__fieldset__body {
  padding: 24px 30px 24px 10px;
  font-size: 1.25rem; }
  .paragraph__fieldset__body ul, .paragraph__fieldset__body li {
    margin: 0; }
  .paragraph__fieldset__body ul {
    padding-left: 30px; }
  .paragraph__fieldset__body li {
    margin-bottom: 12px;
    padding-left: 5px; }

.paragraph__image-callout__stage {
  margin-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .paragraph__image-callout__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .paragraph__image-callout__stage {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 1000px) {
    .paragraph__image-callout__stage {
      margin-bottom: 80px;
      min-height: 500px; } }

.paragraph__image-callout__inner {
  position: relative;
  max-width: 1225px;
  margin: 0 auto;
  min-height: 300px; }
  @media (min-width: 1000px) {
    .paragraph__image-callout__inner {
      min-height: 500px; } }
  .paragraph__image-callout__inner:before {
    /* Drop Shadow */
    position: absolute;
    content: '';
    width: 92%;
    display: block;
    height: 80%;
    bottom: 7px;
    right: 34px;
    box-shadow: 0px 0px 59px 20px #AAAAAA;
    z-index: -10; }

.paragraph__image-callout__text {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px; }
  @media (min-width: 768px) {
    .paragraph__image-callout__text {
      padding: 32px; } }

.paragraph__image-callout__title {
  position: relative;
  line-height: 1.35;
  font-size: 2rem;
  line-height: 1.1;
  font-family: "Crimson Text", "Arial", serif;
  display: inline-block;
  vertical-align: middle;
  color: white;
  margin: 0;
  padding-bottom: 32px;
  max-width: calc(100% - 70px);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75); }
  @media (min-width: 768px) {
    .paragraph__image-callout__title {
      font-size: 2.5rem; } }
  @media (min-width: 1150px) {
    .paragraph__image-callout__title {
      line-height: 1.35;
      font-size: 2.3rem;
      margin: 0 0 0.9rem;
      font-family: "Crimson Text", "Arial", serif;
      font-weight: 600;
      line-height: 1.1;
      max-width: calc(100% - 190px); } }
  @media (min-width: 1150px) and (min-width: 768px) {
    .paragraph__image-callout__title {
      font-size: 3.3rem; } }
  .paragraph__image-callout__title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 4px;
    background-color: #ffffff; }
  .paragraph__image-callout__stage.-has-summary .paragraph__image-callout__title {
    padding-bottom: 0; }
    .paragraph__image-callout__stage.-has-summary .paragraph__image-callout__title:before {
      content: normal; }

.paragraph__image-callout__summary {
  color: #ffffff;
  position: relative;
  padding-bottom: 24px; }
  .paragraph__image-callout__summary:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 4px;
    background-color: #ffffff; }

.paragraph__image-callout__link a {
  line-height: 1.5;
  margin: 0 0 0.6rem;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 0.6rem;
  display: block;
  padding: 5px 0;
  color: #ffffff; }
  @media (min-width: 768px) {
    .paragraph__image-callout__link a {
      font-size: 1.1rem; } }
  .paragraph__image-callout__link a:hover {
    color: #000000; }
  .paragraph__image-callout__link a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
    margin-left: 8px; }
  .paragraph__image-callout__link a:after {
    background: url("../svg/icon-arrow-dot-white.svg") no-repeat 0 0;
    background-size: contain; }
  .paragraph__image-callout__link a:hover {
    color: white; }

.paragraph__image-callout__overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0; }

@media (min-width: 1000px) {
  .is-sidebar .paragraph__image-callout__boundary {
    padding-right: 26.5%;
    max-width: 1500px;
    margin: 0 auto; } }

.is-sidebar .block .paragraph__image-callout__boundary, .is-sidebar .block .paragraph__image-callout__stage {
  padding: 0; }

.uk-detail .paragraph__image-callout__boundary {
  max-width: 1000px;
  margin: 0 auto; }

@media (min-width: 768px) {
  .paragraph__program-list__stage {
    padding-right: 30px;
    padding-left: 30px; } }

@media (min-width: 1000px) {
  .paragraph__program-list__stage {
    padding-right: 60px;
    padding-left: 60px; } }

.paragraph__program-list__boundary {
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 40px; }

@media (min-width: 1000px) {
  .is-sidebar .paragraph__program-list__boundary {
    padding-right: 26.5%; } }

@media (min-width: 1000px) {
  .paragraph__programs__header-stage {
    padding: 0 60px; } }

.paragraph__programs__header-boundary {
  max-width: 1500px;
  margin: 0 auto;
  position: relative; }

.paragraph__programs__text-stage {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 30px 24px;
  color: white; }
  @media (min-width: 1000px) {
    .paragraph__programs__text-stage {
      padding: 0 56px 85px; } }
  @media (min-width: 1150px) {
    .paragraph__programs__text-stage {
      padding-bottom: 125px; } }
  @media (min-width: 1300px) {
    .paragraph__programs__text-stage {
      width: 70%;
      right: auto; } }
  @media (min-width: 1500px) {
    .paragraph__programs__text-stage {
      padding-bottom: 200px; } }

.paragraph__programs__title {
  color: #ffffff;
  line-height: 1.35;
  font-size: 2rem;
  line-height: 1.1;
  font-family: "Crimson Text", "Arial", serif;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
  max-width: 750px; }
  @media (min-width: 768px) {
    .paragraph__programs__title {
      font-size: 2.5rem; } }
  @media (min-width: 1150px) {
    .paragraph__programs__title {
      font-size: 3.3rem; } }
  .paragraph__programs__title:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 95px;
    height: 4px;
    background: #B01E34; }

.paragraph__programs__subtitle {
  font-weight: normal;
  margin: 0 0 0.6rem;
  line-height: 1.3;
  font-size: 1.15rem;
  margin: 1.5rem 0; }
  @media (min-width: 550px) {
    .paragraph__programs__subtitle {
      font-size: 1.4rem; } }

.paragraph__programs__button a {
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
  border: 2px solid #ffffff;
  border-radius: 3px;
  padding: 10px 30px;
  background: transparent;
  transition: border 0.25s, color 0.25s;
  background: #737373; }
  .paragraph__programs__button a:hover, .paragraph__programs__button a:focus {
    color: #dddddb;
    border-color: #dddddb;
    text-decoration: none;
    background: transparent; }
  @media (min-width: 1150px) {
    .paragraph__programs__button a {
      padding: 18px 30px; } }
  .paragraph__programs__button a:hover {
    background: #737373; }

.paragraph__programs__image img {
  max-width: none;
  width: 100%; }

.paragraph__programs__list-stage {
  margin-bottom: 50px; }
  @media (min-width: 1000px) {
    .paragraph__programs__list-stage {
      padding: 0 60px;
      margin-bottom: 60px; } }

.paragraph__programs__list-boundary {
  max-width: 1500px;
  margin: 0 auto;
  position: relative; }

@media (min-width: 1000px) {
  .paragraph__programs__list {
    position: relative;
    z-index: 1;
    padding: 0 24px;
    margin-top: -100px; } }

@media (min-width: 1300px) {
  .paragraph__programs__list {
    margin-top: -140px; } }

.paragraph__programs__list .field-name-field-program-callout > .field-items:after {
  content: "";
  display: table;
  clear: both; }

@media (min-width: 1000px) {
  .paragraph__programs__list .field-name-field-program-callout > .field-items > .field-item {
    float: left;
    display: block;
    margin-right: 0.87128%;
    width: 24.34654%; }
    .paragraph__programs__list .field-name-field-program-callout > .field-items > .field-item:last-child {
      margin-right: 0; } }

.paragraph__programs__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0; }

.paragraphs-item-quote {
  margin-top: 0rem;
  margin-bottom: 1.6rem; }

@media (min-width: 768px) {
  .paragraph__quote__stage {
    padding-right: 15px;
    padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .paragraph__quote__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 768px) and (min-width: 1000px) {
    .paragraph__quote__stage {
      padding-right: 60px;
      padding-left: 60px; } }

.paragraph__quote__boundary {
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .paragraph__quote__boundary {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .paragraph__quote__boundary {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 1000px) {
    .paragraph__quote__boundary {
      max-width: 1500px;
      margin: 0 auto;
      padding-right: 10%;
      padding-left: 10%; } }
  .paragraph__quote__boundary p:last-child {
    margin: 0; }
  .paragraph__quote__boundary .field-name-field-body {
    font-family: "Open Sans", "Times", serif;
    font-size: 1.1rem;
    line-height: 1.2;
    font-style: italic;
    font-weight: 400; }

@media (min-width: 1000px) {
  .is-sidebar .paragraph__quote__body {
    padding-right: 36.5%; } }

.paragraph__related-news__stage {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .paragraph__related-news__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .paragraph__related-news__stage {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 1000px) {
    .paragraph__related-news__stage {
      margin-bottom: 50px; } }

.paragraph__related-news__boundary {
  max-width: 1500px;
  margin: 0 auto; }
  @media (min-width: 1000px) {
    .paragraph__related-news__boundary {
      max-width: 1500px;
      margin: 0 auto;
      padding-left: 10%;
      padding-right: 36.5%; } }

.paragraph__related-news__title {
  font-size: 1.5rem;
  font-family: "Open Sans", "Times", serif;
  font-weight: normal;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    .paragraph__related-news__title {
      font-size: 2.3rem; } }
  @media (min-width: 768px) {
    .paragraph__related-news__title {
      font-size: 2.3rem; } }

.paragraph__related-programs__stage {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .paragraph__related-programs__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .paragraph__related-programs__stage {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 1000px) {
    .paragraph__related-programs__stage {
      margin-bottom: 50px; } }

.paragraph__related-programs__boundary {
  max-width: 1500px;
  margin: 0 auto; }
  @media (min-width: 1000px) {
    .paragraph__related-programs__boundary {
      max-width: 1500px;
      margin: 0 auto;
      padding-right: 26.5%; } }

.paragraph__related-programs__stage .paragraph__related-programs__boundary .table-program-list .node-program__stage .node-program__label {
  margin-top: 12px;
  margin-bottom: 0;
  width: 50%;
  text-align: right; }

.paragraph__resource-list__stage {
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .paragraph__resource-list__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .paragraph__resource-list__stage {
      padding-right: 60px;
      padding-left: 60px; } }

.paragraph__resource-list__boundary {
  max-width: 768px;
  margin: 0 auto;
  margin-bottom: 32px; }

.paragraph__resource-list__title {
  font-size: 1.5rem;
  font-family: "Open Sans", "Times", serif;
  font-weight: normal;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  font-weight: 300;
  font-size: 1.5rem;
  border-top: 2px solid #000000;
  padding-top: 32px;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .paragraph__resource-list__title {
      font-size: 2.3rem; } }
  @media (min-width: 768px) {
    .paragraph__resource-list__title {
      font-size: 1.65rem; } }

.paragraph__stats__stage {
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .paragraph__stats__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .paragraph__stats__stage {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 1000px) {
    .paragraph__stats__stage {
      margin-bottom: 30px; } }
  @media (min-width: 1000px) {
    .paragraph__stats__stage {
      margin-bottom: 115px; } }
  .paragraph__stats__stage h2 {
    font-size: 1.5rem;
    font-family: "Open Sans", "Times", serif;
    font-weight: normal;
    margin: 0 0 0.5rem;
    line-height: 1.3;
    font-size: 1.5rem;
    color: #213153; }
    @media (min-width: 768px) {
      .paragraph__stats__stage h2 {
        font-size: 2.3rem; } }
    @media (min-width: 768px) {
      .paragraph__stats__stage h2 {
        font-size: 2.3rem; } }

.paragraph__stats__boundary {
  max-width: 1500px;
  margin: 0 auto; }

@media (min-width: 1000px) {
  .paragraph__stats__inner {
    display: flex; } }

.paragraph__stats__main-stat-stage {
  position: relative;
  margin-bottom: 30px; }
  @media (min-width: 1000px) {
    .paragraph__stats__main-stat-stage {
      margin-bottom: 115px; } }
  @media (min-width: 1000px) {
    .paragraph__stats__main-stat-stage {
      width: 55%;
      margin: 0; } }

.paragraph__stats__main-stat-boundary {
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center; }

.paragraph__stats__main-stat-value {
  font-size: 3.75rem;
  font-family: "Crimson Text", "Arial", serif;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 600; }
  @media (min-width: 1000px) {
    .paragraph__stats__main-stat-value {
      font-size: 6.1rem; } }
  @media (min-width: 1000px) {
    .paragraph__stats__main-stat-value {
      margin-bottom: 20px; } }

.paragraph__stats__main-stat-title {
  text-transform: uppercase;
  font-weight: 700; }

.paragraph__stats__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #213153;
  opacity: 0.8; }

.paragraph__stats__additional-stats {
  padding-bottom: 12px;
  margin-bottom: 30px;
  border-bottom: 2px solid #c7c7c7;
  max-height: 150px; }
  @media (min-width: 1000px) {
    .paragraph__stats__additional-stats {
      width: 45%;
      border-bottom: none;
      margin: 0;
      padding: 0; } }
  .paragraph__stats__additional-stats .field-name-field-stats-pair > .field-items {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    @media (min-width: 1000px) {
      .paragraph__stats__additional-stats .field-name-field-stats-pair > .field-items {
        display: flex;
        width: 100%;
        border-left: 2px solid #c7c7c7; } }
  .paragraph__stats__additional-stats .field-collection-container {
    position: relative; }
  @media (min-width: 1000px) {
    .paragraph__stats__additional-stats .field-name-field-stats-pair {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%; } }

@media (min-width: 1000px) {
  .is-sidebar .paragraph__stats__boundary {
    padding-right: 26.5%; } }

.paragraph__video-callout__stage {
  margin-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .paragraph__video-callout__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .paragraph__video-callout__stage {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 1000px) {
    .paragraph__video-callout__stage {
      margin-bottom: 80px; } }

.paragraph__video-callout__boundary {
  position: relative;
  max-width: 1225px;
  margin: 0 auto; }

.paragraph__video-callout__poster {
  float: none;
  position: relative;
  padding: 0;
  margin: 0;
  border-radius: 0;
  width: 100%;
  cursor: pointer; }
  .paragraph__video-callout__poster:before {
    /* Drop Shadow */
    position: absolute;
    content: '';
    width: 92%;
    display: block;
    height: 80%;
    bottom: 7px;
    right: 34px;
    box-shadow: 0px 0px 59px 20px #AAAAAA;
    z-index: -10; }

.paragraph__video-callout__poster-title {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: left;
  margin: auto 0; }
  @media (min-width: 768px) {
    .paragraph__video-callout__poster-title {
      top: auto;
      transform: translateY(0);
      bottom: 50px; } }
  .paragraph__video-callout__poster-title svg {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin: 0 15px; }
    @media (min-width: 768px) {
      .paragraph__video-callout__poster-title svg {
        width: 120px;
        height: 120px;
        margin: 0 30px; } }
  .paragraph__video-callout__poster-title .field-name-field-title {
    font-size: 1.5rem;
    font-family: "Open Sans", "Times", serif;
    font-weight: normal;
    margin: 0 0 0.5rem;
    line-height: 1.3;
    font-family: "Crimson Text", "Arial", serif;
    display: inline-block;
    vertical-align: middle;
    color: white;
    margin: 0;
    padding: 15px;
    border-left: 2px solid #ffffff;
    max-width: calc(100% - 70px);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75); }
    @media (min-width: 768px) {
      .paragraph__video-callout__poster-title .field-name-field-title {
        font-size: 2.3rem; } }
    @media (min-width: 768px) {
      .paragraph__video-callout__poster-title .field-name-field-title {
        line-height: 1.35;
        font-size: 2.3rem;
        margin: 0 0 0.9rem;
        font-family: "Crimson Text", "Arial", serif;
        font-weight: 600;
        line-height: 1.1;
        max-width: calc(100% - 190px);
        padding: 30px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .paragraph__video-callout__poster-title .field-name-field-title {
      font-size: 3.3rem; } }

.paragraph__video-callout__poster-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0; }

.paragraph__video-callout__video-stage {
  display: none;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .paragraph__video-callout__video-stage.active {
    z-index: 1000; }
    .paragraph__video-callout__video-stage.active .paragraph__video-callout__video-overlay {
      opacity: 0.9; }

.paragraph__video-callout__video {
  position: absolute;
  z-index: 1;
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
  margin: auto;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  max-width: 1000px;
  max-height: 600px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.35); }

.paragraph__video-callout__video-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  opacity: 0;
  transition: opacity 2.35s; }

@media (min-width: 1000px) {
  .is-sidebar .paragraph__video-callout__boundary {
    padding-right: 26.5%;
    max-width: 1500px;
    margin: 0 auto; } }

.uk-detail .paragraph__video-callout__boundary {
  max-width: 1000px;
  margin: 0 auto; }

.fc__community-group__stage {
  position: relative;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .fc__community-group__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .fc__community-group__stage {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 768px) {
    .fc__community-group__stage {
      margin-top: 32px;
      margin-bottom: 0;
      left: 0; } }
  @media (min-width: 1300px) {
    .fc__community-group__stage {
      margin-top: 90px;
      margin-bottom: 50px; } }
  @media (min-width: 1300px) {
    .fc__community-group__stage:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      height: 250px;
      display: block;
      background: url("../svg/pattern-dot.svg") repeat 0 1px; } }

.fc__community-group__boundary {
  max-width: 1225px;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 1000px) {
    .fc__community-group__boundary:after {
      content: '';
      width: 100%;
      height: 3px;
      background: #F3F3F1;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; } }
  @media (min-width: 1300px) {
    .fc__community-group__boundary {
      display: flex;
      justify-content: flex-start;
      /* padding-bottom: 190px; */
      padding-bottom: 120px; }
      .fc__community-group__boundary:after {
        width: 97.5%; } }

.fc__community-group__intro {
  background: #ffffff;
  position: relative;
  z-index: 2; }
  @media (min-width: 1000px) {
    .fc__community-group__intro {
      max-width: 75%;
      z-index: 2; } }
  @media (min-width: 1300px) {
    .fc__community-group__intro {
      padding: 0 32px;
      width: 40%;
      min-height: 250px;
      position: relative;
      z-index: 1;
      left: -30px; } }
  @media (min-width: 1500px) {
    .fc__community-group__intro {
      width: 45%; } }

.fc__community-group__title {
  font-size: 1.5rem;
  font-family: "Open Sans", "Times", serif;
  font-weight: normal;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  font-size: 1.5rem;
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .fc__community-group__title {
      font-size: 2.3rem; } }
  @media (min-width: 768px) {
    .fc__community-group__title {
      font-size: 2.3rem; } }

.fc__community-group__link a {
  line-height: 1.5;
  margin: 0 0 0.6rem;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 0.6rem;
  display: block;
  padding: 5px 0;
  color: #000000; }
  @media (min-width: 768px) {
    .fc__community-group__link a {
      font-size: 1.1rem; } }
  .fc__community-group__link a:hover {
    color: #000000; }
  .fc__community-group__link a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
    margin-left: 8px; }
  .fc__community-group__link a:after {
    background: url("../svg/icon-arrow-dot-black.svg") no-repeat 0 0;
    background-size: contain; }

@media (min-width: 1000px) {
  .fc__community-group__people {
    position: relative;
    z-index: 1;
    height: 620px;
    /* margin-top: 220px; */ } }

@media (min-width: 1300px) {
  .fc__community-group__people {
    top: -92px;
    float: left;
    display: block;
    margin-right: 2.01406%;
    width: 56.27969%;
    width: 430px;
    height: 430px;
    position: relative;
    z-index: 1;
    margin-top: 0rem; }
    .fc__community-group__people:last-child {
      margin-right: 0; } }

@media (min-width: 1500px) {
  .fc__community-group__people {
    float: left;
    display: block;
    margin-right: 2.01406%;
    width: 48.99297%; }
    .fc__community-group__people:last-child {
      margin-right: 0; } }

.fc__community-group__people .field-item {
  display: none; }
  @media (min-width: 1000px) {
    .fc__community-group__people .field-item {
      display: block; } }
  .fc__community-group__people .field-item:first-child {
    display: block; }

.field-name-field-community-group > .field-items > .field-item:last-child .fc__community-group__stage {
  border: none; }

.field-name-field-community-group > .field-items > .field-item:last-child .node-people__text-stage {
  border: none; }

@media (min-width: 1000px) {
  .is-sidebar .fc__community-group__boundary, .is-sidebar .paragraph__community__title-boundary {
    max-width: 1500px;
    padding-right: 26.5%; } }

@media (min-width: 1300px) {
  .is-sidebar .fc__community-group__boundary, .is-sidebar .paragraph__community__title-boundary {
    padding-right: 36.5%; } }

@media (min-width: 1500px) {
  .is-sidebar .fc__community-group__boundary, .is-sidebar .paragraph__community__title-boundary {
    padding-right: 500px; } }

.fc_faculty_member__stage {
  margin-bottom: 24px; }

.fc_faculty_member__boundary {
  display: flex; }

.fc_faculty_member__col1 {
  min-width: 75px;
  width: 30%;
  max-width: 148px; }

.fc_faculty_member__image img {
  border-radius: 100%; }

.fc_faculty_member__col2 {
  padding-left: 12px;
  width: 70%; }
  @media (min-width: 768px) {
    .fc_faculty_member__col2 {
      padding-left: 24px; } }

.fc_faculty_member__name {
  line-height: 1.5;
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .fc_faculty_member__name {
      font-size: 1.25rem; } }

.fc_faculty_member__title {
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  margin: 0 0 0.6rem;
  color: #737373; }
  .fc_faculty_member__title p {
    line-height: 1.3; }

.fc_faculty_member__profile {
  margin-top: 12px; }
  .fc_faculty_member__profile p:last-child {
    margin: 0; }

.fc_faculty_member__readmore {
  line-height: 1.5;
  margin: 0 0 0.6rem;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 0.6rem;
  display: block;
  padding: 5px 0;
  color: #000000; }
  @media (min-width: 768px) {
    .fc_faculty_member__readmore {
      font-size: 1.1rem; } }
  .fc_faculty_member__readmore:hover {
    color: #000000; }
  .fc_faculty_member__readmore:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
    margin-left: 8px; }
  .fc_faculty_member__readmore:after {
    background: url("../svg/icon-arrow-dot-black.svg") no-repeat 0 0;
    background-size: contain; }
  .fc_faculty_member__readmore:hover {
    color: #000000; }

.fc__gallery__text {
  padding: 24px 24px 12px; }
  @media (min-width: 768px) {
    .fc__gallery__text {
      position: absolute;
      z-index: 10;
      left: 100%;
      width: 33%;
      bottom: 80px; } }

.fc__gallery__title {
  line-height: 1.5;
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
  font-weight: normal; }
  @media (min-width: 768px) {
    .fc__gallery__title {
      font-size: 1.2rem; } }

.fc__gallery__caption {
  color: #565656;
  font-size: 0.75rem; }

@media (min-width: 625px) {
  .field-name-field-news-item > .field-items {
    display: flex; } }

@media (min-width: 625px) {
  .field-name-field-news-item > .field-items > .field-item {
    width: calc(1/3 * 100%);
    padding-right: 3%;
    float: left; } }

.view-news-spifs {
  margin-bottom: 32px; }
  @media (min-width: 625px) {
    .view-news-spifs .view-content {
      display: flex; } }
  @media (min-width: 625px) {
    .view-news-spifs .view-content > .entry {
      width: calc(1/3 * 100%);
      padding-right: 3%;
      float: left; } }
  .view-news-spifs .view-content > .entry img {
    width: 100%; }

@media (min-width: 625px) {
  .view-news-spifs.view-id-news_spifs .view-content {
    display: block; } }

.view-news-spifs.view-id-news_spifs .view-content > .entry {
  float: left; }

.view-news-spifs.view-id-news_spifs .view-content img {
  width: 100%; }

.view-news-spifs.view-id-news_spifs .view-footer {
  clear: both; }

.fc__news-item__stage {
  margin-bottom: 20px; }
  .fc__news-item__stage a[href*="http"] {
    position: relative; }
    .fc__news-item__stage a[href*="http"]:after {
      content: '';
      width: 17px;
      height: 16px;
      background: url("../svg/icon-link-external-gray.svg") no-repeat;
      background-size: contain;
      display: inline-block;
      vertical-align: middle;
      margin-left: 7px; }

.fc__news-item__title {
  margin-bottom: 12px; }

.fc__news-item__link .field-label, .fc__news-item__link .field-items {
  display: inline-block; }

.fc__news-item__link .field-label {
  font-weight: normal; }

.fc__program-callout__stage {
  padding: 30px;
  position: relative;
  background: #ffffff;
  box-shadow: 0px -10px 15px 0px rgba(0, 0, 0, 0.05); }
  @media (min-width: 1000px) {
    .fc__program-callout__stage {
      padding: 15px 15px 40px; } }
  @media (min-width: 1300px) {
    .fc__program-callout__stage {
      padding: 30px 30px 50px; } }
  .fc__program-callout__stage:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: linear-gradient(to right, #ffffff 0%, #dddddb 5%, #dddddb 95%, #ffffff 100%);
    clear: none;
    display: block;
    visibility: visible; }
    @media (min-width: 1000px) {
      .fc__program-callout__stage:after {
        content: '';
        position: absolute;
        z-index: -1;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 92%;
        height: 50px;
        background: rgba(0, 0, 0, 0.2);
        filter: blur(8px);
        border-radius: 20%;
        bottom: 0; } }
  .fc__program-callout__stage.red {
    border-bottom: 4px solid #B01E34; }
    .fc__program-callout__stage.red .fc__program-callout__title {
      color: #B01E34; }
    .fc__program-callout__stage.red .fc__program-callout__link a {
      color: #B01E34;
      padding-top: 1.5rem; }
      @media (min-width: 1000px) {
        .fc__program-callout__stage.red .fc__program-callout__link a {
          position: absolute;
          bottom: 0;
          padding-bottom: 20px;
          margin: 0; } }
  .fc__program-callout__stage.orange {
    border-bottom: 4px solid #BE5802; }
    .fc__program-callout__stage.orange .fc__program-callout__title {
      color: #BE5802; }
    .fc__program-callout__stage.orange .fc__program-callout__link a {
      color: #BE5802;
      padding-top: 1.5rem; }
      @media (min-width: 1000px) {
        .fc__program-callout__stage.orange .fc__program-callout__link a {
          position: absolute;
          bottom: 0;
          padding-bottom: 20px;
          margin: 0; } }
  .fc__program-callout__stage.blue {
    border-bottom: 4px solid #306DA7; }
    .fc__program-callout__stage.blue .fc__program-callout__title {
      color: #306DA7; }
    .fc__program-callout__stage.blue .fc__program-callout__link a {
      color: #306DA7;
      padding-top: 1.5rem; }
      @media (min-width: 1000px) {
        .fc__program-callout__stage.blue .fc__program-callout__link a {
          position: absolute;
          bottom: 0;
          padding-bottom: 20px;
          margin: 0; } }
  .fc__program-callout__stage.green {
    border-bottom: 4px solid #47764A; }
    .fc__program-callout__stage.green .fc__program-callout__title {
      color: #47764A; }
    .fc__program-callout__stage.green .fc__program-callout__link a {
      color: #47764A;
      padding-top: 1.5rem; }
      @media (min-width: 1000px) {
        .fc__program-callout__stage.green .fc__program-callout__link a {
          position: absolute;
          bottom: 0;
          padding-bottom: 20px;
          margin: 0; } }
  .fc__program-callout__stage.dark_blue {
    border-bottom: 4px solid #213153; }
    .fc__program-callout__stage.dark_blue .fc__program-callout__title {
      color: #213153; }
    .fc__program-callout__stage.dark_blue .fc__program-callout__link a {
      color: #213153;
      padding-top: 1.5rem; }
      @media (min-width: 1000px) {
        .fc__program-callout__stage.dark_blue .fc__program-callout__link a {
          position: absolute;
          bottom: 0;
          padding-bottom: 20px;
          margin: 0; } }

.fc__program-callout__title {
  font-size: 1.5rem;
  font-family: "Open Sans", "Times", serif;
  font-weight: normal;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  font-size: 1.5rem;
  font-family: "Open Sans", "Times", serif;
  font-weight: normal;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  position: relative;
  padding-bottom: 1rem; }
  @media (min-width: 768px) {
    .fc__program-callout__title {
      font-size: 2.3rem; } }
  @media (min-width: 768px) {
    .fc__program-callout__title {
      font-size: 1.875rem;
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 16px; } }
  @media (min-width: 1000px) {
    .fc__program-callout__title {
      font-size: 1.15rem;
      margin-bottom: 16px; } }
  @media (min-width: 1300px) {
    .fc__program-callout__title {
      margin-bottom: 16px;
      font-size: 1.875rem; } }
  @media (min-width: 900px) {
    .fc__program-callout__title {
      padding-bottom: 1.5rem; } }
  .fc__program-callout__title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #BAC5C6; }

__link a {
  line-height: 1.5;
  margin: 0 0 0.6rem;
  font-size: 0.875rem;
  color: #306DA7;
  font-weight: 600; }
  @media (min-width: 768px) {
    __link a {
      font-size: 1.1rem; } }

.fc__resource__link:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 6px; }

.fc__resource__link[data-resource-type=file]:after {
  background: url("../svg/icon-file.svg") no-repeat center center;
  background-size: contain; }

.fc__resource__link[data-resource-type=link]:after {
  background: url("../svg/icon-arrow-dot-black.svg") no-repeat center center;
  background-size: contain; }

.fc__resource__link[data-resource-type=link][target*=blank]:after {
  background: url("../svg/icon-link-external-gray.svg") no-repeat center center;
  background-size: contain; }

.fc__resource a {
  color: #000000;
  font-weight: 600; }

.field-name-field-resource > .field-items > .field-item {
  margin-bottom: 12px; }

.field-name-field-social-icons-no-title .field-item {
  display: inline-block; }

.field-name-field-social-icons-no-title a {
  display: block;
  line-height: 0;
  padding: 5px 7px; }

@media (min-width: 1000px) {
  .field-name-field-stats-pair > .field-items:after {
    content: '';
    display: block;
    background: #ababab url("../svg/background-harvard-shield.svg") no-repeat center center;
    background-size: 35%;
    width: 50%;
    height: 50%;
    opacity: 0.3;
    right: 0;
    bottom: 0;
    position: absolute; } }

.field-name-field-stats-pair > .field-items > .field-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  justify-content: center;
  text-align: center;
  flex-direction: column; }
  @media (min-width: 1000px) {
    .field-name-field-stats-pair > .field-items > .field-item {
      position: absolute;
      width: 50%;
      height: 50%;
      margin: 0; }
      .field-name-field-stats-pair > .field-items > .field-item:nth-child(1) {
        border-bottom: 2px solid #c7c7c7;
        border-right: 2px solid #c7c7c7;
        top: 0;
        left: 0; }
      .field-name-field-stats-pair > .field-items > .field-item:nth-child(2) {
        border-bottom: 2px solid #c7c7c7;
        right: 0;
        top: 0; }
      .field-name-field-stats-pair > .field-items > .field-item:nth-child(3) {
        border-right: 2px solid #c7c7c7;
        left: 0;
        bottom: 0; } }

.fc__stats-pair__boundary {
  display: flex;
  flex-direction: column;
  align-items: center; }

.fc__stats-pair__value {
  font-size: 2.5rem;
  font-family: "Crimson Text", "Arial", serif;
  color: #4d5a75;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px; }
  @media (min-width: 1000px) {
    .fc__stats-pair__value {
      font-size: 4.3rem; } }

.fc__stats-pair__title {
  color: #737373;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  font-weight: 700; }

.field-name-field-testimonial {
  background: #F3F3F1;
  margin-bottom: 32px; }
  @media (min-width: 1000px) {
    .field-name-field-testimonial {
      margin-bottom: 50px; } }
  .field-name-field-testimonial .field-item {
    width: 100%; }
  .field-name-field-testimonial .flickity-prev-next-button {
    position: absolute;
    top: 0;
    height: 32px;
    width: 32px;
    padding: 0;
    margin: 0;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.8); }
    .field-name-field-testimonial .flickity-prev-next-button:before {
      content: '';
      position: absolute;
      width: 10px;
      height: 17px;
      top: 0;
      right: 0;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    .field-name-field-testimonial .flickity-prev-next-button svg {
      display: none; }
    .field-name-field-testimonial .flickity-prev-next-button.previous {
      left: 15px; }
      .field-name-field-testimonial .flickity-prev-next-button.previous:before {
        margin: auto 0 auto -2px;
        background: url("../svg/icon-arrow-small-white-left.svg") no-repeat center center;
        background-size: contain; }
    .field-name-field-testimonial .flickity-prev-next-button.next {
      right: 15px; }
      .field-name-field-testimonial .flickity-prev-next-button.next:before {
        margin: auto -2px auto 0;
        background: url("../svg/icon-arrow-small-white-right.svg") no-repeat center center;
        background-size: contain; }
  .field-name-field-testimonial.one-item .flickity-prev-next-button {
    display: none; }
  .field-name-field-testimonial .flickity-prev-next-button {
    top: auto;
    bottom: 18px;
    transform: none;
    background: none; }
    @media (min-width: 1000px) {
      .field-name-field-testimonial .flickity-prev-next-button {
        top: 50%;
        transform: tarnslateY(-50%);
        bottom: auto; }
        .field-name-field-testimonial .flickity-prev-next-button:before {
          width: 15px;
          height: 30px; } }
  .field-name-field-testimonial .flickity-prev-next-button.previous:before {
    background-image: url("../svg/icon-arrow-small-charcoal-left.svg"); }
  @media (min-width: 1000px) {
    .field-name-field-testimonial .flickity-prev-next-button.previous {
      left: 7%; } }
  .field-name-field-testimonial .flickity-prev-next-button.next:before {
    background-image: url("../svg/icon-arrow-small-charcoal-right.svg"); }
  @media (min-width: 1000px) {
    .field-name-field-testimonial .flickity-prev-next-button.next {
      right: 30%; } }

.fc__testimonial__stage {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 12px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .fc__testimonial__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .fc__testimonial__stage {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 625px) {
    .fc__testimonial__stage {
      padding-top: 32px; } }

@media (min-width: 625px) {
  .fc__testimonial__boundary {
    display: flex; } }

@media (min-width: 1000px) {
  .fc__testimonial__boundary {
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 10%;
    padding-right: 36.5%; } }

.fc__testimonial__image {
  display: none; }
  @media (min-width: 625px) {
    .fc__testimonial__image {
      display: block;
      min-width: 170px; }
      .fc__testimonial__image img {
        border-radius: 100%; } }

.fc__testimonial__text-col {
  padding-left: 32px; }

.fc__testimonial__teaser {
  line-height: 1.5;
  margin: 0 0 0.6rem;
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .fc__testimonial__teaser {
      font-size: 1.25rem; } }

.fc__testimonial__full-name p {
  margin: 0; }

.fc__testimonial__faculty-title {
  color: #737373;
  font-weight: 600; }

input[type='checkbox'] + label {
  display: inline-block; }

input[type="checkbox"], input[type="radio"] {
  display: none; }

input[type='checkbox'] + label, input[type='radio'] + label {
  display: block;
  cursor: pointer;
  transition: color 0.2s;
  color: #737373;
  position: relative;
  padding: 5px 0;
  margin: 0;
  padding-left: 28px; }
  input[type='checkbox'] + label:hover, input[type='radio'] + label:hover {
    color: #000000; }

input[type='checkbox'] + label:hover:before, input[type='radio'] + label:hover:before {
  border: 1px solid #000000; }

input[type='checkbox'] + label:before, input[type='radio'] + label:before {
  content: '';
  margin-right: 0;
  position: absolute;
  left: 0;
  top: 8px;
  border: 1px solid #737373;
  border-radius: 2px;
  padding: 2px;
  background: none;
  width: 17px;
  height: 17px;
  transition: background 0.2s, border 0.2s; }

input[type='checkbox'] + label:before {
  background: #ffffff url("../svg/icon-checkmark-white.svg") no-repeat center center; }

input[type='radio'] + label:before {
  background: #ffffff; }

input[type='checkbox'] + label:before {
  top: 8px; }

input[type='radio'] + label:before {
  top: 4px; }

input[type="checkbox"]:checked + label {
  color: #000000; }
  input[type="checkbox"]:checked + label:before {
    background-color: #000000;
    border-color: #000000; }

input[type='radio'] + label:before {
  width: 18px;
  height: 18px;
  border-radius: 13px; }

input[type="radio"]:checked + label:before {
  background: radial-gradient(ellipse at center, #000000 45%, #ffffff 46%); }

input[type="radio"]:checked + label:before:after {
  content: '';
  position: absolute;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background: #000000;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.ms-options-wrap button {
  font-size: 0.85rem;
  color: #000000;
  font-weight: 600;
  font-family: "Open Sans", "Times", serif;
  text-indent: 0;
  line-height: 1.3;
  background: #ffffff url("../svg/icon-arrow-small-charcoal-down.svg") no-repeat;
  background-position: right 10px center;
  padding: 16px 20px;
  color: #565656;
  transition: background-color 0.2s, border-color 0.2s;
  float: none;
  width: 100%; }
  @media (min-width: 1000px) {
    .ms-options-wrap button {
      font-size: 1rem; } }

.ms-reflow {
  display: block; }

.ms-options-wrap ul, .ms-options-wrap li {
  padding: 0;
  margin: 0; }

.ms-options {
  padding: 12px 16px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15); }

.views-exposed-form input {
  height: auto; }

.views-exposed-form .views-exposed-widgets {
  position: relative; }

.views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0;
  margin-bottom: 30px; }
  .views-exposed-form .views-exposed-widget > label {
    font-size: 1rem;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    margin: 0 0 0.6rem;
    color: #737373; }
  .views-exposed-form .views-exposed-widget.views-reset-button {
    margin: 0;
    color: #000000;
    font-weight: 600;
    font-size: 1rem;
    position: relative;
    padding: 10px 10px 10px 30px; }
    .views-exposed-form .views-exposed-widget.views-reset-button:before {
      content: '';
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto 0;
      background: transparent url("../svg/icon-reset.svg") no-repeat 0 center; }
    .views-exposed-form .views-exposed-widget.views-reset-button:hover, .views-exposed-form .views-exposed-widget.views-reset-button:focus {
      background: none; }

.views-exposed-form .views-exposed-widget.views-submit-button input {
  margin-top: 0; }

.views-exposed-form .views-submit-button {
  margin-bottom: 24px; }
  .views-exposed-form .views-submit-button input {
    color: #B01E34;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    border: 2px solid #B01E34;
    border-radius: 3px;
    padding: 10px 30px;
    background: transparent;
    transition: border 0.25s, color 0.25s;
    width: 100%;
    max-width: none;
    margin: 0; }
    .views-exposed-form .views-submit-button input:hover, .views-exposed-form .views-submit-button input:focus {
      color: #000000;
      border-color: #000000;
      text-decoration: none;
      background: transparent; }

.views-exposed-form .views-widget-filter-secondary.views-exposed-widget {
  margin-bottom: 0; }
  .views-exposed-form .views-widget-filter-secondary.views-exposed-widget legend {
    display: none; }
  .views-exposed-form .views-widget-filter-secondary.views-exposed-widget fieldset {
    display: none;
    height: auto; }
  .views-exposed-form .views-widget-filter-secondary.views-exposed-widget .fieldset-wrapper {
    margin-bottom: 24px; }

.views-exposed-form .views-widget-filter-field_portfolio_tid.views-exposed-widget {
  margin-bottom: 12px; }

.views-exposed-form .description {
  display: none; }

.views-exposed-form > label {
  margin-bottom: 12px; }

.views-exposed-form .btn-show-hide {
  color: #000000;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
  border: 2px solid #ababab;
  border-radius: 3px;
  padding: 10px 30px;
  background: transparent;
  transition: border 0.25s, color 0.25s;
  float: none;
  width: 100%;
  margin-right: 0; }
  .views-exposed-form .btn-show-hide:hover, .views-exposed-form .btn-show-hide:focus {
    color: #000000;
    border-color: #000000;
    text-decoration: none;
    background: transparent; }
  @media (min-width: 550px) {
    .views-exposed-form .btn-show-hide {
      float: left;
      width: 67%;
      margin-right: 3%; } }

input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea {
  font-size: 0.85rem;
  color: #737373;
  font-weight: 600;
  padding: 16px 20px;
  line-height: 1.3;
  height: auto;
  border: 2px solid #c7c7c7;
  box-shadow: none;
  transition: background-color 0.2s, border-color 0.2s;
  margin: 0; }
  @media (min-width: 1000px) {
    input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea {
      font-size: 1rem; } }
  input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="date"]:hover, textarea:hover {
    background-color: #ffffff;
    border-color: #737373; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="date"]:focus, textarea:focus {
    border-width: 2px;
    background-color: #F3F3F1;
    border-color: #000000; }
  input[type="text"].placeholder, input[type="email"].placeholder, input[type="tel"].placeholder, input[type="date"].placeholder, textarea.placeholder {
    color: #737373; }
  input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="date"]:-moz-placeholder, textarea:-moz-placeholder {
    color: #737373; }
  input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="date"]::-moz-placeholder, textarea::-moz-placeholder {
    color: #737373; }
  input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #737373; }

input.form-text {
  max-width: 100%; }

form select.form-select {
  max-width: none; }

#mc_embed_signup input {
  margin-bottom: 24px; }

button.buttonAlt {
  color: #B01E34;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
  border: 2px solid #B01E34;
  border-radius: 3px;
  padding: 10px 30px;
  background: transparent;
  transition: border 0.25s, color 0.25s; }
  button.buttonAlt:hover, button.buttonAlt:focus {
    color: #000000;
    border-color: #000000;
    text-decoration: none;
    background: transparent; }

.page-node-470091 form .form_text, .page-node-470091 form .form_select, .page-node-470091 form .form_question {
  width: 100% !important;
  max-width: 480px; }

.page-node-470091 form .form_question:nth-of-type(1), .page-node-470091 form .form_question:nth-of-type(2) {
  max-width: none; }

.page-node-470091 form .form_checkbox .form_label {
  padding-left: 12px;
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  margin: 0 0 0.6rem;
  color: #737373;
  border-bottom: 2px solid #c7c7c7; }

.page-node-470091 form .form_checkbox div.form_response input + label {
  margin-left: 12px; }

.page-node-470091 form .form_checkbox .form_responses {
  position: relative; }
  .page-node-470091 form .form_checkbox .form_responses:before {
    content: '';
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 44px;
    background: #ababab; }

.page-node-470091 form .form_checkbox .form_response label {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  position: relative;
  padding-left: 45px;
  display: inline-block; }
  .page-node-470091 form .form_checkbox .form_response label:before {
    margin-right: 0;
    position: absolute;
    left: 0; }

.page-node-470091 form .form_checkbox input[type="checkbox"]:checked + label {
  color: #000000; }

.page-node-470091 form .webform-component input, .page-node-470091 form textarea, .page-node-470091 form select {
  width: 100%; }

.page-node-470091 form select {
  margin-left: 0 !important; }

.page-node-470091 form .form_date {
  float: none !important; }
  .page-node-470091 form .form_date .selectboxit-container {
    display: inline-block; }

.page-node-470091 form div.form_question {
  margin: 0 0 40px;
  padding: 0; }
  .page-node-470091 form div.form_question .form_label {
    font-size: 1rem;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    margin: 0 0 0.6rem;
    color: #737373;
    margin-bottom: 7px; }

.page-node-470091 form div.form_question.form_h2 {
  margin-top: 60px;
  margin-bottom: 20px; }

.page-node-470091 form div.form_question.form_h2 .form_label {
  font-size: 1.5rem;
  font-family: "Open Sans", "Times", serif;
  font-weight: normal;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  font-size: 1.5rem;
  color: #000000;
  margin: 0;
  text-transform: none; }
  @media (min-width: 768px) {
    .page-node-470091 form div.form_question.form_h2 .form_label {
      font-size: 2.3rem; } }
  @media (min-width: 768px) {
    .page-node-470091 form div.form_question.form_h2 .form_label {
      font-size: 2.3rem; } }

.page-node-470091 form .selectboxit-container {
  max-width: 480px; }

.page-node-470091 form #form_20f0124b-1b31-4594-b8a9-16814a723dd2_mSelectBoxItContainer, .page-node-470091 form #form_81bb796e-887b-4c8d-a506-57049b0150de_mSelectBoxItContainer {
  width: 160px;
  margin-right: 12px;
  display: block;
  margin-bottom: 12px; }
  @media (min-width: 450px) {
    .page-node-470091 form #form_20f0124b-1b31-4594-b8a9-16814a723dd2_mSelectBoxItContainer, .page-node-470091 form #form_81bb796e-887b-4c8d-a506-57049b0150de_mSelectBoxItContainer {
      display: inline-block;
      margin-bottom: 0; } }

.page-node-470091 form #form_20f0124b-1b31-4594-b8a9-16814a723dd2_dSelectBoxItContainer, .page-node-470091 form #form_81bb796e-887b-4c8d-a506-57049b0150de_dSelectBoxItContainer {
  width: 85px;
  margin-right: 12px; }
  @media (min-width: 450px) {
    .page-node-470091 form #form_20f0124b-1b31-4594-b8a9-16814a723dd2_dSelectBoxItContainer, .page-node-470091 form #form_81bb796e-887b-4c8d-a506-57049b0150de_dSelectBoxItContainer {
      width: 100px; } }

.page-node-470091 form #form_20f0124b-1b31-4594-b8a9-16814a723dd2_ySelectBoxItContainer, .page-node-470091 form #form_81bb796e-887b-4c8d-a506-57049b0150de_ySelectBoxItContainer {
  width: 85px;
  margin-right: 12px; }
  @media (min-width: 450px) {
    .page-node-470091 form #form_20f0124b-1b31-4594-b8a9-16814a723dd2_ySelectBoxItContainer, .page-node-470091 form #form_81bb796e-887b-4c8d-a506-57049b0150de_ySelectBoxItContainer {
      width: 100px; } }

.page-node-470091 form .form_question_ebf8f9ea-52e2-4cc7-8b8b-f4a53a755cd3 .form_label, .page-node-470091 form .form_question_9421f371-0a1a-4666-8dcc-1be598b96d19 .form_label {
  margin-bottom: 12px; }

.page-node-470091 form .form_question_ebf8f9ea-52e2-4cc7-8b8b-f4a53a755cd3 .form_response, .page-node-470091 form .form_question_9421f371-0a1a-4666-8dcc-1be598b96d19 .form_response {
  display: inline-block;
  margin-bottom: 20px; }

.page-node-470091 form .form_question_ebf8f9ea-52e2-4cc7-8b8b-f4a53a755cd3 div.form_response input + label, .page-node-470091 form .form_question_9421f371-0a1a-4666-8dcc-1be598b96d19 div.form_response input + label {
  margin-left: 0;
  margin-right: 12px;
  display: inline-block; }

.page-node-470091 form .form_question_ebf8f9ea-52e2-4cc7-8b8b-f4a53a755cd3 label, .page-node-470091 form .form_question_9421f371-0a1a-4666-8dcc-1be598b96d19 label {
  color: #000000;
  font-weight: 600;
  font-size: 1rem;
  background: #ababab;
  border-radius: 3px;
  padding: 16px 40px;
  border: 2px solid #ababab;
  transition: background 0.2s, border 0.2s, color 0.2s; }
  .page-node-470091 form .form_question_ebf8f9ea-52e2-4cc7-8b8b-f4a53a755cd3 label:hover, .page-node-470091 form .form_question_9421f371-0a1a-4666-8dcc-1be598b96d19 label:hover {
    background-color: #c7c7c7;
    border: 2px solid #c7c7c7;
    color: #000000; }
  .page-node-470091 form .form_question_ebf8f9ea-52e2-4cc7-8b8b-f4a53a755cd3 label:before, .page-node-470091 form .form_question_9421f371-0a1a-4666-8dcc-1be598b96d19 label:before {
    content: normal; }

.page-node-470091 form .form_question_ebf8f9ea-52e2-4cc7-8b8b-f4a53a755cd3 input[type="radio"]:checked, .page-node-470091 form .form_question_9421f371-0a1a-4666-8dcc-1be598b96d19 input[type="radio"]:checked {
  display: none; }

.page-node-470091 form .form_question_ebf8f9ea-52e2-4cc7-8b8b-f4a53a755cd3 input[type="radio"]:checked + label, .page-node-470091 form .form_question_9421f371-0a1a-4666-8dcc-1be598b96d19 input[type="radio"]:checked + label {
  background-color: #ffffff;
  border: 2px solid #c7c7c7;
  color: #000000; }

.page-node-470091 form #form_20f0124b-1b31-4594-b8a9-16814a723dd2_dSelectBoxItContainer,
.page-node-470091 form #form_20f0124b-1b31-4594-b8a9-16814a723dd2_ySelectBoxItContainer {
  display: inline-block; }

.page-node-470091 form div.form_question_5995f445-58a6-473c-9e51-ca594132f87f, .page-node-470091 form div.form_question_50869ccc-5c71-493c-a0e8-f57107b83567 {
  margin-bottom: 10px; }

.page-node-470091 form .form_question_5995f445-58a6-473c-9e51-ca594132f87f.form_question .form_label,
.page-node-470091 form .form_question_c59e5e49-49df-4b74-8fdb-d9ab4022e2e8.form_question .form_label,
.page-node-470091 form .form_question_d84c2a9d-b0f3-47f2-ab35-524d5d22209e.form_question .form_label,
.page-node-470091 form .form_question_2277f972-ca31-4c8b-b620-b8caf3a100a5.form_question .form_label,
.page-node-470091 form .form_question_97506346-f720-43df-892d-a1df29300d41.form_question .form_label {
  color: #000000;
  text-transform: none;
  font-size: 1rem;
  font-weight: normal; }

.page-node-470091 form .form_question_2277f972-ca31-4c8b-b620-b8caf3a100a5 fieldset > .form_label {
  padding-left: 0; }

.page-node-470091 form div.form_address {
  margin: 0; }
  .page-node-470091 form div.form_address input[type="text"], .page-node-470091 form div.form_address input[type="email"], .page-node-470091 form div.form_address input[type="tel"], .page-node-470091 form div.form_address input[type="date"], .page-node-470091 form div.form_address textarea, .page-node-470091 form div.form_address .selectboxit-container {
    margin-bottom: 40px; }

.page-node-470091 form .form_action button {
  color: #B01E34;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
  border: 2px solid #B01E34;
  border-radius: 3px;
  padding: 10px 30px;
  background: transparent;
  transition: border 0.25s, color 0.25s;
  padding: 15px 25px; }
  .page-node-470091 form .form_action button:hover, .page-node-470091 form .form_action button:focus {
    color: #000000;
    border-color: #000000;
    text-decoration: none;
    background: transparent; }
  @media (min-width: 1150px) {
    .page-node-470091 form .form_action button {
      padding: 15px 40px; } }

.search-form input[type="text"] {
  margin-bottom: 24px; }

.search-form .form-submit {
  color: #B01E34;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
  border: 2px solid #B01E34;
  border-radius: 3px;
  padding: 10px 30px;
  background: transparent;
  transition: border 0.25s, color 0.25s; }
  .search-form .form-submit:hover, .search-form .form-submit:focus {
    color: #000000;
    border-color: #000000;
    text-decoration: none;
    background: transparent; }

.search-form fieldset {
  display: none; }

.search-results {
  margin: 0; }
  .search-results .search-snippet-info {
    padding: 0; }

.selectboxit-container {
  display: block; }
  .selectboxit-container span {
    height: auto; }
  .selectboxit-container .ui-dropdownchecklist {
    width: 100% !important;
    position: relative;
    overflow: hidden; }
    .selectboxit-container .ui-dropdownchecklist:after {
      content: '';
      position: absolute;
      top: 0;
      right: 17px;
      bottom: 0;
      margin: auto 0;
      background: url("../svg/icon-arrow-small-charcoal-down.svg") no-repeat center center;
      background-size: contain;
      width: 20px;
      height: 11px;
      border: none; }
  .selectboxit-container .selectboxit, .selectboxit-container .ui-dropdownchecklist {
    width: 100%;
    border: none;
    background: #ffffff;
    border-radius: 0;
    border: 2px solid #c7c7c7;
    border-radius: 3px;
    height: 56px; }
  .selectboxit-container .selectboxit {
    overflow: visible; }
  .selectboxit-container .selectboxit-text {
    font-size: 0.85rem;
    color: #000000;
    font-weight: 600;
    font-family: "Open Sans", "Times", serif;
    text-indent: 0;
    line-height: 1.3;
    float: none;
    max-width: none !important;
    padding-right: 30px; }
    @media (min-width: 1000px) {
      .selectboxit-container .selectboxit-text {
        font-size: 1rem; } }
  .selectboxit-container .selectboxit-btn {
    background: #ffffff;
    padding: 16px 20px;
    color: #565656;
    transition: background-color 0.2s, border-color 0.2s; }
  .selectboxit-container .selectboxit-hover .selectboxit-text {
    border-color: #737373; }
  .selectboxit-container .selectboxit-options {
    border-radius: 0;
    border: none;
    overflow: visible; }

.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: auto; }

.selectboxit-list .selectboxit-option-anchor {
  font-weight: 600;
  color: #000000;
  background: #dddddb;
  padding: 5px 17px;
  transition: background 0.2s; }

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: transform 0.2s; }

.selectboxit-btn.selectboxit-enabled:hover {
  background-color: #ffffff;
  border-color: #737373; }

.selectboxit-btn.selectboxit-enabled:focus {
  background-color: #F3F3F1;
  border-color: #000000; }

span.selectboxit-arrow-container {
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto 0;
  padding: 0; }

.selectboxit-arrow {
  background: url("../svg/icon-arrow-small-charcoal-down.svg") no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 11px;
  border: none; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background: #000000; }

span.selectboxit-option-icon-container {
  display: none; }

.ui-dropdownchecklist-dropcontainer-wrapper {
  background-color: #ffffff; }
  .ui-dropdownchecklist-dropcontainer-wrapper .ui-dropdownchecklist-dropcontainer {
    padding: 6px 12px; }
  .ui-dropdownchecklist-dropcontainer-wrapper input[type='checkbox'] + label {
    font-weight: 600;
    color: #000000; }
  .ui-dropdownchecklist-dropcontainer-wrapper input[type='checkbox'] + label:before, .ui-dropdownchecklist-dropcontainer-wrapper input[type='radio'] + label:before {
    top: 9px; }

.selectboxit-open .selectboxit-arrow {
  transform: rotate(180deg); }

.webform-client-form input {
  vertical-align: middle; }

.webform-client-form input[type="submit"] {
  color: #B01E34;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
  border: 2px solid #B01E34;
  border-radius: 3px;
  padding: 10px 30px;
  background: transparent;
  transition: border 0.25s, color 0.25s;
  margin-left: 124px; }
  .webform-client-form input[type="submit"]:hover, .webform-client-form input[type="submit"]:focus {
    color: #000000;
    border-color: #000000;
    text-decoration: none;
    background: transparent; }

.webform-client-form .description {
  margin-top: 8px;
  margin-left: 124px; }

.webform-client-form .mollom-privacy {
  display: none; }

.webform-client-form textarea {
  width: 100%;
  max-width: none; }

.webform-client-form .selectboxit-container {
  display: inline-block;
  vertical-align: middle; }

.webform-client-form fieldset {
  border: solid 1px #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0; }

.webform-component {
  margin-bottom: 24px; }
  .webform-component.form-item label {
    float: none;
    display: inline-block;
    vertical-align: middle; }
  .webform-component .form-textarea-wrapper {
    vertical-align: middle; }

#webform-component-state .selectboxit-container {
  width: 100px; }

#webform-component-barcode-info {
  margin-left: 124px;
  margin-bottom: 0; }
  #webform-component-barcode-info p {
    margin: 0; }

.webform-component-checkboxes.form-item {
  margin-left: 124px; }
  .webform-component-checkboxes.form-item label {
    width: auto;
    padding: 3px 0 0 30px; }

.webform-datepicker {
  display: inline-block; }
  .webform-datepicker .selectboxit-container {
    width: 130px; }

.webform-container-inline label {
  margin: 0; }

.webform-component-webform_time .selectboxit-container {
  width: 130px; }

.webform-component-webform_time .webform-container-inline {
  display: inline-block;
  vertical-align: middle; }

@media (min-width: 550px) {
  .webform-component-markup {
    margin-left: 124px; } }

#webform-component-room-set-up-text {
  margin-bottom: 8px; }
  #webform-component-room-set-up-text p {
    margin: 0; }

#webform-component-room-set-up .selectboxit-container {
  width: 180px; }

#webform-component-share {
  margin-bottom: 0; }
  #webform-component-share p {
    margin: 0; }

.webform-component-radios .form-radios {
  display: inline-block;
  vertical-align: middle; }
  .webform-component-radios .form-radios .form-item label {
    width: auto;
    padding-bottom: 0; }

.header-uk__boundary {
  position: relative;
  z-index: 1; }

.header-uk__stage .gateway {
  max-width: 100%;
  margin: 0;
  background-color: #a51c30;
  padding: 15px 20px 15px 20px;
  box-sizing: content-box;
  position: relative; }
  @media (min-width: 768px) {
    .header-uk__stage .gateway {
      float: right;
      max-width: 27%;
      margin: 0 60px 0 0;
      padding: 30px 20px 15px 20px;
      border-radius: 15px;
      z-index: 100; } }
  @media (min-width: 1000px) {
    .header-uk__stage .gateway {
      width: 460px;
      max-width: 460px; } }
  .header-uk__stage .gateway img {
    max-width: 100%; }

.header-uk-top__stage {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 12px;
  position: relative;
  background-color: #ffffff; }
  @media (min-width: 768px) {
    .header-uk-top__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .header-uk-top__stage {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 768px) {
    .header-uk-top__stage {
      height: 24px;
      background-color: #B01E34;
      border: none;
      padding-bottom: 12px; } }
  .header-uk-top__stage a {
    display: block; }
  .header-uk-top__stage .hamburger {
    display: none; }
    @media (min-width: 1000px) {
      .header-uk-top__stage .hamburger {
        display: block;
        color: #ffffff;
        font-weight: 600;
        font-size: 1rem;
        line-height: 1.4;
        text-align: center;
        display: inline-block;
        margin-bottom: 25px;
        border: 2px solid #ffffff;
        border-radius: 3px;
        padding: 10px 30px;
        background: transparent;
        transition: border 0.25s, color 0.25s;
        margin: 0; }
        .header-uk-top__stage .hamburger:hover, .header-uk-top__stage .hamburger:focus {
          color: rgba(255, 255, 255, 0.5);
          border-color: rgba(255, 255, 255, 0.5);
          text-decoration: none;
          background: transparent; } }
    .header-uk-top__stage .hamburger__text {
      color: #ffffff; }
    .header-uk-top__stage .hamburger__icon-boundary, .header-uk-top__stage .hamburger__icon-boundary:before, .header-uk-top__stage .hamburger__icon-boundary:after {
      background-color: #ffffff; }

@media (min-width: 1000px) {
  .header-uk-top__boundary {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; } }

.header-uk-top__mobile {
  display: flex; }
  @media (min-width: 1000px) {
    .header-uk-top__mobile {
      display: none; } }
  .header-uk-top__mobile .logo-uk {
    width: auto;
    height: 40px; }
    @media (min-width: 450px) {
      .header-uk-top__mobile .logo-uk {
        height: 50px; } }

.header-uk-top__mobile-logo {
  align-items: center; }

.header-uk-top__mobile-logo-uk {
  flex: 1.5; }
  @media (min-width: 768px) {
    .header-uk-top__mobile-logo-uk {
      margin-top: 24px;
      max-width: 85%; } }
  @media (min-width: 625px) {
    .header-uk-top__mobile-logo-uk {
      margin-top: 13px;
      max-width: 375px; } }

.header-uk-top__mobile-logo-gse {
  flex: 1;
  justify-content: flex-end;
  border-left: 1px solid #dddddb;
  margin-left: 5%;
  padding-left: 5%; }
  @media (min-width: 625px) {
    .header-uk-top__mobile-logo-gse {
      border: none; } }

.header-uk-top__logo {
  display: none; }
  @media (min-width: 1000px) {
    .header-uk-top__logo {
      display: flex;
      align-items: center; } }
  .header-uk-top__logo svg {
    width: 498px;
    height: 40px; }

.header-uk-main__stage {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 32px; }
  @media (min-width: 768px) {
    .header-uk-main__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .header-uk-main__stage {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 1000px) {
    .header-uk-main__stage {
      background: #ffffff; } }
  .header-uk-main__stage .menu {
    float: left;
    margin: 0 0 30px 33%;
    width: 35px; }
    @media (min-width: 768px) {
      .header-uk-main__stage .menu {
        float: right;
        margin: 55px 0 0 0;
        width: 200px;
        clear: right; } }
    .header-uk-main__stage .menu input[type="checkbox"] {
      display: none; }
      @media (min-width: 768px) {
        .header-uk-main__stage .menu input[type="checkbox"]:checked ~ label.main:after {
          content: "Hide Menu"; } }
      .header-uk-main__stage .menu input[type="checkbox"]:checked ~ nav {
        -webkit-transform: translate3d(0, 0, 0);
        position: absolute; }
    .header-uk-main__stage .menu label.main {
      padding: 0;
      cursor: pointer;
      color: rgba(255, 255, 255, 0.6);
      z-index: 1;
      position: relative; }
      @media (min-width: 768px) {
        .header-uk-main__stage .menu label.main {
          padding: 10px 15px;
          width: 200px; } }
      @media (min-width: 768px) {
        .header-uk-main__stage .menu label.main:after {
          content: "Learn More";
          text-transform: uppercase;
          color: #000;
          font-size: 1.3rem; } }
      .header-uk-main__stage .menu label.main:before {
        display: none; }
      .header-uk-main__stage .menu label.main i {
        position: relative;
        display: inline-block;
        height: 3px;
        width: 22px;
        background: #223154;
        margin-right: 8px;
        vertical-align: top;
        top: 10px; }
        .header-uk-main__stage .menu label.main i:before {
          content: "";
          position: absolute;
          top: 7px;
          left: 0;
          height: 3px;
          width: 100%;
          background: #223154; }
        .header-uk-main__stage .menu label.main i:after {
          content: "";
          position: absolute;
          top: 14px;
          left: 0;
          height: 3px;
          width: 100%;
          background: #223154; }
    .header-uk-main__stage .menu a {
      color: #000;
      text-decoration: none; }
    .header-uk-main__stage .menu nav {
      position: absolute;
      z-index: 10;
      top: 190px;
      right: 0;
      width: 100%;
      background: #223154;
      padding: 25px 25px;
      color: #fff;
      border-radius: 5px;
      box-shadow: 0px 4px 4px #aaa;
      -webkit-transition: 300ms all ease-in-out;
      -webkit-transform: translate3d(100%, 0, 0); }
      @media (min-width: 1000px) {
        .header-uk-main__stage .menu nav {
          top: 237px;
          position: fixed;
          width: 360px; } }
      .header-uk-main__stage .menu nav p {
        font-size: .9rem; }
      .header-uk-main__stage .menu nav a {
        color: #fff; }
      .header-uk-main__stage .menu nav ul {
        list-style-type: none;
        margin: 0 0 20px 0;
        padding: 0; }
        .header-uk-main__stage .menu nav ul li {
          padding: 10px 0;
          font-size: 1rem;
          text-transform: uppercase;
          border-bottom: 1px solid #fff;
          font-weight: 600; }
          .header-uk-main__stage .menu nav ul li label {
            color: #fff;
            font-family: "Open Sans","Times",serif;
            font-size: 1rem;
            line-height: 1.6rem;
            font-weight: 600;
            padding: 0; }
            .header-uk-main__stage .menu nav ul li label:before {
              display: none; }
          .header-uk-main__stage .menu nav ul li input[type=checkbox] {
            display: none; }
          .header-uk-main__stage .menu nav ul li input[type=checkbox] ~ ul {
            max-height: 0;
            max-width: 0;
            opacity: 0;
            margin: 0 0 0 30px;
            overflow: hidden;
            white-space: nowrap;
            -webkit-transition: all .7s ease;
            -moz-transition: all .7s ease;
            -o-transition: all .7s ease;
            transition: all .7s ease; }
          .header-uk-main__stage .menu nav ul li input[type=checkbox]:checked ~ ul {
            max-height: 100%;
            max-width: 100%;
            opacity: 1; }
          .header-uk-main__stage .menu nav ul li input[type=checkbox] + label:after {
            transform-origin: 25% 50%;
            border: 8px solid transparent;
            border-width: 8px 12px;
            border-left-color: #a51c30;
            margin-left: 10px;
            width: 0;
            height: 0;
            display: inline-block;
            text-align: center;
            content: '';
            color: #a51c30;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            position: absolute;
            margin-top: 5px; }
          .header-uk-main__stage .menu nav ul li input[type=checkbox]:checked + label:after {
            transform: rotate(90deg); }
          .header-uk-main__stage .menu nav ul li a {
            color: #fff; }
          .header-uk-main__stage .menu nav ul li:last-child {
            border: none; }
          .header-uk-main__stage .menu nav ul li img {
            margin: -5px 15px 0 0;
            display: inline;
            width: 40px;
            height: auto; }
  .header-uk-main__stage .searchbar {
    margin: 0; }
    @media (min-width: 768px) {
      .header-uk-main__stage .searchbar {
        margin: 65px 20px 0 0; } }
  .header-uk-main__stage .subscribe {
    margin: 0; }
    @media (min-width: 768px) {
      .header-uk-main__stage .subscribe {
        margin: 65px 10px 0 0; } }
  .header-uk-main__stage .subscribe, .header-uk-main__stage .searchbar {
    font-size: 1.3rem;
    text-transform: uppercase;
    line-height: 2.3rem;
    cursor: pointer;
    float: left; }
    @media (min-width: 768px) {
      .header-uk-main__stage .subscribe, .header-uk-main__stage .searchbar {
        float: right;
        padding: 0; } }
    .header-uk-main__stage .subscribe .icon, .header-uk-main__stage .searchbar .icon {
      float: left;
      margin-right: 5px; }
    .header-uk-main__stage .subscribe .desktop, .header-uk-main__stage .searchbar .desktop {
      display: none; }
      @media (min-width: 768px) {
        .header-uk-main__stage .subscribe .desktop, .header-uk-main__stage .searchbar .desktop {
          display: inline; } }
  .header-uk-main__stage #subscribeo {
    width: 92%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 4px #aaa;
    position: absolute;
    top: 200px; }
    @media (min-width: 1000px) {
      .header-uk-main__stage #subscribeo {
        top: 237px;
        right: 135px;
        width: 400px; } }
  .header-uk-main__stage #searchbaro {
    width: 92%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 4px #aaa;
    position: absolute;
    top: 200px; }
    @media (min-width: 1000px) {
      .header-uk-main__stage #searchbaro {
        top: 237px;
        right: 265px;
        width: 400px; } }
    .header-uk-main__stage #searchbaro .header-uk-main__search {
      padding: 15px; }

@media (min-width: 1000px) {
  .header-uk-main__boundary {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; } }

.header-uk-main__logo {
  display: none; }
  @media (min-width: 1000px) {
    .header-uk-main__logo {
      display: block; } }
  @media (min-width: 1000px) {
    .header-uk-main__logo svg {
      width: 500px;
      height: 94px; } }
  @media (min-width: 1150px) {
    .header-uk-main__logo svg {
      width: 600px;
      height: 113px; } }

.uk-media-detail__stage {
  clear: both; }

#views-exposed-form-search-usable-knowledge-page {
  position: relative; }
  #views-exposed-form-search-usable-knowledge-page label {
    display: none; }
  #views-exposed-form-search-usable-knowledge-page #edit-search-api-views-fulltext {
    border: none;
    border-bottom: 2px solid #ababab;
    border-radius: 0;
    padding: 8px 8px;
    color: #000000;
    font-size: 1rem; }
    #views-exposed-form-search-usable-knowledge-page #edit-search-api-views-fulltext.placeholder {
      color: #000000; }
    #views-exposed-form-search-usable-knowledge-page #edit-search-api-views-fulltext:-moz-placeholder {
      color: #000000; }
    #views-exposed-form-search-usable-knowledge-page #edit-search-api-views-fulltext::-moz-placeholder {
      color: #000000; }
    #views-exposed-form-search-usable-knowledge-page #edit-search-api-views-fulltext::-webkit-input-placeholder {
      color: #000000; }
    #views-exposed-form-search-usable-knowledge-page #edit-search-api-views-fulltext:hover {
      border-color: #737373; }
    #views-exposed-form-search-usable-knowledge-page #edit-search-api-views-fulltext:focus {
      border-color: #000000;
      background: none;
      box-shadow: none; }
  #views-exposed-form-search-usable-knowledge-page .views-exposed-widgets {
    margin: 0; }
  #views-exposed-form-search-usable-knowledge-page .views-exposed-widget {
    margin: 0; }
    #views-exposed-form-search-usable-knowledge-page .views-exposed-widget.views-submit-button {
      margin: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      padding: 0;
      width: 50px; }
      #views-exposed-form-search-usable-knowledge-page .views-exposed-widget.views-submit-button input {
        height: 90%;
        display: block;
        background: url("../svg/icon-search-large-black.svg") no-repeat center center;
        width: 50px;
        border: none;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
        opacity: 0.33;
        transition: opacity 0.2s; }
        #views-exposed-form-search-usable-knowledge-page .views-exposed-widget.views-submit-button input:hover, #views-exposed-form-search-usable-knowledge-page .views-exposed-widget.views-submit-button input:focus {
          opacity: 0.88; }

.page-content-top__stage {
  color: #ffffff;
  background-color: rgba(54, 54, 54, 0.55);
  padding: 10px;
  position: absolute;
  z-index: 10;
  width: 100%; }
  @media (min-width: 768px) {
    .page-content-top__stage {
      padding: 10px 30px; } }
  @media (min-width: 1300px) {
    .page-content-top__stage {
      padding: 10px 60px; } }

.page-content-top__boundary {
  max-width: 1475px;
  margin: 0 auto;
  position: relative;
  min-height: 20px; }
  .page-content-top__boundary:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1500px) {
    .page-content-top__boundary {
      padding: 10px 0; } }
  .page-content-top__boundary .block-bean {
    position: static; }

.uk-detail .page-content-top__stage {
  display: none;
  background-color: transparent;
  padding-right: 15px;
  padding-left: 15px;
  position: static; }
  @media (min-width: 768px) {
    .uk-detail .page-content-top__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .uk-detail .page-content-top__stage {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 1000px) {
    .uk-detail .page-content-top__stage {
      display: block; } }

.uk-detail .page-content-top__boundary {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0; }

.header__stage {
  position: relative;
  z-index: 30; }

.header__boundary {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 3px solid #B01E34;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .header__boundary {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .header__boundary {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 768px) {
    .header__boundary {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 1150px) {
    .header__boundary {
      border: none;
      padding: 0;
      box-shadow: none; } }

@media (min-width: 1150px) {
  .header-top__stage {
    background-color: #B01E34;
    background-image: -webkit-linear-gradient(-360deg, #B01E34 0%, #94192B 50%, #000000 50%);
    background-image: linear-gradient(90deg,#B01E34 0%, #94192B 50%, #000000 50%);
    padding: 0 30px; }
    .header-top__stage:after {
      content: "";
      display: table;
      clear: both; } }

.header-top__boundary {
  max-width: 1500px;
  margin: 0 auto;
  display: table;
  width: 100%; }

.header-tab-content__stage {
  background: #B01E34;
  color: white; }
  .header-tab-content__stage .tab-content {
    height: 108px; }

.header-tab-content__boundary {
  max-width: 1500px;
  margin: 0 auto; }

.header-tab-content__main-content {
  position: relative; }

.header-tab-content__btn-close {
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  margin: 0 0 0.6rem;
  font-weight: 600;
  color: white;
  padding: 20px;
  position: absolute;
  z-index: 0;
  right: 50px;
  top: 13px;
  bottom: 13px;
  margin: auto 0;
  background: none;
  border-left: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 0; }
  .header-tab-content__btn-close__icon {
    display: inline-block;
    width: 36px;
    height: 32px;
    position: relative;
    background: #B01E34; }
    .header-tab-content__btn-close__icon:before, .header-tab-content__btn-close__icon:after {
      content: '';
      position: absolute;
      left: 0;
      top: 16px;
      background: #ffffff;
      width: 36px;
      height: 3px; }
    .header-tab-content__btn-close__icon:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .header-tab-content__btn-close__icon:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .header-tab-content__btn-close__icon:hover .header-tab-content__btn-close__text, .header-tab-content__btn-close__icon:focus .header-tab-content__btn-close__text {
      transform: translateY(15px); }
  .header-tab-content__btn-close__text {
    position: absolute;
    z-index: -1;
    transform: translateY(0);
    bottom: 0;
    left: 0;
    transition: transform 0.25s; }

body .header-tab-content__btn-close:focus, body .header-tab-content__btn-close:hover {
  background-color: #B01E34; }

.header-tab-apply__stage {
  text-align: right; }

.header-tab {
  padding: 30px 150px 0 30px; }
  .header-tab .field-name-field-subtitle {
    padding-top: 12px; }
  .header-tab .field-name-field-button {
    float: right; }
    .header-tab .field-name-field-button .field-item {
      display: inline-block; }
    .header-tab .field-name-field-button .field-item a {
      font-weight: 600;
      line-height: 1.5;
      display: block;
      padding: 10px 30px;
      margin-left: 30px;
      color: #ffffff;
      font-weight: 600;
      font-size: 1rem;
      line-height: 1.4;
      text-align: center;
      display: inline-block;
      margin-bottom: 25px;
      border: 2px solid rgba(0, 0, 0, 0.2);
      border-radius: 3px;
      padding: 10px 30px;
      background: transparent;
      transition: border 0.25s, color 0.25s; }
      .header-tab .field-name-field-button .field-item a:hover, .header-tab .field-name-field-button .field-item a:focus {
        color: #ffffff;
        border-color: #ffffff;
        text-decoration: none;
        background: transparent; }

.header-tab-search__stage {
  padding: 0 150px 0 30px; }
  .header-tab-search__stage label {
    display: none; }
  .header-tab-search__stage form {
    width: 100%; }
    .header-tab-search__stage form input[type="text"] {
      font-family: "Open Sans", "Times", serif;
      line-height: 1.3;
      color: #565656;
      margin: 0 0 0.9rem;
      font-size: 2rem;
      font-weight: 300;
      color: #ffffff;
      background: none;
      width: 100%;
      height: 108px;
      max-width: none;
      margin: 0;
      padding-left: 30px;
      border: none;
      border-bottom: 4px solid rgba(0, 0, 0, 0.35);
      transition: border 0.25s; }
      @media (min-width: 768px) {
        .header-tab-search__stage form input[type="text"] {
          font-size: 3.6rem; } }
      .header-tab-search__stage form input[type="text"].placeholder {
        color: #ffffff; }
      .header-tab-search__stage form input[type="text"]:-moz-placeholder {
        color: #ffffff; }
      .header-tab-search__stage form input[type="text"]::-moz-placeholder {
        color: #ffffff; }
      .header-tab-search__stage form input[type="text"]::-webkit-input-placeholder {
        color: #ffffff; }
      .header-tab-search__stage form input[type="text"]:focus {
        border-color: #000000;
        box-shadow: none; }

.header-main__outer {
  background-color: #ffffff; }
  @media (min-width: 1150px) {
    .header-main__outer {
      box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1); } }

.header-main__stage {
  transition: padding 0.2s, border 0.2s;
  border-top: 4px solid #ffffff; }
  .header-main__stage:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1150px) {
    .header-main__stage {
      padding: 30px;
      line-height: 0; } }
  @media (min-width: 1300px) {
    .header-main__stage {
      padding: 30px 60px;
      line-height: 0; } }
  @media (min-width: 1500px) {
    .header-main__stage {
      padding: 30px 30px 30px 30px; } }

.header-main__boundary {
  max-width: 1475px;
  margin: 0 auto; }

.header-main__logo {
  float: left;
  margin-top: 4px;
  line-height: 0; }
  @media (min-width: 1150px) {
    .header-main__logo {
      margin-top: 9px; } }
  @media (min-width: 1500px) {
    .header-main__logo {
      margin-top: 4px; } }

@media (min-width: 450px) {
  .header-main .logo-gse-small {
    display: none; } }

.header-main .logo-gse-large {
  display: none; }
  @media (min-width: 450px) {
    .header-main .logo-gse-large {
      display: block;
      width: 380px;
      height: auto; } }
  @media (min-width: 768px) {
    .header-main .logo-gse-large {
      display: block;
      width: 437px;
      height: 37px; } }
  @media (min-width: 1150px) {
    .header-main .logo-gse-large {
      display: block;
      width: 350px;
      height: auto; } }
  @media (min-width: 1220px) {
    .header-main .logo-gse-large {
      display: block;
      width: 420px;
      height: auto; } }
  @media (min-width: 1300px) {
    .header-main .logo-gse-large {
      display: block;
      width: 380px;
      height: auto; } }
  @media (min-width: 1370px) {
    .header-main .logo-gse-large {
      width: 450px;
      height: auto; } }

@media (min-width: 1150px) {
  .sticky-main-menu .header-main__outer {
    box-shadow: none; }
  .sticky-main-menu .header-main__stage {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 4px solid #B01E34;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1); } }

.layout {
  overflow-x: hidden;
  padding: 0;
  margin: 0; }

.container-max-lg {
  max-width: 1150px;
  margin: 0 auto; }
  .container-max-lg:after {
    content: "";
    display: table;
    clear: both; }

.container-max-xlg {
  max-width: 1500px;
  margin: 0 auto; }
  .container-max-xlg:after {
    content: "";
    display: table;
    clear: both; }

.main__stage {
  position: relative; }

@media (min-width: 1000px) {
  .page-layout__header-background.-image .page-layout__title-bar {
    padding-top: 250px; } }

.page-layout__header-background.-color {
  background-image: url("../svg/pattern-dot-white.svg");
  background-repeat: repeat;
  background-position: 0 1px; }

.page-layout__header-background.-orange {
  background-color: #BE5802; }

.page-layout__header-background.-green {
  background-color: #47764A; }

.page-layout__header-background.-blue {
  background-color: #306DA7; }

.page-layout__header-background.-dark_blue {
  background-color: #213153; }

.page-layout__header-background.-gray {
  background-color: #565656; }

.page-layout__header-background.-red {
  background-color: #B01E34; }

.page-layout__main-content {
  position: relative; }

.page-layout__header-stage {
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .page-layout__header-stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .page-layout__header-stage {
      padding-right: 60px;
      padding-left: 60px; } }

.page-layout__header-boundary {
  max-width: 1475px;
  margin: 0 auto; }

.page-layout__title-bar {
  padding-top: 100px;
  padding-bottom: 20px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.page-layout__title {
  color: #ffffff; }

.page-layout__meta-info-bar__stage {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 24px; }
  @media (min-width: 768px) {
    .page-layout__meta-info-bar__stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .page-layout__meta-info-bar__stage {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 1000px) {
    .page-layout__meta-info-bar__stage {
      padding-left: 38px; } }
  .page-layout__meta-info-bar__stage .field-label {
    font-size: 1rem;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    margin: 0 0 0.6rem;
    margin-bottom: 8px;
    color: #737373; }
  .page-layout__meta-info-bar__stage p {
    margin: 0;
    font-size: 0.9rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3; }
  .page-layout__meta-info-bar__stage p:last-child {
    display: block; }
  .page-layout__meta-info-bar__stage svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 2px;
    width: 18px;
    height: 16px; }
  .page-layout__meta-info-bar__stage .label-online {
    font-size: 1rem;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    margin: 0 0 0.6rem;
    margin-bottom: 16px;
    color: #737373; }
    @media (min-width: 768px) {
      .page-layout__meta-info-bar__stage .label-online {
        margin-bottom: 0; } }
  .page-layout__meta-info-bar__stage .field-name-field-ppe-register a {
    color: #B01E34;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    border: 2px solid #B01E34;
    border-radius: 3px;
    padding: 10px 30px;
    background: transparent;
    transition: border 0.25s, color 0.25s;
    padding: 15px 25px; }
    .page-layout__meta-info-bar__stage .field-name-field-ppe-register a:hover, .page-layout__meta-info-bar__stage .field-name-field-ppe-register a:focus {
      color: #000000;
      border-color: #000000;
      text-decoration: none;
      background: transparent; }
    @media (min-width: 1150px) {
      .page-layout__meta-info-bar__stage .field-name-field-ppe-register a {
        padding: 15px 40px; } }
  .page-layout__meta-info-bar__stage .field-name-field-link-button a {
    margin-bottom: 4px;
    display: block; }

.page-layout__meta-info-bar__boundary {
  max-width: 1500px;
  margin: 0 auto; }

@media (min-width: 1000px) {
  .page-layout__meta-info-bar__inner {
    margin-top: -180px;
    background: #ffffff;
    min-height: 180px;
    padding: 24px; } }

@media (min-width: 768px) {
  .page-layout__meta-info-bar__row1 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 2px solid #ababab; } }

.page-layout__meta-info-bar__row1 > .field-name-field-ppe-tuition {
  margin-bottom: 20px;
  font-size: 0.9rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
  width: 100%; }
  @media (min-width: 768px) {
    .page-layout__meta-info-bar__row1 > .field-name-field-ppe-tuition {
      margin-bottom: 0;
      width: 15%; } }

@media (min-width: 768px) {
  .page-layout__meta-info-bar__row2 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    display: flex; } }

@media (min-width: 768px) {
  .page-layout__meta-info-bar__row2-col1 {
    flex: 3; } }

@media (min-width: 768px) {
  .page-layout__meta-info-bar__row2-col2 {
    flex: 1; } }

.page-layout__meta-info-bar__row2-col1 .field__deadline-label {
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  margin: 0 0 0.6rem;
  margin: 0;
  color: #737373; }

.page-layout__meta-info-bar__row2-col1 .field-name-field-application-deadline {
  margin-bottom: 24px; }

.page-layout__meta-info-bar__row2-col1 .field-name-field-additional-notes-long {
  margin-top: 0;
  margin-bottom: 40px; }

@media (min-width: 768px) {
  .page-layout__meta-info-bar__row2-col1 .label-online, .page-layout__meta-info-bar__row2-col1 .field__deadline-label, .page-layout__meta-info-bar__row2-col1 .field-name-field-application-deadline {
    display: inline-block;
    vertical-align: middle; }
  .page-layout__meta-info-bar__row2-col1 .label-online {
    margin-right: 50px; }
  .page-layout__meta-info-bar__row2-col1 .field__deadline-label {
    margin-right: 8px; }
  .page-layout__meta-info-bar__row2-col1 .field-name-field-application-deadline {
    margin: 0; }
    .page-layout__meta-info-bar__row2-col1 .field-name-field-application-deadline .field-label, .page-layout__meta-info-bar__row2-col1 .field-name-field-application-deadline .field-items {
      display: inline-block; }
  .page-layout__meta-info-bar__row2-col1 .field-name-field-subtitle {
    width: 100%; } }

@media (min-width: 768px) {
  .page-layout__meta-info-bar__row2-col2 {
    text-align: right; } }

@media (min-width: 1000px) {
  .page-layout__col2-stage {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    padding-right: 15px;
    padding-left: 15px; } }
  @media (min-width: 1000px) and (min-width: 768px) {
    .page-layout__col2-stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) and (min-width: 1000px) {
    .page-layout__col2-stage {
      padding-right: 60px;
      padding-left: 60px; } }

@media (min-width: 1000px) {
  .page-layout__col2-boundary {
    max-width: 1500px;
    margin: 0 auto;
    height: 1px;
    position: relative;
    z-index: 10; } }

.page-layout__main-col-stage {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px; }
  @media (min-width: 768px) {
    .page-layout__main-col-stage {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .page-layout__main-col-stage {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 1000px) {
    .page-layout__main-col-stage {
      padding-top: 50px;
      padding-bottom: 50px; } }

@media (min-width: 1000px) {
  .page-layout__main-col-boundary {
    max-width: 1500px;
    margin: 0 auto;
    padding-right: 10%;
    padding-left: 10%; } }

.page-layout__main-col-boundary img[style*='float:left'], .page-layout__main-col-boundary img[style*='float: left'] {
  padding-right: 24px;
  padding-bottom: 16px; }

.page-layout__main-col-boundary img[style*='float:right'], .page-layout__main-col-boundary img[style*='float: right'] {
  padding-left: 24px;
  padding-bottom: 16px; }

.page-layout__main-col-boundary .profile a {
  color: #000000;
  text-decoration: underline; }

@media (min-width: 1000px) {
  .node-program .page-layout__title-bar {
    padding-bottom: 175px; } }

.node-program .page-layout__col2-inner {
  top: -156px;
  padding-top: 24px; }

@media (min-width: 1000px) {
  .is-sidebar .page-layout__meta-info-bar__inner {
    margin-right: 26.5%; } }

@media (min-width: 1000px) {
  .is-sidebar .page-layout__main-col-boundary {
    padding-left: 10%;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: 960px;
    width: 65%; } }

.entity-paragraphs-item ul:not('.krumo-node') {
  list-style: none;
  padding-left: 0px;
  margin-left: 5px; }
  .entity-paragraphs-item ul:not('.krumo-node') li {
    list-style-position: inside;
    padding: 0px 0px 0px 30px;
    text-indent: -2rem;
    margin-left: 5px;
    margin-top: 5px; }
    .entity-paragraphs-item ul:not('.krumo-node') li:before {
      content: "•";
      font-size: 1.25rem;
      margin-right: 15px;
      display: inline-block;
      text-indent: -0.75rem;
      padding-left: 1rem; }

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.responsive-iframe iframe,
.responsive-iframe object,
.responsive-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.sidebar-main__outer {
  position: relative; }

.sidebar-main__stage {
  display: none; }
  @media (min-width: 1000px) {
    .sidebar-main__stage {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 25%; }
      .sidebar-main__stage.fixed-bottom {
        position: fixed;
        bottom: 0;
        top: auto; }
      .sidebar-main__stage.fixed-top {
        position: fixed;
        bottom: auto;
        top: 0; } }

.sidebar-main__boundary {
  position: relative; }

@media (min-width: 1000px) {
  .sidebar-main__inner {
    background: #ffffff;
    padding: 50px 0 24px 24px; }
    .sidebar-main__inner:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      margin: auto 0;
      width: 50px;
      height: 95%;
      background: rgba(0, 0, 0, 0.2);
      filter: blur(8px);
      border-radius: 20%;
      left: 2px; }
    .sidebar-main__inner:after {
      content: '';
      position: absolute;
      z-index: -1;
      right: 0;
      left: 0;
      margin: 0 auto;
      width: 92%;
      height: 50px;
      background: rgba(0, 0, 0, 0.2);
      filter: blur(8px);
      border-radius: 20%;
      bottom: 0; } }

.offices-grid__level2 {
  margin-left: 12px;
  display: block; }

.offices-grid td:nth-child(1) {
  width: 40%; }

.profile {
  background: transparent;
  color: #000000;
  padding: 0;
  margin: 32px 0; }

.table-responsive {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .table-responsive {
      margin-bottom: 0; } }

.table-responsive thead, table .thead {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .table-responsive thead, table .thead {
      position: relative;
      clip: auto;
      height: auto;
      width: auto;
      overflow: auto; } }

.table-responsive tbody,
.table-responsive tr,
.table-responsive th,
.table-responsive td {
  display: block;
  text-align: left;
  white-space: normal; }

.table-responsive tr {
  padding-top: 10px; }
  @media (min-width: 768px) {
    .table-responsive tr {
      display: table-row; } }

.table-responsive td {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .table-responsive td {
      padding: 10px; } }

.table-responsive th.align-right, .table-responsive td.align-right {
  text-align: right; }

@media (min-width: 768px) {
  .table-responsive th, .table-responsive td {
    display: table-cell; }
  .table-responsive td[data-title="Investigator"] {
    width: 20%; }
  .table-responsive td[data-title="Coordinator"] {
    width: 20%; } }

.table-responsive tbody:first-child {
  padding-top: 0; }

.table-responsive tbody th {
  padding-top: 40px; }

@media (min-width: 768px) {
  .table-responsive tbody th {
    padding-top: 6px; } }

@media (min-width: 768px) {
  .table-responsive tbody {
    display: table-row-group;
    padding-bottom: 20px; } }

.table-responsive tfoot tr:last-child {
  padding-top: 0; }

.table-responsive th {
  text-transform: uppercase;
  text-align: right; }

@media (min-width: 768px) {
  .table-responsive th {
    text-transform: none;
    text-align: left; }
  .table-responsive th.header {
    font-weight: bold;
    text-transform: uppercase; } }

.table-responsive th img {
  display: none; }

.table-responsive.table-style td {
  text-align: left; }
  @media (max-width: 767px) {
    .table-responsive.table-style td:after {
      top: auto;
      right: 16px;
      bottom: 0;
      left: 16px;
      width: auto;
      height: 2px; } }

.table-responsive td[data-title]:before {
  content: attr(data-title);
  display: block;
  min-width: 130px;
  flex: 1; }

@media (min-width: 768px) {
  .table-responsive td[data-title]:before {
    content: none; } }

@media (min-width: 768px) {
  .table-responsive td {
    text-align: left; } }

.table-responsive .divider {
  padding: 0;
  margin: 0; }

.table-responsive .divider td {
  padding: 6px 0 6px 0; }

@media (min-width: 768px) {
  .table-responsive .divider td {
    display: table-cell;
    padding: 0; } }

.table-responsive .btn-wire {
  padding: 3px 10px;
  margin: 15px 0 30px; }

@media (min-width: 768px) {
  .table-responsive .btn-wire {
    margin: 0; } }

.table-responsive input[type='text'] {
  margin-bottom: 2px; }

.table-responsive input[type='text']:focus {
  margin-bottom: 0; }

.table-responsive td {
  clear: both;
  min-height: 20px; }

@media (min-width: 768px) {
  .table-responsive td {
    clear: none;
    min-height: none; } }

@media (min-width: 900px) {
  .table-responsive tr.odd .views-field-title {
    min-width: 575px; } }

.table-responsive tr.odd td.active {
  background: white; }

@media (min-width: 768px) {
  .table-responsive tr.odd td.active {
    background: white; } }

.table-responsive tr.even td.active, .table-responsive tr.even {
  background: white; }

@media (min-width: 768px) {
  .table-responsive tr.even td.active {
    background: white; } }

.table-responsive td.active {
  border: none; }

.table-responsive tr.even td {
  background: white; }

.table-responsive tr.odd {
  background-color: white; }

table {
  border: none;
  width: 100%; }
  table thead {
    background: none;
    border: none;
    border-bottom: 4px solid #606E7B; }
  table tr {
    border-bottom: 2px solid #606E7B; }
    table tr:nth-child(even) {
      background-color: #F3F3F1; }
  table thead tr th {
    font-weight: 600;
    font-size: 0.875rem;
    color: #000000;
    background: none;
    border: none;
    margin: 0;
    padding: 10px 12px;
    vertical-align: bottom;
    border-bottom: 4px solid #606E7B; }
    table thead tr th tr {
      border: none; }
  table td {
    position: relative; }
    table td:after {
      content: '';
      position: absolute;
      top: 12px;
      right: 0;
      bottom: 10px;
      width: 2px;
      background-color: #dddddb; }
    table td:last-child:after {
      content: normal; }

table tbody tr td {
  vertical-align: middle;
  padding: 10px 12px; }

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
  line-height: inherit; }

.cke_editable {
  padding: 20px; }

/* In Harvard EdCast news nodes, the content managers 
   historically used <img> tags embedded inside <h5s>. This 
   styling is just to account for making the img tags appear next to the h5. 
   However, they should have a block for this use case instead (not created as of this writing)
   -JK 2017-0828 
*/
.page-layout__main-content h5 img,
.cke_editable h5 img {
  display: inline-block;
  margin-right: 5px;
  margin-top: -3px; }
  .page-layout__main-content h5 img:first,
  .cke_editable h5 img:first {
    margin-left: 5px; }

/*# sourceMappingURL=style.css.map */
