@charset "UTF-8";

/*
 CSS for IDEA GRAD SHOW WEBSITE LANDING PAGE
 Built by Chesnut St. Pixel Foundry - cspixelfoundry.com
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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;
}

div {
	box-sizing: content-box;
}

/* LAYOUT */

body {
	background: #fff;
	margin: 0 0 77px;
}

#container {
	width: 1280px;
	height: 855px;
	background: #fff;
	margin: 30px auto 0;
	overflow: hidden;
}

#container.wesawyou {
	height: 2223px;
}

#container div, #container ul {
	overflow: hidden;
}

nav {
	float: left;
	width: 254px;
	height: 855px;
}

#wrapper {
	float: right;
	width: 1026px;
	height: 855px;
	background: #2c2c2d;
	position: relative;
}

#wrapper.wesawyou {
	height: 2223px;
}

/* Grid Sizing & Positioning */

.oneXone, .oneXtwo, .oneXthree, .oneXfour, .twoXtwo, .twoXone, .fourXfour {
	display: inline-block;
}

.oneXone {
	width: 171px;
	height: 171px;
}

.oneXtwo {
	width: 171px;
	height: 342px;
}

.oneXfour {
	width: 684px;
	height: 171px;
}

.twoXtwo {
	width: 342px;
	height: 342px;
}

.twoXone {
	width: 342px;
	height: 171px;
}

.twoXthree {
	width: 342px;
	height: 513px;
}

.threeXone {
	width: 513px;
	height: 171px;
}

.fourXfour {
	width: 684px;
	height: 684px;
}

.fourXfive {
	width: 684px;
	height: 855px;
}

.col1, .col2, .col3, .col4, .col5, .col6 {
	position: absolute;
}

.col1 {
	left: 0px;
}

.col2 {
	left: 171px;	
}

.col3 {
	left: 342px;
}

.col4 {
	left: 513px;
}

.col5 {
	left: 684px;
}

.col6 {
	left: 855px;
}

.row1 {
	top: 0px;
}

.row2 {
	top: 171px;	
}

.row3 {
	top: 342px;
}

.row4 {
	top: 513px;
}

.row5 {
	top: 684px;
}

.row6 {
	top: 855px;
}

.row7 {
	top: 1026px;
}

.row8 {
	top: 1197px;
}

.row9 {
	top: 1368px;
}

.row10 {
	top: 1539px;
}

.row11 {
	top: 1710px;
}

.row12 {
	top: 1881px;
}

.row13 {
	top: 2052px;
}

.yellow {
	background: #fff6a4;
}

.pink {
	background: #ff4488;
}

.black {
	background: #2c2c2d;
}

.blue {
	background: #00637f;
}

.white {
	background: #fff;
}

.lt-grey {
	background: #e7e5e6;
}

.md-grey {
	background: #c4c4bf;
}

.dk-grey {
	background: #85867d;
}

.lt-blue {
	background: #86a6b8;
}

.dk-blue {
	background: #00213b;
}

/* Sliding Footer */

#footer-container {
	height: 39px;
	width: 100%;
	background: #ff4488;
	position: fixed;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 999;
}

#footer, #classlist {
	width: 1280px;
	margin: 0 auto;
}

#listtoggle {
	width: 486px;
	height: 17px;
	float: left;
	text-align: left;
	margin-left: 72px;
	padding: 13px 0 9px 39px;
	color: #fff;
	font-family: BrandonGrotesque-Black, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	line-height: 17px;
	text-decoration: none;
}

.slideup {
	background: url('../images/arrow-up.png') no-repeat 0px 12px;
}

.slidedown {
	background: url('../images/arrow-down.png') no-repeat 0px 12px;
}

.blacktext {
	color: #2c2c2d;
}

#collegelogos {
	width: 647px;
	float: right;
	text-align: right;
	padding: 6px 0;
	/*margin-right: 36px;*/
}

.column {
	width: 142px;
	float: left;
}

