/*
 * Palm/Standing devices settings and styles
 */
.search-result--publication:before,
.search-result--publication:after {
  content: '';
  display: table;
}
.search-result--publication:after {
  clear: both;
}
@font-face {
  font-family: roboto-condensed;
  font-style: normal;
  font-weight: 300;
  src: url('//cdn.public.lu/css/fonts/roboto-condensed/roboto-condensed-n3-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/roboto-condensed/roboto-condensed-n3-w2.woff') format('woff2');
}
@font-face {
  font-family: roboto-condensed;
  font-style: italic;
  font-weight: 300;
  src: url('//cdn.public.lu/css/fonts/roboto-condensed/roboto-condensed-i3-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/roboto-condensed/roboto-condensed-i3-w2.woff') format('woff2');
}
@font-face {
  font-family: roboto-condensed;
  font-style: normal;
  font-weight: 400;
  src: url('//cdn.public.lu/css/fonts/roboto-condensed/roboto-condensed-n4-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/roboto-condensed/roboto-condensed-n4-w2.woff') format('woff2');
}
@font-face {
  font-family: roboto-condensed;
  font-style: italic;
  font-weight: 400;
  src: url('//cdn.public.lu/css/fonts/roboto-condensed/roboto-condensed-i4-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/roboto-condensed/roboto-condensed-i4-w2.woff') format('woff2');
}
@font-face {
  font-family: roboto-condensed;
  font-style: normal;
  font-weight: 700;
  src: url('//cdn.public.lu/css/fonts/roboto-condensed/roboto-condensed-n7-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/roboto-condensed/roboto-condensed-n7-w2.woff') format('woff2');
}
@font-face {
  font-family: roboto-condensed;
  font-style: italic;
  font-weight: 700;
  src: url('//cdn.public.lu/css/fonts/roboto-condensed/roboto-condensed-i7-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/roboto-condensed/roboto-condensed-i7-w2.woff') format('woff2');
}
.g {
  margin-left: -5px;
  margin-right: -5px;
}
.g:before,
.g:after {
  content: '';
  display: table;
}
.g:after {
  clear: both;
}
.gu {
  box-sizing: border-box;
  float: left;
}
@media (max-width: 45em - 0.001em) {
  .palm-full {
    width: 100%;
  }
}
@media (max-width: 44.99em) {
  .palm-w1 {
    padding-left: 5px;
    padding-right: 5px;
    width: 25%;
  }
  .palm-w2 {
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
  }
  .palm-w3 {
    padding-left: 5px;
    padding-right: 5px;
    width: 75%;
  }
  .palm-w4 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}
