.col-1 { width: 80px; }
.col-2 { width: 160px; }
.col-3 { width: 240px; }
.col-4 { width: 320px; }
.col-5 { width: 400px; }
.col-6 { width: 480px; }
.col-7 { width: 560px; }
.col-8 { width: 640px; }
.col-9 { width: 720px; }
.col-10 { width: 800px; }
.col-11 { width: 880px; }
.col-12 {
 float: none;
 width: 960px;
}
.dark-button-gradient {
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
}
.alt-button-gradient {
 background: #f59e1c;
 background: -moz-linear-gradient(top, #ffa826, #df8806);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #ffa826), color-stop(0.9, #df8806));
}
.button {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
}
.lightbutton {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
 background: #ffffff;
 background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #e6e6e6), color-stop(0.9, #fefefe));
 color: #333333;
}
.half { width: 480px; }
.full { width: 960px; }
.hover { cursor: pointer; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italics { font-style: italic; }
.centered { text-align: center; }
.nested_list {
 padding-left: 40px;
 padding-bottom: 10px;
 list-style-type: lower-alpha;
}
.numbered {
 padding-left: 50px;
 list-style-type: decimal;
 margin-bottom: 1.5em;
}
.numbered li { padding: 0.5em 0; }
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, font, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
html { -webkit-font-smoothing: antialiased; }
html { height: 100%; }
body {
 position: relative;
 min-width: 960px;
 font: 11.25px Helvetica, Arial, sans-serif;
 line-height: 1;
}
ol, ul { list-style: none; }
a {
 text-decoration: none;
 color: inherit;
}
button {
 width: auto;
 overflow: visible;
}
label, input[type=button], input[type=submit], button { cursor: pointer; }
input, button {
 padding: 6px 10px 8px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #ffffff;
 background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #e6e6e6), color-stop(0.9, #fefefe));
}
input.submit, button, .button {
 border: none;
 color: #ffffff;
 background: #707070;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
}
.js_enabled .check {
 display: inline-block;
 width: 18px;
 height: 18px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 -o-border-radius: 2px;
 border-radius: 2px;
 background: #ffffff;
 background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #e6e6e6), color-stop(0.9, #fefefe));
}
.js_enabled .check_active { background: url(../img/buttons/checked-light.png) no-repeat 50% 50%; }
.js_enabled .check:hover { cursor: pointer; }
.js_enabled .check input {
 visibility: hidden;
 margin: 0;
 background: none;
 border: none;
}
select {
 padding: 5px;
 border: 1px solid #c4c4c4;
 background: #ffffff;
 background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #e6e6e6), color-stop(0.9, #fefefe));
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
}
select option {
 padding: 2px 5px;
 background: #ffffff;
}
select.dark {
 background: #333333;
 color: #ffffff;
}
select.dark option {
 background: #333333;
 color: #ffffff;
}
.safari select {
 cursor: pointer;
 padding-right: 15px !important;
 -webkit-appearance: listbox;
 background: url(../img/global/arrows.png) no-repeat 99% -793px;
}
.chrome select {
 cursor: pointer;
 padding-right: 15px !important;
 -webkit-appearance: listbox;
 background: url(../img/global/arrows.png) no-repeat 99% -793px;
}
.mac select {
 cursor: pointer;
 padding-right: 15px !important;
 -webkit-appearance: listbox;
 background: url(../img/global/arrows.png) no-repeat 99% -793px;
}
td { vertical-align: top; }
td img { vertical-align: top; }
sub {
 vertical-align: sub;
 font-size: smaller;
}
sup {
 vertical-align: super;
 font-size: smaller;
}
:focus { outline: 0; }
table {
 border-collapse: collapse;
 border-spacing: 0;
}
.clear, #mcGlobalNav, #hero, .wrap, .enabler, .mod-heading, .mod-wrap, #content {
 display: block;
 min-width: 0;
}
#content .module {
 display: block;
 min-width: 0;
}
#pageFooter, #globalFooter, .grid {
 display: block;
 min-width: 0;
}
#hero .panel .cta {
 display: block;
 min-width: 0;
}
.clear:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
#mcGlobalNav:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
#hero:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.enabler:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.mod-heading:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.wrap:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.mod-wrap:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
#content:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
#content .module:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
#pageFooter:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.grid:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
#hero .panel .cta:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearLeft { clear: left; }
.fl { float: left; }
.fr { float: right !important; }
.bottom {
 position: absolute;
 left: 0;
 bottom: 0;
 padding: 16px;
}
.bottom .cta { margin-bottom: 0 !important; }
.thumb-left .thumb-content { padding: 16px 0 0 0 !important; }
.thumb-right .thumb-content { padding: 16px 0 0 0 !important; }
.grid, #content {
 margin: 0 auto;
 width: 960px;
}
.pageHeader {
 margin: 30px 0;
 text-align: center;
 font-size: 2em;
}
.wrap {
 float: left;
 padding: 0 0 16px 0 !important;
}
.secondary { float: right; }
.heading {
 margin-bottom: 10px;
 padding-bottom: 0;
 text-rendering: optimizeLegibility;
}
.caphead #content { top: -32px; }
.caphead #hero .panel { padding: 0 0 8px 0 !important; }
.caphead #hero .marquee { height: 312px; }
#audienceMenu, #content, #pageFooter, #globalFooter {
 position: relative;
 z-index: 10;
}
#content {
 top: -64px;
 padding-bottom: 16px;
 line-height: 1.25;
 color: #333333;
}
#content .content { margin-bottom: 20px; }
#content ul.bullets {
 margin: 0 0 10px 5px;
 padding-left: 10px;
 list-style: disc;
}
#content ol.bullets {
 margin: 0 0 10px 5px;
 padding-left: 10px;
 list-style: disc;
}
#content ul.bullets ul.bullets {
 margin-top: 10px;
 list-style: square;
}
.col-1 { width: 80px; }
.col-2 { width: 160px; }
.col-3 { width: 240px; }
.col-4 { width: 320px; }
.col-5 { width: 400px; }
.col-6 { width: 480px; }
.col-7 { width: 560px; }
.col-8 { width: 640px; }
.col-9 { width: 720px; }
.col-10 { width: 800px; }
.col-11 { width: 880px; }
.col-12 {
 float: none;
 width: 960px;
}
.dark-button-gradient {
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
}
.alt-button-gradient {
 background: #f59e1c;
 background: -moz-linear-gradient(top, #ffa826, #df8806);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #ffa826), color-stop(0.9, #df8806));
}
.button {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
}
.lightbutton {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
 background: #ffffff;
 background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #e6e6e6), color-stop(0.9, #fefefe));
 color: #333333;
}
.half { width: 480px; }
.full { width: 960px; }
.hover { cursor: pointer; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italics { font-style: italic; }
.centered { text-align: center; }
.nested_list {
 padding-left: 40px;
 padding-bottom: 10px;
 list-style-type: lower-alpha;
}
.numbered {
 padding-left: 50px;
 list-style-type: decimal;
 margin-bottom: 1.5em;
}
.numbered li { padding: 0.5em 0; }
#mcGlobalNav { font-size: 1.1em; }
#audienceMenu { display: none; }
#audienceMenu.active, #audienceMenu.default { display: block; }
.usertype {
 background: #000000 url(../img/nav/navl_audsel_bgtile.png) repeat-x 0 0;
 background: -moz-linear-gradient(top, #2f2f2f, #454545);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #2f2f2f), color-stop(0.9, #454545));
 font-family: "FrutigerNeueW01-Regular", Helvetica, Arial, sans-serif;
}
.usertype ul { float: right; }
.usertype li {
 float: left;
 height: 24px;
 font-size: 0.8em;
 color: #ffffff;
}
.usertype span {
 display: block;
 padding: 7px 15px;
 color: #ffffff;
}
.usertype a {
 display: block;
 padding: 7px 15px;
 color: #cccccc;
}
.usertype a:hover {
 padding-top: 5px;
 border-top: 2px solid #fb941e;
 color: #ffffff;
}
.usertype .active a {
 padding-top: 5px;
 border-top: 2px solid #fb941e;
 color: #ffffff;
}
.personal #user-personal a {
 padding-top: 5px;
 border-top: 2px solid #fb941e;
 color: #ffffff;
}
.smallbusiness #user-smallbusiness a {
 padding-top: 5px;
 border-top: 2px solid #fb941e;
 color: #ffffff;
}
.midsize #user-midsize a {
 padding-top: 5px;
 border-top: 2px solid #fb941e;
 color: #ffffff;
}
.corporations #user-corporations a {
 padding-top: 5px;
 border-top: 2px solid #fb941e;
 color: #ffffff;
}
.govt #user-govt a {
 padding-top: 5px;
 border-top: 2px solid #fb941e;
 color: #ffffff;
}
.merchants #user-merchants a {
 padding-top: 5px;
 border-top: 2px solid #fb941e;
 color: #ffffff;
}
.financial #user-financial a {
 padding-top: 5px;
 border-top: 2px solid #fb941e;
 color: #ffffff;
}
#audience {
 float: right;
 position: relative;
 min-width: 115px;
 min-height: 39px;
}
#audience a {
 display: block;
 padding: 13px 10px;
 border-left: 1px solid #dfdfdf;
 white-space: no-wrap;
 background: url(../img/nav/audienceIndicator.gif) 100% 5px no-repeat;
 color: #333333;
}
#audience span {
 position: relative;
 z-index: 1;
}
#audience span.bg {
 position: absolute;
 z-index: 2;
 top: 0;
 left: 0;
 padding: 13px 10px;
 color: #ffffff;
}
#audience.active {
 background: #454545 url(../img/nav/audienceIndicator.gif) 100% -45px no-repeat;
 background: url(../img/nav/audienceIndicator.gif) 100% -45px no-repeat, -moz-linear-gradient(top, #454545, #303030);
 background: url(../img/nav/audienceIndicator.gif) 100% -45px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #454545), color-stop(0.9, #303030));
 color: #ffffff;
}
#audience.active a {
 background: #454545 url(../img/nav/audienceIndicator.gif) 100% -45px no-repeat;
 background: url(../img/nav/audienceIndicator.gif) 100% -45px no-repeat, -moz-linear-gradient(top, #454545, #303030);
 background: url(../img/nav/audienceIndicator.gif) 100% -45px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #454545), color-stop(0.9, #303030));
 color: #ffffff;
}
#audience a:hover {
 background: #454545 url(../img/nav/audienceIndicator.gif) 100% -45px no-repeat;
 background: url(../img/nav/audienceIndicator.gif) 100% -45px no-repeat, -moz-linear-gradient(top, #454545, #303030);
 background: url(../img/nav/audienceIndicator.gif) 100% -45px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #454545), color-stop(0.9, #303030));
 color: #ffffff;
}
#audience a.active {
 background: #454545 url(../img/nav/audienceIndicator.gif) 100% -45px no-repeat;
 background: url(../img/nav/audienceIndicator.gif) 100% -45px no-repeat, -moz-linear-gradient(top, #454545, #303030);
 background: url(../img/nav/audienceIndicator.gif) 100% -45px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #454545), color-stop(0.9, #303030));
 color: #ffffff;
}
#audience span.bg {
 background: #454545 url(../img/nav/audienceIndicator.gif) 100% -45px no-repeat;
 background: url(../img/nav/audienceIndicator.gif) 100% -45px no-repeat, -moz-linear-gradient(top, #454545, #303030);
 background: url(../img/nav/audienceIndicator.gif) 100% -45px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #454545), color-stop(0.9, #303030));
 color: #ffffff;
}
#mcGlobalNav {
 position: relative;
 z-index: 99;
 min-width: 928px;
 color: #333333;
 background: #f2f2f2 url(../img/nav/mainNav-bg.jpg) repeat-x 0 0;
 background: -moz-linear-gradient(top, #fdfdfd, #e7e7e7);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #fdfdfd), color-stop(0.9, #e7e7e7));
 font-family: "FrutigerNeueW01-Regular", Helvetica, Arial, sans-serif;
}
#mcGlobalNav .primary { float: left; }
#mcGlobalNav .primary li {
 float: left;
 position: relative;
 min-width: 95px;
 max-width: 105px;
 height: 80px;
 border-left: 1px solid #dfdfdf;
}
#mcGlobalNav .primary li .menu {
 display: none;
 position: absolute;
 left: 0;
 top: 95%;
 z-index: 100;
 border-top: 5px solid #fb941e;
 background: #ffffff;
 -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
 -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
 -ms-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
 -o-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
 box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}
