@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

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

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

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

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.slick-prev:before {
  content: "←";
}

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

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

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

.slick-next:before {
  content: "→";
}

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

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

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

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

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

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

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

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@-webkit-keyframes flash {
  0% {
    background-color: transparent;
  }
  15% {
    background-color: #d7eafa;
  }
  100% {
    backgorund-color: transparent;
  }
}

@keyframes flash {
  0% {
    background-color: transparent;
  }
  15% {
    background-color: #d7eafa;
  }
  100% {
    backgorund-color: transparent;
  }
}

.u-flash {
  -webkit-animation-name: flash;
          animation-name: flash;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.u-display-block {
  display: block;
}

.u-display-inline {
  display: inline;
}

.u-display-inline-block {
  display: inline-block;
}

.u-display-none {
  display: none !important;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.float-start,
.float-left {
  float: left;
}

.float-end,
.float-right {
  float: right;
}

.float-none {
  float: none;
}

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

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

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

.u-list-reset {
  list-style: none;
  padding-left: 0;
}

.u-list-reset li {
  list-style: inherit;
}

.u-list-reset li:before {
  content: none;
}

.element-invisible {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.overflow-clipped {
  overflow: hidden;
}

.no-js .noscript-hidden {
  display: none;
}

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

body {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  background-color: #fff;
  color: #222;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

input,
select,
textarea {
  width: 100%;
}

input[type='radio'],
input[type='checkbox'] {
  width: auto;
  cursor: pointer;
}

label[for] {
  cursor: pointer;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  display: block;
  max-width: 100%;
}

main a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  color: #2f5d7c;
  text-decoration: none;
}

p main a {
  text-decoration: underline;
}

.no-touchevents main a:hover {
  color: #5e869f;
}

main strong,
main b {
  font-weight: 700;
}

main em,
main i {
  font-style: italic;
}

main p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

main blockquote {
  font-style: italic;
  font-size: 1.2em;
  font-weight: 200;
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
  border-top: keyline();
  border-bottom: keyline();
}

.l-frontpage__content-bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 32px;
}

@media (min-width: 981px) {
  .l-frontpage__content-bottom-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -16px;
    margin-right: -16px;
  }
}

.l-frontpage__content-bottom-first,
.l-frontpage__content-bottom-second,
.l-frontpage__content-bottom-third {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

@media (min-width: 981px) {
  .l-frontpage__content-bottom-first,
  .l-frontpage__content-bottom-second,
  .l-frontpage__content-bottom-third {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
    margin-left: 16px;
    margin-right: 16px;
  }
}

.l-breadcrumb {
  margin-top: 32px;
  margin-bottom: 44px;
}

.l-hero:not(:empty) ~ .l-breadcrumb {
  margin-top: 8px;
}

.l-content-container {
  margin-top: 44px;
}

@media (min-width: 981px) {
  .l-sidebars {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    margin-right: 64px;
  }
}

.l-sidebar__content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 981px) {
  .l-sidebar__content-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.l-sidebar__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 981px) {
  .l-sidebar__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
            flex: 1 1 70%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.l-sidebar__sidebar-first {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 981px) {
  .l-sidebar__sidebar-first {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 8px;
  }
}

.c-admin-tabs__wrapper {
  border-bottom: 1px solid #999;
}

.c-admin-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 2px;
  margin: 0;
  padding-left: 32px;
  background-image: url("/themes/custom/darwin/build/components/admin-tab/images/drop.svg");
  background-size: 16px 16px;
  background-position: 8px 50%;
  background-repeat: no-repeat;
}

.c-admin-tab__tab {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.c-admin-tab__link {
  -webkit-transition-property: color, background-color, border-color, -webkit-box-shadow;
  transition-property: color, background-color, border-color, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow;
  transition-property: color, background-color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #222;
  background-color: #f4f4f4;
  padding: 0.4em 0.8em;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #f4f4f4;
  color: inherit;
  padding: 12px 16px;
  display: block;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

.no-touchevents .c-admin-tab__link:hover {
  color: #222;
  background-color: #999;
  border-color: #999;
}

.c-admin-tab__link:disabled, .c-admin-tab__link.is-disabled {
  cursor: default;
  opacity: 0.8;
}

.no-touchevents .c-admin-tab__link:hover {
  color: #222;
  background-color: #eee;
}

.c-admin-tab__link.is-active {
  background-color: #eee;
}

/* stylelint-disable */
.views-table {
  width: 100%;
  margin: 0 0 10px;
  /* See colors.css */
  /* 1. Must match negative bottom padding of the parent <th> */
  /* This is required to win over specificity of [dir="rtl"] .item-list ul */
  /* Force browsers to calculate the width of a 'select all' <th> element. */
  /**
   * Captions.
   */
  /**
   * Responsive tables.
   */
}

.views-table caption {
  text-align: left;
  /* LTR */
}

.views-table [dir="rtl"] caption {
  text-align: right;
}

.views-table th {
  text-align: left;
  /* LTR */
  padding: 10px 12px;
}

.views-table [dir="rtl"] th {
  text-align: right;
}

.views-table thead th {
  background: #f5f5f2;
  border: solid #bfbfba;
  border-width: 1px 0;
  color: #333;
  text-transform: uppercase;
}

.views-table tr {
  border-bottom: 1px solid #e6e4df;
  padding: 0.1em 0.6em;
}

.views-table thead > tr {
  border-bottom: 1px solid #000;
}

.views-table tbody tr:hover,
.views-table tbody tr:focus {
  background: #f7fcff;
}

.views-table tbody tr.color-warning:hover,
.views-table tbody tr.color-warning:focus {
  background: #fdf8ed;
}

.views-table tbody tr.color-error:hover,
.views-table tbody tr.color-error:focus {
  background: #fcf4f2;
}

.views-table.no-highlight tr.selected td {
  background: transparent;
}

.views-table td,
.views-table th {
  vertical-align: middle;
}

.views-table td {
  padding: 10px 12px;
  text-align: left;
  /* LTR */
}

.views-table [dir="rtl"] td {
  text-align: right;
}

.views-table th > a {
  position: relative;
  display: block;
}

.views-table th > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -10px;
  /* 1. */
  left: 0;
  right: 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.views-table th.is-active > a {
  color: #004875;
}

.views-table th.is-active img {
  position: absolute;
  right: 0;
  /* LTR */
  top: 50%;
}

.views-table [dir="rtl"] th.is-active img {
  right: auto;
  left: 0;
}

.views-table th.is-active > a:after {
  border-bottom-color: #004875;
}

.views-table th > a:hover,
.views-table th > a:focus,
.views-table th.is-active > a:hover,
.views-table th.is-active > a:focus {
  color: #008ee6;
  text-decoration: none;
}

.views-table th > a:hover:after,
.views-table th > a:focus:after,
.views-table th.is-active > a:hover:after,
.views-table th.is-active > a:focus:after {
  border-bottom-color: #008ee6;
}

.views-table td .item-list ul {
  margin: 0;
}

.views-table [dir="rtl"] td .item-list ul {
  margin: 0;
}

.views-table td.is-active {
  background: none;
}

.views-table th.select-all {
  width: 1px;
}

.views-table .caption {
  margin-bottom: 1.2em;
}

@media screen and (max-width: 37.5em) {
  .views-table {
    /* 600px */
  }
  .views-table th.priority-low,
  .views-table td.priority-low,
  .views-table th.priority-medium,
  .views-table td.priority-medium {
    display: none;
  }
}

@media screen and (max-width: 60em) {
  .views-table {
    /* 920px */
  }
  .views-table th.priority-low,
  .views-table td.priority-low {
    display: none;
  }
}

.views-table thead th {
  border: none;
  color: #909090;
  text-transform: none;
  font-weight: 500;
  font-size: 0.91rem;
}

.views-table thead th.is-active {
  background: #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #E6E4DF;
  border-left: 1px solid #E6E4DF;
  border-right: 1px solid #E6E4DF;
}

.views-table th.is-active > a,
.views-table th.is-active > a:hover {
  color: #333;
}

.views-table th > a:hover {
  text-decoration: underline;
}

.views-table th > a:after,
.views-table th.is-active > a:after {
  display: none;
}

.views-table thead > tr {
  border-bottom: 1px solid #E6E4DF;
}

/* stylelint-enable */
.c-article-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 14px;
}

@media (min-width: 481px) {
  .c-article-teaser {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-article-teaser:after {
  display: block;
  position: absolute;
  content: '';
  height: 1px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #eee;
}

.c-article-teaser__image-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-bottom: 16px;
}

@media (min-width: 481px) {
  .c-article-teaser__image-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    margin-left: 16px;
    margin-bottom: 0;
  }
}

.c-article-teaser__contents-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.c-article-teaser__title h2 {
  margin-top: 0;
  font-size: 1.313em;
}

.c-article-teaser__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 8px;
  font-size: 0.875em;
  color: #5e869f;
}

.c-article-teaser__meta .list-item-divider {
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: inherit;
  color: inherit;
}

.c-article-teaser__body {
  margin-bottom: 8px;
}

.c-article-teaser__body *:first-child {
  margin-top: 0;
}

.c-article-teaser__body *:last-child {
  margin-bottom: 0;
}

.c-article-teaser__image img {
  width: 100%;
}

.c-article-teaser__action .button--link {
  font-size: 0.813em;
  font-weight: bold;
}

.path-frontpage .c-article-teaser {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 481px) {
  .path-frontpage .c-article-teaser {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 981px) {
  .path-frontpage .c-article-teaser {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.path-frontpage .c-article-teaser__image-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0;
  margin-bottom: 16px;
}

@media (min-width: 481px) {
  .path-frontpage .c-article-teaser__image-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    margin-left: 16px;
    margin-bottom: 0;
  }
}

@media (min-width: 981px) {
  .path-frontpage .c-article-teaser__image-container {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0;
    margin-bottom: 16px;
  }
}

.path-frontpage .c-article-teaser__contents-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.path-frontpage .view-news-latest .c-article-teaser__body {
  display: none;
}

.c-article__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 16px;
  color: #999;
}

.c-article__meta .list-item-divider {
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: inherit;
  color: inherit;
}

.c-award-teaser {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 14px;
}

.c-award-teaser:after {
  display: block;
  position: absolute;
  content: '';
  height: 1px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #eee;
}

.c-award-teaser__title * {
  margin-top: 0;
  margin-bottom: 0.25em;
  font-size: 1.25em;
}

.c-award-teaser__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.875em;
  color: #666;
}

.c-award-teaser__meta .list-item-divider {
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: inherit;
  color: inherit;
}

.c-award-teaser__person a {
  text-decoration: none;
}

