﻿body {
	color: #000 !important;
}
h1 {
	font-size: 18px !important;
	line-height: 21px !important;
}
h2 {
	 font-size: 13px !important;
    line-height: 17px;
    margin: 15px 0 5px !important;
    padding: 0;
    text-align: left;
    font-weight: bold !important;
}
li {
	margin-bottom: 5px;
}
#DeltaPlaceHolderPageTitleInTitleArea {
	font-size: 18px !important;
    font-style: normal;
    font-weight: normal;
    line-height: 21px;
    padding: 15px 0 0;
    text-align: left; 
}
#jobHeading {
    font-size: 13px;
    line-height: 17px;
    margin: 15px 0 5px;
    padding: 0;
    text-align: left;
    font-weight: bold;	
}
.page-title {
	margin-bottom: 0;
}
.content-main {
	font-size: 12px;
	line-height: 17px;
}
.ms-accentText, 
.ms-srch-ellipsis,
.ms-ref-refinername:link {
	font-size: 12px;
	line-height: 17px;

}
.ms-ref-refinername:link {
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	font-weight: bold;
}
.ms-ref-name {
	color: #000;
}
.listings_by_date {
	float: left;
}
.ms-srch-item-body {
	display: block;
}
.cell-margin {
	vertical-align: top;
}
/* Canadian Toggle */
.canada-apprenticeship {
	display: none;
}
body.canada .canada-apprenticeship {
	display:block;
}
body.canada .us-apprenticeship {
	display:none;
}


/*service provider*/
#search_fields .ms-ref-refinername:link,
#search_fields .ms-srch-sbLarge > input {
	font-style:italic;
	font-weight: normal;
}
#service_provider {
	background: #cf7618;
	padding: 10px 15px;
	color: #FFF;
}
#service_provider p {
	margin: 0;
}
#list_company {
	color: #FFF;
	border: 2px solid #cc7816;
	border-radius: 10px;
	background-image: -ms-linear-gradient(top, #E1A164 0%, #C97117 100%);
	background-image: -moz-linear-gradient(top, #E1A164 0%, #C97117 100%);
	background-image: -o-linear-gradient(top, #E1A164 0%, #C97117 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E1A164), color-stop(1, #C97117));
	background-image: -webkit-linear-gradient(top, #E1A164 0%, #C97117 100%);
	background-image: linear-gradient(to bottom, #E1A164 0%, #C97117 100%);
}

/* hack to hide second instance of "Store" in left nav (SMG 7-2016) */
.side-nav li.selected a[href*="/bookstore/Pages/default.aspx"] { display:none; }