/* BOILER PLATE RESET/REFIX */
@import url('reset.css');

html, 
body {
	min-height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #666;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
html {
	background-color: #eee;
	height: 100%;
}
body {
	font-size: 62.5%;
	position: relative;
	height: 100%;
	min-width: 960px;
	min-height: 764px;
	overflow: auto;
	/*overflow-x: hidden;*/
}
h1, h2, h3, h4, h5, h6, ul, ol, p {
	margin: 0;
	padding: 0;
}
button {
	padding: 0;
	margin: 0;
	border: none;
}
a {
	text-decoration: none;
	color: #D81E05;
}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
}
img {
	border: 0
}
nav li,
.nav li {
	display: inline;
}
nav .divider,
.nav .divider {
	padding: 0 6px;
}
.es nav .divider,
.es .nav .divider,
.fr nav .divider,
.fr .nav .divider {
	padding: 0 2px;
}
.container {
	width: 960px;
	margin: 0 auto;
}
a:hover {
	text-decoration: underline;
}
em {
	font-style: italic;
}
/* DIRECTION NAV */
.direction-nav {
	display: none;
}
/* FRAME */
#frame {
	display: none;
	width: 100%;
	height: 100%;
	min-width: 960px;
	min-height: 764px;
}
#frame .stage {
	height: 100%;
	overflow: hidden;
	position: relative;
} 
#frame .slide {
	position: absolute;
	display: none;
	width:100%;
	height:100%;
	background-position: center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}
#about-slide {background:url(bg-about.jpg) no-repeat 0 0;}
#personal-banking-slide {background:url(bg-personal.jpg)no-repeat 0 0;}
#insurance-slide {background:url(bg-insurance.jpg) no-repeat 0 0;}
#business-banking-slide{background:url(bg-business.jpg) no-repeat 0 0;}
#wealth-management-slide {background:url(bg-wealth.jpg) no-repeat 0 0;}           
#corporate-slide{background:url(bg-corporate.jpg) no-repeat 0 0;}	

#frame .current{
	display: block;
}
#frame .stage img.bg {
	width: 100%;
	position: relative;
}
#frame.stretch-width .slide img {
	width: 100%;
}
#frame.stretch-height .slide img {
	height: 100%;
}
/* TOP BAR */
a.header-skiplink {
  position: absolute;
  left: -9999px;
  float: none !important;
}

a.header-skiplink:focus {
	position: absolute;
	left:auto;
	top:0;
	right:0;
	background:#fff;
	padding:1em;
	color:#D81E05;
	z-index:10;
}

#top-bar {
	position: absolute;
	left: 0; 
	right: 0; 
	top: 0;
	background-color: #fff;
	background-color: rgba(255,255,255,.9);
	height: 100px;
	z-index: 2;
}
#top-bar-logo {
	float: left;
	margin: 30px 0 0 10px;
}
#top-bar #logo h2 {
	position: absolute;
	text-indent: -9999px;
}
#top-bar #logo {
	float: left;
	margin-bottom: 0;
	margin-right:  10px;
	position: relative;
	width: 240px;
}


#top-bar #logo img {
	width: 100%;
}
#top-bar nav{
	position: relative;
	float: left;
	margin: 56px 0 0 60px;
	z-index: 1;
}
.fr #top-bar nav {
	margin-left: 34px;
}
#nav-highlight {
	display: block;
	position: absolute;
	left: 0; top: 0;
	width: 108px;
	height: 44px;
	background-color: #d81d0e;
	font-weight: normal;
	color: #fff;
	z-index: 9;
}
.fr #nav-highlight {
	width: 110px;
}
#top-bar nav a {
	position: relative;
	float: left;
	width: 92px;
	line-height: 1.2em;
	padding: 8px;	
	color: #404040;
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	z-index: 99;
}
.es #top-bar nav a {
	width: 102px;
	padding-left: 3px;
	padding-right: 3px;
}
.fr #top-bar nav a {
	width: 98px;
	padding-left: 5px;
	padding-right: 5px;
}
#top-bar nav .single-line a {
	line-height: 2.4em;
}
#top-bar nav a.selected {
	color: #fff;
}
#top-bar nav a.selected:hover, 
#top-bar nav a.selected:focus {
	color: #fff;	
}	
#top-bar nav a:hover,
#top-bar nav a:focus {
	color: #D81E05;
	text-decoration: none !important;
}
#top-bar nav a.selected:hover {
	font-weight: normal;
}
/* QUOTE BAR */
#quote-bar {
	display: block;
	position: absolute;
	width: 100%;
}
#quote-bar .left {
	left: 0;
}
#quote-bar .right {
	right: 0;
}
#quote-bar .content {
	display: none;
	position: absolute;
	width: 400px;
	background: url("../gfx/bg-left-quotes.png") 2% top no-repeat;
	padding: 0 0 0 60px;
	margin: 0 0 0 80px;
}
.fr #quote-bar .content {
	background: url("../gfx/bg-left-quotes-fr.png") left top no-repeat;
}
#quote-bar .current {
	display: block;
}
#quote-bar.left .content {
	left: 20px;
}
#quote-bar.right .content {
	right: 20px;
}
#quote-bar .quote {
	display: block;
	margin-bottom: 10px;
	color: #fff;
	font-size: 3.0em;
	font-weight: normal;
	line-height: 1.1em;
}
.es #quote-bar .quote {
	font-size: 2.8em;
}
.fr #quote-bar .quote {
	font-size: 2.8em;
}
#quote-bar .line {
	display: block;
	color: #fff;
	font-size: 1.4em;
	font-style: normal;
}
/* CONTENT BAR */
#content-bar {
	position: absolute;
	left: 0; 
	right: 0; 
	top: 70%;
	background: url("../gfx/bg-content-bar.png") center center repeat-y;
	height: 165px;
	overflow: hidden;
}
#content-bar .left,
#content-bar .content-container {
	float: left;
	background-color: white;
	background-color: rgba(255,255,255,.90);
	height: 150px;
}
#content-bar .left {
	position: relative;
	width: 299px;
	padding-top: 24px;
}
#content-bar .content-container {
	width: 660px;
	padding-top: 25px;
	margin-right: 1px;
}
#content-bar .content-container .content {
	position: relative;
}
#content-bar .left .open-overlay-country,
#content-bar .left .open-overlay-no-country {
    color: #D81D0E;
    display: block;
    font-size: 1.8em;
    margin: 0 0 5px 25px;
    padding-right: 4px;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
}
#content-bar .left .open-overlay-country:hover,
#content-bar .left .open-overlay-no-country:hover {
	text-decoration: underline;
}
#content-bar .left .open-overlay-no-country {
	display: none;
}
#alert-redirect div.cta-arrow{
background: url('../gfx/bg-arrow-overlay-red.png') no-repeat scroll right center transparent;
display: inline-block;
height: 10px;
width: 10px;
}

#content-bar .left .open-overlay-country .cta-arrow,
#content-bar .left .open-overlay-no-country .cta-arrow {
	background: url("../gfx/bg-arrow-overlay-red.png") no-repeat scroll right center transparent;
	display: inline-block;
	height: 10px;
	width: 10px;	
	padding-left: 0;
}
#content-bar .left .open-overlay .cta-arrow {
	background: url("../gfx/bg-arrow-overlay-black.png") no-repeat 0 0;
	display: inline-block;
	height: 10px;
	width: 6px;	
	padding-left: 0;
}
#content-bar .left a {
	width: 75%;
}
#content-bar .left a.open-overlay:hover .cta-arrow {
	background-position: -6px 0;
}
#content-bar .left a.open-overlay {
	display: block;
	margin: 0 0 20px 25px;
	color: #000;
	font-size: 1.4em;
	text-align: left;
	text-decoration: none;
}
#content-bar .left a.open-overlay:hover {
	color: #D81E05;	
}
#content-bar .left .language-selector {
	position: absolute;
	top: 117px;
	margin: 0 0 0 25px;
	display:block !important;
}
#content-bar .left .language-selector a {
	color: #666;
	font-size: 10px;
	font-weight:bold;
	text-align: right;
	text-decoration: none;
}
.es #content-bar .left .language-selector .lang-es,
.en #content-bar .left .language-selector .lang-en,
.fr #content-bar .left .language-selector .lang-fr {
	color: #000;
}
#content-bar .content-container .content,
#content-bar .left .content {
	display: none;
}
#content-bar .content-container .current,
#content-bar .left .current {
	display: block;
}
#content-bar .content-container h2,
#content-bar .content-container p {
	font-size: 2.2em;
	margin: 0 40px 0 19px;
}
#content-bar .content-container h2 {
	margin-bottom: 5px;
}
#content-bar .content-container p {
	font-size: 1.8em;
}
.es #content-bar .content-container p {
	font-size: 1.6em;
}
.fr #content-bar .content-container p {
	font-size: 1.5em;
}	
#content-bar .content-container .sub-nav {
	position:absolute;
	margin: 0 40px 0 19px;
	top: 82px;
}
#content-bar .content-container .sub-nav a {
	line-height: 65px;
	color: #4f4f4f;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
.es #content-bar .content-container .sub-nav a {
	font-size: 1.1em;
}
#content-bar .content-container .sub-nav a:hover,
#content-bar .left .language-selector a:hover {
	color:#D81E05;
}
#content-bar .content-container h2,
#content-bar .content-container p {
	color:#272727;
}
.content-container > div{
	left: 0 !important;
}
/* TOOL TIP */
.tool-tip {
	position: absolute;
	background: url('../gfx/bg-nav-tooltip.png') no-repeat center top;
	height: 123px;
	width: 264px;
	z-index: 2000;
}
.tool-tip p {
    color: #505050;
    font-size: 13px;
    line-height: 1.2em;
    padding: 36px 47px 0;
    text-align: center;	
}
.tool-tip p.three-line {
	 padding: 28px 27px 0 38px;	
}
#cookie-redirect.open{
	display: block;
}
#cookie-redirect {
	display: none;
	position: absolute;
	background: url('../gfx/bg-sml-popup.png') no-repeat;
	height: 184px;
	width: 394px;
	top: 350px;
	left: -394px;
	z-index: 1;
}
#cookie-redirect h1 {
    margin: 0 25px 5px 0;
	color: #D81D0E;
    display: block;
    font-size: 1.7em;	
	padding: 35px 26px 0 36px;
    text-align: right;
    text-decoration: none;    
}
#cookie-redirect a.take-to-site {
	background: url("../gfx/bg-arrow.png") no-repeat scroll right center transparent;
    color: #000000;
    display: block;
    font-size: 13px;
    padding-right: 16px;
    text-align: right;
    text-decoration: none;
    bottom: 58px;
    right: 48px;
    position: absolute;
    
}
#cookie-redirect .checkbox {
    position: relative;
    float: right;
    right: 48px;
}
#cookie-redirect .checkbox input {
    vertical-align: middle;  
}
#cookie-redirect .checkbox label {
	padding-left: 5px;
}
#cookie-redirect .btn-close {
	position: absolute;
	background: url('../gfx/bg-close.png') no-repeat;
	height: 36px;
	width: 36px;
	right: 10px;
	top: 7px;
	text-indent: -9999px;
}
/* ALERT */
#alert-redirect {
	position: absolute;
	background: url('../gfx/bg-sml-popup-right.png') no-repeat;
	height: 140px;
	width: 394px;
	top: 125px;
	right: 0px;
}
#alert-redirect h1 {
    margin: 0 25px 5px 0;
	color: #D81D0E;
    display: block;
    font-size: 1.7em;	
	padding: 35px 26px 0 40px;
    text-align: left;
    text-decoration: none;    
}
#alert-redirect.fr h1 {
	padding: 35px 6px 0 40px;
}
#alert-redirect h1 a {
	background: url("../gfx/bg-arrow.png") no-repeat scroll 260px 23px transparent;   
	color: #D81D0E;
	text-decoration: none;
	display: block;
}
#alert-redirect.fr h1 a {
	background: url("../gfx/bg-arrow.png") no-repeat scroll 274px 23px transparent;
}
#alert-redirect h2 a {
	background: url("../gfx/bg-arrow.png") no-repeat scroll right center transparent;
    color: #000000;
    display: block;
    font-size: 13px;
    padding-right: 16px;
    text-align: right;
    text-decoration: none;
    bottom: 58px;
    right: 48px;
    position: absolute;
}
#alert-redirect .btn-close {
	position: absolute;
	background:url('../gfx/bg-close.png') no-repeat;
	height: 36px; 
	width: 36px;
	right: 10px;
	top: 7px;
	text-indent: -9999px;
}

