@charset "UTF-8";
/**
 * articles.css - still used by 188 AAG tubes converted from legacy articles.
 *
 * arts = tubes.select { |t| t.custom_css_path.to_s.match(/articles/) }
 */
@import url("https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap");
/* line 14, app/assets/stylesheets/articles.scss */
#sidebar {
  float: right;
}

/* line 18, app/assets/stylesheets/articles.scss */
#content {
  width: 1200px !important;
  margin: 0px 0px 0px 0px !important;
  float: none !important;
  padding: 0 !important;
}

/* line 24, app/assets/stylesheets/articles.scss */
#article-breadcrumbs {
  display: block;
  background-color: #EEE;
  background-image: -moz-linear-gradient(5% 100% 90deg, #CCC, #EEEEEE);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#CCCCCC));
  padding: 2px;
  margin: 0px;
  text-shadow: 0px 1px 0px #EEE;
}

/* line 33, app/assets/stylesheets/articles.scss */
#article-wrapper {
  max-width: 100%;
  background-color: #e3e3e3;
  background-image: -moz-linear-gradient(top, #e3e3e3 90%, #ededed 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #e3e3e3), color-stop(100%, #FFFFFF));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#FFFFFF',GradientType=0 );
  border-bottom-left-radius: 30px;
}

/* line 41, app/assets/stylesheets/articles.scss */
#article-wrapper * {
  max-width: 100%;
}

/* line 44, app/assets/stylesheets/articles.scss */
h1 {
  display: block;
  padding: 1rem;
  color: #233571 !important;
  font-size: 2rem;
  /*	background-image: url(/img/design/articles/h1-back3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
}

/* line 53, app/assets/stylesheets/articles.scss */
#article-sharewidgets {
  float: right;
  margin: 5px;
  padding: 5px;
  border: 1px solid #EEE;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 3px #CCCCCC;
  -webkit-box-shadow: 0px 0px 5px #888;
  box-shadow: 0px 0px 5px #888;
}

