/* 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: #63788c;*/
    text-decoration: none;
}
#checkbox_autorenew a:active,
#checkbox_autorenew a:link,
#checkbox_autorenew a:visited {
    color:#0070C0;
    text-decoration:underline;
}
body {
    clear: both;
    position: relative;
    margin: 0 auto;
    font-family: Atlas Grotesk Web, Arial, Helvetica, Verdana, sans-serif;
    font-size:0.875em;
    border-style: none;
    border-width: 1px;
    border-color: #F7F7F7;
    width: 100%;
    line-height:1.4285;
    font-weight:400;
    font-style:normal;
}
.tblMain {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    position:relative;
    top: -8em;
    background-color: white;
    padding-left: 5em;
    padding-right: 5em;
}
h1 {
    margin-top:0;
}
.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;
}


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%;
    background-color:#ebf2f5;
    margin:0 auto;
    margin-bottom:1em;
    padding-bottom:1em;
    height: 278px;
}
header img {
    width:auto;
    display:block;
    margin:0;
}
.header-container {
    width:100%;
    max-width:1100px;
    margin:0 auto;
    display:block;
}
.header {
    width: 30%;
    margin:0 auto;
    display:block;
    float:left;
}
.header-text {
    width: 40%;
    margin:0 auto;
    display:block;
    float:left;
    font-size:3em;
    font-weight:bold;
    line-height: 1.12em;
    vertical-align: bottom;
    position: relative;
    top: 0.6em;
}
.header-text-long {
    width: 60%;
    margin:0 auto;
    display:block;
    float:left;
    font-size:3em;
    font-weight:bold;
    line-height: 1.12em;
    vertical-align: bottom;
    position: relative;
    top: 0.6em;
}
.header-side-image {
    width: 30%;
    margin:0 auto;
    display:block;
    float:left;
    z-index: 99999;
    position: relative;
    top: 1em;
}
.header-group {
    width: 100%;
    margin:0 auto;
    display:block;

}
    .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:1100px;
     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: transparent;
    border-color: maroon;
    border-width: 0px;
    border-style: solid;
    margin-bottom: 2%;
    margin-top:2em;
    border-style: solid;
    font-size:0.8rem;
}
.module_blurb img {
    width:auto !important;
    margin:0 auto;
    display:block;
}
#shadow img {
    /*box-shadow: 10px 10px 5px #888888;*/
}

#module_autorenew_wrapper label {
    display:inline !important;
    color: black !important;
    font-size:18px;
}
#module_autorenew {
    border:2px solid #41719C;
    padding:0.5em;
}
.autorenew-table {
    width:80%;
    border:1px solid black;
    padding:2em;
    max-width:600px;
}
.module_blurb p {
    font-size:1rem;
    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{
    margin:0 auto;
    display:block;
}
    .module_blurb table td {
        vertical-align:top;
    }
.module_blurb img {
    /*border:1px solid black;
    padding:0.5em;*/
}
.social img {
    width:auto!important;
}
.module_blurb table {
    width:100%;
    margin:0 auto;
}
    .module_blurb table td:nth-child(1) {
        width:70%;
        padding-right:1em;
    }
        .module_blurb table td {
            vertical-align:top;
        }
            .module_blurb table img {
                width:100%;
            }
table .table-description {
    border:1px solid black;
    width:50%;
}
.table-description td {
    width:33% !important;
    border:1px solid black;
}
.red {
    color: #FF003A;
}
#blurb_bottom_payment,
#blurb_bottom_price {
    line-height: 1.6em;
    color: #787878;
    font-size: 0.9em;
    margin: 0 25px 0 0;
}
.blurb_bottom {
    line-height: 1.6em;
    color: #787878;
    font-size: 0.9em;
    margin: 0 25px 0 0;
}
#tbl_price td {
    padding-bottom:0.5em;
    padding-left:2em;
}
#headerRow_price .cell {
    font-weight:bold;
}
.ccContainerpayment {
    width:100%;
}

#paypalPro_cell > table, #eCheck_cell > table {
    margin: 15px 0px;
}

