/* Utilities
------------------------*/

html {
    box-sizing: border-box;
    font-size: 0.938em;
    font-style: normal;
    font-variant: normal;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
@font-face {
    font-family: CrimsonText-Bold; src: url('/CrimsonText-Bold.ttf'); 
}
@font-face {
    font-family: CrimsonText-BoldItalic; src: url('/CrimsonText-BoldItalic.ttf'); 
}
@font-face {
    font-family: CrimsonText-Italic; src: url('/CrimsonText-Italic.ttf'); 
}
@font-face {
    font-family: CrimsonText-Regular; src: url('/CrimsonText-Regular.ttf'); 
}
@font-face {
    font-family: CrimsonText-Semibold; src: url('/CrimsonText-Semibold.ttf'); 
}
@font-face {
    font-family: CrimsonText-SemiboldItalic; src: url('/CrimsonText-SemiboldItalic.ttf'); 
}
html {
    font-family:CrimsonText-Regular;
}
html
{
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(bottom, #CBCBCB 0%, #FFFFFF 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom, #CBCBCB 0%, #FFFFFF 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(bottom, #CBCBCB 0%, #FFFFFF 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #CBCBCB), color-stop(1, #FFFFFF));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom, #CBCBCB 0%, #FFFFFF 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top, #CBCBCB 0%, #FFFFFF 100%);
}
a.footer:visited {color: white; text-decoration:none;}
a.footer:hover {color: white; text-decoration:none;}
a.footer:link {color: white; text-decoration: none;}
a.footer:active {color: white; text-decoration: none;}

/* Typography
------------------------*/

body {
    clear: both;
    position: relative;
    margin: 0 auto;
    font-family: CrimsonText-Regular;
    background-color:white;
    border-style: none;
    border-width: 1px;
    border-color: #F7F7F7;
    width: 100%;
    line-height:1.5285;
    font-weight:400;
    font-style:normal;
}
.tblMain {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    font:normal 1em/1 "CrimsonText-Regular", verdana, geneva, sans-serif;
    font-size:0.87rem;
    line-height:1.5285;
    font-weight:400;
    font-style:normal;
}
.footer {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}
h1 {
    text-align:center;
    font-weight:normal;
    color:Black;
}
.heading {
    font-size:1.5em;
    text-align:left;
    color:black;
}
#rpub {
    width: 100%;
}
/* Clearfix */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/* Navigation bar*/

nav {
    height: 42px;
    width: 100%;
    background: #9e0000;
    position: relative;
    font: normal 1em/1 "CrimsonText-Regular", Georgia, "Times New Roman", Times, serif;
    font-size: 1.17rem;
    text-transform:uppercase;
    letter-spacing:0px;
    border-top: 0;
    border-bottom: 1px solid #6b0000;
    border-top: 1px solid #6b0000;    
}
nav ul {
    padding: 0;
    margin: 0 auto;
    width: 900px;
    height: 40px;
}
nav li {
    display: inline;
    float: left;
}
nav a {
    color: white;
    display: inline-block;
    width: 180px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
}
nav a:hover {
    color: white;
}
nav li a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
nav li:last-child a {
    border-right: 0;
}
nav a:hover,
nav a:active {
    background-color: #b70000;
}
nav a#pull {
    display: none;
}
/*End Nav*/

