@charset "UTF-8"; 

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  padding: 0;
}

input:not([type]), select {
  text-indent: .5em;
  outline: 0;
}

#block-augustana-theme-breadcrumbs li a:link,
  #block-augustana-theme-breadcrumbs li a:visited, h1 a:link, h1 a:visited,
  h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited,
  h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
  text-decoration: none;
}

#block-augustana-theme-breadcrumbs li a:active, 
  #block-augustana-theme-breadcrumbs li a:focus,
  #block-augustana-theme-breadcrumbs li a:hover, a, a:active, a:hover,
  abbr[title], h1 a:active, h1 a:focus, h1 a:hover, h2 a:active, h2 a:focus,
  h2 a:hover, h3 a:active, h3 a:focus, h3 a:hover, h4 a:active, h4 a:focus,
  h4 a:hover, h5 a:active, h5 a:focus, h5 a:hover, h6 a:active, h6 a:focus,
  h6 a:hover {
  text-decoration: underline;
}

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

h1, h2, h3 {
  letter-spacing: -.0125em;
  font-family: Playfair Display, Georgia, Times New Roman, DejaVu Serif, serif;
  font-weight: 400;
}

.article-label, .article-section__title, .button, .button--outline,
  .button--outline[type=button], .button--outline[type=submit],
  .button--primary, .button--primary-outline, .button--primary-outline[type=button],
  .button--primary-outline[type=submit], .button--primary-yellow,
  .button--primary-yellow-outline, .button--primary-yellow-outline[type=button],
  .button--primary-yellow-outline[type=reset],
  .button--primary-yellow-outline[type=submit], .button--primary-yellow[type=button],
  .button--primary-yellow[type=submit], .button--primary[type=button],
  .button--primary[type=submit], .button--secondary,
  .button--secondary-outline, .button--secondary-outline[type=button],
  .button--secondary-outline[type=submit], .button--secondary[type=button],
  .button--secondary[type=submit], .cta, .cta--small, .divider,
  .emergency-alert__label, .hero__cta, .label, .label--green,
  .label--purple, .list-header__title, .picture-day__label,
  .post__metadata, .rail-label, .related-link__title, button, input[type=button],
  input[type=reset], input[type=submit] {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.area-listing, .location__hours-list, .nav-rail__items, .pagination-list,
  .persona-list, .post-listing, .profile-contact__list, .profile-listing,
  .program__list, .rail-list, .search-list, .social-media__list,
  .tags__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

label, legend {
  margin-top: .375em;
}

blockquote, figure {
  margin: 1.5em 0;
}

.accordion-content:after, .area-list__item:after, .article-footer:after,
  .article-section:after, .banner:after, .clearfix:after,
  .container-no-mobile-pad:after, .container:after,
  .featured-post-wrapper:after, .form-option-container:after, .form-row:after,
  .label-container:after, .nav-primary__children:after, .nest-wrap:after,
  .page-section:after, .pagination-list:after, .persona-page-wrapper:after,
  .picture-day:after, .post-list-item:after, .profile-header:after,
  .profile-list-item:after, .results-counter:after, figure:after {
  content: "";
  display: table;
  clear: both;
}

#block-augustana-theme-breadcrumbs #system-breadcrumb,
  .element-focusable, .element-invisible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

button, hr, input {
  overflow: visible;
} /*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

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

html {
  background: #fff;
  color: #333;
  font-size: 110%;
  line-height: 1.65em;
  font-family: Montserrat, Helvetica, Arial, Open Sans, sans-serif;
  font-weight: 300;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media ( min-width :900px) {
  html {
    font-size: 110%;
    line-height: 1.65em;
  }
}

@media ( min-width :1100px) {
  html {
    font-size: 112%;
  }
}

@media ( min-width :1400px) {
  html {
    font-size: 124%;
  }
}

body, ol ol, ol ul, ul ol, ul ul {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]){
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

label, legend {
  display: block;
}

.slick-slider, .styleguide-swatch, [type=checkbox], [type=radio], input:not([type]), legend, select {
  box-sizing: border-box;
}

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  appearance: button;
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner,
  button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring,
  button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  opacity: .54;
  color: #6d6e70;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

legend {
  max-width: 100%;
  white-space: normal;
  color: inherit;
  width: 100%;
  margin-bottom: .25em;
}

optgroup {
  font-weight: 700;
}

textarea {
  overflow: auto;
}

label {
  margin-bottom: .225em;
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime],
input[type=email], input[type=month], input[type=number], input[type=password],
input[type=search], input[type=tel], input[type=text], input[type=time],
input[type=url], input[type=week], textarea {
  width: 100%;
  border: 1px solid #d7d2cb;
  outline: 0;
  text-indent: .5em;
  padding: .375em;
  background-color: #fff;
  appearance: none;
  user-select: text;
  -webkit-appearance: none;
  -webkit-user-select: text;
}

input[type=color]:active, input[type=color]:focus, input[type=color]:hover,
input[type=date]:active, input[type=date]:focus, input[type=date]:hover,
input[type=datetime-local]:active, input[type=datetime-local]:focus,
input[type=datetime-local]:hover, input[type=datetime]:active, input[type=datetime]:focus,
input[type=datetime]:hover, input[type=email]:active, input[type=email]:focus,
input[type=email]:hover, input[type=month]:active, input[type=month]:focus,
input[type=month]:hover, input[type=number]:active, input[type=number]:focus,
input[type=number]:hover, input[type=password]:active, input[type=password]:focus,
input[type=password]:hover, input[type=search]:active, input[type=search]:focus,
input[type=search]:hover, input[type=tel]:active, input[type=tel]:focus,
input[type=tel]:hover, input[type=text]:active, input[type=text]:focus,
input[type=text]:hover, input[type=time]:active, input[type=time]:focus,
input[type=time]:hover, input[type=url]:active, input[type=url]:focus,
input[type=url]:hover, input[type=week]:active, input[type=week]:focus,
input[type=week]:hover, select:active, select:focus, select:hover,
textarea:active, textarea:focus, textarea:hover {
  outline: 0;
  border-color: #00437b;
}

input[type=range] {
  width: 100%;
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime],
input[type=email], input[type=month], input[type=number], input[type=password],
input[type=range], input[type=search], input[type=tel], input[type=text],
input[type=time], input[type=url], input[type=week], select {
  height: 2.5em;
}

select {
  border-radius: 0;
  width: 100%;
  background-color: transparent;
  border: 1px solid #d7d2cb;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU4QTMzNkUyNDAwQzExRTNBOEY4OTE4N0E1NkQ4QjVCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU4QTMzNkUzNDAwQzExRTNBOEY4OTE4N0E1NkQ4QjVCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RThBMzM2RTA0MDBDMTFFM0E4Rjg5MTg3QTU2RDhCNUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RThBMzM2RTE0MDBDMTFFM0E4Rjg5MTg3QTU2RDhCNUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4x37VGAAAAWklEQVR42mI0NjZeysDAEMWAHyxlAhKZQPwAj6L7QJwFUvgJiKOB+C8WRX+gcp+YoALHgLgZi0KQ2HEQgwlJsAWIjyLxjwBxK4yDrBBkdQwQf4DiGGTnAAQYAGJbEyV4nwHtAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97% 50%;
  appearance: none;
  -webkit-appearance: none;
}

input:not([type]) {
  border: 1px solid #c5b9ac;
  background: #d7d2cb;
  color: #c5b9ac;
  appearance: none;
  user-select: text;
  -webkit-appearance: none;
  -webkit-user-select: text;
}

input:not([type]):active, input:not([type]):focus, input:not([type]):hover {
  outline: 0;
  border: 1px solid #333;
}

input[type=color] {
  padding: .2em .5em;
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
  outline: #333 auto 1px;
}

input:not([type])[disabled], input[type=color][disabled], input[type=date][disabled],
input[type=datetime-local][disabled], input[type=datetime][disabled],
input[type=email][disabled], input[type=month][disabled], input[type=number][disabled],
input[type=password][disabled], input[type=search][disabled], input[type=tel][disabled],
input[type=text][disabled], input[type=time][disabled], input[type=url][disabled],
input[type=week][disabled], select[disabled], textarea[disabled] {
  background-color: #d7d2cb;
  color: #c5b9ac;
  cursor: not-allowed;
}

input[readonly], select[readonly], textarea[readonly] {
  border-color: #c5b9ac;
  background: #d7d2cb;
  color: #c5b9ac;
}

input:focus:invalid, select:focus:invalid, textarea:focus:invalid {
  border-color: #9e2a2b;
  color: #651d32;
}

input:focus:invalid:focus, select:focus:invalid:focus, textarea:focus:invalid:focus {
  border-color: #9e2a2b;
}

tbody td, tbody th, thead th {
  padding: .375em;
}

input[type=checkbox]:focus:invalid:focus, input[type=file]:focus:invalid:focus,
input[type=radio]:focus:invalid:focus {
  outline-color: #9e2a2b;
}

input[type=checkbox], input[type=radio] {
  position: relative;
  top: 7px;
  float: left;
  margin-right: .5em;
}

select[multiple] {
  height: auto;
}

fieldset {
  margin: 0 2px;
  padding: .25em 0 .75em;
  border: 0;
}

.accordion, .article-metadata {
  border-bottom: 1px solid #d7d2cb;
}

.accordion-toggle, .area-listing, .article-footer {
  border-top: 1px solid #d7d2cb;
}

:-moz-placeholder, ::-moz-placeholder {
  color: #6d6e70;
}

:-ms-input-placeholder {
  color: #6d6e70;
}

table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 900px) {
  table {
    margin: 1.5em 0;
  }
}

tbody th, thead th {
  text-align: left;
}

tbody tr:nth-of-type(odd) {
  background-color: #edebe8;
}

blockquote {
  font-size: 1.125em;
  line-height: 1.6em;
  background-color: #f7f9fd;
  padding: 1.5em;
  font-family: Playfair Display, Georgia, Times New Roman, DejaVu Serif, serif;
  font-stretch: normal;
  color: #0067b9;
}

.container, .container-no-mobile-pad {
  width: 100%;
  min-width: 260px;
  padding: 0 1.5em;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .container, .container-no-mobile-pad {
    width: 90%;
    padding: 0;
  }
}

.container-no-mobile-pad {
  padding: 0;
}

.l-1up, .l-66-33--1 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}

@media (min-width: 600px) {
  blockquote {
    font-size: 1.25em;
    line-height: 1.56em;
  }

  .l-66-33--1 {
    width: 65.01901%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: left;
  }
}

@media (min-width: 900px) {
  .l-66-33--1 {
    width: 69.39163%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: left;
  }
}

.l-66-33--2, .l-66-33--mod-1 {
  float: right;
  margin-left: 0;
  margin-right: 0;
}

.l-66-33--2 {
  width: 100%;
  clear: both;
}

@media (min-width: 600px) {
  .l-66-33--2 {
    width: 30.03802%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: right;
  }
}

@media (min-width: 900px) {
  .l-66-33--2 {
    width: 25.6654%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: right;
  }
}

.l-66-33--mod-1 {
  width: 100%;
  clear: both;
}

@media (min-width: 750px) {
  .l-66-33--mod-1 {
    width: 65.01901%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: left;
  }
}

.l-33-66--1, .l-66-33--mod-2 {
  float: right;
  margin-left: 0;
  margin-right: 0;
}

.l-66-33--mod-2 {
  width: 100%;
  clear: both;
}

@media (min-width: 750px) {
  .l-66-33--mod-2 {
    width: 30.03802%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: right;
  }
}

.l-33-66--1 {
  width: 100%;
  clear: both;
}

@media (min-width: 600px) {
  .l-33-66--1 {
    width: 30.03802%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: both;
  }
}

.l-2up, .l-33-66--2 {
  float: right;
  margin-left: 0;
  margin-right: 0;
}

.l-33-66--2 {
  width: 100%;
  clear: both;
}

@media (min-width: 600px) {
  .l-33-66--2 {
    width: 65.01901%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.l-2up {
  width: 100%;
  clear: both;
}

@media (min-width: 900px) {
  .l-2up {
    clear: right;
  }

  .l-2up, .l-2up:nth-of-type(2n+1) {
    width: 47.52852%;
    float: left;
    margin-left: 0;
    margin-right: 4.94297%;
  }

  .l-2up:nth-of-type(2n+1) {
    clear: right;
    clear: both;
  }

  .l-2up:nth-of-type(2n) {
    width: 47.52852%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

.l-2up--1, .l-2up--2 {
  clear: both;
  margin-left: 0;
}

.l-2up--1 {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 600px) {
  .l-2up--1 {
    width: 47.52852%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: both;
  }
}

.l-2up--2 {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 600px) {
  .l-2up--2 {
    width: 47.52852%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.l-2up--1-header {
  width: 47.52852%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: both;
}

.l-2up--2-header {
  width: 47.52852%;
  clear: none;
  text-align: right;
}

.fact__block, .fact__link, .fact__stat {
  text-align: center;
}

.l-2up--2-header, .l-3up {
  float: right;
  margin-left: 0;
  margin-right: 0;
}

.l-3up {
  width: 100%;
  clear: both;
}

@media (min-width: 600px) {
  .l-3up {
    clear: right;
  }

  .l-3up, .l-3up:nth-of-type(3n+1) {
    width: 30.03802%;
    float: left;
    margin-left: 0;
    margin-right: 4.94297%;
  }

  .l-3up:nth-of-type(3n+1) {
    clear: right;
    clear: both;
  }

  .l-3up:nth-of-type(3n) {
    width: 30.03802%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

.l-3up--1, .l-3up--2 {
  margin-left: 0;
  clear: both;
}

.l-3up--1 {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 600px) {
  .l-3up--1 {
    width: 30.03802%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: both;
  }
}

.l-3up--2 {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 600px) {
  .l-3up--2 {
    width: 30.03802%;
    float: left;
    margin-right: -100%;
    margin-left: 34.98099%;
    clear: none;
  }
}

.l-3up--3, .l-4up {
  float: right;
  margin-left: 0;
  margin-right: 0;
}

.l-3up--3 {
  width: 100%;
  clear: both;
}

@media (min-width: 600px) {
  .l-3up--3 {
    width: 30.03802%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.l-4up {
  width: 100%;
  clear: both;
}

@media (min-width: 600px) {
  .l-4up {
    clear: right;
  }

  .l-4up, .l-4up:nth-of-type(4n+1) {
    width: 21.29278%;
    float: left;
    margin-left: 0;
    margin-right: 4.94297%;
  }

  .l-4up:nth-of-type(4n+1) {
    clear: right;
    clear: both;
  }

  .l-4up:nth-of-type(4n) {
    width: 21.29278%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

.l-4up--1, .l-4up--2 {
  margin-left: 0;
  clear: both;
}

.l-4up--1 {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 600px) {
  .l-4up--1 {
    width: 21.29278%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: both;
  }
}

.l-4up--2 {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 600px) {
  .l-4up--2 {
    width: 21.29278%;
    float: left;
    margin-right: -100%;
    margin-left: 26.23574%;
    clear: none;
  }
}

.l-4up--3 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}

@media (min-width: 600px) {
  .l-4up--3 {
    width: 21.29278%;
    float: left;
    margin-right: -100%;
    margin-left: 52.47148%;
    clear: none;
  }
}

.l-4up--4, .l-6up {
  float: right;
  margin-left: 0;
  margin-right: 0;
}

.l-4up--4 {
  width: 100%;
  clear: both;
}

@media (min-width: 600px) {
  .l-4up--4 {
    width: 21.29278%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.l-6up {
  width: 100%;
  clear: both;
}

@media (min-width: 600px) {
  .l-6up {
    clear: right;
  }

  .l-6up, .l-6up:nth-of-type(6n+1) {
    width: 12.54753%;
    float: left;
    margin-left: 0;
    margin-right: 4.94297%;
  }

  .l-6up:nth-of-type(6n+1) {
    clear: right;
    clear: both;
  }

  .l-6up:nth-of-type(6n) {
    width: 12.54753%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

.l-6up--1, .l-6up--2 {
  margin-left: 0;
  clear: both;
}

.l-6up--1 {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 600px) {
  .l-6up--1 {
    width: 12.54753%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: both;
  }
}

.l-6up--2 {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 600px) {
  .l-6up--2 {
    width: 12.54753%;
    float: left;
    margin-right: -100%;
    margin-left: 17.49049%;
    clear: none;
  }
}

.l-6up--3 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}

@media (min-width: 600px) {
  .l-6up--3 {
    width: 12.54753%;
    float: left;
    margin-right: -100%;
    margin-left: 34.98099%;
    clear: none;
  }
}

.l-6up--4 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}

@media (min-width: 600px) {
  .l-6up--4 {
    width: 12.54753%;
    float: left;
    margin-right: -100%;
    margin-left: 52.47148%;
    clear: none;
  }
}

.l-6up--5 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}

@media (min-width: 600px) {
  .l-6up--5 {
    width: 12.54753%;
    float: left;
    margin-right: -100%;
    margin-left: 69.96198%;
    clear: none;
  }
}

.l-6up--6, .l-banner-wrapper {
  float: right;
  margin-left: 0;
  margin-right: 0;
}

.l-6up--6 {
  width: 100%;
  clear: both;
}

@media (min-width: 600px) {
  .l-6up--6 {
    width: 12.54753%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }

  .area-listing {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-break-inside: avoid;
  }
}

.l-banner-wrapper {
  width: 100%;
  clear: both;
}

@media (min-width: 900px) {
  .l-banner-wrapper {
    width: 56.27376%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: both;
  }
}

.l-small-banner, .l-small-banner-wrapper {
  float: right;
  margin-right: 0;
  margin-left: 0;
}

.l-small-banner-wrapper {
  width: 100%;
  clear: both;
}

@media (min-width: 900px) {
  .l-small-banner-wrapper {
    width: 38.78327%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.l-small-banner {
  width: 100%;
  clear: both;
}

@media (min-width: 600px) and (max-width: 900px) {
  .l-small-banner {
    clear: right;
  }

  .l-small-banner, .l-small-banner:nth-of-type(2n+1) {
    width: 47.52852%;
    float: left;
    margin-left: 0;
    margin-right: 4.94297%;
  }

  .l-small-banner:nth-of-type(2n+1) {
    clear: right;
    clear: both;
  }

  .l-small-banner:nth-of-type(2n) {
    width: 47.52852%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

.l-nav-child {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}

@media (min-width: 900px) {
  .l-small-banner {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: both;
  }

  .l-small-banner:nth-of-type(2n+1) {
    margin-bottom: 1.5em;
  }

  .l-nav-child {
    width: 47.52852%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 4.94297%;
  }
}

@media (min-width: 1100px) {
  .container, .container-no-mobile-pad {
    max-width: 1400px;
  }

  .l-nav-child {
    width: 21.29278%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 4.94297%;
  }
}

@media (min-width: 600px) and (max-width: 1100px) {
  .l-nav-child:nth-of-type(odd) {
    width: 47.52852%;
    float: left;
    margin-left: 0;
    margin-right: 4.94297%;
    clear: both;
  }

  .l-nav-child:nth-of-type(even) {
    width: 47.52852%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 1100px) {
  .l-nav-child:nth-of-type(4n+1) {
    width: 21.29278%;
    float: left;
    margin-left: 0;
    margin-right: 4.94297%;
    clear: both;
  }

  .l-nav-child:nth-of-type(4n) {
    width: 21.29278%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

.l-secondary-hero, .l-styleguide-column {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}

.accordion-toggle {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  padding: .375em 50px .375em 0;
  cursor: pointer;
}

.accordion-toggle:after {
  display: block;
  content: "+";
  position: absolute;
  top: 10px;
  right: 10px;
}

.accordion-toggle.is-open:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion-content {
  display: none;
}

.accordion-content.is-open {
  display: block;
}

.area-listing {
  margin-top: .75em;
  padding-top: .75em;
}

.area-list__item {
  display: inline-block;
  padding-bottom: .75em;
  width: 100%;
}

.area-list__title {
  font-size: 1.25em;
  line-height: 1.44em;
  margin-top: 0;
  margin-bottom: 0;
}

.article-label {
  font-size: 1em;
  line-height: 1.5em;
  display: block;
  color: #6d6e70;
  font-family: Montserrat, Helvetica, Arial, Open Sans, sans-serif;
  font-weight: 500;
}

.article-title {
  margin-top: .375em;
}

.article-metadata {
  margin: 0 0 1.5em;
  padding-bottom: 1.5em;
  font-family: Playfair Display, Georgia, Times New Roman, DejaVu Serif, serif;
  font-style: italic;
}

.article-section__title {
  font-size: 1em;
  line-height: 1.425em;
  margin-top: 1.125em;
  margin-bottom: .375em;
  font-family: Montserrat, Helvetica, Arial, Open Sans, sans-serif;
  font-weight: 700;
}

.fact__stat, .footer__label {
  font-family: Playfair Display, Georgia, Times New Roman, DejaVu Serif, serif;
}

.article-footer {
  margin-top: 3em;
}

.article-footer .social-media {
  margin-top: .75em;
  padding: 0;
}

@media ( min-width :900px) {
  .article-footer .social-media {
    margin-top: 1.5em;
  }
}

.banner {
  padding: 1.5em 0;
  background-color: #ebf1f9;
  position: relative;
}

.banner h2 {
  margin-top: .375em;
}

#block-augustana-theme-breadcrumbs {
  font-size: .85em;
  line-height: 1.76471em;
  margin-top: .75em;
  margin-bottom: .75em;
}

#block-augustana-theme-breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

#block-augustana-theme-breadcrumbs li {
  display: inline-block;
  padding: .375em 0;
}

#block-augustana-theme-breadcrumbs li:after {
  display: inline-block;
  content: url(../imgs/arrow.png);
  width: 8px;
  height: 8px;
  margin: 0 .75em;
}

#block-augustana-theme-breadcrumbs li:last-child:after {
  display: none;
}

.emergency-alert {
  position: relative;
  background-color: #edebe8;
  padding: 1.5em 0;
  border-bottom: 4px solid #9e2a2b;
  color: #333;
}

.emergency-alert .cta:link, .emergency-alert .cta:visited {
  color: #9e2a2b;
}

.emergency-alert .cta:link svg, .emergency-alert .cta:visited svg {
  fill: #9e2a2b;
}

.emergency-alert .cta:active, .emergency-alert .cta:focus,
.emergency-alert .cta:hover {
  color: #fd0;
}

.emergency-alert .cta:active svg, .emergency-alert .cta:focus svg,
.emergency-alert .cta:hover svg {
  fill: #fd0;
}

.emergency-alert__label {
  display: block;
  color: #9e2a2b;
}

.emergency-alert__title {
  font-size: 1.25em;
  line-height: 1.44em;
  margin-bottom: 0;
  color: #9e2a2b;
}

.emergency-alert__title a:link, .emergency-alert__title a:visited {
  color: #9e2a2b;
}

.emergency-alert__title a:active, .emergency-alert__title a:focus,
.emergency-alert__title a:hover {
  color: #fd0;
}

.fact {
  display: block;
  margin: .75em -1.5em 0;
  border-top: 1px solid #c3d7ee;
  padding: .75em 1.5em 0;
}

@media ( min-width :600px) {
  .fact {
    border-top: 0;
    margin-top: 1.5em;
    padding-top: 0;
  }
}

.fact__link, .fact__link:active, .fact__link:focus, .fact__link:hover {
  text-decoration: none;
}

.fact__link:active .fact__stat, .fact__link:focus .fact__stat,
.fact__link:hover .fact__stat {
  color: #0067b9;
}

@media (min-width: 900px) {
  .fact {
    display: table;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .fact__link {
    display: table-cell;
    vertical-align: top;
    width: 40%;
  }
}

.fact__image {
  width: 100%;
}

.fact__stat {
  font-size: 5em;
  line-height: 1.05em;
  display: block;
  padding: .525em .15em 0;
  color: #00437b;
  font-weight: 700;
}

@media (min-width: 900px) {
  .fact__stat {
    font-size: 2.6em;
    line-height: 1.15385em;
    padding: .525em .15em;
    border-right: 1px solid #0067b9;
    width: 150px;
  }
}

.fact__block {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: .75em;
}

.footer-links>a, .footer__label {
  font-size: .85em;
  line-height: 1.41176em;
}

@media (min-width: 900px) {
  .fact__block {
    display: table-cell;
    vertical-align: middle;
    padding-left: 1.5em;
    margin-top: 0;
    text-align: left;
  }
}

.calendar .ui-datepicker td, .calendar .ui-datepicker td a, .center-text,
.slide figure, .ui-datepicker-calendar thead th, .ui-state-default {
  text-align: center;
}

.footer {
  background-color: #fff;
  border-top: 8px solid #00437b;
  box-shadow: 0 -3px 3px rgba(51, 51, 51, .4);
  margin: 0 0 3em;
  padding: 1.5em 0;
}

.footer__label {
  margin-top: 3em;
  padding-top: .75em;
  border-top: 1px solid #d7d2cb;
}

@media (min-width: 600px) {
  .footer__label {
    margin-top: 1.5em;
    padding-top: 0;
    border-top: 0;
  }
}

.footer__contact {
  display: block;
}

.footer-links>a {
  display: block;
  padding-bottom: .45em;
}

@media (min-width: 1100px) {
  .footer-links {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }

  .footer-links > a {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-column-break-inside: avoid;
  }
}

.form__title {
  font-size: 1.25em;
  line-height: 1.44em;
  margin-top: 0;
}

.input-wrapper, .input-wrapper--half {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: .375em;
}

@media (min-width: 600px) {
  .input-wrapper--half {
    width: 50%;
    float: left;
  }

  .input-wrapper--half:first-child {
    padding-right: .375em;
  }

  .input-wrapper--half:last-child {
    padding-left: .375em;
  }
}

.form-option-container {
  margin-right: 3em;
  float: left;
}

.form-option-container label {
  position: relative;
  left: 25px;
  font-family: Montserrat, Helvetica, Arial, Open Sans, sans-serif;
  margin-top: 0;
  margin-bottom: -.75em;
}

.form-option-container input[type=checkbox], .form-option-container input[type=radio] {
  display: block;
  position: relative;
  top: -.4em;
  float: none;
}

.input-wrapper--buttons input[type=submit] {
  margin-bottom: .375em;
}

@media (min-width: 600px) {
  .input-wrapper--buttons {
    position: relative;
    top: 2.3em;
    margin-bottom: 1.125em;
  }

  .rail-calendar h3 {
    margin-top: 0;
  }
}

.filter {
  margin-bottom: .375em;
}

.filter-trigger {
  font-size: .85em;
  line-height: 1.41176em;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  color: #00437b;
  background-color: #edebe8;
  padding: .375em .75em;
}

.directory-search, .filter-wrapper {
  background-color: #edebe8;
  padding: .75em;
}

.filter-trigger svg {
  height: .5em;
  width: .5em;
  fill: #00437b;
  margin-left: .375em;
}

.calendar .ui-datepicker, figure img {
  width: 100%;
}

.filter-trigger:focus, .filter-trigger:hover {
  color: #0067b9;
}

.filter-trigger:focus svg, .filter-trigger:hover svg {
  fill: #0067b9;
}

.filter-trigger.is-active svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.filter-wrapper {
  display: none;
}

.filter-wrapper.is-active {
  display: block;
}

.fsBody {
  font-family: Montserrat, Helvetica, Arial, Open Sans, sans-serif !important;
}

.fsBody, .fsForm {
  box-shadow: none !important;
}

.fsForm {
  border: 1px solid #d7d2cb !important;
  border-radius: 0 !important;
}

.fsLabel {
  font: 18px/1.5 Montserrat, Helvetica, Arial, Open Sans, sans-serif;
  font-size: 18px !important;
  font-weight: 300 !important;
  margin-bottom: .375em !important;
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fsRowBody input[type=color], .fsRowBody input[type=date], .fsRowBody input[type=datetime-local],
.fsRowBody input[type=datetime], .fsRowBody input[type=email],
.fsRowBody input[type=month], .fsRowBody input[type=number],
.fsRowBody input[type=range], .fsRowBody input[type=search],
.fsRowBody input[type=tel], .fsRowBody input[type=text], .fsRowBody input[type=time],
.fsRowBody input[type=url], .fsRowBody input[type=week] {
  border: 1px solid #d7d2cb !important;
  outline: 0 !important;
  text-indent: .5em !important;
  padding: .375em !important;
  background-image: none !important;
}

.fsRowBody input[type=color]:active, .fsRowBody input[type=color]:focus,
.fsRowBody input[type=color]:hover, .fsRowBody input[type=date]:active,
.fsRowBody input[type=date]:focus, .fsRowBody input[type=date]:hover,
.fsRowBody input[type=datetime-local]:active, .fsRowBody input[type=datetime-local]:focus,
.fsRowBody input[type=datetime-local]:hover, .fsRowBody input[type=datetime]:active,
.fsRowBody input[type=datetime]:focus, .fsRowBody input[type=datetime]:hover,
.fsRowBody input[type=email]:active, .fsRowBody input[type=email]:focus,
.fsRowBody input[type=email]:hover, .fsRowBody input[type=month]:active,
.fsRowBody input[type=month]:focus, .fsRowBody input[type=month]:hover,
.fsRowBody input[type=number]:active, .fsRowBody input[type=number]:focus,
.fsRowBody input[type=number]:hover, .fsRowBody input[type=range]:active,
.fsRowBody input[type=range]:focus, .fsRowBody input[type=range]:hover,
.fsRowBody input[type=search]:active, .fsRowBody input[type=search]:focus,
.fsRowBody input[type=search]:hover, .fsRowBody input[type=tel]:active,
.fsRowBody input[type=tel]:focus, .fsRowBody input[type=tel]:hover,
.fsRowBody input[type=text]:active, .fsRowBody input[type=text]:focus,
.fsRowBody input[type=text]:hover, .fsRowBody input[type=time]:active,
.fsRowBody input[type=time]:focus, .fsRowBody input[type=time]:hover,
.fsRowBody input[type=url]:active, .fsRowBody input[type=url]:focus,
.fsRowBody input[type=url]:hover, .fsRowBody input[type=week]:active,
.fsRowBody input[type=week]:focus, .fsRowBody input[type=week]:hover {
  outline: 0 !important;
  border-color: #00437b !important;
}

.fsRowBody textarea {
  border: 1px solid #d7d2cb !important;
  outline: 0 !important;
  text-indent: .5em !important;
  padding: .375em !important;
  background-image: none !important;
}

.fsRowBody textarea:active, .fsRowBody textarea:focus, .fsRowBody textarea:hover {
  outline: 0 !important;
  border-color: #00437b !important;
}

.ui-datepicker-calendar tbody tr, .ui-datepicker-calendar thead {
  border-bottom: 1px solid #d7d2cb;
}

.ui-datepicker-calendar tbody td:last-child, .ui-datepicker-calendar thead th:last-child {
  border-right: 1px solid #d7d2cb;
}

.fsField[type=checkbox], .fsField[type=radio] {
  top: 0;
}

.fieldset-content {
  font-family: Montserrat, Helvetica, Arial, Open Sans, sans-serif !important;
  font-size: 16px !important;
}

.blockquote-caption, .list-header__title, .location__subtitle, .location__title, .post__title--secondary {
  font-family: Montserrat, Helvetica, Arial, Open Sans, sans-serif;
}

.fsOptionLabel {
  font-size: 16px !important;
  margin-bottom: 10px !important;
}

.fsOptionLabel, .fsSupporting {
  font-weight: 300 !important;
}

.fsFieldFocused {
  background-color: #ebf1f9 !important;
}

.ui-datepicker-calendar, .ui-datepicker-calendar tbody tr:nth-of-type(odd) {
  background-color: #00437b;
}

.rail-calendar h3 {
  margin-bottom: 0;
}

.ui-datepicker-prev:after {
  content: "‹";
}

.ui-datepicker-next:after, .ui-datepicker-prev:after {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

.ui-datepicker-next:after {
  content: "›";
}

.ui-datepicker-calendar {
  border: 1px solid #d7d2cb;
}

.ui-datepicker-calendar thead {
  border-top: 1px solid #d7d2cb;
}

.ui-datepicker-calendar thead th {
  padding: .375em;
  border-left: 1px solid #d7d2cb;
  color: #fff;
}

.ui-datepicker-calendar tbody td {
  border-left: 1px solid #d7d2cb;
}

.ui-state-default:link, .ui-state-default:visited {
  color: #fff;
}

.ui-state-default:active, .ui-state-default:focus, .ui-state-default:hover {
  color: #00437b;
  background-color: #c3d7ee;
}

.ui-state-active {
  border: 0;
  background-color: #fd0;
  color: #00437b;
}

.ui-state-active:link, .ui-state-active:visited {
  color: #00437b;
}

.ui-corner-all, .ui-corner-all:link, .ui-corner-all:visited {
  text-decoration: none;
}

@media (min-width: 750px) {
  .calendar {
    margin: 0 -1.5em;
  }
}

@media (min-width: 900px) {
  .calendar {
    margin: 0 0 .75em;
  }
}

.calendar .ui-datepicker th {
  padding: .3em;
}

.calendar .ui-datepicker td {
  padding: 0;
}

body {
  background: url(../imgs/augie-seal.png) 90% 81% no-repeat;
  background-size: 400px;
}

@media (min-width: 600px) {
  body {
    background-position: 90% 93%;
    background-size: 500px;
  }

  .general-hero__caption {
    float: right;
    margin-bottom: -3em;
  }
}

@media (min-width: 900px) {
  body {
    background-position: 93% 96%;
    background-size: 650px;
  }
}

.general-hero__image, .hero {
  background-size: cover;
  background-position: 50%;
}

.general-hero__image {
  height: 300px;
  border-bottom: 4px solid #00437b;
}

.general-hero__caption {
  display: block;
  padding-bottom: 1.5em;
}

.page-wrapper {
  margin-top: .75em;
  margin-bottom: 3em;
}

@media (min-width: 600px) {
  .page-wrapper {
    margin-top: 1.5em;
  }
}

figcaption {
  font-size: .85em;
  line-height: 1.41176em;
}

.post__image, img {
  max-width: 100%;
}

.table-wrapper {
  margin: 1.5em 0;
}

.blockquote-caption {
  font-size: .75em;
  line-height: 1.3em;
  margin-top: .75em;
  color: #6d6e70;
  font-style: normal;
}

.subtitle {
  font-size: 1.56em;
  line-height: 1.20192em;
  margin-top: .375em;
  color: #63513d;
  font-style: italic;
}

.header {
  border-bottom: 1px solid #d7d2cb;
}

.header .container {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

@media (min-width: 900px) {
  .header {
    background-color: hsla(0, 0%, 100%, .9);
    box-shadow: 0 3px 3px rgba(51, 51, 51, .2);
    position: relative;
    border-bottom: 0;
    z-index: 1;
  }

  .header .container {
    padding-top: 3em;
    /*padding-top: 3.4em;*/
    padding-bottom: 0;
  }
}

