﻿/* Utilities
------------------------*/
html {
    box-sizing: border-box;
    font-style: normal;
    font-variant: normal;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    font-family: 'Open Sans', arial, sans-serif;
    color: #474747;
    font-weight: 400;
    font-style:normal;
}
a:focus {
    outline: none;
}
a {
    color: #ef4030;
    text-decoration:none;
}
a:hover {
    color: white;
    text-decoration:underline;
}
p a:hover {
    color: #ef4030;
    text-decoration:underline;
}
.error {
    display:inline-table !important;
}
    .error a {
        text-decoration: underline;
    }
.redirbtn {
    -webkit-box-shadow: none;
    background-color: red;
    color: white;
    border-radius: 5px;
    border: 1px solid red;
}
#anchor-heading {
    color: #000000;
}
/* ~~ Top Navigation Bar ~~ */

.navigation-bar {
    width: 100%;
    max-width: 1164px;
    height: 78px;
    background-color: transparent; 
    margin:0 auto;
    border-bottom: 1px solid #e6e6e6;
}
    .navigation-bar img {
        /*max-width: 120px;*/
        vertical-align:middle;
    }
.nav-logo {
    display: inline-block;
    position: relative;
    margin-top: 13px;
    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: 29px;
     margin-right: 13px;
 }

.navlinks > a {
    text-decoration: none;
    font-size: 16px;
    font-family: 'Aleo', serif;
    font-weight: 700;
    color: #ef4030;
    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: transparent;
}
.topnav img {
    max-height:48px;
    vertical-align:middle;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 6px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: darkgray;
  color: black;
}

.active {
  /*background-color: #005287;*/
  color: white;
}
.topnav .icon {
  display: none;
}
.fa {
    font-size: 27px !important;
    line-height: 54px !important;
    height: 54px;
    display: inline-block;
    padding-top: 1px;
    color: #fff;

}
/* Typography
------------------------*/