img{height:auto;color:#c00;border:0;-ms-interpolation-mode:bicubic}

header {
    width: 100%;
    margin:0 auto;
    display: block;
    padding:25px 0 15px 0;
}
header img {
    width:auto !important;
    display:block;
}
.header {
    max-width:900px;
    display:block;
    margin:0 auto;
}
footer {
    width: 100%;
    margin:0 auto;
    padding-bottom:1em;
    text-align: center;
    background-color:#000000;
    display:block;
    font:normal 1em/1 "CrimsonText-Regular", verdana, geneva, sans-serif;
    font-size:0.87rem;
}
    footer p {
    color:white;
    font-size:0.87rem;
    line-height:20px;
    max-width:900px;
    text-align:center;
    margin:0 auto;
    line-height:33px;
    }
        p.footer  {
            color:white;
            font-size:0.87rem;
            line-height:20px;
            border-bottom:solid 1px #ded7c5;
            max-width:900px;
            text-align:center;
            margin:0 auto;
            line-height:33px;
        }
            footer p a {
                color:white !important;
                font-size:1rem;
                padding:0.75rem 0;
                text-decoration:none;
            }
                footer img {
                    width:auto;
                    height:auto;
                    max-width:200px;
                }
footer #footer-logo {
    background:url("../images/logo_header.png") no-repeat 0% 0%;
    height:6.875rem;
    width:8.313rem;
    margin:0 0 0 1.5rem;
}
footer table td {
    vertical-align:top;
}
    footer table td:nth-child(2) {
        padding-top:1em;
        padding-right:1.3em;
        padding-left:1.3em;
    }
section {
    width: 100%;
    margin:0 auto;
    display:block;
    background-color:#000000;
    font:normal 1em/1 "CrimsonText-Regular", verdana, geneva, sans-serif;
    font-size:0.75rem;
    border-top:1px solid #3e4047;
    box-shadow:0px -1px 0px #000;
}
    section img {
        margin:0 auto;
        display:block;
        width:100%;
        max-width:930px;
    }
section p {
    color:#999;
    padding-top:1.3rem;
    padding-bottom:1.3rem;
    margin:0;
}
section p a {
    color:#999;
}
.module_blurb {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border-color: #E5E5E5;
    border-width: 0px;
    border-style: solid;
    margin-bottom: 2%;
    margin-top:2em;
    border-color: #666666;
    border-style: solid;
}
.module_blurb img {
    width:100% !important;
    margin:0 auto;
    display:block;
}
.module_blurb p {
    font-size:1rem;
    line-height:1.2em;
}
.module_blurb li {
    font-size:1rem;
    line-height:1.2em;
}
.module_blurb img {
    width: 100%;
}
.module_blurb a {
    color:#565656;
}
.module_blurb a:hover {
    color:#a02b2f;
}
.module_blurb table{
    margin:0 auto;
    display:block;
}
.social img {
    width:auto!important;
}
.module_blurb table td{
    width:50%;
}
table #social td {
    width:auto;
}
table .premium  {
    margin:0 auto;
    display:inline-table;
    width:100%;
}
    table .premium input[type="radio"] {
        border:1px solid #b2a279;
        width:20px;
        height:20px;
    }
.red {
    color: #FF003A;
}
#blurb_bottom_payment,
#blurb_bottom_price {
    font-size: 0.750em;
}
.tblpayment {
    width:70%;
    float:left;
    clear:left;
}
.ccContainerpayment {
    width:100%;
}
#TrustedSecure {
    float:right;
    clear:right;
    width:30%;
    position:relative;
    top:41px;
}
.table1 {
    border: none;
}
.tbl {
    width: 100%;
}
.moduleHdr {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size:1rem;
    font-weight:bold;
    border: solid 1px #F13323;
    border-bottom: none;
    background-color: #F13323;
    padding: 1% 2%;
    color:white;
}
/**************namedaddr module*************/