#alert-redirect a:focus {
	border:1px dotted #666;
}
/* OVERLAYS */
#careers-overlay .multi-tab-overlay, 
#fine-print-overlay .multi-tab-overlay {
	background:url('../gfx/bg-careers.jpg') #FFFFFF no-repeat top left;

}

#fine-print-overlay .multi-tab-overlay {
	padding-top: 5em;
}

.main-overlay {
	position: relative;
}
.main-overlay .video-overlay {
	position: absolute;
	top: 30px; 
	left: 0;
	width: 960px;
	height: 570px;
	z-index: 500;
	background: url("../gfx/bg-content-bar-inner.png") repeat scroll center center transparent;
}
.main-overlay .video-overlay .video-overlay-container {
	width: 640px;
	margin: 31px auto;
}
.main-overlay .video-overlay .video-overlay-container a.close-video {
	float: right;
	color: #fff;
	background-color: #d81d0e;
	font-size: 15px;
	display: block;
	padding: 6px 10px;
	text-decoration: none;
}
.main-overlay .video-overlay .video-overlay-container a.close-video:hover {
	background-color: #ee4b3e;
	cursor: pointer;
}
.main-overlay .video-overlay .video-overlay-container .video-main {
	width: 640px;
}
.main-overlay .video-overlay .video-overlay-container .video-desc {
	width: 616px;
	background-color: #d81d0e;
	color: #fff;
	font-size: 20px;
	padding: 12px;
	margin-top: -4px;
}	
.main-overlay .overlay-header {
	height: 104px;
	font-size: 46px;
	color: #d81d0e;
}
.main-overlay .overlay-header h1 {
	position: relative;
	font-size: 46px;
	color: #d81d0e;
	font-weight: normal;
	padding-top: 30px;
	padding-left: 290px;
}
.main-overlay .overlay-body .overlay-sections {
	float: left;
	width: 275px;
}
.main-overlay .overlay-body .overlay-sections a {
	display: block;
	width: 213px;
	padding: 4px 39px 7px 0;
	font-size: 16px;
	background: none;
	color: #515151;
	text-align: right;
	text-decoration: none;
	line-height: 18px;	
}
.main-overlay .overlay-body .overlay-sections a:hover {
	text-decoration: none;
	color: #D81E05;
}
.main-overlay .overlay-body .overlay-sections a.selected {
	font-weight: bold;
	color: #d81d0e;
	background: url('../gfx/bg-arrow.png') no-repeat right;
	text-decoration: none;
}
.main-overlay .overlay-body .overlay-section-info {
	float: left;
	width: 675px;
	overflow: hidden;
	position: relative;
}
.inside-scotiabank-overlay .overlay-header h1 {
	padding-left: 50px;
}
.inside-scotiabank-overlay .overlay-body .overlay-sections {
	display: none;
}
.inside-scotiabank-overlay .overlay-body .overlay-section-info {
	width: 850px;
	padding-left: 35px;
}
.main-overlay .overlay-body .overlay-section-info p {
	font-size: 14px;
	color: #515151;
	line-height: 18px;
	padding-bottom: 15px;
	padding-left: 18px;
}
.main-overlay .overlay-body .overlay-section-info p a,
.main-overlay .overlay-body .overlay-section-info ol.points li a {
	text-decoration: none;
	color: #D81E05;
}
.main-overlay .overlay-body .overlay-section-info p a:hover,
.main-overlay .overlay-body .overlay-section-info ol.points li a:hover {
	text-decoration: underline;	
}
.main-overlay .overlay-body .overlay-section-info h3 {
	padding: 0 0 15px 18px;
    color: #272727;
    font-size: 16px;
	line-height: 18px;
}
.main-overlay .overlay-body .overlay-section-info h3.first {
	padding-top: 0;
}
.main-overlay .overlay-body .overlay-section-info ol.points {
	margin: 0;
	padding: 0 0 0 50px;
}
.main-overlay .overlay-body .overlay-section-info ul.points {
	margin: 0;
	padding: 0 0 0 50px;
	list-style: outside;
}
.main-overlay .overlay-body .overlay-section-info ol.points li,
.main-overlay .overlay-body .overlay-section-info ul.points li {
	font-size: 14px;
	color: #515151;
	line-height: 18px;
	padding-bottom: 15px;
}
.main-overlay .overlay-body .overlay-section-info ol.points li {
	font-weight: bold;
}
.main-overlay .overlay-body .overlay-section-info .carousel-box {
	width: 630px;
	height: 190px;
	background-color: #f1f1ec;
	margin-bottom: 20px;		
}
.main-overlay .overlay-body .overlay-section-info .carousel-box h3 {
	font-weight: bold;
	font-size: 16px;
	color: #515151;
	padding: 15px 0 0 40px;	
}
.main-overlay .overlay-body .overlay-section-info .careers-opportunities-selection {
	padding-top: 20px;
	height: 20px;
}
.overview .careers-opportunities-selection p {
	display: none;
}
.overview .careers-opportunities-selection p a {
	font-weight: bold;
	background: url('../gfx/bg-arrow-overlay-red.png') no-repeat right;
	padding-right: 14px;
}
.map-overlay .overlay-header {
	height: 96px;
}
.map-overlay .overlay-header h1 {
	font-size: 30px;
	color: #D81D0E;
	padding-top: 22px;
	padding-left: 25px;	
}
.map-overlay .overlay-header p {
	font-size: 16px;
	font-weight: normal;
	color: #696969;
	padding-left: 25px;
}
.map-overlay .overlay-body {
	position: relative;
}
.map-overlay .services-selection {
	position: relative;
	height: 66px;
	overflow: hidden;
}
.map-overlay .services-selection .region,
.map-overlay .services-selection .region-blank,
.map-overlay .services-selection .country,
.map-overlay .services-selection .country-blank,
.map-overlay .services-selection .service,
.map-overlay .services-selection .service-blank,
.map-overlay .services-selection .specialty-service,
.map-overlay .services-selection .specialty-service-blank,
.map-overlay .services-selection .specialty-service-about,
.map-overlay .services-selection .specialty-service-about-blank {
	position: absolute;
	background: url('../gfx/bg-selector-red-arrow.png') no-repeat right;
	height: 66px;
	width: 250px;
	left: -250px;
}
.map-overlay .services-selection .service-blank {
	width: 403px;
	left: -403px;
}
.map-overlay .services-selection .region-blank {
	left: 0;
}
.map-overlay .services-selection .region a,
.map-overlay .services-selection .region-blank a,
.map-overlay .services-selection .country a,
.map-overlay .services-selection .country-blank a,
.map-overlay .services-selection .service a,
.map-overlay .services-selection .service-blank a,
.map-overlay .services-selection .specialty-service a,
.map-overlay .services-selection .specialty-service-blank a,
.map-overlay .services-selection .specialty-service-about a,
.map-overlay .services-selection .specialty-service-about-blank a {
	text-decoration: none;
	color: #fff;
	padding-left: 27px;
	display: block;
}
.map-overlay .services-selection .region a,
.map-overlay .services-selection .country a,
.map-overlay .services-selection .service a,
.map-overlay .services-selection .specialty-service a,
.map-overlay .services-selection .specialty-service-about a {
	padding-top: 10px;
}
.map-overlay .services-selection a:hover .change-value {
	color: #f4d6d3;
}
.map-overlay .services-selection .region {
	z-index: 1004;
}
.map-overlay .services-selection .region-blank {
	z-index: 1005;	
}
.map-overlay .services-selection .country {
	z-index: 1002;	
}
.map-overlay .services-selection .country-blank {
	z-index:1003;
}
.map-overlay .services-selection .service {
	z-index: 1000;
}
.map-overlay .services-selection .service-blank {
	z-index: 1001;
}
.map-overlay .services-selection .specialty-service,
.map-overlay .services-selection .specialty-service-about a {
	z-index: 999;
	width: 345px;
	left: -345px;
}
.map-overlay .services-selection .specialty-service-blank,
.map-overlay .services-selection .specialty-service-about-blank a {
	z-index: 998;
	width: 345px;
	left: -345px;	
}
.map-overlay .services-selection .country a,
.map-overlay .services-selection .country-blank a,
.map-overlay .services-selection .country a,
.map-overlay .services-selection .country-blank a,
.map-overlay .services-selection .service a,
.map-overlay .services-selection .service-blank a,
.map-overlay .services-selection .specialty-service a,
.map-overlay .services-selection .specialty-service-blank a,
.map-overlay .services-selection .specialty-service-about a,
.map-overlay .services-selection .specialty-service-about-blank a {
	padding-left: 40px;
}
.services-selection .initial-value {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 66px;
}
.services-selection .two-lines {
	line-height: 18px;
	padding-top: 14px;
}
.services-selection .selected-value {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	width: 180px;
}
/* this is for firefox 3.6 since it creates an anchor tag */
.services-selection .selected-value a {
	padding-left: 0 !important;
}
/* es/fr update for HK (its just too long to fit!!!)*/
.es .map-overlay .services-selection a.hong-kong {
	padding-top: 7px;
}
.es .hong-kong .selected-value {
    font-size: 1.1em;
    line-height: 1.1em;		
}
.fr .hong-kong .selected-value {
    font-size: 1.2em;
    line-height: 1.2em;	
}
.services-selection .change-value {
	color: #fff;
	font-size: 12px;	
	padding-top: 3px;
}
#map-background {
	position: absolute;
	top: 0;
	width: 960px;
	height: 384px;
}
#background-location {
	width: 960px;
	height: 384px;	
}
#map-background {
	background: url('../gfx/maps/bg-map-no-selection.jpg') no-repeat; 
	background-position: 0 0;
}
#map-background #background-location { 
	background: url('../gfx/maps/bg-location2.jpg') no-repeat; 
	background-position: 0 0;
}	 			
#map-background #background-location.north-america {
	background-position: 0 0;
}
#map-background #background-location.caribbean { 
	background-position: 0 -417px;
}
#map-background #background-location.central-south-america { 
	background-position: 0 -834px;
}
#map-background #background-location.europe-middle-east { 
	background-position: 0 -1251px;
}
#map-background #background-location.asia-australia { 
	background-position: 0 -1668px; 
}
#map-background #background-location.blank {
	background-position:0 -2500px;
}
#map-background #background-location.location-selected {
	background:url('../gfx/maps/bg-map-faded.jpg') no-repeat; 
	background-position: 0 0; 
}
#map-background .generic-list {
	padding-top:66px;
}
#map-background .generic-list ul {
	float:left;
	list-style:none;
	margin:0; 
	padding:0; 
}
#map-background .generic-list ul.country-list {
	padding-left: 221px;
}
#map-background .generic-list ul.service-list {
	padding-left: 442px;
}
#map-background .generic-list ul.specialty-service-list,
#map-background .generic-list ul.specialty-service-about-list {
	padding-left: 656px;
}
#map-background .generic-list ul.specialty-service-list li a,
#map-background .generic-list ul.specialty-service-about-list li a {
	width: 277px;
}
#map-background .generic-list ul li {
	border-bottom: 1px solid #dedede;
}
#map-background .generic-list ul.float-list {
	float: left;
	padding-left: 0;	
}
#map-background .generic-list ul li a {
	display: block;
	width: 205px;	
	color: #4b4b4b;
	font-size: 14px;
	text-decoration: none;
	height: auto;
	padding: 6px 0 6px 20px;
}
/* special cases for copy that is really long */
#map-overlay .generic-list ul li a.scotiabank-trinidad-and-tobago-limited,
#map-overlay .generic-list ul li a.scotialife-trinidad-and-tobago-limited {
	width: 280px;
}
#map-background .generic-list ul li a:hover {
	color: #d81e05;
	background-color: #f1f1f1;
}
#map-background .generic-list ul.specialty-service-about-list li p.name,
#map-overlay .generic-list ul.specialty-service-about-list li p.name,
#wealth-management-header .generic-list ul.specialty-service-list li p.name {
	float: left;
	color: #4b4b4b;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 6px;	
	font-weight: bold;
}
#map-background .generic-list ul.specialty-service-about-list li a,
#map-overlay .generic-list ul.specialty-service-about-list li a,
#wealth-management-header .generic-list ul.specialty-service-list li a {
    color: #D81E05;
    float: left;
    font-size: 11px;
    height: 10px;
    width: auto;
    padding: 0 10px 0 0;
    margin-top: 7px;
    background: url('../gfx/bg-small-arrow-specialty.png') right 1px no-repeat;
}
#map-background .generic-list ul.specialty-service-about-list li p.desc,
#map-overlay .generic-list ul.specialty-service-about-list li p.desc,
#wealth-management-header .generic-list ul.specialty-service-list li p.desc {
	padding: 6px 15px 6px 0;
	font-size: 11px;
}
#map-background .generic-list ul.specialty-service-about-list li a:hover,
#map-overlay .generic-list ul.specialty-service-about-list li a:hover,
#wealth-management-header .generic-list ul.specialty-service-list li a:hover {
    color: #D81E05;
    text-decoration: underline;
}
.map-disclaimer {
    color: #696969;
    font-size: 10px;
    left: 23px;
    position: absolute;
    top: 440px;
}
.services-overview-mobile,
.fineprint-list-mobile {
	display: none;
}
.services-overview {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	border-top: 4px solid #D81E05;
	width: 960px;
	height: 477px;
	background: url('../gfx/bg-map-services-overview.jpg') center top no-repeat;
	z-index: 500;	
}
#fine-print-overlay .services-overview {
    background: url('../gfx/bg-fine-print-slide.jpg') #fff top right no-repeat;
    border-top: 0 none;
    height: 354px;
    left: auto;
    right: 675px;
    top: 0;
    width: 675px;
    display: block;
    padding: 30px 0;
}
.services-overview h3 {
	padding: 30px 0 0 290px;
    color: #272727;
    font-size: 19px;
	line-height: 20px;
}	
.services-overview .overview-intro {
	font-size: 13px;
    font-weight: bold;
    padding: 10px 100px 0 290px;
}
.services-overview .overview {
	padding: 7px 0;
	display: none;	
}
.services-overview .overview .service-type {
	position: relative;
	float: left;
	width: 270px;
	padding-right: 20px;
}
.services-overview .overview .service-type p {
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	line-height: 17px;	
}
.services-overview .overview .service-desc {
	position: relative;
	float: left;
	width: 580px;
}
.services-overview .overview .service-desc p {
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;	
}
.es .services-overview .overview .service-desc p,
.fr .services-overview .overview .service-desc p {
	font-size: 11px;
}
.services-overview a.back {
    color: #D81E05;
    display: block;
    font-size: 13px;
    margin: 20px auto;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    width: 100px;
    text-decoration: none;
    background: url('../gfx/bg-back-arrow-overlay.gif') center bottom no-repeat;
}
.services-overview a.back:hover {
	text-decoration: underline;
}
#fine-print-overlay .services-overview a.back {
	position: absolute;
	right: 10px;
	top: 150px;
}
#fine-print-overlay .generic-list ul {
	float: left;
	list-style: none;
	margin: 0; 
	padding: 0; 
}
#fine-print-overlay .generic-list ul.float-list {
	float: left;
	padding-left: 0;	
}
#fine-print-overlay .generic-list ul li a {
    color: #d81e05;
    display: block;
    font-size: 14px;
    height: 20px;
    padding-left: 0;
    padding-top: 6px;
    text-decoration: none;
    width: 205px;
}
#fine-print-overlay .generic-list ul li a:hover {
	text-decoration: underline;	
}
#fine-print-overlay .services-overview a.back {
    background: url("../gfx/bg-back-arrow-left.jpg") no-repeat scroll left center transparent;
    color: #D81E05;
    display: block;
    font-size: 14px;
    padding-bottom: 1px;
	padding-left: 13px;
	padding-right: 9px;
    width: auto;
}
#fineprint-list {
	display: block;
	padding-left: 16px;
}
/* special cases for copy that is really long */
#map-overlay .generic-list ul li a.scotiabank-trinidad-and-tobago-limited,
#map-overlay .generic-list ul li a.scotialife-trinidad-and-tobago-limited {
	width: 280px;
}
#map-background .generic-list ul li a:hover {
	color: #d81e05;
	background-color: #f1f1f1;
}
/* CAROUSEL STYLES */
.jcarousel-skin-tango .jcarousel-container {
	width: 630px;
	background-color: #f1f1ec;
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 549px;
    padding: 12px 40px 20px;
}
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  556px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 170px;
}
.jcarousel-skin-tango .jcarousel-item img {
	width: 170px;
    height: 83px;
}
.jcarousel-skin-tango .jcarousel-item a:hover img {
	-moz-opacity:.80;	
	filter:alpha(opacity=80); /* For IE8 and earlier */
	opacity:0.8;
}
.jcarousel-skin-tango .jcarousel-item a.carousel-text {
	font-size: 12px;
	color: #515151;
	line-height: 14px;
	padding: 4px 0 0;
	text-decoration: none;
}
.jcarousel-skin-tango .jcarousel-item a.carousel-text:hover {
	color: #D81E05;
	text-decoration: none;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 18px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 18px;
    margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/* Horizontal Buttons */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 39px;
    right: 17px;
    width: 14px;
    height: 32px;
    cursor: pointer;
    background: transparent url("../gfx/next-horizontal.png") no-repeat -14px 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url("../gfx/prev-horizontal.png");
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -14px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -14px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 39px;
    left: 17px;
    width: 14px;
    height: 32px;
    cursor: pointer;
    background: transparent url("../gfx/prev-horizontal.png") no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url("../gfx/next-horizontal.png");
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -14px 0;
}
/* CUSTOM SCROLLBAR */
.scrollable-content { 
	width: 675px; 
	clear: both; 
	color:#fff;
}
.scrollable-content .viewport { 
	width: 632px; 
	height: 412px; 
	overflow: hidden; 
	position: relative;
}
.scrollable-content .overview { 
	list-style: none; 
	position: absolute; 
	left: 0; 
	top: 0; 
}
.scrollable-content .thumb .end,
.scrollable-content .thumb { 
	background-color: #a0a0a0;
}
.scrollable-content .scrollbar { 
	position: relative; 
	float: right; 
	width: 6px;
}
.scrollable-content .track { 
	background-color: #e7e7e7; 
	_background: none; 
	_background-color: #e7e7e7; 
	height: 100%; 
	width: 5px; 
	position: relative;
}
.scrollable-content .thumb { 
	height: 20px; 
	width: 5px; 
	cursor: pointer; 
	overflow: hidden; 
	position: absolute; 
	top: 0;
}
.scrollable-content .thumb .end { 
	overflow: hidden; 
	height: 5px; 
	width: 5px;
}
.scrollable-content .disable { 
	display: none;
}
.inside-scotiabank-overlay .scrollable-content { 
	width:850px;
}
.inside-scotiabank-overlay .scrollable-content .viewport { 
	width:807px;
}
/* FANCY DROP DOWN */
#careers-country-dropdown {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	width: 260px;
}
.menuHeader {
	position: absolute;
}
.menuHeader, 
.genHeader {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	width: 260px;
	height: 30px;
	line-height: 30px;
	background: #f7f7f7;
	overflow: hidden;
}
.genHeader {
	border: 1px solid #ccc;
	background: url('../gfx/dropdown-arrow.jpg') no-repeat right top;
	font-weight: bold;
	text-indent: 10px;
	cursor: pointer;
	margin-left: 14px;
	box-shadow: inset 0 0 10px #eee;
	color: #515151;
}
.advMenuUL {
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
	border-top: 0;
	margin-left: 14px;
	-moz-box-shadow: 5px 5px 5px #eee;
	-webkit-box-shadow: 5px 5px 5px #eee;
	box-shadow: 5px 5px 5px #eee;
	height: 180px !important;
	overflow-y: scroll !important;
}
.advMenuUL li {
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	cursor: pointer;
	color: #515151;
}
.advMenuUL li.sel, 
.advMenuUL li:hover {
	background-color: #D81E05;
	color: #fff;
}
#mainTable {
	width: 760px;
}
#mainTable td {
	vertical-align: top;
}
/* OVERLAY MASK */
#overlay-mask {
	display: none;
	position: absolute;
	background-color: rgba(0,0,0,.3);
	left: 0; 
	right: 0;
	top: 0; 
	bottom: 0;
	z-index: 999;
}
/* OVERLAY WINDOW */
.overlay-window {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -283px -480px;
    outline: none;
	z-index: 9999;
}
.overlay-window .overlay-content {
	width: 960px;
	height: 570px;
	margin: 12px 12px 12px 0;
	background-color: #fff;
	color: #4b4b4b;
	border-bottom: 4px solid #D81E05;
	overflow: hidden;
}
.overlay-window .close-overlay {
	position: absolute;
	height: 36px; 
	width: 36px;
	top: 5px;
	right: 5px;
	/*background: url('../gfx/bg-close.png') no-repeat 0 0;*/
    /*text-indent: -999em;*/
	
}
/* BOTTOM BAR */
#btm-bar {
	left: 0; 
	right: 0; 
	bottom: 0;
	padding: 20px 0 15px;
	position: absolute;
	background-color: rgba(255,255,255,.9);
}
#btm-bar #footer-links {
	float: left;
	margin-left: 20px;
}
#btm-bar #footer-legal {
	float: right;
	margin-right: 20px;
	/*color: white;*/
}
#btm-bar #footer-links a {
	color: #1e1e1e;
	/*color: white;*/
	text-decoration: none;
}
#btm-bar #footer-links .divider {
	/*color: white;*/
}

