﻿/*======================
RESET
========================*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%; 
/*font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif; */
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1.3; 
color: black;
text-align:center;
font-size:14px;
background-color: #fff;
/*background:url(../images/background.png) 100% 0;
background-size:100%;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center; */
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}


.hline { width:100%; height:2px; background: #222 }




@font-face {
	font-family: 'ProximaNova';
	src: url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
		 url('fonts/proximanova-regular-webfont.eot') format('eot'),
		 url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/proximanova-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;

}



@font-face {
	font-family: 'ProximaNova';
	src: url('fonts/proximanova-semibold-webfont.ttf') format('truetype'),
		 url('fonts/proximanova-semibold-webfont.eot') format('eot'),
		 url('fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/proximanova-semibold-webfont.svg') format('svg');
	font-weight: bold;
	font-style: normal;

}

@font-face {
	font-family: 'ProximaNova';
	src: url('fonts/proximanova-regitalic-webfont.ttf') format('truetype'),
		 url('fonts/proximanova-regitalic-webfont.eot') format('eot'),
		 url('fonts/proximanova-regitalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/proximanova-regitalic-webfont.svg') format('svg');
	font-weight: inherit;
	font-style: italic;

}

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

}





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

}


@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg') format('svg');
}

			 
@font-face {
	font-family: 'WilliamsCaslon';
	src: url('fonts/williamscaslontext-regular-webfont.ttf') format('truetype'),
		 url('fonts/williamscaslontext-regular-webfont.eot') format('eot'),
		 url('fonts/williamscaslontext-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/williamscaslontext-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
			 }
			 
@font-face {
	font-family: 'WilliamsCaslon';
	src: url('fonts/williamscaslontext-bold-webfont.ttf') format('truetype'),
		 url('fonts/williamscaslontext-bold-webfont.eot') format('eot'),
		 url('fonts/williamscaslontext-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/williamscaslontext-bold-webfont.svg') format('svg');
	font-weight: bold;
	font-style: normal;

			 }

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

@font-face {
	font-family: 'WilliamsCaslon';
	src: url('fonts/williamscaslontext-bolditalic-webfont.ttf') format('truetype'),
		 url('fonts/williamscaslontext-bolditalic-webfont.eot') format('eot'),
		 url('fonts/williamscaslontext-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/williamscaslontext-bolditalic-webfont.svg') format('svg');
	font-weight: bold;
	font-style: italic;
			 }

th {text-transform: capitalize;font-variant:small-caps;}

/*======================
    HEADER
========================*/

.container
{
    margin-left:auto; margin-right:auto; /* Centers the div */
    width:1030px; /*This is the width of your website */
    text-align:left; 
    background: #fff;
    

    
}


.carouselcontainer
{
    margin-left:auto; /* Centers the div */
    margin-right:auto;
    width:100%; /*This is the width of your website */
    background: #fff;
    margin-bottom:8px;
    display:inline-block;
    position:relative;
    z-index:0;
    
}


#header
{
	background: #fff;
	margin-left:auto;
	margin-right:auto;
    width: 100%; 
    height:155px; 
   	font-family:'ProximaNova';
   	margin-bottom:14px;
   	margin-top:22px;
   	margin-bottom:0px;
   	z-index:2;
   	border-bottom: #bdbdbd 1px solid;
 	box-shadow: 1px 2px 8px rgba(0,0,0,0.25);

}

/*#topbg
{
	position:absolute;
	top:143px;
	background:url(../images/bg2.png) no-repeat 50% 0;
	float:center;
	width:100%;
	height:126px;
}
*/
#logo
{
    background:url(../images/logo-transparent3@2x.png) no-repeat;
	background-size: 670px 155px;
    display:inline-block; 
    position:relative;
	margin-left:-15px;
    margin-top:20px;
    width:670px; 
    height:155px;
    margin-bottom:-20px;
    z-index:2;

}

.preload{
    display:none!important;
}

/*#logo:hover
{
    background:url(../images/logo-transparent2@2x.png) no-repeat;
	background-size: 630px 155px;
    display:block; 
    position:relative;
    float:left; 
    left:40px;
    width:630px; 
    height:155px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/logo-transparent2@2x.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/logo-transparent2@2x.png', sizingMethod='scale')";     
}*/



.top-menu
{
    text-align:right;
    position:relative;
    display:inline-block;
    top:-35px; 
    margin-left:auto;
    margin-right:auto;
    width:300px;
    right:-14px;
}



/*---------
NOTICES
---------*/

.announcementcontainer
{
    margin:0 auto; /* Centers the div */
    width:1000px; /*This is the width of your website */
    text-align:left; 
    background: #fff;
    display:block;
    position:relative;
    
}

.announcementsmargin{
	width:1000px;
	height:14px;
	background-color:transparent;
	display:inline-block;
	position:relative;
}

#notice
{

    float:left;
    width:1000px;
    height:35px;
	display:block;
	position:relative;
	background-color: #fff;
	border: 0px #ffd800 solid;
    
}

.noticebanner{
	background-color: #ffc400;
	width:150px;
	height: 30px;
	color: #fff;
	font-family: ProximaNovaCondensedLight;
	font-size: 20px;
	display:inline-block;
	position:absolute;
	padding-left:12px;
	padding-top:5px;
	text-transform: uppercase;
	
}


.noticecontent{
	width:810px;
	height: 30px;
	color: #888;
	font-family: ProximaNovaCondensedLight;
	font-size: 18px;
	display:inline-block;
	position:relative;
	padding-top:5px;
	text-transform: uppercase;

}

.noticecontent a{
	color: #888;
	font-family: ProximaNovaCondensedLight;
	font-size: 18px;
	padding-top:2px;
	text-transform: uppercase;

}




/*---------
MAIN
----------*/

#main
{
    position:relative;
	top:78px;
    float:center; 
    width:100%;
	margin:0 auto;
	background:transparent;
	
}

#mainfortransparentheader
{
    position:relative;
    float:center; 
    width:100%;
	margin:0 auto;
	background:transparent;
	
}


#wrapper
{
    float:left; 
    width:100%; 
    background:transparent;
}

#content
{

    float:left;
    width:1000px;
	padding-left:15px;
	padding-right:15px;
    margin-top:45px;
    top:-20px; 
	margin-bottom:0px;
/*    min-height:315px;*/
    height:auto !important; /* IE 6 min-height fix */
    display:inline-block;
    position:relative;
    
}

#content-online
{

    float:left;
    width:930px;
    margin:35px; 
	margin-bottom:0px;
    height:0px;
    height:auto !important; /* IE 6 min-height fix */
}



#maincontent
{
	width:710px;
	display:inline-block;
	position:relative;
	float:left;
	margin:5px;
	margin-bottom:0px;
	margin-top:14px;
    padding-bottom:10px;


}

#landingcontent
{
	width:710px;
	display:inline-block;
	position:relative;
	float:left;
	margin:5px;
	margin-bottom:0px;
	margin-top:14px;
    padding-bottom:10px;


}

#articlecontent
{
	width:620px;
	display:inline-block;
	position:relative;
	float:left;
	margin:5px;
	margin-bottom:0px;
	margin-top:14px;
    padding-bottom:10px;
    margin-left:130px;
    


}

.indentcontent{
	margin-left:0px;
	line-height:1.5;
	
}

.indentcontent p:first-of-type:first-letter{
	float: left; color: #0d6dca; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: "Palatino Linotype"; 
}



#maincontentwithimg
{
	width:710px;
	display:inline-block;
	position:relative;
	float:left;
	margin:5px;
	margin-bottom:35px;
	top:15px;

}


#maincontentsymposium
{
	width:580px;
	display:inline-block;
	position:relative;
	float:left;
	margin:5px;
	margin-bottom:0px;
	margin-top:7px;
}

#socialbar
{
    width:195px;
    float:right;  
	margin-top:5px;
	position:relative;
	display:inline-block;
	font-size: 13px;
	line-height:1.5;
	color: #222222;
	top:-19px;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	max-height:800px;
	padding-left:15px;


}

#right-column-1
{
    width:295px; 
	position:relative;
	display:inline-block;
	top:-10px;
    float:left; 
    text-align: left;
    padding-right:15px;
    border-right:1px solid #CCC;
    


}

#right-column-2
{
    width:525px; 
	position:relative;
	display:inline-block;
	top:0px;
	padding-left:15px;
    float:left; 
    text-align: left;

    


}


#left-column
{
    width:435px; 
	position:relative;
	display:inline-block;
	top:-10px;
	padding-right:15px;
	padding-left:5px;
    float:left;  
    text-align: left;
    border-right:1px solid #CCC;

}



#right-sidebar-online
{
    width:210px;
    float:right;  
	margin:5px;
	position:relative;
	display:inline-block;
	font-size: 12px;
	line-height:1.3;
	color: #222222;
	top:10px;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	padding-bottom:15px;
}

#right-sidebar-symposium
{
    width:300px;
    float:right;  
	margin:5px;
	position:relative;
	font-size: 12px;
	line-height:1.3;
	color: #222222;
	top:-19px;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
}


/*#right-sidebar-sub
{
    width:270px;
    float:right;  
	margin:5px;
	position:relative;
	font-size: 14px;
	line-height:1.5;
	color: #222222;
	top:-40px
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	padding:10px
}*/


#right-sidebar-nav
{
    width:210px;
    float:right;  
	position:relative;
	line-height:1.5;
	margin-top:10px;
	background: rgba(255,255,255,0.5);
	padding:10px

}

#right-sidebar-onlineparent
{
    width:270px;
    float:right;  
	margin:5px;
	position:relative;
	line-height:1.5;
	margin-top:-175px;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	background: rgba(81,164,245,0.3);
	padding:10px

}



#right-sidebar-print
{
    width:190px;
    float:right;  
    margin:5px;
	margin-top:10px;
	position:relative;
	display:inline-block;
	font-size: 13px;
	line-height:1.5;
	top:0px;
	padding-bottom:20px;
	margin-left:20px;

/*	padding:20px;
	background-color: rgba(119,188,252,0.15);
	margin-left:20px;
	border-radius:10px;*/

}



.right-sidebar-printart
{
    width:270px;
    float:right;  
    margin:5px;
	margin-top:250px;
	position:relative;
	font-size: 13px;
	line-height:1.5;
	top:0px;
	padding-bottom:20px;

/*	padding:20px;
	background-color: rgba(119,188,252,0.15);
	margin-left:20px;
	border-radius:10px;*/

}

.articleheader
{
	width:1000px;
	padding-bottom:14px;
	border-bottom: #aaa 1px solid;
}

.topmenudropdown{position:center; text-align:left;}

.img-shadow
{
   position: relative;
   float: left;
   width:100%;
}

.img-shadow::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		box-shadow: inset 0px 11px 20px -10px rgba(0,0,0,.6),
        inset 0px -11px 20px -10px rgba(0,0,0,.6); 
		-moz-box-shadow: inset 0px 11px 20px -10px rgba(0,0,0,.6),
        inset 0px -11px 20px -10px rgba(0,0,0,.6); 
		-webkit-box-shadow: inset 0px 11px 20px -10px rgba(0,0,0,.6),
        inset 0px -11px 20px -10px rgba(0,0,0,.6); 
	   } 