.header .main-navigation-divider {
  display: block;
  height: 2px;
  background-color: #fd0;
}
.header__logo {
  width: 175px;
  display: block;
}

.header__logo-desktop {
  display: none;
  font-size: 0;
}

.header__buttons {
  padding-top: .75em;
}

.header__buttons a {
  float: right;
  margin-left: 8px;
  line-height: 1.95em;
}

@media (min-width: 900px) {
  .header .search, .header__logo {
    display: none;
  }

  .header__logo-desktop svg {
    width: 350px;
    height: 48px;
    fill: #00437b;
  }

  .header__logo-desktop {
    display: inline-block;
  }

  .header__buttons {
    display: none;
  }
}

.full-width {
  width: 100%;
}

.arrow-up {
  width: 0;
  height: 0;
  position: relative;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #00437b;
  margin: 0 auto;
}

.meta-divider {
  margin: 0 .375em;
}

.page-section {
  margin: 1.5em 0;
}

.hero {
  padding-top: 0;
  height: 250px;
}

@media (min-width: 600px) {
  .hero {
    position: static;
    height: auto;
    background-color: none;
    padding-top: 25px;
  }
}

@media (min-width: 900px) {
  .hero {
    padding-top: 200px;
    margin-top: -175px;
  }
}

@media (min-width: 1100px) {
  .hero {
    margin-top: -181px;
  }
}

