/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #000;
		font: 14px/21px Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
		color: #EEE;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #FFF;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
		font-weight: normal;}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1{ font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3{ font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 , .mgHeadline { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5, .mgSubHead  { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #FFF; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 1em; line-height: 30px; color: #ddd; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 9px 19px; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #DDD; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #FFF;  text-decoration: none;}
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
==================================================

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
 */
/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }



/* =====================================================================*/

body {
	background: url(/img/bg-page.jpg) center top repeat;
	border-top: 5px solid #DDD;
}

#Logo {
	margin: 20px 0px 0px 0px;
}

/* Top Menu Bar */
#headMenu, .pre_navigation, #footMenu {
	padding: .6em 0 .3em 0;
	text-transform: uppercase;
	font-size: .9em;
}

#headMenu ul, #pre_navigation ul, #footMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
} 

#headMenu li, #pre_navigation li, #footMenu li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#headMenu a, #headMenu a:visited, #pre_navigation a, #pre_navigation a:visited, #footMenu a, #footMenu a:visited {
	float: left;
	display: block;
	padding: 0px 10px 0px 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #DDD !important;
	letter-spacing: 1px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

#headMenu a:hover, #headMenu a:active, #pre_navigation a:hover, #pre_navigation a:active, #footMenu a:hover, #footMenu a:active {
	color: #DDD !important;
	text-decoration: none;
}

.mgLinkList ul {
	padding-left: 12px;
	text-indent: -12px;
}

.mgLinkList a, .mgLinkList a:link,.mgLinkList a:visited {
	color: #DDD !important;
	font-weight: bold;
	cursor: pointer;
}
.mgLinkList a:hover, .mgLinkList a:active {
	color: #FFF !important;
	font-weight: bold;
}

.mgLinkList li {
    line-height: 18px;
    margin-bottom: 4px;
}

.mgLinkList li:before {
  content: "\00BB\0000a0";
}

.thumbnail {
	width:  130px;
	float: left;
	min-width: 130px;
	min-height: 130px;
	margin: 8px 15px 8px 15px;
	vertical-align: middle;
	background-color: #EEE;
	border: 1px solid #AAAAAA;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.thumbnail img {
	vertical-align: middle;
	margin: auto;
}

/* Footer */
#vsHeader {

	background: url(/img/bg-header.jpg) right top no-repeat;
	background-color: #000 !important;
	color: #FFF;
	text-align: left;
	padding: 6px 10px 10px 10px;
	position: relative;
	margin: 0px 0px 15px 0px;
	border-top: 3px solid #DDD;
	border-bottom: 3px solid #DDD;
}

/* Footer */
#vsFooter {
	background-color: #000;
	color: #FFF;
	text-align: left;
	padding: 6px 10px 10px 10px;
	position: relative;
	margin: 10px 0px 0px 0px;
	border-top: 3px solid #DDD;
}

#vsFooter a, #Footer a:link,#vsFooter a:visited {
	color: #DDD;
	text-decoration: none;
}

#vsFooter a:hover, #vsFooter a:active {
	color: #FFF;
	text-decoration: none;
}

#vsFooter h1 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#vsFooter h2 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0px 2px 0px;
}

#Sponsors {
	padding: 1px 5px 1px 5px;
	text-align: right;
}

#Sponsors img {
	padding: 1px 16px 1px 16px;
}

#vsBottom {
	color: #CCC;
	font-size: .8em;
}



.SectionHead {
	text-align: center;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #DDD;
	line-height: .9em;
	margin: 20px 0px 22px 0px;
	color: #000;
	padding: 4px 10px 6px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');					
}

.SectionHead span.HeadContent {
	padding: 0px 20px 0px 20px;
	background-repeat: repeat-x;
}

.contentBox {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
	background-color: #000;
	color #eee;
	padding: 10px;	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	margin: 0px 0px 10px 0px;
}

.Client {
	text-align: center;
}

.Client img {
	border: 1px solid #999;
}

.Client h2 {
	font-size: 1.6em;
	line-height: 1.2em;
	margin: 6px 0px 0px 0px;
}

.Client h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0px 0px 0px 0px;
}

.Client p {
	font-size: .9em;
}

.CallOut {
	position: relative;
	padding-bottom: 10px;
}

.CallOut h2 {
	font-size: 1.6em;
	line-height: 1.2em;
	margin: 6px 0px 10px 0px;
	
}

.CallOut h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0px 0px 0px 0px;
}

.CallOut p {
	font-size: 1.1em;
}