body {
    width: 100%;
    clear: both;
    position: relative;
    margin: 0 auto;
    font-family: 'Open Sans', arial, sans-serif;
    color: #474747;
    font-weight: 400;
    font-style:normal;
    border-style: none;
    border-width: 1px;
    border-color: #F7F7F7;
    line-height:1.4285;
    font-size:0.975em;
}
.tblMain {
    width: 100%;
    max-width: 1164px;
    clear: both;
    background-color:white;
    margin: 0 auto;
    font-family: 'Aleo', serif;
    color: #474747;
    font-weight: 400;
    font-style:normal;
    font-size:0.975em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Aleo', serif;
  font-weight: 400;
}
h1 {
    font-size: 32px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    color:black;
    text-align:center;
}
h3 {
    font-size: 42px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    margin-top: 0;
	color: #474747;
}
.small-title {
	font-family: Aleo !important;
	font-size: 21px !important;
	font-weight: 700 !important;
	color: #ef4030;

}
h4 {

    font-size: 21px !important;
    font-weight: 700 !important;
    margin-bottom: 0;
    line-height: 33px;
    text-align: center !important;
    color:black;
	font-family: Aleo;
}
h5 {
    font-size: 32px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-top: 0.6em;
    margin-bottom: 1em;
    color:black;
}
.tdm-descr {
    color: #333333;
    font-size: 18px !important;
    line-height: 1.5 !important;
    text-align: center !important;
	font-family: Aleo;
}
.tdm-member-title {
    font-family: Inter !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    color: #777777;
    text-align: center !important;
    display:block;
    height: 34px;
}
.tdm-member-title {
    margin-bottom: 0;
}
body .tdi_33 {
    background-color: #ef4030;
}
.tdi_33 {
	font-family: Aleo !important;
	font-size: 21px !important;
	font-weight: 700 !important;
}
.tds-button1 {
    background-color: var(--td_theme_color, #4db2ec);
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
}
.tds-button1:before {
    content: '';
    background-color: #222;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.tdm-btn-lg {
    font-size: 15px;
    font-weight: 500;
    line-height: 52px;
    height: 55px;
    padding: 0 36px;
	font-family: Aleo !important;
}
.side-text {
	font-family: Aleo !important;
    font-size: 16px !important;
}
.tdm-btn {
    display: inline-block;
    font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
    text-align: center;
    position: relative;
    pointer-events: auto !important;
}
.tdi_33 .tdm-btn-icon:last-child {
    margin-left: 10px;
}
.tdc-font-fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tdm-btn .tdm-btn-icon {
    pointer-events: none;
    vertical-align: middle;
    line-height: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tdc-font-fa-arrow-down:after {
    content: "\f063";
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    margin-left: 10px;
}

.entry-title, .td-page-title {
    font-family: 'Aleo', serif;
    font-size: 50px;
    line-height: 53px;
    font-weight: 400;
    color: #222222;
    font-size:1.8em;
}

p:active { background: #eee; }   /* Active paragraphs */

ul, ol {
    padding: 0;
}
ul li {
    list-style-type: none;
}
.tdm-list-item {
    width: 100%;
    margin-bottom: 5px;
	font-family: Aleo;
    font-size: 20px !important;
    line-height: 2 !important;
}
.tdc-font-fa-check:before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #ef4030 !important;
}
.tdm-list-item i {
    position: relative;
    float: left;
    line-height: inherit;
    vertical-align: middle;
    color: #ef4030 !important;
}
.tdm-list-item .tdm-list-icon {
    margin-right: 5px;
}
.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}

header {
    width: 100%;
    max-width: 1164px;
    clear: both;
    background-color:white;
    display:block;
    margin:0 auto;
    padding: 15px 0;
}
header img {
    width:auto;
    margin:0 auto;
    display:block;
    margin-top:1em;
}
footer {
    width: 100%;
    max-width: 1164px;
    clear: both;
    margin:0  auto;
    padding:1em;
    /*background-color:#22252c;*/
    display:block;
    font-size:0.87rem;
    /*border-top: 1px solid rgba(0,0,0,.1);*/
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom:1em;
}
.container {
  width: 1164px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #e6e6e6;
  background-color: white;
  position: relative;
  /* clear: both; */
  z-index: 1;
}
.footer-container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 20px 20px 20px 20px;
    color: #777777;
    z-index: 0;
}
.footer-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center bottom;
  z-index: -1;
  border-left: 0 solid #e6e6e6;
  border-right: 0 solid #e6e6e6;
  /* responsive portrait phone */
}
.footer {
    width: 100%;
    clear: both;
    margin:0 auto;
    padding: 30px 15px;
    /*background-color:#22252c;*/
    display:block;
}
    footer p {
    font-size:13px;
    line-height:28px;
    max-width:900px;
    margin:0 auto;
    line-height:33px;
    }
        p.footer  {
            color: #777777;
            font-size:13px;
            line-height:28px;
            border-bottom:solid 1px #ded7c5;
            max-width:900px;
            text-align:center;
            margin:0 auto;
            line-height:33px;
        }
            footer  a {
                font-size:1rem;
                padding:0.75rem 0;
                color: #ef4030;
            }
                footer img {
                    width:auto;
                    height:auto;
                    max-width:200px;
                }
                    footer table {
                        margin:0 auto;
                        width:100%;
                        text-align:left;
                    }


.module_blurb {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Aleo Regular;
    font-size:18px;
    background-color: transparent;
    border-color: maroon;
    border-width: 0px;
    border-style: solid;
    margin-bottom: 2%;
    margin-top:2em;
    border-style: solid;
    padding: 1%;
}
.module_blurb img {
    width:100% !important;
    margin:0 auto;
    display:block;
}
.module_blurb p {
    font-size: 18px;
    line-height: 28px;
}
.line-rule {
    margin-top: 2em;
    width: 94%
}
#shadow img {
    /*box-shadow: 10px 10px 5px #888888;*/
}
.module_blurb ol,
.module_blurb ul {
 padding:0 0 0 40px;
}
.module_blurb table{
    margin:0 auto;
    display:block;
}
.social img {
    width:auto!important;
}
.module_blurb table {
    width:100%;
    margin:0 auto;
}
    .module_blurb table td:nth-child(1) {
        width:67%;
        padding-right:1em;
    }
        .module_blurb table td {
            vertical-align:top;
        }
.second-table table td:nth-child(1) {
    width:55%;
}
.tds-button1:before {
    content: '';
    background-color: #222;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.table-readers {
    background-color:rgb(229,229,229);
}
.table-readers td {
    width:25% !important;
    padding:1%;
    padding-left: 1.5%;
    padding-right: 1.5% !important;
}
.table-readers img {
    width:100%;
    max-width:150px !important;
    height:150px;
    border-radius: 100%;
}
.table-inside {
    background-color:white;
    border-spacing: 36px 0;
        border-collapse: separate;
}
.table-inside td {
    width:25% !important;
    padding:1%;
    padding-left: 1.5%;
    padding-right: 1.5% !important;
}
    .table-inside td {
        margin-bottom: 30px !important;
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    border-radius: 4px !important;
    border-style: solid !important;
    border-color: #888888 !important;
    border-width: 1px 1px 1px 1px !important;
    position: relative;
    }