/*======================
    Symposium
========================*/

.symposiumcontainer
{
    margin:0 auto; /* Centers the div */
    width:1000px; /*This is the width of your website */
    text-align:center; 
    background: #fff;
    display:inline-block;
    position:relative;
    
}

#symposiumtickets
{
    width:500px; 
	position:relative;
	display:inline-block;
    float:left;  
    text-align: center;
/*	background:#9c9;*/
}

#studenttickets
{
    width:500px; 
	position:relative;
	display:inline-block;
    float:right;  
    text-align: center;
/*	background:#c9c;*/
}

#clecredit
{
	clear:both;
/*	background:#cc9;*/
	
}

#biospics
{
    width:330px; 
	position:relative;
	display:inline-block;
    float:left;  
    text-align: left;
/*	background:#9c9;	*/
}

#biostext
{
    width:650px; 
	position:relative;
	display:inline-block;
    float:right;  
    text-align: left;
/*	background:#c9c;	*/
}
#biosclear
{
	clear:both;
/*	background:#cc9;	*/
}

/*======================
    FOOTER
========================*/

.footercontainer{
	background:#f3f3f3;
	width:100%;
	
}
#footer
{
	display: inline-block;
	position:relative;
	background:url(../images/footerlinetr.png) no-repeat 50% 0; 
	background-size: 1000px 187px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/footerlinetr.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/footerlinetr.png', sizingMethod='scale')"; 

/*	background-image: -webkit-gradient(linear, left top, left bottom, from(#3f3e3e), to(#004281));
	  background-image: -webkit-linear-gradient(top, #3f3e3e, #2c2b2b);
	  background-image:    -moz-linear-gradient(top, #3f3e3e, #2c2b2b);
	  background-image:      -o-linear-gradient(top, #3f3e3e, #2c2b2b);
	  background-image:         linear-gradient(to bottom, #3f3e3e, #2c2b2b);*/
    float:center; 
    width:1000px;
    height:187px; 
	top:0px;
	
}
#footermargin{display:inline-block; width:1000px; margin:0px; position:relative; top:20px; margin-bottom:15px;}



