html,
body,
ul {
  font: 100% sans-serif;
  margin: 0;
  padding: 0; }

body {
  background: white;
  /*color: #231f20 */
  color: white;
  font-size: 12pt; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 1em 0; }

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

a:hover {
  text-decoration: underline; }

table {
  width: 100%; }

th,
td {
  text-align: left;
  vertical-align: top; }

ul,
ol,
dl {
  list-style: none;
  margin: 0;
  padding: 0; }

input,
button,
select {
  border: 1px solid #e0e0e0;
  background: white;
  font-size: 100%;
  color: black; }

#searchContainer, #equipmentContainer {
  margin: 0 0 0 300px; }

#equipmentContainer {
  color: #231f20; }

@media only screen and (min-width: 200px) {
  main {
    float: none; } }
@media only screen and (min-width: 800px) {
  main {
    height: 100%; } }

#fsPolicies {
  margin: 0 0 20px 0; }
  @media only screen and (min-width: 200px) {
    #fsPolicies {
      max-width: 100%; } }
  @media only screen and (min-width: 800px) {
    #fsPolicies {
      max-width: 50%; } }
  @media only screen and (min-width: 1200px) {
    #fsPolicies {
      max-width: 65%; } }

.privacy {
  cursor: pointer; }

.clearFix {
  clear: both;
  height: 10px; }

#sidePanel {
  width: 300px;
  height: 100%;
  background-color: #272727;
  float: left;
  position: fixed; }

#archer {
  position: absolute;
  bottom: 0;
  width: 300px; }
  #archer img {
    width: 300px;
    margin: 0 auto;
    display: block; }

.languageSelector {
  float: right;
  margin: 10px 10px 0 0; }

#searchContainer .languageSelector {
  margin: 10px 410px 0 0; }

#marginFix {
  text-align: center;
  -webkit-flex: 1 0 0;
  -moz-flex: 1 0 0;
  -ms-flex: 1 0 0;
  -o-flex: 1 0 0;
  flex: 1 0 0; }

#searchContainer {
  background-image: url(/site_assets/images/Archer-LubeAdvisor-Background-Image.jpg);
  background-position: center;
  background-size: cover; }
  @media only screen and (min-width: 800px) {
    #searchContainer {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column;
      min-height: 100vh; } }
  @media only screen and (min-width: 200px) {
    #searchContainer .modelSearchContainer {
      margin: 0 auto;
      padding: 0 10px 50px 10px; } }
  @media only screen and (min-width: 600px) {
    #searchContainer .modelSearchContainer {
      width: 540px; }
      #searchContainer .modelSearchContainer .modelSearchBlock {
        display: inline-block; }
      #searchContainer .modelSearchContainer #modelSearchText {
        display: block; } }
  @media only screen and (min-width: 800px) {
    #searchContainer .modelSearchContainer {
      margin: 10px auto 0 auto;
      padding: 0; } }
  #searchContainer .modelSearchContainer p {
    text-align: center;
    text-transform: uppercase;
    font-size: 16pt;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
  #searchContainer .modelSearchContainer input {
    padding: 9px;
    border: 1px solid #e0e0e0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    width: 230px; }
  #searchContainer .modelSearchContainer input[type="submit"] {
    padding: 10px;
    background: #e03128;
    border: 1px solid #e03128;
    color: white;
    width: auto; }
  #searchContainer .modelSearchContainer select {
    padding: 9px;
    border-radius: 2px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    width: 235px;
    border: 1px solid #e0e0e0; }

#fsTitle {
  clear: both; }
  @media only screen and (min-width: 600px) {
    #fsTitle {
      width: 415px;
      margin: 0 auto; } }
  @media only screen and (min-width: 800px) {
    #fsTitle {
      margin-top: 3%; } }

@media only screen and (min-width: 600px) {
  #fpFooter {
    flex-direction: column;
    text-align: center; }
    #fpFooter #fsPolicies {
      max-width: inherit; }
    #fpFooter #fsLubricants {
      margin: 45px auto; } }
@media only screen and (min-width: 800px) {
  #fpFooter {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    text-align: left; }
    #fpFooter #fsPolicies {
      max-width: 65%; }
    #fpFooter #fsLubricants {
      margin: 45px 10px 0 0; } }

@media only screen and (min-width: 800px) {
  #fsAddressFP,
  #fsAddress {
    float: left;
    padding: 50px 0 0 10px; } }
#fsAddressFP p,
#fsAddress p {
  font-size: 9pt; }
  @media only screen and (min-width: 800px) {
    #fsAddressFP p,
    #fsAddress p {
      display: inline-block;
      margin: 0;
      padding: 0;
      padding-right: 0.5em;
      border-right: 1px solid white; } }
