/*
Worldreader brand stylesheet
The following stylsheet applies the new 2018 Brand Guidelines
To avoid conflicts all styles are only applied to modules inside Visual Composer (vc_row)
Author: Guillem Santapau
*/

/*----------------------------------------------

[Table of contents]

1. Tmp
2. Header / Navigation
3. Generic Visual Composer
3. Text
4. Buttons
5. Grids


[Color Codes]

# Dark blue: 	#0055FF;
# Light blue: 	#00AAFF;
# Yellow: 		#F9B328;


------------------------------------------------*/

/* ============================================
	Generic Visual Composer
=============================================== */

header,
section,
footer,
aside,
nav,
article,
figure,
hgroup,
blockquote {
  display: block;
} /* html5 tags dom enabler */
body,
html {
  background-color: #fff;
  color: #000;
}
body,
html {
  width: 100%;
  min-width: 970px;
  position: relative;
}

body {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  padding-bottom: 0px !important;
}

html.js_active,
html.js_active body,
html.js_active #content {
  min-width: 200px !important;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

html.js_active #content {
  max-width: 1170px !important;
}

html.js_active > .post-template-default #content,
html.js_active > .blog #content,
html.js_active > .author #content {
  max-width: 940px !important;
}

html.js_active #container {
  top: 80px !important;
  /* padding-top: 25px; */
}

html.js_active #content {
  padding-top: 25px;
}

html.js_active blockquote {
  border-left: 5px solid #00d8ff;
  padding: 15px 0px 0px 15px;
  font-style: italic;
  color: #969696ee;
  border-right: none;
  border-top: none;
  border-bottom: none;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1170px) {
  html.js_active #content {
    padding: 25px 0px 0% 0px;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }

  html.js_active #content {
    margin-bottom: 0px;
  }

  html.js_active .the-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  html.js_active #content > .vc_row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 930px) {
  html.js_active #container {
    top: 110px !important;
  }

  #banner-to-mobile {
    margin-top: -15px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 480px) {
  html.js_active #content {
    padding: 0%;
  }

  .vc_row {
    width: 100% !important;
    left: 0px !important;
    padding: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-right: 0px !important;
  }
}

/* ============================================
	Text
=============================================== */

.vc_row h1 {
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -1px;
}

.vc_row h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.vc_row h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.vc_row h4 {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
}

.vc_row p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.vc_row p a {
  color: #00aaff;
  text-decoration: underline;
}

.vc_row p a:hover {
  color: #0055ff;
  text-decoration: underline;
}

.content .vc_row .wpb_text_column ul,
.content .vc_row .wpb_text_column ol {
  padding-left: 65px;
  padding-bottom: 20px;
}

.content .vc_row .wpb_text_column ul li,
.content .vc_row .wpb_text_column ol li {
  list-style: inside;
  list-style-position: inside;
  text-indent: -24px;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.content .vc_row .wpb_text_column ol li {
  list-style: decimal !important;
  list-style-position: inside !important;
}

.the-content .wpb_text_column ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
}

@media only screen and (max-width: 768px) {
  .content .vc_row .wpb_text_column ul {
    padding-left: 25px;
  }
}

/* ============================================
	Tables
=============================================== */

.minimal-table table {
  width: 100%;
  table-layout: fixed;
}

.minimal-table tr:nth-child(even) {
  background: #f3f3f3;
}
.minimal-table th {
  padding: 20px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
.minimal-table td,
.minimal-table td p {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 15px !important;
  color: #000;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  font-family: "Montserrat", sans-serif;
}

.minimal-table td p {
  padding-left: 0px;
}

/* ============================================
	Buttons
=============================================== */

.vc_wr_button_outter {
  float: none;
  width: 100%;
  text-align: center;
  /*margin-left: -10px;*/
  /*margin-right: -10px;*/
  margin-top: -15px;
}

.vc_wr_button_container {
  margin-bottom: 15px;
  clear: both;
  float: none;
  overflow: hidden;
  display: inline-block;
  padding: 0px 0px 15px 0px;
  overflow: visible;
}

.vc_wr_button_container.full {
  line-height: 25px;
  overflow: visible;
}

.vc_wr_button_container .vc_wr_button {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  padding: 10px 15px 10px 15px;
  float: left;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  position: relative;
  font-weight: 600;
}

.vc_wr_button_container.center {
  width: auto;
  margin: 0 auto;
}

.vc_wr_button_container.left {
  float: left;
}

.vc_wr_button_container.right {
  float: right;
}

.vc_wr_button_container.full {
  width: 100%;
  text-align: center;
}

.vc_wr_button_container.full .vc_wr_button {
  width: 100%;
}

.vc_wr_button_container.primary .vc_wr_button {
  background: #0055ff;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.vc_wr_button_container.primary:hover .vc_wr_button {
  background: #0055ff;
  color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.22);
}

