/*
 Theme Name:   HSS theme for iPad
 Description:  Twenty Fourteen Child Theme
 Author:       sofyma 2014
 Author URI:   http://sofyma.com
 Template:     twentyfourteen
*/

@import url("../twentyfourteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Helvetica, "Helvetica Neue", Arial, Tahoma, sans-serif;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	line-height: 1;
}

nav ul {
	list-style: none;
}

ol {
	list-style-position: inside;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: #0088d2;
}

a:hover {
	color: inherit;
}

img {
	max-width: 100%;
}

ins {
	background: none;
	color: inherit;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

h1,
h2,
h3,
h4,
h5,
h5,
h6 {
	font-weight: normal;
}

h1 {
	font-size: 24px;
	color: #0088d2;
	line-height: normal;
	font-family: 'handel_gothic_dbold';
	padding-bottom: 27px;
}

input:focus {
	box-shadow: none;
	outline: 0;
}

::-webkit-input-placeholder {
	color: #fff;
}

:-moz-placeholder {
	color: #fff;
}

::-moz-placeholder {
	color: #fff;
}

:-ms-input-placeholder {
	color: #fff;
}

textarea {
	resize: vertical;
}

::selection {
	background: #ffd600;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #ffd600;
	color: #fff;
	text-shadow: none;
}

main {
	display: block;
}

.overflow-hidden {
	overflow: hidden;
	padding-bottom: 25px;
}


@font-face {
	font-family: 'handel_gothic_dbold';
	src: url('fonts/handel/handelgotd-bold-webfont.eot');
	src: url('fonts/handel/handelgotd-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/handel/handelgotd-bold-webfont.woff') format('woff'),
		url('fonts/handel/handelgotd-bold-webfont.ttf') format('truetype'),
		url('fonts/handel/handelgotd-bold-webfont.svg#handel_gothic_dbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

.wrapper {
	width: 940px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.head {
	height: 25px;
	background: #2496d6;
}

.head .wrapper {
	overflow: visible;
}

.hss-menu {
	float: left;
}

.hss-menu ul {
	font-size: 0;
}

.hss-menu li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	border-left: 1px solid #4ca9dd;
	position: relative;
}

.hss-menu li a {
	height: 25px;
	line-height: 25px;
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0 20px 0 10px;
	background: url(images/white-arrow.jpg) 93% center no-repeat;
}

.hss-menu li a:hover {
	background: #fff;
	color: #2496d6;
}

.hss-menu .last .modal {
	right: 0;
	left: auto;
}

.modal {
	width: 460px;
	padding: 30px 19px 9px 19px;
	border: 1px #e5e5e5 solid;
	border-top: 0;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0;
	top: 25px;
	display: none;
	z-index: 1;
}

.modal .inner {
	text-align: justify;
}

.modal .inner:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.modal p {
	font: 11px/15px Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
}

.modal .visit-site {
	border-radius: 5px;
	width: 105px;
	padding: 0;
	font: 11px/25px Verdana, Arial, Helvetica, sans-serif !important;
	color: #fff;
	text-align: center;
	background: #0089d0;
	background-image: linear-gradient(top, #6bc2ee 0%, #086ba4 100%);
	background-image: -o-linear-gradient(top, #6bc2ee 0%, #086ba4 100%);
	background-image: -moz-linear-gradient(top, #6bc2ee 0%, #086ba4 100%);
	background-image: -webkit-linear-gradient(top, #6bc2ee 0%, #086ba4 100%);
	background-image: -ms-linear-gradient(top, #6bc2ee 0%, #086ba4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6bc2ee), color-stop(1, #086ba4));
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
	position: absolute;
	bottom: 19px;
	right: 19px;
}

.modal .visit-site:hover {
	color: #fff;
	background: #2199d9;
	background-image: linear-gradient(top, #086ba4 0%, #6bc2ee 100%);
	background-image: -o-linear-gradient(top, #086ba4 0%, #6bc2ee 100%);
	background-image: -moz-linear-gradient(top, #086ba4 0%, #6bc2ee 100%);
	background-image: -webkit-linear-gradient(top, #086ba4 0%, #6bc2ee 100%);
	background-image: -ms-linear-gradient(top, #086ba4 0%, #6bc2ee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #086ba4), color-stop(1, #6bc2ee));
	box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3) inset;
}

.hss-menu li:hover>.modal {
	display: block;
}

.social {
	font-size: 0;
	float: right;
	padding-top: 4px;
}

.social a {
	width: 17px;
	height: 17px;
	display: inline-block;
	margin-right: 6px;
}

.social a:last-child {
	margin-right: 0;
}

.social .f {
	background: url(images/social.jpg) left top no-repeat;
}

.social .t {
	background: url(images/social.jpg) -23px top no-repeat;
}

.social .g {
	background: url(images/social.jpg) -46px top no-repeat;
}

.social .p {
	background: url(images/social.jpg) -69px top no-repeat;
}

.logo a {
	display: inline-block;
	overflow: hidden;
}

.navigation {
	height: 59px;
	background: #0088d2;
	border-bottom: 2px solid #fff;
	position: relative;
}

.navigation .wrapper {
	overflow: visible;
}

.navigation ul {
	font-size: 0;
}

.navigation li {
	display: inline-block;
	vertical-align: top;
	padding-right: 25px;
}

.navigation li:last-child {
	padding-right: 0;
}

.navigation .current-menu-ancestor a {
	color: #ffd600;
}

.navigation .current-menu-ancestor .menu-item a {
	color: #9d9c9c;
}

.navigation a:hover,
.navigation .current-menu-item a,
.navigation .current-menu-ancestor .current-menu-item a,
.footer .links a:hover {
	color: #ffd600;
}

.navigation a {
	position: relative;
	height: 59px;
	line-height: 59px;
	display: block;
	color: #fff;
	font-family: 'handel_gothic_dbold';
	font-size: 15px;
}

.navigation li .walker {
	width: 100%;
	height: 49px;
	background: #fff;
	display: none;
	position: absolute;
	left: 0;
	top: 57px;
	margin: 0;
	z-index: 1000;
}

.navigation li ul {
	width: 940px;
	height: 100%;
	margin: 0 auto;
}

.navigation li ul li a {
	height: 49px;
	line-height: 49px;
	font-size: 15px;
	color: #9d9c9c;
}

.navigation li ul li a:hover {
	color: #ffd600 !important;
}

.navigation li.investor-relations-parent .sub-menu li {
	padding-right: 22px;
}

.navigation li.investor-relations-parent .sub-menu li:last-child {
	padding-right: 0;
}

.navigation li.investor-relations-parent .sub-menu li a {
	font-size: 12px;
}

.parent-pageid-56 .navigation li.about-hss-parent .walker,
.parent-pageid-1507 .navigation li.investor-relations-parent .walker,
.parent-pageid-1806 .navigation li.ipo-parent .walker,
.category-news-announcements .navigation li.news-and-recources-parent .walker,
.category-media-centre .navigation li.news-and-recources-parent .walker {
	display: block;
}

.not-allowed li.investor-relations-parent .walker,
.not-allowed li.ipo-parent .walker {
	display: none !important;
}

.page-child .page {
	margin-top: 22px;
}

#menu-item-1513 {
	padding-right: 0;
}

.ipo-parent {
	padding-left: 35px;
}

.ipo-parent ul li a {
	padding: 0;
}

.grey {
	background: #ebebeb;
}

.white {
	background: #fff;
}

.blue {
	background: #0088d2;
}

.yellow {
	background: #ffd600;
}

.vertically {
	margin: 25px 0;
}

.intro {
	width: 300px;
	height: 355px;
	overflow: hidden;
	background: #fff;
}

.video {
	width: 619px;
}

.relative:first-child {
	margin-right: 21px;
}

.intro,
.video {
	margin: 27px 0;
	float: left;
}

.intro .inner {
	padding: 20px 25px;
	overflow: hidden;
}

.intro img {
	display: block;
}

.intro h2 {
	font-size: 22px;
	color: #0088d2;
	font-family: 'handel_gothic_dbold';
	padding-bottom: 10px;
}

.intro strong {
	font-size: 16px;
	color: #0088d2;
	font-family: 'handel_gothic_dbold';
	display: block;
	padding-bottom: 10px;
}

.intro p {
	font-size: 16px;
	color: #6f6f6e;
}

.intro p:first-child {
	padding-top: 0;
}

.intro a {
	height: 32px;
	line-height: 32px;
	text-align: center;
	padding: 0 30px;
	display: inline-block;
	font-family: 'handel_gothic_dbold';
	font-size: 16px;
	color: #fff;
	background: url(images/submit.jpg) left top repeat-x;
	border-radius: 50px;
	margin-top: 28px;
	float: right;
}

.page-id-56 .su-youtube,
.page-id-54 .su-youtube {
	margin: 27px 0 !important;
}

.home h1,
.contact h1 {
	padding-top: 27px;
	font-family: Helvetica, "Helvetica Neue", Arial, Tahoma, sans-serif;
}

.disable {
	position: static !important;
	width: 100% !important;
	height: auto !important;
}

.disable .onhover {
	display: none !important;
}

.enable {
	position: absolute !important;
}

.logos {
	margin: 25px 0 !important;
	text-align: center;
	font-size: 0;
}

.logos img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}

.logos img:last-child {
	margin-right: 0;
}

.dvd,
.hire,
.connect {
	width: 50%;
	float: left;
	padding: 25px 0;
}

.dvd p,
.hire p,
.connect p {
	font-size: 16px;
	color: #6f6f6e;
	padding-right: 80px;
	padding-left: 80px;
}

.dvd a,
.hire a,
.connect a {
	color: #0088d2;
	font-weight: bold;
}

.dvd {
	background: url(images/dvd.jpg) left center no-repeat;
}

.hire {
	background: url(images/hire.jpg) left center no-repeat;
}

.connect {
	background: url(images/letter.jpg) left center no-repeat;
}

.item {
	width: 300px;
	height: 286px;
	float: left;
	margin: 25px 20px 25px 0;
	position: relative;
}

.item:last-child {
	margin-right: 0;
}

.item img {
	display: block;
}

.backside {
	width: 100%;
	margin-top: 3px;
}

.backside h3 {
	background: #ffd600 url(images/rounded-arrow.jpg) 12px center no-repeat;
	font-family: 'handel_gothic_dbold';
	text-indent: 10px;
}

.backside h3 a {
	font-size: 22px;
	color: #0088d2;
	display: block;
	padding: 25px 0 25px 50px;
}

.backside .onhover {
	background: #ffd600;
	padding: 0 15px;
	display: none;
}

.backside .onhover p {
	color: #0088d2;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	padding-bottom: 25px;
}

.item.active .backside {
	width: 300px;
	height: 286px;
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 1;
	background: #ffd600;
}

.item.active .backside .onhover {
	display: block;
}

.options {
	overflow: hidden;
	position: relative;
	margin: 25px 0;
	font-size: 0;
	text-align: justify;
}

.options:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.options a,
.next,
.prev {
	color: #0088d2;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

.options a .icon {
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.options a ins,
.options .buttons {
	display: inline-block;
	vertical-align: middle;
}

.options .dvd {
	width: auto;
	float: none;
	padding: 0;
	background: none;
}

.options .download,
.options .print,
.options .close {
	padding: 13px 20px;
	margin-right: 6px;
}

.options .print {
	margin-right: 0;
}

.options .dvd .icon {
	width: 31px;
	height: 31px;
	background: url(images/dvd-small.jpg) left top no-repeat;
}

.options .close .icon {
	background: url(images/close-btn.png) left top no-repeat;
}

.options .download .icon {
	background: url(images/download.png) left top no-repeat;
}

.options .print .icon {
	background: url(images/print.png) left top no-repeat;
}

.introduction h2,
.introduction h2 span,
.introduction h3,
.introduction h3 span {
	font-size: 20px;
	color: #0088d2;
	font-family: 'handel_gothic_dbold';
}

.introduction p,
.introduction ul li {
	font-size: 16px;
	color: #6f6f6e;
}

.introduction ul li {
	font-size: 14px;
	line-height: 18px;
}

.introduction ul {
	padding-left: 15px;
	padding-bottom: 25px;
	list-style: none;
}

.introduction ul li {
	background: url(images/yellow-bullet.jpg) left 5px no-repeat;
	padding-left: 15px;
}

.introduction h2,
.introduction h3,
.introduction p {
	padding-bottom: 20px;
}

.introduction p:last-child {
	padding-bottom: 0;
}

.introduction h4 {
	color: #0088d2;
	font-size: 16px;
	padding-bottom: 5px;
}

.next,
.prev {
	width: 171px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	background: url(images/link.jpg) right top no-repeat;
	float: right;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.prev {
	float: left;
	background: url(images/link-prev.jpg) left top no-repeat;
}

.next:hover,
.prev:hover {
	color: #0088d2;
}

.quote {
	margin: 25px 0;
}

.quote h3 {
	font-size: 36px;
	color: #0088d2;
	font-family: 'handel_gothic_dbold';
	font-style: normal;
	padding-bottom: 10px;
}

.quote .source {
	font-size: 16px;
	color: #0088d2;
	font-family: 'handel_gothic_dbold';
	font-style: normal;
}

.section {
	overflow: hidden;
	margin: 25px 0;
	background: #fff;
}

.section .image {
	width: 620px;
	height: 264px;
	float: left;
}

.section .text {
	width: 300px;
	float: right;
}

.section .text h2 {
	font-size: 22px;
	color: #0088d2;
	font-family: 'handel_gothic_dbold';
	padding: 15px 0;
}

.section .text p {
	font-size: 16px;
	color: #6f6f6e;
	padding-bottom: 15px;
	padding-right: 15px;
}

.key-facts h3 {
	padding-top: 25px;
	padding-bottom: 0;
}

.key-facts p {
	background: url(images/big-yellow-bullet.png) left top no-repeat;
	padding-left: 45px;
}

.index {
	padding: 30px 0;
	overflow: hidden;
}

.group .title {
	width: 100%;
	padding: 20px 0;
	background: #0088d2;
	position: absolute;
	left: 0;
	bottom: 0;
}

.group .title a {
	display: block;
}

.group .title span {
	color: #ffd600;
	font-family: 'handel_gothic_dbold';
	padding: 0 20px;
	display: block;
}

.group-section {
	margin: 25px 0;
	overflow: hidden;
}

.group {
	width: 31.914893617%;
	height: 208px;
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
	position: relative;
}

.group:nth-child(3n) {
	margin-right: 0;
}

.group-logo {
	width: 100%;
	height: 85px;
	line-height: 85px;
	background: #0088d2;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}

.group-logo img {
	vertical-align: middle;
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.group-logo .backside {
	display: none;
}

.group-logo .backside p {
	font-size: 14px;
	color: #fff;
	padding: 0 20px;
	text-align: left;
	line-height: normal;
}

.group-logo .backside a {
	font-size: 14px;
	padding: 5px 20px;
	color: #ffd600;
	display: block;
	line-height: normal;
	text-align: left;
}

.group:hover .group-logo {
	width: 100%;
	height: 208px;
	left: 0;
	bottom: auto;
	top: 0;
}

.group:hover .backside {
	display: block;
}

.group:hover .backside img {
	margin-top: 25px;
}

.index .group {
	height: 322px;
}

.dvd-big,
.annual-report {
	padding: 40px 20px;
	display: block;
	color: #0088d2;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 15px;
}

.dvd-big:hover,
.annual-report:hover {
	color: #0088d2;
}

.dvd-big .icon,
.annual-report .icon,
.dvd-big ins,
.annual-report ins,
.ar-small .icon,
.ar-small ins {
	display: inline-block;
	vertical-align: middle;
	text-decoration: underline;
}

.dvd-big .icon {
	width: 57px;
	height: 57px;
	background: url(images/dvd-big.png) left top no-repeat;
}

.annual-report .icon {
	width: 44px;
	height: 69px;
	background: url(images/download-big.png) left top no-repeat;
}

.dvd-big .icon,
.annual-report .icon {
	margin-right: 20px;
}

.dvd-big ins,
.annual-report ins {
	width: 145px;
	line-height: normal;
}

.welcome-message,
.financial-highlights {
	margin: 25px 0;
}

.ar-small {
	color: #0088d2;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

.ar-small:hover {
	color: #0088d2;
}

.ar-small .icon {
	width: 37px;
	height: 58px;
	background: url(images/download-small.png) left top no-repeat;
	margin-right: 20px;
}

.ar-small ins {
	text-decoration: none;
}

.pagination {
	height: 49px;
	position: relative;
}

.pagination ul {
	padding: 0;
	height: 49px;
	font-size: 0;
	text-align: center;
	background: #fff;
}

.pagination ul li {
	padding: 0;
	background: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}

.pagination ul li:last-child {
	margin-right: 0;
}

.pagination ul li a {
	display: block;
	height: 49px;
	line-height: 49px;
	font-size: 13px;
	font-family: 'handel_gothic_dbold';
	position: relative;
}

.pagination ul li a .current {
	width: 14px;
	height: 7px;
	background: url(images/current.png) left top no-repeat;
	position: absolute;
	left: 50%;
	top: -7px;
	margin-left: -7px;
}

.pagination .next-page,
.pagination .prev-page {
	width: 46px;
	height: 49px;
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;
}

.pagination .next-page {
	background: url(images/right.png) left top no-repeat;
	right: 0;
	border-left: 2px solid #ebebeb;
}

.pagination .prev-page {
	background: url(images/left.png) left top no-repeat;
	left: 0;
	border-right: 2px solid #ebebeb;
}

.pagination .current-menu-item a {
	color: #0088d2;
}

/*ipo*/
.disclaimer,
.message-section {
	display: none;
}

.wrapper-news,
.wrapper-ipo {
	margin-top: 40px;
}

.ipo-documents {
	width: 100% !important;
	float: none !important;
}

.documents {
	width: 585px;
	float: right;
	margin: 25px 0;
}

.controls {
	overflow: hidden;
	border-bottom: 1px solid #6f6f6e;
	margin-bottom: 20px;
	padding: 0 10px;
}

.controls h2 {
	float: left;
}

.controls .select {
	float: right;
}

.controls #legend2 {
	float: right;
	padding-top: 5px;
}

.controls .select,
#legend2 {
	font-size: 14px;
	color: #6f6f6e;
}

.controls .select {
	padding: 2px 10px;
}

.controls .select select {
	border: 1px solid #6f6f6e;
}

.holder {
	text-align: right;
	padding: 10px 0;
}

.holder a {
	font-size: 14px;
	color: #0088d2;
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
	cursor: pointer;
}

.holder a:last-child {
	padding-right: 0;
}

.documents h2,
.filter h2 {
	color: #0088d2;
	font-size: 20px;
	font-family: 'handel_gothic_dbold';
	padding-bottom: 20px;
}

.filter {
	width: 300px;
	float: left;
	margin: 25px 0;
}

.search-form {
	overflow: hidden;
	padding: 10px;
	background: #fff;
	margin-bottom: 5px;
}

.search-form label {
	width: 240px;
	float: left;
	display: block;
}

.search-form .search-field {
	background: #6f6f6e;
	font-size: 16px;
	color: #fff;
	padding: 5px;
	border: 0;
	border-radius: 0;
}

.search-form .search-submit {
	width: 29px;
	height: 29px;
	border: 0;
	background: url(images/search.png) left top no-repeat;
	padding: 0;
	font-size: 0;
	float: right;
	display: block;
}

.search-form .search-submit:hover {
	background: url(images/search.png) left top no-repeat;
}

.document {
	margin-bottom: 30px;
	background: url(images/news.png) left top no-repeat;
	padding-left: 55px;
}

.document strong {
	display: block;
	font-size: 16px;
	color: #6f6f6e;
	padding-bottom: 5px;
}

.document p {
	font-size: 16px;
	color: #6f6f6e;
	padding-bottom: 5px;
}

.document a {
	font-size: 16px;
	color: #0088d2;
	display: block;
}

.document .more-link {
	display: none;
}

.filter h4 {
	padding: 10px 0;
	margin: 0;
	line-height: normal;
	font-size: 16px;
	color: #0088d2;
	background: #fff url(images/label-filter.png) right center no-repeat;
	font-weight: bold;
	margin-bottom: 5px;
	cursor: pointer;
}

.filter h4.active {
	background: #fff url(images/filter-label-close.png) right center no-repeat;
}

.filter .filter-list li {
	background: #9d9c9c;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
}

.filter .filter-list li a,
#filters a {
	display: block;
	padding: 10px;
}

.filter .filter-list li a:hover,
#filters a,
.filter-list .remove-term {
	color: #0088d2;
	background: #ffd600;
}

.filter-list .remove-term {
	pointer-events: none;
	cursor: default;
}

#filters a {
	font-weight: bold;
	text-align: center;
	background: #ffd600 url(images/close-filter.png) 98% center no-repeat;
	font-size: 14px;
	margin-bottom: 5px;
}

#filters a:last-child {
	margin-bottom: 0;
}

#terms-type,
#terms-document_year,
#filters {
	padding: 0 10px;
	background: #fff;
	margin-bottom: 5px;
}

#terms-type.active,
#terms-document_year.active {
	padding-bottom: 10px;
}

#filters {
	padding: 10px;
}

#filters br {
	display: none;
}

.window {
	width: 940px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	padding: 10px 50px;
}

.window .row {
	overflow: hidden;
	margin-top: 40px;
}

.window .row:first-child {
	margin-top: 0;
}

.window h1 {
	font-size: 20px;
	padding-bottom: 0;
}

.window .time {
	font-size: 16px;
	color: #0088d2;
	line-height: normal;
	font-family: 'handel_gothic_dbold';
}

.window form {
	width: 300px;
	position: absolute;
	right: 0;
	top: 0;
}

.window .image {
	width: 140px;
	float: left;
	margin-right: 20px;
}

.window .desc {
	width: 780px;
	float: left;
}

.window .desc .column {
	width: 46%;
	margin-right: 4%;
	float: left;
}

.window .desc .column:last-child {
	margin-right: 0;
}

.window .desc p,
.window .desc li {
	font-size: 16px;
	color: #6f6f6e;
	padding-bottom: 15px;
}

.window .desc ul {
	list-style: disc inside;
	padding-bottom: 15px;
	padding-left: 20px;
}

.window .desc li {
	padding-bottom: 5px;
	list-style: outside;
}

.window .desc table {
	width: 100% !important;
	height: auto !important;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
}

.window .desc table td {
	font-size: 16px;
	color: #6f6f6e;
	padding: 5px 0;
}

.window .options {
	text-align: right;
	margin: 0;
}

.window .buttons a {
	background: #f5f5f5;
}

.annualreport {
	padding: 50px 0 !important;
	margin: 0 !important;
	overflow: hidden;
}

.annualreport .video {
	margin: 0;
}

.annualreport .financial-highlights,
.annualreport .business-unit-reviews,
.annualreport .our-people {
	display: block;
	text-align: center;
	background: #0858aa;
	padding: 10px 0;
	margin-top: 10px;
	color: #fff;
	font-size: 16px;
	font-family: 'handel_gothic_dbold';
	border-radius: 50px;
	margin-bottom: 0;
}

.annualreport h2 {
	font-size: 24px;
	color: #0088d2;
	line-height: normal;
	font-family: 'handel_gothic_dbold';
	padding-bottom: 12px;
	border-bottom: 2px solid #0088d2;
	margin-bottom: 10px;
}

.annualreport h3 {
	font-size: 16px;
}

.annualreport img {
	display: block;
}

.annualreport .link {
	display: block;
	margin-top: 20px;
}

.annualreport .download {
	height: 58px;
	font-size: 16px;
	color: #0088d2;
	font-weight: bold;
	background: url(images/download-small.png) left top no-repeat;
	display: table-cell;
	padding-left: 45px;
	vertical-align: middle;
}

.annualreport h1 {
	font-size: 36px;
}

.annualreport p {
	line-height: 19px;
	padding-bottom: 25px;
	color: #6f6f6e;
}

.annualreport div.video-title {
	font-family: 'handel_gothic_dbold';
	margin-bottom: 1.5em;
	height: 45px;
	background: #ffd600;
	font-size: 15px;
	color: #0088d2;
	line-height: 45px;
	text-align: center;
}

.annualreport .su-vimeo {
	margin: 0;
}

.annualreport .right-column {
	padding-top: 10px !important;
}

.flexslider {
	height: 100%;
	position: relative;
	margin: 0 !important;
}

.flex-control-paging li a {
	width: 13px !important;
	height: 7px !important;
	background: url(images/slider-pagination.png) -15px top no-repeat !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	float: none !important;
	margin: 0 5px 0 0 !important;
	line-height: normal !important;
}

.flex-control-paging li a.flex-active {
	background: url(images/slider-pagination.png) left top no-repeat !important;
}

.flex-control-nav {
	padding-left: 10px !important;
	bottom: 0 !important;
	z-index: 1000 !important;
	text-align: left !important;
}

.bigslider {
	width: 619px;
	float: left;
}

.bigslider .flexslider {
	height: 355px;
}

.jp-disabled {
	display: none !important;
}

.contact {
	margin: 20px 0 25px 0 !important;
	overflow: hidden;
}

.contact .bigslider {
	margin-top: 0;
}

.contact .hire,
.contact .dvd {
	padding: 0;
}

/*.contact h1 { font-size: 36px; }*/
.contactbox {
	width: 49.680851063%;
	min-height: 190px;
	background: #ebebeb;
	text-align: center;
	padding: 10px 0;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.contactbox:nth-child(2n) {
	margin-right: 0;
}

.contactbox h2 {
	font-size: 36px;
	color: #0088d2;
	line-height: normal;
	font-family: 'handel_gothic_dbold';
}

.contactbox p {
	color: #6f6f6e;
	padding: 25px;
}

.contactbox p a[href="http://www.hsscareers.co.uk"] {
	height: 42px;
	line-height: 42px;
	display: inline-block;
	padding-left: 60px;
	background: url(images/hire-small.png) left top no-repeat;
	color: #0088d2;
	font-weight: bold;
}

.corporate-responsibility-page {
	margin: 25px 0 !important;
}

.corporate-responsibility-page h1 {
	font-size: 36px;
}

.corporate-responsibility-page h3 {
	color: #0088d2;
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: bold;
}

.corporate-responsibility-page ul,
.corporate-responsibility-page ol {
	padding-bottom: 25px;
	padding-left: 20px;
}

.corporate-responsibility-page p,
.corporate-responsibility-page li {
	padding-bottom: 25px;
	color: #6f6f6e;
}

.corporate-responsibility-page li {
	padding-bottom: 5px;
}

.corporate-responsibility-page li:last-child {
	padding-bottom: 0;
}

.corporate-responsibility-page .intro,
.corporate-responsibility-page .bigslider {
	margin-bottom: 0;
	margin-top: 0;
}

.corporate-responsibility-page .link {
	display: block;
	padding-bottom: 40px;
}

.full-review {
	height: 53px;
	line-height: 53px;
	display: inline-block;
	background: url(images/download-full-review.png) left top no-repeat;
	color: #0088d2;
	font-weight: bold;
	padding-left: 45px;
}

.crbox {
	width: 288px;
	min-height: 168px;
	margin-bottom: 5px;
	background: #0088d2;
}

.crbox .inner {
	padding: 15px;
}

.crbox h2 {
	color: #ffd41a;
	font-size: 22px;
	font-family: 'handel_gothic_dbold';
	padding-bottom: 10px;
}

.crbox p {
	color: #fff;
}

.popup-modal-dismiss {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: center;
	color: #0088d2;
	font-style: normal;
	font-size: 28px;
}

.popup-modal-dismiss:hover {
	color: #0088d2;
}

#menu-item-602 .walker {
	display: none;
}

#eemail_msg {
	color: #0088d2;
}

.about-pages {
	margin: 25px 0;
}

.our-people-page .last {
	padding-top: 42px;
}

.our-customers-page .last {
	padding-top: 55px;
}

.widgets_on_page ul {
	list-style: none;
}

.newsletter {
	height: 109px;
	line-height: 109px;
	background: #fff;
	display: none;
}

#Newsletter_in_Footer {
	background: url(images/letter.jpg) left center no-repeat;
	padding-left: 70px;
	padding-top: 1px;
}

#Newsletter_in_Footer ul li {
	height: 75px;
}

#Newsletter_in_Footer .eemail_caption {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	font-size: 16px;
	color: #6f6f6e;
	float: left;
	padding-top: 15px;
}

#Newsletter_in_Footer .eemail_textbox {
	float: left;
}

#Newsletter_in_Footer .eemail_textbox input {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	width: 299px;
	background: #6f6f6e;
	color: #fff;
	font-size: 16px;
	padding: 6px;
	border-radius: 0;
	border: 0;
}

#Newsletter_in_Footer .eemail_button input {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	width: 99px;
	height: 32px;
	background: url(images/submit.jpg) left top repeat-x;
	border-radius: 50px;
	font-size: 16px;
	font-family: 'handel_gothic_dbold';
	padding: 0;
	text-transform: capitalize;
	margin: 0;
	background-color: transperent;
}

