body {
  padding: 0;
  margin: 0;
  background-color: none;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 30px;
  transition: 0.2s;
}

img {
  width: 100%;
  height: auto;
}

.white_bg {
  background-color: white;
}

.grey_bg {
  background-color: rgb(224, 223, 223);
}

.grey_bg_hansard {
  background-color: #ededed;
}

.red {
  color: #a2161e;
}

.white {
  color: white;
}

.green {
  color: #2e7f3c;
}

.l-box {
  margin: 1rem;
}

.mt_0 {
  margin-top: 0;
}

.nav-links {
  display: flex;
  flex-wrap: nowrap;
}

a {
  color: #a2161e;
  transition: 0.2s;
}
a:hover {
  color: #2e7f3c;
  transition: 0.2s;
}

.mwili {
  max-width: 1366px;
  margin: 0 auto;
}
.mwili p,
.mwili a {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.mwili br {
  padding: 1rem 0;
}
.mwili a:hover {
  text-decoration: none;
}

.mwili_2 {
  max-width: 1224px;
  margin: 0 auto;
}

.clear_0 {
  clear: both;
  height: 0px;
}

.clear_10 {
  clear: both;
  height: 10px;
}

.clear_20 {
  clear: both;
  height: 20px;
}

.clear_30 {
  clear: both;
  height: 30px;
}

.clear_40 {
  clear: both;
  height: 40px;
}

.clear_60 {
  clear: both;
  height: 60px;
}

.clear_80 {
  clear: both;
  height: 80px;
}

.clear_100 {
  clear: both;
  height: 100px;
}

.clear_150 {
  clear: both;
  height: 150px;
}

.clear_200 {
  clear: both;
  height: 200px;
}

.clear_300 {
  clear: both;
  height: 300px;
}

.desktop_40 {
  clear: both;
  height: 40px;
}

h1 {
  font-size: 2.75rem;
  line-height: 3.5rem;
  width: 100%;
  font-weight: 700;
}

h2 {
  font-size: 2.25rem;
  line-height: 2.75rem;
  width: 100%;
  font-weight: 700;
}

h3 {
  font-size: 1.6rem;
  line-height: 1.8rem;
  width: 100%;
  font-weight: 600;
}

h4 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  width: 100%;
  font-weight: 500;
}

p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-bottom: 1.25rem;
}

button {
  cursor: pointer;
  padding: 0.5rem 1rem;
  margin: 0.5rem;
}

.btn,
.button {
  margin-top: 0.5rem;
  padding: 1rem 1.25rem;
  text-decoration: none;
  border-radius: 0.5rem;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}

.button_black,
.btn-primary {
  border: 1px solid black;
  color: black;
}

.btn:hover,
.button_black:hover {
  background-color: black;
  color: white;
}

.button_white {
  border: 2px solid white;
  color: white;
}

.button_white:hover {
  background-color: white;
  color: #a2161e;
}

a.white_links {
  color: white;
  text-decoration: none;
  transition: 0.5s;
}

a:hover.white_links {
  color: #e43a44;
  font-weight: bold;
}

a.subscribe_links {
  color: white;
  text-decoration: underline;
  transition: 0.5s;
}

a:hover.subscribe_links {
  color: #111;
}

li::marker {
  list-style: none;
}

h2.intro-header {
  margin-bottom: 0;
  color: #751016;
}

