@charset "utf-8";
/* CSS Document */

/*fixes*/
/*this removes outlines on a links */
/*a:active, a:focus {
	-moz-outline-style:none;
	outline:none;
	border:none;
}*/
/*=====================================spacing*/

.topSection {
	margin: 0 10px;
}
.mobile-key-checkpoints {
	margin: 0 0 0 10px;
}
.mobile-col-margins {
	margin:0 15px;
	line-height:normal;
}
.mobile-col-margins p {
	margin-bottom:.5em;
}
.mobile-icon-img {
	padding-top:5px;
}
.mobile-full-width-img {
	margin:0;
	width:100%;
	height:auto;
	max-width:640px;
}


/*====================================sizing*/
div.topSection div.ui-grid-a {
	max-width: 640px;
	/*margin: 0 auto;*/
}
.mobile-product-img, .mobile-icon-img {
	width: 100%;
	height: auto;
}

div.ui-grid-a div.mobile-grid-a {
	width: 57%;
}
div.ui-grid-a div.mobile-grid-b {
	width: 43%;
}

/*for square banner images*/
div.ui-grid-a div.mobile-square-a {
width:40%;
}
div.ui-grid-a div.mobile-square-b {
	width: 60%;
}

/*for icons */
div.ui-grid-a div.mobile-icon-a {
width:33%;
}
div.ui-grid-a div.mobile-icon-b {
	width: 67%;
}
.mobile-full-width {/*added to compensate for evergreen css */
	width: 100%;
}
.mobile-info-section {
	width: 90%;
	background: url(mobile-info-icon-320.png) no-repeat 0 0;
	padding: 0 0 0 30px;
	max-width: 640px;
	margin: 15px auto 0;
	text-align:left;
}
.mobile-info-section p {
	width: 90%;
}
.mobile-info-without-icon {
	background: none;
	padding: 0;
	width: 90%;
	max-width: 640px;
	margin: 15px 0 0;

}

/*====================================text*/
.mobile-key-checkpoints li {
	font-size: 10px;
	line-height: normal;
}
.mobile-key-checkpoints li span {
	font-size: 12.6px;
	font-weight: bold;
	display: block;
}
.mobile-copy-emphasized {
	font-weight: bold;
}
.td-button-primary .mobile-copy-emphasized {/*added to compensate for evergreen css */
	color: #FFF !important;
}
.td-button-secondary .mobile-copy-emphasized {/*added to compensate for evergreen css */
	color: #1A5336 !important;
}
h1 {
	font-size: 20px !important;
}
.topSection p a.td-link-standalone {
	font-weight: bold;
}
.key-benefits h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 1em 0 0.5em;
}
div.subContent p.mobile-tel-inline {
	text-align:center;
	margin-top:1.5em;
}
div.subContent p.mobile-tel-inline a.ui-link{/*phone link in text*/
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
/*==================================custom*/

/*=====================bottom banner*/
.bottom-banner {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 66%, #f5f9f8 77%, #e9f2ef 86%, #deebe2 99%, #edf3f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(66%,#ffffff), color-stop(77%,#f5f9f8), 									color-stop(86%,#e9f2ef), color-stop(99%,#deebe2), color-stop(100%,#edf3f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 66%,#f5f9f8 77%,#e9f2ef 86%,#deebe2 99%,#edf3f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 66%,#f5f9f8 77%,#e9f2ef 86%,#deebe2 99%,#edf3f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 66%,#f5f9f8 77%,#e9f2ef 86%,#deebe2 99%,#edf3f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 66%,#f5f9f8 77%,#e9f2ef 86%,#deebe2 99%,#edf3f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edf3f1',GradientType=0 ); /* IE6-9 */
	border: 1px solid #9DC2B1;
	-webkit-box-shadow:  0px 2px 3px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    display: block;
    height: 92px;
    margin: 10px auto 15px;
    position: relative;
    text-decoration: none;
    width: 99%;
}
.mobile-banner-arrow {
    background: url("mobile-banner-plus.png") no-repeat scroll 0 50% transparent;
    height: 100%;
    position: absolute;
    right: 5px;
    width: 18px;
}
.mobile-bank-on-the-go {
	background:url(mobile-bank-on-the-go-icon.png) 10px 50% no-repeat;
    display: block;
    height: 92px;
    margin: 10px auto 20px;
    position: relative;
    text-decoration: none;
    width: 99%;
}


html.ui-mobile body a.bottom-banner,
html.ui-mobile body a.bottom-banner:hover{
	color:#333333;
}
html.ui-mobile body.ui-mobile-viewport a.mobile-link-size {
	font-size:11px;
	font-weight:bold;
}
.bottom-banner .text,
.mobile-bank-on-the-go .text {
	margin:10px 0 0;
	width:85%;
	line-height:normal;
	height:90%;
}
.mobile-bank-on-the-go .text {
	margin-left:100px;
	width:65%;
}
.bottom-banner .heading,
.mobile-bank-on-the-go .heading {
	font-weight:bold;
	color:#1A5336;
	margin-bottom:5px;

}
#mobile-icon-dollar {
	background:url(mobile-icon-dollar.png) 0 50% no-repeat;
}
#mobile-icon-mag {
	background: url(mobile-magnify.png) 20px 50% no-repeat;
}
.mobile-banner-ad {
	height:100%;
	width:75px;
	float:left;
}
/*=====================bottom banner*/

