@CHARSET "ISO-8859-1";
/* RESET CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}
a,p,span,label,h1,li,div,td{
	  word-wrap: break-word;
}
body {
	
}
/* html {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input:focus {
	outline: none;
}
select{
	padding-right:0px\9!important;
 }

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 rgb( 109, 110, 113);
}
select::-ms-expand {
    display: none;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
	padding-right: 0px;
}
/*END OF RESET CSS */
html, body, .content-subject {
	height: 100%;
}
img{
	font-size: 10px;
}
a, a:hover, a:link, a:visited, a:active {
	text-decoration: none;
	outline: none;
}
a{
	-webkit-touch-callout: none;
	
}

html {
	-ms-overflow-style: scrollbar;
}
input[type='file']{
background-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: none;
-o-transition: none;
transition: none;

}
.no-text-decor{
        text-decoration: none!important;
        color: #884488!important;
}


/* HEADER */
::-webkit-input-placeholder {
	color: #6D6e71;
}

::-moz-placeholder { /* Firefox 18- */
	color: #6D6e71;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #6D6e71;
}

.header {
	height: 117px;
	border-bottom: 1px solid rgb(148, 150, 153);
	padding: 0px;
}

.oxford-logo {
	float: left;
	margin-top: 1px;
	width: 168px;
	border-right: 1px solid rgb(188, 190, 192);
	padding-right: 10px;
}

input:focus::-webkit-input-placeholder {
	opacity: 0;
	filter: Alpha(Opacity = 00);
}

.oup-logo-container {
	height: 71px;
	padding-top: 10px;
	margin-left: 10px;
	font-family: arial;
}

.oxford-logo-div {
	margin: 0 auto;
	width: 275px;
}

.india-text {
	float: left;
	font-size: 43px;
	color: #002e5e;
	font-family: Trebuchet MS;
	padding: 0px 0px 0px 10px;
}

.header-button-options-container {
	height: 31px;
	display: block;
}

.header-button-options {
	padding-left: 2.5px;
	padding-right: 2.5px;
}

.header-button-div {
	cursor: pointer;
	background-color: #e5e6e8;
	border-bottom: 1px solid #c7cbcc;
	text-align: center;
	height: 26px;
	line-height: 26px;
}

.header-button-img {
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	height: 80%;
}

.header-button-label {
	font-size: 13px;
	font-weight: bold;
	margin: 0 auto;
	color: rgb(35, 39, 95);
	cursor: pointer;
}

.search-unit-container {
	float: left;
	width: 100%;
}

.search-button-gap {
	width: 100%;
	height: 5px;
	background-color: #e5e6e8;
	z-index: 5;
	position: relative;
	top: -1px;
	display: none;
}

.search-open-container {
	background-color: #e5e6e8;
	height: 66px;
	z-index: 5;
	position: relative;
	top: -1px;
	display: none;
}

.search-open-input-container, .search-open-icon-container {
	display: inline-block;
}

.search-open-input-container {
	width: 80%;
	text-align: center;
	padding-left: 10px;
}

.search-open-input {
	width: 100%;
	border: 1px solid #A7AAAD;
	font-size: 12px;
	color: rgb(109, 110, 113);
	padding-top: 12.5px;
	padding-top: 11px\9; /* IE8 and below */
	padding-bottom: 12.5px;
	padding-bottom: 16px\9; /* IE8 and below */
	padding-left: 10px;
}

.search-open-input:focus {
	outline: none;
}

.search-open-icon-container {
	width: 18%;
	text-align: center;
	margin-top: 10px;
	background-color: transparent;
	border: none;
	padding: 0;
outline: none;
}
.search-desktop-icon-container {
	background-color: transparent;
	border: none;
	margin-top: -2px;
	padding-left: 0px;
	padding-right: 4px;
outline: none;
}

.search-icon {
	width: 44px;
	cursor: pointer;
}

.header-line-320 {
	position: absolute;
	top: 100px;
	width: 100%;
	border-top: 1px solid red;
}

.menu-option {
	padding-left: 0px;
}

.account-option {
	padding-right: 0px;
}

.navigation-menu-container, .header-top-links {
	display: none;
}

.adv-srch-text>a:link {
	color: #6D6e71;
	font-size: 13px;
	font-weight: normal;
	margin-right: 3px;
}

.adv-srch-text>a:hover, .adv-srch-text>a:active {
	text-decoration: underline;
	/* color: #BB1122; */
}

.adv-srch-text>a:visited {
	color: #884488;
}
/* HEADER 768 AND ABOVE */
.search-input {
	border: 1px solid #A7AAAD;
	font-size: 12px;
	color: rgb(109, 110, 113);
	padding-left: 10px;
}

.search-desktop-input {
	width: 206px;
	height: 31px;
	line-height: 15px;
	line-height: 29px\9;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
}

.search-desktop-input:focus {
	outline: none;
}

.search-desktop-input:focus::-moz-placeholder {
	opacity: 0;
}

.adv-srch-text {
	vertical-align: middle;
}

.search-desktop-container {
	display: none;
	text-align: right;
	margin-top: 10px;
	height: 32px;
}

/* HEADER TOP LINKS 768 AND ABOVE*/
.sign-in {
	display: block;
}



.header-top-links {
	font-size: 12px;
	font-family: arial;
	text-align: right;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 8px;
}

.header-top-links-item:link {
	color: #6D6e71;
	padding: 0px 5px 0px 2px;
}

a.header-top-links-item:hover, a.header-top-links-item:active {
	text-decoration: underline;
	/* color: #BB1122; */
}

a.header-top-links-item:visited {
	color: #884488;
}

.header-top-links-seperator {
	font-size: 11px;
	color: #414142;
}

/*HEADER NAVIGATION FOR 768 AND ABOVE*/
.navigation-menu-container {
	padding-top: 5px;
	margin: 0px;
}

.navigation-menu-ul {
		list-style: none;
	margin: 0;
	padding-left: 0px;
	height: 28px;
	display: table;
	position: relative;
	width: 100%;
}

.nav-menu-gap {
	width: 100%;
	height: 8px;
	margin: 0px;
	position: absolute;
	z-index: 21;
	background: #e6e7e8;
	border-left: 1px solid rgb(167, 169, 172);
	border-right: 1px solid rgb(167, 169, 172);
	display: none;
}

.empty-gap {
	height: 0px;
	background: rgb(255, 255, 255);
}

.nav-menu-dropdown {
	position: absolute;
	display: none;
	padding: 0;
	z-index: 20;
	background: #e6e7e8;
	margin: 0px;
	top: 0px;
	font-weight: normal;
	width: 100%;
	left: 0px;
	border-top: none;
}

.list-unstyled {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin-right: 4%;
	margin-top: 20px;
	width: 20%;
}

.nav-menu-heading {
		display: block;
	text-decoration: none;
	margin-bottom: 0px;
	cursor: pointer;
}

.nav-menu-heading a, .nav-menu-heading a:link, .nav-menu-heading a:visited,
	.nav-menu-heading a:active {
	display: block;
	color: #fff;
}

.nav-menu {
		display: table-cell;
	font-weight: bold;
	height: 100%;
	font-family: Trebuchet MS;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	/* float: left; */
	border-right: 1px solid white;
	background-color: rgb(0, 79, 158);
}

.nav-menu:last-child {
	border-right: none;
}

.heading-hover {
	color: #5a5a5d !important;
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjYmVjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2RmZTZlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2RmZTZlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2JlYzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)
		!important;
	background: -moz-linear-gradient(top, #bcbec0 0%, #dfe6ea 10%, #ffffff 49%, #dfe6ea
		90%, #bcbec0 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bcbec0),
		color-stop(10%, #dfe6ea), color-stop(49%, #ffffff),
		color-stop(90%, #dfe6ea), color-stop(100%, #bcbec0)) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bcbec0 0%, #dfe6ea 10%, #ffffff 49%,
		#dfe6ea 90%, #bcbec0 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bcbec0 0%, #dfe6ea 10%, #ffffff 49%, #dfe6ea
		90%, #bcbec0 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bcbec0 0%, #dfe6ea 10%, #ffffff 49%, #dfe6ea
		90%, #bcbec0 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #bcbec0 0%, #dfe6ea 10%, #ffffff 49%, #dfe6ea
		90%, #bcbec0 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbec0',
		endColorstr='#dfe6ea', GradientType=0) !important; /* IE6-8 */
	/*border-left: 1px solid rgb(167, 169, 172) !important;
	border-right: 1px solid rgb(167, 169, 172) !important;*/
}
.heading-hover-a{
color: #5a5a5d !important;	
}
.dropdown-list-item {
	font-family: arial;
	line-height: normal;
	margin-bottom: 10px;
}

.dropdown-list-item>a:link {
	color: #525456;
	font-size: 13px;
	font-weight: 100;
}

.dropdown-view-all:link {
	color: rgb(50, 67, 220) !important;
}

.dropdown-view-all:hover, .dropdown-view-all:active, .dropdown-list-item>a:hover,
	.dropdown-list-item>a:active {
	 color: #BB1122 !important; 
	text-decoration: underline;
}

.dropdown-view-all:visited, .dropdown-list-item>a:visited {
	color: #884488 !important;
}

.dropdown-list-item:first-child {
	color: #002d62;
	font-size: 13px;
}

.dropdown {
	text-align: left;
	border: 1px solid rgb(167, 169, 172);
	padding-bottom: 0px;
	padding-bottom: 15px \9;
}

.li-academic, .li-dictionaries {
	width: 12%;
}

.li-elt {
	width: 25%;
}

.li-gen {
	width: 21%;
}

.li-high-edu, .li-school-edu {
	width: 15%;
}

.clear-fix {
	clear: both;
}

.close-button {
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	right: 10px;
}


.ui-menu .ui-menu-item{
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.autocomplete-see-all{
	display: inline-block;
	border-top: 1px solid rgb(167, 169, 172);
	padding: 10px;
	width: 100%;
}

/* HERO PANEL */
#hero-panel-component {
	display: none;
	float: left;
	width: 100%;
}

.outer-wrapper-hero-panel {
	width: 100%;
	background: rgb(236, 236, 236);
	position: relative;
	margin-top: 20px;
}

.hero-panel {
	height: 100%;
}

.item>a {
	display: block;
	position: relative;
}

div.slide-title {
	position: absolute;
	top: 0;
	left: 20px;
	font-size: 30px;
	font-weight: bold;
	font-family: Trebuchet MS;
	color: rgb(0, 46, 94);
}

.hero-panel-img {
	width: 100%;
}

.custom-navigation-hero-panel {
	position: absolute;
	width: 200px;
	float: right;
	bottom: 16px;
	right: 16px;
}

.custom-navigation-hero-panel a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hero-panel-btn-prev {
	float: left;
}

.hero-panel-btn-next {
	float: right;
}

.btn:active, .btn.active {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.top-margin {
	margin-top: 70px !important;
}
/*HERO PANEL NAVIGATION THEME*/
.hero-panel-theme .owl-controls {
	margin-top: 0px;
	position: absolute !important;
	right: 50px;
	bottom: 12px;
	z-index: 1;
	text-align: center;
}

.hero-panel-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity = 50); /*IE7 fix*/
	opacity: 0.5;
	-moz-opacity: 0.50;
}

.hero-panel-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver */
}

.hero-panel-theme .owl-controls .owl-page span.owl-numbers {
	color: rgb(0, 46, 94);
	height: 30px;
	width: 30px;
	line-height: 30px;
	padding: 0px;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
}

.hero-panel-theme .owl-controls .owl-page span {
	display: block;
	margin: 5px 7px;
	/*background: transparent url(/system/images/white-circle.png);*/
	opacity: 1;
	-moz-opacity: 1.00;
	filter: Alpha(Opacity = 100);
	border: 1px solid white;
}

.hero-panel-theme .owl-controls .owl-page.active span {
	background: transparent url(/system/images/blue-square.png);
	color: #fff;
}

/* RESOURCES FOR */
#resource-for-component {
	padding-top: 20px;
	display: none;
	width: 100%;
	clear: both;
}

.wrapper {
	height: 100%;
	font-family: arial;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}

#resources-for {
	width: 100%;
}

.resources-container {
	width: 100%;
	display: table;
  table-layout: fixed;
  border-spacing: 10px;
	/*padding-left: 10px;
	padding-right: 10px;*/
	padding-bottom: 15px;
	background: rgb(168, 172, 173); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4YWNhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjZWVlZmVmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(168, 172, 173, 1) 0%,
		rgba(238, 239, 239, 1) 5%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(168,
		172, 173, 1)), color-stop(5%, rgba(238, 239, 239, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(168, 172, 173, 1) 0%,
		rgba(238, 239, 239, 1) 5%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(168, 172, 173, 1) 0%,
		rgba(238, 239, 239, 1) 5%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(168, 172, 173, 1) 0%,
		rgba(238, 239, 239, 1) 5%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(168, 172, 173, 1) 0%,
		rgba(238, 239, 239, 1) 5%); /* W3C */
	-pie-background: linear-gradient(rgba(168, 172, 173, 1) 0%,
		rgba(238, 239, 239, 1) 5%) 0 0/50px #0ae;
	border: 1px solid rgb(167, 170, 173);
	behavior: url(/system/css/PIE.htc);
}

.resource-item-ul {
	list-style: none;
	margin: 0;
	padding-left: 0px;
	overflow: hidden;
	display:table-row;
}