/* HEADER */
.logo-items {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.logo {
  display: flex;
  flex: 0 1 84%;
}

.logo img {
  max-width: 300px;
}

.mobile_menu {
  display: flex;
  justify-content: center;
  padding: 0;
  flex: 0 1 15%;
  height: 36px;
}

ul.menu {
  margin: 1em 0;
}

.header-items {
  display: flex;
  justify-content: space-around;
}

.search-bar {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
}

.search-form {
  display: flex;
  flex: 0 1 30%;
  justify-content: flex-end;
  align-items: center;
}
.search-form input {
  height: 3em;
}
.search-form__main {
  flex: 0 1 50%;
}
.search-form form {
  display: flex;
  flex: 1;
  flex-wrap: nowrap;
  height: 4em;
  margin: 0;
}
.search-form form input.active {
  border-color: #a2161e;
}
.search-form form button {
  background-color: #a2161e;
  border: 0;
}

.social_media_icons {
  flex: 0 1 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  padding: 5px;
}

.social_media_icons img {
  max-width: 30px;
}

/* MOBILE HAMBURGER */
.menu_button {
  position: absolute;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.menu_button_burger {
  width: 30px;
  height: 6px;
  background-color: #a2161e;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(88, 21, 5, 0.1254901961);
  transition: all 0.5s ease-in-out;
}

.menu_button_burger::before,
.menu_button_burger::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 6px;
  background-color: #a2161e;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(88, 21, 5, 0.1254901961);
  transition: all 0.5s ease-in-out;
}

.menu_button_burger::before {
  transform: translateY(-10px);
}

.menu_button_burger::after {
  transform: translateY(10px);
}

.menu_button.open .menu_button_burger {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none;
}

.menu_button.open .menu_button_burger::before {
  transform: rotate(45deg) translate(35px, -35px);
}

.menu_button.open .menu_button_burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
}