.table-inside img {
    width:100%;
    max-width: 80px;
    height: 80px;
    line-height: 80px;
}
.table-inside .tdm-descr {
    font-size:18px !important;
    line-height: 1.5 !important;
    color: #666;
    margin-bottom:0;
}
    .table-inside h4 {
    font-size: 21px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    margin-top: 0;
    margin-bottom: 0;
    height: 44px;
    }
.red {
    color: #FF003A;
}
#blurb_bottom_payment,
#blurb_bottom_price {
    font-size: 0.750em;
}
#module_payment_bottom {
    font-size: 0.850em;
}
.contact-table td:nth-child(1) {
    width:7% !important;
}
#tbl_price {

}
#tbl_price td {
    padding-bottom:0.5em;
}
.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:1.5rem;
    font-style: normal;
	font-family: 'Aleo';
	font-weight: 700;
    border: solid 0px maroon;
    border-bottom: none;
    padding: 1%;
    padding-bottom: 0;
    color: #000;

}
#lblPricePromoCode {
    font-size:1.5rem !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-family: 'Open Sans', arial, sans-serif;
    margin-left:0 !important;
    margin-bottom:0.2em;
    padding-bottom: 6px;
    display:block;
}
#txtPCode {
    width:50%;
}
#btnPricePanel {
    display:block;
}
#number-image {
    width:100%;
    max-width:40px;
}
/**************namedaddr module*************/

.module_wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    font-family: 'Open Sans', arial, sans-serif;
    border: solid 0px maroon;
    background-color:transparent;
    padding: 1%;
    margin-bottom: 2%;
    border-top: none;
    border-bottom: 1px solid #eaeaea;
}
#module_payment_wrapper,
#module_newsletter_wrapper {
    line-height:1.4em
}
#blurb0_nameaddr {
    display:none !important;
}
#drpCountries {
    width:10em !important;
}
#module_donation_wrapper {
    margin-bottom:0;
    border-bottom:none;
}
.txtbox_bulk,
.txtbox_donation,
.txtbox_grandtotal {
    width:28% !important;
}
.small {
    font-size:0.9em;
    font-style:italic;
}
#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.70em;
}
.cbxRecurdonation {
    padding-top:2%;
    display:block;
}
.rbldonation {
    margin-bottom:1em;
    margin-top:1em;
}
#module_submit_wrapper {
    border-style: none;
}
#module_login_wrapper {
    border: solid 0px maroon;
}
#moduleHdr_paybill,
#module_paybill_wrapper {
    border: 0;
    outline: 0;
}

#tbl_paybill tr:nth-child(2)  td {
    padding-bottom:1em;
}
#tbl_paybill tr:nth-child(3) td {
    text-align:left !important;
}
#tbl_paybill tr:nth-child(3) td span{
    text-align:left !important;
    color:black !important;
}
    #tbl_paybill tr:nth-child(3) td  span a {
        margin-top:1em;
        display: inline-block;
    }