#btm-bar #footer-links a:hover {
	text-decoration: underline;
}
#bg-pattern{
	display: none;
}
/* FUNCTIONAL */
.hidden { 
	display: none !important;
	visibility: hidden;
}
.visually-hidden { 
	border: 0; 
	clip: rect(0 0 0 0); 
	height: 1px; 
	margin: -1px; 
	overflow: hidden; 
	padding: 0; 
	position: absolute; 
	width: 1px;
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus { 
	clip: auto; 
	height: auto; 
	margin: 0; 
	overflow: visible; 
	position: static; 
	width: auto;
}
.invisible { 
	visibility: hidden;
}
.clearfix:before, 
.clearfix:after { 
	/*content: "\0020"; 
	display: block; */
	content: "";
	display: table;

	height: 0; 
	overflow: hidden;
}
.clearfix:after { 
	clear: both;
}
.clearfix { 
	zoom: 1;
}
/* MAP COOKIE */
.map-overlay .overlay-header h2 {
	font-size: 28px;
	color: #D81D0E;
	padding-top: 22px;
	padding-left: 25px;	
}
#alert-redirect h5 {
	margin: 0 40px 5px 0;
	color: #D81D0E;
	display: block;
	font-size: 1.5em;	
	padding: 35px 26px 0 40px;
	text-align: left;
	text-decoration: none;    
}
#alert-redirect h5 a {
	background: url("../gfx/bg-arrow.png") no-repeat scroll 190px 23px transparent;   
	color: #D81D0E;
	text-decoration: none;
	display: block;
}

