/* -------------------------------------------------- 
   Avid Global Campaign CSS
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/

/*
|--------------------------------------------------------------------------
|    Shared Styles
|--------------------------------------------------------------------------
*/

body, html {
	background-color: #000;
	background: url(../images/bg-darkdotted.png) repeat;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

a {
	color: #007fc2;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	o-transition: all .5s ease;
	transition: all .5s ease;
}

header { 
	background: black;
	padding: 0px 0px;
}

section#hero {
    background: #222;
	background:  no-repeat;
	height: 310px;
	background-image: url(../images/ProLightSound2013_1500x497.jpg) ;
	background-repeat: repeat;
	
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;


	

	
	
	}
	
body.subPage section#hero {
	height: 275px;
}

.heroContentbox {
	background: black; /* IE Fallback */
	background: rgba(0, 0, 0, 0.85);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000FF, endColorstr=#000000FF);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000FF, endColorstr=#000000FF);
	width: 470px;
	margin-top: 30px;
	padding: 15px 20px;
	color: white;
	
	
	
	
	
	
}

section#centerWell {
	margin-top: -100px;
}

section {
	-moz-transition: height .5s ease;
	-webkit-transition: height .5s ease;
	o-transition: height .5s ease;
	transition: height .5s ease;
}

body.subPage section#centerWell {
	margin-top: -50px;
}

section#centerWell a:hover {
	color: #004d76;
}

section#centerWell a.btn.btn-primary:hover {
	color: #fff;
}

section#darkContent {
	background: #111;
	color: #f5f5f5;
}

section#secondary-centerWell {
	color: #f5f5f5;
}

section#secondary-centerWell1 {
	color: #333;
}

section#secondary-centerWell #guestSpeakers a {
	color: #F5f5f5;
}

section#secondary-centerWell h6 {
	margin-top: -5px;
}

section#secondary-centerWell hr {
	border-bottom: none;
	border: 1px solid #333;
}

section#darkContent span {
	color: #ccc;
}

section#darkContent h5 {
	margin-bottom: -8px;
}

#schedule, #schedule .date, #schedule .date h1 {
	color: #555;
}

#schedule div.span3.glow, #schedule div.span3.glow .date h1  {
	color: #222;
}


footer {
	background: #222;
	color: #fff;
	bottom: 0px;
}

footer a {
	color: #fff;
}

footer p {
	margin: 10px;
}

.offWhite {
	background: #f5f5f5;
}

.date {
	width: 40px;
	margin: 0 auto;
	text-align: center;
}

.date h1 {
	color: #222;
	font-weight: bold;
}

.rounded {
	border-radius: 4px;
	-webkit-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}

.centerBlock {
	margin: 0 auto;
}

.textCenter {
	text-align: center;
}

.introStatement {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
}

.glow {
	box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc; 
    -moz-box-shadow: 0 0 10px #ccc;
	-ms-box-shadow: 0 0 10px #ccc;
	-o-box-shadow: 0 0 10px #ccc;
	color: #222;
}

.smallPad {
	padding: 10px 20px;
}

.pad {
	padding: 20px 40px;
}

.bigPad {
	padding: 10px 30px 0 30px;
}

.logo {

	margin-top: 10px;
}


/* -----------------------------------------
   Fonts
----------------------------------------- */

