@import url('https://fonts.googleapis.com/css?family=News+Cycle|Racing+Sans+One');

html,
body {
	height: 100%;
}

body {
	font-family: 'News Cycle', sans-serif;
}

body a {}

body a:hover,
body a:focus {
	text-decoration: none;
}

h1,
h2,
h3 {
	letter-spacing: normal;
	font-family: 'Racing Sans One', cursive;
}

h1 {
	font-size: 32px;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 28px;
	margin: 0 0 8px 0;
}

h3 {
	font-size: 24px;
	margin: 0 0 6px 0;
}

#site-wrap {
	flex-direction: column;
	display: flex;
	min-height: 100vh;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

#site-content {
	/*IE FIX*/
	flex-grow: 1;
	/*flex:1;*/
	background-color: rgba(0, 0, 0, 0.05);
}

#top-container {
	padding: 0;
	margin: 0;
	width: 100%;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
	border-bottom: 4px solid #BBBBBB;
}

header {
	position: relative;
	width: 100%;
	transition: .35s ease-in-out;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.header-left {
	display: flex;
	/* width: 310px; */
	align-items: flex-end;
}

.header-bottom {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


#logo {
	max-width: 250px;
	position: relative;
	z-index: 100;
	margin-top: 3px;
	display: inline-block;
}

#logo-mazda {
	display: inline-block;
	width: 50px;
	position: relative;
	z-index: 100;
	margin-right: 10px;
	margin-bottom: 20px;
}

#logo img,
#logo-mazda img {
	max-width: 100%;
}

#main-nav {
	letter-spacing: 1.5px;
	float: right;
	font-size: 16px;
	font-weight: bold;
	background: none;
	color: white;
	margin-top: 5px;
}

#nav-toggle {
	float: right;
	margin-right: 20px;
}

#nav-toggle .menu-bar {
	background-color: white;
	width: 30px;
	height: 5px;
	border-radius: 0;
}

#motor-sport {
	position: absolute;
	top: 0;
	right: -25px;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 0 4px 2px 0;
	border-radius: 0 0 2px 2px;
	border-top: 2px solid white;
}

span.ms-text {
	color: white;
}

#motor-sport span.ms-text {
	opacity: 0;
	font-size: 0;
	transition: all .35s ease-in-out;
}

#motor-sport:hover span.ms-text {
	padding-left: 5px;
	font-size: 12px;
	opacity: 1;
}

#motor-sport img {
	max-width: 18px;
}

#main-area {
	padding: 0;
	margin: 0;
}

#main-area.padding-top {
	padding-top: 20px;
}

#content {}

#content article {
	font-size: 18px;
	color: black;
}

#content article a {
	color: #0076BD;
}

#content article a:hover {
	color: #004873;
}

#footer {
	box-shadow: inset 0 15px 15px #000000;
	border-top: 5px solid rgba(255, 255, 255, 0.5);
	font-size: 16px;
	position: relative;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
	color: #ffffff;
	padding: 25px 0 35px 0;
}

#footer a {
	text-decoration: none;
	color: #B1B1B1;
}

#footer a:hover {
	color: #E2E2E2;
}

#footer #footer-nav {
	text-align: right;
	width: 100%;
	margin: 0;
	padding: 0;
}

#footer #footer-nav ul {
	margin: 0;
	padding: 0;
}

#footer #footer-nav ul li {
	list-style: none;
	display: block;
}

@media screen and (max-width: 1199px) {
	header {
		padding: 15px 0;
		flex-flow: row-reverse;
		justify-content: space-between;
		align-items: center;
	}

	.header-bottom {
		position: absolute;
		width: 100%;
	}

	#logo-mazda,
	#motor-sport {
		display: none;
	}

	#top-mobile-bar {
		display: block;
		width: 100%;
		clear: both;
		background-color: rgba(255, 255, 255, 0.75);
		height: 33px;
		border-bottom: 3px solid rgba(0, 0, 0, 0.75);
	}

	#top-mobile-bar .container {
		position: relative;
	}

	#top-mobile-bar .motorsport-link,
	#top-mobile-bar .mazda-link {
		position: absolute;
	}

	#top-mobile-bar .motorsport-link {
		top: 3px;
		right: 10px;
	}

	#top-mobile-bar .mazda-link {
		top: -1;
		left: 3px;
	}

	#top-mobile-bar .motorsport-link span.ms-text {
		color: rgba(0, 0, 0, 0.75);
		font-weight: bold;
		font-size: 14px;
	}

	#top-mobile-bar .motorsport-link img {
		margin-top: -3px;
	}

	#top-mobile-bar .motorsport-link img {
		max-height: 20px;
	}

	#top-mobile-bar .mazda-link img {
		max-height: 30px;
	}
}

@media screen and (min-width: 1200px) {
	#top-mobile-bar {
		display: none;
	}
}

@media (max-width: 768px) {
	#logo {
		margin-left: 10px;
		margin-right: 15px;
		/* float: left; */
		/* width: 70%; */
		max-width: 200px;
	}

	#footer {
		text-align: center;
	}

	#footer #footer-nav {
		padding: 20px 0 0 0;
	}

	#footer #footer-nav li {
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	h1 {
		font-size: 24px;
		margin: 0 0 4px 0;
	}

	h2 {
		font-size: 22px;
		margin: 0 0 2px 0;
	}

	h3 {
		font-size: 20px;
		margin: 0 0 0 0;
	}
}

.carbon {
	background:
		linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
		linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
		linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
		linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
		linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
		linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
	background-color: #131313;
	background-size: 20px 20px;
}

/*.mce-tinymce-inline.mce-container { display: none; }*/

#cfy-widget__3yuvE .cfy-features__2h4-e {
	width: 100%;
}