.c-person .c-award-teaser__person {
  display: none;
}

.c-award-teaser__body {
  margin-top: 4px;
}

.c-award-teaser__body *:first-child {
  margin-top: 0;
}

.c-award-teaser__body *:last-child {
  margin-bottom: 0;
}

.c-award-teaser__link {
  margin-top: 8px;
  font-size: 0.875em;
}

.l-default__content .block,
.l-sidebar__content-container .block,
.l-frontpage__content .block,
.l-frontpage__content-bottom-container .block {
  margin-bottom: 24px;
}

.l-default__content .block .block-title,
.l-sidebar__content-container .block .block-title,
.l-frontpage__content .block .block-title,
.l-frontpage__content-bottom-container .block .block-title {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 12px;
}

.l-default__content .block .block-title:after,
.l-sidebar__content-container .block .block-title:after,
.l-frontpage__content .block .block-title:after,
.l-frontpage__content-bottom-container .block .block-title:after {
  display: block;
  position: absolute;
  content: '';
  height: 1px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #eee;
}

.l-default__content .block .more-link,
.l-sidebar__content-container .block .more-link,
.l-frontpage__content .block .more-link,
.l-frontpage__content-bottom-container .block .more-link {
  margin-top: 16px;
  font-size: 1.125em;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25em;
  font-weight: normal;
  color: #2f5d7c;
  line-height: 1.25em;
}

.c-breadcrumb__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.c-breadcrumb__item:last-of-type {
  font-weight: bold;
  color: #002145;
}

@media (max-width: 660px) {
  .c-breadcrumb__item:last-of-type {
    display: none;
  }
}

.c-breadcrumb__link {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  color: inherit !important;
  /* stylelint-disable-line declaration-no-important */
  text-decoration: none;
}

.no-touchevents .c-breadcrumb__link:hover {
  color: inherit;
  opacity: 0.8;
}

.c-breadcrumb__divider {
  display: inline-block;
  padding: 0 8px;
  opacity: 1;
}

.button--link,
input.button--link,
button.button--link {
  color: #2f5d7c;
  text-decoration: none;
}

.no-touchevents .button--link:hover, .no-touchevents
input.button--link:hover, .no-touchevents
button.button--link:hover {
  color: #222;
}

.button--link--arrow,
input.button--link--arrow,
button.button--link--arrow {
  position: relative;
}

.button--link--arrow:after,
input.button--link--arrow:after,
button.button--link--arrow:after {
  content: '\2192';
  display: inline-block;
  margin-left: 0.25em;
}

.button--accordion,
input.button--accordion,
button.button--accordion {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: transparent;
  position: relative;
  line-height: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  text-align: auto;
  text-decoration: none;
  -webkit-transition-property: color, background-color, border-color, -webkit-box-shadow;
  transition-property: color, background-color, border-color, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow;
  transition-property: color, background-color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: normal;
  appearance: none;
  color: #222;
  background-color: #f4f4f4;
  padding: 0.4em 0.8em;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: #222;
  text-decoration: none;
  text-align: inherit;
}

.button--accordion::-moz-focus-inner,
input.button--accordion::-moz-focus-inner,
button.button--accordion::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button--accordion:focus,
input.button--accordion:focus,
button.button--accordion:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.button--accordion:hover, .button--accordion:focus, .button--accordion:active,
input.button--accordion:hover,
input.button--accordion:focus,
input.button--accordion:active,
button.button--accordion:hover,
button.button--accordion:focus,
button.button--accordion:active {
  text-decoration: none;
}

.button--accordion:disabled, .button--accordion.is-disabled,
input.button--accordion:disabled,
input.button--accordion.is-disabled,
button.button--accordion:disabled,
button.button--accordion.is-disabled {
  cursor: default;
  opacity: 0.8;
}

.no-touchevents .button--accordion:hover, .no-touchevents
input.button--accordion:hover, .no-touchevents
button.button--accordion:hover {
  color: #222;
  background-color: #999;
  border-color: #999;
}

.button--accordion:disabled, .button--accordion.is-disabled,
input.button--accordion:disabled,
input.button--accordion.is-disabled,
button.button--accordion:disabled,
button.button--accordion.is-disabled {
  cursor: default;
  opacity: 0.8;
}

.no-touchevents .button--accordion:hover, .no-touchevents
input.button--accordion:hover, .no-touchevents
button.button--accordion:hover {
  background-color: transparent;
  color: #5e869f;
}

.button--accordion .link-inner__chevron-right,
input.button--accordion .link-inner__chevron-right,
button.button--accordion .link-inner__chevron-right {
  display: inline-block;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.c-calendar table,
.c-calendar td {
  margin-top: 0;
}

.c-calendar .fc-right {
  visibility: hidden;
}

.c-calendar .fc-day-header {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.c-calendar .fc-event-container a {
  color: #fff;
}

.no-touchevents .c-calendar .fc-event-container a:hover {
  color: #eee;
}

.c-calendar .fc-basic-view .fc-body .fc-row {
  min-height: 9em;
}

.c-card {
  -webkit-box-shadow: 0 1px 3px 0 rgba(34, 34, 34, 0.25);
          box-shadow: 0 1px 3px 0 rgba(34, 34, 34, 0.25);
  padding: 32px;
  border-radius: 2px;
  background-image: url("../components/card/images/background.png");
}

.c-carousel-slide {
  display: none;
}

.c-date-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-date-badge__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  background-color: #002145;
}

.c-date-badge__day {
  font-size: 1.125em;
  color: #fff;
  line-height: 1.125em;
  text-transform: uppercase;
}

.c-date-badge__month {
  font-size: 1.125em;
  color: #fff;
  line-height: 1.125em;
  text-transform: uppercase;
}

.c-date-badge__year {
  margin-top: 5px;
  font-size: 0.813em;
  color: #002145;
  line-height: 1.125em;
  text-transform: uppercase;
}

.c-event-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 18px;
  padding-bottom: 12px;
}

.c-event-teaser:after {
  display: block;
  position: absolute;
  content: '';
  height: 1px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #eee;
}

.c-event-teaser__title h2 {
  margin-top: 0;
  font-size: 1.313em;
}

.c-event-teaser__date-badge {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 12px;
}

.c-event-teaser__date {
  margin-bottom: 8px;
  font-size: 0.875em;
  color: #5e869f;
}

.c-event-teaser__body {
  margin-bottom: 8px;
}

.c-event-teaser__body *:first-child {
  margin-top: 0;
}

.c-event-teaser__body *:last-child {
  margin-bottom: 0;
}

.c-event-teaser__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-left: 12px;
}

.c-event-teaser__contents h4 {
  margin-top: 0;
}

.c-event-teaser__action .button--link {
  font-size: 0.813em;
  font-weight: bold;
}

.path-events .c-form-filters--inline {
  margin-top: 16px;
  margin-bottom: 16px;
}

.path-events .tabbable {
  margin-top: 32px;
}

.path-events .tabbable .nav-tabs {
  border-bottom: 1px solid #98b2c3;
}

.path-events .tabbable .nav-tabs > li > a {
  /* stylelint-disable-line selector-max-compound-selectors */
  padding: 12px 16px;
  font-size: 1.125em;
}

.path-frontpage .c-event-teaser__body {
  display: none;
}

.c-event__type {
  font-size: 1.5em;
  color: #999;
}

.c-event__details-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.c-event__details-container:before {
  display: block;
  position: absolute;
  content: '';
  height: 1px;
  top: 0;
  right: 0;
  left: 0;
  background-color: #eee;
}

.c-event__details-container:after {
  display: block;
  position: absolute;
  content: '';
  height: 1px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #eee;
}

.c-event__details-container div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-event__details-container .c-data__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 150px;
          flex: 0 1 150px;
  font-weight: bold;
}

.c-event__details-container .c-data__value {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 150px);
          flex: 0 1 calc(100% - 150px);
}

form.webform-submission-field-safety-trip-form .c-project-card,
form.webform-submission-field-safety-participant-form .c-project-card,
form.webform-submission-field-safety-waiver-form .c-project-card {
  margin-top: 36px;
  margin-bottom: 36px;
}

form.webform-submission-field-safety-trip-form .progress-tracker li,
form.webform-submission-field-safety-participant-form .progress-tracker li,
form.webform-submission-field-safety-waiver-form .progress-tracker li {
  line-height: 1.25em;
}

form.webform-submission-field-safety-trip-form .progress-tracker li .progress-text,
form.webform-submission-field-safety-participant-form .progress-tracker li .progress-text,
form.webform-submission-field-safety-waiver-form .progress-tracker li .progress-text {
  display: none;
}

@media (min-width: 661px) {
  form.webform-submission-field-safety-trip-form .progress-tracker li .progress-text,
  form.webform-submission-field-safety-participant-form .progress-tracker li .progress-text,
  form.webform-submission-field-safety-waiver-form .progress-tracker li .progress-text {
    display: inline-block;
  }
}

form.webform-submission-field-safety-trip-form [data-webform-key*='page_'].form-wrapper,
form.webform-submission-field-safety-participant-form [data-webform-key*='page_'].form-wrapper,
form.webform-submission-field-safety-waiver-form [data-webform-key*='page_'].form-wrapper {
  padding: 0;
}

form.webform-submission-field-safety-trip-form [data-webform-key*='page_'] [class*='__heading'] h2,
form.webform-submission-field-safety-participant-form [data-webform-key*='page_'] [class*='__heading'] h2,
form.webform-submission-field-safety-waiver-form [data-webform-key*='page_'] [class*='__heading'] h2 {
  margin-bottom: 36px;
  padding: 12px 32px;
  background-color: #f9f9f9;
  border: 2px solid #002145;
  font-size: 2em;
}

form.webform-submission-field-safety-trip-form section,
form.webform-submission-field-safety-participant-form section,
form.webform-submission-field-safety-waiver-form section {
  margin-top: 0;
  margin-bottom: 36px;
  page-break-inside: avoid;
}

form.webform-submission-field-safety-trip-form section *:first-child,
form.webform-submission-field-safety-participant-form section *:first-child,
form.webform-submission-field-safety-waiver-form section *:first-child {
  margin-top: 0;
}

form.webform-submission-field-safety-trip-form section *:last-child,
form.webform-submission-field-safety-participant-form section *:last-child,
form.webform-submission-field-safety-waiver-form section *:last-child {
  margin-bottom: 0;
}

form.webform-submission-field-safety-trip-form section .webform-section-title,
form.webform-submission-field-safety-participant-form section .webform-section-title,
form.webform-submission-field-safety-waiver-form section .webform-section-title {
  margin-bottom: 0;
  padding: 12px 32px;
  background-color: #f9f9f9;
  border: 2px solid #ccc;
  font-size: 1.5em;
}