.table1 {
    border: none;
}
.tbl {
    width: 100%;
}
.moduleHdr {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    line-height: 22px;
    border-top: 1px solid #d1d1d1;
    border-bottom: none;
    padding-top:1.3em;
    color:black;
}
#number-image {
    width:100%;
    max-width:40px;
}
/**************namedaddr module*************/

.module_wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: solid 0px maroon;
    background-color:transparent;
    padding: 1%;
    margin-bottom: 2%;
    border-top: none;
}
#module_edition_wrapper .blurb_bottom {
    margin: 0 auto;
    display: block;
    text-align:center;
    margin-top:1em;
}
#moduleHdr_subscription {
    border:0;  
}
#module_nameaddr_wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
}
#module_customgift_wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
}
.module_lastword {
    text-align:center;
    margin-bottom:1em;
}
#module_grandtotal_wrapper {
    padding-top:0;
}
#blurb0_nameaddr {
    display:none !important;
}
#module_username_wrapper {
    margin-top: 0;
    padding-top: 0;
    margin-top: -0.9em;
}
#module_demos_wrapper {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#module_agreement_wrapper {
    margin-bottom:0;
    padding-bottom:0;
}
#tbl_agreement tr:nth-child(2) {
    display:none;
}
#module_agreement_top {
   border-top: 1px solid #acdbf2;
}
hr {
    margin-bottom: 1.4em;
    border-top: 1px solid #acdbf2;
}
#module_payment_wrapper,
#module_newsletter_wrapper {
    line-height:1.4em
}
#module_newsletter_wrapper {
    padding-top:0;
    padding-bottom:0;
}
#newsletter_1 {
    margin-left:0.15em;
}
#module_payment_wrapper {
    margin-bottom:0;
    padding-bottom:0;
}
#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;
}
#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;
}
.divTable{
    display:table;
}
.divTableRow{
    display:table-row;
}
.divTableCell{
    display:table-cell;
    vertical-align: top;
    height: 100%;
}
.divTableCell.Edition_Cell {
    position:relative;
}
.container {
    width: 85%;
    display: block;
    margin: 0 auto;
}
.divContent td {
    display:block;
}
#B_Edition_Cell img {
    width:100%;
    max-width:400px;
    display:block;
}
#P_Edition_Cell img {
    width:100%;
    max-width:400px;
    display:block;
}
#E_Edition_Cell img {
    width:100%;
    max-width:400px;
    display:block;
}
#CustomEdition {
    width:100%;
    border-collapse:separate;
    border-spacing:1px;
}
#CustomEdition .Edition_Cell {
    vertical-align:top;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
    border: 1px solid #DADFE2;
}
#E_Edition_Cell {
    width:33%;
}
#B_Edition_Cell {
    width:33%;
}
#P_Edition_Cell {
    width:33%;
}
.Edition_Cell img {
    display:block;
    margin:0 auto;
    margin-top:1em;

}
.active {
    border:2px solid #63788c !important;
}
#E_Edition_Radio,
#B_Edition_Radio,
#P_Edition_Radio {
    width: 100%;
    display: block;
    padding-left: 1em;
    font-size:1.2em;
    font-weight:bold;
    color:#63788C;
    margin:0;
}
.divTableCell p {
    margin:0;
    /*margin-bottom:1em;*/
}
#rbedition_1,#rbedition_2,#rbedition_3 {
    width: 1em;
    height: 1em;
    z-index: 1000;
    margin-bottom: 5px;
}
.P_Edition_RB, .E_Edition_RB, .B_Edition_RB {
    /*position: absolute;
    bottom: 2.5em;*/
}
.edition-title {
    margin-top:1em;
    text-align:center;
}
.divContent.Bottom4 {
    margin-bottom:1em;
}
.divTableCell label {
    font-size:20px;
}
#module_submit_wrapper {
    border-style: none;
}
#module_login_wrapper {
    border: solid 0px maroon;
}
#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%;
}
.demos_question{
    display:none;
}
#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:49%; float:left; clear:left; margin-right:1%;
}
#row_login_3 {width:49%; float:right; clear:right; margin-right:1%;
}
#row_login_5 {width:49%; float:left; clear:left; margin-right:1%;
}
#row_login_6 {width:49%; float:right; clear:right; margin-right:1%;
}
#row_nameaddr_1 {width:49%; float:left; clear:left; margin-right:1%;
}
#row_nameaddr_3 {width:49%; float:left; clear:left; margin-right:1%;
}
#row_nameaddr_4 {width:49%; float:right;  clear:right;margin-right:1%;
}
#row_nameaddr_6 {width:99%; float:left; margin-right:1%;
}
#row_nameaddr_7 {width:99%; float:left; margin-right:1%;
}
#row_nameaddr_8 {width:99%; float:left; margin-right:1%;
}
#row_nameaddr_9 {width:49%; float:left; margin-right:1%;
}
#row_nameaddr_10 {width:28%; float:left; margin-right:1%;
}
#row_nameaddr_11 {width:20%; float:right;  margin-right:1%;
}
#row_nameaddr_12 {width:49%; float:left; margin-right:1%;
}
#row_nameaddr_16 {width:49%; float:left; clear:left; margin-right:1%;
}
#row_nameaddr_17 {width:49%; float:right; clear:right; margin-right:1%;
}
#row_billto_nameaddr_1 {width:49%; float:left; margin-right:1%;
}
#row_billto_nameaddr_2 {width:49%; float:right; margin-right:1%;
}
#row_billto_nameaddr_3 {width:99%; float:left; margin-right:1%;
}
#row_billto_nameaddr_4 {width:99%; float:left; margin-right:1%;
}
#row_billto_nameaddr_5 {width:99%; float:left; margin-right:1%;
}
#row_billto_nameaddr_6 {width:99%; float:left; margin-right:1%;
}
#row_billto_nameaddr_7 {width:49%; float:left; margin-right:1%;
}
#row_billto_nameaddr_8 {width:28%; float:left; margin-right:1%;
}
#row_billto_nameaddr_9 {width:20%; float:right;  margin-right:1%;
}
#row_billto_nameaddr_10 {width:49%; float:left; margin-right:1%;
}
#row_billto_nameaddr_14 {width:49%; float:left; clear:left; margin-right:1%;
}
#row_billto_nameaddr_15 {width:49%; float:right; clear:right; margin-right:1%;
}
#row_username_1 {width:48.5%; float:left; clear:left; margin-left:0.5%;
}
#row_username_2 {width:48.5%; float:right; clear:right; margin-right: 1.5%
}
.row_payment {width:49%; float:left;clear:left; margin-right:1%;
}
.row_payment #ccv {
    width: 47.5%;
}
#demos_answer_0 {width:49.5%; float:left; clear:left;margin-right:1%;margin-left: -0.8em;
}
#demos_answer_1 {width:49.5%; float:left; clear:left;margin-right:1%;margin-left: -0.8em;
}
#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;
}
.fieldInput, .cgstate, .cgzip, .cgcountry  {
    max-width: 100%;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
   	width:100%;
    margin: 13px 0 0 0;
    border: 1px solid #a8a6a1;
    color: #222222;
    padding: 0 10px;
    /*width: 358px;*/
    height: 40px;
    font: 400 13.3333px Arial;
    font-size: 20px !important;
    line-height: 31px;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  border: 1px solid #837349;
  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,
::-webkit-input-placeholder.txtbox_username {
 color: #999999;

}
:-moz-placeholder.txtbox_nameaddr, 
:-moz-placeholder.txtbox_payment,
:-moz-placeholder.txtbox_login,
:-moz-placeholder.txtbox_username  { /* older Firefox*/
 color: #999999;

}
::-moz-placeholder.txtbox_nameaddr,
::-moz-placeholder.txtbox_payment,
::-moz-placeholder.txtbox_login,
::-moz-placeholder.txtbox_username  { /* Firefox 19+ */ 
 color: #999999; 

} 
:-ms-input-placeholder.txtbox_nameaddr,
:-ms-input-placeholder.txtbox_payment,
:-ms-input-placeholder.txtbox_login,
:-ms-input-placeholder.txtbox_username  { 
 color: #999999;
}
select {
	margin: 0 0 13px 0;
	border: 1px solid #a8a6a1;
	color: #222222;
	padding: 0 10px;
	width: 358px;
	height: 40px;
	font-size: 20px;
	line-height: 31px;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
	margin-bottom: 44px\9; /* for IE 8 and lower */
}
select {
	width:100%;
    background-color: #63788c;
	background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	height: 40px;
    font: 400 13.3333px Arial !important;
    font-size: 20px !important;
	line-height: 22px;
	padding: 0 10px;
	border: 0;
	color: #ffffff;
	box-shadow: none;
	background-color: #ffffff\9; /* for IE 8 and lower */
	color: #000000\9;
	background-image: url(none)\9;
	padding: 0 0 0 10px\9;
	height: 36px !important\9;
	border-color: #a8a6a1\9;
	border-width: 1px 0 1px 1px\9;
	border-style: solid\9;
    margin:13px 0 0 0;
}
select::-ms-expand {
    display: none; /*remove arrow in IE*/
}
select:focus {
  border: 1px solid #837349;
  color: white;
  -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"] , .btnAddAnother, .button, #cansavebtn1, #cansavebtn2 {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #BF0000), color-stop(1, #BF0000) );
    background:-moz-linear-gradient( center top, #BF0000 5%, #BF0000 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#BF0000', endColorstr='#BF0000');
    background-color:#BF0000;
    -webkit-border-top-left-radius:3px;
    -moz-border-radius-topleft:3px;
    border-top-left-radius:3px;
    -webkit-border-top-right-radius:3px;
    -moz-border-radius-topright:3px;
    border-top-right-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    -moz-border-radius-bottomright:3px;
    border-bottom-right-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    -moz-border-radius-bottomleft:3px;
    border-bottom-left-radius:3px;
    text-indent:0;
    display:inline-block;
    color:#ffffff;
    font-size:1em;
    font-style:normal;
    font-weight:normal;
    height:44px;
    line-height:44px;
    width:303px;
    text-decoration:none;
    text-align:center;
    border:0px;
    padding:0;
}

/* Crimson */
#cansavebtn1, .cansavebtn1 {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, white), color-stop(1, white) ) !important;
    background:-moz-linear-gradient( center top, white 5%, white 100% ) !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='white') !important;
    background-color: white !important;
    color: crimson !important;
    font-weight:bold !important;
    border: 1px solid crimson !important;
    margin-bottom:2% !important;
    cursor:pointer !important;
}