#column1
{
    width:200px; 
	margin:0px;
    float:left; 
    margin-top:0px;
    text-align: left;
    margin-left:-10px;
}

#column2
{
    width:180px; 
    float:left;  
    margin-top:0px;
    text-align: left;

}



#column2-1
{
    width:200px; 
    float:left; 
    text-align: left;

}



#column2-2
{
    width:200px; 
	margin:5px;
    float:left; 
    text-align: left;
 
}


#column3
{
    width:400px; 
    float:right;  
    margin-top:0px;
    margin-right: 10px;

}

#column3-1
{
    width:200px; 
    float:right;  
    text-align: right;
}

#column3-2
{
    width:100px; 
    float:right;  
    text-align: right;

}



.content
{
	width:100%;
	float:left;
	line-height:2;
	font-size:12px;
	font-family:Helvetica, Sans-Serif;
	color: #ddd;
	padding:10px;
}



.copyright
{
	font-size:12px;
	position:relative;
	font-family: 'ProximaNova', Helvetica, Sans-Serif;
	color: #222;
	text-align:center;
	padding-bottom:20px;
	width:100%;
	background:#f3f3f3;



}

.copyright a
{
	font-size:12px;
	position:relative;
	font-family: 'ProximaNova', Helvetica, Sans-Serif;
	color: #222;
	text-align:center;
	width:100%;
	text-transform: uppercase;




}