form.webform-submission-field-safety-trip-form section .webform-section-wrapper,
form.webform-submission-field-safety-participant-form section .webform-section-wrapper,
form.webform-submission-field-safety-waiver-form section .webform-section-wrapper {
  padding: 24px 32px;
  background-color: #f9f9f9;
}

form.webform-submission-field-safety-trip-form .table td,
form.webform-submission-field-safety-participant-form .table td,
form.webform-submission-field-safety-waiver-form .table td {
  border: none;
}

form.webform-submission-field-safety-trip-form [id*='-devnotes-'],
form.webform-submission-field-safety-participant-form [id*='-devnotes-'],
form.webform-submission-field-safety-waiver-form [id*='-devnotes-'] {
  margin-bottom: 48px;
  padding: 24px;
  background-color: #fffde7;
}

form.webform-submission-field-safety-trip-form [id*='-devnotes-'] *,
form.webform-submission-field-safety-participant-form [id*='-devnotes-'] *,
form.webform-submission-field-safety-waiver-form [id*='-devnotes-'] * {
  font-size: 0.813rem;
  color: #999;
  line-height: 1.125rem;
}

form.webform-submission-field-safety-trip-form [id*='-devnotes-'] *:first-child,
form.webform-submission-field-safety-participant-form [id*='-devnotes-'] *:first-child,
form.webform-submission-field-safety-waiver-form [id*='-devnotes-'] *:first-child {
  margin-top: 0;
}

form.webform-submission-field-safety-trip-form [id*='-devnotes-'] *:last-child,
form.webform-submission-field-safety-participant-form [id*='-devnotes-'] *:last-child,
form.webform-submission-field-safety-waiver-form [id*='-devnotes-'] *:last-child {
  margin-bottom: 0;
}

form.webform-submission-field-safety-trip-form .form-type-webform-likert .form-item,
form.webform-submission-field-safety-participant-form .form-type-webform-likert .form-item,
form.webform-submission-field-safety-waiver-form .form-type-webform-likert .form-item {
  margin-bottom: 0;
}

form.webform-submission-field-safety-trip-form .form-type-webform-likert .form-item label,
form.webform-submission-field-safety-participant-form .form-type-webform-likert .form-item label,
form.webform-submission-field-safety-waiver-form .form-type-webform-likert .form-item label {
  margin-bottom: 0;
}

form.webform-submission-field-safety-trip-form .webform-element--title-inline.form-type-checkbox .c-form-item__inner,
form.webform-submission-field-safety-participant-form .webform-element--title-inline.form-type-checkbox .c-form-item__inner,
form.webform-submission-field-safety-waiver-form .webform-element--title-inline.form-type-checkbox .c-form-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

form.webform-submission-field-safety-trip-form .webform-element--title-inline.form-type-checkbox input,
form.webform-submission-field-safety-participant-form .webform-element--title-inline.form-type-checkbox input,
form.webform-submission-field-safety-waiver-form .webform-element--title-inline.form-type-checkbox input {
  margin-right: 16px;
}

form.webform-submission-field-safety-trip-form .webform-element--title-inline.form-type-checkbox label,
form.webform-submission-field-safety-participant-form .webform-element--title-inline.form-type-checkbox label,
form.webform-submission-field-safety-waiver-form .webform-element--title-inline.form-type-checkbox label {
  margin-bottom: 0;
}

form.webform-submission-field-safety-trip-form .data-variable--highlighter-primary,
form.webform-submission-field-safety-participant-form .data-variable--highlighter-primary,
form.webform-submission-field-safety-waiver-form .data-variable--highlighter-primary {
  padding: 0 0.25em;
  background-color: cyan;
  font-weight: bold;
  text-transform: uppercase;
}

form.webform-submission-field-safety-trip-form .data-variable--fpo,
form.webform-submission-field-safety-participant-form .data-variable--fpo,
form.webform-submission-field-safety-waiver-form .data-variable--fpo {
  padding: 0 0.25em !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: cyan !important;
  /* stylelint-disable-line declaration-no-important */
  font-weight: bold !important;
  /* stylelint-disable-line declaration-no-important */
  text-transform: uppercase !important;
  /* stylelint-disable-line declaration-no-important */
}

form.webform-submission-field-safety-trip-form .data-variable--highlighter-block-debug,
form.webform-submission-field-safety-participant-form .data-variable--highlighter-block-debug,
form.webform-submission-field-safety-waiver-form .data-variable--highlighter-block-debug {
  border: 10px solid #ff9100 !important;
  /* stylelint-disable-line declaration-no-important */
}

form.webform-submission-field-safety-trip-form .form-type-webform-custom-composite table {
  margin-top: 0;
}

form.webform-submission-field-safety-trip-form .form-type-webform-custom-composite thead {
  display: none;
}

form.webform-submission-field-safety-trip-form .form-type-webform-custom-composite tr[data-drupal-selector*='-items'] td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 -0.5em 1em;
  padding: 0;
}

form.webform-submission-field-safety-trip-form .form-type-webform-custom-composite tr[data-drupal-selector*='-items'] td.webform-multiple-table--operations {
  margin: 0 0 1em;
}

form.webform-submission-field-safety-trip-form .form-type-webform-custom-composite tr[data-drupal-selector*='-items'] .c-form-item {
  padding: 0 0.5em;
}

form.webform-submission-field-safety-trip-form .form-item-planning-record__participants .c-form-item[class*='planning-record__participant__name'] {
  width: 33.33%;
}

form.webform-submission-field-safety-trip-form .form-item-planning-record__participants .c-form-item[class*='planning-record__participant__email'] {
  width: 33.33%;
}

form.webform-submission-field-safety-trip-form .form-item-planning-record__participants .c-form-item[class*='planning-record__participant__type'] {
  width: 33.33%;
}

form.webform-submission-field-safety-trip-form .form-item-planning-record__participants .c-form-item[class*='planning-record__participant__health-insurance'] {
  width: 33.33%;
}

form.webform-submission-field-safety-trip-form .form-item-planning-record__participants .c-form-item[class*='planning-record__participant__required-immunization'] {
  width: 33.33%;
}

form.webform-submission-field-safety-trip-form .form-item-planning-record__participants .c-form-item[class*='planning-record__participant__visa'] {
  width: 33.33%;
}

form.webform-submission-field-safety-trip-form .form-item-planning-record__participants .c-form-item[class*='planning-record__participant__first-aid-training'] {
  width: 100%;
}

form.webform-submission-field-safety-trip-form .form-item-communication-plan__emergency-contacts tr[data-drupal-selector*='-items'] td {
  margin-bottom: 0;
}

form.webform-submission-field-safety-trip-form .form-item-communication-plan__emergency-contacts .c-form-item[class*='communication-plan__emergency-contact__name'] {
  width: 50%;
}

form.webform-submission-field-safety-trip-form .form-item-communication-plan__emergency-contacts .c-form-item[class*='communication-plan__emergency-contact__phone'] {
  width: 50%;
}

form.webform-submission-field-safety-trip-form .form-item-communication-plan__field-course-instructor tr[data-drupal-selector*='-items'] td {
  margin-bottom: 0;
}

form.webform-submission-field-safety-trip-form .form-item-communication-plan__field-course-instructor .c-form-item[class*='communication-plan__field-course-instructor__name'] {
  width: 50%;
}

form.webform-submission-field-safety-trip-form .form-item-communication-plan__field-course-instructor .c-form-item[class*='communication-plan__field-course-instructor__phone'] {
  width: 50%;
}

form.webform-submission-field-safety-trip-form .form-item-communication-plan__field-course-assistants tr[data-drupal-selector*='-items'] td {
  margin-bottom: 0;
}

form.webform-submission-field-safety-trip-form .form-item-communication-plan__field-course-assistants .c-form-item[class*='communication-plan__field-course-assistant__name'] {
  width: 50%;
}

form.webform-submission-field-safety-trip-form .form-item-communication-plan__field-course-assistants .c-form-item[class*='communication-plan__field-course-assistant__phone'] {
  width: 50%;
}

form.webform-submission-field-safety-trip-form img {
  display: block;
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

form.webform-submission-field-safety-participant-form .webform-type-address legend {
  margin-top: 1em;
  margin-bottom: 0.5em;
  border: none;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
}

form.webform-submission-field-safety-participant-form .webform-type-address .fieldset-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.5em;
}

form.webform-submission-field-safety-participant-form .webform-type-address .form-item-critical-data__participant__address-address-line1 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

form.webform-submission-field-safety-participant-form .webform-type-address .form-item-critical-data__participant__address-address-line1 label {
  display: none;
}

form.webform-submission-field-safety-participant-form .webform-type-address .form-item-critical-data__participant__address-locality {
  width: 33.33%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

form.webform-submission-field-safety-participant-form .webform-type-address .form-item-critical-data__participant__address-administrative-area {
  width: 33.33%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

form.webform-submission-field-safety-participant-form .webform-type-address .form-item-critical-data__participant__address-postal-code {
  width: 33.33%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* stylelint-disable selector-max-id, selector-no-qualifying-type */
form.webform-submission-field-safety-waiver-form section {
  margin-bottom: 0;
}

form.webform-submission-field-safety-waiver-form section .webform-section-title {
  margin-bottom: 0;
  padding: 12px 32px;
  background-color: #f9f9f9;
  border: none;
  font-size: 1.5em;
}

form.webform-submission-field-safety-waiver-form section#edit-waiver-section-pre {
  margin-bottom: 36px;
  border: 3px solid red;
}

form.webform-submission-field-safety-waiver-form section#edit-waiver-section-pre .webform-section-wrapper {
  background-color: yellow;
}

form.webform-submission-field-safety-waiver-form #edit-waiver-section-release-liability-waiver-claims ol {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

form.webform-submission-field-safety-waiver-form #edit-waiver-section-release-liability-waiver-claims ol[start='1'] {
  background-color: yellow;
  border: 3px solid red;
}

form.webform-submission-field-safety-waiver-form #edit-waiver-section-release-liability-waiver-claims li:first-child {
  padding: 0.5em;
}

/* stylelint-enable */
/* stylelint-disable */
body.page-entity-print {
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #222;
  margin-bottom: 20px;
}

body.page-entity-print h1 {
  font-size: 28px;
  margin: 0 0 16px;
  font-weight: 700;
}

body.page-entity-print h2 {
  font-size: 24px;
  margin: 16px 0 8px;
  font-weight: 700;
}

body.page-entity-print h3 {
  font-size: 18px;
  margin: 16px 0 8px;
  font-weight: 700;
}

body.page-entity-print ul, body.page-entity-print ol {
  margin: 0;
  padding-left: 40px;
}

