body {
	background: #F5F2F0;
}

a:link,a:focus, a:visited, a:hover {
	text-decoration: none;
}
a:link,a:focus, a:visited {
	color: #C4C4C4;
}
a:hover {
	color: #459CC6;
}

img, h1, h1 img {
	margin: 0;
	padding: 0;
}

h1 {
	color: #8A9298;
    font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 26px;
}

h4 {
	color: #8A9298;
    font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
}

p.section-label {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 0;
	color: #459CC6;
}

p {
	color: #8A9298;
    font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-left: 7%;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 22px;
}

.content p {
	width: 65%;
}

.content_about {
    -moz-box-sizing: border-box;
    margin: 0 auto;
    max-width: 980px;
    padding: 0 30px;
	position: relative;
    margin: 0;
    padding: 0;
}

.content_about img {
	outline: none;
	border: none;
}

.content_about {
    height: 100%;
	margin-top: 40px;
}

.content_about p {
	width: 75%;
}

p.quotes {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 24px;
	line-height: 30px;
	width: 80%;
	margin-bottom: 10px;
}

p.informational {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align:center;
	font-size:12px;
}


#opening {border-bottom: solid 1px #C4C4C4; width:87%; margin: 20px auto 20px auto; padding: 20px 0; overflow: hidden}	
.overview {width: 55%; float: left}
.team-role {width: 40%; float: right;}

.overview p {width: 100%; margin: 0; padding-left: 10px;}
.team-role p {width: 100%; margin: 0; padding-right: 10px;}

ul li {
	list-style-type: none;
}

div#main {
    background-color: #FFFFFF;
	
	-moz-box-shadow: 0 0 10px #CCCCCC;
	-webkit-box-shadow: 0 0 10px #CCCCCC;
	box-shadow: 0 0 10px #CCCCCC;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#CCCCCC')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#CCCCCC');
	
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    position: relative;
    width: 100%;
	min-width: 320px;
}



#main {
    margin-bottom: -155px;
}





#topbar {
	position: relative;
	max-width: 960px;
	min-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.content {
    height: 100%;
	margin-top: 40px;
}

#main-nav {
	height: 100px;
	margin-bottom: 40px;
}

img.logo, div.logo {
	position: relative;
	-webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -ms-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

img.logo:hover, div.logo:hover {
	opacity: .75;
}

.content {
    -moz-box-sizing: border-box;
    margin: 0 auto;
    max-width: 980px;
    padding: 0 30px;
	position: relative;
    margin: 0;
    padding: 0;
}

.content img {
	outline: none;
	border: none;
}

body {
    color: #8A9298;
    font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
	margin: 0;
	padding: 0;
}


/*logo*/

#logo-container {
	position: relative;
	margin-top: 60px;
	margin-left: 55px;
	float: left;
	display: block;
	z-index: 2;
}

/*nav*/
ul#menubar {
	display: inline;
	position: relative;
	width: 210px;
	float: right;
	margin-right: 55px;
	padding-top: 70px;
}

a#events {
	color: #a55ac3;
}

a#events:hover {
	color: #5b1d74;
}

/*@media (min-width: 481px) {
  ul#menubar { width: 210px; float: right; margin-right: 55px; padding-top: 70px; }
}

@media (max-width: 480px) {
  ul#menubar { width: 100%; float: none; margin-left: auto; margin-right: auto; padding: 0 10px; }
}*/


ul#menubar li {
	display: inline;
	list-style: none;
	margin-left: 15px;
	padding: 0;
	float: left;
	
	font-size: 12px;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

/*text*/
.text {
	clear: both;
    display: table;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 65px;
	line-height: 24px;
}


/*images*/
.images {
	clear: both;
    display: table;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.hero-image {
	clear: both;
    display: table;
	margin-bottom: 10px;
	margin-left: auto;
	width: 100%;
	margin-right: auto;
}

.full-width {
	top: 0;
	bottom: 0;
}

.full-width img {
	width: 100%;
	max-width: 850px;
	height: auto;
	position: relative;
	top: 0;
	display: block;
	float: left;
}

.twothird-width {
	top: 0;
	bottom: 0;
}

.twothird-width img {
	width: 75%;
	max-width: 850px;
	height: auto;
	position: relative;
	top: 0;
	display: block;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.five-images {
	top: 0;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
}

.five-images img {
	max-width: 125px;
	margin: 1.2%;
	opacity: 1;
	
	webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.five-images img:hover {
	opacity: 0.5;
}

/*two images*/
.half-images {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	max-width: 850px;
}

.half-width {
	/*width: 49.501695%;*/
	width: 49.4%;
	max-width: 850px;
	height: auto;
	position: relative;
	top: 0;
	display: block;
	float: left;
	margin-left: 1.2%;
}

.first img{
	margin: 0;
}

/*three images*/


.third-width {
	/*width: 49.501695%;*/
	width: 32.66%;
	max-width: 850px;
	height: auto;
	position: relative;
	top: 0;
	display: block;
	float: left;
	margin-left: 1%;
}

img.first{
	margin: 0;
}


/*footer*/

#footer {
	margin-top: 80px;
	min-height: 150px;
	max-width: 980px;
	font-size: 14px;
	line-height: 24px;
	background: #F0F9FF;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	overflow: auto;
}

#footer p {
	text-align: center;
	margin: 0;
	font-size: 12px;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px 0 0 0;
}

#footer ul li {
	display: block;
}