#alert-redirect h5 a:active, #alert-redirect h5 a:focus {
	outline-color: #5B9DD9;
	outline-style: auto;
	outline-width: 5px;
} 

.main-overlay .overlay-header h2 {
	position: relative;
	font-size: 46px;
	color: #d81d0e;
	font-weight: normal;
	padding-top: 30px;
	padding-left: 290px;
}
#cookie-redirect h3 {
	margin: 0 25px 5px 0;
	color: #D81D0E;
	display: block;
	font-size: 1.7em;	
	padding: 35px 26px 0 36px;
	text-align: right;
	text-decoration: none;    
}
#alert-redirect.fr h3 {
	padding: 35px 6px 0 40px;
	margin: 0 40px 5px 0;	
}
#alert-redirect h3 {
	color: #D81D0E;
    display: block;
    font-size: 1.5em;	
	padding: 35px 35px 0 40px;
    margin:  0 35px 5px 0;	
    text-align: left;
    text-decoration: none; 
	width: 280px;   
}
#alert-redirect.fr h3 a {
	color: #D81D0E;
	text-decoration: none;
	display: block;	
	background: url("../gfx/bg-arrow.png") no-repeat scroll right bottom transparent;   
	font-size: 0.8em!important;
	margin-right: 10px;
	padding-right: 10px;	
}
/* MOBILE */

.quotes-slides{
	display: none;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	-webkit-box-shadow: 0 0 3px #808080;
	-moz-box-shadow: 0 0 3px #808080;
	box-shadow: 0 0 3px #808080;
}
#header {
	display: none;
	position: relative;
	font-size: 1.2em;
	z-index: 999;
}
#top ul.a .a, 
#top ul.b .b, 
#top ul.c .c, 
#top ul.d .d {
	background-color: #fff;
	height: 30px;
	margin-top:0;
	line-height: 30px;
}
#top ul.a .a a, 
#top ul.b .b a, 
#top ul.c .c a, 
#top ul.d .d a {
	color: #aaa;
	height: 30px;
	line-height: 30px;
	padding: 0;
	text-shadow: none;
}
#top .content > a {
	float: left;
}
a#group-sites {
	color: #666;
	font-weight: 700;
	width: 170px;
	height: 30px;
	margin-top: 5px;
	line-height: 30px;
	text-align: center;
}
a#group-sites:hover, 
a#group-sites:focus {
	color: #D81E05;
	text-decoration: none;
}
#form-lang,
#lang-selector {
	float: left;
}
#header {
	position: relative;
	clear: both;
	background-color: #fff;
}
#carousel {
	/*display: none;*/
}

