@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,700,700i&subset=latin-ext');

/* CSS Document 

p.p_light {
	font-size: 40px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;	
}

p.p_regular {
	font-size: 40px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;	
}

p.p_bold {
	font-size: 40px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;	
}
*/

/* ================================================= */
/* ADMIN
/* ================================================= */

* { margin: 0; padding: 0; }

html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #807F83;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	min-width: 1000px;
	height: 100%;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif !important;
	text-size-adjust: none;
}

@media only screen and (max-width: 1000px) {
	html, body {
		width: 100%;
		min-width: 320px;
	}
}

body {
	background-repeat: repeat-x;
	background-position: center 121px;
}
a { text-decoration: none; color: #00685e; }

img { display: block; border: none; }

a#a_skip {
	position: absolute;
	height: auto;
	width: auto;
	top: -30px;
	left: 20px
}

a#a_skip:focus, a#a_skip:active {
	top: 20px;
	z-index: 10000;
	left: 175px;
}

/* ================================================= */
/* UTILITIES
/* ================================================= */

.page_container {
	position: relative;
	width: 1000px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.full_width {
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #5B5D62;
	z-index: 1;
}

.full_width_home {
	position: relative;
	width: 100%;
	border: none;
	z-index: 3;
}

.full_width_home_2015 {
	width: 100%;
	position: relative;
	height: 500px;
	overflow: hidden;
	margin-top: -20px;
	z-index: 1;
}

/* ================================================= */
/* OUTER POSITIONAL STYLES
/* ================================================= */

header#header_main {
	min-height: 326px;
	width: 1000px;
	position: relative;
	display: block;
	z-index: 2;
	overflow: visible;
}

header#header_home {
	min-height: 580px;
	width: 1000px;
	position: relative;
	display: block;
	z-index: 2;
	overflow: hidden;
}

header#header_home_2015 {
	min-height: 140px;
	width: 1000px;
	position: relative;
	display: block;
	z-index: 2;
	overflow: visible;
}

header#header_hub {
	min-height: 120px;
	width: 1000px;
	position: relative;
	display: block;
	z-index: 2;
	overflow: visible;
}

@media only screen and (max-width: 1000px) {
	header#header_main, header#header_home, header#header_home_2015, header#header_hub {
		width: 100%;
	}
}

section#section_home_2015 {
	display: block;
	position: relative;
	width: 1000px;
	height: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: visible;
}

@media only screen and (max-width: 1080px) {
	section#section_home_2015 {
		overflow: hidden;
	}
}

section#section_main {
	position: relative;
	width: 100%;
	max-width: 1000px;
	height: auto;
	min-height: 360px;
	display: block;	
	overflow: hidden;
	margin-top: -120px;
	background-image: url(/images/article/keylinewide.png);
	background-repeat: no-repeat;
	background-position: center 120px;
	z-index: 1;
}

@media only screen and (max-width: 1080px) {
	section#section_main {
		background-image: none;
		margin-top: -120px;
	}
}

nav#nav_secondary {
	width: 145px;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 120px;
}

@media only screen and (max-width: 1080px) {
	nav#nav_secondary {
		position: absolute;
		z-index: 999999;
		background-color: #ffffff;
		width: 100%;
		height: auto;
		overflow: hidden;
		top: 120px;
		padding: 0px !important;
		display: none;
		box-shadow: 10px 10px 30px #999999;
	}
	
}

article#article_main {
	width: 575px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
	position: relative;
	z-index: 1;
	overflow: visible;
}

@media only screen and (max-width: 1080px) {
	article#article_main {
		width: 100%;
		width: calc(100% - 40px) !important;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	article#article_main img {
		width: 100%;
		height: auto;
	}
}

article#article_hub {
	display: block;
	position: relative;
	width: 100%;
	min-height: 500px;
	text-align: center;
	z-index: 1;
	overflow: visible;
}

@media only screen and (max-width: 1080px) {
	
	article#article_hub img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 700px) {
	
	article#article_hub img {
		width: auto;
    	height: 150px;
	}
}

section#section_contacts {
	width: 208px;
	border-color: #5B5D62;
	border-width: 1px;
	border-style: solid;
	height: auto;
	float: left;
	margin-top: 79px;
	margin-bottom: 20px;
	z-index: 3;
}

@media only screen and (max-width: 980px) {
	section#section_contacts {
		width: 100%;
		margin-top: 0px;
	}
}

aside#aside_main {
	width: 100%;
	display: block;
	height: 40px;
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 980px) {
	aside#aside_main {
		display: none !important;
	}
}

aside#aside_home {
	width: 1000px;
	display: block;
	height: 40px;
	position: relative;
	margin-top: -40px;
	z-index: 3;
}

footer#footer_main {
	width: 960px;
	padding: 20px;
	display: block;
	overflow: hidden;
	background-color: #FFFFFF;
}

@media only screen and (max-width: 1000px) {
	footer#footer_main {
		width: 100%;
		width: calc(100% - 40px);
	}
}

/* ================================================= */
/* HEADER STYLES
/* ================================================= */

header#header_main h1 a, header#header_home h1 a, header#header_home_2015 h1 a, header#header_hub h1 a {
	display: block;
	position: absolute;
	height: 0px;
	width: 1000px;
	padding-top: 120px;
	overflow: hidden;
	background-image: url(/images/header/HFW-Logo.png);
	z-index: 2;
}

@media only screen and (max-width: 812px) {
	header#header_main h1 a, header#header_home h1 a, header#header_home_2015 h1 a, header#header_hub h1 a {
		width: 100%;
		background-size: 750px 83px;
		background-repeat: no-repeat;
		background-position: 0px 30px;
	}
}

header#header_main h2#h2_emergency a, header#header_home h2#h2_emergency a, header#header_home_2015 h2#h2_emergency a {
	display: block;
	font-size: 14px;
	position: absolute;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	width: 210px;
	overflow: hidden;
	background-color: #fc4c02;
	z-index: 3;
	top: 0px;
	right: 20px;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif !important;
}

@media only screen and (max-width: 785px) { 
	header#header_main h2#h2_emergency a, header#header_home h2#h2_emergency a, header#header_home_2015 h2#h2_emergency a {
		right: 0px;
		font-size: 11px;
		width: 42%;
	}
}

header#header_main h2#h2_emergency a:hover, header#header_home h2#h2_emergency a:hover, header#header_home_2015 h2#h2_emergency a:hover {
	color: #f8e08e;
}

header#header_main h2#h2_emergency a:focus, header#header_home h2#h2_emergency a:focus, header#header_home_2015 h2#h2_emergency a:focus {
	color: #f8e08e;
}

header#header_main form, header#header_home form, header#header_home_2015 form {
	position: absolute;
	right: 20px;
	top: 140px;
	width: 210px;
	height: 40px;
	z-index: 2;
}

header#header_main form input#con_Search, header#header_home form input#con_Search, header#header_home_2015 form input#con_Search {
	width: 128px;
	height: 17px;
	border-width: 1px;
	border-style: solid;
	border-color: #5B5D62;
	padding: 2px;
	padding-bottom: 0px;
	padding-left: 18px;
	color: #565c62;
	float: left;
	background-image: url(/images/header/search.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

@media only screen and (max-width: 785px) {
	header#header_main form input#con_Search, header#header_home form input#con_Search, header#header_home_2015 form input#con_Search {
		width: 50%;
		height: 26px;
		-webkit-appearance: none;
		border-radius: 0px;
	}
}

header#header_main form input#con_Submit, header#header_home form input#con_Submit, header#header_home_2015 form input#con_Submit {
	background-color: #5B5D62;
	float: left;
	border: none;
	color: #FFFFFF;
	width: 60px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	line-height: 21px;
	height: 21px;
	top: 0px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif !important;
}

@media only screen and (max-width: 785px) {
	header#header_main form input#con_Submit, header#header_home form input#con_Submit, header#header_home_2015 form input#con_Submit {
		width: 50%;
		width: calc(50% - 22px);
		height: 30px;
		-webkit-appearance: none;
		border-radius: 0px;
	}
}

header#header_main form input#con_Submit:hover, header#header_home form input#con_Submit:hover, header#header_home_2015 form input#con_Submit:hover {
	background-color: #a0d1ca;
}

header#header_main form input#con_Submit:focus, header#header_home form input#con_Submit:focus, header#header_home_2015 form input#con_Submit:focus {
	background-color: #a0d1ca;
}

div#div_imagefader_1, div#div_imagefader_2, div#div_imagefader_home_1, div#div_imagefader_home_2 {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 120px;
	left: 0px;
	display: none;
}

div#div_imagefader_home_1 { z-index: 0; background-position: center top; }
div#div_imagefader_home_2 { z-index: 0; background-position: center top; }
div#div_imagefader_1 { z-index: 1; background-position: center top; }
div#div_imagefader_2 { z-index: 2; background-position: center top; }

header#header_main h2#h2_brexit a, header#header_home h2#h2_brexit a, header#header_home_2015 h2#h2_brexit a, header#header_home h2#h2_brexit a {
	display: block;
	font-size: 14px;
	position: absolute;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	width: 100px;
	overflow: hidden;
	background-color: #3F4A75 !important;
	z-index: 3;
	top: 0px;
	right: 231px;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
	font-weight: 700;
    font-family: 'Montserrat', sans-serif !important;
}

@media only screen and (max-width: 785px) { 
	header#header_main h2#h2_brexit a, header#header_home h2#h2_brexit a, header#header_home_2015 h2#h2_brexit a {
		right: 42%;
		font-size: 11px;
		width: 29%;
	}
}

header#header_main h2#h2_brexit a:hover, header#header_home h2#h2_brexit a:hover, header#header_home_2015 h2#h2_brexit a:hover {
	color: #f8e08e;
}

header#header_main h2#h2_brexit a:focus, header#header_home h2#h2_brexit a:focus, header#header_home_2015 h2#h2_brexit a:focus {
	color: #f8e08e;
}

header#header_main h2#h2_gdpr a, header#header_home h2#h2_gdpr a, header#header_home_2015 h2#h2_gdpr a {
	display: block;
	font-size: 14px;
	position: absolute;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	width: 100px;
	overflow: hidden;
	background-color: #EAAA00 !important;
	z-index: 3;
	top: 0px;
	right: 332px;
	text-align: center;
	font-weight: normal;
	color: #000000;
	font-weight: 700;
    font-family: 'Montserrat', sans-serif !important;
}

@media only screen and (max-width: 785px) { 
	header#header_main h2#h2_gdpr a, header#header_home h2#h2_gdpr a, header#header_home_2015 h2#h2_gdpr a {
		right: 71%;
		font-size: 11px;
		width: 29%;
	}
}

