@font-face {
   font-family: FuturaMediumBT;
   src: url(/themes/gmb/fonts/FuturaMediumBT.ttf);
}

@font-face {
   font-family: FuturaBoldBT;
   src: url(/themes/gmb/fonts/FuturaBoldBT.ttf);
   font-weight: bold;
}

@font-face {
   font-family: futura_bold_bt;
   src: url(/themes/gmb/fonts/futura_bold_bt.ttf);
   font-weight: bold;
}

@font-face {
   font-family: futura-extra-bold;
   src: url(/themes/gmb/fonts/futura-extra-bold.ttf);
   font-weight: bold;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #333;
  font-size: 14pt;
  line-height: 1.42857143;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

.eventpdfwrapper {
  display: none;
}

.term-id-24 .field--name-description h3 {
  clear: both;
  overflow: hidden;
  padding-top: 15px;
  margin-bottom: 0;
}

#block-webform-6 {
  clear: both;
  margin: 35px auto;
  padding: 20px;
  box-shadow: 0 0 1rem rgba(0,0,0,.15);
  border-radius: 10px;
}

#block-webform-6 .block-title {
  text-align: center;
  margin-top: 30px;
}

#block-webform-6 .form-actions {
  clear: both;
  text-align: center;
}

#block-closingdate {
  clear: both;
  width: 100%;
}

#block-webform-6 .form-control {
  box-shadow: unset;
  border: 1px solid #ddd;
  padding: 12px;
  height: auto;
}

#block-webform-6 .progress-marker::before {
  content: attr(data-text);
  display: flex;
  padding-bottom: 0;
}

#block-webform-6 .form-submit:hover {
  background: #fff;
  color: #ff6a13;
  border: 1px solid #fff;
}

#block-webform-6 .form-submit {
  background-color: transparent;
  color: #ff6a13;
  border: 2px solid #ff6a13;
  padding: 15px 35px;
  font-weight: 600;
  border-radius: 4px;
  display: inline-block;
  margin: 10px 10px 10px auto;
  font-size: 16px;
  text-decoration: none;
  transition: all 300ms ease;
}
#block-webform-6 #edit-actions-wizard-prev {
  display: none !important;
}

#block-webform-6 .form-submit:hover {
  background-color: #ff6a13;
  color: #fff;
  border: 2px solid #ff6a13;
}

#block-webform-7 .form-inline .control-label {
  display: block;
}

#block-webform-7 .help-block {
  font-size: 14px;
}

#block-webform-7 .form-submit {
  background-color: transparent;
  color: #ff6a13;
  border: 2px solid #ff6a13;
  padding: 15px 35px;
  font-weight: 600;
  border-radius: 4px;
  display: inline-block;
  margin: 10px 10px 10px auto;
  font-size: 16px;
  text-decoration: none;
  transition: all 300ms ease;
}

#block-webform-7 .panel-heading {
  padding-top: 30px;
  background: transparent;
  border: none;
}

#block-webform-7 .panel-default {
  border-color: rgb(32,161,161);
  box-shadow: 0 1px 1px rgba(32,161,161, 0.07);
  -webkit-box-shadow: 0 1px 1px rgba(32,161,161, 0.07);
}

#block-webform-7 .panel-title {
  font-size: 16px;
  font-weight: bold;
}

#block-webform-7 label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
}

#edit-preferred-mode-of-communication-for-updates--wrapper legend {
  border-bottom: none;
  border-top: 1px solid rgb(32,161,161);
  padding-top: 15px;
  margin-top: 5px;
}

#block-webform-7 .form-control {
  border: 2px solid #ed6a23;
  padding: 17px;
  height: auto;
  color: #333;
  width: 100%;
  line-height: 1.42857143 !important;
}

#block-webform-7 .form-submit:hover {
  background-color: #ff6a13;
  color: #fff;
  border: 2px solid #ff6a13;
}

a:hover, a:focus {
	outline: none;
	text-decoration: none;
}

/* new css added for Join Us Today */
.page-node-70 .contentbelow {
  padding-top: 0;
}
.contentbelow {
  clear: both;
  padding: 35px 0;
  text-align: center;
}
.view-membership-plan img {
  display: inline-block;
}
.contentbelow h2 {
  margin: 30px auto 45px;
  font-size: 28px;
}
.contentbelow h2::after {
  border-bottom: 3px solid rgb(32,161,161);
  content: "";
  display: block;
  width: 130px;
  margin: 15px auto;
}
.view-membership-plan .views-row {
  margin-bottom: 30px;
}

.membership_plan {
  background: #fff;
  padding: 20px;
  position: relative;
  border: 1px solid rgba(127,127,127,0.25);
  transition: all .5s ease-in-out;
  border-radius: 20px;
  min-height: 415px;
  text-align: center;
}

.membership_plan:hover {
  box-shadow:0 4px 4px rgba(0,0,0,0.25);
  transition:all .5s ease-in-out
}

.mp-icon {
  text-align: center;
  width: 90px;
  margin: 0 auto;
}

.membership_plan:hover .join-us-today__icon {
  transition:all .5s ease-in-out;
  border:1px solid #20a1a1;
  background:#fff;
  color:#20a1a1
}
.join-us-today__icon {
  height:90px;
  width:90px;
  transition:all .5s ease-in-out;
  background:#20a1a1;
  color:#fff;
  border-radius:100%;
  font-size:3em;
  border:1px solid #20a1a1;
  text-align:center;
  vertical-align:middle;
  display:table-cell !important;
}

.view-membership-plan h3 {
  font-size: 24px;
}
.view-membership-plan .mp-text {
  display: block;
  min-height: 80px;
  margin-bottom: 7px;
}
.view-membership-plan .mp-fee {
  font-weight: bold;
}

.join-now-btn a {
  background-color: transparent;
  color: rgb(32,161,161);
  border: 2px solid rgb(32,161,161);
  font-weight: 600;
  display: block;
  padding: 10px 25px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  white-space: normal;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 145px;
  margin: 15px auto 0;
  text-decoration: none;
}

.membership_plan:hover .join-now-btn a {
  color: rgb(32,161,161);
  background: transparent;
  border: 2px solid rgb(32,161,161);
}

.membership_plan:hover .join-now-btn a:hover {
  color: #ffffff;
  background: rgb(32,161,161);
  border: 2px solid rgb(32,161,161);
}

/* Content featured block */

.contentfeatured {
  clear: both;
  padding-top: 0;
  padding-bottom: 65px;
  width: 100%;
}

/* new css added here */
#block-webform-8 label, #block-webform-9 label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
}

#block-webform-8 .form-control, #block-webform-9 .form-control {
  border: 2px solid #ed6a23;
  padding: 17px;
  height: auto;
  color: #333;
  width: 100%;
  line-height: 1.42857143 !important;
}

.form-item-unique-number {
  margin-top: 28px;
}

.form-item-unique-number-2 {
  margin-top: 28px;
}

.form-item-membership-number {
  margin-top: 28px;
}

.form-item-membership-number2 {
  margin-top: 28px;
}

.form-item-unique-number-2::after {
  content: "P";
  position: absolute;
  right: 0;
  top: 15px;
}

.form-item-membership-number2::after {
  content: "P";
  position: absolute;
  right: 0;
  top: 15px;
}

#block-webform-8 .form-actions, #block-webform-9 .form-actions {
  clear: both;
  padding-left: 15px;
}

#block-webform-8 .form-submit, #block-webform-9 .form-submit {
  background-color: transparent;
  color: #ff6a13;
  border: 2px solid #ff6a13;
  padding: 15px 35px;
  font-weight: 600;
  border-radius: 4px;
  display: inline-block;
  margin: 10px 10px 10px auto;
  font-size: 16px;
  text-decoration: none;
  transition: all 300ms ease;
}

#block-webform-8 .form-submit:hover, #block-webform-9 .form-submit:hover {
  background-color: #ff6a13;
  color: #fff;
  border: 2px solid #ff6a13;
}

/* new css end here */

.view-category-child .slick-prev {
  left: -20px !important;
}

.view-category-child .slick-next {
  right: -20px !important;
}

.view-current-campaigns-post-child .slick-prev {
  left: -2px !important;
  z-index: 10;
}

.view-current-campaigns-post-child .slick-next {
  right: -2px !important;
  z-index: 10;
}

.term-id-27 .field--name-description ul {
	
}

.term-id-27 .field--name-description ul li {
  list-style:none;
  background:url(../images/check.jpg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position:left 0;
  background-size: 28px;
  padding-left: 32px;
  margin:7px auto;
}

.navbar-default {
  background-color: transparent;
  border: none;
}

#navbar {
  margin-bottom: 0;
}

.navbar .logo {
  position: absolute;
  margin: 0 auto;
  max-width: 120px;
  bottom: -30.7px;
  z-index: 999;
}

#block-socialmedialinks {
    text-align: right;
}

#block-views-block-noticeboard-block-1 {
  clear: both;
  padding: 30px 0;
}