.mobile-key-checkpoints li {
	list-style: none;
	background: url(mobile-checkmark-green-320.png) no-repeat 0 0;
	padding-left: 20px;
	margin-bottom: 10px;
}
.mobile-key-checkpoints li:last-child {
	margin-bottom: 0;
}

/*OPTION B*/
.mobile-card-info {
	text-align:center;
	width:100%;
}
.mobile-product-img-b {
	width: 84.375%;
	height: auto;
	margin:0 auto;
}
.mobile-key-checkpoints-b {
	text-align:left;
	margin:10px 0;
}
.mobile-key-checkpoints-b li {
    background: url("mobile-checkmark-green-320.png") no-repeat scroll 0 0 transparent;
    float: left;
    font-size: 10px;
    line-height: 1.5em;
    list-style: none outside none;
    margin: 0 -15px 10px 0;
    padding-left: 20px;
    width: 45%;
}
.mobile-key-checkpoints-b li span {
	font-size: 15px;
	font-weight: bold;
	display: block;
}
.mobile-key-checkpoints-b li span.sub-text {
	font-size:12.6px;
}

/*OPTION C*/
.mobile-card-info {
	text-align:center;
	width:100%;
}
.mobile-product-img-c {
	width: 84.375%;
	height: auto;
	margin:0 auto;
}
.mobile-key-checkpoints-c {
	text-align:left;
	margin:0;
}
.mobile-key-checkpoints-c p {
	margin:10px 0 3px;
	font-weight:bold;
	font-size: 16px;
}
.mobile-key-checkpoints-c li {
    background: url("mobile-checkmark-green-320-small.png") no-repeat scroll 0 4px transparent;
    font-size: 12.6px;
    line-height: 1.5em;
    list-style: none outside none;
    margin: 0;
    padding-left: 18px;
}
.mobile-key-checkpoints-c li span {
	font-weight: bold;
}
/*RESL*/
.mobile-gradient-size {
	border: 1px solid #9dc2b1;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	-webkit-box-shadow:  0px 2px 3px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.mobile-banner-frame {
	width: 100%;
	margin: 0 auto 15px;
	position: relative;
}