header#header_main h2#h2_gdpr a:hover, header#header_home h2#h2_gdpr a:hover, header#header_home_2015 h2#h2_gdpr a:hover {
	color: #565c62;
}

header#header_main h2#h2_gdpr a:focus, header#header_home h2#h2_gdpr a:focus, header#header_home_2015 h2#h2_gdpr a:focus {
	color: #565c62;
}


header#header_main form, header#header_home form, header#header_home_2015 form {
	position: absolute;
	right: 20px;
	top: 100px;
	width: 210px;
	height: 40px;
	z-index: 2;
}

@media only screen and (max-width: 785px) {
	header#header_main form, header#header_home form, header#header_home_2015 form {
		width: 100%;
		right: 0px;
		top: -50px;
		z-index: 9;
	}
}

header#header_main h2#h2_restructuring a, header#header_home h2#h2_restructuring a, header#header_home_2015 h2#h2_restructuring a {
	display: block;
    font-size: 14px;
    position: absolute;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    width: 150px;
    overflow: hidden;
    z-index: 3;
    top: 0px;
    right: 433px;
    text-align: center;
    font-weight: normal;
    color: #ffffff;
    font-weight: 700;
	background-color: #00685e;
    font-family: 'Montserrat', sans-serif !important;
}

header#header_main h2#h2_restructuring a:hover, header#header_home h2#h2_restructuring a:hover, header#header_home_2015 h2#h2_restructuring a:hover {
	color: #f8e08e;
}

@media only screen and (max-width: 785px) {
	header#header_main h2#h2_restructuring a, header#header_home h2#h2_restructuring a, header#header_home_2015 h2#h2_restructuring a {
		display: none;	
	}
}

/* ================================================= */
/* MAIN NAVIGATION: ZONE 1
/* ================================================= */

nav#nav_primary {
	width: 380px;
	height: 60px;
	position: absolute;
	top: 101px;
	left: 175px;
	z-index: 2000;
}

@media only screen and (max-width: 785px) {
	nav#nav_primary {
		left: auto;
		position: relative;
		top: 109px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 380px) {
	nav#nav_primary {
		width: 100%;	
	}
}

nav#nav_primary ul {
	list-style: none;
	overflow: hidden;
}



nav#nav_primary ul li {
	float: left;
	display: block;
	width: 95px;
	height: 60px;
	overflow: hidden;
	text-transform: uppercase;
}

@media only screen and (max-width: 380px) {
	nav#nav_primary > ul > li {
		width: 25% !important;
	}
}

nav#nav_primary ul li a.a_level_1 {
	float: left;
	display: block;
	color: #FFFFFF;
	width: 95px;
	height: 0px;
	padding-top: 60px;
	background-image: url(/images/navbar/NavBar.png);
	overflow: hidden;
}

nav#nav_primary.nav_new {
	width: 475px;
}

@media only screen and (max-width: 475px) {
	nav#nav_primary.nav_new {
		width: 100%;
	}
}

nav#nav_primary ul#ul_new > li {
	background-color: #565c62;
}

@media only screen and (max-width: 475px) {
	nav#nav_primary.nav_new ul#ul_new > li {
		width: 20% !important;
	}
}

nav#nav_primary ul#ul_new > li a.a_level_1 {
	background-image: none !important;
	padding-top: 0px !important;
	height: 30px;
	border-top: 20px solid #3F4A75;
	border-bottom: 20px solid #3F4A75;
	padding: 5px;
	padding-top: 5px !important;
	padding-right: 15px;
	width: auto;
	min-width: 75px;
	font-weight: 700;
    font-family: 'Montserrat', sans-serif !important;
}

@media only screen and (max-width: 475px) {
	nav#nav_primary.nav_new ul#ul_new > li a.a_level_1 {
		font-size: 11px;
		width: auto;
		min-width: 0px;
		padding-left: 3px;
		font-weight: 400;
		letter-spacing: -1px;
	}
}

@media only screen and (max-width: 785px) {
	nav#nav_primary ul li a.a_level_1 {
		background-image: url(/images/new-mobile/NavBar.png);
		background-size: 380px 130px;
	}
}

nav#nav_primary ul li a.a_selected {
	background-position: 0px -65px;
}

nav#nav_primary ul#ul_new > li a.a_level_1.a_selected {
	background-color: #ffffff;
	color: #565c62;
}

nav#nav_primary ul li a#nav_zone1_1 { background-position: -95px 0px; }
nav#nav_primary ul li a#nav_zone1_2 { background-position: -190px 0px; }
nav#nav_primary ul li a#nav_zone1_3 { background-position: -285px 0px; }

nav#nav_primary ul li a#nav_zone1_1.a_selected { background-position: -95px -65px; }
nav#nav_primary ul li a#nav_zone1_2.a_selected { background-position: -190px -65px; }
nav#nav_primary ul li a#nav_zone1_3.a_selected { background-position: -285px -65px; }


nav#nav_primary ul#ul_new > li a#nav_zone1_1 { border-top: 20px solid #80c8e8; border-bottom: 20px solid #80c8e8;}
nav#nav_primary ul#ul_new > li a#nav_zone1_2 { border-top: 20px solid #fc4c02; border-bottom: 20px solid #fc4c02;}
nav#nav_primary ul#ul_new > li a#nav_zone1_3 { border-top: 20px solid #00685e; border-bottom: 20px solid #00685e;}
nav#nav_primary ul#ul_new > li a#nav_zone1_4 { border-top: 20px solid #EAAA00; border-bottom: 20px solid #EAAA00;}

nav#nav_primary ul li ul {
	display: block;
	top: 60px;
	left: 0px;
	position: absolute;
	width: 340px;
	height: auto;
	padding: 20px;
	padding-top: 9px;
	padding-bottom: 10px;
	background-color: #3F4A75;
}

@media only screen and (max-width: 380px) {
	nav#nav_primary ul li ul {
		width: 100%;
		width: calc(100% - 40px);
	}
}

nav#nav_primary ul li ul#nav_zone1_ul_1 { background-color: #80c8e8; }
nav#nav_primary ul li ul#nav_zone1_ul_2, nav#nav_primary ul li ul#nav_zone1_ul_2 UL { background-color: #fc4c02; }
nav#nav_primary ul li ul#nav_zone1_ul_3 { background-color: #bfd9d7; }

nav#nav_primary ul li ul li {
	display: block;
	float: none;
	height: auto;
	width: 340px;
	padding: 0px;
}

nav#nav_primary ul li ul li a.a_level_2 {
	color: #FFFFFF;
	display: block;
	width: 360px;
	height: auto;
	/*background-image: url(/images/header/keylinefaded.png);*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 7px;
	padding-left: 0px;
	padding-right: 0px;
}

nav#nav_primary > ul > li > ul > li > a.a_level_2 {
	font-weight: 700;
	font-family: 'Montserrat', sans-serif !important;
	padding-bottom: 5px !important;
}

nav#nav_primary ul li ul li:last-child a.a_level_2 {
	background-image: none;
}

nav#nav_primary ul li ul#nav_zone1_ul_2 {
	overflow: hidden;
}

nav#nav_primary ul li ul#nav_zone1_ul_2 li {
	width: 170px;
	float: left;
}

nav#nav_primary ul li ul#nav_zone1_ul_1 a {
	color: #5B5D62 !important;
}

nav#nav_primary ul li ul#nav_zone1_ul_2 li a.a_level_2 {
	color: #FFFFFF;
	display: block;
	width: 180px;
	height: auto;
	/*background-image: url(/images/header/keylinefaded_short.png);*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 7px;
	padding-left: 0px;
	padding-right: 0px;
}

nav#nav_primary ul li ul li:last-child a.a_level_2 {
	background-image: none;
}

nav#nav_primary ul li ul li ul {
	background-image: none;
	width: 170px;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

nav#nav_primary ul li ul li ul li a.a_level_3 {
	color: #FFFFFF;
	display: block;
	width: 170px;
	height: auto;
	background-image: none;
	padding: 3px;
	padding-left: 0px;
	padding-right: 0px;
}

nav#nav_primary ul li ul li ul li a {
	font-size: 11px;
	
}

nav#nav_primary > ul > li > ul {
	display: none;
}

nav#nav_primary ul li div.div_info {
	display: none;
	position: absolute;
	width: 340px;
	padding-right: 0px;
	top: 80px;
	left: 20px;
}

nav#nav_primary ul li div.div_info h1, nav#nav_primary ul li div.div_info h3 {
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 10px;
}

nav#nav_primary ul li div.div_info h2 {
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: normal;
	text-transform: none;
	margin-bottom: 15px;
}

nav#nav_primary ul li div.div_info h3 {
	position: absolute;
	top: 200px;
	width: 250px;
	font-size: 12px;
}

nav#nav_primary ul li div.div_info a.a_navmorecontact {
	position: absolute;
	top: 230px;
	margin-left: -20px;
	display: block;
	height: 135px;
	color: #5B5D62 !important;
	font-size: 12px;
	background-image: url(/images/contacts/0-navmore.png);
	background-repeat: no-repeat;
	padding-left: 120px;
	padding-top: 15px;
	padding-right: 26px;
	margin-top: 10px;
	width: 234px;
	background-color: #ffffff;
}

nav#nav_primary ul li#nav_zone1_1 div.div_info h1, nav#nav_primary ul li#nav_zone1_1 div.div_info h2, nav#nav_primary ul li#nav_zone1_1 div.div_info h3, nav#nav_primary ul li#nav_zone1_1 div.div_info a {
	color: #5B5D62 !important;
}

/* ================================================= */
/* SUPPLEMENTAL NAVIGATION: ZONE 2
/* ================================================= */

nav#nav_mobile_show {
	display: none;
}

a.a_inthissection {
	display: none;
}


@media only screen and (max-width: 1080px) {
	nav#nav_mobile_show {
		display: block;
		position: absolute;
		top: 50px;
		right: 0px;
		overflow: hidden;
		width: 200px;
		height: 50px;
		z-index: 999999;
	}
	
	nav#nav_mobile_show a {
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0px;
		right: 20px;
	}
	
	nav#nav_mobile_show a.a_mag {
		right: 80px;
	}
	
	a.a_inthissection {
		display: block;
		position: absolute;
		top: 270px;
		margin: 10px;
		background-color: #00685e;
		color: #ffffff;
		text-align: center;
		text-transform: uppercase;
		padding: 10px;
		width: 100%;
		width: calc(100% - 20px);
		padding-left: 0px;
		padding-right: 0px;
		height: auto;
		font-weight: bold;
		z-index: 2;
	}
}