.contactbox {
	position: relative;
}

.contactbox #Newsletter_in_Footer {
	position: absolute;
	margin-left: 50px;
	bottom: 0;
	height: 160px
}

.contactbox #Newsletter_in_Footer .eemail_button {
	position: static;
}

.contactbox #Newsletter_in_Footer .eemail_textbox {
	float: none;
}

.contactbox #Newsletter_in_Footer .eemail_msg {
	position: absolute;
	top: 15px;
}

.information {
	/* height: 328px;*/
	background: #0088d2;
}

.support {
	height: 95px;
	border-top: 2px solid #ccc;
	background: #0088d2 url(images/footer-yellow-band.png) center bottom no-repeat;
}

.support .wrapper {
	position: relative;
}

.support .wrapper img {
	position: absolute;
	right: 12px;
	top: 20px;
}

.links {
	display: inline-block;
	vertical-align: top;
	margin-right: 65px;
	padding: 35px 0;
}

.links:last-child {
	margin-right: 0;
}

.links h4 {
	font-size: 16px;
	color: #ffd600;
	font-family: 'handel_gothic_dbold';
	padding-bottom: 30px;
}

.links .second {
	padding-top: 30px;
}

.links a,
.links p {
	font-size: 14px;
	line-height: 21px;
	color: #fff;
}