.module_wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #E8E8E8;
    background-color:transparent;
    padding: 1%;
    margin-bottom: 2%;
    border-top: none;
}
#module_upgrade_wrapper {
    border-style:none;
}
#module_upgrade {
    color:red;
    font-size:1.5em;
    margin:0 auto;
    display:block;
    text-align:center;
}
#module_payment_wrapper,
#module_newsletter_wrapper {
    line-height:1.4em
}
#drpCountries {
    width:10em;
}
#module_donation_wrapper {
    margin-bottom:0;
    border-bottom:none;
}
.txtbox_bulk,
.txtbox_donation,
.txtbox_grandtotal {
    width:50% !important;
}
#module_submit_wrapper {
    border-style: none;
}
#module_login_wrapper {
    border: solid 1px #E8E8E8;
}
#moduleHdr_paybill,
#module_paybill_wrapper {
    border: 0;
    outline: 0;
}
#module_orderinfo_wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #E8E8E8;
    background-color: #fff;
    padding: 1%;
    margin-bottom: 2%;
}
#module_orderinfo{
    overflow:hidden;
}
.tbllogin {
    width:100%;
}
#tbl_login td:nth-child(1),
#tbl_nameaddr td:nth-child(1),
#tbl_billto_nameaddr td:nth-child(1) {
    /*width:8em;*/
    width:100%;
    margin-bottom:0.3em;
}
#tbl_login td:nth-child(2),
#tbl_nameaddr td:nth-child(2),
#tbl_billto_nameaddr td:nth-child(2) {
    /*width:8em;*/
    width:100%;
    margin-bottom:0.5em;
}
#module_demos_wrapper input {
    margin-bottom:1em;
    margin-top:1em;
    width:50%;
}
#module_demos_wrapper  select{
    margin-bottom:1em;
    margin-top:1em;
    width:50%;
}
#tbl_nameaddr td,
#tbl_billto_nameaddr td {
    padding-bottom:0.2em;
}
#tbl_billto_nameaddr {
    display:table !important;
}
/*login*/
#row_login_2 {width:48%; float:left; clear:left; margin-right:1%;
}
#row_login_3 {width:48%; float:right; clear:right; margin-right:1%;
}
#row_login_5 {width:48%; float:left; clear:left; margin-right:1%;
}
#row_login_6 {width:48%; float:right; clear:right; margin-right:1%;
}
/*name*/
#row_nameaddr_3 {width:47%; float:left; clear:left; margin-right:3%;
}
#row_nameaddr_4 {width:47%; float:right; clear:right; margin-right:3%;
}
#row_nameaddr_5 {width:47%; float:left; clear:left; margin-right:3%;
}
#row_nameaddr_6 {width:47%; float:right; clear:right; margin-right:3%;
}
#row_nameaddr_7 {width:47%; float:left; clear:left; margin-right:3%;
}
#row_nameaddr_8 {width:47%; float:right; clear:right; margin-right:3%;
}
#row_nameaddr_9 {width:47%; float:left; clear:left; margin-right:3%;
}
#row_nameaddr_10 {width:47%; float:right; clear:right; margin-right:3%;
}
#row_nameaddr_11 {width:47%; float:left; clear:left; margin-right:3%;
}
#row_nameaddr_12 {width:47%; float:right; clear:right; margin-right:3%;
}
#row_nameaddr_13 {width:47%; float:left; clear:left; margin-right:3%;
}
#row_nameaddr_16 {width:47%; float:right; clear:right; margin-right:3%;
}
#row_nameaddr_17 {width:47%; float:left; clear:left; margin-right:3%;
}
/*billto*/
#row_billto_nameaddr_1 {width:47%; float:left; clear:left; margin-right:3%;
}
#row_billto_nameaddr_2 {width:47%; float:right; clear:right; margin-right:3%;
}
#row_billto_nameaddr_3 {width:47%; float:left; clear:left; margin-right:3%;
}
#row_billto_nameaddr_4 {width:47%; float:right; clear:right; margin-right:3%;
}
#row_billto_nameaddr_5 {width:47%; float:left; clear:left; margin-right:3%;
}
#row_billto_nameaddr_6 {width:47%; float:right; clear:right; margin-right:3%;
}
#row_billto_nameaddr_7 {width:47%; float:left; clear:left; margin-right:3%;
}
#row_billto_nameaddr_8 {width:47%; float:right; clear:right; margin-right:3%;
}
#row_billto_nameaddr_9 {width:47%; float:left; clear:left; margin-right:3%;
}
#row_billto_nameaddr_10 {width:47%; float:right; clear:right; margin-right:3%;
}
#row_billto_nameaddr_11 {width:47%; float:left; clear:left; margin-right:3%;
}
#row_billto_nameaddr_14 {width:47%; float:right; clear:right; margin-right:3%;
}
#row_billto_nameaddr_15 {width:47%; float:left; clear:left; margin-right:3%;
}