.view-noticeboard .view-content {
  font-size: 15px;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 600px;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  z-index: 99;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: inherit !important;
  overflow: auto !important;
    overflow-x: auto;
  overflow-x: auto;
  overflow-x: auto;
  overflow-x: hidden !important;
  padding-right: 10px;
  scrollbar-color: #8d8d8d #e0e0e0;
  scrollbar-width: thin;
  position: relative;
}

.view-noticeboard .views-row {
  clear: both;
  border-bottom: 4px solid #ff6a13;
  padding-top: 25px;
  padding-bottom: 25px;
}
.timeago {
  clear: both;
  margin-bottom: 15px;
}
#block-makeworkbetterfooterlogo img {
  max-width: 120px;
}

.footerfirst ul {
  padding:15px 0 0 0;
  margin:0;
}

.footerfirst ul li {
  list-style: none;
  display: inline-block;
  margin: 0 2px;
  overflow: hidden;
}

.footerfirst a {
  display: block;
  padding: 5px;
  color: #ddd;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-align: center;
  font-size: 22px;
}

.footerfirst a:hover {
  color: #ff6a13;
}

.footerfirst a svg {
  fill: rgb(255,255,255);
  -webkit-transition:all 0.5s ease 0s;
  transition:all 0.5s ease 0s;
  height: auto;
  width: 20px;
}

.footerfirst ul li:nth-child(2) svg {
  width: 13px;
}

.footerfirst a:hover svg {
  fill: #ff6a13;
}

.region.region-footer {
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
}

.view-campaign-pdf-view .views-row {
  text-align: center;
}

.view-campaign-pdf-view .views-row img {
  vertical-align: middle;
  display: inline-block;
}

.field--name-field-expand-more-info .ui-accordion .ui-accordion-header {
  margin: 10px 0 0 0;
}

.field--name-field-expand-more-info {
  clear: both;
  margin-top: 35px;
}

.field--name-field-expand-more-info .field--label {
  font-weight: bold;
  font-size: 24px;
}

.field--name-field-expand-more-info .faqfield-details {
  border: 2px solid rgb(32,161,161);
  margin: 10px auto;
  padding: 15px;
}

.field--name-field-expand-more-info .faqfield-question {
  font-weight: 600;
  font-size: 19px;
  cursor: pointer;
  background: url(/themes/gmb/images/plus-minus.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  background-position: right 1px;
  background-size: 32px;
  transition: all .3s ease-out;
}
.field--name-field-expand-more-info .faqfield-question.active {
  font-weight: 600;
  font-size: 19px;
  cursor: pointer;
  background: url(/themes/gmb/images/plus-minus.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  background-position: right -25px;
  background-size: 32px;
}

/*
#edit-do-you-accept-or-reject-the-pay-offer .form-item input[type="radio"]{
  visibility: hidden;
  height: 0;
  width: 0;
}

#edit-do-you-accept-or-reject-the-pay-offer .form-item label {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: #666;
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  transition: all .3s ease-out;
}

#edit-do-you-accept-or-reject-the-pay-offer .form-item input:checked ~ label {
  background-color: #58ba83;
}
*/

#edit-do-you-accept-or-reject-the-pay-offer .form-item {
  display: inline-flex;
  width: 47%;
  padding: 0;
  margin: 1%;
  box-shadow: 0 0 1rem rgba(0,0,0,.15);
  border-radius: 15px;
}

#edit-do-you-accept-or-reject-the-pay-offer .radio label {
  display: block;
  padding: 35px;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
}

#edit-do-you-accept-or-reject-the-pay-offer .radio input[type="radio"] {
  visibility: hidden;
  height: 0;
  width: 0;
}

.expandbox .h3 {
  cursor: pointer;
  font-size: 20px;
  margin: 10px auto;
}

.expand {display: none;}

.expandbox {
  border: 1px solid rgb(32,161,161);
  padding: 15px;
  margin-bottom: 30px;
  clear: left;
}

.event_pdf {
  padding: 25px;
  text-align: center;
  box-shadow: 0 0 1rem rgba(0,0,0,.15);
  margin-bottom: 30px;
  background: #ff6a13;
}
.event_pdf h3 a {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.event_pdf h3 {
  margin: 10px auto 15px;
}
.eventview a {
  background-color: rgb(32,161,161);
  color: #ffffff;
  border: 1px solid rgb(32,161,161);
  font-weight: 600;
  display: inline-block;
  width: auto;
  padding: 10px 25px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  white-space: normal;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
.eventview a:hover {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #fff;
}

.field--name-field__event-pdf {
	display: block;
	margin-top: 20px;
}

.field--name-field__event-pdf .file-size {display: none;}

.field--name-field__event-pdf .file > span {border:none;}

.field--name-field__event-pdf .file {border: 1px solid #ccc;}

.view-event-pdf-view .views-row {
  clear: both;
  width: 100%;
}
.view-event-pdf-view .views-row .views-field {
  float: left;
  width: 100%;
  padding: 15px;
  background: transparent;
}
.view-event-pdf-view .views-row .field-content {
  border: 1px solid #ccc;
}

@media (max-width: 767px){
#navbar-collapse {
  position: absolute;
  left: 0;
  background: #fff;
  z-index: 999;
  width: 100%;
  padding-left: 42px;
}
}

.well.region.region-sidebar-second {
  background: transparent;
  border: none;
  box-shadow: unset;
  padding: 0;
}

.well.region.region-sidebar-second .block-views {
  margin-bottom: 30px;
}

/******** Padding removed for Campaigns & News page ads block **********/
.term-id-13 .cta-box {
  padding: 0;
  border-radius: 24px;
}
.term-id-13 .cta-box .cta-box__btn {display: none;}
/******************/

.cta-box {
  background: #fff;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 300px;
}

.cta-box h3 {
  color: #000000;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.cta-box h4 {
  color: #20a1a1;
  font-size: 1.4em;
  margin: 10px 0;
  font-weight: 600;
  line-height: 1.4;
}

.cta-box .cta-box__btn {
  margin-top: 30px;
}

.cta-box .btn--orange {
  background-color: #ff6a13;
  color: #ffffff;
  border: 1px solid #ff6a13;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  padding: 10px 25px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  white-space: normal;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.cta-box .btn--orange:hover {
  background-color: #f5803c;
  color: #ffffff;
  border: 1px solid #f5803c;
}

.btn-orange {
  background-color: #ff6a13;
  color: #ffffff;
  border: 1px solid #ff6a13;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  padding: 10px 25px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.btn-orange:hover {
  background-color: #f5803c;
  color: #ffffff;
  border: 1px solid #f5803c;
}

/* Image block section */

.field--name-field-image-block {
  clear: both;
  margin-top: 30px;
}

.field--name-field-image-block img {
  max-width: 100%;
  border-radius: 30px;
}

/*Specific page style */

.cta-box.adverts-orange {
  background: #ff6a13;
  color: #fff;
}
.cta-box.adverts-orange h3 {color: #fff;}

.cta-box.adverts-orange .btn--orange {
  background: rgb(32,161,161);
  border: 1px solid rgb(32,161,161);
}
.cta-box.adverts-orange .btn--orange:hover {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #fff;
}

.cta-box.adverts-till {
  background: rgb(32,161,161);
  color: #fff;
}
.cta-box.adverts-till h3 {color: #fff;}

.cta-box.adverts-till .btn--orange {
  background: #ff6a13;
  border: 1px solid #ff6a13;
}
.cta-box.adverts-till .btn--orange:hover {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #fff;
}

.cta-box.adverts-gray {
  background: #f9f9f9;
}

.contentbottom {
  clear: both;
  padding-bottom: 35px;
}

#block-makework img {
  max-width: 150px;
}

#block-makework h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 6px auto;
  text-align: right;
  color: #ffffff;
}

#block-makework h2 strong {color: #ed6a23;}

.page-node-74 .field--name-field-bottom-content ul {
  margin: 0;
  padding: 0;
}
.page-node-74 .field--name-field-bottom-content ul li {
  display: inline-block;
  padding: 7px;
  background: transparent;
}

.page-node-74 .field--name-field-bottom-content ul li a {
  color: #fff;
  padding: 10px 10px 10px 40px;
  font-size: 16px;
  text-decoration: none;
  background-image: url(../images/document-symbol.png);
  background-color: rgb(32,161,161);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: 5px center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.page-node-74 .field--name-field-bottom-content ul li a:hover {
  background-color: #ff6a13;
}

/* Resources page */

.path-taxonomy.term-id-24 .field--name-description ul {
  margin: 0 -10px;
  padding: 0;
  clear: both;
}
.path-taxonomy.term-id-24 .field--name-description ul li {
  display: block;
  background: transparent;
  float: left;
  width: 100%;
  padding: 10px 10px 10px 10px;
}

.path-taxonomy.term-id-24 .field--name-description ul li a {
  color: #fff;
  padding: 10px 10px 10px 40px;
  font-size: 16px;
  text-decoration: none;
  background-image: url(../images/document-symbol.png);
  background-color: rgb(32,161,161);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: 5px center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: block;
}

.path-taxonomy.term-id-24 .field--name-description ul li a:hover {
  background-color: #ff6a13;
}

/* Resources page end here */

#edit-do-you-accept-or-reject-the-pay-offer--wrapper legend {
  border: none;
  margin-bottom: 15px;
}

#edit-do-you-accept-or-reject-the-pay-offer--wrapper .fieldset-wrapper {
  margin-bottom: 15px;
}

#block-webform-5 .form-submit {
  background-color: #ff6a13;
  color: #ffffff;
  border: 2px solid #ff6a13;
  padding: 10px 35px;
  font-weight: 600;
  border-radius: 4px;
  display: inline-block;
  margin: 10px auto;
  font-size: 16px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#block-webform-5 .form-submit:hover {
  background: transparent;
  color: #ff6a13;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
  display: inline-block;
  padding: 20px 25px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgb(32,161,161);
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  float: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-text:hover {
  color: #ed6a23;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #ed6a23;
  background-color: transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #ed6a23;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #ed6a23;
  text-decoration: none;
  background-color: transparent;
}

.thinnavbar {
  position: relative;
  z-index: 99;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgb(31,30,28);
  color: #fff;
  clear: both;
}

form#search-block-form {
  margin-left: auto;
  max-width: 50%;
}

