/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
div,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}

/* =============================================================================
   Base
   ========================================================================== */

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    color: #676768;
}
body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #BAEAFC;
    text-shadow: none;
}
::selection {
    background: #BAEAFC;
    text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #297700;
    text-decoration: none;
}
a:visited {
    color: #297700;
}
a:hover {
    color: #dadada;
}
a:focus {
    outline: none;
}
a:hover,
a:active {
    outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before,
q:after {
    content: "";
    content: none;
}
small {
    font-size: 85%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}
dd {
    margin: 0;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */

form {
    margin: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
label {
    cursor: pointer;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,
input {
    line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/* =============================================================================
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==|== primary styles =====================================================

   ========================================================================== */
   
body, div, nav, ul, ol, li, h1, h2, h3, h4, p, img, hr {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

ul {
  list-style: none;
}

body {
  font-family: verdana, helvetica, sans-serif;
  background: #ffffff;
  height: 100%;
  max-width: 1800px;
  min-width: 62em;
}

header, .navHeader, .bodyWrap, footer {
  float: left;
  width: 100%;
}

header {
  height: 112px;
}

footer {
  background: #e3e3e3;
}

.marge {
  margin: 0 auto;
}

.inWrap, .navWrap, .navLine, .headContain, .navFooter {
  width: 62em;
}

.bodyWrap {
  background-color: #eeeeee;
}

.lefty {
  float: left;
}

.righty {
  float: right;
}

.bold {
  font-weight: bold;
}
   
/* rotating banner */  

.mainPhoto {
  margin-top: 38px;
  padding: 0;
  height: 451px;
}
   
.handy {
  width: 456px;
  height: 464px;
  margin-top: -13px;
  position: absolute;
}

#hand1 {
  background: url("../img/screen1a.png") no-repeat scroll 0 0 transparent;
}

#hand2 {
  background: url("../img/screen2.png") no-repeat scroll 0 0 transparent;
}

#hand3 {
  background: url("../img/screen3.png") no-repeat scroll 0 0 transparent;
}

#hand4 {
  background: url("../img/screen4.png") no-repeat scroll 0 0 transparent;
}

.catchu {
  height: 451px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 150px;
  background: url("../img/green_haze.jpg") no-repeat scroll center top transparent;
}

#flipslide .catchu {
  z-index: -1;
  min-width: 62em;
}

#flipslide .active {
  opacity: 1;
  z-index: 1;
}

#flipslide .prev, .no-show {
  z-index: 0;
}

.inPhoto {
  margin-top: 14px;
  padding: 0;
  height: 274px;
  width: 100%;
}

.inPic {
  height: 274px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 142px;
  min-width: 62em;
}

#inpic1 {
  background: url("../img/cmw_gs.jpg") no-repeat scroll center top transparent;
}

#inpic2 {
  background: url("../img/cmw_pb.jpg") no-repeat scroll center top transparent;
}

#inpic3 {
  background: url("../img/cmw_cd.jpg") no-repeat scroll center top transparent;
}

#inpic4 {
  background: url("../img/cmw_safe.jpg") no-repeat scroll center top transparent;
}

#inpic5 {
  background: url("../img/cmw_sp.jpg") no-repeat scroll center top transparent;
}

#inpic6 {
  background: url("../img/cmw_am.jpg") no-repeat scroll center top transparent;
}

#inpic7 {
  background: url("../img/cmw_card.jpg") no-repeat scroll center top transparent;
}

#inpic8 {
  background: url("../img/cmw_tc.jpg") no-repeat scroll center top transparent;
}

#inpic9 {
  background: url("../img/cmw_pp.jpg") no-repeat scroll center top transparent;
}

#inpic01 {
  background: url("../img/cmw_faq.jpg") no-repeat scroll center top transparent;
}

#inpic02 {
  background: url("../img/CricketCommission_Header.jpg") no-repeat scroll center top transparent;
}

#inpic03 {
  background: url("../img/cmw_sm.jpg") no-repeat scroll center top transparent;
}

.inWrap {
  margin-top: -1.51em;
}

#thisWrap {
  margin-top: -4.05em;
}