#cansavebtn1:hover, .cansavebtn1:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, crimson), color-stop(1, crimson) ) !important;
    background:-moz-linear-gradient( center top, crimson 5%, crimson 100% ) !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='crimson', endColorstr='crimson') !important;
    background-color: crimson !important;
    color: white !important;
    font-weight:bold !important;
    border: 1px solid crimson !important;
    margin-bottom:2% !important;
    cursor:pointer !important;
}

/* Deep Sky Blue 4*/
#cansavebtn2, .cansavebtn2 {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, white), color-stop(1, white) ) !important;
    background:-moz-linear-gradient( center top, white 5%, white 100% ) !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='white') !important;
    background-color: white !important;
    color: #00688B !important;
    font-weight:bold !important;
    border: 1px solid #00688B !important;
    cursor:pointer !important;
}

#cansavebtn2:hover, .cansavebtn2:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00688B), color-stop(1, #00688B) ) !important;
    background:-moz-linear-gradient( center top, #00688B 5%, #00688B 100% ) !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00688B', endColorstr='#00688B') !important;
    background-color: #00688B !important;
    color: white !important;
    font-weight:bold !important;
    border: 1px solid #00688B !important;
    cursor:pointer !important;
}

input[type="submit"]:active {
	position:relative;
	top:1px;
}
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 #50626F;
}
.cgGift {
    background-color:white !important;
    border-style:none;
}
#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 {

}
#preview_acctno {
    width: 124px;
}
#ecarddate, #ecardmsg {
    padding-left: 4px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    border: 1px solid #837349;
    font-size: 1em !important;
    margin-bottom: 4px;
}
#ecardmsg {
    width:97% !important;
}
.ecardmsg{
    width:97%;
    border: 1px solid #837349;
    height: 120px;
}
#ecardfooter {
    width:97%;
    padding: .75em 1em .65em;
    border: none;
    font-style:italic;
    font-size: .76em;
}
#divCharacters, .divCharacters {
    width:97%;
    padding-left: 4px !important;
    padding-top: 4px !important;
    font-size: .88em;
    display:inline;
}
#characters, .characters {
    padding: 0em 1em !important;
    display:inline !important;
}
.hasDatepicker {
    width:100% !important;
    max-width:360px !important;
    /*padding: .75em 1em .65em !important;*/
    border: 1px solid #837349 !important;
    font: 400 1em Arial !important;
}
/*End Ecard Styling*/