/* line 64, app/assets/stylesheets/articles.scss */
.article-content {
  background-color: #FFF;
  padding: 10px 10px 60px;
  line-height: 18px;
  border-right: solid 2px #CCC;
  border-top: solid 1px #CCC;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* line 78, app/assets/stylesheets/articles.scss */
.article-content h2 {
  background-color: #ff9600;
  position: relative;
  left: -20px;
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  text-shadow: 1px 1px 0 #7f4d10;
  padding: 3px 28px 5px;
  margin: 10px 0px 0px 0px;
  background-image: url(/img/design/body/threedee.png);
  background-position: right -55px;
  background-repeat: no-repeat;
}

/* line 92, app/assets/stylesheets/articles.scss */
.article-content h2 a, .article-content h2 span {
  background-image: url(/img/design/body/threedee.png);
  background-position: 0px -36px;
  background-repeat: no-repeat;
  position: absolute;
  top: -9px;
  left: 0px;
  height: 9px;
  width: 9px;
  z-index: -1;
}

/* line 103, app/assets/stylesheets/articles.scss */
.article-content h3 {
  color: #233571;
  display: block;
}

/* 2021 */
/* line 108, app/assets/stylesheets/articles.scss */
.article-content blockquote {
  float: left;
  width: 40%;
}

/* line 112, app/assets/stylesheets/articles.scss */
.article-content img {
  padding: 0px 15px;
}

/* line 115, app/assets/stylesheets/articles.scss */
.article-content ul, .article-content ol {
  padding-left: 25px;
}

/* line 118, app/assets/stylesheets/articles.scss */
.article-content iframe {
  float: right;
  margin: 10px;
  border: solid 3px #EEEEEE;
}

/* line 123, app/assets/stylesheets/articles.scss */
.article-content p {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.035em;
}

/* ------ Hint Boxes ------------------------------ */
/* line 131, app/assets/stylesheets/articles.scss */
.article-content .hint, .article-content .hint-right, .article-content .hint-left {
  float: right;
  width: 200px;
  min-height: 75px;
  padding: 3px;
  margin: 3px;
  border: solid 1px #ddb119;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 10px;
}

/* line 142, app/assets/stylesheets/articles.scss */
.article-content .hint-right {
  float: right !important;
  margin: 3px 0px 0px 10px !important;
}

/* line 146, app/assets/stylesheets/articles.scss */
.article-content .hint-left {
  float: left !important;
  margin: 3px 10px 0px 0px !important;
}

/* line 150, app/assets/stylesheets/articles.scss */
.article-content .hint strong, .article-content .hint-right strong, .article-content .hint-left strong {
  width: 198px;
  font-size: 12px;
  padding: 4px 4px;
  margin: 0px 0px 0px -3px;
  display: block;
  position: relative;
  top: -3px;
  background-color: #CCC;
  background-image: -moz-linear-gradient(100% 100% 90deg, #ddb119, #ffd65a);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffd65a), to(#ddb119));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffd65a, endColorStr=#ddb119);
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  text-shadow: 0px 1px 0px #EEE;
}

/* line 168, app/assets/stylesheets/articles.scss */
.article-content .trivia-right, .article-content .trivia-left {
  width: 200px;
  min-height: 75px;
  padding: 3px;
  border: solid 1px #2E4D7C;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 10px;
  background-color: #eef6fd;
}

/* line 178, app/assets/stylesheets/articles.scss */
.article-content .trivia-right {
  float: right;
  margin: 3px -10px 0px 10px;
}

/* line 182, app/assets/stylesheets/articles.scss */
.article-content .trivia-left {
  float: left;
  margin: 3px 10px 0px -10px;
}

/* line 186, app/assets/stylesheets/articles.scss */
.article-content .trivia strong, .article-content .trivia-right strong, .article-content .trivia-left strong {
  width: 198px;
  font-size: 12px;
  padding: 4px 4px;
  margin: 0px 0px 0px -3px;
  display: block;
  position: relative;
  top: -3px;
  background-color: #CCC;
  background-image: -moz-linear-gradient(100% 100% 90deg, #2E4D7C, #65ABF0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#65ABF0), to(#2E4D7C));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#65ABF0, endColorStr=#2E4D7C);
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  color: #FFF;
  text-shadow: 0px -1px 0px #333;
}

/* line 205, app/assets/stylesheets/articles.scss */
#rightnav {
  float: left;
  width: 210px;
  color: #333;
  margin: 5px 0px 0px 10px;
  font-size: 12px;
}

/* line 212, app/assets/stylesheets/articles.scss */
#rightnav h5 {
  font-size: 17px;
  line-height: 18px;
  color: #333;
  text-shadow: 0px 1px 0px #fff;
  margin-bottom: 5px;
}

/* line 219, app/assets/stylesheets/articles.scss */
#rightnav ul {
  padding: 0px 5px 0px 20px;
  line-height: 17px;
  font-size: 11px;
}

/* line 224, app/assets/stylesheets/articles.scss */
#rightnav li {
  list-style-type: square;
}

/* line 227, app/assets/stylesheets/articles.scss */
.menu {
  padding: 0px 0px 17px 0px;
  background-image: url(/img/design/articles/rightnav-separator.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

/* line 233, app/assets/stylesheets/articles.scss */
.learning-center-home {
  display: block;
  text-shadow: 0px 1px 0px #FFF;
  background-position: left;
  background-repeat: no-repeat;
  padding: 15px;
  margin: 0px 6px;
  text-align: center;
  background-image: -moz-linear-gradient(100% 50% 90deg, #EEEEEE, #FFFFFF);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#FFFFFF), to(#EEEEEE));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EEEEEE',GradientType=0 );
  border: solid 1px #CCC;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
}

/* line 250, app/assets/stylesheets/articles.scss */
.learning-center-home:hover {
  background-image: -moz-linear-gradient(100% 90% 90deg, #EEEEEE, #FFFFFF);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#FFFFFF), to(#EEEEEE));
  text-decoration: underline;
}

/* line 255, app/assets/stylesheets/articles.scss */
.share-widget {
  width: 100%;
  padding: 10px;
  display: block;
  clear: both;
}

/* line 261, app/assets/stylesheets/articles.scss */
.share-widget span {
  color: #036;
  text-shadow: 0px 1px 0px #FFF;
}

/* line 265, app/assets/stylesheets/articles.scss */
.fb_share_count_inner, .fb_share_count {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* Reviews Styling */
/* line 271, app/assets/stylesheets/articles.scss */
#review .article-content h2 {
  float: left;
  display: inline;
  text-shadow: 0 1px 0px #FFF;
  padding: 10px 0px 5px 0px !important;
  margin: 0px !important;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  width: inherit;
  font-size: 26px;
  background-color: none !important;
  left: 0px !important;
  color: #233571;
}

/* line 288, app/assets/stylesheets/articles.scss */
#review .article-content h2 a {
  background-image: none !important;
  position: absolute;
  top: 0px !important;
  left: 0px;
  height: auto !important;
  width: auto !important;
  z-index: 1;
}

/* line 297, app/assets/stylesheets/articles.scss */
#review .article-content img {
  float: right;
  color: white;
}

/* line 301, app/assets/stylesheets/articles.scss */
#review .customer-review {
  width: 350px;
  margin: 10px;
  float: left;
}

/* line 306, app/assets/stylesheets/articles.scss */
#review .customer-review span {
  padding: 10px;
  background-color: #cdebfe;
  display: block;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 0px 5px #CCCCCC;
  -moz-box-shadow: 0px 0px 5px #CCCCCC;
  -webkit-box-shadow: 0px 0px 5px #CCCCCC;
  text-shadow: 0 1px 0 #FFFFFF;
}

