/*** HEADER ***/
#header { 
	width: 100%;
	float: left;
	position: relative;
	z-index: 9999;
	padding: 6px 0 22px;
	background-color: #fff;
	box-shadow: 0 6px 15px rgba(0,0,0,0.16); }

	#header .logo {
		width: 300px;
		display: block;
		margin-bottom: 6px; }

		#header .logo img { display: block; }

	#header .pos-absolute { top: 68px; }

	#header .btn-left { left: 0; }

	#header .btn-right { right: 0; }

	#header .btn-dropdown:hover .btn {
		background-color: #fff;
		color: #ED1D24; }

	#header .btn-dropdown .btn:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		margin-left: 8px;
		border-top: 6px solid #fff;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent; }

	#header .btn-dropdown:hover .btn:after { border-top-color: #ED1D24; }

	#header .btn-dropdown .options {
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 10;
		padding: 8px 6px;
		background-color: #fff;
		border: 1px solid #eee;
		box-shadow: 0 4px 10px rgba(0,0,0,0.16);
		text-align: left;
		text-transform: none;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: normal;
		opacity: 0;
		pointer-events: none;
		transition: 0.3s ease all; }

	#header .btn-dropdown:hover .options { 
		top: 100%;
		opacity: 1;
		pointer-events: auto; }

		#header .btn-dropdown .options li { 
				display: block;
				margin: 0; }

		#header .btn-dropdown .options a {
			display: block;
			padding: 6px 12px;
			border-radius: 3px;
			color: #222; }

		#header .btn-dropdown .options a:hover {
			background-color: #f0f0f0;
			text-decoration: none; }

	#header nav {
		font-size: 19px;
		font-weight: bold; }

		#header nav ul {
			padding: 0;
			margin: 0;
			list-style: none; }

		#header nav .menu > li {
			display: inline-block;
			position: relative;
			margin: 0 12px;
			text-transform: uppercase; }

		#header nav .menu > li > a { 
			display: inline-block;
			position: relative;
			color: #222; }

			#header nav .menu > li > a:before {
				content: "";
				height: 0;
				position: absolute;
				right: -4px;
				bottom: 2px;
				left: -4px;
				z-index: -1;
				background-color: #ffe4e5;
				transition: 0.3s ease height; }

				#header nav .menu > li:hover > a:before { height: 35%; }

		#header nav a:hover { text-decoration: none; }

		#header nav .sub-menu {
			width: 230px;
			position: absolute;
			top: 150%;
			left: 50%;
			z-index: 10;
			padding: 8px 6px;
			margin-left: -115px;
			background-color: #fff;
			border: 1px solid #eee;
			box-shadow: 0 4px 10px rgba(0,0,0,0.16);
			text-align: left;
			text-transform: none;
			font-family: 'Open Sans', sans-serif;
			font-size: 14px;
			font-weight: normal;
			opacity: 0;
			pointer-events: none;
			transition: 0.3s ease all; }

		#header nav li:hover > .sub-menu { 
			top: 100%;
			opacity: 1;
			pointer-events: auto; }

			#header nav .sub-menu li { 
				display: block;
				margin: 0; }

			#header nav .sub-menu a {
				display: block;
				padding: 6px 12px;
				border-radius: 3px;
				color: #222; }

			#header nav .sub-menu a:hover { background-color: #f0f0f0; }

	#header .mobileNav { 
		width: 28px;
		height: 21px;
		float: right;
		display: none;
		margin: 50px 0 0 0; }

		#header .mobileNav span {
			height: 3px;
			display: block;
			position: relative;
			margin: 0 0 6px;
			background-color: #222;
			transition: 0.3s ease all; }

		#header .mobileNav span:last-child { margin: 0; }

		#header .mobileNav.is-open span:first-child {
			top: 9px;
			transform: rotate(-45deg); }

		#header .mobileNav.is-open span:nth-child(2) { display: none; }

		#header .mobileNav.is-open span:last-child {
			bottom: 0px;
			transform: rotate(45deg); }