.vc_wr_button_container.primary:active .vc_wr_button {
  background: #0055ff;
  color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.22);
}

.vc_wr_button_container.secondary .vc_wr_button {
  background: #fff;
  color: #0055ff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.vc_wr_button_container.secondary:hover .vc_wr_button {
  background: #fff;
  color: #0055ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.22);
}

.vc_wr_button_container.secondary:active .vc_wr_button {
  background: #fff;
  color: #0055ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.22);
}

/* 2020 */

.vc_wr_button_container.wr-primary .vc_wr_button {
  font-family: "Montserrat", "sans-serif";
  font-weight: 600;
  text-transform: none;
  font-size: 16px;
  background: #20c4cb;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.vc_wr_button_container.wr-primary:hover .vc_wr_button {
  background: #20c4cb;
  color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.22);
}

.vc_wr_button_container.wr-primary:active .vc_wr_button {
  background: #20c4cb;
  color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.22);
}

.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  opacity: 1;
}
.rippleEffect {
  -webkit-animation: rippleDrop 0.6s linear;
  animation: rippleDrop 0.6s linear;
}

@-webkit-keyframes rippleDrop {
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes rippleDrop {
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

/* ============================================
	Diagonal Backgrounds
=============================================== */

.diagonal-background {
  padding-top: 50px;
  overflow: visible !important;
  float: left;
}

.diagonal-background.no-overflow {
  overflow: hidden !important;
}

.diagonal-background div {
  z-index: 1;
}

.diagonal-background:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  z-index: 0;
  display: block !important;
}

.diagonal-background.grey:before {
  background-color: #f8f8f8;
}
.diagonal-background.pink:before {
  background-color: #ee1a80;
}
.diagonal-background.blue:before {
  background-color: #285bd4;
}
.diagonal-background.white:before {
  background-color: #fff;
}
.diagonal-background.dark-blue:before {
  background-color: #104065;
}
.diagonal-background.tale:before {
  background-color: #20c4cb;
}

.diagonal-background.up:before {
  transform: skewY(-6deg);
  top: 230px;
}

.diagonal-background.down:before {
  transform: skewY(6deg);
  bottom: 230px;
}

.diagonal-background.top:after {
  z-index: 0;
  background: #fff;
  width: 100%;
  height: 500px;
  position: absolute;
  display: block;
  left: 0px;
  bottom: -470px;
}

.diagonal-background.top:before {
  padding-bottom: 250px;
}

.diagonal-background.bottom:before {
  top: -230px !important;
  padding-bottom: 230px;
}

/* ============================================
	Slider Revolution
=============================================== */

.forcefullwidth_wrapper_tp_banner {
  z-index: 0;
}

.rev_slider_wrapper {
  z-index: 1 !important;
}

/* ============================================
	CPT Stories
=============================================== */

.single-stories article .top-info .vc_separator {
  margin-bottom: 35px;
}

.single-stories article .top-info .vc_sep_line {
  max-width: 35px;
}

.single-stories article .top-info h1 {
  font-size: 50px;
  line-height: 35px;
  color: #00d8ff;
  margin-bottom: 10px !important;
}

.single-stories article .top-info .location {
  color: #838383;
  padding-bottom: 0px;
}

.single-stories article .top-info p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.single-stories article .steph-nav-box.next {
  float: right;
}

/* ============================================
	CPT Reports
=============================================== */

.single-reports #content.report {
  max-width: 800px !important;
}