.support span {
	font-size: 12px;
	line-height: 21px;
	color: #fff;
}

.support ul {
	padding-top: 0;
}

.support li {
	display: inline-block;
	vertical-align: top;
	padding-right: 5px;
	margin-right: 5px;
	background: url(images/border.jpg) right center no-repeat;
}

.support li:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
	background: none;
}

.support li a,
.support li span {
	padding-right: 10px;
	font-family: 'handel_gothic_dbold';
}

.phone {
	font-size: 12px;
	line-height: 14px;
	color: #ffd600;
	padding-top: 25px;
	font-family: 'handel_gothic_dbold';
}

.phone a {
	color: #ffd600;
	background: url(images/border-phone.png) right center no-repeat;
	padding-right: 12px;
}

.widget a {
	color: inherit;
}

.filter-list {
	display: none;
}

.taxonomy-drilldown-lists p a.taxonomy-drilldown-reset {
	display: none;
}

.ie8 .navigation li {
	padding-right: 0;
	padding-left: 35px;
}

.ie8 .navigation li:first-child {
	padding-left: 0;
}

.ie8 .item {
	margin: 25px 0 25px 20px;
}

.ie8 .item:first-child {
	margin-left: 0;
}

.ie8 .eemail_textbox {
	width: 229px;
	margin-right: 25px;
}

