/* Bootstrap Buttons */
/* Empty - Colors */
.btn {
	color: #ffffff;
}

.btn:hover {
	color: #ed1c24;
}

.btn.focus, 
.btn:focus {
	color: #ed1c24;
}

.btn.disabled, 
.btn:disabled {
	color: #ffffff;
}

.btn:not(:disabled):not(.disabled).active, 
.btn:not(:disabled):not(.disabled):active, 
.show > .btn.dropdown-toggle {
	color: #ed1c24;
}

/* Success - Colors */
.btn-success {
	color: #ffffff;
	background-color: #ed1c24;
	border-color: #ed1c24;
}

.btn-success:hover {
	color: #ffffff;
	background-color: #db0d15;
	border-color: #db0d15;
}

.btn-success.focus, 
.btn-success:focus {
	color: #ffffff;
	background-color: #db0d15;
	border-color: #db0d15;
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .15);
}

.btn-success.disabled, 
.btn-success:disabled {
	color: #ffffff;
	background-color: #ed1c24;
	border-color: #ed1c24;
}

.btn-success:not(:disabled):not(.disabled).active, 
.btn-success:not(:disabled):not(.disabled):active, 
.show > .btn-success.dropdown-toggle {
	color: #ffffff;
	background-color: #db0d15;
	border-color: #db0d15;
}

/* Danger - Colors */
.btn-danger {
	color: #ffffff;
	background-color: #6e6e6e;
	border-color: #6e6e6e;
}

.btn-danger:hover {
	color: #ffffff;
	background-color: #666666;
	border-color: #666666;
}

.btn-danger.focus, 
.btn-danger:focus {
	color: #ffffff;
	background-color: #666666;
	border-color: #666666;
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .15);
}

.btn-danger.disabled, 
.btn-danger:disabled {
	color: #ffffff;
	background-color: #6e6e6e;
	border-color: #6e6e6e;
}

.btn-danger:not(:disabled):not(.disabled).active, 
.btn-danger:not(:disabled):not(.disabled):active, 
.show > .btn-danger.dropdown-toggle {
	color: #ffffff;
	background-color: #666666;
	border-color: #666666;
}

/* Default - Colors */
.btn-default {
	color: #d7d7d7;
	background-color: #2d2d2d;
	border-color: #2d2d2d;
}

.btn-default:hover {
	color: #ebebeb;
	background-color: #1b1b1b;
	border-color: #1b1b1b;
}

.btn-default.focus, 
.btn-default:focus {
	color: #ebebeb;
	background-color: #1b1b1b;
	border-color: #1b1b1b;
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .15);
}

.btn-default.disabled, 
.btn-default:disabled {
	color: #d7d7d7;
	background-color: #2d2d2d;
	border-color: #2d2d2d;
}

.btn-default:not(:disabled):not(.disabled).active, 
.btn-default:not(:disabled):not(.disabled):active, 
.show > .btn-default.dropdown-toggle {
	color: #ebebeb;
	background-color: #1b1b1b;
	border-color: #1b1b1b;
}

/* Success Outline - Colors */
.btn-outline-success {
	color: #ed1c24;
	border-color: #ed1c24;
}

.btn-outline-success:hover {
	color: #ffffff;
	background-color: #ed1c24;
	border-color: #ed1c24;
}

.btn-outline-success.focus, 
.btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .15);
}

.btn-outline-success.disabled, 
.btn-outline-success:disabled {
	color: #ed1c24;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, 
.btn-outline-success:not(:disabled):not(.disabled):active, 
.show > .btn-outline-success.dropdown-toggle {
	color: #ffffff;
	background-color: #ed1c24;
	border-color: #ed1c24;
}

/* Danger Outline - Colors */
.btn-outline-danger {
	color: #6e6e6e;
	border-color: #6e6e6e;
}

.btn-outline-danger:hover {
	color: #ffffff;
	background-color: #666666;
	border-color: #666666;
}

.btn-outline-danger.focus, 
.btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .15);
}

.btn-outline-danger.disabled, 
.btn-outline-danger:disabled {
	color: #6e6e6e;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, 
.btn-outline-danger:not(:disabled):not(.disabled):active, 
.show > .btn-outline-danger.dropdown-toggle {
	color: #ffffff;
	background-color: #666666;
	border-color: #666666;
}

/* Default Outline - Colors */
.btn-outline-default {
	color: #d7d7d7;
	border-color: #2d2d2d;
}

.btn-outline-default:hover {
	color: #d7d7d7;
	background-color: #1b1b1b;
	border-color: #1b1b1b;
}

.btn-outline-default.focus, 
.btn-outline-default:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .15);
}