.single-reports .social-icons {
  padding-top: 15px;
}

.single-reports .social-icons i {
  font-size: 22px;
  padding-right: 10px;
  color: #0055ff;
  cursor: pointer;
}

.content-container {
  width: 100%;
  float: left;
}

.single-reports .social-container {
  float: left;
  display: block;
  width: 100%;
  padding-left: 15px;
}

.single-reports .report-banner {
  padding: 50px 0px 50px 0px !important;
  background: #285bd4;
  margin-bottom: 30px;
  /* background-image: url("https://comms.worldreader.org/wp-content/uploads/2018/04/tech_banner.jpg"); */
}

.single-reports .report-banner h1 {
  text-align: center;
  color: #fff;
}

.single-reports img.report-img {
  max-width: 90%;
}

@media only screen and (max-width: 768px) {
  .single-reports .report-banner {
    margin-top: -15px !important;
  }
}

/* ============================================
	Grids
=============================================== */

.homepage-story-grid:before {
  background: #000;
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.homepage-story-grid:hover:before {
  background: blue;
}

.homepage-story-grid .title {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color: #fff;
}

.homepage-story-grid:hover .title {
  opacity: 0;
}

.homepage-story-grid .excerpt,
.homepage-story-grid .title {
  height: 100%;
  top: 0%;
  position: absolute;
  top: 50%;
  width: 100%;
}

.homepage-story-grid .title,
.homepage-story-grid .excerpt {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.homepage-story-grid .title > div,
.homepage-story-grid .excerpt > div {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  padding: 25px;
}

.homepage-story-grid .excerpt {
  height: 100%;
  color: #fff;
  opacity: 0;
}

.homepage-story-grid .excerpt p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 33px;
}

.homepage-story-grid:hover .excerpt {
  opacity: 1;
}

.homepage-story-grid .vc_gitem-row-position-middle,
.homepage-story-grid .vc_gitem-row-position-middle .vc_gitem-col {
  width: 100%;
  height: 100%;
  top: 0%;
  position: absolute;
  padding: 0;
}

.homepage-story-grid .vc_gitem-row-position-middle .p-continue,
.homepage-story-grid .title .read-more-link {
  display: none;
}

@media only screen and (max-width: 768px) {
  .homepage-story-grid .excerpt,
  .homepage-story-grid .title {
    color: #00d8ff;
  }

  .homepage-story-grid .excerpt,
  .homepage-story-grid .title > div > .read-more-link {
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    color: #fff;
    font-size: 17px;
    display: block;
  }

  .homepage-story-grid:hover .title {
    opacity: 1;
  }

  .homepage-story-grid:hover .excerpt {
    opacity: 0;
  }

  .homepage-story-grid:hover:before {
    background: #000;
  }

  /* This creates issues with the overlay on stories boxes.

    .homepage-story-grid .title span{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 32px;
    } */
}

/* ============================================
	Footer
=============================================== */

.wr-footer {
  background: #fff;
  width: 100%;
}

.wr-footer .vc_col-sm-12 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

.wr-footer .vc_col-sm-2 .vc_column-inner {
  /* padding-left: 22%;
    padding-right: 25%; */
}

.wr-footer ul.menu > li {
  margin-bottom: 10px !important;
}

.wr-footer .vc_col-sm-2 .vc_column-inner .wpb_text_column {
  float: left;
  padding-top: 10px;
  margin-bottom: 0px;
}

.wr-footer .vc_col-sm-2:nth-child(6) .textwidget {
  max-width: 150px;
}

.wr-footer .bottom-on-mobile .vc_col-sm-2:nth-child(5) {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.wr-footer .top-on-mobile .vc_col-sm-2:nth-child(4),
.wr-footer .top-on-mobile .vc_col-sm-2:nth-child(5) {
  padding-left: 20px;
}

.wr-footer .widget-container {
  width: auto;
}

.wr-footer .menu-item a {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.wr-footer .wpb_text_column {
  width: 100%;
}

.wr-footer p {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15px !important;
  line-height: 24px;
}

.wr-footer h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px !important;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: -0.1px;
  color: #000;
}

.wr-footer .copyright-text {
  box-sizing: border-box;
  float: left;
  padding: 80px 15px 25px 15px;
  line-height: 23px;
  font-size: 14px;
}

.wr-footer .copyright-text,
.wr-footer .copyright-text a {
  color: #000;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  text-align: center;
}

.wr-footer form {
  padding-top: 10px;
}

.wr-footer form input[type="email"] {
  height: 50px;
  border: none;
  padding: 0px 10px;
  float: right;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wr-footer form input {
  -webkit-appearance: none !important;
  border-radius: 0px !important;
}

.wr-footer form input[type="submit"] {
  background: #20c4cb;
  color: #fff;
  padding: 0px 0px;
  border: none;
  height: 50px;
  width: 25%;
  cursor: pointer;
  position: absolute;
  right: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  font-size: 15px;
}

.wr-footer .social-icons {
  float: left;
  padding: 20px 0px;
}

.wr-footer .social-icons a {
  margin-left: 20px;
  position: relative;
  display: block;
  float: left;
}

.wr-footer .social-icons .fab {
  font-family: "Font Awesome 5 Brands";
  font-size: 30px;
  padding-right: 6px;
  color: #20c4cb;
}

.platinum-logo {
  padding-top: 0px;
  width: 4.5rem;
  top: 2rem;
  position: relative;
  left: 25px;
}

.star-logo {
  padding-top: 0px;
  /* padding-bottom: 15px; */
  width: 6rem;
  top: 2rem;
  position: relative;
  left: 30px;
}

.charity-logo {
  /* padding-top: 15px;
	padding-bottom: 15px; */
  width: 6rem;
  position: relative;
  right: 16px;
  top: 1rem;
}

.footer-column-1,
.footer-column-2,
.footer-column-4,
.footer-column-3 {
  padding-top: 0px;
}
.footer-column-3 {
  border-left: 1px solid #ccc;
}
.footer-column-5 {
  border-right: 1px solid #ccc;
}

.footer-column-5 a {
  margin: auto;
  display: block;
  text-align: center;
}

.footer-column-5 img {
  margin: auto;
  max-width: 100px !important;
}

.footer-column-6 img {
  max-width: 140px !important;
}

.top-on-mobile .vc_col-sm-4 {
  padding-top: 33px;
}

.wr-footer .social-icons {
  padding-top: 25px;
}

.wr-footer .vc_col-sm-6 {
  margin-top: 15px;
}

#subscribe {
  width: 37%;
  left: -12rem;
  top: -5rem;
}
#social_icons {
  width: 40%;
  top: -5rem;
}
.copyright {
  top: -3rem;
}
/* .display-absolute {
	position: absolute;
	width: 79%;
	top: 10.5rem;
} */

.footer-new-layout {
  display: flex;
}

.footer-new-layout .footer-column-6 {
  width: 34% !important;
}

@media only screen and (max-width: 1170px) {
  .wr-footer .vc_col-sm-12 {
    padding: 0px 15px 0px 15px !important;
  }
  .star-logo {
    left: 20px;
  }

  .charity-logo {
    right: 15px;
  }
}

@media only screen and (max-width: 922px) {
  #subscribe {
    left: -6rem;
    top: -9rem;
  }
  #social_icons {
    top: -9rem;
  }
  .copyright {
    top: -4rem;
  }
  .wr-footer .social-icons .fab {
    font-size: 22px;
    padding-right: 3px;
  }
  .star-logo {
    left: 15px;
  }

  .charity-logo {
    right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-column {
    width: 50% !important;
    float: left;
    margin-bottom: 25px;
    min-height: 180px !important;
  }

  .wr-footer .copyright {
    margin-top: 25px;
  }

  .footer-column section {
    width: 100% !important;
  }

  .footer-column section ul.menu > li,
  .footer-column h3 {
    text-align: center !important;
  }

  .wr-footer .vc_col-sm-6.social-icons {
    text-align: center;
    width: auto;
    min-width: 255px;
    margin: auto;
  }

  .wr-footer .social-icons .fab {
    padding-right: 6px;
    padding-left: 14px;
  }

  .wr-footer .textwidget {
    margin: auto;
    text-align: center !important;
  }

  .wr-footer .textwidget p {
    text-align: center;
  }

  .wr-footer .vc_col-sm-2:nth-child(4),
  .wr-footer .vc_col-sm-2:nth-child(5) {
    width: 50%;
    float: left;
    border: none;
    z-index: 1;
  }

  .wr-footer .bottom-on-mobile .vc_col-sm-2:nth-child(4) {
    border-right: 1px solid #fff;
  }
  .footer-column-3 {
    border: none;
  }

  .wr-footer .bottom-on-mobile .vc_col-sm-2:nth-child(5) {
    border: none;
  }

  .wr-footer .bottom-on-mobile {
    margin-bottom: 35px;
    margin-top: 20px;
  }

  .wr-footer .social-icons {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    display: table;
    float: none;
  }

  .wr-footer form {
    margin-top: 10px;
    float: left;
    width: 100%;
  }

  .wr-footer .desktop-only {
    display: block !important;
  }

  .wr-footer .menu-item,
  .wr-footer .widget-container,
  .wr-footer section > div {
    background-color: transparent !important;
    border: none !important;
    text-align: left !important;
  }

  .wr-footer .social-icons a {
    margin: 0px -4px;
  }
  #subscribe {
    width: 100%;
    top: 0;
    left: 0;
  }
  #social_icons {
    width: 100%;
    display: flex;
    justify-content: center;
    top: 0;
  }
  #subscribe-inner {
    display: flex;
    justify-content: center;
  }
  .copyright {
    top: 0rem;
  }
  /* .display-absolute {
		position: relative;
		width: 100%;
		top: 0;
	} */
  .footer-new-layout {
    display: block;
  }

  .footer-new-layout .footer-column-6 {
    width: 50% !important;
  }
  .wr-footer .vc_col-sm-2 .vc_column-inner {
    padding-left: 5px;
    padding-right: 5px;
  }
  .star-logo {
    left: 0;
  }

  .charity-logo {
    right: 0;
  }
}