#footer a{
	font-size: 12px;
	text-transform:uppercase;
	line-height:2;
	color: #222;
	font-family: 'ProximaNova', Helvetica, Arial, Sans-serif;
	font-weight:normal;
}


#footerleft{

	height:20px;
	position:relative;
	left:0px;
	float:left;
	background:#f3f3f3;
	width:100%;

}

hr
{
	display: block; height: 1px;
	border: 0; border-top: 1px solid #b1b1b1;
	margin: 2px 0; padding: -10px;
	margin-bottom: 1em;
}



#fullwidth{
	    float:left;
	    width:1000px;
	}






.debateindent {
	padding-bottom:10px;
	padding-left:16px;
	margin-right:-220px;
	display:inline-block;
	position:relative;
}

.debateindentleft {
	padding-bottom:10px;
	padding-right:8px;
	display:inline-block;
	position:relative;
}

.debateindentright {
	padding-bottom:10px;
	padding-left:8px;
	display:inline-block;
	position:relative;
}

.articleresponses{
	background-color:#f5f5f5;
	padding-top:10px;
	padding-left:15px;
	padding-bottom:15px;
	padding-right:15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}






/*ONLINE LANDING PAGE*/

#landing-online-content
{
	width:250px;
	height:200px;
	position:relative;
	display: inline-block;
}

.online-debate
{
	width:250px;
	height:200px;
	background:url(../images/online-debate.jpg) no-repeat; 
	background-size: 250px 200px;
	position:relative;
	opacity:0.6;
	filter: alpha(opacity=50);
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	
}

.online-debate a
{
	color:#fff;
	font-size:32px;
	font-family:ProximaNova;
	font-weight:bold;
	text-transform: uppercase;
}


.online-debate:hover
{
	opacity:1;
	filter: alpha(opacity=100);
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
}

.online-responses
{
	width:250px;
	height:200px;
	background:url(../images/online-responses.jpg) no-repeat 50% 0; 
	background-size: 250px 200px;
	position:relative;
	left:-7px;
	opacity:0.6;
	filter: alpha(opacity=50);
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	
}

.online-responses a
{
	color:#fff;
	font-size:32px;
	font-family:ProximaNova;
	font-weight:bold;
	text-transform: uppercase;
}


.online-responses:hover
{
	opacity:1;
	filter: alpha(opacity=100);
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
}

.online-essays
{
	width:250px;
	height:200px;
	background:url(../images/online-essays.jpg) no-repeat 50% 0; 
	background-size: 250px 200px;
	position:relative;
	left:-14px;
	opacity:0.6;
	filter: alpha(opacity=50);
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	
}

