main {
  display: block; }

[hidden] {
  display: none !important; }

* {
  margin: 0;
  padding: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
html {
  font-size: 62.5%;
  font-family: Montserrat, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  margin: 0;
  background: white; }

main {
  background-color: white; }
    main a[href^="https://"]::before,
    main a[href^="http://"]::before {
        /*background-image: url("/Images/Icons/external-link.png");*/
        background-image: url("/Content/lib/Website/external-link.png");
        background-size: 15px 15px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 15px;
        height: 15px;
        content: "";
        margin-right: 2px;
        vertical-align: bottom;
    }
  main a[href*="senedd.wales"]::before, main a[href*="senedd.cymru"]::before, main a[href*="youthparliament.wales"]::before, main a[href*="assembly.wales"]::before, main a[href*="cynulliad.cymru"]::before, main a[href*="seneddieuenctid.cymru"]::before, main a[href*="seneddresearch.blog"]::before, main a[href*="seneddymchwil.blog"]::before, main a[href*="assemblyblog.wales"]::before, main a[href*="blogcynulliad.com"]::before, main a[href*="senedd.tv"]::before {
    display: none !important; }

/* Scrollbar */
div ::-webkit-scrollbar {
  width: 12px; }
  @media (min-width: 600px) {
    div ::-webkit-scrollbar {
      width: 22px; } }

div ::-webkit-scrollbar-track {
  background: #DDDDDD; }

div ::-webkit-scrollbar-thumb {
  background-color: #FFFF;
  border-top: 3px solid #DDDDDD;
  border-bottom: 3px solid #DDDDDD;
  border-left: 2px solid #DDDDDD;
  border-right: 2px solid #DDDDDD; }
  @media (min-width: 600px) {
    div ::-webkit-scrollbar-thumb {
      border: 3px solid #DDDDDD; } }

div ::-webkit-scrollbar-thumb:hover {
  background: #a3a3a3; }

a {
  cursor: pointer; }

a:focus {
  outline-width: 2px;
  outline-color: #c9187e;
  outline-style: solid; }

input:focus, textarea:focus, select:focus {
  outline-color: #c9187e; }

.container {
  width: 100%;
  overflow: hidden; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%; }
  @media (min-width: 600px) {
    .row {
      margin: auto; } }
  @media (min-width: 900px) {
    .row {
      width: 900px; } }
  @media (min-width: 1200px) {
    .row {
      width: 1200px; } }

h1 {
  font-weight: 800;
  font-size: 2.4rem;
  color: #3C3C3B; }

h2 {
  font-weight: 800;
  font-size: 2.4rem;
  color: #3C3C3B; }

h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #3C3C3B; }

h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #3C3C3B; }

h5 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #3C3C3B; }

h6 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #3C3C3B; }

p {
  font-size: 1.4rem;
  margin: 0 0 10px;
  color: #3C3C3B; }

strong {
  font-weight: 800; }

.intro-text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3C3C3B; }

.quote {
  font-size: 1.8rem;
  color: #747474;
  font-weight: 700;
  color: #747474; }

small {
  font-size: 12px; }

.body-text {
  font-size: 1.4rem;
  font-family: inherit;
  color: #3C3C3B; }
  .body-text h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.6rem; }
  .body-text h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
  .body-text h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    color: #747474; }
  .body-text h5 {
    font-weight: 400;
    color: #3C3C3B; }
  .body-text .quote {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    color: #747474; }
  .body-text .quote-attribution {
    font-weight: 400;
    color: #3C3C3B;
    font-size: 1.2rem; }

.body-text a, .grid-rte__container a, .grid-text__container a {
  color: #c9187e;
  text-decoration: underline; }
  .body-text a:hover, .body-text a:focus, .grid-rte__container a:hover, .grid-rte__container a:focus, .grid-text__container a:hover, .grid-text__container a:focus {
    color: #3C3C3B; }

.body-text .white-background-button, .body-text .button--pink, .body-text .link--pink, .body-text .card__link, .grid-rte__container .white-background-button, .grid-rte__container .button--pink, .grid-rte__container .link--pink, .grid-rte__container .card__link, .grid-text__container .white-background-button, .grid-text__container .button--pink, .grid-text__container .link--pink, .grid-text__container .card__link {
  text-decoration: none; }

.body-text .table__link, .grid-rte__container .table__link, .grid-text__container .table__link {
  color: #3C3C3B; }

.body-text .link--pink:hover, .grid-rte__container .link--pink:hover, .grid-text__container .link--pink:hover {
  color: #c9187e; }

.body-text .grid-item__title-link, .grid-rte__container .grid-item__title-link, .grid-text__container .grid-item__title-link {
  text-decoration: none;
  color: #3C3C3B; }

a[href$=".pdf"]::before {
  background-image: url("/Images/Icons/Pdf.png");
  background-size: 22px 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 22px;
  height: 22px;
  content: "";
  margin-right: 2px;
  vertical-align: bottom; }

a[href$=".csv"]::before {
  background-image: url("/Images/Icons/CSV.png");
  background-size: 18px 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 18px;
  height: 18px;
  content: "";
  margin-right: 2px;
  vertical-align: bottom; }

a[href$=".txt"]::before {
  background-image: url("/Images/Icons/text-file-icon.png");
  background-size: 15px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 15px;
  height: 20px;
  content: "";
  margin-right: 2px;
  vertical-align: bottom; }

a[href$=".ppt"]::before, a[href$=".pptx"]::before, a[href$=".ppsx"]::before {
  background-image: url("/Images/Icons/Powerpoint-icon.png");
  background-size: 15px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 15px;
  height: 20px;
  content: "";
  margin-right: 2px;
  vertical-align: bottom; }

a[href$=".xls"]::before, a[href$=".xlsx"]::before {
  background-image: url("/Images/Icons/Excel-icon.png");
  background-size: 15px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 15px;
  height: 20px;
  content: "";
  margin-right: 2px;
  vertical-align: bottom; }

a[href$=".docx"]::before, a[href$=".doc"]::before, a[href$=".dotx"]::before, a[href$=".dotx"]::before {
  background-image: url("/Images/Icons/Word-icon.png");
  background-size: 15px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 15px;
  height: 20px;
  content: "";
  margin-right: 2px;
  vertical-align: bottom; }

.body-text ul, .body-text ol, .grid-rte__container ul, .grid-rte__container ol, .grid-text__container ul, .grid-text__container ol {
  list-style: none !important;
  padding: 0;
  margin: 0 0 0 16px;
  font-size: 1.4rem; }

.body-text li, .grid-rte__container li, .grid-text__container li {
  padding-left: 10px;
  text-indent: -.7em;
  padding-top: 7px; }

.body-text ol, .grid-rte__container ol, .grid-text__container ol {
  counter-reset: section;
  list-style-type: none; }
  .body-text ol li, .grid-rte__container ol li, .grid-text__container ol li {
    counter-increment: section; }
  .body-text ol li:before, .grid-rte__container ol li:before, .grid-text__container ol li:before {
    color: #c9187e;
    content: counters(section, ".") " ";
    font-weight: 700;
    margin-right: 5px; }

.body-text ul, .grid-rte__container ul, .grid-text__container ul {
  list-style: none !important; }
  .body-text ul li::before, .grid-rte__container ul li::before, .grid-text__container ul li::before {
    content: "\25FC";
    color: #c9187e;
    margin-right: 5px; }

.body-text ol li ul li:before, .grid-rte__container ol li ul li:before, .grid-text__container ol li ul li:before {
  content: "\25FC"; }

.body-text ol li ul li, .grid-rte__container ol li ul li, .grid-text__container ol li ul li {
  counter-increment: none; }

.body-text p, .grid-rte__container p, .grid-text__container p {
  margin-top: 10px;
  margin-bottom: 5px; }

.body-text img, .grid-rte__container img, .grid-text__container img {
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden; }

.body-text table, .grid-rte__container table, .grid-text__container table {
  border: 1px solid #707070; }
  .body-text table th, .body-text table td, .grid-rte__container table th, .grid-rte__container table td, .grid-text__container table th, .grid-text__container table td {
    border: 1px solid #707070;
    padding: 5px; }

.bold {
  font-weight: 700; }

.clearfix {
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .clearfix {
      margin-bottom: 35px; } }

.horizontal-rule {
  border-top: 1px solid #747474;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  margin: 15px 0;
  display: block;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate; }

.horizontal-rule--no-margin {
  margin: 0; }

.side-bar__title {
  font-weight: 600;
  font-size: 1.0rem;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 5px;
  color: black;
  letter-spacing: 1.2px; }
  @media (min-width: 600px) {
    .side-bar__title {
      margin-bottom: 20px; } }
  @media (min-width: 900px) {
    .side-bar__title {
      font-size: 1.2rem; } }

.side-bar__title.preview-tags {
  display: none; }

.side-bar__container {
  margin-bottom: 20px; }
  @media (min-width: 900px) {
    .side-bar__container {
      margin-bottom: 40px; } }

.vertical-rule {
  border-top: 0;
  border-bottom: 0;
  border-right: 1px solid #747474;
  border-left: 0;
  margin: 15px 0;
  display: block;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate; }

/* Link Styles */
.link {
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  font-weight: normal;
  color: #3C3C3B;
  font-size: 1.4rem;
  font-weight: 500; }

.link--icon-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

.link--icon-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.link__text {
  display: inline-block;
  margin: 0; }

.link__icon {
  display: inline-block; }

.link--language {
  color: white;
  background-color: #c9187e;
  padding: 5px;
  border: 2px solid transparent; }
  @media (min-width: 600px) {
    .link--language {
      background-color: transparent;
      color: #3C3C3B;
      padding: 0; }
      .link--language:hover {
        border-bottom: 2px solid #c9187e;
        padding-bottom: 2px; }
      .link--language:focus {
        outline-color: #c9187e;
        -webkit-box-shadow: none;
                box-shadow: none;
        outline-offset: 2px;
        outline: 2px solid #c9187e; } }

.link--white {
  color: #FFFFFF; }

.link--light-grey {
  color: #626262; }

.link__text--small {
  font-size: 1.2rem; }

.link--pink {
  color: #c9187e; }
  .link--pink:focus {
    border: 2px solid #c9187e;
    outline: none; }
  .link--pink:hover {
    border-bottom: 2px solid #c9187e; }

.link--charcoal-text {
  color: #3C3C3B; }

.link--middle {
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.link--after-arrow:after {
  display: inline-block;
  content: '>';
  font-size: 1.5rem;
  margin: 0 4px;
  text-decoration: none; }

.link--small {
  font-size: 1.2rem;
  letter-spacing: 0.1px; }
  @media (min-width: 600px) {
    .link--small {
      font-size: 1.2rem; } }
  @media (min-width: 900px) {
    .link--small {
      font-size: 1.2rem; } }

.link--regular {
  font-size: 1.2rem;
  font-weight: 400; }
  @media (min-width: 1200px) {
    .link--regular {
      font-size: 1.2rem; } }

.link__search {
  text-decoration: none;
  color: #3C3C3B; }

.link__search:hover {
  color: #c9187e; }
  .link__search:hover .result__content {
    color: #c9187e; }

.link--semi-bold {
  font-weight: 600; }

.link--bold {
  font-weight: 700; }

.link--italic {
  font-style: italic; }

.link--icon {
  text-decoration: none; }

.link--show-more {
  width: auto; }

.link-show-more-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }

.link--help {
  padding-bottom: 1px;
  font-size: 1.4rem; }

/* Icon Styles */
.icon {
  vertical-align: middle;
  height: 20px; }

.icon--before:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px; }

.icon--after:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px; }

.icon--regular {
  height: auto;
  width: 28px; }

.icon--align-middle {
  vertical-align: middle; }

/* Google Material Icon Styles */
.material-icons--pink {
  color: #c9187e; }

.material-icons--charcoal-light {
  color: #747474; }

.material-icons--charcoal {
  color: #3C3C3B; }

.material-icons--tiny {
  font-size: 1.5rem; }

.material-icons--small {
  font-size: 1.8rem; }

.material-icons--reduced {
  font-size: 2.2rem; }

.material-icons--regular {
  font-size: 2.4rem; }

.material-icons--increased {
  font-size: 2.4rem; }

.material-icons--large {
  font-size: 3.6rem; }

.material-icons--huge {
  font-size: 4.8rem; }

.material-icons--giant {
  font-size: 8rem; }

.material-icons-align-sub {
  vertical-align: sub; }

.material-icons--align-middle {
  vertical-align: middle; }

.material-icons--flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.material-icons--flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

/* Button Styles */
.button {
  display: block;
  padding: 5px 10px;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .button:hover, .button:focus {
    background-color: #FFFFFF;
    color: #3C3C3B;
    cursor: pointer; }
    .button:hover .button__icon, .button:focus .button__icon {
      color: #3C3C3B; }
  .button:focus {
    outline-color: #c9187e;
    outline-offset: 0px; }

.button--white {
  background-color: #FFFFFF;
  color: #3C3C3B; }

.button--pink {
  background-color: #c9187e;
  color: #FFFFFF !important;
  border: 2px solid #c9187e;
  font-size: 1.2rem; }
  .button--pink:hover, .button--pink:focus {
    background-color: #3C3C3B;
    color: #FFFFFF;
    cursor: pointer;
    outline: none; }
    .button--pink:hover .button__icon, .button--pink:focus .button__icon {
      color: #FFFFFF; }

.button__with-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
  min-width: 182px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  margin: 10px 0px; }
  .button__with-arrow:focus .button__icon, .button__with-arrow:hover .button__icon {
    color: white; }

.button--charcoal {
  background-color: #3C3C3B;
  color: #FFFFFF; }
  .button--charcoal:hover, .button--charcoal:focus {
    background-color: #c9187e;
    cursor: pointer; }

.button--site-search {
  background-color: #c9187e;
  border-left: 2px solid #c9187e;
  border-radius: 0px;
  border: none;
  color: white;
  height: 100%;
  width: 40px;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .button--site-search .material-icons {
    font-size: 22px;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent; }
    @media (min-width: 600px) {
      .button--site-search .material-icons {
        font-size: 20px; } }
    @media (min-width: 900px) {
      .button--site-search .material-icons {
        font-size: 20px; } }
  .button--site-search:hover {
    background-color: #c9187e;
    color: white; }
    .button--site-search:hover .material-icons {
      border-bottom: 2px solid white; }
  .button--site-search:focus {
    background-color: #c9187e;
    color: white;
    outline: none;
    border: double; }
    .button--site-search:focus .material-icons {
      border-bottom: 0px; }
  @media (min-width: 600px) {
    .button--site-search {
      width: 34px; } }

.hero-search .material-icons {
  font-size: 26px; }
  @media (min-width: 900px) {
    .hero-search .material-icons {
      font-size: 28px; } }

.button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

.button__icon {
  vertical-align: middle; }

.button__icon--pink {
  color: #c9187e; }

.button__icon--light-grey {
  color: #3C3C3B; }

.button__icon--white {
  color: white; }

.button__icon--down {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 50px; }

.button__icon--large {
  font-size: 4.4rem;
  margin-left: 0; }

.button__icon--medium {
  font-size: 3.5rem; }

.button__icon--small {
  font-size: 2.0rem; }

.button__icon--no-margin {
  margin: 0; }

.button__text {
  margin: 0 !important;
  font-size: 1.2rem;
  font-weight: 500; }

.button__text--white {
  color: white; }

.button__text--quick-links {
  font-size: 1.2rem;
  font-weight: 700; }

.button__text--footer {
  color: white; }

.button--large-site-search {
  width: 44px; }
  @media (min-width: 600px) {
    .button--large-site-search {
      width: 37px; } }
  @media (min-width: 900px) {
    .button--large-site-search {
      width: 50px; } }

.button--quick-links {
  display: block;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  width: calc(240px + (100% - 240px));
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 10px 30px;
  background-color: #3C3C3B; }
  @media (min-width: 600px) {
    .button--quick-links {
      padding: 5px 10px;
      background-color: #747474; } }
  @media (min-width: 1200px) {
    .button--quick-links {
      padding: 7px 10px; } }
  .button--quick-links:hover {
    background-color: #c9187e;
    color: #ffffff; }
    .button--quick-links:hover .button__icon {
      color: #ffffff; }
  .button--quick-links:focus {
    background-color: white;
    outline: none;
    border: 2px solid #c9187e; }
    .button--quick-links:focus .button__text--quick-links {
      color: #3C3C3B; }
  .button--quick-links .button__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 600px) {
      .button--quick-links .button__inner {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  @media (min-width: 600px) {
    .button--quick-links {
      width: calc(40px + ((100% - 240px) / 12 * 3));
      margin-top: 10px;
      margin-bottom: 10px;
      margin-right: auto;
      margin-left: auto; } }
  @media (min-width: 900px) {
    .button--quick-links {
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media (min-width: 1200px) {
    .button--quick-links {
      font-size: 1.2rem; } }

.button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

.button__icon {
  vertical-align: middle; }

.button__text {
  margin: 0; }

.button__text--quick-links {
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
  margin-right: 10px;
  text-align: left; }
  @media (min-width: 600px) {
    .button__text--quick-links {
      font-size: 1.0rem; } }
  @media (min-width: 900px) {
    .button__text--quick-links {
      font-size: 1.2rem; } }

.icon-button {
  padding: 6px; }

.icon-button--material-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1; }

.icon-button--pink {
  background-color: #c9187e;
  color: #FFFFFF;
  position: relative; }
  .icon-button--pink:after {
    position: absolute;
    background-color: none;
    border-bottom: 1px solid transparent;
    content: '';
    top: 2px;
    bottom: 2px;
    right: 2px;
    left: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .icon-button--pink:hover {
    background-color: #3C3C3B; }
  .icon-button--pink:focus {
    background-color: #FFFF;
    border: 1px solid #3C3C3B;
    position: relative;
    outline: none; }
    .icon-button--pink:focus:after {
      background-color: #3C3C3B; }

.icon-button--charcoal {
  background-color: #3C3C3B;
  color: #FFFFFF;
  position: relative; }
  .icon-button--charcoal:after {
    position: absolute;
    background-color: none;
    border-bottom: 1px solid transparent;
    content: '';
    top: 2px;
    bottom: 2px;
    right: 2px;
    left: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .icon-button--charcoal:hover {
    background-color: #c9187e; }
  .icon-button--charcoal:focus {
    background-color: #FFFF;
    border: 1px solid #c9187e;
    position: relative; }
    .icon-button--charcoal:focus:after {
      background-color: #c9187e; }

.icon-button--angled {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.icon-button--small {
  height: 30px;
  width: 30px; }

.icon-button--regular {
  height: 40px;
  width: 40px; }

.icon-button__icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  color: #FFFFFF;
  max-width: 100%;
  height: auto; }
  html[data-browser*="Trident"] .icon-button__icon {
    height: 20px; }

/* Tag Styles */
.tag {
  border: 1px solid #626262;
  display: inline-block;
  margin: 2px 0 2px 0;
  padding: 3px 6px 3px 6px;
  font-size: 1.2rem;
  text-decoration: none;
  color: #3C3C3B;
  margin-bottom: 4px; }
  .tag:focus {
    outline: none;
    border: 2px solid #c9187e; }

.tag-label__tag {
  margin: 2px 5px 2px 0; }

.tag.preview-tags {
  padding: 5px;
  margin-top: 0;
  margin-right: 0;
  background-color: white; }

.tag__container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 2px solid transparent;
  margin-bottom: 5px;
  margin-right: 5px; }
  .tag__container:hover {
    border-bottom: 2px solid #747474; }

.tags.preview-tags {
  display: none; }
  @media (min-width: 600px) {
    .tags.preview-tags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 0; } }
  .tags.preview-tags .tag__container {
    border-bottom: none;
    margin-bottom: 0;
    margin-left: 7px;
    margin-right: 0; }
    .tags.preview-tags .tag__container:hover {
      border-bottom: none; }

.preview-tags__container {
  position: absolute;
  bottom: -30px;
  width: 100%; }

.section-heading {
  border-bottom: solid 1px black;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 20px;
  color: black;
  letter-spacing: 1.2px; }
  @media (min-width: 600px) {
    .section-heading {
      margin-bottom: 0; } }
  .section-heading h6 {
    margin-bottom: 5px;
    color: black;
    letter-spacing: 1px; }

.section-heading--small {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.0rem;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px; }
  @media (min-width: 600px) {
    .section-heading--small {
      margin-bottom: 10px; } }
  @media (min-width: 900px) {
    .section-heading--small {
      font-size: 1.2rem;
      margin-bottom: 20px; } }

.bottom-link__text {
  display: none;
  font-size: 1.3rem;
  font-weight: 600;
  color: #3C3C3B;
  border-bottom: 2px solid transparent;
  font-family: Montserrat, sans-serif; }
  @media (min-width: 900px) {
    .bottom-link__text {
      font-size: 1.5rem; } }
  .bottom-link__text.is-active {
    display: block; }

.hidden {
  position: absolute !important;
  display: none !important;
  height: 0 !important;
  width: 0 !important; }

.hidden-icon {
  width: 0 !important; }

.skip-to-content {
  display: block;
  position: absolute;
  z-index: 100;
  top: -50px;
  left: 0;
  text-align: left;
  padding: 10px;
  background-color: #3C3C3B;
  color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  outline: none;
  webkit-transition: top 1s ease-out;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out; }
  .skip-to-content:hover, .skip-to-content:active, .skip-to-content:focus {
    top: 0;
    color: #ffffff; }

.contextual-action__container {
  display: none; }
  @media (min-width: 600px) {
    .contextual-action__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.contextual-action__link {
  text-decoration: none;
  font-size: 1.2rem;
  color: #3C3C3B;
  margin-right: 10px;
  border-bottom: 2px solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1px;
  font-weight: 400; }
  .contextual-action__link:focus {
    border: 2px solid #c9187e;
    outline: none; }
  .contextual-action__link:hover {
    border-bottom: 2px solid #c9187e; }

.contextual-action__icon {
  width: 15px;
  height: 15px;
  margin-right: 2px; }

.white-background-button {
  color: #3C3C3B;
  background-color: white;
  border: 2px solid #3C3C3B;
  margin-bottom: 10px;
  width: 45%;
  margin-right: 10px; }
  .white-background-button:last-child {
    margin-bottom: 20px; }
  .white-background-button:hover {
    border: 2px solid #c9187e; }
  .white-background-button:focus {
    border: 2px solid #c9187e;
    outline: none; }
  @media (min-width: 600px) {
    .white-background-button {
      width: 44%;
      margin-right: 20px; } }
  @media (min-width: 1200px) {
    .white-background-button {
      width: 47%; } }

.white-background-button__text {
  font-size: 1.2rem;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.white-background-button__icon {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px; }

.white-background-button--with-icon {
  margin-bottom: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 599px) {
    .white-background-button--with-icon {
      width: 100%; } }

.white-background-button__text--with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-weight: bold; }

.flatpickr-calendar {
  font-family: Montserrat, sans-serif !important; }

.flatpickr-day.selected {
  background: #c9187e !important;
  border-color: #c9187e !important; }

.video-embed {
  margin: 10px 0 10px 0; }

.video-embed--person-page {
  margin: 20px 0 0 0; }

.video-embed--committee-page {
  margin: 20px 0 20px 0; }

.full-width-page__container {
  margin-right: 10px;
  margin-left: 10px; }

.button__icon--grey {
  color: #3C3C3B !important; }

.background-image-js-load {
  background-image: none !important; }

.error-page__text {
  margin-top: 15px;
  font-size: 1.6rem;
  width: 100%; }

.hashtag {
  font-size: 1.4rem;
  margin-right: 10px;
  color: #c9187e;
  text-decoration: underline; }
  .hashtag:hover, .hashtag:focus {
    color: #3C3C3B; }

.hashtags__container {
  text-align: right;
  margin-top: 20px;
  padding: 5px; }

#ccc-icon:focus {
  outline: 2px solid #c9187e; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */


@media print {
  @page {
    margin: 1.5cm 0.5cm 1.5cm 0.5cm; }
  .header--subHeader {
    display: none !important; }
  .header__logo--mobile {
    display: none !important; }
  .header__logo--desktop {
    display: block !important;
    margin-bottom: 20px; }
  .header__site-controls {
    display: none !important; }
  .header__search {
    display: none !important; }
  .header__nav {
    display: none !important; }
  .hero-container--desktop {
    display: block !important; }
  .site-search {
    display: none !important; }
  .site-search__form {
    display: none !important; }
  .site-breadcrumbs {
    display: none !important; }
  .site-utility-buttons {
    display: none !important; }
  footer {
    display: none !important; }
  .quick-links__container {
    display: none !important; }
  .image_figure--outside {
    /*position: absolute;*/
    display: none !important;
    /*height: 0px;*/ }
  .image_figure--inside {
    display: inline-block !important;
    width: 100% !important; }
  .image__content-page--inside {
    display: block !important; }
  .image__content-page--outside {
    display: none !important; }
  .image__content-page--mobile {
    display: none !important; }
  .image-content-page__caption {
    display: block !important;
    width: 100% !important; }
  .content-page__left-col {
    width: 100% !important; }
  .content-page__right-col {
    width: 100% !important; }
  iframe {
    position: absolute !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap; }
  .embed-youtube, .embed-responsive {
    position: absolute !important;
    height: 0 !important;
    overflow: hidden !important; }
  .curated-links {
    display: none !important; }
  .side-bar__container {
    display: none !important; }
  .side-bar__container.tags {
    display: table !important;
    page-break-inside: avoid !important; }
  .help-link-container {
    display: none !important; }
  .preview-tags__container {
    display: none; }
  .side-bar__container.tags {
    display: none !important; }
  .glossary__heading {
    display: none; }
  .glossary__sub-heading {
    display: none; }
  .section-heading--glossary {
    display: none; }
  .glossary-page__letters {
    display: none; }
  .glossary-page-list {
    display: none; }
  .curated-links {
    display: none; }
  .glossary__help-text {
    display: none; }
  .header--white {
    display: none !important; }
  .section-heading--glossary-item {
    display: none; }
  .white-background-button--glossary {
    display: none !important; }
  .grid-section {
    margin-top: 40px; }
  .grid-text__link {
    display: none !important; }
  .link--pink {
    display: none; }
  .grid-item__image latest-item__image--mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .member-of-senedd-details__container {
    margin-top: 40px; }
  #editbutton-container {
    display: none !important; }
  .link-show-more-container {
    display: none; }
  .detailed-info-content {
    width: 100% !important;
    overflow-y: visible !important; }
  .person-detailed-info-widget {
    overflow: visible !important; }
  .person-detailed-info-widget__inner {
    height: 100% !important; }
  .detailed-info-content__item {
    width: 100% !important;
    margin-bottom: 10px; }
  .detailed-info-content__item--hidden {
    display: inline-block !important;
    width: 100% !important; }
  .detailed-info-options {
    display: none !important;
    margin: 0 !important; }
  .person-details-page__right-col {
    display: inline !important;
    width: 100% !important; }
    .person-details-page__right-col .side-bar__container {
      display: inline !important;
      width: 100% !important; }
  .person-details-social-item__button {
    background-color: #c9187e !important; }
  .personal-calendar__inner {
    height: 100% !important; }
  .personal-calendar__events-container {
    overflow-y: visible !important; }
  .personal-calendar {
    height: 100% !important; }
  .personal-event {
    margin-bottom: 0 !important; }
  .detailed-info-content__print-preview-title {
    display: inline-block !important;
    margin-bottom: 10px !important;
    margin-top: 20px !important; }
  .button--pink {
    -webkit-print-color-adjust: exact !important; }
  .icon-button--pink {
    -webkit-print-color-adjust: exact !important; }
  .image__content-page {
    margin-top: 30px; }
  a[href$=".csv"]::before {
    width: 0;
    height: 0; }
  .body-text a[target$="_blank"]::before {
    width: 0;
    height: 0; }
  a[href$=".pdf"]::before {
    width: 0;
    height: 0; }
  a[href$=".txt"]::before {
    width: 0;
    height: 0; }
  a[href$=".ppt"]::before, a[href$=".pptx"]::before, a[href$=".ppsx"]::before {
    width: 0;
    height: 0; }
  a[href$=".xls"]::before, a[href$=".xlsx"]::before {
    width: 0;
    height: 0; }
  a[href$=".docx"]::before, a[href$=".doc"]::before, a[href$=".dotx"]::before, a[href$=".dotx"]::before {
    width: 0;
    height: 0; }
  .committee__title {
    margin-top: 20px; }
  .person-search-result-item {
    width: 20% !important; }
  .committee-card__container {
    min-height: 100% !important;
    max-height: 100% !important; }
    .committee-card__container .show-more__container {
      display: none !important; }
    .committee-card__container .card__list-items {
      min-height: 100% !important;
      max-height: 100% !important; }
  .committee-page__right-col {
    display: block !important; }
    .committee-page__right-col .side-bar__container {
      display: block !important; }
  .committee-buttons__container {
    display: none !important; }
  .committee-members-section__buttons {
    display: none !important; }
  .link-out__container {
    display: none !important; }
  .body-text .button--pink {
    display: none !important; }
  .latest-item__image--mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .related-item__image latest-item__image--large {
    display: none; }
  .image-crop__grid {
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari */
    color-adjust: exact !important; }
  .ms-search__search-form-container {
    display: none !important; }
  .results__heading span {
    color: black !important;
    background-color: white !important; }
  .card__title.card__title--title-and-grey-background {
    color: black !important;
    background-color: white !important;
    font-size: 1.4rem !important;
    padding: 10px;
    border: 2px solid black; }
  .card {
    display: inline-block !important;
    width: 20% !important; } }

.senedd-spinner {
  width: 100%;
  height: 100px;
  padding-top: gutter(); }
  .senedd-spinner--hidden {
    display: none; }

@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInAnimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes flickerAnimation {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .senedd-spinner .fade-in {
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: flickerAnimation infinite;
    animation: flickerAnimation infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  .senedd-spinner .fade-in--once {
    -webkit-animation: fadeInAnimation forwards 1s;
            animation: fadeInAnimation forwards 1s; }
  .senedd-spinner .fade-in--one {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s; }
  .senedd-spinner .fade-in--two {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .senedd-spinner .fade-in--three {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s; }
  .senedd-spinner .fade-in--four {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.announcements-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #FFFFFF; }

.announcements-widget__title {
  margin: 0 0 20px 0;
  width: 100%;
  font-size: 2rem;
  word-break: break-word; }
  .announcements-widget__title h2 {
    font-size: 2rem;
    color: #3C3C3B; }

.announcements-widget__hidden {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }

.announcements-widget__announcement {
  display: block;
  width: 100%;
  margin: 0 0 25px 0; }

.announcement__main-text {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  color: #3C3C3B;
  margin: 0 0 10px 0; }

.announcement__sub-text {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  color: #3C3C3B;
  margin: 0 0 10px 0; }

.announcement__post-age-container {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  color: #3C3C3B; }

.post-age-container__post-age {
  vertical-align: middle; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.hide-breadcrumbs .site-breadcrumbs {
  visibility: hidden; }

.site-breadcrumbs {
  display: none;
  width: calc(100px + ((100% - 240px) / 12 * 6));
  margin: 0 10px; }
  @media (min-width: 600px) {
    .site-breadcrumbs {
      visibility: hidden;
      height: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 900px) {
    .site-breadcrumbs {
      visibility: visible;
      height: auto;
      width: calc(140px + ((100% - 240px) / 12 * 8)); } }
  @media (min-width: 1200px) {
    .site-breadcrumbs {
      width: calc(140px + ((100% - 240px) / 12 * 8)); } }

.site-breadcrumbs__inner {
  list-style: none;
  width: 100%; }
  @media (max-width: 599px) {
    .site-breadcrumbs__inner {
      margin-left: 10px;
      margin-right: 10px; } }

.breadcrumb {
  display: inline-block;
  margin: 5px 0; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.calendar__title {
  width: 100%;
  font-size: 2.0rem;
  color: #3C3C3B;
  font-weight: 800;
  margin-bottom: 20px; }

.calendar__date-controls {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px; }

.calendar-controls__date {
  color: #3C3C3B;
  font-size: 1.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 1200px) {
    .calendar-controls__date {
      width: 235px; } }

.calendar-controls__arrow {
  cursor: pointer; }
  .calendar-controls__arrow:focus {
    outline: 2px solid #c9187e; }

.calendar-controls__arrow--left {
  margin-right: 10px; }

.calendar-controls__arrow--right {
  margin-left: 10px; }

.calendar__key {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  margin-bottom: 10px; }

.calendar-key__dot {
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 100%;
  background: red; }

.calendar-key__item {
  list-style: none;
  margin-left: 1em;
  font-size: 1.2rem;
  color: #3C3C3B;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.calendar-key__item:first-child {
  margin-left: 0;
  margin-right: 5px; }

.calendar-key__item input[type="checkbox"]:checked + label::before {
  background-color: #c9187e;
  border-color: #c9187e; }

.calendar-key__item input[type="checkbox"] + label:hover::before {
  border: solid #c9187e 1px;
  padding: 2px;
  background-clip: content-box;
  background-color: #c9187e; }

.calendar-key__checkbox {
  visibility: hidden; }

.calendar-key__label {
  list-style: none;
  margin-left: 0.5em;
  font-size: 1.2rem;
  color: #3C3C3B;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  position: relative;
  cursor: pointer;
  margin-right: 10px; }

.calendar-key__label:before {
  content: "";
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #c9187e;
  cursor: pointer; }

.calendar__events {
  height: 220px;
  min-height: 220px;
  width: 100%;
  padding-left: 5px;
  overflow-x: visible;
  overflow-y: hidden;
  position: relative;
  margin-top: 20px;
  -webkit-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s; }

.calendar-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 20px 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-left: 1px solid #c9187e;
  overflow: visible; }

.calendar-event__date-point {
  position: absolute;
  height: 10px;
  width: 10px;
  background: #c9187e;
  border-radius: 100%;
  -webkit-transform: translate(-15px, 5px);
          transform: translate(-15px, 5px); }

.calendar-event__time {
  font-size: 1rem;
  min-width: 50px;
  max-width: 50px;
  text-align: left;
  font-weight: 600; }

.calendar-event__link {
  text-decoration: none;
  color: #3C3C3B;
  padding: 0 0 10px 0;
  border-bottom: 0.5px solid #747474;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.calendar-event__title {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  padding-right: 50px; }

.calendar-event__separator {
  margin: 10px 0; }

.calendar__button {
  border: 1px solid #707070;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  height: 30px;
  margin-bottom: 12px;
  text-decoration: none; }

.calendar-button__text {
  font-size: 1.2rem;
  font-weight: 600;
  color: #3C3C3B; }

.calendar-button__icon {
  color: #3C3C3B; }

.calendar__expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: -45px;
  cursor: pointer; }

.calendar__expand.is-active .calendar-expand__icon {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.calendar-expand__icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #c9187e;
  text-align: center;
  font-size: 4rem;
  line-height: 1.6rem;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }

.calendar-expand__text {
  color: #3C3C3B;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.cards-container {
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .cards-container {
      width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 0; } }

.cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  overflow: hidden; }

.cards--hidden {
  display: none; }

.card {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 57px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  padding: 10px;
  border: 3px solid #747474;
  margin: 0 0 10px 0; }
  @media (min-width: 600px) {
    .card {
      display: inline-block;
      position: relative;
      width: calc(((100% - 40px) / 3 * 1));
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 10px;
      padding-right: 20px;
      margin: 0 20px 20px 0; }
      .card:nth-child(3n) {
        margin: 0 0 20px 0; } }
  @media (min-width: 900px) {
    .card {
      padding-right: 20px; } }
  @media (min-width: 1200px) {
    .card {
      padding-right: 25px; } }
  @media (min-width: 600px) {
    .card .button__show-description-cards {
      display: none; } }
  @media (min-width: 600px) {
    .card .button__icon {
      display: none; } }
  .card.is-active {
    height: 111px; }
    .card.is-active .card__description {
      margin-top: 5px;
      height: unset;
      overflow: hidden;
      height: 0;
      text-overflow: ellipsis;
      display: -webkit-box;
      max-height: 53px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  .card:hover {
    overflow: unset;
    border: 3px solid #c9187e; }
    .card:hover h5 {
      color: #c9187e; }
  .card .contextual-action__container {
    margin-top: 10px;
    margin-bottom: 0; }
    @media (min-width: 600px) {
      .card .contextual-action__container {
        display: block;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (min-width: 900px) {
      .card .contextual-action__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

@media (min-width: 600px) {
  .col-md-12 .card {
    width: calc(40px + ((100% - 220px) / 12 * 3));
    margin: 0 20px 20px 0;
    position: relative; }
    .col-md-12 .card:nth-child(4n) {
      margin: 0 0 20px 0; } }

.card__title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  @media (min-width: 600px) {
    .card__title-row {
      margin-bottom: 7px;
      display: block; } }
  @media (min-width: 900px) {
    .card__title-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.card__icon {
  margin: 0 20px 0 0 !important;
  width: 35px;
  height: 35px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (min-width: 600px) {
    .card__icon {
      margin: 0 5px 5px 0;
      width: 30px;
      height: 30px; } }
  @media (min-width: 900px) {
    .card__icon {
      margin: 0 10px 0 0; } }

.card__icon-image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%; }

.card__link {
  text-decoration: none;
  color: #3C3C3B;
  width: 100%;
  line-height: 18px; }

.card__description {
  font-size: 1.2rem;
  margin-bottom: 0;
  display: none;
  line-height: 16px; }
  @media (min-width: 600px) {
    .card__description {
      font-size: 1.2rem;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      max-height: 62px;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; } }
  @media (min-width: 900px) {
    .card__description {
      font-size: 1.2rem;
      -webkit-line-clamp: 3;
      max-height: 51px; } }

@media (min-width: 600px) {
  .card__description.DOM-slider-hidden {
    height: auto !important; } }

.card__description--show-title-only {
  display: none; }

.card__description.is-active {
  margin: 10px 0; }

.card__title {
  color: #3C3C3B;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700 !important; }
  @media (min-width: 600px) {
    .card__title {
      margin-top: 0;
      font-size: 1.2rem; } }
  @media (min-width: 900px) {
    .card__title {
      font-size: 1.4rem; } }

.button__show-more {
  border: none;
  background-color: white;
  cursor: pointer;
  border: 2px solid transparent;
  padding: 5px; }
  .button__show-more:hover .bottom-link__text {
    border-bottom: 2px solid #3C3C3B; }
  .button__show-more:focus {
    outline: 2px solid #c9187e; }
  .button__show-more .button__icon {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .button__show-more i {
    margin-left: 0; }
  .button__show-more.is-active .button__icon {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }

.button__show-description-cards--show-title-only {
  display: none; }

.card--title-and-grey-background {
  background-color: #3C3C3B;
  border: none;
  padding: 10px 10px 10px 10px; }
  .card--title-and-grey-background:hover {
    border: none; }
    .card--title-and-grey-background:hover:after {
      content: none; }
    .card--title-and-grey-background:hover:before {
      content: none; }

.card__description--title-and-grey-background {
  display: none; }

.card__icon--title-and-grey-background {
  display: none; }

.card__title--title-and-grey-background {
  color: white !important;
  font-weight: 800;
  font-size: 2.0rem;
  line-height: initial; }
  @media (min-width: 600px) {
    .card__title--title-and-grey-background {
      font-size: 1.7rem; } }
  @media (min-width: 900px) {
    .card__title--title-and-grey-background {
      font-size: 2.2rem; } }
  @media (min-width: 1200px) {
    .card__title--title-and-grey-background {
      font-size: 2.4rem; } }

.card__link--title-and-grey-background {
  color: white; }

.button__show-description-cards--title-and-grey-background {
  display: none; }

.card__icon--title-with-description {
  display: none; }

.card__icon--show-title-only {
  display: none; }

.card-folded-border {
  position: relative;
  border: 2px solid #747474;
  padding: 20px 20px 10px 20px;
  margin: 0 0 20px 0;
  width: 100%;
  height: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content; }
  .card-folded-border:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: -2px;
    border-top: 43px solid #747474;
    border-left: 43px solid transparent; }
  .card-folded-border:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -3px;
    right: -4px;
    border-top: 45px solid white;
    border-left: 45px solid transparent; }
  .card-folded-border a {
    text-decoration: none; }

.card-folder-border--table {
  padding-right: 20px; }

.show-more__container {
  background-color: white;
  text-align: center;
  width: 100%;
  height: auto;
  height: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content; }

.show-more__container--announcements {
  text-align: right; }

.show-more__container--calendar {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media (min-width: 600px) {
  .card.large-icon {
    height: 152px;
    padding: 10px 20px 10px 20px; } }

.card.show-title-only {
  padding: 20px; }

.card__icon--large-icon {
  margin: 0 10px 0 0 !important;
  width: 66px;
  height: 56px; }

.card--show-title-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 10px 10px 10px; }

.card__title-row--large-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 600px) {
    .card__title-row--large-icon {
      display: block; } }
  @media (min-width: 900px) {
    .card__title-row--large-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.card__description--large-icon {
  -webkit-line-clamp: 3; }

.card--title-with-description {
  padding: 20px 20px 20px 20px; }

.card-dynamic-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  @media (min-width: 600px) {
    .card-dynamic-description {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.card-dynamic-description__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
  margin-bottom: 10px; }
  @media (min-width: 600px) {
    .card-dynamic-description__image {
      margin-bottom: 0; } }
  .card-dynamic-description__image img {
    width: 100%; }

.card-dynamic-description__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px; }

.card-dynamic-description__link {
  width: 200px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 10px 0 10px 0; }

.show-more__container--cards-list {
  margin-bottom: 20px; }

@supports (display: -ms-grid) {
  @media (min-width: 600px) {
    .card {
      margin: 0 19px 20px 0; } } }

@media all and (-ms-high-contrast: none) and (min-width: 600px), (-ms-high-contrast: active) and (min-width: 600px) {
  .card {
    margin: 0 19px 20px 0; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card:hover::before {
    content: none; }
  .button__show-description-cards {
    background: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
  @media all and (-ms-high-contrast: none) and (min-width: 600px), (-ms-high-contrast: active) and (min-width: 600px) {
    .button__show-description-cards {
      display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .button__show-description-cards.is-active {
    color: #c9187e; }
  .card:hover::after {
    content: none; } }

.card--title-and-grey-background {
  min-height: 50px; }
  @media (min-width: 600px) {
    .card--title-and-grey-background {
      min-height: 90px; } }
  @media (min-width: 900px) {
    .card--title-and-grey-background {
      min-height: 110px; } }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.committee__title {
  margin-bottom: 20px; }

.committee__information-text {
  margin-top: 20px; }

.committee-buttons__container {
  margin-top: 40px; }

.committee-card__container {
  width: 100%;
  margin: 10px 10px 10px 10px;
  -webkit-transition: max-height ease 0.3s;
  transition: max-height ease 0.3s;
  max-height: 435px;
  min-height: 435px; }
  @media (min-width: 600px) {
    .committee-card__container {
      width: calc(100px + ((100% - 240px) / 12 * 6));
      margin-bottom: 30px;
      margin-top: 30px; } }
  .committee-card__container p {
    margin-bottom: 0; }
  .committee-card__container a {
    text-decoration: none;
    color: #3C3C3B; }
    .committee-card__container a:hover, .committee-card__container a:focus {
      color: #c9187e;
      text-decoration: underline; }

.committee-card__container.is-active {
  max-height: 3000px;
  min-height: 435px;
  -webkit-transition: max-height ease 0.5s;
  transition: max-height ease 0.5s; }
  @media (min-width: 600px) {
    .committee-card__container.is-active {
      max-height: 2000px; } }
  .committee-card__container.is-active .card__list-items {
    min-height: 300px;
    -webkit-transition: max-height ease 0.5s;
    transition: max-height ease 0.5s;
    max-height: 2500px; }
    @media (min-width: 600px) {
      .committee-card__container.is-active .card__list-items {
        max-height: 1700px; } }

.committee__call-to-action-container {
  margin: 10px 10px 20px 10px;
  width: 100%; }
  @media (min-width: 600px) {
    .committee__call-to-action-container {
      margin: 10px 0 20px 10px; } }

.card--title-and-grey-background--committees:hover {
  overflow: hidden; }

.card--title-and-grey-background--committees {
  width: 100%; }
  @media (min-width: 600px) {
    .card--title-and-grey-background--committees {
      width: calc(40px + ((100% - 240px) / 12 * 3)); } }

.card--title-and-grey-background--committees:nth-child(4) {
  margin-right: 0; }

.card--title-and-grey-background--committees:nth-child(3) {
  margin-right: 20px; }

.show-more__container--committees {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.card__list-items {
  overflow: hidden;
  margin-top: 5px;
  max-height: 300px;
  min-height: 300px;
  -webkit-transition: max-height ease 0.3s;
  transition: max-height ease 0.3s; }
  .card__list-items li {
    list-style-type: none;
    border-bottom: 1px solid #747474;
    font-size: 1.4rem;
    padding: 15px 0; }

.seneddtv-iframe-container iframe {
  width: 100%;
  height: 315px; }

@media (min-width: 900px) {
  .seneddtv-iframe-container iframe {
    width: 560px;
    height: 315px; } }

@media (min-width: 1200px) {
  .seneddtv-iframe-container iframe {
    width: 640px;
    height: 360px; } }

.committee-members-section {
  margin-bottom: 40px; }

.committee-members-section__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }

.current-committee-members-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin: 30px 10px 0 10px; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.content-page__heading-text {
  margin-top: 20px;
  font-size: 2.0rem;
  color: #3C3C3B;
  margin-bottom: 10px; }
  @media (min-width: 600px) {
    .content-page__heading-text {
      margin-top: 0; } }
  @media (min-width: 900px) {
    .content-page__heading-text {
      font-size: 2.4rem; } }

.image__outside-container {
  display: none; }
  @media (min-width: 600px) {
    .image__outside-container {
      display: inline-table; } }
  @media (min-width: 900px) {
    .image__outside-container {
      display: none; } }

.image__content-page--outside.image__content-page--full-width {
  width: calc(260px + (100% - 240px));
  display: none; }
  @media (min-width: 600px) {
    .image__content-page--outside.image__content-page--full-width {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 900px) {
    .image__content-page--outside.image__content-page--full-width {
      margin-bottom: 20px; } }

.image_figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }

.image_figure--inside {
  display: none; }
  @media (min-width: 900px) {
    .image_figure--inside {
      display: inline-table; } }

.image_figure--outside {
  display: none; }
  @media (min-width: 600px) {
    .image_figure--outside {
      max-width: 100%;
      margin: 0 10px 0 10px;
      display: inline-block; } }
  @media (min-width: 900px) {
    .image_figure--outside {
      display: none;
      margin: 0 10px 0 10px; } }

.image__content-page--inside.image__content-page--full-width {
  display: none; }

.image__content-page--mobile {
  width: 100%; }
  @media (min-width: 600px) {
    .image__content-page--mobile {
      display: none; } }

.image__content-page--outside {
  display: none; }
  @media (min-width: 600px) {
    .image__content-page--outside {
      max-width: 100%;
      display: inline-block; } }
  @media (min-width: 900px) {
    .image__content-page--outside {
      display: none; } }

.image__content-page--inside {
  display: none; }
  @media (min-width: 600px) {
    .image__content-page--inside {
      display: none; } }
  @media (min-width: 900px) {
    .image__content-page--inside {
      max-width: 100%;
      display: inline-block; } }

.content-page__container {
  background-color: white;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .content-page__container {
      margin-bottom: 60px; } }

.content-page__left-col {
  width: calc(220px + (100% - 240px));
  margin: 0 10px 0 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  overflow: hidden; }
  @media (min-width: 600px) {
    .content-page__left-col {
      width: calc(140px + ((100% - 240px) / 12 * 8));
      margin: 0 10px 20px 10px; } }
  @media (min-width: 1200px) {
    .content-page__left-col {
      margin: 0 20px 20px 10px; } }

.content-page__right-col {
  width: calc(60px + ((100% - 240px) / 12 * 4));
  margin: 40px 10px 0 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  @media (max-width: 599px) {
    .content-page__right-col {
      width: calc(220px + (100% - 240px));
      padding: 0; } }
  @media (min-width: 600px) {
    .content-page__right-col {
      border-left: 1px solid #747474;
      padding-left: 10px;
      margin: 30px 10px 0 0; } }
  @media (min-width: 900px) {
    .content-page__right-col {
      margin: 0 10px 0 0; } }
  @media (min-width: 1200px) {
    .content-page__right-col {
      padding-left: 20px; } }

.content-page__info-text {
  color: #626262;
  font-size: 1.2rem;
  margin-bottom: 25px; }

.curated-links {
  background-color: white;
  margin-bottom: 20px; }

.curated-links__heading {
  width: calc(220px + (100% - 240px));
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid black;
  text-transform: uppercase;
  font-size: 1.0rem;
  margin-bottom: 10px;
  color: black;
  letter-spacing: 1.2px; }
  @media (min-width: 600px) {
    .curated-links__heading {
      margin-bottom: 10px; } }
  @media (min-width: 900px) {
    .curated-links__heading {
      font-size: 1.2rem;
      margin-bottom: 20px; } }

.curated-links__image {
  display: inline-block;
  width: 100%; }

.curated-links__container {
  width: calc(100px + ((100% - 240px) / 12 * 6));
  margin-right: 10px;
  margin-bottom: 20px; }
  .curated-links__container:first-of-type {
    margin-left: 10px;
    margin-right: 20px; }
  @media (min-width: 600px) {
    .curated-links__container {
      width: calc(60px + ((100% - 240px) / 12 * 4));
      margin-right: 20px; }
      .curated-links__container:first-of-type {
        margin-left: 10px;
        margin-right: 20px; }
      .curated-links__container:last-child {
        margin-right: 10px; } }
  @media (min-width: 900px) {
    .curated-links__container {
      width: calc(60px + ((100% - 240px) / 12 * 4)); } }
  @media (min-width: 1200px) {
    .curated-links__container {
      width: calc(60px + ((100% - 240px) / 12 * 4));
      margin-top: 10px; } }

@media (min-width: 600px) {
  .curated-links-container__4-items {
    width: calc(40px + ((100% - 240px) / 12 * 3)); } }

@media (min-width: 900px) {
  .curated-links-container__4-items {
    width: calc(40px + ((100% - 240px) / 12 * 3)); } }

@media (max-width: 599px) {
  .curated-links__container:nth-of-type(1n+3) {
    margin-left: 10px; } }

.curated-links__text-link {
  text-decoration: none;
  color: #3C3C3B; }

.curated-links__title {
  font-size: 1.7rem; }
  @media (min-width: 600px) {
    .curated-links__title {
      font-size: 1.8rem; } }
  @media (min-width: 1200px) {
    .curated-links__title {
      font-size: 2.4rem; } }

.curated-links__title.curated-links__show-description {
  font-size: 1.4rem; }

.curated-links__description {
  display: none; }

.curated-links__description.curated-links__show-description {
  display: none;
  margin-top: 10px;
  line-height: 20px; }
  @media (min-width: 600px) {
    .curated-links__description.curated-links__show-description {
      display: block;
      font-size: 1.2rem; } }
  @media (min-width: 900px) {
    .curated-links__description.curated-links__show-description {
      font-size: 1.4rem; } }

.right-column-link__text {
  text-decoration: none;
  color: #3C3C3B; }

.right-column-link--mobile {
  text-align: center;
  margin: 20px 0 20px 0; }
  @media (min-width: 600px) {
    .right-column-link--mobile {
      display: none; } }

.right-column-link--tablet-up {
  display: none; }
  @media (min-width: 600px) {
    .right-column-link--tablet-up {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.content-page__image-annotation-text {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 10px;
  display: none;
  font-size: 1.2rem;
  color: #626262; }
  @media (min-width: 600px) {
    .content-page__image-annotation-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-right: 10px; } }
  @media (min-width: 900px) {
    .content-page__image-annotation-text {
      margin-left: 0; } }

.image-content-page__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #3C3C3B;
  font-size: 1.2rem; }

.results--Related .page-button {
  display: none; }

.results--Related span {
  display: none; }

.related-item__image-container {
  width: 190px;
  height: 135px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (min-width: 600px) {
    .related-item__image-container {
      width: 100%;
      height: 129px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 900px) {
    .related-item__image-container {
      height: 139px; } }
  @media (min-width: 1200px) {
    .related-item__image-container {
      height: 195px; } }

.related-item__image {
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%; }

.related-item__heading {
  font-size: 1.8rem;
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  @media (min-width: 600px) {
    .related-item__heading {
      margin-left: 0;
      margin-top: 10px;
      margin-bottom: 10px; } }
  @media (min-width: 1200px) {
    .related-item__heading {
      font-size: 2.4rem; } }

.related-item__heading-container {
  margin-left: 10px; }
  @media (min-width: 600px) {
    .related-item__heading-container {
      margin-left: 0; } }

.related-item__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 600px) {
    .related-item__container {
      display: block; } }
  .related-item__container .contextual-action__container {
    display: block; }

.related-item__link {
  color: #3C3C3B;
  text-decoration: none; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.emergency-banner {
  padding: 40px 0 30px 0;
  background-color: #D03E25; }

.emergency-banner--Red {
  background-color: #c0392b; }

.emergency-banner--Pink {
  background-color: #c9187e; }

.emergency-banner--Black {
  background-color: #000000; }

.emergency-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }

.emergency-banner__text {
  color: #FFFFFF;
  margin-right: 20px;
  margin-left: 20px; }
  .emergency-banner__text p, .emergency-banner__text span, .emergency-banner__text div, .emergency-banner__text ul, .emergency-banner__text ol, .emergency-banner__text li {
    color: #FFFFFF;
    font-size: 1.6rem; }
  .emergency-banner__text p {
    margin: 10px 0 10px 0; }

.emergency-banner__text--Black a {
  color: #c9187e;
  font-weight: 700; }
  .emergency-banner__text--Black a:hover, .emergency-banner__text--Black a:focus {
    color: #FFFFFF; }

.emergency-banner__text--Pink a {
  color: #FFFFFF;
  font-weight: 700; }
  .emergency-banner__text--Pink a:hover, .emergency-banner__text--Pink a:focus {
    color: #3C3C3B; }

.emergency-banner__text--Red a {
  color: #FFFFFF;
  font-weight: 700; }
  .emergency-banner__text--Red a:hover, .emergency-banner__text--Red a:focus {
    color: #3C3C3B; }

.emergency-banner__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  margin: 0 5px 10px 5px; }
  @media (min-width: 600px) {
    .emergency-banner__icon {
      margin: 0 20px 10px 20px; } }

.emergency-banner__icon--left {
  text-align: left; }

.emergency-banner__icon--right {
  text-align: right; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.footer {
  display: block;
  background-color: #3C3C3B;
  width: 100%; }

.footer--white {
  background-color: #FFFFFF;
  margin-top: 0; }

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0; }
  @media (max-width: 599px) {
    .footer__row {
      padding-top: 0;
      padding-bottom: 20px; } }
  @media (min-width: 1200px) {
    .footer__row {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

@media (max-width: 599px) {
  .footer__row--padding-top-mobile {
    padding-top: 20px; } }

.footer__column {
  display: block;
  height: 100%; }
  @media (min-width: 600px) {
    .footer__column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 1200px) {
    .footer__column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto; } }

.footer__column--left {
  width: calc(220px + (100% - 240px));
  margin: 0 20px; }
  @media (min-width: 600px) {
    .footer__column--left {
      margin: 0 10px;
      width: calc(220px + (100% - 240px)); } }
  @media (min-width: 1200px) {
    .footer__column--left {
      width: calc(140px + ((100% - 240px) / 12 * 8));
      margin-right: 20px;
      margin-left: 10px; } }

.footer__column--right {
  margin: 0 20px 0 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(220px + (100% - 240px)); }
  @media (min-width: 600px) {
    .footer__column--right {
      margin: 30px 10px 0 10px; } }
  @media (min-width: 1200px) {
    .footer__column--right {
      width: calc(40px + ((100% - 240px) / 12 * 3));
      -ms-flex-flow: wrap;
          flex-flow: wrap;
      margin: 0; } }

.links-container {
  width: calc(260px + (100% - 240px));
  display: block; }
  @media (min-width: 600px) {
    .links-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.links-container__link-block {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 20px; }
  .links-container__link-block:last-child {
    margin-right: 0; }
  @media (max-width: 599px) {
    .links-container__link-block {
      margin: 0;
      padding: 10px 0; } }
  @media (min-width: 600px) {
    .links-container__link-block {
      width: calc(60px + ((100% - 240px) / 12 * 3)); } }

.footer-title {
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media (min-width: 600px) {
    .footer-title {
      margin-top: 0;
      font-size: 1.2rem; } }
  @media (min-width: 900px) {
    .footer-title {
      margin-bottom: 15px;
      font-size: 1.4rem; } }

@media (max-width: 599px) {
  .footer-title--down-arrow {
    width: 100%;
    cursor: pointer; }
    .footer-title--down-arrow:after {
      content: "";
      display: inline-block;
      vertical-align: bottom;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAQAAACmLXceAAAC33pUWHRSYXcgcHJvZmlsZSB0eXBlIGV4aWYAAHja7ZZbkhshDEX/WUWWgCSExHJoaKqygyw/FxqPxx4nVXl8uhnzUKuFuAeoCeeP7yN8w0OZOCQ1zyXniCeVVLii4/F6rpZiWvU1uL2jR3vYbYwMk6CVa5jP7V9h1/sHlrb9eLQHazuO70C3yDugzJkZnb6T3IGELzvtcSh8dWr+tJz9G43LNOlxvXoeJ4MYXRFPOPApJHHVfM0kyEKK1GlBHSXxtNjqO2oW/6pf+JDuhYC1vtYvtu0hdzmuQLdl5Sedtp30tX5Lpc8ZEW8Xvr9Y/rK43J/P+o3uY5zX6mrKAXLlvajbElcPjpA0yfosoxh+ir6tUlA81thArWOpR4gHBoUYig9K1KnSoHO1jRpSTHyyoWVuLMvmYly4LShpFhpsAXw6WLA0kBOY+SMXWvOWOR8mc8zcCZ5MCDaJPpTwbPjb8hBojLnNiaaYtS6tkBfP/YU0JrlZwwtAaGxNdelL4Wri8zPBCgjqktmxwBqPK8ShdN9bsjiDboBritd5Ies7ACTC3IpkSEAgZhLFXRGN2Yigo4NPReaMbX+AAGlQ7siSk0gGHOc5N74xWr6sfJlxvQCESsZR8XmAACslTRnnzbGFalDRpKpZTV2L1iw5Zc05W573VDWxZGrZzNyKVRdPrp7d3L14LVwE15iGkosVL6XUiklrqohV4V9hOPiQIx165MMOP8pRG7ZPS01bbta8lVY7d+m4AkLP3br30utJJ7bSmU4982mnn+WsA3ttyEhDRx42fJRRP6htqo/Unsn9nhptarxATT+7U4PZ7BaC5nWikxmIcSIQt0kAG5ons+iUEk9yk1ksLEFEGVnqhNNpEgPBdBLroA92d3K/5Bag7p9y41fkwkT3P8iFie4Tua/cXlDrdV23sgDNUwhNcUMKjh+cKjv+cFr/rg3xHwO8A70DvQO9A70D3VoZuLPxb3v4Cb8Q9hxuVAf7AAABJWlDQ1BJQ0MgcHJvZmlsZQAAeJydkL9Kw1AUxn+ppYrUoSgO4pDBteBiJxf/YHAo1DaC1Sm9abGYxJCkFN/AN7EP00EQfAHfQMHZ70YHB7N44fD9OJzzffdeqLmRifP6PsRJkXn9o+HV8NpdfaNJnRYNWoHJ0+7gzKfyfL7iWH1pW6/quT9PIxznRrpUJSbNCnAOxZ15kVpWsXXn90/Ej2I3jJNQvBDvhXFo2e7242hmfjztbZrj5HJg+6pdPM7p0sNlxIwpEQVtaaLOKR0OpB4ZAQ/kGGnEWL25ZgpuRbmcPI5Fvki3qcjbKfN6ShnJYyovm3BPLE+bh/3f77WPi3LT2V6mQRaUrRVVbTKB9yfYGMLmM6zfVGSt/X5bxUynnPnnG78Arm9QSHeVQKgAAAACYktHRAD/h4/MvwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+MMBBEIHNeqptoAAACwSURBVCjPhc8rDoNQEEbhv4oKQkJCgrjLwKGQXW5lHR6DQWBIwxpISKtORQPcF+2MnPOJEUJUpOjPplQICVGz0JH9zDM6FmokGlYAevLTPKcHYKURd7YZTkjOsDd3kdBapAjywspbEuGS0SMFo51/n/ZJueeln2/AJRMGIQyTnx/AJTMGwxzmNnDJM567wCXR3Ach8fIQuCTIY+AgkRxdUGQSPSTd9A5PcSBdJb1ihw897sn0gNl4tgAAAABJRU5ErkJggg==);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      width: 15px;
      height: 15px;
      margin-left: 10px; }
    .footer-title--down-arrow.is-active:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); } }

.link-list {
  list-style: none;
  text-align: left; }
  @media (max-width: 599px) {
    .link-list {
      max-height: 0px;
      overflow: hidden;
      -webkit-transition: max-height 0.5s ease-in-out;
      transition: max-height 0.5s ease-in-out; }
      .link-list.is-active {
        max-height: 200px; } }

.link-list__item {
  padding: 10px 10px;
  overflow-wrap: break-word;
  -ms-word-wrap: break-word; }
  @media (min-width: 600px) {
    .link-list__item {
      padding: 10px 0;
      border-bottom: 1px solid #707070; } }

.social-links-container {
  display: block;
  margin: 20px 0; }
  @media (min-width: 600px) {
    .social-links-container {
      margin: 0;
      display: inline-block;
      width: calc(100px + ((100% - 240px) / 12 * 6)); } }
  @media (min-width: 1200px) {
    .social-links-container {
      display: block;
      margin: 0 0 20px 0;
      width: 100%; } }

.social-link__container {
  width: 45px;
  height: 45px;
  background-color: #3C3C3B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }
  .social-link__container:hover {
    background-color: #c9187e; }
  .social-link__container:focus {
    outline: none;
    border: 2px solid white; }

.social-link {
  margin-bottom: 5px; }

.icon-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 1200px) {
    .icon-list {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.icon-list--ms-social {
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (min-width: 1200px) {
    .icon-list--ms-social {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none; }
  @media (min-width: 600px) {
    .buttons-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
      width: calc(100px + ((100% - 240px) / 12 * 6));
      margin: 0; } }
  @media (min-width: 1200px) {
    .buttons-container {
      display: block;
      width: 100%; } }

.footer__button {
  display: inline-block;
  width: calc(100px + ((100% - 240px) / 12 * 6)); }
  @media (min-width: 600px) {
    .footer__button {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-bottom: 10px;
      padding: 3px 5px; }
      .footer__button:focus {
        border: 2px solid #c9187e;
        outline: none; }
      .footer__button:hover .button__text--footer, .footer__button:focus .button__text--footer {
        color: #3C3C3B; }
      .footer__button:last-child {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        width: 108px; }
      .footer__button:first-child {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: calc(100px + ((100% - 240px) / 12 * 6));
        margin-right: 20px; } }
  @media (min-width: 1200px) {
    .footer__button {
      display: block;
      margin-top: 10px;
      margin-right: 0;
      width: 100%;
      padding: 5px 10px; }
      .footer__button:last-child {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        width: 128px; }
      .footer__button:first-child {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: 100%;
        margin-top: 0;
        margin-right: 0; } }

.site-link-list {
  display: block;
  list-style: none;
  margin: 0 10px;
  width: calc(220px + (100% - 240px)); }
  @media (max-width: 599px) {
    .site-link-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.site-link-list__item {
  display: inline-block;
  padding-right: 5px; }
  .site-link-list__item:nth-child(n+2) {
    padding-left: 3px; }
  .site-link-list__item:nth-last-child(n+2) {
    border-right: 1px solid #626262; }
  @media (max-width: 599px) {
    .site-link-list__item {
      margin: 5px 0; } }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.forms-landing-page__left-col {
  width: 100%;
  margin: 0 10px 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  overflow: hidden; }
  @media (min-width: 600px) {
    .forms-landing-page__left-col {
      width: calc(140px + ((100% - 240px) / 12 * 8));
      margin: 0 10px 20px 0; } }
  @media (min-width: 1200px) {
    .forms-landing-page__left-col {
      margin: 0 20px 20px 0; } }

.form-page__left-col {
  width: 100%;
  margin: 0 10px 0 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  overflow: hidden; }
  @media (min-width: 600px) {
    .form-page__left-col {
      width: calc(140px + ((100% - 240px) / 12 * 8));
      margin-left: 10px;
      margin-right: 0; } }
  @media (min-width: 1200px) {
    .form-page__left-col {
      margin-left: 10px; } }

.forms-landing-page__form-buttons-wrapper {
  margin-left: 10px; }

.form__buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .form__buttons-container .white-background-button:nth-of-type(even) {
    margin-right: 0; }
  .form__buttons-container .white-background-button {
    width: 48%; }
    @media (min-width: 600px) {
      .form__buttons-container .white-background-button {
        width: 45%; } }

.form-page__intro-text {
  margin-right: 20px; }

.form-buttons-section__select-form {
  margin-bottom: 30px; }

.forms-landing-page__grid .row {
  width: 100%; }

.form-page__heading {
  background-color: #3C3C3B;
  color: white;
  padding-right: 5px;
  margin-bottom: 20px;
  padding: 10px 5px 10px 5px; }

.form-buttons-section__show-form-buttons {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit; }
  .form-buttons-section__show-form-buttons:focus {
    outline: 2px solid #c9187e; }
  .form-buttons-section__show-form-buttons .button__icon {
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    font-size: 2.5rem; }

.form-buttons-section__show-form-buttons.is-active .button__icon {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s; }

.form-heading__container {
  background-color: #3C3C3B;
  padding: 10px 0 10px 0; }

.form-page__required-fields-text {
  margin: 15px 0 7px 0; }
  @media (min-width: 600px) {
    .form-page__required-fields-text {
      margin: 15px 20px 7px 0; } }

.umbraco-forms-fieldset {
  margin-bottom: 40px;
  background-color: #f4f4f4;
  padding: 15px 15px 0 15px;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .umbraco-forms-fieldset {
      margin-right: 20px; } }
  @media (min-width: 900px) {
    .umbraco-forms-fieldset {
      margin-right: 40px; } }

.umbraco-forms-container.col-md-12 {
  width: unset; }

label.umbraco-forms-label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #3C3C3B;
  text-transform: uppercase;
  margin-bottom: 5px; }

.umbraco-forms-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .umbraco-forms-navigation .col-md-12 {
    width: unset; }

.umbraco-forms-navigation {
  margin-top: 20px; }

.umbraco-forms-field-wrapper {
  width: 100%; }
  .umbraco-forms-field-wrapper select {
    width: 100%;
    height: 30px;
    font-size: 1.4rem;
    color: #747474;
    font-family: Montserrat, sans-serif;
    padding: 5px;
    background-color: white; }
  .umbraco-forms-field-wrapper select.valid {
    color: #3C3C3B; }
  .umbraco-forms-field-wrapper option {
    font-size: 1.4rem;
    font-weight: 700;
    color: #3C3C3B;
    font-family: Montserrat, sans-serif; }

.form-group {
  margin-bottom: 30px; }

.text-area__form {
  width: 100%;
  height: 100px;
  padding: 5px;
  margin-top: 5px;
  font-size: 14px;
  color: #3C3C3B;
  font-family: Montserrat, sans-serif; }

.multiplechoice {
  margin-top: 30px; }

.text {
  width: 100%;
  height: 30px;
  font-size: 1.4rem;
  color: #3C3C3B;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  margin-top: 5px; }

.yourinterestinpolitics .radio-button__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.yourinterestinpolitics .radio-button__text {
  width: 100%;
  font-weight: 400; }

.yourinterestinpolitics .help-block {
  font-size: 1.4rem;
  margin-top: 10px; }

.umbraco-forms-page {
  margin: 0 0 20px 0; }
  @media (min-width: 1200px) {
    .umbraco-forms-page {
      margin: 0 0 40px 0; } }

.form__submit-button {
  color: white;
  background-color: #c9187e;
  padding: 7px 15px 7px 15px;
  border: none;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  cursor: pointer; }
  .form__submit-button:focus {
    background-color: #3C3C3B;
    outline-color: #c9187e; }

.umbraco-forms-navigation {
  margin-top: 0; }

.field-validation-error {
  color: #c9187e;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: block; }

.field-validation-valid {
  display: none; }

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #747474;
  opacity: 1;
  /* Firefox */ }

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #747474;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #747474;
  opacity: 1;
  /* Firefox */ }

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #747474;
  opacity: 1;
  /* Firefox */ }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #747474;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #747474; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #747474; }

.form__clear-all-button {
  border: none;
  background-color: transparent;
  margin-right: 20px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  color: #3C3C3B;
  cursor: pointer; }

.radio-button__text {
  list-style: none;
  margin-left: 0.5em;
  font-size: 1.4rem;
  color: #3C3C3B;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
  width: 135px;
  font-weight: 700; }

.radio-button__text:before {
  content: "";
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #c9187e;
  background-color: white;
  cursor: pointer;
  margin-top: 2px; }

.radiobuttonlist {
  margin-top: 20px; }

.radio-button {
  visibility: hidden; }

.radio-button__item {
  list-style: none;
  font-size: 1.2rem;
  color: #3C3C3B;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  margin-bottom: 15px; }

.radio-button__item input[type="radio"]:checked + label::before {
  background-color: #c9187e;
  border-color: #c9187e; }

.radio-button__item input[type="radio"] + label:hover::before {
  border: solid #c9187e 1px;
  padding: 2px;
  background-clip: content-box;
  background-color: #c9187e; }

.help-block {
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #3C3C3B;
  margin: 5px 0; }

.form__drop-down-default-value {
  color: #747474; }

.checkbox__label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.checkbox__label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  border: 1px solid #747474;
  background-color: white; }

.form-buttons-section__sub-heading {
  font-size: 1.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.checkbox__label input:checked ~ .checkmark:after {
  display: block; }

.checkbox__label .checkmark:after {
  left: 5px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid #c9187e;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.date-picker-field__container {
  position: relative; }

.datepickerfield {
  height: 30px;
  color: #3C3C3B;
  padding: 5px;
  font-size: 1.4rem;
  font-family: Montserrat, sans-serif;
  width: 100%;
  margin-top: 10px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px; }

.date-picker-field__calendar-icon {
  position: absolute;
  top: 2px;
  left: 5px; }

.preferreddateandtimeoftour {
  margin-bottom: 5px; }

.form__drop-down {
  margin-top: 5px; }

.hour {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 5px; }
  .hour label {
    display: none; }
  @media (min-width: 600px) {
    .hour {
      width: 40%; } }

.minute {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .minute label {
    display: none; }
  @media (min-width: 600px) {
    .minute {
      width: 40%;
      margin-left: 10px; } }

.privacypolicylink .umbraco-forms-label {
  display: none; }

.privacypolicylink .help-block {
  margin-bottom: 10px; }

.umbraco-forms-submitmessage {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 1.8rem;
  color: #3C3C3B; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.full-width__container {
  margin: 0 10px 10px 10px; }

.glossary__container {
  margin: 0 10px 40px 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.glossary__heading {
  margin-top: 20px; }

.glossary__sub-heading {
  margin-bottom: 40px;
  font-size: 1.6rem;
  margin-top: 10px; }

.section-heading--glossary {
  margin-bottom: 20px; }

.glossary__letter {
  font-weight: 700;
  border: none;
  border-right: 1px solid #3C3C3B;
  font-size: 1.6rem;
  color: #3C3C3B;
  background-color: white;
  font-family: Montserrat, sans-serif;
  width: 27px;
  margin-bottom: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 2px; }
  .glossary__letter:hover, .glossary__letter:focus {
    color: #c9187e; }

.glossary__letter--active {
  color: #c9187e; }

.glossary__letter:last-of-type {
  border-right: none; }

.glossary__letter:first-of-type {
  padding-left: 0; }

.glossary-utility-buttons__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  margin: 20px 10px 0 10px;
  visibility: hidden; }
  .glossary-utility-buttons__container .site-utility-button__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 0; }
  .glossary-utility-buttons__container .site-utility-buttons {
    margin: 0 0 10px 0; }
    @media (min-width: 600px) {
      .glossary-utility-buttons__container .site-utility-buttons {
        margin-bottom: 0; } }
  .glossary-utility-buttons__container .utility-button-outer:nth-last-child(n+2) {
    margin-right: 10px; }
    @media (min-width: 600px) {
      .glossary-utility-buttons__container .utility-button-outer:nth-last-child(n+2) {
        margin-right: 40px; } }

.glossary-utility-buttons__container--active {
  visibility: visible; }

.glossary-page__heading {
  margin: 0 10px 0 10px; }

.glossary-page-list {
  padding-right: 10px;
  width: 35%; }
  @media (min-width: 900px) {
    .glossary-page-list {
      width: 25%; } }

.glossary-page-list__list {
  list-style: none; }

.glossary-page-list__list-item {
  border-bottom: 1px solid #747474;
  font-weight: 700;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  text-align: left;
  font-family: Montserrat, sans-serif; }
  .glossary-page-list__list-item:hover {
    color: #c9187e; }

.glossary-page-list__button-icon {
  visibility: hidden; }

.glossary-page-list__link {
  outline: none;
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: none;
  color: #3C3C3B;
  border: none;
  margin: 0;
  text-decoration: none;
  background-color: white;
  width: 100%; }

.glossary-page-list__link--active {
  color: #c9187e; }
  .glossary-page-list__link--active .glossary-page-list__button-icon {
    visibility: visible; }

.glossary-page-details {
  width: 100%;
  margin-left: 20px;
  margin-top: 20px;
  display: none; }
  @media (min-width: 900px) {
    .glossary-page-details {
      margin-left: 30px;
      width: 55%; } }

.glossary-page-details--show {
  display: block; }

.section-heading--glossary-item {
  margin-bottom: 20px;
  text-transform: none; }
  .section-heading--glossary-item .glossary-item__section-heading {
    color: white;
    margin-bottom: 0;
    font-size: 1.4rem; }

.glossary-item__section-heading {
  background-color: #3C3C3B;
  color: white;
  margin-bottom: 0;
  padding: 5px;
  padding-right: 40px;
  width: 100px; }

.glossary-item__heading {
  font-size: 1.8rem; }

.glossary-item__last-updated {
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 20px; }

.glossary-page__letters {
  margin-top: 10px;
  margin-bottom: 40px; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.umb-grid {
  width: 100%; }
  @media (max-width: 599px) {
    .umb-grid {
      width: 100%; } }

.column {
  margin: 0 10px; }
  @media (min-width: 600px) {
    .column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.col-md-1 {
  width: calc(220px + (100% - 240px)); }
  @media (min-width: 600px) {
    .col-md-1 {
      width: calc(((100% - 240px) / 12 * 1)); } }

.col-md-2 {
  width: calc(220px + (100% - 240px)); }
  @media (min-width: 600px) {
    .col-md-2 {
      width: calc(20px + ((100% - 240px) / 12 * 2)); } }

.col-md-3 {
  width: calc(220px + (100% - 240px)); }
  @media (min-width: 600px) {
    .col-md-3 {
      width: calc(40px + ((100% - 240px) / 12 * 3)); } }
  .col-md-3 .grid-item__image--large, .col-md-3 .grid-item__image--medium {
    display: none; }
  .col-md-3 .grid-item__image--small {
    display: none; }
    @media (min-width: 600px) {
      .col-md-3 .grid-item__image--small {
        display: block; } }

.col-md-4 {
  width: calc(220px + (100% - 240px)); }
  @media (min-width: 600px) {
    .col-md-4 {
      width: calc(60px + ((100% - 240px) / 12 * 4)); } }
  .col-md-4 .grid-item__image--large, .col-md-4 .grid-item__image--small {
    display: none; }
  .col-md-4 .grid-item__image--medium {
    display: none; }
    @media (min-width: 600px) {
      .col-md-4 .grid-item__image--medium {
        display: block; } }

.col-md-5 {
  width: calc(220px + (100% - 240px)); }
  @media (min-width: 600px) {
    .col-md-5 {
      width: calc(80px + ((100% - 240px) / 12 * 5)); } }
  .col-md-5 .grid-item__image--small, .col-md-5 .grid-item__image--medium {
    display: none; }
  .col-md-5 .grid-item__image--large {
    display: none; }
    @media (min-width: 600px) {
      .col-md-5 .grid-item__image--large {
        display: block; } }

.col-md-6 {
  width: calc(220px + (100% - 240px)); }
  @media (min-width: 600px) {
    .col-md-6 {
      width: calc(100px + ((100% - 240px) / 12 * 6)); } }
  .col-md-6 .grid-item__image--small, .col-md-6 .grid-item__image--medium {
    display: none; }
  .col-md-6 .grid-item__image--large {
    display: none; }
    @media (min-width: 600px) {
      .col-md-6 .grid-item__image--large {
        display: block; } }

.col-md-7 {
  width: calc(220px + (100% - 240px)); }
  @media (min-width: 600px) {
    .col-md-7 {
      width: calc(120px + ((100% - 240px) / 12 * 7)); } }

.col-md-8 {
  width: calc(220px + (100% - 240px)); }
  @media (min-width: 600px) {
    .col-md-8 {
      width: calc(140px + ((100% - 240px) / 12 * 8));
      display: block; } }
  .col-md-8 .section-heading {
    margin-bottom: 35px; }

.col-md-9 {
  width: calc(220px + (100% - 240px)); }
  @media (min-width: 600px) {
    .col-md-9 {
      width: calc(160px + ((100% - 240px) / 12 * 9)); } }

.col-md-10 {
  width: calc(220px + (100% - 240px)); }
  @media (min-width: 600px) {
    .col-md-10 {
      width: calc(180px + ((100% - 240px) / 12 * 10)); } }

.col-md-11 {
  width: calc(220px + (100% - 240px)); }
  @media (min-width: 600px) {
    .col-md-11 {
      width: calc(200px + ((100% - 240px) / 12 * 11)); } }

.col-md-12 {
  width: calc(220px + (100% - 240px)); }
  .col-md-12 .grid-item__image-container .grid-item__image--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 600px) {
      .col-md-12 .grid-item__image-container .grid-item__image--mobile {
        display: none; } }
  @media (min-width: 600px) {
    .col-md-12 .grid-item__image-container .grid-item__image--medium {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.grid-container {
  margin-top: 30px; }
  @media (min-width: 1200px) {
    .grid-container {
      margin-top: 40px; } }

.grid-container--no-margin {
  margin: 0; }

.grid {
  background-color: white; }

.grid-item__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    .grid-item__container {
      display: block;
      width: unset;
      margin-bottom: 0; } }

.grid-item__container--grey-background {
  background-color: #3C3C3B;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content; }
  @media (min-width: 600px) {
    .grid-item__container--grey-background {
      -ms-flex-item-align: start;
          align-self: flex-start; } }
  .grid-item__container--grey-background .contextual-action__container {
    margin-bottom: 10px;
    margin-left: 10px; }
  .grid-item__container--grey-background .contextual-action__link {
    color: white; }

.grid-item__container--title-over-image {
  position: relative; }

.grid-item__text-container {
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .grid-item__text-container {
      margin-bottom: 10px; } }

.grid-item__text-container--grey-background {
  color: white;
  margin-top: 10px; }
  @media (min-width: 600px) {
    .grid-item__text-container--grey-background {
      padding: 0 10px 10px 10px;
      margin-top: 0; } }

.grid-item__title {
  margin-top: 0;
  font-size: 1.7rem; }
  @media (min-width: 600px) {
    .grid-item__title {
      margin-top: 10px; } }
  @media (min-width: 900px) {
    .grid-item__title {
      font-size: 2.4rem; } }

.grid-item__title-link {
  text-decoration: none;
  color: #3C3C3B;
  word-break: break-word; }

.grid-item__title-link--grey-background {
  color: white; }

.grid-item__title--title-over-image {
  color: white;
  margin: 20px 0 20px 20px; }

.grid-item__link--title-over-image {
  color: white;
  font-size: 2.4rem;
  font-weight: 800; }

.grid-item__link--read-more-text {
  font-size: 1.2rem;
  margin: 20px 0 20px 20px;
  padding-bottom: 2px; }
  .grid-item__link--read-more-text:hover {
    border-bottom: 2px solid #c9187e; }

.grid-item__description {
  display: none;
  margin-top: 10px; }
  @media (min-width: 600px) {
    .grid-item__description {
      display: block;
      overflow: hidden;
      line-height: 20px;
      font-size: 1.2rem; } }
  @media (min-width: 900px) {
    .grid-item__description {
      font-size: 1.4rem; } }

.grid-item__description-call-to-action {
  display: none; }

.grid-item__description--description {
  display: none;
  line-height: 20px;
  margin-top: 10px; }
  @media (min-width: 600px) {
    .grid-item__description--description {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.grid-item__image-container {
  max-width: 100%;
  margin-right: 10px; }
  @media (min-width: 600px) {
    .grid-item__image-container {
      margin-right: 0;
      position: relative; }
      .grid-item__image-container .grid-item__image--mobile {
        display: none; } }

.grid-item__image-container--title-over-image {
  margin-right: 0;
  height: 326px; }

@media (min-width: 600px) {
  .grid-item__image-container--preview-tags {
    margin-bottom: 35px; } }

@media (max-width: 599px) {
  .grid-item__image-mobile--title-over-image {
    display: none; } }

@media (max-width: 599px) {
  .grid-item__image--large.grid-item__image-large--title-over-image {
    display: unset; } }

.grid-item__image-large--title-over-image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center; }

.grid-item__image {
  max-width: 100%; }

.grid-item__image--mobile {
  float: left;
  min-width: 180px; }

.grid-item__action-link {
  display: none;
  font-size: 1.2rem;
  margin-top: 20px; }
  @media (min-width: 600px) {
    .grid-item__action-link {
      display: block; } }

.latest-items__grid-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.latest-items__container {
  display: block;
  width: 100%; }
  @media (min-width: 600px) {
    .latest-items__container {
      margin: 0 0 35px 0; }
      .latest-items__container:nth-child(3n +1) {
        padding: 0 12.5px 0 0; }
      .latest-items__container:nth-child(3n-1) {
        padding: 0 6px 0 6px; }
      .latest-items__container:nth-child(3n) {
        padding: 0 0 0 12.5px; }
      .latest-items__container:nth-last-child(-n+3) {
        margin-bottom: 0; } }
  @media (min-width: 600px) {
    .latest-items__container {
      width: calc(80px + ((100% - 240px) / 12 * 4)); } }

.latest-tagged-items__container {
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .latest-tagged-items__container {
      margin-bottom: 35px; }
      .latest-tagged-items__container:nth-last-child(-n+3) {
        margin-bottom: 0; } }

.link-out__link {
  text-decoration: none;
  color: #3C3C3B;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 5px;
  border: 2px solid transparent;
  vertical-align: text-bottom; }
  .link-out__link:hover .link-out__text {
    border-bottom: 2px solid #3C3C3B; }
  .link-out__link:focus {
    outline: none;
    border: 2px solid #c9187e; }

.link-out__container {
  text-align: center;
  margin: 0;
  width: 100%;
  background-color: white;
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    .link-out__container {
      margin-top: -10px;
      margin-bottom: 10px; } }
  .link-out__container .button__icon--large {
    font-size: 2.5rem; }
    @media (min-width: 600px) {
      .link-out__container .button__icon--large {
        font-size: 4.4rem; } }

.latest-item__image--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 180px; }
  @media (min-width: 600px) {
    .latest-item__image--mobile {
      display: none; } }

.latest-item__image--medium {
  display: none; }
  @media (min-width: 600px) {
    .latest-item__image--medium {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.grid-text__container {
  margin: 0 0 20px 0;
  overflow: hidden; }
  @media (min-width: 600px) {
    .grid-text__container {
      width: 100%;
      margin: 0 10px 0 0; } }
  .grid-text__container ins {
    text-decoration: none; }
  .grid-text__container .help-link-container .link--help:focus {
    color: #c9187e; }
  .grid-text__container iframe {
    width: 100%; }

.grid-text__title {
  margin-top: 0;
  margin-bottom: 20px;
  color: #3C3C3B;
  font-size: 1.8rem; }
  @media (min-width: 900px) {
    .grid-text__title {
      font-size: 2.4rem; } }

.grid-text__body-text {
  display: none;
  font-size: 1.2rem;
  line-height: 20px;
  color: #3C3C3B; }
  @media (min-width: 600px) {
    .grid-text__body-text {
      display: block; } }
  @media (min-width: 900px) {
    .grid-text__body-text {
      font-size: 1.4rem; } }

.grid-text__body-text--mobile-visible {
  display: block; }

.grid-text__sub-heading {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #3C3C3B;
  line-height: 22px; }
  @media (min-width: 900px) {
    .grid-text__sub-heading {
      font-size: 1.6rem;
      margin-bottom: 10px; } }
  @media (min-width: 1200px) {
    .grid-text__sub-heading {
      margin-bottom: 20px; } }

.grid-text__link {
  text-decoration: none !important;
  font-size: 1.2rem;
  margin-top: 10px;
  color: #3C3C3B;
  font-weight: 600;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .grid-text__link.button__icon {
    margin-left: 0; }
  .grid-text__link:focus {
    outline-color: #c9187e;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: solid #c9187e;
    outline-offset: 2px; }
  .grid-text__link--text:hover {
    color: #c9187e; }
    .grid-text__link--text:hover .button__icon {
      color: #c9187e; }

.grid-text__link--hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .grid-text__link--hover:hover .grid-text__link-text {
    color: #c9187e;
    border-bottom: 2px solid #c9187e; }
  .grid-text__link--hover:hover .button__icon {
    color: #c9187e; }

.grid-text__link-text {
  border-bottom: 2px solid transparent; }

.image-crop__grid {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 20px;
  height: 200px; }
  @media (min-width: 600px) {
    .image-crop__grid {
      height: 256px; } }
  @media (min-width: 1200px) {
    .image-crop__grid {
      height: 270px; } }

.title-over-image__image {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 20px; }
  @media (max-width: 599px) {
    .title-over-image__image {
      display: inline-block; } }
  @media (min-width: 600px) {
    .title-over-image__image {
      height: 225px;
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .title-over-image__image {
      height: 325px; } }

.results.results--LatestTagged {
  margin: 0; }

.results__container--LatestTagged {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .umb-grid {
    width: 100%; }
  .grid-item__text-container {
    width: 100%; }
  .search-results-LatestTaggedSearch {
    width: 100%; } }

@media all and (-ms-high-contrast: none) and (min-width: 600px), (-ms-high-contrast: active) and (min-width: 600px) {
  .latest-tagged-items__container {
    width: 33.333% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important; }
    .latest-tagged-items__container:nth-child(1) {
      width: 50% !important;
      -webkit-box-flex: 0 !important;
          -ms-flex: none !important;
              flex: none !important; }
    .latest-tagged-items__container:nth-child(2), .latest-tagged-items__container:nth-child(3) {
      width: 25% !important;
      -webkit-box-flex: 0 !important;
          -ms-flex: none !important;
              flex: none !important; } }

.search-results-LatestTaggedSearch .tags {
  display: none; }

.search-results-LatestTaggedSearch .search-pagination__container {
  display: none; }

@media (min-width: 600px) {
  .search-results-LatestTaggedSearch__show-tags .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.search-results-LatestTaggedSearch__show-tags .grid-item__image-container {
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .search-results-LatestTaggedSearch__show-tags .grid-item__image-container {
      margin-bottom: 35px; } }

.button-list__container {
  width: 100%; }

.white-background-button__full-width {
  width: 100%; }

.video-wrapper {
  margin-bottom: 20px;
  width: 100%; }
  .video-wrapper iframe {
    width: 100%; }
    @media (max-width: 599px) {
      .video-wrapper iframe {
        width: 100%; } }

.embedded-video__container {
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .embedded-video__container {
      margin-bottom: 0; } }
  .embedded-video__container iframe {
    max-width: 100%; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.cta-tags__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.cta__tag {
  margin-left: 5px;
  margin-bottom: 5px; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.site-hamburger__inner {
  margin: 0; }

.hamburger__container {
  position: absolute;
  top: 95px;
  background-color: #3c3c3b;
  z-index: 3;
  display: inline;
  opacity: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms; }
  @media (min-width: 600px) {
    .hamburger__container {
      display: none; } }

.hamburger--microsite {
  margin-top: 15px; }

.hamburger__container.is-visible {
  width: 100%;
  visibility: visible;
  opacity: 1; }
  @media (min-width: 600px) {
    .hamburger__container.is-visible {
      display: none; } }

.hamburger__nav {
  width: 100%; }

.site-hamburger__category {
  list-style: none;
  width: 100%;
  margin-right: 11px;
  margin-left: 11px; }

.site-hamburger__category-title-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  font: inherit;
  cursor: pointer;
  width: 100%;
  padding: 7px 10px 7px 10px;
  background-color: #3C3C3B;
  color: white;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid white; }
  .site-hamburger__category-title-button .button__icon--down {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-size: 2.4rem; }
  .site-hamburger__category-title-button:focus {
    outline: none; }
  .site-hamburger__category-title-button.is-active {
    border-bottom: none; }
    .site-hamburger__category-title-button.is-active .button__icon--down {
      -webkit-transform: rotate(270deg);
      transform: rotate(270deg);
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }

.site-hamburger__category-title {
  width: 100%;
  background-color: #3C3C3B;
  color: white;
  text-decoration: none;
  display: block;
  text-align: left;
  font-weight: 600;
  font-size: 1.6rem; }

.site-hamburger__category-title--main-link {
  padding: 7px 10px 7px 10px; }

.hamburger__category-menu {
  -webkit-transition: height ease 2s;
  transition: height ease 2s;
  background-color: white;
  margin: 0 -11px 0 -11px;
  padding-bottom: 5px; }
  @media (min-width: 600px) {
    .hamburger__category-menu {
      margin: 0; } }
  .hamburger__category-menu.is-active {
    max-height: 100%; }

.hamburger-category-menu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  padding: 7px 10px 7px 10px;
  margin: 0 10px 0 10px;
  cursor: pointer; }

.hamburger-category-menu__title-link {
  color: #3c3c3b;
  margin: 10px 0 10px 0;
  font-size: 1.7rem;
  font-weight: 800; }

.hamburger-sub-category__links {
  list-style: none; }

.hamburger-sub-category__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px 7px 10px;
  color: #3c3c3b;
  background-color: #ffffff; }

.hamburger-sub-category__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  color: #3c3c3b;
  font-weight: 800;
  font-size: 1.4rem;
  padding: 7px 10px 7px 10px;
  margin: 5px 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  min-height: 34px; }
  .hamburger-sub-category__title .button__icon--down {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .hamburger-sub-category__title.is-active {
    background-color: #e8e8e8; }
    .hamburger-sub-category__title.is-active .button__icon--down {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg);
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }

.hamburger-sub-categories__sub-category {
  width: auto;
  list-style: none;
  text-align: left;
  border-top: solid 1px #707070;
  margin: 0 10px 0 10px; }

.hamburger-sub-category__reusable-rich-text {
  margin: 10px 10px 0 10px; }

.hamburger-sub-category__link-title {
  color: #3c3c3b;
  font-size: 1.2rem;
  font-weight: 600; }

.hamburger-menu__sub-category-title {
  color: white;
  font-size: 1.3rem;
  text-decoration: none; }

.hamburger__search-container {
  background-color: #3C3C3B;
  width: 100%; }

.hamburger__search {
  margin: 10px 10px 10px 10px;
  background-color: #3C3C3B; }

.micro-site-hamburger-button__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px; }

.micro-site-hamburger__container---main-site {
  height: 0;
  position: static;
  overflow: hidden; }
  .micro-site-hamburger__container---main-site.is-visible {
    display: inline;
    height: auto;
    overflow: initial; }
    @media (min-width: 600px) {
      .micro-site-hamburger__container---main-site.is-visible {
        display: none; } }

.micro-site-hamburger__container---micro-site {
  top: 80px; }

.micro-site-hamburger__container---micro-site.micro-site-hamburger__container---no-main-header {
  top: 95px; }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .header {
    overflow: visible; } }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
            transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
            transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
            transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
            transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
            transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
            transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
            transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
            transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
            transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
            transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
            transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
            transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
            transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
            transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
            transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
            transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    -webkit-transition: opacity 0.125s 0.275s ease;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
            transform: translate3d(0, -20px, 0) rotate(-270deg);
    -webkit-transition-delay: 0.075s;
            transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    -webkit-transition: opacity 0.125s 0.275s ease;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
          transform: translate3d(0, 10px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
            transform: translate3d(0, -20px, 0) rotate(270deg);
    -webkit-transition-delay: 0.075s;
            transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    -webkit-transition: background-color 0.125s 0.175s ease-in;
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
  .hamburger--emphatic.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
              transform: translate3d(80px, 80px, 0) rotate(45deg);
      -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
              transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    -webkit-transition: background-color 0.125s 0.175s ease-in;
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
              transform: translate3d(80px, -80px, 0) rotate(-45deg);
      -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
              transform: translate3d(-80px, -80px, 0) rotate(45deg);
      -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
            transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
            transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
            transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
            transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
            transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
            transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.header {
  background: #ffffff;
  overflow: unset; }

.header--hero-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  background-color: rgba(0, 0, 0, 0.45);
  min-height: 195px; }
  @media (min-width: 600px) {
    .header--hero-image {
      min-height: 450px; } }
  @media (min-width: 900px) {
    .header--hero-image {
      min-height: 480px; } }
  @media (min-width: 1200px) {
    .header--hero-image {
      min-height: 620px; } }
  .header--hero-image .site-navigation__inner {
    margin-top: 45px; }

.header--small-hero-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  background-color: rgba(0, 0, 0, 0.45);
  min-height: 195px; }
  @media (min-width: 600px) {
    .header--small-hero-image {
      min-height: 350px; } }
  @media (min-width: 900px) {
    .header--small-hero-image {
      min-height: 350px; } }
  @media (min-width: 1200px) {
    .header--small-hero-image {
      min-height: 408px; } }

.header--subHeader {
  display: block;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media (min-width: 600px) {
    .header--subHeader {
      margin-top: 15px;
      margin-bottom: 20px; } }
  @media (min-width: 900px) {
    .header--subHeader {
      margin-top: 40px;
      margin-bottom: 25px; } }

@media (min-width: 900px) {
  .header__two-columns .site-utility-button__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

.header__two-columns .site-utility-buttons {
  margin: 10px 20px 10px 20px; }
  @media (min-width: 600px) {
    .header__two-columns .site-utility-buttons {
      margin: 0 10px 0 10px; } }
  @media (min-width: 1200px) {
    .header__two-columns .site-utility-buttons {
      margin: 0 0 0 20px; } }

.header__two-columns .header__row--subHeader {
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal; }
  @media (min-width: 600px) {
    .header__two-columns .header__row--subHeader {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (min-width: 900px) {
    .header__two-columns .header__row--subHeader {
      -webkit-box-pack: normal;
          -ms-flex-pack: normal;
              justify-content: normal; } }

.header__row--subHeader {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (min-width: 600px) {
    .header__row--subHeader {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (min-width: 900px) {
    .header__row--subHeader {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.hero-container {
  position: absolute;
  display: block;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.hero-container--mobile {
  display: block; }
  @media (min-width: 600px) {
    .hero-container--mobile {
      display: none; } }

.hero-container--tablet {
  display: none; }
  @media (min-width: 600px) {
    .hero-container--tablet {
      display: block; } }
  @media (min-width: 1200px) {
    .hero-container--tablet {
      display: none; } }

.hero-container--desktop {
  display: none; }
  @media (min-width: 1200px) {
    .hero-container--desktop {
      display: block; } }

@media (max-width: 599px) {
  .header__site-controls-container {
    width: 100%; } }

.header__site-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%; }

.header__logo {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  height: 45px;
  margin-bottom: 10px; }
  @media (max-width: 599px) {
    .header__logo {
      overflow: hidden; } }
  @media (min-width: 600px) {
    .header__logo {
      height: 38px;
      margin-right: 20px; } }
  @media (min-width: 900px) {
    .header__logo {
      height: 50px; } }
  @media (min-width: 1200px) {
    .header__logo {
      height: 55px; } }

.header__logo--mobile {
  display: block;
  margin-left: 20px;
  margin-right: 0;
  margin-bottom: 0;
  width: calc(100px + ((100% - 240px) / 12 * 6)); }
  @media (min-width: 600px) {
    .header__logo--mobile {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: baseline;
          align-self: baseline; } }
  @media (min-width: 900px) {
    .header__logo--mobile {
      display: none; } }

.header__logo--desktop {
  display: none; }
  @media (min-width: 900px) {
    .header__logo--desktop {
      display: block; } }

.senedd-logo {
  height: 100%;
  margin: 0; }
  .senedd-logo:focus {
    outline: none; }

.header__search-nav-container {
  width: 100%; }
  @media (min-width: 900px) {
    .header__search-nav-container {
      width: 100%; } }

.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 10px 20px 10px; }
  @media (min-width: 600px) {
    .header__search {
      margin: 5px 10px 30px auto;
      width: 320px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (min-width: 900px) {
    .header__search {
      margin: 5px 10px 20px auto; } }

.header__search--hero-image {
  width: calc(220px + (100% - 240px)); }

.header__nav {
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px; }
  @media (min-width: 600px) {
    .header__nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px;
      margin-left: 10px;
      margin-right: 10px; } }
  @media (min-width: 900px) {
    .header__nav {
      margin-top: 0;
      margin-left: 10px;
      margin-right: 10px; } }

.header__nav--full-width {
  width: calc(220px + (100% - 240px)); }

@media (max-width: 599px) {
  .header__inner-container {
    width: 100%; } }

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%; }
  @media (min-width: 600px) {
    .header__inner {
      margin-bottom: 20px;
      -ms-flex-wrap: unset;
          flex-wrap: unset; } }
  @media (min-width: 900px) {
    .header__inner {
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .header__inner {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.header__hero-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: inherit; }

.hero-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.hero-title {
  display: none;
  width: calc(220px + (100% - 240px));
  margin-top: 10px;
  margin-bottom: 10px; }
  @media (min-width: 600px) {
    .hero-title {
      display: block; } }
  @media (min-width: 1200px) {
    .hero-title {
      margin-top: 40px;
      margin-bottom: 40px; } }

@media (min-width: 1200px) {
  .hero-title--with-sub-title {
    margin-bottom: 10px; } }

.hero-title__text {
  white-space: pre-wrap;
  color: #ffffff;
  text-align: center; }
  @media (min-width: 600px) {
    .hero-title__text {
      font-size: 2.4rem; } }
  @media (min-width: 900px) {
    .hero-title__text {
      font-size: 4rem; } }

.hero-title__text--charcoal {
  color: #3C3C3B; }

.hero-sub-title {
  display: none;
  width: calc(220px + (100% - 240px));
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center; }
  @media (min-width: 600px) {
    .hero-sub-title {
      display: block; } }
  @media (min-width: 1200px) {
    .hero-sub-title {
      margin-top: 10px;
      margin-bottom: 40px; } }

.hero-sub-title__text {
  white-space: pre-wrap;
  color: #ffffff;
  font-weight: 700; }
  @media (min-width: 600px) {
    .hero-sub-title__text {
      font-size: 1.2rem; } }
  @media (min-width: 900px) {
    .hero-sub-title__text {
      font-size: 1.6rem; } }

.hero-sub-title__link {
  white-space: pre-wrap;
  color: #ffffff;
  font-weight: 700; }
  @media (min-width: 600px) {
    .hero-sub-title__link {
      font-size: 1.2rem; } }
  @media (min-width: 900px) {
    .hero-sub-title__link {
      font-size: 1.6rem; } }
  .hero-sub-title__link:hover, .hero-sub-title__link:focus {
    color: #c9187e; }
  .hero-sub-title__link:focus {
    border: 1px solid #c9187e; }

.hamburger {
  width: calc(40px + ((100% - 240px) / 12 * 3));
  margin: 10px;
  padding: 0; }
  .hamburger:focus {
    outline: none; }
  @media (min-width: 600px) {
    .hamburger {
      display: none; } }
  .hamburger > .hamburger-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse; }

.hamburger-inner {
  right: 0; }

.hamburger-inner--white {
  background-color: white; }
  .hamburger-inner--white::before, .hamburger-inner--white::after {
    background-color: white; }

.hamburger-inner--black {
  background-color: black; }
  .hamburger-inner--black::before, .hamburger-inner--black::after {
    background-color: black !important; }
    .hamburger-inner--black::before.is-active, .hamburger-inner--black::after.is-active {
      background-color: black !important; }

.hamburger.is-active .hamburger-inner--white::before, .hamburger.is-active .hamburger-inner--white::after {
  background-color: white !important; }

.hamburger.is-active .hamburger-inner--black::before, .hamburger.is-active .hamburger-inner--black::after {
  background-color: black !important; }

.site-controls__item {
  padding: 10px 0;
  margin-left: 20px;
  margin-right: 10px;
  position: relative;
  text-transform: uppercase; }
  .site-controls__item:last-child {
    margin-right: 10px; }

.site-controls__item--help {
  display: none; }
  @media (min-width: 600px) {
    .site-controls__item--help {
      display: block; }
      .site-controls__item--help .link {
        border: 2px solid transparent; }
        .site-controls__item--help .link:focus {
          outline-color: #c9187e;
          -webkit-box-shadow: none;
                  box-shadow: none;
          outline-offset: 2px;
          outline: 2px solid #c9187e; } }

.site-controls__help-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 95%;
  border-radius: 7px;
  -webkit-box-shadow: 0px 3px 6px #0000005A;
          box-shadow: 0px 3px 6px #0000005A;
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 2; }
  .site-controls__help-menu.is-active {
    visibility: visible;
    opacity: 1;
    top: 100%; }

.help-menu__item {
  list-style: none;
  text-align: left;
  padding: 15px; }

.help-menu__item-title {
  font-weight: 400;
  font-size: 1rem;
  color: #3C3C3B;
  text-decoration: none; }

.header-hidden-hero-title {
  font-size: 2.7rem;
  color: #3C3C3B;
  margin: 40px 10px 15px 10px; }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .header__logo--mobile {
    position: relative; }
  .site-navigation__inner {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .header__nav {
    margin-top: 0; } }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.header--microsite {
  background: transparent; }

.header__microsite-top {
  background-color: #3C3C3B; }
  .header__microsite-top .site-controls__item {
    padding: 5px 0 0 0; }

.header__logo--microsite {
  width: calc(60px + ((100% - 240px) / 12 * 4));
  height: 33px; }

.header__microsite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  background-color: none;
  background-color: transparent; }

.header__microsite--hero {
  min-height: 195px; }
  @media (min-width: 600px) {
    .header__microsite--hero {
      min-height: 350px; } }
  @media (min-width: 900px) {
    .header__microsite--hero {
      min-height: 400px; } }
  @media (min-width: 1200px) {
    .header__microsite--hero {
      min-height: 480px; } }

.header__navigation-container--microsite {
  position: relative;
  background-color: rgba(0, 0, 0, 0.45);
  margin-bottom: 0px; }
  @media (max-width: 599px) {
    .header__navigation-container--microsite {
      width: 100%; } }

.header__navigation-container--microsite-hero {
  background-color: rgba(0, 0, 0, 0.45); }

.header__navigation-container--header-background {
  background-color: none;
  background-color: transparent; }

.header__hero-title-container--microsite {
  background-color: rgba(0, 0, 0, 0.45);
  margin-top: 0px; }

.header-background-image-container {
  display: block;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.header__logo--microsite-hero-desktop {
  margin-top: 30px; }

.header__logo--microsite-hero-mobile {
  margin: 20px 0 10px 10px;
  width: calc(160px + ((100% - 240px) / 12 * 9));
  position: absolute;
  top: 0;
  left: 0; }
  @media (min-width: 600px) {
    .header__logo--microsite-hero-mobile {
      width: calc(80px + ((100% - 240px) / 12 * 5));
      position: initial; } }

.header__search--microsite-hero {
  width: 100%;
  margin: 20px 10px 10px 10px; }
  @media (min-width: 600px) {
    .header__search--microsite-hero {
      width: calc(100px + ((100% - 240px) / 12 * 6));
      margin: 35px 20px 10px 0px; } }
  @media (min-width: 900px) {
    .header__search--microsite-hero {
      width: calc(60px + ((100% - 240px) / 12 * 4)); } }
  @media (min-width: 1200px) {
    .header__search--microsite-hero {
      width: calc(120px + ((100% - 240px) / 12 * 7)); } }

.header__inner--microsite {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px; }
  @media (min-width: 600px) {
    .header__inner--microsite {
      min-height: unset;
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .header__inner--microsite {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.header__inner--microsite-top {
  margin-bottom: 10px;
  margin-top: 10px; }
  @media (min-width: 600px) {
    .header__inner--microsite-top {
      margin-bottom: 5px;
      margin-top: 0; } }

.header__nav--microsite .site-navigation__inner {
  margin-top: 15px; }
  @media (min-width: 900px) {
    .header__nav--microsite .site-navigation__inner {
      margin-top: 10px; } }

.header__nav--microsite .site-navigation__category-title {
  font-size: 1.4rem; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.help-link-container {
  margin: 20px 0 10px 0; }
  @media (min-width: 600px) {
    .help-link-container {
      margin: 10px 0 10px 0; } }
  @media (min-width: 1200px) {
    .help-link-container {
      margin: 20px 0 10px 0; } }


/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.jqvmap-label {
  position: absolute;
  display: none;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  padding: 3px;
  pointer-events: none; }

.jqvmap-pin {
  pointer-events: none; }

.jqvmap-zoomin, .jqvmap-zoomout {
  position: absolute;
  border-radius: 3px;
  background-color: rgba(60, 60, 59, 0.9);
  padding: 3px;
  color: white;
  width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 15px;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 900px) {
    .jqvmap-zoomin, .jqvmap-zoomout {
      right: 10px; } }

.jqvmap-zoomin {
  bottom: 30px;
  right: 50px; }
  @media (min-width: 600px) {
    .jqvmap-zoomin {
      bottom: 60px;
      right: 10px; } }

.jqvmap-zoomout {
  bottom: 30px;
  right: 10px; }
  @media (min-width: 600px) {
    .jqvmap-zoomout {
      bottom: 20px; } }

.jqvmap-region {
  cursor: pointer; }

.jqvmap-ajax_response {
  width: 100%;
  height: 500px; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.senedd-loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.senedd-loader--absolute-center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.senedd-loader div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #c9187e;
  border-radius: 50%;
  -webkit-animation: senedd-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: senedd-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #c9187e transparent transparent transparent; }

.senedd-loader div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s; }

.senedd-loader div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }

.senedd-loader div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s; }

@-webkit-keyframes senedd-loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes senedd-loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.ms-utility-buttons__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .ms-utility-buttons__container {
      margin-top: 15px;
      margin-bottom: 15px; } }
  @media (min-width: 900px) {
    .ms-utility-buttons__container {
      margin-top: 15px;
      margin-bottom: 20px; } }
  .ms-utility-buttons__container .site-utility-button__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 600px) {
      .ms-utility-buttons__container .site-utility-button__list {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .ms-utility-buttons__container .site-utility-buttons {
    margin: 0 10px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media (min-width: 1200px) {
      .ms-utility-buttons__container .site-utility-buttons {
        margin: 0; } }

.ms-search__search-form-container {
  width: calc(220px + (100% - 240px));
  margin: 0 10px 20px 10px; }
  @media (min-width: 900px) {
    .ms-search__search-form-container {
      display: inline-block;
      width: calc(60px + ((100% - 240px) / 12 * 4)); } }
  @media (min-width: 1200px) {
    .ms-search__search-form-container {
      width: calc(40px + ((100% - 240px) / 12 * 3)); } }

.ms-search__search-form-title {
  margin-bottom: 15px;
  font-size: 1.6rem; }

.search-form--ms {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 20px;
  width: 100%; }

.search-filter-button-links {
  margin: 15px 0 15px 0; }

.ms__share-button-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 10px 0 10px;
  margin-bottom: 10px; }
  @media (min-width: 600px) {
    .ms__share-button-container {
      margin-bottom: 0; } }

.ms-search__maps-and-results {
  width: calc(220px + (100% - 240px));
  margin: 0 10px 0 10px; }
  @media (min-width: 900px) {
    .ms-search__maps-and-results {
      display: inline-block;
      width: calc(140px + ((100% - 240px) / 12 * 8)); } }
  @media (min-width: 1200px) {
    .ms-search__maps-and-results {
      width: calc(160px + ((100% - 240px) / 12 * 9)); } }

.ms-search-maps {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 10px; }

.ms-search-maps__titles-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ms-search-maps__title {
  width: 50%;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .ms-search-maps__title:nth-child(2) {
    margin-left: 20px; }
  @media (min-width: 600px) {
    .ms-search-maps__title {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: 10px; } }

.ms-search-maps__map {
  background-color: transparent;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  min-height: 400px; }

.ms-search-results {
  display: block;
  width: 100%;
  margin-bottom: 50px;
  margin-right: 10px;
  margin-left: 10px; }

.results__container--MemberOfSenedd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.person-search-result-item {
  display: inline-block;
  width: calc(100px + ((100% - 240px) / 12 * 6));
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0 !important; }
  .person-search-result-item .link:focus {
    outline: none; }
    .person-search-result-item .link:focus .person-search-result-item__image {
      border: 3px solid #c9187e; }
  html[data-browser*="Trident"] .person-search-result-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 50%;
            flex: 1 50%; }
  @media (min-width: 600px) {
    .person-search-result-item {
      width: calc(40px + ((100% - 240px) / 12 * 3)); }
      html[data-browser*="Trident"] .person-search-result-item {
        -webkit-box-flex: 1;
            -ms-flex: 1 25%;
                flex: 1 25%; } }
  @media (min-width: 900px) {
    .person-search-result-item {
      width: calc(40px + ((100% - 240px) / 12 * 3)); } }
  @media (min-width: 1200px) {
    .person-search-result-item {
      width: calc(20px + ((100% - 240px) / 12 * 2));
      /* IE10+*/
      /*edge*/ } }
  @media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
    .person-search-result-item {
      width: 14% !important; } }
  @media (min-width: 1200px) {
      @supports (-ms-ime-align: auto) {
        .person-search-result-item {
          width: 14%; } }
      html[data-browser*="Trident"] .person-search-result-item {
        -webkit-box-flex: 1;
            -ms-flex: 1 15%;
                flex: 1 15%; } }

.person-search-result-item__image {
  width: 100%;
  border: 3px solid #707070;
  margin-bottom: 10px; }

.person-search-result-item__text {
  color: #3C3C3B;
  font-size: 1.3rem; }
  .person-search-result-item__text:first-of-type {
    font-weight: 700;
    font-size: 1.4rem; }

.cross-constituency-alert-dialogue {
  width: 100%;
  margin: 0 0 20px 0;
  font-weight: 700;
  color: #c9187e; }

.search-input-container__input-box--MemberOfSenedd {
  width: 100% !important; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.site-navigation {
  display: none;
  background-color: transparent;
  overflow: visible; }
  @media (min-width: 600px) {
    .site-navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.site-navigation--microsite {
  margin-bottom: 10px; }

.site-navigation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  margin-right: 0; }
  @media (min-width: 600px) {
    .site-navigation__inner {
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      width: 100%; }
      html[data-browser*="Edge"] .site-navigation__inner {
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
  @media (min-width: 900px) {
    .site-navigation__inner {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: unset; } }

.site-navigation__category {
  display: inline-block;
  list-style: none; }
  @media (min-width: 600px) {
    .site-navigation__category {
      margin: 0 25px 0px 25px; }
      .site-navigation__category:nth-child(1) {
        margin-left: 0; } }
  @media (min-width: 900px) {
    .site-navigation__category {
      margin: 0 20px 0px 20px; }
      .site-navigation__category:last-child {
        margin-right: 0; } }
  @media (min-width: 1200px) {
    .site-navigation__category {
      margin: 0px 45px 0px 45px; } }

.site-navigation__category--microsite {
  margin-bottom: 5px; }

@media (min-width: 900px) {
  .header__nav--align-left {
    margin-top: 25px; } }

@media (min-width: 900px) {
  .header__nav--align-left .site-navigation__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%; } }

@media (min-width: 1200px) {
  .header__nav--align-left .site-navigation__category:first-child {
    margin-left: 0; } }

.site-navigation__category-title {
  font-weight: 600;
  font-size: 1.6rem;
  color: #3C3C3B;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
  border-bottom: 2px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .site-navigation__category-title:hover {
    border-bottom: 2px solid #3C3C3B; }
  .site-navigation__category-title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAQAAACmLXceAAAC3npUWHRSYXcgcHJvZmlsZSB0eXBlIGV4aWYAAHja7ZZbjmMpDIbfWcUsAdsYm+VwDiDNDmb588MhSSWVbqlL/RhQuDjGNv6AJPT//h3hHxTKxCGpeS45R5RUUuGKgcerXD3FtNprcvuOnuVh9zEyRIJermnuW79Cro8Flrb8eJYHO7cd34bobngVmZ7nuO0gtyHhS057HspeUPOX7ewPn9vsNv46T4ZkNIU94cBdSOJq+fIkiEKK1ClZrfOUEMYihjbJm/yFe+reJLDW9/mLt8jkkY7L0G1b+SVPW076Ipe7e36KiHir8OOLpS+Ly6N8yd8Yzcfo1+5qygHpyntTty2uERQPpFPWsoxq+CjGtmpB9VjjCWoNWz1CPDApxMj4oESNKg3qqz/pRIiJOxt65pNlyVyMC58LSpqVBlsAnyYOPifICcR8j4WW3zL9wZnDcyNoMsHYJPpUw6vgp/XJ0BjzmBPNZNa6coW4eJ4vhDHJzRZaAEJj51RXfilcXXwtE6yAoK40OzZY43GZOJQeZ0sWZ9ANUE3xui9kbRtAiuBbEQxOdKKYSRRvRTRmI0IeHXwqImdJfIAAaVBuiJKTSAYc3Ab4xhqjpcvKlxjPC0CoZFwSnxcIsFLSlHHfHEeoBhVNqprV1LVozZJT1pyz5flOVRNLppbNzK1YdfHk6tnN3YvXwkXwjGkouVjxUkqtcFpTha0K/QrBwYcc6dAjH3b4UY564vic6dQzn3b6Wc7auEnDExBabta8lVY7dRylnrr23K17L70OnLUhIw0dedjwUUa9U9tUn6m9kvs9NdrUeIGaevagBrHZzQTN50QnMxDjRCBukwAONE9m0SklnuQms1hYgogyotQJp9EkBoKpE+ugO7sHuV9yC8jun3Ljd+TCRPc3yIWJ7gu579zeUGt1PbeyAM1biJzihRRcPyh0r+x1/i79qA8/Xfgx9DH0MfQx9DH0rR94swv+xf4Pgfj1YJ0hqHAAAAElaUNDUElDQyBwcm9maWxlAAB4nJ2QvUrDUBiGn1ZR0Tr4g4M4ZNCx4GImF39ocCjUNoLRKU1SLCYxJCnFO/BO9GI6CII34B0oOPue6OBgFg98vA8f3/e+5xxoWnGQFPP7kKRl7vSPvEvvylp8o8U6K+yx5gdF1h10XGrP5ysNoy9t41U/9+dZCKMikM5UaZDlJTQOxfa0zAyr2Lx1+yfiB7EVJmkofhLvhklo2Oz2k3gS/Hia27Si9GJg+qodHM7o0sNiyIQxMSVtaarOKTYHUoccn3sKAmlMpN5UMyU3okJODsciV6Tb1ORtV3k9pQzlMZaXSbgjkafJw/zv99rHebXZ2Jplfu5XrTlVczSC90dY9WDjGZava7KWfr+tZsauZv75xi/8dFBvBorD9wAAAAJiS0dEAHIUhjMiAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAB3RJTUUH4wwSCyUosvcmZQAAAJdJREFUKM+VyzsOglAQQNHTYUFISEgoWAYdlUt2B/Y0NBQ2xrAGEtpnowaf/JxpJplzgVpqb1L1+2yMWtkmz7RGDZxNgqCTr/JcJwgmZy7Ca/uVJNd/zIXEdZYUP7yY8auE7+QWJYVbzH+T8sPLZR4ndxWo3Nd4nAwqlWGLx8ljn8fJAb6U7PA4OcDnyUH+Tv7gcHJafjwBJrp30fJGTXAAAAAASUVORK5CYII=);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .site-navigation__category-title.is-active:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media (min-width: 600px) {
    .site-navigation__category-title {
      font-size: 1.6rem; }
      .site-navigation__category-title:after {
        height: 13px;
        width: 13px; } }
  @media (min-width: 1200px) {
    .site-navigation__category-title {
      font-size: 1.8rem; }
      .site-navigation__category-title:after {
        height: 15px;
        width: 15px; } }

.site-navigation__category-title--white {
  color: #ffffff;
  border-bottom: 2px solid transparent; }
  .site-navigation__category-title--white:hover {
    border-bottom: 2px solid #ffffff; }
  .site-navigation__category-title--white:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAQAAACmLXceAAAC33pUWHRSYXcgcHJvZmlsZSB0eXBlIGV4aWYAAHja7ZZbkhshDEX/WUWWgCSExHJoaKqygyw/FxqPxx4nVXl8uhnzUKuFuAeoCeeP7yN8w0OZOCQ1zyXniCeVVLii4/F6rpZiWvU1uL2jR3vYbYwMk6CVa5jP7V9h1/sHlrb9eLQHazuO70C3yDugzJkZnb6T3IGELzvtcSh8dWr+tJz9G43LNOlxvXoeJ4MYXRFPOPApJHHVfM0kyEKK1GlBHSXxtNjqO2oW/6pf+JDuhYC1vtYvtu0hdzmuQLdl5Sedtp30tX5Lpc8ZEW8Xvr9Y/rK43J/P+o3uY5zX6mrKAXLlvajbElcPjpA0yfosoxh+ir6tUlA81thArWOpR4gHBoUYig9K1KnSoHO1jRpSTHyyoWVuLMvmYly4LShpFhpsAXw6WLA0kBOY+SMXWvOWOR8mc8zcCZ5MCDaJPpTwbPjb8hBojLnNiaaYtS6tkBfP/YU0JrlZwwtAaGxNdelL4Wri8zPBCgjqktmxwBqPK8ShdN9bsjiDboBritd5Ies7ACTC3IpkSEAgZhLFXRGN2Yigo4NPReaMbX+AAGlQ7siSk0gGHOc5N74xWr6sfJlxvQCESsZR8XmAACslTRnnzbGFalDRpKpZTV2L1iw5Zc05W573VDWxZGrZzNyKVRdPrp7d3L14LVwE15iGkosVL6XUiklrqohV4V9hOPiQIx165MMOP8pRG7ZPS01bbta8lVY7d+m4AkLP3br30utJJ7bSmU4982mnn+WsA3ttyEhDRx42fJRRP6htqo/Unsn9nhptarxATT+7U4PZ7BaC5nWikxmIcSIQt0kAG5ons+iUEk9yk1ksLEFEGVnqhNNpEgPBdBLroA92d3K/5Bag7p9y41fkwkT3P8iFie4Tua/cXlDrdV23sgDNUwhNcUMKjh+cKjv+cFr/rg3xHwO8A70DvQO9A70D3VoZuLPxb3v4Cb8Q9hxuVAf7AAABJWlDQ1BJQ0MgcHJvZmlsZQAAeJydkL9Kw1AUxn+ppYrUoSgO4pDBteBiJxf/YHAo1DaC1Sm9abGYxJCkFN/AN7EP00EQfAHfQMHZ70YHB7N44fD9OJzzffdeqLmRifP6PsRJkXn9o+HV8NpdfaNJnRYNWoHJ0+7gzKfyfL7iWH1pW6/quT9PIxznRrpUJSbNCnAOxZ15kVpWsXXn90/Ej2I3jJNQvBDvhXFo2e7242hmfjztbZrj5HJg+6pdPM7p0sNlxIwpEQVtaaLOKR0OpB4ZAQ/kGGnEWL25ZgpuRbmcPI5Fvki3qcjbKfN6ShnJYyovm3BPLE+bh/3f77WPi3LT2V6mQRaUrRVVbTKB9yfYGMLmM6zfVGSt/X5bxUynnPnnG78Arm9QSHeVQKgAAAACYktHRAD/h4/MvwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+MMBBEIHNeqptoAAACwSURBVCjPhc8rDoNQEEbhv4oKQkJCgrjLwKGQXW5lHR6DQWBIwxpISKtORQPcF+2MnPOJEUJUpOjPplQICVGz0JH9zDM6FmokGlYAevLTPKcHYKURd7YZTkjOsDd3kdBapAjywspbEuGS0SMFo51/n/ZJueeln2/AJRMGIQyTnx/AJTMGwxzmNnDJM567wCXR3Ach8fIQuCTIY+AgkRxdUGQSPSTd9A5PcSBdJb1ihw897sn0gNl4tgAAAABJRU5ErkJggg==); }

.site-navigation__category-title--microsite {
  font-size: 1.6rem;
  border: 2px solid transparent; }

.site-navigation__category-title-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: none;
  border: 2px solid transparent; }
  .site-navigation__category-title-button:focus {
    outline-color: #c9187e;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: solid #c9187e;
    outline-offset: 3px; }
  .site-navigation__category-title-button:active {
    border: 2px solid transparent; }

.category-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: hidden;
  right: -35px;
  z-index: 100;
  background-color: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0px 3px 6px #0000005A;
          box-shadow: 0px 3px 6px #0000005A;
  text-align: left;
  margin-top: 0;
  height: auto; }
  .category-menu.is-active {
    visibility: visible;
    opacity: 1;
    margin-top: 10px; }
  @media (min-width: 600px) {
    .category-menu {
      position: absolute;
      right: 35px;
      left: 35px; } }
  @media (min-width: 900px) {
    .category-menu {
      position: absolute;
      max-width: 880px;
      right: 0px;
      left: unset; }
      html[data-browser*="Trident"] .category-menu {
        width: 880px; } }
  @media (min-width: 1200px) {
    .category-menu {
      max-width: 1200px; }
      html[data-browser*="Trident"] .category-menu {
        width: 1200px; } }
  html[data-browser*="Trident"] .category-menu {
    width: auto;
    position: -ms-page;
    right: 0px;
    left: auto;
    margin: 0 50px 0 50px; }

@media (min-width: 900px) {
  .category-menu--microsite {
    position: absolute;
    right: unset;
    left: 0px; } }

.category-menu__title {
  font-weight: 700;
  font-size: 1.8rem;
  color: #3C3C3B;
  text-decoration: none;
  white-space: nowrap;
  margin: 0 0 15px 0; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .category-menu__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.category-menu__title.link {
  margin: 0; }

.category-menu__column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 900px) {
    .category-menu__column-container {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.category-menu__column {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (min-width: 900px) {
    .category-menu__column {
      max-width: 300px; } }
  @media (min-width: 1200px) {
    .category-menu__column {
      max-width: 400px; } }

/*.category-menu__sub-categories-wrapper {
    max-height: 550px;
    width: 100%;

    @include browser("Trident") {
        height: 550px;
    }

    @include browser("Edge") {
        height: 550px;
    }

    @include browser("Firefox") {
        height: 550px;
    }

    @include for-tablet-landscape-up {
        max-height: 450px;

        @include browser("Trident") {
            height: 450px;
        }

        @include browser("Edge") {
            height: 450px;
        }

        @include browser("Firefox") {
            height: 450px;
        }
    }
}*/
.category-menu__sub-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
  width: 100%; }
  @media (min-width: 900px) {
    .category-menu__sub-categories {
      max-width: 300px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      html[data-browser*="Trident"] .category-menu__sub-categories {
        width: 300px; }
      html[data-browser*="Edge"] .category-menu__sub-categories {
        width: 300px; } }
  @media (min-width: 1200px) {
    .category-menu__sub-categories {
      max-width: 400px; }
      html[data-browser*="Trident"] .category-menu__sub-categories {
        width: 400px; }
      html[data-browser*="Edge"] .category-menu__sub-categories {
        width: 400px; } }

.sub-categories__sub-category {
  width: auto;
  list-style: none;
  text-align: left;
  margin-top: 50px;
  margin-right: 50px;
  padding-left: 10px; }
  .sub-categories__sub-category:first-of-type {
    margin-top: 25px; }
  @media (min-width: 900px) {
    .sub-categories__sub-category {
      width: auto; } }

.sub-category__title {
  font-weight: 700;
  font-size: 1.6rem;
  color: #3C3C3B;
  text-decoration: none;
  margin: 0; }

.sub-category__links {
  padding: 0;
  margin-top: 10px; }

.sub-category__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  text-align: left;
  margin-top: 10px; }
  .sub-category__link:first-child {
    margin-top: 0; }

.sub-category__reusable-rich-text {
  margin: 15px 0 15px 0; }

.sub-category__link-title {
  font-weight: 500;
  font-size: 1.4rem;
  color: #3C3C3B;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.page-not-found > .row {
  padding: 20px 10px; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
#personButton {
  cursor: pointer;
  padding: 5px; }

.person-button {
  background-color: white;
  padding: 5px 2px;
  border: 2px solid #3C3C3B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 1.2rem !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: inherit;
  cursor: pointer; }

.person-button:focus {
  border: 2px solid #c9187e; }

.person-form {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100; }
  .person-form.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.person-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: white;
  border: 2px black solid;
  z-index: 100;
  width: 90%;
  max-height: 70vh;
  overflow-y: scroll;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media (min-width: 600px) {
    .person-form__wrapper {
      width: 70%;
      max-height: 70vh;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (min-width: 1200px) {
    .person-form__wrapper {
      max-height: 80vh; } }

.person-form .person-form__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  bottom: 0;
  right: 0;
  background: #c9187e;
  color: white;
  font-size: 1.4rem;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 0;
  border: none;
  font-family: inherit;
  font-weight: 600; }
  @media (min-width: 600px) {
    .person-form .person-form__close {
      width: 70%;
      font-size: 1.6rem; } }

.person-form__close:focus {
  background-color: #3C3C3B;
  outline: none; }

.person-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31%;
  z-index: 100;
  margin-bottom: 5px;
  padding: 10px;
  border: 2px solid transparent;
  color: black;
  background: white;
  font-family: inherit;
  background-color: #d8d6d6; }
  .person-item:hover {
    cursor: pointer;
    background: #F4F4F4; }
  @media (min-width: 600px) {
    .person-item {
      padding: 10px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(20% - 10px);
              flex: 0 0 calc(20% - 10px);
      -ms-flex-positive: 0;
          flex-grow: 0;
      margin: 5px;
      width: auto;
      margin-bottom: 0; } }
  @media all and (min-width: 600px) and (-ms-high-contrast: none), (min-width: 600px) and (-ms-high-contrast: active) {
    .person-item {
      width: 30%;
      display: block; } }

@media all and (min-width: 900px) and (-ms-high-contrast: none), (min-width: 900px) and (-ms-high-contrast: active) {
  .person-item {
    width: 20%; } }

.person-item:focus {
  border: 2px solid #c9187e;
  outline: none; }

.person-item.is-selected {
  border: 2px solid #c9187e; }
  .person-item.is-selected:before {
    position: absolute;
    padding: 2px;
    top: 0;
    right: 0;
    font-size: 2rem;
    font-weight: 700;
    background: #c9187e;
    color: white;
    -webkit-font-feature-settings: 'liga';
            font-feature-settings: 'liga';
    font-family: "Material Icons";
    content: "check"; }

.person-item__image {
  pointer-events: none;
  width: 65px;
  height: 88px;
  margin-bottom: 5px; }
  @media (min-width: 600px) {
    .person-item__image {
      width: 90px;
      height: 121px; } }

.person-item__name {
  pointer-events: none;
  font-size: 1.1rem;
  font-weight: 600;
  display: block; }
  @media (min-width: 600px) {
    .person-item__name {
      font-size: 1.2rem; } }
  @media (min-width: 900px) {
    .person-item__name {
      font-size: 1.4rem; } }

.selected-persons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.selected-persons .person-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin: 0;
  z-index: auto;
  border: none;
  background-color: white; }
  @media (min-width: 900px) {
    .selected-persons .person-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%; } }
  .selected-persons .person-item:hover {
    cursor: default;
    background: transparent;
    color: black; }
  .selected-persons .person-item.is-selected {
    border: none; }
    .selected-persons .person-item.is-selected:before {
      display: none; }

.selected-persons .person-item .person-item__name {
  font-size: 1rem; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.person-details-page__left-col {
  width: calc(220px + (100% - 240px));
  margin: 0 10px 0 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  @media (min-width: 600px) {
    .person-details-page__left-col {
      width: calc(140px + ((100% - 240px) / 12 * 8));
      margin: 0 20px 20px 10px; } }
  @media (min-width: 1200px) {
    .person-details-page__left-col {
      margin: 0 20px 40px 10px; } }

.person-details-page__right-col {
  width: calc(220px + (100% - 240px));
  margin: 20px 10px 0px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  @media (max-width: 599px) {
    .person-details-page__right-col {
      padding: 0; } }
  @media (min-width: 600px) {
    .person-details-page__right-col {
      width: calc(60px + ((100% - 240px) / 12 * 4)); } }
  @media (min-width: 600px) {
    .person-details-page__right-col {
      padding-left: 20px;
      margin: 77px 10px 0 0; } }
  @media (min-width: 900px) {
    .person-details-page__right-col {
      margin: 0 10px 20px 0; } }
  @media (min-width: 1200px) {
    .person-details-page__right-col {
      margin-bottom: 40px; } }

.person-details-details-row {
  width: 100%;
  margin: 0 0 20px 0; }

.person-details-details-row__profile-image {
  width: calc(80px + ((100% - 240px) / 12 * 5));
  margin-right: 20px; }
  @media (min-width: 600px) {
    .person-details-details-row__profile-image {
      width: calc(100px + ((100% - 240px) / 12 * 6));
      margin-right: 20px; } }
  @media (min-width: 900px) {
    .person-details-details-row__profile-image {
      width: calc(100px + ((100% - 240px) / 12 * 6));
      margin-right: 20px; } }
  @media (min-width: 1200px) {
    .person-details-details-row__profile-image {
      width: calc(60px + ((100% - 240px) / 12 * 4));
      margin-right: 20px; } }

.person-details-details-row__basic-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(120px + ((100% - 240px) / 12 * 7)); }
  @media (min-width: 600px) {
    .person-details-details-row__basic-info {
      width: calc(100px + ((100% - 240px) / 12 * 6)); } }
  @media (min-width: 900px) {
    .person-details-details-row__basic-info {
      width: calc(100px + ((100% - 240px) / 12 * 6)); } }
  @media (min-width: 1200px) {
    .person-details-details-row__basic-info {
      width: calc(140px + ((100% - 240px) / 12 * 8)); } }

.person-details-profile-image {
  width: 100%; }

.person-details-basic-info {
  color: #3C3C3B;
  font-weight: bold;
  margin-bottom: 5px; }

.person-details-basic-info--name {
  margin: 10px 0 10px 0; }

.person-details-party-logo {
  border: 1px solid rgba(112, 112, 112, 0.36);
  padding: 5px;
  margin: 20px 0 0 0;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .person-details-party-logo {
      max-width: 200px; } }

.person-details-container__key-info b {
  font-weight: bold; }

.person-details-details-row__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start; }

.person-details-details-row__contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }

.contact-details__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100px + ((100% - 240px) / 12 * 6)); }
  @media (min-width: 600px) {
    .contact-details__item {
      width: calc(220px + (100% - 240px)); } }
  @media (min-width: 1200px) {
    .contact-details__item {
      width: calc(100px + ((100% - 240px) / 12 * 6)); }
      .contact-details__item:first-child {
        margin-right: 20px; } }

.contact-details__item--full-width {
  display: block;
  width: 100%; }

.contact-details__address {
  margin: 0 0 20px 0; }
  .contact-details__address p {
    margin-bottom: 3px;
    color: #3C3C3B; }

.person-details-social-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.person-details-social-item {
  margin: 0 0 15px 0;
  min-width: calc(100px + ((100% - 240px) / 12 * 6)); }
  .person-details-social-item .person-details-social-item__text:before {
    display: none; }

.person-details-social-item__with-icon {
  margin: 0 0 15px 0;
  min-width: calc(100px + ((100% - 240px) / 12 * 6)); }

.person-details-social-item__title {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px; }

.person-details-social-item__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  border: 0; }
  .person-details-social-item__button:before {
    display: none !important; }

.person-details-social-item__text {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
  font-weight: 400; }

.person-detailed-info-widget-container {
  width: calc(220px + (100% - 240px));
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px; }
  @media (min-width: 900px) {
    .person-detailed-info-widget-container {
      width: calc(120px + ((100% - 240px) / 12 * 7));
      margin-left: 10px;
      margin-top: 10px; } }

.person-detailed-info-widget__title {
  margin-bottom: 20px;
  font-size: 2rem; }

.person-detailed-info-widget__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  height: 250px; }

.detailed-info-options {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(60px + ((100% - 240px) / 12 * 4));
  height: auto; }

.detailed-info-options__option {
  list-style: none;
  width: 100%;
  margin-bottom: 10px; }

.detailed-info-options__option--active {
  color: #c9187e; }
  .detailed-info-options__option--active p, .detailed-info-options__option--active i {
    color: #c9187e; }

.detailed-info-content {
  display: inline-block;
  height: auto;
  width: calc(140px + ((100% - 240px) / 12 * 8));
  margin-left: 20px;
  padding-right: 20px;
  overflow-y: scroll; }
  .detailed-info-content b {
    font-weight: bold; }

.detailed-info-content__item {
  color: #3C3C3B; }
  .detailed-info-content__item.body-text p {
    margin-top: 0px;
    margin-bottom: 10px; }
  .detailed-info-content__item.body-text ul, .detailed-info-content__item.body-text ol {
    margin-left: 0; }
  .detailed-info-content__item.body-text ul > :first-child, .detailed-info-content__item.body-text ol > :first-child {
    padding-top: 0; }

.detailed-info-content__print-preview-title {
  display: none; }

.detailed-info-content__item--hidden {
  color: #3C3C3B;
  height: 0;
  display: none; }

.personal-calendar-widget-container {
  width: calc(220px + (100% - 240px));
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px; }
  @media (min-width: 900px) {
    .personal-calendar-widget-container {
      width: calc(80px + ((100% - 240px) / 12 * 5));
      margin-left: 0;
      margin-right: 0;
      margin-top: 10px; } }

.personal-calendar__title {
  margin-bottom: 20px;
  font-size: 2rem; }

.personal-calendar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  height: 250px; }

.personal-calendar__events-container {
  display: inline-block;
  width: 100%;
  height: auto;
  overflow-y: scroll; }

.calendar__events-list {
  padding-right: 20px; }

.personal-event {
  border-bottom: 1px solid #707070;
  margin-bottom: 20px; }

.personal-event__link {
  text-decoration: none;
  border: 0; }
  .personal-event__link:hover {
    text-decoration: underline; }

.personal-event__date {
  margin-bottom: 5px;
  font-weight: 400; }

.personal-event__title {
  margin-bottom: 5px;
  font-weight: 400; }

.personal-event__description {
  font-size: 1.2rem;
  font-weight: 500; }

.personal-video-embed {
  margin: 20px 0 0 0; }

/* Contributions Widget Styles */
.results__container--MemberOfSeneddPlenary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.plenery-contribution-result {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d8d6d6;
  margin: 0px 10px 25px 10px;
  width: calc(60px + ((100% - 240px) / 12 * 4)); }

.plenery-contribution-result__title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px; }

.plenery-contribution-result__icon {
  height: 26px;
  width: 26px; }

.plenery-contribution-result__type {
  font-weight: 800;
  font-size: 1.4rem;
  color: #3C3C3B;
  padding-bottom: 0;
  margin-left: 5px; }

.plenery-contribution-result__extract {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 400;
  font-size: 1.4rem;
  color: #3C3C3B;
  margin-bottom: 20px; }

.plenery-contribution-result__sub-text {
  font-weight: 500;
  font-size: 1.2rem;
  color: #3C3C3B; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.quick-links__container {
  background-color: #ffffff; }
  @media (min-width: 600px) {
    .quick-links__container {
      background-color: #3C3C3B; } }

.quick-links__wrapper {
  margin-top: 0; }

.quick-links__container--content-page .material-icons:hover {
  color: #c9187e; }
  .quick-links__container--content-page .material-icons:hover .button--quick-links {
    color: #c9187e; }

@media (min-width: 600px) {
  .quick-links__container--content-page .material-icons {
    display: block;
    color: #3C3C3B; } }

.quick-links__container--content-page .button__text--quick-links {
  text-align: left;
  font-size: 1.2rem; }
  @media (min-width: 600px) {
    .quick-links__container--content-page .button__text--quick-links {
      color: #3C3C3B; } }

.quick-links__container--content-page .button--quick-links {
  margin: 0 0 10px 0;
  padding: 10px;
  width: 100%;
  border-bottom: 2px solid transparent; }
  @media (max-width: 599px) {
    .quick-links__container--content-page .button--quick-links:nth-child(odd) {
      background-color: #747474; } }
  @media (min-width: 600px) {
    .quick-links__container--content-page .button--quick-links {
      background-color: white;
      padding: 0;
      margin: 0 0 20px 0;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; } }
  .quick-links__container--content-page .button--quick-links:hover {
    background-color: white;
    border-bottom: 2px solid #c9187e; }
  .quick-links__container--content-page .button--quick-links:focus {
    padding-left: 2px;
    border: 2px solid #c9187e;
    outline: none; }
  .quick-links__container--content-page .button--quick-links:hover .material-icons, .quick-links__container--content-page .button--quick-links:focus .material-icons {
    color: #c9187e; }
  .quick-links__container--content-page .button--quick-links:hover .button__text, .quick-links__container--content-page .button--quick-links:focus .button__text {
    color: #c9187e; }

.quick-links__container--content-page .button__inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.search-input-container__input-box.search-input-container__input-box--All {
  width: 100%; }

.search-results-panel {
  font-size: 1.4rem;
  width: calc(220px + (100% - 240px));
  margin: 20px 10px 40px 10px; }
  @media (min-width: 900px) {
    .search-results-panel {
      margin: 40px 10px 40px 0;
      width: calc(140px + ((100% - 240px) / 12 * 8)); } }
  @media (min-width: 1200px) {
    .search-results-panel {
      width: calc(160px + ((100% - 240px) / 12 * 8.5)); } }

.search-input-container--with-button {
  margin-bottom: 10px; }

.results {
  width: 100%;
  margin: 1rem 0 1rem 0; }

.results--MemberOfSeneddPlenary {
  margin-top: 0px; }

.search-results--All {
  font-size: 1.4rem; }

.search-spinner {
  height: 100px;
  margin: 40px 10px 40px 0; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.search-filter-trays {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  margin-top: 10px; }

.search-filter-tray {
  background-color: #FFFFFF;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  margin: 0 0 10px 0; }
  .search-filter-tray .material-icons {
    color: white;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 25px; }
  .search-filter-tray .material-icons--charcoal-light {
    color: #747474; }
  .search-filter-tray .icon__clear-button {
    color: black;
    font-size: 20px; }
  @media (min-width: 900px) {
    .search-filter-tray {
      margin: 0 0 15px 0; }
      .search-filter-tray:last-child {
        margin-bottom: 0; } }

.search-filter-tray__member {
  display: none; }

.date-picker__clear-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center; }

.search-filter-tray--sub-menu {
  display: none;
  opacity: 0; }
  .search-filter-tray--sub-menu.is-active {
    display: block;
    opacity: 1; }
  @media (min-width: 900px) {
    .search-filter-tray--sub-menu {
      position: absolute;
      right: -300px;
      top: 0;
      z-index: 10; } }

.search-filter__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3C3C3B;
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  font-family: inherit;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  letter-spacing: 1px; }
  .search-filter__title .material-icons {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .search-filter__title:focus {
    outline: 2px solid #c9187e; }

.search-filter__title--sub-menu {
  background-color: #707070; }

.search-filter__title--open {
  background-color: #c9187e; }
  .search-filter__title--open .material-icons {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }

.search-filter__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid #747474; }

.search-filter__inner--open {
  visibility: visible;
  max-height: 200px;
  padding: 10px;
  overflow: auto; }

.search-filter__inner--no-collapse {
  visibility: visible;
  max-height: 100%;
  padding: 5px 10px 5px 10px; }

.search-filter__toggles {
  margin: 10px 0 10px 0;
  border-bottom: 1px solid #3C3C3B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.filter-toggle {
  width: 50%; }
  @media (min-width: 600px) {
    .filter-toggle {
      width: unset;
      margin-right: 20px; } }
  @media (min-width: 900px) {
    .filter-toggle {
      width: 50%;
      margin-right: 0; } }

.search-filter__select-lists {
  height: auto;
  overflow: hidden;
  overflow-y: scroll; }
  .search-filter__select-lists .search-select-list:nth-child(n+2) {
    display: none; }

.search-filter__select-lists--no-scroll {
  overflow: visible;
  overflow-y: visible; }

.search-select-list select {
  display: none; }

.select-items div {
  background-color: #FFFF;
  color: #3C3C3B;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 8px 0px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  display: table; }
  .select-items div:hover {
    border-bottom: 2px solid #3C3C3B; }

.select-items .selected {
  color: #c9187e; }

.search-filter__input-group {
  margin-bottom: 5px; }
  .search-filter__input-group:last-child {
    margin-bottom: 0; }

.search-filter__checkbox {
  margin-bottom: 0; }
  .search-filter__checkbox:first-child {
    margin-top: 0; }
  .search-filter__checkbox:last-child {
    margin-bottom: 0; }

.date-input-button {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.search-filter__input-group--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }

.search-input-container {
  border: 0;
  height: 100%; }

.checkbox__search {
  margin-bottom: 20px; }

.checkbox__search:focus-within {
  color: #c9187e; }

.search__tag {
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute; }

.tag-label:focus-within .tag-label__tag {
  border: 2px solid #c9187e;
  margin: 1px 3px 1px 0; }

.tag-label:focus-within input:checked + span {
  border: 2px solid #3C3C3B;
  margin: 1px 3px 1px 0; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: #ffffff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto; }

.search-form > div {
  position: relative; }

.search-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  border: 1px solid #707070;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.search-input-container__input-box {
  height: 100%;
  margin: 0;
  border: none;
  padding: 10px;
  color: #747474;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: inherit; }
  @media (min-width: 600px) {
    .search-input-container__input-box {
      width: 185px; } }
  @media (min-width: 900px) {
    .search-input-container__input-box {
      width: 162px; } }
  @media (min-width: 1200px) {
    .search-input-container__input-box {
      width: 100%; } }
  .search-input-container__input-box:invalid {
    border: 1px solid #ef404a; }
  .search-input-container__input-box:focus {
    outline: none; }

.search-input-container__button {
  width: 39px; }

.search-filter__clear-all-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0 15px 0;
  width: 100%; }
  .search-filter__clear-all-button-container .material-icons {
    color: #3C3C3B;
    margin-right: 5px; }

.search-filter__clear-all-button {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  border: none;
  color: #3C3C3B;
  cursor: pointer;
  text-align: left; }
  @media (min-width: 600px) {
    .search-filter__clear-all-button {
      width: initial; } }
  .search-filter__clear-all-button .material-icons {
    margin-right: 5px; }
  .search-filter__clear-all-button:focus {
    color: #c9187e;
    outline: none; }
  .search-filter__clear-all-button:hover {
    outline: none;
    color: #c9187e; }

.checkbox-as-text-container {
  margin-bottom: 5px; }
  .checkbox-as-text-container input[type="checkbox"]:checked ~ label {
    color: #c9187e; }

.checkbox-as-text-container__checkbox {
  display: none; }

.checkbox-as-text-container__label {
  font-size: 1.4rem;
  font-weight: 700;
  color: #3C3C3B;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  margin-bottom: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .checkbox-as-text-container__label:hover {
    border-bottom: 2px solid #3C3C3B; }
  .checkbox-as-text-container__label:focus {
    border: 2px solid #c9187e;
    outline: none; }

.search__radio-button {
  vertical-align: middle; }

.search__radio-label {
  color: #3C3C3B;
  font-weight: 400;
  font-size: 1.2rem;
  vertical-align: middle;
  width: auto;
  min-width: initial; }

.search__radio-label--MemberOfSenedd {
  margin-right: 10px; }
  .search__radio-label--MemberOfSenedd:before {
    margin-top: 0; }

.search__wrapper {
  width: 100%; }

.search__wrapper--charcoal {
  background: #3C3C3B; }

.search-heading {
  padding: 25px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.search-heading__wrapper {
  width: calc(220px + (100% - 240px));
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .search-heading__wrapper {
      width: calc(140px + ((100% - 240px) / 12 * 8)); } }
  @media (min-width: 900px) {
    .search-heading__wrapper {
      width: calc(100px + ((100% - 240px) / 12 * 6)); } }

.search-heading__wrapper .search-input-container__input-box {
  width: 100%; }

.search__panel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 10px 0 10px; }
  @media (min-width: 900px) {
    .search__panel {
      margin: 40px 20px 40px 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      width: calc(60px + ((100% - 240px) / 12 * 4)); } }
  @media (min-width: 1200px) {
    .search__panel {
      width: calc(40px + ((100% - 240px) / 12 * 3));
      margin: 40px 40px 40px 10px; } }

.search-filter__input-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.heading-label {
  color: white;
  font-weight: 600;
  font-size: 3.2rem;
  vertical-align: middle;
  width: auto; }

.form__label {
  font-size: 1.4rem;
  font-weight: 700;
  color: #3C3C3B;
  margin-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.form__label--column {
  width: 100%;
  text-align: center;
  margin: 0 10px 0 10px;
  font-family: inherit; }

.checkbox__container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.checkbox__container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.tag-label .tag {
  cursor: pointer;
  font-size: 1.3rem; }

.tag-label input:checked + span {
  background: #c9187e;
  color: white; }

.search__return {
  font-size: 1.4rem;
  font-weight: 700;
  color: #c9187e;
  text-transform: uppercase;
  margin: 10px 10px 0 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 900px) {
    .search__return {
      margin-left: calc(60px + ((100% - 240px) / 12 * 4));
      position: absolute;
      top: 0;
      left: 10px;
      margin-bottom: 10px;
      padding-left: 10px; } }
  @media (min-width: 1200px) {
    .search__return {
      margin-left: calc(40px + ((100% - 240px) / 12 * 3));
      padding-left: 10px; } }

.flatpickr-input {
  background-color: white;
  font-size: 1.4rem; }
  @media (min-width: 900px) {
    .flatpickr-input {
      width: initial; } }

.date-picker__from, .date-picker__to {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
  overflow: hidden; }
  .date-picker__from input, .date-picker__to input {
    padding-left: 10px;
    border: none; }

label[for=DateFrom], label[for=DateTo] {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 55px; }

.checkbox__hidden {
  display: none; }

.microsite__main-search-button {
  cursor: pointer;
  font-weight: 500;
  font-size: 1.2rem;
  color: #3C3C3B;
  margin-bottom: 10px;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #3C3C3B;
  width: 100%; }
  @media (min-width: 600px) {
    .microsite__main-search-button {
      width: auto; } }
  @media (min-width: 900px) {
    .microsite__main-search-button {
      width: 100%; } }
  .microsite__main-search-button:hover {
    background-color: #2CB890;
    color: white;
    border: 2px solid #2CB890; }
    .microsite__main-search-button:hover .button__icon {
      color: white; }
  .microsite__main-search-button .button__icon {
    color: #3C3C3B;
    font-size: 20px; }

.microsite__main-search-button-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.results--MemberOfSenedd {
  margin-top: 10px; }

.results__heading {
  border-bottom: 1px solid #3C3C3B;
  margin: 0 0 20px 0; }

.results__heading-tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #3C3C3B;
  font-size: 1.4rem;
  font-weight: 600;
  color: white;
  padding: 5px; }

.results__heading-tab--light {
  background-color: #626262; }

.results__empty {
  display: block;
  margin: 0 0 20px 0; }

.results__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.results__container > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%; }

.results__container--small > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 50%;
          flex: 1 50%;
  padding: 10px;
  border: none; }

.results__container--MemberOfSenedd > div {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important; }

.results__container--MemberOfSeneddPlenary > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%; }
  @media (min-width: 600px) {
    .results__container--MemberOfSeneddPlenary > div {
      -webkit-box-flex: 1;
          -ms-flex: 1 40%;
              flex: 1 40%; } }
  @media (min-width: 900px) {
    .results__container--MemberOfSeneddPlenary > div {
      -webkit-box-flex: 1;
          -ms-flex: 1 25%;
              flex: 1 25%; } }

.results__container--LatestTagged > .latest-tagged-items__container {
  display: block;
  width: 100%; }
  .results__container--LatestTagged > .latest-tagged-items__container .latest-item__image--large {
    display: none; }
  .results__container--LatestTagged > .latest-tagged-items__container .latest-item__image--small {
    display: none; }
  @media (min-width: 600px) {
    .results__container--LatestTagged > .latest-tagged-items__container {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333%;
              flex: 0 0 33.333%; }
      .results__container--LatestTagged > .latest-tagged-items__container:first-child {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; }
        .results__container--LatestTagged > .latest-tagged-items__container:first-child .latest-item__image--medium {
          display: none; }
        .results__container--LatestTagged > .latest-tagged-items__container:first-child .latest-item__image--large {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
      .results__container--LatestTagged > .latest-tagged-items__container:nth-child(2), .results__container--LatestTagged > .latest-tagged-items__container:nth-child(3) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%; }
        .results__container--LatestTagged > .latest-tagged-items__container:nth-child(2) .latest-item__image--small, .results__container--LatestTagged > .latest-tagged-items__container:nth-child(3) .latest-item__image--small {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .results__container--LatestTagged > .latest-tagged-items__container:nth-child(2) .latest-item__image--medium, .results__container--LatestTagged > .latest-tagged-items__container:nth-child(3) .latest-item__image--medium {
          display: none; }
      .results__container--LatestTagged > .latest-tagged-items__container:nth-child(2), .results__container--LatestTagged > .latest-tagged-items__container:nth-child(5) {
        padding: 0 5px 0 5px; }
      .results__container--LatestTagged > .latest-tagged-items__container:nth-child(1), .results__container--LatestTagged > .latest-tagged-items__container:nth-child(4) {
        padding-right: 10px; }
      .results__container--LatestTagged > .latest-tagged-items__container:nth-child(3), .results__container--LatestTagged > .latest-tagged-items__container:nth-child(6) {
        padding-left: 10px; } }
  @media (min-width: 900px) {
    .results__container--LatestTagged > .latest-tagged-items__container {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333%;
              flex: 0 0 33.333%; } }

.result:last-child {
  margin: 0 0 20px 0; }

.result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #3C3C3B;
  margin: 0 0 20px 0; }

.result--small {
  padding: 10px; }

.result__content {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 20px;
  color: #3C3C3B;
  margin: 0 0 10px 0; }

.result__content--no-info {
  margin: 0 0 20px 0; }

.result__info {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 20px;
  color: #3C3C3B;
  margin: 0 0 20px 0; }

.more-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px; }

.results__no-results {
  font-size: 1.6rem;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600; }

.more-results__button {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none; }
  .more-results__button:hover .more-results__text {
    border-bottom: 2px solid #3C3C3B; }
  .more-results__button:hover .more-results__icon {
    color: #c9187e; }

.more-results__text {
  font-size: 1.6rem;
  color: #3C3C3B;
  font-weight: 600;
  border-bottom: 2px solid transparent; }

.page-button {
  text-decoration: none;
  color: #c9187e;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .page-button i {
    pointer-events: none; }

.search-pagination__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.site-search {
  width: 100%;
  height: 40px; }

.site-search__form {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #707070; }
  @media (min-width: 600px) {
    .site-search__form {
      height: 32px;
      width: 302px; } }
  @media (min-width: 900px) {
    .site-search__form {
      margin-right: 0; } }

.site-search-input-container {
  display: inline-block;
  height: 100%;
  width: 100%; }
  html[data-browser*="Edge"] .site-search-input-container {
    width: 87%; }

.site-search-button-container {
  display: inline-block;
  position: absolute;
  right: 0;
  height: 100%; }

.site-search__form--large {
  height: 43px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border: 0; }
  @media (min-width: 600px) {
    .site-search__form--large {
      height: 37px;
      width: calc(120px + ((100% - 240px) / 12 * 7));
      margin-left: 10px;
      margin-right: 10px;
      margin-top: 20px; } }
  @media (min-width: 900px) {
    .site-search__form--large {
      border: 0;
      width: calc(80px + ((100% - 240px) / 12 * 5));
      height: 50px; } }

.site-search__input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  padding: 5px 0px 5px 5px;
  border: none;
  font-weight: 700;
  height: 100%;
  width: 100%;
  font-family: Montserrat, sans-serif;
  padding-right: 50px; }
  .site-search__input-box:focus {
    outline: none; }

.site-search__input-box--large {
  font-size: 1.5rem;
  padding-left: 10px;
  width: 100%;
  padding-right: 56px; }
  @media (min-width: 600px) {
    .site-search__input-box--large {
      font-size: 1.5rem; } }
  @media (min-width: 900px) {
    .site-search__input-box--large {
      font-size: 1.8rem; } }

@supports (display: -ms-grid) {
  .site-search__input-box {
    padding-right: 0; } }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.table {
  width: 100%; }

.table__row {
  border-bottom: 1px solid #707070;
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.table__link {
  text-decoration: none;
  color: #3C3C3B; }

.show-more__container--help-link-and-show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: start; }

.show-more__container--no-help-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.table__hidden {
  display: none;
  width: 100%; }

.table--hidden {
  display: none;
  width: 100%; }

.table__title {
  width: 100%;
  font-size: 2.0rem;
  color: #3C3C3B;
  font-weight: 800;
  margin-bottom: 5px; }

.card-folded-border.card-folder-border--table {
  padding-right: 20px; }

.row__col {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
  font-size: 1.2rem; }
  @media (min-width: 600px) {
    .row__col {
      font-size: 1.4rem; } }

.row__col--1 {
  margin-bottom: 10px;
  width: 50%;
  display: block;
  word-wrap: normal; }
  @media (min-width: 600px) {
    .row__col--1 {
      padding-right: 20px; } }

.row__col--2 {
  padding-left: 10px;
  width: 20%;
  display: block;
  word-wrap: normal; }
  @media (min-width: 600px) {
    .row__col--2 {
      width: 25%;
      padding-left: 40px; } }

.row__col--3 {
  padding-left: 10px;
  width: 30%;
  display: block;
  word-wrap: normal; }
  @media (min-width: 600px) {
    .row__col--3 {
      padding-left: 20px; } }

.table__sub-headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 1px solid #707070;
  margin-top: 10px; }

.table__sub-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 10px; }

.table__sub-heading--col-1 {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 20%;
  padding-left: 0; }
  @media (min-width: 600px) {
    .table__sub-heading--col-1 {
      padding-left: 40px;
      width: 25%; } }

.table__sub-heading--col-2 {
  width: 30%; }
  @media (min-width: 600px) {
    .table__sub-heading--col-2 {
      padding-left: 20px; } }

.col-span__name-and-contextual-actions {
  width: 45%; }
  .col-span__name-and-contextual-actions .row__col--1 {
    width: unset; }

.button__show-more--table, .button__show-more--consultations {
  margin-left: 20px; }

/*Media Queries*/
/* Browser Queries */
/* Fonts */
/* Font sizes */
/* Font Weights */
/* Colours */
.site-utility-buttons {
  display: block;
  width: calc(220px + (100% - 240px));
  margin: 10px 20px 10px 20px; }
  @media (min-width: 600px) {
    .site-utility-buttons {
      width: calc(140px + ((100% - 240px) / 12 * 8));
      margin: 0 10px 0 0; } }
  @media (min-width: 900px) {
    .site-utility-buttons {
      width: calc(60px + ((100% - 240px) / 12 * 4)); } }

.site-utility-buttons--right {
  width: calc(220px + (100% - 240px));
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.site-utility-button__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  width: 100%; }
  @media (min-width: 600px) {
    .site-utility-button__list {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (min-width: 1200px) {
    .site-utility-button__list {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.site-utility-button__link :hover {
  opacity: 0.8; }

.site-utility-button__link:before {
  display: none !important; }

.utility-button-outer {
  float: right;
  margin: 5px 0; }
  .utility-button-outer:nth-last-child(n+2) {
    margin-right: 39px; }
  .utility-button-outer:hover .link {
    border-bottom: 2px solid #c9187e;
    padding-bottom: 2px; }
  .utility-button-outer .link {
    padding-bottom: 4px; }

.site-utility-button__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  overflow: hidden;
  background-color: white;
  border-radius: 7px;
  border: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  max-height: 0px;
  visibility: hidden;
  text-align: left;
  -webkit-box-shadow: 0px 3px 6px #d8d6d6;
          box-shadow: 0px 3px 6px #d8d6d6;
  position: absolute;
  list-style: none;
  z-index: 3; }
  .site-utility-button__options.is-active {
    max-height: 60px;
    visibility: visible; }

.site-utility-button__option {
  font-weight: 400;
  font-size: 1rem;
  color: #3C3C3B;
  text-decoration: none;
  padding: 10px; }
  .site-utility-button__option img {
    background: #3C3C3B;
    padding: 5px;
    width: 32px; }

.site-utility-button__copy-confirm-banner {
  position: absolute;
  height: 58px;
  width: 232px;
  text-align: center;
  background: #c9187e;
  border-radius: 7px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0;
  z-index: -1; }
  .site-utility-button__copy-confirm-banner.is-active {
    opacity: 1;
    z-index: 5; }

.site-utility-button__copy-confirm-text {
  font-size: 2rem;
  padding-top: 15px;
  color: white; }

span.info.amended {
    color: #000 !important;
}