#module_billto_checkbox_wrapper {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    padding: 0.5%;
    margin-bottom: 2%;
    border-style: none;
}
#module_submit_wrapper,
#module_paybill_wrapper {
    width: 100%;
}
.module {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
#tbl_nameaddr span {

}
.reqstar {
    color: #a02b2f;
}
.reqmsg {
    color: #a02b2f !important;
}
#errordiv div {
    color: #a02b2f !important;
    padding:2em;
    font-size:1.1em;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
  width:94%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  line-height:17px;
  padding:8px 15px;
  background: #f5f5f5;
  outline: none;
  font-size: 0.87rem;
  font-family: "georgia",sans-serif;
  color: black;
  border: 1px solid #AAAAAA;
  border-radius:3px;
  background-color: #F0F0F0;
  text-decoration: none;
  -webkit-transition: border 100ms;
  -moz-transition: border 100ms;
  transition: border 100ms;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  border: 1px solid #837349;
  background-color: #F5F5F5;
  color: #565656;
  -webkit-transition: border 100ms;
  -moz-transition: border 100ms;
  transition: border 100ms;
}
::-webkit-input-placeholder.txtbox_nameaddr,
::-webkit-input-placeholder.txtbox_payment,
::-webkit-input-placeholder.txtbox_login {
 color: #999999;

}
:-moz-placeholder.txtbox_nameaddr, 
:-moz-placeholder.txtbox_payment,
:-moz-placeholder.txtbox_login { /* older Firefox*/
 color: #999999;

}
::-moz-placeholder.txtbox_nameaddr,
::-moz-placeholder.txtbox_payment,
::-moz-placeholder.txtbox_login { /* Firefox 19+ */ 
 color: #999999; 

} 
:-ms-input-placeholder.txtbox_nameaddr,
:-ms-input-placeholder.txtbox_payment,
:-ms-input-placeholder.txtbox_login { 
 color: #999999;
}
.cell2_payment input[type="text"] {
  width:58%;
}
.cell2_payment #ccv {
  width:28%;
}
select {
  width:94%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;   
  border-radius: 0; 
  line-height:17px;
  padding:8px 15px;
  border: none;
  outline: none;
  font-size: 15px;
  font-family: "georgia",sans-serif;
  color: black;
  border: 1px solid #AAAAAA;
  border-radius:3px;
  text-decoration: none;
  background-color: #F0F0F0;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANBJREFUeNrs2lENgzAUBdBKQAISJgEpSMEBUpCABKQggfHRZlvWEaBkWbJzkmvgJu/jtS8EAAAAAAAAftUthhOqNVNMpY7j+jVLTK+OY5qn8lIatewf3TlT4GyU9xky5aUM6tnWbpSX0qopr/4wurlRrtX1btxRXsqorlfdgfJSOrU9to3lZGwpcdM4W+CkPgAAAAC+y3NWIQ+qF+iCJ/1iPpUK1cG3ZrE2+Fgv5rSjkOOiCzTBeVsxB5YXjLIT3wu2FNsGAAAAAAAA/IW7AAMAGlXAQcG/jegAAAAASUVORK5CYII=');
  background-position: top right;
  background-size: 33px 33px;
  background-repeat: no-repeat;
}
select::-ms-expand {
    display: none; /*remove arrow in IE*/
}
select:focus {
  border: 1px solid #837349;
  background-color: #F5F5F5;
  color: #565656;
  -webkit-transition: border 100ms;
  -moz-transition: border 100ms;
  transition: border 100ms;
}
input[type="radio"] {
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #b2a279;
}
input[type="checkbox"] {
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #b2a279;
}
.module_submit {
    padding: 0px;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 0.5em;
}
input[type="submit"] {
    min-width:200px;
    margin-left:6px;
    padding: 8px 15px;
    background: #EC0C00;
    border: 1px solid #EC0C00;
    outline: none;
    font:bold 1em/1 "CrimsonText-Regular", verdana, geneva, sans-serif;
    font-size: 1rem;
    color: white;
    text-decoration: none;
    -webkit-transition: background 100ms;
    -moz-transition: background 100ms;
    transition: background 100ms;
    margin: 0 auto;
}
input[type="submit"]:hover {
    background: #a02b2f;
    color: #fff;
    -webkit-transition: background 100ms;
    -moz-transition: background 100ms;
    transition: background 100ms;
}
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    
    font-size: 100%;
    /* 2 */
    
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #AAAAAA;
}
#tbl_nameaddr .blurb {
    color: #a02b2f;
}
#tbl_referrals td {
    padding-left: 0px !important;
}
#tbl_nameaddr td,
#tbl_login td,
#tbl_billto_nameaddr td {
    display:block;
}
.ccContainerpayment td {
    display:block;
}
.dropdown_payment {
    width:28%;
}
.cell1_referrals {
    width: 20%;
    text-align: left;
}
.red {
    color: red;
    font-weight: bold;
    font-size: 15pt;
}
.static {
    width:100%;
}
#rbTerm {
    color: #000000;
    border: solid 1px #525252;
}
.mGrid {
    width:100% !important;
    background-color: #FFFFFF;
    border: solid 1px #525252;
}
.mGrid td {
    border: solid 1px #525252;
    color: #000000;
}
.mGrid th {
    color: white;
    background-color: black;
    border: solid 1px #525252;
}
#tbl_gift_total {
    width:100%;
    color: white;
    background-color: black;
    border-top: solid 1px white;
    border-left: solid 1px #525252;
    border-right: solid 1px #525252;
    border-bottom: solid 1px #525252;
}
#tbl_gift_buttons {
    margin-top:1em;
}
.button {
    width:auto;
    min-width:0 !important;
    padding:0 20px !important;
    margin-right:1em !important;
}
.typeMessage {
	font-size:1.8em;
	line-height:1.4em;
}
@media screen and (max-width: 850px) {
    nav {
        height: auto;
        border-top:1px solid #6b0000;
    }
    nav ul {
        width: 100%;
        display: block;
        height: auto;
    }
    nav li {
        width: 50%;
        float: left;
        position: relative;
    }
    nav li a {
        border-bottom: 1px solid #6b0000;
        border-right: 1px solid #6b0000;
    }
    nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }
}
/*Styles for screen 515px and lower*/