#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_login td:nth-child(1),
#tbl_nameaddr td:nth-child(1),
#tbl_billto_nameaddr td:nth-child(1),
#tbl_username 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),
#tbl_username td:nth-child(2) {
    /*width:8em;*/
    width:100%;
    margin-bottom:0.1em;
}
#module_demos_wrapper input {
    margin-bottom:1em;
    margin-top:1em;
}
#module_demos_wrapper  select{
    margin-bottom:1em;
    margin-top:1em;
    width:50%;
}
#tbl_nameaddr td,
#tbl_billto_nameaddr td,
#tbl_username td {
    padding-bottom:0.2em;
}
#tbl_billto_nameaddr {
    display:table !important;
}
#blurb0_billto_nameaddr {
    display:none !important;
}
#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%;
}
#row_nameaddr_2 {width:46.5%; float:left; clear:left; margin-right:3.5%;
}
#row_nameaddr_3 {width:46.5%; float:left; clear:left; margin-right:3.5%;
}
#row_nameaddr_4 {width:46.5%; float:right; clear:right; margin-right:3.5%;
}
#row_nameaddr_5 {width:46.5%; float:left; clear:left; margin-right:3.5%;
}
#row_nameaddr_6 {width:100%; float:left; clear:left; 
}
#row_nameaddr_7 {width:100%; float:left; clear:left; 
}
#row_nameaddr_8 {width:100%; float:left; clear:left; 
}
#row_nameaddr_9 {width:46.5%; float:left; clear:left; margin-right:3.5%;
}
#row_nameaddr_10 {width:46.5%; float:right; clear:right; margin-right:3.5%;
}
#row_nameaddr_11 {width:46.5%; float:left; clear:left; margin-right:3.5%;
}
#row_nameaddr_12 {width:46.5%; float:right; clear:right; margin-right:3.5%;
}
#row_nameaddr_13 {width:46.5%; float:left; clear:left; margin-right:3.5%;
}
#row_nameaddr_16 {width:46.5%; float:right; clear:right; margin-right:3.5%;
}
#row_nameaddr_17 {width:46.5%; float:right; clear:right; margin-right:3.5%;
}
#row_billto_nameaddr_1 {width:46.5%; float:left; clear:left; margin-right:3.5%;
}
#row_billto_nameaddr_2 {width:46.5%; float:right; clear:right; margin-right:3.5%;
}
#row_billto_nameaddr_3 {width:100%; float:left; clear:left; 
}
#row_billto_nameaddr_4 {width:100%; float:left; clear:left; 
}
#row_billto_nameaddr_5 {width:100%; float:left; clear:left; 
}
#row_billto_nameaddr_6 {width:46.5%; float:left; clear:left; margin-right:3.5%;
}
#row_billto_nameaddr_7 {width:46.5%; float:left; clear:left; margin-right:3.5%;
}
#row_billto_nameaddr_8 {width:46.5%; float:right; clear:right; margin-right:3.5%;
}
#row_billto_nameaddr_9 {width:46.5%; float:left; clear:left; margin-right:3.5%;
}
#row_billto_nameaddr_10 {width:46.5%; float:right; clear:right; margin-right:3.5%;
}
#row_billto_nameaddr_11 {width:46.5%; float:left; clear:left; margin-right:3.5%;
}
#row_billto_nameaddr_14 {width:100%; float:left; clear:left; 
}
#row_billto_nameaddr_15 {width:46.5%; float:right; clear:right; margin-right:3.5%;
}
#row_username_1 {width:47%; float:left; clear:left; margin-right:3%;
}
#row_username_2 {width:47%; float:right; clear:right; margin-right:3%;
}

#module_billto_checkbox_wrapper {
    width: 100%;
    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: #EE2127;
}
.reqmsg {
    color: #EE2127 !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:93%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  line-height:1.5;
  padding:8px 15px;
  outline: none;
  font-family:Aleo ;
  font-size: 18px;
  color: black;
  border: 1px solid #808080;
  border-radius:3px;
  text-decoration: none;
  -webkit-transition: border 100ms;
  -moz-transition: border 100ms;
  transition: border 100ms;
  margin: 0 0 5px !important;
}

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:93% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;   
  border-radius: 0; 
  line-height:1.5;
  padding:8px 15px;
  border: none;
  outline: none;
  font-family:Aleo ;
  font-size: 18px !important;
  color: black;
  border: 1px solid #808080;
  border-radius:3px;
  text-decoration: none;
  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;
  margin: 0 0 5px !important;
}
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;
    margin-bottom: 0.5em;
    margin-top: 2em;
}
input[type="submit"] {
    background: #ef4030!important;
    font-size: 1.25rem;
    line-height: 30px;
    border-radius: 0;
    overflow: hidden;
    border: none;
    font-weight: 600 !important;
    color: #fff;
    padding: 10px 24px;
    border-radius: 0.3rem;
}
    