.resource-item-li {
	/*width: 19.2%;
	float: left;
	margin-left: 1%*/
	display:table-cell;
background: rgb(238, 239, 239); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI4MiUiIHN0b3AtY29sb3I9IiNlZWVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYThhY2FkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(238, 239, 239, 1) 82%,
		rgba(168, 172, 173, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(82%, rgba(238
		, 239, 239, 1)), color-stop(100%, rgba(168, 172, 173, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238, 239, 239, 1) 82%,
		rgba(168, 172, 173, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238, 239, 239, 1) 82%,
		rgba(168, 172, 173, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(238, 239, 239, 1) 82%,
		rgba(168, 172, 173, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(238, 239, 239, 1) 82%,
		rgba(168, 172, 173, 1) 100%); /* W3C */
	-pie-background: linear-gradient(rgba(238, 239, 239, 1) 82%,
		rgba(168, 172, 173, 1) 100%) 0 0/50px #0ae;
	border-bottom: 1px solid rgb(186, 189, 191);
border-left: 1px solid rgb(186, 189, 191);
border-top: 1px solid rgb(186, 189, 191);
border-right: 1px solid rgb(186, 189, 191);
}

.resource-item-li:first-child {
	margin-left: 0;
}

.resource-img-div {
	/*margin-right: 1px;*/

}

.resource-img {
	width: 100%;
	vertical-align: top;
}

.resource-title {
	height: 44px;
	display: table;
table-layout: fixed;
	width: 100%;
	text-align: center;
	font-size: 13px;
	padding: 2px;
	font-weight: bold;
	
border-top: 1px solid rgb(186, 189, 191);

	width: 100%;
	behavior: url(/system/css/PIE.htc);
}

.resource-title a:link {
	color: rgb(0, 79, 158);
	/*vertical-align: middle;
	display: table-cell;*/
}

.resource-title a:hover, .resource-title a:active {
	color: #BB1122 !important; 
	text-decoration: underline;
}

.resource-title a:visited {
	color: #884488 !important;
}
.resource-title-link{
width:100%;
}
.resource-heading {
	font-size: 14px;
	font-weight: bold;
	color: rgb(65, 64, 66);
	margin: 0px;
	height: 38px;
	line-height: 38px;
}


/*EVENTS*/
.online_digital_conferences_events {
	display: none;
	margin-top: 17px;
	margin-bottom: 20px;
	margin-right: 0px !important;
	margin-top: 17px;
	/*height: 162px;*/
	float: left;
	width: 75%;
}

.events-container {
	background: transparent;
	padding-left: 11px;
display: table-row;
overflow: hidden;
}

.webinar-icon-class {
	padding-left: 10px;
}

.wrapper-events {
	height: 100%;
	font-family: arial;
	margin-left: 0px;
width: 100%;
display: table;
table-layout: fixed;
border-spacing: 10px;
}

.events {
	padding-left: 4.5px !important;
	padding-right: 7.5px !important;
}

.events-content {
	background: white;
}

.event-block {
	width: 49%;
	display: table-cell;
background: rgb(0, 79, 158);
}

.conference-block {
	width: 49%;
	display: table-cell;
background: rgb(0, 79, 158);
}

.conference-img {
	height: 100%;
	width: 100%;
}

.events-title {
	/*height: 36px;*/
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background: rgb(0, 79, 158);
	line-height: 36px;
}

.events-title a:hover, .events-title a:link, .events-title a:visited,
	.events-title a:active {
	color: white;
}

.events-title>p {
	margin: 0px;
}

.online-digital-products-image {
	width: 100%;
}

/* FOLLOW US AND JOIN US*/
#follow-us-join-us {
	width: 100%;
}

.follow-us {
	background-color: rgb(88, 89, 91);
	color: white;
	min-height: 32px;
	line-height: normal;
	
	margin-left: 0;
}


.label-follow-us {
	cursor: pointer;
	font-weight: bold;
	padding-left: 10px;
	padding-top:7px;
	padding-bottom: 7px;
	font-size: 15px;
	width:78%;
	display: inline-block;
}

.follow-parent {
	margin-bottom: 20px;
	margin-left: 0px;
}

.follow-images {
	width: 100%;
	height: 62px;
	margin-left: 0px !important;
	text-align: center;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg5JSIgc3RvcC1jb2xvcj0iI2RmZTZlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2JlYzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #dfe6ea 89%, #bcbec0 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(89%, #dfe6ea), color-stop(100%, #bcbec0));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #dfe6ea 89%, #bcbec0 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #dfe6ea 89%, #bcbec0 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #dfe6ea 89%, #bcbec0 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #dfe6ea 89%, #bcbec0 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#bcbec0', GradientType=0); /* IE6-8 */
}

.newsletter {
	margin-bottom: 20px;
}

.follow-link-icons {
	margin: 0px auto;
	margin-top: 12px;
}

.image-arrow-follow {
	float: right;
	padding-right: 15px;
	padding-top: 5px;
}

.follow-us a:hover, .follow-us a:link, .follow-us a:visited, .follow-us a:active
	{
	color: white;
	display: block;
	/*height: 100%;*/
	min-height: 32px;
}

/* ADVERT */
.simple-advert {
	background-color: rgb(148, 150, 153);
}

.simple-advert img {
	width: 100%;
}

.structured-advert {
	min-height: 175px;
	margin-bottom: 20px;
	border: 1px solid rgb(148, 150, 153);
	text-align: center;
	cursor: pointer;
}

.structured-advert-link:link {
	text-decoration: none;
	color: rgb(50, 67, 220);
}

.structured-advert-link:hover, .structured-advert-link:active {
	color: #BB1122; 
	text-decoration: underline;
}
.structured-advert-img img{
	width: 100%;
}
.structured-advert-link:visited {
	color: #884488;
}

.structured-advert-heading {
	min-height: 32px;
	background-color: rgb(88, 89, 91);
	text-align: left;
	line-height: normal;
	padding-left: 10px;
	padding-top:7px;
	padding-bottom: 7px;
}

.structured-advert-heading span {
	color: white;
	font-weight: bold;
	font-size: 15px;
}

.structured-advert-desc {
	width: 80%;
	margin: 10px auto;
	text-align: left;
	cursor: pointer;
	position: relative;
	padding-bottom: 10px;
overflow: hidden;
}

.structured-advert-img {
	background-color: rgb(148, 150, 153);
	width: 100%;
	margin-top: 10px;
}

.structured-advert-text {
	color: black !important;
	font-size: 12px;
	font-family: arial;
	text-decoration: none !important;
}

.structured-advert-link {

	color: rgb(50, 67, 220);
	font-family: Arial;
	display: inline-block;
	/* position: absolute;
	right: 5px; */
	font-size: 12px;
	float: right;

}

/* BANNER GRAPHIC */
.banner-container {
	padding: 0;
}

.baner-logo {
	width: 100%;
}

.banner {
	width: 100%;
	padding: 0;
	margin: 0;
}

/*BANNER SUBJECT*/
.subject-banner-container {
	padding: 0;
}

.banner-link {
	display: block;
	position: relative;
}

.baner-logo {
	width: 100%;
}

.subject-banner {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* BREADCRUMB */
.breadcrumb-div {
	  line-height: 20px;
  padding-left: 10px;
  overflow: hidden;
}

.breadcrumb-div ul {
	list-style-type: none;
}

.breadcrumb-li {
	min-height: 15px;
	font-size: 12px;
	font-family: Arial;
	color: rgb(109, 110, 113);
	margin-right: 5px;
	float: left;
}

.page-visited:link {
	padding-left: 5px;
	color: rgb(0, 79, 158);
}

.page-visited:hover, .page-visited:active {
	color: #BB1122; 
	text-decoration: underline;
}

.page-visited:visited {
	color: #884488;
}

.breadcrumb-label-title {
	margin-left: 0px;
}
/* ADVERT */
.advert-css a {
	display: block;
	height: 100%;
	width: 100%;
}

/* ACCORDION */
.accordion-content ul {
	list-style-type: none !important;
	margin-top: 0;
	margin-bottom: -10px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.accordion-heading>label {
	cursor: pointer !important;
}

.triangle {
	float: left;
	margin-left: 2px;
	margin-top: -1px;
	padding: 0 11px 0 10px;
}

.hidden-triangle {
	display: none;
}

.accordion-heading {
	line-height: normal;
	padding: 13px 0px;
	color: white;
	font-size: 15px;
	cursor: pointer;
}
	.block-accordion-display{		
	display: inline-block;		
  /*width: 90%;	*/		/*Jira 320*/
  padding-bottom: 10px;	
}
.accordion-label-student {
	background: #00a69c; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTY5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNjdhNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #00a69c 0%, #167a5f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a69c), color-stop(100%,#167a5f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00a69c 0%,#167a5f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00a69c 0%,#167a5f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00a69c 0%,#167a5f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00a69c 0%,#167a5f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a69c', endColorstr='#167a5f',GradientType=0 ); /* IE6-8 */

}

.accordion-label-lecturer {
	background: #d91c5c; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5MWM1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZjE3NDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #d91c5c 0%, #7f1741 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d91c5c), color-stop(100%,#7f1741)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d91c5c 0%,#7f1741 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d91c5c 0%,#7f1741 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d91c5c 0%,#7f1741 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d91c5c 0%,#7f1741 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d91c5c', endColorstr='#7f1741',GradientType=0 ); /* IE6-8 */

}

.accordion-label-text {
	font-family: arial;
	font-weight: bold;
	  padding-left: 30px;
}

.accordion-container {
	margin-bottom: 15px;
	
}

.accordion-content {
	display: none;
	padding: 0px 0px 8px 0px;
	height: auto;
	color: rgb(0, 91, 171);
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}

.accordion-menu-list {
	background: rgb(238, 239, 239);
	padding: 12px 5px 12px 10px;
	border-bottom: 1px solid #949699;
}

.accordion-menu-list>a:link {
	color: rgb(0, 91, 171);
}

.accordion-menu-list>a:hover {
	color: #BB1122;
	text-decoration: underline;
}

.accordion-menu-list>a:visited {
	color: #884488;
}
/*TITLE CAROUSEL*/
.overflow-ellipsis{
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.outer-wrapper-title-carousel .owl-carousel .owl-item{
	
	min-width: 135px;
	
}
.title-carousel .item {
	margin-bottom: 10px; 
	margin-top:10px;
 	padding-top: 15px;
	min-width: 135px;
	
}

.title-carousel .item>a {
	display: block;
	width: 135px;
	margin: 0px auto;
}

.title-custom-navigation {
	text-align: center;
}

.title-custom-navigation a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.img-container {
	width: 135px;
	margin: 0px auto;
}
.img-container>a{
	  display: inline-block;
  height: 135px;
  width: 135px;
text-align: center;
}

.title-text {
	font-size: 12px;
	font-weight: bold;
	color: rgb(0, 79, 158);
	margin: 0px;
	margin-top: 10px;
	text-align: center;
	display: none;
/* width:100px; */
}

.title-text a:link {
	color: rgb(0, 79, 158);
}

.title-text a:hover, .title-text a:active {
	color: #BB1122; 
	text-decoration: underline;
}

.title-text a:visited {
	color: #884488;
}

.subtitle-text {
	display: none;
	color: rgb(88, 89, 91);
	font-weight: normal;
	font-size: 12px;
	text-align: center;
/* width:100px; */
}

.outer-wrapper-title-carousel {
	width: 100%;
	background: rgb(236, 236, 236);
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 40px;
}

.title-carousel-heading {
	/* height: 28px; */
	padding: 3.5px;
	background: rgb(0, 79, 158);
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding-left: 15px;
	line-height: normal;
	margin-left: -50px;
	margin-right: -50px;
}

.title-carousel-btn-prev {
	position: absolute;
	top: 95px;
	left: 0%;
}

.title-carousel-btn-next {
	position: absolute;
	top: 95px;
	right: 0%;
}

.btn:active, .btn.active {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.title-carousel-btn-prev {
	margin-left: 25px;
}

.title-carousel-btn-next {
	margin-right: 25px;
}
.less-btn-next{ 
   height: 32px;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;

}
.less-btn-prev{ 

  height: 32px;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
.reduceMinSize{
	min-width: 118px!important;
}
.reduceSize{
	width: 118px!important;
}
.reduceImgSize{
	width: 85%;
}
/*SIMPLE CAROUSEL*/
#simple-carousel {
	padding: 0px;
	width: 100%;
	background: rgb(238, 239, 239);
	padding-bottom: 15px;
}

.simple-carousel-controller {
	width: 100%;
}

.simple-carousel-img {
	width: 100%;
}

.simple-carousel-page-indicator {
	bottom: -7px !important;
	left: 0px;
	width: auto;
	margin: 0px auto;
	position: relative;
}

.simple-carousel-page-indicator li {
	font-family: arial;
	background: #fff;
	text-indent: 0px;
	width: 30.1%;
	height: 33px;
	border-radius: 0px;
	border: 1px solid rgb(148, 150, 153);
	font-size: 15.41px;
	line-height: 31px;
	font-weight: bold;
	color: rgb(88, 89, 91);
}

.simple-carousel-page-indicator .active {
	width: 30.1%;
	height: 33px;
	background: rgb(0, 91, 171);
	color: #fff;
margin:1px;
}

.simple-carousel-item {
	width: 100%;
	/*height: 100%;*/
	background: grey;
}

.simple-carousel-inner {
	height: auto;
}
/* FOOTER */

.footer-container {
	border-top: 1px solid rgb(148, 150, 153);
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	border-top: 0px solid rgb(148, 150, 153);
	margin-top: 20px;
}

.footer-container .row {
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.footer-table-cell {
	display: table-cell;
	float: none !important;
	background: #FFF;
}

.share-div {
	text-align: center;
	margin-top: 22px;
	height: 43px;
}

.share-text {
	line-height: 40px;
	padding-right: 5px;
	font-size: 12px;
	font-family: arial;
	color: rgb(88, 89, 91);
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}

.share-icons {
	background-color: rgb(209, 210, 210);
	border-radius: 30px;
	padding: 0 !important;
	text-align: center !important;
	height: 40px;
	width: 210px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	behavior: url(/system/css/PIE.htc);
}

.footer-link-icons {
	margin-top: 4px;
}

.footer-sections {
	display: none;
	background-color: rgb(238, 239, 239);
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: rgb(238, 239, 239);
}

.footer-sections div:first-child {
	padding-right: 8px;
}

.footer-sections div:last-child {
	background: #efefef !important;
	border-left: none;
}

.footer-sections div {
	padding-left: 0px;
	padding-right: 8px;
	border-left: 8px solid #efefef;
}

.footer-sections-ul {
	color: rgb(50, 67, 220);
	font-family: Arial;
	background: white;
	padding: 0;
	margin-bottom: 0px;
}

.footer-sections-ul li {
	list-style-type: none;
	font-size: 11px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 3px;
}

.footer-sections-ul li:first-child {
	font-weight: bold;
	color: rgb(0, 46, 94);
}

.footer-sections div:first-child ul li:first-child {
	font-weight: normal;
	
}

.footer-sections-ul a:link {
	color: rgb(50, 67, 220);
	font-family: Arial;
}

.footer-sections-ul a:hover, .footer-sections-ul a:active {
	color: #BB1122; 
	text-decoration: underline;
}

.footer-sections-ul a:visited {
	color: #884488;
}

.footer-last-section {
	background: transparent;
}

.oxford-footer-detail {
	margin-top: 9px;
	font-size: 11px;
	color: rgb(88, 89, 91);
	line-height: 13px;
	padding-right: 0px !important;
}

.oxford-icon-footer-div {
	position: absolute;
	text-align: center;
	padding-right: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	padding-left: 10px !important;
	padding-left: 0px !important \9;
	border-left: 0px !important;
}

.oxford-icon-footer {
	width: 80%;
}

.section-footer-div>div {
	padding: 0;
}

.section-footer {
	margin-top: 2px;
	color: white;
	height: 44px;
	display: inline-block;
	width: 100%;
	background-color: rgb(0, 79, 158);
	line-height: 44px;
	font-size: 14px;
	font-family: Trebuchet MS;
	margin-right: 0px;
	font-weight: bold;
}

.section-footer a:hover, .section-footer a:visited, .section-footer a:link,
	.section-footer a:active {
	color: white !important;
	display: block;
	padding-left: 5%;
}

.section-footer img {
	float: right;
	margin-top: 13px;
	margin-right: 15px;
}

.section-footer-home {
	margin-top: 2px;
	color: rgb(35, 39, 95);
	height: 44px;
	background-color: rgb(229, 230, 232);
	line-height: 44px;
	font-size: 14px;
	font-family: Trebuchet MS;
	margin-right: 0px;
	font-weight: bold;
	bottom: 0;
	width: 100%;
}

.section-footer-home a {
	color: rgb(37, 40, 94);
	display: block;
	padding-left: 2% !important;
}

.section-footer-home a:hover, .section-footer-home a:visited,
	.section-footer-home a:link, .section-footer-home a:active {
	color: rgb(37, 40, 94) !important;
	display: block;
}

.section-footer-home img {
	float: right;
	margin-top: 13px;
	margin-right: 15px;
	height: 20px;
}

.home-icon {
	float: left !important;
	height: 20px !important;
	margin-top: 10px !important;
}

.footer-bottom-container {
	margin: 26px 10px 0px 10px;
	position: relative;
}

.footer-end-text {
	clear: both;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 10px;
color: #000;
}

.links-copyright {
	width: 100%;
}

.footer-links, .foot-seperator, .footer-copywrite, .copyright {
	display: inline-block;
	width: 100%;
}

.footer-links-ul {
	padding: 0;
	list-style-type: none;
	width: 100%;
}

.footer-links a:link {
	font-size: 10px;
	height: 12px;
	color: rgb(50, 67, 220);
	font-weight: normal;
}

.footer-links a:hover, .footer-links a:active {
	color: #BB1122;
	text-decoration: underline;
}

.footer-links a:visited {
	color: #884488;
}

.footer-links-li {
	float: left;
	width: 68px;
	text-align: center;
	height: 12px;
}

.footer-links-ul li:first-child {
	text-align: left;
}

.footer-links-li-seperator {
	width: 3px;
	float: left;
}

.foot-seperator {
	font-size: 11px;
}

.footer-copywrite {
	margin-top: 2px;
	font-size: 11px;
}

.copyright {
	font-size: 11px;
	height: 15px;
	font-weight: normal;
	font-family: arial;
	color: rgb(88, 89, 91);
	font-weight: normal;
}

.section-footer-div {
	padding-top: 20px;
	display: block;
	position: relative;
	overflow: hidden;
}

.oxford-icon-footer {
	width: 80%;
}

/* PRODUCT LIST */
.product-list-content {
	padding: 10px;
	font-family: arial;
}

.menu-options {
	height: 44px;
	margin-bottom: 20px;
	color: rgb(88, 89, 91);
	margin-top: 0px;
	clear: both;
}

.menu-option-top-row {
	display: none;
	padding: 10px 0;
	background-color: #E6E7E8;
	overflow: hidden;
}

.previous-div, .next-div {
	height: 24.5px;
	line-height: 24.5px;
	width: 80px;
	background-color: white;
	border: 1px solid rgb(148, 150, 153);
	cursor: pointer;
	float: left;
	width: 80px;
	font-size: 13px;
	color: rgb(88, 89, 91)!important;
}

.next-div {
	float: right;
	text-align: right;
	padding-right: 5px;
}

.previous-div span {
	width: 0 !important;
	height: 0 !important;
	border-left: none !important;
	border-top: 5px solid transparent !important;
	border-bottom: 5px solid transparent !important;
	border-right: 8px solid rgb(88, 89, 91) !important;
	background: transparent !important;
	display: inline-block;
	margin-right: 5px;
	padding-left: 5px;
}

.next-arrow {
	width: 0 !important;
	height: 0 !important;
	border-left: none !important;
	border-top: 5px solid transparent !important;
	border-bottom: 5px solid transparent !important;
	border-left: 8px solid rgb(88, 89, 91) !important;
	background: transparent !important;
	display: inline-block;
	margin-left: 5px;
}

.menu-option-bottom-row {
	clear: both;
	background-color: #E6E7E8;
	overflow: hidden;
	height: 44px;
}

.bottom-menu {
	display: none;
}

.list-grid-selector {
	float: left;
	margin-left: 14%;
	width: 120px;
	line-height: 24.5px;
}

.list-grid-selector img {
	height: 18.5px;
}

.list-block {
	float: left;
	border-right: 1px solid rgb(148, 150, 153);
	padding-right: 10px;
	margin-right: 10px;
	height: 24.5px;
}

.list-text {
	margin-right: 8px;
	font-size: 13px;
}

.grid-block {
	float: right;
	height: 24.5px;
}

.change-opacity {
	opacity: 0.5;
	-moz-opacity: 0.50;
	filter: alpha(opacity = 50);
}

.list-block, .grid-block {
	cursor: pointer;
}

.grid-text {
	margin-left: 3px;
	font-size: 13px;
}

.page-changer {
	position: relative;
	width: 140px;
	overflow: hidden;
	font-family: arial;
	font-size: 13px;
	height: 24px;
	line-height: 24px;
	float: left;
	display: none;
	background-color: white;
	background-image: url(/system/images/drop.png);
	background-repeat: no-repeat;
	background-size: 17px;
	-ms-background-size: 17px;
	background-position: right;
	border: 1px solid rgb(148, 150, 153);
	background-image: url(/system/images/drop.png);
	float: left;
}

.page-number {
	background: none repeat scroll 0 0 transparent;
	width:100%;
	width: 160px\9;
	/* padding-left: 1px; */
	height: 20px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	line-height: 22px;
}

.page-number:focus, .select-items:focus, .filter-sorting-dropdown select:focus
	{
	outline: none;
}

.results-per-pg-text {
	display: inline-block;
	width: 105px;
	float: left;
	text-align: right;
}

.results-per-pg-div {
	float: left;
	font-size: 13px;
	line-height: 24px;
	width: 170px;
	display: none;
}

.result-per-page-dropdown {
	background-image: url(/system/images/drop.png);
	position: relative;
	width: 60px;
	overflow: hidden;
	font-family: arial;
	font-size: 13px;
	height: 24px;
	line-height: 24px;
	float: left;
	background-repeat: no-repeat;
	background-position: right;
	background-color: white;
	background-size: 17px;
	-ms-background-size: 17px;
	margin-left: 5px;
	border: 1px solid rgb(148, 150, 153);
	float: left;
}

.select-items {
	font-size: 13px;
	width: 100%;
	width: 80px\9;
	height: 20px;
	padding-left: 10px;
	background: none repeat scroll 0 0 transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: none repeat scroll 0 0 transparent;
	line-height: 22px;
}

.filter-results, .filter-sorting {
	float: left;
	width:41%;
	font-family: arial;
	font-size: 11px;
}

.filter-sorting {
	float: left;
	width: 186px;
	line-height: 24px;
	padding-right: 5px;
	padding-top: 9px;
	text-align: right;
}

.filter-sorting span{
	
	float:left;
}

.filter-results {
	padding: 6px 0px 0px 10px;
	width: 39%;
}

.filter-results label {
	font-weight: normal;
	width: 48%;
	margin-bottom: 0;
	white-space: nowrap;
	padding-top: 7.5px;
	 margin-left: -5px;
}

.filter-results a:link {
	/* margin-top: 9px; */
	display: block;
	width: 39%;
	float: right;
	color: rgb(50, 67, 220);
}

.filter-results a:hover, .filter-results a:active {
	color: #BB1122; 
	text-decoration: underline;
}

.filter-results a:visited {
	color: #884488;
}

.filter-sorting-container {
	padding: 0px;
}

.filter-sorting-dropdown {
	background-image: url(/system/images/drop.png);
	position: relative;
	width: 140px;
	overflow: hidden;
	font-family: arial;
	font-size: 13px;
	height: 24px;
	line-height: 24px;
	float: right;
	background-repeat: no-repeat;
	background-position: right;
	background-color: white;
	background-size: 17px;
	-ms-background-size: 17px;
	margin-left: 2px;
	border: 1px solid rgb(148, 150, 153);
}


.filter-sorting-dropdown select {
	width:100%;
	width: 160px\9;
	height: 20px;
	background: none repeat scroll 0 0 transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	line-height: 22px;
}

.result-list-ul {
	padding: 0;
	list-style-type: none;
}

.result-list-li {
	border-top: 1px solid rgb(148, 150, 153);
	overflow: hidden;
	padding-bottom: 20px;
}

.result-list-li-no-border {
	border-bottom: none;
}

.result-list-image-div, .result-list-desc-div {
	float: left;
}

.result-list-image-div {
	width: 130px;
}


.result-list-desc-heading a:link {
	font-weight: bold;
	color: rgb(0, 91, 170);
}
.add-padding{
padding-left:0px;
}
.result-list-desc-heading a:hover, .result-list-desc-heading a:active {
	 color: #BB1122;
	text-decoration: underline;
}

.result-list-desc-heading a:visited {
	color: #884488;
}

.result-list-image-text {
	word-wrap: break-word;
	background-color: rgb(2, 46, 95);
	display: block;
	color: rgb(241, 242, 242);
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
	padding-left: 15px;
	text-align: left;
}

.result-list-desc-div {
	width: 51%;
	padding: 20px 10px 0px 20px;
	font-size: 13px;
}

.result-list-desc-div-add-width {
	width: 100% !important;
	padding: 30px 0px -8px 0px;
	margin-left: 0;
	max-width: 157px;
}

.result-list-desc-text {
	display: block;
	margin-top: 5px;
}

.buy-button-div {
	margin-top: 10px;
	width: 130px;
	float: left;
	margin-left: 20px;
	margin-right: 0px;
}

.buy-button-div-float {
	position: absolute;
	bottom: 20px;
	padding-right: 0px !important;
	margin-left: 0px;
	left: 2px;
	right: 17px;
	width: auto;
	max-width: 157px;
}

.grid-view:nth-child(4)>.buy-button-div-float {
	padding-right: 0;
}

.buy-button-btn-grid {
	width: 100% !important;
}

.buy-button-btn {
	height: 39px;
	background-repeat: no-repeat;
	width: 128px;
	cursor: pointer;
	font-weight: bold;
	padding: 0px;
	font-family: Trebuchet MS;
	font-size: 17px;
	border-radius: 28px;
	padding-left: 15px;
	text-align: left;
	background: rgb(247, 193, 12); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3YzEwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2Y1OWExYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2Y1OTQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(247, 193, 12, 1) 0%,
		rgba(245, 154, 27, 1) 20%, rgba(245, 148, 29, 1) 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247,
		193, 12, 1)), color-stop(20%, rgba(245, 154, 27, 1)),
		color-stop(75%, rgba(245, 148, 29, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(247, 193, 12, 1) 0%,
		rgba(245, 154, 27, 1) 20%, rgba(245, 148, 29, 1) 75%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(247, 193, 12, 1) 0%,
		rgba(245, 154, 27, 1) 20%, rgba(245, 148, 29, 1) 75%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(247, 193, 12, 1) 0%,
		rgba(245, 154, 27, 1) 20%, rgba(245, 148, 29, 1) 75%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(247, 193, 12, 1) 0%,
		rgba(245, 154, 27, 1) 20%, rgba(245, 148, 29, 1) 75%); /* W3C */
	-pie-background: linear-gradient(rgba(247, 193, 12, 1) 0%,
		rgba(245, 154, 27, 1) 20%, rgba(245, 148, 29, 1) 75%) 0 0/50px #0ae;
	-webkit-box-shadow: 1px 2px 4px #7a7a7a;
	-moz-box-shadow: 1px 2px 4px #7a7a7a;
	box-shadow: 1px 2px 4px #7a7a7a;
	outline: none;
	border: 1px solid #eda82f;
	line-height: 36px;
	border-radius: 36px;
	padding-right: 10px;
	behavior: url(/system/css/PIE.htc);
}

.buy-button-btn img {
	float: right;
	padding-top: 13px;
}

.buyoption {
	display: block;
	float: left;
	padding: 10px;
	width: 95px;
}

.buyfrom-options {
	border: 1px solid black;
	display: none;
	position: absolute;
	z-index: 10;
	right: 10px;
	background: #F9F9F9;
	padding: 10px 10px 5px 10px;
	margin-left: 5px;
	width: 282px;
}

.buyfrom-options-width-change {
	width: 182px
}

.heading-label-content {
	display: block;
	
}

.buyfrom-options-orientation {
	left: 27%;
	right: 0;
}

.buyfrom-options a {
	display: inline-block;
	border-radius: 36px;
}

.buyfrom-options h6 {
	padding: 5px 4px;
	margin: 0px !important;
}

.buyoption-button img {
	float: right;
	margin-right: 0px;
	padding-top: 11px;
}

.buyfrom-selected {
	display: none;
	position: relative;
	top: 0px;
	right: 0px;
}

.buyoption-button {
	margin-bottom: 5px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	width: 165px;
	height: 39px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	padding-left: 10px;
	color: black;
	float: right;
	background: rgb(247, 193, 12); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3YzEwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2Y1OWExYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2Y1OTQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(247, 193, 12, 1) 0%,
		rgba(245, 154, 27, 1) 20%, rgba(245, 148, 29, 1) 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247,
		193, 12, 1)), color-stop(20%, rgba(245, 154, 27, 1)),
		color-stop(75%, rgba(245, 148, 29, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(247, 193, 12, 1) 0%,
		rgba(245, 154, 27, 1) 20%, rgba(245, 148, 29, 1) 75%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(247, 193, 12, 1) 0%,
		rgba(245, 154, 27, 1) 20%, rgba(245, 148, 29, 1) 75%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(247, 193, 12, 1) 0%,
		rgba(245, 154, 27, 1) 20%, rgba(245, 148, 29, 1) 75%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(247, 193, 12, 1) 0%,
		rgba(245, 154, 27, 1) 20%, rgba(245, 148, 29, 1) 75%); /* W3C */
	-pie-background: linear-gradient(rgba(247, 193, 12, 1) 0%,
		rgba(245, 154, 27, 1) 20%, rgba(245, 148, 29, 1) 75%) 0 0/50px #0ae;
	-webkit-box-shadow: 1px 2px 4px #7a7a7a;
	-moz-box-shadow: 1px 2px 4px #7a7a7a;
	box-shadow: 1px 2px 4px #7a7a7a;
	outline: none;
	border: 1px solid #eda82f;
	line-height: 39px;
	line-height: 36px\9;
	border-radius: 36px;
	padding-right: 10px;
	behavior: url(/system/css/PIE.htc);
	margin-top: 3px;
}

.buy-button-btn:hover, .buyoption-button:hover {
	background: #D4640A;
	-pie-background:#D4640A;
		behavior: url(/system/css/PIE.htc);
	
}
.touch-btn-hover{
		background: rgb(247, 193, 12)!important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3YzEwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2Y1OWExYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2Y1OTQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)!important;
	background: -moz-linear-gradient(top, rgba(247, 193, 12, 1) 0%,
		rgba(245, 154, 27, 1) 20%, rgba(245, 148, 29, 1) 75%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247,
		193, 12, 1)), color-stop(20%, rgba(245, 154, 27, 1)),
		color-stop(75%, rgba(245, 148, 29, 1)))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(247, 193, 12, 1) 0%,
		rgba(245, 154, 27, 1) 20%, rgba(245, 148, 29, 1) 75%)!important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(247, 193, 12, 1) 0%,
		rgba(245, 154, 27, 1) 20%, rgba(245, 148, 29, 1) 75%)!important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(247, 193, 12, 1) 0%,
		rgba(245, 154, 27, 1) 20%, rgba(245, 148, 29, 1) 75%)!important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(247, 193, 12, 1) 0%,
		rgba(245, 154, 27, 1) 20%, rgba(245, 148, 29, 1) 75%)!important; /* W3C */
	-pie-background: linear-gradient(rgba(247, 193, 12, 1) 0%,
		rgba(245, 154, 27, 1) 20%, rgba(245, 148, 29, 1) 75%) 0 0/50px #0ae!important;
}