#classlist {
	width: 1208px;
	overflow: hidden;
	padding: 35px 0 0 72px;
	color: #fff;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#classlist a {
	color: inherit;
	text-decoration: none;
}

#classlist a:hover {
	color: #fff6a4;
}

/* Homepage Sketch & portrait blocks */

#sketch01 {
	background: #fff url('../images/homesketch-01.jpg') no-repeat;
}

#sketch02 {
	background: #fff url('../images/homesketch-02.jpg') no-repeat;
}

#sketch03 {
	background: #fff url('../images/homesketch-03.jpg') no-repeat;
}

#sketch04 {
	background: #fff url('../images/homesketch-04.jpg') no-repeat;
}

#sketch05 {
	background: #fff url('../images/homesketch-05.jpg') no-repeat;
}

#briggs, #whitley, #gauthier {
	display: block;
	width: 171px;
	height: 171px;
	background: no-repeat left top;
}

#briggs {
	background-image: url('../images/hopefuls/briggsadam.jpg');
}

#whitley {
	background-image: url('../images/hopefuls/whitleymariko.jpg');
}

#gauthier {
	background-image: url('../images/hopefuls/gauthierjake.jpg');
}

/* NAVIGATION - LAYOUT */

.navigation {
	width: 171px;
	height: 513px;
	margin: 210px 0 0 83px;
}

.navigation li a {
	display: block;
	background: #fff;
	color: #868686;
	padding: 38px 0px 32px 27px;
	width: 144px;
	height: 15px;
}

.navigation li.second a {
	height: 16px;
}

.navigation li a:hover, .navigation li a.active {
	background: #fff6a4;
}

/* NAVIGATION - TYPOGRAPHY */

.navigation li a {
	font-size: 15px;
	line-height: 15px;
	font-family: BrandonGrotesque-Black, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* DEFAULT TYPOGRAPHY */

p, h1, h2, h3, h4, h5, h6 {
	color: #fff;
}

h1 {
	font-family: BrandonGrotesque-Black, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 30px;
	line-height: 42px;
}

h2 {
	font-family: BrandonGrotesque-Black, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
	line-height: 27px;	
}

h3 {
	font-family: BrandonGrotesque-Black, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	line-height: 31px;
}

h1, h2, h3 {
	font-weight: 500;
}

p {
	font-family: "Source Sans Pro", Arial, san-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: normal;
	font-weight: 600;
	text-transform: none;
}

/* SPECIAL TYPOGRAPHY */

.headerbox {
	padding: 15px 0;
	border-top: 4px solid #fff;
}

.twoXtwo .headerbox {
	margin: 65px 40px;
	width: 262px;
}

#invitetext {
	padding: 35px 20px;
	color: #fff;
}

#invitetext p {
	font-family: BrandonGrotesque-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-weight: 500;
}

.linkbox, .hopeful {
	display: block;
	height: 171px;
	width: 171px;
	background-position: top left;
	text-indent: -9999px;
}

.linkbox:hover {
	background-position: top right;
}

#link-twitter {
	background-image: url('../images/link-twitter.jpg');
}

#link-facebook {
	background-image: url('../images/link-facebook.jpg');
}

/* HOPEFULS PAGE */

.hopeful:hover, .hopeful:active {
	background-position: top right;
}

#hopeful-bardal {
	background-image: url('../images/hopefuls/bardallaurisha.jpg');
}

#hopeful-briggs {
	background-image: url('../images/hopefuls/briggsadam.jpg');
}

#hopeful-campbell {
	background-image: url('../images/hopefuls/campbellkira.jpg');
}

#hopeful-chambers {
	background-image: url('../images/hopefuls/chambersallison.jpg');
}

#hopeful-dedinsky {
	background-image: url('../images/hopefuls/dedinskychris.jpg');
}

#hopeful-gauthier {
	background-image: url('../images/hopefuls/gauthierjake.jpg');
}

#hopeful-gervais {
	background-image: url('../images/hopefuls/gervaisjaime.jpg');
}

