/*
Theme Name: Campaign for Better Transport
Theme URI: https://www.eyes-down.net
Author: Eyes Down Digital
Author URI: https://www.eyes-down.net
Description: Bespoke WordPress theme for Campaign for Better Transport by Eyes Down Digital
Text Domain: campaign-for-better-transport
Version: 1.0.0
License: GNU General Public License v2 or later

*/
@import url(gform.css);

@font-face {
  font-family: 'Interstate';
  src: url('fonts/Interstate-Bold.woff2') format('woff2'),
    url('fonts/Interstate-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Interstate';
  src: url('fonts/Interstate-Regular.woff2') format('woff2'),
    url('fonts/Interstate-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Interstate';
  src: url('fonts/Interstate-Light.woff2') format('woff2'),
    url('fonts/Interstate-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bliss';
  src: url('fonts/Bliss2-Bold.woff2') format('woff2'),
    url('fonts/Bliss2-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bliss';
  src: url('fonts/Bliss2-Italic.woff2') format('woff2'),
    url('fonts/Bliss2-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Bliss';
  src: url('fonts/Bliss2-BoldItalic.woff2') format('woff2'),
    url('fonts/Bliss2-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Bliss';
  src: url('fonts/Bliss2-Light.woff2') format('woff2'),
    url('fonts/Bliss2-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bliss';
  src: url('fonts/Bliss2-LightItalic.woff2') format('woff2'),
    url('fonts/Bliss2-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Bliss';
  src: url('fonts/Bliss2.woff2') format('woff2'),
    url('fonts/Bliss2.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Bliss';
  font-size: 17px;
  color: #383838;
  font-weight: normal;
}

.wrapper {
  -webkit-transition: padding-top .2s ease-in;
  -moz-transition: padding-top .2s ease-in;
  -o-transition: padding-top .2s ease-in;
  transition: padding-top .2s ease-in;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.px-6 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.pt-6 {
  padding-top: 4rem !important;
}

.pb-6 {
  padding-bottom: 4rem !important;
}

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mt-6 {
  margin-top: 4rem !important;
}

.mb-6 {
  margin-bottom: 4rem !important;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Interstate';
}

h1,
h2.h1 {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 40px;
}

h1 span {
  color: #92bb44;
}

h2 {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 40px;
}

h3 {
  font-size: 24px;
  color: #66BA3D;
  font-weight: 600;
}

h4 {
  font-size: 18px;
  color: #383838;
  margin-bottom: 15px;
  font-weight: 600;
}

h5 {
  font-size: 34px;
  font-weight: 500;
  color: #4a4a49;
  text-transform: uppercase;
}

h6 {
  font-size: 14px;
  margin-top: 10px;
  color: #4a4a49;
}

a {
  color: #4B53A4;
  text-decoration: none;
}

a:hover {
  color: #4B53A4;
}

li {
  list-style: none;
  padding-left: 0px;
}

.btn {
  display: inline-block;
  font-style: normal !important;
  padding: 6px 25px 5px 28px;
  font-size: 18px;
  border-radius: 0;
  border: 0;
}

.btn-lg {
  padding: 10px 35px 8px 35px;
}

.btn,
.btn:hover {
  color: #ffffff !important;
}

.btn-blue {
  background: #4B53A4;
  color: #ffffff !important;
}

.searchbtn {
  padding: 5px 30px 5px 30px;
}

.btn-primary,
.btn-primary:hover {
  background-color: #4B53A4;
}

.btn-secondary,
.btn-secondary:hover {
  background-color: #66BA3D;
}

.btn-uppercase {
  text-transform: uppercase;
}

.text-button-container {
  display: block;
}

.container-lg {
  max-width: 1260px !important;
}

.header-btns {
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0px;
}

.header-btns a {
  margin-left: 10px;
}

#sidebarCollapse {
  display: none;
}

.mobile_nav {
  position: absolute;
  right: 20px;
  top: -12px;
  display: none;
}

.mobile-relative {
  position: relative;
}

header {
  font-family: 'Interstate';
}



/* End headings */

/* ------ Navigation ------ */
.desktop_nav {
  display: block;
  font-size: 18px;
}

.desktop_nav .mobile-only {
  display: none;
}

#sidebarCollapse img,
#dismiss img {
  width: 36px;
}

.logo {
  height: 77px;
}

.ping {
  color: #91ba43;
  font-size: 18px;
}

.nav__container {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.nav__menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: -24px;
  position: relative;
}

.nav__mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
}

.nav__mobile .nav__btn {
  display: none;
}

.nav__menu li {
  list-style: none;
  position: relative;
  white-space: nowrap;
  padding: 0 0 13px 2.4rem;
}

.nav__menu li a {
  display: block;
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: 500;
}


.button {
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  padding: 0.375rem 1rem;
  border: 2px solid;
  border-radius: 0.125rem;
  font-size: 13px;
}

/* ------ Navigation End------ */

/* ------ Mobile navigation ------ */
#mobile-menu ul {
  list-style: none;
}

#mobile-menu ul li {
  margin-bottom: 0;
}

#mobile-menu ul ul ul a {
  padding-left: 40px !important;
}

#mobile-menu a,
#mobile-menu h3 {
  color: #ccc !important;
}

#mobile-menu {
  background: #fafafa;
}

#mobile-menu p {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

#mobile-menu a,
#mobile-menu a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

#mobile-menu .navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#mobile-menu .navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
  float: right;
  margin: 10px 10px 0 15px;
  background: #439dd1;
}

#mobile-menu .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

#mobile-menu #sidebar {
  width: 315px;
  position: fixed;
  top: 134px;
  right: -315px;
  height: 100vh;
  z-index: 999;
  background: #202020;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.admin-bar #mobile-menu #sidebar {
  top: 135px;
}