.module_gridMaint_table {
    width: 100%;
    border: solid 4px #50626F;
    border-bottom: solid 2px #50626F;
    background-color: #50626F;
    color: white;
    font-weight: bold;
}
.gridMaint th {
    border: 0px;
    background-color: #50626F;
}
.module_gridMaint_table .txtbox_gridMaint {
    background-color: transparent !important;
    width: 220px !important;
    max-width: 220px !important;
    border: 0px;
    color: white;
    font-size: 1em !important;
    box-shadow: none !important;
    margin: 0px !important;
}
.order-gridmaint {
    width: 100% !important;
    background-color: ivory;
    border: solid 1px #525252 !important;
    font-size: 0.80em !important;
}
.order-gridmaint tr:not(:first-child) td {
    padding: 1px;
    border: solid 1px #50626F;
    font-size: 0.80em !important;
}
.order-gridmaint th, .order-gridmaint tr:nth-child(1)  {
    padding: 1px;
    color: white;
    background-color: #50626F;
    border: solid 1px #50626F !important;
    font-weight:bold;
    text-align: center;
    font-size: 0.80em !important;
}

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;
}
/* End Checkout Product Details Page */

#btnPasswordAssist {
    margin-left: 0px;
}

.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
}

/*Group Export Module*/

#moduleHdr_groupexport {
    border-top: 1px solid;
}
#module_groupexport_wrapper {
    border-top: none;
}
#lblGERecords {
    font-family: Verdana, "Droid Sans", sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    vertical-align: baseline;
    display: inline-block;
    padding: 7px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 0.75px;
    float: right;
}
.highlightRow {
    background-color: #FFC7E9;
}
.GridViewStyle {
    font-family: Montserrat, sans-serif;
    font-size: .7em;
    table-layout: auto;
    border-collapse: collapse;
    /*border: green 5px solid;*/
}
SortedAscendingCellStyle {
    background-color: #F5F7FB;
}
SortedAscendingHeaderStyle {
    background-color: #6D95E1;
}
SortedDescendingCellStyle {
    background-color: #E9EBEF;
}
SortedDescendingHeaderStyle {
    background-color: #4870BE
}
#grid_groupexport_wrapper {
    max-width: 100%;
    max-height: 500px;
    overflow: auto;
}
/*Header and Pager styles*/