nav#nav_supplemental {
	position: absolute;
	top: 45px;
	left: 170px;
	z-index: 2;
}

@media only screen and (max-width: 812px) {
	nav#nav_supplemental {
		left: 150px;
	}
}

@media only screen and (max-width: 1080px) {
	nav#nav_supplemental {
		left: 0px;
		width: 100%;
		background-color: #5B5D62;
		z-index: 3000;
		top: 120px;
		display: none;
	}
}


nav#nav_supplemental ul {
	list-style: none;
	overflow: hidden;
	padding: 5px;
}

nav#nav_supplemental ul li {
	float: left;
	display: block;
	margin-right: 10px;
	line-height: 12px;text-transform: uppercase;
}

@media only screen and (max-width: 1080px) {
	nav#nav_supplemental ul li {
		float: none;
		overflow: hidden;
		padding: 10px;
	}
}

nav#nav_supplemental ul li a {
	float: left;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	color: #5B5D62;
}

@media only screen and (max-width: 1080px) {
	nav#nav_supplemental ul li a {
		color: #FFFFFF;
	}
}

nav#nav_supplemental ul li a:hover, nav#nav_supplemental ul li a:focus, nav#nav_supplemental ul li a:active {
	color: #565c62;
}

@media only screen and (max-width: 1080px) {
	nav#nav_supplemental ul li a:hover, nav#nav_supplemental ul li a:focus, nav#nav_supplemental ul li a:active {
		color: #ffffff;
	}
}

nav#nav_supplemental ul li ul {
	display: none;
}

/* ================================================= */
/* FOOTER NAVIGATION: ZONE 3
/* ================================================= */

footer#footer_main div#div_sharing {
	float: left;
	width: 155px;
	height: 100px;
	display: none;
}

footer#footer_main ul {
	width: 180px;
	float: left;
	list-style: none;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #565c62;
	margin-right: 10px;
	padding-top: 5px;
}

@media only screen and (max-width: 600px) {
	footer#footer_main ul {
		width: 80%;
		margin-bottom: 20px;
	}
}

footer#footer_main ul#ul_footer_a { border-top-color: #565c62; }
footer#footer_main ul#ul_footer_b { border-top-color: #5B5D62; }
footer#footer_main ul#ul_footer_c { border-top-color: #565c62; }

footer#footer_main ul li {
	display: block;
}

footer#footer_main ul li a {
	display: block;
	padding-bottom: 5px;
	text-transform: uppercase;
	
}

footer#footer_main ul#ul_footer_a li a { color: #333333; }
footer#footer_main ul#ul_footer_b li a { color: #333333; }
footer#footer_main ul#ul_footer_c li a { color: #333333; }

footer#footer_main div#div_awardsapps {
	float: left;
	width: 210px;
}

footer#footer_main div#div_awardsapps {
	float: left;
	width: 210px;
}

footer#footer_main div#div_awardsapps img {
	float: left;
}

footer#footer_main p#p_copyright {
	width: auto;
	clear: both;
	color: #565c62;
	font-size: 11px;
	padding-top: 20px;
}

/* ================================================= */
/* SECONDARY NAV (LEFT)
/* ================================================= */

nav#nav_secondary ul {
	list-style: none;
}

@media only screen and (max-width: 1080px) {
	nav#nav_secondary > ul {
		padding: 20px;
		
	}
}

nav#nav_secondary ul li {
	background-image: url(/images/article/keylinenarrow.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-transform: uppercase;
}

@media only screen and (max-width: 1080px) {
	nav#nav_secondary ul li {
		background-position: left bottom;
	}
}

nav#nav_secondary ul li a {
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}

nav#nav_secondary ul li a.selected {
	font-weight: bold;
}

nav#nav_secondary ul li a:hover {
	color: #5B5D62;
}

nav#nav_secondary ul li a:focus {
	color: #5B5D62;
}

nav#nav_secondary ul li ul {
	padding-bottom: 10px;
	display: none;
}

nav#nav_secondary ul li ul li {
	border: none;
	background-image: none;
	text-transform: none !important;
}

nav#nav_secondary ul li ul li a {
	display: block;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	background-image: url(/images/misc/squareblue.png);
	background-repeat: no-repeat;
	background-position: left 6px;
}

/* ================================================= */
/* MAIN ARTICLE STYLES
/* ================================================= */

article#article_main h1, article#article_hub h1 {
	color: #FFFFFF;
	font-size: 44px;
	min-height: 120px;
	line-height: 44px;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif !important;
}

article#article_hub h1 {
	position: absolute;
	width: 100%;
	height: auto;
	font-size: 60px;
	line-height: 60px;
	top: 190px;
	min-height: 0px;
	letter-spacing: 20px;
}

@media only screen and (max-width: 1080px) {
	article#article_main h1, article#article_hub h1 {
		padding-left: 0px;
		font-size: 26px;
		line-height: 30px;
	}
	article#article_hub h1 {
		width: calc(100% - 40px);
		letter-spacing: 0px;
	}
}

article#article_main h2, article#article_hub h2 {
	color: #5B5D62;
	font-size: 24px;
	padding-top: 20px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 20px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase;
}

article#article_hub > h2 {
	position: absolute;
	padding-top: 0px;
	font-size: 28px;
	line-height: 38px;
	top: 250px;
	height: 250px;
	width: 100%;
	font-weight: 200;
	margin-bottom: 0px;
}

@media only screen and (max-width: 1080px) {
	article#article_hub h2 {
		width: calc(100% - 40px);
		font-size: 20px;
	}
}

article#article_hub section#section_hub_body {
	display: block;
	position: relative;
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
}

article#article_hub section#section_hub_body div.div_col1 {
	width: calc(50% - 15% - 20px);
	float: left;
	text-align: left;
	padding-left: 15%;
	padding-top: 30px;
	padding-right: 20px;
}

article#article_hub section#section_hub_body div.div_col2 {
	width: calc(50% - 15% - 20px);
	float: left;
	text-align: left;
	padding-right: 15%;
	padding-top: 30px;
	padding-left: 20px;
}

article#article_hub section#section_hub_body div.div_col_hub {
	text-align: left;
	padding-top: 30px;
	padding-left: 20px;
	padding-left: 15%;
	padding-right: 15%;
	column-gap: 50px;
	column-count: 2;
}

@media only screen and (max-width: 1080px) {
	article#article_hub section#section_hub_body div.div_col1 {
		float: none;
		width: calc(100% - 20px - 20px);
		padding-left: 20px;
		padding-right: 20px;
	}
	article#article_hub section#section_hub_body div.div_col2 {
		float: none;
		width: calc(100% - 20px - 20px);
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0px;
	}
	
	article#article_hub section#section_hub_body div.div_col_hub {
		column-count: 1;
	}
}

article#article_main h3, article#article_hub h3 {
	color: #5B5D62;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	font-weight: normal;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif !important;
}

article#article_hub h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 200;
}

article#article_main h4 {
	display: block;
	color: #565c62;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
	background-image: url(/images/article/keylinewide.png);
	background-repeat: no-repeat;
	background-position: -175px bottom;
	padding-bottom: 10px;
	float: none;
}

article#article_main h5, article#article_main p, article#article_main ul,  article#article_main figcaption {
	color: #565c62;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	font-weight: 400;
	list-style: none;
}

article#article_main ol li {
	color: #565c62 !important;
	font-size: 12px !important;
	line-height: 18px !important;
	font-weight: 400 !important;
}

article#article_hub section#section_hub_body div.div_col_hub ul li {
	margin-left: 15px;
	margin-bottom: 10px;
}

article#article_main p, article#article_main ul {
	color: #5B5D62;
}

article#article_hub p, article#article_hub ul {
	color: #333333;
	font-weight: 200;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}

article#article_main h6 {
	display: block;
	color: #5B5D62;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
	background-image: url(/images/article/keylinewide.png);
	background-repeat: no-repeat;
	background-position: -175px bottom;
	padding-bottom: 10px;
}

article#article_main ul li {
	padding-left: 15px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-bottom: 5px;
}

article#article_main ul li::before {
	content: "•";
	position: absolute;
	top: -2px;
	left: 0px;
	font-size: 25px;
	color: #5B5D62 !important;
}

form.form_new_cms ul li::before {
	content: "" !important;
}

article#article_main ul.ul_searchresults li::before {
	content: "";
}

article#article_main ol {
	color: #565c62;
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	padding-left: 36px;
	padding-top: 5px;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	counter-reset: item;
}

article#article_main ol li {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	display: block;
	font-weight: 400 !important;
}

article#article_main ol li ol li ol {
	list-style-type: lower-alpha;
}

article#article_main ul li ul {
	padding-top: 5px;
}

article#article_main ul li ul li {
	background-image: url(/images/misc/bulletsquarelightbluetint.png);
}

article#article_main p a {
	color: #5B5D62;
}

article#article_main p a.a_readmore {
	color: #5B5D62;
	font-weight: 400;
}

article#article_main iframe, article#article_main div.div_iframe_replacement, section#section_contacts div.div_iframe_replacement {
	display: block;
	border-width: 20px;
	border-color: #aod1ca;
	border-style: solid;
	margin-bottom: 20px;
	z-index: 4;
}

@media only screen and (max-width: 980px) {
	article#article_main iframe, article#article_main div.div_iframe_replacement, section#section_contacts div.div_iframe_replacement {
		width: 100% !important;
		width: calc(100% - 50px) !important;
	}
}

article#article_main iframe.iframe_small, article#article_main div.div_iframe_replacement, section#section_contacts div.div_iframe_replacement {
	background-image: url(/images/misc/video.png);
	background-position: center center;
	background-repeat: no-repeat;
	border-color: #aod1ca;
	float: left;
	margin-right: 20px;
	cursor: pointer;
}

section#section_contacts div.div_iframe_replacement {
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

@media only screen and (max-width: 980px) {
	section#section_contacts div.div_iframe_replacement {
		width: 100% !important;
		width: calc(100% - 48px) !important;
		margin-left: 0px !important;
		background-color: #000000;
	}
}

article#article_main iframe.iframe_small, section#section_contacts iframe.iframe_small {
	border: none;
	position: absolute;
	left: 585px;
	top: 400px;
}

@media only screen and (max-width: 980px) {
	article#article_main iframe.iframe_small, section#section_contacts iframe.iframe_small {
		width: 100% !important;
	}
}

article#article_main div.div_iframe_replacement, section#section_contacts div.div_iframe_replacement {
	width: 120px;
	height: 90px;
	overflow: hidden;
	position: relative;	
}

article#article_main section#section_meta {
	display: none;	
}