body.page-entity-print strong {
  font-weight: 700;
}

body.page-entity-print footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  font-size: 9px;
  color: #666666;
}

body.page-entity-print footer .page-number {
  position: absolute;
  right: 0;
  display: inline-block;
  text-align: right;
}

body.page-entity-print footer .page-number:after {
  content: counter(page, decimal);
}

body.page-entity-print details {
  border: 0;
  clear: both;
}

body.page-entity-print details summary {
  display: none;
}

body.page-entity-print .details-wrapper {
  padding: 0;
}

body.page-entity-print .fieldset-legend {
  font-weight: 700;
}

body.page-entity-print .visually-hidden {
  display: none !important;
}

body.page-entity-print .c-form-item,
body.page-entity-print .form-type-item-list li {
  page-break-inside: avoid;
}

body.page-entity-print .c-form-item:after {
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

body.page-entity-print .c-form-item.form-type-textarea label {
  max-width: 100%;
  float: none;
  top: 0;
  margin-right: 0;
}

body.page-entity-print .c-form-item__inner {
  overflow: hidden;
}

body.page-entity-print .form-type-item-list label {
  max-width: 100%;
  float: none;
  position: static;
  top: 0;
  margin-right: 0;
}

body.page-entity-print .item-list ul {
  clear: both;
  padding-left: 20px;
}

body.page-entity-print .item-list li {
  position: relative;
}

body.page-entity-print .webform-signature-image {
  width: 500px;
}

body.page-entity-print .webform-submission-data--webform-field-safety-trip .webform-entity-print-header,
body.page-entity-print .webform-submission-data--webform-field-safety-participant .webform-entity-print-header,
body.page-entity-print .webform-submission-data--webform-field-safety-waiver .webform-entity-print-header {
  display: none;
}

body.page-entity-print .webform-submission-data--webform-field-safety-trip .c-form-item[class*='-type-textfield'] label, body.page-entity-print .webform-submission-data--webform-field-safety-trip .c-form-item[class*='-type-tel'] label,
body.page-entity-print .webform-submission-data--webform-field-safety-participant .c-form-item[class*='-type-textfield'] label,
body.page-entity-print .webform-submission-data--webform-field-safety-participant .c-form-item[class*='-type-tel'] label,
body.page-entity-print .webform-submission-data--webform-field-safety-waiver .c-form-item[class*='-type-textfield'] label,
body.page-entity-print .webform-submission-data--webform-field-safety-waiver .c-form-item[class*='-type-tel'] label {
  position: relative;
  top: 6px;
  float: left;
  margin-right: 15px;
}

body.page-entity-print .webform-submission-data--webform-field-safety-trip .c-form-item[class*='-type-textfield'] label:after, body.page-entity-print .webform-submission-data--webform-field-safety-trip .c-form-item[class*='-type-tel'] label:after,
body.page-entity-print .webform-submission-data--webform-field-safety-participant .c-form-item[class*='-type-textfield'] label:after,
body.page-entity-print .webform-submission-data--webform-field-safety-participant .c-form-item[class*='-type-tel'] label:after,
body.page-entity-print .webform-submission-data--webform-field-safety-waiver .c-form-item[class*='-type-textfield'] label:after,
body.page-entity-print .webform-submission-data--webform-field-safety-waiver .c-form-item[class*='-type-tel'] label:after {
  content: ':';
}

body.page-entity-print .c-fieldsafety-submission__header--logo:before {
  content: '';
  display: block;
  height: 80px;
  margin-bottom: 24px;
  background-image: url(/themes/custom/darwin/build/images/logos/ubc-long__blue.jpg);
  background-repeat: no-repeat;
}

body.page-entity-print .c-fieldsafety-summary-container {
  margin-bottom: 36px;
  padding: 36px;
  background-color: #f9f9f9;
  border: 2px solid #002145;
}

body.page-entity-print .c-fieldsafety-form-title h1 {
  margin: 0;
}

body.page-entity-print .c-fieldsafety-summary .c-trip__title {
  margin: 0;
  font-size: 2em;
}

body.page-entity-print .c-project-card {
  margin-bottom: 36px;
  padding: 24px 32px;
  background-color: #f9f9f9;
  border: 2px solid #002145;
}

body.page-entity-print .c-project-card .c-project-card__type h1 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 2em;
  color: #2f5d7c;
}

body.page-entity-print .c-project-card .c-project-card__title h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 2em;
}

body.page-entity-print .c-project-card .c-project-card__code {
  font-size: 1.5em;
  font-weight: bold;
  color: #666;
  line-height: 1.25em;
}

body.page-entity-print .c-project-card .c-project-card__date {
  font-size: 1.5em;
  font-weight: bold;
  color: #666;
  line-height: 1.25em;
}

body.page-entity-print .webform-submission-data--webform-field-safety-trip details[id*='--page_'] {
  page-break-before: always;
}

body.page-entity-print .webform-submission-data--webform-field-safety-trip details[id*='--page_planning_record'] {
  page-break-before: auto;
}

body.page-entity-print .webform-submission-data--webform-field-safety-trip .details-wrapper > h2 {
  margin-top: 0;
  margin-bottom: 36px;
  padding: 12px 32px;
  background-color: #f9f9f9;
  border: 2px solid #002145;
  font-size: 1.875em;
}

body.page-entity-print .webform-submission-data--webform-field-safety-trip section {
  margin-top: 0;
  margin-bottom: 36px;
  page-break-inside: avoid;
}

body.page-entity-print .webform-submission-data--webform-field-safety-trip section *:first-child {
  margin-top: 0;
}

body.page-entity-print .webform-submission-data--webform-field-safety-trip section *:last-child {
  margin-bottom: 0;
}

body.page-entity-print .webform-submission-data--webform-field-safety-trip section .webform-section-title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 32px;
  background-color: #f9f9f9;
  border: 2px solid #ccc;
  font-size: 1.5em;
}

body.page-entity-print .webform-submission-data--webform-field-safety-trip section .webform-section-wrapper {
  margin-top: 0;
  padding: 4px 32px 16px;
  page-break-inside: auto;
}

body.page-entity-print .webform-submission-data--webform-field-safety-trip #field_safety_trip--risk_assessment__section_text_first .webform-section-title,
body.page-entity-print .webform-submission-data--webform-field-safety-trip #field_safety_trip--emergency_response__section_text_first .webform-section-title,
body.page-entity-print .webform-submission-data--webform-field-safety-trip #field_safety_trip--acknowledgement__section_review .webform-section-title {
  display: none;
}

body.page-entity-print .webform-submission-data--webform-field-safety-trip .webform-element-type-webform-likert label {
  display: none;
}

body.page-entity-print .webform-submission-data--webform-field-safety-trip img {
  max-width: 600px;
  height: auto;
}

body.page-entity-print .webform-submission-data--webform-field-safety-participant details[id*='--page_'] {
  page-break-before: always;
}

body.page-entity-print .webform-submission-data--webform-field-safety-participant details[id*='--page_critical_data'] {
  page-break-before: auto;
}

body.page-entity-print .webform-submission-data--webform-field-safety-participant .details-wrapper > h2 {
  margin-top: 0;
  margin-bottom: 36px;
  padding: 12px 32px;
  background-color: #f9f9f9;
  border: 2px solid #002145;
  font-size: 1.875em;
}

body.page-entity-print .webform-submission-data--webform-field-safety-participant section {
  margin-top: 0;
  margin-bottom: 36px;
  page-break-inside: avoid;
}

body.page-entity-print .webform-submission-data--webform-field-safety-participant section *:first-child {
  margin-top: 0;
}

body.page-entity-print .webform-submission-data--webform-field-safety-participant section *:last-child {
  margin-bottom: 0;
}

body.page-entity-print .webform-submission-data--webform-field-safety-participant section .webform-section-title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 32px;
  background-color: #f9f9f9;
  border: 2px solid #ccc;
  font-size: 1.5em;
}

body.page-entity-print .webform-submission-data--webform-field-safety-participant section .webform-section-wrapper {
  margin-top: 0;
  padding: 4px 32px 16px;
  page-break-inside: auto;
}

body.page-entity-print .webform-submission-data--webform-field-safety-participant #field_safety_participant--legal__section_disclaimer {
  font-size: 0.913em;
  line-height: 1.25em;
}

body.page-entity-print .webform-submission-data--webform-field-safety-participant #field_safety_participant--legal__section_disclaimer .webform-section-title {
  display: none;
}

body.page-entity-print .webform-submission-data--webform-field-safety-participant section[id*='__section_read_understood'] h2,
body.page-entity-print .webform-submission-data--webform-field-safety-participant section[id*='__section_disclaimer'] h2 {
  display: none;
}

body.page-entity-print .webform-submission-data--webform-field-safety-waiver .details-wrapper > h2 {
  margin-top: 0;
  margin-bottom: 36px;
  padding: 12px 32px;
  background-color: #f9f9f9;
  border: 2px solid #002145;
  font-size: 1.875em;
}

body.page-entity-print .webform-submission-data--webform-field-safety-waiver section {
  margin-top: 0;
  margin-bottom: 36px;
  page-break-inside: avoid;
}

body.page-entity-print .webform-submission-data--webform-field-safety-waiver section *:first-child {
  margin-top: 0;
}

body.page-entity-print .webform-submission-data--webform-field-safety-waiver section *:last-child {
  margin-bottom: 0;
}

body.page-entity-print .webform-submission-data--webform-field-safety-waiver section .webform-section-title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 32px;
  font-size: 1.5em;
}

body.page-entity-print .webform-submission-data--webform-field-safety-waiver section .webform-section-wrapper {
  margin-top: 0;
  padding: 0 32px;
  page-break-inside: auto;
}

body.page-entity-print .webform-submission-data--webform-field-safety-waiver section#field_safety_waiver--waiver__section_pre {
  padding: 24px 0;
  background-color: yellow;
  border: 3px solid red;
}

body.page-entity-print .webform-submission-data--webform-field-safety-waiver section#field_safety_waiver--waiver__section_pre h3 {
  margin-top: 0;
}

body.page-entity-print .webform-submission-data--webform-field-safety-waiver #field_safety_waiver--waiver__section_risk_assumption,
body.page-entity-print .webform-submission-data--webform-field-safety-waiver #field_safety_waiver--waiver__section_release_liability_waiver_claims {
  font-size: 0.913em;
  line-height: 14px;
}

body.page-entity-print .webform-submission-data--webform-field-safety-waiver #field_safety_waiver--waiver__section_release_liability_waiver_claims ol[start='1'] {
  background-color: yellow;
  border: 3px solid red;
}