@media only screen and (max-width: 830px) {
    nav {
        border-bottom: 1px solid #6b0000;
    }
    nav ul {
        display: none;
        height: auto;
    }
    nav a#pull {
        display: block;
        background-color: #9e0000;
        width: 100%;
        position: relative;
    }
    nav a#pull:after {
        content: "";
        background: url("../images/nav-icon.png") no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
}
/*Smartphone*/

@media only screen and (max-width: 620px) {
    nav li {
        display: block;
        float: none;
        width: 100%;
    }
    nav li a {
        border-bottom: 1px solid #6b0000;
    }
}
@media only screen and (max-width: 59em) {
    .tblMain {
        max-width: 700px;
    }
}
@media only screen and (max-width: 56em) {
    header {
        padding:25px 0 15px 25px;
    }
    #row_login_2 {width:100%; float:none; clear:none; margin-right:0;
    }
    #row_login_3 {width:100%; float:none; clear:none; margin-right:0;
    }
    #row_login_5 {width:100%; float:none; clear:none; margin-right:0;
    }
    #row_login_6 {width:100%; float:none; clear:none; margin-right:0;
    }
    #row_nameaddr_3 {width:100%; float:none; clear:none; margin-right:0;
    }
    #row_nameaddr_4 {width:100%; float:none; clear:none; margin-right:0;
    }
    #row_nameaddr_5 {width:100%; float:none; clear:none; margin-right:0;
    }
    #row_nameaddr_6 {width:100%; float:none; clear:none; margin-right:0;
    }
    #row_nameaddr_7 {width:100%; float:none; clear:none; margin-right:0;
    }
    #row_nameaddr_8 {width:100%; float:none; clear:none; margin-right:0;
    }
    #row_nameaddr_9 {width:100%; float:none; clear:none; margin-right:0;
    }
    #row_nameaddr_10 {width:100%; float:none; clear:none; margin-right:0;
    }
    #row_nameaddr_11 {width:100%; float:none; clear:none; margin-right:0;
    }
    #row_nameaddr_12 {width:100%; float:none; clear:none; margin-right:0;
    }
    #row_nameaddr_13 {width:100%; float:none; clear:none; margin-right:0;
    }
    #row_nameaddr_16 {width:100%; float:none; clear:none; margin-right:0;
    }
    #row_nameaddr_17 {width:100%; float:none; clear:none; margin-right:0;
    }
    #row_billto_nameaddr_1 {width:100%; float:none; clear:none; margin-right:0%;
    }
    #row_billto_nameaddr_2 {width:100%; float:none; clear:none; margin-right:0%;
    }
    #row_billto_nameaddr_3 {width:100%; float:none; clear:none; margin-right:0%;
    }
    #row_billto_nameaddr_4 {width:100%; float:none; clear:none; margin-right:0%;
    }
    #row_billto_nameaddr_5 {width:100%; float:none; clear:none; margin-right:0%;
    }
    #row_billto_nameaddr_6 {width:100%; float:none; clear:none; margin-right:0%;
    }
    #row_billto_nameaddr_7 {width:100%; float:none; clear:none; margin-right:0%;
    }
    #row_billto_nameaddr_8 {width:100%; float:none; clear:none; margin-right:0%;
    }
    #row_billto_nameaddr_9 {width:100%; float:none; clear:none; margin-right:0%;
    }
    #row_billto_nameaddr_10 {width:100%; float:none; clear:none; margin-right:0%;
    }
    #row_billto_nameaddr_11 {width:100%; float:none; clear:none; margin-right:0%;
    }
    #row_billto_nameaddr_14 {width:100%; float:none; clear:none; margin-right:0%;
    }
    #row_billto_nameaddr_15 {width:100%; float:none; clear:none; margin-right:0%;
    }    
    input[type='text'], input[type='password'], input[type='email'], input[type='tel'] {
        width:97%;
    }
    select {
        width:97%;
    }
}
@media only screen and (max-width: 50em) {
    header img {
        width:100% !important;
    }
}
@media only screen and (max-width: 43em) {
    body {
        font-size: 1em;
        width: 100%;
    }
    header {
        border-top:0;
        min-height:0;
        padding:1em;
    }
    header img {
        margin:0 auto;
        display:block;
    }
    section {
        padding-bottom:2em;
    }
    section table td {
        display:block;
        text-align:left !important;
    }
    section p {
        padding-top:1em;
        padding-bottom:1.5em;
    }
    footer td {
        display:block;
    }
    footer #footer-logo {
        margin:0 auto;
    }
    .module_blurb td{
        display:block;
        width:100% !important;
        text-align:center;
    }
    .module_blurb .premium td {
        display:block;
        width:100% !important;
    }
    #tbl_login td:nth-child(1),
    #tbl_nameaddr td:nth-child(1),
    #tbl_billto_nameaddr td:nth-child(1) {
    width:100%;
    }
    nav {
        font-size:11pt !important;
        text-transform:capitalize !important;
    }
    .moduleHdr {
        width: 96%;
    }
    .module_blurb {
        width: 96%;
    }
    .module_blurb img {
        width: 100% !important;
    }
    .remove {
        display:none;
    }
    .module_wrapper,
    .module_lastword {
        width: 96% !important;
    }
    #submit_btn {
        width: 100%;
    }
    .control_cell_nameaddr input,
    .txtbox_referrals input,
    .control_cell_nameaddr select,
    .txtbox_referrals select,
    .control_cell_billto_nameaddr input,
    .txtbox_referrals input,
    .control_cell_billto_nameaddr select,
    .txtbox_referrals select {
        font-size: 1em;
        width: 94%;
    }
    #module_pid select,
    #module_demos select {
        font-size: 1em;
        width: 95%;
    }
    #module_custserve .txtbox_custserve {
        font-size: 1em;
        width: 95% !important;
    }
    #module_referrals .txtbox_referrals {
        font-size: 1em;
        width: 95% !important;
    }
    .tblpayment {
        width:100%;
        float:none;
        clear:none;
    }
    #TrustedSecure {
        float:none;
        clear:none;
        width:100%;
        position:static;
        top:0;
     }
    #TrustedSecure table {
        width:100%;
    }
    #TrustedSecure img {
        margin:0 auto;
        display:block;
    }
    .ccContainerpayment td{
        display:block;
    }
    .txtbox_payment {
        width:95%;
    }
    .dropdown_payment {
        width:45%;
    }
    #tbl_nameaddr td,
    #tbl_billto_nameaddr td {
        display: block;
    }
    #tbl_login td {
        display: block;
    }
    #tbl_username td {
        display: block;
    }
    #tbl_referrals td {
        display: block;
    }
    .module {
        padding: 0;
        margin: 0;
    }
    .tbllogin {
        width: 100%;
    }
    
    input[type="checkbox"] {
        margin: 0;
        padding: 0;
        display: inline-block;
        clear: none;
        position: relative;
    }
    .txtbox_login {
        font-size: 1em;
        width: 96%;
    }
    .txtbox_login {
        font-size: 1em;
        width: 90%;
    }

}