.artTop {
  position: absolute;
  z-index: 100;
  width: 804px;
  height: 23px;
  margin: 0 93px;
  color: #d96500;
  font-size: 20px;
  font-family: verdana;
  text-shadow: 0 0 1px #e09b9b;
  border-top: 1px solid #72BE1D;
  border-left: 1px solid #72BE1D;
  border-right: 1px solid #72BE1D;
  background: none repeat-x scroll 0 0 #ffffff;
  background: -moz-linear-gradient(top,  rgba(255,255,255,.53) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.53)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,.53) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,.53) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,.53) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,.53) 0%,rgba(255,255,255,1) 100%); /* W3C */
}

#inTop {
  height: 28px;
  padding: 50px 0 0 30px;
  width: 774px;
}

/* end rotating banner */

/* navigation - header */

.navHeader {
  background: url("http://images.thereachcard.com/img/nav_slice.png") repeat-x scroll 0 -6px transparent;
  background: -moz-linear-gradient(top, #858585 0%, #5a5a5a 50%, #3f3f3f 50%, #323232 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#858585), color-stop(50%,#5a5a5a), color-stop(50%,#3f3f3f), color-stop(100%,#323232)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #858585 0%,#5a5a5a 50%,#3f3f3f 50%,#323232 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #858585 0%,#5a5a5a 50%,#3f3f3f 50%,#323232 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #858585 0%,#5a5a5a 50%,#3f3f3f 50%,#323232 100%); /* IE10+ */
  background: linear-gradient(to bottom, #858585 0%,#5a5a5a 50%,#3f3f3f 50%,#323232 100%); /* W3C */
  margin-top: 40px;
  height: 72px;
}

.navHeader ul {
  height: 72px;
  border-left: 1px solid #858585;
  border-right: 1px solid #323232;
}

.navHeader ul, .navHeader ul li, .navFooter ul li {
  float: left;
}

.lt-ie8 .headContain {
  width: 952px;
}

.lt-ie8 .navHeader ul {
  float: none;
}

.navHeader ul li {
  padding: 28px 17px 26px;
  font-weight: bold;
  font-size: 13px;
  white-space: nowrap;
  text-transform: uppercase;
  border-right: 1px solid #858585;
  border-left: 1px solid #323232;
  color: #ffffff;
}

.navHeader ul li:hover {
  background: url("../img/nav_slice2.png") repeat-x scroll 0 -6px transparent;
  background: -moz-linear-gradient(top, #a4a4a4 0%, #858585 50%, #6d6d6d 50%, #626262 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4a4a4), color-stop(50%,#858585), color-stop(50%,#6d6d6d), color-stop(100%,#626262)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a4a4a4 0%,#858585 50%,#6d6d6d 50%,#626262 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a4a4a4 0%,#858585 50%,#6d6d6d 50%,#626262 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a4a4a4 0%,#858585 50%,#6d6d6d 50%,#626262 100%); /* IE10+ */
  background: linear-gradient(to bottom, #a4a4a4 0%,#858585 50%,#6d6d6d 50%,#626262 100%); /* W3C */
  cursor: pointer;
}

.flip_logo {
  background: url("../img/cmw_logo.png") no-repeat scroll 0 0 transparent;
  width: 138px;
  height: 58px;
  float: left;
  margin: 14px 0 0 19px;
}

#logBtn {
  margin: -33px 46px 0 0;
  float: right;
  white-space: nowrap;
  border-radius: 8px;
  padding: 0;
  background: url("../img/sprite2.png") no-repeat scroll 0 -65px transparent;
  height: 24px;
  width: 104px;
}

#logBtn:hover {
  cursor: pointer;
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30FFFFFF, endColorstr=#30FFFFFF);
}

.lang {
  margin-top: -30px;
  float: right;
  margin-right: 191px;
  color: #333;
  font-size: 0.8em;
  font-weight: bold;
}

.lt-ie8 .lang {
  margin-right: 7px;
}

/* nav - footer */

.navFooter ul {
  padding: 40px 189px 20px;
}

.navFooter ul li {
  border-right: 1px solid #585b5c;
  padding: 0 18px;
  font-size: 0.8em;
  white-space: nowrap;
}

.navFooter ul li a {
  color: #676768;
}

.navFooter ul li a:hover {
  text-decoration: underline;
}

.navFooter ul li:last-child {
  border: 0;
}

#lastItem, #lastItem2 {
  border: 0;
}

.issuer {
  font-size: 11px;
  text-align: left;
  padding: 9px 85px 18px;
}

.issuer2 {
    font-size: 11px;
    padding: 9px 85px;
    text-align: left;
}

/* section / content */

section {
  width: 830px;
  font-size: 0.75em;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.04) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.04)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.04) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0.04) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.04) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.04) 0%,rgba(0,0,0,0) 100%); /* W3C */
}