body.page-entity-print .webform-submission-data--webform-field-safety-waiver #field_safety_waiver--waiver__section_release_liability_waiver_claims li {
  padding: 0.5em;
}

body.page-entity-print .webform-submission-data--webform-field-safety-waiver #field_safety_waiver--page_overview {
  display: none;
}

body.page-entity-print .webform-submission-data--webform-field-safety-waiver .data-variable--highlighter-primary {
  padding: 0 0.25em;
  background-color: cyan;
  font-weight: bold;
  text-transform: uppercase;
}

body.page-entity-print .webform-submission-data--webform-field-safety-waiver .data-variable--fpo {
  padding: 0 0.25em !important;
  background-color: cyan !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}

/* stylelint-enable */
.webform-submission-data--webform-field-safety-trip details[id*='field_safety_trip--page_'] summary,
.webform-submission-data--webform-field-safety-trip details[id*='field_safety_participant--page_'] summary,
.webform-submission-data--webform-field-safety-trip details[id*='field_safety_waiver--page_'] summary,
.webform-submission-data--webform-field-safety-participant details[id*='field_safety_trip--page_'] summary,
.webform-submission-data--webform-field-safety-participant details[id*='field_safety_participant--page_'] summary,
.webform-submission-data--webform-field-safety-participant details[id*='field_safety_waiver--page_'] summary,
.webform-submission-data--webform-field-safety-waiver details[id*='field_safety_trip--page_'] summary,
.webform-submission-data--webform-field-safety-waiver details[id*='field_safety_participant--page_'] summary,
.webform-submission-data--webform-field-safety-waiver details[id*='field_safety_waiver--page_'] summary {
  display: none;
}

.webform-submission-data--webform-field-safety-trip details[id*='field_safety_trip--page_'] .details-wrapper > h2,
.webform-submission-data--webform-field-safety-trip details[id*='field_safety_participant--page_'] .details-wrapper > h2,
.webform-submission-data--webform-field-safety-trip details[id*='field_safety_waiver--page_'] .details-wrapper > h2,
.webform-submission-data--webform-field-safety-participant details[id*='field_safety_trip--page_'] .details-wrapper > h2,
.webform-submission-data--webform-field-safety-participant details[id*='field_safety_participant--page_'] .details-wrapper > h2,
.webform-submission-data--webform-field-safety-participant details[id*='field_safety_waiver--page_'] .details-wrapper > h2,
.webform-submission-data--webform-field-safety-waiver details[id*='field_safety_trip--page_'] .details-wrapper > h2,
.webform-submission-data--webform-field-safety-waiver details[id*='field_safety_participant--page_'] .details-wrapper > h2,
.webform-submission-data--webform-field-safety-waiver details[id*='field_safety_waiver--page_'] .details-wrapper > h2 {
  margin-top: 0;
  margin-bottom: 36px;
  padding: 12px 36px;
  background-color: #f9f9f9;
  border: 2px solid #002145;
  font-size: 2em;
}

.webform-submission-data--webform-field-safety-trip section,
.webform-submission-data--webform-field-safety-participant section,
.webform-submission-data--webform-field-safety-waiver section {
  margin-top: 0;
  margin-bottom: 36px;
  page-break-inside: avoid;
}

.webform-submission-data--webform-field-safety-trip section *:first-child,
.webform-submission-data--webform-field-safety-participant section *:first-child,
.webform-submission-data--webform-field-safety-waiver section *:first-child {
  margin-top: 0;
}

.webform-submission-data--webform-field-safety-trip section *:last-child,
.webform-submission-data--webform-field-safety-participant section *:last-child,
.webform-submission-data--webform-field-safety-waiver section *:last-child {
  margin-bottom: 0;
}

.webform-submission-data--webform-field-safety-trip section .webform-section-title,
.webform-submission-data--webform-field-safety-participant section .webform-section-title,
.webform-submission-data--webform-field-safety-waiver section .webform-section-title {
  margin-bottom: 0;
  padding: 12px 36px;
  background-color: #f9f9f9;
  border: 2px solid #ccc;
  font-size: 1.75em;
}

.webform-submission-data--webform-field-safety-trip section .webform-section-wrapper,
.webform-submission-data--webform-field-safety-participant section .webform-section-wrapper,
.webform-submission-data--webform-field-safety-waiver section .webform-section-wrapper {
  padding: 36px;
}

.webform-submission-data--webform-field-safety-trip section[id*='__section_text_'] h2,
.webform-submission-data--webform-field-safety-trip section[id*='__section_read_understood'] h2,
.webform-submission-data--webform-field-safety-trip section[id*='__section_disclaimer'] h2,
.webform-submission-data--webform-field-safety-participant section[id*='__section_text_'] h2,
.webform-submission-data--webform-field-safety-participant section[id*='__section_read_understood'] h2,
.webform-submission-data--webform-field-safety-participant section[id*='__section_disclaimer'] h2,
.webform-submission-data--webform-field-safety-waiver section[id*='__section_text_'] h2,
.webform-submission-data--webform-field-safety-waiver section[id*='__section_read_understood'] h2,
.webform-submission-data--webform-field-safety-waiver section[id*='__section_disclaimer'] h2 {
  display: none;
}

.webform-submission-data--webform-field-safety-trip img,
.webform-submission-data--webform-field-safety-participant img,
.webform-submission-data--webform-field-safety-waiver img {
  display: block;
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.webform-submission-data--webform-field-safety-trip .data-variable--highlighter-primary,
.webform-submission-data--webform-field-safety-participant .data-variable--highlighter-primary,
.webform-submission-data--webform-field-safety-waiver .data-variable--highlighter-primary {
  padding: 0 0.25em;
  background-color: cyan;
  font-weight: bold;
}

.webform-submission-data--webform-field-safety-trip .data-variable--fpo,
.webform-submission-data--webform-field-safety-participant .data-variable--fpo,
.webform-submission-data--webform-field-safety-waiver .data-variable--fpo {
  padding: 0 0.25em !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: cyan !important;
  /* stylelint-disable-line declaration-no-important */
  font-weight: bold !important;
  /* stylelint-disable-line declaration-no-important */
}

body[class*='-submissions-'] .c-project-card {
  margin-bottom: 36px;
}

/* stylelint-disable selector-max-id, selector-no-qualifying-type */
.webform-submission-data--webform-field-safety-waiver section {
  margin-top: 0;
  margin-bottom: 36px;
  page-break-inside: avoid;
}

.webform-submission-data--webform-field-safety-waiver section *:first-child {
  margin-top: 0;
}

.webform-submission-data--webform-field-safety-waiver section *:last-child {
  margin-bottom: 0;
}

.webform-submission-data--webform-field-safety-waiver section .webform-section-title {
  margin-bottom: 0;
  padding: 0 36px;
  background-color: transparent;
  border: none;
  font-size: 1.5em;
}

.webform-submission-data--webform-field-safety-waiver section .webform-section-wrapper {
  padding: 24px 36px;
}

.webform-submission-data--webform-field-safety-waiver section#field_safety_waiver--waiver__section_pre {
  background-color: yellow;
  border: 3px solid red;
}

.webform-submission-data--webform-field-safety-waiver section#field_safety_waiver--waiver__section_release_liability_waiver_claims ol {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.webform-submission-data--webform-field-safety-waiver section#field_safety_waiver--waiver__section_release_liability_waiver_claims ol[start='1'] {
  background-color: yellow;
  border: 3px solid red;
}

.webform-submission-data--webform-field-safety-waiver section#field_safety_waiver--waiver__section_release_liability_waiver_claims li {
  padding: 0.5em;
}

.webform-submission-data--webform-field-safety-waiver img.webform-signature-image {
  max-width: 400px;
  max-height: 300px;
  width: auto;
  height: auto;
}

/* stylelint-enable */
.c-field-safety-submission-summary {
  margin-bottom: 36px;
  padding: 36px;
  background-color: #f9f9f9;
  border: 2px solid #002145;
}

.c-field-safety-submission-summary .c-form__title h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  color: #2f5d7c;
}

.c-field-safety-submission-summary .c-submission-summary .c-trip__title {
  font-size: 2.25em;
}

.c-field-safety-submission-summary .c-submission-summary .c-trip__id {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
}

.c-field-safety-submission-summary .c-submission-summary .c-trip__date-start {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
}

.c-field-safety-submission-summary .c-submission-summary .c-submission__completed {
  margin-top: 1em;
  color: #666;
}

.c-field-safety-submission-summary .c-submission-summary .c-submission__changed {
  color: #666;
}

.block-views[class*='webform-submission-field-safety-trip-submissions-related'] {
  margin-left: 36px;
  margin-right: 36px;
}

.c-field-safety-submission-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 14px;
  color: #002145;
}

.c-field-safety-submission-teaser:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #eee;
}

.c-field-safety-submission-teaser__project-code {
  margin-right: 14px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.375em;
}

.c-field-safety-submission-teaser__trip {
  margin-left: 14px;
  margin-right: 14px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.375em;
}

.c-field-safety-submission-teaser__trip-date {
  margin-top: 4px;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.25em;
}

.c-field-safety-submission-teaser__user {
  margin-left: 14px;
  margin-right: 14px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.375em;
}

.c-field-safety-submission-teaser__user-email {
  font-size: 0.813em;
  font-weight: normal;
  color: #2f5d7c;
  line-height: 1.25em;
  word-break: break-word;
}

.c-field-safety-submission-teaser__submission-state {
  margin-left: 14px;
  margin-right: 14px;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.25em;
}

.c-field-safety-submission-teaser__submission-state ul {
  margin-left: 0;
  list-style-type: none;
}

.c-field-safety-submission-teaser__submission-state li {
  line-height: 20px;
}

.c-field-safety-submission-teaser__submission-state .state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}

.c-field-safety-submission-teaser__submission-state .state-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
}

.c-field-safety-submission-teaser__submission-state .state-icon:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  text-align: center;
  vertical-align: top;
  line-height: 16px;
}

.c-field-safety-submission-teaser__submission-state .state--info .state-icon:before {
  content: 'ℹ';
  font-size: 1.375em;
  line-height: 14px;
  background-color: #c4def3;
}

.c-field-safety-submission-teaser__submission-state .state--success .state-icon:before {
  content: '✔';
  background-color: #a8ebbb;
}

.c-field-safety-submission-teaser__submission-state .state--warning .state-icon:before {
  content: '✖';
  background-color: #f1e3a3;
}

.c-field-safety-submission-teaser__submission-state .state-label {
  margin-right: 0.5em;
  font-weight: 600;
}

.c-field-safety-submission-teaser__submission-state .state-time {
  color: #2f5d7c;
}