/* SERVICE BAR */
#service-menu {
	position: relative;
	clear: both;
	list-style: none;
	height: 3.75em;
	padding: 0;
	background-color: #eee;
	z-index: 9999;
}
#service-menu li {
	position: relative;
	display: inline;
	float: left;
	background: url("../gfx/bg-service-menu-divider.gif") right center no-repeat;
	height: 3em;
	z-index: 99;
}
#service-menu li a.tab {
	position: absolute;
	color: #8e8e8e;
	left: 0;
	top: 0;
	padding: 6px 0 6px 17px;
	margin: 0 0 0 5px;
	border: none;
	overflow: hidden;
}
#service-menu li.active a.tab, 
#service-menu li:hover a.tab {
	background: #e4e4e4;
}
#service-menu li.active a.tab {
	padding-bottom: 10px;
}
#service-menu li a.tab:hover, 
#service-menu li a.tab:focus, 
#service-menu li a.tab:active {
	color: #D81E05;
	text-decoration: none;
}
#service-menu li.a {
	width: 195px;
}
#service-menu li.a a.tab {
	width: 160px;
}
#service-menu li.b {
	width: 225px;
}
#service-menu li.b a.tab {
	width: 190px;
}
#service-menu li.c {
	width: 235px;
}
#service-menu li.c a.tab {
	width: 200px;
}
#service-menu li ul a {
	color: #666;
	background:transparent !important;
}
#service-menu li ul a:hover {
	color: #D81E05;
	text-decoration: none;
}
#service-menu.b li.b a, 
#service-menu.c li.c a {
	background: #e4e4e4;
}
/* content */
#service-menu li .content {
	display: none;
	position: absolute;
	background-color: #fff;
	top: 45px;
	left: 4px;
	width: 575px;
	height: 0;
	border-left: 1px solid #b8bcbb;
	overflow: hidden;
	zoom: 1;
	z-index: 999;
	-webkit-box-shadow: 4px 4px 0 rgba(0,0,0,.5), -1px 0 0 #fff;
	-moz-box-shadow: 4px 4px 0 rgba(0,0,0,.5), -1px 0 0 #fff;
	box-shadow: 4px 4px 0 rgba(0,0,0,.5), -1px 0 0 #fff;
}
#service-menu li .content h3, 
#service-menu li .content .bar {
	background: #e4e4e4;
	color: #666;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	font-size: 1.2em;
	font-weight: 400;
}
#service-menu li .content hr {
	float: left;
	clear: both;
	background-color: #9e9e9e;
	color: #9e9e9e;
	width: 30px;
	height: 1px;
	padding: 0;
	margin: 0 150px 0 0;
}
#service-menu li .content hr.dark {
	background-color: #666;
	color: #666;
}
#service-menu li .content .side .hr {
	margin-top: 10px;
}
#service-menu li .content .bold {
	color: #515151;
	padding: 5px 0;
	display: block;
	font-weight: 700;
}
#service-menu li .content li {
	display: block;
	float: none;
	background: none;
}
#service-menu li .content a {
	padding: 0;
	margin: 0;
}
/* locations */
#service-menu li.a .content form {
	float: left;
	width: 355px;
	height: 210px;
	padding-left: 20px;
}
#service-menu li.a .content form label {
	display: block;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	font-weight: 700;
	font-size: 1.2em;
}
#service-menu li.a .content form input {
	vertical-align: middle;
}
#service-menu li.a .content form input#search-location {
	background-color: #f4f4f4;
	color: #989898;
	width: 290px;
	height: 16px;
	padding: 3px;
	border: 2px solid #c4c4c4;
	border-width: 2px 0 0 2px;
	font-size: 1.4em;
}
#service-menu li.a .content .side {
	float: right;
	background-color: #f1f1f1;
	width: 	180px;
	height: 230px;
	border-left: 20px solid #f1f1f1;
}
#service-menu li.a .content form a, 
#service-menu li.a .content .side a {
	color: #D81E05;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin: 0;
}
#service-menu li.a .content .side h4 {
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	font-size: 1.2em;
}
#service-menu li.a .content .bold {
	line-height: 1.1em;
	font-size: 1.2em;
	margin-top: 10px;
}
#service-menu li.a .content .side h4.hr {
	background: transparent url("../gfx/hr.gif") no-repeat bottom left;
	margin-bottom: 5px;
}
#service-menu li.a .content .side p {
	clear: both;
	font-size: 1.1em;
}
/* support / how do i */
#service-menu li.b .content {
	width: 525px;
}
#service-menu li.c .content {
	left: -351px;
}
#service-menu li.c .content .side, 
#service-menu li.b .content .side {
	background-color: #f1f1f1;
	height: 230px;
	margin-top: 0;
	border-left: 20px solid #f1f1f1;
}
#service-menu li.b .content .service-menu-group, 
#service-menu li.c .content .service-menu-group, 
#service-menu li.b .content ul, 
#service-menu li.c .content ul {
	float: left;
	width: 155px;
	margin-top: 10px;
	border-left: 20px solid #fff;
	overflow: hidden;
}
#service-menu li.c .content ul {
	width: 170px;
}
#service-menu li.b .content ul li, 
#service-menu li.c .content ul li {
	height: auto;
	line-height: 1.1em;
	padding: 5px 0;
	font-size: 1.2em;
}
#service-menu li.b .content ul li.hr, 
#service-menu li.c .content ul li.hr {
	background: transparent url("../gfx/hr.gif") no-repeat bottom left;
	margin-bottom: 3px;
	padding-bottom: 8px;
}
#service-menu li.b .content h4, 
#service-menu li.c .content h4 {
	color: #535353;
	font-size: 1.2em;
	padding: 5px 0;
	margin-top: 10px;
}
#service-menu li:hover .content, 
#service-menu .active .content {
	display: block;
	height: 250px;
}
/* small business COLORS */
#header .top-nav-sb li:hover a.a,
#header .top-nav-sb li.active a.a {
	color: #15a3e0 !important;
}
#header .top-nav-sb li:hover a.b,
#header .top-nav-sb li.active a.b {
	color: #e53985 !important;
}
#header .top-nav-sb li:hover a.c,
#header .top-nav-sb li.active a.c {
	color: #e77a2c !important;
}
#header .top-nav-sb li:hover a.d,
#header .top-nav-sb li.active a.d {
	color: #7b66ab !important;
}
#header .top-nav-sb li:hover a.e,
#header .top-nav-sb li.active a.e {
	color: #828040 !important;
}
#header .top-nav-sb li:hover a.f,
#header .top-nav-sb li.active a.f {
	color: #c29e25 !important;
}
#header .top-nav-sb li:hover a.a .arrow, 
#header .top-nav-sb li.active a.a .arrow {
	border-top-color: #15a3e0 !important;
}
#header .top-nav-sb li:hover a.b .arrow, 
#header .top-nav-sb li.active a.b .arrow {
	border-top-color: #e53985 !important;
}
#header .top-nav-sb li:hover a.c .arrow, 
#header .top-nav-sb li.active a.c .arrow {
	border-top-color: #e77a2c !important;
}
#header .top-nav-sb li:hover a.d .arrow, 
#header .top-nav-sb li.active a.d .arrow {
	border-top-color: #7b66ab !important;
}
#header .top-nav-sb li:hover a.e .arrow, 
#header .top-nav-sb li.active a.e .arrow {
	border-top-color: #828040 !important;
}
#header .top-nav-sb li:hover a.f .arrow, 
#header .top-nav-sb li.active a.f .arrow {
	border-top-color: #c29e25 !important;
}
/* ABOUT SCOTIA COLORS */
#header .top-nav-as li:hover a.a, 
#header .top-nav-as li.active a.a, 
#header .top-nav-as li:hover a.b, 
#header .top-nav-as li.active a.b, 
#header .top-nav-as li:hover a.c, 
#header .top-nav-as li.active a.c, 
#header .top-nav-as li:hover a.d, 
#header .top-nav-as li.active a.d, 
#header .top-nav-as li:hover a.e, 
#header .top-nav-as li.active a.e, 
#header .top-nav-as li:hover a.f, 
#header .top-nav-as li.active a.f, 
#header .top-nav-as li:hover a.g, 
#header .top-nav-as li.active a.g {
	color: #515151 !important;
}
#header .top-nav-as li:hover a.a .arrow, 
#header .top-nav-as li.active a.a .arrow, 
#header .top-nav-as li:hover a.b .arrow, 
#header .top-nav-as li.active a.b .arrow, 
#header .top-nav-as li:hover a.c .arrow, 
#header .top-nav-as li.active a.c .arrow, 
#header .top-nav-as li:hover a.d .arrow, 
#header .top-nav-as li.active a.d .arrow, 
#header .top-nav-as li:hover a.e .arrow, 
#header .top-nav-as li.active a.e .arrow, 
#header .top-nav-as li:hover a.f .arrow, 
#header .top-nav-as li.active a.f .arrow, 
#header .top-nav-as li:hover a.g .arrow, 
#header .top-nav-as li.active a.g .arrow {
	border-top-color: #c29e25 !important;
}
#header .top-nav-as li a.tab .arrow {
	right: 10px;
}
#header .top-nav-sb li a.tab .arrow {
	right: 15px;
}
/* CONTENT */
#content {
	background: #fff url("../gfx/bg2.gif") left top repeat-y;
}
body .lrg {
	font-size: 1.1em !important;
}
body .x-lrg {
	font-size: 1.2em !important;
}
/* NESTED NAV */
/*---- SIDEBAR SECTIONS ----*/
/*PERSONAL*/
#cid6 #side-nav h3 a {
	color: #cc0066;
}
#cid7 #side-nav h3 a {
	color: #660000;
}
#cid8 #side-nav h3 a {
	color: #cc9900;
}
#cid9 #side-nav h3 a {
	color: #663399;
}
#cid10 #side-nav h3 a {
	color: #00274c;
}
#cid12 #side-nav h3 a {
	color: #15A3E0;
}
#cid1070 #side-nav h3 a {
	color: #7f7b18;
}
/*SMALL BUSINESS*/
#cid610 #side-nav h3 a {
	color: #16A4D6;
}
#cid543 #side-nav h3 a {
	color: #eO2417;
}
#cid564 #side-nav h3 a {
	color: #CBA314;
}
#cid587 #side-nav h3 a {
	color: #5D0C8C;
}
#side-nav {
	float: left;
	color: #999;
	width: 170px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-top: 7.75em;
}
#side-nav ul {
	list-style: none;
	padding-left: 10px;
}
#side-nav ul ul {
	float: left;
	display: none;
}
#side-nav li a {
	color: #777;
	font-size: 1.2em;
}
#side-nav li a:hover {
	color: #D81E05;
	text-decoration: none;
}
#side-nav li {
	line-height: 1.2em;
	padding: 8px 0;
	margin-right: 15px;
}
#side-nav li.active a {
	padding: 5px 5px 5px 20px;
	margin-left: -20px;
}
#side-nav h3 {
	min-height: 30px;
	margin: 10px 0 0;
	padding: 55px 0 0;
	line-height: 1.2em;
	font-size: 1.2em;
}
#side-nav h3 {
	font-size: 1.2em;
	line-height: 1.2em;
}
#side-nav h3 strong {
	display: block;
	line-height: 1em;
}
#side-nav h3 a {
	font-weight: 700;
}
#side-nav h4 {
	color: #666;
	margin-right: 20px;
	border-top: 4px double #ddd;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 8px 0;
}
#side-nav h4.top {
	border-top: 2px solid #ddd;
}
#side-nav ul li {
	line-height: 1.2em;
	padding: 5px 0;
}
#side-nav li.active {
	position: relative;
	background-color: #f1f1f1;
	padding-left: 30px;
	margin-left: -30px;
}
#side-nav li.active:before {
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 5px;
	border: 1px solid #fff;
	border-left: none;
	-webkit-box-shadow: inset -2px 2px 1px #e3e3e3, inset -1px -2px 1px #e3e3e3;
	-moz-box-shadow: inset -2px 2px 1px #e3e3e3, inset -1px -2px 1px #e3e3e3;
	box-shadow: inset -2px 2px 1px #e3e3e3, inset -2px 2px 1px #e3e3e3;
	z-index: 1;
}
#side-nav li.active li.active:before {
	display: none;
}
#side-nav ul.level-1 li.active a, 
#side-nav ul.level-2 li.active a {
	float: left;
	position: relative;
	color: #515151;
	width: 90%;
	font-weight: 700;
	background: transparent;
	z-index: 9;
}
#side-nav ul.level-1 li.active li a:hover, 
#side-nav ul.level-2 li.active li a:hover {
	color: #D81E05;
}
#side-nav ul.level-1 li.active li a {
	float: none;
	font-weight: 400;
}
#side-nav ul.level-1, 
#side-nav li.active ul.level-2, 
#side-nav li.active ul.level-3 {/* level-1 , level-2 , level-3 */
	display: block;
}
#side-nav li.active ul.level-2 li.active,
#side-nav li.active ul.level-3 li.active {
	background-color: #d8d8d8;
	padding-bottom: 0;
	margin-left: -30px;
}
#side-nav ul.level-1 {
	padding-bottom: 10px;
}
/*modified*/
#side-nav ul.level-1 li.active a.active {
	font-weight: 700;
}
#side-nav ul.level-1 li.active ul.level-2 li, 
#side-nav ul.level-2 li.active ul.level-3 li {
	width: 95%;
	overflow: hidden;
}
#side-nav ul.level-2 ul, 
#side-nav ul.level-3 ul {
	margin-top: 5px;
}
#side-nav ul.level-1 li.active ul.level-2 li.active a.active {
	position: relative;
	width: 95%;
}
#side-nav ul.level-1 li.active ul.level-2 li.active a.active:before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	bottom: 3px;
	right: 0;
	background: #d8d8d8;
	width: 148px;
	z-index: -1;
}
#side-nav ul.level-2 li.active ul.level-3 li.active a.active:before {
	width: 138px;
}
/* FOOTER */
#footer {
	background-color: #e8e6de;
	margin: 15px 0;
	position: relative;
}
#footer strong, 
#footer li, 
#footer li h3 {
	font-size: 1.2em;
}
/* BTM */
#btm {
	background-color: #e8e6de;
	width: 100%;
	border-bottom: 70px solid #e8e6de;
	padding-top: 10px;
}
/* COMMON */
.frutiger {
	font-family: "Arial", Arial, sans-serif;
}
.question .content label {
	cursor: pointer;
}
#context-help, 
#close-help {
	position: absolute
}
#close-help {
	z-index: 1000;
}
#context-help {
	background: #fff;
	width: 275px;
	margin-bottom: 20px;
	border: 1px solid #999;
	overflow: hidden;
	z-index: 999;
	-webkit-box-shadow: 4px 4px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 4px 4px 0 rgba(0,0,0,.5);
	box-shadow: 4px 4px 0 rgba(0,0,0,.5);
}
#context-help:focus {
	outline: none;
}
#help-title span {
	font-weight: 400
}
#help-description {
	padding: 10px;
	font-weight:400;
}
/* FF WEB FONT FIX */
@-moz-document url-prefix() {
	.wf-loading .frutiger {
		visibility: hidden;
	}
}
/* FUNCTIONAL */
.hide {
	display: none;
}
/*snook mod */
.hidden {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
}
input.hidden {
	width: 10px;
}
.invisible {
	visibility: hidden;
}
.glsImg {
	float: right;
}
/* NEW CLEAR FIX */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
/* Contain floats: h5bp.com/q */
.skip:focus {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: #FFF;
	padding: 1em;
	color: #D81E05;
	z-index: 10;
	text-indent: 0px;
	height: auto;
	width: 250px;
	clip: auto;
	font-size: 12px;
}





/*  ------------------------------------------------------------
      Global Media Queries
    ------------------------------------------------------------ */

@media only screen and (min-width: 800px) {
	#mobile-side-nav{
		display: none !important;
	}
}

.map-disclaimer, 
#ie6 #mobile-side-nav,
#ie7 #mobile-side-nav, 
#ie8 #mobile-side-nav {
	display: none !important;
}


/*  ------------------------------------------------------------
      Global Media Queries
    ------------------------------------------------------------ */

@media only screen and (min-width: 800px) and (max-width: 850px) {

	#top-bar #logo img {
		margin-top: 10px;
	}

	#top-bar nav {
		margin-left: -180px;
	}
/*
	.es #content-bar .content-container .sub-nav {
		margin-right: 0;
	}

	.es #content-bar .content-container {
		width: 620px;
	}

	.es #content-bar .left {
		width: 250px;
	}

	.en #content-bar .content-container{
		width: 590px;
	}

	.en #content-bar .left {
		width: 250px;
	}

	.fr #content-bar .content-container  {
		width: 570px;
	}
	.fr #content-bar .left {
		width: 266px;
	}

	.fr #content-bar .content-container .sub-nav {
		top: 92px;
	}*/

}

