/*
Theme Name: TheFoundation
Theme URI: http://thefoundation.or.tz
Author: Robert Rutenge
Author URI: http://robertrutenge.com/
Description: The Foundation for civil society proposed redisgn website
Version: 1.0
Tags: thefoundation
Text Domain: thefoundation
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;700&display=swap");

body {
  background: white;
  font-family: "Montserrat", sans-serif;
}
a {
  color: #006892;
  text-decoration: none;
}

h1 {
  color: #008b97;
  font-size: 30px;
  text-transform: uppercase;
  margin: 15px 0px;
  font-weight: bold;
}

hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #006892;
  margin: 1em 0;
  padding: 0;
}

.fcs-bg-primary {
  background: #efefef;
}

/* Menu */
.navbar-light .navbar-nav .nav-link {
  color: #006892;
  font-weight: 700;
  font-size: 14px;
}

.navbar-light li.active .nav-link {
  color: #fab920 !important;
  font-weight: 700;
  font-size: 15px;
}

#menu-main-menu li.lang-item-sw a:before {
  content: url("images/sw.png") " ";
}

#menu-main-menu-swahili li.lang-item-en a:before {
  content: url("images/en.png") " ";
}

#menu-main-menu-sw li.lang-item-en a:before {
  content: url("images/en.png") " ";
}
#mega-menu-wrap-top-menu
  #mega-menu-top-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  font-size: 12px;
}

#top-nav {
  background-color: white;
}

.fcs-transparent-header {
  background: rgba(0, 104, 146, 0.6) !important;
}

.fcs-transparent-header a.nav-link {
  color: white !important;
}

.page-background {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: absolute;
  top: 0;
  z-index: -1;
}

.slider {
  position: relative;
}

.slider div.caption {
  position: absolute;
  bottom: 0%;
  width: 100%;
  padding-left: 2%;
  padding-top: 4%;
  padding-bottom: 5%;
  padding-right: 1%;
  color: white;
  background: rgba(25, 104, 137, 0.7);
  font-size:12px;
}

.slider div.caption h2 {
  font-size: 1rem;
  margin-bottom: 0px;
  font-weight:bold;
  font-size:12px;
}

.slider div.caption p {
  font-size: 10px;
  margin-bottom: 0px;
}

.slider div.caption:after {
  background: linear-gradient(
      to left,
      #fab615 0,
      #fab615 33.3%,
      #26aae1 33.3%,
      #26aae1 66.6%,
      #b9e5fa 66.6%,
      #b9e5fa 66.6%
    )
    no-repeat;
  background-size: 100% 5px;
  padding-top: 3px;
  position: absolute;
  content: "";
  height: 4px;
  right: 0;
  left: 0;
  bottom: 0;
}

.home-who-are-we h1 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 15px 0px;
}

.home-who-are-we h2 {
  text-transform: uppercase;
  margin: 15px 0px;
  color: #008b97;
  font-size: 16px;
}

.home-who-are-we h3 {
  text-transform: uppercase;
  color: #008b97;
  font-size: 13px;
  margin-bottom: 2px;
}

.home-announcements {
  padding: 10px;
  background: #b9e5fa;
  position: relative;
  top: -20px;
}

.home-announcements p {
  color: #3d2c03;
}

.date {
  color: #82adc1;
  font-size: 18px;
}

.home-news-container {
  background: #f2f2f2;
  padding: 30px 0px;
}

.home-news-container h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #006892;
  margin: 15px 0px;
  font-weight: bold;
}

.home-news-container .post-categories {
  list-style: none;
  padding: 10px 0px;
  color: #008b97;
  font-size: 14px;
}

.home-news-container p {
  color: #1a1a1a;
  font-size: 15px;
  margin: 10px 0px;
}

.home-news-container .news-item {
  background: #fff;
  margin: 10px 0px;
  padding: 40px 15px;
}

.home-news-container .news-item img {
  margin: 0px !important;
}

.fcs-read-more,
.fcs-read-more:hover {
  border: 1px solid #1a1a1a;
  text-decoration: none;
  padding: 10px 20px;
  color: #006892;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 20px 0px;
}

