/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/


/* remove header top padding  */
.qcol-padding { padding: 30px 60px; }

/* custom CSS */
.qsection {
	position: relative;
	margin: 40px 0;
	/*padding: 15px 0;
	background-color: #444;*/
	overflow: hidden;
}

/* Emphasis title modified
-----------------------------------------------------------------*/
.qemphasis {
	margin: 10px 0;
}

.qemphasis h2 {
	font-weight: 400;
	text-transform: none;
	color: #444;
	font-size: 25px;
	margin: 0;
}

.qemphasis h4 {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}
.team-title h5 {
	margin-bottom: 0;
}

.team-image {
	min-height: 270px;
}

.qcreditsH {
	text-align: center;
	margin-bottom: 0;
}

.qcreditsP {
	text-align: center;
	text-transform: uppercase;
}

.piconlist li {
	margin-bottom: 10px;
}

.participantsH h4 {
	font-size: 12px;
	margin: 3px 0 0 0;
}

.participantsH p {
	font-size: 11px;
	margin-bottom: 5px;
}

.participantsSM {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 0px solid #ffffff;
	border-radius: 4px;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}
.participantsSM > img,
.participantsSM a > img {
	margin-left: auto;
	margin-right: auto;
}

.q-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
	border: 0px solid #ffffff;
	/* margin-right: 10px;*/
	text-align: center;
}

.qline {
	clear: both;
	position: relative;
	width: 100%;
	margin: 10px 0;
	border-top: 1px solid #CCC;
}

.qevent p {
	margin-bottom: 5px;
}

.qevent span {
	font-weight: 400;
	color: #607D8B;
	font-size: 1.2em;
	font-family: 'Raleway', sans-serif;
}

.qevent {
	padding: 10px;
	background-color: #F9F9F9;
	border-bottom: 3px solid #EEE;
	margin-bottom: 10px;
}

.qevent h3 {
	margin-bottom: 0;
	font-size: 1.5em;
}

.qevent a {
	color: #607D8B;
}

.eventitem {
	min-height: 180px;
	vertical-align: middle;
}

.pastEvent {
	padding: 10px;
	background-color: #F9F9F9;
	border-bottom: 3px solid #EEE;
	margin-bottom: 10px;
}

.pastEvent p {
	font-size: 12px;
	margin-bottom: 5px;
}

.qlist li {
	margin: 5px 25px;
}
.qfooter-logo {
	display: block;
	margin-bottom: 2px;
}
.qfooter img{
	margin: 0 5px;
}
.qstoreRights {
	font-size: 14px !important;
	text-align: center;
}
.paraNarrow {
	padding: 0 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.paraNarrow p {
	margin-bottom: 15px;
}
.tightpara p { /* used on education page */
	margin-bottom: 20px;
}
.eduList dl, dt, dd, ol, ul, li {
	margin: 0 15px;
	padding: 5px;
}