#mobile-menu #sidebar.active {
  right: 0;
}

#dismiss {
  display: none;
}

#mobile-menu .overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  display: none;
}

#mobile-menu #sidebar .sidebar-header {
  padding: 25px 30px 21px 20px;
  background-color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
}

#mobile-menu #sidebar .sidebar-header svg {
  margin-top: 4px;
}

#mobile-menu #sidebar ul.components {
  padding: 0;
}

#mobile-menu #sidebar ul p {
  color: #fff;
  padding: 10px;
}

#mobile-menu #sidebar ul li a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  position: relative;
}

#mobile-menu #sidebar ul li a:hover {
  color: #7386d5;
  background: #4d4d4d;
}

#mobile-menu #sidebar ul li.active>a,
#mobile-menu a[aria-expanded="true"] {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.2);
}

#mobile-menu a[data-toggle="collapse"] {
  position: relative;
}

#mobile-menu a[aria-expanded="false"]::before,
#mobile-menu a[aria-expanded="true"]::before {
  content: " ";
  display: block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 15px;
  padding-top: 3px;
  font-size: 0.6em;
  width: 15px;
  height: 15px;
  transition: transform 0.2s ease-in-out;
}

#mobile-menu a[aria-expanded="true"]::before {
  transform: rotate(-180deg);
}

#mobile-menu ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #4d4d4d;
}

#mobile-menu a.article,
#mobile-menu a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}

/* ------ Mobile navigation end------ */

/* ------ Dropdown ------ */
.nav__menu .menu-item-has-children {
  position: relative;
}

.nav__menu .menu-item-has-children ul {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: -30px;
  opacity: 0;
  visibility: hidden;
  overflow: visible;
  padding: 0 1rem;
  transition: opacity 0.4s ease;
  z-index: 100;
}

.nav__menu .menu-item-has-children:hover>ul {
  top: 100%;
  left: -10px;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  padding: 0 3rem;
}

.nav__menu .menu-item-has-children ul li {
  padding: 0.7rem 6rem 0.7rem 1rem;
  background-color: #66BA3D;
  position: relative;
}

.nav__menu .menu-item-has-children ul li:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

.nav__menu .menu-item-has-children ul li a {
  display: block;
  color: #fff;
}

