/*
* @author: Chad
*/

/* .breadcrumb {
	display: none;
} */

.hero.tertiary section.intro .content
{
	display: none;
}

#submit-case-study-content div.intro {
	margin-bottom: 20px;

}

#submit-case-study-content div.intro p {
	margin: 0 0 10px 0;
}

#form-case-study h3 {
	font-size: 14px;
	margin-bottom: 5px;
}
#form-case-study .upload-imgs h3 {
	margin-bottom: 0;
}

section.form #form-case-studyfieldset {
	width: 100%;
}

section.form .custom-select {
	width: 110px;
}

section.form #form-case-study> section.project-details {
	border-top: none;
	padding: 0 0 20px 0;
}

section.form .your-info > h2,
section.form .upload-imgs > h2,
section.form .project-details > h2 {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

section.form .upload-imgs .row-2 h3 em {
	font-weight: 400;
}

.project-details p.question {
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	font-family: "nimbus-sans", "Helvetica Neue", Helvetica, Arial;
}

section.form .upload-imgs > .row > .col-2 {
	margin-top: 26px;
}

section.form .upload-imgs .col {
	margin-right: 15px;
}

section.generic {
	float:left; clear:left;
	width:190px;
}

section.generic h3 {
	margin-bottom: 15px;
}

section.generic ul {
	list-style: disc outside none;
	padding: 0 0 0 15px;
}

section.generic li {
	color: #5e5e5e;
	margin-bottom: 10px;
}

section.generic ul.addr-info h4 {
	font-size: 13px;
	font-weight: 700;
}

section.generic  p {
	color: #5e5e5e;
	margin: 0;
}
section.form fieldset label.error
{   
    display:block;
	margin:0 0 5px 0;
	font-family:"nimbus-sans", "Helvetica Neue", Helvetica, Arial; font-size:15px; font-weight:400;
    color: red;
	font-style: italic;	
}
section.form fieldset.opt-in label.error {
    position: absolute;
}
section.form label.error
{   
    display:block;
	margin:0 0 5px 0;
	font-family:"nimbus-sans", "Helvetica Neue", Helvetica, Arial; font-size:15px; font-weight:400;
    color: red;
	font-style: italic;	
}
/* Regular Desktop */

@media only screen and (min-width:1024px) {

	
}

/* Tablet Portrait */

@media only screen and (min-width:768px) and (max-width:1023px) {

	section.generic
	{
		width:160px;
	}

	section.form .custom-select {
		width: 100px;
	}

}

/* Mobile Portrait & Landscape */

@media only screen and (max-width:767px) {

	.template-2 #main > .row-2 > .col-1 {
		margin: 0; 
		border-bottom: none;
	}

	.template-2 #main > .row-2 > .col-1 nav.side,
	.template-2 #main > .row-2 > .col-2 > h2 {
		display: none;
	}

	section.generic {
		float:none;
		width:auto;
	}

	.hero.tertiary section.intro h3 {
		width: auto;
	}

	section.form .user-info fieldset, 
	section.form .inquiry-details fieldset {
		width: auto;
	}

	section.form .custom-select,
	section.form .upload-imgs .col {
		width: 100%;
	}

}
