/*
  Theme Name: Raise Your Hand Texas
  Theme URL: http://www.webii.net/
  Description: 
  Author: webii
  Author URI: http://www.webii.net/
  Version: 3.0
*/

html {
  scroll-behavior: smooth;
}

/* homepage */

a {
  color: #41b5e6;
}

a:hover,
p a:hover {
  color: #41b5e6;
}

img {
  max-width: 100%;
}

#masthead {
  background: url("img/banner.jpg") no-repeat top center;
  background-size: auto;
  background-size: auto;
  display: block;
  height: 505px;
  background-size: cover;
  width: 100%;
  margin-top: 0;
  position: relative;
  object-fit: cover;
  text-align: center;
}

.banner-text-home {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  /* margin-top: 40px; */
  min-height: 505px;
}

.nav-pills-custom img {
  width: 100%;
}

.about-sec {
  padding: 60px 0 60px;
  background: url("img/about_bg.jpg") no-repeat top left;
  background-size: auto;
  background-size: auto;
}

.video img {
  width: 100%;
}

.latest-sec {
  padding: 60px 0;
  background: url("img/bg2.svg") no-repeat bottom right;
  background-size: 50% auto;
}


.latest-sec-box img {
  width: 100%;
  box-shadow: 4px 2px 5px #555;
}

.blog-entry-sec img {
  width: 180px;
  height: auto;
}

.latest-sec-box h3 {
  font-size: 1.375em;
  font-weight: bold;
  margin: 40px 0 10px;
}

.border-1 {
  border: none;
  height: 2px;
  background: #b8b8b8;
  margin: 20px 0;
}

.subscribe-sec {
  background: #2C2A29;
  padding: 60px 0;
}

.subscribe-sec p {
  color: #fff;
  font-size: 1.375em;
  line-height: 35px;
}

.subscribe-sec h2 {
  color: #f15c22;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 46px;
}

.needs-validation label {
  color: #fff;
  margin: 0;
}

.needs-validation input {
  border-radius: 0;
  border: none;
  padding: 26px 20px;
}

footer {
  padding: 50px 0;
}

.copyright {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 24px;
  margin-bottom: 70px;
}


.announce-sec {
  background: #2C2A29;
  padding: 25px 0;
  text-align: center;
  border-bottom: 1px solid #333;
}

.announce-sec h4 {
  color: #fff;
  font-weight: bold;
  font-size: 1.25em;
}

.select-dropdown-leadership {
  position: relative;
  width: 178px;
  float: right;
  font-size: 0.875em;
}

.select-dropdown-leadership select {
  font-weight: 400;
  background: #fff;
  padding: 3px 24px 2px 6px;
  color: #2C2A29;
  appearance: none;
  text-decoration: none;
  position: relative;
  border: none;
  text-transform: uppercase;
  max-width: 100%;
  background: #fff url(img/select-arrow.png) no-repeat right center;
  
}

/*.select-dropdown-leadership::after {
  content: "";
  position: absolute;
  top: 0%;
  right: 14px;
  width: 0;
  height: 0;
  border-top: 6px solid #9ea2a3;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-top: 11px;
}
*/
.srch img {
  width: 29px;
}

.select-dropdown-leadership select option {
  font-family: 'Roboto', sans-serif;
}

.header-top-text a {
  color: #f15c22;
  margin: 0 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875em;
}


.header-top-text {
  float: left;
  margin-top: 2px;
}

.srch {
  position: relative;
  right: -10px;
  top: 0px;
}

.header-top {
  display: flex;
  margin-bottom: 5px;
  margin-right: 10px;
}

.icon1 img {
  width: 27px;
}

.icon1 {
  margin: 2px 8px 0;
}

.footer-links li {
  float: left;
  text-transform: uppercase;
  font-size: 0.875em;
}

.footer-links li a {
  color: #2C2A29;
  padding: 0 3px 0 0;
  font-weight: 400;
  font-size: 1.125em;
  text-decoration: none;
}

.footer-links li a:hover {
  color: #41b5e6;
}

.footer-links li span {
  color: #f15c22;
  padding: 0 7px;
}

.social-icons a {
  padding: 0 10px;
}

.social-icons {
  text-align: right;
}

.policy {
  text-align: right;
}

.footer_logo2 {
  text-align: right;
}

.border-res {
  display: none;
}

.footer-logos img {
  width: 220px;
  margin: 0;
}

.navbar>.container {
  display: block;
}

.title2 {
  display: none;
}

.res-search {
  display: none;
}

.video-sec-img {
  text-align: center;
  margin-top: -35px;
  position: relative;
}




/* homepage */



/* aboutpage */


.education-logo img {
  width: 50%;
  margin-bottom: 100px;
}

.education-logo {
  text-align: center;
}

.banner-text-home p {
  text-align: left;
  color: #fff;
  font-size: 1.5em;
  line-height: 40px;
  /*border-top: 2px solid #f15c22;*/
  padding-top: 20px;
}

.about_banner {
  background: url("img/about_banner.png") no-repeat top center;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  display: block;
  /* min-height: 505px; */
  background-size: cover;
  width: 100%;
  position: relative;
  object-fit: cover;
  text-align: center;
}

.texas-video-img {
  text-align: center;
}

.grey-sec {
  background: #f4f4f4;
  padding: 60px 0;
}

.about-bg {
  background: url("img/bg2.svg") no-repeat top right;
  background-size: auto;
}


.public-sec {
  background: #2b2a28;
  width: 100%;
  margin-top: 20px;
}


.public-sec-gap {
  padding: 0;
}

.intro-text p {
  color: #fff;
}


.intro-text h2 {
  color: #F15C22;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 37px;
}

.align-text {
  align-items: center;
  display: flex;
}

#breadcrumb-section {
  position: absolute;
  margin-top: 0;
  padding: 10px 0;
  background: #d6d8d7;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  bottom: -43px;
}

.nav-item-res {
  display: none;
}

.breadcrumb-text .breadcrumb .breadcrumb-item a {
  color: #333;
  font-size: 0.813em;
}

.breadcrumb-text .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-text .breadcrumb .breadcrumb-item.active {
  color: #2b2a28;
  line-height: 23px;
  position: relative;
  top: 1px;
  font-size: 0.813em;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 10px;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-text a::after {
  content: ">";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #333;
  font-size: 0.813em;
  padding-right: 10px;
  top: 0px;
  position: relative;
  left: 6px;
}

.breadcrumb-text nav a {
  color: #333;
  font-size: 0.75em;
}

.breadcrumb_last {
  color: #333;
  font-size: 0.75em;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.mobile-img {
  display: none;
}

.title3 {
  display: none;
}

.about-text {
  padding: 0 7% !important;
}

.date-top {
  margin-right: 50px;
  top: -3px;
}

.advance-sec h3 {
  margin-top: 10px;
}

.border-3 {
  border: none;
  height: 2px;
  background: #b8b8b8;
  margin: 30px 0 50px;
}

.about_bg {
  padding: 60px 0;
  background: url("img/about_bg.jpg") no-repeat top left;
  background-size: auto;
}

.policy-box h3 a {
  color: #2C2A29;
  text-decoration: none;
}

.policy-box h3 a:hover {
  color: #41b5e6;
}

.event-title h3 a {
  color: #2C2A29;
  text-decoration: none;
}

.event-title h3 a:hover {
  color: #41b5e6;
}

.triangle-img {
  position: relative;
}

.triangle-img-inner {
  position: absolute;
  right: 0;
  top: -505px;
}

.bg-none {
  background: none !important;
}

.triangle-img2 {
  position: relative;
}

.triangle-img-inner2 {
  position: absolute;
  right: 0;
  top: -500px;
  z-index: 9;
}

.triangle-img2-r {
  position: relative;
}

.triangle-img-inner2-r {
  position: absolute;
  left: 0;
  top: -500px;
}






/* aboutpage */





/* eventpage */


.events h1 {
  text-align: left;
}


.events_banner {
  background: url("img/events.jpg") no-repeat top center;
  background-size: auto;
  display: block;
  min-height: 505px;
  background-size: cover;
  width: 100%;
  position: relative;
  object-fit: cover;
  text-align: center;
}

.event-img img {
  width: 100%;
  max-height: 450px !important;
}

.event-bg {
  background: url("img/event-bg.jpg") no-repeat right top;
  background-size: auto;
}

.resource_title p {
  margin-bottom: 40px;
}

.border-2 {
  border: none;
  height: 2px;
  background: #b8b8b8;
  margin: 0px 0 60px;
}

.orange-color:hover {
  color: #f15c22;
}

.latest-sec-box h3 a {
  color: #2C2A29;
  text-decoration: none;
  letter-spacing: 1px;
}

.advance-sec h2 a,
.advance-sec h3 a {
  color: #2b2a28;
  text-decoration: none;
}

.advance-sec h2 a:hover,
.advance-sec h3 a:hover {
  color: #41b5e6;
}

.latest-sec-box h3 a:hover {
  color: #41b5e6;
}

.event-title h3 {
  text-transform: uppercase;
}

.date-sec {
  position: absolute;
  right: 34px;
  top: -6px;
}

.date-sec.date-top {
  top: -43px;
  right: 0;
}

.date-sec-inner {
  position: absolute;
  right: 0;
  text-transform: uppercase;
  font-size: 1.625em;
  text-align: center;
  width: 100px;

  font-weight: 400;
}

.date-sec-orange {
  background: #f15c22;
  padding: 14px 10px 2px;
  color: #fff;
}

.date-sec-white {
  background: #fff;
  color: #2C2A29;
  padding: 8px 0;
  border: 1px solid #766e6c;
  font-weight: 600;
}

.event-title h3 {
  font-size: 1.125em;
  margin: 20px 0 10px;
  font-weight: bold;
}

.event-sec-box img {
  width: 300px;
  box-shadow: 4px 2px 5px #555;
  height: 300px;
  object-fit: cover;
}

.event-title p {
  font-size: 1.125em;
  line-height: 28px;
}

.event-bg2 {
  background: url("img/bg2.svg") no-repeat top right;
  background-size: auto;
  background-size: 50% auto;
}

.page-template-template-vouchers .wp-block-image {
  text-align: center;
}

.page-template-template-vouchers .wp-block-image img {
  width: auto;
}


.main-box {
  background: url("img/bg2.svg") no-repeat top right;
  background-size: auto;
  background-size: auto;
  background-size: 50% auto;
}

.page-template-template-vouchers .latest-sec.event-bg2,
.inner-template .latest-sec.event-bg2 {
  background: none;
}


.latest-sec.improve-sec.event-bg2 span {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 0.875em;
  color: #2b292a;
}

.team-sec a,
.team-sec button {
  color: #f15c22;
  font-size: 1.125em;
  text-transform: uppercase;
  margin-right: 20px;
  text-decoration: none;
  padding: 0;
  font-weight: 500;
}

.team-sec a:hover {
  color: #41b5e6;
}

.footer-border {
  border-top: 8px solid #41b5e6;
}


/* eventpage */


/* voucherpage */


.voucher-sec {
  margin-top: 30px;
}

.voucher-sec h3 {
  font-size: 1em;
  text-transform: uppercase;
  color: #F15C22;
  font-weight: 400;
}

.voucher {
  text-align: center;
  margin: 10px 0 0;
}

.voucher2 {
  text-align: center;
  margin: 50px 0;
}

.voucher-nav li {
  font-size: 1.5em;
  margin: 50px 0;
  list-style: none;
}

.voucher-nav li a {
  color: #41b5e6;
  font-weight: bold;
  text-decoration: underline;
}

.voucher-sec-right {
  padding: 0 90px;
}

.voucher-link {
  margin-top: 50px;
}

.voucher-link a {
  color: #2b2a28;
}


/* voucherpage */


/* advancepage */


.advance_banner {
  background: url("img/advance.png") no-repeat top center;
  background-size: auto;
  display: block;
  min-height: 505px;
  background-size: cover;
  width: 100%;
  position: relative;
  object-fit: cover;
  text-align: center;
}

.right-text-sec {
  margin: 0;
}

.right-text-sec p {
  text-align: right;
}

.right-text-sec h1 {
  text-align: right;
}

.advance-sec {
  padding-right: 110px;
  margin-bottom: 50px;
}

/* advancepage */



/* resourcespage */

.resources_banner {
  background: url("img/resources_banner.png") no-repeat top center;
  background-size: auto;
  display: block;
  min-height: 505px;
  background-size: cover;
  width: 100%;
  position: relative;
  object-fit: cover;
  text-align: center;
}


/* resourcespage */



/* blogpage */

.blog-text {
  margin-bottom: 40px;
}

.blog_banner {
  background: url("img/blog-img2.jpg") no-repeat top center;
  background-size: auto;
  display: block;
  min-height: 505px;
  background-size: cover;
  width: 100%;
  position: relative;
  object-fit: cover;
  text-align: center;
}

.blog-img p {
  background: #2C2A29;
  padding: 21px 35px;
  color: #fff;
}

/* blogpage */





/* intersectpage */

.intersectpage_banner {
  background: url("img/blog-img-l.jpg") no-repeat top center;
  background-size: auto;
  display: block;
  height: 420px;
  background-size: cover;
  width: 100%;
  position: relative;
  object-fit: cover;
  text-align: center;
}

.page-template-template-intersect .banner-text-home {
  min-height: 420px;
}

.intersectpage_banner img {
  width: 100%;
}

.intersectpage_banner p {
  border: none;
  text-align: center;
}

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

.intersect-right {
  text-align: right;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
}

.intersect-right img {
  width: 37px;
  margin: 4px 4px 0;
}

.policy-box-img {
  min-height: 261px;
}

.policy-box {
  padding: 30px;
  text-align: center;
}

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

.policy-box h3 {
  font-size: 1.375em;
  font-weight: bold;
  margin: 40px 0 10px;
}


/* intersectpage */

.blog-img img {
  width: 100%;
}

.blog-text h3 {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 10px;
}

.blog-entry-drop select {
  background: none;
  border: 1px solid #000;
  padding: 9px 12px;
  text-transform: uppercase;
  width: 100%;
  font-size: 1.2em;
}

.blog-entry-drop h3 {
  font-size: 1em;
  text-transform: uppercase;
  margin-top: -37px;
  margin-bottom: 2px;
}

.blog-text a img {
  /* width: 32px; */
  margin: 0 3px;
}

/* landingpage */


.landing-sec-one {
  background: url("img/landing-img-1.jpg") no-repeat top center;
  display: block;
  height: 700px;
  background-size: cover;
  width: 100%;
  padding: 70px 0;
}

.landing-sec-two {
  background: url("img/landing-img-2.jpg") no-repeat top center;
  background-size: auto;
  background-size: cover;
}


.banner-text-home-landing {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}

.banner-text-home-landing p {
  text-align: left;
  color: #2C2A29;
  font-size: 1.5em;
  line-height: 40px;
  border-top: 2px solid #f15c22;
  padding-top: 20px;
}

.banner-text-home-landing h1 {
  color: #2C2A29;
  text-shadow: none;
  line-height: 50px;
  margin-top: 50px;
}


/* landingpage */



/* intersectpage */

.policy_banner {
  background: url("img/policy_banner.jpg") no-repeat top center;
  background-size: auto;
  display: block;
  min-height: 505px;
  background-size: cover;
  width: 100%;
  position: relative;
  object-fit: cover;
  text-align: center;
  color: #fff;
}


/* intersectpage */



/* radpage */

.rad-bottom-sec {
  width: 100%;
  padding: 40px 0;
  margin-bottom: 50px;
}

.rad-img img {
  width: 50%;
}

.rad-img {
  text-align: center;
}

#intro-section {
  padding: 0;
  position: relative;
}

.header-border {
  padding-left: 15%;
}

.intro-text {
  padding-right: 15%;
  padding-left: 15%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.grey-sec2 {
  background: #2b2a28;
}

.nopadding {
  padding: 0;
}


.intro-text h3 {
  color: #F15C22;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 37px;
  text-transform: uppercase;
}

.rad-box-sec p {
  color: #2b2a28;
}

.rad-box-sec h2 {
  color: #2b2a28;
  font-weight: normal;
  font-size: 1.75em;
  margin-bottom: 25px;
}

.light-grey {
  background: #f4f4f4;
}

/* radpage */


/* researchpage */


.research-sec {
  padding: 0 0 50px 0;
}

.research-img img {
  width: 100%;
}

.rad-bottom-sec h3 {
  font-size: 1em;
  text-transform: uppercase;
  color: #f15c22;
  margin: 20px 0;
}

.research-grey-sec {
  background: #2b2a28;
  width: 100%;
}


.research-grey-sec .intro-text {
  padding-left: 0;
}

.stripe {
  background: url(img/stripe.jpg) no-repeat bottom left;
  padding-bottom: 12px;
  margin-bottom: 20px;
}


/* researchpage */


/* newsroompage */


.newsroom_banner {
  background: url("img/newsroom_banner.jpg") no-repeat top center;
  background-size: auto;
}

.newsroom-top-sec {
  width: 100%;
  background: url(img/bg.svg) no-repeat center left;
  background-size: auto;
  background-size: 55% auto;
}

.newsroom-top-sec-grey {
  background: #f4f4f4;
  padding: 40px 40px 0px 40px;
}

.icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-size: cover;
}

.icon:hover,
.icon:focus {
  filter: invert(71%) sepia(8%) saturate(1260%) hue-rotate(516deg) brightness(88%) contrast(187%);
}

.newsroom-top-sec-grey h3 {
  color: #f15c22;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.newsroom-top-sec-grey-inner p {
  margin: 0;
}

.newsroom-top-sec-grey-inner {
  margin-bottom: 30px;
}

.newsroom-top-sec-grey-inner2 {
  background: url('img/megaphones.png');
  border: 2px solid #f15c22;
  text-align: center;
  padding: 20px 20px;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: normal;
  background-repeat: no-repeat;
  padding-top: 94px;
  background-position: center 8px;
  color: #2b2a28;
}

.newsroom-right {
  margin-top: 110px;
}

.newsroom-bottom-sec {
  width: 100%;
  background: url(img/bg7.jpg) no-repeat bottom right;
}

.newsroom-top-sec-grey h2 {
  color: #2C2A29;
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 20px 0 35px;
  text-align: center;
}

.newsroom-bottom-sec-right {
  margin: 22px 0;
  text-align: left;
}

.newsroom-bottom-sec-right img {
  width: 100%;
  margin: 20px 0;
  box-shadow: 4px 2px 5px #555;
}

.newsroom-bottom-sec-right h4 {
  font-size: 1.25em;
}

/* newsroompage */


.latest-sec-box.item {
  max-width: 100%;
  position: relative;
}


.owl-prev {
  background: url(img/arrow-left.png) no-repeat top center !important;
  width: 36px;
  height: 36px;
  border-radius: 50% 50% !important;
  position: absolute;
  left: 20px;
  z-index: 99999;
}

.owl-next {
  background: url(img/arrow-right.png) no-repeat top center !important;
  width: 36px;
  height: 36px;
  border-radius: 50% 50% !important;
  position: absolute;
  right: 20px;
}

.owl-nav {
  position: absolute;
  top: 26%;
  left: 0;
  width: 100%;
}

.insterest-sec-h3 h3 {
  text-transform: uppercase;
  font-size: 1.25em;
}

.insterest-sec-h3 h2 {
  margin-bottom: 10px;
  line-height: 38px;
}

.insterest-sec-h3 .primary-btn4 {
  margin-top: 10px;
}

.video-sec-inner {
  position: relative;
  text-align: center;
}

/*.video-play-btn {
  position: absolute;
  top: 300px;
} */

.video-btn {
  position: absolute;
  width: 100%;
  /*top: 100px;*/
  text-align: center;
}

.video-btn-about {
  position: absolute;
  top: 180px;
  text-align: center;
  z-index: 9999;
  left: 45%;
}

.box-relate {
  position: relative;
}

.video-btn img {
  width: auto;
  box-shadow: none;
}

.policy_btn {
  text-align: center;
  width: 63%;
  margin-top: 30px;
}

.research-grey-sec {
  height: auto;
}

.policy-img {
  margin-top: -48px;
}

.policy-top-text {
  margin-top: -80px;
}

.mobile-img.rad-breadcrumb-section img {
  display: none;
}



.newsroom-bottom-sec-right h4 a {
  color: #2C2A29;
  text-decoration: none;
}

.newsroom-bottom-sec-right h4 a:hover {
  color: #41b5e6;
}

.team-title h3 {
  text-transform: capitalize;
  margin-bottom: 3px;
}

.team-title p {
  margin-bottom: 40px;
}

.poll-img img {
  width: 100%;
}

.newsroom-right {
  margin-top: 130px;
  display: block;
}

.policy-search-inner input {
  border: none;
  float: right;
  width: 82%;
  background: none;
  padding: 0;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #495057;
  height: 38px;
}

.policy-search-inner {
  border: 1px solid #000;
  padding: 3px 7px;
}


.bounce {
  animation: bounce 2s ease infinite;
}

@keyframes bounce {
  70% {
    transform: translateY(0%);
  }

  80% {
    transform: translateY(-15%);
  }

  90% {
    transform: translateY(0%);
  }

  95% {
    transform: translateY(-7%);
  }

  97% {
    transform: translateY(0%);
  }

  99% {
    transform: translateY(-3%);
  }

  100% {
    transform: translateY(0);
  }
}

.up.text-right {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999;
  display: none;
  background: #fff;
  padding: 7px 12px;
  border-radius: 50px;
}

.up.text-right img {
  max-width: 50px;
  width: 50px;
  height: auto;
}

.up.text-right.show-up {
  display: block;
}


.align-rights {
  float: right;
  margin-left: 0;
  max-width: 630px;
  height: auto;
  /*max-height: 340px;*/
  flex: unset;
  width: auto;
  margin: 0 auto;
  object-fit: cover;
}

.slide-in {
  opacity: 0;
  transition: all .5s;
  /*box-shadow: 5px 10px 8px #888;*/
}

.align-rights.slide-in {
  transform: translateX(30%) scale(0.95);
  transition: transform 530ms ease-in-out;
  overflow: hidden;
}

.slide-in.active {
  opacity: 1;
  transform: translate(0%) scale(1);
  padding: 0;
}

.wp-caption-text,
body .wp-block-image figcaption {
  background: none;
  color: #2b2a28;
  padding: 5px 30px;
  text-transform:none;
  margin-top: 0;
  font-size: 12px;
  font-style: italic;
}

.align-rights.slide-in.resources2 {
  position: absolute;
  right: 15px;
  z-index: 9;
  width: 33%;
  margin-top: 210px;
  margin-bottom: 40px;
}



/* .logged-in .navbar {
  margin-top: 32px;
} */
.logged-in .navbar.fixed-nav {
  margin-top: 32px;
}

.footer-links li::after {
  content: "|";
  color: #f15c22;
  padding-left: 6px;
  padding-right: 6px;
}

.footer-links li:last-child::after {
  display: none;
}

.home #events-slider-carousel.owl-carousel .owl-item img {
  max-height: 298px;
  min-height: 298px;
}