article {
  width: 744px;
  height: 100%;
  padding: 30px;
  background: none repeat-x scroll 0 0 #ffffff;
  border-left: 1px solid #72BE1D;
  border-right: 1px solid #72BE1D;
  border-bottom: 1px solid #72BE1D;
}

/* page content */

.rstuff {
  float: right;
  margin: 114px 78px 0 0;
}

.rstuff a .rot_txt {
  font-size: 27px;
  text-shadow: 1px 0 4px #bae31e;
  line-height: 36px;
  width: 354px;
  margin-bottom: 35px;
  color: #2d502f;
  cursor: pointer;
}

.rot_button {
  width: 354px;
  height: 80px;
  background: url("../img/new_call_to_action.png") no-repeat scroll 0 0 transparent;
}

.rot_button2 {
  width: 283px;
  height: 64px;
  background: url("../img/cta_in.png") no-repeat scroll 0 0 transparent;
  margin: 38px auto 0;
}

.rot_button3 {
  width: 283px;
  height: 64px;
  background: url("../img/cta_in.png") no-repeat scroll 0 0 transparent;
  margin: 12px auto 0;
}

.ind1 {
  width: 380px;
}

.indexHead {
  background: url("../img/sprite2.png") no-repeat scroll 0 0 transparent;
  width: 370px;
  height: 66px;
  margin: 12px 0 27px 0;
}

.indList1 {
  list-style: disc;
  margin: 27px 1.3em;
  font-size: 1.25em;
}

.ind2 {
  width: 345px;
  padding-top: 12px;
}

.indList2 li {
  border-bottom: 1px solid #72BE1D;
  padding: 0.5em 0;
}

.indTxt1 {
  padding: 0 0.3em;
  color: #676768;
  font-size: 1.25em;
}

.indTxt2 {
  padding: 0 1.5em;
  color: #676768;
  font-size: 1em;
}

.soc2Icon {
  width: 26px;
  height: 28px;
  margin: 0 4px;
}

#soc5 {
  background: url("../img/android-download-icon.png") no-repeat scroll 0 0 transparent;
  width: 143px;
  height: 46px;
}

.btn_contain {
  width: 100%;
  float: left;
}

.sectList2 {
  margin-top: 73px;
  padding: 0 48px;
}

.sectBox {
  width: 431px;
  float: left;
}

.sectBoxa {
  margin-top: 38px;
  width: 378px;
  float: left;
}

.sectBox2 {
  margin-top: 38px;
  padding: 0 18px 0 0;
  width: 340px;
  float: left;
}

.sectBox3 {
  margin: 23px 14px 0 53px;
  width: 258px;
  float: left;
}

.sectBox4 {
  float: left;
}

.sectBox5 {
  margin-left: -30px;
  float: left;
}

.subArt {
  margin: 58px 40px 0;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
}

#inSc1 {
  background: url("../img/pay_bills_video.png") no-repeat scroll 0 0 transparent;  
  margin: 20px auto 0;
  height: 207px;
  width: 322px;
}

#inSc2 {
  background: url("../img/check_deposit_video.png") no-repeat scroll 0 0 transparent;  
  margin: 20px auto 0;
  height: 207px;
  width: 322px;
}

#inSc3 {
  background: url("../img/Security_Phone1.png") no-repeat scroll 25px 0 transparent;  
  margin: 20px auto 0;
  height: 460px;
  width: 340px;
}