article#article_main figure img {
	float: left;
	margin-right: 10px;
}

article#article_main figure figcaption {
	float: left;
	width: 50%;
}

article#article_main figure.figure_dynamic {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 20px;
	background-color: #a0d1ca;
	height: auto;
	
}

article#article_main figure img.figure_dynamic {
	float: none;
	margin-right: 0px;
	margin-bottom: 10px;
}

article#article_main figure figcaption.figure_dynamic {
	float: none;
	width: 100%;
	font-style: italic;
	margin: 0px;
}

article#article_main table {
	border: 0px;
	margin: 0px;	
	border-collapse:collapse;
}

article#article_main table {
	border: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	margin-bottom: 15px;
}

article#article_main table th {
	border: 1px solid #ffffff;
	border-right: 0px;
	background-color: #00685e;
	color: #ffffff;
	padding: 5px;
	padding-top: 5px;
	vertical-align: top;
	text-align: left;
}

article#article_main table th:first-child {
	border-left: 1px solid #3F4A75;
}

article#article_main table td {
	border: 1px solid #ccd3da !important;
	color: #5B5D62;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

article#article_main table tr {
	border: 1px solid #ccd3da !important;
}

article#article_main section#section_featuredvideo h1 {
	color: #5B5D62;
	display: none;
}

article#article_main section#section_featuredvideo h2 {
	margin-top: 0px;
	padding-top: 0px;
}

/* ================================================= */
/* HUB SPECIFIC COMPS
/* ================================================= */

section#section_hub_stats {
	position: sticky;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 500px;
    top: -500px;
    z-index: 9999;
}

section#section_hub_stats ul {
	position: relative;
	display: none;
	overflow: hidden;
	text-align: center;
	padding: 12px;
	text-transform: uppercase;
}

section#section_hub_stats ul li {
	position: relative;
	display: inline-block;
	overflow: hidden;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	text-align: left;
	border-left: 1px #FFFFFF solid;
}

section#section_hub_stats ul li span {
	position: relative;
	display: block;
	overflow: hidden;
}

section#section_hub_stats ul li span.hub_stat {
	line-height: 40px;
	font-weight: 300 !important;
	font-size: 40px;
}

@media only screen and (max-width: 600px) {
	section#section_hub_stats ul li span {
		float: left;
		width: calc(50% - 10px);
		padding: 5px;
		text-align: right;
	}
	section#section_hub_stats ul li {
		border-left: none;
		display: block;
		width: 100%;
		padding: 0px;
	}
	section#section_hub_stats ul li span.hub_stat {
		text-align: left;
		line-height: 20px;
		font-size: 20px;
	}
}

section.section_hub_panels, section.section_hub_contacts {
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 30px;
}

section.section_hub_contacts {
	width: calc(70% + 20px + 20px);
    padding-left: calc(15% - 20px);
    padding-right: calc(15% - 20px);
	padding-top: 30px;
	background-color: #f3f2f1;
}

section.section_hub_panels h2, section.section_hub_contacts h2 {
	position: relative;
	font-size: 40px !important;
	font-weight: 200 !important;
	width: 100%;
}

section.section_hub_panels_condensed > ul.ul_panels > li > a > div.div_hub_image_conainer, section.section_hub_panels_condensed span.span_hub_date {
	display: none !important;
}

section.section_hub_panels_condensed > ul.ul_panels > li {
	width: 100% !important;
}

section.section_hub_panels_condensed > ul.ul_panels > li > a {
	height: auto !important; 
	min-height: 0px !important;
	padding-bottom: 20px !important;
}

section.section_hub_contacts div.div_hub_contact_container {
	display: block;
	overflow: hidden;
	width: calc(70vw);
    margin-bottom: 20px;
    margin-left: 20px;
	margin-right: 20px;
}

section.section_hub_contacts div.div_hub_contact_thumbnails {
	display: block;
	overflow: hidden;
	width: calc(70vw + 20px);
}

section.section_hub_contacts div.div_hub_contact_carrier {
	display: block;
	overflow: hidden;
	width: 20000px;
}

section.section_hub_contacts div.div_hub_contact_container article {
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
	width: calc(35vw - (20px / 2));
	margin-right: 20px;
	background-color: #FFFFFF;
	background-position: left bottom;
	background-repeat: no-repeat;
	min-height: 330px;
}

@media only screen and (max-width: 1200px) {
	section.section_hub_contacts div.div_hub_contact_container article {
		width: calc(70vw);
	}
	
	a.a_hub_next, a.a_hub_prev {
		display: block !important;
	}
}

section.section_hub_contacts div.div_hub_contact_thumbnails article {
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
	width: calc(17.5vw - 15px - 1px);
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

@media only screen and (max-width: 1300px) {
	section.section_hub_contacts div.div_hub_contact_thumbnails article {
		width: calc(23.333vw - 15px);
	}
}

@media only screen and (max-width: 1000px) {
	section.section_hub_contacts div.div_hub_contact_thumbnails article {
		width: calc(35vw - 11px);
	}
}

@media only screen and (max-width: 750px) {
	section.section_hub_contacts div.div_hub_contact_thumbnails article {
		width: calc(70vw - 0px);
	}
	section.section_hub_contacts div.div_hub_contact_thumbnails article img {
		height: 80px !important;
		width: auto !important;
	}
}

section.section_hub_contacts div.div_hub_contact_thumbnails article a {
	display: block;
    overflow: hidden;
    position: relative;
    width: calc(100% - 4px);
    min-height: 90px;
	border-left: 0px solid;
	transition: all 0.5s ease;
}

section.section_hub_contacts div.div_hub_contact_container article img {
	display: block;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: auto;
	max-width: 575px;
	left: 0px;
	bottom: 0px;
}

section.section_hub_contacts div.div_hub_contact_thumbnails article img {
	display: block;
	overflow: hidden;
	position: absolute;
	width: auto;
	height: 80px;
	left: 0px;
	bottom: 0px;
}

section.section_hub_contacts div.div_hub_contact_container article h3, section.section_hub_contacts div.div_hub_contact_container article h4, section.section_hub_contacts div.div_hub_contact_container article p {
	display: block;
	overflow: hidden;
	position: relative;
	color: #5B5D62;
	width: calc(100% - 50% - 20px);
	padding-left: 50%;
	padding-right: 20px;
	text-align: left;
	z-index: 2;
}

section.section_hub_contacts div.div_hub_contact_thumbnails article h3, section.section_hub_contacts div.div_hub_contact_thumbnails article h4, section.section_hub_contacts div.div_hub_contact_thumbnails article p {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 0px !important;
	width: calc(100% - 30% - 20px);
	padding-left: 30%;
	padding-right: 20px;
	text-align: left;
	line-height: 14px !important;
	margin-bottom: 5px !important;
	z-index: 2;
}

@media only screen and (max-width: 1500px) {
	section.section_hub_contacts div.div_hub_contact_thumbnails article h3, section.section_hub_contacts div.div_hub_contact_thumbnails article h4, section.section_hub_contacts div.div_hub_contact_thumbnails article p {
		padding-left: 40%;
	}
}

section.section_hub_contacts div.div_hub_contact_thumbnails article p {
	font-size: 12px !important;
}

section.section_hub_contacts div.div_hub_contact_container article h3, section.section_hub_contacts div.div_hub_contact_container article h4 {
	font-weight: 600 !important;
	font-size: 20px !important;
	text-transform: uppercase;
	margin-bottom: 0px !important;
	padding-top: 20px;
}

section.section_hub_contacts div.div_hub_contact_thumbnails article h3, section.section_hub_contacts div.div_hub_contact_thumbnails article h4 {
	font-weight: 400 !important;
	font-size: 14px !important;
	text-transform: uppercase;
	padding-top: 10px;
}

section.section_hub_contacts div.div_hub_contact_container article h4 {
	font-weight: 200 !important;
	font-size: 20px !important;
	text-transform: uppercase;
	padding-top: 0px !important;
}

section.section_hub_contacts div.div_hub_contact_thumbnails article h4 {
	font-weight: 200 !important;
	font-size: 14px !important;
	text-transform: uppercase;
	padding-top: 0px !important;
	line-height: 14px;
	color: #5B5D62 !important;
	margin-bottom: 5px !important;
}

@media only screen and (max-width: 700px) {
	section.section_hub_contacts div.div_hub_contact_container article h3, section.section_hub_contacts div.div_hub_contact_container article h4, section.section_hub_contacts div.div_hub_contact_container article p {
		padding-left: 20px;
		width: calc(100% - 20px);
	}
}

section.section_hub_panels > ul.ul_panels {
	position: relative;
	overflow: hidden;
	list-style: none;
	padding-left: calc(15% - 10px);
	padding-right: calc(15% - 10px);
}

@media only screen and (max-width: 700px) {
	section.section_hub_panels > ul.ul_panels {
		padding-left: calc(5% - 10px);
		padding-right: calc(5% - 10px);
	}
}

section.section_hub_panels > ul.ul_panels > li {
	position: relative;
	float: left;
	width: calc(25% - 20px);
	margin: 10px;
	background-color: #f3f2f1;
}

@media only screen and (max-width: 1300px) {
	section.section_hub_panels > ul.ul_panels > li {
		width: calc(33.333% - 20px);
	}
}

@media only screen and (max-width: 900px) {
	section.section_hub_panels > ul.ul_panels > li {
		width: calc(50% - 20px);
	}
}

section.section_hub_panels > ul.ul_panels > li.li_2_col_override {
	width: calc(50% - 20px) !important;
}

@media only screen and (max-width: 700px) {
	section.section_hub_panels > ul.ul_panels > li, section.section_hub_panels > ul.ul_panels > li.li_2_col_override {
		width: calc(100% - 20px) !important;
	}
}

section.section_hub_panels > ul.ul_panels > li > a {
	display: block;
	padding-bottom: 40px;
	text-align: left;
	border-bottom: 1px #000000 solid;
	min-height: 250px;
	font-size: 16px;
	text-transform: uppercase;
}

section.section_hub_panels > ul.ul_panels > li > a:hover {
	background-color: #ececeb;
}

section.section_hub_panels a.a_hub_more {
	display: block;
	position: relative;
	overflow: hidden;
	color: #5B5D62;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	height: 70px;
	transition: all 0.5s ease;
}

section.section_hub_panels a.a_hub_more::after {
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
	transition: all 0.5s ease;
	top: 10px;
	left: 50%;
	margin-left: -15px;
}

section.section_hub_panels a.a_hub_more:hover::after {
	transition: all 0.5s ease;
	top: 20px;
}

section.section_hub_panels a.a_hub_more.selected::after {
	transform: rotate(225deg);
	top: 40px;
}

span.span_hub_filters {
	display: none;
}

span.span_hub_title {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 20px;
	padding-bottom: 0px;
}

span.span_hub_date {
	display: block;
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 14px;
	line-height: 14px;
	color: #5B5D62;
}

section.section_hub_panels > ul.ul_panels > li > a > div.div_hub_image_conainer {
	display: block;
	position: relative;
	overflow: hidden;
	height: 150px;
	background-size: auto 150px;
    background-position: center center;
	transition: all 0.5s ease;
}

section.section_hub_panels > ul.ul_panels > li > a:hover > div.div_hub_image_conainer {
	background-size: auto 180px;
}

section.section_hub_contacts a.a_hub_next {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 60px;
	height: 330px;
	left: 85vw;
	top: 98px;
	font-size: 0px;
}

section.section_hub_contacts a.a_hub_next::before {
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 30px;
	height: 30px;
	top: 150px;
	left: 0px;
	transform: rotate(-45deg);
	transition: all 0.5s ease;
}

section.section_hub_contacts a.a_hub_next:hover::before {
	left: 10px;
}

section.section_hub_contacts a.a_hub_prev {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 60px;
	height: 330px;
	right: 85%;
	top: 98px;
	font-size: 0px;
}

section.section_hub_contacts a.a_hub_prev::before {
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 30px;
	height: 30px;
	top: 150px;
	right: 0px;
	transform: rotate(-45deg);
	transition: all 0.5s ease;
}

section.section_hub_contacts a.a_hub_prev:hover::before {
	right: 10px;
}

ul.ul_hub_filters {
	display: block;
	width: 70%;
	padding-left: 15%;
	padding-riight: 15%;
	overflow: hidden;
	text-align: center !important;
}

ul.ul_hub_filters li {
	display: inline-block;
	margin: 2px;
}

ul.ul_hub_filters li a {
	display: block;
	overflow: hidden;
	background-color: #f3f2f1;
	border-radius: 10px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	color: #5B5D62;
}

ul.ul_hub_filters li a:hover {
	background-color: #ececeb;
}

ul.ul_hub_filters li a.selected {
	color: #FFFFFF;
}

/* ================================================= */
/* CONTACT BLOCK/LIST
/* ================================================= */

section#section_contacts h2#h1_contactsection {
	width: 208px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	background-color: #00685e;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif !important;	
}

