@import url(https://fonts.googleapis.com/css?family=Lato:700,300);
@font-face {
  font-family: 'EvelethDot';
  src: url('fonts/transfonter/EvelethDot-Light.eot');
  src: url('fonts/transfonter/EvelethDot-Light.eot?#iefix') format('embedded-opentype'), url('fonts/transfonter/EvelethDot-Light.woff') format('woff'), url('fonts/transfonter/EvelethDot-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaPT-Light';
  src: url('fonts/futuraptlight.eot');
  src: url('fonts/futuraptlight.eot?#iefix') format('embedded-opentype'), url('fonts/futuraptlight.woff') format('woff'), url('fonts/futuraptlight.ttf') format('truetype'), url('fonts/futuraptlight.svg#futuraptlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaPT-Medium';
  src: url('fonts/futuraptmedium.eot');
  src: url('fonts/futuraptmedium.eot?#iefix') format('embedded-opentype'), url('fonts/futuraptmedium.woff') format('woff'), url('fonts/futuraptmedium.ttf') format('truetype'), url('fonts/futuraptmedium.svg#futuraptmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaPT-Book';
  src: url('fonts/futuraptbook.eot');
  src: url('fonts/futuraptbook.eot?#iefix') format('embedded-opentype'), url('fonts/futuraptbook.woff') format('woff'), url('fonts/futuraptbook.ttf') format('truetype'), url('fonts/futuraptbook.svg#futuraptbook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaPT-Bold';
  src: url('fonts/futuraptbold.eot');
  src: url('fonts/futuraptbold.eot?#iefix') format('embedded-opentype'), url('fonts/futuraptbold.woff') format('woff'), url('fonts/futuraptbold.ttf') format('truetype'), url('fonts/futuraptbold.svg#futuraptbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**Media Query ***/
/*--------------------------*/
/* BORDER RADIUS */
.transit {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.translate {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.translateX {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.translateY {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*

.background-gradient(@start, @stop) {
    background: mix(@start, @stop, 50%);
    background: -webkit-gradient(linear, left top, left bottom, from(@start), to(@stop));
    background: -webkit-linear-gradient(top, @start, @stop);
    background:    -moz-linear-gradient(top, @start, @stop);
    background:      -o-linear-gradient(top, @start, @stop);
    background:         linear-gradient(to bottom, @start, @stop);
}

*/
.main-btn {
  width: auto;
  min-width: 240px;
  float: none;
  display: inline-block;
  height: 66px;
  margin: 0px;
  border: #ffffff solid 2px;
  background: none;
  font-family: 'FuturaPT-Bold';
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 66px;
  font-weight: normal;
}
.main-btn:hover {
  background: #af1709;
}
button.main-btn:hover,
button.main-btn:focus,
.button.main-btn:hover,
.button.main-btn:focus {
  background: #af1709;
}
.main-btn.read-more {
  width: auto;
  min-width: 240px;
  float: none;
  display: inline-block;
  height: 66px;
  margin: 0px;
  border: #ffffff solid 2px;
  background: none;
  font-family: 'FuturaPT-Bold';
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 66px;
  font-weight: normal;
  border: #8c3a02 solid 2px;
  color: #8c3a02;
}
.main-btn.read-more:hover {
  background: #af1709;
}
.main-btn.read-more:hover {
  background: #8c3a02;
  color: #ffffff;
}
.submit-btn {
  width: auto;
  min-width: 155px;
  height: 48px;
  float: left;
  background: #af1709;
  font-family: 'FuturaPT-Bold';
  font-size: 22px;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 48px;
  font-weight: normal;
}
.submit-btn:hover {
  background: #851d1e;
}
.rounded-btn {
  width: auto;
  height: 36px;
  float: left;
  background: #af1709;
  font-family: 'FuturaPT-Medium';
  font-size: 22px;
  padding: 0 10px;
  line-height: 30px;
  font-weight: normal;
  color: #f5e3db;
  border: #841b1d solid 2px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.rounded-btn:hover {
  background: #851d1e;
}
/* iCheck plugin Line skin, black
----------------------------------- */
.icheckbox_line,
.iradio_line {
  position: relative;
  display: block;
  margin: 0;
  padding: 16px 31px 17px 30px;
  font-family: 'EvelethDot';
  font-size: 24px;
  line-height: 24px;
  color: #383431;
  background: #ffffff;
  border: 2px solid #f0f0f0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
}
.icheckbox_line.hover,
.icheckbox_line.checked.hover,
.iradio_line.hover {
  background: #851d1e;
  color: #ffffff;
}
.icheckbox_line.checked,
.iradio_line.checked {
  background: #851d1e;
  color: #ffffff;
}
.icheckbox_line.disabled,
.iradio_line.disabled {
  background: #cccccc;
  cursor: default;
}
.icheckbox_line.checked.disabled,
.iradio_line.checked.disabled {
  background: #cccccc;
}
/* HiDPI support */
/************/
.sbHolder {
  background-color: #ffffff;
  border: none;
  font-family: 'FuturaPT-Book';
  font-size: 20px;
  font-weight: normal;
  height: 53px;
  position: relative;
  width: 395px;
  margin: 0 auto;
}
.sbSelector {
  display: block;
  height: 53px;
  left: 0;
  line-height: 53px;
  color: #37302c;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 28px;
  top: 0;
  width: 85.83%;
}
.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  color: #37302c;
  outline: none;
  text-decoration: none;
}
.sbToggle {
  background: url('images/down_arrow.png') center center no-repeat;
  display: block;
  height: 53px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 14.17%;
}
.sbToggle:hover {
  background: url('images/down_arrow_hover.png') center center no-repeat;
}
.sbToggleOpen {
  background: url('images/down_arrow_hover.png') center center no-repeat;
}
.sbToggleOpen:hover {
  background: url('images/down_arrow_hover.png') center center no-repeat;
}
.sbHolderDisabled {
  background-color: #d9d9d9;
  border: none;
}
.sbOptions {
  background-color: #ffffff;
  border: none;
  list-style: none;
  left: 0px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 53px;
  width: 395px;
  z-index: 1;
  overflow-y: auto;
}
.sbOptions li {
  padding: 0 0;
}
.sbOptions a {
  border-bottom: none;
  display: block;
  outline: none;
  color: #37302c;
  padding: 15px 0 16px 28px;
}
.sbOptions a:link,
.sbOptions a:visited {
  color: #37302c;
  text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #ffffff;
  background-color: #851d1e;
}
.sbOptions li.last a {
  border-bottom: none;
}
.sbOptions .sbDisabled {
  border-bottom: none;
  color: #d9d9d9;
  display: block;
  padding: 15px 0 16px 28px;
}
.sbOptions .sbGroup {
  border-bottom: none;
  color: #851d1e;
  background-color: #37302c;
  display: block;
  font-weight: bold;
  padding: 15px 0 16px 28px;
}
.sbOptions .sbSub {
  padding-left: 17px;
}
@media only screen and (max-width:1399px) {
  .innerbanner-con .banner-img-outer img {
    left: 50%;
    margin-left: -720px;
    max-width: none;
    position: relative;
    width: 1440px;
  }
}
@media only screen and (min-width:1400px) {
  /*only screen and (min-width:1400px)*/
  .innerbanner-con .banner-img-outer {
    height: 470px;
  }
}
@media only screen and (min-width:1024px) and (max-width: 1199px) {
  /*only screen and (min-width:1024px) and (max-width: 1199px)*/
  .donatebanner-con .banner-cont-wrap h1 {
    padding: 118px 0 48px;
  }
  .event {
    width: 65%;
  }
  .mission-wrap h4 {
    margin: 20px 0;
    font-size: 25px;
  }
  .mission-wrap p {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px;
  }
  .mission-wrap ul li {
    font-size: 20px;
    line-height: 29px;
  }
  .mission-button-outer {
    margin-top: 20px;
  }
  .mission-button-outer .main-btn {
    font-size: 20px;
  }
  .programs-header-outer h4 {
    font-size: 25px;
    margin: 0 0 30px;
  }
  .programs-content-outer {
    padding: 40px 0;
  }
  .programs-header-outer p {
    padding: 0 20%;
  }
  .event-outer a.main-btn {
    min-width: auto;
    font-size: 18px;
  }
  .event p {
    font-size: 22px;
  }
  .home-programs .about-content-outer p {
    font-size: 27px;
    line-height: 38px;
  }
  .home-videos-outer {
    padding: 40px 0;
  }
  .home-videos-left h2 {
    margin: 0;
  }
  .home-videos-left h5 {
    margin: 0 0 15px;
    font-size: 24px;
  }
  .home-videos-left p {
    font-size: 20px;
    line-height: 24px;
  }
  .video-icons {
    margin: 0;
  }
  .video-icons ul li {
    width: 25%;
  }
  .embed-container {
    padding-bottom: 50% !important;
  }
  .home-programs .about-content-outer {
    padding: 30px 5%;
  }
  .image-overlay h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .image-overlay {
    padding: 0 17%;
  }
  .home-programs .slider-controls a.prev-btn,
  .home-programs .slider-controls a.nex-btn {
    top: 26%;
  }
  .audio-slider-outer .slider-controls a.prev-btn {
    left: 0;
  }
  .audio-slider-outer .slider-controls a.nex-btn {
    right: 0;
  }
  .inner-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .board-list {
    max-width: 678px;
  }
  .alumini-block {
    max-width: 320px;
  }
  .accordion h2 {
    font-size: 27px;
    line-height: 40px;
  }
  .accordion-outer {
    padding: 40px 100px;
  }
  .acc-content p {
    font-size: 28px;
    line-height: 35px;
    padding-top: 26px;
  }
  .acc-below-block {
    max-width: 900px;
  }
  .involve-left-inner {
    padding: 48px 40px 30px;
  }
  .involve-left-inner h2 {
    font-size: 30px;
  }
  .accordion-content-block .book-container {
    padding-left: 41px;
  }
  .footer-menu-links ul li {
    font-size: 19px;
    line-height: 21px;
  }
  .blog-container {
    padding: 117px 0 112px;
  }
  .top-left-wrap h2 {
    font-size: 29px;
    line-height: 38px;
  }
  .top-left-wrap {
    padding-right: 0.75%;
    width: 35%;
  }
  .top-middle-wrap {
    padding-right: 2.88%;
    width: 45.6%;
  }
  .donate-price-outer > ul li {
    padding-left: 73px;
  }
  .donte-now-outer h6 {
    font-size: 21px;
    line-height: 21px;
  }
  .icheckbox_line,
  .iradio_line {
    font-size: 21px;
    line-height: 21px;
  }
  .other-outer label {
    font-size: 21px;
    line-height: 21px;
  }
  .pay-btns-outer ul li button {
    font-size: 21px;
    line-height: 21px;
  }
  ul.check-list li a {
    font-size: 21px;
    line-height: 21px;
  }
  .donte-now-container {
    max-width: 92%;
  }
  .donte-now-outer {
    padding: 54px 46px 37px;
  }
  .-filters .-filter {
    margin: 0 5px!important;
  }
  .event-block {
    max-width: 320px;
    padding: 0 15px;
  }
  .audio-slider-outer iframe {
    width: 300px!important;
  }
  .gallery-container .-filters .-filter {
    font-size: 16px;
    margin: 0 2px !important;
    min-width: 80px;
  }
  .bottom-blog-outer {
    padding: 76px 60px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* only screen and (min-width: 641px) and (max-width: 1023px) */
  .event-block {
    max-width: 320px;
    padding: 0 15px;
  }
  .main-header-blk ul li {
    padding: 0 15px;
  }
  .donatebanner-con .banner-cont-wrap h1 {
    padding: 150px 0 48px;
  }
  .donte-now-outer h6 {
    margin-bottom: 24px;
  }
  .donte-now-outer {
    padding: 30px 10px;
  }
  .donate-price-outer > ul {
    margin-bottom: 20px;
  }
  .other-outer {
    margin-bottom: 21px;
  }
  .event {
    width: 65%;
  }
  .event-outer a.main-btn {
    min-width: 100px;
  }
  .programs-list-outer ul li {
    width: auto !important;
  }
  .event h5 {
    font-size: 22px;
  }
  .event p {
    font-size: 19px;
  }
  .event-outer a.main-btn {
    font-size: 18px;
  }
  .home-videos-outer {
    padding: 35px 0;
  }
  .home-videos-left h2 {
    margin: 0;
    font-size: 28px;
  }
  .home-videos-left {
    width: 30.3%;
    margin-right: 4%;
    margin-top: 0;
  }
  .home-videos-left h5 {
    font-size: 21px;
    margin: 0 0 15px;
  }
  .home-videos-left p {
    font-size: 16px;
    margin: 0;
    line-height: 19px;
  }
  .video-icons ul li {
    width: 25%;
  }
  .embed-container {
    padding-bottom: 50% !important;
  }
  .audio-slider-outer .slider-controls a.prev-btn {
    left: 0;
  }
  .audio-slider-outer .slider-controls a.nex-btn {
    right: 0;
  }
  .inner-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .staff-content-block {
    padding: 40px 0;
  }
  .staff-content {
    padding-bottom: 20px;
  }
  .staff-content h4 {
    padding-bottom: 25px;
    font-size: 26px;
  }
  .single-staff .staff-details h5 {
    padding-bottom: 4px;
    font-size: 22px;
  }
  .single-staff .staff-details p {
    font-size: 13px;
    line-height: 15px;
  }
  .single-staff .staff-details span {
    font-size: 13px;
  }
  .social-links ul li {
    margin-left: 9px;
  }
  .single-staff .staff-details {
    padding-left: 6%;
    padding-right: 6%;
  }
  .our-board-block {
    padding-top: 40px;
  }
  .staff-content-inner p {
    font-size: 19px;
    line-height: 23px;
  }
  .board-list {
    max-width: 460px;
    padding-top: 20px;
  }
  .alumini-block {
    max-width: 276px;
    padding: 20px 0 40px 10px;
  }
  .our-board-block h6 {
    padding-bottom: 20px;
    font-size: 20px;
  }
  .board-list-block ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .board-list-block ul {
    margin-left: 10px;
    padding-left: 14px;
  }
  .alumini-block h5 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .alumini-block img {
    margin-bottom: 20px;
  }
  .alumini-block h6 {
    padding-bottom: 14px;
  }
  .accordion h2 {
    font-size: 24px;
    line-height: 35px;
  }
  .accordion-outer {
    padding: 35px 100px;
  }
  .acc-content p {
    font-size: 20px;
    line-height: 30px;
    padding-top: 26px;
  }
  .acc-below-block {
    max-width: 700px;
  }
  .involve-left-inner {
    padding: 48px 40px 30px;
  }
  .involve-left-inner h2 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .funding-inner-block h6 {
    font-size: 22px;
  }
  .single-list p {
    font-size: 16px;
  }
  .single-list ul li {
    font-size: 16px;
  }
  .involve-content {
    min-height: 230px;
  }
  .involve-left-inner .main-btn {
    font-size: 18px;
    min-width: 196px;
    height: 50px;
    line-height: 50px;
  }
  .involve-right ul li {
    min-height: 107px;
    padding-top: 25px;
  }
  .involve-right ul li h6 {
    font-size: 22px;
  }
  .accordion-content-block .book-container {
    padding-left: 41px;
  }
  .howwedo-outer {
    padding: 40px 11.27%;
  }
  .howwedo-outer h4 {
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 25px;
  }
  .howwedo-outer h6 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 16px;
    padding: 0 16px 16px;
  }
  .howwedo-outer .main-btn.read-more {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    min-width: 207px;
  }
  .footer-container {
    padding: 40px 20px 60px;
  }
  .footer-logo-wrap {
    max-width: 94px;
  }
  .footer-menu-links {
    width: 60%;
  }
  .footer-menu-links:last-child {
    width: 40%;
  }
  .footer-menu-links ul li {
    font-size: 17px;
    line-height: 19px;
  }
  .footer-social-outer {
    padding-left: 4.41%;
    width: 23.87%;
  }
  .footer-social-outer ul li {
    padding-left: 15px;
  }
  .footer-newsletter-outer {
    width: 76.13%;
  }
  .footer-newsletter-outer h6 {
    font-size: 17px;
    line-height: 18px;
  }
  .footer-newsletter-outer p {
    letter-spacing: 0px;
  }
  .footer-newsletter-outer form input {
    max-width: 191px;
  }
  .top-left-wrap h2 {
    font-size: 18px;
    line-height: 27px;
  }
  .top-left-wrap {
    padding-right: 0.75%;
    width: 35%;
  }
  .top-middle-wrap {
    padding-right: 2.88%;
    width: 45.6%;
  }
  .top-right-wrap .submit-btn {
    font-size: 14px;
    min-width: 126px;
  }
  .top-middle-wrap .brief-desc-outer p {
    font-size: 20px;
    line-height: 24px;
  }
  .top-middle-wrap .rounded-btn {
    font-size: 18px;
  }
  .blog-container {
    padding: 80px 0 60px;
  }
  .bottom-left-wrap {
    padding-right: 35px;
  }
  .bottom-left-wrap p {
    font-size: 19px;
    line-height: 24px;
  }
  .bottom-right-wrap .share-text-wrap p {
    font-size: 21px;
    line-height: 26px;
  }
  .donate-price-outer > ul li {
    padding-left: 6.8%;
  }
  .donte-now-container {
    max-width: 92%;
  }
  #tribe-events-photo-events {
    margin: 0!important;
    width: 100%;
    text-align: center;
  }
  #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .-filters .-filter {
    min-width: inherit;
    font-size: 16px;
    margin: 0 6px !important;
  }
  .-filters {
    margin: 30px 0;
  }
  .gallery-container .-filters .-filter {
    font-size: 18px;
    margin: 0 6px !important;
  }
  .bottom-blog-outer {
    padding: 76px 60px;
  }
}
@media only screen and (min-width: 991px) {
  /*only screen and (min-width: 991px)*/
}
@media only screen and (min-width:641px) and (max-width: 991px) {
  /*only screen and (min-width:641px) and (max-width: 991px)*/
  .main-header-blk ul li a {
    font-size: 18px;
  }
  .main-header-blk ul {
    padding: 13px 0 0;
  }
  .contact-container .details-outer .single-section h5 {
    font-size: 22px;
  }
  .contact-container .details-outer .single-section a {
    font-size: 22px;
  }
  .contact-container .details-outer .single-section.large-block {
    width: 33%;
    float: left;
  }
  .contact-container .details-outer .single-section {
    width: 33%;
    float: left;
  }
  .contact-container .details-outer {
    padding: 60px 0;
  }
  .right-outercontainer {
    padding: 46px 0 0 30px;
  }
  .donatebanner-con .banner-cont-wrap h1 {
    padding: 101px 0 9px;
    font-size: 30px;
    line-height: 42px;
  }
  .about-content-outer {
    padding: 55px 3%;
  }
  .about-content-outer p {
    font-size: 20px;
    line-height: 29px;
  }
  .mission-image-container img {
    height: 500px;
  }
  .mission-wrap h4 {
    margin: 20px 0;
    font-size: 25px;
  }
  .mission-wrap p {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px;
  }
  .mission-wrap ul li {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 12px;
  }
  .mission-button-outer {
    margin-top: 20px;
  }
  .mission-button-outer .main-btn {
    font-size: 20px;
  }
  .programs-header-outer p {
    padding: 0 10%;
  }
  .programs-content-outer {
    padding: 40px 0;
  }
  .programs-header-outer h4 {
    margin: 0 0 30px;
  }
  .image-overlay h5 {
    font-size: 19px;
    line-height: 32px;
  }
  .programs-details-outer {
    padding: 30px 5% 0;
  }
  .programs-list-outer ul li {
    height: 400px;
  }
  .mission-wrap {
    padding: 0 4%;
  }
  .event-outer a.main-btn {
    min-width: auto;
    font-size: 15px;
    padding: 0 8px;
  }
  .event h5 {
    font-size: 22px;
  }
  .event p {
    font-size: 17px;
  }
  .event-outer {
    padding-right: 2%;
  }
  .home-programs .about-content-outer {
    padding: 30px 5% 0;
  }
  .home-programs .about-content-outer p {
    font-size: 22px;
    line-height: 32px;
  }
  .embed-container {
    padding-bottom: 42% !important;
  }
  .videos-banner-outer img {
    height: 335px;
  }
  .home-news {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .home-news h2 {
    margin-bottom: 35px;
    font-size: 30px;
  }
  .book-container img {
    width: 50%;
  }
  .book-content-outer h2 {
    font-size: 30px;
  }
  .book-container {
    padding: 45px 0;
  }
  .book-content-outer h4 {
    font-size: 24px;
    margin: 0 0 18px;
  }
  .home-programs .about-content-outer {
    padding: 30px 5%;
  }
  .donate-price-outer > ul li {
    padding-left: 3.4%;
  }
  .donte-now-outer h6 {
    font-size: 14px;
    line-height: 14px;
  }
  .icheckbox_line,
  .iradio_line {
    font-size: 14px;
    line-height: 14px;
  }
  .other-outer label {
    font-size: 14px;
    line-height: 14px;
  }
  .other-outer input {
    font-size: 20px;
    line-height: 20px;
  }
  .pay-btns-outer ul li {
    padding-left: 8px;
  }
  .pay-btns-outer ul li:first-child {
    padding-left: 0;
  }
  .pay-btns-outer ul li:first-child button {
    padding: 13px 20px 8px;
  }
  .pay-btns-outer ul li button {
    font-size: 16px;
    line-height: 16px;
  }
  .pay-btns-outer ul.check-list li {
    padding-left: 8px;
  }
  .pay-btns-outer ul.check-list li a {
    font-size: 20px;
    line-height: 20px;
  }
  .audio-slider-outer iframe {
    width: 314px!important;
  }
  .donate-price-outer ul li {
    padding-left: 10px;
  }
  .icheckbox_line,
  .iradio_line {
    padding: 20px;
  }
  .bottom-right-wrap,
  .bottom-left-wrap {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (min-width:641px) and (max-width: 800px) {
  /*only screen and (min-width:641px) and (max-width: 800px)*/
  .main-header-blk ul li a {
    font-size: 15px;
  }
  .main-header-blk {
    padding: 15px;
  }
  .banner-cont-wrap h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .banner-cont-wrap h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .banner-cont-wrap .main-btn {
    font-size: 18px;
    line-height: 46px;
    height: 46px;
    min-width: 170px;
  }
  .contact-container .details-outer .single-section h5 {
    font-size: 13px;
  }
  .contact-container .details-outer .single-section a {
    font-size: 20px;
  }
  .contact-container .details-outer {
    padding: 40px 0;
  }
  .bottom-blog-outer {
    padding: 45px 40px 0;
  }
  #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event {
    max-width: 120px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  #tribe-events-photo-events {
    margin: 0!important;
    width: 100%;
    text-align: center;
  }
  #ff-filters li {
    margin-bottom: 5px;
  }
  .donatebanner-con .banner-cont-wrap {
    top: 40%;
  }
}
@media only screen and (max-width: 640px) {
  /*only screen and (max-width: 640px)*/
  .header-topblk ul li.donate-btn a:hover i {
    color: #af1709;
  }
  .header-outer .header-topblk {
    display: none;
  }
  .top-menu-out {
    display: none;
  }
  .howwedo-outer {
    padding-left: 5.8%;
    padding-right: 5.8%;
  }
  .howwedo-outer h4 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .howwedo-outer h6 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
    padding: 0 10px 15px;
  }
  .howwedo-outer p {
    margin-bottom: 20px;
  }
  .howwedo-outer .main-btn.read-more {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    min-width: 150px;
    margin: 0;
  }
  .footer-container {
    padding: 33px 35px 77px 28px;
  }
  .footer-right-outer {
    width: 100%;
    padding-top: 28px;
  }
  .footer-socialnewsletter-outer,
  .footer-links-outer,
  .footer-newsletter-outer {
    width: 100%;
  }
  .footer-social-outer {
    width: auto;
    margin-top: -90px;
    float: right;
    padding-right: 56px;
  }
  .footer-social-outer ul li {
    font-size: 16px;
    line-height: 18px;
    padding-left: 17px;
  }
  .footer-newsletter-outer h6 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 14px;
  }
  .footer-newsletter-outer p {
    letter-spacing: 0px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .footer-newsletter-outer form input {
    font-size: 14px;
    padding: 9px 50px 7px 13px;
  }
  .footer-logo-outer {
    width: 26.44%;
  }
  .footer-links-outer {
    margin-top: 14px;
    padding-left: 10px;
  }
  .footer-menu-links ul li {
    font-size: 16px;
    line-height: 18px;
    padding-top: 23px;
  }
  .footer-menu-links {
    width: 63%;
  }
  .footer-menu-links:last-child {
    width: 37%;
  }
  .sbHolder {
    font-size: 14px;
  }
  .sbHolder,
  .sbOptions {
    width: 230px;
  }
  .filter-container {
    padding: 23px 0;
  }
  .sbHolder,
  .sbSelector,
  .sbToggle {
    height: 32px;
  }
  .sbSelector {
    line-height: 32px;
    text-indent: 15px;
  }
  .sbOptions {
    top: 32px;
  }
  .sbToggle,
  .sbToggle:hover,
  .sbToggleOpen,
  .sbToggleOpen:hover {
    background-size: 34% auto;
  }
  .sbOptions a,
  .sbOptions .sbDisabled,
  .sbOptions .sbGroup {
    padding: 8px 0 8px 15px;
  }
  .blog-container {
    padding: 44px 0 15px;
  }
  .top-left-wrap,
  .top-middle-wrap,
  .top-right-wrap {
    padding-right: 0;
    width: 100%;
  }
  .top-left-wrap {
    margin-bottom: 23px;
    padding-right: 20px;
  }
  .top-left-wrap h2 {
    font-size: 22px;
    line-height: 31px;
  }
  .top-middle-wrap .brief-desc-outer {
    padding: 0;
    margin-bottom: 55px;
  }
  .top-middle-wrap .brief-desc-outer p {
    font-size: 21px;
    line-height: 28px;
  }
  .top-middle-wrap .rounded-btn {
    font-size: 18px;
  }
  .top-right-wrap .submit-btn {
    font-size: 15px;
    min-width: 111px;
    padding: 0 10px;
  }
  .top-blog-outer {
    margin-bottom: 33px;
    padding: 33px 15px 0;
  }
  .middle-blog-outer img {
    width: 1140px;
    max-width: inherit;
    margin-left: -700px;
    position: relative;
    left: 50%;
  }
  .blog-outer {
    overflow: hidden;
  }
  .bottom-blog-outer {
    padding: 45px 24px 0;
  }
  .bottom-right-wrap,
  .bottom-left-wrap {
    width: 100%;
  }
  .bottom-left-wrap {
    padding-right: 0;
    padding-top: 0;
  }
  .bottom-left-wrap p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 60px;
  }
  .bottom-right-wrap .share-text-wrap {
    padding-top: 41px;
    margin-bottom: 14px;
  }
  .donte-now-container {
    max-width: 91%;
  }
  .donate-price-outer > ul {
    margin-bottom: 44px;
  }
  .donate-price-outer > ul li {
    padding-left: 0;
    margin: 29px auto 0;
    max-width: 153px;
    display: block;
  }
  .donate-price-outer > ul li:first-child {
    margin-top: 0;
  }
  .donte-now-outer {
    padding: 34px 40px 32px;
  }
  .donte-now-outer h6 {
    font-size: 19px;
    line-height: 28px;
    letter-spacing: -2px;
    margin-bottom: 29px;
  }
  .icheckbox_line,
  .iradio_line {
    font-size: 22px;
    line-height: 22px;
  }
  .other-outer {
    margin-bottom: 34px;
  }
  .other-outer label {
    font-size: 22px;
    line-height: 22px;
    display: block;
    margin-right: 0;
    margin-bottom: 21px;
  }
  .other-outer span.prefix {
    margin-right: -30px;
  }
  .other-outer input {
    width: 85%;
    font-size: 20px;
    line-height: 20px;
    margin-right: -15px;
  }
  .pay-btns-outer ul {
    width: 100%;
  }
  .pay-btns-outer ul li {
    display: block;
    float: none;
    padding-left: 0;
    padding-top: 22px;
  }
  .pay-btns-outer ul li:first-child {
    padding-left: 0;
    padding-top: 0;
  }
  .pay-btns-outer ul li:first-child button {
    padding: 14px 36px 10px;
  }
  .pay-btns-outer ul li button {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.7px;
  }
  .pay-btns-outer ul.check-list {
    padding-top: 25px;
  }
  .pay-btns-outer ul.check-list li {
    padding-left: 0;
    padding-top: 10px;
  }
  .pay-btns-outer ul.check-list li:first-child {
    padding-top: 0;
  }
  .pay-btns-outer ul.check-list li a {
    font-size: 20px;
    line-height: 20px;
  }
  .name_first,
  .name_last,
  .gf_left_half,
  .gf_right_half {
    width: 100%!important;
    margin-right: 0!important;
    margin-bottom: 20px!important;
  }
  .gfield {
    margin-bottom: 0!important;
  }
  .ginput_container {
    margin-top: 0!important;
  }
  .gf_left_half,
  .gf_right_half {
    margin-bottom: 20px !important;
  }
  .gform_wrapper textarea.medium {
    width: 100%!important;
  }
  .gform_button {
    width: 100%;
  }
  .banner-sliderblk .main-btn {
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  /*only screen and (max-width: 640px)*/
  body {
    padding: 0px;
  }
  .header-outer {
    position: relative;
  }
  .main-nav-btn {
    display: none;
  }
  .header-topblk ul li a {
    display: none;
  }
  .header-topblk ul li.donate-btn a {
    display: block;
  }
  .header-topblk ul li.donate-btn a i {
    padding: 0px;
  }
  .header-topblk ul li.donate-btn a span {
	  padding-right:5px;
  }
  .header-topblk ul li.donate-btn a:hover span {
	  color: #af1709;;
  }
  .main-header-blk {
    padding: 10px;
  }
  .main-header-blk ul {
    display: none;
  }
  .main-header-blk .logo-outercon {
    width: 25%;
    max-width: 67px;
  }
  .banner-outercon {
    margin-top: -80px;
  }
  .innerbanner-con {
    margin-top: -80px;
  }
  .donatebanner-con {
    margin-top: -80px;
  }
  #main-headerblk-sticky-wrapper {
    position: relative;
  }
  .banner-cont-wrap h1 {
    font-size: 28px;
    line-height: 30px;
  }
  .banner-cont-wrap h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .innerbanner-con .banner-cont-wrap h1 {
    font-size: 28px;
    line-height: 30px;
  }
  .banner-cont-wrap .main-btn {
    font-size: 18px;
    line-height: 46px;
    height: 48px;
    min-width: 140px;
    margin: 0px;
  }
  .banner-outercon .banner-img-outer {
    height: 350px;
    overflow: hidden;
  }
  .banner-outercon .banner-img-outer img {
    width: 1400px;
    max-width: none;
    left: 50%;
    margin-left: -700px;
  }
  .innerbanner-con .banner-img-outer {
    height: 350px;
    overflow: hidden;
  }
  .innerbanner-con .banner-img-outer img {
    width: 1400px;
    max-width: none;
    left: 50%;
    margin-left: -700px;
  }
  .contact-container .details-outer {
    padding: 23px 0;
  }
  .contact-container .details-outer .single-section {
    width: 100%;
    padding: 23px 0;
  }
  .contact-container .details-outer .single-section.large-block {
    width: 100%;
    padding: 23px 0;
  }
  .contact-container .details-outer .single-section h5 {
    font-size: 24px;
  }
  .contact-container .details-outer .single-section a {
    font-size: 22px;
  }
  .contact-container .details-outer .single-section h5 {
    padding: 0px 0 10px 0;
  }
  .address-outercon .banner-cont-wrap address {
    font-size: 24px;
    line-height: 30px;
  }
  .address-outercon .banner-cont-wrap address span,
  .address-outercon .banner-cont-wrap address a {
    font-size: 30px;
  }
  .address-outercon .banner-cont-wrap h2 {
    padding: 0px;
    border: none;
    font-size: 24px;
  }
  .address-outercon .contact-img-outer {
    height: auto;
  }
  .address-outercon .contact-img-outer img {
    max-width: none;
    width: 700px;
  }
  .right-outercontainer {
    width: 100%;
    max-width: 100%;
    background: #000000;
  }
  .left-outercon {
    width: 100%;
    max-width: 100%;
    background: #d5d0cd;
  }
  .left-outercon {
    padding: 70px 20px;
  }
  .left-outercon .single-block .text-outercon {
    width: 100%;
    max-width: 100%;
    padding: 0px;
  }
  .left-outercon .single-block .textarea-outercon {
    width: 100%;
    max-width: 100%;
    padding: 0px;
  }
  .left-outercon .single-block .text-outercon {
    margin: 20px 0 0 0;
  }
  .left-outercon .single-block .textarea-outercon {
    margin: 20px 0 0 0;
  }
  .left-outercon .single-block .textarea-outercon .submit-btn {
    width: 100%;
    max-width: 100%;
  }
  .right-outercontainer h5 {
    display: none;
  }
  .right-outercontainer .tweet-outercon h6 {
    display: none;
  }
  .right-outercontainer {
    padding: 60px 20px;
  }
  .right-outercontainer ul {
    text-align: center;
    padding: 0 0 20px 0;
  }
  .right-outercontainer ul li {
    float: none;
    display: inline-block;
  }
  .right-outercontainer .tweet-outercon {
    padding: 0px;
    text-align: center;
  }
  .right-outercontainer .tweet-outercon p {
    padding: 0px;
    margin: 0px;
  }
  .left-outercon h2 {
    font-size: 22px;
  }
  .donatebanner-con .banner-cont-wrap h1 {
    padding: 0px 0 20px 0;
    font-size: 30px;
    line-height: 42px;
  }
  .donatebanner-con .banner-img-outer img {
    height: 1200px;
  }
  .about-content-outer {
    padding: 69px 12% 52px;
  }
  .mission-image-container img {
    position: relative;
    width: 1440px;
    margin-left: -720px;
    left: 50%;
    max-width: none;
    height: 650px;
  }
  .mission-wrap h4 {
    font-size: 30px;
    margin: 20px 0 40px;
  }
  .mission-wrap p {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 28px;
  }
  .mission-wrap ul li {
    line-height: 22px;
    font-size: 20px;
    padding: 0 2%;
    margin: 0 0 25px;
  }
  .mission-button-outer {
    margin: 0;
  }
  .mission-button-outer .main-btn {
    font-size: 20px;
  }
  .programs-header-outer p,
  .programs-details-outer {
    display: none;
  }
  .programs-list-outer ul li {
    margin: 0;
    height: auto;
    width: 100%;
    max-width: 100%;
    border-bottom: 2px solid #969696;
  }
  .programs-list-outer ul {
    width: 100%;
    margin: 0;
  }
  .programs-image-outer::before {
    content: none;
  }
  .programs-image-outer {
    position: inherit;
  }
  .image-overlay {
    position: inherit;
    transform: none;
    padding: 20px 0;
    background: #841d1c;
  }
  .programs-image-outer img {
    display: none;
  }
  .image-overlay h5 {
    font-size: 22px;
  }
  .programs-list-outer ul li a:hover .image-overlay {
    background: #570b0b;
  }
  .mission-wrap {
    padding: 0 5%;
  }
  .event-outer a.main-btn {
    display: none;
  }
  .event-date {
    text-align: center;
    width: 24%;
  }
  .event-outer {
    width: 76%;
  }
  .event-outer {
    padding: 16px 4%;
    width: 76%;
  }
  .event {
    width: 100%;
  }
  .event p {
    font-size: 22px;
    line-height: 30px;
  }
  .home-videos-outer {
    padding: 40px 0;
  }
  .home-videos-left {
    width: 100%;
    margin-right: 0;
  }
  .videos-banner-outer img {
    left: 50%;
    margin-left: -508px;
    max-width: none;
    position: relative;
    width: 1016px;
    height: 680px;
  }
  .home-videos-right {
    padding: 0 5%;
    float: left;
    width: 100%;
  }
  .home-videos-left h2 {
    margin: 0 0 25px;
    font-size: 30px;
  }
  .home-news h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .home-videos-left {
    padding: 0 5%;
  }
  .home-news {
    padding: 35px 5%;
  }
  .home-news li {
    width: 100%;
    margin: 0 40px;
  }
  .news-container {
    margin: 0;
    width: 100%;
  }
  .book-content-outer {
    width: 100%;
  }
  .book-container img {
    position: inherit;
    float: right;
    width: 50%;
  }
  .book-container {
    position: inherit;
    padding: 45px 0 0;
  }
  .book-content-outer {
    padding: 0 5%;
  }
  .book-content-outer h2 {
    font-size: 30px;
  }
  .home-programs .about-content-outer {
    padding: 30px 5%;
  }
  .home-programs .about-content-outer p {
    font-size: 25px;
    line-height: 32px;
  }
  .programslider-image-outer .image-overlay {
    background: none;
  }
  .programs-details-outer {
    display: none;
  }
  .programslider-list-outer ul li {
    margin: 0 15px 0 19px !important;
  }
  .programs-content-outer {
    padding-bottom: 0;
  }
  .home-programs .slider-controls a.prev-btn,
  .home-programs .slider-controls a.nex-btn {
    top: 36.5%;
  }
  .home-videos-left h5 {
    margin: 0 0 20px;
  }
  .home-videos-left p {
    font-size: 20px;
    line-height: 24px;
  }
  .video-icons {
    margin: 10px 0 0;
  }
  .audio-slider-outer .slider-controls a.prev-btn {
    left: 0;
  }
  .audio-slider-outer .slider-controls a.nex-btn {
    right: 0;
  }
  .audio-slider-outer ul li {
    margin: 0 30px !important;
    text-align: center;
  }
  .slick-slide img {
    display: inline;
  }
  .staff-content-block {
    padding: 30px 0 0;
  }
  .staff-content {
    padding: 0 22px 12px;
  }
  .staff-list ul {
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
  }
  .single-staff img {
    width: 100%;
    border: 0 none;
  }
  .staff-list ul li {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
    margin-left: 0!important;
    width: 100%!important;
  }
  .our-board-block {
    padding-top: 20px;
  }
  .staff-content h4 {
    padding-bottom: 25px;
    line-height: 42px;
  }
  .board-list {
    padding: 10px 35px 30px;
  }
  .board-list-block {
    padding-left: 0;
    width: 100%;
    padding-top: 30px;
  }
  .board-list-block:first-child {
    padding-top: 0;
  }
  .our-board-block h6 {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .staff-details-inner {
    text-align: left;
  }
  .social-links ul li {
    float: left;
    margin-bottom: 0;
    margin-left: 18px;
    width: auto;
  }
  .staff-content-inner p,
  .board-list-block ul {
    color: #423e3e;
  }
  .board-list-block .partners-list {
    color: #ababab;
    list-style: none;
  }
  .alumini-block {
    max-width: none;
    padding: 40px 10px 18px 18px;
  }
  .alumini-block img {
    margin-bottom: 30px;
  }
  .alumini-block h6 {
    padding-bottom: 18px;
  }
  .alumini-block-inner {
    max-width: none;
  }
  .alumini-block h5 {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .staff-content-inner p {
    font-size: 30px;
    line-height: 35px;
  }
  .single-staff .staff-details h5 {
    padding-bottom: 10px;
    font-size: 34px;
  }
  .single-staff .staff-details p {
    font-size: 25px;
    line-height: 38px;
  }
  .single-staff .staff-details span {
    font-size: 25px;
  }
  .board-list-block ul li {
    font-size: 24px;
    line-height: 30px;
  }
  .alumini-block-inner p {
    font-size: 24px;
  }
  .board-list-block .directors-list {
    margin-left: 0;
    list-style: none;
  }
  .board-list-block .directors-list li {
    position: relative;
    padding-left: 12px;
    line-height: 29px;
  }
  .board-list-block .partners-list li {
    position: relative;
    padding-left: 12px;
    line-height: 29px;
  }
  .accordion-outer {
    padding: 40px 55px 40px 34px;
  }
  .toggle-head {
    padding: 30px 55px 24px 34px;
  }
  .accordion h2 {
    font-size: 23px;
    line-height: 34px;
    padding-left: 0;
    padding-right: 58px;
  }
  .accordion-inner {
    text-align: left;
  }
  .acc-content p {
    font-size: 24px;
    line-height: 33px;
    padding-top: 35px;
  }
  .single-list i {
    display: none;
  }
  .funding-block {
    width: 100%;
    padding-right: 0;
  }
  .single-list-toggle {
    padding: 50px 35px;
    display: none;
  }
  .fund-right-block {
    width: 100%;
  }
  .funding-inner-block h6 {
    font-size: 30px;
    line-height: 33px;
    padding-bottom: 22px;
  }
  .single-list p {
    font-size: 22px;
    line-height: 28px;
  }
  .single-list ul li {
    font-size: 22px;
    padding-left: 14px;
    line-height: 29px;
  }
  .involve-left-inner {
    max-width: none;
    padding: 50px 35px 60px;
    width: 100%;
  }
  .involve-left {
    padding-right: 0;
    width: 100%;
  }
  .involve-block {
    padding: 0;
  }
  .link-outer {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .slider-test,
  .toggle-head {
    display: block;
  }
  .involve-right {
    padding: 65px 35px 0 35px;
    width: 100%;
  }
  .involve-right ul li {
    min-height: 150px;
    padding-top: 0;
  }
  .involve-left-inner h2 {
    padding-bottom: 32px;
    font-size: 31px;
  }
  .involve-block span {
    font-size: 26px;
  }
  .involve-right ul li span {
    font-size: 22px;
  }
  .funding-inner-block {
    padding: 0;
  }
  .toggle-head h6 {
    padding-right: 58px;
    display: inline-block;
    font-size: 23px;
    color: #000000;
    padding-bottom: 0;
  }
  .single-list {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0;
  }
  .funding-outer-block {
    background: url("images/content/how-we-banner.jpg") no-repeat left top;
    background-size: auto 100%;
  }
  .single-list ul {
    padding-top: 20px;
  }
  .involve-right ul li h6 {
    padding-bottom: 29px;
    font-size: 31px;
  }
  .accordion-close span::after,
  .accordion-open span::after {
    background-size: 21px;
    top: 6px;
  }
  .accordion-content-block .book-content-outer {
    padding: 0 11%;
  }
  .event-bar-container {
    display: table;
  }
  .event-bar-container .event-date,
  .event-bar-container .event-outer {
    display: table-cell;
    float: none;
  }
  .post-categories li a {
    margin-bottom: 20px;
  }
  .menu-main-menu-container #menu-main-menu {
    padding-top: 0;
  }
  .audio-slider-outer iframe {
    width: 100%!important;
  }
  #tribe-events-photo-events {
    margin: 0!important;
    width: 100%;
    text-align: center;
  }
  #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event {
    float: none;
    display: inline-block;
    vertical-align: top;
    max-width: 120px!important;
    margin: 0 5px!important;
  }
  .-filters .-filter {
    font-size: 16px;
    margin: 5px !important;
    min-width: inherit;
    padding: 11px 5px !important;
  }
  .-filters {
    margin: 20px 0;
  }
  .-pages {
    padding: 30px 0;
  }
  .event-block {
    max-width: 227px;
    position: static!important;
    padding: 0 5px;
  }
  .donate-price-outer ul li {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .pay-btns-outer {
    margin-top: 0;
  }
  .donatebanner-con .banner-cont-wrap {
    top: 50%;
  }
  .donate-quote p {
    font-size: 18px;
    line-height: 30px;
  }
  .bottom-right-wrap,
  .bottom-left-wrap {
    width: 100%;
    padding-left: 0;
  }
  .bottom-left-wrap iframe {
    width: 100%!important;
    height: auto;
  }
  .donate-price-outer .nyp input {
    width: 100%;
  }
  .nyp {
    margin-bottom: 20px;
  }
  .donate-price-outer .nyp label {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .nyp {
    height: auto !important;
  }
  .pay-btns-outer ul.check-list {
    padding-left: 0;
  }
  .iframe-wrap iframe {
    width: 100%!important;
  }
  .donate-paypal {
    margin-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  /*only screen and (max-width: 479px)*/
  .mission-image-container img {
    height: 750px;
  }
  .about-content-outer p {
    font-size: 22px;
    line-height: 27px;
  }
  .about-content-outer {
    padding: 50px 12%;
  }
  .about-content-outer p {
    font-size: 22px;
    line-height: 27px;
  }
  .mission-wrap h4 {
    font-size: 25px;
  }
  .programs-header-outer h4 {
    font-size: 25px;
    margin: 0 0 25px;
  }
  .image-overlay h5 {
    font-size: 16px;
  }
  .programs-content-outer {
    padding: 30px 0;
  }
  .event-outer {
    padding: 16px 4% 25px;
  }
  .event h5 {
    margin: 0 0 12px;
  }
  .event p {
    font-size: 16px;
    line-height: 24px;
  }
  .video-icons ul li {
    width: 25%;
  }
  .home-videos-left h2 {
    font-size: 30px;
  }
  .home-videos-left {
    margin: 15px 0 0;
  }
  .home-videos-outer {
    padding: 30px 0;
  }
  .home-videos-left h5 {
    margin: 0 0 15px;
  }
  .staff-content h4 {
    line-height: 23px;
    padding-bottom: 14px;
    font-size: 20px;
  }
  .staff-content-inner p {
    font-size: 20px;
    line-height: 24px;
  }
  .single-staff .staff-details h5 {
    font-size: 22px;
    padding-bottom: 2px;
  }
  .single-staff .staff-details p {
    font-size: 16px;
    line-height: 26px;
  }
  .single-staff .staff-details span {
    font-size: 16px;
  }
  .staff-details-inner {
    bottom: 22px;
    width: 84%;
  }
  .our-board-block h4 {
    line-height: 30px;
  }
  .our-board-block h6 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .board-list {
    padding: 10px 22px 30px;
  }
  .board-list-block ul li {
    font-size: 17px;
    line-height: 23px;
  }
  .alumini-block {
    padding: 40px 18px 18px;
  }
  .alumini-block h5 {
    font-size: 20px;
    padding-bottom: 22px;
  }
  .alumini-block img {
    margin-bottom: 20px;
  }
  .alumini-block h6 {
    padding-bottom: 12px;
  }
  .alumini-block-inner p {
    font-size: 18px;
  }
  .board-list-block ul {
    margin-left: 0;
  }
  .board-list-block .directors-list li {
    line-height: 21px;
    padding-left: 6px;
  }
  .directors-list li::before,
  .partners-list li::before {
    font-size: 6px;
  }
  .board-list-block .partners-list {
    margin-left: 12px;
    padding-left: 14px;
  }
  .board-list-block .partners-list li {
    padding-left: 4px;
    line-height: 21px;
  }
  .accordion-outer {
    padding: 25px 50px 25px 25px;
  }
  .accordion h2 {
    font-size: 16px;
    line-height: 23px;
    padding-left: 0;
    padding-right: 20px;
  }
  .acc-content p {
    font-size: 17px;
    line-height: 22px;
    padding-top: 17px;
  }
  .accordion-close span::after,
  .toggle-head.opened span::after,
  .toggle-head span::after,
  .accordion-open span::after {
    top: 2px;
    background-size: 14px;
  }
  .single-list p {
    font-size: 15px;
    line-height: 19px;
  }
  .single-list ul li {
    font-size: 15px;
    line-height: 20px;
    padding-left: 6px;
  }
  .single-list-toggle {
    padding-left: 25px;
    padding-right: 25px;
  }
  .involve-left-inner h2 {
    font-size: 20px;
    padding-bottom: 18px;
  }
  .involve-block span {
    font-size: 18px;
  }
  .involve-right ul li h6 {
    padding-bottom: 14px;
    font-size: 20px;
  }
  .involve-right ul li span {
    font-size: 15px;
  }
  .toggle-head {
    padding: 15px 50px 17px 25px;
  }
  .funding-inner-block h6 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 8px;
  }
  .toggle-head h6 {
    font-size: 16px;
    line-height: 25px;
  }
  .single-list ul {
    padding-top: 6px;
  }
  .single-list ul li::before {
    font-size: 5px;
  }
  .single-list-toggle {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .involve-left-inner .main-btn {
    font-size: 17px;
    min-width: 204px;
  }
  .involve-left-inner {
    padding: 30px 20px 45px;
  }
  .involve-right {
    padding: 50px 20px 10px;
  }
  .footer-social-outer {
    margin-top: -75px;
  }
  .audio-slider-outer iframe {
    width: 100%!important;
  }
  .event-block {
    max-width: 360px;
  }
}
