a {
  color: #1176ac; }
  a:hover, a:focus {
    color: #000; }
  a:active {
    color: #666; }

font {
  color: revert;
  font-size: revert;
  font-weight: revert; }

/* Blockquotes */
blockquote {
  margin: 0 0 2em;
  padding: 3px 0 3px 20px;
  border-left: 1px solid #e6e6e6; }

blockquote.offset,
blockquote.impact {
  font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif;
  font-size: 20px;
  line-height: 1.45;
  color: #444;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-left-color: #b31b1b;
  margin: 1.25em 0;
  padding: 15px 30px;
  clear: both; }

blockquote.offset p,
blockquote.impact p {
  font-size: 20px;
  line-height: 1.45; }

blockquote footer,
blockquote.offset footer,
blockquote.impact footer {
  background: none;
  padding: 0; }

blockquote q:before {
  content: open-quote;
  position: absolute;
  margin-left: -0.65em; }

blockquote q:after {
  content: close-quote;
  margin-left: 0.2em; }

@media (min-width: 992px) {
  blockquote.offset {
    font-size: 21px;
    line-height: 1.45;
    background: none;
    float: left;
    width: 40%;
    padding: 0 30px;
    border: 0;
    border-right: 3px solid #b31b1b;
    margin: 2px 30px 10px -30px;
    clear: none; }
  .sidebar-left blockquote.offset {
    float: right;
    border: 0;
    border-left: 3px solid #b31b1b;
    margin: 2px -30px 10px 30px; }
  blockquote.offset p {
    font-size: 21px;
    line-height: 1.45; } }

@media (min-width: 1200px) {
  blockquote.offset {
    font-size: 23px;
    line-height: 1.55;
    margin: 4px 30px 12px -60px; }
  .sidebar-left blockquote.offset {
    margin: 4px -30px 12px 30px; }
  blockquote.offset p {
    font-size: 23px;
    line-height: 1.55; } }

@media (min-width: 1480px) {
  blockquote.offset {
    margin: 4px 30px 12px -90px; }
  .sidebar-left blockquote.offset {
    margin: 4px -30px 12px 30px; } }

/* Flexbox Grid */
.flex-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-grid > * {
  width: 100%; }

#main article .flex-grid {
  margin-bottom: 1.5em; }

@media (min-width: 834px) {
  .flex-grid {
    margin: 0 -10px; }
  .flex-grid > * {
    padding: 0 10px;
    margin-bottom: 2em; }
  .flex-grid.collapse-cols {
    margin-left: 0;
    margin-right: 0; }
  .flex-grid.collapse-rows > * {
    margin-bottom: 0; }
  .flex-grid.compact-rows > * {
    margin-bottom: 0.35em; }
  .flex-grid.collapse-cols > * {
    padding: 0; }
  .flex-grid.padded > * {
    padding-top: 10px;
    padding-bottom: 10px; }
  .flex-grid > hr {
    margin: 0 10px 2em; }
  .flex-grid.collapse-rows > hr {
    margin-bottom: 0; }
  .flex-grid.compact-rows > hr {
    margin-bottom: 0.35; }
  .flex-grid.collapse-cols > hr {
    margin-left: 0;
    margin-right: 0; }
  .flex-grid > .flex-1 {
    width: 8.333333333333333%; }
  .flex-grid > .flex-2 {
    width: 16.666666666666667%; }
  .flex-grid > .flex-3 {
    width: 25%; }
  .flex-grid > .flex-4 {
    width: 33.333333333333333%; }
  .flex-grid > .flex-5 {
    width: 41.666666666666667%; }
  .flex-grid > .flex-6 {
    width: 50%; }
  .flex-grid > .flex-7 {
    width: 58.333333333333333%; }
  .flex-grid > .flex-8 {
    width: 66.666666666666667%; }
  .flex-grid > .flex-9 {
    width: 75%; }
  .flex-grid > .flex-10 {
    width: 83.333333333333333%; }
  .flex-grid > .flex-11 {
    width: 91.666666666666667%; }
  .flex-grid > .flex-1-5 {
    width: 20%; }
  .flex-grid > .flex-1-8 {
    width: 12.5%; }
  form .flex-grid > *,
  #main form .flex-grid > *,
  form.form .flex-grid > * {
    width: 100%;
    margin-bottom: 1.5em; } }

@media (min-width: 1080px) {
  /* Flexbox Grid (Forms) */
  form.compact input,
  form.compact textarea {
    font-size: 14px !important; }
  form.compact select {
    font-size: 14px !important;
    padding: 0.45em calc(0.8em + 27px) 0.45em 0.8em !important; }
  form .flex-grid {
    margin: 0 -10px; }
  form .flex-grid > *,
  #main form .flex-grid > *,
  form.form .flex-grid > * {
    padding: 0 10px;
    margin-bottom: 2em; }
  .flex-grid.collapse-rows > * {
    margin-bottom: 0 !important; }
  .flex-grid.compact-rows > * {
    margin-bottom: 0.35em !important; }
  form .flex-grid > hr,
  #main form .flex-grid > hr,
  form.form .flex-grid > hr {
    margin: 0 10px 2em; }
  form.compact .flex-grid > *,
  #main form.compact .flex-grid > *,
  form.form.compact .flex-grid > * {
    margin-bottom: 1em; }
  form.compact .flex-grid > hr,
  #main form.compact .flex-grid > hr,
  form.form.compact .flex-grid > hr {
    margin: 0.5em 10px 1.5em; }
  form .flex-grid > .flex-1,
  #main form .flex-grid > .flex-1,
  form.form .flex-grid > .flex-1 {
    width: 8.333333333333333%; }
  form .flex-grid > .flex-2,
  #main form .flex-grid > .flex-2,
  form.form .flex-grid > .flex-2 {
    width: 16.666666666666667%; }
  form .flex-grid > .flex-3,
  #main form .flex-grid > .flex-3,
  form.form .flex-grid > .flex-3 {
    width: 25%; }
  form .flex-grid > .flex-4,
  #main form .flex-grid > .flex-4,
  form.form .flex-grid > .flex-4 {
    width: 33.333333333333333%; }
  form .flex-grid > .flex-5,
  #main form .flex-grid > .flex-5,
  form.form .flex-grid > .flex-5 {
    width: 41.666666666666667%; }
  form .flex-grid > .flex-6,
  #main form .flex-grid > .flex-6,
  form.form .flex-grid > .flex-6 {
    width: 50%; }
  form .flex-grid > .flex-7,
  #main form .flex-grid > .flex-7,
  form.form .flex-grid > .flex-7 {
    width: 58.333333333333333%; }
  form .flex-grid > .flex-8,
  #main form .flex-grid > .flex-8,
  form.form .flex-grid > .flex-8 {
    width: 66.666666666666667%; }
  form .flex-grid > .flex-9,
  #main form .flex-grid > .flex-9,
  form.form .flex-grid > .flex-9 {
    width: 75%; }
  form .flex-grid > .flex-10,
  #main form .flex-grid > .flex-10,
  form.form .flex-grid > .flex-10 {
    width: 83.333333333333333%; }
  form .flex-grid > .flex-11,
  #main form .flex-grid > .flex-11,
  form.form .flex-grid > .flex-11 {
    width: 91.666666666666667%; }
  form .flex-grid > .flex-1-5,
  #main form .flex-grid > .flex-1-5,
  form.form .flex-grid > .flex-1-5 {
    width: 20%; }
  form .flex-grid > .flex-1-8,
  #main form .flex-grid > .flex-1-8,
  form.form .flex-grid > .flex-1-8 {
    width: 12.5%; } }

strong.tutorial,
em.tutorial,
span.tutorial {
  color: #4d7b11; }

figure img {
  display: block;
  width: 100%;
  height: auto;
  margin: revert; }

/* Tables */
table {
  font-size: 13px;
  width: 100%;
  margin-bottom: 3em;
  border-collapse: collapse; }

table caption {
  padding: 0.6em 0;
  border-top: 2px solid #e8e8e8;
  font-family: Avenir Next, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400; }

table .blank {
  background: none !important; }

table td,
table th {
  background: #fff;
  padding: 0.4em 0.6em;
  border: 1px solid #d9d9d9;
  border-width: 0 1px; }

table.compact td,
table.compact th {
  font-size: 12px;
  padding: 0.2em 0.3em; }

table td:first-child,
table th:first-child {
  border-left-width: 0; }

table td:last-child,
table th:last-child {
  border-right-width: 0; }

table th {
  background: #fafafa;
  text-align: left; }

table thead th,
table thead td {
  background: #efefef;
  border-bottom-width: 1px; }

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

table.bordered tr > * {
  border-width: 1px; }

table.flat tr > * {
  border-width: 0; }

table.flat td,
table.flat th {
  padding: 0.8em;
  background: #fafafa; }

table.flat th {
  background: #f2f2f2; }

table.flat th[scope='col'],
table.flat thead th,
table.flat thead td {
  background: #e6e6e6; }

table.striped tr:nth-child(even) td {
  background: #f7f7f7; }

table.striped tbody tr:nth-child(even) th {
  background: #f0f0f0; }

table.flat.striped tr:nth-child(even) td {
  background: #ededed; }

table.flat.striped tbody tr:nth-child(even) th {
  background: #e8e8e8; }

table.colored td {
  background: #f6ffff;
  border-color: #afbfc9; }

table.colored.striped tr:nth-child(even) > td {
  background: #ebf3f8; }

table.colored th[scope='col'],
table.colored thead th,
table.colored thead td,
table.flat.colored th[scope='col'],
table.flat.colored thead th,
table.flat.colored thead td {
  background: #cfe3ef;
  border-color: #afbfc9; }

table.flat.colored tr > th[scope='row'] {
  border-right-width: 1px; }

table.rainbow tr * {
  border-color: #aaa; }

table.rainbow tr > *:nth-child(5n+1) {
  background: #f6ffff; }

table.rainbow tr > *:nth-child(5n+2) {
  background: #f6fff7; }

table.rainbow tr > *:nth-child(5n+3) {
  background: #fffff6; }

table.rainbow tr > *:nth-child(5n+4) {
  background: #fff7fa; }

table.rainbow tr > *:nth-child(5n+5) {
  background: #fcf7ff; }

table.rainbow thead tr > *:nth-child(5n+1) {
  background: #cfe3ef; }

table.rainbow thead tr > *:nth-child(5n+2) {
  background: #cfefd1; }

table.rainbow thead tr > *:nth-child(5n+3) {
  background: #efe7cf; }

table.rainbow thead tr > *:nth-child(5n+4) {
  background: #efd3d1; }

table.rainbow thead tr > *:nth-child(5n+5) {
  background: #e7d1f1; }

table.rainbow.striped tr:nth-child(even) > td:nth-child(5n+1) {
  background: #ebf3f8; }

table.rainbow.striped tr:nth-child(even) > td:nth-child(5n+2) {
  background: #ebf8ec; }

table.rainbow.striped tr:nth-child(even) > td:nth-child(5n+3) {
  background: #f8f5eb; }

table.rainbow.striped tr:nth-child(even) > td:nth-child(5n+4) {
  background: #f8edec; }

table.rainbow.striped tr:nth-child(even) > td:nth-child(5n+5) {
  background: #f5ecf9; }

table.colored tr > th[scope='row'],
table.rainbow tr > th[scope='row'] {
  background: #fafafa !important; }

table.colored.striped tr:nth-child(even) > th[scope='row'],
table.flat.colored .blank,
table.rainbow.striped tr:nth-child(even) > th[scope='row'],
table.flat.rainbow .blank,
table.rainbow thead th:not([scope='col']) {
  background: #f0f0f0 !important; }

table.flat.sectioned thead th,
table.flat.sectioned thead td {
  border-bottom-width: 1px; }

table.flat.sectioned tbody > tr:first-child > td {
  border-top: 1px solid #d9d9d9; }

table.flat.sectioned tbody > tr:first-child > th {
  border-top: 1px solid #d9d9d9; }

table.sectioned tbody:before {
  content: '';
  display: block;
  height: 1.5em; }

ul.custom,
ul.custom.recursive ul,
ol.custom,
ol.custom.recursive ol {
  padding-left: 0; }

ul.custom.inline,
ol.custom.inline {
  justify-content: flex-start;
  margin-right: -15px; }
  @media (min-width: 768px) {
    ul.custom.inline,
    ol.custom.inline {
      margin-right: -30px; } }
  ul.custom.inline > li,
  ol.custom.inline > li {
    padding-right: 15px; }
    @media (min-width: 768px) {
      ul.custom.inline > li,
      ol.custom.inline > li {
        padding-right: 30px; } }

ul.custom > li,
ul.custom.recursive ul > li {
  list-style: none;
  position: relative;
  padding-left: 1.2em; }

ul.custom > li:before,
ul.custom.recursive ul > li:before {
  content: '\f0da';
  opacity: 0.5;
  position: absolute;
  left: 2px;
  line-height: inherit; }

ul.custom.success > li,
ul.custom.success.recursive ul > li,
ul.custom.failure > li,
ul.custom.failure.recursive ul > li,
ul.custom.warning > li,
ul.custom.warning.recursive ul > li,
ul.custom.notifications > li,
ul.custom.notifications.recursive ul > li,
ul.custom.status > li,
ul.custom.status.recursive ul > li,
ul.custom.links > li,
ul.custom.links.recursive ul > li,
ul.custom.on-off > li,
ul.custom.on-off.recursive ul > li,
ul.custom.on-off-steps > li,
ul.custom.on-off-steps.recursive ul > li {
  padding-left: 1.7em; }

ul.custom.on-off-toggle > li,
ul.custom.on-off-toggle.recursive ul > li,
ul.custom.nerd > li,
ul.custom.nerd.recursive ul > li {
  padding-left: 2.2em; }

ul.custom.chevrons > li:before,
ul.custom.chevrons.recursive ul > li:before {
  content: '\f105';
  font-size: 143%;
  line-height: 1.09; }

ul.custom.success > li:before,
ul.custom.success.recursive ul > li:before,
ul.custom.on-off > li.on:before,
ul.custom.on-off.recursive ul > li.on:before,
ul.custom.on-off-steps > li.on:before,
ul.custom.on-off-steps.recursive ul > li.on:before {
  content: '\f00c';
  color: #008a00;
  opacity: 1;
  left: 1px; }

ul.custom.failure > li:before,
ul.custom.failure.recursive ul > li:before,
ul.custom.on-off > li.off:before,
ul.custom.on-off.recursive ul > li.off:before {
  content: '\f00d';
  color: #cc1e1e;
  opacity: 1;
  left: 2px; }

ul.custom.on-off-steps > li.off:before,
ul.custom.on-off-steps.recursive ul > li.off:before {
  content: '\f00c';
  color: #000000;
  opacity: 0.16;
  left: 1px; }

ul.custom.warning > li:before,
ul.custom.warning.recursive ul > li:before {
  content: '\f071';
  color: #cc1e1e;
  opacity: 1;
  left: 1px; }

ul.custom.notifications > li:before,
ul.custom.notifications.recursive ul > li:before {
  content: '\f06a';
  color: #767676;
  opacity: 1;
  padding: 0 1px;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 107.1%;
  line-height: 1.5; }

ul.custom.status > li:before,
ul.custom.status.recursive ul > li:before {
  content: '\f265';
  color: #639fc0;
  opacity: 1;
  padding: 0 1px;
  left: 1px;
  font-size: 107.1%;
  line-height: 1.6; }

ul.custom.links > li:before,
ul.custom.links.recursive ul > li:before {
  content: '\f171';
  color: #707070;
  opacity: 1;
  padding: 0 1px;
  left: 1px;
  font-size: 107.1%;
  line-height: 1.6; }

ul.custom.nerd > li:before,
ul.custom.nerd.recursive ul > li:before {
  font-family: inherit;
  content: '\1F913';
  opacity: 1;
  padding: 0 1px;
  left: 1px;
  line-height: 1.62; }

ul.custom.nerd > li.off:before,
ul.custom.nerd.recursive ul > li.off:before {
  content: '\1F610';
  opacity: 0.5; }

ul.custom.on-off > li:before,
ul.custom.on-off.recursive ul > li:before,
ul.custom.on-off-steps > li:before,
ul.custom.on-off-steps.recursive ul > li:before {
  content: '\f141';
  padding: 0 1px;
  left: 0.15em;
  opacity: 0.16; }

ul.custom.on-off-toggle > li:before,
ul.custom.on-off-toggle.recursive ul > li:before {
  content: '\f141';
  padding: 0 1px;
  left: 0.15em;
  font-size: 128.6%;
  line-height: 1.25;
  opacity: 0.2; }

ul.custom.on-off-toggle > li.off:before,
ul.custom.on-off-toggle.recursive ul > li.off:before {
  content: '\f204';
  opacity: 0.5;
  left: 0; }

ul.custom.on-off-toggle > li.on:before,
ul.custom.on-off-toggle.recursive ul > li.on:before {
  content: '\f205';
  opacity: 1;
  left: 0;
  color: #b31b1b; }

ol.custom > li,
ol.custom.recursive ol > li {
  list-style: none;
  position: relative;
  padding-left: 3em;
  min-height: 2.2em;
  margin-bottom: 1em; }

li > ol.custom,
ol.custom.recursive li > ol {
  margin-top: 1.25em; }

ol.custom,
ol.custom.recursive ol {
  counter-reset: ordered-list; }

ol.custom > li:before,
ol.custom.recursive ol > li:before {
  counter-increment: ordered-list;
  content: counter(ordered-list);
  position: absolute;
  left: 0;
  top: -0.3em;
  width: 2.2em;
  height: 2.2em;
  line-height: 2.2em;
  background: #eee;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif;
  text-align: center; }

ol.custom.large {
  margin-top: 3em;
  margin-bottom: 2em; }

ol.custom.large > li,
ol.custom.large.recursive ol > li {
  padding-left: 5.5em;
  min-height: 4.4em;
  margin-bottom: 2em; }

ol.custom.large > li:before,
ol.custom.large.recursive ol > li:before {
  font-size: 200%; }

.no-bullet li {
  padding-left: 0 !important; }

.no-bullet li:before {
  content: none !important; }

/* Fonts
----------------------------------------------------------------- */
body, .base-font,
table, table caption,
#main form label,
#main-navigation li,
#utility-navigation li,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.sans,
.intro,
.breadcrumb,
.secondary-navigation ul li, .secondary-navigation ul ul li, .menu-block-title + .secondary-navigation ul li, .secondary .menu-block-title,
.cwd-component .subheading h4, .cwd-component h4.subheading, .cwd-component .subheading h4.sans, .cwd-component h4.subheading.sans,
.cwd-component .subheading.subheading-secondary h4, .cwd-component h4.subheading.subheading-secondary,
blockquote.offset, blockquote.impact,
body > footer a.link-block, #body-footer a.link-block,
.cu-search label,
fieldset.semantic legend, #main fieldset.semantic legend, fieldset fieldset legend, #main fieldset fieldset legend,
form.webform-submission-form fieldset legend, #main form.webform-submission-form fieldset legend,
#main form input, #main form input[type='submit'], #main form input[type='reset'], #main form input[type='button'], #main form textarea,
a.link-button,
.slider-caption h2, .slider-caption p, #popup .caption {
  font-family: "freight-sans-pro", sans-serif; }

.serif,
.cu-brand h3,
main .secondary h2, main .secondary h3, main .secondary .h2, main .secondary .h3,
.band[role='complementary'] h2, .band[role='complementary'] h3, .band[role='complementary'] .h2, .band[role='complementary'] .h3,
.cwd-component .subheading h4, .cwd-component h4.subheading, .cwd-component .subheading h4.sans, .cwd-component h4.subheading.sans,
blockquote.offset, blockquote.impact,
fieldset.semantic legend, #main fieldset.semantic legend, fieldset fieldset legend, #main fieldset fieldset legend,
form.webform-submission-form fieldset legend, #main form.webform-submission-form fieldset legend,
a.link-button.serif {
  font-family: "freight-text-pro", serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

main, #main, body > footer, #body-footer, .band {
  line-height: 1.5; }

.cu-gray #cu-header .cu-unit,
.cu-black #cu-header .cu-unit,
.cu-red #cu-header .cu-unit {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Responsive Scale
----------------------------------------------------------------- */
body,
table,
#main form label {
  font-size: 16px; }
  @media (min-width: 992px) {
    body,
    table,
    #main form label {
      font-size: 18px; } }

body > footer, #body-footer,
#main .secondary,
#main form .option-label,
.content-sidebar {
  font-size: 16px; }
  @media (min-width: 992px) {
    body > footer, #body-footer,
    #main .secondary,
    #main form .option-label,
    .content-sidebar {
      font-size: 17px; } }

article footer,
.cwd-component .summary,
.cwd-component .text,
.cwd-component.full .date {
  font-size: 16px; }

.smallprint {
  font-size: 14px; }
  @media (min-width: 992px) {
    .smallprint {
      font-size: 16px; } }

.cwd-component .metadata-set,
.cwd-component .date,
.cwd-component .subheading.subheading-secondary h4,
.cwd-component h4.subheading.subheading-secondary,
.cwd-component ul.inline,
.cwd-tooltip {
  font-size: 14px; }

body > footer ul li,
body > footer .sub-footer,
#main form .description,
.photo-info {
  font-size: 15px; }

#main .secondary h2 {
  font-size: 24px;
  color: #666; }

.cwd-component .subheading h4, .cwd-component h4.subheading {
  font-size: 17px; }
  .cwd-component .subheading h4.sans, .cwd-component h4.subheading.sans {
    font-size: 16px;
    font-weight: 500; }

blockquote.impact, blockquote.impact p, blockquote.offset, blockquote.offset p {
  font-size: 21px; }
  @media (min-width: 992px) {
    blockquote.impact, blockquote.impact p, blockquote.offset, blockquote.offset p {
      font-size: 22px; } }

@media (min-width: 1200px) {
  blockquote.offset, blockquote.offset p {
    font-size: 24px;
    line-height: 1.45; } }

#main form ::-moz-placeholder {
  font-size: 16px;
  line-height: 1.4; }

#main form ::-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.4; }

#main form ::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 1.4; }

@media (min-width: 768px) {
  .cu-seal #cu-header .cu-brand {
    padding-top: 15px;
    padding-bottom: 20px; } }

@media (min-width: 1200px) {
  .cu-seal #cu-header .cu-brand {
    padding-top: 25px;
    padding-bottom: 30px; } }

#cu-header .cu-brand h2 {
  font-size: 26px;
  font-weight: 400;
  margin-top: 3px; }
  @media (min-width: 768px) {
    #cu-header .cu-brand h2 {
      font-size: 34px; } }
  @media (min-width: 992px) {
    #cu-header .cu-brand h2 {
      font-size: 40px; } }
  @media (min-width: 1200px) {
    #cu-header .cu-brand h2 {
      font-size: 46px; } }

#cu-header .cu-brand h3 {
  font-size: 14px; }
  @media (min-width: 768px) {
    #cu-header .cu-brand h3 {
      font-size: 18px;
      margin-top: 0.2em; } }
  @media (min-width: 992px) {
    #cu-header .cu-brand h3 {
      font-size: 19px; } }
  @media (min-width: 1200px) {
    #cu-header .cu-brand h3 {
      font-size: 23px;
      margin-top: 0.15em; } }

.cu-search form > label {
  font-size: 23px;
  vertical-align: text-bottom; }

.cu-search .search-filters label {
  font-size: 15px; }

body > footer ul li, #body-footer ul li {
  font-size: 15px; }

body > footer .h5, #body-footer .h5 {
  font-size: 20px;
  font-weight: 400; }

body > footer .h6, #body-footer .h6 {
  font-size: 16px;
  font-weight: 600; }

body > footer a.link-block, #body-footer a.link-block {
  padding: 0.55em 1em 0.6em; }
  @media (min-width: 768px) {
    body > footer a.link-block, #body-footer a.link-block {
      font-size: 15px;
      padding: 0.6em 1em; } }

#main-navigation li {
  font-size: 16px; }
  @media (min-width: 992px) {
    #main-navigation li {
      font-size: 17px; } }

#utility-navigation li {
  font-size: 16px; }

@media (min-width: 1080px) {
  .cu-seal .mobile-button {
    width: 44px;
    height: 43px; }
  #utility-navigation a {
    height: 37px;
    line-height: 36px;
    padding: 0 22px; } }

.breadcrumb li {
  font-size: 16px; }

.secondary-navigation ul li, .secondary .menu-block-title {
  font-size: 24px;
  color: #666; }

.secondary-navigation ul ul li, .menu-block-title + .secondary-navigation ul li {
  font-size: 18px;
  font-weight: 400; }

.secondary-navigation ul ul ul li, .menu-block-title + .secondary-navigation ul ul li {
  font-size: 16px; }

.secondary-navigation ul ul ul, .menu-block-title + .secondary-navigation ul ul {
  padding-left: 20px; }

@media (max-width: 767px) {
  .mobile .breadcrumb + h2 {
    font-size: 23px !important; }
  .mobile .breadcrumb + h2 + .secondary-navigation li,
  .mobile .breadcrumb + h2 + .secondary-navigation li li {
    font-size: 16px !important;
    font-weight: 400; } }

code,
kbd,
pre,
samp {
  font-size: 87.5%; }

#cu-header {
  font-size: 14px; }

.cwd-events .location {
  font-weight: 400; }

#body-footer .footer-links a, body > footer .footer-links a, .footer-links-mimic a {
  color: #fff;
  -moz-text-decoration-color: rgba(255, 255, 255, 0.4);
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.4);
  text-decoration-color: rgba(255, 255, 255, 0.4); }

.cwd-component a.designer, .cwd-component a .designer .deco, .cwd-component .designer a {
  background-position: 0 1.2em; }

.cwd-component a.designer:hover, .cwd-component a:hover .designer .deco, .cwd-component .designer a:hover {
  background-position: 0 1.2em; }

.cwd-component .metadata-set a {
  line-height: 1.3; }

a.link-button {
  padding: 0.4em 0.8em;
  line-height: 1.4; }
  @media (min-width: 992px) {
    a.link-button {
      font-size: 17px;
      padding: 0.5em 1.2em; } }
  a.link-button .fa, a.link-button .zmdi {
    top: 2px; }
    @media (min-width: 992px) {
      a.link-button .fa, a.link-button .zmdi {
        font-size: 21px;
        top: 3px;
        margin-left: 0.4em; } }

.messages {
  font-size: 15px; }
  .messages .message__single:before, .messages .messages__item:before {
    font-size: 18px;
    line-height: 1; }

.pager ul li {
  font-size: 15px;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum"; }

.stunt-double-lite, .cwd-basic.tiles .group-image:before {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: block; }

.flex, ul.custom.inline,
ol.custom.inline, .cwd-basic .cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.vertical-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.flex-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-nowrap, .flex-grow {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.flex-grow > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.flex-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.flex-duo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px; }
  .flex-duo > * {
    min-width: 35%;
    padding: 0 10px; }
    @media (min-width: 1200px) {
      .flex-duo > * {
        min-width: 25%; } }

.icon-fa:before, .icon-fa:after {
  font: normal normal normal 14px/1 FontAwesome;
  speak: never;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-zmdi:before, .icon-zmdi:after {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  speak: never;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.flex-dom-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.cwd-basic .cards {
  clear: both;
  margin-left: -10px;
  margin-right: -10px; }
  @media (min-width: 992px) {
    .cwd-basic .cards {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 1200px) {
    .cwd-basic .cards {
      margin-left: -20px;
      margin-right: -20px; } }

.cwd-basic .card-section {
  width: 100%;
  max-width: 500px;
  padding: 0 10px;
  margin: 40px auto 0; }
  @media (min-width: 768px) {
    .cwd-basic .card-section {
      max-width: none;
      margin: 40px 0 0; } }
  @media (min-width: 992px) {
    .cwd-basic .card-section {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1200px) {
    .cwd-basic .card-section {
      padding-left: 20px;
      padding-right: 20px; } }
  .cwd-basic .card-section:first-of-type {
    margin-top: 0; }
  .cwd-basic .card-section h2, .cwd-basic .card-section h3, .cwd-basic .card-section h4 {
    border-bottom: 1px solid #e5e5e5;
    border-left: 4px solid #b31b1b;
    padding: 0 0 2px 10px; }

.cwd-basic .card {
  width: 100%;
  max-width: 500px;
  padding: 30px 10px 0;
  margin: 0 auto;
  position: relative; }
  .cwd-basic .card:after {
    content: '';
    display: block;
    padding-top: 20px;
    clear: both; }
  .cwd-basic .card:first-of-type {
    padding-top: 10px; }
  @media (min-width: 768px) {
    .cwd-basic .card {
      max-width: none;
      margin: 0; }
      .cwd-basic .card:after {
        padding-top: 25px;
        border-bottom: 1px solid #ededed; }
      .cwd-basic .card:last-of-type:after {
        border: 0; } }
  @media (min-width: 992px) {
    .cwd-basic .card {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1200px) {
    .cwd-basic .card {
      padding-left: 20px;
      padding-right: 20px; } }
  .cwd-basic .card img {
    width: 100%;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .cwd-basic .card img {
        margin-bottom: 5px; } }
  .cwd-basic .card h3, .cwd-basic .card .h3 {
    margin-bottom: 0.6em; }
    .cwd-basic .card h3 .deco, .cwd-basic .card .h3 .deco {
      padding-bottom: 0.2em; }
    .cwd-basic .card h3 + h4, .cwd-basic .card .h3 + h4 {
      margin-top: -0.3em; }
  .cwd-basic .card a h3:not(.designer), .cwd-basic .card a .h3:not(.designer) {
    text-decoration: underline;
    color: #1176ac !important; }
  .cwd-basic .card a:hover h3:not(.designer), .cwd-basic .card a:hover .h3:not(.designer) {
    color: #000 !important; }
  .cwd-basic .card a:active h3:not(.designer), .cwd-basic .card a:active .h3:not(.designer) {
    color: #666 !important; }
  .cwd-basic .card .group-image a {
    text-decoration: none;
    display: block; }
  .cwd-basic .card .group-noimage a {
    text-decoration: none; }
  @media (min-width: 768px) {
    .cwd-basic .card .group-image + .group-fields {
      width: 77%;
      float: right; }
    .cwd-basic .card .group-image a img {
      width: 20%;
      float: left;
      margin-right: 3%; } }

.cwd-basic .header-with-button {
  margin-bottom: 30px; }

.cwd-basic .pager {
  margin-top: 20px; }

.cwd-basic .component-footer {
  max-width: 480px;
  margin: 30px auto 0;
  text-align: center; }
  @media (min-width: 768px) {
    .cwd-basic .component-footer {
      max-width: none;
      margin: 30px 0 0; } }
  .cwd-basic .component-footer .link-button {
    border: 1px solid #ccc;
    padding: 1em 3em;
    border-radius: 100px;
    background: none;
    color: #1176ac; }
    .cwd-basic .component-footer .link-button:hover {
      color: #000;
      border-color: #bbb;
      background: rgba(0, 0, 0, 0.05); }
    .cwd-basic .component-footer .link-button:active {
      color: #666;
      border-color: #aaa;
      background: rgba(0, 0, 0, 0.08); }

.cwd-basic .group-image {
  position: relative; }

.cwd-basic .badge {
  position: absolute;
  color: #fff;
  font-size: 14px;
  padding: 0.2em 0.7em;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (min-width: 768px) {
    .cwd-basic .badge {
      font-size: 12px;
      max-width: 20%; } }
  @media (min-width: 1200px) {
    .cwd-basic .badge {
      font-size: 14px;
      padding: 0.3em 0.9em; } }

.cwd-basic .relative > .badge {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0; }

@media (min-width: 768px) {
  .cwd-basic.tiles .card-section {
    margin-top: 10px;
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  .cwd-basic.tiles .card {
    width: 50%;
    margin: 0 0 20px;
    padding-top: 0;
    padding-bottom: 0; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .cwd-basic.tiles .card {
      margin-bottom: 30px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .cwd-basic.tiles .card {
      margin-bottom: 40px; } }

@media (min-width: 768px) {
    .cwd-basic.tiles .card:after {
      content: none; } }

@media (min-width: 1200px) {
  .cwd-basic.tiles .card {
    width: 33.33333%; } }

.cwd-basic.tiles .group-fields, .cwd-basic.tiles .group-image a img {
  width: 100% !important;
  float: none;
  margin: 0; }

.cwd-basic.tiles .group-fields {
  margin-top: 15px; }

.cwd-basic.tiles .group-image {
  display: block;
  position: relative; }
  .cwd-basic.tiles .group-image a, .cwd-basic.tiles .group-image .deco, .cwd-basic.tiles .group-image h3, .cwd-basic.tiles .group-image .h3 {
    color: #fff;
    -moz-text-decoration-color: rgba(255, 255, 255, 0.5);
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
    text-decoration-color: rgba(255, 255, 255, 0.5); }
  .cwd-basic.tiles .group-image a {
    display: block;
    transition: background 0.15s, box-shadow 0.15s; }
    .cwd-basic.tiles .group-image a:hover {
      background: rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.05);
      color: #fff; }
      .cwd-basic.tiles .group-image a:hover .deco, .cwd-basic.tiles .group-image a:hover h3, .cwd-basic.tiles .group-image a:hover .h3 {
        color: #fff;
        -moz-text-decoration-color: rgba(255, 255, 255, 0.9);
        -webkit-text-decoration-color: rgba(255, 255, 255, 0.9);
        text-decoration-color: rgba(255, 255, 255, 0.9); }
    .cwd-basic.tiles .group-image a:active {
      background: rgba(0, 0, 0, 0.09);
      box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
      color: #ccc; }
      .cwd-basic.tiles .group-image a:active .deco, .cwd-basic.tiles .group-image a:active h3, .cwd-basic.tiles .group-image a:active .h3 {
        color: #ccc;
        -moz-text-decoration-color: rgba(255, 255, 255, 0.3);
        -webkit-text-decoration-color: rgba(255, 255, 255, 0.3);
        text-decoration-color: rgba(255, 255, 255, 0.3); }
    .cwd-basic.tiles .group-image a .overlay {
      position: absolute;
      z-index: 3;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0 15px 20px;
      text-align: center;
      overflow: hidden;
      color: #fff; }
      .cwd-basic.tiles .group-image a .overlay :last-child {
        margin-bottom: 0; }
  .cwd-basic.tiles .group-image img {
    position: static;
    width: 100%; }
  .cwd-basic.tiles .group-image:before {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
    pointer-events: none; }
  .cwd-basic.tiles .group-image .badge {
    max-width: 100%;
    top: 0;
    left: 0; }
  .cwd-basic.tiles .group-image .relative > .badge {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0; }

@media (min-width: 768px) {
  .cwd-basic.tiles.max-1 .card {
    width: 100%; } }

@media (min-width: 1200px) {
  .cwd-basic.tiles.max-2 .card {
    width: 50%; } }

@media (min-width: 768px) {
  .cwd-basic.tiles.max-4 .cards {
    margin-left: -13px;
    margin-right: -13px; }
  .cwd-basic.tiles.max-4 .card {
    padding-left: 13px;
    padding-right: 13px; } }

@media (min-width: 1080px) {
  .cwd-basic.tiles.max-4 .card {
    width: 33.33333%; } }

@media (min-width: 1400px) {
  .cwd-basic.tiles.max-4 .cards {
    margin-left: -15px;
    margin-right: -15px; }
  .cwd-basic.tiles.max-4 .card {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1200px) {
  .cwd-basic.tiles.max-4-2 .cards {
    margin-left: -15px;
    margin-right: -15px; }
  .cwd-basic.tiles.max-4-2 .card {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 768px) {
  .cwd-basic.tiles.max-3-1 .card {
    width: 33.33333%; } }

@media (min-width: 768px) {
  .cwd-basic.tiles.one-plus-max-3 .card {
    width: 33.33333%; }
    .cwd-basic.tiles.one-plus-max-3 .card h3, .cwd-basic.tiles.one-plus-max-3 .card .h3 {
      font-size: 16px; }
    .cwd-basic.tiles.one-plus-max-3 .card:first-of-type {
      width: 100%; }
      .cwd-basic.tiles.one-plus-max-3 .card:first-of-type h3, .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .h3 {
        font-size: 22px; } }

@media (min-width: 992px) {
  .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-image {
    display: initial;
    position: static; }
    .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-image a {
      background: none;
      box-shadow: none; }
    .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-image img {
      width: 50% !important;
      float: left;
      margin-right: 3%; }
    .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-image .relative {
      width: 50% !important;
      float: left;
      margin-right: 3%; }
      .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-image .relative img {
        width: 100% !important;
        margin: 0; }
  .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-fields {
    width: 47% !important; } }

@media (min-width: 1200px) {
  .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .summary {
    margin-top: 1em;
    font-size: 18px; } }

@media (min-width: 768px) {
  .cwd-basic.tiles.one-plus-max-4 .card {
    width: 50%; }
    .cwd-basic.tiles.one-plus-max-4 .card h3, .cwd-basic.tiles.one-plus-max-4 .card .h3 {
      font-size: 16px; }
    .cwd-basic.tiles.one-plus-max-4 .card:first-of-type {
      width: 100%; }
      .cwd-basic.tiles.one-plus-max-4 .card:first-of-type h3, .cwd-basic.tiles.one-plus-max-4 .card:first-of-type .h3 {
        font-size: 22px; } }

@media (min-width: 992px) {
  .cwd-basic.tiles.one-plus-max-4 .card {
    width: 25%; }
  .cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-image {
    display: initial;
    position: static; }
    .cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-image a {
      background: none;
      box-shadow: none; }
    .cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-image img {
      width: 50% !important;
      width: calc(50% - 15px) !important;
      float: left;
      margin-right: 30px; } }
    @media (min-width: 992px) and (min-width: 1200px) {
      .cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-image img {
        width: calc(50% - 20px) !important;
        margin-right: 40px; } }

@media (min-width: 992px) {
    .cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-image .relative {
      width: 50% !important;
      width: calc(50% - 15px) !important;
      float: left;
      margin-right: 30px; } }
    @media (min-width: 992px) and (min-width: 1200px) {
      .cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-image .relative {
        width: calc(50% - 20px) !important;
        margin-right: 40px; } }

@media (min-width: 992px) {
      .cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-image .relative img {
        width: 100% !important;
        margin: 0; }
  .cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-fields {
    width: 47% !important;
    width: calc(50% - 15px) !important; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-fields {
      width: calc(50% - 20px) !important; } }

@media (min-width: 1200px) {
  .cwd-basic.tiles.one-plus-max-4 .card:first-of-type .summary {
    margin-top: 1em;
    font-size: 18px; } }

.cwd-basic.tiles.no-overlay .group-image .deco, .cwd-basic.tiles.no-overlay .group-image h3, .cwd-basic.tiles.no-overlay .group-image .h3 {
  color: #1176ac;
  text-decoration: underline;
  -moz-text-decoration-color: rgba(17, 118, 172, 0.5);
  -webkit-text-decoration-color: rgba(17, 118, 172, 0.5);
  text-decoration-color: rgba(17, 118, 172, 0.5); }

.cwd-basic.tiles.no-overlay .group-image h3.designer, .cwd-basic.tiles.no-overlay .group-image h3.designer .deco, .cwd-basic.tiles.no-overlay .group-image .h3.designer, .cwd-basic.tiles.no-overlay .group-image .h3.designer .deco {
  text-decoration: none;
  color: #333; }

.cwd-basic.tiles.no-overlay .group-image a .overlay {
  position: static;
  margin-top: 12px;
  padding: 0;
  text-align: left; }

.cwd-basic.tiles.no-overlay .group-image a:hover, .cwd-basic.tiles.no-overlay .group-image a:hover .deco, .cwd-basic.tiles.no-overlay .group-image a:hover h3, .cwd-basic.tiles.no-overlay .group-image a:hover .h3 {
  color: #000;
  -moz-text-decoration-color: rgba(0, 0, 0, 0.7);
  -webkit-text-decoration-color: rgba(0, 0, 0, 0.7);
  text-decoration-color: rgba(0, 0, 0, 0.7); }

.cwd-basic.tiles.no-overlay .group-image a:active, .cwd-basic.tiles.no-overlay .group-image a:active .deco, .cwd-basic.tiles.no-overlay .group-image a:active h3, .cwd-basic.tiles.no-overlay .group-image a:active .h3 {
  color: #666;
  -moz-text-decoration-color: rgba(0, 0, 0, 0.4);
  -webkit-text-decoration-color: rgba(0, 0, 0, 0.4);
  text-decoration-color: rgba(0, 0, 0, 0.4); }

.cwd-basic.tiles.no-overlay .group-image:before {
  content: none; }

.cwd-basic.tiles:not(.no-overlay) .card a h3:not(.designer), .cwd-basic.tiles:not(.no-overlay) .card a .h3:not(.designer) {
  color: #fff !important;
  -moz-text-decoration-color: rgba(255, 255, 255, 0.5);
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
  text-decoration-color: rgba(255, 255, 255, 0.5); }

.cwd-basic.tiles:not(.no-overlay) .card a:hover h3:not(.designer), .cwd-basic.tiles:not(.no-overlay) .card a:hover .h3:not(.designer) {
  -moz-text-decoration-color: white;
  -webkit-text-decoration-color: white;
  text-decoration-color: white; }

.cwd-basic.tiles:not(.no-overlay) .card a:active h3:not(.designer), .cwd-basic.tiles:not(.no-overlay) .card a:active .h3:not(.designer) {
  color: #ccc !important;
  -moz-text-decoration-color: rgba(255, 255, 255, 0.5);
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
  text-decoration-color: rgba(255, 255, 255, 0.5); }

.cwd-basic.tiles:not(.no-overlay) .card a h4, .cwd-basic.tiles:not(.no-overlay) .card a p, .cwd-basic.tiles:not(.no-overlay) .card a div {
  color: #ccc !important; }
  .cwd-basic.tiles:not(.no-overlay) .card a h4.badge, .cwd-basic.tiles:not(.no-overlay) .card a p.badge, .cwd-basic.tiles:not(.no-overlay) .card a div.badge {
    color: #fff !important; }

.cwd-basic.card-slider .cards {
  margin-left: -15px;
  margin-right: -15px; }

.cwd-basic.card-slider .card {
  max-width: none;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .cwd-basic.card-slider .card {
      padding: 0 15px !important; } }

@media (min-width: 768px) {
  .cwd-basic.card-slider .cards {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .cwd-basic.card-slider .card:after {
    content: none; } }

.cwd-basic.card-slider.tiles .group-image a {
  box-shadow: none !important; }

.cwd-basic.animate.tiles .group-image {
  overflow: hidden; }

.cwd-basic.animate.tiles a img {
  transition: transform 0.3s ease-out; }

.cwd-basic.animate.tiles a:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease-out; }

.cwd-basic.collapse.tiles .cards {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.cwd-basic.collapse.tiles .card {
  padding: 0 !important;
  margin-bottom: 0; }

.dark .cwd-basic, .cwd-basic.dark {
  color: #ddd; }
  .dark .cwd-basic h2, .cwd-basic.dark h2 {
    color: #ededed; }
  .dark .cwd-basic a, .dark .cwd-basic a h3:not(.designer), .dark .cwd-basic a .h3:not(.designer), .cwd-basic.dark a, .cwd-basic.dark a h3:not(.designer), .cwd-basic.dark a .h3:not(.designer) {
    color: #fff !important;
    -moz-text-decoration-color: rgba(255, 255, 255, 0.5);
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
    text-decoration-color: rgba(255, 255, 255, 0.5); }
    .dark .cwd-basic a:hover, .dark .cwd-basic a:hover *, .dark .cwd-basic a h3:not(.designer):hover, .dark .cwd-basic a h3:not(.designer):hover *, .dark .cwd-basic a .h3:not(.designer):hover, .dark .cwd-basic a .h3:not(.designer):hover *, .cwd-basic.dark a:hover, .cwd-basic.dark a:hover *, .cwd-basic.dark a h3:not(.designer):hover, .cwd-basic.dark a h3:not(.designer):hover *, .cwd-basic.dark a .h3:not(.designer):hover, .cwd-basic.dark a .h3:not(.designer):hover * {
      -moz-text-decoration-color: white;
      -webkit-text-decoration-color: white;
      text-decoration-color: white;
      border-color: rgba(255, 255, 255, 0.7) !important; }
    .dark .cwd-basic a:active, .dark .cwd-basic a:active *, .dark .cwd-basic a h3:not(.designer):active, .dark .cwd-basic a h3:not(.designer):active *, .dark .cwd-basic a .h3:not(.designer):active, .dark .cwd-basic a .h3:not(.designer):active *, .cwd-basic.dark a:active, .cwd-basic.dark a:active *, .cwd-basic.dark a h3:not(.designer):active, .cwd-basic.dark a h3:not(.designer):active *, .cwd-basic.dark a .h3:not(.designer):active, .cwd-basic.dark a .h3:not(.designer):active * {
      color: #ccc !important;
      border-color: rgba(255, 255, 255, 0.5) !important;
      -moz-text-decoration-color: rgba(255, 255, 255, 0.5);
      -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
      text-decoration-color: rgba(255, 255, 255, 0.5); }
    .dark .cwd-basic a *, .dark .cwd-basic a h3:not(.designer) *, .dark .cwd-basic a .h3:not(.designer) *, .cwd-basic.dark a *, .cwd-basic.dark a h3:not(.designer) *, .cwd-basic.dark a .h3:not(.designer) * {
      color: #fff !important; }
  .dark .cwd-basic .card:after, .cwd-basic.dark .card:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .dark .cwd-basic .component-footer .link-button, .cwd-basic.dark .component-footer .link-button {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3); }
    .dark .cwd-basic .component-footer .link-button:hover, .cwd-basic.dark .component-footer .link-button:hover {
      border-color: rgba(255, 255, 255, 0.5);
      background: rgba(0, 0, 0, 0.1); }
    .dark .cwd-basic .component-footer .link-button:active, .cwd-basic.dark .component-footer .link-button:active {
      border-color: rgba(255, 255, 255, 0.4);
      background: rgba(0, 0, 0, 0.18); }
  .dark .cwd-basic.tiles .group-image a:hover, .cwd-basic.dark.tiles .group-image a:hover {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.12); }
  .dark .cwd-basic.tiles .group-image a:active, .cwd-basic.dark.tiles .group-image a:active {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.08); }
  .dark .cwd-basic.tiles.no-overlay .group-image .deco, .dark .cwd-basic.tiles.no-overlay .group-image h3, .dark .cwd-basic.tiles.no-overlay .group-image .h3, .cwd-basic.dark.tiles.no-overlay .group-image .deco, .cwd-basic.dark.tiles.no-overlay .group-image h3, .cwd-basic.dark.tiles.no-overlay .group-image .h3 {
    -moz-text-decoration-color: rgba(255, 255, 255, 0.5);
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
    text-decoration-color: rgba(255, 255, 255, 0.5); }
  .dark .cwd-basic.tiles.no-overlay .group-image a:hover, .dark .cwd-basic.tiles.no-overlay .group-image a:hover .deco, .dark .cwd-basic.tiles.no-overlay .group-image a:hover h3, .dark .cwd-basic.tiles.no-overlay .group-image a:hover .h3, .cwd-basic.dark.tiles.no-overlay .group-image a:hover, .cwd-basic.dark.tiles.no-overlay .group-image a:hover .deco, .cwd-basic.dark.tiles.no-overlay .group-image a:hover h3, .cwd-basic.dark.tiles.no-overlay .group-image a:hover .h3 {
    -moz-text-decoration-color: rgba(255, 255, 255, 0.8);
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.8);
    text-decoration-color: rgba(255, 255, 255, 0.8); }
  .dark .cwd-basic.tiles.no-overlay .group-image a:active, .dark .cwd-basic.tiles.no-overlay .group-image a:active .deco, .dark .cwd-basic.tiles.no-overlay .group-image a:active h3, .dark .cwd-basic.tiles.no-overlay .group-image a:active .h3, .cwd-basic.dark.tiles.no-overlay .group-image a:active, .cwd-basic.dark.tiles.no-overlay .group-image a:active .deco, .cwd-basic.dark.tiles.no-overlay .group-image a:active h3, .cwd-basic.dark.tiles.no-overlay .group-image a:active .h3 {
    -moz-text-decoration-color: rgba(255, 255, 255, 0.6);
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
    text-decoration-color: rgba(255, 255, 255, 0.6); }

h2,
.h2 {
  font-size: 31px; }

h2,
.h2,
main h2,
#main h2 {
  color: #222;
  font-weight: 600; }

h3,
.h3,
main h3,
#main h3 {
  color: #073949;
  font-weight: 600; }

h4,
.h4 {
  color: #222;
  font-size: 19px;
  font-weight: 500; }
  @media (min-width: 992px) {
    h4,
    .h4 {
      font-size: 21px; } }

h5,
.h5 {
  font-size: 18px;
  color: #444; }

h6,
.h6 {
  font-size: 17px;
  color: inherit; }

figcaption .intro {
  color: #444; }

span[class^='text-highlight'] {
  color: #000; }

div.container-fluid,
.container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important; }
  @media (min-width: 768px) {
    div.container-fluid,
    .container-fluid {
      padding-left: 30px !important;
      padding-right: 30px !important; } }
  @media (min-width: 992px) {
    div.container-fluid,
    .container-fluid {
      padding-left: 60px !important;
      padding-right: 60px !important; } }

@media (min-width: 768px) {
  .paragraph.paragraph--type--bp-columns-three-uneven > .paragraph__column,
  .paragraph.paragraph--type--bp-columns-two-uneven > .paragraph__column:not(.home .paragraph.paragraph--type--bp-columns-two-uneven > .paragraph__column),
  .paragraph.paragraph--type--bp-columns > .paragraph__column {
    margin-left: -15px;
    margin-right: -15px; } }

#search-bar {
  font-size: 14px; }

main,
#main,
body > footer {
  font-family: inherit; }

#spotlights .view-header-title,
#partners .view-header-title,
#awards .view-header-title,
.happenings-title {
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  margin-bottom: 1.5em !important;
  font-size: 32px; }
  @media (min-width: 992px) {
    #spotlights .view-header-title,
    #partners .view-header-title,
    #awards .view-header-title,
    .happenings-title {
      font-size: 39px; } }

#timeline {
  padding: 60px 0 70px;
  text-align: center; }
  #timeline table,
  #timeline table * {
    background: revert; }
  #timeline .block-title {
    font-family: "freight-text-pro", serif;
    font-weight: 400;
    margin-bottom: 1.5em;
    font-size: 32px; }
    @media (min-width: 992px) {
      #timeline .block-title {
        font-size: 39px; } }

#partners {
  padding: 60px 15px 70px; }
  #partners h3 {
    font-size: 21px; }

#spotlights .spotlights-grid .happening-teaser,
.featured-tags li,
.featured-created {
  border-radius: 0; }

a.button-link,
#awards a.button,
#timeline a.button,
#block-headertext a.button {
  background: #bf1d1d;
  border-radius: 0; }

strong,
b {
  font-weight: 600; }

#block-quicklinks li {
  font-size: 16px;
  margin-bottom: 0.25em; }

#footer {
  background: #14323c;
  color: #b2bbbf;
  padding: 44px 0 28px 0; }
  #footer .region-subfooter {
    border-color: #4a4f57; }
  #footer a.button-link {
    margin-left: 0;
    margin-top: 7px; }
  #footer .region-footer {
    margin-left: -15px;
    margin-right: -15px; }
  #footer #block-logo h2 {
    margin-top: -0.35em; }
  #footer p {
    color: #b2bbbf; }
  #footer .contextual a {
    color: #333; }
  #footer a {
    text-decoration-color: rgba(255, 255, 255, 0.5); }
    #footer a:hover, #footer a:focus {
      text-decoration-color: white; }
    #footer a:active {
      color: #b2bbbf;
      text-decoration-color: rgba(255, 255, 255, 0.35); }

/* Footer Social Media */
#footer .social {
  line-height: 0;
  display: flex;
  justify-content: left;
  max-width: 380px;
  margin: 30px auto 0 0; }

#footer .social > a {
  padding: 2px 8px; }

#footer .social img {
  opacity: 0.7;
  width: 48px;
  height: auto;
  max-width: 100%; }

#footer .social > a:first-of-type {
  padding-left: 0; }

#footer .social > a:last-of-type {
  padding-right: 0; }

#footer .social img:hover,
#footer .social img:focus {
  opacity: 1; }

@media (min-width: 768px) {
  #footer .social {
    display: block;
    max-width: none;
    margin: 0; }
  #footer .social > a {
    padding: 2px 3px; }
  #footer .social img {
    width: 30px; } }

#spotlights {
  padding: 55px 15px 85px; }
  #spotlights .happenings-more-link {
    margin-right: 0; }
  #spotlights .featured-tags {
    display: none; }
  #spotlights .featured-created {
    min-height: 0;
    width: 68px;
    font-family: "freight-text-pro", serif;
    background: #b31b1b;
    color: #fff;
    top: 0;
    right: 0;
    padding: 3px 11px 7px;
    width: 72px;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgba(255, 255, 255, 0.85);
    color: #000;
    top: 9px;
    right: 9px;
    padding: 7px 14px 8px;
    -webkit-font-smoothing: subpixel-antialiased;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }
  #spotlights .spotlights-grid .happening-teaser {
    border-top: 4px solid #b31b1b;
    border: 0; }

#awards {
  background: #14323c;
  color: #b2bbbf;
  border-top: 0;
  padding: 50px 0 60px; }
  @media (min-width: 992px) {
    #awards {
      padding: 0;
      margin-top: 40px; } }
  #awards .history-slideshow p {
    color: #fff; }
  #awards .history-slideshow h2 {
    color: #fff; }
  #awards .history-slideshow h3,
  #awards .history-slideshow h4 {
    color: #ebebec; }
  #awards .history-slideshow a {
    color: #fff; }
  #awards .history-facts {
    position: relative;
    padding: 24px 36px;
    margin: 36px 0 0;
    color: #444;
    background-color: #fff;
    border-top: 3px solid #b31b1b; }
    #awards .history-facts .field li {
      margin-bottom: 1.25em; }
    #awards .history-facts .field hr {
      width: 42%;
      margin: 1.5em auto; }
    #awards .history-facts h2 {
      font-family: freight-text-pro-n4, freight-text-pro, serif;
      font-weight: 700;
      font-style: none;
      color: #b31b1b;
      font-size: 26px;
      margin: 12px 0 24px;
      text-align: center; }
    #awards .history-facts .icon-clocktower-bold {
      color: #b31b1b;
      font-size: 54px;
      background-color: #fff;
      display: none;
      margin: 0 auto;
      position: absolute;
      top: -42px;
      left: 0;
      right: 0;
      width: 66px;
      padding: 0 6px; }
  @media (min-width: 992px) {
    #awards .history {
      display: flex;
      justify-content: space-between; }
    #awards .history-slideshow {
      margin: 50px 0 60px;
      flex-basis: 58.33333%; }
    #awards .history-facts {
      flex-basis: 33.33333%;
      margin-top: -40px; }
      #awards .history-facts .icon-clocktower-bold {
        display: inline-block; }
    #awards .history-facts-content,
    #awards .history-slideshow-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%; } }
  @media (min-width: 992px) {
    #awards .history-slideshow {
      margin: 50px 0 60px;
      flex-basis: 58.33333%; }
    #awards .history-facts {
      flex-basis: 33.33333%; } }