@media only screen and (max-width: 980px) {
	section#section_contacts h2#h1_contactsection {
		width: 100%;
	}
	
	section#section_contacts > section {
		display: none !important;	
	}
}

section#section_contacts h2#h1_awardssection, section#section_contacts h2#h1_videossection, .h1_global_contacts {
	width: 208px;
	height: 30px;
	line-height: 32px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	background-color: #80c8e8;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif !important;	
}

.h1_global_contacts {
	background-color: #00685e;
}

@media only screen and (max-width: 980px) {
	section#section_contacts h2#h1_awardssection, section#section_contacts h2#h1_videossection {
		width: 100%;
	}
}

section#section_contacts article h2 a.a_contactname {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #00685e;
	width: 90px;
	height: 110px;
	padding-left: 108px;
	padding-top: 40px;
	padding-right: 10px;
	position: relative;
	
}

section#section_contacts article h2 a.a_contactname div {
	position: relative;
	display: block;
}

section#section_contacts article h2 a.a_contactname div.div_image {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(/images/contacts/0-aside.jpg);
	 filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: url(resources.svg#desaturate); /* Gecko */
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
}

section#section_contacts article h2#h1_office {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #5B5D62;
	padding: 10px;
	padding-top: 210px;
	background-image: url(/images/backgrounds/28.jpg);
	background-size: 800px 200px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif !important;
}

@media only screen and (max-width: 980px) {
	section#section_contacts article h2#h1_office {
		background-position: 0px 0px !important;
	}
}

section#section_contacts article section.section_contactdetail {
	display: none;
}

section#section_contacts article section.section_contactdetail {
	display: none;
}

section#section_contacts article section.section_contactdetail h2 {
	background-color: #dae1e5;
	padding: 5px;
	margin-bottom: 1px;
	font-size: 11px;
	color: #00685e;
}

section#section_contacts article section.section_contactdetail p {
	background-color: #dae1e5;
	padding: 5px;
	margin-bottom: 1px;
	font-size: 11px;
	overflow: hidden;
}

 section#section_contacts article p {
	padding: 10px;
	padding-top: 0px;
	color: #00685e;
	line-height: 18px;
 }
 
 section#section_contacts p a#a_peoplesearch {
	display: block;
	width: 188px;
	/*background-image: url(/images/misc/searchpeople.png);
	background-repeat: no-repeat;*/
	background-color: #00685e;
	color: #ffffff !important;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
 }

@media only screen and (max-width: 980px) {
	 section#section_contacts p a#a_peoplesearch {
		width: auto; 
	}
}
 
section#section_contacts figure {
	padding-top: 10px;
}

section#section_contacts figure img {
	margin-left: auto;
    margin-right: auto;
}

section#section_contacts figure figcaption {
	padding: 10px;
	color: #5B5D62;
	font-size: 11px;
	line-height: 16px;
}
section.section_contacts figure figcaption strong {
	color: #80c8e8;
}

section#section_contacts figure figcaption.figcaption_video {
	padding: 22px;
	padding-top: 0px;
}

/* ================================================= */
/* RELATED NEWS/ASIDE
/* ================================================= */

aside#aside_main section {
	position: absolute;
	width: 190px;
	height: 40px;
}

aside#aside_main section#section_contextual1 { left: 175px; }
aside#aside_main section#section_contextual2 { left: 365px; }
aside#aside_main section#section_contextual3 { left: 555px; }

aside#aside_main section h1 {
	width: 190px;
	height: 40px;
	display: block;
	position: absolute;
	z-index: 2;
	overflow: hidden;
	background-color: #00685e;
}

aside#aside_main section h1 a {
	display: block;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	position: absolute;
	width: 190px;
}

aside#aside_main section h1 a.a_close_related {
	left: 190px;
}

aside#aside_main section#section_contextual1 h1 { background-color: #3F4A75; }
aside#aside_main section#section_contextual2 h1 { background-color: #80c8e8; }
aside#aside_main section#section_contextual3 h1 { background-color: #fc4c02; }

aside#aside_main section ul {
	display: block;
	width: 170px;
	height: 0px;
	top: 40px;
	left: 0px;
	position: absolute;
	background-color: #3F4A75;
	list-style: none;
	overflow: hidden;
	z-index: 1;
	padding-top: 0px !important;
	padding-left: 10px;
	padding-right: 10px;
}

aside#aside_main section#section_contextual2 ul { background-color: #80c8e8; }
aside#aside_main section#section_contextual3 ul { background-color: #fc4c02; }

aside#aside_main section ul li {
	display: block;
	margin: 0px;
	padding: 0px;
}

aside#aside_main section ul li a {
	display: block;
	float: left;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(/images/misc/bulletsquarewhite.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-bottom: 5px;
	color: #FFFFFF;
	line-height: 16px;
}

/*

aside#aside_main section ul li:first-child a {
	display: block;
	width: 110px;
	padding: 0px;
	margin: 0px;
	height: 149px;
	padding-top: 40px;
	padding-left: 35px;
	padding-right: 5px;
	background-image: url(/images/misc/generalcover.png);
	background-color: #FF0000;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 16px;
}

*/

/* ================================================= */
/* HOME ASIDE
/* ================================================= */

aside#aside_home ul {
	padding-left: 175px;
}

aside#aside_home ul li {
	display: block;
	float: left;
	margin-right: 1px;
}

aside#aside_home ul li a {
	display: block;
	width: 189px;
	height: 40px;
	line-height: 40px;
	background-image: url(/images/misc/tint75white.png);
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
}

aside#aside_home ul li:first-child a {
	background-position: 0px -40px;
}

aside#aside_home ul li a:hover {
	background-position: 0px -40px;
}

aside#aside_home ul li a:focus {
	background-position: 0px -40px;
}

/* ================================================= */
/* TWITTER FEED
/* ================================================= */

section#section_twitter {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #ffffff;
	height: 40px;
	background-color: #5B5D62;
	position: relative;
	z-index: 0;
}

section#section_twitter ul {
	overflow: hidden;
	position: absolute;
	display: block;
	height: 40px;
	width: 100%;
	z-index: 1;
}

section#section_twitter ul li {
	background-image: url(/images/misc/newsfeed.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	display: block;
	height: 40px;
	line-height: 40px;
	position: absolute;
	margin-right: 12px;
}

section#section_twitter ul li, section#section_twitter ul li a {
	text-transform: none;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}

section#section_twitter p#p_twitter_header {
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	display: block;
	background-color: #fc4c02;
	padding-left: 12px;
	padding-right: 12px;
	float: left;
	position: absolute;
	height: 40px;
	line-height: 40px;
	z-index: 2;
}

/* ================================================= */
/* UTILITIES
/* ================================================= */