/* ============================================
	Mobile banner
=============================================== */

#new-banner-to-mobile {
  display: none;
  position: fixed;
  top: 150px;
  width: 95%;
  left: 2.5%;
  z-index: 100;
  box-sizing: border-box;
  background: #fff;
  padding: 13px 0px 1px 45px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#new-banner-to-mobile .close {
  font-size: 20px;
  display: block;
  text-align: center;
  cursor: pointer;
  left: 10px;
  position: absolute;
  top: 15px;
  color: #9c9a9a;
}

#new-banner-to-mobile .close a {
  color: #fff;
  line-height: 18px;
  font-size: 11px;
}

#new-banner-to-mobile .content p,
#new-banner-to-mobile .content span {
  float: left;
  text-transform: none;
  color: #9e9e9e;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  margin-left: 0px;
  clear: both;
  padding-bottom: 10px;
}

#new-banner-to-mobile .content span {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-top: -10px;
}

#new-banner-to-mobile .link {
  border: none;
  border-radius: 0px;
  float: right;
  background: #115af5;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 5px 20px 0px 20px;
  color: #fff;
  line-height: 65px;
  font-family: "Montserrat", sans-serif !important;
  ffont-size: 17px;
  font-weight: 600;
}
#new-banner-to-mobile .link a {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #new-banner-to-mobile {
    display: none !important;
  }
}