.home #main .button-link {
  color: #fff;
  font-size: 16px !important;
  padding: 10px 20px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1080px) {
    .home #main .button-link {
      font-size: 20px !important;
      padding: 12px 23px; } }

a.button-link {
  margin: 0 3% 0.5em 0; }
  a.button-link:last-child {
    margin-right: 0; }

#timeline {
  background-color: #14323c; }

#block-timeline {
  padding: 4em 15px 3.5em; }

@media (min-width: 768px) {
  .not-front.sidebar-tint.sidebar-right #main:before {
    background: #f7f7f7;
    right: auto;
    left: 72%;
    width: calc(27vw - 30px);
    box-shadow: 20vw 0 0 0 #f7f7f7; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .not-front.sidebar-tint.sidebar-right #main:before {
      left: 70%; } }

@media (min-width: 768px) {
  .not-front.sidebar-tint.sidebar-right #main > .row > .col-sm-4 {
    width: 30%; }
  .not-front.sidebar-tint.sidebar-right #main > .row > .col-sm-8 {
    width: 70%; }
  .not-front.sidebar-tint.sidebar-right #main .region-sidebar-first,
  .not-front.sidebar-tint.sidebar-right #main .region-sidebar-second {
    padding: 1.5em 0 0 30px; }
  .not-front.sidebar-tint.sidebar-right #main .secondary-navigation li {
    font-size: 16px; } }
  @media (min-width: 768px) and (min-width: 1080px) {
    .not-front.sidebar-tint.sidebar-right #main .secondary-navigation li {
      font-size: 18px; } }