.nav__menu .menu-item-has-children>a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.5em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.nav__menu .menu-item-has-children:hover>a:after {
  transform: rotate(180deg);
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.5em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.nav__menu .menu-item-has-children .menu-item-has-children>a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.5em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.nav__menu .menu-item-has-children .menu-item-has-children:hover>a:after {
  transform: rotate(180deg);
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.5em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* 2nd level dropdown */
.nav__menu .menu-item-has-children .menu-item-has-children:hover>ul {
  position: absolute;
  top: 0;
  right: calc(100% - 17px);
  left: auto;
  opacity: 1;
  visibility: visible;
}

.nav__menu .menu-item-has-children .menu-item-has-children ul {
  position: absolute;
  top: 0;
  right: calc(100% - 17px);
  left: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

/* ------ Dropdown end------ */

/* footer start */

.footer {
  background-color: #4B53A4 !important;
  color: #ffffff;
  background: url(images/footer-watermark.svg);
  background-position: right;
  background-size: 300px;
  background-repeat: no-repeat;
}

.footer h2 {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer h2::after {
  content: '';
  height: 2px;
  width: 30px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.footer em {
  font-style: normal;
  font-size: 13px;
}

.footer .social-media {
  display: flex;
  flex-direction: row;
  position: relative;
}

.footer .sm-logo {
  width: 35px;
}

.footer .social-media a {
  padding-right: 20px;
}

.footer ul {
  padding: 0;
  list-style-type: none;
}

.footer a,
.footer a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* footer end */

.social-icons-shortcode {
  margin: 10px 0 30px 0;
}

.social-icons-shortcode svg {
  margin-right: 12px;
}

/* footer newsletter start */
.newsletter {
  background-color: #EE7B26;
  border-radius: 15px;
}

.newsletter h2 {
  text-transform: uppercase;
}

.newsletter p {
  color: #ffffff;
  font-size: 20px;
}

.newsletter .submit-btn {
  width: 100%;
  border-radius: 0.25rem;
}

.font-small {
  font-size: 16px;
}

/* footer newsletter end */

/* Columns start */

.button-column {
  padding-bottom: 40px;
  position: relative;
}

.button-column a.btn {
  position: absolute;
  bottom: 0;
}

/* Columns end */

/* home start */
.hero .row {
  background-color: #4B53A4;
}

.hero-image-col {
  padding: 0;
  background-size: auto 104%, cover;
  background-position: top right -1px, center center;
  overflow: hidden;
  background-repeat: no-repeat;
}

.hero-image-col img {
  position: absolute;
  right: -640px;
  top: 0;
}

.hero .mobile-image {
  margin-bottom: -1px;
}

.hero h1 {
  font-size: 37px;
}

.hero p {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  position: relative;
}

.hero p::after {
  content: '';
  height: 3px;
  width: 100px;
  background: #66BA3D;
  position: absolute;
  left: 0;
  bottom: -30px;
}

.hero a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  position: relative;
  padding-right: 20px;
  display: block;
  margin-top: 10px;
}

.hero a::after {
  content: '';
  width: 0px;
  height: 0px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0px;
  right: 0px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #66BA3D;
}

.hero-text {
  background: url(images/hero-watermark.svg);
  background-position: right;
  background-size: 300px;
  background-repeat: no-repeat;
  padding: 80px 50px 80px 30px;
}

.position-absolute {
  position: absolute;
}

.hero-text-inner {
  overflow: visible;
}

/* home end */

/* site-content start */

.site-content h2 {
  color: #66BA3D;
  font-size: 25px;
  margin-bottom: 15px;
}

.site-content p {
  padding-right: 10px;
}

.br {
  border-right: 1px solid #D3D0D0;
}

.br:last-child {
  border-right: none;
}

/* site-content end */

/* testimonials start */
.testimonial-block {
  background-color: #66BA3D;
  position: relative;
  border-radius: 15px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 100;
}

.testimonial-block blockquote {
  font-weight: 600;
  color: #ffffff;
}

.testimonial-block em {
  font-size: 20px;
  color: #ffffff;
  font-style: normal;
}

.testimonial-image-div {
  background-image: url(images/Testimonial_IMGFrame.svg);
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translate(-50%, -0%);
  height: 120px;
  width: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}

.testimonial-image {
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translate(-50%, -0%);
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}

.testimonial-block .btn-primary {
  position: relative;
}

.btn.pointed::after {
  content: '';
  width: 0px;
  height: 0px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0px;
  right: -24px;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 19px solid #4B53A4;
}

/* testimonials end */

/* recent blog section start */
.image-container {
  height: 250px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.blogs h4 {
  font-size: 20px;
  font-family: 'Interstate';
  font-weight: 700;
  color: #383838;
  text-transform: none;
  margin-bottom: 10px;
}

.blogs h6 {
  font-size: 16px;
  font-weight: bold;
  color: #383838;
  margin: 0 0 10px 0;
  opacity: 0.9;
}

.blogs .category {
  padding: 11px 0 0 12px;
  color: #ffffff;
  text-transform: uppercase;
}

.category-text {
  position: relative;
  padding: 4px 13px 3px 13px;
  font-size: 15px;
  font-weight: bold;
  background-color: #4B53A4;
}

.category-text::after {
  content: '';
  width: 0px;
  height: 0px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: -1px;
  right: -16px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid #4B53A4;
}

.category-text.rail,
.category-text.busses {
  background-color: #EE7B26;
}

.category-text.better-transport {
  background-color: #F04B3E;
}

.category-text.roads,
.category-text.rail {
  background-color: #66BA3D;
}

.category-text.busses::after {
  border-left: 12px solid #EE7B26;
}

.category-text.better-transport::after {
  border-left: 12px solid #F04B3E;
}

.category-text.roads:after,
.category-text.rail:after {
  border-left: 12px solid #66BA3D;
}

/* recent blog section end */

/* cta start */
.cta {}

.cta-image-container {
  padding: 287px 0;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 550px !important;
  margin-top: -10px;
}

.tweets iframe {
  margin-top: -10px !important;
}

.cta-image-container h2 {
  text-transform: uppercase;
}

.cta-image-col {
  padding: 0;
  background-size: auto 104%, cover, cover;
  background-position: top right -1px, center center, center center;
  overflow: hidden;
  background-repeat: no-repeat;
  border-radius: 10px 0 0 10px;
}

.cta .cta-image-col .image-h2 {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-35%, -50%);
}

.cta .cta-image-col h2 {
  font-size: 50px;
  margin: 0;
}

.cta .cta-text {
  background: url(images/hero-watermark.svg);
  background-position: right;
  background-size: 300px;
  background-repeat: no-repeat;
  background-color: #4B53A4;
  color: #ffffff;
  font-size: 20px;
  border-radius: 0 10px 10px 0;
  min-height: 350px;
  margin-left: -1px;
  z-index: 2;
}

.cta .cta-text p {
  position: relative;
}

.cta .cta-text p::after {
  content: '';
  height: 3px;
  width: 100px;
  background: #66BA3D;
  position: absolute;
  left: 0;
  bottom: -30px;
}

.cta .cta-text a {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
}

.cta .cta-text a::after {
  content: '';
  width: 0px;
  height: 0px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 4px;
  right: -28px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid #66BA3D;
}

.cta .cta-row-description {
  margin-right: 0;
  margin-left: 0;
}

.cta-button {
  width: 65%;
}

/* cta end */

/* internal page start */
.hero-internal .image {
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  background-repeat: no-repeat;
  position: relative;
}

.hero-internal .header-text {
  background-color: #4B53A4;
  border-radius: 10px;
}

.hero-internal p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
}

.hero-internal a {
  color: #ffffff !important;
}

.hero-internal .header-text-simple {
  background-color: #4B53A4 !important;
  background: url(images/footer-watermark.svg);
  background-position: right;
  background-size: 300px;
  background-repeat: no-repeat;
  position: relative;
}

.text-header {
  background-color: #4B53A4 !important;
  background: url(images/footer-watermark.svg);
  background-position: right;
  background-size: 300px;
  background-repeat: no-repeat;
}

.text-header h1 {
  font-size: 40px !important;
}

.text-header .breadcrumbs a {
  font-size: 16px !important;
  text-transform: none;
}

.text-header a:after {
  content: none;
}

/* text-content start */
.text h2 {
  color: #4B53A4;
}

.text h3 {
  color: #66BA3D;
}

.text blockquote {
  border-left: 4px solid #4B53A4;
  padding-left: 16px;
  color: #4B53A4;
}

.text .highlight {
  border-left: 4px solid #4B53A4;
  padding-left: 16px;
}

.text .highlight h4 {
  margin-bottom: 0;
}

.text blockquote p {
  font-size: 21px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.8;
}

.text blockquote p:empty {
  display: none;
}

.text blockquote em {
  font-size: 18px;
  display: block;
  font-style: normal;
  text-align: right;
}

.text li {
  list-style: disc;
}

.text ul {
  margin-left: -15px;
}

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

.text-sidebar {
  font-size: 22px;
}

.text-sidebar h2 {
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: 3px solid #4B53A4;
}

.text-sidebar h3 {
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: 3px solid #66BA3D;
}

.text-sidebar h4 {
  font-size: 20px;
  font-weight: 400;
}

.text-sidebar a {
  color: #ffffff !important;
}

.text a {
  color: #4B53A4;
}

.sidebar-recent-posts img {
  max-height: 280px;
}

/* text-content end */

/* FAQ start */
.faq .accordion-item {
  margin-bottom: 10px;
}

.faq .accordion-header {
  background: #4B53A4;
}

.faq .accordion-body {
  background-color: #f7f7f7;
}

.faq .accordion-flush .accordion-button {
  color: #ffffff;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
}

.accordion-flush .accordion-collapse {
  border-width: thin;
}

.faq .accordion-button::after {
  background-image: url(images/plus-solid.svg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(images/minus-solid.svg);
}

.faq .accordion-button:not(.collapsed) {
  background-color: #4B53A4 !important;
}

.faq .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

:focus {
  outline: none;
  box-shadow: none;
}

a::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner,
::-moz-focus-inner {
  border: 0;
  outline: none;
}

/* FAQ end */

/* internal page end */

/* post archive start */
.blog-image {
  height: 250px;
  border-radius: 15px;
  background-repeat: none;
  background-position: center;
  background-size: cover;
}

.blog-archive-content .category {
  padding: 11px 0 0 12px;
  color: #ffffff;
  text-transform: uppercase;
}

/* post archive end */

/* Research page */

.research-grid-item {
  background-color: #4B53A4 !important;
  background: url(images/footer-watermark.svg);
  background-position: right top;
  background-size: 240px;
  background-repeat: no-repeat;
  border-radius: 15px;
  padding: 15px;
  text-align: right;
  position: relative;
}

.research-grid-item.policy {
  background-color: #66BA3D !important;
}

.research-grid-item img {
  height: 200px;
  border: 1px solid #fff;
}

.research-grid-item .category {
  position: absolute;
  top: 15px;
  left: 15px;
}

.research-grid-item .category-text {
  background-color: #fff !important;
  color: #4B53A4 !important;
}

.research-grid-item .category-text::after {
  border-left: 13px solid #fff !important;
}

/* End research page */

/* post single start */
.single-content h1,
.single-content h2 {
  color: #4B53A4;
  font-size: 40px;
}

.single-content li {
  list-style: disc;
}

.post-sidebar h2 {
  font-size: 26px !important;
}

.post-sidebar a.recent-post {
  color: #4B53A4 !important;
  font-size: 17px;
}


.standfirst {
  font-size: 22px;
}

.standfirst strong,
.stand strong {
  display: none;
}

/* post single end */

/* breadcrumbs */
#breadcrumbs {
  margin: 0 !important;
  padding: 0 !important;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}

#breadcrumbs strong {
  font-weight: 300;
}

#breadcrumbs a {
  color: #fff;
}

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
}