#hopeful-gordeyeva {
	background-image: url('../images/hopefuls/gordeyevaalexandra.jpg');
}

#hopeful-jia {
	background-image: url('../images/hopefuls/jiacarolyn.jpg');
}

#hopeful-joy {
	background-image: url('../images/hopefuls/joybecky.jpg');
}

#hopeful-lee {
	background-image: url('../images/hopefuls/leesoobin.jpg');
}

#hopeful-lynch {
	background-image: url('../images/hopefuls/lynchmegan.jpg');
}

#hopeful-marte {
	background-image: url('../images/hopefuls/martejessica.jpg');
}

#hopeful-mcmillan {
	background-image: url('../images/hopefuls/mcmillanlia.jpg');
}

#hopeful-mortimer {
	background-image: url('../images/hopefuls/mortimersara.jpg');
}

#hopeful-neufeld {
	background-image: url('../images/hopefuls/neufeldcaitlyn.jpg');
}

#hopeful-segur {
	background-image: url('../images/hopefuls/segurcamille.jpg');
}

#hopeful-shubaly {
	background-image: url('../images/hopefuls/shubalynatasha.jpg');
}

#hopeful-slaughter {
	background-image: url('../images/hopefuls/slaughterhenry.jpg');
}

#hopeful-swan {
	background-image: url('../images/hopefuls/swancheryl.jpg');
}

#hopeful-tench {
	background-image: url('../images/hopefuls/tenchalex.jpg');
}

#hopeful-tuff {
	background-image: url('../images/hopefuls/tuffmadison.jpg');
}

#hopeful-whitley {
	background-image: url('../images/hopefuls/whitleymariko.jpg');
}

#hopeful-young {
	background-image: url('../images/hopefuls/youngalexis.jpg');
}

/* INDIVIDUALS */

#studentinfo {
	width: 272px;
	height: 272px;
	padding: 35px;
	color: #494944;
}

#studentinfo h2, #studentinfo h3, #studentinfo p, #studentinfo .turns {
	color: #494944;
}

#studentinfo h2 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 3px;
}

#studentinfo h3 {
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 0;
}

#studentinfo p {
	font-family: BrandonGrotesque-Regular, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #494944;
}

#studentinfo a {
	color: inherit;
	text-decoration: none;
}

#studentinfo a:hover {
	text-decoration: underline;
}

#studentinfo .turns {
	font-family: "Source Sans Pro", Arial, san-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: normal;
	font-weight: 600;
	text-transform: none;
	margin-bottom: 20px;
	color: #494944;
}

.studentnav h3 {
	width: 100px;
	margin: 0 auto;
	text-align: center;
}

.studentnav a {
	display: block;
	height: 111px;
	width: 171px;
	padding-top: 60px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-indent: -10000px;
	background: none;
}

.studentnav a:hover {
	text-indent: 0px;
}

#prev-p {
	background: url("../images/prev-p.jpg") no-repeat;
}


#next-p {
	background: url("../images/next-p.jpg") no-repeat;
	
}

#prev-y {
	background: url("../images/prev-y.jpg") no-repeat;
}


#next-y {
	background: url("../images/next-y.jpg") no-repeat;
	
}

#prev-b {
	background: url("../images/prev-b.jpg") no-repeat;
}


#next-b {
	background: url("../images/next-b.jpg") no-repeat;
	
}

#prev-p:hover, #next-p:hover, #prev-y:hover, #next-y:hover, #prev-b:hover, #next-b:hover {
	background: #2c2c2d;
}

.carousel .flex-caption {
	height: 146px;
	width: 659px;
	padding: 25px 0px 0px 25px;
	color: #fff;
	background: #85867d;
}

.carousel .slides li {
	width: 684px;
	height: 855px;
}

#studentwork {
	z-index: 20;
}

/* ABOUT PAGE */

#about-side, #ny-side, #thankyou-side {
	width: 272px;
	height: 443px;
	padding: 35px;
}