.page-template-template-events .owl-carousel .owl-item img {
  max-height: 298px;
  min-height: 298px;
}

.page-template-template-newsroom .newsroom-top-sec-grey-inner2 a {
  color: #2C2A29;
}

.page-template-template-newsroom .newsroom-top-sec-grey-inner2 a:hover {
  text-decoration: none;
}



.latest-sec-box img {
  max-height: 260px;
  object-fit: cover;
  width: 100%;
}

.page-template-template-landing-one .navbar,
.page-template-template-landing-two .navbar {
  display: none;
}

.advance-sec img {
  max-width: 100%;
  height: auto;
  padding: 15px;
}

footer p {
  margin-bottom: 0;
}

.ubermenu.ubermenu-main {
  position: unset;
}

.right_menus {
  position: unset;
}

body .ubermenu-retractor.ubermenu-retractor-desktop {
  font-size: 40px;
  background-image: url('img/x.svg') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: transparent !important;
}

.ubermenu-retractor.ubermenu-retractor-desktop .fas::before {
  display: none;
}

.ubermenu-retractor.ubermenu-retractor-desktop .fas {
  font-weight: 600;
  width: 100px;
}

body .ubermenu-main .ubermenu-submenu .ubermenu-item-header>.ubermenu-target {
  color: #f15c22;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 16px;
  color: #f15c22;
  font-weight: 400;
}

.ubermenu-submenu li ul .ubermenu-target-title.ubermenu-target-text {
  font-size: 1rem;
  color: #212529;
  text-align: left;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  line-height: 20px;
}

#main_nav.show,
#main_nav.collapsing {
  padding-top: 0;
  border-top: 1px solid #333;
  max-width: 100%;
  background: #2C2A29;
}

.gform_wrapper.gravity-theme .gfield {
  color: #fff;
  margin-bottom: 0;
}

#gform_wrapper_1.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 5px;
}

#gform_wrapper_1.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme .gfield {
  font-weight: 600;
  margin: 0;
  padding: 0;
  /* text-transform: capitalize; */
}

.gform_wrapper.gravity-theme .ginput_container_address {
  margin-top: 3px;
}

.gform_wrapper.gravity-theme .ginput_complex .ginput_full {
  margin-bottom: 0;
}

.gform_wrapper.gravity-theme #field_1_6 {
  margin-top: 6px;
}

.gform_wrapper.gravity-theme .ginput_container.ginput_container_consent input {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

#gform_wrapper_1.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, .gform_wrapper.gravity-theme .gfield_consent_description {
  border: none;
  font-size: 11px;
  max-height: unset;
  overflow-y: unset;
  padding: 0;
  margin-top: 0;
}

.ginput_complex label {
  margin: 0;
  padding-top: 0 !important;
}

.gform_button {
  display: inline-block;
  color: #FFF;
  border-radius: 0;
  letter-spacing: 0.5px;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  min-height: 40px;
  background: #f15c22;
  line-height: 40px;
  padding: 3px 20px;
  text-transform: uppercase;
  text-align: right;
  border: 1px solid #f15c22;
}

@media (min-width: 641px) {
  #gform_wrapper_1.gform_wrapper.gravity-theme .ginput_container_address span, .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
    margin-bottom: 2px;
  }
}

#gform_wrapper_1.gform_wrapper.gravity-theme #input_1_4_3_label {
  margin-top: 5px;
}

.inner-pages {
  min-height: 300px;
  margin-top: 112px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.center.msg {
  width: 100%;
}

.inner-pages #searchsubmit,
.no-content #searchsubmit {
  background: #f15c22;
  border: 0;
  color: #fff;
  padding: 8px 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.inner-pages #s,
.no-content #s {
  border: 1px solid #f15c22;
  padding: 7px;
}

.default_banner {
  position: relative;
  height: 120px;
  display: block;
  padding-top: 0;
}

.search .banner-text-home {
  min-height: unset;
}

#content-section {
  padding: 60px 0;
}

#content-section .no-content {
  margin-top: 0;
  padding-top: 0;
}

.post_meta {
  float: left;
  width: 100%;
  text-align: left;
}

.content {
  float: left;
  width: 100%;
  text-align: left;
  padding: 16px 0;
}

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

.content img {
  margin-bottom: 20px;
}

.single h1 strong {
  color: #000;
}

.archs {
  margin-bottom: 20px;
}

.gfield {
  font-weight: normal !important;
}

.gfield .gfield_label {
  font-weight: normal !important;
}



.gform_footer {
  margin-top: 40px !important;
}

.gform_body.gform-body {
  margin-bottom: 3rem !important;
}

#text {
  position: absolute;
  right: 78px;
}

#driver {
  right: -14px;
}

.searchs {
  display: none;
}

.no-content {
  text-align: center;
  min-height: 200px;
  margin-top: 50px;
}

.page-template-template-blog .advance-sec img {
  max-width: 100%;
  height: 330px;
  object-fit: cover;
}

/*.wp-block-image img{
  width: 100%;
}*/
.nav-previous,
.nav-next {
  float: left;
  width: auto;
  margin-right: 10px;
}

.nav-previous a,
.nav-next a {
  display: inline-block;
  color: #2C2A29;
  border-radius: 0;
  letter-spacing: 0.5px;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  min-height: 50px;
  line-height: 30px;
  padding: 8px 20px;
  text-transform: uppercase;
  text-align: right;
  border: 1px solid #f15c22;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tags {
  float: left;
  width: 100%;
  padding: 0 15px;
}

.nav-links a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f15c22;
}

.tags span,
.tags span a {
  color: #41b5e6;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-decoration: underline;
}

.tags span::after {
  content: ", ";
}

.tags span:last-child::after {
  display: none;
}

.search-box {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

#breadcrumbs span {
  color: #2b2a28;
  line-height: 23px;
  position: relative;
  top: 1px;
  text-transform: uppercase;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
}

#breadcrumbs span a {
  color: #333;
}

.wraps {
  /* float: left;*/
  width: 100%;
}

.single .blog-text h3 {
  float: none;
  font-size: 1.25em;
  width: unset;
}

.fixed-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}

.read_btn {
  text-align: right;
}

.repaitrs-heading-box .search-box:last-child {
  border: 0;
}

.archive .default_banner {
  height: auto;
  padding-top: 54px;
}

.navbar {
  z-index: 999;
}

body #st-1 .st-btn[data-network="facebook"] {
  background: #fff url(img/facebook-logo.svg);
  width: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  
}

body #st-1 .st-btn[data-network="email"] {
  background: #fff url(img/envelope.svg);
  width: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

body #st-1 .st-btn[data-network="twitter"] {
  background: #fff url(img/ryht-Social-Media-logo_X-svg.svg);
  width: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

body #st-1 .st-btn[data-network="print"] {
  background: #fff url(img/printer.svg);
  width: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

body #st-1 .st-btn[data-network="facebook"] img,
body #st-1 .st-btn[data-network="email"] img,
body #st-1 .st-btn[data-network="twitter"] img,
body #st-1 .st-btn[data-network="print"] img {
  display: none;
}

.primary-btn2.orange-color {
  color: #f15c22;
}

.latest-sec.event-bg2.banners {
  padding-top: 0;
}

.latest-sec.event-bg2.bns {
  padding-top: 0;
  background: none;
}

.page-template-template-vouchers .stripe {
  color: #2b2a28;
  font-weight: 400;
  font-size: 1.75em;
  color: #2b2a28;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 50px;
  text-shadow: none;
}

.page-template-template-vouchers .policy_banner .stripe {
  color: #fff;
}

.single-events h1 {
  color: #2b2a28;
  text-shadow: none;
  line-height: 36px;
}

.flexi_sec {
  padding: 40px 0;
}

.arch_title {
  color: #F15C22;
  text-transform: capitalize;
  padding: 14px 0;
}

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

.main_banner h2 {
  color: #fff;
}

.policy_banner.main_banner {
  height: auto;
}

.filterDiv {
  display: none;
}

.filterDiv.show {
  display: block;
}

.ubermenu .ubermenu-active ul.ubermenu-submenu {
  padding: 0;
}

body .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
  padding: 7px 20px;
}

.ubermenu-submenu li ul .ubermenu-target-title.ubermenu-target-text:hover {
  color: #f15c22;
}

.video-sec {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 45px;
}

.video-sec-inner {
  position: absolute;
  top: 40%;
  width: auto;
  text-align: center;
  left: 0;
  right: 0;
}

.page-template-default .primary-btn {
  margin-bottom: 14px;
  font-size: 1em;
}

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

.video-play-btn {
  z-index: 9;
  position: relative;
  width: 120px !important;
}

.video-sec .container {
  position: relative;
}

.voucher.mids {
  padding: 45px 0;
}

.mids_content {
  padding: 0 30px 40px 30px;
  background: #f4f4f4;
  margin-bottom: 0 !important;
}

.mids_content .wp-block-column {
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 58px;
}

.page-template-template-about .video-sec-img {
  margin-top: -102px;
}

.home .banner-text-home.align-items-end p {
  font-size: 1.25em;
}

.page-template-whos-represents-search .new-result {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.box.represult {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.box.represult .column1,
.box.represult .column2 {
  max-width: 100%;
  width: 100%;
}

.box.represult .column2 {
  padding: 0;
}

.box.represult .title {
  background: url(img/stripe.jpg) no-repeat bottom left;
  padding-bottom: 20px;
  margin-bottom: 30px;
  min-height: 74px;
}

.box.represult .column2 div:nth-child(1) {
  font-size: 1.125em;
  margin: 20px 0 0;
  font-weight: bold;
}

.represult .headshot {
  height: 300px;
  width: 100%;
  background-size: cover;
  box-shadow: 4px 2px 5px #555;
  background-position: top;
}

.social-links .link {
  color: #f15c22;
  padding-right: 5px;
}

.email {
  color: #2b2a28 !important;
  margin-bottom: 2px;
  float: left;
}

.column2 .email {
  color: #2b2a28 !important;
  font-size: 16px;
  float: left;
  width: 100%;
}

.aligncenter {
  float: none;
  margin: 25px auto 25px auto;
  display: block;
  height: auto;
  width: auto;
}

.alignright {
  float: right;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.alignleft {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*
.blog-article-img img {
  max-width: 100%;
  height: auto;
}
.blog-text ul li {
  list-style: inside;
  padding-bottom: 4px;
}
.blog-text ul {
  list-style: inside;
  padding-left: 10px;
  margin-bottom: 12px;
}*/
.blog-text h3 {
  float: left;
  width: 100%;
}

.page-template-template-blog .tags span {
  color: #999;
  font-size: 13px;
  font-weight: 500;
}

.page-template-template-blog .tags a {
  color: #999;
  text-decoration: none;
}

.archive .blog-article-img img {
  width: 100%;
  height: auto;
}

.single-news-releases nav span:nth-child(4)>span:first-child>a {
  display: none;
}

/*.wp-block-image img {
  width: auto;
}*/
.post_thumb {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.single-staff .post_thumb {
  text-align: left;
}

.blogs .blog-img img {
  max-width: 100%;
  width: auto;
  height: 100%;
  object-fit: cover;
}

.blogs .blog-img {
  text-align: right;
  padding: 0;
}

.page-template-template-news-releases .blog-article-img img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.archs {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.blog-article-text p {
  font-style: normal;
}

.blog-article-text h2 {
  font-size: 22px;
  color: #000;
}

.blog-article-text h2 a {
  color: #000;
  font-style: normal;
}

.page-template-template-news-releases .pages {
  display: none;
}

body .wp-pagenavi a {
  font-style: normal;
  padding: 5px 8px;
  margin-right: 10px;
  font-size: 13px;
}

.wp-pagenavi {
  text-align: center;
}

.breadcrumb-text span:nth-child(2)>a {
  display: none;
}

.breadcrumb-text span:nth-child(2)>span a {
  display: inline-block;
}

.search_mob {
  display: none;
}

.col-blog {
  flex: 1;
}

.primary-btn a {
  color: #fff;
  padding: 7px 0px;
  background: none;
  font-size: 16px;
}

header h1 {
  line-height: 43px;
}

body header p,
header .banner-text-home p {
  line-height: 30px;
}

.page-template-template-blog .blog_banner.blogs {
  min-height: unset;
}

.page-template-template-blog p {
  padding-bottom: 40px;
}

#mapsvg-controller-undefined {
  width: 30%;
  left: 39%;
  top: 30%;
}

.mapsvg-details-container .mapsvg-controller-view-toolbar {
  height: 28px;
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 0;
}

.mapsvg-auto-height {
  background: #fff;
  border: 1px solid #ccc;
}

.mapsvg-controller-view-content hr {
  border: 0;
}

.navbar.navbar-expand-xl.sticky.tp-background.fixed-nav {
  padding: 14px 0 6px;
}

.newsroom-top-sec-grey .ff-stream-wrapper {
  margin: 0;
}

.newsroom-top-sec-grey .ff-stream {
  padding: 0 0 30px;
  border-radius: 14px 14px 0 0;
}

/* new search  css */
.property-search-link {
  display: inline-block;
  color: #fff;
  border-radius: 100px;
  letter-spacing: 0.5px;
  font-size: 1em;
  font-family: 'Readex Pro';
  font-weight: 600;
  min-height: 55px;
  background: #439C3F;
  line-height: 55px;
  padding: 0 40px;
  text-align: center;
  position: relative;
  right: 110px;
  top: 0;
}

.property-search-link:hover,
.property-search-link:focus {
  color: #fff;
  text-decoration: none;
  background-color: #173F3F;
}

.property-search-link-icon {
  color: #fff !important;
  font-size: 1em;
  position: relative;
  right: 75px;
  top: 0;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100%;
  cursor: pointer;
}

.property-search-link-icon:hover,
.property-search-link-icon:focus {
  border: 1px solid #439C3F;
  color: #fff;
  background: #439C3F;
  text-decoration: none;
}



.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;

}

.overlay-content {
  position: relative;
  top: 20%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.search-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .8);
}

.overlay input[type=text] {
  padding: 15px 15px 15px 25px;
  font-size: 17px;
  border: none;
  float: left;
  width: 90%;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background: white;
  text-decoration: none;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 10%;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  padding: 10px;
  background: #f15c22;
  color: #fff;
  font-weight: 600;
  font-family: 'Readex Pro';
  font-size: 1em;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background-color: #41b5e6;
}


.overlay-content img {
  width: 36px !important;
}

.latest-sec.event-bg2.bns #gform_wrapper_1.gform_wrapper.gravity-theme label {
  color: #000 !important;
}

.latest-sec.event-bg2.bns .gfield_label {
  margin-top: 20px !important;

}

.latest-sec.event-bg2.bns #input_1_4_1_label {
  margin-top: 10px;
}

.rad-bottom-sec .primary-btn {
  position: relative;
  z-index: 9;
  padding: 6px 20px;
  margin-bottom: 20px;
}

.single-events .breadcrumb-text span:nth-child(2)>a {
  display: inline-block;
}



/* css */

.news-event-button {
  text-align: center;
}

.search-title {
  font-weight: 400;
  font-size: 1.75em;
  color: #2b2a28;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 32px;
  text-shadow: none;
}

.voucher-inner-sec {
  margin-top: 60px;
}

.main-box .latest-sec h1 {
  font-weight: 400;
  font-size: 1.75em;
  color: #2b2a28;
  text-transform: uppercase;
  line-height: 32px;
  text-shadow: none;
  margin-bottom: 20px;
}

.out_btn:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #f15c22;
}

.banner-text-home h1 {
  border-bottom: 2px solid #f15c22;
  padding-bottom: 20px;
  padding-top: 0;
  margin-bottom: 0;
}

.banner-text-home p a.banner_link {
  font-size: 16px;
  padding: 6px 20px;
}

.improve-sec h1 {
  font-weight: 400;
  font-size: 1.75em;
  color: #2b2a28;
  text-transform: uppercase;
  line-height: 32px;
  text-shadow: none;
  margin-bottom: 0;
}

.voucher-latest-section {
  padding: 20px 0;
}

.event_desc div {
  font-size: 1.125em;
  color: #2b2a28;
  line-height: 25px;
  margin-bottom: 25px;
}

