body {
  font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
  overflow-x:hidden; }

p {
  font-size: 14px;
  line-height: 1.4;
  color: #3d3d3d;
  display: inline-block;
  margin-top: 0.7em;
  margin-bottom: 0.7em; }

a {
  color: #6c6c6c;
  text-decoration: none; }
  a:hover {
    color: #6c6c6c; }

.full-row {
  float: left;
  width: 100%;
  height: auto;
  position: relative; }

.orange {
  color: #febd32; }

.ml-10 {
  margin-left: 10px; }

.ml-20 {
  margin-left: 20px; }

.ml-30 {
  margin-left: 30px; }

.ml-40 {
  margin-left: 40px; }

.ml-50 {
  margin-left: 50px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }
  
.mb-120 { margin-bottom: 120px; }

@media only screen and (min-width:64.063em) {
  .no-padding-large {
    padding-left: 0;
    padding-right: 0; } }

/* Page related styles */
.top-bar-section ul li > a:hover {
  text-decoration: underline; }

@media only screen and (min-width:40.063em) {
  .top-bar-section > ul > .divider {
    height: 20px;
    margin-top: 30px; } }

.intro {
  background: #1d242b url('../images/masthead_bg.jpg') center center no-repeat; }
  .intro-image img {
    border: 7px solid #1e272f;
    margin-top: 1.8125rem; }
  .intro-r {
    text-shadow: 1px 1px 1px #000;
    color: #fff; }
    .intro-r h2 {
      font-size: 2.5rem;
      color: #fff;
      margin: 25px 0;
      font-weight: 700; }
    .intro-r h3 {
      font-size: 1.4375rem;
      color: #fff;
	  margin-top: -22px;
      font-weight: 200; }
    .intro-r ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .intro-r ul li {
        font-size: 0.9375rem;
        font-weight: 800;
        display: block; }
        @media only screen and (min-width:40.063em) {
          .intro-r ul li {
            display: inline-block; } }
        .intro-r ul li span {
          display: inline-block;
          background-color: #1F2732;
          height: 42px;
          margin-right: 5px;
          margin-bottom: 6px;
          line-height: 42px;
          border-radius: 6px;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          padding: 0 15px; }
        .intro-r ul li p {
          color: #fff;
          display: inline-block;
          background-color: #1F2732;
          margin-bottom: 6px;
          line-height: 42px;
          border-radius: 6px;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          padding-right: 0.9375rem;
          padding-left: 0.9375rem;
          font-weight: 700;
          font-size: 0.9375rem; }
          @media only screen and (min-width:64.063em) {
            .intro-r ul li p {
              height: 42px; } }
    .intro-r-form {
      float: left;
      width: 100%;
      background-color: #fff;
      border: 3px solid #1e272f;
      border-radius: 6px;
      margin-top: 25px; }
      @media only screen and (min-width:40.063em) {
        .intro-r-form {
		margin-top: 5px; } }
      .intro-r-form label {
        display: none; }
      .intro-r-form input[type="text"] {
        outline: none;
        border: none;
        background: none;
        font-size: 16px;
        color: #575555;
        font-style: italic;
        font-weight: 200;
        height: 51px;
        line-height: 51px;
        margin-top: 7px;
        box-shadow: none; }
  .intro-m {
    margin: 20px 0; }
    .intro-m p {
      color: #fff;
      font-size: 1.6875rem; }

.social {
  min-height: 2.625rem;
  overflow: hidden;
  background: transparent url('../images/social_bg.jpg') repeat; }
  .social-i {
    color: #fff;
    text-align: center; }

@media only screen and (min-width:40.063em) {
  .tm-left {
    margin: 16px 0; } }
.tm-left p {
  font-size: 1.625rem;
  font-weight: 200;
  font-style: italic; }
@media only screen and (min-width:40.063em) {
  .tm-right {
    margin: 16px 0; } }
.tm-right p {
  font-size: 14px;
  font-style: italic; }
  .tm-right p em {
    font-weight: 700; }

.cnt h1 {
  font-size: 24px;
  font-weight: 600;
  color: #607281;
  margin: 15px 0;
  text-align: center; }
  @media only screen and (min-width:40.063em) {
    .cnt h1 {
      text-align: left; } }
.cnt h2 {
  color: #3d3d3d;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  text-align: center; }
  @media only screen and (min-width:40.063em) {
    .cnt h2 {
      text-align: left; } }
.cnt-list {
  font-size: 14px;
  color: #6c6c6c;
  list-style-type: none;
  margin-left: 0;
  padding: 0;
  display: inline-block; }
  .cnt-list li {
    line-height: 24px;
    float: left;
    display: inline;
    width: 100%;
    padding-left: 14px;
    background: url('../images/arrow.png') center left no-repeat; }
    @media only screen and (min-width:40.063em) {
      .cnt-list li {
        width: 45%; } }
    .cnt-list li a:hover {
      text-decoration: underline; }
.cnt-r {
  position: relative;
  margin-bottom: 25px;
  display: block;
  float: left; }
  .cnt-r-image {
    float: left;
    vertical-align: middle; }
  .cnt-r-text {
    float: right;
    width: 100%;
    color: #e74b34;
    font-weight: 800;
    font-size: 14px; }
    @media only screen and (min-width:64.063em) {
      .cnt-r-text {
        width: 80%; } }
  .cnt-r-credit {
    float: right;
    width: 100%;
    font-weight: 200;
    color: #3d3d3d;
    font-size: 16px;
    font-family: Garamond, Georgia, serif; }
    @media only screen and (min-width:64.063em) {
      .cnt-r-credit {
        width: 80%; } }

/* Footer */
.ft {
  border-top: 26px solid #181d26;
  background: url("../images/footer_bg.png") 0 0 repeat;
  font-size: 0.75rem;
  padding-bottom: 1rem;
color: #fff;  }
  @media only screen and (min-width:40.063em) {
    .ft {
      padding-bottom: 2rem; } }
  .ft p {
    color: #fff;
    font-size: 0.75rem; }
  .ft ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .ft ul li {
      display: inline-block;
      color: #fff;
      font-size: 0.75rem; }
    .ft ul.li-block li {
      display: block; }
  .ft a {
    color: #fff !important;
    text-decoration: none !important; }
    .ft a:hover {
      color: #fff;
      text-decoration: underline !important; }
    .ft a:visited {color:#fff !important; text-decoration:none !important;}
  .ft h5 {
    font-size: 13px;
    font-weight: 800;
    margin-top: 12px;
    color: #fff; }

/* Agreement Page */
.dc {
  border-top: 0px solid #1C262C;
  background: #e2e2e2 url('../images/breadcrumbs_bg.png') repeat;
  height: 40px;padding-top:3px;}
  .dc a {
    color: #00f; }
    .dc a:hover {
      text-decoration: underline; }

.cnt-agg {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  padding-top: 15px; padding-bottom:15px }

.search-docs {
  background-color: #e3eaf0;
  margin-bottom: 10px; }
  .search-docs-b {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px; }
  .search-docs-h {
    text-align: center;
    color: #FFFFFF;
    padding: 3px;
    background-color: #497098;
    margin-bottom: 10px; }
    .search-docs-h h1 {
      color: #fff;
      font-size: 11px;
      letter-spacing: .3em;
      margin: 0; }
  .search-docs h2 {
    font-size: 13px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 4px;
    color: #607281; }
  .search-docs a {
    color: #6c6c6c;
    text-decoration: none;
    font-size: 12px; }
    .search-docs a:hover {
      text-decoration: underline; }
  .search-docs-dotted-line {
    height: 3px;
    border-top: 1px dotted #333333;
    margin-top: 8px;
    float: left;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 8px; }
  .search-docs form label {
    font-weight: bold;
    font-size: 12px;
    display: inline-block; }
  .search-docs form span {
    color: #FF0000;
    font-size: 11px;
    font-weight: bold;
    display: inline-block; }

.control-agree h1 {
  color: #97abbf;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase; }
.control-agree h2 {
  font-weight: 600;
  color: #607281;
  margin: 15px 0;
  font-size: 13px; }
.control-agree-image {
  float: left;
  width: 20%; }
.control-agree-body {
  float: left;
  width: 80%;
  border-bottom: 1px dotted #666666;
  padding-left: 9px;
  padding-right: 0px;
  padding-bottom: 9px;
  padding-top: 5px; }
  .control-agree-body span {
    font-size: 12px;
    font-weight: bold;
    color: #009900; }
  .control-agree-body p {
    font-size: 12px; }
.control-agree-info {
  float: right;
  width: 80%;
  padding-left: 9px;
  padding-right: 0px;
  padding-bottom: 9px;
  padding-top: 5px; }
  .control-agree-info p {
    font-size: 12px; }

/* Buttons */
.btn-becomememeber {
  display: inline-block;
  width: 222px;
  height: 53px;
  margin-top: 12px;
  text-indent: -8888px;
  background: url('../images/become_member.png') 0 0 no-repeat;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 25px; }
  @media only screen and (min-width:40.063em) {
    .btn-becomememeber {
      top: 0.2rem !important;
      display: block;
      float: left;
      margin-top: 12px;
      padding-left: 0; } }

.btn-memberlogin {
  display: inline-block;
  border: 1px solid #c1c3c3;
  border-radius: 3px;
  color: #7f7f7f;
  background: #f1f3f3;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f3f3), to(#e3e6e7));
  background: -moz-linear-gradient(top, #f1f3f3, #e3e6e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f3f3', endColorstr='#e3e6e7');
  font-size: 14px;
  padding: 8px 0;
  text-align: center;
  width: 125px;
  line-height: 15px;
  margin-top: 22px; }
  .btn-memberlogin:hover {
    text-decoration: none;
    color: #7f7f7f;
    background: #e3e6e7;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3e6e7), to(#f1f3f3));
    background: -moz-linear-gradient(top, #e3e6e7, #f1f3f3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e6e7', endColorstr='#f1f3f3'); }
  @media only screen and (min-width:40.063em) {
    .btn-memberlogin {
      float: left;
      margin-right: 5px;
      margin-left: 14px;
      display: block; } }

.btn-searchdocs {
  outline: none;
  border: none;
  font-style: italic;
  font-weight: 200;
  height: 51px;
  line-height: 51px;
  margin-top: 10px;
  text-indent: -8888px;
  background: url('../images/searchdocs.png') 0 0 no-repeat;
  padding-right: 10px; }
  @media only screen and (min-width:40.063em) {
    .btn-searchdocs {
      float: right; } }

.btn-learnmore {
  outline: none;
  border: none;
  font-style: italic;
  display: inline-block;
  width: 274px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-indent: -8888px;
  background: url('../images/learnmore.png') 0 0 no-repeat; }
  @media only screen and (min-width:40.063em) {
    .btn-learnmore {
      margin-top: 25px;
      margin-bottom: 25px;
	  padding-right: 10px;
      float: right; } }

.btn-search {
  display: block;
  float: left;
  width: 143px;
  height: 45px;
  text-indent: -8888px;
  background: url('../images/btn_search.png') 0 0 no-repeat;
  margin-right: 25px;
  border: 0; }

.btn-browse {
  display: block;
  float: left;
  width: 143px;
  height: 45px;
  text-indent: -8888px;
  background: url('../images/btn_browse.png') 0 0 no-repeat;
  border: 0; }

.btn-pricing {
  text-indent: -8888px;
  display: inline-block;
  background: url('../images/btn_pricing.png') center center no-repeat;
  width: 379px;
  height: 74px;
  margin-bottom: 25px;
  background-size: 220px 50px; }
  @media only screen and (min-width:40.063em) {
    .btn-pricing {
      margin-bottom: 55px;
      background-size: 100% auto; width:320px; height:62px; } 
}

.btn-joinnow {
  text-indent: -8888px;
  display: inline-block;
  background: url('../images/join-now.gif') center center no-repeat;
  width: 171px;
  height: 49px;
  margin-bottom: 25px; }

/* Login Styles */
.login h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #607281;
  margin: 15px 0; }
  @media only screen and (min-width:40.063em) {
    .login h1 {
      padding-left: 0.5em;
      padding-right: 0.5em; } }
.login h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #336699;
  margin: 15px 0; }
@media only screen and (min-width:40.063em) {
  .login-new {
    border-top: 1px dotted #e3e3e3;
    border-right: 1px dotted #e3e3e3; } }
.login-new-inner {
  float: left;
  width: 100%;
  position: relative; }
  @media only screen and (min-width:40.063em) {
    .login-new-inner {
      padding-left: 1em;
      padding-right: 1em; } }
.login-member {
  border-top: 1px dotted #e3e3e3;
  width: 100%;
  position: relative; }
.login-password p {
  display: block;
  font-size: 12px; }
.login-password a {
  color: #00F; }
.login-password em {
  color: #00F; }

/* Search and docs */
.tabs .tab-title {
  border: 1px solid #ccc;
  border-bottom-width: 0;
  margin: 0;
  margin: 0 0.5em 0 0;
  width: 100%; }
  @media only screen and (min-width:40.063em) {
    .tabs .tab-title {
      width: auto; } }
  .tabs .tab-title:hover a {
    background-color: #ddf; }
  .tabs .tab-title.active a {
    background-color: #f3f3f3;
    color: #000;
    position: relative; }
    @media only screen and (min-width:40.063em) {
      .tabs .tab-title.active a {
        top: 1px; } }
  .tabs .tab-title a {
    font-size: 12px;
    color: #0066FF;
    font-weight: bolder;
    padding: 0.44em 1em;
    background-color: #FFF; }
.tabs-content .content {
  background-color: #f3f3f3 !important;
  border: 1px solid #ccc !important;
  padding-left: 1em;
  padding-right: 1em;
  overflow: hidden; }

.search h3 {
  font-size: 14px;
  font-weight: bolder; }
.search p {
  font-size: 12px;
  color: #000; }
  .search p span {
    font-size: 10px;
    font-weight: normal; }
.search form {
  margin-top: 1em; }
.search label {
  font-weight: bolder;
  font-size: 12px; }
.search a {
  color: #0066FF;
  font-size: 14px; }
  .search-header {
  font-size: 1.125rem; }
  .search-header a {
    color: #0066FF;
    text-decoration: none; }
    .search-header a:hover {
      text-decoration: underline; }

@media only screen and (min-width:40.063em) {
  .browse-header {
    font-size: 1.125rem; } 
.browse-header a {
  color: #0066FF;
  text-decoration: none; }
  .browse-header a:hover {
    text-decoration: underline; }
.browse .content-header {
  position: relative;
  direction: block;
  float: left;
  width: 100%;
  background-color: #0e0e57;
  border-bottom: 3px solid #FEBD33;
  font-style: normal;
  line-height: normal;
  font-weight: bolder;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-top: 1em; }
.browse .content-list {
  float: left;
  width: 100%;
  margin: 0;
  padding-top: 1em;
  padding-left: 2em; }
  .browse .content-list a {
    font-family: Arial, Helvetica, Sans Serif;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    color: #336699;
    white-space: nowrap; }
    .browse .content-list a:hover {
      text-decoration: underline; }
}
	  
	  
/* New */


.tm {background: url("http://realdealdocs.com/assets/rdd_new/img/testimonial_bg.jpg") 0 0 repeat;}