#lowD2 {
  margin: 24px 7px 32px 0;
}

#loadTypes {
  float: left;
  width: 334px;
  height: 190px;
  background: url("../img/load_types.jpg") no-repeat scroll 0 -17px transparent;
}

#loadLocs {
  float: left;
  width: 287px;
  height: 162px;
  background: url("../img/load_locs.jpg") no-repeat scroll 0 0 transparent;
}

.priceTitle {
  color: #297700;
  font-weight: bold;
  margin-bottom: 12px;
  padding: 0 0.3em;
}

.priceTitle2 {
  color: #297700;
  font-weight: bold;
}

.push1 {
  margin-top: 12px;
}

.move4 {
  padding-bottom: 4px;
}

.supSm {
  font-size: 11px;
}

.comp_bg {
  background: url("../img/price-comparison.jpg") no-repeat scroll 0 0 transparent;
  margin-top: 24px;
  padding: 154px 131px 0 136px;
}

.comp_top {
  margin-top: 73px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

.comp_contain {
  height: 392px;
  background: none repeat-x scroll 0 0 #ffffff;
  background: -moz-linear-gradient(top,  rgba(255,255,255,.53) 0%, #EFEFEF 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.53)), color-stop(100%,#EFEFEF)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,.53) 0%,#EFEFEF 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,.53) 0%,#EFEFEF 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,.53) 0%,#EFEFEF 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,.53) 0%,#EFEFEF 100%); /* W3C */
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-size: 12px;
}

#comp_head {
  background: url("../img/cricket_vs_retail_TitleImage.png") no-repeat scroll 0 0 transparent;
  width: 364px;
  height: 47px;
  margin: 0 0 22px 47px;
}

.comp_sect_1 {
  float: left;
  padding: 0 9px;
}

.comp_sect_2 {
  float: right;
  padding: 0 20px;
}

.full_pricing {
  float: left;
  margin: 12px 135px 0;
}

.faqTxt {
  margin-top: 73px;
}

.faqTop {
  float: left;
  width: 310px;
  margin: 18px auto;
}

.faq h2 {
  padding: 0.8em 0 0;
  font-size: 1.5em;
  font-weight: normal;
}

/* terms */

.termsList {
  margin-top: 38px;
  padding-bottom: 18px;
}

.inContent_terms li {
  padding-top: 1em;
  border-bottom: 1px solid #000;
}

.noBorder {
  list-style: disc;
  padding-left: 4em;
}

.inContent_terms table {
  margin: 2em;
}

.inContent_terms ul ul, .inContent_terms ul ol {
  padding: 0 0 1em 4em;
}

.inContent_terms ul ul li, .inContent_terms ul ol li, .noBorder li {
  border: none;
}

.inContent_terms h2 {
  padding: 0.8em 0 0;
} 

.inContent_terms h3 {
  padding: 0.4em 0 0;
}

.inContent_terms .strong {
  font-weight: bold;
}

.inContent_terms p {
  padding: 0.4em 0;
}

.sectPic {
  background: url("../img/shopping_pic.png") no-repeat scroll 0 0 transparent;  
  height: 534px;
  width: 325px;
}

.sectPic2 {
  background: url("../img/send_money_pic.png") no-repeat scroll 0 0 transparent;  
  height: 534px;
  width: 325px;
}
  
  
/* end all secton / content */


.push2 {
  margin-top: 110px;
}



.push4 {
  margin-right: 8px;
}

.push5 {
  padding-top: 57px;
}

.push6 {
  margin-top: 12px;
}

.push7 {
  margin-left: 51px;
}

.push8 {
  margin: 0 0 48px 475px;
}

.push9 {
  margin-left: 50px;
}

.pusha {
  margin-bottom: 38px;
}

.pushb {
  margin-top: 38px;
}

.pushc {
  margin-top: 6px;
}





















.sectList3 {
  margin-top: 18px;
}

.sectList2 li  {
  border-bottom: 1px solid #72BE1D;
  padding: 12px 0;
}

.sectList3 li {
  border-bottom: 1px solid #72BE1D;
  padding: 12px 0;
}

.sectList2 li:first-child {
  padding-top: 0;
}

.sectList2 li:last-child, .sectList3 li:last-child {
  border: none;
}

#mcdList {
  width: 400px; 
  padding-top: 7px;  
}