.footer-left a, .footer-right a {
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
	color: #C4C4C4;
}

.footer-left a:hover, .footer-right a:hover {
	pink color: #459CC6;
}


.footer-projects-left {
	list-style: none;
	text-align: right;
	padding-right: 15px;
	margin-top: 10px;
	margin-bottom: 25px;
}

.footer-projects-right {
	list-style: none;
	text-align: left;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 25px;
}


.footer-list-projects {
	font-weight: bold;
	text-transform: uppercase;
	color: #459CC6;
}

.footer-left {
	display: block;
	float: left;
	width: 50%;
	padding-top: 0;
}

.footer-right {
	display: block;
	float: left;
	width: 50%;
}

#social {
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: center;
	background: #FFFFFF;
	border-top: solid 1px #F2F2F2;
	height: 50px;
	
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.15);
	box-shadow: 0 0 4px rgba(0,0,0,0.15);

	
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#AAAAAA')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#AAAAAA');
	
}

#social img {
	max-width: 50px;
	margin: 0 1%;
	
	webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

#social img:hover {
	opacity: .75;
}

#copyright {
	background-color: #3B3B3B;
	border-top: solid 1px #FFFFFF;
	margin: auto;
	text-align: center;
	font-size: 12px;
	padding: 15px 0;
}

/*Projects*/

.white {
	background: #FFFFFF;
	/*border-bottom: solid 10px #FFFFFF;*/
	padding: 20px 0;
}

.gray {
	background: #F2F2F2;
	margin: 10px auto;
	/*border-bottom: solid 10px #FFFFFF;*/
	padding: 10px 0;
}

.gray img {
	max-width: auto;
	height: auto;
	position: relative;
	top: 0;
	display: block;
	float: left;
}



/****/

div#projects {
  position: relative;
}

.menu {
    background: #FFFFFF;
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
    display: none;
    position: absolute;
    left: 0;
	z-index: 1;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.25);
	box-shadow: 0 0 2px rgba(0,0,0,0.25);
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color='#AAAAAA')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color='#AAAAAA');
	
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}



div#projects:hover .menu {
    display: block;
}

ul#menubar li a {
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#projects-menu {
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    font-family: arial,sans-serif;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.p-avatars,
.p-navitems,
.p-brgr,
.p-yolo,
.p-adopted,
.p-ferris,
.p-aau,
.p-180,
.p-hairinfographic {
    display: block;
    float: left;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    letter-spacing: .1em;
    text-decoration: none;
    padding: 10px 15px;
    width: 150px;
}

.first-project {
	padding-top: 15px;
}

.last-project {
	padding-bottom: 15px;
}

/*Menu Arrow*/
.arrow-up, .arrow-upborder {
	display: none;
}

div#projects:hover .arrow-up, div#projects:hover .arrow-upborder {
    display: block;
}

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-bottom: 10px solid #FFFFFF;
	margin-left: -10px;
	margin-top: 2px;
	position: relative;
	float: left;
	z-index: 5;
	
}

.arrow-upborder {
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	
	border-bottom: 12px solid #EFEFEF;
	z-index: 4;
	
}

.addthis_default_style .addthis_separator, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m, .addthis_default_style .at300bs {
	float: none !important;
}

p.paragraph {
	font-size: 14px;
	line-height: 22px;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

p.subheadline {
	font-size: 20px;
	line-height: 26px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	max-width: 500px;
}

.aauvideo {
	width: 850px;
	height: 450px;
}

a:link img {
	-webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -ms-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  -webkit-transform: translateZ(0);

}

a:hover img {
	opacity: .75;
}

.text-block {
	max-width: none;
    width: 52%;
	margin-left: 7%;
	margin-top: 25%;
	position: absolute;
    text-align: left;
	z-index: 2;
}

.text-overlay {
	display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}