﻿/* 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: #337ab7;
    text-decoration:none;
}
a:hover {
    color: blue;
    text-decoration:underline;
}
.error {
    display:inline-table !important;
}
    .error a {
        text-decoration: underline;
    }
#lblTerm,
#lblPrice,
#lblTax,
#lblTotal {
    font-size: 0.7em;
    font-weight: normal;
}
hr {
    /*margin-top: 20px;*/
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #000;
}
hr {
    width: 90%;
    height: 2px;
    background-color: #000;
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* 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;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.tblMain {
    width: 100%;
    max-width: 1000px;
    clear: both;
    background-color:white;
    margin: 0 auto;
    font-family: 'Aleo', serif;
    color: #474747;
    font-weight: 400;
    font-style:normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
  font-weight: 400;
  color: #212121;
}
h1 {
    font-size: 27px;
    line-height: 1.2;
    font-weight:600;

}
.entry-title, .td-page-title {
  font-family: "Lora", serif;
    font-size: 50px;
    line-height: 53px;
    font-weight: 400;
    color: #222222;
    font-size:1.8em;
}

ul {
    font-style: normal;
    font-weight: 400;
}
li a {
    color: #00b9f2;
    font-weight:bold;
    text-decoration:none;
}
li a:link { color: #00b9f2; }          /* Unvisited links */
li a:visited { color: #00b9f2; }     /* Visited links */
li a:active { color: #00b9f2; }         /* Active links */

p:active { background: #eee; }   /* Active paragraphs */
.module_blurb ul li {
    margin: 0 0 0 -15px;
    font-size:15px;
    font-family: "Poppins", sans-serif;
}
.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}

.container {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  position: relative;
  /* clear: both; */
  z-index: 1;
}
.global-logo {
    width: 18em;
    margin: 0 auto;
}
header {
    width: 100%;
    margin:0 auto;
}
.header-bottom {
    position:relative;  
    z-index:9;
}
.shell {
    width:100%;
    max-width:996px;
    margin:0 auto;
    padding:0 20px;
}
.header-bottom-inner {
    padding-top:22px;
    position:relative;  
}
.header-bottom-inner:after, .header-bottom-inner:before {
    content: '';
    display:table;
}
.header-bottom-inner:after {
    clear:both;
}
ol {
    padding-left:1em;
}
.header-subscribe {
    float:right;
    width:32%;
    text-align:right;
    margin-top:10px;
    position:relative;
}
.header-subscribe img, .form-group-lead > .form-row > img {
    transform:rotate(10deg);
}    
.header-subscribe img {
    position:absolute;
    z-index:10;
    right:-8px;
    bottom:13px;
    box-shadow:2px 4px 5px rgba(0,0,0,.5);
}
.header-subscribe ul {
    list-style:none;
    background-color:#900;
    font-size:0;
    text-align:left;
    padding-left:10px;
    margin-top:97px;
}
.header-subscribe ul li {
    display:inline-block;
    vertical-align:middle;
    padding:7px 0 4px;
}
    .header-subscribe ul li a {
        display:block;
        font-size:13px;
        color:#fff;
        padding:0 8px;
}
        .header-subscribe ul li ~ li a {
            border-left:1px solid #fff
        }
header a:hover {
    text-decoration:underline;
}
header a {
    text-decoration:none;
    color:#ab1600;
}
footer {
    width: 100%;
    clear: both;
    margin:0  auto;
    padding:1em;
    display:block;
    font-size:0.87rem;
    border-bottom: 1px solid #d8d2cc;
    border-top: 1px solid #d8d2cc;
    color: #aaa;
    padding-top: 2em;
    padding-bottom: 1em;
    background-color: #444444;
        border: 1px solid #444444;
}
    footer a {
    color: white;
    }
    footer a:hover, footer a:focus {
    color: white;
}
    footer p {
    font-size:0.87rem;
    line-height:20px;
    max-width:900px;
    margin:0 auto;
    line-height:33px;
    }

            footer  a {
                font-size:1rem;
                padding:0.75rem 0;
                color: #aaa;
            }
                footer img {
                    width:auto;
                    height:auto;
                    max-width:200px;
                }
                    footer table {
                        margin:0 auto;
                        width:100%;
                        text-align:left;
                    }
.footer {
    width: 100%;
    clear: both;
    margin:0  auto;
    display:block;
    font-size:0.87rem;
    color: #aaa;
    background-color: #444444;
}
    .footer p {
        font-size: 0.75rem;
        letter-spacing: 0.03125rem;
        margin-top:0;
    }
.inside-footer {
    width: 100%;
    max-width:1000px;
    clear: both;
    margin:0  auto;
    display:block;
    border-bottom: 1px solid #AAAAAA;
    padding-bottom: 1em;
}
.inside-footer2 {
    width: 100%;
    max-width:1000px;
    clear: both;
    margin:0  auto;
    display:block;
    border: 1px solid #444444;
}
.subscribe {
    width: 14em;
    margin: 0;
    padding: 6px 27px;
    display: block;
    background-color: #FEAE00;
    color: black;
    border-radius: 5px;
    font-weight: bold;
}
.subscribe-header {
    width: 15em;
    margin: 0;
    padding: 6px 31px;
    display: block;
    background-color: #1DB100;
    color: white;
    border-radius: 5px;
    font-weight: bold;
}
.cover img {
    width:100%;
    max-width:200px;
}
.cover img {
    position: absolute;
    z-index: 10;
    right: -8px;
    bottom: -12px;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .5);
}
.module_lastword {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Aleo Regular;
    font-size:18px;
    background-color: transparent;
    margin-bottom: 2%;
    padding: 1.7%;
}
.module_blurb {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Aleo Regular;
    font-size:18px;
    background-color: transparent;
    margin-bottom: 2%;
    padding: 1.7%;
}
.module_blurb img {
    width:100%;
    max-width:1000px;
    margin:0;
    display:block;
}
.module_blurb p {
font-size: 15px;
line-height: 1.8;
font-family: "Poppins", sans-serif;
}
#shadow img {
    /*box-shadow: 10px 10px 5px #888888;*/
}
.module_blurb table{
    margin:0 auto;
}
.social img {
    width:auto!important;
}
.module_blurb table {
    width:100%;
    margin:0 auto;
}
    .module_blurb table td:nth-child(1) {
        width:50%;
        padding-right:1em;
    }
        .module_blurb table td {
            vertical-align:top;
        }
            .module_blurb table img {
                width:100%;
            }
.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:100%;
    float:left;
    clear:left;
}
.ccContainerpayment {
    width:100%;
}
#TrustedSecure {
    float:left;
    clear:left;
    width:30%;
    position:relative;
    top:41px;
}
.table1 {
    border: none;
}
.tbl {
    width: 100%;
}
.moduleHdr {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size:22px;
    font-style: normal;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 700;
    padding: 1%;
    padding-left: 0.7em;
    padding-bottom: 0;
    color: #048487;

}
#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%;
    border-top: none;

}
#module_payment_wrapper,
#module_newsletter_wrapper {
    line-height:1.4em
}
#module_payment_wrapper {
    margin-bottom: 0;

}

