/* Utilities
------------------------*/
html {
    box-sizing: border-box;
    font-size: 1.1em;
    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;
}
a:active, a:link, a:visited {
    color: #B3DBF8;
    text-decoration: none;
}
#checkbox_autorenew a:active,
#checkbox_autorenew a:link,
#checkbox_autorenew a:visited {
    color:#0070C0;
    text-decoration:underline;
}


body {
    width: 100%;
    max-width:1100px;
    margin: 0 auto;
    clear: both;
    position: relative;
    font-family: Atlas Grotesk Web, Arial, Helvetica, Verdana, sans-serif;
    font-size:0.875em;
    line-height:1.4285;
}
.tblMain {
    width: 100%;
    max-width:1100px;
    margin: 0 auto;
    position:relative;
    border-left: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
}
    .tblMain td {
        padding:0;
    }
#thePanel {
    width: 100%;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    background-color: #F9F9F9;
    margin-top:4.5em;
}
#thepanel2 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
h1 {
    font-size:36px;
    color: #ffffff;
    margin-top:0;
    margin-bottom: 0.5em;
}
h2 {
    width: 100%;
    margin: 0 auto;
    font-family: Atlas Grotesk Web, Arial, Helvetica, Verdana, sans-serif;
    font-size:15px;
    font-weight:400;
    color: #ffffff;
    margin-top:0;
    margin-bottom: 0;
    line-height:1.7em;
}
h3 {
    margin: 0 auto;
    font-family: Atlas Grotesk Web, Arial, Helvetica, Verdana, sans-serif;
    font-size:18px;
    font-weight:400;
    color: #ffffff;
    margin-top:0;
    margin-bottom: 1em;
}
.heading {
    font-size:1.5em;
    text-align:left;
    color:black;
}
.description {
    font-size:0.4em;
    margin-top:1.1em;
    letter-spacing:0.05em;
}
#rpub {
    width: 100%;
}
/* Clearfix */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* ~~ Top Navigation Bar ~~ */
.nav-container {
    width: 100%;
    height: 54px;
    background-color: #000000; 
    margin:0 auto;
}
.navigation-bar {
    width: 100%;
    max-width: 1100px;
    height: 52px;
    background-color: #000000; 
    margin:0 auto;
}
    .navigation-bar img {
        max-width: 255px;
        vertical-align:middle;
    }
.navigation-bar a {
 color:white !important;
 cursor:pointer;
}
.navigation-bar a:hover {
 color:#E83737 !important;
}
.nav-logo {
    display: inline-block;
    position: relative;
    margin-top: 14px;
    margin-left: 13px;
}
.logo {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-top: 15px;  
}
    
.navlinks {
     float: right;
     position: relative;
     margin-top: 19px;
     margin-right: 13px;
 }

.navlinks > a {
    text-decoration: none;
    font-size: 14px;
    color: white;
    margin-right: 20px
}

.navigation-bar > img {
    position: absolute;
    max-width: 120px;
    margin-top: 10px;
    margin-left: 10px;
}
/* second nav bar*/
.topnav {
    display:none;
}
.topnav {
    overflow: hidden;
    background-color: #000000;
    color:white;
}
.topnav img {
    max-width:200px;
    vertical-align:middle;
}
.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 13px;
}

.topnav a:hover {
  background-color: #000000;
  color: red !important;
}

.nav-active {
  background-color: #000000;
  color: white;
}

.topnav .icon {
  display: none;
}
/* end */

img{height:auto;color:#c00;border:0;-ms-interpolation-mode:bicubic}
.subscription-pages {
    width: 80%;
}

ul#supscriptionPages {    
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    border-radius: 6px;
    border: 1px solid #63788C;
}

#supscriptionPages li {
    float: left;
    width:25%;
    background-color:white;
}

ul#supscriptionPages > li:not(:last-child) {
    border-right: 1px solid #63788C;
}

#supscriptionPages > li:not(.li-active) a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    color:#63788C !important;
}

#supscriptionPages li:not(.li-active) a:hover {
    background-color: #EFF1F3;
    color:#63788C !important;
}
.li-active {
    background-color: #63788C !important;    
    display: block;    
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.li-active a {
    color:white !important;
}

.editionPrice {
    font-size:.8em;
    text-align:center;
    margin-bottom: 0.5em;
}
.editionPrice1SubText {
    font-style:italic;
    font-weight:normal;
    font-size:.7em;
    text-align:center;
}

.country-types {
    width: 60%;
}
ul#countryTypes {    
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    border-radius: 6px;
    border: 1px solid #63788C;
    color:#63788C !important;
}

#countryTypes li {
    float: left;
    width:33.33%;
    background-color:white;

}

ul#countryTypes > li:not(:last-child) {
    border-right: 1px solid #63788C;
}

#countryTypes li a {
    display: block;
    /*color: white;*/
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    color:#63788C;
}
#countryTypes li a:hover {
    background-color: #EFF1F3;
    color:#63788C !important;
}

#countryTypes li.li-active-country a {
    background-color: #63788C;
    color:white !important;
}
.li-active-country {
    background-color: #63788C !important;
    color:white !important;
}
header {
    width: 100%;
    margin:0 auto;
    background-color:#000000;
}
header img {
    width: 100%;
    max-width:255px;
    display: block;
    margin: 0;
}
.header-container {
    width:100%;
    max-width:1100px;
    margin:0 auto;
    display:block;
}
.header {
    width: 100%;
    max-width: 900px;
    margin:0 auto;
    display:block;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}
.header-group {
    width: 100%;
    max-width: 1258px;
    margin:0 auto;
    display:block;
    background-color:#EFECDB;
}
    .header-group img {
        width: 100%;
        max-width:1100px;
        margin:0 auto;
        display:block;

    }

section {
    width: 100%;
    max-width:800px;
    margin:0 auto;
    display:block;
}

footer {
    width:100%;
    margin:0 auto;
    display:block;
    background-color: #9dbad8;
    padding-top: 10px;
}
.footerContent {
    width:100%;
    display:block;
    background-color: #070707;
    margin:0 auto;
    padding-top: 2em;
    padding-bottom: 2em;
}
    .footerContent table {
     width:100%;
     max-width:1081px;
     margin:0 auto;
    
    }