@media (min-width: 1400px) {
  .hero {
    padding-top: 250px;
    margin-top: -194px;
  }
}

@media (min-width: 2000px) {
  .hero {
    padding-top: 350px;
  }
}

.hero__arch {
  position: relative;
  top: 250px;
  background-color: #00437b;
  border-top: 4px solid #fd0;
  border-bottom: 4px solid #fd0;
  margin: 0 -1.5em 250px;
  z-index: 0;
}

@media (min-width: 600px) {
  .hero__arch {
    position: relative;
    top: auto;
    display: block;
    background-color: transparent;
    border-top: 0;
    margin: 0;
    overflow: hidden;
  }
}

.hero__arch-image {
  display: none;
}

.hero__block {
  padding: 1.5em;
  color: #fff;
}

@media (min-width: 600px) {
  .hero__arch-image {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }

  .hero__block {
    display: block;
    position: relative;
    height: auto;
    border-radius: 250px 250px 0 0;
    padding: 7.5em 1.5em 1.5em;
    text-align: center;
    z-index: 1;
  }
}

@media (min-width: 900px) {
  .hero__block {
    padding: 7.5em 2.25em 1.5em;
  }
}

@media (min-width: 1100px) {
  .hero__block {
    padding: 7.5em 3em 1.5em;
  }
}