.HeaderStyle,
.PagerStyle
/*Common Styles*/

{
    /*background-image: url(Images/HeaderGlassBlack.jpg);*/
    
    background-color: #50626F;
    color: white;
    font-weight: bold;
}
.HeaderStyle th {
    padding: 5px;
    color: #ffffff;
}
.HeaderStyle a {
    color: #ffffff;
    display: block;
    text-align: left;
    font-weight: normal;
}
.FooterStyle
/*Common Styles*/

{
    /*background-image: url(Images/HeaderGlassBlack.jpg);*/
    
    background-color: #50626F;
    color: white;
    font-weight: bold;
}
.FooterStyle td {
    padding: 5px;
}
.PagerStyle table {
    text-align: center;
    margin: auto;
}
.PagerStyle table td {
    border: 0px;
    padding: 5px;
}
.PagerStyle td {
    border-top: #1d1d1d 3px solid;
}
.PagerStyle a {
    color: #ffffff;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #777777;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #777777;
}
.PagerStyle span {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}
/*RowStyles*/

.RowStyle td,
.AltRowStyle td,
.SelectedRowStyle td,
.EditRowStyle td
/*Common Styles*/

{
    padding: 4px;
    border-right: solid 1px #1d1d1d;
}
.RowStyle td {
    background-color: ivory;
}
.AltRowStyle td {
    background-color: #DCDCDC;
}
.SelectedRowStyle td {
    background-color: gainsboro;
}
#export_btn,
#export_btn2 {
    font-family: Verdana, "Droid Sans", sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    vertical-align: baseline;
    display: inline-block;
    padding: 7px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0px solid white;
    /*box-shadow: 2px 2px 2px 0 #b2b0b0;*/
    
    color: white;
    letter-spacing: 0.75px;
    background: rgb(27, 172, 170);
}
#export_btn2 {
    display: none;
}
#lblGiftExport {
    text-align: center;
}
#export_btn:HOVER,
#export_btn2:HOVER {
    cursor: pointer;
    background-color: #837E7C;
}
/*End Group Export Module*/