#search-block-form .form-group {
  margin-bottom: 5px;
  margin-top: 5px;
}

#search-block-form .input-group .form-control {
  background: transparent;
  border: 1px solid #ed6a23;
  color: #fff;
}

#search-block-form .btn-primary {
  color: #fff;
  background-color: transparent;
  border-color: #ed6a23;
}

#block-socialmedialinks ul {
  padding: 2px 0 0 0;
  margin: 0;
}

#block-socialmedialinks ul li {
  list-style: none;
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: 0 2px;
  border-radius: 35px;
  overflow: hidden;
}

#block-socialmedialinks a {
  display: block;
  background: #fff;
  padding: 5px;
  font-size: 22px;
  color: rgb(31,30,28);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-align: center;
}

#block-socialmedialinks .fa-facebook::before {
  content: "\f09a";
  font-family: FontAwesome;
  font-style: normal;
  font-variant: none;
}

#block-socialmedialinks a:hover {
  color: #ff6a13;
}

#block-socialmedialinks a svg {
  fill: rgb(31,30,28);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: auto;
  width: 25px;
  margin-top: 2px;
}

#block-socialmedialinks a:hover svg {
  fill: #ff6a13;
}

.large-cta-btn a {
  background: rgb(32,161,161);
  color: #fff;
  padding: 20px;
  font-size: 18px;
  text-align: center;
  border-radius: 10px;
  display: block;
  margin: 25px auto;
  border: 2px solid rgb(32,161,161);
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.large-cta-btn a:hover {
  background: transparent;
  color: rgb(32,161,161);
}

/* course page */

#block-views-block-course-stage-block-1 > .form-group, #block-views-block-course-stage-block-2 > .form-group {
  background: #fff;
  padding: 0;
  font-size: 16px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: 5px solid rgb(32,161,161);
  overflow: hidden;
}
.course_stage h2 {
  background: rgb(32,161,161);
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  padding: 35px 20px;
  margin: 0;
  cursor: pointer;
}
.course_stage_text {
  background: transparent;
  padding: 20px;
  display: none;
}

.view-course-stage .view-footer {
  padding: 20px;
  display: none;
}

.view-course-stage .view-footer h3 {
  font-size: 16px;
}

#block-views-block-course-stage-block-1 {
  margin-bottom: 30px;
}

#block-views-block-course-stage-block-2 {
  margin-bottom: 30px;
}

#block-becameaworkplacerep {
  margin-bottom: 30px;
}

#block-becameaworkplacerep .cta-box {
  color: #fff;
  background: #ff6a13;
}

#block-becameaworkplacerep .cta-box .btn--orange {
  background-color: rgb(32,161,161);
  color: #ffffff;
  border: 1px solid rgb(32,161,161);
}

#block-becameaworkplacerep .cta-box .btn--orange:hover {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #fff;
}

.course_stage h2::after {
  content: "\002b";
  margin-left: 10px;
}

.course_stage.active h2::after {
  content: "\2212";
}

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


#block-views-block-labour-party-mps-block-1 {
  clear: both;
  padding-top: 50px;
}

.view-labour-party-mps .view-content {
  margin-left: -15px;
  margin-right: -15px;
}

.view-labour-party-mps .views-field-body {
  text-align: center;
  margin-bottom: 35px;
}

.view-labour-party-mps .mps-box h3 a {
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  text-align: center;
  display: block;
}

.view-labour-party-mps .mps-box h3 a:hover {
  color: red;
}

.view-labour-party-mps .view-content h3 {
  clear: both;
  padding-left: 15px;
  font-size: 32px;
  padding-top: 35px;
  padding-bottom: 30px;
}
.view-labour-party-mps .mps-box h3 {
  margin: 20px 0 10px;
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0px;
}

.viewdocuments {
  list-style: none;
  margin: 0;
  padding: 0;
}

.viewdocuments li a {
  color: #fff;
  padding: 10px 10px 10px 40px;
  font-size: 16px;
  text-decoration: none;
  background-image: url(../images/document-symbol.png);
  background-color: rgb(32,161,161);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: 5px center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: inline-block;
  text-decoration: none;
}

.viewdocuments li a:hover {
  background-color: #ff6a13;
}

.votenowbtn {
  background-color: #ff6a13;
  color: #ffffff;
  border: 2px solid #ff6a13;
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 0;
  display: inline-block;
  margin: 10px auto;
  font-size: 15px;
  text-decoration: none;
    background-position: 5px center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.votenowbtn:hover {
  background-color: #ffffff;
  color: #ff6a13;
  border: 2px solid #ff6a13;
}

/*Home page banner section */

.banner-text {
  position: absolute;
  left: 0;
  top: 65px;
  width: 100%;
  max-width: 522px;
  font-size: 22px;
  font-weight: normal;
  z-index: 99;
  color: #fff;
}

.path-frontpage .page-header {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  border: none;
  padding: 7px 15px;
  text-align: left;
}

.path-frontpage .page-header strong {
  font-family: futura-extra-bold;
}

.path-not-frontpage .page-header {
  font-size: 65px;
  font-weight: bold;
  color: #fff;
  border: none;
  max-width: 1500px;
  margin: 0 auto;
  padding: 30px 13px;
}

.banner-section {
  clear: both;
  width: 100%;
  position: relative;
}

.banner-section img {
  width: auto;
}

.path-not-frontpage.term-id-13 .views-field.views-field-field-banner-image {
  display: block;
  max-height: 380px;
  overflow: hidden;
}

.path-not-frontpage .banner-section img {
  width: 100%;
}

.path-not-frontpage.term-id-13 .banner-section, .path-not-frontpage.term-id-14 .banner-section {
  min-height: 190px;
  background-color: rgb(32,161,161);
  background-image: -webkit-linear-gradient(0deg, #20a1a1 24%, rgba(32, 161, 161, 0));
  background-image: linear-gradient(90deg, #20a1a1 24%, rgba(32, 161, 161, 0));
  color: #fff;
}

/*
.path-not-frontpage .banner-section {
  min-height: 300px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(0deg, #ff6a13 24%, rgba(243, 112, 34, 0));
  background-image: linear-gradient(90deg, #ff6a13 24%, rgba(243, 112, 34, 0));
  color: #fff;
}
.path-not-frontpage .slice {
  background: url(../images/wedge.svg) no-repeat;
    background-repeat: no-repeat;
    background-size: auto;
  padding: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
*/

.path-not-frontpage .banner-section {
  min-height: 190px;
  background-color: #ff6a13;
  background-image: -webkit-linear-gradient(0deg, #ff6a13 24%, rgba(243, 112, 34, 0));
  background-image: linear-gradient(90deg, #ff6a13 24%, rgba(243, 112, 34, 0));
  color: #fff;
}

.bgcolor-orange .orangeslice {
  padding: 7px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  background: rgb(32,161,161);
  transform: rotate(-2.4deg);
  z-index: 99;
}
.bgcolor-till .orangeslice {
  padding: 7px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  background: #ff6a13;
  transform: rotate(-2.4deg);
  z-index: 99;
}
/*
.orangeslice {
  background-image: -webkit-linear-gradient(0deg, #ff6a13 24%, rgba(243, 112, 34, 0));
  background-image: linear-gradient(90deg, #ff6a13 24%, rgba(243, 112, 34, 0));
  padding: 32px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
*/

.path-frontpage .page-header {
  font-size: 46px;
  padding: 0;
  margin: 125px auto 20px;
  text-align: center;
}

.video-wrap {
    height:100%;
    width:100%;
    overflow:hidden;
}

.video-wrap > video {
    min-width: 100%;
    min-height: 100%;
}

.join-us {
  text-align: center;
}

.join-us a:hover {
  background: #fff;
  color: #ff6a13;
  border: 1px solid #fff;
}

.join-us a {
  background-color: #ff6a13;
  color: #ffffff;
  border: 1px solid #ff6a13;
  padding: 25px 35px;
  font-weight: 600;
  border-radius: 4px;
  display: inline-block;
  margin: 10px auto;
  font-size: 16px;
  text-decoration: none;
}

.join-us.got-story a {
  padding: 7px 20px;
  border: 2px solid #ff6a13;
  margin: 0;
}

#block-politicsstatement {
  clear: both;
  padding-top: 65px;
}

.blockimg img {
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25)
}

#block-educationhealthsafety {
  clear: both;
  padding-top: 65px;
}

.view-current-campaigns-post-child .view-content {
  margin-left: -15px;
  margin-right: -15px;
}

.view-post-slider-selected-category-news .view-content {
  margin-left: -15px;
  margin-right: -15px;
}

#block-views-block-current-campaigns-post-child-block-1 {
  clear: both;
  padding-top: 65px;
}
#block-views-block-current-campaigns-post-child-block-1 .slick-track {
  margin-left: 0;
}