/*** MOBILE NAV ***/
/* #mobileNav {
	width: 100%;
	height: 0;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9000;
	background-color: #fff;
	overflow: hidden;
	transition: 0.5s ease all; }

#mobileNav.is-open { height: 100vh; }

	#mobileNav .inner {
		height: 100%;
		padding-top: 144px; }

	#mobileNav .flex {
		height: 100%;
		display: flex;
		overflow-y: auto;
		opacity: 0;
		transition: 0.5s ease all; }

	#mobileNav.is-open .flex { 
		opacity: 1;
		transition-delay: 0.3s; }

	#mobileNav a:hover { text-decoration: none; }

	#mobileNav ul {
		width: 100%;
		padding: 0;
		margin: 32px 0;
		list-style: none;
		text-align: center;
		text-transform: uppercase;
		font-family: 'Titillium Web', sans-serif;
		font-size: 24px;
		font-weight: bold; }

		#mobileNav ul li {
			width: 100%;
			margin: 12px 0; }

		#mobileNav ul a { 
			display: inline-block;
			position: relative;
			color: #222;
			font-weight: bold; }

			#mobileNav ul a:before {
				content: "";
				height: 0;
				position: absolute;
				right: -4px;
				bottom: 2px;
				left: -4px;
				z-index: -1;
				background-color: #ffe4e5;
				transition: 0.3s ease height; }

			#mobileNav ul a:hover:before { height: 35%; }

	#mobileNav .btn { 
		display: none;
		margin-bottom: 32px; } */

#mobileNav {
	width: 320px;
	height: 100vh;
	display: none;
	position: absolute;
	top: 0;
	right: -320px;
	z-index: 9000;
	background-color: #fff;
	border-left: 1px solid #ddd;
	overflow: hidden;
	transition: 0.5s ease all; }

#mobileNav.is-open { right: 0; }

	#mobileNav .inner { 
		height: 100%;
		padding-top: 132px; }

	#mobileNav .menuWrap {
		height: 100%;
		padding-top: 24px;
		overflow-y: auto;
		font-size: 16px; }

	#mobileNav .menuWrap:after {
		content: "";
		height: 48px;
		display: block;
		clear: both; }

	#mobileNav ul {
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none; }

	#mobileNav li { 
		position: relative;
		margin: 0; }

		#mobileNav li a { 
			display: block;
			padding: 8px 24px;
			border-bottom: 1px solid #ddd;
			color: #222; }

		#mobileNav li a:hover { text-decoration: none; }

	#mobileNav .menu > li > a {
		min-height: 41px;
		text-transform: uppercase;
		font-family: 'Titillium Web', sans-serif;
		font-weight: bold; }

	#mobileNav .sub-menu { 
		display: none;
		font-size: 14px; }

	#mobileNav .menu-item-has-children > a { padding-right: 41px; }

	#mobileNav .menu-item-has-children:after {
		content: "+";
		width: 41px;
		height: 41px;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		text-align: center;
		line-height: 41px;
		pointer-events: none; }

	#mobileNav .btn { 
		display: block;
		margin: 24px 24px 0; }


/*** BANNER ***/
#banner { 
	width: 100%;
	float: left;
	padding: 0;
	background-color: #f5f5f5; }

#banner.home { 
	height: 100vh;
	min-height: 600px;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: auto minmax(0, 1fr); }

#banner .featuredImg {
	width: 100%;
	height: 300px;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; }

#home-carousel {
	width: 100%;
	overflow: hidden; }

	#home-carousel .glide__slides, 
	#home-carousel .glide__slide {
		width: 100%;
		height: 100%; }

	#home-carousel .glide__slides {
		transform: none !important;
		display: grid;
		grid-template-areas: 'slide'; }

	#home-carousel .glide__slide {
		position: relative;
		grid-area: slide;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-bottom: 130px;
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 0.0;
		transition: opacity 0.5s ease; }

	#home-carousel .glide__slide--active {
		z-index: 1;
		opacity: 1; }

	#home-carousel .wrapper {
		position: relative;
		z-index: 1; }

	#home-carousel .title {
		color: #fff;
		font-size: 64px;
		font-weight: bold;
		line-height: 1.2;
		text-shadow: 0 5px 10px rgba(0,0,0,0.3); }

	#home-carousel .btn { 
		margin-top: 24px;
		box-shadow: 0 5px 10px rgba(0,0,0,0.3); }

	#home-carousel .glide__slide:before {
		content: "";
		width: 100%;
		position: absolute;
		top: 10%;
		bottom: 10%;
		left: 0;
		z-index: 0;
		background: rgb(0,0,0);
		background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0) 100%);
		background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
		pointer-events: none; }