.result-list-ul-grid {
	margin-right: -15px;
}

.grid-view {
	float: left;
	width: 25%;
	border: none;
	overflow: inherit;
	margin-bottom: 20px;
	/* border-bottom: 1px solid rgb(148, 150, 153); */
	box-sizing: border-box;
	height: 330px;
	position: relative;
	padding-right: 20px;
}

.result-list-image-grid-div {
	/* max-width: 157px !important;
	min-width: 130px !important;
	max-height: 157px !important;
	min-height: 130px !important; */
	width: 100%;
	height:auto !important;
	text-align: center;
}

.result-list-img-parent {
	display: table;
	/* height: 100%; */
	width: 100%;
}

.result-list-img-sub-parent {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
.result-list-image-grid-div .result-list-img-sub-parent {
	height:135px;
	width:135px;
}
.result-list-img{
max-width:130px;
max-height: 130px;
}
/* PAGINATION */
.custom-pagination {
	background: rgb(230, 231, 232);
	padding: 11px 5px;
	border-radius: 0px;
	height: 47px;
	width: 100%;
	text-align: center;
}

.pagination-div {
	border-top: 1px solid rgb(170, 170, 170);
	border-bottom: 1px solid rgb(170, 170, 170);
	  margin-bottom: 20px;
}

.custom-pagination>li {
	display: inline-block;
	width: 17%;
	vertical-align: top;
	margin-right: -4px;
}

.next-page {
	float: right;
}

.prev-page {
	float: left;
	margin-left: -3px;
}

.next-page, .prev-page {
	width: 10% !important;
}

.custom-pagination>li>a, .custom-pagination>li>a:hover,
	.custom-pagination>li>a:focus {
	padding: 0px;
	line-height: 25px;
	width: 85%;
	height: 25px;
	text-align: center;
	color: rgb(88, 89, 91);
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid rgb(170, 170, 170);
	outline: none;
	display: block;
	float: none;
	margin: 0px auto !important;
}

.custom-pagination>.page-num>a, .custom-pagination>.page-num>a:hover,
	.custom-pagination>.page-num>a:focus {
	background-color: #fff;
	border-color: rgb(170, 170, 170);
}

.custom-pagination>.active>a, .custom-pagination>.active>a:hover,
	.custom-pagination>.active>a:focus {
	background-color: rgb(0, 79, 158);
	border-color: rgb(170, 170, 170);
}

.prev-page>a, .prev-page>a:hover, .prev-page>a:focus {
	width: 0 !important;
	height: 0 !important;
	border-left: none !important;
	border-top: 12px solid transparent !important;
	border-bottom: 12px solid transparent !important;
	border-right: 20px solid rgb(0, 79, 158) !important;
	background: transparent !important;
}

.next-page>a, .next-page>a:hover, .next-page>a:focus {
	width: 0 !important;
	height: 0 !important;
	border-right: none !important;
	border-top: 12px solid transparent !important;
	border-bottom: 12px solid transparent !important;
	border-left: 20px solid rgb(0, 79, 158) !important;
	background: transparent !important;
}

input[type=number]::-webkit-inner-spin-button {
	opacity: 1
}

/* FEATURED ITEMS */
.feature-container {
	width: 100%;
}

.feature {
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
}

.feature-img-container {
	float: left;
	width: 40%;
}

.feature-img {
	width: 100%;
}

.feature-desc-container {
	margin-left: 10px;
	float: left;
	width: 55%;
}

.feature-heading {
	font-size: 12px;
	font-weight: bold;
	color: rgb(65, 64, 66);
}

.feature-desc {
	font-size: 12px;
	color: rgb(88, 90, 92);
	margin-top: 7px;
}

/* NEW RESOURCES CAROUSEL */
.title-carousel-btn-next, .title-carousel-btn-prev,
	.section-carousel-btn-next, .section-carousel-btn-prev, .video-btn-next,
	.video-btn-prev, .hero-panel-btn-next, .hero-panel-btn-prev {
	padding: 5px;
}

.section-carousel-btn-prev, .video-btn-prev, .hero-panel-btn-prev {
	margin-left: 5px;
}

.section-carousel-btn-next, .video-btn-next, .hero-panel-btn-next {
	margin-right: 5px;
}

.section-carousel .item {
	width: 55%;
	margin: 0px auto;
	margin-top: 17px;
}

.section-carousel .item>a {
	text-decoration: none;
	display: block;
	width: 100%;
}

.section-carousel .item>a:hover {
	text-decoration: none;
}

.section-carousel .item>a>img {
	width: 100%;
}

.custom-navigation-section {
	text-align: center;
}

.custom-navigation-section a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.outer-wrapper-section-carousel {
	width: 100%;
	background: rgb(236, 236, 236);
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
}

.title_carousel_heading {
	/* height: 28px; */
	background: rgb(0, 79, 158);
	padding:3.7px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding-left: 15px;
	line-height: normal;
	margin-left: -50px;
	margin-right: -50px;
}

.section-carousel-btn-prev {
	position: absolute;
	top: 45%;
	left: 0%;
}

.section-carousel-btn-next {
	position: absolute;
	top: 45%;
	right: 0%;
}

.btn:active, .btn.active {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
/* VIDEO BLOCK */
.section-video-block {
	width: 100%;
	background: rgb(236, 236, 236);
}

.section-video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.video-play {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-video-description {
	min-height: 84px;
	margin-top: 15px;
	padding: 0px 15px 16px 21px;
}

.section-video-title {
	font-size: 12px;
	font-weight: bold;
	color: rgb(0, 79, 158);
	margin-bottom: 6px !important;
}

.section-video-subtitle {
	color: rgb(88, 89, 91);
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
}
/* INFORMATION AND SERVICES */
.info {
	width: 100%;
	margin-bottom: 20px;
}

.info_header {
	color: #fff;
	background: rgb(88, 89, 91);
	font-family: arial;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	padding-left: 10px;
	min-height: 32px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.info_list a:link {
	text-decoration: none;
	color: rgb(50, 67, 220);
	font-size: 12px;
}

.info_list a:hover, .info_list a:active {
	color: #BB1122;
	text-decoration: underline;
}

.info_list a:visited {
	color: #884488;
}

.info_list {
	padding: 0;
	font-family: arial;
	margin: 0;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg5JSIgc3RvcC1jb2xvcj0iI2RmZTZlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2JlYzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #dfe6ea 89%, #bcbec0 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(89%, #dfe6ea), color-stop(100%, #bcbec0));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #dfe6ea 89%, #bcbec0 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #dfe6ea 89%, #bcbec0 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #dfe6ea 89%, #bcbec0 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #dfe6ea 89%, #bcbec0 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#bcbec0', GradientType=0); /* IE6-8 */
}

.info_list>li {
	list-style: none;
	padding: 5px 0 0 10px;
}

.info_list {
	padding-bottom: 15px;
}
/* VIDEO CAROUSEL */
.container-height, .row-height {
	height: 100%;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

#video_carousel .item {
	text-align: center;
}

.video-thumbnail-container {
	text-align: center;
	width: 85%;
	display: inline-block;
}

.video-carousel {
	padding: 0px;
	background: rgb(238, 239, 239);
	width: 100%;
	padding-bottom: 22px;
	position: relative;
}

.source {
	width: 100%;
	cursor: pointer;
}

.dest {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#video_carousel {
	z-index: 10;
	width: 82%;
	margin: 0px auto;
}

.video-img {
	width: 100%;
	border: 3px solid rgb(0, 91, 171);
}

.video-description {
	padding-left: 25px;
	margin-top: 15px;
}

.video-title {
	color: rgb(0, 91, 171);
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
	padding-right: 20px;
}

.video-subtitle {
	color: rgb(88, 90, 92);
	font-size: 12px;
	padding-right: 20px;
}

.selected-border {
	border: 3px solid rgb(35, 35, 34);
}

.video-indicator {
	position: relative;
	top: 3px;
	height: 18px;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.top-arrow {
	margin: 0px auto;
}

.selected-opacity {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.custom-navigation-video {
	position: absolute;
	bottom: 10%;
	width: 100%;
}

.video-btn-prev {
	float: left;
}

.video-btn-next {
	float: right;
}

.btn:active, .btn.active {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
/* EAC LOGIN */
.eac-page {
	width: 191px;
	border: 1px solid rgb(148, 150, 153);
}

.sign-on-widget {
	height: auto;
}

.container-eac {
	height: auto;
	padding-left: 7px;
	padding-bottom: 15px;
}

.eac-heading {
	height: 31px;
	line-height: 31px;
	font-size: 13px;
	color: rgb(65, 64, 66);
	padding-left: 7px;
	margin-top: 0px;
	margin-left: -7px;
	border-bottom: 1px solid rgb(148, 150, 153);
	background-color: rgb(226, 225, 225);
	font-weight: bold;
	text-align:center;
}

.form-group-eac {
	font-weight: normal;
	margin-bottom: 0px;
}

.form-group-eac .form-control {
	height: 22px;
	width: 175px;
	border-radius: 0px;
	padding: 0px 10px;
}

.lbl-username {
	font-size: 13px;
	color: rgb(88, 89, 91);
	height: 28px;
	line-height: 28px;
}

.lbl-username>label, .lbl-password>label {
	font-weight: normal;
	margin: 0px;
}

.lbl-password {
	font-size: 13px;
	color: rgb(88, 89, 91);
	font-weight: normal;
	height: 25px;
	line-height: 25px;
}

.eac-sign-in {
	margin-top: 15px;
	margin-right: 7px;
	overflow:hidden;
}

.registered {
	margin-top: 2px;
	margin-right: 7px;
}

.container-not-reg {
	padding-left: 7px;
	height: 141px;
}

.forgot-password {
	margin-top: 18px;
	font-size: 13px;
	color: rgb(51, 68, 221);
}

.forgot-password a:link {
	color: rgb(51, 68, 221);
	font-size: 13px;
	font-weight: normal;
}

.forgot-password a:hover, .forgot-password a:active {
	 color: #BB1122;
	text-decoration: underline;
}

.forgot-password a:visited {
	color: #884488;
}

.reg-heading {
	height: 31px;
	line-height: 31px;
	font-size: 13px;
	color: rgb(65, 64, 66);
	padding-left: 7px;
	margin-left: -7px;
	border-top: 1px solid rgb(148, 150, 153);
	border-bottom: 1px solid rgb(148, 150, 153);
	background-color: rgb(226, 225, 225);
	font-weight: bold;
	text-align:center;
}

.text-register {
	font-size: 12px;
	width: 170px;
	height: 54px;
	font-weight: normal;
	padding-top: 10px;
	font-size: 13px;
	color: rgb(88, 89, 91);
}

.btn-eac {
	width: 85px;
	height: 34px;
	line-height:34px;
	font-weight: bold;
	font-family: Trebuchet MS;
	padding-top: 0;
	font-size: 16px;
	margin-right: 2px;
}

.eac-success-msg-wrapper{
	display:none;
	padding:10px;
	border: 1px solid rgb(148, 150, 153);
	margin:20px 0px;
}
.eac-success-msg-heading{
	font-weight: bold;
	text-align:center;
	font-size: 13px;
	display: block;
}
.eac-success-msg{
	font-size: 13px;
}
.eac-link-wrapper{
	text-align: center;
}
.eac-success-link:link{
	color:rgb(51, 68, 221);
	display: inline-block;
	font-size: 13px;
}
.eac-success-link:hover,.eac-success-link:active{
	  color: #BB1122; 
  text-decoration: underline;
}
.eac-success-link:visited{
	color: #884488;
}
/*FILTER*/
.filter-accordion-content>ul {
	list-style-type: none !important;
	margin-top: 0;
	margin-bottom: 0px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.filter-results-text {
	color: #414042;
	line-height: 45px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 18px;
	height: 45px;
	font-family: Arial;
}

.filter-accordion-heading>span {
	cursor: pointer !important;
	padding-left: 3px;
}

.filter-triangle {
	float: left;
	width: 22px;
	height: 32px;
	margin-left: 2px;
	margin-top: 0px;
	padding: 1px 0 0 6px;
}

.filter-triangle-image {
	width: 80%;
	vertical-align: baseline !important;
}

.filter-accordion-heading {
	height: 48px;
	cursor: pointer;
	line-height: 46px;
	color: #58595b;
	font-size: 15px;
	font-family: arial;
}

.filter-accordion-container {
	border-bottom: 1px solid #939598!important;
}

.accordion-label {
	background-color: #e6e7e8;
}

.filter-hidden-triangle {
	display: none;
}

.filter-accordion-content {
	display: none;
	padding: 0px 0px 0px 0px;
	height: auto;
	color: rgb(0, 91, 171);
	font-family: Arial;
	font-size: 13px;
}

.filter-accordion-dynamic {
	background: rgb(241, 242, 242) !important;
}

.filter-accordion-menu-list {
	
	background: rgb(241, 242, 242);
	padding: 6px 5px 24px 26px;
	color: #939598;
}

.filter-accordion-menu-list>a, .filter-accordion-menu-list>a:hover,
	.filter-accordion-menu-list>a:visited {
	color: rgb(0, 91, 171);
	text-decoration: none;
}

.regular-checkbox {
	display: none;
}

.custom-checkbox {
	background: #fff;
	box-sizing: border-box;
	width: 15px;
	height: 15px;
	border: 1px solid #949699;
	position: relative;
	cursor: pointer;
}


.custom-checkbox-checked:before {
	content: url('/system/images/tick.png');
	margin-top: -5px;
	position: absolute;
	bottom: -3px;
	left: 2px;
}

.custom-checkbox-checked:focus {
	 outline: none; 
}
.custom-radio {
	background: #fff;
	box-sizing: border-box;
	border-radius: 100%;
	width: 15px;
	height: 15px;
	border: 1px solid #949699;
	left: 0px;
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	-webkit-box-shadow: inset 5px 9px 10px -9px rgb(167, 170, 173);
	-moz-box-shadow: inset 5px 9px 10px -9px rgb(167, 170, 173);
	box-shadow: inset 5px 9px 10px -9px rgb(167, 170, 173);
	cursor: default;
	behavior: url(/system/css/PIE.htc);
}

.custom-radio-checked:before {
	content: url('/system/images/black-dot.png');
	position: absolute;
	bottom: 0px;
	left: 3px;
}
.checkbox-label-changed {
	color: #58595b !important;
}

.checkbox-label {
	position: relative;
	bottom: 4px;
	font-size: 12px;
	margin-left: 8px;
	color: #939598;
	font-family: arial;
	font-weight: normal;
	cursor: pointer;
}

.qualification-last {
	padding-bottom: 13px !important;
}

.clear-all:link {
	color: rgb(50, 67, 220);
	padding-left: 10px;
	cursor: pointer;
	margin-top: 10px;
	display: inline-block;
}

.clear-all:hover, .clear-all:active {
	color: #BB1122; 
	text-decoration: underline;
}

.clear-all:visited {
	color: #884488;
}
/*LEFT LINKS*/
.left-links-title {
	padding-bottom: 20px;
	padding-left: 20px;
	width: 100%;
}

.left-links-heading {
	width: 100%;
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	color: rgb(65, 64, 66);
	list-style-image: none;
	list-style-type: none;
	padding-left: 20px;
}

.left-links-subheading {
	width: 100%;
	padding: 20px 0px 15px 0px;
	font-family: arial;
	font-weight: normal;
	font-size: 14px;
	color: rgb(50, 67, 220);
	list-style-image: none;
	list-style-type: none;
	padding-left: 20px;
}

.left-links-subheading a:link {
	color: rgb(50, 67, 220);
}

.left-links-subheading a:hover, .left-links-subheading a:active {
	 color: #BB1122; 
	text-decoration: underline;
}

.left-links-subheading a:visited {
	color: #884488;
}

.overview {
	width: 100%;
	/*padding-top: 0px;
	 height: 42.5px;
	line-height: 42.5px;
	padding-left: 20px; */
	  padding: 12.25px;
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	color: white;
	background: rgb(38, 65, 142); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2NDE4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODI0NWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(38, 65, 142, 1) 0%,
		rgba(40, 36, 94, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(38,
		65, 142, 1)), color-stop(100%, rgba(40, 36, 94, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(38, 65, 142, 1) 0%,
		rgba(40, 36, 94, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(38, 65, 142, 1) 0%,
		rgba(40, 36, 94, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(38, 65, 142, 1) 0%,
		rgba(40, 36, 94, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(38, 65, 142, 1) 0%,
		rgba(40, 36, 94, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26418e',
		endColorstr='#28245e', GradientType=0); /* IE6-8 */
	list-style-image: none;
	list-style-type: none;
	padding-left: 20px;
}

.left-list {
	list-style-image: url('/system/images/list-icon.png');
	padding-left: 30px;
}

.left-list li {
	padding-top: 15px;
	color: rgb(65, 64, 66);
	font-size: 14px;
	font-family: arial;
}

.left-list li:first-child {
	padding-top: 10px;
}

.view-all-series-left-list {
	padding-left: 0px;
	padding-top: 0px !important;
	padding-bottom: 30px;
}

.left-list li:last-child {
	padding-bottom: 30px;
}

.left-list a:link {
	color: rgb(65, 64, 66);
	text-decoration: none;
}

.view-all-series-left-list a:link {
	color: rgb(50, 67, 220);
	font-family: arial;
}

.left-list a:hover, .left-list a:active, .view-all-series-left-list a:hover,
	.view-all-series-left-list a:active {
	text-decoration: underline;
	color: #BB1122; 
}

.left-list a:visited, .view-all-series-left-list:visited {
	color: #884488;
}
/*ACCOUNT MENU*/
.account-menu {
	width: 100%;
}

.account-menu-list {
	list-style: none;
	width: 100%;
	padding-left: 0 !important;
		
	
}

.account-menu-list li {
	  display: inline-block;
  float: left;
  padding: 13px;
  width: 100%;
	background: #ECECEC;
	color: #004F9E;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	border-top: 1px solid #939598;
	padding-left: 15px;
	cursor: pointer;
}
.account-menu-list li a{
	color: #004F9E;
}

.selected-menuitem {
	background: rgb(40, 64, 142) !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4NDA4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNzIzNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)
		!important;
	background: -moz-linear-gradient(top, rgba(40, 64, 142, 1) 0%,
		rgba(39, 35, 95, 1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(40,
		64, 142, 1)), color-stop(100%, rgba(39, 35, 95, 1))) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(40, 64, 142, 1) 0%,
		rgba(39, 35, 95, 1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(40, 64, 142, 1) 0%,
		rgba(39, 35, 95, 1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(40, 64, 142, 1) 0%,
		rgba(39, 35, 95, 1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(40, 64, 142, 1) 0%,
		rgba(39, 35, 95, 1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28408e',
		endColorstr='#27235f', GradientType=0) !important; /* IE6-8 */
	color: white !important;
}
.selected-menuitem a{
	color:white !important;
}

/* RH utility menu */
.rh-utility-menu {
	width:100%;
	margin:20px 0px;
}

.rh-utility-menu-list {
	list-style: none;
	width: 100%;
	padding-left: 0 !important;
}

.rh-utility-menu-list li {

  background: #ECECEC;
  color: #004F9E;
  font-size: 13px;
  font-family: Arial;
  font-weight: bold;
  border-bottom: 1px solid #939598;
  cursor: pointer;
  float: left;
  display: inline-block;
  padding: 13px;
  width: 100%;
}
.rh_header {
	color: #fff;
	background: rgb(88, 89, 91);
	font-family: arial;
	font-size: 15px;
	line-height: 32px;
	font-weight: bold;
	padding-left: 10px;
	height: 32px;
	font-weight: bold;
	padding-left: 10px;
}
.rh-utility-menu-list li:first-child {
	border-top: 1px solid #939598;
}

.rh-utility-selected-menu-item {
background: rgb(40, 64, 142) !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4NDA4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNzIzNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)
		!important;
	background: -moz-linear-gradient(top, rgba(40, 64, 142, 1) 0%,
		rgba(39, 35, 95, 1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(40,
		64, 142, 1)), color-stop(100%, rgba(39, 35, 95, 1))) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(40, 64, 142, 1) 0%,
		rgba(39, 35, 95, 1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(40, 64, 142, 1) 0%,
		rgba(39, 35, 95, 1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(40, 64, 142, 1) 0%,
		rgba(39, 35, 95, 1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(40, 64, 142, 1) 0%,
		rgba(39, 35, 95, 1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28408e',
		endColorstr='#27235f', GradientType=0) !important; /* IE6-8 */
	color: white !important;
}
.rh-utility-selected-menu-item a{
	color:white !important;
}
/* DICTIONARY LOOKUP */

#dictionary-lookup-container {
	clear: both;
	width: 320px;
  height: 80px;
  margin: 0px auto;
	background-color: #E6E7E8;
	border: 1px solid rgb(170, 170, 170);
}

#dictionary-lookup-container label {
	padding: 10px 0 0 10px;
	font-size: 17px;
}

.dict-lookup-div {
	padding: 5px 10px 10px 10px;

}

.dictionary-input {
	height: 30px;
	width: 220px;
	color: #6D6e71;
	padding-left: 10px;
	outline: none;
	line-height: 15px;
	line-height: 30px\9;
}
.dict-button{
	width: 70px;
	height: 30px;
	line-height: 30px;
	margin-top: 0;
	padding-top: 0;
	behavior: url(/system/css/PIE.htc);
}
/* CENTRAL PROMO */
.book-block {
	width: 100%;
	background-color: #fff;;
	overflow: hidden;
	border:1px solid rgb(148, 150, 153);
}

.book-block-image {
	width: 50%;
	float: left;
}

.book-block-desc {
	width: 50%;
	float: right;
}

.book-image {
	width: 100%;
}

.book-block-desc-heading {
	color: rgb(88, 90, 92);
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.book-block-desc-subheading {
	margin-top: 10px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}

#book-block-desc-subheading-top, #book-block-desc-subheading-bottom {
	display: inline-block;
	margin: 2px 0;
}

#book-block-desc-subheading-bottom {
	margin-top: 10px;
}

/*Keep Updated Page Brick*/
.division-page {
	padding-bottom: 12px;
	overflow: hidden
}

.keep-updated-div{
	background-color: #e9eaeb;
	font-family: arial;
	padding: 10px;
	margin-bottom: 10px;
}

.icon-img-span {
	padding-top: 0px;
}

.division-page img {
	margin-right: 5px;
	width: 32px;
}

.division-page ul {
	margin-left: 0px;
	margin-top: 5px;
}

.division-page li {
	padding: 3px 0px 3px 0px;
}

.keep-updated-div span{
	top: 5px;
	color: rgb(65, 64, 66);
	font-size: 20px;
}

.division-page a:link {
	text-decoration: none;
	font-size: 14px;
	color: rgb(0, 79, 158);
	font-family: arial;
}

.division-page a:hover, .division-page a:active {
	color: #BB1122; 
	text-decoration: underline;
}

.division-page a:visited {
	color: #884488;
}

.see-also {
	font-size: 14px;
}
/* Advanced search page */
.adv-search-button {
	width: 128px;
	height: 39px;
	font-size: 16px;
	margin-right: 3px;
	behavior: url(/system/css/PIE.htc);
}

/* series overview */
.order-btn {
	display: none;
	width: 100%;
	height: 36px;
	padding-left: 20px;
	padding-top: 4px;
	color: rgb(0, 79, 158);
	line-height: normal;
	padding-right: 15px;
	text-align: center;
	margin-top: 0px;
}

.order-btn>img {
	margin-top: 4px;
	width: 11px;
	position: absolute;
	right: 8px;
	padding-top: 1px;
}

.order-text {
	display: block;
	min-width: 90%;
	float: left;
}

.order-main-text {
	color: #231f20;
	font-size: 13.5px;
}

.order-sub-text {
	color: #404041;
	font-size: 9px;
}

.top-link-block {
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	margin-right: 1%;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0px !important;
}

.top-link-block>img {
	float: right;
	padding-right: 8px;
	margin-top: 6px;
}

.series-bottom-content {
	width: 100%;
}

.series-contain {
	background: #ececec;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-top: 15px;
}

.series-contain-heading {
	background: #004f9e;
	height: 28px;
	line-height: 28px;
	padding-left: 15px;
}

.series-contain-heading-text {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	font-family: arial;
}

.series-contain-list ul{
	color: #58595b;
	font-size: 12px;
	padding-top: 20px;
	padding-left: 22px;
	padding-bottom: 9px;
	list-style-image: url('/system/images/blue-bullet.png');
}

.series-contain-list li {
	padding-bottom: 15px;
}

.series-contain-list li:before {
	margin-top: -5px;
}

.review-heading {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #404041;
	margin: 0 0 18px;
}

.review-desc {
	color: #58595b;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 0 12px;
}

.pdf-download-button {
	background: rgb(236, 236, 236); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmNiZGJmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(236, 236, 236, 1) 70%,
		rgba(188, 189, 191, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(236
		, 236, 236, 1)), color-stop(100%, rgba(188, 189, 191, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(236, 236, 236, 1) 70%,
		rgba(188, 189, 191, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(236, 236, 236, 1) 70%,
		rgba(188, 189, 191, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(236, 236, 236, 1) 70%,
		rgba(188, 189, 191, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(236, 236, 236, 1) 70%,
		rgba(188, 189, 191, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec',
		endColorstr='#bcbdbf', GradientType=0); /* IE6-8 */
	color: #004f9e;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	height: 36px;
	line-height: 36px;
	margin-bottom: 11px;
}

.pdf-download-button>a {
	color: #004f9e;
	display: block;
	padding-left: 11px;
}

.pdf-img {
	width: 30px;
	float: right;
	margin-right: 5px;
	margin-top: 3px;
}
/* 404 error page */
.error-search {
	width: 32px !important;
	height: 32px !important;
}

/*Subject Browsing and Listing*/
.filter-a-z-wrapper {
	background: #e3e3e3;
	width: 100%;
	padding: 10px;
	font-family: arial;
}

.filter-a-z-desk-wrapper {
	width: 136px;
	margin: 0px auto;
}

.filter-a-z-header {
	width: 100%;
	padding: 2px 0 10px 2.5px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #404041;
}

.filter-a-z-content {
	padding-left: 0px;
}

.filter-a-z-content li {
	display: none;
	width: 40px;
	height: 40px;
	float: left;
	background: #fff;
	border: 1px solid #939598;
	text-align: center;
	line-height: 38px;
	font-size: 15px;
	font-weight: bold;
	margin: 0 5px 5px 0;
	list-style: none;
}

.filter-a-z-content li a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #58595B;
}

.clear {
	clear: both;
}

.selected_tile {
	background: #004F9E;
	color: #fff !important;
}

.series-heading-label {
	font-family: Arial;
	margin-bottom: 20px;
}

.sub-list {
	list-style-image: url('/system/images/list-icon.png');
	padding: 0;
	padding-left: 17px;
}

.sub-list>li {
	padding-top: 30px;
	color: #414042;
	font-size: 14px;
	font-family: arial;
}

.sub-list-item:link {
	color: #414042;
	text-decoration: none;
}

.sub-list li:first-child .back-to-top {
	display: none;
}

.back-to-top {
	color: rgb(50, 67, 220);
}

.back-to-top:link {
	color: rgb(50, 67, 220);
	font-size: 13px;
	font-family: arial;
	font-weight: normal;
	float: right;
	padding-right: 10px;
}

.sub-list-item:hover, .sub-list-item:active {
	 color: #BB1122;
	text-decoration: underline;
}

.sub-list-item:visited {
	color: #884488;
}

a.back-to-top:hover, a.back-to-top:active {
	 color: #BB1122;
	text-decoration: underline;
}

.alphabet-list {
	list-style: none;
	font-size: 24px !important;
	font-weight: bold;
	color: #004f9e !important;
}

.desktop-filter {
	display: none;
}

.mobile-filter {
	margin-top: 20px;
}

/*------------signIn---------*/

.form-control:focus {
	outline: 0;
	-webkit-box-shadow: none !important;
	border-color: #939598 !important;
	box-shadow: none !important;
}


.form-input-fields {
	background-color: #E6E7E8;
	padding: 20px 10px;
	margin-bottom: 20px;
	border: 1px solid #929497;
}

.form-input-label {
	font-size: 12px;
	color: #58595B;
	font-family: arial;
	font-weight: normal;
	/*padding-bottom: 5px;*/
	float: left;
	display: block;
	width: 100%;
	/*padding-top: 6px;*/
}

.form-search-wrapper {
	min-height: 30px;
	width: 100%;
	float: left;
}
.account-form-group {
	overflow: hidden;
	padding-bottom: 7px;
	padding-top: 7px;
	margin-bottom: 0px;
}


.new-password-wrapper {
	width: 100%;
}
.form-input {
	border-radius: 0px;
	border: 1px solid #939598;
	height: 30px;
	line-height: 15px;
	line-height: 30px\9;
	font-size: 12px;
	color: #6D6E71;
	margin-bottom: 5px;
	padding: 0 0 0 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.form-error-message{
	clear: both;
	font-size: 12px;
  color: red;
  display:none;
  line-height: normal;
}
.sign-in-forget-password-input{
	width:100%;
}
textarea.form-control{
	padding-top: 10px;
	font-size: 12px !important;
}
.mandatory-field {
	color: red;
}

.sign-on-forget-password  a, .oxford-help-text a, .sign-in-link-text a,
	.personal-details-content a, .terms-conditions-text a {
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	color: #3243DC;
}
.thanks-info-link{
	font-family: arial;
	font-weight: normal;
	font-size: 14px;
	color: #3243DC;
}
.sign-on-forget-password  a:link, .oxford-help-text a:link, .sign-in-link-text a:link,
	.personal-details-content a:link, .terms-conditions-text a:link,.thanks-info-link:link {
	color: #3243DC;
}
.sign-on-forget-password  a:visited, .oxford-help-text a:visited, .sign-in-link-text a:visited,
	.personal-details-content a:visited, .terms-conditions-text a:visited,.thanks-info-link:visited {
	color: #884488;
}
.sign-on-forget-password  a:hover, .oxford-help-text a:hover, .sign-in-link-text a:hover,
	.personal-details-content a:hover, .terms-conditions-text a:hover,.thanks-info-link:hover {
	color: #BB1122;
	text-decoration: underline;
}
.sign-on-forget-password  a:active, .oxford-help-text a:active, .sign-in-link-text a:active,
	.personal-details-content a:active, .terms-conditions-text a:active,.thanks-info-link:active {
	color: #BB1122;
	text-decoration: underline;
}
.hide-overflow{
	overflow:hidden;
}
.form-button-div {
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 10px;
}

.form-button {
	padding: 0px;
	text-align: center;
	float: right;
	margin-right: 24px;
	font-family: Trebuchet MS;
  font-size: 17px;
  width:128px;
}

.oxford-registration {
	margin: 20px 0px 0px 0px;
}

.form-subheading span {
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	padding-left: 10px;
}
.form-subheading p {
	padding-left: 10px;
}

.form-input-fields {
	margin: 20px 1px;
}
.registration-content{
	padding-left:10px;
}

.registration-content, .sign-in-link-text, .personal-details-content,
	.forget-password-content {
	font-weight: normal;
	font-size: 14px;
	color: #59595C;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size:12px;
}

.personal-details-content {
	margin: 0px 0px 0px 0px;
  font-size: 12px;
  clear: both;
  padding-left: 0;
  padding-top: 5px;
}

.password-strength-meter {
	width: 33%;
	height: 20px;
	background: #ffcc00;
	margin-bottom: 10px;
/* 	min-width: 106px; */
}

.oxford-help-text {
	float: right;
}

.terms-conditions-text {
	font-family: arial;
	font-size: 12px;
	color: #59595C !important;
	font-weight: normal;
}

.form-field-error {
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 12px;
	color: #59595C;
}
.require-name-field{
	font-weight: normal;
	font-size: 12px;
	color: #59595C;
	margin: 0px 0px 0px 0px;
  clear: both;
  padding-left: 0;
  padding-top: 5px;
}

.forget-password-content {
	padding: 0px 10px 10px 0px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.sign-in-page-left-content {
	visibility: hidden;
}

.form-custom-checkbox {
	cursor: pointer;
	background-color: #E6E7E8;
}


.checkbox-terms-conditions {
	position: relative;
	bottom: 4px;
	font-size: 12px;
	margin-left: 0px;
	font-family: arial;
	font-weight: normal
}

#oxford-id-username {
	color: red;
}
.password-strength {
	width: 100%;
	float: left;
	margin-top: 10px;
	display:none;
}

.password-strength-text {
	font-size: 12px;
	color: #58595B;
	font-family: arial;
}

.password-strength-level {
	font-weight: bold;
}
.password-rule {
	font-style: italic;
}
.readonly-username{
	cursor:default !important;
	background-color: transparent !important;
	border:none;
}
.select-outer-wrapper{
	  min-height: 30px;
  line-height: 30px;
  width: 55%;
  float: left;
}
.checkbox-terms-conditions+.form-error-message{
	margin-left: 20px;
}
/* KEEP UPDATED PAGE BRICK */
.keep-updated-left-div,.keep-updated-right-div{
	float: none;
	width: 100%;
	}
/* SERIES ORDER FORM */
.ui-widget-header{
	background: #fff!important;
	border: none!important;
}
.ui-dialog,#dialog{
	width: 500px!important;
	height:265px!important;
}
#dialog .form-search-wrapper{
	margin: 0px 0px 10px 0px;
}
.email-submit-button-btn{
	float: right!important;
	margin-right: 10px;
	  padding-top: 0;
}
span#ui-id-3 {
	width: 94%;
	
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
   background-image: url('/system/images/close.png');
     background-size: 25px;
  height: 25px;
  width: 25px;
    position: static;
  padding: 0;
  margin: 0;
}
.table-prop{
	  table-layout: fixed;
  overflow: hidden;
}

.td_width{
	width: 20%;
}
.td_overflow{
	  overflow: hidden;
}
.first_td_width{
	width: 41%;
}
/* .tab-isbn{
	display: inline-block;
}
.tab-isbn-number{
	display: block;
} */
/* Price Check Box  */
.price-checker-container{
	border: 1px solid #939598;
}
.price-checker-heading{
	font-size: 12px;
	color: #404041;
	font-weight: bold;
	font-family: arial;
	padding: 0px 10px;
	height:32px;
	line-height:32px;
	border-bottom: 1px solid #939598;
	background-color: #e2e2e1;
}
.price-checker-body{
	padding: 20px 10px;
}
.price-checker-input{
	height: 32px;
	line-height: 15px;
	line-height: 32px\9;
	width: 70%;
	padding-left: 10px;
	color: rgb(109, 110, 113);
float: left;
  margin-right: 8px;
  border: 1px solid #A7AAAD;
}
.go-button{
	border-radius:100%;
	width: auto;
	font-family: Trebuchet MS;
	font-size: 16px;
	padding-top: 0;
	height:32px;
	line-height:32px;
	margin: 0;
	padding: 0px 6px;
float:left;
}
.price-checker-title{
	color: #404041;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	padding-top: 20px;
	display: inline-block;
}
.price-checker-price{
	color: #404041;
	font-size: 15px;
	font-weight: bold;
	font-family: arial;
	display: block;
}
.price-checker-full-entry:link{
	color:rgb(50, 67, 220);
	display: inline-block;
	font-size: 12px;
}

.price-checker-full-entry:hover, .price-checker-full-entry:active {
	color: #BB1122; 
	text-decoration: underline;
}

.price-checker-full-entry:visited {
	color: #884488;
}

/* success message */
.form-success-message{
	 background:#e9ffd9 ;
	 border:1px solid #a6ca8a;
	 color: rgb(109, 110, 113);
	 font-size: 13px;
	 margin: 10px;
	 height: 30px;
	 line-height: 30px;
	
}
.form-success-message img{
	padding: 0px 10px;
	margin-bottom: 3px;
}

/* Barrier button */
.view-all-resources-button-wrapper{
	text-align: center;
margin: 10px 0px;
}
.view-all-resources-button-btn {
	float: none;
	font-size: 16px;
	font-family: Trebuchet MS;
	line-height: normal;
	width: 285px;
}

/* DatePicker */
div#ui-datepicker-div {
  height: 260px!important;
}

/* FOR FREE STYLE IMAGES */
.freestyle_imgs{  
vertical-align: top;
  margin: 10px; 
}

.style-loader{
	width: 100%!important;
	height: 50px!important;
	background: white!important;
	text-align: center!important;
	padding-bottom: 15px!important;
}
/* PAGE SECTION CSS */
#head-component {
	position: relative;
}

.container-content {
	max-width: 940px;
	padding: 0px !important;
	overflow:hidden;
}

#breadcrumb-component {
	display: none;
	padding-top: 10px;
}

#banner-component {
	display: none;
	margin-top: 20px;
	  margin-bottom: 20px;
	float: left;
	width: 100%;
}

.main-content {
	width: 100%;
	padding-top: 10px;
}

.left-content, .right-content {
	display: none;
	padding-bottom:20px;
}

#featured-item-container {
	  padding: 0px 10px;
  margin: 30px 0px;
}

.middle-content {
	width: 100%;
	float: right;
	padding-bottom: 20px!important;
}

.left-content {
	width: 31%;
	float: left;
height: auto;
}

.general-main-heading {
	position: relative;
	color: rgb(65, 64, 66);
	font-weight: bold;
	font-size: 30px;
	font-family: arial;
	margin-top: 0px;
	padding-left: 10px;
	word-wrap: break-word;
}
.general-author-heading{
	margin-bottom:10px;
}
.author-description{
	margin-top:5px;
	margin-bottom: 10px;
}
.general-sub-heading {
	color: rgb(65, 64, 66);
	font-weight: normal;
	font-size: 20px;
	font-family: arial;
	margin-top: 10px;
	padding-left: 10px;
}

.heading-label {
	font-family: Arial;
	margin-bottom: 20px;
	
}
.use-header{
	margin-top:10px;
}

.heading-label-content {
	margin-top: 20px;
	font-weight: normal;
	font-size: 15px;
	color: rgb(88, 89, 91);
	padding: 0px 10px;
	display: none;
}

.heading-content-list {
	margin-top: 25px;
	margin-bottom: 20px;
}

.heading-content-list ul {
	list-style-image: url('/system/images/blue-bullet.png');
	padding-left: 12px;
}

.heading-content-list ul li {
	margin-top: 16px;
}

#new-resources-carousel-block {
	margin-top: 20px;
}

.book-block, #simple-accordion-container, #new-resource-container,
	.book-block, #title-resource-container, #video-block-container,
	#video-carousel-container, #title-resource-container {
	margin: 30px 0;
	display: none;
}

.link-block-div {
	padding: 0px 10px;
	}

.product-list-container {
	width: 100%;
	padding-top: 10px;
}

.link-block {
	line-height: normal !important;
	cursor: pointer;
	width: 100%;
	margin: 10px 0;
	min-height: 36px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: rgb(0, 79, 158);
	background: #e5e6e8; /* Old browsers */
	background: -moz-linear-gradient(top, #e5e6e8 0%, #dfe6ea 90%, #bcbec0 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e6e8),
		color-stop(90%, #dfe6ea), color-stop(100%, #bcbec0));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e5e6e8 0%, #dfe6ea 90%, #bcbec0 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e5e6e8 0%, #dfe6ea 90%, #bcbec0 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e5e6e8 0%, #dfe6ea 90%, #bcbec0 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #e5e6e8 0%, #dfe6ea 90%, #bcbec0 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#e5e6e8',
		endColorstr='#bcbec0', GradientType=0); /* IE6-9 */
}

.link-block a {
	display: table;
	padding-left: 10px;
}

.link-block span {
	padding-top: 4px;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.link-block img {
	float: right;
	padding-right: 10px;
	margin-top: 6px;
}

.link-block a, .link-block   a:link, .link-block  a:visited {
	color: rgb(0, 79, 158);
}

.desk-link-block {
	display: none;
}

.middle-accordion-heading {
	background: rgb(230, 231, 232);
	min-height: 48px;
	line-height: normal;
	padding-top:15px;
	font-family: arial;
	font-weight: normal;
	color: rgb(88, 89, 91);
	font-size: 13px;
	cursor: pointer;
}

.middle-accordion-open {
	background-color: #F1F2F2;
}

.hidden_triangle {
	display: none;
}

.middle-accordion-container {
	border-top: 1px solid #949699;
	margin-bottom: 0px;
	width: 100%;
}

.middle-accordion-container-outer {
	border-bottom: 1px solid #949699;
	display: block;
	margin: 30px 0;
}

.middle-accordion-content {
	background-color: #F1F2F2;
	padding-bottom: 8px;
	list-style: none !important;
	display: none;
	padding-left: 15px;
    padding-right: 15px;
}

.middle-accordion-content-open {
	border: none;
}

.middle-accordion-content ul {
	list-style-type: none !important;
	margin-top: 0;
	padding-left: 0px !important;
}

.triangle {
	float: left;
	margin-left: 14px;
	margin-top: -2px;
	padding: 0;
	padding-right: 5px;
}

.triangle-image {
	width: 14px;
}
/*        #jira402#
.accordion-container .triangle{  
	margin-top:5px;
}*/
.middle-accordion-menu-list {
	padding: 0px 0px 20px 33px;
	min-height: 20px;
	color: #3243DC;
	font-size: 12px;
}

.middle-accordion-menu-list:first-child {
	padding-top: 0px;
}

.middle-accordion-menu-list a:link {
	color: #3243DC;
}

.middle-accordion-menu-list a:hover, .middle-accordion-menu-list a:active
	{
	color: #BB1122;
	text-decoration: underline;
}

.middle-accordion-menu-list a:visited {
	color: #884488;
}

.right-content {
	width: 23%;
	float: right;
}

.heading-label-search-results {
	padding: 0px 10px;
	text-align:center;
}

#advert-component {
	margin-bottom: 20px;
}

#adverts {
	width: 100%;
}

.follow-block {
	margin-bottom: 20px;
}

.follow-parent, .info, .advert-css, .structured-advert {
	width: 100%;
}

#footer-container {
	padding: 0px;
}

#foot-component {
	clear: both;
	margin-top: 20px;
	border-top: 0px solid rgb(148, 150, 153);
}
.table-row-odd{
	background: #f1f1f2;
}
.table-row-even{
	background: #fff;
}
.form-border{
border: 1px solid rgb(148, 150, 153);
padding: 10px;
margin-bottom: 20px;
}
/*--------- No Search Results ---------*/
.search-results-heading {
	position: relative;
	color: #424143;
	font-weight: bold;
	font-size: 20px;
	font-family: arial;
	margin-top: 0px;
}

.search-content {
	font-size: 15px;
	font-family: arial;
	font-weight: normal;
	color: #59595C;
	margin-bottom: 10px;
	padding-top: 15px;
}

.search-results-field {
	float: left;
	border: 1px solid #d3d3d3;
	margin-bottom: 10px;
	width: 60%;
}

.search-results-input {
	width: 100%;
	height: 45px;
	border: 1px solid #d3d3d3 !important;
	padding-left: 10px;
	font-size: 12px;
	line-height: 15px;
	line-height: 42px\9;
}

.search-results-input:focus {
	outline: none;
}

.search-results-field ul {
	padding: 0px;
}

.search-results-field ul li {
	padding: 10px;
	list-style: none;
}

.search-results-error-message {
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: rgb(241, 104, 35);
	overflow: hidden;
	padding-bottom: 14px;
}

.search-results-error-message  a, .search-results-error-message  a:link,
	.search-results-error-message  a:visited {
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	color: rgb(51, 68, 221) !important;
}

.search-results-error-message  a:hover {
	color: rgb(241, 104, 35);
}

.search-results-button button {
	padding-left: 10px;
	float: right;
}

.search-results-spellcheck {
	clear: left;
	font-size: 15px;
	font-family: arial;
	font-weight: normal;
	color: rgb(88, 89, 91);
}

.search-results-errorcontent {
	width: 100%;
	float: left;
	padding-left: 50px;
}

.search-results-error-image {
	position: absolute;
	margin: 2px 11px 0px 5px;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background-color: rgb(241, 104, 35);
	color: white;
	text-align: center;
	line-height: 35px;
	font-size: 28px;
	margin: 2px 11px 0px 5px;
	behavior: url(/system/css/PIE.htc);
}

.search-results-button {
	width: 40%;
	float: right;
}

.search-results-spellcheck a {
	font-family: arial;
	font-weight: normal;
	color: rgb(51, 68, 221)
}

.search-results-field ul li {
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	color: rgb(51, 68, 221);
	padding-top: 25px;
	cursor: pointer;
}

.search-results-field ul li .search-word {
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	color: rgb(51, 68, 221);
}
/* course module */
.pdf-download-link:link{
	color: rgb(88, 89, 91);
	
}
.pdf-download-link:hover,.pdf-download-link:active{
	 color: #BB1122;
	text-decoration: underline;
}
.pdf-download-link::visited{
	color: #884488;
}
/* account module */
.resource-product-link:link{
	color: #58595b;
}
.resource-product-link:hover,.resource-product-link:active{
		color: #BB1122;
	text-decoration: underline;
}
.resource-product-link:visited{
	color: #884488;
}
/* EAC Login */
.eac-page {
	width: 100%;
	margin-bottom: 20px;
}
.form-group-eac {
	margin-right: 7px;
}

.form-group-eac .form-control {
	width: 100%;
}

/* ALL MEDIA QUERIES */
@media ( min-width : 320px) and (max-width: 360px) {
	.search-results-field {
		width: 54%;
	}
	.search-results-button {
		width: 46%;
	}
	.mobfilter-sorting-dropdown{
	top: -23px;
	}
	a{
	-webkit-user-select: none;  
  	-moz-user-select: none;     
  	-ms-user-select: none;     
  	user-select: none;    
	}
	
}

@media ( min-width :320px) and (max-width:549px) {
	.oxford-help-text {
		padding-top: 5px;
		float: none;
		
	}
	.search-results-error-image {
		margin-top: 2px;
	}
	#simple-accordion-container, #new-resource-container, .book-block,
		#title-resource-container, #video-block-container,
		#video-carousel-container, #title-resource-container {
		display: block;
	}
	
}

@media ( max-width : 328px) {
	.footer-links a:hover, .footer-links a:visited, .footer-links a:link,
		.footer-links a:active, .copyright {
		font-size: 10px;
	}
	.footer-links-li {
		width: 65px;
	}
	
}
@media ( max-width : 320px){
.filter-sorting {    
   	 width: 167px;   
	}
	.filter-sorting-dropdown{
	width:125px;
	margin-top:-24px;
	}
}
@media ( min-width :321px) and (max-width: 400px){
.filter-sorting {    
   	 width: 167px;   
	}
	.filter-sorting-dropdown{
	width:125px;
	
	}
}
@media ( min-width : 330px) {

	.filter-results {
		padding: 4px 0px 0px 15px;
	}
}

@media ( min-width : 370px) {
	.footer-links-li {
		width: 70px;
	}
	.footer-links a:hover, .footer-links a:visited, .footer-links a:link,
		.footer-links a:active {
		font-size: 11px;
	}
}

@media ( min-width : 410px) {
	.filter-sorting-dropdown {
		margin-left: 5px;
	}
	
	
		.filter-results, .filter-sorting {
		font-size: 13px;
	}
	.filter-results {
		width: 43%;
	}
	.filter-sorting {
		float: right;
		width: 57%;
		padding-right: 15px;
	}
	.filter-results label{
	    margin-left: 0px;
	}
	.filter-results a:link{		
	width: 51%;		
	margin-top:9px;
	}
	
}

@media ( min-width : 421px) {
	.filter-results a:link, .filter-results a:hover, .filter-results a:visited,
		.filter-results a:active {
		padding-top: 0px;
		width: 48%;
	}
}

@media ( min-width :450px) and (max-width: 549px) {
	.result-list-desc-div {
		width: 66%;
	}
}

@media ( min-width :470px) and (max-width: 549px) {
	.buyfrom-options {
		right: 10px;
	}
}

@media ( min-width :485px) and (max-width: 549px) {
	.buyfrom-options {
		left: 170px;
	}
}

@media ( max-width :549px) {
	.header {
		margin-left: 0px;
		margin-right: 0px;
	}
	.footer-container {
		margin-left: 0px;
		margin-right: 0px;
	}
	.order-btn>img {
		right: 20px;
	}
	.reduceMinSize{
	min-width: 135px!important;
}
.reduceSize{
	width: 135px!important;
}
.reduceImgSize{
	width: auto;
}

	.show-resources, #simple-accordion-container, #featured-item-container,
		#new-resource-container, .book-block, #title-resource-container,
		#video-block-container, .desk-link-block, #video-carousel-container {
		display: block;
	}

}

@media ( min-width :550px) {
	.bottom-text{
	padding: 0;
	height: auto;
	margin-bottom:10px;
	line-height: normal;
	word-wrap: break-word;
}
	.filter-results a:link, .filter-results a:hover, .filter-results a:visited,
		.filter-results a:active {
		display: none;
	}
	.filter-results {
		width: 30%;
	}
	.filter-results label {
		width: 100%;
	}
	#hero-panel-component {
		display: block;
	}
	.filter-sorting {
		width: 100%;
		padding-right: 0px;
	}
	.form-subheading span, .form-subheading p,.registration-content{
		padding-left: 0;
	}
	.form-input-fields {
		margin:20px 0;
	}
	.page-changer-dropdown {
		width: 30%;
		padding-right: 0px;
	}
	.results-per-page-dropdown {
		width: 170px;
		padding-right: 0px;
	}
	.pdf-download-button {
		width: 230px;
		margin-left: 0px;
	}
	.filter-sorting-container {
		overflow: hidden;
		float: right;
		padding-right: 15px;
	}
	.result-list-desc-div {
		width: 50%;
	}
	.buyfrom-options {
		left: 44%;
	}
	.section-footer-home {
		width: 49%;
	}
	.section-footer {
		width: 49%;
	}
	.keep-updated-div {
		width: 100%;
	}
.keep-updated-left-div{
	float: left;
	width: 49%;
}
.keep-updated-right-div{
	float: right;
	width: 49%;
}
.form-search-wrapper {
		width: 45%;
		margin-right: 5px;
	}
	.new-password-wrapper {
		width: 22%;
		margin-right: 5px;
	}
	.form-input-label {
		width: 30%;
		margin-right: 5px;
	}

	.account-new-password {
		height: 30px;
	}
	.personal-details-content,.require-name-field{
	margin: 0px 0px 0px 5px;
  padding-left: 30%;
}
.sign-in-forget-password-input{
	width:22%;
}
.sign-on-forget-password{
	padding-top:5px;
}
.sign-in-forget-password-input .form-error-message{
	position: absolute;
}
.new-password-wrapper .form-error-message{
	position: absolute;
	margin-top: 5px;
}

	.container-content {
		  border: 10px solid white;
	}
	#banner-component, .left-content, .show-resources,
		#simple-accordion-container, #featured-item-container,
		#new-resource-container, .book-block, #title-resource-container,
		#video-block-container, .desk-link-block, #video-carousel-container,
		.heading-label-content {
		display: block;
	}
	.general-main-heading, .general-sub-heading, #featured-item-container {
		padding-left: 0px;
	}
	#featured-item-container {
		padding-top: 0px;
	}
	.heading-label-content, .product-list-content {
		padding: 0px;
	}
	
	.search-results-button {
		padding-right: 5px;
	}
	.middle-content {
		width: 69%;
		display: block;
		float: left;
		padding-left: 20px;
	}
	/* Jira 211*/
	.middle-tabcontent
	{
	width:100% !important;
	}
.product-list-container {
		width: 69%;
		float: left;
		padding-left: 20px;
	}
	.link-block-div, .heading-label-search-results {
		padding: 0px;
	}
	.link-block {
		width: 230px;
		margin: 10px 0;
	}
	.heading-content-list {
		margin-bottom: 30px;
	}

}

@media ( min-width :550px) and ( max-width :767px) {
	.oxford-logo {
		width: 156px;
	}
	.india-text {
		font-size: 37.5px;
	}
	.header {
		height: 75px;
	}
	.search-desktop-container, .navigation-menu-container {
		display: none;
	}
	.oxford-logo-div {
		margin: 0px;
		width: 271px;
	}
	.oup-logo-container, .search-unit-container {
		width: 49%;
		float: left;
	}
	.search-unit-container {
		padding-top: 25px;
	}
	.add-border{
	border-bottom: 1px solid #939598;
}

}

@media ( min-width : 550px) and (max-width :667px) {
	.links-copyright {
		top: 69px;
	}
}

@media ( min-width :650px) and (max-width:767px) {
	.result-list-desc-div {
		width: 62%;
	}
}
@media ( max-width :767px) {
.add-padding{
padding-left:130px;
}
}

@media ( min-width :768px) {
	.header {
		height: auto;
		border: none;
	}
	.search-icon {
		width: 32px;
		height: 32px;
	}
	.book-block, .search-desktop-container, .navigation-menu-container,
		.header-top-links, .online_digital_conferences_events,
		#resource-for-component {
		display: block;
	}
	.header-button-options-container, .search-open-container {
		display: none !important;
	}
	.oxford-logo-div {
		margin: 0px;
		width: auto;
	}
	.pagination-div {
		display: none;
	}
	.outer-wrapper-title-carousel {
		padding-bottom: 0px;
	}
	.oup-logo-container {
		width: 49%;
		float: left;
	}
	.search-unit-container {
		width: 362px;
		float: right;
		padding-top: 15px;
	}
	.buyfrom-options {
		clear: both;
		left: auto;
		margin-left: 5px;
	}
	/* .buyoption {
		width: 35%;
	} */
	.buy-button-div {
		margin-top: 20px;
		padding-right: 15px;
		margin-left: 0px;
		float: right;
		margin-right: 5px;
	}
	.foot-seperator, .copyright {
		display: inline-block;
		width: 100%;
	}
	.footer-copywrite, .title-text, .subtitle-text, .copyright {
		display: block;
	}
	.footer-links {
		float: right;
		width: 50%;
		margin-top: -3px;
	}
	.footer-copywrite {
		float: left;
		width: 50%;
	}
	.footer-links-ul {
		float: right;
		width: auto;
	}
	.footer-end-text {
		top: 0px;
	}
	.section-footer-div {
		display: none;
	}
	.share-text {
		font-size: 11px;
	}
	.footer-sections {
		display: block;
	}
	.menu-options {
		height: 111px;
		border-top: 1px solid rgb(148, 150, 153);
		padding-top: 20px;
	}
	.menu-option-top-row {
		display: block;
	}
	.menu-option-bottom-row {
		padding: 10px 0;
	}
	.bottom-menu {
		display: block;
	}
	.page-changer {
		display: block;
	}
	.results-per-pg-div {
		display: block;
	}
	.filter-sorting {
		padding-top: 0px;
		width: 100%;
		padding-right: 0px;
	}
	.filter-sorting-container {
		width: 210px;
	}
	.filter-results {
		display: none;
	}
	.result-writing {
		float: left;
	}
	.desktop-filter {
		display: block;
	}
	.mobile-filter {
		display: none;
	}
	.sub-list>li:first-child {
		padding-top: 5px;
	}
	/* .tab-isbn,.tab-isbn-number{
	display: none;
	} */

	#breadcrumb-component {
		display: block;
	}
	#banner-component {
		margin-top: 10px;
	}
	.middle-content {
		float: left;
		width: 54%;
		padding: 0px 20px;
	}
	.left-content {
		width: 23%;
	}
	.right-content {
		display: block;
	}
	.product-list-container {
		width: 77%;
	}
	#foot-component {
		border-top: 1px solid rgb(148, 150, 153);
	}
}

