body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #333;
}

.no-padding { padding: 0 !important; }
.no-left-padding { padding-left: 0 !important; }
.no-right-padding { padding-right: 0 !important; }

.w-nav { z-index: 0 !important; }
.skip-link__wrapper { display: none !important; }

.brand {
  width: auto;
  height: auto;
}

.navbar {
  position: relative;
  display: block;
  height: 145px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #8f8f8f;
}

.image {
  max-width: auto;
}

.nav-menu  {
  position: absolute;
  left: 0px;
  top: 145px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
  background-color: #fff;
  background-image: none;
}

.navmenudiv {
  display: block;
  width: 90%;
/*  height: 50px;*/
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.headerdiv {
  display: block;
  width: 90%;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/*.dropdown-toggle {
  display: block;
  margin: 0px auto;
  padding: 5px 15px 0px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none dotted none solid;
  border-right-width: 1px;
  border-right-color: #c3c3c3;
  border-left-width: 1px;
  border-left-color: #8f8f8f;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.dropdown-toggle.w--open {
  margin-bottom: 12px;
}
*/

.text-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/*.dropdown {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #c3c3c3;
  border-left-width: 1px;
  border-left-color: #8f8f8f;
  color: #000;
  text-align: center;
}*/

.dropdown-list {
  background-color: #00a650;
}

.dropdown-list.w--open {
  top: 38px;
  width: auto;
  -webkit-column-count: 2;
  column-count: 2;
}

.dropdown-link {
  position: static;
  height: 50px;
  padding-left: 10px;
  border-top: 1px solid hsla(0, 0%, 76%, .67);
  color: #000;
}

.dropdown-link:hover {
  background-color: #09924b;
  color: #ffcb03;
  text-decoration: none;
}

.dropdown-link:active {
  color: #fff;
}

.dropdown-link:focus {
  text-decoration: none;
}

.dropdown-link.w--current {
  color: #000;
}

.dropdown-link.w--current:hover {
  color: #c3c3c3;
}

.dropdown-link.w--current:active {
  color: #fff;
}

.dropdown-link.w--current:focus {
  color: #c3c3c3;
}

.dropdown-link-2 {
  color: #fff;
}

.dropdowndiv {
  width: auto;
  height: auto;
  border-top: 1px solid #c3c3c3;
  -webkit-column-count: 1;
  column-count: 1;
}

.dropdown-link-bullets {
  position: static;
  height: 25px;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-top: 1px solid hsla(0, 0%, 76%, .67);
  color: #000;
  font-size: 11px;
}

.dropdown-link-bullets:hover {
  background-color: #09924b;
  color: #dbdbdb;
}

.form-block {
  position: absolute;
  right: 5%;
  bottom: 0px;
  width: 30%;
  height: 40px;
  margin-bottom: 15px;
  float: right;
}

.text-field {
  width: 80%;
  margin-bottom: 0px;
  float: right;
  border: 1px solid #c3c3c3;
  border-radius: 15px;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .19);
}

.form {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 80%;
  padding-top: 0px;
  float: none;
}

.submit-button {
  width: 25%;
  float: none;
}

.h1main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-left: 0px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 43px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 5px;
  float: left;
  color: #000;
  font-size: 24px;
  font-weight: bold !important;
}

.headernamediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-left: 0px;
  padding-top: 20px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-2 {
  margin-top: 10px;
  margin-left: 8px;
  float: right;
}

.smheaderdiv {
  position: absolute;
  top: 0px;
  right: 5%;
  /*width: 25%;*/
  height: 55px;
  margin-right: 0px;
  float: right;
}

.link-block {
  width: 45px;
  height: 45px;
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 20px;
  float: right;
}

.headersection {
  position: static;
  height: 195px;
  margin-bottom: 0px;
  background-image: url('../images/ancpc_header1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slidersection {
  position: static;
  top: 60px;
/*  height: 365px; */
  height: auto !important;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 20px;
  background-color: #000;
}

.mainsliderdiv {
  display: block;
  width: 90%;
/*  height: 350px; */
  height: auto !important;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.div-block-2 {
  width: 55%;
  height: 350px;
  float: none;
}

.slider {
  width: 55%;
  height: 350px;
}

.officechiefdiv {
  width: 20.5%;
/*  height: 335px; */
  height: auto !important;
  float: right;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.mainslider {
  width: 78%;
/*  height: 350px; */
  height: auto !important;
  float: left;
}

.row {
  position: relative;
  top: 5px;
  height: auto;
  margin-top: -5px;
}

#views-bootstrap-grid-1 .row { margin-top: 0; }

.column {
  position: static;
  height: auto;
  padding-right: 0px;
  padding-left: 10px;
  background-color: transparent;
}

/*
.slide1 {
  margin-top: 1px;
  background-image: url('../images/sona2018_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  box-shadow: inset 0 0 8px 0 #000;
}

.slide2 {
  margin-top: 1px;
  background-image: url('../images/Budget-Speech_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide3 {
  margin-top: 1px;
  background-image: url('../images/national_assembly-exterior.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}
*/

/*
.carousel-inner {
  height: 335px !important;
  background-color: transparent !important;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block !important;
    max-width: 100% !important;
    height: 100% !important;
}
*/
.carousel-inner {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.slidername, #views-bootstrap-carousel-2 .views-field-field-position, #views-bootstrap-carousel-2 .views-field-field-member-link {
  position: absolute !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 75px !important;
  padding-top: 8px !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  background-color: rgba(0, 0, 0, .6) !important;
  text-align: center !important;
  text-decoration: none !important;
}

.slidername:hover, #views-bootstrap-carousel-2 .views-field-field-caption, #views-bootstrap-carousel-2 .views-field-field-member-link {
  background-color: #252424 !important;
}

.mask {
  border-style: none;
  border-top-width: 0px;
  border-top-color: #000;
  background-color: #000;
}

.slider-leaders {
  height: 335px;
  background-color: transparent;
}

.picjackson {
  width: 100%;
  height: 250px;
  background-image: url('../images/jacksonmthembu3.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.homenamediv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  padding: 4px 3px 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #000;
}

.heading-3, #views-bootstrap-carousel-2 .views-field-field-position > div {
  display: block !important;
  margin-top: 0px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-bottom: 5px !important;
  color: #fff !important;
  font-size: 14px;
  line-height: 1.2em !important;
  font-weight: 400 !important;
  letter-spacing: 0.2px !important;
}

#views-bootstrap-carousel-2 .views-field-field-member-link a:hover { text-decoration: none; }

.text-span {
  color: #ffcb03;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 400;
}

.column-2 {
  padding-right: 0px;
}

.column-3 {
  padding-right: 0px;
}

.picdorris {
  width: 100%;
  height: 250px;
  background-image: url('../images/Dorries-Dlakude..jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.picmohai {
  width: 100%;
  height: 250px;
  background-image: url('../images/mohai.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.div-block-5 {
  position: relative;
  top: 5px;
  z-index: 100;
  height: 35px;
  margin-top: -3px;
  margin-left: 10px;
  background-color: #b6b3b3;
}

.heading-4 {
  margin-top: 0px;
  padding-top: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.icon {
  font-size: 18px;
}

.icon-2 {
  font-size: 13px;
}

/*.newssection {
  position: relative;
}
*/

.slidertextbg, #views-bootstrap-carousel-1 .views-field-field-caption {
  position: absolute !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  height: 75px !important;
  padding: 8px 12px 12px !important;
  border-bottom: 0px none #ffcb03 !important;
  background-color: rgba(0, 0, 0, .65);
  text-align: left !important
}

.heading-5  {
  margin-top: 0px !important;
  margin-bottom: 2px !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.2em !important;
  font-weight: 700 !important;
}

.paragraph {
  color: #c3c3c3;
  font-size: 13px;
  line-height: 1.2em;
}

.newsdiv {
  display: block;
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.leftnewsdiv {
  width: 78% !important;
  float: left !important;
  border: 1px solid #c3c3c3 !important;
}

.rightnewsdiv {
  width: 20% !important;
  height: auto !important;
  padding-left: 10px !important;
  float: right !important;
  border-left: 1px none #c3c3c3 !important;
  background-color: #fff !important;
}


.newsdiv .nav-tabs {
  height: 45px !important;
  background-color: #00a650 !important;
  border: none !important;
}

.newsdiv .nav-tabs > li {
    margin-bottom: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	width: 22% !important;
}

.newsdiv li a {
	border-radius: 0 !important;
    color: #fff !important;
}

.newsdiv .nav-tabs > li.active > a, .newsdiv .nav-tabs > li.active > a:focus, .newsdiv .nav-tabs > li.active > a:hover, .newsdiv li a:hover {
    height: 45px !important;
    background-color: #078f49 !important;
    border: none !important;
    cursor: pointer;
}

.nav-tabs.nav .open > a, .nav-tabs.nav .open > a:focus, .nav-tabs.nav .open > a:hover {
    background: #078f49 !important;
	border: none !important;
}

.tab-pane {
	padding-left: 1% !important;
}

.newsdiv .tab-pane .block__title {
    margin-top: 25px !important;
    margin-bottom: 15px !important;
    margin-left: 0px !important;
    padding-bottom: 6px !important;
    border-bottom: 1px dashed #c3c3c3 !important;
    font-size: 21px !important;
    line-height: 1.4em !important;
	font-weight: bold !important;
}

.view-documents .row {
	margin: 0 0 2.3% !important;
}

.article-grid {
	padding-left: 0 !important;
	padding-right: 1% !important;
	color: #8f8f8f !important;
}

.articlepic {
  height: auto;
  float: left;
  border: 1px solid #8f8f8f;
  padding: 0;
}

.view-id-documents img, .views-field-field-image img { width: 100% !important; height: auto !important }
/*.view-id-documents img { width: 100% !important; height: 125px !important }*/

.views-field-field-image .colorbox img {
	border: 1px none #8f8f8f;
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .31);
	width: 25% !important;
	object-fit: cover !important;
    height: 280px !important;
}

.node-gallery .colorbox img { width: 19.5% !important; height: auto !important; margin-right: 0.3%; margin-bottom: 0.2%; }

/*.node-gallery .field-item {
	display: inline;
}19.7
.node-gallery img { width: 15%; height: auto; padding-right: 0.3%; }
*/
.nav-tabs > li > a {
    margin-right: 0 !important;
}
/*
.tabs-menu {
  height: 45px;
  background-color: #00a650;
}
*/

.tab-link {
  width: 22%;
  height: 45px;
  background-color: #00a650;
}

.tab-link.w--current {
  height: 45px;
  padding-right: 10px;
  background-color: #078f49;
}

.tab-link-2 {
  width: 18%;
  padding-right: 20px;
  background-color: #078f49;
}

.tab-link-3 {
  width: 18%;
  background-color: #00a650;
}

.tab-link-3.w--current {
  width: 18%;
  background-color: #078f49;
}

.tabtext {
  padding-top: 3px;
  color: #fff;
  line-height: 1.2em;
}

.text-block-3 {
  color: #fff;
}

.text-block-4 {
  color: #fff;
}

.tab-link-4 {
  width: 18%;
  background-color: #00a650;
}

.tab-link-4.w--current {
  background-color: #078f49;
}

.text-block-5 {
  color: #fff;
}

.tabnewsrow {
  margin-left: 0px;
  padding-top: 15px;
}

/*.newscolumn {
  padding-left: 0px;
}
*/
.newsblockdiv {
  height: auto;
  padding: 0px 10px 0px 0px;
}

.h2 {
  width: auto;
  height: auto;
  margin-top: 25px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #c3c3c3;
  font-size: 21px;
  line-height: 1.4em;
  font-weight: 600;
}

.h2.no-space {
  margin-top: 5px;
}

.headingnews {
  margin-top: 0px;
  margin-bottom: 5px;
  float: none;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 700;
}

.headingnews a {
  color: #078f49;
}

.headingnews a:hover {
  color: #057e3f;
  text-decoration: none !important;
}

.more {
  color: #00a650;
  font-weight: 400;
}

.paragraph-2 {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 1.5em;
}

.date, .tab-content span.date-display-single {
  margin-bottom: 5px !important;
  color: #575757 !important;
  font-size: 11px !important;
  line-height: 1.3em !important;
  font-weight: 700 !important;
}

.views-field-field-issue-date-1 { white-space: nowrap; width: 9%; margin-right: 3%; }

.button {
  position: static !important;
  right: 0px !important;
  bottom: 0px !important;
  display: inline-block !important;
  margin-bottom: 12px !important;
  margin-left: 8px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  border-radius: 8px !important;
  background-color: #c3c3c3 !important;
  color: #000 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

.button:hover {
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, .45), 1px 1px 3px 0 rgba(0, 0, 0, .51);
}

.homesidebtn1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 155px;
  min-height: auto;
  margin-bottom: 0px;
  padding: 15px 10px 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #c3c3c3;
  border-radius: 6px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .55), hsla(0, 0%, 100%, .55)), url('../images/Parliament_bw2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .55), hsla(0, 0%, 100%, .55)), url('../images/Parliament_bw2.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, 810px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03), 1px 1px 3px 0 #8f8f8f;
}

.homesidebtn1:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #078f49;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 700;
}