.not-front #spotlights {
  border-top: 4px solid #f0f1f1; }

@media (min-width: 992px) {
  #main {
    padding-top: 1.5em; } }

#main h1 {
  font-family: "freight-text-pro", serif;
  color: #222;
  font-size: 26px;
  font-weight: 400; }
  @media (min-width: 786px) {
    #main h1 {
      font-size: 32px; } }
  @media (min-width: 1200px) {
    #main h1 {
      font-size: 38px; } }

article.news footer {
  font-size: 16px; }
  @media (min-width: 768px) {
    article.news footer {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    article.news footer {
      font-size: 24px; } }

#super-header {
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #fefefe 100%);
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #fefefe 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #fefefe 100%); }

#site-header {
  background: #666 50% 20% no-repeat;
  background-size: cover; }
  #site-header.custom-banner {
    min-height: 240px;
    height: 20vw; }
  #site-header .slide-buffer {
    background-position: 50% 35%; }
  .home #site-header {
    min-height: 240px;
    height: 34vw;
    max-height: 54vh; }
    @media (min-width: 768px) {
      .home #site-header {
        min-height: 300px; } }
    @media (min-width: 992px) {
      .home #site-header {
        min-height: 400px; } }
    .home #site-header .slider-container .container-fluid {
      position: relative;
      min-height: 240px;
      height: 34vw;
      max-height: 54vh; }
      @media (min-width: 768px) {
        .home #site-header .slider-container .container-fluid {
          min-height: 300px; } }
      @media (min-width: 992px) {
        .home #site-header .slider-container .container-fluid {
          min-height: 340px;
          height: calc(34vw - 60px);
          max-height: calc(54vh - 60px); } }
    .home #site-header .slider-caption h2 {
      color: #fff;
      font-weight: 500;
      font-size: 22px;
      margin-bottom: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      @media (min-width: 768px) {
        .home #site-header .slider-caption h2 {
          font-size: 25px;
          font-weight: 400; } }
      @media (min-width: 1200px) {
        .home #site-header .slider-caption h2 {
          font-size: 32px; } }
    .home #site-header .slider-caption a:hover h2,
    .home #site-header .slider-caption a:focus h2 {
      text-decoration: underline;
      text-decoration-thickness: 2px;
      text-decoration-color: rgba(255, 255, 255, 0.3);
      text-underline-offset: 0.1em; }
    .home #site-header .slider-caption a:active h2 {
      color: #ccc;
      text-decoration: underline;
      text-decoration-thickness: 2px;
      text-decoration-color: rgba(255, 255, 255, 0.15);
      text-underline-offset: 0.1em; }
    .home #site-header .slider-caption p {
      font-size: 13px;
      line-height: 13px;
      font-weight: 600;
      color: #e0dfdf;
      margin-bottom: 0.4em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-variant-numeric: lining-nums;
      font-feature-settings: "lnum"; }
      @media (min-width: 768px) {
        .home #site-header .slider-caption p {
          margin-bottom: 0.8em; } }
      @media (min-width: 1200px) {
        .home #site-header .slider-caption p {
          margin-bottom: 1.2em; } }
      .home #site-header .slider-caption p:before {
        content: '';
        background: #b31b1b;
        display: inline-block;
        width: 11px;
        height: 11px;
        margin-right: 0.4em;
        position: relative;
        top: 1px; }
    .home #site-header .slider-caption .caption-focus {
      display: flex;
      flex-direction: column-reverse; }
    .home #site-header .slider-caption .caption-inner {
      top: auto !important;
      bottom: 70px !important;
      left: 15px !important;
      right: 15px !important; }
      @media (min-width: 768px) {
        .home #site-header .slider-caption .caption-inner {
          max-width: 360px;
          left: 30px !important;
          right: 30px !important;
          bottom: 90px !important;
          background: rgba(0, 0, 0, 0.56);
          padding: 20px; } }
      @media (min-width: 992px) {
        .home #site-header .slider-caption .caption-inner {
          max-width: 480px;
          left: 60px !important;
          right: 60px !important;
          bottom: 105px !important;
          padding: 25px; } }
    .home #site-header .slider-caption .campaign-nav {
      width: auto;
      left: 15px !important;
      right: 15px !important;
      bottom: 15px !important; }
      @media (min-width: 786px) {
        .home #site-header .slider-caption .campaign-nav {
          left: 30px !important;
          right: 30px !important;
          bottom: 30px !important; } }
      @media (min-width: 992px) {
        .home #site-header .slider-caption .campaign-nav {
          left: 60px !important;
          right: 60px !important; } }

