.error
{
  color: red;
}

label.error
{
  color: red;
  font-size: 11px;
  
}

.load-wrapper
{
    margin-bottom: 32px;
}

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

 GLOBALS

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

select
{
    width: 200px;
    margin-right: 15px !important;
}

/* INPUT / THEME */

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: #ffffff;
border: 1px solid #d5d5d5;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
color: #000000;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: #fff;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-moz-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 linear .2s, box-shadow linear .2s;
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
}

/* 8.21.24 - Commented out to adjust height */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
display: inline-block;
height: auto;
/* padding: 4px 6px; */
/* margin-bottom: 9px; */
/* font-size: 14px; */
/* line-height: 20px; */
color: #000000;
border-radius: 3px;
}

.sep-hitch-wrapper
{
  display: inline-block;
}

.sep-hitch
{
  display: inline-block; 
 margin: 0 15px 10px 0;
  
}

.finder-title 
{
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: bold;
    margin: 3px 0 15px 0;
}


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

 HZ FINDER

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

.finder-wrapper-hz
{
     margin: 1px 0 10px 0;
      padding: 10px;
      line-height: 1.8em;
      background-color: #cde2fe;
      border-style: solid;
      border-color: #c0c0c0;
      border-width: thin;
      -webkit-border-radius: 12px;
      -moz-border-radius: 7px;
      border-radius: 7px;
      background-image: linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
      background-image: -o-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
      background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
      background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
      background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
      
}

.finder-separator-hz
{
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 10px;
}




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

 VT FINDER

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

.finder-wrapper-vt
{
     margin: 1px 0 1px 0;
      padding: 10px;
      line-height: 1.8em;
      background-color: #cde2fe;
      border-style: solid;
      border-color: #c0c0c0;
      border-width: thin;
      -webkit-border-radius: 12px;
      -moz-border-radius: 7px;
      border-radius: 7px;
      background-image: linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
      background-image: -o-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
      background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
      background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
      background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
      clear: both;
}

.finder-separator-vt
{
    display: block;
    margin-left: 5px;
    margin-bottom: 10px;    
}


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

 FINDER

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

#finder-select 
{
 margin: 1px 0 1px 0;
  padding: 10px;
  line-height: 1.8em;
  background-color: #cde2fe;
  border-style: solid;
  border-color: #c0c0c0;
  border-width: thin;
  -webkit-border-radius: 12px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-image: linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
  background-image: -o-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
  background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
  background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
  background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
  clear: both;
}

#finder-select a
{
  color: #555;
  text-decoration: underline;
}

.fit-sub-title 
{
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: bold;
    margin: 3px 0 0 0;
}

.fit-product-title 
{
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: bold;
    margin: 3px 0 0 0;
    padding: 0 0 0 10px;
}

.fitguide_separator
{
    display: inline-block;
}

.fit-span
{
  margin: 40px 0 60px 0;
}

.class-title {
    display: inline-block;
    min-width: 60px;
    font-weight: bold;
}

.class-field
{
  display: inline-block; 
}

.required-text
{
  font-size: 10px;
  font-weight: bold;
}

/* CAUTION TEXT */
.caution
{
  display: inline-block;
  color: red;
  font-weight: bold;
  
}

.red-text
{
  display: inline;
  font-weight: bold; 
  text-decoration: none;
  color: #e3272a;
  margin: 0px 0 5px 0;
  font-size: 18px;
}


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


    BUTTONS 



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

button:not(.primary)
{
    border: none;
    color: none;
    line-height: none;
    padding: none;
    height: none;
    background-color: none;
}    

.bin {
    display: inline-block !important;
    font-family: open sans,sans-serif !important;
    font-size: 1.1666em !important;
    font-weight: 700 !important;
    background: #900 !important;
    min-width: 200px !important;
    padding: 10px 60px !important;
    line-height: 1.7em !important;
    color: #fff !important;
    margin: 10px 0 !important;
    height: auto !important
}

