meta.foundation-version {
    font-family: "/5.2.3/"; }

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0em; }

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em; }

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em; }

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em; }

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em; }

meta.foundation-data-attribute-namespace {
    font-family: false; }


/*
TODO CSS CHANGES

Added Icon fonts from Barclays.com

*/

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, bc-section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-y: scroll; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4;  }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }*/


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

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

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%;
}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0 0; background: #ccc; color: black; padding: 0 0; }

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this bc-section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  /** { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } *//* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/*Common Classes placed from print,screen.css*/
@font-face { font-family: 'ExpertSans-Light'; src: url("styles/fonts/expertsans-light-webfont.eot"); src: url("styles/fonts/expertsans-light-webfont.eot?#iefix") format("embedded-opentype"), url("styles/fonts/expertsans-light-webfont.woff") format("woff"), url("styles/fonts/expertsans-light-webfont.ttf") format("truetype"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'ExpertSans-Regular'; src: url("styles/fonts/expertsans-regular-webfont.eot"); src: url("styles/fonts/expertsans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("styles/fonts/expertsans-regular-webfont.woff") format("woff"), url("styles/fonts/expertsans-regular-webfont.ttf") format("truetype"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'ExpertSans-Bold'; src: url("styles/fonts/expertsans-bold-webfont.eot"); src: url("styles/fonts/expertsans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("styles/fonts/expertsans-bold-webfont.woff") format("woff"), url("styles/fonts/expertsans-bold-webfont.ttf") format("truetype"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'ExpertSansExtraLightRegular'; src: url("styles/fonts/expertsans-extralight-webfont.eot"); src: url("styles/fonts/expertsans-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("styles/fonts/expertsans-extralight-webfont.woff") format("woff"), url("styles/fonts/expertsans-extralight-webfont.ttf") format("truetype"), url("styles/fonts/expertsans-extralight-webfont.svg#ExpertSansExtraLightRegular") format("svg"); font-weight: normal; font-style: normal; }

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

body { background: white; font-family: Verdana, Arial, sans-serif; font-size: 11px; font-size: 0.6875rem; letter-spacing: 0; color: #666666; }

/*Link classes placed from print,screen.css*/
div.bc-container div[role="bc-main"] 
{
    /*margin-top:35px;*/ *zoom: 1; display: inline; float: left; margin-left: 10px; margin-right: 10px; width: 940px; /*min-height: 700px;*/ word-wrap: break-word; white-space: -moz-pre-wrap;
}
div.bc-container div#home-page[role="bc-main"]   
{
    margin-top:35px; *zoom: 1; display: inline; float: left; margin-left: 10px; margin-right: 10px; width: 940px; /*min-height: 700px;*/ word-wrap: break-word; white-space: -moz-pre-wrap;
}
div.bc-container a { color: #007eb6; text-decoration: none; word-break: break-word;}

div.bc-container a:focus, div.bc-container a:hover, div.bc-container a:active { text-decoration: underline; }

div.bc-container div[role="bc-main"] a { background: url(styles/images/arrow-right-2.png) no-repeat left 3px; zoom: 1; padding-left: 10px; text-decoration: none; }

div.bc-container div[role="bc-main"] a:hover { text-decoration: underline; }

div.bc-container div[role="bc-main"] a.anchor { position: absolute; height: 0; width: 0; overflow: hidden; }

div.bc-container div[role="bc-main"] a.image { padding: 0; background: none; }


div.bc-aside h3 a,
div.bc-aside h4 a {
    background: none !important;
    padding-left: 0 !important;
}

div.bc-container { margin-left: auto; margin-right: auto; width: 960px; overflow: visible; *zoom: 1; background: white url(styles/images/background.jpg) no-repeat center 119px;}
div.bc-container.cookie-open{background-position: center 201px;}

.hideheaderbackground
{
	background: none !important;
}

div.bc-container div.bc-section { padding: 0; margin: 0 0 10px 0; font-weight: normal; }
div.bc-container p, div.bc-container h1, div.bc-container h2, div.bc-container h3, div.bc-container h4, div.bc-container h5, div.bc-container h6, div.bc-container ul, div.bc-container ol, div.bc-container li { padding: 0; margin: 0 0 15px 0; font-weight: normal;  }
div.bc-container li { margin-bottom: 0.5em; }
div.bc-container div.nav ul, div.bc-container div.nav ol, div.bc-container div.nav li { margin-bottom: 0; }
div.bc-container h1 { font-size: 4.364em; font-family: ExpertSans-Light, Arial, sans-serif; letter-spacing: -0.05em; color: #003366; line-height: 1.2; }
div.bc-container h2, div.bc-container h3 { color: #003366; font-size: 1.455em; font-family: ExpertSans-Regular, Arial, sans-serif; }
div.bc-container h5 { font-size: 11px; font-size: 0.6875rem; }


/* detail page template */

div.bc-aside { *zoom: 1; display: inline; float: left; margin-left: 10px; /*margin-top: 10px;*/ width: 220px; }
div.bc-aside .bc-aside-par > div, div.bc-aside .bc-aside-par-inherit > div {margin-bottom:30px}

div.bc-pagenav:after, div.bc-aside:after { content: '.'; clear: both; height: 0; display: block; visibility: hidden; }

div.bc-pagenav { *zoom: 1; display: inline; float: left; margin-right: 10px; width: 220px; }

div.bc-content-center { display: inline; float: left; margin-left:10px; width: 440px; /*margin-right: 10px;  padding-right: 20px;*/ }


div.bc-content-right
{
	display: inline;
	float: right;
	margin-left: 10px;
	width: 700px;
}
div.bc-content-right div.bc-content-center
{
	margin-top:0px !important;	
	margin-right: 10px;  
	padding-right: 20px;
	margin-left:0px !important;
}
div.bc-banner
{
	margin-bottom: 0px;
}
div[id="detail-page"] div.bc-top-banner
{
	width: 960px;
	margin:-30px 0 30px -10px;
}

div[id="detail-page"] div.bc-pagenav
{
	margin-top:0px !important;	
}
div[id="detail-page"] div.bc-content-right
{
	margin-top:0px !important;		
}
/* detail page template */

/* speciality detail page*/


div.bc-content-left
{
    display: inline;
    float: left;
    width: 680px;
    margin-right: 10px;
    /*margin-top: 10px;*/
    padding-right: 20px;
}

div.bc-content-left div.bc-banner
{
	float:left;
	width: 680px;
	margin-right: 10px;
	padding-right: 20px;
	margin-bottom: 0px !important;
}
/*home template*/
div.bc-home-banner
{
	margin-bottom: 20px;	
}
div.bc-home-three-col
{
	margin-bottom:0px;
	padding-bottom:0px;
	
}
div.bc-home-three-col div.bc-left
{
	margin-left: 0px;
	float:left;
	margin-right: 10px;
	width: 300px;
	display: inline;
}
div.bc-home-three-col div.bc-center
{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 300px;		
}
div.bc-home-three-col div.bc-right
{
	display: inline;
	float: left;
	margin-left: 10px;
	width: 300px;	
}
/*speciality landing page */
 div[id="specialty-landing-page"] .bc-top-banner
 {
     margin:-30px 0 30px -10px;
 }

div[id="specialty-landing-page"] .bc-top-banner img
{
    max-width: 960px;
}
 
 /*landing page */
  div[id="landing-page"] .bc-pagenav
  {
  	*zoom: 1; 
  	display: inline; 
  	float: left; 
  	margin-right: 40px; 
  	width: 320px; 
  }
   div[id="landing-page"] .bc-content-center
  {
	display: inline; 
	float: left; 
	margin-left: 0px !important; 
	width: 320px;
  }
    div[id="landing-page"] .bc-content-left
  {
	display: inline;
    float: left;
    width: 680px;
    margin-right: 10px;
    padding-right: 20px;
  }
  
  /* author text */
  .cq-wcm-edit .cq-edit-help{
  display: block;
}

.cq-wcm-preview .cq-edit-help{
  display: none;
}
    /* author text */
    
/* bc-section common stuff */
div.bc-container div[role="bc-main"] div.bc-section:first-child { padding-top: 0; }
div.bc-container div[role="bc-main"] div.bc-section:after { content: '.'; clear: both; height: 0; display: block; visibility: hidden; }
div.bc-container div[role="bc-main"] div.bc-section h3 a { color: #003366; }


/** fix distances between shadow boxes in parsys asides. In Right content and in top navigation **/

div.bc-content-right div.bc-aside .bc-aside-par > .section + .section, 
div.bc-topnavigation-content .bc-topnavigation-menu-par-0 > .section + .section{
  margin-top:30px;
}
div.bc-content-right div.bc-aside .bc-aside-par > .section + .section.horizontalline, 
div.bc-topnavigation-content .bc-topnavigation-menu-par-0 > .section + .section.horizontalline{
  margin-top:5px;
}
div.bc-content-right div.bc-aside .bc-aside-par > .section.link + .section, 
div.bc-topnavigation-content .bc-topnavigation-menu-par-0 > .section.link + .section{
  margin-top:0px;
}
.icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 20px;
}
.icon:after {
  font-size: 19px;
  font-size: 1.1875rem;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: em-calc(4.9);
}

.btn.btn__small .icon {
  height: 15px;
  width: 20px;
  left: -6px;
}
.btn.btn__small .icon:after {
  font-size: 15px;
  font-size: 0.9375rem;
}

.icon__external-link:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e617";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 6px;
  margin-top: 6px;
  font-size: 16px;
  font-size: 1rem;
}

.icon__location:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e605";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  margin-top: 4px;
}

.btn .icon__location {
  width: 15px;
}
.btn .icon__location:after {
  margin-left: -2px;
}

.icon__add:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e60b";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.5px;
  margin-top: 2px;
}

.icon__remove:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e60a";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 1.5px;
  margin-top: 4px;
}

.btn .icon__add,
.btn .icon__remove {
  width: 17px;
  height: 5px;
  left: -3px;
  top: -1px;
}
.btn .icon__add:after,
.btn .icon__remove:after {
  margin-top: -6px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.icon__block-arrow-left:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e60f";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}

.icon__block-arrow-right:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e612";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}

.icon__block-arrow-down:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e610";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}

.icon__block-arrow-up:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e611";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}

.icon__search:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e606";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}

.icon__hamburger:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e608";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 1px;
  font-size: em-calc(22);
  margin-top: em-calc(3);
}

.icon__play:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e604";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}

.icon__play-link {
  width: 30px;
}
.icon__play-link:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e620";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
}

.btn .icon__play-link {
  width: 18px;
}
.btn .icon__play-link:after {
  margin-left: -2px;
}
.btn.btn__small .icon__play-link {
  width: 20px;
}
.btn.btn__small .icon__play-link:after {
  margin-left: 7px;
  margin-top: 4px;
}

.icon__pause:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e618";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}

.icon__arrow-up:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e622";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5.5px;
}

.icon__arrow-down:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e601";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5.5px;
}

.icon__chevron:after {
  margin-left: 4px;
  margin-top: 2px;
}

.icon__chevron-up:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e615";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon__chevron-down:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e614";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon__chevron-left:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e613";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon__chevron-right:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e616";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon__nav-arrow-up:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e61f";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5.5px;
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: -5px;
  margin-left: 0;
}

p .icon__chevron:after {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 7px;
  margin-left: 6px;
}

.link__page-parent .icon__chevron {
  width: 25px;
}
.link__page-parent .icon__chevron:after {
  margin-top: 6px;
  font-size: 16px;
  font-size: 1rem;
}

.icon__twitter:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e624";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 2px;
}

.icon__tick:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e60e";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 2px;
}

.icon__cross:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e60c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}

.icon__download:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e619";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  margin-top: 2px;
  font-size: 30px;
  font-size: 1.875rem;
}

.icon__list:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e607";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}

.icon__info:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e61d";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}

.icon__grid-view:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e61a";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}

.icon__secure:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e60d";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  margin-top: 2px;
}

.btn.btn__small .icon__secure:after {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-left: 6px;
  margin-top: 0px;
}

.icon__maximise:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e61c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
}

.icon__minimise:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e61b";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
}

.icon__share:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e621";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}

.icon__email:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e609";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 1px;
}

.icon__phone:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e625";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 2px;
  font-size: 1.3em;
}

.icon__home:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e626";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 2px;
  font-size: 1.3em;
}

.icon__print:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e603";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 3px;
}

.icon__down:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e61e";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}

.btn__social .icon {
  color: #ccc;
  left: 0;
  top: 0;
  position: absolute;
  width: 40px;
  height: 45px;
}
.btn__social .icon__share:after {
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: 3px;
}
.btn__social .icon__email:after {
  font-size: 21px;
  font-size: 1.3125rem;
  margin-top: 3px;
  margin-left: 4px;
}
.btn__social .icon__print:after {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-top: 3px;
  margin-left: 4px;
}