#block-views-block-current-campaigns-block-1 {
  clear: both;
  padding-top: 65px;
}
#block-views-block-current-campaigns-block-1 .slick-track {
  margin-left: 0;
}

#block-views-block-news-block-title-block-1 {
  clear: both;
  padding-top: 65px;
}

#block-views-block-news-categories-block-1 {
  clear: both;
  padding-top: 15px;
}

#block-views-block-category-child-block-1-2 {
  clear: both;
  padding-top: 65px;
}

.book-a-course .select-wrapper select, .book-a-course .form-control, .book-a-course input[type="date"].form-control {
  border: 2px solid #ed6a23;
  padding: 15px;
  height: auto;
  color: #333;
  width: 100%;
  line-height: 1.42857143 !important;
}

.book-a-course .panel-default > .panel-heading {
  color: #333333;
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 0;
}

#edit-please-indicate-your-preferred-location-and-date {
  clear: both;
  border: unset;
  box-shadow: unset;
}

.book-a-course #edit-please-indicate-your-preferred-location-and-date--description {
  color: #333333;
  padding: 15px;
  font-size: 16px;
}
.book-a-course .panel-body {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.book-a-course .panel-body .form-item {
  float: left;
  width: 49.4%;
}

.book-a-course .form-item label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}

.book-a-course .form-actions {
  clear: both;
  text-align: center;
  padding-top: 5px;
}

.book-a-course .btn-primary {
  color: #fff;
  background-color: #ed6a23;
  border: 2px solid #ed6a23;
  font-size: 16px;
  padding: 10px 30px;
  font-weight: 500;
}

.book-a-course .btn-primary:hover {
  color: #ed6a23;
  background-color: #fff;
}
/* Got a story */
.got-story .form-control {
  border: 2px solid #ed6a23;
  padding: 15px;
  height: auto;
  color: #333;
  width: 100%;
  line-height: 1.42857143 !important;
}

.got-story .form-item label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}

.got-story .form-actions {
  clear: both;
  text-align: center;
  padding-top: 5px;
}

.got-story .btn-primary {
  color: #fff;
  background-color: #ed6a23;
  border: 2px solid #ed6a23;
  font-size: 16px;
  padding: 10px 30px;
  font-weight: 500;
}

.got-story .btn-primary:hover {
  color: #ed6a23;
  background-color: #fff;
}

.campaigns-new-cat.news-39 .views-field-field-image::after {
  position: relative;
  content: '';
  content: "";
  left: 0;
  bottom: 0;
  background-color: rgb(185 16 97 / 70%);
  height: 100%;
  width: 100%;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  padding: 15px;
  position: absolute;
}

      .book-a-course .form-item ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #000 !important;
      }
      .book-a-course .form-item ::-moz-placeholder {
        /* Firefox 19+ */
        color: #000 !important;
      }
      .book-a-course .form-item :-ms-input-placeholder {
        /* IE 10+ */
        color: #000 !important;
      }
      .book-a-course .form-item :-moz-placeholder {
        /* Firefox 18- */
        color: #000 !important;
      }
	  
	/*Got a story? */
	  
	 .got-story .form-item ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #000 !important;
      }
      .got-story .form-item ::-moz-placeholder {
        /* Firefox 19+ */
        color: #000 !important;
      }
      .got-story .form-item :-ms-input-placeholder {
        /* IE 10+ */
        color: #000 !important;
      }
    .got-story .form-item :-moz-placeholder {
        /* Firefox 18- */
        color: #000 !important;
    }	  
	  
.view-courses h3 a {
  font-size: 22px;
  text-decoration: none;
  color: #333;
}

.view-courses .views-field-field-booking-link a {
  text-decoration: none;
}

.page-node-type-course .field--name-field-image.field--type-image {
  text-align: center;
  width: 650px;
  margin: 0 auto 25px;
}

.page-node-type-course .field--name-field-booking-link {
  margin-top: 15px;
  text-align: center;
}

.page-node-type-post-slider .breadcrumb {display: none;}

.page-node-type-post-slider .cs-breadcrumb .breadcrumb {display: block;}

.breadcrumb {
  background: transparent;
  color: #333;
  position: relative;
  z-index: 99;
  margin-bottom: 32px;
  padding-left: 0;
}

.breadcrumb a {
  color: #ed6a23;
  text-decoration: none;
}

.breadcrumb > li + li::before {
  padding: 0 5px;
  color: #333;
  content: "/\00a0";
}

#block-webform-4 {
  clear: both;
  margin-top: 45px;
  max-width: 900px;
}

@media (min-width: 768px) {
	
#navbar {
  margin-bottom: 20px;
}
.navbar-nav > li.dropdown:hover .dropdown-menu {
    display: block;
}
.navbar-nav > li.dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}
.navbar-nav > li > .dropdown-menu {
	display: block !important;
    top: 100%;
    position: absolute;
    min-width: 260px;
    background-color: #fff;
    border-top: 2px solid #ed6a23;
    z-index: 999;
    left: 0;
    padding: 20px 10px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -webkit-box-shadow: 0 4px 4px 1px rgba(0,0,0,.2);
    box-shadow: 0 4px 4px 1px rgba(0,0,0,.2);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
	border-radius: 0;
}

}

#block-views-block-membership-plan-block-2 .view-footer span {
  color: #ff6a13;
}

/* New video added in the test page */
@media (min-width: 992px) {
	
#block-views-block-membership-plan-block-2 .view-content {
  width: 50%;
  float: left;
}

#block-views-block-membership-plan-block-2 .view-footer {
  width: 50%;
  float: left;
  padding-top: 40px;
  font-size: 22px;
}
#block-views-block-membership-plan-block-2 .views-row {
  width: 50%;
}
	
.path-frontpage .page-header {
    font-size: 62px;
    display: block;
    max-width: 700px;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
  }
.join-us {
  text-align: left;
}

.path-taxonomy.term-id-24 .field--name-description ul li {
  width: 33.3%;
}

.view-event-pdf-view .views-row .views-field {
  width: 33.3%;
}
  
}


/* Home page news category section */

section#block-legalservicesbenefitshp {
  margin-right: 0;
}

#block-gotastory {
  clear: both;
  padding-top: 65px;
}

.storylink {
  position: relative;
}

.storylink .block-title a {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgb(101 82 155 / 70%);
  padding: 30px;
  color: #fff;
  text-decoration: none;
}

.view-campaigns-news-category .path-frontpage .region-content {
  margin-left: -15px;
  margin-right: -15px;
}

.campaigns-new-cat.views-row {
  position: relative;
  margin-bottom: 30px;
}

.campaigns-new-cat.views-row h3 {
  position: absolute;
  left: 25px;
  bottom: 45px;
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  text-shadow: 1px 1px 7px #000;
  padding-right: 12px;
}

.findmorebtn {
  position: absolute;
  left: 25px;
  bottom: 15px;
  z-index: 99;
  color: #fff;
  transition: all .35s;
  -webkit-transition: all .35s;
}

.campaigns-new-cat.views-row:hover .findmorebtn {
	bottom:35px;
}

.campaigns-new-cat.views-row h3 a {
  color: #fff;
  text-decoration: none;
}

.campaigns-new-cat.views-row a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
}

.path-frontpage .main-container {
  background: #fff;
  padding: 75px 0px 45px;
}

.path-frontpage .content .field--name-field-image img {
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}
.path-frontpage .content .field--name-field-bottom-image img {
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}

.main-container {
  background: none;
  padding: 65px 0px;
  clear: both;
}

#block-views-block-homepage-news-category-block-1 {
  clear: both;
  padding-top: 15px;
  padding-bottom: 50px;
}

#block-views-block-latest-posts-block-1 {
  clear: both;
  padding-top: 35px;
}

#block-views-block-latest-posts-block-1 h2 {
  margin-left: 15px;
  margin-top: 0;
}

.view-news-categories .view-content {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
}

.newsbox {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 485px;
  margin-bottom: 30px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(51, 51, 51, .13);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
}

.newstext {
  position: relative;
  padding: 5px 20px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0 0 45px 0 #333;
  color: #333;
  text-decoration: none;
}

.newstext h3 {
  margin-top: 10px;
  font-family: FuturaBoldBT;
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
}

.newstext h3 a {
  color: #333;
  text-decoration: none;
}

.findmore a {
  text-decoration: none;
}