.blog-text.single_social img {
  width: 38px;
}

.blog-text.single_social {
  margin-bottom: 24px;
}

.footer-links {
  margin-left: 0;
}

.home-content-section {
  margin-top: 40px;
}

.breadcrumb-text ol li {
  list-style: none;
  padding-bottom: 0;
  font-size: unset;
  display: unset;
}

.breadcrumb-text ol li:before {
  content: unset;
}

.event-inner-breadcrumb ol li a::after {
  content: "";
}

blockquote, blockquote p {
  font-family: 'Bad Script', cursive !important;
  line-height: 70px !important;
  font-weight: 400 !important;
  font-style: italic !important;
  font-size: 40px !important;
  margin-bottom: 0px;
}

blockquote{
  padding: 50px;
  background: url('https://ryhtexasdev.wpengine.com/wp-content/uploads/2023/08/quote.jpg');
  background-repeat: no-repeat;
  background-position: top center;
}


cite {
  font-size: 16px !important;
	font-family:'Montserrat', sans-serif;
	font-style:normal;
  color:#2b2a28;
}
.page-id-65 blockquote {
	background: none;
}


.page-template-template-events .resource_title .primary-btn {
  padding: 3px 20px;
}

.stripe.texas_stripe {
  text-shadow: none;
  color: #2b2a28;
}

.border-2.feature-border {
  margin-top: 70px;
  margin-bottom: 0;
}

.texas_heading.h1 {
  text-shadow: none;
  color: #2b2a28;
  background: url(img/stripe.jpg) no-repeat bottom left;
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

.texas_heading.h2 {
  color: #f15c22;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.gform_button:hover {
  color: #fff;
  text-decoration: none;
}

.event_desc .gform_button:hover {
  background: #2b2a28;
  color: #fff;
  border: 1px solid #2b2a28;
  text-decoration: none;
}

.trusee-program-inner {
  margin: 35px 0 15px 0;
}

.event_desc div .gform_button {
  font-size: 16px;
}

.wp-caption.aligncenter {
  max-width: 600px;
}

.aligncenter.size-full {
  max-width: 600px;
}

.archive-inner-sec h1 {
  float: left;
  text-shadow: none;
  color: #2b2a28;
}

.rad-banner {
  padding: 60px 0;
}

.rad-banner h1 {
  line-height: 36px;
}

.archive .wp-pagenavi .pages {
  display: none;
}

.page-id-11 #myOverlay2 .gform_wrapper {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

.page-id-11 #myOverlay2 .gfield_label,
#myOverlay2 label {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  padding: 0;
  text-transform: capitalize;
  color: #fff;
  text-align: left;


}

.page-id-11 .ginput_container input,
.gform_wrapper.gravity-theme select {
  border-radius: 100px !important;
  border: none !important;
  background: white !important;
}

.page-id-11 .overlay-content-overflow {
  max-height: 80vh;
}

.page-id-11 .gform_heading h2 {
  color: #fff;
  margin: 15px 0;
  font-weight: 500;
}

.page-id-11 .gform_description {
  color: #fff;
  font-size: 16px;
  margin: 0 0 12px 0;
  text-align: center;
  float: left;
  width: 100%;
}

.newsroom-join-media:hover {
  text-decoration: none;
}

#policy-section {
  padding: 65px 0;
}

.improve-sec-main {
  padding-bottom: 0;
}

/* testimonials-section css */
#testimonials-section {
  padding: 10px 0 60px 0;
}

#testimonial .item p {
  margin-bottom: 30px;
}

#testimonial .item h6 {
  margin-bottom: 20px;
}

.testimonial-icon img {
  padding-bottom: 40px;
}

.heading-text {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 0;
}

#testimonials-section .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  border: 1px solid #f15c22;
  background: #fff;
}

#testimonials-section .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  border: 1px solid #f15c22;
  background: #f15c22;
}

.testimonial-icon svg {
  width: 40px;
  fill: #f15c22;
}

.item blockquote p em {
  font-size: 40px;
  /*font-family: 'Bad Script', cursive;
  line-height: 70px;*/
  padding: 0 10px;
}

.news-triangle {
  z-index: -9;
}

/* responsive */
.page-template-template-resources .banner-text-home,
.page-template-template-newsroom .banner-text-home,
.page-template-template-news-releases .banner-text-home {
  min-height: unset;
}

.mapsvg-controller-view-content a {
  display: block;
  color: #2C2A29;
  border-radius: 0;
  letter-spacing: 0.5px;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  min-height: 50px;
  line-height: 30px;
  padding: 8px 20px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #f15c22;
  margin-top: 26px;
  width: 150px;
}

body .mapsvg-popover-close {
  width: 100%;
  overflow: visible;
  right: 22px;
  text-align: right;
}

body .mapsvg-popover-close::before {
  content: "close X";
  left: 26px;
  color: #333;
  transform: unset;
  font-size: 56px;
  height: 0;
  line-height: 20px;
  margin-top: 5px;
}

body .mapsvg-popover-close::after {
  display: none;
}

.blk .wp-block-genesis-blocks-gb-column,
.blk .gb-block-layout-column-inner,
.blk .wp-block-image,
.blk .wp-block-image img {
  height: 100%;
  object-fit: cover;
}

/*.page-template-default li {
  list-style: unset;
  padding-bottom: 2px;
}
.page-template-default ul {
  list-style: inside;
  margin-bottom: 15px;
}*/
.mapsvg-tooltip-visible #mapsvg-controller-undefined {
  width: unset;
  left: unset;
  top: unset;
}

.tps li {
  display: inline-block;
}

.home iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    width: 177.78vh;
  }
}

.primary-btn3.custom_out {
  font-size: 1em;
}


.single-staff .breadcrumb-text span:nth-child(2)>a {
  display: inline-block;
}

#gform_wrapper_1.gform_wrapper.gravity-theme label {
  color: #fff;
}


.is-provider-vimeo .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.is-provider-vimeo.wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}


.page-template-template-vouchers .latest-sec.event-bg2 h1 {
  color: #2B2A28;
  text-shadow: none;
}

.home #masthead {
  overflow: hidden;
}

.is-layout-flex {
  /*float: left;*/
}

.page-template-default ul.footer-links li::marker {
  color: transparent;
  font-size: 0;
}

.post_thumb img {
  height: auto;
  width: auto;
}

.page-template-template-all-upcoming-events h1 {
  color: #2B2A28;
  text-shadow: none;
}

.head_lang {
  display: none;
}

.nav_btm {
  float: left;
  width: 100%;
  padding: 0 15px;
}

.page-template-default .video-sec-inner {
  top: 42%;
}

.latest-sec-box .video-btn img {
  width: auto;
  max-height: unset;
}

.gform_wrapper.gravity-theme label {
  color: #2b2a28;
}

.gfield.advocacy-field {
  width: 32.3%;
  margin: 0 .5% 30px !important;
  float: left;
  clear: none !important;
  text-align: center;
  border: 1px solid #9fa0a0;
  padding: 0 30px 50px 30px !important;
  background: #fff;
}

body #gform_fields_9 .advocacy-field .gfield_label {
  padding: 20px 18px 0;
  min-height: 190px;
  font-weight: 600 !important;
  display: inline-block;
  line-height: 1.3;
  font-size: 18px;
}

#gform_9 {
  max-width: 80%;
  margin: 0 auto;
}

.advocacy-field .gfield_checkbox input:checked+label {
  background: #f15c22;
}

.advocacy-subscribe .gfield_label::before {
  content: "";
  height: 75px;
  width: 75px;
  background: url(img/newsletter-icon.png);
  background-repeat: repeat;
  background-repeat: no-repeat;
  display: block;
  margin: 0px auto;
  margin-bottom: 0px;
  margin-bottom: 10px;
}

.advocacy-text .gfield_label::before {
  content: "";
  height: 75px;
  width: 75px;
  background: url(img/text-icon.png);
  background-repeat: repeat;
  background-repeat: no-repeat;
  display: block;
  margin: 0px auto;
  margin-bottom: 0px;
  margin-bottom: 10px;
}

.advocacy-connect .gfield_label::before {
  content: "";
  height: 75px;
  width: 75px;
  background: url(img/connect-icon.png);
  background-repeat: repeat;
  background-repeat: no-repeat;
  display: block;
  margin: 0px auto;
  margin-bottom: 0px;
  margin-bottom: 10px;
}

.advocacy-field .gfield_checkbox label {
  display: block;
  background: #959595;
  line-height: 40px !important;
  height: 40px !important;
  width: 100% !important;
  color: #fff;
  text-align: center;
  max-width: 85% !important;
  font-size: 16px !important;
  letter-spacing: -.5px !important;
  border-radius: 50px;
}

.advocacy-field .gfield_checkbox label::before {
  content: "\f10c";
  font-family: fontawesome;
  margin-right: 10px;
}

.gform_legacy_markup_wrapper #gform_9 .gfield_description {
  width: 100%;
  min-height: 117px;
}

#field_9_2 {
  width: 50%;
  float: left;
}

#field_9_2 input,
#input_9_20_5_container {
  width: 100%;
}

.advocacy-field .gfield_checkbox input[type="checkbox"] {
  display: none !important;
}

.advocacy-field .gfield_checkbox input:checked+label {
  background: #f15c22;
}

.advocacy-field .gfield_checkbox input:checked+label::before {
  content: "\f058";
  font-family: fontawesome;
  margin-right: 10px;
}

.advocacy-field .gfield_checkbox input:checked+label:hover {
  background-color: #41b6e6;
  color: white;
}

.video_bg {
  background: #000;
  display: inline-block;
  margin: 40px 0;
}

.page-template-default .video {
  opacity: 0.6;
}

.advance-sec h3 {
  font-weight: 400;
  font-size: 1.75em;
  color: #2b2a28;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 32px;
}


@media only screen and (min-width: 992px) and (max-width: 1280px) {

  .dark-grey-sec ul li {
    background: url('img/check.png') no-repeat left 15px !important;
  }

  .bottom_text {
    margin-top: -90px !important;
  }
  .navbar-toggler {
    padding-right: 0;
  }

  .navbar .container {
    padding: 0 0 0 15px;
  }

  .box .title {
    font-size: 15px;
  }

  .represult .headshot {
    background-position: top !important;
    height: 250px;
  }


  body .right_menus {
    background: #2C2A29;
    padding-right: 0;
  }

  img,
  iframe,
  video {
    max-width: 100%;
  }


  /* .header-top {
    display: none;
  } */

  .footer-links li span {
    padding: 0 3px;
  }

  .footer-links li a {
    padding: 0;
    font-size: 1em;
  }

  .intro-text {
    padding: 0 15px 0 0;
  }

  .events {
    text-align: left;
  }



  /* landing */

  .landing-sec-one {
    height: auto;
    padding-bottom: 50px;
  }


  /* landing */

  #breadcrumb-section {
    margin-top: 0;
    padding: 10px 0;
  }

  .policy_btn {
    width: 70%;
    text-align: center;
  }

  .rad-box-sec {
    padding: 0 15%;
  }

  .rad-box-sec2 {
    padding: 0 15%;
  }

  .navbar .row {
    width: 100%;
  }

  .policy-search-inner input {
    width: 72%;
  }

  .navbar-toggler {
    float: right;
    margin-top: 14px;
  }

  .mob_btn {
    display: none;
  }

  .newsroom-top-sec-grey-inner2.w-75 {
    width: 100% !important;
  }



   /* ----- finacepage------- */

   /* .page-template-template-finance-landing .dark_blue_sec iframe, 
   .page-template-template-finance-landing .dark_blue_sec2_video iframe {
    height: 44vw !important;
  } */

  .page-template-template-finance-landing .blue_sec {
   /* background: #c5f6ff url(images/blue-bg-res.jpg) no-repeat top center; */
    background-size: 100% 340px;
    margin-top: 43px;
    padding-bottom: 0;
  }

  .page-template-template-finance-landing .blue_sec_top .dollar-icon {
    margin-bottom: 40px;
  }
  
  .page-template-template-finance-landing .blue_sec_top .dollar-icon img {
    width: 60px;
  }

  .page-template-template-finance-landing .blue_sec_top {
    margin-top: 60px !important;
  }

  .page-template-template-finance-landing .blue_sec_top p {
    margin-top: 130px;
    margin-bottom: 0;
  }

  .page-template-template-finance-landing .purple_sec_top {
    margin-top: 160px;
  }

  .page-template-template-finance-landing .purple_sec_top_mid {
    width: 450px;
  }

  .page-template-template-finance-landing .purple_sec_top_inner {
    padding: 50px;
  }

  .page-template-template-finance-landing .dark_blue_sec {
    margin-top: -200px;
    padding-top: 140px;
  }

  .page-template-template-finance-landing .bottle_sec {
    padding-top: 150px;
  }

  .page-template-template-finance-landing .bottle_sec_top_mid {
    margin-bottom: 68px;
  }

  .page-template-template-finance-landing .bottle_sec_top {
    background-size: 100% auto;
  }

  .page-template-template-finance-landing .bottle_sec_top_mid::before {
    width: 44%;
    background-size: 100% 210px;
  }

  .page-template-template-finance-landing .map_sec_top_mid {
    width: 600px;
    margin-bottom: 97px;
  }

  .page-template-template-finance-landing .dark_blue_sec2.dark_blue_sec2_res {
    padding: 120px 0 0;
  }

  .page-template-template-finance-landing .map_sec_top_mid_inner {
    padding: 50px;
  }

  .page-template-template-finance-landing .map_sec {
    padding-top: 150px;
  }

  .page-template-template-finance-landing .map_sec_top {
    margin-top: 50px;
  }

  .page-template-template-finance-landing .dark_blue_sec2 {
    padding-top: 220px;
  }

  .page-template-template-finance-landing .funds_sec {
    padding-top: 120px;
  }

  .page-template-template-finance-landing .funds_sec_top_mid {
    width: 550px;
    margin-bottom: 63px;
  }

  .page-template-template-finance-landing .funds_sec_top {
    margin-top: 20px;
  }

  .page-template-template-finance-landing .funds_sec_top_mid_inner {
    margin-bottom: 40px;
    padding: 50px;
  }

  .page-template-template-finance-landing .rising_sec {
    padding-top: 180px;
  }

  .page-template-template-finance-landing .map_sec_top h2::before {
    width: 100%;
  }

  .page-template-template-finance-landing .rising_sec_top {
    padding: 10px;
  }

  .page-template-template-finance-landing .rising_sec_top_mid {
    margin-bottom: 22px;
    width: 450px;
  }

  .page-template-template-finance-landing .rising_sec_top_mid::before {
    width: 100%;
    height: 146px;
    background-size: 100% 150px;
  }

  .page-template-template-finance-landing .invest_sec {
    background-size: 100% auto;
    padding-top: 180px;
  }

  .page-template-template-finance-landing .row.invest_sec_top_mid {
    width: 450px;
    margin-bottom: 50px;
  }

  .page-template-template-finance-landing .invest_sec_top_mid::before {
    width: 100%;
    left: 0px;
  }

  .page-template-template-finance-landing .funds_sec_top h2::before {
    width: 100%;
    height: 155px;
  }

  .page-template-template-finance-landing .invest_sec_top h2 {
    margin-top: -5px;
  }

  .page-template-template-finance-landing .rising_sec_top h2 {
    margin-top: -7px;
  }

  /* ----- financepage------- */



}



@media only screen and (min-width:1281px) and (max-width: 1500px) {

  img,
  iframe,
  video {
    max-width: 100%;
  }

  /* ----- financepage------- */

  /* .page-template-template-finance-landing .dark_blue_sec iframe, 
  .page-template-template-finance-landing .dark_blue_sec2_video iframe {
    height: 44vw !important;
  } */

  .page-template-template-finance-landing .blue_sec {
    background-size: 100% 440px;
    margin-top: 43px;
    padding-bottom: 0;
  }

  .page-template-template-finance-landing .blue_sec_top .dollar-icon {
    margin-bottom: 70px;
  }
  
  .page-template-template-finance-landing .blue_sec_top .dollar-icon img {
    width: 70px;
  }

  .page-template-template-finance-landing .blue_sec_top {
    margin-top: 80px !important;
  }

  .page-template-template-finance-landing .blue_sec_top p {
    margin-top: 180px;
    margin-bottom: 0;
  }

  .page-template-template-finance-landing .purple_sec_top {
    margin-top: 160px;
  }

  .page-template-template-finance-landing .purple_sec_top_mid {
    width: 450px;
  }

  .page-template-template-finance-landing .purple_sec_top_inner {
    padding: 50px;
  }

  .page-template-template-finance-landing .dark_blue_sec {
    margin-top: -200px;
    padding-top: 140px;
  }

  .page-template-template-finance-landing .bottle_sec {
    padding-top: 180px;
  }

  .page-template-template-finance-landing .bottle_sec_top_mid {
    margin-bottom: 68px;
  }

  .page-template-template-finance-landing .bottle_sec_top {
    background-size: 100% auto;
  }

  .page-template-template-finance-landing .bottle_sec_top_mid::before {
    width: 44%;
    background-size: 100% 210px;
  }

  .page-template-template-finance-landing .map_sec_top_mid {
    width: 600px;
    margin-bottom: 97px;
  }

  .page-template-template-finance-landing .dark_blue_sec2.dark_blue_sec2_res {
    padding: 120px 0 0;
  }

  .page-template-template-finance-landing .map_sec_top_mid_inner {
    padding: 50px;
  }

  .page-template-template-finance-landing .map_sec {
    padding-top: 180px;
  }

  .page-template-template-finance-landing .map_sec_top {
    margin-top: 50px;
  }

  .page-template-template-finance-landing .dark_blue_sec2 {
    padding-top: 220px;
  }

  .page-template-template-finance-landing .funds_sec {
    padding-top: 120px;
  }

  .page-template-template-finance-landing .funds_sec_top_mid {
    width: 550px;
    margin-bottom: 63px;
  }

  .page-template-template-finance-landing .funds_sec_top {
    margin-top: 20px;
  }

  .page-template-template-finance-landing .funds_sec_top_mid_inner {
    margin-bottom: 40px;
    padding: 50px;
  }

  .page-template-template-finance-landing .rising_sec {
    padding-top: 180px;
  }

  .page-template-template-finance-landing .map_sec_top h2::before {
    width: 100%;
  }

  .page-template-template-finance-landing .rising_sec_top {
    padding: 10px;
  }

  .page-template-template-finance-landing .rising_sec_top_mid {
    margin-bottom: 22px;
    width: 450px;
  }

  .page-template-template-finance-landing .rising_sec_top_mid::before {
    width: 100%;
    height: 146px;
    background-size: 100% 150px;
  }

  .page-template-template-finance-landing .invest_sec {
    background-size: 100% auto;
    padding-top: 200px;
  }

  .page-template-template-finance-landing .row.invest_sec_top_mid {
    width: 450px;
    margin-bottom: 50px;
  }

  .page-template-template-finance-landing .invest_sec_top_mid::before {
    width: 100%;
  }

  .page-template-template-finance-landing .funds_sec_top h2::before {
    width: 100%;
    height: 155px;
  }


  .page-template-template-finance-landing .invest_sec_top h2 {
    margin-top: -5px;
  }

  .page-template-template-finance-landing .rising_sec_top h2 {
    margin-top: -7px;
  }

  /* ----- financepage------- */

}