/* line 318, app/assets/stylesheets/articles.scss */
#review .customer-review strong {
  display: block;
  color: #041c3e;
  background-image: url(/img/design/articles/review-bubble.png);
  background-repeat: no-repeat;
  background-position: 50px 0px;
  min-height: 20px;
  padding-top: 12px;
  letter-spacing: -1px;
}

/* line 328, app/assets/stylesheets/articles.scss */
#review p {
  clear: left;
}

/* line 331, app/assets/stylesheets/articles.scss */
#review .read-more {
  clear: both;
  display: block;
  text-align: center;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(100% 100% 90deg, #eee, #fff);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
  border-bottom: 1px solid #CCC;
  margin: 0 -10px 10px;
  padding-bottom: 20px;
}

/* line 342, app/assets/stylesheets/articles.scss */
#review .read-more a {
  color: #FFF;
  font-weight: bold;
  letter-spacing: -1px;
  text-shadow: 0px 1px 0px #930;
  text-decoration: none;
  background-color: #FF7C00;
  display: block;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  width: 350px;
}

/* line 358, app/assets/stylesheets/articles.scss */
#review .read-more a:hover {
  text-decoration: underline;
  background-color: #FFB042;
}

/* line 362, app/assets/stylesheets/articles.scss */
#review .logo {
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  box-shadow: 0 0 5px #CCCCCC inset;
  -moz-box-shadow: 0 0 5px #CCCCCC inset;
  -webkit-box-shadow: 0 0 5px #CCCCCC inset;
  margin-left: 30px;
  padding: 20px;
  background: -moz-linear-gradient(top, #ffffff 66%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 66%, #eeeeee 100%);
}

/* line 375, app/assets/stylesheets/articles.scss */
.shop-now-bottom {
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 60%;
  margin: 10px auto 0px auto;
  text-align: center;
}

/* line 384, app/assets/stylesheets/articles.scss */
.shop-now-bottom a {
  display: inline-block;
  padding: 3px 15px 7px;
  color: #FFF;
  font-size: 15px;
  background-color: #FFB042;
  text-decoration: none;
  font-weight: bold;
  background: -moz-linear-gradient(top, #FFB042 0%, #FF7C00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFB042), color-stop(100%, #FF7C00));
  background: -webkit-linear-gradient(top, #FFB042 0%, #FF7C00 100%);
  background-repeat: repeat-x;
  border: 1px solid #FFB042;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-family: inherit;
}

/* line 403, app/assets/stylesheets/articles.scss */
.shop-now-bottom a:hover {
  background-color: #FF7C00;
  background: -moz-linear-gradient(top, #FF7C00 0%, #FF7C00 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF7C00), color-stop(50%, #FF7C00));
  background: -webkit-linear-gradient(top, #FF7C00 0%, #FF7C00 150%);
}

/* Tables */
/* line 412, app/assets/stylesheets/articles.scss */
.article-content table {
  border-collapse: collapse;
  border: none;
}

/* line 416, app/assets/stylesheets/articles.scss */
.article-content table td img {
  /*	padding: 2px;
	margin: 2px;
	border: 1px solid #CCC;*/
}

/* line 421, app/assets/stylesheets/articles.scss */
.article-content table tr:nth-child(even) {
  background-color: #EEE;
}

/* line 424, app/assets/stylesheets/articles.scss */
.article-content table td {
  padding: 10px 5px;
  border: 1px solid #DDD;
  vertical-align: middle;
  text-align: center;
}

/* line 430, app/assets/stylesheets/articles.scss */
.article-content table tr:first-child td {
  border: 0px solid #FFF;
}

/* line 433, app/assets/stylesheets/articles.scss */
.article-content table tr:first-child img {
  border: none;
}

/* line 436, app/assets/stylesheets/articles.scss */
#content table .table-header td {
  border: none;
}

/* line 438, app/assets/stylesheets/articles.scss */
#article-facebook-container {
  padding-top: 20px;
}

/* line 441, app/assets/stylesheets/articles.scss */
.fb-questions {
  left: -20px !important;
  margin-bottom: -30px !important;
  padding: 0 !important;
  position: relative !important;
  float: none !important;
}

/* line 449, app/assets/stylesheets/articles.scss */
#compare-products-wrapper-inner {
  margin-left: -10px !important;
  border: none !important;
  width: 100% !important;
  max-width: 984px !important;
  padding: 0px !important;
  border-radius: 0 !important;
}

/* line 457, app/assets/stylesheets/articles.scss */
#compare-products-table .group-header-bottom, #compare-products-table .rating-pieces {
  display: none;
}