.home-news-container img {
  margin: 10px;
}

.home-media {
  background: #f2f2f2;
  margin-top: 25px;
}

.home-featured-video-news {
  background: #006892;
  color: #fff;
  padding-bottom: 30px;
}

.home-featured-video-news iframe {
  width: 100%;
}

.home-featured-video-news h1,
.home-featured-video-news h2,
.home-featured-video-news h3 {
  font-size: 20px;
  text-transform: uppercase;
  padding: 0px 15px;
}

.home-featured-video-news p {
  font-size: 15px;
  color: #fff;
  padding: 2px 15px;
}

.home-podcast-container {
  background: white;
  padding: 15px;
}

.home-podcast-container h2 {
  color: #187aba;
  font-size: 26px;
  margin: 15px 0px;
}

.fcs-row {
  display: flex;
  flex-wrap: wrap;
}

.fcs-row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.home-success-stories h2 {
  color: #006892;
  font-size: 30px;
}

.fcs-read-more-btn,
.fcs-read-more-btn:hover {
  background: #26aae1;
  border-left: 15px solid #fab615;
  color: White;
  font-size: 16px;
  padding: 20px 10px;
  margin: 20px 0px;
  font-weight: 700;
}

.read-more-wrapper {
  margin-top: 40px;
}

/*BX Slider */
.bx-wrapper {
  border: none;
}