.sectList2 ul, .sectList3 ul {
  width: 218px;
  list-style: disc;
  margin: 0 0 0 80px;
}

.sectList2 ul li, .sectList3 ul li {
  border: none;
  padding: 0;
}



#add1 li, #add2 li, .pokey {
  padding-bottom: 0.5em;
}

.arrow2 {
  background: url("../img/bullet-double-arrow.png") no-repeat scroll 0 0 transparent;
  width: 16px;
  height: 17px;
  float: left;
}

.lowHead {
  float: left;
  color: #858788;
  height: 14px;
  width: 350px;
  margin: 0 0 4px 12px;
}

.lt-ie8 .sectList2 li:first-child {
  padding-top: 12px;
}

.listTxt {
  padding: 0 12px 0 36px;
}

.listTxt1 {
  padding-top: 18px;
}

.listTxt2 {
  padding: 18px 12px 0 29px;
}

.listTxt3 {
  padding: 0 12px 0 36px;
}

.listTxt4 {

}

.listTxt5 {
  color: #d96500;
  font-size: 17px;
}


.priceList {
  float: left;
  width: 278px;
}

#pricing3, #pricing4, #pricing5, #pricing6, #pricing7, #pricing8 {
  float: left;
  margin: 0;
  list-style: none;
}

#pricing3 {
  padding: 8px 0 8px 13px;
  width: 277px;
  background: #efefef;
  margin-top: 6px;
}

#pricing4 {
  width: 128px;
  padding: 8px 13px 8px 0;
  background: #efefef;
  margin-top: 6px;
}

#pricing5 {
  padding: 8px 0 8px 13px;
  width: 215px;
  background: #efefef;
  margin-top: 6px;
}

#pricing6 {
  padding: 24px 0 30px 40px;
  width: 253px;
  background: #efefef;
  margin-top: 6px;
}

#pricing7 {
  width: 139px;
  padding: 24px 40px 30px 1px;
  background: #efefef;
  margin-top: 6px;
}

#pricing8 {
  width: 128px;
  padding: 8px 13px 8px 0;
  background: #efefef;
  margin-top: 6px; 
}

#yespad1, #yespad2, #yespad3 {
  padding: 4px 0;
  margin-left: 48px;
  border: none;
}






.faq dt {
  padding-top: 0.2em;
  text-decoration: underline; 
}

.faq dd {
  padding: 0 0 0.2em 0.8em;
}

.faq dd p {
  padding-bottom: 0.4em;
}

.faq dd ul {
  list-style: disc;
  padding-left: 1.8em;
}

.faq dd ol {
  padding: 0.8em 0 0.8em 1.8em;
}

.faq dd ul li, .faq dd ol li {
  padding-bottom: 0.4em;
}

#lastdd {
  padding: 0.8em 0 0.8em 0.8em;
}

#get1 {
  padding-top: 30px;
}




.sectList2 li a .listTxt, .sectList2 li a .listTxt3 {
  color: #676768;
}







.price_list {
  float: left;
  padding-left: 8px;
}

.price_list_2 {
  float: left;
  padding-left: 1px;
}

.price_list_2 li {
  padding-left: 12px;
}

.spacer, #pricing5 li.spacer, #pricing4 li.spacer, #pricing3 li.spacer, #pricing8 li.spacer {
  padding: 4px 0;
  border-bottom: 1px dotted #adadad;
}

.grn {
  color: #008d56;
}

.red {
  color: #ff0012;
}

.bold {
  font-weight: bold;
}

.px15 {
  font-size: 15px;
}



.move1 {
  padding-top: 6px;
}

.move2 {
  padding-left: 12px;
}

.move3 {
  padding-left: 4px;
}

.arrnge {
  color: #D96500;
}




/* ==|== media queries ======================================================
   
   iphone styles
   ========================================================================== */

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
 
}

/* ==|== media queries ======================================================
   
   android styles
   ========================================================================== */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

.ir {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}