/*** HOME - RED BOX ***/
#home-redBox {
	width: 100%;
	float: left;
	position: relative;
	z-index: 100;
	padding: 0 12px;
	margin: -130px 0 70px;
	background-color: #ED1D24;
	box-shadow: 0 12px 25px rgba(237, 29, 36, 0.3);
	color: #fff;
	font-size: .9rem; }

	#home-redBox .col-row {
		display: flex;
		align-items: stretch;
		justify-content: center; }

	#home-redBox .col { 
		display: flex;
		flex-basis: 100px;
		flex-grow: 1;
		padding: 32px 12px;
		border-right: 1px solid #A60810; }

	#home-redBox .col:last-child { border-right: 0; }

	#home-redBox .center { 
		width: 100%;
		align-self: center; }

	#home-redBox h3 {
		font-size: 1.375em;
	}

	#home-redBox h3,
	#home-redBox p {
		margin-bottom: 1em;
	}


/*** HOME WELCOME ***/
#home-welcome {
	width: 800px;
	max-width: 100%;
	margin: 0 auto 56px;
	text-align: center; }


/*** HOME SOCIAL ***/
#home-social {
	width: 100%;
	float: left;
	margin-top: 70px; }

	#home-social .buttons {
		margin-top: 50px;
		text-align: center;
		font-size: 17px; }

		#home-social .buttons a {
			width: 184px;
			display: inline-block;
			padding: 8px 24px;
			margin: 0 4px 8px;
			border-radius: 4px;
			color: #fff;
			font-family: 'Titillium Web', sans-serif;
			font-weight: bold; }

		#home-social .buttons a.facebook { background-color: #3B5998; }
		#home-social .buttons a.twitter { background-color: #00ACEE; }
		#home-social .buttons a.instagram { background-color: #3F729B; }

		#home-social .buttons a:hover { text-decoration: none; }

			#home-social .buttons a img {
				width: 27px;
				display: inline-block;
				margin-right: 16px;
				vertical-align: middle; }

			#home-social .buttons a span { vertical-align: middle; }


/*** HOME TESTIMONIALS ***/
#home-testimonials { padding-top: 55px; }

	#home-testimonials .glide__track { transition: height 250ms ease-in-out; }

	#home-testimonials .glide__bullets {
		width: 100%;
		position: static;
		margin-top: 32px; }

	#home-testimonials .glide__bullet {
		width: 16px;
		min-width: 0;
		height: 16px;
		margin: 0 6px;
		background-color: transparent;
		border: 2px solid #ED1D24; }

	#home-testimonials .glide__bullet--active { background-color: #ED1D24; }

	#home-testimonials li { 
		margin: 0;
		font-style: italic; }

	#home-testimonials blockquote { 
		width: 800px;
		max-width: 100%;
		margin: 0 auto;
		font-size: 20px; }

		#home-testimonials blockquote:after { display: none; }

			#home-testimonials blockquote:before {
				content: "";
				width: 54px;
				height: 46px;
				display: block;
				position: relative;
				left: -50px;
				margin-bottom: 16px;
				background: url(../images/icon_quotes.svg) no-repeat;
				background-size: cover; }

	#home-testimonials footer { 
		margin-top: 32px;
		font-weight: bold; }

		#home-testimonials footer:before {
			content: "";
			width: 80px;
			height: 4px;
			display: block;
			margin: 0 auto 24px;
			background-color: #dfdfdf; }