@media (max-width: 45em - 0.01em) {
  .palm-s1 {
    margin-left: 25%;
  }
  .palm-s2 {
    margin-left: 50%;
  }
  .palm-s3 {
    margin-left: 75%;
  }
}
.page {
  position: relative;
  min-height: 100%;
}
.breadcrumb {
  padding: 1.5rem calc(50% - 640px + 1rem);
}
.page-logo {
  font-size: inherit;
  margin: 0;
  padding: 0.75rem 0;
}
.page-logo a {
  display: block;
}
.page-logo a:hover,
.page-logo a:focus {
  text-decoration: none !important;
}
.page-logo img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 61.49em) {
  .page-logo img {
    width: 131px;
  }
}
.page-menu {
  background: #65646a;
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 5;
}
@media (max-width: 61.49em) {
  .page-menu {
    padding-top: 3em;
  }
}
.page-menu a,
.page-menu a:visited {
  color: inherit;
}
.page-menu a:hover,
.page-menu a:focus,
.page-menu a.is-active {
  background: #4d0c0c;
}
.page-menu .search-anchor,
.page-menu .nav-anchor {
  position: absolute;
  top: 0;
  height: 3em;
  line-height: 3;
  padding: 0 1em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
.page-menu .search-anchor,
.page-menu .nav-anchor,
.page-menu .search-anchor:visited,
.page-menu .nav-anchor:visited {
  color: #d5eeeb;
}
.page-menu .search-anchor > i::before,
.page-menu .nav-anchor > i::before {
  margin-right: 0;
}
.page-menu .search-anchor.is-active,
.page-menu .nav-anchor.is-active {
  color: #fff;
}
.page-menu .search-anchor {
  left: 3em;
}
.page-menu .nav-anchor {
  left: 0;
}
@media (max-width: 61.49em) {
  .page-menu .page-nav,
  .page-menu .page-search {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    background: #65646a;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
}
.page-search {
  background: #d9232e;
  padding: 10px 15px;
  position: relative;
}
.page-search label {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.page-search input[type="search"] {
  box-sizing: border-box;
  padding: .625em 1em;
  width: 100%;
}
.page-search button {
  background: transparent;
  padding: .25em .5em;
  position: absolute;
  top: 14px;
  right: 10px;
}
.page-langswitch {
  font-size: 16px;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 61.49em) {
  .page-langswitch .langswitch {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    position: absolute;
    right: 20px;
    top: -3em;
    z-index: 10;
  }
}
.page-langswitch a {
  text-decoration: none;
}
.page-langswitch a,
.page-langswitch a:visited {
  color: #598989;
}
.page-langswitch a:hover,
.page-langswitch a:focus {
  color: #65646a;
}
.page-langswitch a,
.page-langswitch span {
  display: inline-block !important;
  padding: 1em .5em;
}
.page-langswitch span {
  color: #598989;
  font-weight: bold;
}
.page-main {
  padding: 0 1em;
}
.page-title {
  margin: 0 0 3rem;
}
.page-title h1 {
  margin: 0;
}
.page-title .kicker {
  margin: 0 0 1.4em;
}
.page-title .subtitle {
  margin: .7em 0 0;
}
.page-featured {
  margin: 1.5rem 0;
}
.page-localnav {
  margin: 1.5rem 0;
}
.page-more {
  background: #ddd;
  padding: 1.5rem 1em;
}
.page-more > h2 {
  margin-top: 0;
}
.page-more > *:last-child {
  margin-bottom: 0;
}
.page-secondary {
  margin: 1.5rem 0;
}
.page-secondary > * + * {
  margin-top: 1.5rem;
}
.page-metas {
  clear: both;
  color: #aaa;
  font-size: .75em;
  padding: 0.75rem 0;
}
.page-copyright {
  font-size: .75em;
  padding: 1em;
}
.page-copyright a {
  margin-right: 1em;
}
.page-copyright img {
  vertical-align: middle;
}
@media (max-width: 61.49em) {
  .page-main > article,
  .page-main > section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-main > article .page-localnav,
  .page-main > section .page-localnav,
  .page-main > article .archives-nav,
  .page-main > section .archives-nav {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-main > article .page-secondary,
  .page-main > section .page-secondary {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-main > article .page-more,
  .page-main > section .page-more {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .page-main > article .page-metas,
  .page-main > section .page-metas {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
.archives-nav .btngroup {
  margin: 0 0 5px;
}
.archives-nav .btn {
  text-align: left;
}
.archives-nav .btn:after {
  float: right;
}
.archives-category {
  font-size: 1.4rem;
  line-height: 1;
}
.archives-year {
  border-bottom: 1px solid #ddd;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  margin: 1.5rem 0 0.75rem;
  padding: 0 1em .5em;
}
.archives-months {
  margin: 0 0 1.5rem;
}
.archives-months:before,
.archives-months:after {
  content: '';
  display: table;
}
.archives-months:after {
  clear: both;
}
.archives-months > li {
  float: left;
  width: 33%;
}
.article-image {
  color: #686868;
  display: block;
  font-size: .75em;
  line-height: 2rem;
  margin: 0 0 1.5rem;
}
.article-head {
  margin: 0 0 0.75rem;
}
.article-kicker {
  color: #686868;
  font: 900 0.75em roboto-condensed, calibri, sans-serif;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}
.page-title .article-kicker {
  margin: 0 0 1.5rem;
}
.article-title {
  font-weight: inherit;
  margin: 0;
}
.article-title a,
.article-title a:visited {
  color: inherit;
}
.article-metas {
  color: #aaa;
  font-size: .75rem;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: .4rem;
}
.archives .article {
  margin: 0 0 1.5rem;
}
.babbler {
  display: block;
}
.babbler--hidden {
  display: none;
}
.babbler-trigger {
  text-decoration: none;
  color: #d9232e;
  border: 0;
  background: none;
  margin: 0 auto;
  padding: 0;
}
.babbler-trigger:visited {
  color: #a7555a;
}
.babbler-trigger:hover,
.babbler-trigger:focus {
  text-decoration: underline;
}
.babbler-trigger:active {
  color: #232ed9;
}
.book {
  background: #ddd;
  margin: 0 0 1.5rem;
  overflow: hidden;
  padding: 1.5rem 1em;
}
.book > .book-cover {
  float: left;
  margin: 0 1em 1em 0;
  max-width: 32%;
}
.book-header {
  margin: 0 0 0.75rem;
}
.book-title {
  margin-top: 0;
}
.book-author {
  color: #aaa;
  font-size: .75rem;
  font-style: italic;
  line-height: 1.4;
}
.book-author b {
  color: #333333;
  font-style: normal;
}
.book-metas {
  font-family: roboto-condensed, calibri, sans-serif;
  margin: 1.5rem 0;
}
.book-metas dt {
  font-size: .75rem;
}
.book-metas dd {
  margin: 0 0 0.75rem;
}
.book-order {
  margin: 1.5rem 0;
}
.book-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.75rem 0 0;
  padding-bottom: 1px;
}
.book-actions * + * {
  margin-left: .5em;
}
.book-files p {
  border-top: 4px solid #333333;
  padding-top: 0.75rem;
}
.book-file {
  padding: 1.5rem 1em;
}
.book-file + .book-file {
  margin-top: 1.5rem;
}
.book-file h3 {
  color: #d9232e;
  font-size: inherit;
  line-height: inherit;
}
.book-file .meta {
  font-size: .75rem;
}
.book-file--main {
  background: #ddd;
  padding: 0.75rem;
}
.book-file-details .book-title {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.page-search-results.page-publications .page-featured {
  background: #f8d1d3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: .75rem;
  overflow-x: auto;
  margin: 1.5rem -10px;
  padding: 2em 1em;
  position: relative;
}
.page-search-results.page-publications .page-featured h2 {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.page-search-results.page-publications .page-featured .article {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  -webkit-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  margin: 0 1em 0 0;
  max-width: 20em;
}
.page-search-results.page-publications .page-featured .article-title {
  font-size: 1em;
  margin-bottom: 1.5rem;
}
.page-search-results.page-publications .page-featured .blocklink {
  -ms-flex-line-pack: end;
      -webkit-align-content: flex-end;
          align-content: flex-end;
  background: #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8rem 0 0;
  position: relative;
  text-align: center;
}
.page-search-results.page-publications .page-featured .blocklink > div {
  background: #fff;
  border-radius: 0 0 8px 8px;
  padding: 2em;
  z-index: 1;
}
.page-search-results.page-publications .page-featured .blocklink img {
  left: 50%;
  position: absolute;
  top: 2em;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: auto;
}
.book-translations {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: .8em;
}
.book-translations .book-file {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 1.5rem 0;
}
.box + * {
  margin-top: 1.5rem;
}
.box ul {
  list-style: none;
  padding-left: 1em;
}
.box ul > li::before {
  content: '○';
  float: left;
  margin-left: -1em;
}
.box--left {
  float: left;
  margin-right: 1em;
  max-width: 35%;
  text-align: left;
}
.box--right {
  float: right;
  margin-left: 1em;
  max-width: 35%;
  text-align: right;
}
.box--center {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
}
.box--left,
.box--right,
.box--center {
  margin-bottom: 1em;
}
.box-title {
  border-bottom: 1px solid #65646a;
  color: #65646a;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  margin: 0 0 1em;
  padding-bottom: 6px;
}
.box-content > :first-child,
.box-footer > :first-child {
  margin-top: 0;
}
.box-content > :last-child,
.box-footer > :last-child {
  margin-bottom: 0;
}
.box-footer {
  border-top: 1px solid #ddd;
  margin: 1.5rem -1em -1.5rem;
  padding: 0.75rem 1em;
}
[data-type="term"]:after {
  content: ' [AB]';
  font-size: .5em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.is-defined:link,
.is-defined:focus,
.is-defined:hover,
.is-defined:active {
  background: #d9232e;
  color: #ffffff;
}
.caterpillar {
  margin: 3rem 0;
}
.caterpillar-panel {
  border-top: 1px solid #ddd;
  padding: 0 5px;
}
.caterpillar-panel:last-of-type {
  border-bottom: 1px solid #ddd;
}
.caterpillar-panel[aria-expanded="true"] {
  padding-bottom: 1.5rem;
}
.caterpillar-panel[aria-expanded="true"] .caterpillar-tab {
  font-weight: bold;
}
.caterpillar-panel[aria-expanded="true"] .caterpillar-tab::before {
  content: '\2c4';
}
.caterpillar-toggle + .caterpillar-panel {
  margin-top: 1.5rem;
}
.caterpillar-toggle {
  margin: 0 auto;
  max-width: 15em;
}
.caterpillar-panel + .caterpillar-toggle {
  margin-top: 1.5rem;
}
.caterpillar-tab {
  cursor: pointer;
  font-family: roboto-condensed, calibri, sans-serif;
  outline: none;
  margin: 0 -5px;
  padding: 1.5rem 5px;
}
.caterpillar-tab::before {
  display: inline-block;
  font-family: 'SkizzIcons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.caterpillar-tab:not(:only-child)::before {
  margin-right: .5em;
}
.caterpillar-tab::before {
  content: '\2c5';
}
.caterpillar-tab::-webkit-details-marker {
  display: none;
}
.caterpillar-tab:before {
  float: right;
  font-size: 1.5em;
  margin: 0;
}
.caterpillar-content {
  display: none;
  padding: 1.5rem 5px;
}
[aria-expanded="true"] .caterpillar-content {
  display: block;
}
.clippy-popover {
  background: #eee;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: block;
  max-width: 300px;
  padding: 1em;
  position: absolute;
  top: -999px;
  left: -999px;
  /*  
  &:before{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
  }
  
  &.clippy-popover--top{
    box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.25);
    
    &:before{
      border-top: 10px solid #ccc;
      bottom: -10px;
    }
  }
  
  &.clippy-popover--bottom{
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
    
    &:before{
      top: -10px;
      border-bottom: 10px solid #ccc;
    }
  }*/
}
.cocoon--youtube,
.cocoon--dailymotion,
.cocoon--vimeo {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.cocoon--youtube iframe,
.cocoon--dailymotion iframe,
.cocoon--vimeo iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
.faq > article + article {
  border-top: 1px solid #ddd;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.faq-theme {
  margin-bottom: 1.5rem;
}
.filters > summary,
.filters > h3 {
  background: #888;
  color: #fff;
  font: inherit;
  margin: 0;
  padding: 10px;
}
.filters > summary {
  position: relative;
}
.filters > summary::-webkit-details-marker {
  display: none;
}
.filters > summary::after {
  box-sizing: border-box;
  content: '+';
  height: 2em;
  line-height: 1;
  padding: 4px 6px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 2em;
}
.filters[open] > summary::after {
  content: '-';
}
.filter {
  position: relative;
}
.filter + .filter {
  border-top: 1px solid #ddd;
}
.filter summary {
  background: #ddd;
  font-size: 1em;
  overflow: hidden;
  padding: 0.75rem 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filter *:last-child {
  margin-bottom: 0;
}
.filter-content {
  padding: 1.5rem 1em;
}
.filter-content a {
  display: block;
  padding: 0.375rem 1em;
}
.filter--parallel .blocklink,
.filter--orthogonal .blocklink {
  padding-left: 1.5em;
  position: relative;
}
.filter--parallel .blocklink:before,
.filter--parallel .blocklink:after,
.filter--orthogonal .blocklink:before,
.filter--orthogonal .blocklink:after {
  color: #ddd;
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: .25em;
  width: 1em;
}
.filter--parallel .blocklink:before,
.filter--orthogonal .blocklink:before {
  content: '';
  border: 1px solid #ddd;
}
.filter--parallel .blocklink:hover:after,
.filter--parallel .blocklink:focus:after,
.filter--parallel .blocklink.is--active:after,
.filter--orthogonal .blocklink:hover:after,
.filter--orthogonal .blocklink:focus:after,
.filter--orthogonal .blocklink.is--active:after {
  content: '\2713';
  line-height: 1;
  text-align: center;
}
.filter--parallel .blocklink.is--active:after,
.filter--orthogonal .blocklink.is--active:after {
  color: inherit;
}
.filter--orthogonal .blocklink:before {
  border-radius: 40px;
}
.filter--orthogonal .blocklink:hover:after,
.filter--orthogonal .blocklink:focus:after,
.filter--orthogonal .blocklink.is--active:after {
  content: '\25cf';
}
.filter--drilldown ul {
  padding-left: 5px;
}
.gallery-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gallery-link {
  margin: 1em 0;
  position: relative;
}
.gallery-link:focus {
  outline: none;
}
.gallery-link img {
  display: block;
}
.gallery-link--medium:hover .gallery-link-head,
.gallery-link--medium:focus .gallery-link-head,
.gallery-link--xlarge:hover .gallery-link-head,
.gallery-link--xlarge:focus .gallery-link-head {
  background: rgba(31, 31, 31, 0.8);
  border-color: #000;
  color: #ccc;
}
.gallery-link--medium:hover .gallery-link-title,
.gallery-link--medium:focus .gallery-link-title,
.gallery-link--xlarge:hover .gallery-link-title,
.gallery-link--xlarge:focus .gallery-link-title {
  color: #fff;
}
.gallery-link--medium .gallery-link-head,
.gallery-link--xlarge .gallery-link-head {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 20px;
  position: absolute;
  left: 1em;
  bottom: 5em;
  max-width: 280px;
}
.gallery-link--medium .gallery-link-foot,
.gallery-link--xlarge .gallery-link-foot {
  padding: 1em;
}
.gallery-link-head,
.gallery-link-foot {
  color: #686868;
  font-size: .75em;
}
.gallery-link-title {
  color: #222;
  display: block;
  font-size: 2em;
  line-height: 1.5;
}
.gemini-tabpanel {
  display: none;
  outline: none;
  padding: 1.5rem 5px;
}
.gemini-tabpanel--active {
  display: block;
}
.glossary-index {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.glossary-index + .glossary-index {
  border-top: 1px solid #ddd;
}
.glossary-letter,
.glossary-list ul {
  margin: 0;
}
.glossary-list li + li {
  margin-top: 0.75rem;
}
.govbar {
  background: #fff;
  border-bottom: 1px solid #cccaca;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  height: 46px;
  width: 100%;
  z-index: 30000;
}
.govbar:before,
.govbar:after {
  content: '';
  display: table;
}
.govbar:after {
  clear: both;
}
.govbar-logo {
  border: 0;
  float: left;
  padding: 3px 8px;
}
.govbar-logo.newwindow:after {
  display: none;
}
.govbar-logo img {
  border: 0;
  display: block;
  height: 40px;
}
.govbar-links {
  float: right;
  line-height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.govbar-links li {
  float: left;
}
@media (max-width: 44.99em) {
  .govbar-links {
    display: none;
  }
}
.govbar-link {
  float: left;
  font-weight: bold;
  padding: 8px;
}
.govbar-link:link,
.govbar-link:visited,
.govbar-link:hover,
.govbar-link:focus,
.govbar-link:active {
  border: 0;
  color: #222 !important;
  text-decoration: none;
}
.govbar-link:hover,
.govbar-link:focus {
  background: #e6e6e6 !important;
}
.govbar-more {
  font-weight: normal;
}
/**
 * Index pages
 */
.index-article {
  margin: 0.75rem 0;
}
.index-article > .blocklink {
  background: rgba(115, 197, 187, 0.3);
  border: 1px solid #73C5BB;
  padding: 1.5rem 5px;
  transition: all .2s;
}
.index-article > .blocklink > *:first-child {
  margin-top: 0;
}
.index-article > .blocklink > *:last-child {
  margin-bottom: 0;
}
.index-article > .blocklink:hover,
.index-article > .blocklink:focus {
  background: rgba(115, 197, 187, 0.8);
}
.contactForm input[type="text"],
.contactForm textarea {
  box-sizing: border-box;
  width: 100%;
}
.contactForm input[type="submit"] {
  margin: .75em;
}
.contactForm .button {
  display: inline-block;
}
.contactForm .button > input {
  background: #e24d56;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-family: roboto-condensed, calibri, sans-serif;
  line-height: 1.5rem;
  padding: .5em 1em;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
.contactForm .button > input:hover,
.contactForm .button > input:focus {
  background: #df3741;
  text-decoration: none;
}
.contactForm .button > input:active {
  top: 1px;
}
.contactForm .button > input[class^="icon-"]:before,
.contactForm .button > input[class*=" icon-"]:before {
  background: rgba(255, 255, 255, 0.1);
  float: left;
  margin: -0.5em 1em -0.5em -1em;
  padding: .5em 1em;
}
.contactForm .button > input .meta {
  color: inherit;
  font-size: .75em;
  opacity: .8;
}
.contactForm .button.primary > input {
  background: #d9232e;
  color: #ffffff;
}
.contactForm .button.primary > input:hover,
.contactForm .button.primary > input:focus {
  background: #c31f29;
}
.contactForm .button.primary > input:active {
  color: #ffffff;
}
.sendForm label {
  display: block;
  margin-top: 1.5rem;
}
.sendForm .formButtons input {
  background: #e24d56;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-family: roboto-condensed, calibri, sans-serif;
  line-height: 1.5rem;
  padding: .5em 1em;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
.sendForm .formButtons input:hover,
.sendForm .formButtons input:focus {
  background: #df3741;
  text-decoration: none;
}
.sendForm .formButtons input:active {
  top: 1px;
}
.sendForm .formButtons input[class^="icon-"]:before,
.sendForm .formButtons input[class*=" icon-"]:before {
  background: rgba(255, 255, 255, 0.1);
  float: left;
  margin: -0.5em 1em -0.5em -1em;
  padding: .5em 1em;
}
.sendForm .formButtons input .meta {
  color: inherit;
  font-size: .75em;
  opacity: .8;
}
.sendForm .formButtons input:first-child {
  background: #d9232e;
  color: #ffffff;
}
.sendForm .formButtons input:first-child:hover,
.sendForm .formButtons input:first-child:focus {
  background: #c31f29;
}
.sendForm .formButtons input:first-child:active {
  color: #ffffff;
}
#sitemap h2 > a {
  color: #333333;
  display: block;
  padding-bottom: .25em;
}
#sitemap h2 > a:hover,
#sitemap h2 > a:focus,
#sitemap h2 > a:active {
  border-bottom-color: #e6cccd;
}
#sitemap ul {
  font-size: .875em;
  line-height: 1.7143em;
}
#sitemap ul a {
  border-bottom-width: 0;
}
#sitemap ul a:hover,
#sitemap ul a:focus,
#sitemap ul a:active {
  background: #d9232e;
  color: #fff;
}
.mcgyver-slot {
  display: inline-block;
}
.mcgyver-slot + .mcgyver-slot {
  margin-left: 5px;
}
.btn--mcgyver {
  background: #ddd;
  color: #686868;
  transition: all .2s;
}
.btn--mcgyver:hover,
.btn--mcgyver:focus {
  background: #fff;
}
.btn--mcgyver-icon {
  min-width: 3em;
}
.btn--mcgyver-both i:before {
  margin-right: 5px;
}
.btn--mcgyver-facebook {
  background: #3b5998;
  color: #fff;
}
.btn--mcgyver-facebook:hover,
.btn--mcgyver-facebook:focus {
  background: #fff;
  color: #3b5998;
}
.btn--mcgyver-twitter {
  background: #00aced;
  color: #fff;
}
.btn--mcgyver-twitter:hover,
.btn--mcgyver-twitter:focus {
  background: #fff;
  color: #00aced;
}
.btn--mcgyver-gplus {
  background: #dd4b39;
  color: #fff;
}
.btn--mcgyver-gplus:hover,
.btn--mcgyver-gplus:focus {
  background: #fff;
  color: #dd4b39;
}
.menu {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  list-style: none;
  margin: 0;
  min-width: 10em;
  padding: 10px 0;
}
.menu a,
.menu button {
  background: none;
  border: none;
  border-radius: 0;
  color: #333333;
  display: block;
  margin: 0;
  padding: 5px 10px;
}
.menu a:hover,
.menu button:hover,
.menu a:focus,
.menu button:focus {
  background-color: #ddd;
  text-decoration: none;
}
.btngroup .menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  min-width: 80%;
  position: absolute;
  top: 100%;
  z-index: 10000;
}
.btngroup.is-open .menu {
  display: block;
}
.menu--dropdown {
  box-shadow: 0 8px 15px -4px rgba(0, 0, 0, 0.15);
}
.menu-toggle::after {
  display: inline-block;
  font-family: 'SkizzIcons';
  font-style: normal;
  font-weight: normal;
  margin-left: .5em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.menu-toggle::after {
  content: '\2c5';
}
.menu-toggle::after {
  font-size: .75em;
}
.subnav {
  display: none;
}
.breadcrumb {
  font-size: .75em;
  line-height: 2em;
}
.breadcrumb i {
  color: #aaa;
}
.breadcrumb i:hover,
.breadcrumb i:focus {
  color: #d9232e;
}
.socialicons h2 {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.71428571;
  padding: 3px 0;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.socialicons ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.socialicon {
  background: url('../img/socialicons.png') no-repeat;
  display: inline-block;
  height: 17px;
  width: 16px;
}
.socialicon:hover,
.socialicon:focus {
  opacity: .7;
}
.socialicon--twitter {
  background-position: -16px 0;
  width: 17px;
}
.socialicon--facebook {
  background-position: -33px 0;
  width: 17px;
}
.socialicon--linkedin {
  background-position: -50px 0;
  width: 17px;
}
.socialicon--youtube {
  background-position: -67px 0;
  width: 34px;
}
.socialicon--rss {
  background-position: -101px 0;
  width: 14px;
}
.panel {
  background: white;
  border: 1px solid #ddd;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 10px;
  position: fixed;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.panel--top {
  top: 0;
}
.panel--bottom {
  bottom: 0;
}
.panel--left {
  left: 0;
}
.panel--right {
  right: 0;
}
.panel--top,
.panel--bottom {
  left: 10px;
  right: 10px;
}
.panel--left,
.panel--right {
  bottom: 0;
  width: 80vw;
  top: 0;
}
.panel--hidden.panel--top {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.panel--hidden.panel--bottom {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.panel--hidden.panel--left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.panel--hidden.panel--right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.panel-dismiss {
  float: right;
}
.panel-dismiss:hover,
.panel-dismiss:focus {
  background: none;
}
.remora.is-sticky {
  box-sizing: border-box;
  position: fixed;
}
.russell {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
.russell.is-hidden {
  -webkit-transform: translate(0px, -100%);
      -ms-transform: translate(0px, -100%);
          transform: translate(0px, -100%);
}
.russell.is-visible {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.russell.is-detached {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 32000;
}
.search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40em;
  padding: 1.5rem 1em;
}
.search label {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.search input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.search .btn i::before {
  margin-right: 0;
}
.search-wording {
  font-family: roboto-condensed, calibri, sans-serif;
  padding: 1em .5em;
}
.search-meta {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  color: #aaa;
  font-family: roboto-condensed, calibri, sans-serif;
  font-size: .75rem;
  line-height: 1.6;
  margin: 0 0 3rem;
}
.form + .search-meta {
  margin-top: 1.5rem;
}
.search-results {
  list-style: none;
  padding-left: 0;
}
.search-results > li {
  margin: 0 0 1.5rem;
}
.search-results mark {
  background: none;
  color: inherit;
  font-weight: bold;
}
.search-results .article-head {
  margin-bottom: .4rem;
}
.search-results .article-title {
  font-size: 1.2rem;
  line-height: 1.2;
}
.search-results .article-summary {
  font-size: .75rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.search-results .article-custom {
  border: 1px solid #ddd;
  padding: 0.75rem 0.5em;
}
.search-results .article-custom > li {
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.search-results .article-custom span {
  display: block;
  font-size: .75em;
}
.search-results .article-custom--map {
  height: 7.5rem;
}
@media (max-width: 44.99em) {
  .search-meta-page {
    display: block;
  }
}
.slideshow {
  overflow: hidden;
}
.is-slideshow--loaded .js-slideshow-ribbon {
  transition: -webkit-transform 0.8s cubic-bezier(0.67, 0.01, 0.26, 0.96);
  transition: transform 0.8s cubic-bezier(0.67, 0.01, 0.26, 0.96);
}
.is-slideshow--loaded .slide {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}
.js-slideshow-ribbon {
  position: relative;
}
.js .slideshow {
  position: relative;
}
.js .slide {
  width: 100%;
  margin: 0;
}
.js .is-slide--current {
  display: block;
}
.js .slide-image {
  width: 100%;
}
.slideshow-thumbs .btn {
  background: transparent;
  border: 3px solid currentColor;
  border-radius: 50%;
  color: #66656b;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.6rem .7rem;
  position: absolute;
  top: 8rem;
  transition: all .1s;
  z-index: 3;
}
.slideshow-thumbs .btn:active {
  top: 8rem;
}
.slideshow-thumbs .btn[disabled] {
  opacity: .2;
  pointer-events: none;
}
.slideshow-thumbs .btn:hover,
.slideshow-thumbs .btn:focus {
  color: #000;
}
.slideshow-thumbs .btn .icons--matrix {
  text-align: center;
}
.slideshow-thumbs .btn .icons--matrix i {
  display: block;
  font-size: 2em;
}
.slideshow-thumbs .btn .icons--matrix .gu {
  border-bottom: 1px solid #ddd;
  height: 10em;
  padding: 1.5em;
}
.slideshow-thumbs .btn [class^="icon-"]::before,
.slideshow-thumbs .btn [class*=" icon-"]::before {
  display: inline-block;
  font-family: 'SkizzIcons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slideshow-thumbs .btn [class^="icon-"]:not(:only-child)::before,
.slideshow-thumbs .btn [class*=" icon-"]:not(:only-child)::before {
  margin-right: .5em;
}
.slideshow-thumbs .btn .icon--left:before {
  float: left;
}
.slideshow-thumbs .btn .icon--right:before {
  float: right;
}
.slideshow-thumbs .btn .icon-angle-left::before {
  content: '\3c';
}
.slideshow-thumbs .btn .icon-angle-right::before {
  content: '\3e';
}
.slideshow-thumbs .btn .icon-help::before {
  content: '\3f';
}
.slideshow-thumbs .btn .icon-info::before {
  content: '\69';
}
.slideshow-thumbs .btn .icon-angle-up::before {
  content: '\2c4';
}
.slideshow-thumbs .btn .icon-angle-down::before {
  content: '\2c5';
}
.slideshow-thumbs .btn .icon-left-big::before {
  content: '\2190';
}
.slideshow-thumbs .btn .icon-up-big::before {
  content: '\2191';
}
.slideshow-thumbs .btn .icon-right-big::before {
  content: '\2192';
}
.slideshow-thumbs .btn .icon-down-big::before {
  content: '\2193';
}
.slideshow-thumbs .btn .icon-search::before {
  content: '\e800';
}
.slideshow-thumbs .btn .icon-menu::before {
  content: '\e801';
}
.slideshow-thumbs .btn .icon-mail::before {
  content: '\e802';
}
.slideshow-thumbs .btn .icon-link-ext::before {
  content: '\e803';
}
.slideshow-thumbs .btn .icon-download::before {
  content: '\e804';
}
.slideshow-thumbs .btn .icon-cancel::before {
  content: '\e805';
}
.slideshow-thumbs .btn .icon-ok::before {
  content: '\e806';
}
.slideshow-thumbs .btn .icon-upload::before {
  content: '\e807';
}
.slideshow-thumbs .btn .icon-home::before {
  content: '\e808';
}
.slideshow-thumbs .btn .icon-export::before {
  content: '\e809';
}
.slideshow-thumbs .btn .icon-trash::before {
  content: '\e80a';
}
.slideshow-thumbs .btn .icon-location::before {
  content: '\e80b';
}
.slideshow-thumbs .btn .icon-attention::before {
  content: '\e80c';
}
.slideshow-thumbs .btn .icon-attention-circled::before {
  content: '\e80d';
}
.slideshow-thumbs .btn .icon-print::before {
  content: '\e80e';
}
.slideshow-thumbs .btn .icon-rss-squared::before {
  content: '\e80f';
}
.slideshow-thumbs .btn .icon-cog::before {
  content: '\e810';
}
.slideshow-thumbs .btn .icon-calendar-empty::before {
  content: '\e811';
}
.slideshow-thumbs .btn .icon-resize-small::before {
  content: '\e812';
}
.slideshow-thumbs .btn .icon-resize-full::before {
  content: '\e813';
}
.slideshow-thumbs .btn .icon-volume-off::before {
  content: '\e814';
}
.slideshow-thumbs .btn .icon-volume-down::before {
  content: '\e815';
}
.slideshow-thumbs .btn .icon-volume-up::before {
  content: '\e816';
}
.slideshow-thumbs .btn .icon-stop::before {
  content: '\e817';
}
.slideshow-thumbs .btn .icon-pause::before {
  content: '\e818';
}
.slideshow-thumbs .btn .icon-play::before {
  content: '\e819';
}
.slideshow-thumbs .btn .icon-smile::before {
  content: '\e81a';
}
.slideshow-thumbs .btn .icon-frown::before {
  content: '\e81b';
}
.slideshow-thumbs .btn .icon-meh::before {
  content: '\e81c';
}
.slideshow-thumbs .btn .icon-facebook::before {
  content: '\e81d';
}
.slideshow-thumbs .btn .icon-gplus::before {
  content: '\e81e';
}
.slideshow-thumbs .btn .icon-linkedin::before {
  content: '\e81f';
}
.slideshow-thumbs .btn .icon-twitter::before {
  content: '\e820';
}
.slideshow-thumbs .btn .icon-angle-circled-left::before {
  content: '\e821';
}
.slideshow-thumbs .btn .icon-angle-circled-right::before {
  content: '\e822';
}
.slideshow-thumbs .btn .icon-angle-circled-up::before {
  content: '\e823';
}
.slideshow-thumbs .btn .icon-angle-circled-down::before {
  content: '\e824';
}
.slideshow-thumbs .btn .icon-ajust::before {
  content: '\e825';
}
.slideshow-thumbs .btn .icon-circle::before {
  content: '\e826';
}
.slideshow-thumbs .btn .icon-circle-empty::before {
  content: '\e827';
}
.slideshow-thumbs .btn .icon-arrows-cw::before {
  content: '\e828';
}
.slideshow-thumbs .btn .icon-chart-bar::before {
  content: '\e829';
}
.slideshow-thumbs .btn .icon-chart-pie::before {
  content: '\e82a';
}
.slideshow-thumbs .btn .icon-table::before {
  content: '\e82b';
}
.slideshow-thumbs .btn .icon-basket::before {
  content: '\e82c';
}
.slideshow-thumbs .btn .icon-headphones::before {
  content: '\e82d';
}
.slideshow-thumbs .btn .icon-eye::before {
  content: '\e82e';
}
.slideshow-thumbs .btn .icon-cancel-circled::before {
  content: '\e82f';
}
.slideshow-thumbs .btn .icon-phone::before {
  content: '\e830';
}
.slideshow-thumbs .btn .icon-link::before {
  content: '\e831';
}
.slideshow-thumbs .btn .icon-doc::before {
  content: '\e832';
}
.slideshow-thumbs .btn .icon-forward::before {
  content: '\e833';
}
.slideshow-thumbs .btn .icon-filter::before {
  content: '\e834';
}
.slideshow-thumbs .btn .icon--alt::after {
  display: inline-block;
  font-family: 'SkizzIcons';
  font-style: normal;
  font-weight: normal;
  margin-left: .5em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slideshow-thumbs .btn .icon--alt:before {
  content: none;
}
.slideshow-thumbs .btn .icon--alt.icon--left:after {
  float: left;
}
.slideshow-thumbs .btn .icon--alt.icon--right:after {
  float: right;
}
.slideshow-thumbs .btn .icon--alt.icon-angle-left::after {
  content: '\3c';
}
.slideshow-thumbs .btn .icon--alt.icon-angle-right::after {
  content: '\3e';
}
.slideshow-thumbs .btn .icon--alt.icon-help::after {
  content: '\3f';
}
.slideshow-thumbs .btn .icon--alt.icon-info::after {
  content: '\69';
}
.slideshow-thumbs .btn .icon--alt.icon-angle-up::after {
  content: '\2c4';
}
.slideshow-thumbs .btn .icon--alt.icon-angle-down::after {
  content: '\2c5';
}
.slideshow-thumbs .btn .icon--alt.icon-left-big::after {
  content: '\2190';
}
.slideshow-thumbs .btn .icon--alt.icon-up-big::after {
  content: '\2191';
}
.slideshow-thumbs .btn .icon--alt.icon-right-big::after {
  content: '\2192';
}
.slideshow-thumbs .btn .icon--alt.icon-down-big::after {
  content: '\2193';
}
.slideshow-thumbs .btn .icon--alt.icon-search::after {
  content: '\e800';
}
.slideshow-thumbs .btn .icon--alt.icon-menu::after {
  content: '\e801';
}
.slideshow-thumbs .btn .icon--alt.icon-mail::after {
  content: '\e802';
}
.slideshow-thumbs .btn .icon--alt.icon-link-ext::after {
  content: '\e803';
}
.slideshow-thumbs .btn .icon--alt.icon-download::after {
  content: '\e804';
}
.slideshow-thumbs .btn .icon--alt.icon-cancel::after {
  content: '\e805';
}
.slideshow-thumbs .btn .icon--alt.icon-ok::after {
  content: '\e806';
}
.slideshow-thumbs .btn .icon--alt.icon-upload::after {
  content: '\e807';
}
.slideshow-thumbs .btn .icon--alt.icon-home::after {
  content: '\e808';
}
.slideshow-thumbs .btn .icon--alt.icon-export::after {
  content: '\e809';
}
.slideshow-thumbs .btn .icon--alt.icon-trash::after {
  content: '\e80a';
}
.slideshow-thumbs .btn .icon--alt.icon-location::after {
  content: '\e80b';
}
.slideshow-thumbs .btn .icon--alt.icon-attention::after {
  content: '\e80c';
}
.slideshow-thumbs .btn .icon--alt.icon-attention-circled::after {
  content: '\e80d';
}
.slideshow-thumbs .btn .icon--alt.icon-print::after {
  content: '\e80e';
}
.slideshow-thumbs .btn .icon--alt.icon-rss-squared::after {
  content: '\e80f';
}
.slideshow-thumbs .btn .icon--alt.icon-cog::after {
  content: '\e810';
}
.slideshow-thumbs .btn .icon--alt.icon-calendar-empty::after {
  content: '\e811';
}
.slideshow-thumbs .btn .icon--alt.icon-resize-small::after {
  content: '\e812';
}
.slideshow-thumbs .btn .icon--alt.icon-resize-full::after {
  content: '\e813';
}
.slideshow-thumbs .btn .icon--alt.icon-volume-off::after {
  content: '\e814';
}
.slideshow-thumbs .btn .icon--alt.icon-volume-down::after {
  content: '\e815';
}
.slideshow-thumbs .btn .icon--alt.icon-volume-up::after {
  content: '\e816';
}
.slideshow-thumbs .btn .icon--alt.icon-stop::after {
  content: '\e817';
}
.slideshow-thumbs .btn .icon--alt.icon-pause::after {
  content: '\e818';
}
.slideshow-thumbs .btn .icon--alt.icon-play::after {
  content: '\e819';
}
.slideshow-thumbs .btn .icon--alt.icon-smile::after {
  content: '\e81a';
}
.slideshow-thumbs .btn .icon--alt.icon-frown::after {
  content: '\e81b';
}
.slideshow-thumbs .btn .icon--alt.icon-meh::after {
  content: '\e81c';
}
.slideshow-thumbs .btn .icon--alt.icon-facebook::after {
  content: '\e81d';
}
.slideshow-thumbs .btn .icon--alt.icon-gplus::after {
  content: '\e81e';
}
.slideshow-thumbs .btn .icon--alt.icon-linkedin::after {
  content: '\e81f';
}
.slideshow-thumbs .btn .icon--alt.icon-twitter::after {
  content: '\e820';
}
.slideshow-thumbs .btn .icon--alt.icon-angle-circled-left::after {
  content: '\e821';
}
.slideshow-thumbs .btn .icon--alt.icon-angle-circled-right::after {
  content: '\e822';
}
.slideshow-thumbs .btn .icon--alt.icon-angle-circled-up::after {
  content: '\e823';
}
.slideshow-thumbs .btn .icon--alt.icon-angle-circled-down::after {
  content: '\e824';
}
.slideshow-thumbs .btn .icon--alt.icon-ajust::after {
  content: '\e825';
}
.slideshow-thumbs .btn .icon--alt.icon-circle::after {
  content: '\e826';
}
.slideshow-thumbs .btn .icon--alt.icon-circle-empty::after {
  content: '\e827';
}
.slideshow-thumbs .btn .icon--alt.icon-arrows-cw::after {
  content: '\e828';
}
.slideshow-thumbs .btn .icon--alt.icon-chart-bar::after {
  content: '\e829';
}
.slideshow-thumbs .btn .icon--alt.icon-chart-pie::after {
  content: '\e82a';
}
.slideshow-thumbs .btn .icon--alt.icon-table::after {
  content: '\e82b';
}
.slideshow-thumbs .btn .icon--alt.icon-basket::after {
  content: '\e82c';
}
.slideshow-thumbs .btn .icon--alt.icon-headphones::after {
  content: '\e82d';
}
.slideshow-thumbs .btn .icon--alt.icon-eye::after {
  content: '\e82e';
}
.slideshow-thumbs .btn .icon--alt.icon-cancel-circled::after {
  content: '\e82f';
}
.slideshow-thumbs .btn .icon--alt.icon-phone::after {
  content: '\e830';
}
.slideshow-thumbs .btn .icon--alt.icon-link::after {
  content: '\e831';
}
.slideshow-thumbs .btn .icon--alt.icon-doc::after {
  content: '\e832';
}
.slideshow-thumbs .btn .icon--alt.icon-forward::after {
  content: '\e833';
}
.slideshow-thumbs .btn .icon--alt.icon-filter::after {
  content: '\e834';
}
.slideshow-thumbs .btn[data-slide="prev"] {
  left: 0;
}
.slideshow-thumbs .btn[data-slide="prev"] .icon-angle-left::before {
  content: '\2190';
}
.slideshow-thumbs .btn[data-slide="next"] {
  right: 0;
}
.slideshow-thumbs .btn[data-slide="next"] .icon-angle-right::before {
  content: '\2192';
}
.slideshow-bookmarks {
  position: relative;
  text-align: center;
  z-index: 2;
}
.slideshow-bookmarks li {
  margin: 0 .25em;
}
.slideshow-bookmarks .btn {
  padding: .25em;
}
.slideshow-bookmarks .is-active i::before {
  content: '\e827';
}
.slide {
  margin: 0;
  position: relative;
}
.slide:focus {
  outline: none;
}
.slide > img {
  display: block;
}
.slide p {
  margin: 0;
}
.slide-image {
  display: block;
  height: auto;
  width: 100%;
}
.slide-title {
  margin-bottom: 0;
}
.slide-description {
  font-size: .75em;
}
.slide-credit {
  font-size: .75em;
  opacity: .8;
}
.homefeatured {
  margin: 0 -1em 1.5rem;
}
@media (max-width: 61.49em) {
  .homefeatured .slideshow {
    padding-bottom: 3.75em;
  }
  .homefeatured .slideshow-thumbs {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: .5em 0;
    text-align: center;
  }
  .homefeatured .slideshow-thumbs .btn {
    position: static;
    margin: 0 .25em;
  }
  .homefeatured .slide-title {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
  }
  .homefeatured .slide-description {
    display: none;
  }
  .homefeatured .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 40%;
    padding: 1em;
  }
}
@media (min-width: 1280px) {
  .homefeatured {
    margin: 0 calc(-50vw + 640px) 3rem;
  }
}
.homefeatured .slide-content {
  position: absolute;
  color: #65646a;
  font-weight: normal;
}
@media (min-width: 61.5em) {
  .homefeatured .slide-content {
    left: calc(50vw - 640px);
    top: 0;
    padding: 0;
    width: 19.16666667em;
    font-size: 24px;
    line-height: 29px;
  }
}
.homefeatured .slide-title {
  font-weight: inherit;
}
@media (min-width: 61.5em) {
  .homefeatured .slide-title {
    font-size: 50px;
    line-height: 58px;
    margin: 1.5em 0 .5em;
  }
}
.homefeatured .slide-description {
  font-size: inherit;
}
@media (min-width: 61.5em) {
  .homefeatured .slideshow-thumbs .btn[data-slide="prev"] {
    right: calc(50vw - 640px + 2.5em);
  }
  .homefeatured .slideshow-thumbs .btn[data-slide="next"] {
    right: calc(50vw - 640px);
  }
}
.no-flexwrap .homefeatured {
  margin: 0 0 3rem;
}
.no-flexwrap .homefeatured .slide-content {
  left: 1em;
}
.no-flexwrap .homefeatured .slideshow-thumbs [data-slide="prev"].btn {
  right: 2.5em;
}
.no-flexwrap .homefeatured .slideshow-thumbs [data-slide="next"].btn {
  right: 0;
}
.sectionnav {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  margin: 0 -1em;
  text-align: right;
}
@media (min-width: 61.49em) {
  .sectionnav {
    margin: 0 -0.5em;
  }
}
.sectionnav > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sectionnav > ul > li {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 61.49em) {
  .sectionnav > ul > li {
    min-height: 8em;
  }
}
.sectionnav > ul > li > a {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 44.99em) {
  .sectionnav > ul {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .sectionnav > ul > li {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.sectionnav a {
  color: #fff;
  padding: 20px;
  text-decoration: none;
}
@media (min-width: 45em) {
  .sectionnav a {
    margin: 0 .5em;
  }
}
.sectionnav .-employees {
  background: #73c5bb;
}
.sectionnav .-employers {
  background: #e10f21;
}
.sectionnav .-youngsters {
  background: #658f8e;
}
.sectionnav .-nothingtodothere {
  background: #bdc2c5;
  color: #333;
}
.sectionnav svg {
  display: block;
  margin-left: auto;
  margin-bottom: 10px;
  fill: currentColor;
}
.no-flexwrap .sectionnav > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.no-flexwrap .sectionnav > ul > li {
  display: table-cell;
}
.no-flexwrap .sectionnav > ul a {
  display: block;
}
.homenews > h2 {
  border-bottom: 3px solid #e30613;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 10px;
}
@media (max-width: 44.9em) {
  .homenews > h2 {
    margin: 3rem 0 1.5rem;
  }
}
.homenews > footer {
  padding: 3rem 0;
  text-align: right;
}
.hp-articles {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hp-articles > li {
  border-bottom: 1px solid #adcfc9;
  -webkit-flex: 0 0 calc(50% - .5em);
      -ms-flex: 0 0 calc(50% - .5em);
          flex: 0 0 calc(50% - .5em);
}
@media (min-width: 45em) {
  .hp-articles > li {
    -webkit-flex: 0 0 calc(50% - 35px);
        -ms-flex: 0 0 calc(50% - 35px);
            flex: 0 0 calc(50% - 35px);
  }
}
.hp-article {
  color: #2d2f33;
  font-size: 13px;
  padding: 0.75rem 0;
}
.hp-article h3,
.hp-article h4 {
  color: #168d7e;
  font-weight: normal;
  margin: 0;
}
.hp-article h3 a,
.hp-article h4 a,
.hp-article h3 a:visited,
.hp-article h4 a:visited {
  color: inherit;
}
.hp-article h4 {
  font-size: 18px;
  line-height: 22px;
}
.hp-article--big {
  font-size: inherit;
  margin-bottom: 1.5rem;
}
@media (min-width: 45em) {
  .hp-article--big {
    margin-bottom: 3rem;
  }
}
.hp-article--big h3 + ul {
  font-size: 15px;
  margin-bottom: 10px;
}
.box--jobboard > .box-title {
  border: 0;
  color: #cb1c0c;
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 1.5rem;
}
.joblogin {
  background: #65646a;
  color: #fff;
  padding: 24px;
}
.joblogin > h3 {
  font-weight: 300;
  margin: 0 0 1.5rem;
}
.joblogin .field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.joblogin .field label {
  width: 70px;
  margin-right: 1em;
  text-align: right;
}
.joblogin .field input {
  border: none;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.no-flexwrap .joblogin .field label {
  display: block;
  text-align: left;
}
.btn--cta {
  border-radius: 0;
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  margin: 1.5rem 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-align: left;
  white-space: normal;
}
.btn--cta,
.btn--cta:visited {
  color: #fff;
}
.btn--homenews {
  border-radius: 0;
  background: #e0e0e0;
}
.btn--homenews,
.btn--homenews:visited {
  color: #000;
}
.btn--jobs {
  background: #77c5bb;
}
.btn--candidates {
  background: #cb1c0c;
}
.-homebulge {
  box-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.-floatingicon {
  overflow: hidden;
}
.-floatingicon svg {
  float: left;
  margin-right: 1em;
}
/*# sourceMappingURL=palm.css.map */