/* School of the Art Institute of Chicago */
/* Main Style Sheet */
/* by click5 Interactive 2014 */


/* Elements */

html {
	overflow-y: scroll !important;
	background: #f7f7f7 url(../images/bg.jpg) left top repeat-x!important;
}

body {
	margin: 0;
	padding: 0;
	color: #434343;
	font-family: 'Droid Sans', Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	background: transparent  url(../images/bg_top3.png) center 10px no-repeat!important;
	width: 100%;
}

/*** Font Embed ***/
@font-face {
    font-family: 'MeranProSmConBoldItalic';
    src: url('fonts/meranprosmcon-bolditalic-webfont.eot');
    src: url('fonts/meranprosmcon-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/meranprosmcon-bolditalic-webfont.woff') format('woff'),
         url('fonts/meranprosmcon-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/meranprosmcon-bolditalic-webfont.svg#MeranProSmConBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

* {
	margin: 0;
	padding: 0;
	border: 0;
}


/* Body */
#logo{
	display:block;
	width:200px;
	clear:right;
	float: none!important;	
}
#logo a {
    background: url(../images/logo.png) no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 167px;
    text-indent: -9999px;
    width: 155px;
}


#wrap {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	
}

.page-text {
	margin-top: 20px;
}

.col-left {
	float: left;
	width: 615px;
	padding: 0 0 40px 0;
}

.col-right {
	float: right;
	width: 300px;
	color: #fff;
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 17px;
}




/* Phone */

#phone {
	float: right;
	width: 333px;
	height: 100px;
	padding: 20px 0 0 0;
	color: #000000!important;
	font-family: 'MeranProSmConNormal', Arial, sans-serif;
	font-size: 12px;
	font-style:italic;
	line-height: 28px;
	text-align: right;
	font-weight:bold;
	
}
#phone span{
	background-color:#f6dd07;
	padding:3px 10px;	
}
#phone strong {
	display: block;
	color: #000000!important;
	font-size: 40px;
	font-weight: 100;
	line-height: 38px;
	font-style:normal;
}

#linkback {
    float: right;
    width: 100px;
    height: 25px;
    padding: 0px 14px 0 0;
    color: #000000!important;
    font-family: 'MeranProSmConNormal', Arial, sans-serif;
    font-size: 13px;
    
    line-height: 25px;
    text-align: right;
    font-weight: bold;
    margin-top: 100px;
    background-color: #fff;
    
}


#linkback a {
    color: #333;
    text-decoration: none;
}

#linkback a:hover {
    color: #ee4aa9;
    text-decoration: none;
}


/* Hero */

#hero {
	width: 647px;
	height: 100px;
	margin-top: 270px;	
}

#hero h1{
	display: block;
	float: left;
	margin-left: -20px;
	padding: 15px 30px 14px 30px;
	color: #000;
	font-size: 38px;
	background-color: #f6dd07;
	font-family: "MeranProSmConBoldItalic", Arial, sans-serif;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,.35);
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,.35);
}


/* Content */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 12px 0 14px 0;
	color: #404040;
	font-family: 'Droid Sans', Arial, Verdana, sans-serif;
	font-weight: 400;
}

h1 { padding: 18px 0 28px 0; font-size: 27px; line-height: 33px; }
h2 { padding: 50px 0 25px 0; font-size: 23px; line-height: 30px; }
h3 { padding: 5px 0 10px 0; font-size: 21px; line-height: 27px; }
h4 { padding: 12px 0 23px 0; font-size: 18px; line-height: 24px; }
h5 { padding: 10px 0 23px 0; font-size: 15px; line-height: 21px; }
h6 { padding: 8px 0 23px 0; font-size: 12px; line-height: 18px; }

hr {
	height: 1px;
	margin: 10px 0 0 0;
	background: #e4e4e4;
}

p {
	margin: 0;
	padding: 0 0 23px 0;
	text-align: left;
}

a {
	color: #ee4aa9;
	text-decoration: underline;
}

a:hover {
	color: #0E5270;
	text-decoration: none;
}

a:active, a:focus {
	outline: none;
}

strong {
	color: #3f3f3f;
}

small {
	margin: 0;
	color: #f1f1f1;
	font-size: 12px;
	line-height: 16px;
}

ul {
	margin: 0;
	padding: 4px 40px 12px 75px;
	list-style-type: disc;
	list-style-image: none;
}

ul ul {
	padding: 10px 16px 0 40px;
	list-style-type: circle;
}

ol {
	margin: 0;
	padding: 4px 40px 12px 65px;
}

ol ol {
	padding: 10px 25px 0 40px;
}

li {
	padding: 0 0 6px 0;
}


/* Form */

#col-right-form {
	clear: both;
	width: 300px;
	background: rgba(55, 55, 55, 0.95);
	border-bottom: 1px solid #78473b;
	margin-top:40px;
	float:right;
}

