/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/*! + some other stuff from HTML5 Reset from Richard Clark */
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
.subtopic-navigation h3,
.is-article-list.subtopic-navigation h3,
.subarticle-navigation a,
.block-navigation h2,
.notification h2,
.search-results h3,
.list h3,
.alphabet-list .letter span,
.events-list-new .event-item h2,
.news-list-v2 .event-item h2,
.events-list-new .list-item h2,
.news-list-v2 .list-item h2,
.person-list .name,
.teasers-grid h3,
.exposed-news-module .title h3,
.gov-material-detail-page h2,
.gov-material-detail-page h3,
.project-page .page-head .project-logo {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: '';
  content: none;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
address {
  font-style: normal;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
optgroup {
  font-weight: bold;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  min-width: 0;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
html {
  color: #111;
  font-family: 'Republika', arial, helvetica, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 0.875em;
}
@media only screen and (min-width:40em) {
  body {
    font-size: 0.9375em;
  }
}
@media only screen and (min-width:64em) {
  body {
    font-size: 1.0625em;
  }
}
@media only screen and (min-width:85.375em) {
  body {
    font-size: 0.9375em;
  }
}
@media only screen and (min-width:100em) {
  body {
    font-size: 1.0625em;
  }
}
.focus-tabulator {
  box-shadow: 0 0 0 4px #FFC689;
  background-color: #FFC689;
  color: #000;
  opacity: 1 !important;
  outline: 1px solid #FFC689;
  text-decoration: none;
}
div[tabindex="-1"]:focus,
main[tabindex="-1"]:focus {
  outline: none !important;
}
a {
  color: #397289;
  text-decoration: none;
}
a:hover,
a:visited {
  color: #2A5566;
 /* text-decoration: underline;*/
}
a:focus,
a:active {
  color: #529DBA;
}
a:focus {
  box-shadow: 0 0 0 4px #FFC689;
  background-color: #FFC689;
  color: #000;
  opacity: 1 !important;
  outline: 1px solid #FFC689;
  text-decoration: none;
}
.rte a:after {
  content: "\e0b2";
  font-family: 'GovIcons';
}
.rte a[href^='tel:']:after,
.rte a[href^='mailto:']:after,
.rte a[href*='www.gov.local/']:after,
.rte a[href*='www.gov.si/']:after,
.rte a[href*='gov.sites./']:after,
.rte a[href^='/']:after {
  display: none;
}
p {
  line-height: 1.4;
  margin: 0 0 1.5em;
}
p:last-child {
  margin-bottom: 0;
}
p small {
  font-size: 0.92857143em;
  color: #65656a;
}
@media only screen and (min-width:40em) {
  p small {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:64em) {
  p small {
    font-size: 0.88235294em;
  }
}
@media only screen and (min-width:85.375em) {
  p small {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:100em) {
  p small {
    font-size: 0.88235294em;
  }
}
p a {
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}
p.small {
  font-size: 0.92857143em;
}
@media only screen and (min-width:40em) {
  p.small {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:64em) {
  p.small {
    font-size: 0.88235294em;
  }
}
@media only screen and (min-width:85.375em) {
  p.small {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:100em) {
  p.small {
    font-size: 0.88235294em;
  }
}
h1,
.project-page .page-head .project-logo {
  font-weight: normal;
  line-height: 1.2;
  font-size: 2em;
}
@media only screen and (min-width:40em) {
  h1,
  .project-page .page-head .project-logo {
    font-size: 2.8em;
  }
}
@media only screen and (min-width:64em) {
  h1,
  .project-page .page-head .project-logo {
    font-size: 2.82352941em;
  }
}
@media only screen and (min-width:85.375em) {
  h1,
  .project-page .page-head .project-logo {
    font-size: 2.8em;
  }
}
@media only screen and (min-width:100em) {
  h1,
  .project-page .page-head .project-logo {
    font-size: 2.82352941em;
  }
}
h2,
h3,
.h3,
h4,
h5,
.subtopic-navigation h3,
.is-article-list.subtopic-navigation h3,
.subarticle-navigation a,
.block-navigation h2,
.notification h2,
.search-results h3,
.list h3,
.alphabet-list .letter span,
.events-list-new .event-item h2,
.news-list-v2 .event-item h2,
.events-list-new .list-item h2,
.news-list-v2 .list-item h2,
.person-list .name,
.teasers-grid h3,
.exposed-news-module .title h3,
.gov-material-detail-page h2,
.gov-material-detail-page h3 {
  line-height: 1.2;
  font-weight: bold;
  margin: 1.6em 0 1em;
}
h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0;
}
h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
h5:last-child {
  margin-bottom: 0;
}
.content-module + .content-module h2,
.content-module + .content-module h3,
.content-module + .content-module .h3,
.content-module + .content-module h4,
.content-module + .content-module h5 {
  margin-top: 1.6em;
}
h2 a,
h3 a,
.h3 a,
h4 a,
h5 a {
  text-decoration: none;
}
h2,
.subtopic-navigation h3,
.alphabet-list .letter span,
.exposed-news-module .title h3 {
  font-size: 1.5em;
}
@media only screen and (min-width:40em) {
  h2,
  .subtopic-navigation h3,
  .alphabet-list .letter span,
  .exposed-news-module .title h3 {
    font-size: 1.6em;
  }
}
@media only screen and (min-width:64em) {
  h2,
  .subtopic-navigation h3,
  .alphabet-list .letter span,
  .exposed-news-module .title h3 {
    font-size: 1.64705882em;
  }
}
@media only screen and (min-width:85.375em) {
  h2,
  .subtopic-navigation h3,
  .alphabet-list .letter span,
  .exposed-news-module .title h3 {
    font-size: 1.6em;
  }
}
@media only screen and (min-width:100em) {
  h2,
  .subtopic-navigation h3,
  .alphabet-list .letter span,
  .exposed-news-module .title h3 {
    font-size: 1.64705882em;
  }
}
h3,
.h3,
.block-navigation h2 {
  text-transform: uppercase;
  font-size: 1.35714286em;
}
@media only screen and (min-width:40em) {
  h3,
  .h3,
  .block-navigation h2 {
    font-size: 1.4em;
  }
}
@media only screen and (min-width:64em) {
  h3,
  .h3,
  .block-navigation h2 {
    font-size: 1.35294118em;
  }
}
@media only screen and (min-width:85.375em) {
  h3,
  .h3,
  .block-navigation h2 {
    font-size: 1.4em;
  }
}
@media only screen and (min-width:100em) {
  h3,
  .h3,
  .block-navigation h2 {
    font-size: 1.35294118em;
  }
}
h4,
.is-article-list.subtopic-navigation h3,
.subarticle-navigation a,
.search-results h3,
.list h3,
.events-list-new .event-item h2,
.news-list-v2 .event-item h2,
.events-list-new .list-item h2,
.news-list-v2 .list-item h2,
.teasers-grid h3,
.gov-material-detail-page h2,
.gov-material-detail-page h3 {
  font-size: 1.21428571em;
}
@media only screen and (min-width:40em) {
  h4,
  .is-article-list.subtopic-navigation h3,
  .subarticle-navigation a,
  .search-results h3,
  .list h3,
  .events-list-new .event-item h2,
  .news-list-v2 .event-item h2,
  .events-list-new .list-item h2,
  .news-list-v2 .list-item h2,
  .teasers-grid h3,
  .gov-material-detail-page h2,
  .gov-material-detail-page h3 {
    font-size: 1.2em;
  }
}
@media only screen and (min-width:64em) {
  h4,
  .is-article-list.subtopic-navigation h3,
  .subarticle-navigation a,
  .search-results h3,
  .list h3,
  .events-list-new .event-item h2,
  .news-list-v2 .event-item h2,
  .events-list-new .list-item h2,
  .news-list-v2 .list-item h2,
  .teasers-grid h3,
  .gov-material-detail-page h2,
  .gov-material-detail-page h3 {
    font-size: 1.23529412em;
  }
}
@media only screen and (min-width:85.375em) {
  h4,
  .is-article-list.subtopic-navigation h3,
  .subarticle-navigation a,
  .search-results h3,
  .list h3,
  .events-list-new .event-item h2,
  .news-list-v2 .event-item h2,
  .events-list-new .list-item h2,
  .news-list-v2 .list-item h2,
  .teasers-grid h3,
  .gov-material-detail-page h2,
  .gov-material-detail-page h3 {
    font-size: 1.2em;
  }
}
@media only screen and (min-width:100em) {
  h4,
  .is-article-list.subtopic-navigation h3,
  .subarticle-navigation a,
  .search-results h3,
  .list h3,
  .events-list-new .event-item h2,
  .news-list-v2 .event-item h2,
  .events-list-new .list-item h2,
  .news-list-v2 .list-item h2,
  .teasers-grid h3,
  .gov-material-detail-page h2,
  .gov-material-detail-page h3 {
    font-size: 1.23529412em;
  }
}
h5,
.notification h2,
.person-list .name {
  font-size: 1.07142857em;
}
@media only screen and (min-width:40em) {
  h5,
  .notification h2,
  .person-list .name {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:64em) {
  h5,
  .notification h2,
  .person-list .name {
    font-size: 1.05882353em;
  }
}
@media only screen and (min-width:85.375em) {
  h5,
  .notification h2,
  .person-list .name {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:100em) {
  h5,
  .notification h2,
  .person-list .name {
    font-size: 1.05882353em;
  }
}
.intro a,
.content-module a,
.content-sidebar a {
  text-decoration: underline;
}
.intro a:hover,
.content-module a:hover,
.content-sidebar a:hover {
  text-decoration: none;
}
.content-blocks .typo h2,
.content-blocks .typo h3,
.content-blocks .typo .h3,
.content-blocks .typo h4,
.content-blocks .typo h5 {
  margin-top: 2em;
  margin-bottom: 0.8em;
}
.typo h3,
.typo .h3 {
  text-transform: none;
}
.typo p,
.typo table,
.typo .at-container {
  margin: 0 0 1.5em;
}
.typo p:last-child,
.typo table:last-child,
.typo .at-container:last-child {
  margin-bottom: 0;
}
.typo ul.files:last-child {
  margin-bottom: 1.5em;
}
.typo .intro,
.intro {
  font-size: 1.23529412em;
  line-height: 1.4;
  margin: 0 0 1.5em;
}
.typo p + ul,
.typo p + ol {
  margin-top: -1.1em;
}
ul[class$="-list"]:not(.person-list),
ul[class^="list-"]:not(.person-list),
ul[class$="-grid"]:not(.person-list),
.pagination ul:not(.person-list),
ul.optionset:not(.person-list) {
  padding: 0;
}
.typo ul,
.list-typo ul,
.typo ol,
.list-typo ol {
  line-height: 1.4;
  margin-bottom: 1.5em;
}
.typo ul:last-child,
.list-typo ul:last-child,
.typo ol:last-child,
.list-typo ol:last-child {
  margin-bottom: 0;
}
.typo li,
.list-typo li {
  position: relative;
  margin-bottom: 0.4em;
}
.typo li:last-child,
.list-typo li:last-child {
  margin-bottom: 0;
}
.typo li.indent-0,
.list-typo li.indent-0 {
  margin-left: 0px;
}
.typo li.indent-1,
.list-typo li.indent-1 {
  margin-left: 20px;
}
.typo li.indent-2,
.list-typo li.indent-2 {
  margin-left: 40px;
}
.typo li.indent-3,
.list-typo li.indent-3 {
  margin-left: 60px;
}
.typo li.indent-4,
.list-typo li.indent-4 {
  margin-left: 80px;
}
.public-info-page .typo {
  counter-reset: h2;
}
.public-info-page .typo h2 {
  counter-reset: h3;
}
.public-info-page .typo h3,
.public-info-page .typo .h3 {
  counter-reset: h4;
}
.public-info-page .typo h4 {
  counter-reset: h5;
}
.public-info-page .typo h5 {
  counter-reset: h6;
}
.public-info-page .typo h2:before {
  counter-increment: h2;
  content: counter(h2) ". ";
}
.public-info-page .typo h3:before {
  counter-increment: h3;
  content: counter(h2) "." counter(h3) ". ";
}
.public-info-page .typo h4:before {
  counter-increment: h4;
  content: counter(h2) "." counter(h3) "." counter(h4) ". ";
}
.public-info-page .typo h5:before {
  counter-increment: h5;
  content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) ". ";
}
.public-info-page .typo h6:before {
  counter-increment: h6;
  content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6) ". ";
}
blockquote {
  display: block;
  background-color: #F3F2F0;
  padding: 50px 20px 20px;
  background-image: url("../images/svg/icons/icon_blockquote.svg");
  background-repeat: no-repeat;
  background-position: top 20px left 20px;
  background-size: 25px 20px;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 19px;
  font-weight: bold;
  color: #73635B;
}
blockquote br {
  display: block;
  margin-top: 15px;
}
blockquote p:nth-of-type(1) {
  color: #73635B;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 0 !important;
}
blockquote p:nth-of-type(2) {
  color: #333;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.17;
}
blockquote > strong {
  color: #333;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.17;
}
.rte aside {
  padding: 5px 20px 20px;
  background-color: #F3F2F0;
  color: #333;
  font-size: 13px;
  letter-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 1em;
}
@media only screen and (min-width:40em) {
  .rte aside {
    font-size: 1em;
  }
}
@media only screen and (min-width:64em) {
  .rte aside {
    font-size: 1em;
  }
}
@media only screen and (min-width:85.375em) {
  .rte aside {
    font-size: 1em;
  }
}
@media only screen and (min-width:100em) {
  .rte aside {
    font-size: 1em;
  }
}
.rte aside p {
  margin: 0;
}
.rte aside strong {
  display: block;
  color: #73635B;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.524;
}
.rte aside strong + br {
  display: none;
}
@media only screen and (min-width:60em) {
  blockquote,
  .rte aside {
    width: 46%;
    margin-left: 9%;
    float: right;
    min-width: 15.8em;
  }
}
@media only screen and (min-width:60em) {
  .rte aside {
    min-width: 17.6em;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
a:not([href]):after {
  display: none !important;
}
.js-obfuscated:not(.is-reverse) {
  unicode-bidi: bidi-override;
  direction: rtl;
}
[class^="ficon-"],
[class*=" ficon-"],
.___fonticon {
  line-height: 1;
}
[class^="ficon-"]:before,
[class*=" ficon-"]:before,
.___fonticon {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-family: "GovIcons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
}
.ficon-download2:before {
  content: "\e90c";
}
.ficon-calendar3:before {
  content: "\e90b";
}
.ficon-dvr:before {
  content: "\e90a";
}
.ficon-notification-highlight:before {
  content: "\e907";
}
.ficon-notification-info:before {
  content: "\e908";
}
.ficon-notification-alert:before {
  content: "\e909";
}
.ficon-calendar:before {
  content: "\e906";
}
.ficon-document:before {
  content: "\e905";
}
.ficon-big_arrow_down:before {
  content: "\e900";
}
.ficon-big_arrow_left:before {
  content: "\e901";
}
.ficon-big_arrow_right:before {
  content: "\e902";
}
.ficon-big_arrow_up:before {
  content: "\e903";
}
.ficon-phone:before {
  content: "\e0cd";
}
.ficon-external_link:before {
  content: "\e0b2";
}
.ficon-chat:before {
  content: "\e0b7";
}
.ficon-chat_bubble_outline:before {
  content: "\e0cb";
}
.ficon-cloud_download:before {
  content: "\e2c0";
}
.ficon-date_range:before {
  content: "\e916";
}
.ficon-delete:before {
  content: "\e872";
}
.ficon-favorite_full:before {
  content: "\e87d";
}
.ficon-favorite_border:before {
  content: "\e87e";
}
.ficon-goat:before {
  content: "\e904";
}
.ficon-arrow_down:before {
  content: "\e313";
}
.ficon-arrow_left:before {
  content: "\e314";
}
.ficon-arrow_right:before {
  content: "\e315";
}
.ficon-arrow_up:before {
  content: "\e316";
}
.ficon-open_in_new:before {
  content: "\e89e";
}
.ficon-mail_outline:before {
  content: "\e0e1";
}
.ficon-message:before {
  content: "\e0c9";
}
.ficon-navigation:before {
  content: "\e55d";
}
.ficon-user_account:before {
  content: "\e7fd";
}
.ficon-publish:before {
  content: "\e255";
}
.ficon-search:before {
  content: "\e8b6";
}
.ficon-translate:before {
  content: "\e8e2";
}
.ficon-calendar-2:before {
  content: "\e953";
}
.ficon-website:before {
  content: "\e9ca";
}
.ficon-facebook:before {
  content: "\ea90";
}
.ficon-instagram:before {
  content: "\ea92";
}
.ficon-twitter:before {
  content: "\ea96";
}
.ficon-youtube:before {
  content: "\ea9d";
}
.ficon-linkedin2:before {
  content: "\eaca";
}
.ficon-flickr:before {
  content: "\e90d";
}
.ficon-marker:before {
  content: "\e90e";
}
.ficon-organigram:before {
  content: "\e910";
}
.ficon-rss:before {
  content: "\e90f";
}
@font-face {
  font-family: 'Republika';
  src: url(/fonts/republika-regular-webfont.eot?v=4);
  src: url(/fonts/republika-regular-webfont.eot?#iefix) format('embedded-opentype'), url(/fonts/republika-regular-webfont.woff2) format('woff2'), url(/fonts/republika-regular-webfont.woff) format('woff'), url(/fonts/republika-regular-webfont.ttf) format('truetype'), url(/fonts/republika-regular-webfont.svg#Republika) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Republika';
  src: url(/fontsfonts/republika-bold-webfont.eot?v=4);
  src: url(/fontsfonts/republika-bold-webfont.eot?#iefix) format('embedded-opentype'), url(/fontsfonts/republika-bold-webfont.woff2) format('woff2'), url(/fontsfonts/republika-bold-webfont.woff?v=4) format('woff'), url(/fontsfonts/republika-bold-webfont.ttf) format('truetype'), url(/fontsfonts/republika-bold-webfont.svg#Republika) format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'GovIcons';
  src: url(/fonts/GovIcons.eot?v=7);
  src: url(/fonts/GovIcons.eot) format('embedded-opentype'),  url(/fonts/GovIcons.woff) format('woff'), url(/fonts/GovIcons.ttf) format('truetype'), url(/fonts/GovIcons.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
  border-style: solid;
  text-transform: none;
}
.at-container table {
  margin: 0;
}
.at-is-scrollable [data-at-fixedcolumns--left="1"] td:first-child,
.at-is-scrollable [data-at-fixedcolumns--left="2"] td:first-child,
.at-is-scrollable [data-at-fixedcolumns--left="3"] td:first-child,
.at-is-scrollable [data-at-fixedcolumns--left="1"] th:first-child,
.at-is-scrollable [data-at-fixedcolumns--left="2"] th:first-child,
.at-is-scrollable [data-at-fixedcolumns--left="3"] th:first-child {
  width: 1px;
}
.at-is-scrollable [data-at-fixedcolumns--left="2"] td:nth-child(2),
.at-is-scrollable [data-at-fixedcolumns--left="3"] td:nth-child(2),
.at-is-scrollable [data-at-fixedcolumns--left="2"] th:nth-child(2),
.at-is-scrollable [data-at-fixedcolumns--left="3"] th:nth-child(2) {
  width: 1px;
}
.at-is-scrollable [data-at-fixedcolumns--left="3"] td:nth-child(3),
.at-is-scrollable [data-at-fixedcolumns--left="3"] th:nth-child(3) {
  width: 1px;
}
.at-is-scrollable [data-at-fixedcolumns--right="1"] td:last-child,
.at-is-scrollable [data-at-fixedcolumns--right="2"] td:last-child,
.at-is-scrollable [data-at-fixedcolumns--right="3"] td:last-child,
.at-is-scrollable [data-at-fixedcolumns--right="1"] th:last-child,
.at-is-scrollable [data-at-fixedcolumns--right="2"] th:last-child,
.at-is-scrollable [data-at-fixedcolumns--right="3"] th:last-child {
  width: 1px;
}
.at-is-scrollable [data-at-fixedcolumns--right="2"] td:nth-last-child(2),
.at-is-scrollable [data-at-fixedcolumns--right="3"] td:nth-last-child(2),
.at-is-scrollable [data-at-fixedcolumns--right="2"] th:nth-last-child(2),
.at-is-scrollable [data-at-fixedcolumns--right="3"] th:nth-last-child(2) {
  width: 1px;
}
.at-is-scrollable [data-at-fixedcolumns--right="3"] td:nth-last-child(3),
.at-is-scrollable [data-at-fixedcolumns--right="3"] th:nth-last-child(3) {
  width: 1px;
}
.at-fixed-table.at-left-cells {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}
.at-fixed-table.at-right-cells {
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: solid 1px #D7D7D7;
  background: #fff;
  caption-side: top;
}
table.stripes tbody tr:nth-child(2n + 1) {
  background: #ECF2F4;
}
table.stripes tbody tr:nth-child(2n) {
  background: #fff;
}
table caption {
  text-align: left;
  padding: 0.3em 0;
}
table caption .h3 {
  text-transform: none;
}
table .bold {
  font-weight: bold;
}
table .italic {
  font-style: oblique;
}
table .strikethrough {
  text-decoration: line-through;
}
table .align-default,
table .align-left {
  text-align: left;
}
table .align-center {
  text-align: center;
}
table .align-right {
  text-align: right;
}
table .big {
  font-size: 1.21428571em;
}
@media only screen and (min-width:40em) {
  table .big {
    font-size: 1.2em;
  }
}
@media only screen and (min-width:64em) {
  table .big {
    font-size: 1.23529412em;
  }
}
@media only screen and (min-width:85.375em) {
  table .big {
    font-size: 1.2em;
  }
}
@media only screen and (min-width:100em) {
  table .big {
    font-size: 1.23529412em;
  }
}
table .small {
  font-size: 0.92857143em;
}
@media only screen and (min-width:40em) {
  table .small {
    font-size: 0.86666667em;
  }
}
@media only screen and (min-width:64em) {
  table .small {
    font-size: 0.88235294em;
  }
}
@media only screen and (min-width:85.375em) {
  table .small {
    font-size: 0.86666667em;
  }
}
@media only screen and (min-width:100em) {
  table .small {
    font-size: 0.88235294em;
  }
}
table .bgcolor {
  background: rgba(0, 0, 0, 0.05);
  background: #d5e3e7;
  background: rgba(171, 198, 207, 0.4);
}
thead td,
thead th {
  border: solid #111;
  border-width: 1px 0;
}
td,
th {
  text-align: left;
  line-height: 1.4;
  border-bottom: solid 1px #D7D7D7;
  padding: 1em;
}
td:first-child,
th:first-child {
  padding-left: 0.6em;
}
td:last-child,
th:last-child {
  padding-right: 0.6em;
}
th {
  font-weight: bold;
}
nav ul,
nav ol {
  list-style: none;
  padding: 0;
}
.at-container {
  overflow-x: auto;
}
.at-container.at-is-scrollable .at-fixed-table {
  display: block;
}
.at-responsive-table .at-wrapper {
  position: relative;
  overflow: hidden;
}
.at-fixed-table {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 2;
  display: none;
}
.at-fixed-table.at-right-cells {
  left: auto;
  right: 0;
}
.at-fixed-table td,
.at-fixed-table th {
  display: none;
}
.at-fixed-table td.at-fixed,
.at-fixed-table th.at-fixed {
  display: table-cell;
}
.at-scrollable-table {
  overflow-x: auto;
  position: relative;
  z-index: 1;
}
.at-cell-hidden {
  display: none !important;
}
body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-infobar:focus,
.fancybox-toolbar:focus,
.fancybox-caption:focus,
.fancybox-navigation .fancybox-button:focus {
  box-shadow: 0 0 0 3px #FFC689 inset;
  outline: 1px solid #FFC689;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #fff;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-property: -webkit-transform, opacity, -webkit-transform;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  padding: 44px 0 0 0;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-property: -webkit-transform, opacity, -webkit-transform;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button:focus {
  box-shadow: 0 0 0 3px #FFC689 inset;
  outline: 1px solid #FFC689;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}
/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.4;
  padding: 25px 44px 25px 44px;
  right: 0;
}
.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0 0 0;
  }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.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-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: 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-slide img {
  display: block;
}
.slick-loading.slick-slide img {
  display: none;
}
.dragging.slick-slide img {
  pointer-events: none;
}
/* Arrows */
.slick-arrow {
  position: absolute;
  display: block;
  height: 100%;
  width: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 0;
  padding: 0;
  border: none;
  outline: none;
  z-index: 3;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow:hover,
.slick-arrow:focus {
  outline: none;
  background: transparent;
}
.slick-arrow:hover:before,
.slick-arrow:focus:before {
  opacity: 1;
}
.slick-arrow:before {
  content: '';
  position: absolute;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  width: 20px;
  height: 20px;
  -webkit-transform-origin: 10px 10px;
      -ms-transform-origin: 10px 10px;
          transform-origin: 10px 10px;
  top: 50%;
  margin: -10px 19px;
  opacity: 0;
  transition: opacity 0.4s;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.slick-disabled.slick-arrow:before {
  opacity: 0.3;
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-next:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0;
}
.slick-dots {
  position: absolute;
  bottom: 18px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 4;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots .slick-active button:hover:before,
.slick-dots .slick-active button:focus:before {
  opacity: 1;
}
.slick-dots .slick-active button:before {
  opacity: 1;
}
.slick-dots button {
  display: none;
  background: none;
  border: 0;
  color: transparent;
  display: block;
  height: 16px;
  width: 16px;
  padding: 0;
  cursor: pointer;
  outline: 0;
}
.slick-dots button:hover,
.slick-dots button:focus {
  outline: none;
}
.slick-dots button:hover:before,
.slick-dots button:focus:before {
  opacity: 0.8;
}
.slick-dots button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px;
  border-radius: 12px;
  opacity: 0.5;
  background: #fff;
  transition: opacity 0.5s;
}
/* PrismJS 1.15.0
https://prismjs.com/download.html#themes=prism-coy&languages=markup+css+clike+javascript */
/**
 * prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/tshedor/workshop-wp-theme (Example: http://workshop.kansan.com/category/sessions/basics or http://workshop.timshedor.com/category/sessions/basics);
 * @author Tim  Shedor
 */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  background: none;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
/* Code blocks */
pre[class*="language-"] {
  position: relative;
  overflow: visible;
  padding: 0;
}
pre[class*="language-"] > code {
  font-size: 14px;
  position: relative;
  border-left: 10px solid #397289;
  box-shadow: 0 0 0 1px #dfdfdf;
  background-color: #fdfdfd;
  background-image: linear-gradient(transparent 50%, #f8f8f8 50%);
  background-size: 3em 3em;
  background-attachment: local;
  background-origin: content-box;
  padding: 0 0 0 1em;
  line-height: 1.4;
}
code[class*="language"] {
  max-height: inherit;
  height: inherit;
  display: block;
  overflow: auto;
}
/* Margin bottom to accommodate shadow */
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background-color: #fdfdfd;
  box-sizing: border-box;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
  position: relative;
  padding: 0.2em;
  border-radius: 0.3em;
  color: #c92c2c;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline;
  white-space: normal;
}
:not(pre) > code[class*="language-"]:after,
pre[class*="language-"]:after {
  right: 0.75em;
  left: auto;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #7D8B99;
}
.token.punctuation {
  color: #5F6364;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.function-name,
.token.constant,
.token.symbol,
.token.deleted {
  color: #c92c2c;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.function,
.token.builtin,
.token.inserted {
  color: #2f9c0a;
}
.token.operator,
.token.entity,
.token.url,
.token.variable {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword,
.token.class-name {
  color: #1990b8;
}
.token.regex,
.token.important {
  color: #e90;
}
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.important {
  font-weight: normal;
}
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
.namespace {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  pre[class*="language-"]:before,
  pre[class*="language-"]:after {
    bottom: 14px;
    box-shadow: none;
  }
}
/* Plugin styles */
.token.tab:not(:empty):before,
.token.cr:before,
.token.lf:before {
  color: #e0d7d1;
}
/* Plugin styles: Line Numbers */
pre[class*="language-"].line-numbers.line-numbers {
  padding-left: 0;
}
pre[class*="language-"].line-numbers.line-numbers code {
  padding-left: 3.8em;
}
pre[class*="language-"].line-numbers.line-numbers .line-numbers-rows {
  left: 0;
}
/* Plugin styles: Line Highlight */
pre[class*="language-"][data-line] {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
pre[data-line] code {
  position: relative;
  padding-left: 4em;
}
pre .line-highlight {
  margin-top: 0;
}
.video-js {
  position: relative;
  padding-bottom: 0;
  min-height: 1px;
  width: 100%;
  max-width: 100%;
}
.video-js video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js + a {
  display: block;
  margin-top: 15px;
}
.video-js .vjs-text-track-display div {
  font-size: 2em;
}
.video-js ::cue {
  font-size: 2em;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
@media only screen and (min-width:64.0625em) {
  .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
  }
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.select2-container--form .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
}
.select2-container--disabled.select2-container--form .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--form .select2-selection--single .select2-selection__rendered {
  color: #444444;
  line-height: 28px;
}
.select2-container--form .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
[dir="rtl"].select2-container--form .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--disabled.select2-container--form .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--form .select2-selection--single .select2-selection__placeholder {
  color: #999999;
}
.select2-container--form .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px;
}
[dir="rtl"].select2-container--form .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--form .select2-selection--single .select2-selection__arrow b {
  border-color: #888888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--open.select2-container--form .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--form .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaaaaa;
  cursor: text;
}
.select2-container--focus.select2-container--form .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--disabled.select2-container--form .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--form .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--form .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--form .select2-selection--multiple .select2-selection__placeholder {
  color: #999999;
  float: left;
  margin-top: 5px;
}
.select2-container--form .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 5px;
}
.select2-container--form .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaaaaa;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--form .select2-selection--multiple .select2-selection__choice__remove {
  color: #999999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--disabled.select2-container--form .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--form .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333333;
}
.select2-container--form .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--form .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--form .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--form .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--form .select2-results__option[aria-disabled=true] {
  color: #999999;
}
.select2-container--form .select2-results__option[aria-selected=true] {
  background-color: #dddddd;
}
.select2-container--form .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--form .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--form .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--form .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--form .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--form .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--form .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--form .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--form .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
@media only screen and (max-width:64.03125em) {
  .select2-container--main-form {
    display: none;
  }
}
.select2-container--main-form .select2-selection--multipleselect2-selection--single {
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
}
.select2-container--disabled.select2-container--main-form .select2-selection--multipleselect2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--main-form .select2-selection--multipleselect2-selection--single .select2-selection__rendered {
  color: #444444;
  line-height: 28px;
}
.select2-container--main-form .select2-selection--multipleselect2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
[dir="rtl"].select2-container--main-form .select2-selection--multipleselect2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--disabled.select2-container--main-form .select2-selection--multipleselect2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--main-form .select2-selection--multipleselect2-selection--single .select2-selection__placeholder {
  color: #999999;
}
.select2-container--main-form .select2-selection--multipleselect2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px;
}
[dir="rtl"].select2-container--main-form .select2-selection--multipleselect2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--main-form .select2-selection--multipleselect2-selection--single .select2-selection__arrow b {
  border-color: #888888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--open.select2-container--main-form .select2-selection--multipleselect2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--main-form .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaaaaa;
  cursor: text;
}
.select2-container--focus.select2-container--main-form .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--disabled.select2-container--main-form .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--main-form .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--main-form .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--main-form .select2-selection--multiple .select2-selection__placeholder {
  color: #999999;
  float: left;
  margin-top: 5px;
}
.select2-container--main-form .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 5px;
}
.select2-container--main-form .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaaaaa;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--main-form .select2-selection--multiple .select2-selection__choice__remove {
  color: #999999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--disabled.select2-container--main-form .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--main-form .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333333;
}
.select2-container--main-form .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--main-form .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--main-form .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--main-form .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--main-form .select2-results__option[aria-disabled=true] {
  color: #999999;
}
.select2-container--main-form .select2-results__option[aria-selected=true] {
  background-color: #dddddd;
}
.select2-container--main-form .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--main-form .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--main-form .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--main-form .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--main-form .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--main-form .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--main-form .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--main-form .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--main-form .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
@media only screen and (max-width:64.03125em) {
  .select2-container--module-form {
    display: none;
  }
}
.select2-container--module-form.select2-container--focus {
  outline: none;
}
.select2-container--module-form.select2-container--focus .select2-selection {
  border-color: #FFC689;
  box-shadow: 0 0 0 5px #FFC689 inset;
}
.select2-container--module-form .select2-selection--single {
  background-color: #ffffff;
  border: 0;
  border-radius: 4px;
  height: 2.35294118em;
  box-shadow: 0 0 0 1px #397289 inset;
}
.no-smil .select2-container--module-form .select2-selection--single {
  border-radius: 0;
}
.select2-container--below.select2-container--open.select2-container--module-form .select2-selection--single {
  box-shadow: 1px 0 0 #397289 inset, -1px 0 0 #397289 inset, 0 1px 0 #397289 inset;
  border-radius: 4px 4px 0 0;
}
.no-smil .select2-container--below.select2-container--open.select2-container--module-form .select2-selection--single {
  border-radius: 0;
}
.select2-container--above.select2-container--open.select2-container--module-form .select2-selection--single {
  box-shadow: 1px 0 0 #397289 inset, -1px 0 0 #397289 inset, 0 -1px 0 #397289 inset;
  border-radius: 0 0 4px 4px;
}
.no-smil .select2-container--above.select2-container--open.select2-container--module-form .select2-selection--single {
  border-radius: 0;
}
.select2-container--disabled.select2-container--module-form .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--module-form .select2-selection--single .select2-selection__rendered {
  line-height: 1.47058824;
  padding: 0.41176471em 2.35294118em 0.47058824em 0.88235294em;
}
.select2-container--module-form .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
[dir="rtl"].select2-container--module-form .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--disabled.select2-container--module-form .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--module-form .select2-selection--single .select2-selection__placeholder {
  color: #999999;
}
.select2-container--module-form .select2-selection--single .select2-selection__arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.35294118em;
  height: 100%;
}
.select2-container--module-form .select2-selection--single .select2-selection__arrow:before {
  content: "\e313";
  font-family: 'GovIcons' !important;
  text-align: center;
  width: 100%;
  font-size: 1.64705882em;
  color: #397289;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.select2-container--open.select2-container--module-form .select2-selection--single .select2-selection__arrow:before {
  content: "\e316";
}
[dir="rtl"].select2-container--module-form .select2-selection--single .select2-selection__arrow {
  left: 0;
  right: auto;
}
.select2-container--module-form .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--module-form .select2-selection--multiple {
  background-color: #ffffff;
  border: 0;
  border-radius: 4px;
  height: auto;
  min-height: 2.35294118em;
  box-shadow: 0 0 0 1px #397289 inset;
  padding: 0.29411765em 2.35294118em 5px 0.29411765em;
  position: relative;
  overflow-y: auto;
  padding-bottom: 0;
}
.no-smil .select2-container--module-form .select2-selection--multiple {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #397289;
}
.select2-container--module-form .select2-selection--multiple:before {
  content: '\271A';
  color: #397289;
  position: absolute;
  right: 0;
  top: 1.1em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  text-align: center;
  line-height: 1;
  font-family: 'GovIcons';
}
.select2-container--below.select2-container--open.select2-container--module-form .select2-selection--multiple {
  box-shadow: 1px 0 0 #397289 inset, -1px 0 0 #397289 inset, 0 1px 0 #397289 inset;
  border-radius: 4px 4px 0 0;
}
.no-smil .select2-container--below.select2-container--open.select2-container--module-form .select2-selection--multiple {
  border-radius: 0;
}
.select2-container--above.select2-container--open.select2-container--module-form .select2-selection--multiple {
  box-shadow: 1px 0 0 #397289 inset, -1px 0 0 #397289 inset, 0 -1px 0 #397289 inset;
  border-radius: 0 0 4px 4px;
}
.no-smil .select2-container--above.select2-container--open.select2-container--module-form .select2-selection--multiple {
  border-radius: 0;
}
.select2-container--disabled.select2-container--module-form .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--module-form .select2-selection--multiple .select2-selection__rendered {
  display: block;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.select2-container--module-form .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  margin: 0 0.29411765em 0.29411765em 0;
}
.select2-container--module-form .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.23529412em 0.41176471em 0.29411765em 1.52941176em;
  border: 0;
  background: #ECF2F4;
  box-shadow: 0 0 0 1px #8AB8CB inset;
  height: auto;
  line-height: 1.23529412;
  border-radius: 3px;
  position: relative;
}
.no-smil .select2-container--module-form .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #397289;
}
.select2-container--module-form .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
  position: absolute;
  left: 0.17647059em;
  top: -1px;
  width: 1.29411765em;
  height: 100%;
  line-height: 29px;
  text-align: center;
  color: #397289;
  border: 0;
}
.select2-container--module-form .select2-selection--multiple .select2-selection__placeholder {
  color: #999999;
  float: left;
  margin-top: 5px;
}
.select2-container--module-form .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 5px;
}
.select2-container--module-form .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaaaaa;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--module-form .select2-selection--multiple .select2-selection__choice__remove {
  color: #999999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--disabled.select2-container--module-form .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--module-form .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333333;
}
.select2-container--module-form .select2-dropdown {
  padding: 0.29411765em 0.29411765em 0.29411765em;
  border: 0;
}
.select2-container--module-form .select2-dropdown.select2-dropdown--below {
  border-radius: 0 0 4px 4px;
  box-shadow: 1px 0 0 #397289 inset, -1px 0 0 #397289 inset, 0 1px 0 #D7D7D7 inset, 0 -1px 0 #397289 inset;
}
.no-smil .select2-container--module-form .select2-dropdown.select2-dropdown--below {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #397289;
}
.select2-container--module-form .select2-dropdown.select2-dropdown--above {
  border-radius: 4px 4px 0 0;
  box-shadow: 1px 0 0 #397289 inset, -1px 0 0 #397289 inset, 0 -1px 0 #D7D7D7 inset, 0 1px 0 #397289 inset;
}
.no-smil .select2-container--module-form .select2-dropdown.select2-dropdown--above {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #397289;
}
.select2-container--module-form .select2-search--dropdown {
  padding: 0em 0em 0.58823529em;
}
.select2-container--module-form .select2-search--dropdown .select2-search__field {
  box-shadow: 0 0 0 1px #D7D7D7 inset;
  border: 0;
  height: 2.17647059em;
  border-radius: 4px;
  line-height: 1.47058824;
  padding: 0.35294118em 0.58823529em;
  outline: 1px solid #FFC689;
}
.no-smil .select2-container--module-form .select2-search--dropdown .select2-search__field {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #397289;
}
.select2-container--module-form .select2-search--inline {
  padding: 0;
}
.select2-container--module-form .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  margin: 0.29411765em 0 0.29411765em 0.29411765em;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--module-form .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--module-form .select2-results__option {
  padding: 0.41176471em 0.58823529em;
  line-height: 1.35294118;
}
.select2-container--module-form .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--module-form .select2-results__option[aria-disabled=true] {
  color: #999999;
}
.select2-container--module-form .select2-results__option[aria-selected=true] {
  background-color: #c4d5dc;
}
.select2-container--module-form .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--module-form .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--module-form .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--module-form .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--module-form .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--module-form .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--module-form .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--module-form .select2-results__option--highlighted[aria-selected] {
  background-color: #397289;
  color: white;
}
.select2-container--module-form .select2-results__option--highlighted[aria-selected=true] {
  background-color: #397289;
  color: white;
}
.select2-container--module-form .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-wrapper--module-form {
  position: relative;
}
.dropdown .select2-wrapper--module-form:before {
  content: "\e313";
  font-family: 'GovIcons' !important;
  font-size: 1.64705882em;
  color: #397289;
  text-align: center;
  width: 1.42857143em;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media only screen and (min-width:64.0625em) {
  .dropdown .select2-wrapper--module-form:before {
    display: none;
  }
}
.multiselect.dropdown .select2-wrapper--module-form:before {
  content: '';
  border: solid 1px currentColor;
  border-left: 0;
  height: 100%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: 0;
  border-radius: 0 4px 4px 0;
}
.no-smil .multiselect.dropdown .select2-wrapper--module-form:before {
  border-radius: 0;
}
.select2-wrapper--module-form select {
  -webkit-appearance: none;
  appearance: none;
}
.select2-wrapper--module-form select::-ms-expand {
  display: none;
}
#wrapper {
  position: relative;
  max-width: 1920px;
  padding-top: 3.75rem;
}
@media only screen and (min-width:40em) {
  #wrapper {
    padding-top: 5rem;
  }
}
@media only screen and (min-width:64em) {
  #wrapper {
    padding-top: 6.25rem;
  }
}
@media only screen and (min-width:85.375em) {
  #wrapper {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    min-height: 100vh;
    padding: 0 0 0 25%;
  }
}
@media only screen and (min-width:87.5em) {
  #wrapper {
    padding-left: 20%;
  }
}
@media only screen and (min-width:120em) {
  #wrapper {
    padding-left: 384px;
  }
}
/* Global image fix: Use EXIF data from the image. */
img {
  image-orientation: from-image;
}
.mp-focused {
  display: inline-block !important;
}
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item:focus {
  background-color: #FFC689;
  color: #000;
}
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected:focus {
  background-color: #FFC689;
  color: #000;
}
.video-js.vjs-has-started .vjs-big-play-button {
  display: none !important;
}
.video-js .vjs-control:focus,
.vjs-control .vjs-button:focus {
  box-shadow: 0 0 0 4px #FFC689;
  background-color: #FFC689;
  color: #000;
  opacity: 1 !important;
  outline: 1px solid #FFC689;
  text-decoration: none;
  box-shadow: none;
  outline: 0;
}
.video-js .vjs-big-play-button:focus {
  box-shadow: 0 0 0 4px #FFC689;
  outline: 0;
}
#search-popup *:focus {
  box-shadow: 0 0 0 3px #FFC689 inset;
  outline: 1px solid #FFC689;
}
.fancybox-caption__body a {
  position: relative !important;
  display: block;
  margin-top: 10px;
  right: auto !important;
  bottom: auto !important;
  padding: 0 !important;
  text-align: right;
}
.hidden {
  display: none !important;
}
/* for dev only */
.xdebug-var-dump {
  position: relative;
  background: #000;
  color: #fff;
  z-index: 9999999;
  padding: 20px 45px;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.d-inline {
  display: inline;
}
.t-decoration-none {
  text-decoration: none !important;
}
.t-decoration-underline {
  text-decoration: underline !important;
}
.scroll-x {
  overflow-x: auto !important;
}
.border-top {
  border-top: solid 1px #D7D7D7;
}
.border-right {
  border-right: solid 1px #D7D7D7;
}
.border-bottom {
  border-bottom: solid 1px #D7D7D7;
}
.border-left {
  border-left: solid 1px #D7D7D7;
}
.border-top-none {
  border-top: none !important;
}
.border-right-none {
  border-right: none !important;
}
.border-bottom-none {
  border-bottom: none !important;
}
.border-left-none {
  border-left: none !important;
}
.margin-top-1 {
  margin-top: 0.25rem;
}
.margin-right-1 {
  margin-right: 0.25rem;
}
.margin-bottom-1 {
  margin-bottom: 0.25rem;
}
.margin-left-1 {
  margin-left: 0.25rem;
}
.margin-top-2 {
  margin-top: 0.5rem;
}
.margin-right-2 {
  margin-right: 0.5rem;
}
.margin-bottom-2 {
  margin-bottom: 0.5rem;
}
.margin-left-2 {
  margin-left: 0.5rem;
}
.margin-top-3 {
  margin-top: 1rem;
}
.margin-right-3 {
  margin-right: 1rem;
}
.margin-bottom-3 {
  margin-bottom: 1rem;
}
.margin-left-3 {
  margin-left: 1rem;
}
.margin-top-4 {
  margin-top: 1.5rem;
}
.margin-right-4 {
  margin-right: 1.5rem;
}
.margin-bottom-4 {
  margin-bottom: 1.5rem;
}
.margin-left-4 {
  margin-left: 1.5rem;
}
.margin-top-5 {
  margin-top: 3rem;
}
.margin-right-5 {
  margin-right: 3rem;
}
.margin-bottom-5 {
  margin-bottom: 3rem;
}
.margin-left-5 {
  margin-left: 3rem;
}
.accordion {
  transition: height 0.3s;
  overflow: hidden;
}
[data-accordion].is-closed .accordion {
  height: 0;
}
.accordion-btn {
  display: inline-block;
  border: 0;
  padding: 0;
  background: 0;
  -webkit-appearance: none;
}
[data-accordion].is-closed .accordion-btn .closed {
  display: none;
}
[data-accordion].is-closed .accordion-btn .opened {
  display: block;
}
.accordion-btn .closed {
  display: block;
}
.accordion-btn .opened {
  display: none;
}
.adapt {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}


@media only screen and (min-width:48em) {
  .adapt {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (min-width:75em) {
  .adapt {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media only screen and (min-width:87.5em) {
  .adapt {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

/* Burger Modal Window Functionality */

.open-menu{
  display: none;
}
.close-menu{
  margin-bottom: 20px;
}
.menu-btn{
  border: none;
  outline: none;
}
.menu-icon{
  height: 50px;
  width: auto;
  align-self: center;
}

/* End */




.intro-adapt {
  padding: 1.19047619em 0 0.85714286em;
}
.v-adapt {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media only screen and (min-width:48em) {
  .v-adapt {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
}
@media only screen and (min-width:75em) {
  .v-adapt {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width:87.5em) {
  .v-adapt {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }
}
.v-adapt-bottom {
  padding-bottom: 4rem;
}
@media only screen and (min-width:48em) {
  .v-adapt-bottom {
    padding-bottom: 2.1875rem;
  }
}
@media only screen and (min-width:75em) {
  .v-adapt-bottom {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width:87.5em) {
  .v-adapt-bottom {
    padding-bottom: 3.4375rem;
  }
}
@media only screen and (min-width:75em) {
  .v-adapt-notop {
    padding-top: 0;
  }
}
.top-adapt {
  padding-top: 1.25rem;
}
@media only screen and (min-width:48em) {
  .top-adapt {
    padding-top: 2.1875rem;
  }
}
@media only screen and (min-width:75em) {
  .top-adapt {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width:87.5em) {
  .top-adapt {
    padding-top: 3.4375rem;
  }
}
.bottom-adapt {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width:48em) {
  .bottom-adapt {
    padding-bottom: 2.1875rem;
  }
}
@media only screen and (min-width:75em) {
  .bottom-adapt {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width:87.5em) {
  .bottom-adapt {
    padding-bottom: 3.4375rem;
  }
}
.sidebar-adapt {
  padding: 0.85714286em 1.57142857em;
}
@media only screen and (min-width:40em) {
  .sidebar-adapt {
    padding: 1.06666667em 1.66666667em;
  }
}
@media only screen and (min-width:64em) {
  .sidebar-adapt {
    padding: 1.29411765em 1.88235294em;
  }
}
.filter-adapt {
  padding: 0.85714286em 1.57142857em;
}
@media only screen and (min-width:40em) {
  .filter-adapt {
    padding: 1.06666667em 1.66666667em;
  }
}
@media only screen and (min-width:64em) {
  .filter-adapt {
    padding: 1.29411765em 1.88235294em;
  }
}
.cols:after {
  content: "";
  display: table;
  clear: both;
}
.cols > .col {
  float: left;
}
.cols > .left {
  float: left;
}
.cols > .right {
  float: right;
}
.grid-gap {
  margin-right: 4.01691332%;
}
.grid-col-1 {
  -webkit-flex: 0 0 4.65116279%;
      -ms-flex: 0 0 4.65116279%;
          flex: 0 0 4.65116279%;
  width: 4.65116279%;
}
.grid-col-2 {
  -webkit-flex: 0 0 13.3192389%;
      -ms-flex: 0 0 13.3192389%;
          flex: 0 0 13.3192389%;
  width: 13.3192389%;
}
.grid-col-3 {
  -webkit-flex: 0 0 21.98731501%;
      -ms-flex: 0 0 21.98731501%;
          flex: 0 0 21.98731501%;
  width: 21.98731501%;
}
.grid-col-4 {
  -webkit-flex: 0 0 30.65539112%;
      -ms-flex: 0 0 30.65539112%;
          flex: 0 0 30.65539112%;
  width: 30.65539112%;
}
.grid-col-5 {
  -webkit-flex: 0 0 39.32346723%;
      -ms-flex: 0 0 39.32346723%;
          flex: 0 0 39.32346723%;
  width: 39.32346723%;
}
.grid-col-6 {
  -webkit-flex: 0 0 47.99154334%;
      -ms-flex: 0 0 47.99154334%;
          flex: 0 0 47.99154334%;
  width: 47.99154334%;
}
.grid-col-7 {
  -webkit-flex: 0 0 56.65961945%;
      -ms-flex: 0 0 56.65961945%;
          flex: 0 0 56.65961945%;
  width: 56.65961945%;
}
.grid-col-8 {
  -webkit-flex: 0 0 65.32769556%;
      -ms-flex: 0 0 65.32769556%;
          flex: 0 0 65.32769556%;
  width: 65.32769556%;
}
.grid-col-9 {
  -webkit-flex: 0 0 73.99577167%;
      -ms-flex: 0 0 73.99577167%;
          flex: 0 0 73.99577167%;
  width: 73.99577167%;
}
.grid-col-10 {
  -webkit-flex: 0 0 82.66384778%;
      -ms-flex: 0 0 82.66384778%;
          flex: 0 0 82.66384778%;
  width: 82.66384778%;
}
.grid-col-11 {
  -webkit-flex: 0 0 91.33192389%;
      -ms-flex: 0 0 91.33192389%;
          flex: 0 0 91.33192389%;
  width: 91.33192389%;
}
.grid-col-12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}
.visuallyhidden {
  /*
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	/*/
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  /**/
}
button,
[type="button"],
[type="submit"],
[type="reset"] {
  cursor: pointer;
  background: none;
}
.btn,
[class*=" btn-"],
[class^="btn-"],
.form [type="submit"],
.form .btn.reset,
.form [type="reset"] {
  cursor: pointer;
  display: inline-block;
  font-size: 1.05882353em;
  font-family: 'Republika', arial, helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.22222222;
  text-align: center;
  text-decoration: none !important;
}
.btn,
[class*=" btn-"],
[class^="btn-"],
.btn:visited,
[class*=" btn-"]:visited,
[class^="btn-"]:visited,
.form [type="submit"],
.form .btn.reset,
.form [type="reset"] {
  color: #397289;
}
.btn.btn-hover,
[class*=" btn-"].btn-hover,
[class^="btn-"].btn-hover,
.btn.btn-focus,
[class*=" btn-"].btn-focus,
[class^="btn-"].btn-focus,
.btn:hover,
[class*=" btn-"]:hover,
[class^="btn-"]:hover,
.btn:focus,
[class*=" btn-"]:focus,
[class^="btn-"]:focus,
.form .btn.reset:hover,
.form [type="reset"]:hover,
.form .btn.reset:focus,
.form [type="reset"]:focus {
  color: #2A5566;
}
.btn.btn-active,
[class*=" btn-"].btn-active,
[class^="btn-"].btn-active,
.btn:active,
[class*=" btn-"]:active,
[class^="btn-"]:active,
.form .btn.reset:active,
.form [type="reset"]:active {
  color: #529DBA;
}
.btn-toolbar {
  cursor: initial;
  display: block;
  font-size: 1em;
  font-family: 'Republika', arial, helvetica, sans-serif;
  font-weight: initial;
  line-height: 1.4;
  text-align: initial;
  padding-bottom: 3px;
}
.btn-toolbar,
.btn-toolbar:visited {
  color: #111;
}
.btn-toolbar.btn-hover,
.btn-toolbar.btn-focus,
.btn-toolbar:hover,
.btn-toolbar:focus {
  color: initial;
}
.btn-toolbar.btn-active,
.btn-toolbar:active {
  color: initial;
}
.group-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 1px #D7D7D7;
  padding: 0.4em 0 0;
  cursor: default;
}
.btn-small {
  font-size: 1.07142857em;
  font-weight: normal;
}
@media only screen and (min-width:40em) {
  .btn-small {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:64em) {
  .btn-small {
    font-size: 1em;
  }
}
@media only screen and (min-width:85.375em) {
  .btn-small {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:100em) {
  .btn-small {
    font-size: 1em;
  }
}
.btn-small i {
  margin-right: 3px;
  color: #111;
}
.btn-rss i {
  font-size: 0.8em;
}
.btn-default,
.btn-border,
.btn-blank,
.form [type="submit"],
.form .btn.reset,
.form [type="reset"] {
  padding: 0.44444444em 1em;
  border-radius: 4px;
  min-width: 4.16666667em;
}
.btn-default .file-extension,
.btn-border .file-extension,
.btn-blank .file-extension {
  display: block;
  color: inherit;
  font-weight: normal;
  margin-top: 5px;
}
.btn-default.File .icon,
.btn-border.File .icon,
.btn-blank.File .icon {
  margin-right: 5px;
}
.btn-default,
.form [type="submit"] {
  background: #397289;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
}
.btn-default,
.btn-default:visited,
.form [type="submit"] {
  color: #fff;
}
.btn-default.btn-hover,
.btn-default.btn-focus,
.btn-default:hover,
.btn-default:focus,
.form [type="submit"]:hover,
.form [type="submit"]:focus {
  color: #fff;
  background: #2A5566;
}
.btn-default.btn-active,
.btn-default:active,
.form [type="submit"]:active {
  color: #fff;
  background: #529DBA;
  box-shadow: none;
}
.btn-default.btn-red {
  background: #B2414D;
}
.btn-default.btn-red.btn-hover,
.btn-default.btn-red.btn-focus,
.btn-default.btn-red:hover,
.btn-default.btn-red:focus {
  background: #973741;
}
.btn-default.btn-red.btn-active,
.btn-default.btn-red:active {
  background: #be5e68;
}
.btn-default.btn-green {
  background: #41b07e;
}
.btn-default.btn-green.btn-hover,
.btn-default.btn-green.btn-focus,
.btn-default.btn-green:hover,
.btn-default.btn-green:focus {
  background: #37966b;
}
.btn-default.btn-green.btn-active,
.btn-default.btn-green:active {
  background: #5ebc91;
}
.btn-border {
  box-shadow: 0 0 0 2px currentColor inset, 3px 3px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
}
.btn-border.btn-active,
.btn-border:active {
  box-shadow: 0 0 0 2px currentColor inset;
}
.btn-border.btn-red {
  color: #B2414D;
}
.btn-border.btn-red.btn-hover,
.btn-border.btn-red.btn-focus,
.btn-border.btn-red:hover,
.btn-border.btn-red:focus {
  color: #973741;
}
.btn-border.btn-red.btn-active,
.btn-border.btn-red:active {
  color: #be5e68;
}
.btn-border.btn-green {
  color: #41b07e;
}
.btn-border.btn-green.btn-hover,
.btn-border.btn-green.btn-focus,
.btn-border.btn-green:hover,
.btn-border.btn-green:focus {
  color: #37966b;
}
.btn-border.btn-green.btn-active,
.btn-border.btn-green:active {
  color: #5ebc91;
}
.btn-blank,
.form .btn.reset,
.form [type="reset"] {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 3px 3px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
}
.btn-blank.btn-red {
  color: #B2414D;
}
.btn-blank.btn-red.btn-hover,
.btn-blank.btn-red.btn-focus,
.btn-blank.btn-red:hover,
.btn-blank.btn-red:focus {
  color: #973741;
}
.btn-blank.btn-red.btn-active,
.btn-blank.btn-red:active {
  color: #be5e68;
}
.btn-blank.btn-green {
  color: #41b07e;
}
.btn-blank.btn-green.btn-hover,
.btn-blank.btn-green.btn-focus,
.btn-blank.btn-green:hover,
.btn-blank.btn-green:focus {
  color: #37966b;
}
.btn-blank.btn-green.btn-active,
.btn-blank.btn-green:active {
  color: #5ebc91;
}
.link {
  text-decoration: none !important;
}
.link > span {
  text-decoration: underline;
}
.link > span:hover {
  text-decoration: none;
}
.link:hover {
  text-decoration: none;
}
.link.URL .icon:before {
  content: "\e0b2";
}
.link.SiteTree .icon:before {
  content: "\e315";
}
.link .icon {
  text-decoration: none;
  line-height: 1;
  margin-left: 4px;
}
.link .icon:before {
  font-style: normal !important;
  font-family: 'GovIcons' !important;
  line-height: 1.1;
  text-decoration: none;
  vertical-align: text-bottom;
}
.label {
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  background-color: #2A5566;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  line-height: 1.53846154;
  text-transform: uppercase;
  padding: 5px 7px;
  font-size: 0.85714286em;
  border-radius: 4px;
}
@media only screen and (min-width:40em) {
  .label {
    font-size: 0.8em;
  }
}
@media only screen and (min-width:64em) {
  .label {
    font-size: 0.76470588em;
  }
}
@media only screen and (min-width:85.375em) {
  .label {
    font-size: 0.8em;
  }
}
@media only screen and (min-width:100em) {
  .label {
    font-size: 0.76470588em;
  }
}
.page-head .label {
  font-size: 1em;
  margin-top: 0.5em;
}
.label.blue {
  background: #397289;
}
.label.green {
  background: #41b07e;
}
.label.red {
  background: #B2414D;
}
.close-popup-btn {
  border: 0;
  padding: 0;
  background: none;
  width: 2em;
  height: 2.2em;
  position: absolute;
  right: 1.25rem;
  top: 2.1875rem;
  margin: -18px 0;
}
@media only screen and (min-width:40em) {
  .close-popup-btn {
    top: 2.5rem;
  }
}
@media only screen and (min-width:64em) {
  .close-popup-btn {
    top: 3.125rem;
  }
}
@media only screen and (min-width:48em) {
  .close-popup-btn {
    right: 2.5rem;
  }
}
.close-popup-btn:before,
.close-popup-btn:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  height: 2px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.close-popup-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.social-share-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-share-buttons li {
  display: block;
}
.social-share-buttons li a {
  position: relative;
  display: block;
  padding: 4px 0 4px 25px;
  text-decoration: none;
}
.social-share-buttons li a:hover {
  text-decoration: underline;
}
.social-share-buttons li a .icon {
  position: absolute;
  left: 0;
  top: 5px;
}
.social-share-buttons li:last-of-type {
  margin-bottom: 0;
}
.js-date-filter,
.js-date-filter-dynamic {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.js-date-filter > div,
.js-date-filter-dynamic > div {
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (max-width:39.96875em) {
  .js-date-filter > div,
  .js-date-filter-dynamic > div {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.js-date-fieldset .middleColumn {
  margin-left: -10px;
}
#field_Month + .select2-container,
.field-dynamic-month + .select2-container {
  min-width: 125px;
}
.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  height: 25px;
  overflow: hidden;
  position: relative;
  background: url('../images/icons/star-o.svg');
  background-size: contain;
  margin-bottom: 10px;
}
.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  background: url('../images/icons/star.svg');
  background-size: contain;
}
.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
  cursor: pointer;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
  opacity: 1;
}
.star-rating i ~ i {
  width: 40%;
}
.star-rating i ~ i ~ i {
  width: 60%;
}
.star-rating i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}
.star-rating.star-5 {
  width: 125px;
}
.star-rating.star-5 input,
.star-rating.star-5 i {
  width: 20%;
}
.star-rating.star-5 i ~ i {
  width: 40%;
}
.star-rating.star-5 i ~ i ~ i {
  width: 60%;
}
.star-rating.star-5 i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating.star-5 i ~ i ~ i ~ i ~ i {
  width: 100%;
}
.matomo {
  margin-top: 2em;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  text-align: right;
  padding: 0.9375rem 0 0;
  height: 3.75rem;
}


@media only screen and (min-width:40em) {
  .header {
    height: 5rem;
    padding: 1.25rem 0 0;
  }
}
@media only screen and (min-width:64em) {
  .header {
    height: 6.25rem;
    padding: 1.75rem 0 0;
  }
}


/*
@media(max-width: 1368px){
  .header{
    height: 100vh;
    width: 100%;
  }
}
*/


@media only screen and (min-width:85.375em) {
  .header {
    width: 25%;
    padding: 0;
    height: 100%;
  }
}

@media only screen and (min-width:87.5em) {
  .header {
    width: 20%;
  }
}
@media only screen and (min-width:120em) {
  .header {
    width: 384px;
  }
}
.header .adapt {
  max-height: 100%;
}
@media only screen and (min-width:85.375em) {
  .header .adapt {
    padding: 3.4375rem 14.70588235% 5.88235294rem;
    height: 100%;
  }
}
.header .brand {
  float: left;
  display: block;
}
@media only screen and (min-width:85.375em) {
  .header .brand {
    float: none;
  }
}
.header .brand:focus {
  box-shadow: none;
  background-color: transparent;
  box-shadow: 0 0 0 4px #FFC689;
}
.header .brand h1 {
  width: 10rem;
}
@media only screen and (min-width:40em) {
  .header .brand h1 {
    width: 12.5rem;
  }
}
@media only screen and (min-width:64em) {
  .header .brand h1 {
    width: 15.75rem;
  }
}
@media only screen and (min-width:85.375em) {
  .header .brand h1 {
    width: 100%;
  }
}
.header .brand .logo {
  width: 100%;
}
.header .skip-to-content {
  display: block;
  position: absolute;
  left: 2px;
}
.header .skip-to-content:focus,
.header .skip-to-content:active {
  position: static;
  left: 0;
  width: auto;
  height: auto;
  overflow: visible;
  box-shadow: none;
  background-color: transparent;
  outline: none;
}
.header .skip-to-content:focus .skip-to-content-hide,
.header .skip-to-content:active .skip-to-content-hide {
  display: block;
  position: absolute;
  border: solid 1px #D7D7D7;
  background: #ECF2F4;
  padding: 5px;
  margin-top: 10px;
  top: 2px;
  box-shadow: 0 0 0 3px #FFC689 inset;
  outline: 1px solid #FFC689;
}
.header .skip-to-content .skip-to-content-hide {
  display: none;
}

.footer .inner {
  border-top: solid 1px #D7D7D7;
}
.footer .inner .adapt {
  padding-top: 1em;
  padding-bottom: 1.17647059em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navigation {
  text-align: left;
}
.navigation a:hover {
  text-decoration: underline;
  color: #397289;
}
@media only screen and (max-width:85.34375em) {
  .navigation a:hover {
    color: #fff;
    text-decoration: underline;
  }
}
@media only screen and (max-width:85.34375em) {
  .navigation {
    display: inline;
  }
}
@media only screen and (min-width:85.375em) {
  .navigation {
    padding: 3.4375rem 0 0;
  }
}
.navigation .inner {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media only screen and (max-width:85.34375em) {
  .navigation .inner {
    height: 100%;
    background: #397289;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.2s 0s, height 0s 0.2s;
    z-index: 99;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navi-is-open .navigation .inner {
    height: 100%;
    opacity: 1;
    transition: opacity 0.2s 0s, height 0s 0s;
  }
}
/*
@media only screen and (min-width:40em) {
  .navigation .inner {
    padding-left: 5rem;
    padding-right: 0rem;
  }
}

@media only screen and (min-width:48em) {
  .navigation .inner {
    padding-left: 5rem;
    padding-right: 0rem;
  }
}
@media only screen and (min-width:87.5em) {
  .navigation .inner {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
*/
@media only screen and (min-width:85.375em) {
  .navigation .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-info{
    color: white;
  }
}
@media only screen and (max-width:85.34375em) {
  .navigation .menus {
    margin-top: 3.75rem;
    overflow-y: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
}
@media only screen and (min-width:40em) {
  .navigation .menus {
    margin-top: 5rem;
  }
}
@media only screen and (min-width:64em) {
  .navigation .menus {
    margin-top: 6.25rem;
  }
}
@media only screen and (min-width:40em) {
  .navigation .menus {
    padding-right: 5rem;
  }
}
@media only screen and (min-width:48em) {
  .navigation .menus {
    padding-right: 5rem;
  }
}
@media only screen and (min-width:87.5em) {
  .navigation .menus {
    padding-right: 10rem;
  }
}
@media only screen and (min-width:85.375em) {
  .navigation .menus {
    margin-top: 0;
    max-height: none;
    padding-right: 0;
  }
}
@media only screen and (min-width:40em) {
  .navigation ul {
    text-align: right;
  }
}
@media only screen and (min-width:85.375em) {
  .navigation ul {
    text-align: left;
  }
}
@media only screen and (max-width:85.34375em) {
  .navigation ul li {
    margin-bottom: 1em;
  }
}
.navigation ul li:last-child {
  margin-bottom: 0;
}
.navigation ul .current a,
.navigation ul .section a {
  color: #62D3FF;
}
@media only screen and (min-width:85.375em) {
  .navigation ul .current a,
  .navigation ul .section a {
    color: #397289;
  }
}
.navigation ul a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width:85.34375em) {
  .navigation ul a {
    line-height: 1.2;
  }
}
@media only screen and (min-width:85.375em) {
  .navigation ul a {
    font-weight: bold;
    color: #111;
  }
}
.navigation .primary {
  font-size: 1.28571429em;
  margin: 0 0 3em;
}
@media only screen and (min-width:85.375em) {
  .navigation .primary {
    font-size: 1.05882353em;
    line-height: 1.2;
    margin: 0 0 3em;
    font-weight: normal;
  }
}
.navigation .primary li {
  margin: 0 0 1em;
}
@media only screen and (min-width:85.375em) {
  .navigation .primary li {
    margin: 0 0 1.1em;
  }
}
.navigation .primary a {
  font-weight: bold;
}
.navigation .support {
  font-size: 1.07142857em;
}
@media only screen and (min-width:85.375em) {
  .navigation .support {
    font-size: 0.88235294em;
    line-height: 1.23529412;
  }
}
@media only screen and (min-width:85.375em) {
  .navigation .support li {
    margin: 0 0 0.70588235em;
  }
}
.navigation .support a {
  font-weight: normal;
}
@media only screen and (max-width:85.34375em) {
  .navigation .support-links {
    -webkit-flex: 0 0;
        -ms-flex: 0 0;
            flex: 0 0;
    text-align: left;
    margin: 0 0 1em;
  }
}
@media only screen and (min-width:40em) {
  .navigation .support-links {
    margin-right: 5rem;
  }
}
@media only screen and (min-width:48em) {
  .navigation .support-links {
    margin-right: 5rem;
  }
}
@media only screen and (min-width:87.5em) {
  .navigation .support-links {
    margin-right: 10rem;
  }
}
@media only screen and (min-width:85.375em) {
  .navigation .support-links {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    border-bottom: 0;
    text-align: left;
  }
}
.navigation .support-links li {
  margin-bottom: 0;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width:85.375em) {
  .navigation .support-links li {
    border-top: solid 1px #D7D7D7;
  }
}
.navigation .support-links li:first-child {
  margin-top: 2em;
}
@media only screen and (max-width:85.34375em) {
  .navigation .support-links .lang-menu {
    display: none;
  }
}
.navigation .support-links a,
.navigation .support-links button {
  display: inline-block;
  font-weight: normal;
  line-height: 2.06666667;
  height: 2.06666667em;
  color: #fff;
  padding: 0 0.5em 0 0;
}
@media only screen and (min-width:85.375em) {
  .navigation .support-links a,
  .navigation .support-links button {
    padding: 0.66666667em 14.70588235%;
    color: #397289;
    height: auto;
  }
}
.navigation .support-links a:hover,
.navigation .support-links button:hover {
  text-decoration: none;
}
@media only screen and (min-width:85.375em) {
  .navigation .support-links a:hover i,
  .navigation .support-links button:hover i,
  .navigation .support-links a:hover span,
  .navigation .support-links button:hover span {
    color: #2A5566;
  }
}
.navigation .support-links a:hover span,
.navigation .support-links button:hover span {
  text-decoration: underline;
}
.navigation .support-links a:focus,
.navigation .support-links button:focus {
  outline: 1px solid #FFC689;
  background-color: #FFC689;
}
.navigation .support-links button {
  border: 0;
}
.navigation .support-links i,
.navigation .support-links span {
  display: inline-block;
  vertical-align: middle;
  transition: opacity 0.2s;
  line-height: 1;
}
.navigation .support-links i {
  margin: -1em 0.7em -1em 0;
  width: 1em;
  font-size: 1.4em;
}
.navigation .language-select-dd {
  color: #fff;
}
@media only screen and (min-width:85.375em) {
  .navigation .language-select-dd {
    display: none;
  }
}
.navigation .language-select-dd:before {
  position: relative;
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-family: "GovIcons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  content: "\e8e2";
  display: inline-block;
  width: 1em;
  margin: -1em -1em -1em 0;
  font-size: 1.4em;
  vertical-align: middle;
}
.navigation .language-select-dd select {
  line-height: 2.06666667;
  height: 2.06666667em;
  border: 0;
  color: inherit;
  background: rgba(255, 255, 255, 0.3);
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  font-size: 1em;
  padding: 0 0.5em 0 2.38em;
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  cursor: pointer;
}
.navigation .language-select-dd select::-ms-expand {
  display: none;
}
.navigation .language-select-dd select option,
.navigation .language-select-dd select optgroup {
  color: #333;
  padding: 0;
}
@media only screen and (max-width:85.34375em) {
  .navigation .language-select-dd select:hover {
    text-decoration: underline;
  }
}
.navigation .navi-btn {
  font-size: 1.75em;
  line-height: 1.28571429em;
  width: 1.07142857em;
  height: 1.28571429em;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 0 0.3em;
  cursor: pointer;
  color: #111;
}
@media only screen and (min-width:40em) {
  .navigation .navi-btn {
    font-size: 1.875em;
    width: 1.2em;
    height: 1.4em;
    padding: 0.06666667em;
  }
}
@media only screen and (min-width:85.375em) {
  .navigation .navi-btn {
    display: none;
  }
}
.navigation .navi-btn:before {
  display: inline-block;
  margin-top: 0.15em;
}
.navigation .open-navigation {
  position: relative;
}
.navigation .open-navigation:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
}
@media only screen and (min-width:40em) {
  .navigation .open-navigation:before {
    width: 26px;
    box-shadow: 0 -8px 0 currentColor, 0 8px 0 currentColor;
  }
}
.navigation .open-navigation:focus {
  box-shadow: 0 0 0 3px #FFC689 inset;
  outline: 1px solid #FFC689;
}
@media only screen and (min-width:85.375em) {
  .navigation .close-navigation {
    display: none;
  }
}
.navigation select[name="language-select"]:focus,
.navigation .close-navigation-btn:focus {
  box-shadow: 0 0 0 3px #FFC689 inset;
  outline: 1px solid #FFC689;
}
.navigation .search-btn-desktop {
  display: none;
  text-decoration: none;
  text-align: center;
  font-size: 1.05882353em;
  padding: 0.33333333em 1em 0.33333333em 0.7em;
  border-radius: 5px;
  line-height: 1;
  margin: 2em 0 0;
  transition: opacity 0.2s;
  border: 0;
}
@media only screen and (min-width:85.375em) {
  .navigation .search-btn-desktop {
    display: inline-block;
  }
}
.navigation .search-btn-desktop i,
.navigation .search-btn-desktop span {
  display: inline-block;
  vertical-align: middle;
}
.navigation .search-btn-desktop i {
  font-size: 2em;
  line-height: 1;
}
.navigation .search-btn-desktop span {
  line-height: 1em;
  padding: 0.5em;
}
.navigation .search-btn-desktop:focus {
  box-shadow: 0 0 0 4px #FFC689;
  background-color: #FFC689;
  color: #000;
  opacity: 1 !important;
  outline: 1px solid #FFC689;
  text-decoration: none;
}
.navigation .search-btn-desktop:focus i,
.navigation .search-btn-desktop:focus span {
  color: #fff;
}
.subpage-navigation {
  color: #fff;
  padding-top: 1.25rem;
}
@media only screen and (min-width:48em) {
  .subpage-navigation {
    padding-top: 1.3125rem;
  }
}
@media only screen and (min-width:75em) {
  .subpage-navigation {
    padding-top: 2.25rem;
  }
}
@media only screen and (min-width:87.5em) {
  .subpage-navigation {
    padding-top: 2.0625rem;
  }
}
@media only screen and (min-width:48em) {
  .subpage-navigation {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width:85.375em) {
  .subpage-navigation {
    font-size: 1rem;
  }
}
@media only screen and (min-width:87.5em) {
  .subpage-navigation {
    font-size: 1.125rem;
  }
}
.notifications + .subpage-navigation {
  padding-top: 0;
}
.subpage-navigation + .article.with-image {
  margin-top: 0;
}
.subpage-navigation .inner {
  background: #397289;
  padding-top: 0em;
  padding-bottom: 0.5em;
}
.subpage-navigation ul {
  margin: 0;
}
@media only screen and (min-width:40em) {
  .subpage-navigation ul {
    word-spacing: 2.5em;
  }
}
.subpage-navigation li {
  line-height: 1.25;
  margin: 0 0 0.7em;
}
@media only screen and (min-width:40em) {
  .subpage-navigation li {
    display: inline-block;
    word-spacing: normal;
  }
}
.subpage-navigation a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  margin-left: 1.2em;
  transition: opacity 0.2s;
}
.subpage-navigation a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.subpage-navigation a:focus {
  color: #000;
}
.subpage-navigation a:focus i {
  color: #E5EDF0;
}
.subpage-navigation [class*="ficon-"] {
  font-size: 1.25em;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 100%;
  margin: 0 0.2em 0 0;
}
.subtopic-navigation > ul > li > a {
  display: block;
}
.subtopic-navigation > ul > li > a:focus {
  box-shadow: 0 0 0 1em #FFC689;
  outline: none;
}
.subtopic-navigation > ul > li > a:focus h3 {
  color: #111;
}
.subtopic-navigation ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.no-flexbox .subtopic-navigation ul:after {
  content: "";
  display: table;
  clear: both;
}
.subtopic-navigation li {
  width: 100%;
  padding-top: 1.52941176em;
  margin-bottom: 3.05882353em;
  position: relative;
}
.subtopic-navigation li:after {
  content: '';
  border-top: solid 1px #D7D7D7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media only screen and (min-width:35em) {
  .subtopic-navigation li {
    margin-left: 4.01691332%;
    width: 47.99154334%;
  }
  .no-flexbox .subtopic-navigation li {
    float: left;
  }
  .flexbox .subtopic-navigation li {
    -webkit-flex: 0 0 47.99154334%;
        -ms-flex: 0 0 47.99154334%;
            flex: 0 0 47.99154334%;
  }
  .subtopic-navigation li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .flexbox .subtopic-navigation li:nth-child(2n + 1):after {
    display: block;
    width: 208.37004405%;
  }
  .subtopic-navigation li:after {
    display: none;
  }
}
@media only screen and (min-width:60em) {
  .subtopic-navigation li {
    width: 30.65539112%;
  }
  .flexbox .subtopic-navigation li {
    -webkit-flex: 0 0 30.65539112%;
        -ms-flex: 0 0 30.65539112%;
            flex: 0 0 30.65539112%;
  }
  .subtopic-navigation li:nth-child(n) {
    margin-left: 4.01691332%;
  }
  .flexbox .subtopic-navigation li:nth-child(n):after {
    display: none;
  }
  .subtopic-navigation li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .flexbox .subtopic-navigation li:nth-child(3n + 1):after {
    display: block;
    width: 326.20689655%;
  }
}
.subtopic-navigation a {
  text-decoration: none;
  color: inherit;
}
.subtopic-navigation a h3 {
  color: #397289;
  text-decoration: none;
}
.subtopic-navigation a:hover h3 {
  color: #2A5566;
  text-decoration: underline;
}
.subtopic-navigation a:focus h3,
.subtopic-navigation a:active h3 {
  color: #529DBA;
}
.subtopic-navigation h3 {
  text-transform: none;
}
.subtopic-navigation h3,
.is-article-list.subtopic-navigation h3 {
  margin: 0 0 0.29411765em;
}
.subarticle-navigation {
  border: solid #D7D7D7;
  border-width: 1px 0;
  padding: 1em 0;
}
.subarticle-navigation li {
  margin: 0 0 0.6em;
  position: relative;
  padding-left: 1.2em;
}
.subarticle-navigation li:last-child {
  margin: 0;
}
.subarticle-navigation a {
  text-decoration: none;
}
.subarticle-navigation a:hover {
  text-decoration: underline;
}
.subarticle-navigation a:before {
  content: "\e315";
  font-family: 'GovIcons';
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}
.subarticle-navigation .txt {
  display: none;
  -webkit-flex: 0 0 47.99154334%;
      -ms-flex: 0 0 47.99154334%;
          flex: 0 0 47.99154334%;
}
.block-navigation {
  background: #F3F2F0;
  color: #73635B;
  margin: 2em 0;
}
@media only screen and (min-width:60em) {
  .block-navigation {
    width: 46%;
    float: right;
    margin: 0 0 4.5% 9%;
    min-width: 20em;
    border-left: 10px solid #fff;
    border-bottom: 10px solid #fff;
  }
  .block-navigation li {
    z-index: 2;
  }
}
@media only screen and (min-width:60em) {
  .block-navigation.sidebar-block-navigation {
    float: none;
    margin: 0;
    min-width: 0;
    width: auto;
  }
}
.block-navigation .block-navigation-adapt {
  padding: 1.47058824em 1.76470588em;
}
@media only screen and (min-width:60em) {
  .block-navigation .sidebar-blocks {
    display: none;
  }
}
.block-navigation .sidebar-blocks li:first-child {
  margin-top: 1em;
  padding-top: 1em;
  border-top: solid 1px rgba(0, 0, 0, 0.25);
}
.block-navigation .sidebar-blocks li:first-child [class|="ficon"] {
  top: 0.83333333em;
}
.block-navigation h2 {
  text-transform: uppercase;
  margin: 0 0 1em;
}
.block-navigation ul {
  list-style: none;
}
.block-navigation li {
  line-height: 1.23529412;
  padding: 0 0 0.58823529em 1.17647059em;
  position: relative;
}
.block-navigation li:last-child {
  padding: 0 0 0.29411765em 1.17647059em;
}
.block-navigation li [class|="ficon"] {
  position: absolute;
  left: -0.29411765em;
  top: 0;
  font-size: 1.2em;
}
.block-navigation a {
  color: inherit;
  text-decoration: none;
}
.block-navigation a:hover {
  text-decoration: underline;
}
.img-reponsive {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s 0s, height 0s 0.2s;
  background: #397289;
  z-index: 100;
}
.search-is-open .search-popup {
  height: 100%;
  opacity: 1;
  transition: opacity 0.2s 0s, height 0s 0s;
}
.search-popup form {
  position: absolute;
  top: 50%;
  left: 20%;
  width: 60%;
  font-size: 1.75em;
  margin-top: -1em;
}
@media only screen and (min-width:85.375em) {
  .search-popup form {
    left: 30%;
    width: 40%;
  }
}
.search-popup fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}
.search-popup .field {
  width: 100%;
  float: left;
  padding-right: 2em;
}
.search-popup .field input {
  border: 0;
  border-radius: 1px;
  padding: 0.4em 0.7em;
  line-height: 1.2;
  height: 2em;
  width: 100%;
  color: #fff;
  background: none;
  box-shadow: 0 -3px 0 rgba(255, 255, 255, 0.1) inset;
  -webkit-appearance: none;
  outline: 0;
}
.search-popup .action {
  float: left;
  width: 2em;
  height: 2em;
  margin-left: -2em;
}
.search-popup .action [type="submit"] {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background: none;
  border: 0;
}
.search-popup .action [type="submit"]:before {
  font-size: 1.375rem;
}
@media only screen and (min-width:85.375em) {
  .search-popup .action [type="submit"]:before {
    font-size: 2.625rem;
  }
}
.language-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s 0s, height 0s 0.2s;
  background: #397289;
  z-index: 100;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.language-is-open .language-popup {
  height: 100%;
  opacity: 1;
  transition: opacity 0.2s 0s, height 0s 0s;
}
.language-popup[hidden] {
  display: none;
}
@media only screen and (max-width:85.34375em) {
  .language-popup {
    display: none;
  }
}
.language-popup .language-select-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 75rem;
}
.language-popup ul {
  list-style: none;
}
.language-popup li {
  padding: 0.5em 1rem;
}
.language-popup li.sr-only {
  position: absolute;
  left: -100vw;
}
.language-popup a {
  color: #fff;
  text-decoration: none;
}
.language-popup a:hover,
.language-popup a:visited {
  color: rgba(255, 255, 255, 0.8);
}
.language-popup a:focus,
.language-popup a:active {
  color: rgba(255, 255, 255, 0.6);
}
.language-popup a:hover {
  text-decoration: underline;
}
.language-popup .languages-exposed {
  border-right: solid 1px rgba(255, 255, 255, 0.5);
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.language-popup .languages-exposed a {
  font-size: 1.21428571em;
}
@media only screen and (min-width:40em) {
  .language-popup .languages-exposed a {
    font-size: 1.2em;
  }
}
@media only screen and (min-width:64em) {
  .language-popup .languages-exposed a {
    font-size: 1.17647059em;
  }
}
@media only screen and (min-width:85.375em) {
  .language-popup .languages-exposed a {
    font-size: 1.2em;
  }
}
@media only screen and (min-width:100em) {
  .language-popup .languages-exposed a {
    font-size: 1.17647059em;
  }
}
.language-popup .languages {
  -webkit-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 2em;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.language-popup .languages li {
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.language-popup .languages a {
  font-size: 0.92857143em;
}
@media only screen and (min-width:40em) {
  .language-popup .languages a {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:64em) {
  .language-popup .languages a {
    font-size: 0.88235294em;
  }
}
@media only screen and (min-width:85.375em) {
  .language-popup .languages a {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:100em) {
  .language-popup .languages a {
    font-size: 0.88235294em;
  }
}
.language-popup abbr {
  text-decoration: underline;
  text-decoration: none;
}
.language-popup .close-language-btn:focus {
  box-shadow: 0 0 0 4px #FFC689;
  background-color: #FFC689;
  color: #000;
  opacity: 1 !important;
  outline: 1px solid #FFC689;
  text-decoration: none;
}
.breadcrumbs-container {
  position: relative;
  overflow: hidden;
}
.breadcrumbs-container + .v-adapt,
.breadcrumbs-container + .top-adapt {
  padding-top: 0;
}
.breadcrumbs-container:before,
.breadcrumbs-container:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 12px;
  height: 100%;
  width: 1.25rem;
}
@media only screen and (min-width:48em) {
  .breadcrumbs-container:before,
  .breadcrumbs-container:after {
    width: 2.5rem;
  }
}
@media only screen and (min-width:85.375em) {
  .breadcrumbs-container:before,
  .breadcrumbs-container:after {
    display: none;
  }
}
.breadcrumbs-container:before {
  left: 0;
  background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0) 100%);
}
.breadcrumbs-container:after {
  right: 0;
  background: linear-gradient(to left, #fff 30%, rgba(255, 255, 255, 0) 100%);
}
.breadcrumbs-container .scrollable {
  overflow-x: auto;
}
.breadcrumbs-container .inner {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.breadcrumbs {
  padding-bottom: 1.41666667em;
  white-space: nowrap;
  font-size: 0.75rem;
}
.no-touchevents .breadcrumbs {
  white-space: normal;
  line-height: 2.2;
}
@media only screen and (min-width:48em) {
  .breadcrumbs {
    font-size: 0.9375rem;
  }
}
.breadcrumbs .breadcrumb-item {
  display: inline;
}
.breadcrumbs a,
.breadcrumbs i {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs i {
  font-style: normal;
  line-height: 1;
}
.breadcrumbs i:before {
  content: "\e315";
  font-family: 'GovIcons';
  margin: 0 0.3em;
}
.scroll-top-btn {
  background: #397289;
  color: #fff;
  border-radius: 50%;
  border: 0;
  padding: 0;
  position: fixed;
  z-index: 97;
  right: 50%;
  bottom: 0;
  margin: 7% -1.25em;
  width: 2.5em;
  height: 2.5em;
  overflow: hidden;
  transition: opacity 0.2s, height 0s 0s;
  font-size: 1.28571429em;
}

.scroll-top-btn .icon {
  color: #fff;
}


@media(max-width: 85.343675em){
    .icon{
      color: black;
    }
    .list-item{
    font-size: 20px;
    }
}

@media only screen and (min-width:40em) {
  .scroll-top-btn {
    right: 0;
    margin: 7%;
  }
}
@media only screen and (min-width:75em) {
  .scroll-top-btn {
    right: 0;
    margin: 2em;
  }
  .touchevents .scroll-top-btn {
    display: block;
  }
}
.scroll-top-btn.is-hidden,
.scroll-top-btn.cant-show {
  opacity: 0;
  height: 0;
  transition: opacity 0.2s, height 0s 0.2s;
}
.scroll-top-btn:hover {
  background: #2A5566;
}
.scroll-top-btn:focus,
.scroll-top-btn:active {
  background: #529DBA;
  outline: 0;
}
.scroll-top-btn:focus {
  box-shadow: 0 0 0 4px #FFC689;
  background-color: #FFC689;
  color: #000;
  opacity: 1 !important;
  outline: 1px solid #FFC689;
  text-decoration: none;
  height: auto;
}
.scroll-top-btn:before {
  content: '';
  padding: 100% 0 0;
  display: block;
}
.scroll-top-btn .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.4em;
  line-height: 24px;
}
.form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.form [type="submit"] {
  border: 0;
}
.form .btn.reset,
.form [type="reset"] {
  border: 0;
}
.module-form {
  background: #F3F2F0;
}
.module-form a {
  text-decoration: underline;
}
.module-form a:hover {
  text-decoration: none;
}
.module-form .adapt {
  padding-top: 1.25%;
  padding-bottom: 1.25%;
}
.module-form .inner {
  margin: 1.17647059em 0;
}
.module-form .form-title {
  font-size: 1.07142857em;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (min-width:40em) {
  .module-form .form-title {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:64em) {
  .module-form .form-title {
    font-size: 1.05882353em;
  }
}
@media only screen and (min-width:85.375em) {
  .module-form .form-title {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:100em) {
  .module-form .form-title {
    font-size: 1.05882353em;
  }
}
.module-form .form-title + form {
  padding-top: 1.5em;
  box-sizing: content-box;
}
@media only screen and (max-width:63.96875em) {
  .module-form .form-wrapper {
    min-height: 22px;
  }
}
.module-form legend.form-title {
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media only screen and (min-width:48em) {
  .module-form form {
    width: 65.32769556%;
  }
}
.module-form fieldset {
  margin: 0 -1.17647059em 0 0;
}
.module-form input:focus,
.module-form button:focus,
.module-form textarea:focus,
.module-form select:focus,
.module-form [class*=" btn-"]:focus,
.module-form [class^="btn-"]:focus {
  outline: 1px solid #FFC689;
  box-shadow: 0 0 0 4px #FFC689 inset;
}
.module-form .field {
  padding: 0 1.17647059em 1.17647059em 0;
}
.module-form .field.dropdown .middleColumn {
  border-radius: 4px;
}
.no-smil .module-form .field.dropdown .middleColumn {
  border-radius: 0;
}
@media only screen and (max-width:64.03125em) {
  .module-form .field.dropdown .middleColumn {
    overflow: hidden;
  }
}
@media only screen and (min-width:64.0625em) {
  .module-form .field.dropdown .middleColumn {
    border-radius: 0;
  }
  .no-smil .module-form .field.dropdown .middleColumn {
    border-radius: 0;
  }
}
.module-form .field.date-dropdown .middleColumn {
  max-width: 10em;
  position: relative;
}
.module-form .field.date-dropdown .middleColumn:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-family: "GovIcons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  content: "\e906";
  position: absolute;
  right: 0.6em;
  top: 0.6em;
}
.module-form .field.date-dropdown .select2-container--module-form .select2-selection--single .select2-selection__arrow::before {
  display: none;
}
.module-form .field.nr-of-items .middleColumn {
  max-width: 10em;
}
.module-form .field .text,
.module-form .field .dropdown,
.module-form .field .listbox {
  display: block;
  width: 100%;
  height: 2.35294118em;
  border-radius: 4px;
  line-height: 1.47058824;
  padding: 0.47058824em 0.88235294em 0.52941176em;
  border: 1px solid #397289;
}
.no-smil .module-form .field .text,
.no-smil .module-form .field .dropdown,
.no-smil .module-form .field .listbox {
  border-radius: 0;
}
.module-form .field .text:focus,
.module-form .field .dropdown:focus,
.module-form .field .listbox:focus {
  border-color: #FFC689;
  box-shadow: 0 0 0 3px #FFC689 inset;
}
.module-form .field.date .middleColumn {
  max-width: 10em;
  position: relative;
}
.module-form .field.date .middleColumn:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-family: "GovIcons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  content: "\e906";
  position: absolute;
  right: 0.6em;
  top: 0.6em;
}
.module-form .field.date .middleColumn .date {
  padding-right: 2.05882353em;
  cursor: pointer;
}
.module-form .field .dropdown {
  padding-right: 2.05882353em;
}
@media only screen and (max-width:64.03125em) {
  .no-touchevents .module-form .field .dropdown[multiple] {
    height: 6.76470588em;
  }
}
@media only screen and (max-width:64.03125em) {
  .module-form .field.listbox .middleColumn {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
  }
  .no-smil .module-form .field.listbox .middleColumn {
    border-radius: 0;
  }
  .no-smil .module-form .field.listbox .middleColumn:before {
    border-radius: 0;
  }
  .module-form .field.listbox .middleColumn:before {
    content: '';
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    height: 100%;
    width: 2em;
    border-radius: 4px;
    border: solid #397289;
    border-width: 1px 1px 1px 0;
    pointer-events: none;
  }
}
.module-form .field .listbox {
  height: 7.76470588em;
}
.module-form .field.optionset .left {
  display: block;
  line-height: 1.4;
}
.module-form .field .optionset {
  list-style: none;
}
.module-form .field .optionset li {
  line-height: 1.4;
  margin: 0 0 0.4em;
}
.module-form .field .optionset li:last-child {
  margin: 0;
}
.module-form .field input[type="radio"],
.module-form .field input[type="checkbox"] {
  position: absolute;
  border: 0;
  width: 1px;
  height: 1px;
  -webkit-appearance: none;
  appearance: none;
  opacity: 0.01;
}
.module-form .field input[type="radio"]:focus + label:before,
.module-form .field input[type="checkbox"]:focus + label:before {
  box-shadow: 0 0 0 4px #fff inset, 0 0 1px 2px rgba(255, 198, 137, 0.7);
}
.module-form .field input[type="radio"] + label,
.module-form .field input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding-left: 1.76470588em;
  line-height: 1.4;
  cursor: pointer;
}
.module-form .field input[type="radio"] + label:before,
.module-form .field input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.11764706em;
  width: 1.17647059em;
  height: 1.17647059em;
  border-radius: 50%;
  border: solid 1px #397289;
  background: #fff;
  box-shadow: 0 0 0 4px #fff inset;
}
.module-form .field input[type="radio"]:checked + label:before {
  background: #397289;
}
.module-form .field input[type="checkbox"]:checked + label:after {
  display: block;
}
.module-form .field input[type="checkbox"] + label:before {
  border-radius: 0;
}
.module-form .field input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  left: 0.23529412em;
  top: 0.41176471em;
  display: none;
  width: 0.70588235em;
  height: 0.41176471em;
  border: solid #397289;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-50deg);
      -ms-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.search-form form {
  overflow: hidden;
}
.search-form fieldset,
.search-form .btn-toolbar {
  position: relative;
}
.search-form fieldset .icon-questionmark,
.search-form .btn-toolbar .icon-questionmark {
  font-weight: bold;
  width: 23px;
  height: 23px;
  font-size: 12px;
  color: black;
  border: 2px solid #3e3e3e;
  text-align: center;
  border-radius: 20px;
  opacity: 1;
  transition: opacity 0.3s;
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (min-width:48em) {
  .search-form fieldset .icon-questionmark,
  .search-form .btn-toolbar .icon-questionmark {
    top: 9px;
    right: -40px;
    height: 23px;
    width: 24px;
  }
}
.search-form fieldset .icon-questionmark:hover,
.search-form .btn-toolbar .icon-questionmark:hover {
  text-decoration: none;
  opacity: 0.5;
}
.search-form fieldset {
  margin: 0;
}
@media only screen and (min-width:64em) {
  .search-form fieldset {
    overflow: hidden;
    float: left;
    width: 80%;
  }
}
@media only screen and (min-width:106.25em) {
  .search-form fieldset {
    width: 85%;
  }
}
.search-form fieldset .clear {
  display: none;
}
.search-form fieldset .field,
.search-form fieldset .middleColumn,
.search-form fieldset .middleColumn input {
  height: 100%;
}
.search-form fieldset > div {
  margin-bottom: 10px;
}
@media only screen and (min-width:64em) {
}
@media only screen and (min-width:64em) {
  .search-form fieldset > div.text {
    width: 68%;
    float: left;
  }
}
@media only screen and (min-width:64em) {
  .search-form fieldset > div.dropdown {
    width: 30%;
    float: right;
  }
}
.search-form .field {
  padding: 0;
}
.search-form .btn-toolbar {
  -webkit-flex: 0 0;
      -ms-flex: 0 0;
          flex: 0 0;
}
@media only screen and (min-width:64em) {
  .search-form .btn-toolbar {
    overflow: hidden;
    float: right;
  }
}
.search-form label {
  display: none;
}
.search-form .clear {
  display: none;
}
.search-form [type="submit"] {
  height: 100%;
}
.filter-form form {
  width: auto;
}
.filter-form .field:after {
  content: "";
  display: table;
  clear: both;
}
.filter-form .field .left {
  display: block;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 0.41176471em;
}
@media only screen and (min-width:40em) {
  .filter-form .field .left {
    float: left;
    width: 21.98731501%;
    margin: 0 4.01691332% 0 0;
  }
}
@media only screen and (min-width:60em) and (max-width:74.96875em) {
  .filter-form .field .left {
    width: 30.65539112%;
  }
}
@media only screen and (min-width:40em) {
  .filter-form .field .middleColumn {
    float: left;
    width: 73.99577167%;
  }
  .filter-form .field .middleColumn h3 {
    margin-top: 0.2em;
  }
}
@media only screen and (min-width:60em) {
  .filter-form .field .middleColumn {
    width: 65.32769556%;
  }
}
@media only screen and (min-width:75em) {
  .filter-form .field .middleColumn {
    width: 56.65961945%;
  }
}
.filter-form .field .optionset {
  margin: 0 0 -20px;
}
.filter-form .field .optionset li {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.filter-form .filter-form-title-desktop {
  font-size: 1.07142857em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 18px 0;
  margin: 0;
  display: inline-block;
}
@media only screen and (min-width:40em) {
  .filter-form .filter-form-title-desktop {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:64em) {
  .filter-form .filter-form-title-desktop {
    font-size: 1.05882353em;
  }
}
@media only screen and (min-width:85.375em) {
  .filter-form .filter-form-title-desktop {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:100em) {
  .filter-form .filter-form-title-desktop {
    font-size: 1.05882353em;
  }
}
@media only screen and (min-width:40em) {
  .filter-form .text .left,
  .filter-form .dropdown .left {
    margin-top: 0.4em;
  }
}
@media only screen and (min-width:40em) {
  .filter-form .optionset .middleColumn {
    margin-top: 0.05882353em;
  }
}
.filter-form .btn-toolbar {
  word-spacing: 0.35294118em;
  padding-top: 0.58823529em;
}
@media only screen and (min-width:40em) {
  .filter-form .btn-toolbar {
    margin-left: 26.00422833%;
  }
}
@media only screen and (min-width:60em) and (max-width:74.96875em) {
  .filter-form .btn-toolbar {
    margin-left: 34.67230444%;
  }
}
.filter-form .btn-toolbar input,
.filter-form .btn-toolbar button,
.filter-form .btn-toolbar a {
  word-spacing: normal;
}
.filter-new-left,
.filter-form-new .field > .form-title,
.filter-form-new .field > .left,
.filter-form-new .field.optionset .left {
  width: 26.2%;
}
@media only screen and (max-width:47.96875em) {
  .filter-new-left,
  .filter-form-new .field > .form-title,
  .filter-form-new .field > .left,
  .filter-form-new .field.optionset .left {
    width: 100%;
    margin: 0 0 0.41176471em;
  }
}
.filter-new-right,
.filter-form-new .field > .middleColumn,
.filter-form-new .field.optionset .middleColumn {
  width: 73.8%;
  max-width: 780px;
}
@media only screen and (max-width:47.96875em) {
  .filter-new-right,
  .filter-form-new .field > .middleColumn,
  .filter-form-new .field.optionset .middleColumn {
    width: 100%;
    max-width: 100%;
  }
}
.filter-form-new .js-date-fieldset .middleColumn {
  margin-left: -5px;
}
.filter-form-new .field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-form-new .field > .left {
  font-weight: bold;
  line-height: 1.4;
}
.filter-form-new .field.dropdown > fieldset {
  width: 100%;
}
.filter-form-new .field.dropdown > fieldset > .left {
  float: left;
  width: 26.2%;
  font-weight: bold;
  line-height: 40px;
}
@media only screen and (max-width:47.96875em) {
  .filter-form-new .field.dropdown > fieldset > .left {
    float: none;
    width: 100%;
    line-height: 1.4;
    margin: 0 0 0.41176471em;
  }
}
.filter-form-new .field.dropdown > fieldset > .middleColumn {
  width: calc(73.8% + 5px);
  float: left;
}
@media only screen and (max-width:47.96875em) {
  .filter-form-new .field.dropdown > fieldset > .middleColumn {
    float: none;
    width: 100%;
    margin-left: -5px;
  }
}
@media only screen and (max-width:39.96875em) {
  .filter-form-new .field.dropdown > fieldset > .middleColumn {
    margin-left: -10px;
  }
}
.filter-form-new .field ul.optionset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px;
}
.filter-form-new .field ul.optionset > li {
  display: inline-block;
  margin: 5px 10px;
}
.filter-form-new .filter-form-title-desktop {
  font-size: 1.07142857em;
  text-transform: uppercase;
  display: none;
  font-weight: bold;
  padding: 18px 0;
  margin: 0;
}
@media only screen and (min-width:40em) {
  .filter-form-new .filter-form-title-desktop {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:64em) {
  .filter-form-new .filter-form-title-desktop {
    font-size: 1.05882353em;
  }
}
@media only screen and (min-width:85.375em) {
  .filter-form-new .filter-form-title-desktop {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:100em) {
  .filter-form-new .filter-form-title-desktop {
    font-size: 1.05882353em;
  }
}
@media only screen and (min-width:85.375em) {
  .filter-form-new .filter-form-title-desktop {
    display: inline-block;
  }
}
.filter-form-new .toggle-filter-form {
  position: relative;
  font-size: 1.07142857em;
  text-transform: uppercase;
  display: none;
  text-decoration: none;
  font-weight: bold;
  padding: 18px 30px 18px 0;
}
@media only screen and (min-width:40em) {
  .filter-form-new .toggle-filter-form {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:64em) {
  .filter-form-new .toggle-filter-form {
    font-size: 1.05882353em;
  }
}
@media only screen and (min-width:85.375em) {
  .filter-form-new .toggle-filter-form {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:100em) {
  .filter-form-new .toggle-filter-form {
    font-size: 1.05882353em;
  }
}
@media only screen and (max-width:85.34375em) {
  .filter-form-new .toggle-filter-form {
    display: inline-block;
  }
}
@media only screen and (max-width:47.96875em) {
  .filter-form-new .toggle-filter-form {
    padding: 10px 20px 10px 0;
  }
}
.filter-form-new .toggle-filter-form .filter-icon-toggle {
  font-size: 1.5em;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
@media only screen and (max-width:47.96875em) {
  .filter-form-new .toggle-filter-form .filter-icon-toggle {
    font-size: 1.1em;
    margin-top: -8px;
  }
}
.filter-form-new .toggle-filter-form:focus {
  background-color: transparent;
  box-shadow: none;
  outline: 0;
  color: #397289;
}
@media only screen and (max-width:85.34375em) {
  .filter-form-new .filter-form-wrapper {
    display: none;
  }
}
.filter-form-new .filter-form-wrapper form {
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (max-width:47.96875em) {
  .filter-form-new .filter-form-wrapper form {
    margin-bottom: 25px;
  }
}
.filter-form-new .filter-form-wrapper form .Actions {
  margin-left: 26.2%;
  margin-top: 0.58823529em;
}
@media only screen and (max-width:47.96875em) {
  .filter-form-new .filter-form-wrapper form .Actions {
    margin-left: 0;
  }
}
.filter-form-new .filter-form-wrapper form .Actions.btn-toolbar .submit {
  margin-right: 5px;
}
.filter-form-new.filter-active .filter-form-wrapper {
  display: block;
}
@media only screen and (min-width:48em) {
  .filter-content-form {
    position: relative;
  }
}
@media only screen and (min-width:48em) {
  .filter-content-form form {
    display: inline-block;
    overflow: hidden;
  }
}
.filter-content-form form .select2-wrapper--module-form {
  margin-bottom: 10px;
}
@media only screen and (min-width:48em) {
  .filter-content-form form .select2-wrapper--module-form {
    min-width: 200px;
    float: left;
    margin: 0;
  }
}
@media only screen and (min-width:48em) {
  .filter-content-form form input {
    float: left;
    margin-left: 10px;
  }
}
.filter-content-form .link-archive {
  margin-top: 20px;
  display: block;
}
@media only screen and (min-width:48em) {
  .filter-content-form .link-archive {
    float: right;
    margin-top: 10px;
  }
}
.filter-content-form + .block-navigation {
  margin-top: 2em;
}
.interest-rate-calculator .field:after {
  content: "";
  display: table;
  clear: both;
}
.interest-rate-calculator .field .left {
  display: block;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 0.41176471em;
}
@media only screen and (min-width:40em) {
  .interest-rate-calculator .field .left {
    float: left;
    width: 21.98731501%;
    margin: 0 4.01691332% 0 0;
  }
}
@media only screen and (min-width:60em) and (max-width:74.96875em) {
  .interest-rate-calculator .field .left {
    width: 30.65539112%;
  }
}
@media only screen and (min-width:75em) {
  .interest-rate-calculator .field .left {
    width: 39.32346723%;
  }
}
@media only screen and (min-width:40em) {
  .interest-rate-calculator .field .middleColumn {
    float: left;
    width: 73.99577167%;
  }
  .interest-rate-calculator .field .middleColumn h3 {
    margin-top: 0.2em;
  }
}
@media only screen and (min-width:60em) {
  .interest-rate-calculator .field .middleColumn {
    width: 65.32769556%;
  }
}
@media only screen and (min-width:75em) {
  .interest-rate-calculator .field .middleColumn {
    width: 56.65961945%;
  }
}
.interest-rate-calculator input {
  width: 100%;
  height: 2.35294118em;
  border-radius: 4px;
  line-height: 1.47058824;
  padding: 0.47058824em 0.88235294em 0.52941176em;
  border: 1px solid #397289;
}
.interest-rate-calculator input:focus {
  outline: 1px solid #FFC689;
  box-shadow: 0 0 0 3px #FFC689 inset;
}
.interest-rate-calculator .hidden {
  display: none;
}
.filter-form-new .field > .middleColumn {
  position: relative;
}
.ui-autocomplete {
  background-color: #fff;
  border-left: 1px solid #397289;
  border-right: 1px solid #397289;
  border-bottom: 1px solid #397289;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  list-style: none;
  padding: 0;
  position: absolute;
  margin-top: 14px;
  width: 100% !important;
  max-width: 100%;
}
.ui-autocomplete li {
  cursor: pointer;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
}
.ui-autocomplete li .ui-menu-item-wrapper {
  text-overflow: ellipsis ellipsis;
  overflow: hidden;
  padding: 8px 15px;
}
.ui-autocomplete li .ui-menu-item-wrapper.ui-state-active {
  background-color: #397289;
  color: #fff;
}
.ui-autocomplete li .ui-menu-item-wrapper.ui-state-active span {
  color: #fff;
  opacity: 0.8;
}
@media only screen and (max-width:47.96875em) {
  .ui-autocomplete li .ui-menu-item-wrapper.ui-state-active {
    padding: 5px 13px;
  }
}
@media only screen and (max-width:47.96875em) {
  .ui-autocomplete li {
    font-size: 14px;
  }
}
.ui-autocomplete li:hover .ui-menu-item-wrapper {
  background-color: #397289;
  color: #fff;
}
.ui-autocomplete li:hover .ui-menu-item-wrapper span {
  color: #fff;
  opacity: 0.8;
}
.ui-autocomplete li.first {
  background-color: #F3F2F0;
  font-weight: bold;
}
.ui-autocomplete li.first span {
  font-weight: normal;
  color: #666;
  font-size: 14px;
}
.ui-autocomplete li.first:hover {
  color: #111;
}
.ui-autocomplete li.more {
  background-color: #F3F2F0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: default;
}
.ui-autocomplete li.more .ui-menu-item-wrapper.ui-state-active {
  background-color: transparent;
  color: #111;
}
@media only screen and (min-width:48em) {
  .pagination.with-set-items {
    padding-top: 1.25rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width:48em) and only screen and (min-width:48em) {
  .pagination.with-set-items {
    padding-top: 2.1875rem;
  }
}
@media only screen and (min-width:48em) and only screen and (min-width:75em) {
  .pagination.with-set-items {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width:48em) and only screen and (min-width:87.5em) {
  .pagination.with-set-items {
    padding-top: 3.4375rem;
  }
}
.pagination ul {
  list-style: none;
  display: inline-block;
}
.pagination li {
  display: inline-block;
  margin: 0 0.2em;
}
.pagination .selected a {
  background: #111;
  color: white;
}
.pagination span,
.pagination a {
  display: block;
  padding: 0.2em 0.6em;
  line-height: 1.3;
  font-weight: bold;
}
.pagination a {
  text-decoration: none;
}
.pagination a:hover {
  text-decoration: underline;
}
.pagination .loop-filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:47.96875em) {
  .pagination .loop-filter {
    margin-top: 0.8em;
  }
}
.pagination .loop-filter label {
  line-height: 1.3;
}
.pagination .loop-filter .middleColumn {
  position: relative;
  margin-left: 0.8em;
}
.pagination .loop-filter .middleColumn:after {
  content: "\e313";
  font-family: 'GovIcons' !important;
  text-align: left;
  width: 0.8em;
  line-height: 1.3;
  color: #397289;
  position: absolute;
  right: 0.4em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.pagination select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #397289;
  color: #397289;
  padding-right: 20px;
  line-height: 1.3;
  padding: 0.19em 1.2em 0.2em 0.6em;
  cursor: pointer;
}
.pagination select::-ms-expand {
  display: none;
}
.pagination select:focus {
  outline: 1px solid #FFC689;
  border-color: #FFC689;
  box-shadow: 0 0 0 3px #FFC689 inset;
}
.notification {
  padding-top: 1.18em;
  padding-bottom: 1.18em;
  background-color: #F3F2F0;
  border-top: 1px solid #7d7d7d;
}
.notification:last-of-type {
  border-bottom: 1px solid #7d7d7d;
}
.notification a {
  color: #191919;
}
.notification a:hover {
  text-decoration: underline;
}
.notification a:focus {
  color: #000;
}
@media only screen and (min-width:48em) {
  .notification .notif-wrap {
    border-left: 5px solid;
    padding: 10px 0;
  }
}
@media only screen and (min-width:48em) {
  .notification.info .notif-wrap {
    border-color: #33586C;
  }
}
.notification.info .notif-icon {
  color: #33586C;
}
.notification.info h2 {
  color: #33586C;
}
@media only screen and (min-width:48em) {
  .notification.alert .notif-wrap {
    border-color: #B2414D;
  }
}
.notification.alert .notif-icon {
  color: #B2414D;
}
.notification.alert h2 {
  color: #B2414D;
}
@media only screen and (min-width:48em) {
  .notification.highlight .notif-wrap {
    border-color: #73635B;
  }
}
.notification.highlight .notif-icon {
  color: #73635B;
}
.notification.highlight h2 {
  color: #73635B;
}
.homepage .notification.highlight:first-child {
  margin-top: 1px;
}
@media only screen and (min-width:48em) {
  .homepage .notification.highlight:first-child {
    margin-top: 0;
  }
}
.notification .notif-wrap {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width:48em) {
  .notification .notif-wrap {
    padding-left: 30px;
  }
}
.notification .notif-icon .icon {
  font-size: 2.35294118em;
}
.notification .notif-text {
  padding-left: 23px;
  color: #191919;
}
.notification h2 {
  margin: 0;
}
.notification h2 + p {
  margin-top: 0.5em;
}
.hide-content-btn {
  margin-top: 1.45em;
  border: 0;
}
.article .intro + .intro-image {
  margin-top: 2em;
}
.article.with-image {
  margin-top: 2em;
}
.article .intro-image {
  margin: 0 0 2em;
}
.article .intro-image img {
  width: 100%;
  display: block;
}
.article .intro-image figcaption {
  margin-top: 10px;
  font-size: 0.85714286em;
}
@media only screen and (min-width:40em) {
  .article .intro-image figcaption {
    font-size: 0.8em;
  }
}
@media only screen and (min-width:64em) {
  .article .intro-image figcaption {
    font-size: 0.76470588em;
  }
}
@media only screen and (min-width:85.375em) {
  .article .intro-image figcaption {
    font-size: 0.8em;
  }
}
@media only screen and (min-width:100em) {
  .article .intro-image figcaption {
    font-size: 0.76470588em;
  }
}
.article .intro-image figure {
  margin-left: 0;
  margin-right: 0;
}
.article + .top-adapt {
  padding-top: 0;
}
.article .info {
  font-size: 0.82352941em;
  margin: 0 0 1.5em;
  padding: 0.7em 0;
  border: solid #D7D7D7;
  border-width: 1px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width:64.03125em) {
  .article .info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .article .info > div {
    width: 100%;
  }
  .article .info > div:not(:first-of-type) {
    margin-top: 10px;
  }
}
.article .info .datetime .icon,
.article .info .location .icon {
  margin-right: 5px;
}
.article .info time {
  white-space: nowrap;
}
.article .info .organisations {
  list-style: none;
  text-align: right;
  margin: 0;
}
.article .info .organisations li {
  display: inline-block;
  word-spacing: normal;
  margin-left: 1em;
}
.article .info .organisations a {
  text-decoration: none;
}
.article .info .organisations a:hover {
  text-decoration: underline;
}
.RegistryPage .page-head + .top-adapt {
  padding-top: 1.25rem;
}
@media only screen and (min-width:48em) {
  .RegistryPage .page-head + .top-adapt {
    padding-top: 2.1875rem;
  }
}
@media only screen and (min-width:75em) {
  .RegistryPage .page-head + .top-adapt {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width:87.5em) {
  .RegistryPage .page-head + .top-adapt {
    padding-top: 3.4375rem;
  }
}
.RegistryPage .block-navigation {
  margin-top: 1.5em;
  max-width: 340px;
}
@media only screen and (max-width:59.96875em) {
  .article-cols .col {
    float: none;
    width: auto;
    margin: 6em 0;
  }
  .article-cols .col:first-child {
    margin-top: 0;
  }
  .article-cols .col:last-child {
    margin-bottom: 0;
  }
}
.article-cols .adapt {
  padding: 0;
}
.alphabet-anchors {
  background: #73635B;
  color: #fff;
}
.alphabet-anchors .alphabet {
  overflow: hidden;
  list-style: none;
  margin: 0 -10px 0 0;
  padding: 1.2% 0;
}
.alphabet-anchors li {
  float: left;
  margin: 5px 10px 5px 0;
}
.alphabet-anchors a,
.alphabet-anchors span {
  display: block;
  line-height: 1.6em;
  width: 1.6em;
  text-align: center;
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  border-radius: 2px;
}
.alphabet-anchors a {
  background: #fff;
  color: #73635B;
}
.alphabet-anchors a:hover,
.alphabet-anchors a.selected {
  opacity: 0.7;
}
.contact-info > h2,
.contact-info > h3,
.contact-info > h4 {
  line-height: 1.4;
  margin: 0;
  text-transform: none;
  font-size: 1.07142857em;
  color: white;
}
.contact-info > p, .contact-icon{
  color: black;
}
.showOnMap > a{
  color: #387289;
}
@media only screen and (max-width:39.99em) {
  .contact-info > h2,
  .contact-info > h3,
  .contact-info > h4 {
    font-size: 1.06666667em;
    color: white;
  }
  .showOnMap > a, .contact-info > p, .contact-icon{
    color: white;
  }
  .contact-info > p{
    margin-bottom: 1rem;
  }
  .showOnMap{
    margin: 0.5rem 0 0 0;
  }
}
@media only screen and (min-width:40em) {
  .contact-info > h2,
  .contact-info > h3,
  .contact-info > h4 {
    font-size: 1.06666667em;
    color: white;
  }
  .showOnMap > a, .contact-info > p, .contact-icon{
    color: white;
  }
  .contact-info > p{
    margin-bottom: 1rem;
  }
  .showOnMap{
    margin: 0.5rem 0 0 0;
  }
}

@media only screen and (min-width:64em) {
  .contact-info > h2,
  .contact-info > h3,
  .contact-info > h4 {
    font-size: 1.05882353em;
  }
  .showOnMap > a, .contact-info > p, .contact-icon{
    color: white;
  }
  .contact-info > p{
    margin-bottom: 1rem;
    color: white;
  }
  .showOnMap{
    margin: 0.5rem 0 0 0;
  }
  .contact-container{
    width: 30%;
    display: flex;
    justify-content: left;
    flex-direction: column;
    align-items: left;
  }
  .contact-list{
    width: 100%;
  }
}


@media only screen and (min-width:85.375em) {
  .contact-info > h2,
  .contact-info > h3,
  .contact-info > h4 {
    font-size: 1.06666667em;
    color: black;
  }
  .contact-info > p{
    color: black;
  }
  .showOnMap > a{
    color: #387289;
  }
  .contact-icon{
    color: black;
  }
  .contact-container{
    width: 100%;
  }
  .contact-list{
    width: 100%;
  }
}
@media only screen and (min-width:100em) {
  .contact-info > h2,
  .contact-info > h3,
  .contact-info > h4 {
    font-size: 1.05882353em;
    color: black;
  }
  .showOnMap > a{
    color: #387289;
  }
  .contact-container{
    width: 100%;
  }
  .contact-list{
    width: 100%;
  }
}

.contact-info > h2 a,
.contact-info > h3 a,
.contact-info > h4 a {
  text-decoration: none;
}
.contact-info > h2 a:hover,
.contact-info > h3 a:hover,
.contact-info > h4 a:hover {
  text-decoration: underline;
}
.contact-info > a {
  text-decoration: none;
}
.contact-info > a h2,
.contact-info > a h3,
.contact-info > a h4 {
  line-height: 1.4;
  margin: 0;
  text-transform: none;
  font-size: 1.07142857em;
}
@media only screen and (min-width:40em) {
  .contact-info > a h2,
  .contact-info > a h3,
  .contact-info > a h4 {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:64em) {
  .contact-info > a h2,
  .contact-info > a h3,
  .contact-info > a h4 {
    font-size: 1.05882353em;
  }
}
@media only screen and (min-width:85.375em) {
  .contact-info > a h2,
  .contact-info > a h3,
  .contact-info > a h4 {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:100em) {
  .contact-info > a h2,
  .contact-info > a h3,
  .contact-info > a h4 {
    font-size: 1.05882353em;
  }
}
.contact-info .address {
  line-height: 1.4;
  margin: 0;
}
.extra-contacts {
  margin-bottom: 1em;
}
.extra-contacts.last {
  margin-bottom: 0;
}
.extra-contacts > h4 {
  line-height: 1.4;
  margin: 0 0 4px;
  text-transform: none;
  font-size: 1.07142857em;
}
@media only screen and (min-width:40em) {
  .extra-contacts > h4 {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:64em) {
  .extra-contacts > h4 {
    font-size: 1.05882353em;
  }
}
@media only screen and (min-width:85.375em) {
  .extra-contacts > h4 {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:100em) {
  .extra-contacts > h4 {
    font-size: 1.05882353em;
  }
}
.extra-contacts > h4 + .contact-list {
  margin-top: 0;
}
.item-chief + p {
  margin-top: 30px;
}
.contact-info + p a {
  text-decoration: none;
}
.contact-info + p a:hover {
  text-decoration: underline;
}
.contact-list {
  list-style: none;
  /*margin: 1em 0;*/
  text-align: left;
}
.contact-list:last-child {
  margin-bottom: 0;
}
.contact-list li {
  position: unset;
  margin: 0;
  line-height: 1.23529412;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.contact-list li:last-child {
  margin: 0;
}
.contact-list li:before {
  line-height: 1.23529412;
}
.contact-list a {
  text-decoration: none;
  font-weight: normal;
  display: inline-block;
  line-height: 1.23529412;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
.contact-list a:hover {
  text-decoration: underline;
}
.contact-list .icon{
  margin-right: 10px;
  align-self: center;
  justify-self: center;
  font-size: 18px;
}

.social-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 1em -3px;
}
.social-list li {
  width: 44px;
  margin: 3px;
}
.social-list li a {
  display: block;
  text-decoration: none;
  background-color: #F3F2F0;
  text-align: center;
  height: 44px;
  width: 100%;
  line-height: 50px;
  border-radius: 2px;
  transition: background-color 0.24s ease-in-out;
}
.social-list li a .icon {
  font-size: 1.3rem;
}
.social-list li a:hover {
  background-color: #397289;
  color: #fff;
}
.contact-list + .extra-contacts {
  margin-top: 15px;
}
.social-list a {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width:48em) {
  .organisation-contact-blocks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (min-width:48em) {
  .organisation-contact-blocks .organisation-module {
    -webkit-flex: 0 0 30.65539112%;
        -ms-flex: 0 0 30.65539112%;
            flex: 0 0 30.65539112%;
    max-width: 30.65539112%;
  }
  .organisation-contact-blocks .organisation-module:nth-child(n) {
    margin-left: 4.01691332%;
  }
  .organisation-contact-blocks .organisation-module:nth-child(3n + 1) {
    margin-left: 0;
  }
}
.organisation-contact-blocks .block {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media only screen and (min-width:48em) {
  .organisation-contact-blocks .block {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.timetable-info h4 {
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
}
@media only screen and (min-width:40em) {
  .timetable-info h4 {
    font-size: 1em;
  }
}
@media only screen and (min-width:64em) {
  .timetable-info h4 {
    font-size: 1em;
  }
}
@media only screen and (min-width:85.375em) {
  .timetable-info h4 {
    font-size: 1em;
  }
}
@media only screen and (min-width:100em) {
  .timetable-info h4 {
    font-size: 1em;
  }
}
.timetable-info p {
  line-height: 1.4;
  margin: 0;
}
.timetable-info .timetable-list {
  margin: 0.7em 0;
}
.timetable-info ul {
  list-style: none;
}
.timetable-info a {
  text-decoration: none;
}
.timetable-info .has-icon {
  position: relative;
  padding: 0 0 0 1.6em;
  margin: 0.25em 0 0;
}
.timetable-info .has-icon a {
  display: inline-block;
  position: relative;
  margin-left: -1.6em;
  padding: 0 0 0 1.6em;
}
.timetable-info .has-icon i {
  position: absolute;
  left: 0;
  top: 0.75em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #111;
}
.time-info span,
.time-info time {
  display: inline !important;
}
.hide-form {
  width: 0;
  height: 0;
  float: right;
  position: relative;
  -webkit-transform: translateY(1.17647059em);
      -ms-transform: translateY(1.17647059em);
          transform: translateY(1.17647059em);
}
@media only screen and (min-width:64.0625em) {
  .hide-form {
    display: none;
  }
}
.hide-form.is-closed .when-open {
  display: none;
}
.hide-form.is-closed .when-closed {
  display: block;
}
.hide-form.is-closed + .inner form {
  display: block;
}
.hide-form.is-open + .inner {
  height: auto !important;
}
.hide-form.is-open + .inner form {
  display: block;
}
.hide-form .when-closed {
  display: none;
}
.hide-form + .inner {
  overflow: hidden;
  transition: height 0.3s;
}
@media only screen and (max-width:64.03125em) {
  .hide-form + .inner form {
    display: none;
  }
}
.hide-form + .inner .btn-toolbar {
  min-height: 50px;
}
.hide-form-btn {
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
  border: 0;
  padding: 0 1.5em 0 0;
  color: #397289;
  outline: 0;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.07142857em;
  min-height: 1.2em;
}
@media only screen and (min-width:40em) {
  .hide-form-btn {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:64em) {
  .hide-form-btn {
    font-size: 1.05882353em;
  }
}
@media only screen and (min-width:85.375em) {
  .hide-form-btn {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:100em) {
  .hide-form-btn {
    font-size: 1.05882353em;
  }
}
.hide-form-btn > span span {
  display: none;
}
@media only screen and (min-width:30em) {
  .hide-form-btn > span span {
    display: inline-block;
  }
}
.hide-form-btn i {
  position: absolute;
  right: -0.4em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.5em;
  padding: 0.4em;
}
@media only screen and (min-width:30em) {
  .hide-form-btn i {
    right: 0;
    padding: 0;
  }
}
.page-meta-details {
  overflow: hidden;
}
.page-meta-details dl {
  font-size: 0.92857143em;
  color: #65656a;
  white-space: nowrap;
}
@media only screen and (min-width:40em) {
  .page-meta-details dl {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:64em) {
  .page-meta-details dl {
    font-size: 0.88235294em;
  }
}
@media only screen and (min-width:85.375em) {
  .page-meta-details dl {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:100em) {
  .page-meta-details dl {
    font-size: 0.88235294em;
  }
}
@media only screen and (max-width:59.96875em) {
  .page-meta-details dl {
    margin-bottom: 0.5em;
  }
}
.page-meta-details dt,
.page-meta-details dd {
  display: inline-block;
}
.page-meta-details dt {
  font-weight: bold;
}
@media only screen and (max-width:59.96875em) {
  .page-meta-details dt {
    display: block;
    margin-bottom: 5px;
  }
}
.page-meta-details .page-meta-phone,
.page-meta-details .page-meta-email {
  display: inline-block;
}
@media only screen and (max-width:59.96875em) {
  .page-meta-details .page-meta-phone,
  .page-meta-details .page-meta-email {
    display: block;
  }
  .page-meta-details .page-meta-phone .page-meta-divider,
  .page-meta-details .page-meta-email .page-meta-divider {
    display: none;
  }
}
.feedback {
  position: relative;
}
.feedback .js-trigger.selected {
  background-color: #397289;
  color: #fff;
  box-shadow: 0 0 0 4px #397289;
  outline: 1px solid #397289;
  margin: 0 5px;
}
.feedback .js-trigger.selected:focus {
  box-shadow: 0 0 0 4px #397289;
  outline: 1px solid #397289;
}
.feedback .show-inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
.feedback .show-inline > legend {
  margin-right: 15px;
}
.feedback .show-inline > legend,
.feedback .show-inline > div {
  margin-bottom: 0;
}
.feedback .chars-remains {
  margin: 0;
  font-size: 0.85714286em;
  color: #65656a;
}
@media only screen and (min-width:40em) {
  .feedback .chars-remains {
    font-size: 0.8em;
  }
}
@media only screen and (min-width:64em) {
  .feedback .chars-remains {
    font-size: 0.76470588em;
  }
}
@media only screen and (min-width:85.375em) {
  .feedback .chars-remains {
    font-size: 0.8em;
  }
}
@media only screen and (min-width:100em) {
  .feedback .chars-remains {
    font-size: 0.76470588em;
  }
}
@media only screen and (max-width:47.96875em) {
  .feedback .chars-remains {
    margin-bottom: 10px;
  }
}
#feedback-form > fieldset {
  padding-top: 10px;
}
.feedback-form-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  max-width: 960px;
  width: 100%;
}
.feedback-form-wrapper > div {
  margin-left: 10px;
  margin-right: 10px;
}
.feedback-form-wrapper .top,
.feedback-form-wrapper .bottom {
  width: calc(100% - 20px);
}
.feedback-form-wrapper .left,
.feedback-form-wrapper .right {
  width: calc(50% - 20px);
}
@media only screen and (max-width:47.96875em) {
  .feedback-form-wrapper .left,
  .feedback-form-wrapper .right {
    width: calc(100% - 20px);
  }
}
.feedback-form-wrapper .right {
  padding-top: 40px;
  position: relative;
  /*&:before {
			.___fonticon;
			content: @ficon-notification-alert;
			color: @_blue;
			position: absolute;
			font-size: 1.7rem;
			left: 0;
			top: 0;
		}*/
}
@media only screen and (max-width:47.96875em) {
  .feedback-form-wrapper .right {
    padding: 0 0 20px 0;
  }
}
.feedback-form-wrapper .side-text {
  background-image: url("../images/svg/icons/icon_ex_mark.svg");
  background-repeat: no-repeat;
  background-position: top 2px left;
  background-size: 26px 23px;
  padding-top: 35px;
}
@media only screen and (max-width:47.96875em) {
  .feedback-form-wrapper .side-text {
    padding-top: 0;
    padding-left: 40px;
  }
}
.feedback-form-wrapper .side-text p {
  font-size: 0.92857143em;
}
@media only screen and (min-width:40em) {
  .feedback-form-wrapper .side-text p {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:64em) {
  .feedback-form-wrapper .side-text p {
    font-size: 0.88235294em;
  }
}
@media only screen and (min-width:85.375em) {
  .feedback-form-wrapper .side-text p {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:100em) {
  .feedback-form-wrapper .side-text p {
    font-size: 0.88235294em;
  }
}
.feedback-block {
  background: #F3F2F0;
}
.feedback-block .v-adapt {
  padding-top: 1.2em;
  padding-bottom: 1em;
}
.feedback-block label,
.feedback-block legend {
  font-weight: bold;
}
.feedback-block label,
.feedback-block textarea,
.feedback-block legend {
  display: block;
  margin-bottom: 1em;
}
.feedback-block legend {
  margin-bottom: 0.3em;
}
.feedback-block .js-success .inside {
  max-width: 760px;
}
@media only screen and (max-width:47.96875em) {
  .feedback-block .js-success p.large {
    padding-right: 85px;
  }
}
.feedback-block .js-success-reply {
  border-top: 1px solid #D7D7D7;
  padding-top: 10px;
  margin-top: 10px;
}
.feedback-block p {
  margin-bottom: 0;
  display: inline-block;
}
.feedback-block p.small {
  color: #65656a;
  margin-top: 15px;
}
.feedback-block textarea {
  border-radius: 4px;
  line-height: 1.47058824;
  padding: 0.47058824em 0.88235294em 0.52941176em;
  border: 1px solid #397289;
  width: 100%;
  min-height: 125px;
  resize: vertical;
  margin-bottom: 4px;
}
.feedback-block textarea:focus {
  outline: 1px solid #FFC689;
}
.feedback-block .hidden {
  display: none;
}
.feedback-block .form {
  margin-top: 1em;
  position: relative;
  width: 100%;
}
.feedback-block .action {
  margin-top: 15px;
}
.feedback-block .action .feedback-close {
  margin-left: 6px;
  border: 0;
}
.feedback-block.feedback-block-sdg .js-question {
  position: relative;
}
.feedback-block.feedback-block-sdg .feedback-logo {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -4px;
}
.feedback-block.feedback-block-sdg .feedback-logo img {
  width: 110px;
  height: 30px;
}
@media only screen and (max-width:47.96875em) {
  .feedback-block.feedback-block-sdg .feedback-logo {
    margin-top: 10px;
  }
  .feedback-block.feedback-block-sdg .feedback-logo img {
    width: 75px;
    height: 21px;
  }
  .feedback-block.feedback-block-sdg .js-question p {
    display: block;
  }
}
.related-topics .adapt {
  border: 7px solid #F3F2F0;
  background-color: #fff;
  overflow: hidden;
}
.related-topics ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.related-topics ul li {
  display: block;
  border-bottom: 1px solid #D7D7D7;
}
.related-topics ul li:last-of-type {
  border-bottom: 0;
}
.related-topics ul li a {
  display: block;
  font-weight: 400;
  font-size: 17px;
  text-decoration: none;
  color: #397289;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: 'Republika', arial, helvetica, sans-serif;
}
.related-topics ul li a span {
  text-decoration: underline;
}
.related-topics ul li a:hover span {
  text-decoration: none;
}
.related-topics ul li a i {
  position: relative;
  top: 2px;
}
.search-results {
  list-style: none;
}
.search-results h3 {
  text-transform: none;
  margin: 0;
}
.search-results h3 a {
  text-decoration: none;
}
.search-results h3 + a {
  color: #bbb;
  margin: 0 0 1em;
  display: inline-block;
  text-decoration: none;
}
.search-results li {
  border-top: solid 1px #D7D7D7;
  padding-top: 1em;
  margin-bottom: 1.5em;
}
.search-results li:last-child {
  margin-bottom: 0;
}
.search-results li a {
  text-decoration: none;
}
.search-results li .label {
  vertical-align: baseline;
  font-size: 0.6em;
  margin: 0 0 0 0.5em;
}
.search-results li em {
  font-style: normal;
  font-weight: bold;
  background: rgba(82, 157, 186, 0.15);
}
.list {
  list-style: none;
}
.list .list-item {
  border-top: solid 1px #D7D7D7;
  padding: 0.58823529em 0 0.58823529em;
}
.list .list-item:after {
  content: "";
  display: table;
  clear: both;
}
.list .list-item.no-results {
  border-top: 0;
}
.list .list-item a {
  text-decoration: none !important;
}
.list .list-item a:hover {
  text-decoration: underline !important;
}
.list.no-results {
  padding-left: 0;
}
.list.no-results + .more-link {
  border-top: 0;
  padding-top: 0;
}
.list .datetime time {
  font-size: 0.92857143em;
  font-weight: bold;
}
@media only screen and (min-width:40em) {
  .list .datetime time {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:64em) {
  .list .datetime time {
    font-size: 0.88235294em;
  }
}
@media only screen and (min-width:85.375em) {
  .list .datetime time {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:100em) {
  .list .datetime time {
    font-size: 0.88235294em;
  }
}
.list h3 {
  text-transform: none;
}
.list h3 a {
  text-decoration: none;
  display: inline-block;
}
.list h3 a:hover {
  text-decoration: underline;
}
.list + .more-link {
  border-top: solid 1px #D7D7D7;
  padding-top: 1.6em;
}
.list-in-list {
  list-style: none;
}
.list-small {
  border-top: solid 1px #D7D7D7;
  list-style: none;
  margin-bottom: 20px;
}
.list-small > li {
  border-bottom: solid 1px #D7D7D7;
  padding: 0.7em 0;
}
.list-small > li strong,
.list-small > li span {
  display: block;
}
.list-small > li strong {
  text-transform: uppercase;
  font-size: 0.92857143em;
}
@media only screen and (min-width:40em) {
  .list-small > li strong {
    font-size: 0.86666667em;
  }
}
@media only screen and (min-width:64em) {
  .list-small > li strong {
    font-size: 0.76470588em;
  }
}
@media only screen and (min-width:85.375em) {
  .list-small > li strong {
    font-size: 0.86666667em;
  }
}
@media only screen and (min-width:100em) {
  .list-small > li strong {
    font-size: 0.76470588em;
  }
}
.list-small.timetable-list > li {
  margin: 0;
}
.list-small.timetable-list > li:before {
  display: none;
}
.list-small-no-border {
  list-style: none;
  margin-bottom: 20px;
}
.list-small-no-border > li {
  padding: 0.7em 0;
}
.list-small-no-border > li strong,
.list-small-no-border > li span {
  display: block;
}
.list-small-no-border > li strong {
  text-transform: uppercase;
  font-size: 0.92857143em;
}
@media only screen and (min-width:40em) {
  .list-small-no-border > li strong {
    font-size: 0.86666667em;
  }
}
@media only screen and (min-width:64em) {
  .list-small-no-border > li strong {
    font-size: 0.76470588em;
  }
}
@media only screen and (min-width:85.375em) {
  .list-small-no-border > li strong {
    font-size: 0.86666667em;
  }
}
@media only screen and (min-width:100em) {
  .list-small-no-border > li strong {
    font-size: 0.76470588em;
  }
}
.list-small-no-border.timetable-list > li {
  margin: 0;
}
.list-small-no-border.timetable-list > li:before {
  display: none;
}
.list-table {
  border: 0;
}
@media only screen and (max-width:63.96875em) {
  .list-table,
  .list-table tbody,
  .list-table tr,
  .list-table th,
  .list-table td {
    display: block;
  }
}
@media only screen and (max-width:63.96875em) {
  .list-table thead {
    display: none;
  }
}
.list-table th {
  font-size: 0.92857143em;
  border: 0;
  padding-top: 0.73333333em;
  padding-bottom: 0.73333333em;
  white-space: nowrap;
  color: #65656a;
  text-transform: uppercase;
}
@media only screen and (min-width:40em) {
  .list-table th {
    font-size: 0.86666667em;
  }
}
@media only screen and (min-width:64em) {
  .list-table th {
    font-size: 0.82352941em;
  }
}
@media only screen and (min-width:85.375em) {
  .list-table th {
    font-size: 0.86666667em;
  }
}
@media only screen and (min-width:100em) {
  .list-table th {
    font-size: 0.82352941em;
  }
}
@media only screen and (max-width:63.96875em) {
  .list-table tr {
    border-top: solid 1px #D7D7D7;
    padding: 1em;
  }
}
.list-table td {
  border: 0;
}
@media only screen and (max-width:63.96875em) {
  .list-table td {
    padding: 0;
  }
}
@media only screen and (min-width:64em) {
  .list-table td {
    border-top: solid 1px #D7D7D7;
  }
}
.list-table [data-key]:before {
  font-size: 0.85714286em;
  font-weight: bold;
  color: #65656a;
}
@media only screen and (min-width:40em) {
  .list-table [data-key]:before {
    font-size: 0.8em;
  }
}
@media only screen and (min-width:64em) {
  .list-table [data-key]:before {
    font-size: 0.76470588em;
  }
}
@media only screen and (min-width:85.375em) {
  .list-table [data-key]:before {
    font-size: 0.8em;
  }
}
@media only screen and (min-width:100em) {
  .list-table [data-key]:before {
    font-size: 0.76470588em;
  }
}
@media only screen and (max-width:63.96875em) {
  .list-table [data-key]:before {
    content: attr(data-key) ':';
  }
}
.list-table .td-content,
.list-table .td-title {
  font-weight: bold;
}
.list-table a {
  text-decoration: none !important;
}
.list-table a:hover {
  text-decoration: underline !important;
}
@media only screen and (min-width:64em) {
  .list-table .td-tags:last-child,
  .list-table .th-tags:last-child {
    text-align: right;
    padding-right: 0;
  }
}
.alphabet-list .letter {
  float: left;
  width: 2em;
  margin: 0 -2em 0 0;
}
.alphabet-list .letter span {
  text-transform: uppercase;
  margin: 0;
}
.alphabet-list .content {
  float: right;
  padding-left: 2.5em;
  width: 100%;
}
@media only screen and (min-width:40em) {
  .alphabet-list .content {
    width: 73.99577167%;
    padding-left: 0;
  }
}
@media only screen and (min-width:60em) {
  .alphabet-list .content {
    width: 65.32769556%;
  }
}
@media only screen and (min-width:75em) {
  .alphabet-list .content {
    width: 73.99577167%;
  }
}
.alphabet-list .list-in-list li {
  margin: 0 0 0.35294118em;
}
.alphabet-list .list-in-list li:last-child {
  margin: 0;
}
.alphabet-list .list-in-list a {
  text-decoration: none;
  font-weight: bold;
}
.country-list {
  overflow: hidden;
}
.country-list .pagination {
  clear: both;
  padding-top: 30px;
}
@media only screen and (min-width:35em) {
  .country-list .list-item {
    float: left;
    width: 47.99154334%;
    margin-left: 4.01691332%;
  }
  .country-list .list-item:nth-child(2n + 1) {
    clear: left;
    margin-left: 0;
  }
}
.default-country-list .list-item {
  border-top: 0;
  padding: 0;
  margin: 0 0 0.35294118em;
}
.default-country-list .list-item a {
  text-decoration: none;
  font-weight: bold;
}
.news-list .datetime {
  display: block;
  margin: 0 0 0.3em;
  width: 100%;
}
@media only screen and (min-width:30em) {
  .news-list .datetime {
    float: left;
    width: 21.98731501%;
  }
}
.grid-col-4 .news-list .datetime {
  float: none;
  width: auto;
}
@media only screen and (min-width:100em) {
  .grid-col-8 .news-list .datetime {
    width: 21.98731501%;
  }
}
.news-list .datetime time,
.news-list .datetime .badge {
  display: inline-block;
  vertical-align: middle;
}
.news-list .datetime time + .badge {
  margin: 0 0 0 0.6em;
}
.news-list .title {
  margin-top: 0;
}
@media only screen and (min-width:20em) {
  .news-list .title {
    float: left;
  }
}
@media only screen and (min-width:30em) {
  .news-list .title {
    width: 73.99577167%;
  }
}
.grid-col-4 .news-list .title {
  float: none;
  width: auto;
}
@media only screen and (min-width:20em) {
  .grid-col-8 .news-list .title {
    float: left;
  }
}
@media only screen and (min-width:30em) {
  .grid-col-8 .news-list .title {
    width: 73.99577167%;
  }
}
@media only screen and (min-width:20em) {
  .news-list .content {
    float: right;
  }
}
@media only screen and (min-width:30em) {
  .news-list .content {
    float: left;
    margin-left: 21.98731501%;
  }
}
.grid-col-4 .news-list .content {
  float: none;
  width: auto;
}
@media only screen and (min-width:60em) {
  .grid-col-8 .news-list .content {
    float: right;
    width: 73.99577167%;
  }
}
@media only screen and (min-width:100em) {
  .grid-col-8 .news-list .content {
    width: 65.32769556%;
  }
}
@media only screen and (min-width:30em) {
  .news-list .with-image .title {
    width: 47.99154334%;
  }
}
@media only screen and (min-width:30em) {
  .grid-col-8 .news-list .with-image .title {
    width: 47.99154334%;
  }
}
.news-list .with-image .news-list-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width:20em) {
  .news-list .with-image .news-list-image {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width:30em) {
  .news-list .with-image .news-list-image {
    float: right;
    width: 21.98731501%;
  }
}
.grid-col-4 .news-list .with-image .news-list-image {
  float: none;
  width: auto;
}
@media only screen and (min-width:20em) {
  .grid-col-8 .news-list .with-image .news-list-image {
    float: left;
  }
}
@media only screen and (min-width:30em) {
  .grid-col-8 .news-list .with-image .news-list-image {
    float: right;
    width: 21.98731501%;
  }
}
.buttons-above-list {
  display: block;
  text-align: right;
  padding: 0.4em 0 0;
  cursor: default;
}
@media only screen and (max-width:87.46875em) {
  .buttons-above-list {
    text-align: left;
  }
}
.buttons-above-list > div {
  display: inline-block;
}
.subscribe-link {
  margin-right: 15px;
}
@media only screen and (max-width:87.46875em) {
  .subscribe-link {
    margin-left: 20px;
  }
}
.subscribe-link a {
  position: relative;
}
.subscribe-link a:before {
  position: absolute;
  left: -22px;
  top: 2px;
  color: #111;
}
@media only screen and (min-width:60em) {
  .NewsPage .page-head.without-right-blocks .adapt {
    width: 69%;
  }
}
.news-list-element__news .news-list .title {
  margin-top: 0;
}
.project-list .datetime {
  display: block;
  margin: 0 0 0.3em;
  width: 100%;
}
@media only screen and (min-width:30em) {
  .project-list .datetime {
    float: left;
    width: 21.98731501%;
  }
}
.grid-col-4 .project-list .datetime {
  float: none;
  width: auto;
}
@media only screen and (min-width:100em) {
  .grid-col-8 .project-list .datetime {
    width: 21.98731501%;
  }
}
.project-list .datetime time,
.project-list .datetime .badge {
  display: inline-block;
  vertical-align: middle;
}
.project-list .datetime time + .badge {
  margin: 0 0 0 0.6em;
}
.project-list .title {
  margin-top: 0;
}
@media only screen and (min-width:20em) {
  .project-list .title {
    float: left;
  }
}
@media only screen and (min-width:30em) {
  .project-list .title {
    width: 73.99577167%;
  }
}
.grid-col-4 .project-list .title {
  float: none;
  width: auto;
}
@media only screen and (min-width:20em) {
  .grid-col-8 .project-list .title {
    float: left;
  }
}
@media only screen and (min-width:30em) {
  .grid-col-8 .project-list .title {
    width: 73.99577167%;
  }
}
@media only screen and (min-width:20em) {
  .project-list .content {
    float: right;
  }
}
@media only screen and (min-width:30em) {
  .project-list .content {
    float: left;
    margin-left: 21.98731501%;
  }
}
.grid-col-4 .project-list .content {
  float: none;
  width: auto;
}
@media only screen and (min-width:60em) {
  .grid-col-8 .project-list .content {
    float: right;
    width: 73.99577167%;
  }
}
@media only screen and (min-width:100em) {
  .grid-col-8 .project-list .content {
    width: 65.32769556%;
  }
}
@media only screen and (min-width:30em) {
  .project-list .with-image .title {
    width: 47.99154334%;
  }
}
@media only screen and (min-width:30em) {
  .grid-col-8 .project-list .with-image .title {
    width: 47.99154334%;
  }
}
.project-list .with-image .news-list-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width:20em) {
  .project-list .with-image .news-list-image {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width:30em) {
  .project-list .with-image .news-list-image {
    float: right;
    width: 21.98731501%;
  }
}
.grid-col-4 .project-list .with-image .news-list-image {
  float: none;
  width: auto;
}
@media only screen and (min-width:20em) {
  .grid-col-8 .project-list .with-image .news-list-image {
    float: left;
  }
}
@media only screen and (min-width:30em) {
  .grid-col-8 .project-list .with-image .news-list-image {
    float: right;
    width: 21.98731501%;
  }
}
.events-list .datetime {
  display: block;
  min-height: 1px;
}
@media only screen and (min-width:35em) {
  .events-list .datetime {
    float: left;
    width: 21.98731501%;
  }
}
.grid-col-4 .events-list .datetime {
  float: none;
  width: auto;
}
@media only screen and (min-width:100em) {
  .grid-col-8 .events-list .datetime {
    width: 30.65539112%;
  }
}
.events-list .datetime time {
  display: block;
}
.events-list .datetime .time {
  font-weight: normal;
}
.events-list .title {
  margin-top: 0;
}
@media only screen and (min-width:35em) {
  .events-list .title {
    float: right;
    width: 73.99577167%;
  }
}
@media only screen and (min-width:48em) {
  .events-list .title {
    float: left;
    width: 21.98731501%;
    margin-left: 4.01691332%;
  }
}
.grid-col-4 .events-list .title {
  float: none;
  width: auto;
}
@media only screen and (min-width:60em) {
  .grid-col-8 .events-list .title {
    float: right;
    width: 73.99577167%;
  }
}
@media only screen and (min-width:100em) {
  .grid-col-8 .events-list .title {
    width: 65.32769556%;
  }
}
@media only screen and (min-width:35em) {
  .events-list .content {
    float: right;
    width: 73.99577167%;
  }
}
@media only screen and (min-width:48em) {
  .events-list .content {
    float: left;
    width: 47.99154334%;
    margin-left: 4.01691332%;
  }
}
.grid-col-4 .events-list .content {
  float: none;
  width: auto;
}
@media only screen and (min-width:60em) {
  .grid-col-8 .events-list .content {
    float: right;
    width: 73.99577167%;
  }
}
@media only screen and (min-width:100em) {
  .grid-col-8 .events-list .content {
    width: 65.32769556%;
  }
}
.events-list .date {
  position: relative;
  padding-left: 1.8em;
}
.events-list .date:before {
  font-family: 'GovIcons';
  content: "\e90b";
  position: absolute;
  left: 0;
  top: 0em;
  font-size: 1.2em;
}
.events-list .location {
  margin-top: 1em;
}
@media only screen and (min-width:35em) {
  .events-list .location {
    float: left;
  }
}
.old__events-list .datetime {
  display: inline-block;
  margin-left: 1em;
}
@media only screen and (min-width:35em) {
  .old__events-list .datetime {
    float: left;
    clear: left;
    width: 26.00422833%;
    margin-left: 0;
  }
}
@media only screen and (min-width:60em) {
  .old__events-list .datetime {
    clear: none;
  }
}
@media only screen and (min-width:100em) {
  .old__events-list .datetime {
    width: 17.33615222%;
  }
}
@media only screen and (min-width:60em) {
  .grid-col-8 .old__events-list .datetime {
    clear: left;
    width: 26.00422833%;
    padding-right: 1em;
  }
}
.old__events-list .datetime time {
  display: block;
}
.old__events-list .date {
  margin-left: 0;
}
.old__events-list .date time {
  position: relative;
  padding-left: 1.8em;
}
.old__events-list .date time:before {
  font-family: 'GovIcons';
  content: "\e906";
  position: absolute;
  left: 0;
  top: 0em;
  font-size: 1.2em;
}
@media only screen and (min-width:60em) {
  .old__events-list .time {
    width: 13.3192389%;
  }
}
@media only screen and (min-width:35em) {
  .old__events-list .content,
  .old__events-list .location {
    width: 73.99577167%;
    margin-left: auto;
  }
}
@media only screen and (min-width:60em) {
  .old__events-list .content,
  .old__events-list .location {
    width: 56.65961945%;
  }
}
@media only screen and (min-width:100em) {
  .old__events-list .content,
  .old__events-list .location {
    width: 47.99154334%;
    float: right;
  }
}
.grid-col-8 .old__events-list .content,
.grid-col-8 .old__events-list .location {
  float: none;
}
@media only screen and (min-width:60em) {
  .grid-col-8 .old__events-list .content,
  .grid-col-8 .old__events-list .location {
    width: 73.99577167%;
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (min-width:100em) {
  .grid-col-8 .old__events-list .content,
  .grid-col-8 .old__events-list .location {
    width: 65.32769556%;
  }
}
.old__events-list .content {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
@media only screen and (min-width:35em) {
  .old__events-list .content {
    margin-top: 0;
  }
}
.old__events-list .content h3 {
  margin: 0 0 0.3em;
}
.old__events-list .location {
  font-size: 0.92857143em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media only screen and (min-width:40em) {
  .old__events-list .location {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:64em) {
  .old__events-list .location {
    font-size: 0.88235294em;
  }
}
@media only screen and (min-width:85.375em) {
  .old__events-list .location {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:100em) {
  .old__events-list .location {
    font-size: 0.88235294em;
  }
}
@media only screen and (min-width:100em) {
  .old__events-list .location {
    width: 13.3192389%;
    margin: 0 4.01691332% 0 0;
  }
}
.content-sidebar .events-list .content {
  margin-left: 0;
}
.content-sidebar .events-list .content h3 {
  margin-top: 1em;
}
.content-sidebar .events-list .location {
  margin-top: 0;
}
.content-sidebar .events-list .event-list-intro {
  display: none;
}
.events-list-new .event-item,
.news-list-v2 .event-item,
.events-list-new .list-item,
.news-list-v2 .list-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: solid 1px #D7D7D7;
  padding: 0.58823529em 0 0.58823529em;
}
.events-list-new .event-item .left,
.news-list-v2 .event-item .left,
.events-list-new .list-item .left,
.news-list-v2 .list-item .left {
  width: 40%;
  padding-right: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width:47.96875em) {
  .events-list-new .event-item .left,
  .news-list-v2 .event-item .left,
  .events-list-new .list-item .left,
  .news-list-v2 .list-item .left {
    width: 100%;
    display: block;
  }
}
.events-list-new .event-item .right,
.news-list-v2 .event-item .right,
.events-list-new .list-item .right,
.news-list-v2 .list-item .right {
  width: 60%;
}
@media only screen and (max-width:47.96875em) {
  .events-list-new .event-item .right,
  .news-list-v2 .event-item .right,
  .events-list-new .list-item .right,
  .news-list-v2 .list-item .right {
    width: 100%;
    margin-top: 15px;
  }
}
.events-list-new .event-item h2,
.news-list-v2 .event-item h2,
.events-list-new .list-item h2,
.news-list-v2 .list-item h2 {
  text-transform: none;
  margin-top: 0;
}
.events-list-new .event-item h2 a,
.news-list-v2 .event-item h2 a,
.events-list-new .list-item h2 a,
.news-list-v2 .list-item h2 a {
  text-decoration: none;
  display: inline-block;
}
.events-list-new .event-item h2 a:hover,
.news-list-v2 .event-item h2 a:hover,
.events-list-new .list-item h2 a:hover,
.news-list-v2 .list-item h2 a:hover {
  text-decoration: underline;
}
.events-list-new .event-item + .more-link,
.news-list-v2 .event-item + .more-link,
.events-list-new .list-item + .more-link,
.news-list-v2 .list-item + .more-link {
  border-top: solid 1px #D7D7D7;
  padding-top: 1.6em;
}
.events-list-new .event-item .date,
.news-list-v2 .event-item .date,
.events-list-new .list-item .date,
.news-list-v2 .list-item .date {
  position: relative;
  font-size: 0.92857143em;
  font-weight: bold;
}
@media only screen and (min-width:40em) {
  .events-list-new .event-item .date,
  .news-list-v2 .event-item .date,
  .events-list-new .list-item .date,
  .news-list-v2 .list-item .date {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:64em) {
  .events-list-new .event-item .date,
  .news-list-v2 .event-item .date,
  .events-list-new .list-item .date,
  .news-list-v2 .list-item .date {
    font-size: 0.88235294em;
  }
}
@media only screen and (min-width:85.375em) {
  .events-list-new .event-item .date,
  .news-list-v2 .event-item .date,
  .events-list-new .list-item .date,
  .news-list-v2 .list-item .date {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:100em) {
  .events-list-new .event-item .date,
  .news-list-v2 .event-item .date,
  .events-list-new .list-item .date,
  .news-list-v2 .list-item .date {
    font-size: 0.88235294em;
  }
}
.events-list-new .event-item .time,
.news-list-v2 .event-item .time,
.events-list-new .list-item .time,
.news-list-v2 .list-item .time {
  font-size: 0.92857143em;
  font-weight: bold;
}
@media only screen and (min-width:40em) {
  .events-list-new .event-item .time,
  .news-list-v2 .event-item .time,
  .events-list-new .list-item .time,
  .news-list-v2 .list-item .time {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:64em) {
  .events-list-new .event-item .time,
  .news-list-v2 .event-item .time,
  .events-list-new .list-item .time,
  .news-list-v2 .list-item .time {
    font-size: 0.88235294em;
  }
}
@media only screen and (min-width:85.375em) {
  .events-list-new .event-item .time,
  .news-list-v2 .event-item .time,
  .events-list-new .list-item .time,
  .news-list-v2 .list-item .time {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:100em) {
  .events-list-new .event-item .time,
  .news-list-v2 .event-item .time,
  .events-list-new .list-item .time,
  .news-list-v2 .list-item .time {
    font-size: 0.88235294em;
  }
}
.events-list-new .event-item .date .icon,
.news-list-v2 .event-item .date .icon,
.events-list-new .list-item .date .icon,
.news-list-v2 .list-item .date .icon,
.events-list-new .event-item .location .icon,
.news-list-v2 .event-item .location .icon,
.events-list-new .list-item .location .icon,
.news-list-v2 .list-item .location .icon {
  font-size: 1.1rem;
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  text-align: center;
}
.events-list-new .event-item .location,
.news-list-v2 .event-item .location,
.events-list-new .list-item .location,
.news-list-v2 .list-item .location {
  position: relative;
  margin-top: 15px;
  font-size: 0.92857143em;
  margin-bottom: 30px;
}
@media only screen and (min-width:40em) {
  .events-list-new .event-item .location,
  .news-list-v2 .event-item .location,
  .events-list-new .list-item .location,
  .news-list-v2 .list-item .location {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:64em) {
  .events-list-new .event-item .location,
  .news-list-v2 .event-item .location,
  .events-list-new .list-item .location,
  .news-list-v2 .list-item .location {
    font-size: 0.88235294em;
  }
}
@media only screen and (min-width:85.375em) {
  .events-list-new .event-item .location,
  .news-list-v2 .event-item .location,
  .events-list-new .list-item .location,
  .news-list-v2 .list-item .location {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:100em) {
  .events-list-new .event-item .location,
  .news-list-v2 .event-item .location,
  .events-list-new .list-item .location,
  .news-list-v2 .list-item .location {
    font-size: 0.88235294em;
  }
}
.news-list-v2 {
  padding-left: 0;
}
.institutions-list .institutions-group {
  margin: 0 0 1.52941176em;
}
@media only screen and (min-width:48em) {
  .institutions-list .institutions-group {
    float: left;
    width: 21.98731501%;
  }
}
.institutions-list .content {
  margin-left: 4.01691332%;
}
@media only screen and (min-width:48em) {
  .institutions-list .content {
    float: right;
    width: 65.32769556%;
  }
}
@media only screen and (min-width:64em) {
  .institutions-list .content {
    width: 56.65961945%;
  }
}
.institutions-list .institutions {
  border-top: solid 1px #D7D7D7;
}
@media only screen and (min-width:48em) {
  .institutions-list .institutions {
    border-top: 0;
  }
}
.institutions-list .institutions li {
  border-bottom: solid 1px #D7D7D7;
  padding: 0.58823529em 0;
}
@media only screen and (min-width:48em) {
  .institutions-list .institutions li {
    padding: 0 0 0.58823529em;
    margin: 0 0 0.58823529em;
  }
}
.institutions-list .institutions li:last-child {
  border-bottom: 0;
}
.institutions-list .institutions h3 {
  font-size: 1.42857143em;
  line-height: 1.33333333;
}
@media only screen and (min-width:40em) {
  .institutions-list .institutions h3 {
    font-size: 1.46666667em;
  }
}
@media only screen and (min-width:64em) {
  .institutions-list .institutions h3 {
    font-size: 1.41176471em;
  }
}
@media only screen and (min-width:85.375em) {
  .institutions-list .institutions h3 {
    font-size: 1.46666667em;
  }
}
@media only screen and (min-width:100em) {
  .institutions-list .institutions h3 {
    font-size: 1.41176471em;
  }
}
.document-item h3 {
  margin: 0 0 0.3em;
}
.document-item .summary,
.document-item .document-info {
  margin: 0.5em 0;
}
.document-item .document-info {
  font-size: 0.85714286em;
}
@media only screen and (min-width:40em) {
  .document-item .document-info {
    font-size: 0.8em;
  }
}
@media only screen and (min-width:64em) {
  .document-item .document-info {
    font-size: 0.76470588em;
  }
}
@media only screen and (min-width:85.375em) {
  .document-item .document-info {
    font-size: 0.8em;
  }
}
@media only screen and (min-width:100em) {
  .document-item .document-info {
    font-size: 0.9em;
  }
}
.document-item .files {
  margin: 0.7em 0 0;
}
.document-item .files li {
  margin: 0 0 0.3em 0;
  position: relative;
}
.document-item .files li:last-child {
  margin-bottom: 0;
}
.document-item .files a {
  text-decoration: none;
}
.document-item .files i {
  position: absolute;
  color: #111;
  left: -1.3em;
  top: 0.2em;
}
.document-item .files i:before {
  font-size: 1.2em;
}
.organisation-list .org-add-text {
  margin-top: 1em;
  margin-left: 50%;
}
.organisation-list-item {
  overflow: hidden;
}
@media only screen and (min-width:48em) {
  .organisation-list-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.organisation-list-item .item-title {
  float: left;
  width: 45%;
  margin: 0 5% 0 0;
}
@media only screen and (min-width:48em) {
  .has-opening-hours.organisation-list-item .item-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 30.65539112%;
    margin-right: 4.01691332%;
  }
}
.organisation-list-item .item-title h2,
.organisation-list-item .item-title h3,
.organisation-list-item .item-title h4 {
  font-size: 1.07142857em;
  margin: 0 0 0.6em;
}
@media only screen and (min-width:40em) {
  .organisation-list-item .item-title h2,
  .organisation-list-item .item-title h3,
  .organisation-list-item .item-title h4 {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:64em) {
  .organisation-list-item .item-title h2,
  .organisation-list-item .item-title h3,
  .organisation-list-item .item-title h4 {
    font-size: 1.05882353em;
  }
}
@media only screen and (min-width:85.375em) {
  .organisation-list-item .item-title h2,
  .organisation-list-item .item-title h3,
  .organisation-list-item .item-title h4 {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:100em) {
  .organisation-list-item .item-title h2,
  .organisation-list-item .item-title h3,
  .organisation-list-item .item-title h4 {
    font-size: 1.05882353em;
  }
}
.organisation-list-item .item-title .parent-org {
  display: block;
  text-transform: uppercase;
  font-size: 0.78571429em;
  font-weight: normal;
}
@media only screen and (min-width:40em) {
  .organisation-list-item .item-title .parent-org {
    font-size: 0.8em;
  }
}
@media only screen and (min-width:64em) {
  .organisation-list-item .item-title .parent-org {
    font-size: 0.76470588em;
  }
}
@media only screen and (min-width:85.375em) {
  .organisation-list-item .item-title .parent-org {
    font-size: 0.8em;
  }
}
@media only screen and (min-width:100em) {
  .organisation-list-item .item-title .parent-org {
    font-size: 0.76470588em;
  }
}
.organisation-list-item .item-title .parent-org a {
  text-decoration: none;
}
.organisation-list-item .item-title i {
  position: relative;
  top: 0.05em;
}
.organisation-list-item .item-info {
  float: left;
  width: 50%;
}
@media only screen and (min-width:48em) {
  .has-opening-hours.organisation-list-item .item-info {
    width: 30.65539112%;
    margin-right: 4.01691332%;
  }
}
.organisation-list-item .item-opening-hours {
  float: left;
  width: 50%;
  margin: 1em 0 0 50%;
}
@media only screen and (min-width:48em) {
  .organisation-list-item .item-opening-hours {
    width: 30.65539112%;
    margin: 0;
  }
}
.organisation-list-item .item-opening-hours h4 {
  font-size: 1.07142857em;
}
@media only screen and (min-width:40em) {
  .organisation-list-item .item-opening-hours h4 {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:64em) {
  .organisation-list-item .item-opening-hours h4 {
    font-size: 1.05882353em;
  }
}
@media only screen and (min-width:85.375em) {
  .organisation-list-item .item-opening-hours h4 {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:100em) {
  .organisation-list-item .item-opening-hours h4 {
    font-size: 1.05882353em;
  }
}
.organisation-list-item .more-hours-btn {
  margin: 1em 0 0.5em;
  color: #397289;
}
.organisation-list-item .more-hours-btn:hover {
  color: #2A5566;
}
.organisation-list-item .more-hours-btn:focus {
  outline-color: #FFC689;
  box-shadow: 0 0 0 4px #FFC689 inset;
}
.organisation-list-item .contact-list {
  margin: 0.5em 0 0;
}
.organisation-list-item.has-opening-hours + .org-add-text {
  margin-left: 34.67230444%;
}
@media only screen and (max-width:47.96875em) {
  .organisation-list-item.has-opening-hours + .org-add-text {
    margin-left: 50%;
  }
}
.organisations-quicklinks {
  list-style: none;
  margin: auto 0 0 0;
  padding: 0;
}
@media only screen and (max-width:47.96875em) {
  .organisations-quicklinks {
    margin: 30px 0 0;
  }
}
.organisations-quicklinks li {
  font-size: 0.92857143em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media only screen and (min-width:40em) {
  .organisations-quicklinks li {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:64em) {
  .organisations-quicklinks li {
    font-size: 0.88235294em;
  }
}
@media only screen and (min-width:85.375em) {
  .organisations-quicklinks li {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:100em) {
  .organisations-quicklinks li {
    font-size: 0.88235294em;
  }
}
.organisations-quicklinks li:last-of-type {
  margin-bottom: 0;
}
.list-in-list.files,
.materials-list,
.list-in-list.files ul,
.materials-list ul,
.list-in-list.files ol,
.materials-list ol {
  list-style: none;
}
.list-in-list.files li,
.materials-list li {
  padding-left: 1.64705882em;
  line-height: 1.4;
  position: relative;
}
.list-in-list.files li:before,
.materials-list li:before {
  display: none;
}
.list-in-list.files a,
.materials-list a {
  text-decoration: underline;
}
.list-in-list.files a:hover,
.materials-list a:hover {
  text-decoration: none;
}
.list-in-list.files .icon,
.materials-list .icon {
  position: absolute;
  text-decoration: none;
  color: #333;
  left: 0.2em;
  top: 0.15em;
}
.list-in-list.files small,
.materials-list small {
  color: #30383C;
  font-size: 0.9em;
}
.gov-material-list .material-info {
  font-size: 1em;
}
@media only screen and (min-width:40em) {
  .gov-material-list .material-info {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:64em) {
  .gov-material-list .material-info {
    font-size: 0.88235294em;
  }
}
@media only screen and (min-width:85.375em) {
  .gov-material-list .material-info {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:100em) {
  .gov-material-list .material-info {
    font-size: 0.88235294em;
  }
}
@media only screen and (min-width:48em) {
  .gov-material-list .material-info {
    width: 47.99154334%;
    float: left;
    clear: left;
  }
}
@media only screen and (min-width:64em) {
  .gov-material-list .material-info {
    margin-right: 4.01691332%;
    clear: none;
  }
}
@media only screen and (min-width:64em) {
  .gov-material-list .date-published {
    width: 30.65539112%;
  }
}
@media only screen and (min-width:100em) {
  .gov-material-list .date-published {
    width: 21.98731501%;
  }
}
@media only screen and (min-width:64em) {
  .gov-material-list .proposed-by {
    width: 13.3192389%;
  }
}
@media only screen and (min-width:100em) {
  .gov-material-list .proposed-by {
    width: 21.98731501%;
  }
}
.gov-material-list .material-title {
  margin: 0.5em 0 0;
}
@media only screen and (min-width:48em) {
  .gov-material-list .material-title {
    width: 47.99154334%;
    margin: 0 0 0 auto;
  }
}
.person-grid {
  list-style: none;
  margin: 0 -2em -2em 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.grid-col-4 .person-grid {
  display: block;
  margin: 0;
}
.person-grid .item {
  padding: 0 2em 0 0;
  margin: 0 0 2em;
  max-width: 25.71428571em;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  box-shadow: 7px 0 0 #ECF2F4 inset;
}
@media only screen and (min-width:35em) {
  .person-grid .item {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width:81.25em) {
  .person-grid .item {
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .person-grid .item.item-wide {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.grid-col-4 .person-grid .item {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: none;
  padding: 0;
}
.grid-col-4 .person-grid .item .placeholder {
  display: none;
}
.person-grid .image img {
  display: block;
  margin: 0 0 1em;
  width: 100%;
}
.person-grid .placeholder {
  display: none;
  opacity: 0.5;
}
@media only screen and (min-width:35em) {
  .person-grid .placeholder {
    display: block;
  }
}
.person-grid h5 {
  margin: 0 0 0.5em;
}
.person-grid .name {
  line-height: 1.4;
  margin: 0;
  text-transform: none;
  font-size: 1.07142857em;
}
@media only screen and (min-width:40em) {
  .person-grid .name {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:64em) {
  .person-grid .name {
    font-size: 1.05882353em;
  }
}
@media only screen and (min-width:85.375em) {
  .person-grid .name {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:100em) {
  .person-grid .name {
    font-size: 1.05882353em;
  }
}
.person-grid .name a {
  text-decoration: none;
}
.person-grid .name a:hover {
  text-decoration: underline;
}
.person-grid .contact-list {
  margin: 0.6em 0 0;
}
.alphabet-person-list .pagination {
  margin-top: 30px;
}
.person-list {
  list-style: none;
  border-top: solid 1px #D7D7D7;
  padding: 1.5em 0 0;
}
.alphabet-person-list .person-list {
  border-top: 0;
  padding-top: 0;
}
.person-list.default-person-list {
  border-top: 0;
  padding-top: 0;
}
.person-list .item {
  margin: 0 0 0.58823529em;
  padding: 0 0 0.58823529em;
  border-bottom: solid 1px #D7D7D7;
  overflow: hidden;
}
.person-list .item:last-child {
  margin: 0;
}
.alphabet-person-list .person-list .item:last-child {
  padding: 0;
  border: 0;
}
.person-list .item p {
  margin: 0;
}
.person-list .sidebar-adapt {
  padding: 0;
}
@media only screen and (min-width:75em) {
  .person-list .person,
  .person-list .contact-list {
    float: left;
    width: 50%;
  }
}
.grid-col-4 .person-list .person,
.grid-col-4 .person-list .contact-list {
  float: none;
  width: auto;
}
.person-list .contact-list {
  margin: 0.5em 0 0;
}
@media only screen and (min-width:75em) {
  .person-list .contact-list {
    padding-left: 4%;
  }
}
.grid-col-4 .person-list .contact-list {
  float: none;
  width: auto;
  padding: 0;
}
.person-list .name {
  line-height: 1.4;
  margin: 0;
  text-transform: none;
}
.person-list .name a {
  text-decoration: none;
}
.person-list .name a:hover {
  text-decoration: underline;
}
.article-list.default-article-list .list-item {
  border-top: 0;
  padding: 0;
  margin: 0 0 0.35294118em;
}
.article-list.default-article-list .list-item a {
  text-decoration: none;
  font-weight: bold;
}
.legislation-list {
  list-style: none;
}
.legislation-list li {
  padding-left: 1.64705882em;
}
.legislation-list li:before {
  content: '\2013';
  position: absolute;
  left: 0.4em;
  top: 0;
}
.legislation-list li a {
  text-decoration: underline;
}
.legislation-list li a:hover {
  text-decoration: none;
}
.tender-list {
  margin: 0 0 1.5em;
}
@media only screen and (min-width:64em) {
  .tender-list {
    overflow-y: hidden;
    overflow-x: auto;
  }
}
.tender-list-table td {
  vertical-align: top;
}
.tender-list-table .td-id:before,
.tender-list-table .td-title:before,
.tender-list-table .td-status:before {
  display: none;
}
@media only screen and (max-width:63.96875em) {
  .tender-list-table .td-title {
    padding-bottom: 0.7em;
  }
}
@media only screen and (max-width:63.96875em) {
  .tender-list-table .td-status {
    padding-top: 0.5em;
  }
}
@media only screen and (min-width:64em) {
  .tender-list-table .th-id,
  .tender-list-table .td-id {
    padding-left: 0;
  }
}
.tender-list-table [class$="-id"],
.tender-list-table [class*="-id "],
.tender-list-table [class$="-date"],
.tender-list-table [class*="-date "] {
  white-space: nowrap;
}
@media only screen and (min-width:64em) {
  .service-list {
    overflow-y: hidden;
    overflow-x: auto;
  }
}
.service-list-table th.th-organisation span {
  padding-left: 4px;
}
.service-list-table.service-list-table--col-2 th,
.service-list-table.service-list-table--col-2 td {
  width: 50%;
}
.topics-list a {
  text-decoration: underline;
}
.topics-list a:hover {
  text-decoration: none;
}
.topics-list .datetime {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.topics-list .datetime .label {
  margin-left: 5px;
}
.topics-list .cols .col {
  margin: 0;
}
.topics-list .cols .col h3 {
  margin: 0 0 0.6em;
}
@media only screen and (max-width:39.96875em) {
  .topics-list .cols .col {
    float: none;
    width: auto;
  }
}
.employment-list {
  margin: 0 0 1.5em;
}
@media only screen and (min-width:64em) {
  .employment-list {
    overflow-y: hidden;
    overflow-x: auto;
  }
}
.images-as-grid {
  list-style: none;
  margin: 0 -10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.images-as-grid li {
  width: 50%;
  padding: 10px;
}
@media only screen and (min-width:48em) {
  .images-as-grid li {
    width: 33.33333333%;
  }
}
@media only screen and (min-width:60em) {
  .images-as-grid li {
    width: 25%;
  }
}
.images-as-grid li a {
  display: block;
}
.registry-list-table td.Date {
  white-space: nowrap;
}
.partner-list .partner-item figure {
  margin: 0;
}
.partner-list .partner-item a {
  display: block;
}
.partner-list .partner-item h5 {
  margin: 0.5em 0;
}
.partner-list .partner-item p {
  color: #111;
}
.partner-list img {
  max-width: 320px;
}
.content-sidebar .partner-list .partner-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.newsletter-list .datetime {
  display: block;
  margin: 0 0 0.3em;
  width: 100%;
}
@media only screen and (min-width:48em) {
  .newsletter-list .datetime {
    float: left;
    width: 21.98731501%;
  }
}
.grid-col-4 .newsletter-list .datetime {
  float: none;
  width: auto;
}
@media only screen and (min-width:100em) {
  .grid-col-8 .newsletter-list .datetime {
    width: 30.65539112%;
  }
}
.newsletter-list .datetime time,
.newsletter-list .datetime .badge {
  display: inline-block;
  vertical-align: middle;
}
.newsletter-list .datetime time + .badge {
  margin: 0 0 0 0.6em;
}
.newsletter-list .right {
  margin-top: 0;
}
@media only screen and (min-width:35em) {
  .newsletter-list .right {
    float: left;
  }
}
@media only screen and (min-width:48em) {
  .newsletter-list .right {
    width: 65.32769556%;
  }
}
.grid-col-4 .newsletter-list .right {
  float: none;
  width: auto;
}
@media only screen and (min-width:35em) {
  .grid-col-8 .newsletter-list .right {
    float: left;
  }
}
@media only screen and (min-width:48em) {
  .grid-col-8 .newsletter-list .right {
    width: 65.32769556%;
  }
}
@media only screen and (min-width:35em) {
  .newsletter-list .content {
    float: right;
  }
}
@media only screen and (min-width:48em) {
  .newsletter-list .content {
    float: left;
    margin-left: 21.98731501%;
  }
}
.grid-col-4 .newsletter-list .content {
  float: none;
  width: auto;
}
@media only screen and (min-width:60em) {
  .grid-col-8 .newsletter-list .content {
    float: right;
    width: 73.99577167%;
  }
}
@media only screen and (min-width:100em) {
  .grid-col-8 .newsletter-list .content {
    width: 65.32769556%;
  }
}
.newsletter-list .newsletter-list-image img {
  width: 100%;
  height: auto;
  max-width: 250px;
}
@media only screen and (max-width:59.96875em) {
  .NewsletterListPage .article-cols .col {
    margin: 1.5em 0;
  }
}
.sorted-news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sorted-news ul li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #D7D7D7;
}
@media only screen and (max-width:47.96875em) {
  .sorted-news ul li {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.sorted-news ul li h3 {
  margin-bottom: 5px;
}
.block {
  margin-top: 4em;
  margin-bottom: 4em;
}
.content-sidebar .block {
  margin-top: 2em;
  margin-bottom: 2em;
}
.elements > .block:first-child {
  margin-top: 0;
}
.elements > .block:last-child {
  margin-bottom: 0;
}
.elements > .block .video-module {
  margin-bottom: 0;
}
.element:last-child .block {
  margin-bottom: 0;
}
.element:first-child .block {
  margin-top: 0;
}
.content-footer .block.news-list-element__news:last-child {
  margin-bottom: 4em;
}
.content-module.content-element__content:first-child h2 {
  margin-top: 0;
}
.default-page .content-module.content-element__content:first-child p:first-of-type {
  margin-top: 20px;
}
.content-module.no-title {
  margin-top: 1.5em;
}
.content-footer {
  margin-top: 2em;
}
.content-footer.no-adapt {
  margin-top: 0;
}
.euprava-registration {
  margin-top: 1.6em;
}
.image-module {
  margin: 2.5em 0;
  clear: both;
}
.image-module:last-child {
  margin-bottom: 0;
}
.image-module figure {
  margin: 0;
  padding: 0;
}
.image-module figcaption {
  font-size: 0.85714286em;
  color: #65656a;
  line-height: 1.4;
  margin: 1.5em 0;
}
@media only screen and (min-width:40em) {
  .image-module figcaption {
    font-size: 0.8em;
  }
}
@media only screen and (min-width:64em) {
  .image-module figcaption {
    font-size: 0.76470588em;
  }
}
@media only screen and (min-width:85.375em) {
  .image-module figcaption {
    font-size: 0.8em;
  }
}
@media only screen and (min-width:100em) {
  .image-module figcaption {
    font-size: 0.76470588em;
  }
}
.image-module .count {
  display: inline-block;
  background: #65656a;
  color: white;
  padding: 0.1em 0.5em;
  margin: -0.1em 0;
}
.image-module img {
  width: auto;
  max-width: 100%;
  display: block;
}
.image-module.images-normal .hidden {
  display: none;
}
figure a {
  display: block;
}
.teasers-grid {
  list-style: none;
  padding: 0;
}
@media only screen and (min-width:35em) {
  .teasers-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.teasers-grid.no-title-margin {
  margin-top: 2rem;
}
.teasers-grid li {
  margin: 0 0 2em;
}
@media only screen and (min-width:35em) {
  .teasers-grid li {
    -webkit-flex: 0 0 47.99154334%;
        -ms-flex: 0 0 47.99154334%;
            flex: 0 0 47.99154334%;
    margin-left: 4.01691332%;
  }
  .teasers-grid li:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media only screen and (min-width:64em) {
  .teasers-grid li {
    -webkit-flex: 0 0 32%;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
  .teasers-grid li:nth-child(n) {
    margin-left: 1%;
  }
  .teasers-grid li:nth-child(4n + 1) {
    margin-left: 0;
  }
}
.content-sidebar .teasers-grid li.one-teaser-grid {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media only screen and (min-width:64em) {
  .grid-col-8 .teasers-grid li {
    -webkit-flex: 0 0 47.99154334%;
        -ms-flex: 0 0 47.99154334%;
            flex: 0 0 47.99154334%;
    margin-left: 4.01691332%;
  }
  .grid-col-8 .teasers-grid li:nth-child(2n + 1) {
    margin-left: 0;
  }
}
.teasers-grid a {
  text-decoration: none;
  color: inherit;
}
.teasers-grid a:hover h3 {
  color: #2A5566;
}
.teasers-grid a:active h3,
.teasers-grid a:focus h3 {
  color: #529DBA;
}
.teasers-grid p a {
  color: #397289;
  text-decoration: underline;
}
.teasers-grid p a:hover {
  text-decoration: none;
}
.teasers-grid .image {
  display: block;
}
.teasers-grid .image img {
  display: block;
  width: 100%;
}
.teasers-grid h3 {
  text-transform: none;
  color: #111;
  margin-top: 0.8em;
}
.teasers-grid h3 a {
  text-decoration: none;
  color: #397289;
}
.teasers-grid h3 a:hover {
  text-decoration: underline;
  color: #2A5566;
}
.teasers-grid h3 a:focus {
  color: #000;
}
.organisation-module .sidebar-adapt {
  box-shadow: 7px 0 0 #ECF2F4 inset;
}
.organisation-module .parent-org {
  margin: 0.25em 0;
  display: block;
  text-transform: uppercase;
  font-size: 0.78571429em;
  font-weight: normal;
}
@media only screen and (min-width:40em) {
  .organisation-module .parent-org {
    font-size: 0.8em;
  }
}
@media only screen and (min-width:64em) {
  .organisation-module .parent-org {
    font-size: 0.76470588em;
  }
}
@media only screen and (min-width:85.375em) {
  .organisation-module .parent-org {
    font-size: 0.8em;
  }
}
@media only screen and (min-width:100em) {
  .organisation-module .parent-org {
    font-size: 0.76470588em;
  }
}
.organisation-module .parent-org a {
  text-decoration: none;
}
.organisation-module .image {
  margin: 0 0 1em;
}
.organisation-module img {
  display: block;
  width: 100%;
}
.organisation-module a.link:hover {
  text-decoration: underline !important;
}
.teaser-module {
  background: #ECF2F4;
}
.teaser-module ul li {
  margin-bottom: 10px;
}
.teaser-module .btn-default {
  margin-top: 20px;
}
.teaser-module .typo a {
  text-decoration: underline;
}
.teaser-module .typo a:hover {
  text-decoration: none;
}
.infographics-module {
  background: #73635B;
  color: #fff;
  text-align: center;
}
.infographics-module .ficon-big_arrow_up,
.infographics-module .ficon-big_arrow_down {
  font-size: 4em;
  vertical-align: middle;
}
.exposed-news-module {
  background: #ECF2F4;
}
@media only screen and (min-width:40em) {
  .exposed-news-module .first .image,
  .exposed-news-module .first .content {
    float: left;
    width: 47.99154334%;
  }
  .exposed-news-module .first .content {
    float: right;
  }
  .exposed-news-module .first .title {
    margin: 1.6em 0 0.2em;
  }
}
@media only screen and (min-width:40em) {
  .exposed-news-module .item .title,
  .exposed-news-module .item .text {
    float: left;
    width: 47.99154334%;
  }
  .exposed-news-module .item .text {
    float: right;
  }
}
.exposed-news-module .image {
  margin: 10px 10px 7px;
}
.exposed-news-module .image img {
  width: 100%;
}
.exposed-news-module .title {
  margin: 0 0 1.2em;
}
.exposed-news-module .title a {
  display: inline-block;
  text-decoration: none;
}
.exposed-news-module .title a:hover {
  text-decoration: underline;
}
.exposed-news-module .title h3 {
  text-transform: none;
  margin: 0;
}
.exposed-news-module .title time {
  display: block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.25;
  margin: 0.5em 0 0;
}
@media only screen and (min-width:40em) {
  .exposed-news-module .title time {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:64em) {
  .exposed-news-module .title time {
    font-size: 0.88235294em;
  }
}
@media only screen and (min-width:85.375em) {
  .exposed-news-module .title time {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:100em) {
  .exposed-news-module .title time {
    font-size: 0.88235294em;
  }
}
.exposed-news-list {
  list-style: none;
}
.exposed-news-list > li {
  border-bottom: solid 1px #D7D7D7;
  padding-bottom: 2.47058824em;
  margin-bottom: 2em;
  overflow: hidden;
}
.exposed-news-list > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.persons-module {
  overflow: hidden;
}
.code-module .element-title {
  border-bottom: solid 1px currentColor;
  padding-bottom: 0.2em;
}
.code-module .content h1,
.code-module .content h2,
.code-module .content h3,
.code-module .content h4,
.code-module .content h5,
.code-module .content h6 {
  margin: 0 0 1rem;
}
.code-module .content + .tabs-menu,
.code-module .custom-html + .tabs-menu {
  margin-top: 1.5em;
}
.code-module .custom-html .adapt {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (min-width:48em) {
  .code-module .custom-html .adapt {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (min-width:75em) {
  .code-module .custom-html .adapt {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media only screen and (min-width:87.5em) {
  .code-module .custom-html .adapt {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.code-module .custom-html .v-adapt {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media only screen and (min-width:48em) {
  .code-module .custom-html .v-adapt {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
}
@media only screen and (min-width:75em) {
  .code-module .custom-html .v-adapt {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width:87.5em) {
  .code-module .custom-html .v-adapt {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }
}
.code-module .custom-html .top-adapt {
  padding-top: 1.25rem;
}
@media only screen and (min-width:48em) {
  .code-module .custom-html .top-adapt {
    padding-top: 2.1875rem;
  }
}
@media only screen and (min-width:75em) {
  .code-module .custom-html .top-adapt {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width:87.5em) {
  .code-module .custom-html .top-adapt {
    padding-top: 3.4375rem;
  }
}
.code-module .custom-html .bottom-adapt {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width:48em) {
  .code-module .custom-html .bottom-adapt {
    padding-bottom: 2.1875rem;
  }
}
@media only screen and (min-width:75em) {
  .code-module .custom-html .bottom-adapt {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width:87.5em) {
  .code-module .custom-html .bottom-adapt {
    padding-bottom: 3.4375rem;
  }
}
.code-module .tabs-menu {
  list-style: none;
  overflow: hidden;
}
.code-module .tabs-menu li {
  float: left;
  margin: 0 0.2em 0 0;
}
.code-module .tabs-menu button {
  border: solid 1px #D7D7D7;
  background: #ddd;
  color: #555;
  padding: 0.3em 0.8em;
}
.code-module .tabs-menu .active {
  background: #fff;
  color: #111;
}
.code-module .tabs {
  margin: 0 0 1.5em;
}
.code-module .tab {
  display: none;
}
.code-module .tab.active {
  display: block;
}
.code-module code {
  display: block;
  white-space: pre;
}
.data-module {
  background: #F3F2F0;
  padding: 20px 20px;
  /*
    &.has-number-title {
        .number-title-wrapper {
            @media @bp_560 {
                min-height: 55px;
            }
        }
    }
*/
}
@media only screen and (min-width:35em) {
  .data-module {
    padding: 20px 34px;
  }
}
.data-module .remark {
  font-size: 0.75rem;
}
.data-module .number-presentation {
  padding-left: 0;
}
.data-module .number-presentation .values {
  border-left: 5px solid;
  padding-left: 6px;
  margin-bottom: 12px;
}
.data-module .number-presentation .values .val {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 0.75;
  margin-bottom: 14px;
  color: #5B514B;
}
@media only screen and (min-width:35em) {
  .data-module .number-presentation .values .val {
    font-size: 2rem;
  }
}
.data-module .number-presentation .values .dif {
  font-size: 0.8125rem;
  line-height: 0.8;
  color: #333;
}
@media only screen and (min-width:35em) {
  .data-module .number-presentation .values .dif {
    font-size: 1.0625rem;
    line-height: 0.75;
  }
}
.data-module .number-presentation .values.black {
  border-color: #333;
}
.data-module .number-presentation .values.red {
  border-color: #B2414D;
}
.data-module .number-presentation .values.green {
  border-color: #009688;
}
.data-module .number-presentation .caption {
  max-width: 240px;
  font-size: 0.75rem;
}
.data-module .number-title {
  margin-bottom: 5px;
  font-weight: bold;
}
@media only screen and (max-width:34.96875em) {
  .data-module .number-title-wrapper {
    min-height: auto !important;
  }
}
.data-module .percent-presentation {
  padding-left: 0;
}
.data-module .percent-presentation li {
  text-align: center;
}
.data-module .percent-presentation .pp-wrapper {
  display: block;
}
.data-module .percent-presentation .percent-svg-wrapper {
  position: relative;
  margin-bottom: 14px;
  text-align: center;
}
@media only screen and (min-width:100em) {
  .data-module .percent-presentation .percent-svg-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.data-module .percent-presentation .percent-svg-wrapper .percent-value {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.6875rem;
}
.data-module .percent-presentation .percent-svg-wrapper svg {
  width: 100%;
  display: inline-block;
  height: 100%;
  max-height: 89px;
}
.data-module .percent-presentation .percent-svg-wrapper svg path {
  fill: none;
  stroke: #73635b;
  stroke-width: 12px;
  image-rendering: auto;
}
.data-module .percent-presentation .caption {
  display: block;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.75rem;
  text-align: center;
}
.data-module ul {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.data-module li {
  width: 33.333%;
  margin-bottom: 26px;
  position: relative;
}
@media only screen and (max-width:59.96875em) {
  .data-module li {
    width: 50%;
  }
}
@media only screen and (max-width:34.96875em) {
  .data-module li {
    width: 100%;
  }
}
.title-with-icon {
  margin-bottom: 24px;
  color: #111;
}
@media only screen and (min-width:35em) {
  .title-with-icon {
    margin-bottom: 42px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.title-with-icon h2 {
  margin-top: 0;
}
@media only screen and (min-width:35em) {
  .title-with-icon h2 {
    margin-top: 10px;
  }
}
@media only screen and (min-width:64em) {
  .title-with-icon h2 {
    margin-top: 8px;
  }
}
.title-with-icon .ig-title-icon:before {
  display: inline-block;
  padding: 5px 5px 5px 0;
  margin-right: 7px;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
@media only screen and (min-width:35em) {
  .title-with-icon .ig-title-icon:before {
    padding: 5px 5px 0 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.title-with-icon.warning .ig-title-icon:before {
  content: url(../images/icons/warning.svg);
}
@media only screen and (min-width:35em) {
  .title-with-icon.warning .ig-title-icon:before {
    padding: 9px 5px 0 0;
  }
}
.title-with-icon.effects .ig-title-icon:before {
  content: url(../images/icons/effects.svg);
}
@media only screen and (min-width:35em) {
  .title-with-icon.effects .ig-title-icon:before {
    padding: 7px 5px 0 0;
  }
}
.title-with-icon.timeline .ig-title-icon:before {
  content: url(../images/icons/time.svg);
}
@media only screen and (min-width:35em) {
  .title-with-icon.timeline .ig-title-icon:before {
    padding: 7px 5px 0 0;
  }
}
.title-with-icon.procedure .ig-title-icon:before {
  content: url(../images/icons/procedure.svg);
}
@media only screen and (min-width:35em) {
  .title-with-icon.procedure .ig-title-icon:before {
    padding: 10px 5px 0 0;
  }
}
.title-with-icon.data .ig-title-icon:before {
  content: url(../images/icons/data.svg);
}
@media only screen and (min-width:35em) {
  .title-with-icon.data .ig-title-icon:before {
    padding: 9px 5px 0 0;
  }
}
.title-with-icon.instructions .ig-title-icon:before {
  content: url(../images/icons/instructions.svg);
}
@media only screen and (min-width:35em) {
  .title-with-icon.instructions .ig-title-icon:before {
    padding: 12px 5px 0 0;
  }
}
.title-with-icon.goottoknow .ig-title-icon:before {
  content: url(../images/icons/goottoknow.svg);
}
@media only screen and (min-width:60em) {
  .content-block-navigation + .elements > div:first-of-type.data-module .number-title-wrapper {
    min-height: auto !important;
  }
  .content-block-navigation + .elements > div:first-of-type.data-module .percent-presentation {
    display: block;
  }
  .content-block-navigation + .elements > div:first-of-type.data-module li:nth-child(n) {
    margin-left: 0;
  }
  .content-block-navigation + .elements > div:first-of-type.data-module ul.number-presentation {
    display: block;
  }
}
.infographic-module {
  border: 7px solid #F3F2F0;
  padding: 13px 13px 3px;
}
@media only screen and (min-width:35em) {
  .infographic-module {
    padding: 13px 27px;
  }
}
.infographic-module .content-wrapper {
  margin-bottom: 26px;
}
@media only screen and (min-width:35em) {
  .infographic-module .content-wrapper {
    margin-left: 42px;
    margin-right: 33px;
  }
}
.infographic-module .content-wrapper > ul.items {
  list-style-type: none;
  padding-left: 0;
}
.infographic-module .content-wrapper > ul.items > li {
  margin-bottom: 10px;
}
@media only screen and (min-width:35em) {
  .infographic-module .content-wrapper > ul.items > li {
    margin-bottom: 14px;
  }
}
.infographic-module .content-wrapper > ul.items > li + li {
  padding-top: 10px;
  border-top: 1px solid #D7D7D7;
}
@media only screen and (min-width:35em) {
  .infographic-module .content-wrapper > ul.items > li + li {
    padding-top: 22px;
  }
}
@media only screen and (min-width:35em) {
  .infographic-module .content-wrapper > ul.items > li .content {
    margin-left: 62px;
    max-width: 600px;
  }
}
.infographic-module .content-wrapper > ul.items > li .content p {
  color: #333;
}
.infographic-module .content-wrapper > ul.items > li .content img {
  width: 100%;
}
.infographic-module .content-wrapper > ul.items > li .content img + a {
  margin-top: 20px;
}
.infographic-module .remark {
  font-size: 0.75rem;
  margin-left: -8px;
}
@media only screen and (min-width:35em) {
  .infographic-module .remark {
    margin-left: 0;
  }
}
.infographic-module .title-type {
  margin-bottom: 6px;
}
@media only screen and (min-width:35em) {
  .infographic-module .title-type {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
  }
}
.infographic-module .title-type h3 {
  font-size: 0.875rem;
  text-transform: none;
  max-width: 600px;
  color: #5B514B;
  margin: 0;
}
@media only screen and (min-width:35em) {
  .infographic-module .title-type h3 {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    font-size: 1.3125rem;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.infographic-module .title-type .ig-icon {
  font-style: normal;
  display: block;
  background-color: #73635B;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 1.0625rem;
  margin: 0 0 6px 0;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width:35em) {
  .infographic-module .title-type .ig-icon {
    font-size: 1.3125rem;
    width: 40px;
    height: 40px;
    margin: 0 22px 0 0;
    background-size: 30px 30px;
  }
}
.infographic-module .title-type.number .ig-icon {
  padding-top: 5px;
}
@media only screen and (min-width:35em) {
  .infographic-module .title-type.number .ig-icon {
    padding-top: 8px;
  }
}
.infographic-module .title-type.checkpoint .ig-icon {
  background-image: url('../images/icons/checkpoint.svg');
}
.infographic-module .title-type.bad .ig-icon {
  background-image: url('../images/icons/bad.svg');
}
.infographic-module .title-type.good .ig-icon {
  background-image: url('../images/icons/good.svg');
}
.infographic-module .title-type.list .ig-icon {
  background-image: url('../images/icons/list.svg');
}
.table-module .table-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.4em 0;
}
@media only screen and (max-width:47.96875em) {
  .table-module .table-footer {
    display: block;
  }
}
.table-module .source,
.table-module .remark {
  font-size: 0.92857143em;
}
@media only screen and (min-width:40em) {
  .table-module .source,
  .table-module .remark {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:64em) {
  .table-module .source,
  .table-module .remark {
    font-size: 0.88235294em;
  }
}
@media only screen and (min-width:85.375em) {
  .table-module .source,
  .table-module .remark {
    font-size: 0.93333333em;
  }
}
@media only screen and (min-width:100em) {
  .table-module .source,
  .table-module .remark {
    font-size: 0.88235294em;
  }
}
.table-module .source {
  margin: 0;
  width: calc(100% - 175px);
}
@media only screen and (max-width:47.96875em) {
  .table-module .source {
    width: 100%;
  }
}
.table-module .files {
  display: block;
  width: 175px;
  list-style: none;
  margin-left: auto;
  border-top: 1px solid #D7D7D7;
  margin-top: 1em;
  padding-top: 0.5em;
  text-align: right;
  padding-left: 0;
}
@media only screen and (max-width:47.96875em) {
  .table-module .files {
    width: 100%;
  }
}
.table-module .files li {
  display: inline-block;
}
.table-module .files li:last-child:after {
  content: '';
}
.table-module .files li:after {
  content: ',';
}
.table-module .files a {
  text-decoration: none;
  /*&:before {
				.___fonticon;
				content: @ficon-download2;
				vertical-align: bottom;
				color: @color-text;
			}*/
}
.table-module .files a:hover i:not(.icon) {
  text-decoration: underline;
}
.table-module .files a .icon {
  position: relative;
  top: 2px;
  color: #111;
}
.table-module .files span {
  display: none;
}
.table-module .files i {
  font-style: normal;
}
.table-module .table-footer .files {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.video-module .info {
  font-size: 0.85714286em;
  color: #111;
  line-height: 1.4;
  margin-bottom: 0;
}
@media only screen and (min-width:40em) {
  .video-module .info {
    font-size: 0.8em;
  }
}
@media only screen and (min-width:64em) {
  .video-module .info {
    font-size: 0.76470588em;
  }
}
@media only screen and (min-width:85.375em) {
  .video-module .info {
    font-size: 0.8em;
  }
}
@media only screen and (min-width:100em) {
  .video-module .info {
    font-size: 0.76470588em;
  }
}
.video-module .info p {
  margin: 0 0 0.5em;
  display: inline;
}
.video-module .info p:last-child {
  margin: 0;
}
.video-module .info p:last-child:after {
  display: none;
}
.video-module .info p:after {
  content: ' / ';
}
.video-module .video-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.8em 0 0 0;
}
.video-module .download {
  text-decoration: none;
  /*&:before {
			.___fonticon;
			content: @ficon-download2;
			vertical-align: bottom;
			color: @color-text;
		}*/
}
.video-module .download:hover span {
  text-decoration: underline;
}
.video-module .download .icon {
  position: relative;
  top: 2px;
  color: #111;
}
.video-js .vjs-seek-to-live-control.vjs-control {
  width: auto;
}
.video-js .vjs-seek-to-live-control {
  width: auto;
}
.legislation-module {
  margin-bottom: 40px;
}
.home-page-head {
  background: #397289 url(../images/bgr/header.png) 0 100% no-repeat;
  background-size: auto 100%;
  color: #fff;
}
@media only screen and (max-width:47.96875em) {
  .home-page-head {
    padding: 0;
  }
}
@media only screen and (min-width:48em) {
  .home-page-head .adapt {
    padding: 0;
  }
}
.home-page-head h1 {
  margin: 0 0 0.5em;
}
@media only screen and (max-width:47.96875em) {
  .home-page-head .col {
    float: none;
    width: auto;
  }
}
@media only screen and (min-width:48em) {
  .home-page-head .right {
    width: 47.99154334%;
  }
}
@media only screen and (min-width:60em) {
  .home-page-head .right {
    width: 30.65539112%;
  }
}
.home-page-head .exposed-links {
  list-style: none;
  background: #73635B;
  margin: 0;
}
@media only screen and (min-width:48em) {
  .home-page-head .exposed-links {
    background: none;
    margin-left: auto;
  }
}
.home-page-head .exposed-links li {
  margin: 0 0 0.5em;
}
.home-page-head .exposed-links li:last-child {
  margin: 0;
}
.home-page-head .exposed-links a {
  color: inherit;
  display: inline-block;
  line-height: 1.4;
}
.home-page-head .exposed-links a span,
.home-page-head .exposed-links a .icon {
  text-decoration: none;
}
.home-page-head .exposed-links a .icon {
  margin-left: 4px;
}
.home-page-head .exposed-links a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.home-page-head .exposed-links a:hover span {
  text-decoration: underline;
}
.home-page-head .exposed-links a:active,
.home-page-head .exposed-links a:focus {
  opacity: 0.6;
}
.home-page-head .exposed-links a:focus {
  color: #000;
}
.home-page-head + .notifications {
  padding-top: 0;
}
.homepage .subtopic-navigation li:first-child:after {
  display: none;
}
.gov-material-detail-page .gov-material-info {
  border: solid #D7D7D7;
  border-width: 1px 0;
  padding: 0.9em 0;
  overflow: hidden;
}
.gov-material-detail-page .gov-material-info dt {
  float: left;
  clear: left;
  width: 8em;
}
.gov-material-detail-page .gov-material-info dd {
  font-weight: bold;
  margin: 0 0 0.8em;
}
@media only screen and (min-width:35em) {
  .gov-material-detail-page .gov-material-info dd {
    margin: 0 0 0 4.01691332%;
    float: left;
  }
}
.gov-material-detail-page .gov-material-info dd:last-child {
  margin-bottom: 0;
}
.gov-material-detail-page h2,
.gov-material-detail-page h3 {
  text-transform: none;
}
.project-header-img {
  margin-top: 0;
}
.project-header-img.no-author {
  margin-bottom: 2.5em;
}
.project-header-img img {
  display: block;
  width: 100%;
}
@media only screen and (min-width:35em) {
  .project-page .page-head .adapt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.no-flexbox .project-page .page-head .adapt {
  text-align: right;
}
.no-flexbox .project-page .page-head .adapt:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width:35em) {
  .project-page .page-head h1 {
    float: left;
    text-align: left;
  }
}
.flexbox .project-page .page-head h1 {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
@media only screen and (min-width:60em) {
  .flexbox .project-page .page-head h1 {
    width: 65.32769556%;
  }
}
.project-page .page-head .project-logo {
  display: inline-block;
  width: 2.70833333em;
}
.flexbox .project-page .page-head .project-logo {
  -webkit-flex: 0 1 2.70833333em;
      -ms-flex: 0 1 2.70833333em;
          flex: 0 1 2.70833333em;
}
.project-page .page-head .project-logo img {
  max-width: 100%;
  display: block;
  margin: 0.3em 0 0;
}
@media only screen and (min-width:35em) {
  .project-page .page-head .project-logo img {
    margin: 0.6em 0 -100em auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    max-height: 80px;
  }
}
@media only screen and (max-width:59.96875em) {
  .code-page .intro {
    width: 100%;
  }
}
@media only screen and (min-width:60em) {
  .code-page .content-block-navigation {
    display: none;
  }
}
.code-page .sidebar-block-navigation {
  display: none;
}
@media only screen and (min-width:60em) {
  .code-page .sidebar-block-navigation {
    display: block;
  }
}
.code-page .fonts {
  overflow: hidden;
  margin: 0 0 2em;
}
.code-page .fonts:last-child {
  margin: 0;
}
.code-page .fonts .content h3 {
  text-transform: none;
}
@media only screen and (min-width:48em) {
  .code-page .fonts .content {
    float: left;
    width: 47.99154334%;
  }
}
@media only screen and (min-width:48em) {
  .code-page .fonts .sample {
    float: right;
    width: 47.99154334%;
  }
}
.code-page .fonts .sample h5 {
  font-size: 5em;
  font-weight: normal;
  line-height: 0.85;
  margin: 0;
}
.code-page .colors,
.code-page .colors-small {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -4.01691332%;
}
.code-page .colors .break:nth-child(n),
.code-page .colors-small .break:nth-child(n) {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0;
}
.code-page .colors .sample,
.code-page .colors-small .sample {
  margin: 0 0 0.5em;
}
.code-page .colors strong,
.code-page .colors-small strong,
.code-page .colors code,
.code-page .colors-small code {
  display: block;
  line-height: 1em;
}
.code-page .colors code,
.code-page .colors-small code {
  font-family: 'Republika', arial, helvetica, sans-serif;
  font-size: 1.07142857em;
}
@media only screen and (min-width:40em) {
  .code-page .colors code,
  .code-page .colors-small code {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:64em) {
  .code-page .colors code,
  .code-page .colors-small code {
    font-size: 1em;
  }
}
@media only screen and (min-width:85.375em) {
  .code-page .colors code,
  .code-page .colors-small code {
    font-size: 1.06666667em;
  }
}
@media only screen and (min-width:100em) {
  .code-page .colors code,
  .code-page .colors-small code {
    font-size: 1em;
  }
}
.code-page .colors li {
  -webkit-flex: 0 0 47.99154334%;
      -ms-flex: 0 0 47.99154334%;
          flex: 0 0 47.99154334%;
  margin: 0 0 8.03382664% 4.01691332%;
}
.code-page .colors li:nth-child(2n + 1) {
  margin-left: 0;
}
@media only screen and (min-width:48em) {
  .code-page .colors li {
    -webkit-flex: 0 0 30.65539112%;
        -ms-flex: 0 0 30.65539112%;
            flex: 0 0 30.65539112%;
  }
  .code-page .colors li:nth-child(n) {
    margin: 0 0 8.03382664% 4.01691332%;
  }
  .code-page .colors li:nth-child(3n + 1) {
    margin-left: 0;
  }
}
.code-page .colors .sample:before {
  content: '';
  display: block;
  padding: 66% 0 0;
}
.code-page .colors-small li {
  -webkit-flex: 0 0 26.00422833%;
      -ms-flex: 0 0 26.00422833%;
          flex: 0 0 26.00422833%;
  margin: 0 0 8.03382664%;
}
@media only screen and (min-width:48em) {
  .code-page .colors-small li {
    -webkit-flex: 0 0 17.33615222%;
        -ms-flex: 0 0 17.33615222%;
            flex: 0 0 17.33615222%;
  }
}
.code-page .colors-small li:first-child {
  -webkit-flex: 0 0 43.97463002%;
      -ms-flex: 0 0 43.97463002%;
          flex: 0 0 43.97463002%;
  margin: 0 4.01691332% 8.03382664% 0;
}
@media only screen and (min-width:48em) {
  .code-page .colors-small li:first-child {
    -webkit-flex: 0 0 30.65539112%;
        -ms-flex: 0 0 30.65539112%;
            flex: 0 0 30.65539112%;
  }
}
.code-page .colors-small .sample {
  height: 3em;
}
.code-page .cols-example {
  margin: 0 0 2.00845666%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.code-page .cols-example .col {
  background: #F3F2F0;
  text-align: center;
  padding: 0.8em 1em;
}
.code-page .cols-example h2,
.code-page .cols-example p {
  text-align: left;
}
.code-page .notifications-example .adapt {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (min-width:48em) {
  .code-page .notifications-example .adapt {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (min-width:75em) {
  .code-page .notifications-example .adapt {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media only screen and (min-width:87.5em) {
  .code-page .notifications-example .adapt {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.code-page .module-form {
  padding-top: 1.25%;
  padding-bottom: 1.25%;
}
.code-page .navi-btn {
  font-size: 1.75em;
  line-height: 1.28571429em;
  width: 1.07142857em;
  height: 1.28571429em;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 0 0.3em;
  cursor: pointer;
  color: #111;
}
@media only screen and (min-width:40em) {
  .code-page .navi-btn {
    font-size: 1.875em;
    width: 1.2em;
    height: 1.4em;
    padding: 0.06666667em;
  }
}
@media only screen and (min-width:85.375em) {
  .code-page .navi-btn {
    display: none;
  }
}
.code-page .navi-btn:before {
  display: inline-block;
  margin-top: 0.15em;
}
.code-page .search-popup-example {
  position: relative !important;
  height: 250px !important;
  opacity: 1 !important;
  z-index: 1 !important;
}
.code-page .search-btn-desktop {
  display: inline-block;
  margin: 0;
}
.code-page .icons-example {
  list-style: none;
}
.code-page .icons-example li {
  float: left;
  margin: 0 0.5em 1em;
  text-align: center;
}
.code-page .icons-example span {
  font-size: 3em;
  margin: 0 -1em;
}
.code-page .icons-example small {
  font-size: 1em;
  display: block;
  font-family: "Courier New", Courier, monospace;
}
.spacing {
  height: 5.3em;
  border-bottom: 2px solid #D7D7D7;
}
.title-border {
  border-bottom: 2px solid #D7D7D7;
  padding-bottom: 0.58823529em;
}
.RegistryRecordPage .title-border {
  text-transform: none;
}
.registry-record-list + div[class$="-module"] {
  margin-top: 1.6em;
}
.registry-record-list .document-list .list-item:first-of-type {
  border-bottom: 0;
}
.registry-record-list.list .list-item {
  border-top: 0;
  border-bottom: 1px solid #D7D7D7;
}
.registry-record-list .title {
  display: block;
  text-transform: uppercase;
  margin: 0 0 0.3em;
  width: 100%;
  font-size: 0.92857143em;
}
@media only screen and (min-width:40em) {
  .registry-record-list .title {
    font-size: 0.86666667em;
  }
}
@media only screen and (min-width:64em) {
  .registry-record-list .title {
    font-size: 0.76470588em;
  }
}
@media only screen and (min-width:85.375em) {
  .registry-record-list .title {
    font-size: 0.86666667em;
  }
}
@media only screen and (min-width:100em) {
  .registry-record-list .title {
    font-size: 0.76470588em;
  }
}
@media only screen and (min-width:48em) {
  .registry-record-list .title {
    float: left;
    width: 21.98731501%;
  }
}
.grid-col-4 .registry-record-list .title {
  float: none;
  width: auto;
}
@media only screen and (min-width:100em) {
  .grid-col-8 .registry-record-list .title {
    width: 30.65539112%;
  }
}
@media only screen and (min-width:35em) {
  .registry-record-list .right-content,
  .registry-record-list .right-images,
  .registry-record-list .right-files {
    float: right;
  }
}
@media only screen and (min-width:48em) {
  .registry-record-list .right-content,
  .registry-record-list .right-images,
  .registry-record-list .right-files {
    float: left;
  }
}
.grid-col-4 .registry-record-list .right-content,
.grid-col-4 .registry-record-list .right-images,
.grid-col-4 .registry-record-list .right-files {
  float: none;
  width: auto;
}
@media only screen and (min-width:60em) {
  .grid-col-8 .registry-record-list .right-content,
  .grid-col-8 .registry-record-list .right-images,
  .grid-col-8 .registry-record-list .right-files {
    float: right;
    width: 73.99577167%;
  }
}
@media only screen and (min-width:100em) {
  .grid-col-8 .registry-record-list .right-content,
  .grid-col-8 .registry-record-list .right-images,
  .grid-col-8 .registry-record-list .right-files {
    width: 65.32769556%;
  }
}
.registry-record-list .right-images .image-module {
  margin: 0;
}
.registry-record-list .right-images img {
  max-width: 100%;
}
.registry-record-list .right-images figure {
  margin: 0;
}
.RegistryRecordPage .content-footer .registry-record-list {
  width: 65.32769556%;
}
@media only screen and (max-width:59.96875em) {
  .RegistryRecordPage .content-footer .registry-record-list {
    width: 100%;
  }
}
.RegistryRecordPage .content-footer .registry-record-list + .title-border {
  width: 65.32769556%;
}
@media only screen and (max-width:59.96875em) {
  .RegistryRecordPage .content-footer .registry-record-list + .title-border {
    width: 100%;
  }
}
.RegistryRecordPage .content-footer .registry-record-list .title {
  width: 30.65539112%;
}
@media only screen and (max-width:99.96875em) {
  .RegistryRecordPage .content-footer .registry-record-list .title {
    width: 21.98731501%;
  }
}
.RegistryRecordPage .content-footer .registry-record-list .right-content,
.RegistryRecordPage .content-footer .registry-record-list .right-images,
.RegistryRecordPage .content-footer .registry-record-list .right-files {
  width: 65.32769556%;
  float: right;
}
@media only screen and (max-width:99.96875em) {
  .RegistryRecordPage .content-footer .registry-record-list .right-content,
  .RegistryRecordPage .content-footer .registry-record-list .right-images,
  .RegistryRecordPage .content-footer .registry-record-list .right-files {
    width: 73.99577167%;
  }
}
@media only screen and (max-width:59.96875em) {
  .RegistryRecordPage .content-footer .registry-record-list .right-content,
  .RegistryRecordPage .content-footer .registry-record-list .right-images,
  .RegistryRecordPage .content-footer .registry-record-list .right-files {
    float: left;
  }
}
@media only screen and (max-width:47.96875em) {
  .RegistryRecordPage .content-footer .registry-record-list .right-content,
  .RegistryRecordPage .content-footer .registry-record-list .right-images,
  .RegistryRecordPage .content-footer .registry-record-list .right-files {
    float: right;
    width: auto;
  }
}
@media only screen and (max-width:34.96875em) {
  .RegistryRecordPage .content-footer .registry-record-list .right-content,
  .RegistryRecordPage .content-footer .registry-record-list .right-images,
  .RegistryRecordPage .content-footer .registry-record-list .right-files {
    float: none;
  }
}
.notification-subscription-page .module-form {
  padding: 1.25rem;
}
@media only screen and (min-width:48em) {
  .notification-subscription-page .module-form {
    padding: 2.5rem;
  }
}
.notification-subscription-page .module-form label.readonly {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.notification-subscription-page .module-form .message {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 5px;
}
.notification-subscription-page .module-form .message.required {
  color: #B2414D;
}
.notification-subscription-page .module-form .field .left {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}
.notification-subscription-page .module-form .field:first-of-type .left {
  margin-top: 0;
}
.notification-subscription-page .module-form .field .middleColumn {
  width: 100%;
  float: none;
}
@media only screen and (min-width:64em) {
  .notification-subscription-page .module-form .field .middleColumn {
    max-width: 70%;
  }
}
.notification-subscription-page .module-form .field .optionset li {
  display: block;
  margin: 0 0 20px;
}
@media only screen and (max-width:47.96875em) {
  .notification-subscription-page .module-form .field .optionset {
    margin: 0 0 -15px;
  }
}
.notification-subscription-page .module-form .btn-toolbar {
  margin-left: 0;
}
.notification-subscription-page .module-form .field .js-date-fieldset:after {
  content: "";
  display: table;
  clear: both;
}
.notification-subscription-page .module-form .field .js-date-fieldset .left {
  display: block;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 0.41176471em;
}
@media only screen and (min-width:40em) {
  .notification-subscription-page .module-form .field .js-date-fieldset .left {
    float: left;
    width: 21.98731501%;
    margin: 0 4.01691332% 0 0;
  }
}
@media only screen and (min-width:60em) and (max-width:74.96875em) {
  .notification-subscription-page .module-form .field .js-date-fieldset .left {
    width: 30.65539112%;
  }
}
@media only screen and (min-width:40em) {
  .notification-subscription-page .module-form .field .js-date-fieldset .middleColumn {
    float: left;
    width: 73.99577167%;
  }
  .notification-subscription-page .module-form .field .js-date-fieldset .middleColumn h3 {
    margin-top: 0.2em;
  }
}
@media only screen and (min-width:60em) {
  .notification-subscription-page .module-form .field .js-date-fieldset .middleColumn {
    width: 65.32769556%;
  }
}
@media only screen and (min-width:75em) {
  .notification-subscription-page .module-form .field .js-date-fieldset .middleColumn {
    width: 56.65961945%;
  }
}
.NotificationSubscriptionPage .module-form fieldset > div {
  margin-bottom: 30px;
}
.NotificationSubscriptionPage .module-form fieldset > div:last-of-type,
.NotificationSubscriptionPage .module-form fieldset > div.checkbox,
.NotificationSubscriptionPage .module-form fieldset > div.email,
.NotificationSubscriptionPage .module-form fieldset > div.optionset {
  margin-bottom: 0;
}
@media only screen and (min-width:64em) {
  .NotificationSubscriptionPage .module-form fieldset > div.email .middleColumn {
    max-width: calc(70% + 15px);
  }
}
@media only screen and (max-width:63.96875em) {
  .NotificationSubscriptionPage .module-form fieldset > div.listbox .middleColumn {
    max-width: calc(100% - 15px);
  }
}
@media only screen and (max-width:59.96875em) {
  .NotificationSubscriptionPage .module-form fieldset > div.optionset {
    margin-bottom: 20px;
  }
}
.notification-subscription-page .module-form .toggle-row {
  margin-top: 15px;
}
.notification-subscription-page .module-form fieldset > div.composite {
  padding: 0;
}
.notification-subscription-page .module-form fieldset > div.composite > .checkboxset {
  margin-bottom: 20px;
}
.notification-subscription-page .module-form fieldset > div.composite > .checkboxset ul li:last-of-type {
  margin-bottom: 0;
}
.toggle-row {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.toggle-row li {
  margin: 0;
  display: inline-block;
  padding: 0;
}
.toggle-row li:first-of-type:after {
  content: ' | ';
}
.module-form div.field[id*="_Terms_Holder"] {
  border-top: 1px solid #D7D7D7;
  padding-top: 15px;
}
.LegislationPage h4 {
  font-size: 0.875em;
}
@media only screen and (min-width:40em) {
  .LegislationPage h4 {
    font-size: 0.9375em;
  }
}
@media only screen and (min-width:64em) {
  .LegislationPage h4 {
    font-size: 1.0625em;
  }
}
@media only screen and (min-width:85.375em) {
  .LegislationPage h4 {
    font-size: 0.9375em;
  }
}
@media only screen and (min-width:100em) {
  .LegislationPage h4 {
    font-size: 1.0625em;
  }
}
.accessibility-filter-form {
  background: none;
}
.accessibility-filter-form .field {
  padding-bottom: 0;
}
@media only screen and (max-width:47.96875em) {
  .accessibility-filter-form .field.dropdown {
    max-width: calc(100% - 95px);
  }
}
.accessibility-filter-form .hide-form {
  display: none;
}
.accessibility-filter-form .btn-toolbar {
  margin-left: 0;
}
.accessibility-filter-form .hide-form + .inner {
  height: auto !important;
  overflow: visible;
}
.accessibility-filter-form.filter-form .dropdown .left {
  display: block;
  float: none;
  margin-bottom: 1em;
  width: 100%;
}
.accessibility-filter-form.filter-form .dropdown .middleColumn {
  width: 100%;
}
@media only screen and (min-width:48em) {
  .accessibility-filter-form.filter-form .dropdown .middleColumn {
    min-width: 500px;
  }
}
.accessibility-filter-form .form > fieldset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.accessibility-filter-form .hide-form + .inner .btn-toolbar {
  min-height: auto;
}
.accessibility-filter-holder .sidebar-adapt {
  box-shadow: 7px 0 0 #ECF2F4 inset;
}
.accessibility-contact-info-wrapper {
  box-shadow: 7px 0 0 #ECF2F4 inset;
  padding: 0.85714286em 1.57142857em;
  margin-bottom: 1.5em;
}
@media only screen and (min-width:40em) {
  .accessibility-contact-info-wrapper {
    padding: 1.06666667em 1.66666667em;
  }
}
@media only screen and (min-width:64em) {
  .accessibility-contact-info-wrapper {
    padding: 1.29411765em 1.88235294em;
  }
}
.accessibility-contact-info-wrapper .contact-list {
  margin-top: 1em;
}
.accessibility-disclaimer.typo .accessibility-contact-info-wrapper h4 {
  margin-top: 0;
}
.acc-disclaimer-content {
  margin-top: 2em;
  margin-bottom: 2em;
}
.acc-disclaimer-content .acc-disc-title {
  margin-top: 0 !important;
}
.accessibility-disclaimer.has-disclaimer .acc-disclaimer-content {
  background-color: #ECF2F4;
}
.PersonPage .article-page > .v-adapt {
  padding-top: 1.5em;
}
.PersonPage .notifications {
  display: none;
}
@media only screen and (max-width:59.96875em) {
  .linkpage-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .linkpage-cols > h2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .linkpage-cols .content-sidebar {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .linkpage-cols .content {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .linkpage-cols .content-footer {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (max-width:59.96875em) {
  .linkpage-cols .col {
    float: none;
    width: auto;
    margin: 0 0 30px;
  }
}
.linkpage-cols .adapt {
  padding: 0;
}
.lp-sec-cols {
  margin-top: 80px;
}
@media only screen and (max-width:59.96875em) {
  .lp-sec-cols {
    margin-top: 0;
  }
}
@media only screen and (max-width:59.96875em) {
  .lp-sec-cols .col {
    float: none;
    width: auto;
    margin: 6em 0;
  }
  .lp-sec-cols .col:first-child {
    margin-top: 0;
  }
  .lp-sec-cols .col:last-child {
    margin-bottom: 0;
  }
}
.lp-sec-cols .adapt {
  padding: 0;
}
.js-sidebar-toggle {
  position: relative;
}
.js-sidebar-toggle i {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.4rem;
}
@media only screen and (max-width:59.96875em) {
  .js-sidebar-toggle {
    cursor: pointer;
  }
  .js-sidebar-toggle i {
    display: block;
  }
}
@media only screen and (max-width:59.96875em) {
  .js-sidebar-toggle-content {
    display: none;
  }
  .js-sidebar-toggle-content.active {
    display: block;
  }
}
@media only screen and (max-width:59.96875em) {
  .LinkPage #sidebar-desktop,
  .EnhancedOrganisationPage #sidebar-desktop {
    display: none;
  }
}
.LinkPage #sidebar-mobile,
.EnhancedOrganisationPage #sidebar-mobile {
  display: none;
}
@media only screen and (max-width:59.96875em) {
  .LinkPage #sidebar-mobile,
  .EnhancedOrganisationPage #sidebar-mobile {
    display: block;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (max-width:59.96875em) {
  .LinkPage .content-sidebar.sidebar-links .block,
  .EnhancedOrganisationPage .content-sidebar.sidebar-links .block {
    margin-bottom: 0;
  }
}
.linkpage-extend-divider:after,
.link-page-list.last-full .link-grouped:after,
.link-page-list:not(.last-full) .link-grouped:after {
  content: '';
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  background: #D7D7D7;
}
@media only screen and (max-width:59.96875em) {
  .linkpage-extend-divider:after,
  .link-page-list.last-full .link-grouped:after,
  .link-page-list:not(.last-full) .link-grouped:after {
    display: none;
  }
}
.link-page-list .link-grouped {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.link-page-list.last-full .link-grouped:after {
  margin: 10px auto;
}
.link-page-list.last-full .link-grouped.first:after {
  margin: 20px auto 10px;
}
.link-page-list.last-full .link-grouped:last-of-type:after {
  display: none;
}
.link-page-list:not(.last-full) .link-grouped:after {
  margin: 10px auto;
}
.link-page-list:not(.last-full) .link-grouped:last-of-type:after {
  display: none;
}
@media only screen and (min-width:64em) {
  .link-page-list:not(.last-full) .link-grouped.first > div {
    margin-top: 0;
  }
}
.link-page-list .linked-page-teaser {
  width: calc(50% - 30px);
  margin: 10px 15px;
}
.link-page-list .linked-page-teaser.large {
  width: 100%;
}
@media only screen and (max-width:59.96875em) {
  .link-page-list .linked-page-teaser {
    width: calc(100% - 30px);
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  .link-page-list .linked-page-teaser.last {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.link-page-list.last-full .linked-page-teaser.last {
  width: calc(100% - 30px);
}
.link-page-list.last-full .linked-page-teaser.last .inside-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.link-page-list.last-full .linked-page-teaser.last .inside-wrap > div {
  width: calc(50% - 30px);
  margin: 0 15px;
}
@media only screen and (max-width:59.96875em) {
  .link-page-list.last-full .linked-page-teaser.last .inside-wrap > div {
    width: calc(100% - 30px);
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.linked-page-teaser {
  /*.labels-wrap {
        span {
            display: inline-block;
            padding: 4px;
            background-color: #000;
            color: #fff;
            font-weight: bold;
            font-size: 12px;
            line-height: 1;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }
    }*/
}
.linked-page-teaser h3 {
  text-transform: none;
  font-size: 1.35714286em;
  line-height: 1.2;
}
@media only screen and (min-width:40em) {
  .linked-page-teaser h3 {
    font-size: 1.46666667em;
  }
}
@media only screen and (min-width:64em) {
  .linked-page-teaser h3 {
    font-size: 1.41176471em;
  }
}
@media only screen and (min-width:85.375em) {
  .linked-page-teaser h3 {
    font-size: 1.46666667em;
  }
}
@media only screen and (min-width:100em) {
  .linked-page-teaser h3 {
    font-size: 1.41176471em;
  }
}
.linked-page-teaser .labels-and-date {
  margin-top: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:59.96875em) {
  .linked-page-teaser .labels-and-date {
    margin-top: 5px;
  }
}
.linked-page-teaser .datetime {
  margin-left: 5px;
}
.linked-page-teaser .datetime time {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  top: 3px;
}
.linked-page-teaser .img-wrap {
  margin-bottom: 15px;
}
.linked-page-teaser.large {
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width:59.96875em) {
  .linked-page-teaser.large {
    margin-bottom: 20px;
  }
}
.linked-page-teaser.large .inside-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.linked-page-teaser.large .inside-wrap > div:not(.title-and-desc) {
  margin-left: 10px;
  margin-right: 10px;
}
.linked-page-teaser.large .img-wrap {
  width: calc(100% - 20px);
  margin-bottom: 20px;
}
.linked-page-teaser.large .title-and-desc {
  padding: 0 10px;
}
@media only screen and (min-width:60em) {
  .linked-page-teaser.large .title-and-desc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
    width: 100%;
  }
  .linked-page-teaser.large .title-and-desc > div {
    margin-left: 15px;
    margin-right: 15px;
  }
  .linked-page-teaser.large .title-and-desc .title-wrap {
    width: calc(50% - 30px);
  }
  .linked-page-teaser.large .title-and-desc .desc-wrap {
    margin-top: 0;
    width: calc(50% - 30px);
  }
}
.linked-page-teaser.large .labels-and-date {
  margin-top: 10px;
}
.linked-page-teaser .img-wrap a {
  display: block;
}
.linked-page-teaser .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.linked-page-teaser .title-wrap a {
  display: block;
}
.linked-page-teaser .desc-wrap {
  margin-top: 15px;
}
.linked-page-teaser .desc-wrap p {
  font-size: 15px;
  line-height: 1.5;
}
.link-page-anchors,
.links-list-element__quicklinks {
  background-color: #F3F2F0;
}
.link-page-anchors h4,
.links-list-element__quicklinks h4 {
  text-transform: uppercase;
  color: #73635B;
  margin: 0 0 20px;
}
@media only screen and (max-width:59.96875em) {
  .link-page-anchors h4.js-sidebar-toggle,
  .links-list-element__quicklinks h4.js-sidebar-toggle {
    margin-bottom: 0;
  }
}
.link-page-anchors ul,
.links-list-element__quicklinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.link-page-anchors ul li,
.links-list-element__quicklinks ul li {
  display: block;
  margin: 20px 0;
  position: relative;
}
.link-page-anchors ul li [class|="ficon-arrow_right"],
.links-list-element__quicklinks ul li [class|="ficon-arrow_right"] {
  position: absolute;
  left: -0.29411765em;
  top: -2px;
  font-size: 1.2em;
}
.link-page-anchors ul li a,
.links-list-element__quicklinks ul li a {
  padding-left: 18px;
  display: block;
  color: #73635B;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
}
.link-page-anchors ul li a span,
.links-list-element__quicklinks ul li a span {
  text-decoration: none;
}
.link-page-anchors ul li a:hover span,
.links-list-element__quicklinks ul li a:hover span {
  text-decoration: underline;
}
.link-page-anchors ul + h4,
.links-list-element__quicklinks ul + h4 {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 25px;
  padding-top: 25px;
}
.linked-media-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.linked-media-list .linked-media-teaser {
  width: calc(33.333% - 30px);
  margin: 15px;
}
@media only screen and (max-width:59.96875em) {
  .linked-media-list .linked-media-teaser {
    width: calc(100% - 30px);
  }
}
.linked-media-pages,
.linked-news,
.linked-events,
.empty-list {
  margin-top: 80px;
}
@media only screen and (max-width:59.96875em) {
  .linked-media-pages,
  .linked-news,
  .linked-events,
  .empty-list {
    margin-top: 30px;
  }
}
.linked-media-pages h2,
.linked-news h2,
.linked-events h2,
.empty-list h2 {
  margin: 0 0 5px;
}
.linked-media-pages .content h2,
.linked-news .content h2,
.linked-events .content h2,
.empty-list .content h2,
.linked-media-pages .right h2,
.linked-news .right h2,
.linked-events .right h2,
.empty-list .right h2,
.linked-media-pages .content .title,
.linked-news .content .title,
.linked-events .content .title,
.empty-list .content .title,
.linked-media-pages .right .title,
.linked-news .right .title,
.linked-events .right .title,
.empty-list .right .title {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.linked-media-pages .content p,
.linked-news .content p,
.linked-events .content p,
.empty-list .content p,
.linked-media-pages .right p,
.linked-news .right p,
.linked-events .right p,
.empty-list .right p {
  font-size: 15px;
  line-height: 1.5;
}
@media only screen and (min-width:64.0625em) {
  .linked-media-pages > .wrap,
  .linked-news > .wrap,
  .linked-events > .wrap,
  .empty-list > .wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
}
.linked-media-pages + div,
.linked-news + div,
.linked-events + div,
.empty-list + div {
  margin-top: 4em;
}
@media only screen and (max-width:59.96875em) {
  .empty-list .right {
    margin-top: 10px;
  }
}
.linked-events .more-link {
  border-top: solid 1px #D7D7D7;
  padding-top: 1.6em;
}
.linked-events .events-list-new {
  margin-top: 15px;
}
@media only screen and (max-width:59.96875em) {
  .linked-events .events-list-new .event-item .location {
    margin-bottom: 5px;
  }
}
.linked-media-teaser a {
  display: block;
}
.linked-media-teaser img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.linked-media-teaser h3 {
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin: 15px 0;
}
.linked-media-teaser .desc-wrap p {
  font-size: 15px;
  line-height: 1.5;
}
/*# sourceMappingURL=style.css.map */