/*** FOOTER ***/
#footer {
	width: 100%;
	float: left;
	padding: 70px 0 0;
	background: #1A1515 url(../images/footer_bg.svg) top left no-repeat;
	background-size: auto 100%;
	color: #fff; }

	#footer .col-row {
		display: flex;
		align-items: stretch; }

	#footer .logos { 
		height: 100%;
		float: right;
		display: flex;
		align-items: flex-end;
		text-align: center; }

		#footer .logos img { 
			vertical-align: middle;
			margin: 24px 12px 0; }

	#footer .bottom {
		width: 100%;
		float: left;
		padding: 40px 0;
		margin-top: 70px;
		border-top: 4px solid #2A2222; }

		#footer .bottom .left { float: left; }
		#footer .bottom .right { float: right; }


/*** TESTIMONIALS ***/
#testimonials { margin-top: 2rem; }

	#testimonials .testimonial {
		padding-bottom: 2rem;
		margin-bottom: 2rem;
		border-bottom: 1px solid #ccc; }

	#testimonials .testimonial:last-child { 
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: 0; }

	#testimonials blockquote {
		padding-left: 16px;
		margin: 0;
		font-size: 18px;
		font-style: italic; }

		#testimonials blockquote:after { display: none; }

		#testimonials blockquote:before {
			content: "";
			width: 40px;
			height: 33px;
			display: block;
			position: relative;
			left: -16px;
			margin-bottom: 16px;
			background: url(../images/icon_quotes.svg) no-repeat;
			background-size: 100% auto; }

	#testimonials footer { 
		margin-top: 2rem;
		text-align: right;
		font-weight: bold; }


/*** ABOUT US - COACHES ***/
#coaches ul {
	padding: 0;
	margin: 0 -12px;
	list-style: none;
	text-align: center; }

#coaches li { 
	width: 20%;
	float: left;
	padding: 12px;
	margin: 0; }

#coaches .coach-img {
	width: 100%;
	height: 0;
	display: block;
	position: relative;
	padding-top: 118%;
	margin-bottom: 12px;
	background-color: #f0f0f0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; }

	#coaches .coach-img:before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #ED1D24;
		opacity: 0;
		transition: 0.3s ease opacity; }
		
	#coaches .coach-img:after {
		content: "+";
		width: 40px;
		height: 40px;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		margin-top: -20px;
		margin-left: -20px;
		border: 2px solid #fff;
		border-radius: 50%;
		opacity: 0;
		color: #fff;
		font-size: 30px;
		line-height: 34px;
		transition: 0.3s ease opacity; }

	#coaches .coach-img:hover:before { opacity: 0.6; }
	#coaches .coach-img:hover:after { opacity: 1; }

#coaches .coach-name { font-weight: bold; }

#coaches .coach-role { 
	color: #777;
	font-size: 13px; }

#coaches .coach-bio { display: none; }


/*** MEET SCHEDULE ***/
.meetSchedule {
	width: 100%;
	float: left; }

	.meetSchedule th, 
	.meetSchedule td { padding: 8px; }

	.meetSchedule th { font-weight: bold; }

	.meetSchedule tr td:first-child { width: 95px; }

		.meetSchedule tr td:first-child img { vertical-align: middle; }

	.meetSchedule tr:nth-child(odd) td	{ 
		background: #fafafa;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd; }
		
	.meetSchedule tr td	{ 
		background: #fafafa;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd; }
		
#meets table a.link[href$=".pdf"]:before {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 2px;
	background: url(../images/icon_pdf.svg) no-repeat;
	line-height: 1.5; }

#meets table .disabled {
	color: grey !important;
	font-style: italic !important; }


/*** NEWS ***/
#news ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -12px;
	list-style: none; }

#news li {
	width: 33.3333%;
	float: left;
	padding: 0 12px;
	margin: 0 0 24px; }

#news .card {
	width: 100%;
	height: 100%;
	float: left;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0 6px 15px rgba(0,0,0,0.16);
	border-radius: 8px;
	overflow: hidden; }