/* line 458, app/assets/stylesheets/articles.scss */
#compare-products-table {
  width: 100% !important;
}

/* line 459, app/assets/stylesheets/articles.scss */
#compare-products-wrapper-inner .group-header img {
  width: 120px;
  height: 83px;
}

/* line 461, app/assets/stylesheets/articles.scss */
.article-content table td {
  border: 1px solid #DDD !important;
}

/* line 463, app/assets/stylesheets/articles.scss */
#compare-products-table.compare-5 tbody td {
  width: 160px !important;
}

/* line 464, app/assets/stylesheets/articles.scss */
#compare-products-table.compare-4 tbody td {
  width: 200px !important;
}

/* line 466, app/assets/stylesheets/articles.scss */
.article-content table .bottom-row td {
  border: none !important;
}

/* 2016-03 changes - eliminated 2020-01 */
/*Top Ten Articles Stylings*/
/* line 473, app/assets/stylesheets/articles.scss */
#top-ten-container h3 {
  font-size: 1.5rem;
  margin: 1rem 0;
  clear: both;
}

/* line 478, app/assets/stylesheets/articles.scss */
#top-ten-container .shop-now {
  display: inline-block;
  background: #FFB042;
  font-weight: bold;
  color: #FFF;
  padding: 0.9rem 2rem;
  border-radius: 2px;
  font-size: 1.1rem;
  text-align: right;
}

/* line 488, app/assets/stylesheets/articles.scss */
#top-ten-container .author {
  color: #233571;
  font-weight: bold;
}

/* line 492, app/assets/stylesheets/articles.scss */
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
  color: #233571;
  font-style: italic;
}

/* line 501, app/assets/stylesheets/articles.scss */
blockquote p {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 505, app/assets/stylesheets/articles.scss */
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

/* line 513, app/assets/stylesheets/articles.scss */
blockquote p {
  display: inline;
}

/* Top 10 Article Vehicle Selector Ribbon */
/* Horizontal Vehicle Selector Styles ------------------------ */
/* line 521, app/assets/stylesheets/articles.scss */
.ribbon-banner {
  background: #233571 none repeat scroll 0 0;
  color: #fff;
  display: block;
  padding: 5px;
  position: relative;
  width: 100%;
  z-index: 3;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  box-sizing: border-box;
}

/* line 533, app/assets/stylesheets/articles.scss */
.ajaxthrobber {
  position: absolute;
  right: 10px;
  top: 13px;
}

/*.vs_widget {
	background-image: url(/img/design/vehicle/select-your-vehicle.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-left: 6px;
	padding-left: 100px;
    background: url(/img/design/vehicle/select-vehicle.png) no-repeat;
    background-size: 20.3%;
	}*/
/* line 543, app/assets/stylesheets/articles.scss */
.vs_widget, #group-vehicle-selector-wrapper {
  background-position: 10px 0px;
  padding: 0 !important;
}

/* line 547, app/assets/stylesheets/articles.scss */
.vs_widget select, .vselector-empty {
  margin: 0;
  padding: 0;
}

