body .container h1, body .container h4, div, h1, h2, h3, h4, h5, h6, p, i, b, a, button{
    font-family: 'Lato', sans-serif !important; 
    letter-spacing: 1px;
}

/* JUMBOTRON CONTENT */

.jumbotron{
    width:100%;
    padding: 0;
    max-width: 1610px;
    margin: 0 auto;
    float:none;
    z-index:50;
    overflow:hidden;
    background: url('img/video/banner.jpg') top center no-repeat #5499B5;
    background-size: cover;
    transition: height 0.25s ease;
    -webkit-transition: height 0.25s ease;
    -moz-transition: height 0.25s ease;
}


.btn-group{
    float:right;   
}

.jumbotron iframe{
	margin: 40px auto;
	float: none;
	display: block;
	max-width: 100%;
}

/*.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 *!/
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/

.navbar{
    -o-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

a, a:hover, a.button:hover{
	cursor: pointer;
}


.row{
    clear:both; 
    margin: 0;
}


.container.white{
	padding-bottom: 100px;
}



.itinerary{
	background: url('https://s3-us-west-2.amazonaws.com/files.changeheroes.com/assets/images/homepage/img/bg-blue-build-2.jpg');
	padding: 50px 0 200px 0;
	margin-bottom: -210px;
    background-size: cover;
	color: white;
}

.bg{
	background: url('https://s3-us-west-2.amazonaws.com/files.changeheroes.com/assets/images/homepage/img/bg-blue-build.jpg');
	padding: 50px 0 50px 0;
	color: white;
	margin-bottom: 50px;
    background-size: cover;
}

.itinerary h3, .bg h3{
	color: white;
}

.bg h3, .bg p, .bg ul li{
	color: white;
}

.col-md-5 ul li{
	margin: 16px 0 0 25px;  
}

.col-md-4 p{
	clear: both;
}

.itinerary p{
	color: white;
}

.col-md-4 h4{
	font-weight: 800;
    font-size: 30px;
    padding-bottom: 5px;
    border-bottom: 5px solid #525252;
    float: left;
    margin-bottom: 25px;
    color: #525252;
}

.itinerary h4{
	color: white;
	border-bottom: 5px solid #FFF;
}

h1{
    font-size: 46px !important;
    float: left;
    width: 100%;
    text-align: center;
    color: white !important;
    position: relative;
    margin-top: 150px;
    font-weight: 400;
    letter-spacing: 2px;
    -o-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	padding: 0 20px 0 20px;
}

.jumbotron h2{
	font-size: 20px;
	color: white;
	text-align: center;
	width: 100%;
	font-weight: 300;
	padding: 0 20px 0 20px;
	line-height: 30px;
	-o-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

img.btn-play {
    margin: 80px auto;
    float: none;
    display: block;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
	opacity: 1;
	cursor: pointer;
	-o-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

img.btn-play:hover{
	opacity: .5;
	cursor: pointer;
	transform: scale(1.1);
}


img.btn-play.featured {
    margin-top: -24px;
    margin-bottom: 50px;
}

img.btn-play.featured:hover {
    opacity: 1;
    transform: scale(1);
}


.row.featured{
	background: #FFF;
    margin-top: 100px;
    margin-bottom: 0;
    width: 100%;
}

.cta, button.learn-more{
    background: #4cb94c;
    color: white;
    text-transform: uppercase;
    padding: 15px 30px;
    font-size: 20px;
    float: none;
    margin: 0 auto;
    border-radius: 3px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.cta:hover{
    background: #1E881E;
    padding: 15px 35px;
    color: #4cb94c;
    
}

.btn-primary{
    background: #ee4136;
    color: white;
    border: 2px solid #ee4136;
    text-transform: uppercase;
    border-radius: 0px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.btn-default{
    background: rgba(255, 255, 255, .5);
    color: white;
    border: 2px solid rgba(255, 255, 255, .0);
    text-transform: uppercase;
    border-radius: 0px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.btn-primary:hover{
    background: #98140C;
    border: 2px solid #98140C;
    color: #ee4136;
}

.divider{
	width: 100%;
	clear: both;
	margin: 60px 0;
	border-bottom: 1px solid #ccc;
}

h3{
	font-weight: 800;
    font-size: 36px;
    color: #525252;
    text-align: center;
    margin-bottom: 50px;
}

h3 .sub{
	font-size: 24px;
	font-weight: 300;
	clear: both;
	display: block;
}


.runner, .partner{
	margin-bottom: 18px;
	padding: 0;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
}

.runner:hover, .partner:hover{
	/*transform: scale(1.1);
	z-index: 999;
	border: 5px solid white;*/
}

.partner{
	padding: 10px;
}

p, center, ul.answer li{
	color: #999;
    margin: 30px 0;
    font-size: 18px;
}