#footerText {
    /*padding: 0 0 114px 320px;*/
    color: #8ba1b6;
    font-size: .9em;
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;
    position: relative;
    top: -2em;
}
#footerLinks {
    font-size: .9em;
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;
    position: relative;
    top: -2.5em;
    color:white;

} 
.footerContent span a {
    color: #ffffff;
    text-decoration: none;
    font-size: .9em;
} 
#pageSource {
    text-align:center;
    margin-top:1.5em;
}
.module_blurb {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FEB290;
    font-size:0.8rem;
}
.module_blurb img {
    width:100% !important;
    margin:0 auto;
    display:block;
}
#shadow img {
    /*box-shadow: 10px 10px 5px #888888;*/
}

.autorenew-table {
    width:80%;
    border:1px solid black;
    padding:2em;
    max-width:600px;
}
.module_blurb p {
    font-size:16px;
    line-height:1.2em;
}
.module_blurb li {
    font-size:1rem;
    line-height:1.2em;
}
.module_blurb a {
    /*color:#565656;*/
}
.module_blurb a:hover {
    color:#a02b2f;
}
.module_blurb table{
    width:100%;
    margin:0 auto;
    display:block;
}
    .module_blurb table td {
        vertical-align:middle;
    }
        .module_blurb table td:first-child {
            width:61%;
        }
.module_blurb .standard-table h1{
    text-align:left;
}
.social img {
    width:auto!important;
}
.red {
    color: #FF003A;
}
#blurb_bottom_payment,
#blurb_bottom_price {
    display:block;    
    line-height: 1.6em;
    color: #a8afb7;
    text-align: center;
    font-size: 8pt;
    padding: 0 7em 0 7em;
    margin-top:30px;
}
.blurb_bottom {
    width: 85%;
    margin: 0 auto;
    display: block;
    color: #A6A49F;
    text-align: center;
    font-size: 12px;
    margin-top: 2em;
    letter-spacing: 0.43px;
    line-height: 17px;
}
#tbl_price td {
    padding-bottom:0.5em;
    padding-left:2em;
}
#headerRow_price .cell {
    font-weight:bold;
}
.ccContainerpayment {
    width:100%;
}
.InnerTableForRadiopayment {
    display:none;
}

#paypalPro_cell > table, #eCheck_cell > table {
    margin: 15px 0px;
}
#blurb_top_payment img{
    margin-right:1em;
    width:100%;
    max-width:64px;
}
#tbl_payment img {
    width:51px;
    height:32px;
}

.table1 {
    border: none;
}
.tbl {
    width: 100%;
}
.moduleHdr {
    width: 72%;
    display:block;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    color:#505F6E;
    text-align:center;
    padding-top:1.2em;
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#a9b0b8;
    letter-spacing:0.1em;
}
.sub-Hdr {
    font-size:14px;
    color:#ABAAA4;
    margin-top:1em;
    letter-spacing:0;
}
#moduleHdr_edition {
    margin-bottom:2em;
}
#moduleHdr_username,#moduleHdr_customgift,#moduleHdr_countrybox  {
    border-style:none;
}
#moduleHdr_username,
#moduleHdr_nameaddr,
#moduleHdr_billto_nameaddr,
#moduleHdr_payment,
#reviewSubmitHeader
 {
    padding-top:2.5em;
    padding-bottom:1em;
}
#moduleHdr_customgift {
    padding-top: 1.2em;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #a9b0b8;
}

/**************namedaddr module*************/

.module_wrapper {
    width: 100%;
    margin:0 auto;
    display:block;
    background-color:transparent;
    margin-bottom: 4%;
}
.module_countrybox {
    text-align:center;
    padding-top: 1.7em;
}
.module_countrybox div {
    margin: 0 auto;
    width: 23% !important;
    display: inline-block;
    background-color: white;
    border: 3px solid #6E6E6E;
    border-radius: 2px;
    color: #6E6E6E;
    text-align: center;
    padding: 0.5em;
    margin-right: 5px;
    font-family: Atlas Grotesk Web, Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 1.09px;
    cursor: pointer;
}
.module_countrybox > div:not(:first-child) {
    margin-left: 0.5em;
}
.countryBoxLink {
    font-size:12pt;
}
.edition-selection.active,
.country-active {
    color:#447FA8 !important;
    border: 3px solid #447FA8 !important;
}
#module_username_wrapper {
    /*margin-top: -0.8em;*/
}
#module_edition_wrapper .blurb_bottom {
    margin: 0 auto;
    display: block;
    text-align:center;
    margin-top:3em;
    color:#000000;
}
.blurb-big {
    font-size:16px;
}
.blurb-small {
    font-size:12px;
}
#module_edition_wrapper {
    margin-top:0.5em;
}
#moduleHdr_subscription {
    border:0;  
}
#module_nameaddr_wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
}
#module_customgift_wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
}
.module_lastword {
    width: 100%;
    margin: 0 auto;
    display:block;
    text-align:center;
    margin-bottom: 0%;
    font-size:12px;
}
.footer-text {
    width:85%;
    margin:0 auto;
    margin-bottom:4em;
    font-size:15px;
}
.international-container {
    width: 80%;
    margin:0 auto;
    display: block;
    text-align:center;
    margin-bottom:1em;
    padding-bottom:3em;
    background-color:#F8DD57;
    color:#505F6E;
    padding:1em;
}
.international-container p{
    font-size:12px;
    line-height: 17px;
}
.international-content {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-left: 4em;
    padding-right: 4em;
}
.int-heading {
    margin-bottom: 0.7em;
    font-size: 18px;
}
#module_grandtotal_wrapper {
    padding-top:0;
    padding-left: 10em;
    padding-right: 10em;
}
#blurb0_nameaddr {
    display:none !important;
}
#module_demos_wrapper {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -0.6em;
    padding-bottom: 2em;
    margin-bottom: 2em;
}
#module_agreement_wrapper {
    border-top:1px solid #447FA8;
    width: 85%;
    padding-top: 2em;
    margin-bottom: 0;
}
#module_agreement {
    width: 65%;
    display: block;
    margin: 0 auto;
}
#module_agreement table {
    width:100%;
}
#module_newsletter_wrapper {
    width: 85%;
    padding-top:0;
    padding-bottom:0;
    margin-top:1em;
    margin-bottom: 2.5%;
}
#module_newsletter {
    width: 65%;
    display: block;
    margin: 0 auto;
}
#newsletter_1 {
    margin-left:0.1em;
    display:table-row;
}
#newsletter_1 label {
    padding-left:0.5em;
    display:table-cell;
}
#module_payment_wrapper {
    margin-bottom:0;
    padding-bottom:0;
}
.subscription-active {
    background-color:#84161A !important;
    color:white !important;
}
#drpCountries {
    width:10em;
}
#module_donation_wrapper {
    margin-bottom:0;
    border-bottom:none;
}
.txtbox_bulk,
.txtbox_donation,
.txtbox_grandtotal {
    width:28% !important;
}

