/* holden gma-cs-mmy-selector.css */
/* Brand Styles */

.gma-selector-div{
 	width: 100%;
  	max-width: 100%;
  	margin-left: 0;
}

}

table {
    margin: auto;
    /*width: 100%;*/
  	width: 100% !important;
    table-layout: fixed;
}
 
td {
    text-align: left;
    margin-bottom: 0.5em;
}
 
@media (max-width: 100%) and (min-width: 651px) {
    table {
        width: 100% !important;
    }
}
 
@media (max-width: 650px) {
    table {
        width: 100%;
    }
 
    tr {
        display: inline-block;
        width: 100%;
    }
    
    td {
        display: inline-block;
        width: 100%;
        margin-bottom: 1em;
    }
}


.gma-cs-content {
    font-size: 1.6rem !important;
}
@media screen and (min-width: 1200px) {
  .gma-cs-content {
      margin-left: auto;
      margin-right: auto;
      font-size: 2.6rem !important;
      line-height: 1.2em;
  }
}

.gb-expander{
 	position: relative;
}

.gb-expander span:empty::before{
  position:absolute;
  background-color: white;
  width: 5000px;
  height: 50px;
  top: -5px;
  left: -5px;
  content: '';
}

img[width="400"], img[width="632"]{
 	width: 100% !important; 
  	max-width: 900px !important;
}

.gma-cs-back-to-result{
  font-size: 17px;
  font-weight: bold;
}

.gb-body3 a{
      color: rgb(204,0,0);
}

ol{
    padding-inline-start: 50px;
}


/* General targeting for headings to work with h2 and legacy fon-size 18 */
span[style="font-size:18px"] strong, h2, h2 span,
.medium-margin.gb-body3.gma-cs-content h2 span,
.gma-cs-title, .gma-cs-title p{
  	line-height: 1;
  	color: #464646;
 	text-transform: uppercase; 
    letter-spacing: 0 !important;
}

h1, .gma-cs-title, .gma-cs-title p{
 	font-size: 3.9rem !important;
    line-height: 3.7rem;
  	margin: 0;
}

h2, span[style="font-size:18px"] strong{
  	 font-size: 3rem !important;
    line-height: 2.5rem;
	font-weight: bold !important;
  	font-family: Stratum,Arial,sans-serif;
}

h2 span{
 	font-size: inherit !important; 
}

.gb-expander>.gb-expander-btn {
 	letter-spacing: 0; 
}

@media screen and (min-width: 960px) {
  .gb-expander>.gb-expander-btn{
      padding: 0; 
      justify-content: normal;
  }

  .gb-expander>.gb-expander-btn::before {
      display: inline-block;
      font-size: 28px;
      font-weight: 300;
      line-height: 0;
      order: 0;
      padding: 0 20px;
  }
  
  .gb-expander-content-body.gb-body3 p{
  	  margin-left:2.5rem;
    	
  }
}

.gb-expander-btn.gma-cs-expander{
  	padding: 15px 15px 15px 25px;
}

.active .gb-expander-btn.gma-cs-expander,.active .gb-expander-btn.gma-cs-expander:hover{
  	padding: 15px 15px 15px 25px;
  
}

.gma-cs-content-container{
 	max-width: 80vmax !important;
}

li, p{
    font-size: 1.6rem;
    line-height: 2rem;
}

table td a{
  text-decoration: none !important;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 19px;
}


table{
 	border-spacing: 20px !important;
    border-collapse: separate; 
    margin-left: -20px;
}

table td{
	vertical-align: top;
}



table.two-col{
 	margin-left: 0px; 
}

table.two-col td{
 	 width: 50%;
}

table.two-col ul li {
    list-style-type: inherit;
}

@media (max-width: 780px) {
  table.two-col td{
 	 	width: 100%;
    	display: block;
	}
  
}

#manualsButton{
 	text-transform: uppercase; 
}

#manualImg{
 	margin-top: 1em; 
}

#firstTimeMessage{
  margin-left: 0;
  margin-right: 0;
  width: inherit;
  font-size: 2.5rem; 
}

#recentSearchesDiv{
 	display:none; 
}