a.bin {
    background: #900 !important;
    text-decoration: none !important;
    color: #fff !important;
    text-align: center !important;
    font-weight: 700 !important;
}

.bin:hover {
    text-decoration: none !important;
    background: #e14538 !important;
    color: #fff !important
}

.btn-blk {
    display: block;
    position: relative;
    width: 200px;
    min-width: 100px;
    margin: 20px 0;
    background: #444;
    color: #fff;
    padding: 20px;
    text-decoration: none
}

a.btn-blk {
    color: #fff;
    text-decoration: none
}

.btn-blk:hover {
    text-decoration: none!important;
    color: #fff!important
}




.btn-gry 
{
    color: #000000;
    font-weight: bold;
    min-width: 300px;
    margin: 1px 0 1px 0;
    padding: 10px;
    padding: 20px 10px 20px 10px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.8em;
    background-color: #cde2fe;
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-image: linear-gradient(bottom, rgb(230, 230, 230) 11%, rgb(240, 240, 240) 56%);
    background-image: -o-linear-gradient(bottom, rgb(230, 230, 230) 11%, rgb(240, 240, 240) 56%);
    background-image: -moz-linear-gradient(bottom, rgb(230, 230, 230) 11%, rgb(240, 240, 240) 56%);
    background-image: -webkit-linear-gradient(bottom, rgb(230, 230, 230) 11%, rgb(240, 240, 240) 56%);
    background-image: -ms-linear-gradient(bottom, rgb(230, 230, 230) 11%, rgb(240, 240, 240) 56%);
    border-style: solid !important;
    border-color: #c0c0c0 !important;
    border-width: thin !important;
    
    /* clear: both; */
}

.btn-action 
{
    color: #ffffff;
    background-color: #555;
    min-width: 300px;
    margin: 1px 0 1px 0;
    padding: 20px 10px 20px 10px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.8em;
    border-style: solid;
    border-color: #c0c0c0;
    border-width: thin;
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    clear: both;
}

.btn-rd-md
{
    font-family: "Open Sans", sans-serif;   
    line-height: 1.7em;
    font-size: 1em;    
    color: #ffffff !important;
    font-weight: 600;
    background: #900 !important;
    min-width: 100px;
    padding: 10px 60px 10px 60px;
    box-shadow: 0px 2px 10px 0px #808080;
}

.btn-rd-md:hover 
{
  background: #e14538;
  color: #fff; 
}

.btn-rd-sm
{
    margin: 10px 0 10px 0;
    font-family: "Open Sans", sans-serif;   
    line-height: 1.7em;
    font-size: 1em;    
    color: #ffffff !important;
    font-weight: 300;
    background: #900 !important;
    min-width: 80px;
    padding: 2px 10px 2px 10px;
    box-shadow: 0px 2px 10px 0px #808080;
    
}

.btn-rd-sm:hover 
{
  background: #e14538 !important;
  color: #fff; 
}

.btn-drk-bg
{
	display: inline-block; 
	width: 20em;
	max-width: 20em;
	color: #ffffff; 
	font-weight: bold;
	background: #444 !important;
	padding: 20px 50px 20px 50px; 
}

a.btn-drk-bg 
{
    color: #fff;
    text-decoration: none;
}

.btn-drk-sm
{
	display: inline-block; 
	width: 100px;
	max-width: 100px;
	color: #ffffff; 
	font-weight: bold;
	background: #444 !important;
	padding: 10px 30px 10px 30px; 
}

a.btn-drk-sm 
{
    color: #fff;
    text-decoration: none;
}

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


    BOXES / CALLOUTS



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