#module_grandtotal {
    color:#2F2F2F;
    margin-top:0.8em;
    width: 34%;
}
#rbldonation td {
    padding-top:10%;
    clear:both;
    float:left;
    display:block;
    white-space:nowrap;
    content: "";
}
#lbl_donation_1 {
    margin-left:5.4em;
}
.cbxRecurdonation {
    padding-top:2%;
    display:block;
}
.rbldonation {
    margin-bottom:1em;
    margin-top:1em;
}
.edition-title {
    width: 90%;
    display: block;
    margin: 0 auto;
    font-Size: 13px;
    color: #E83737;
    margin-top: 2.9em;
    margin-bottom:0.8em;
    letter-spacing: 0.85px;
}
.edition-blurb {
    width: 90%;
    display: block;
    margin: 0 auto;
    font-size:24px;
    color:#000000;
    line-height:29px;
    letter-spacing:0.85px;
    height:58px;
}
.edition-price {
    font-Size: 58px;
    text-align: Center;
    /*margin-bottom: 0.1em;*/
}
.price-term {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 1.1em;
    margin-bottom:2em;
    font-size:14pt;
    line-height:24px;
    letter-spacing:0.85px;
    color:#000000;
}
.edition-price-small {
    font-Size: 15px;
    text-align: Center;
    vertical-align:top;
    position:relative;
    top: 18px;
    right: 14px;
}
.edition-price-currency {
    font-Size: 15px;
    text-align: Center;
    vertical-align: top;
    position: relative;
    top: 18px;
    left: 13px;
}
.red-bar {
    margin:0 auto;
    display:block;
    background-color:#e83836;
    width:285px;
    height:50px;
    text-align:center;
    color:white;
    vertical-align:middle;
    padding: 1em;
    font-size: 15px;
    letter-spacing:1.36px;
}
 .line{
width: 46px;
border-bottom: 1px solid black;
margin-top:1.1em;
margin-left:1.1em;
}
.btnAddAnother {
    font-family: Atlas Grotesk Web, Arial, Helvetica, Verdana, sans-serif;
    font-size:0.875em !important;
    margin:0 auto;
    background-color:#e83836;
    width:173px !important;
    height:45px !important;
    text-align:center;
    color:white !important;
    vertical-align:middle;
    padding: 1.1em;
    letter-spacing:0.1em;
}
.btnAddAnother:hover {
    background-color:#000000;
}
ul.checkmark {
  list-style-image: url('../images/checkmark-small.png');
}
/*.bestoffer {
    position: absolute;
    left: -0.6em;
    top: -2.5em;
}
.bestofferdigital {
    position: absolute;
    left: -0.6em;
    top: -2.5em;
}
.bestoffer img {
    width:auto;
}
.bestofferdigital img {
    width:auto;
}*/
.sub-header {
    margin:0 auto;
    display:block;
    color:black;
    text-align:center;
    font-size:15px;
    letter-spacing:0.1em;
}
.sub-content {
    margin:0 auto;
    display:block;
    color:#90959B;
    text-align:center;
    width: 70%;
    margin-top: 0.1em;
    margin-bottom: 1em;
    font-size:12px;
    height:3em;
}

/** edition content **/
.divTable{
    display:table;
    
}
.divTableRow{
    display:table-row;
}
.divTableCell{
    display:table-cell;
    vertical-align: top;
    height: 100%;
}
.divTableCell.Edition_Cell {
    position:relative;
}
.divContent {
    /*padding-left:1em;
    padding-right:1em;*/
}
.divContent ul{
    padding-left: 3.4em;
    padding-right:3em;
    margin-top:2em;
    margin-bottom:6em;
}
    .divContent ul li {
    color: #90959B;	
    font-size: 14px;	
    line-height: 22px;
    margin-bottom:0.5em;
    margin: 0;
    padding: 0;
    margin-bottom: 1.2em;
    letter-spacing:0.5px;
    }
#module_edition {
    margin-left:-80px;
    margin-right:-80px;
}
#CustomEdition {
    width:100%;
    border-collapse:separate;
    border-spacing:80px 0;
    margin:0 auto;
}
#CustomEdition  .Edition_Cell  { 
    /*vertical-align: top;
    line-height:1.42857143;
   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	/*-moz-box-sizing: border-box;*/    /* Firefox, other Gecko */
	/*box-sizing: border-box;
    background-color:white;
    padding-left: 0.3em;
    padding-right: 0.3em;
    -webkit-box-shadow: -2px 5px 7px rgba(86, 79, 79, 0.25);
    box-shadow: -2px 5px 7px rgba(86, 79, 79, 0.25);
    -moz-box-shadow: -2px 5px 7px rgba(86, 79, 79, 0.25);*/
    /*padding-bottom: 1.3em;*/
    /*cursor:pointer;
    border: 9px solid transparent;*/
    
}
.two-editions {
    width:95% !important;
}
.Edition_active {
    /*background-color: #f1f2f2 !important;*/
    border:4px #E83737 solid !important;
}
#CustomEdition .backGroundColor {
    background-color:  #cacaca;    
}
#CustomEdition .divTableCaptionTop {
    caption-side: top; display: table-caption; 
}
#CustomEdition .divTableCaptionBottom {
    caption-side: bottom; display: table-caption; 
}
#CustomEdition .colspanRow {
    display: table-row-group; 
}
.customEditionButton{
    width:1.5em;
    height:1.5em;
    z-index:1000;
}
.divTableCell input[type="radio"]{
    width:1.5em;
    height:1.5em;
    z-index:1000;
    vertical-align:middle;
}
.divTableCell label {
    vertical-align:middle;
}
.IsActiveHover, .mySelectedItem {
    background-color:#f1f2f2;  
}
/*#B_Edition_Cell:hover,#P_Edition_Cell:hover, #E_Edition_Cell:hover {
    background-color:#f1f2f2 !important;
    border:4px #E83737 solid !important;
}*/
.Edition_Cell.active .tabpanel {
    /*background-color:#f1f2f2 !important;*/
    border:9px #E83737 solid !important;
}

