@import url(//fonts.googleapis.com/css?family=open+sans:400,600,700);
@font-face {
	font-family: 'GESSTwoLight-Light';
	src: url('fonts/gesstwolight.eot');
	src: url('fonts/gesstwolight.eot#iefix') format('embedded-opentype'), url('fonts/gesstwolight.woff') format('woff'), url('fonts/gesstwolight.ttf') format('truetype'), url('fonts/gesstwolight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/************************************* Reset Styles ********************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-weight: normal;
}
form {
	width: 100%;
	height: 100%;
	display: block;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
img, iframe {
	max-width: 100%;
}
.BranchLocatorCont img {
	max-width:initial;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, div {
	vertical-align: top;/*text-align:justify;*/
}
* {
	outline: none;
}
li, ol {
	list-style-type: none;
	list-style-image: none;
	list-style: none;
}
img {
	border: 0px;
}
textarea {
	resize: none;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}
.floatLeft, .logoHolder {
	float: left;
}
.floatRight {
	float: right;
}
.posRelative, .searchInput, .logoHolder {
	position: relative;
}
.absolutePos, .logoBg {
	position: absolute;
}
.textDecorationNone, .blueList a, .smallMenu a, .footerSmall a {
	text-decoration: none;
}
.textDecorationUnderline {
	text-decoration: underline;
}
.fontWeightBold {
	font-weight: bold;
}
.clearBoth {
	clear: both;
}
.blueList {
	font-size: 20px;
	transition: font-size 12s;
	-moz-transition: font-size 12s; /* Firefox 4 */
	-webkit-transition: font-size 12s; /* Safari and Chrome */
	-o-transition: font-size 12s;
	transition: color 12s;
	-moz-transition: color 12s; /* Firefox 4 */
	-webkit-transition: color 12s; /* Safari and Chrome */
	-o-transition: color 12s;
}
.smallMenu, .searchInput input[type=text] {
	font-size: 0.75em;
}
.footerSmall {
	font-size: 0.625em;
	padding-bottom: 10px;
}
h2 {
	font-size:22px;
}
.blueList a span{
	font-weight: 600;
}
.smallMenu a {
	font-weight: 600;
}
.blueList a, .smallMenu a, .footerSmall, .footerSmall a {
	color: #fff;
}
.smallMenu a:hover, .footerSmall a:hover, .smallMenu .active a {
	color: #fff;
	text-decoration:underline
}
h2 {
	color: #3a3a3a;
}
.blueList a, .socialBookmarks li {
	display: inline-block;
}
.blueList span, .smallMenu a, .socialBookmarks a {
	display: block;
}
body, html {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #808080;
}
select, textarea, input {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #808080;
}
.allWrapper {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.leftMainCol {
	width: 63%;
	left: 0;
	top: 0;
	bottom: 0;
	background: url(../images/leftbg.jpg) right top no-repeat #ccc;
	background-size: auto 100%;
	position: absolute;/*-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;*/
}
.activeBlock .leftMainCol {
	width: 30%;
	background-position: right top;/*background-size:100% 100%;*/
}
.activeBlock .leftMainCol .ipadPosition{
	float:left;
	margin-top:40px;
}
.contentCol {
	bottom: 0;
	/*overflow: auto;*/
	position: absolute;
	right: -32.555%;
	top: 0;
	width: 65.3%;/*-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;*/
}
.activeBlock .contentCol {
	right: 0;
}
.activeBlock .highlightedText {
	display: block;
	max-width: 245px;
	font-size: 19px;
}
.activeBlock .blueList {
	margin-top: 40px;
	margin-left:0;
}
.leftInner {
	padding: 40px 10px 0 15%;
}
.logoHolder a {
	width: 199px;
	display: block;
	height: 38px;
	background: url(../images/logo.png) 0 0 no-repeat;
	position: relative;
	z-index: 1;
}
.searchInput {
	width: 230px;
	float:left;
}
.searchInput input[type=text] {
	width: 100%;
	border: 1px solid #fff;
	background: #fff;
	padding: 4px 10px;
	height: 32px;
}
.searchInput.errField input[type=text] {
	border: 1px solid #ff0000;
}
.searchInput input[type=submit] {
	border: 0 none;
	width: 20%;
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	background: #fff url(../images/search-icon.png) center center no-repeat;
	cursor: pointer;
}
.searchInput.errField input[type=submit] {
	background: #fff url(../images/search-icon-err.png) center center no-repeat;
}
.contentLeft, .contentRight {
	width: 43%;
	margin-right: 6%;
	height: 100%;
	float: left;
}
.contentLeft {
	margin-right: 8%;
}
.contentCol {
	margin-top: 70px;
	padding-bottom: 20px;
	overflow: hidden;
}
.blueList {
	margin: 0 0 30px -20px;
	position: relative;
	z-index: 10;
}
.blueList a {
	background: url(../images/blue-bg.png);
	padding-left: 20px;
}
.blueList a:hover, .blueList li.active a {
	color:#637e36;
	background:url(../images/logo-whitebg.png)
}
.blueList span {
	border-bottom: 3px solid rgba(255,255,255,.6);
	padding: 6px 20px 6px 0;
}
.blueList li.last span {
	border-bottom: 0;
}
.smallMenu {
	margin-bottom: 24px;
}
.smallMenu li {
	margin-bottom: 2px;
}
.smallMenu a {
	padding: 1px 0;
}
.socialBookmarks a {
	width: 21px;
	height: 21px;
}
.fbIcon {
	background: url(../images/fb-icon.png) 0 0 no-repeat;
}
.twIcon {
	background: url(../images/tw-icon.png) 0 0 no-repeat;
}
.utIcon {
	background: url(../images/ut-icon.png) 0 0 no-repeat;
}
.contentBloc {
	margin-bottom: 25px;
	font-size: 13px;
}
h2 {
	margin-bottom: 25px;
}
.showMoreBtn {
	position: absolute;
	right: -30px;
	top: 50%;
	height: 60px;
	width: 60px;
	z-index: 99
}
a.showMore {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/show-more.png) center center no-repeat;
}
a.showLess {
	background-image: url(../images/show-less.png);
}
/*******************top Menu***************/
.topMenu {
	position: absolute;
	right: 4.3%;
	z-index: 999;
	font-size: 0.755em;
	background: #fff;
}
.topMenu a.topsLinksText {
	color: #363737;
	text-decoration: none;
	/*border-right: 1px solid #363737;*/
	padding-right: 4px;
	margin-right: 4px;
	display: block;
	float: left;
	margin-top: 5px;
}
.homeIcon a {
	background: url(../images/home-icon.png) center center no-repeat;
	width: 12px;
	height: 16px;
	display: inline-block;
	border: 0;
}
a.eBlom {
	background:#003a70 url(../images/e-blom.png) center center no-repeat;
	width: 95px;
	height: 30px;
	padding:0px !important;
	margin:0px !important;
}
/*****************right content***********/
.quote {
	color: #003a70;
	font-size: 27px;
	width: 155px;
	font-weight: bold;
	float: left;
	margin-right: 7px;
}
.quote span {
	font-size: 43px;
	font-weight: bold;
	line-height: 40px;
}
a.readMore {
	color: #00509e;
	text-decoration: none;
	font-size: 12px;
	display: inline-block;
	background: url(../images/read-more.png) left 6px no-repeat;
	padding-left: 7px;
	margin-bottom: 20px;
}
a.readMore:hover {
	text-decoration: underline;
}
.date, .listingDate {
	font-size: 12px;
	color: #585858;
}
.date {
	margin-bottom: 6px;
}
.contentBloc h3 {
	font-size: 14px;
	color: #003a70;
	margin-bottom: 5px;
}
.blockTable td {
	padding: 5px;
	text-align: left;
	font-size: 12px;
	color: #272727;
}
.firstRow td {
	/*background: url(../images/first-row-bg.gif) left top;*/
	background:#97ac73;
	padding: 10px 5px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}
td.firstTd {
	padding-left: 8px;
	min-width: 64px;
}
.greyRow td {
	background: #EFF2EB;
}
.blockTable {
	margin-bottom: 20px;
}
.greyBorder {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
}
.newsSummary {
	font-size: 12px;
	color: #484545;
	font-weight: 600;
	margin-bottom: 5px;
}
a.viewAll {
	color: #00509e;
	display: block;
	margin-top: 10px;
	font-size: 11px;
	line-height:12px; text-decoration:underline;
}
a.viewAll:hover {
	text-decoration: none;
}
.signUpBox {
	background: url(../images/signup-bg.png) left top no-repeat;
	background-size: 100% 100% !important;
	width: 95%;
	min-height: 22px;
	padding: 5px
}
.signUpBox input {
	border: 0;
	width: 200px;
	font-size: 12px;
	color: #686868;
}
.signUpBox a {
	display: block;
	background: url(../images/email-icon.png);
	width: 14px;
	height: 10px;
	margin-right: 15px;
	margin-top: 6px;
}
.contentImage.new {
	width: 28.5%;
	height: 113px !important;
	margin-right: 10px;
	float: left;
}
.contentImage img {
	width: 100%;
	min-height: 164px;
	margin-bottom: 46px;
}
.contentImage.marginBottom20, .contentImage.marginBottom20 img {
	height: 164px !important;
}
.contentHolder {
	position: absolute;
	width: 70%;
	top: 0;
	bottom: 0;
	height: 100%;
	right: 0;
}
.leftMenu {
	width: 20%;
	float: left;
	height: 100%;
	background: #003a70;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.leftMenuPadd {
	padding: 40px 0 0 0;
}
.leftMenu h1 {
	color: #fff;
	font-size: 23px;
	padding: 0 16px 30px;
}
.leftMenu li {
	border-bottom: 1px solid #33618d;
	margin-bottom: 10px;
}
.leftMenu li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	display: block;
	padding: 0 11px 10px 16px;
	line-height:16px;
}
.leftMenu li a.active, .leftMenu li a:hover {
	color:#84bb26;
	background: url(../images/left-menu-arrow.png) 94% 3px no-repeat;
}
.leftMenu ul.subLeftMenu a:hover, .leftMenu ul.subLeftMenu a.active {
	background-image: none;
}
.bodyContent {
	height: 100%;
	position: absolute;
	right: 8.5%;
	top: 0;
	width: 71.39%;
}
/**************breadCrumbs*************/
.breadCrumbs {
	font-size: 12px;
	color: #84bb26;
	margin-bottom: 15px;
}
.breadCrumbs a, .breadCrumbs span {
	color: #888888;
	text-decoration: none
}
.breadCrumbs a:hover, .breadCrumbs a.active {
	color: #84bb26;
}
.contentPadd {
	padding: 0 0 0 0;
	left: 30px;
	position: absolute;
	top: 30px;
	bottom: 30px;
	width: 100%;
}
.bodyContent {
	font-size: 13px;
}
.bodyContent h2 {
	font-size: 34px;
	color: #3e3e3e;
	font-weight: 400;
}
.bodyContent h3 {
	font-size: 27px;
	color: #84bb26;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	text-align:left;
}
.introText {
	font-size: 19px;
	color: #939d98;
	font-weight: 600;
	margin-bottom: 15px;
}
.leftBlock, .rightBlock {
	width: 49%;
	float: left;
	margin-bottom: 15px;
}
.leftBlock.contact, .rightBlock.contact {
	padding-top: 9px;
}
.leftBlock {
	margin-right: 2%;
}
.bodyText {
	font-size: 13px;
	color: #6a6a6a;
}
h4 {
	font-size: 20px;
	color: #003a70;
	font-weight: 600;
	margin-bottom: 10px;
}
h4.smallBranch {
	font-size: 16px;
}
.bodyContent ul {
	padding: 4px 0;
}
.bodyContent ul li {
	font-size: 14px;
	color: #092a4b;
	background: url(../images/listing.png) left 5px no-repeat;
	padding-left: 11px;
	padding-bottom: 3px;
}
.leftBorder {
	margin-right: 2%;
	background: url(../images/rightborder.gif) right top repeat-y;
}
a.blueBtn {
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none;
	background: #637e36;
	padding: 7px 30px;
	display: block;
	font-size:12px;
	font-weight:600;
}
a.blueBtn:hover {
	background: #003a70;
}
.activeBlock .blueList {
	font-size: 17px !important;
}
.bodyText {
	margin-bottom: 30px;
}
.greyBox {
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
}
.contactBanner {
	/*background: url(../images/contact-banner.jpg) right top no-repeat;*/
	background: #F5F5F5;
	min-height: 340px;
	margin-bottom: 30px;
}
.contactBanner.noBG {
	background: none transparent;
}
.contactSummary {
	width: 206px !important;
	margin-bottom: 10px;
	float: left;
}
a.print {
	display: inline-block;
	background: url(../images/print-icon.png) center center no-repeat;
	width: 18px;
	height: 17px;
	margin: 0 4px;
}
a.eMail {
	display: inline-block;
	background: url(../images/email-share.png) center center no-repeat;
	width: 22px;
	height: 15px;
}
span.st_sharethis {
	display: block;
	float: right;
}
.stButton .chicklets {
	font-size: 0 !important;
	padding-left: 3px !important;
}
.st_email {
	cursor: pointer;
	display: inline-block;
	background: url(../images/email-share.png) center center no-repeat;
	width: 22px;
	height: 15px;
	margin: 0 4px;
}
.st_email span, .st_sharethis span {
	display: none !important;
}
.st_sharethis {
	cursor: pointer;
	margin: 0 5px 0 2px !important;
	padding: 0;
	background: url(../images/share-icon.png) center center no-repeat !important;
	width: 16px;
	height: 16px;
}
.icons {
	margin-top: 19px;
}
.largeLeftPart {
	width: 70% !important;
	font-size: 12px;
}
.marginBottom0 {
	margin-bottom: 0px;
}

.contentList li ul li {
	background: url(../images/second-bullet.png) left 10px no-repeat !important;
}
.contentList {
	margin-bottom: 10px;
}
.rightBlockSmall {
	width: 26%;
}
.rightBlockSmall h3 {
	font-size: 16px;
	color: #282828;
	margin-bottom: 10px;
	text-transform: inherit;
}
.listingRow {
	border-bottom: 1px solid #ccc;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
.listingContainer {
	margin-bottom: 20px;
}
.listingContainer .last {
	border: 0;
	margin: 0;
}
.factsheetBanner {
	background: url(../images/factsheet-banner.jpg) right top no-repeat;
	margin-bottom: 20px;
}
.factsheetBannerPadd, .subscribeBlockPadd, {
 padding: 10px;
}
.contactBannerPadd {
	padding: 20px;
	margin-right: 1%;
}
.factsheetBanner h3 {
	font-size: 16px;
	color: #282828;
	margin-bottom: 5px;
}
.factsheetSummary {
	font-size: 12px;
	max-width: 160px;
	margin-bottom: 10px;
}
.subscribeBlock {
	background-color: #009cd8;
	color: #fff;
	font-size: 12px;
}
.subscribeBlock h3 {
	color: #fff;
	font-size: 16px;
}
.subscribeBlockSummary {
	float: left;
	margin-right: 4px;
	max-width: 50%;
}
.marginBottom10 {
	margin-bottom: 10px;
}
.topBanner {
	margin-bottom: 20px;
}
.greyBox .listingContainer {
	width: 70%;
	margin-left: 3%;
}
.sameHeightEntity {
	width: 49%;
	float: left;
	position: relative;
	margin-right: 2%;
}
.subscribeBlock.sameHeightEntity {
	height: 241px;
	padding: 26px;
	width: 43%;
}
.sameHeightEntity.research {
	margin-right: 0;
	height: 176px !important;
	width: 48.7%;
}
.sameHeightEntity.last {
	margin-right: 0 !important;
	float: right;
}
.sameHeight .subscribeBlock {
	margin-right: 2%;
}
.publicationsList a.listingLink, .searchList a.listingLink {
	float: right;
	margin-top: -20px;
}
.publicationsList .listingTitle a, .searchList .listingTitle a {
	font-size: 12px;
	color: #484545;
	text-decoration: none;
}
.publicationsList .listingTitle a:hover, .searchList .listingTitle a:hover {
	text-decoration: underline;
}
a.pdfLink, .publicationsList a.listingLink, .searchList a.listingLink {
	font-size: 14px;
	color: #003a70;
	background: url(../images/pdf-icon.gif) left 2px no-repeat;
	padding-left: 20px;
	display: inline-block;
	text-decoration: none;
}
.publicationsList a.listingLink, .searchList a.listingLink {
	padding-top: 2px;
	padding-bottom: 3px;
}
a.pdfLink:hover, .publicationsList a.listingLink:hover, .searchList a.listingLink:hove {
 text-decoration: underline;
}
.titlesRow td {
	color: #fff;
	font-size: 14px;
	text-transform:uppercase;
	background:#97ac73;
}
.filesLink a {
	background: url(../images/pdf-icon-s.png) left 2px no-repeat;
	color: #003a70;
	font-size: 12px;
	display: block;
	padding: 0 0 2px 13px;
	text-decoration: none;
}
a.downloadPdf {
	background: url(../images/pdf-icon-s.png) left 3px no-repeat;
	font-size: 14px;
	padding-left: 13px;
}
.filesLink a:hover {
	text-decoration: underline;
}
table.responsive td {
	border-bottom: 1px solid #E0E5D7;
}
td.leftTd {
	border-left: 1px solid #e8edf8;
	color: #484545;
}
td.rightTd {
	border-right: 1px solid #e8edf8;
}
.lightBg td {
	background: #EFF2EB;
}
.scrollbar-content {
	width: 100%;
}
.milestonesContainer {
	background: url(../images/milestones-bg.gif) center top repeat-y;
	padding: 40px 0;
	font-size: 14px;
	color: #484545;
}
.year {
	background: #4e5564;
	border-radius: 6px;
	color: #fff;
	padding: 4px 10px;
	margin-bottom: 5px;
	font-size: 16px;
}
.leftEntity .milestoneBullet {
	background: url(../images/milestone-bullet.gif) center center no-repeat;
	width: 35px;
	height: 16px;
}
.leftEntity .milestoneBullet {
	left: 100%;
	top: 0;
}
.leftEntity .posRelative {
	margin-right: 32px;
	float: right;
}
.leftEntity {
	text-align: right;
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.leftEntity .year {
	float: right;
}
.rightEntity .milestoneBullet {
	right: 100%;
	top: 0;
}
.rightEntity .posRelative {
	margin-left: 32px;
	float: left;
}
.rightEntity {
	text-align: left;
	width: 50%;
	float: right;
	margin-bottom: 10px;
}
.rightEntity .year {
	float: left;
}
.rightEntity .milestoneBullet {
	background: url(../images/milestone-bullet-r.gif) center center no-repeat;
	width: 35px;
	height: 16px;
}
.fullContent {
	width: 91% !important;
}
.newsroomLanding .listingRow {
	border: 0;
	width: 32.49%;
	margin-right: 1.2%;
	float: left;
	background: #e5e5e5;
	height: 150px;
	position: relative;
}
.newsroomLanding .activeEntity {
	background-image: url(../images/active-arrow.png) !important;
	background-position: center 101% !important;
	background-repeat: no-repeat !important;
}
.newsroomLanding .listingInfos {
	padding: 10px;
}
.newsroomLanding .listingTitle a {
	color: #484545;
	text-decoration: none;
}
.newsroomLanding a.listingLink {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 20px;
	color: #00509e;
	text-decoration: none;
}
.newsroomLanding .newsBlock {
	background: #f5f5f5;
}
.newsroomLanding .last {
	margin-right: 0;
	margin-bottom: 10px;
}
.filterHolder {
	margin-bottom: 20px;
	font-size: 14px;
	color: #484545;
	font-weight: 600;
}
.selectHolder {
	width: 300px;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 5px;
	margin-left: 40px;
	margin-top: -3px;
}
.selectHolder select {
	border: 0;
	width: 100%;
	font-size: 12px;
}
 @media all and (min-width: 1500px) and (max-width: 2500px) {
.blueList {
	margin-bottom: 70px;
}

}
h5 {
	color: #003a70;
	font-size: 14px;
	margin-bottom: 10px;
}
.rightLink {
	margin-left: 10px;
}
.annualReportsBanner {
	background: url(../images/annual-reports-banner.jpg) right top no-repeat;
	padding: 27px 100px 20px 20px;
}
li strong {
	font-weight: 600;
}
.marginBottom30 {
	margin-bottom: 30px;
}
.marginBottom20 {
	margin-bottom: 20px;
}
.announcementsList ul {
	padding: 0 !important;
}
.contactBlock .leftBlock {
	width: 45%;
}
.leftBlock.sameHeightEntity.greyBox.full {
	width: 100%;
	height: 165px;
	margin-right: 0 !important;
}
.contactBlock .greyBox {
	padding: 0;
}
.greyBoxPadd {
	padding: 20px;
	float: left;
	width:43%;
}
.contactBlock .contentImage {
	margin-bottom: 0;
}
.contactBlock .rightBlock {
	width: 50%;
}
a.setMeeting {
	background-image: url(../images/user-icon.png);
	background-position: 20px 8px;
	background-repeat: no-repeat;
	padding-left: 40px;
}
.contactForm h3 {
	color: #333434;
	font-size: 18px;
	text-transform: inherit;
}
.contactForm label {
	font-size: 12px;
	color: #6a6a6a;
	font-weight: 600;
	display: block;
	margin-bottom: 3px;
}
.contactForm .selectHolder {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 5px 0.5% 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.contactForm .selectHolder select {
	width: 100%;/*margin: 5px 2%;*/
}
.customSelect {
	height: 14px;
}
.contactForm input {
	border: 1px solid #ccc;
	width: 99.8%;
	padding: 5.5px 1%;
	margin-bottom: 10px;
}
.contactForm .leftBlock, .contactForm .rightBlock {
	width: 49%;
	margin-bottom: 0
}
.contactForm textarea {
	border: 1px solid #ccc;
	height: 68px;
	width: 99.8%;
	padding: 5px 1%;
	display: block;
	margin-bottom: 10px
}
.contactForm select {
	border: 0;
	background: #fff;
}
a.contentLink {
	color: #00529c;
	text-decoration: underline;
}
a.contentLink:hover {
	text-decoration: none;
}
.contactForm {
	font-size: 11px;
	padding-top: 15px;
}
 @media (min-width:600px) {
.showOnMobile {
	display: none !important;
}
}
.newsDetailsSub {
	display: none;
}
.bloakLinks {
	padding: 10px 0 30px 0;
}
.bloakLinks a.pdfLink {
	text-transform: inherit;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 10px
}
.bloakLinks span.shareNews {
	display: inline-block;
	background: url(../images/share-news.png) left 4px no-repeat;
	font-size: 14px;
	padding: 3px 0 3px 19px;
	font-size: 15px;
	color: #003a70;
	margin-left: 10px;
}
.newsroomLanding .listingContainer {
	margin-bottom: 0;
}
.newsroomLanding {
	margin-bottom: 20px;
}
.wrapper, .wrapper2, .wrapper3 {
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 48px;
	left: 0;
	width: 100%;
	height: 100%;
}
.scroller {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
.iScrollVerticalScrollbar {
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	width: 4px !important;
	right: -17px !important;
}
.iScrollIndicator {
	width: 4px !important;
	background: #ccc !important;
}
.wrapper2:hover .iScrollVerticalScrollbar, .wrapper:hover .iScrollVerticalScrollbar, .wrapper3:hover .iScrollVerticalScrollbar {
	opacity: 1;
}
.wrapper3 .iScrollVerticalScrollbar {
	right: 17px !important;
}
.toggleSearchMenu {
	display: block;
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	padding: 7px 45px 7px 20px;
	background: url(../images/filter-arrow.png) 90% 12px no-repeat #003a70;
}
.toggleSearchMenu.active{
	background: url(../images/filter-arrow-up.png) 90% 12px no-repeat #003a70;	
}
.menuBtn {
	display: none;
}
a.menuLink {
	display: block;
	background: url(../images/menu-arrow.png) 90% 45% no-repeat #637e36;
	padding: 10px 35px 10px 20px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
}
.ipadPosition{
	float:right;
	padding-right:30px;
}
.searchMenu{
	float:left;
	width:200px;
	margin-right:15px;
}
.searchMenu, .menuBtn {
	position: relative;
	z-index: 99;
}
.searchMenu li a, .menuBtn li a {
	display: block;
	background: #003A70;
	padding: 5px 8px 5px 20px;
	border-top:1px solid #FFF;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight:600;
}
.searchMenu li a:hover, .menuBtn li a:hover{
	color:#acbc92;
}
.searchMenu ul, .menuBtn ul {
	display: none;
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	z-index: 100
}
.menuBtn ul {
	width: 200px;
	right: 0;
	left: inherit;
	top: 40px;
}
.menuBtn li a {
	background-color: #637e36;
}
.mobileTop {
	display: none;
}
.searchList .listingImg {
	float: left;
}
.searchList .listingImg img {
	margin-right: 10px;
}
.filtersBox {
	margin-bottom: 30px;
}
.filtersBox .block {
	width: 30%;
	float: left;
	margin-right: 1%;
}
.filtersBox .block a.blueBtn {
	float: left;
	margin-top: 22px;
}
.filtersBox label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}
.filtersBox input {
	width: 90%;
	border: 1px solid #ccc;
	height: 32px;
	padding: 7px;
	display: block;
}
a.firstLevel {
	font-size: 14px;
	color: #092a4b;
	text-decoration: none;
	background: url(../images/listing.png) left 5px no-repeat;
	display: block;
	padding-left: 8px;
	margin-bottom: 10px
}
a.secondLevel {
	font-size: 11px;
	color: #52565b;
	text-decoration: none;
	display: block;
	padding-left: 8px;
	margin-bottom: 6px;
}
.siteemapList a.last {
	margin-bottom: 10px
}
.siteemapList .block {
	width: 32%;
	float: left;
	margin-bottom: 22px;
}
.errorBock {
	max-width: 480px;
	margin: 120px auto;
	text-align: center;
	font-size: 16px;
}
.errorBock h1 {
	font-size: 34px;
	color: #3e3e3e;
	margin-bottom: 30px;
}
.buttonsHolder {
	max-width: 385px;
	margin: 30px auto 0;
}
.buttonsHolder a {
	display: block;
	float: left;
	width: 182px;
	padding: 7px 0;
}
.btnRightMargin {
	margin-right: 20px;
}
/********************* HISHAM ********************/
.loaderHolder {
	position: relative;
}
.loader {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.loaderContent {
	background: url(../images/bg.png);
	text-align: center;
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
}
.loaderContent td {
	text-align: center;
	vertical-align: middle;
}
.loaderContent img {
	float: none;
}
.loaderContent h3 {
	font-size: 18px;
	font-weight: 700;
	font-family: Arial;
	color: #2D2D2D;
	direction: ltr;
	padding-top: 10px;
	text-align: center;
}
.ytd table tr td {
	padding: 0;
	border: none;
	vertical-align: middle;
}
a.resetBtn {
	text-decoration: none;
	color: #004285;
	display: table-cell;
	padding: 25px 0 0 25px;
}
.subLeftMenu li {
	margin: 0;
	border: none;
}
.subLeftMenu li.last {
	border-bottom: 1px solid #33618d;
	margin-bottom: 10px;
}
.subLeftMenu li a {
	padding: 0 11px 5px 16px;
	font-size: 11px;
}
.subLeftMenu li.last {
	padding-bottom: 15px 16px;
}
.leftMenuPadd ul li.hasSubs, .leftMenuPadd ul li.last {
	border: none;
}
.siteemapList a {
	text-decoration: none;
}
.loadMore {
	width: 16%;
	text-align: center;
	background: #ffffff;
	color: #ffffff;
	font-weight: bold;
	padding: 8px 6px 5px 6px;
	margin: 0 auto;
	border: 1px solid #004285;
}
.errMsg {
	display: none;
	color: #ff0000;
	position: relative;
	left: -20px;
	font-size: 12px;
}
.blackTrans {
	position: absolute;
	bottom: 0;
	left:0;
	height: 100%;
	background: url(../images/black-layer.png) left bottom no-repeat;
	z-index: 2;
	width: 100%;/*background-size:auto 100% !important;*/
}
.logoBg {
	width: 446px;
	height: 252px;
	background: url(../images/logo-behind.png) 0 0 no-repeat;
	left: -150px;
	top: -50px;
}
.customSelect {
	background: #fff url(../images/select-bg.png) right center no-repeat;
}
.greyBox ul li a, .listingRow ul li a, .bodyContent ul li a {
	color: #092a4b;
	text-decoration: none;
}
.greyBox ul li a:hover, .listingRow ul li a:hover, .bodyContent ul li a:hover {
	color: #004284;
}
.listingRow h5 {
	margin-bottom: 5px;
}
h5.boldTitle {
	font-weight: 600;
}
.greyTitle {
	color: #092a4b;
}
.toggleleftMenu {
	width: 43px;
	height: 41px;
	position: absolute;
	left: 100%;
	z-index: 4;
	background: url(../images/toggle-menu.png) 0 0 no-repeat;
	display: none;
	top: 20px;
}
.toggleleftMenuActive {
	background: url(../images/close-menu.png) 0 0 no-repeat;
}
.logoHolder {
	z-index: 0;
}
.bloakLinks a.listingLink {
	position: inherit;
}
a.backLink {
	color: #00509e;
	text-decoration: none;
}
a.listingLink.readMoreSearch {
	background: none;
	text-decoration: none;
}
a.listingLink.readMoreSearch:hover {
	text-decoration: none;
}
.loadMore {
	cursor: pointer;
}
/****************new 30.4.2014 by carol tawk*******************/
.subscribtionBlock {
	background: #009cd8;
	color: #fff;
}
.subscribtionBlock li {
	color: #ffffff !important;
}
.blockPadd {
	padding: 10px
}
.subscribtionBlock h2 {
	color: #fff;
	font-size: 22px;
}
.font14 {
	font-size: 14px;
	margin-bottom: 5px;
}
.subscribtionBlock ul li {
	background: url(../images/bullet-white.png) left 6px no-repeat;
	padding-left: 10px;
	font-size: 13px;
}
.subscribtionBlock ul {
	margin-bottom: 10px;
}
.nicescroll-rails {
	right: 0 !important;
	left: auto !important;
}
.homeContent .nicescroll-rails {
	right: 52% !important;
	left: inherit !important
}
.activeBlock .homeContent .nicescroll-rails {
	right: 30px !important;
}
.greyBox ul {
	margin-bottom: 20px;
}
.publicationImage {
	float: left;
	margin-right: 20px;
	min-height: 160px;
}
.bodyContent .nicescroll-rails {
	right: -17px !important;
}
.greyBox .leftBlock {
	margin-bottom: 0;
}
.greyBox ul {
	margin-bottom: 0;
}
.contactForm .customSelect {
	width: 95% !important;
	margin-left: 2%;
}
.bodyContent h5 {
	font-weight: 600px;
	font-size: 15px;
	color: #3E3E3E
}
/************************************PERLA*******************************************************/
.bodyText a {
	color: #004284;
	text-decoration: none;
	font-size: 13px;
}
.bodyText a:hover {
	color: #888888;
}
.pmiTitle {
	width: 100%;
	color: #2aaacd;
	float: left;
	font-size: 33px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 30px;
}
.pmiTitle img {
	width: 100%;
}
.entityPad {
	padding: 10px 0;
	font-weight: bold;
	text-align: center;
}
.contactIcon {/*background:url(../images/contact-icon.png) left top no-repeat;*/
	float: right;
	width: 100px;
	height: 100px;
}
.leftForm {
	float: left;
	width: 48%;
	margin-bottom: 8px;
}
.rightForm {
	float: left;
	width: 50%;
	margin: 0 1% 8px 0;
}
.rightForm.last {
	margin-bottom: 9px;
}
.tableHolder {
	width: 100%;
	margin-bottom: 20px;
	padding-top: 20px;
}
.tableHolder .blockTable td {
	font-size: 10px !important;
}
.tableHolder .blockTable td.firstTd {
	padding-left: 8px;
}
.blogBanner {
	background: url(../images/visit-blog.jpg) top right no-repeat;
	width: 100%;
	min-height: 240px;
	position: relative;
	margin-bottom: 20px;
}
.bannerInfo {
	width: 151px;
	top: 41px;
	right: 16px;
	position: absolute;
}
.bannerInfo .bannerTitle {
	font-size: 23px;
	color: #3a3a3a;
	margin-bottom: 19px;
	line-height: 25px;
}
.bannerInfo a {
	background: #104382;
	padding: 7px 22px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}
.bannerInfo a:hover {
	background: #999;
}
.pmiSection {
	float: left;
	width: 100%;
}
.bodyText iframe {
	overflow: hidden;
}
.allWrapper.activeBlock .contentCol.homeContent .contentLeft .contentBloc.welcome {
	display: none !important;
}
.selectHolder.cboxList li {
	margin-right: 9px !important;
	width: 52px;
}
/*a.expandList{text-decoration:underline !important;}*/
.bodyText ul.contentList li ul.expandCollapse {
	display: none;
}
a.pdf {
	background: url(../images/dpf-icon.png) no-repeat left top;
	display: block;
	font-size: 12px;
	line-height: 13px;
	padding-left: 20px;
}
.tblPdfImage td {
	padding: 0;
	border: 0 !important;
}
.tblPdfImage td:last-child {
	padding-left: 10px;
}
.divPDFList {
	/*width:130px;*/
	float: left;
	margin-bottom: 15px;
	width: 70%;
}
/*.bodyContent , .contentBloc {text-align:justify;}*/
.contactForm input[type=checkbox] {
	padding-top: 0;
	padding-bottom: 0;
	border: 0 none;
}
.bodyText {
	text-align: justify;
}
.bodyText .introText {
	text-align: left !important;
}
.contentBloc.bgbcTable, .contentBloc.pmiTable {
	display: block;
}
.allWrapper.activeBlock .contentCol.homeContent .contentLeft .contentBloc.bgbcTable, .allWrapper.activeBlock .contentCol.homeContent .contentLeft .contentBloc.pmiTable {
	display: block;
}
.firstTd.funds {
	min-width: 202px !important;
}
.contentList li ul li ul li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.greyBorder a.history {
	display: none !important;
}
.blueBtn.margTop {
	margin-top:59px;
}
.blueBtn.appFormBtn {
	margin:15px 0 30px 0;
}
/*.homeContent .contentLeft .blogBanner{min-height:180px !important;}*/
.homeContent .contentLeft .blogBanner .bannerInfo {
	left: 42px;
	top: 92px;
}
.contactForm .selectHolder.cboxList input[type="checkbox"] {
	float: left;
}
.contactForm .selectHolder.cboxList label {
	float: left !important;
}
.contactBlock .contentImage {
	background: url(../images/contactimage.jpg) no-repeat;
	background-position: right top;
}
.homeContent .contentBloc.greyBorder {
	border-bottom: none;
}
.homeContent .subscribtionBlock {
	margin-bottom: 60px;
}
/****************************************************** New Styles Added for BLOM Egypt ************************************************/
.highlightedText{
	color:#FFF;
	font-size:32px;
	font-weight:600;
	font-family:Open Sans;
	margin-bottom:25px;
}
.leftPageHeadCont{
	margin-bottom:40px;
}
.logoHolder.smallContLayout,.ipadPosition.smallContLayout{
	float:none;
	width:100%;
}
.logoHolder.smallContLayout{
	margin-bottom:40px;
}
.whiteContHeadCont{
	float:left;
	position:relative;}
.deliveryChanels{
	margin-right:5px;
	width:165px;
}
.deliveryChanels .toggleSearchMenu {
	color: #292929;
	background: url(../images/delivery-arrow.png) 90% 12px no-repeat #cdcdcd;
	padding:7px 20px;
}
.deliveryChanels .toggleSearchMenu.active{
	background: url(../images/delivery-arrow-up.png) 90% 12px no-repeat #cdcdcd;	
}
.deliveryChanels li a{
	background: #cdcdcd;
	border-top:1px solid #FFF;
	color: #292929;
}
.deliveryChanels li a:hover{
	color:#FFF;
}
.homeProductsListing li{
	width:48%;
	float:left;
	margin:0 4% 4% 0;
	position:relative;
}
.homeProductsListing li:hover .absoluteProductLink a{
	background:#637e36 url(../images/productshomearrow.png) no-repeat 90% 21px;
}
.homeProductsListing li.last{
	margin:0 0 4% 0;
}
.homeProductsListing li img{
	width:100%;
}
.absoluteProductLink{
	position:absolute;
	left:0px;
	bottom:4px;
	width:100%;
	background:url(../images/shadow.png) left bottom repeat-x; min-height:70px;
}

.absoluteProductLink a{
	display:block;
	background:url(../images/productshomearrow.png) no-repeat 90% 21px;
	font-size:18px;
	color:#FFF;
	text-decoration:none;
	padding:15px 35px 15px 15px;
	position:absolute; left:0 ; right:0; bottom:0;
	min-height:38px; line-height:18px;
}
.deliveryChanelsText{
	font-size:12px;
	color:#484545;
}
.deliveryChanelsList{
	margin:30px auto 32px auto;
	max-width:400px;
}
.deliveryChanelsList li{
	float:left;
	text-align:center;
	width:27%;
	border-right:1px solid #d3d3d3;
	padding:10px;
	min-height:75px;
}
.deliveryChanelsList li.last{
	border-right:0px;
	padding-right:0;
}
.deliveryChanelsList li div.deliveryChanelTitle{
	margin-top:7px;
}
.deliveryChanelsList li div.deliveryChanelTitle,.deliveryChanelsList li div.deliveryChanelTitle a{
	font-size:13px;
	color:#3a3a3a;
	font-weight:600;
	text-transform:uppercase;
	line-height:13px;
	text-decoration:none;
}
.deliveryChanelsList li div.deliveryChanelTitle a:hover{
	color:#003a70;
}
.serviceCont{
	background:#f4f4f4;
	padding:15px;
	margin-bottom:10px;
	position:relative;
}
.serviceMoreBtn{position:absolute; right:15px; bottom:15px;}
.serviceTitle{
	font-size:18px;
	color:#003a70;
	margin-bottom:7px;
}
.serviceDescp{
	font-size:12px;
	color:#555555;
	font-weight:600;
}
.serviceDescp span{
	color:#00529b;
	font-weight:600;
}
.serviceAction{
	float:right;
	text-align:center;
}
.serviceMoreBtn a{
	background:#637e36;
	text-align:center;
	display:inline-block;
	color:#ffffff;
	font-size:12px;
	font-weight:600;
	padding:5px 15px;
	text-decoration:none;
	text-transform:uppercase;
}
.serviceMoreBtn a:hover{
	background:#003a70;
}
.serviceInfos{
	/*max-width:260px;
	margin-right:30px;*/
	max-width:59%;
}
.serviceLogoCont{
	margin-bottom:7px;
}
.branchATMLocatorCont{
	background:#003a70;
	padding:15px;
}
.branchATMLocatorCont h2{
	color:#FFF;
}
.branchATMLocatorCont .selectHolder, .filterContainer .selectHolder {
	background: none repeat scroll 0 0 #fff;
	border: 0 none;
	margin: 0 0 10px;
	padding: 6px;
	width: 96%;
}
.filterSelectHolder{width: 100%; background:#fff; margin-bottom:10px;}
.filterSelectHolder .selectHolder{padding: 6px; margin-bottom:0; width:96% !important}
.selectHolder select{height:17px !important;}
.branchATMLocatorCont .customSelectInner,.filterContainer .customSelectInner{
	font-weight:600;
	color:#4f4f4f;
	font-size:12px;
}
.searchBtn a{
	display:inline-block;

	font-size:12px;
	text-transform:uppercase;
	padding:7px 35px;
	float:right;
	font-weight:600;
	text-decoration:none;
	
	background:#4a7205;
	color:#FFF;
}
.searchBtn a:hover{
	background:#FFF;
	color:#4a7205;
}
.landingProductPic{
	margin-bottom:10px;
}
.landingProductPic img{
	width:100%;
}
.needMoreInfoContainer{
	background:#f5f5f5;
	padding:20px;
}
.needMoreInfoLeft,.needMoreInfoRight,.filterLeft,.filterRight,.branchesListingCont li{
	width:49%;
}
.needMoreInfoLeft{
	border-right:1px solid #b4b4b4;
}
.needMoreInfoLeft .innerPad{
	padding:0 30px 30px 0;
}
.needMoreInfoRight .innerPad{
	padding:20px 0 0px 30px;
}
.needMoreInfoTitle{
	font-size:16px;
	color:#282828;
	font-weight:600;
	margin-bottom:10px;
}
.needMoreInfoText{
	font-size:12px;
	color:#6a6a6a;
	line-height:16px;
}
.callUsCont{
	background:url(../images/moreinfocallcenter.png) no-repeat left 7px;
	padding-left:40px;
	font-size:18px;
	color:#004285;
	float:left;
	margin-right:25px;
}
.callUsCont span{
	font-size:29px;
	font-weight:700;
}
.needMoreInfoRight a.blueBtn {
	margin-top:13px;
}
.careerTitle{
	float:left;
}
.applyNowBtnCont{
	float:right;
	margin-top:3px;
}
.careerTitle,.careerTitle a{
	font-size:20px;
	color:#004385;
	font-weight:600;
	text-decoration:none;
}
.careerTitle a:hover{
	color:#637e36;
}
.careerRow a.readMore{
	margin-bottom:0px;
}
.careerRow{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #dcdcdc;
}
.filterLabel{
	font-size:12px;
	font-weight:600;
	color:#6a6a6a;
	margin-bottom:7px;
}
.filterContainer .selectHolder{
	border:1px solid #c4c4c4;
}
.bodyContent .branchesListingCont ul li{
	font-size:12px;
	color:#333434;
	font-weight:600;
	background:none;
	padding:0px;
	height:125px;
}
.newsDetailsInfosCont{
	float:left;
	width:65%;
}
.newsDetailsGalCont{
	float:right;
	width:324px;
	margin-bottom:10px;
}
.bodyContent .newsDetailsGalCont li{
	background:none;
	padding:0px;
	margin:0px;
}

.pdtButtons a:first-child {
	margin:0 10px 25px 0;
}
.googleMapCont {
	margin-bottom:20px;
}
.branchesListingCont ul li b {
	font-weight:bold;
}
.pdtImage {
	float:right;
	margin:0 0 0  10px;
}

.activeBlock .searchMenu{width:230px; margin-bottom:15px;} 
span.customSelect{width:100%;}
.selectHolder{position:relative;}
#map_canvas{width:100%;}
.branchATMLocatorCont h2{margin-bottom:10px; line-height:22px;}
#ascrail2001-hr, #ascrail2000-hr, #ascrail2000-hr{display:none !important;}
.searchMenu {display:none;}
.newsRow a.readMore{margin-bottom:0; line-height:12px; background:url("../images/read-more.png") no-repeat scroll left center rgba(0, 0, 0, 0)}
.contentBloc .newsRow {margin-bottom:15px;}
.contentBloc .newsRow:nth-child(even){margin-bottom:0;}
.ipadPosition{position:relative;}
.ipadPosition .errMsg{position:absolute !important; left:0; top:110%;}
.servisesListing .serviceCont{width:48.5%; float:left; margin-right:2%; min-height:170px; padding:0; margin-bottom:20px;}
.servisesListing .serviceCont:nth-child(even) {margin-right:0;}
.servisesListing .serviceCont .innerPadd{padding:15px;}

.bodyContent .contentList li, .bodyContent .contentList li ul li ul li {
	background: url(../images/bullet.gif) left 7px no-repeat !important;
	font-size: 13px;
	color: #9c9c9c !important;
	padding-bottom: 3px;
}
.bodyText a.readMore{background:url("../images/read-more.png") no-repeat scroll left center  rgba(0, 0, 0, 0)}
.absoluteFooter{position:absolute; left:15%; bottom:30px; right:20px;}
.footerBlock {display:none;}

.onlineapp input.radioButton{/*float:left; margin-right:9px; margin-top:2px;*/ display:block; position:absolute; left:0; top:0;}
.onlineapp label{display:block; /*float:left;max-width:220px; */font-family:12px; color:#6a6a6a; line-height:15px; 
padding:0px 10px 0 25px;}
.onlineapp .listingRow{width:33%; float:left; border-bottom:none; min-height:50px; position:relative;}
.onlineapp{position:relative; border-bottom:1px solid #afafaf; margin-bottom:20px; padding-bottom:20px;}
.onlineapp .blueBtn{float:right; color:#fff;}
.onlineapp .arrow{position:absolute; background:url(../images/grey-arrow.png) center top no-repeat; width:17px; height:9px; left:50%; margin-left:-8px; bottom:-9px;}

.membersList .listingImage{width:20%; float:left; margin-right:2%; }
.membersList .listingImage img{width:100%;}
.membersList .listingInfos{width:78%; float:left;}
.membersList .position{font-size:18px; color:#333434;}
.membersList ul{margin-bottom:0; text-align:left;}
.membersList .listingRow{padding-bottom:15px; margin-bottom:15px;}
.noPadd .greyBox {padding:0 !important;}
.smeBanner{background:url(../images/sme-banner.jpg)}
.smeBottomBanner{max-width:800px;}
.absoluteListBtn{position:absolute; left:20px; bottom:0px;}
.listingBlockGrey{padding-bottom:20px;}
.contentRight .deliveryChanelsText{display:none;}
.contactBlock .bodyText{margin-bottom:0;}

.desDev {
	color:#000000;
	font-size:0.625em;
	position:absolute;
	float:right;
	right:4.3%;
	bottom:10px;
}
.desDev a {
	text-decoration:none;
	color:#84bb26;
}
.desDev a:hover {
	text-decoration:underline;
}

.contactForm .selectHolder ol li {
	float:left;
	width:auto;
	margin:0 20px 0 0;
}
.contactForm .selectHolder ol li label {
	width:auto;
	float:right;
	margin:-2px 0px 0px 5px !important;
}
.contactForm .selectHolder ol li input {
	padding:0;
	margin:0 0 0 0 !important;
	width:13px !important;
}
.contactForm .selectHolder.cboxList {
	border:1px solid #ffffff;
	padding-left:0;
}
.contactForm .selectHolder.cboxList li {
	width:auto;
}
.contactForm .selectHolder.cboxList input {
	float:left;
}

.bodyText a.pdfLink{display:block; padding-bottom:4px; }
.secondLevelMenu{position:absolute; width:160px; top:99%; background:#003a70; padding:0 15px; right:0; display:none;}
.secondLevelMenu a{display:block; padding:8px 0; color:#fff; text-decoration:none; border-bottom:1px solid #fff;}
.secondLevelMenu a:last-child{border:none;}

.bodyText a.readMore{margin-bottom:2px;}
.formNote {
	color:#003a70;
}

.tableHolder{overflow:auto;}
.tableHolder table{min-500px:100%;}

.menuBtn ul .whiteContHeadCont{display:none;}


.currentTime {
	position: absolute;
	right: 280px;
		padding-right:15px;
	top: 0;
	z-index: 99;
		height:30px; background:#fff; line-height:28px; font-size:14px; color:#003a70; font-weight:600;
}
.printBodyContent{padding:20px; width:auto;}
.printBodyContent .icons {display:none;}
.printHeader{border-bottom:2px solid #00529c; padding-bottom:20px; margin-bottom:20px;}
.printBodyContent .breadCrumbs{display:none;}
.printBodyContent h2{margin-bottom:15px;}
.icons {position:relative;}
/*.icons:after{position:absolute; z-index:20; width:20px; height:20px; background-color: rgba(255,255,255,0.5); content:" "; left:0; top:0;}*/
.icons.active:after{width:0;}
.printBodyContent .absoluteListBtn{bottom:20px;}
.printBodyContent .listingBlockGrey {
	padding-bottom: 40px;
}
.pinned td{line-height:17px;}
.sitemapLink {display:none;}
.icons .controls, .icons img {display:none;}
/****************************************PERLA*********************************/
.printBodyContent .milestonesContainer {background:none;}
.printBodyContent .milestonesContainer .rightEntity , .printBodyContent .milestonesContainer .leftEntity {float:none; width:100% !important;}
.printBodyContent .listingLink.showDiv, .printBodyContent .onlineapp {display:none;}
.printBodyContent .newsDetailsSub,.printBodyContent .newsDetails.showOnMobile{ display:none !important;}
.printBodyContent.arabicPrint {text-align: right !important;}
/****************************************************************************/
.langHolder {
  display: block;
  float: left;
  margin-left: 10px;
  margin-top: 7px;
}
.langHolder a {
	color: #000000;
	display: block;
	font-family: "GESSTwoLight-Light";
}
.langHolder a:hover{text-decoration:none;}
/****************************************Fadi*********************************/
#st-1 .st-btn,.sharethis-inline-share-buttons{display:inline-block !important; }
#st-1 .st-btn[data-network='email']{
	cursor: pointer;
	display: inline-block;
	background: url(../images/email-share.png) center center no-repeat;
	width: 22px;
	height: 15px;
	margin: 0 4px;
	background-color:rgba(0,0,0,0)!important;
	padding:0;
}
#st-1 .st-btn svg{display:none !important;}
#st-1 .st-btn:hover {
	opacity: 1 !important;
	top: 0 !important;
}
#st-1 .st-btn[data-network='sharethis']{
	cursor: pointer;
	margin: 0 5px 0 2px !important;
	padding: 0;
	background: url(../images/share-icon.png) center center no-repeat !important;
	width: 16px;
	height: 16px;
}
#st-el-3 .st-btns ,#st-el-5 .st-btns { 
	overflow: auto !important; 
}

/****ADDED FOR BANNER POPUP***/
.campaignPopup{
	right:-438px
}

.campaignPopup.peaceOfMindPopup{
	top:235px
}

.popupTag {
	width: 100px;
	height: 47px;
	left:-100px
}


.campaign1 {
	z-index: 12000
}

.campaignPopup{
	position:fixed;
	top:170px;
	right:-438px;
	width:396px;
	background:#FFF;
	box-shadow:0 1px 11px -2px #444;
   z-index:9000;
   padding:15px 20px;
   font-family: 'Lato','Droid Arabic Kufi', sans-serif;
   -webkit-transition: all 600ms ease;
-moz-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
transition: all 600ms ease;
z-index:10000
}

.popupTag{
	background-color: #00529b;
	width: 75px;
	height: auto!important;
	position: absolute;
	left: -110px;
	top: 0;
	cursor: pointer;
	padding: 10px 10px 10px 25px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;

}
.popupTag:before{    background-image: url(../images/campaignopen-on.png);
	position: absolute;
	left: 6px;
	top: 18px;
	height: 19px;
	width: 10px;
	content: '';
}

.OpenCampaign .popupTag{
	background-image:url(https://www.blombankegypt.com/blomegypt/images/campaignclose.jpg);
}
.OpenCampaign .popupTag:hover{
	background-image:url(https://www.blombankegypt.com/blomegypt/images/campaignclose-on.jpg);
}
.campaignPopup span{
	font-size: 16px;
	text-transform: uppercase;
	line-height: 12px;
	font-family: 'Lato','Droid Arabic Kufi', sans-serif;
	margin-bottom: 7px;
	display:block
}
.campaignPopup h2 {
  font-size: 30px;
	font-weight: normal;
	line-height: 38px;
	margin-bottom: 15px;
	font-family: 'Lato','Droid Arabic Kufi',sans-serif;

}
.campaignLink{
	height:39px;
	width:140px;
	background:#004285;
	line-height:39px;
	color:#FFF;
	text-align:center;
	font-size:14px;
	display:inline-block;
	text-decoration:none
}

.campaignImageLink{
	display:block;
	line-height:0;
}
.campaignImageHolder{
	display:block;
	margin-bottom:15px;
	position:relative;
	width:396px;
	height:223px
}

.OpenCampaign1 .campaign1{right:0}
.OpenCampaign2 .campaign2{right:0}

.campaignLink:hover {
	background: #003a70
}
.showAr{
	display:none;
}
.campaignImageLink a {
	cursor: default;
}

.socialMediaIcons{ 
	display:block;
	margin-bottom:28px;
}
.socialMediaIcons li{
	display: inline-block;
	margin-right:15px;
}
	.socialMediaIcons li a{
		display: block;
		width:16px;
		height:16px;
		background-position:center;
		background-repeat:no-repeat;
		background-size: contain;
		transition:all 0.3s ease-in-out;
	}

	.socialMediaIcons li a.fb{
		background-image: url('../images/fb.svg');
	}
		.socialMediaIcons li a.linkedin {
			background-image: url('../images/linkedin.svg');
		}
		.socialMediaIcons li a.insta {
			background-image: url('../images/insta.svg');
		}

	.socialMediaIcons li a:hover {
		opacity:0.7;
	}

.contactForm select {
    border: 1px solid #ccc;
    padding: 4.5px 1%;
    margin-bottom: 10px;
    height: 30px !important;
}
.campaign2 {
	top: 280px;
}
.popUp-background.show-ar {
	display:none!important
}

.popUp-background {
	position: fixed;
	z-index: 100000;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
}
.popup-main {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 1000px;
	height: 500px;
	max-width:100%;
}

.close-popup {
	color: #fff;
	position: absolute;
	top: 0;
	right: 20px;
	text-decoration: none;
	font-size: 40px;
}

a.eBlom.updated {
	background: #003a70 !important;
    color: #ffffff !important;
	width: 120px !important;
	height: 25px !important;
    text-align: center;
	padding: 5px 0 0 0 !important;
}