#main-navigation li.current-menu-item > a,
#main-navigation li.current-menu-ancestor > a,
#main-navigation li.active-trail > a,
#main-navigation .container-fluid > ul > li.menu-item--active-trail > a,
#main-navigation a:hover,
#main-navigation button:hover,
#main-navigation li.active > a,
#main-navigation > .container-fluid > ul > li > a.is-active,
#main-navigation li:hover > a,
.dropdown-menu li:hover > a {
  /* includes WordPress and Drupal menu classes */
  background: #444;
  background: rgba(0, 0, 0, 0.3); }

#main-navigation a:focus,
#main-navigation button:focus {
  background: #444;
  background: rgba(0, 0, 0, 0.3); }

#main-navigation a {
  text-align: left; }

#main-navigation > .container-fluid > ul > li.living-lab > a:before {
  font: normal normal normal 14px/1 FontAwesome;
  speak: never;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f185';
  padding-right: 6px;
  color: #ffcc44; }

#main-navigation > .container-fluid > ul > li.living-lab ul {
  display: none; }

@media (min-width: 992px) {
  #main-navigation {
    position: relative;
    top: auto !important;
    z-index: 6;
    float: none;
    background: rgba(13, 23, 28, 0.6); }
    #main-navigation li {
      font-size: 20px; }
      #main-navigation li a {
        padding: 0.6em 25px;
        font-size: revert; }
      #main-navigation li .fa {
        font-size: 14px; }
    #main-navigation > .container-fluid > ul > li.living-lab {
      float: right; } }