@media only screen and (min-width: 0px) and (max-width: 800px) {
	* {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	body{
		background-color: #e8e6de;
		min-height: 200px;
	}
	body, 
	html {
		min-width: 320px;
	}
	#cookie-redirect,
	#alert-redirect,
	#top-bar .tool-tip {
		display: none !important;
		min-width: 0;
		min-height: 0;
	}
	/* FRAME */
	#frame {
		display: none;
		width: 100%;
		min-width: 100% !important;
		min-height: 247px !important;
	}
	#frame .stage {
		height: auto !important;
	}
	#frame .stage .carrousel-main {
		min-height: 247px;
		height: auto !important;
		overflow: hidden;
		position: relative;
	} 
	#frame .slide {
		height: 100%;
		width:100%;
		margin-top: 40px;
	}
	
	#about-slide {background:url(../gfx/slides/low-res/bg-about.jpg) no-repeat 0 0;}
	#personal-banking-slide {background:url(../gfx/slides/low-res/bg-personal.jpg)no-repeat 0 0;}
	#insurance-slide {background:url(../gfx/slides/low-res/bg-insurance.jpg) no-repeat 0 0;}
	#business-banking-slide{background:url(../gfx/slides/low-res/bg-business.jpg) no-repeat 0 0;}
	#wealth-management-slide {background:url(../gfx/slides/low-res/bg-wealth.jpg) no-repeat 0 0;}           
	#corporate-slide{background:url(../gfx/slides/low-res/bg-corporate.jpg) no-repeat 0 0;}	

	
	#frame .stage img.bg {
		min-height: 247px;
		min-width: 385px;
	}
	/* QUOTE BAR */
	#quote-bar {
		position: relative;
		top: auto !important;
	}
	#quote-bar .left {
		left: auto !important;
	}
	#quote-bar .right {
		right: auto !important;
	}
	#quote-bar-bg {
		background: #790006; /* Old browsers */
		background: -moz-linear-gradient(left,  #790006 0%, #900009 27%, #c90013 72%, #e30016 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#790006), color-stop(27%,#900009), color-stop(72%,#c90013), color-stop(100%,#e30016)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #790006 0%,#900009 27%,#c90013 72%,#e30016 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #790006 0%,#900009 27%,#c90013 72%,#e30016 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #790006 0%,#900009 27%,#c90013 72%,#e30016 100%); /* IE10+ */
		background: linear-gradient(to right,  #790006 0%,#900009 27%,#c90013 72%,#e30016 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#790006', endColorstr='#e30016',GradientType=1 ); /* IE6-9 */
		min-height: 100px;
	}
	#quote-bar .content {
		background: none;
		display: none;
		font-size: 1.2em;
		margin: 0;
		padding: 20px 40px 20px 20px;
		position: relative;
		width: auto !important;
	}
	.fr #quote-bar .content {
		background: none;
	}
	#quote-bar div#about-quote.content.right.current {
		right: auto !important;
	}
	#quote-bar.left .content {
		left: auto !important;
	}
	#quote-bar.right .content {
		right: auto !important;
	}
	#quote-bar .quote {
		background: url("../gfx/bg-left-quotes.png") 0 0 no-repeat;
		background-size: 34px 24px;
		padding-left: 40px;
		font-size: 1.8em;
	}
	.fr #quote-bar .quote {
		background: url("../gfx/bg-left-quotes-fr.png") -15px -5px no-repeat;
	}
	.es #quote-bar .quote,
	.fr #quote-bar .quote {
		font-size: 1.8em;
	}
	#quote-bar .line {
		padding-left: 40px;
	}
	#quote-bar > div {
		left: auto !important;
	}
	/* TOP BAR */
	#top-bar {
		position: relative;
		background-color: #fff;
		height: auto;
		z-index: 2;
	}
	#top-bar-logo {
		margin: 0;
	}
	#top-bar #logo {
		height: 46px;
		margin: 22px 0 7px 20px;
		width: 175px;
	}
	#top-bar nav {
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 100;
		top: 120px;
		margin: 0;
	}
	#nav-highlight {
		display: none !important;
	}
	#top-bar nav a {
		background-color: #fff;
		color: #666 !important;
		cursor: default;
		display: none;
		font-size: 2em;
		line-height: 1.2em;
		position: absolute;
		right: 0;
		width: 78%;
	}
	#top-bar nav .single-line a {
		line-height: 1.2em;
	}
	#top-bar nav a.selected {
		display: block;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	#top-bar nav a span {
		color: #666;
	}
	#header, 
	#carousel, 
	.mobile-wrapper > div {
		display: block;
	}
	.mobile-wrapper{
		background-color: #fff; 
	}
	/* BOTTOM BAR */
	#btm-bar {
		position: static; 
		background-color: #fff; 
		padding-bottom: 4em;
	}
	#btm-bar #footer-links {
		font-size: 1.4em;
		text-align: center;
		margin-left: 0;
		width: 100%;
	}
	#btm-bar #footer-links .divider {
		margin: 0 1.5em; 
		background: url("../gfx/bg-service-menu-divider.gif") left center no-repeat;
	}
	html[lang="fr"] #btm-bar #footer-links .divider {
		margin: 0 0.5em; 
		
	}
	#btm-bar #footer-links .divider > i {
		display: none;
	}
	#btm-bar #footer-legal {
		display: none;
		text-align: center;
		width: 100%;
	}
	#btm-bar #footer-links a {
		color: #515151;
		text-decoration: none;
	}
	#btm-bar #footer-links a:hover {
		text-decoration: underline;
	}
	#bg-pattern {
		background: url("../gfx/bg-footer.gif") left center repeat;
		display: block;
		height: 20px;
		width: 100%;
	}
	/* DIRECTION NAV */
	.direction-nav {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.direction-nav {
		*height: 0;
	}
	.direction-nav a {
		width: 40px;
		height: 50px;
		display: block;
		position: absolute;
		top: 50%;
		z-index: 10;
		cursor: pointer;
		text-indent: -9999px;
	}
	.direction-nav .btn-next {
		background: url('../gfx/right_arrow.png') no-repeat 0 0;
		background-size: 100%  100%;
		right: 5px;
		opacity: 0.5;
	}
	.direction-nav .btn-prev {
		background: url('../gfx/left_arrow.png') no-repeat 0 0;
		background-size: 100%  100%;
		left: 5px;
		opacity: 0.5;
	}
	.direction-nav .btn-next:hover,
	.direction-nav .btn-prev:hover {
		opacity: 1;
	}
	.direction-nav .btn-disabled {
		opacity: .3!important;
		filter: alpha(opacity=30);
		cursor: default;
	}
	/* CONTENT BAR */
	#content-bar{
		position: relative;
		left: auto;
		right: auto; 
		top: auto;
		background: none;
		height: auto;
		overflow: visible;
	}
	#content-bar .left,
	#content-bar .content-container {
		height: auto;
		width: 95% !important;
		padding: 25px 8px 0;
		margin-right: 1px;
	}
	#content-bar .left {
		width: auto;
		padding-bottom: 24px;
	}
	#content-bar .left .open-overlay-country,
	#content-bar .left .open-overlay-no-country {
		padding-right: 0;
	}
	#content-bar .left .open-overlay-no-country {
		display: none;
	}
	#content-bar .left .cta-arrow {
		display: none !important;
	}
	#content-bar .left a {
		background: url("../gfx/bg-arrow-overlay-red.png") no-repeat right center transparent;
		color: #D81D0E !important;
		font-size: 1.6em !important;
		font-weight: bold !important;;
		margin: 0 0 1.2em 18px !important;
		width: 90%;
	}
	#content-bar .left a:hover {
		text-decoration: underline;
	}
	#content-bar .left .language-selector {
		display: none !important;
	}
	#content-bar .content-container .sub-nav {
		display: none;
	}
	#content-bar .content-container h2 {
		color: #272727;
		font-weight: normal;
		font-size: 2.5em;
		margin-bottom: 0.5em;
		margin-top:0.5em;
	}
	#content-bar .content-container p {
		color: #272727;
		font-size: 1.6em;
	}
	#content-bar .container {
		width: auto;
		margin: 0 auto;
	}
	.container {
		width: 100%;
	}
	#tool {
		display: none;
	}
	#mobile-side-nav {
		position: absolute;
		left: -300px;
		top: 0;
		margin: 0;
		padding: 0;
		width: 300px;
		height: 100%;
		overflow: scroll;
		background-color: #e8e6de;
		color: #515151 !important;
		z-index: 2;
	}
	#mobile-side-nav.menu {
		left: 0px !important;
	}
	#mobile-side-nav > p {
		font-size: 17px;
		font-weight: bold;
		height: 45px;
		padding: 20px 0 9px 20px;
	}
	#mobile-side-nav .menu-divider {
		clear: both;
		height: 20px;
		background: #a6a69f url('../gfx/bg-mobile-side-nav-divider.png') repeat-x;
	}
	#mobile-side-nav ul {
		padding: 0;
		margin-top: 0;
		width: 100%;
		list-style-type: none;
	}
	#mobile-side-nav ul li {
		clear: both;
	}
	#mobile-side-nav ul:last-child li {
		font-weight: normal;
	}
	#mobile-side-nav ul .list-item {
		clear: both;
	}
	#mobile-side-nav ul.primary-nav li {
		padding-left: 0;
	}
	#mobile-side-nav .heading {
		text-indent: 25px;
		background-color: #afaea9;
		color: #292929;
		padding: 5px 0px 5px 0px;
	}
	#mobile-side-nav .heading h3 {
		padding: 0;
		margin: 0;
		height: auto;
		font-size: 17px;
		line-height: 1em;
	}
	#mobile-side-nav > ul.primary-nav > li {
		margin-right: 0px;
		font-size: 14px;
		font-weight: bold;
		background: #dad8cc url('../gfx/bg-mobile-side-nav.png');
		background-position: 0px -57px;
		background-size: 4px;
		-webkit-background-size: 4px auto;
	}
	#mobile-side-nav > ul.primary-nav > li.active {
		background: none;
		border-top: 1px solid #d0cfc7;
		background-color: #2c2c2c;
	}
	#mobile-side-nav > ul.primary-nav > li.active .list-item a.home .icon {
		background-position: -20px 2px;
	}
	#mobile-side-nav > ul.primary-nav > li.active .list-item a.accounts .icon {
		background-position: -20px -17px;
	}
	#mobile-side-nav > ul.primary-nav > li.active .list-item a.credit-cards .icon {
		background-position: -20px -35px;
	}
	#mobile-side-nav > ul.primary-nav > li.active .list-item a.borrowing .icon {
		background-position: -20px -53px;
	}
	#mobile-side-nav > ul.primary-nav > li.active .list-item a.investing .icon {
		background-position: -20px -73px;
	}
	#mobile-side-nav > ul.primary-nav > li.active .list-item a.insurance .icon {
		background-position: -20px -95px;
	}
	#mobile-side-nav > ul.primary-nav > li.active .list-item a.program-offers .icon {
		background-position: -20px -116px;
	}
	#mobile-side-nav > ul.primary-nav > li.active .list-item a.fund-prices .icon {
		background-position: -20px -137px;
	}
	#mobile-side-nav > ul.primary-nav > li.active .list-item a.locations .icon {
		background-position: -20px -170px;
	}
	#mobile-side-nav > ul.primary-nav > li.active .list-item a.waystobank .icon {
		background-position: -20px -206px;
	}
	#mobile-side-nav > ul.primary-nav > li.active .list-item a.contact .icon {
		background-position: -20px -187px;
	}
	#mobile-side-nav > ul.primary-nav > li.open {
		background: #3b3b3b url('../gfx/bg-mobile-side-nav.png');
	}
	#mobile-side-nav > ul.primary-nav > li.open > .list-item {
		box-shadow: 0px 6px 15px #8b8a85;
		z-index: 9999;
		position: relative;
	}
	#mobile-side-nav > ul.primary-nav > li.open > .list-item > a .arrow {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		left: 30%;
	}
	#mobile-side-nav > ul.primary-nav > li.open > .list-item .accordion-control {
		background-position: 0px -139px;
	}
	#mobile-side-nav > ul.primary-nav > li.open > .list-item span.divider {
		border-left: 1px solid #a09f9e;
		background: #bfbfbc;
	}
	#mobile-side-nav > ul.primary-nav > li.open .level-2 {
		height: auto;
		display: block;
	}
	#mobile-side-nav > ul.primary-nav > li > .list-item {
		width: 100%;
		height: 46px;
	}
	#mobile-side-nav > ul.primary-nav > li > .list-item a {
		color: #292929 !important;
		display: inline-block;
		float: left;
		vertical-align: top;
		text-decoration: none;
	}
	#mobile-side-nav > ul.primary-nav > li > .list-item a.link {
		padding: 14px 10px 10px 10px;
		width: 79%;
	}
	#mobile-side-nav > ul.primary-nav > li > .list-item a.accordion-control {
		width: 13%;
		height: 100%;
		background: transparent url('../gfx/bg-mobile-side-nav.png') no-repeat;
		background-position: 0px -87px;
		background-size: 2px;
		-webkit-background-size: 2px auto;
		position: relative;
	}
	#mobile-side-nav > ul.primary-nav > li > .list-item a span.divider {
		display: block;
		position: absolute;
		top: 17%;
		border-left: 1px solid #bebebe;
		width: 1px;
		background: #f8f7f5;
		height: 75%;
	}
	#mobile-side-nav > ul.primary-nav > li > .list-item a span.arrow,
	#mobile-side-nav > ul.primary-nav > li > .list-item a span.icon {
		display: inline-block;
		background: url('../gfx/icons-mobile-side-nav.png') no-repeat;
		background-size: 200%;
		-webkit-background-size: 200% auto;
		width: 20px;
		height: 17px;
	}
	#mobile-side-nav > ul.primary-nav > li > .list-item a span.arrow {
		background-position: 0px -155px;
		position: relative;
		top: 33%;
		left: 50%;
	}
	#mobile-side-nav > ul.primary-nav > li > .list-item a.home {
		display: block;
		width: auto;
	}
	#mobile-side-nav > ul.primary-nav > li > .list-item a.home .icon {
		background-position: 0px 2px;
	}
	#mobile-side-nav > ul.primary-nav > li.active .list-item {
		background: #d81e05 none;
	}
	#mobile-side-nav > ul.primary-nav > li.active a {
		background: #d81e05 none;
		color: white !important;
		background-position: -20px !important;
	}
	#mobile-side-nav > ul.primary-nav > li .level-3 {
		height: 0px;
		display: none;
		overflow: hidden;
		background: #b7b6b0;
	}
	#mobile-side-nav > ul.primary-nav > li .level-3 li {
		border-top: 1px solid #9f9e99;
	}
	#mobile-side-nav > ul.primary-nav > li .level-3 li a {
		display: block;
		width: 68%;
		text-indent: 0px;
		padding: 5px 50px 5px 60px !important;
		color: #2c2c2c !important;
	}
	#mobile-side-nav > ul.primary-nav > li .level-2 {
		height: 0px;
		display: none;
		overflow: hidden;
		background-color: #E2E0D6;
	}
	#mobile-side-nav > ul.primary-nav > li .level-2 > li {
		font-size: 0.95em;
	}
	#mobile-side-nav > ul.primary-nav > li .level-2 > li .list-item {
		overflow: visible;
		width: 100%;
		position: relative;
	}
	#mobile-side-nav > ul.primary-nav > li .level-2 li {
		border-top: 1px solid #9f9e99;
	}
	#mobile-side-nav > ul.primary-nav > li .level-2 li > a {
		display: block;
		text-indent: 0px;
		padding: 5px 0px 5px 35px;
		color: #2c2c2c !important;
	}
	#mobile-side-nav > ul.primary-nav > li .level-2 li a:focus {
		/*outline: 1px dotted red;*/
		outline: none;
	}
	#mobile-side-nav > ul.primary-nav > li .level-2 li > .list-item a {
		display: inline-block;
		text-indent: 0px;
		padding: 5px 0px 5px 0px;
		color: #2c2c2c !important;
	}
	#mobile-side-nav > ul.primary-nav > li .level-2 li > .list-item a.link {
		width: 75%;
		padding-left: 35px;
	}
	#mobile-side-nav > ul.primary-nav > li .level-2 li > .list-item a.accordion-control {
		width: 13%;
		height: 100%;
		padding: 0;
		background: transparent url('../gfx/bg-mobile-side-nav.png') no-repeat;
		background-position: 0px -40px;
		background-size: 1px;
		-webkit-background-size: 1px auto;
		position: absolute;
	}
	#mobile-side-nav > ul.primary-nav > li .level-2 li > .list-item a span.divider {
		display: block;
		position: absolute;
		top: 15%;
		border-left: 1px solid #bebebe;
		width: 1px;
		background: #f7f6f5;
		height: 75%;
	}
	#mobile-side-nav > ul.primary-nav > li .level-2 li > .list-item a span.arrow {
		background: url('../gfx/icons-mobile-side-nav.png') no-repeat;
		background-position: 0px -117px;
		background-size: 200%;
		-webkit-background-size: 200% auto;
		position: absolute;
		top: 35%;
		left: 44%;
		width: 15px;
		height: 12px;
		display: block;
		opacity: 0.5;
	}
	#mobile-side-nav > ul.primary-nav > li .level-2 li.open {
		background: #b7b6b0;
	}
	#mobile-side-nav > ul.primary-nav > li .level-2 li.open .level-3 {
		height: auto;
		display: block;
	}
	#mobile-side-nav > ul.primary-nav > li .level-2 li.open > .list-item a .arrow {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		left: 38%;
	}
	#mobile-side-nav > ul.primary-nav > li .level-2 li.open > .list-item a span.divider {
		display: block;
		position: absolute;
		top: 10%;
		border-left: 1px solid #a09f9e;
		width: 1px;
		background: #bfbfbc;
	}
	html {
		-webkit-text-size-adjust: none;
	}
	body,
	html {
		padding: 0;
		margin: 0;
	}
	body.menu,
	html.menu {
		height: 100%;
		overflow: hidden;
	}
	body.android,
	html.android {
		height: auto !important;
		overflow: visible !important;
		overflow-x: hidden !important;
	}
	.locked {
		height: 100% !important ;
		width: 100% !important;
		overflow: hidden !important;
	}
	#top {
		display: none;
	}
	#sign-in-panel {
		display: none;
	}
	#header {
		width: 100%;
		position: relative;
	}
	#header.fixed-nav {
		padding-bottom: 45px;
	}
	#service-menu-container {
		top: 0px !important;
		left: 0px;
		width: 100%;
		background-color: #515151;
		clear: both;
		z-index: 9999;
	}
	#service-menu-container.search-open {
		height: 115px;
	}
	#service-menu-container.search-open li.d {
		background: #515151;
	}
	#service-menu-container.search-open li.d a.tab-search {
		background-position: 60% -172px !important;
	}
	#service-menu-container.fixed {
		box-shadow: 0px 0px 25px black;
	}
	#service-menu-container #search-btn {
		display: block;
	}
	#service-menu-container #search {
		position: absolute;
		top: 59px;
		right: 0px;
	}
	#service-menu-container #search.phone-hide {
		display: none;
	}
	#service-menu-container #search #search-query {
		margin-right: 13px;
		border-radius: 0px;
	}
	#service-menu-container #search #search-submit {
		margin-right: 15px;
	}
	#service-menu-container .mega-menu-button {
		width: 25%;
		height: 3.75em;
		text-indent: -9999px;
		position: relative;
		z-index: 10000;
		display: block;
		float: left;
		color: white;
		background: #eeeeee url('../gfx/main-nav.png') no-repeat;
		background-size: 70px;
		-webkit-background-size: 70px auto;
	}
	#service-menu-container .mega-menu-button:focus {
		color: red;
	}
	#mobile-side-nav ul.primary-nav > li{
		font-size: 1.7em;
	}
	#mobile-side-nav .heading {
		text-indent: 15px;
	}
	#mobile-side-nav > ul.primary-nav > li .level-2 li > .list-item a.link {
		padding-left: 14px;
		width: 79%;
	}
	#mobile-side-nav > ul.primary-nav > li .level-2 li > .list-item a span.arrow {
		background-position: 0px -117px;
		left: 50%;
	}
	#mobile-side-nav > ul.primary-nav > li .level-2 li > a {
		padding-left: 14px;
	}
	#mobile-side-nav > ul.primary-nav > li > .list-item a.link {
		width: 77%;
	}
	.ui-dialog-titlebar {
		background: #fff;
	}
	.ui-dialog {
		width: 100% !important;
		height: 100% !important;
		overflow-y: scroll;
		background: #fff;
		top: 0 !important;
		left: 0 !important;
	}
	.overlay {
		background: #fff;
	}
	#fancybox-content {
		width: 100% !important;
		height: 100% !important;
		overflow-y: scroll;
		background: #fff;
	}
	#fancybox-close {
		top: 10px !important;
		right: 10px !important;
	}
	#fancybox-wrap {
		width: 100%!important;
		height: 100%!important;
		top: 0 !important;
		left: 0 !important;
		padding: 0 !important;
	}
	#ready-to-apply-overlay .body {
		border: none;
		padding: 0;
	}
	#ready-to-apply-overlay .body .panel {
		width: 255px;
		height: auto;
		margin: 0 auto;
		float: none;
	}
	#ready-to-apply-overlay .body .panel a {
		margin: 0 20px 20px 20px !important;
	}
	#ready-to-apply-overlay .body .panel:first-child {
		margin-bottom: 20px;
	}
	#content-body.accordions .question {
		width: 100%;
		color: #eeede8;
		margin-bottom: 0px;
		margin-top: 0px;
		border-radius: 0px;
		border-top: 1px solid white;
		border-bottom: 1px solid #e3e3e3;
		border-left: none;
		border-right: none;
		background: 100% top no-repeat #eeede8;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#content-body.accordions .question .content {
		width: auto;
		margin: 0px 0px;
		padding: 20px 20px 5px 20px;
		color: #666;
		background-color: white;
		border-top: 1px solid #e3e3e3;
	}
	#content-body.accordions .question h3,
	#content-body.accordions .question h4 {
		font-weight: normal;
		font-size: 2.5em !important;
		padding: 9px 15px 9px 0px;
		position: relative;
	}
	#content-body.accordions .question h3 a,
	#content-body.accordions .question h4 a {
		width: 90%;
		display: block;
	}
	#content-body.accordions .question h3 a .arrow,
	#content-body.accordions .question h4 a .arrow {
		display: inline-block;
		width: 15px;
		height: 20px;
		float: right;
		background: url("../gfx/icon-arrowaccordion.png") no-repeat;
		background-size: 80%;
		-webkit-background-size: 80%;
		position: absolute;
		top: 37%;
		right: 10px;
	}
	#content-body.accordions .question .content p {
		width: 92%;
	}
	#content-body.accordions .question:hover {
		background: 100% top no-repeat #eeede8;
	}
	#content-body.accordions .question.active {
		background: 100% top no-repeat #eeede8;
		border-bottom: 1px solid white;
	}
	#content-body.accordions .question.active:hover {
		background: 100% top no-repeat #eeede8;
	}
	#content-body.accordions .question.active h3 a .arrow,
	#content-body.accordions .question.active h4 a .arrow {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#content-body div.legal ul li {
		width: 100%;
	}
	.mobile-wrapper {
		position: relative;
		top: 0;
		width: 100%;
		z-index: 100;
	}
	.mobile-wrapper.menu {
		-webkit-box-shadow: -10px 0px 15px rgba(0, 0, 0, 0.3);
		box-shadow: -10px 0px 15px rgba(0, 0, 0, 0.3);
		left: 300px;
	}
	.mobile-wrapper.menu #service-menu-container.fixed {
		left: 300px;
	}
	.wrapper {
		width: 100%;
		position: relative;
		margin: 0;
		padding: 0;
	}
	.wrapper #service-menu {
		width: 75%;
		float: left;
		clear: none;
	}
	.wrapper #service-menu li {
		font-size: 1.2em;
		width: 30%;
		padding-top: 0px;
		text-align: center;
	}
	.wrapper #service-menu li span {
		display: none;
	}
	.wrapper #service-menu li .sub {
		display: none;
	}
	.wrapper #service-menu li a.tab {
		color: #515151;
		padding: 14px 0;
		margin: 0;
		width: 100% !important;
		background: url('../gfx/icons-service-bar.png') center no-repeat;
		background-size: 40px;
		-webkit-background-size: 40px auto;
	}
	.wrapper #service-menu li a.tab:hover{
		color: #D81E05;
	}
	.wrapper #service-menu li.a a.tab,
	.wrapper #service-menu li.b a.tab,
	.wrapper #service-menu li.c,
	.wrapper #service-menu li.c a.tab {
		background: none;
	}
	.wrapper #service-menu li div.content {
		display: none !important;
	}
	.wrapper #content {
		position: relative;
	}
	.tabletOnly {
	display: block;
	}
	.mobileOnly {
		display: block;
	}
	.phoneOnly {
		display: block !important;
	}
	/* OVERLAYS */
	.overlay{
		border-bottom: 8px solid #D81E05;
	}
	#careers-overlay .multi-tab-overlay, 
	#fine-print-overlay .multi-tab-overlay {
		background: none;
	}
	.main-overlay .overlay-header {
		height: auto;
		margin-top: 0.3em;
	}
	.main-overlay .overlay-body .overlay-sections {
		border-bottom: 4px solid #D81E05;
		display: block;
		margin: 1em 0 2em;
		padding: 0 5%;
		width: 90%;
	}
	.main-overlay .overlay-body .overlay-sections a {
		width: auto;
		float: left;
	}

    html[lang="es"] .main-overlay .overlay-body .overlay-sections a {
		padding-right: 1em;
	}

	html[lang="fr"] .main-overlay .overlay-body .overlay-sections a {
		padding-right: 1em;
		font-size: 1.35em;
	}

	.fr .main-overlay .overlay-body .overlay-sections a{
		padding: 4px 20px 7px 0;
	}
	.main-overlay .overlay-body .overlay-sections a.selected {
		background: none;
	}
	.main-overlay .overlay-body .overlay-section-info {
		width: 100%;
		overflow: visible;
	}
	.main-overlay .overlay-body .overlay-section-info p {
		padding: 0 5% 1.2em;
	}
	.main-overlay .overlay-body .overlay-section-info h4 {
		padding: 0 5% 1.2em;
	}
	.main-overlay .overlay-body .overlay-section-info ol.points {
		margin: 0 10%;
		padding: 0;
	}
	.main-overlay .overlay-header h5 {
		position: relative;
		font-size: 0.4em;
		color: #515151;
		font-weight: bold;
		padding: 0 5% 1em;
	}
	/* OVERLAY WINDOW */
	.overlay-window {
		display: block;
		left: 0;
		margin: 0; 
		top: 0;
	}
	.overlay-window .overlay-content {
		background-color: transparent;
		width: 100%;
		height: auto;
		margin: 0;
		overflow: visible;
		border-bottom: none;
		padding-top: 1.4em;
	}

	
	.overlay-body #map-background, 
	.overlay-body #background-location {
		width: 100%;
	}
	