#col-right-form h1 {
	margin: 0;
	padding: 35px 10px 0;
	color: #f1f1f1;
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	font-weight:100;
	font-family: "MeranProSmConBold", Arial, sans-serif;
}

#col-right-form h2 {
	margin: 0;
	padding: 0 10px 14px 10px;
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	font-family: "MeranProSmConNormal", Arial, sans-serif;
}

#col-right-form form {
	width: 232px;
	margin: 0 auto 20px auto;
	padding: 18px 0 0px 0;
	
}

#col-right-form input {
	width: 216px;
	margin: 0 0 10px 0;
	padding: 8px 10px;
	color: #acaeae;
	font-family: 'Droid sans', Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
	background:none;
	border: 1px solid #a0a0a0;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
#col-right-form input.small{
	width: 100px;
float: left;
margin-right: 10px;
}
#col-right-form input.small_last{
	margin-left:4px;
}
#col-right-form input.error { border: 1px solid #ee353f; }

#col-right-form a#b-submit {
display: block;
padding: 6px 18px;
color: #000;
font-size: 18px;
background-color: #f6dd07;
-webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,.35);
box-shadow: 3px 3px 5px 0 rgba(0,0,0,.35);
margin: 0px auto 20px;
width: 90px;
text-align: center;
font-family: "MeranProSmConBoldItalic";
}

#col-right-link {
	clear: both;
	width: 300px;
	background: rgba(55, 55, 55, 0.95);
	border-bottom: 0px solid #78473b;
	margin-top:40px;
	float:right;
}

#col-right-link h1 {
	margin: 0;
	padding: 25px 10px 25px;
	color: #f1f1f1;
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	font-weight:100;
	font-family: "MeranProSmConBold", Arial, sans-serif;
}

#col-right-link h2 {
	margin: 0;
	padding: 0 10px 14px 10px;
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	font-family: "MeranProSmConNormal", Arial, sans-serif;
}

.vimeo {
background: #e7e7e7;
padding: 30px;
}

.video-hold {
width: 49%;
float: left;
margin-right: 1%;
}

.video-hold:nth-child(even) {
width: 49%;
float: right;
margin-right: 0;
}

.video-hold a {
	text-decoration: none;
}

.video-hold a:hover {
	color:#000;
}


/* Sidebar */

.col-right h3 {
	margin: 0;
	padding: 34px 30px 20px 30px;
	color: #fff;
	font-family: 'Droid Sans', Arial, Verdana, sans-serif;
	font-size: 25px;
	font-style: italic;
	font-weight: 400;
	line-height: 34px;
}

.col-right p {
	padding: 0 0 16px 0;
}

.col-right a {
	color: #fff;
	text-decoration: none;
}

.col-right a:hover {
	color: #e7a525;
	text-decoration: none;
}

.col-right ul {
	padding: 0 30px 35px 30px;
	list-style-type: none;
}

.col-right li {

}

.gform_wrapper .sem .top_label .gfield_label {
margin: 2px 0 4px 0;
font-weight: bold;
display: -moz-inline-stack;
display: inline-block;
line-height: 1.3em;
clear: both;
}

.form-half {
	width: 50%;
	float: left;
}

.gform_wrapper .sem ul li.gfield {
 clear:none;
}

#col-right-form .sem input {
width: 95%;
margin: 0 0 5px 0;
padding: 8px 10px;
color: #acaeae;
font-family: 'Droid sans', Arial, Verdana, sans-serif;
font-size: 13px;
font-weight: 400;
line-height: 21px;
background: none;
border: 1px solid #a0a0a0;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 2px;
}

#col-right-form .sem .form-half input {
	width: 90%;
}

.gform_wrapper .sem .gfield_required {
color: #aaa;
margin-left: 4px;
}

.gform_wrapper .sem .top_label select.medium {
width: 90%;
margin-top: 0px;
}

#col-right-form .sem input.button {
background: #f6dd07;
border: none;
border-radius: 0;
color: #333;
font-family: "MeranProSmConBoldItalic";
font-size: 18px;
box-shadow: 0px 2px 5px rgba(0,0,0,.8);
}

.gform_confirmation_message {
padding: 20px;
margin: 10px;
font-family: "Droid Sans";
border: 1px solid #666;
background: none;
}

.video-hold img {
width: 100%;
height: auto;
}

@media only screen and (max-width: 768px) {
#linkback {
    float: none;
    width: 100%;
    height: 45px;
    padding: 10px 14px 10px 0;
    color: #000000!important;
    font-family: 'MeranProSmConNormal', Arial, sans-serif;
    font-size: 15px;
    line-height: 25px;
    text-align: right;
    font-weight: bold;
    margin-top: 0px;
    background-color: #fff;
    text-align: center;
}
}