input[type="submit"]:focus ,
input[type="submit"]:hover {
    background-color:#E94831 !important;
}
#submit_btn {
    font-size:1.3em;
}
#btnPricePanel {
    padding: 0.375rem 0.75rem;
    margin-top:0.5em;
    font-weight:400;
}
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;
}
.cell1_referrals {
    width: 20%;
    text-align: left;
}
#ccmonth, #ccyear {
    width:45% !important;
    margin-right:1em !important;
}
.red {
    color: red;
    font-weight: bold;
    font-size: 15pt;
}
.static {
    width:60%;
    border:0 white;
}
#rbTerm {
    color: #000000;
    border: solid 1px #525252;
}
.mGrid {
    width:100% !important;
    background-color: #B7D6FA;
    border: solid 1px #525252;
}
.mGrid td {
    border: solid 1px #525252;
    color: #000000;
}
.mGrid th {
    color: white;
    background-color: #B7D6FA;
    border: solid 1px #525252;
}
#btnGift {

}
.cgGift {
    background-color:#B7D6FA;
}
#tbl_gift_total {
    width:100%;
    color: white;
    background-color: #B7D6FA;
    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;
    height:auto !important;
    line-height:normal !important;
}
.InnerTableForRadiopayment img {
    width:auto !important;
    max-width:initial !important;
}
.checkbox_container{
    display:table;
}
.checkbox_container input {
    display:table-cell;
}
.checkbox_container label {
    display:table-cell;
}
label {
    font-weight:400 !important;
    vertical-align: middle;
    margin-left: 0.2em;
}
.linkdisable {
    color: black !important;
}
.linkdisable:hover {
    text-decoration: none !important;
}


#eCheckTableDetails {
    width: 100%
}

#eCheckTableDetails > tbody > tr.row_payment {
    display: block;
}

#eCheckTableDetails tr.row_payment > td.cell2_payment {
    display: block;
}

.echeck_radio_label {
    padding-right: 20px;
}

.payment-info-popup {
    padding-right: 5px;
}

@media only screen and (max-width: 59em) {
    .tblMain, header {
        max-width: 800px;
    }
}
@media only screen and (max-width: 56em) {
    .header {
        max-width:900px;
    }
      
    input[type='text'], input[type='password'], input[type='email'], input[type='tel'] {
        width:93% !important;
    }
    select {
        width:93%;
    }
}
@media only screen and (max-width: 43em) {
    .checkboxlist_demos td {
        display:block;
    }

    .fa {
    color:#ef4030 !important;
    }
    .active {
        background-color:white;
    }
    nav {
        display:none;
    }
    nav {
        font-size:11pt !important;
        text-transform:capitalize !important;
    }
    /*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;
    }
    .topnav {
        display:block;
    }
    /*second nav*/
    .topnav a {
    color:black;
    }
    .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;
    }

    h3 {
        font-size: 32px !important;
    }
    body {
        font-size: 1em;
        width: 100%;
    }
    header {
        border-top:0;
        min-height:0;
    }
    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;
    }
    .module_blurb td{
        display:block;
        width:100% !important;
    }
    .table-inside {
        border-spacing: 0px 0;
    }
    #tbl_login td:nth-child(1),
    #tbl_nameaddr td:nth-child(1),
    #tbl_billto_nameaddr td:nth-child(1) {
        width:100%;
    }
    .container {
        width: 100%;
    }
    #row_nameaddr_2 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_nameaddr_3 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_nameaddr_4 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_nameaddr_5 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_nameaddr_6 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_nameaddr_7 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_nameaddr_8 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_nameaddr_9 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_nameaddr_10 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_nameaddr_11 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_nameaddr_12 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_nameaddr_13 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_nameaddr_16 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_nameaddr_17 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_billto_nameaddr_1 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_billto_nameaddr_2 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_billto_nameaddr_3 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_billto_nameaddr_4 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_billto_nameaddr_5 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_billto_nameaddr_6 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_billto_nameaddr_7 {width:47%; float:none; clear:none; margin-right:3%;
    }
    #row_billto_nameaddr_8 {width:47%; float:none; clear:none; margin-right:3%;
    }
    #row_billto_nameaddr_9 {width:47%; float:none; clear:none; margin-right:3%;
    }
    #row_billto_nameaddr_10 {width:47%; float:right; clear:none; margin-right:3%;
    }
    #row_billto_nameaddr_11 {width:47%; float:left; clear:none; margin-right:3%;
    }
    #row_billto_nameaddr_14 {width:47%; float:right; clear:none; margin-right:3%;
    }
    #row_billto_nameaddr_15 {width:47%; float:left; clear:none; margin-right:3%;
    }
    #row_username_1 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_username_2 {width:100%; float:none; clear:none; margin-right:3%;
    }
    .moduleHdr {
        width: 96%;
    }
    .module_blurb {
        width: 96%;
    }
    .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% !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;
    }
    .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%;
    }

}