#cu-header {
  height: auto !important; }
  @media (min-width: 768px) {
    #cu-header .cu-brand .cu-unit {
      margin-right: 0 !important; } }
  #cu-header .cu-brand .cu-unit a {
    color: #222;
    text-decoration: none; }
    #cu-header .cu-brand .cu-unit a:hover, #cu-header .cu-brand .cu-unit a:focus {
      color: #0a5796;
      text-decoration: underline;
      text-decoration-thickness: 2px;
      text-decoration-color: rgba(10, 87, 150, 0.4);
      text-underline-offset: 0.1em; }
    #cu-header .cu-brand .cu-unit a:active {
      color: #0D3556;
      text-decoration: underline;
      text-decoration-thickness: 2px;
      text-decoration-color: rgba(13, 53, 86, 0.4);
      text-underline-offset: 0.1em; }
  #cu-header .cu-brand h2 {
    font-family: "freight-text-pro", serif;
    color: #222;
    font-weight: 500;
    font-size: 32px;
    margin-top: 6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 768px) {
      #cu-header .cu-brand h2 {
        font-size: 50px;
        margin-right: -0.06em; } }
    @media (min-width: 992px) {
      #cu-header .cu-brand h2 {
        font-size: 56px; } }
    @media (min-width: 1080px) {
      #cu-header .cu-brand h2 {
        font-size: 62px; } }
    @media (min-width: 1200px) {
      #cu-header .cu-brand h2 {
        font-size: 68px; } }