.hero__title {
  margin-top: 0;
  color: #fff;
}

@media (min-width: 600px) {
  .hero__title {
    margin-top: .375em;
  }
}

.hero__cta {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 15px;
  border-top: 1px solid #fd0;
  font-weight: 500;
}

.hero__cta:link, .hero__cta:visited {
  color: #fd0;
  text-decoration: none;
}

.hero__cta:active, .hero__cta:focus, .hero__cta:hover {
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.img--featured {
  width: 100%;
  margin: 0 0 .375em;
}

.img--featured img {
  border-bottom: 4px solid #fd0;
}

@media (min-width: 900px) {
  .img--featured {
    margin: 0 0 .375em;
  }
}

.img--featured-blog {
  width: 100%;
  margin: 0 0 1.5em;
}

.img--featured-blog img {
  border-bottom: 4px solid #c05131;
}

.label-container {
  font-size: .85em;
  line-height: 1.41176em;
}

.divider, .label, .label--green, .label--purple {
  color: #6d6e70;
  float: left;
}

.label--purple {
  color: #865e9c;
  font-weight: 700;
}

.label--green {
  color: #115740;
  font-weight: 500;
}

.divider {
  margin: 0 .5em;
}

.list-header .cta {
  float: right;
  margin-top: 1.5em;
}

.list-header__title {
  font-size: 1em;
  line-height: 1.5em;
  color: #6d6e70;
  float: left;
  font-weight: 700;
}

.list-header__title a:link, .list-header__title a:visited {
  color: #6d6e70;
  text-decoration: none;
}

.list-header__title a:active, .list-header__title a:focus,
.list-header__title a:hover {
  color: #0067b9;
  text-decoration: none;
}

.results-counter {
  margin-top: 1.5em;
}

.list-footer {
  border-top: 1px solid #d7d2cb;
}

.location-block {
  background-color: #edebe8;
  padding: 1.5em;
}

.location__title {
  font-size: 1.25em;
  line-height: 1.44em;
  padding-bottom: .375em;
  border-bottom: 1px solid #00437b;
}

.location__subtitle, .location__title {
  font-weight: 500;
}

.location__subtitle {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0;
}

.location__map {
  border: 1px solid #d7d2cb;
}

.nav-primary--container {
  display: none;
}

.nav-primary--container.open {
  display: block;
}

.nav-primary {
  position: relative;
  margin: 0 0 0 -.45em;
  padding: 0;
  list-style: none;
}

@media (min-width: 900px) {
  .nav-primary--container {
    display: block;
  }

  .nav-primary--container .nav-utility {
    display: none;
  }

  .nav-primary {
    display: block;
  }

  .nav-primary > li {
    display: inline-block;
  }
}

.nav-primary .arrow-up {
  display: none;
}

.nav-primary--trigger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  padding: .525em 1.5em;
  background-color: #fff;
  border-bottom: 1px solid #d7d2cb;
  border-left: 1px solid #d7d2cb;
}