ul{
	margin-top: 30px;
}

ul.answer li{
	margin: 10px 0 0 40px;
}

p.question{
	font-size: 24px;
	font-weight: 800;
	margin: 50px 0 -20px 0;
}

p.answer{
	margin-left: 30px;
}

.runner .progress{
	float: left;
	background: none;
	border: none;
	height: 54px;
	margin: 0 17px 0 0;
	box-shadow: none;
}

.runner .stats{
	background:  rgba(255, 255, 255, .75);
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	padding: 15px 25px;
}

.runner .stats .name{
	font-size: 24px;
	font-weight: 800;
}

.runner .stats .project{
	font-size: 16px;
	font-weight: 300;
	display: block;
}

.runner .overlay, .partner .overlay{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
}

.runner .overlay:hover, .partner .overlay:hover{
	opacity: 1;
	
}

.runner .overlay .button, .partner .overlay .button{
	border: 1px solid #FFF;
    padding: 10px 25px;
    color: #FFF;
    margin-top: 40px;
    background: none;
    margin: 280px auto;
    font-size: 16px;
    opacity: .75;
    width: 230px;
    text-decoration: none;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
}

.runner .overlay .button:hover, .partner .overlay .button:hover{
	width: 240px;
    background: rgba(255, 255, 255, 0.3);
}

.col-md-12.runner .overlay .button{
	margin-top: 127px;
}

.partner .overlay .button{
	margin-top: 10px;
	margin-bottom: -28px;
}

.partner .overlay p{
	color: #FFF;
    margin: 40px;
    font-size: 16px;
}

.partner .overlay p a{
	color: white;
	text-decoration: underline;
	text-align: center;
	display: block;
}

.partner .overlay p a:hover{
	color: rgba(255, 255, 255, 0.7);
}

.partner .overlay{
	margin: 10px;
	width: 96.5%;
	height: 92%;
}

.col-md-6.runner{
	max-height: 609px;
	overflow: hidden;
}


.nav-tabs {
    text-align: center;
    border: none;
    width: 520px;
    max-width: 100%;
    margin: 0 auto 30px auto;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	font-size: 27px;
    border: 0;
    color: #007ab7;
    border-bottom: 4px #007ab7 solid;
    padding: 0;
}


.nav-tabs>li>a, .nav-tabs>li>a:hover {
    margin-right: 2px;
    border-radius: 4px 4px 0 0;
    border: none;
    color: #525252;
    font-size: 16px;
    width: 126px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
}

.nav-tabs>li>a:hover{
	color: #007ab7;
}



.col-md-4{
	font-size: 16px;
	color: #999;
}



#bg-video {
    background: url('img/video/banner.jpg') no-repeat ;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: auto;
     top: 0;
     left: 0;
     z-index: -25;
    
}

#bg-video.tall{
    width: auto;
    height: 100%;
}

input{
	width: 100%;
    padding: 15px;
    font-size: 19px;
}

input.submit{
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	padding: 17px 20px;
	background: #4cb94c;
	color: white;
	border: none;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
}

input.submit:hover{
	background: #1E881E;
	padding: 17px 35px;
	color: #4cb94c;
}

@media (max-width: 1400px) {
    #bg-video{
        width: auto;
        height: 100%;   
    }
}

@media (max-width: 764px) {
    #bg-video{
        display: none;   
    }
    .jumbotron{
       background: url('img/video/banner.jpg') top center no-repeat ; 
        position: cover;
    }
    
    h2.corp{
        font-size: 24px;
      margin-top: 10px;
      padding: 0 10px;
    }
    
    .jumbotron h1{
        font-size: 30px !important;
        text-indent: -15px;
    }
    
    .jumbotron h2{
        font-size: 18px;   
    }
    
    img.btn-play{
    	margin: 20px auto;
    	width: 75px;
    }
    
    img.btn-play.featured{
    	width: auto;
    }
    
    h3{
    	font-size: 30px;
    }
    
    .runner.stats{
    	position: relative;
    }
    
    .col-md-6{
    	padding: 0;
    }
    
    .container.white {
        padding-bottom: 40px;
    }
    
    .partners{
    	display: none;
    }
    
    .runner .stats {
        bottom: -111px;
    }
    
    .runner{
    	margin-bottom: 140px;
    }
    
    .col-md-6.runner{
    	height: auto;
    	overflow: visible;
    }
    
    .progress{
    	display: none;
    }
    
    .jumbotron iframe {
        
        height: 200px;
    }
    
    .jumbotron.influencer, .bg, .itinerary{
       background-size: cover;
    }
    
    .videoWrapper {
        padding-bottom: 49%;
    }
    
    .cta, button.learn-more {
        display: block;
            margin: 20px;
    }
}


/*Influencer pages*/