.bx-wrapper img {
  float: left;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.success-story-text {
  padding: 30px 40px;
}

.bx-wrapper .bx-controls-direction a {
  text-indent: 0px;
  color: #26aae1;
  font-weight: bold;
}

.home_get_in_touch {
  background: #f2f2f2;
  padding: 20px 0px 0px 0px;
}

/* Footer */
footer {
  background: #f2f2f2;
  padding: 0px;
}

.email-subscription-container h4 {
  color: #717171;
  font-size: 20px;
  padding: 12px;
}

.fcs-input {
  border: 1px solid #006892;
  padding: 10px;
  width: 200px;
}

.fcs-subscribe-btn {
  background: #006892;
  padding: 12px;
  color: white;
  font-size: 14px;
}

.fcs-shadow-line {
  border: 1px solid #ccc;
  height: 2px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px -2px 6px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -2px 6px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -2px 6px -1px rgba(0, 0, 0, 0.75);
}

.fcs-social-icons i {
  color: #666666;
  margin-right: 40px;
}

.fcs-social-icons {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.fcs-footer-top-menu {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
}

.fcs-footer-top-menu a {
  color: #7c7c7c;
  font-size: 16px;
}

.fcs-footer-top-menu ul {
  margin: 0 auto !important;
}

.fcs-footer-bottom-menu {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
}

.fcs-footer-bottom-menu a {
  color: #7c7c7c;
  font-size: 14px;
}

.fcs-footer-bottom-menu ul {
  margin: 0 auto !important;
}

.fcs-copyright {
  padding: 20px;
}

.fcs-copyright p {
  text-align: center;
  color: #7c7c7c;
  width: 100%;
}

.about_wrapper,
.transparent-page-wrapper {
  background: #fff;
  margin-top: 200px;
  padding: 20px;
}

.about_wrapper h2 {
  color: #006892;
  font-size: 30px;
  margin: 0px 100px;
  padding-bottom: 10px;
  border-bottom: 2px solid #293336;
}

.about_wrapper p:first-of-type {
  font-size: 24px;
  padding: 10px 10px;
}

.about_who_we_are_container,
.fcs_blue_bg {
  background: #b9e5fa;
  padding: 100px 0px;
}

.about_who_we_are_container h3 {
  font-size: 30px;
  color: #008b97;
  text-transform: uppercase;
}

.about_mission_vision_container {
  padding-top: 30px;
}

.about_mission_vision_container h4 {
  color: #006892;
  font-size: 20px;
}

.about_team_wrapper {
  background: #ffffff;
}

.nav-tabs .nav-link {
  font-size: 20px;
  color: #bebebe;
  border: none;
  text-align: center;
  flex: 1 1 auto;
}

.nav-tabs .nav-link.active {
  border-bottom: 2px solid #006892;
  color: #073548;
}

.nav-tabs .nav-link.active:after {
  content: "";
  position: relative;
  bottom: -52px;
  left: -20%;
  border: 15px solid transparent;
  border-top-color: #006892;
}

.tab-content {
  padding-top: 3rem;
}

.tab-content img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

.tshowcase-box-title {
  color: #082c3b;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.featured-member .tshowcase-box-title {
  text-align: left;
}
.tshowcase-inner-box {
  text-align: center;
}
.tshowcase-single-position {
  color: #082c3b;
  font-size: 12px;
  text-align: center;
}
.featured-member .tshowcase-single-position {
  color: #082c3b;
  font-size: 16px;
  text-align: left;
}

.tshowcase-box {
  width: 50%;
  display: inline-block;
  margin-bottom: 30px;
}

.tshowcase-box-photo {
  text-align: center;
}
.tshowcase-box-photo img {
  width: 160px;
  max-width: 100%;
  height: 160px !important;
  object-fit: cover !important;
}

/* Capacity Development */
.capacity_development_wrapper {
  background: white;
}

.capacity_development_wrapper h2 {
  color: #006892;
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #006892;
}

.capacity_development_wrapper p:first-of-type {
  font-size: 24px;
}

.capacity_development_wrapper .page-content img {
  float: right;
}

.what-capacity h2,
.fcs_blue_bg h2 {
  color: #006892;
  font-size: 20px;
}

.what-capacity img {
  display: block;
  float: right;
  width: 420px;
  clear: right;
  padding-bottom: 20px;
}

.grand_application_wrapper .page-content a {
  position: absolute;
  bottom: 0;
}

.grant_details_description {
  padding: 20px 0px;
}

.grant_details_description h2 {
  color: #006892;
  font-size: 20px;
}

.grant_details_description h3 {
  color: #006892;
  font-size: 18px;
}

.who_can_apply_wrapper li {
  padding-right: 10px;
}

.wpdm-all-packages-table {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  font-weight: normal;
}

#wpdm-all-packages thead {
  display: none;
}

.w3eden .table-striped tbody tr:nth-of-type(odd),
.w3eden .table-striped tbody tr:nth-of-type(odd):hover {
  background-color: #b9e5fa !important;
}

.wpdm-all-packages-table tr,
.wpdm-all-packages-table tr:hover {
  background-color: white !important;
}

.media-wrapper .news-item {
  padding: 0px;
}

.media-wrapper .news-item img {
  margin: 0px;
}

.media-wrapper .news-item .image-wrapper {
  width: 40%;
  display: inline-block;
}

.media-wrapper .news-item {
  width: 60%;
  float: right;
}

.post-categories {
  list-style: none;
  font-size: 14px;
  color: #008b97;
  padding-left: 0px;
}

.media-wrapper .media-item {
  background: white;
  min-height: 260px;
}

.media-wrapper .media-item h3 {
  font-size: 18px;
  color: #006892;
  text-transform: uppercase;
}

.media-wrapper {
  background: #f2f2f2;
  margin-top: 200px;
  padding: 20px 0px;
}

.media-wrapper .media-item img {
  height: 100%;
  object-fit: cover;
}

.media-item-content {
  padding: 30px 0px;
}

.page-contact-us input {
  background-color: #fff;
  color: #000;
  width: 100%;
}

div.wpcf7 {
  width: 100% !important;
}

.wpcf7-form label {
  width: 100%;
}

.page-contact-us input[type="text"],
.page-contact-us input[type="email"],
.page-contact-us input[type="number"],
.page-contact-us input[type="password"],
.page-contact-us input[type="tel"],
.page-contact-us textarea,
.fcs-whistle-blower input[type="text"],
.fcs-whistle-blower input[type="email"],
.fcs-whistle-blower textarea,
.whistle-blower input[type="text"],
.whistle-blower input[type="email"],
.whistle-blower textarea,
.page-contact-us select {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  background-color: #fff;
  border: 1px solid #eceaea;
  padding: 10px 25px;
  width: 100%;
  color: #212529;
  margin-bottom: 5px 0px;
}

.page-contact-us input[type="submit"],
.fcs-whistle-blower input[type="submit"] {
  padding: 10px 30px;
  border: 1px solid #212529;
  background: #212529;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.ufaq-faq-title a,
.ufaq-faq-title h4 {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}

.download-report {
  color: white;
}

.events-container .bg-opaque {
  padding: 40px;
  padding-top: 150px;
}

.events-container .bg-opaque h2,
.events-container .bg-opaque p,
.events-container .bg-opaque .wp-block-file {
  position: relative;
  z-index: 2;
}

.events-container .bg-opaque:after {
  content: "\A";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(4, 99, 105, 0.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 1;
}

.wp-block-file .wp-block-file__button,
.wp-block-file .wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
  border-radius: 0ch;
  background: white;

  padding: 10px 30px;
  color: #046369;
  font-size: 14px;
  font-weight: bold;
}

.wp-block-file {
  margin-top: 30px;
}

.title-lines-limited {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.single-page figure {
  width: 100% !important;
}

.single-page h2 {
  font-size: 24px !important;
  font-weight: 700;
}

.single-page img {
  width: 100% !important;
  height: auto !important;
}

.post-info h4 {
  font-size: 12px;
  color: #333;
}

#mega-menu-wrap-top-menu {
  background: #fff;
}

.fcs-transparent-header #mega-menu-wrap-top-menu {
  background: transparent;
}

#mega-menu-wrap-top-menu
  #mega-menu-top-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  color: #006892;
  font-weight: 700;
}

