body{
	font: 15px/1.5 Arial, Helvetica,sans-serif;
	padding:0;
	margin:0;
	background-color: #f4f4f4;
}

/* Global */
.container{
	width:80%;
	margin:auto;
	overflow:hidden;
}



.button_1{
	height:50px;
	background:#e8491d;
	border:2px solid black;
	padding-left: 20px;
	padding-right:20px;
	color:#ffffff;
	border-radius:12px;
	font-weight:bold;
	margin-left:42%;
	margin-bottom:20px;
	font-size:25px;
}	

.button_1:hover {
	background:white;
	color:red;
}
	
.dark{
	padding:15px;
	background:lightgray;
    color:black;
    margin-top:10px;
    margin-bottom:10px;
	border-radius:12px;
}

	
	
	
/* Header **/
header{
	background:white;
	color:black;
	padding-top:30px;
	min-height:70px;
	border-bottom:#e8491d 3px solid;
}

header #branding{
	float:left;
}

header #branding h1{
	margin:0;
}



header .highlight, header .current a{
	color:#e8491d;
  font-weight:bold;
 
}


header nav{
	float:right;
	margin-top:20px;
}

header li{
	
	display:inline-block;
	padding: 0 20px 0 20px;
}

header a{
	color:black;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-size:20px;
}


header a:hover{
	color:red;
    font-weight:bold;
	text-decoration:none;
	
}


@media (max-width:600px) {
	
		header li {
			float:none;
			text-align:center;
			
		}
	
}



.phoneOnly {
    display: none!important
}

@media (min-width:0px) and (max-width:481px) {
    .phoneOnly {
        display: block!important
    }
    aside .starRating {
        display: block
    }
}

.notOnPhone {
    display: none!important
}

@media(min-width:481px) {
    .notOnPhone {
        display: block!important
    }
    #slick-legend-A-mobile,
    #slick-legend-B-mobile {
        font-size: 22px
    }
}



/* Showcase */
#showcase{
	min-height:400px;
	background:url('../images/showcase.jpg') no-repeat 0 -400px;
	text-align:center;
    color:#ffffff;
}

#showcase h1{
	margin-top:100px;
	font-size:55px;
	margin-bottom:10px;
	
}


#showcase p{
	font-size:20px;
}

/* Newsletter */
#newsletter{
	padding:10px;
	color:black;
	background:white;
}

#newsletter h1{
	text-align:center;
	
}

#newsletter container h1 {
	color:red;
}

#newsletter form{
	
	margin-top:15px;
	
}


.column {
    float: left;
    width: 23%;
    padding: 10px;
    
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}



/* Boxes */
#boxes{
	margin:20px;
}

#boxes .box{
	float:left;
	text-align: center;
	width:30%;
	padding:10px;
}

#boxes .box img{
	width:130px;
}

*{
	box-sizing:border-box;
	
}

/* Main-col */
article#main-col{
  float:left;
  width:75%;
}
article#main-col p {
  padding-right:20px;
}

/* Sidebar */
aside#sidebar{
  float:left;
  width:25%;
  margin-top:10px;
}

.container:after {
	content:"";
	display:table;
	clear:both;
	
}



@media screen and (max-width: 600px) {
    article#main-col, aside#sidebar {
        width: 100%;
    }
}

footer{
	padding:20px;
	margin-top:20px;
	color:#ffffff;
	background-color:#e8491d;
	text-align:center;
	
}

footer p {
	
	text-align:center;
}


.footerh1 {
	float:left; 
	width:25%;
	font-size:40px; 
	font-weight:bold; 
	color:black;
	
	
}

.highlightfoot {
	color:white;
}

.cards {
	
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:auto;
	float:left;
	width:75%
}

.cards li {
	float:right;
	
	
}

.cards li a {
	display:inline-block;
	padding:14px 16px;
	
}

.boxfooter:after {
	content:"";
	display:table;
	clear:both;
	
}

@media screen and (max-width: 600px) {
   footer h1, .cards {
        width: 100%;
    }
}