@media only screen and (min-width: 1501px) and (max-width: 1919px) {
  img,
  iframe,
  video {
    max-width: 100%;
  }

  /* ----- financepage------- */

  .page-template-template-finance-landing .blue_sec {
    background-size: 100% 440px;
    margin-top: 43px;
  }

  .page-template-template-finance-landing .blue_sec_top .dollar-icon {
    margin-bottom: 70px;
  }
  
  .page-template-template-finance-landing .blue_sec_top .dollar-icon img {
    width: 70px;
  }

  .page-template-template-finance-landing .blue_sec_top {
    margin-top: 80px !important;
  }

  .page-template-template-finance-landing .blue_sec_top p {
    margin-top: 200px;
  }

  .page-template-template-finance-landing .purple_sec_top {
    margin-top: 160px;
  }

  .page-template-template-finance-landing .purple_sec_top_mid {
    width: 450px;
  }

  .page-template-template-finance-landing .purple_sec_top_inner {
    padding: 50px;
  }

  .page-template-template-finance-landing .dark_blue_sec {
    margin-top: -200px;
    padding-top: 140px;
  }

  .page-template-template-finance-landing .bottle_sec {
    padding-top: 200px;
  }

  .page-template-template-finance-landing .bottle_sec_top_mid {
    margin-bottom: 68px;
  }

  .page-template-template-finance-landing .bottle_sec_top {
    background-size: 100% auto;
  }

  .page-template-template-finance-landing .bottle_sec_top_mid::before {
    width: 44%;
    background-size: 100% 210px;
  }

  .page-template-template-finance-landing .map_sec_top_mid {
    width: 600px;
    margin-bottom: 97px;
  }

  .page-template-template-finance-landing .dark_blue_sec2.dark_blue_sec2_res {
    padding: 120px 0 0;
  }

  .page-template-template-finance-landing .map_sec_top_mid_inner {
    padding: 50px;
  }

  .page-template-template-finance-landing .map_sec {
    padding-top: 220px;
  }

  .page-template-template-finance-landing .map_sec_top {
    margin-top: 50px;
  }

  .page-template-template-finance-landing .dark_blue_sec2 {
    padding-top: 220px;
  }

  .page-template-template-finance-landing .funds_sec {
    padding-top: 120px;
  }

  .page-template-template-finance-landing .funds_sec_top_mid {
    width: 550px;
    margin-bottom: 63px;
  }

  .page-template-template-finance-landing .funds_sec_top {
    margin-top: 20px;
  }

  .page-template-template-finance-landing .funds_sec_top_mid_inner {
    margin-bottom: 40px;
    padding: 50px;
  }

  .page-template-template-finance-landing .rising_sec {
    padding-top: 180px;
  }

  .page-template-template-finance-landing .map_sec_top h2::before {
    width: 100%;
  }

  .page-template-template-finance-landing .rising_sec_top {
    padding: 10px;
  }

  .page-template-template-finance-landing .rising_sec_top_mid {
    margin-bottom: 22px;
    width: 450px;
  }

  .page-template-template-finance-landing .rising_sec_top_mid::before {
    width: 100%;
    height: 146px;
    background-size: 100% 150px;
  }

  .page-template-template-finance-landing .invest_sec {
    background-size: 100% auto;
    padding-top: 250px;
  }

  .page-template-template-finance-landing .row.invest_sec_top_mid {
    width: 450px;
    margin-bottom: 50px;
  }

  .page-template-template-finance-landing .invest_sec_top_mid::before {
    width: 100%;
  }

  .page-template-template-finance-landing .funds_sec_top h2::before {
    width: 100%;
    height: 155px;
  }

  .page-template-template-finance-landing .invest_sec_top h2 {
    margin-top: -5px;
  }

  .page-template-template-finance-landing .rising_sec_top h2 {
    margin-top: -7px;
  }


  /* ----- financepage------- */
}




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

  img,
  iframe,
  video {
    max-width: 100%;
  }

  .header-top {
    display: flex;
    margin: 0 auto 5px auto;
    max-width: 720px;
  }

  .gfield.advocacy-field {
    width: 100%;
  }

  #field_9_2 {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }

  .header-top {
    justify-content: center !important;
  }

  .header-top-text ul {
    margin-bottom: 0;
  }

  #gform_wrapper_9.gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100%;
  }

  .page-template-template-resources .video-btn {
    position: absolute;
    width: 84%;
    top: 63px;
    text-align: center;
  }

  .page-template-template-resources .latest-sec-box .video-btn img {
    width: 70px;
    max-height: unset;
    height: 70px;
    object-fit: contain;
  }

  #breadcrumb-section {
    margin-top: 36px;
  }

  .select-dropdown-leadership {
    border: 1px solid #eee;
    top: 2px;
    width: 180px;
  }

  .search_mob .select-dropdown-leadership {
    display: none;
  }

  .latest-sec-box img {
    max-height: unset;
    object-fit: cover;
    width: 100%;
    height: 200px;
  }

  .primary-btn3 {
    font-size: 1em;
  }

  .box.represult {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .video-sec-inner img {
    width: 60px;
  }

  .video-sec-inner {
    top: 33%;
  }

  .navbar-toggler {
    padding-right: 0;
  }

  .search_mob {
    display: block;
    width: 63%;
    text-align: right;
    padding-right: 18px;
    position: relative;
  }

  #texts {
    position: absolute;
    right: 44px;
    top: 0;
  }

  .navbar-section {
    justify-content: unset;
  }

  h1 {
    font-size: 2em;
  }

  .search_mob {
    display: block;
  }

  /*  .header-top {
    display: none;
  }
*/


  /* about */


  .intro-text {
    padding: 40px;
  }

  .improve-sec {
    text-align: center;
  }

  .single-staff .improve-sec {
    text-align: left;
  }

  .single-staff .improve-sec {
    text-align: left;
  }

  .resource_title {
    text-align: center;
    margin: 60px 0 0;
  }

  .footer-links li {
    float: none;
    display: inline-block;
    text-align: center;
  }

  .policy {
    text-align: center;
  }

  footer {
    text-align: center;
    padding: 40px 0;
    font-size: 11px;
    line-height: 25px;
  }

  .footer_logo2 {
    text-align: center;
  }

  br {
    display: none;
  }

  .social-icons {
    text-align: center;
  }

  .social-icons a {
    padding: 0 20px;
  }

  .social-icons a img {
    width: 40px;
  }

  .footer-links {
    margin-bottom: 25px;
  }

  .footer-logos {
    margin-bottom: 20px !important;
  }

  .subscribe-sec {
    padding: 0 0 40px 0;
    text-align: center;
  }

  .address {
    margin-bottom: 20px;
  }

  .subscribe-sec p {
    line-height: 32px;
  }

  .needs-validation label {
    text-align: left;
    display: block;
  }

  .needs-validation input {
    margin-bottom: 14px;
  }

  .subscribe-sec h2 {
    line-height: 38px;
  }

  .policy span {
    width: 160px;
    display: block;
    margin: 0 auto;
  }

  .policy .primary-btn2 {
    float: left;
    width: 100%;
    color: #2C2A29;
    font-weight: 400;
  }

  /* about */




  /* landing */

  .landing-sec-one {
    height: auto;
    padding-bottom: 50px;
  }


  /* landing */


  .owl-prev {
    left: 40px;
  }

  .owl-next {
    right: 40px;
  }

  .owl-nav {
    top: 35%;
  }

  .advance-sec {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: left;
  }


  .advance-sec h2 {
    margin-top: -10px;
    margin-bottom: 10px;
  }

  .advance-sec .primary-btn4 {
    margin-top: 10px;
  }

  .intro-text.policy-top-text {
    padding-right: 0;
  }

  .policy-top-text {
    margin-top: 0;
  }

  .policy_btn {
    width: 100%;
  }

  .policy-img {
    margin-top: 0;
  }


  .navbar .row {
    width: 100%;
  }

  .policy-search-inner input {
    width: 72%;
  }

  .tp-background {
    padding: 20px 0;
  }

  .high_res {
    display: none;
  }

  .mob_btn {
    display: block;
  }



  .res-search {
    display: block;
    float: right;
    position: relative;
    right: -185px;
    top: -5px;
    width: 26px;
  }

  .advance-sec img {
    margin-bottom: 10px;
    padding: 15px;
  }

  .policy-box img {
    max-height: 170px;
  }




}





@media only screen and (min-width: 641px) and (max-width: 767px) {

  img,
  iframe,
  video {
    max-width: 100%;
  }

  .page-id-51179 .policy_banner {
    padding-top: 90px;
    min-height: 250px;
  }
  .page-id-51179 .banner-text-home {
    min-height: 250px;
  }

  .bottom_text {
    margin-top: 0px !important;
  }
  body .search_mob {
    width: 48%;
  }

  .header-top {
    justify-content: center !important;
  }

  .header-top-text ul {
    margin-bottom: 0;
  }

  .header-top-text {
    margin-top: 4px;
  }

  #driver {
    display: none;
  }

  .navbar-toggler {
    padding-right: 0;
  }

  .tp-background {
    padding: 20px 0;
  }

  .search_mob .select-dropdown-leadership {
    display: none;
  }

  .select-dropdown-leadership {
    border: 1px solid #eee;
    top: 2px;
    width: 180px;
  }

  /*  .header-top {
    display: none;
  } */
  .video-sec-inner img {
    width: 60px;
  }

  .video-sec-inner {
    top: 26%;
  }

  .video-sec img {
    max-width: 100%;
  }

  /* homepage */


  .footer-links li {
    float: none;
    display: inline-block;
    text-align: center;
  }

  .policy {
    text-align: center;
  }

  footer {
    text-align: center;
    padding: 40px 0;
    font-size: 0.75em;
    line-height: 25px;
  }

  .footer_logo2 {
    text-align: center;
  }

  br {
    display: none;
  }

  .social-icons {
    text-align: center;
  }

  .social-icons a {
    padding: 0 18px;
  }

  .social-icons a img {
    width: 40px;
  }

  .footer-links {
    margin-bottom: 25px;
  }

  .footer-logos {
    margin-bottom: 20px !important;
  }

  .subscribe-sec {
    padding: 0 0 40px 0;
    text-align: center;
  }

  .address {
    margin-bottom: 20px;
  }

  .subscribe-sec p {
    line-height: 32px;
  }

  .needs-validation label {
    text-align: left;
    display: block;
  }

  .needs-validation input {
    margin-bottom: 14px;
  }

  .subscribe-sec h2 {
    line-height: 38px;
  }

  .about-sec {
    text-align: center;
    padding: 60px 0 60px;
    background: none;
  }

  h2 {
    font-size: 1.5em;
    text-align: center;
  }

  .latest-sec {
    padding: 40px 0;
  }

  .primary-btn3 {
    margin-top: 30px;
    line-height: 30px;
    font-size: 1em;
    padding: 10px 20px;
  }

  .events {
    border-bottom: 2px solid #b8b8b8;
  }


  .footer-logos img {
    width: 57%;
    margin-bottom: 30px;
  }

  .title1 {
    display: none;
  }

  .resource_title {
    margin-top: 80px;
    text-align: center;
  }

  .border-1 {
    margin: 20px 0 40px;
  }

  .announce-sec {
    display: none;
  }

  #masthead {
    background: url("img/slider-image.png") no-repeat top center;
    background-size: auto;
    background-size: cover;
  }


  .navbar-brand {
    padding-top: 0;
    width: 40%;
  }

  .title2 {
    display: block;
  }

  .res-search {
    display: block;
    float: right;
    position: relative;
    right: -95px;
    top: -5px;
    width: 26px;
  }



  /* homepage */



  /* about */


  .intro-text {
    padding: 30px 25px;
  }

  .policy span {
    width: 160px;
    display: block;
    margin: 0 auto;
  }

  .policy .primary-btn2 {
    float: left;
    width: 100%;
    color: #2C2A29;
    font-weight: 400;
  }




  /* about */





  /* landing */

  .landing-sec-one {
    background: none;
    height: auto;
    padding-bottom: 50px;
    text-align: center;
  }

  .logo {
    text-align: center;
    width: 100%;
  }

  .banner-text-home-landing h1 {
    text-align: center;
  }

  .banner-text-home-landing p {
    text-align: center;
  }


  /* landing */


  .owl-prev {
    left: 40px;
  }

  .owl-next {
    right: 40px;
  }

  .title-heading {
    display: block;
  }


  .advance-sec {
    padding-right: 0;
    text-align: center;
  }

  .blog_banner {
    background: #2C2A29;
    height: auto;
    padding-bottom: 50px;
  }

  .events_banner {
    background: #2b2a28;
    height: auto;
    text-align: center;
  }

  .banner-text-home h1 {
    text-align: center;
    font-size: 1.75em;
    line-height: 38px;
  }

  .banner-text-home p {
    text-align: center;
  }

  .advance_banner {
    background: #2C2A29;
    height: auto;
    padding: 50px 0 30px;
  }

  .mobile-img {
    display: block;
    margin-top: 90px;
  }

  .research-grey-sec {
    height: auto;
    text-align: center;
  }

  .policy-top-text {
    margin-top: 0;
  }

  .policy-img {
    margin-top: 0;
  }

  .intro-text.policy-top-text h2 {
    text-align: center;
  }

  .policy_btn {
    width: 100%;
    text-align: center;
  }


  .policy_banner {
    background: #2C2A29;
    height: auto;
    padding-bottom: 50px;
  }


  .blog-entry-drop h3 {
    margin-top: 10px;
  }


  .policy-search-inner input {
    width: 72%;
  }

  .high_res {
    display: none;
  }

  .mob_btn {
    display: block;
  }

  .breadcrumb-text .breadcrumb .breadcrumb-item.active {
    line-height: 23px !important;
  }

  .breadcrumb-res {

    padding: 12px 0 10px !important;
  }

  .mobile-img img {
    width: 100%;
  }

  .about_banner {
    background: #2b2a28;
    height: auto;
    text-align: center;
  }

  .banner-text-home {
    align-items: center !important;
  }

  .intersect-right img {
    width: 7% !important;
    margin: 4px 2px 0;
  }


}





@media only screen and (min-width: 481px) and (max-width: 640px) {

  img,
  iframe,
  video {
    max-width: 100%;
  }

  .page-id-51179 .policy_banner {
    padding-top: 150px;
    min-height: 250px;
  }
  .page-id-51179 .banner-text-home {
    min-height: 250px;
  }

  .dark-grey-sec ul li {
    background: url('img/check.png') no-repeat left 15px !important;
  }
  body .search_mob {
    width: 44%;
  }

  .head_lang {
    display: block;
    background: #2C2A29;
    float: left;
    width: 100%;
    padding: 4px 5%;
  }

  .header-top-text ul {
    margin-bottom: 0;
  }

  .head_lang .icon1 {
    display: block;
    width: auto;
    color: #D6D8D7;
    font-size: 14px;
    float: left;
  }

  .head_lang .select-dropdown-leadership {
    display: block;
    float: right;
    width: 180px;
  }

  .right_menus {
    padding: 0;
  }

  .header-top.justify-content-end .select-dropdown-leadership {
    display: none;
  }

  .tp-background {
    background: #2C2A29;
    padding: 10px 0;
  }

  .header-top {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 4px;
  }

  .header-top-text a {
    text-decoration: underline;
    border-right: 1px solid #ccc;
    margin: 0;
    padding: 0 10px;
  }

  .header-top-text a:last-child {
    border: 0;
  }

  .header-top-text {
    float: left;
    width: 100%;
    text-align: center;
    max-width: 100%;
    padding: 0;
    margin: 0;
    display: block;
  }

  #driver {
    display: none;
  }

  /*  .header-top {
    display: none;
} */

  .icon1 {
    display: none;
  }

  .select-dropdown-leadership {
    display: none;
  }

  .search_mob .select-dropdown-leadership {
    display: none;
    margin-left: 22px;
    width: 112px;
  }

  /* homepage */


  .footer-links li {
    float: none;
    display: inline-block;
    text-align: center;
  }

  .footer-links li a {
    padding: 0 0px 0 0;
  }

  .footer-links li span {
    padding: 0 2px;
  }


  .policy {
    text-align: center;
  }

  footer {
    text-align: center;
    padding: 40px 0;
    font-size: 0.75em;
    line-height: 25px;
  }

  .footer_logo2 {
    text-align: center;
    margin-top: 40px;
  }

  br {
    display: none;
  }

  .social-icons {
    text-align: center;
  }

  .footer-links {
    margin-bottom: 25px;
  }

  .footer-logos {
    margin-bottom: 20px !important;
  }

  .subscribe-sec {
    padding: 0 0 40px 0;
    text-align: center;
  }

  .address {
    margin-bottom: 20px;
  }

  .subscribe-sec p {
    line-height: 32px;
  }

  .needs-validation label {
    text-align: left;
    display: block;
  }

  .needs-validation input {
    margin-bottom: 14px;
  }

  .subscribe-sec h2 {
    line-height: 38px;
  }

  .about-sec {
    text-align: center;
    padding: 60px 0 60px;
    background: none;
  }

  h2 {
    font-size: 1.5em;
    text-align: center;
  }

  .latest-sec {
    padding: 40px 0;
  }

  .primary-btn3 {
    margin-top: 30px;
    line-height: 30px;
    font-size: 1em;
    padding: 10px 20px;
  }

  .events {
    border-bottom: 2px solid #b8b8b8;
  }

  .title1 {
    display: none;
  }

  .resource_title {
    margin-top: 100px;
    text-align: center;
  }

  .border-1 {
    margin: 20px 0 40px;
  }

  .announce-sec {
    display: none;
  }

  .banner-text-home h1 {
    text-align: center;
    font-size: 1.75em;
    line-height: 38px;
  }

  #masthead {
    background: url("img/slider-image.png") no-repeat top center;
    background-size: auto;
    height: 425px;
    background-size: cover;
  }


  .navbar-brand {
    padding-top: 10px;
    width: 40%;
    padding-left: 10px;
  }

  .primary-btn {
    font-size: 1em;
    line-height: 30px;
    padding: 10px 20px;
    text-align: center;
  }


  .banner-text-home {
    align-items: center !important;
  }

  .title2 {
    display: block;
  }

  .res-search {
    display: block;
    float: right;
    position: relative;
    right: -86px;
    top: -5px;
    width: 26px;
  }



  /* homepage */




  /* about */



  .banner-text-home p {
    text-align: center;
  }

  .about_banner {
    background: #2b2a28;
    height: auto;
    text-align: center;
  }

  .texas-video-img img {
    width: 100%;
  }

  .mobile-img {
    display: block;
    margin-top: 90px;
  }

  .mobile-img img {
    width: 100%;
  }



  .texas-video-img {
    padding: 0 !important;
  }

  .intro-text h2 {
    text-align: left;
  }

  .intro-text {
    padding: 30px 25px;
  }

  .grey-sec h2 {
    text-align: left;
  }

  .education-logo img {
    width: 90%;
  }

  .improve-sec {
    padding: 0px 0 40px;
    background: url("img/bg4.png") no-repeat center left;
  }

  .related-sec {
    margin: 3em 0 0 0 !important;
  }

  .latest-sec-box {
    padding: 10px;
  }

  .title3 {
    display: block;
    margin: 40px 20px 20px;
  }


  .policy .primary-btn2 {
    float: left;
    width: 100%;
    color: #2C2A29;
    font-weight: 400;
  }

  .policy span {
    width: 160px;
    display: block;
    margin: 0 auto;
  }

  .gap {
    width: 50%;
    margin: 0 auto 40px;
  }





  /* about */



  /* events */


  .events_banner {
    background: #2b2a28;
    height: auto;
    text-align: center;
  }

  .event-sec-box {
    padding: 15px;
  }

  .event-title p {
    font-size: 1em;
    line-height: 22px;
  }

  .event-title h3 {
    margin: 20px 0 10px;
  }


  /* events */


  /* advance */

  .advance-sec {
    padding-right: 0;
  }


  /* advance */



  /* advance */

  .advance-sec {
    padding-right: 0;
    text-align: center;
  }

  .breadcrumb-text .breadcrumb {
    font-size: 0.75em;
  }


  /* advance */



  /* landing */

  .landing-sec-one {
    background: none;
    height: auto;
    padding-bottom: 50px;
    text-align: center;
  }

  .logo {
    text-align: center;
    width: 100%;
  }

  .banner-text-home-landing h1 {
    text-align: center;
  }

  .banner-text-home-landing p {
    text-align: center;
  }


  /* landing */

  .title-heading {
    display: block;
  }

  .blog_banner {
    background: #2C2A29;
    height: auto;
    padding-bottom: 50px;
  }


  .advance_banner {
    background: #2C2A29;
    height: auto;
    padding: 50px 0 30px;
  }



  .research-grey-sec {
    height: auto;
    text-align: center;
  }

  .policy-top-text {
    margin-top: 0;
  }

  .policy-img {
    margin-top: 0;
  }

  .intro-text.policy-top-text h2 {
    text-align: center;
  }

  .policy_btn {
    width: 100%;
    text-align: center;
  }

  .intro-text.policy-top-text {
    padding-right: 0;
  }

  .policy_banner {
    background: #2C2A29;
    height: auto;
    padding-bottom: 50px;
  }



  .blog-entry-drop h3 {
    margin-top: 10px;
  }

  .policy-search-inner input {
    width: 72%;
  }

  .high_res {
    display: none;
  }

  .mob_btn {
    display: block;
    padding-right: 0;
  }

  .breadcrumb-res {
    margin-top: 0 !important;
    padding: 12px 0 10px !important;
  }

  .video-sec-inner img {
    width: 60px;
  }

  .video-sec-inner {
    top: 33%;
  }

  #breadcrumb-section {
    margin-top: 67px !important;
    bottom: -115px;
  }
}