.jumbotron.influencer{
   background: url('https://s3-us-west-2.amazonaws.com/files.changeheroes.com/assets/images/homepage/img/bg-taylor-techo.jpg') top center no-repeat ; 
   position: cover;
   padding-bottom: 60px;
   margin-bottom: 50px;
}

.jumbotron.influencer h1{
   margin-top:  30px;
   
}

#promo-video{
	max-width: 640px;
	max-height: 360px;
	float: none;
	margin: 0 auto 120px auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 52.5%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	max-width: 640px;
	max-height: 360px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

a.btn{
	border: 1px solid white;
	color: white;
	border-radius: 0;
	padding: 10px 20px;
    margin-right: 20px;
    transition: all ease .25s;
    font-weight: 800;
}

a.btn:hover{
    padding: 10px 25px;
    color:white;
    cursor: pointer;
    opacity: .7;
}

a.btn.full{
    background:white;
    color: black;
}

.pillars .trips{
    min-height: 1000px;
    background: url('https://s3-us-west-2.amazonaws.com/files.changeheroes.com/assets/images/homepage/img/about/bg-travel.jpg') bottom;
}

.pillars .bg .col-md-6{
    margin-top: 200px;
}

.pillars .nav-tabs{
    color: white;
    margin-bottom: -70px;
    z-index: 999;
    border: 0px solid white;
}

 p.headliner{
    text-align:center;
    font-size: 24px;
}

.pillars .nav-tabs li a{
    background: none;
    color: white;
}

.pillars .nav-tabs li.active a, .pillars .nav-tabs>li.active>a, .pillars .nav-tabs>li.active>a:hover, .pillars .nav-tabs>li.active>a:focus{
    border: 1px solid white;
    border-radius: 0;
    background: none;
    color: white;
}

.question-boxes{
    background: url(https://s3-us-west-2.amazonaws.com/files.changeheroes.com/assets/images/homepage/img/about/img-choices-charity.jpg);
    background-size: cover;
    padding: 80px 10px;
    text-align: center;
    color: white;
    margin-top: 30px;
    width: 31.333333%;
    margin: 1%;
}

.question-boxes p{
    color: white;
    margin-bottom: 5px;
}

.question-boxes:first-child{
    background: url(https://s3-us-west-2.amazonaws.com/files.changeheroes.com/assets/images/homepage/img/about/img-choices-mike.jpg);
}

.question-boxes:last-child{
    background: url(https://s3-us-west-2.amazonaws.com/files.changeheroes.com/assets/images/homepage/img/about/img-choices-corporate.jpg);
}

.question-boxes .btn{
    margin: 0;
}

p.headliner{
    text-align:center;
    font-size: 24px;
}

/* Marketo FORMS */
form{
    background: rgba(255, 255, 255, .3);
    padding: 30px;
    margin-top: 40px;
    float:left;
    display:block;
}

form input{
    margin-bottom: 20px;
    border:none;
}

form .cta{
    width:100%;
    margin-top: 0px;
    float: left;
    text-align:center;
}

ul.answer.white li{
    color:white;
}

form.mktoForm {
    text-align: left !important;
    width: 100% !important;
}

form.mktoForm .mktoOffset {
    float: left !important;
    height: 0 !important;
}

form.mktoForm input, form.mktoForm textarea{
    padding: 16px 25px !important;
    width: 100% !important;
    margin-top: 10px !important;
    font-size: 18px !important;
    border: none;
}
form.mktoForm .mktoGutter {
    float: left !important;
    height: 0 !important;
}

form.mktoForm .mktoFormCol {
    float: left !important;
    position: relative !important;
    min-height: 2em !important;
    width: 100% !important;
}

.mktoForm .mktoFieldWrap {
    width: 100% !important;
}

form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    color: #fff !important;
    border: 1px solid #75ae4c !important;
    padding: 0.4em 1em !important;
    font-size: 1em !important;
    background: #4cb94c !important;
    width: 100% !important;
    padding: 12px !important;
    font-size: 18px !important;
    border: none !important;
    margin-top: -10px !important;
}

form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    background: #4cb94c !important;
}

.mktoButtonRow {
    width: 100% !important;
}

.mktoForm .mktoLabel{
  width: auto !important;
  font-size: 15px !important;
  margin-bottom: 10px;
}

.mktoForm select.mktoField {
  background: url('../../../../pages/img/icons/select-arrow.png') right no-repeat #fff;
  padding: 19px !important;
  font-size: 18px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: auto;
  -webkit-appearance: none;
  width: 100% !important;
  text-indent: 9px;
  color: #B3B3B3;
}

.mktoForm .mktoRequiredField .mktoAsterix {
    display: none !important;
}

@media only screen and (max-width: 480px){
	.mktoForm .mktoFormRow .mktoField, textarea {
	    clear: left;
	    padding: 25px !important;
	    margin: -1px 0px !important;
	}
}