.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;
}














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

 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

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

.btn-rd-md
{
    font-family: "Open Sans", sans-serif;   
    line-height: 1.7em;
    font-size: 1em;    
    color: #ffffff !important;
    font-weight: 600;
    background: #900;
    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
{
    font-family: "Open Sans", sans-serif;   
    line-height: 1.7em;
    font-size: 1em;    
    color: #ffffff !important;
    font-weight: 300;
    background: #900;
    min-width: 80px;
    padding: 2px 10px 2px 10px;
    box-shadow: 0px 2px 10px 0px #808080;
    margin-top: -4px;
}

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

.btn-drk-bg
{
	display: inline-block; 
	width: 20em;
	max-width: 20em;
	color: #ffffff; 
	font-weight: bold;
	background: #444;
	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;
	padding: 10px 30px 10px 30px; 
}

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






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


 DIVISIONS
 

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


.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;
}



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

 MEDIA QUERIES

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

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

/* 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 */
 @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){

/* featured products */
 .mdiv3
 {
  display: block;
  width: 100%; 
  vertical-align: text-top;
 }

.mdiv3_wrapper
{
  display: 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 


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