/* ============================================
	Cookie Agreement
=============================================== */

#cookie_agreement {
  position: fixed;
  height: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 10000;
  padding: 25px 20px 10px 20px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  width: 95% !important;
  margin-left: 2.5%;
  background: #fff !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  bottom: 15px !important;
}

#cookie_agreement span {
  color: #8e8e8e;
  text-align: left;
  float: left;
  padding-bottom: 15px;
}

#cookie_agreement .buttons {
  float: right;
  text-align: right;
  padding-bottom: 15px;
}

#cookie_agreement .buttons a {
  color: #285bd4 !important;
  padding-left: 30px;
}

/* ============================================
	Donate Page
=============================================== */

.donate-a {
  padding-bottom: 215px !important;
}

/* ============================================
	Form Assembly forms
=============================================== */

.vc-fa-form .wFormContainer {
  max-width: 100%;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
}

.vc-fa-form .wForm,
.vc-fa-form .oneField {
  padding: 0px !important;
}

.vc-fa-form .wFormTitle,
.vc-fa-form h1 {
  display: none !important;
}

.vc-fa-form .errFld {
  border: none !important;
  font-size: 14px;
}

.vc-fa-form .errorMessage {
  color: #ea0000;
}

.vc-fa-form .wFormThankYou {
  color: #0055ff;
}