.fcs-transparent-header
  #mega-menu-wrap-top-menu
  #mega-menu-top-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  color: #fff;
  font-weight: 700;
}

#mega-menu-wrap-top-menu
  #mega-menu-top-menu
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-top-menu
  #mega-menu-top-menu
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link,
#mega-menu-wrap-top-menu
  #mega-menu-top-menu
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link,
#mega-menu-wrap-top-menu
  #mega-menu-top-menu
  > li.mega-menu-item
  > a.mega-menu-link:hover {
  background: white;
  color: #fab920;
  font-weight: bold;
  text-decoration: none;
  border-color: #fff;
}

.fcs-transparent-header
  #mega-menu-wrap-top-menu
  #mega-menu-top-menu
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
.fcs-transparent-header
  #mega-menu-wrap-top-menu
  #mega-menu-top-menu
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link,
.fcs-transparent-header
  #mega-menu-wrap-top-menu
  #mega-menu-top-menu
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link,
.fcs-transparent-header
  #mega-menu-wrap-top-menu
  #mega-menu-top-menu
  > li.mega-menu-item
  > a.mega-menu-link:hover {
  background: transparent;
}

ul.related_post li {
  min-height: 180px !important;
}

ul.related_post li a {
  color: #212529;
}

.capacity_development_wrapper .page-content img {
  margin-top: 60px;
}

/* Change this breakpoint if you change the breakpoint of the navbar */

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

#mega-menu-wrap-top-menu {
  width: 100%;
}

#mega-menu-wrap-top-menu .mega-menu-toggle {
  background-color: white;
}

.fcs-transparent-header #mega-menu-wrap-top-menu .mega-menu-toggle {
}

#mega-menu-wrap-top-menu
  .mega-menu-toggle
  .mega-toggle-block-1
  .mega-toggle-label {
  color: #006892;
  font-weight: bold;
}

#mega-menu-wrap-top-menu .mega-menu-toggle .mega-toggle-block-1:after {
  color: #006892;
}

nav.lang_en #mega-menu-wrap-top-menu .max-mega-menu li:last-child a:before {
  content: url("images/sw.png") " ";
}

nav.lang_sw #mega-menu-wrap-top-menu .max-mega-menu li:last-child a:before {
  content: url("images/en.png") " ";
}

#mega-menu-wrap-top-menu .mega-sub-menu li:last-child a:before {
  content: " ";
}

#mega-menu-wrap-top-menu
  .mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link:before {
  content: " " !important;
}