#breadcrumbs .separator {
  font-size: 13px;
  color: #fff;
  margin: 0 10px;
}

/* Responsive Google maps */

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* End responsive Google maps */

/* People/Team page */

.single-people-block img {
  float: right;
  margin: 0 0 30px 30px;
}

/* End people/Team page */

/* Donate page */
.page-id-4321 .breadcrumbs {
  display: none !important;
}

.page-id-4321 .header-text-simple.py-5 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* End donate page */

/* Media page */

.media-sidebar h3 {
  color: #4B53A4;
  margin-bottom: 20px;
}

#media-accordion-container .accordion-button {
  color: #383838;
  background-color: #efefef;
}

#media-accordion-container .accordion-button,
#media-accordion-container .accordion-body {
  padding: .8rem 1rem !important;
}

#media-accordion-container .accordion-button:focus {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, .125);
}

#media-accordion-container .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

#media-accordion-container ul {
  padding-left: 0;
  margin-bottom: 0;
}

#media-accordion-container li {
  margin-bottom: 6px;
  font-size: 15px;
}

/* End media page */

/* Search drawer */

#search-drawer {
  background-color: #efefef;
  display: none;
}

/* End search drawer */

/*landing page styles*/

.page-template-page-landing-page header {
  display:none;
}

.page-template-page-landing-page #newsletter {
  display:none;
}