#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:48%; float:left; clear:left; margin-right:2%;
}
#row_nameaddr_3 {width:48%; float:left; clear:left; margin-right:2%;
}
#row_nameaddr_4 {width:48%; float:right; clear:right; margin-right:2%;
}
#row_nameaddr_5 {width:48%; float:left; clear:left; margin-right:2%;
}
#row_nameaddr_6 {width:48%; float:left; clear:left; 
}
#row_nameaddr_7 {width:98%; float:left; clear:left; 
}
#row_nameaddr_8 {width:98%; float:left; clear:left; 
}
#row_nameaddr_9 {width:48%; float:left; clear:left; margin-right:2%;
}
#row_nameaddr_10 {width:48%; float:right; clear:right; margin-right:2%;
}
#row_nameaddr_11 {width:48%; float:left; clear:left; margin-right:2%;
}
#row_nameaddr_12 {width:48%; float:right; clear:right; margin-right:2%;
}
#row_nameaddr_13 {width:48%; float:left; clear:left; margin-right:2%;
}
#row_nameaddr_16 {width:48%; float:right; clear:right; margin-right:2%;
}
#row_nameaddr_17 {width:48%; float:right; clear:right; margin-right:2%;
}
#row_billto_nameaddr_1 {width:48%; float:left; clear:left; margin-right:2%;
}
#row_billto_nameaddr_2 {width:48%; float:right; clear:right; margin-right:2%;
}
#row_billto_nameaddr_3 {width:98%; float:left; clear:left; 
}
#row_billto_nameaddr_4 {width:48%; float:left; clear:left;  
}
#row_billto_nameaddr_5 {width:98%; float:left; clear:left; 
}
#row_billto_nameaddr_6 {width:98%; float:left; clear:left;  
}
#row_billto_nameaddr_7 {width:48%; float:left; clear:left; margin-right:2%;
}
#row_billto_nameaddr_8 {width:48%; float:right; clear:right; margin-right:2%;
}
#row_billto_nameaddr_9 {width:48%; float:left; clear:left; margin-right:2%;
}
#row_billto_nameaddr_10 {width:48%; float:right; clear:right; margin-right:2%;
}
#row_billto_nameaddr_11 {width:48%; float:left; clear:left; margin-right:2%;
}
#row_billto_nameaddr_14 {width:48%; float:right; clear:right; margin-right:2%;
}
#row_billto_nameaddr_15 {width:48%; float:right; clear:right; margin-right:2%;
}
#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;
}