.online-essays a
{
	color:#fff;
	font-size:32px;
	font-family:ProximaNova;
	font-weight:bold;
	text-transform: uppercase;
}


.online-essays:hover
{
	opacity:1;
	filter: alpha(opacity=100);
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
}


.online-notes
{
	width:250px;
	height:200px;
	background:url(../images/online-notes.jpg) no-repeat 50% 0; 
	background-size: 250px 200px;
	display:inline-block;
	position:absolute;
	left:750px;
	bottom:200px;
	opacity:0.6;
	filter: alpha(opacity=50);
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	
}

.online-notes a
{
	color:#fff;
	font-size:32px;
	font-family:ProximaNova;
	font-weight:bold;
	text-transform: uppercase;
}


.online-notes:hover
{
	opacity:1;
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
}




#online-landing
{
	display: inline-block;
	position:relative;
    float:left;
    width:1000px;
    height:200px;
    background-color: #77bcfc;
    font-family: ProximaNova;
    font-size: 32px;
    color:#fff;
    margin-top:0px;
    top:25px;
    left:-35px;
	text-transform: uppercase;
	font-weight: bold;
}


#online-landing a
{

    font-family: ProximaNova;
    font-size: 32px;
    color:#fff;
	text-transform: uppercase;
	font-weight: bold;
}




/* SYMPOSISUM */

.symposiumnav{
	background-color:rgba(37,37,37,0.8);
	width:105px;
	height:295px;
	position:fixed;
	font-family: 'ProximaNova';
	font-weight: lighter;
	font-size:13px;
	color:#fff;
	padding: 5px;
	text-align:left;
	z-index:99999;
	border-right: 3px solid #79bdff;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	opacity:0.5;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	margin-top:40px;
}

.symposiumnav a{
	font-family: 'ProximaNova';
	font-weight: lighter;
	font-size:14px;
	color:#fff;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:3px;
	text-align:right;
}

.symposiumnav:hover{
	opacity:1;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}


.registration{
	background:url(../symposium/registration.png) no-repeat;
	background-size: 1000px 625px;
	width:1000px;
	height:625px;
	min-height:500px;
	position:relative;
	padding-top:110px;
	padding-left:39px;
	padding-bottom:15px;
	font-family: 'ProximaNova';
	font-weight: lighter;
	font-size:14px;
}

.registration p{
	width:480px;
	font-family: 'ProximaNova';
	font-weight: lighter;
	color:#222;
	font-size:14px;
	position:relative;	
}

.registration h6{
	width:920px;
	font-family: 'ProximaNova';
	font-weight: lighter;
	color:#222;
	font-size:14px;
	position:relative;	
	line-height:1.5;
}

.registration h5{
	width:920px;
	font-family: 'ProximaNova';
	color:#222;
	font-size:14px;
	position:relative;
	line-height:1.5;	
}

.registration a{
	width:480px;
	font-family: 'ProximaNova';
	color:#444;
	font-size:14px;
	position:relative;	
}

.registerbutton{
	position:relative;
	margin-top:-605px;
	margin-left:670px;
}

.downloadbutton{
	position:relative;
	top:600px;
	left:40px;
	z-index:99999;
}

.schedule{height:1545px;width:1000px;position:relative; /*margin-top:350px;*/}

.registrationform{padding:40px;}




.go-top {
	position: fixed;
	bottom: 2em;
	left: 3em;
	text-decoration: none;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 12px;
	padding: 1em;
	display: none;
	font-family:ProximaNova;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.7);
	color:#fff;
}




/*ERROR*/



#errorbg
{    
    text-align:left; 
    background: transparent url(../images/404background.jpg) no-repeat;
    z-index:99999;
    background-color: #000;
    
    
}

#errorcontent
{
	width:660px;
	display:inline-block;;
	position:relative;
	float:left;
	margin:5px;
	margin-bottom:150px;
	margin-top:0px;
	top:50px;
	left:250px;
	background: transparent;
	padding:35px;
	
}

.errorheader{
	
	font-family:ProximaNovaCondensedLight;
	font-size:40px;
	color:#fff;
	
}

.errorbody{
	
	font-family:"Palatino Linotype";
	font-size:20px;
	line-height:30px;
	color:#fff;
	
}