#noteInternationalPrice {
    display:none;
}

#echeck_routingNum, #echeck_accountNum {
    width: 200px;
}

/*half screen*/
@media only screen and (max-width: 60em) {
    .tblMain {
        padding-left:2em;
        padding-right:2em;
    }
   .header-text {
        width:70%;
    }
    .header-text-long {
        width:70%;
    }
   .subscription-pages {
    width: 93%;
    }
    .country-types {
    width: 70%;
    }
    .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;
    }
}
@media only screen and (max-width: 55em) {
    .divTableCell label {
    font-size: 17px;
    }
}
@media only screen and (max-width: 43em) {
    body {
        font-size: 0.875em;
        width: 100%;
    }
    .tblMain {
        padding:0;
        top:0;
    }
    header {
        border-top:0;
        min-height:0;
        height:100px;
    }
    header img {
        width: 100% !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;
    }
        .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:1em;
        border-radius:6px;
    }
    input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
        font-size:1.2em !important;
    }
    select {
        font-size:1.2em !important;   
    }
    #tbl_login td:nth-child(1),
    #tbl_nameaddr td:nth-child(1),
    #tbl_billto_nameaddr td:nth-child(1) {
        width:100%;
    }

    #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%; margin-right:1%;
    }
    #demos_answer_1{width:98%; margin-right:1%;
    }
    .row_payment{width:100%; float:none; margin-right:1%;
    }

    .moduleHdr {
        width: 96%;
        font-size: 1.1em;
    }
    .remove {
        display:none;
    }
    .module_wrapper,
    .module_lastword {
        width: 96% !important;
    }
    #module_demos_wrapper {
        margin-bottom:2%;
    }
    .module_blurb {
        margin-top:0;
    }
        .module_blurb img {
            width:100% !important;
        }
    .module_blurb table td {
        display:block;
        width:100%;
    }
        .module_blurb table td img {
            width:70%!important;
        }
    .module_blurb td{
        display:block;
        width:100% !important;
    }
    .module_blurb li {
    font-size: 1em;
    }
    #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,
    .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;
    }
    .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%;
    }
}
@media only screen and (max-width: 24em) {
    header {
        height:64px;
    }
    .header-text {
        display:none;
    }
    .module_blurb li {
        font-size:0.9em;
    }
    .divTableCell label {
        font-size:0.8em;
    }
    .editionPrice {
        font-size:0.6em;
    }
    .editionPrice1SubText {
        display:none;
    }
    .moduleHdr {
        font-size:0.95em;
    }
}
@media only screen and (max-width: 22em) {
    .module_blurb li {
        font-size:0.8em;
    }
}