#news figure { 
	display: block;
	margin: 0;
	overflow: hidden;
	border-bottom: 1px solid #eee; }

#news .img {
	width: 100%;
	height: 0;
	padding: 56% 0 0;
	margin: 0;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: 0.5s ease all; }

#news .img:hover { transform: scale(1.1); }

#news .content { padding: 20px 16px; }

#news .title { 
	margin-bottom: 4px;
	font-weight: bold; }

	#news .title a { color: #222; }

#news .date { 
	color: #999;
	font-size: 14px; }


/*** PAGINATION ***/
nav.pagination { 
	display: block;
	text-align: center; }
	
	nav.pagination .nav-links { 
		display: inline-block;
		margin: 0 auto; }
	
	nav.pagination .page-numbers {
		width: 32px;
		height: 32px;
		float: left;
		margin: 0 3px;
		border: 2px solid transparent;
		border-radius: 50%;
		color: #222;
		font-weight: bold;
		line-height: 26px; }
		
	nav.pagination .current {
		border-color: #ED1D24;
		color: #ED1D24; }
		
	nav.pagination a:hover {
		background-color: #eaeaea;
		text-decoration: none; }
		
	nav.pagination .prev, 
	nav.pagination .next { 
		background-position: center;
		background-repeat: no-repeat;
		background-size: 14px; }
		
	nav.pagination .prev { background-image: url(../images/icon_prev_black.svg); }
	nav.pagination .next { background-image: url(../images/icon_next_black.svg); }
	
	nav.pagination .dots { line-height: 20px; }


/*** BLOG POST ***/
.post-title {
	width: 100%;
	float: left;
	margin-bottom: 1.5rem; }

	.post-title h1 { margin-bottom: 1rem; }

.post-main {
	width: 100%;
	float: left;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 300px;
	grid-template-columns: 1fr 300px;
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr; }

.post-article { padding-right: 40px; }

	.post-article .featuredImage { margin-bottom: 1.5rem; }

.post-sidebar { font-size: 14px; }

	.post-sidebar .sticky {
		width: 100%;
		float: left;
		position: -webkit-sticky;
		position: sticky;
		top: 110px; }

	.post-sidebar ul {
		padding: 0;
		margin: 0;
		list-style: none; }

	.post-sidebar li {
		width: 100%;
		float: left;
		margin-bottom: 12px; }

	.post-sidebar a { color: #222; }

	.post-sidebar a:hover { text-decoration: none; }

	.post-sidebar figure {
		width: 70px;
		height: 70px;
		float: left;
		padding: 0;
		margin: 0 12px 0 0;
		background-color: #eee;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: inset 0 0 1px rgba(0,0,0,0.5); }

	.post-sidebar .content { overflow: hidden; }

		.post-sidebar .content .title { 
			margin-bottom: 4px;
			font-weight: bold; }

		.post-sidebar .content .date { color: #999; }


/*** CONTACT ***/
#contactPage {
	width: 100%;
	display: flex;
	align-content: stretch;
	padding: 0;
	background-color: #f0f0f0; }

	#contactPage .half {
		width: 50%;
		float: left;
		padding: 70px 50px; }

	#contactPage .left {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover; }

	#contactPage main { 
		max-width: 600px;
		margin: 0 auto; }

#contactForm { 
	width: 500px;
	max-width: 100%;
	padding: 32px 24px 24px;
	background: #fff;
	box-shadow: 0 6px 15px rgba(0,0,0,0.16); }

	#contactForm label {
		display: block;
		margin-bottom: 6px;
		font-weight: bold; }

	#contactForm input[type="text"],
	#contactForm input[type="email"] {
		width: 100%;
		transition: 0.2s ease all; }

	#contactForm .text:hover, 
	#contactForm .text:focus {
		background: #fff;
		box-shadow: 0 3px 10px rgba(0,0,0,0.1); }

	#contactForm textarea { height: 200px; }

	#contactForm .submit {
		background: #fff;
		font: inherit;
		font-weight: bold;
		cursor: pointer; }

	#contactForm .submit:hover {
		background-color: #0080cb;
		color: #fff;
		text-decoration: none; }
		
	#contactForm li br { display: none; }
	
	#contactForm .wpcf7-not-valid-tip {
		position: absolute;
		top: -38px;
		right: 0;
		font-size: 0.8em; }