.heading-7.centered {
  margin-bottom: 5px;
  float: none;
  color: #000;
  font-size: 12px;
  line-height: 1em;
  text-align: center;
}

.paragraph-3 {
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top: 0px;
  float: left;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: left;
}

.homesidebtn2 {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 18px 0px 8px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid none;
  border-width: 1px 1px 4px;
  border-color: #c3c3c3;
  border-radius: 0px;
  background-color: #fff;
}

.telno {
  margin-bottom: 5px;
  margin-left: 15px;
  float: none;
  color: #00a650;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.homesidebtn3 {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding: 15px 13px 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c3c3c3;
  border-radius: 6px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .83), hsla(0, 0%, 100%, .83)), url('../images/Parliament_bw.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .83), hsla(0, 0%, 100%, .83)), url('../images/Parliament_bw.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, 810px;
  box-shadow: inset 0 0 10px 1px hsla(0, 0%, 56%, .15), 1px 1px 3px 0 #8f8f8f;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.homesidebtn3:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.homerightbtn {
  width: 100%;
  margin-bottom: 15px;
  color: #000;
  text-decoration: none;
}

.homerightbtn:hover {
  background-color: transparent;
}

.image-3 {
  margin-right: 6px;
  float: left;
}

.div-block-6 {
  display: block;
  width: 90%;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
}

.section-links {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #c3c3c3;
}

.link-block-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  padding-right: 8px;
  padding-left: 20px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #c3c3c3;
  text-decoration: none;
}

.link-block-icon:hover {
  background-color: hsla(0, 0%, 76%, .09);
  box-shadow: none;
}