.checkboxcw label::after {
        background-image: url(../images/i-check.png) !important;
}
.checkbox label {
    font-size:16px;
}
.checkbox_container label {
    font-size:16px;
}
.checkboxcw label {
    font-size:16px;
}
.newsletter label {
    font-size:16px;
}
.checkboxcw input:checked + label::before {
    border-color: rgb(208, 0, 0);
    background-color: rgb(208, 0, 0);
}
.radiocw input:checked + label::before {
    border-color: rgb(208, 0, 0);
    background-color: rgb(208, 0, 0);
}
.radiocw label::before {
    top:2px;
}
#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:100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  line-height:17px;
  padding:8px 15px;
  outline: none;
  font-size: 14px;
  font-size: 100% !important;
  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:98%;
}
.cell2_payment #ccv {
  width:48%;
}
select {
  width:100% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;   
  border-radius: 0; 
  line-height:17px;
  padding:8px 15px;
  border: none;
  outline: none;
  font-size: 14px;
  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;
    text-align: center;
    margin-bottom: 0.5em;
}
input[type="submit"] {
    border: 1px solid #048487;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    background-color: rgba(4, 132, 135, 1.0);
    font-size: 1.25rem;
    line-height: 30px;
    border-radius: 0;
    overflow: hidden;
    border: none;
    color: #fff;
    padding: 0.5rem 7rem;
}
    input[type="submit"]:focus {
        background-color:rgba(158, 247, 255, 100);
    }

    input[type="submit"]:hover {
        background-color:rgba(158, 247, 255, 100) !important;
    }
#stripeSubmit {
    width:240px !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:48% !important;
    margin-right:2% !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: white;
    border: solid 1px #00b9f2;
    display: block;
    overflow: auto;
    height: 600px;
    width: 100%;
}
.mGrid td {
    border: solid 1px #00b9f2;
    color: black;
    font-size: .7em;
}
.mGrid th, .order-gridmaint th, .order-gridmaint tr:nth-child(1) {
    color: white;
    background-color: #00b9f2;
    border: solid 1px #00b9f2;
    font-size: .9em;
}
#btnGift {

}
.cgGift {
    background-color:transparent;
    padding-left: 0.2em;
    border: 0;
}
.rowStyle td {
    background-color: #e8f4fa;
}
.altRowStyle td {
    background-color: #bee4f5;
}
#tbl_gift_total {
    width:100% !important;
    color: white;
    background-color: #00b9f2;
    border-top: solid 1px white;
    border-left: solid 1px #00b9f2;
    border-right: solid 1px #00b9f2;
    border-bottom: solid 1px #00b9f2;
}
#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 label {

}
label {
    font-weight:400 !important;
}
.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;
}
/*------------------------------------------------------*/
/*                      GROUPMAINT                      */
/*------------------------------------------------------*/
.FixedHeader {
    position: absolute;
}   