/* #mega-menu-wrap-top-menu #mega-menu-top-menu > li:last-child{
  float: right;
} */
.bg-transparent,
.fcs-transparent-header {
  padding: 0px;
  border-top: 1px solid #006892;
}
.bg-transparent {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.navbar-home {
  margin-bottom: 0px;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu {
  float: right;
  padding-right: 30px;
  width: 100%;
}

.navbar-brand {
  padding: 0px;
  position: absolute;
  top: 0px;
  z-index: 1223;
}

.navbar-brand img {
  height: 40px;
}

.fcs-transparent-header {
  padding: 8px 16px;
}

.wp-block-audio audio {
  min-width: 30px;
}

.media-news-list img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px 0 0;
  border: 1px solid #eee;
  line-height: 1;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600;
  color: #006892;
}

.page-numbers a {
  color: #006892;
}

.current {
  color: #fab920;
}
.publications-list h1 {
  padding-left: 15px;
  font-size: 22px;
  margin: 0px;
}
.press-item-content {
  padding-top: 15px;
  border-bottom: 1px solid #dbdcdd;
  padding-bottom: 0.77778rem;
  margin-bottom: 0.77778rem;
}

.publications-list h1,
.publications-list a {
  color: #006892;
}

.blog-item-content {
  padding-top: 15px;
  border-bottom: 1px solid #dbdcdd;
  padding-bottom: 0.77778rem;
  margin-bottom: 0.77778rem;
}
.navbar-home .is-menu .search-icon-path{
  fill:#006892;
}
.fcs-transparent-header .is-menu .search-icon-path{
  fill:white;
}

@media only screen and (max-width: 600px) {
  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item {
    background: transparent;
  }
  #mega-menu-wrap-top-menu .mega-menu-toggle + #mega-menu-top-menu {
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #mega-menu-wrap-top-menu #mega-menu-top-menu {
    width: auto;
  }

  .navbar-brand {
    position: unset;
  }

  .navbar-brand img {
    height: auto;
  }

  .wp-block-audio audio {
    min-width: 180px;
  }

  .slider div.caption {
	
    position: absolute;
    bottom: 0%;
    width: 60%;
    padding-left: 6%;
    padding-top: 4%;
    padding-bottom: 5%;
    padding-right: 10%;
    color: white;
    background: rgba(25, 104, 137, 0.7);
	  font-size:15px;
  }

  .slider div.caption h2 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }

  .slider div.caption p {
    font-size: 0.7rem;
  }
  .slider-thumb {
    height: 100%;
  }
  .home-announcements {
    padding: 10px;
    background: #b9e5fa;
    position: relative;
    top: -90px;
  }
  .home-who-are-we h2 {
    font-size: 16px;
  }
  .home-who-are-we h3 {
  }
  .multi_column,
  .who_can_apply_wrapper ol:nth-of-type(2) {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .about_wrapper p:first-of-type {
    font-size: 24px;
    padding: 10px 100px;
  }
  .tshowcase-box {
    width: 20%;
  }
  .fcs-input {
    width: 350px;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .slider div.caption {
    position: absolute;
    bottom: 0%;
    width: 60%;
    padding-left: 5%;
    padding-top: 2%;
    padding-bottom: 0;
    padding-right: 10%;
    color: white;
    background: rgba(25, 104, 137, 0.7);
	  font-size:18px;
  }

  .slider div.caption h2 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .slider div.caption p {
    font-size: 1rem;
  }
  .home-announcements {
    padding: 50px;
    background: #b9e5fa;
    position: relative;
    top: -90px;
  }
  .home-who-are-we h2 {
    font-size: 24px;
  }
  .home-who-are-we h3 {
    font-size: 16px;
  }
  #mega-menu-wrap-top-menu
    #mega-menu-top-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 14px;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .slider div.caption h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }

  .slider div.caption p {
    font-size: 1rem;
  }
  .slider div.caption {
    position: absolute;
    bottom: 0%;
    width: 60%;
    padding-left: 10%;
    padding-top: 4%;
    padding-bottom: 0;
    padding-right: 10%;
    color: white;
    background: rgba(25, 104, 137, 0.7);
  }
}