/* NAV */
nav {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

nav a {
  color: #111;
  text-decoration: none;
  height: fit-content;
  font-size: 1.2em;
}
nav a:hover {
  color: #a2161e;
  text-decoration: underline;
}
nav a.active {
  font-weight: bold;
  color: #a2161e;
}

nav ul {
  position: relative;
  list-style: none;
  padding: 0;
  flex: 0 1 100%;
}

nav ul li {
  position: relative;
  display: block;
  margin: 0 auto;
}

nav ul ul {
  display: block;
  background: rgba(255, 255, 255, 0.95);
  width: fit-content;
}

nav ul ul li {
  width: 260px;
  float: none;
  display: list-item;
  position: relative;
}
nav ul ul li a {
  padding: 0.5em 0;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

nav ul li ul li:hover {
  background: none;
}

.mz-search {
  display: flex;
  flex: 1 1 100%;
  margin: 1rem 2rem;
}
.mz-search__input {
  flex: 1;
  display: flex;
  flex-wrap: nowrap;
}
.mz-search__input p {
  flex: 0 1 90%;
  margin: 0;
  padding: 0;
}
.mz-search__btn {
  flex: 0 1 10%;
  margin-left: 1em;
  height: 3.5em;
  align-self: flex-end;
  margin-bottom: 0.25rem;
  background-color: #a2161e;
  border: 0;
}
.mz-search__results {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}
.mz-search__results hr {
  flex: 1 1 100%;
}
.mz-search__results h4 {
  margin: 0.75rem 0;
  width: 100%;
}
.mz-search__output {
  width: 100%;
}

.search-highlighted {
  background-color: #c3e9c9;
}

.dropdown-menu {
  width: 89%;
  padding: 0.75em;
  background-color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
  z-index: 100;
}
.dropdown-menu li {
  list-style: none;
}

/* HOME PAGE */
* {
  box-sizing: border-box;
}

main {
  display: flex;
  position: relative;
  flex-direction: column;
  height: 500px;
}

.main_story_wrapper {
  width: 100%;
  height: 500px;
  background-position: left top, center center;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.story_gap {
  clear: both;
  height: 200px;
}

.pub-image {
  height: max-content;
}

.controls {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  min-height: 70px;
}

.slides-container {
  position: relative;
  overflow: hidden;
  display: flex;
  flex: 1;
}

.slide {
  position: absolute;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 33.3333333333%;
  width: 100%;
}

.slides-inner {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.gap_above_titles {
  clear: both;
  height: 100px;
}

.home_line {
  border-bottom: 1px solid #2e7f3c;
  height: 30px;
  margin-bottom: 40px;
}

.home_sms_wrapper {
  background-image: url("../images/parliament.830942c80c1f.jpg");
  padding: 3em;
  background-size: cover;
  border-radius: 1.25em;
  background-position: center center;
}

.parliament_wrapper {
  display: flex;
  padding: 50px;
  min-height: 400px;
  background-image: url("../images/parliament_too.7098d314e597.jpg");
  background-size: cover;
  justify-content: center;
}
.parliament_wrapper .parliament-box {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: nowrap;
  max-width: 1200px;
  justify-content: space-between;
}
.parliament_wrapper .parliament-head {
  width: 66%;
}
.parliament_wrapper .parliament-head h2.white {
  margin-top: 0;
}
.parliament_wrapper .parliament-back {
  width: 33%;
}
.parliament_wrapper .parliament-back ul {
  list-style: none;
}

.newsletter_sign_up {
  padding-top: 1em;
  background-color: #a2161e;
}
.newsletter_sign_up .mwili {
  display: flex;
}
.newsletter_sign_up .mwili h3 {
  margin-top: 0;
}

/* ABOUT PAGE */
.pure-g .l-box p,
.mzalendo-team .l-box p {
  padding: 0.5rem 0 0;
  margin-bottom: 0;
}

/* ELECTIONS PAGE */
.partners-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}
.partners-wrap p {
  margin: 0;
}
.partners-wrap .partners-eu {
  flex: 1 1 100%;
  display: flex;
  padding: 2rem;
}
.partners-wrap .partners-eu .img-shrink {
  flex: 0 1 30%;
  padding-right: 2rem;
}
.partners-wrap .partners-eu .gtokeze-text {
  flex: 0 1 70%;
}
.partners-wrap .partners-mfa {
  flex: 1 1 100%;
  padding: 2rem;
  display: flex;
}
.partners-wrap .partners-mfa .mfa-shrink {
  flex: 0 1 30%;
  padding-right: 2rem;
}
.partners-wrap .partners-mfa .text-expand {
  flex: 0 1 70%;
}

/* MPS PAGES */
.assembly-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0 0;
}
.assembly-view .year-drop-selector {
  flex: 0 1 30%;
}

.assembly-search {
  display: flex;
  flex-wrap: nowrap;
}
.assembly-search form {
  margin: 0;
}
.assembly-search .member-search {
  display: flex;
  flex-wrap: nowrap;
}
.assembly-search .member-search__btn {
  background-color: #2e7f3c;
  border: 0;
  height: 3rem;
  align-self: center;
}

.member-pic {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  height: 24em;
}
.member-pic img {
  width: 100%;
}

.mp-details .accordion_titles,
.mp-details .accordion_status {
  margin: 0;
}
.mp-details .accordion_titles {
  font-size: 1.2rem;
  text-transform: capitalize;
}

.shujaa-awards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2em 0 1em;
}
.shujaa-awards .shujaa-image {
  flex: 0 1 100%;
  display: flex;
  justify-content: center;
}
.shujaa-awards .shujaa-image img {
  max-width: 10em;
}
.shujaa-awards .shujaa-category {
  padding: 1em 0;
  font-size: 1.6em;
}

/* PAGINATOR */
.paginator {
  max-width: 1200px;
  margin: 0 auto;
  height: 5vh;
}

.pagination-container {
  width: 100%;
  margin-top: 0.5rem;
}

.pagination {
  display: flex;
  flex: 0 1 100%;
  justify-content: center;
  font-weight: 400;
  font-size: 1.4rem;
  list-style: none;
}
.pagination a {
  color: black;
}
.pagination a:hover {
  color: white;
  background-color: #2e7f3c;
  transition: 0.2s;
}
.pagination a.page_label:hover {
  background-color: white;
}
.pagination li.active,
.pagination a.live {
  height: 3rem;
  text-align: center;
  margin: 0 0.25em;
}
.pagination svg {
  padding-top: 3px;
  width: 1.5em;
  height: 2em;
  margin: 0 0.4em;
}
.pagination .enabled {
  fill: #a2161e;
}
.pagination .number_box {
  width: 3rem;
  text-align: center;
  text-decoration: none;
  float: left;
  border: 0;
  border-radius: 5px;
  transition: 0.4s;
}
.pagination .number_box:hover {
  color: white;
  background-color: #a2161e;
}
.pagination .active_number_box {
  width: 3rem;
  padding: 0.5rem 0;
  color: white;
  text-align: center;
  background-color: #a2161e;
  float: left;
  margin-right: 1.25rem;
  border-radius: 5px;
  transition: 0.4s;
}
.pagination .active {
  background-color: #a2161e;
}
.pagination li.active_ellipses a {
  text-decoration: none;
}
.pagination .disabled {
  display: none;
}

/* CHATS */
.video-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video-grid .chat-box {
  padding: 1em;
}

/* FOOTER */
input[type=text],
input[type=email],
input[type=number],
input[type=password] {
  width: 100%;
  padding: 0.75rem;
  margin: 0.5rem 0;
  box-sizing: border-box;
  border: 2px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

.form-control:focus {
  border-color: #a2161e;
  box-shadow: 0 0 0 0;
}

.subscription-form,
.contact {
  width: 50%;
  min-width: 360px;
}

textarea {
  width: 100%;
  padding: 13px 13px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

.newsletter_sign_up input[type=text],
.newsletter_sign_up input[type=email],
.newsletter_sign_up input[type=number],
.newsletter_sign_up input[type=password] {
  width: 100%;
  padding: 13px 13px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 0px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

.space_above_signup_fields {
  height: 50px;
}

.signup_button {
  width: 100%;
  padding: 12px 0px;
  margin-top: 6px;
  background-color: #a2161e;
  border: solid 2px #fff;
  color: #fff;
  transition: 0.5s;
}

.signup_button:hover {
  width: 100%;
  padding: 12px 0px;
  margin-top: 6px;
  background-color: #fff;
  border: solid 2px #fff;
  color: #a2161e;
}

.subscribe_text {
  margin-top: -20px;
}

.footer_gray {
  background-color: #ededed;
  padding: 60px 0;
}

.footer_logo {
  max-width: 200px;
}

.footer_gray a {
  color: #111;
  transition: 0.2s;
}

.footer_container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

.footer_gray a:hover {
  color: #a2161e;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 4rem;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #a2161e;
  color: white;
  cursor: pointer;
  padding: 12px;
  border-radius: 50%;
  font-size: 18px;
}
#myBtn img {
  width: 100%;
}

#myBtn:hover {
  background-color: #2e7f3c;
}

/* BONGA */
.sms-messages__title {
  margin: 0;
}
.sms-messages__response {
  padding-left: 2em;
}

/* INNER PAGES */
.bread_crumbs {
  font-size: 16px;
  line-height: 24px;
  color: #2e7f3c;
}

.bread_crumbs a {
  color: #2e7f3c;
}

.bread_crumbs a:hover {
  color: #a2161e;
}

p.intro_text,
.intro_text p:first-child {
  font-size: 1.6rem;
  line-height: 2rem;
}

.shujaa_details {
  padding: 1rem;
  font-size: 1.2rem;
}
.shujaa_details p {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.accordion {
  cursor: pointer;
  padding: 0px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.accordion_red_bottom_border {
  border-bottom: 1px solid #a2161e;
}

.accordion_green_bottom_border {
  border-bottom: 1px solid #2e7f3c;
}

.accordion_black_bottom_border {
  border-bottom: 1px solid #111;
}

.accordion_image {
  float: left;
  width: 50px;
  margin: 20px 10px 0px 0px;
}

.black_accordion_titles {
  font-weight: bold;
  font-size: 22px;
  color: #111;
  float: left;
  margin-top: 38px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.accordion_titles {
  font-weight: bold;
  font-size: 22px;
  color: #a2161e;
  float: left;
  margin-top: 38px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.accordion_status {
  font-weight: bold;
  font-size: 22px;
  float: right;
  margin-top: 40px;
  margin-bottom: 20px;
}

.green_accordion_titles {
  font-weight: bold;
  font-size: 22px;
  color: #2e7f3c;
  float: left;
  margin-top: 38px;
  text-transform: uppercase;
}

.green_accordion_status {
  font-weight: bold;
  font-size: 22px;
  float: right;
  margin-top: 40px;
}

.panel {
  padding: 10px 0px 0px;
  background-color: white;
  display: none;
  overflow: hidden;
  transition: 0.4s;
}

.red_bg {
  background-color: #a2161e;
  padding: 50px 0;
  color: #fff;
}

.vision_title {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.vision_title_border {
  border-bottom: solid 1px #fff;
  height: 2px;
  width: 100%;
  margin-top: -20px;
}

p.resources {
  padding: 0;
}

p.shujaaz {
  margin: 0;
  padding: 0;
}

.black_bottom_border {
  border-bottom: 1px solid #111;
}

.featured_image {
  height: 600px;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.featured-small-image {
  background-image: url("../images/newsletter.a4ba7f5ce262.jpeg");
  background-position: center center;
  background-size: cover;
  height: 300px;
  width: 100%;
}

.number_box {
  width: 50px;
  padding: 10px 0;
  text-align: center;
  background-color: #ccc;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.4s;
}

a .number_box {
  color: black;
}

a:hover .number_box,
a:hover .active_number_box {
  background-color: #2e7f3c;
  color: white;
}

a .active_number_box {
  color: white;
}

.active_number_box {
  width: 50px;
  padding: 10px 0;
  text-align: center;
  background-color: #a2161e;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.4s;
}

.view-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.view-list div {
  margin: 0px 10px;
  color: #a2161e;
  cursor: pointer;
  font-size: 2em;
}
.view-list div > * {
  pointer-events: none;
}

.mz-people img,
.mz-people a {
  margin: 1rem 0;
  padding: 0;
}

.wrapper {
  width: 100%;
}
.wrapper.list {
  grid-template-columns: 1fr;
  margin: 1rem;
}
.wrapper.list .mp_card {
  flex-wrap: nowrap;
  flex-flow: row;
}
.wrapper.list .mp_card .mp_pic {
  width: 10%;
  min-width: 13rem;
}
.wrapper.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18em, 1fr));
  grid-gap: 1rem;
  justify-items: center;
  justify-content: space-evenly;
}
.wrapper.grid .mp_card {
  flex-flow: column;
}
.wrapper .mp_card {
  display: flex;
  flex: 0 1 100%;
  background-color: #ededed;
  padding: 1rem;
  margin-bottom: 1.75rem;
}
.wrapper .mp_card .mp_pic {
  padding: 1em;
  object-fit: cover;
  overflow: hidden;
  aspect-ratio: 3/3;
}
.wrapper .mp_card .mp_pic img {
  width: 100%;
}

.shujaaz-wrap.grid {
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}
.shujaaz-wrap .mp_pic {
  padding: 1em;
  object-fit: cover;
  overflow: hidden;
  aspect-ratio: 3/3;
}
.shujaaz-wrap .mp_pic img {
  width: 100%;
}

select {
  width: 270px;
  padding: 0.75rem;
  box-sizing: border-box;
  border: 2px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

.green_social {
  float: left;
  width: 45px;
  margin-right: 5px;
}

.people_bottom_border {
  border-bottom: 1px solid #111;
  width: 100%;
  height: 0px;
  margin-bottom: 5px;
}

.uppercase_text {
  text-transform: uppercase;
}

.mobile_logo_width {
  width: 80%;
  float: left;
}

.mobile_menu_width {
  width: 20%;
  float: right;
}

/* HANSARD */
.hansard_spacing {
  padding: 1px 0 0 0;
  margin: 0 12px 10px;
}

.bottom_margin_30 {
  margin-bottom: 10px;
}

ul.hansard_entries {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ul.hansard_entries li {
  margin-left: 0;
  padding-left: 0;
}
ul.hansard_entries li .scene {
  text-align: center;
}

ul.hansard_entries li.page_number {
  margin: 1rem 0 1rem 0;
  text-align: right;
  padding: 0.75rem 1rem;
  background-color: #ededed;
}

ul.hansard_entries li.heading {
  text-align: center;
}
ul.hansard_entries li.heading h2 {
  font-size: 20px;
  line-height: 20px;
}
ul.hansard_entries li.heading h2.tabled {
  font-weight: normal;
  font-variant: small-caps;
}
ul.hansard_entries li.heading h3 {
  font-size: 1rem;
  line-height: 1rem;
}

.scene p {
  font-style: italic;
  text-align: center;
}

.speech p {
  margin: 0;
}

.disclaimer {
  font-size: 1.25rem;
  font-weight: 600;
  font-style: italic;
  color: #a2161e;
}

/* BLOG */
.post_main_page_wrapper {
  display: flex;
  padding: 1em 0;
}

.post_main_page_photo {
  flex: 1;
  max-width: 11em;
  margin: 0 1.25em 0 0;
}

.post_summary_wrapper {
  flex: 3;
  height: 8em;
}

.post_main_page_text_wrapper {
  flex: 3;
}

p.post_main_page_title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
}

.post_main_page_meta {
  float: left;
}

.post_main_page_comments {
  float: right;
}

p.post_main_page_meta {
  margin: 0;
  padding: 0;
  color: #999;
}

.post_main_page_meta a {
  color: #111;
  float: none;
}

.post_main_page_meta a:hover {
  color: #2e7f3c;
  float: none;
}

p.post_main_page_comments {
  margin: 0;
  padding: 0;
  color: #999;
}

.post_main_page_categories {
  clear: both;
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
  color: #999;
}

.post_main_page_categories a {
  background-color: #999;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}

.post_main_page_categories a:hover {
  background-color: #2e7f3c;
  color: #fff;
}

p.post_main_page_excerpt {
  margin: 10px 0;
  padding: 10px 0;
}

.category-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.category-list li {
  list-style: none;
}
.category-list li .current {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.25em;
  color: #999;
}

.side_bar_item_wrapper {
  margin: 0px 0 60px 20px;
  padding: 0px 20px;
}

h2.side_bar_title {
  font-size: 2em;
  color: #999;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.side_bar_level_one {
  padding: 0;
  margin: 15px 0 0 0;
}
.side_bar_level_one a {
  font-weight: normal;
}

p.side_bar_meta {
  padding: 0;
  margin: 0 0 20px 0;
  color: #999;
}

.blog_commenter_name {
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
}

.blog_commenter_name p {
  margin: 0;
  padding: 0;
}

.blog_comment {
  color: #999;
}

.blog_comment p {
  margin: 0;
  padding: 0 0 20px;
}

/* SCORECARD */
.scorecards {
  display: flex;
  flex-wrap: wrap;
}
.scorecards p {
  display: flex;
  flex: 1 1 100%;
}

.wrapper.grid {
  padding-top: 1rem;
}
.wrapper.grid .mz-scorecard,
.wrapper.grid .mz-shujaaz {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-content: flex-start;
}
.wrapper.grid .mz-scorecard .scorecard-icon,
.wrapper.grid .mz-scorecard .shujaaz-icon,
.wrapper.grid .mz-shujaaz .scorecard-icon,
.wrapper.grid .mz-shujaaz .shujaaz-icon {
  flex: 0 1 50%;
  padding: 0 1em 1em;
}
.wrapper.grid .mz-scorecard .scorecard-icon img,
.wrapper.grid .mz-scorecard .shujaaz-icon img,
.wrapper.grid .mz-shujaaz .scorecard-icon img,
.wrapper.grid .mz-shujaaz .shujaaz-icon img {
  width: 100%;
  height: auto;
}

.wrapper.list .mz-scorecard,
.wrapper.list .mz-shujaaz {
  flex: 1 1 100%;
  display: flex;
  margin: 2em 0;
  align-items: center;
}
.wrapper.list .mz-scorecard .scorecard-icon,
.wrapper.list .mz-scorecard .shujaaz-icon,
.wrapper.list .mz-shujaaz .scorecard-icon,
.wrapper.list .mz-shujaaz .shujaaz-icon {
  flex: 0 1 10%;
  text-align: center;
  padding: 0 1em;
}
.wrapper.list .mz-scorecard .scorecard-icon img,
.wrapper.list .mz-scorecard .shujaaz-icon img,
.wrapper.list .mz-shujaaz .scorecard-icon img,
.wrapper.list .mz-shujaaz .shujaaz-icon img {
  width: 100%;
}

.scorecard-text,
.shujaaz-text {
  flex: 0 1 90%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  height: fit-content;
}
.scorecard-text p,
.shujaaz-text p {
  width: 100%;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
}

/* MAINTENANCE */
.mz-maintenance h1 {
  text-align: center;
}
.mz-maintenance p {
  font-size: 2em;
  line-height: 2em;
  text-align: center;
}

.alert-success {
  font-size: 1.4rem;
  padding: 1rem;
  line-height: 2.2rem;
  margin-bottom: 1rem;
}

/* Mobile */
@media screen and (min-width: 240px) and (max-width: 639px) {
  .pure-g {
    margin: 0;
  }
  .pure-g .pagination {
    margin: 0;
  }
  .nav-links {
    flex: 0 1 100%;
  }
  .header-items {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header-items .search-form {
    flex: 0 1 100%;
    justify-content: center;
  }
  .header-items form.nav-search {
    flex: 0 1 100%;
    margin-top: 0.5em;
    padding: 0 0.5rem 0 1rem;
  }
  .social_media_icons {
    justify-content: space-around;
    padding-top: 5px;
  }
  .desktop_menu {
    display: none;
  }
  h1 {
    font-size: 20px;
    line-height: 30px;
  }
  h2 {
    font-size: 1.5em;
    line-height: 1.75em;
  }
  h3 {
    font-size: 1rem;
    line-height: 2rem;
  }
  .button {
    padding: 7px 10px;
    text-decoration: none;
    border-radius: 5px;
  }
  p.shujaaz {
    margin: 0;
    padding: 0 15px 30px;
  }
  /* HEADER */
  .logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .social_media_icons {
    text-align: center;
  }
  nav {
    display: none;
  }
  main {
    height: 370px;
  }
  .main_story_wrapper {
    height: 350px;
    background-position: left top, center center;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }
  .story_gap {
    clear: both;
    height: 130px;
  }
  .gap_above_titles {
    clear: both;
    height: 0px;
  }
  .space_above_signup_fields {
    height: 0px;
  }
  .intro_text {
    font-size: 18px;
    line-height: 28px;
  }
  .social_media_icons img {
    max-width: 40px;
  }
  .post_main_page_wrapper {
    margin: 0 0 0 10px;
    display: flex;
    flex-direction: column;
  }
  .post_main_page_comments {
    margin-top: 0.25rem;
    float: left;
  }
  .side_bar_item_wrapper {
    margin: 0 0 40px 0px;
    padding: 0;
  }
  .l-box {
    margin: 0.5rem;
  }
  .parliament_wrapper {
    padding: 3em 0;
    border-radius: 0;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .parliament_wrapper .parliament-head {
    padding: 0 1em;
    height: fit-content;
  }
  .parliament_wrapper .parliament-head .l-box {
    height: fit-content;
  }
  .parliament_wrapper .parliament-back {
    padding: 1em 2em;
  }
  .assembly-view {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .assembly-view .member-search__btn {
    margin-right: 0;
  }
  .pagination {
    display: flex;
    flex: 0 1 100%;
    font-weight: 400;
    font-size: 1rem;
  }
  .sms-messages__response {
    padding-left: 1em;
  }
  .wrapper.list {
    grid-template-columns: 1fr;
    margin: 0;
  }
  .post_main_page_photo {
    max-width: max-content;
    margin: 0 0 0.5rem;
  }
  .post_main_page_categories a {
    padding: 0.3rem;
    line-height: 2.4rem;
  }
  /* FOOTER */
  .footer_container {
    display: block;
  }
}
@media screen and (min-width: 80px) and (max-width: 767px) {
  .social_media_icons img {
    max-width: 40px;
  }
  .newsletter_sign_up .mwili {
    flex-wrap: wrap;
    justify-content: center;
  }
}
/* TABLETS */
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .pure-g {
    margin: 0;
  }
  .header-items {
    flex-wrap: nowrap;
    position: absolute;
    left: 31%;
    width: 62%;
    padding: 0.75rem 0;
  }
  .header-items form.nav-search {
    flex: 0 1 100%;
    padding: 0 0.5rem 0;
  }
  .logo-items {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 1rem 0;
  }
  .nav-links {
    flex: 0 1 100%;
  }
  /* HEADER */
  .social_media_icons {
    justify-content: space-between;
    padding: 1rem 0;
  }
  .social_media_icons img {
    max-width: 40px;
    padding: 0 5px;
  }
  .menu_button {
    padding: 1em 0;
  }
  .desktop_menu {
    display: none;
  }
  .search-form {
    flex: 0 1 100%;
    display: flex;
    justify-content: center;
  }
  .mobile_menu {
    display: flex;
    justify-content: center;
    flex: 0 1 40%;
  }
  .clear_300 {
    clear: both;
    height: 150px;
  }
  nav {
    display: none;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 25px;
    line-height: 35px;
  }
  h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .main_story_wrapper {
    height: 400px;
    background-position: left top, center center;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }
  .story_gap {
    clear: both;
    height: 180px;
  }
  .gap_above_titles {
    clear: both;
    height: 60px;
  }
  .space_above_signup_fields {
    height: 50px;
  }
  .intro_text {
    font-size: 24px;
    line-height: 35px;
  }
  .assembly-view {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .assembly-view .assembly-search {
    padding-top: 1.25rem;
  }
}
/* MOBILES AND TABLETS */
@media screen and (min-width: 80px) and (max-width: 1023px) {
  nav#Mobile_menu {
    padding: 0 1rem;
  }
  nav#Mobile_menu .active a {
    font-weight: bold;
    color: #a2161e;
  }
  nav#Mobile_menu .menu li {
    font-weight: 600;
    font-size: 1.2rem;
    color: #1a1a1a;
    transition: all 0.4s ease;
  }
  nav#Mobile_menu .menu li .link {
    width: 100%;
  }
  nav#Mobile_menu .menu li .submenu li {
    padding-left: 1rem;
    font-weight: normal;
  }
  nav#Mobile_menu .menu li:last-child {
    border-bottom: 0;
  }
  .menu {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 20px;
    border-radius: 0px;
  }
  /* Submenu --------------------*/
  .submenu {
    display: none;
  }
}
/* DESKTOP + */
@media screen and (min-width: 1024px) {
  nav#Mobile_menu {
    display: none;
  }
  nav {
    overflow: visible;
    margin: 0;
    padding: 0;
  }
  nav ul {
    display: flex;
    justify-content: space-between;
  }
  nav ul li {
    display: block;
  }
  nav ul ul {
    display: none;
    position: absolute;
    padding-top: 0.5rem;
    width: fit-content;
  }
  nav ul ul .toggle,
  nav ul ul a {
    padding: 0 40px;
  }
  nav ul li ul li .toggle,
  nav ul ul a,
  nav ul ul ul a {
    padding: 0.5em 0;
    font-size: 1rem;
  }
  nav ul ul li:hover > ul,
  nav ul li:hover > ul {
    display: block;
    position: absolute;
    width: fit-content;
    background: white;
  }
  nav ul ul li {
    display: block;
    background: white;
    padding: 0.25rem 0 0 1rem;
  }
  nav ul ul ul li {
    position: static;
  }
  nav {
    display: flex;
  }
  /* HEADER */
  .social_media_icons {
    justify-content: flex-end;
    flex: 0 1 100%;
    align-items: center;
  }
  .social_media_icons img {
    max-width: 50px;
    margin: 0 1rem;
  }
  .mobile_menu {
    display: none;
  }
  .menu_button {
    display: none;
  }
  .search-form {
    flex: 0 1 40%;
  }
  /*.clear_300{clear: both; height: 150px;}

  h1{font-size: 30px; line-height: 40px;}
  h2{font-size: 25px; line-height: 35px;}
  h3{font-size: 20px; line-height: 20px;}

  .main_story_wrapper{height: 400px; background-position: left top, center center; background-repeat: repeat, no-repeat; background-size: auto, cover;}
  .story_gap{clear: both; height: 180px;}
  .gap_above_titles{clear: both; height: 60px;}

  .space_above_signup_fields{height: 50px;}

  .intro_text{font-size: 24px; line-height: 35px;}*/
}

/*# sourceMappingURL=style.css.map */