.ie8 .group-section {
	text-align: justify;
}

.ie8 .group-section:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.ie8 .group {
	float: none;
	display: inline-block;
	margin: 0 0 25px 0;
}

.ie8 .controls {
	text-align: justify;
}

.ie8 .controls:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.ie8 .controls h2,
.ie8 .controls #legend2,
.ie8 .controls .select {
	float: none;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.ie8 .controls .select label {
	display: none;
}

.ie8 .contactbox-wrapper .su-column-inner {
	overflow: hidden;
}

.ie8 .contactbox-wrapper .su-column-inner .contactbox {
	margin: 1px;
}

.ie8 .logo a {
	width: 314px;
	height: 138px;
	display: block;
}

.ie8 .support li {
	background: none;
}

.ie8 .support li a,
.ie8 .support li span {
	padding-right: 10px;
}

.page-id-403 .introduction h2 {
	padding-top: 20px;
}

.form-message {
	font-size: 22px;
	color: #0088d2;
	font-family: 'handel_gothic_dbold';
	padding: 30px 0;
}

div.wpcf7-validation-errors {
	background: red;
	padding: 10px;
	color: #fff;
	border: 2px solid red !important;
	border-radius: 2px;
	font-size: 14px;
}

span.wpcf7-not-valid-tip {
	font-size: 12px;
	padding-top: 5px;
}

.data-capture-form {
	background: #ebebeb;
	padding: 30px 0;
}

.data-capture-form form {
	width: 452px;
	margin: 0 auto;
}

.data-capture-form .field .wpcf7-form-control-wrap {
	width: 300px;
	display: inline-block !important;
}

.data-capture-form .field {
	margin-bottom: 8px;
	font-size: 0;
	overflow: hidden;
}

.data-capture-form .field label {
	width: 152px;
	font-size: 18px;
	font-family: 'handel_gothic_dbold';
	color: #0088d2;
	padding-top: 10px;
}

.data-capture-form .field input,
.data-capture-form .field select {
	width: 300px;
	padding: 10px;
	background: #fff;
	color: #0088d2;
	font-size: 18px;
	border: 0;
	font-family: 'handel_gothic_dbold';
}

.data-capture-form .field label,
.data-capture-form .field .wpcf7-form-control-wrap,
.data-capture-form .field select {
	float: left;
}

.data-capture-form .field input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	width: 99px;
	height: 32px;
	background: url(images/submit.jpg) left top repeat-x;
	border-radius: 50px;
	font-size: 16px;
	font-family: 'handel_gothic_dbold';
	padding: 0;
	text-transform: capitalize;
	margin: 0;
	color: #fff;
	float: right;
}