.image-4 {
  display: block;
  max-width: auto;
  margin-right: 25px;
  margin-left: 0px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature-section {
  height: 350px;
  margin-bottom: 35px;
  padding-top: 45px;
  background-image: url('../images/Parliament_bw.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.meetcontainer {
  display: inline-block;
  width: 40%;
  height: 250px;
  margin-right: 10%;
  margin-left: auto;
  padding: 0px 27px 27px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  background-color: rgba(0, 166, 80, .95);
  font-size: 33px;
}

.heading-8 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.image-5 {
  max-width: auto;
  float: right;
  border: 1px none #00a650;
  border-radius: 8px;
  box-shadow: 1px 1px 3px 0 #000;
}

.namemphomepage {
  float: none;
  color: #ffcb03;
  font-size: 18px;
}

.column-4 {
  padding-left: 0px;
}

.column-5 {
  padding-top: 45px;
  font-family: 'Open Sans', sans-serif;
}

.mphomepage-position {
  float: left;
  color: #fff;
  font-size: 14px;
}

.headermeet {
  display: inline-block;
  margin-top: 25px;
  font-size: 28px;
  font-weight: 700;
}

.headermeet.seemore {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: none;
}

.footer {
  height: auto;
  margin-top: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #ffc303;
}

.tabs-content {
  padding-left: 10px;
}

.div-block-7 {
  display: block;
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 5px;
}

.image-6 {
  float: left;
}

.heading-9 {
  margin-top: 25px;
  float: left;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold !important;
}

.footer-text {
  float: left;
  font-size: 12px !important;
  line-height: 1.9em;
}

.namesmall {
  font-size: 13px;
}

.bold-text {
  margin-bottom: 6px;
}

.bold-text-15px {
  width: 100%;
  float: none;
  font-size: 14px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.textlink_underlined {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  float: left;
  border-bottom: 1px solid #ddaa07;
  color: #000;
  font-size: 12px;
  text-decoration: none;
}

.textlink_underlined:hover {
  padding-left: 3px !important;
  background-color: hsla(0, 0%, 56%, .22) !important;
  color: #078f49 !important;
}

.mainbodysection {
  position: relative;
}

.maincontentdiv {
  width: 78%;
  height: auto;
  max-height: auto;
  padding-top: 20px;
  padding-right: 20px;
  float: left;
  border-style: solid dashed none none;
  border-width: 1px;
  border-color: #c3c3c3;
}

.mainbodydiv {
  display: block;
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding-top: 0px;
}

.breadcrumbdiv  {
  width: 96%;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  margin-bottom: 1% !important;
  text-align: left !important
}

.paragraph-4 {
  color: #8f8f8f;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.breadunderlined {
  padding-bottom: 2px;
  text-decoration: underline;
}

.h1, h3, .node-page h1 {
  margin-top: 0px;
  margin-bottom: 1.3%;
  color: #00a650;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 1% !important;
  border-bottom: 1px solid #078f49 !important;
}

.node-page h4 { margin-top: 2%; margin-bottom: 1%; font-weight: 600; }

.node-members h1 { border: none !important; paddinga-bottom: 0 !important; }
.node-members .h1, .Field-name-field-last-name { text-transform: capitalize; /*border: none !important;*/ }
/*.node-members .h1::first-letter {
    text-transform: uppercase;
}*/
.Field-name-field-last-name, .Field-name-field-last-name > div, .Field-name-field-last-name > div > div { display: inline;  }
.field-name-field-last-name, .field-name-field-last-name > div, .field-name-field-last-name > div > div { display: inline; }

.h1.smaller { border-bottom: solid 1px #c3c3c3 !important; }

.h1:hover, .h3:hover {
  color: #078f49 !important;
}

.bodytext-grey {
  margin-bottom: 15px;
  padding-top: 20px;
  float: none;
  border-top: 1px solid #078f49;
  font-size: 14px;
  line-height: 1.6em;
  text-indent: 0px;
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 2em;
  column-gap: 2em;
}

p {
  margin-bottom: 1.3% !important;
  float: none !important;
  line-height: 1.6em !important;
  text-indent: 0px !important;
  -webkit-column-count: 1 !important;
  column-count: 1 !important;
  -webkit-column-gap: 2em !important;
  column-gap: 2em !important;
}

p._2 {
  -webkit-column-count: 1;
  column-count: 1;
}

p.noline {
  margin-right: 0px;
  padding-top: 0px;
  border-top-style: none;
  border-top-width: 0px;
}

p.noline.space {
  margin-top: 12px;
  margin-right: 12px;
}

p.noline.rightspace {
  width: 90%;
  margin-top: 12px;
  margin-left: 12px;
}

.h3-grey {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #575757;
  font-size: 24px;
  font-weight: 700;
  border: none !important;
  padding-bottom: 0 !important;
}

.h3-grey.no-space {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 21px;
}

.h3-grey.no-space:hover {
  color: #00a650;
}

.profilediv img, .profilepic {
  margin-right: 15px;
  margin-bottom: 15px;
  float: none;
 /* border: 1px #333 solid !important; */
 height: auto;
}

.profilediv {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  float: left;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.paragraph-5 {
  margin-bottom: 20px;
  float: none;
  font-size: 17px;
  line-height: 1.6em;
  font-weight: 700;
}

.headprofileposition, .field-name-field-executive-position .field-item, .field-name-field-leadership-position .field-item {
  color: #078f49;
  font-size: 17px;
  font-weight: 700;
}

.profilecolumn {
  padding-left: 0px;
}

.h3, .panel-title .green-head, .ui-accordion-header-icon, .ui-accordion-header a {
  margin-top: 0px !important;
  margin-bottom: 0px;
  color: #078f49 !important;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.panel-title a:active, .panel-title a:hover, .panel-title a:focus, .ui-accordion-header a:active, .ui-accordion-header-icon a:active, .ui-accordion-header-icon a:active {
	text-decoration: none !important;
}
.ui-widget-content { height: auto !important; }

.panel, .panel-body {
    color: inherit !important;
    background: none !important;
    border: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	-webkit-box-shadow: none !important;
}

.show, .panel-heading, .ui-accordion-header {
  margin-top: 5px !important;
  margin-bottom: 10px !important;
  padding: 10px 5px 5px 0px !important;
  border-top: 1px solid #078f49 !important;
  border-radius: 0px !important;
  background: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}

.ui-accordion {
	margin-top: 2% !important;
}

.ui-accordion .ui-accordion-content {
	font-size: 13px !important;
}

.ui-accordion-header  {
  padding-top: 10px !important;
  padding-left: 2.2% !important;
}

.block__title {
  color: #00a650 !important;
  font-size: 32px !important;
  font-weight: 700 !important;
/*  padding-bottom: 1% !important;
  margin-bottom: 1.3%;*/
}

.ui-widget-content {
	border: none !important;
}

.ui-helper-reset {
    line-height: 1.7 !important;
}

.h3.spaceafter {
  margin-bottom: 10px;
  color: #8f8f8f;
  font-size: 13px;
  font-weight: 400;
}

.bold-text-2 {
  color: #00a650;
  text-decoration: underline;
}

.column-6 {
  padding-left: 0px;
}

.row-table {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #c3c3c3;
}

.row-table.bg {
  padding-top: 5px;
  background-color: #f8f6f6;
}

.hideblockdiv2 {
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.show-2 {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px 5px 5px 0px;
  border-top: 1px solid #078f49;
  border-radius: 0px;
  background-color: #fff;
}

.hideblockdiv {
  margin-bottom: 0px;
  padding-bottom: 10px;
  background-color: #fff;
}

.show-3 {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px 5px 5px 0px;
  border-top: 1px solid #078f49;
  border-radius: 0px;
  background-color: #fff;
}

.hideblockdiv-3 {
  margin-bottom: 0px;
  padding-bottom: 10px;
  background-color: #fff;
}

.boldytext-grey, .tab-content p {
  display: inline !important;
  color: #8f8f8f !important;
  line-height: 1.3em !important;
}

.link {
  color: #078f49;
  text-decoration: none;
}

.link-2 {
  color: #078f49;
  text-decoration: none;
}

.textcolumn {
  padding-left: 0px;
}

.hideblockdiv-4 {
  margin-bottom: 0px;
  padding-bottom: 10px;
  background-color: #fff;
}

.show-4 {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px 5px 5px 0px;
  border-top: 1px solid #00a650;
  border-radius: 0px;
  background-color: #fff;
}

.show-5 {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px 5px 5px 0px;
  border-top: 1px solid #00a650;
  border-radius: 0px;
  background-color: #fff;
}

.hideblockdiv5 {
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.show-6 {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px 5px 5px 0px;
  border-top: 1px solid #078f49;
  border-radius: 0px;
  background-color: #fff;
}

.hideblockdiv-6 {
  margin-bottom: 0px;
  padding-bottom: 10px;
  background-color: #fff;
}

.show-7 {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px 5px 5px 0px;
  border-top: 1px solid #078f49;
  border-radius: 0px;
  background-color: #fff;
}

.hideblockdiv-7 {
  margin-bottom: 0px;
  padding-bottom: 10px;
  background-color: #fff;
}

.show-8 {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px 5px 5px 0px;
  border-top: 1px solid #078f49;
  border-radius: 0px;
  background-color: #fff;
}

.hideblockdiv8 {
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.show-9 {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px 5px 5px 0px;
  border-top: 1px solid #078f49;
  border-radius: 0px;
  background-color: #fff;
}

.hideblockdiv-9 {
  margin-bottom: 0px;
  padding-bottom: 10px;
  background-color: #fff;
}

.show-10 {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px 5px 5px 0px;
  border-top: 1px solid #078f49;
  border-radius: 0px;
  background-color: #fff;
}

.hideblockdiv10 {
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.show-11 {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px 5px 5px 0px;
  border-top: 1px solid #078f49;
  border-radius: 0px;
  background-color: #fff;
}

.hideblockdiv-11 {
  margin-bottom: 0px;
  padding-bottom: 10px;
  background-color: #fff;
}

.whipsrow {
  height: auto;
  padding-right: 10px;
  border-top: 1px solid #8f8f8f;
}

.column-7 {
  height: auto;
  padding: 0px;
}

.column-8 {
  height: auto;
  padding-left: 8px;
  border-left: 1px solid #c3c3c3;
}

.table-text {
  display: block;
  width: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  float: none;
  font-size: 13px;
  line-height: 1.4em;
  text-align: left;
}

.paragraph-7 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.column-9 {
  padding-right: 10px;
  padding-left: 0px;
  border-right: 1px none #c3c3c3;
}

.show-12 {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px 5px 5px 0px;
  border-top: 1px solid #078f49;
  border-radius: 0px;
  background-color: #fff;
}

.hideblockdiv-12 {
  margin-bottom: 0px;
  padding-bottom: 10px;
  background-color: #fff;
}

.link-block-person {
  display: inline-block;
  width: 100%;
  height: 80px;
  margin-bottom: 0px;
  padding-bottom: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px none #c3c3c3;
  color: #000;
  text-decoration: none;
}

.link-block-person:hover {
  border-style: solid;
  border-color: #c3c3c3;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.image-7 {
  margin-right: 15px;
  float: left;
}

.row-3 {
  margin-bottom: 0px;
}

.column-10 {
  padding-right: 10px;
  padding-left: 0px;
}

.column-11 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-12 {
  padding-left: 0px;
}

.column-13 {
  padding-right: 10px;
  padding-left: 0px;
}

.column-14 {
  padding-left: 0px;
}

.column-15 {
  padding-left: 0px;
}

.bold-text-3 {
  display: inline;
  width: auto;
}

.bold-text-4 {
  display: inline;
}

.paragraph-8 {
  font-size: 13px;
  line-height: 1.3em;
}

.paragraph-9 {
  padding-left: 12px;
  font-size: 13px;
  line-height: 1.3em;
}

.column-16 {
  padding-left: 10px;
}

.row-4 {
  margin-bottom: 20px;
}

.link-3 {
  color: #078f49;
  text-decoration: none;
}

.pagesearchdiv, .view-member form {
  margin-top: 30px !important;
  margin-bottom: 25px !important;
  padding: 5px 15px 5px 30px !important;
  border-bottom: 1px none #c3c3c3 !important;
/*  background-color: hsla(0, 0%, 76%, .16) !important;*/
}

.view-member form {
  background-color: hsla(0, 0%, 76%, .16) !important;
}

.view-member form label {
    margin-top: 15px !important;
    margin-bottom: 0px !important;
    font-size: 18px !important;
    color: #575757 !important;
    font-weight: 700 !important;
    line-height: 30px !important;
}

.text-field-2, .form-item-search-block-form input {
  width: 92% !important;
  float: left !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: hsla(0, 0%, 76%, .51) !important;
  padding: 9px 12px !important;
  margin-bottom: 10px !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  color: #333333 !important;
  vertical-align: middle !important;
  background-color: #ffffff !important;
  border: 1px solid #cccccc !important;
}

.form-item-combine input, .view-structure select {
    display: block;
    width: 100%;
    height: auto;
    padding: 9px 12px 8px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.submit-button-2, .views-submit-button input {
   	background-color: #00a650;
    display: inline-block;
    padding: 9px 15px;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
	margin-top: 60% !important
}
.view-structure .views-submit-button input { margin-top: 0 !important }
.views-exposed-form .views-exposed-widget { padding-right: 0; padding-bottom: .4em }

.bodytext, .view-member .description {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6em;
  text-indent: 0px;
}

.bodytext._2 {
  -webkit-column-count: 1;
  column-count: 1;
}

.bodytext.nospace {
  margin-bottom: 0px;
  font-size: 13px;
}

.alphabetdiv {
  display: block;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 0px;
  float: left;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.alphabetcolumn {
  padding-left: 0px !important;
}

.h1alphabet {
  color: #8f8f8f;
  font-size: 65px;
  text-align: center;
}

.view-display-id-provinces { margin-bottom: 2.5% !important; }
.view-display-id-provinces .views-bootstrap-grid-plugin-style { margin-top: 2.3% !important; }
.alphabet-person a, .views-field-field-last-name a, .view-structure span a  {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 3% 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px none #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  color: #575757;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
}

.field-content .small-padding, .alphabet-person a, .view-structure span a { padding: 1.6% 0 !important; }

.alphabet-person:hover, .views-field-field-last-name a:hover, .alphabet-person a:hover {
  color: #00a650 !important;
}

.emaillink {
  color: #00a650 !important;
  text-decoration: none !important;
}

.emaillink:hover {
  text-decoration: underline !important;
}

.individualprofilediv {
  margin-bottom: 0px;
  padding-bottom: 10px;
  background-color: #fff;
}

.staffrow {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c3c3c3;
}

.stafftext {
  padding-left: 12px;
  font-size: 13px;
  line-height: 1.3em;
}

.icon-3 {
  font-size: 18px;
}

.icon-4 {
  font-size: 18px;
}

/*
.sliderchief {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/jacksonmthembu4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sliderdeputychief {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-image: url('../images/dorris2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.sliderncopchief {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-image: url('../images/seiso2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
*/

.slide-nav {
  height: 25px;
  margin-top: 5px;
  padding-top: 5px;
  font-size: 11px;
}

.left-arrow {
  width: 45px;
}

.right-arrow {
  width: 45px;
}

.slidertitle {
  color: #ffc303;
  font-size: 12px;
  font-weight: 700;
}
.slidertitle:hover {
  color: #ffc303;
}

.slide-nav-2, .view-main-slider .carousel-indicators {
  height: 25px;
  padding-top: 5px;
  font-size: 11px;
}


.view-main-slider .carousel-indicators {
/*    position: absolute !important;
    z-index: 2 !important;
    top: auto !important;
    right: 0 !important;*/
    bottom: 0 !important;
    padding-top: 10px !important;
/*    left: 0 !important;
    margin: auto !important;
    height: 40px !important; */
}


.dropdown-list-1 {
  background-color: #00a650;
}

.dropdown-list-1.w--open {
  top: 38px;
  width: auto;
}

.dropdown-1 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #c3c3c3;
  border-left-width: 1px;
  border-left-color: #8f8f8f;
  color: #000;
  text-align: center;
}

.dropdown-link-1 {
  position: static;
  height: 50px;
  padding-left: 10px;
  border-top: 1px solid hsla(0, 0%, 76%, .67);
  color: #fff;
}

.dropdown-link-1:hover {
  background-color: #09924b;
  color: #ffcb03;
  text-decoration: none;
}

.dropdown-link-1:active {
  color: #fff;
}

.dropdown-link-1:focus {
  text-decoration: none;
}

.dropdown-link-1.w--current {
  color: #fff;
}

.dropdown-link-1.w--current:hover {
  color: #c3c3c3;
}

.dropdown-link-1.w--current:active {
  color: #fff;
}

.dropdown-link-1.w--current:focus {
  color: #c3c3c3;
}

.dropdown-toggle-1 {
  display: block;
  margin: 0px auto;
  padding: 5px 15px 0px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none dotted none solid;
  border-right-width: 1px;
  border-right-color: #c3c3c3;
  border-left-width: 1px;
  border-left-color: #8f8f8f;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.dropdown-toggle-1.w--open {
  margin-bottom: 12px;
}

.homesidebtn4 {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding: 20px 5px 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #c3c3c3;
  border-radius: 6px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .53), hsla(0, 0%, 100%, .53)), url('../images/Parliament_bw2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .53), hsla(0, 0%, 100%, .53)), url('../images/Parliament_bw2.jpg');
  background-position: 0px 0px, 50% 50%;
  box-shadow: inset 0 0 10px 1px hsla(0, 0%, 56%, .15), 1px 1px 3px 0 #8f8f8f;
}

.homesidebtn4:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.image-8 {
  float: left;
}

.phonepicdiv {
  padding-left: 0px;
  float: left;
}

.div-block-10 {
  float: none;
}

.heading-10 {
  width: 60%;
  margin-top: 0px;
  float: left;
  font-size: 17px;
  line-height: 1.3em;
  color: #000 !important;
  border: none !important;
}

.heading-10._2 {
  width: 100%;
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 700;
}

.heading-10._3 {
  width: 100%;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 400;
}

.heading-7-green {
  width: 95%;
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 5px 8px;
  float: left;
  border-radius: 3px;
  background-color: #ffc303;
  color: #000;
  font-size: 11px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.heading-7-green.centered {
  margin-bottom: 5px;
  float: none;
  color: #000;
  font-size: 12px;
  line-height: 1em;
  text-align: center;
}

.heading-7-green._2 {
  width: 100%;
}

.div-block-11 {
  width: 30%;
  margin-right: 10px;
  margin-left: 3px;
  float: right;
}

.mpposition {
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
  color: #000;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 700;
}

.mpposition.centered {
  margin-bottom: 5px;
  float: none;
  color: #000;
  font-size: 12px;
  line-height: 1em;
  text-align: center;
}

.biggerarrow {
  font-size: 16px;
}

.image-9 {
  float: left;
}


.articlepic.mandela {
  width: 32%;
  height: 120px;
  margin-right: 15px;
  margin-bottom: 25px;
  background-image: url('../images/mandela.jpg');
  background-position: 50% 50%;
}

.articlepic.deaf {
  width: 32%;
  height: 120px;
  border: 1px solid #8f8f8f;
  background-image: url('../images/deaf.jpg');
  background-position: 50% 50%;
}

/*
.articlepic.win1 {
  width: 32%;
  height: 120px;
  margin-right: 15px;
  margin-bottom: 25px;
  background-image: url('../images/winnie-mandela-1936_p9q77.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
*/

.articlepic.win2 {
  width: 32%;
  height: 120px;
  margin-right: 15px;
  margin-bottom: 25px;
  background-image: url('../images/winnie.jpg');
  background-position: 50% 50%;
}

.articlepic.parliament {
  width: 32%;
  height: 120px;
  margin-right: 15px;
  margin-bottom: 25px;
  background-image: url('../images/parliament-companys-garden.jpg');
}

.articlepic.journo {
  width: 32%;
  height: 120px;
  background-image: url('../images/jouernalist.jpg');
  background-position: 50% 50%;
}

.articlepic.anc {
  background-image: url('../images/ANC-logo-with-white-outline2.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.articlepic.papers {
  width: 32%;
  height: 120px;
  background-image: url('../images/papers.jpeg');
}

.gallery {
/*  height: 380px;*/
  margin-bottom: 2.6%;
  padding-top: 5px;
}

.div-block-13 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.gallerydiv {
  display: block;
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2.5%;
}

.gallgroupdiv {
  height: 280px;
  border: 1px none #8f8f8f;
  background-image: url('../images/gallery1a.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .31);
}

.gallgroupdiv._2 {
  background-image: url('../images/gallery3.jpg');
}

.gallgroupdiv._3 {
  background-image: url('../images/gallery4.jpg');
}

.gallgroupdiv._4 {
  background-image: url('../images/gallery2.jpg');
}

.column-17 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-14 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 80%;
  height: auto;
  padding: 8px 12px;
  background-color: rgba(0, 0, 0, .59);
}

.caption {
  color: #fff;
  font-size: 11px;
  line-height: 1.2em;
}

.column-18 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-19 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-20 {
  padding-right: 0px;
  padding-left: 0px;
}

.heading-11 {
  color: #000;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 400;
}

.link-4 {
  color: #00a650;
  text-decoration: none;
}

.link-4:hover {
  color: #056b36;
  font-weight: 400;
}

.mapdiv {
  display: block;
  width: 60%;
  height: auto;
  max-height: auto;
  margin-right: auto;
  margin-left: 45px;
  float: left;
}

.div-block-15 {
  width: 30%;
  height: auto;
  float: left;
}

#views-exposed-form-member-provinces .views-exposed-form .views-exposed-widget {
    width: 40% !important;
	float: left !important
}

.view-member .views-widget-filter-combine { width: 55% !important; }

#views-exposed-form-member-provinces .views-submit-button { display: none !important; }

#views-exposed-form-member-page .views-exposed-form .views-exposed-widget { padding: 0 !important; }

.link-province, .bef-select-as-links a {
  display: flex !important;
  width: 45% !important;
  margin-right: 5% !important;
  height: 45px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding-bottom: 0px !important;
  padding-left: 12px !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  border-bottom: 1px none #00a650 !important;
  border-radius: 20px !important;
  background-color: hsla(0, 0%, 76%, .39) !important;
  box-shadow: 1px 1px 3px 0 #8f8f8f !important;
  color: #078f49 !important;
  line-height: 1.2em !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 14px;
  float: left !important;
}

.link-province:hover, .bef-select-as-links a:hover {
  padding-left: 12px !important;
  background-color: hsla(0, 0%, 76%, .73) !important;
}

.heading-12 {
  padding-bottom: 8px;
  font-size: 16px;
}

.divfooter {
  display: block;
  height: 260px;
}

.mainbulletinsection {
  position: relative;
  padding-top: 25px;
  padding-bottom: 35px;
  background-color: #f8f6f6;
}

.mainbulletindiv {
  display: block;
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding-top: 0px;
}

.parliamentarymastheaddiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00a650;
  background-image: url('../images/Parliamentary-masthead2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-13 {
  color: #fff;
  font-size: 87px;
  text-align: center;
}

.rightbulletindiv {
  width: 21%;
  height: auto;
  margin-left: 12px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  border-left: 1px none #c3c3c3;
  border-top-right-radius: 20px;
  background-color: transparent;
}

.bulletincontentdiv {
  width: 56%;
  height: auto;
  max-height: auto;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  border-style: none dotted;
  border-width: 0px 1px 1px;
  border-color: #c3c3c3;
}

.leftbulletindiv {
  width: 19%;
  height: auto;
  max-width: 100%;
  margin-right: 15px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
  border-left: 1px none #c3c3c3;
  border-top-right-radius: 20px;
  background-color: transparent;
}

.image-10 {
  width: 45%;
  max-width: auto;
  background-image: url('../images/winnie-pic.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-11 {
  width: 55%;
  max-width: auto;
  margin-bottom: 15px;
  background-image: url('../images/coatofarms.jpg');
  background-position: 0px 0px;
  background-size: 108px;
}

.link-5 {
  color: #00a650;
  text-decoration: none;
}

.bold-text-5 {
  text-decoration: none;
}

.link-6 {
  text-decoration: none;
}

.list-item {
  margin-bottom: 6px;
}

.pbcontenthead {
  margin-top: 0px;
  margin-bottom: 6px;
  padding: 11px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0px;
  background-color: #000;
  box-shadow: inset 0 0 8px 0 #014221;
  color: #00a650;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: none;
}

.link-7 {
  margin-left: 0px;
}

.pbcontenttext {
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
  padding: 17px;
  border-bottom: 2px solid #000;
  background-color: #fff;
}

.article-head-link {
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #00a650;
  color: #575757;
  font-weight: 700;
  text-decoration: none;
}

.article-head-link:hover {
  color: #078f49;
}

.paragraph-10 {
  font-size: 10px;
}

.bulletinaboutdiv {
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #00a650;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: inset 0 0 8px 0 #c3c3c3;
  color: #575757;
  font-size: 11px;
  line-height: 1.5em;
}

.pb-btn {
  display: block;
  width: 60%;
  margin: 10px auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 12px;
  background-color: #00a650;
  box-shadow: 0 0 6px 0 #8f8f8f;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pb-btn:hover {
  background-color: #078f49;
}

.unordered-list {
  padding-left: 20px;
}

.list-item-2 {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #8f8f8f;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 700;
}

.list-item-2:hover {
  color: #078f49;
  font-weight: 700;
}

.h5-grey {
  padding-bottom: 6px;
  border-bottom: 1px solid #c3c3c3;
  color: #8f8f8f;
}

.mostreaddiv {
  margin-bottom: 12px;
  padding: 4px 4px 6px;
  border-bottom: 1px dotted #c3c3c3;
}

.readpicdiv {
  width: 30%;
  height: 65px;
  margin-right: 8px;
  float: left;
  background-image: url('../images/gallery2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading_mostread {
  width: 60%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  color: #00a650;
  font-size: 14px;
  line-height: 1.3em;
}

.div-block-17 {
  float: none;
}

.div-block-18 {
  display: block;
  float: right;
}

.homesidebtn4-copy {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding: 20px 5px 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #c3c3c3;
  border-radius: 6px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .53), hsla(0, 0%, 100%, .53)), url('../images/Parliament_bw2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .53), hsla(0, 0%, 100%, .53)), url('../images/Parliament_bw2.jpg');
  background-position: 0px 0px, 50% 50%;
  box-shadow: inset 0 0 10px 1px hsla(0, 0%, 56%, .15), 1px 1px 3px 0 #8f8f8f;
}

.homesidebtn4-copy:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.homerightbtn-wider {
  width: 100%;
  margin-bottom: 15px;
  color: #000;
  text-decoration: none;
}

.homerightbtn-wider:hover {
  background-color: transparent;
}

.p-date {
  color: #575757;
  font-size: 11px;
}

.chiefwhipdiv {
  height: auto;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px solid #c3c3c3;
  border-top-right-radius: 20px;
}

.chiefpic2 {
  width: 26%;
  height: 90px;
  margin-top: 0px;
  margin-right: 12px;
  margin-left: 6px;
  float: left;
  border: 1px solid #c3c3c3;
  background-image: url('../images/jacksonmthembu4.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-12 {
  width: 30%;
  height: 80px;
}

.bodytext-grey-left {
  margin-right: 8px;
  margin-bottom: 15px;
  margin-left: 8px;
  padding-top: 0px;
  float: left !important;
  border-top: 1px none #078f49;
  font-size: 14px;
  line-height: 1.4em;
  text-indent: 0px;
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 2em;
  column-gap: 2em;
}

.bodytext-grey-left._2 {
  -webkit-column-count: 1;
  column-count: 1;
}

.bodytext-grey-left.noline {
  padding-top: 0px;
  border-top-style: none;
  border-top-width: 0px;
}

.heading_article {
  width: 60%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  color: #00a650;
  font-size: 16px;
  line-height: 1.3em;
}

.featuresdiv {
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #00a650;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: inset 0 0 8px 0 #c3c3c3;
  color: #575757;
  font-size: 11px;
  line-height: 1.5em;
}

.fromarchivediv {
  padding: 0px 9px 12px;
  border: 1px solid #00a650;
  border-radius: 6px;
}

.h2-smaller {
  width: auto;
  height: auto;
  margin-top: 25px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-bottom: 0px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #c3c3c3;
  font-size: 18px;
  line-height: 1.4em;
}

.h2-smaller.no-space {
  margin-top: 5px;
}

.features {
  margin-top: 32px;
  padding-top: 8px;
  border-top: 1px dotted #078f49;
}

.h2-green {
  width: auto;
  height: auto;
  margin-top: 25px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-bottom: 0px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #c3c3c3;
  color: #078f49;
  font-size: 16px;
  line-height: 1.4em;
}

.h2-green.no-space {
  margin-top: 5px;
}

.list-item-bold {
  margin-bottom: 6px;
  color: #575757;
  font-weight: 700;
}

.list-link-text {
  color: #00a650;
  text-decoration: none;
}

.list-link-text:hover {
  color: #078f49;
  text-decoration: underline;
}

.h4-headinglink {
  text-decoration: none;
}

.h4-headinglink:hover {
  color: #078f49;
  text-decoration: underline;
}

/*
.row-5 {
  height: 60px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px none #c3c3c3;
  background-color: #f8f6f6;
}

.search_yeardiv {
  margin-bottom: 55px;
}

.yearbtn {
  width: 43%;
  margin-right: 3px;
  margin-left: 3px;
  padding: 8px 5px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: inset -1px 0 3px 0 #8f8f8f;
  color: #575757;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.yearbtn:hover {
  background-color: #f0f0f0;
  color: #078f49;
  font-weight: 700;
}

.yearbtn.active {
  background-color: #078f49;
  color: #fff;
}
.yearcol {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px;
}*/

.yearslist ul {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  border-top: 1px solid #c3c3c3 !important;
  border-bottom: 1px solid #c3c3c3 !important;
  background-color: #f8f6f6 !important;
  margin-bottom: 4.5% !important;
  padding: 10px 0px !important;
}

.year-list li {
  display: inline-block !important;
  margin-right: 3px !important;
  margin-left: 3px !important;
  border-radius: 24px !important;
  background-color: #fff !important;
  box-shadow: inset -1px 0 3px 0 #8f8f8f !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-align: center !important;
  margin-top: 0.3% !important;
  margin-bottom: 0.5% !important;
  padding: 0.7% 2.5% !important;
  text-decoration: none !important;
}

.year-list li a {
  color: #000 !important;
}

.year-list li:hover {
  background-color: #f0f0f0 !important;
  color: #078f49 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.year-list li:active  {
  background-color: #078f49 !important;
  color: #fff !important;
  text-decoration: none !important;
}

th {
    color: #078f49 !important;
    font-size: 14px !important;
    line-height: 1.5em !important;
    font-weight: 700 !important;
    letter-spacing: 0px !important;
    text-transform: uppercase !important;
	padding-top: 5px !important;
	background-color: #f8f6f6 !important;
}

tr { 
	margin-bottom: 10px !important;
	padding-bottom: 5px !important;
	border-bottom: 1px dotted #c3c3c3 !important;
	font-size: 13px !important ;
}

.views-table a {
    color: #000 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.views-table a:hover {
    color: #575757 !important;
    outline: 0 !important;
}

.indexdatecol {
  padding-left: 0px !important;
}

.row-support-table {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #c3c3c3;
}

.row-support-table.bg {
  padding-top: 5px;
  background-color: #f8f6f6;
}

.supportcol {
  padding-left: 0px;
}

.row-support-text {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #c3c3c3;
}

.row-support-text.bg {
  padding-top: 5px;
  background-color: #f8f6f6;
}

.supportcol .email-link {
  color: #575757 !important;
}

.h1-contacts {
  margin-top: 0px;
  color: #00a650;
  font-size: 32px;
  font-weight: 700;
}

.h1-contacts:hover {
  color: #078f49;
}

.h2-provincial {
  width: auto;
  height: auto;
  margin-top: 25px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #c3c3c3;
  font-size: 21px;
  line-height: 1.4em;
}

.h2-provincial.no-space {
  margin-top: 5px;
}

.h2-support {
  width: auto;
  height: auto;
  margin-top: 25px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #c3c3c3;
  font-size: 21px;
  line-height: 1.4em;
}

.h2-support.no-space {
  margin-top: 5px;
}

/*
.listarticle {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.listarticle:hover {
  color: #575757;
}
*/

.pagenavdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f6f6;
}

.indexdiv {
  display: block;
  width: 100%;
  margin-bottom: 45px;
  float: left;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pageguidebtn {
  width: 90px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 8px 5px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: inset -1px 0 3px 0 #8f8f8f;
  color: #575757;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.pageguidebtn:hover {
  background-color: #f0f0f0;
  color: #078f49;
  font-weight: 700;
}

.pageguidebtn.active {
  background-color: #078f49;
  color: #fff;
}

.body {
  font-style: normal;
  text-decoration: none;
}

.rowmaincontact {
  margin-bottom: 35px;
}

.column-24 {
  padding-left: 0px;
}

.caucusmap {
  height: 250px;
  border: 1px solid #c3c3c3;
  background-image: url('../images/map.jpg');
  background-position: 0px 0px;
  background-size: 475px;
}

.bold-16px {
  color: #000;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 700;
}

.caucuspic {
  height: 250px;
  border: 1px solid #c3c3c3;
  background-image: url('../images/national_assembly-exterior.jpg');
  background-position: 0px 0px;
  background-size: 500px;
}

.header-row-table {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #c3c3c3;
}

.header-row-table.bg {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 10px;
  background-color: #f8f6f6;
}

.column-25 {
  padding-left: 0px;
}

.column-26 {
  position: static;
  display: block;
  padding-right: 0px;
  border-right: 0px none #c3c3c3;
}

.column-27 {
  padding-left: 20px;
  border-left: 1px dotted #c3c3c3;
}

.caucuscontactrow {
  border-right: 2px solid #c3c3c3;
}

.caucuscontactrow._2 {
  border-right-style: none;
}

.h3-tablehead {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #078f49;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.h3-tablehead.spaceafter {
  margin-bottom: 10px;
  color: #8f8f8f;
  font-size: 13px;
  font-weight: 400;
}

.indexcolumn-right {
  padding-left: 0px;
}

.column-28 {
  padding-right: 0px;
}

.text-span-2 {
  font-size: 18px;
}

html.w-mod-js *[data-ix="display-none"] {
  display: none;
}

#search-block-form input {
	background-color: #FFF !important;
}

#search-block-form .form-submit {
	float: left;
	width: 5% !important;
	margin-top: 1% !important;
	margin-left: 1% !important;
	background-color: transparent !important;
}

#edit-advanced, .page-search h2 { display: none !important; }

.search-results li { margin-top: 4% !important; margin-bottom: 0 !important; clear: both !important; }

.breadcrumb__title { display:none;}
li.breadcrumb__item { list-style-type:none!important; display:inline}
li.breadcrumb__item a { color:#000!important;}
nav.breadcrumb { background:#fff!important;}
.view-publications li a.active,.view-publications li a, article.node a { color:#000!important;}
.view-publications li a:hover { color:#063!important;}
.view-publications ul li.views-row {margin-bottom: 12px;
padding-bottom: 8px;
border-bottom: 1px dotted #8f8f8f;
font-size: 14px;
line-height: 1.4em;
font-weight: 700;}

.bulletincontentdiv img{ 
width: 55%;
height: auto;
margin-bottom: 15px;}

/*.field-name-field-last-name { float:left; display:block})*/
.element-invisible { display:none!important;}

input#edit-search-block-form--2 {
    width: 80%;
    margin-bottom: 0px;
    float: right;
    border: 1px solid #c3c3c3;
    border-radius: 15px;
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .19);
}

#user-login {
  padding: 3% !important;
  background-color: hsla(0, 0%, 76%, .16) !important;
  margin-bottom: 3% !important;
}

#user-login .form-text {
    border-radius: 15px;
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .19);
	padding: 9px 12px !important;
	font-size: 14px !important;
	line-height: 1.42857143 !important;
	color: #00a650 !important;
	vertical-align: middle !important;
	border: 1px solid #cccccc !important;
}

#user-login .form-item { margin-bottom: 2% !important; color: #00a650 !important; }
#user-login .description { font-style:italic; color: #333333; }
.captcha { margin-top: 3%;}
.captcha legend { display: none; }
.captcha .fieldset-description, .captcha .field-prefix, #user-login .captcha .form-text  { color: #cea20c !important; font-weight: 600; }
#user-login .form-submit {
   	background-color: #00a650;
    padding: 9px 15px;
    color: white;
    border: 0;
    cursor: pointer;
    border-radius: 0;
}

.pager a { color: #078f49 !important; }
.pager a:hover { color: #ffc303 !important; }
.pager-current { font-weight: 700 !important; padding: 0 5px !important; }
.page-house-committee .breadcrumb__item a { pointer-events: none; color: currentColor; }
	
@media (max-width: 1400px) {
  #search-block-form .form-submit {
    width: 6% !important;
    margin-top: 2% !important;
    margin-left: 2% !important;
  }
  .text-field-2, .form-item-search-block-form input {
    width: 80% !important;
  }
  .form-block {
    right: 2% !important;
  }
  .rightnewsdiv {
	padding-left: 0 !important;
  }

  .mainsliderdiv {
    height: auto !important;
  }
  .officechiefdiv {
    height: auto !important;
  }
  .carousel-inner {
    height: auto !important;
  }
  .mainslider {
    height: auto !important;
  }
  .node-gallery .colorbox img { width: 19.75 !important; }
  
  #views-exposed-form-member-provinces .views-exposed-form .views-exposed-widget {
    width: 50% !important;
  }
}

@media (max-width: 1050px) {
  .navmenudiv {
    width: 98% !important;
  }
  .node-gallery .colorbox img { width: 19.7% !important; }

  #views-exposed-form-member-provinces .views-exposed-form .views-exposed-widget {
    width: 60% !important;
  }
}

@media (min-width: 992px) and (max-width: 1207px) {
  .nav-tabs > li > a {
    padding: 3px 10px;
}
}

@media (max-width: 991px) {
.newsdiv .nav-tabs, .newsdiv .nav-tabs > li.active > a, .newsdiv .nav-tabs > li.active > a:focus, .newsdiv .nav-tabs > li.active > a:hover, .newsdiv li a:hover {
    height: auto !important;
}
.newsdiv .nav-tabs > li {
	height: auto !important;
    /*width: 50% !important;*/
}
  .brand.w--current {
    width: 14%;
    margin-left: 5px;
    padding-left: 8px;
  }
  .navbar {
    position: static;
  }
  .nav-menu {
    z-index: 1000;
  }
  .navmenudiv {
    position: relative;
    z-index: 1000;
    width: 99% !important;
  }
  .nav-link {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 11px;
    letter-spacing: 1px;
  }
  .nav-link.w--current {
    padding-right: 6px;
    padding-left: 6px;
  }
  .headerdiv {
    width: 100%;
  }
  .dropdown-toggle {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
  .text-block {
    font-size: 11px;
    letter-spacing: 0px;
  }
  .dropdown-list.w--open {
    border: 1px none #fff;
  }
  .dropdown-link {
    height: 35px;
    font-size: 12px;
  }
  .dropdowndiv {
    -webkit-column-count: 1;
    column-count: 1;
  }
/*  .form-block {
    position: relative;
    bottom: 30px;
    width: 35%;
    padding-bottom: 0px;
  }*/
  .form {
    width: 100%;
    padding-bottom: 8px;
  }
  .h1main {
    font-size: 30px;
  }
  .heading-2 {
    font-size: 19px;
  }
  .headernamediv {
    width: 48%;
    padding-left: 0px;
  }
  .smheaderdiv {
   /* width: 30%;*/
  }
  .link-block {
    width: 35px;
  }
  .slidersection {
    position: static;
    left: 0px;
    top: 178px;
    right: 0px;
    display: inline-block;
    width: 100%;
	padding-bottom: 10px !important;
  }
  .mainsliderdiv {
    display: inline-block;
    width: 100% !important;
  }
  .officechiefdiv {
/*    width: 25%; */
    width: 20.5% !important;
    float: right;
  }
  .mainslider {
    display: block;
/*    width: 74%; */
    width: 78% !important;
  }
  .heading-3, #views-bootstrap-carousel-2 .views-field-field-position p, #views-bootstrap-carousel-2 .views-field-field-member-link p {
    font-size: 11px !important;
  }
  .div-block-5 {
    position: static;
  }
  .newsdiv {
    margin-bottom: 15px;
  }
  .leftnewsdiv {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 25px !important;
    float: none !important;
  }
  .tabs-menu {
    height: 50px !important;
  }
  .tab-link {
    width: 25%;
    height: 50px;
    padding-left: 5px;
  }
  .tab-link.w--current {
    width: 25%;
    height: 50px;
  }
  .tabtext, .nav-tabs > li > a {
    font-size: 13px;
  }
  .h2 {
    margin-top: 5px;
    font-size: 16px;
  }
  .headingnews {
    font-size: 12px !important;
	margin-left: -15px !important;
	margin-bottom: 0 !important;
  }
  .more {
    font-weight: 700;
  }
  .homesidebtn1 {
    width: 100%;
    height: 150px;
    max-height: auto;
    padding-right: 20px;
    float: none;
  }
  .heading-7.centered {
    font-size: 14px;
  }
  .homesidebtn2 {
    display: inline-block;
    width: 20% !important;
    height: 150px;
    margin-right: 12px;
    float: left;
    clear: none;
  }
  .homesidebtn3 {
    height: 150px;
    padding-right: 20px;
  }
  .homerightbtn {
    width: 25%;
    height: 150px;
    margin-right: 0px;
    padding-right: 0px;
    float: right;
  }
  .homerightbtn.left {
    width: 20%;
    height: 150px;
    margin-left: 6px;
    float: right;
  }
  .homerightbtn._60 {
    width: 60%;
  }
  .section-links {
    height: 250px;
  }
  .meetcontainer {
    width: 70%;
  }
  .footer {
    height: auto;
  }
  .div-block-7 {
    height: auto;
  }
  .footer-text {
    height: auto;
  }
  .maincontentdiv {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
  .h1, h3, .nodeh1  {
    font-size: 24px;
  }
  p {
    line-height: 1.4em;
  }
  p.noline.space {
    font-size: 12px;
  }
  p.noline.rightspace {
    font-size: 12px;
  }
  .h3-grey.no-space {
    font-size: 18px;
  }
  .boldytext-grey, .tab-content p {
    display: inline-block !important;
    float: none !important;
    font-size: 12px !important;
    line-height: 1.2em !important;
	margin-left: -15px !important;
  }
  .h1alphabet {
    font-size: 55px;
  }
  .dropdown-list-1.w--open {
    z-index: 1000;
    border: 1px none #fff;
  }
  .dropdown-link-1 {
    height: 35px;
    font-size: 12px;
  }
  .dropdown-toggle-1 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
  }
  .homesidebtn4 {
    width: 100%;
    height: 150px;
    float: right;
    clear: left;
  }
  .image-8 {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .phonepicdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-bottom: 12px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-10 {
    font-size: 14px;
  }
  .heading-10._2 {
    font-size: 14px;
  }
  .mpposition {
    font-size: 11px;
    line-height: 1.2em;
  }
  .articlepic {
    width: 100%;
    margin-bottom: 5px;
  }
  .articlepic.mandela {
    width: 100%;
    margin-bottom: 5px;
  }
  .articlepic.deaf {
    width: 100%;
    margin-bottom: 5px;
  }
  .articlepic.win1 {
    width: 100%;
    margin-bottom: 5px;
  }
  .articlepic.win2 {
    width: 100%;
    margin-bottom: 5px;
  }
  .articlepic.parliament {
    width: 100%;
    margin-bottom: 5px;
  }
  .articlepic.journo {
    width: 100%;
    margin-bottom: 5px;
  }
  .articlepic.papers {
    width: 100%;
    margin-bottom: 5px;
  }
  .gallery {
    height: auto;
    margin-bottom: 0px;
  }
  .mapdiv {
    width: 66%;
    margin-left: 15px;
  }
  .div-block-15 {
    height: auto;
  }
  .heading-12 {
    font-size: 14px;
  }
  .column-22 {
    height: auto;
  }
  .column-23 {
    height: auto;
  }
  .divfooter {
    height: 240px;
  }
  .mainbulletindiv {
    width: 96%;
  }
  .parliamentarymastheaddiv {
    height: 140px;
  }
  .bulletincontentdiv {
    width: 65%;
    height: auto;
    margin-bottom: 25px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .leftbulletindiv {
    width: 30%;
  }
  .image-11 {
    width: 75%;
  }
  .list-item {
    line-height: 1.4em;
  }
  .pbcontenthead {
    font-size: 18px;
  }
  .bulletinaboutdiv {
    margin-top: 20px;
  }
  .pb-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .unordered-list {
    padding-left: 12px;
  }
  .div-block-16 {
    float: none;
  }
  .div-block-19 {
    width: 100%;
    float: none;
  }
  .homesidebtn4-copy {
    width: 100%;
    height: 150px;
    padding-right: 15px;
    padding-left: 15px;
    float: none;
    clear: left;
  }
  .homerightbtn-wider {
    width: 31% !important;
    float: left;
  }
  .homerightbtn-wider.left {
    width: 45%;
    float: left;
  }
  .homerightbtn-wider._60 {
    width: 60%;
  }
  .bodytext-grey-left {
    line-height: 1.4em;
  }
  .featuresdiv {
    margin-top: 20px;
  }
  .h2-smaller {
    margin-top: 5px;
    font-size: 16px;
  }
  .h2-green {
    margin-top: 5px;
    font-size: 16px;
  }
  .list-item-bold {
    line-height: 1.4em;
  }
  .row-5 {
    height: auto;
  }
  .h3-tablehead {
    font-size: 14px;
  }
  .rightnewsdiv {
  width: 100% !important;
  }
  .date, .tab-content span.date-display-single {
	margin-left: -15px !important;
  }
 
  .views-field-field-image .colorbox img {
   height: auto !important;
  }
  .alphabet-person a, .views-field-field-last-name a {
   font-size: 15px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 991px) { 
    .view-id-documents img {
    height: 150px !important;
      width: auto !important;
      object-fit: contain;
    }
}

@media (max-width: 979px) {
  .form-block { display: none !important; }
  .menu-button.w--open {
    background-color: #00a650;
    color: #00a650;
  }
  .navbar {
    margin-bottom: 0 !important;
	border: none !important;
 }
  .headersection {
    height: auto !important;
 }
 .headernamediv { display: none !important; }
 
 .nav-menu {
    top: 110px !important;
	height: 0 !important;
	border: none !important;
}
  .smheaderdiv {
    position: relative !important;
    width: 50% !important;
    margin-top: 5% !important;
    margin-right: 20px !important;
    float: left !important;
  }
  .navmenudiv {
	text-align: left !important;
	width: auto !important;
	background-color: none !important;
	padding: 0 !important;
  }
}

@media (max-width: 767px) {
#views-bootstrap-carousel-2 .views-field-field-member-link { 
    display: none!important;}
.newsdiv .nav-tabs > li {
    width: 50% !important;
}
  .brand {
    width: 60px !important;
    height: 75px !important;
    max-width: auto !important;
    float: left !important;
  }
  .brand.w--current {
    width: 10% !important;
    padding-left: 5px !important;
  }
  .navbar {
    position: relative !important;
    height: 80px;
  }
  .nav-menu {
    top: 80px !important;
    height: auto !important;
  }
  .nav-link {
    width: 100% !important;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    float: none;
    border-right-style: none;
    border-left-style: none;
    color: #000;
    font-size: 13px;
  }
  .nav-link:hover {
    background-color: #078f49 !important;
  }
  .nav-link.w--current {
    display: block;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    float: none;
    border-right-style: none;
    border-left-style: none;
    font-size: 14px;
  }
  .nav-link.w--current:hover {
    padding-top: 15px;
    background-color: rgba(7, 143, 73, .5);
  }
  .headerdiv {
    height: 80px !important;
    color: #000 !important;
  }
/*  .dropdown-toggle {
    width: 100% !important;
    margin-top: 0px !important;
    padding-top: 15px !important;
    padding-left: 20px !important;
    border-style: none !important;
    border-width: 0px !important;
  }*/
  .text-block {
    padding-top: 0px;
    color: #000;
    font-size: 13px;
    text-align: left;
    letter-spacing: 1px;
  }
 /* .dropdown {
    position: static;
    width: auto;
    height: auto;
    padding-top: 0px;
    padding-bottom: 15px;
    float: none;
    border-style: none;
    border-width: 0px;
    background-color: transparent;
    color: #000;
  }
  .dropdown:hover {
    background-color: #078f49 !important;
  }
  .dropdown-list {
    background-color: #078f49 !important;
  }*/
  .dropdown-list.w--open {
    padding-left: 35px !important;
    -webkit-column-count: 1 !important;
    column-count: 1 !important;
  }
  .dropdown-link {
    width: 100%;
    height: 45px;
    border-bottom: 1px none #8f8f8f;
    border-top-style: none;
    border-top-width: 0px;
    background-color: transparent;
    font-size: 13px;
  }
  .dropdowndiv {
    width: auto;
    border-top-style: none;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .form-block {
    top: 15px;
    right: 65px;
    width: auto;
    float: right;
  }
  .text-field, .form-item-search-block-form input {
    float: right;
    text-align: right;
	
  }
  .form {
    position: relative;
    right: 15px;
    display: inline-block;
    width: auto;
    padding-right: 25px;
    float: right;
  }
  .h1main {
    font-size: 23px;
  }
  .heading-2 {
    font-size: 16px;
  }
  .headernamediv {
    padding-left: 10px !important;
  }
  .image-2 {
    float: right;
    text-align: right;
  }
  .smheaderdiv {
    position: relative !important;
    width: 50% !important;
    margin-top: 8px !important;
    margin-right: 20px !important;
    float: left !important;
  }
  .link-block {
    margin-left: 15px;
  }
  .headersection {
    height: 80px !important;
    margin-bottom: 0px !important;
  }
  .slidersection {
/*  height: 280px; */
    height: auto !important;
  }
  .mainsliderdiv {
   /* height: 270px;*/
    height: auto !important;
  }
  .officechiefdiv {
    width: 27%;
    /*height: 250px;*/
    height: auto !important;
  }
  .mainslider {
    width: 70%;
    /*height: 250px;*/
    height: auto !important;
  }
  .slider-2 {
    width: 100%;
    height: 250px;
  }
  .menu-button.w--open {
    background-color: #00a650;
    color: #00a650;
  }
  .heading-5 {
    font-size: 16px !important;
  }
  .paragraph {
    font-size: 11px;
  }
  .newsdiv {
    height: auto;
  }
  .leftnewsdiv {
 /*   padding-bottom: 25px;*/
  }
  .tabs-menu {
    height: 40px;
  }
  .tab-link {
    width: 50%;
    padding-right: 5px;
    border-bottom: 1px solid #078f49;
  }
  .tab-link.w--current {
    width: 50%;
  }
  .tabtext, .nav-tabs > li > a {
    font-size: 12px;
  }
  .text-block-4 {
    font-size: 12px;
  }
  .tabnewsrow {
    height: auto;
  }
  .h2 {
    font-size: 16px;
  }
  .button {
    margin-top: 15px;
    margin-bottom: 0px;
	margin-left: 15px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	margin-top: 0 !important;
  }
  .homesidebtn1 {
    height: 110px;
  }
  .homesidebtn2 {
    width: 40% !important;
    margin-bottom: 12px;
  }
  .homesidebtn3 {
    height: 110px;
    float: none;
  }
  .homerightbtn {
    width: 48% !important;
    height: 110px;
    float: left;
  }
  .homerightbtn.left {
    width: 48% !important;
    height: 110px;
  }
  .link-block-icon.parliament {
    padding-left: 0px;
  }
  .image-4 {
    margin-right: 10px;
  }
  .feature-section {
    height: 300px;
  }
  .meetcontainer {
    width: 80%;
    height: 200px;
  }
  .column-5 {
    padding-top: 25px;
  }
  .tabs-content {
    position: relative;
    top: 65px;
  }
  .image-6 {
    margin-right: 15px;
  }
  .heading-9 {
    float: none;
  }
  .footer-text {
    float: none;
  }
  .mainbodydiv {
    height: auto;
  }
  .h1, h3, .node-page h1, .block__title  {
    font-size: 21px;
    line-height: 1.3em;
  }
  .bodytext.nospace {
    display: block;
  }
  .slider-leaders {
    /*height: 250px;*/
  }
  .dropdown-list-1 {
    background-color: #078f49;
  }
  .dropdown-list-1.w--open {
    position: static;
    z-index: 100;
    height: 100%;
    padding-left: 35px;
    background-color: #078f49;
  }
  .dropdown-toggle-1 {
    position: static;
    padding-top: 15px;
    padding-left: 20px;
    float: none;
    border-right-style: none;
    border-left-style: none;
  }
  .gallery {
    height: auto;
  }
  .mapdiv {
    position: relative;
    top: 15px;
  }
  .link-province {
    height: 30px;
    padding-bottom: 0px;
  }
  .heading-12 {
    margin-top: 5px;
    padding-bottom: 0px;
    font-size: 13px;
  }
  .icon-5 {
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    color: #fff;
  }
  .divfooter._2 {
    height: 200px;
  }
  .divfooter._3 {
    margin-bottom: 20px;
  }
  .mainbulletindiv {
    width: 98%;
    height: auto;
  }
  .parliamentarymastheaddiv {
    height: 90px;
    margin-top: 10px;
  }
  .bulletincontentdiv {
    width: 68%;
  }
  .leftbulletindiv {
    width: 27%;
    margin-right: 15px;
  }
  .image-11 {
    width: 85%;
  }
  .pbcontenthead {
    font-size: 19px;
  }
  .pbcontenttext {
    padding-right: 12px;
    padding-left: 12px;
  }
  .pb-btn {
    width: 80%;
  }
  .unordered-list {
    padding-left: 10px;
  }
  .list-item-2 {
    font-size: 11px;
    line-height: 1.3em;
  }
  .tabs {
    padding-bottom: 55px;
  }
  .homesidebtn4-copy {
    margin-bottom: 12px;
  }
  .homerightbtn-wider {
    width: 55% !important;
    float: right;
  }
  .h2-smaller {
    font-size: 16px;
  }
  .h2-green {
    font-size: 16px;
  }
  .yearbtn {
    font-size: 13px;
  }
  .yearcol {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pageguidebtn {
    width: 80px;
    font-size: 11px;
  }
  .view-id-documents img {
 	height: 120px!important;
      width: auto!important;
      object-fit: cover;
  }
 #user-login { font-size: 13px }
  .views-field-field-image .colorbox img {
   width: 50% !important;
   height: auto !important;
  }
  .node-gallery .colorbox img { width: 19.7% !important; }

  .alphabet-person a, .views-field-field-last-name a {
   font-size: 14px;
  }
  .link-province, .bef-select-as-links a {
    width: 80% !important;
	padding-right: 15%;
  }
}

@media (max-width: 479px) {
 #user-login .form-text { width: 100% }
  .brand {
    width: 60px;
  }
  .brand.w--current {
    width: 55px;
    height: auto;
    max-width: auto;
  }
  .navmenudiv {
    height: auto;
    padding-bottom: 35px;
  }
  .form-block {
    right: 55px;
    width: 30%;
    float: right;
  }
  .h1main {
    font-size: 20px;
  }
  .heading-2 {
    font-size: 12px;
  }
  .headernamediv {
    padding-top: 5px;
    padding-left: 0px;
  }
  .smheaderdiv {
    right: 0%;
    /*width: 50%;*/
    margin-right: 0px;
  }
  .link-block {
    width: 30px;
    margin-left: 10px;
  }
  .slidersection {
    height: auto;
  }
  .mainsliderdiv {
    /*height: 220px;*/
  }
  .mainslider {
    width: 100% !important;
    /*height: 220px;*/
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .slider-2 {
    height: 220px;
  }
  .heading-5 {
    font-size: 14px !important;
  }
  .paragraph {
    font-size: 11px;
  }
  .newsdiv {
    height: auto;
  }
  .leftnewsdiv {
    position: static;
    height: auto;
  }
  .tab-link {
    width: 100%;
    border-bottom: 1px solid #078f49;
  }
  .tab-link.w--current {
    width: 100%;
  }
  .tabnewsrow {
    height: 550px;
  }
  .newscolumn {
    position: static;
    height: auto;
  }
  .h2 {
    font-size: 14px;
  }
  .h2.no-space {
    font-size: 15px;
  }
  .headingnews {
    font-size: 13px !important;
  }
  .date, .tab-content span.date-display-single {
    font-size: 10px !important;
  }
  .button {
    position: absolute;
    left: 25px;
    right: auto;
    bottom: 0px;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
  }
  .homesidebtn1 {
    display: block;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .heading-7.centered {
    font-size: 12px;
  }
  .telno {
    margin-left: 0px;
    font-size: 14px;
  }
  .homesidebtn3 {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-links {
    height: 430px;
  }
  .link-block-icon {
    border-right-style: none;
  }
  .headermeet {
    font-size: 18px;
  }
  .tabs-content {
    top: 165px;
  }
  .maincontentdiv {
    padding-right: 5px;
    border-right-style: none;
  }
  .breadcrumbdiv {
    padding-top: 8px;
  }
  .paragraph-4 {
    font-size: 10px;
    letter-spacing: 0px;
  }
  .h1, h3, .node-page h1, .block__title  {
    font-size: 20px;
  }
  p {
    font-size: 13px;
    line-height: 1.4em;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .h3-grey.no-space {
    margin-top: 5px;
    font-size: 15px;
  }
  .paragraph-5 {
    font-size: 14px;
  }
  .headprofileposition, .field-name-field-executive-position .field-item, .field-name-field-leadership-position .field-item {
    font-size: 14px;
  }
  .h3 {
    font-size: 13px;
  }
  .h3.spaceafter {
    font-size: 11px;
  }
  .pagesearchdiv {
    padding-bottom: 5px;
    padding-left: 15px;
  }
  .text-field-2 {
    width: 66%;
  }
  .submit-button-2 {
    font-size: 13px;
  }
  .bodytext {
    font-size: 11px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .bodytext.nospace {
    font-size: 12px;
    line-height: 1.4em;
  }
  .tab-pane {
    position: static;
    top: 95px;
  }
  .heading-10 {
    width: 65%;
    font-size: 13px;
  }
  .heading-10._2 {
    font-size: 12px;
  }
  .div-block-11 {
    width: 20%;
  }
  .articlepic {
    height: auto !important;
  }
  .view-id-documents img {
    height: 150px !important;
  }
  .articlepic.mandela {
    height: 80px;
  }
  .articlepic.deaf {
    height: 80px;
  }
  .articlepic.win1 {
    height: 80px;
  }
  .articlepic.win2 {
    height: 80px;
  }
  .articlepic.parliament {
    height: 80px;
  }
  .articlepic.journo {
    height: 80px;
  }
  .articlepic.papers {
    height: 80px;
  }
  .gallery {
    position: static;
    top: 145px;
  }
  .mapdiv {
    width: 100%;
  }
  .div-block-15 {
    width: 100%;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .heading-12 {
    font-size: 10px;
  }
  .icon-5 {
    padding-left: 5px;
  }
  .divfooter {
    height: auto;
  }
  .divfooter._3 {
    margin-bottom: 30px;
  }
  .mainbulletinsection {
    padding-bottom: 0px;
  }
  .mainbulletindiv {
    margin-bottom: 0px;
  }
  .parliamentarymastheaddiv {
    height: 60px;
    margin-top: 10px;
  }
  .bulletincontentdiv {
    width: 100%;
  }
  .leftbulletindiv {
    width: 100%;
    margin-bottom: 35px;
  }
  .image-11 {
    width: 100%;
  }
  .list-item {
    font-size: 13px;
    line-height: 1.4em;
  }
  .pbcontenthead {
    font-size: 18px;
  }
  .pbcontenttext {
    padding-right: 12px;
  }
  .pb-btn {
    font-size: 13px;
  }
  .list-item-2 {
    font-size: 12px;
  }
  .tabs {
    height: auto;
  }
  .homesidebtn4-copy {
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 5px;
  }
  .div-block-20 {
    position: relative;
    top: auto;
  }
  .bodytext-grey-left {
    font-size: 13px;
    line-height: 1.4em;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .h2-smaller {
    font-size: 14px;
  }
  .h2-smaller.no-space {
    font-size: 15px !important;;
  }
  .h2-green {
    font-size: 14px !important;;
  }
  .h2-green.no-space {
    font-size: 15px !important;;
  }
  .list-item-bold {
    font-size: 13px !important;;
    line-height: 1.4em !important;;
  }
  .yearbtn {
    margin-right: 2px !important;;
    margin-left: 2px !important;;
    padding: 5px 3px !important;;
    font-size: 11px !important;;
  }
  .yearcol {
    padding-top: 5px !important;;
    padding-bottom: 5px !important;;
  }
  .div-block-21 {
    position: static !important;;
  }
  .div-block-22 {
    position: static !important;;
    display: inline-block !important;;
  }
  .pageguidebtn {
    margin-right: 2px !important;;
    margin-left: 2px !important;;
    padding: 5px 3px !important;;
    font-size: 10px !important;;
  }
  .h3-tablehead {
    font-size: 13px !important;;
  }
  .h3-tablehead.spaceafter {
    font-size: 11px !important;;
  }
  .nav-tabs > li > a {
	font-size: 11px;
  }
  .views-field-field-image .colorbox img {
   width: 100% !important;
   height: auto !important;
  }
  .node-gallery .colorbox img { width: 49% !important; }

  .alphabet-person a, .views-field-field-last-name a {
   font-size: 13px;
  }
  .link-province, .bef-select-as-links a {
    width: 100% !important;
  }
  #views-exposed-form-member-provinces .views-exposed-form .views-exposed-widget {
    width: 100% !important;
  }
}

/*.alphabet-person img { width: 35px; height:auto}
.alphabet-person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px none #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    color: #000;
    text-decoration: none;
}*/

.row-7 {
    height: 550px;
	margin-bottom: 5%;
}

.page-publications-archives .views-row { width:23%; display:inline-block;}
.page-publications-archives a  { color:#000;} 
.page-publications .breadcrumb li a { pointer-events: none; color: #333 !important; }
.node-gallery .field-name-field-image .field-item { display: inline;}

/*#views-bootstrap-carousel-1 .views-field-field-image { height: 388px!important;}*/

ol.breadcrumb__list { margin-left:-15px!important; }

.vocabulary-media-category h2 { display: none!important;}