.utils_lightblue { color: #5B5D62; }

.utils_darkblue { color: #565c62; }

.utils_regular { font-weight: normal; }

.utils_11 { font-size: 11px; }

.utils_14 { font-size: 14px; }

.utils_bold { font-weight: bold; }

.utils_a_standardlink {
	display: block;
	color: #FFFFFF; 
	background-image: url(/images/misc/a_standard.png); 
	background-repeat: no-repeat; 
	height: 15px; 
	padding-left: 20px; 
	width: 320px;
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.utils_a_standardlink_short_blue {
	display: block;
	color: #5B5D62; 
	background-image: url(/images/misc/a_standard_short_blue.png); 
	background-repeat: no-repeat; 
	height: 15px; 
	padding-left: 20px; 
	width: 320px;
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.utils_a_standardlink_short_lightblue {
	display: block;
	color: #F9F5F4; 
	background-image: url(/images/misc/a_standard_short_lightblue.png); 
	background-repeat: no-repeat; 
	height: 15px; 
	padding-left: 20px; 
	width: 320px;
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;
	margin-top: 10px;
}

.utils_a_pdf {
	display: block;
	color: #5B5D62; 
	background-image: url(/images/misc/pdf.png); 
	background-repeat: no-repeat; 
	height: 26px; 
	padding-left: 75px; 
	padding-top: 34px;
	width: 500px;
	font-size: 12px;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;
}

.utils_a_pdf:hover {
	background-position: 0px -60px;
}

.utils_a_pdf:focus {
	background-position: 0px -60px;
}

.utils_a_add_page {
	display: block;
	color: #565c62; 
	background-image: url(/images/misc/a_add.png); 
	background-repeat: no-repeat; 
	height: 15px; 
	padding-left: 20px; 
	width: 320px;
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;
	margin: 0px;
}

.utils_supressed {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

/* ================================================= */
/* ICONS
/* ================================================= */

.icon_email {
	display: block;
	float: left;
	width: 25px;
	height: 0px;
	padding-top: 25px;
	background-image: url(/images/icons/email.png);
	background-repeat: no-repeat;
	overflow: hidden;
	margin-right: 5px;
}

.icon_linkedin {
	display: block;
	float: left;
	width: 25px;
	height: 0px;
	padding-top: 25px;
	background-image: url(/images/icons/linkedin.png);
	background-repeat: no-repeat;
	overflow: hidden;
	margin-right: 5px;
}

.icon_vcard {
	display: block;
	float: left;
	width: 25px;
	height: 0px;
	padding-top: 25px;
	background-image: url(/images/icons/vcard.png);
	background-repeat: no-repeat;
	overflow: hidden;
	margin-right: 5px;
}

.icon_profile {
	display: block;
	float: left;
	width: 25px;
	height: 0px;
	padding-top: 25px;
	background-image: url(/images/icons/profile.png);
	background-repeat: no-repeat;
	overflow: hidden;
	margin-right: 5px;
}

/* ================================================= */
/* GENERAL FORM STYLES
/* ================================================= */

article#article_main form {
	display: block;
	padding: 20px;
	background-color: #a0d1ca;
}

article#article_main form fieldset {
	border: none;
	margin-bottom: 20px;
}

article#article_main form legend {
	color: #565c62;
	text-transform: uppercase;
	font-size: 20px;
	padding-bottom: 10px;
}

article#article_main form input, article#article_main form textarea {
	display: block;
	float: left;
	width: 320px;
	height: 16px;
	border: none;
	padding: 2px;
	background-repeat: no-repeat;
	background-position: center right;
}

article#article_main form textarea {
	height: 500px;
}

article#article_main form select {
	width: 525px;
}

article#article_main form select.select_short {
	width: 320px;
}

article#article_main form textarea.textarea_small {
	height: 50px;
	width: 243px;
	margin-right: 4px;
}

article#article_main form textarea.textarea_medium {
	height: 100px;
}

article#article_main form ul {
	list-style: none;
}


article#article_main form ul li label {
	display: block;
	float: left;
	width: 195px;
	min-height: 20px;
	line-height: 20px;
	padding-left: 5px;
}

article#article_main form h1 {
	color: #999999 !important;
	height: auto !important;
	min-height: auto !important;
	margin-bottom: 15px !important;
}

article#article_main form h3 {
	line-height: 32px;
}

article#article_main form ul li label.label_long {
	width: 753px;
}

article#article_main form ul li label.label_editgrid {
	padding-left: 0px;
	padding-top: 5px;
	width: 753px;
}

article#article_main form ul li input.input_long {
	width: 745px;
}

article#article_main form ul li.required label {
	background-image: url(/images/forms/required.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	width: 175px;
}

article#article_main form > fieldset > ul > li {
	display: block;
	padding: 5px;
	color: #FFFFFF;
	background-color: #80c0de;
	background-image: none;
	overflow: hidden;
	background-image: none !important;
}

.redactor_toolbar li {
	background-image: none !important;
}

article#article_main form a.a_remove {
	display: block;
	background-image: url(/images/misc/a_remove.png);
	height: 0px;
	width: 20px;
	padding-top: 20px;
	margin-right: 5px;
	overflow: hidden;
	float: left;
}

article#article_main form a.a_tick {
	display: block;
	background-image: url(/images/misc/a_tick.png);
	height: 0px;
	width: 20px;
	padding-top: 20px;
	margin-right: 5px;
	overflow: hidden;
	float: left;
}

article#article_main form a.a_up {
	display: block;
	background-image: url(/images/misc/a_up.png);
	height: 0px;
	width: 20px;
	padding-top: 20px;
	margin-right: 5px;
	overflow: hidden;
	float: left;
}

article#article_main form a.a_down {
	display: block;
	background-image: url(/images/misc/a_down.png);
	height: 0px;
	width: 20px;
	padding-top: 20px;
	margin-right: 5px;
	overflow: hidden;
	float: left;
}

article#article_main form a.a_add {
	display: block;
	background-image: url(/images/misc/a_add.png);
	height: 0px;
	width: 20px;
	padding-top: 20px;
	margin-right: 5px;
	overflow: hidden;
	float: left;
}

article#article_main form ul li.li_error {
	background-color: #565c62;
	margin-top: -5px;
	display: none;
	padding: 15px !important;
}

article#article_main form ul li input#use_Submit, article#article_main form ul li input#con_Submit {
	background-color: #565c62;
	padding: 2px;
	color: #FFFFFF;
	width: 525px;
	height: 20px;
	cursor: pointer;
}

article#article_main form fieldset#fieldset_stage2, article#article_main form fieldset#fieldset_stage3 {
	display: none;	
}

article#article_main ul.ul_carousel {
	padding: 0px;	
}

ul.ul_carousel {
	background-color: transparent;
	padding-top: 0px;
	margin-top: 15px;
	display: none;
}

ul.ul_carousel li {
	background-image: none !important;
	margin-bottom: 0px;
	display: block;
	overflow: hidden;
}

ul.ul_carousel li input.car_Submit {
	background-color: #565c62;
	padding: 2px;
	color: #FFFFFF;
	width: 525px;
	height: 20px;
	cursor: pointer;
}

ul.ul_carousel li textarea {
	height: 150px;	
}

a#a_preview {
	display: block;
	background-image: url(/images/misc/a_tick.png);
	height: 0px;
	width: 20px;
	padding-top: 20px;
	margin-right: 5px;
	overflow: hidden;
	float: left;	
}

a.a_title {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #565c62;
	font-size: 18px;
	text-transform: uppercase;
	font-family:'ITCOfficinaSansW01-Disp 921265';
}

iframe.iframe_carousel {
	display: block;
	position: relative;
	margin-left: 200px;
	border: 0px !important;	
	overflow: hidden;
	margin-top: 15px;
}


body.body_carousel_iframe, article.article_carousel_iframe {
	width: 324px;
	overflow: hidden;	
}

form.form_carousel {
	width: 324px;	
}

form.form_carousel label {
	display: block;
	padding: 10px;	
	color: #565c62;
}

form.form_carousel input {
	display: block;
	margin: 10px;	
	margin-bottom: 0px;
	color: #565c62;
	width: 304px;
}

div.redactor_editor ul li {
	background-image: url(/images/misc/bulletsquarelightbluetint.png) !important;
	clear: both;
}

div.redactor_editor ol li {
	background-image: none !important;
}

div.redactor_editor ul {
	clear: both !important;
	float: none !important;
}

/* ================================================= */
/* HOME PAGE MARQUEE STYLES
/* ================================================= */

header#header_home article {
	display: block;
	position: absolute;
	left: 175px;
	top: 160px;
	color: #565c62;
	z-index: 1;
}

header#header_home article h1 {
	width: 575px;
	font-weight: normal;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 42px;
	margin-bottom: 20px;
}
header#header_home article h2 {
	width: 740px;
	margin-left: -155px;
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 28px;
}

header#header_home article h3 {
	width: 380px;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 15px;
}

/* ================================================= */
/* PEOPLE PAGE CONTACT BLOCK
/* ================================================= */

article#article_main section#section_people {
	padding-left: 300px;
	display: block;
	overflow: hidden;
	background-image: url(/images/contacts/58-main.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 300px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

@media only screen and (max-width: 600px) {
	article#article_main section#section_people {
		padding-left: 0px;
		padding-top: 300px;
		background-position: left top;
	}
}

article#article_main section#section_people h4 {
	background-image: url(/images/article/keylinenarrow.png);
	background-position: 0px bottom;
}

article#article_main section#section_people address {
	font-style: normal;
}

/* ================================================= */
/* PEOPLE PAGE LIST STYLES
/* ================================================= */

article#article_main ul.ul_searchresults {
	margin-bottom: 10px;	
}

article#article_main ul.ul_searchresults li {
	display: block;
	overflow: hidden;
	padding: 5px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(/images/article/keylinewide.png);
	background-repeat: no-repeat;
	background-position: -175px bottom;
	margin: 0px;
	line-height: 18px;
}

article#article_main ul.ul_searchresults li span {
	display: block;
	float: left;
	overflow: hidden;
	min-height: 10px;
}

@media only screen and (max-width: 1080px) {
	article#article_main ul.ul_searchresults li span {
		clear: both !important;
	}
}

article#article_main ul.ul_searchresults li span.search_Col1 { width: 200px; }
article#article_main ul.ul_searchresults li span.search_Col2 { width: 100px; color: #5B5D62; }
article#article_main ul.ul_searchresults li span.search_Col2Wide { width: 360px; padding-left: 15px; color: #5B5D62; }
article#article_main ul.ul_searchresults li span.search_Col3 { width: 155px; }
article#article_main ul.ul_searchresults li span.search_Col4 { width: 120px; text-align: right; }
article#article_main ul.ul_searchresults li span.search_Col5 { display: none; }

@media only screen and (max-width: 1080px) {
	article#article_main ul.ul_searchresults li span.search_Col1 { width: auto; }
	article#article_main ul.ul_searchresults li span.search_Col2 { width: auto; color: #5B5D62; }
	article#article_main ul.ul_searchresults li span.search_Col2Wide { width: auto; padding-left: 0px; color: #5B5D62; }
	article#article_main ul.ul_searchresults li span.search_Col3 { width: auto; }
	article#article_main ul.ul_searchresults li span.search_Col4 { width: auto; text-align: right; }
}

article#article_main ul.ul_searchresults li.li_nonefound {
	border: none !important;
	color: #5B5D62 !important;
	padding-top: 0px !important;
	margin-top: -5px;
}

/* ================================================= */
/* SIDE BAR SEARCH FORM
/* ================================================= */

section#section_contacts form {
	display: block;
	background-color: #5B5D62;
	background-repeat: repeat-y;
	padding: 20px;
	padding-top: 10px;
}

section#section_contacts form fieldset {
	border: none;
	padding-top: 10px;
}

section#section_contacts form fieldset legend {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	width: 160px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif !important;
}

section#section_contacts form label, section#section_contacts form input {
	display: block;
}

section#section_contacts form input, section#section_contacts form select {
	width: 160px;
	margin-bottom: 10px;
}

section#section_contacts form input#con_SearchName {
	height: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #00685e;
	padding: 2px;
	padding-bottom: 0px;
	padding-left: 18px;
	width: 140px;
	color: #00685e;
	background-image: url(/images/header/search.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;	
}