@media ( max-width :600px) and (min-width:550px) {
	.custom-navigation-video {
		bottom: 8%;
	}
}

@media ( max-width :840px) and (min-width:768px) {
	.custom-navigation-video {
		bottom: 8%;
	}
}

@media ( max-width :777px) and (min-width:768px) {
	.resource-title {
		font-size: 12.5px;
	}
}
@media ( max-width : 820px) {
	.eac-heading {
		font-size: 12px;
	}
}
@media ( max-width : 855px) {
	.info_header {
		font-size: 12px;
	}
	.label-newsletter {
		font-size: 12px;
		padding-top:10px;
	}
	.label-follow-us{
	width:75%;
	}
}

@media ( min-width :830px) and (max-width: 899px) {
	.list-grid-selector {
		margin-left: 18%;
	}
}

@media ( max-width : 828px) {
	.results-per-page-dropdown {
		padding-left: 0px !important;
	}
}

@media ( min-width :829px) and (max-width: 859px) {
	.results-per-page-dropdown {
		padding-left: 10px !important;
	}
}

@media ( min-width :860px) {
	.filter-sorting-container {
		width: 39%;
	}
	.results-per-page-dropdown {
		width: 157px;
	}
	.results-per-pg-text {
		width: 105px;
		line-height: 25px;
	}
}