.Edition_linkgray {
    color: #aeaeae !important;
}
.Edition_linkred {
    color: #ff0000 !important;
    font-weight:bold;
}
#B_Edition_Cell {
    width:50%;    
}
#E_Edition_Cell {
    width:50%;    
}
#P_Edition_Cell {
    width:33.3%; 
}
#B_Edition_Radio,
#E_Edition_Radio,
#P_Edition_Radio {
    display:none;
}
/** end edition content **/
#module_submit_wrapper {
    border-style: none;
    padding-bottom: 4em;
    margin-bottom:0;
}
#module_login_wrapper {
    background-color:white;
}
#divMailingLabel {
    margin-top:1em;
}
#moduleHdr_paybill,
#module_paybill_wrapper {
    border: 0;
    outline: 0;
}
#module_orderinfo_wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: solid 0px maroon;
    background-color: #fff;
    padding: 1%;
    margin-bottom: 2%;
}
#module_orderinfo{
    overflow:hidden;
}
.tbllogin {
    width:100%;
}
#tbl_nameaddr td,
#tbl_billto_nameaddr td {
    padding-bottom:0.2em;
}
#tbl_billto_nameaddr {
    display:table !important;
}
#tbl_payment {
    width:100%;
}
#combinedcitystatezip {
    width:100%;
}
#row_login_2 {width:45%; float:left; clear:left; 
}
#row_login_3 {width:45%; float:right;  clear:right;
}
#row_login_5 {width:45%; float:left; clear:left; 
}
#row_login_6 {width:45%; float:right;  clear:right;
}
#row_nameaddr_1 {width:49%; float:left; clear:left;
}
#row_nameaddr_3 {width:49%; float:left; clear:left;
}
#row_nameaddr_4 {width:49%; float:right;  clear:right;
}
#row_nameaddr_6 {width:100%; float:left; 
}
#row_nameaddr_7 {width:100%; float:left;  
}
#row_nameaddr_8 {width:100%; float:left; 
}
#row_nameaddr_9 {width:32.5%; float:left; margin-right:1em;
}
#row_nameaddr_10 {width:32.5%; float:left; margin-right:1em;
}
#row_nameaddr_11 {width:31%; float:right;
}
#row_nameaddr_12 {width:49%; float:left; clear:left;
}
#row_nameaddr_16 {width:49%; float:left; clear:left;
}
#row_nameaddr_17 {width:49%; float:right;  clear:right;
}
#demos_question_0, #demos_question_1 {
    display:none;
}
#demos_question_0,#demos_answer_0 {width:46.5%; float:left;margin-right:3em;margin-left:0.1em;
}
#demos_question_1,#demos_answer_1 {width:46.5%; float:right;margin-right:0.3em;
}
#row_billto_nameaddr_1 {width:49%; float:left; clear:left;
}
#row_billto_nameaddr_2  {width:49%; float:right;  clear:right;
}
#row_billto_nameaddr_3 {width:100%; float:left; 
}
#row_billto_nameaddr_4 {width:100%; float:left; 
}
#row_billto_nameaddr_5 {width:100%; float:left; 
}
#row_billto_nameaddr_6 {width:100%; float:left; 
}
#row_billto_nameaddr_7  {width:32.5%; float:left; margin-right:1em;
}
#row_billto_nameaddr_8 {width:32.5%; float:left; margin-right:1em;
}
#row_billto_nameaddr_9 {width:29%; float:right;
}
#row_billto_nameaddr_10 {width:49%; float:left; clear:left;
}
#row_billto_nameaddr_14 {width:49%; float:left; clear:left;
}
#row_billto_nameaddr_15 {width:49%; float:right; clear:right; 
}
#row_username_1 {width:49%; float:left; clear:left; 
}
#row_username_2 {width:49%; float:right;  clear:right;
}

#ccmonth {
    float: left;
    width: 33%;
    margin-right: 1em;
}
#ccyear {
    float: left;
    width: 33%;
    margin-right: 1em;
}
#ccexpire_req {
    /*float:left;*/
}
#ccv{
    width:33%;
}
#module_billto_checkbox_wrapper {
    width: 42%;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    padding: 0.5%;
    margin-top:2em;
    margin-bottom: 2%;
    border-style:none;
    color:#a9b0b8;
}
#checkbox0_billto_checkbox {
    font-size:12px;
    color:#000000;
    line-height: 12px;
    letter-spacing: 0.26px;
}
#module_submit_wrapper,
#module_paybill_wrapper {
    width: 100%;
}
.module, .module_countrybox{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 3.7em;
    margin-left: 3.7em;
}
#module_billto_checkbox {
    margin-right:0;
    margin-left:0;
}
#module_nameaddr, #module_billto_nameaddr, #module_username,#module_payment,#module_autorenew,#module_customgift {
    margin-left:10em;
    margin-right:10em;
}
#module_autorenew {
    border:2px solid #41719C;
    padding:0.5em;
}
#module_customgift {
    margin-top: 5px;
    margin-bottom: 5px;
}
#tbl_nameaddr span {

}
.reqstar {
    color: #a02b2f;
}
.reqmsg, #password_length, .reqmsg_payment {
    color: #a02b2f !important;
    font-weight:bold;
}
#payment_error_msg {
    width:100%;
    color: white !important;
    font-size:1.1em;
    font-weight:bold;
    background-color: #ff0000;
    padding: 1% !important;
    margin-bottom: 1em !important;
    text-align:center;
    display:block;
}