article#article_main input#con_SearchName {
	display: none;
}

@media only screen and (max-width: 995px) {
	article#article_main input#con_SearchName {
		display: block;
		height: 25px;
		border-width: 1px;
		border-style: solid;
		border-color: #00685e;
		padding: 2px;
		padding-bottom: 0px;
		padding-left: 18px;
		width: 240px;
		color: #00685e;
		background-image: url(/images/header/search.png);
		background-repeat: no-repeat;
		background-position: 4px 8px;	
		margin-bottom: 20px;
		border-radius: 0px;
	}
	
}

section#section_contacts form select.expand {
	width: auto;
	min-width: 160px;
}

section#section_contacts form label {
	padding-bottom: 5px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif !important;
}

section#section_contacts form input#con_Submit {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	color: #FFFFFF; 
	background-image: url(/images/misc/a_standard_short.png); 
	background-repeat: no-repeat; 
	background-color: transparent;
	background-position: 0px 5px;
	border: none;
	height: 20px;
	padding: 0px;
	padding-left: 20px; 
	width: 168px;
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;
	text-align: left;
	margin: 0px;
	cursor: pointer;
}

section#section_contacts form select.select_small { 
	width: 79px;
}

/* ================================================= */
/* PREDICTIVE SEARCH MENU
/* ================================================= */

ul#ul_predictive {
	background-color: #FFFFFF;
	width: 208px;
	list-style: none;
	border-color: #00685e;
	border-width: 1px;
	border-style: solid;
	float: left;
	position: absolute;
	left: 780px;
	top: 120px;
	z-index: 9999;
}

ul#ul_predictive li.li_content a, ul#ul_predictive li.li_content a {
	display: block;
	background-color: #dae1e5;
	padding: 5px;
	margin-bottom: 1px;
	font-size: 12px;
	overflow: hidden;
	color: #00685e;
	line-height: 16px;
}

ul#ul_predictive li.li_people_first a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #00685e;
	padding: 10px;
	color: #FFFFFF;
	background-color: #00685e;
}

ul#ul_predictive li.li_people a, ul#ul_predictive li.li_people a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #00685e;
	width: 90px;
	height: 100px;
	padding-left: 108px;
	padding-top: 50px;
	padding-right: 10px;
	background-image: url(/images/contacts/0-aside.jpg);
	background-position: left bottom;
}

/* ================================================= */
/* GOOGLE TRANSLATE
/* ================================================= */

section.language {
	display: none;
}

.p_changelanguage {
	float: none;
	overflow: hidden;
}

article#article_main p a.a_changelanguage {
	display: block;
	float: left;
	background-color: #565c62;
	padding: 5px;
	color: #FFFFFF !important;
	font-weight: bold;
	line-height: 12px;
	text-transform: uppercase;
	width: auto;
	margin-right: 5px;
}

article#article_main p a.a_changelanguage:hover {
	background-color: #a0d1ca;
}

article#article_main p a.a_changelanguage:focus {
	background-color: #a0d1ca;
}

article#article_main p a.a_languageselected {
	background-color: #a0d1ca;	
}

#google_translate_element { padding-top: 10px; padding-bottom: 20px; }
#google_translate_element img { display: inline; }

/* ================================================= */
/* SPECIAL ARTICLE STYLES
/* ================================================= */

section#section_newscuttings {
	display: block;
	background-image: url(/images/article/newspaper1.jpg);
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

section#section_newscuttings h4 {
	background-image: url(/images/article/newspaper2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: -20px;
	margin-bottom: 5px;
	width: 535px;
	padding-top: 105px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 20px;
	text-transform: uppercase;
}

@media only screen and (max-width: 1080px) {
	section#section_newscuttings h4 {
		width: 100%;
	}
}

section#section_newscuttings h4:first-child {
	background-image: none;
	padding-top: 20px;
}

section#section_newscuttings p.p_newscutting {
	background-image: url(/images/article/newspaper2.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-left: -20px;
	margin-bottom: 0px;
	width: 535px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 85px;
}

section#section_awards h4 {
	clear: both;
}

section#section_awards figure {
	width: 100%;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}

section#section_awards figcaption {
	width: auto;
	display: block;
}

section#section_awards img {
	float: left;
	display: block;
	margin-right: 20px;
}

/* ================================================= */
/* AUTOCONTACT POP-UP
/* ================================================= */

.strong_autocontact {
	cursor: pointer;
	color: #5B5D62;
}

div.div_autocontact {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 200px;
	z-index: 999999;
	height: 245px;
	background-image: url(/images/misc/autocontact.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif !important;
}

div.div_autocontact div.div_autocontact_textcontainer {
	position: absolute;
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #00685e;
	top: 0px;
	left: 0px;
	padding-left: 110px;
	padding-top: 20px;
	padding-right: 10px;
	width: 88px;
	height: 129px;
	border-width: 1px;
	border-style: solid;
	border-color: #00685e; 
	background-color: #FFFFFF;
	overflow: hidden;
	background-repeat: no-repeat;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif !important;
}

div.div_autocontact div.div_autocontact_part2 {
	position: absolute;
	top: 149px;
	display: block;
	overflow: hidden;
	background-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #00685e;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #00685e;
}

div.div_autocontact div.div_autocontact_part2 p {
	position: relative;
	display: block;
	background-color: #dae1e5;
	height: 22px;
	padding-left: 5px;
	padding-top: 5px;
	width: 203px;
	margin-bottom: 1px !important;
	font-size: 11px !important;
	overflow: hidden;
}

/* ================================================= */
/* CORPORATE TOMBSTONES
/* ================================================= */

section.section_corporate_tombstone {
	display: block;
	position: relative;
	overflow: hidden;
}

section.section_corporate_tombstone header {
	display: block;
	position: relative;
	overflow: hidden;
	min-height: 127px;
}

article#article_main section.section_corporate_tombstone header > h1 {
	display: block;
	position: relative;
	width: 535px;
	text-align: center;
	font-family:'ITCOfficinaSansW01-Disp 921259';
	font-size: 22px;
	line-height: 30px;
	color: #565c62;
	text-transform: uppercase;
	font-weight: normal;
	padding: 20px;
	padding-bottom: 0px;
	margin: 0px;
	min-height: 60px;
	height: auto;
}

@media only screen and (max-width: 1080px) {
	article#article_main section.section_corporate_tombstone header > h1 {
		width: auto;
		font-size: 18px;
		line-height: 22px;
	}
}

article#article_main section.section_corporate_tombstone header > h2 {
	display: block;
	position: relative;
	width: 535px;
	text-align: center;
	font-family:'ITCOfficinaSansW01-Disp 921259';
	font-size: 22px;
	color: #80c8e8;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-top: 5px;
}

section.section_corporate_tombstone section.section_tombstone_container {
	display: block;
	overflow: hidden;
	position: relative;
	width: 575px;
	height: 240px;
	background-color: #ffffff;
}

@media only screen and (max-width: 530px) {
	section.section_corporate_tombstone section.section_tombstone_container {
		margin-left: -200px;
	}
}

section.section_corporate_tombstone section.section_tombstone_container section.section_tombstone {
	display: block;
	width: 78px;
	height: 78px;
	background-color: #999999;
	position: absolute;
	left: 0px;
	top: 49px;
	overflow: visible !important;
}

section.section_corporate_tombstone section.section_tombstone_container section.section_tombstone img.img_reflection {
	display: block;
	position: relative;
	margin-top: -3px;
	padding: 0px;
	border: 0px;
}

section.section_corporate_tombstone section.section_tombstone_container section.section_tombstone.grey {
	background-color: #757575;
}

section.section_corporate_tombstone section.section_tombstone_container section.section_tombstone.secondary {
	width: 120px;
	height: 120px;
	top: 29px;
}

section.section_corporate_tombstone section.section_tombstone_container section.section_tombstone.main {
	width: 179px;
	height: 179px;
	top: 0px;
}

section.section_corporate_tombstone section.section_tombstone_container section.section_tombstone.active {

}

section.section_corporate_tombstone article.article_tombstone {
	display: none;	
}

section.section_corporate_tombstone article.article_tombstone_body {
	display: none;
	position: relative;
	overflow: hidden;
	width: 575px;
	height: auto;
	background-color: #565c62;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

@media only screen and (max-width: 1080px) {
	section.section_corporate_tombstone article.article_tombstone_body {
		width: 100%;
	}
}

section.section_corporate_tombstone article.article_tombstone_body h1, section.section_corporate_tombstone article.article_tombstone_body h2 {
	display: none;	
}

article#article_main section.section_corporate_tombstone article.article_tombstone_body h3 {
	padding: 20px;
	font-family:'ITCOfficinaSansW01-Disp 921259';
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;	
	line-height: 20px;
	margin-bottom: 0px;
}

article#article_main section.section_corporate_tombstone article.article_tombstone_body p {
	font-size: 12px;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 16px;
}

article#article_main section.section_corporate_tombstone article.article_tombstone_body ul {
	padding-left: 20px;
	padding-right: 20px;
}

article#article_main section.section_corporate_tombstone article.article_tombstone_body ul li {
	color: #ffffff;
}

section.section_corporate_tombstone nav.nav_tombstones {
	display: block;
	position: relative;
	overflow: hidden;
	width: 33%;
	float: left;
	height: 30px;
}

section.section_corporate_tombstone nav.nav_tombstones a {
	display: block;
	position: relative;	
	font-weight: bold;
	color: #565c62;
	width: auto;
	height: 20px;
	background-repeat: no-repeat;
	line-height: 16px;
	overflow: hidden;
}

section.section_corporate_tombstone nav.nav_tombstones a.a_open {
	background-image: url(/corporate-tombstones/images/ts_arrow_updown.png);
	background-position: 40px -2px;
	padding-left: 70px;
}

section.section_corporate_tombstone nav.nav_tombstones a.a_open.selected {
	background-position: 40px -22px;
}

section.section_corporate_tombstone nav.nav_tombstones a.a_next {
	background-image: url(/corporate-tombstones/images/ts_arrow_right.jpg);
	background-position: top right;
	padding-right: 30px;
	text-align: right;
	margin-right: 10px;
}

section.section_corporate_tombstone nav.nav_tombstones a.a_prev {
	padding-left: 30px;
	background-image: url(/corporate-tombstones/images/ts_arrow_left.jpg);
	background-position: top left;
	margin-left: 10px;
}

.outer_title {
	font-size: 18px !important;
	color: #5B5D62 !important;
}

/* ------------------------------------------------- */
/* SHARING ICONS */