.data-capture-form .field select:focus {
	border: 0;
	box-shadow: none;
}

.annual-archive {
	width: 300px;
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
	z-index: 1;
}

.annual-archive:nth-child(3n) {
	margin-right: 0;
}

.annual-archive img.main-img {
	width: 300px;
	height: 390px;
}

.annual-archive .annual-archive-logo {
	width: 100%;
	text-align: left;
	position: relative;
	margin-top: 30px;
}

.annual-archive .annual-archive-logo h2 {
	font-size: 24px;
	color: #0088d2;
	font-family: 'handel_gothic_dbold';
	border-bottom: 1px solid #0088d2;
	padding-bottom: 10px;
}

.annual-archive .download-button {
	width: 18px;
	height: 18px;
	display: block;
	background: url(images/aadb.jpg) left top no-repeat;
	position: absolute;
	right: 0;
	top: 10px;
}

.table-section {
	margin-bottom: 20px;
}

.table-section .year {
	text-align: justify;
	border-bottom: 2px solid #0088d2;
	margin-bottom: 10px;
}

.table-section .year:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.table-section .year h2,
.table-section .year p {
	font-size: 24px;
	color: #0088d2;
	font-family: 'handel_gothic_dbold';
}

.table-section .year h2,
.table-section .year p {
	display: inline-block;
	vertical-align: top;
}

