/*-----------------------------------------------------------------------------*/

/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html {
  margin:0;
  padding:0;
  border: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; }



/*----------------------------------------------------------------------------------------------*/



/*
@font-face {
    font-family: 'Rancho';
    src: url('../fonts/Rancho.eot');
    src: url('../fonts/Rancho.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rancho.woff') format('woff'),
         url('../fonts/Rancho.ttf') format('truetype'),
         url('../fonts/Rancho.svg#Rancho') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/proximanova-extrabold-webfont.eot');
    src: url('../fonts/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-extrabold-webfont.woff') format('woff'),
         url('../fonts/proximanova-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-extrabold-webfont.svg#ProximaNovaThBold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/proximanova-semibold-webfont.eot');
    src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-semibold-webfont.svg#ProximaNovaLtBold') format('svg');
    font-weight: 600;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff'),
         url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-regular-webfont.svg#ProximaNovaRgRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/proximanova-light-webfont.eot');
    src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-light-webfont.woff') format('woff'),
         url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-light-webfont.svg#ProximaNovaLtRegular') format('svg');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/proximanova-lightitalic-webfont.eot');
    src: url('../fonts/proximanova-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-lightitalic-webfont.woff') format('woff'),
         url('../fonts/proximanova-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-lightitalic-webfont.svg#ProximaNovaLtItalic') format('svg');
    font-weight: 300;
    font-style: italic;

}
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/proximanova-regitalic-webfont.eot');
    src: url('../fonts/proximanova-regitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regitalic-webfont.woff') format('woff'),
         url('../fonts/proximanova-regitalic-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-regitalic-webfont.svg#ProximaNovaRgItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

body {
  font-family: 'ProximaNova';
  background: url('../images/background-body.png') repeat 0 0;
}

body.flashcards {
  background: url('../images/background-body-blue.jpg') repeat 0 0;
}

.left { display: block; float: left; } 
.right { display: block; float: right; }

.bbb-logo {
  width: 150px;
  height: 68px;
  background: url('../images/sprite-bbb-landing.png') no-repeat 0 0;
  float: right;
  margin: 27px 0;
}

.bbb-logo:hover {
  background: url('../images/sprite-bbb-landing.png') no-repeat -150px 0;
}

.bbb-logops {
  width: 150px;
  height: 68px;
  background: url('../images/sprite-bbb-landing.png') no-repeat 0 0;
  float: right;
  margin: 27px 0;
}

.bbb-logops:hover {
  background: url('../images/sprite-bbb-landing.png') no-repeat -150px 0;
}



body > header.main {
  width: 950px;
  margin: 0 auto;
  padding: 10px 0px 0px 0px;
}

body > header.main > p {
  font-size: 13px;
  font-weight: 300;
  line-height: 120%;
}


body > .contentouter {
  position: relative;
}

body > .contentouter > header.main {
  width: 1000px;
/*  height: 120px;*/
  overflow: hidden;
  margin: 0 auto;
}

body > .contentouter > header.main > .logo {
  float: left;
  margin-top: 12px;
  width: 100%;
}

body > .contentouter > section.main {
  width: 1000px;
  margin: 0 auto;
  border-radius: 7px;
  background-color: white;
}  

body > .contentouter > section.main > header.content {
  clear: both;
  float: left;
  width: 948px;
  padding: 2px 26px 13px 26px;
  font-size: 15px;
  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 > h3.red {
  color: #CC0000;
  font-size: 18px;
  font-weight: bold;
  line-height: 120%;
  padding: 10px 25px 0 25px;
  text-align: center;
}


body > .contentouter > section.main > header.big {
  clear: both;
  float: none;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 22px;
}

body > .contentouter > section.main > header.big > h1 {
  font-size: 37px;
  font-weight: bold;
  color: #333;
  line-height: 120%;
}

body > .contentouter > section.main > header.big > h1.red {
  color: #B0171F;
  font-size: 45px;
  font-weight: bold;
  line-height: 120%;
}

body > .contentouter > section.main > article.content {
  padding: 20px 25px 0 25px;
  font-size: 15px;
  font-weight: normal;
  line-height: 156%;
  color: #333;
  
}

body > .contentouter > section.main > article.content p{
  margin: 15px 0px 15px 0px;  
}

body > .contentouter > section.main > article.content p.cntr{
  font-size: 18px;
  font-weight: normal;
  line-height: 156%;
  color: #333;
  text-align: center;
}

body > .contentouter > section.main > article.content p.big{
  font-size: 25px;
  font-weight: normal;
  line-height: 156%;
  color: #333;
  text-align: right;
}

body > .contentouter > section.main > article.content p.bigred{
  font-size: 21px;
  font-weight: normal;
  line-height: 156%;
  color: #B0171F;
}

body > .contentouter > section.main > article.content .productimage {
  float: right;
  margin: 10px 0px 0px 10px;
}

body > .contentouter > section.main > article.content > div.productimage img {
  border: 1px solid black;
}

body > .contentouter > section.main > article.content > div.productimage > div.bbb-logo {
  float: none;
  margin: 0px 0px 0px 17px;
}

body > .contentouter > section.main > article.content > div.productimage > div.bbb-logops {
  float: none;
  margin: 0px 0px 0px 17px;
}

body > .contentouter > section.main > article.content h2 {
  padding-top: 11px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 120%;
}

body > .contentouter > section.main > article.content h2.red {
  color: #B0171F;
  font-style: italic;
  padding-top: 11px;
  padding-bottom: 25px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 120%;
}

body > .contentouter > section.main > article.content h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 120%;
}