.gridMaint {
	border:solid 1px #00b9f2 !important;
    width:96% !important;
}

.gridMaintRowStyle td {
	background-color: #e8f4fa;
}

.gridMaintAltRowStyle td {
	background-color: #bee4f5;
}

#lblGridMaint_startdate, #lblGridMaint_enddate, #lblGridMaint_recipcount {
	font-size:1.16em !important;
    color:black;
}	

#txtGridMaint_startdate, #txtGridMaint_enddate, #txtGridMaint_recipcount {	
	font-size:1.16em !important;	
    color:black;    	
}

.module_gridMaint_table {
	border-bottom:0px !important;
	border:solid 1px #ffffff !important;
	background-color:#ffffff !important;
}

.gridMaint th {
	border:solid 1px #00b9f2 !important;
	background-color:#00b9f2 !important;
    font-size: .84em;	
}

.module_gridMaint_table tr:nth-child(2), .module_gridMaint_table tr:nth-child(4), .module_gridMaint_table tr:nth-child(6), .module_gridMaint_table tr:nth-child(8) {
    width: 48%;
    float: left;
    clear: left;
    margin-right: 1%;
}

.module_gridMaint_table .txtbox_gridMaint {
    background-color: transparent !important;
    max-width: 160px !important;
    border: 0px;
    color: white;
    text-align: left;
}

#grid_gridMaint_wrapper {

}

#grid_gridMaint_wrapper input[type="submit"] {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.gridMaintButton {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: 320px !important;
    font-size: 1.3em !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    line-height: 30px !important;
    margin: .5em auto !important;
    display: block !important;
}

#gridMaint tbody, .gridMaint tbody  {
    display: block;
    overflow: auto;
    height: 600px;
    width: 100%;
}

@media only screen and (max-width: 59em) {
    .tblMain, header {
    max-width: 800px;
    width: 100% !important;
}
    
@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) {
    body {
        font-size: 1em;
        width: 100%;
    }
    header {
        border-top:0;
        min-height:0;
    }
    header img {
        width:100% !important;
        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;
    }
    #tbl_price {
    width:100%;
    }
  
    #tbl_login td:nth-child(1),
    #tbl_nameaddr td:nth-child(1),
    #tbl_billto_nameaddr td:nth-child(1) {
    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:100%; float:none; clear:none; margin-right:3%;
    }
    #row_billto_nameaddr_8 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_billto_nameaddr_9 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_billto_nameaddr_10 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_billto_nameaddr_11 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_billto_nameaddr_14 {width:100%; float:none; clear:none; margin-right:3%;
    }
    #row_billto_nameaddr_15 {width:100%; float:none; 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%;
    }
    nav {
        font-size:11pt !important;
        text-transform:capitalize !important;
    }
    .moduleHdr {
        width: 96%;
    }
    .module_blurb {
        width: 96%;
    }
    .module_blurb img {
        width: 50% !important;
    }
    .remove {
        display:none;
    }
    .module_wrapper,
    .module_lastword {
        width: 96% !important;
    }
    #submit_btn {
        width: 100%;
    }

    .control_cell_nameaddr input,
    .txtbox_referrals input,
    .control_cell_nameaddr select,
    .txtbox_referrals select,
    .control_cell_billto_nameaddr input,
    .txtbox_referrals input,
    .control_cell_billto_nameaddr select,
    .txtbox_referrals select {
        font-size: 1em;
        width: 94% !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%;
    }

}