.table-section .calendar {
	background: #e0f1fa;
	padding: 10px 5px;
}

.table-section .calendar table {
	table-layout: fixed;
}

.table-section th {
	font-size: 18px;
	border-bottom: 1px solid #0088d2;
	padding-bottom: 10px;
	font-family: 'handel_gothic_dbold';
}

.table-section td {
	font-size: 14px;
	padding: 5px 0;
}

.table-section th,
.table-section td {
	text-align: center;
	color: #0088d2;
}

.table-section th:first-child,
.table-section td:first-child {
	text-align: left;
	font-family: 'handel_gothic_dbold';
}

.table-section td .reminder {
	width: 16px;
	height: 16px;
	display: block;
	margin: 0 auto;
	background: url(images/reminder.png) left top no-repeat;
}

.parent-pageid-1507 .su-column {
	padding-top: 0;
}

.parent-pageid-1507 .su-column p {
	font-size: 15px;
	line-height: 19px;
	color: #6f6f6e;
}

.parent-pageid-1507 .su-row .title {
	position: relative;
	border-bottom: 3px solid #666;
	padding-bottom: 10px;
}

.parent-pageid-1507 .su-row .title h2 {
	font-size: 18px;
	color: #0088d2;
}

.parent-pageid-1507 .su-row .title a {
	height: 14px;
	line-height: 14px;
	display: inline-block;
	font-size: 14px;
	color: #6f6f6e;
	position: absolute;
	top: 2px;
	right: 0;
	background: url(images/blue-arrow-rotate.jpg) right top no-repeat;
	padding-right: 15px;
}

.parent-pageid-1507 .su-column:nth-child(3) {
	margin-right: 0;
}

.parent-pageid-1507 .su-row .ql a {
	font-size: 14px;
	display: block;
	color: #6f6f6e;
	padding-bottom: 5px;
}

.parent-pageid-1507 .latest-news,
.parent-pageid-1507 .upcoming-events {
	font-size: 15px;
	line-height: 19px;
	color: #6f6f6e;
	padding-bottom: 20px;
}

.parent-pageid-1507 .latest-news a,
.parent-pageid-1507 .upcoming-events a {
	color: #6f6f6e;
}

.ir-section {
	width: 300px;
	float: left;
	margin-right: 20px;
}

.ir-section-box {
	background: #fff;
	margin-bottom: 15px;
}

.ir-section-box:last-child {
	margin-bottom: 0;
}

.ir-section-box .inner {
	padding: 15px;
}

.ir-section-box .title {
	margin-bottom: 20px;
	border-bottom: 1px solid #0088d2;
	padding-bottom: 10px;
	position: relative;
}

.ir-section-box h2 {
	text-transform: uppercase;
	font-size: 13px;
	color: #0088d2;
	font-family: 'handel_gothic_dbold';
}

.ir-section-box .more {
	height: 18px;
	display: block;
	background: url(images/aadb.jpg) right top no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	color: #747e8c;
	padding-right: 25px;
	padding-top: 2px;
}

.ir-section-box .time,
.ir-section-box .event-year {
	font-size: 14px;
	color: #0088d2;
	font-weight: bold;
	padding-right: 25px;
}

.ir-section-box .open-modal,
.ir-section-box .event-title {
	width: 190px;
}

.ir-section-box span,
.ir-section-box .open-modal {
	display: inline-block;
	vertical-align: top;
}

.ir-section-box p,
.ir-section-box .open-modal,
.ir-section-box .event-title {
	font-size: 14px;
	line-height: 24px;
	color: #7b7b7b;
}

.ir-section-box .open-modal:hover {
	color: #7b7b7b;
}

.ir-section-box p strong {
	display: block;
	padding-bottom: 10px;
}

.ir-section:last-child {
	margin-right: 0;
}

.ir-section .widget {
	margin-bottom: 0;
}

.ir-section-box .ql a {
	font-size: 14px;
	color: #0088d2;
	display: block;
	padding-bottom: 10px;
}

.ir-section-box .open-modal:hover,
.ir-section-box .ql a:hover {
	text-decoration: underline;
}

.page-id-1510 .grey:nth-child(2) {
	margin: 25px 0;
	padding: 25px 0;
}

.fr {
	margin-bottom: 30px;
}

.fr-hr {
	border-bottom: 2px solid #0088d2;
	margin-bottom: 20px;
}

.fr .year {
	padding: 5px 0;
	margin-bottom: 10px;
	border-top: 2px solid #0088d2;
	border-bottom: 1px solid #0088d2;
}

.fr .year p {
	font-size: 16px;
	color: #0088d2;
	padding: 0;
}