.c-field-safety-submission-teaser__submission-status {
  margin-left: 14px;
  margin-right: 14px;
  margin-top: 3px;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.25em;
}

.c-field-safety-submission-teaser__submission-completed {
  margin-left: 14px;
  margin-right: 14px;
  margin-top: 3px;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.25em;
}

.c-field-safety-submission-teaser__submission-changed {
  margin-left: 14px;
  margin-right: 14px;
  margin-top: 3px;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.25em;
}

.c-field-safety-submission-teaser__operations {
  margin-left: 14px;
  margin-top: 3px;
}

.c-field-safety-submission-teaser__trip-country {
  margin-top: 4px;
  font-size: 0.813em;
  font-weight: normal;
  color: #666;
  line-height: 1.25em;
}

.c-field-safety-submission-teaser__form-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 4px;
  font-size: 0.813em;
  font-weight: normal;
  color: #666;
  line-height: 1.25em;
}

.btn-ghost {
  background-color: #f1f1f1;
  background-image: none;
  border: 1px solid #333;
  border-color: #333;
  color: #333;
}

.btn-ghost:hover, .btn-ghost:focus {
  background-color: #ccc;
  border-color: #333;
}

.btn-group.open .btn-ghost.dropdown-toggle {
  background-color: #ccc;
  border-color: #333;
}

[class*='__operations'] .dropdown-menu {
  min-width: 100%;
}

[class*='__operations'] .dropdown-menu > li > a {
  padding: 6px;
  font-size: 10.5px;
  line-height: 1em;
}

[class*='__operations'] .dropdown-menu > li > a:hover {
  background-color: #ccc;
  background-image: none;
}

.c-table-header-row--user-field-safety-submissions .c-table-header-column--project-code {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
  margin-left: 0;
}

.c-table-header-row--user-field-safety-submissions .c-table-header-column--trip {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}

.c-table-header-row--user-field-safety-submissions .c-table-header-column--submission-state {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35%;
          flex: 1 1 35%;
}

.c-table-header-row--user-field-safety-submissions .c-table-header-column--operations {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
  margin-right: 0;
}

.c-table-row--user-field-safety-submissions .c-field-safety-submission-teaser__project-code {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
}

.c-table-row--user-field-safety-submissions .c-field-safety-submission-teaser__trip {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}

.c-table-row--user-field-safety-submissions .c-field-safety-submission-teaser__submission-state {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35%;
          flex: 1 1 35%;
}

.c-table-row--user-field-safety-submissions .c-field-safety-submission-teaser__operations {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
}

.c-table-header-row--dashboard-field-safety-submissions .c-table-header-column--project-code {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
  margin-left: 0;
}

.c-table-header-row--dashboard-field-safety-submissions .c-table-header-column--trip {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
}

.c-table-header-row--dashboard-field-safety-submissions .c-table-header-column--user {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}

.c-table-header-row--dashboard-field-safety-submissions .c-table-header-column--submission-state {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}

.c-table-header-row--dashboard-field-safety-submissions .c-table-header-column--operations {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
  margin-right: 0;
}

.c-table-row--dashboard-field-safety-submissions .c-field-safety-submission-teaser__project-code {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
}

.c-table-row--dashboard-field-safety-submissions .c-field-safety-submission-teaser__trip {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
}

.c-table-row--dashboard-field-safety-submissions .c-field-safety-submission-teaser__user {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}

.c-table-row--dashboard-field-safety-submissions .c-field-safety-submission-teaser__submission-state {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}

.c-table-row--dashboard-field-safety-submissions .c-field-safety-submission-teaser__operations {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
}

.c-table-header-row--project-field-safety-submissions .c-table-header-column--user {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  margin-left: 0;
}

.c-table-header-row--project-field-safety-submissions .c-table-header-column--submission-state {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}

.c-table-header-row--project-field-safety-submissions .c-table-header-column--operations {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
  margin-right: 0;
}

.c-table-row--project-field-safety-submissions .c-field-safety-submission-teaser__user {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  margin-left: 0;
}

.c-table-row--project-field-safety-submissions .c-field-safety-submission-teaser__submission-state {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}

.c-table-row--project-field-safety-submissions .c-field-safety-submission-teaser__operations {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
  margin-right: 0;
}

.c-form-item__label {
  font-size: 1em;
  margin-bottom: 0.5em;
  cursor: pointer;
}

.c-form__actions,
.form-actions {
  margin: 0;
  margin-top: 32px;
  padding: 0;
  background-color: transparent;
  border: none;
}

.views-exposed-form {
  margin-bottom: 40px;
}

.c-form-filters--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 661px) {
  .c-form-filters--inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.c-form-filters--inline .c-form-filters__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 661px) {
  .c-form-filters--inline .c-form-filters__inputs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.c-form-filters--inline .c-form-filters__inputs .c-form-item {
  margin-right: 16px;
}

.c-form-filters--inline .c-form-filters__inputs .c-form-item label {
  font-size: 1.125em;
  font-weight: bold;
  color: #2f5d7c;
}

.c-form-filters--inline .c-form-filters__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-form-element {
  padding: 16px;
  width: 100%;
  background-image: none;
  color: #222;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}

.c-form-element:focus {
  color: #222;
  outline: 0;
  border-color: #3696e4;
}

.c-form-item .c-form-element {
  width: 100%;
}

.form-item {
  margin: 0 0 24px;
}

.form-submit {
  margin: 0 0 24px;
  padding: 8px 12px;
}

label {
  margin-bottom: 0.5em;
  font-size: 1em;
  cursor: pointer;
}

.c-form-item input,
.c-form-item select,
.c-form-item textarea,
.c-form-item input.c-form-element,
.c-form-item select.c-form-element,
.c-form-item textarea.c-form-element,
.c-form-item .chosen-choices {
  height: auto;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: inset 0 0 0 1px rgba(102, 113, 123, 0.25), inset 0 1px 2px 0 rgba(102, 113, 123, 0.21);
          box-shadow: inset 0 0 0 1px rgba(102, 113, 123, 0.25), inset 0 1px 2px 0 rgba(102, 113, 123, 0.21);
  border-radius: 0;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 20px;
}

.c-form-item select,
.c-form-item select.c-form-element {
  padding-right: 40px;
  background-image: url("../images/icons/select-arrows--grey.svg");
  background-repeat: no-repeat, repeat-x;
  background-size: 10px, auto;
  background-position: right 14px top 50%, bottom;
  cursor: pointer;
}

.c-form-item label {
  font-weight: bold;
}

.c-form-item .description {
  font-size: 0.913em;
  color: #999;
}

.c-form-item .chosen-choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.c-form-item .chosen-choices li {
  line-height: 20px;
}

.c-form-item .chosen-choices li.search-field input[type='text'] {
  height: auto;
}

.c-form-item .chosen-choices li.search-choice {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-top: 0;
  margin-bottom: 0;
}

.c-form-item.form-item-search input {
  padding-right: 40px;
}

.c-form-input__icon-wrapper {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
}

.c-form-input__icon-wrapper .c-form-input__icon {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 100%;
  margin-right: 4px;
  color: #2f5d7c;
}

.c-form-input__icon-wrapper .c-form-input__icon svg {
  fill: currentColor;
  width: 32px;
  height: 100%;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  margin: 16px 0 8px;
  font-weight: 700;
  line-height: 1.3;
}

main h1 {
  font-size: 36px;
}

main h2 {
  font-size: 30px;
}

main h3 {
  font-size: 24px;
}

main h4 {
  font-size: 18px;
}

main h5 {
  font-size: 14px;
}

main h6 {
  font-size: 12px;
}

.c-menu-accordion {
  position: relative;
  margin: 0;
  padding: 0;
}

.c-menu-accordion ul {
  margin: 0;
  padding: 0;
}

.c-menu-accordion__item a {
  color: #002145;
}

.c-menu-accordion__item.is-active > a {
  /* stylelint-disable-line scss/selector-no-redundant-nesting-selector */
  font-weight: bold;
}

.c-menu-accordion__item.is-open.is-active > a {
  /* stylelint-disable-line scss/selector-no-redundant-nesting-selector */
}

.c-menu-accordion__item.is-open.is-active > a .link-inner__chevron-right svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-menu-accordion__submenu {
  display: none;
  text-align: left;
  font-size: 0.9em;
  color: #222;
  margin-bottom: 16px;
  font-weight: font-weight(medium);
}

.c-menu-accordion__item.is-active .c-menu-accordion__submenu {
  display: block;
}

.c-menu-accordion__submenu .c-menu-accordion__link {
  padding-left: 25px;
  line-height: 1.5em;
}

.c-menu-accordion__submenu .c-menu-accordion__link + .c-menu-accordion__submenu .c-menu-accordion__link {
  padding-left: 40px;
}

.c-menu-accordion__link {
  display: block;
  padding: 8px 14px;
  border: 1px solid #d7e0e7;
  text-decoration: none;
}

.no-touchevents .c-menu-accordion__link:hover {
  background-color: #002145;
  color: #fff;
}

.c-menu-accordion__link:hover .link-inner__chevron-right {
  color: #fff;
}

.c-menu-accordion__link.is-active {
  font-weight: bold;
}

.c-menu-accordion__submenu .c-menu-accordion__link {
  /* stylelint-disable-line no-duplicate-selectors */
}

.c-menu-accordion__submenu .c-menu-accordion__link .link-inner__chevron-right {
  color: #999;
}

.c-menu-accordion__link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 24px;
}

.c-menu-accordion__link-inner .link-inner__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 20px);
          flex: 0 1 calc(100% - 20px);
  -ms-flex-item-align: center;
      align-self: center;
}

.c-menu-accordion__link-inner .link-inner__chevron-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20px;
          flex: 1 1 20px;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: right;
}

.c-menu {
  padding: 0;
  list-style: none;
}

