/*########################################################################################

	NOTES:
	
	CSS SELECTORS - ID's: While it is not neccesary to put a tag before and id e.g.
	div#specialDiv it makes editing stylesheets on alot easier, it will also prevent
	any different tags with the same id from having each others styles applied.


########################################################################################*/

/* START RATING STYLE, THIS SHOULD BE LEFT ALONE!*/
@import url("display/star_rating.css");

/* Imported Fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@font-face {
    font-family: Bebas Neue;
    src: url(../fonts/BebasNeue.otf);
}

@font-face {
    font-family: fontawesome;
    src: url(../fonts/FontAwesome.otf);
}

/*##########################
		Hidden Elements
##########################*/

.hide, .URLHack, .MnuVers, .rssCont1, .rssItem , span.href_sep, div#PageShortCuts, .FooterEmail, .HiddenLabel, .DisplayAs, #lblPREFER, #PREFER {
    display: none !important;
}

*, *:focus {
    outline: none !important;
}

/*##########################
		BODY
##########################*/

body.mainbody {
    background: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "Open Sans";
    background-color: #fff;
    color: #000;
    font-size: 0.9rem;
    overflow-x: hidden;
    width: 100% !important;
}

em {
    font-style: normal;
}

/*##########################
	HEADER CONTAINER
##########################*/

div#header_container {
    border-top: 58px solid #fdb813;
    background: url(../images/hero-image-01.jpg) bottom center no-repeat;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 470px;
}

/*##########################
	SUBHEADER CONTAINER
##########################*/

/*##########################
	PAGE HEADING
##########################*/

h1 {
    color: #fdb813;
    text-transform: uppercase;
    font-size: 3.2rem;
    font-family: "Bebas Neue";
    text-align: center;
    margin: 0 0 20px;
    font-weight: normal;
    border-bottom: 2px solid;
    display: inline-block;
}

/*##########################
	FOOTER CONTAINER
##########################*/




/*##########################
		FORMS
##########################*/


/*##########################
		HELP FILE
##########################*/



/*##########################
	MAIN MENU LIST
##########################*/

#MainMenu span {
    display: none;
}

li#MainMenu {
    position: absolute;
    top: -444px;
    left: 305px;
    width: 60%;
}

#MainMenu ul {
    border-bottom: 0 !important;
}

#MainMenu ul li {
    float: left;
    margin: 0 5% 0 0;
}

#MainMenu ul li a {
    letter-spacing: .03333rem;
    font-family: "Bebas Neue";
    position: relative;
    transition: color .3s;
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
}

@media only screen and (max-width: 600px)  {
	#MainMenu ul li a {
		font-size: 1rem !important;
	}

}

span.MainMenuHeading {
	display: none;
}

ul#MainMenuList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#MainMenuList li {
    /* padding: 0 0 19px 0; */
}

ul#MainMenuList ul {
    border-bottom: 2px solid #d9d9d9;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
}

ul#MainMenuList a {
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	color: #000;
	text-decoration: none;
	font-weight: 800;
	position: relative;
}

ul#MainMenuList li ul li:hover, ul#MainMenuList a:hover {
	color: #fdb813;
}

li#FarRightMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

li#FarRightMenu ul li {
    padding: 20px 0 23px;
    border-bottom: 2px solid #d9d9d9;
}

li#MemberServices span {
    display: none;
}

li#DiscoverMenu ul li {
    width: 82%;
    margin: auto;
}

li#DiscoverMenu ul li a {
    font-weight: 400;
    font-size: 1.06667rem;
    padding: 0 0 9px 0;
    display: block;
}

li#DiscoverMenu a::before {
    content: "\f054";
    font-family: 'fontawesome';
    position: absolute;
    left: -15px;
    top: 6px;
    font-size: 10px;
    font-weight: normal;
}

li#DiscoverMenu span {font-size: 1.06667rem;font-weight: 600;display: block;margin: 0;padding: 20px 0 23px;}

li#DiscoverMenu ul li em {
    font-weight: 800;
	font-style: normal;
}

/*##########################
	BOOK STORES
##########################*/




/*##########################
	BREAD CRUMBS
##########################*/

div#BreadCrumbs {position: absolute;bottom: 0;padding: 4px 0 10px;font-size: .86667rem;color: #fff;text-align: center;left: 0;display: block;margin: 0 0 0 13px;}

a.aBreadCrumb {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

a.aBredCrumb:hover {
	color: #ffb409;
}

/*##########################
	NAV LINKS
##########################*/

.HitButton, .DisplayBtns, .next, .previous {
    display: inline-block;
    background-color: #fdb813 !important;
    color: #000;
    padding: 19px 26px 21px;
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none !important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 0;
}

.HitButton:hover, .DisplayBtns:hover,  .next:hover, .previous:hover {
	color: #fff;
	background: #000 !important;
	cursor: pointer;
}


/*##########################
	Subheader
##########################*/


/*##########################
	JOURNAL SEARCH FORM
	Specific sytles in the journal search form
##########################*/
	


/*##########################
	RSS FEEDS
##########################*/



/*##########################
	PORTAL SEARCH
##########################*/


/*##########################
	tagSearch
##########################*/

input#SearchTag {
    /* height: 49px; */
    border: 0;
    border-bottom: 2px solid #000;
    padding: 0;
    font-weight: 600;
    /* letter-spacing: .02rem; */
    background: transparent;
    font-size: 20px;
    color: #000;
    border-radius: 0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    z-index: 10000;
    width: 186px;
}

#btnTagSearchSubmit2 {
	width: auto;
}


/*##########################
	SEARCH INDEX TERM
	Specific sytles in the search index term
##########################*/


/*###################################
		SEARCH TERM CLOUDS		
###################################*/

span.CloudHeading {
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 800;
    margin: 0 0 5% 0;
    font-size: 1.06667rem;
}

.SearchTermCloud {
    overflow: hidden;
    height: 180px;
    text-align: justify;
}

.CloudContainer a {
	background: #fdb813;
	text-decoration: none;
	color: #000;
	text-transform: lowercase;
	display: inline-block;
	padding: 9px 19px 9px 19px !important;
	margin: 0 25px 25px 0;
	font-weight: 800;
}

.CloudContainer a:hover {
	background: #000;
	color: #fff;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media only screen and (max-width: 700px)  {
	.CloudContainer {
		Display: none;
	}
}

/*##########################
	RESULT TABLES
##########################*/

div#TheButtons input {
    margin: 0 5px 10px 0;
}

/*##########################
	FACETS: Last Changed 9/07/08
##########################*/



/*##########################
	LOADING IMAGE
##########################*/

#wait_image {
    display: none;
    position: absolute;
    left: 50%;
    top: 194px;
    background: #fff;
    border-radius: 10px;
}




li#DiscoverMenu {
    border-bottom: 2px solid #d9d9d9;
    padding:  0 0 19px 0;
}

li#MemberServices a {
    font-size: 1.06667rem;
    font-weight: 600;
    display: block;
    margin: 0;
    padding: 20px 0 23px;
}

li#MemberServices {
    border-bottom: 2px solid #d9d9d9;
}

.CloudContainer {
    margin: 50px 0 0 0;
}

/*******
iPhone
*******/

@media only screen and (max-width: 320px)  {
	#MainMenu ul li a {
		font-size: 0.8rem !important;
	}

	div#page_title a {
		top: 82px !important	
	}

	div#right_column {
		margin: 0;
	}


}