.vc-fa-form .errFld span {
  padding-top: 5px !important;
}

.vc-fa-form .inputWrapper,
.vc-fa-form input[type="text"],
.vc-fa-form select {
  width: 100% !important;
  max-width: 100% !important;
  height: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  box-sizing: border-box;
}

.vc-fa-form input[type="text"],
.vc-fa-form textarea,
.vc-fa-form select {
  border-color: #00d8ff !important;
  border-radius: 2px;
  padding: 0px 5px !important;
}

.vc-fa-form input[type="submit"] {
  background: #0055ff !important;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 0px;
  border: none;
  padding: 10px 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  letter-spacing: 1px;
}

/* ============================================
	Breadcrumbs
=============================================== */

#breadcrumbs {
  padding: 15px 0px 13px 0px;
  border-bottom: 1px solid #eee;
}

#breadcrumbs > span {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#breadcrumbs span,
#breadcrumbs span > a {
  color: #a5a5a5;
  padding: 0px 5px;
  text-decoration: none;
}

#breadcrumbs span > a:hover {
  text-decoration: underline;
}

#breadcrumbs.for-single {
  padding: 17px 0px 30px 0px;
}

#breadcrumbs.for-single span {
  padding-left: 2px;
}

#breadcrumbs.for-single .breadcrumbs-container {
  display: block;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

#breadcrumbs.for-single .tree > span > span > a:first-of-type {
  display: none;
}

#breadcrumbs.for-single .ancestors,
#breadcrumbs.for-single .tree {
  display: block;
  float: left;
  padding-left: 0px;
}

#breadcrumbs.for-single .ancestors span:first-of-type {
  padding-left: 0px;
}

/* ============================================
	Lines (10% and 20%)
=============================================== */

.vc_sep_width_10 .vc_sep_line,
.vc_sep_width_20 .vc_sep_line {
  width: 35px !important;
  margin-left: auto;
  margin-right: auto;
}

.vc_sep_pos_align_left .vc_sep_line {
  float: left;
}

/* ============================================
	Visual Composer Templates
=============================================== */

/* Top Banner */

.vc-top-banner {
  min-height: 450px;
  margin-top: -35px;
}

.vc-top-banner h1 {
  color: #fff;
  font-size: 45px;
  line-height: 50px;
}

@media only screen and (max-width: 992px) {
  .vc-top-banner {
    padding-top: 0px !important;
    display: block;
    min-height: auto !important;
  }

  .vc-top-banner > .vc_row {
    height: 100%;
    width: 100%;
    background: #fff;
    padding-top: 35px;
    text-align: center;
  }

  .vc-top-banner > .vc_row span {
    color: #00d8ff !important;
    border-color: #00d8ff !important;
  }

  .vc-top-banner .vc_sep_line {
    float: none;
  }

  .vc-top-banner .vc_separator {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .vc-top-banner > .vc_row {
    padding-top: 100px !important;
  }
}

/* Hide on Mobile */

@media only screen and (max-width: 768px) {
  .vc-hide-on-mobile {
    display: none !important;
  }
}

/* Blue Banner */

.vc-blue-banner p {
  color: #fff;
}

/* White text */

.vc-white-text h1,
.vc-white-text h2,
.vc-white-text h3,
.vc-white-text h4,
.vc-white-text h5,
.vc-white-text p {
  color: #fff;
}

/* Small text */

.vc-small-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 25px;
}