#errordiv div {
    color: white !important;
    padding:2em;
    font-size:1.1em;
    background-color: #ff0000;
    padding: 1% !important;
}

#thepanel2 #errordiv div {
    padding:0;
}

.fieldInput, .cgstate, .cgzip, .cgcountry  {
    max-width: 100%;
}
label {
    display:inline;
    margin-left:0.5em;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
   	width:100%;
    margin: 13px 0 0 0;
    border: 1px solid #A7A5A0;
    color: #2C2C2C;
    padding: 0 10px;
    height: 45px;
    line-height: 31px;
    font-size:12px;
    letter-spacing: 0.26px;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;  
    -webkit-border-radius: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  border: 1px solid #837349;
    color:#2C2C2C;
  -webkit-transition: border 100ms;
  -moz-transition: border 100ms;
  transition: border 100ms;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#ADADAA;
}
input::-moz-placeholder { /* Firefox 19+ */
    color:#ADADAA;
}
input:-ms-input-placeholder{ /* IE 10+ */
    color:#ADADAA;
}
input:-moz-placeholder { /* Firefox 18- */
    color:#ADADAA;
}
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#ADADAA;
    opacity: 1; /* Firefox */
}
textarea {
    height: 35px;
    margin: 13px 0 0 0;
    line-height: 31px !important;
        border: 1px solid #A7A5A0 !important;
    color: #2C2C2C;
}
select {
	width:100%;
    background-color: #f1f2f2;
	background-image: url('../images/arrow-down.png');
	background-repeat: no-repeat;
	background-position: right center;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;   
    -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
    -moz-border-radius: 0;  /* Firefox 1-3.6 */     
    border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	text-indent: 0.01px;
	text-overflow: "";
	height: 45px;
    font-size: 12px !important;
    letter-spacing: 0.26px;
	line-height: 22px;
	padding: 0 10px;
	border: 0;
    color:#ADADAA;
	box-shadow: none;
	background-color: #ffffff\9; /* for IE 8 and lower */
	background-image: url(none)\9;
	padding: 0 0 0 10px\9;
	height: 36px !important\9;
    margin:13px 0 0 0;
    border-style:none !important;
}
select::-ms-expand {
    display: none; /*remove arrow in IE*/
}
select:focus {
  border: 1px solid #837349;
  color: #2C2C2C;
  -webkit-transition: border 100ms;
  -moz-transition: border 100ms;
  transition: border 100ms;
}
option {
    background-color: #ffffff;
    color: #787878;
}
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"], .button{
    width: 100%;
    max-width:242px;
    color:white;
    background-color:#E73836;
    border-color:#E73836;
    text-transform:uppercase;
    font-size:1.1em;
    padding-top: 1em;
    padding-bottom: 1em;
    letter-spacing:0.1em;
}
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,
#tbl_username td
{
    display:block;
}
.ccContainerpayment td {
    display:block;
}
.dropdown_payment {
    width:50%;
}
.cell1_referrals {
    width: 20%;
    text-align: left;
}
.red {
    color: #BD0500;
    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: #50626F;
    border: solid 1px white;
}
.cgGift {
    background-color:transparent !important;
    border-style:none;
    padding-left:6.5em;
    padding-right:6.5em;
}
#tbl_gift_total {
    width:100%;
    color: white;
    background-color: #50626F;
    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;
}
.divAppendRecipientsButton {
    padding-bottom:4%;
}
.removeGiftRow, .removeGiftRow a {
    text-align:center;
    color:black;
}
#btnPricePanel {
    max-width: 120px;
    font-size:1em;
    font-weight:bold;
    padding:0px;
}
#txtPCode {
    max-width: 200px;
    margin: 1em;
}

/* Ecard Styling*/
.ui-datepicker {
    background-color: lightyellow;
}
.ui-datepicker-month, .ui-datepicker-year {
    width:50%;
}
.ui-datepicker-next  {
    float:right;
}
#module_ecard {
    background-color: transparent;
}
.module_ecard {
    background-color: transparent;
    padding-left: 0%;
    margin-left: 0%;
}
.ecard-box {
    margin-right:0em;
}
.hideShowEcard {

}
#ecardmsg {
    width:97%;
    border: 1px solid #837349;
    font: 400 1em Arial !important;
}
.ecardmsg{
    width:99%;
    border: 1px solid #837349;
    height: 120px;
    font-size: 12px;
    padding: 0 10px;
}
#ecardfooter {
    width:97%;
    padding: .75em 1em .65em;
    border: none;
    font-style:italic;
    font-size: .76em;
}
#divCharacters, .divCharacters {
    width:97%;
    padding: .75em 1em .65em;
    font-size: .88em;
    display:block;
}
#characters, .characters {
    padding: 0em 1em !important;
    display:inline !important;
}
.hasDatepicker {
    width:100% !important;
    max-width:360px !important;
}
.formRow #demos_answer_1 {
    float:left;
    margin-bottom: 1em;
}
.ecard-blurb {
    padding: 1em;
    font-size:.88em;
}
.btnRemove {
    font-size:0.95em;
}
/*End Ecard Styling*/

textarea {
    line-height: 1.5;
    height: 12em;
}

.rbSelector {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}