#fsAddressFP p:last-child,
#fsAddress p:last-child {
  border-right: none; }
#fsAddressFP #fsPolicies p,
#fsAddress #fsPolicies p {
  border-right: none; }

.modelSearchContainer {
  width: 540px; }
  .modelSearchContainer .modelSearchBlock {
    display: inline-block; }
  .modelSearchContainer #modelSearchText {
    display: block; }

.searchPageControls {
  padding: 0 0 30px 0;
  clear: both; }
  .searchPageControls p {
    float: left; }
  .searchPageControls input {
    float: right; }

.searchFacets {
  clear: both; }

.clearFacetContainer {
  clear: both; }

.facetSearchTop,
.searchFacets,
.clearFacetContainer,
#facetResultsTable {
  padding: 0 10px;
  overflow-x: auto; }

table.vehicle {
  border-collapse: collapse;
  min-width: 500px;
  width: 100%; }

#facetsContainer .modelSearchContainer {
  padding: 10px 0;
  float: left;
  width: 515px; }
  #facetsContainer .modelSearchContainer #modelSearchButton,
  #facetsContainer .modelSearchContainer #modelSearchText {
    display: none; }
  #facetsContainer .modelSearchContainer #modelSearchSelect {
    margin: 0 0 0 0 5px; }
  #facetsContainer .modelSearchContainer select {
    padding: 4px 5px 5px 5px;
    width: 100%; }
  #facetsContainer .modelSearchContainer input {
    box-sizing: border-box;
    padding: 5px;
    width: 100%; }

.searchControls {
  padding: 10px 0; }
  .searchControls a {
    background: #e03128;
    color: white;
    padding: 5px;
    display: inline-block; }

.facet {
  padding: 0 5px 0 0;
  width: 16.5%;
  float: left;
  box-sizing: border-box; }
  .facet h2 {
    display: none; }
  .facet select {
    width: 100%; }

#actions {
  float: right;
  margin: 10px 10px 0 0; }

#actions a, #archerLinks a {
  background: #e03128;
  color: white;
  text-transform: uppercase;
  padding: 5px 10px;
  display: inline-block; }

#actions a:hover, #archerLinks a:hover {
  text-decoration: none;
  color: #e03128;
  background: white; }

#archerLinks a {
  margin: 10px 0; }

.primaryProductTitle {
  float: left;
  max-width: 50%; }

#isRecommended {
  clear: left;
  float: left;
  padding: 0 0 0 10px; }

.modelInfo {
  float: left;
  width: 66%;
  padding: 10px 0 10px 10px; }
  .modelInfo dt {
    color: #e03128;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: bold;
    float: left;
    margin: 0 10px 0 0; }
  .modelInfo dd {
    margin: 0;
    padding: 10px 0; }

#packshot {
  width: 23%;
  float: right; }

#recommendation {
  padding: 0 10px;
  box-sizing: border-box; }

.datasheet {
  display: inline-block; }
  .datasheet a {
    display: inline-block;
    padding: 10px;
    margin: 10px 10px 0 0;
    background: #e03128;
    color: white;
    font-weight: bold; }
    .datasheet a:hover {
      text-decoration: none; }

.block {
  border: 1px solid black;
  margin: 0 0 10px 0; }
  .block .application {
    background: black;
    padding: 3px;
    color: white; }
  .block .block-container {
    padding: 3px; }
  .block .capacity {
    padding: 10px 3px 3px; }
  .block .recommendationPackshot {
    width: 300px;
    text-align: center; }
    .block .recommendationPackshot img {
      width: 100%; }

.tdsmsds {
  margin: 5px 0; }
  .tdsmsds span {
    background: #e03128;
    color: white;
    padding: 3px 8px; }

/* mobile */
@media only screen and (max-width: 895px) {
  #sidePanel {
    display: none; } }

@media only screen and (max-width: 895px) {
  #searchContainer, #equipmentContainer {
    margin: 0;
    padding: 10px; } }

@media only screen and (max-width: 895px) {
  #searchContainer .languageSelector {
    margin: 10px 10px 0 0; } }

@media only screen and (max-width: 895px) {
  .modelSearchContainer, #facetsContainer .modelSearchContainer {
    width: inherit; } }

@media only screen and (max-width: 895px) {
  .facetDropdown > div, #actions a {
    margin: 0 0 10px 0; } }

@media only screen and (max-width: 895px) {
  #facetsContainer {
    clear: both; } }

/* additional style */
.searchPageControls input {
  background: #df3128;
  border: none;
  color: white;
  padding: 10px;
  margin: 0 0 0 30px;
  cursor: pointer; }

.dropDown {
  margin: 40px 0 0 0; }
  .dropDown label {
    display: block; }
  .dropDown select {
    padding: 10px;
    margin: 0 0 10px 0; }
