﻿/* 

_Useful colours_

Beige (from background): #f8f5ed;
Dark grey (from search button): #78756b;
Darkest grey (colour of text, some headings): #444;
Blue (table caption, h2, h4): #0056A1;
Dark red (from CTA menu): #9e0813;
Darker red (from CTA menu hover): #8b0711;
 

_New colours_
Medium grey (body background colour): #aaa;
Light grey (content background colour): #F6F6F6;
Red (accent): #CD202C;
Purple (accent): #7e2e6a;
Dark grey (text): #444;
Dark grey (mega menu): #303030;
Nearly black (logo bar background, CTA background): #1D1E19;
Nearly black (footer background): #181818;
Nearly black (headings): #2a2929;
Charcoal (copyright background): #333;

*/

@font-face 
{
	font-family: "Archivo";
	src: url('webfonts/Archivo-VariableFont_wdth,wght.ttf') format('truetype-variations');
	font-weight: 100 900; /* Range of weights supported by the variable font */
	font-style: normal;
	font-display: swap;
}

/* === Main Layout Styling START === */

body 
{
	font-family: "Archivo", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;

	background: #aaa;
	font-size: 16px;
	color: #444;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.wrapper
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	background-color: #fff;
}

.hidden, .skip
{ 
	display: none; 
}

.clear
{
	clear: both;
}

b, strong, th 
{
	font-weight: 600;
}

/* === Main Layout Styling END === */

/* === Essex Logo Styling START === */

.logoBanner
{
	background-color: #1d1e19;
	height: 105px;
}

.logoBanner img
{
	float: left;
	border: 0px;
}

.siteSearch
{
	float: right;
	margin: 0;
    height: 35px;
}

.siteSearch input[type="text"]
{
	height: 35px;
    border: 0;
	margin: 0;
	padding: 0;
    padding-left: 10px;
	width: 300px; 
	autocomplete: off;
    background-color: #333 !important;
    vertical-align: top;
    color: #aaa; 
}

.siteSearch input[type="submit"]
{
	margin: 0;
	padding: 0;
	background-color: #333; 
	border: none; 
	color: #fff; 
	font-size: 75%;
	height: 35px;
	width: 35px;
    vertical-align: top;
    background-image: url('/images/search.png');
}

.siteSearch input[type="submit"]:hover { background-image: url('/images/search-hover.png'); }

	.siteSearch select {
		background-color: #333;
		color: #aaa;
		border: 1px solid #333;
		height: 35px;
		padding: 0 5px;
		font-weight: 400;
		vertical-align: top;
		font-size: 14px;
	}

.siteSearch select:hover
{
    color: #fff;
}

.siteSearch .twitter-typeahead
{
	z-index: 600;
    vertical-align: top;
}

.siteSearch .tt-dropdown-menu
{
    margin-top: 20px;
    width: 310px;
}

.siteSearch .tt-dropdown-menu a:link,
.siteSearch .tt-dropdown-menu a:visited,
.siteSearch .tt-dropdown-menu a:hover,
.siteSearch .tt-dropdown-menu a:active
{
    color: #292929;
    text-decoration: none;
}

.siteSearch .tt-dropdown-menu a:hover
{
    text-decoration: underline;
}