/* Checkout Product Details Page */
.pdGrid tr:first-child td, .order-summary-productdetailsinfo tr:first-child td {
    color: #ffffff;
    background-color: #63788c;
}
.order-summary-productdetailsinfo tr:first-child td:last-child{
    display: block;
} 
.pdGrid tr:last-child td, 
.order-summary-productdetailsinfo tr:last-child td, 
.order-summary-productdetailsinfo tr:nth-last-child(1) td, 
.order-summary-productdetailsinfo tr:nth-last-child(2) td, 
.order-summary-productdetailsinfo tr:nth-last-child(3) td, 
.order-summary-productdetailsinfo tr:nth-last-child(4) td {
    color: #ffffff;
    background-color: #63788c;
    border-bottom: 0px !important;
}
.order-summary-productdetailsinfo tr:nth-last-child(1) td:nth-child(1),
.order-summary-productdetailsinfo tr:nth-last-child(2) td:nth-child(1),
.order-summary-productdetailsinfo tr:nth-last-child(3) td:nth-child(1) {
    background-color: transparent;
}
.order-summary-productdetailsinfo tr:nth-last-child(2),
.order-summary-productdetailsinfo tr:nth-last-child(3) {
    display:none;
}
.pdGrid, .order-summary-productdetailsinfo {
    font-size: 1em;
    background-color: white;
}
.ecardbox {
    width:98% !important;
}
.mobile {
    display:none;
}
.fa {
    color:#A9B0B8;
    text-align:center;
    margin: 0 auto;
    display:block !important;
}
.fa-bars {
    color:white !important;
    font-size: 27px !important;
}

label[for="autorenew"] {
    font-size: 16px;
    color: #212529;
    letter-spacing: 0.43px;
    line-height: 17px;
}

.displayagree{
    display: block !important;
}
.row1 {
    width:47%;
    margin-right:0;
}
.row2 {
    width:47%;
    margin-right:0;
}
/* End Checkout Product Details Page */

#reviewSubmitHeader {

}
#reviewSubmit {
    width: 65%;
    background-color: white;
    padding-bottom: 1em;
    border: 1px solid #CBCBCB; 
}
#reviewEditionHeader {
    font-size: 24px;
    letter-spacing: 0.85px;
    padding-bottom: .5em;
    color:#000000;
    text-align:left;
    margin-left:1em; 
    padding-top:1em;   
}
#reviewEditionPriceLine {
    font-size:14px;
    letter-spacing:0.5px;
    color:#000000;
    text-align: left;
    margin-left: 2em;
}
#reviewEditionPriceMsg {
}
#reviewEditionPrice {
    color: black;
    font-size: 24px;
    letter-spacing: 0.85px;
    margin-right:1em;
    text-align: right;
}

.modal-wip
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.2;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}
.loading-wip
{
    /*border: 5px solid #67CFF5;*/
    width: auto;
    /*height: 100px;*/
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
    padding: 15px;
    font-size: 18px
}

.tabs {
  /*display: flex;*/
  flex-wrap: wrap;
  max-width: 700px;
  background: #fefefe;
  /*box-shadow: 0 48px 80px -32px rgba(0,0,0,0.3);*/
}

.input {
  position: absolute;
  opacity: 0;
}

.label {
    padding: 8px 30px;        
    /*cursor: pointer;*/
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    transition: background 0.1s, color 0.1s;
    margin: 0;
}
.hasbestoffer {
    background: #e83737;    
}
.label.hasbestoffer:after {
    content:"BEST OFFER"
}

.tabpanel {
    vertical-align: top;
    line-height:1.42857143;
   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
    background-color:white;
    padding-left: 0.3em;
    padding-right: 0.3em;
    -webkit-box-shadow: -2px 5px 7px rgba(86, 79, 79, 0.25);
    box-shadow: -2px 5px 7px rgba(86, 79, 79, 0.25);
    -moz-box-shadow: -2px 5px 7px rgba(86, 79, 79, 0.25);
    /*padding-bottom: 1.3em;*/
    cursor:pointer;
    border: 9px solid transparent;
    min-height:700px;
}
#TrustedSecure {
    margin-top:1em;
}

#noteInternationalPrice {
    display:none;
}

#echeck_routingNum, #echeck_accountNum {
    width: 200px;
}