@media only screen and (max-width: 479px) {
	.col-right #col-right-photos .photo-box {
		padding: 0 30px;
	}
	.col-right #col-right-photos { 
		width:100%;
		padding:30px 0;
	}
	.col-right #col-right-photos .photo-box {
	padding: 30px 30px 20px!important;
	}
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
.col-right #col-right-photos .photo-box {
padding: 40px 120px !important;
}
}

.col-right #col-right-photos { 
	background: none repeat scroll 0 0 #E7E7E7;
	float:right;
	width:300px;
	padding:30px 0;
	text-align:center;
	margin-top:20px;
	margin-bottom: 15px;
	font-family: "Droid Sans", sans-serif;
}

.col-right #col-right-photos .photo-box {
	padding:0 30px;
	overflow: hidden;
}

.photo-box img {
	max-width: 100%;
	height: auto;
}

.col-right .photo-box a {
	color: #ee4aa9;
	text-decoration: underline;
}

.col-right #col-right-photos img { border:none;}

.col-right #col-right-photos #photo-prev {
	float: left;
	display: block;
	width: 12px;
	height: 200px;
	margin: 0 10px;
	text-indent: -9999px;
    background: transparent url(../images/arrows.png) left center no-repeat;
}

.col-right #col-right-photos #photo-next {
	float: right;
	display: block;
	width: 12px;
	height: 200px;
	margin: 0 10px;
	text-indent: -9999px;
    background: transparent url(../images/arrows.png) right center no-repeat;
}

.col-right #col-right-docs {
	background: #420f05;
	border-top: 1px solid #78473b;
	border-bottom: 1px solid #78473b;
}

.col-right .photo-box .event {
	background: #fff;
	color: #333;
	text-align: left;
	padding: 15px;
	font-family: "Droid Sans", sans-serif;
}


.col-right .photo-box .event h3 {
	color: #333;
	padding: 0;
	font-style: normal;
	padding-bottom: 10px;
	font-size: 19px;
	line-height: 1.2;
}

.sidebar-item + .sidebar-item {
	margin-top: 30px;
}


/* Toolbox */

.aleft { text-align: left; }
.acenter { text-align: center; }
.aright { text-align: right; }

.fleft { float: left; }
.fright { float: right; }

.cboth { clear: both; }
.cleft { clear: left; }
.cright { clear: right; }


/* Video */

#video{
	background-color:#e7e7e7;
	padding:35px 28px 23px 28px;
	float:left;
}
#video .item{
	float:left;
	width:267px;
	border-bottom:1px solid #cfcfcf;	
}
#video .item a.play{
	background:url(../images/ik_play.png) no-repeat left;
	color:#404040;
	text-decoration:none;
	padding:10px 0 8px 25px;
	float:left;
}	

#video .item_last{	
	margin-left:20px;	
}


/* Footer */

#footer-wrap {
	clear: both;
    background: #0c0c0c url(../images/bg_footer.jpg) left top repeat-x;
	width:100%;
}

#footer {
    width: 960px;
    margin: 0 auto;
    padding: 32px 0 5px 0;
    font-size: 14px;
	font-family: 'Droid Sans', Arial, Verdana, sans-serif;
    line-height: 21px;
	color:#f7f7f7;
	background: none;
}

#footer p {
    margin: 40px 0;
    padding: 0;
    color: #f7f7f7;
	line-height:21px;
}
#footer p span{
	background-color:#f6dd07;
	color:#000;
	font-style:italic;
	font-weight:bold; 
	padding:2px 8px;
	margin-bottom:15px;
	display:block;	
}
#footer p.fright span{
	text-align:right;
	display:block;
	float:right;
	margin-bottom:30px;
}
#footer p span.phone{
	text-align:right;
	font-style:normal;
	font-weight:normal;
	font-size:20px;
	background:none;
	color:#fff;
	padding:0;
	margin:0;
	font-family: "MeranProSmConBold", Arial, sans-serif;
}
#footer a {
	color: #858585;
	text-decoration: none;
}

.deadline {
	font-family: "MeranProSmConBold", Arial, sans-serif;
	font-size: 18px;
}

#footer a:hover {
	color: #898989;
	text-decoration: underline;
}
.f_bottom{
	border-top:1px solid #2e2e2e;
}
#footer .f_bottom p{
	font-size:12px;
	color:#858585;
	margin:0;
	padding:10px 0	;
}

#form-scrollto a {

display: block;
background: #444;
position: fixed;
bottom: 0;
width: 100%;
padding: 20px 10px;
text-align: center;
font-family: "MeranProSmConBold", Arial, sans-serif;
text-decoration: none;
color: #fff;
font-size: 18px;
}

blockquote {
padding-left: 10px;
border-left: 4px solid #ddd;
font-style: italic;
}

blockquote p {
padding-bottom: 0;}


