.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}
.tag-label,
.timestamp.-view-as-tag>.tag {
  background-color: #0033a0;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

@media all and (max-width: 640px) {

  .tag-label,
  .timestamp.-view-as-tag>.tag {
    font-size: 0.75rem;
  }
}
.tag-label,
.timestamp.-view-as-tag>.tag,
.tag-button,
.field--name-field-tags .item-list li a,
.event-detail.-regions a,
.table .field--type-file span a,
.table .field--type-file a,
.table .field--type-link span a,
.table .field--type-link a {
  padding: 0.5rem 0.75rem;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
@media all and (max-width: 640px) {

  .tag-label,
  .timestamp.-view-as-tag>.tag,
  .tag-button,
  .field--name-field-tags .item-list li a,
  .event-detail.-regions a,
  .table .field--type-file span a,
  .table .field--type-file a,
  .table .field--type-link span a,
  .table .field--type-link a {
    padding: 0.375rem 0.5rem;
  }
}
.tag-button,
.field--name-field-tags .item-list li a,
.event-detail.-regions a {
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.5);
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  line-height: 1.2;
}
.tag-button:hover,
.field--name-field-tags .item-list li a:hover,
.event-detail.-regions a:hover {
  background-color: #0033a0;
  color: #ffffff;
}
.tag-button.-active,
.field--name-field-tags .item-list li a.-active,
.event-detail.-regions a.-active {
  background-color: #0033a0;
  color: #ffffff;
}
.tag-button.-on-dark,
.field--name-field-tags .item-list li a.-on-dark,
.event-detail.-regions a.-on-dark {
  background: #000;
  color: #ffffff;
}
.tag-button.-on-dark:hover,
.field--name-field-tags .item-list li a.-on-dark:hover,
.event-detail.-regions a.-on-dark:hover {
  background: #0033a0;
}
.tag-button,
.field--name-field-tags .item-list li a,
.event-detail.-regions a {
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.5);
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  line-height: 1.2;
}
.tag-button:hover,
.field--name-field-tags .item-list li a:hover,
.event-detail.-regions a:hover {
  background-color: #0033a0;
  color: #ffffff;
}
.tag-button.-active,
.field--name-field-tags .item-list li a.-active,
.event-detail.-regions a.-active {
  background-color: #0033a0;
  color: #ffffff;
}
.tag-button.-on-dark,
.field--name-field-tags .item-list li a.-on-dark,
.event-detail.-regions a.-on-dark {
  background: #000;
  color: #ffffff;
}
.tag-button.-on-dark:hover,
.field--name-field-tags .item-list li a.-on-dark:hover,
.event-detail.-regions a.-on-dark:hover {
  background: #0033a0;
}
.event-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event-heading>* {
  display: block;
}