.siteSearch a.searchQuickLink
{
    color: #aaa;
	text-decoration: none;
    padding-right: 15px;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

.siteSearch a.searchQuickLink:hover
{
    color: #fff;
}

/* === Essex Logo Styling END === */

/* === Mega Menu Styling START === */

/* Taken from Headscape's stylesheet (modified by JCM) */

.megaMenu { background-color: #303030; height: 42px; color: #000; z-index: 500; clear: both; width: 980px; display: block; position: relative;  }
.megaMenu.norm { display: block; }
.menu { display: table; list-style: none; width: 100%; height: 42px; margin: 0; padding: 0;  }
.menu li { position: relative; border: none; display: table-cell; text-align: center; }

.menu li.fullwidth { position: static !important; }
.menu li.hover { background: #fff; }
.menu li a { text-decoration: none; display: block; font-size: 1.2em; color: #aaa; padding: 11px 34.25px; }
.menu li a:hover { background: #fff !important; }

.menu li.active a { background: #e5dcc6; }
.menu li:hover a { color: #CD202C; background: #fff; text-shadow: none; position: relative; z-index: 11; }
.menu li.hover div a { display: inline; text-decoration: none; text-shadow: none; border: none; padding: 0; }

.menu .dropdown_fullwidth { left: -999em; display: block; position: absolute; z-index: 999; background: #fff; border: 4px solid #F6F6F6; border-top: none; text-align: left; width: 923px; margin: 13px 0 0; padding: 25px; -webkit-box-shadow: 0px 9px 11px rgba(3,3,3,0.1); -moz-box-shadow: 0px 9px 11px rgba(3,3,3,0.1); box-shadow: 0px 9px 11px rgba(3,3,3,0.1); }

.menu li.hover .dropdown_fullwidth { left: 0; top: 30px; }
.menu li.hover .align_right { left: auto; right: -1px; top: 25px; }
.menu li.right .dropdown_fullwidth { right: 18px; top: 33px; }

.menu .col_1,.menu .col_2,.menu .col_3,.menu .col_4,.menu .col_5,.menu .col_6 { display: inline; float: left; position: relative; margin-left: 20px; }
.menu .col_1 { margin-top: 10px; width:152px; margin-left: 25px; border-left: 1px solid #F6F6F6; padding-left: 13px; margin-left: 13px; }
.menu .col_1.narrow { width:100px; margin-left: 25px; border-left: 1px solid #F6F6F6; padding-left: 13px; margin-left: 13px; }
.menu .col_1.wide { width:200px; margin-left: 25px; border-left: 1px solid #F6F6F6; padding-left: 13px; margin-left: 13px; }
.menu .col_1.mid { width:120px; margin-left: 25px; border-left: 1px solid #F6F6F6; padding-left: 13px; margin-left: 13px; }

.menu .col_4 { width: 710px; border-left: 1px solid #F6F6F6; padding-left: 13px; margin-left: 13px; }
.menu .col_3 { width: 510px; border-left: 1px solid #F6F6F6; padding-left: 13px; margin-left: 13px; }
.menu .col_2 { width: 310px; border-left: 1px solid #F6F6F6; padding-left: 13px; margin-left: 13px; }

.menu .firstcolumn { margin-left: 0; clear: left; border-left: none; padding-left: 0 !important;  }

.menu p,.menu ul,.menu li,.menu h2,.menu h3 { font-size: 14px; font-weight: 400; text-align: left; color: #333; }
.menu p { color: #555; font-size: 12px; text-shadow: 1px 1px 1px #efefef; margin: 0 0 10px 0; line-height: 1.7; }
.menu .strong { font-weight: 900; }
.menu .italic { font-style: italic;}
.menu h2,.menu h3 a { margin-top: -5px; }

.menu h2 { display: block; font-weight: normal; padding-bottom: 5px; letter-spacing: -0.05em; font: 18px Vollkorn,"Times New Roman",Times,serif; }
.menu h2 a { color: #555 !important; background: none; }
.menu h2 a:hover { color: #000 !important; }

.col_3 h2, .col_2 h2 { padding: 10px 0 0 0; }

.menu h3 { border: none; float: left; font-size:12px; padding:0 0 5px 10px; background: url(../images/right8.png) 0 0 no-repeat; }
.menu h3 a { font-weight: 900; color: #555 !important; }
.menu h3 a:hover { font-weight: 900; color: #000 !important; }

.menu img { padding: 4px; margin-bottom: 5px; background: #fff; border: 1px solid #ddd; }
.menu img:hover { padding: 4px; background: #fff; border: 1px solid #555; }

.menu li.hover .col_1 ul { list-style: none; margin: 0 0 12px 0; padding: 0; margin: 0; }
.menu li.hover .col_1 ul li { font-size: 12px; position: relative; float: left;  width: 150px; margin: 0 0 1px 0; padding: 0 0 5px 0; }
.menu li.hover .col_1 ul.strong li { font-size: 13px; font-weight: normal; position: relative; float: left; width: 155px;  margin:0 0 10px 0;  line-height: 0px;  }
.menu li.hover .col_1 ul.strong li a { background: url('/images/grey-right-arrow.png') 0 0 no-repeat !Important;  color: #555; line-height: 15px; }
.menu li.hover .col_1 ul.strong li a:hover { background: url('/images/grey-right-arrow-filled.png') 0 0 no-repeat !Important;  }

.menu li.hover .col_1.narrow ul li { width: 100px; }
.menu li.hover .col_1 ul li a { background: url('/images/grey-right-arrow.png') 0 0 no-repeat;  float: left; padding:0 0 0 10px;  display: block; color: #666; }
.menu li.hover .col_1 ul li a:hover { background: url('/images/grey-right-arrow-filled.png') 0 0 no-repeat !important; color: #000; }

.menu li.hover ul.mm_rsList li a { background: none; padding: 8px 0 0 0; }

.menu li.hover ul.mm_rsList li .datetime { margin: 0; font-size: 0.9em; text-decoration: none; border-bottom: none; padding: 0; font-weight: 900; padding-bottom: 8px; }
.menu li.hover ul.mm_rsList li abbr { border-bottom: none;  }
.menu li.hover ul.mm_rsList li a { padding: 0 0 10px 0; margin: 0;  }

/* === Mega Menu Styling END === */

/* === CTA Menu Styling START === */

.callToAction
{
	background-color: #fff;
	height: 40px;
	margin-left: 4px;
	margin-top: 4px;
	color: #fff;
    border-bottom: 4px solid #fff;
}

.callToActionTabs span
{
	margin-right: 4px;
    font-size: 110%;
	float: left;
	width: 240px;
	height: 31px;
	background: #1d1e19;
    text-align: center;
	/*padding-left: 25px;*/
	padding-top: 9px;
}

.callToActionTabs span:hover,
.callToActionTabs .active span
{
	cursor: pointer;
    background: #d94334; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #612563, #d94334); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #612563, #d94334); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #612563, #d94334); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #612563, #d94334); /* Standard syntax */
}

.callToActionTabs a
{
	font-size: 105%;
}

.callToAction a
{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
}

.preFilledTextField
{
	color: #888;
	font-style: italic;
}

.hide
{
	display: none;
}

/* Tooltip hover START */

.normalTip 
{
	text-transform: none;
	font-size: 12px;
	background-image: none;
	background: none;
}

.aToolTip {
	border: 2px solid #2A2929;
	background: #f2ecde;
	color: #555;
	font-size: 90%;
	margin: 0;
	padding: 6px 12px;
}

.aToolTip .aToolTipContent {
	position: relative;
	margin: 0;
	padding: 0;
	width: 300px;
}

a.aToolTipCloseBtn {
	display: block;
	height: 18px;
	width: 18px;
	text-indent: -9999px;
	outline: none;
	position: absolute;
	top: -15px;
	right: -15px;
	margin: 2px;
	padding: 4px;
}

/* Tooltip hover END */

/* === CTA Menu Styling END === */

/* === Heading Banner Styling START === */

.headingBanner
{
	height: 193px;
	border-top: 4px solid #fff;
	background-color: #CD202C; /* Default colour, will usually be overwritten by what is in Banner.xml */
}

.headingImage
{
	height: 193px;
	border-left: 4px solid #fff;
	width: 484px;
	float: right;
    background-image: url("/images/banner/rotating/rotating-image-4.jpg");
}

.headingImage img
{
	border: 0px;
	width: 100%;
}

.headingColourBlock
{
	height: 73px;
	float: left;
}

.headingColourBlock img
{
	padding: 0px;
	position: absolute;
	bottom: 0px;
}

.headingColourBlock a img
{
	border: 0px;
}

.headingColourBlock h2
{
	color: #fff;
	font-size: 120%;
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: normal;
	padding: 10px 5px 3px 20px;
}

.headingColourBlock h1
{
	color: #fff;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 225%;
	padding: 0px 5px 3px 20px;
    font-weight: 900;
}

.headingColourBlock h1 a
{
	color: #fff;
	text-decoration: none;
}

/* === Heading Banner Styling END === */

/* === Breadcrumb Styling START === */

.breadcrumb
{
	font-size: 85%;
	margin-left: -20px;
}

.breadcrumb a:link,
.breadcrumb a:visited,
.breadcrumb a:hover,
.breadcrumb a:active
{
	border: none;
}

.content .breadcrumb ul
{
	padding: 0px;
	margin: 0px;
    margin-left: 15px;
	border: 0px;
}

.breadcrumb ul li
{
	list-style-image: none;
	list-style-type: none;
	display: inline;
	padding: 0px;
	padding-right: 15px;
	background: transparent url('/images/breadcrumb.png') no-repeat top right; 
	margin-right: 6px;
}

.breadcrumb ul li:last-child
{
	background: none;
}

.breadcrumb ul li:last-child a
{
	border-bottom: 0px;
}

/* === Breadcrumb Styling END === */

/* === Side Navigation Styling START === */

.sideNavigation { background-color: #fff; font-weight: 600; color: #787878; border-right: 1px solid #aaa; }

.sideNavigation ul
{
	border: 0px;
	padding: 0px;
	margin: 0px;
    padding-top: 0px;
}

.sideNavigation .childLinks ul li
{
	border-bottom: 1px solid #fff;
}

/* Styling for when JavaScript is turned off START */

#lhsAccordion, #_ctl0_SideNavigation1_lhsUpLinks
{
    padding: 0;
}

#lhsAccordion h3, #_ctl0_SideNavigation1_lhsUpLinks h3 
{
    background: #fff none 0 0 no-repeat;
    border-bottom: 1px solid #aaa;
    font-weight: normal;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-top: 1px solid #ffffff;
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1;
    padding: 0px;
    margin: 0px;
}

#lhsAccordion h3 a, #_ctl0_SideNavigation1_lhsUpLinks h3 a 
{
    display: block;
    font-size: 10.5pt;
    font-weight: 600;
    padding: 15px;
    text-decoration: none;
    color: #555;
}

#lhsAccordion h3 a:hover,
#lhsAccordion h3 a:active,
#_ctl0_SideNavigation1_lhsUpLinks h3 a:hover,
#_ctl0_SideNavigation1_lhsUpLinks h3 a:active 
{
    background-color: #F6F6F6;
    background-image: none;
    color: #000;
}

/*Childless Links with h3 and class */
#lhsAccordion h4  { background: #F6F6F6 !important; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; cursor: pointer; position: relative; margin-top: 1px; zoom: 1; padding: 0px; margin: 0px; }
#lhsAccordion h4 a { display: block; font-size: 9pt; font-weight: 900; padding: 10px 5px 10px 10px; text-decoration: none; color: #555; }
#lhsAccordion h4 a:hover { background: #E2D9C5; }

.childLinks li 
{
	border-radius: 0px; 
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	background-color: #fff; 
    font-weight: 400;
	border-top: 0; 
	position: relative; 
	top: 0px; 
	/*overflow: auto;*/
	zoom: 1;
	border-bottom: 1px solid #fff;
}

.childLinks li a
{
	color: #222222; 
	font-weight: normal;
}

/* Styling for when JavaScript is turned off END */

/* Matt's Styling START */
/* See jquery.ui.accordion.css for more side navigation styling */

#sideNavigation { float: left; width: 22%; padding: 0 0 0 0; margin: 0 0 10px 0; }
#sideNavigation #SideNavigation1_lhsUpLinks { text-decoration: none; }
#sideNavigation #SideNavigation1_lhsUpLinks h3 { margin: 2px 0 1px 0; font-size: 9pt; margin: 0; border-bottom: 1px solid #aaa; }
#sideNavigation #SideNavigation1_lhsUpLinks h3 a { text-decoration: none; padding: 15px; color: #555; display: block; font-size: 10.5pt; font-weight: normal; }
#sideNavigation #SideNavigation1_lhsUpLinks h3 a:hover { background-color: #F6F6F6; color: #000; }
#sideNavigation #SideNavigation1_accordionHTML h3 { margin: 0; }
#sideNavigation #SideNavigation1_accordionHTML h3 a { margin: 0; }

/* Matt's Styling END */

/* === Side Navigation Styling END === */

/* === Footer Styling START === */

.footer
{
	background-color: #181818; /* url('/images/footer/microscope.gif') no-repeat bottom right; */
    color: #aaa;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	padding: 20px 0px;
}

.footer h3
{
	font-size: 120%;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
}

.footer p
{
	line-height: 0.8;
}

.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:active
{
	color: #aaa;
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
}

.footer a:hover,
.footer a:active
{
	border-bottom: 1px solid #fff;
	color: #fff;
}

.footer ul
{
	margin: 0;
	padding: 0;
}

.footer li
{
	list-style-type: none;
	padding-bottom: 5px;
    display: block;
}

.footer .colSocialMedia 
{  
	width: 240px;
	float: left;
}

.footer .colSocialMedia li a
{
    height: 32px;
    width: 32px;
    display: inline-block;
    border: 0;
}

.footer .colSocialMedia li
{
	padding-right: 10px;
    display: inline;
}

.footer .colSocialMedia li a.facebook { background-image: url('/images/social/facebook.png'); }
.footer .colSocialMedia li a.facebook:hover { background-image: url('/images/social/facebook-hover.png'); }
.footer .colSocialMedia li a.twitter { background-image: url('/images/social/twitter.png'); }
.footer .colSocialMedia li a.twitter:hover { background-image: url('/images/social/twitter-hover.png'); }
.footer .colSocialMedia li a.instagram { background-image: url('/images/social/insta.png'); }
.footer .colSocialMedia li a.instagram:hover { background-image: url('/images/social/insta-hover.png'); }
.footer .colSocialMedia li a.linkedin { background-image: url('/images/social/linkedin.png'); }
.footer .colSocialMedia li a.linkedin:hover { background-image: url('/images/social/linkedin-hover.png'); }
.footer .colSocialMedia li a.youtube { background-image: url('/images/social/youtube.png'); }
.footer .colSocialMedia li a.youtube:hover { background-image: url('/images/social/youtube-hover.png'); }

.footer .colQuicklinks 
{
	width: 230px;
	float: left;     
}

.footer .colEnquiries 
{ 
	width: 230px;    
	float: left;
	padding-left: 15px;
}

.copyright
{
	background-color: #333;
    color: #aaa;
	padding-left: 1.2em;
    padding-top: 0.8em;
	font-size: 80%;
	height: 2em;
}

/* === Footer Styling END === */

/* === CAPTCHA Styling START === */


.captchaTable 
{
	border: 1px solid #999;
	background-color: #fff;
}

.captchaTable td a:link
{
	border: 0px;
}

.captchaTable td.randomImage
{
	border: 2px solid #666;
}

.captchaTable td img
{
	padding: 2px;
	border: 0px;
	margin: 0px;
}

.captchaText
{
	font-size: 85%;
	color: #666;
	margin-bottom: 0px;
}

.captchaLink
{
	display: none;
}

/* === CAPTCHA Styling END === */

.content .payment-methods { margin-bottom: 0; margin-top: 30px; }
.content .payment-methods img { border: 0; margin: 0; padding-right: 10px; }

/* === Search Results Styling START === */
.content .searchResults { border-top: 1px dotted #E2D9C5; overflow: hidden; }
.content .searchResults ul { margin: 0px; padding: 0px; }
.content .searchResults ul li { background: none; border-left: 4px solid #E2D9C5; padding: 5px 0 10px 20px; margin-top: 15px; border-bottom: 1px dotted #E2D9C5; font-size: 12px; list-style-image: none; list-style-type: none; }
.content .searchResults h3 { font-size: 15px; padding-bottom: 5px; margin: 0; }
.content .searchResults p { margin: 0; padding-bottom: 5px; }

.content #ContentMain_pnlSearch .dlForm { padding-bottom: 10px; }

.featureSuggestions p
{
	margin: 0;
	padding: 2px 5px;
}

a.addSearchSuggestion img
{
	padding-right: 5px;
	vertical-align: middle;
}

.pagination 
{
	margin: 30px 0;
	float: left;
}

.pagination a 
{
	padding: 5px 8px;
	background: #F6F6F6;
	margin-right: 5px;
}

.pagination a:link 
{
	border: 0px;
	border-bottom: 0px;
}

.pagination a:hover, 
.pagination a.next:hover,
.pagination a.previous:hover
{
	background: #E5DCC6;
}

.pagination a:link.active,
.pagination a:visited.active,
.pagination a:hover.active,
.pagination a:active.active
{
	color: #fff;
	border-bottom: 0px;
	background-color: #776f65;
	font-weight: 900;
}

.content .pagination a:link,
.content .pagination a:visited,
.content .pagination a:hover,
.content .pagination a:active
{
	border-bottom: 0px;
}

.phonebookLink
{
	 text-align: right;
	 padding-bottom: 5px;
}

/* === Search Results Styling END === */

/* === jQuery Pager Styling START === */

ul.simplePagerNav { margin: 0px; padding: 0px; }
ul.simplePagerNav li { margin-right: 5px; float: left; display:block; border: 0px; padding: 0px; }
ul.simplePagerNav li a { padding: 5px 8px; background: #F6F6F6; }
ul.simplePagerNav li a:link { border: 0px; }
ul.simplePagerNav li a:hover, 
ul.simplePagerNav li.next a:hover,
ul.simplePagerNav li.previous a:hover  { background: #E5DCC6; }
ul.simplePagerNav li.currentPage a { background: #776f65; color: #fff;  }
ul.simplePagerNav li.disabled a { color: #999;  }
ul.simplePagerNav li.disabled a:hover { background: #F6F6F6; color: #999; }

ul.simplePagerNav li.nav,
ul.simplePagerNav li.previous,
ul.simplePagerNav li.next { margin-right: 5px; padding: 0px; border: 0px; }

/* === jQuery Pager Styling END === */

/* Good Practice START */

.ratingStar 
{
	width: 18px;
	height: 16px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.filledRatingStar 
{
	background-image: url('/goodpractice/images/FilledStar.png');
}

.emptyRatingStar 
{
	background-image: url('/goodpractice/images/EmptyStar.png');
}

.savedRatingStar 
{
	background-image: url('/goodpractice/images/SavedStar.png');
}

/* Good Practice ENDS */

/* === CareerHub RSS feed styling START === */

.ch-venue {
display:none;
}

.ch-channelTitle {
display:none;
}

.ch-itemTitle {
font-size: 16px;
}

.ch-itemDescription {
line-height: 1.7;
}

.ch-summary {
margin: 10px 0px 18px 0px;
}

/* === CareerHub RSS feed styling END === */