@media ( min-width :889px) {
	.footer-sections {
		background-color: rgb(238, 239, 239);
		padding-top: 12px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
	.footer-sections-ul {
		color: rgb(50, 67, 220);
		font-family: Arial;
		background: white;
		padding: 0;
		margin-bottom: 0px;
	}
	.footer-last-section {
		min-height: 185px;
	}
}

@media ( min-width :900px) {
	.list-grid-selector {
		margin-left: 22%;
	}
}
/*MEDIA QUERIES FOR KEEP UPDATED PAGE BRICK*/
@media ( min-width :840px) and (max-width:867px) {
	.division-page img {
		width: 31px;
	}
	.keep-updated-div span{
		font-size: 19px;
	}
}

@media ( min-width :812px) and (max-width:839px) {
	.division-page img {
		width: 30px;
	}
	.keep-updated-div span{
		font-size: 18px;
	}
}

@media ( min-width :784px) and (max-width:811px) {
	.division-page img {
		width: 29px;
	}
.keep-updated-div span{
		font-size: 17px;
	}
}

@media ( min-width :768px) and (max-width:783px) {
	.division-page img {
		width: 28px;
	}
	.keep-updated-div span{
		font-size: 16px;
	}
}

@media ( min-width :660px) and (max-width:767px) {
	.division-page img {
		width: 32px;
	}
	.keep-updated-div span{
		font-size: 20px;
	}
}

@media ( min-width :638px) and (max-width:659px) {
	.division-page img {
		width: 31px;
	}
.keep-updated-div span{
		font-size: 19px;
	}
}

@media ( min-width :615px) and (max-width:637px) {
	.division-page img {
		width: 30px;
	}
	.keep-updated-div span{
		font-size: 18px;
	}
}

@media ( min-width :592px) and (max-width:614px) {
	.division-page img {
		width: 29px;
	}
	.keep-updated-div span{
		font-size: 17px;
	}
}

@media ( min-width :570px) and (max-width:591px) {
	.division-page img {
		width: 28px;
	}
	.keep-updated-div span{
		font-size: 16px;
	}
}

@media ( min-width :550px) and (max-width:569px) {
	.division-page img {
		width: 26px;
	}
	.keep-updated-div span{
		font-size: 14px;
	}
}

@media (min-width:768px) and (max-width:795px){
	.outer-wrapper-title-carousel .owl-carousel .owl-item {
  min-width: 129px;
}
.title-carousel .item {
  min-width: 129px;
}
.img-container {
  width: 129px;
}
.img-container>a {
  height: 129px;
  width: 129px;
}
}
@media (min-width:550px) and (max-width:585px){
	.outer-wrapper-title-carousel .owl-carousel .owl-item {
  min-width: 129px;
}
.title-carousel .item {
  min-width: 129px;
}
.img-container {
  width: 129px;
}
.img-container>a {
  height: 129px;
  width: 129px;
}	
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast:none) {
	.dropdown {
		padding-bottom: 15px;
	}
	.search-open-input {
		padding-top: 11px;
		padding-bottom: 16px;
	}
	.from-year-select, .to-year-select, .select-div{
		padding-top: 5px;
	}
	.salutation-select-div,.profile-select-div {
		padding-top: 3px;
	}
	select {
	padding-right:40px;
	}

}
@media screen and (-webkit-min-device-pixel-ratio:0) { 

    /* Safari only override */
    ::i-block-chrome,select {
     padding-left: 5px;
    }
  /*   ::i-block-chrome,.label-follow-us{
    width:78%;
    } */
}
@-moz-document url-prefix(){ 
	.footer-links-li { width:70px;
	
}

.search-desktop-container {
	margin-right: 2px;
}

.dropdown {
	padding-bottom: 13px;
}

.from-year-select, .to-year-select,.select-div {
	padding-top: 5px;
}

.link-block-div {
	margin-top: -2px;
}

.middle-accordion-container-outer {
	margin-top: -2px;
}

.dict-search-btn {
	margin-top: 3px !important;
	padding-top: 1px !important;
}

.footer-sections {
	padding-bottom: 12px;
}

.btn-eac {
	line-height:
}
}
.freestyle_imgs{  vertical-align: top;
  margin: 10px;
  display: block;} 
}