@media (max-width:480px) {


  img,
  iframe,
  video {
    max-width: 100%;
    
  }


  .page-id-51179 .policy_banner {
    padding-bottom: 50px;
    padding-top: 170px;
    min-height: 250px;
  }
  .page-id-51179 .banner-text-home {
    min-height: 250px;
  }

  .page-template-template-teacher-voices-landing .pl-5,  
  .page-template-template-teacher-voices-landing .px-5 {
    padding-left: 3rem !important;
  }
  .page-template-template-teacher-voices-landing .pr-5, 
  .page-template-template-teacher-voices-landing .px-5 {
    padding-right: 3rem !important;
  }

  .teacher-workforce.section .row.px-5 {
    padding:0!important;
    margin: 0;
  }
  .light-blue-section .row {
    margin: 0 !important;
  }


  .light-blue-section p {
    font-size: 18px!important;
    line-height: 28px!important;
  }
  
	.light-blue-section span {
  font-size: 20px!important;
}

  .voice-banner {
    padding-top: 120px!important;
  }


  #teacher-voice-in-action .owl-carousel .owl-item img {
    height: 120px!important;
  }


    .voucher-list ul li {
  margin-left: 30px!important;
  }
   .voucher-sec-white ul li {
    margin-left: 30px!important;
 }

  #dark-grey-sec .pl-5, .px-5 {
    padding-left: 0rem !important;
  }
  #dark-grey-sec .pr-5, .px-5 {
    padding-right: 0rem !important;
  }
  #dark-grey-sec .ml-5, .mx-5 {
    margin-left: 1.5rem !important;
  }
  #dark-grey-sec .mr-5, .mx-5 {
    margin-right: 1.5rem !important;
  }
  #dark-grey-sec .owl-prev {
    left: 0px!important;
  }
  #dark-grey-sec .owl-next {
    right: 0px!important;
  }
    

  .page-template-template-tall-landing .texas-video-img img {
    width: 70%;
  }

  .bottom_text {
    margin-top: 0px !important;
  }


  .head_lang {
    display: block;
    background: #2C2A29;
    float: left;
    width: 100%;
    padding: 4px 5%;
  }

  .head_lang .icon1 {
    display: block;
    width: auto;
    color: #D6D8D7;
    font-size: 14px;
    float: left;
  }

  .header-top-text ul {
    margin-bottom: 0;
  }

  .head_lang .select-dropdown-leadership {
    display: block;
    float: right;
    width: 180px;
  }

  .right_menus {
    padding: 0;
  }

  body .search_mob {
    position: unset;
    text-align: left;
    width: 42%;
  }

  body .navbar-section {
    position: relative;
  }

  .header-top.justify-content-end .select-dropdown-leadership {
    display: none;
  }

  body #texts {
    width: 100%;
    max-width: 100%;
    left: 0;
    border: 1px solid #ccc;
    z-index: 999;
  }

  body #texts input {
    max-width: 100%;
    float: left;
    width: 100%;
  }

  body .box.represult {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .header-top-text a {
    text-decoration: underline;
    border-right: 1px solid #ccc;
    margin: 0;
    padding: 0 10px;
  }

  .header-top-text a:last-child {
    border: 0;
  }

  #gtranslate_selector {
    font-weight: 400;
    background: #fff;
    padding: 3px 24px 2px 6px;
    color: #2C2A29;
    appearance: none;
    text-decoration: none;
    position: absolute;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
  }

  .ubermenu .ubermenu-active ul.ubermenu-submenu {
    border: 0;
  }

  .blog-entry-drop h3 {
    margin-top: 10px;
  }

  .icon1 {
    display: none;
  }

  .select-dropdown-leadership {
    display: none;
    width: 89px;
  }

  .srch {
    position: relative;
    right: 0;
    top: 0px;
    float: right;
  }

  .header-top {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 4px;
  }

  .header-top-text {
    float: left;
    width: 100%;
    text-align: center;
    max-width: 100%;
    padding: 0;
    margin: 0;
    display: block;
  }

  #driver {
    display: none;
  }



  /* .header-top {
    display: none;
  } */
  body .ubermenu.ubermenu-main .ubermenu-item-level-0>.ubermenu-target {
    font-size: 18px !important;
  }

  /* homepage */

  .footer-links li {
    float: none;
    display: inline-block;
    text-align: center;
    font-size: 0.7em;
  }

  .footer-links li a {
    padding: 0 0px 0 0;
  }

  .footer-links li span {
    padding: 0 2px;
  }


  .policy {
    text-align: center;
  }

  footer {
    text-align: center;
    padding: 40px 0;
    font-size: 0.75em;
    line-height: 25px;
  }

  .footer_logo2 {
    text-align: center;
    margin-top: 10px;
  }

  .social-icons {
    text-align: center;
  }

  .social-icons a {
    padding: 0 5px;
    height: auto;
    width: auto;
  }

  .social-icons a img {
    width: 28px;
  }

  .footer-links {
    margin-bottom: 25px;
  }

  .footer-logos {
    margin-bottom: 20px !important;
  }

  .subscribe-sec {
    padding: 0 0 40px 0;
    text-align: center;
  }

  .address {
    margin-bottom: 20px;
  }

  .subscribe-sec p {
    line-height: 32px;
  }

  .needs-validation label {
    text-align: left;
    display: block;
  }

  .needs-validation input {
    margin-bottom: 14px;
  }

  .subscribe-sec h2 {
    line-height: 38px;
    font-size: 1.5em;
  }

  .about-sec {
    text-align: center;
    padding: 60px 0 60px;
    background: none;
  }

  h2 {
    font-size: 1.5em;
    text-align: center;
    line-height: 35px;
  }

  .latest-sec {
    padding: 40px 0;
  }

  .primary-btn3 {
    margin-top: 30px;
    line-height: 30px;
    font-size: 1em;
    padding: 10px 20px;
  }

  .events {
    border-bottom: 2px solid #b8b8b8;
  }

  .footer-logos img {
    width: 57%;
    margin-bottom: 20px;
  }

  .title1 {
    display: none;
  }

  .resource_title {
    margin-top: 100px;
    text-align: center;
  }

  .border-1 {
    margin: 20px 0 40px;
  }

  .announce-sec {
    display: none;
  }

  .banner-text-home h1 {
    text-align: center;
    font-size: 1.75em;
    line-height: 38px;
  }

  #masthead {
    background: url("img/slider-image.png") no-repeat top center;
    background-size: auto;
    height: 425px;
    background-size: cover;
  }


  .navbar-brand {
    padding-top: 10px;
    width: 40%;
    padding-left: 10px;
  }

  .tp-background {
    background: #2C2A29;
    padding: 10px 0;
  }

  .primary-btn {
    font-size: 1em;
    line-height: 30px;
    padding: 10px 20px;
    text-align: center;
  }


  .banner-text-home {
    align-items: center !important;
  }

  .title2 {
    display: block;
  }

  .res-search {
    display: block;
    float: right;
    position: relative;
    right: -46px;
    top: -5px;
    width: 24px;
  }

  .res-search img {
    width: 27px;
  }


  /* homepage */





  /* about */



  .banner-text-home p {
    text-align: center;
  }

  .about_banner {
    background: #2b2a28;
    height: auto;
    text-align: center;
  }

  .texas-video-img img {
    width: 100%;
  }

  .mobile-img {
    display: block;
    margin-top: 70px;
  }

  .mobile-img img {
    width: 100%;
  }

  #breadcrumb-section {
    margin-top: 0;
  }

  .texas-video-img {
    padding: 0 !important;
  }

  .intro-text h2 {
    text-align: left;
  }

  .intro-text {
    padding: 30px 25px;
  }

  .grey-sec h2 {
    text-align: left;
  }

  .education-logo img {
    width: 90%;
  }

  .improve-sec {
    padding: 0px 0 40px;
    background: url("img/bg4.png") no-repeat center left;
  }

  .related-sec {
    margin: 3em 0 0 0 !important;
  }

  .latest-sec-box {
    padding: 10px;
  }

  .title3 {
    display: block;
    margin: 40px 20px 20px;
  }


  .policy .primary-btn2 {
    float: left;
    width: 100%;
    color: #2C2A29;
    font-weight: 400;
  }

  .policy span {
    width: 160px;
    display: block;
    margin: 0 auto;
  }

  .gap {
    width: 50%;
    margin: 0 auto 40px;
  }


  /* about */


  /* events */


  .events_banner {
    background: #2b2a28;
    height: auto;
    text-align: center;
    padding-top: 60px;
  }

  .event-sec-box {
    padding: 15px;
  }

  .event-title p {
    font-size: 1em;
    line-height: 22px;
  }

  .event-title h3 {
    margin: 20px 0 10px;
  }


  /* events */


  /* advance */

  .advance-sec {
    padding-right: 0;
    text-align: center;
  }


  .breadcrumb-text .breadcrumb {
    font-size: 0.75em;
  }


  /* advance */


  /* landing */

  .landing-sec-one {
    background: none;
    height: auto;
    padding-bottom: 50px;
    text-align: center;
  }

  .logo {
    text-align: center;
    width: 100%;
  }

  .banner-text-home-landing h1 {
    text-align: center;
  }

  .banner-text-home-landing p {
    text-align: center;
  }

  .title-heading {
    display: block;
  }



  /* landing */


  h1 {
    font-size: 2em;
  }

  .blog_banner {
    background: #2C2A29;
    height: auto;
    padding-bottom: 50px;
    padding-top: 60px;
  }


  .advance_banner {
    background: #2C2A29;
    height: auto;
    padding: 140px 0 30px;
  }


  .research-grey-sec {
    height: auto;
    text-align: center;
  }

  .policy-top-text {
    margin-top: 0;
  }

  .policy-img {
    margin-top: 0;
  }

  .intro-text.policy-top-text h2 {
    text-align: center;
  }

  .policy_btn {
    width: 100%;
    text-align: center;
  }

  .intro-text.policy-top-text {
    padding-right: 0;
  }

  .policy_banner {
    background: #2C2A29;
    height: auto;
    padding-bottom: 50px;
    padding-top: 70px;
  }


  .policy-search-inner input {
    width: 72%;
  }

  .high_res {
    display: none;
  }

  .mob_btn {
    display: block;
    padding-right: 0;
  }

  .breadcrumb-res {

    padding: 10px 0 10px !important;
  }

  .video-sec-inner img {
    width: 55px;
  }

  .video-sec-inner {
    top: 20% !important;
  }

  .inner-pages #searchsubmit,
  .no-content #searchsubmit {
    margin-top: 20px;
  }

  #breadcrumb-section {
    margin-top: 67px !important;
    bottom: -130px;
    height: 65px;
    display: flex;
    align-items: center;
  }
  .page-template-template-vouchers .main-box .latest-sec h1 {
    margin-top: 30px;
  }
  .breadcrumb-text {
    line-height: 15px;
  }

  .home #masthead {
    height: 450px;
  }

  .home .banner-text-home h1 {
    margin-top: 50px;
  }

  .home .banner-text-home p {
    padding-top: 5px;
  }

  .home .banner-text-home .primary-btn {
    margin-top: 10px;
    margin-bottom: 45px;
  }

  .page-template-template-all-blog .wp-pagenavi a {
    font-style: normal;
    padding: 5px 4px;
    margin-right: 7px;
    font-size: 11px;
  }
}



@media only screen and (max-width: 382px) {
  body .search_mob {
    width: 40%;
  }
}


/* responsive */



/* 04-10-2022 */

.icon-close:hover {
  text-decoration: none;
  color: #000;
}

.icon-close img {
  margin-bottom: 10px;
  width: 80%;
}

.icon-close h6 {
  font-weight: 400;
}

.icon-close {
  color: #000;
  text-transform: uppercase;
}

.dropdown-menu.megamenu {
  margin-top: 0px;
  margin-bottom: 15px;
  width: calc(100vw);
  margin-left: calc(-28vw + 24px);
  padding-bottom: 180px !important;
  padding-left: 40px !important;
}

.close-btn {
  max-width: 50%;
  text-align: center;
  margin-left: 27%;
}



@media only screen and (max-width: 767px) {

  .funds_sec_top h2::before {
    top: -30px;
  }



  .page-template-template-finance-landing h2 {
    text-align: left;
    margin-top: 0;
  }


  .voice-banner {
    background-size: auto !important;
  }

  .teacher-second-sec h1 {
    margin-top: 30px!important;
  }
  
  .light-blue-section .owl-prev,
   #teacher-voice-in-action  .owl-prev {
    left: 0;
  }

  .light-blue-section .owl-next,
  #teacher-voice-in-action  .owl-next {
   right: 0;
 }

 
  #teacher-voice-in-action .owl-prev{
    left: -10px;
  }
  #teacher-voice-in-action .owl-next {
    right: -10px;
  }


  
  .bottom_text {
    margin: 30px 0;
  }

 
		.team-sec a, .team-sec button {
      font-size: 1em;
     margin-right: 10px;
     }
       .overlay-content .gform_footer {
       margin-bottom: 50px !important;
     }	 
        .col-blog {
         flex: unset;
        }

 
  .col-blog {
    flex: unset;
  }

  .col-blog.blog-img {
    margin-top: 36px;
    width: 100%;
    position: relative;
  }

  #field_9_2 {
    width: 100%;
    float: left;
    margin-bottom: 40px;
  }

  #gform_wrapper_9.gform_legacy_markup_wrapper .gform_body {
    margin-bottom: 0;
  }

  .gform_button {
    text-align: center;
  }

  #gform_wrapper_9.gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100%;
  }

  .select-dropdown-leadership {
    float: left;
  }

  .gfield.advocacy-field {
    width: 100%;
    margin: 0 0 30px !important;
  }

  .blk .intro-text h2 {
    color: #F15C22;
    font-weight: bold;
    font-size: 16px;
    line-height: 23px;
  }

  .intro-text.about-text p {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .blk .gb-block-layout-column-gap-5 {
    grid-gap: 0;
  }

  .page-template-template-blog .blog_banner.blogs .container {
    margin: 0;
    max-width: 100%;
  }

  #main_nav {
    width: calc(100vw);

    padding-top: 25px;
    background: #fff;
    position: relative;
    top: 20px;
  }

  #breadcrumb-section {
    margin-top: 36px;
    z-index: -9;
  }

  .box.represult .title {
    padding-bottom: 18px;
    margin-bottom: 28px;
    min-height: unset;
    font-size: 12px;
  }

  .box.represult {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .search_mob {
    display: block;
    width: 38%;
    text-align: right;
    padding-right: 18px;
    position: relative;
  }

  #texts {
    position: absolute;
    width: 100%;
    max-width: 100%;
  }

  #texts input {
    max-width: 100%;
  }

  .navbar-section {
    justify-content: unset;
  }

  .mobile-img.no-image {
    display: none;
  }

  .resources_banner {
    background: #2b2a28;
    height: auto;
    text-align: center;
    padding: 140px 0 30px;
    margin-bottom: 20px;
  }

  .newsroom-right {
    margin-top: 0;
  }

  .nav-item-res {
    display: block;
  }

  .sticky .navbar-nav .nav-link {
    color: #2b2a28;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
  }

  .sticky .navbar-nav .nav-link::after {
    color: #2b2a28;
    content: "";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-left: 10px;
    font-size: 1.2em;
    background: url("img/arrow-down.jpg") no-repeat;
    height: 13px;
    width: 23px;
    top: 19px;
  }

  .sticky .navbar-nav .nav-link:hover {
    color: #f15c22 !important;
  }



  #main_nav .nav-pills-custom {
    display: none;
  }

  .dropdown-nav.show .dropdown-toggle-icon {
    background: #fff;
    color: #f15c22 !important;


  }

  .dropdown-nav.show a.dropdown-toggle-icon::after {
    color: #2b2a28;
    position: absolute !important;
    font-size: 1.2em;
    content: "" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    background: url("img/arrow-up.jpg") no-repeat;
    height: 13px;
    width: 23px;
    top: 19px;
  }

  .tab-content {
    background: #fff;
    padding: 5px 15px;
    padding-left: 110px;

  }

  .tab-content .col-megamenu ul li a {
    color: #2b2a28;
  }

  .tab-content .functions-block h6 {
    display: none;
  }

  .dropdown-menu.megamenu {

    padding-bottom: 20px !important;

  }


  #main_nav .col-megamenu.close-btn {
    display: none;
  }

  .breadcrumb-text .breadcrumb .breadcrumb-item.active {
    line-height: 18px;
  }

  .intersect-right img {
    width: 5%;
    margin: 4px 2px 0;
  }

  .new-releases-search {
    margin-bottom: 20px;
  }
  .gap-section {
    padding: 120px 0 0 !important;
  }


}


@media only screen and (max-width: 991px) {
  .page-template-template-finance-landing .bottle_sec_top {
    background: none !important;
  }

  .page-template-template-finance-landing .bottle_sec_top_inner,
  .page-template-template-finance-landing .rising_sec_top_inner,
  .page-template-template-finance-landing .invest_sec_inner {
    padding: 20px;
  }
  }