.term-id-14 .view-news-categories .view-header {display: none;}
.term-id-14 .view-news-categories .view-filters {display: none;}

.term-id-15 .view-news-categories .view-header {display: none;}
.term-id-15 .view-news-categories .view-filters {display: none;}

.term-id-16 .view-news-categories .view-header {display: none;}
.term-id-16 .view-news-categories .view-filters {display: none;}

.view-news-categories .view-header {
  font-size: 15px;
  font-weight: bold;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  display: none;
}

.term-id-6 .view-news-categories .view-header {display: block;}

.view-news-categories .view-filters {
  float: left;
  width: 100%;
}

.bef-exposed-form .form--inline > .form-item {
  padding: 5px;
}

.view-news-categories .view-filters .form-inline .control-label {
  font-size: 15px;
  font-weight: bold;
}

.view-news-categories .view-filters .form-inline .form-control {
  border: 1px solid;
  border-radius: 6px;
  box-shadow: unset;
}

.newspdate {
  position: absolute;
  left: 0px;
  top: 215px;
  z-index: 1;
  display: inline-block;
  margin-bottom: 7px;
  margin-left: 20px;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  text-shadow: 1px 1px 7px #000;
}

.footer {
  position: relative;
  z-index: 99;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: rgb(31,30,28);
  color: #fff;
  clear: both;
  margin: 0;
  font-weight: 500;
  border: none;
}

.footer .block-title {
  padding-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  color: #ff6a13;
  font-size: 22px;
  font-weight: 700;
}

.footer p a {color: #fff;}

.view-quick-links ul {
  margin: 0;
  padding: 0;
}
.view-quick-links ul li {
  list-style: none;
}
.view-quick-links ul li a {
  color: #fff;
}

#block-footerquicklinks .field--name-body ul {
  padding: 0;
}
#block-footerquicklinks .field--name-body ul li {
  list-style: none;
}
#block-footerquicklinks .field--name-body ul li a {
  color: #fff;
  text-decoration: none;
}

#block-needhelpcontactus .field--name-body ul {
  padding: 0;
}
#block-needhelpcontactus .field--name-body ul li {
  list-style: none;
}
#block-needhelpcontactus .field--name-body ul li a {
  color: #fff;
  text-decoration: none;
  padding-left: 22px;
}
#block-needhelpcontactus .ft-callus a {
  background: url("../images/call-us.png") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 18px;
  background-position: left center;
}
#block-needhelpcontactus .ft-emailus a {
  background: url("../images/email-us.png") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 18px;
  background-position: left 10px;
}

/* Responsive css */
@media (max-width: 768px){

#block-socialmedialinks {
  padding: 0;
}

}

@media (min-width: 768px){
.navbar .logo {
    max-width: 154px;
    position: absolute;
    left: 0;
    bottom: -75.2px;
    z-index: 999;
    margin: auto auto 8px;
  }
.navbar-header {
  float: left;
  width: 100%;
}
.navbar-nav {
  float: none;
  margin: 0 auto;
  text-align: right;
}

.navbar-nav > li {
  float: none;
  display: inline-block;
}
  #block-socialmedialinks {
    text-align: center;
    padding-left: 114px;
  }

}

@media (min-width: 992px){
	
#block-socialmedialinks {
    text-align: center;
    padding-left: 25px;
  }

#block-makework h2 {text-align: center;font-size: 28px;}

.join-us.got-story {
  text-align: right;
}

.view-news-categories .view-filters {
  float: left;
  width: 50%;
}
.view-news-categories .view-header {
  float: right;
  width: 50%;
}

.bgcolor-orange .orangeslice {
  position: absolute;
  bottom: 18px;
}

.bgcolor-till .orangeslice {
  position: absolute;
  bottom: 18px;
}

}

@media (min-width: 1200px){
.navbar .logo {
    max-width: 154px;
    position: absolute;
    left: 0;
    bottom: -67px;
    z-index: 999;
    margin: 0;
  }
.navbar.container {
  max-width: 1506px;
  width: 100%;
}

.container {
  max-width: 1506px;
  width: 100%;
}

}

@media (min-width: 2840px){
.navbar .logo {
    position: absolute;
    left: 0;
    bottom: -68.5px;
  }
}

@media (min-width: 3840px){
.navbar .logo {
    max-width: 154px;
    position: absolute;
    left: 0;
    bottom: -77px;
    z-index: 999;
    margin: auto auto 8px;
  }
}

.borderRadius {border-radius: 10px;}

.bannerMobileView {display: none;}

.page-node-type-article .field--name-field-image {
  text-align: center;
  margin: 0 auto 30px;
}

.page-node-type-article .field--name-field-image img {
  display: inline-block;
}

#block-views-block-related-news-block-1 {
  clear: both;
  margin-top: 30px;
}

#block-views-block-related-news-block-1 .block-title {
  font-size: 30px;
  font-weight: bold;
}

#block-views-block-related-news-block-1 .view-content {
  margin-left: -15px;
  margin-right: -15px;
}

/*
.region.region-content{
    margin-bottom: 60px;
}
*/
    form#search-block-form {
      margin-left: auto;
      max-width: 60%;
    }

.path-not-frontpage .page-header {text-align: left;}
	  
.path-not-frontpage .banner-text .page-header {padding-left: 0;}

#edit-do-you-wish-to-be-contacted-by-select-the-following-to-opt-out--wrapper legend {
  display: none;
}

fieldset.webform-composite-hidden-title {margin-top: 0;}


#edit-do-you-wish-to-be-contacted-by-select-the-following-to-opt-out .form-item {
  display: inline-block;
  margin-right: 32px;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
    padding: 20px 45px;
    font-size: 28px;
}
	  
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #ed6a23;
	text-decoration: none;
	background-color: transparent;
}

.view-category-child.view-id-category_child .view-content {
  display: block;
}

.view-category-child .campaigns-new-cat.views-row {
  float: none;
  display: inline-block;
}

.view-category-child .campaigns-new-cat.views-row:nth-child(even) h3 {
    top: 21px;
}

.view-category-child .campaigns-new-cat.views-row:nth-child(even):hover h3 {
  top: 60px;
}

      ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white !important;
      }
      ::-moz-placeholder {
        /* Firefox 19+ */
        color: white !important;
      }
      :-ms-input-placeholder {
        /* IE 10+ */
        color: white !important;
      }
      :-moz-placeholder {
        /* Firefox 18- */
        color: white !important;
      }



      #search-block-form .btn-primary {
        border-left: 0;
      }
      #search-block-form .input-group .form-control {
        border-right: 0;
        font-style: italic;
      }

      .banner-text {
        left: 0px;
        top: 0px;
        max-width: initial;
      }

/*
      .path-frontpage .page-header {
        font-size: 64px;
        padding: 0;
        width: 50%;
      }
	 */
	 
.view-current-campaigns .campaigns-new-cat.views-row h3 {padding-right: 20px;}

      .campaigns-new-cat.views-row h3 {
        font-size: 30px;
        text-shadow: none;
        z-index: 1;
    }


.hpblock {
  clear: both;
  margin-bottom: 65px;
}

.campaigns-new-cat.views-row .views-field-field-image {
  position: relative;
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}

      .col-lg-3.col-md-3.col-sm-6.col-xs-12.campaigns-new-cat.views-row:nth-child(
          2
        )
        .views-field.views-field-name
        h3.field-content {
        top: 21px;
      }

      .col-lg-3.col-md-3.col-sm-6.col-xs-12.campaigns-new-cat.views-row:nth-child(
          4
        )
        .views-field.views-field-name
        h3.field-content {
        top: 21px;
      }
	  /*
      .col-lg-3.col-md-3.col-sm-6.col-xs-12.campaigns-new-cat.views-row:nth-child(
          1
        )
        .views-field.views-field-field-image
        .field-content:after {
        content: "";
        left: 0;
        bottom: 0;
        background-color: rgb(114 180 179 / 70%);
        height: 100%;
        width: 100%;
        border-radius: 10px;
        display: flex;
        align-items: flex-end;
        padding: 15px;
        position: absolute;
      }

      .col-lg-3.col-md-3.col-sm-6.col-xs-12.campaigns-new-cat.views-row:nth-child(
          2
        )
        .views-field.views-field-field-image
        .field-content:after {
        content: "";
        left: 0;
        bottom: 0;
        background-color: rgb(101 82 155 / 70%);
        height: 100%;
        width: 100%;
        border-radius: 10px;
        display: flex;
        align-items: flex-end;
        padding: 15px;
        position: absolute;
      }
	  
*/
      .col-lg-3.col-md-3.col-sm-6.col-xs-12.campaigns-new-cat.views-row:nth-child(
          3
        )
        .views-field.views-field-field-image
        .field-content:after {
        content: "";
        left: 0;
        bottom: 0;
        background-color: rgb(114 180 179 / 70%);
        height: 100%;
        width: 100%;
        border-radius: 10px;
        display: flex;
        align-items: flex-end;
        padding: 15px;
        position: absolute;
      }

      .col-lg-3.col-md-3.col-sm-6.col-xs-12.campaigns-new-cat.views-row:nth-child(
          4
        )
        .views-field.views-field-field-image
        .field-content:after {
        content: "";
        left: 0;
        bottom: 0;
        background-color: rgb(101 82 155 / 70%);
        height: 100%;
        width: 100%;
        border-radius: 10px;
        display: flex;
        align-items: flex-end;
        padding: 15px;
        position: absolute;
      }

    .views-field.views-field-field-image {
		position: relative;
        overflow: hidden;
    }
	  
