* { 
  padding:0; 
  margin:0; 
} 

html {
 	height:100%;
	width:100%
}

body {
	margin:0px; 
 	padding:0px;
 	height:100%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: small;
	color: #4d4d4d;
}

a {
	color: rgb(237,116,1);
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.topBar {
	background-color: white;
	height: 18px;
	margin: 2px 0;
	border-bottom: solid rgb(57,40,144) 2px;
	vertical-align: middle;
}

.topLinks {
	width: 930px;
	margin: 0 auto;
	text-align: right;
}

.topLinks a {
	color: black;
}


.container {
	margin: 0px auto;
	padding-top: 5px;
	position: relative;
	width: 930px;
	text-align: left;
}


#header {
	margin: 2px auto 0px auto;
	width: 100%;
}


#header img {
	float: left;
}

#header ul {
	list-style-type: none;
	float: right;
}

#header ul li {
	float: left;
}

#header ul li a {
	display: block;
	float: left;
	padding: 4px 8px;
	font-weight: bold;
}

#header ul li a:hover {
	color: white;
	text-decoration: none;
	background: rgb(237,116,1);
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}


.introduction {
	font-size: small;
	color: #333333;
	padding: 10px 0;
	clear: both;
}

#accordion {
	clear: right;	
	float: right;
	width: 280px;
	margin: 0px 10px 0px 0px;
	overflow: hidden;
}

.toggler {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	color: rgb(237,116,1);
	padding: 4px;
	border-bottom: dotted rgb(57,40,144) 1px;
}

.element {
	font-size: smaller;
	height: 0px; 
	padding: 0px 0px 0px 3px;
	overflow: hidden;
}


#accordion ul {
 	list-style-type: none;
}

#accordion ul li {
	background: url('img/arrow.png') center left no-repeat;
	padding-left: 14px;
}

#sliderContainer {
	margin: 20px 0px 20px 10px;
	width: 600px; 
	float: left;
	clear: left;
}

#slider { 
	width: 600px; 
	height: 400px; 	
	overflow: auto; 
	background-color:#333; 
	position: relative;
}

#slider .item { 
	display: block; 
	width: 600px; 
	height: 400px; 
}

#slider .item .info {  
   position:absolute;  
   top:330px; 
   left:0;  
   height:70px; 
   width: 600px;  
   background: url('img/transparent-bg.png'); 
   color: white;
}

#slider .item .info h2 { 
   font-size: medium; 
   font-family: Georgia, serif;  
   color:#fff; 
   padding: 5px 5px 0px 5px; 
   margin:0;  
   overflow:hidden;  
}  

#slider .item .info a { 
   color:#fff; 
 }  

#slider .item .info p {  
   color:#fff; 
   padding:0px 5px; 
   margin:0;  
}  



#slider_controls { 
	float: left;
	margin: 1px 0px 0px 0px; 
	font-size: medium;
}


#slider_controls .play_btn {
	width: 16px;
	height: 17px; 
	color: #666666; 
	float: left;
 }

.num_nav { 
	text-align: center; 
	float: left;
}

.num_nav ul li { 
	display: inline; 
	margin: 0 2px;
}

.num_nav ul li a { 
	padding: 2px 3px; 
	color: #666666;  
	background-color: white; 
}


.num_nav ul li a:hover { 
	border-color: #fff; 
	background-color: #cccccc; 
	text-decoration: none;
}

.num_nav ul li a.active {
	border-bottom: #333333 solid 2px;	
}

.num_nav ul li a:link:hover {
	border-bottom: #333333 solid 2px;
	border-color: #fff; 
	background-color: #cccccc; 
}

.styleTabs {
	clear: both;
	float: right;
	width: 280px;
	height: 190px;
	margin: 20px 10px 20px 20px;
	font-size: smaller;
}

.styleTabs ul {
	width: 100%;
	background: url('img/btm-border.png') bottom left repeat-x;
	list-style-type: none;
	float: left;
}

.styleTabs ul li {
	float: left;
	margin: 0 2px 0 0;

}