#mcGlobalNav .primary li .menu .heading {
 text-transform: uppercase;
 font-size: 0.8em;
 color: #999999;
}
#mcGlobalNav .primary li .menu .mod-content {
 margin: 16px 0;
 padding: 0 16px;
 min-height: 125px;
 background: url(../img/border/border-dfdfdf.gif) repeat-y 0 0;
}
#mcGlobalNav .primary li .menu .mod-content ul {
 float: left;
 padding-right: 16px;
}
#mcGlobalNav .primary li .menu .mod-content ul .heading {
 text-transform: none;
 font-weight: normal;
 font-size: 0.9em !important;
 color: #333333;
}
#mcGlobalNav .primary li .menu .mod-content ul li {
 float: none;
 padding: 0 !important;
}
#mcGlobalNav .primary li .menu .mod-content ul li .thumb {
 display: block;
 padding: 0 0 10px 0;
 text-align: left;
}
#mcGlobalNav .primary li .menu .mod-content ul.col-1 { width: 80px !important; }
#mcGlobalNav .primary li .menu .mod-content ul.col-1 a { font-size: 0.8em; }
#mcGlobalNav .primary li .menu .mod-content .description {
 display: block;
 font-size: 0.8em;
 color: #666666;
}
#mcGlobalNav .primary li .menu .first {
 border: none;
 background-image: none;
}
#mcGlobalNav .primary li .menu .cta {
 clear: both;
 float: none;
 margin: 0;
 padding: 8px;
 min-height: 0;
 width: auto;
 background: #fb941d;
 text-transform: capitalize;
 text-align: right;
}
#mcGlobalNav .primary li .menu .cta a {
 display: block;
 padding-right: 15px;
 background: url(../img/global/arrows.png) no-repeat 100% -697px;
 text-decoration: none;
 color: #ffffff;
}
#mcGlobalNav .primary li .menu .cta:hover { background: #333333; }
#mcGlobalNav .primary li .menu .cta:hover a {
 background-position: 100% -1131px;
 color: #ff9900;
}
#mcGlobalNav .primary li .menu li {
 float: none;
 position: static;
 margin-bottom: 10px;
 max-width: 100%;
 width: auto;
 height: auto;
 line-height: 1.3;
 border: none;
}
#mcGlobalNav .primary li .menu a {
 position: static;
 padding: 0;
 text-decoration: underline;
 background-image: none;
 font-family: "Frutiger Neue W01 Md", Helvetica, Arial, sans-serif;
}
#mcGlobalNav .primary li:first-child {
 border: none;
 max-width: 250px;
 width: auto;
}
#mcGlobalNav .primary li.first {
 border: none;
 max-width: 250px;
 width: auto;
}
#mcGlobalNav .primary li:first-child a {
 padding: 0 !important;
 height: auto;
}
#mcGlobalNav .primary li.first a {
 padding: 0 !important;
 height: auto;
}
#mcGlobalNav .primary li:hover .menu { display: block; }
#mcGlobalNav .primary li.active .menu { display: block; }
#mcGlobalNav .primary li:hover { border-top: 0; }
#mcGlobalNav .primary li.active { border-top: 0; }
#mcGlobalNav .primary li.active { z-index: 2; }
#mcGlobalNav .primary a { color: #333333; }
#mcGlobalNav .primary a .menu {
 display: none;
 position: absolute;
 top: 76px;
 left: -4px;
 z-index: 5;
}
#mcGlobalNav .primary .level-1 {
 display: block;
 position: relative;
 padding: 35px 10px 0 10px;
 height: 45px;
}
#mcGlobalNav .primary .level-1 .support-label { font-size: 0.9em; }
#mcGlobalNav .primary .level-1:hover {
 background: #fcae2f url(../img/nav/mainNav-bg.jpg) repeat-x 0 100%;
 background: -moz-linear-gradient(top, #fdcf44, #fb941f);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #fdcf44), color-stop(0.9, #fb941f));
}
#mcGlobalNav .primary li:hover .level-1 {
 background: #fcae2f url(../img/nav/mainNav-bg.jpg) repeat-x 0 100%;
 background: -moz-linear-gradient(top, #fdcf44, #fb941f);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #fdcf44), color-stop(0.9, #fb941f));
}
#mcGlobalNav .primary li.active .level-1 {
 background: #fcae2f url(../img/nav/mainNav-bg.jpg) repeat-x 0 100%;
 background: -moz-linear-gradient(top, #fdcf44, #fb941f);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #fdcf44), color-stop(0.9, #fb941f));
}
#mcGlobalNav .primary a:hover {
 padding-top: 35px;
 border: none;
}
#mcGlobalNav .primary #mcGlobalNav .primary li.active a:hover {
 padding-top: 35px;
 border: none;
}
#mcGlobalNav .primary .primary li:hover a {
 padding-top: 35px;
 border: none;
}
#mcGlobalNav .primary .level-1:hover { background-position: 0 100%; }
#mcGlobalNav .primary a.active:hover { background-position: 0 100%; }
#mcGlobalNav .primary li:hover .level-1 { background-position: 0 100%; }
#mcGlobalNav .primary li.active .level-1 { background-position: 0 100%; }
#mcGlobalNav .primary a.active {
 border-top: 5px solid #333333;
 padding-top: 30px;
}
#mcGlobalNav #nav-services .mod-content ul {
 padding: 0;
 width: 100%;
}
#mcGlobalNav #nav-services .mod-content li {
 margin: 0 !important;
 padding: 8px 0 !important;
 border-left: none;
}
#mcGlobalNav .secondary {
 min-width: 290px;
 min-height: 80px;
 border-left: 1px solid #dfdfdf;
}
#mcGlobalNav .secondary .wrap {
 float: none;
 padding: 0 !important;
 min-height: 39px;
 border-bottom: 1px solid #dfdfdf;
}
#mcGlobalNav .primary:after {
 content: "\00a0";
 position: absolute;
 z-index: 1;
 bottom: -16px;
 left: 0;
 width: 100%;
 height: 15px;
 border-top: 1px solid rgba(102, 102, 102, 0.2);
 background: url(../img/nav/mainNav-shadow.png);
 background: -moz-linear-gradient(top, rgba(153, 153, 153, 0.25), rgba(153, 153, 153, 0));
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, rgba(153, 153, 153, 0.25)), color-stop(0.9, rgba(153, 153, 153, 0)));
}
#mcGlobalNav.dark {
 background: #373737 url(../img/nav/mainNav-bg-dark.png) repeat-x 0 0;
 background: -moz-linear-gradient(top, #4c4c4c, #272727);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #4c4c4c), color-stop(0.9, #272727));
}
#mcGlobalNav.dark .primary li { border-color: #4c4c4c; }
#mcGlobalNav.dark .primary a { color: #cccccc; }
#mcGlobalNav.dark .primary .menu a { color: #333333; }
#mcGlobalNav.dark .primary .level-1:hover { color: #333333; }
#mcGlobalNav.dark .primary a.active:hover { color: #333333; }
#mcGlobalNav.dark .primary li:hover .level-1 { color: #333333; }
#mcGlobalNav.dark .primary li.active .level-1 { color: #333333; }
#mcGlobalNav.dark .secondary { border-color: #4c4c4c; }
#mcGlobalNav.dark .secondary .wrap { border-color: #4c4c4c; }
#mcGlobalNav.dark .secondary #searchNav { border-color: #4c4c4c; }
#mcGlobalNav.dark #localeChoice { color: #cccccc; }
.products #nav-products {
 height: 76px !important;
 border-top: 4px solid #333333;
}
.services #nav-services {
 height: 76px !important;
 border-top: 4px solid #333333;
}
.resources #nav-resources {
 height: 76px !important;
 border-top: 4px solid #333333;
}
.priceless #nav-priceless {
 height: 76px !important;
 border-top: 4px solid #333333;
}
.support #nav-support {
 height: 76px !important;
 border-top: 4px solid #333333;
}
.products #nav-products .menu { top: 94% !important; }
.services #nav-services .menu { top: 94% !important; }
.resources #nav-resources .menu { top: 94% !important; }
.priceless #nav-priceless .menu { top: 94% !important; }
.support #nav-support .menu { top: 94% !important; }
.products .primary #nav-products .level-1 { padding-top: 31px; }
.services .primary #nav-services .level-1 { padding-top: 31px; }
.resources .primary #nav-resources .level-1 { padding-top: 31px; }
.priceless .primary #nav-priceless .level-1 { padding-top: 31px; }
.support .primary #nav-support .level-1 { padding-top: 31px; }
.products .primary #nav-products:hover .level-1 { padding-top: 35px; }
.services .primary #nav-services:hover .level-1 { padding-top: 35px; }
.resources .primary #nav-resources:hover .level-1 { padding-top: 35px; }
.priceless .primary #nav-priceless:hover .level-1 { padding-top: 35px; }
.support .primary #nav-support:hover .level-1 { padding-top: 35px; }
#locale { float: left; }
#localeChoice {
 margin-top: 5px;
 background: none;
 border: none;
 font-family: "FrutigerNeueW01-Regular", Helvetica, Arial, sans-serif;
 color: #333333;
}
#localeChoice option { font-family: "FrutigerNeueW01-Regular", Helvetica, Arial, sans-serif; }
.firefox #localeChoice { width: 175px; }
.safari #localeChoice { width: 175px; }
.chrome #localeChoice { width: 175px; }
#search {
 position: relative;
 margin: 0 8px;
 height: 24px;
 border-bottom: 1px solid #d0d0d0;
 top: 8px;
}
#search input {
 float: left;
 border: 0 !important;
 background: none !important;
 font-family: "FrutigerNeueW01-Regular", Helvetica, Arial, sans-serif;
}
#search img {
 position: absolute;
 bottom: 5px;
 right: 5px;
}
#search input.text {
 float: left;
 margin-top: 6px;
 padding: 0;
 width: 77%;
 font-family: "FrutigerNeueW01-Regular", Helvetica, Arial, sans-serif;
 color: #333333;
}
#mcGlobalNav .secondary form {
 position: relative;
 margin: 0 8px;
 height: 24px;
 border-bottom: 1px solid #d0d0d0;
 top: 8px;
}
#mcGlobalNav .secondary form input {
 float: left;
 border: 0 !important;
 background: none !important;
 font-family: "FrutigerNeueW01-Regular", Helvetica, Arial, sans-serif;
}
#mcGlobalNav .secondary form img {
 position: absolute;
 bottom: 5px;
 right: 5px;
}
#mcGlobalNav .secondary form input.text {
 float: left;
 margin-top: 6px;
 padding: 0;
 width: 77%;
 font-family: "FrutigerNeueW01-Regular", Helvetica, Arial, sans-serif;
 color: #333333;
}
#searchNav {
 background-color: #ffffff;
 border: none !important;
 -moz-border-radius: 15px;
 -webkit-border-radius: 15px;
 -o-border-radius: 15px;
 border-radius: 15px;
 -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
 -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
 -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
 -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
 box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}
