/**
 * @author Laurie Brown
 * @date 02.13.11
 *
 * File: home.css
 * Description: Home and News & Events specific styles for screen media
 *
 */

/* =Page Structure
--------------------------------------------- */

#main-content {
	padding: 42px 0 0 0;
}

#videoHolder span.holder{
    display: block;
    background: #000 url(/images/_global/_css/cVidWood.jpg) no-repeat;
    position: relative;
    margin-left: -12.1%;
/*    margin-left: -170px;*/
    width: 970px;
    /*height: 348px;*/
    height: 315px;
    overflow: hidden;
}

#videoHolder span.holder span.holder2{
    display: block;
    margin-left: 251px;
    margin-left: 205px;
}

#full-middle {
		float: left;
		margin: 0px 0px 26px -12.1%;
/*		margin: 0px 0px 26px -170px;*/
}

.news {
		float: left;
		width: 380px;
		margin: 0 0px 20px 0px;
		padding: 0 0 0 0px;
}

.events {
		float: right;
		width: 380px;
		margin: 0px 0px 20px 10px;
}

.press {
	float: right;
		width: 380px;
		margin: 0px 0px 20px 10px;
}

#statement h2{
	text-align: center;
	border: none;
	width: 200px;
	margin: 0 auto;
	padding: 32px 0 15px 0 ;
}
/* =Main Styles
--------------------------------------------- */

/* events */

.events h3 {
		padding-bottom: 2px;
		letter-spacing: 2px;
		font-size: 20px;
		color: #0099CC;
		font-weight: normal;
		text-transform: uppercase;
		border-bottom:solid 2px #e9e9e9;
}

.events h4 {
		margin: 0 0 3px 0;
		font-weight: normal;
		font-size: 1em;
		color: #63625b;
		line-height: 1.0;
}
.events .entry {
		margin-top: 14px;
/*		margin-left: 10px;*/
		border-bottom:solid 1px #f0f0f0;
		width: 370px;
}

.events .entry p.date {
		font-size: 0.8em;
		letter-spacing: 0.9px;
		color: #fff;
		float: left;
		width: 52px;
		height: 32px;
		text-align: center;
		background-color: #333333;
		padding: 5px 4px 3px 4px;
		border: none;
		margin-right: 20px;
		line-height: 1.0;
}

.events .entry p.date span {
		font-size: 2.3em;
}

.events .entry p {
		margin: 0 0 13px 0px;
		font-size: 0.9em;
		/*color: #999999;*/
		color: #666;
		line-height: 1.3;
}

.events a.button {
	float: right;
	font-size: 1em;
	position:relative;
	/*font-style:italic;*/
	letter-spacing: 1px;
	background: url(/images/_global/_css/cArrowShadow.png) no-repeat right top;
	padding: 4px 0px 0px 22px;
	height: 26px;
	width: 138px;
	background-color: #00ccff;
	color: #fff;
/*
	-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
*/
}

.events a.button:hover,
.events a.button:focus,
.events a.button:active {
	background-color: #ff6600;
	color: #fff;
}

.events .entry span.link{
	font-weight: bolder;
	color: #ff9900;
}

/* news */

.news h3 {
		padding-bottom: 2px;
		letter-spacing: 2px;
		font-size: 20px;
		color: #0099CC;
		font-weight: normal;
		text-transform: uppercase;
		border-bottom:solid 2px #e9e9e9;
}

.news h4 {
		margin: 0 0 2px 0;
		font-weight: normal;
		font-size: 1em;
		color: #333333;
		line-height: 1.1;
}

.news .entry {
		margin-top: 14px;
/*		margin-left: 10px;*/
		border-bottom:solid 1px #f0f0f0;
		width: 370px;
}

.news p {
		margin: 0 0 16px 0px;
		font-size: 1em;
		/*color: #999999;*/
		color: #666;
		line-height: 1.5;
}

.news p.posted {
		margin: 0 0 10px 0;
		font-size: 0.8em;
		color: #777;
}

.news p.posted span {
		margin: 0 4px;
		color: #ccc;
}

.news a.button {
	float: right;
	font-size: 1em;
	position:relative;
	/*font-style:italic;*/
	letter-spacing: 1px;
	background: url(/images/_global/_css/cArrowShadow.png) no-repeat right top;
	padding: 4px 0px 0px 32px;
	height: 26px;
	width: 128px;
	background-color: #00ccff;
	color: #fff;
/*
	-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
				*/
}

.news a.button:hover,
.news a.button:focus,
.news a.button:active {
		background-color: #ff6600;
		color: #fff;
}

.news img{
	width: 100%;
}

/* =End of Home Specific Styles
--------------------------------------------- */

/* =New and Events Specific
--------------------------------------------- */

#sideNav li:first-child {
		border-top: none;
}


#coda-slider-1{
	width: 100%;
}