.gry-box {
    width: 95%;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    padding: 15px;
    line-height: 1.8em;
    background-color: #cde2fe;
    border-style: solid;
    border-color: silver;
    border-width: thin;
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-image: linear-gradient(bottom,rgb(230,230,230) 11%,rgb(240,240,240) 56%);
    background-image: -o-linear-gradient(bottom,rgb(230,230,230) 11%,rgb(240,240,240) 56%);
    background-image: -moz-linear-gradient(bottom,rgb(230,230,230) 11%,rgb(240,240,240) 56%);
    background-image: -webkit-linear-gradient(bottom,rgb(230,230,230) 11%,rgb(240,240,240) 56%);
    background-image: -ms-linear-gradient(bottom,rgb(230,230,230) 11%,rgb(240,240,240) 56%)
}




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


    DIVISIONS



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

.mdiv3_wrapper
{
    display: block;
    width: 100%;
}

.mdiv3 {
    display: inline-block;
    width: 30%;
    vertical-align: text-top;
    margin-right: 2px;
}

.mdiv3 img {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 5px;
    margin-bottom: 10px;
}


.mdiv2-wrapper
{
    display: inline-block;
    width: 90%; 
}

.mdiv2
{
    display: inline-block;
    width: 100%; 
    vertical-align: text-top;
    margin-right: 2px;

}

.mdiv2-img
{
    display: inline-block;
    width: 30%; 
    vertical-align: text-top;
    margin-right: 20px;

}

.mdiv2-txt
{
    display: inline-block;
    width: 60%; 
    vertical-align: text-top; 
}



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


    MEDIA QUERIES
    
    
**********************************************************************/

/* mobile */
 @media only screen and (min-width: 180px) and (max-width: 300px) 
{

/* featured products - mobile 280 */
    .mdiv3_wrapper
    {
        display: 100%;
    }    
    
    .mdiv3
    {
        vertical-align: text-top;
        margin-bottom: 10px;
        border-bottom: 1px solid #c0c0c0;
    }
    
    .mdiv3 img
    {
        border: 1px solid #ccc;
        border-radius: 2px;
        padding: 5px;
    }
    
    .mdiv2
    {
        display: block;     
        vertical-align: text-top;
        margin-bottom: 10px;
        border-bottom: 1px solid #c0c0c0;
    }
    
    .mdiv2-img
    {
        display: block;
        width: 100%; 
    }
    
    .mdiv2-txt
    {
        display: block;
        width: 100%; 
    }    

}




/* mobile */
 @media only screen and (min-width: 301px) and (max-width: 480px) 
{

    /* featured products - mobile 280 */
     .mdiv3
     {
       vertical-align: text-top;
       margin-bottom: 10px;
       border-bottom: 1px solid #c0c0c0;
     }
    
    .mdiv3_wrapper
    {
      display: 100%;
    }
    
    .mdiv3 img
    {
     border: 1px solid #ccc;
     border-radius: 2px;
     padding: 5px;
    }

}

 /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
 @media only screen and (min-width: 481px) and (max-width: 767px) 
 {


 }


@media (max-width:767px){

    .mdiv3
     {
      display: block;
      width: 100%; 
      vertical-align: text-top;
     }
    
    .mdiv3_wrapper
    {
      display: 100%;
    }
    
    .mdiv2
    {
        display: block;
        width: 100%; 
        vertical-align: text-top;
    }    
    
    .mdiv2-img
    {
        display: block;
        width: 100%; 
    }
    
    .mdiv2-txt
    {
        display: block;
        width: 100%; 
    }        

    #btn_find
    {
      display: block;    
      background-color: #000000;
      color: #ffffff;
      padding: 0px 50px 0px 50px;
      margin: 10px 0 10px 0; 
    }

}







@media screen and (min-width: 768px) and (max-width: 959px)
{

     /* featured products */
     .mdiv3
     {
      display: inline-block;
      width: 30%;
      vertical-align: text-top;
      margin-right: 2px;
     }
    
    .mdiv3_wrapper
    {
      display: block;
      width: 100%;
    }
    
    #btn_find
    {
      display: block;    
      background-color: #000000;
      color: #ffffff;
      padding: 0px 50px 0px 50px;
      margin: 10px 0 10px 0;
    }

}


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

END MEDIA QUERIES 


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