/* Page Header */

.vc-page-header {
  margin-top: 15px !important;
}

.vc-page-header .vc_separator {
  margin-bottom: 15px !important;
}

/* Header logo */

.vc-header-logo img {
  max-width: 100px !important;
  border: 1px solid #0055ff;
  border-radius: 50%;
}

/* Story Bio */

.vc-story-bio h2 {
  color: #f9b328;
  font-size: 30px;
}

/* Related Stories Grid */

.vc-grid-related-stories h2 {
  font-size: 25px !important;
}

.vc-grid-related-stories a {
  color: #0055ff !important;
  background: none !important;
  font-size: 16px !important;
  text-decoration: underline !important;
  padding: 0px !important;
}

/* Newsletter Sign Up Form */

.vc-newsletter-form form {
  width: 275px;
  margin-left: auto;
  margin-right: auto;
}

.vc-newsletter-form form input {
  width: 100%;
  height: 40px;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  border: 1px solid #285bd4;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
}

.vc-newsletter-form form input.button {
  background: #285bd4;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  color: #fff;
  padding: 5px;
  height: auto;
  text-transform: uppercase;
}

/* Highlights table */

.vc-highlights-table .decoration-image .vc_column-inner {
  background-position: center;
  background-size: cover;
}

.vc-highlights-table .vc-white-box {
  background: #fff;
  margin-left: -150px !important;
  max-width: 500px;
  float: left;
  padding: 40px;
  -webkit-box-shadow: -5px 5px 0px 2px rgba(240, 240, 240, 0.6);
  -moz-box-shadow: -5px 5px 0px 2px rgba(240, 240, 240, 0.6);
  box-shadow: -5px 5px 0px 2px rgba(240, 240, 240, 0.6);
}

.vc-highlights-table .vc-white-box p {
  padding-bottom: 2px;
}

.vc-highlights-table .vc-white-box h2 {
  line-height: 40px;
  font-size: 30px;
}

.vc-highlights-table .vc-white-box .wpb_text_column {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.vc-highlights-table .vc-white-box {
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .vc-highlights-table .vc-white-box {
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .vc-highlights-table .vc-white-box h2,
  .vc-highlights-table .vc-white-box span {
    font-size: 22px;
    line-height: 25px !important;
  }

  .vc-highlights-table .vc-white-box-container > .vc_column-inner,
  .vc-highlights-table .vc-white-box {
    padding: 20px !important;
  }
}

/* Goals  */

.vc_goals .vc_row {
  box-sizing: border-box;
}

.vc_goals .vc_single_image-wrapper {
  z-index: 1;
}

@media only screen and (max-width: 680px) {
  .vc_goals {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .vc_goals .vc_column-inner,
  .vc_goals .vc_column_container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

/* Featured Icon Blocks  */

.vc-featured-icon-blocks .block {
  padding: 0px 25px;
  z-index: 0;
}

.vc-featured-icon-blocks .icon {
  z-index: 99;
  position: relative;
  margin-top: -90px;
  margin-bottom: 20px;
}

.vc-featured-icon-blocks .icon img {
  border: 5px solid #fff;
  max-width: 100px;
}

.vc-featured-icon-blocks .block-columns > .vc_column_container {
  margin-top: 60px;
}

/* Hover Effect Custom Styles  */

.effect-wilbert figcaption {
  padding-top: 40% !important;
}

.effect-wilbert img {
  -webkit-filter: none !important;
  filter: none !important;
}

.effect-wilbert figcaption .description {
  position: absolute;
  bottom: -60px !important;
}

/* Centered Text on Mobile  */

@media only screen and (max-width: 680px) {
  .vc_center_mobile,
  .vc_center_mobile h2,
  .vc_center_mobile .wpb_single_image {
    text-align: center !important;
  }

  .vc_center_mobile .vc_wr_button_container {
    float: none;
  }

  .vc_center_mobile .vc_separator {
    margin-left: auto;
    margin-right: auto;
  }
}