/*HEADER MENU FOR TABLET AND MOBILE*/

/*MENU ITEMS*/

.menu-wrapper {
	padding: 0px;
}

.menu-outer-mob-tab {
	width: 100%;
	display: none;
border: 10px solid #e5e6e8;
}
.menu-button-gap {
	width: 100%;
	height: 5px;
	background-color: #e5e6e8;
	z-index: 5;
	position: relative;
	top: -1px;
	display: none;
}


.menu-left-container,.menu-right-container {
	width: 100%;
}

.menu-left-container>a,.menu-right-container>a {
	display: block;
}

.menu-item {
	background: #dfe6ea;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #dfe6ea 0%, #dfe6ea 80%, #bcbec0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfe6ea), color-stop(80%,#dfe6ea), color-stop(100%,#bcbec0));
background: -webkit-linear-gradient(top, #dfe6ea 0%,#dfe6ea 80%,#bcbec0 100%);
background: -o-linear-gradient(top, #dfe6ea 0%,#dfe6ea 80%,#bcbec0 100%);
background: -ms-linear-gradient(top, #dfe6ea 0%,#dfe6ea 80%,#bcbec0 100%);
background: linear-gradient(to bottom, #dfe6ea 0%,#dfe6ea 80%,#bcbec0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe6ea', endColorstr='#bcbec0',GradientType=0 );
margin-bottom: 10px;
/* height: 36px; */
/* position: relative; */
/* width: 93%; */
min-height: 38px;
padding: 4px;
padding-top:6px;

overflow:hidden;
display: table;
width: 100%;
}

.menu-text {
	/* position: absolute; */
/* left: 15px; */
font-size: 17px;
color: rgb(0, 91, 170);
font-weight: bold;
/* line-height: 36px; */
/* height: 36px; */
width: 88%;
float: left;
}

.menu-arrow {
	/* height: 36px; */
/* line-height: 36px; */
/* position: absolute; */
/* right: 15px; */
margin-top: -1px;
/* float: right;*/
display: table-cell;
vertical-align: middle;
}
.menu-arrow  img{
float:right;
}

/*FOLLOW US JOIN US ITEMS*/

.follow-us-item,.join-us-item {
	background: grey;
	/*height: 32px;
	position: relative;*/
height: auto;
line-height: normal;
padding: 6px;
position: static;
min-height: 32px;
overflow:hidden;
/*display: table;*/
width: 100%;
 padding-left: 5px;
}
.follow-us-item{
	margin-top:18px;
	margin-bottom:13px;
}
.join-us-item {
	margin-bottom:28px;
	  min-height: 38px;
}



.follow-us-text-img,.join-us-text {
	/*position: absolute;*/
	left: 15px;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	/*line-height: 32px;
	height: 32px;*/
height: auto;
line-height: normal;
width: 88%;
float: left;
position: static;
padding-top: 1px;

}

.follow-us-text-img {
	/* text-align: center; */
	width: 80%;
}

.follow-us-text-img>label {
	float: left;
	width: 40%;
	padding-top: 3px;
}

.follow-us-arrow,.join-us-arrow {
	/*height: 32px;
	line-height: 32px;
	position: absolute;*/
	right: 15px;
	margin-top: -1px;
/*float:right;*/
display: table-cell;
vertical-align: middle;
}
.follow-us-arrow img,.join-us-arrow img{
float:right;
}
.follow-us-item-images {
	display: inline-block;
	/* width: 60%; */
	/*height: 32px;*/
margin-top: -2px;
/* padding-left:5px; */
}

.inline-follow-us-images {
	width: 22%;
	max-width: 32px;
	height: 32px;
}
.join-us-text{
	padding-top: 3px;
	
}
.mob-follow-us-img{
	width:91%;
}

/*MEDIA QUERIES FOR MENUS AND FOLLOW US JOIN US*/

@media ( max-width :767px){
	.menu-outer-mob-tab {
	display: none;
	overflow: hidden;
  background: #fff;
  position: absolute;
  padding:10px;
 top: 101px;
  z-index: 100;
}
}
@media ( max-width :767px) and (min-width:550px) {
.menu-outer-mob-tab {
	padding: 10px;
	 top: 65px;
}
	.menu-left-container,.menu-right-container {
		width: 49%;
		float: left;
		vertical-align: top;
	}
.menu-right-container {
		width: 49%;
		float: right;
		vertical-align: top;
	}
	
	.follow-us-item,.join-us-item {
	/*height: 36px;*/
	margin-bottom:10px;
	margin-top:0px;
}
.follow-us-arrow, .join-us-arrow{
padding-top:1px;
}
.menu-text,.join-us-text,.follow-us-text-img{
	/*line-height: 36px;
	height: 36px;*/
width:100%;
}
.mob-follow-us-img{
	width:91%;
}

.inline-follow-us-images {
	width: 22%;
	max-width: 36px;
	height: 36px;
}
	
}
@media(min-width:768px){
	.menu-outer-mob-tab{
	display:none !important;
	}

	.main-content{
	margin-top:0px !important;
	}
}
@-moz-document url-prefix(){ 
	.follow-us-item, .join-us-item {
	padding: 2.8px;
	}
	.follow-us-text-img, .join-us-text {
	padding-top: 0px;
	}
	.follow-us-item-images {
    display: inline-block;
    margin-top: 0px;
    padding-top: 2px;
}
.join-us-item {
    margin-bottom: 28px;
    min-height: 38px;
    padding: 5px;
    padding-top: 6px;
}
.follow-us-text-img > label {
	padding-left:1px;
	
}
}
