/*#e4e4e4;*/
@import "vendors/jquery-ui.css";
a {
  color: #C9187E;
}
a:focus,
button:focus,
input:focus,
select:focus {
  outline: #C9187E 1px solid;
}
main {
  padding-bottom: 2rem;
}
table {
  width: 100%;
  font-size: 14px;
  background-color: #fff;
}
table th,
table td {
  line-height: 30px;
}
table th {
  font-weight: bold;
}
table tbody tr:nth-child(even) {
  background-color: #f6f6f6;
}
table tbody td {
  padding: 0 10px;
}
.formField {
  margin-bottom: 10px;
  line-height: 30px;
}
.control {
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
  margin-right: 20px;
}
.formField,
.control {
  padding: 5px 0;
}
.formField label,
.control label,
.formField span.colon,
.control span.colon,
.formField input,
.control input,
.formField select,
.control select {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
}
.formField span.colon,
.control span.colon {
  margin: 0 3px;
}
.formField input,
.control input,
.formField select,
.control select {
  height: 30px;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 12px;
  margin: 0;
  padding: 0 6px;
  box-sizing: border-box;
  font-weight: 400;
}
.formField input[type="checkbox"],
.control input[type="checkbox"] {
  height: 14px;
  width: 14px;
  margin: 8px 5px 8px 0;
}
.formField button,
.control button {
  margin: 0 0 0 5px;
}
input.datepicker {
  width: 100px;
}
label.accessibility,
legend.accessibility {
  display: none;
  visibility: hidden;
}
fieldset.accessibility {
  border: none;
}
.subheading {
  border-bottom: 2px solid #747474;
  text-transform: uppercase;
  font-size: 1.4rem;
  display: block;
  margin: 20px 0 10px;
  width: 100%;
}
.subheading--without-border {
  border-bottom: 0;
  margin-left: 0;
  margin-bottom: 4px;
}
em {
  font-style: italic;
}
strong,
b {
  font-weight: 500;
}
.ui-datepicker-trigger {
  border: 0;
}
#ui-datepicker-div {
  width: auto;
}
#ui-datepicker-div table th,
#ui-datepicker-div table td,
#ui-datepicker-div table a {
  height: 30px;
  width: 30px;
}
#ui-datepicker-div table th {
  font-size: 14px;
  padding: 0;
}
#ui-datepicker-div table td a {
  text-align: center;
  padding: 0;
  margin: 1px;
}
#ui-datepicker-div table tr {
  background-color: #fff;
}
#ui-datepicker-div .ui-state-hover {
  background-color: #C9187E;
  border: 1px solid #C9187E;
  color: #fff;
}
#ui-datepicker-div .ui-state-active {
  background-color: #C9187E;
  border: 1px solid #C9187E;
  color: #fff;
}
#ui-datepicker-div .ui-state-highlight {
  background-color: #f6f6f6;
  border: 1px solid #C9187E;
  color: #C9187E;
}
.social-link {
  display: flex;
}
.header .header__row .site-breadcrumbs {
  justify-content: flex-start;
}
@media all and (min-width: 900px) {
  .header__search-nav-container {
    width: auto;
  }
}
.timepiece {
  height: 20px;
  font-size: 0;
}
.timepiece .time {
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
  margin-left: 5px;
  vertical-align: top;
}
.timepiece .clockface {
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}
.timepiece .minutecontainer,
.timepiece .hourcontainer {
  height: 18px;
  width: 18px;
  position: absolute;
  transition: ease-in-out 1s all;
  top: 0px;
  right: 0px;
  margin: auto;
  left: -1px;
  bottom: 0px;
}
.timepiece .hourhand,
.timepiece .minutehand {
  width: 2px;
  background-color: #333;
  border-radius: 2px;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
}
.timepiece .minutehand {
  top: 0.9px;
  height: 8.1px;
}
.timepiece .hourhand {
  top: 4.5px;
  height: 4.5px;
}
.timepiece .center {
  height: 2px;
  width: 2px;
  position: absolute;
  border-radius: 50%;
  background-color: #333;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.daiCorner {
  position: relative;
  border: 1px solid #ccc;
  display: inline-block;
}
.daiCorner:before {
  position: absolute;
  right: -1px;
  top: -1px;
  content: '';
  border-top: 45px solid #fff;
  border-left: 45px solid #ccc;
}
.daiCorner:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  border-top: 45px solid transparent;
  border-left: 45px solid #fff;
}
.itemContent {
  color: #3C3C3B;
  padding: 20px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.itemContent__nested-item-content {
  padding-left: 40px;
}
.itemContent__nested-item-content .itemContent {
  background-color: #f4f4f4;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.itemContent__nested-item-content .itemContent__content {
  margin-bottom: 20px;
  padding-left: 0px;
}
.itemContent__nested-item-content .itemContent:last-child {
  margin-bottom: 0;
}
.itemContent__nested-item-content .itemContent__supporter-section {
  padding-left: 0;
}
.itemContent__content {
  margin-bottom: 40px;
}
.itemContent__content:last-child {
  margin-bottom: 0;
}
.itemContent:last-of-type {
  margin-bottom: 0;
}
.itemContent .keyline {
  padding-left: 25px;
  background-position: left center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.itemContent .topBar {
  line-height: 30px;
  margin-bottom: 10px;
}
.itemContent .topBar .date {
  display: block;
  font-size: 14px;
}
.itemContent .topBar .tabledIn {
  vertical-align: top;
  font-weight: bold;
}
.itemContent .topBar .info {
  display: block;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  border-radius: 3px;
  margin: 10px 0 10px 20px;
}
.itemContent .topBar .info.withdrawn {
  background-color: #C9187E;
}
.itemContent .topBar .info.interest {
  background-color: #228b22;
}
.itemContent .topBar .info.unselected {
  color: #333;
  background-color: #eb9700;
}
.itemContent .topBar .info.selected {
  color: #fff;
  background-color: #228b22;
}
.itemContent .topBar .info.amended {
  padding-left: 40px;
  font-weight: 500;
}
.itemContent .topBar .title {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.itemContent .topBar .title .info {
  margin-left: 20px;
}
.itemContent.writtenQuestion,
.itemContent.speech,
.itemContent.answer,
.itemContent.oralQuestion,
.itemContent.urgentQuestion,
.itemContent.amendment,
.itemContent.motion,
.itemContent.opinion,
.itemContent.qnr,
.itemContent.emergencyQuestion {
  font-size: 14px;
  line-height: 25px;
  background-color: #f4f4f4;
}
.itemContent.writtenQuestion .date,
.itemContent.speech .date,
.itemContent.answer .date,
.itemContent.oralQuestion .date,
.itemContent.urgentQuestion .date,
.itemContent.amendment .date,
.itemContent.motion .date,
.itemContent.opinion .date,
.itemContent.qnr .date,
.itemContent.emergencyQuestion .date {
  padding-left: 40px;
}
.itemContent.writtenQuestion .title,
.itemContent.speech .title,
.itemContent.answer .title,
.itemContent.oralQuestion .title,
.itemContent.urgentQuestion .title,
.itemContent.amendment .title,
.itemContent.motion .title,
.itemContent.opinion .title,
.itemContent.qnr .title,
.itemContent.emergencyQuestion .title {
  padding-left: 40px;
  background-position: left center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.itemContent.writtenQuestion ol,
.itemContent.speech ol,
.itemContent.answer ol,
.itemContent.oralQuestion ol,
.itemContent.urgentQuestion ol,
.itemContent.amendment ol,
.itemContent.motion ol,
.itemContent.opinion ol,
.itemContent.qnr ol,
.itemContent.emergencyQuestion ol {
  list-style: decimal;
}
.itemContent.writtenQuestion ul,
.itemContent.speech ul,
.itemContent.answer ul,
.itemContent.oralQuestion ul,
.itemContent.urgentQuestion ul,
.itemContent.amendment ul,
.itemContent.motion ul,
.itemContent.opinion ul,
.itemContent.qnr ul,
.itemContent.emergencyQuestion ul {
  list-style: circle;
}
.itemContent.writtenQuestion:last-child,
.itemContent.speech:last-child,
.itemContent.answer:last-child,
.itemContent.oralQuestion:last-child,
.itemContent.urgentQuestion:last-child,
.itemContent.amendment:last-child,
.itemContent.motion:last-child,
.itemContent.opinion:last-child,
.itemContent.qnr:last-child,
.itemContent.emergencyQuestion:last-child {
  border-bottom: 0;
}
.itemContent.motion {
  border-bottom: none;
}
.itemContent.motion .title {
  background-image: url('../Content/Senedd/Icons/motion.svg');
}
.itemContent.writtenQuestion .title {
  background-image: url('../Content/Senedd/Icons/written.svg');
}
.itemContent.speech .title {
  background-image: url('../Content/Senedd/Icons/speech.svg');
}
.itemContent.oralQuestion .title,
.itemContent.oralQuestion .keyline {
  background-image: url('../Content/Senedd/Icons/oral.svg');
}
.itemContent.urgentQuestion .title,
.itemContent.urgentQuestion .keyline {
  background-image: url('../Content/Senedd/Icons/topical.svg');
}
.itemContent.emergencyQuestion .title,
.itemContent.emergencyQuestion .keyline {
  background-image: url('../Content/Senedd/Icons/emergency-question.svg');
}
.itemContent.amendment .keyline {
  background-image: url('../Content/Senedd/Icons/motion.svg');
}
.itemContent.opinion .title,
.itemContent.opinion .keyline {
  background-image: url('../Content/Senedd/Icons/statement.svg');
}
.itemContent.qnr .title,
.itemContent.qnr .keyline {
  background-image: url('../Content/Senedd/Icons/qnr.svg');
}
.itemContent.answer {
  background-color: #f4f4f4;
}
.itemContent.answer .title,
.itemContent.answer .keyline {
  background-image: url('../Content/Icons/answer.svg');
}
.itemContent__supporter-section {
  padding-left: 40px;
}
.itemContent__supporter-section-container {
  overflow: hidden;
  padding: 2px;
}
.itemContent .memberBar {
  margin-bottom: 10px;
  float: none;
  text-align: center;
  background-color: transparent;
  padding-bottom: 15px;
}
.itemContent .memberBar a {
  display: inline-block;
  float: none;
  background-color: #e4e4e4;
}
.itemContent .memberBar a .name {
  color: #C9187E;
}
.itemContent .memberBar a:hover {
  outline: 2px solid #C9187E;
}
.itemContent .memberBar a:hover .name {
  text-decoration: underline;
}
.itemContent.introduction {
  background-color: #fff;
  padding: 20px 10px;
  margin-top: 10px;
}
.itemContent.introduction h2 {
  text-align: center;
  margin: 0 auto 10px;
  width: 70%;
}
.itemContent.introduction p {
  padding-bottom: 0;
  text-align: center;
}
.itemContent.introduction .strongText {
  font-weight: 500;
  margin-bottom: 20px;
}
.itemContent.introduction span {
  text-align: center;
  font-size: 14px;
  display: block;
}
.itemContent ul li,
.itemContent ol li {
  padding-left: 0px;
  margin-left: 20px;
  list-style-position: outside;
}
.itemContent ul li {
  list-style-type: disc;
}
.itemContent.orderPaper.oralQuestion .numbering,
.itemContent.orderPaper.urgentQuestion .numbering,
.itemContent.orderPaper.emergencyQuestion .numbering {
  font-weight: 500;
  display: block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #3c3c3b;
  margin-bottom: 10px;
  border-radius: 3px;
}
.itemContent.orderPaper.oralQuestion .title,
.itemContent.orderPaper.urgentQuestion .title,
.itemContent.orderPaper.emergencyQuestion .title {
  display: inline-block;
}
.itemContent .contributionText {
  clear: both;
}
.itemContent .contributionText p:last-child {
  padding-bottom: 10px;
}
.itemContent .contributionText:last-child p:last-child {
  padding: 0;
}
.itemContent__meeting-links {
  display: flex;
  margin-right: 10px;
  padding-left: 40px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
@media screen and (min-width: 661px) {
  .itemContent__content {
    padding-left: 40px;
  }
  .itemContent__nested-item-content .itemContent .topBar {
    float: right;
  }
  .itemContent__supporter-section .memberBar {
    float: left;
    margin-left: 0;
    margin-right: 20px;
  }
  .itemContent .topBar .info {
    display: inline-block;
  }
  .itemContent.orderPaper.oralQuestion .topBar .info,
  .itemContent.orderPaper.urgentQuestion .topBar .info,
  .itemContent.orderPaper.emergencyQuestion .topBar .info {
    margin: 0px 0 0 10px;
  }
}
@media screen and (min-width: 991px) {
  .itemContent .memberBar {
    float: right;
    margin-left: 20px;
    margin-bottom: 0;
  }
  .itemContent__supporter-section .memberBar {
    float: left;
    margin-left: 0;
    margin-right: 20px;
  }
  .itemContent .topBar {
    min-height: 60px;
  }
  .itemContent .topBar .title {
    display: inline-block;
  }
}
/* Images are in a 3x/4y ratio, hence the math */
/* Now with + 1 to height, as they've changed to 90 x 121 */
.memberBar {
  float: left;
  min-height: 60px;
}
.memberBar .otherUser {
  background-color: rgba(200, 200, 200, 0.4);
  min-height: 60px;
  display: inline-block;
}
.memberBar .otherUser .name,
.memberBar .otherUser .area,
.memberBar .otherUser .time {
  color: #555;
}
.memberBar .otherUser.noImage .name {
  line-height: 18px;
}
.memberBar .otherUser.noImage .name,
.memberBar .otherUser.noImage .area,
.memberBar .otherUser.noImage .time {
  padding: 0 10px;
}
.memberBar a,
.memberBar .body {
  background-color: rgba(200, 200, 200, 0.4);
  text-decoration: none;
  float: left;
}
.memberBar a:focus .name,
.memberBar .body:focus .name,
.memberBar a:hover .name,
.memberBar .body:hover .name {
  text-decoration: underline;
}
.memberBar img,
.memberBar .image {
  width: 46px;
  height: 60px;
  display: block;
  float: right;
  margin-left: 20px;
}
.memberBar .memberDetail {
  padding-top: 5px;
}
.memberBar .name,
.memberBar .area,
.memberBar .time {
  display: block;
  line-height: 25px;
  word-wrap: break-word;
  width: 100%;
  padding-right: 66px;
  padding-left: 20px;
  box-sizing: border-box;
  text-align: right;
  color: #555;
}
.memberBar .area,
.memberBar .time {
  font-weight: 500;
}
.memberBar .name {
  font-size: 14px;
  font-weight: bold;
}
.memberBar .area {
  font-size: 14px;
}
.memberBar .time {
  font-size: 12px;
}
.memberBar .dateSupported {
  display: block;
  padding: 0px 10px;
  font-size: 12px;
  line-height: 24px;
  background-color: #747474;
  color: #fff;
  border-radius: 0 0 3px 3px;
  text-align: right;
  clear: both;
}
#overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(150, 150, 150, 0.4);
  z-index: 110;
}
.overlayBackground {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.overlayForm {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 360px;
  max-width: 80%;
  background-color: #fff;
  z-index: 3;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
.overlayForm .formHeading {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
  line-height: 30px;
  color: #3C3C3B;
}
.overlayForm .close.button {
  margin: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #C9187E;
  width: 20px;
  height: 20px;
  background-size: 12px 12px;
  border: 0;
  text-indent: -999999rem;
  background-image: url("/Content/Icons/cross-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.overlayForm .close.button:hover,
.overlayForm .close.button:focus {
  background-color: #e90011;
}
#overlayCommitteeForm .search-filter__title,
#overlayMemberForm .search-filter__title {
  text-decoration: none;
}
#overlayCommitteeForm .search-filter__title:focus,
#overlayMemberForm .search-filter__title:focus {
  outline: none;
}
#overlayCommitteeForm .search-filter__inner,
#overlayMemberForm .search-filter__inner {
  flex-direction: row;
  flex-wrap: wrap;
}
#overlayCommitteeForm .search-filter__inner--open,
#overlayMemberForm .search-filter__inner--open {
  max-height: 35vh;
  padding: 0;
}
#overlayMemberForm {
  min-height: 110px;
  max-height: 400px;
  max-height: 90vh;
  top: 5vh;
  min-width: 60vw;
  /*height: 100%;*/
}
#overlayMemberForm .selectMemberContainer {
  overflow: auto;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
}
#overlayMemberForm .selectMemberItemContainer {
  padding: 4px;
  width: 100%;
}
#overlayMemberForm .selectMember {
  background-color: #e4e4e4;
  color: #3C3C3B;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid #efefef;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#overlayMemberForm .selectMember:hover {
  background-color: #9b1361;
  color: #fff;
}
#overlayMemberForm .memberImage {
  height: 80px;
  width: 60px;
  display: block;
}
#overlayMemberForm .memberDetail {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 10px;
}
#overlayMemberForm .name,
#overlayMemberForm .area {
  display: block;
  text-align: center;
}
#overlayMemberForm .name {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
#overlayMemberForm .area {
  font-size: 10px;
  line-height: 16px;
}
#overlayCommitteeForm .selectCommitteeContainer {
  background-color: #f6f6f6;
  width: 100%;
}
#overlayCommitteeForm .selectCommittee {
  display: block;
  width: 98%;
  margin: 4px;
  background-color: #fff;
  color: #3C3C3B;
  overflow: hidden;
  text-decoration: none;
}
#overlayCommitteeForm .selectCommittee:hover {
  background-color: #C9187E;
  color: #fff;
}
#overlayCommitteeForm .name {
  display: block;
  padding: 0 10px;
  line-height: 30px;
  color: #3C3C3B;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #efefef;
}
#overlayCommitteeForm .name:hover {
  color: #fff;
}
@media screen and (min-width: 661px) {
  #overlayMemberForm .selectMemberItemContainer {
    width: 100%;
  }
}
@media screen and (min-width: 991px) {
  .overlayForm {
    width: 658px;
  }
  #overlayMemberForm .selectMemberContainer {
    padding: 6px;
  }
  #overlayMemberForm .selectMemberItemContainer {
    width: 50%;
  }
}
@media screen and (min-width: 1201px) {
  #overlayMemberForm .selectMemberItemContainer {
    width: 25%;
  }
}
.searchForm {
  width: 100%;
}
.searchFiltersContainer {
  background-color: #efefef;
  padding: 20px 20px 10px;
}
.searchFiltersContainer .filter {
  display: block;
  margin-bottom: 20px;
}
.searchFiltersContainer .filterItem {
  display: block;
  height: 40px;
  width: 90%;
  margin: 5px auto;
}
.searchFiltersContainer .filterItem > span {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #3C3C3B;
  border: 1px solid #b7b7b7;
  background-color: #fff;
  line-height: 40px;
  border-radius: 3px;
  transition: all 0.1s linear;
  cursor: pointer;
  z-index: 0;
}
.searchFiltersContainer input[type=radio] {
  position: absolute;
  left: -999em;
}
.searchFiltersContainer input[type=radio]:focus + span {
  outline: #C9187E 1px solid;
  z-index: 1;
}
.searchFiltersContainer input[type=radio]:checked + span {
  background-color: #C9187E;
  border: 1px solid #C9187E;
  color: #fff;
  z-index: 1;
}
.searchFiltersContainer .filterLabel {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  vertical-align: top;
  margin: 5px 5px 5px 0;
  color: #3C3C3B;
}
.subFilterBar .dateFilter {
  text-align: center;
}
.subFilterBar .dateFilter label {
  font-size: 16px;
  color: #3C3C3B;
}
.subFilterBar .dateFilter .control {
  margin-right: 0;
  display: block;
  line-height: 40px;
}
.subFilterBar .dateFilter input,
.subFilterBar .dateFilter label,
.subFilterBar .dateFilter span,
.subFilterBar .dateFilter button,
.subFilterBar .dateFilter a.button {
  line-height: 40px;
  height: 40px;
}
.subFilterBar .dateFilter a.button {
  background-color: #3C3C3B;
  border: 1px solid #fff;
  margin: 0;
  font-size: 14px;
}
.subFilterBar .warning {
  border: 1px solid #ff2323;
}
@media screen and (min-width: 661px) {
  .searchFiltersContainer .filterItem {
    width: 80%;
  }
}
@media screen and (min-width: 991px) {
  .searchFiltersContainer .itemTypeFilterBar {
    margin-bottom: 0;
  }
  .searchFiltersContainer .filter {
    display: inline-block;
    margin-bottom: 0;
    padding: 5px 0;
  }
  .searchFiltersContainer .filterItem {
    width: auto;
    min-width: 40px;
    margin-right: 5px;
    display: inline-block;
    height: 40px;
  }
  .searchFiltersContainer .filterItem > span {
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 40px;
  }
  .searchFiltersContainer .subFilterBar .dateFilter {
    float: right;
  }
  .searchFiltersContainer .subFilterBar .dateFilter label {
    width: auto;
  }
  .searchFiltersContainer .subFilterBar .dateFilter .control {
    margin-right: 10px;
    display: inline-block;
  }
  .searchFiltersContainer .subFilterBar .dateFilter input,
  .searchFiltersContainer .subFilterBar .dateFilter label,
  .searchFiltersContainer .subFilterBar .dateFilter span,
  .searchFiltersContainer .subFilterBar .dateFilter button {
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
  }
  .searchFiltersContainer .subFilterBar .dateFilter input {
    font-size: 14px;
  }
}
.searchInfo {
  padding: 10px 0 20px;
  width: 80%;
  margin: auto;
}
.searchInfo h2 {
  text-align: center;
  font-size: 30px;
  line-height: 50px;
}
.searchInfo span {
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
}
.searchInfo a {
  color: #C9187E;
}
.searchKeywordBar {
  position: relative;
  width: 90%;
  margin: 0 auto;
  font-size: 0;
}
.searchKeywordBar input[type=text] {
  height: 50px;
  border: none;
  border: 2px solid #ccc;
  padding: 0 20px 0 60px;
  transition: border 0.5s ease-in-out;
  font-size: 30px;
  color: #222;
  width: 100%;
  margin: 0 auto 20px;
  display: block;
  box-sizing: border-box;
}
.searchKeywordBar input[type=text]:focus {
  border: 2px solid #C9187E;
  outline: none;
}
.searchKeywordBar input[type=text]:focus + label {
  background-color: #C9187E;
}
.searchKeywordBar label {
  width: 46px;
  height: 46px;
  margin: 0;
  line-height: 46px;
  padding: 0;
  position: absolute;
  top: 2px;
  left: 2px;
  text-indent: -999em;
  border: none;
  background: url('../Content/Icons/search-negative.svg') #ccc no-repeat center center;
  background-size: 52px 52px;
  transition: background-color 0.5s ease-in-out;
}
.searchButtonBar {
  font-size: 0;
  border-top: 1px solid #ccc;
  clear: both;
  text-align: center;
}
.searchButtonBar input[type=submit],
.searchButtonBar a.searchArchive {
  display: inline-block;
  background-color: #3C3C3B;
  border: 1px solid #3C3C3B;
  color: #fff;
  font-size: 16px;
  width: 100%;
  margin: 10px 0 0;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  cursor: pointer;
  text-decoration: none;
  transition: 0.4s;
  border-radius: 3px;
}
.searchButtonBar input[type=submit]:hover,
.searchButtonBar a.searchArchive:hover {
  background-color: #C9187E;
  color: #fff;
}
.ui-datepicker-trigger {
  background-color: #3C3C3B;
  color: #fff;
  text-indent: -99999rem;
  width: 30px;
  background: url('/Content/Icons/calendar-white.svg') #3C3C3B center center no-repeat;
  background-size: 20px 20px;
  border-radius: 3px;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  cursor: pointer;
  text-decoration: none;
  transition: 0.4s;
}
.ui-datepicker-trigger:hover {
  background-color: #C9187E;
  color: #fff;
}
@media screen and (min-width: 661px) {
  .searchButtonBar input[type=submit],
  .searchButtonBar a.searchArchive {
    margin-top: 10px;
    width: 275px;
  }
  .searchButtonBar input[type=submit].search,
  .searchButtonBar a.searchArchive.search {
    margin-right: 10px;
  }
}
@media screen and (min-width: 991px) {
  .searchKeywordBar {
    width: 100%;
    font-size: 0;
  }
  .searchKeywordBar input[type=text] {
    display: inline-block;
    margin: 0 0 20px 0;
  }
  .searchKeywordBar a.searchArchive {
    width: 115px;
    padding: 0px 15px;
    box-sizing: content-box;
  }
  .searchButtonBar {
    text-align: center;
  }
  .searchButtonBar input[type=submit],
  .searchButtonBar a.searchArchive {
    width: 150px;
  }
}
@media screen and (min-width: 1201px) {
  .searchKeywordBar input[type=text] {
    width: 100%;
  }
}
#SearchResultsContainer {
  margin-top: 10px;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}
