@import url(https://fonts.googleapis.com/css?family=Poppins:400,500);

body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}

.navbar {
  font-family: 'Poppins', sans-serif;
} 

.navbar-default .navbar-nav > li > a {
    color: #57b5f4; 
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ec008c;
    color: #ec008c;
}

.full-width {
  position: relative;
  padding: 10px 0 20px;
}
.full-width::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5000px;
  left: -1000px;
  background: #42929d;
  z-index:-10;
}
.full-width-content {
  padding: 10px 0 20px;
}

.full-width-wrapper {
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index:-10;
}
#bg-homepagetop {
  background-image: url(/superhighwaysmobile/assets/images/helping-small-charities?attr=image_12col);
}
 #bg-whatwedo {
  background-image: url(/superhighwaysmobile/assets/images/how-we-help-small-charities?attr=image_12col);
 } 
  #bg-aboutus {
  background-image: url(/superhighwaysmobile/assets/images/about-our-team-and-impact?attr=image_12col);
 } 
   #bg-contactus {
  background-image: url(/superhighwaysmobile/assets/images/contact-superhighways?attr=image_12col);
 }
 #bg-blog {
  background-image: url(/superhighwaysmobile/assets/images/ourblog?attr=image_12col);
 }
  #bg-mainaudience {
  background-image: url(/superhighwaysmobile/assets/images/main-audience?attr=image_12col);
   opacity: .9;
 }
 
.navbar .nav-logo #logoImage {
    float: left;
    margin-top: 5px;
    padding: 0 15px;
    max-height: 70px;
    width: auto;
}
h2.page-title {
	padding-top: 30px;
}
.content h2.page-title {
    margin: 0 30px 20px 0;
}
.well {
    background-color: #ffffff;
}

.panel {
  background-color: #ffffff;
  border: none;
 }

.panel-header-grey > .panel-header {
  background-color: #eeeeee;
  border: none;
}

.panel-body-grey > .panel-body {
  background-color: #eeeeee;
  border: none;
 }
.panel-body-more {
  padding-top: 20px;
  padding-bottom: 20px;
 }

.footer {
    border-radius: 0;
    min-height: 100px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin-bottom: 0px;
    margin-top: 0px;
}

img, .panel img {
    padding-bottom: 10px;
	}
 .panel-body-moretop {
  padding-top: 20px;
  }
  .panel-body-morebottom {
  padding-bottom: 20px;
  }
 .includelet.pagebreak {
	 border-bottom: solid 1px #dadada;
 }
  .includelet.pagebreak2 {
	 border-top: solid 1px #dadada;
 }
 .includelet.big-fonts h1 {
    font-size: 50px;
    font-weight: 500;
    line-height: 100%;
}

.includelet.big-fonts h2 {
    font-size: 34px;
	font-weight: 500;
    line-height: 100%;
}
.includelet.big-fonts h3 {
    font-size: 28px;
	font-weight: 500;
    line-height: 100%;
}

.includelet.big-fonts h4 {
    font-size: 20px;
	font-weight: 500;
    line-height: 100%;
}
.includelet.lead {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.includelet.featurette h3 {
    font-size: 28px;
    line-height: 100%;
}
.content. h2 .page-title {
    margin: 0 30px 20px 0;
	}
	
.custom-bullet li {
    display: block;
}

.custom-bullet li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 16px;
    position: relative;
    margin-right: 10px;
    top: 3px;
    color: #7dc02f;
}
	.thumbnail {
		border: none;
	}
	.filteredItemList {
	margin-bottom: 22px;
	margin-top: 28px;
	}
	
	// 40px gutter
.gutter-40.row {
  margin-right: -20px;
  margin-left: -20px;
}
.gutter-40 > [class^="col-"], .gutter-40 > [class^=" col-"] {
  padding-right: 20px;
  padding-left: 20px;
}
/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #dd137b;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #b3b3b3;
}
#quote-carousel .carousel-indicators .active 
{
  background: #dd137b;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
       font-family: 'Poppins', sans-serif;
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

/* Our Team
-------------------------------------------------------*/

.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}

.team-title {
  margin: 30px 0 7px;
}

.overlay {
  background-color: rgba(20,20,20,.7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: auto;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details p {
  color: #fff;
  font-size: 16px;
}

@media (max-width: 576px) {
  .team-details p {
    font-size: 12px;
  }
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}

.team-img:hover .overlay {
  opacity: 1;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}

.socials i {
  line-height: 37px;
  color: #616161;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team-details .socials i {
	color: #fff;
}

.socials a:hover i {
  color: #fff;
  background-color: #355c7d;
}

/* Changes the style of the overall form */
#mc_embed_signup {
    background: #fafafa;
      padding: 20px;
   }
/* Adds extra space around the input boxes */
#mc_embed_signup .mc-field-group {
    padding: 5px 0;
}

/* Styles the input boxes */
#mc_embed_signup  input {
    width: 200px;
	background-color: #ffffff;
}

/* Styles the subscribe button */
#mc_embed_signup .button {
    background-color: #57b5f4;
    color: #ffffff;
    margin: 0px auto;
	border: none;
	padding: 10px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}

.checkbox label::before {
      content: "";
      background-color: #fff;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}