@media (min-width: 992px) {
  .cu-seal .cu-logo a {
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin: 0 50px 0 0 !important; } }

#cu-search {
  height: auto !important;
  font-size: 14px;
  border-bottom: 4px solid #b31b1b;
  background: #a01114; }
  #cu-search button[type='submit'] {
    background-color: #b31b1b; }
  #cu-search .cu-search form > label {
    vertical-align: middle; }

.region-nav-utility {
  float: left; }

#utility-navigation {
  float: left;
  margin: 1px 2px 0 0;
  display: none; }
  #utility-navigation li:last-child {
    background: none !important;
    border-radius: 0;
    margin-left: revert;
    max-height: none; }
  @media (min-width: 992px) {
    #utility-navigation {
      display: block; }
      #utility-navigation li {
        text-transform: uppercase;
        font-size: 14px; }
      #utility-navigation a {
        background: none !important;
        color: #b31b1b !important; }
        #utility-navigation a:hover, #utility-navigation a:focus {
          color: #3c2323 !important; }
        #utility-navigation a:active {
          color: #555 !important; }
        #utility-navigation a[href*='subscribe'] {
          text-decoration: none !important; }
          #utility-navigation a[href*='subscribe']:before {
            font: normal normal normal 14px/1 FontAwesome;
            speak: never;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\f0e0';
            font-size: 12px;
            padding-right: 5px;
            position: relative;
            top: -1px; }
          #utility-navigation a[href*='subscribe']:hover, #utility-navigation a[href*='subscribe']:focus {
            background: rgba(0, 0, 0, 0.06) !important; }
          #utility-navigation a[href*='subscribe']:active {
            background: rgba(0, 0, 0, 0.03) !important; } }
  @media (min-width: 1080px) {
    #utility-navigation a {
      padding: 0 13px; }
      #utility-navigation a[href*='subscribe'] {
        margin: 0 14px 0 10px; } }