#SocialMedia a {
	float: left;
	margin: 0px 2px 0px 2px;
}

a.btnIcon {
	display: block;
	width: 32px;
	height: 32px;	
}

.btnFacebook {
	background-image: url(/img/icon-facebook.png);
	background-position: center top;
}

.btnFacebook:hover, .btnFacebook:active {
	background-position: center bottom;
}

.btnTwitter {
	background-image: url(/img/icon-twitter.png);
	background-position: center top;
}

.btnTwitter:hover, .btnTwitter:active {
	background-position: center bottom;
}

.btnTumblr {
	background-image: url(/img/icon-tumblr.png);
	background-position: center top;
}

.btnTumblr:hover, .btnTumblr:active {
	background-position: center bottom;
}


.btnInstagram {
	background-image: url(/img/icon-instagram.png);
	background-position: center top;
}

.btnInstagram:hover, .btnInstagram:active {
	background-position: center bottom;
}

.hero-unit blockquote {
    margin: 0 0 0px;
		color: #f5e5f6;
}

.hero-unit cite {
		color: #e0b9e2;
}

.btn, h1, h2, h3, h4, .mgHeadline, .mgSubHead {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

label {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #FFF;
	font-weight: 600;
}
	

label.error {
	font-size: .8em;
	color: #C00;
	margin: -14px 0px 0px 0px;
}

h1, .mgHeadline{
	font-weight: 600;
	color: #F00;
}

h2  {
	font-weight: 600;
}

h3, .mgSubHead {
	font-weight: 500;
}

h2 a, h2 a:visited {
	color: #DDD;
}

h2.purple a:hover, h2.purple a:active {
	color: #333;
}

h2.green a:hover, h2.green a:active {
	color: #333;
}

h2.orange a:hover, h2.orange a:active {
	color: #333;
}

ul.square, .mgSummary ul {
	list-style: square;
	margin-left: 20px;
}

figure.thumbnail {
	text-align: center;
	float: left;
	background-color: #fff;
}
figure.thumbnail { position: relative; width: 100%; overflow: hidden; }

figure.thumbnail figcaption { 
		text-align: center;
		font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
		font-weight: bold; 
    position: absolute;
    bottom: -50px;
    left: 0px;
    width: 100%;
    padding: 5px 0;
    color: #FFF;
    background: rgba(51, 0, 51, 0.8);
    -moz-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
     transition: all 200ms ease-in;
}

figure.thumbnail:hover figcaption { bottom: 0px; }

.mgContentImage {
	text-align: center;
}

.mgBody img {
	height: auto !important;
	margin-bottom: 10px;
}

.nav {
		font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
		font-size: 1.2em;
}

.slides .mgArticle {
	padding: 14px;
	color: #fff;
}

.slides strong {
	color: #fb7901;
}

.slides img {
	float: right;
}

.slides a, .slides a:link, .slides a:visited {
	color: #dd77e2;
}

.slides a:hover, .slides a:active {
	color: #f5b1f8;
}

.mgSummary a, .mgSummary a:link, .mgSummary a:visited {
	color: #dd77e2;
}

.mgSummary a:hover, .mgSummary a:active {
	color: #f5b1f8;
}

.mgToolbar {
	margin: 2px 5px 2px 5px;
	padding: 8px 2px 2px 2px;
	background-color: #f9f0f9;
	border: 1px solid #CCC;
	height: 24px;
}

.mgToolbar ul {
	margin: 0px 0px 6px 2px !important; 
	padding: 0px !important; 
	list-style-type: none !important; 
	font-size: .9em !important; 
	font-weight: normal !important; 
	line-height: 1.2px !important; 
}
	
.mgToolbar li {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin: 2px 5px 2px 5px !important; 
	font-weight: normal !important; 
	display: block;
	float: left;
}

.mgToolbar li a img {
	margin-right: 2px !important; 
	margin-top: -1px !important; 
	vertical-align: middle !important; 
}

.mgToolbar li a, .mgToolbar li a:link, .mgToolbar li a:visited {
  text-decoration: none !important; 
	color: #444;
}

.mgToolbar li a:hover, .mgToolbar li a:active {
	color: #dd77e2;
}

#files {
	display: block;
  margin-bottom: 10px;
  font-size: 11px;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
	border: 1px solid #ccc;
}

#files p {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 2px;
}

#headMenu li, #footMenu li {
	line-height: 28px;
}

.flexslider .slides img, .mgContentImage img {padding:4px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1)}