.btn-outline-default.disabled, 
.btn-outline-default:disabled {
	color: #d7d7d7;
	background-color: transparent;
}

.btn-outline-default:not(:disabled):not(.disabled).active, 
.btn-outline-default:not(:disabled):not(.disabled):active, 
.show > .btn-outline-default.dropdown-toggle {
	color: #ebebeb;
	background-color: #1b1b1b;
	border-color: #1b1b1b;
}

/* btnGeneral - Colors */
.btnGeneral {
	color: #d7d7d7;
	background-color: #2d2d2d;
	border-color: #2d2d2d;
}

.btnGeneral:hover {
	color: #ebebeb;
	background-color: #1b1b1b;
	border-color: #1b1b1b;
}

.btnGeneral.focus, 
.btnGeneral:focus {
	color: #ebebeb;
	background-color: #1b1b1b;
	border-color: #1b1b1b;
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .15);
}


/* Possible future TO DO */
/* This file could be renamed to a "responsive starter" file.  Any shimming we need to do with legacy HTML could be done here. */

/* TO ADD - Global Responsive - Photo Gallery */
.galleryList .contentSubWrap img {
	min-width: 100% !important;
}

@media (max-width: 576px) {
	.galleryList .contentSubWrap {
		width: 100%;
	}
}

.galleryList .contentSubWrap {
	width: 100%;
	text-align: left;
}

#homeBody #mainContent .galleryFeed .galleryFeedPicWrap {
	padding: 5px 15px;
}


/* TO ADD - Global Responsive - Forms */
.fieldWrap select {
    display: inline-block;
    width: 90%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none
}

.fieldWrap select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow:0 0 0 .2rem rgba(0, 123, 255, .25)
}


/* TO ADD - Global Responsive - Bio */
@media (min-width: 576px) {
	.mrp_bioPic {
		margin: 0 0 30px 50px;
		float: right;
	}
}


.mrp_quickBioInfo {
	margin-top: 15px;
	margin-bottom: 15px;
}


/* TO ADD - Global Responsive - General */

#shopBody .itemCoverWrap .contentPicWrap {
	padding: 0;
}



/* LAYOUT BEGINS */

/* Layout - Fonts */
body {
	color: #FFFFFF;
	background-color: #000000;
}

h1, h2 {
	color: #737373;
}

h1 {
	text-transform: uppercase;
}

h2 a,
h3 a {
	color: #ed1c24;
}

h2 a :hover,
h3 a:hover {
	color: #db0d15;
}


/* Layout - General */
#logo {
	display: block;
	font-size: 0;
}

#headerWrap {
	background: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/34593/v1/img/top.jpg') center center no-repeat;
	background-size: cover;
}

#homeBody .mainBoxSub h1 {display:none;}


/* Layout - Buttons */
.btn,
.btnGeneral,
.btnSend,
.addCart,
.moreDetails,
.shopCheckout,
.btnProcess,
.shopPromo {
	font-size: 13px;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 10px 35px;
}

.mrp-container-filter-inner .btn {padding: .375rem .75rem;}

.btnSend,
.addCart,
.moreDetails,
.shopCheckout,
.btnProcess,
.shopPromo {
	color: #ffffff;
	background-color: #ed1c24;
}
.btnSend:hover,
.addCart:hover,
.moreDetails:hover,
.shopCheckout:hover,
.btnProcess:hover,
.shopPromo:hover {
	color: #ffffff;
	background-color:#db0d15;
}
 
.pageLinkWrap a, 
.pageLinkWrap a:link, 
.pageLinkWrap a:active, 
.pageLinkWrap a:visited, 
.pageLinkWrap a:hover, 
.mrp_inpBtn {
	color: #FFFFFF;
	background-color: #db0d15 !important;
}

.pageLinkWrap a:hover {
	color: #FFFFFF;
	background-color: #ed1c24 !important;
}

.pageLinkWrap span.curLink {
	color: #FFFFFF;
	background-color: #ed1c24;
}

.pageLinkWrap span:hover {
	color: #FFFFFF;
	background-color: #db0d15;
}


/* Layout - Nav */
#navBar {
	border-bottom: 3px solid #737373;
	background-color: #ed1c24;
	margin-bottom: 30px;
	z-index: 1000;
}

.mrpNav a {
	outline: none;
	transition: color .15s ease-in-out, 
		background-color .15s ease-in-out, 
		border-color .15s ease-in-out, 
		box-shadow .15s ease-in-out;
	color: #FFFFFF;
	text-transform: uppercase;
}