#searchSubmit { padding: 4px 5px 8px 7px; }
#searchBkgd { min-height: 40px; }
.searchBkgdColor { background-color: #333333; }
#searchClose {
 position: absolute;
 top: 0;
 right: 0;
 display: none;
 margin: 6px 8px 0 0;
 background: url("../img/nav/search_close.png") no-repeat right top;
 cursor: pointer;
 height: 13px;
 width: 13px;
}
.col-1 { width: 80px; }
.col-2 { width: 160px; }
.col-3 { width: 240px; }
.col-4 { width: 320px; }
.col-5 { width: 400px; }
.col-6 { width: 480px; }
.col-7 { width: 560px; }
.col-8 { width: 640px; }
.col-9 { width: 720px; }
.col-10 { width: 800px; }
.col-11 { width: 880px; }
.col-12 {
 float: none;
 width: 960px;
}
.dark-button-gradient {
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
}
.alt-button-gradient {
 background: #f59e1c;
 background: -moz-linear-gradient(top, #ffa826, #df8806);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #ffa826), color-stop(0.9, #df8806));
}
.button {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
}
.lightbutton {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
 background: #ffffff;
 background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #e6e6e6), color-stop(0.9, #fefefe));
 color: #333333;
}
.half { width: 480px; }
.full { width: 960px; }
.hover { cursor: pointer; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italics { font-style: italic; }
.centered { text-align: center; }
.nested_list {
 padding-left: 40px;
 padding-bottom: 10px;
 list-style-type: lower-alpha;
}
.numbered {
 padding-left: 50px;
 list-style-type: decimal;
 margin-bottom: 1.5em;
}
.numbered li { padding: 0.5em 0; }
.home #hero.marquee { min-height: 340px !important; }
.home #hero.marquee .panel { height: 275px; }
#hero {
 float: none;
 position: relative;
 margin-bottom: 24px;
 min-height: 140px;
 line-height: 1.2;
 background-color: #e1e1e1;
 font-size: 1.2em;
 box-shadow: none !important;
 -moz-box-shadow: none !important;
 -webkit-box-shadow: none !important;
 font-family: "DIN Next W01 Medium", Helvetica, Arial, sans-serif;
 z-index: 10;
}
#hero .panel {
 display: table;
 position: relative;
 padding: 0 0 40px 0;
 width: 100%;
 height: 140px;
 background-position: center top;
 background-repeat: no-repeat;
}
#hero .panel .mod-content {
 margin: 26px auto;
 width: 928px !important;
 color: #333333;
}
#hero .panel .cta {
 margin: 0 auto 32px auto;
 font-weight: bold;
 font-family: "DIN Next W01 Regular", Helvetica, Arial, sans-serif;
 font-size: 0.93em;
}
#hero .panel .cta p {
 float: left;
 clear: both;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
}
#hero .panel .cta p:hover {
 background: #e6e6e6;
 background: -moz-linear-gradient(top, #dadada, #f3f3f3);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #dadada), color-stop(0.9, #f3f3f3));
}
#hero .panel .cta p:hover a {
 background-position: 94% -49px;
 color: #333333;
}
#hero .panel .cta p.hover {
 background: #e6e6e6;
 background: -moz-linear-gradient(top, #dadada, #f3f3f3);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #dadada), color-stop(0.9, #f3f3f3));
}
#hero .panel .cta p.hover a {
 background-position: 94% -49px;
 color: #333333;
}
#hero .panel .cta a {
 float: left;
 padding: 15px 41px 15px 15px;
 background: url(../img/global/ctaarrow_01_W016_H100.png) no-repeat 94% -1px;
 text-transform: uppercase;
 text-decoration: none;
 color: #ffffff;
}
#hero .panel .altcolor1 p {
 background: #f59e1c;
 background: -moz-linear-gradient(top, #ffa826, #df8806);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #ffa826), color-stop(0.9, #df8806));
}
#hero .panel .eyebrow {
 display: block;
 font-family: "DIN Next W01 Regular", Helvetica, Arial, sans-serif;
 text-transform: uppercase;
 font-size: 1.2em;
}
#hero .panel .heading {
 margin-top: 0;
 margin-bottom: 20px;
 padding-bottom: 0;
 line-height: 1;
 font-size: 2.7em;
 font-family: "DIN Next W01 Medium", Helvetica, Arial, sans-serif;
 letter-spacing: -0.01em;
}
#hero .panel .heading { font-weight: normal; }
#hero .panel .eyebrow { font-weight: normal; }
#hero .panel .subhead { font-weight: normal; }
#hero .panel .cta a { font-weight: normal; }
#hero .panel .subhead {
 width: 480px;
 line-height: 1.1;
 font-family: "DIN Next W01 Light", Helvetica, Arial, sans-serif;
 font-size: 1.3em;
 letter-spacing: -0.025em;
}
#hero .panel .darkbg .subhead {
 color:white;
}
#hero .panel .highlight { color: #ff9900; }
#hero .image { padding-bottom: 50px; }
#hero .cinematic { padding-bottom: 50px; }
#hero .marquee { padding-bottom: 50px; }
#hero .marquee {
 height: 270px;
 font-size: 1.3em;
}
#hero .marquee .eyebrow { font-size: 1.3em; }
#hero .marquee .darkbg .eyebrow { color:white;}
#hero .hang {
 display: block;
 float: left;
}
#hero .hang .wrap { display: block; }
#hero .hang #breadcrumb { position: static; }
#hero .flash {
 height: 400px;
 text-align: center;
}
#hero div.active { z-index: 5 !important; }
#hero .mod-content {
 float: none;
 padding: 0;
}
#hero .mod-content .heading { text-transform: capitalize; }
#hero .mod-content .darkbg .heading { color:white; }
#hero .wrap {
 float: none;
 display: table-cell;
 vertical-align: middle;
 padding: 0 !important;
 width: 99.5%;
}
#hero .dark .subhead { color: #ffffff !important; }
#hero .dark .mod-content { color: #ffffff; }
#hero .dark .cta .button {
 float: left;
 background: #ffffff;
 color: #333333;
}
#hero .dark .cta p {
 background: #f4f4f4;
 background: -moz-linear-gradient(top, #ffffff, #dfdfdf);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #ffffff), color-stop(0.9, #dfdfdf));
}
#hero .dark .cta a {
 background-position: 94% -49px;
 color: #333333;
}
#hero .dark .cta p:hover {
 background: #515151;
 background: -moz-linear-gradient(top, #454545, #5f5f5f);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #454545), color-stop(0.9, #5f5f5f));
}
#hero .dark .cta p:hover a {
 background-position: 94% 1px;
 color: #ffffff;
}
#hero .dark .cta p.hover {
 background: #515151;
 background: -moz-linear-gradient(top, #454545, #5f5f5f);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #454545), color-stop(0.9, #5f5f5f));
}
#hero .dark .cta p.hover a {
 background-position: 94% 1px;
 color: #ffffff;
}
#hero .dark .altcolor1 p:hover {
 background: #e6e6e6;
 background: -moz-linear-gradient(top, #dadada, #f3f3f3);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #dadada), color-stop(0.9, #f3f3f3));
}
#hero .dark .altcolor1 p:hover a {
 background-position: 94% -49px;
 color: #333333;
}
#hero .dark .altcolor1 p.hover {
 background: #e6e6e6;
 background: -moz-linear-gradient(top, #dadada, #f3f3f3);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #dadada), color-stop(0.9, #f3f3f3));
}
#hero .dark .altcolor1 p.hover a {
 background-position: 94% -49px;
 color: #333333;
}
#hero .dark .altcolor1 p {
 background: #f59e1c;
 background: -moz-linear-gradient(top, #ffa826, #df8806);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #ffa826), color-stop(0.9, #df8806));
}
#hero .dark .altcolor1 a {
 background-position: 94% 1px;
 color: #ffffff;
}
#hero .dark .gallery-control {
 background: #ffffff;
 background: rgba(255, 255, 255, 0.7);
}
#hero .gallery .mod-content { margin: -40px auto 0; }
#hero .gallery-controller {
 position: absolute;
 left: 50%;
 bottom: 60px;
 z-index: 6;
 margin: 0 auto;
 height: 5px;
}
#hero .gallery-controller ul { text-align: center; }
#hero .gallery-controller .gallery-control {
 margin-right: 7px;
 background: rgba(255, 255, 255, 0.5);
}
#hero .gallery-controller .gallery-control a {
 width: 14px;
 height: 14px;
}
#hero .gallery-controller li {
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 border-radius: 10px;
 margin-right: 7px;
}
#hero .gallery-controller li:first-child {
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 border-radius: 10px;
 margin-right: 7px;
}
#hero .gallery-controller li:last-child {
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 border-radius: 10px;
 margin-right: 7px;
}
#hero .gallery-controller li.active {
 border: solid 3px #ffffff;
 background: transparent;
}
#hero .gallery-controller li.active a {
 width: 8px;
 height: 8px;
}
#hero.gallery .panel {
 opacity: 0;
 z-index: 1;
}
#hero.gallery .gallery-transition { z-index: 2; }
#hero.gallery .active {
 opacity: 1;
 z-index: 3;
}
body.takeover {
 background-repeat: no-repeat !important;
 background-position: 50% 0 !important;
}
.takeover #hero { background: none; }
.takeover #hero .panel { background: none !important; }
.takeoverContainer {
 position: absolute;
 top: 0px;
 left: 0;
 width: 100%;
 height: 90%;
}
.takeoverContainer .panel {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 1;
 width: 100%;
 height: 100%;
 background-position: 50% 0;
 background-repeat: no-repeat;
}
.takeoverContainer .gallery-transition { z-index: 2; }
.takeoverContainer .active {
 opacity: 1;
 z-index: 3;
}
#hero.marquee { min-height: 400px; }
#hero.marquee .panel {
 position: absolute;
 left: auto;
 z-index: 1;
 margin-top: 0;
 height: 350px;
}
.safari #hero.marquee .panel { height: 400px !important; }
.chrome .home #hero.marquee { height: 340px !important; }
.chrome #hero.marquee {
 min-height: 1%;
 height: 350px !important;
}
.chrome .head-top .mod-heading .heading { padding-bottom: 14px; }
.mac.safari #hero .marquee {
 padding-bottom: 45px;
 height: 320px;
}
.mac.safari #hero .hang { height: 270px; }
.mac.safari .caphead #hero .hang { height: 310px; }
.mac.safari .caphead #content { top: -32px; }
.mac.safari #content { top: -59px; }
.mac.chrome #hero .marquee {
 padding-bottom: 45px;
 height: 320px;
}
.mac.chrome #hero .hang { height: 270px; }
.mac.chrome .caphead #hero .hang { height: 310px; }
.mac.chrome .caphead #content { top: -32px; }
.mac.chrome #content { top: -59px; }
#hero.gallery .marquee { height: 525px; }
.gallery { position: relative; }
.gallery .gallery-controller li { float: left; }
.gallery .gallery-controller li a { display: block; }
.article { padding-bottom: 16px; }
.article .mod-content {
 float: none;
 clear: left;
 width: 608px !important;
}
.article .heading { font-weight: bold; }
.article img { padding: 0 16px 16px 0; }
.article img.full { padding: 0 0 16px 0; }
.article img.fr { padding: 0 0 16px 16px; }
.feedback { padding-bottom: 16px; }
.sectionnav li {
 float: left;
 padding: 4px;
}
.glossary dt {
 padding-bottom: 4px;
 font-weight: bold;
}
.glossary dd { padding-bottom: 16px; }
.js_enabled .glossary dt { cursor: pointer; }
.js_enabled .glossary dd { display: none; }
.glossary dd.active { display: block; }
.col-1 { width: 80px; }
.col-2 { width: 160px; }
.col-3 { width: 240px; }
.col-4 { width: 320px; }
.col-5 { width: 400px; }
.col-6 { width: 480px; }
.col-7 { width: 560px; }
.col-8 { width: 640px; }
.col-9 { width: 720px; }
.col-10 { width: 800px; }
.col-11 { width: 880px; }
.col-12 {
 float: none;
 width: 960px;
}
.dark-button-gradient {
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
}
.alt-button-gradient {
 background: #f59e1c;
 background: -moz-linear-gradient(top, #ffa826, #df8806);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #ffa826), color-stop(0.9, #df8806));
}
.button {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
}
.lightbutton {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
 background: #ffffff;
 background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #e6e6e6), color-stop(0.9, #fefefe));
 color: #333333;
}
.half { width: 480px; }
.full { width: 960px; }
.hover { cursor: pointer; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italics { font-style: italic; }
.centered { text-align: center; }
.nested_list {
 padding-left: 40px;
 padding-bottom: 10px;
 list-style-type: lower-alpha;
}
.numbered {
 padding-left: 50px;
 list-style-type: decimal;
 margin-bottom: 1.5em;
}
.numbered li { padding: 0.5em 0; }
.lightgray { color: #666666; }
.no-border { border: none !important; }
.major, .free-major { width: 640px !important; }
.sidebar { width: 320px; }
#content .module {
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
}
.module {
 float: left;
 margin-bottom: 32px;
 background-color: #ffffff;
 -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
 -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
 -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
 -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
 box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}
.module .mod-content {
 float: left;
 padding: 16px 16px 0 16px;
}
.module .mod-content .heading {
 margin: 7px 0;
 text-transform: uppercase;
 font-size: 1.2444em;
 font-weight: normal;
 font-family: "DIN Next W01 Medium", Helvetica, Arial, sans-serif;
 color: inherit;
}
.module .mod-content .heading a {
 padding-right: 10px;
 background: url(../img/global/toutctaarrow_all.png) no-repeat 100% 4px;
 text-decoration: none;
 color: #333333;
}
.module .mod-content p {
 margin-bottom: 10px;
 line-height: 1.2;
}
.module .mod-content p:last-child { margin-bottom: 16px; }
.module .mod-content li p.heading {
 margin-bottom: 0;
 text-transform: none;
}
.module .mod-content .cta .button {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
}
.module .mod-content .cta a:hover.button {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
 background: #ffffff;
 background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #e6e6e6), color-stop(0.9, #fefefe));
 color: #333333;
 text-decoration: none;
}
.module .mod-heading {
 padding-top: 14px;
 background: #ff9900;
 color: #ffffff;
}
.module .mod-heading .heading {
 margin-bottom: 0 !important;
 line-height: 1.05;
 text-transform: uppercase;
 font-weight: normal;
}
.module .mod-heading .cta { float: right; }
.module .mod-heading .subhead {
 float: right;
 margin-left: 16px;
}
.module .thumb { text-align: center; }
.module .highlight .description { display: block; }
.module .highlight li { margin-bottom: 16px; }
.module .major { width: 640px !important; }
.module .major .mod-content { width: 448px; }
.module .major .mod-heading { width: auto !important; }
.module .major .thumb { width: 128px !important; }
.module .wrap .col-1 { width: 48px !important; }
.module .wrap .col-2 { width: 128px !important; }
.module .wrap .col-3 { width: 208px !important; }
.module .wrap .col-4 { width: 288px !important; }
.module .wrap .col-5 { width: 368px !important; }
.module .wrap .col-6 { width: 448px !important; }
.module .wrap .col-7 { width: 528px !important; }
.module .wrap .col-8 { width: 608px !important; }
.module .wrap .col-9 { width: 688px !important; }
.module .wrap .col-10 { width: 768px !important; }
.module .wrap .col-11 { width: 848px !important; }
.module .wrap .col-12 { width: 928px !important; }
.module .col-1 { width: 48px !important; }
.module .col-2 { width: 128px !important; }
.module .col-3 { width: 208px !important; }
.module .col-4 { width: 288px !important; }
.module .col-5 { width: 368px !important; }
.module .col-6 { width: 448px !important; }
.module .col-7 { width: 528px !important; }
.module .col-8 { width: 608px !important; }
.module .col-9 { width: 688px !important; }
.module .col-10 { width: 768px !important; }
.module .col-11 { width: 848px !important; }
.module .col-12 { width: 928px !important; }
.mod-dark {
 background-color: #333333;
 color: #ffffff;
 -moz-box-shadow: 0 0 1px rgba(249, 249, 249, 0.5);
 -webkit-box-shadow: 0 0 1px rgba(249, 249, 249, 0.5);
 -ms-box-shadow: 0 0 1px rgba(249, 249, 249, 0.5);
 -o-box-shadow: 0 0 1px rgba(249, 249, 249, 0.5);
 box-shadow: 0 0 1px rgba(249, 249, 249, 0.5);
}
#content.mod-dark .module {
 background-color: #333333;
 color: #ffffff;
 -moz-box-shadow: 0 0 1px rgba(249, 249, 249, 0.5);
 -webkit-box-shadow: 0 0 1px rgba(249, 249, 249, 0.5);
 -ms-box-shadow: 0 0 1px rgba(249, 249, 249, 0.5);
 -o-box-shadow: 0 0 1px rgba(249, 249, 249, 0.5);
 box-shadow: 0 0 1px rgba(249, 249, 249, 0.5);
}
.mod-yellow { background: #ff9900; }
.mod-yellow .heading { color: #ffffff !important; }
.mod-yellow .cta { color: #ffffff !important; }
.mod-yellow .highlight a {
 background-position: 0 -697px;
 color: #ffffff;
}
.mac .mod-yellow select { background-color: #fefefe; }
.free .heading { font-weight: bold; }
.free .contacts {
 float: left;
 width: 304px;
}
.free .contacts .vcard { padding-bottom: 5px; }
.free .vcard .country-name { float: left; }
.free .vcard .tel { float: left; }
.free .vcard .country-name { min-width: 150px; }
.product { margin-bottom: 32px; }
.product .wrap { width: 480px; }
.product .wrap .mod-content { width: 288px !important; }
.product .wrap .thumb {
 clear: left;
 padding-right: 0;
 width: 128px !important;
}
.product .mod-content { width: 448px !important; }
.product .mod-heading { padding-bottom: 0; }
.product .cta {
 clear: both;
 float: none;
 display: block;
 padding: 23px 16px;
 width: auto !important;
 border-top: 1px solid #d9d9d9;
 font-size: 1.5em;
}
.product .cta p {
 float: left;
 margin-bottom: 0 !important;
 line-height: 1.8;
}
.product .cta a {
 background-position: 0 5px;
 font-size: 0.9em;
}
.product .cta a:hover.button {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
 background: #ffffff;
 background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #e6e6e6), color-stop(0.9, #fefefe));
 color: #333333;
 padding: 7px 16px;
 text-decoration: none;
}
.product .cta .button {
 float: right;
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
 padding: 7px 16px;
}
.product .no-border { border: none !important; }
.general-content { margin-bottom: 32px; }
.general-content .cta {
 clear: both;
 float: none;
 display: block;
 padding: 23px 16px;
 width: auto !important;
 border-top: 1px solid #d9d9d9;
 font-size: 1.5em;
}
.general-content .cta p {
 float: left;
 margin-bottom: 0 !important;
 line-height: 1.8;
}
.general-content .cta a {
 background-position: 0 5px;
 font-size: 0.9em;
}
.general-content .cta a:hover.button {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
 background: #ffffff;
 background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #e6e6e6), color-stop(0.9, #fefefe));
 color: #333333;
 padding: 7px 16px;
 text-decoration: none;
}
.general-content .cta .button {
 float: right;
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
 padding: 7px 16px;
}
.general-content .no-border { border: none !important; }
.general-content .major { width: 640px !important; }
.general-content .sidebar { width: 320px; }
.general-content .mod-content { width: 448px; }
.general-content .wrap { width: 480px; }
.general-content .wrap .mod-content { width: 288px; }
.general-content .wrap .thumb {
 clear: left;
 width: 128px;
}
.cardbenefits .card_benefits_lookup { width: 368px; }
.cardbenefits form p.small { font-size: 0.85em; }
.cardbenefits input { margin: 10px 0; }
.tabs .tab-content { display: none; }
.tabs .mod-heading { margin-bottom: 0 !important; }
.tabs .active { display: block; }
.tabs .tab-control {
 margin-bottom: 8px;
 border-color: #d6850a;
 border-top: 1px solid rgba(51, 51, 51, 0.2);
 text-transform: uppercase;
 background: #ff9900;
 font: 1.1em "DIN Next W02 Bold", Helvetica, Arial, sans-serif;
 color: #ffffff;
}
.tabs .tab-control li {
 float: left;
 border-right: 1px solid rgba(51, 51, 51, 0.2);
 text-align: center;
}
.tabs .tab-control li.active {
 border-color: #ffffff;
 background-color: #ffffff;
}
.tabs .tab-control li.active a { color: #333333; }
.tabs .tab-control li.active a:hover { background-color: #ffffff; }
.tabs .tab-control li.last { border-right: none; }
.tabs .tab-control a {
 display: block;
 padding: 8px 0 10px;
 min-width: 80px;
 color: #ffffff;
}
.tabs .tab-control a:hover { background: #d9860b; }
.tout .wrap {
 position: relative;
 padding-bottom: 0 !important;
 min-height: 240px;
 -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.6);
 -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.6);
 -ms-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.6);
 -o-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.6);
 box-shadow: 1px 0 0 rgba(255, 255, 255, 0.6);
}
.tout .mod-content img {
 padding: 0;
 border: 1px solid #cccccc;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 -o-border-radius: 2px;
}
.tout-2 {
 float: left;
 padding-right: 16px;
}
.tout-offers {
 float: left;
 width: 138px;
 height: 113px;
 padding-top: 5px;
 margin-top: 18px;
 background: #ffffff url(../img/tout/top_offer_bg.jpg) no-repeat 0 0;
 text-align: center;
}
.tout-offers-container {
 -moz-border-radius: 2px;
 border: 1px solid #cccccc;
 padding-left: 5px;
 width: 281px;
 height: 144px;
 margin-bottom: 10px;
}
.ellipsis .ellipsis-reveal {
 display: block;
 color: #ff9900;
}
.ellipsis .ellipsis-hide {
 display: block;
 color: #ff9900;
}
.error-module {
 position: absolute;
 z-index: 100;
 top: 0;
 right: 1px;
}
.error-module .mod-content {
 min-height: 1% !important;
 background: #ffffff;
}
.error-module .wrap {
 min-height: 1% !important;
 background: #ffffff;
}
.error-module { background-color: none; }
.error-module .cta { background-color: none; }
.error-module .mod-heading {
 background: #cc0000;
 color: #ffffff;
}
.error-module .cta { font-family: "DIN Next W01 Regular", Helvetica, Arial, sans-serif; }
.error-module .cta a { color: #ffffff !important; }
#content .disclaimer { clear: both; }
.number-locator { margin-bottom: 4px; }
.number-locator input {
 font-size: 0.9em;
 margin-bottom: 4px;
}
.number-locator select {
 font-size: 0.9em;
 margin-bottom: 4px;
}
.number-locator input { width: 208px; }
.number-locator select { width: 250px; }
.number-locator select option { background-color: transparent; }
.intro {
 font-size: 1.5em;
 border-bottom: 1px #cccccc solid;
 margin: 16px 16px 0 16px;
}
.intro .intro-image {
 width: auto;
 height: 208px;
 padding: 0 16px 16px 0;
}
.intro .intro-text { padding: 0; }
.intro .cta {
 padding: 6px 0 16px 0;
 border-top: none;
}
.intro .cta a {
 background-position: 0 -1376px;
 color: #333333;
 font-size: 0.7em;
 font-weight: bold;
}
.intro .video-thumb a { font-size: 0.55em !important; }
.landing .features { padding: 0 0 16px 10px; }
.landing .features .mod-content {
 width: 200px;
 padding: 0 0 0 5px;
 margin: 10px 10px 0 0;
}
.landing .features .mod-content .mod-content { margin-top: 0; }
.landing .features .col-3 {
 border-left: 1px solid #d9d9d9;
 min-height: 100px;
}
.features .mod-content h3.heading { font-size: 1.4em; }
.video-thumb {
 background-color: #f2f2f2;
 padding: 16px;
 margin: 16px 0 32px 0;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
}
.video-thumb img {
 float: left;
 padding-right: 16px;
}
.video-thumb .heading {
 margin-bottom: 0 !important;
 line-height: 1.3 !important;
}
.video-thumb .heading a {
 padding-right: 15px !important;
 text-transform: none;
 font-weight: bold;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 0.75em;
 background-image: url(../img/global/arrows.png) !important;
 background-repeat: no-repeat;
 background-position: 0 3px;
 color: #333333;
}
.steps .left {
 border-right: 1px solid #d9d9d9;
 width: 477px;
}
.steps .wrap { margin-top: -16px; }
.steps .wrap .thumb { width: 125px; }
.steps .wrap .mod-content { min-height: 100px; }
.steps .wrap .step {
 border-bottom: 1px solid #d9d9d9;
 float: left;
}
.steps .wrap .bottom-step {
 border-bottom: none;
 clear: left;
}
.overlayBlock {
 position: absolute;
 z-index: 99;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: url(../img/border/black50.png) repeat 0 0;
 background: rgba(0, 0, 0, 0.5);
}
.overlay {
 position: absolute;
 z-index: 100;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
}
.overlay #overlayContent {
 padding-bottom: 16px;
 -moz-border-radius: 0 0 5px 5px;
 -webkit-border-radius: 0 0 5px 5px;
 -o-border-radius: 0 0 5px 5px;
 border-radius: 0 0 5px 5px;
}
.overlay .overlayButtons {
 margin-top: 15px;
 text-transform: capitalize;
}
.overlay .overlayButtons .close {
 padding-right: 14px !important;
 border: 0 none !important;
 background: url(../img/global/arrows.png) no-repeat 100% -1242px !important;
}
.overlay .overlayButtons a.close:hover { color: #ffffff !important; }
table { line-height: 1; }
table td .heading {
 margin: 7px 0;
 text-transform: uppercase;
 font-size: 1.2444em;
 font-weight: normal;
 font-family: "DIN Next W01 Medium", Helvetica, Arial, sans-serif;
 color: inherit;
}
table tr.cta {
 display: table-row !important;
 color: #333333;
}
table tr.cta a.button {
 padding: 6px 10px 8px;
 width: 100px;
 color: #ffffff;
 color: #ffffff;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
}
table tr.cta:hover a.button {
 background: #ffffff;
 background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #e6e6e6), color-stop(0.9, #fefefe));
 color: #333333;
 border: 1px solid #333333;
}
table td .cta {
 border: none !important;
 font-size: 1.2em !important;
 padding: 0 !important;
 margin-top: 5px;
}
table td .cta a { float: none !important; }
table.info { border-bottom: 1px solid #d9d9d9; }
table.info th {
 padding: 16px;
 border-right: 1px solid #d9d9d9;
 text-align: center;
}
table.info td {
 padding: 16px;
 border-right: 1px solid #d9d9d9;
 text-align: center;
}
table.info th {
 background: #f2f2f2;
 font-family: Helvetica, Arial, sans-serif;
}
table.info tr { border-top: 1px solid #d9d9d9; }
table.info .type {
 width: 240px;
 text-align: left;
 font-family: "DIN Next W02 Bold", Helvetica, Arial, sans-serif;
}
table.info .productcta { width: 160px; }
table.info tbody td:first-child { text-align: left; }
table.info tfoot td { border-right: none; }
table.info th:last-child { border-right: none; }
table.info td:last-child { border-right: none; }
table.major { border: 1px solid #d9d9d9; }
.head-side {
 padding-bottom: 0 !important;
 -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
 -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
 -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
 -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
 box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}
.head-side .mod-content { width: 128px; }
.head-side .mod-heading {
 position: relative;
 min-height: 226px !important;
 -moz-border-radius: 5px 0 0 5px !important;
 -webkit-border-radius: 5px 0 0 5px !important;
 -o-border-radius: 5px 0 0 5px !important;
 border-radius: 5px 0 0 5px !important;
}
.head-side .mod-heading .heading {
 margin-top: 0;
 font-size: 1.6em;
 font-family: "DIN Next W01 Regular", Helvetica, Arial, sans-serif;
}
.head-side .mod-heading .cta {
 float: none;
 position: absolute;
 bottom: 16px;
 margin: 0;
}
.head-side .mod-heading .subhead {
 float: none;
 position: absolute;
 bottom: 16px;
 margin: 0;
}
#content .head-top {
 border-top: 8px solid #ff9900;
 border-style: solid none none none;
}
.head-top .mod-content { min-height: 198px; }
.head-top .mod-heading {
 float: none;
 clear: both;
 display: block;
 margin-top: -8px;
 margin-bottom: 16px;
 padding-top: 0;
 width: auto !important;
 line-height: 1;
 -moz-border-radius: 5px 5px 0 0;
 -webkit-border-radius: 5px 5px 0 0;
 -o-border-radius: 5px 5px 0 0;
 border-radius: 5px 5px 0 0;
}
.head-top .mod-heading * { margin-top: 12px; }
.head-top .mod-heading .heading {
 float: left;
 margin-bottom: 0 !important;
 margin: 12px 0 0 0;
 padding-bottom: 13px;
 min-height: 14px;
}
.head-top .mod-headleft {
 -moz-border-radius: 5px 0 0 0;
 -webkit-border-radius: 5px 0 0 0;
 -o-border-radius: 5px 0 0 0;
 border-radius: 5px 0 0 0;
}
.head-top .mod-headright {
 -moz-border-radius: 0 5px 0 0;
 -webkit-border-radius: 0 5px 0 0;
 -o-border-radius: 0 5px 0 0;
 border-radius: 0 5px 0 0;
}
.mod-left {
 -moz-border-radius: 5px 0 0 0;
 -webkit-border-radius: 5px 0 0 0;
 -o-border-radius: 5px 0 0 0;
 border-radius: 5px 0 0 0;
}
.mod-right {
 -moz-border-radius: 0 5px 0 0;
 -webkit-border-radius: 0 5px 0 0;
 -o-border-radius: 0 5px 0 0;
 border-radius: 0 5px 0 0;
}
.row #features .mod-content-hover {
 -moz-border-radius: 0 0 0 0;
 -webkit-border-radius: 0 0 0 0;
 -o-border-radius: 0 0 0 0;
 border-radius: 0 0 0 0;
}
.row .mod-content {
 padding-bottom: 32px;
 min-height: 160px;
 width: 128px;
}
.row .mod-content .video img { width: 128px; }
.row .mod-content-hover {
 cursor: pointer;
 background: #333333;
 color: #ffffff;
}
.row .mod-content-hover .heading a {
 padding-right: 10px;
 background: url(../img/global/toutctaarrow_all.png) no-repeat 100% -12px;
 color: #ffffff;
}
.row .mod-content-hover .heading a:hover {
 padding-right: 10px;
 background: url(../img/global/toutctaarrow_all.png) no-repeat 100% -12px;
 color: #ffffff;
}
.row .mod-heading {
 margin-bottom: 0;
 padding-bottom: 0;
 min-height: 1%;
}
.row .mod-heading:hover { background: #ff9900 !important; }
.row.full.head-side .mod-content:last-child {
 -moz-border-radius: 0 5px 5px 0;
 -webkit-border-radius: 0 5px 5px 0;
 -o-border-radius: 0 5px 5px 0;
 border-radius: 0 5px 5px 0;
}
.dark .row .mod-content-hover {
 cursor: pointer;
 background: #cccccc;
 color: #333333;
}
.row.dark .mod-content-hover {
 cursor: pointer;
 background: #cccccc;
 color: #333333;
}
.mod-dark .row .mod-content-hover {
 cursor: pointer;
 background: #cccccc;
 color: #333333;
}
.mod-dark .mod-content-hover {
 cursor: pointer;
 background: #cccccc;
 color: #333333;
}
.dark .row .mod-content-hover a {
 background-position: 100% 4px;
 color: #333333;
}
.mod-dark .row .mod-content-hover a {
 background-position: 100% 4px;
 color: #333333;
}
.mod-dark .mod-content-hover .heading a {
 background-position: 100% 4px;
 color: #333333;
}
.mod-dark .mod-content-hover .heading a:hover {
 background-position: 100% 4px;
 color: #333333;
}
.row, .tout { min-height: 226px; }
.utility .mod-content { min-height: 226px; }
.rc-resources .mod-content img { min-height: 82px; }
.half .col-4 { width: 288px; }
#content .mod-wrap {
 clear: both;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
 -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
 -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
 -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
 box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}
#content .mod-wrap .module {
 margin: 0 !important;
 background: none;
 -moz-border-radius: 5px 5px 0 0;
 -webkit-border-radius: 5px 5px 0 0;
 -o-border-radius: 5px 5px 0 0;
 border-radius: 5px 5px 0 0;
 -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
 -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
 -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
 -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
 box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#content .mod-wrap .head-side {
 -moz-border-radius: 5px 0 0 5px;
 -webkit-border-radius: 5px 0 0 5px;
 -o-border-radius: 5px 0 0 5px;
 border-radius: 5px 0 0 5px;
}
#content .mod-wrap .sidebar {
 margin: 16px;
 padding: 0;
 width: 320px;
}
#content .mod-wrap .major {
 margin: 16px;
 padding: 0;
 width: 640px !important;
}
#content .mod-wrap .head-top {
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
}
#content .mod-wrap .mod-content .innerWrap {
 border: 1px solid #d9d9d9;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
}
#content .mod-wrap .resultslist { width: 608px !important; }
#content .mod-wrap .resultsfilter { width: 288px !important; }
#content .shadow {
 float: left;
 -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.6) 0 1px rgba(0, 0, 0, 0.6);
 -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.6) 0 1px rgba(0, 0, 0, 0.6);
 -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.6) 0 1px rgba(0, 0, 0, 0.6);
 -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.6) 0 1px rgba(0, 0, 0, 0.6);
 box-shadow: 0 0 0 rgba(0, 0, 0, 0.6) 0 1px rgba(0, 0, 0, 0.6);
}
#content .shadow .row {
 margin-bottom: 0;
 -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
 -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
 -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
 -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
 box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}