article#article_main ul#ul_article_share {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0px;
	padding-top: 20px;
	list-style: none;
	min-width: 300px;
}

article#article_main ul#ul_article_share li {
	display: block;
	position: relative;
	float: left;
	margin-right: 1px;
	padding-left: 0px;
	background-image: none;
}

article#article_main ul#ul_article_share li:first-child {
	display: block;
	position: relative;
	height: 35px;
	width: 190px;
	overflow: hidden;
}

@media only screen and (max-width: 980px) {
	article#article_main ul#ul_article_share li:first-child {
		width: 130px;
	}
}

article#article_main ul#ul_article_share li a {
	display: block;
	width: 37px;
	height: 0px;
	padding-top: 35px;
	overflow: hidden;
	background-color: #5B5D62;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

article#article_main ul#ul_article_share li:first-child a {
	display: block;
	width: 190px;
	height: auto;
	color: #FFFFFF !important;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	line-height: 35px;
}

article#article_main ul#ul_article_share li a:hover {
	background-color: #565c62;
}

article#article_main ul#ul_article_share li a:focus {
	background-color: #565c62;
}

/* ================================================= */
/* HOMEPAGE 2015
/* ================================================= */

@media only screen and (max-width: 1000px) {
	section#section_home_2015 {
		width: 100%;
	}
}

section#section_home_2015 article.article_home_2015 {
	display: block;
	width: 1000px;
	height: 500px;
	position: absolute;
	overflow: visible;
	top: 0px;
	left: 2000px;
}


section#section_home_2015 article.article_home_2015.active {
	left: 0px;
}

section#section_home_2015 article.article_home_2015 img.img_home_2015 {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: -500px;	
}

@media only screen and (max-width: 740px) {
	section#section_home_2015 article.article_home_2015 img.img_home_2015 {
		margin-left: -700px;
	}
}

section#section_home_2015 article.article_home_2015 h1 {
	display: block;
	font-size: 32px;	
	text-transform: uppercase;
	position: relative;
	z-index: 10;
	color: #ffffff;
	padding-left: 180px;
	padding-top: 80px;
	padding-bottom: 10px;
	font-weight: normal;
	width: 380px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif !important;
}

@media only screen and (max-width: 740px) {
	section#section_home_2015 article.article_home_2015 h1 {
		padding-left: 20px;
		width: 280px;
		font-size: 28px;
	}
}

section#section_home_2015 article.article_home_2015 h2 {
	display: block;
	font-size: 18px;	
	position: relative;
	z-index: 10;
	color: #ffffff;
	padding-left: 180px;
	padding-bottom: 10px;
	width: 380px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif !important;
}

@media only screen and (max-width: 740px) {
	section#section_home_2015 article.article_home_2015 h2 {
		padding-left: 20px;
		width: 280px;
		font-size: 16px;
	}
}

section#section_home_2015 article.article_home_2015 h2 strong {
	font-weight: 700;
	font-family: 'Montserrat', sans-serif !important;
}

section#section_home_2015 article.article_home_2015 a.a_more_2015 {
	display: block;
	font-size: 18px;	
	font-weight: 400;
	font-family: 'Montserrat', sans-serif !important;
	position: relative;
	z-index: 10;
	color: #ffffff;
	padding-left: 180px;
	height: 20px;
	line-height: 20px;
	width: 200px;
}

@media only screen and (max-width: 740px) {
	section#section_home_2015 article.article_home_2015 a.a_more_2015 {
		padding-left: 20px;
		width: 280px;
		font-size: 16px;
	}
}

section#section_home_2015 article.article_home_2015 a.a_more_2015 span {
	display: inline-block;
	background-color: #ffffff;
	color: #001949;
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-family:'ITCOfficinaSansW01-Disp 921268';
	margin-right: 7px;
}

section#section_home_2015 ul.ul_slide_indicator_2015 {
	display: block;
	width: auto;
	height: auto;
	list-style: none;
	position: absolute;
	bottom: 30px;
	right: 20px;
	overflow: hidden;
}

section#section_home_2015 ul.ul_slide_indicator_2015 li {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	width: 20px;
	height: 20px;
	margin-left: 3px;
}

section#section_home_2015 ul.ul_slide_indicator_2015 li a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 16px;
	height: 0px;
	padding-top: 16px;
	border: 2px solid #ffffff;
	font-weight: bold;
}



section#section_home_2015 ul.ul_slide_indicator_2015 li a.active {
	background-color: #ffffff;
}

article#article_main a { text-decoration: underline dotted #ffffff; color: #00685e !important; font-weight: 400;  }


/* CSS Document 

font-family:'ITCOfficinaSansW01-Disp 921268';
font-family:'ITCOfficinaSansW01-Disp 921259';
font-family:'ITCOfficinaSansW01-Disp 921265';
font-family:'ITCOfficinaSansW01-Disp 921262';

*/

form.form_new_cms {
	position: fixed !important;
    bottom: 0px;
    left: 0px;
    width: calc(100% - 40px) !important;
	padding-top: 43px !important;
	padding-bottom: 30px !important;
    height: 50%;
    overflow: scroll !important;
    z-index: 9999999999999999999999999999999999999999999999999999 !important;
	background-color: #ededed !important;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
}

form.form_new_cms_upload {
    width: 100% !important;
	padding: 0px !important;
	padding-bottom: 20px !important;
    overflow: scroll !important;
	background-color: #ededed !important;
}

form.form_new_cms:hover {
}

a.showhide_cms {
	display: block;
	padding: 10px;
	position: absolute;
	top: 43px;
	right: 10px;
	color: #ffffff !important;
	background-color: #999999;
}

nav.cms_nav {
	display: block;
	position: relative;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	max-width: 50%;
}

nav.cms_nav a {
	display: block;
	padding: 10px;
	position: relative;
	float: left;
	margin-right: 2px;
	color: #ffffff !important;
	background-color: #999999;
	border-bottom: 0px solid #ffffff !important;
	margin-bottom: 2px !important;;
}

.redactor_toolbar {
    position: fixed !important;
    top: auto !important;
	bottom: 54% !important;
	z-index: 999999;
	width: 100% !important;
}

article#article_main form.form_new_cms > fieldset > ul > li, article#article_main form.form_new_cms_upload > fieldset > ul > li {
	background-color: #dddddd !important;
	background-image: none !important;
	display: block;
	position: relative;
}

article#article_main form.form_new_cms > ul > li, article#article_main form.form_new_cms_upload > ul > li {
	background-image: none !important;
	display: block;
	position: relative;
}

article#article_main form.form_new_cms ul li ul li, article#article_main form.form_new_cms_upload ul li ul li {
	background-image: none !important;
	display: block;
}

article#article_main form.form_new_cms ul#ul_editcontactlist li, article#article_main form.form_new_cms ul#ul_editsectorlist li, article#article_main form.form_new_cms ul#ul_editrelatedlist li, article#article_main form.form_new_cms ul#ul_edittombstonelist li {
	position: relative;
	clear: both;
	padding: 10px !important;
}

article#article_main form.form_new_cms > fieldset > ul > li em, article#article_main form.form_new_cms_upload > fieldset > ul > li em {
	font-size: 12px !important;
}

article#article_main form.form_new_cms ul li label, article#article_main form.form_new_cms_upload ul li label {
	width: calc(50% - 20px) !important;
	color: #565c62 !important;
	font-size: 16px !important;
	padding: 10px !important;
}

article#article_main form.form_new_cms ul li input, article#article_main form.form_new_cms_upload ul li input {
	width: calc(50% - 20px) !important;
	font-size: 16px !important;
	padding: 10px !important;
}

article#article_main form.form_new_cms ul li select, article#article_main form.form_new_cms_upload ul li select {
	width: calc(50% - 20px) !important;
	font-size: 16px !important;
	padding: 10px !important;
}

article#article_main form.form_new_cms ul li input#use_Submit, article#article_main form.form_new_cms  ul li input#con_Submit, article#article_main form.form_new_cms_upload ul li input#con_Submit, article#article_main form.form_new_cms_upload ul li input#use_Submit {
	height: 50px !important;
	width: calc(100% - 20px) !important;
}

article#article_main form.form_new_cms iframe, article#article_main form.form_new_cms div.div_iframe_replacement, section#section_contacts form.form_new_cms div.div_iframe_replacement {
	width: 100% !important;
	margin-bottom: 0px !important;
}

/* ================================================= */
/* THE FINAL ELEMENT OF THIS BREAKS IE7 SO MUST REMAIN LAST
/* ================================================= */

/* ================================================= */
/* STICKY BANNER
/* ================================================= */

div#sustainability_banner {
	display: block;
	width: 100%;
	height: 75px;
	background-color: #00685e;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 9;
	background-image: url(/images/sticky-footer-bg.jpg);
	background-size: 2000px 75px;
	background-position: 0px 0px;
	transition: background-size 1s ease, background-position 1s ease;
}

div#sustainability_banner:hover {
	background-size: 2100px 79px;
	background-position: -25px -2px;
}

div#sustainability_banner img {
	display: block;
	position: absolute;
	height: 100%;
	width: auto;
	top: 0px;
	left: 0px; 
}

div#sustainability_banner p {
	position: relative;
	padding-left: 300px;
	color: #ffffff;
	height: 75px;
	line-height: 75px;
	font-size: 28px;
}

	div#sustainability_banner p.p_click_here {
		display: none;
	}

	div#sustainability_banner p.p_visit {
		display: block;
	}

@media only screen and (max-width: 850px) {
	div#sustainability_banner p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 650px) {
	div#sustainability_banner p.p_visit {
		display: none;
	}
	
	div#sustainability_banner p.p_click_here {
		display: block;
		padding-left: 280px;
		font-size: 15px;
	}
}

@media only screen and (max-width: 450px) {
	
	div#sustainability_banner p.p_click_here {
		display: block;
		padding-left: 280px;
		font-size: 14px;
		position: absolute;
		bottom: 15px;
		right: 10px;
		height: 15px;
		line-height: 14px;
		padding-left: 0px;
	}
}

div#sustainability_banner a#a_close_banner {
	display: block;
	position: absolute;
	top: 10px;
	right: 25px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	padding-left: 20px;
}

@media only screen and (max-width: 450px) {
	div#sustainability_banner a#a_close_banner {
		right: 10px;
	}
}

div#sustainability_banner a#a_close_banner::before {
	content: " ";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform: rotate(225deg);
	transition: ALL 0.5s ease;
}

div#sustainability_banner a#a_close_banner:hover::before {
	top: 5px;
}

article#article_main ol li:before { display: inline-block; width: 36px; margin-left: -36px; counter-increment: item; content: counters(item, ".") " "; }