/* --------------------------------------------------------------
   reset.css
   * Resets default browser CSS.
-------------------------------------------------------------- */
html {
  max-width:861px;
  margin:0 auto;
  padding:0;
  border:0;
  background: url('images/background-body.png') fixed repeat 0 0;
}
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}
/* Line-height should always be unitless! */
body {
  line-height: 1.5;
  background: white;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }
/* Remove annoying border on linked images. */
a img { border: none; }
/* Remember to define your own focus styles! */
:focus { outline: 0; }
/*----------------------------------------------------------------------------------------------*/
body {
  font-family: 'Proxima-Nova', sans-serif;
  background: url('images/background-body.png') repeat 0 0;
}
.left { display: block; float: left; }
.right { display: block; float: right; }
.bbb-logo {
  background: url('images/icon-bbb-static-300.png') no-repeat 0 0;
  background-size: 150px 60px;
  margin: 0px auto;
  width: 150px;
  height: 60px;
}
.bbb-logo:hover {
  background: url('images/icon-bbb-static-300-hover.png') no-repeat 0 0;
  background-size: 150px 60px;
}
body > header.trademark {
  width: 93%;
  margin: 0 auto;
  padding: 2px 0px 0px 0px;
}
body > header.trademark > p {
  font-size: 14px;
  font-weight: normal;
  line-height: 120%;
  color: #FFFFFF;
}
body > .contentouter {
  position: relative;
}
body > .contentouter > header.logo {
  position: relative;
  width: 98.75%;
  overflow: hidden;
  margin: 2px auto 2px auto;
  border-radius: 7px;
  background: linear-gradient(#757575, #111111);
}
body > .contentouter > header.logo > ul {
  /* display: table; */
  margin: 12px 0px 0px 20px;
  list-style-type: none;
}
body > .contentouter > header.logo > ul > li {
  float: left;
  margin: 0px 3px 0px 0px;
}
body > .contentouter > section.main {
  width: 98.75%;
  margin: 0 auto;
  border-radius: 7px;
  background-color: white;
}
body > .contentouter > section.main > header.content {
  clear: both;
  float: left;
  width: 94%;
  padding: 2px 3% 13px 3%;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #333;
}
body > .contentouter > section.main > header.content ul {
  list-style-type: none;
}
body > .contentouter > section.main > header.content > ul.menulinks {
  float: left;
  top: 2px;
}
body > .contentouter > section.main > header.content > ul.menulinks > li {
  float: left;
}
body > .contentouter > section.main > header.content > ul.menulinks > li.divider {
  padding: 4px 0;
}
body > .contentouter > section.main > header.content > .address {
  position: relative;
  top: 8px;
  float: right;
}
body > .contentouter > section.main > hr.horizontal-separator {
  clear: both;
  float: none;
  border: 0;
  border-top:1px dotted #D5D5D5;
  margin: 0 auto;
  width: 100%;
}
body > .contentouter > section.main > header.big {
  clear: both;
  float: none;
  text-align: center;
  padding: 18px 7.7% 22px 7.7%;
}
body > .contentouter > section.main > header.big > h1 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  line-height: 120%;
}
body > .contentouter > section.main > article.content {
  padding: 20px 7.7% 0 7.7%;
  font-size: 16px;
  font-weight: normal;
  line-height: 136%;
  color: #333;
}
body > .contentouter > section.main > article.content p{
  margin: 15px 0px 15px 0px;
}
body > .contentouter > section.main > article.content p.red {
  color: #B0171F;
}
body > .contentouter > section.main > article.content .productimage {
  float: right;
  margin: 10px 0px 10px 10px;
}
body > .contentouter > section.main > article.content > div.productimage img {
  border: 2px solid black;
  max-width: 330px;
  width: 100%;
}
body > .contentouter > section.main > article.content > div.productimage > div.bbb-logo {
  float: none;
  margin: 0 auto 10px auto;
  text-align: center;
}
@media screen and (max-width: 648px) {
  body > .contentouter > header.logo {
    border-radius: 0px;	  
    top:0px;
  }
  body > .contentouter > header.logo > ul > li.testprep {
    display: none;
  }
  body > .contentouter > header.logo > ul > li > span.ffs {
    display: none;
  }
  body > .contentouter > section.main > header.content {
    padding: 2px 3% 4px 3%;
  }	  
  body > .contentouter > section.main > header.content > .address {
    display: none;
  }
  body > .contentouter > section.main > header.big {
    padding: 9px 7.7% 11px 7.7%;
  }
  body > .contentouter > section.main > header.big > h1 {
    font-size: 36px;
  }
  body > .contentouter > section.main > article.content ul.list-style-check {
    clear: right;
  }
  body > .contentouter > section.main > article.content .productimage, .image {
    width: 100%;
    text-align: center;
    margin: auto;
  }
  body > .contentouter > section.main > article.content > div.productimage img {
    max-width: 330px;
  }
}
body > .contentouter > section.main > article.content h2 {
  padding-top: 11px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 120%;
}
body > .contentouter > section.main > article.content h2.topdesc {
  font-size: 19px;
  font-style: italic;
  font-weight: bold;
  line-height: 120%;
  padding-top: 0;
  text-align: left;
}
body > .contentouter > section.main > article.content h3 {
  font-size: 19px;
  font-weight: bold;
  line-height: 120%;
}
body > .contentouter > section.main > article.content h3.subtitle {
  color: #B0171F;
}
body > .contentouter > section.main > article.content h3.subtitle-blue {
  color: #0033FF;
}
body > .contentouter > section.main > article.content a {
  color: #2070B0;
}
body > .contentouter > section.main > article.content a:hover {
  color: #C50F36;
}
body > .contentouter > section.main > article.content ul {
  list-style-type:none;
}
body > .contentouter > section.main > article.content ul > li {
  padding-top: 7px;
  padding-bottom: 11px;
}
body > .contentouter > section.main > article.content ul.list-style-check {
  margin-top: 17px;
  margin-bottom: 22px;
}
body > .contentouter > section.main > article.content ul.list-style-check > li {
  background: url('images/icon-landing-list-check-58.png') no-repeat 8px 0;
  background-size: 29px;
  padding-left: 50px;
}
/* Only show bonus arrows on non-narrow (mobile) screens */
@media screen and (min-width: 481px) {
  body > .contentouter > section.main > article.content ul.list-style-arrow > li {
    background: url('images/icon-landing-list-arrow-64x84.png') no-repeat 11px 9px;
    background-size: 32px 42px;
    padding-left: 63px;
  }
}
body > .contentouter > section.main > article.content ul.nested {
  padding-left: 25px;
  list-style-type: circle !important;
}
body > .contentouter > section.main > article.content ul.nested > li {
  line-height: 100%;
}
body > .contentouter > section.main > article.content div.mb-guarantee {
  background-color: #ffcc003d;
  border-radius: 12px;
  padding: 12px;
  margin: 24px 0;
}
body > .contentouter > section.main > article.content .credit-cards {
  width: 100%;
  text-align: center;
  margin: auto;
}
body > .contentouter > section.main > article.content div.credit-cards img {
  height: auto;
  margin: 7px auto 11px auto;
  max-width: 432px;
  width: 100%;
}
body > .contentouter > section.main > article.content table {
  width: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: #999999;
  border-collapse: collapse;
}
body > .contentouter > section.main > article.content table > tbody > tr:nth-child(even) {
  background-color:#EEEEEE;
}
body > .contentouter > section.main > article.content table > tbody > tr > th {
  padding-bottom: 15px;
  text-align: center;
  font-weight: bold;
  padding: 3px;
  border-width: 2px;
  border-style: solid;
  border-color: #999999;
}
body > .contentouter > section.main > article.content table > tbody > tr > td {
  text-align: center;
  padding: 3px;
  border-width: 2px;
  border-style: solid;
  border-color: #999999;
}
body > .contentouter > section.main > article.content > div.bottomwrapper .bbb-logo {
  float: left;
  margin: 7px 33px 7px 0;
}
body > .contentouter > section.main > footer.content {
  padding: 15px 3%;
  margin-top: 35px;
  background-color: black;
  font-size: 14px;
  font-weight: normal;
  line-height: 120%;
  color: white;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
body > footer.trademark {
  width: 93%;
  margin: 0 auto;
  padding: 10px 0px;
}
body > footer.trademark > p {
  font-size: 14px;
  font-weight: normal;
  line-height: 120%;
  color: #FFFFFF;
}
.sup {
  position: relative;
  bottom: 0.4em;
  font-size: 0.8em;
}
.u {
  text-decoration: underline;
}
.dspcont{
  display:none;
}
p.ordercenter {
  color: #000000;
  text-align: center;
}

/*-----------------------------------------------------------------------------*/
.menulinks > li > a {
  border: 1px solid white;
}
.menulinks, .menulinks ul{
  margin:0;
  padding:0;
  list-style-type:none;
  list-style-position:outside;
  position:relative;
  line-height:1.5em;
  background-color: white;
  z-index: 5000;
}
.menulinks a{
  display:block;
  padding:0.15em 0.5em;
  text-decoration:none;
  color: #2070B0;
}
.menulinks ul a{
  border-left:1px solid #bbb;
  border-right:1px solid #bbb;
}
.menulinks ul li:first-child a {
  border-top: 1px solid #bbb;
}
.menulinks ul li:last-child a {
  border-bottom: 1px solid #bbb;
}
.menulinks > li > ul > li:last-child > a {
  padding-bottom: 4px;
}
.menulinks ul li a:hover, .menulinks ul li.active > a {
  background-color:#2070B0;
  color: #FFF;
}
.menulinks li{
  float:left;
  position:relative;
  background-color: white;
}
.menulinks ul {
  position:absolute;
  display:none;
  width:12em;
  top:1.95em;
}
.menulinks li ul a{
  width:12em;
  height:auto;
  float:left;
}
.menulinks li:hover ul, .menulinks li a:hover {
  display:block;
}
.menulinks > li {
  border: 1px solid white;
}
.menulinks > li.active {
  border: 1px solid #bbb;
  border-bottom: 1px solid white;
}
.menulinks > li.active > a {
  border-bottom: 2px solid white;
}
.menulinks > li > ul {
  left: -1px;
}
.menulinks > li > a {
  position: relative;
  z-index: 10000;
}
.buybuttoninline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: #0f71e3 0% 0% no-repeat padding-box;
  border-radius: 12px;
  font-weight: 700;
  font-size: 10pt;
  width: 76px;
  height: 30px;
  box-shadow: 0px 2px 2px #000000;
  cursor: pointer;
}