.page-template-page-landing-page .card {
  width:48%;
  border-radius:20px;
  padding: 2rem;
  border:none;
}

.landing-page-logo {
  width: 250px;
}

.landing-page-wrapper {
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}

.landing-page-wrapper .gform_wrapper .gform_body .gfield_description{
  color:unset;
}

.landing-page-wrapper .gform_wrapper .gform_body .gfield_label {
  color:unset;
}

.two-col-row {
  margin-left:0;
  margin-right:0;
}

.two-col-row .white {
      color:#ffffff !important;
}

.two-col-row .white .gform_button.button{
      background-color:#ffffff !important;
      color: #4B53A4 !important;
      font-weight:700;
}

.two-col-row .white h2, .two-col-row .white h3, .two-col-row .white h4 {
      color:#ffffff !important;
}

.two-col-row .white span.gfield_required.gfield_required_text, .gform_body .gfield_validation_message {
  color: #ffffff !important;
}
.mobile-header-image {
  display:none;
  height:400px;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  
}
/*end landing page styles*/

@media screen and (min-width: 1500px) {
  .hero-internal .image {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}


@media screen and (max-width: 1499px) {
  .hero-internal .image {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}


@media screen and (max-width: 1100px) {
  .hero-internal .image {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .logo {
    height: 70px;
  }

  .nav__menu {
    display: none;
  }

  .nav__mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-greenDark);
  }

  #sidebarCollapse {
    display: inline;
  }

  .mobile_nav {
    display: block;
  }

  header .btn {
    padding: 8px 20px 3px 20px;
    font-size: 17px;
  }
}