/* CTAC Athlete Scholarship Application */
#form-ctac-scholarship-application .form-grid {
	grid-template-columns: 1fr 1fr;
	column-gap: 1rem;
}

#form-ctac-scholarship-application .form-grid > div:first-child {
	padding: 0;
	font-weight: normal;
}

#form-ctac-scholarship-application input[type=text],
#form-ctac-scholarship-application input[type=email],
#form-ctac-scholarship-application input[type=tel] {
	width: 100%;
}

#form-ctac-scholarship-application label {
	font-weight: bold;
}

#form-ctac-scholarship-application .wpcf7-list-item-label {
	font-weight: normal;
}
	
	
/*** MEDIA QUERIES ***/
/*** 1024px ***/
@media screen and (max-width: 1024px) {

	#header { 
		height: 132px;
		padding: 6px 0; }
	
		#header .logo { 
			width: auto;
			height: 120px;
			float: left;
			margin: 0; }

			#header .logo img {
				height: 100%;
			}

		#header #mainNav { display: none; }

		#header .mobileNav, 
		#mobileNav { display: block; }

		#header .mobileNav { margin-left: 24px; }

		#header .btn-left,
		#header .btn-right { 
			float: right;
			position: relative;
			top: auto;
			margin: 38px 0 0 8px; }

	#home-carousel .title { font-size: 50px; }

	#home-testimonials blockquote:before { 
		left: 0;
		margin: 0 auto 16px; }

	.post-main {
		-ms-grid-columns: 1fr 250px;
		grid-template-columns: 1fr 250px; }

	#contactPage .half { 
		width: 100%;
		padding: 70px 24px; }
	
	#contactPage .left { display: none; }

	#contactForm { margin: 0 auto; }
	
}


/*** 800px ***/
@media screen and (max-width: 800px) {

	#header { 
		height: 100px;
	}

		#header .logo { 
			height: 88px;
		}

		#header .mobileNav { margin-top: 34px; }

		#header .btn-left,
		#header .btn-right {
			display: none; }

	#mobileNav .inner {
		height: 100%;
		padding-top: 100px; }

	#home-carousel .title { font-size: 40px; }

	#banner .featuredImg { height: 200px; }

	#home-redBox .col-row { display: block; }
	
	#home-redBox .col { 
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #A60810; }

	#home-redBox .col:last-child { border-bottom: 0; }

	#home-about .col { 
		width: 100%;
		margin-bottom: 16px; }

	#home-about .col:last-child { margin-bottom: 0; }

	#home-testimonials blockquote { font-size: 18px; }

	#footer { padding-top: 50px; }

		#footer .bottom { margin-top: 50px; }

	.post-main { display: block; }

	.post-article, 
	.post-sidebar { 
		width: 100%;
		float: left; }

	.post-article { 
		padding-right: 0;
		padding-bottom: 24px;
		margin-bottom: 40px;
		border-bottom: 1px solid #ccc; }

	#contactPage .half { padding: 50px 24px; }
	
}


/*** 600px ***/
@media screen and (max-width: 600px) {

	#footer .col-row { display: block; }

	#footer .col { width: 100%; }

	#footer .logos {
		height: auto;
		display: block;
		float: none; }

	#footer .bottom { text-align: center; }

		#footer .bottom .left,
		#footer .bottom .right { 
			float: none; }

		#footer .bottom .right { margin-top: 24px; }
	
}


/*** 414px ***/
@media screen and (max-width: 414px) {

	#mobileNav ul { font-size: 20px; }
	
	#home-carousel .title { font-size: 32px; }
	
}


/*** 375px ***/
@media screen and (max-width: 375px) {

	
	
}


/*** 320px ***/
@media screen and (max-width: 320px) {

	#home-carousel .title { font-size: 28px; }
	
}