@font-face {
    font-family: 'AvidOmnesLight';
    src: url('../fonts/avidomnes-light-webfont-webfont.eot');
    src: url('../fonts/avidomnes-light-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avidomnes-light-webfont-webfont.woff') format('woff'),
         url('../fonts/avidomnes-light-webfont-webfont.ttf') format('truetype'),
         url('../fonts/avidomnes-light-webfont-webfont.svg#avidomneslight') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'AvidOmnesMedium';
    src: url('../fonts/avidomnes-medium-webfont-webfont.eot');
    src: url('../fonts/avidomnes-medium-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avidomnes-medium-webfont-webfont.woff') format('woff'),
         url('../fonts/avidomnes-medium-webfont-webfont.ttf') format('truetype'),
         url('../fonts/avidomnes-medium-webfont-webfont.svg#avidomnesmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

.omnes-light {
	font-family: 'AvidOmnesLight';
}

.omnes-medium {
	font-family: 'AvidOmnesMedium';
}



/* -----------------------------------------
   Buttons
----------------------------------------- */

/* White text for inactive Form Button override */
.navbar .nav > li.btn-primary > a { color: #fff; }
.navbar .nav > li.btn-primary { margin-left: 10px; }

.btn {
	width: auto;
	border: 0;
	text-decoration: none;
	display: block;
	zoom: 1;
	color: #fff;
	font-size: 15px;
	font-family: "AvidOmnesMedium",Arial,Helvetica,sans-serif;
	line-height: 15.5px;
	padding: 10px 15px;
	margin-bottom: 10px;
	margin-left: 2px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	}
	
	.btn:hover {
	text-decoration: none;
	color: #333;
	outline: none;
	cursor: pointer;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	margin-left: 0px;
	}

	.btn-primary {
	background-color: #006fac;
	background-image: -moz-linear-gradient(top,#007fc2,#00588a);
	background-image: -ms-linear-gradient(top,#007fc2,#00588a);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#007fc2),to(#00588a));
	background-image: -webkit-linear-gradient(top,#007fc2,#00588a);
	background-image: -o-linear-gradient(top,#007fc2,#00588a);
	background-image: linear-gradient(top,#007fc2,#00588a);
	background-repeat: repeat-x;
	-pie-background: linear-gradient(#007fc2,#00588a);
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	}
	
	.btn-primary:hover {
	background-color: #004d76;
	background-image: -moz-linear-gradient(top,#007fc2,#004d76);
	background-image: -ms-linear-gradient(top,#007fc2,#004d76);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#007fc2),to(#004d76));
	background-image: -webkit-linear-gradient(top,#007fc2,#004d76);
	background-image: -o-linear-gradient(top,#007fc2,#004d76);
	background-image: linear-gradient(top,#007fc2,#004d76);
	background-repeat: repeat-x;
	-pie-background: linear-gradient(#007fc2,#00588a);
	color: #fff;
	text-decoration: none;
	}
	
	.btn-primary:active {
	-webkit-box-shadow: inset 0 0 7px 2px #004d76;
	-moz-box-shadow: inset 0 0 7px 2px #004d76;
	box-shadow: inset 0 0 7px 2px #004d76;
	filter: not;
	}

/* -----------------------------------------
   Titles
----------------------------------------- */


	.titleBorder {
		border-bottom: 1px solid #F68623;
		padding-bottom: 7px;
	}

	.title { 
	clear: both;
	font-family: 'AvidOmnesLight', Arial, Helvetica, sans-serif; 
	font-size: 38px; 
	display: inline;
	color: white;
	font-weight: normal;
    }

	.titleWhite { 
	font-family: 'AvidOmnesMedium', Arial, Helvetica, sans-serif; 
	font-size: 36px; 
	color: #ffffff; 
	padding: auto 0; 
	}

	.heroSubhead {
	clear: both;
	font-family: 'AvidOmnesLight', Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: #fff;
	font-weight: normal;
	padding-top: 9px;
	}
	
	.statementTitle {
	clear: both;
	font-family: 'AvidOmnesLight', Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	color: #fff;
	font-weight: normal;
	padding-top: 9px;
	margin-bottom: -13px;
	}
	
	.statementTitle2 {
	clear: both;
	font-family: 'AvidOmnesLight', Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	color: #fff;
	font-weight: normal;
	padding-top: 9px;
	}
	
	
	
/* -----------------------------------------
    Feeds
----------------------------------------- */
	
	#tweet { height: 80px; overflow-y: hidden; }

	#tweet ul.tweet_list { margin-bottom: 10px; padding: 0px 8px; margin-top: 0px }
	
	#tweet ul.tweet_list p.tweet_text { margin-bottom: 50px; }
	
	div#tweet li a { font-weight: normal; }
	
	div#tweet li { list-style: none; margin-left: -25px; font-size: 16px; line-height: 18px; }
	
	div#tweet ul.tweet_list li { margin-bottom: 25px }
	
	a.tweet_avatar { margin-right: 15px; margin-bottom: 30px; float: left }
	
	div.feed.rssFeed div.rssBody ul { line-height: 18px; width: 100%; }
	
	div.feed.rssFeed div.rssBody div { display: none; }
	
	div.feed.rssFeed div.rssBody ul li { height: 100px }
	
	div.feed.rssFeed div.rssBody ul img { display: none; }
	
	div.feed.rssFeed div.rssBody ul li.rssRow img { display: none; }
	
	div.feed.rssFeed div.rssBody ul p { font-size: 13px; }
	
	div.feed.rssFeed div.rssBody ul h6 { margin: 0; padding: 0; }
	
	div.feed.rssFeed div.rssBody ul a { font-weight: normal; }
	
	div.feed.rssFeed .rssHeader { display: none; }
	
	div.feed.rssFeed div.rssBody { padding: 0px 8px; }
	
	
/* -----------------------------------------
    Form & Input
----------------------------------------- */


html.form, html.form body {
	background: #373737; 
	color: #f5f5f5;
}

html.form {
	padding: 20px;
}

.form body {
	height: 500px;
}

html.form input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #006fac;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
  color: #000;
}


/* -----------------------------------------
   Meida - Photos (Instagram)
----------------------------------------- */


.instagram { overflow:hidden; margin-bottom:7px;  }
.instagram-placeholder { float:left; margin-right:20px; margin-bottom:20px; }
.last { margin-right:0; }

div.instagram img {
	box-shadow: inset 0 0 8em #000;
	-moz-box-shadow: inset 0 0 8em #000;  
	-webkit-box-shadow: inset 0 0 8em #000;
	-o-box-shadow: inset 0 0 8em #000; 
	-ms-box-shadow: inset 0 0 8em #000; 
	margin: 10px;
}

div.instagram img { 
	height:210px; 
	width:242px; 
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s; 
	}
	
	div.instagram img:hover { 
	opacity: 0.8;
	}
	
	
/* -----------------------------------------
   Media - Videos (Vimeo + YouTube)
----------------------------------------- */	
	
html, body {
    margin: 0px;
    padding: 0px;
	background-color:rgb(255, 255, 255);
}

.hidden{
	display:none;
}

#content {
	width:100%;
	margin:0px auto;
	position:relative;
	margin-top: 20px;
}

#video-container > * {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

#screen{
	margin:0px auto 20px auto;
	width:100%;
	height:56%;
	overflow:hidden;
	background:black;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}


div.vid-info{
	width: 100%;
	margin: 0px auto 25px auto;
	padding: 0px;
	overflow: hidden;
	border-bottom: 1px solid rgb(223, 223, 223);
	padding-bottom: 10px;
}

div.vid-info p {
	font-size: 15px;
}

#title{
	font-family: 'AvidOmnesMedium';
}

#gallery{
	width:100%;
	overflow:hidden;
	margin:0px auto;
}
#gallery.ipad{
	height : 500px;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
}

#thumbs{
	list-style:none;
	margin:0px auto;
	padding:0px;
	margin:0px;
}

#thumbs li{
	float:left;
	margin: 0px 15px;
}


#thumbs form input{
	cursor:pointer;
	width:320px;
	height:160px;
	background-position:center center;
	background-color:transparent;
	font-weight:bold;
	font-size:16px;
	display:block;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	o-transition: all .5s ease;
	transition: all .5s ease;
}

#thumbs form h5 {
	font-family: 'AvidOmnesMedium';
	font-weight: 200;
	display: block;
	font-size: 15px;
	color: #222;
	width: 300px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#vimeoRSS h3#title {
	margin: 0px;
	font-weight: 300;
}

#search-info{
	margin-top:15px;
}

input.vid-thumb.glyph {
	background-size: 100%;
	border: 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}

#thumbs li {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#thumbs li:hover {
	opacity: 0.8;
	text-decoration: underline;
	color: #ccc;
}

#thumbs li form input {
	 -moz-box-shadow: inset 0 0 8em #000;  
	 -webkit-box-shadow: inset 0 0 8em #000;
	 -o-box-shadow: inset 0 0 8em #000; 
	 -ms-box-shadow: inset 0 0 8em #000;  
	 box-shadow: inset 0 0 8em #000;
}


@media (max-width: 768px) {
	#content{
		width:100%;
	}
	
}

@media (max-width: 525px){ 
	#thumbs li{
		float:none;
		margin:5px;
	}
	#thumbs li form{
		width:200px;
	}
	#thumbs li form input{
		height:140px;
		width: 250px;
	}
	
	#thumbs form h5 {
	width: 240px;
	overflow: visible;
	}
		
}


