html {
	  -webkit-text-size-adjust: 100%;
}

/*---RETINA GRAPHICS---*/

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {


}

/*---RESPONSIVE QUERIES---*/

@media ( max-width : 1200px ) {
	
}
@media ( max-width : 1060px ) {
	
	

}

@media ( min-width : 600px ) and ( max-width : 900px ), ( min-width : 400px ) and ( max-width : 500px ) {
	.teaser-post .excerpt {
		margin: 15px 0 15px;
		font-size: 88%;
		line-height: 1.45;
	}
		.teaser-post .post-cat a {
			font-size: 11px;
			padding: 6px 10px 4px 12px;
		}
}
@media ( max-width : 900px ) {
	#main {
		letter-spacing: .12em;
		font-size: 14px;
	}
	#main li a {
		padding: 25px 8px 0;
	}
	



}
@media ( max-width : 799px ) {
	body {
		border: none;
		padding: 0;
	}
	
	.wrapper, .wrap {
		padding: 0 20px;
	}

	.span_content, .span_content_full {
		float: none;
		width: 100%;
		max-width: 100%; 
		margin: 0 auto;
	}
	
	.span_content {
		max-width: 700px;
	}
		.span_content_full {
			max-width: 100%; 
		}	
	
	.span_sidebar {
		clear: both;
		width: 100%;
		float: none;
		margin: 100px auto 0;
	}
		.facet_sidebar {
			margin: 0 0 25px;
		}
	body.home .span_sidebar {
		margin-top: 0;
	}
	.header-search, .header-social, #main {
		display: none !important;
	}
	
	.top-bar {
		position: unset;
		margin-top: 60px;
		margin-bottom: 15px;
		top: 0px;
		z-index: 11;
	}

	.footer-nav {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
		font-size: 130%;
	}
		.footer-nav a {
			padding: 5px;
			display: inline-block
		}
	.footer-nav li.footer-social {
		display: block;
		margin-top: 15px;
	}
		.footer-nav li.footer-social a {
			font-size: 20px;
			padding: 8px;
		}
	.copyright {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 30px
	}
	.sub-footer {
		padding: 25px 0
	}
	
	
	button.facetwp-flyout-open {
		display: block;
	}
	.facetwp-flyout {
		display: block
	}
	.facet_left {
		display: none
	}
	
	.home-sections .video-content {
		flex: none;
		display: block;
	}
	.home-sections .video-content .player {
		flex-basis: 100%;
		display: block;
		height: 0;
		padding-bottom: 56%;
		height: 0;
		overflow: hidden;
		position: relative;
	}
	.home-sections .video-content .caption {
		flex-basis: 100%;
		padding: 20px 0;
		order: 2;
	}
	.home-section .video-content .caption .block-title {
		font-size: 5vw;
		font-size: clamp(24px, 6vw, 36px);
	}
	.home-section .video-content .caption .subtitle {
		width: 102px;
		height: 50px;
		left: -5px;
		top: -25px;
	}
	.archives.items-3-col {
		gap: 3vw;
		row-gap: 2vw;
	}
	
}
@media ( max-width : 700px ) {
	.items-3-col {
		gap: 4vw;
		row-gap: 6vw;
		grid-template-columns: repeat(2, 1fr);
	}
		.items-3-col .item .title {
			font-size: 28px;
			font-size: clamp(20px, 4vw, 28px);
		}
		
	.items-5-col, .items-6-col {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 4vw;
	}
		.items-6-col .item, .items-5-col .item {
			width: 30%;
		}
		.items-5-col .item .title, .items-6-col .item .title {
			font-size: 18px;
			font-size: clamp(14px, 3vw, 18px);
		}
	
	.items-7-col, .items-8-col {
		gap: 2vw;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media ( max-width : 650px ) {
	
	.footer {
		margin-top: 10vw;
	}
	
	.home-sections {
		gap: 10vw;
	}
		.lower-home-sections .home-section.has-background + .home-section.has-background {
			margin-top: -10vw;
		}

	.home-sections .home-section.has-background, .footer .home-section.has-background {
		padding: 6vw 0;
	}
		.home-sections .home-section.has-background.cta-block {
			padding-top: 0;
		}
	
	.home-sections .home-section .widget-content {
		display: block;
	}
		.home-section .widget-content .image {
			flex-basis: 100%;
			width: 100%;
			margin: 0 auto 35px;
		}
		.home-section .widget-content .caption {
			text-align: center;
			width: 100%;
		}
		.home-section .widget-content .caption .block-title, .home-section .widget-content .caption .more {
			text-align: center;
		}
		
	.video-block .items-2-col {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 5vw;
	}
		.video-block .items-2-col .item {
			background-color: #ffffff;
		}
		.video-content .caption .title {
			margin-top: 0px;
		}
		.items-2-col .item .title {
			font-size: 30px;
			font-size: clamp(16px, 5vw, 27px);
		}

	
	.items-4-col {
		gap: 4vw;
		row-gap: 4vw;
		grid-template-columns: repeat(2, 1fr);
	}
		.items-4-col .item .title {
			font-size: 21px;
			font-size: clamp(14px, 4vw, 21px);
		}
		.items-4-col.image-blocks {
			row-gap: 6vw;
		}
	.sidebar .items-4-col {
		gap: 4vw;
		row-gap: 4vw;
		grid-template-columns: repeat(2, 1fr);
	}

	.lower-home-sections .optin-content .caption {
		display: block;
		align-items: center;
		align-content: center;
		justify-content: center;
		margin: 0 auto;
	}
		.lower-home-sections .optin-content .caption-content {
			margin-bottom: 15px;
		}
	
	
}

@media ( max-width : 600px ) {


	.single_facet {
		width: 50%;
		display: inline-block;
		float: left;
		padding: 0 15px;
	}
	

	.post-meta {
		margin-bottom: 10px
	}
	.tasty-meta {
		display: block;
	}
	.post-meta a.jump {
		margin-bottom: 10px
	}
	.post-meta .spacer {
		display: none;
	}
	p.disclosure {
		margin: 0 0 20px
	}
	body.single .breadcrumb_last {
		display: none
	}
}

@media ( max-width : 500px ) {
	
	h3.divider, h2.divider {
		font-size: 24px;
		margin: 0 0 15px;
	}
	
	.footer {
		margin-top: 14vw;
	}
	
	.home-sections {
		gap: 12vw;
	}
		.upper-home-sections {
			gap: 6vw;
			margin-bottom: 12vw;
		}
		.lower-home-sections {
			gap: 12vw;
			margin-top: 10vw;
		}	
		.home-sections .home-section.has-background {
			padding: 6vw 0;
		}
		

	.formkit-form[data-uid="dfaca103e0"] .formkit-background {
		margin-bottom: 0px !important;
	}
	.subscribe .formkit-form .formkit-header {
		margin: 0 !important;
	}
	.subscribe .formkit-form .formkit-header h2 {
		font-size: 28px;
		margin: 0 !important;
	}
	.subscribe .formkit-form .formkit-content {
		margin: 5px 0 10px !important;
		font-size: 20px;
		line-height: 1.4;
	}
		.subscribe .formkit-form .formkit-content p, .subscribe .formkit-form .formkit-content p span {
			margin: 0;
			font-size: 20px;
			line-height: 1.4;
		}
}
@media ( max-width : 400px ) {

	.archiveslist {
	    overflow: hidden;
	    -moz-column-count: 2;
	    -moz-column-gap: 10px;
	    -webkit-column-count: 2;
	    -webkit-column-gap: 10px;
	    column-count: 2;
	}


}

@media ( max-width : 360px ) {
	
	.wrap, .wrapper {
		padding: 0 10px;
	}
	
	.teaser-posts.items-3-col {
		gap: 4vw;
		row-gap: 40px;
		grid-template-columns: repeat(1, 1fr);
	}
	.teaser-posts.items-3-col .item .title {
		font-size: 30px;
		font-size: clamp(18px, 8vw, 30px);
	}
	.teaser-post .post-cat {
		margin: 20px 0 0;
	}

}