#SearchResultsContainer .showMore {
  margin: 20px auto 0 auto;
  padding: 20px 30px;
  display: block;
}
.searchResultContainer {
  font-size: 0;
  padding: 10px 0;
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.searchResultContainer .searchResultCount {
  font-size: 14px;
  color: #3C3C3B;
  line-height: 20px;
  display: block;
  text-align: center;
  width: 100%;
}
.searchResultContainer .searchResultCount:last-of-type {
  margin-bottom: 10px;
}
.searchResultContainer.hideOverflow {
  overflow: hidden;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.showMore {
  background-color: #fff;
  color: #3C3C3B;
  border: 1px solid #3C3C3B;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  margin: 10px auto 0;
  display: block;
  position: relative;
}
.showMore .loadIcon {
  opacity: 0;
  transition: 0.4s ease-in-out opacity;
}
.showMore.loading {
  cursor: default;
}
.showMore.loading .loadIcon {
  opacity: 1;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #d80979;
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out opacity;
}
.showMore.loading .loadIcon:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner 0.6s linear infinite;
}
.searchResult {
  width: 75%;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  color: #3C3C3B;
  padding: 5px;
  box-sizing: border-box;
  transition: linear 0.3s;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.searchResult .detail {
  text-decoration: none;
  display: block;
}
.searchResult .detail:focus,
.searchResult .detail:hover {
  outline: none;
}
.searchResult .detail:focus .title,
.searchResult .detail:hover .title {
  text-decoration: underline solid #C9187E;
}
.searchResult .title {
  background-size: 24px 24px;
  line-height: 20px;
  background-position: 5px center;
  background-color: transparent;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 700;
  display: block;
  padding: 5px 5px 5px 35px;
  color: #3C3C3B;
  width: 200px;
}
.searchResult .subTitle {
  font-size: 14px;
  font-weight: 600;
  padding: 5px 5px 5px 35px;
  color: #3C3C3B;
  display: block;
  line-height: 21px;
}
.searchResult .date {
  font-size: 14px;
  padding: 5px 5px 5px 35px;
  color: #3C3C3B;
  display: block;
  line-height: 21px;
  font-weight: 600;
}
.searchResult .contextContainer {
  background-color: #fff;
  padding: 6px;
  overflow: hidden;
  display: table;
  width: 100%;
  box-sizing: border-box;
  height: 80px;
}
.searchResult .context {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #3C3C3B;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 1px;
  border-bottom: 2px solid #747474;
}
.searchResult .context .highlightedText {
  background-color: #C9187E;
  padding: 1px 2px;
  color: #fff;
}
.searchResult.opinion .title {
  background-image: url('../Content/Senedd/Icons/statement.svg');
}
.searchResult.opinion .subTitle {
  margin-top: 10px;
  height: 30px;
}
.searchResult.writtenQuestion .title {
  background-image: url('../Content/Senedd/Icons/written.svg');
}
.searchResult.speech .title {
  background-image: url('../Content/Senedd/Icons/speech.svg');
}
.searchResult.agenda .title {
  background-image: url('../Content/Senedd/Icons/speech.svg');
}
.searchResult.answer .title {
  background-image: url('../Content/Icons/answer.svg');
}
.searchResult.oralQuestion .title {
  background-image: url('../Content/Senedd/Icons/oral.svg');
}
.searchResult.urgentQuestion .title {
  background-image: url('../Content/Senedd/Icons/topical.svg');
}
.searchResult.emergencyQuestion .title {
  background-image: url('../Content/Senedd/Icons/emergency-question.svg');
}
.searchResult.amendment .title {
  background-image: url('../Content/Senedd/Icons/motion.svg');
}
.searchResult.motion .title {
  background-image: url('../Content/Senedd/Icons/motion.svg');
}
.searchResult.meeting .title {
  background-image: url('../Content/Icons/transcript.svg');
  width: 450px;
}
.searchResult.qnr .title {
  background-image: url('../Content/Senedd/Icons/qnr.svg');
}
.searchResult .memberBar {
  float: none;
  margin-top: 3px;
}
.searchResult .memberBar a {
  max-width: 320px;
  float: right;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
}
.searchResult .memberBar a:hover {
  /*                background-color: @seneddPink;

                .name, .area {
                    color: @bodyGrey;
                }*/
}
.searchResult .memberBar a:hover .name {
  text-decoration: underline;
}
.searchResult .memberBar .name,
.searchResult .memberBar .area {
  padding-right: 55px;
  color: #3C3C3B;
}
.searchResult .memberBar .name {
  color: #C9187E;
  line-height: 20px;
}
.searchResult .memberBar .area {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
}
.searchResult .memberBar .memberimg {
  margin-left: 10px;
}
.searchResult .otherUser {
  background-color: rgba(200, 200, 200, 0.4);
  min-height: 60px;
  float: right;
}
.searchResult .otherUser .name {
  color: #555;
}
.searchResult .otherUser img {
  display: none;
}
.searchResult .otherUser .name,
.searchResult .otherUser .area {
  padding: 0 10px;
}
.searchResult.hideMe {
  opacity: 0;
}
.searchResult .downloadLinkContainer {
  position: absolute;
  width: 100%;
  bottom: 5px;
}
.searchResult .downloadLinkContainer button {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 40px;
  background-image: url('../Content/Icons/download.svg');
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.searchResult__tags {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.searchResult__tag {
  flex-grow: 0;
  font-size: 14px;
  padding: 0 10px;
  line-height: 24px;
  border-radius: 3px;
}
.searchResult__tag.unselected {
  color: #333;
  background-color: #eb9700;
}
.searchResult__tag.selected {
  color: #fff;
  background-color: #228b22;
}
.emptyResults {
  font-size: 16px;
  display: block;
  text-align: center;
  line-height: 30px;
  color: #444;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (min-width: 661px) {
  #SearchResultsContainer {
    margin-top: 10px;
  }
  #SearchResultsContainer .showMore {
    margin: 20px auto 0 auto;
    padding: 10px 20px;
    display: block;
  }
  .searchResult {
    width: 40%;
  }
  .searchResult .downloadLinkContainer {
    width: 265px;
  }
  .searchResult .contextContainer {
    height: 90px;
  }
  .searchResult.agenda .contextContainer {
    height: 170px;
  }
  .searchResult .title {
    padding: 0px 5px 0px 35px;
    overflow: hidden;
    display: table-cell;
    height: 48px;
    vertical-align: middle;
  }
  .searchResult .subTitle {
    height: 53px;
    padding: 0px 5px 0px 35px;
    display: table-cell;
    vertical-align: middle;
    line-height: 16px;
  }
  .searchResult .date {
    padding: 0 0 0 35px;
    height: auto;
    line-height: 16px;
    font-size: 14px;
  }
  .searchResult.meeting {
    height: auto;
    width: 100%;
  }
  .searchResult.meeting .title,
  .searchResult.meeting .date,
  .searchResult.meeting .subTitle {
    height: auto;
  }
  .searchResult.order-paper {
    min-height: 150px;
    height: auto;
  }
  .searchResult.speech .date {
    padding-bottom: 2px;
  }
  .searchResult.speech .subTitle {
    height: 30px;
    padding-bottom: 3px;
  }
  .searchResult .context {
    overflow: hidden;
  }
  .searchResult .memberBar a,
  .searchResult .otherUser {
    width: 100%;
    max-width: none;
  }
  .searchResult .memberBar a .name,
  .searchResult .otherUser .name,
  .searchResult .memberBar a .time,
  .searchResult .otherUser .time,
  .searchResult .memberBar a .area,
  .searchResult .otherUser .area {
    text-align: center;
  }
}
@media screen and (min-width: 991px) {
  .searchResult {
    width: 30%;
    margin-left: inherit;
    margin-right: inherit;
  }
  .searchResult .contextContainer {
    height: 76px;
  }
  .searchResult.agenda .contextContainer {
    height: 146px;
  }
}
@media screen and (min-width: 1201px) {
  .searchResult {
    width: 23%;
  }
  .searchResult .contextContainer {
    height: 92px;
  }
  .searchResult.agenda .contextContainer {
    height: 162px;
  }
  .searchResult .downloadLinkContainer {
    width: 247.5px;
  }
  .searchResult .subTitle {
    line-height: 16px;
  }
  .searchResult .date {
    line-height: 16px;
  }
  .searchResult.meeting {
    width: 545px;
  }
  .searchResult.meeting .title {
    height: 48px;
  }
  .searchResult.meeting:nth-of-type(2n) {
    margin-right: 0;
  }
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}
.loader {
  color: #ffffff;
  font-size: 11px;
  text-indent: -99999em;
  margin: auto;
  position: relative;
  width: 100px;
  height: 100px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  overflow: hidden;
  z-index: 5;
}
.loader .icon {
  position: absolute;
  z-index: 10;
  width: 70px;
  height: 70px;
  top: 15px;
  left: 15px;
  border-radius: 50%;
}
.loader .waiting {
  background: url("/Content/Icons/sandtimer-white.svg") no-repeat center center #d80979;
  background-size: 20px;
}
.loader .complete {
  opacity: 0;
  transition: opacity 0.5s linear;
  background: url("/Content/Icons/tick-white.svg") no-repeat center center #26A65B;
  background-size: 20px;
  height: 100px;
  width: 100px;
  top: 0;
  left: 0;
}
.loader .complete.on {
  opacity: 1;
}
.loader .failure {
  opacity: 0;
  transition: opacity 0.5s linear;
  background: url("/Content/Icons/cross-white.svg") no-repeat center center #F22613;
  background-size: 20px;
  height: 100px;
  width: 100px;
  top: 0;
  left: 0;
}
.loader .failure.on {
  opacity: 1;
}
.shareBar {
  float: right;
  margin-bottom: 10px;
}
.shareBar--force-right.shareBar {
  position: relative;
  width: 100%;
  height: 30px;
}
.shareBar--force-right.shareBar .shareLinks {
  position: absolute;
  right: 20px;
  top: 0;
}
.shareBar .shareLinks {
  position: relative;
  border-radius: 3px;
  font-size: 0;
}
.shareBar .shareLinks.on {
  display: inline-block;
}
.shareBar .shareLinks a {
  height: 30px;
  width: 30px;
  display: inline-block;
  margin: 0 3px;
  text-indent: -99999em;
  border-radius: 3px;
  border: 0;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
  margin: 0 0 0 8px;
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
}
.shareBar .shareLinks a:first-of-type {
  margin-left: 0;
}
.shareBar .shareLinks a img {
  height: 30px;
}
.shareBar .shareLinks a::before {
  display: none;
}
.shareBar .shareLinks #copy {
  background-image: url("/Content/Icons/clipboard.svg");
  background-size: 22px 22px;
  background-color: #3C3C3B;
}
.shareBar .shareLinks #copy:hover {
  background-color: #C9187E;
}
.shareBar .shareLinks #facebook {
  background-image: url("/Content/Senedd/Icons/fb_dark.svg");
  background-size: 30px 30px;
  background-color: #3C3C3B;
}
.shareBar .shareLinks #facebook:hover {
  background-image: url("/Content/Senedd/Icons/fb_pink.svg");
}
.shareBar .shareLinks #twitter {
  background-image: url("/Content/Senedd/Icons/tw_dark.svg");
  background-size: 30px 30px;
  background-color: #3C3C3B;
}
.shareBar .shareLinks #twitter:hover {
  background-image: url("/Content/Senedd/Icons/tw_pink.svg");
}
.shareBar .shareLinks #linkedin {
  cursor: pointer;
  background-image: url("/Content/Senedd/Icons/lnk_dark.svg");
  background-size: 30px 30px;
  background-color: #3C3C3B;
}
.shareBar .shareLinks #linkedin:hover {
  background-image: url("/Content/Senedd/Icons/lnk_pink.svg");
}
.shareBar .shareLinks .copySuccessful {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #C9187E;
  color: #fff;
  left: 0;
  line-height: 30px;
  text-align: center;
  display: none;
  border-radius: 3px;
}
.shareBar .shareLinks .copySuccessful span {
  font-size: 11px;
  font-weight: bold;
}
@media screen and (min-width: 661px) {
  .meetingShareContainer {
    float: right;
  }
  .meetingShareContainer .shareBar {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
.spinner {
  margin: 30px auto 0 auto;
  width: 150px;
  text-align: center;
  overflow: hidden;
  display: none;
}
.spinner > div {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 5px;
  border-radius: 100%;
  display: block;
  float: left;
  -webkit-animation: sk-bouncedelay 1.6s infinite ease-in-out both;
  animation: sk-bouncedelay 1.6s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.64s;
  animation-delay: -0.64s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.48s;
  animation-delay: -0.48s;
}
.spinner .bounce3 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce4 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Images are in a 3x/4y ratio, hence the math */
.supporterBar {
  margin-top: 10px;
}
.supporterBar .subtitle {
  font-size: 16px;
  font-weight: 500;
}
.supporterBar .supporter {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.supporterBar .supporter:focus {
  outline: #C9187E 1px solid;
}
.supporterBar .supporter .dateSupported {
  display: block;
  vertical-align: top;
  padding: 0px 10px;
  font-size: 12px;
  line-height: 24px;
  background-color: #747474;
  color: #fff;
  border-radius: 0 0 3px 3px;
  margin: 0 0 10px 0;
  text-align: right;
}
.supporterBar .supporter a {
  display: block;
  background-color: rgba(200, 200, 200, 0.4);
  color: #3C3C3B;
  text-decoration: none;
}
.supporterBar .supporter a:hover {
  outline: 2px solid #C9187E;
}
.supporterBar .supporter a:hover .name {
  text-decoration: underline;
}
.supporterBar .supporter img {
  width: 45px;
  height: 60px;
  display: inline-block;
  float: right;
  margin-left: 15px;
}
.supporterBar .supporter .supporterDetails {
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  padding-left: 25px;
}
.supporterBar .supporter .supporterDetails .name {
  display: block;
  line-height: 25px;
  width: 100%;
  font-weight: bold;
  text-align: right;
  font-size: 14px;
  color: #C9187E;
}
.supporterBar .supporter .supporterDetails .constituency {
  display: block;
  line-height: 25px;
  word-wrap: break-word;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
  color: #555;
  font-size: 14px;
}
#meeting {
  width: 100%;
}
#meeting .date {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 auto 10px;
  text-align: center;
}
#meeting .contents {
  margin-bottom: 20px;
}
#meeting .contents__title {
  margin-bottom: 10px;
}
#meeting .languageButtons {
  text-align: center;
  margin-bottom: 20px;
}
#meeting .languageButtons a {
  width: 140px;
  display: inline-block;
  margin: 0 10px;
}
#meeting .detailBar {
  width: 100%;
  overflow: hidden;
  padding: 3px;
}
#meeting .detailBar .seneddTV {
  background-color: #3C3C3B;
  width: auto;
  text-indent: 0;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  padding: 0 10px;
  text-decoration: none;
}
#meeting .detailBar .seneddTV:hover {
  background-color: #C9187E;
}
#meeting .detailBar .name {
  line-height: 30px;
  text-decoration: none;
  font-weight: bold;
}
#meeting .detailBar .memberBar.noImage .name,
#meeting .detailBar .memberBar.noImage .area {
  color: #3C3C3B;
}
#meeting .detailBar .date {
  text-align: center;
  font-size: 1.6em;
  font-weight: 500;
}
#meeting .detailBar .memberInfo {
  text-align: center;
  padding-bottom: 10px;
  background-color: transparent;
}
#meeting .detailBar .memberInfo .title {
  display: block;
  font-style: italic;
  font-size: 1.2em;
  font-weight: 500;
}
#meeting .detailBar .memberBar {
  margin-left: 0;
}
#meeting .detailBar .memberBar a:hover .name {
  text-decoration: underline;
}
#meeting .detailBar .memberBar .memberImage {
  float: left;
  margin-left: 0;
}
#meeting .detailBar .memberBar .name,
#meeting .detailBar .memberBar .area,
#meeting .detailBar .memberBar .time {
  padding-left: 55px;
  padding-right: 10px;
}
#meeting .detailBar .memberBar .time {
  line-height: 20px;
  text-align: left;
  color: #3C3C3B;
  font-weight: 600;
}
#meeting .detailBar .memberTitle {
  display: block;
  vertical-align: top;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 30px;
  background-color: #d80979;
  color: #fff;
  border-radius: 3px;
  margin: 10px 0;
}
#meeting .itemContent {
  padding: 20px 40px 20px 40px;
}
#meeting .itemContent.contribution,
#meeting .itemContent.topicalQuestion,
#meeting .itemContent.oralQuestion {
  background-color: #f4f4f4;
}
#meeting .itemContent .shareBar {
  margin-top: 10px;
}
#meeting .itemContent p {
  line-height: 1.6;
  font-weight: 500;
}
#meeting .itemContent .verbatim {
  padding-bottom: 10px;
}
#meeting .itemContent .verbatim p {
  position: relative;
}
#meeting .itemContent .verbatim p .paragraphNumber {
  font-size: 12px;
  position: absolute;
  top: 0;
  left: -34px;
  text-align: center;
  width: 30px;
  color: #3C3C3B;
  font-weight: 600;
  line-height: 22px;
}
#meeting .itemContent .castingVote {
  padding-top: 10px;
}
#meeting .itemContent .translation {
  border-top: 1px solid #fff;
  padding-top: 10px;
}
#meeting .itemContent.proceduralText .contributionText {
  font-style: italic;
}
#meeting .itemContent.agendaItem .contributionText {
  font-size: 2.2em;
  font-weight: bold;
  line-height: 30px;
}
#meeting .itemContent.agendaItem .contributionText .fullWidth {
  text-align: center;
}
#meeting .itemContent.subHeading .contributionText {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 24px;
}
#meeting .itemContent.motion .contributionText,
#meeting .itemContent.amendment .contributionText {
  font-style: italic;
}
#meeting .itemContent.motion .contributionText .fullWidth,
#meeting .itemContent.amendment .contributionText .fullWidth {
  text-align: left;
}
#meeting .itemContent.voteOutcome .voteResultLinkContainer {
  font-size: 1.4em;
}
#meeting .itemContent.voteOutcome .contributionText {
  font-style: italic;
}
#meeting .itemContent .footnoteLink {
  text-decoration: none;
  color: #C9187E;
}
#meeting .itemContent .footerLinkID {
  left: 5px;
  font-size: 16px;
  position: absolute;
  top: 20px;
  text-align: center;
  width: 30px;
  color: #C9187E;
  display: block;
  line-height: 25px;
}
#meeting table {
  margin-bottom: 50px;
  border-collapse: collapse;
}
#meeting table td {
  vertical-align: middle;
}
#meeting .attendees,
#meeting .contents {
  font-size: 1.6em;
  margin-bottom: 50px;
}
#meeting .attendees h2,
#meeting .contents h2 {
  padding-bottom: 10px;
}
#meeting .attendees {
  margin-top: 35px;
}
#meeting .attendees__title {
  margin-bottom: 10px;
}
#meeting .attendees .nameCol {
  width: 30%;
  border-bottom: 1px solid #ccc;
}
#meeting .attendees tr:nth-child(odd) {
  border: 1px solid #ccc;
  border-bottom: 0;
}
#meeting .attendees tr:nth-child(even) {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#meeting .castingVoteText {
  overflow: hidden;
  margin-bottom: 20px;
}
#meeting .voteOutcomeHeading,
#meeting .voteOutcomeFooter {
  font-size: 1.4em;
  padding-bottom: 10px;
}
#meeting .voteOutcomeHeading span,
#meeting .voteOutcomeFooter span,
#meeting .voteOutcomeHeading a,
#meeting .voteOutcomeFooter a {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.meetingTitle {
  text-align: center;
}
.meetingTitle .title.en {
  margin-top: 10px;
}
.meetingTitle__date {
  margin: 20px 0 40px;
  font-size: 16px;
  display: inline-block;
  font-weight: 800;
}
.charcoalLink .pinkLink {
  font-size: 12px;
  font-weight: 700;
}
.charcoalLink {
  color: #3C3C3B;
}
.pinkLink {
  color: #C9187E;
}
@media screen and (min-width: 661px) {
  #meeting .detailBar .title {
    display: block;
  }
  #meeting .detailBar .memberBar {
    text-align: left;
  }
  #meeting .detailBar .memberInfo {
    text-align: left;
    float: left;
    min-width: 0;
  }
  #meeting .detailBar .memberTitle {
    display: inline-block;
    line-height: 30px;
    margin: 15px 0px 0 10px;
  }
}
@media screen and (min-width: 991px) {
  #meeting {
    position: relative;
  }
  #meeting .itemContent .verbatim {
    float: left;
    width: 48%;
    padding: 0;
  }
  #meeting .itemContent .verbatim.fullWidth {
    float: none;
    width: 100%;
  }
  #meeting .itemContent .translation {
    border: none;
    float: right;
    width: 48%;
    padding: 0;
  }
  #meeting .itemContent .castingVote {
    clear: left;
  }
}
#voteOutcome {
  width: 100%;
}
#voteOutcome .contents {
  margin-bottom: 20px;
}
#voteOutcome .contents__title {
  margin-bottom: 10px;
}
#voteOutcome h2 {
  margin-bottom: 15px;
}
#voteOutcome .voteOutcome {
  margin-bottom: 20px;
}
#voteOutcome .voteOutcome td {
  width: 33%;
}
.qnr .introduction .large-heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 auto 10px;
  text-align: center;
}
.qnr__mini-spacer {
  height: 2px;
  width: 75%;
  margin: 20px auto;
  background-color: rgba(200, 200, 200, 0.4);
}
#xmlExport .xmlFilters {
  background-color: #f6f6f6;
  padding: 0 10px;
}
#xmlExport .xmlFilters .filter {
  display: inline;
}
#xmlExport .searchResults .searchResultInfo {
  text-align: center;
  margin: 10px 0;
}
#xmlExport .searchResults td {
  color: #333;
}
#xmlExport .searchResults td a {
  color: #015e8c;
  text-decoration: none;
  display: block;
}
#xmlExport th {
  background-color: #f4f4f4;
  padding: 0 10px;
}
#xmlExport .text {
  text-align: left;
}
#xmlExport .number {
  text-align: right;
}
.order-paper__mini-spacer {
  height: 2px;
  width: 75%;
  margin: 10px auto 20px;
  background-color: rgba(200, 200, 200, 0.4);
}
.error span {
  border: 2px solid #a20120;
  border-radius: 6px;
  background-color: #ffe1df;
  display: block;
  padding: 15px;
  font-size: 16px;
  margin: 0 0 20px;
}

.DevSiteContainer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffd19b;
    height: 50px;
    text-align: center;
    border-top: 1px solid;
    line-height: 50px;
    font-size: 13px;
}