.icon__clear:after {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e623";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}

/* accordion component start */
div.bc-accordion {
  position: relative;
  background: white;
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0;
  line-height: 1.4;
  border-top: 1px #e3e3e1 solid !important;
  margin: 0px;
  padding: 0px;
  overflow: visible;
  clear: left;
  *zoom: 1;
}
div.bc-accordion p {
  font-weight: normal;
}
div.bc-accordion h3 {
  margin: 0px;
  padding: 10px 0px;
  color: #003366;
  font-weight: normal;
  font-size: 1.455em;
  font-family: ExpertSans-Regular, Arial, sans-serif;
}
div.bc-accordion > h3, div.bc-accordion.open > h3 {
  cursor: pointer;
  margin-bottom: 0;
}
div.bc-accordion > h3 a, div.bc-accordion.open > h3 a {
  background: none !important;
  padding-left: 0 !important;
  color: #003366 !important;
  text-decoration: none !important;
}
div.bc-accordion > h3 a:hover, div.bc-accordion.open > h3 a:hover {
  color: #003366 !important;
  text-decoration: none !important;
}
div.bc-accordion > h3 span, div.bc-accordion.open > h3 span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  background: url(styles/images/arrow-right-dark.png) no-repeat center top;
  height: 22px;
  width: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
div.bc-accordion > h3:hover span, div.bc-accordion.open > h3 span {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
div.bc-accordion a {
  zoom: 1;
  padding-left: 10px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
}
div.bc-accordion div.accordion-content {
  padding: 0 20px;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 0px;
  background: #f7fbfd;
  -webkit-box-shadow: #f7fbfd 250px 0 200px -200px inset, #f7fbfd -250px 0 200px -200px inset, rgba(85, 85, 85, 0.4) 0 6px 6px -6px inset, rgba(85, 85, 85, 0.4) 0 -6px 6px -6px inset;
  -moz-box-shadow: #f7fbfd 250px 0 200px -200px inset, #f7fbfd -250px 0 200px -200px inset, rgba(85, 85, 85, 0.4) 0 6px 6px -6px inset, rgba(85, 85, 85, 0.4) 0 -6px 6px -6px inset;
  box-shadow: #f7fbfd 250px 0 200px -200px inset, #f7fbfd -250px 0 200px -200px inset, rgba(85, 85, 85, 0.4) 0 6px 6px -6px inset, rgba(85, 85, 85, 0.4) 0 -6px 6px -6px inset;
}
div.bc-accordion div.accordion-content.animated {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
div.bc-accordion div.accordion-content > p {
  margin-top: 0;
  padding-left: 0;
  font-weight: normal;
}
div.bc-accordion div.accordion-content .textimageeditor > .textimageeditor {
  margin-bottom: 15px;
}
div.bc-accordion div.accordion-content .textimageeditor:last-child > .textimageeditor {
  margin-bottom: 0px;
}
div.bc-accordion div.accordion-content .bc-textimage-text p:last-child {
  margin-bottom: 0px;
}
div.bc-accordion div.accordion-content div.bc-linkdetail {
  margin-top: 10px;
}
div.bc-accordion div.accordion-content div.linkdetail {
  margin-bottom: 0px;
}
div.bc-accordion div.accordion-content div.bc-textimage img {
  margin-bottom: 0px !important;
}
div.bc-accordion .accordion_par > .parsys_column {
  margin-bottom: 0px !important;
}
div.bc-accordion div.authoring {
  padding: 20px;
  height: 100%;  
}
.touch div.bc-accordion > h3 span {
-webkit-transform: rotate(0deg);
}
.touch div.bc-accordion.open > h3 span{
-webkit-transform: rotate(90deg);
}
/* accordion component end */
/* aperture class starts */
.bc-aperture {
    position: relative;
    z-index: 1;
    padding: 10px 0;
}
.apertureLeft,
.apertureRight {
    border: 0px solid #00AEEF;
    border-radius: 10px;
    position: absolute;
    top: 0;
    width: 8px;
    z-index: 2;
    height: 100%;
    background: #00AEEF;
}
.apertureLeft {
    left: 0;
}
.apertureRight {
    right: 0;
}
.bc-aperture a {
    padding: 0 !important;
    background-image: none !important;
}
.bc-aperture img {
    display: inline-block;
    max-width: 99.8%;
}
div .bc-top-banner .bc-aperture
{ 
	margin-right: -10px; 
}

div .bc-top-banner .bc-aperture img{
    max-width: 99.8%;
}
/* aperture class ends */

/* askaquestionbox component start */

.replace { 
    position: relative; 
    margin: 0px; padding: 0px; /* hide overflow:hidden from IE5/Mac */ /* \*/ 
    overflow: hidden; /* */ 
}

div.bc-ask-a-question div.ask-a-question .replace span { 
    display: block; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    z-index: 1; /*for Opera 5 and 6*/ 
}

div.bc-ask-a-question div.ask-a-question h3 { 
    color: #003366; 
    font-size: 1.455em; 
    font-family: ExpertSans-Regular, Arial, sans-serif; 
    font-family: ExpertSans-Light, Arial, sans-serif; 
    letter-spacing: 0; 
    font-size: 2.273em; 
    line-height: 1.1em; 
    padding-bottom: 10px; 
    border-bottom: 1px solid #e3e3e1; 
    margin-bottom: 10px; 
}

div.bc-ask-a-question div.ask-a-question h3 a{ 
    color: #003366 !important; 
    font-family: ExpertSans-Regular, Arial, sans-serif; 
    font-family: ExpertSans-Light, Arial, sans-serif; 
    letter-spacing: 0; 
    line-height: 1.1em; 
    padding-bottom: 0px !important; 
    border-bottom: 0px !important; 
    margin-bottom: 0px !important; 
}

div.bc-ask-a-question div.ask-a-question { 
    padding: 10px; 
    width: 200px; 
    -webkit-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px; 
    -moz-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px; 
    box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px; 
}

div.bc-ask-a-question div.ask-a-question textarea {
    width: 184px; 
    height: 84px; 
    padding: 8px; 
    -webkit-border-radius: 4px 4px; 
    -moz-border-radius: 4px / 4px; 
    -ms-border-radius: 4px / 4px; 
    -o-border-radius: 4px / 4px; 
    border-radius: 4px / 4px; 
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset; 
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset; 
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset; 
    border: none;
    -webkit-appearance: none;
    font-size: 16px;
    font-size: 1rem;
}

div.bc-ask-a-question div.ask-a-question textarea:focus{ 
    outline: none; 
}

div.bc-ask-a-question div.ask-a-question button {   
    font-size: 14px; 
    font-size: 0.875rem;
    color: #ffffff; 
    padding: 10px 20px; 
    -webkit-border-radius: 6px 6px; 
    -moz-border-radius: 6px / 6px; 
    -ms-border-radius: 6px / 6px; 
    -o-border-radius: 6px / 6px; 
    border-radius: 6px / 6px; 
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7aa7d6), color-stop(100%, #2370c4)); 
    background: -webkit-linear-gradient(top, #7aa7d6, #2370c4); 
    background: -moz-linear-gradient(top, #7aa7d6, #2370c4); 
    background: -o-linear-gradient(top, #7aa7d6, #2370c4); 
    background: -ms-linear-gradient(top, #7aa7d6, #2370c4); 
    background: linear-gradient(top, #7aa7d6, #2370c4); 
    border: 0px solid #497db5; 
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.3); 
    margin-top: 20px;
    cursor: pointer; -webkit-appearance: button; *overflow: visible; 
}
div.bc-ask-a-question div.ask-a-question button.nolink {    
    font-size: 14px; 
    font-size: 0.875rem;
    color: #ffffff; 
    padding: 10px 20px; 
    -webkit-border-radius: 6px 6px; 
    -moz-border-radius: 6px / 6px; 
    -ms-border-radius: 6px / 6px; 
    -o-border-radius: 6px / 6px; 
    border-radius: 6px / 6px; 
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7aa7d6), color-stop(100%, #2370c4)); 
    background: -webkit-linear-gradient(top, #7aa7d6, #2370c4); 
    background: -moz-linear-gradient(top, #7aa7d6, #2370c4); 
    background: -o-linear-gradient(top, #7aa7d6, #2370c4); 
    background: -ms-linear-gradient(top, #7aa7d6, #2370c4); 
    background: linear-gradient(top, #7aa7d6, #2370c4); 
    border: 0px solid #497db5; 
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.3); 
    margin-top: 20px;
    cursor: default; -webkit-appearance: button; *overflow: visible; 
}

/* askaquestionbox component end */
/* boxoutline start*/
div.boxoutline {
  overflow: visible !important;
}

div.bc-boxoutline {
  /*Text and image editor fix*/
}
div.bc-boxoutline .bc-textimage-text > *:last-child, div.bc-boxoutline .parsys_column > *:last-child {
  margin-bottom: 0;
}
div.bc-boxoutline li {
  padding: 0;
  margin: 0 0 0.5em 0;
  font-weight: normal;
}
div.bc-boxoutline ul {
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  font-weight: normal;
}
div.bc-boxoutline ul li {
  list-style: none;
}
div.bc-boxoutline ul:last-child {
  margin-bottom: 0;
}
div.bc-boxoutline .boxoutline_par > div:last-child.section > div {
  margin-bottom: 0;
}
div.bc-boxoutline .box-surroundwide,
div.bc-boxoutline .box-surroundnarrow,
div.bc-boxoutline .box-surroundtopnav {
  -webkit-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px;
  -moz-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px;
  box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px;
  background: #fff;
}
div.bc-boxoutline .box-surroundwide li,
div.bc-boxoutline .box-surroundnarrow li,
div.bc-boxoutline .box-surroundtopnav li {
  clear: left;
  padding: 0 15px 0 0;
}
div.bc-boxoutline .box-surroundwide ul,
div.bc-boxoutline .box-surroundnarrow ul,
div.bc-boxoutline .box-surroundtopnav ul {
  margin: 0;
}
div.bc-boxoutline .box {
  padding: 10px 10px 25px 10px;
}
div.bc-boxoutline .box-surroundwide {
  overflow: hidden;
}
div.bc-boxoutline blockquote.promowide {
  margin: 0;
  padding: 0px;
  width: 680px;
  margin-bottom: 36px;
}
div.bc-boxoutline blockquote.promonarrow {
  margin: 0;
  padding: 0px;
  width: 220px;
  margin-bottom: 36px;
}
div.bc-boxoutline blockquote.promotopnav {
  margin: 0;
  padding: 0px;
  width: 270px;
  margin-bottom: 36px;
}
div.bc-boxoutline blockquote:after {
  content: '.';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
div.bc-boxoutline div.bc-textimage ul li {
  padding: 0 0 0 10px;
}

.parsys_column div.bc-boxoutline blockquote.promowide {
  margin-bottom: 16px;
}
.parsys_column div.bc-boxoutline blockquote.promonarrow {
  margin-bottom: 16px;
}
.parsys_column div.bc-boxoutline blockquote.promotopnav {
  margin-bottom: 16px;
}

/* boxoutline end*/
/* Branch Locator Box component starts */



.bc-branchlocatorbox div.branch-locator p { margin-bottom: 15px; }

.bc-branchlocatorbox .bc-branchlocatortext{float:left;width:114px;}
.bc-branchlocatorbox .bc-branchlocatorimage{text-align:right;overflow:hidden;}
.bc-branchlocatorbox .bc-branchlocatorimage a {text-align:right;overflow:hidden; background: none !important}
.bc-branchlocatorbox .bc-clearboth{clear:both;}
.bc-branchlocatorbox div.branch-locator h3 { font-family: ExpertSans-Light, Arial, sans-serif; letter-spacing: 0; font-size: 2.273em; line-height: 1.1em; padding-bottom: 10px; border-bottom: 1px solid #e3e3e1; margin-bottom: 10px; }
.bc-branchlocatorbox div.branch-locator h3 a { font-family: ExpertSans-Light, Arial, sans-serif; letter-spacing: 0; padding-bottom: 0px !important; border-bottom: 0px !important; margin-bottom: 0px !important; color: #003366 !important}

.bc-branchlocatorbox div.box { padding: 10px; width: 200px; -webkit-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px; -moz-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px; box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px; }




/* Branch Locator Box component ends */
/* breadcrumbs component start */

.breadcrumb {
    width: 100%;
    margin-bottom: 30px;
}
.bc-breadcrumbs { 
    overflow: hidden; 
    *zoom: 1; 
    background:#f4f4f4 url("styles/images/nav_shadow.png") repeat-x 0 0;
    padding: 0 16px;
    height: 40px; 
    font-weight:normal;
    position: relative;
}
.breadcrumb-author { 
    position: relative !important;
}
.breadcrumb-publish {
}

.bc-label{
    display: none;
}

.bc-breadcrumbs .c_breadcrumb_link, .bc-breadcrumbs .c_breadcrumb_text{
    float: left; 
    background: url(styles/images/nav-divider.png) no-repeat 0 0; 
    padding-left: 0px; 
    padding-right: 0px;
}

.bc-breadcrumbs .c_breadcrumb_link a, .bc-breadcrumbs .c_breadcrumb_text{
    float: left; 
    padding: 0 20px 0 30px; 
    height: 40px !important; 
    line-height: 40px!important; 
    color: #006991;
}

.bc-breadcrumbs .c_breadcrumb_text{
    color: #00375c; 
}

.bc-breadcrumbs .home {
    background: none;
    width: 19px !important;
    text-indent: -9999px!important;
    padding-left: 0; 
    padding-right: 10px;
}
.bc-breadcrumbs .home a {
    text-decoration: none !important;
}

.bc-breadcrumbs .home a:after {
    font-family: 'Icons';
    content: "\e626";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    display: inline-block;
    zoom: 1;
    text-indent: 0;
    top: 0;
    left: 0;
    padding-left: 16px;
}

/* breadcrumbs component end */
/* bullet component start */
 
.bc-tick p{      
        color: none transparent scroll repeat 0% 0%;
        padding-left: 26px !important; 
        font-family: ExpertSans-Regular, Arial, sans-serif;
        font-weight: normal;
        line-height: 1.4;
        margin: 0px 0px 15px;
        min-height: 20px;
        font-size:1.45em;     
        color: #666;
    }
 
.bc-bulletstyle-tick p{ 
    background: url(styles/images/tick-dark.png) no-repeat left 1px !important;
    }    

.bc-tick {      
        color: none transparent scroll repeat 0% 0%;
        font-family: ExpertSans-Regular, Arial, sans-serif;
        font-weight: normal;
        line-height: 1.4;
        margin: 0px 0px 15px;
        min-height: 20px;
        font-size:1.45em;     
        color: #666;
    }
 
/*.bc-bulletstyle-tick { 
    background: url(styles/images/tick-dark.png) no-repeat left 1px !important;
    }*/

div.bc-aside div.bc-tick{
    font-size:1.09em;
    font-family: Verdana, Arial, sans-serif
}

div.bc-tick a{ color: #007eb6; text-decoration: none; background:none !important; padding-left: 0px !important; display: inline !important; zoom:0 !important;}

div.bc-tick a:focus, div.bc-link a:hover, div.bc-link a:active { text-decoration: underline; }

ul.bc-bulletstyle-tick{
    list-style:none;
}

ul.bc-bulletstyle-tick li {
  background: url(styles/images/tick-dark.png) no-repeat 0 3px;
  padding: 0px 0px 0px 30px!important;
  list-style: none!important;
  margin: 0;
}

div.boxoutline ul.bc-bulletstyle-tick li{
   line-height:1.6;
}
/* bullet component end */

/* column control component start */
/* column control layouts */
div.parsys_column {
    height: 100%;
    width: 100%;
    float: left;
    border: 0;
    vertical-align:top;
    padding: 0;
    margin: 0;
}

div.parsys_column img {
    max-width:100%;
}

div.section {
    /* Property added to avoid IE hasLayout issue on paragraphs
       see #20817 - IE6: div around Drag Components image not big enough
    */
    zoom: 1;
}

div.parsys_column .section {
    overflow:hidden;
    width: 100%;
}

div.parsys_column div.parsys_column > div:last-of-type {
    margin-bottom: 0;
}

div.cq-colctrl-cols {width: 100%; float: left; }

div.cq-colctrl-default { width: 100%;}

div.cq-colctrl-lt0 { }
div.cq-colctrl-lt0-c0 { width: 47%; padding-right: 6%;}
div.cq-colctrl-lt0-c1 { width: 47%;}

div.cq-colctrl-lt2 { }
div.cq-colctrl-lt2-c0 { width: 62.5%; padding-right: 3%;}
div.cq-colctrl-lt2-c1 { width: 34%; }

div.cq-colctrl-lt3 { }
div.cq-colctrl-lt3-c0 { width: 68%; padding-right: 3%;}
div.cq-colctrl-lt3-c1 { width: 28%; }

div.cq-colctrl-lt4 { }
div.cq-colctrl-lt4-c0 { width: 31%; padding-right: 3.5%;}
div.cq-colctrl-lt4-c1 { width: 31%; padding-right: 3.5%;}
div.cq-colctrl-lt4-c2 { width: 31%;}

div.cq-colctrl-lt5 { }
div.cq-colctrl-lt5-c0 { width: 23%; padding-right: 2.5%;}
div.cq-colctrl-lt5-c1 { width: 23%; padding-right: 2.5%;}
div.cq-colctrl-lt5-c2 { width: 23%; padding-right: 2.5%;}
div.cq-colctrl-lt5-c3 { width: 23%;}

div.cq-colctrl-lt6 { }
div.cq-colctrl-lt6-c0 { width: 42%; padding-right: 3%;}
div.cq-colctrl-lt6-c1 { width: 55%;}

div.cq-colctrl-lt7 { }
div.cq-colctrl-lt7-c0 { width: 32%; padding-right: 3.3%;}
div.cq-colctrl-lt7-c1 { width: 64.7%;}

/* column control component end */
/*Disclaimer component edit start*/

.disclaimer .cq-edit-help {
    margin-left: 15px;
}

/*Disclaimer component start*/

.disclaimer-wrapper
{
    display: none;

    background: #f2f8fb;
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #daecf4;
}

.barclays-disclaimer {

    max-width:940px;
    margin:auto;

}

.barclays-disclaimer-close {
    width: 16px;
    float: right;
}

.barclays-disclaimer-close:after {
    font-family: 'Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e60c";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
	font-size: 16px;
	font-size: 1rem;
}

.bc-container .barclays-disclaimer-close:hover{
	color:#00395d;
	text-decoration: none;
}

.barclays-disclaimer-title{
	margin-bottom: 10px
}

.barclays-disclaimer-content,
.barclays-disclaimer-title{
	width: 90%;
}

.disclaimer-wrapper a {
    color:#006a98!important;
}
/*Disclaimer component end*/


/* FAQs Box component start */

div.bc-faqsbox { 
    margin: 0; 
    line-height: 1.4; 
    background: white; 
    font-size: 11px; 
    font-size: 0.6875rem;
    letter-spacing: 0; 
    color: #666666; 
}

div.bc-faqsbox .faqs, div.aside div.box { 
    padding: 10px; 
    width: 200px; 
    -webkit-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px; 
    -moz-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px; 
    box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px;
    margin: 0px; 
}

div.bc-faqsbox .faqs h3 { 
    font-family: ExpertSans-Light, Arial, sans-serif; 
    letter-spacing: 0;
    line-height: 1.1em; 
    padding-bottom: 10px; 
    border-bottom: 1px solid #e3e3e1; 
    margin-bottom: 10px; 
    color: #003366; 
    font-size: 25px;
    font-size: 1.5625rem;
}

div.bc-faqsbox div.bc-link{ 
    margin-bottom: 5px !important;      
}

div.bc-faqsbox div.faqs h3 a { 
    display: inline !important;
    color: #003366 !important;
    font-size: 25px !important;
    font-size: 1.5625rem !important;
}
/* FAQs Box component end */
/* Footer component starts */
div.bc-footer {
  *zoom: 1;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
  padding-top: 30px;
  word-break: break-word;
}
div.bc-footer:after {
  content: '.';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
div.bc-footer div.nav {
  clear: left;
}
div.bc-footer div.nav.group {
  margin: 8px 0 1.8em 0;
  padding: 0;
  font-weight: normal;
  font-size: 0.909em;
  color: #666666;
}
div.bc-footer .footer_link_par {
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: normal;
}
div.bc-footer div.nav .footer_link_par {
  margin-bottom: 0;
}
div.bc-footer div.nav .footer_link_par div {
  min-width: 50px;
  float: left;
}
div.bc-footer .bc-footer-link,
div.bc-footer .bc-footer-link-seperator {
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: normal;
  display: inline-block;
}
div.bc-footer div.nav .bc-footer-link,
div.bc-footer div.nav .bc-footer-link-seperator {
  margin-bottom: 0;
  display: inline-block;
  *display: inline;
}
div.bc-footer div.nav.group .bc-footer-link, div.bc-footer div.nav.group .bc-footer-link-seperator {
  margin: 0;
  padding: 0;
}
div.bc-footer .footer_link_par {
  margin-left: -12px;
}
div.bc-footer .footer:after {
  content: '';
  clear: both;
  height: 0;
  display: table;
}
div.bc-footer .footer .footertext {
  padding: 12px;
}
div.bc-footer .footer .footerlink .bc-footer-link a,
div.bc-footer .footer .footerlink .bc-footer-link-seperator a {
  padding: 12px;
  position: relative;
}
div.bc-footer .footer .footerlink .bc-footer-link-seperator a:after {
  content: "";
  height: 12px;
  width: 1px;
  right: -1px;
  top: 12px;
  background-color: #9f9d9d;
  display: block;
  position: absolute;
}
div.bc-footer div.nav div.footer_link_par:after {
  content: '';
  clear: both;
  visibility: hidden;
}

/* Footer component ends */

form section {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
form .form_row {
  margin: 0 0 10px 0;
}
form .form_row a {
  background: none !important;
  padding-left: 0px !important;
  text-decoration: none;
  display: inline !important;
}
form .form_row .form_leftcol {
  width: 40%;
  padding: 5px 4% 0 0;
  text-align: right;
  color: #036;
  float: left;
}
form .form_row .form_leftcol.empty {
  display: none !important;
}
form .form_row .form_leftcol .form_leftcollabel {
  width: 90%;
  float: left;
}
form .form_row .form_leftcol .form_leftcolmark {
  width: 10px;
  float: left;
}
form .form_row .form_rightcol input[type=text],
form .form_row .form_rightcol input[type=email],
form .form_row .form_rightcol input[type=tel] {
  color: #007EB6;
  border: none;
  /*-moz-box-shadow: inset 0 0 3px 1px #CCC;
  -webkit-box-shadow: inset 0 0 3px 1px #CCC;
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 5px;
  border-radius: 5px;*/
  text-indent: 2%;
  width: 46%;
  height: 25px;
  line-height: 28px;
  margin: 0;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px / 4px;
  -ms-border-radius: 4px / 4px;
  -o-border-radius: 4px / 4px;
  border-radius: 4px / 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset;
  -webkit-appearance: none;
  font-size: 1.091em;
}
form .form_row .form_rightcol.form_error {
  color: #CC0309;
  margin-bottom: -5px;
}
form .form_row .form_rightcol .form_button_submit {
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  padding: 10px 20px;
  -webkit-border-radius: 6px 6px;
  -moz-border-radius: 6px / 6px;
  -ms-border-radius: 6px / 6px;
  border-radius: 6px / 6px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7aa7d6), color-stop(100%, #2370c4));
  background: -webkit-linear-gradient(top, #7aa7d6, #2370c4);
  background: -moz-linear-gradient(top, #7aa7d6, #2370c4);
  background: -o-linear-gradient(top, #7aa7d6, #2370c4);
  background: linear-gradient(top, #7aa7d6, #2370c4);
  background: -ms-linear-gradient(top, #7aa7d6, #2370c4);
  border: 0px solid #497DB5;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.3);
}
form .form_row .form_rightcol .form_button_reset {
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  padding: 10px 20px;
  -webkit-border-radius: 6px 6px;
  -moz-border-radius: 6px / 6px;
  border-radius: 6px / 6px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9c9c9c), color-stop(100%, #6a6a6a));
  background: -webkit-linear-gradient(top, #9c9c9c, #6a6a6a);
  background: -moz-linear-gradient(top, #9c9c9c, #6a6a6a);
  background: -o-linear-gradient(top, #9c9c9c, #6a6a6a);
  background: linear-gradient(top, #9c9c9c, #6a6a6a);
  border: 0px solid #497DB5;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.3);
}
form .form_checkbox,
form .form_radio {
  width: 100%;
  float: left;
}
form .form_checkbox .form_row,
form .form_radio .form_row {
  margin: 0px 30px 0px 0px !important;
  float: left;
  margin: 0px;
}
form .form_checkbox .form_row.title,
form .form_radio .form_row.title {
  width: 40% !important;
}
form .form_checkbox .form_row.title .form_leftcol,
form .form_radio .form_row.title .form_leftcol {
  margin: 0 0 10px 0 !important;
  width: 100% !important;
}
form .form_checkbox .form_row .form_rightcol,
form .form_radio .form_row .form_rightcol {
  margin-top: 8px;
}
form .form_checkbox .form_radio_error .form_row,
form .form_checkbox .form_checkbox_error .form_row,
form .form_radio .form_radio_error .form_row,
form .form_radio .form_checkbox_error .form_row {
  width: 100%;
  padding: 0px !important;
}
form .form_checkbox .form_radio_error .form_row .form_rightcol.form_error,
form .form_checkbox .form_checkbox_error .form_row .form_rightcol.form_error,
form .form_radio .form_radio_error .form_row .form_rightcol.form_error,
form .form_radio .form_checkbox_error .form_row .form_rightcol.form_error {
  margin: 0px !important;
}
form .form_field_radio + label {
  margin: 0 0 0 5px;
  position: relative;
  top: -2px;
}
form .bc-textimage-text, form .form_radio .form_rightcol {
  color: #036;
}
form .cq-colctrl-lt6-c0 .bc-textimage-text {
  text-align: right;
  width: 245px;
}
form .form_leftcolmark {
  display: none;
}

fieldset.invalid {
  border-width: 1px;
  border-style: solid;
}

/** multi_select css WORKS WITH: multi_dropdown_search.js[jQuery plugin] 
displays single and multiple selects

relies on .no-js being put on the <html> or <body> tag if no js available.
eg: modernizr standard practice.
**/
.multi_select_dropdown {
  width: 218px;
  padding: 5px 0 0 6px;
  margin: 0 10px 15px 0;
}

.no-js .multi_select_dropdown {
  padding-top: 0;
}

.multi_select_dropdown:nth-child(3n+1) {
  margin-right: 0;
}

.js .multi_select_dropdown {
  display: none;
}

form .msd_wrapper {
  vertical-align: middle;
  display: inline-block;
  border: none;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px / 4px;
  border-radius: 4px / 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset;
  padding: 5px 10px;
  font-size: 1.091em;
  width: 293px;
  background: url(styles/images/arrow-down_4.png) no-repeat 293px center transparent;
}

.msd_wrapper {
  vertical-align: middle;
  display: inline-block;
  border: none;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px / 4px;
  border-radius: 4px / 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset;
  padding: 5px 10px;
  font-size: 1.091em;
  width: 220px;
  background: url(styles/images/arrow-down_4.png) no-repeat 220px center transparent;
}

.lt-ie9 .msd_wrapper {
  border: 1px solid #e3e3e1 !important;
}

.lt-ie8 .msd_wrapper {
  display: inline;
}

form .msd_wrapper .selected, .msd_wrapper:hover {
  background: url(styles/images/arrow-down_4_active.png) no-repeat 293px center transparent;
}

.msd_wrapper.disabled {
  background-color: transparent;
  color: #bababa;
}

.msd_header {
  position: relative;
  color: #007eb6;
}

.lt-ie9 .msd_header {
  line-height: 1.33em;
}

.msd_text {
  border: 1px solid #E3E3E3;
  color: #7D7D7D;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  margin: -1px 9px 0 0;
  overflow: visible;
  padding: 7px 0 7px 6px;
  position: relative;
  width: 214px;
}

.msd_wrapper.selected {
  background-color: transparent;
}

.msd_fields {
  padding: 20px 0 5px 0;
  border-top: 5px solid #DFDFDF;
  border-bottom: 5px solid #DFDFDF;
}

.msd_fields label {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 5px 10px 2px;
}

.msd_item_wrapper {
  display: inline-block;
  width: 230px;
}

/* single select dropdown */
.msd_list_single {
  position: absolute;
  border: 1px solid #e3e3e1;
  z-index: 100000;
  width: 305px;
  left: -9999px;
  -webkit-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px;
  -moz-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px;
  box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px;
}

/*.msd_list_single ul { list-style: none; overflow: auto; overflow-x: hidden; width: 310px; border: 1px solid #d6ded4; padding: 0; margin: 0; }*/
.lt-ie9 .msd_list_single {
  width: 239px;
}

/*.lt-ie9 .msd_list_single ul { width: 239px; }*/
.msd_list_single li {
  padding: 3px 10px 3px 8px;
  color: #7D7D7D;
  background-color: #FFFFFF;
}

.msd_list_single li:hover {
  background-color: #dddddd;
  color: #00375c;
  text-decoration: underline;
  cursor: pointer;
}

.msd_list_single li.selected {
  background-color: #dddddd;
}

/* multiple select dropdown. NOT USED YET so not altered from stock values. */
.msd_list {
  position: absolute;
  border: 7px solid #41a932;
  z-index: 100000;
  width: 237px;
  left: -9999px;
}

/*.msd_list ul { list-style: none; overflow: auto; overflow-x: hidden; width: 237px; border: 1px solid #d6ded4; padding: 0; margin: 0; }*/
.msd_list li {
  padding: 3px 10px 3px 28px;
  color: #7D7D7D;
  background: url("styles/images/icon_check.jpg") no-repeat scroll 10px 50% white;
}

.msd_list li:hover {
  background-color: #dddddd;
  color: #00375c;
  text-decoration: underline;
  cursor: pointer;
}

.msd_list li.selected {
  background-image: url("styles/images/icon_check_checked.jpg");
}

/** end generic fancy selects css */
form .parsys_column .cq-colctrl-lt6-c0 {
  padding-right: 2% !important;
}

form .parsys_column .cq-colctrl-lt6-c1 input[type=checkbox] {
  margin: 0px 0px 0px 3px;
}

.email_failed {
  text-align: center;
  margin-bottom: 20px;
  color: red;
}
/* General Contact Box component starts */

.bc-generalcontactbox .bc-link  {margin-bottom:5px !important;}
.bc-generalcontactbox .bc-height{margin-bottom:10px}

.bc-generalcontactbox .phone { display: block; margin-top: 0.2em; color: #003366; font-family: ExpertSans-Light, Arial, sans-serif; letter-spacing: -0.05em; font-size: 2.727em !important; line-height: 1.2em; }
.bc-generalcontactbox div.how-can-we-help p .phone { font-size: 2.75em !important; }
.bc-generalcontactbox div.how-can-we-help .phone { font-size: 2.273em !important; }

.bc-generalcontactbox div.how-can-we-help p.first { margin-bottom: 5px; }
.bc-generalcontactbox div.how-can-we-help p { margin-bottom: 15px; }

.bc-generalcontactbox div.how-can-we-help h3 { font-family: ExpertSans-Light, Arial, sans-serif; letter-spacing: 0; font-size: 2.273em; line-height: 1.1em; padding-bottom: 10px; border-bottom: 1px solid #e3e3e1; margin-bottom: 10px; }
.bc-generalcontactbox div.how-can-we-help h3 { letter-spacing: -0.05em !important; }

.bc-generalcontactbox div.how-can-we-help { padding-top: 15px !important; }
.bc-generalcontactbox div.box { padding: 10px; width: 200px; -webkit-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px; -moz-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px; box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px; }

/* General Contact Box component ends */
a.color-inherit{
    color:#626566!important;
}
/*
TODO CSS CHANGES

 Changed positioning of logo to absolute in conjuction with component_header.html changes.

 Simplified log selector to refer to id
 div.bc-header img.bc-logo : now equals : #bc-logo
 div.bc-header a > img.bc-logo : now equals : #bc-logo img

 Modified .header
 div.bc-header .header

 Modified search icon
 div.bc-header #search

 Removed background from header - not required.

 */
/* header component start */
.cq-wcm-edit div.bc-header {
  *zoom: 1;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
  position: relative;
  z-index: 10;
}

div.bc-header {
  *zoom: 1;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
  position: relative;
  z-index: 10;
  min-height: 119px;
}

div.bc-header.hideinauthor {
  display: block;
}

div.bc-header div.authortext {
  display: block !important;
  height: 8px;
}

div.bc-header.hideinpublic {
  display: none;
}

div.bc-header:after {
  content: '.';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

div.bc-header div.nav li {
  display: inline-block;
  *display: inline;
}

div.bc-header h1, div.bc-header div.nav {
  clear: right;
  float: right;
}

div.bc-header strong.title {
  top: 46px;
  right: 0px;
  position: absolute;
  font-size: 2.273em;
  font-weight: normal;
  font-family: ExpertSans-Light, Arial, sans-serif;
  color: #494949;
  /*margin-top: -7px;*/
  /*position: relative;*/
  /*float: right;*/
  /**zoom: 1;*/
  /*width: 400px;*/
  /*font-size: 2.273em;*/
  /*font-weight: normal;*/
  /*font-family: ExpertSans-Light, Arial, sans-serif;*/
  /*letter-spacing: 0;*/
  /*color: #494949;*/
  /*text-align: right;*/
}

.cq-wcm-edit div.bc-header strong.title {
  position: relative;
  right: 0;
  *zoom: 1;
  width: 400px;
  font-size: 2.273em;
  font-weight: normal;
  font-family: ExpertSans-Light, Arial, sans-serif;
  letter-spacing: 0;
  color: #494949;
  text-align: right;
  float: right;
  top: 0px;
}

div.bc-header strong.title:after {
  content: '';
  clear: both;
  height: 0;
  display: table;
  visibility: hidden;
}

div.bc-header h1.title {
  top: 46px;
  right: 0px;
  position: absolute;
  font-size: 2.273em;
  font-weight: normal;
  font-family: ExpertSans-Light, Arial, sans-serif;
  color: #494949;
  /*margin-top: -7px;*/
  /*position: relative;*/
  /*float: right;*/
  /**zoom: 1;*/
  /*width: 400px;*/
  /*font-size: 2.273em;*/
  /*font-weight: normal;*/
  /*font-family: ExpertSans-Light, Arial, sans-serif;*/
  letter-spacing: 0;
  /*color: #494949;*/
  /*text-align: right;*/
}

.cq-wcm-edit div.bc-header h1.title {
  position: relative;
  right: 0;
  *zoom: 1;
  width: 400px;
  font-size: 2.273em;
  font-weight: normal;
  font-family: ExpertSans-Light, Arial, sans-serif;
  letter-spacing: 0;
  color: #494949;
  text-align: right;
  float: right;
  top: 0px;
}

div.bc-header h1.title:after {
  content: '';
  clear: both;
  height: 0;
  display: table;
  visibility: hidden;
}

#bc-logo {
  position: absolute;
  top: 36px;
  width: 193px;
  height: 37px;
}

div.bc-header div.nav.toplevel {
  z-index: 10;
  position: relative;
  margin: 8px 0 6px;
}

div.bc-header div.nav.toplevel > ul {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

div.bc-header div.nav.toplevel > ul > li {
  position: relative;
}

div.bc-header div.nav.toplevel > ul > li > a {
  position: relative;
  z-index: 12;
  color: #808285;
  display: inline-block;
  padding: 3px 5px;
  margin: 9px 0px;
}

div.bc-header div.nav.toplevel > ul > li > a > span.arrow-down {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 3px solid #808285;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  margin-left: 5px;
  vertical-align: middle;
  padding: 3px 0;
}

div.bc-header div.nav.toplevel > ul > li > label {
  position: relative;
  z-index: 12;
  color: #808285;
  display: inline-block;
  padding: 3px 5px;
  margin: 9px 0px;
}

div.bc-header div.nav.toplevel > ul > li > label > span.arrow-down {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 3px solid #808285;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  margin-left: 5px;
  vertical-align: middle;
  padding: 3px 0;
}

div.bc-header div.nav.toplevel > ul > li > ul {
  display: none;
  position: absolute;
  z-index: 11;
  top: 30px;
  margin-left: 2px;
  background: white;
  padding: 0.5em 1em 1em 0;
  width: auto;
  -webkit-box-shadow: white 0 -30px 5px 1px, rgba(100, 100, 100, 0.2) 0 0 18px 1px;
  -moz-box-shadow: white 0 -30px 5px 1px, rgba(100, 100, 100, 0.2) 0 0 18px 1px;
  box-shadow: white 0 -30px 5px 1px, rgba(100, 100, 100, 0.2) 0 0 18px 1px;
  white-space: nowrap;
}

div.bc-header div.nav.toplevel > ul > li > ul li {
  display: block;
  padding: 0 0.5em 0 1.5em;
}

div.bc-header div.nav.toplevel > ul > li > ul li a {
  padding: 0 0 3px 0;
  background: url(styles/images/arrow-right-2.png) no-repeat left 3px;
  zoom: 1;
  padding-left: 10px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  margin-top: 0;
  margin-bottom: 0;
}

div.bc-header div.nav.toplevel > ul > li > ul li a:hover, div.bc-header div.nav.toplevel > ul > li > ul li a:focus {
  text-decoration: underline;
}

div.bc-header div.nav.toplevel > ul > li > ul li a:hover, div.bc-header div.nav.toplevel > ul > li > ul li a:focus {
  color: #003366;
}

div.bc-header div.nav.toplevel > ul > li.login_button a {
  -webkit-box-shadow: white 0 1px 0 0 inset, rgba(100, 100, 100, 0.2) 0 1px 3px 0;
  -moz-box-shadow: white 0 1px 0 0 inset, rgba(100, 100, 100, 0.2) 0 1px 3px 0;
  box-shadow: white 0 1px 0 0 inset, rgba(100, 100, 100, 0.2) 0 1px 3px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, white), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, white, #f1f1f1);
  background: -moz-linear-gradient(top, white, #f1f1f1);
  background: -o-linear-gradient(top, white, #f1f1f1);
  background: -ms-linear-gradient(top, white, #f1f1f1);
  background: linear-gradient(top, #ffffff, #f1f1f1);
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px / 5px;
  -ms-border-radius: 5px / 5px;
  -o-border-radius: 5px / 5px;
  border-radius: 5px / 5px;
  border: 1px solid #fafafa;
  border-top-color: #f1f1f1;
  display: inline-block;
  *display: inline;
  color: #007eb6;
  margin-right: 0;
}

div.bc-header div.nav.toplevel > ul > li.login_button a:hover {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, white), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(top, white, #fafafa);
  background: -moz-linear-gradient(top, white, #fafafa);
  background: -o-linear-gradient(top, white, #fafafa);
  background: -ms-linear-gradient(top, white, #fafafa);
  background: linear-gradient(top, #ffffff, #fafafa);
  border: 1px solid white;
  border-top-color: #fafafa;
}

div.bc-header div.nav.toplevel > ul > li.login_button a:active {
  position: relative;
  top: 1px;
}

div.bc-header div.nav.toplevel > ul > li.login_button span {
  background: url(styles/images/arrow-right-2.png) no-repeat left 3px;
  zoom: 1;
  padding-left: 10px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
}

div.bc-header div.nav.toplevel > ul > li.login_button span:hover {
  text-decoration: underline !important;
}

div.bc-header .header {
  padding-bottom: 28px;
}

div.bc-header #search {
  position: absolute;
  top: 88px;
  right: 0px;
  text-decoration: none !important;
}
div.bc-header #search a {
  display: block;
  height: 28px;
  width: 28px;
  zoom: 1;
  text-decoration: none !important;
}
div.bc-header #search a:after {
  font-family: 'Icons';
  content: "\e606";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 26px;
  font-size: 1.625rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  line-height: 28px;
  display: inline-block;
  zoom: 1;
  text-align: right;
  text-decoration: none !important;
}
div.bc-header #search a:hover, div.bc-header #search a:active, div.bc-header #search a:visited {
  text-decoration: none !important;
}
div.bc-header #search a:hover:after, div.bc-header #search a:active:after, div.bc-header #search a:visited:after {
  text-decoration: none !important;
}
div.bc-header #search a.open {
  text-decoration: none !important;
}
div.bc-header #search a.open:after {
  content: "\e60c";
  font-size: 15px;
  font-size: 0.9375rem;
  margin: -1px 0 0 5px;
  text-decoration: none !important;
}

div.bc-header div.nav.corporate {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
  margin-left: 0;
  margin-right: 0;
  top: 80px;
  text-align: right;
  /*padding-top: 5px;*/
}

div.bc-header div.nav.corporate > ul > li {
  vertical-align: middle;
}

div.bc-header div.nav.corporate > ul > li > a {
  display: block;
  line-height: 28px;
  height: 33px;
  margin-right: 1em;
  padding-right: 0;
  font-family: ExpertSans-Regular, Arial, sans-serif;
  font-size: 1.364em;
}

div.bc-header div.nav.corporate .subnav h1 {
  clear: left;
  float: left;
}

div.bc-header div.nav.corporate > ul > li:last-child {
  margin-right: 0;
}

div.bc-header div.nav.corporate > ul > li:last-child a {
  margin-right: 0;
  padding-right: 0;
}

div.bc-header div.nav.corporate > ul > li.active > a, div.bc-header div.nav.corporate > ul > li.active-temp > a, div.bc-header div.nav.corporate > ul > li > a:hover {
  text-decoration: none;
  background: url(styles/images/nav-active.png) no-repeat 50% 100%;
}

div.bc-header div.nav.corporate.closed > ul > li > a {
  color: #007eb6 !important;
}

div.bc-header div.nav.corporate.closed > ul > li.active > a, div.nav.corporate.closed > ul > li.active-temp > a, div.bc-header div.nav.corporate.closed > ul > li > a:hover {
  color: #000000 !important;
}

div.bc-header div.nav.corporate li#search a, div.bc-header div.nav.corporate li#search a span {
  display: block;
  height: 28px;
  width: 28px;
  text-indent: -9999px;
  *font-size: 0;
  cursor: pointer;
  zoom: 1;
  background: url(styles/images/search-icon.gif) no-repeat top left;
}

.cq-wcm-edit div.bc-header div.nav.corporate .subnav {
  position: relative;
}

.cq-wcm-edit div.bc-header div.iparys_inherited div.nav.corporate div.subnav {
  position: relative;
  padding-top: 0px;
  top: 0px;
}

div.bc-header div.nav.corporate .subnav {
  float: left;
  display: none;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  text-align: left;
  z-index: 11;
  top: 35px;
  padding-top: 10px;
  left: -60px;
  width: 1060px;
  padding-bottom: 37px;
  background: transparent url(styles/images/navfooter.png) no-repeat center bottom;
  position: absolute;
}

div.bc-header div.nav.corporate .subnav > div {
  *zoom: 1;
  background: white;
  padding: 3em 60px;
  margin-left: auto;
  margin-right: auto;
}

div.bc-header div.nav.corporate .subnav > div:after {
  content: '.';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

div.bc-header div.nav.corporate .subnav li {
  display: block;
  line-height: normal;
}

div.bc-header div.nav.corporate .subnav h2 {
  font-family: ExpertSans-Light, Arial, sans-serif;
  letter-spacing: -0.05em;
  font-size: 2.273em;
  padding-bottom: 0;
  margin-bottom: 10px;
  line-height: 0.9em;
}

div.bc-header div.nav.corporate .subnav p.intro {
  width: 700px;
  line-height: 1.4em;
}

div.bc-header div.nav.corporate .subnav a {
  background: url(styles/images/arrow-right-2.png) no-repeat left 3px;
  zoom: 1;
  padding-left: 10px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
}

div.bc-header div.nav.corporate .subnav a:hover {
  text-decoration: underline;
}

div.bc-header div.nav.corporate .subnav h3 a {
  background: none;
  padding-left: 0;
  color: #003366;
}

div.bc-header div.nav.corporate .subnav .subnav-main, div.bc-header div.nav.corporate .subnav .subnav-main-2, div.bc-header div.nav.corporate .subnav .subnav-side, div.bc-header div.nav.corporate .subnav .subnav-side-2 {
  float: left;
  margin: 0;
  padding: 0;
  line-height: normal;
}

div.bc-header div.nav.corporate .subnav .subnav-side, div.bc-header div.nav.corporate .subnav .subnav-side-2 {
  width: 259px;
}

div.bc-header div.nav.corporate .subnav .subnav-side > div, div.bc-header div.nav.corporate .subnav .subnav-side-2 > div {
  -webkit-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px;
  -moz-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px;
  box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px;
}

div.bc-header div.nav.corporate .subnav .subnav-side > div ul, div.bc-header div.nav.corporate .subnav .subnav-side-2 > div ul {
  padding-left: 0;
  margin-bottom: 10px;
}

div.bc-header div.nav.corporate .subnav .subnav-side > div ul li, div.bc-header div.nav.corporate .subnav .subnav-side-2 > div ul li {
  margin-bottom: 0.5em;
}

div.bc-header div.nav.corporate .subnav .subnav-side > div p, div.bc-header div.nav.corporate .subnav .subnav-side-2 > div p {
  border-top: 1px solid #e3e3e1;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 5px;
}

div.bc-header div.nav.corporate .subnav .subnav-side > div p a, div.bc-header div.nav.corporate .subnav .subnav-side-2 > div p a {
  padding-top: 0;
}

div.bc-header div.nav.corporate .subnav .subnav-main, div.bc-header div.nav.corporate .subnav .subnav-main-2 {
  margin-bottom: 30px;
}

div.bc-header div.nav.corporate .subnav .subnav-main h3, div.bc-header div.nav.corporate .subnav .subnav-main-2 h3 {
  font-size: 1.455em;
  color: #003366;
  margin-bottom: 1em;
  border-top: 1px solid #e3e3e1;
  padding-top: 0.5em;
}

div.bc-header div.nav.corporate .subnav .subnav-main ul, div.bc-header div.nav.corporate .subnav .subnav-main-2 ul {
  padding: 0;
  margin-bottom: 1em;
}

div.bc-header div.nav.corporate .subnav .subnav-main ul li, div.bc-header div.nav.corporate .subnav .subnav-main-2 ul li {
  margin-bottom: 0.5em;
}

div.bc-header div.nav.corporate .subnav .side-links {
  float: left;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  margin-right: 0;
  margin-left: 20px;
}

div.bc-header div.nav.corporate .subnav .side-links > div {
  margin-bottom: 2em;
}

div.bc-header div.nav.corporate .subnav .side-links > div images {
  margin-bottom: 0.5em;
}

div.bc-header div.nav.corporate .subnav .subnav-main {
  width: 940px;
}

div.bc-header div.nav.corporate .subnav .subnav-main > div {
  float: left;
  width: 270px;
}

div.bc-header div.nav.corporate .subnav .subnav-main .bc-topnavigation-left {
  margin-left: 0px;
}

div.bc-header div.nav.corporate .subnav .subnav-main .bc-topnavigation-center, div.bc-header div.nav.corporate .subnav .subnav-main .bc-topnavigation-right {
  margin-left: 65px;
}

div.bc-header div.nav.corporate .subnav .subnav-main-2 {
  width: 940px;
}

div.bc-header div.nav.corporate .subnav .subnav-main-2 > div {
  float: left;
  width: 270px;
  margin-left: 65px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e3e3e1;
}

div.bc-header div.nav.corporate .subnav .subnav-main-2 > div:first-child {
  margin-left: 0;
}

div.bc-header div.nav.corporate .subnav .subnav-main-2 > div h4 {
  margin-bottom: 0.5em;
}

div.bc-header div.nav.corporate .subnav .subnav-side {
  margin-bottom: 40px;
  padding: 0 8px 0 33px;
}

div.bc-header div.nav.corporate .subnav .subnav-side > div > div {
  padding: 20px;
}

div.bc-header div.nav.corporate .subnav .subnav-side > div > div a {
  background: url(styles/images/arrow-right-2.png) no-repeat left 3px;
  zoom: 1;
  padding-left: 10px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
}

div.bc-header div.nav.corporate .subnav .subnav-side > div > div a:hover {
  text-decoration: underline;
}

div.bc-header div.nav.corporate .subnav .subnav-side-2 {
  margin-bottom: 40px;
  padding: 0 8px 0 33px;
}

div.bc-header div.nav.corporate .subnav .subnav-side-2 > div > div {
  padding: 20px;
}

div.bc-header div.nav.corporate .subnav .subnav-side-2 > div > div h4 {
  margin-bottom: 0.5em;
  font-weight: bold;
}

div.bc-header div.nav.corporate .subnav .subnav-side-2 > div > div ul {
  border-bottom: 1px solid #e3e3e1;
}

div.bc-header div.nav.corporate .subnav .subnav-side-2 > div > div ul li {
  padding-left: 0;
  border-top: 1px solid #e3e3e1;
  padding-top: 0.5em;
}

div.bc-header div.nav.corporate .subnav .subnav-side-2 > div > div a {
  padding-left: 0;
  background: none;
}

.cq-wcm-edit div.bc-header .searchContainer {
  display: none;
  height: 59px;
  padding: 0;
  position: relative;
  right: -16px;
  width: 420px;
  z-index: 3;
  top: -65px;
  float: right;
}

.cq-wcm-edit div.bc-header .iparys_inherited .searchContainer {
  top: -50px;
}

div.bc-header .searchContainer {
  display: none;
  height: 59px;
  padding: 0;
  position: absolute;
  right: -16px;
  width: 420px;
  z-index: 6;
  top: 119px;
}

div.bc-header .searchContainer form {
  position: absolute;
  top: 10px;
  left: 20px;
}

div.bc-header .searchContainer form label {
  background: none repeat scroll 0 0 white;
  display: inline-block;
  height: 0;
  text-indent: -999em;
  width: 0;
}

div.bc-header .searchContainer form input {
  background: none repeat scroll 0 0 #F7F7F7;
  border: medium none;
  border-radius: 3px 0 0 3px;
  color: #655F5F;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
  display: inline-block;
  float: left;
  padding: 9px 0 9px 12px;
  width: 335px;
  height: 12px;
}

div.bc-header .searchContainer form input.submit {
  background: url("styles/images/search-input-small.jpg") no-repeat 0 0 #2890c1;
  border-radius: 0 3px 3px 0;
  border: none;
  box-shadow: none;
  color: #1F8DBE;
  float: left;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  text-indent: -999em;
  width: 33px;
  height: 30px;
}

div.bc-header .searchContainer {
  background: url(styles/images/search-background-small.png) no-repeat left top;
}

div.bc-header {
  left: 0px;
  top: 0px;
}
div.bc-header #bc-logo img.desktop {
  display: block;
}
div.bc-header #bc-logo img.device {
  display: none;
}

#telephoneAlertMsg {
  display: none;
}

a.color-inherit{
    color:#626566!important;
}

.header-skip-links{
    position:relative;
    float:left;
} 
.header-skip-links a,.header-skip-links h2{
    position:absolute;
    height:1px;
    width:1px;
    overflow:hidden;
    clip:rect(1px 1px 1px 1px);
    clip:rect(1px,1px,1px,1px);
    margin-top:-1.3em;
    white-space:nowrap;
    background:#f2f8fb;
    border:1px solid #ccc;
    line-height:2em;
    z-index:1;
    display:block;
    color:#333;
}
.header-skip-links a:focus,.header-skip-links a:active,.header-skip-links a.touch-active{
    position:absolute;
    height:auto;
    width:auto;
    overflow:hidden;
    clip:auto;
    top:1.692em
}
/* header component ends */
/* Homepageproductbox component starts */
/*
TODO CSS Changes

Removed global style removing h3 and h4 a backgrounds and margin lefts - made it specific to div.bc-homepageproductbox

*/
div.bc-homepageproductbox {
  padding-top: 10px;
  border-bottom: 1px #e3e3e1 solid;
  padding-bottom: 20px;
  overflow: visible;
  clear: left;
  *zoom: 1;
  border-bottom: none;
}
div.bc-homepageproductbox:after {
  content: '.';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
div.bc-homepageproductbox.blocks {
  background: #f7fbfd;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 20px;
  background: #f7fbfd url(styles/images/IE/block-callout-blue-bottom.jpg) no-repeat left bottom;
}
div.bc-homepageproductbox.blocks div.block-callout {
  display: none;
  overflow: hidden;
  *zoom: 1;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #e3e3e1;
  background: #f7fbfd url(styles/images/IE/block-callout-blue-bottom.jpg) no-repeat left bottom;
}
div.bc-homepageproductbox.blocks div.block-callout div.block-callout-bc-main {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 620px;
  margin-left: 0;
}
div.bc-homepageproductbox.blocks div.block-callout div.block-callout-bc-main .bc-leftspace {
  margin-left: 20px;
}
div.bc-homepageproductbox.blocks div.block-callout div.block-callout-bc-main .bc-textimage div p {
  padding-left: 0px;
  margin-bottom: 0;
}
div.bc-homepageproductbox.blocks div.block-callout div.block-callout-bc-main > div {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 300px;
}
div.bc-homepageproductbox.blocks div.block-callout div.block-callout-bc-main > div:nth-child(odd) {
  margin-left: 0;
}
div.bc-homepageproductbox.blocks div.block-callout div.block-callout-bc-main > div:nth-child(even) {
  margin-right: 0;
}
div.bc-homepageproductbox.blocks div.block-callout div.block-callout-bc-main p:nth-child(odd) {
  padding-left: 20px;
}
div.bc-homepageproductbox.blocks div.block-callout div.block-callout-bc-main p:nth-child(odd) a {
  text-indent: -10px;
}
div.bc-homepageproductbox.blocks div.block-callout div.block-callout-bc-main h4.cta {
  color: #666666;
  font-weight: bold;
}
div.bc-homepageproductbox.blocks div.block-callout div.block-callout-bc-main div {
  margin-top: 0.5em;
}
div.bc-homepageproductbox.blocks div.block-callout div.block-callout-bc-main div p {
  padding-top: 0;
  padding-left: 30px;
  margin-bottom: 1em;
}
div.bc-homepageproductbox.blocks div.block-callout div.block-callout-bc-main div h5 {
  font-size: 11px;
  font-size: 0.6875rem;
  padding-left: 20px;
  margin-bottom: 0;
}
div.bc-homepageproductbox.blocks div.block-callout div.block-callout-bc-main > h3 {
  margin-top: 20px;
}
div.bc-homepageproductbox.blocks div.block-callout div.block-callout-side {
  display: inline;
  float: left;
  margin-left: 10px;
  width: 280px;
  padding-top: 10px;
}
div.bc-homepageproductbox.blocks div.block-callout div.block-callout-side a.noarrow {
  padding-left: 0;
  background: none;
}
div.bc-homepageproductbox.blocks div.block-callout div.block-callout-side p {
  padding-top: 0;
}
div.bc-homepageproductbox.blocks div.block-callout div.block-callout-side h5 {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 1em;
  margin-bottom: 0;
}
div.bc-homepageproductbox.blocks div.block-callout h4 {
  margin-left: 20px;
  margin-top: 1em;
  color: #007eb6;
  margin-bottom: 10px;
}
div.bc-homepageproductbox.blocks div.block-callout h2, div.bc-homepageproductbox.blocks div.block-callout h3 {
  margin-left: 20px;
  font-size: 2.727em;
  font-family: ExpertSans-Light, Arial, sans-serif;
  letter-spacing: -0.05em;
  color: #003366;
}
div.bc-homepageproductbox.blocks div.block-callout div.bc-textimage h2 {
  margin-left: 0px;
  font-size: 1.636em;
  color: #003366;
  font-family: ExpertSans-Regular, Arial, sans-serif;
  letter-spacing: 0;
}
div.bc-homepageproductbox.blocks div.block-callout div.bc-textimage h3 {
  margin-left: 0px;
  font-size: 1.455em;
  color: #003366;
  font-family: ExpertSans-Regular, Arial, sans-serif;
  letter-spacing: 0;
}
div.bc-homepageproductbox.blocks div.block-callout div.bc-textimage h4 {
  padding-bottom: 0px;
  border-bottom: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #58595b;
  font-size: 1.364em;
  font-family: ExpertSans-Regular, Arial, sans-serif;
}
div.bc-homepageproductbox.blocks div.block-callout p.intro {
  padding-top: 0;
  padding-left: 20px;
}
div.bc-homepageproductbox.blocks div.block-callout:after {
  content: '.';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
div.bc-homepageproductbox.blocks div.block {
  *zoom: 1;
  display: inline;
  float: left;
  margin: 10px 10px 0 10px;
  width: 210px;
}
div.bc-homepageproductbox.blocks div.block p {
  line-height: 1.3em;
  transition: color 0.5s ease-in-out 0s;
  -webkit-transition: color 0.5s ease-in-out 0s;
  -moz-transition: color 0.5s ease-in-out 0s;
  -o-transition: color 0.5s ease-in-out 0s;
}
div.bc-homepageproductbox.blocks div.block h3 a {
  color: #003366;
  text-decoration: none;
  transition: color 0.5s ease-in-out 0s;
  -webkit-transition: color 0.5s ease-in-out 0s;
  -moz-transition: color 0.5s ease-in-out 0s;
  -o-transition: color 0.5s ease-in-out 0s;
}
div.bc-homepageproductbox.blocks div.block h3 span {
  color: #003366;
  margin-left: 7px;
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 22px;
  position: relative;
  zoom: 1;
}
div.bc-homepageproductbox.blocks div.block h3 span:after {
  font-family: 'Icons';
  speak: none;
  content: "\e616";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125em;
  position: absolute;
  display: inline-block;
  zoom: 1;
  left: 0px;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transform: rotate(0deg);
}
div.bc-homepageproductbox.blocks div.block.open h3 a {
  color: #007eb6;
}
div.bc-homepageproductbox.blocks div.block.open h3 span {
  color: #007eb6;
}
div.bc-homepageproductbox.blocks div.block.open h3 span:after {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
div.bc-homepageproductbox.blocks div.block.faded h3 a {
  color: #7bbdd5;
}
div.bc-homepageproductbox.blocks div.block.faded h3 span {
  color: #7bbdd5;
}
div.bc-homepageproductbox.blocks div.block.faded p {
  color: #adb1b0;
}
div.bc-homepageproductbox.blocks div.block:last-child {
  margin-right: 0;
}
div.bc-homepageproductbox.blocks div.block:first-child {
  margin-left: 20px;
}
div.bc-homepageproductbox.blocks div.block:after {
  content: '.';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
div.bc-homepageproductbox.blocks div.block:hover, div.bc-homepageproductbox.blocks div.block.open {
  text-decoration: none;
  cursor: pointer;
}
div.bc-homepageproductbox.blocks .bc-leftmargin {
  margin-left: 0 !important;
}
div.bc-homepageproductbox.blocks .bc-rightmargin {
  margin-right: 0 !important;
}
div.bc-homepageproductbox.blocks div.bc-linkdetail {
  margin-top: 10px;
}
div.bc-homepageproductbox.blocks div.bc-linkdetail a:hover {
  text-decoration: underline !important;
}
div.bc-homepageproductbox.blocks .block-links {
  background: url(styles/images/IE/block-callout-blue-top.jpg) no-repeat left top;
  *zoom: 1;
  padding-top: 10px;
  padding-bottom: 20px;
}
div.bc-homepageproductbox.blocks .block-links:after {
  content: '.';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
div.bc-homepageproductbox.blocks h3 a, div.bc-homepageproductbox.blocks h4 a {
  background: none !important;
  padding-left: 0 !important;
}

.desktop div.bc-homepageproductbox.blocks div.block:hover h3 a {
  color: #007eb6;
}
.desktop div.bc-homepageproductbox.blocks div.block:hover h3 span {
  color: #007eb6;
}
.desktop div.bc-homepageproductbox.blocks div.block:hover h3 span:after {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

/* Homepageproductbox component ends */

/* horizontal line component start */
.bc-horizontal-line{
border-bottom: 1px #e3e3e1 solid; margin-bottom: 20px; overflow: visible;
}
div.bc-aside div.bc-horizontal-line {
border-bottom: 1px #e3e3e1 solid; margin-bottom: 5px; overflow: visible;margin-top:5px;
}

div.bc-aside div.box div.bc-horizontal-line {
    margin-bottom: 20px;
}
/* horizontal line component end */
.c_iban_generateiban
{
	width: 100%;	
}
.c_iban_list
{
	float: left;
	text-align: center;
	padding-bottom: 10px;
}
.c_iban_list_head
{
	float: left;
	text-align: center;
	padding-bottom: 10px;
}
.c_iban_currency
{
	width: 170px;
	white-space: nowrap; color: #666666; font-size: 1.455em; font-family: ExpertSans-Regular, Arial, sans-serif; padding-bottom: 10px;	
	float: left;	
	text-align: left;
}
.c_iban_sortcode
{
	width: 100px;
 	white-space: nowrap; color: #666666; font-size: 1.455em; font-family: ExpertSans-Regular, Arial, sans-serif; padding-bottom: 10px; 		
	float: left;
	text-align: left;
}
.c_iban_accountno
{
	width: 130px;
	white-space: nowrap; color: #666666; font-size: 1.455em; font-family: ExpertSans-Regular, Arial, sans-serif; padding-bottom: 10px; 		
	float: left;
	text-align: left;
}
.c_iban_message
{
	width: 270px;
	white-space: nowrap; color: #666666; font-size: 1.455em; font-family: ExpertSans-Regular, Arial, sans-serif; padding-bottom: 10px; 		
	float: left;
	text-align: left;
}
.c_iban_submit,
.c_iban_reset{
	font-size: 14px;
	font-size: 0.875rem;
    color: #ffffff;
    width: 85px;
    text-align: center;
    padding: 10px 0;
    -webkit-border-radius: 6px 6px;
    -moz-border-radius: 6px / 6px;
    -ms-border-radius: 6px / 6px;
    -o-border-radius: 6px / 6px;
    border-radius: 6px / 6px;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7aa7d6), color-stop(100%, #2370c4));
    background: -webkit-linear-gradient(top, #7aa7d6, #2370c4);
    background: -moz-linear-gradient(top, #7aa7d6, #2370c4);
    background: -o-linear-gradient(top, #7aa7d6, #2370c4);
    background: -ms-linear-gradient(top, #7aa7d6, #2370c4);
    background: linear-gradient(top, #7aa7d6, #2370c4);
    border: 0px solid #497db5;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.3);
}
.c_iban_reset{
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6b6b6b), color-stop(100%, #818181));
    background: -webkit-linear-gradient(top, #6b6b6b, #818181);
    background: -moz-linear-gradient(top, #6b6b6b, #818181);
    background: -o-linear-gradient(top, #6b6b6b, #818181);
    background: -ms-linear-gradient(top, #6b6b6b, #818181);
    background: linear-gradient(top, #6b6b6b, #818181);
    border: 0px solid #6b6b6b;
    float: right;
    margin: 0 0 0 5px;
}
div.c_iban_generateiban div.c_iban_list div.c_iban_prefix {
    white-space: nowrap; color: #666666; font-size: 11px; font-size: 0.6875rem; font-family: Verdana, Arial, sans-serif; 
    width:40px; font-weight:bold; float:left;margin-top: 5px;
}
div.c_iban_generateiban div.c_iban_list div.c_iban_message {
	width: 270px;
	white-space: nowrap; color: #666666; font-size: 11px; font-size: 0.6875rem; font-family: Verdana, Arial, sans-serif; padding-bottom: 10px; 		 		
	float: left;margin-top:5px;
	text-align: left;
}
div.c_iban_generateiban div.c_iban_list div.c_iban_currency{
	width: 130px;
	white-space: nowrap; color: #666666; font-size: 11px; font-size: 0.6875rem; font-family: ExpertSans-Regular, Arial, sans-serif; padding-bottom: 10px;	
	float: left;	
	text-align: left;
}
.c_iban_button { padding-left: 0; display: block; margin: 0 0 30px 45%; text-align: left; float:left;}
.c_iban_button { margin-left: 57%; }
div.c_iban_generateiban input[type=text],
div.c_iban_generateiban input[type=number] {
 position: relative;
 display: inline-block; 
 vertical-align: middle; 
 margin: 0; 
 -moz-border-radius: 5px; 
 border-radius: 5px; 
 height: 28px; 
 line-height: 28px; 
 color: #007eb6;
 border: none; 
 -moz-box-shadow: inset 0 0 3px 1px #ccc; 
 -webkit-box-shadow: inset 0 0 3px 1px #ccc; 
 box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.25); 
 text-indent: 7px;
 -webkit-appearance: none;
}
div.c_iban_generateiban input[type=number]{ -moz-appearance: textfield; }
div.c_iban_generateiban input[type=number]::-webkit-inner-spin-button,
div.c_iban_generateiban input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
/*div.c_iban_generateiban div.c_iban_list input { margin-right: 20px; text-indent: 7px; }*/
div.c_iban_generateiban div.c_iban_list input { display: block; width: 80%; font-size: 11px; font-size: 0.6875rem;} 
div.c_iban_generateiban .msd_wrapper { vertical-align: middle; display: inline-block; border: none; -webkit-border-radius: 4px 4px; -moz-border-radius: 4px / 4px; border-radius: 4px / 4px; -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset; -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset; box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset; padding: 6px 10px; font-size: 1.091em; width: 100px; background: url(styles/images/arrow-down_4.png) no-repeat 100px center transparent; }
/*.c_iban_title { padding: 0; margin: 0 0 10px 0; font-weight: normal; }
.c_iban_title { margin: 0 0 15px 0; }
.c_iban_title { color: #003366; font-size: 1.455em; font-family: ExpertSans-Regular, Arial, sans-serif; } */

div.c_iban_generateiban select { color: #007eb6; }
div.c_iban_generateiban select { position: relative; display: inline-block; vertical-align: middle; margin: 0; }
div.c_iban_generateiban select { -moz-border-radius: 5px; border-radius: 5px; background: white; width: 46%; height: 28px; line-height: 28px; margin: 0; }
div.c_iban_generateiban select { border-color: #e3e3e1; border-style: solid; border-width: 1px; }
div.c_iban_generateiban select { padding: 4pt 0; }
div.c_iban_generateiban select { display: block; width: 95%; }

.c_iban_title
{
    width: 300px;
    float: left;
    white-space: nowrap; color: #003366; font-size: 1.455em; font-family: ExpertSans-Regular, Arial, sans-serif; padding-bottom: 10px;  
    padding-top: 5px;padding-left:10px;
    text-align: left; margin-right: 20px;
}

.c_iban_record
{
    width: 300px;
    float: left;
    padding-top: 5px;
}
.c_iban_result
{
	width: 300px;
    float: left;
    padding-top: 10px; text-align: left;padding-left: 25px;
}
.c_iban_failclass
{
    color: red;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold; 
}
.c_iban_passclass
{
    color: green;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;   
}
div.c_iban_validation input[type=text] { position: relative; display: inline-block; vertical-align: middle; margin: 0; }
div.c_iban_validation input[type=text] { -moz-border-radius: 5px; border-radius: 5px; height: 28px; line-height: 28px; margin: 0; }
div.c_iban_validation input[type=text] { color: #007eb6; }
div.c_iban_validation input[type=text] { border: none; -moz-box-shadow: inset 0 0 3px 1px #ccc; -webkit-box-shadow: inset 0 0 3px 1px #ccc; box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.25); text-indent: 7px; -webkit-appearance: none;}
div.c_iban_validation div.c_iban_list input { display: block; width: 300px;} 
div.c_iban_validation input[type=text].pass { box-shadow: inset 0 0 5px green; -moz-box-shadow: inset 0 0 5px green; border-color: green!important; }
div.c_iban_validation input[type=text].fail { box-shadow: inset 0 0 5px red; -moz-box-shadow: inset 0 0 5px red; border-color: red!important; }
.c_iban_button_validator { padding-left: 0; display: block; margin: 20px 0px 30px 47%; text-align: left;float:left; }
.read-more-button{display: none !important;}
.c_iban_list .device_title{display: none;}




div.bc-imagelinkbox li { padding: 0; margin: 0 0 10px 0; font-weight: normal; }

div.bc-imagelinkbox li:last-child { margin-bottom: 0; }

div.bc-imagelinkbox li { margin: 0 0 15px 0; }

div.bc-imagelinkbox ul li { list-style: none; }

div.bc-imagelinkbox li { margin-bottom: 0.5em; }

div.bc-imagelinkbox ul { padding: 0; margin: 0 0 10px 0; font-weight: normal; }

div.bc-imagelinkbox ul:last-child { margin-bottom: 0; }

div.bc-imagelinkbox ul { margin: 0 0 15px 0; }

div.bc-imagelinkbox ul { padding: 0; width: 45%; float: left; }

div.bc-imagelinkbox ul.odd { margin-right: 10%; }

div.bc-imagelinkbox p { padding: 0; margin: 0 0 10px 0; font-weight: normal; }

div.bc-imagelinkbox p { margin: 0 0 15px 0; }

div.bc-imagelinkbox p { padding-top: 0px;padding-bottom: 10px; font-size: 11px; font-size: 0.6875rem; line-height: 1.3em; margin: 0; }

div.bc-imagelinkbox a { color: #007eb6; text-decoration: none; }

/*div.bc-imagelinkbox a { background: url(styles/images/arrow-right-2.png) no-repeat left 3px; zoom: 1; padding-left: 10px; text-decoration: none; display: inline-block; *display: inline; }*/

div.bc-imagelinkbox h3 a { background: none; padding-left: 0; }

div.bc-imagelinkbox h3 a { color: #003366; }

div.bc-imagelinkbox h3 { padding: 0; margin: 0; font-weight: normal; }

div.bc-imagelinkbox h3 { color: #003366; font-size: 1.455em; font-family: ExpertSans-Regular, Arial, sans-serif; }

div.bc-imagelinkbox h3 { padding: 10px 0; border-bottom: 1px solid #e3e3e1; margin-bottom: 15px;}

/*div.bc-container div[role="main"] div.section.boxes div.box-surround div.box:after { content: '.'; clear: both; height: 0; display: block; visibility: hidden; }*/

div.bc-imagelinkbox .grid-18 .col-2 { display: inline; float: left; margin-left: 10px; margin-right: 10px; width: 340px; width: 320px; }

div.bc-imagelinkbox .grid-18 .col-2.even { padding-left: 10px; }

div.bc-imagelinkbox .even { margin-right: 0 !important; }


div.bc-imagelinkbox .grid-18 .col-2.odd { clear: left; padding-right: 10px; }

div.bc-imagelinkbox .odd { margin-left: 0 !important; }

div.bc-imagelinkbox .bc-imagelinkbox-image{ height: 93px; width: 320px; overflow-x: hidden; overflow-y: hidden;margin-bottom:10px}


/* interactive map component start */


#bc-map-wrap { position: relative; width: auto; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;}

#bc-map-wrap.worldMap { height: 369px; }

#bc-map-wrap.ukMap { height: 540px; }

.map { width: auto !important; position: absolute; top: 0; left: 0; margin-left: -9px; margin-top: -4px; }

.map#ukMap { background-color: white; }

area { outline: none; }

#bc-map-tooltip { position: relative; width: 256px; height: 208px; word-wrap:break-word}

#bc-map-tooltip #bc-map-tooltip-content { position: absolute; top: 14px; left: 14px; padding: 20px 20px 0 20px; width: 188px; height: 160px; -webkit-border-radius: 4px 4px; -moz-border-radius: 4px / 4px; border-radius: 4px / 4px; -webkit-box-shadow: rgba(100, 100, 100, 0.4) 0 0 18px 1px; -moz-box-shadow: rgba(100, 100, 100, 0.4) 0 0 18px 1px; box-shadow: rgba(100, 100, 100, 0.4) 0 0 18px 1px; background-color: white;}

#bc-map-tooltip #bc-map-tooltip-content h5 { color: #006991; font-size: 1.455em; font-family: ExpertSans-Regular, Arial, sans-serif; font-weight: normal; margin-top: 0; margin-bottom: 20px; }

#bc-map-tooltip #bc-map-tooltip-content p { margin-top: 0; margin-bottom: 20px; }

#bc-map-tooltip #bc-map-tooltip-content a { background: url(styles/images/arrow-right-2.png) no-repeat left 3px; zoom: 1; padding-left: 10px; text-decoration: none; display: inline-block; *display: inline; color: #007eb6; text-decoration: none; padding-bottom: 3px; word-break:break-word}

#bc-map-tooltip #bc-map-tooltip-content a:hover { text-decoration: underline; word-break:break-word}

#bc-map-tooltip #bc-map-tooltip-content a:focus, #bc-map-tooltip #bc-map-tooltip-content a:hover, #bc-map-tooltip #bc-map-tooltip-content a:active { text-decoration: underline; word-break:break-word}

#bc-map-tooltip #bc-map-tooltip-content:after { content: ""; position: absolute; z-index: 9000; }

#bc-map-tooltip #bc-map-tooltip-content.leftbottom:after, #bc-map-tooltip #bc-map-tooltip-content.left:after { content: " "; left: -8px; top: 40px; margin-top: -8px; border-right: 8px solid white; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 0; }

#bc-map-tooltip #bc-map-tooltip-content.leftbottom:after { content: "  "; top: auto; bottom: 22px; }

#bc-map-tooltip #bc-map-tooltip-content.rightbottom:after, #bc-map-tooltip #bc-map-tooltip-content.right:after { content: "   "; right: -8px; top: 40px; margin-top: -8px; border-left: 8px solid white; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-right: 0; }

#bc-map-tooltip #bc-map-tooltip-content.rightbottom:after { content: "    "; top: auto; bottom: 40px; }

#bc-map-tooltip #bc-map-tooltip-content.bottomright:after, #bc-map-tooltip #bc-map-tooltip-content.bottomleft:after, #bc-map-tooltip #bc-map-tooltip-content.bottom:after { content: "     "; bottom: -8px; left: 110px; margin-left: -8px; border-top: 8px solid white; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 0; }

#bc-map-tooltip #bc-map-tooltip-content.bottomleft:after { content: "      "; left: 30px; }

#bc-map-tooltip #bc-map-tooltip-content.bottomright:after { content: "       "; left: auto; right: 30px; }

#bc-map-tooltip #bc-map-tooltip-content.topleft:after, #bc-map-tooltip #bc-map-tooltip-content.topright:after, #bc-map-tooltip #bc-map-tooltip-content.top:after { content: "        "; top: -8px; left: 110px; margin-left: -8px; border-bottom: 8px solid white; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 0; }

#bc-map-tooltip #bc-map-tooltip-content.topleft:after { content: "         "; left: 30px; }

#bc-map-tooltip #bc-map-tooltip-content.topright:after { content: "          "; left: auto; right: 30px; }

/* interactive map component end */






/* key statistics component start */

div.bc-keystatistics table { 
    padding: 0; 
    border-collapse: collapse; 
    word-break: normal;
}

div.bc-keystatistics table th { 
    display: block; 
    float: left; 
    font-style: normal; 
    font-size: 3.909em; 
    font-family: ExpertSansExtraLightRegular, Arial, sans-serif;
    letter-spacing: -0.05em; 
    color: #00375c; 
    line-height: 1.3em; 
}

div.bc-keystatistics table td, div.bc-keystatistics table th { 
    vertical-align: middle; 
}

div.bc-keystatistics .box-surround table {  
    padding: 0; 
    border-collapse: collapse; 
}

div.bc-keystatistics { 
    background: white; 
    font-family: Verdana, Arial, sans-serif; 
    font-size: 11px; 
    font-size: 0.6875rem;
    font-weight: normal; 
    letter-spacing: 0; 
    color: #666666; 
    padding: 0;  
    margin: 0 0 10px 0; 
    font-size: 1em; 
    line-height: 1.4; 
}

div.bc-keystatistics table td { 
    padding-left: 10px;     
    word-break:break-word;
}

/* key statistics component end */
/* left navigation component start */

div.bc-leftnavigation{ margin-bottom: 40px; padding-right: 20px; }

div.bc-leftnavigation:first-child{ margin-top: 0; }



div.bc-leftnavigation div.bc-heading { padding: 0; margin: 0 0 10px 0; font-weight: normal; }

div.bc-leftnavigation div.bc-heading{ margin: 0 0 15px 0; }

div.bc-leftnavigation div.bc-heading{ font-family: ExpertSans-Regular, Arial, sans-serif; margin-bottom: 0; font-size: 1.455em; }


div.bc-leftnavigation ul { padding: 0; margin: 0 0 10px 0; font-weight: normal; }

div.bc-leftnavigation ul:last-child { margin-bottom: 0; }

div.bc-leftnavigation ul { margin: 0 0 15px 0; }

div.bc-leftnavigation > ul { font-size: 11px; font-size: 0.6875rem; margin-top: 5px; }

div.bc-leftnavigation ul { padding: 0; border-bottom: 1px solid #e3e3e1; }



div.bc-leftnavigation li { padding: 0; margin: 0 0 10px 0; font-weight: normal; }

div.bc-leftnavigation li:last-child { margin-bottom: 0; }

div.bc-leftnavigation li { margin: 0 0 15px 0; }

div.bc-leftnavigation ul li { list-style: none; }

div.bc-leftnavigation li { margin-bottom: 0.5em; }

div.bc-leftnavigation ul li { border-top: 1px solid #e3e3e1; display: block; margin: 0; }




div.bc-leftnavigation a { color: #007eb6; text-decoration: none; }

div.bc-leftnavigation a { background: url(styles/img/arrow-right-2.png) no-repeat left 3px; zoom: 1; padding-left: 10px; text-decoration: none; display: inline-block; *display: inline; }

div.bc-leftnavigation ul li a { background: none !important; display: block !important; padding: 5px 10px 5px 0 !important; }

div.bc-leftnavigation ul li.active > a { color: #00375c; }

div.bc-leftnavigation ul li.currentPageClass > div { color: #00375c; padding: 5px 10px 5px 0 !important; }


div.bc-leftnavigation ul li ul { border-bottom: none; background: #f4f4f4; }


div.bc-leftnavigation ul li ul li { padding-left: 20px; }

div.bc-leftnavigation ul li ul li a div { color: #006a98}

/* left navigation component end */
/* Link component starts */
div.bc-link {margin-bottom:5px;}

div.bc-link a { color: #007eb6; text-decoration: none; }

div.bc-link a:focus, div.bc-link a:hover, div.bc-link a:active { text-decoration: underline; }

div.bc-link  a { background: url(styles/images/arrow-right-2.png) no-repeat left 3px; zoom: 1; padding-left: 10px; text-decoration: none; display: inline-block; *display: inline; }

div.bc-link a.anchor { position: absolute; height: 0; width: 0; overflow: hidden; }

div.bc-link a.image { padding: 0; background: none; }

div.bc-aside div.bc-link {margin-bottom:0px;}

/* Link component ends */
/* linkbox component start */

.bc-linkbox
{
    background: white; 
    font-family: Verdana, Arial, sans-serif; 
    font-size: 11px; 
    font-size: 0.6875rem; 
    letter-spacing: 0; 
    color: #666666; 
}
.bc-linkbox-head
{
    font-family: ExpertSans-Regular, Arial, sans-serif; 
    margin-bottom: 0; 
    font-size: 1.455em; 
}

.bc-link-container
{ 
    font-size: 11px; 
    font-size: 0.6875rem; 
    padding: 0;  
    border-top: 1px solid #e3e3e1; 
    margin-top: 5px;
}

.bc-link-container .bc-link a ,.bc-link-container div.bc-link-empty
{    
    text-decoration: none;
    padding-left:0px !important; 
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    background: none !important;
    background: white; 
    font-family: Verdana, Arial, sans-serif; 
    font-size: 11px; 
    font-size: 0.6875rem;
    letter-spacing: 0;
    width: 100%;
 }

.bc-link-container .bc-link a:focus, div.bc-linkbox a:hover, div.bc-linkbox a:active 
{ 
    text-decoration: underline; 
}

.bc-link-container .bc-link, .bc-link-container div.bc-link-empty
{ 
    border-bottom: 1px solid #e3e3e1; 
    display: block; 
    margin: 0; 
    font-weight: normal;
}

div.bc-linkbox div.bc-link-container div.bc-link{ 
    background: none; 
    display: block; 
}

.bc-linkboxborder-boxed { 
    -webkit-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px; 
    -moz-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px; 
    box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px; 
}

.bc-linkboxborder-boxed .bc-linkbox-center {
    padding:20px;
}

.bc-linkboxborder-boxed .bc-linkbox-center .bc-linkbox-head
{
    font-family: ExpertSans-Regular, Arial, sans-serif; 
    margin: 0px 0px 15px; 
    font-size: 1.455em; 
    color: #036;
}

.bc-pagenav .bc-linkbox-center{
	padding-right: 20px;
}

div.bc-linkbox div.bc-link
{
        margin-right:0px !important;
}

/* linkbox component end */
/* Linksdropdown component starts */
div.bc-linksdropdown div.bc-linksdropdown-nav { 
	clear: left; margin: 0; padding: 0;overflow: hidden; 
}
div.bc-linksdropdown div.bc-linksdropdown-nav:after { 
	content: '.'; clear: both; height: 0; display: block; visibility: hidden; 
}

div.bc-linksdropdown div.bc-linksdropdown-nav div.area { 
	*zoom: 1; display: inline; float: left; margin-left: 10px; margin-right: 10px; width: 300px; 
}
div.bc-linksdropdown div.bc-linksdropdown-nav div.area:first-child{
	margin-left: 0 !important; 
}
div.bc-linksdropdown div.bc-linksdropdown-nav div.area:last-child{
	margin-right: 0 !important; 
}
/*Print
div.bc-container div.bc-linksdropdown div.nav.areas div.area { *zoom: 1; display: inline; float: left; margin-left: 10px; margin-right: 10px; width: 620px; }
*/
div.bc-linksdropdown div.bc-linksdropdown-nav div.area:after { 
	content: '.'; clear: both; height: 0; display: block; visibility: hidden; 
}
div.bc-linksdropdown div.bc-linksdropdown-nav div.area { 
	border-top: 1px solid #e3e3e1; padding: 12px 0 10px 0; 
}

div.bc-linksdropdown div.bc-linksdropdown-nav div.area h3 { 
	margin-bottom: 0; padding-left: 10px; 
}

div.bc-linksdropdown div.bc-linksdropdown-nav div.area h3 a {
	color: #003366; text-decoration: none !important; background:none;padding-left:0px; 
}

div.bc-linksdropdown div.bc-linksdropdown-nav div.area h3 a span {
	margin-left: 7px; vertical-align: middle; display: inline-block; width: 10px; height: 22px; 
	background: url(styles/images/arrow-right-dark.png) no-repeat right top; 
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; 
}

div.bc-linksdropdown div.bc-linksdropdown-nav div.area h3 a:hover, div.bc-linksdropdown div.bc-linksdropdown-nav div.area h3 a.open { 
	text-decoration: none; 
}

div.bc-linksdropdown div.bc-linksdropdown-nav div.area > .bc-ul-linksdropdown { 
	clear: left; 
}
div.bc-linksdropdown div.bc-linksdropdown-nav div.area .bc-ul-linksdropdown { 
	margin-top: 1em;
}


div.bc-linksdropdown div.bc-linksdropdown-nav .bc-link { 
	display: inline-block; *display: inline; 
}
div.bc-linksdropdown .bc-link { 
	display: inline-block;
}
div.bc-linksdropdown div.bc-linksdropdown-nav div.area .bc-link { 
	display: block; margin-bottom: 0.5em; padding-left: 10px; 
}


div.bc-linksdropdown div.bc-linksdropdown-nav div.area ul li a { 
	background: url(styles/images/arrow-right-2.png) no-repeat left 3px; zoom: 1; 
	padding-left: 10px; text-decoration: none; display: inline-block; *display: inline;
}







div.bc-linksdropdown .bc-linksdropdown-footer {
	margin-bottom: 1em; 
}
div.bc-linksdropdown div.bc-linksdropdown-footer:after{ 
	content: '.'; clear: both; height: 0; display: block; visibility: hidden; 
}

div.bc-linksdropdown  .bc-linksdropdown-footer .area { 
	border-top: 1px solid #e3e3e1;  
}
div.bc-linksdropdown div.bc-linksdropdown-footer div.area{ 
	*zoom: 1; display: inline; float: left; margin-left: 10px; margin-right: 10px; width: 300px; 
}
/*print
div.bc-container div.bc-footer div.area-bc-footer div.area{ *zoom: 1; display: inline; float: left; margin-left: 10px; margin-right: 10px; width: 620px; }
*/
div.bc-linksdropdown div.bc-linksdropdown-footer div.area:after { 
	content: '.'; clear: both; height: 0; display: block; visibility: hidden; 
}

div.bc-linksdropdown div.bc-linksdropdown-footer div.area:first-child{
	margin-left: 0 !important; 
}
div.bc-linksdropdown div.bc-linksdropdown-footer div.area:last-child{
	margin-right: 0 !important;
}


/* Linksdropdown component ends */


/* Link Detail component starts */
div.bc-linkdetail {    
    margin: 0px;
    margin-top: 0px;
    padding: 0px;    
}

div.bc-linkdetail p{
     margin-top: 0px;
     margin-bottom:0px;
     padding-left: 10px !important;           
}


div.bc-linkdetail .bc-spacing {
     padding-left:10px;
}

div.bc-linkdetail a { 
    padding-left: 10px !important;
    color: #007eb6; 
    text-decoration: none; 
    margin-left: -10px;
}

div.bc-linkdetail a:focus, div.bc-linkdetail a:hover, div.bc-linkdetail a:active { 
    text-decoration: underline; 
}

div.bc-linkdetail  a { 
    background: url(styles/images/arrow-right-2.png) no-repeat left 3px; 
    zoom: 1; padding-left: 10px; 
    text-decoration: none; 
    display: inline-block; 
    *display: inline; 
}

div.bc-linkdetail a.anchor { 
    position: absolute; 
    height: 0; 
    width: 0; 
    overflow: hidden; 
}

div.bc-linkdetail .bc-subtitle{
	margin-bottom: 5px;
	display: inline-block;	
    padding-left: 0px;
    font-weight: bold;
    word-break: break-word;
}

div.bc-linkdetail a.image { 
    padding: 0; 
    background: none;   
}

div.bc-aside div.bc-linkdetail {
    margin-bottom:0px;
}

div.bc-linkdetail p > strong{
    margin-bottom: 5px !important;
    display: inline-block;
}

div.bc-homepageproductbox .bc-linkdetail{
    padding-left: 0px;
}

div.bc-homepageproductbox .bc-linkdetail p{
    padding-left: 0px;
}

div.bc-homepageproductbox .block-callout-bc-main div.bc-linkdetail p a { 
    padding-left: 10px !important;
    color: #007eb6; 
    text-decoration: none; 
    margin-left: -10px !important;
    text-indent: 0px !important;
}
/* Link Detail component ends */

/* newsletter signup component start */

div.bc-newslettersignup { 
    background: white; 
    font-family: Verdana, Arial, sans-serif;
    letter-spacing: 0; 
    color: #666666; 
    font-size: 1em;     
    padding: 0px; 
    -webkit-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px; 
    -moz-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px; 
    box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px;
    margin: 0; 
    font-size: 1em; 
    line-height: 1.4; 
}

div.bc-newslettersignup div.newsletter h3 { 
    color: #003366;
    font-family: ExpertSans-Light, Arial, sans-serif;
    font-size: 2.273em; 
    line-height: 1.1em;
    letter-spacing: -0.05em !important;
    border-bottom: none;
    line-height: 1.2em; 
    padding:0px; 
    margin-bottom: 10px;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
}

div.bc-newslettersignup img { 
    border: 0; 
    -ms-interpolation-mode: bicubic; 
    vertical-align: middle;    
    margin-bottom: 20px; 
}

div.bc-newslettersignup a { 
    background: url(styles/images/arrow-right-2.png) no-repeat left 3px; 
    zoom: 1; 
    padding-left: 10px;
    color: #007eb6; 
    text-decoration: none;
}

div.bc-newslettersignup a.image{
    background: none;
    padding: 0;
}

.bc-newslettersignup-image{
    width: 220px;
    margin-left: -10px;
}

div.bc-newslettersignup div.box{ 
	padding-bottom: 10px; 
	padding-left: 10px; 
	width: 200px; 
	padding-right: 10px; 
	padding-top: 15px;
	margin: 0px;
}

div.bc-newslettersignup p{ 
	margin-bottom: 15px !important;
}

/* newsletter signup component end */
/* online enquiry form css starts*/
div.bc-onlineenquiry .charcounter {
    padding-left: 200px;
}

div.bc-onlineenquiry .lb-inner form button {
    font-size: 14px;
    font-size: 0.875rem;
    color: #ffffff;
    padding: 10px 20px;
    -webkit-border-radius: 6px 6px;
    -moz-border-radius: 6px / 6px;
    -ms-border-radius: 6px / 6px;
    -o-border-radius: 6px / 6px;
    border-radius: 6px / 6px;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7aa7d6), color-stop(100%, #2370c4));
    background: -webkit-linear-gradient(top, #7aa7d6, #2370c4);
    background: -moz-linear-gradient(top, #7aa7d6, #2370c4);
    background: -o-linear-gradient(top, #7aa7d6, #2370c4);
    background: -ms-linear-gradient(top, #7aa7d6, #2370c4);
    background: linear-gradient(top, #7aa7d6, #2370c4);
    border: 0px solid #497db5;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.3);
}

div.bc-onlineenquiry .lb-form button {
    margin-left: 200px;
}

div.bc-onlineenquiry .lb-form form div.label label.checkbox {
    color: #635f5f;
}

div.bc-onlineenquiry .lb-form form input[type="radio"] {
    margin-right: 10px;
}

div.bc-onlineenquiry .lb-form form textarea {
    vertical-align: top;
    border: none;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px / 4px;
    -ms-border-radius: 4px / 4px;
    -o-border-radius: 4px / 4px;
    border-radius: 4px / 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset;
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset;
    width: 300px;
    height: 130px;
    -webkit-appearance: none;
    padding:5px;
}

div.bc-onlineenquiry .lb-form form div.label label input {
    margin-right: 10px;
}

div.bc-onlineenquiry .lb-form form div.label label {
    margin-right: 20px;
}

div.bc-onlineenquiry .lb-form form div.label span {
    display: inline-block;
    width: 180px;
    text-align: right;
    margin-right: 20px;
}

div.bc-onlineenquiry .lb-form form div.label {
    display: block;
    margin-bottom: 15px;
}

div.bc-onlineenquiry .lb-inner form input[type="text"],
div.bc-onlineenquiry .lb-inner form input[type="email"],
div.bc-onlineenquiry .lb-inner form input[type="tel"] {
    color: #007eb6 !important;
}

div.bc-onlineenquiry .lb-inner form input[type="text"],
div.bc-onlineenquiry .lb-inner form input[type="email"],
div.bc-onlineenquiry .lb-inner form input[type="tel"] {
    vertical-align: middle;
    border: none;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px / 4px;
    -ms-border-radius: 4px / 4px;
    -o-border-radius: 4px / 4px;
    border-radius: 4px / 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset;
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset;
    padding: 5px;
    font-size: 1.091em;
    width: 300px;
    color: #000;
    -webkit-appearance: none;
}

div.bc-onlineenquiry .lb-inner form option {
    color: #007eb6;
}

div.bc-onlineenquiry #othertitle_js_handle input {
    width: 231px;
}

div.bc-onlineenquiry #othertitle_js_handle {
    display: block;
}

div.bc-onlineenquiry .js #othertitle_js_handle {
    display: none;
}

div.bc-onlineenquiry .msd_header {
    position: relative;
    color: #007eb6;
}

.lt-ie9 .msd_header {
    line-height: 1.33em;
}

div.bc-onlineenquiry .msd_wrapper {
    vertical-align: middle;
    display: inline-block;
    border: none;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px / 4px;
    border-radius: 4px / 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset;
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset;
    padding: 5px 10px;
    font-size: 1.091em;
    width: 290px;
    background: url(styles/images/arrow-down_4.png) no-repeat 290px center transparent;
}

.lt-ie9 .msd_wrapper {
    border: 1px solid #e3e3e1 !important;
}

.lt-ie8 div.bc-onlineenquiry .msd_wrapper {
    display: inline;
}

/*.msd_wrapper .selected, .msd_wrapper:hover { background: url(img/arrow-down_4_active.png) no-repeat 220px center transparent; }*/

.msd_wrapper.disabled {
    background-color: transparent;
    color: #bababa;
}

.msd_header {
    position: relative;
    color: #007eb6;
}

.lt-ie9 .msd_header {
    line-height: 1.33em;
}

.msd_text {
    border: 1px solid #E3E3E3;
    color: #7D7D7D;
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    margin: -1px 9px 0 0;
    overflow: visible;
    padding: 7px 0 7px 6px;
    position: relative;
    width: 214px;
}

.msd_wrapper.selected {
    background-color: transparent;
}

.msd_fields {
    padding: 20px 0 5px 0;
    border-top: 5px solid #DFDFDF;
    border-bottom: 5px solid #DFDFDF;
}

.msd_fields label {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0 5px 10px 2px;
}

.msd_item_wrapper {
    display: inline-block;
    width: 230px;
}

/* single select dropdown */
.msd_list_single {
    position: absolute;
    border: 1px solid #e3e3e1;
    z-index: 100000;
    width: 237px;
    left: -9999px;
    -webkit-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px;
    -moz-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px;
    box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px;
}

.msd_list_single ul {
    list-style: none;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    border: 1px solid #d6ded4;
    padding: 0;
    margin: 0;
}

.lt-ie9 .msd_list_single {
    width: 239px;
}

.lt-ie9 .msd_list_single ul {
    width: 100%;
}

.msd_list_single li {
    padding: 3px 10px 3px 8px;
    color: #7D7D7D;
    background-color: #FFFFFF;
}

.msd_list_single li:hover {
    background-color: #dddddd;
    color: #00375c;
    text-decoration: underline;
    cursor: pointer;
}

.msd_list_single li.selected {
    background-color: #dddddd;
}

/* multiple select dropdown. NOT USED YET so not altered from stock values. */
.msd_list {
    position: absolute;
    border: 7px solid #41a932;
    z-index: 100000;
    width: 237px;
    left: -9999px;
}

.msd_list ul {
    list-style: none;
    max-height: 140px;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    border: 1px solid #d6ded4;
    padding: 0;
    margin: 0;
}

/*.msd_list li { padding: 3px 10px 3px 28px; color: #7D7D7D; background: url("/global/assets/images/center-content/icon_check.jpg") no-repeat scroll 10px 50% white; }*/

.msd_list li:hover {
    background-color: #dddddd;
    color: #00375c;
    text-decoration: underline;
    cursor: pointer;
}

/*.msd_list li.selected { background-image: url("/global/assets/images/center-content/icon_check_checked.jpg"); }*/

/** end generic fancy selects css */

div.bc-onlineenquiry .lb-inner form select {
    color: #007eb6;
}

div.bc-onlineenquiry .multi_select_dropdown {
    width: 218px;
    padding: 5px 0 0 6px;
    margin: 0 10px 15px 0;
}

div.bc-onlineenquiry .js .multi_select_dropdown {
    display: none;
}

div.bc-onlineenquiry .lb-form form > label span {
    display: inline-block;
    width: 180px;
    text-align: right;
    margin-right: 20px;
}

div.bc-onlineenquiry .lb-form form > label {
    display: block;
    margin-bottom: 15px;
}

div.bc-onlineenquiry .lb-form form {
    margin-bottom: 40px;
    color: #003366;
}

div.bc-onlineenquiry .lb-inner h3 {
    font-weight: normal;
    font-size: 1.455em;
    font-family: ExpertSans-Regular, Arial, sans-serif;
    letter-spacing: -0.05em;
    color: #003366;
    margin-top: 0;
}

div.bc-onlineenquiry .replace span {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1; /*for Opera 5 and 6*/
}

div.bc-onlineenquiry .close span {
    height: 15px;
    width: 15px;
    background: url(styles/images/close.gif) no-repeat top left;
}

div.bc-onlineenquiry .replace {
    position: relative;
    margin: 0px;
    padding: 0px; /* hide overflow:hidden from IE5/Mac */
    /* \*/
    overflow: hidden; /* */
}

div.bc-onlineenquiry .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

div.bc-onlineenquiry .close {
    height: 15px;
    width: 15px;
    background: url(styles/images/close.gif) no-repeat top left;
}

div.bc-onlineenquiry .lb-inner {
    position: relative;
    background: white;
    margin-top: -35px;
}

div.bc-onlineenquiry .lb-form {
    width: 780px;
}

div.bc-onlineenquiry #lightbox {
    height: 450%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(styles/images/lb-bg.png) repeat top left;
    z-index: 10000;
}

div.bc-onlineenquiry .errormsg {
    color: #cc0309;
    display: block;
    padding-left: 200px;
}

/* online enquiry form css ends*/
/* promobox component start */

.promo p a {
    background: url("styles/images/arrow-right-2.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
    /*display: inline-block;*/
    padding-left: 10px;
    text-decoration: none;
}

div.bc-container div[role="bc-main"] .promo h3 a,
div.bc-container div[role="bc-main"] .promo .bc-promo-image a {
    padding-left: 0px;
    background: none;
    display: block;
}

div.bc-promobox { 
	-webkit-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px; 
	-moz-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px; 
	box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px; 
}

div.bc-promobox .promo {
    padding: 12px 20px 10px 20px;
}

div.bc-promobox h3 { 
	color: #003366; 
	font-size: 1.455em; 
	font-family: ExpertSans-Regular, Arial, sans-serif; 
	border-bottom: 1px solid #e3e3e1;
	border: none; 
}


div.bc-promobox h3 a {
	color: #003366; 
	background: none; 
}

div.bc-promobox div.promo p { 
	margin:0 0 10px 0;
	line-height: 1.3em; 
}

div.bc-promobox div.promo .bc-promo-image {
    margin: 0px -20px 10px -20px;
}

/* promobox component end */
/* quote component start */

.bc-quote blockquote.pullquote{
    font-family: Verdana, Arial, sans-serif; 
    font-size: 11px; 
    font-size: 0.6875rem; 
    letter-spacing: 0; 
    color: #666666; 
    text-align: right; 
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.bc-quote blockquote h2{
    color: #003366; 
    font-size: 1.636em; 
    font-family: ExpertSans-Regular, Arial, sans-serif; 
    margin: 18px 0 15px 0;    
    padding: 0px;
    padding-top: 18px; 
    text-align: right; 
}

.bc-quote blockquote p{
    color: #666666;  
    font-size: 11px; 
    font-size: 0.6875rem;
    font-family: Verdana, Arial, sans-serif; 
    font-weight: normal; 
    padding: 0; 
    margin: 0 0 10px 0; 
    text-align: right; 
}

.bc-quote blockquote.pullquote h2:first-letter { 
    background: url(styles/images/pullquote.gif) no-repeat top left; 
    padding: 20px 0 0 28px; 
}

.bc-quote blockquote.pullquote h2 span { 
    display: inline-block; 
    width: 13px; 
    height: 16px; 
    margin-left: 5px; 
    background: url(styles/images/quote-close.gif) no-repeat top right;    
    vertical-align: top; 
}

.bc-quote div.cq-edit-help { 
    text-align: left; 
}

/* quote component end */
/* Region Contact Box component starts */

.bc-regioncontactbox .bc-height{margin-bottom:15px}
.bc-regioncontactbox div.contact-sidebox h5{ margin-top: 0; padding-top: 10px; border-top: 1px solid #e3e3e1; }


.bc-regioncontactbox .phone { display: block; margin-top: 0.2em; color: #003366; font-family: ExpertSans-Light, Arial, sans-serif; letter-spacing: -0.05em; font-size: 2.727em !important; line-height: 1.2em; }
.bc-regioncontactbox div.contact-sidebox .phone { font-size: 2.75em !important; }
/*.bc-regioncontactbox div.contact-sidebox .phone{ font-size: 2.273em !important; }
.bc-regioncontactbox div.contact-sidebox .phone { font-size: 2em !important; }*/
.bc-regioncontactbox div.contact-sidebox .phone.phone1 { letter-spacing: 0; font-size: 1.85em !important; }

.bc-regioncontactbox div.contact-sidebox .phone.phone2 { letter-spacing: 0; font-size: 1.85em !important; }

.bc-regioncontactbox div.contact-sidebox p.first { margin-bottom: 5px; }
.bc-regioncontactbox div.contact-sidebox div.bc-pgroup p:last-child{margin-bottom: 0px !important;} 

.bc-regioncontactbox div.contact-sidebox p { padding-top: 0; margin-top: 1.4em; margin-bottom: 0; line-height: 1.2em; }
.bc-regioncontactbox div.contact-sidebox p { margin-bottom: 15px !important; }

.bc-regioncontactbox div.contact-sidebox h3 { font-family: ExpertSans-Light, Arial, sans-serif; letter-spacing: 0; font-size: 2.273em; line-height: 1.1em; padding-bottom: 10px; border-bottom: 1px solid #e3e3e1; margin-bottom: 10px; }
.bc-regioncontactbox div.contact-sidebox h3 { letter-spacing: -0.05em !important; }

.bc-regioncontactbox div.contact-sidebox { padding-top: 15px !important; }
.bc-regioncontactbox div.box { padding: 10px; width: 200px; -webkit-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px; -moz-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px; box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px; }
.bc-regioncontactbox div.box .column2 { padding-top: 20px;}
/* Region Contact Box component ends */
/* related insight box starts*/

div.bc-relatedinsightbox  p { padding: 0; margin: 0 0 10px 0; font-weight: normal; }

div.bc-relatedinsightbox  p { margin: 0 0 15px 0; }

div.bc-relatedinsightbox div.side-links > div p { padding: 0; margin-bottom: 0.5em; }

div.bc-relatedinsightbox  div.side-links > div img { margin-bottom: 0.5em; }

div.bc-relatedinsightbox a { color: #007eb6; text-decoration: none; }

div.bc-relatedinsightbox  div.side-links > div a.noarrow { padding-left: 0; background: none; }

div.relatedinsightbox.section a { background-position-y:2px !important;}
/* related insight box ends*/

/* related text box start */


div.bc-relatedtextbox {    
    margin: 0px;
    margin-top: 0px;
    padding: 0px;  
    width:200px;  
}


div.bc-relatedtextbox p{
     margin-top: 0px;
     padding-left: 10px !important;  
     margin-bottom: 0px;         
}


div.bc-relatedtextbox a { 
    padding-left: 10px !important;
    color: #007eb6; 
    text-decoration: none; 
    margin-left: -10px;
}

div.bc-relatedtextbox a:focus, div.bc-relatedtextbox a:hover, div.bc-relatedtextbox a:active { 
    text-decoration: underline; 
}

div.bc-relatedtextbox  a { 
    background: url(styles/images/arrow-right-2.png) no-repeat left 3px; 
    zoom: 1; padding-left: 10px; 
    text-decoration: none; 
    display: inline-block; 
    *display: inline; 
}
div.bc-relatedtextbox a.titletext{
     margin-top: 0px;
     padding-left: 10px !important;  
     margin-bottom: 2px;  
     font-size: 12px;  
     font-size: 0.75rem;       
}

div.bc-relatedtextbox  a.normal { 
    background: none !important; 
    margin-top:2px;
}

/* related text box end */
.bc-searchresults {
  padding-top: 0;
}

.bc-searchresults #search-results-search {
  color: #003366;
  margin-bottom: 15px;
}

.bc-searchresults #search-results-search span {
  font-size: 1.636em;
}

.bc-searchresults #search-results-search span em {
  font-size: 2.67em;
  font-style: normal;
}

.bc-searchresults #search-results-search input {
  vertical-align: middle;
  margin-bottom: 0.5em;
}

.bc-searchresults #search-results-search .search-inputs {
  margin-left: 20px;
  position: relative;
  display: inline-block;
}
.bc-searchresults #search-results-search .search-inputs input.search {
  font-size: 1.273em;
  width: 166px;
  color: #007eb6;
  border: none;
  -webkit-border-radius: 6px 6px;
  -moz-border-radius: 6px / 6px;
  -ms-border-radius: 6px / 6px;
  -o-border-radius: 6px / 6px;
  border-radius: 6px / 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 6px 1px inset;
  padding: 8px 36px 8px 8px;
  font-size: 1.091em;
  -webkit-appearance: none;
}
.bc-searchresults #search-results-search .search-inputs button[type="submit"] {
  border: none;
  width: 21px;
  height: 22px;
  position: absolute;
  top: 4px;
  right: 5px;
  white-space: nowrap;
  font-size: 0px;
  overflow: visible;
  background-color: transparent;
  color: #007EB6;
}
.bc-searchresults #search-results-search .search-inputs button[type="submit"]:after {
  font-family: 'Icons';
  content: "\e606";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 17px;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 21px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  zoom: 1;
  text-indent: 0;
}

.bc-searchresults div.search-result {
  *zoom: 1;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e1;
  padding-bottom: 20px;
}

.bc-searchresults div.search-result:after {
  content: '.';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.bc-searchresults div.search-result h3 {
  font-size: 1.636em;
  margin-bottom: 0;
}

.bc-searchresults div.search-result h3 a {
  color: #003366;
  padding: 0px;
  background: none !important;
}

.bc-searchresults .search-text {
  margin-top: 15px;
}

.bc-searchresults .bottom-link {
  margin-top: 15px;
  margin-bottom: 0px;
}

.bc-searchresults .search-nav span {
  color: #999999;
}

.bc-searchresults .search-nav span strong {
  font-weight: normal;
  color: #58595b;
}

.bc-searchresults .search-nav p {
  float: left;
  width: 250px;
}

.bc-searchresults .search-nav ul {
  float: right;
  width: auto;
  text-align: right;
}

.bc-searchresults .search-nav ul li {
  width: auto;
  display: block;
  float: left;
  border-left: 1px solid #e3e3e1;
  padding: 0 5px 0 7px;
  margin: 0;
}

.bc-searchresults .search-nav ul li.first {
  border-left: 0;
}

.bc-searchresults .search-nav ul li a {
  background: none !important;
  padding: 0;
}

.bc-searchresults .search-nav ul li.active a {
  color: #00375c;
}

.c_sitemap_top
{
	height:11px;
	width: 100%;
}
.c_sitemap_center
{
	padding: 0px;
	width:100%;
}
.c_sitemap_bottom
{
	margin-bottom: 25px;
	height:11px;
	width: 100%;
	
}
.c_sitemap_tree
{
	padding-left: 10px; color: #00a4e8; 	
}	
.c_sitemap_tree .c_level_1
{
	padding-left: 25px;	
	font-size: 10pt; 
	padding-bottom: 5px;
}
.c_sitemap_tree .c_level_2
{
	padding-left: 30px;	
	margin-left: 8px;
	font-size: 10pt;
    padding-bottom: 5px;
}
.c_sitemap_tree .c_level_3
{
	padding-left: 35px;	
	margin-left: 16px;
	font-size: 10pt;
    padding-bottom: 5px;
}
.c_sitemap_tree .c_level_4
{
    padding-left: 40px; 
    margin-left: 24px;
    font-size: 10pt;
    padding-bottom: 5px;
}
.c_sitemap_tree_title {
    color: #003366; font-size: 1.455em; font-family: ExpertSans-Regular, Arial, sans-serif;
}
.c_sitemap .bc-link
{
    padding-left: 18px;  
	font-size: 12pt;
}
.c_sitemap_tree_bottom{
    padding-bottom: 15px;	
}	
.c_sitemap_title{
	padding-left: 10px;color: #00a4e8;font-size:18px;padding-bottom: 15px;font-size: 4.364em; font-family: ExpertSans-Light, Arial, sans-serif; letter-spacing: -0.05em; color: #003366; line-height: 1.2;padding-top: 30px;padding-bottom: 30px;
}	
.c_sitemap
{
	word-wrap: break-word;
}
.c_sitemap a { background: url(styles/images/arrow-right-2.png) no-repeat left 5px !important; }

div.bc-container div[role="bc-main"] div.table { padding-left: 0; padding-right: 0; padding-bottom: 20px; margin-bottom: 10px; }
div.bc-container div[role="bc-main"] div.table p { padding-left: 10px; }
div.bc-container div[role="bc-main"] div.table h2, div.bc-container div[role="bc-main"] div.table h3 { margin-left: 20px; font-size: 2.727em; font-family: ExpertSans-Light, Arial, sans-serif; letter-spacing: -0.05em; color: #003366; }
div.bc-container div[role="bc-main"] div.table h4 { margin-left: 20px; margin-top: 1em; color: #007eb6; padding-bottom: 10px; border-bottom: 1px solid #e3e3e1; }
div.bc-container div[role="bc-main"] div.table p.intro { padding-top: 0; padding-left: 20px; }
div.bc-container div[role="bc-main"] div.table h3 { margin-left: 0; }
div.bc-container div[role="bc-main"] div.table table {border-collapse: separate;}
div.bc-container div[role="bc-main"] div.table table thead { border-right: 1px solid #007eb6; }
div.bc-container div[role="bc-main"] div.table table thead th, div.bc-container div[role="bc-main"] div.table table tbody tr th { background: #007eb6; color: white; font-weight:bold; }
div.bc-container div[role="bc-main"] div.table table td, div.bc-container div[role="bc-main"] div.table table th { padding: 10px; text-align: left; }
div.bc-container div[role="bc-main"] div.table table tbody th { font-weight: normal; color: #003366; border-left:0px;  }
div.bc-container div[role="bc-main"] div.table table tbody tr:nth-child(odd) { background: #f4fafe; }
div.bc-container div[role="bc-main"] div.table table tbody td { border-left: 1px solid #cbe5f2; border-bottom: 1px solid #ebebea; }
div.bc-container div[role="bc-main"] div.table table tbody td:last-child { border-right: 1px solid #cbe5f2; }
div.bc-container div[role="bc-main"] div.table table tbody td ul {margin-left: 15px;}
div.bc-container div[role="bc-main"] div.table table tbody td ol {margin-left: 15px;}
div.bc-container div[role="bc-main"] div.table
{ position: relative; overflow: hidden; padding-bottom:0px; margin-bottom:30px; -webkit-overflow-scrolling: auto; }
div.bc-container div[role="bc-main"] div.table:after
{ position: absolute; top: 20px; right: -1px; width: 50px; height: 100%; border-radius: 10px 0 0 10px / 50% 0 0 50%; -webkit-box-shadow: inset -30px 0 26px -30px rgba(160, 160, 160, 0.8); box-shadow: inset -30px 0 26px -30px rgba(160, 160, 160, 0.8); content: ''; }
div.bc-container div[role="bc-main"] div.table > div
{ overflow-x: auto; }
/* Style the scrollbar to make it visible in iOS, Android and OS X WebKit browsers (where user preferences can make scrollbars invisible until you actually scroll) */
div.bc-container div[role="bc-main"] div.table > div::-webkit-scrollbar
{ -webkit-appearance: none; height:12px; }
div.bc-container div[role="bc-main"] div.table > div::-webkit-scrollbar-track
{ box-shadow:0 0 2px rgba(0,0,0,0.15) inset; background:#f0f0f0; }
div.bc-container div[role="bc-main"] div.table > div::-webkit-scrollbar-thumb
{ border-radius:6px; background:#ccc; }
/* TextImageEditor component starts */
.bc-textimage .bc-clear{
    clear:both;
    padding-bottom:0px;
}
.bc-textimage
{
  word-wrap: break-word;
  overflow:hidden;
  display:inline;
  max-width:100%;
}
.bc-textimage .bc-textimage-height 
{
  height:15px;
}
.bc-textimage .bc-textimage-left
{
    float: left;
    padding-right:10px;
    max-width:100%;
}
.bc-textimage .bc-textimage-right
{
    float: right;
    padding-left: 10px;
    max-width:100%;
}
.bc-textimage .bc-textimage-center
{
    text-align: center;
    max-width:100%;
}
div.bc-textimage a 
{ 
	background: none !important; 
	padding-left:0px !important;
	text-decoration: none; 
	display:inline !important;  
}
div.bc-textimage a:hover 
{ 
	text-decoration: underline !important;
}
div.bc-textimage h1 a, div.bc-textimage h2 a, div.bc-textimage h3 a, div.bc-textimage h4 a
{ 
    background: none !important; 
    padding-left:0px !important;
    text-decoration: none;  
    color: #003366;
}
div.block-callout div.bc-textimage h4 
{ 
	margin-left: 20px; margin-top: 1em; color: #007eb6; padding-bottom: 10px; border-bottom: 1px solid #e3e3e1; 
}


div.bc-textimage  p span.intro 
{ 
	font-size: 1.455em; font-family: ExpertSans-Regular, Arial, sans-serif; 
}
/*
div.bc-textimage h4 span.cta 
{ 
	color: #666666; font-weight: bold; 
}
*/
div.bc-textimage p span.footertext 
{ 
	font-weight: normal;  color: #666666; line-height: 1.5em; font-size:10px !important; font-size: 0.625rem !important;
}
/*div.bc-textimage .phone */
/*{ */
	/*display: block; margin-top: 0.2em; color: #003366; font-family: ExpertSans-Light, Arial, sans-serif; letter-spacing: -0.05em; font-size: 2.727em !important; line-height: 1.2em; */
/*}*/
/*div.bc-textimage .phone a */
/*{ */
	/*background: none; padding: 0; color: #003366; */
/*}*/
/*div.how-can-we-help div.bc-textimage  p .phone */
/*{ */
	/*font-size: 2.75em !important; */
/*}*/
/*div.how-can-we-help div.bc-textimage .phone */
/*{ */
	/*font-size: 2.273em !important;*/
/*}*/
div.bc-textimage h2 
{ 
	font-size: 1.636em;
}
div.bc-textimage .lb-thanksh2 
{ 
	margin-top: 0; text-align: center; font-size: 2.50em; font-family: ExpertSans-Light, Arial, sans-serif; letter-spacing: -0.05em; color: #30a9e9; vertical-align: middle;padding: 40px; font-weight: normal; 
}
div.bc-textimage h3 span.type1 
{ 
	margin: 0;color: #333333;margin-bottom: 0;
}
/*
div.bc-textimage h4 
{ 
	color: #003366; font-size: 1.455em; font-family: ExpertSans-Regular, Arial, sans-serif; 
}
*/
div.bc-textimage h4 
{ 
	color: #58595b; font-size: 1.364em; font-family: ExpertSans-Regular, Arial, sans-serif; 
}
/*
div.bc-textimage h3 span.bc-numerictext 
{ 
	margin-left: 20px; font-size: 2.727em; font-family: ExpertSans-Light, Arial, sans-serif; letter-spacing: -0.05em; color: #003366; padding-left: 0; margin-left: 0; border-bottom: none;font-size: 1em; font-family: ExpertSans-Light, Arial, sans-serif; margin-bottom: 0; padding-bottom: 5px;
}
*/
div.bc-textimage h3 span.bc-numeric 
{ 
	margin-left: 20px; letter-spacing: -0.05em; color: #003366;
	padding-left: 0; margin-left: 0; border-bottom: none;
	font-family: ExpertSans-Light, Arial, sans-serif; margin-bottom: 0; 
	font-size: 2.909em !important; letter-spacing: -0.05em; display: block; line-height: 1em; 
}
div.bc-textimage ul {display:table;*display:inline-block;}
div.bc-textimage ul li{ list-style-type:none; list-style-image:none; }
div.bc-textimage ul li { padding-left: 10px; background: url(styles/images/bullet-disc.gif) no-repeat left 6px; }

div.bc-textimage ol, div.bc-textimage ol > li { list-style: decimal inside; }
div.bc-textimage ol { padding-left: 0px;display:table;*display:inline-block; }
div.bc-textimage ol > li { color: #003366; }

div.bc-textimage ol,div.bc-textimage ul { *margin-left: 4px; }
div.bc-textimage ol > li > span { color: #666; }
 
/*
div.bc-textimage h3 span.bc-h3clientheading 
{
	 margin-left: 0; font-size: 28px; 
	 font-family: ExpertSans-Light, Arial, sans-serif; 
	 letter-spacing: -0.05em; color: #003366; 	 
} 
*/
div.bc-textimage h3 span.bc-h3whybarclaysheading 
{
    font-family: ExpertSans-Light, Arial, sans-serif; letter-spacing: 0; font-size: 25px; font-size: 1.5625rem;
    line-height: 1.1em; 
     
}
/* TextImageEditor component ends */
/* top navigation component start */
.cq-wcm-edit div.iparsys_inherited div.bc-topnavigation 
{ 
    display: inline; 
    float: left; 
    margin-left: 10px; 
    margin-right: 10px; 
    width: 940px; 
    margin-left: 0; 
    margin-right: 0; 
    position: relative;    
    text-align: right; 
    padding-top: 5px; 
    word-break: break-word;
    top: 180px;
}
.cq-wcm-edit div.bc-topnavigation 
{ 
    position: relative; 
    top: 0px;    
}
.cq-wcm-edit div.iparys_inherited div.bc-topnavigation 
{ 
    position: relative !important; 
    top: 0px !important;
}

/* top navigation component tablet/mobile start */
.bc-topnavigation.opacityZero {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal {
  position: relative;
  text-align: right;
  clear: both;
}
.bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: left;
}
.bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .mobileOnly {
  display: none;
}

.no-touch .bc-topnavigation a.close {
  display: none !important;
}

.cq-wcm-edit .bc-topnavigation a.close {
  display: block !important;
}

.desktop .bc-topnavigation {
  padding-right: 38px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal > ul {
  font-size: 0;
  margin: 0px;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal > ul > li {
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 0px;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal > ul > li > h2 {
  padding-top: 8px;
  padding-bottom: 9px;
  margin-bottom: 0px;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal a.close {
  float: right;
  position: relative;
  clear: both;
  text-align: right;
  font-size: 15px;
  font-size: 0.9375rem;
  padding-right: 25px;
  margin-bottom: 5px;
  font-family: ExpertSans-Light, Helvetica, Arial, sans-serif;
  display: block;
  text-decoration: none;
  color: #666;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal a.close:hover {
  text-decoration: none;
  color: #007eb6;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal a.close:after {
  font-family: 'Icons';
  speak: none;
  content: "\e60c";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  position: absolute;
  margin-top: .1875em;
  right: 5px;
  display: inline-block;
  zoom: 1;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal li > h2 {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 10px;
  padding-right: 9px;
  position: relative;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal li.hover .topLevelLink a, .desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal li.active .topLevelLink a {
  color: #003366 !important;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal li.hover .topLevelLink a:after, .desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal li.active .topLevelLink a:after {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: url("styles/images/nav-active.png") no-repeat 50% 100%;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal li .topLevelLink a {
  color: #007eb6 !important;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal li:hover > h2 a {
  text-decoration: none;
  color: #003366;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content {
  position: absolute;
  top: 38px;
  left: -20px;
  right: -52px;
  padding: 18px 20px 20px 20px;
  background: transparent url("styles/images/menu-bg.gif") repeat-x center 7px;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 15px;
  left: 0px;
  bottom: 0px;
  background: white url("styles/images/background.jpg") no-repeat center top;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content .bc-tick {
  margin: 0px 0px 10px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.091em;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content .intro-title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: ExpertSans-Light, Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 15px 0px 0px 0px;
  letter-spacing: -0.05em;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content .intro-title a {
  color: #003366;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content .intro-title a:hover {
  color: #003366;
  text-decoration: underline;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content .intro-content {
  margin: 4px 0px 15px 0px;
  max-width: 700px;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content.twoCol > ul {
  width: 66%;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content.threeCol > ul {
  width: 100%;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content > ul {
  position: relative;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content > ul > li {
  border-top: 1px solid #e3e3e1;
  float: left;
  padding-top: .6em;
  padding-bottom: .5em;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content > ul > li.mobileOnly {
  display: none !important;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content > ul > li > h3.subLevelLink {
  margin-bottom: 14px;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content > ul > li > h3 a {
  color: #003366;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content > ul > li > h3 a:hover {
  color: #003366;
  text-decoration: underline;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content > ul > li li {
  display: block !important;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content > ul > li li.mobileOnly {
  display: none !important;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content > ul > li li h3 {
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: Verdana, Arial, sans-serif;
  margin-bottom: 0.5em;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content > ul > li li a {
  background: url("styles/images/arrow-right-2.png") no-repeat left 3px;
  zoom: 1;
  padding-left: 10px;
  color:#006a98;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content > ul > li li ul {
  display: none;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content .additional-content {
  width: 270px;
  position: absolute;
  right: 15px;
  top: 50px;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content .additional-content .bc-linkbox {
  margin-bottom: 0px;
}
.desktop .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content .additional-content .bc-linkbox .bc-linkbox-head {
  font-family: ExpertSans-Regular, Arial, sans-serif;
  margin: 0px 0px 15px;
  font-size: 1.455em;
  color: #036;
}
.desktop .bc-topnavigation .bc-topnavigation-header {
  display: none;
}

/* top navigation component end */

.desktop div.bc-topnavigation {
     padding-right: 0px;
}

.desktop .publisher-nav-search {
     padding-right: 28px!important;
}

.cq-wcm-edit .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content {
  right: 0px;
}

/* two column box outline component start */

div.bc-twocolumnbox{ 
	*zoom: 1;	
	padding-top: 10px;
	overflow: visible; 
	clear: left;	 
	font-family: Verdana, Arial, sans-serif;	
	letter-spacing: 0; 
	color: #666666;	 
	font-size: 1em;	
	border-bottom: none; 
	padding-bottom: 0 !important;	 
	margin: 0;
	font-size: 1em; 
	line-height: 1.4; 	 	 
}

div.bc-twocolumnbox h3 { 
	padding: 0;	 
	font-weight: normal;
	color: #003366; 
	font-size: 1.455em; 
	font-family: ExpertSans-Regular, Arial, sans-serif;
	margin: 0 0 15px 0; 
}

div.bc-twocolumnbox .textimageeditor h3{
	margin-top: -16px;
}

div.bc-twocolumnbox div.odd, div.bc-twocolumnbox div.even{ 
	display: inline; 
	float: left; 
	margin-left: 10px; 
	margin-right: 10px;	
	width: 330px;
    background-color: #f5faff;
}

div.bc-twocolumnbox .odd,div.bc-twocolumnbox .alpha { 
	margin-left: 0 !important; 
}

div.bc-twocolumnbox div.even, div.bc-twocolumnbox div.odd { 
	display: inline; 
	float: left; 
	margin-left: 10px; 
	margin-right: 10px;	
	width: 330px; 
}

div.bc-twocolumnbox div.odd > div,div.bc-twocolumnbox div.even > div { 
	padding: 15px 20px 1px 20px;
}

div.bc-twocolumnbox .even, .omega { 
	margin-right: 0 !important; 
}

div.bc-twocolumnbox div.odd, div.bc-twocolumnbox div.even{ 
	display: inline; 
	float: left; 
	margin-left: 10px; 
	margin-right: 10px;	 
	width: 330px; 
}

div.bc-twocolumnbox .block-foots { 
	overflow: hidden; 
	clear: left; 
}

div.bc-twocolumnbox span.block-foot { 
	display: inline; 
	float: left; 
	margin-left: 10px; 
	margin-right: 10px; 
	display: block;
	width: 330px;
	height: 17px;
	background: url(styles/images/client-blocks-bg.jpg) no-repeat center top;
}

div.bc-twocolumnbox .even,div.bc-twocolumnbox .omega { 
	margin-right: 0 !important; 
}

div.bc-twocolumnbox div.bc-horizontal-line{
	margin-bottom: 0px;
}


/*two column box outline  component end */

.fxrate table tr td{vertical-align: bottom;}
.fxrate table tr.title{display: table-row;}
.fxrate table td .mobile_title{
    display: none;
}
.fxrate table th p{
    text-align: left;
}
.fxrates_plot{
    width: 100%;
    height: 200px;
    max-width: 500px;
}
/* For Linksdropdown start */
div.bc-linksdropdown div.bc-linksdropdown-nav div.area ul{ display: none; }
/* For Linksdropdown end */
div.bc-container .subnav, div.bc-container div.nav.toplevel ul ul { display: none; }
/*Image carousel starts*/
div.bc-imagecarousel .carousel-intro > div { display: none; }
div.bc-imagecarousel .carousel-intro div#carousel-intro-1 { display: block; }
div.bc-imagecarousel div.bc-section.carousel div.carousel-image-surround div.portal-wrapper {  position: relative; margin-left: 310px; width: 10px; height: 345px;/*height:auto;*/ overflow: hidden; }
div.bc-imagecarousel div.bc-section.carousel div.carousel-image-surround div.portal-wrapper div.carousel-image { display: none;!important }
/*Image carousel ends*/ 
/* doubleclick start */

.dclick-display{
	display: none;
 }
/* doubleclick end */

/*! jQuery UI - v1.8.19 - 2012-04-16
* https://github.com/jquery/jquery-ui
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.tabs.css, jquery.ui.theme.css
* Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }

.ui-autocomplete { position: absolute; cursor: default; }   

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.19
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
    list-style:none;
    padding: 2px;
    margin: 0;
    display:block;
    float: left;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    margin:0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}
.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */

.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }

.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/;list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide {  display:none; }

/* Component containers
----------------------------------*/

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(styles/images/tabcomponent/tabcomponent/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; }

.ui-widget-header { border: 1px solid #e3e3e1/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(styles/images/tabcomponent/tabcomponent/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6 url(styles/images/tabcomponent/ui-bg_glass_75_e6e6e6_1x400.png) repeat-x; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(styles/images/tabcomponent/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #e3e3e1/*{borderColorActive}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; background: #ffffff url(styles/images/tabcomponent/ui-bg_glass_65_ffffff_1x400.png) repeat-x;}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(styles/images/tabcomponent/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(styles/images/tabcomponent/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(styles/images/tabcomponent/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(styles/images/tabcomponent/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(styles/images/tabcomponent/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(styles/images/tabcomponent/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(styles/images/tabcomponent/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(styles/images/tabcomponent/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(styles/images/tabcomponent/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(styles/images/tabcomponent/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(styles/images/tabcomponent/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(styles/images/tabcomponent/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -khtml-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }
/*--------------*/
.tabs-panel {
        padding: 1px;
        background: none;
        border-width: 0px;
        
}

.tabs-panel .ui-tabs-nav {
        padding-left: 0px;
        background: transparent;
        border-width: 0px 0px 1px 0px;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
}

.tabs-panel .ui-tabs-panel {
       -background: url(styles/images/tabcomponent/ui-bg_highlight-hard_100_f5f3e5_1x100.png) repeat-x scroll 50% top #fff;
       border-width: 0px 1px 1px 1px;
       border-color: #e3e3e1;
}

.tabs-panel a{
    background: none !important;
    text-decoration:none !important;
    }
/*--------------*/
/* tab component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  .tabcomponent {
    padding-top: 20px;
    position: relative;
  }
  .tabcomponent:before {
    content: "";
    position: absolute;
    width: 111%;
    height: 1px;
    left: -5.5%;
    top: 0px;
    background-color: #e1e1e1;
  }

  .tabs-panel {
    margin: 0 auto;
  }
  .tabs-panel .ui-tabs-panel {
    border: 0;
    padding: 1em 0;
  }

  .tabs-panel .ui-tabs-nav {
    border: 0;
  }
  .tabs-panel .ui-tabs-nav li {
    width: 85px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 6px 6px;
    -moz-border-radius: 6px / 6px;
    -ms-border-radius: 6px / 6px;
    -o-border-radius: 6px / 6px;
    border-radius: 6px / 6px;
    border: 1px solid #e3e3e1 !important;
    background-color: white;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, white, #f1f1f1);
    background-image: -moz-linear-gradient(top, white, #f1f1f1);
    background-image: -ms-linear-gradient(top, white, #f1f1f1);
    background-image: -o-linear-gradient(top, white, #f1f1f1);
    background-image: linear, top, white, #f1f1f1;
  }
  .tabs-panel .ui-tabs-nav li a {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    padding: 0 !important;
    color: #207393;
    width: 100%;
  }
  .tabs-panel .ui-tabs-nav li.ui-tabs-selected {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7aa7d6), color-stop(100%, #2370c4));
    background: -webkit-linear-gradient(top, #7aa7d6, #2370c4);
    background: -moz-linear-gradient(top, #7aa7d6, #2370c4);
    background: -o-linear-gradient(top, #7aa7d6, #2370c4);
    background: -ms-linear-gradient(top, #7aa7d6, #2370c4);
    background: linear-gradient(top, #7aa7d6, #2370c4);
    border: 1px solid #497db5;
  }
  .tabs-panel .ui-tabs-nav li.ui-tabs-selected a {
    color: #ffffff;
    font-weight: bold;
  }
  .tabs-panel .ui-tabs-nav li:first-child {
    margin: 0;
  }
}
@media screen and (max-width: 51.1875em) and (min-width: 33.75em) {
  .tabs-panel .ui-tabs-nav li {
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 33.6875em) {
  .tabs-panel .ui-tabs-nav li {
    width: 30%;
    margin-left: 2%;
  }
  .tabs-panel .ui-tabs-nav li:first-child {
    width: 32%;
    margin-left: 0;
  }
}
/* tab component tablet/mobile end */

/*
 * -----------------------------
 * WHITE SPACE FIXES
 * -----------------------------
 */

/*
 * -----------------------------
 * Removing whitespace
 * -----------------------------
 */
.bc-textimage .bc-textimage-height {
    display: none;
}

/* Except for in the page nav */
.bc-pagenav .bc-textimage .bc-textimage-height {
    display: block;
}

/*
 * -----------------------------
 * Removing existing rule setting margin-bottom zero on many elements
 * -----------------------------
 */

/* Commented at line 316 */
/* div.bc-container p:last-child, div.bc-container h1:last-child, div.bc-container h2:last-child, div.bc-container h3:last-child, div.bc-container h4:last-child, div.bc-container h5:last-child, div.bc-container h6:last-child, div.bc-container ul:last-child, div.bc-container ol:last-child, div.bc-container div.bc-section:last-child, div.bc-container li:last-child { margin-bottom: 0; } */

/*
 * -----------------------------
 * Adding margin-bottom
 * -----------------------------
 */

/* Banner Images */
#detail-page .bc-content-right > .bc-banner img,
#specialty-detail-page .bc-content-right > .bc-banner img,
#specialty-landing-page .bc-content-right > .bc-banner img,
/* Content Images */
#detail-page .bc-content-center img,
#specialty-detail-page .bc-content-center img,
#specialty-landing-page .bc-content-center img,
#specialty-detail-page .bc-content-center .bc-aperture,
#specialty-landing-page .bc-content-center .bc-aperture,
/* Column Controls */
div.parsys_column,
/* Link and Link Detail Sections */
div.bc-content-center .linkdetail,
div.bc-content-center .link,
div.bc-content-left .linkdetail,
div.bc-content-left .link,
/* Video Components */
div.section.video,
/* Homepage Product Box */
div.block-callout-side .linkdetail
/* CSS modification */
 {
    margin-bottom: 16px;
}
/* Aperture */
#specialty-detail-page  .bc-content-right > .bc-banner div.bc-aperture,
#detail-page .bc-content-right > .bc-banner div.bc-aperture
/* CSS modification */
 {
    margin-bottom: 24px;
}
/*
 * -----------------------------
 * Forcing margin-bottom to zero
 * -----------------------------
 */

/* Box Promo Link Section */
div.box.promo .link.section,
/* Nested Column Controls */
div.parsys_column div.parsys_column,
/* Link and Link Detail Section in Column Controls */
div.parsys_column .link,
/*div.parsys_column .linkdetail,*/
#specialty-detail-page div.bc-content-left .link,
#specialty-detail-page .bc-content-center .bc-aperture img,
#specialty-landing-page .bc-content-center .bc-aperture img,
/* Headings in Column Control 2 */
div.cq-colctrl-lt2 h2,
div.cq-colctrl-lt2 h3,
div.cq-colctrl-lt2 h4,
/* Mega Menu intro */
div.bc-header div.nav.corporate .subnav p.intro,
/* Homepage Product Box */
div.bc-homepageproductbox.blocks div.block-callout div.block-callout-bc-main > h3,
/* Aperture Image */
#specialty-detail-page .bc-content-right > .bc-banner div.bc-aperture img,
#specialty-landing-page .bc-content-right > .bc-banner div.bc-aperture img,
#detail-page .bc-content-right > .bc-banner div.bc-aperture img
/* CSS modification */
 {
    margin-bottom: 0px;
}

/*
 * -----------------------------
 * Adding margin-top
 * -----------------------------
 */

/* Mega Menu Headings */
div.bc-header div.nav.corporate .subnav .subnav-main h3,
div.bc-header div.nav.corporate .subnav .subnav-main-2 h3
/* CSS modification */
 {
    margin-top: 16px;
}
/* templates component tablet/mobile start */
/*for representation only - to be deleted later*/
.sampleContent {
  min-height: 100px;
  text-align: center;
}

@media screen and (max-width: 51.1875em) {
  .bc-header .sampleContent {
    min-height: 75px;
  }
}
.sampleRed {
  background-color: #D99;
}

.sampleBlue {
  background-color: #99D;
}

.sampleGreen {
  background-color: #9D9;
}

.samplePink {
  background-color: #D9D;
}

.sampleCyan {
  background-color: #9DD;
}

.sampleYellow {
  background-color: #DD9;
}

/* end for representation only - to be deleted later*/
div[role="bc-main"], .bc-footer {
  transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
}

@media screen and (max-width: 51.1875em) {
  body {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #666666;
  }

  div.bc-container div[role="bc-main"] a {
    background: url(styles/images/arrow-right-2.png) no-repeat left 3px;
  }
  div.bc-container div.bc-section {
    padding: 0;
    margin: 0 0 16px 0;
    font-weight: normal;
  }
  div.bc-container p, div.bc-container h1, div.bc-container h2, div.bc-container h5, div.bc-container h6, div.bc-container ul, div.bc-container ol, div.bc-container li {
    padding: 0;
    margin: 0 0 16px 0;
    font-weight: normal;
  }
  div.bc-container h3, div.bc-container h4 {
    padding: 0;
    margin: 0 0 8px 0;
    font-weight: normal;
  }
  div.bc-container h1 {
    font-size: 1.833em;
    font-family: ExpertSans-Regular, Arial, sans-serif;
    line-height: 1.18;
  }
  div.bc-container h2, div.bc-container h3, div.bc-container h4 {
    font-size: 1.26em;
  }
  div.bc-container h2 {
    color: #00395D;
    font-family: ExpertSans-Light, Arial, sans-serif;
  }
  div.bc-container h3, div.bc-container h4 {
    color: #003366;
    font-family: ExpertSans-Regular, Arial, sans-serif;
  }
  div.bc-container h5 {
    font-size: 1em;
  }

  /* Start body specific rules */
  body, html, div.bc-container {
    position: relative;
    min-height: 100%;
    background: none;
    -webkit-font-smoothing: antialiased;
  }

  div, ul, li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  /* End body specific rules */
  /* Start navigation specific rules */
  div.bc-container {
    position: relative;
    left: 0px;
  }
  div.bc-container.animated {
    transition: left 0.3s ease 0s;
    -webkit-transition: left 0.3s ease 0s;
    -moz-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
  }

  body.navOpen div.bc-container {
    left: 280px;
  }

  /* End navigation specific rules */
  div.bc-container,
  div.bc-container div[role="bc-main"],
  div.bc-container div#home-page[role="bc-main"],
  div[id="landing-page"] .bc-content-left,
  div[id="landing-page"] .bc-content-center,
  div[id="landing-page"] .bc-pagenav,
  div.bc-header,
  div.bc-content-right,
  div.bc-content-left,
  div.bc-content-center,
  div.bc-footer,
  div.bc-aside,
  div.bc-pagenav,
  div.bc-content-left div.bc-banner,
  div.bc-home-three-col div.bc-left,
  div.bc-home-three-col div.bc-center,
  div.bc-home-three-col div.bc-right {
    width: 100%;
    float: none;
    margin: 0 !important;
    display: block;
    padding: 0;
    clear: both;
  }

  /* Start add padding for fixed header */
  div.bc-container div#home-page[role="bc-main"], div.bc-container div[role="bc-main"] {
    padding-top: 15px;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  div.bc-footer {
    padding-left: 5%;
    padding-right: 5%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* End add padding for fixed header */
  div[role="bc-main"] > div.bc-pagenav, div[id="specialty-detail-page"] div.bc-pagenav {
    display: none !important;
  }

  div[id="specialty-landing-page"] div.bc-top-banner,
  div[id="detail-page"] div.bc-top-banner,
  div.bc-home-banner {
    margin: 0;
    width: 100%;
  }

  div[id="specialty-landing-page"] div.bc-top-banner {
    margin-top: -15px !important;
  }

  div[id="specialty-landing-page"] div.bc-top-banner .bc-textimage .bc-textimage-left, div[id="specialty-landing-page"] div.bc-top-banner .bc-textimage .bc-textimage-right, div[id="specialty-landing-page"] div.bc-top-banner .bc-textimage .bc-textimage-center,
  div[id="detail-page"] div.bc-top-banner .bc-textimage .bc-textimage-left,
  div[id="detail-page"] div.bc-top-banner .bc-textimage .bc-textimage-right,
  div[id="detail-page"] div.bc-top-banner .bc-textimage .bc-textimage-center {
    padding-bottom: 20px;
    width: 100%;
  }
  div[id="specialty-landing-page"] div.bc-top-banner .bc-textimage .bc-textimage-left img, div[id="specialty-landing-page"] div.bc-top-banner .bc-textimage .bc-textimage-right img, div[id="specialty-landing-page"] div.bc-top-banner .bc-textimage .bc-textimage-center img,
  div[id="detail-page"] div.bc-top-banner .bc-textimage .bc-textimage-left img,
  div[id="detail-page"] div.bc-top-banner .bc-textimage .bc-textimage-right img,
  div[id="detail-page"] div.bc-top-banner .bc-textimage .bc-textimage-center img {
    width: 100%;
  }

  div.bc-aside .bc-aside-par,
  div.bc-aside .bc-aside-par-inherit {
    margin-bottom: -1px;
  }
  div.bc-aside .bc-aside-par > div,
  div.bc-aside .bc-aside-par-inherit > div {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 51.1875em) and (min-width: 33.75em) {
  div.bc-aside {
    margin-left: -5.5% !important;
    width: 111%;
  }
  div.bc-aside .bc-aside-par > div,
  div.bc-aside .bc-aside-par-inherit > div {
    padding-left: 5%;
    width: 42.5%;
    float: left;
  }

  div[id="landing-page"] div.bc-aside .bc-aside-par > div:last-child.generalcontactbox, div[id="landing-page"] div.bc-aside .bc-aside-par > div:last-child.askaquestionbox, div[id="landing-page"] div.bc-aside .bc-aside-par > div:last-child.regioncontactbox,
  div[id="landing-page"] div.bc-aside .bc-aside-par-inherit > div:last-child.generalcontactbox,
  div[id="landing-page"] div.bc-aside .bc-aside-par-inherit > div:last-child.askaquestionbox,
  div[id="landing-page"] div.bc-aside .bc-aside-par-inherit > div:last-child.regioncontactbox {
    border-bottom: 0px !important;
    margin-bottom: 0px !important;
  }

  div[id="specialty-landing-page"] div.bc-aside,
  div[id="specialty-detail-page"] div.bc-aside,
  div[id="detail-page"] div.bc-aside {
    margin-left: 0 !important;
  }
  div[id="specialty-landing-page"] div.bc-aside .bc-aside-par > div,
  div[id="specialty-landing-page"] div.bc-aside .bc-aside-par-inherit > div,
  div[id="specialty-detail-page"] div.bc-aside .bc-aside-par > div,
  div[id="specialty-detail-page"] div.bc-aside .bc-aside-par-inherit > div,
  div[id="detail-page"] div.bc-aside .bc-aside-par > div,
  div[id="detail-page"] div.bc-aside .bc-aside-par-inherit > div {
    padding-left: 0;
    width: 100%;
    float: none;
  }

  div.bc-content-right div.bc-banner {
    float: left;
    width: 100%;
  }

  div.bc-content-right div.bc-content-center,
  div[id="specialty-detail-page"] div.bc-content-left {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 240px 0 0;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  div.bc-content-right div.bc-aside,
  div[id="specialty-detail-page"] div.bc-aside {
    position: relative;
    width: 220px;
    float: left;
    margin: 0 0 0 -220px !important;
    clear: none;
  }
}
@media screen and (max-width: 33.6875em) {
  div.bc-content-right div.bc-content-center {
    padding: 0px;
  }

  div.bc-aside {
    margin: 0 !important;
  }
  div.bc-aside .bc-aside-par > div:after,
  div.bc-aside .bc-aside-par-inherit > div:after {
    content: "";
    width: 111%;
    height: 1px;
    margin-left: -5.5%;
    background-color: #e3e3e1;
    display: block;
    position: absolute;
    bottom: 0px;
  }
  div.bc-aside .bc-aside-par > div:first-child:before,
  div.bc-aside .bc-aside-par-inherit > div:first-child:before {
    top: 0px;
    content: "";
    width: 111%;
    height: 1px;
    margin-left: -5.5%;
    background-color: #e3e3e1;
    display: block;
    position: absolute;
  }
  div.bc-aside .bc-aside-par > div:last-child:after,
  div.bc-aside .bc-aside-par-inherit > div:last-child:after {
    display: none;
  }
}
/* templates component tablet/mobile end */
/* accordion component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  .bc-accordion.products-block {
    position: relative;
  }
  .bc-accordion.products-block h3 {
    background-color: #f7fbfd;
    padding: 10px 15px;
    margin: 0px;
  }
  .bc-accordion.products-block h3 a {
    width: 100%;
  }
  .bc-accordion.products-block h3 a span {
    float: right;
  }
  .bc-accordion.products-block div.accordion-content {
    box-shadow: none;
    background: none;
    padding: 0 15px;
  }
  .bc-accordion.products-block div.accordion-content:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    margin-left: -15px;
    top: 0px;
    background-color: #e3e3e1;
  }
  .bc-accordion.products-block div.accordion-content div.bc-linkdetail {
    margin-top: 0px;
  }
  .bc-accordion.products-block div.accordion-content div.bc-linkdetail p {
    margin-bottom: 0px;
  }

  .touch div.bc-accordion > h3 span{
    -webkit-transform: rotate(0deg);
  }

  .touch div.bc-accordion.open > h3 span{
  	background: url(styles/images/arrow-down-dark.png) no-repeat center top;
    -webkit-transform: rotate(0deg);
  }
}
@media screen and (max-width: 33.6875em) {
  .bc-accordion.products-block {
    margin-left: -5.5%;
    width: 111%;
  }
  .bc-accordion.products-block h3 {
    padding: 10px 5%;
  }
  .bc-accordion.products-block h3 a {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .bc-accordion.products-block h3 a span {
    margin-right: 0px;
  }
  .bc-accordion.products-block p {
    line-height: 17px;
    margin-bottom: 16px;
  }
  .bc-accordion.products-block div.accordion-content {
    padding-left: 5%;
    padding-right: 5%;
  }
  .bc-accordion.products-block div.accordion-content:before {
    margin-left: -5%;
  }
  .bc-accordion.products-block div.accordion-content div.bc-linkdetail {
    margin-bottom: 16px;
  }
  .bc-accordion.products-block div.accordion-content .parsys_column > .parsys_column:last-child div.bc-linkdetail {
    margin-bottom: 0px;
  }

  .touch div.bc-accordion > h3 span{
    -webkit-transform: rotate(0deg);
  }

  .touch div.bc-accordion.open > h3 span{
  	background: url(styles/images/arrow-down-dark.png) no-repeat center top;
    -webkit-transform: rotate(0deg);
  }
}
/* accordion component tablet/mobile end */

/* aperture component tablet/mobile start */
@media screen and (max-width: 33.6875em) {
  .apertureLeft,
  .apertureRight {
    width: 6px;
  }
}
div .bc-top-banner .bc-aperture
{ margin-right: -10px; }
/* aperture component tablet/mobile end */

/* askaquestionbox component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  div.bc-ask-a-question div.ask-a-question {
    width: 100%;
    box-shadow: none;
    padding: 0;
  }
  div.bc-ask-a-question div.ask-a-question h3 {
    border: 0;
    padding: 0;
  }
  div.bc-ask-a-question div.ask-a-question textarea {
    width: 98%;
    box-shadow: none;
    border-radius: 0;
    padding: 1%;
    border: 1px solid #e3e3e1;
    margin: 0 0 10px 0;
  }
  div.bc-ask-a-question div.ask-a-question button {
    display: block;
  }
}
@media screen and (max-width: 51.1875em) and (min-width: 33.75em) {
  div.bc-aside .bc-aside-par .askaquestionbox,
  div.bc-aside .bc-aside-par-inherit .askaquestionbox {
    width: 95%;
    border-top: 1px solid #e3e3e1;
    border-bottom: 1px solid #e3e3e1;
    margin-bottom: -1px;
  }
  div.bc-aside .bc-aside-par .askaquestionbox div.bc-ask-a-question,
  div.bc-aside .bc-aside-par-inherit .askaquestionbox div.bc-ask-a-question {
    width: 95%;
  }
}
/* askaquestionbox component tablet/mobile end */
/* boxoutline component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  div.bc-boxoutline .box-surroundwide,
  div.bc-boxoutline .box-surroundnarrow,
  div.bc-boxoutline .box-surroundtopnav {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(100, 100, 100, 0.2);
  }
  div.bc-boxoutline blockquote {
    width: 100% !important;
  }
  div.bc-boxoutline .box {
    padding: 10px;
  }

  div.bc-aside .bc-boxoutline blockquote {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 51.1875em) and (min-width: 33.75em) {
  div.bc-boxoutline blockquote.promonarrow, div.bc-boxoutline blockquote.promotopnav {
    max-width: 288px;
  }

  div.bc-aside .bc-boxoutline {
    margin-top: -20px;
  }
}
@media screen and (max-width: 33.6875em) {
  div.bc-aside .bc-boxoutline .box-surroundnarrow,
  div.bc-aside .bc-boxoutline .box-surroundwide {
    border: 0px;
  }
  div.bc-aside .bc-boxoutline .box-surroundnarrow .box,
  div.bc-aside .bc-boxoutline .box-surroundwide .box {
    padding: 0px;
  }

  div.bc-boxoutline blockquote {
    width: 100%;
  }
  div.bc-boxoutline .bc-horizontal-line {
    margin-left: 0%;
    width: 100%;
  }

  .parsys_column div.bc-boxoutline blockquote.promowide {
    margin-bottom: 30px;
  }
  .parsys_column div.bc-boxoutline blockquote.promonarrow {
    margin-bottom: 30px;
  }
  .parsys_column div.bc-boxoutline blockquote.promotopnav {
    margin-bottom: 30px;
  }
}
/* boxoutline component tablet/mobile end */
/* Branch Locator Box component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  .bc-branchlocatorbox div.box {
    box-shadow: none;
    width: 100%;
    padding: 0;
  }
  .bc-branchlocatorbox .bc-branchlocatortext {
    width: 100%;
    float: none;
  }
  .bc-branchlocatorbox .bc-branchlocatorimage {
    text-align: center;
    margin-top: 10px;
  }
  .bc-branchlocatorbox .bc-branchlocatorimage a {
    padding: 0 !important;
  }
  .bc-branchlocatorbox div.branch-locator h3 {
    border: none;
  }
}
@media screen and (max-width: 33.6875em) {
  .bc-branchlocatorbox .bc-branchlocatortext {
    width: 50%;
    float: left;
  }
}
/* Branch Locator Box component tablet/mobile end */

/* breadcrumbs component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  .breadcrumb {
    margin-bottom: 0px;
  }

  .bc-breadcrumbs {
    background: none;
    padding: 0 0 0 5%;
    margin-top: 5px;
  }
  .bc-breadcrumbs .c_breadcrumb_link,
  .bc-breadcrumbs .c_breadcrumb_text {
    display: none;
  }
  .bc-breadcrumbs div:nth-last-child(2) {
    display: block;
    background: none;
    position: relative;
  }
  .bc-breadcrumbs div:nth-last-child(2) a {
    padding: 0 0 0 15px;
    font-size: 1.25em;
    color: #007eb6;
  }
  .bc-breadcrumbs div:nth-last-child(2):before {
    font-family: 'Icons';
    speak: none;
    content: "\e613";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 43px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
    color: #007eb6;
    position: absolute;
    left: -3px;
    zoom: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .bc-breadcrumbs .home {
    text-indent: 0 !important;
    width: auto !important;
  }
  .bc-breadcrumbs .home a:after {
    content: none;
  }
}
/* breadcrumbs component tablet/mobile end */

/* bullet component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  .bullet .bc-tick {
    font-size: 1.2em;
  }
}
/* bullet component tablet/mobile end */

/* column control component tablet/mobile start */
@media screen and (max-width: 33.6875em) {
  div.parsys_column {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  div.parsys_column div.parsys_column > div:last-of-type {
    margin-bottom: 16px;
  }
}
/* column control component tablet/mobile end */
/* disclaimer component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  .disclaimer-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* disclaimer component tablet/mobile end */

/* FAQs Box component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  div.bc-faqsbox .faqs {
    box-shadow: none;
    width: 100%;
    padding: 0;
  }
  div.bc-faqsbox .faqs h3 {
    border: 0;
  }
  div.bc-faqsbox div.bc-link {
    margin-bottom: 0px !important;
  }
}
/* FAQs Box component tablet/mobile end */

/* Footer component Tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  div.bc-footer .nav.group .footer_link_par div:nth-last-of-type(2) .bc-footer-link-seperator a:after {
    display: none;
  }
  div.bc-footer div.textimageeditor {
    width: 100%;
  }
  div.bc-footer div.nav.group .bc-footer-link,
  div.bc-footer div.nav.group .bc-footer-link-seperator {
    padding: 10px 0;
  }
  div.bc-footer div.nav.group .textimageeditor {
    padding: 10px 0 0;
  }
  div.bc-footer div.linksdropdown {
    margin: 0;
    width: 111%;
    margin-left: -5.5%;
  }
}
/* Footer component Tablet/mobile end */

/* FX text alert form component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  form div.parsys_column {
    margin-bottom: 0;
    position: relative;
  }
  form div.parsys_column.cq-colctrl-lt6 {
    margin-top: 5px;
    display: inline-block;
  }
  form div.parsys_column .cq-colctrl-lt6-c0 {
    float: none;
    width: 100%;
  }
  form div.parsys_column .cq-colctrl-lt6-c0 .bc-textimage-text {
    width: 100%;
    padding-left: 30px;
    text-align: left;
  }
  form div.parsys_column .cq-colctrl-lt6-c1 {
    float: none;
    position: absolute;
    top: 0;
  }
  form div.parsys_column .form_row {
    margin: 0;
  }
  form .form_radio {
    margin-bottom: 30px;
  }
  form .form_radio .form_row.title {
    width: 100% !important;
  }
  form .form_radio .form_row.title .form_leftcol {
    margin: 0 !important;
  }
  form .form_checkbox .form_row {
    position: relative;
    float: none;
  }
  form .form_checkbox .form_row .form_rightcol {
    margin-top: 0px;
  }
  form .form_checkbox .form_row.title {
    position: relative;
    float: left;
    margin: 12px 0 0 40px !important;
    width: auto !important;
  }
  form .form_checkbox .form_row.title p {
    margin-bottom: 8px;
  }
  form .form_row .form_leftcol {
    width: 100%;
    padding: 0 0 5px 0;
    float: none;
    text-align: left;
  }
  form .form_row .form_leftcol.form_error {
    display: none;
  }
  form .form_row .form_leftcol .form_leftcollabel {
    width: 100%;
    float: none;
  }
  form .form_row .form_rightcol input[type="text"],
  form .form_row .form_rightcol input[type="email"],
  form .form_row .form_rightcol input[type="tel"],
  form .form_row .form_rightcol .multi_select_dropdown,
  form .form_row .form_rightcol textarea {
    display: block !important;
    vertical-align: middle;
    width: 100% !important;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 100;
    border: 1px solid #e3e3e1;
    text-indent: inherit;
    line-height: normal;
    padding: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  form .form_row .form_rightcol input[type="text"],
  form .form_row .form_rightcol input[type="email"],
  form .form_row .form_rightcol input[type="number"],
  form .form_row .form_rightcol .multi_select_dropdown {
    height: 32px;
  }
  form .form_row .form_rightcol .errormsg {
    padding-left: 0px;
    padding-bottom: 5px;
  }
  form .form_row .form_rightcol .charcounter {
    padding-left: 0px;
  }
  form .form_row .form_rightcol button {
    margin-left: 0px;
  }
  form .form_row .form_rightcol .msd_wrapper {
    display: none;
  }
  form .form_row .form_rightcol label > span, form .form_row .form_rightcol div.label > span {
    display: block;
    width: auto;
    text-align: left;
    margin-right: auto;
    padding-bottom: 5px;
  }
  form .form_row .form_rightcol input[type="radio"],
  form .form_row .form_rightcol input[type="checkbox"] {
    display: none;
  }
  form .form_row .form_rightcol input[type="radio"] + label {
    padding-left: 40px;
    line-height: 30px;
    position: relative;
    display: block;
  }
  form .form_row .form_rightcol input[type="radio"] + label:before {
    content: "";
    background-color: #FFF;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 16px;
    border: 1px solid #e3e3e1;
    padding: 10px;
    left: 0px;
    background-clip: content-box;
  }
  form .form_row .form_rightcol input[type="radio"]:checked + label:before {
    background-color: #007eb6;
  }
  form .form_row .form_rightcol input[type="checkbox"] + label {
    line-height: 0;
    display: block;
  }
  form .form_row .form_rightcol input[type="checkbox"] + label:before {
    font-family: Icons;
    content: "";
    width: 16px;
    height: 16px;
    line-height: 24px;
    position: absolute;
    border: 1px solid #e3e3e1;
    padding: 0 3px 7px 4px;
    left: 0px;
    top: 7px;
    background-clip: content-box;
  }
  form .form_row .form_rightcol input[type="checkbox"]:checked + label:before {
    content: "\e60e";
    color: #222222;
  }
  form .form_row .form_rightcol .form_button_submit {
    margin-bottom: 20px;
  }
  form .form_error {
    margin-bottom: -10px !important;
  }
}
@media screen and (max-width: 33.6875em) {
  form input[type="radio"] + label {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  form .form_radio .form_row {
    width: 100%;
  }
}
/* FX text alert form component tablet/mobile end */
/* General Contact Box component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  .bc-generalcontactbox .bc-link {
    margin-bottom: 0px !important;
  }
  .bc-generalcontactbox div.box {
    width: 100%;
    box-shadow: none;
    padding: 0 !important;
  }
  .bc-generalcontactbox div.box h3 {
    border: 0;
  }
  .bc-generalcontactbox div.box .generalcontactbox_par1 {
    border-bottom: 1px solid #e3e3e1;
    padding: 0 0 10px 0;
  }
  .bc-generalcontactbox div.box .phone {
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 51.1875em) and (min-width: 33.75em) {
  #landing-page div.bc-aside .generalcontactbox {
    width: 95%;
    border-top: 1px solid #e3e3e1;
    border-bottom: 1px solid #e3e3e1;
    margin-bottom: -1px;
  }
  #landing-page div.bc-aside .generalcontactbox div.bc-generalcontactbox {
    width: 95%;
  }
  #landing-page div.bc-aside .generalcontactbox div.box .column1,
  #landing-page div.bc-aside .generalcontactbox div.box .column2 {
    width: 47%;
    float: left;
  }
  #landing-page div.bc-aside .generalcontactbox div.box .column2 {
    margin: 0 0 0 6%;
  }
  #landing-page div.bc-aside .generalcontactbox div.box .bc-height {
    display: none;
  }
  #landing-page div.bc-aside .generalcontactbox div.box .generalcontactbox_par1 {
    border: 0;
    padding: 0;
  }

  #specialty-landing-page div.bc-aside .generalcontactbox,
  #specialty-detail-page div.bc-aside .generalcontactbox,
  #detail-page div.bc-aside .generalcontactbox {
    border: 1px solid #e3e3e1;
    padding: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #specialty-landing-page div.bc-aside .generalcontactbox div.bc-generalcontactbox,
  #specialty-detail-page div.bc-aside .generalcontactbox div.bc-generalcontactbox,
  #detail-page div.bc-aside .generalcontactbox div.bc-generalcontactbox {
    margin: 0;
  }
  #specialty-landing-page div.bc-aside .generalcontactbox div.bc-generalcontactbox .phone,
  #specialty-detail-page div.bc-aside .generalcontactbox div.bc-generalcontactbox .phone,
  #detail-page div.bc-aside .generalcontactbox div.bc-generalcontactbox .phone {
    font-size: 1.75em !important;
  }
}
/* General Contact Box component tablet/mobile end */
/* header component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  body.navOpen div.bc-header {
    left: 280px;
  }

  body:before {
    position: relative;
    content: "";
    display: block;
    height: 75px;
  }

  div.bc-header {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 75px;
    background-color: #FFF;
    border-bottom: 1px solid #E3E3E1;
    min-height: 0;
  }
  div.bc-header.animated {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition-property: left, top;
    -moz-transition-property: left, top;
    /* Firefox 4 */
    -webkit-transition-property: left, top;
    /* Safari and Chrome */
    -o-transition-property: left, top;
  }
  div.bc-header.iosfix {
    position: absolute;
    transition: top 0s linear 0s;
    -webkit-transition: top 0s linear 0s;
    -moz-transition: top 0s linear 0s;
    -o-transition: top 0s linear 0s;
  }
  div.bc-header.iosforcetop {
    position: absolute;
    top: -75px;
    transition: top 0s linear 0s;
    -webkit-transition: top 0s linear 0s;
    -moz-transition: top 0s linear 0s;
    -o-transition: top 0s linear 0s;
  }
  div.bc-header .header {
    padding-bottom: 0px;
  }
  div.bc-header #search {
    top: 36px;
    right: 5%;
  }
  div.bc-header .searchContainer {
    top: 76px;
  }
  div.bc-header .searchContainer form select, div.bc-header .searchContainer form textarea, div.bc-header .searchContainer form input[type="text"], div.bc-header .searchContainer form input[type="password"], div.bc-header .searchContainer form input[type="datetime"], div.bc-header .searchContainer form input[type="datetime-local"], div.bc-header .searchContainer form input[type="date"], div.bc-header .searchContainer form input[type="month"], div.bc-header .searchContainer form input[type="time"], div.bc-header .searchContainer form input[type="week"], div.bc-header .searchContainer form input[type="number"], div.bc-header .searchContainer form input[type="email"], div.bc-header .searchContainer form input[type="url"], div.bc-header .searchContainer form input[type="search"], div.bc-header .searchContainer form input[type="tel"], div.bc-header .searchContainer form input[type="color"] {
    font-size: 16px;
    font-size: 1rem;
    font-family: ExpertSans-Light, Helvetica, Arial, sans-serif;
  }
  div.bc-header .searchContainer form select:focus, div.bc-header .searchContainer form textarea:focus, div.bc-header .searchContainer form input[type="text"]:focus, div.bc-header .searchContainer form input[type="password"]:focus, div.bc-header .searchContainer form input[type="datetime"]:focus, div.bc-header .searchContainer form input[type="datetime-local"]:focus, div.bc-header .searchContainer form input[type="date"]:focus, div.bc-header .searchContainer form input[type="month"]:focus, div.bc-header .searchContainer form input[type="time"]:focus, div.bc-header .searchContainer form input[type="week"]:focus, div.bc-header .searchContainer form input[type="number"]:focus, div.bc-header .searchContainer form input[type="email"]:focus, div.bc-header .searchContainer form input[type="url"]:focus, div.bc-header .searchContainer form input[type="search"]:focus, div.bc-header .searchContainer form input[type="tel"]:focus, div.bc-header .searchContainer form input[type="color"]:focus {
    font-size: 16px;
    font-size: 1rem;
  }
  div.bc-header #bc-logo {
    text-align: center;
    top: 25px;
    height: 50px;
    line-height: 50px;
    width: 100%;
  }
  div.bc-header #bc-logo img {
    width: 152px;
    height: auto;
  }
  div.bc-header #bc-logo img.desktop {
    display: none;
  }
  div.bc-header #bc-logo img.device {
    display: inline-block;
  }
  div.bc-header strong.title {
    position: relative;
    width: 100%;
    color: #494949;
    margin: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 24px;
    height: 24px;
    border-bottom: 1px solid #E3E3E1;
    padding: 0 5%;
    float: right;
    text-align: right;
    top: auto;
  }
  div.bc-header div.nav.toplevel {
    position: absolute;
    top: 27px;
    left: 5%;
    width: 35px;
    height: 30px;
    cursor: hand;
    cursor: pointer;
    color: #007EB6;
  }
  div.bc-header .barclays-toggle:before {
    font-family: 'Icons';
    speak: none;
    content: "\e608";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-size: 1.25rem;
    position: absolute;
    margin-top: .1875em;
    left: 0px;
    display: inline-block;
    zoom: 1;
  }
  div.bc-header div.nav.toplevel > ul {
    display: none;
  }
  div.bc-header h1.title {
    position: relative;
    width: 100%;
    color: #494949;
    margin: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 24px;
    height: 24px;
    border-bottom: 1px solid #E3E3E1;
    padding: 0 5%;
    float: right;
    text-align: right;
    top: auto;
  }
}
@media screen and (max-width: 51.1875em) and (min-width: 33.75em) {
  div.bc-header .searchContainer {
    right: 0px;
    background: url(styles/images/search-background-small.png) no-repeat 16px top;
  }
  div.bc-header .searchContainer form {
    left: 36px;
  }
  div.bc-header .searchContainer form input#searchBox {
    width: 300px;
  }
}
@media screen and (max-width: 33.6875em) {
  div.bc-header .searchContainer {
    width: 100% !important;
    right: 0px !important;
    height: 52px !important;
    background-image: none !important;
    background-color: #FFF !important;
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 0px 4px 5px -4px #e1e1e1;
  }
  div.bc-header .searchContainer form {
    width: 100%;
    position: relative;
    top: 0px !important;
    left: 0px !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 5% 10px 5%;
  }
  div.bc-header .searchContainer form input#searchBox {
    width: 93% !important;
  }
  div.bc-header .searchContainer form input.submit {
    position: absolute;
    right: 5%;
  }
}
/* header component tablet/mobile end */
/* Homepageproductbox component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  div.bc-homepageproductbox.blocks {
    background-image: none;
    border-top: 1px solid #e3e3e1;
    border-bottom: 1px solid #e3e3e1;
    width: 111%;
    margin-left: -5.5%;
    margin-bottom: 10px;
  }
  div.bc-homepageproductbox.blocks div.block {
    float: none;
    display: block;
    width: 100% !important;
    margin: 0;
    border-top: 1px solid #e3e3e1;
    padding: 10px 0 0 0;
  }
  div.bc-homepageproductbox.blocks div.block:first-child {
    margin: 0 !important;
    border: none;
  }
  div.bc-homepageproductbox.blocks div.block h3 {
    padding: 0 0 0 5%;
  }
  div.bc-homepageproductbox.blocks div.block h3 a {
    width: 100%;
  }
  div.bc-homepageproductbox.blocks div.block h3 a span {
    float: right;
    margin: 0 5% 0 0;
  }
  div.bc-homepageproductbox.blocks div.block p {
    padding: 0 5%;
  }
  div.bc-homepageproductbox.blocks div.block-callout {
    position: relative;
    overflow: visible;
  }
  div.bc-homepageproductbox.blocks div.block-callout div.block-callout-bc-main div {
    margin-top: 15px;
  }
  div.bc-homepageproductbox.blocks div.block-callout div.bc-textimage h3 {
    font-size: 1.26em;
  }
  div.bc-homepageproductbox.blocks .block-links {
    background: none;
    padding: 0;
  }
  div.bc-homepageproductbox.blocks .block-links .callout {
    width: 90%;
    height: 100% !important;
    margin: 0 auto;
    background: none;
  }
  div.bc-homepageproductbox.blocks .block-links .callout.open:after {
    content: "";
    width: 111%;
    margin-left: -5.5%;
    height: 1px;
    background-color: #666;
    visibility: visible;
    bottom: -1px;
  }
  div.bc-homepageproductbox.blocks .block-links .callout .block-callout-bc-main h3, div.bc-homepageproductbox.blocks .block-links .callout .block-callout-bc-main .intro {
    display: none;
  }
  div.bc-homepageproductbox.blocks .block-links .callout .block-callout-bc-main .bc-leftmargin,
  div.bc-homepageproductbox.blocks .block-links .callout .block-callout-bc-main .bc-rightmargin {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    display: block !important;
  }
  div.bc-homepageproductbox.blocks .block-links .callout .block-callout-bc-main .bc-leftmargin h3, div.bc-homepageproductbox.blocks .block-links .callout .block-callout-bc-main .bc-leftmargin p,
  div.bc-homepageproductbox.blocks .block-links .callout .block-callout-bc-main .bc-rightmargin h3,
  div.bc-homepageproductbox.blocks .block-links .callout .block-callout-bc-main .bc-rightmargin p {
    display: block;
    padding: 0;
  }
  div.bc-homepageproductbox.blocks .block-links .callout .block-callout-bc-main .bc-leftmargin .bc-leftspace,
  div.bc-homepageproductbox.blocks .block-links .callout .block-callout-bc-main .bc-rightmargin .bc-leftspace {
    margin: 0;
  }
  div.bc-homepageproductbox.blocks .block-links .callout .block-callout-side .bc-textimage-left {
    float: none;
    padding: 0;
  }
}
@media screen and (max-width: 51.1875em) and (min-width: 33.75em) {
  div.bc-homepageproductbox.blocks div.block-callout div.block-callout-bc-main,
  div.bc-homepageproductbox.blocks div.block-callout div.block-callout-side {
    width: 48%;
    margin: 0;
  }
  div.bc-homepageproductbox.blocks div.block-callout div.block-callout-side {
    float: right;
  }
}
@media screen and (max-width: 33.6875em) {
  div.bc-homepageproductbox.blocks .block-callout-side,
  div.bc-homepageproductbox.blocks .bc-textimage-left,
  div.bc-homepageproductbox.blocks .block-callout-bc-main {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    display: block !important;
  }
  div.bc-homepageproductbox.blocks .block-callout-side img,
  div.bc-homepageproductbox.blocks .bc-textimage-left img,
  div.bc-homepageproductbox.blocks .block-callout-bc-main img {
    width: 100%;
    height: auto;
  }
}
/* Homepageproductbox component tablet/mobile end */

/* horizontal line component tablet/mobile start */
@media screen and (max-width: 33.6875em) {
  .bc-horizontal-line {
    margin-left: -5.5%;
    width: 111%;
  }
}
/* horizontal line component tablet/mobile end */

/* IBAN component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  div.ibangenerator .c_iban_list, div.ibangenerator .c_iban_list_head,
  div.ibanvalidator .c_iban_list,
  div.ibanvalidator .c_iban_list_head {
    display: none;
  }
  div.ibangenerator .c_iban_list,
  div.ibanvalidator .c_iban_list {
    width: 100%;
    text-align: left;
  }
  div.ibangenerator .c_iban_list .device_title,
  div.ibanvalidator .c_iban_list .device_title {
    font-size: 13px;
    font-size: 0.8125rem;
    display: block;
    margin-bottom: 7px;
    font-family: ExpertSans-Regular, Arial, sans-serif;
  }
  div.ibangenerator .c_iban_button,
  div.ibangenerator .c_iban_button_validator,
  div.ibanvalidator .c_iban_button,
  div.ibanvalidator .c_iban_button_validator {
    margin-left: 0;
    margin-top: 0;
  }
  div.ibangenerator .c_iban_record,
  div.ibangenerator .c_iban_result,
  div.ibanvalidator .c_iban_record,
  div.ibanvalidator .c_iban_result {
    width: 100%;
    float: none;
    padding-left: 0;
    position: relative;
  }
  div.ibangenerator .c_iban_result,
  div.ibanvalidator .c_iban_result {
    margin-bottom: 10px;
  }
  div.ibangenerator div.c_iban_generateiban input[type="text"],
  div.ibangenerator div.c_iban_generateiban input[type="number"],
  div.ibangenerator div.c_iban_generateiban select,
  div.ibangenerator div.c_iban_validation input[type="text"],
  div.ibangenerator div.c_iban_validation input[type="number"],
  div.ibangenerator div.c_iban_validation select,
  div.ibanvalidator div.c_iban_generateiban input[type="text"],
  div.ibanvalidator div.c_iban_generateiban input[type="number"],
  div.ibanvalidator div.c_iban_generateiban select,
  div.ibanvalidator div.c_iban_validation input[type="text"],
  div.ibanvalidator div.c_iban_validation input[type="number"],
  div.ibanvalidator div.c_iban_validation select {
    display: block !important;
    vertical-align: middle;
    width: 100% !important;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 100;
    border: 1px solid #e3e3e1 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;
    padding: 0;
  }
  div.ibangenerator div.c_iban_generateiban div.c_iban_currency,
  div.ibangenerator div.c_iban_generateiban div.c_iban_accountno,
  div.ibangenerator div.c_iban_generateiban div.c_iban_message,
  div.ibangenerator div.c_iban_validation div.c_iban_currency,
  div.ibangenerator div.c_iban_validation div.c_iban_accountno,
  div.ibangenerator div.c_iban_validation div.c_iban_message,
  div.ibanvalidator div.c_iban_generateiban div.c_iban_currency,
  div.ibanvalidator div.c_iban_generateiban div.c_iban_accountno,
  div.ibanvalidator div.c_iban_generateiban div.c_iban_message,
  div.ibanvalidator div.c_iban_validation div.c_iban_currency,
  div.ibanvalidator div.c_iban_validation div.c_iban_accountno,
  div.ibanvalidator div.c_iban_validation div.c_iban_message {
    width: 100%;
  }
  div.ibangenerator div.c_iban_generateiban div.c_iban_message,
  div.ibangenerator div.c_iban_validation div.c_iban_message,
  div.ibanvalidator div.c_iban_generateiban div.c_iban_message,
  div.ibanvalidator div.c_iban_validation div.c_iban_message {
    padding: 0;
    margin: 0;
  }
  div.ibangenerator div.c_iban_generateiban div.c_iban_message span,
  div.ibangenerator div.c_iban_validation div.c_iban_message span,
  div.ibanvalidator div.c_iban_generateiban div.c_iban_message span,
  div.ibanvalidator div.c_iban_validation div.c_iban_message span {
    background: #f7fbfe;
    display: block;
    width: 100%;
    line-height: 40px;
    text-indent: 20px;
    color: #253540;
    font-weight: bold;
  }
  div.ibangenerator div.c_iban_generateiban div.c_iban_prefix,
  div.ibangenerator div.c_iban_validation div.c_iban_prefix,
  div.ibanvalidator div.c_iban_generateiban div.c_iban_prefix,
  div.ibanvalidator div.c_iban_validation div.c_iban_prefix {
    position: relative;
  }
  div.ibangenerator div.c_iban_generateiban div.c_iban_prefix .device_title,
  div.ibangenerator div.c_iban_validation div.c_iban_prefix .device_title,
  div.ibanvalidator div.c_iban_generateiban div.c_iban_prefix .device_title,
  div.ibanvalidator div.c_iban_validation div.c_iban_prefix .device_title {
    position: absolute;
    top: -37px;
    font-weight: normal;
  }
  div.ibangenerator div.c_iban_generateiban div.c_iban_sortcode:before,
  div.ibangenerator div.c_iban_validation div.c_iban_sortcode:before,
  div.ibanvalidator div.c_iban_generateiban div.c_iban_sortcode:before,
  div.ibanvalidator div.c_iban_validation div.c_iban_sortcode:before {
    white-space: pre;
    content: ".";
    font-size: 0;
  }
  div.ibangenerator div.c_iban_validation input.pass + span.i:after, div.ibangenerator div.c_iban_validation input.fail + span.i:after,
  div.ibanvalidator div.c_iban_validation input.pass + span.i:after,
  div.ibanvalidator div.c_iban_validation input.fail + span.i:after {
    font-family: Icons;
    content: "\e60e";
    color: #4d8d06;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 12px;
    height: 12px;
    background-clip: content-box;
  }
  div.ibangenerator div.c_iban_validation input.fail + span.i:after,
  div.ibanvalidator div.c_iban_validation input.fail + span.i:after {
    content: "\e60c";
    color: #de1113;
  }
}
@media screen and (max-width: 51.1875em) and (min-width: 33.75em) {
  div.ibangenerator div.c_iban_generateiban > div:nth-child(2),
  div.ibangenerator div.c_iban_generateiban > div:nth-child(3),
  div.ibangenerator div.c_iban_generateiban > div:nth-child(4),
  div.ibangenerator div.c_iban_validation > div:nth-child(2),
  div.ibangenerator div.c_iban_validation > div:nth-child(3),
  div.ibangenerator div.c_iban_validation > div:nth-child(4),
  div.ibanvalidator div.c_iban_generateiban > div:nth-child(2),
  div.ibanvalidator div.c_iban_generateiban > div:nth-child(3),
  div.ibanvalidator div.c_iban_generateiban > div:nth-child(4),
  div.ibanvalidator div.c_iban_validation > div:nth-child(2),
  div.ibanvalidator div.c_iban_validation > div:nth-child(3),
  div.ibanvalidator div.c_iban_validation > div:nth-child(4) {
    display: block;
  }
  div.ibangenerator div.c_iban_generateiban > div:nth-child(2),
  div.ibangenerator div.c_iban_generateiban > div:nth-child(3),
  div.ibangenerator div.c_iban_validation > div:nth-child(2),
  div.ibangenerator div.c_iban_validation > div:nth-child(3),
  div.ibanvalidator div.c_iban_generateiban > div:nth-child(2),
  div.ibanvalidator div.c_iban_generateiban > div:nth-child(3),
  div.ibanvalidator div.c_iban_validation > div:nth-child(2),
  div.ibanvalidator div.c_iban_validation > div:nth-child(3) {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  div.ibangenerator div.c_iban_generateiban div.c_iban_currency,
  div.ibangenerator div.c_iban_validation div.c_iban_currency,
  div.ibanvalidator div.c_iban_generateiban div.c_iban_currency,
  div.ibanvalidator div.c_iban_validation div.c_iban_currency {
    width: 24%;
    padding-right: 3%;
  }
  div.ibangenerator div.c_iban_generateiban div.c_iban_sortcode,
  div.ibangenerator div.c_iban_validation div.c_iban_sortcode,
  div.ibanvalidator div.c_iban_generateiban div.c_iban_sortcode,
  div.ibanvalidator div.c_iban_validation div.c_iban_sortcode {
    width: 15%;
    padding-right: 3%;
  }
  div.ibangenerator div.c_iban_generateiban div.c_iban_accountno,
  div.ibangenerator div.c_iban_validation div.c_iban_accountno,
  div.ibanvalidator div.c_iban_generateiban div.c_iban_accountno,
  div.ibanvalidator div.c_iban_validation div.c_iban_accountno {
    width: 50%;
  }
  div.ibangenerator div.c_iban_generateiban div.c_iban_prefix,
  div.ibangenerator div.c_iban_validation div.c_iban_prefix,
  div.ibanvalidator div.c_iban_generateiban div.c_iban_prefix,
  div.ibanvalidator div.c_iban_validation div.c_iban_prefix {
    width: 5%;
    margin-top: 35px;
  }
  div.ibangenerator div.c_iban_generateiban div.c_iban_message span,
  div.ibangenerator div.c_iban_validation div.c_iban_message span,
  div.ibanvalidator div.c_iban_generateiban div.c_iban_message span,
  div.ibanvalidator div.c_iban_validation div.c_iban_message span {
    float: left;
    width: auto;
    padding: 0 10px;
    text-indent: 0;
  }
  div.ibangenerator div.c_iban_validation > div:nth-child(2),
  div.ibangenerator div.c_iban_validation > div:nth-child(3),
  div.ibangenerator div.c_iban_validation > div:nth-child(4),
  div.ibanvalidator div.c_iban_validation > div:nth-child(2),
  div.ibanvalidator div.c_iban_validation > div:nth-child(3),
  div.ibanvalidator div.c_iban_validation > div:nth-child(4) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 33.6875em) {
  div.ibangenerator div.c_iban_generateiban div:nth-child(2),
  div.ibangenerator div.c_iban_validation div:nth-child(2),
  div.ibanvalidator div.c_iban_generateiban div:nth-child(2),
  div.ibanvalidator div.c_iban_validation div:nth-child(2) {
    display: block;
  }
  div.ibangenerator div.c_iban_generateiban div.c_iban_sortcode,
  div.ibangenerator div.c_iban_validation div.c_iban_sortcode,
  div.ibanvalidator div.c_iban_generateiban div.c_iban_sortcode,
  div.ibanvalidator div.c_iban_validation div.c_iban_sortcode {
    width: 91%;
  }
  div.ibangenerator div.c_iban_generateiban div.c_iban_prefix,
  div.ibangenerator div.c_iban_validation div.c_iban_prefix,
  div.ibanvalidator div.c_iban_generateiban div.c_iban_prefix,
  div.ibanvalidator div.c_iban_validation div.c_iban_prefix {
    width: 9%;
    margin-top: 35px;
  }
}
/* IBAN component tablet/mobile end */

/* imagelinksbox component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  div.bc-imagelinkbox p {
    line-height: inherit;
    font-size: inherit;
  }
  div.bc-imagelinkbox h3 {
    padding: 15px 0 0 0 !important;
    border-top: 1px solid #e3e3e1;
    border-bottom: 0px;
    margin-bottom: 8px;
  }
  div.bc-imagelinkbox .bc-imagelinkbox-image {
    width: 100%;
    height: inherit;
    overflow-x: inherit;
    overflow-y: inherit;
  }
  div.bc-imagelinkbox .bc-imagelinkbox-image a {
    display: block !important;
  }
}
@media screen and (max-width: 33.6875em) {
  div.bc-imagelinkbox {
    margin-bottom: 15px;
  }
}
/* imagelinksbox component tablet/mobile end */

#bc-map-wrap #tabletMapLinks {
  display: none;
}

/* interactive map component tablet/mobile start */
@media screen and (max-width: 51.1875em) and (min-width: 33.75em) {
  #bc-map-tooltip {
    display: none;
  }

  #bc-map-wrap #ukMap, #bc-map-wrap #ukMapImg, #bc-map-wrap #m_worldMapImg, #bc-map-wrap #worldMap {
    display: none;
  }
  #bc-map-wrap #worldMapImg {
    width: 100% !important;
    height: auto !important;
  }
  #bc-map-wrap #tabletMapLinks {
    display: block;
  }
  #bc-map-wrap #tabletMapLinks div {
    position: absolute;
    width: 150px;
    margin-left: -75px;
    text-align: center;
  }
  #bc-map-wrap #tabletMapLinks div a {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    color: #007EB6;
    font-family: ExpertSans-Light, Arial, sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.2em;
    position: relative;
    text-align: center;
    z-index: 2;
    border: 1px solid #CECECE;
    border-radius: 25px;
    padding: 5px 10px 5px 24px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    outline: none !important;
  }
  #bc-map-wrap #tabletMapLinks div a:hover {
    outline: none !important;
  }
  #bc-map-wrap #tabletMapLinks div a:before {
    font-family: 'Icons';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    width: 14px;
    height: 13px;
    overflow: hidden;
    position: absolute;
    text-transform: none;
    top: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #bc-map-wrap #tabletMapLinks div a:before {
    content: "\e605";
    left: 8px;
  }
  #bc-map-wrap #tabletMapLinks #north_america {
    top: 30%;
    left: 20%;
  }
  #bc-map-wrap #tabletMapLinks #europe {
    top: 31%;
    left: 54%;
  }
  #bc-map-wrap #tabletMapLinks #uk {
    top: 20%;
    left: 45%;
  }
  #bc-map-wrap #tabletMapLinks #africa {
    top: 50%;
    left: 50%;
  }
  #bc-map-wrap #tabletMapLinks #asia {
    top: 31%;
    left: 73%;
  }
  #bc-map-wrap #tabletMapLinks #south_america {
    top: 75%;
    left: 30%;
  }
  #bc-map-wrap #tabletMapLinks #australasia {
    top: 75%;
    left: 83%;
  }
}
@media screen and (max-width: 33.6875em) {
  #bc-map-wrap,
  #bc-map-tooltip {
    display: none;
  }
}
/* interactive map component tablet/mobile end */

/* key statistics component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  div.bc-keystatistics {
    margin: 0;
    padding: 12px;
  }

  table th {
    padding-right: 12px;
  }
}
@media screen and (max-width: 51.1875em) and (min-width: 33.75em) {
  div.parsys_column div.bc-keystatistics th, div.parsys_column div.bc-keystatistics td, .bc-twocolumnbox div.bc-keystatistics th, .bc-twocolumnbox div.bc-keystatistics td {
    width: 100%;
    display: inline;
    text-align: left;
    padding: 0px;
  }
}
/* key statistics component tablet/mobile end */
/* left navigation component tablet/mobile start */
/* left navigation component tablet/mobile end */

/* Link component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  div.bc-link {
    margin-bottom: 0px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  div.bc-link a {
    padding-bottom: 10px;
  }
}
/* Link component tablet/mobile end */

/* linkbox component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  .bc-link-container .bc-link a, .bc-link-container div.bc-link-empty {
    padding-bottom: 8px !important;
    padding-top: 8px !important;
  }
}
/* linkbox component tablet/mobile end */

/* Link Detail component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  div.linkdetail {
    margin-bottom: 16px;
  }
  div.linkdetail p {
    margin-bottom: 16px;
  }
  div.linkdetail p:last-of-type, div.linkdetail p:first-of-type {
    margin-bottom: 0px;
  }
}
/* Link Detail component tablet/mobile end */
div.bc-linksdropdown div.area h3 a span {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
div.bc-linksdropdown div.area h3 a span.open {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

/* Linksdropdown component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  div.bc-linksdropdown {
    border-top: 1px solid #E3E3E1;
  }
  div.bc-linksdropdown div.bc-linksdropdown-nav div.area {
    background: none repeat scroll 0 0 #F7FBFD;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #E3E3E1;
    padding: 15px 0;
    border-top: medium none;
  }
  div.bc-linksdropdown div.bc-linksdropdown-nav div.area h3 {
    padding: 0 5%;
  }
  div.bc-linksdropdown div.bc-linksdropdown-nav div.area h3 a span {
    float: right;
  }
  div.bc-linksdropdown div.bc-linksdropdown-nav div.area .bc-link {
    padding: 0 5%;
    margin-bottom: 0px;
  }
  div.bc-linksdropdown .bc-linksdropdown-footer {
    display: none;
  }
}
/* Linksdropdown component tablet/mobile end */

/* Newsletter component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  div.bc-newslettersignup {
    box-shadow: none;
  }
  div.bc-newslettersignup div.box {
    width: 100%;
    padding: 0 !important;
  }
  div.bc-newslettersignup div.box h3 {
    border: 0;
  }
  div.bc-newslettersignup .bc-newslettersignup-image {
    width: 100%;
    margin-left: 0;
  }
  div.bc-newslettersignup .bc-newslettersignup-image a.image {
    display: block;
  }
}
/* Newsletter Box component tablet/mobile end */
/* online enquiry form component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  form {
    width: 100%;
    max-width: 500px;
  }

  div.bc-onlineenquiry .lb-inner {
    margin-top: 0px;
  }
  div.bc-onlineenquiry .lb-form {
    width: 100%;
    padding: 0px;
  }
  div.bc-onlineenquiry .lb-form form input[type="text"],
  div.bc-onlineenquiry .lb-form form input[type="email"],
  div.bc-onlineenquiry .lb-form form input[type="tel"],
  div.bc-onlineenquiry .lb-form form .multi_select_dropdown,
  div.bc-onlineenquiry .lb-form form textarea {
    display: block !important;
    vertical-align: middle;
    width: 100% !important;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 100;
    border: 1px solid #e3e3e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  div.bc-onlineenquiry .lb-form form input[type="text"],
  div.bc-onlineenquiry .lb-form form input[type="email"],
  div.bc-onlineenquiry .lb-form form input[type="number"],
  div.bc-onlineenquiry .lb-form form .multi_select_dropdown {
    height: 32px;
  }
  div.bc-onlineenquiry .lb-form form .errormsg {
    padding-left: 0px;
    padding-bottom: 5px;
  }
  div.bc-onlineenquiry .lb-form form .charcounter {
    padding-left: 0px;
  }
  div.bc-onlineenquiry .lb-form form button {
    margin-left: 0px;
  }
  div.bc-onlineenquiry .lb-form form .msd_wrapper {
    display: none;
  }
  div.bc-onlineenquiry .lb-form form label > span, div.bc-onlineenquiry .lb-form form div.label > span {
    display: block;
    width: auto;
    text-align: left;
    margin-right: auto;
    padding-bottom: 5px;
  }
  div.bc-onlineenquiry .lb-form form input[type="radio"] {
    display: none;
  }
  div.bc-onlineenquiry .lb-form form input[type="radio"] + label {
    padding-left: 40px;
    line-height: 30px;
    position: relative;
  }
  div.bc-onlineenquiry .lb-form form input[type="radio"] + label:before {
    content: "";
    background-color: #FFF;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 16px;
    border: 1px solid #e3e3e1;
    padding: 10px;
    left: 0px;
    background-clip: content-box;
  }
  div.bc-onlineenquiry .lb-form form input[type="radio"]:checked + label:before {
    background-color: #007eb6;
  }
}
@media screen and (max-width: 33.6875em) {
  div.bc-onlineenquiry .lb-form form input[type="radio"] + label {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
/* online enquiry form component tablet/mobile end */

/* promobox component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  div.bc-promobox {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #E3E3E1;
    width: 111%;
    margin-left: -5.5%;
  }
  div.bc-promobox div.promo {
    padding: 15px 5%;
  }

  .bc-left div.bc-promobox {
    border: 0;
  }
}
@media screen and (max-width: 51.1875em) and (min-width: 33.75em) {
  div.bc-promobox div.promo .bc-promo-image {
    float: left;
    margin: 0 0 10px 0;
    width: 48%;
    clear: left;
  }
  div.bc-promobox div.promo p {
    width: 48%;
    float: right;
    clear: right;
  }
  div.bc-promobox div.promo:after {
    content: "";
    clear: both;
    display: table;
  }
}
@media screen and (max-width: 33.6875em) {
  div.bc-promobox div.promo .bc-promo-image {
    margin: 0 0 15px 0;
  }
}
/* promobox component tablet/mobile end */

/* quote component tablet/mobile start */
/* quote component tablet/mobile end */

/* Region Contact Box component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  .bc-regioncontactbox div.box {
    width: 100%;
    box-shadow: none;
    padding: 0 !important;
  }
  .bc-regioncontactbox div.box h3 {
    border: 0;
  }
  .bc-regioncontactbox div.box .column2 {
    border-top: 1px solid #e3e3e1;
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 51.1875em) and (min-width: 33.75em) {
  #landing-page div.bc-aside .regioncontactbox {
    width: 95%;
    border-top: 1px solid #e3e3e1;
    border-bottom: 1px solid #e3e3e1;
    margin-bottom: -1px;
  }
  #landing-page div.bc-aside .regioncontactbox div.bc-regioncontactbox {
    width: 95%;
    margin: 0;
  }
  #landing-page div.bc-aside .regioncontactbox div.box .column1,
  #landing-page div.bc-aside .regioncontactbox div.box .column2 {
    width: 47%;
    float: left;
  }
  #landing-page div.bc-aside .regioncontactbox div.box .column2 {
    margin: 0 0 0 6%;
    border-top: 0px;
    padding-top: 0px;
  }
  #landing-page div.bc-aside .regioncontactbox div.box .bc-height {
    display: none;
  }
  #landing-page div.bc-aside .regioncontactbox div.box h5 {
    width: 100%;
    float: left;
    margin-top: 10px;
  }

  #specialty-landing-page div.bc-aside .regioncontactbox,
  #specialty-detail-page div.bc-aside .regioncontactbox,
  #detail-page div.bc-aside .regioncontactbox {
    border: 1px solid #e3e3e1;
    padding: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #specialty-landing-page div.bc-aside .regioncontactbox div.bc-regioncontactbox,
  #specialty-detail-page div.bc-aside .regioncontactbox div.bc-regioncontactbox,
  #detail-page div.bc-aside .regioncontactbox div.bc-regioncontactbox {
    margin: 0;
  }
  #specialty-landing-page div.bc-aside .regioncontactbox div.bc-regioncontactbox .phone,
  #specialty-detail-page div.bc-aside .regioncontactbox div.bc-regioncontactbox .phone,
  #detail-page div.bc-aside .regioncontactbox div.bc-regioncontactbox .phone {
    font-size: 1.75em !important;
  }
}
/* Region Contact Box component tablet/mobile end */
/* related insight box component tablet/mobile start */
@media screen and (max-width: 51.1875em) and (min-width: 33.75em) {
  .bc-aside .bc-aside-par .relatedinsightbox,
  .bc-aside .bc-aside-par-inherit .relatedinsightbox {
    padding-bottom: 0px;
  }
  .bc-aside .bc-aside-par .relatedinsightbox:last-child,
  .bc-aside .bc-aside-par-inherit .relatedinsightbox:last-child {
    padding-bottom: 20px;
  }
}
/* related insight box component tablet/mobile end */
/* related text box component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  div.bc-relatedtextbox {
    width: 100%;
  }
  div.bc-relatedtextbox p {
    margin-bottom: 0px;
  }
}
/* related text box component tablet/mobile end */

/* search results component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  .bc-searchresults {
    max-width: 500px;
    position: relative;
  }
  .bc-searchresults #search-results-search span {
    font-size: 1.4em;
  }
  .bc-searchresults #search-results-search span em {
    font-size: 2.1em;
    font-style: normal;
  }
  .bc-searchresults #search-results-search .search-inputs input.search {
    border: 1px solid #e3e3e1;
    font-size: 1.5em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .bc-searchresults #search-results-search .search-inputs button[type="submit"] {
    width: 31px;
    height: 32px;
    line-height: 32px;
  }
  .bc-searchresults #search-results-search .search-inputs button[type="submit"]:after {
    top: -1px;
    font-size: 21px;
    font-size: 1.3125rem;
    width: 31px;
    height: 32px;
    line-height: 32px;
  }
  .bc-searchresults .search-nav p {
    float: none;
  }
  .bc-searchresults .search-nav ul {
    position: relative;
    padding: 0 44px;
    font-size: 0;
    float: none;
    text-align: center;
  }
  .bc-searchresults .search-nav ul li {
    position: relative;
    font-size: 11px;
    font-size: 0.6875rem;
    display: inline-block;
    float: none;
    border: 1px solid #e3e3e1 !important;
    margin: 0 2px 2px 2px;
    padding: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
  .bc-searchresults .search-nav ul li a {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .bc-searchresults .search-nav ul li a:hover {
    text-decoration: none;
  }
  .bc-searchresults .search-nav ul li:first-child, .bc-searchresults .search-nav ul li:last-child {
    position: absolute;
    top: 0px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .bc-searchresults .search-nav ul li:first-child:after, .bc-searchresults .search-nav ul li:last-child:after {
    font-family: 'Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    zoom: 1;
    text-indent: 0;
  }
  .bc-searchresults .search-nav ul li:first-child a:after, .bc-searchresults .search-nav ul li:last-child a:after {
    font-family: 'Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0px;
    width: 38px;
    height: 38px;
    display: inline-block;
    zoom: 1;
    text-indent: 0;
    z-index: 1;
    background-color: #FFF;
  }
  .bc-searchresults .search-nav ul li:first-child {
    left: 0px;
  }
  .bc-searchresults .search-nav ul li:first-child:after {
    content: "\e613";
  }
  .bc-searchresults .search-nav ul li:first-child a:after {
    content: "\e613";
  }
  .bc-searchresults .search-nav ul li:last-child {
    right: 0px;
  }
  .bc-searchresults .search-nav ul li:last-child:after {
    content: "\e616";
  }
  .bc-searchresults .search-nav ul li:last-child a:after {
    content: "\e616";
  }
}
@media screen and (max-width: 33.6875em) {
  .bc-searchresults {
    max-width: 500px;
    position: relative;
  }
  .bc-searchresults #search-results-search .search-inputs {
    display: block;
    margin-left: 0px;
  }
  .bc-searchresults #search-results-search .search-inputs input.search {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* search results component tablet/mobile end */

/* sitemap component tablet/mobile start */
/* sitemap component tablet/mobile end */

/* table component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  div.table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  div.table td, div.table th {
    min-width: 100px;
  }
}
/* table component tablet/mobile end */

/* TextImageEditor component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  .textimageeditor .bc-textimage-left, .textimageeditor .bc-textimage-right, .textimageeditor .bc-textimage-center {
    float: none;
    padding: 0 0 0 0;
  }
  .textimageeditor span.intro {
    color: #00395D;
    font-size: 1.26em !important;
    font-family: ExpertSans-Light, Arial, sans-serif !important;
  }
}
@media screen and (max-width: 33.6875em) {
  .textimageeditor .bc-textimage-left, .textimageeditor .bc-textimage-right, .textimageeditor .bc-textimage-center {
    padding: 0 0 16px 0;
  }
}
/* TextImageEditor component tablet/mobile end */
/* top navigation component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  body.navOpen {
    height: 100%;
    overflow-x: hidden;
  }
  body.navOpen .bc-topnavigation {
    left: 0px;
  }

  .bc-topnavigation {
    top: 0px;
    left: -280px;
    margin: 0px;
    padding: 0px;
    width: 280px;
    height: 100%;
    position: fixed;
    z-index: 20;
    overflow: hidden;
    display: none;
    -moz-box-shadow: inset -5px 0px 10px -5px #cfcfcf;
    -webkit-box-shadow: inset -5px 0px 10px -5px #cfcfcf;
    box-shadow: inset -5px 0px 10px -5px #cfcfcf;
    background: #fafafa;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .bc-topnavigation.animated {
    transition: left 0.3s ease 0s;
    -webkit-transition: left 0.3s ease 0s;
    -moz-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
  }
  .bc-topnavigation .desktopOnly {
    display: none !important;
  }
  .bc-topnavigation .bc-topnavigation-main {
    position: absolute;
    top: 50px;
    bottom: 0px;
    left: 0px;
    width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal {
    top: 0px;
    left: 0px;
    width: 100%;
    overflow: visible;
    transition: left 0.3s ease 0s;
    -webkit-transition: left 0.3s ease 0s;
    -moz-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .close {
    display: none;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal ul {
    transition: left 0.3s ease 0s;
    -webkit-transition: left 0.3s ease 0s;
    -moz-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    margin: 0px;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content {
    right: 0px;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content > ul > li {
    padding-top: 0px;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .mobileOnly {
    display: block;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .mobileOnly.empty {
    border: 0px !important;
    height: 55px;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content {
    top: 0px;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content .intro-title,
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content .intro-content,
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content .additional-content {
    display: none;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content > ul {
    position: absolute;
    float: none;
    width: 100%;
    left: 100%;
    top: 0px;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content > ul > li {
    float: none;
    width: 100%;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content > ul > li.mobileOnly {
    display: block !important;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content > ul > li.hidden {
    display: none !important;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content > ul > li ul {
    position: absolute;
    float: none;
    top: 0px;
    left: 100%;
    width: 100%;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content > ul > li li.mobileOnly {
    display: block !important;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content > ul > li li.hidden {
    display: none !important;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .bc-topnavigation-content > ul > li li ul {
    display: block;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal li {
    display: block;
    border-top: 0px solid #FFF !important;
    border-bottom: 1px solid #e1e1e1;
    cursor: hand;
    cursor: pointer;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal h3, .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal h2, .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal li {
    margin: 0px !important;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal h3, .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal h2, .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal ul, .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal li {
    font-size: 16px !important;
    font-size: 1rem !important;
    font-family: ExpertSans-Light, Helvetica, Arial, sans-serif !important;
    font-weight: normal !important;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal h3.title, .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal h2.title, .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal ul.title, .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal li.title {
    font-family: ExpertSans-Regular, Helvetica, Arial, sans-serif !important;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .backButton {
    position: relative;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .backButton a:before {
    font-family: 'Icons';
    speak: none;
    content: "\e613";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
    color: #999;
    position: absolute;
    margin-top: -0.5em;
    top: 50%;
    left: 7px;
    display: inline-block;
    zoom: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .backButton a:hover {
    text-decoration: none;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .topLevelLink a, .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .subLevelLink a {
    position: relative;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .topLevelLink a:after, .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal .subLevelLink a:after {
    font-family: 'Icons';
    speak: none;
    content: "\e616";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.125em;
    color: #999;
    position: absolute;
    margin-top: -0.5em;
    top: 50%;
    right: 30px;
    display: inline-block;
    zoom: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal a {
    padding: 14px 55px 13px 27px !important;
    background: none !important;
    display: block;
    color: #007eb6 !important;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal a:hover {
    text-decoration: none;
  }
  .bc-topnavigation .bc-topnavigation-main .bc-topnavigation-internal a.no-link {
    color: #666 !important;
    cursor: default;
  }
  .bc-topnavigation .bc-topnavigation-header {
    display: block;
    position: absolute;
    top: 0px;
    width: 280px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e1e1e1;
    background-color: #FFF;
    color: #02aded;
    font-size: 1.8em;
    font-family: ExpertSans-Regular, Helvetica, Arial, sans-serif;
  }
  .bc-topnavigation .bc-topnavigation-header .left, 
  .bc-topnavigation .bc-topnavigation-header .right, 
  .bc-topnavigation .bc-topnavigation-header .linkContent {
    width: 49.5%;
    height: 100%;
    position: relative;
    border-right: 1px solid #e1e1e1;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
  }
  .bc-topnavigation .bc-topnavigation-header .left {
    font-size: 0.8em;
    width: 62%;
    float: left;
  }
  .bc-topnavigation .bc-topnavigation-header .left .icon {
    top: 2px;
  }
  .bc-topnavigation .bc-topnavigation-header .right {
    font-size: 0.8em;
    width: 37%;
    float: right;
  }
  .bc-topnavigation .bc-topnavigation-header .right .icon {
    top: 5px;
    margin-right: 1px;
  }
  .bc-topnavigation .bc-topnavigation-header .right .icon:after {
    font-size: 0.9em;
  }
  .bc-topnavigation .bc-topnavigation-header .phone-unavailable {
    display: block;
  }
  .bc-topnavigation .bc-topnavigation-header .phone-available {
    display: none;
  }
  .bc-topnavigation .bc-topnavigation-header a {
    color: #02aded !important;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    -webkit-user-select: none;
    /* disable selection/Copy of UIWebView */
    -webkit-touch-callout: none;
    /* disable the IOS popup when long-press on a link */
  }
  .bc-topnavigation .bc-topnavigation-header a:hover {
    text-decoration: none;
  }
  .bc-topnavigation .bc-topnavigation-header.onlyEmail .left {
    display: none;
  }
  .bc-topnavigation .bc-topnavigation-header.onlyEmail .right {
    width: 100%;
  }

  .bc-topnavigation .bc-topnavigation-header.onlyPhone .left {
      width: 100%;
  }

  .bc-topnavigation .bc-topnavigation-header.onlyPhone .right {
    display: none;
  }

  .bc-topnavigation .bc-topnavigation-header .linkContent {
    display: none;
  }

  .bc-topnavigation .bc-topnavigation-header.onlyLink .left,
  .bc-topnavigation .bc-topnavigation-header.onlyLink .right{
    display:none;
  }

  .bc-topnavigation .bc-topnavigation-header.onlyLink .linkContent{
    display: block;
    width:100%;
  }

  .bc-topnavigation .bc-topnavigation-header.noContent,
  .bc-topnavigation .bc-topnavigation-header.noContent .left,
  .bc-topnavigation .bc-topnavigation-header.noContent .right{
    display: none;
  }

  .bc-topnavigation .bc-topnavigation-header.noContent + .bc-topnavigation-main {
    top: 0px;
  }
}
.phone-available .bc-topnavigation .bc-topnavigation-header .phone-unavailable {
  display: none;
}
.phone-available .bc-topnavigation .bc-topnavigation-header .phone-available {
  display: block;
}
.phone-available .bc-topnavigation .left {
  width: 49.5%;
}
.phone-available .bc-topnavigation .right {
  width: 49.5%;
}

/* top navigation component tablet/mobile end */
/* two column box outline component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  div.bc-twocolumnbox h3 {
    font-size: 1.833em;
  }
  div.bc-twocolumnbox div.link {
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 51.1875em) and (min-width: 33.75em) {
  div.bc-twocolumnbox .odd, div.bc-twocolumnbox .even {
    width: 48% !important;
    margin: 0 0 15px 0 !important;
  }
  div.bc-twocolumnbox .odd {
    margin-right: 4% !important;
  }
  div.bc-twocolumnbox .block-foot {
    display: none !important;
  }
}
@media screen and (max-width: 33.6875em) {
  div.bc-twocolumnbox {
    padding-top: 0px;
  }
  div.bc-twocolumnbox .odd, div.bc-twocolumnbox .even {
    float: none !important;
    width: 111% !important;
    margin: 0 -5.5% 0 -5.5% !important;
    padding: 0 !important;
    display: block !important;
  }
  div.bc-twocolumnbox .odd > div, div.bc-twocolumnbox .even > div {
    padding: 15px 5.5% 1px 5.5% !important;
  }
  div.bc-twocolumnbox .odd {
    border-top: 1px solid #e3e3e1;
  }
  div.bc-twocolumnbox .odd:after {
    content: "";
    display: block;
    position: absolute;
    width: 89%;
    left: 5.5%;
    height: 1px;
    background-color: #e3e3e1;
  }
  div.bc-twocolumnbox .even {
    border-bottom: 1px solid #e3e3e1;
    margin-bottom: 15px !important;
  }
  div.bc-twocolumnbox .block-foot {
    display: none !important;
  }
}
/* two column box outline component tablet/mobile end */

/* Carousel common styles start */
div.bc-imagecarousel {
  transition: opacity 0s ease 0s;
  -webkit-transition: opacity 0s ease 0s;
  -moz-transition: opacity 0s ease 0s;
  -o-transition: opacity 0s ease 0s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
div.bc-imagecarousel.animatedOpacity {
  transition: opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
}
div.bc-imagecarousel.loading {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
div.bc-imagecarousel.loading .carouselContainer {
  display: none;
}
div.bc-imagecarousel .carouselContainer h2, div.bc-imagecarousel .carouselContainer .phone {
  font-family: ExpertSans-Light, Arial, sans-serif;
}

.royalSlider {
  text-align: center;
}
.royalSlider .rsOverflow {
  cursor: auto !important;
}
.royalSlider .rsBullets {
  float: none;
  display: inline-block;
}
.royalSlider .rsBullets .rsNavItem {
  background: #c4ccdc;
  float: left;
  border-radius: 50%;
  transition: background 0.2s ease 0.3s;
  -webkit-transition: background 0.2s ease 0.3s;
  -moz-transition: background 0.2s ease 0.3s;
  -o-transition: background 0.2s ease 0.3s;
}
.royalSlider .rsBullets .rsNavItem.rsNavSelected {
  background: #037db3;
  transition: background 0.2s ease 0.3s;
  -webkit-transition: background 0.2s ease 0.3s;
  -moz-transition: background 0.2s ease 0.3s;
  -o-transition: background 0.2s ease 0.3s;
}

/* Carousel common styles end */
/* Carousel desktop start */
body.desktop div.bc-imagecarousel {
  min-height: 299px;
}
body.desktop div.bc-imagecarousel .carouselContainer h2 {
  font-size: 4.364em;
  letter-spacing: -0.05em;
  line-height: 0.95em;
  margin: 0 0 20px 0;
}
body.desktop div.bc-imagecarousel .carouselContainer h3 {
  font-size: 1.455em;
  margin: 0 0 15px 0;
  line-height: 1.2em;
}
body.desktop div.bc-imagecarousel .carouselContainer p {
  margin: 0 0 15px 0;
}
body.desktop div.bc-imagecarousel .carouselContainer .phone {
  color: #003366;
  display: block;
  font-size: 2.727em;
  letter-spacing: -0.05em;
  margin: 0 0 18px 0;
}
body.desktop div.bc-imagecarousel .carouselContainer .introText {
  position: relative;
  float: left;
  width: 200px;
  margin-right: 10px;
}
body.desktop div.bc-imagecarousel .carouselContainer .content {
  display: none;
  position: absolute;
  transition: display 0.2s ease 0s;
  -webkit-transition: display 0.2s ease 0s;
  -moz-transition: display 0.2s ease 0s;
  -o-transition: display 0.2s ease 0s;
}
body.desktop div.bc-imagecarousel .carouselContainer .content:first-child {
  display: block;
}
body.desktop div.bc-imagecarousel .royalSlider {
  float: right;
  width: 440px;
  margin-right: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
body.desktop div.bc-imagecarousel .royalSlider .rsOverflow {
  padding: 12px 0;
  float: none;
  margin: 0 auto;
}
/*body.desktop div.bc-imagecarousel .royalSlider img {
  width: 100%;
  visibility: hidden;
}*/
body.desktop div.bc-imagecarousel .royalSlider .img {
  width: 440px;
  background: none;
  display: block;
  padding: 0;
}
body.desktop div.bc-imagecarousel .royalSlider .apertureLeft {
  left: 50%;
}
body.desktop div.bc-imagecarousel .royalSlider .apertureRight {
  right: 48.2%;
}
body.desktop div.bc-imagecarousel .rsBullets {
  visibility: hidden;
  clear: both;
  height: 10px;
}
body.desktop div.bc-imagecarousel .rsBullets .rsNavItem {
  cursor: pointer;
  width: 7px;
  height: 7px;
  margin: 0 16px 0 0;
}
body.desktop div.bc-imagecarousel .rsBullets .rsNavItem:hover {
  background: #037db3;
  transition: none none none none;
  -webkit-transition: none none none none;
  -moz-transition: none none none none;
  -o-transition: none none none none;
}
body.desktop div.bc-imagecarousel .rsArrow {
  visibility: hidden;
  float: none;
  display: inline-block !important;
}
body.desktop div.bc-imagecarousel .rsArrow .rsArrowIcn {
  height: 13px;
  width: 13px;
}
body.desktop div.bc-imagecarousel .rsArrowLeft {
  margin: 0 20px 0 0;
}
body.desktop div.bc-imagecarousel .rsArrowLeft .rsArrowIcn {
  background: url("styles/images/small_carousel_arrow.png") no-repeat 0 0;
}
body.desktop div.bc-imagecarousel .rsArrowRight {
  margin: 0 0 0 8px;
}
body.desktop div.bc-imagecarousel .rsArrowRight .rsArrowIcn {
  background: url("styles/images/small_carousel_arrow-right.png") no-repeat -17px 0;
}
body.desktop .bc-home-banner div.bc-imagecarousel,
body.desktop .bc-top-banner div.bc-imagecarousel {
  min-height: 326px;
}
body.desktop .bc-home-banner div.bc-imagecarousel .carouselContainer .introText,
body.desktop .bc-top-banner div.bc-imagecarousel .carouselContainer .introText {
  width: 310px;
  margin-right: 0;
}
body.desktop .bc-home-banner div.bc-imagecarousel .royalSlider,
body.desktop .bc-top-banner div.bc-imagecarousel .royalSlider {
  width: 600px;
}
body.desktop .bc-home-banner div.bc-imagecarousel .royalSlider .img,
body.desktop .bc-top-banner div.bc-imagecarousel .royalSlider .img {
  width: 600px;
}
body.desktop .bc-home-banner div.bc-imagecarousel .royalSlider .apertureRight,
body.desktop .bc-top-banner div.bc-imagecarousel .royalSlider .apertureRight {
  right: 48.6%;
}
body.desktop div.bc-imagecarousel .royalSlider img {
  width: 99.8%;
  visibility: hidden;
}
/*Carousel desktop end */

/* Home Carousel tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  /*carousel*/
  .carouselContainer {
    overflow: hidden;
    margin: 20px 0 0 0;
    width: 111%;
    margin-left: -5.5%;
    border-bottom: 1px solid #e1e1e1;
  }
  .carouselContainer .introText {
    display: none;
  }

  div.bc-imagecarousel .royalSlider {
    width: 80%;
    margin: 0 auto;
  }
  div.bc-imagecarousel .royalSlider .rsOverflow {
    overflow: visible !important;
  }
  div.bc-imagecarousel .royalSlider img {
    width: 99%;
    height: auto;
    display: block;
    margin: 8px 0 0 0;
    transition: opacity 0.2s ease 0s;
    -webkit-transition: opacity 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
  }
  div.bc-imagecarousel .royalSlider .img {
    background: none;
    display: block;
    padding: 0;
  }
  div.bc-imagecarousel .royalSlider .content {
    text-align: left;
    transition: opacity 0.2s ease 0s;
    -webkit-transition: opacity 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    margin: 37px 0 0 0;
  }
  div.bc-imagecarousel .royalSlider h2 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 5px 0;
  }
  div.bc-imagecarousel .royalSlider h3 {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 0 9px 0;
    color: #00395D;
  }
  div.bc-imagecarousel .royalSlider p {
    margin: 0 0 12px 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
  div.bc-imagecarousel .royalSlider .callus {
    color: #666666;
  }
  div.bc-imagecarousel .royalSlider .phone {
    color: #00395d;
    display: block;
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 28px;
  }
  div.bc-imagecarousel .royalSlider .rsBullets {
    position: absolute;
    left: 0;
    width: 100%;
  }
  div.bc-imagecarousel .royalSlider .rsBullets .bulletContainer {
    display: inline-block;
  }
  div.bc-imagecarousel .royalSlider .rsBullets .rsNavItem {
    width: 8px;
    height: 8px;
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 51.1875em) and (min-width: 33.75em) {
  .carouselContainer {
    padding: 0 0 16px 0;
  }

  div.bc-imagecarousel .royalSlider {
    width: 60%;
  }
  div.bc-imagecarousel .royalSlider .content {
    margin: 48px 0 0 0;
  }
}
/* Home Carousel tablet/mobile end */

/* More stories component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  div.bc-container .bc-read-more-button {
    text-align: center;
  }
  div.bc-container .bc-read-more-button .read-more-button {
    display: inline-block !important;
    color: #207393;
    padding: 10px !important;
    text-align: center;
    border: 1px solid #e3e3e1;
    margin: 0 0 30px 0;
    border-radius: 10px;
    background-color: white !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f1f1)) !important;
    background-image: -webkit-linear-gradient(top, white, #f1f1f1) !important;
    background-image: -moz-linear-gradient(top, white, #f1f1f1) !important;
    background-image: -ms-linear-gradient(top, white, #f1f1f1) !important;
    background-image: -o-linear-gradient(top, white, #f1f1f1) !important;
    background-image: linear, top, white, #f1f1f1 !important;
  }
  div.bc-container .bc-read-more-button .read-more-button:hover {
    text-decoration: none !important;
  }
  div.bc-container .bc-read-more-button .read-more-button:after, div.bc-container .bc-read-more-button .read-more-button.collapse:after {
    font-family: 'Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e614";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    margin-top: 3px;
    padding-left: 10px;
  }
  div.bc-container .bc-read-more-button .read-more-button.collapse:after {
    content: "\e615";
  }
}
/* More stories component tablet/mobile end */

/* FX rates alert form component tablet/mobile start */
@media screen and (max-width: 51.1875em) {
  .fxrate table tbody tr td b {
    font-weight: normal;
  }
  .fxrate table tbody tr td:nth-child(2) {
    color: #000000;
  }
  .fxrate table tbody tr th {
    padding: 0;
  }
  .fxrate table.fxrates_graph tr td b {
    color: #003366;
    margin-bottom: 5px;
    display: inline-block;
  }
  .fxrate .morestories {
    width: 111%;
    margin-left: -5.5%;
    border-bottom: 1px solid #e1e1e1;
  }
}
@media screen and (max-width: 51.1875em) and (min-width: 33.75em) {
  .fxrate table tbody tr.title {
    display: table-row;
    color: #7e7e7e;
  }
  .fxrate table tbody tr.title td {
    color: #7e7e7e;
  }
  .fxrate table tbody tr.title td:first-child {
    color: #7e7e7e;
  }
  .fxrate table tbody tr td .mobile_title {
    display: none;
  }
  .fxrate table tbody tr td:first-child {
    color: #003366;
  }
}
@media screen and (max-width: 33.6875em) {
  .fxrate table tbody tr.title {
    display: none;
  }
  .fxrate table tbody tr td {
    padding-bottom: 27px;
    width: 25%;
  }
  .fxrate table tbody tr td:first-child {
    display: none;
  }
  .fxrate table tbody tr td:nth-child(2) {
    text-align: left !important;
    width: 50%;
  }
  .fxrate table tbody tr td b {
    font-weight: normal;
  }
  .fxrate table tbody tr td .mobile_title {
    color: #7e7e7e;
    display: block;
  }
  .fxrate table tbody tr td .mobile_title span {
    display: block;
    color: #003366;
  }
  .fxrate table tbody tr.currency_break td {
    display: table-cell;
    padding-bottom: 12px;
  }
  .fxrate table.fxrates_graph tbody tr td {
    display: table-cell;
  }
}
/* FX rates alert form component tablet/mobile end */

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}

body * {
-webkit-trasform: translateZ(0);
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(styles/grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(styles/grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(styles/blank.gif);
}

.rsSlide img{
	max-width:99.8%;
}