#awards .slider-container,
#main .slider-container {
  margin: 3em 0 1.5em;
  padding: 0 0 65%; }
  #awards .slider-container .campaign-nav ul,
  #main .slider-container .campaign-nav ul {
    margin: 0 !important; }
  #awards .slider-container .slider-caption p,
  #main .slider-container .slider-caption p {
    text-transform: none; }
  @media (min-width: 768px) {
    #awards .slider-container .slider-caption .caption-inner,
    #main .slider-container .slider-caption .caption-inner {
      background: rgba(0, 0, 0, 0.56);
      right: 3%; } }
  @media (min-width: 1384px) {
    #awards .slider-container .slider-caption .caption-inner,
    #main .slider-container .slider-caption .caption-inner {
      right: 0; } }
  #awards .slider-container h2,
  #main .slider-container h2 {
    font-size: 31px; }

#awards .slider-container {
  margin: 0; }

.home table {
  width: 100% !important; }

@media (max-width: 1079px) {
  #section-navigation-title a {
    font-size: 20px;
    padding-left: 0.6em; } }

@media (max-width: 991px) {
  .home .col-sm-12 .paragraph--type--bp-columns-two-uneven__2col-column1,
  .home .col-sm-12 .paragraph--type--bp-columns-two-uneven__2col-column2 {
    width: 100% !important; } }