.nav-primary--trigger:active, .nav-primary--trigger:focus,
.nav-primary--trigger:hover, .nav-primary__item.open .nav-primary--trigger {
  background-color: #ebf1f9;
}

.nav-primary--trigger svg {
  width: .825em;
  height: .825em;
  fill: #00437b;
}

.nav-primary__item {
  position: relative;
}

.nav-primary__item.open .nav-primary--trigger svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (min-width: 900px) {
  .nav-primary--trigger {
    display: none;
  }

  .nav-primary__item {
    position: static;
  }

  .nav-primary__item:active .arrow-up, .nav-primary__item:focus .arrow-up,
  .nav-primary__item:hover .arrow-up {
    display: block;
    margin-top: -5px;
  }

  .nav-primary__item:active .nav-primary__children, .nav-primary__item:focus .nav-primary__children,
  .nav-primary__item:hover .nav-primary__children {
    display: block;
    overflow: hidden;
    padding: 3em 2em;
    position: absolute;
    left: 0;
    right: 0;
  }

  .nav-primary__item:active .nav-primary__children>li, .nav-primary__item:focus .nav-primary__children>li,
  .nav-primary__item:hover .nav-primary__children>li {
    display: block;
  }
}

.nav-primary__link {
  padding: .525em 75px .525em 1.5em;
  display: block;
  color: #00437B;
  border-bottom: 1px solid #D7D2CB;
  text-decoration: none;
  font-weight: 700;
}

.nav-primary__link:active, .nav-primary__link:focus, .nav-primary__link:hover {
  background-color: #EBF1F9;
  text-decoration: none;
  color: #00437b;
}

@media (min-width: 900px) {
  .nav-primary__link {
    font-size: 1em;
    line-height: 1.8em;
    display: inline-block;
    border-color: #fff;
    padding: .75em .345em;
  }
}

@media (min-width: 1100px) {
  .nav-primary__link {
    font-size: 1.1em;
    line-height: 1.63636em;
    padding: .75em .45em;
  }
}

.nav-primary__children {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: rgba(0, 67, 123, .95);
  border-bottom: 2px solid #fd0;
  z-index: 2;
}

li.open .nav-primary__children {
  display: block;
}

@media (min-width: 600px) {
  .nav-primary__children {
    padding: .75em 1.5em;
  }
}

@media (min-width: 900px) {
  .nav-primary__children {
    margin: 0 -2em;
  }

  li.open .nav-primary__children {
    overflow: hidden;
    padding: 3em 2em;
    position: absolute;
    left: 0;
    right: 0;
  }

  li.open .nav-primary__children > li {
    display: block;
  }
}

.nav-primary__link-child {
  padding: .525em 1.5em;
  display: block;
  color: #fff;
  border-bottom: 1px solid #0067b9;
  font-weight: 700;
  text-decoration: none;
}

.nav-primary__link-child:active, .nav-primary__link-child:focus, .nav-primary__link-child:hover {
  text-decoration: none;
  color: #fd0;
  border-color: #fd0;
}

@media (min-width: 600px) {
  .nav-primary__link-child {
    padding: .525em 0;
  }
}

@media (min-width: 900px) {
  .nav-primary__link-child {
    padding: .5em 0 1em;
    border-bottom: 0;
    border-top: 1px solid #0067b9;
  }
}

.nav-primary__link-button {
  padding: 1.5em;
}

@media (min-width: 600px) {
  .nav-primary__link-button {
    padding: .75em;
  }
}

.nav-utility {
  display: none;
}

@media (min-width: 900px) {
  .nav-primary__link-button {
    padding: 0;
  }

  .nav-utility-container--mobile {
    display: none;
  }

  .nav-utility {
    display: block;
  }
}

.nav-utility-container--mobile.open .nav-utility {
  display: block;
  margin: .75em 1.5em;
}

.nav-utility__link {
  color: #c3d7ee;
  font-size: .85em;
  line-height: 2.29412em;
  margin-right: .75em;
  text-decoration: none;
}

.nav-utility-container--mobile .nav-utility__link {
  white-space: nowrap;
  color: #00437b;
  border: 1px solid #00437b;
  padding: .15em .6em;
  border-radius: 2px;
}

@media (min-width: 600px) {
  .nav-utility__link {
    font-size: .75em;
    line-height: 1.6em;
  }
}

@media (min-width: 900px) {
  .nav-utility-container--mobile.open .nav-utility {
    display: none;
  }

  .nav-utility__link {
    font-size: .75em;
    line-height: 1.6em;
  }
}

@media (min-width: 1100px) {
  .nav-utility__link {
    font-size: .85em;
    line-height: 1.76471em;
  }
}

.nav-rail {
  margin: 0 -1.5em;
}

