@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    margin: 0%;
    padding: 0%;
    font-size: 100%;
	line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url('../images/atcskin_bg01.jpg');
    background-repeat: no-repeat;
    background-position: center 60px;
    background-color: #BFE1FD;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--| Short ATC |--*/
@font-face {
       /* font-family: 'Futura';
       /* src:  url('/seo/fonts/fuc_____-webfont.eot'); /* IE9 Compat Modes */
       /* src:  url('/seo/fonts/fuc_____-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  
       /*       url('/seo/fonts/fuc_____-webfont.woff') format('woff'), /* Modern Browsers */  
       /*       url('/seo/fonts/fuc_____-webfont.ttf') format('truetype'), /* Safari, Android, iOS */  
       /*       url('/seo/fonts/fuc_____-webfont.svg#Futura') format('svg'); /* Legacy iOS */
       
font-family: 'Futura';
    src: url('../fonts/futuramc-webfont.eot');
    src: url('../fonts/futuramc-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futuramc-webfont.woff') format('woff'),
         url('../fonts/futuramc-webfont.ttf') format('truetype'),
         url('../fonts/futuramc-webfont.svg#FuturaMedium') format('svg'); 
    font-weight: normal;
    font-style: normal;
}

/*--| Quick Classes |--*/
.red 
{
    border: 1px solid #f00 !important;
}
.blue 
{
    color: #001eff;
}
.leftii 
{
    float: left;
}
.rightii 
{
    float: right;
}
.clearIt 
{
    clear: both;
    display: block;
}
/*--| NEW clearIt |--*/
.clearfix:after
{
    content: "";
    display: table;
    clear: both;
}
.boldIt 
{
    font-weight: bold;
}
.block 
{
    margin: 0px;
    padding: 0px;
    display: block;
}
.strikeIt 
{
    text-decoration: line-through;
}
.italIt 
{
    font-style: italic;
}
.centerIt
{
    margin: 0px auto;
    text-align: center;
}
.hide-mii
{
    margin: 0px;
    padding: 0px;
    width: 1px;
    height: 1px;
    opacity: 0.1;
    display: block;
}
/*--| Primary Styles |--*/
img
{
    max-width: 100%;
}
div.container
{
    margin: 0%;
    padding: 0%;
    width: 100%;
}
header
{
    margin: 0%;
    padding: 0%;
    width: 100%;
    background-color: #BFE1FD;
    border-bottom: 2px solid #8CB4D2;
    height: 65px;
    display: block;
}
section.inner-header
{
    margin: 0% auto;
    padding: 0%;
    max-width: 945px;
    display: block;
}
section.inner-header figure.fig-l
{
    margin: 7px 0% 0% 0%;
    padding: 0%;
    width: 30%;
    float: left;
}
section.inner-header figure.fig-l figcaption
{
    margin: 0%;
    padding: 0%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #0e3575;
    display: block;
}
section.inner-header figure.fig-l figcaption a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #0e3575;
    text-decoration: none;
}
section.inner-header figure.fig-l figcaption a:hover
{
    cursor: default;
}
section.inner-header figure.fig-r
{
    margin: 5px 0% 0% 0%;
    padding: 0%;
    width: 33%;
    float: right;
}
div.bg-sheild
{
    margin: 0% auto;
    padding: 0%;
    max-width: 945px;
    position: relative;
    display: block;
}
div.bg-sheild img
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-height: 120px;
    display: block;
}
div.inner-container
{
    margin: 0% auto;
    /*margin: 9% auto 0% auto;*/
    padding: 20px;
    max-width: 905px;
    min-height: 300px;
    background-color: #618aaa;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: block;
}
div.inner-container section.inner
{
    margin: 0% auto;
    padding: 0%;
    width: 100%;
    min-height: 100px;
    display: block;
}
form
{
    margin: 0%;
    padding: 0%;
    width: 100%;
    display: block;
}
section.bg-white
{
    margin: 0%;
    padding: 0%;
    width: 100%;
    background-color: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: block;
}
section.mid-section
{
    margin: 0%;
    padding: 0%;
    width: 100%;
    background-color: none;
    display: block;
}
div.inner-container section.inner section.l-side-top
{
    margin: 0%;
    padding: 2%;
    width: 59%;
    min-height: 100px;
    float: left;
    background-color: #fff;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}
h1
{
    margin: 0%;
    padding: 0%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 100%;
    color: #044076;
    display: block;
}
h2
{
    margin: 1% 0% 0% 0%;
    padding: 0%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 19px;
    line-height: 127%;
    color: #054278;
}
h3
{
    margin: 1% 0% 0% 0%;
    padding: 0%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 127%;
    color: #054278;
}
p
{
    margin: 2% 0% 0% 0%;
    padding: 0%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 160%;
    color: #595959;
}
section.product-shell
{
    margin: 0% auto;
    padding: 0%;
    width: 53%;
    height: 1px;
    border: 1px solid #fff;
    position: static;
    display: block;
}
section.product-shell section.prod-inner
{
    margin: -90px 0% 0% 159%;
    padding: 0% 0% 0% 5%;
    width: 100%;
    max-width: 285px;
    max-height: 300px;
    position: relative;
}
section.product-shell img.product
{
    margin: 0%;
    padding: 0%;
    width: 100%;
    max-width: 283px;
    position: relative;
    top: 0px;
    right: 0%;
}
section.product-shell img.post-it
{
    margin: 0%;
    padding: 0%;
    width: 62%;
    position: relative;
    z-index: 3;
}
section.product-shell img.seal
{
    margin: 0%;
    padding: 0%;
    width: 34%;
    position: relative;
    z-index: 4;
}
section.select-ddl
{
    margin: 0%;
    padding: 0%;
    width: 100%;
    display: block;
    position: relative;
    z-index: 10;
}
section.select-ddl label
{
    margin: -5% 0% 2% 0%;
    padding: 0%;
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #06447a;
    display: block;
}
section.select-ddl select
{
    margin: 0% auto 0% auto;
    padding: 3px;
    width: 100%;
    max-width: 70%;
    height: 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 100%;
    color: #06447a;
    border: 1px solid #06447a;
    background-color:#fff;
    display: block;
}
div.inner-container section.inner section.r-side
{
    margin: 0%;
    padding: 0%;
    width: 35%;
    min-height: 100px;
    float: right;
}
.below-txt
{
    display: inline;
}
.above-txt
{
    display: none;
}
div.inner-container section.inner section.cart
{
    margin: 0%;
    padding: 0% 0% 0% 0%;
    width: 63%;
    min-height: 100px;
    float: left;
    background-color: #fff;
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.sep
{
    margin: 0% 0% 2.5% 0%;
    padding: 0%;
}
section.lbl-shell
{
    margin: 0%;
    padding: 10px 0% 0% 0%;
    width: 27%;
    height: 15px;
    text-align: right;
    float: left;
}
section.lbl-shell label
{
    margin: 0%;
    padding: 0% 0% 0% 0%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 90%;
    color: #06447A;
    vertical-align: bottom;
}
input[type="text"]
{
    margin: 0% 0% 0% 2%;
    padding: 3px;
    width: 44%;
    height: 20px;
    font-weight: bold;
    border: 1px solid #06447A;
    color: #06447A;
    float: left;
}
section.expiration-shell
{
    margin: 0% 0% 0% 2%;
    padding: 0%;
    width: 44%;
    height: 25px;
    font-weight: bold;
    float: left;
}
section.expiration-shell select
{
    margin: 0% 5% 0% 0%;
    padding: 3px;
    width: 40%;
    height: 28px;
    font-weight: bold;
    border: 1px solid #06447A;
    color: #06447A;
    float: left;
}
input[type="tel"]
{
    margin: 0% 0% 0% 2%;
    padding: 3px;
    width: 44%;
    height: 20px;
    font-weight: bold;
    border: 1px solid #06447A;
    color: #06447A;
    float: left;
}
input[type="email"]
{
    margin: 0% 0% 0% 2%;
    padding: 3px;
    width: 44%;
    height: 20px;
    font-weight: bold;
    border: 1px solid #06447A;
    color: #06447A;
    position: relative;
    float: left;
}
select.shipping
{
    margin: 0% 0% 0% 2%;
    padding: 3px;
    width: 45.5%;
    height: 28px;
    font-weight: bold;
    border: 1px solid #06447A;
    color: #06447A;
    float: left;
}
fieldset.personal
{
    margin: 0%;
    padding: 0%;
    border: none;
}
fieldset.personal legend
{
    margin: 0% 0% 2.5% 0%;
    padding: 1.5% 0% 1.5% 10%;
    width: 90%;
    background-color: #044076;
    background-image: url(../images/icon-1.png);
    background-repeat: no-repeat;
    background-position: 4% 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 110%;
    color: #fff;
}
fieldset.shipping
{
    margin: 0%;
    padding: 0%;
    border: none;
}
fieldset.shipping legend
{
    margin: 0% 0% 2.5% 0%;
    padding: 1.5% 0% 1.5% 10%;
    width: 90%;
    background-color: #044076;
    background-image: url(../images/icon-2.png);
    background-repeat: no-repeat;
    background-position: 4% 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 110%;
    color: #fff;
}
fieldset.payment
{
    margin: 0%;
    padding: 0%;
    border: none;
}
fieldset.payment legend
{
    margin: 0% 0% 2.5% 0%;
    padding: 1.5% 0% 1.5% 10%;
    width: 90%;
    background-color: #044076;
    background-image: url(../images/icon-3.png);
    background-repeat: no-repeat;
    background-position: 4% 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 110%;
    color: #fff;
}
p.bill-query
{
    margin: 0% 0% 2% 3%;
    padding: 0% 0% 0% 0%;
    width: 97%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 90%;
    color: #06447A;
    display: block;
}
section.radio-shell
{
    margin: 0% 0% 0% 2%;
    padding: 3px;
    width: 44%;
    height: 20px;
    font-weight: normal;
    color: #06447A;
    float: left;
}
a.ccv-msg
{
    margin: 1% 0% 0% 2%;
    padding: 0%;
    width: 15%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 90%;
    color: #06447A;
    float: left;
}
img.icon-credit-0
{
    margin: 0%;
    padding: 0%;
    width: 20%;
    display: none;
}
img.icon-credit-card
{
    margin: 1% 0% 0% 2%;
    padding: 0%;
    max-width: 17%;
    float: left;
}
input.ccv-input
{
    width: 16%;
}
input.zip-input
{
    width: 16%;
}
img.icon-lock-0
{
    margin: 1% 0% 0% 2%;
    padding: 0%;
    max-width: 4%;
    display: none;
}
img.icon-lock
{
    margin: 1% 0% 0% 2%;
    padding: 0%;
    max-width: 4%;
    float: left;
}
.line-break-top
{
    display: inline;
}
.line-break
{
    display: block;
}
.line-break-rapid
{
    display: block;
}
.line-break-customer
{
    display: block;
}
section.bottom-msg p
{
    margin: 2% 0% 0% 0%;
    padding: 0% 0% 0% 29%;
    width: 71%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
    color: #595959;
}
section.cta-shell
{
    margin: 0%;
    padding: 7% 0% 0% 0%;
    width: 100%;
    display: block;
}
input[type="image"]
{
    margin: 0% 0% 0% 29%;
    width: 45%;
    padding: 0%;
    float: left;
}
section.secure-shell
{
    margin: 0% 3% 0% 0%;
    width: 18%;
    padding: 0%;
    float: right;
}
section.bill-info
{
    margin: 0%;
    padding: 0%;
    width: 100%;
    display: block;
}
h5
{
    margin: 0%;
    padding: 1% 0% 0% 0%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 110%;
    color: #06447A;
}
div.inner-container section.inner section.r-side-bottom
{
    margin: 2% 0% 0% 0%;
    padding: 2%;
    width: 31%;
    min-height: 100px;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    float: right;
}
section.r-side-bottom h2
{
    margin: 0% 0% 0% 0%;
    padding: 0%;
    width: 100%;
    font-family: 'Arial Black', Gadget, sans-serif;
    font-size: 153%;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
    color: #054278;
    display: block;
}
section.r-side-bottom ul
{
    margin: 5% 0% 0% 0%;
    padding: 0%;
    width: 100%;
    display: block;
}
section.r-side-bottom ul li
{
    margin: 0% 0% 5% 0%;
    padding: 0% 0% 0% 7%;
    width: 93%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 100%;
    color: #06447A;
    line-height: 126%;
    background-image: url(../images/check.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: block;
}
section.program-shell
{
    margin: 0% auto;
    padding: 0%;
    width: 55%;
    height: 1px;
    display: block;
    border: 1px solid #fff;
}
section.program-shell p
{
    margin: -50% 0% 0% 146%;
    padding: 0%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 100%;
    color: #fff;
    text-align: justify;
    line-height: 126%;
    display: block;
    position: relative;
}
.line-break-r
{
    display: inline;
}
.line-break-program
{
    margin: 0% 0% 2% 0%;
    font-weight: bold;
    font-size: 96%;
    text-align: left;
    display: block;
}
section.r-side section.prod-box
{
    margin: 0%;
    padding: 50% 0%;
    width: 100%;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: block;
}
footer
{
    margin: 0% auto;
    padding: 0%;
    max-width: 945px;
    display: block;
}
footer nav
{
    margin: 3% auto;
    padding: 0%;
    max-width: 945px;
    display: block;
    font-size: 75%;
    color: #06447A;
    text-align: center;
}
footer section.customer-strip
{
    margin: 0% auto;
    padding: 0%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    line-height: 126%;
    color: #06447A;
    display: block;
}
footer section.customer-strip section.third
{
    margin: 0%;
    padding: 0% 2%;
    width: 29%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    line-height: 126%;
    color: #06447A;
    float: left;
}
footer section.customer-strip section.third-0
{
    margin: 0%;
    padding: 0% 2%;
    width: 29%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    line-height: 126%;
    color: #06447A;
    float: left;
    border-left: 1px solid #06447A;
    border-right: 1px solid #06447A;
}
footer section.customer-strip section.third img
{
    margin: 0% 2% 0% 0%;
    padding: 0%;
    width: 32%;
    float: left;
}
footer section.customer-strip section.third-0 img
{
    margin: 1% 2% 0% 0%;
    padding: 0%;
    width: 32%;
    float: left;
}
footer section.customer-strip section.third p
{
    margin: 0%;
    padding: 0%;
    width: 64%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 132%;
    line-height: 145%;
    color: #06447A;
    float: left;
}
footer section.customer-strip section.third-0 p
{
    margin: 0%;
    padding: 0%;
    width: 64%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 132%;
    line-height: 145%;
    color: #06447A;
    float: left;
}
footer section.customer-strip section.third p.p0
{
    margin: 4% 0% 0% 0%;
    padding: 0%;
}
footer section.customer-strip section.third-0 p.p1
{
    margin: 4% 0% 0% 0%;
    padding: 0%;
}
footer section.customer-strip section.third p.p2
{
    margin: 7% 0% 0% 0%;
    padding: 0%;
}
footer nav a
{
    margin: 0%;
    padding: 0%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #06447A;
    line-height: 126%;
}
footer p.copyright
{
    margin: 3% auto;
    padding: 0%;
    max-width: 76%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 65%;
    color: #06447A;
    text-align: center;
    line-height: 126%;
}
.sides-mini
{
    margin: 0% .5%;
    padding: 0%;
}
.num-break
{
    display: inline;
}
.lower-anchors
{
    color: #fff;
    text-decoration: none;
}
.lower-anchors0
{
    color: #fff;
}
.base-num-br {
    display: block;
}
/*--| Validation |--*/
section.valid-shell
{
    margin: 0% auto 3% auto;
    padding: 2%;
    width: 85%;
    border: 2px solid #f00;
    background-color: #FFFFCC;
	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
}
section.valid-shell img
{
    margin: 0% 2% 0% 0%;
    padding: 0%;
    min-width: 1%;
    max-width: 10%;
    float: left;
}
section.valid-shell p
{
    margin: 0% 0% 0% 0%;
    padding: 0%;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
	line-height: 16px;
}
.blue-text
{
    color: #091eea !important;
    font-weight: bold !important;
}
.red-text
{
    color: #f00 !important;
}
.warningR { font-weight: bold; color: #f00; font-family: Arial, Helvetica, sans-serif; }
.warningB { font-weight: bold; color: blue; font-family: Arial, Helvetica, sans-Serif; }
/*--| END Validation |--*/

/*--| Drawer |--*/
section.hot-spot-shell {
    margin: 0 auto 0% auto;
    padding: 0%;
    width: 99%;
    max-width: 980px;
    height: 1px;
    position: relative;
    top: 0%;
    left: 0%;
}
section.hot-spot-shell img {
    margin: 0% auto 0% auto;
    padding: 0%;
    width: 13%;
    max-height: 40px;
    position: relative;
    top: -65px;
    left: 22%;
}
section.hot-spot-shell img:hover {
    cursor: pointer;
}
section.gdn-drawer {
    margin: 0% 0% 2% 0%;
    padding: 3%;
    width: 94%;
    background-color: #fff;
    position: relative;
    z-index: 7;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    border: 1px solid #1150b9;
    display: none;
}
section.x-it-shell {
    margin: 0%;
    padding: 0%;
    width: 100%;
    height: 1px;
    z-index: 10;
    position: relative;
}
section.x-it-shell img.x-it {
    margin: -4% -4% 0% 0%;
    padding: 0%;
    width: 5%;
    float: right;
    position: relative;
}
section.x-it-shell img.x-it:hover {
    cursor: pointer;
}
section.gdn-drawer h2 {
    margin: 0%;
    padding: 0% 0% 3% 0%;
    width: 100%;
    font-family: 'Futura', sans-serif;
    font-size: 30px;
    color: #1150b9;
    line-height: 100%;
    font-weight: normal;
    display: block;
}
section.gdn-drawer p {
    margin: 0%;
    padding: 0% 0% 2% 0%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 77%;
    color: #3f3f3f;
    line-height: 162%;
    font-weight: normal;
    display: block;
}
.lead-txt {
    font-weight: bold;
    display: block;
}
/*--| END Drawer |--*/
p.gdn-mention {
    margin: 0 auto;
    padding: 4% 0 0 0;
    width: 90%;
    color: #06447A;
    text-align: center;
    line-height: 110%;
    display: block;
}
p.m-msg {
    margin: 0 auto;
    padding: 2%;
    width: 96%;
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #06447A;
    text-align: center;
}
/*--| COOP: Adjacent Swap |--*/
.adj {
    display: inline;
}
.b-low {
    display: none;
}
/*--| END COOP: Adjacent Swap |--*/

/*--| New Enhancemnets |--*/
/*--| Enhancements |--*/
div.inner-container section.inner section.special-offer {
    margin: 2% 0% 0% 0%;
    padding: 0%;
    width: 100%;
    min-height: 1px;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    float: none;
    display: none;
}
section.special-offer ul li {
    margin: 0% 0% 2% 0%;
    padding: 0% 0% 0% 7%;
    width: 93%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 85%;
    color: #06447A;
    line-height: 126%;
    background-image: url(../images/check.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: block;
}
section.m-accord {
    margin: 3% auto 0% auto;
    padding: 0%;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    display: none;
}
section.m-accord p {
    margin: 2% 0% 0% 0%;
    padding: 0%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 160%;
    color: #595959;
}
section.accord0, section.accord1,
section.accord2, section.accord3 {
    margin: 0%;
    padding: 2%;
    width: 96%;
    background-color: #e2e2e2;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    display: block;
}
section.accord0:hover, section.accord1:hover,
section.accord2:hover, section.accord3:hover {
    cursor: pointer;
}
img.critic {
    margin: 0% 0% 0% 0%;
    padding: 0%;
    width: 100%;
    max-width: 150px;
    vertical-align: middle;
    float: left;
}
img.vert {
    margin: 1% 0% 0% 0%;
    padding: 0%;
    width: 100%;
    max-width: 30px;
    vertical-align: middle;
    float: right;
}
section.m-sec0, section.m-sec1,
section.m-sec2, section.m-sec3 {
    margin: 0%;
    padding: 2%;
    width: 96%;
    border-top: 1px solid #ccc;
    display: none;
}
section.m-sec0 {
    display: block;
}
section.m-sec3 {
    margin: 0%;
    padding: 2%;
    width: 95.8%;
}
@media only screen and (max-width:945px)
{
    body {
        background-position: center 60px;
        background-size: 130%;
    }
    div.bg-sheild
    {
        display: none;
    }
    div.inner-container
    {
        margin: 12% auto 0% auto;
    }
}
@media only screen and (max-width:925px)
{
    section.bg-white
    {
        background-color: #fff;
    }
}
/*--| In Between |--*/
@media only screen and (max-width:915px)
{
    section.inner-header figure.fig-l
    {
        margin: 7px 0% 0% 0%;
        padding: 0%;
        width: 50%;
        float: left;
    }
    section.inner-header figure.fig-l img
    {
        width: 60%;
    }
    section.inner-header figure.fig-l figcaption
    {
        margin: 0%;
        padding: 0%;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 90%;
        font-weight: bold;
        color: #0e3575;
        display: block;
    }
    h1
    {
        margin: 0%;
        padding: 0%;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 39px;
        line-height: 100%;
        color: #044076;
        display: block;
    }
    h2
    {
        margin: 1% 0% 0% 0%;
        padding: 0%;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 16px;
        line-height: 127%;
        color: #054278;
    }
    h3
    {
        margin: 1% 0% 0% 0%;
        padding: 0%;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 127%;
        color: #054278;
    }
    section.product-shell section.prod-inner
    {
        margin: -74px 0% 0% 148%;
        padding: 0% 0% 0% 5%;
        width: 110%;
        max-width: 285px;
        max-height: 300px;
        position: relative;
    }
    section.r-side-bottom h2 {
        margin: 0% 0% 0% 0%;
        padding: 0%;
        width: 100%;
        font-family: 'Arial Black', Gadget, sans-serif;
        font-size: 116%;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 100%;
        color: #054278;
        display: block;
    }
    section.r-side-bottom ul li {
        margin: 0% 0% 5% 0%;
        padding: 0% 0% 0% 7%;
        width: 93%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 85%;
        color: #06447A;
        line-height: 126%;
        background-image: url(../images/check.gif);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        display: block;
    }
    /*--| CART |--*/
    p.bill-query {
        margin: 0% 0% 2% 3%;
        padding: 0% 0% 0% 0%;
        width: 97%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 84%;
        color: #06447A;
        display: block;
    }
    a.ccv-msg {
        margin: 1% 0% 0% 2%;
        padding: 0%;
        width: 20%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 90%;
        color: #06447A;
        float: left;
    }
    section.bottom-msg p.rapid-msg0 {
        margin: 2% 0% 0% 0%;
        padding: 0% 19% 0% 29%;
        width: 70%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 12px;
        line-height: 140%;
        color: #595959;
    }
    .line-break-rapid
    {
        display: inline;
    }
    section.program-shell p {
        margin: -70% 0% 0% 146%;
        padding: 0%;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 94%;
        color: #fff;
        text-align: justify;
        line-height: 126%;
        display: block;
        position: relative;
    }
    /*--| END CART |--*/
    footer section.customer-strip section.third
    {
        margin: 0%;
        padding: 0% 1%;
        width: 31%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 75%;
        line-height: 126%;
        color: #06447A;
        float: left;
    }
    footer section.customer-strip section.third-0
    {
        margin: 0%;
        padding: 0% 1%;
        width: 31%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 75%;
        line-height: 126%;
        color: #06447A;
        float: left;
        border-left: 1px solid #06447A;
        border-right: 1px solid #06447A;
    }
    footer section.customer-strip section.third img
    {
        margin: 0% 2% 0% 0%;
        padding: 0%;
        width: 30%;
        float: left;
    }
    footer section.customer-strip section.third-0 img
    {
        margin: 1% 2% 0% 0%;
        padding: 0%;
        width: 30%;
        float: left;
    }
    footer section.customer-strip section.third p
    {
        margin: 0%;
        padding: 0%;
        width: 66%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 132%;
        line-height: 145%;
        color: #06447A;
        float: left;
    }
    footer section.customer-strip section.third-0 p
    {
        margin: 0%;
        padding: 0%;
        width: 66%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 132%;
        line-height: 145%;
        color: #06447A;
        float: left;
    }
    footer section.customer-strip section.third p.p0
    {
        margin: 4% 0% 0% 0%;
        padding: 0%;
    }
    footer section.customer-strip section.third-0 p.p1
    {
        margin: 4% 0% 0% 0%;
        padding: 0%;
    }
    footer section.customer-strip section.third p.p2
    {
        margin: 7% 0% 0% 0%;
        padding: 0%;
    }
    .line-break-customer
    {
        display: inline;
    }
    footer p.copyright
    {
        margin: 3% auto;
        padding: 0%;
        max-width: 85%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 65%;
        color: #06447A;
        text-align: center;
        line-height: 126%;
    }
}
/*--| Inbetween |--*/
@media only screen and (max-width: 877px)
{
    .base-num-br {
        display: inline;
    }
}
/*--| iPad |--*/
@media only screen and (max-width:780px)
{
    section.inner-header figure.fig-l
    {
        margin: 7px 0% 0% 0%;
        padding: 0%;
        width: 50%;
        float: left;
    }
    section.inner-header figure.fig-l img
    {
        width: 60%;
    }
    section.inner-header figure.fig-l figcaption
    {
        margin: 0%;
        padding: 0%;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 90%;
        font-weight: bold;
        color: #0e3575;
        display: block;
    }
    h1
    {
        margin: 0%;
        padding: 0%;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 35px;
        line-height: 100%;
        color: #044076;
        display: block;
    }
    h2
    {
        margin: 1% 0% 0% 0%;
        padding: 0%;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 15px;
        line-height: 127%;
        color: #054278;
    }
    h3
    {
        margin: 1% 0% 0% 0%;
        padding: 0%;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: normal;
        line-height: 127%;
        color: #054278;
    }
    p
    {
        margin: 2% 0% 0% 0%;
        padding: 0%;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 12px;
        line-height: 160%;
        color: #595959;
    }
    section.product-shell section.prod-inner
    {
        margin: -33px 0% 0% 148%;
        padding: 0% 0% 0% 5%;
        width: 110%;
        max-width: 285px;
        max-height: 300px;
        position: relative;
    }
    section.r-side-bottom h2 {
        margin: 0% 0% 0% 0%;
        padding: 0%;
        width: 100%;
        font-family: 'Arial Black', Gadget, sans-serif;
        font-size: 116%;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 100%;
        color: #054278;
        display: block;
    }
    section.r-side-bottom ul li {
        margin: 0% 0% 5% 0%;
        padding: 0% 0% 0% 7%;
        width: 93%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 85%;
        color: #06447A;
        line-height: 126%;
        background-image: url(../images/check.gif);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        display: block;
    }
    /*--| CART |--*/
    p.bill-query {
        margin: 0% 0% 2% 3%;
        padding: 0% 0% 0% 0%;
        width: 97%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 84%;
        color: #06447A;
        display: block;
    }
    a.ccv-msg {
        margin: 1% 0% 0% 2%;
        padding: 0%;
        width: 20%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 90%;
        color: #06447A;
        float: left;
    }
    section.bottom-msg p.rapid-msg0 {
        margin: 2% 0% 0% 0%;
        padding: 0% 0% 0% 29%;
        width: 70%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 12px;
        line-height: 140%;
        color: #595959;
    }
    .line-break-rapid
    {
        display: inline;
    }
    section.program-shell p {
        margin: -77% 0% 0% 146%;
        padding: 0%;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 94%;
        color: #fff;
        text-align: justify;
        line-height: 126%;
        display: block;
        position: relative;
    }
    /*--| END CART |--*/
    footer section.customer-strip section.third
    {
        margin: 0%;
        padding: 0% 1%;
        width: 31%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 75%;
        line-height: 126%;
        color: #06447A;
        float: left;
    }
    footer section.customer-strip section.third-0
    {
        margin: 0%;
        padding: 0% 1%;
        width: 31%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 75%;
        line-height: 126%;
        color: #06447A;
        float: left;
        border-left: 1px solid #06447A;
        border-right: 1px solid #06447A;
    }
    footer section.customer-strip section.third img
    {
        margin: 0% 2% 0% 0%;
        padding: 0%;
        width: 30%;
        float: left;
    }
    footer section.customer-strip section.third-0 img
    {
        margin: 1% 2% 0% 0%;
        padding: 0%;
        width: 30%;
        float: left;
    }
    footer section.customer-strip section.third p
    {
        margin: 0%;
        padding: 0%;
        width: 66%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 132%;
        line-height: 145%;
        color: #06447A;
        float: left;
    }
    footer section.customer-strip section.third-0 p
    {
        margin: 0%;
        padding: 0%;
        width: 66%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 132%;
        line-height: 145%;
        color: #06447A;
        float: left;
    }
    footer section.customer-strip section.third p.p0
    {
        margin: 4% 0% 0% 0%;
        padding: 0%;
    }
    footer section.customer-strip section.third-0 p.p1
    {
        margin: 4% 0% 0% 0%;
        padding: 0%;
    }
    footer section.customer-strip section.third p.p2
    {
        margin: 7% 0% 0% 0%;
        padding: 0%;
    }
    .line-break-customer
    {
        display: inline;
    }
    footer p.copyright
    {
        margin: 3% auto;
        padding: 0%;
        max-width: 85%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 65%;
        color: #06447A;
        text-align: center;
        line-height: 126%;
    }
}
@media only screen and (max-width: 757px)
{
    div.inner-container
    {
        padding: 15px;
    }
}
@media only screen and (max-width: 748px)
{
    section.r-side-bottom ul li {
        margin: 0% 0% 3% 0%;
        padding: 0% 0% 0% 7%;
        width: 93%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 85%;
        color: #06447A;
        line-height: 126%;
        background-image: url(../images/check.gif);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        display: block;
    }
    section.program-shell p {
        margin: -90% 0% 0% 146%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 85%;
        text-align: justify;
        line-height: 126%;
    }
}
@media only screen and (max-width: 679px)
{
    body {
        background-position: center 50px;
    }
    header 
    {
        height: 52px;
    }
    h1
    {
        text-align: center;
    }
    .line-break-top
    {
        display: block;
    }
    div.inner-container section.inner section.r-side
    {
        display: none;
    }
    div.inner-container section.inner section.l-side-top
    {
        margin: 0%;
        padding: 2%;
        width: 96%;
        min-height: 100px;
        float: none;
        background-color: #fff;
        -moz-border-top-left-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        border-top-left-radius: 10px;
        -moz-border-top-right-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        border-top-right-radius: 10px;
    }
    div.inner-container section.inner section.cart {
        margin: 0%;
        padding: 0% 0% 0% 0%;
        width: 100%;
        min-height: 100px;
        float: none;
        background-color: #fff;
        -moz-border-bottom-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        border-bottom-left-radius: 10px;
        -moz-border-bottom-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
 
    section.program-shell p {
        margin: 0% 0% 0% 0%;
        padding: 0%;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 85%;
        color: #595959;
        text-align: justify;
        line-height: 126%;
        display: block;
        position: static;
    }
    .line-break-program {
        margin: 0% 0% 1% 0%;
        font-weight: bold;
        display: block;
    }
    section.cta-shell {
        margin: 0%;
        padding: 6% 0% 0% 0%;
        width: 100%;
        display: block;
    }
    input[type="image"] {
        margin: 0% 0% 0% 25%;
        width: 50%;
        padding: 0%;
        float: left;
    }
    .line-break-rapid {
        display: block;
    }
    .below-txt
    {
        display: none;
    }
    .above-txt
    {
        display: inline;
    }
    div.inner-container section.inner section.r-side-bottom {
        margin: 2% 0% 0% 0%;
        padding: 2%;
        width: 96%;
        min-height: 1px;
        background-color: #fff;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        float: none;
        display: none;
    }
    section.r-side-bottom ul li {
        margin: 0% 0% 2% 0%;
        padding: 0% 0% 0% 7%;
        width: 93%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 85%;
        color: #06447A;
        line-height: 126%;
        background-image: url(../images/check.gif);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        display: block;
    }
    /*--| Enhancements |--*/
    div.inner-container section.inner section.special-offer {
        margin: 2% 0% 0% 0%;
        padding: 0%;
        width: 100%;
        min-height: 1px;
        background-color: #fff;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        float: none;
        display: block;
    }
    section.special-offer h2 {
        margin: 1% auto 3% auto;
        padding: 2% 2% 4% 2%;
        width: 95%;
        font-family: "Arial Black", Gadget, sans-serif;
        font-weight: bold;
        font-size: 30px;
        line-height: 100%;
        color: #054278;
        text-align: center;
        background-image: url(../images/fade-strip-down.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100%;
    }
    .offer-br {
        display: block;
    }
    section.special-offer ul li {
        margin: 0% 0% 0% 0%;
        padding: 0% 0% 4% 7%;
        width: 93%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 85%;
        color: #06447A;
        line-height: 126%;
        background-image: url(../images/icon-check-green.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        background-size: 4%;
        display: block;
    }
    section.m-accord {
        display: block;
    }

    footer section.customer-strip section.third
    {
        margin: 0% auto;
        padding: 0% 2% 0% 2%;
        width: 70%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 75%;
        line-height: 126%;
        color: #06447A;
        float: none;
    }
    footer section.customer-strip section.third-0
    {
        margin: 0% auto;
        padding: 2% 2% 2% 2%;
        width: 70%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 75%;
        line-height: 126%;
        color: #06447A;
        float: none;
        border-left: none;
        border-right: none;
    }
    footer section.customer-strip section.third img
    {
        margin: 0% 2% 0% 0%;
        padding: 0%;
        width: 15%;
        float: left;
    }
    footer section.customer-strip section.third-0 img
    {
        margin: 1% 2% 0% 0%;
        padding: 0%;
        width: 15%;
        float: left;
    }
    footer section.customer-strip section.third p
    {
        margin: 0%;
        padding: 0%;
        width: 80%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 132%;
        line-height: 145%;
        color: #06447A;
        float: left;
    }
    footer section.customer-strip section.third-0 p
    {
        margin: 0%;
        padding: 0%;
        width: 80%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 132%;
        line-height: 145%;
        color: #06447A;
        float: left;
    }
    footer section.customer-strip section.third p.p0
    {
        margin: 2% 0% 0% 0%;
        padding: 0%;
    }
    footer section.customer-strip section.third-0 p.p1
    {
        margin: 2% 0% 0% 0%;
        padding: 0%;
    }
    footer section.customer-strip section.third p.p2
    {
        margin: 2% 0% 0% 0%;
        padding: 0%;
    }
    footer nav a
    {
        margin: 0%;
        padding: 0%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #06447A;
        line-height: 126%;
    }
    footer p.copyright
    {
        margin: 3% auto;
        padding: 0%;
        max-width: 90%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 65%;
        color: #06447A;
        text-align: center;
        line-height: 126%;
    }
    .sides-mini
    {
        margin: 2% 0%;
        padding: 0%;
    }
    .lower-anchors
    {
        color: #595959;
        text-decoration: none;
    }
    .lower-anchors0
    {
        color: #0000EE;
    }
    .line-break-r
    {
        display: inline;
    }
    /*--| COOP: Adjacent Swap |--*/
    .adj {
        display: none;
    }
    .b-low {
        display: inline;
    }
    /*--| END COOP: Adjacent Swap |--*/
    section.product-shell {
        margin: 3% auto;
        padding: 0%;
        width: 100%;
        height: auto;
        position: static;
        display: block;
    }
    section.product-shell section.prod-inner {
        margin: 0px auto 0% auto;
        padding: 0% 0% 0% 0%;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        text-align: center;
        position: static;
    }
    section.select-ddl {
        margin: 0%;
        padding: 5% 2%;
        width: 96%;
        display: block;
        background-color: #e2e2e2;
        background-image: url(../images/fade-strip-down.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        position: static;
    }
    section.select-ddl label {
        margin: 0% 0% 4% 0%;
        padding: 0%;
        width: 100%;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 17px;
        color: #656565;
        display: block;
    }
    section.select-ddl select {
        margin: 0% auto 0% auto;
        padding: 0% 0% 0% 2%;
        width: 95%;
        max-width: 100%;
        height: 55px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 174%;
        color: #06447a;
        border: 1px solid #ccc;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        display: block;
    }
    section.program-shell {
        margin: 0% auto;
        padding: 3% 0%;
        width: 91%;
        height: auto;
        display: block;
        border: 1px solid #fff;
    }

}
@media only screen and (max-width: 610px) {
    section.hot-spot-shell img {
        top: -47px;
        left: 22%;
    }

    section.x-it-shell img.x-it {
        margin: -4% -4% 0% 0%;
        padding: 0%;
        width: 8%;
        float: right;
        position: relative;
    }

    section.gdn-drawer {
        width: 93.5%;
    }
}
@media only screen and (max-width: 605px)
{
    body {
        background-position: center 50px;
    }
    header 
    {
        height: 52px;
    }
    h1
    {
        text-align: center;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 16px;
    }
    p {
        margin: 2% 0% 0% 0%;
        padding: 0%;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 13px;
        line-height: 160%;
        color: #595959;
    }
    .line-break-top
    {
        display: block;
    }
    div.inner-container section.inner section.r-side
    {
        display: none;
    }
    div.inner-container section.inner section.l-side-top
    {
        margin: 0%;
        padding: 2%;
        width: 96%;
        min-height: 100px;
        float: none;
        background-color: #fff;
        -moz-border-top-left-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        border-top-left-radius: 10px;
        -moz-border-top-right-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        border-top-right-radius: 10px;
    }
    .line-break-rapid {
        display: inline;
    }
    div.inner-container section.inner section.cart {
        margin: 0%;
        padding: 0% 0% 0% 0%;
        width: 100%;
        min-height: 100px;
        float: none;
        background-color: #fff;
        -moz-border-bottom-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        border-bottom-left-radius: 10px;
        -moz-border-bottom-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    section.program-shell {
        margin: 3% auto 0% auto;
        padding: 0%;
        width: 90%;
        height: auto;
        display: block;
        border: 1px solid #fff;
    }
    section.program-shell p {
        margin: 0% 0% 0% 0%;
        padding: 0%;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 85%;
        color: #595959;
        text-align: justify;
        line-height: 126%;
        display: block;
        position: static;
    }
    .line-break-program {
        margin: 0% 0% 1% 0%;
        font-weight: bold;
        display: block;
    }
    section.cta-shell {
        margin: 0%;
        padding: 6% 0% 0% 0%;
        width: 100%;
        display: block;
    }
    input[type="image"] {
        margin: 0% 0% 0% 25%;
        width: 50%;
        padding: 0%;
        float: left;
    }
    div.inner-container section.inner section.r-side-bottom {
        margin: 2% 0% 0% 0%;
        padding: 2%;
        width: 96%;
        min-height: 1px;
        background-color: #fff;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        float: none;
    }
    section.r-side-bottom ul {
        margin: 5% 0% 0% 0%;
        padding: 0%;
        width: 100%;
        display: block;
    }
    section.r-side-bottom ul li {
        margin: 0% 0% 2% 0%;
        padding: 0% 0% 0% 7%;
        width: 93%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 85%;
        color: #06447A;
        line-height: 126%;
        background-image: url(../images/check.gif);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        display: block;
    }
    footer section.customer-strip section.third
    {
        margin: 0% auto;
        padding: 0% 2% 0% 2%;
        width: 70%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 75%;
        line-height: 126%;
        color: #06447A;
        float: none;
    }
    footer section.customer-strip section.third-0
    {
        margin: 0% auto;
        padding: 2% 2% 2% 2%;
        width: 70%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 75%;
        line-height: 126%;
        color: #06447A;
        float: none;
        border-left: none;
        border-right: none;
    }
    footer section.customer-strip section.third img
    {
        margin: 0% 2% 0% 0%;
        padding: 0%;
        width: 15%;
        float: left;
    }
    footer section.customer-strip section.third-0 img
    {
        margin: 1% 2% 0% 0%;
        padding: 0%;
        width: 15%;
        float: left;
    }
    footer section.customer-strip section.third p
    {
        margin: 0%;
        padding: 0%;
        width: 80%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 132%;
        line-height: 145%;
        color: #06447A;
        float: left;
    }
    footer section.customer-strip section.third-0 p
    {
        margin: 0%;
        padding: 0%;
        width: 80%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 132%;
        line-height: 145%;
        color: #06447A;
        float: left;
    }
    footer section.customer-strip section.third p.p0
    {
        margin: 2% 0% 0% 0%;
        padding: 0%;
    }
    footer section.customer-strip section.third-0 p.p1
    {
        margin: 2% 0% 0% 0%;
        padding: 0%;
    }
    footer section.customer-strip section.third p.p2
    {
        margin: 2% 0% 0% 0%;
        padding: 0%;
    }
    footer nav a
    {
        margin: 0%;
        padding: 0%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #06447A;
        line-height: 126%;
    }
    footer p.copyright
    {
        margin: 3% auto;
        padding: 0%;
        max-width: 90%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 65%;
        color: #06447A;
        text-align: center;
        line-height: 126%;
    }
    .sides-mini
    {
        margin: 2% 0%;
        padding: 0%;
    }
}
/*--| In between |--*/
@media only screen and (max-width: 510px)
{
    section.inner-header figure.fig-l img {
        width: 80%;
    }
    section.inner-header figure.fig-l figcaption {
        margin: 0%;
        padding: 0%;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 78%;
        font-weight: bold;
        color: #0e3575;
        display: block;
    }
    section.inner-header figure.fig-r {
        margin: 5px 0% 0% 0%;
        padding: 0%;
        width: 40%;
        float: right;
    }
    section.bottom-msg p.rapid-msg0 {
        margin: 2% auto 0% auto;
        padding: 0% 0% 0% 0%;
        width: 90%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 12px;
        line-height: 140%;
        color: #595959;
    }
    section.program-shell p {
        margin: 0% 0% 0% 0%;
        padding: 0%;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 84%;
        color: #595959;
        text-align: justify;
        line-height: 126%;
        display: block;
        position: static;
    }
    footer section.customer-strip section.third img {
        margin: 0% 2% 0% 0%;
        padding: 0%;
        width: 19%;
        float: left;
    }
    footer section.customer-strip section.third p {
        margin: 0%;
        padding: 0%;
        width: 77%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 132%;
        line-height: 145%;
        color: #06447A;
        float: left;
    }
    footer section.customer-strip section.third-0 img {
        margin: 0% 2% 0% 0%;
        padding: 0%;
        width: 19%;
        float: left;
    }
    footer section.customer-strip section.third-0 p {
        margin: 0%;
        padding: 0%;
        width: 77%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 132%;
        line-height: 145%;
        color: #06447A;
        float: left;
    }
    footer p.copyright {
        margin: 3% auto;
        padding: 0%;
        max-width: 95%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 65%;
        color: #06447A;
        text-align: center;
        line-height: 126%;
    }
    section.select-ddl {
        margin: 0%;
        padding: 5% 2%;
        width: 96%;
        display: block;
        background-color: #e2e2e2;
        background-image: url(../images/fade-strip-down.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        position: static;
    }
    section.select-ddl select {
        background-color:#fff;
        font-size: 121%;
    }
}
@media only screen and (max-width: 410px) {
    /*--| Enhancements |--*/
    div.inner-container section.inner section.special-offer {
        margin: 2% 0% 0% 0%;
        padding: 0%;
        width: 100%;
        min-height: 1px;
        background-color: #fff;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        float: none;
        display: block;
    }
    section.special-offer h2 {
        margin: 1% auto 3% auto;
        padding: 2% 2% 4% 2%;
        width: 95%;
        font-family: "Arial Black", Gadget, sans-serif;
        font-weight: bold;
        font-size: 25px;
        line-height: 100%;
        color: #054278;
        text-align: center;
        background-image: url(../images/fade-strip-down.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100%;
    }
    section.special-offer ul li {
        margin: 0% 0% 0% 0%;
        padding: 0% 0% 4% 10%;
        width: 93%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 85%;
        color: #06447A;
        line-height: 126%;
        background-image: url(../images/icon-check-green.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        background-size: 6%;
        display: block;
    }
}
/*--| Samsung Galaxy - Bigger Androids |--*/
@media only screen and (max-width: 388px)
{
    h2 {
        font-size: 17px;
    }
    div.inner-container {
        margin: 0% auto 0% auto;
    }
    section.hot-spot-shell {
        display: none;
    }
    header {
        height: auto;
    }
    section.inner-header figure.fig-l {
        margin: 10px 0% 10px 3%;
        padding: 0%;
        width: 94%;
        float: none;
    }
    section.inner-header figure.fig-l img {
        width: 50%;
    }
    section.inner-header figure.fig-r {
        display: none;
    }
    div.inner-container section.inner section.l-side-top {
        margin: 0%;
        padding: 4%;
        width: 92%;
    }
    h1 {
        margin: 0%;
        padding: 0%;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 25px;
        line-height: 110%;
        color: #044076;
        display: block;
    }
    h5
    {
        margin: 0%;
        padding: 1% 0% 0% 2%;
        width: 98%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 110%;
        color: #06447A;
    }
    section.bg-white
    {
        margin: 0%;
        padding: 0%;
        width: 100%;
        background-color: none;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-border-bottom-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
        -moz-border-bottom-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
        display: block;
    }
    fieldset.personal legend
    {
        margin: 0% 0% 2.5% 0%;
        padding: 3% 0% 3% 13%;
        width: 87%;
        background-color: #044076;
        background-image: url(../images/icon-1.png);
        background-repeat: no-repeat;
        background-position: 4% 6px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 103%;
        color: #fff;
    }
    fieldset.shipping legend {
        margin: 0% 0% 2.5% 0%;
        padding: 3% 0% 3% 13%;
        width: 87%;
        background-color: #044076;
        background-image: url(../images/icon-2.png);
        background-repeat: no-repeat;
        background-position: 4% 6px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 103%;
        color: #fff;
    }
    fieldset.payment legend {
        margin: 0% 0% 2.5% 0%;
        padding: 3% 0% 3% 13%;
        width: 87%;
        background-color: #044076;
        background-image: url(../images/icon-3.png);
        background-repeat: no-repeat;
        background-position: 4% 6px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 103%;
        color: #fff;
    }
    section.lbl-shell {
        margin: 0%;
        padding: 0px 0% 5px 5%;
        width: 95%;
        height: auto;
        text-align: left;
        float: none;
    }
    section.lbl-shell label {
        margin: 0%;
        padding: 0% 0% 0% 0%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 84%;
        color: #06447A;
        vertical-align: bottom;
    }
    input[type="text"] {
        margin: 0% 0% 0% 5%;
        padding: 3px;
        width: 86%;
        height: 20px;
        font-weight: bold;
        border: 1px solid #06447A;
        color: #06447A;
        float: none;
    }
    select.shipping {
        margin: 0% 0% 0% 5%;
        padding: 3px;
        width: 88.5%;
        height: 28px;
        font-weight: bold;
        border: 1px solid #06447A;
        color: #06447A;
        float: none;
    }
    input[type="tel"] {
        margin: 0% 0% 0% 5%;
        padding: 3px;
        width: 86%;
        height: 20px;
        font-weight: bold;
        border: 1px solid #06447A;
        color: #06447A;
        float: none;
    }
    input.zip-input {
        width: 35%;
    }
    input.ccv-input {
        width: 35%;
        float: none;
    }
    a.ccv-msg {
        margin: 1% 0% 0% 2%;
        padding: 0%;
        width: 25%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 84%;
        color: #06447A;
        float: none;
    }
    section.expiration-shell {
        margin: 0% 0% 0% 5%;
        padding: 0%;
        width: 90%;
        height: 25px;
        font-weight: bold;
        float: none;
    }
    section.expiration-shell select
    {
        margin: 0% 5% 0% 0%;
        padding: 3px;
        width: 42%;
        height: 28px;
        font-weight: bold;
        border: 1px solid #06447A;
        color: #06447A;
        float: left;
    }
    input[type="email"] {
        margin: 0% 0% 0% 5%;
        padding: 3px;
        width: 86%;
        height: 20px;
        font-weight: bold;
        border: 1px solid #06447A;
        color: #06447A;
        position: relative;
        float: none;
    }
    p.bill-query {
        margin: 0% 0% 2% 5%;
        width: 92%;
        line-height: 135%;
    }
    img.icon-lock-0
    {
        margin: 1% 0% 0% 2%;
        padding: 0%;
        max-width: 4%;
        display: inline;
    }
    img.icon-lock {
        display: none;
    }
    img.icon-credit-card {
        display: none;
    }
    img.icon-credit-0
    {
        margin: 0% 0% 0% 3%;
        padding: 0%;
        display: inline;
        vertical-align: bottom;
    }
    section.bottom-msg p.email-msg {
        margin: 2% auto 0% auto;
        padding: 0% 0% 0% 0%;
        width: 87%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 12px;
        line-height: 140%;
        color: #595959;
        text-align: right;
    }
    section.radio-shell {
        margin: 0% 0% 0% 2%;
        padding: 3px;
        width: 100%;
        height: 20px;
        font-weight: normal;
        color: #06447A;
        float: none;
    }
    section.hide-phn
    {
        display: none;
    }
    section.cta-shell {
        margin: 0%;
        padding: 6% 0% 0% 0%;
        width: 100%;
        text-align: center;
        display: block;
    }
    input[type="image"] {
        margin: 0% auto 0% auto;
        width: 80%;
        padding: 0%;
        text-align: center;
        float: none;
    }
    section.secure-shell {
        margin: 2% auto 0% auto;
        width: 25%;
        padding: 0%;
        float: none;
    }
    div.inner-container section.inner section.r-side-bottom {
        margin: 4% 0% 0% 0%;
        padding: 4%;
        width: 92%;
        min-height: 1px;
        background-color: #fff;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    section.r-side-bottom h2 {
        margin: 0% 0% 0% 0%;
        padding: 0%;
        width: 100%;
        font-family: 'Arial Black', Gadget, sans-serif;
        font-size: 152%;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 100%;
        color: #054278;
        display: block;
    }
    section.r-side-bottom ul li {
        margin: 0% 0% 2% 0%;
        padding: 0% 0% 0% 7%;
        width: 93%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 82%;
        color: #06447A;
        line-height: 126%;
        background-image: url(../images/check.gif);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        display: block;
    }
    footer section.customer-strip section.third {
        margin: 0% auto;
        padding: 0% 2% 0% 2%;
        width: 90%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 75%;
        line-height: 126%;
        color: #06447A;
        float: none;
    }
    footer section.customer-strip section.third-0 {
        margin: 5% auto;
        padding: 0% 2% 0% 2%;
        width: 90%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 75%;
        line-height: 126%;
        color: #06447A;
        float: none;
    }
    footer section.customer-strip section.third img {
        margin: 0% 2% 0% 0%;
        padding: 0%;
        width: 23%;
        float: left;
    }
    footer section.customer-strip section.third p {
        margin: 0%;
        padding: 0%;
        width: 72%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 132%;
        line-height: 145%;
        color: #06447A;
        float: left;
    }
    footer section.customer-strip section.third-0 img {
        margin: 0% 2% 0% 0%;
        padding: 0%;
        width: 23%;
        float: left;
    }
    footer section.customer-strip section.third-0 p {
        margin: 0%;
        padding: 0%;
        width: 72%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 132%;
        line-height: 145%;
        color: #06447A;
        float: left;
    }
    section.product-shell img.product {
        margin: 0% auto;
        padding: 0%;
        width: 77%;
        max-width: 283px;
        position: static;
    }
    img.vert {
        margin: 2% 0% 0% 0%;
        padding: 0%;
        width: 100%;
        max-width: 10%;
        vertical-align: middle;
        float: right;
    }
}
@media only screen and (max-width: 325px)
{
    div.inner-container {
        margin: 0% auto 0% auto;
    }
    h1 {
        margin: 0%;
        padding: 0%;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 22px;
        line-height: 129%;
        color: #044076;
        display: block;
    }
    section.product-shell section.prod-inner {
        margin: 0px auto 0% auto;
        padding: 0% 0% 0% 0%;
        width: 100%;
        text-align: center;
    }
    section.product-shell img.product {
        margin: 0% auto;
        padding: 0%;
        width: 90%;
        max-width: 283px;
        position: relative;
        text-align: center;
        top: 0px;
        right: 0%;
    }
    fieldset.shipping {
        margin: 0%;
        padding: 0% 0% 2% 0%;
    }
    fieldset.payment {
        margin: 0%;
        padding: 0% 0% 2% 0%;
    }
    fieldset.personal legend {
        margin: 0% 0% 2.5% 0%;
        padding: 3% 0% 3% 13%;
        width: 87%;
        background-color: #044076;
        background-image: url(../images/icon-1.png);
        background-repeat: no-repeat;
        background-position: 4% 6px;
        background-size: 8%;
    }
    fieldset.shipping legend {
        margin: 0% 0% 2.5% 0%;
        padding: 3% 0% 3% 13%;
        width: 87%;
        background-color: #044076;
        background-image: url(../images/icon-2.png);
        background-repeat: no-repeat;
        background-position: 4% 6px;
        background-size: 8%;
    }
    fieldset.payment legend {
        margin: 0% 0% 2.5% 0%;
        padding: 3% 0% 3% 13%;
        width: 87%;
        background-color: #044076;
        background-image: url(../images/icon-3.png);
        background-repeat: no-repeat;
        background-position: 4% 6px;
        background-size: 8%;
    }
    p.bill-query {
        margin: 0% auto 2% auto;
        padding: 0% 0% 0% 0%;
        width: 90%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 84%;
        color: #06447A;
    }
    img.icon-credit-0 {
        margin: 0% 0% 0% 3%;
        width: 33%;
        vertical-align: bottom;
    }
    section.radio-shell label {
        font-size: 90%;
    }
    input[type="image"] {
        margin: 0% auto 0% auto;
        width: 90%;
        padding: 0%;
        text-align: center;
        float: none;
    }
    section.r-side-bottom h2 {
        margin: 0% 0% 0% 0%;
        padding: 0%;
        width: 100%;
        font-family: 'Arial Black', Gadget, sans-serif;
        font-size: 114%;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 100%;
        color: #054278;
        display: block;
    }
    footer nav {
        margin: 4% auto;
        padding: 0%;
        max-width: 945px;
        display: block;
        font-size: 75%;
        color: #06447A;
        text-align: center;
        width: 90%;
    }
    footer p.copyright {
        line-height: 115%;
    }
    .num-break
    {
        display: block;
    }
    footer section.customer-strip section.third p.p0 {
        margin: 0% 0% 0% 0%;
        padding: 0%;
    }
}

/* SAFARI 3+, CHROME 1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    
    /*-- SAFARI ONLY OVER-RIDE... HC [5-13-2014] 
    ::i-block-chrome, .selector{
        property: value;
    }
    --*/
}

/*-- IE10+ HC [5-13-2014]--*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    
}