.errorheader h1{
	
	font-family:'ProximaNova';
	font-size:70px;
	line-height:70px;
	color:#fff;
	text-transform: uppercase;
	
}

.errorheader p{
	
	font-family:'ProximaNova';
	font-size:22px;
	line-height:50px;
	color:#fff;
	text-transform: uppercase;
	
}

.errorbody p{
	
	font-family:'ProximaNova';
	font-weight: lighter;
	font-size:20px;
	line-height:30px;

	color:#fff;
	
}


.belowbgcontainer
{
    display:inline-block;
    position:relative;
    margin-left:auto; margin-right:auto; /* Centers the div */
    width:1000px; /*This is the width of your website */
    text-align:left; 
    background: #fff;
    
}

#aboutbg
{    
    text-align:left; 
    background: transparent;
    z-index:99999;
    display:inline;
    
    
}

#aboutcontent
{
	width:650px;
	display:inline-block;;
	position:relative;
	margin:5px;
	margin-bottom:100px;
	margin-top:20px;
	top:50px;
	padding:15px;
	background: transparent;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	

}

.aboutheader{
	
	font-family:ProximaNovaCondensedLight;
	font-size:40px;
	width: 500px;
	display:inline-block;
	position:relative;
	color:#fff;
	background: transparent;
	float:center;
	text-align:center;

	
}

.aboutbody{
	
	font-family:"Palatino Linotype";
	font-size:20px;
	line-height:30px;
	color:#fff;
	background: transparent;
	margin-top:20px;
	
}

.aboutheader h1{
	
	font-family:'ProximaNova';
	font-size:40px;
	line-height:40px;
	color:#fff;
	text-transform: uppercase;
	border: #fff solid 3px;
	padding:10px;
	float:center;
	text-align: center;

	
}

.aboutheader p{
	
	font-family:'Palatino Linotype', 'Book Antiqua', 'Palatino', 'Constantia', Georgia, Serif;
	font-size:20px;
	line-height:50px;
	color:#fff;
	text-transform: uppercase;
	-moz-font-feature-settings:"onum" 1; 
-moz-font-feature-settings:"onum=1"; 
-ms-font-feature-settings:"onum" 1; 
-o-font-feature-settings:"onum" 1; 
-webkit-font-feature-settings:"onum" 1; 
font-feature-settings:"onum" 1;
	
}

.aboutbody h2{
	
	font-family:'Palatino Linotype', 'Book Antiqua', 'Palatino', 'Constantia', Georgia, Serif;
	font-size:20px;
	line-height:1.5;
	color:#fff;
	font-weight:500;
	margin-bottom:0px; 
	margin-top:42px;
	
}


.aboutbody p{
	
	font-family:'Palatino Linotype', 'Book Antiqua', 'Palatino', 'Constantia', Georgia, Serif;
	font-size:18px;
	line-height:1.5;
	color:#fff;
	-moz-font-feature-settings:"onum" 1; 
-moz-font-feature-settings:"onum=1"; 
-ms-font-feature-settings:"onum" 1; 
-o-font-feature-settings:"onum" 1; 
-webkit-font-feature-settings:"onum" 1; 
font-feature-settings:"onum" 1;
	
}

#sharecolumn{
	width:100px;
	height:300px;
	float:left;
	display:inline-block;
	position:relative;
	margin-right:-100px;
	
}

#sharebox{
	
	width:100px;
	height:215px;
	border-bottom: #aaa 1px solid;
	margin-bottom:20px;
	float:left;
	padding-bottom:12px;
	margin-top:20px;
	line-height:2;
	font-size: 16px;
	display:inline-block;



}

.sharebox{
	
	width:100px;
	height:100%;
	display:inline-block;
	position:relative;
	padding-bottom:40px;
	border-bottom: #aaa 1px solid;
	margin-bottom:20px;
	float:left;
	margin-top:20px;
	line-height:2;
	font-size: 16px;


}

.sharestick{
	position:fixed;
	top:100px;
	float:left;
	display:block;
}

.navstick{
	position:fixed;
	display:block;
	top:0;
}

.clear { 
    clear:both; 
}

.titleblock{
	
	width:550px;

	
}

.subtitleblock{
	width:1000px;
	display:inline-block;
	position:relative;
	line-height:1;
	margin-bottom:8px;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom: #aaa 0px solid;
	
}



/*CAROUSEL*/