.js-nav-rail--trigger {
  display: block;
  position: relative;
  padding: .75em 1.5em;
  background-color: #00437b;
  font-weight: 500;
}

.js-nav-rail--trigger .nav-rail__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  background-color: #0067b9;
}

.js-nav-rail--trigger .nav-rail__icon svg {
  position: relative;
  top: .75em;
  left: calc(50% - .5em);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  height: .75em;
  width: .75em;
  fill: #fff;
}

.js-nav-rail--trigger:link, .js-nav-rail--trigger:visited {
  color: #fff;
  text-decoration: none;
}

.js-nav-rail--trigger:active, .js-nav-rail--trigger:focus,
.js-nav-rail--trigger:hover {
  background-color: #00437b;
  text-decoration: none;
}

.js-nav-rail--trigger:active .nav-rail__icon svg, .js-nav-rail--trigger:focus .nav-rail__icon svg,
.js-nav-rail--trigger:hover .nav-rail__icon svg {
  fill: #fff;
}

@media (min-width: 600px) {
  .nav-rail {
    margin: 3em 0 0;
  }

  .js-nav-rail--trigger {
    display: none;
  }
}

.nav-rail__items {
  display: none;
  border-top: 1px solid #d7d2cb;
}

.nav-rail__items.open {
  display: block;
}

.nav-rail__item {
  display: block;
  padding: .6em 1.5em;
  border-bottom: 1px solid #d7d2cb;
  font-weight: 700;
  text-decoration: none;
}

.nav-rail__item:active, .nav-rail__item:focus, .nav-rail__item:hover {
  background-color: #ebf1f9;
  color: #00437b;
  text-decoration: none;
}

.nav-rail__item.is-active {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #00437b;
  border-top: 1px solid #00437b;
  color: #00437b;
}

.post-list-item, .post-section, .profile-contact__list,
.profile-list-item {
  border-top: 1px solid #d7d2cb;
}

@media (min-width: 600px) {
  .nav-rail__items {
    display: block;
  }

  .nav-rail__item {
    padding: .6em .6em .6em 10px;
  }
}

.news-center-hero {
  background-color: #00437b;
  padding-bottom: 1.5em;
  border-bottom: 4px solid #fd0;
}

.news-center-hero .post__title a:link, .news-center-hero .post__title a:visited {
  color: #c3d7ee;
}

.news-center-hero .post__block, .news-center-hero .post__title a:active,
.news-center-hero .post__title a:focus, .news-center-hero .post__title a:hover {
  color: #fff;
}

.news-center__title {
  margin-bottom: .375em;
  padding-bottom: .225em;
  color: #fff;
}

.pagination {
  float: left;
  padding-bottom: .75em;
}

@media (min-width: 900px) {
  .pagination {
    position: relative;
    top: -5px;
    float: right;
  }
}

.pagination__item, .pagination__item--next, .pagination__item--prev,
.pagination__item--spacer, .picture-day__image img {
  float: left;
}

.pagination-list li {
  background-color: #f8f7f6;
  border: 1px solid #d7d2cb;
  margin-left: -1px;
}

.pagination-list li:first-child {
  margin-left: 0;
}

.pagination__item svg, .pagination__item--next svg,
.pagination__item--prev svg, .pagination__item--spacer svg {
  height: .7em;
  width: .7em;
  fill: #0067b9;
}

.pagination__item a:link, .pagination__item a:visited,
.pagination__item--next a:link, .pagination__item--next a:visited,
.pagination__item--prev a:link, .pagination__item--prev a:visited,
.pagination__item--spacer a:link, .pagination__item--spacer a:visited {
  padding: 5px 16px;
  display: inline-block;
  text-decoration: none;
}

@media (min-width: 900px) {
  .pagination__item a:link, .pagination__item a:visited,
  .pagination__item--next a:link, .pagination__item--next a:visited,
  .pagination__item--prev a:link, .pagination__item--prev a:visited,
  .pagination__item--spacer a:link, .pagination__item--spacer a:visited {
    padding: 4px 8px;
  }
}

.pagination__item a:active, .pagination__item a:focus, .pagination__item a:hover,
.pagination__item--next a:active, .pagination__item--next a:focus,
.pagination__item--next a:hover, .pagination__item--prev a:active,
.pagination__item--prev a:focus, .pagination__item--prev a:hover,
.pagination__item--spacer a:active, .pagination__item--spacer a:focus,
.pagination__item--spacer a:hover {
  background-color: #0067b9;
  color: #fff;
  text-decoration: none;
}

.pagination__item a:active svg, .pagination__item a:focus svg,
.pagination__item a:hover svg, .pagination__item--next a:active svg,
.pagination__item--next a:focus svg, .pagination__item--next a:hover svg,
.pagination__item--prev a:active svg, .pagination__item--prev a:focus svg,
.pagination__item--prev a:hover svg, .pagination__item--spacer a:active svg,
.pagination__item--spacer a:focus svg, .pagination__item--spacer a:hover svg {
  fill: #fff;
}

.is-active.pagination__item--next, .is-active.pagination__item--prev,
.is-active.pagination__item--spacer, .pagination__item.is-active {
  background-color: #d7d2cb;
}

.pagination__item--spacer {
  padding: 5px 16px;
  display: inline-block;
}

@media (min-width: 900px) {
  .pagination__item--spacer {
    padding: 4px 10px;
  }

  .picture-day__block {
    width: 45%;
    float: left;
  }
}

.pagination__item--prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.persona-header-wrapper {
  padding-bottom: 1.5em;
}

.persona-page-wrapper {
  margin-top: 0;
}

.persona-title {
  font-size: 1.56em;
  line-height: 1.29808em;
  margin-top: 0;
  color: #00437b;
}

.persona-list__title {
  font-size: 1.25em;
  line-height: 1.44em;
  margin-bottom: .375em;
  padding-bottom: .375em;
  color: #333;
  border-bottom: 1px solid #d7d2cb;
}

.persona-ad {
  display: block;
  margin: 1.5em 0;
}

.persona-ad--rail {
  display: block;
  margin-bottom: .75em;
}

.picture-day {
  background-color: #00437b;
  border-bottom: 4px solid #fd0;
  margin-bottom: 1.5em;
}

.picture-day__block {
  padding: .75em
}

.picture-day__block p {
  font-size: .85em;
  line-height: 1.58824em;
  margin-bottom: 0;
  color: #fff;
}

.picture-day__label {
  font-size: .75em;
  line-height: 1.6em;
  font-weight: 800;
  color: #c3d7ee;
}

.picture-day__title {
  font-size: 1.25em;
  line-height: 1.44em;
  margin-top: .225em;
  margin-bottom: 0;
  color: #fff;
}

.picture-day__cta, .picture-day__date {
  line-height: 1.41176em;
  font-size: .85em;
}

.picture-day__date {
  color: #fff;
}

.picture-day__image {
  margin: 0;
}

@media (min-width: 900px) {
  .picture-day__image {
    width: 55%;
    float: left;
  }
}

.picture-day__cta:link, .picture-day__cta:visited {
  color: #fd0;
}

.picture-day__cta:active, .picture-day__cta:focus, .picture-day__cta:hover {
  color: #c3d7ee;
}

.photo-gallery {
  background-color: #edebe8;
  margin: 1.5em 0 3em;
}

@media screen and (max-width: 900px) {
  .page-wrapper.page-wrapper {
    padding: 0 4px;
  }
}

.slide figure {
  margin: 0;
}

.slide figure img {
  width: auto;
  margin: 0 auto;
}

.slide figcaption {
  padding: .75em;
  text-align: left;
}

.post .video-wrapper {
  margin: 0;
}

@media (min-width: 600px) {
  .post {
    margin-bottom: 0;
  }
}

.post__block {
  padding: .45em 0;
}

.post__block p {
  font-size: .85em;
  line-height: 1.67647em;
}

.post__metadata {
  font-size: .85em;
  line-height: 1.41176em;
  display: block;
  color: #6d6e70;
  margin-bottom: .225em;
}

.post__title {
  font-size: 1.25em;
  line-height: 1.44em;
  margin-top: 0;
  margin-bottom: .225em;
}