.styleTabs ul li a {
	float: left;
	display: block;
	padding: 4px 8px;
	border: 1px solid rgb(57,40,144);
	border-bottom: 0;
	background: #eee;
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

.styleTabs ul a:hover {
	background: #fff;

}

.styleTabs ul a.active {
	background: #fff;
	padding-bottom: 5px;
	cursor: default;
	color: rgb(237,116,1);
}

.tabs-container {
	clear: left;
	padding: 2px 0 0 0;
}


.tab h4 {
	padding: 4px 0px 0px 0px;
}

.tab p {
	padding: 0px 0px 4px 0px;
	border-bottom: dotted rgb(57,40,144) 1px;

}

.navMenu {
	clear: both;
	float: left;
	width: 200px;
	margin: 20px 20px 0px 10px;
}

.navMenu ul {
	list-style-type: none;
}


.navMenu ul li {
	padding: 6px 0;
	border-bottom: dotted rgb(57,40,144) 1px;
}



.navMenu ul li.active {
	font-weight: bold;
}

.bodyText {
	float: right;
	width: 690px;
	margin: 20px 10px 0px 0px;
	padding-bottom: 10px;
}

.bodyText p {
	margin-bottom: 10px;

}

.bodyText ul {
	margin-left: 50px;
	margin-bottom: 20px;
}

.bodyText ol {
	margin-left: 50px;
	margin-bottom: 20px;
}

.bodyText h1 {
	font-size: 20px;
	margin-bottom: 10px;
}

.bodyText h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.bodyText h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;

}

.footer {	
	clear: both;
	height: 50px;
	text-align: center;
	font-size: small;
	border-top: dotted rgb(57,40,144) 1px;
	padding-top: 5px;
	margin-top: 20px;
}

.footer img {
	vertical-align: text-bottom;
	border: none;
}

.bio {
	margin-bottom: 20px;
}

.bio p {
	padding-left: 90px;
	
}

.bio h3 {
	font-weight: bold;
	font-size: small;
	margin-bottom: 5px;
	border-bottom: solid rgb(57,40,144) 1px;
}

.bio img {
	float: left;
	background: white;
	border: solid rgb(238, 238, 238) 1px;
	padding: 3px;
}

#research {
    padding: 0;
    margin: 0;
}

#research li {
    width: 680px;
    border: 1px solid #eee;
    background-color: #F9F9F9;
    background-image: none;
    float: left;
    clear: both;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 5px;
}
        
#research a {
    text-decoration: none;
}
    
#research img {
    display: block;
    float: left;
    border: 1px rgb(238, 238, 238) solid;
    background: white;
    padding: 3px;
    margin: 0 10px 0 0;
}
    
#research h2 {
    padding: 5px 0;
    margin: 0;
}

#research p {
    margin: 0;
    padding: 0 0 10px 0;
}

#events ul {
	margin: 0;
	padding: 0;
}

.yearTabs {
	margin: 0;
	padding: 0;
	width: 100%;
	background: url('img/btm-border.png') bottom left repeat-x;
	list-style-type: none;
	float: left;
}

.yearTabs li {
	float: left;
	margin: 0 2px 0 0;

}

.yearTabs  li a {
	float: left;
	display: block;
	padding: 4px 8px;
	border: 1px solid rgb(57,40,144);
	border-bottom: 0;
	background: #eee;
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

.yearTabs li a:hover {
	background: #fff;

}

.yearTabs li a.active {
	background: #fff;
	padding-bottom: 5px;
	cursor: default;
	color: rgb(237,116,1);
}

.tabs-container {
	padding: 2px 0 0 0;
}

.eventItem {
	padding: 20px 0px 0px 0px;
	overflow: auto;
}

.eventItem h2 {
	border-bottom: 1px solid rgb(57,40,144);
	margin: 0;
}

.eventItem h3 {
	font-size: small;
	font-weight: normal;
	border-bottom: 1px dotted #CCCCCC;
	padding: 3px 0;
	margin: 0;
}

.eventItem p {
	border: none;
	margin: 0 0;
	padding: 5px 0px 5px 0px;

}

.eventItem a {
	padding: 0 0;
	margin: 0 0;

}

.eventItem img {
	display: inline;
	float: right;
	background: white;
	border: solid rgb(238, 238, 238) 1px;
	padding: 3px;
	margin: 5px 0 5px 5px;

}

.eventItem ul li {
	list-style-type: none;
	margin-left: 25px;
}

#ambassadors {
	width: 100%;
	border-collapse: collapse;
}

#ambassadors h3 {
	font-size: small;
}