@media screen and (max-width: 990px) {
  #mobile-menu #sidebar {
    top: 119px;
  }
}

@media screen and (max-width: 768px) {
  .hero-internal .image {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .hero-image-col {
    height: 250px;
  }

  .hero a {
    padding-right: 40px;
  }

  .hero a::after {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #66BA3D;
  }

  .cta-image-col {
    height: 300px;
    border-radius: 10px 10px 0 0;
  }

  .cta .cta-text {
    border-radius: 0 0 10px 10px;
  }

  .br {
    border-right: 0;
  }

  .newsletter .form-control {
    margin-bottom: 10px;
  }

  .testimonial-block p {
    padding: 10px !important;
  }

  .cta .cta-text {
    margin-left: 0;
  }

  #mobile-menu #sidebar {
    top: 102px;
  }

  .hero-internal .header-text {
    border-radius: 0;
  }

  /*landing page styles*/
  
  .mobile-header-image {
    display:block;
        
  }
      
  .landing-page-wrapper {
      background-image: none !important;
  }
      
  .landing-page-logo {
      position:absolute;
      top:0px;
  }
      
  .landing-page-wrapper .container-lg {
      padding-left:0 !important;
      padding-right:0 !important;
  }
      
  .page-template-page-landing-page .card {
      width: 100%;
      border-radius:0;
  }
      
  .two-col-row .bg-white::first-child {
      margin-top:2rem;
  }
      
  .landing-page-logo{
      width:250px;
      margin-left:2rem;
  }
      
  .page-template-page-landing-page .two-col-row {
      justify-content: center !important;
  }
      
  .white-bg .card:first-child {
      margin-top:2rem;
  }
      
  .white-bg .card {
      padding:0 2rem;
      margin-bottom:0 !important;
  }
  /*ending landing page styles*/
}

@media screen and (max-width: 576px) {
  .logo {
    height: 60px !important;
  }

  .header-btns {
    top: -3px;
  }

  #mobile-menu #sidebar {
    top: 82px;
  }

  .admin-bar #mobile-menu #sidebar {
    top: 138px;
  }

  .hero-internal .image {
    background-image: none !important;
  }

}

@media screen and (max-width:615px) {
  header .btn {
    padding: 8px 10px 3px 10px;
  }
}

.mobile-header-buttons {
  display: none;
}

@media screen and (max-width:650px) {
  header .btn {
    padding: 6px 10px
  }

  .btn.btn-on-board,
  .btn.btn-donate {
    display: none;
  }

  .mobile-header-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 16px;
  }

  #mobile-menu #sidebar {
    top: 145px;
  }
}