@media only screen and (min-width: 1200px) and (max-width: 1280px) {

  
.bottom_text {
  margin: 30px 0;
}


  .header-top {
    display: block;
    width: 74%;
    float: right;
    margin-right: 0;
  }

  .navbar-expand-xl .navbar-collapse {
    float: right;
  }

  .srch {
    position: relative;
    float: right;
  }

  #driver {
    right: 0;
  }

  .select-dropdown-leadership {
    width: 174px;
    float: left;
  }

  .select-dropdown-leadership::after {
    right: 7px;
  }

  .icon1 {
    float: left;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  body .ubermenu .ubermenu-target {
    padding: 15px 25px 15px 0px;
   
  }

  .sticky .navbar-nav .menu-item {
    margin: 0 9px 0 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {


#teacher-voice-in-action .owl-carousel .owl-item img {
  height: 350px!important;
}

  body .right_menus {
    position: unset;
  }

  .navbar {
    z-index: 999999;
  }

  #main_nav {
    position: absolute;
    right: 0;
    margin-top: 46px;
    width: 60%;
  }

  .page-template-template-resources .video-btn {
    top: 40px;
    width: 92%;
  }

  .page-template-template-resources .latest-sec-box .video-btn img {
    width: 76px;
  }

  .box.represult {
    flex: 0 0 33%;
    max-width: 33%;
  }

  .latest-sec-box img {
    max-height:  fit-content;
  }

  .header-top {
    position: relative;
    top: 12px;
    right: 20px;
  }

  #text {
    right: 20px;
  }


}

@media (min-width:1200px) {

.sticky .navbar-nav .menu-item .sub-menu a {
  padding: 7px 0;
}
	.navbar-collapse ul li:hover > ul.sub-menu {
  margin-top: -1px;
}


}


@media (max-width:1199px) {
  
  .teacher-video-sec iframe {
    width: 676px!important;
    height: 380px!important;
  }
    
    .teacher-video-sec .row.px-5 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
    
  a#show1.nodesktop {display:block!important;}
  .ubermenu .ubermenu-active ul.ubermenu-submenu {
    border: 0;
  }

  /* .ubermenu-skin-grey-white .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target{
    display: none;
  } */
  .ubermenu.ubermenu-responsive ul ul>li {
    padding: 6px 0;
  }

  .ubermenu-nocurrent {
    display: none !important;
  }

  body .ubermenu.ubermenu-main .ubermenu-item-level-0.ubermenu-active>.ubermenu-target {
    color: #f15c22;
  }

  .ubermenu-target-title.ubermenu-target-text:hover {
    color: #f15c22;
  }

  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column,
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
    width: 100%;
    padding: 0 14px;
  }

  .right_menus {
    /*position: unset;
  flex: 75%;
  max-width: 100%;
  background: #fff; */
    max-width: 100%;
    background: #fff;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
  }
	/*dropdown focus link style*/
	.menu-item a.menulinkborder {
		border: 2px solid #ffffff;
	}

  .sticky .navbar-nav .menulinkborder.menu-item{
	border-top: 2px solid #ffffff;
  }
	
	
  body .ubermenu.ubermenu-responsive .ubermenu-column,
  .ubermenu.ubermenu-responsive .ubermenu-column-auto {
    min-width: 100%;
  }

  .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
    right: 10px;
  }

  .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
    right: 10px;
  }

  .align-rights.slide-in.resources2 {
    display: block;
  }

  .banner-text-home h1 br {
    display: none;
  }


  body .ubermenu.ubermenu-main .ubermenu-item-level-0>.ubermenu-target {
    background: #fff;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
  }

  #main_nav.show,
  #main_nav.collapsing {
    background: #fff;
    border-top: 0;
  }

  body .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
    right: unset;
    top: 25px;
    background: url(img/arrow-down.png);
    color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 13px;
    background-position: center;
  }

  .ubermenu-target-title.ubermenu-target-text {
    padding-right: 14px;
  }

  .ubermenu-target.ubermenu-target-with-image {
    display: none;
  }

  body .ubermenu-active .ubermenu-sub-indicator-close {
    display: inline-block !important;
    right: unset !important;
    width: 23px !important;
    background: url(img/arrow-up.png);
    color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 13px !important;
    position: relative !important;
    top: -10px !important;
  }

  .ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-default.ubermenu-item-layout-image_left.ubermenu-item-notext {
    display: none;
  }

  body .ubermenu-retractor.ubermenu-retractor-desktop {
    display: none;
  }

  .search .banner-text-home {
    min-height: 220px;
  }

  .overlay button {
    width: 25%;

  }

  .overlay input[type="text"] {
    width: 75%;
  }

  .overlay-content img {
    width: 37px !important;
  }

  .video-play-btn {
    width: 80px !important;
  }

  .overlay-content-overflow {
    padding-right: 20px !important;
  }

  .intersect-right {
    text-align: center;
  }



}

@media only screen and (min-width: 1281px) and (max-width: 1349px) {
  
  .bottom_text {
    margin-top: -175px !important;
  }
  body .box.represult {
    flex: 0 0 33%;
    width: 33%;
    padding-left: 15px;
    max-width: 100%;
  }
}


@media only screen and (min-width: 1350px) and (max-width: 1919px) {
  
  .page-template-template-finance-landing .bottle_sec_top {
    padding: 100px 0px 270px 70px;
  }
}




@media only screen and (min-width:320px) and (max-width: 400px) {
  body .header-top-text a {
    padding: 0 4px;
    text-decoration: underline;
    border-right: 1px solid #ccc;
  }

  .head_lang .icon1 {
    font-size: 12px;
  }

  .icon1 img {
    width: 22px;
  }

  .header-top-text a:last-child {
    border: 0;
  }

  .head_lang .select-dropdown-leadership {
    width: 136px;
  }

  #gtranslate_selector {
    font-size: 10px;
  }

  .select-dropdown-leadership::after {
    top: -3px;
  }

  .srch {
    right: -22px;
  }

  .header-top.justify-content-end .select-dropdown-leadership {
    display: none;
  }
}


@media (max-width:480px) {

  .dark-grey-sec ul li {
    background: url('img/check.png') no-repeat left 15px !important;
  }

  .align-rights {
    float: right;
    margin-left: 25px;
    max-width: 300px;
    /*max-height: 200px;*/
  }

  .align-rights.slide-in.resources2 {
    position: absolute;
    right: 20px;
    z-index: 9;
    width: 57%;
    margin-top: -90px;
    margin-bottom: 100px;
  }

  .page-template-home .align-rights.slide-in.resources2 {

    margin-top: -180px;
    margin-bottom: 110px;
  }


  /* ----- finance-page------- */

  /*.page-template-template-finance-landing .dark_blue_sec iframe, 
  .page-template-template-finance-landing .dark_blue_sec2_video iframe {
    height: 55vw !important;
  } */

    .blue_sec {
      background: #c5f6ff url(images/blue-bg-res.jpg) no-repeat top center;
      background-size: 100% 170px !important;
      height: auto;
      margin-top: 130px;
    }
  
    .page-template-template-finance-landing .blue_sec h1 {
      font-size: 20px;
    }
  
    .page-template-template-finance-landing .blue_sec_top {
      margin-top: 22px !important;
    }

    .page-template-template-finance-landing .blue_sec_top .dollar-icon {
      margin-bottom: 0px;
    }

    .page-template-template-finance-landing .blue_sec_top .dollar-icon img {
      width: 42px;
    }
  
    .page-template-template-finance-landing .blue_sec_top p {
      margin-top: 60px;
      font-size: 18px;
      line-height: 30px;
    }
  
    .page-template-template-finance-landing .purple_sec_top {
      margin-top: 90px;
    }
  
    .page-template-template-finance-landing .purple_sec_top_mid {
      width: 300px;
    }
  
    .page-template-template-finance-landing .row.bottle_sec_top_mid {
      width: 300px;
      margin-bottom: 57px;
    }
  
    .page-template-template-finance-landing .bottle_sec_top h2 {
      font-size: 17px;
      line-height: 30px;
    }
  
    .page-template-template-finance-landing .purple_sec_top h2 {
      font-size: 20px;
      line-height: 28px;
    }
  
    .page-template-template-finance-landing .purple_sec_top_inner {
      padding: 20px;
    }
  
    .page-template-template-finance-landing .dark_blue_sec {
      margin-top: -200px;
      padding-top: 140px;
    }
  
    .page-template-template-finance-landing .bottle_sec {
      padding-top: 80px;
    }
  
    .page-template-template-finance-landing  .bottle_sec_top {
      background: none;
      padding: 10px;
      margin-left: 0;
    }
  
    .page-template-template-finance-landing .bottle_sec_top h2 {
      font-size: 20px;
      line-height: 28px;
    }
  
    .page-template-template-finance-landing .map_sec_top_mid {
      width: 300px;
      margin-bottom: 95px;
    }
  
    .page-template-template-finance-landing .purple_sec_top_mid::before {
      width: 100%;
      background-size: 100% 167px;
    }
  
    .dark_blue_sec2.dark_blue_sec2_res {
      padding: 60px 0 0;
    }
  
    .page-template-template-finance-landing .map_sec_top h2 {
      font-size: 20px;
      line-height: 28px;
    }
  
    .page-template-template-finance-landing .map_sec_top_mid_inner {
      padding: 20px 20px;
    }
  
    .page-template-template-finance-landing .bottle_sec_top_mid::before {
      width: 280px;
      height: 228px;
      background-size: 100% 90%;
    }
  
    .page-template-template-finance-landing .map_sec {
      padding-top: 220px;
    }
  
    .page-template-template-finance-landing .map_sec_top {
      margin-top: 50px;
    }
  
    .dark_blue_sec2 {
      padding-top: 220px;
    }
  
    .page-template-template-finance-landing .funds_sec {
      padding-top: 50px;
    }
  
    .page-template-template-finance-landing .funds_sec_top_mid {
      width: 300px;
      margin-bottom: 60px;
    }
  
    .page-template-template-finance-landing .funds_sec_top {
      margin-top: 20px;
    }
  
    .page-template-template-finance-landing .funds_sec_top h2 {
      font-size: 20px;
      line-height: 28px;
    }
  
    .page-template-template-finance-landing .funds_sec_top_mid_inner {
      margin-bottom: 40px;
      padding: 20px 20px;
    }
  
    .page-template-template-finance-landing .rising_sec {
      padding-top: 90px;
    }
  
    .page-template-template-finance-landing .map_sec_top h2::before {
      width: 100%;
      background-size: 100% 73%;
    }
  
    .page-template-template-finance-landing .rising_sec_top {
      padding: 10px;
    }
  
    .page-template-template-finance-landing .rising_sec_top h2 {
      font-size: 20px;
      line-height: 28px;
    }
  
    .page-template-template-finance-landing .rising_sec_top_mid {
      margin-bottom: 22px;
      width: 290px;
    }
  
    .page-template-template-finance-landing .rising_sec_top_mid::before {
      width: 100%;
      height: 110px;
      background-size: 100% 113%;
    }
  
    .page-template-template-finance-landing .invest_sec {
      background-size: 100% auto;
      padding-top: 90px;
    }
  
    .page-template-template-finance-landing .row.invest_sec_top_mid {
      width: 290px;
      margin-bottom: 26px;
    }
  
    .page-template-template-finance-landing .invest_sec_top h2 {
      font-size: 20px;
      line-height: 28px;
      margin-top: 0;
      padding-left: 30px;
    }
  
    .page-template-template-finance-landing .invest_sec_top_mid::before {
      width: 100%;
      left: 20px;
    }
  
    .page-template-template-finance-landing .footerbg_sec {
      padding-top: 80px;
    }
  
    .page-template-template-finance-landing .invest_sec_top_inner_btn a {
      font-size: 16px;
    }
  
    .page-template-template-finance-landing .funds_sec_top h2::before {
      width: 100%;
      height: 115px;
    }
  
    /* ----- finance-page------- */


}

@media only screen and (min-width: 481px) and (max-width: 640px) {


  

#teacher-voice-in-action .owl-carousel .owl-item img {
  height: 170px !important;
}
.voice-banner {
  padding-top: 120px!important;
}


.align-rights {
  float: right;
  margin-left: 25px;
  max-width: 400px;
  /*max-height: 250px;*/
}
.bottom_text {
  margin-top: 0px !important;
}
.align-rights.slide-in.resources2 {
  position: absolute;
  right: 20px;
  z-index: 9;
  width: 52%;
  margin-top: -80px;
  margin-bottom: 100px;
}

.page-template-home .align-rights.slide-in.resources2 {

  margin-top: -120px;
  margin-bottom: 110px;
}



/* ----- financepage------- */


/*.page-template-template-finance-landing .dark_blue_sec iframe, 
.page-template-template-finance-landing .dark_blue_sec2_video iframe {
height: 50vw !important;
} */

.page-template-template-finance-landing .blue_sec {
/* background: #c5f6ff url(images/blue-bg-res.jpg) no-repeat top center;*/ 
background-size: 100% 240px;
height: auto;
margin-top: 115px;
}

.page-template-template-finance-landing .blue_sec h1 {
font-size: 35px;
}

.page-template-template-finance-landing .blue_sec_top {
margin-top: 50px !important;
}

.page-template-template-finance-landing .blue_sec_top .dollar-icon {
  margin-bottom: 0px;
}

.page-template-template-finance-landing .blue_sec_top .dollar-icon img {
  width: 42px;
}

.page-template-template-finance-landing .blue_sec_top p {
margin-top: 90px;
font-size: 20px;
line-height: 34px;
}

.page-template-template-finance-landing .purple_sec_top {
margin-top: 90px;
}

.page-template-template-finance-landing .purple_sec_top_mid {
width: 350px;
margin-bottom: 64px;
}

.page-template-template-finance-landing .row.bottle_sec_top_mid {
width: 380px;
margin-bottom: 56px;
}

.page-template-template-finance-landing .bottle_sec_top h2 {
font-size: 17px;
line-height: 30px;
}

.page-template-template-finance-landing .purple_sec_top h2 {
font-size: 20px;
line-height: 28px;
}

.page-template-template-finance-landing .purple_sec_top_inner {
padding: 20px;
}

.page-template-template-finance-landing .dark_blue_sec {
margin-top: -200px;
padding-top: 140px;
}

.page-template-template-finance-landing .bottle_sec {
padding-top: 80px;
}

.page-template-template-finance-landing .bottle_sec_top {
background: none;
padding: 10px;
margin-left: 0;
}

.page-template-template-finance-landing .bottle_sec_top h2 {
font-size: 20px;
line-height: 28px;
}

.page-template-template-finance-landing .map_sec_top_mid {
width: 400px;
margin-bottom: 79px;
}

.page-template-template-finance-landing .purple_sec_top_mid::before {
width: 100%;
background-size: 100% 120px;
}

.page-template-template-finance-landing .dark_blue_sec2.dark_blue_sec2_res {
padding: 60px 0 0;
}

.page-template-template-finance-landing .map_sec_top h2 {
font-size: 20px;
line-height: 28px;
}

.page-template-template-finance-landing .map_sec_top_mid_inner {
padding: 20px 20px;
}

.page-template-template-finance-landing .funds_sec_top_mid {
  width: 340px;
  margin-bottom: 64px;
}

.page-template-template-finance-landing .bottle_sec_top_mid::before {
width: 100%;
background-size: 100% 150px;
}

.page-template-template-finance-landing .map_sec {
padding-top: 220px;
}

.page-template-template-finance-landing .map_sec_top {
margin-top: 50px;
}

.page-template-template-finance-landing .dark_blue_sec2 {
padding-top: 220px;
}

.page-template-template-finance-landing .funds_sec {
padding-top: 50px;
}

.page-template-template-finance-landing .funds_sec_top_mid {
width: 280px;
margin-bottom: 65px;
}

.page-template-template-finance-landing .funds_sec_top {
margin-top: 20px;
}

.page-template-template-finance-landing .funds_sec_top h2 {
font-size: 20px;
line-height: 28px;
}

.page-template-template-finance-landing .funds_sec_top_mid_inner {
margin-bottom: 40px;
padding: 20px 20px;
}

.page-template-template-finance-landing .rising_sec {
padding-top: 90px;
}

.page-template-template-finance-landing .map_sec_top h2::before {
  width: 100%;
  background-size: 100% 163px;
}

.page-template-template-finance-landing .rising_sec_top {
padding: 10px;
}

.page-template-template-finance-landing .rising_sec_top h2 {
font-size: 20px;
line-height: 28px;
margin-top: 0;
}

.page-template-template-finance-landing .rising_sec_top_mid {
  margin-bottom: 22px;
  width: 300px;
}

.page-template-template-finance-landing .invest_sec_top_mid::before {
  width: 100%;
  left: 20px;
}

.page-template-template-finance-landing .rising_sec_top_mid::before {
width: 100%;
height: 110px;
background-size: 100% 110px;
}

.page-template-template-finance-landing .invest_sec {
background-size: 100% auto;
padding-top: 150px;
}

.page-template-template-finance-landing .row.invest_sec_top_mid {
  width: 340px;
  margin-bottom: 32px;
}

.page-template-template-finance-landing .invest_sec_top h2 {
  font-size: 20px;
  line-height: 28px;
  padding-left: 40px;
}

.page-template-template-finance-landing .invest_sec_top_mid::before {
width: 100%;
}

.page-template-template-finance-landing .footerbg_sec {
padding-top: 80px;
}

.page-template-template-finance-landing .invest_sec_top_inner_btn a {
font-size: 16px;
}

.page-template-template-finance-landing .funds_sec_top h2::before {
  width: 100%;
  background-size: 100% 120px;
}



/* ----- financepage------- */
  


}


@media only screen and (min-width: 641px) and (max-width: 767px) {



  #teacher-voice-in-action .owl-carousel .owl-item img {
    height: 200px !important;
  }

  .dark-grey-sec ul li {
    background: url('img/check.png') no-repeat left 15px !important;
  }

  .align-rights {
    float: right;
    margin-left: 25px;
    max-width: 515px;
    /*max-height: 290px;*/
  }

  .align-rights.slide-in.resources2 {
    position: absolute;
    right: 20px;
    z-index: 9;
    width: 52%;
    margin-top: 30px;
    margin-bottom: 100px;
  }

  .page-template-home .align-rights.slide-in.resources2 {

    margin-top: -100px;
    margin-bottom: 110px;
  }




  /* ----- financepage------- */

  /* .page-template-template-finance-landing .dark_blue_sec iframe, 
.page-template-template-finance-landing .dark_blue_sec2_video iframe {
  height: 50vw !important;
} */

  

 .page-template-template-finance-landing .blue_sec {
  /* background: #c5f6ff url(images/blue-bg-res.jpg) no-repeat top center;*/
  background-size: 100% 290px;
  height: auto;
  margin-top: 43px;
}

.page-template-template-finance-landing .blue_sec_top .dollar-icon {
  margin-bottom: 0px;
}

.page-template-template-finance-landing .blue_sec_top .dollar-icon img {
  width: 50px;
}

.page-template-template-finance-landing .blue_sec h1 {
  font-size: 45px;
}

.page-template-template-finance-landing .blue_sec_top {
  margin-top: 60px !important;
}

.page-template-template-finance-landing .blue_sec_top p {
  margin-top: 130px;
  font-size: 20px;
  line-height: 34px;
}

.page-template-template-finance-landing .purple_sec_top {
  margin-top: 90px;
}

.page-template-template-finance-landing .purple_sec_top_mid {
  width: 400px;
  margin-bottom: 63px;
}

.page-template-template-finance-landing .row.bottle_sec_top_mid {
  width: 470px;
  margin-bottom: 57px;
}

.page-template-template-finance-landing .bottle_sec_top h2 {
  font-size: 17px;
  line-height: 30px;
}

.page-template-template-finance-landing .purple_sec_top h2 {
  font-size: 20px;
  line-height: 28px;
}

.page-template-template-finance-landing .purple_sec_top_inner {
  padding: 20px;
}

.page-template-template-finance-landing .dark_blue_sec {
  margin-top: -200px;
  padding-top: 140px;
}

.page-template-template-finance-landing .bottle_sec {
  padding-top: 80px;
}