.mrpNav > ul > li a {
	color: #FFFFFF;
	
}

@media (max-width: 991px) {
	.mrpNav ul li a {
		padding: 10px 20px !important;
		margin-top: 4px;
	}
}

@media (max-width: 991px) {
	#mrpLogo {
		width: 100%;
	}
	#mrpLogo .navbar-toggler {
		float: right;
		margin-top: 25px;
		margin-right: 20px;
	}
}

@media (min-width: 991px) {
	.navbar .navbar-nav .nav-link {
		text-align: center;
		padding: 20px 10px;
	}
}

.mrpNav ul li > a:hover,
.mrpNav a:focus {
	color: #FFFFFF;
	background-color: #db0d15;
}

#homeBody #navBar .homeNav a,
#aboutBody #navBar .bioNav a,
#statsBody #navBar .statsNav a,
#guestbookBody #navBar .guestbookNav a,
#linksBody #navBar .linksNav a,
#scheduleBody #navBar .scheduleNav a,
.scheduleBody #navBar .scheduleNav a,
#schResultBody #navBar .scheduleNav a,
#galleryBody #navBar .galleryNav a,
#videoBody #navBar .videoNav a,
#newsBody #navBar .pressNav a,
.newsBody #navBar .pressNav a,
#sponsorBody #navBar .sponsorNav a,
#crewBody #navBar .crewNav a,
#shopBody #navBar .merchNav a,
#productDetailBody #navBar .merchNav a,
#contactBody #navBar .contactNav a,
#marketingBody #navBar .marketingNav a,
#marketBody #navBar .marketingNav a,
#teamsBody #navBar .teamsNav a,
#shopBody #navBar .shopNav a,
#productDetailBody #navBar .shopNav a {
	color: #FFFFFF;
	background-color: #db0d15;
}

.mrpNav .dropdown-menu {
	border-radius: 0;
	margin-top: 0;
}

@media (max-width: 991px) {
	.mrpNav .dropdown-menu {
		border: 0;
	}
}

@media (min-width: 992px) {
	.mrpNav .dropdown-menu {
		border-radius: 0 0 4px 4px;
		border-top: none;
		margin-top: 0;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	}
}


/* Layout - Nav: Custom Toggler Begins */
.navbar-toggler {
	border: none;
	border-radius: 0;
	background: #ed1c24;
	width: 80px;
	height: 50px;
	font-size: 1px;
	font-family: Helvetica, Arial, sans-serif;
}
.navbar-toggler .icon-bar {
	width: 30px;
	height: 3px;
	border-radius: 2px;
	display: inline-block;
	background: #FFFFFF;
	margin: 3px 0;
	transition: all 0.2s;
}
.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 15% 10%;
}
.navbar-toggler .middle-bar {
	opacity: 0;
}
.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 0% 0%;
}
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
}


/* Layout - Feeds */
.noBullet {
	list-style: none;
	padding: 0;
	margin: 0;
}

.schFeedWrap .feedContent,
.statsFeedSub .feedContent,
.resultsFeedWrap .feedContent {
	font-size: 14px;
}

.schFeedWrap span,
.resultsFeedWrap span {
	display: block;
}

.statsFeedSub li {
	position: relative;
	display: inline-block;
	width: 50%;
	padding-bottom: 5px;
}

.statsFeedSub .feedDesc1 {
	font-weight: bold;
	padding-right: 10px;
}

.resultsFeedWrap .feedDesc1 {
	font-weight: bold;
}

.mainFeed .mrp-feedBox {
	height: 130px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ed1c24;
}

@media (max-width: 575px) {
	.mainFeed .mrp-feedBox {
		margin-right: 10px;
		margin-left: 10px;
	}
}

.mainFeed .mrp-feedBoxInner {
	text-align: center;
	padding: 0 20px;
}

.mainFeed .mrp-feedBoxInner{
	color: #;
}

.mainFeed .mrp-feedBoxInner a {
	color: #;
}

.mainFeed .mrp-feedBoxInner a:hover {
	color: #;
}

.mainFeed .mrp-feedBoxInner h2 {
	color: #;
}


/* Layout - News Homepage */
#homeBody .newsFeed h2 {
	width: 100%;
}

#homeBody .newsFeed .contentSubWrap {
	position: relative;
}

#homeBody .newsFeed .contentPicWrap {
	position: relative;
}

#homeBody .newsFeed .contentPicWrap a:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
}