/* line 551, app/assets/stylesheets/articles.scss */
.vselector-empty {
  color: #999 !important;
}

/* line 554, app/assets/stylesheets/articles.scss */
.ribbon-banner p.big {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  padding: 6px 0;
}

/* line 560, app/assets/stylesheets/articles.scss */
.ribbon-banner .change-link a {
  float: right;
  width: auto;
  margin: 0;
  padding: 8px 10px;
  border: none;
  border-radius: 2px;
  background: #233571;
  text-transform: capitalize;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #FFF;
}

/* line 574, app/assets/stylesheets/articles.scss */
.ribbon-banner .change-link a:hover {
  background: #FFB042;
  color: #FFF;
}

/* line 578, app/assets/stylesheets/articles.scss */
#vehicle-selector-inner-wrap {
  background: #233571;
}

/* line 581, app/assets/stylesheets/articles.scss */
#vehicle-selector-inner-wrap > * {
  padding: 0;
}

/* line 584, app/assets/stylesheets/articles.scss */
#vehicle-selector-inner-wrap .vs-widget-part {
  display: inline-block;
}

/* line 587, app/assets/stylesheets/articles.scss */
.vehicle-selector-prompt {
  background: #f7f7f7;
  border: 1px solid transparent;
  color: #233571;
  display: inline;
  font-size: 22px;
  letter-spacing: -0.5px;
  padding: 3px 6px !important;
  position: relative;
  text-shadow: 0 1px 0 #fff;
  margin: 8px;
  border-radius: 2px;
}

/* line 601, app/assets/stylesheets/articles.scss */
#vehicle-selector-inner-wrap select {
  border: medium none;
  border-radius: 2px;
  color: #000033;
  font-size: 20px;
  height: 38px !important;
  margin: 5px;
  padding: 7px;
  position: relative;
  text-shadow: 0 1px 0 #fff;
  width: 296px;
  background: #fff url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
  /*    background: #f7f7f7 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0LjkgMTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQuOSAxMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM0NDQ0NDQ7fQo8L3N0eWxlPgo8dGl0bGU+YXJyb3dzPC90aXRsZT4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxLjQsNC43IDIuNSwzLjIgMy41LDQuNyAiLz4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIzLjUsNS4zIDIuNSw2LjggMS40LDUuMyAiLz4KPC9zdmc+Cg==) no-repeat 95% 50%;
*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 618, app/assets/stylesheets/articles.scss */
.ie #vehicle-selector-inner-wrap select {
  background: #FFF !important;
  background-image: none !important;
}

/* line 622, app/assets/stylesheets/articles.scss */
#vehicle-selector-inner-wrap option {
  font-size: 12px;
  color: #333;
  text-shadow: none;
}

/* line 627, app/assets/stylesheets/articles.scss */
.vs-heading {
  background: #eee;
  padding: 1rem !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: block;
  clear: both;
}

/* line 635, app/assets/stylesheets/articles.scss */
.vs-heading strong {
  font-size: 2rem;
  color: #233571;
  display: block;
  margin-top: 1rem;
  line-height: normal;
}

/* line 642, app/assets/stylesheets/articles.scss */
.vs-heading em {
  font-size: 1.3rem;
  color: #777;
  display: block;
  margin-top: 1rem;
  font-style: normal;
  line-height: normal;
}

/* line 651, app/assets/stylesheets/articles.scss */
.author-byline {
  display: flex;
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border-right: 1px solid #EEE;
  padding-right: 1rem;
}

/* line 660, app/assets/stylesheets/articles.scss */
.author-byline img {
  width: 150px;
  height: auto;
  border-radius: 100%;
  margin: 1rem;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
  border: 4px solid #FFF;
  box-shadow: 0px 1px 5px #DDD;
}

/* line 671, app/assets/stylesheets/articles.scss */
.author-byline .author-name {
  margin: 1rem 0 0 0.5rem;
  font-size: 1rem;
  color: #FFB042;
}

/* line 676, app/assets/stylesheets/articles.scss */
.author-byline a {
  text-decoration: none;
  color: #233571;
}

/* line 680, app/assets/stylesheets/articles.scss */
.author-byline .signature {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: 'Rock Salt', cursive;
  color: #233571;
  padding-top: 0.6rem !important;
}