.view-labour-party-mps .views-row img {
  transition: all .35s;
 -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.view-labour-party-mps .views-row:hover img {
 -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
	  
/*	  
.view-labour-party-mps .views-field-field-image::after {
  content: "";
  left: 0;
  bottom: 0;
  background-color: rgb(210 16 61 / 70%);
  height: 100%;
  width: 100%;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  padding: 15px;
  position: absolute;
  transition: 0.3s;
  opacity: 0;
}

.view-labour-party-mps .views-field-field-image:hover::after {
  opacity: 1;
}
/*
	  
	/*
	  
.view-labour-party-mps .views-field-field-image a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 1;
  padding: 15px;
  background: url(/themes/gmb/images/link-icon.png) no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: 18px;
  background-color: #fff;
  background-position: center;
  transition:all 1s linear;
}

.view-labour-party-mps .views-field-field-image:hover a::after {
  content: "";
  display: block;
  position: absolute;
  left: 42%;
  bottom: 42%;
}
*/	  
    /*
      .field-content > a > img {
        width: 282px;
        height: 182px;
        overflow: hidden;
        border-radius: 10px;
      }
	*/
	
.hpblock .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(32,161,161);
  margin: 20px 0;
  padding: 0;
  width: 100%;
  min-height: 362px;
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  color: #fff;
}

.hpblock .box a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.hiddenbtn {
  visibility: hidden;
}

.hpblock .box h3 {
  font-size: 30px;
}

.hpblock .views-field.views-field-nothing {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 35px;
  transition: all .35s;
  -webkit-transition: all .35s;
}
.hpblock .box:hover .views-field.views-field-nothing {bottom: 15px;}
.hpblock .views-field.views-field-nothing h3 a {
  color: #fff;
  text-decoration: none;
}


 
.campaigns-new-cat .field--name-body {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
	
/*
.campaigns-new-cat.views-row img {
  transition: all .35s;
 -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.campaigns-new-cat.views-row:hover img {
 -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
*/	
.campaigns-new-cat.views-row img {
  transition: all .35s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0.9;
}

.campaigns-new-cat.views-row:hover img {
 opacity: 1;
}

.campaigns-new-cat.views-row h3 {
	padding-right: 15px;
	transition: all .35s;
	-webkit-transition: all .35s;
}

.campaigns-new-cat.views-row:hover h3 {
	bottom:60px;
}


      /* .path-frontpage .region-content {
        display: flex;
        justify-content: space-around;
      } */

      .col-lg-3.col-md-3.col-sm-6.col-xs-12.campaigns-new-cat.views-row .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item img {
        border-radius: 10px;
     }

    .col-lg-3.col-md-3.col-sm-6.col-xs-12.campaigns-new-cat.views-row .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item:after {
      /* position: relative; */
      content: '';
      content: "";
      left: 0;
      bottom: 0;
      background-color: rgb(114 180 179 / 70%);
      height: 100%;
      width: 100%;
      border-radius: 10px;
      display: flex;
      align-items: flex-end;
      padding: 15px;
      position: absolute;
  }

  section#block-politicshp .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item:after {
    content: "";
    left: 0;
    bottom: 0;
    background-color: rgb(101 82 155 / 70%);
    height: 100%;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
    padding: 15px;
    position: absolute;
}

section#block-legalservicesbenefitshp .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item:after {
  content: "";
  left: 0;
  bottom: 0;
  background-color: rgb(101 82 155 / 70%);
  height: 100%;
  width: 100%;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  padding: 15px;
  position: absolute;
}

section#block-politicshp h3 {
  top: 25px;
  bottom: auto;
}

section#block-politicshp:hover h3 {
  top: 60px;
}

section#block-legalservicesbenefitshp h3{
  top: 25px;
  bottom: auto;
}
section#block-legalservicesbenefitshp:hover h3{
  top: 60px;
}

.view-homepage-news-category .slick-slide:nth-child(2n+2) h3 {
  top: 25px;
  bottom: auto;
}

.view-homepage-news-category .slick-slide:nth-child(2n+2):hover h3{
  top: 60px;
}

.bottom-content-section {
  clear: both;
  padding-top: 65px;
  width: 100%;
}


/* Contact us page */
.view-our-offices .view-content {
  margin-left: -15px;
  margin-right: -15px;
}

.our-offices-col {
  position: relative;
  min-height: 225px;
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
}

.officeimg {
  position: relative;
}

.our-offices {
  padding: 25px 20px;
  box-shadow: 0 2px 15px rgba(0,0,0,.1);
  color: #333;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.our-offices-col:hover .our-offices {
  opacity: 1;
}

.our-offices-col:hover .our-offices {
  background: rgba(0,0,0,0.3);
  color: #fff;
}

.path-taxonomy .region-content .field--name-field-image img {
  display: none;
}

.path-frontpage .contentbottom {
  clear: both;
  padding-bottom: 45px;
  background: #f1f1f1;
  padding-top: 45px;
  overflow: hidden;
}

/*
.view-member-s-feedback .view-header {
  width: 33.3%;
  float: left;
  background: url(../images/white-quote.svg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
  background-position: left top;
  padding-top: 140px;
}
*/