#homeBody .newsFeed .newsText h3.newsHead {
	position: absolute;
	bottom: 0;
	font-size: 18px;
	line-height: 21px;
	margin: 15px;
}
#homeBody .newsFeed .newsText h3.newsHead a {
	color: #fff;
	display: block;
	padding-right: 15px;
}
#homeBody .newsFeed .newsText h3.newsHead a:hover {
}

#homeBody .newsFeed .newsText .mdWrap {display: none;}
#homeBody .newsFeed .newsText .headSpec {
	position: absolute;
	top: 0;
	color: #fff;
	margin: 15px 0 0 15px;
}


/* Layout - News NEW */
#newsContent .mrp-heading h5 {
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 8px;
}

#newsContent .mrp-heading h5 a {
	color: #737373;
}

#newsContent .mrp-heading h5 a:hover {
	color: #db0d15;
}

@media (max-width: 575px) {
	.mrp-news-article {
		display: block;
		margin-bottom: 35px;
	}
	#newsContent section {
		width: 100%;
	}
	#newsContent img {
		max-width: 100%;
		margin: 0 0 20px 0;
	}
}


/* Layout - Footer */
#footerWrapper {
	border-top: 3px solid #737373;
	background-color: #;
	padding-top: 5px;
	margin-top: 30px;
}

.socialLinksWrapper {
	text-align: center;
	padding: 15px 10px;
}

@media (min-width: 576px) {
	.socialLinksWrapper {
		float: right;
		padding: 15px 10px;
	}
}

#footerWrapper a {
	color: #737373;
}

#footerWrapper a:hover {
	color: #b3b3b3;
}

.devFooter {
	padding: 25px 10px;
}


/* Layout - Social */
.mrp_socialLinks a.mrp_socialFont {
	color: #737373 !important;
	transition: color .15s ease-in-out, background-color .15s ease-in-out;
}

.mrp_socialLinks a.mrp_socialFont:hover {
	color: #ed1c24 !important;
}

.mrp_socialLinks a.mrp_socialFont .fa:first-Child {
	color: # !important;
	transition: color .15s ease-in-out, background-color .15s ease-in-out;
}

.mrp_socialLinks a.mrp_socialFont:hover .fa:first-Child {
	color: # !important;
}


/* Layout - Gallery Page */
#mainContent .galleryFeed .galleryFeedPicWrap {
	width: 33%;
	display: inline-block;
	padding: 5px;
}

@media (max-width: 576px) {
	#homeBody #mainContent .galleryFeed .galleryFeedPicWrap {
		width: 50%;
	}
}

#mainContent .galleryFeed .galleryFeedPicWrap img {
	max-width: 100% !important;
	height: auto;
}

@media (max-width: 576px) {
	#galleryBody .galleryThumbs .thumbWrap {
		width: 50%;
	}
}


/* Layout - Sponsor Feed */
.spSponsor {
	position: relative;
	height: 65px;
  	overflow: hidden;
  	text-align: center;
  	
  	z-index: 15;
	max-width: 1340px;
	padding: 0;
	margin: 35px auto;
}

.spSponsor .sponsorWrapperSub {
	height: 65px;
	overflow: hidden;
}

.adWrap {position: relative;}

.spSponsor .singleAdWrap {
	position: relative;
	float: none;
	display: block;
	text-align: center;
	line-height: 65px;
	height: 65px;
	width: 150px;
	margin: 0 auto 10px;
	padding: 0;
	vertical-align: middle;
}

.spSponsor .singleAdWrap {
	display: inline-block;
	margin: 0 7px;
}

.spSponsor .singleAd {
	display: inline;
	margin: 0 1px;
    line-height: 65px;
	vertical-align: middle;
}

.spSponsor img {
	border: 0 none;
	position: relative;
	vertical-align: middle;
}


/* Layout - Videos */
#videoBody .mrpRowRemove > .galleryList {
	margin-right: 0;
	margin-left: 0;
}

#videoBody .contentPicWrap .img-fluid {
	min-width: 100%;
}

#videoBody .subContent .mrp_singleVideoWrap.embed-responsive.embed-responsive-16by9.mrpM15 {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}

#videoBody .mrpRowRemove > h2 {
	margin-right: 15px;
	margin-left: 15px;
}

#videoBody .mrpRowRemove .contentNameWrap. h2 {
	margin-right: 0;
	margin-left: 0;
}

#videoBody .videoText .mdWrap .col-12 {
	padding-right: 0;
	padding-left: 0;
}


