/************************************************

	Base CSS for all sites

*************************************************/
@font-face {
  font-family: SourceSansPro-Regular;
  src: url("https://css.tips.net/fonts/SourceSansPro-Regular.otf") format("opentype");
}

@font-face {
  font-family: SourceSansPro-Bold;
  src: url("https://css.tips.net/fonts/SourceSansPro-Bold.otf") format("opentype");
}

/* Random */

#tips-logo {
  height: 67px;
  position: absolute;
  top: 12px;
}

.search-icon-mobile {
  color: #333;
}

.hidden-spacing-container {
  margin-top: -20px;
}

.tips-copyright {
  border-top: 1px solid #A0A0A0;
  background: #2B2B2B;
  color: #A0A0A0;
}

.tips-copyright p {
  padding-top: 10px;
}

.primary-red {
/*  color: #B10000; */
  color: #A0A0A0;
}

.floatRight {
  float: right;
}

.author-hr {
  clear: both;
  margin: 0;
  padding: 10px 0;
  border-color:#ffffff;
}
.spinner {
	background: url(https://images.tips.net/commonImages/spinner.gif) center center;
	height: 48px;
	width: 48px;
	margin: 0 auto;
}

/* Ads */

.ad-wide-skyscraper {
  /* made this a set width of 200 even though the ad will only be 160
     so that the ad centers horizontally within the space. Looks better
     when stacked on top of the wider ads below it.
  */

  width: 200px;
  height: 600px;
  margin-bottom: 15px;
  text-align: center;
}

.ad-sm-box {
  width: 200px;
  height: 200px;
  background-image: url("https://fpoimg.com/200x200");
  margin-top: 15px;
  margin-bottom: 15px;
}

.ad-sm-text {
  /* made this a set width of 200 even though the ad will only be 160
     so that the ad centers horizontally within the space. Looks better
     when stacked on top of the wider ads below it.
  */

  width: 200px;
  height: 90px;
  text-align: center;
}

.ad-horizontal {
//  width: 468px;
//  height: 90px;
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
}

.ad-content-box {
  width: 300px;
  height: 250px;
  float: right;
  margin-left: 15px;
  overflow: hidden;
}

.ad-bottom-spacing {
  margin-bottom: 15px;
}

/* sample ad in CP Store Deals */
.ad-single {
    background: #ffffff url("https://images.tips.net/S9997/images/backoff.jpg") repeat-x scroll 0 0;
    border: 1px solid black;
    color: #999999;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    padding: 5px;
    margin: 10px auto;
    text-align: center;
    width: 160px;
}

.ad-single a {
    border-style: none;
    color: #9c9c9c;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
}

.ad-single a img {
    border: medium none;
}

.ad-single h4 {
    border-bottom: 1px solid #cccccc;
    font-size: 12px;
    margin: 0;
    padding-bottom: 0;
    padding-left: 3px;
    padding-right: 3px;
    text-align: left;
}

.ad-single p {
    color: #666666;
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    padding: 0 5px;
    text-align: left;
}

.ad-single-wide {
    border: 1px solid black;
    width: 500px;
    margin: 10px auto;
    padding: 5px;
}

.ad-single-wide img {
	float: left;
	margin-right: 5px;
}


/* Navbar */

.offset-top-nav{
  padding-top: 95px;
}

.navbar-right .form-group {
  margin-bottom: 0;
  padding-top: 6px;
  float: right;
  width: 230px;
}

.navbar-right .btn,
.choose-topic .btn {
  padding: 1px 6px;
  border: none;
}

.navbar-right .input-group-addon {
  padding: 4px 12px;
}

.navbar-right .btn-primary,
.choose-topic .btn-primary {
  color: #4E4E4E;
}

.form-navbar-collapsed .navbar-right .form-group {
  width: 155%;
  float: none;
  padding-top: 25px;
  margin-bottom: 10px;
}

/* Breadcrumbs */

.breadcrumb-section {
  position: absolute;
  top: 22px;
  left: 115px;
  width: 575px;
  color: #FFFFFF;
}

.breadcrumb-section a {
  color: #FFFFFF;
}

.active-breadcrumb {
  font-weight: bold;
}

.breadcrumb-section ul {
  list-style-type: none;
    display: inline-flex;
}

.breadcrumb-section li {
  display: inline-block;
}

/* Choose Topic Sidebar */

.choose-topic p {
  font-size: 16px;
  margin-bottom: 0;
}

.choose-topic .list-group-item {
  font-size: 12px;
  margin-left: -10px;
}

/* ================================ */
/* === Home Page Middle Content === */
/* ================================ */

.home-page-banner {
  position: relative;
  margin-top: 30px;
}

.home-page-banner-lg {
  height: 230px;
  overflow: hidden;
}

.home-page-banner-md {
  height: 189px;
  overflow: hidden;
}

.home-page-banner-sm {
  height: 141px;
  overflow: hidden;
}

.home-page-banner-xs {
  max-height: 300px;
  overflow: hidden;
}

.home-page-heading h1 {
  font-size: 28px;
  padding-bottom: 15px;
}

.home-page-content a {
  color: #B10000;
  font-weight: bold;
}

.newest-tips {
  margin-top: 30px;
}

.newest-tips .red-heading-container {
  margin-bottom: 15px;
  width: auto;
}

.newest-tips p {
  margin-bottom: 0;
}

/* Black transparent div for everything but tablet (lg, md, xs) */

.home-banner-text-overlay {
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  height: 100%;
  max-height: 250px;
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 or less */
  background: #000;
}

/* Overlay for lg, md */

.overlay-content {
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  height: 100%;
  max-height: 250px;
  padding: 0 10px;
}

.overlay-content h5 {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.overlay-content p {
  font-size: 12px;
  color: #FFFFFF;
  margin-bottom: 0;
}

/* Black transparent div for tablet (sm) */
.home-banner-text-overlay-tablet {
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  height: 100%;
  max-height: 250px;
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 or less */
  background: #000;
}

/* Overlay for tablet (sm) */

.overlay-content-tablet {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  padding: 0 10px;
}

.overlay-content-tablet h5 {
  font-size: 13px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.overlay-content-tablet p {
  font-size: 11px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.overlay-content-tablet a {
  color: #FFFFFF;
}

/* Overlay for mobile (xs) */

.overlay-content-xs {
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  height: 100%;
  padding: 0 10px;
}

.overlay-content-xs h5 {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.overlay-content-xs p {
  font-size: 12px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.overlay-content-xs a {
  color: #FFFFFF;
}

/* ================================ */
/* === [END] Home Page Middle Content === */
/* ================================ */

/* What People are Saying Block */

.people-saying {
  padding: 0 10px;
  margin-top: 15px;
}

/* Article Heading Info Section */

.please-note-big {
  margin: 25px 0;
  line-height: 18px;
  border: /* #97030A */ 1px solid;
  padding: 10px;
  background-color: #e5e5e5;
}

.please-note-icon {
  float: left;
  padding-right: 10px;
}

.please-note-small {
  height: 24px;
  margin: 25px 0;
  border: /* #97030A */ 1px solid;
  background-color: #e5e5e5;
  text-align: center;
}

.article-heading-info a {
  /* color: #97030A; */
  text-decoration: underline;
}

/*.article-heading-info a:hover {
  color: #ffc528;
}*/

/* Content Block Section */

.content-block-1 {
  margin-top: 15px;
}

.content-block-2 {

}

.content-block-3 {

}

/* Author Bio Section */

.author-bio a {
  /* color: #97030A; */
  text-decoration: underline;
}

/* .author-bio a:hover {
  color: #ffc528;
} */

.additional-info-blocks a {
  /* color: #97030A; */
  text-decoration: underline;
}

/*.additional-info-blocks a:hover {
  color: #ffc528;
}*/

.red-heading-container {
  background-color: #2e4093;
  width: 100%;
  height: 25px;
}

.red-heading-container h5 {
  color: white;
  padding: 6px;
}

.author-red {
  padding-top: 15px;
  /* color: #97030A; */
  font-family: SourceSansPro-Bold;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0;
}

.author-bio-content {

}

.additional-info {
    padding: 10px 0;
}

.additional-info-line {
  border-bottom: #A1A1A1 1px solid;
  height: 18px;
}

.additional-info:last-child {
  border-bottom: #A1A1A1 1px solid;
}

/* More Help Section */

.more-help {
  border-bottom: #A1A1A1 1px solid;
  border-top: #A1A1A1 1px solid;
  margin: 20px 0;
  padding: 28px 0;
}

.more-help a {
  /* color: #97030A; */
  text-decoration: underline;
}

/*.more-help a:hover {
  color: #ffc528;
}*/

.more-help img {
/*  width: 140px;
  height: 120px; */
}

/* More Tips Section */

.gray-seperator {
  border-bottom: #A1A1A1 1px solid;
  padding-top: 20px;
  margin-bottom: 60px;
}

/* Bottom Subscribe Section */

.bot-subscribe-right {
  padding-top: 25px;
}

/* Comments for Tips Section */

.comments-header {
  border-bottom: /* #97030A */ 1px solid;
}

.comments-header p {
  font-size: 18px;
  /* color: #97030A; */
  font-weight: bold;
  margin-bottom: 0;
}

.comments-input {
  margin: 10px 0;
}

.checkbox p {
  font-size: 12px;
}

.captcha-check {
  margin-top: 15px;
}

.submit-button {
  margin-top: 15px;
}

/* Submitted Comments Section */

.comments-text-container {
  border-top: #a5c2e5 1px solid;
  margin: 40px 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.comments-text-container span {
  color: #a5c2e5;
}

.commenter-date {
  font-size: 11px;
  margin-bottom: 0;
}

.commenter-name {
  font-weight: bold;
  margin-bottom: 5px;
}

.commenter-comment {

}

.commenter-separator {
  border-left: #a5c2e5 1px solid;
  margin-bottom: 5px;
}

.comment-hr {
  clear: both;
  margin:5px 0;
  border-color:#a5c2e5;
}

/* Footer */

.exp-teasers {
  margin-top: 10px;
  background-color: #000000;
}

.exp-teaser {
  padding-left: 5px;
  padding-right: 5px;
}

.exp-teaser a {
  color: #ffffff;
}

.exp-teaser a:hover {
  color: #B10000;
}

.exp-teaser-content {
  padding: 20px 0px;
  min-height: 395px;
}

.exp-footer-hr {
  margin-top: 0px;
  border-top: 1px solid #B10000;
}

.hidden-footer-container {
  margin-top: -95px;
}


/************************************************

  =======================================
     [END] DEVELOPER CUSTOM STYLES
  =======================================

*************************************************/

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block;
}

audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

a {
  background: transparent;
}

a:active,a:hover {
  outline: 0;
}

b,strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,kbd,pre,samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after {
    content: "";
  }

  pre,blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,h2,h3 {
    orphans: 3;
    widows: 3;
  }

  h2,h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

@font-face {
  font-family: SourceSansPro-Regular;
  src: url("https://css.tips.net/fonts/SourceSansPro-Regular.otf") format("opentype");
}

@font-face {
  font-family: SourceSansPro-Bold;
  src: url("https://css.tips.net/fonts/SourceSansPro-Bold.otf") format("opentype");
}

body {
  font-family: SourceSansPro-Regular, "Open Sans",sans-serif;
  font-size: 13px;
  line-height: 1.8;
  color: #000000;
  background-color: #fff;
}

input,button,select,textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover,a:focus {
  /*color: #956e11;*/
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #cfcfb5;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-family: SourceSansPro-Bold,sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h1,h2,h3 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}

h4,h5,h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0 0 11.5px;
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-center {
  text-align: center;
}

.bg-info {
  background-color: #d9edf7;
}

ul,ol {
  margin-top: 0;
  margin-bottom: 11.5px;
}

ul ul {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 23px;
}

dt,dd {
  line-height: 1.8;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 16.25px;
  border-left: 5px solid #fff;
}

blockquote:before,blockquote:after {
  content: "";
}

address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.8;
}

code,kbd,pre,samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}

pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 12px;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
  color: #000000;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .container {
    width: 750px;
  }
}

@media (min-width:992px) {
  .container {
    width: 970px;
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width:768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }
}

@media (min-width:992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }
}

@media (min-width:1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 19.5px;
  line-height: inherit;
  color: #000000;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.8;
  color: #7a7a6b;
}

.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.8;
  color: #7a7a6b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #bbbbb1;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #bbbbb1;
}

.form-control::-webkit-input-placeholder {
  color: #bbbbb1;
}

.form-group {
  margin-bottom: 15px;
}

.form-textarea {
  height: 200px;
  line-height: 1.2;
}

.checkbox {
  display: block;
  min-height: 23px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.checkbox+.checkbox {
  margin-top: -5px;
}

@media (min-width:768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.8;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,.btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,.btn:focus {
  color: #333;
  text-decoration: none;
}

.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #4FEA2D;
}

.btn-default:hover,.btn-default:focus,.btn-default:active {
  color: #FFFFFF;
  background-color: #44B12C;
  border-color: #44B12C;
}

.btn-default:active {
  background-image: none;
}

.btn-primary {
  color: #fff;
  background-color: #CBCBCB;
  border-color: #CBCBCB;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active {
  color: #fff;
  background-color: #959647;
  border-color: #767739;
}

.btn-primary:active {
  background-image: none;
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
  background-color: #CBCBCB;
  border-color: #CBCBCB;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.collapse {
  display: none;
}

@font-face {
  font-family:'Glyphicons Halflings';
  src:url("https://css.tips.net/fonts/glyphicons-halflings-regular.eot");
  src:url("https://css.tips.net/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("https://css.tips.net/fonts/glyphicons-halflings-regular.woff") format("woff"),url("https://css.tips.net/fonts/glyphicons-halflings-regular.ttf") format("truetype"),url("https://css.tips.net/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-comment:before {
  content: "\e111";
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,.input-group .form-control {
  display: table-cell;
}

.input-group-addon {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #7a7a6b;
  text-align: center;
  background-color: #CBCBCB;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 23px;
  border: 1px solid transparent;
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width:768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  -webkit-overflow-scrolling: touch;
}

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-fixed-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.container>.navbar-header,.container>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width:768px) {
  .container>.navbar-header,.container>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width:768px) {
  .navbar-fixed-top {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  /*background-color: transparent;*/
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: none;
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none;
  }
}

@media (min-width:768px) {
  .navbar-right {
    float: right !important;
  }
}

.navbar-inverse {
  background-color: #4f4f36;
  border-color: #313121;
}

.navbar-inverse .navbar-toggle {
  border-color: #CBCBCB;
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
  background-color: #CBCBCB;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 2px 10px;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.panel {
  margin-bottom: 23px;
  background-color: #ffffff;
  /*border: 1px solid transparent;*/
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-body {
  padding: 15px;
  max-width: 200px;
}

.panel>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-primary {
  /*border-color: #97030A;*/
}

.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after {
  clear: both;
}

.pull-left {
  float: left !important;
}

@-ms-viewport {
  width:device-width;
}

.visible-xs,.visible-sm,.visible-md,.visible-lg {
  display: none !important;
}

@media (max-width:767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block !important;
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.btn-primary {
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
}

.btn-primary:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn:active {
  background-image: none;
}

.btn-default {
  background-color: #4FEA2D;
  color: #FFFFFF;
}

.btn-default:hover,.btn-default:focus {
  background-color: #44B12C;
  background-position: 0 -15px;
}

.btn-default:active {
  background-color: #e0e0e0;
  border-color: #4FEA2D;
}

.btn-primary {
  background-image: -webkit-linear-gradient(top, #CBCBCB 0, #CBCBCB100%);
  background-image: linear-gradient(to bottom, #CBCBCB 0, #CBCBCB100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffCBCBCB', endColorstr='#ff878841', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #CBCBCB;
}

.btn-primary:hover,.btn-primary:focus {
  background-color: #EEE;
  background-position: 0 -15px;
}

.btn-primary:active {
  background-color: #878841;
  border-color: #CBCBCB;
}

.navbar-inverse {
  /* background-image: -webkit-linear-gradient(top, #97030A 0, #97030A 100%); */
  /* background-image: linear-gradient(to bottom, #97030A 0, #97030A 100%); */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d6d4b', endColorstr='#ff4f4f36', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.navbar-fixed-top {
  border-radius: 0;
}

.list-group {
  border-radius: 4px;
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

#ticker-container {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	position: relative;
	height: 130px;
	width: 167px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 10px;
	overflow: hidden;
	border:thin dashed;
	border-color: #000000;
}

#ticker {
	width: 145px;
	position: relative;
}

#ticker p {
	font-size: 9.6px;
	line-height: 1.3em;
	text-indent: -15px;
	padding-left: 20px;
	padding-right: 5px;
	color: #666666;
	text-align: left;
	font-style: normal;
	margin-bottom: 3px;
}

#ticker a {
	color: #666666;
}

@media print {
	body {font: 12pt "Times New Roman", "TimesNR", Times, serif;}
	#top-leader, .ad-wide-skyscraper, .ad-content-box, .ad-sm-text, .ad-horizontal,
	.left-column, .right-column, .bottom-footer, .comment-link2 {display: none;}
	@page {margin: 5%}
	.center-column {width: 90%}
}

.content-table,
.content-table2,
.content-table4 {
    font-size: 10pt;
    line-height: 1.2;
}
.content-table td {
    padding: 1px 5px 1px 5px;
}
.content-table2 td {
    padding: 1px 5px 1px 5px;
}
.content-table4 td {
    padding: 1px 3px;
}
.content-table th,
    padding-left: 5px;
.content-table2 th {
    padding-right: 5px;
}
.content-table4 th {
    padding-right: 3px;
}
.table-border th,
.table-border td {
	border: 1px solid #000;
}

.sproductTable {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border-collapse: collapse;
	color: #555555;
	text-align: left;
}

.sproductTable caption{
	font-size: 14px;
	text-align: left;
	color: #6b7a9e;
}

.sproductTable a{
	color: #003399;
	font-weight: bold;
}

.sproductTable span{
	text-decoration: line-through;
	color: #990000;
	padding: 2px 5px;
}

.sproductTable a:hover{
	font-weight: bold;
	color: #0033FF;
}

.sproductTable img {
	border: none;
	padding: 2px 0px;
}

.sproductTable td {
	padding: 10px 2px;
	border-bottom: 1px solid #999999;
	background: #fff;
}

.sproductTable tr.even-row td {
	color: #555555;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #eee;
}

.sproductTable th {
	padding: 10px 5px;
	background: #2e4093;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.storeNote{
	background: none repeat scroll 0 0 #FFFF66;
	padding: 2px 5px 2px 10px;
	border: thin solid #666666;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	font-size: 13px;
}
