@charset "UTF-8";
/* CSS Document */

.clear-thumbs::after, .clear-thumbs::before {
    content: "";
    display: table;
}
.clear-thumbs {
    list-style: outside none none;
	padding:0
}
.clear-thumbs li {
    width: 20%;
}
.clear-thumbs li {
    float: left;
    height: 100%;
    margin-bottom: 1.5%;
    padding: 0;
}
.clear-thumbs img {
    border: 1px solid #ededed;
}
.img-responsive, .img-responsive img {
    display: block;
    height: auto;
}

.listing-default article a.more, #content .more {
    background: #e2e2e2 none repeat scroll 0 0;
    color: #706f6f;
    margin-right: 1.42857em;
    margin-top: 8px;
	display: inline-block;
	font-family: "Open Sans Regular", Arial, sans-serif;
    font-size: 0.78571em;
    padding: 0.5em;
    text-transform: uppercase;
	text-decoration:none
}
.listing-default a h2.article-title {
    color: #464646;
    font-size: 1.2em;
    margin: 0;
	 -moz-osx-font-smoothing: grayscale;
    font-family: "Bariol Bold",sans-serif;
    font-weight: 400;
	text-decoration:none
}
.listing-default a  {
	text-decoration:none
}
.media-list h3 {
	font-family: "Open Sans Regular", Arial, sans-serif;
	font-size: 0.875em;
}
.form-group label.agree {
    font-size: 0.875em;
}
.form-group.acceptme  {
    font-size: 0.875em;
}
.form-group.acceptme .custom-checkbox {
    width: 1%;
}
.copyright a {
	color:#FFF;
	text-decoration:underline	
}
.view-all .media-list li {
    min-height: 200px;
}
.flickity-prev-next-button {
    top: 24%;
}
.masthead__byline {
	width:459px
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {

.clear-thumbs li {
    width: 25%;
	padding: 0 0.88%;

}	
.img-responsive, .img-responsive img {
    display: block;
    height: auto;
    width: 100%;
}
.masthead__byline {
	width:auto
}


}