/* Layout - Shopping */
body:not(#shopBody):not(#productDetailBody) #mrpAccount {
	display: none;
}


#cartFeedTotal {
	margin-right: 10px;
}

.mrp_itemCardPicCol {
	width: 25%;
	float: left;
}

@media (max-width: 767px) {
	.mrp_itemCardPicCol {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.mrp_itemCardPicCol {
		width: 100%;
	}
}

.mrp_itemCardInfoCol {
	width: 75%;
	float: left;
	padding-left: 20px;
}

@media (max-width: 767px) {
	.mrp_itemCardInfoCol {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.mrp_itemCardInfoCol {
		width: 100%;
		padding-left: 0;
	}
}

.mrp_itemCard {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
	margin-bottom: 15px;
}

.mrp_itemCard:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	height: 0; 
	clear: both;
}

.mrp_itemCard img {
	width: 100%;
	margin-bottom: 10px;
}

.mrp_itemCard .moreDetails {
	width: 100%;
}

@media (max-width: 575px) {
	.mrp_itemCard .moreDetails {
		margin-bottom: 20px;
	}
	
	#mainContent_cartCon_stateWrap {
		text-align: left;
	}
	#methodWrap.fRight {
		float: none !important;
	}
}

#mainContent_cartCon_stateWrap .fieldWrap select,
#methodWrap .fieldWrap select {
	width: 100%;
}


.catWrap .viewAll {
	position: initial;
	float: right;
	width: 100%;
	text-align: right;
}

.itemCoverWrap {
	width: 100%;
	padding: 15px;
}

@media (min-width: 992px) {
	.itemCoverWrap {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.itemRowWrap {
		text-align: center;
	}
}


.giftCardWrap {
	border: 1px #ccc solid;
	padding: 15px;
	margin: 15px 0;
}

#mainContent_cartCon_enterPromoWrap {
	margin: 10px 0;
}

#mainContent_cartCon_txtPromoCode {
	display: inline-block;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, 
		box-shadow .15s ease-in-out;
}

@media (max-width: 575px) {
	#mainContent_cartCon_txtPromoCode {
		display: block;
		margin-bottom: 10px;
		margin-top: 10px;
	}
}

#productTop {
	margin-bottom: 25px;
}


/* Layout - Featured News */
body:not(#homeBody) #mainHeadline {
	display: none;
}

.featureFeed {
	overflow: hidden;
	width: 100%;
	height: 500px;
	background-color: #333;
	position: relative;
}

@media (max-width: 575px) {
	.featureFeed {
		height: 400px;
		margin-bottom: 25px;
	}
}

.featureFeedSub {
	position: relative;
}

.featureFeedContent {
	position: absolute;
	width: 100%;
	height: 500px;
	margin: 0;
	overflow: hidden;
}

@media (max-width: 575px) {
	.featureFeedContent {
		height: 400px;
	}
}

.featurePicWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
}

@media (max-width: 575px) {
	.featurePicWrap {
		height: 400px;
	}
}

@media (max-width: 575px) {
	.featurePicWrap img {
		height: 200px;
		position: absolute;
		top: 0%;
		left: 50%;
		transform: translate(-50%, 0%);
	}
}

@media (min-width: 576px) {
	.featurePicWrap img {
		min-height: 100%;
		min-width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

.featureText {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: auto;
	padding: 20px;
	overflow: hidden;
	background: rgba(0,0,0,.7);
}

@media (max-width: 575px) {
	.featureText {
		height: 200px;
	}
}

.featureText h3 a,
.featureText .headSpec,
.featureText .mdWrap {
	color: #fff;
}

.featureText .headSpec {
	float: left;
	padding-right: 5px;
}

.featureText .mdWrap {
	float: left;
}

.featureTextSub {
	position: relative;
	z-index: 20;
}

.featureThumbsWrap {
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 10px;
}

.featureThumb {
	position: relative;
	float: left;
	margin: 2px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	text-indent: -99999px;
	overflow: hidden;
	border: solid 1px #fff;
	background: transparent;
}

.featureThumb.active {
	background: #fff;
}

.featureThumb:hover {
	border-color: #fff;
}

@media (min-width: 1200px) {
	.featureText h3 {
		font-size: 26px;
		line-height: 32px;
	}
}

@media (max-width: 991px) {
	.featureText h3 {
		overflow: hidden;
		text-overflow: ellipsis;
	}
}


/* Twitter */
.twitter-timeline {
	margin-left: auto;
	margin-right: auto;
}

/* LAYOUT ENDS */
