@charset "UTF-8";
/*!

	Styles for DF/HCC
	By Naomi Rubin (naomi@castironcoding.com)

*/
/* normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * CIC: Corrects `block` display for some generated elements in IE 8
 */
.lt-ie9 \:section {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 * CIC: Remove any margins for base style
 */
figure {
  margin: 0px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .chosen-container a {
    cursor: pointer; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border-top: 0;
    background-color: #32bfca; }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  background-color: #32bfca;
  text-decoration: none;
  white-space: nowrap;
  color: inherit; }
  .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%; }
    .chosen-container-single .chosen-single div b {
      display: block;
      width: 100%;
      height: 100%; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  width: 100%;
  height: auto;
  outline: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.75);
  line-height: normal; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.chosen-container .chosen-results {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      background-color: rgba(255, 255, 255, 0.35); }
    .chosen-container .chosen-results li.no-results {
      display: list-item; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      font-weight: bold;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

@-webkit-keyframes content-show {
  0% {
    opacity: 0; }
  40% {
    height: auto;
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-animation-duration: 3s;
    height: auto; } }

@-moz-keyframes content-show {
  0% {
    opacity: 0; }
  40% {
    height: auto;
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-animation-duration: 3s;
    height: auto; } }

@-ms-keyframes content-show {
  0% {
    opacity: 0; }
  40% {
    height: auto;
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-animation-duration: 3s;
    height: auto; } }

@-o-keyframes content-show {
  0% {
    opacity: 0; }
  40% {
    height: auto;
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-animation-duration: 3s;
    height: auto; } }

@keyframes content-show {
  0% {
    opacity: 0; }
  40% {
    height: auto;
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-animation-duration: 3s;
    height: auto; } }

@-webkit-keyframes content-hide {
  0% {
    opacity: 1;
    height: auto; }
  80% {
    height: auto; }
  98% {
    opacity: 0; }
  100% {
    height: 0; } }

@-moz-keyframes content-hide {
  0% {
    opacity: 1;
    height: auto; }
  80% {
    height: auto; }
  98% {
    opacity: 0; }
  100% {
    height: 0; } }

@-ms-keyframes content-hide {
  0% {
    opacity: 1;
    height: auto; }
  80% {
    height: auto; }
  98% {
    opacity: 0; }
  100% {
    height: 0; } }

@-o-keyframes content-hide {
  0% {
    opacity: 1;
    height: auto; }
  80% {
    height: auto; }
  98% {
    opacity: 0; }
  100% {
    height: 0; } }

@keyframes content-hide {
  0% {
    opacity: 1;
    height: auto; }
  80% {
    height: auto; }
  98% {
    opacity: 0; }
  100% {
    height: 0; } }

@-webkit-keyframes quick-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes quick-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes quick-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes quick-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes quick-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes slow-hide {
  0% {
    opacity: 1;
    height: 100%; }
  80% {
    opacity: 1;
    height: 100%; }
  100% {
    opacity: 0;
    height: 0; } }

@-moz-keyframes slow-hide {
  0% {
    opacity: 1;
    height: 100%; }
  80% {
    opacity: 1;
    height: 100%; }
  100% {
    opacity: 0;
    height: 0; } }

@-ms-keyframes slow-hide {
  0% {
    opacity: 1;
    height: 100%; }
  80% {
    opacity: 1;
    height: 100%; }
  100% {
    opacity: 0;
    height: 0; } }

@-o-keyframes slow-hide {
  0% {
    opacity: 1;
    height: 100%; }
  80% {
    opacity: 1;
    height: 100%; }
  100% {
    opacity: 0;
    height: 0; } }

@keyframes slow-hide {
  0% {
    opacity: 1;
    height: 100%; }
  80% {
    opacity: 1;
    height: 100%; }
  100% {
    opacity: 0;
    height: 0; } }

@-webkit-keyframes slide-left {
  0% {
    right: -100%; }
  100% {
    right: 0%; } }

@-moz-keyframes slide-left {
  0% {
    right: -100%; }
  100% {
    right: 0%; } }

@-ms-keyframes slide-left {
  0% {
    right: -100%; }
  100% {
    right: 0%; } }

@-o-keyframes slide-left {
  0% {
    right: -100%; }
  100% {
    right: 0%; } }

@keyframes slide-left {
  0% {
    right: -100%; }
  100% {
    right: 0%; } }

@-webkit-keyframes slide-right {
  0% {
    right: 0%; }
  100% {
    right: -100%; } }

@-moz-keyframes slide-right {
  0% {
    right: 0%; }
  100% {
    right: -100%; } }

@-ms-keyframes slide-right {
  0% {
    right: 0%; }
  100% {
    right: -100%; } }

@-o-keyframes slide-right {
  0% {
    right: 0%; }
  100% {
    right: -100%; } }

@keyframes slide-right {
  0% {
    right: 0%; }
  100% {
    right: -100%; } }

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

html {
  font-size: 106.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F8F9FA; }

body {
  font-family: "proxima-nova", helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  color: #2F3750;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  margin: 0; }

h3, h4, h5, h6 {
  margin-bottom: 0.267em; }

p {
  margin: 0; }
  p + p {
    margin-top: 1.4em; }

a {
  text-decoration: none;
  color: #255B99; }
  a:hover {
    text-decoration: underline; }

.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.nav-primary button, .search-pill .button-magnify, .button-icon-small-calendar, .button-icon-small-clock, .button-icon-mini-question, .button-icon-calendar-add, .button-icon-pip, .button-icon-envelope, .button-icon-user, .button-icon-large, .button-bare-short, .pill-primary, .pill-secondary, .pill-outlined, .pill-outlined-short, .pill-transparent, .button-left, .button-right, .button-icon-mini-x {
  background: transparent;
  border: none;
  outline: none; }

.button-input .input-submit:before, .icon-file:before, .icon-file-image:before, .icon-file-bmp:before, .icon-file-gif:before, .icon-file-jpeg:before, .icon-file-jpg:before, .icon-file-png:before, .icon-file-tif:before, .icon-file-word:before, .icon-file-doc:before, .icon-file-docx:before, .icon-file-wpd:before, .icon-file-wps:before, .icon-file-htm:before, .icon-file-html:before, .icon-file-mht:before, .icon-file-xml:before, .icon-file-pdf:before, .icon-file-powerpoint:before, .icon-file-ppt:before, .icon-file-pptx:before, .icon-file-text:before, .icon-file-rtf:before, .icon-file-txt:before, .icon-file-excel:before, .icon-file-xls:before, .icon-file-xlsx:before, .icon-file-multiple:before, .icon-file-zip:before, .icon-pill-x:before, .icon-file-numbers:before, .icon-file-pages:before, .icon-file-pub:before, .button-left:before, .button-icon-calendar-add:before, .button-icon-pip:before, .button-icon-envelope:before, .button-icon-user:before, .button-icon-large:before, .button-icon-small-calendar:before, .button-icon-small-clock:before, .button-icon-mini-x:before, .button-icon-mini-question:before, .icon-x:before, .icon-magnify:before, .icon-paper-plane:before, .icon-hamburger:before, .csc-typography table thead .sort-triangle:after,
.mceContentBody table thead .sort-triangle:after, .dropdown-form .chosen-single:after, .touch .dropdown-pill:after, .dropdown-pill .select-indicator:after, .dropdown-pill select:after, .dropdown-pill .chosen-single:after, .dropdown-pill .chosen-search:after, .block-chiclet-textlink-dropdown:after, .icon-external-link:after, .button-right:after, .button-icon-calendar-add:after {
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none; }

.form .checklist, .picker__list, .nav-secondary ul, .hero-links ul, .list-bare, .list-vertical-basic, .list-horizontal, .list-horizontal-nested, .list-horizontal-cs, .list-vertical-unstyled-left,
.list-vertical-unstyled, .article-list, .article-list ul, .list-avatar-round-large, .chiclist-boxlink, .chiclist-textlink, .chiclist-table, .chiclist-table-nested, .chiclist-table-nested > li > ul, .chiclist-accordion, .chiclist-frame, .chiclist-frame-content, .chiclist-avatar-center, .chiclist-avatar-left, .list-avatar-left, .chiclist-avatar-row ul, .tabs-pill {
  list-style-type: none;
  padding-left: 0;
  margin: 0; }

.article-list.one-line-ellipsis p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ge-4 {
  width: 33.333%; }

.ge-5 {
  width: 41.667%; }

.ge-6 {
  width: 50%; }

.ge-7 {
  width: 58.333%; }

.ge-8 {
  width: 66.667%; }

.gc-8 {
  width: 66.667%; }

.gc-10 {
  width: 83.333%; }

.ge-4, .ge-5, .ge-6, .ge-7, .ge-8, .gsub-third-right {
  float: left;
  padding-right: 17.5px;
  padding-left: 17.5px; }
  .right.ge-4, .right.ge-5, .right.ge-6, .right.ge-7, .right.ge-8, .right.gsub-third-right {
    float: right; }
  @media all and (max-width: 1126px) {
    .ge-4, .ge-5, .ge-6, .ge-7, .ge-8, .gsub-third-right {
      padding-right: 15px;
      padding-left: 15px; } }
  @media all and (max-width: 760px) {
    .ge-4, .ge-5, .ge-6, .ge-7, .ge-8, .gsub-third-right {
      width: 100%;
      float: none;
      margin-top: 17.5px; }
      .ge-4:first-child, .ge-5:first-child, .ge-6:first-child, .ge-7:first-child, .ge-8:first-child, .gsub-third-right:first-child {
        margin-top: 0; } }

.gc-8, .gc-10 {
  margin: 0px auto; }
  @media all and (max-width: 970px) {
    .gc-8, .gc-10 {
      width: 100%;
      padding-right: 0;
      padding-left: 0; } }

@media all and (max-width: 1126px) {
  .re-c-7 {
    width: 58.333%; } }

@media all and (max-width: 970px) {
  .re-f-6 {
    float: left;
    padding-right: 17.5px;
    padding-left: 17.5px;
    width: 50%; }
    .re-f-6.right {
      float: right; } }
  @media all and (max-width: 970px) and (max-width: 1126px) {
    .re-f-6 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media all and (max-width: 970px) and (max-width: 760px) {
    .re-f-6 {
      width: 100%;
      float: none;
      margin-top: 17.5px; }
      .re-f-6:first-child {
        margin-top: 0; } }

@media all and (max-width: 970px) {
  .re-f-12 {
    width: 100%;
    float: none;
    margin-top: 17.5px; }
    .re-f-12:first-child {
      margin-top: 0; } }

.g-row {
  margin-right: -17.5px;
  margin-left: -17.5px; }
  .g-row:after {
    content: " ";
    display: block;
    clear: both; }
  .g-row + .g-row.spaced {
    margin-top: 45px; }
  @media all and (max-width: 1126px) {
    .g-row {
      margin-right: -15px;
      margin-left: -15px; } }

.gp-right-1 {
  padding-right: 8.33333%; }
  @media all and (max-width: 970px) {
    .gp-right-1 {
      padding-right: 35px; } }
  @media all and (max-width: 760px) {
    .gp-right-1 {
      padding-right: 15px; } }

.gsub-third-pad-right {
  width: 33%;
  padding-right: 35px;
  float: left; }
  @media all and (max-width: 850px) {
    .gsub-third-pad-right {
      padding-right: 17.5px; } }
  @media all and (max-width: 480px) {
    .gsub-third-pad-right {
      width: 50%; } }

.gsub-fourth {
  width: 25%;
  float: left; }

.gsub-half {
  width: 50%;
  float: left; }

.gsub-third-right {
  width: 33.333%;
  float: right; }
  @media all and (max-width: 760px) {
    .gsub-third-right {
      width: 50%; } }
  @media all and (max-width: 560px) {
    .gsub-third-right {
      width: 75%; } }

.gb-window {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  .gb-window .container-page {
    position: relative;
    height: 100%; }

.gb-4 {
  position: absolute;
  height: 100%; }

.gb-4 {
  width: 33.333%;
  top: 0;
  left: -17.5px; }
  .gb-4:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10000px;
    width: 10000px;
    background-color: inherit; }
  @media all and (max-width: 760px) {
    .gb-4 {
      display: none; } }

.space-top-nudge- {
  margin-top: -0.588em; }

.space-bottom-nudge- {
  margin-bottom: -0.588em; }

.space-top-line {
  margin-top: 1.4em; }

.space-bottom-line {
  margin-bottom: 1.4em; }

.space-top-sub {
  margin-top: 2.3em; }

.space-bottom-sub {
  margin-bottom: 2.3em; }

.space-top-sec {
  margin-top: 3em; }

.space-bottom-sec {
  margin-bottom: 3em; }

.neutral-light {
  background-color: #D7DAE0; }

@media all and (max-width: 1126px) {
  .container-above {
    display: none; } }

.container-below {
  display: none; }

@media all and (max-width: 760px) {
  .wide-only {
    display: none; } }

.narrow-only {
  display: none; }
  @media all and (max-width: 760px) {
    .narrow-only {
      display: inherit; } }

@media all and (max-width: 970px) {
  .escape-true-f {
    height: auto !important; } }

.semi-strong {
  font-weight: 600; }

.strong {
  font-weight: 700; }

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

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

.float-right {
  float: right; }
  .utility-raised .right .float-right {
    padding-left: 1.2em; }

.break-word {
  word-wrap: break-word; }

.inline {
  display: inline-block;
  vertical-align: middle; }
  .lt-ie9 .inline {
    margin-right: 1px; }

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

.copy-giant, .csc-typography .lead,
.mceContentBody .lead {
  font-size: 1.294em; }

.copy-impact {
  font-family: "proxima-nova-condensed", helvetica, sans-serif;
  font-weight: 700; }

.copy-small, .copy-menu, .block-chiclet-tail p, .block-chiclet-tail-down p {
  font-size: 0.882em; }
  .copy-small.spaced, .spaced.copy-menu, .block-chiclet-tail p.spaced, .block-chiclet-tail-down p.spaced {
    line-height: 1.667; }

.copy-reset {
  text-transform: none;
  font-size: 1em;
  font-weight: 400;
  margin: 0; }

.copy-short {
  font-weight: 900;
  font-size: 0.882em;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .copy-short em {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0; }
  .inline + .copy-short {
    margin-left: 1.467em; }

.copy-mini, .copy-note, .form .input .error {
  font-size: 0.765em;
  letter-spacing: 0.05px; }

.copy-note, .form .input .error {
  text-transform: uppercase; }

.copy-menu {
  text-transform: uppercase;
  color: #991133; }

.copy-micro {
  font-size: 0.588em; }

.impact-secondary, .subheading-impact, .heading-primary, h1, .csc-typography .csc-firstHeader,
.csc-header .csc-firstHeader,
.mceContentBody .csc-firstHeader, .heading-secondary, h2, .heading-tertiary, .subheading-primary, h3, h4, h5, h6, .typo3-message, .message-error h2, .subheading-secondary {
  font-weight: inherit;
  text-transform: none;
  color: #991133; }
  a .impact-secondary, a .subheading-impact, a .heading-primary, a h1, a .csc-typography .csc-firstHeader, .csc-typography a .csc-firstHeader,
  a .csc-header .csc-firstHeader, .csc-header a .csc-firstHeader,
  a .mceContentBody .csc-firstHeader, .mceContentBody a .csc-firstHeader, a .heading-secondary, a h2, a .heading-tertiary, a .subheading-primary, a h3, a h4, a h5, a h6, a .typo3-message, a .message-error h2, .message-error a h2, a .subheading-secondary, .impact-secondary a, .subheading-impact a, .heading-primary a, h1 a, .csc-typography .csc-firstHeader a, .csc-header .csc-firstHeader a, .mceContentBody .csc-firstHeader a, .heading-secondary a, h2 a, .heading-tertiary a, .subheading-primary a, h3 a, h4 a, h5 a, h6 a, .typo3-message a, .message-error h2 a, .subheading-secondary a {
    color: #255B99; }

.impact-primary {
  font-family: "proxima-nova-condensed", helvetica, sans-serif;
  text-transform: none;
  font-weight: 600;
  font-size: 3.176em;
  line-height: 1;
  color: #FFFFFF;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5); }

.impact-secondary {
  font-family: "proxima-nova-condensed", helvetica, sans-serif;
  font-weight: 700;
  color: #202A4B;
  text-transform: uppercase; }
  .impact-secondary span {
    text-transform: none; }

.subheading-impact {
  font-size: 1.294em;
  font-weight: 900;
  color: #202A4B; }
  .impact-secondary + .subheading-impact {
    margin-top: -0.72em; }

.heading-primary, h1, .csc-typography .csc-firstHeader,
.csc-header .csc-firstHeader,
.mceContentBody .csc-firstHeader {
  font-weight: 400;
  font-size: 2.824em;
  line-height: 1.208;
  color: #991133;
  padding-bottom: 0.315em; }
  @media all and (max-width: 760px) {
    .heading-primary, h1, .csc-typography .csc-firstHeader,
    .csc-header .csc-firstHeader,
    .mceContentBody .csc-firstHeader {
      font-size: 1.67em; } }

.heading-secondary, h2 {
  font-weight: 300;
  font-size: 1.882em;
  color: #991133;
  letter-spacing: 0.11px;
  margin-bottom: 0.219em; }
  @media all and (max-width: 760px) {
    .heading-secondary, h2 {
      font-size: 1.625em; } }

.heading-tertiary {
  font-weight: 300;
  font-size: 1.294em;
  letter-spacing: 0;
  color: inherit;
  line-height: 1.318; }
  @media all and (max-width: 760px) {
    .heading-tertiary {
      font-size: 1.118em; } }

.subheading-primary, h3, h4, h5, h6, .typo3-message, .message-error h2 {
  font-weight: 900;
  font-size: 0.882em;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #991133;
  margin-bottom: 0.667em; }
  .subheading-primary.dull, h3.dull, h4.dull, h5.dull, h6.dull, .dull.typo3-message, .message-error h2.dull {
    color: #777777; }
  .subheading-primary.neutral, h3.neutral, h4.neutral, h5.neutral, h6.neutral, .neutral.typo3-message, .message-error h2.neutral {
    color: #2F3750; }

.subheading-secondary {
  font-weight: 400;
  font-size: 1.118em;
  letter-spacing: 0;
  color: inherit;
  margin-bottom: 0.316em; }

.label-dull {
  color: #787878; }

.label {
  font-weight: 700;
  line-height: 1.2; }
  .label .condensed {
    font-family: "proxima-nova-condensed", helvetica, sans-serif; }

.label-small {
  font-size: 0.882em;
  font-weight: 700;
  line-height: 1.2; }
  .label-small .condensed {
    font-family: "proxima-nova-condensed", helvetica, sans-serif; }

.label-mini {
  font-size: 0.588em;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase; }
  .label-mini.condensed {
    font-family: "proxima-nova-condensed", helvetica, sans-serif; }

.label-date {
  text-align: center;
  text-transform: uppercase;
  padding-right: 0.882em; }
  @media all and (max-width: 1126px) {
    .label-date {
      font-size: 1.5vw; } }
  @media all and (max-width: 760px) {
    .label-date {
      font-size: .9em; } }
  .label-date span {
    font-size: 1.882em;
    margin-top: -0.375em;
    display: block; }
  .label-link .label-date {
    width: 3.529em;
    height: 3.529em;
    color: #2F3750;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0; }
    @media all and (max-width: 1126px) {
      .label-link .label-date {
        font-size: 1em; } }
    @media all and (max-width: 480px) {
      .label-link .label-date {
        font-size: 3.54vw; } }
    .label-link .label-date span {
      color: #2F3750; }

.link-ds-primary, .link-ds-primary a, a.link-ds-primary, button.link-ds-primary, .heading-ds-primary {
  color: #00A89A; }

.link-ds-secondary, .link-ds-secondary a, a.link-ds-secondary, button.link-ds-secondary, .heading-ds-secondary {
  color: #5BA3C0; }

.link-ds-tertiary, .link-ds-tertiary a, .link-ds-tertiary, button.link-ds-tertiary, .heading-ds-tertiary {
  color: #D07009; }

.link-ds-quaternary, .link-ds-quaternary a, a.link-ds-quaternary, button.link-ds-quaternary, .heading-ds-quaternary {
  color: #991133; }

.content-hidden {
  height: 0;
  margin: 1.4em 0 0;
  overflow: hidden;
  opacity: 0; }
  .content-hidden.open {
    -webkit-animation: content-show 0.4s forwards;
    -moz-animation: content-show 0.4s forwards;
    -ms-animation: content-show 0.4s forwards;
    -o-animation: content-show 0.4s forwards;
    animation: content-show 0.4s forwards;
    opacity: 1;
    height: auto;
    margin-bottom: 1.4em; }
  .content-hidden.closed {
    -webkit-animation: content-hide 0.2s forwards;
    -moz-animation: content-hide 0.2s forwards;
    -ms-animation: content-hide 0.2s forwards;
    -o-animation: content-hide 0.2s forwards;
    animation: content-hide 0.2s forwards; }

.support-error-svg {
  display: none; }
  .no-svg .support-error-svg {
    display: block; }

.sidebar .csc-typography {
  margin-bottom: 1.588em; }

.block-aside-chiclet .csc-typography {
  margin-bottom: 0; }

.content-image {
  text-align: center;
  padding: 1.176em 0;
  margin: 1.412em 0; }
  .content-image figcaption {
    font-size: 0.882em;
    padding-top: 0.667em; }
  .content-image.block {
    padding: 0;
    background: #FFFFFF; }
    .content-image.block img {
      margin: 1.176em 0; }
    .content-image.block figcaption {
      background: #F8F9FA; }
  .content-image.left, .content-image.right {
    width: 1px;
    display: table; }
    .content-image.left img, .content-image.left figcaption, .content-image.right img, .content-image.right figcaption {
      display: table-row; }
    .content-image.left figcaption p, .content-image.right figcaption p {
      padding-top: 0.667em; }
  .content-image.left {
    float: left;
    margin: .3em 1.176em 0 0; }
  .content-image.right {
    float: right;
    margin: .3em 0 0 1.176em; }
  .content-image.left.block img, .content-image.right.block img {
    margin: 1.176em; }

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

td .content-image {
  text-align: none;
  padding: 0;
  margin: 0; }

.content-image-full {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 1.118em 0 0.941em; }
  .content-image-full.map-limit {
    max-width: 600px;
    max-height: 600px; }

.file-breadcrumbs {
  padding-top: 0.4em; }

.mapover .mapover-image {
  display: none; }

.mapover .mapover-image:first-child {
  display: inline-block; }

map area {
  outline: none; }

.csc-typography,
.csc-header,
.mceContentBody {
  clear: both; }
  .csc-typography p + h1, .csc-typography p + h2, .csc-typography p + h4, .csc-typography p + h5, .csc-typography p + h6, .csc-typography ul + h1, .csc-typography ul + h2, .csc-typography ul + h4, .csc-typography ul + h5, .csc-typography ul + h6, .csc-typography ol + h1, .csc-typography ol + h2, .csc-typography ol + h4, .csc-typography ol + h5, .csc-typography ol + h6,
  .csc-header p + h1,
  .csc-header p + h2,
  .csc-header p + h4,
  .csc-header p + h5,
  .csc-header p + h6,
  .csc-header ul + h1,
  .csc-header ul + h2,
  .csc-header ul + h4,
  .csc-header ul + h5,
  .csc-header ul + h6,
  .csc-header ol + h1,
  .csc-header ol + h2,
  .csc-header ol + h4,
  .csc-header ol + h5,
  .csc-header ol + h6,
  .mceContentBody p + h1,
  .mceContentBody p + h2,
  .mceContentBody p + h4,
  .mceContentBody p + h5,
  .mceContentBody p + h6,
  .mceContentBody ul + h1,
  .mceContentBody ul + h2,
  .mceContentBody ul + h4,
  .mceContentBody ul + h5,
  .mceContentBody ul + h6,
  .mceContentBody ol + h1,
  .mceContentBody ol + h2,
  .mceContentBody ol + h4,
  .mceContentBody ol + h5,
  .mceContentBody ol + h6 {
    margin-top: 1em; }
  .csc-typography p + h3, .csc-typography ul + h3, .csc-typography ol + h3,
  .csc-header p + h3,
  .csc-header ul + h3,
  .csc-header ol + h3,
  .mceContentBody p + h3,
  .mceContentBody ul + h3,
  .mceContentBody ol + h3 {
    margin-top: 2em; }

.csc-typography + .csc-typography,
.mceContentBody + .csc-typography, .csc-typography +
.mceContentBody,
.mceContentBody +
.mceContentBody {
  margin-top: 1.4em; }

.csc-typography h2 + h3,
.mceContentBody h2 + h3 {
  margin-top: 1.3em; }

.csc-typography .csc-header:first-child + ul, .csc-typography .csc-header:first-child + ol,
.mceContentBody .csc-header:first-child + ul,
.mceContentBody .csc-header:first-child + ol {
  margin-top: 0; }

.csc-typography ul ul, .csc-typography ul ol,
.mceContentBody ul ul,
.mceContentBody ul ol {
  padding-left: 1em; }

.csc-typography ul ul,
.mceContentBody ul ul {
  list-style-type: none; }

.csc-typography.tiered-bullets ul li ul,
.mceContentBody.tiered-bullets ul li ul {
  list-style-type: square; }
  .csc-typography.tiered-bullets ul li ul li ul,
  .mceContentBody.tiered-bullets ul li ul li ul {
    list-style-type: circle; }

.csc-typography .chiclist-accordion-content ul,
.mceContentBody .chiclist-accordion-content ul {
  list-style-type: disc;
  padding-left: 2.353em;
  margin: 1em 0; }
  .csc-typography .chiclist-accordion-content ul ul, .csc-typography .chiclist-accordion-content ul ol,
  .mceContentBody .chiclist-accordion-content ul ul,
  .mceContentBody .chiclist-accordion-content ul ol {
    padding-left: 1em; }
  .csc-typography .chiclist-accordion-content ul ul,
  .mceContentBody .chiclist-accordion-content ul ul {
    list-style-type: none; }

.csc-typography ol,
.mceContentBody ol {
  counter-reset: li;
  margin-left: -18px; }
  .csc-typography ol li,
  .mceContentBody ol li {
    display: block; }
  .csc-typography ol li:before,
  .mceContentBody ol li:before {
    counter-increment: li;
    content: counter(li) ". ";
    min-width: 2em;
    display: inline-block; }
  .csc-typography ol ul, .csc-typography ol ol,
  .mceContentBody ol ul,
  .mceContentBody ol ol {
    padding-left: 1em; }

.csc-typography .pill-primary + .pill-primary, .csc-typography .pill-primary + .pill-secondary, .csc-typography .pill-primary + .pill-outlined, .csc-typography .pill-primary + .pill-outlined-short,
.csc-typography .pill-secondary + .pill-primary, .csc-typography .pill-secondary + .pill-secondary, .csc-typography .pill-secondary + .pill-outlined, .csc-typography .pill-secondary + .pill-outlined-short,
.csc-typography .pill-outlined + .pill-primary,
.csc-typography .pill-outlined-short + .pill-primary, .csc-typography .pill-outlined + .pill-secondary, .csc-typography .pill-outlined-short + .pill-secondary, .csc-typography .pill-outlined + .pill-outlined, .csc-typography .pill-outlined-short + .pill-outlined, .csc-typography .pill-outlined + .pill-outlined-short, .csc-typography .pill-outlined-short + .pill-outlined-short,
.mceContentBody .pill-primary + .pill-primary,
.mceContentBody .pill-primary + .pill-secondary,
.mceContentBody .pill-primary + .pill-outlined,
.mceContentBody .pill-primary + .pill-outlined-short,
.mceContentBody .pill-secondary + .pill-primary,
.mceContentBody .pill-secondary + .pill-secondary,
.mceContentBody .pill-secondary + .pill-outlined,
.mceContentBody .pill-secondary + .pill-outlined-short,
.mceContentBody .pill-outlined + .pill-primary,
.mceContentBody .pill-outlined-short + .pill-primary,
.mceContentBody .pill-outlined + .pill-secondary,
.mceContentBody .pill-outlined-short + .pill-secondary,
.mceContentBody .pill-outlined + .pill-outlined,
.mceContentBody .pill-outlined-short + .pill-outlined,
.mceContentBody .pill-outlined + .pill-outlined-short,
.mceContentBody .pill-outlined-short + .pill-outlined-short {
  margin-left: .25em; }

.csc-typography table,
.mceContentBody table {
  width: 100%; }
  @media all and (max-width: 560px) {
    .csc-typography table thead,
    .mceContentBody table thead {
      display: none; } }
  .csc-typography table thead tr td:first-child, .csc-typography table thead tr th:first-child,
  .mceContentBody table thead tr td:first-child,
  .mceContentBody table thead tr th:first-child {
    padding-left: 0; }
  .csc-typography table thead tr td, .csc-typography table thead tr th,
  .mceContentBody table thead tr td,
  .mceContentBody table thead tr th {
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    padding: .3em 0.882em .5em; }
  .csc-typography table thead th.headerSortDown .sort-triangle, .csc-typography table thead th.headerSortUp .sort-triangle,
  .mceContentBody table thead th.headerSortDown .sort-triangle,
  .mceContentBody table thead th.headerSortUp .sort-triangle {
    display: block; }
  .csc-typography table thead th.headerSortUp .sort-triangle:after,
  .mceContentBody table thead th.headerSortUp .sort-triangle:after {
    content: ""; }
  .csc-typography table thead .sort-triangle,
  .mceContentBody table thead .sort-triangle {
    display: none;
    float: right; }
    .csc-typography table thead .sort-triangle:after,
    .mceContentBody table thead .sort-triangle:after {
      content: "";
      font-size: 1.176em; }
  @media all and (max-width: 560px) {
    .csc-typography table tfoot th, .csc-typography table tfoot td,
    .mceContentBody table tfoot th,
    .mceContentBody table tfoot td {
      width: 100%;
      height: auto;
      padding: .2em 0;
      display: block; }
      .ie9 .csc-typography table tfoot th, .ie9 .csc-typography table tfoot td, .ie9
      .mceContentBody table tfoot th, .ie9
      .mceContentBody table tfoot td {
        float: left; } }
  @media all and (max-width: 560px) {
    .csc-typography table tbody tr,
    .mceContentBody table tbody tr {
      display: block;
      width: 100%; }
      .ie9 .csc-typography table tbody tr:after, .ie9
      .mceContentBody table tbody tr:after {
        content: " ";
        display: block;
        clear: both; } }
  .csc-typography table tbody tr td:first-child, .csc-typography table tbody tr th,
  .mceContentBody table tbody tr td:first-child,
  .mceContentBody table tbody tr th {
    padding-left: 0; }
    @media all and (max-width: 560px) {
      .csc-typography table tbody tr td:first-child, .csc-typography table tbody tr th,
      .mceContentBody table tbody tr td:first-child,
      .mceContentBody table tbody tr th {
        padding-top: 1em; } }
  @media all and (max-width: 560px) {
    .csc-typography table tbody tr td:last-child,
    .mceContentBody table tbody tr td:last-child {
      padding-bottom: 1em; } }
  .csc-typography table tbody tr td,
  .mceContentBody table tbody tr td {
    font-size: 0.882em;
    text-align: left;
    padding: .5em 1em .7em;
    vertical-align: top; }
    @media all and (max-width: 560px) {
      .csc-typography table tbody tr td,
      .mceContentBody table tbody tr td {
        width: 100%;
        height: auto;
        padding: .2em 0;
        display: block; }
        .ie9 .csc-typography table tbody tr td, .ie9
        .mceContentBody table tbody tr td {
          float: left; } }
  .csc-typography table tbody tr + tr,
  .mceContentBody table tbody tr + tr {
    border-top: 1px solid #CCCCCC; }
    @media all and (max-width: 560px) {
      .csc-typography table tbody tr + tr,
      .mceContentBody table tbody tr + tr {
        border-top: 2px solid #CCCCCC; } }
  .csc-typography table .truncate-ellipsis,
  .mceContentBody table .truncate-ellipsis {
    position: relative;
    min-width: 10em; }
    @media all and (max-width: 560px) {
      .csc-typography table .truncate-ellipsis,
      .mceContentBody table .truncate-ellipsis {
        min-height: 2.2em; } }
  .csc-typography table .truncate-content,
  .mceContentBody table .truncate-content {
    position: absolute;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .csc-typography table .title-narrow,
  .mceContentBody table .title-narrow {
    font-weight: 700;
    padding-right: 1.2em;
    display: none; }
    .csc-typography table .title-narrow:after,
    .mceContentBody table .title-narrow:after {
      content: ":"; }
    @media all and (max-width: 560px) {
      .csc-typography table .title-narrow,
      .mceContentBody table .title-narrow {
        display: inline-block; } }

.csc-typography .table-chiclet thead tr td,
.mceContentBody .table-chiclet thead tr td {
  padding-left: 1.039em;
  padding-right: 1.039em; }

.csc-typography .table-chiclet thead tr td:first-child,
.mceContentBody .table-chiclet thead tr td:first-child {
  padding-left: 1.039em; }

.csc-typography .table-chiclet tbody tr,
.mceContentBody .table-chiclet tbody tr {
  border: none; }
  @media all and (max-width: 560px) {
    .csc-typography .table-chiclet tbody tr,
    .mceContentBody .table-chiclet tbody tr {
      position: relative; } }
  .csc-typography .table-chiclet tbody tr:hover td:before,
  .mceContentBody .table-chiclet tbody tr:hover td:before {
    box-shadow: 0px 1px 5px 0px rgba(128, 159, 195, 0.825); }
  .csc-typography .table-chiclet tbody tr:hover:before,
  .mceContentBody .table-chiclet tbody tr:hover:before {
    box-shadow: 0px 1px 5px 0px rgba(128, 159, 195, 0.825); }
  .csc-typography .table-chiclet tbody tr:before,
  .mceContentBody .table-chiclet tbody tr:before {
    content: "";
    top: 0;
    right: 0px;
    bottom: 4px;
    left: 0px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34);
    display: none;
    position: absolute;
    z-index: -1; }
    @media all and (max-width: 560px) {
      .csc-typography .table-chiclet tbody tr:before,
      .mceContentBody .table-chiclet tbody tr:before {
        display: block; } }

.csc-typography .table-chiclet tbody tr td,
.mceContentBody .table-chiclet tbody tr td {
  position: relative;
  padding: 0.824em 1.176em 1.063em;
  z-index: 0; }
  @media all and (max-width: 560px) {
    .csc-typography .table-chiclet tbody tr td,
    .mceContentBody .table-chiclet tbody tr td {
      padding: .2em 1em .7em; } }
  .csc-typography .table-chiclet tbody tr td:before,
  .mceContentBody .table-chiclet tbody tr td:before {
    content: "";
    top: 0;
    right: 1px;
    bottom: 4px;
    left: 0px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34);
    display: block;
    position: absolute;
    z-index: -1; }
    @media all and (max-width: 560px) {
      .csc-typography .table-chiclet tbody tr td:before,
      .mceContentBody .table-chiclet tbody tr td:before {
        display: none; } }

.csc-typography .table-chiclet tbody tr td:first-child,
.mceContentBody .table-chiclet tbody tr td:first-child {
  border: none;
  padding-left: 1.176em; }

@media all and (max-width: 560px) {
  .csc-typography .table-chiclet tbody tr td:last-child,
  .mceContentBody .table-chiclet tbody tr td:last-child {
    padding-bottom: 1.3em; } }

.mceContentBody ul li ul {
  list-style-type: square; }
  .mceContentBody ul li ul li ul {
    list-style-type: circle; }

.csc-typography .tx-ciccal .article-list h3 {
  font-weight: 400;
  text-transform: none;
  font-size: 1.118em;
  color: #255B99; }

.csc-typography .tx-ciccal .block-invert h3 {
  font-weight: 300;
  text-transform: none;
  color: #89D3F6;
  font-size: 1.882em; }

.form .field:after {
  content: " ";
  display: block;
  clear: both; }

.form .field + .field {
  margin-top: 1.294em; }
  @media all and (max-width: 760px) {
    .form .field + .field {
      margin-top: 1.5em; } }

.form section + section {
  margin-top: 4.235em; }

.form label {
  width: 18%;
  font-weight: 600;
  line-height: 1;
  margin-top: 0.235em;
  float: left; }
  @media all and (max-width: 760px) {
    .form label {
      width: 100%;
      display: block;
      margin-bottom: .7em;
      float: none; } }
  .form label.label-inline {
    font-size: 1.118em;
    font-weight: 300;
    width: auto;
    line-height: 1.4;
    color: #255B99;
    display: inline-block;
    float: none;
    cursor: pointer; }
    @media all and (max-width: 760px) {
      .form label.label-inline {
        display: block;
        margin-bottom: 0; } }

.form p {
  padding-bottom: .7em; }

.form .label-inline + .label-inline {
  padding-left: 2em; }
  @media all and (max-width: 760px) {
    .form .label-inline + .label-inline {
      padding-left: 0; } }

.form .input {
  width: 82%;
  padding-left: 2.059em;
  float: left; }
  .form .input:after {
    content: " ";
    display: block;
    clear: both; }
  @media all and (max-width: 760px) {
    .form .input {
      width: 100%;
      padding-left: 0;
      float: none; } }
  .form .input.full {
    padding-left: 0; }
  .form .input .pill-outlined, .form .input .pill-outlined-short {
    margin-top: 1.5em; }
  .form .input span {
    font-size: 1.118em;
    font-weight: 600; }
  .form .input .error {
    font-weight: 600;
    margin-top: .2em; }
  @media all and (max-width: 760px) {
    .form .input .button-bare-short {
      display: block;
      padding: 1em 0 0; } }

.form .copy-note, .form .input .error {
  display: block;
  margin-top: .5em; }

.form .copy-note.warning, .form .input .warning.error {
  color: #991133; }

.form input[type="text"] {
  font-size: 1.118em;
  font-weight: 300;
  transition: border 0.2s ease;
  width: 100%;
  padding: 0.211em 0;
  border: none;
  background: transparent;
  outline: none;
  border-bottom: 2px solid #979797; }
  .form input[type="text"].f3-form-error {
    border-color: #991133; }
  .form input[type="text"]:focus {
    border-color: #00A89A; }

.form textarea {
  font-size: 1.118em;
  font-weight: 300;
  transition: border 0.2s ease;
  width: 100%;
  background-color: #FFFFFF;
  padding: 0.632em;
  border: 1px solid #F8F9FA;
  box-shadow: inset 0px 1px 3px 0px #809FC3;
  outline: none;
  resize: vertical; }
  .form textarea.f3-form-error {
    border-color: #991133;
    box-shadow: inset 0px 1px 2px 0px #991133; }
    .form textarea.f3-form-error:focus {
      border: 1px solid #00A89A;
      box-shadow: inset 0px 1px 3px 0px #809FC3; }
  .form textarea:focus {
    border: 1px solid #00A89A; }

.form .textarea-tall {
  height: 17.368em; }
  @media all and (max-width: 760px) {
    .form .textarea-tall {
      height: 8em; } }

.form input[type="checkbox"], .form input[type="radio"] {
  margin-right: 1em; }

.form input[type="submit"] {
  margin-top: 1.765em; }

.form .upload {
  position: relative;
  cursor: pointer; }
  .form .upload .upload-hidden {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }

.form .checklist {
  font-size: 0.882em;
  padding-right: 1.3em; }
  @media all and (max-width: 480px) {
    .form .checklist {
      font-size: 0.765em; } }
  .form .checklist label {
    font-size: 1.118em;
    font-weight: 300;
    width: 100%;
    line-height: 1.4;
    color: #255B99;
    padding-left: 1.6em;
    display: block;
    float: none;
    position: relative;
    cursor: pointer; }
    @media all and (max-width: 480px) {
      .form .checklist label {
        line-height: 1.3; } }
  .form .checklist input {
    position: absolute;
    top: 0.267em;
    left: 0; }
  .form .checklist .strong {
    font-weight: bold;
    color: #2F3750; }

.form .checklist + .checklist {
  padding-top: 1.882em; }

.form .dropdown-form {
  width: 33.103%;
  padding-right: 2em;
  float: left; }
  @media all and (max-width: 760px) {
    .form .dropdown-form {
      width: 50%;
      padding-right: 1em; } }

.form .button-input {
  padding-right: 0;
  margin-bottom: 1.3em;
  position: relative; }
  .form .button-input .buttons {
    position: absolute;
    top: 0;
    left: 0; }
  .form .button-input .label-output {
    padding-left: 5.2em;
    margin-top: 0; }
    .form .button-input .label-output .padded-wrap {
      width: 100%;
      position: relative; }
    .form .button-input .label-output input {
      border-bottom: 2px solid #979797; }
  .form .button-input.single .label-output {
    padding-left: 2.941em; }

.search-heading form {
  padding-top: 0.5em; }

.picker {
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 100;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.picker__input {
  cursor: default; }

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.picker__holder {
  transition: max-height 0.2s ease;
  min-width: 10.353em;
  max-height: 0;
  background: #FFFFFF;
  padding: 1.059em 1.588em;
  border-top: 2px solid #00A89A;
  margin-top: -2px;
  position: absolute; }
  .picker--time .picker__holder {
    padding: 0; }

.picker__frame {
  padding: 1px; }

.picker__wrap {
  margin: -1px; }

.picker--opened .picker__holder {
  max-height: 26em; }

.picker--opened.picker--time .picker__holder {
  max-height: 15em; }

.picker__holder {
  box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34); }

.picker__list li {
  text-align: center; }

.picker__list .picker__list-item {
  padding: .35em 1.471em;
  cursor: pointer;
  text-align: left; }
  .picker__list .picker__list-item:hover {
    background-color: #CCCCCC; }

.picker__header {
  text-align: center;
  padding-bottom: 1.059em; }

.picker__month, .picker__year {
  font-weight: 900;
  font-size: 0.882em;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block; }

.picker__month {
  margin-right: .6em; }

.picker__footer {
  text-align: center; }

.picker__button--close {
  position: absolute;
  right: 1.235em;
  bottom: 0.647em; }

.dropdown-form .chosen-container {
  width: 100% !important; }

.dropdown-form .chosen-single {
  background: transparent;
  font-size: 1.118em;
  border-bottom: 2px solid #979797; }
  .dropdown-form .chosen-single:after {
    content: "";
    color: #202A4B;
    font-size: 1.118em;
    margin-top: 3px;
    float: right; }

.dropdown-form .chosen-container .chosen-drop {
  background-color: #FFFFFF;
  border-top: 2px solid #00A89A;
  margin-top: -2px;
  box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34); }

.dropdown-form .chosen-container .chosen-results li {
  padding: .35em 1.471em;
  cursor: pointer; }
  .dropdown-form .chosen-container .chosen-results li:hover {
    background-color: #CCCCCC; }

.dropdown-pill {
  padding-bottom: 0.941em;
  position: relative; }
  .dropdown-pill.white .chosen-single {
    color: #2F3750;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5); }
  .dropdown-pill.white select:after, .dropdown-pill.white .chosen-single:after {
    color: #2F3750; }
  .dropdown-pill.white .chosen-drop {
    background-color: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5); }
  .touch .dropdown-pill:after {
    content: "";
    font-size: 1.3em;
    color: #FFFFFF;
    position: absolute;
    top: 0.545em;
    right: 0.818em;
    pointer-events: none; }
  .dropdown-pill .select-indicator {
    display: none; }
    .dropdown-pill .select-indicator:after {
      content: "";
      font-size: 1.3em;
      color: #FFFFFF;
      position: absolute;
      top: 0.545em;
      right: 0.818em;
      pointer-events: none; }
  .dropdown-pill select + .select-indicator {
    display: block; }
  .dropdown-pill .chosen-container {
    width: 100% !important; }
  .dropdown-pill select, .dropdown-pill .chosen-single {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 2.355em;
    color: #FFFFFF;
    background-color: #809FC3;
    padding: 0.588em 2.353em 0.588em 1.059em;
    border: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 1.294em;
    box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34);
    outline: none;
    position: relative; }
    @media all and (max-width: 560px) {
      .dropdown-pill select, .dropdown-pill .chosen-single {
        border-radius: 1.294em; } }
    .dropdown-pill select:after, .dropdown-pill .chosen-single:after {
      content: "";
      font-size: 1.3em;
      color: #FFFFFF;
      position: absolute;
      top: 0.545em;
      right: 0.818em; }
  .dropdown-pill .chosen-with-drop .chosen-single {
    border-radius: 1.294em 1.294em 0 0; }
  .dropdown-pill .chosen-search {
    position: relative; }
    .dropdown-pill .chosen-search:after {
      content: "";
      position: absolute;
      top: 0.529em;
      right: 0.647em; }
  .dropdown-pill .chosen-search input[type="text"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    font-family: georgia, times, serif;
    width: 100%;
    padding: 0.235em 1.765em 0.235em 0.235em;
    background: #FFFFFF;
    border-radius: 0; }
  .dropdown-pill .chosen-drop {
    padding: 0 0 .588em;
    background-color: #809FC3;
    border-radius: 0 0 1.294em 1.294em;
    box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34); }
    .dropdown-pill .chosen-drop .chosen-search {
      display: none; }
  .dropdown-pill .chosen-results {
    overflow-x: visible;
    overflow-y: visible; }
    .dropdown-pill .chosen-results li {
      line-height: 1.25;
      margin: 0.176em 0;
      padding: 0.235em 1.294em; }
      .dropdown-pill .chosen-results li.highlighted {
        background-color: #acbfd7; }

.narrow-dropdown-navigation-container {
  position: relative; }

@media all and (max-width: 760px) {
  .narrow-dropdown-menu {
    background-color: #F8F9FA;
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: 1px;
    box-shadow: 0px 0px 35px #2F3750;
    z-index: 1; }
    .narrow-dropdown-menu.open {
      display: block; } }

.header-site {
  position: relative;
  z-index: 2; }

.block-banner {
  padding: 1.176em 0 0.529em; }
  @media all and (max-width: 850px) {
    .block-banner {
      padding: .7em 0 0.529em; } }

.block-primary {
  background-color: #991133;
  position: relative; }

.block-secondary {
  color: #FFFFFF;
  background-color: #202A4B;
  padding-top: 4.706em;
  padding-bottom: 2.353em; }
  .block-secondary a {
    color: #00A89A; }
    .block-secondary a.dull {
      color: #FFFFFF; }

.block-main {
  padding-top: 5em; }
  @media all and (max-width: 1126px) {
    .block-main {
      padding-top: 3.236em; } }
  .utility-raised .block-main {
    padding-top: 1.471em; }
  .search .block-main {
    padding-top: 8.375em; }
  .flush-top .block-main {
    padding-top: 0; }

.block-quaternary {
  background-color: #00A89A;
  padding: 1em 0 0.882em;
  position: relative;
  z-index: -2; }
  @media all and (max-width: 480px) {
    .block-quaternary {
      padding-bottom: 2px; } }
  .block-quaternary .container-page {
    position: relative; }

.menu-right {
  float: right;
  padding-top: 0.647em; }
  @media all and (max-width: 760px) {
    .menu-right {
      float: none;
      text-align: right;
      padding-top: 0;
      padding-bottom: .8em; } }

.nav-primary {
  color: #FFFFFF; }
  .nav-primary a, .nav-primary button {
    transition: opacity 0.2s ease;
    color: #FFFFFF;
    margin-left: 2.941em;
    display: inline-block;
    vertical-align: middle; }
    @media all and (max-width: 760px) {
      .nav-primary a.wide-only, .nav-primary button.wide-only {
        display: none; } }
    .nav-primary a:first-child, .nav-primary button:first-child {
      margin-left: 0; }
    .nav-primary a:hover, .nav-primary button:hover {
      text-decoration: none;
      opacity: .8;
      filter: alpha(opacity=80); }
  .nav-primary a {
    font-size: 1.118em; }
  .nav-primary .icon-magnify:before {
    font-size: 1.4em; }
  .nav-primary .open.icon-magnify, .search .nav-primary .icon-magnify {
    color: #E2A90D; }
  .nav-primary .heading-tertiary {
    text-transform: uppercase; }
  @media all and (max-width: 850px) {
    .nav-primary {
      font-size: 0.882em; }
      .nav-primary a, .nav-primary button {
        margin-left: 1em; } }

.triangle-below {
  position: relative; }
  .triangle-below:after {
    transition: border-width 0.2s ease;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.882em 0 0.882em;
    border-color: transparent transparent #202A4B;
    position: absolute;
    right: 10.882em;
    bottom: -0.529em; }
    @media all and (max-width: 850px) {
      .triangle-below:after {
        right: 7.353em; } }
    @media all and (max-width: 760px) {
      .triangle-below:after {
        right: 50%;
        margin-right: -0.882em; } }
    @media all and (max-width: 480px) {
      .triangle-below:after {
        margin-right: -0.294em; } }
  .triangle-below.search-open:after, .search .triangle-below:after {
    border-width: 0 0.882em 0.882em 0.882em; }
    @media all and (max-width: 480px) {
      .triangle-below.search-open:after, .search .triangle-below:after {
        border-width: 0 .6em .6em .6em; } }
  .lt-ie9 .triangle-below:after {
    display: none; }

.banner-secondary-search .tooltip-search {
  max-width: 390px; }
  @media all and (max-width: 850px) {
    .banner-secondary-search .tooltip-search {
      max-width: none; } }

.banner-secondary-nav {
  position: absolute;
  top: 0;
  right: 0.936em; }
  @media all and (max-width: 850px) {
    .banner-secondary-nav {
      position: static;
      padding-top: 12px; } }
  @media all and (max-width: 480px) {
    .banner-secondary-nav .pill-outlined, .banner-secondary-nav .pill-outlined-short {
      padding-right: 7px;
      padding-left: 7px; }
      .banner-secondary-nav .pill-outlined span, .banner-secondary-nav .pill-outlined-short span {
        display: none; } }
  .banner-secondary-nav .dropdown-pill {
    display: inline-block;
    max-width: 230px;
    margin-left: 7px; }
    @media all and (max-width: 480px) {
      .banner-secondary-nav .dropdown-pill {
        max-width: 145px;
        margin-left: 4px; } }
    .banner-secondary-nav .dropdown-pill .chosen-single {
      height: 45px;
      padding: 0.588em 2.353em 0.7em 1.059em; }
      @media all and (max-width: 970px) {
        .banner-secondary-nav .dropdown-pill .chosen-single span {
          font-size: 0.882em; } }
    @media all and (max-width: 970px) {
      .banner-secondary-nav .dropdown-pill .chosen-results {
        font-size: 0.882em; } }

.nav-secondary {
  color: #FFFFFF; }
  .nav-secondary:after {
    content: " ";
    display: block;
    clear: both; }
  .nav-secondary ul {
    padding: 1.176em 0 2.353em; }
    .nav-secondary ul li + li {
      padding-top: 0.882em; }
  .nav-secondary a {
    color: #00A89A; }
    .nav-secondary a.dull {
      color: #FFFFFF; }
  @media all and (max-width: 760px) {
    .nav-secondary.ge-6 {
      padding-top: 2.109em; } }
  .nav-secondary.large ul {
    padding-right: 1.2em; }
    .nav-secondary.large ul li {
      font-size: 1.294em; }
      @media all and (max-width: 850px) {
        .nav-secondary.large ul li {
          font-size: 1.118em; } }
  .nav-secondary .copy-note, .nav-secondary .form .input .error, .form .input .nav-secondary .error {
    color: #FFFFFF; }

.overlay-full, .overlay-window {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.overlay-window {
  background-color: transparent;
  overflow: hidden;
  z-index: 10;
  height: 0;
  opacity: 0; }
  .overlay-window.open {
    -webkit-animation: quick-show 0.1s forwards;
    -moz-animation: quick-show 0.1s forwards;
    -ms-animation: quick-show 0.1s forwards;
    -o-animation: quick-show 0.1s forwards;
    animation: quick-show 0.1s forwards;
    opacity: 1;
    height: 100%; }
  .overlay-window.closed {
    -webkit-animation: slow-hide 0.3s forwards;
    -moz-animation: slow-hide 0.3s forwards;
    -ms-animation: slow-hide 0.3s forwards;
    -o-animation: slow-hide 0.3s forwards;
    animation: slow-hide 0.3s forwards; }
  .overlay-window .container-page {
    position: relative;
    height: 100%; }
  .overlay-window .menu-right {
    position: relative;
    z-index: 2; }
    .overlay-window .menu-right a, .overlay-window .menu-right button {
      color: #E2A90D; }

.block-right-bleed {
  width: 33.333%;
  background-color: #202A4B;
  padding: 2.942em 0 0 2.059em;
  box-shadow: 0px 2px 11px 0px #2F3750;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100%;
  z-index: 1; }
  .block-right-bleed:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 10000px;
    background-color: #202A4B; }
  .open .block-right-bleed {
    -webkit-animation: slide-left 0.3s ease forwards;
    -moz-animation: slide-left 0.3s ease forwards;
    -ms-animation: slide-left 0.3s ease forwards;
    -o-animation: slide-left 0.3s ease forwards;
    animation: slide-left 0.3s ease forwards;
    right: 0%; }
  .closed .block-right-bleed {
    -webkit-animation: slide-right 0.3s ease-in forwards;
    -moz-animation: slide-right 0.3s ease-in forwards;
    -ms-animation: slide-right 0.3s ease-in forwards;
    -o-animation: slide-right 0.3s ease-in forwards;
    animation: slide-right 0.3s ease-in forwards; }
  @media all and (max-width: 760px) {
    .block-right-bleed {
      width: 45%; } }
  @media all and (max-width: 480px) {
    .block-right-bleed {
      width: 80%; } }
  .block-right-bleed .copy-note, .block-right-bleed .form .input .error, .form .input .block-right-bleed .error {
    color: #FFFFFF; }

.block-snap-bottom {
  transition: top 0.2s ease;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0%;
  padding: 0;
  z-index: -1; }
  .block-snap-bottom.search-open, .search .block-snap-bottom {
    top: 100%; }

.label-quinary,
.label-quaternary {
  font-weight: 600;
  color: #00A89A;
  cursor: pointer; }
  .label-quinary input,
  .label-quaternary input {
    margin-right: 0.353em; }

.label-quinary {
  color: #E2A90D; }

.logo {
  width: 19.412em; }
  @media all and (max-width: 760px) {
    .logo {
      width: 16.471em; } }

.logo-stout {
  width: 21.176em;
  max-width: 100%;
  margin-bottom: 0.824em; }

.logo-secondary {
  width: 10.529em; }

.colophon {
  color: #8F94A6;
  padding-top: 4.615em; }

.narrow-only .mobile-video {
  position: relative;
  overflow: hidden;
  padding-top: 75%; }
  .narrow-only .mobile-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.container-page {
  max-width: 1156px;
  padding-right: 0.936em;
  padding-left: 0.936em;
  margin: 0 auto; }

.label-link, .button-link {
  min-height: 2.705em;
  padding-left: 3.529em;
  margin-bottom: 0.941em;
  margin-bottom: 0.941em;
  position: relative;
  display: block; }
  .article-list .label-link, .article-list .button-link {
    padding-left: 4.588em; }
    @media all and (max-width: 480px) {
      .article-list .label-link, .article-list .button-link {
        padding-left: 18vw; } }
    .article-list .label-link .copy-short, .article-list .button-link .copy-short {
      margin-top: -0.4em; }
  .label-link + .label-link, .button-link + .label-link, .label-link + .button-link, .button-link + .button-link {
    margin-top: -0.353px; }
  .label-link i, .button-link i {
    position: absolute;
    top: 0;
    left: 0; }
  .label-link > a, .button-link > a {
    display: block;
    padding-top: 0.647em; }
  .label-link p, .button-link p {
    font-weight: 600;
    color: #000000; }
  .label-link span, .button-link span {
    color: #991133; }

.label-link > a {
  padding-top: 0; }

.label-left-fifth {
  float: left;
  width: 19.15%; }
  .label-left-fifth + * {
    display: block;
    padding-left: 19.15%; }

.xy-center-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.xy-center-box {
  height: 100%;
  width: 100%;
  display: table; }

.padded-column .csc-typography {
  padding-left: 17.5px;
  padding-right: 17.5px; }
  .chiclist-frame-content .padded-column .csc-typography {
    padding: 0; }

.block-main {
  padding-bottom: 2.941em; }
  .block-full + .block-main {
    padding-top: 3.529em; }
    @media all and (max-width: 760px) {
      .block-full + .block-main {
        padding-top: 2.5em; } }

.block-full {
  position: relative;
  padding: 1.882em 0 1.471em;
  background-size: cover; }
  .no-backgroundsize .block-full {
    overflow: hidden; }
  .block-full.map {
    background-image: url("../Images/Placeholder/landing-header-bg.jpg");
    overflow: visible; }
  .block-full.dark {
    background-color: #777777; }
  .block-full.spaced {
    padding: 7.412em 0.936em 5.294em;
    text-align: center;
    -ms-behavior: url(../Polyfill/Background-Size/backgroundsize.min.htc); }
    @media all and (max-width: 970px) {
      .block-full.spaced {
        padding: 5em 0.936em 4em; } }
    @media all and (max-width: 760px) {
      .block-full.spaced {
        padding: 3em 0.936em 3.2em; } }
    .block-full.spaced .pill-outlined, .block-full.spaced .pill-outlined-short {
      box-shadow: none;
      position: relative;
      z-index: 1; }
  .block-full .impact-primary {
    position: relative;
    z-index: 1; }
    @media all and (max-width: 1126px) {
      .block-full .impact-primary {
        font-size: 4.8vw; } }
    @media all and (max-width: 760px) {
      .block-full .impact-primary {
        font-size: 1.75em; } }
    @media all and (max-width: 480px) {
      .block-full .impact-primary {
        font-size: 1.4em; } }

.block-full-background-fallback {
  min-width: 100%;
  min-height: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0; }
  .no-backgroundsize .block-full-background-fallback {
    display: block; }

.block-full-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: repeat; }

.block-full-caption {
  max-width: 800px;
  margin: 0px auto; }

.corner-caption {
  color: #FFFFFF;
  line-height: 1;
  position: absolute;
  right: 1em;
  bottom: 0.765em; }
  @media all and (max-width: 560px) {
    .corner-caption {
      width: 100%;
      text-align: center;
      padding: 0px 1em;
      right: 0;
      bottom: 0.6em; } }
  .corner-caption a {
    color: #FFFFFF; }

.hero-links ul:after {
  content: " ";
  display: block;
  clear: both; }

.hero-links li {
  width: 33.333%;
  float: left;
  text-align: center;
  font-size: 1.647em;
  overflow: hidden;
  position: relative; }
  @media all and (max-width: 760px) {
    .hero-links li {
      font-size: 1.118em; } }
  @media all and (max-width: 480px) {
    .hero-links li {
      font-size: 1.059em; } }
  .hero-links li .hero-link-fallback {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    display: none; }
    .no-backgroundsize .hero-links li .hero-link-fallback {
      display: block; }

.hero-links figure {
  width: 100%;
  height: 11.429em;
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: 0.214em; }
  @media all and (max-width: 970px) {
    .hero-links figure {
      height: 10em; } }
  @media all and (max-width: 480px) {
    .hero-links figure {
      height: 8.333em; } }

.block-tertiary-pale {
  background-color: #809FC3;
  padding: 1.176em 1.353em 1.471em; }
  .block-tertiary-pale .subheading-primary, .block-tertiary-pale h3, .block-tertiary-pale h4, .block-tertiary-pale h5, .block-tertiary-pale h6, .block-tertiary-pale .typo3-message, .block-tertiary-pale .message-error h2, .message-error .block-tertiary-pale h2 {
    color: #FFFFFF; }
  .block-tertiary-pale .button-input {
    margin-top: 0.235em; }
  .block-tertiary-pale .pill-outlined, .block-tertiary-pale .pill-outlined-short {
    width: 47%;
    color: #FFFFFF;
    background-color: transparent;
    padding: 0.588em 0.882em;
    border-color: #FFFFFF; }
    @media all and (max-width: 850px) {
      .block-tertiary-pale .pill-outlined, .block-tertiary-pale .pill-outlined-short {
        width: 100%; } }
  .block-tertiary-pale .pill-outlined:first-child, .block-tertiary-pale .pill-outlined-short:first-child {
    margin-right: 3.571%; }
    @media all and (max-width: 850px) {
      .block-tertiary-pale .pill-outlined:first-child, .block-tertiary-pale .pill-outlined-short:first-child {
        margin-bottom: 1.2em; } }

.block-raised {
  margin-top: -1.5em;
  padding: 30px 15px; }

.block-avatar-round-large, .list-avatar-round-large a, .list-avatar-round-large .listing {
  text-align: center;
  font-size: 0.882em;
  color: #2F3750; }
  @media all and (max-width: 560px) {
    .block-avatar-round-large, .list-avatar-round-large a, .list-avatar-round-large .listing {
      text-align: left; } }
  .block-avatar-round-large .figure-frame, .list-avatar-round-large a .figure-frame, .list-avatar-round-large .listing .figure-frame {
    position: relative;
    overflow: hidden;
    width: 70%;
    margin: 0px auto;
    background-color: #D7DAE0;
    border-radius: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.34); }
    .block-avatar-round-large .figure-frame:after, .list-avatar-round-large a .figure-frame:after, .list-avatar-round-large .listing .figure-frame:after {
      content: "";
      padding-top: 100%;
      display: block;
      position: static; }
    @media all and (max-width: 560px) {
      .block-avatar-round-large .figure-frame, .list-avatar-round-large a .figure-frame, .list-avatar-round-large .listing .figure-frame {
        float: left;
        width: 21%; } }
  .block-avatar-round-large img, .list-avatar-round-large a img, .list-avatar-round-large .listing img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
  .block-avatar-round-large figcaption, .list-avatar-round-large a figcaption, .list-avatar-round-large .listing figcaption {
    font-family: "proxima-nova-condensed", helvetica, sans-serif;
    font-size: 1.133em;
    font-weight: bold;
    text-transform: uppercase;
    color: #255B99;
    padding-top: 0.824em; }
    @media all and (max-width: 560px) {
      .block-avatar-round-large figcaption, .list-avatar-round-large a figcaption, .list-avatar-round-large .listing figcaption {
        width: 79%;
        font-size: 1.1em;
        padding: 0 0 0 1.1em;
        float: left; } }
    .block-avatar-round-large figcaption span, .list-avatar-round-large a figcaption span, .list-avatar-round-large .listing figcaption span {
      font-family: "proxima-nova", helvetica, sans-serif;
      font-size: 0.882em;
      text-transform: none;
      color: #2F3750;
      margin-top: -0.2em;
      display: block; }
    .block-avatar-round-large figcaption p, .list-avatar-round-large a figcaption p, .list-avatar-round-large .listing figcaption p {
      font-family: "proxima-nova", helvetica, sans-serif;
      font-weight: 400;
      font-size: 0.882em;
      text-transform: none;
      color: #2F3750;
      padding-top: 0.2em; }

.block-chiclet-tertiary {
  background-color: #255B99;
  box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34); }

.block-invert {
  color: #FFFFFF;
  background-color: #2F3750;
  padding: 1.471em;
  margin-bottom: 2.059em; }
  .csc-typography + .block-invert {
    margin-top: 2.059em; }
  .block-invert a, .block-invert .heading-secondary, .block-invert h2 {
    color: #89D3F6; }
  .block-invert .subheading-primary, .block-invert h3, .block-invert h4, .block-invert h5, .block-invert h6, .block-invert .typo3-message, .block-invert .message-error h2, .message-error .block-invert h2 {
    color: #FFFFFF; }
  .block-invert header {
    padding-bottom: 0.765em; }

.block-chiclet-content {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34);
  border: none;
  outline: none;
  padding: 1.294em; }

.block-chiclet-textlink, .block-chiclet-textlink-dropdown, .chiclist-textlink > li > a, .chiclist-textlink .button, .chiclist-textlink button, .chiclist-table label, .chiclist-table .link-right, .chiclist-table-nested > li > ul li, .chiclist-accordion > li > a {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34);
  border: none;
  outline: none;
  transition: box-shadow 0.2s ease;
  padding: 0.824em 1.176em; }
  .block-chiclet-textlink:hover, .block-chiclet-textlink-dropdown:hover, .chiclist-textlink > li > a:hover, .chiclist-textlink .button:hover, .chiclist-textlink button:hover, .chiclist-table label:hover, .chiclist-table .link-right:hover, .chiclist-table-nested > li > ul li:hover, .chiclist-accordion > li > a:hover {
    text-decoration: none;
    box-shadow: 0px 1px 5px 0px rgba(128, 159, 195, 0.825); }

.block-chiclet-textlink-dropdown {
  width: 100%;
  text-align: left;
  color: #255B99; }
  .block-chiclet-textlink-dropdown.open {
    color: #FFFFFF;
    background-color: #255B99; }
    .block-chiclet-textlink-dropdown.open:after {
      content: "";
      margin-top: -0.071em;
      padding-bottom: 0.071em; }
  .block-chiclet-textlink-dropdown:after {
    content: "";
    float: right;
    font-size: 2.5em;
    line-height: .6em;
    margin-left: 0.087em; }

.block-boxlink, .block-chiclet-boxlink, .chiclist-boxlink li a {
  padding: 1.176em 0.941em;
  box-sizing: border-box;
  position: relative; }
  .block-boxlink .copy-note, .block-chiclet-boxlink .copy-note, .chiclist-boxlink li a .copy-note, .block-boxlink .form .input .error, .form .input .block-boxlink .error, .block-chiclet-boxlink .form .input .error, .form .input .block-chiclet-boxlink .error, .chiclist-boxlink li a .form .input .error, .form .input .chiclist-boxlink li a .error {
    margin-top: -1.385em;
    color: #2F3750; }
  .block-boxlink i, .block-chiclet-boxlink i, .chiclist-boxlink li a i {
    width: 3.882em;
    height: 3.882em;
    position: absolute;
    top: 0.416em;
    left: 0; }

.block-chiclet-boxlink, .chiclist-boxlink li a {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34);
  border: none;
  outline: none;
  display: block; }
  .block-chiclet-boxlink .copy-note, .chiclist-boxlink li a .copy-note, .block-chiclet-boxlink .form .input .error, .form .input .block-chiclet-boxlink .error, .chiclist-boxlink li a .form .input .error, .form .input .chiclist-boxlink li a .error {
    margin-top: -1.154em;
    line-height: 1.2em; }
  .block-chiclet-boxlink .pill-primary, .chiclist-boxlink li a .pill-primary {
    margin-top: 0.647em; }

.block-chiclet-avatar, .chiclist-avatar-center a, .chiclist-avatar-center .listing, .chiclist-avatar-left li > a, .chiclist-avatar-left .listing {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34);
  border: none;
  outline: none;
  transition: box-shadow 0.2s ease;
  display: block; }
  .block-chiclet-avatar:hover, .chiclist-avatar-center a:hover, .chiclist-avatar-center .listing:hover, .chiclist-avatar-left li > a:hover, .chiclist-avatar-left .listing:hover {
    text-decoration: none;
    box-shadow: 0px 1px 5px 0px rgba(128, 159, 195, 0.825); }
  .block-chiclet-avatar:hover, .chiclist-avatar-center a:hover, .chiclist-avatar-center .listing:hover, .chiclist-avatar-left li > a:hover, .chiclist-avatar-left .listing:hover {
    text-decoration: none; }
  .block-chiclet-avatar .figure-frame, .chiclist-avatar-center a .figure-frame, .chiclist-avatar-center .listing .figure-frame, .chiclist-avatar-left li > a .figure-frame, .chiclist-avatar-left .listing .figure-frame {
    position: relative;
    overflow: hidden;
    background-color: #D7DAE0;
    border-radius: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.34); }
    .block-chiclet-avatar .figure-frame:after, .chiclist-avatar-center a .figure-frame:after, .chiclist-avatar-center .listing .figure-frame:after, .chiclist-avatar-left li > a .figure-frame:after, .chiclist-avatar-left .listing .figure-frame:after {
      content: "";
      padding-top: 100%;
      display: block;
      position: static; }
    .block-chiclet-avatar .figure-frame img, .chiclist-avatar-center a .figure-frame img, .chiclist-avatar-center .listing .figure-frame img, .chiclist-avatar-left li > a .figure-frame img, .chiclist-avatar-left .listing .figure-frame img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 0;
      left: 0; }
  .block-chiclet-avatar .copy-mini, .chiclist-avatar-center a .copy-mini, .chiclist-avatar-center .listing .copy-mini, .chiclist-avatar-left li > a .copy-mini, .chiclist-avatar-left .listing .copy-mini, .block-chiclet-avatar .copy-note, .chiclist-avatar-center a .copy-note, .chiclist-avatar-center .listing .copy-note, .chiclist-avatar-left li > a .copy-note, .chiclist-avatar-left .listing .copy-note, .block-chiclet-avatar .form .input .error, .form .input .block-chiclet-avatar .error, .chiclist-avatar-center a .form .input .error, .form .input .chiclist-avatar-center a .error, .chiclist-avatar-center .listing .form .input .error, .form .input .chiclist-avatar-center .listing .error, .chiclist-avatar-left li > a .form .input .error, .form .input .chiclist-avatar-left li > a .error, .chiclist-avatar-left .listing .form .input .error, .form .input .chiclist-avatar-left .listing .error {
    color: #2F3750; }
  .block-chiclet-avatar.center, .chiclist-avatar-center a, .chiclist-avatar-center .listing, .chiclist-avatar-left li > a.center, .chiclist-avatar-left .center.listing {
    width: 20.824em;
    padding: 0.882em;
    text-align: center; }
    .block-chiclet-avatar.center figure, .chiclist-avatar-center a figure, .chiclist-avatar-center .listing figure, .chiclist-avatar-left li > a.center figure, .chiclist-avatar-left .center.listing figure {
      margin: 0px auto 0.588em;
      max-width: 6.176em; }
  .block-chiclet-avatar.left, .chiclist-avatar-center a.left, .chiclist-avatar-center .left.listing, .chiclist-avatar-left li > a, .chiclist-avatar-left .listing {
    position: relative;
    padding: 1.353em 0.882em 1.353em; }
    .block-chiclet-avatar.left .figure-frame, .chiclist-avatar-center a.left .figure-frame, .chiclist-avatar-center .left.listing .figure-frame, .chiclist-avatar-left li > a .figure-frame, .chiclist-avatar-left .listing .figure-frame {
      width: 3.235em;
      position: absolute;
      top: 1.353em;
      left: 0.822em; }
    .block-chiclet-avatar.left figure, .chiclist-avatar-center a.left figure, .chiclist-avatar-center .left.listing figure, .chiclist-avatar-left li > a figure, .chiclist-avatar-left .listing figure {
      min-height: 3.235em; }
    .block-chiclet-avatar.left figcaption, .chiclist-avatar-center a.left figcaption, .chiclist-avatar-center .left.listing figcaption, .chiclist-avatar-left li > a figcaption, .chiclist-avatar-left .listing figcaption {
      color: #2F3750;
      padding-left: 3.765em; }
      .block-chiclet-avatar.left figcaption a, .chiclist-avatar-center a.left figcaption a, .chiclist-avatar-center .left.listing figcaption a, .chiclist-avatar-left li > a figcaption a, .chiclist-avatar-left .listing figcaption a {
        text-decoration: none; }
      .block-chiclet-avatar.left figcaption header, .chiclist-avatar-center a.left figcaption header, .chiclist-avatar-center .left.listing figcaption header, .chiclist-avatar-left li > a figcaption header, .chiclist-avatar-left .listing figcaption header {
        color: #255B99;
        margin-bottom: 0.133em; }
    .block-chiclet-avatar.left .copy-micro, .chiclist-avatar-center a.left .copy-micro, .chiclist-avatar-center .left.listing .copy-micro, .chiclist-avatar-left li > a .copy-micro, .chiclist-avatar-left .listing .copy-micro {
      text-transform: uppercase; }
  .block-chiclet-avatar.large figure, .chiclist-avatar-center a.large figure, .chiclist-avatar-center .large.listing figure, .chiclist-avatar-left li > a.large figure, .chiclist-avatar-left .large.listing figure {
    min-height: 5.25em; }
  .block-chiclet-avatar.large .figure-frame, .chiclist-avatar-center a.large .figure-frame, .chiclist-avatar-center .large.listing .figure-frame, .chiclist-avatar-left li > a.large .figure-frame, .chiclist-avatar-left .large.listing .figure-frame {
    width: 5.25em; }
  .block-chiclet-avatar.large figcaption, .chiclist-avatar-center a.large figcaption, .chiclist-avatar-center .large.listing figcaption, .chiclist-avatar-left li > a.large figcaption, .chiclist-avatar-left .large.listing figcaption {
    padding-left: 6.063em;
    padding-top: 1.2em; }
    .block-chiclet-avatar.large figcaption header.condensed, .chiclist-avatar-center a.large figcaption header.condensed, .chiclist-avatar-center .large.listing figcaption header.condensed, .chiclist-avatar-left li > a.large figcaption header.condensed, .chiclist-avatar-left .large.listing figcaption header.condensed {
      font-size: 1.294em;
      margin-bottom: 0; }
  .block-chiclet-avatar.full:after, .chiclist-avatar-center a.full:after, .chiclist-avatar-center .full.listing:after, .chiclist-avatar-left.full li > a:after, .chiclist-avatar-left.full li .listing:after, .chiclist-avatar-left li > a.full:after, .chiclist-avatar-left .full.listing:after {
    content: " ";
    display: block;
    clear: both; }
  .block-chiclet-avatar.full figure, .chiclist-avatar-center a.full figure, .chiclist-avatar-center .full.listing figure, .chiclist-avatar-left.full li > a figure, .chiclist-avatar-left.full li .listing figure, .chiclist-avatar-left li > a.full figure, .chiclist-avatar-left .full.listing figure {
    position: relative;
    overflow: hidden;
    width: 25%;
    max-width: 7.353em;
    border-radius: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.34);
    float: left; }
    .block-chiclet-avatar.full figure:after, .chiclist-avatar-center a.full figure:after, .chiclist-avatar-center .full.listing figure:after, .chiclist-avatar-left.full li > a figure:after, .chiclist-avatar-left.full li .listing figure:after, .chiclist-avatar-left li > a.full figure:after, .chiclist-avatar-left .full.listing figure:after {
      content: "";
      padding-top: 100%;
      display: block;
      position: static; }
    @media all and (max-width: 560px) {
      .block-chiclet-avatar.full figure, .chiclist-avatar-center a.full figure, .chiclist-avatar-center .full.listing figure, .chiclist-avatar-left.full li > a figure, .chiclist-avatar-left.full li .listing figure, .chiclist-avatar-left li > a.full figure, .chiclist-avatar-left .full.listing figure {
        float: right;
        margin-bottom: 1em;
        margin-left: 1em; } }
  .block-chiclet-avatar.full .figure-frame, .chiclist-avatar-center a.full .figure-frame, .chiclist-avatar-center .full.listing .figure-frame, .chiclist-avatar-left.full li > a .figure-frame, .chiclist-avatar-left.full li .listing .figure-frame, .chiclist-avatar-left li > a.full .figure-frame, .chiclist-avatar-left .full.listing .figure-frame {
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    box-shadow: none; }
  .block-chiclet-avatar.full .figure-copy, .chiclist-avatar-center a.full .figure-copy, .chiclist-avatar-center .full.listing .figure-copy, .chiclist-avatar-left.full li > a .figure-copy, .chiclist-avatar-left.full li .listing .figure-copy, .chiclist-avatar-left li > a.full .figure-copy, .chiclist-avatar-left .full.listing .figure-copy {
    float: left;
    width: 75%;
    padding-left: 1.3em;
    color: #2F3750; }
    @media all and (max-width: 560px) {
      .block-chiclet-avatar.full .figure-copy, .chiclist-avatar-center a.full .figure-copy, .chiclist-avatar-center .full.listing .figure-copy, .chiclist-avatar-left.full li > a .figure-copy, .chiclist-avatar-left.full li .listing .figure-copy, .chiclist-avatar-left li > a.full .figure-copy, .chiclist-avatar-left .full.listing .figure-copy {
        width: 100%;
        padding-left: 0;
        float: none; } }
  .block-chiclet-avatar.full header, .chiclist-avatar-center a.full header, .chiclist-avatar-center .full.listing header, .chiclist-avatar-left.full li > a header, .chiclist-avatar-left.full li .listing header, .chiclist-avatar-left li > a.full header, .chiclist-avatar-left .full.listing header {
    color: #255B99; }
  .block-chiclet-avatar.full .label, .chiclist-avatar-center a.full .label, .chiclist-avatar-center .full.listing .label, .chiclist-avatar-left.full li > a .label, .chiclist-avatar-left.full li .listing .label, .chiclist-avatar-left li > a.full .label, .chiclist-avatar-left .full.listing .label {
    margin-bottom: .5em; }

.block-chiclet-frame, .chiclist-frame li a {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34);
  border: none;
  outline: none;
  transition: box-shadow 0.2s ease;
  padding: 1.412em 1.118em 1em;
  display: block; }
  .block-chiclet-frame:hover, .chiclist-frame li a:hover {
    text-decoration: none;
    box-shadow: 0px 1px 5px 0px rgba(128, 159, 195, 0.825); }
  .block-chiclet-frame.small, .chiclist-frame li a.small {
    padding: 0.353em 0.353em 1em; }
  .block-chiclet-frame.large .figure-frame, .chiclist-frame.large li a .figure-frame, .chiclist-frame li a.large .figure-frame {
    position: relative;
    overflow: hidden; }
    .block-chiclet-frame.large .figure-frame:after, .chiclist-frame.large li a .figure-frame:after, .chiclist-frame li a.large .figure-frame:after {
      content: "";
      padding-top: 36.489%;
      display: block;
      position: static; }
  .block-chiclet-frame.large figcaption, .chiclist-frame.large li a figcaption, .chiclist-frame li a.large figcaption {
    font-size: 1.294em;
    margin-top: 14px; }
    @media all and (max-width: 760px) {
      .block-chiclet-frame.large figcaption, .chiclist-frame.large li a figcaption, .chiclist-frame li a.large figcaption {
        font-size: 0.882em; } }
  .block-chiclet-frame.tertiary, .chiclist-frame li a.tertiary {
    background-color: #255B99; }
    .block-chiclet-frame.tertiary figcaption, .chiclist-frame li a.tertiary figcaption {
      color: #FFFFFF; }
  @media all and (max-width: 760px) {
    .block-chiclet-frame, .chiclist-frame li a {
      height: auto !important; } }
  .block-chiclet-frame .figure-frame, .chiclist-frame li a .figure-frame {
    position: relative;
    overflow: hidden; }
    .block-chiclet-frame .figure-frame:after, .chiclist-frame li a .figure-frame:after {
      content: "";
      padding-top: 49.679%;
      display: block;
      position: static; }
    .block-chiclet-frame .figure-frame .figure-shadow, .chiclist-frame li a .figure-frame .figure-shadow {
      position: absolute;
      width: 100%;
      height: 100%;
      box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.24); }
    .block-chiclet-frame .figure-frame img, .chiclist-frame li a .figure-frame img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 0;
      left: 0; }
  .block-chiclet-frame figcaption, .chiclist-frame li a figcaption {
    text-align: center;
    margin-top: 0.8em;
    margin-bottom: 0; }
  .block-chiclet-frame.standalone-chiclet + .csc-typography, .chiclist-frame li a.standalone-chiclet + .csc-typography,
  .csc-typography .block-chiclet-frame.standalone-chiclet,
  .csc-typography .chiclist-frame li a.standalone-chiclet,
  .chiclist-frame li .csc-typography a.standalone-chiclet {
    margin-top: 1.4em; }

.block-chiclet-tab {
  transition: box-shadow 0.2s ease;
  text-align: center;
  background-color: #255B99;
  color: #FFFFFF;
  padding: 0.75em 0 0.8em;
  box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34);
  display: block; }
  .block-chiclet-tab:hover {
    text-decoration: none;
    box-shadow: 0px 1px 5px 0px rgba(128, 159, 195, 0.825); }
  .block-chiclet-tab:hover {
    text-decoration: none; }
  .block-chiclet-avatar + .block-chiclet-tab, .chiclist-avatar-center a + .block-chiclet-tab, .chiclist-avatar-center .listing + .block-chiclet-tab, .chiclist-avatar-left li > a + .block-chiclet-tab, .chiclist-avatar-left .listing + .block-chiclet-tab {
    margin-top: 5px; }

.block-avatar-left, .list-avatar-left li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  min-height: 6.5em;
  margin-bottom: 1.5em;
  margin-left: -.3em;
  position: relative;
  padding: 1.186em 1.25em 0 7.375em; }
  @media all and (max-width: 970px) {
    .block-avatar-left, .list-avatar-left li {
      padding: .8em 1.25em 0 5.875em;
      min-height: 5em; } }
  @media all and (max-width: 560px) {
    .block-avatar-left, .list-avatar-left li {
      width: 100%;
      margin-left: 0; } }
  .block-avatar-left:first-child, .list-avatar-left li:first-child {
    margin-left: 0; }
  .block-avatar-left .figure-frame, .list-avatar-left li .figure-frame {
    position: relative;
    overflow: hidden;
    width: 6.5em;
    background-color: #D7DAE0;
    border-radius: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.34);
    position: absolute;
    top: 0;
    left: 0; }
    .block-avatar-left .figure-frame:after, .list-avatar-left li .figure-frame:after {
      content: "";
      padding-top: 100%;
      display: block;
      position: static; }
    @media all and (max-width: 970px) {
      .block-avatar-left .figure-frame, .list-avatar-left li .figure-frame {
        width: 5em; } }
    .block-avatar-left .figure-frame img, .list-avatar-left li .figure-frame img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 0;
      left: 0; }
  .block-avatar-left p, .list-avatar-left li p, .block-avatar-left p a, .list-avatar-left li p a {
    overflow: hidden;
    text-overflow: ellipsis; }
  .block-avatar-left p a, .list-avatar-left li p a {
    color: #255B99; }
    .block-avatar-left p a:hover, .list-avatar-left li p a:hover {
      text-decoration: underline; }
  .block-avatar-left p + p, .list-avatar-left li p + p {
    margin-top: 0; }
  .block-avatar-left a, .list-avatar-left li a {
    color: #2F3750; }
    .block-avatar-left a:hover, .list-avatar-left li a:hover {
      text-decoration: none; }

.tooltip-wrapper {
  position: relative; }

.tooltip-trigger {
  position: relative; }
  .tooltip-trigger:hover {
    opacity: 1 !important; }
  @media all and (max-width: 760px) {
    .tooltip-trigger {
      position: static; } }

.tooltip-heading {
  position: relative;
  display: inline-block;
  padding-bottom: 14px; }
  @media all and (max-width: 480px) {
    .tooltip-heading {
      display: block; } }
  .tooltip-heading .button-icon-mini-question {
    margin-top: -2px; }
  .tooltip-heading .block-chiclet-tail, .tooltip-heading .block-chiclet-tail-down {
    text-align: center;
    margin-left: 0;
    right: -80%;
    left: auto; }
    @media all and (max-width: 480px) {
      .tooltip-heading .block-chiclet-tail, .tooltip-heading .block-chiclet-tail-down {
        right: 0;
        left: 50%;
        bottom: -130px;
        margin-left: -8.823em; } }
    @media all and (max-width: 480px) {
      .tooltip-heading .block-chiclet-tail:before, .tooltip-heading .block-chiclet-tail-down:before {
        top: 0;
        box-shadow: -3px -3px 5px 0px rgba(128, 159, 195, 0.34); } }
  .tooltip-heading .block-chiclet-tail.open, .tooltip-heading .open.block-chiclet-tail-down {
    bottom: 147%; }
    @media all and (max-width: 480px) {
      .tooltip-heading .block-chiclet-tail.open, .tooltip-heading .open.block-chiclet-tail-down {
        bottom: -140px; } }

.block-chiclet-tail, .block-chiclet-tail-down {
  transition: all 0.2s ease;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34);
  border: none;
  outline: none;
  width: 17.647em;
  color: #2F3750;
  padding: .8em .6em .6em;
  margin-left: -8.824em;
  box-shadow: 0px 1px 5px 0px rgba(128, 159, 195, 0.825);
  position: absolute;
  left: 50%;
  bottom: 150%;
  z-index: 10;
  visibility: hidden;
  opacity: 0; }
  .block-chiclet-tail.open, .open.block-chiclet-tail-down {
    visibility: visible;
    opacity: 1;
    bottom: 180%; }
  .block-chiclet-tail:before, .block-chiclet-tail-down:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    content: "";
    width: 1.765em;
    height: 1.765em;
    margin-top: -21px;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 5px 0px rgba(128, 159, 195, 0.34);
    z-index: -1; }
    .lt-ie9 .block-chiclet-tail:before, .lt-ie9 .block-chiclet-tail-down:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 15px 0 15px;
      border-color: #FFFFFF transparent transparent;
      margin-top: 0;
      margin-left: -0.882em;
      background-color: transparent; }

.block-chiclet-tail-down {
  top: 150%;
  bottom: auto; }
  .block-chiclet-tail-down.open {
    top: 180%;
    bottom: auto; }
  .block-chiclet-tail-down:before {
    top: 0;
    box-shadow: -3px -3px 5px 0px rgba(128, 159, 195, 0.34); }

.panel-left-wide .block-chiclet-tail, .panel-left-wide .block-chiclet-tail-down {
  width: 28em;
  margin-left: -25em;
  left: 0; }
  .panel-left-wide .block-chiclet-tail:before, .panel-left-wide .block-chiclet-tail-down:before {
    left: 91.5%; }
  @media all and (max-width: 760px) {
    .panel-left-wide .block-chiclet-tail, .panel-left-wide .block-chiclet-tail-down {
      margin-left: -24.3em; } }
  @media all and (max-width: 560px) {
    .panel-left-wide .block-chiclet-tail, .panel-left-wide .block-chiclet-tail-down {
      max-width: 18.938em;
      margin-left: -15.125em; }
      .panel-left-wide .block-chiclet-tail:before, .panel-left-wide .block-chiclet-tail-down:before {
        left: 86.5%; } }

@media all and (max-width: 760px) {
  .inline-right .block-chiclet-tail, .inline-right .block-chiclet-tail-down {
    left: auto;
    right: 10%;
    bottom: -150%; }
    .inline-right .block-chiclet-tail:before, .inline-right .block-chiclet-tail-down:before {
      top: auto;
      right: -1.765em;
      left: auto;
      bottom: 1.5em;
      box-shadow: 3px -3px 5px 0px rgba(128, 159, 195, 0.34); } }

@media all and (max-width: 480px) {
  .inline-right .block-chiclet-tail, .inline-right .block-chiclet-tail-down {
    width: 14.706em; } }

.paginated-modal-container {
  text-align: center;
  position: relative; }
  @media all and (max-width: 760px) {
    .paginated-modal-container {
      display: none; } }

.paginated-modal-overlay {
  background-color: rgba(248, 249, 250, 0.8);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.2s ease, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s ease, visibility 0s 0.2s;
  -ms-transition: opacity 0.2s ease, visibility 0s 0.2s;
  -o-transition: opacity 0.2s ease, visibility 0s 0.2s;
  transition: opacity 0.2s ease, visibility 0s 0.2s; }
  .no-opacity .paginated-modal-overlay {
    background-image: url("../Images/Template/neutral-off-white-overlay80.png"); }
  .paginated-modal-overlay.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .paginated-modal-overlay .button-triangle-left, .paginated-modal-overlay .button-triangle-right {
    position: absolute;
    top: 50%;
    z-index: 50; }
    .paginated-modal-overlay .button-triangle-left.end, .paginated-modal-overlay .button-triangle-right.end {
      display: none; }
  .paginated-modal-overlay .button-triangle-left {
    left: 17%; }
  .paginated-modal-overlay .button-triangle-right {
    right: 17%; }

.paginated-modal {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  overflow: visible; }

.modal-chiclet {
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 50%;
  max-height: 0;
  max-width: 21.765em;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 0;
  box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34);
  position: relative;
  z-index: 10;
  overflow: hidden;
  opacity: 0; }
  .modal-chiclet.active {
    max-height: 2000px;
    padding: 1.353em 0.706em;
    opacity: 1; }
  .modal-chiclet header {
    text-align: center; }

.modal-content {
  padding: 0 0.6em; }

.hr-light {
  border: 0;
  border-top: 2px solid #D7DAE0;
  margin: 0.882em 0 0.941em;
  display: block; }

.search-primary {
  text-align: center;
  padding: 1.059em 0px;
  position: relative; }
  @media all and (max-width: 760px) {
    .search-primary {
      font-size: .9em; } }
  @media all and (max-width: 480px) {
    .search-primary {
      font-size: .85em;
      padding: 1em 0 .8em; } }
  .search-primary > label {
    color: #FFFFFF;
    font-size: 2.353em;
    position: absolute;
    top: 0.55em;
    left: 0.55em; }
    @media all and (max-width: 970px) {
      .search-primary > label {
        text-align: left;
        display: block;
        position: static; } }
  .search-primary .option label {
    padding-top: 0.588em;
    display: block;
    position: absolute;
    left: 0;
    top: 0.941em;
    z-index: 1; }
    @media all and (max-width: 970px) {
      .search-primary .option label {
        font-size: .9em;
        padding-top: 0.8em; } }
    @media all and (max-width: 480px) {
      .search-primary .option label {
        position: static;
        padding-top: 1em; } }
  .search-primary .button-input {
    padding-right: 7.941em;
    padding-left: 12.647em;
    margin-bottom: 0;
    position: relative; }
    @media all and (max-width: 760px) {
      .search-primary .button-input {
        padding-right: 6.2em; } }
    @media all and (max-width: 480px) {
      .search-primary .button-input {
        padding-left: 0; } }
    .search-primary .button-input .dropdown-pill {
      width: 36.3778%;
      text-align: left;
      position: absolute;
      top: 0;
      left: 0; }
      @media all and (max-width: 560px) {
        .search-primary .button-input .dropdown-pill {
          width: 100%;
          top: 3.333em; } }
      .search-primary .button-input .dropdown-pill select, .search-primary .button-input .dropdown-pill .chosen-single {
        padding: 0.471em 2.353em 0.529em 1.059em;
        border-radius: 1.294em 0 0 1.294em; }
        @media all and (max-width: 560px) {
          .search-primary .button-input .dropdown-pill select, .search-primary .button-input .dropdown-pill .chosen-single {
            border-radius: 1.294em; } }
      .search-primary .button-input .dropdown-pill .chosen-with-drop .chosen-single {
        border-radius: 1.294em 0 0 0; }
        @media all and (max-width: 560px) {
          .search-primary .button-input .dropdown-pill .chosen-with-drop .chosen-single {
            border-radius: 1.294em 1.294em 0 0; } }
      .search-primary .button-input .dropdown-pill .chosen-drop {
        width: 250%; }
        @media all and (max-width: 560px) {
          .search-primary .button-input .dropdown-pill .chosen-drop {
            width: 100%; } }
    .search-primary .button-input .text-input {
      position: relative; }
      @media all and (max-width: 560px) {
        .search-primary .button-input .text-input {
          position: static; } }
    .search-primary .button-input .text-input > input {
      font-family: georgia, times, serif;
      width: 100%;
      height: 2.105em;
      font-size: 1.118em;
      color: #2F3750;
      padding: 0.15em 0.789em 0 1.053em;
      border: none;
      border-radius: 1.294em 0px 0px 1.294em;
      box-shadow: inset 0px 1px 3px 0px #809FC3;
      outline: none;
      display: inline-block;
      vertical-align: middle; }
      .lt-ie9 .search-primary .button-input .text-input > input {
        padding: 0.421em 0.789em 0 0.5em; }
    .search-primary .button-input input[type="submit"] {
      height: 2.353em;
      color: #FFFFFF;
      text-transform: uppercase;
      background-color: #00A89A;
      padding: 0 2.647em 0 2.471em;
      border: 0;
      border-radius: 0px 1.294em 1.294em 0px;
      outline: none;
      margin-left: -4px;
      position: absolute;
      top: 0;
      right: 0; }
      @media all and (max-width: 760px) {
        .search-primary .button-input input[type="submit"] {
          padding: 0 1.2em; } }
  .search-primary.horizontal {
    padding: 1.765em; }
    @media all and (max-width: 970px) {
      .search-primary.horizontal {
        padding: 1.059em; } }
    .search-primary.horizontal .button-input {
      padding-left: 16.765em; }
      @media all and (max-width: 970px) {
        .search-primary.horizontal .button-input {
          padding-left: 0; } }
    .search-primary.horizontal .text-input {
      padding-left: 36.3778%; }
      .search-primary.horizontal .text-input > input {
        border-radius: 0; }
      @media all and (max-width: 560px) {
        .search-primary.horizontal .text-input {
          padding-left: 0;
          margin-bottom: 3.667em; }
          .search-primary.horizontal .text-input > input {
            border-radius: 1.294em 0 0 1.294em; } }
  .search-primary.stacked {
    padding: 1.059em 1.176em; }
    .search-primary.stacked label {
      text-align: left;
      display: block;
      position: static; }
    .search-primary.stacked .button-input {
      padding-left: 0; }
    .search-primary.stacked .text-input {
      padding-left: 36.3778%; }
      @media all and (max-width: 560px) {
        .search-primary.stacked .text-input {
          padding-left: 0;
          margin-bottom: 3.667em; } }
      .search-primary.stacked .text-input > input {
        border-radius: 0; }
        @media all and (max-width: 560px) {
          .search-primary.stacked .text-input > input {
            border-radius: 1.294em 0 0 1.294em; } }

.page-search-primary .button-input {
  margin-bottom: 0.824em; }

.tooltip-search {
  width: 100%;
  position: relative; }
  .tooltip-search .search-pill {
    margin-right: 45px; }
  .tooltip-search .button-icon-mini-question {
    position: absolute;
    top: 17px;
    right: 0; }
  .tooltip-search .block-chiclet-tail-down {
    text-align: center;
    top: 3.2em;
    left: 45%; }
    @media all and (max-width: 850px) {
      .tooltip-search .block-chiclet-tail-down {
        left: 50%; } }

.search-pill {
  position: relative; }
  .search-pill .button-magnify {
    position: absolute;
    top: 0.412em;
    right: 0.9em; }
    .search-pill .button-magnify i {
      font-size: 1.353em; }
  .search-pill input[type="search"], .search-pill input[type="text"] {
    font-family: georgia, times, serif;
    box-sizing: border-box;
    width: 100%;
    font-size: 1.118em;
    color: #2F3750;
    padding: 0.55em 3.159em 0.579em 1em;
    border: none;
    border-radius: 1.294em;
    box-shadow: inset 0px 1px 3px 0px #809FC3;
    outline: none;
    display: inline-block; }

.search-group {
  margin-top: 1.1em; }

.block-aside-bare {
  margin-bottom: 1.588em; }

.block-aside-spaced {
  margin-bottom: 3.529em; }

.block-aside-chiclet {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34);
  border: none;
  outline: none;
  padding: 1.882em 1.588em;
  margin-bottom: 1.882em; }
  .block-aside-chiclet:after {
    content: " ";
    display: block;
    clear: both; }
  @media all and (max-width: 970px) {
    .block-aside-chiclet {
      padding: 1.4em 1.1em; } }
  .block-aside-chiclet p {
    overflow: hidden;
    text-overflow: ellipsis; }
  .block-aside-chiclet p.shoverflow {
    overflow: visible; }

.list-vertical-basic {
  margin: 0.733em 0; }
  .list-vertical-basic.titled li:first-child {
    font-weight: 700; }
  .list-vertical-basic + .list-vertical-basic {
    margin-top: 1.8em; }

.list-horizontal li, .list-horizontal-nested li {
  display: inline-block; }

.list-horizontal-nested {
  padding-bottom: 0.824em; }
  .list-horizontal-nested li {
    padding-right: 0.133em; }
    .list-horizontal-nested li:after {
      content: "\003e";
      color: #2F3750; }

.list-horizontal-cs {
  line-height: 1.3; }
  .list-horizontal-cs.inline {
    display: inline; }
    .list-horizontal-cs.inline:after {
      content: ". "; }
  .list-horizontal-cs li {
    display: inline; }
    .list-horizontal-cs li:before {
      content: ", "; }
    .list-horizontal-cs li:first-child:before {
      display: none; }

.list-vertical-unstyled-left li + li,
.list-vertical-unstyled li + li {
  margin-top: 0.4em; }

.list-vertical-unstyled-left {
  text-align: left; }
  .block-main .list-vertical-unstyled-left {
    padding-left: .5em; }

.heading-secondary + .article-list, h2 + .article-list {
  padding-top: 0.472em; }

.article-list .subheading-primary, .article-list h3, .article-list h4, .article-list h5, .article-list h6, .article-list .typo3-message, .article-list .message-error h2, .message-error .article-list h2 {
  margin-bottom: 0.133em; }

.article-list .heading-tertiary {
  padding-bottom: 0.136em; }

.article-list > li {
  margin-bottom: 1.588em; }
  .article-list > li:after {
    content: " ";
    display: block;
    clear: both; }

.article-list ul li + li {
  margin-top: 0.471em; }

.article-list cite {
  font-style: inherit; }

.list-avatar-round-large {
  padding-top: 0.176em; }
  .list-avatar-round-large:after {
    content: " ";
    display: block;
    clear: both; }
  .list-avatar-round-large li {
    width: 33%;
    float: left;
    padding: 0px 0.471em;
    position: relative; }
    @media all and (max-width: 560px) {
      .list-avatar-round-large li {
        width: 100%; }
        .list-avatar-round-large li:after {
          content: " ";
          display: block;
          clear: both; } }
  @media all and (max-width: 560px) {
    .list-avatar-round-large li + li {
      margin-top: 1.2em; } }

.chiclist-boxlink {
  margin-bottom: 0.471em; }
  .chiclist-boxlink:after {
    content: " ";
    display: block;
    clear: both; }
  @media all and (max-width: 760px) {
    .chiclist-boxlink {
      margin-bottom: .8em; } }
  .chiclist-boxlink li {
    margin-bottom: 1.353em; }
    @media all and (max-width: 760px) {
      .chiclist-boxlink li {
        margin-top: 0;
        margin-bottom: 0.375em; } }
    .chiclist-boxlink li a {
      transition: box-shadow 0.2s ease; }
      .chiclist-boxlink li a:hover {
        text-decoration: none;
        box-shadow: 0px 1px 5px 0px rgba(128, 159, 195, 0.825); }
      @media all and (max-width: 760px) {
        .chiclist-boxlink li a {
          height: auto !important; } }
      .chiclist-boxlink li a:hover {
        text-decoration: none; }
  .chiclist-boxlink li.bare a {
    background-color: transparent;
    box-shadow: none; }
  .chiclist-boxlink li.icon a {
    padding-left: 4.529em; }

@media all and (max-width: 560px) {
  .chiclist-textlink.copy-impact a {
    font-size: 0.85em; } }

.chiclist-textlink li + li {
  margin-top: 0.235em; }

.chiclist-textlink .flush + li {
  margin-top: 1px; }

.chiclist-textlink > li > a, .chiclist-textlink .button, .chiclist-textlink button {
  display: block;
  cursor: pointer;
  width: 100%;
  text-align: left; }

.chiclist-textlink li.highlight a {
  color: #FFFFFF;
  background-color: #acbfd7; }

.chiclist-textlink .chiclist-accordion > li.active > a, .chiclist-textlink .chiclist-accordion > li.active > .button, .chiclist-textlink chiclist-accordion > li.active > button {
  font-weight: 600;
  color: #FFFFFF;
  background-color: #255B99; }
  .chiclist-textlink .chiclist-accordion > li.active > a a, .chiclist-textlink .chiclist-accordion > li.active > .button a, .chiclist-textlink chiclist-accordion > li.active > button a {
    font-weight: 600;
    color: #FFFFFF;
    background-color: #255B99; }

.chiclist-textlink .chiclist-ordinal {
  font-weight: bold;
  color: #2F3750;
  padding-right: 0.529em; }

.chiclist-table li, .chiclist-table .link-full {
  width: 100%;
  border-collapse: separate;
  display: table; }
  @media all and (max-width: 970px) {
    .chiclist-table li, .chiclist-table .link-full {
      font-size: .95em; } }
  @media all and (max-width: 560px) {
    .chiclist-table li, .chiclist-table .link-full {
      font-size: .9em; } }
  @media all and (max-width: 480px) {
    .chiclist-table li, .chiclist-table .link-full {
      font-size: .95em; } }
  @media all and (max-width: 970px) {
    .chiclist-table li, .chiclist-table .link-full {
      background-color: #e3e8ed;
      box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34);
      display: block; } }

.chiclist-table li + li {
  margin-top: 0.235em; }
  @media all and (max-width: 970px) {
    .chiclist-table li + li {
      margin-top: 0.7em; } }

.chiclist-table label {
  line-height: 1.235;
  display: table-cell;
  vertical-align: top;
  overflow: hidden; }
  @media all and (max-width: 970px) {
    .chiclist-table label {
      display: block;
      width: 100%;
      border-bottom: 1px solid #d7e0ea; } }
  @media all and (max-width: 480px) {
    .chiclist-table label {
      font-weight: 700; } }

.chiclist-table li > label:hover {
  box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34); }

.chiclist-table .link-full label {
  cursor: pointer; }

.chiclist-table .link-full:hover {
  text-decoration: none; }
  .chiclist-table .link-full:hover label, .chiclist-table .link-full:hover .link-right {
    box-shadow: 0px 1px 5px 0px rgba(128, 159, 195, 0.825); }

.chiclist-table .link-right {
  line-height: 1.235;
  width: 8.529em;
  text-align: center;
  border-left: 1px solid #d7e0ea;
  display: table-cell;
  vertical-align: top; }
  @media all and (max-width: 480px) {
    .chiclist-table .link-right {
      width: 100%;
      text-align: left;
      display: block;
      border-top: 1px solid #d7e0ea;
      border-left: none; } }
  .chiclist-table .link-right.highlighted {
    color: #FFFFFF;
    background-color: #809FC3; }
    @media all and (max-width: 480px) {
      .chiclist-table .link-right.highlighted {
        background-color: #FFFFFF;
        color: #255B99; } }

@media all and (max-width: 970px) {
  .chiclist-table label + .link-right {
    border-left: none; } }

.chiclist-table-nested > li {
  cursor: pointer;
  position: relative; }
  @media all and (max-width: 970px) {
    .chiclist-table-nested > li {
      font-size: .95em; } }
  @media all and (max-width: 560px) {
    .chiclist-table-nested > li {
      font-size: .9em; } }
  @media all and (max-width: 480px) {
    .chiclist-table-nested > li {
      font-size: .95em; } }

.chiclist-table-nested > li + li {
  margin-top: 0.235em; }
  @media all and (max-width: 970px) {
    .chiclist-table-nested > li + li {
      margin-top: 0.7em; } }

.chiclist-table-nested > li:hover > ul li {
  box-shadow: 0px 1px 5px 0px rgba(128, 159, 195, 0.825); }

.chiclist-table-nested > li > ul {
  width: 100%;
  display: table;
  border-collapse: separate; }

.chiclist-table-nested > li > ul li {
  display: table-cell;
  border-left: 1px solid #d7e0ea;
  color: #255B99; }

.chiclist-table-nested > li > ul li:first-child {
  border: none; }

.chiclist-table-nested > li.chiclist-table-head {
  cursor: default; }

.chiclist-table-nested > li.chiclist-table-head > ul li {
  background: none;
  box-shadow: none;
  border: none; }

.chiclist-table-nested > li.chiclist-table-head + li .listing-full:before {
  display: none; }

.chiclist-table-nested > li.chiclist-table-head + li .listing-content {
  padding-top: 1.2em; }
  .chiclist-table-nested > li.chiclist-table-head + li .listing-content .listing-close {
    top: 1.2em; }

.chiclist-table-nested .overlay-loading {
  transition: opacity 0.2s ease;
  background-color: rgba(248, 249, 250, 0.7);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden; }

.chiclist-table-nested .animation-loading {
  width: 2.5em;
  height: auto;
  padding: 0;
  margin-left: -1.25em;
  margin-top: -1.25em;
  position: absolute;
  left: 50%;
  top: 50%; }

.chiclist-table-nested li.loading .overlay-loading {
  opacity: 1;
  visibility: visible; }

.chiclist-table-nested .listing-full {
  width: 100%;
  position: relative;
  display: none; }
  .chiclist-table-nested .listing-full:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
    display: block;
    position: absolute;
    top: -5px;
    z-index: -1; }

.chiclist-table-nested .listing-content {
  width: 100%;
  font-size: 1.133em;
  padding: 3.333em 1.176em;
  margin-bottom: 2px;
  display: block;
  position: relative; }
  .chiclist-table-nested .listing-content table {
    width: 100%; }
    .chiclist-table-nested .listing-content table tr td {
      text-align: left; }
    .chiclist-table-nested .listing-content table tr td:first-child {
      width: 20%;
      font-weight: 600; }

.chiclist-table-nested .listing-close {
  position: absolute;
  top: 3.333em;
  right: 0; }

.chiclist-table-nested.fixed-width-primary > li > ul li:first-child {
  width: 27.146%; }

.chiclist-table-nested.fixed-width-primary > li > ul li:first-child + li {
  width: 18.885%;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.chiclist-table-nested.fixed-width-primary > li > ul li:first-child + li + li {
  width: 53.970%; }

.chiclist-accordion-button {
  color: #255B99; }
  .chiclist-accordion-button:before {
    content: "+";
    float: right;
    font-size: 2.5em;
    line-height: .6em;
    margin-left: 0.087em; }
  .chiclist-accordion-button.open:before {
    content: "\2013";
    line-height: .45em;
    margin-right: -0.05em; }
  .chiclist-accordion-button.static {
    padding: 0; }
    .chiclist-accordion-button.static:before {
      content: ''; }
    .chiclist-accordion-button.static.open {
      content: ''; }
    .chiclist-accordion-button.static a {
      display: block;
      padding: 0.824em 1.176em;
      text-decoration: none; }

.chiclist-accordion {
  transition: max-height 0.4s ease;
  transition: margin 0.2s ease;
  max-height: 0;
  overflow-y: hidden; }
  .chiclist-accordion.open {
    max-height: 700px;
    margin-top: 0.118em;
    margin-bottom: 0.176em;
    overflow: visible; }
  .chiclist-accordion.link-ds-primary li.active a, .chiclist-accordion.link-ds-primary li.active button, .chiclist-accordion.link-ds-primary li.active .button {
    background-color: #00A89A; }
  .chiclist-accordion.link-ds-secondary li.active a, .chiclist-accordion.link-ds-secondary li.active button, .chiclist-accordion.link-ds-secondary li.active .button {
    background-color: #5BA3C0; }
  .chiclist-accordion.link-ds-tertiary li.active a, .chiclist-accordion.link-ds-tertiary li.active button, .chiclist-accordion.link-ds-tertiary li.active .button {
    background-color: #D07009; }
  .chiclist-accordion.link-ds-quaternary li.active a, .chiclist-accordion.link-ds-quaternary li.active button, .chiclist-accordion.link-ds-quaternary li.active .button {
    background-color: #991133; }
  .chiclist-accordion li + li {
    margin-top: 1px; }
  .chiclist-accordion > li > a {
    width: 100%;
    text-align: left;
    display: block; }
  .chiclist-accordion > li.plain-child > a {
    background-color: #FFFFFF;
    color: #255B99;
    font-weight: 400; }
  .chiclist-accordion > li > .chiclist-accordion > li > a {
    border-left: 1px solid #255B99;
    background-color: #F8F9FA;
    color: #255B99;
    font-weight: 400; }
  .chiclist-accordion .accordion-child > .chiclist-accordion > li.plain-child > a {
    background-color: #F8F9FA;
    color: #255B99;
    font-weight: 400; }
  button > .chiclist-accordion, .button > .chiclist-accordion {
    color: #2F3750; }

.chiclist-accordion-content {
  transition: max-height 0.4s ease;
  transition: margin 0.2s ease;
  color: #2F3750;
  max-height: 0;
  overflow-y: hidden; }
  .chiclist-accordion-content.open {
    max-height: 100000px;
    margin-top: 1em;
    margin-bottom: 1.3em;
    overflow: visible; }

.chiclist-frame {
  margin-top: 0.882em; }
  .chiclist-frame.large li {
    margin-bottom: 0; }
    @media all and (max-width: 760px) {
      .chiclist-frame.large li {
        margin-bottom: 0.5em; } }
  .chiclist-frame li {
    margin-bottom: 0.588em;
    display: block; }

.chiclist-frame-content {
  margin-top: 0.882em; }
  .chiclist-frame-content .chiclet {
    background-color: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34);
    border: none;
    outline: none;
    padding: 1.412em 1.118em 1em;
    margin-bottom: 0.588em;
    display: block; }
    .chiclist-frame-content .chiclet > a {
      display: block;
      margin-bottom: 1.4em; }
  .chiclist-frame-content .figure-frame {
    position: relative;
    overflow: hidden; }
    .chiclist-frame-content .figure-frame:after {
      content: "";
      padding-top: 49.679%;
      display: block;
      position: static; }
    .chiclist-frame-content .figure-frame .figure-shadow {
      position: absolute;
      width: 100%;
      height: 100%;
      box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.24); }
    .chiclist-frame-content .figure-frame img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 0;
      left: 0; }
  .chiclist-frame-content figcaption {
    text-align: left;
    margin-top: 0.8em;
    margin-bottom: 0; }
  .chiclist-frame-content .list-vertical-basic {
    padding-left: 0; }

.chiclist-avatar-center:after {
  content: " ";
  display: block;
  clear: both; }

.chiclist-avatar-center li {
  margin-bottom: 0.235em; }
  .chiclist-avatar-center li:first-child {
    margin-bottom: 0.883em; }

.chiclist-avatar-center a, .chiclist-avatar-center .listing {
  width: 100%;
  float: none; }
  .chiclist-avatar-center a h3, .chiclist-avatar-center .listing h3 {
    color: #255B99; }

.chiclist-avatar-center .listing:hover {
  box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34); }

.chiclist-avatar-left li {
  margin-bottom: 1.386em; }
  @media all and (max-width: 760px) {
    .chiclist-avatar-left li {
      margin-top: 0;
      margin-bottom: 0.375em; } }

.chiclist-avatar-left.spaced {
  padding-bottom: 0; }
  .chiclist-avatar-left.spaced li {
    margin-bottom: 1.25em; }

.chiclist-avatar-left.full li {
  margin-bottom: .3em; }

@media all and (max-width: 760px) {
  .chiclist-avatar-left li > a, .chiclist-avatar-left .listing {
    height: auto !important; } }

.chiclist-avatar-left li > a.secondary, .chiclist-avatar-left .listing.secondary {
  background-color: #202A4B; }
  .chiclist-avatar-left li > a.secondary figcaption, .chiclist-avatar-left li > a.secondary figcaption header, .chiclist-avatar-left .listing.secondary figcaption, .chiclist-avatar-left .listing.secondary figcaption header {
    color: #FFFFFF; }

.chiclist-avatar-left .listing:hover {
  box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34); }

.chiclist-avatar-left .listing .figure-copy li > a {
  padding: 0;
  box-shadow: none;
  background-color: unset; }

.list-avatar-left {
  margin-bottom: 1em; }

.chiclist-avatar-row ul {
  text-align: center;
  font-size: 0; }

.chiclist-avatar-row li {
  display: inline-block;
  width: 10%;
  padding-left: .958%;
  vertical-align: top; }

.chiclist-avatar-row li:first-child {
  padding-left: 0; }

.chiclist-avatar-row .loading p, .chiclist-avatar-row .loading img {
  font-size: 17px;
  line-height: 1.2; }

.chiclist-avatar-row .loading img {
  width: 3.125em;
  height: auto;
  margin-top: .3em; }

.chiclist-avatar-row .listing {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34);
  border: none;
  outline: none;
  transition: box-shadow 0.2s ease;
  font-family: "proxima-nova-condensed", helvetica, sans-serif;
  display: block;
  line-height: 1.2;
  padding: 0.588em;
  font-size: 17px; }
  .chiclist-avatar-row .listing:hover {
    text-decoration: none;
    box-shadow: 0px 1px 5px 0px rgba(128, 159, 195, 0.825); }
  .chiclist-avatar-row .listing figure {
    padding-bottom: 0.353em; }
  .chiclist-avatar-row .listing .avatar {
    width: 3.412em;
    height: 3.412em;
    background-color: #D7DAE0;
    display: inline-block;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.34); }
    .chiclist-avatar-row .listing .avatar img {
      width: 100%;
      height: auto; }

.chiclist-avatar-row .listing-center {
  width: 20%; }
  .chiclist-avatar-row .listing-center .listing {
    color: #FFFFFF;
    background-color: #202A4B;
    position: relative; }
    .chiclist-avatar-row .listing-center .listing figure {
      margin-bottom: 1px; }
    .chiclist-avatar-row .listing-center .listing figcaption {
      font-weight: 700; }
    .chiclist-avatar-row .listing-center .listing .avatar {
      width: 5.063em;
      height: 5.063em;
      margin-top: -4em;
      margin-left: -2.532em;
      position: absolute;
      top: 100%;
      left: 50%; }
    .chiclist-avatar-row .listing-center .listing .label-small {
      font-weight: 400; }
    .chiclist-avatar-row .listing-center .listing p + p {
      margin-top: 0; }

.arc-connections {
  padding-top: 1.938em; }
  .no-svg .arc-connections {
    display: none; }
  @media all and (max-width: 970px) {
    .arc-connections {
      display: none; } }

.arc-connections-fallback {
  padding-top: 1.938em;
  display: none; }
  .no-svg .arc-connections-fallback {
    display: block; }
  @media all and (max-width: 970px) {
    .arc-connections-fallback {
      display: block; } }

.arc-connections-primary svg, .arc-connections-secondary svg {
  display: block;
  width: 100%; }
  .arc-connections-primary svg circle, .arc-connections-secondary svg circle {
    cursor: pointer; }

.arc-connections-primary circle {
  mix-blend-mode: multiply; }
  .windows .arc-connections-primary circle {
    mix-blend-mode: normal; }

.thumbnail-left + .column-indent {
  width: 76.351%;
  padding-left: 1em;
  float: left; }
  @media all and (max-width: 560px) {
    .thumbnail-left + .column-indent {
      width: 100%;
      padding-left: 0; } }

.thumbnail-left.small + .column-indent {
  width: 86.486%; }
  @media all and (max-width: 560px) {
    .thumbnail-left.small + .column-indent {
      width: 100%; } }

@media all and (max-width: 560px) {
  .column-indent .copy-small, .column-indent .copy-menu, .column-indent .block-chiclet-tail p, .block-chiclet-tail .column-indent p, .column-indent .block-chiclet-tail-down p, .block-chiclet-tail-down .column-indent p {
    line-height: 1.2; } }

.block-pagination, .block-news-navigation {
  min-height: 2.941em;
  text-align: center;
  position: relative; }
  .search .block-pagination, .search .block-news-navigation {
    padding-top: 2px; }
    @media all and (max-width: 480px) {
      .search .block-pagination, .search .block-news-navigation {
        padding-top: 2em; } }
  @media all and (max-width: 480px) {
    .block-pagination, .block-news-navigation {
      padding-top: 3.65em; } }
  .block-pagination .pill-outlined-short, .block-news-navigation .pill-outlined-short, .block-pagination .copy-short, .block-news-navigation .copy-short {
    margin-top: 0; }
    @media all and (max-width: 480px) {
      .block-pagination .pill-outlined-short, .block-news-navigation .pill-outlined-short, .block-pagination .copy-short, .block-news-navigation .copy-short {
        display: block;
        width: 100%; } }
    @media all and (max-width: 760px) {
      .block-pagination .pill-outlined-short, .block-news-navigation .pill-outlined-short, .block-pagination .copy-short, .block-news-navigation .copy-short {
        font-size: .78em; } }
  .block-pagination .button-left, .block-news-navigation .button-left {
    position: absolute;
    left: 0;
    top: 0; }
    @media all and (max-width: 480px) {
      .block-pagination .button-left, .block-news-navigation .button-left {
        width: auto; } }
  .block-pagination .button-right, .block-news-navigation .button-right {
    position: absolute;
    right: 0;
    top: 0; }
    @media all and (max-width: 480px) {
      .block-pagination .button-right, .block-news-navigation .button-right {
        width: auto; } }
  .block-pagination .button-inactive, .block-news-navigation .button-inactive,
  .block-pagination .button-inactive:hover,
  .block-news-navigation .button-inactive:hover {
    text-decoration: none;
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default; }
  .block-pagination .list-horizontal, .block-news-navigation .list-horizontal, .block-pagination .list-horizontal-nested, .block-news-navigation .list-horizontal-nested {
    padding-bottom: 0.188em; }

.block-news-navigation {
  margin-top: 2em; }

.header-background {
  background-position-y: 5.176em;
  background-repeat: no-repeat;
  background-size: 100%; }
  @media all and (max-width: 850px) {
    .header-background {
      background-position-y: 4.706em; } }
  @media all and (max-width: 560px) {
    .header-background {
      background-image: none !important; } }
  .no-backgroundsize .header-background {
    background-image: none !important; }

.header-background-fallback {
  display: none;
  position: absolute;
  top: 5.176em;
  left: 0;
  width: 100%;
  z-index: -1; }
  .no-backgroundsize .header-background .header-background-fallback {
    display: block; }

.hero {
  padding-bottom: 1.176em; }
  @media all and (max-width: 970px) {
    .gc-8 .hero {
      margin: 0; } }
  .hero img {
    width: 100%;
    height: auto; }
  .hero figcaption {
    font-size: 0.882em;
    padding-top: 0.133em;
    padding-bottom: 2.4em; }
    @media all and (max-width: 760px) {
      .hero figcaption {
        line-height: 1.2; } }

.hero-interior {
  margin-bottom: 2.176em;
  position: relative; }
  .hero-interior img {
    max-width: 100%;
    height: auto; }

.hero-nav {
  padding: 3.563em 0px 2.188em; }

.hero-video video, .video-fallback {
  position: absolute;
  bottom: 0;
  min-width: 100%;
  min-height: 100%; }

.hero-video {
  position: relative;
  overflow: hidden; }
  .hero-video .container-page {
    position: relative; }

.video-fallback {
  display: none; }
  .no-video .video-fallback {
    display: block; }

.thumbnail-left {
  position: relative;
  overflow: hidden;
  width: 19.241%;
  text-align: center;
  line-height: 0;
  background-color: #000000;
  box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34);
  float: left;
  position: relative; }
  .thumbnail-left:after {
    content: "";
    padding-top: 100%;
    display: block;
    position: static; }
  @media all and (max-width: 560px) {
    .thumbnail-left {
      display: none; } }
  .thumbnail-left img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
  .thumbnail-left.small {
    max-width: none;
    width: 13.514%; }
    .thumbnail-left.small img {
      max-width: none;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }

.animation-loading {
  text-align: center;
  padding: 2em 0px; }
  .animation-loading img {
    width: 2.353em;
    height: auto; }

.search-advanced {
  background-color: #255B99;
  padding: 2.412em 1.5em 1.882em; }
  .search-advanced:after {
    content: " ";
    display: block;
    clear: both; }
  @media all and (max-width: 760px) {
    .search-advanced {
      padding: 1.2em 1.2em .7em; } }
  @media all and (max-width: 850px) {
    .search-advanced {
      font-size: 0.95em; } }
  .search-advanced .field {
    margin-bottom: 1.176em; }
  .search-advanced .g-row .dropdown-pill {
    padding-bottom: 0; }
  @media all and (max-width: 760px) {
    .search-advanced .input-buttons {
      float: none;
      text-align: center; }
      .search-advanced .input-buttons button {
        float: none !important; } }
  .search-advanced .input-buttons button {
    text-transform: uppercase;
    float: right; }

.input-filter-inline {
  position: relative; }
  .input-filter-inline:after {
    content: " ";
    display: block;
    clear: both; }
  .input-filter-inline label {
    position: absolute;
    top: 0.437em;
    left: 0; }
    @media all and (max-width: 480px) {
      .input-filter-inline label {
        display: block;
        position: static;
        text-align: center;
        margin-top: 0.647em; } }
  .input-filter-inline .dropdown-pill, .input-filter-inline .input-solo {
    float: left; }
    @media all and (max-width: 970px) {
      .input-filter-inline .dropdown-pill, .input-filter-inline .input-solo {
        font-size: 0.95em; } }
    @media all and (max-width: 760px) {
      .input-filter-inline .dropdown-pill, .input-filter-inline .input-solo {
        float: none; } }
  .input-filter-inline .input-solo.option-left {
    padding-left: 7.938em; }
    @media all and (max-width: 480px) {
      .input-filter-inline .input-solo.option-left {
        padding-left: 0; } }
  .input-filter-inline .input-solo {
    width: 70%; }
    .input-filter-inline .input-solo input[type="text"] {
      border-radius: 1.294em 0 0 1.294em; }
    @media all and (max-width: 760px) {
      .input-filter-inline .input-solo {
        width: 100%;
        margin-bottom: 0.8em; }
        .input-filter-inline .input-solo input[type="text"] {
          border-radius: 1.294em; } }
  .input-filter-inline .dropdown-pill {
    width: 30%;
    padding-right: 2.118em;
    padding-bottom: 0; }
    .input-filter-inline .dropdown-pill .chosen-single {
      border-radius: 0 1.294em 1.294em 0; }
    .input-filter-inline .dropdown-pill .chosen-with-drop .chosen-single {
      border-radius: 0 1.294em 0 0; }
    @media all and (max-width: 760px) {
      .input-filter-inline .dropdown-pill {
        width: 100%;
        padding-left: 0; }
        .input-filter-inline .dropdown-pill .chosen-single {
          border-radius: 1.294em; }
        .input-filter-inline .dropdown-pill .chosen-with-drop .chosen-single {
          border-radius: 1.294em 1.294em 0 0; } }
  .input-filter-inline .tooltip-wrapper {
    position: absolute;
    top: 0.706em;
    right: 0; }
    @media all and (max-width: 760px) {
      .input-filter-inline .tooltip-wrapper {
        top: 3.6em; } }

.button-input {
  padding-right: 3.529em;
  margin-bottom: 1.059em;
  position: relative; }
  @media all and (max-width: 970px) {
    .button-input {
      font-size: .9em; } }
  .button-input .input-text {
    font-family: georgia, times, serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    font-size: 1.118em;
    padding: 0.474em 0.789em;
    border: none;
    border-radius: 1.294em 0 0 1.294em;
    box-shadow: inset 0px 1px 3px 0px #809FC3;
    outline: none; }
  .button-input .input-submit {
    width: 3.529em;
    text-align: center;
    color: #FFFFFF;
    background-color: #00A89A;
    padding-top: 0.5em;
    border: none;
    border-radius: 0 1.294em 1.294em 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .button-input i {
    font-size: 1.294em;
    display: inline-block; }
  .button-input .icon-magnify {
    margin-left: -0.091em; }
  .button-input .icon-paper-plane {
    margin-top: 1px;
    margin-left: -0.273em; }

.input-solo .input-text {
  font-family: georgia, times, serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 2.105em;
  font-size: 1.118em;
  padding: 0.474em 0.789em;
  border: none;
  border-radius: 1.294em;
  box-shadow: inset 0px 1px 3px 0px #809FC3;
  outline: none; }

.input-warning {
  color: #991133;
  padding: 0 0 .4em; }

.avatar-bump {
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
  margin-top: -1.412em;
  margin-right: -30px;
  margin-left: -30px; }
  .avatar-bump:before {
    content: "";
    width: 22%;
    height: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34);
    display: block;
    position: absolute;
    top: 0; }

.avatar-full {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #D7DAE0;
  border: 10px solid #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34);
  margin-bottom: 0.647em; }
  .avatar-full:after {
    content: "";
    padding-top: 100%;
    display: block;
    position: static; }
  .avatar-full img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
  @media all and (max-width: 760px) {
    .avatar-full {
      width: 30%;
      position: absolute; } }
  @media all and (max-width: 480px) {
    .avatar-full {
      position: relative;
      width: 68.5%;
      margin: 0 auto 1.5em; } }

.avatar-full-label {
  padding-left: 35%;
  text-align: left; }
  .avatar-full-label .impact-secondary {
    line-height: 1; }
    .avatar-full-label .impact-secondary + .subheading-primary, .avatar-full-label .impact-secondary + h3, .avatar-full-label .impact-secondary + h4, .avatar-full-label .impact-secondary + h5, .avatar-full-label .impact-secondary + h6, .avatar-full-label .impact-secondary + .typo3-message, .avatar-full-label .message-error .impact-secondary + h2, .message-error .avatar-full-label .impact-secondary + h2 {
      margin-top: 0; }
  .avatar-full-label .button-icon-envelope {
    margin-right: .6em; }
  @media all and (max-width: 760px) {
    .avatar-full-label .button-icon-envelope + br {
      display: none; } }
  @media all and (max-width: 480px) {
    .avatar-full-label {
      padding-left: 0;
      text-align: center; }
      .avatar-full-label .button-icon-envelope + br {
        display: inherit; } }

.calendar-table tbody .day.filled:before, .block-calendar table tbody .day.filled:before, .calendar-table tbody td.circled:before, .block-calendar table tbody td.circled:before, .calendar-table tbody .day.circled:before, .block-calendar table tbody .day.circled:before, .calendar-table tbody td.today:before, .block-calendar table tbody td.today:before, .calendar-table tbody .day.today:before, .block-calendar table tbody .day.today:before {
  content: "";
  width: 1.643em;
  height: 1.643em;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -.822em;
  margin-left: -.822em;
  z-index: -1; }
  tr + tr .calendar-table tbody .day.filled:before, .calendar-table tbody tr + tr .day.filled:before, tr + tr .block-calendar table tbody .day.filled:before, .block-calendar table tbody tr + tr .day.filled:before, tr + tr .calendar-table tbody td.circled:before, .calendar-table tbody tr + tr td.circled:before, tr + tr .block-calendar table tbody td.circled:before, .block-calendar table tbody tr + tr td.circled:before, tr + tr .calendar-table tbody .day.circled:before, .calendar-table tbody tr + tr .day.circled:before, tr + tr .block-calendar table tbody .day.circled:before, .block-calendar table tbody tr + tr .day.circled:before, tr + tr .calendar-table tbody td.today:before, .calendar-table tbody tr + tr td.today:before, tr + tr .block-calendar table tbody td.today:before, .block-calendar table tbody tr + tr td.today:before, tr + tr .calendar-table tbody .day.today:before, .calendar-table tbody tr + tr .day.today:before, tr + tr .block-calendar table tbody .day.today:before, .block-calendar table tbody tr + tr .day.today:before {
    top: 54%; }

.calendar-table, .block-calendar table {
  width: 100%;
  text-align: center; }
  .calendar-table thead, .block-calendar table thead {
    font-size: 0.765em;
    text-transform: uppercase; }
    .calendar-table thead td, .block-calendar table thead td {
      padding-bottom: 1em; }
    @media all and (max-width: 1126px) {
      .calendar-table thead, .block-calendar table thead {
        font-size: 1.2vw; } }
    @media all and (max-width: 760px) {
      .calendar-table thead, .block-calendar table thead {
        font-size: 0.882em; } }
    @media all and (max-width: 560px) {
      .calendar-table thead, .block-calendar table thead {
        font-size: 0.765em; } }
  .calendar-table tbody, .block-calendar table tbody {
    font-size: 1.647em;
    font-weight: 300; }
    @media all and (max-width: 1126px) {
      .calendar-table tbody, .block-calendar table tbody {
        font-size: 2.3vw; } }
    @media all and (max-width: 760px) {
      .calendar-table tbody, .block-calendar table tbody {
        font-size: 2.059em; } }
    @media all and (max-width: 560px) {
      .calendar-table tbody, .block-calendar table tbody {
        font-size: 6.3vw; } }
    .calendar-table tbody td, .block-calendar table tbody td {
      color: #D7DAE0;
      position: relative;
      z-index: 0; }
      .calendar-table tbody td a, .block-calendar table tbody td a, .calendar-table tbody td .day, .block-calendar table tbody td .day {
        color: #2F3750;
        cursor: pointer; }
      .calendar-table tbody td .day-outmonth, .block-calendar table tbody td .day-outmonth {
        color: #D7DAE0; }
    .calendar-table tbody tr + tr td, .block-calendar table tbody tr + tr td {
      padding-top: 0.357em; }
    .calendar-table tbody .day.filled, .block-calendar table tbody .day.filled {
      color: #FFFFFF; }
      .calendar-table tbody .day.filled:before, .block-calendar table tbody .day.filled:before {
        background-color: #601121; }
    .calendar-table tbody td.circled a, .block-calendar table tbody td.circled a, .calendar-table tbody .day.circled a, .block-calendar table tbody .day.circled a, .calendar-table tbody td.today a, .block-calendar table tbody td.today a, .calendar-table tbody .day.today a, .block-calendar table tbody .day.today a {
      position: relative;
      z-index: 10; }
    .calendar-table tbody td.circled:before, .block-calendar table tbody td.circled:before, .calendar-table tbody .day.circled:before, .block-calendar table tbody .day.circled:before, .calendar-table tbody td.today:before, .block-calendar table tbody td.today:before, .calendar-table tbody .day.today:before, .block-calendar table tbody .day.today:before {
      border: 2px solid #991133; }
    .calendar-table tbody .today.out-of-month:before, .block-calendar table tbody .today.out-of-month:before, .calendar-table tbody .circled.out-of-month:before, .block-calendar table tbody .circled.out-of-month:before {
      border: none; }

.block-calendar {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34);
  border: none;
  outline: none;
  padding: 1.059em 1.588em;
  margin-top: 0.824em;
  margin-bottom: 1em; }
  @media all and (max-width: 970px) {
    .block-calendar {
      padding: 1.059em 1em; } }
  .block-calendar header {
    font-weight: 900;
    font-size: 0.882em;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 1.200em; }
    @media all and (max-width: 970px) {
      .block-calendar header {
        font-size: .83em; } }
    @media all and (max-width: 760px) {
      .block-calendar header {
        font-size: 0.882em; } }

.link-quaternary {
  color: #00A89A; }

.link-underlined {
  text-decoration: underline; }
  .link-underlined:hover {
    text-decoration: none; }

.button-icon-small-calendar, .button-icon-small-clock, .button-icon-mini-question, .button-icon-calendar-add, .button-icon-pip, .button-icon-envelope, .button-icon-user, .button-icon-large, .button-bare-short, .pill-primary, .pill-secondary, .pill-outlined, .pill-outlined-short, .pill-transparent, .button-left, .button-right, .button-icon-mini-x {
  transition: opacity 0.2s ease; }
  .button-icon-small-calendar:hover, .button-icon-small-clock:hover, .button-icon-mini-question:hover, .button-icon-calendar-add:hover, .button-icon-pip:hover, .button-icon-envelope:hover, .button-icon-user:hover, .button-icon-large:hover, .button-bare-short:hover, .pill-primary:hover, .pill-secondary:hover, .pill-outlined:hover, .pill-outlined-short:hover, .pill-transparent:hover, .button-left:hover, .button-right:hover, .button-icon-mini-x:hover {
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80); }

.pill-primary, .pill-secondary, .pill-outlined, .pill-outlined-short, .pill-transparent {
  padding: 0.588em 1.765em;
  text-align: center;
  border-radius: 1.294em;
  margin-bottom: 0.294em;
  box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34);
  display: inline-block; }
  .full.pill-primary, .full.pill-secondary, .full.pill-outlined, .full.pill-outlined-short, .full.pill-transparent {
    width: 100%;
    display: block;
    margin-left: 0 !important;
    margin-bottom: 0.588em; }
  .uppercase.pill-primary, .uppercase.pill-secondary, .uppercase.pill-outlined, .uppercase.pill-outlined-short, .uppercase.pill-transparent {
    text-transform: uppercase; }
  .small.pill-primary, .small.pill-secondary, .small.pill-outlined, .small.pill-outlined-short, .small.pill-transparent {
    font-size: 0.8em; }
  @media all and (max-width: 560px) {
    .content-button-group .pill-primary, .content-button-group .pill-secondary, .content-button-group .pill-outlined, .content-button-group .pill-outlined-short, .content-button-group .pill-transparent {
      width: 100%;
      display: block;
      margin-bottom: 0.588em; } }
  @media all and (max-width: 970px) {
    .pill-primary, .pill-secondary, .pill-outlined, .pill-outlined-short, .pill-transparent {
      font-size: 0.882em;
      padding: 0.588em 1.5em; } }

.button-icon-small-calendar, .button-icon-small-clock, .button-icon-mini-question, .button-icon-calendar-add, .button-icon-pip, .button-icon-envelope, .button-icon-user, .button-icon-large {
  width: 2.706em;
  height: 2.706em;
  text-align: center;
  background-color: #00A89A;
  border-radius: 100%;
  box-shadow: 0px 1px 2px 0px #acbfd7;
  display: inline-block;
  vertical-align: middle; }
  .button-link .button-icon-small-calendar, .button-link .button-icon-small-clock, .button-link .button-icon-mini-question, .button-link .button-icon-calendar-add, .button-link .button-icon-pip, .button-link .button-icon-envelope, .button-link .button-icon-user, .button-link .button-icon-large {
    display: inline-block; }
  .outline.button-icon-small-calendar, .outline.button-icon-small-clock, .outline.button-icon-mini-question, .outline.button-icon-calendar-add, .outline.button-icon-pip, .outline.button-icon-envelope, .outline.button-icon-user, .outline.button-icon-large {
    border: 1px solid #809FC3;
    background-color: #FFFFFF; }
    .outline.button-icon-small-calendar:before, .outline.button-icon-small-clock:before, .outline.button-icon-mini-question:before, .outline.button-icon-calendar-add:before, .outline.button-icon-pip:before, .outline.button-icon-envelope:before, .outline.button-icon-user:before, .outline.button-icon-large:before {
      color: #809FC3; }
  .inline-right.button-icon-small-calendar, .inline-right.button-icon-small-clock, .inline-right.button-icon-mini-question, .inline-right.button-icon-calendar-add, .inline-right.button-icon-pip, .inline-right.button-icon-envelope, .inline-right.button-icon-user, .inline-right.button-icon-large {
    float: right;
    margin-top: -0.353em; }
  .button-icon-small-calendar:before, .button-icon-small-clock:before, .button-icon-mini-question:before, .button-icon-calendar-add:before, .button-icon-pip:before, .button-icon-envelope:before, .button-icon-user:before, .button-icon-large:before {
    line-height: 0;
    color: #FFFFFF; }

.button-icon-small-calendar, .button-icon-small-clock {
  background-color: transparent;
  border: 1px solid #809FC3;
  width: 2.059em;
  height: 2.059em; }
  .button-icon-small-calendar:before, .button-icon-small-clock:before {
    font-size: 1.118em;
    color: #255B99; }

.button-icon-mini-question {
  width: 1.412em;
  height: 1.412em; }

.button-bare-short {
  font-weight: 700;
  font-size: 0.882em;
  text-transform: uppercase;
  vertical-align: middle; }

.pill-primary {
  color: #FFFFFF;
  background-color: #255B99; }

.pill-secondary {
  color: #FFFFFF;
  background-color: #00A89A; }

.pill-outlined, .pill-outlined-short {
  border: 1px solid #809FC3;
  background-color: #FFFFFF; }
  .pill-outlined.active, .active.pill-outlined-short {
    background-color: #202A4B;
    color: #FFFFFF; }
  .pill-outlined.transparent, .transparent.pill-outlined-short {
    color: #FFFFFF;
    border-color: #FFFFFF;
    background-color: transparent;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5); }

.pill-outlined-short {
  font-weight: 900;
  font-size: 0.882em;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.867em 1.333em;
  border-radius: 1.786em; }

.pill-transparent {
  color: #00A89A;
  box-shadow: none;
  background-color: transparent; }

.icon-file:before, .icon-file-image:before, .icon-file-bmp:before, .icon-file-gif:before, .icon-file-jpeg:before, .icon-file-jpg:before, .icon-file-png:before, .icon-file-tif:before, .icon-file-word:before, .icon-file-doc:before, .icon-file-docx:before, .icon-file-wpd:before, .icon-file-wps:before, .icon-file-htm:before, .icon-file-html:before, .icon-file-mht:before, .icon-file-xml:before, .icon-file-pdf:before, .icon-file-powerpoint:before, .icon-file-ppt:before, .icon-file-pptx:before, .icon-file-text:before, .icon-file-rtf:before, .icon-file-txt:before, .icon-file-excel:before, .icon-file-xls:before, .icon-file-xlsx:before, .icon-file-multiple:before, .icon-file-zip:before, .icon-pill-x:before, .icon-file-numbers:before, .icon-file-pages:before, .icon-file-pub:before, .icon-pill-x:before {
  content: "";
  font-size: 1.235em;
  padding-right: 0.381em;
  vertical-align: middle; }

.icon-file.before:before, .before.icon-file-image:before, .before.icon-file-bmp:before, .before.icon-file-gif:before, .before.icon-file-jpeg:before, .before.icon-file-jpg:before, .before.icon-file-png:before, .before.icon-file-tif:before, .before.icon-file-word:before, .before.icon-file-doc:before, .before.icon-file-docx:before, .before.icon-file-wpd:before, .before.icon-file-wps:before, .before.icon-file-htm:before, .before.icon-file-html:before, .before.icon-file-mht:before, .before.icon-file-xml:before, .before.icon-file-pdf:before, .before.icon-file-powerpoint:before, .before.icon-file-ppt:before, .before.icon-file-pptx:before, .before.icon-file-text:before, .before.icon-file-rtf:before, .before.icon-file-txt:before, .before.icon-file-excel:before, .before.icon-file-xls:before, .before.icon-file-xlsx:before, .before.icon-file-multiple:before, .before.icon-file-zip:before, .before.icon-pill-x:before, .icon-file-numbers.before:before, .icon-file-pages.before:before, .icon-file-pub.before:before, .icon-pill-x.before:before {
  padding-right: 0.381em; }

.icon-file.after:before, .after.icon-file-image:before, .after.icon-file-bmp:before, .after.icon-file-gif:before, .after.icon-file-jpeg:before, .after.icon-file-jpg:before, .after.icon-file-png:before, .after.icon-file-tif:before, .after.icon-file-word:before, .after.icon-file-doc:before, .after.icon-file-docx:before, .after.icon-file-wpd:before, .after.icon-file-wps:before, .after.icon-file-htm:before, .after.icon-file-html:before, .after.icon-file-mht:before, .after.icon-file-xml:before, .after.icon-file-pdf:before, .after.icon-file-powerpoint:before, .after.icon-file-ppt:before, .after.icon-file-pptx:before, .after.icon-file-text:before, .after.icon-file-rtf:before, .after.icon-file-txt:before, .after.icon-file-excel:before, .after.icon-file-xls:before, .after.icon-file-xlsx:before, .after.icon-file-multiple:before, .after.icon-file-zip:before, .after.icon-pill-x:before, .icon-file-numbers.after:before, .icon-file-pages.after:before, .icon-file-pub.after:before, .icon-pill-x.after:before {
  padding-right: 0;
  padding-left: 0.381em; }

.icon-file-image:before, .icon-file-bmp:before, .icon-file-gif:before, .icon-file-jpeg:before, .icon-file-jpg:before, .icon-file-png:before, .icon-file-tif:before {
  content: ""; }

.icon-file-word:before, .icon-file-doc:before, .icon-file-docx:before, .icon-file-wpd:before, .icon-file-wps:before {
  content: ""; }

.icon-file-htm:before, .icon-file-html:before, .icon-file-mht:before, .icon-file-xml:before {
  content: ""; }

.icon-file-pdf:before {
  content: ""; }

.icon-file-powerpoint:before, .icon-file-ppt:before, .icon-file-pptx:before {
  content: ""; }

.icon-file-text:before, .icon-file-rtf:before, .icon-file-txt:before {
  content: ""; }

.icon-file-excel:before, .icon-file-xls:before, .icon-file-xlsx:before {
  content: ""; }

.icon-file-multiple:before {
  content: ""; }

.icon-file-zip:before {
  content: ""; }

.icon-pill-x:before {
  content: ""; }

.icon-external-link:after {
  content: "";
  font-size: 1.235em;
  padding-left: 0.381em;
  vertical-align: middle; }

.button-left {
  float: left; }
  .button-left:before {
    content: "";
    font-size: 1.533em;
    vertical-align: middle;
    line-height: 0.750;
    margin-right: 0.400em; }

.button-right {
  float: right; }
  .button-right:after {
    content: "";
    font-size: 1.533em;
    vertical-align: middle;
    line-height: 0.750;
    margin-left: 0.400em; }

.button-image {
  transition: opacity 0.2s ease;
  line-height: 0;
  border-radius: 0.235em;
  margin-bottom: 1.059em;
  box-shadow: 0px 1px 5px 0px rgba(128, 159, 195, 0.825);
  overflow: hidden; }
  .button-image:hover {
    opacity: .8;
    filter: alpha(opacity=80); }
  .button-image img {
    width: 100%;
    height: auto; }

.button-icon-calendar-add {
  position: relative; }
  .button-icon-calendar-add:before {
    content: "";
    font-size: 1.5em;
    padding-top: 0.85em; }
  .button-icon-calendar-add:after {
    content: "";
    font-size: .5em;
    color: #FFFFFF;
    position: absolute;
    top: 46%;
    left: 43%; }

.button-icon-pip {
  background-color: #255B99; }
  .button-icon-pip:before {
    content: "";
    font-size: 1.75em;
    padding-top: .8em; }

.button-icon-envelope {
  background-color: #255B99;
  margin-bottom: .15em; }
  .button-icon-envelope:before {
    content: "";
    font-size: 1.353em;
    padding-top: 1em; }

.button-icon-user {
  background-color: #255B99;
  text-align: center; }
  .button-icon-user:before {
    content: "";
    font-size: 2.357em;
    padding-top: 0.78em;
    display: inline-block; }

.button-icon-large {
  width: 3.75em;
  height: 3.75em;
  background-color: #809FC3; }
  @media all and (max-width: 480px) {
    .button-icon-large {
      font-size: 3.8vw; } }
  .button-icon-large:before {
    padding-top: 1.107em;
    padding-right: 0;
    font-size: 1.647em; }

.button-icon-small-calendar:before {
  content: "";
  padding-top: 0.632em; }

.button-icon-small-clock:before {
  content: "";
  padding-top: 0.684em; }

.button-icon-mini-x {
  border-radius: 0; }
  .button-icon-mini-x:before {
    content: "";
    font-size: 1.308em;
    color: #991133; }

.button-icon-mini-question {
  margin-top: -0.529em;
  margin-left: 0.588em; }
  .button-icon-mini-question:before {
    font-size: .9em;
    content: "";
    padding-top: 0.75em; }

.button-triangle-left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.471em 1.471em 1.471em 0;
  border-color: transparent #777777 transparent; }

.button-triangle-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.471em 0 1.471em 1.471em;
  border-color: transparent #777777 transparent; }

.icon-x {
  color: #991133; }
  .icon-x:before {
    content: "";
    font-size: 1.2em;
    margin: 0 0.2em;
    display: inline-block;
    vertical-align: middle; }

.icon-magnify.search-open {
  color: #E2A90D; }

.icon-magnify:before {
  content: ""; }

.icon-paper-plane:before {
  content: ""; }

.icon-hamburger:before {
  font-size: 1.133em;
  margin-top: -2px;
  margin-right: 0.208em;
  content: "";
  vertical-align: middle; }

.tabs-pill {
  display: table;
  width: 100%;
  border-spacing: 1px; }
  .tabs-pill:after {
    content: " ";
    display: block;
    clear: both; }
  @media all and (max-width: 970px) {
    .tabs-pill {
      font-size: 0.83em; } }
  @media all and (max-width: 560px) {
    .tabs-pill {
      font-size: .9em;
      display: block; } }
  .tabs-pill li {
    margin-left: 1px;
    display: table-cell;
    vertical-align: middle;
    transition: opacity 0.2s ease;
    text-align: center;
    background-color: #809FC3;
    box-shadow: 0px 1px 2px 0px rgba(128, 159, 195, 0.34); }
    .tabs-pill li:hover {
      text-decoration: none;
      opacity: .8;
      filter: alpha(opacity=80); }
    @media all and (max-width: 560px) {
      .tabs-pill li {
        display: block;
        width: 100%;
        margin-bottom: 1px; } }
  .tabs-pill li:first-child {
    padding-left: 0;
    border-radius: 1.294em 0 0 1.294em; }
    @media all and (max-width: 560px) {
      .tabs-pill li:first-child {
        border-radius: 1.294em 1.294em 0 0; } }
  .tabs-pill li:last-child {
    border-radius: 0 1.294em 1.294em 0; }
    @media all and (max-width: 560px) {
      .tabs-pill li:last-child {
        border-radius: 0 0 1.294em 1.294em; } }
  .tabs-pill li.active {
    background-color: #FFFFFF;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3); }
  .tabs-pill a {
    display: block;
    padding: 0.706em .3em 0.58em;
    color: #2F3750;
    text-decoration: none; }

.tab-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.4s ease; }
  .tab-content.active {
    height: auto;
    opacity: 1;
    overflow: visible; }

.typo3-message.message-ok {
  color: #2F3750; }

.typo3-message.message-error {
  color: #991133; }

.message-error p {
  padding-bottom: 0; }