.page-template-template-finance-landing .bottle_sec_top {
  background: none;
  padding: 10px;
  margin-left: 0;
}

.page-template-template-finance-landing .bottle_sec_top h2 {
  font-size: 20px;
  line-height: 28px;
}

.page-template-template-finance-landing .map_sec_top_mid {
  width: 460px;
  margin-bottom: 66px;
}

.page-template-template-finance-landing .purple_sec_top_mid::before {
  width: 100%;
  background-size: 100% 118px;
}

.page-template-template-finance-landing .dark_blue_sec2.dark_blue_sec2_res {
  padding: 60px 0 0;
}

.page-template-template-finance-landing .map_sec_top h2 {
  font-size: 20px;
  line-height: 28px;
}

.page-template-template-finance-landing .map_sec_top_mid_inner {
  padding: 20px 20px;
}

.page-template-template-finance-landing .bottle_sec_top_mid::before {
  width: 100%;
  background-size: 100% 116px;
}

.page-template-template-finance-landing .map_sec {
  padding-top: 220px;
}

.page-template-template-finance-landing .map_sec_top {
  margin-top: 50px;
}

.page-template-template-finance-landing .dark_blue_sec2 {
  padding-top: 220px;
}

.page-template-template-finance-landing .funds_sec {
  padding-top: 50px;
}

.page-template-template-finance-landing .funds_sec_top_mid {
  width: 410px;
  margin-bottom: 42px;
}

.page-template-template-finance-landing .funds_sec_top {
  margin-top: 20px;
}

.page-template-template-finance-landing .funds_sec_top h2 {
  font-size: 20px;
  line-height: 28px;
}

.page-template-template-finance-landing .funds_sec_top_mid_inner {
  margin-bottom: 40px;
  padding: 20px 20px;
}

.page-template-template-finance-landing .rising_sec {
  padding-top: 90px;
}

.page-template-template-finance-landing .map_sec_top h2::before {
  width: 100%;
  background-size: 100% 123px;
}

.page-template-template-finance-landing .rising_sec_top {
  padding: 10px;
}

.page-template-template-finance-landing .rising_sec_top h2 {
  font-size: 20px;
  line-height: 28px;
}

.page-template-template-finance-landing .rising_sec_top_mid {
  margin-bottom: 22px;
  width: 450px;
}

.page-template-template-finance-landing .rising_sec_top_mid::before {
  width: 100%;
  height: 110px;
  background-size: 100% 82px;
}

.page-template-template-finance-landing .invest_sec {
  background-size: 100% auto;
  padding-top: 150px;
}

.page-template-template-finance-landing .row.invest_sec_top_mid {
  width: 290px;
  margin-bottom: 42px;
}

.page-template-template-finance-landing .invest_sec_top h2 {
  font-size: 20px;
  line-height: 28px;
  padding-left: 40px;
  margin-top: 0;
}

.page-template-template-finance-landing .invest_sec_top_mid::before {
  width: 100%;
  left: 20px;
  background-size: 100% 118px;
}

.page-template-template-finance-landing .footerbg_sec {
  padding-top: 80px;
}

.page-template-template-finance-landing .invest_sec_top_inner_btn a {
  font-size: 16px;
}

.page-template-template-finance-landing .funds_sec_top h2::before {
  width: 100%;
  background-size: 100% 70px;
}
  /* ----- finacepage------- */



}

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



  #teacher-voice-in-action .owl-carousel .owl-item img {
    height: 250px!important;
  }
  
  
    .light-blue-section .owl-prev,
    #teacher-voice-in-action  .owl-prev {
     left: 0;
   }
  
   .light-blue-section .owl-next,
   #teacher-voice-in-action  .owl-next {
    right: 0;
  }

  .teacher-second-sec img, .teacher-listening-sec img{
    width: 80%;
    margin: 0 auto;
    display: flex;
  }
/*  .teacher-research-box h3 {
    height: 175px!important;
  }*/

  .teacher-second-sec h1 {
    margin-top: 30px!important;
  }

  .dark-grey-sec ul li {
    background: url('img/check.png') no-repeat left 15px !important;
  }

  .bottom_text {
    margin-top: 0px !important;
  }

  .align-rights {
    float: right;
    margin-left: 0px;
    max-width: 515px;
    /*max-height: 290px;*/
    flex: unset;
    width: auto;
  }

  .singleimage {
    flex: unset;
    width: auto;
    margin: 0 auto;
  }

  .align-rights.slide-in.resources2 {
    position: absolute;
    z-index: 9;
    width: 44%;
    margin-top: 0px;
    margin-bottom: 120px;
    /*left: 10px;*/
  }


  /* ----- financepage------- */


  /* .page-template-template-finance-landing .dark_blue_sec iframe, 
  .page-template-template-finance-landing .dark_blue_sec2_video iframe {
    height: 44vw !important;
  } */

  .page-template-template-finance-landing .blue_sec {
   /*  background: #c5f6ff url(images/blue-bg-res.jpg) no-repeat top center; */
    background-size: 100% 320px;
    height: auto;
    margin-top: 43px;
  }
  
  .page-template-template-finance-landing .blue_sec_top .dollar-icon {
    margin-bottom: 30px;
  }
  
  .page-template-template-finance-landing .blue_sec_top .dollar-icon img {
    width: 60px;
  }

  .page-template-template-finance-landing .blue_sec h1 {
    font-size: 55px;
  }

  .page-template-template-finance-landing .blue_sec_top {
    margin-top: 52px !important;
  }

  .page-template-template-finance-landing .blue_sec_top p {
    margin-top: 150px;
  }

  .page-template-template-finance-landing .purple_sec_top {
    margin-top: 160px;
  }

  .page-template-template-finance-landing .purple_sec_top_mid {
    width: 450px;
  }

  .page-template-template-finance-landing .purple_sec_top_inner {
    padding: 20px;
  }

  .page-template-template-finance-landing .dark_blue_sec {
    margin-top: -200px;
    padding-top: 140px;
  }

  .page-template-template-finance-landing .rising_sec_top h2 {
    margin-top: -7px;
  }

  .page-template-template-finance-landing .invest_sec_top h2 {
    margin-top: -7px;
  }
  .page-template-template-finance-landing .bottle_sec {
    padding-top: 150px;
  }

  .page-template-template-finance-landing .bottle_sec_top_mid {
    margin-bottom: 93px;
  }

  .page-template-template-finance-landing .bottle_sec_top {
    background: none;
    padding: 10px;
    margin-left: 0;
  }

  .page-template-template-finance-landing .map_sec_top_mid {
    width: 600px;
    margin-bottom: 97px;
  }

  .page-template-template-finance-landing .dark_blue_sec2.dark_blue_sec2_res {
    padding: 120px 0 0;
  }

  .page-template-template-finance-landing .map_sec_top_mid_inner {
    padding: 20px 20px;
  }

  .page-template-template-finance-landing .map_sec {
    padding-top: 220px;
  }

  .page-template-template-finance-landing .map_sec_top {
    margin-top: 50px;
  }

  .page-template-template-finance-landing .dark_blue_sec2 {
    padding-top: 220px;
  }

  .page-template-template-finance-landing .funds_sec {
    padding-top: 120px;
  }

  .page-template-template-finance-landing .funds_sec_top_mid {
    width: 550px;
    margin-bottom: 63px;
  }

  .page-template-template-finance-landing .funds_sec_top {
    margin-top: 20px;
  }

  .page-template-template-finance-landing .funds_sec_top_mid_inner {
    margin-bottom: 40px;
    padding: 20px 20px;
  }

  .page-template-template-finance-landing .rising_sec {
    padding-top: 90px;
  }

  .page-template-template-finance-landing .map_sec_top h2::before {
    width: 100%;
  }

  .page-template-template-finance-landing .rising_sec_top {
    padding: 10px;
  }

  .page-template-template-finance-landing .rising_sec_top_mid {
    margin-bottom: 22px;
    width: 450px;
  }

  .page-template-template-finance-landing .rising_sec_top_mid::before {
    width: 100%;
    height: 146px;
    background-size: 100% 150px;
  }

  .page-template-template-finance-landing .invest_sec {
    background-size: 100% auto;
    padding-top: 150px;
  }

  .page-template-template-finance-landing .row.invest_sec_top_mid {
    width: 450px;
    margin-bottom: 52px;
  }

  .page-template-template-finance-landing .invest_sec_top_mid::before {
    width: 100%;
  }

  .page-template-template-finance-landing .footerbg_sec {
    padding-top: 80px;
  }

  .page-template-template-finance-landing .invest_sec_top_inner_btn a {
    font-size: 16px;
  }

  .page-template-template-finance-landing .funds_sec_top h2::before {
    width: 100%;
    height: 155px;
  }


  /* ----- finacepage------- */




}

@media only screen and (min-width: 992px) and (max-width: 1040px) {

  .align-rights {
    /*margin-left: -20px;*/
    flex: unset;
    width: auto;
  }

  .singleimage {
    flex: unset;
    width: auto;
    margin: 0 auto;
  }

  .align-rights.slide-in.resources2 {
    right: 15px;
    width: 45%;
    margin-top: 410px;
    margin-bottom: 30px;
  }

  .page-template-template-events .owl-carousel .owl-item img {
    max-height: 250px;
    min-height: 250px;
  }

}

@media only screen and (min-width: 1041px) and (max-width: 1349px) {

  .align-rights {
    /*margin-left: -20px;*/
    flex: unset;
    width: auto;
  }

  .singleimage {
    flex: unset;
    width: auto;
    margin: 0 auto;
  }

  .align-rights.slide-in.resources2 {
    right: 15px;
    width: 45%;
    margin-top: 410px;
    margin-bottom: 30px;
  }

  .page-template-template-events .owl-carousel .owl-item img {
    max-height: 250px;
    min-height: 250px;
  }

}

.primary-btn a:hover {
  color: #fff;
  text-decoration: none;
  /*background-color: #2b2a28;*/
}
.primary-btn a:focus {
  color: #fff;
  text-decoration: none;
}

.navbar ul li::before,
footer ul li::before {
  display: none
}

.navbar ul li,
footer ul li {
  font-size: inherit;
  margin-bottom: 0px;
}

.navbar ul {
  margin-left: 0px;
}

ul {
  margin-left: 35px;
  margin-bottom: 20px;

}

ul li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 1.125em;
}

ul li::before {
  content: "\25CB";
  color: #f15c22;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  font-size: 17px;
  margin-left: -1em;
  float: left;
}

ul li ul li {
  font-size: 1em;
  line-height: 20px;
  margin: 15px 0;
}

ol {
  margin-left: 15px;
  padding: 0px;
  margin-bottom: 20px;
}

ol li {
  list-style: none;
  padding-bottom: 10px;
  font-size: 1.125em;
  display: block;
}


/* Reset counter for each list */
ol {
  counter-reset: listitem;
  padding-left: 35px;
}


/* Style for numbered lists. Increment counter for each list item */
ol li:before {
  color: #f15c22;
  margin-right: 5px;
  counter-increment: listitem;
  content: counters(listitem, '.') '.';
  margin-left: -18px;
}

.imageplaycenter {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}



/*new menu css*/
.navbar-collapse ul li ul.sub-menu .dropdown {
  position: unset;
}

ul.navbar-nav li.new.open-menu .sub-menu.show_menu {
  top: auto;
}

.sub-menu.show {
  display: block;
}

.sub-menu {
  position: absolute;
  display: none;
  background-color: rgba(51, 51, 51, 0.9);
  border-radius: 0;
  padding: 21px 0 16px 15px;
  width: 405px;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 0px;
  margin-top: 0px;
  margin-top: 0;
  z-index: 999;
}

.sub-menu .menu-item {
  margin: 0 0 5px 0;
  float: left;
  width: 100%;
}

.navbar-nav li.menu-item-has-children a#show1 {
  width: 30px;
  float: right;
  position: absolute;
  z-index: 999;
  right: 10px;
  margin-top: 1px;
  text-align: right;
  padding-right: 12px;
}

.navbar-collapse ul li:hover ul ul {
  display: none !important;
}

ul.navbar-nav li.new.open-menu .sub-menu.show_menu {
  display: block !important;
  z-index: 999999;
  left: 100%;
  background: rgba(51, 51, 51, .9) url(img/sep2.jpg) !important;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-repeat: no-repeat !important;
  background-size: auto 85% !important;
  border-left: 0;
  background-position: left center !important;
  min-height: 168px;
}

.sticky .navbar-nav .menu-item a:hover {
  color: #f15c22;
}

.sub-menu .menu-item.new.open-menu a {
  color: #f15c22;
}

.navbar-nav ul ul li a {
  color: #fff !important;
}

.navbar-nav ul ul li a:hover {
  color: #f15c22 !important;
}

ub-menu.hasclass>.menu-item {
  padding: 0 0 0 20px;
  display: flex;
  height: 40px;
  align-items: center;
}

.sub-menu.hasclass>.menu-item a {
  line-height: 20px;
}



.navbar-collapse ul li {
  position: relative;
}

.navbar-collapse ul ul li {
  width: 200px;
}

.navbar-collapse ul li a {
  display: block;
}

.navbar-collapse ul li:hover a {
  position: relative;
}

.navbar-collapse ul ul,
.top_nav ul li:hover ul ul {
  position: absolute;
  display: none;
}

.navbar-collapse ul ul li:hover ul,
.top_nav ul li:hover ul li:hover ul {
  display: block;
  top: 0px;
  left: 100%;
}

/* ===== Second and Third Level ===== */
.navbar-collapse ul li:hover ul {
  display: block;
  position: absolute;
  top: 100%;
  width: 230px;
  height: auto;
  margin: 0;
  padding: 0px 0;
}

.sub-menu>.menu-item {
  padding: 0 20px;
}

.navbar-collapse ul ul {
  z-index: 999;
}

.navbar-collapse ul ul li a {
  float: none;

}

.navbar-collapse ul li:hover>ul.sub-menu {
  display: block;
}

.navbar-collapse ul ul li:hover ul.sub-menu {
  display: block;
  color: #fff !important;
}

.navbar-collapse ul li:hover ul.sub-menu ul {
  display: none;
}

.navbar-collapse ul li:hover ul.sub-menu ul {
  display: none;
}

ul.navbar-nav li.new.open-menu ul .sub-menu.show_menu {
  min-height: auto;
  position: relative;
  left: 0px;
}

.navbar-nav ul ul li.menu-item-has-children a {
  color: #fff
}

.navbar-nav ul ul li.menu-item-has-children a#show1 {

  display: none;
}

.sticky .navbar-nav .menu-item .sub-menu a {
  text-transform: none !important;
}

.sticky .navbar-nav .current_page_item>a {
  color: #f15c22;
}

.navbar-collapse ul li:last-child:hover ul.sub-menu {
  right: 0px;
}

/*responvive start*/
@media (max-width:1199px) {
  .sticky .navbar-nav .menu-item a {
    padding: 10px;
  }

  .navbar-nav {
    background: #2C2A29
  }

  ul.navbar-nav li.new.open-menu .sub-menu.show_menu {
    position: relative !important;
    background-image: none !important;
    top: 8px !important;
    width: 100% !important;
    margin-top: unset;
  }

  .navbar-nav.ml-auto.my-2.my-lg-0.desks:hover li.tops {
    padding-bottom: 0px !important;
  }



  .collapse.show.menu-hover {
    /*height: 550px;
overflow: scroll;*/
  }

  .show .desks li.first-menu {
    border-top: 1px solid #4c4c4c;
  }

  ul.navbar-nav li.new.open-menu .sub-menu.show_menu {
    top: 8px;
  }

  .sub-menu.main_lists.new.show_menu {
    height: auto !important;
  }

  .desks .sub-menu .menu-item {
    display: block;
    align-items: center;
    text-align: center;
  }

  .sub-menu .menu-item a {
    width: 100%;
    padding-left: 10px;
    text-align: left;
    text-transform: none !important;
  }

  .desks .sub-menu .menu-item.inner-menu {
    border-bottom: 1px solid #4c4c4c;


  }

  .desks .sub-menu .menu-item {
    width: 100%;

  }

  .sub-menu.hasclass {
    border-top: 1px solid #4c4c4c;
  }

  .sub-menu.hasclass .menu-item a {
    width: 100%;

  }

  .desks .sub-menu .menu-item {
    padding-left: 0;
    padding-right: 0;
  }

  ul.navbar-nav li.dropdown .sub-menu li {
    border-top: 0 !important;
  }

  .navbar-collapse ul li:hover>ul.sub-menu li:last-child {
    border: 0 !important;
  }

  .desks .sub-menu.main_lists .menu-item {
    width: 100%;
  }

  ul.navbar-nav li.dropdown .sub-menu.main_lists li {
    border-top: none;
    border-bottom: 1px solid #4c4c4c;
  }

  .sub-menu.main_lists {
    height: auto !important;
    border-top: 1px solid #4c4c4c;
    margin-top: 10px !important;
    padding-top: 6px !important;
  }

  ul.navbar-nav li.dropdown .sub-menu.main_lists li:last-child {
    border-bottom: 0;
  }

  ul.navbar-nav li.dropdown .sub-menu li:last-child {
    border-top: 1px solid transparent;
  }

  .navbar-collapse ul li:hover>ul.sub-menu {
    border-top: 1px solid #4c4c4c;
    margin-top: 0px;
    position: relative;
    width: auto;

  }

  ul.navbar-nav li.new.open-menu .sub-menu.show_menu {
    left: auto;
  }

  .navbar-collapse ul li:hover>ul.sub-menu li {
    margin-left: 20px;
  }

  ul.navbar-nav li.new.open-menu .sub-menu.show_menu {
    min-height: auto;
  }
}

/*responvive end*/
/*new menu css*/


.page-id-12 .video-btn {

  top: 55px;

}

.sticky .row {
  width: 100%;
}

.public-sec-gap {

  overflow: hidden;
}

.home .banner-text-home .primary-btn {
  position: relative;
  z-index: 9;
}

/*<--custom css for digital pledge card form-->*/
.page-id-48070 .gform_legacy_markup_wrapper {
  max-width: 100%;
  width: 600px!important;
  margin: 0 auto!important;
  border: 1px solid #8f8f8f!important;
  padding: 20px 30px!important;
  border-radius: 50px !important;
  background: #f4f4f4!important;
}
.page-id-48070 .gform_legacy_markup_wrapper.gf_browser_chrome 
.gfield_checkbox li input[type=checkbox] {
  margin-top: 0px!important;
}

/*<--custom css for digital pledge card form end-->*/

.archive .current-menu-item a {
  color: #f15c22 !important;
}
.page-template-template-all-blog .blog-article-img img {
  height: auto;
}
.page-template-template-all-blog .default_banner.gap-section {
  padding-top: 54px;
  height: auto;
}
a#show1.nodesktop{display:none;}	




.single .wp-block-columns {
  margin-bottom: 0;
}


/*.single figure {
  margin: 0 0 1em !important;
}*/
.single .wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0!important;
}
.single .wp-block-media-text {
  margin-bottom: 20px;
}
.single .wp-block-media-text__media{
  margin: 0 0 0em !important;
}
.single .wp-block-image .alignright {
  margin: .5em 0 .5em 1em!important;
}
.single .wp-block-image.size-large {
  margin: 0 0 0em !important;
}



/* 15-04-23 */

.page-template-template-tall-landing .stripe {
  width: 215px;
}

.page-template-template-tall-landing .below-banner h1{
  color: #f15c22;
  text-shadow: none;
  line-height: 40px;
  margin-bottom: 0;
  width: 80%;
}
.page-template-template-tall-landing .voucher.mids h1 {
  color: #f15c22;
}
.talllanding_bg {
  padding: 30px 0 120px;
  margin-top: -35px;
}

