@import url('https://fonts.googleapis.com/css?family=Saira+Extra+Condensed&display=swap');
* {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font-size: 100%;
    vertical-align: baseline;
}
body {
	 background: url('/images/background.webp') top left repeat-x, url('/images/buick_enclave.webp') center top no-repeat fixed;
    color: #555555;
    box-shadow: inset 0 130px 0 0 rgba(256, 256, 256, 0.7);
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 15px;
    line-height: 1.5;
}
a {
	color: #BE2804;
	}

a:hover {
	color: #FF3100;
	}

a:focus {
    outline: none;
}
.buen_insider {
    width: 850px;
    margin: 0 auto;
    border-top: 4px solid #CE2A03;
}
.buen_toplist {
    padding: 0;
    position: relative;
    height: 24px;
    z-index: 400;
    margin-top: 10px;
    clear:both;
}
.buen_toplist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    line-height: 1.0;
}
.buen_toplist ul li {
    float: left;
    position: relative;
}
.buen_toplist ul li a {
	color: #727272;
	display: block;
    margin: 0 ;
	padding: 0px 16px 12px 16px;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Saira Extra Condensed', Arial, Helvetica, sans-serif;
	display: block;
}
.buen_toplist ul li a:hover {
	color: #BE2804;
	display: block;
    text-decoration: none;
   	}
.buen_toplist ul li a u {
 	display:none;
}
.buen_heading {
    height: auto;
    padding: 10px 0;
}
.buen_heading img {
	max-height: 66px;
}
/* Search
----------------------------*/

#search {
    border: 1px solid #D8D8D8;
    background: #fff;
    text-align: left;
    padding: 5px;
    width:200px;
    float:right;
    margin-top:10px;
    line-height: 1;
}

#search #s {
    background: none;
    color: #979797;
    border: 0;
    width: calc(100% - 24px);
    padding: 0;
    margin: 0;
    outline: none;
    line-height: 1;
    padding: 2px;
}

#content-search {
    width: 300px;
    padding: 15px 0;
}
.buen_texting {
    padding: 15px 10px;
    background: #fff;
    margin-top:25px;
}
.buen_texting h1 {
    color: #333333;
    margin: 0 0 10px 0;
    padding: 0;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 23px;
    line-height: 23px;
    font-weight: bold;
}
h2 {
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 21px;
    line-height: 21px;
    font-weight: normal;
    margin:20px 0;
}
.buen_mainh2 {
	font-weight: normal;
	text-transform: uppercase;
}
.buen_texting p {
	margin: 10px 0;
}
.buen_waytext {
    color: #999999;
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 10px 0;
}
.buen_texting ul, .buen_texting ol {
	margin: 9px 0 9px 19px;
}
.buen_texting li {
	margin: 8px 0;
}
.buen_aftertext {
    color: #FFFFFF;
    background: #272727;
    text-align: center;
    padding: 10px 0;
    -webkit-box-shadow: 0 -5px 0 #CE2A03;
    box-shadow: 0 -5px 0 #CE2A03;
    font-size: 12px;
    font-family: 'Saira Extra Condensed', sans-serif;
}
.buen_texting img {
	max-width:100% !important;
	height:auto;
}
#menuToggle input {
	display:none;
}
#menu {
	display: block !important;
}