.view-member-s-feedback .view-header {
  background: url(../images/white-quote.svg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
  background-position: left top;
  padding-top: 140px;
}

.testimonial-card {
  border-radius: 20px;
  overflow: hidden;
}

.testimonial-card__content {
  padding:20px;
  color: #fff;
  min-height: 180px;
  background:rgb(32,161,161);
  font-size: 16px;
}

.testimonial-card__svg {
    display: block;
    color: rgb(32,161,161);
    background-image: url(../images/white-quote-small.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px !important;
    margin-bottom: 15px;
    filter: invert(1);
  }
  
  .testimonial-card__profile {
  clear: both;
  display: grid;
  grid-template-columns: 25% 75%;
  grid-gap: 10px;
  background: #fff;
  padding: 20px;
}
.testimonial-card__profile img {
  width: 58px !important;
  height: 58px !important;
  border-radius: 50%;
}

.testimonial-name {
  color: rgb(32,161,161);
  font-size: 16px;
  font-weight: 600;
}

.testimonial-desig {
  font-size: 15px;
  color: #7f7f7f;
}

/* 29 september 2025 changes */
.view-current-campaigns-icon-view .view-header {
  padding-bottom: 15px;
}
 .view-current-campaigns-icon-view .campaigns-new-cat.views-row h3 {
    position: unset;
    font-size: 22px;
    text-align: center;
    padding: 25px 0 25px;
  }
.view-current-campaigns-icon-view .campaigns-new-cat.views-row h3 a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.post-id--196 .postslidebox:hover h3 a {color: #00b1da;}
.post-id--79 .postslidebox:hover h3 a {color: #FF9900;}
.post-id--31 .postslidebox:hover h3 a {color: #78BE20;}
.post-id--81 .postslidebox:hover h3 a {color: #20A1A1;}
.post-id--83 .postslidebox:hover h3 a {color: #4F2984;}
.post-id--85 .postslidebox:hover h3 a {color: #4F2984;}
.post-id--30 .postslidebox:hover h3 a {color: #005EB8;}
.post-id--140 .postslidebox:hover h3 a {color: #FF6A13;}
.post-id--161 .postslidebox:hover h3 a {color: #D62228;}
.post-id--144 .postslidebox:hover h3 a {color: #00C1B2;}
.post-id--135 .postslidebox:hover h3 a {color: #000000;}
.post-id--173 .postslidebox:hover h3 a {color: #FF6A13;}

.post-id--41 .postslidebox:hover h3 a {color: #4F2984;}
.post-id--42 .postslidebox:hover h3 a {color: #FF6A13;}
.post-id--43 .postslidebox:hover h3 a {color: #20A1A1;}
.post-id--44 .postslidebox:hover h3 a {color: #FF6A13;}
.post-id--67 .postslidebox:hover h3 a {color: #20A1A1;}
.post-id--139 .postslidebox:hover h3 a {color: #4F2984;}

.post-id--46 .postslidebox:hover h3 a {color: #4F2984;}
.post-id--141 .postslidebox:hover h3 a {color: #20A1A1;}
.post-id--89 .postslidebox:hover h3 a {color: #E4003B;}
.post-id--47 .postslidebox:hover h3 a {color: #FF6A13;}

.post-id--198 .postslidebox:hover h3 a {color: #4F2984;}
.post-id--199 .postslidebox:hover h3 a {color: #FF6A13;}
.post-id--207 .postslidebox:hover h3 a {color: #4F2984;}
.post-id--200 .postslidebox:hover h3 a {color: #20A1A1;}

.post-id--201 .postslidebox:hover h3 a {color: #20A1A1;}
.post-id--32 .postslidebox:hover h3 a {color: #FF6A13;}
.post-id--202 .postslidebox:hover h3 a {color: #20A1A1;}
.post-id--109 .postslidebox:hover h3 a {color: #FF6A13;}

.post-id--204 .postslidebox:hover h3 a {color: #FF6A13;}
.post-id--203 .postslidebox:hover h3 a {color: #4F2984;}
.post-id--208 .postslidebox:hover h3 a {color: #20A1A1;}
.post-id--209 .postslidebox:hover h3 a {color: #4F2984;}
.post-id--242 .postslidebox:hover h3 a {color: #4F2984;}

.field--name-field-resources-pdf-s {
  clear: both;
  padding-top: 65px;
  width: 100%;
}

.field--name-field-resources-pdf-s ul {
  margin: 0;
  padding: 0;
}

.field--name-field-resources-pdf-s ul li {
  display: inline-block;
  padding: 7px;
  background: transparent;
  margin-bottom: 15px;
}

.field--name-field-resources-pdf-s ul li a {
  color: #fff;
  padding: 10px 10px 10px 40px;
  font-size: 16px;
  text-decoration: none;
  background-image: url(../images/document-symbol.png);
  background-color: rgb(32,161,161);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: 5px center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.field--name-field-resources-pdf-s ul li a:hover {
  background-color: #ff6a13;
}

 .view-current-campaigns-icon-view .findmorebtn {
    position: unset;
    text-align: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  
 .view-current-campaigns-icon-view .findmorebtn a {
  position: relative;
  color: rgb(32,161,161);
  text-align: center;
  border: 2px solid rgb(32,161,161);
  max-width: 175px;
  padding: 5px;
  border-radius: 35px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: block;
  text-decoration: none;
  z-index: 999;
}  
 .view-current-campaigns-icon-view .findmorebtn a:hover {
    color: #fff;
	background: rgb(32,161,161);
	}
  
.views-field.views-field-field-upload-icon {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 36px;
}

.views-field.views-field-field-upload-icon img {
  display: inline-block;
}

.views-field.views-field-field-upload-icon img {
  transition: all .35s;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
  z-index: 100;
}

.views-field.views-field-field-upload-icon:hover img {
 -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.postslidebox {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 36px;
  overflow: hidden;
}
.postslideicon {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 36px;
}
.postslidebox img {
  transition: all .35s;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
  z-index: 100;
}

.postslidebox img:hover {
 -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* Friends of GMB */

.view-current-campaigns-post-child-icon-view .view-header {
  padding-bottom: 15px;
}
 .view-current-campaigns-post-child-icon-view .campaigns-new-cat.views-row h3 {
    position: unset;
    font-size: 22px;
    text-align: center;
    padding: 25px 0 25px;
  }
.view-current-campaigns-post-child-icon-view .campaigns-new-cat.views-row h3 a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.post-id--157 .postslidebox:hover h3 a {color: #084aff;}
.post-id--156 .postslidebox:hover h3 a {color: #7a14ae;}
.post-id--155 .postslidebox:hover h3 a {color: #e31c23;}
.post-id--154 .postslidebox:hover h3 a {color: #f8d601;}
.post-id--153 .postslidebox:hover h3 a {color: #096f9e;}
.post-id--194 .postslidebox:hover h3 a {color: #ed1c24;}
.post-id--152 .postslidebox:hover h3 a {color: #d22031;}
.post-id--151 .postslidebox:hover h3 a {color: #cd178b;}
.post-id--150 .postslidebox:hover h3 a {color: #044a78;}
.post-id--149 .postslidebox:hover h3 a {color: #e70a0b;}
.post-id--148 .postslidebox:hover h3 a {color: #ff4476;}
.post-id--147 .postslidebox:hover h3 a {color: #026838;}
.post-id--195 .postslidebox:hover h3 a {color: #da2a1c;}
.post-id--146 .postslidebox:hover h3 a {color: #7baa41;}


/*
.views-field.views-field-field-upload-icon {
  max-width: 120px;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}

.post-id--79 .views-field-field-upload-icon {
  background: #FF9900;
}
.post-id--31 .views-field-field-upload-icon {
  background: #78BE20;
}
.post-id--81 .views-field-field-upload-icon {
  background: #20A1A1;
}
.post-id--161 .views-field-field-upload-icon {
  background: #D62228;
}
.post-id--85 .views-field-field-upload-icon {
  background: #4F2984;
}
.post-id--30 .views-field-field-upload-icon {
  background: #005EB8;
}
.post-id--140 .views-field-field-upload-icon {
  background: #FF6A13;
}
.post-id--144 .views-field-field-upload-icon {
  background: #00C1B2;
}
.post-id--135 .views-field-field-upload-icon {
  background: #000000;
}
.post-id--173 .views-field-field-upload-icon {
  background: #FF6A13;
}

*/

@media (min-width: 992px) {
	
.view-homepage-news-category .slick-slide{margin:0;}
	
/*
.well.region.region-sidebar-second {
  margin-top: 260px;
}
*/
 .well.region.region-sidebar-second {
    margin-top: 80px;
  }

.page-node-34 .region.region-sidebar-second {
    margin-top: 320px;
  }
  
.page-node-type-article .field--name-field-image {
  text-align: center;
  margin: -189px auto 30px;
  float: right;
  padding-left: 30px;
  max-width: 50%;
}

}

@media (max-width: 767px) {
	
.hpblock .views-field-field-image {display: none;}

.region-footer .text-left {
  text-align: center;
}
.region-footer .text-right {
  text-align: center;
  padding-top: 15px;
}
	
}
	
@media (min-width: 767px) {
	
#block-webform-7 #edit-personal-details {
  width: 49.3%;
  margin-right: 0.7%;
}

#block-webform-7 #edit-flexbox {
  width: 49.3%;
  margin-left: 0.7%;
}

.view-member-s-feedback .view-header {
  width: 33.3%;
  float: left;
}

.view-member-s-feedback .view-content {
  width: 66.7%;
  float: left;
}

/*
.page-node-2 .content .field--name-field-image::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 300px;
  border: 10px solid rgb(96,64,152);
  z-index: -1;
}
.page-node-2 .content .field--name-field-image {
    float: left;
    max-width: 50%;
    height: auto;
    position: relative;
    padding-left: 80px;
    padding-top: 80px;
  }
  .page-node-2 .content .field--name-body {
  padding-left: 45px;
  padding-top: 55px;
  width: 50%;
  float: left;
}

.page-node-2 .field--name-field-bottom-image::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 300px;
  border: 10px solid rgb(96,64,152);
  z-index: -1;
}
.page-node-2 .field--name-field-bottom-image {
    float: right;
    max-width: 50%;
    height: auto;
    position: relative;
    padding-right: 80px;
    padding-top: 80px;
  }
  
  .page-node-2 .field--name-field-bottom-content {
  padding-right: 45px;
  width: 50%;
  float: right;
  padding-top: 55px;
}

.blockimg::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 300px;
  border: 10px solid rgb(96,64,152);
  z-index: -1;
}
.blockimg {
    position: relative;
    padding-right: 80px;
    padding-top: 80px;
  }
  
.blockbody {
  padding-right: 45px;
  padding-top: 55px;
}

*/

/* Home page */
.path-frontpage .content .field--name-field-image {
    float: left;
    max-width: 50%;
    height: auto;
    position: relative;
  }

.path-frontpage .content .field--name-body {
  padding-left: 45px;
  width: 50%;
  float: left;
}

.path-frontpage .field--name-field-bottom-image {
    float: right;
    max-width: 50%;
    height: auto;
    position: relative;
  }
  
  .path-frontpage .field--name-field-bottom-content {
  padding-right: 45px;
  width: 50%;
  float: right;
}

/* About page */

.page-node-2 .content .field--name-field-image {
    float: left;
    max-width: 50%;
    height: auto;
    position: relative;
  }

.page-node-2 .content .field--name-body {
  padding-left: 45px;
  width: 50%;
  float: left;
}

.page-node-2 .field--name-field-bottom-image {
    float: right;
    max-width: 50%;
    height: auto;
    position: relative;
  }
  
  .page-node-2 .field--name-field-bottom-content {
  padding-right: 45px;
  width: 50%;
  float: right;
}

/* this design is used for Politics pages */

.blockimg {
    position: relative;
    padding-right: 0;
    padding-top: 0;
  }
  
.blockbody {
  padding-right: 45px;
  padding-top: 0;
}


/* this design is used for categories pages */

/*
.path-taxonomy .region-content .field--name-field-image {
    float: left;
    max-width: 50%;
    height: auto;
    position: relative;
    padding-left: 80px;
    padding-top: 80px;
  }
*/
  /* 16/04/2024---------------
  .path-taxonomy .region-content .field--name-field-image {
    float: left;
    width: 100%;
    position: relative;
    max-width: 300px;
    height: 300px;
  }
  
 .path-taxonomy .region-content .field--name-field-image::before {
    background: url(../images/GMBtradeunionaccent.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 100%;
	background-position: left center;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 240px;
    height: 300px;
    z-index: -1;
  }
  .path-taxonomy .region-content .field--name-description {
    padding-left: 0;
    padding-top: 90px;
    width: auto;
    min-height: 245px;
}

*/



/* ------------ commented at 01 July 2024 ---------------
body:not(.path-frontpage):not(.page-node-3):not(.page-node-3) .region-content {
  padding-top: 170px;
}

body:not(.path-frontpage):not(.page-node-3):not(.page-node-3) .main-container {
    background: url(../images/Accents-wider.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: -15px 120px;
    background-size: 35%;
  }
  */
  
/* commented at 07 may 2024

.path-taxonomy .region-content .field--name-field-image {
    float: left;
    width: 25%;
    position: relative;
    height: 225px;
  }
  
  .path-taxonomy .region-content .field--name-description {
    padding-left: 0;
    width: 75%;
    min-height: 225px;
    float: left;
  }
  
  */
  
/*

.path-taxonomy .region-content .field--name-field-image::before {
    background: url(../images/Accents.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: -25px center;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    z-index: -1;
  }
  
  */


/*
.path-taxonomy .region-content .field--name-field-image {
    float: left;
    width: 100%;
    position: relative;
    max-width: 300px;
    height: 300px;
    border-left: 10px solid rgb(32,161,161);
    border-top: 10px solid rgb(32,161,161);
  }
  .path-taxonomy .region-content .field--name-field-image::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 240px;
    height: 300px;
    border-bottom: 10px solid rgb(32,161,161);
    z-index: -1;
  }
  .path-taxonomy .region-content .field--name-field-image::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 90px;
    border-right: 10px solid rgb(32,161,161);
  }
  */


/*
.path-taxonomy.term-id-13 .region-content .field--name-field-image::before, .path-taxonomy.term-id-14 .region-content .field--name-field-image::before, .path-taxonomy.term-id-5 .region-content .field--name-field-image::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 300px;
  border: 10px solid rgb(32,161,161);
  z-index: -1;
}
*/

/*
.path-taxonomy .region-content .field--name-description {
    padding-left: 45px;
    padding-top: 75px;
    width: 50%;
    float: left;
}
.path-taxonomy .region-content .field--name-description::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 300px;
  border: 10px solid rgb(32,161,161);
  z-index: -1;
}
.path-taxonomy .region-content .field--name-description {
    padding-left: 25%;
    padding-top: 75px;
    width: auto;
    float: left;
    min-height: 245px;
  }
*/



.getstoryimg {
  display: block;
  margin-top: 240px;
}

.main-container .field--name-body ul li {
  margin: 6px 0;
}

.main-container .field--name-body ol li {
  margin: 6px 0;
}
  
/* offices pages */
  
/*
.page-node-type-branch .region-content .field--name-field-image {
	float: left;
    max-width: 50%;
    height: auto;
    position: relative;
    padding-left: 80px;
    padding-top: 80px;
  }
  
.page-node-type-branch .region-content .field--name-field-image::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 300px;
  border: 10px solid rgb(32,161,161);
  z-index: -1;
}

.page-node-type-branch .region-content .field--name-body {
	padding-left: 45px;
    padding-top: 190px;
    width: 50%;
    float: left;
  }
  
*/

.page-node-type-branch .region-content .field--name-field-image {
	float: left;
    max-width: 50%;
    height: auto;
    position: relative;
    padding-left: 0;
    padding-top: 0;
}

.page-node-type-branch .region-content .field--name-body {
	padding-left: 45px;
    padding-top: 100px;
    width: 50%;
    float: left;
}
 
.page-node-type-branch .region-content .field--name-field-mapcode {
  clear: both;
  width: 100%;
  padding-top: 65px;
}

}


@media (min-width: 320px) and (max-width: 1024px) {
/*
  .navbar .logo {
    max-width: 104px;
    top: -32px;
    bottom: unset;
  }
  */
    .bannerWebView {
        display: none;
    }

.region.region-content {
    margin-bottom: 0px;
}

        .view.view-category-child.view-id-category_child .view-content {
            flex-direction: column;
        }

        .view-content .col-lg-3.col-md-3.col-sm-6.col-xs-12.campaigns-new-cat.views-row {
            width: 100%;
			padding: 0;
        }

        .col-lg-3.col-md-3.col-sm-6.col-xs-12.campaigns-new-cat.views-row .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item img {
          height: auto;
        }

        .path-not-frontpage .banner-section {
          display: flex;
          align-items: center;
          justify-content: center;
          padding-top: 0;
          padding-bottom: 0;
        }
 .path-not-frontpage .page-header {
    font-size: 32px;
    text-align: center;
    padding-bottom: 15px;
  }

        .bannerMobileView {
          display: block;
        }

        .navbar-default .navbar-toggle {
          border-color: transparent;
        }

        .navbar-default .navbar-toggle .icon-bar {
          background-color: #000;
        }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
          background-color: transparent;
        }

        .navbar-default .navbar-toggle:hover span.icon-bar {
          background-color: #fe6b0c;
        }

        .navbar-collapse {
          border-top: 0px solid;
        }
		
		.dropdown-menu > li > a {white-space: unset;}

/*
        .region.region-searchbar div#block-gmb-search-form-narrow {
          padding: 0;
        }
*/

        .main-container {
          padding: 75px 0px 10px;
        }

/*
        #block-makework,
        #block-socialmedialinks {
          display: none;
        }
*/

        form#search-block-form {
          margin-left: auto;
          max-width: 100%;
        }
        .view-campaigns-news-category .view-content {
          justify-content: center;
          flex-direction: column;
        }
        .col-lg-3.col-md-3.col-sm-6.col-xs-12.campaigns-new-cat.views-row {
          width: 100%;
        }
        .views-field.views-field-field-image {
          width: 100%;
          height: inherit;
        }

        .field-content > a > img {
          width: 100%;
          height: 100%;
          overflow: hidden;
        }
 .path-frontpage .page-header {
    font-size: 36px;
    width: 100%;
    text-align: center;
    margin: 15px auto 0;
  }
  
/*
        .banner-text {
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
        }
*/
        .campaigns-new-cat.views-row {
          margin-bottom: 74px;
        }
.navbar-default .navbar-nav > li {
  position: relative;
  clear: both;
  border-top: 1px solid #ccc;
}
 .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
    padding: 12px 0px;
    font-size: 21px;
    display: block;
    line-height: 1.42857143;
  }
		
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 8px dashed;
    border-top: 8px solid \9;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    right: 0;
    z-index: 999;
    top: 20px;
  }
  
  .caret::after {
  content: "";
  right: -7px;
  bottom: -20px;
  background: transparent;
  display: block;
  position: absolute;
  z-index: 9999;
  padding: 20px;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  width: 100%;
}
/*
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  top: unset;
  left: unset;
  float: none;
  clear: both;
}
*/
.path-not-frontpage .banner-text {
  position: unset;
  text-align: center;
  padding-bottom: 10px;
}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

/*
        .region.region-searchbar div#block-gmb-search-form-narrow {
          width: 56%;
        }

        #block-socialmedialinks {
          display: block;
          width: 27%;
        }
		
.navbar-default .navbar-nav > li > a {
    padding: 12px 14px;
    font-size: 26px;
  }
  
*/
  
  .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
    padding: 20px 12px 0;
    font-size: 20px;
  }
  
}

      @media (min-width: 1025px) and (max-width: 1199px) {
        .banner-text {
          left: 0px;
          max-width: initial;
        }
        .view-campaigns-news-category .view-content {
          flex-wrap: wrap;
        }
        .col-lg-3.col-md-3.col-sm-6.col-xs-12.campaigns-new-cat.views-row {
          margin-bottom: 50px;
          margin-right: 3%;
        }

        .region.region-searchbar div#block-gmb-search-form-narrow {
          width: 62%;
        }

/*
        #block-socialmedialinks {
          display: block;
          width: 21%;
        }
		*/
        form#search-block-form {
          margin-left: auto;
          max-width: 40%;
        }
        .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
          padding: 20px 24px;
          font-size: 21px;
        }
        .path-frontpage .page-header {
          font-size: 64px;
          padding: 0;
          width: 80%;
        }
      }

      @media (min-width: 1200px) and (max-width: 1366px) {
        .view-campaigns-news-category .view-content {
          flex-wrap: wrap;
        }
        .view-campaigns-news-category .view-content {
          display: flex;
          width: 970px;
          justify-content: space-around;
          margin: 0 auto;
        }
        .col-lg-3.col-md-3.col-sm-6.col-xs-12.campaigns-new-cat.views-row {
          margin-bottom: 50px;
        }

        .banner-text {
          left: 0px;
          max-width: 770px;
        }

        .path-frontpage .page-header {
          font-size: 64px;
          padding: 0;
          width: 80%;
        }
      }
	  
@media (min-width: 1600px) {

/*
body:not(.path-frontpage):not(.page-node-3):not(.page-node-3) .region-content {
  padding-top: 200px;
}
*/

.bgcolor-orange .orangeslice {
  position: absolute;
  bottom: 26px;
}

.bgcolor-till .orangeslice {
  position: absolute;
  bottom: 26px;
}

}