/* ONEcount Start*/

#payment_form_main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #E8E8E8;
    background-color:transparent;
    padding: 1%;
    margin-bottom: 2%;
    border: transparent !important;
    border-top: none;
    max-width:900px
}


#payment_form_main input, #payment_form_main select, #form_display_question_prod_div {
    font-size:15px !important;
    font-family:Arial,Helvetica,Verdana,"Bitstream Vera Sans",sans-serif !important;
}

#form_display_question_prod_div input, #form_display_question_prod_div select, .form_display_question_txt {
    font-weight:normal !important;
    font-family:Arial,Helvetica,Verdana,"Bitstream Vera Sans",sans-serif !important;
}

#payment_form_order_summary {
    background:transparent !important;
    margin-bottom:0px;
}

.payment_form_main_form {
    background: transparent !important;
    border: 0px !important;
}

.payment_form_main_form input, .payment_form_main_form select {
    border: 1px solid #999999 !important;
}

#payment_form_order_summary {
    background: transparent !important;
    /*border: 0px !important;*/
}

.payment_form_order_summary_product {
    background: transparent !important;
    border: 0px !important;
    padding:0px;
}

.payment_form_order_summary_head {
    background: transparent !important;
}

#promocodeTr {
    display:none;
}

.payment_form_order_summary_product_table td:nth-child(2), .payment_form_order_summary_product_table td:nth-child(3), 
.payment_form_order_summary_product_quantity, .payment_form_order_summary_product_unit_price {
    display:none;
}