/*	.overlay-window .close-overlay {
		height: 30px; 
		width: 30px;
		background: url('../gfx/red-bg-close.png') no-repeat 0 0;
		background-size: cover;
		right: 1.8em;
		top: 1.8em;
	}*/
	.inside-scotiabank-overlay .overlay-body .overlay-section-info {
		width: 100%;
		padding-left: 0;
	}
	.inside-scotiabank-overlay .scrollable-content { 
		width: 100%; 
	}
	.inside-scotiabank-overlay .scrollable-content .viewport { 
		width: 100%;
	}
	.inside-scotiabank-overlay .overlay-body .overlay-sections{
		display: none;
	}
	#careers-overlay, 
	#overlay-mask{
		display: none !important;
	}
	/* FINE PRINT OVERLAY */
	.services-overview {
		display: none !important;
	}
	.services-overview-mobile {
		position: relative;
		display: none;
		border-top:4px solid #D81E05;
		width: 100%;
		height: auto;
		background: none;
	}
	#fine-print-legal{
		display: block;
	}
	#fine-print-privacy, 
	#fine-print-security{
		display: none;
	}
	#fine-print-overlay .services-overview-mobile {
		background: none;
		border-top: 0 none;
		height: auto;
		left: auto;
		right: auto;
		top: 0;
		width: 100%;
		display: block;
		padding: 0;
	}
	.services-overview-mobile h3 {
		padding: 30px 0 0 290px;
		color: #272727;
		font-size: 19px;
		line-height: 20px;
	} 
	.services-overview-mobile .overview-intro {
		font-size: 13px;
		font-weight: bold;
		padding: 10px 100px 0 290px;
	}
	.services-overview-mobile .overview {
		padding: 7px 0;
		display: none; 
	}
	.services-overview-mobile .overview .service-type {
		position: relative;
		float: left;
		width: 270px;
		padding-right: 20px;
	}
	.services-overview-mobile .overview .service-type p {
		font-weight: bold;
		font-size: 13px;
		text-align: right;
		line-height: 17px; 
	}
	.services-overview-mobile .overview .service-desc {
		position: relative;
		float: left;
		width: 580px;
	}
	.services-overview-mobile .overview .service-desc p {
		font-weight: normal;
		font-size: 13px;
		line-height: 17px; 
	}
	.es .services-overview-mobile .overview .service-desc p,
	.fr .services-overview-mobile .overview .service-desc p {
		font-size: 11px;
	}
	.services-overview-mobile a.back {
		color: #D81E05;
		display: block;
		font-size: 13px;
		margin: 20px auto;
		padding-bottom: 15px;
		position: relative;
		text-align: center;
		width: 100px;
		text-decoration: none;
		background: url('../gfx/bg-back-arrow-overlay.gif') center bottom no-repeat;
	}
	.services-overview-mobile a.back:hover {
		text-decoration: underline;
	}
	#fine-print-overlay .services-overview-mobile a.back {
		display: none;
	}
	.services-overview-mobile .generic-list{
		border-top: 2px solid #D81E05;
		padding: 1em 0;
	}
	#fine-print-overlay .generic-list ul {
		margin: 0 5%; 
	}
	#fineprint-list {
		padding-left: 16px;
	}
	#fineprint-list-mobile{
		display: none;
	}
	/* MAP OVERLAY */
	#map-overlay {
		background-color: #eeede8;
		width: 100%;
	}
	.map-overlay .overlay-header {
		height: auto;
	}
	.map-overlay .overlay-header h2 {
		font-size: 1.6em;
		padding: 0 5% 1.2em;
		width: 70%;
	}
	.map-overlay .overlay-header h5 {
		position: relative;
		font-size: 1.8em;
		color: #515151;
		font-weight: bold;
		padding: 1em 5% 0.4em;
		width: 70%;
	}
	.map-overlay .overlay-body {
		height: auto;
		width: 94%;
		margin: 0 3%;
	}
	/* CUSTOM SCROLLBAR */
	.scrollable-content {
		width: 100%;
	}
	.scrollable-content .viewport {
		width: 100%; 
		height: auto; 
		min-height: 500px; 
		overflow: visible;
	}
	.scrollable-content .overview { 
		position: relative; 
		top: 0 !important; 
	}
	.scrollable-content .scrollbar {
		display: none;
	}
	.inside-scotiabank-overlay .scrollable-content {
		width: 100%;
	}
}
	
