.container-margin {
	margin: 50px 0;
}

#hp-hero.event-header {
	color: #fff;
	padding-top: 8em;
	padding-bottom: 8em;
	text-align: center;
}

.event-header h1 {
	font-size: 54px;
}

.event-header__details p {
	font-size: 16px;
	font-weight: normal;
	margin-top: 0.5em;
}

.event-subhead {
	font-size: 1em;
	text-align: left;
	margin: 1em 0;
}

@media screen and (min-width: 768px) {
	.event-subhead {
		text-align: center;
		font-size: 1.25em;
		margin: 2em 0;
	}
}

.event-items {
	margin: 2em 0;
}

.event-items__event .callouts-holder {
	width: 50%;
}

.event-items__col {
	float: left;
	width: 50%;
}

.event-items__col li {
	margin-bottom: 0.5em;
}

.event-items__item {
	border: 1px solid #dcdcdc;
	margin-bottom: 2em;
	min-height: 840px;
}

.event-items__item h3 {
	font-size: 1.25em;
	font-family: "MontBold";
}

.event-items__item p {
	font-size: 1em;
}

.event-items__item h4.event-items__time {
	color: #999999;
	font-size: 0.825em;
}


.event-items__image img {
	width: 100%;
	height: auto;
}

.event-items__text {
	padding: 1em;
}

.event-location-container {
	padding: 10em 0;
}

.event-location {
	background-color: white;
	min-height: 535px;
}

.event-location__address {
	margin: 1em 0;
}

.event-location__text {
	padding: 2em;
	text-align: center;
}

.event-location__text h3 {
	color: #2d81bb;
	font-size: 1.5em;
	font-weight: bold;
}


.event-location__map img {
	width: 100%;
	height: auto;
}

.event-partner {
	height: 175px;
	position: relative;
	padding: 5px;
}

.event-partner__image {
	position: relative;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);

}

.event-partner__image img {
	width: 100%;
	height: auto;
}

.putnam-sponsors {
	height: auto;
	position: relative;
	width: 100%;
}

.putnam-sponsors__logo {
	position: relative;
	margin: 0 auto;
	margin-bottom: 2em;
	height: auto;

}

.putnam-sponsors__logo--kf {
	width: 60%;
	display: none;
}

.putnam-sponsors__logo--unlv, 
.putnam-sponsors__logo--lv, 
.putnam-sponsors__logo--nicr, 
.putnam-sponsors__logo--aecasey {
	width: 40%;
	height: auto;
}

.putnam-sponsors__logo img {
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 768px) {
	.putnam-sponsors {
		height: 150px;
	}

	.putnam-sponsors__logo {
		position: absolute;
		margin-bottom: 0;
	}	

	.putnam-sponsors__logo--kf {
		top: 16%;
		left: 0;
		width: 50%;
		height: auto;
	}

	.putnam-sponsors__logo--unlv {
		bottom: 13%;
		right: 12%;
		width: 29%;
	}

	.putnam-sponsors__logo--nicr {
		bottom: 10%;
		right: 66%;
		width: 25%;
	}

	.putnam-sponsors__logo--lv {
		top: 5%;
		right: 16%;
		width: 25%;
	}

	.putnam-sponsors__logo--aecasey {
		top: 5%;
		right: 66%;
		width: 25%;
	}
}

/*
@media only screen and (min-width: 768px) {
	.putnam-sponsors {
		height: 150px;
	}

	.putnam-sponsors__logo {
		position: absolute;
		margin-bottom: 0;
	}	

	.putnam-sponsors__logo--kf {
		top: 16%;
		left: 0;
		width: 50%;
		height: auto;
	}

	.putnam-sponsors__logo--unlv {
		bottom: 15%;
		right: 3%;
		width: 22%;
	}

	.putnam-sponsors__logo--nicr {
		bottom: 14%;
		right: 28%;
		width: 20%;
	}

	.putnam-sponsors__logo--lv {
		top: 10%;
		right: 4%;
		width: 20%;
	}

	.putnam-sponsors__logo--aecasey {
		top: 10%;
		right: 28%;
		width: 20%;
	}
}
*/

/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #2d81bb;
  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: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #2d81bb;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 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;
    }
}

.event-carousel {
	background-color: rgba(45, 129, 197, 0.1);
	margin: 1em 0;
}

.event-carousel__item {
	padding: 0 20px;
}

@media screen and (min-width: 768px) { 
	.event-carousel__item {
		padding: 0 50px;
	}
}

/*HELPER CLASSES*/
.event-margin {
	margin-top: 2em;
	margin-bottom: 2em;
}

.event-margin-top {
	margin-top: 1em;
}

hr.event-rule {
	background-color:#dcdcdc;
	height: 1px;
}

.event-text-reverse {
	color: white;
}

.event-clear {
	clear: both;
	display: block;
}