/* -----------------------------------------
   Shadowbox (Fancybox)
----------------------------------------- */	

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
	background: rgba(0, 0, 0, 0.51);
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	font-size: 15px;
	margin-bottom: 5px;
	padding: 20px 15px 10px 15px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

	
	
	
/* -----------------------------------------
   UI To Top
----------------------------------------- */

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:5px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(http://lab.mattvarone.com/projects/jquery/totop/img/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(http://lab.mattvarone.com/projects/jquery/totop/img/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}
	

/* -----------------------------------------
   940px Breakpoint
----------------------------------------- */

@media only (min-width: 940px) {
	

}
	

/* -----------------------------------------
   768px Breakpoint
----------------------------------------- */
	
@media (max-width: 979px) and (min-width: 768px) {
		
	section#hero {
		height: 275px;
	}
	
	div.span4.listFix {
		margin-left: 0px;
		margin-top: -23px;
	}
	
	#schedule div.span3 {
		width: 47%;
		margin-bottom: 20px;
	}
	
	
	section#centerWell {
		margin-top: -70px;
	}
	
	
	section#centerWell div.bigPad div.span8, section#centerWell div.bigPad div.span4 {
		width: 100%;
	}
	
	div#guestSpeakers.span8 {
		width: 80%;
	}
	
	div#guestSpeakers div.span3 {
		width: 31%;
	}
	
	div.whyWhere.span4 {
		width: 47%;
	}
	
	
	#tweet {
		height: 110px;
	}
	
	div.logo {
		margin-top: 0px;
	}
	
	
	}