@media screen and (max-width: 400px) {
  .header-btns .btn-secondary {
    display: none;
  }
  .logo {
    height: 50px !important;
  }
  #mobile-menu #sidebar {
    top: 135px;
  }
}

/* caraousel start */

.testimonials .owl-stage-outer {
  overflow: visible !important;
}

.owl-carousel .caption {
  text-align: center;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel {
  display: block !important;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #ffffff;
  color: #ffffff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
}

.owl-dots button.owl-dot {
  background: #4B53A4 !important;
}

.owl-dots button.owl-dot.active {
  background-color: #66BA3D !important;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
  outline: none;
}

/* caraousel end */

img.alignright {
  float: right;
  margin: 0 0 1em 1em
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

/* pagination */

a.page-numbers,
span.page-numbers {
  margin-right: 0.5rem;
  font-weight: 600;
  font-size: 18px;
}

/* bootstrap */
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.form-control {
  box-shadow: none !important;
  border: 0;
  padding: 7px;
}

/* Button set */
.button-set-container {
  position: relative;
  height: 100%;
  border-radius: 8px;
  padding: 16px 16px 58px 16px;
  background-image: url(images/hero-watermark.svg);
  background-size: auto 63%;
  background-repeat: no-repeat;
  background-position: right 10px bottom 10px;
}

.bg-color-green {
  background-color: #66BA3D;
}

.bg-color-purple {
  background-color: #4B53A4;
}
/* search select */

.search-select{
  margin-top:-20px; 
  width:50%; 
  font-size:1em; 
  float:left;
}
@media screen and (min-width: 768px) {
  .col-5cols {
    flex: 1 0 0%;
  }
  .search-select{
    float:right;
  }
}

.nav__menu .menu-item-has-children:hover:last-child>ul {
  left: -158px;
}

/* event shortcode styles  */

.row.event-panel {
  padding-left: 13px;
  padding-right: 13px;
  
}

.row.event-panel .wrp{
  padding: 3px;
}

.event-panel .item {
  padding: 8px 20px;
  color: #fff;
  background-color: #4B53A4;
  height: 100%;
  position: relative;
}

.event-panel .item .wrap {
  position: relative;
  height: 100%;
  padding-bottom: 58px;
}

.event-panel .featured .item .wrap {
  padding-bottom: 0;
}

.event-panel p.month {
  text-transform: uppercase;
  margin: 0;
}

.event-panel p.date {
  font-size: 39px;
  font-weight: 600;
  line-height: 0;
  padding-top: 16px;
}

.event-panel p.time {
  background-image: url('images/clock-circle-svgrepo-com.svg');
  padding: 0 13px 0 34px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  background-color: rgba(255,255,255,0.1);
  border-radius:20px;
  display: inline-block;
}

span.sep {
  font-size: 44px;
  padding: 0 3px;
  padding-top: 5px;
  position: absolute;
  left: 42px;
}

.event-panel h3.title {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  padding: 5px 0 0 0;
  font-weight:500;
}

.event-panel a.reg {
  background-color: #fff;
  color: #4B53A4;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  padding: 9px;
  border-radius: 5px;
  margin-bottom: 10px;
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
}

.event-panel .featured a.reg {
  padding: 9px 30px;
  width:250px;
  position: relative;
}

.event-panel .date-range {
  display: flex;
}


.event-panel .start, .end {
  text-align: left;
}

.event-panel .end {
  padding-left: 20px;
}

.event-panel a{
  background-color: #fff;
  color: #4B53A4;
}

.event-panel .title, .event-panel .location, .event-panel .time {
  margin-top: 10px;
}
p.location {
  font-size: 15px;
}
img.partner-event {
  position: absolute;
  top:9px;
  right:9px;
  width:110px;
  z-index: 3;
}
.header-text-simple img.partner-event, .hero-internal .image img.partner-event {
  right:20px;
}

img.featured-event-image {
  max-height: 210px;
  z-index: 2;
  position: relative;
  margin: 1px -10px 0 0;
}

@media screen and (max-width: 768px) {
  img.featured-event-image {
    max-height: none;
    margin: 0 0 10px 0;
  }
}