.payment_form_order_summary_product_table tr:nth-child(4) {
    display:none;
}

.payment_form_order_summary_product_name, .payment_form_order_summary_product_price, #payment_form_header_txt {
    text-align:center !important;
}

table.payment_form_main_table td {
    border-bottom: 0px !important;
}

#paymentSubmit, #oc-form-submit-id {
    min-width:200px;
    margin-left:6px;
    padding: 2% !important;
    background: #ea1414 !important;
    border: 1px solid #ea1414 !important;
    outline: none;
    font:bold 1em/1 "CrimsonText-Regular", verdana, geneva, sans-serif;
    font-size: 1rem;
    color: white;
    text-decoration: none;
    -webkit-transition: background 100ms;
    -moz-transition: background 100ms;
    transition: background 100ms;
    margin: 0 auto;
}

.formDataTable input, .formDataTable textarea, #ccNum {
    background-color: #f0f0f0 !important;
}

#ccExpMonth {
    width:40% !important;
    float:left !important;
    background-color: #f0f0f0 !important;
}

#ccExpYear {
    width:40% !important;
    background-color: #f0f0f0 !important;
    /*clear:both;
    float:right !important;*/
}

#display_form_buttons input, .oc-form-demo-value, .oc-form-demo-fields input, .oc-form-demo-fields select {
    margin-bottom:2% !important;
    border: 0px !important;
    font-size:15px !important;
    /*height:36px !important;*/

	/* this creates the rounded corners */
	-webkit-border-bottom-right-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-webkit-border-top-right-radius: 0px !important;
	-webkit-border-top-left-radius: 0px !important;

	-khtml-border-radius-bottomright: 0px !important;
	-khtml-border-radius-bottomleft: 0px !important;
	-khtml-border-radius-topright: 0px !important;
	-khtml-border-radius-topleft: 0px !important;

	-moz-border-radius-bottomright: 0px !important;
	-moz-border-radius-bottomleft: 0px !important;
	-moz-border-radius-topright: 0px !important;
	-moz-border-radius-topleft: 0px !important;
    
    border-radius: 0px 0px 0px 0px !important; /*always declare the non-prefixed version LAST */
}