.grad {
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(244,247,244,0) 39%, rgba(244,247,244,0.06) 41%, rgba(244,247,244,0.25) 45%, rgba(244,247,244,0.53) 50%, rgba(244,247,244,0.79) 54%, rgba(244,247,244,0.86) 56%, rgba(244,247,244,0.94) 58%, rgba(244,247,244,0.99) 60%, rgba(243,246,243,0.99) 64%, rgba(230,238,233,0.99) 78%, rgba(214,229,220,1) 91%, rgba(157,194,177,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(39%,rgba(244,247,244,0)), color-stop(41%,rgba(244,247,244,0.06)), color-stop(45%,rgba(244,247,244,0.25)), color-stop(50%,rgba(244,247,244,0.53)), color-stop(54%,rgba(244,247,244,0.79)), color-stop(56%,rgba(244,247,244,0.86)), color-stop(58%,rgba(244,247,244,0.94)), color-stop(60%,rgba(244,247,244,0.99)), color-stop(64%,rgba(243,246,243,0.99)), color-stop(78%,rgba(230,238,233,0.99)), color-stop(91%,rgba(214,229,220,1)), color-stop(100%,rgba(157,194,177,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(244,247,244,0) 39%,rgba(244,247,244,0.06) 41%,rgba(244,247,244,0.25) 45%,rgba(244,247,244,0.53) 50%,rgba(244,247,244,0.79) 54%,rgba(244,247,244,0.86) 56%,rgba(244,247,244,0.94) 58%,rgba(244,247,244,0.99) 60%,rgba(243,246,243,0.99) 64%,rgba(230,238,233,0.99) 78%,rgba(214,229,220,1) 91%,rgba(157,194,177,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(244,247,244,0) 39%,rgba(244,247,244,0.06) 41%,rgba(244,247,244,0.25) 45%,rgba(244,247,244,0.53) 50%,rgba(244,247,244,0.79) 54%,rgba(244,247,244,0.86) 56%,rgba(244,247,244,0.94) 58%,rgba(244,247,244,0.99) 60%,rgba(243,246,243,0.99) 64%,rgba(230,238,233,0.99) 78%,rgba(214,229,220,1) 91%,rgba(157,194,177,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(244,247,244,0) 39%,rgba(244,247,244,0.06) 41%,rgba(244,247,244,0.25) 45%,rgba(244,247,244,0.53) 50%,rgba(244,247,244,0.79) 54%,rgba(244,247,244,0.86) 56%,rgba(244,247,244,0.94) 58%,rgba(244,247,244,0.99) 60%,rgba(243,246,243,0.99) 64%,rgba(230,238,233,0.99) 78%,rgba(214,229,220,1) 91%,rgba(157,194,177,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(244,247,244,0) 39%,rgba(244,247,244,0.06) 41%,rgba(244,247,244,0.25) 45%,rgba(244,247,244,0.53) 50%,rgba(244,247,244,0.79) 54%,rgba(244,247,244,0.86) 56%,rgba(244,247,244,0.94) 58%,rgba(244,247,244,0.99) 60%,rgba(243,246,243,0.99) 64%,rgba(230,238,233,0.99) 78%,rgba(214,229,220,1) 91%,rgba(157,194,177,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#9dc2b1',GradientType=0 ); /* IE6-9 */

}
.grad2 {
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 36%, rgba(255,255,255,0.17) 40%, rgba(244,247,244,0.21) 41%, rgba(244,247,244,1) 59%, rgba(244,247,244,1) 66%, rgba(230,238,233,1) 81%, rgba(215,230,221,1) 93%, rgba(210,226,216,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(36%,rgba(255,255,255,0)), color-stop(40%,rgba(255,255,255,0.17)), color-stop(41%,rgba(244,247,244,0.21)), color-stop(59%,rgba(244,247,244,1)), color-stop(66%,rgba(244,247,244,1)), color-stop(81%,rgba(230,238,233,1)), color-stop(93%,rgba(215,230,221,1)), color-stop(100%,rgba(210,226,216,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 36%,rgba(255,255,255,0.17) 40%,rgba(244,247,244,0.21) 41%,rgba(244,247,244,1) 59%,rgba(244,247,244,1) 66%,rgba(230,238,233,1) 81%,rgba(215,230,221,1) 93%,rgba(210,226,216,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 36%,rgba(255,255,255,0.17) 40%,rgba(244,247,244,0.21) 41%,rgba(244,247,244,1) 59%,rgba(244,247,244,1) 66%,rgba(230,238,233,1) 81%,rgba(215,230,221,1) 93%,rgba(210,226,216,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 36%,rgba(255,255,255,0.17) 40%,rgba(244,247,244,0.21) 41%,rgba(244,247,244,1) 59%,rgba(244,247,244,1) 66%,rgba(230,238,233,1) 81%,rgba(215,230,221,1) 93%,rgba(210,226,216,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 36%,rgba(255,255,255,0.17) 40%,rgba(244,247,244,0.21) 41%,rgba(244,247,244,1) 59%,rgba(244,247,244,1) 66%,rgba(230,238,233,1) 81%,rgba(215,230,221,1) 93%,rgba(210,226,216,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d2e2d8',GradientType=0 ); /* IE6-9 */

}

.mobile-banner-img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.mobile-banner-copy {
	position: absolute;
	bottom: 0;
	padding: 0 10px 5px;
	z-index: 3;
}
.mobile-banner-copy h1 {
	font-size: 22px;
	font-weight:bold;
	margin:1em .5em 0;
}
.mobile-banner-copy h2 {
	font-size: 12.6px;
	font-weight:bold;
	margin:1em .5em  .5em .5em;
}
.banner-grad-img {
	width: 100%;
	height: 100%;
}
/*menu restyling for full link click*/

.mo-expand-content {
   padding:0;
   margin:0;
}
#terms.mo-expand-content {
   padding:7px;
}
ul.arrow-links {
	margin:0 7px;
}
ul.arrow-links li {
	padding:0;
	margin:0;
}
ul.arrow-links li a {
    width: 100%;
	display:block;
	height:100%;
    padding: 11px 0;
}

/*styles moved from pages*/
.mo-icon-plus-active{
	background:url(http://www.tdcanadatrust.com/images/TD-Sprites2.png)  no-repeat;
	background-position:-346px -6px !important;	
}

/*new styles for marketing campaign*/
div.mo-expand-item div.extra-padding {
	padding:0 10px 15px;
}
div.mo-expand-item div.extra-padding h3 {
	font-size:16.8px;
	font-weight:bold;
	
}
div.mo-expand-item div.extra-padding a.underline {
	font-weight:bold;
	text-decoration:underline !important;
}
div#mo-expand-group div.mo-expand-item a.ui-link sup {
	text-decoration:underline;
}
#edb-mobile {
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 auto;
    padding: 15px 2.5% 200px;
    position: relative;
    text-align: center;
    width: 95%;
}
#edb-mobile .img-wrapper, .img-wrapper {
    margin: -165px auto 0;
    text-align: center;
    width: 95%;
}
#edb-mobile .banner-img, .banner-img {
    height: auto;
    max-width: 241px;
    position: relative;
    width: 50%;
    z-index: 3;
}
h3.mo-expand-header a.ui-link {
	text-decoration:none;
}
div#legal.mo-expand-item {
	border:none;
}
div#legal.mo-expand-item div#terms.mo-expand-content {
	border:none;
	background:none;
}

ol.legalInfo
{
  counter-reset: item;
}
ol.legalInfo li
{
  display: block;
}
ol.legalInfo li:before
{
  content: counter(item) " ";
  counter-increment: item;
}
ol.legalInfo li span
{
  vertical-align: sub;
}