.page-template-template-tall-landing ul li::before {
 content: none;
}
.right-below-text {
  font-size: 12px;
  text-align: center;
}

.voucher-list li::marker {
  color: #f15c22;
}
.page-template-template-tall-landing .aligncenter.size-full {
  max-width: 100%!important;
}

.page-template-template-tall-landing .below-banner {
  background: url(https://ryhtexasdev.wpengine.com/wp-content/themes/raiseyourhand/img/stripe.jpg) no-repeat bottom left;

}
.voucher-list ul li {
  list-style: disc !important;
  margin-left: 80px;
}
.page-template-template-tall-landing .voucher.mids {
  padding: 20px 0 20px;
  margin-bottom: 28px;
}
.black-bg-text p {
  color: #fff;
}
.talllanding_bg .align-text {
  align-items: start;
}
.logo-sec{
padding: 60px 0;
background: url("img/bg2.svg") no-repeat bottom right;
  background-size: auto;
background-size: 50% auto;
}
.logo_sec_bg {
  background: #d6d8d7;
  padding: 60px 0 0;
}

/*04-04-2023*/


.grey_sec {
  background: #D6D8D8;
  margin-top:-120px;
}

.grey_sec_top {
  padding: 60px 0;
    padding-bottom: 60px;
  padding-bottom: 60px;
  background: url("../img/bg2.svg") no-repeat bottom right;
    background-size: auto;
  background-size: auto;
  background-size: 50% auto;
  position: relative;
}
.grey_sec h3 {
  text-transform: uppercase;
  font-size: 1.125em;
  margin: 20px 0px 60px;
  font-weight: bold;
}
.grey_sec h3 a {
  color: #2C2A29;
  text-decoration: none;
}
.grey_sec img {
  width: 50%;
}
.dark-grey-sec {
  background: #2C2A29;
  padding: 210px 0 20px;
  margin-top: -160px;
}
.dark-grey-sec h2 {
  color: #f15c22;
  font-weight: 400;
  font-size: 2.255em;
  margin-bottom: 50px;
}
.dark-grey-sec h3 {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  margin-left: 35px;
}
.dark-grey-sec ul {
  width: 100%;
}
.dark-grey-sec ul li {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  line-height: 42px;
 /* list-style-type: disc;
  margin-left: 18px; */
  margin-bottom: 0;
  background: url('img/check.png') no-repeat left center;
  padding-left: 30px;
}
.dark-grey-sec li::marker {
  color: #f15c22;
}
.voucher-sec-white {
  padding: 60px 0;
}
.voucher-sec-white h2 {
  color: #f15c22;
  font-weight: 400;
  font-size: 2.255em;
  margin-bottom: 40px;
}
.voucher-sec-white h3 {
  color: #2C2A29;
  font-weight: 400;
  font-size: 1.75em;
  margin-bottom: 40px;
  text-transform: none;
}
.voucher-sec-white h4 {
  color: #2C2A29;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.voucher-sec-white ul li {
  list-style: disc;
  margin-left: 80px;
  font-size: 19px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0;
}
.voucher-sec-white li::marker {
  color: #f15c22;
}
.texas-video-img {
  text-align: center;
}
/*.texas-video-img img {
  width: 70%;
}
.bottom_text {
  margin-top: -100px;
}*/
.slider-sec {
  padding: 60px 0;
}
.slider-sec h2 {
  color: #2C2A29;
  font-size: 1.75em;
  margin-bottom: 20px;
  text-transform: none;
  font-weight: bold;
  margin-left: 35px;
}
.slider-sec ul li {
  color: #2C2A29;
  font-size: 19px;
  font-weight: 400;
  line-height: 42px;
}
.page-template-template-tall-landing .main-box.inner-template h1{
  font-weight: 400;
  font-size: 2.255em;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
 /*margin-bottom: 30px;
  line-height: 58px;*/
  text-shadow: 1px 1px #000;
}
.tallland_bg {
  padding: 60px 0 20px;
}

.dark-grey-sec .owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span 
 {
  border: 1px solid #f15c22!important;
  background: #f15c22!important;
}
.slider-sec .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span 
{
 border: 1px solid #f15c22!important;
 background: #f15c22!important;
}
.black-bg-text p {
  color: #fff;
  line-height: 35px;
}
.black-bg-text p:nth-child(2) {
  padding-top: 20px;
}
.black-mids {
  margin-bottom: 0 !important;
  padding: 20px 0 0 !important;
}
.bottom_text {
  margin-top: -260px;
}
.dark-grey-sec .owl-dots {
  padding-top: 70px;
}
#slider-sec .owl-prev {
  background: url(img/arrow-left-tall.png) no-repeat top center !important;
}
#slider-sec .owl-next {
  background: url(img/arrow-right-tall.png) no-repeat top center !important;
}
.page-template-template-research .col-md-12.mb-5.poll-img {
	z-index: 10;
}



.page-id-48826 .gfield_description, .page-id-48826 .gsection_description {
  color: #2b2a28;
}

#gform_wrapper_36 .gform_heading .gform_title {
  display: none;
}

.page-id-35 .wp-block-embed iframe {
  width: 676px!important;
  height: 380px!important;
}

#gform_36 .gfield_label {
  color: #2b2a28;
}



.banner-heading-voice {
  border-bottom: none !important;
  font-size: 4em;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: none !important;
}

.teacher-second-sec {
  padding-top: 60px;
}
.teacher_sec h2 {
  color: #f15c22;
  text-shadow: none;
  margin-top: 0;
}
.teacher_sec {
  padding: 0 4%;
}


.teacher-listening-sec {
  margin-top: 60px;
  background-color: #2C2A29;
  padding: 60px 0;
}


#elevating-sec img {
  width: 50%;
}
#elevating-sec h3{
text-transform: uppercase;
font-size: 1.125em;
margin: 20px 0px 60px;
font-weight: bold;
}

#elevating-sec h3 a {
  color: #2C2A29;
  text-decoration: none;
}


#teacher-voice-in-action .owl-carousel .owl-item img {
  height: 450px;
}

.light-blue-section {
  background-image: url('img/mwm-landing/bg-blue.jpg');
  background-position: center;
  background-size: cover;
  padding: 64px 0;

}

.light-blue-section h1 {
  text-shadow: none;
}

.light-blue-section span {
  color: #fff;
text-align: center;
width: 100%;
	font-size:24px;
/*margin-right: 25%;*/
font-weight: bold;
margin-bottom: 30px;
}


.teacher-workforce.section.bg-none {
  padding: 60px 0;
}


.teacher-research-box a {
  color: #2C2A29;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
}
.teacher-research-box h3 {
  text-transform: capitalize;
  /*height: 75px;*/
}

.research-col {
  border: 1px solid #f15c22;
}
.light-blue-section .owl-nav {
  top: 30%;
}

#teacher-voice-in-action .owl-theme .owl-dots .owl-dot.active span,
 .light-blue-section .owl-theme .owl-dots .owl-dot.active span{
  background: #f15c22 !important;
}

.banner-heading-voice br {
  display: block !important;
}

.light-blue-section p {
  font-weight: 400;
  font-size: 32px;
  line-height: 46px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 30px;
  text-shadow: none;
  margin-top: 12px;
}





.texas-infographic-img img {
  height: 550px;
  object-fit: contain;
}




@media only screen and (min-width: 768px) and (max-width: 1349px) {
  .voice-banner{
  background:#f15c22;
  } 
}


.teacher-video-sec iframe {
  width: 1000px;
  height: 600px;
}


blockquote, blockquote p {
	font-family: 'Bad Script', cursive !important;
	line-height: 70px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	font-size: 40px !important;
	margin-bottom: 0px;
}
 
cite {
  font-size: 16px !important;
	font-family:'Montserrat', sans-serif;
	font-style:normal;
  color:#2b2a28;
}


.wp-block-details summary {
  background: #f2f2f2;
  padding: 10px 15px;
  font-weight: bolder;
}

.wp-block-details {
  margin-bottom: 1.2em;
}

.wp-block-details p, .wp-block-details ul ,.wp-block-details ol  {
  padding: 10px 15px;
}

@media (min-width: 767px)   {

.page-id-49838 .wp-block-embed iframe {
  max-width: 100%;
  width: 800px;
  height: 600px;
}

}




/* ----- template-finance-landing------- */

/* ----- blue_sec------- */

.blue_sec {
  width: 100%;
  background: #c5f6ff url(images/blue-bg-new.jpg) no-repeat top center;
  background-size: auto;
  background-size: auto;
  background-size: 100% auto;
  padding-bottom: 30px;
}

.blue_sec h1 {
  color: #fff;
  font-size: 64px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.blue_sec_top {
  margin-top: 130px !important;
}

.blue_sec_top p {
  margin-top: 300px;
  font-size: 20px;
  line-height: 44px;
  color: #323775;
  font-weight: 600;
}

.blue_sec_top p a {
  color: #f15c22;
  text-decoration: underline;
}

/* ----- blue_sec------- */

/* ----- purple_sec------- */

.purple_sec {
  width: 100%;
  background: #323775 url(images/blue-bg2.jpg) no-repeat top center;
  background-size: auto;
  background-size: auto;
  background-size: 100% auto;
  padding-bottom: 100px;
}

.purple_sec h1 {
  color: #fff;
  font-size: 64px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.purple_sec_top {
  margin-top: 250px;
}

.purple_sec_top p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
}

.purple_sec_top p a {
  color: #f15c22;
  text-decoration: underline;
}

.purple_sec_top_inner {
  background: #fff;
  padding: 50px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.purple_sec_top h2 {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 20px;
}

.purple_sec_top_mid {
  width: 450px;
  margin-bottom: 83px;
  position: relative;
}

.purple_sec_top_mid::before {
  content: "";
  background: url(images/vector.png) no-repeat top center;
  width: 560px;
  height: 194px;
  position: absolute;
  top: 0;
  left: 0px;
}

/* ----- purple_sec------- */

/* ----- dark_blue_sec------- */

.dark_blue_sec {
  width: 100%;
  background: #007ad4 url(images/blue-bg3.jpg) no-repeat top center;
  background-size: auto;
  background-size: 100% auto;
  text-align: center;
  margin-top: -350px;
  padding-top: 350px;
}

.dark_blue_sec_video img {
  width: 100%;
}

/* ----- dark_blue_sec------- */


/* ----- bottle_sec------- */

.bottle_sec {
  width: 100%;
  background: #323775 url(images/blue-bg4.jpg) no-repeat top center;
  background-size: auto;
  background-size: 100% auto;
  padding-top: 250px;
}

.bottle_sec h1 {
  color: #fff;
  font-size: 64px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.bottle_sec_top p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
}

.bottle_sec_top p a {
  color: #f15c22;
  text-decoration: underline;
}

.bottle_sec_top_inner {
  background: #fff;
  padding: 50px 50px 30px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.bottle_sec_top h2 {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.bottle_sec_top_mid {
  margin-bottom: 68px;
  position: relative;
}

.bottle_sec_top_mid::before {
  content: "";
  background: url(images/vector.png) no-repeat top center;
    background-size: auto;
  background-size: auto;
  width: 580px;
  height: 284px;
  position: absolute;
  top: 0;
  left: 0px;
  background-size: 100% auto;
}

.bottle_sec_top {
 /* background: url(images/bottle.png) no-repeat top right;*/
  background-size: auto;
  background-size: auto;
  background-size: 100% 83%;
  padding: 100px 0px 100px 70px;
  margin-left: -60px;
}

/* ----- bottle_sec------- */



/* ----- map_sec------- */

.map_sec {
  width: 100%;
  background: #c5f6ff url(images/blue-bg5.jpg) no-repeat top center;
  background-size: auto;
  background-size: 100% auto;
  padding-bottom: 100px;
  padding-top: 270px;
  margin-top: -190px;
}

.map_sec_top p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
}

.map_sec_top p a {
  color: #f15c22;
  text-decoration: underline;
}

.map_sec_top_inner {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.map_sec_top h2 {
  font-size: 36px;
  color: #fff;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 20px;
}

.map_sec_top_mid {
  margin-bottom: 97px;
  position: relative;
  width: 43%;
}

.map img {
  width: 100%;
}

/* .map_sec_top {
  margin-top: 90px;
} */

.map_sec_top_mid_inner {
  background: #fff;
  padding: 50px 50px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.map_sec_top h2 {
  font-size: 36px;
  color: #323775;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 20px;
}

.map_sec_top h2::before {
  content: "";
  background: url(images/vector.png) no-repeat top center;
    background-size: auto;
  background-size: auto;
  width: 580px;
  height: 284px;
  position: absolute;
  top: 0;
  left: 0px;
  background-size: 100% 83%;
}

/* ----- map_sec------- */


/* ----- dark_blue_sec2------- */

.dark_blue_sec2 {
  width: 100%;
  background: #007ad4 url(images/blue-bg6.jpg) no-repeat top center;
  background-size: auto;
  background-size: auto;
  background-size: 100% auto;
  text-align: center;
  margin-top: -280px;
  padding-top: 270px;
}
.dark_blue_sec2_video img {
  width: 100%;
}


/* ----- dark_blue_sec2------- */



/* ----- funds_sec------- */

.funds_sec {
  width: 100%;
  background: #c5f6ff url(images/blue-bg7.jpg) no-repeat top center;
    background-size: auto;
  background-size: 100% auto;
  padding-bottom: 250px;
  padding-top: 80px;
}

.funds_sec_top p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
}

.funds_sec_top p a {
  color: #f15c22;
  text-decoration: underline;
}

.funds_sec_top_inner {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.funds_sec_top h2 {
  font-size: 36px;
  color: #fff;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 20px;
}

.funds_sec_top_mid {
  margin-bottom: 100px;
  position: relative;
  width: 43%;
}

.map img {
  width: 80%;
  margin: 0 auto;
}

.funds_sec_top {
  margin-top: 90px;
}

.funds_sec_top_mid_inner {
  background: #fff;
  padding: 50px 50px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 100px;
}

.funds_sec_top h2 {
  font-size: 36px;
  color: #323775;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 20px;
}

.funds_sec_top h2::before {
  content: "";
  background: url(images/vector.png) no-repeat top center;
    background-size: auto;
  background-size: auto;
  width: 580px;
  height: 192px;
  position: absolute;
  top: 0;
  left: 0px;
  background-size: 100% 100%;
}

/* ----- funds_sec------- */


/* ----- rising_sec------- */

.rising_sec {
  width: 100%;
  background: #323775 url(images/blue-bg4.jpg) no-repeat top center;
    background-size: auto;
  background-size: auto;
  background-size: 100% auto;
  padding-top: 250px;
  padding-bottom: 30px;
}

.rising_sec_top p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
}

.rising_sec_top p a {
  color: #f15c22;
  text-decoration: underline;
}

.rising_sec_top_inner {
  background: #fff;
  padding: 50px 50px 30px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.rising_sec_top h2 {
  font-size: 36px;
  color: #fff;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 20px;
}

.rising_sec_top_mid {
  margin-bottom: 75px;
  position: relative;
}

.rising_sec_top_mid::before {
  content: "";
  background: url(images/vector.png) no-repeat top center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  width: 580px;
  height: 202px;
  position: absolute;
  top: 0;
  left: 0px;
  background-size: 100% auto;
}

.col-lg-6.rising_sec_top_inner_img img {
  width: 100%;
}

/* ----- rising_sec------- */



/* ----- invest_sec------- */

.invest_sec {
  width: 100%;
  background: #C5F6FF url(images/blue-bg9.jpg) no-repeat top center;
    background-size: auto;
  background-size: auto;
  background-size: 100% auto;
  padding-top: 300px;
  padding-bottom: 30px;
}

.invest_sec p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
}

.invest_sec_top p a {
  color: #f15c22;
  text-decoration: underline;
}

.invest_sec_top h2 {
  font-size: 36px;
  color: #323775;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 20px;
}

.invest_sec_top_mid {
  margin-bottom: 78px;
  position: relative;
}

.invest_sec_top_mid::before {
  content: "";
  background: url(images/vector.png) no-repeat top center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  width: 580px;
  height: 202px;
  position: absolute;
  top: 0;
  left: 0px;
  background-size: 100% auto;
}

.row.invest_sec_top_mid {
  width: 29%;
}

.invest_sec_inner {
  background: #fff;
  padding: 50px;
  padding-right: 50px;
  padding-left: 50px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.invest_sec_top_btn {
  display: flex;
  width: 100%;
  justify-content: center;
}

.invest_sec_top_inner_btn a {
  background: #F15C22;
  border: 1px solid #000;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 20px;
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.3);
}
.invest_sec_top_inner_btn a:hover {
  background: #2b2a28;
}

.invest_sec_inner div {
  align-items: center;
}


/* ----- rising_sec------- */



/* ----- footerbg_sec------- */


.footerbg_sec {
  width: 100%;
  background: #2C2A29 url(images/footer_sec.jpg) no-repeat top center;
    background-size: auto;
  background-size: 100% auto;
  padding-top: 350px;
  padding-bottom: 30px;
  margin-top: -95px;
}


.page-template-template-finance-landing .dark_blue_sec2_video, .page-template-template-finance-landing .dark_blue_sec_video {
  position: relative;
  width: 90%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}

.page-template-template-finance-landing .dark_blue_sec iframe, 
.page-template-template-finance-landing .dark_blue_sec2_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ----- footerbg_sec------- */



.blue_sec_top .dollar-icon {
  margin-bottom: 120px;
  display: block;
  text-align: center;
}

.blue_sec_top .dollar-icon img {
  width: 70px;
}



 .sticky .navbar-nav .menulinkborder.menu-item{
	border-top: 2px solid #ffffff;
  }


  /* ----- template-teacher-workforce------- */
  
  .page-template-template-teacher-workforce-php .wp-block-image {
    margin-bottom: 0;
  }
  .new-texas-teacher-section p a,
  .page-template-template-teacher-workforce-php p a {
    color: #41b5e6;
    text-decoration: underline;
  }
  .new-texas-teacher-section {
    margin-bottom: 0;
  } 
  .faq-section h2 {
    padding-bottom: 30px;
    text-transform: none;
  }
  .page-template-template-teacher-workforce-php .accordion-tab summary {
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 20px 30px;
    color: #F15C22;
  }
  .page-template-template-teacher-workforce-php .wp-block-details p {
    padding: 10px 30px;
    margin: 0;
  }
  .page-template-template-teacher-workforce-php .wp-block-details p:last-child {
    padding-bottom: 20px;
  }
  .page-template-template-teacher-workforce-php .wp-block-details > p:first-child {
    padding-top: 13px;
}
.workforce-banner .gb-block-layout-column-inner {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: right;
}
#h-learning-about-texas-uncertified-teachers {
  width: 500px;
}
.texas-workforce-banner::before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.00) 60.28%);
  width: 100%;
  height: 500px;
}
.page-template-template-teacher-workforce-php p {
  font-size: 18px!important;
}


/* 19 dec 24 */
#column-bottom-section {
  margin: 50px 0;
}
.page-id-20 .policy-top-text {
  margin-top: 0;
}
.page-id-20 .research-grey-sec {
  height: 335px;
}

.page-id-51179 .policy_banner.main_banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}


@media only screen and (min-width: 768px) and (max-width: 1349px) {
.page-id-51179 .banner-heading-voice {
  font-size: 3em;
}
}

@media only screen and (min-width: 992px){
  .page-id-51179 .policy_banner.main_banner {
    background-position: top right !important;
  }
  }