.event-heading .title {
  color: #000;
  margin-bottom: 0.3em;
  line-height: 1.5;
  max-width: 100%;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.event-heading .title:before {
  font-size: 40%;
  font-weight: 600;
  content: attr(data-preamble);
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.75rem;
  display: block;
  line-height: 1.5;
}

.event-heading .title:before {
  margin-bottom: 0.25rem;
  font-size: 0.55em;
}

.event-heading .title:last-of-type {
  padding-bottom: 1em;
  margin-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.event-heading .event-date {
  padding: 1rem 2rem 1rem 0;
  color: #000;
  width: 50%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.event-heading .event-date:before {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  content: "Date";
  margin-bottom: 1em;
}

.event-heading .location {
  padding: 1rem 2rem 1rem 0;
  color: #000;
  width: 50%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.event-heading .location:before {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  content: "Location";
  margin-bottom: 1em;
}

.event-heading .established-date {
  padding: 1rem 2rem 1rem 0;
  color: #000;
  width: 50%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.event-heading .established-date:before {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  content: "Established Date";
  margin-bottom: 1em;
}

.event-heading .event-type {
  padding: 1rem 2rem 1rem 0;
  color: #000;
  width: 50%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.event-heading .event-type:before {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  content: "Type";
  margin-bottom: 1em;
}

.event-heading .event-association {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 0 1em;
  max-width: 100%;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.event-heading .event-association:before {
  font-size: 40%;
  font-weight: 600;
  content: attr(data-preamble);
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.75rem;
  display: block;
  line-height: 1.5;
}

.event-heading .event-association:before {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
}

.event-header {
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}

.event-header * {
  display: block;
}

.event-header .label {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 1rem;
}

.event-header .value {
  font-size: 1.25rem;
  line-height: 1.6;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: 0.18em;
}

.event-detail-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 4px rgba(0, 0, 0, 0.05) solid;
  margin-bottom: 1.5rem;
  list-style: none;
  padding: 0;
}

.event-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 33.33%;
  -ms-flex: 1 0 33.33%;
  flex: 1 0 33.33%;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.event-detail .label {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #cecece;
  display: block;
  margin-bottom: 1em;
}

.event-detail .value {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: inherit;
  font-weight: 400;
}

.event-detail.-regions {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.event-detail.-regions .value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.event-detail.-regions a {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 0.5rem;
}

.narrow-content {
  max-width: 975px;
  margin: 0 auto 48px;
}

.node--type-vacancy h3 {
    margin-top: 40px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 20px;
    color: #0035ad;
}

.node--type-vacancy blockquote {
    font-size: 17.5px;
    border-left: 5px solid #eee;
    padding: 10px 20px;
    margin: 0 0 20px;
}

.node--type-vacancy .field--name-field-iom-overview {
    color: #0134a0;
}

.vacancy-title {
    margin-bottom: 0 !important;
}

.vacancy-title .view-content .views-row .layout--onecol {
    padding: 0;
}

.vacancy-title .view-content .views-row {
    flex: auto;
    margin-bottom: 0;
}

.vacancy-title .duty-country {
    font-size: 22px;
    color: #0035ad;
}

.vacancy-title .field--name-field-duty-station:after {
    content: ',';
}

.vacancy-title .duty-country > div {
    display: inline;
}

.vacancy-title .field--name-field-reference {
    display: block;
    font-size: 32px;
}

.vacancy-title .field--name-field-position-title {
    font-size: 32px;
    display: block;
}

.vacancy-title .field--name-field-position-title:after {
    background-color: #0035ad;
    content: " ";
    width: 4rem;
    height: 4px;
    display: block;
    margin-bottom: 8px;
    margin-top: 16px;
}

.vacancy-title .field--name-field-reference,.vacancy-title .field--name-field-position-title {
    color: #0035ad;
}

.event-detail-group.vacancy-meta .event-detail {
    flex: 1 0 50%;
    padding-right: 16px;
}

.event-detail-group.vacancy-meta .event-detail:first-child {
    flex: 1 0 100%;
}

.event-detail-group.vacancy-meta .event-detail .value {
    font-weight: 600;
}

.statistics-segment {
  margin-bottom: 4rem;
}

.statistics-segment .views-field-field-p-facts-and-figures {
  width: 100%;
}

.statistics-segment.-expanded {
  width: 100%;
  padding: 2rem;
  background: #0033a0;
  color: #ffffff;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.statistics-segment.-expanded .view-header .preamble-heading {
  color: #ffffff;
}

.statistics-segment.-expanded .view-header .preamble-heading:before {
  color: rgba(255, 255, 255, 0.5);
}

.statistics-segment.-expanded .view-footer {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
}

.statistics-segment.-expanded .view-content {
  position: relative;
  width: 100%;
  margin: 0;
}

.statistics-segment.-expanded .view-content .views-row {
  -webkit-box-flex: 1;
  -webkit-flex: 1 33.3%;
  -ms-flex: 1 33.3%;
  flex: 1 33.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.statistics-segment.-expanded .view-content .views-row .layout--onecol {
  padding: 0;
}

.statistics-segment.-expanded .view-content .views-row .figures {
  padding: 2rem 1rem;
}

.statistics-segment.-expanded .view-content .views-row>* {
  width: 100%;
}

.statistics-segment.-expanded .view-content .views-row:nth-child(3n + 3) {
  border-right: 0;
}

@media all and (max-width: 640px) {
  .statistics-segment.-expanded .view-content .views-row {
    border-right: 0;
  }
}

.statistics-segment.-expanded .view-content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #0033a0;
}

.statistics-segment.-condense {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

@media all and (max-width: 1279px) {
  .statistics-segment.-condense {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.statistics-segment.-condense .field--name-field-p-facts-and-figures,
.statistics-segment.-condense .statistics-summary {
  max-width: 45%;
  margin-top: 48px;
  padding: 2rem;
  background: #0033a0;
  color: #ffffff;
  position: relative;
  z-index: 2;
  width: 100%;
}

@media all and (max-width: 1279px) {

  .statistics-segment.-condense .field--name-field-p-facts-and-figures,
  .statistics-segment.-condense .statistics-summary {
    margin-top: 0;
    max-width: 70%;
  }
}

.statistics-segment.-condense .field--name-field-p-facts-and-figures .label,
.statistics-segment.-condense .statistics-summary .label {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1rem;
  display: block;
  text-align: left;
  font-size: 1.25rem;
}

.statistics-segment.-condense .field--name-field-p-facts-and-figures>.field__items,
.statistics-segment.-condense .statistics-summary>.field__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

@media all and (max-width: 640px) {

  .statistics-segment.-condense .field--name-field-p-facts-and-figures>.field__items,
  .statistics-segment.-condense .statistics-summary>.field__items {
    display: block;
  }
}

.statistics-segment.-condense .field--name-field-p-facts-and-figures>.field__items>.field__item,
.statistics-segment.-condense .statistics-summary>.field__items>.field__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 1 0 49.9%;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.statistics-segment.-condense .field--name-field-p-facts-and-figures>.field__items>.field__item .layout.layout--onecol,
.statistics-segment.-condense .statistics-summary>.field__items>.field__item .layout.layout--onecol {
  width: 100%;
}

.statistics-segment.-condense .field--name-field-p-facts-and-figures>.field__items>.field__item:nth-child(even),
.statistics-segment.-condense .statistics-summary>.field__items>.field__item:nth-child(even) {
  border-right: 0;
}

.statistics-segment.-condense .field--name-field-p-facts-and-figures>.field__items>.field__item:last-child,
.statistics-segment.-condense .statistics-summary>.field__items>.field__item:last-child {
  border: 0;
}

@media all and (max-width: 640px) {

  .statistics-segment.-condense .field--name-field-p-facts-and-figures>.field__items>.field__item,
  .statistics-segment.-condense .statistics-summary>.field__items>.field__item {
    border-right: 0;
  }
}

.statistics-segment.-condense .field--name-field-p-facts-and-figures>.field__items:after,
.statistics-segment.-condense .statistics-summary>.field__items:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 0.375rem;
  background-color: #0033a0;
}

@media all and (max-width: 780px) {

  .statistics-segment.-condense .field--name-field-p-facts-and-figures,
  .statistics-segment.-condense .statistics-summary {
    margin-top: 2rem;
    max-width: 100%;
  }
}

.statistics-segment.-country .field--name-field-p-facts-and-figures,
.statistics-segment.-country .statistics-summary {
  max-width: 50%;
}

@media all and (max-width: 1279px) {

  .statistics-segment.-country .field--name-field-p-facts-and-figures,
  .statistics-segment.-country .statistics-summary {
    max-width: 70%;
  }
}

@media all and (max-width: 780px) {

  .statistics-segment.-country .field--name-field-p-facts-and-figures,
  .statistics-segment.-country .statistics-summary {
    margin-top: 2rem;
    max-width: 100%;
  }
}

.statistics-segment.-country .view-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

@media all and (max-width: 1000px) {
  .statistics-segment.-country .view-content {
    display: block;
  }
}

.statistics-segment.-country .view-content>.views-row {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.statistics-segment.-country .view-content>.views-row:nth-child(even) {
  border-right: 0;
}

.statistics-segment.-country .view-content>.views-row:last-child {
  border: 0;
}

@media all and (max-width: 1000px) {
  .statistics-segment.-country .view-content>.views-row {
    border-right: 0;
  }
}

@media all and (max-width: 640px) {
  .statistics-segment.-country .view-content {
    border-right: 0;
  }
}

.statistics-segment.-country .view-content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.25rem;
  background-color: #0033a0;
}

.statistics-segment.-country .more-link {
  text-align: center;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.figures {
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.figures .ph:before {
  font-size: 40%;
  font-weight: 600;
  content: attr(data-preamble);
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.75rem;
  display: block;
  line-height: 1.5;
}

.figures .ph:before {
  content: attr(data-pre);
  text-transform: uppercase;
}

.figures .preamble-heading,
.figures .ph {
  color: #ffffff;
  letter-spacing: normal;
  margin: 0;
  margin-left: 6rem;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.375rem;
  font-weight: 600;
}

.figures .preamble-heading:before,
.figures .ph:before {
  color: rgba(255, 255, 255, 0.5);
}

.figures .preamble-heading:before,
.figures .ph:before {
  letter-spacing: 0.09375rem;
  font-size: 50%;
}

.figures .iconWrap {
  min-width: 96px;
  min-height: 96px;
}

.figures .iconWrap+.preamble-heading,
.figures .iconWrap+.ph {
  margin-left: 0;
}

.figures .field--name-field-single-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 96px;
  padding: 1.5rem;
}

.figures .field--name-field-single-image img {
  margin: 0;
  width: 100%;
}

.article-detail {
    position: relative;
    z-index: 10;
}

.article-detail .timestamp {
    margin-bottom: 1rem;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.article-detail .mini-caption {
    color: #fff;
}

.sidebar_second .article-detail .title {
    border: 0;
}

.article-detail .title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
}

.timestamp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}

.timestamp>* {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    letter-spacing: .0625rem;
    line-height: .75rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.timestamp>:after {
    content: "";
    width: 1px;
    height: .75rem;
    background: rgba(0,0,0,.15);
    display: block;
    margin: 0 .4375rem;
}

.teaser-default .article-detail .timestamp {
	margin-top: 0;
}
.teaser-default .timestamp>:after {
	display: none;
}

.timestamp>:last-child:after {
    display: none;
}

.timestamp .date,.timestamp .tag {
    letter-spacing: initial;
    font-weight: 700;
    line-height: .75rem;
}

/*.timestamp>.tag .field--name-field-press-release-type:before {*/
/*    content: "-";*/
/*    margin-left: .1875rem;*/
/*    margin-right: .1875rem;*/
/*}*/

.timestamp>.tag * {
    margin: 0;
}

.timestamp>.date {
    margin: auto 0 !important;
    letter-spacing: .0625rem;
}

.timestamp.-view-as-tag>.tag,.timestamp>.tag-label {
    margin-right: 1rem;
}

.timestamp.-view-as-tag>.tag+.date,.timestamp>.tag-label+.date {
    color: #fff;
}

.timestamp.-view-as-tag>.tag+.date:after,.timestamp.-view-as-tag>.tag+.date:before,.timestamp>.tag-label+.date:after,.timestamp>.tag-label+.date:before {
    display: none;
}

.timestamp.-view-as-tag>.tag:after {
    display: none;
}

.timestamp .field--name-field-author {
    margin-left: .5rem;
}

.timestamp .field--name-field-author:before {
    content: "-";
    margin-right: .5rem;
}

.layout--onecol .timestamp>.tag.d-flex:after {
    height: .75rem;
    margin: 0 .4375rem;
    color: rgba(39,55,68,.5);
    width: 2px;
}

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.details .data {
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  margin-bottom: 1.5rem;
  padding-right: 1.5rem;
}

.details .data .label {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #cecece;
  display: block;
  margin-bottom: 1em;
}

.details .data .value {
  font-size: 1.25rem;
  line-height: 1.6;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: 0.18em;
}

.details .data.summary {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
}

.details.-with-heading .data:first-of-type {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1.125rem;
}

.details.-with-heading+.details {
  margin-top: 0.75rem;
  padding-top: 2rem;
  border-top: 4px solid rgba(0, 0, 0, 0.05);
}

.opportunities-details>div {
    min-height: 75px;
    margin-bottom: 1rem;
}

.opportunities-details>div .field__label,
.opportunities-details>div .field-label-above {
    font-size: .875rem;
    font-family: inherit;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: #0033a0;
    margin-bottom: 1rem;
}

.block-system-main-block {
	margin-bottom: 48px;
}

/*add space between breadcrumbs and title*/
/*.content {*/
/*	padding-top: 24px;*/
/*}*/