/* Region Overlay */

@media only screen and (min-width: 0px) and (max-width: 800px) {
	
a.open-overlay-no-country {
	width:80%!important;
	
}
	
#about-content .content p{
	nmargin-top:20px;
	
}
	
#map-background .generic-list ul.specialty-service-about-list li p.desc, #map-overlay .generic-list ul.specialty-service-about-list li p.desc, #wealth-management-header .generic-list ul.specialty-service-list li p.desc {
    padding: 6px 15px 6px 0px;
    font-size: 11px;
}	

#map-background .generic-list ul.specialty-service-about-list {
	
	left:30px;
	position:absolute;
	float:left;
	margin: 0px;
    padding: 0px;
	width:280px;
	
}
	
	.map-disclaimer {
    color: #696969;
    font-size: 11px;
    left: 23px;
    position: absolute;
    top: 340px;
}

	/* background white*/
	#map-overlay {
		background-color: #fff;
		top: 0 !important;
		left: 0 !important;
	}

	/* remove body margin */
	.map-overlay .overlay-body {
		width: 100%;
		margin: 0;
	}
	/* hide map on mobile */
	#map-background #background-location, #map-background {
		background-image: none !important;
		position: relative;
	}

	#body #map-background #background-location {
		padding-top: 2em;
	}

	#body #map-background #background-location .map-disclaimer {
		top: 350px;
		padding-top:0.5em;
	}

	#map-background .generic-list {
		padding-top: 0;
	}

	/* red areas full width */
	.map-overlay .services-selection .region, .map-overlay .services-selection .region-blank, .map-overlay .services-selection .country, .map-overlay .services-selection .country-blank, .map-overlay .services-selection .service, .map-overlay .services-selection .service-blank, .map-overlay .services-selection .specialty-service, .map-overlay .services-selection .specialty-service-blank, .map-overlay .services-selection .specialty-service-about, .map-overlay .services-selection .specialty-service-about-blank {
		width: 92%;
		/*position: relative;*/
		background-position: left;
		left: 0;
	}

	body .map-overlay .services-selection {
		margin-top: 2em; 
	}

	html #body .map-overlay .services-selection > div{
		width: 100%;	
	}

	body .map-overlay .services-selection .region-blank {
		width: 100%;		
	}

	#map-background .generic-list ul, #map-background .generic-list ul.specialty-service-list li a {
		width: 100%;
	}
	#map-background .generic-list ul li a {
		width: 92%;
		padding: 9px 0 8px 27px;
	}

	#map-background .generic-list ul.country-list, #map-background .generic-list ul.service-list, #map-background .generic-list ul.specialty-service-list {
		padding-left: 0;
	}

	.map-overlay .services-selection .country a, .map-overlay .services-selection .country-blank a, .map-overlay .services-selection .country a, .map-overlay .services-selection .country-blank a, .map-overlay .services-selection .service a, .map-overlay .services-selection .service-blank a, .map-overlay .services-selection .specialty-service a, .map-overlay .services-selection .specialty-service-blank a, .map-overlay .services-selection .specialty-service-about a, .map-overlay .services-selection .specialty-service-about-blank a {
		padding-left: 30px;
	}
 	
 	#fine-print {
 		display: none;
 	}

}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
	div#about-quote.content.right.current,
	div#business-banking-quote.content.right.current {
	  margin-top:0px;
	  right:40px!important; 
	}
	div#corporate-quote.content.right.current,
	div#wealth-management-quote.content.left.current {
	  left: 20px !important;
	}

	div#personal-banking-quote.content.left.current,
	div#insurance-quote.content.left.current {
	  left: 20px !important;
	}

	#quote-bar .current.left {
		margin-left: 0;
	}
}
@media print {
	html {
		background: none;
	}
	#service-menu, 
	#side-nav, 
	#footer {
		display: none;
	}
}