#ambassadors tr {
	text-align: center;
	border-bottom: 1px solid rgb(57,40,144);

}

#ambassadors tr td {
	padding: 4px 0;

}

#ambassadors td img {
	background: white;
	border: solid rgb(238, 238, 238) 1px;
	padding: 3px;
}

#ambassadors td p {
	margin: 0 0;
	padding: 0 0;
}

#ambassadors tr td p.since {
	color: #D3D3D3;
	font-style: italic;
	font-size: smaller;
}

#latinshipping {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}

#latinshipping thead {
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid rgb(57,40,144);
}


#latinshipping tr {
	border-bottom: 1px solid rgb(57,40,144);
}

#latinshipping tbody td {
	padding: 4px 0;
}

#latinshipping tr td.price {
	text-align: center;
}

#latinpaypal {
	width: 100%;
	border-collapse: collapse;
}

#latinpaypal tr td {
	padding: 4px 0;
	width: 33%;
}



.diary {
	/* overflow: auto; */
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgb(57,40,144);
	clear: both;
}

.diary img {
	background: white;
	border: solid rgb(238, 238, 238) 1px;
	padding: 3px;
	float:left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#latinbox {
	float:right; 
	width:290px; 
	border:1px solid rgb(57,40,144);
	padding: 8px;
	margin: 5px;
}

#latinbox ul {
	margin: 0 0 0 15px;
}

blockquote {
	background: url('img/blockquote.png') no-repeat left top;
	border-right: 1px solid rgb(57,40,144);
	padding-left: 20px;
	padding-right: 5px;
	margin: 10px 0 10px 15px;
}

blockquote p.name {
	text-align: right;
	font-style: italic;
}

.techspecs {
	float:right; 
	width:230px; 
	margin: 10px; 
	border: 1px solid rgb(57,40,144); 
	padding: 5px;
}

.branch {
	width: 340px;
	height: 325px;
	margin-bottom: 10px;
	text-align: center;
	display: block;
	border: solid rgb(238, 238, 238) 1px;
}


.branch img {
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.bodyNewsletter {
	width: 910px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: right;
}

.bodyNewsletter p {
	margin-bottom: 10px;
}
.bodyNewsletter ul {
	margin-left: 50px;
	margin-bottom: 20px;
}
.bodyNewsletter h1 {
	font-size: 20px;
	padding-bottom: 10px;
}
.bodyNewsletter h2 {
	font-weight: bold;
	font-size: small;
	margin-bottom: 10px;
}

.latestissue {
	width: 910px;
}
.issuecontent{
	margin-right: 10px;
	margin-left: 10px;
	text-align: right;
	float: left;
	width: 465px;
	margin-top: 16px;
}
.issueimage{
	float: left;
	margin: 0px;
	padding: 0px;
}

#newsletter_accordion {
	clear: right;	
	float: right;
	width: 910px;
	overflow: hidden;
}

#newsletter_accordion  ul {
	list-style-type: none;
	margin-left: 0px;
}

#newsletter_accordion  ul  li {
	margin: 4px 0px;
}

#parisprog {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}

#parisprog td {
	padding: 8px 0;
}

#parisprog td h3 {
	font-size: small;
	margin-bottom: 8px;
}

#parisprog td p {
	margin: 10px 0 0 0;
}

#parisprog td.time {
	width: 20%;
	vertical-align: top;
}

.bodyGallery {
	float: right;
	width: 910px;
	margin: 20px 10px 0 10px;
	padding-bottom: 10px;
}

a.back {
	padding-left: 20px;
	background: url('img/bullet_go.png') no-repeat left center;
	float: left;
}

a.gallery {
	padding-right: 20px;
	background: url('img/photos.png') no-repeat right center;
	float:right;
}

img.health {
	width:150px;
	height:113px;
	float:right; 
	border: 1px rgb(238, 238, 238) solid;
	padding:2px;
	margin:5px;
}

hr {
    color:#FFF;
	border: none 0; 
	border-top: solid rgb(57,40,144) 1px; /*the border*/
	height: 1px;
}

/* Call-to-Action Buttons by http://pixify.com */