#content .mod-left {
 -moz-border-radius: 5px 0 0 5px !important;
 -webkit-border-radius: 5px 0 0 5px !important;
 -o-border-radius: 5px 0 0 5px !important;
 border-radius: 5px 0 0 5px !important;
}
#content .mod-right {
 -moz-border-radius: 0 5px 5px 0 !important;
 -webkit-border-radius: 0 5px 5px 0 !important;
 -o-border-radius: 0 5px 5px 0 !important;
 border-radius: 0 5px 5px 0 !important;
}
#content .mod-left.head-top .mod-heading {
 -moz-border-radius: 5px 0 0 0 !important;
 -webkit-border-radius: 5px 0 0 0 !important;
 -o-border-radius: 5px 0 0 0 !important;
 border-radius: 5px 0 0 0 !important;
}
#content .mod-right.head-top .mod-heading {
 -moz-border-radius: 0 5px 0 0 !important;
 -webkit-border-radius: 0 5px 0 0 !important;
 -o-border-radius: 0 5px 0 0 !important;
 border-radius: 0 5px 0 0 !important;
}
#content .mod-left.head-side .mod-heading {
 -moz-border-radius: 5px 0 0 5px !important;
 -webkit-border-radius: 5px 0 0 5px !important;
 -o-border-radius: 5px 0 0 5px !important;
 border-radius: 5px 0 0 5px !important;
}
#content .mod-right.head-side .mod-heading {
 -moz-border-radius: 0 !important;
 -webkit-border-radius: 0 !important;
 -o-border-radius: 0 !important;
 border-radius: 0 !important;
}
.darkhead { border-color: #333333 !important; }
.darkhead .mod-heading { background-color: #333333 !important; }
.services .cardbenefits form p {
 float: none;
 width: auto;
}
.services .cardbenefits .label { font-weight: bold; }
#pageFooter .cardbenefits p {
 float: none;
 padding-right: 0;
 width: auto;
}
body.search .search {
 margin-bottom: 0;
 -moz-border-radius: 5px 5px 0 0 !important;
 -webkit-border-radius: 5px 5px 0 0 !important;
 -o-border-radius: 5px 5px 0 0 !important;
 border-radius: 5px 5px 0 0 !important;
}
body.search .mod-wrap {
 -moz-border-radius: 0 !important;
 -webkit-border-radius: 0 !important;
 -o-border-radius: 0 !important;
 border-radius: 0 !important;
}
body.search .resultslist { float: left !important; }
body.search .resultslist .innerWrap .mod-content {
 padding: 16px 16px 8px 16px;
 width: auto !important;
}
body.search .resultslist .mod-heading .subhead { margin-top: 5px !important; }
body.search .resultslist .mod-heading .subhead * { margin-top: 0 !important; }
body.search .resultslist .text {
 margin-right: 0;
 padding: 3px;
 width: auto !important;
 text-align: center;
}
.bio .bio-header {
 border-bottom: 1px solid #dfdfdf;
 padding-bottom: 10px;
 margin-bottom: 10px;
 margin-left: 224px;
}
.bio .bio-header p { margin-bottom: auto; }
.bio .bio-header .bio-name { font-size: 1.8em; }
.bio .bio-header .bio-title {
 font-size: 1.5em;
 margin-bottom: 10px;
}
.news-content .sidebar {
 width: auto;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #f2f2f2 none;
 border: 1px solid #dfdfdf;
 margin-bottom: 10px;
}
.news-content .sidebar .mod-heading {
 margin-bottom: 0;
 margin-top: 0;
}
.news-content .sidebar .sidebar-content {
 margin: 0;
 padding: 16px;
}
.news-content .sidebar .sidebar-content p { margin-bottom: 4px; }
.news-content .sidebar .border-top { border-top: 1px solid #dfdfdf; }
.blogs .module .mod-content h1.heading a { background: transparent none; }
.blog .general-content .mod-content { width: auto; }
.blog .blog-post .post-author { margin: 16px 0 16px 0; }
.blog .blog-post .post-author p { padding-top: 8px; }
.blog .blog-post .post-author-thumb { width: 64px; }
.blog .blog-post .share { background: #f2f2f2 none; }
.blog .quiet { color: #999999; }
.blog .filter .filter-content {
 border-top: 1px solid #dfdfdf;
 padding-top: 8px;
 margin-top: 8px;
 display: none;
}
.blog #blog-region-filter h4 { background: transparent url(../img/global/plus_minus.gif) no-repeat right 2px; }
.blog #blog-region-filter.show h4 { background: transparent url(../img/global/plus_minus.gif) no-repeat right -52px; }
.blog #blog-region-filter.show .filter-content { display: block; }
.blog .filter p {
 width: 148px;
 float: left;
}
.blog .filter ul { display: block; }
.blog .filter ul li {
 float: left;
 width: 140px;
 color: #ffffff;
 background: #cccccc none;
 display: block;
 padding: 4px;
 border-right: 1px solid #f2f2f2;
 text-align: center;
}
.blog .filter ul .first {
 -moz-border-radius: 5px 0 0 5px;
 -webkit-border-radius: 5px 0 0 5px;
 -o-border-radius: 5px 0 0 5px;
 border-radius: 5px 0 0 5px;
}
.blog .filter ul .last {
 -moz-border-radius: 0 5px 5px 0;
 -webkit-border-radius: 0 5px 5px 0;
 -o-border-radius: 0 5px 5px 0;
 border-radius: 0 5px 5px 0;
}
.blog .sidebar {
 width: 304px;
 float: left;
}
.blog .sidebar h3 {
 font-size: 1.8em;
 padding-bottom: 8px;
 padding-right: 8px;
}
.blog .related-post .post-image { width: 60px; }
.blog .videobox { margin-bottom: 8px; }
.blog .col-a { float: left; }
.blog .col-a .loading { height: 128px; }
.blog .col-b .module { float: right; }
.blog .col-b .tout .content {
 padding: 16px;
 margin-bottom: 0 !important;
}
.blog .col-b .tout .content p { margin-left: 62px; }
.blog .col-b .tout .content img {
 margin-bottom: 16px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
}
.blog .col-b .rss .content {
 padding: 16px;
 margin-bottom: 0 !important;
}
.blog .col-b .rss .content p { margin-left: 62px; }
.blog .col-b .rss .content img {
 margin-bottom: 16px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
}
.blog .col-b .rss .content p { margin-left: 0; }
.blog .col-b .rss .content p a {
 display: block;
 padding-left: 32px;
 background: transparent url(../img/global/rss-28-01.png) no-repeat;
 min-height: 32px;
}
.blog .col-b .general-content { background: #f2f2f2 none; }
.blog .col-b .general-content .mod-heading { margin-bottom: 0; }
.blog .col-b .general-content ul { margin-bottom: 4px; }
.blog .col-b .general-content ul li {
 padding: 8px 0 8px 16px;
 border-bottom: 1px solid #dfdfdf;
}
.blog .col-b .tout { background: #ffffff none; }
.blog .filter {
 background: #f2f2f2;
 border: 1px solid #dfdfdf;
 padding: 12px;
 margin-bottom: 16px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
}
.blog .post {
 border-bottom: 1px solid #dfdfdf;
 margin-bottom: 16px;
}
.blog .post img {
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
}
.blog .news {
 border-bottom: 1px solid #dfdfdf;
 margin-bottom: 16px;
}
.blog .news img {
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 border: 3px solid #999999;
 float: left;
 margin: 0 24px 24px 0;
 padding: 3px;
}
.blog .news embed {
 width: 560px;
 margin: 0 auto;
}
.blog .read-more a {
 text-decoration: none;
 background: transparent url(../img/global/arrows-sm.png) 0px -27px no-repeat;
 padding-left: 8px;
}
.blog .read-more a:hover { text-decoration: underline; }
.blog .post-header { margin-left: 140px; }
.blog .post-content { margin-left: 140px; }
.blog .post-footer { margin-left: 140px; }
.blog .no-image .post-header { margin-left: 0; }
.blog .no-image .post-content { margin-left: 0; }
.blog .no-image .post-footer { margin-left: 0; }
.blog .post-image { float: left; }
.blog .post-image p {
 text-align: center;
 margin: 8px auto 8px auto;
}
.blog .post-image-main { float: left; }
.blog .post-image-main p {
 text-align: center;
 margin: 8px auto 8px auto;
}
.blog .hilite .post-header { margin-left: 0; }
.blog .hilite .post-content { margin-left: 0; }
.blog .hilite .post-footer { margin-left: 0; }
.blog .hilite .post-image-main { float: none; }
.blog .post-header h3 { font-size: 2em; }
.blog .post-header h3 a { text-decoration: none; }
.blog .post-header h3 a:hover { text-decoration: underline; }
.blog .post-header .post-date { float: right; }
.blog .post-footer .post-comments { float: right; }
.mod-north-america, .mod-africa, .mod-asia, .mod-europe, .mod-latin-america { display: none; }
.bod-north-america .mod-north-america { display: block; }
.body-africa .mod-africa { display: block; }
.bod-asia .mod-asia { display: block; }
.bod-europe .mod-europe { display: block; }
.bod-latin-america .mod-latin-america { display: block; }
#terms-of-use .tab-control .terms-of-use {
 background-color: #333333;
 color: #ffffff !important;
}
#pricelesspicks-submit .tab-control .pricelesspicks-submit {
 background-color: #333333;
 color: #ffffff !important;
}
#pricelesspicks-eula .tab-control .pricelesspicks-eula {
 background-color: #333333;
 color: #ffffff !important;
}
#atm-sms .tab-control .atm-sms {
 background-color: #333333;
 color: #ffffff !important;
}
#copyright .tab-control .copyright {
 background-color: #333333;
 color: #ffffff !important;
}
#trademarks .tab-control .trademarks {
 background-color: #333333;
 color: #ffffff !important;
}
#zero-liability .tab-control .zero-liability {
 background-color: #333333;
 color: #ffffff !important;
}
#paypass .tab-control .paypass {
 background-color: #333333;
 color: #ffffff !important;
}
#securecode .tab-control .securecode {
 background-color: #333333;
 color: #ffffff !important;
}
#moneysend .tab-control .moneysend {
 background-color: #333333;
 color: #ffffff !important;
}
#prepaid .tab-control .prepaid {
 background-color: #333333;
 color: #ffffff !important;
}
#tax .tab-control .tax {
 background-color: #333333;
 color: #ffffff !important;
}
#billpay .tab-control .billpay {
 background-color: #333333;
 color: #ffffff !important;
}
#privacy-policy .tab-control .privacy-policy {
 background-color: #333333;
 color: #ffffff !important;
}
#privacy-policy-note .tab-control .privacy-policy-note {
 background-color: #333333;
 color: #ffffff !important;
}
#web-optout .tab-control .web-optout {
 background-color: #333333;
 color: #ffffff !important;
}
#email-optout .tab-control .email-optout {
 background-color: #333333;
 color: #ffffff !important;
}
#data-optout .tab-control .data-optout {
 background-color: #333333;
 color: #ffffff !important;
}
#cookie-optout .tab-control .cookie-optout {
 background-color: #333333;
 color: #ffffff !important;
}
#safe-harbor .tab-control .safe-harbor {
 background-color: #333333;
 color: #ffffff !important;
}
#terms-of-use .tab-control .terms-of-use a { color: #ffffff !important; }
#pricelesspicks-submit .tab-control .pricelesspicks-submit a { color: #ffffff !important; }
#pricelesspicks-eula .tab-control .pricelesspicks-eula a { color: #ffffff !important; }
#atm-sms .tab-control .atm-sms a { color: #ffffff !important; }
#copyright .tab-control .copyright a { color: #ffffff !important; }
#trademarks .tab-control .trademarks a { color: #ffffff !important; }
#zero-liability .tab-control .zero-liability a { color: #ffffff !important; }
#paypass .tab-control .paypass a { color: #ffffff !important; }
#securecode .tab-control .securecode a { color: #ffffff !important; }
#moneysend .tab-control .moneysend a { color: #ffffff !important; }
#prepaid .tab-control .prepaid a { color: #ffffff !important; }
#tax .tab-control .tax a { color: #ffffff !important; }
#billpay .tab-control .billpay a { color: #ffffff !important; }
#privacy-policy .tab-control .privacy-policy a { color: #ffffff !important; }
#privacy-policy-note .tab-control .privacy-policy-note a { color: #ffffff !important; }
#web-optout .tab-control .web-optout a { color: #ffffff !important; }
#email-optout .tab-control .email-optout a { color: #ffffff !important; }
#data-optout .tab-control .data-optout a { color: #ffffff !important; }
#cookie-optout .tab-control .cookie-optout a { color: #ffffff !important; }
#safe-harbor .tab-control .safe-harbor a { color: #ffffff !important; }
#dispute .tab-control .dispute a { color: #ffffff !important; }
#fraud .tab-control .fraud a { color: #ffffff !important; }
#problems .tab-control .problems a { color: #ffffff !important; }
#benefits .tab-control .benefits a { color: #ffffff !important; }
#lost .tab-control .lost a { color: #ffffff !important; }
#conversion .tab-control .conversion a { color: #ffffff !important; }
#apply .tab-control .apply a { color: #ffffff !important; }
#atm-locator .tab-control .atm-locator a { color: #ffffff !important; }
#merchant .tab-control .merchant a { color: #ffffff !important; }
#issuer .tab-control .issuer a { color: #ffffff !important; }
#dispute .tab-control .dispute {
 background-color: #333333;
 color: #ffffff;
}
#apply .tab-control .apply {
 background-color: #333333;
 color: #ffffff;
}
#conversion .tab-control .conversion {
 background-color: #333333;
 color: #ffffff;
}
#lost .tab-control .lost {
 background-color: #333333;
 color: #ffffff;
}
#benefits .tab-control .benefits {
 background-color: #333333;
 color: #ffffff;
}
#problems .tab-control .problems {
 background-color: #333333;
 color: #ffffff;
}
#fraud .tab-control .fraud {
 background-color: #333333;
 color: #ffffff;
}
#issuer .issuer {
 background-color: #333333;
 color: #ffffff;
}
#merchant .merchant {
 background-color: #333333;
 color: #ffffff;
}
#atm-locator .atm-locator {
 background-color: #333333;
 color: #ffffff;
}
.cardholder a b { margin-left: -10px; }
.issuer a b { margin-left: -10px; }
.merchant a b { margin-left: -10px; }
.search .mod-content { min-height: 1%; }
.general-content .mod-content { min-height: 1%; }
.services #card_benefits_results { min-height: 1%; }
#card_benefits_default .mod-content { min-height: 1%; }
.product .wrap .mod-content { min-height: 1%; }
.resultslist .mod-content { min-height: 1%; }
.head-top .cta { min-height: 1%; }
.head-top .sectionnav { min-height: 1%; }
.head-top .mod-heading {
 width: auto;
 min-height: 8px;
}
#marketplace-feed { text-align: center; }
#marketplace-feed img { border: none; }
#marketplace-feed .wrapper {
 float: left;
 width: 140px;
 height: 70px;
}
#marketplace-feed .wrapper p { margin-bottom: 0px; }
#marketplace-feed .wrapper img {
 width: 75px;
 height: 25px;
 padding: 10px 0 2px 0;
}
#pricelessnew-york .tab-control .pricelessnew-york {
 background-color: #333333;
 color: #ffffff !important;
}
#pricelessnew-york .tab-control .pricelessnew-york a { color: #ffffff !important; }
.col-1 { width: 80px; }
.col-2 { width: 160px; }
.col-3 { width: 240px; }
.col-4 { width: 320px; }
.col-5 { width: 400px; }
.col-6 { width: 480px; }
.col-7 { width: 560px; }
.col-8 { width: 640px; }
.col-9 { width: 720px; }
.col-10 { width: 800px; }
.col-11 { width: 880px; }
.col-12 {
 float: none;
 width: 960px;
}
.dark-button-gradient {
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
}
.alt-button-gradient {
 background: #f59e1c;
 background: -moz-linear-gradient(top, #ffa826, #df8806);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #ffa826), color-stop(0.9, #df8806));
}
.button {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
}
.lightbutton {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
 background: #ffffff;
 background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #e6e6e6), color-stop(0.9, #fefefe));
 color: #333333;
}
.half { width: 480px; }
.full { width: 960px; }
.hover { cursor: pointer; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italics { font-style: italic; }
.centered { text-align: center; }
.nested_list {
 padding-left: 40px;
 padding-bottom: 10px;
 list-style-type: lower-alpha;
}
.numbered {
 padding-left: 50px;
 list-style-type: decimal;
 margin-bottom: 1.5em;
}
.numbered li { padding: 0.5em 0; }
#content.mod-dark {
 background-color: transparent;
 -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
 -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
 -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
 -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
 box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.mod-dark { color: #cccccc; }
.mod-dark .mod-content .heading { color: #ffffff; }
.mod-dark .mod-content .heading a {
 color: #ffffff;
 background-position: 100% -12px;
}
.mod-dark .mod-content a { color: #cccccc; }
.mod-dark .cta { border-color: #414141 !important; }
.mod-dark .cta a { color: #ffffff; }
.mod-dark .cta a.button {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
 background: #ffffff;
 background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #e6e6e6), color-stop(0.9, #fefefe));
 color: #333333;
 padding: 7px 16px;
}
.mod-dark .cta a:hover.button {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
 padding: 7px 16px;
 text-decoration: none;
}
.mod-dark .tabs .tab-control li.active {
 background-color: #333333;
 border-color: #333333;
 color: #ffffff;
}
.mod-dark .tabs .tab-control li.active a { color: #ffffff; }
.mod-dark .tabs .tab-control li.active a:hover {
 background-color: #333333;
 color: #ffffff;
}
.mod-dark .product .cta {
 border-color: #f9f9f9;
 border-color: rgba(130, 130, 130, 0.5);
}
.mod-dark .intro { border-color: #414141 !important; }
.mod-dark .intro .cta a {
 background-position: 0 -1294px;
 color: #cccccc;
}
.mod-dark .shadow .row {
 -moz-box-shadow: 0 0 1px rgba(249, 249, 249, 0.5) !important;
 -webkit-box-shadow: 0 0 1px rgba(249, 249, 249, 0.5) !important;
 -ms-box-shadow: 0 0 1px rgba(249, 249, 249, 0.5) !important;
 -o-box-shadow: 0 0 1px rgba(249, 249, 249, 0.5) !important;
 box-shadow: 0 0 1px rgba(249, 249, 249, 0.5) !important;
}
.col-1 { width: 80px; }
.col-2 { width: 160px; }
.col-3 { width: 240px; }
.col-4 { width: 320px; }
.col-5 { width: 400px; }
.col-6 { width: 480px; }
.col-7 { width: 560px; }
.col-8 { width: 640px; }
.col-9 { width: 720px; }
.col-10 { width: 800px; }
.col-11 { width: 880px; }
.col-12 {
 float: none;
 width: 960px;
}
.dark-button-gradient {
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
}
.alt-button-gradient {
 background: #f59e1c;
 background: -moz-linear-gradient(top, #ffa826, #df8806);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #ffa826), color-stop(0.9, #df8806));
}
.button {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
}
.lightbutton {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
 background: #ffffff;
 background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #e6e6e6), color-stop(0.9, #fefefe));
 color: #333333;
}
.half { width: 480px; }
.full { width: 960px; }
.hover { cursor: pointer; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italics { font-style: italic; }
.centered { text-align: center; }
.nested_list {
 padding-left: 40px;
 padding-bottom: 10px;
 list-style-type: lower-alpha;
}
.numbered {
 padding-left: 50px;
 list-style-type: decimal;
 margin-bottom: 1.5em;
}
.numbered li { padding: 0.5em 0; }
#breadcrumb { font-family: "DIN Next W01 Regular", Helvetica, Arial, sans-serif; }
#breadcrumb p {
 text-transform: uppercase;
 font-size: 0.9em;
 color: #333333;
}
#breadcrumb p a {
 margin-right: 5px;
 padding-right: 15px;
 background: url(../img/global/toutctaarrow_all.png) no-repeat 100% 4px;
 background-position: 99% -125px;
 text-decoration: none;
 color: #333333;
}
#breadcrumb p a:hover { text-decoration: underline; }
#breadcrumb p a:active { text-decoration: underline; }
.marquee #breadcrumb {
 position: absolute;
 top: 31px;
 font-size: 0.75em;
}
.dark #breadcrumb p { color: #ffffff; }
.dark #breadcrumb p a {
 color: #ffffff;
 background-position: 99% -141px;
}
.col-1 { width: 80px; }
.col-2 { width: 160px; }
.col-3 { width: 240px; }
.col-4 { width: 320px; }
.col-5 { width: 400px; }
.col-6 { width: 480px; }
.col-7 { width: 560px; }
.col-8 { width: 640px; }
.col-9 { width: 720px; }
.col-10 { width: 800px; }
.col-11 { width: 880px; }
.col-12 {
 float: none;
 width: 960px;
}
.dark-button-gradient {
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
}
.alt-button-gradient {
 background: #f59e1c;
 background: -moz-linear-gradient(top, #ffa826, #df8806);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #ffa826), color-stop(0.9, #df8806));
}
.button {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
}
.lightbutton {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
 background: #ffffff;
 background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #e6e6e6), color-stop(0.9, #fefefe));
 color: #333333;
}
.half { width: 480px; }
.full { width: 960px; }
.hover { cursor: pointer; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italics { font-style: italic; }
.centered { text-align: center; }
.nested_list {
 padding-left: 40px;
 padding-bottom: 10px;
 list-style-type: lower-alpha;
}
.numbered {
 padding-left: 50px;
 list-style-type: decimal;
 margin-bottom: 1.5em;
}
.numbered li { padding: 0.5em 0; }
.sidebar .module { float: none; }
.sidebar .head-top .mod-heading {
 padding-bottom: 16px;
 min-height: 1%;
}
.sidebar .head-top .mod-heading .heading { float: none; }
.sidebar .mod-yellow .wrap {
 -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
 -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
 -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
 -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
 box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
.sidebar .cta {
 float: none;
 clear: left;
 padding-bottom: 16px;
 width: auto;
}
.sidebar .bottom .cta { padding-bottom: 0; }
.sidebar .glossary { width: 100%; }
.sidebar .keywords { width: 100%; }
.search .mod-content { padding: 23px 16px; }
.search .mod-heading { padding-bottom: 0; }
.search .text {
 padding: 9px 7px;
 color: #666666;
}
.search button {
 min-width: 85px;
 font-weight: bold;
}
.resultsfilter { width: 288px !important; }
.resultsfilter .filter {
 padding: 8px 0;
 border: 1px solid #d9d9d9;
 line-height: 1.2;
 font-size: 1.1em;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
}
.resultsfilter .filter a {
 display: block;
 padding: 8px 16px;
}
.resultsfilter .filter li {
 border: 1px solid #d9d9d9;
 border-style: none none solid none;
}
.resultsfilter .filter .active {
 background-color: #333333;
 color: #ffffff;
}
.resultsfilter .filter .active a:hover {
 background-color: #333333;
 color: #ffffff;
}
.resultsfilter .filter a:hover { background-color: #d9d9d9; }
.resultslist {
 float: right !important;
 padding-bottom: 16px !important;
 border: 1px solid #d9d9d9;
 border-style: none !important;
}
.resultslist .innerWrap {
 -moz-border-radius: 0 0 5px 5px;
 -webkit-border-radius: 0 0 5px 5px;
 -o-border-radius: 0 0 5px 5px;
 border-radius: 0 0 5px 5px;
}
.resultslist .innerWrap .wrap {
 float: none;
 padding-bottom: 8px !important;
 border-bottom: 1px solid #d9d9d9;
}
.resultslist .innerWrap .wrap:last-child { border-bottom: none; }
.resultslist .innerWrap .wrap .mod-content p { margin-bottom: 8px; }
.resultslist .mod-heading { margin-top: 0 !important; }
.resultslist .mod-heading .heading {
 text-transform: none;
 font-family: Helvetica, Arial, sans-serif;
}
.resultslist .mod-content { width: auto !important; }
.resultslist .title { font-weight: bold; }
.resultslist .title a { text-decoration: none; }
.resultslist .thumbnail .mod-content { width: 410px; }
.resultslist .thumbnail .thumb { width: 128px !important; }
.keywords .mod-content { width: 128px !important; }
.keywords .mod-content li { padding-bottom: 3px; }
.relatedarticles .thumbnail .mod-content { width: 192px; }
.relatedarticles .thumbnail .thumb { width: 64px; }
.col-1 { width: 80px; }
.col-2 { width: 160px; }
.col-3 { width: 240px; }
.col-4 { width: 320px; }
.col-5 { width: 400px; }
.col-6 { width: 480px; }
.col-7 { width: 560px; }
.col-8 { width: 640px; }
.col-9 { width: 720px; }
.col-10 { width: 800px; }
.col-11 { width: 880px; }
.col-12 {
 float: none;
 width: 960px;
}
.dark-button-gradient {
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
}
.alt-button-gradient {
 background: #f59e1c;
 background: -moz-linear-gradient(top, #ffa826, #df8806);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #ffa826), color-stop(0.9, #df8806));
}
.button {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
}
.lightbutton {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
 background: #ffffff;
 background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #e6e6e6), color-stop(0.9, #fefefe));
 color: #333333;
}
.half { width: 480px; }
.full { width: 960px; }
.hover { cursor: pointer; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italics { font-style: italic; }
.centered { text-align: center; }
.nested_list {
 padding-left: 40px;
 padding-bottom: 10px;
 list-style-type: lower-alpha;
}
.numbered {
 padding-left: 50px;
 list-style-type: decimal;
 margin-bottom: 1.5em;
}
.numbered li { padding: 0.5em 0; }
.notification-container { position: relative; }
.notification {
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 border: 1px solid #dbdbdb;
 background: #ffffff none;
 position: absolute;
 top: -284px;
 right: -1px;
 width: 256px;
 padding: 16px;
}
.notification img {
 float: left;
 margin-right: 16px;
 border: 1px solid #dbdbdb;
}
.notification p.heading {
 color: #ea2712 !important;
 font-family: "DIN Next W01 Regular", Helvetica, Arial, sans-serif;
 font-size: 1.2444em;
 text-transform: uppercase;
 margin-bottom: auto;
}
.col-1 { width: 80px; }
.col-2 { width: 160px; }
.col-3 { width: 240px; }
.col-4 { width: 320px; }
.col-5 { width: 400px; }
.col-6 { width: 480px; }
.col-7 { width: 560px; }
.col-8 { width: 640px; }
.col-9 { width: 720px; }
.col-10 { width: 800px; }
.col-11 { width: 880px; }
.col-12 {
 float: none;
 width: 960px;
}
.dark-button-gradient {
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
}
.alt-button-gradient {
 background: #f59e1c;
 background: -moz-linear-gradient(top, #ffa826, #df8806);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #ffa826), color-stop(0.9, #df8806));
}
.button {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
}
.lightbutton {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
 background: #ffffff;
 background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #e6e6e6), color-stop(0.9, #fefefe));
 color: #333333;
}
.half { width: 480px; }
.full { width: 960px; }
.hover { cursor: pointer; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italics { font-style: italic; }
.centered { text-align: center; }
.nested_list {
 padding-left: 40px;
 padding-bottom: 10px;
 list-style-type: lower-alpha;
}
.numbered {
 padding-left: 50px;
 list-style-type: decimal;
 margin-bottom: 1.5em;
}
.numbered li { padding: 0.5em 0; }
#IssuingBankSelect { border: none; }
.social .mod-content { width: 288px; }
.social .feedthumb { width: 258px; }
#pageFooter {
 border-top: 1px solid #d9d9d9;
 line-height: 1.2;
 background: #f2f2f2;
 color: #333333;
}
#pageFooter form select {
 position: relative;
 top: -2px;
 padding: 4px;
 font-size: 0.9em;
 background-color: #666666;
}
#pageFooter form select option { background: #666666; }
#pageFooter form input {
 margin-left: 5px;
 padding: 5px 10px;
 background: #666666;
 font-weight: bold;
}
#pageFooter .module {
 margin: 0;
 padding-bottom: 16px;
 background-color: transparent;
 box-shadow: none !important;
 -moz-box-shadow: none !important;
 -webkit-box-shadow: none !important;
}
#pageFooter .heading {
 width: auto !important;
 text-transform: uppercase;
}
#pageFooter .mod-content {
 min-height: 10px;
 background-color: transparent;
 color: inherit;
}
#pageFooter .mod-heading {
 min-height: 10px;
 background-color: transparent;
 color: inherit;
}
#pageFooter .mod-content {
 margin: 12px 16px 0 0;
 padding: 0;
}
#pageFooter .mod-content .heading {
 margin-bottom: 12px;
 text-transform: none;
 font-size: 1em;
 font-family: Helvetica, Arial, sans-serif;
 font-weight: bold;
}
#pageFooter .mod-heading {
 margin: 0 32px 0 0;
 border-bottom: 1px solid #cccccc;
}
#pageFooter .mod-heading .heading {
 margin-top: 15px;
 padding-bottom: 13px;
 text-transform: uppercase;
 font-size: 1.2em;
}
#pageFooter .highlight li { margin: 0 0 11px 0; }
#pageFooter .highlight a {
 font-weight: normal;
 color: #666666;
}
#pageFooter .cardbenefits .mod-heading {
 float: none;
 margin-top: 13px;
 border: none;
}
#pageFooter .cardbenefits .mod-heading .heading {
 text-transform: none;
 font-size: 1em;
 color: #333333;
}
#pageFooter .cardbenefits .card_benefits_lookup { width: auto; }
#pageFooter .social-lg li { float: left; }
#pageFooter .social-lg a {
 display: block;
 margin-left: 16px;
 width: 24px;
 height: 24px;
 text-indent: -1000em;
}
#pageFooter .social {
 padding-bottom: 0;
 width: 319px;
}
#pageFooter .social .mod-heading { margin-right: 0; }
#pageFooter .social .mod-content .heading { margin-bottom: 9px; }
#pageFooter .social .social-feed {
 margin-top: 15px;
 margin-right: 0;
 padding-bottom: 17px;
 width: 319px;
 border-bottom: 1px solid #cccccc;
}
#pageFooter .social .social-feed .logo {
 float: left;
 display: block;
 margin-right: 5px;
 width: 27px;
 height: 27px;
 background-image: url(../img/footer/social.gif);
 background-repeat: no-repeat;
}
#pageFooter .social .social-feed .feed-content {
 float: left;
 margin-top: 2px;
 width: 280px;
}
#pageFooter .social .social-feed #mc-fb .feed-content { width: 118px; }
#pageFooter .social .fb-lg { background-position: 0 0; }
#pageFooter .social .fb-feed {
 padding-top: 2px;
 background-position: 0 0;
}
#pageFooter .social .fb-feed iframe { min-height: 27px; }
#pageFooter .social .tw-lg { background-position: 0 -100px; }
#pageFooter .social .tw-feed .logo { background-position: 0 -56px; }
#pageFooter .social .twtr-hd { display: none !important; }
#pageFooter .social .twtr-avatar { display: none !important; }
#pageFooter .social .twtr-tweet-text { margin-left: 0 !important; }
#pageFooter .social .twtr-tweet-wrap { padding: 6px 0 !important; }
#pageFooter .social .yt-lg { background-position: 0 -200px; }
#pageFooter .social .yt-feed { border-bottom: 0; }
#pageFooter .social .yt-feed .logo { background-position: 0 -149px; }
#pageFooter .social .yt-feed .gsc-branding-youtube { display: none; }
#pageFooter .social .yt-feed a.thumb { padding-right: 16px; }
#pageFooter .social .yt-feed a.thumb img {
 width: 75px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
}
#pageFooter p { margin-bottom: 12px; }
.chrome #pageFooter form select { padding: 5px 5px 6px 5px; }
.chrome.mac #pageFooter form select { top: -1px; }
#globalFooter { background: #333333; }
#globalFooter .primary li { float: left; }
#globalFooter .secondary li { float: left; }
#globalFooter .eaccessibility {
 background: url("../img/footer/icon-TM-nb.png") repeat scroll 0 0 transparent;
 height: 30px;
 margin-top: -10px;
 text-indent: -9000px;
 width: 65px;
}
#globalFooter .primary li {
 float: left;
 margin-top: 5px;
}
#globalFooter .secondary li {
 float: left;
 margin-top: 5px;
}
#globalFooter .grid { padding: 12px 0; }
#globalFooter .grid ul { padding: 0; }
#globalFooter .module {
 margin: 0;
 padding: 0 16px;
 background-color: transparent;
}
#globalFooter a {
 display: block;
 margin-right: 15px;
}
#globalFooter .secondary {
 font-size: 0.8em;
 color: #ffffff;
}
#globalFooter a {
 font-size: 0.8em;
 color: #ffffff;
}
.col-1 { width: 80px; }
.col-2 { width: 160px; }
.col-3 { width: 240px; }
.col-4 { width: 320px; }
.col-5 { width: 400px; }
.col-6 { width: 480px; }
.col-7 { width: 560px; }
.col-8 { width: 640px; }
.col-9 { width: 720px; }
.col-10 { width: 800px; }
.col-11 { width: 880px; }
.col-12 {
 float: none;
 width: 960px;
}
.dark-button-gradient {
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
}
.alt-button-gradient {
 background: #f59e1c;
 background: -moz-linear-gradient(top, #ffa826, #df8806);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #ffa826), color-stop(0.9, #df8806));
}
.button {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
}
.lightbutton {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
 background: #ffffff;
 background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #e6e6e6), color-stop(0.9, #fefefe));
 color: #333333;
}
.half { width: 480px; }
.full { width: 960px; }
.hover { cursor: pointer; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italics { font-style: italic; }
.centered { text-align: center; }
.nested_list {
 padding-left: 40px;
 padding-bottom: 10px;
 list-style-type: lower-alpha;
}
.numbered {
 padding-left: 50px;
 list-style-type: decimal;
 margin-bottom: 1.5em;
}
.numbered li { padding: 0.5em 0; }
.module a { text-decoration: underline; }
.module .heading a { text-decoration: none; }
.button a { text-decoration: none; }
a.button { text-decoration: none; }
.tab-control a { text-decoration: none; }
.highlight a {
 padding: 0 0 0 15px;
 background: url(../img/global/toutctaarrow_all.png) no-repeat scroll 0 3px transparent;
 text-decoration: none;
 color: #333333;
}
.highlight a:hover { text-decoration: underline; }
.cta a {
 padding: 0 0 0 15px;
 background: url(../img/global/arrows.png) no-repeat 0 3px;
 text-decoration: none;
 color: #333333;
}
.cta a:hover { text-decoration: underline; }
.cta a { background-position: 0 5px; }
.mod-yellow .cta a {
 background-position: 0 -644px;
 color: #ffffff;
}
ul.highlight li {
 background: url(../img/global/arrows.png) no-repeat 0 5px;
 text-decoration: none;
}
.mod-heading .highlight a { padding-right: 13px; }
#pageFooter ul.highlight li { padding-right: 13px; }
.mod-dark .highlight a {
 background-position: 100% -697px;
 color: #ffffff;
}
.mod-heading .highlight a {
 background-position: 100% -697px;
 color: #ffffff;
}
.mod-dark ul.highlight li {
 background-position: 100% -697px;
 color: #ffffff;
}
.mod-dark p.highlight a { background-position: 0 -697px; }
.mod-heading .highlight a { background-position: 100% -37px; }
#pageFooter ul.highlight li { background-position: 0 -496px; }
#pageFooter .highlight a {
 background-position: 0 -495px;
 color: #888888;
}
.highlight a { padding: 0 0 0 15px; }
.cta a { padding: 0 0 0 15px; }
ul.highlight li { padding: 0 0 0 15px; }
.mod-dark ul.highlight li { background-position: 0 -37px; }
ul.highlight li a {
 padding: 0;
 background-image: none;
}
.col-1 { width: 80px; }
.col-2 { width: 160px; }
.col-3 { width: 240px; }
.col-4 { width: 320px; }
.col-5 { width: 400px; }
.col-6 { width: 480px; }
.col-7 { width: 560px; }
.col-8 { width: 640px; }
.col-9 { width: 720px; }
.col-10 { width: 800px; }
.col-11 { width: 880px; }
.col-12 {
 float: none;
 width: 960px;
}
.dark-button-gradient {
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
}
.alt-button-gradient {
 background: #f59e1c;
 background: -moz-linear-gradient(top, #ffa826, #df8806);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #ffa826), color-stop(0.9, #df8806));
}
.button {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
}
.lightbutton {
 padding: 7px 10px;
 border: 1px solid rgba(168, 168, 168, 0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 background: #474747;
 background: -moz-linear-gradient(top, #515151, #3d3d3d);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #515151), color-stop(0.9, #3d3d3d));
 font-weight: bold;
 color: #ffffff;
 background: #ffffff;
 background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #e6e6e6), color-stop(0.9, #fefefe));
 color: #333333;
}
.half { width: 480px; }
.full { width: 960px; }
.hover { cursor: pointer; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italics { font-style: italic; }
.centered { text-align: center; }
.nested_list {
 padding-left: 40px;
 padding-bottom: 10px;
 list-style-type: lower-alpha;
}
.numbered {
 padding-left: 50px;
 list-style-type: decimal;
 margin-bottom: 1.5em;
}
.numbered li { padding: 0.5em 0; }
.scroller {
 overflow: hidden;
 padding-bottom: 0 !important;
}
.head-side .enabler {
 float: left;
 width: 320px;
}
.head-top .scroller {
 -moz-border-radius: 0 0 5px 5px;
 -webkit-border-radius: 0 0 5px 5px;
 -o-border-radius: 0 0 5px 5px;
 border-radius: 0 0 5px 5px;
}
.head-top .scroller .jspTrack {
 -moz-border-radius: 0 0 5px 5px;
 -webkit-border-radius: 0 0 5px 5px;
 -o-border-radius: 0 0 5px 5px;
 border-radius: 0 0 5px 5px;
}
.head-side .scroller {
 -moz-border-radius: 0 5px 5px 0;
 -webkit-border-radius: 0 5px 5px 0;
 -o-border-radius: 0 5px 5px 0;
 border-radius: 0 5px 5px 0;
}
.head-side .scroller.jspTrack {
 -moz-border-radius: 0 5px 5px 0;
 -webkit-border-radius: 0 5px 5px 0;
 -o-border-radius: 0 5px 5px 0;
 border-radius: 0 5px 5px 0;
}
.jspContainer {
 overflow: hidden;
 position: relative;
 padding-bottom: 33px;
}
.jspPane { position: absolute; }
.jspVerticalBar {
 position: absolute;
 top: 0;
 right: 0;
 width: 16px;
 height: 100%;
 background: red;
}
.jspHorizontalBar {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 border-top: 1px solid #cccccc;
 background: #ffffff;
}
.mod-dark .jspHorizontalBar {
 border-color: #ffffff;
 background: #333333;
}
.jspVerticalBar * {
 margin: 0;
 padding: 0;
}
.jspHorizontalBar * {
 margin: 0;
 padding: 0;
}
.jspCap { display: none; }
.jspTrack {
 background: #ffffff;
 padding: 8px 0;
 position: relative;
}
.mod-dark .jspTrack { background: #333333; }
.jspDrag {
 background: #bbbbdd;
 position: relative;
 top: 0;
 left: 0;
 height: 15px;
 cursor: pointer;
 background-color: #ff9900;
}
.jspHorizontalBar .jspTrack { float: left; }
.jspHorizontalBar .jspDrag { float: left; }
.jspHorizontalBar .jspCap {
 float: left;
 display: block;
 height: 15px;
 width: 16px;
}
.jspHorizontalBar .jspArrow {
 float: left;
 width: 16px;
 height: 100%;
}
.jspArrow {
 background: #50506d;
 text-indent: -20000px;
 display: block;
 cursor: pointer;
}
.jspArrow.jspDisabled {
 cursor: default;
 background: #80808d;
}
.jspVerticalBar .jspArrow { height: 16px; }
.jspVerticalBar .jspArrow:focus { outline: none; }
.jspCorner {
 background: #eeeef4;
 float: left;
 height: 100%;
}
.mod-list li { margin-top: 15px; }
.mod-list li ul li { margin-top: 2px; }
.form_field { margin: 10px 0 20px 0; }
.form_field input { margin-top: 5px; }
.form_field textarea {
 width: 400px;
 height: 100px;
 margin-bottom: 15px;
}
.form_title {
 font-weight: bold;
 color: #666666;
}
.form_field_border {
 height: 19px;
 width: 200px;
}
#getintouch { margin: 25px; }


#content ol.numlist {
 margin: 0 0 10px 5px;
 padding-left: 10px;
 list-style: decimal;
}
#content ol.numlist ol {
 margin: 0 0 0px 5px;
 padding-left: 0px;
 list-style: none;
}
/* Paris--- NUEVO---*/
 .bgxborder{
	background: #000 url(../../_assets/border.jpg) center 80px no-repeat;
	padding-top:80px;
}
#xborder{
	width: 1440px;
	margin: auto;
	position: relative;
}
#xborder h1{
	margin: 134px 0 25px 87px;
	color: #f59a41;
	text-transform: uppercase;
	font-size: 30px;
	font-family: "DIN Next W01 Regular", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
#xborder h1 strong{
	font-family: "DIN Next W02 Bold", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
#xborder p{
	color: #fff;
	font-family: "DIN Next W01 Regular", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
#xborder p.mainp{
	margin: 0px 0 25px 87px;
	font-size: 18px;
	width: 540px;
}
#xborder p a{
	text-decoration: none;
}
#ny{
	background: url(../../_assets/bg-ny.png) no-repeat;
	width:497px;
	height:137px;
	position: relative;
	float: left;
	font-size: 16px;
}
#londres{
	background: url(../../_assets/bg-londres.png) no-repeat;
	width:471px;
	height:137px;
	position: relative;
	float: left;
	font-size: 16px;
}
#ny .question, #londres .question{
	position: absolute;
	top: 27px;
}
#ny .question{
	left: 98px;
	
}
#londres .question{
	left: 78px;

}
#ny .reponse, #londres .reponse{
	position: absolute;
	top: 62px;
	text-align: center;
		height: 52px;
}
#ny .reponse{
	left: 96px;
	width: 326px;
	padding: 12px 30px 0;
	
}
#ny .reponse a{
	color: #ff9c00;
}
#londres .reponse{
	left: 77px;
	width: 316px;
	padding: 12px 35px 0;
}
#londres .reponse a{
	color: #e91c2c;
}
#xborder p.ml{
	clear: left;
	margin: 176px 0 0px 28px;
	font-size: 11px;
}
#xborder p.ml a{
	text-decoration: none;
	color: #fff;
}


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
 #getintouch { margin: 25px; }

/* Localized */