.fr .frp {
	padding: 10px 0;
	overflow: hidden;
	font-size: 16px;
	color: #6f6f6e;
	position: relative;
	border-bottom: 1px solid #a8d6f0;
}

.fr .frp:last-child {
	border-bottom: 0;
}

.fr .content {
	width: 700px;
	float: left;
}

.fr .frp-buttons {
	width: 200px;
	float: right;
}

.fr .frp-buttons a {
	height: 37px;
	line-height: 36px;
	display: block;
	background: url(images/frd.jpg) left top no-repeat;
	font-size: 16px;
	color: #0088d2;
	font-weight: bold;
	padding-left: 50px;
}

.fr .content p:last-child {
	width: 700px;
}

.fr .frp-buttons .video {
	float: none;
}

.fr .frp-buttons .video a {
	background: url(images/watch.png) left top no-repeat;
}

.fr .frp-buttons .audio a {
	background: url(images/listen.png) left top no-repeat;
}

.fr .frp-buttons .view_online a {
	background: url(images/view.png) left top no-repeat;
}

.firstsection {
	margin-top: 25px !important;
}

.page-id-45 .link {
	width: 210px;
	display: inline-block;
	vertical-align: middle;
}

.page-id-45 .full-review {
	height: 42px;
	line-height: normal;
	background: url(images/new-download-icon.jpg) left top no-repeat;
}

.hentry {
	margin: 20px auto 20px;
}

.carousel-item {
	position: relative;
}

.carousel-item span {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.50);
	padding: 20px;
	color: #fff;
	font-size: 16px;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}

.carousel-item:hover span {
	display: block;
}

.owl-prev,
.owl-next {
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 9999;
	overflow: hidden;
	text-indent: -9999px;
	margin-top: -17px;
}

.owl-prev {
	left: -50px;
	background: url(images/arrow-left.jpg) center center no-repeat;
}

.owl-next {
	right: -50px;
	background: url(images/arrow-right.jpg) center center no-repeat;
}

.visible {
	overflow: visible;
}

#itemContainer {
	background: #fff;
	padding: 10px;
}

.category-news-announcements #itemContainer,
.page-template-ipo-template-php #itemContainer {
	background: none;
	padding: 0;
}

.category-news-announcements .controls,
.page-template-ipo-template-php .controls {
	padding: 0;
}

.media-centre-item {
	overflow: hidden;
	position: relative;
	font-size: 14px;
	color: #6f6f6e;
	margin-top: 20px;
}

.media-centre-item:first-child {
	margin-top: 0;
}

.media-centre-item p {
	padding-bottom: 5px;
	overflow: hidden;
}

.media-centre-item span {
	display: inline-block;
	vertical-align: middle;
}

.media-centre-item .size {
	padding-right: 30px;
}

.media-centre-item img {
	float: left;
	margin-right: 20px;
}

.media-centre-item .download {
	background: #f5f5f5;
	padding: 3px 20px;
	color: #0088d2;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 0;
}