.post__title--secondary {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.profile-list-item__image, .profile__image, .profile__image--story {
  object-fit: cover;
  object-position: center;
}

.post-filler {
  background-color: #ebf1f9;
  padding: 1.5em;
  margin-bottom: .75em;
}

.post-filler .post__block {
  padding: 0;
}

.post-filler .cta {
  float: none;
  display: block;
}

@media (min-width: 900px) {
  .post-filler {
    margin: .75em 0;
  }
}

.featured-post-wrapper {
  margin-bottom: 1.5em;
  padding-bottom: .75em;
  border-bottom: 1px solid #d7d2cb;
}

.featured-post-wrapper .video-wrapper {
  margin: 0;
}

.post-list-item {
  margin-bottom: .75em;
  padding-top: .75em;
}

.post-list-item .video-wrapper {
  margin: 0;
}

@media (min-width: 600px) {
  .post-list-item .post__image {
    display: inline-block;
    width: 50%;
    float: left;
    padding-right: 1.5em;
  }
}

@media (min-width: 900px) {
  .post-list-item .post__image {
    width: 35%;
    float: left;
  }
}

.profile-header {
  margin-bottom: 1.5em;
}

.profile__image, .profile__image--story {
  display: block;
  margin: 0 auto 1.5em;
  height: 150px;
  width: 150px;
  border-radius: 75px;
  border: 1px solid #d7d2cb;
}

@media (min-width: 350px) {
  .profile__image, .profile__image--story {
    display: inline-block;
    float: right;
    margin: 0 0 0 20px;
  }
}

@media (min-width: 600px) {
  .profile__image, .profile__image--story {
    height: 175px;
    width: 175px;
    border-radius: 100px;
  }
}

.profile__title {
  margin-top: 0;
  margin-bottom: 0;
}

.profile__subtitle {
  font-size: 1.25em;
  line-height: 1.44em;
  margin-top: .375em;
  color: #63513d;
  font-style: italic;
}

.profile-list-item__subtitle, .program__subtitle small {
  font-style: italic;
  color: #6d6e70;
}

.profile-contact__list {
  font-size: .85em;
  line-height: 1.58824em;
  margin-top: 1.5em;
  padding-top: 1.5em;
}

@media (min-width: 600px) {
  .profile-story {
    display: table;
    margin-bottom: .75em;
  }
}

.profile__image--story {
  display: block;
  float: none;
  margin: 0 auto 1.5em;
}

@media (min-width: 600px) {
  .profile__image--story {
    display: inline-block;
    margin: 0 0 .75em;
    float: left;
  }

  .profile__details--story {
    margin-top: .75em;
    float: right;
  }
}

.profile__details--story {
  display: block;
}

@media (min-width: 900px) {
  .profile__image, .profile__image--story {
    height: 225px;
    width: 225px;
    border-radius: 115px;
  }

  .profile__image+.profile__details, .profile__image--story+.profile__details {
    padding-right: 245px;
  }

  .profile__details--story {
    width: calc(100% - 245px);
    margin-top: 1.5em;
    float: right;
  }
}

.profile-list-item {
  padding: .75em 0;
}

.profile-list-item__image {
  display: block;
  margin: 0 auto 1.5em;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  border: 1px solid #d7d2cb;
}

.rail-label, .related-link__title {
  font-family: Montserrat, Helvetica, Arial, Open Sans, sans-serif;
}

@media (min-width: 350px) {
  .profile-list-item__image {
    display: inline-block;
    float: right;
    margin: 0 0 0 20px;
  }
}

.profile-list-item__title {
  font-size: 1.25em;
  line-height: 1.44em;
  margin-bottom: 0;
  margin-top: 0;
}

@media (min-width: 600px) {
  .profile-list-item__image {
    height: 125px;
    width: 125px;
    border-radius: 75px;
  }

  .profile-list-item__title {
    margin-top: .375em;
  }
}

.profile-list-item__subtitle {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: .225em;
}

.rail-item--block, .rail-label, .rail-list__item {
  font-size: .85em;
  line-height: 1.41176em;
}

.program__subtitle {
  margin-top: .375em;
  margin-bottom: .225em;
}

.course__title {
  margin-bottom: .15em;
}

@media (min-width: 600px) {
  .rail {
    margin-top: 1.5em;
  }
}

.rail-item {
  margin-bottom: .75em;
}

@media (min-width: 900px) {
  .rail-item {
    margin-bottom: 2.25em;
  }
}

.rail-item--block {
  background-color: #edebe8;
  border-bottom: 4px solid #00437b;
  margin-bottom: .75em;
  padding: 1.5em;
}

.rail-item--block h1, .rail-item--block h2, .rail-item--block h3,
.rail-item--block h4, .rail-item--block h5, .rail-item--block h6 {
  margin-top: .375em;
}

.rail-item--block .cta {
  display: block;
  margin-top: 1.5em;
}

.rail-item--block .post__block {
  padding: 0;
  margin: 0 0 .75em;
}

@media (min-width: 900px) {
  .rail-item--block {
    margin-bottom: 2.25em;
  }
}

.rail-item--list {
  margin-bottom: .75em;
}

@media (min-width: 900px) {
  .rail-item--list {
    margin-bottom: 2.25em;
  }
}

.rail-label {
  font-weight: 700;
}

.rail-title {
  margin-top: 0;
}

.rail-list__item {
  border-bottom: 1px solid #d7d2cb;
  padding-bottom: .375em;
}

.rail-list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.rail-list__item h1, .rail-list__item h2, .rail-list__item h3,
.rail-list__item h4, .rail-list__item h5, .rail-list__item h6 {
  margin-top: .6em;
  margin-bottom: .15em;
}

.related-links, .related-links--left, .related-links--right {
  margin: 1.5em 0;
  padding: 1.125em 2.25em 1.125em 1.875em;
  background-color: #edebe8;
  border-bottom: 4px solid #00437b;
}

.search, .secondary-hero {
  background-color: #00437b;
}

.related-links ul, .related-links--left ul, .related-links--right ul {
  padding: 0 0 0 1.5em;
}

@media (min-width: 600px) {
  .related-links--left {
    float: left;
    margin-right: 1.5em;
  }

  .related-links--left, .related-links--right {
    display: inline-block;
    max-width: 50%;
    margin-top: .75em;
  }

  .related-links--right {
    float: right;
    clear: right;
    margin-left: 1.5em;
  }
}

.related-link__title {
  margin-top: 0;
  font-size: 1em;
  line-height: 1.5em;
  color: #333;
  font-weight: 700;
}

.l-secondary-hero {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  display: table;
}

.secondary-hero {
  border-bottom: 4px solid #fd0;
}

.secondary-hero figcaption {
  color: #fff;
}

.secondary-hero__block {
  padding: 1.5em 0;
  margin-bottom: 1.5em;
  color: #fff;
}

@media (min-width: 600px) {
  .secondary-hero__block {
    display: table-cell;
    vertical-align: middle;
    width: 33%;
    margin-bottom: 0;
  }

  .secondary-hero__visual {
    display: table-cell;
    vertical-align: middle;
    padding-left: 6em;
  }

  .secondary-hero__visual .video-wrapper, .secondary-hero__visual figure {
    margin: 0;
  }

  .secondary-hero__visual figcaption {
    padding-bottom: .75em;
  }
}

.secondary-hero__title {
  margin-top: 0;
  color: #fff;
}

.secondary-hero__button {
  margin-top: .75em;
  margin-right: .75em;
}

.social-media {
  margin: .75em 0;
}

@media (min-width: 600px) {
  .social-media {
    margin-top: 2.25em;
    margin-bottom: 0;
  }
}

.social-media__title {
  font-size: .85em;
  line-height: 1.76471em;
  position: relative;
  top: -20px;
  display: inline-block;
  margin-right: .75em;
  margin-bottom: .75em;
  color: #6d6e70;
}

@media (min-width: 600px) {
  .social-media__title {
    position: static;
    display: block;
    margin-right: 0;
  }
}

.social-media__item, .social-media__list {
  display: inline-block;
}

.social-media__list {
  white-space: nowrap;
}

.social-media__list li {
  float: left;
}

.social-media__item {
  padding: .375em;
  margin-right: .75em;
}

.social-media__item svg {
  width: 1.725em;
  height: 1.725em;
}

.social-media__item:link svg, .social-media__item:visited svg {
  fill: #0067b9;
}

.social-media__item:active svg, .social-media__item:focus svg,
.social-media__item:hover svg {
  fill: #c3d7ee;
}

@media (min-width: 600px) {
  .social-media__item {
    margin-right: .15em;
    padding: .225em;
  }

  .social-media__item svg {
    width: 1.5em;
    height: 1.5em;
  }
}

.social-media--footer {
  margin: 0;
  padding: 0;
}

.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

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

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

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

.slick-track {
  left: 0;
  top: 0;
}

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

.slick-loading .slick-list {
  background: 50% no-repeat #fff;
}

.slick-next, .slick-prev {
  position: absolute;
  display: block;
  height: 100px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px;
  border: none;
  outline: 0;
  z-index: 10;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
  border: 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before, .slick-prev:before {
  font-size: 60px;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 900px) {
  .slick-next:before, .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    background: 0 0 !important;
    color: #bdb8b8;
    font-size: 40px;
    font-weight: 600;
  }

  .slick-next {
    right: 0 !important;
  }

  .slick-prev {
    left: 0 !important;
  }

  .slick-next:before {
    content: "\f138" !important;
    padding: 1px 8px;
  }

  .slick-prev:before {
    content: "\f137" !important;
    padding: 2px 8px;
  }
}

.slick-next:before, .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  background: grey;
}

@media screen and (max-width: 625px) {
  .slick-prev { 
    left: -48px !important;
    padding-right: 30px;
    height: 150px;
  }

  .slick-next {
    right: -48px !important;
    padding-left: 30px;
    height: 150px;
  }

  .slick-next:before, .slick-prev:before {
    color: #00437b;
    font-size: 25px;
  }
}

.slick-prev {
  left: -60px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -30px;
}

.slick-prev:before {
  content: "\f104";
  padding: 2px 8px;
}

[dir=rtl] .slick-prev:before {
  content: "▶";
}