.buttons {
    list-style: none;
    float: left;
    margin-bottom:0;
    padding: 0;
	clear:both;
}
.buttons li {
    float: left;
    display: block;
    margin:0 20px 0 0;
    padding: 0;
}
.cta {
    float: left;
    display: block;
    display: block;
    padding: 0 20px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
    font: bold 18px Helvetica, Arial, sans-serif;
    height: 50px;
    text-decoration: none;
    line-height: 50px;
	white-space: nowrap;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    z-index: 1;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#333333')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#333333');
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	overflow: visible;
	outline: none;
}
.cta:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.cta:hover {
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
	text-decoration: none;
}
.cta:active {
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
	text-decoration: none;
}
.cta-red, .cta-green, .cta-blue, .cta-yellow {
	-webkit-transition: border-color .218s;
	-moz-transition: border .218s;
	-o-transition: border-color .218s;
	transition: border-color .218s;
}
.cta-red {
    border: solid 1px #b8473d;
    background: #f36c4d;
    background: -webkit-gradient(linear, left top, left bottom, from(#f36c4d), to(#ef3e29));
    background: -moz-linear-gradient(top, #f36c4d, #ef3e29);
    background: -ms-linear-gradient(top, #f36c4d, #ef3e29);
    background: -o-linear-gradient(top, #f36c4d, #ef3e29);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f36c4d', EndColorStr='#ef3e29');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f36c4d', EndColorStr='#ef3e29')";
}
.cta-red:before {
    border: solid 1px #f67b5f;
    border-color: rgba(255, 255, 255, 0.35);
}
.cta-red:hover {
    color: #fff;
    border: solid 1px #90332b;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb856a), to(#f7523f));
    background: -moz-linear-gradient(top, #fb856a, #f7523f);
    background: -ms-linear-gradient(top, #fb856a, #f7523f);
    background: -o-linear-gradient(top, #fb856a, #f7523f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#fb856a', EndColorStr='#f7523f');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fb856a', EndColorStr='#f7523f')";
}
.cta-red:active {
    color: #fff;
    border: solid 1px #90332b;
    background: -webkit-gradient(linear, left top, left bottom, from(#ef3e29), to(#f36c4d));
    background: -moz-linear-gradient(top, #ef3e29, #f36c4d);
    background: -ms-linear-gradient(top, #ef3e29, #f36c4d);
    background: -o-linear-gradient(top, #ef3e29, #f36c4d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ef3e29', EndColorStr='#f36c4d');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ef3e29', EndColorStr='#f36c4d')";
}
.cta-green {
    border: solid 1px #00922d;
    background: #00b638;
    background: -webkit-gradient(linear, left top, left bottom, from(#50de76), to(#00b638));
    background: -moz-linear-gradient(top, #50de76, #00b638);
    background: -ms-linear-gradient(top, #50de76, #00b638);
    background: -o-linear-gradient(top, #50de76, #00b638);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#50de76', EndColorStr='#00b638');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#50de76', EndColorStr='#00b638')";
}
.cta-green:before {
    border: solid 1px #78e695;
    border-color: rgba(255, 255, 255, 0.35);
}
.cta-green:hover {
    color: #fff;
    border: solid 1px #006e22;
    background: -webkit-gradient(linear, left top, left bottom, from(#5cec82), to(#00c43c));
    background: -moz-linear-gradient(top, #5cec82, #00c43c);
    background: -ms-linear-gradient(top, #5cec82, #00c43c);
    background: -o-linear-gradient(top, #5cec82, #00c43c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#5cec82', EndColorStr='#00c43c');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#5cec82', EndColorStr='#00c43c')";
}
.cta-green:active {
    color: #fff;
    border: solid 1px #006e22;
    background: -webkit-gradient(linear, left top, left bottom, from(#00b638), to(#50de76));
    background: -moz-linear-gradient(top, #00b638, #50de76);
    background: -ms-linear-gradient(top, #00b638, #50de76);
    background: -o-linear-gradient(top, #00b638, #50de76);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#00b638', EndColorStr='#50de76');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00b638', EndColorStr='#50de76')";
}
.cta-blue {
    border: solid 1px #0870c0;
    background: #007bda;
    background: -webkit-gradient(linear, left top, left bottom, from(#00c6ff), to(#007bda));
    background: -moz-linear-gradient(top, #00c6ff, #007bda);
    background: -ms-linear-gradient(top, #00c6ff, #007bda);
    background: -o-linear-gradient(top, #00c6ff, #007bda);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#007bda');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#007bda')";
}
.cta-blue:before {
    border: solid 1px #3bb4ec;
    border-color: rgba(255, 255, 255, 0.35);
}
.cta-blue:hover {
    color: #fff;
    border: solid 1px #065491;
    background: -webkit-gradient(linear, left top, left bottom, from(#21cdff), to(#0387ec));
    background: -moz-linear-gradient(top, #21cdff, #0387ec);
    background: -ms-linear-gradient(top, #21cdff, #0387ec);
    background: -o-linear-gradient(top, #21cdff, #0387ec);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#21cdff', EndColorStr='#0387ec');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#21cdff', EndColorStr='#0387ec')";
}
.cta-blue:active {
    color: #fff;
    border: solid 1px #065491;
    background: -webkit-gradient(linear, left top, left bottom, from(#007bda), to(#00c6ff));
    background: -moz-linear-gradient(top, #007bda, #00c6ff);
    background: -ms-linear-gradient(top, #007bda, #00c6ff);
    background: -o-linear-gradient(top, #007bda, #00c6ff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#007bda', EndColorStr='#00c6ff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#007bda', EndColorStr='#00c6ff')";
}
.cta-yellow {
    border: solid 1px #db8300;
    background: #ff9900;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#ff9900));
    background: -moz-linear-gradient(top, #ffcc00, #ff9900);
    background: -ms-linear-gradient(top, #ffcc00, #ff9900);
    background: -o-linear-gradient(top, #ffcc00, #ff9900);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffcc00', EndColorStr='#ff9900');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffcc00', EndColorStr='#ff9900')";
}
.cta-yellow:before {
    border: solid 1px #ffc63b;
    border-color: rgba(255, 255, 255, 0.35);
}
.cta-yellow:hover {
    color: #fff;
    border: solid 1px #ad6800;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd322), to(#ffa51f));
    background: -moz-linear-gradient(top, #ffd322, #ffa51f);
    background: -ms-linear-gradient(top, #ffd322, #ffa51f);
    background: -o-linear-gradient(top, #ffd322, #ffa51f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffd322', EndColorStr='#ffa51f');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffd322', EndColorStr='#ffa51f')";
}
.cta-yellow:active {
    color: #fff;
    border: solid 1px #ad6800;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ffcc00));
    background: -moz-linear-gradient(top, #ff9900, #ffcc00);
    background: -ms-linear-gradient(top, #ff9900, #ffcc00);
    background: -o-linear-gradient(top, #ff9900, #ffcc00);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff9900', EndColorStr='#ffcc00');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff9900', EndColorStr='#ffcc00')";
}
.icon-download, .icon-check {
	margin-left:-5px;
	padding-left:37px;
	display:block;
	height:50px;
	background:transparent url('img/cta-sprite.png') no-repeat;
}
.icon-go, .icon-more {
	margin-right:-5px;
	padding-right:40px;
	display:block;
	height:50px;
	background:transparent url('img/cta-sprite.png') no-repeat;
}
.icon-download {background-position:0 -141px;}
.icon-check {background-position:0 -66px;}
.icon-more {background-position:right 10px;}
.icon-go {background-position:right -212px;}
.cta-big {
	font-size: 22px;
	height: 60px;
	line-height: 60px;
}
.cta-big .icon-download {background-position:0 -136px; height:60px;}
.cta-big .icon-check {background-position:0 -61px; height:60px;}
.cta-big .icon-more {background-position:right 15px; height:60px;}
.cta-big .icon-go {background-position:right -207px; height:60px;}
.cta-huge {
	font-size: 26px;
	height: 76px;
	line-height: 76px;
	padding: 0 26px;
}
.cta-huge .icon-download {background-position:0 -128px; height:76px;}
.cta-huge .icon-check {background-position:0 -53px; height:76px;}
.cta-huge .icon-more {background-position:right 23px; height:76px;}
.cta-huge .icon-go {background-position:right -199px; height:76px;}

.cta-subhead {
    padding: 20px 30px;
	font-size: 26px;
    line-height: 26px;
}
.cta-subhead i {
	color: #000;
	color: rgba(0, 0, 0, 0.5);
	text-shadow: 0 0 0;
	font-weight: normal;
	font-style: normal;
	display: block;
	line-height: 26px;
	font-size: 14px;
}