#about-side p, #programdesc p, #ny-side p, #thankyou-side p, .namescroll p {
	/*font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-transform: none;
	letter-spacing: 1px;*/
	margin-bottom: 20px;	
}

#about-side p {
	color: #00637f;
}

#programdesc p {
	color: #fff;
	margin-bottom: 6px;
}

#ny-side p {
	color: #fff6a4;
}

#programdesc h3 {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 0;
}

#about-side a, #programdesc a, #thankyou-side a {
	color: inherit;
}

#programdesc {
	padding: 25px;
	width: 463px;
	height: 121px;
}

#mydreamdate {
	background: url('../images/mydreamdate.jpg') no-repeat top left;
}

#aboutlink {
	background: url('../images/ideatheintimatedetails.jpg') no-repeat top left;
}

#mydreamdate:hover, #aboutlink:hover {
	background-position: top right;
}

/* THANK YOU/SPONSORS PAGE */

#thankyou-side h2 a {
	color: #fff;
	text-decoration: none;
}

#thankyou-side h2 a:hover {
	color: #fff6a7;
}

#nameslist {
	display:block;
	overflow:hidden;
	width: 684px;
	height: 855px;
}

.namescroll {
	margin: 50px;
	text-align: center;
	width: 584px;
	height: 5690px !important;
	padding: 100px 0px !important;
}

.namescroll p {
	color: #2c2c2d;
}

.namescroll p strong {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: BrandonGrotesque-Black;
	font-weight: 500;
}

.logorama {
	text-align: center;
	padding: 50px 10px;
}

.logorama img {
	vertical-align: middle;
}

/* WE SAW YOUs */

.connect {
	display: table-cell;
	vertical-align: top;
	width: 151px;
	height: 131px;
	padding: 30px 10px 10px;
	text-decoration: none;
}

.yellow .connect {
	color: #303031;
}

.yellow .connect:hover {
	color: #e24585;
}

.blue .connect, .pink .connect {
	color: #fff;
}

.blue .connect:hover, .pink .connect:hover {
	color: #fff6a7;
}

.connect h3, .connect p {
	color: inherit;
}

.connect h3 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
}

.connect p {
	font-family: BrandonGrotesque-Bold;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 14px;
	font-weight: 500;
}

.connect p strong {
	font-family: BrandonGrotesque-Black;
	font-weight: 500;
}

.connection {
	padding: 50px;
	width: 413px;
	height: 413px;
	position: relative;
	margin: 0 auto;
	display: none;
}

#colorbox .connection { display: block; }

.connection.yellow {
	color: #303031;
}

.connection.pink, .connection.blue {
	color: #fff;
}

.connection h2, .connection h3, .connection p, .connection a {
	color: inherit;
}

.connection h3 {
	line-height: 20px;
	margin-bottom: 20px;
}

.connection p {
	line-height: 20px;
}

.share {
	position: absolute;
	width: 413px;
	height: 70px;
	bottom: 50px;
	left: 50px;
}

.share p {
}

.share a {
	text-decoration: none;
}

.share a:hover {
	text-decoration: underline;
}

.likelink {
	height: 12px;
	padding-left: 18px;
	background: url('../images/likeheart-grey.png') no-repeat 0px 5px;
}

.likelink:hover {
	background-image: url('../images/likeheart-pink.png');
}

.likelink-yellow {
	height: 12px;
	padding-left: 18px;
	background: url('../images/likeheart-white.png') no-repeat 0px 5px;
}

.likelink-yellow:hover {
	background-image: url('../images/likeheart-yellow.png');
}

.bold {
	font-family: BrandonGrotesque-Medium;
	font-weight: 500;
}

.allcaps {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.pinktype {
	color: #e24585;
}

.yellowtype {
	color: #fff6a4;
}

/* Tell people using IE 6 & 7 that they suck */

.browsererror {
  padding: 10px;
  border: 1px solid #dd0000;
  background: #fffde4;
}

.browsererror p {
  color: #000;
  margin-bottom: 0px;
}