.slick-next {
  right: -60px;
}

[dir=rtl] .slick-next {
  left: -30px;
  right: auto;
}

.slick-next:before {
  content: "\f105";
  padding: 1px 8px;
}

[dir=rtl] .slick-next:before {
  content: "◀";
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 30px;
  width: 30px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 15px;
  cursor: pointer;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: Montserrat, Helvetica, Arial, Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #6d6e70;
  opacity: .25;
}

.slick-dots li.slick-active button:before {
  color: #0067b9;
  opacity: .75;
}

.simple-table tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

.tags {
  margin-top: 1.5em;
}

.tags__title {
  font-size: .85em;
  line-height: 1.76471em;
  position: relative;
  top: -5px;
  display: inline-block;
  margin-right: .75em;
  margin-bottom: .75em;
  color: #6d6e70;
}

@media (min-width: 600px) {
  .tags__title {
    position: static;
    display: block;
    margin-right: 0;
  }
}

.tags__list {
  font-size: .85em;
  line-height: 1.41176em;
  display: inline-block;
}

.tags__list li {
  float: left;
  margin-right: .75em;
}


.utility {
  background-color: #00437b;
  min-height: .75em;
}

.utility .search {
  display: none;
}

.video, .video-wrapper, .video-wrapper--left, .video-wrapper--right {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 1.5em 0;
}

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

@media (min-width: 600px) {
  .video-wrapper--left {
    float: left;
    clear: left;
    width: 50%;
    margin: .75em 1.5em 1.125em 0;
    padding-bottom: 33.25%;
  }

  .video-wrapper--right {
    float: right;
    clear: right;
    width: 50%;
    margin: .75em 0 1.125em 1.5em;
    padding-bottom: 33.25%;
  }
}

body.styleguide {
  background: 0 0;
}

.l-styleguide-column {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}

@media (min-width: 600px) {
  .l-styleguide-column {
    width: 65.01901%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

@media (min-width: 900px) {
  .utility .search {
    display: block;
  }

  .l-styleguide-column {
    width: 56.27376%;
    float: left;
    margin-right: -100%;
    margin-left: 8.74525%;
    clear: none;
  }
}

.l-styleguide-rail {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}

@media (min-width: 600px) {
  .l-styleguide-rail {
    width: 30.03802%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

@media (min-width: 900px) {
  .l-styleguide-rail {
    width: 21.29278%;
    float: left;
    margin-right: -100%;
    margin-left: 8.74525%;
    clear: none;
  }
}

.styleguide-copyright {
  font-size: .85em;
  line-height: 2.64706em;
  color: #6d6e70;
  padding: 3em 0;
  margin-top: 3em;
  border-top: 1px solid #f0f0f0;
}

.styleguide-label {
  color: #333;
}

.styleguide-section {
  margin-top: 1.5em;
  border-top: 1px solid #f0f0f0;
  padding-top: 1.5em;
}

.styleguide-list h4 {
  margin-top: 0;
  margin-bottom: .375em;
}

.styleguide-component {
  background-color: #fff;
  padding: 3em 0;
}

.component-header, .demo, .nest-wrap {
  background-color: #f0f0f0;
}

.component-header {
  margin: 1.5em 0;
  padding: 1.5em 0;
}

.color-title {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 1.5em;
  margin: 3em 0;
}

.color-block {
  width: 100%;
  height: 50px;
  margin-top: 1.5em;
}

.color-label {
  color: #6d6e70;
}

.styleguide-swatch {
  padding: 25px;
  margin: .5em 0;
}

.styleguide-swatch+code {
  display: block;
  margin-bottom: 2em;
}

.styleguide-body {
  margin-bottom: 3em;
}

.demo {
  padding: 1.5em;
}

.nest-wrap {
  padding: 0;
}

.nest-item {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  background-color: #e6e6e6;
  padding: 1.5em;
}

@media (min-width: 600px) {
  .nest-item {
    width: 19.29825%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 7.60234%;
    margin-bottom: 0;
  }

  .nest-item:last-child {
    width: 46.19883%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

.static-comp-wrapper {
  min-width: 1000px;
  max-width: 1400px;
  margin: 0 auto;
}

.static-comp-wrapper img {
  width: 100%;
}

.Best-Class-Ever {
  background: red;
}

.paragraph--type--three-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
}

.paragraph--type--three-column .left-column,
.paragraph--type--three-column .middle-column,
.paragraph--type--three-column .right-column {
  width: calc(33% - 20px);
}

@media (max-width: 960px) {
  .paragraph--type--three-column {
    display: block;
    min-width: 100%;
  }

.paragraph--type--three-column .left-column,
.paragraph--type--three-column .middle-column,
.paragraph--type--three-column .right-column {
    width: 100%;
  }
}

.paragraph--type--three-column:not(.only-one-item) .video-wrapper {
  margin: 1.5em 0 1.9em 0;
}

.only-one-item .video-wrapper {
  margin: .7em 0;
}

.only-one-item figure.none {
  margin: .7em 0;
}

@media (max-width: 960px) {
  .only-one-item .video-wrapper {
    margin: 1.5em 0;
  }

  .only-one-item figure.none {
    margin: 1.5em 0;
  }
}

.outer-dt-section {
  display: flex;
  border: 1px solid #00437b;
  border-bottom: 10px solid #00437b;
  margin-bottom: 25px;
  padding: 20px;
}

@media (max-width: 720px) {
  .outer-dt-section {
    display: block;
  }

  .outer-dt-section .left-dt-container {
    width: 100%!important;
    text-align: center;
    margin: 0 auto;
  }

  .outer-dt-section .right-dt-container {
    width: 100%!important;
  }
}

.outer-dt-section:first-child {
  margin-top: 25px;
}

.outer-dt-section .left-dt-container {
  width: 25%
}

.outer-dt-section .left-dt-container .dt-thumbnail-image img {
  width: 125px;
  height: 125px;
}
.outer-dt-section .right-dt-container {
  width: 75%;
}

.outer-dt-section .right-dt-container .dt-diversity-toolkit a {
  text-decoration: none;
  color: #333;
  pointer-events: none;
}

.diversity-toolkit-filter-wrapper #edit-actions {
  margin-bottom: 35px;
}

.diversity-toolkit-taxonomy a {
  text-decoration: none;
  color: #333;
  pointer-events: none;
}

.div-article-title.do-not-show, .diversity-toolkit .views-row .diversity-article-secondary-title {
  display: none;
}

.diversity-content .diversity-img-body, .diversity-toolkit-taxonomy {
  display: flex;
}

.diversity-toolkit-taxonomy .diversity-topic, .diversity-toolkit-taxonomy a {
  padding-left: 5px;
}

.titles-body h2 {
  font-weight: 700;
}

.titles-body .diversity-toolkit-taxonomy h2 {
  font-weight: normal;
}

.diversity-image-wrap {
  width: 25%;
}

@media (max-width: 720px) {
  .diversity-image-wrap {
    width: 75%;
  }
}

.titles-body {
  width: 100%;
}

.titles-body .diversity-toolkit-taxonomy, .diversity-toolkit-taxonomy h2 {
  font-size: 16px !important;
}

.titles-body h2 {
  font-size: 19.85px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 0;
}

.titles-body p {
  font-size: 16px;
  line-height: 26px;
  margin: .5em 0 .75em;
}

.diversity-toolkit .views-row article {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 5px solid #00437b;
  margin-bottom: 15px;
  padding: 20px;
}

.views-row .diversity-article-secondary-title {
  display: none;
}

@media (max-width: 1400px) {
  .diversity-toolkit-taxonomy h2, .titles-body h2 {
    font-size: 17.92px;
    line-height: 28px;
  }
}

@media (max-width: 650px) {
  .diversity-content .diversity-img-body {
    display: block; 
  }
}

.diversity-img-body img {
  /*width: 125px;*/
  /*height: 125px;*/
  padding-right: 30px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.banner-alert {
  background-color: #fff;
  padding-top: 1px;
}

.alert-banner {
  background-color: #fff;
  width: 100%;
}

.alert-banner p{
  margin: 0;
}

.views-field-field-location .vc-image {
    padding: 0 15px 5px 0;
    width: 100%;
}

@media (min-width: 1100px) {
  .views-field-field-location .vc-image {
    padding: 0 15px 0 0;
    width: 165px;
  }
}

.views-field-field-location .vc-image img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}

.views-field-field-location .vc-copy {
  padding: 0 15px 0 15px;
  float: none;
  width: 100%;
  text-align: center;
}

@media (min-width: 1100px) {
  .views-field-field-location .vc-copy {
    float: left;
    width: calc(100% - 165px);
    text-align: left;
  }
}

#vc-view .views-row, form#views-exposed-form-viking-connections-block-1 {
  padding-bottom: 30px;
}

#vc-view .views-row .field-content {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

@media (min-width: 1100px) {
  #vc-view .views-row .field-content {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

#vc-view .views-row {
  width: 100%;
}

@media (min-width: 1100px) {
  #vc-view .views-content {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #vc-view .views-row {
    width: 50%;
    margin-right: 0;
    padding-right: 15px;
  }
}

#vc-view .filter-wrapper {
  display: block;
}