.media-centre-item .download .icon {
	background: url(images/download.png) left top no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.disclaimerPage {
	padding: 20px 0;
}

.disclaimer,
.message-section {
	font-size: 12px;
	line-height: 12px;
	color: #6f6f6e;
	border-top: 1px solid #6f6f6e;
	padding: 20px 0;
	margin: 20px 0;
}

.disclaimer h2,
.message-section h2 {
	font-size: 20px;
	color: #0088d2;
	line-height: normal;
	font-family: 'handel_gothic_dbold';
}

.disclaimer h3,
.message-section h3 {
	font-weight: bold;
	padding-top: 10px;
}

.disclaimer p,
.message-section p {
	padding-top: 10px;
	line-height: 14px;
}

.country-section {
	font-size: 16px;
	color: #6f6f6e;
}

.country-section select {
	background: #6f6f6e;
	color: #fff;
	font-size: 16px;
	padding: 6px;
	border-radius: 0;
	border: 0;
}

.radio-section {
	font-size: 14px;
}

.radio-section p {
	padding-top: 10px;
}

.radio-section input[type="radio"] {
	position: relative;
	top: 2px;
}

.radio-section input[type="button"] {
	display: inline-block;
	vertical-align: middle;
	width: 99px;
	height: 32px;
	background: url(images/submit.jpg) left top repeat-x;
	border-radius: 50px;
	font-size: 16px;
	font-family: 'handel_gothic_dbold';
	padding: 0;
	text-transform: capitalize;
	margin: 0;
}

div.wpcf7-mail-sent-ok {
	border: 1px solid #0088d2;
	color: #0088d2;
	background: #fff;
	padding: 10px;
}

.ipo-information {
	padding-top: 25px;
}

.ipo-information .ipo-documents {
	padding-top: 18px;
}

.ipo-information .su-column:first-child {
	padding-top: 18px;
}

.ipo-information .last h3 {
	float: left;
	padding-top: 20px;
}

.ipo-information p {
	clear: both;
	padding-top: 15px;
}

.ipo-information .download {
	background: #f5f5f5;
	padding: 10px 25px;
	color: #0088d2;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

.ipo-information .download .icon {
	background: url(images/download.png) left top no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.ipo-information .ipo-document {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #6f6f6e;
}

.ipo-information .ipo-document:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.ipo-information .document-title {
	padding-bottom: 10px;
	font-weight: bold;
	color: #666;
}

.italic {
	color: #B0B0B0;
	font-style: italic;
	font-size: 14px;
}

em.small {
	font-size: 14px;
	color: #B0B0B0;
}

.intermediaries-page ul {
	padding-left: 0;
}

.intermediaries-page ul li {
	background: none;
	padding-left: 0;
}

.intermediaries-page a {
	color: #0088d2;
	text-decoration: underline;
}

.widget a:hover {
	color: inherit;
}

.ie8 .information .wrapper {
	position: relative;
}

.ie8 .links.last {
	position: absolute;
	right: 0;
	top: 0;
}

.faq-section {
	padding-bottom: 10px;
}

.faq-section h3 {
	padding-bottom: 5px;
	font-family: arial, sans-serif;
	font-size: 16px;
	background: url(images/faq-arrow.jpg) left 2px no-repeat;
	padding-left: 20px;
	cursor: pointer;
	font-weight: bold;
}

.faq-section.change h3 {
	background: url(images/faq-arrow-open.jpg) left 2px no-repeat;
}

.faq-section .desc {
	display: none;
	padding-left: 20px;
}

.not-fouded {
	min-height: 300px;
}

.not-fouded h1 {
	padding-top: 30px;
}

@media only screen and (max-device-width: 640px) {
	.wrapper {
		width: 100%;
		max-width: 940px;
		padding: 0 10px;
	}

	.ipo-parent {
		padding-left: 0;
	}

	#menu-item-1513 a,
	.ipo-parent a {
		pointer-events: none;
	}

	#menu-item-1513 .sub-menu a,
	.ipo-parent .sub-menu a {
		pointer-events: auto;
	}

	.fr .content p:last-child {
		width: 100%;
	}

	.fr .attachment {
		position: static;
		margin-top: 10px;
	}

	.fr .frp {
		border-bottom: 0;
	}

	.ir-section {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.data-capture-form form {
		padding: 10px;
	}

	.data-capture-form .field label {
		padding-bottom: 5px;
	}

	.data-capture-form form,
	.data-capture-form .field label,
	.data-capture-form .field .wpcf7-form-control-wrap,
	.data-capture-form .field input,
	.data-capture-form .field select {
		width: 100%;
		display: block !important;
		float: none !important;
	}

	img {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	.hss-group {
		display: none !important;
	}

	.header {
		text-align: center;
	}

	.head {
		height: auto;
		padding: 10px 0;
	}

	.hss-menu,
	.social {
		float: none !important;
	}

	.social {
		padding: 10px 0 !important;
	}

	.hss-menu li {
		border: 0;
	}

	.hss-menu li a {
		padding: 0 5px;
	}

	.hss-menu li a,
	.hss-menu li a:hover {
		background: none;
		color: #fff;
	}

	.hss-menu li:hover>.modal {
		display: none;
	}

	.logo a {
		height: auto;
		display: block;
	}

	.logo img {
		width: auto !important;
		height: auto !important;
	}

	.navigation {
		height: auto;
		padding: 10px 0;
	}

	.navigation li {
		padding: 10px 0;
		display: block;
	}

	.navigation a {
		height: auto;
		line-height: normal;
	}

	.navigation li:hover>.walker {
		display: none;
	}

	.navigation li .walker.active {
		height: auto;
		position: static;
		display: block;
		margin-top: 15px;
	}

	.navigation li ul {
		width: 100%;
	}

	.navigation li ul li a {
		height: auto;
		line-height: normal;
	}

	.relative:first-child {
		margin-right: 0;
	}

	.bigslider {
		width: 100%;
		float: none;
	}

	.bigslider .flexslider {
		height: auto;
	}

	.relative {
		margin-top: 27px;
	}

	.relative:first-child {
		margin-top: 0;
	}

	.item {
		width: 100%;
		height: auto;
		float: none;
		margin: 25px 0 0 0;
	}

	.item img,
	.item iframe {
		width: 100%;
	}

	.item:first-child {
		margin: 0;
	}

	.group {
		width: 100%;
		height: auto;
		float: none;
		margin-right: 0;
	}

	.group img {
		width: 100%;
	}

	.group-logo img {
		width: auto;
	}

	.group:hover .group-logo {
		width: 100%;
		height: 85px;
		left: 0;
		bottom: 0;
		top: auto;
	}

	.group:hover .backside {
		display: none;
	}

	.group:hover .backside img {
		margin-top: 0;
	}

	.group.active .group-logo {
		bottom: auto;
		top: 0;
		height: 100%;
	}

	.group.active .backside {
		display: block;
	}

	.group.active .backside img {
		margin-top: 25px;
	}

	.next,
	.prev {
		min-width: 0;
		width: 100%;
		float: none;
		margin: 10px auto;
		background: #f5f5f5;
	}

	.options a,
	.next,
	.prev {
		display: block;
		margin-right: 0;
	}

	.filter,
	.documents {
		width: 100%;
		float: none;
	}

	.introduction p:last-child {
		padding-bottom: 0;
	}

	.window {
		padding: 10px;
	}

	.window,
	.window .desc {
		width: 100%;
	}

	.window .options {
		text-align: center;
	}

	.full-review {
		background: none;
		text-align: center;
		line-height: normal;
		height: auto;
		padding: 0;
	}

	.contactbox {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	.contactbox #Newsletter_in_Footer {
		height: auto;
		position: static;
		margin: 0 10px;
	}

	#Newsletter_in_Footer {
		padding: 0;
		background: none;
		text-align: center;
	}

	#Newsletter_in_Footer ul li {
		height: auto;
		margin-bottom: 0;
		padding: 10px 0;
	}

	#Newsletter_in_Footer .eemail_caption,
	#Newsletter_in_Footer .eemail_textbox {
		display: block;
		float: none;
	}

	#Newsletter_in_Footer .eemail_caption {
		margin-right: 0;
		padding-top: 0;
	}

	#Newsletter_in_Footer .eemail_textbox input {
		text-align: center;
	}

	.widget h2 {
		margin: 0;
	}

	.footer {
		text-align: center;
	}

	.newsletter,
	.information,
	.support {
		height: auto;
	}

	.links {
		margin-right: 0;
		display: block;
		padding-top: 10px;
	}

	.links h4 {
		padding-bottom: 10px;
	}

	.support {
		padding: 10px 0;
		border: 0;
	}

	.support .wrapper {
		background: none;
	}

	.hss-hire {
		display: none;
	}

	.phone {
		padding-top: 10px;
	}

	.support .wrapper img {
		display: none;
	}

	.navigation li .walker {
		height: auto;
		position: static;
	}

	.disclaimerPage h1 {
		text-align: center;
	}

	.country-section span {
		display: block;
		padding-bottom: 15px;
		text-align: center;
	}

	.country-section select {
		width: 100%;
	}

	.ipo-documents.documents {
		float: none;
	}

	.ipo-documents.documents .controls .select,
	.ipo-documents.documents .controls h2 {
		float: none;
	}

	.ipo-documents.documents .controls {
		padding: 10px 0;
	}

	.ipo-documents.documents .controls .select {
		padding: 0;
	}

	.holder {
		text-align: left;
	}

	.controls {
		padding: 10px 0;
	}

	.controls h2,
	.controls #legend2,
	.controls .select {
		float: none;
	}

	.controls .select {
		padding: 0;
	}

	.media-centre-item .download {
		position: static;
	}

	.window .buttons a {
		width: 100%;
		margin-bottom: 10px;
	}

	.ipo-information {
		text-align: center;
		padding-top: 0;
	}

	.italic {
		padding: 25px 0 0 0;
		font-size: 14px;
	}

	.ipo-information .last h3 {
		float: none;
		text-align: center;
	}

	.footer iframe,
	.links:last-child {
		width: 100% !important;
	}

	.links:last-child h4 {
		text-align: center;
	}
}

.logo .wrapper {
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: center;
	-webkit-align-items: center;
	position: relative;
}

.logo .wrapper .trade-price {
	display: block !important;
	margin-left: auto !important;
	max-width: 420px !important;
	height: 30px !important;
	width: 100% !important;
}

.price-section {
	position: relative;
}

.price-section .trade-price.above,
.logo .wrapper .trade-price.above {
	position: absolute;
	top: 0;
	right: 0;
	width: 420px !important;
	height: 100% !important;
}