@media (max-width: 660px) {
  .c-menu__item {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

.c-menu__link {
  -webkit-transition-property: color, background-color, border-color, -webkit-box-shadow;
  transition-property: color, background-color, border-color, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow;
  transition-property: color, background-color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #222;
  background-color: #f4f4f4;
  padding: 0.4em 0.8em;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #f4f4f4;
  color: inherit;
  vertical-align: middle;
  border-top: 2px solid transparent;
  border-bottom: 2px solid #f4f4f4;
}

.no-touchevents .c-menu__link:hover {
  color: #222;
  background-color: #999;
  border-color: #999;
}

.c-menu__link:disabled, .c-menu__link.is-disabled {
  cursor: default;
  opacity: 0.8;
}

.no-touchevents .c-menu__link:hover {
  color: #222;
}

.c-menu__link.is-active,
.c-menu__item--active-trail .c-menu__link,
.c-menu__item.is-active .c-menu__link {
  border-bottom-color: #222;
}

.no-touchevents .c-menu__link.is-active:hover, .no-touchevents
.c-menu__item--active-trail .c-menu__link:hover, .no-touchevents
.c-menu__item.is-active .c-menu__link:hover {
  border-bottom-color: #222;
}

.c-paragraph-accordion {
  margin-bottom: 32px;
  border: 1px solid #c3d0db;
}

.c-paragraph-accordion + .c-paragraph-accordion {
  margin-top: -16px;
}

.c-paragraph-accordion__heading h2 {
  margin: 0;
  font-size: 1.313em;
  font-weight: bold;
}

.c-paragraph-accordion__heading button {
  width: 100%;
  padding: 8px 16px;
  font-size: inherit;
  font-weight: inherit;
}

.c-paragraph-accordion__heading button .link-inner__chevron-right {
  -ms-flex-item-align: center;
      align-self: center;
}

.c-paragraph-accordion--body .c-paragraph-accordion__heading button .link-inner__chevron-right svg {
  /* stylelint-disable-line selector-max-compound-selectors */
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-paragraph-accordion__body-container-inner {
  padding: 0 16px 16px;
}

.c-paragraph-image {
  margin-bottom: 32px;
}

.c-paragraph-image__caption {
  margin-top: 8px;
  font-size: 0.75em;
  color: #666;
  line-height: 1.5em;
}

.c-paragraph-image__caption * {
  margin: 0;
}

.c-paragraph-slide__image {
  position: relative;
}

.c-paragraph-slide__caption {
  display: none;
}

@media (min-width: 661px) {
  .c-paragraph-slide__caption {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 66%;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 0.75em;
    color: #fff;
    line-height: 1.5em;
  }
  .c-paragraph-slide__caption * {
    margin: 0;
  }
  .c-paragraph-slide__caption a {
    color: #fff;
  }
}

.c-paragraph-text {
  margin-bottom: 32px;
}

.c-paragraph-text__image {
  margin-bottom: 24px;
}

.c-paragraph-text__image img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.c-paragraph-text__image--left {
  float: left;
  width: 33%;
  margin-right: 32px;
}

.c-paragraph-text__image--right {
  float: right;
  width: 33%;
  margin-left: 32px;
}

.c-paragraph-text__image--full {
  width: 100%;
  margin-top: 1.5em;
}

.c-paragraph-text__image--center {
  width: 100%;
  margin-top: 1.5em;
  text-align: center;
}

.c-paragraph-text__image--center img {
  width: auto;
  max-width: 50%;
}

figure {
  display: table;
  margin: 24px 32px;
  margin-left: 0;
}

figure.align-left {
  margin-left: 0;
  margin-right: 32px;
  margin-top: 24px;
  margin-bottom: 24px;
}

figure.align-right {
  margin-left: 32px;
  margin-right: 0;
  margin-top: 24px;
  margin-bottom: 24px;
}

figure.align-center {
  margin-left: 0;
  margin-right: 32px;
  margin-top: 24px;
  margin-bottom: 24px;
}

figcaption {
  display: table-caption;
  caption-side: bottom;
  max-width: none;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 0.75em;
  color: #666;
}

.c-paragraph-video {
  margin-bottom: 32px;
}

.c-paragraph-video__caption {
  margin-top: 8px;
  font-size: 0.75em;
  color: #666;
  line-height: 1.5em;
}

.c-paragraph-video__caption * {
  margin: 0;
}

.c-person-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 14px;
  color: #002145;
}

@media (min-width: 661px) {
  .c-person-teaser {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-person-teaser:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #eee;
}

.c-person-teaser__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  margin-right: 14px;
  font-size: 1em;
  font-weight: bold;
  color: #002145;
  line-height: 1.375em;
}

.c-person-teaser__name a {
  color: inherit;
  text-decoration: none;
}

.c-person-teaser__name a:hover {
  color: #2f5d7c;
}

.c-person-teaser__group {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  margin-left: 14px;
  margin-right: 14px;
  font-size: 0.938em;
  font-weight: 600;
  line-height: 1.375em;
}

.c-person-teaser__group .data__label {
  margin-top: 8px;
  font-size: 0.875em;
  font-weight: bold;
}

@media (min-width: 661px) {
  .c-person-teaser__group .data__label {
    display: none;
  }
}

.c-person-teaser__contact {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  margin-left: 14px;
  font-size: 0.938em;
  font-weight: 600;
  line-height: 1.25em;
}

.c-person-teaser__contact a {
  color: inherit;
  text-decoration: none;
}

.c-person-teaser__contact a:hover {
  color: #2f5d7c;
}

.c-person-teaser__contact .data__label {
  margin-top: 8px;
  font-size: 0.875em;
  font-weight: bold;
}

@media (min-width: 661px) {
  .c-person-teaser__contact .data__label {
    display: none;
  }
}

.c-person-teaser__position {
  margin-top: 4px;
  font-size: 0.813em;
  font-weight: normal;
  color: #666;
  line-height: 1.25em;
}

.c-person-teaser__email {
  margin-bottom: 4px;
  word-break: break-word;
}

.c-form-filters--people {
  margin-top: 32px;
  margin-bottom: 32px;
}

.c-table-header-row--people .c-table-header-column--name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  margin-left: 0;
}

.c-table-header-row--people .c-table-header-column--position {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
}

.c-table-header-row--people .c-table-header-column--contact {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  margin-right: 0;
}

.c-person h1.page-title {
  margin-bottom: 12px;
  color: #222;
  line-height: 1.125em;
}

.c-person__about-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 48px;
}

@media (min-width: 981px) {
  .c-person__about-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-person__photo {
  margin-bottom: 32px;
}

@media (min-width: 981px) {
  .c-person__photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-right: 32px;
    margin-bottom: 0;
  }
  .c-person__photo img {
    width: 100%;
    height: auto;
    max-width: 370px;
    max-height: 320px;
  }
}

.c-person__position {
  margin-bottom: 24px;
  font-size: 1.5em;
  color: #002145;
}

.c-person__teaser {
  font-size: 1.25em;
}

@media (min-width: 981px) {
  .c-person__details-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
  }
}

.c-person__details {
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 24px;
  padding-top: 24px;
  list-style: none;
  font-size: 1.063em;
  line-height: 1.313em;
}

.c-person__details:before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  top: 0;
  right: 0;
  left: 0;
  background-color: #98b2c3;
}

.c-person__details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-person__details a {
  text-decoration: none;
}

.c-person__details .data__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 150px;
          flex: 0 1 150px;
  margin-bottom: 10px;
  font-weight: bold;
}

.c-person__details .data__value {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 150px);
          flex: 0 1 calc(100% - 150px);
  margin-bottom: 10px;
}

.c-person__email {
  word-break: break-word;
}

.c-person__website {
  word-break: break-word;
}

.c-person__lab-website {
  word-break: break-word;
}

.c-person__tabs {
  margin-top: 32px;
}

.c-person__tabs .nav-tabs {
  border-bottom: 1px solid #002145;
}

.c-person__tabs .nav-tabs > li > a {
  padding: 12px 16px;
  font-size: 1.125em;
}

.no-touchevents .c-person__tabs .nav-tabs > li > a:hover {
  color: #fff;
}

.c-person__supervisor .view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-person__supervisor .c-person-teaser-micro {
  display: inline-block;
  position: relative;
  margin-right: 0.5em;
}

.c-person__supervisor .c-person-teaser-micro:not(:last-child):after {
  display: inline;
  position: absolute;
  content: ', ';
  top: 0;
  right: -0.25em;
  color: inherit;
}

.c-person__lab .view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-person__lab .c-person-teaser-micro {
  display: inline-block;
  position: relative;
  margin-right: 0.5em;
}

.c-person__lab .c-person-teaser-micro:not(:last-child):after {
  display: inline;
  position: absolute;
  content: ', ';
  top: 0;
  right: -0.25em;
  color: inherit;
}

.c-person__experience-summary * {
  margin: 0;
}

.c-person__publication-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 14px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.375em;
  color: #002145;
}

.c-person__publication-link:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #eee;
}

.c-person__publication-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.c-person__publication-link a:hover {
  color: #2f5d7c;
}

.c-person__publication-link .link-inner__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 94%;
          flex: 1 1 94%;
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 14px;
}

.c-person__publication-link .link-inner__chevron-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 6%;
          flex: 1 1 6%;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 14px;
  padding-left: 14px;
}

.c-project-card {
  padding: 24px 32px;
  background-color: #f9f9f9;
  border: 2px solid #002145;
}

.c-project-card__type h1 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 2.5em;
  color: #2f5d7c;
}

.c-project-card__title h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 2.5em;
}

.c-project-card__code {
  font-size: 1.5em;
  font-weight: bold;
  color: #666;
  line-height: 1.25em;
}

.c-project-card__date {
  font-size: 1.5em;
  font-weight: bold;
  color: #666;
  line-height: 1.25em;
}

.block-views[class*='project-field-safety-submissions'] {
  margin-top: 36px;
  margin-left: 32px;
  margin-right: 32px;
}

.c-publication-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 14px;
  color: #002145;
}

.c-publication-teaser:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #eee;
}

.c-publication-teaser__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  margin-right: 14px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.375em;
}

.c-publication-teaser__author {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 34%;
          flex: 1 1 34%;
  margin-left: 14px;
  margin-right: 14px;
  margin-top: 3px;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.25em;
}

.c-publication-teaser__year {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 6%;
          flex: 1 1 6%;
  margin-left: 14px;
}

.c-publication-teaser__journal {
  margin-top: 4px;
  font-size: 0.813em;
  font-weight: normal;
  color: #666;
  line-height: 1.25em;
}

.c-form-filters--publications {
  margin-top: 32px;
  margin-bottom: 32px;
}

.c-table-header-row--publications .c-table-header-column--title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  margin-left: 0;
}

.c-table-header-row--publications .c-table-header-column--author {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 34%;
          flex: 1 1 34%;
}

.c-table-header-row--publications .c-table-header-column--year {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 6%;
          flex: 1 1 6%;
  margin-right: 0;
}