body > .contentouter > section.main > article.content h3.red {
  color: #CC0000;
  font-size: 18px;
  font-weight: bold;
  line-height: 120%;
}

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 strong {
  font-weight: bold;
}

body > .contentouter > section.main > hr.horizontal-separator {
  clear: both;
  float: none;
  border: 0;
  margin: 0;
  width: 1000px;
  height: 1px;
  background: url('../images/background-landing-hr.png') repeat-x 0 0;
}

body > .contentouter > section.main > article.content ul {
  list-style-type:none;
}

body > .contentouter > section.main > article.content ul > li {
  font-size: 18px;
  line-height: 120%;
  color: #333;
  padding-top: 7px;
  padding-bottom: 11px;
  letter-spacing: 0.05px;
}

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.png') no-repeat 8px 0;
  padding-left: 50px;
}

body > .contentouter > section.main > article.content ul.list-style-arrow > li {
  background: url('../images/icon-landing-list-arrow.png') no-repeat 11px 9px;
  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: 50%;*/
}


body > .contentouter > section.main > article.content ul.testimonials-full {
  width: 700px;
  margin-top: 20px;
  margin-left: 125px;
  
}

body > .contentouter > section.main > article.content ul.testimonials-full > li {
  background: 
    url('../images/background-quote-start.png') no-repeat left top, 
    url('../images/background-quote-end.png') no-repeat right bottom;
  padding: 0px 50px 0 50px;
  margin-bottom: 20px;
}

body > .contentouter > section.main > article.content ul.testimonials-full > li > span.name {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

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 > 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 p.iteration {
  font-size: 18px;
  line-height: 120%;
  color: #333;
  padding-bottom: 13px;
}

body > .contentouter > section.main > article.content a.bigcta {
  display: table;
  width: 358px;
  height: 89px;
  background: url('../images/cta-big-landing.png') no-repeat 0 0;
}

body > .contentouter > section.main > article.content a.bigcta > span {
  display: table-cell;
/*  padding: 15px 27px;*/
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  color: white;
  padding-bottom: 10px;
}

body > .contentouter > section.main > article.content a.bigcta strong {
  font-size: 23px;
}

body > .contentouter > section.main > article.content ul.list-style-none {
  display: table;
  margin: 14px auto 0 auto;
  list-style-type: none;
}

body > .contentouter > section.main > article.content ul.list-style-none > li {
  float: left;
  text-align: center;
  margin-right: 12px;
}

body > .contentouter > section.main > article.content ul.list-style-none > li:last-child {
  margin: 0;
}

body > .contentouter > section.main > article.content div.bbb-logo {
  float: left;
  margin: 7px 33px 100px 0;
}

body > .contentouter > section.main > article.content div.bbb-logops {
  float: left;
  margin: 7px 33px 30px 0;
}

body > .contentouter > section.main > article.content div.info p {
  font-size: 15px;
  line-height: 120%;
  color: #333;
}

body > .contentouter > section.main > article.content div.info p a {
  color: #2070B0;
}

body > .contentouter > section.main > article.content div.accordion > ul {
  display: none;
  list-style-type: circle !important;
  padding-top: 5px;
  padding-left: 25px;
}

body > .contentouter > section.main > article.content div.accordion > ul > li {
  font-size: 14px;
  line-height: 75%;
}

body > .contentouter > section.main > footer.content {
  padding: 15px 24px;
  margin-top: 35px;
  background-color: black;
  font-size: 13px;
  font-weight: 300;
  line-height: 120%;
  color: white;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

body > footer.main {
  width: 950px;
  margin: 0 auto;
  padding: 10px 25px;
}

body > footer.main > p {
  font-size: 13px;
  font-weight: 300;
  line-height: 120%;
}


/*-----------------------------------------------------------------------------*/

.menulinks > li > a {
  border: 1px solid white;
}

.menulinks > li > a:hover {
/*  border: 1px solid black;
  border-bottom: 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 ul.bottomlevel a{
width:13em;
}

.menulinks ul ul{
top:auto;
}	

.menulinks li ul ul {
left:12.3em;
margin:0px 0 0 11px;
}

.menulinks li:hover ul ul, .menulinks li:hover ul ul ul, .menulinks li:hover ul ul ul ul{
display:none;
}
.menulinks li:hover ul, .menulinks li li:hover ul, .menulinks li li li:hover ul, .menulinks li li li li:hover ul, .menulinks li a:hover {
display:block;
}

.menulinks li ul ul li:first-child {
  background: url('../images/helper-dropdown-subsubmenu.png') no-repeat 0 0 transparent;
  margin-left: -7px;
  padding-left: 8px;
  width: 12em;
  padding-right: 10px;
}

.menulinks li ul ul li:first-child:hover {
  background: url('../images/helper-dropdown-subsubmenu-hover.png') no-repeat 0 0 white;
}

.menulinks li ul ul li:first-child a {
  border-left: 0;
  background-color: white;
}

.menulinks li ul ul li:first-child a:hover {
  background-color: #2070B0;
}

.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;
}

.sup {
position: relative;
bottom: 0.4em;
font-size: 0.8em;
}

/*-We could get rid of the span class="u" and just have <u> or we can do it here----------------------------*/

.u {
text-decoration: underline;
}

.dspcont{
display:none;
}

p.ordercenter {
color: #000000;
font-family: Arial, sans-serif;
text-align: center;
}