@media (max-width: 767px) {
  .col-sm-12 .region-content,
  .col-sm-12 .paragraph--type--bp-columns-two-uneven__2col-column1,
  .col-sm-12 .paragraph--type--bp-columns-two-uneven__2col-column2 {
    padding: 0 !important; }
  .home .col-sm-12 .paragraph--type--bp-columns-two-uneven__2col-column1 {
    margin-bottom: 2em; } }

.cwd-events-style #eventsInlineCompact .col-sm-2 {
  width: 16.66667%;
  float: left; }

.cwd-events-style #eventsInlineCompact .col-sm-8,
.cwd-events-style #eventsInlineCompact .col-sm-8.event-title-and-location {
  width: 76%;
  float: left;
  padding-top: 0; }

.path-frontpage.path-frontpage .event-title-and-location a {
  font-size: 18px !important; }

@media (max-width: 413px) {
  .cwd-events-style #eventsInlineCompact .col-sm-8,
  .cwd-events-style #eventsInlineCompact .col-sm-8.event-title-and-location {
    width: 80%;
    font-size: 15px; }
  .cwd-events-style #eventsInlineCompact .event-month-and-day {
    margin-left: 0; }
  .path-frontpage.path-frontpage .event-title-and-location a {
    font-size: 17px !important; } }

@media (min-width: 1080px) {
  .home #main .paragraph--type--bp-columns-two-uneven__2col-column1 {
    padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .home #main .paragraph--type--bp-columns-two-uneven__2col-column1 {
    padding-right: 60px !important; } }

@media (min-width: 768px) {
  .paragraph--type--bp-columns-two-uneven paragraph--view-mode--default {
    margin-left: -15px;
    margin-right: -15px; } }

@media (max-width: 1199px) {
  #block-eventsblock h2 {
    font-size: 24px;
    line-height: 33px; } }

#block-eventsblock {
  overflow: hidden;
  margin-top: 0.45em; }

body:not(.page-node-type-news) .page-header {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

#mobile-home {
  left: 15px; }
  @media (min-width: 768px) {
    #mobile-home {
      left: 30px; } }
  @media (min-width: 992px) {
    #mobile-home {
      left: -10000em; } }

/* Sortable table styles - possibly temporary until filterable tables are implemented */
table.js-sort-table th:hover {
  cursor: pointer; }

/* These style add the up/down arrows for the current sorted column
 * To support more columns, just augment these styles in like form.
 */
table.js-sort-asc.js-sort-0 thead tr:last-child > :nth-child(1):after,
table.js-sort-asc.js-sort-1 thead tr:last-child > :nth-child(2):after,
table.js-sort-asc.js-sort-2 thead tr:last-child > :nth-child(3):after,
table.js-sort-asc.js-sort-3 thead tr:last-child > :nth-child(4):after,
table.js-sort-asc.js-sort-4 thead tr:last-child > :nth-child(5):after,
table.js-sort-asc.js-sort-5 thead tr:last-child > :nth-child(6):after,
table.js-sort-asc.js-sort-6 thead tr:last-child > :nth-child(7):after,
table.js-sort-asc.js-sort-7 thead tr:last-child > :nth-child(8):after,
table.js-sort-asc.js-sort-8 thead tr:last-child > :nth-child(9):after,
table.js-sort-asc.js-sort-9 thead tr:last-child > :nth-child(10):after {
  content: "\25b2";
  font-size: 0.7em;
  padding-left: 3px;
  line-height: 0.7em; }

table.js-sort-desc.js-sort-0 thead tr:last-child > :nth-child(1):after,
table.js-sort-desc.js-sort-1 thead tr:last-child > :nth-child(2):after,
table.js-sort-desc.js-sort-2 thead tr:last-child > :nth-child(3):after,
table.js-sort-desc.js-sort-3 thead tr:last-child > :nth-child(4):after,
table.js-sort-desc.js-sort-4 thead tr:last-child > :nth-child(5):after,
table.js-sort-desc.js-sort-5 thead tr:last-child > :nth-child(6):after,
table.js-sort-desc.js-sort-6 thead tr:last-child > :nth-child(7):after,
table.js-sort-desc.js-sort-7 thead tr:last-child > :nth-child(8):after,
table.js-sort-desc.js-sort-8 thead tr:last-child > :nth-child(9):after,
table.js-sort-desc.js-sort-9 thead tr:last-child > :nth-child(10):after {
  content: "\25bc";
  font-size: 0.7em;
  padding-left: 3px;
  line-height: 0.7em; }

.align-center.embedded-entity img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

#popup .caption {
  display: block; }

#popup .caption * {
  display: inline; }

.modal .modal-header {
  padding: 10px 30px; }

.modal .modal-footer {
  margin-top: 0; }

.modal .modal-body,
.modal .modal-footer {
  padding-bottom: 15px; }

.modal-header .close {
  position: static;
  margin-top: -2px;
  margin-right: -16px;
  padding: 4px 8px 8px;
  width: 32px;
  height: 34px;
  background-color: #337ab7;
  color: #fff;
  text-shadow: none;
  opacity: 1; }

.modal-header .close:hover,
.modal-header .close:focus {
  background-color: #286090; }

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

.inline-icon-x:before {
  content: "";
  display: inline-block;
  margin: 0;
  height: 14px;
  width: 16px;
  background-image: url("../images/x.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 2px;
  left: 1px; }

@media (min-width: 768px) {
  .sidebar-priority.sticky {
    position: sticky;
    top: -20px;
    z-index: 1;
    max-height: 100vh;
    overflow: auto; } }

.sidebar-priority.sticky ul.nav-page-anchors {
  border: 0;
  padding: 0; }
  .sidebar-priority.sticky ul.nav-page-anchors > li {
    padding: 4px 0;
    border: 0; }
    .sidebar-priority.sticky ul.nav-page-anchors > li > a {
      border-left: 4px solid #e1e1e1;
      padding-left: 15px;
      color: #444;
      line-height: 1.4;
      transition: border-color 0.15s; }
      .sidebar-priority.sticky ul.nav-page-anchors > li > a.active-anchor {
        border-color: #444; }
      .sidebar-priority.sticky ul.nav-page-anchors > li > a:hover {
        color: #106fa2;
        border-color: #106fa2; }
      .sidebar-priority.sticky ul.nav-page-anchors > li > a:active {
        color: #000; }

.tableauPlaceholder {
  max-width: 100%;
  overflow: auto; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }

.aria-target:focus {
  outline: none !important; }

/*# sourceMappingURL=2022-refresh.css.map */