#form_display_question input, #form_display_question select, .form_display_question_response input, .form_display_question_response select {
    background-color: #f0f0f0 !important;
}

.formDataTable input, .formDataTable textarea {
    background: transparent !important;
}

.formDataTable  {
    width:50% !important;
}

#code {
	/* this creates the rounded corners */
	-webkit-border-bottom-right-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-webkit-border-top-right-radius: 0px !important;
	-webkit-border-top-left-radius: 0px !important;

	-khtml-border-radius-bottomright: 0px !important;
	-khtml-border-radius-bottomleft: 0px !important;
	-khtml-border-radius-topright: 0px !important;
	-khtml-border-radius-topleft: 0px !important;

	-moz-border-radius-bottomright: 0px !important;
	-moz-border-radius-bottomleft: 0px !important;
	-moz-border-radius-topright: 0px !important;
	-moz-border-radius-topleft: 0px !important;
    
    border-radius: 0px 0px 0px 0px !important; /*always declare the non-prefixed version LAST */
}

#form_display_main {
    max-width:900px !important;
    margin-left:auto !important;
    margin-right:auto !important;
}

#form_display_continuous_service label {
  display:inherit;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
}

#chkDifferentBillingAddress label {
    font-weight:bold;
}

#form_display_continuous_service, #form_display_payment_cards {
    border: solid 1px #EEEEEE;
    margin-top: 2%;
}

#continuous-service-header, #payment-option-header {
    width:100%;
    margin-left:auto;
    margin-right:auto;
    font-weight: bold;
    line-height:1.5285;
    font-style:normal;
    border: solid 1px #F13323;
    border-bottom:none;
    background-color: #F13323;
    padding: 1% 2%;
    color:white;
}

#continuous-service-subheader {
    font-weight:bold !important;
}

#form_display_question_txt_confirmEmail_1 {
    font-weight:bold !important;
}

@media only screen and (max-width: 59em) {
    #allaccessCell, #premiumCell {
        float:left !important;
    }

    #allaccessCell span, #premiumCell span {
        font-size:1em !important;
    }
}

/* ONEcount End*/