.status-messages .backtrace {
  max-height: 32px;
  overflow-y: scroll;
  padding: 24px;
  font-size: 0.6em;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.no-touchevents .status-messages .backtrace:hover {
  max-height: none;
}

.status-messages a {
  font-style: normal;
  color: #666;
}

.no-touchevents .status-messages a:hover {
  color: #807f7f;
}

.status-messages--status a {
  color: #3696e4;
}

.no-touchevents .status-messages--status a:hover {
  color: #63adea;
}

.status-messages--warning a {
  color: #edc200;
}

.no-touchevents .status-messages--warning a:hover {
  color: #ffd721;
}

.status-messages--error a {
  color: #eb5164;
}

.no-touchevents .status-messages--error a:hover {
  color: #f396a1;
}

.status-messages__message {
  -webkit-box-shadow: 0 1px 3px 0 rgba(34, 34, 34, 0.25);
          box-shadow: 0 1px 3px 0 rgba(34, 34, 34, 0.25);
  margin: 16px 0;
  padding: 1em 48px;
  padding-left: 56px;
  border-top: 2px solid #999;
  background-color: #f4f4f4;
  background-position: -40px 0;
  background-origin: content-box;
  background-repeat: no-repeat;
  background-size: 24px;
}

.status-messages--status .status-messages__message {
  border-top-color: #3696e4;
  background-color: #c4def3;
  background-image: url("../components/status-messages/images/info.svg");
}

.status-messages--warning .status-messages__message {
  border-top-color: #edc200;
  background-color: #f1e3a3;
  background-image: url("../components/status-messages/images/warning.svg");
}

.status-messages--error .status-messages__message {
  border-top-color: #eb5164;
  background-color: #fbdde0;
  background-image: url("../components/status-messages/images/error.svg");
}

.status-messages__message *:first-child {
  margin-top: 0;
}

.status-messages__message *:last-child {
  margin-bottom: 0;
}

.c-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.no-touchevents .c-tab:hover {
  color: #fff;
}

.c-tab__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 0.75em;
  color: #fff;
}

.c-tab__icon svg {
  stroke: currentColor;
  width: 24px;
  height: 24px;
}

main .nav.nav-tabs > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

table,
td {
  border-collapse: collapse;
  margin-top: 1em;
  border-color: #ccc;
}

table {
  display: table !important;
  /* stylelint-disable-line declaration-no-important */
  border: none;
}

table th, table td {
  border: none;
  padding: 0.25em 0.5em 0.25em 0;
  vertical-align: top;
}

.c-paragraph-text table,
.c-paragraph-accordion table {
  font-size: 0.875em;
  line-height: 1.25em;
}

@media (min-width: 481px) {
  .c-paragraph-text table td,
  .c-paragraph-accordion table td {
    min-width: 50px;
  }
}

@media (min-width: 661px) {
  .c-paragraph-text table,
  .c-paragraph-accordion table {
    font-size: 0.913em;
  }
  .c-paragraph-text table td,
  .c-paragraph-accordion table td {
    min-width: 75px;
  }
}

@media (min-width: 981px) {
  .c-paragraph-text table,
  .c-paragraph-accordion table {
    font-size: 1em;
  }
  .c-paragraph-text table td,
  .c-paragraph-accordion table td {
    min-width: 100px;
  }
}

.c-paragraph-text table[border='1'],
.c-paragraph-accordion table[border='1'] {
  border: 1px solid #ccc;
}

.c-paragraph-text table[border='1'] th, .c-paragraph-text table[border='1'] td,
.c-paragraph-accordion table[border='1'] th,
.c-paragraph-accordion table[border='1'] td {
  border: 1px solid #ccc;
  padding: 0.25em 0.5em 0.25em 0.25em;
}

@media (min-width: 661px) {
  .c-paragraph-text table[border='1'] th, .c-paragraph-text table[border='1'] td,
  .c-paragraph-accordion table[border='1'] th,
  .c-paragraph-accordion table[border='1'] td {
    padding: 0.5em 0.75em 0.5em 0.5em;
  }
}

.c-paragraph-text table[border='2'],
.c-paragraph-accordion table[border='2'] {
  border: 2px solid #ccc;
}

.c-paragraph-text table[border='2'] th, .c-paragraph-text table[border='2'] td,
.c-paragraph-accordion table[border='2'] th,
.c-paragraph-accordion table[border='2'] td {
  border: 2px solid #ccc;
  padding: 0.25em 0.5em 0.25em 0.25em;
}

@media (min-width: 661px) {
  .c-paragraph-text table[border='2'] th, .c-paragraph-text table[border='2'] td,
  .c-paragraph-accordion table[border='2'] th,
  .c-paragraph-accordion table[border='2'] td {
    padding: 0.5em 0.75em 0.5em 0.5em;
  }
}

.c-table-header-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1.125em;
  font-weight: bold;
  color: #2f5d7c;
}

.c-table-header-row:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #eee;
}

.c-table-header-row--people {
  display: none;
}

@media (min-width: 661px) {
  .c-table-header-row--people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 4px;
  }
}

.c-table-header-column {
  margin-left: 14px;
  margin-right: 14px;
}

.c-thesis-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 14px;
  color: #002145;
}

.c-thesis-teaser:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #eee;
}

.c-thesis-teaser__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  margin-right: 14px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.375em;
}

.c-thesis-teaser__title a {
  color: inherit;
  text-decoration: none;
}

.c-thesis-teaser__title a:hover {
  color: #2f5d7c;
}

.c-thesis-teaser__author {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 34%;
          flex: 1 1 34%;
  margin-left: 14px;
  margin-right: 14px;
  margin-top: 3px;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.25em;
}

.c-thesis-teaser__year {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 6%;
          flex: 1 1 6%;
  margin-left: 14px;
}

.c-thesis-teaser__degree {
  margin-top: 4px;
  font-size: 0.813em;
  font-weight: normal;
  color: #666;
  line-height: 1.25em;
}

.c-form-filters--theses {
  margin-top: 32px;
  margin-bottom: 32px;
}

.c-table-header-row--theses .c-table-header-column--title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  margin-left: 0;
}

.c-table-header-row--theses .c-table-header-column--author {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 34%;
          flex: 1 1 34%;
}

.c-table-header-row--theses .c-table-header-column--year {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 6%;
          flex: 1 1 6%;
  margin-right: 0;
}

.ajax-progress {
  display: inline-block;
  padding: 1px 5px 2px;
}

[dir='rtl'] .ajax-progress {
  float: right;
}

.ajax-progress-throbber {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  padding: 0;
  z-index: 10000;
  opacity: 1;
}

.ajax-progress-throbber .throbber {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/loader.svg");
  background-color: rgba(238, 238, 238, 0.5);
  background-size: 48px;
  background-position: center center;
  background-repeat: no-repeat;
}

.ajax-progress-throbber .message {
  display: inline;
  padding: 1px 5px 2px;
}

tr .ajax-progress-throbber .throbber {
  margin: 0 2px;
}

.ajax-progress-bar {
  width: 16em;
}

.ajax-progress-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  padding: 0;
  z-index: 10000;
  opacity: 1;
  background-image: url("../images/loader.svg");
  background-color: rgba(238, 238, 238, 0.5);
  background-size: 48px;
  background-position: center center;
  background-repeat: no-repeat;
}

[dir='rtl'] .ajax-progress-fullscreen {
  left: auto;
  right: 49%;
}

.c-user h1.page-title {
  margin-bottom: 12px;
  color: #222;
  line-height: 1.125em;
}

.c-user__details {
  position: relative;
  margin-top: 24px;
  padding-top: 24px;
  font-size: 1.063em;
  line-height: 1.313em;
}

.c-user__details:before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  top: 0;
  right: 0;
  left: 0;
  background-color: #98b2c3;
}

.c-user__details div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-user__details a {
  text-decoration: none;
}

.c-user__details .data__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 150px;
          flex: 0 1 150px;
  margin-bottom: 10px;
  font-weight: bold;
}

.c-user__details .data__value {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 150px);
          flex: 0 1 calc(100% - 150px);
  margin-bottom: 10px;
}

.c-user__email {
  word-break: break-word;
}

.view form.views-exposed-form {
  margin-bottom: 0;
}

.view .more-link {
  font-weight: bold;
}

nav.breadcrumb {
  height: inherit;
  padding-left: 0;
  padding-right: 0;
  line-height: inherit;
}

/* stylelint-disable */
@media (min-width: 981px) {
  #ubc7-unit-menu nav ul.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

/* stylelint-enable */
/* stylelint-disable */
#ubc7-unit-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 661px) {
  #ubc7-unit-footer .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 661px) {
  #ubc7-unit-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#ubc7-unit-logo .c-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 661px) {
  #ubc7-unit-logo .c-footer__logo {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#ubc7-unit-logo img {
  max-width: 180px;
  height: auto;
}

@media (min-width: 661px) {
  #ubc7-unit-logo img {
    max-width: 150px;
  }
}

/* stylelint-enable */
.page-title {
  margin-top: 0;
}

.page-error-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.page-error {
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 661px) {
  .page-error {
    width: 50%;
  }
}

.page-error__login {
  margin-top: 24px;
  margin-bottom: 40px;
}

.page-error__login form.user-login-form {
  -ms-flex-item-align: center;
      align-self: center;
}

.page-error__login form.user-login-form h1 {
  display: none;
}

.page-error__help {
  margin-top: 24px;
  margin-bottom: 24px;
}

.block-region-content .block-user-menu-block, .block-region-content
.block-field-safety-menu-block {
  margin-top: -12px;
  margin-bottom: 32px;
}

.block-user-menu-block .navbar .navbar-inner,
.block-field-safety-menu-block .navbar .navbar-inner {
  background-color: #e6e6e6;
}

.block-user-menu-block .navbar .brand,
.block-field-safety-menu-block .navbar .brand {
  margin-right: 8px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #002145;
  font-weight: 600;
  color: #fff;
  line-height: 24px;
}

.block-user-menu-block .navbar .nav > li > a,
.block-field-safety-menu-block .navbar .nav > li > a {
  /* stylelint-disable-line selector-max-compound-selectors */
  color: #002145;
}

.block-user-menu-block .navbar .nav > li > a:hover,
.block-field-safety-menu-block .navbar .nav > li > a:hover {
  /* stylelint-disable-line selector-max-compound-selectors */
  color: #002145;
  background-color: #d7e0e7;
}

.path-frontpage .l-default__main .block-region-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.path-frontpage .l-default__main .block-region-main .block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
}

.path-frontpage .l-default__main .block-region-main .block[class*='cf9f5940-1f14-4b14-b204-01081612cb94'] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.c-contact-emergency__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.c-contact-emergency__item:after {
  display: block;
  position: absolute;
  content: '';
  height: 1px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #eee;
}

.c-contact-emergency__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 1.25em;
  font-weight: bold;
  color: #2f5d7c;
}

.c-contact-emergency__phone {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 1.125em;
  text-align: right;
  text-transform: uppercase;
}

.page-user-login .l-region.region-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-user-login form.user-login-form {
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 981px) {
  .page-user-login form.user-login-form {
    width: 50%;
  }
}
/*# sourceMappingURL=styles.css.map */