#carouseloverlay{
	position: absolute;
	width:100%;
	height:100%;
	z-index:2;
	top:0px;
	/*background: rgba(34,34,34,0);
background: -moz-linear-gradient(top, rgba(34,34,34,0) 0%, rgba(34,34,34,0.1) 21%, rgba(34,34,34,0.88) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,34,34,0)), color-stop(21%, rgba(34,34,34,0.1)), color-stop(100%, rgba(34,34,34,0.88)));
background: -webkit-linear-gradient(top, rgba(34,34,34,0) 0%, rgba(34,34,34,0.1) 21%, rgba(34,34,34,0.88) 100%);
background: -o-linear-gradient(top, rgba(34,34,34,0) 0%, rgba(34,34,34,0.1) 21%, rgba(34,34,34,0.88) 100%);
background: -ms-linear-gradient(top, rgba(34,34,34,0) 0%, rgba(34,34,34,0.1) 21%, rgba(34,34,34,0.88) 100%);
background: linear-gradient(to bottom, rgba(34,34,34,0) 0%, rgba(34,34,34,0.1) 21%, rgba(34,34,34,0.88) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#222222', GradientType=0 );*/

background: rgba(34,34,34,0.53);
background: -moz-linear-gradient(top, rgba(34,34,34,0.53) 0%, rgba(34,34,34,0.53) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,34,34,0.53)), color-stop(100%, rgba(34,34,34,0.53)));
background: -webkit-linear-gradient(top, rgba(34,34,34,0.53) 0%, rgba(34,34,34,0.53) 100%);
background: -o-linear-gradient(top, rgba(34,34,34,0.53) 0%, rgba(34,34,34,0.53) 100%);
background: -ms-linear-gradient(top, rgba(34,34,34,0.53) 0%, rgba(34,34,34,0.53) 100%);
background: linear-gradient(to bottom, rgba(34,34,34,0.53) 0%, rgba(34,34,34,0.53) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#222222', GradientType=0 );
	
}



.topnav{
	width:1000px;
	border-bottom: 1px #aaa solid;
	background:#fff;
	margin-left:auto; margin-right:auto; 
	text-align:left;
}



/*SOCIAL*/

.twittericon{
	width:26px;
	height:26px;
	background: url(../images/twitter-def.png) no-repeat;
	background-size: 26px 26px;
	display:inline-block;
	position:relative;
	margin-top:5px;
	margin-bottom:-10px;
	padding-left:3px;
	padding-right:3px;
	margin-right:15px;
	opacity:0.8;
	transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
	
}




.twittericon:hover{

	opacity:1;
	transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;



}

.fbicon{
	width:26px;
	height:26px;
	background: url(../images/fb-def.png) no-repeat;
	background-size: 26px 26px;
	display:inline-block;
	position:relative;
	margin-top:5px;
	margin-bottom:-10px;
	padding-left:3px;
	padding-right:3px;
	opacity:0.8;
	transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.fbicon:hover{

	opacity:1;
	transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;


}

.twittericonwh{
	width:26px;
	height:26px;
	background: url(../images/twitter-wh.png) no-repeat;
	background-size: 26px 26px;
	display:inline-block;
	position:relative;
	margin-top:5px;
	margin-bottom:-10px;
	padding-left:3px;
	padding-right:3px;
	margin-right:15px;
	opacity:0.8;
	transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
	
}


.twittericonwh:hover{

	opacity:1;
	transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;


}

.fbiconwh{
	width:26px;
	height:26px;
	background: url(../images/fb-wh.png) no-repeat;
	background-size: 26px 26px;
	display:inline-block;
	position:relative;
	margin-top:5px;
	margin-bottom:-10px;
	padding-left:3px;
	padding-right:3px;
	opacity:0.8;
	transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.fbiconwh:hover{

	opacity:1;
	transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;

}

.carouseldivider{
	width:80px;
	height:0px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	display:inline-block;
	border-bottom: #fff 1px solid;
	margin-top:8px;
	margin-bottom:8px;
}


#ieshame{
	background: #0d6dca;
	width:100%;
	font-family: "ProximaNova";
	font-size:18px;
	font-weight: bold;
	color:#fff;
	padding:10px;
	text-align:center;
	margin-bottom:10px;
}

#ieshame a{
	color: #fff;
	font-family: "ProximaNova";
	text-decoration: underline;
}
