@font-face {
  font-family: 'ArimoBold';
  font-style: normal;
  src: local('Arimo Bold'), local('Arimo-Bold'), url(https://themes.googleusercontent.com/static/fonts/arimo/v4/UnXpojilM3XslYxUnWuVe_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  src: local('Arimo'), url(https://themes.googleusercontent.com/static/fonts/arimo/v4/wZLYhRRxZWGToTRP78bqJQ.woff) format('woff');
}

#nav-subnav, #rhf, .navFooterThreeColumn, .navFooterDescLine, .navFooterVerticalColumn { display: none !important; }
#centercol { min-width:865px !important;}
#rightcol { width: 250px !important; }
#content { min-width: 1330px !important; }
.ap_popover { visibility: hidden !important; }
#sign-in-tooltip-body { visibility: hidden !important; display: none !important; }

.cd-nav-container {
  width:100%;
  margin-top:25px;
  margin-bottom:20px;
}
.cd-nav {
  margin:0;
  padding:0;
  position:relative;
  width:865px;
  height:49px;
}
.cd-nav-links {
  width:100%;
  margin:0;
  padding:0;
  list-style:none;
  display:table;
}
.cd-nav-links li {
  display: table-cell;
  list-style-type: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  position: relative;
  height:49px;
  background: #303030;
  background: -moz-linear-gradient(top, #505050, #0f0f0f);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #505050), color-stop(100%, #0f0f0f));
  background: -webkit-linear-gradient(top, #505050, #0f0f0f);
  background: -o-linear-gradient(top, #505050, #0f0f0f);
  background: -ms-linear-gradient(top, #505050, #0f0f0f);
  background: linear-gradient(top, #505050, #0f0f0f);
  font: 15px/49px Arimo,'Helvetica Neue',arial,helvetica,sans-serif; 
  text-align: center;
  vertical-align:middle;
  /*box-shadow: inset 0 0 2px 1px rgba(0,0,0,.25);*/
  /*box-shadow: 2px 2px 4px rgba(0,0,0,.75);*/
}
.cd-nav-links a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  padding-left:12px;
  padding-right:12px;
  color: #CCCCCC;
  height:49px;
  border-left: 2px solid #242424;
  font-family:Arimo,'Helvetica Neue',arial,helvetica,sans-serif;
}
.cd-nav-links a:hover { 
  text-decoration: none;
  color: #CCCCCC;
  font-family:Arimo,'Helvetica Neue',arial,helvetica,sans-serif;
  background: #262626;
  background: -moz-linear-gradient(top, #3f3f3f, #0c0c0c);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f3f3f), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #3f3f3f, #0c0c0c);
  background: -o-linear-gradient(top, #3f3f3f, #0c0c0c);
  background: -ms-linear-gradient(top, #3f3f3f, #0c0c0c);
  background: linear-gradient(top, #3f3f3f, #0c0c0c);
}
.cd-nav-links a:visited,.cd-nav-links a:active {
  text-decoration: none;
  color: #CCCCCC;
  font-family:Arimo,'Helvetica Neue',arial,helvetica,sans-serif;
}
.cd-nav li:first-child, .cd-nav li:first-child a:hover {
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}

.cd-nav li:last-child, .cd-nav-links li:last-child a:hover { 
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}

.cd-nav li:first-child a {
  border: none;
}

.cd-nav-logo {
  vertical-align:middle;
  position:relative;
  /*top: 6px;*/
}

.cd-nav-links li.cd-nav-selected {
  background: #242424;
  background: -moz-linear-gradient(top, #232323, #2c2c2c);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #232323), color-stop(100%, #2c2c2c));
  background: -webkit-linear-gradient(top, #232323, #2c2c2c);
  background: -o-linear-gradient(top, #232323, #2c2c2c);
  background: -ms-linear-gradient(top, #232323, #2c2c2c);
  background: linear-gradient(top, #232323, #2c2c2c);
}
.cd-nav-selected > a,.cd-nav-selected > a:visited,.cd-nav-selected > a:active {
  color: #ff9900;
  pointer-events: none;
  cursor: default;
}
a.cd-arrow {
  padding-right:15px;
}
a.cd-arrow:after {
  content: url('https://images-na.ssl-images-amazon.com/images/G/01/digital/adrive/images/nav/navArrow.png');
  position:relative;
  left:7px;
}
.cd-nav-links ul {
  float:left;
	margin: 0 0 0 0;
  padding:0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 44px;
	z-index: 1;
  background: #0c0c0c;
  text-align: center;
	/*box-shadow: 0 -1px 0 rgba(255,255,255,.3);*/	
	border-radius: 4px;
	transition: all .2s ease-in-out;  
}

.cd-nav-links li:hover ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.cd-nav-links ul li {
	float: none;
	display: block;
	border: 0;
  height: 40px;
	_line-height: 0; /*IE6 only*/
	/*box-shadow: 0 1px 0 #111, 0 2px 0 #666;*/
  background: #0c0c0c;
  font: 15px/40px Arimo,'Helvetica Neue',arial,helvetica,sans-serif; 
  text-align: left;
}

.cd-nav-links ul li:first-child, .cd-nav-links ul li:first-child a:hover {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.cd-nav-links ul li:last-child, .cd-nav-links ul li:last-child a:hover { 
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
	box-shadow: none;
}

.cd-nav-links ul a {    
  padding-left: 20px;
  padding-right: 20px;
	min-width: 100px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
  border: none;
  height:40px;
  text-align:left;
}

.cd-nav-links ul a:hover {
	background-color: #1f1f1f;
    background-image:none;
}

.cd-header-container {
  width:100%;
  margin-bottom:20px;
  position:relative;
}
.cd-header-blue {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  position:relative;
  border-radius: 8px;
  background: #0059a4;
  background: -moz-linear-gradient(top, #0059a4, #3891df);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0059a4), color-stop(100%, #3891df));
  background: -webkit-linear-gradient(top, #0059a4, #3891df);
  background: -o-linear-gradient(top, #0059a4, #3891df);
  background: -ms-linear-gradient(top, #0059a4, #3891df);
  background: linear-gradient(top, #0059a4, #3891df);
  width:865px;
  height:250px;
}
.cd-header-green-large {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  position:relative;
  border-radius: 8px;
  background: #45772e;
  background: -moz-linear-gradient(top, #45772e, #7bae62);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45772e), color-stop(100%, #7bae62));
  background: -webkit-linear-gradient(top, #45772e, #7bae62);
  background: -o-linear-gradient(top, #45772e, #7bae62);
  background: -ms-linear-gradient(top, #45772e, #7bae62);
  background: linear-gradient(top, #45772e, #7bae62);
  width:865px;
  height:310px;
}
.cd-header-android {
  position:relative;
  background-position: top center;
  background-repeat:no-repeat;
  background-image:url('https://images-na.ssl-images-amazon.com/images/G/01/digital/adrive/images/android/androidBackground.jpg');
  width:865px;
  height:500px
}
.cd-header-ios {
  position:relative;
  background-position: top center;
  background-repeat:no-repeat;
  background-image:url('https://images-na.ssl-images-amazon.com/images/G/01/digital/adrive/images/ios/ios_vanity_background.jpg');
  width:865px;
  height:500px
}
.cd-header-desktop {
  position:relative;
  top:-15px;
  background-position: top center;
  background-repeat:no-repeat;
  background-image:url('https://images-na.ssl-images-amazon.com/images/G/01/digital/adrive/images/desktop/Desktop_Header.jpg');
  width:865px;
  height:311px
}
.cd-header-contents {
  position:absolute;
  left:30px;
  top:45px;
  width:600px;
}
.cd-header-cornerimage {
  position:absolute;
  right:-1px;
  /*top:10px;*/
  bottom:-1px;
}
.cd-header-headline {
  font-size:36px;
  font-family: Arimo,'Helvetica Neue',arial,helvetica,sans-serif;
  text-align: left;
  color:#FFFFFF;
  padding:0;
  margin:0;
  white-space: nowrap;
  text-shadow: 1px 1px 2px rgba(0,0,0,.25);
}
.cd-header-smallheadline {
  font-size:30px;
  font-family: Arimo,'Helvetica Neue',arial,helvetica,sans-serif;
  text-align: left;
  color:#FFFFFF;
  padding:0;
  margin:0;
  white-space: nowrap;
  text-shadow: 1px 1px 2px rgba(0,0,0,.25);
}
.cd-header-subhead {
  font-size:24px;
  font-family:Arimo,'Helvetica Neue',arial,helvetica,sans-serif;
  text-align: left;
  color:#FFFFFF;
  padding:0;
  margin:0;
  white-space: nowrap;
  text-shadow: 1px 1px 2px rgba(0,0,0,.25);
}
.cd-header-body {
  font-size:15px; 
  font-family: Arimo,'Helvetica Neue',arial,helvetica,sans-serif;
  text-align:left;
  color:#FFFFFF; 
  margin-bottom:10px;
  margin-left:1px;
  margin-top:5px;
  line-height:140%;
  width: 420px;
}
.cd-header-buttonbar { margin-top:20px;}
.cd-header-buttonbar a {
  float:left;
  margin: 10px 10px 10px 0;
  white-space: nowrap;
  text-decoration:none;
  color:#FFFFFF;
  position: relative;
  background: #4c4c4c;
  background: -moz-linear-gradient(top, #5f5f5f, #343434);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f5f5f), color-stop(100%, #343434));
  background: -webkit-linear-gradient(top, #5f5f5f, #343434);
  background: -o-linear-gradient(top, #5f5f5f, #343434);
  background: -ms-linear-gradient(top, #5f5f5f, #343434);
  background: linear-gradient(top, #5f5f5f50, #343434);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font: 15px/18px Arimo,'Helvetica Neue',arial,helvetica,sans-serif;
  letter-spacing: 1px; 
  text-align: left;
  vertical-align:middle;
  box-shadow: 0 0 8px .5px rgba(0,0,0,.75);
  text-wrap:none;
  }

.cd-header-buttonbar a:hover { 
  background: #363636;
  background: -moz-linear-gradient(top, #454545, #262626);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #454545), color-stop(100%, #262626));
  background: -webkit-linear-gradient(top, #454545, #262626);
  background: -o-linear-gradient(top, #454545, #262626);
  background: -ms-linear-gradient(top, #454545, #262626);
  background: linear-gradient(top, #454545, #262626);
}
.cd-header-buttonbar a:visited, .cd-header-buttonbar a:active, .cd-header-buttonbar a:hover {
  text-decoration: none;
  color: #FFFFFF;
  font-family:Arimo,'Helvetica Neue',arial,helvetica,sans-serif;
}

.cd-header-appbuttonbar { margin-top:20px;}
.cd-header-appbuttonbar a {
  float:left;
  margin: 10px 10px 10px 0;
  white-space: nowrap;
  text-decoration:none;
  color:#FFFFFF;
  position: relative;
  background: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font: 15px/18px Arimo,'Helvetica Neue',arial,helvetica,sans-serif;
  letter-spacing: 1px; 
  text-align: left;
  vertical-align:middle;
  text-wrap:none;
  }
.cd-header-appbuttonbar a:visited, .cd-header-appbuttonbar a:active, .cd-header-buttonbar-noshadow a:hover {
  text-decoration: none;
  color: #FFFFFF;
  font-family:Arimo,'Helvetica Neue',arial,helvetica,sans-serif;
}
.cd-header-imagebutton a {
  background:none;
}


.cd-header-orangebuttonbar { margin-top:20px;}
.cd-header-orangebuttonbar a {
  float:left;
  margin: 10px 10px 10px 0;
  white-space: nowrap;
  text-decoration:none;
  color:#FFFFFF;
  position: relative;
  background: #ffa501;
  background: -moz-linear-gradient(top, #ffa501, #f57912);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa501), color-stop(100%, #f57912));
  background: -webkit-linear-gradient(top, #ffa501, #f57912);
  background: -o-linear-gradient(top, #ffa501, #f57912);
  background: -ms-linear-gradient(top, #ffa501, #f57912);
  background: linear-gradient(top, #ffa501, #f57912);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font: 20px/23px Arimo,'Helvetica Neue',arial,helvetica,sans-serif;
  letter-spacing: 1px; 
  text-align: left;
  vertical-align:middle;
  box-shadow: 0 0 8px .5px rgba(0,0,0,.75);
  text-wrap:none;
  text-shadow: 1px 1px 2px rgba(0,0,0,.25);
  }
.cd-header-orangebuttonbar a:hover { 
  background: #ff9900;
}
.cd-header-orangebuttonbar a:visited, .cd-header-orangebuttonbar a:active, .cd-header-orangebuttonbar a:hover {
  text-decoration: none;
  color: #FFFFFF;
  font-family:Arimo,'Helvetica Neue',arial,helvetica,sans-serif;
}
.cd-header-orangebuttonbar a:active {
  background: #ffa501;
  background: -moz-linear-gradient(top, #f57912, #ffa501);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f57912), color-stop(100%, #ffa501));
  background: -webkit-linear-gradient(top, #f57912, #ffa501);
  background: -o-linear-gradient(top, #f57912, #ffa501);
  background: -ms-linear-gradient(top, #f57912, #ffa501);
  background: linear-gradient(top, #f57912, #ffa501);
  box-shadow: none;
}
.cd-header-iconbutton, cd-header-generalbutton {
  position:relative;
}
.cd-header-iconbutton a {
  padding-top:7px;
  padding-bottom:9px;
  padding-right:15px;
  padding-left:45px;
}
.cd-header-generalbutton a {
  padding-top:15px;
  padding-bottom:17px;
  padding-right:18px;
  padding-left:18px;
}
.cd-header-desktopbutton a {  padding-left:55px; }
.cd-header-desktopbutton a:before {
  content: url('https://images-na.ssl-images-amazon.com/images/G/01/digital/adrive/images/nav/desktopNavIcon.png');
  position:absolute;
  left:10px;
  top:11px;
}
.cd-header-androidbutton a:before {
  content: url('https://images-na.ssl-images-amazon.com/images/G/01/digital/adrive/images/nav/androidNavIcon.png');
  position:absolute;
  left:10px;
  top:12px;
}
.cd-header-iphonebutton a:before {
  content: url('https://images-na.ssl-images-amazon.com/images/G/01/digital/adrive/images/nav/apple_icon.png');
  position:absolute;
  left:10px;
  top:12px;
}

.cd-header-narrowiconbutton a {
  padding-top:5px;
  padding-bottom:5px;
  padding-right:15px;
  padding-left:45px;
  height:30px;
}
.cd-header-narrowdesktopbutton a {  padding-left:55px; }
.cd-header-narrowdesktopbutton a:before {
  content: url('https://images-na.ssl-images-amazon.com/images/G/01/digital/adrive/images/nav/desktopNavIcon.png');
  position:absolute;
  left:10px;
  top:7px;
}
.cd-header-narrowdesktopbutton .button-intro {
  font-size:12px;
  line-height:13px;
}

.cd-header-narrowandroidbutton a:before {
  content: url('https://images-na.ssl-images-amazon.com/images/G/01/digital/adrive/images/nav/androidNavIcon.png');
  position:absolute;
  left:10px;
  top:8px;
}
.cd-header-narrowiphonebutton a:before {
  content: url('https://images-na.ssl-images-amazon.com/images/G/01/digital/adrive/images/nav/apple_icon_small.png');
  position:absolute;
  left:10px;
  top:5px;
}


.cd-header-appstorebutton a { padding-left:55px; }
.cd-header-appstorebutton a:before {
  content: url('https://images-na.ssl-images-amazon.com/images/G/01/digital/adrive/images/nav/appstoreNavIcon.png');
  position:absolute;
  left:10px;
  top:5px;
}
.cd-header-googleplaybutton a { padding-left:48px; }
.cd-header-googleplaybutton a:before {
  content: url('https://images-na.ssl-images-amazon.com/images/G/01/digital/adrive/images/nav/playNavIcon.png');
  position:absolute;
  left:10px;
  top:8px;
}

.cd-section-header {
  text-align: left; 
  font-family: ArimoBold,'Helvetica Neue',arial,helvetica,sans-serif; 
  font-size:180%; 
  color:#333333; 
  margin-bottom:10px;
}

.cd-section-body {
  text-align: left; 
  vertical-align: top; 
  font-size:14px; 
  line-height:18px;
  font-family: Arimo,'Helvetica Neue',arial,helvetica,sans-serif;
}

.cd-section-body a, .cd-section-body a:visited, .cd-section-body a:hover, .cd-section-body a:active {
  font-family: Arimo,'Helvetica Neue',arial,helvetica,sans-serif;
  font-size:inherit; 
}

.cd-photo-matted {
  padding:0px; 
  border: 3px solid white;
  box-shadow: 3px 3px 7px 2px rgba(0,0,0,.5);
}

.cd-header-contents-wide {
  position:absolute;
  left:30px;
  top:30px;
  width:805px;
}
.cd-header-3appbar { margin-top:20px;}
.cd-nav-blue { position:relative; }
.cd-nav-red {  position:relative; }
.cd-nav-orange { position:relative; }
.cd-header-3appbar a {
  float:left;
  padding-top:7px;
  padding-bottom:7px;
  padding-left:15px;
  padding-right:15px;
  margin: 6px 6px 6px 6px;
  width:28%;
  height:120px;
  text-decoration:none;
  color:#FFFFFF;
  position: relative;
  background: #4c4c4c;
  background: -moz-linear-gradient(top, #5f5f5f, #343434);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f5f5f), color-stop(100%, #343434));
  background: -webkit-linear-gradient(top, #5f5f5f, #343434);
  background: -o-linear-gradient(top, #5f5f5f, #343434);
  background: -ms-linear-gradient(top, #5f5f5f, #343434);
  background: linear-gradient(top, #5f5f5f50, #343434);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  vertical-align:middle;
  box-shadow: 0 0 8px .5px rgba(0,0,0,.75);
}
.cd-buttonheader {
  font: 28px Arimo,'Helvetica Neue',arial,helvetica,sans-serif; 
  margin-bottom:5px;
}
.cd-buttonbody {
  font: 16px Arimo,'Helvetica Neue',arial,helvetica,sans-serif; 
}

.cd-header-3appbar a:hover { 
  background: #363636;
  background: -moz-linear-gradient(top, #454545, #262626);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #454545), color-stop(100%, #262626));
  background: -webkit-linear-gradient(top, #454545, #262626);
  background: -o-linear-gradient(top, #454545, #262626);
  background: -ms-linear-gradient(top, #454545, #262626);
  background: linear-gradient(top, #454545, #262626);
}
.cd-header-3appbar a:visited, .cd-header-3appbar a:active, .cd-header-3appbar a:hover {
  text-decoration: none;
  color: #FFFFFF;
  font-family:Arimo,'Helvetica Neue',arial,helvetica,sans-serif;
}
.cd-alert-box {
  display:block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background-color: #429bea;
  width:865px;
  height:55px;
  position:relative;
}
.cd-alert-androidclouds {
  position:absolute;
  left:5px;
  bottom:-1px;
  border:none;
}
.cd-alert-androidtext {
  position:absolute;
  left:2px;
  top:0px;
  border:none;
}
.cd-alert-copy25 {
  position:relative;
  font: 25px/55px Arimo,'Helvetica Neue',arial,helvetica,sans-serif;
  text-align:center;
  text-decoration:none; 
  white-space:nowrap;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0,0,0,.9);
  z-index:1;
}
.cd-alert-arrow {
  position:relative;
  padding-left:5px;
  top:4px;
}
.cd-campaign-link a {
  text-decoration:none;
  color:#4b4b4b;
}
.cd-campaign-linkarrow {
  text-decoration:none; 
}
.cd-campaign-linktext {
  text-decoration:underline;
}
.cd-infobox {
  display:block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background-color: #cccccc;
  width:865px;
  height:55px;
  position:relative;
  font: 13px/55px Arimo,'Helvetica Neue',arial,helvetica,sans-serif;
  text-align:left;
  text-decoration:none; 
}
.cd-infobox img {
  position:relative;
  left:10px;
  top:10px;
  margin-right:10px;
}