@media only screen and (max-width: 70em) {
    #module_nameaddr, #module_billto_nameaddr, #module_username, #module_payment, #module_autorenew,#module_customgift {
        margin-left: 3em;
        margin-right: 3em;
    }
    #CustomEdition {
        border-spacing: 20px 0;
    }
    #module_edition {
        margin-left:0;
        margin-right:0;
    }
    .two-editions {
        width: 100% !important;
    }
    #module_billto_checkbox_wrapper {
        width:53%;    
    }
    #reviewEditionPrice {
        margin-left: 55%;
    }
}
/*half screen*/
@media only screen and (max-width: 60em) {
    .tblMain {
        /*padding-left:2em;
        padding-right:2em;*/
    }
    h1 {
        font-size:33px;
    }
    h2 {
        font-size:13px;
    }
    /*div.bestoffer.active {
        left: -0.6em;
    }
    div.bestofferdigital.active {
        left: -0.6em;
    }
    div.bestoffer {
        left: -0.6em;
    }
    div.bestofferdigital {
        left: -0.6em;
    }*/
    .sub-content {
        width:90%;
    }
    .header-text {
        width:70%;
    }
    .header-text-long {
        width:70%;
    }
   .subscription-pages {
    width: 93%;
    }
    .country-types {
    width: 70%;
    }
    .divContent ul {
    /*padding-left: 1.5em;*/
}
    .module_blurb li {
        font-size:1.2em;
    }
    #countryTypes li a {
        padding:15px 7px;
    }
    #subscriptionPages li a {
        padding:15px 7px;
    }
    .divTableCell {
        padding-bottom:0.3em;
    }
    .divTableCell label {
        font-size:19px;
    }
    .header-side-image {
        display:none;
    }
    .footerContent {
        padding-left:1em;
    }
    #reviewEditionPrice {
        font-size: 24pt;
        margin-left: 45%;
    }
}
@media only screen and (max-width: 55em) {
    .divTableCell label {
    font-size: 17px;
    }
    .sub-content {
        width:100%;
    }
    #demos_question_0, #demos_answer_0 {
        margin-right: 2.5em;  
    }
    #module_nameaddr, #module_billto_nameaddr, #module_username, #module_payment, #module_autorenew,#module_customgift {
        margin-left:2em;
        margin-right:2em;
    }
    h1 {
        font-size:30px;
    }
}
@media only screen and (max-width: 53em) {
    #module_nameaddr, #module_billto_nameaddr, #module_username, #module_payment, #module_autorenew,#module_customgift {
        margin-left:1em;
        margin-right:1em;
    }
}
@media only screen and (max-width: 51.188em) {
    #module_nameaddr, #module_billto_nameaddr, #module_username, #module_payment, #module_autorenew,#module_customgift {
        margin-left:0;
        margin-right:0;
    }
}
@media only screen and (max-width: 49em) {
    #row_nameaddr_11 {
        width:27.5%;
    }
    #demos_question_0, #demos_answer_0 {
        margin-right: 2.4em;  
    }
    h1 {
        font-size:28px;
    }
}
@media only screen and (max-width: 48em) {
    #demos_question_0, #demos_answer_0 {
        margin-right: 2.3em;  
    }
}
@media only screen and (max-width: 45em) {
    body {
        font-size: 0.875em;
        width: 100%;
        background-size:800px;
        background-color:white;
    }
    #thePanel {
        margin-top:0;
    }
    #grandtotal {
        width:100% !important;
        max-width:350px !important;
    }
    .cgGift {
     padding-left:0;
     padding-right:0;
    }
    .module_countrybox {
    padding-left: 13px;
    padding-right: 13px;
    }
    .module_countrybox div {
    display: block;
    width: 100% !important;
    margin-bottom: 1em;
    }
    .module_countrybox > div:not(:first-child) {
        margin-left:0;
    }
    .desktop {
        display:none;
    }
    .mobile {
        display:block;
    }
    .tblMain {
        padding:0;
        top:0;
    }
    h1 {
        font-size:25px;
    }
    h2 {
        width:100%;
        padding-left: 0;
        padding-right: 0;
        font-size:12px;
    }
    /*.bestoffer {
    left:-0.55em;
    }
    div.bestoffer.active {
    left:-0.55em;
    }
        div.bestoffer.hoverme {
    left:-0.55em;
    }
    .bestofferdigital {
    left:-0.55em;
    }
    div.bestofferdigital.active {
    left:-0.55em;
    }
        div.bestofferdigital.hoverme {
    left:-0.55em;
    }*/
    .nav-container {
        display:none;
    }
    nav {
        display:none;
    }
    nav {
        font-size:11pt !important;
        text-transform:capitalize !important;
    }
    .topnav {
        display:block;
    }
    /*first nav*/
    .navlinks a {display: none;}
    .navlinks a.icon {
        float: right;
        display: block;
    }
    .navlinks.responsive {position: relative;}
    .navlinks.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .navlinks.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    /*second nav*/
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    /*end nav*/
    #module_customgift {
        padding: 0;
        margin: 0;
    }
    #module_edition {
        margin-left:0;
        margin-right:0;
    }
    .edition-wrapper {
        width:85%;
        margin: 0 auto;
        padding-top:0.5em;
        margin-bottom:5.5em;
    }
    .footer-text {
        width:98%;
    }
    #module_edition_wrapper {
        margin-top:0.5em;
    }
        #module_edition_wrapper .blurb_bottom {
            display:block;
            font-size:12px;
            color:#6A9FD5;
        }
    .mobile .edition-title {
        margin:0;
        display: table-cell;
        border-bottom-style:none;
        width:100%;
        font-size:18px;
    }
    .mobile .edition-container {
        float:left;
        clear:left;
    }
    .mobile .edition-price {
        float:right;
        clear:right;
        font-size:42px;
    }
    .mobile .edition-price-small {
        font-size:22px;
    }
    .mobile .edition-price-currency {
        font-size:22px;
    }
    .mobile .ul-container{
        width:100%;
        margin: 0 auto;
        clear: both;
    }
        .mobile .ul-container-collapse{
        width:100%;
        margin: 0 auto;
        clear: both;
        background-color:#505F6E;
        padding-top:0.3em;
        padding-bottom:0.3em;
    }
    .mobile .red-bar {
        margin:0;
        margin-top: 1em;
        font-size: 10px;
        padding: 0.8em;
        width: 130px;
        height: 30px;
    }
    .sub-header,
    .sub-content {
        display:none;
    }
    ul.checkmark {
        list-style-image: url(../images/checkmark-small.png); 
    }
    .divContent ul li {
        list-style: inherit;
    }
    .divContent ul {
        padding-left:4.5em;
    }
    header {
        border-top:0;
        min-height:0;
        margin-bottom: 2em;
    }
    header img {
        width: auto !important;
        display:block;
    }
    section {
        padding-bottom:2em;
    }
    section table td {
        display:block;
        text-align:left !important;
    }
    section p {
        padding-top:1em;
        padding-bottom:1.5em;
    }
    .footerContent table td {
        display:block;
    }
    #footerText, #footerLinks {
        position:initial;
        top:0;
    }
    .header-text {
        width:70%;
        font-size: 1.9em;
        padding-left: 1em;
    }
        .header-text-long {
        width:70%;
        font-size: 1.9em;
        padding-left: 1em;
    }
    #rbedition_1, #rbedition_2, #rbedition_3 {
        display:none;
    }
    /*.Edition_Cell.active .divTableCell {
        color:white !important;
    }*/
    /*#B_Edition_Cell:hover, #P_Edition_Cell:hover, #E_Edition_Cell:hover {
        background-color:#D6D6D6 !important;
    }*/
        .active.divTableCell {
        background-color:#63788c;
        /*color:white !important;*/
    }

    .container {
        display:none;
    }
    .divTableRow {
        display:block;
    }
    .divTableCell {
        width:100% !important; 
    }
    .divContent.Bottom4 {
        margin-bottom:0;
    }
    .B_Edition_RB,
    .P_Edition_RB,
    .E_Edition_RB {
        float:left;
        width:65%;
        display:block;
    }
    #E_Edition_Radio, #B_Edition_Radio, #P_Edition_Radio {
        padding-left:0.3em;
    }
    .divTableCell {
        margin-bottom:0.5em !important;
        margin-top:0.5em !important;
        padding-bottom:0;
        height:4.5em;
    }
    .divTableCell p {
        margin-bottom:0;
    }
        .divTableCell label {
            font-size:0.9em;
        }
    .editionPrice {
        font-size:0.7em;
        float:left;
        margin-top: 0.4em;
    }
    .editionPrice1SubText {
        float:left;
    }
    .country-link {
        text-align:center;
    }
    .subscription-pages {
    width: 100%;
    }
    .country-types {
    width: 98%;
    }
    #CustomEdition > div > div.divTableRow, #CustomEdition div.divTableRow > div.divTableCell {
        display:block;
        width:98%;
        margin:0 auto;
        margin-bottom:2.3em !important;
        height: auto;
    }
    .two-editions {
        width:100% !important;
    }
    #B_Edition_Cell {
        margin-bottom:1em !important;
    }
    #E_Edition_Cell {
        margin-bottom:1em !important;
    }
    #CustomEdition {
        border-spacing:0;
    }
    #CustomEdition .Edition_Cell {
        padding-bottom:0;
    }
    #CustomEdition .Edition_Cell {
        padding-left:0;
        padding-right:0;
    }
    input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
        font-size:1em !important;
    }
    select {
        font-size:1em !important;   
    }
    #tbl_login td:nth-child(1),
    #tbl_nameaddr td:nth-child(1),
    #tbl_billto_nameaddr td:nth-child(1) {
        width:100%;
    }
    #tbl_username tr {
        width:99%; float:none; margin-right:1%;
    }
    #tbl_nameaddr tr {
        width:99%; float:none; margin-right:1%;
    }
    #tbl_billto_nameaddr tr {
        width:99%; float:none; margin-right:1%;
    }
    #row_username_1 {width:98%;  margin-right:1%; margin-left:1%;
    }
    #row_username_2 {width:98%;  margin-right:1%; margin-left:1%;
    }
    #demos_answer_0{width:98.6%; margin-left:0.2em;
    }
    #demos_answer_1{width:98.6%; margin-right:1%;
    }
    .row_payment{width:100%; float:none; margin-right:1%;
    }

    .moduleHdr {
        width: 96%;
    }
    .remove {
        display:none;
    }
    .module_blurb {
        width: 100% !important;
    }
    .module_wrapper
     {
        width: 96% !important;
    }
    #module_countrybox_wrapper {
        width:100% !important;
    }
    #module_nameaddr, #module_billto_nameaddr, #module_username, #module_payment, #module_autorenew,#module_customgift {
        margin-left:0;
        margin-right:0;
    }
    .module_countrybox {
        margin-left:0;
        margin-right:0;
    }
    #module_agreement_wrapper {
        width: 96% !important;
    }
    #module_agreement,#module_newsletter {
        width:100%;
    }
    #module_grandtotal {
        width:100%;
    }
    .txtbox_bulk,
    .txtbox_donation,
    .txtbox_grandtotal {
        width:50% !important;
    }
     .module_lastword {
        /*background-color:#F1F2F2;*/
        font-size:12px;
     }
    .international-content {
        padding-left:0;
        padding-right:0;
    }
    #module_demos_wrapper {
        margin-bottom:5.5em;
    }
        .module_blurb img {
            width:100% !important;
        }
        .module_blurb table td:first-child {
            width:68%;
            margin-right:0.2em;
        }
        .module_blurb table td:nth-child(2) {
            padding-left:0.5em;
        }
    .module_blurb li {
    font-size: 1em;
    }
    #submit_btn {
        width: 100%;
        margin-top:20px;
    }
    .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,
    .cell2_username input,
    .cell2_username select{
        font-size: 1em;
        width: 100% !important;
    }
    #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;
    }
    #TrustedSecure table {
        width:100%;
    }
    #TrustedSecure img {
        margin:0 auto;
        display:block;
    }
    .ccContainerpayment td{
        display:block;
    }
    .txtbox_payment {
        width:95%;
    }
    #tbl_nameaddr td,
    #tbl_billto_nameaddr td {
        display: block;
    }
    #tbl_login td {
        display: block;
    }
    #tbl_referrals td {
        display: block;
    }
    .module {
        padding: 0;
        margin: 0;
    }
    #module_username {
        padding: 0;
        margin: 0; 
        margin-left: 0.1em;
    }
    .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%;
    }
    .hasDatepicker {
    width: 100% !important;
    }
    .row1, .row2 {
        display:block;
        width:100%;
    }
    #blurb_bottom_payment, #blurb_bottom_price {
        padding:0;
        margin-top:1em;
    }
    #recaptcha_widget_div div {
        margin:0 auto;
        display:block;
    }
    .divContent ul{
        margin-top:auto;
        margin-bottom:2em;
    }
    #reviewEditionHeader {
        font-size: 18pt;
    }
    #reviewEditionPrice {
        font-size: 18pt;
        margin-left: 45%;
    }
    .tabs {        
        padding-left: 0;
        padding-right: 0;
    }
    .tabpanel {
        min-height: initial;
                padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 37em) {
    .mobile-heading {
        display:none;
    }
}
@media only screen and (max-width: 35em) {
     #ccv {
        width:31%;
    }
    h1 {
        font-size:22px;
    }
    #btnPricePanel, #lblPricePromoCodeError {
        display: block;
        margin-left: 140px;
    }
}
@media only screen and (max-width: 30em) {
    h1 {
        font-size:18px;
    }
    #reviewEditionHeader {
        font-size: 14pt;
    }
    #reviewEditionPrice {
        font-size: 14pt;
        margin-left: 5%;
    }
}
@media only screen and (max-width: 24em) {
    .module_blurb li {
        font-size:0.9em;
    }
    .divTableCell label {
        font-size:0.8em;
    }
    .editionPrice {
        font-size:0.6em;
    }
    .moduleHdr {
        font-size:0.95em;
    }
}
@media only screen and (max-width: 22em) {
    .module_blurb li {
        font-size:0.8em;
    }
}

@media not all and (pointer: coarse) {
  .tabpanel:hover {
    background-color:#f1f2f2 !important;
    border:9px #E83737 solid !important;
  }
}