.vevent h3{
/*	display: none;
	font-size: 3px;*/
}
.my-calendar-header{
/*	display: none;*/
}

/*mobile*/
@media (max-width : 667px) {
/*	#full-middle, #videoHolder span.holder{
		margin-left: -24.1%;
		height: auto;
		width: 150%;
	}
	#full-middle img{
		width: 100%;
	}
	#videoHolder span.holder img{
		width: 100%;
	}*/
/*		.events, .news{
				width: 100%;
	}
	.events .entry, .news .entry {
		width: 100%;

	}
	.news a.button, .events a.button {
	float: left;
	}*/
}

/* =Celebrate 20 years
--------------------------------------------- */
#celebrate .header-wrap{
	text-align: center;
}
#celebrate .header-wrap .celebrate-title{
	margin: 60px 0;
}
#celebrate .header-wrap p{
	color: #000;
}
#celebrate .header-wrap .desc-one{
	margin: auto;
	width: 578px;
	margin-bottom: 20px;
}
#celebrate .header-wrap .desc-two{
	margin: auto;
	width: 490px;
	margin-bottom: 40px;
}
#celebrate .header-wrap .separator{
	margin-bottom: 40px;
}
#celebrate .header-wrap .share-memories h3{
	font-size: 20px;
	border: 0;
	margin-bottom: 15px;
}
#celebrate .header-wrap .share-memories{
	margin: auto;
	width: 625px;
	margin-bottom: 65px;
}
#celebrate .header-wrap .share-memories .description {
	margin-bottom: 20px;
}
#celebrate .header-wrap .share-memories p a{
	color: #00c6e9;
}

/* ========
* Video
=========== */
#celebrate .video-collection {
	margin: 0 15px 45px 15px;
}
#celebrate .video-collection .video{
	width: 25%;
	float: left;
}
#celebrate .video-collection .video .video-image{
	position: relative;
	margin: 0 7.5px;
	margin-bottom: 10px;
}
#celebrate .video-collection .video .video-image .overlay{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 165px;
}
#celebrate .video-collection .video .video-image:hover .overlay{
    display: block;
}
#celebrate .video-collection .video .video-image .overlay:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 165px;
    opacity: .6;
    background: #000;
}
#celebrate .video-collection .video .video-image .overlay p{
	font-family: "Interstate Condensed";
    color: #fff;
    position: absolute;
    margin: 0 15px;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.04em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#celebrate .video-collection .video .video-image:hover{
    cursor: pointer;
}
#celebrate .video-collection .video .video-image img{
	width: 100%;
}
#celebrate .video-collection .video .video-image .play-button{
	position: absolute;
	bottom: 20px;
	left: 14px;
}
#celebrate .video-collection .video .video-image .play{
	width: 27px;
	height: 27px;
	background: #fff;
	float: left;
}
#celebrate .video-collection .video .video-image .play:before{
	content: '';
    display: block;
	position: absolute;
	left: 7px;
	top: 6px;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #000;
}
#celebrate .video-collection .video .video-image .time{
	width: 52px;
	height: 27px;
	background: #000;
	float: left;
}
#celebrate .video-collection .video .video-image .time p{
	color: #fff;
	text-align: center;
	padding-top: 2px;
	margin-bottom: 0;
}
/* Modal */
#videos .video-modal{
	visibility: hidden;
	opacity: 0;
    transition: visibility 0.25s, opacity 0.25s linear;
	-webkit-transition: visibility 0.25s, opacity 0.25s linear;
	-moz-transition: visibility 0.25s, opacity 0.25s linear;
	-o-transition: visibility 0.25s, opacity 0.25s linear;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    background-color: rgba(0,0,0,0.4);
}
#videos .video-modal .modal-content{
    margin: 12% auto;
	width: 920px;
}
#videos .video-modal.active{
	visibility: visible;
	opacity: 1;
}
#celebrate .footer-logo{
    text-align: center;
    margin: 50px 0 30px 0;
}
#caldera-form{
    margin: 0 150px;
    color: #333;
}
#caldera-form .header-block{
    text-align: center;
    margin: 60px 0;
}
#caldera-form .header-block h3{
    margin: auto;
    margin-bottom: 20px;
    width: 90%;
    letter-spacing: 0.04em;
    line-height: 26px;
    border: none;
}
#caldera-form .header-block p{
    margin: auto;
    margin-bottom: 20px;
    width: 75%;
}
#caldera-form .gform_confirmation_wrapper{
    text-align: center;
    color: #0d860d;
}
#caldera-form .gsection_title {
	font-size: 20px;
	letter-spacing: 2px !important;
}
#caldera-form .questions-block {
	margin-top: 50px;
}
#caldera-form .questions-block ul {
	margin: 5px 0 15px;
}
#caldera-form .questions-block li {
	margin-left: 30px;
}