/* -----------------------------------------
   Tablet and Below Breakpoints
----------------------------------------- */

@media (max-width: 768px) {
 	
	section#hero {
		height: 190px;
		background-size: 200%;
	}
	
	body.subPage section#hero {
		height: 150px;
		background-size: 200%;
	}
	
	div.pad {
		margin-bottom: 10px;
	}
	
	div.span4.listFix {
		margin-left: 0px;
		margin-top: -13px;
	}
	
    .heroContentbox {
		width: 245px;
		margin-top: 10px;
	}
	
	.heroContentbox h1.title {
		font-size: 20px;
	}
	
	.heroContentbox .statementTitle {
		font-size: 16px;
		margin-top: 0px;
		padding-top: 0px;
	}
	
	.heroContentbox .statementTitle2 {
		font-size: 15px;
		margin-top: 0px;
		padding-top: 0px;
	}
	
	.heroContentbox .heroSubhead {
		font-size: 13px;
		margin-top: 2px;
	}
	
	.heroContentbox .titleBorder {
		padding-bottom: 4px;
	}
	
	
	/* L/R Padding on Navbar */
	div.navbar-inner {
		padding: 0 15px;
	}
	
	
	section#centerWell {
		margin-top: -60px;
	}
	
	body.subPage section#centerWell {
	margin-top: -20px;
}
	
	.bigPad { padding: 15px 30px; }
	
	.smallPad { padding: 10px 10px; }
	
	footer p { margin: 0px }
	
	section#centerWell, section#secondary-centerWell, section#darkContent, footer {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.logo {
		margin-top: 0px;
	}
	
	#tweet {
		height: 100px;
	}
	
	.feed {
		height: 120px;
	}
	
	/* Btn Btn-Primary Responsive Menu Hover Override */
	.nav-collapse .nav > li > a.various:hover, .nav-collapse .nav > li > a.btn-small:hover, .nav-collapse .nav > li > ul a.various:hover {
	background-color: #004d76;
	}
	
	.form .title {
		font-size: 24px;
		line-height: 24px;
	}
	
	html.form {
		width: 500px;
	}
	
}

@media (max-width: 500px) {	
	
	html.form {
		width: 280px;
	}
	.heroContentbox h1.title {
font-size: 20px;
}
}