/*
Theme Name: Spee-Dee Delivery
Author: Flint Group
Author URI: https://flint-group.com
Description: Custom WordPress theme for speedeedelivery.com
Version: 1.0
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("https://use.typekit.net/rey8fkz.css");
@import url("//hello.myfonts.net/count/31b174");

/* 	font-family: 'PilcrowSoft-Regular'; */
@font-face {
	font-family: 'PilcrowSoft';
	src: url('webfonts/31B174_3_0.eot');
	src: url('webfonts/31B174_3_0.eot?#iefix') format('embedded-opentype'),
		url('webfonts/31B174_3_0.woff2') format('woff2'),
		url('webfonts/31B174_3_0.woff') format('woff'),
		url('webfonts/31B174_3_0.ttf') format('truetype');
	font-weight: 400;
}
/* font-family: 'PilcrowSoft-Medium'; */
@font-face {
	font-family: 'PilcrowSoft';
	src: url('webfonts/31B174_2_0.eot');
	src: url('webfonts/31B174_2_0.eot?#iefix') format('embedded-opentype'),
		url('webfonts/31B174_2_0.woff2') format('woff2'),
		url('webfonts/31B174_2_0.woff') format('woff'),
		url('webfonts/31B174_2_0.ttf') format('truetype');
	font-weight: 500;
}
/* font-family: 'PilcrowSoft-Semibold'; */
@font-face {
	font-family: 'PilcrowSoft';
	src: url('webfonts/31B174_1_0.eot');
	src: url('webfonts/31B174_1_0.eot?#iefix') format('embedded-opentype'),
		url('webfonts/31B174_1_0.woff2') format('woff2'),
		url('webfonts/31B174_1_0.woff') format('woff'),
		url('webfonts/31B174_1_0.ttf') format('truetype');
	font-weight: 600;
}
/* font-family: 'PilcrowSoft-Bold'; */
@font-face {
	font-family: 'PilcrowSoft';
	src: url('webfonts/31B174_0_0.eot');
	src: url('webfonts/31B174_0_0.eot?#iefix') format('embedded-opentype'),
		url('webfonts/31B174_0_0.woff2') format('woff2'),
		url('webfonts/31B174_0_0.woff') format('woff'),
		url('webfonts/31B174_0_0.ttf') format('truetype');
	font-weight: 700;
}
/* font-family: 'PilcrowSoft-Heavy'; */
@font-face {
	font-family: 'PilcrowSoft';
	src: url('webfonts/31B174_4_0.eot');
	src: url('webfonts/31B174_4_0.eot?#iefix') format('embedded-opentype'),
		url('webfonts/31B174_4_0.woff2') format('woff2'),
		url('webfonts/31B174_4_0.woff') format('woff'),
		url('webfonts/31B174_4_0.ttf') format('truetype');
	font-weight: 800;
}

/*

COLORS:
==========
Orange (text)		#ff4734;
Orange Lt:			#e1432c;
Orange Dk:			#dc3a1f;
Gray Lt (text):		#d7d7d7;
Gray Md:			#6f6f6f
Gray Dk:			#333;


FONTS:
==========
font-family: 'PilcrowSoft'; font-weight:400;
font-family: 'PilcrowSoft'; font-weight:500;
font-family: 'PilcrowSoft'; font-weight:600;
font-family: 'PilcrowSoft'; font-weight:700;
font-family: 'PilcrowSoft'; font-weight:800;

*/

/* =========================== */
/* ======= REUSABLES ========= */
/* =========================== */
@-ms-viewport{
  width: device-width;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	max-width: 100%;
	min-width: 320px;
	overflow-x: hidden;
}
body {
	line-height: 160%;
	max-width: 100%;
	min-width: 320px;
	overflow-x: hidden;
	font-family: 'PilcrowSoft';
	font-size:16px;
	font-weight: 500;
	color: #000;
	background:#000;
	line-height: 155%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'PilcrowSoft';
	letter-spacing: 0.05em;
	color: #000;
	line-height: 140%;
	letter-spacing: 0.03em;
	margin: 0.8em 0;
	font-weight: 400;
}
a{
	color: #ff4734;
	text-decoration:none;
}
a:hover,
a:active{
	text-decoration: underline;
}
button,
.button{
	display:inline-block;
	border:none;
	position: relative;
	background-color: #ff4734;
	font-family: 'PilcrowSoft'; font-weight: 700;
	font-size:14px;
	padding:1.6em 2.5em 1.4em 2.5em;
	color:#FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 100%;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	white-space: nowrap;
}
button:hover,
button:active,
.button:hover,
.button:active{
	border-color:#000;
	text-decoration: none;
}
button.arrow, a.button.arrow{
	padding-right:4em;
}
button.arrow:after,
.button.arrow:after{
	content:'\2192';
	display:block;
	position: absolute;
	height:100%;
	font-family: sans-serif;
	top:0;
	right:1.2em;
	line-height: 60px;
	padding:0 0.6em;
	background-color: transparent;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
button.arrow:hover:after,
.button.arrow:hover:after{
	right:-2.5em;
	background-color: #fa3e2a;
	padding:0 1.5em;
}
.button.alt{
	background:transparent;
	border:2px solid #ff4734;
	padding:0.6em 0.7em 0.5em 0.7em;
	color:#ff4734;
	line-height: 100%;
	text-decoration: none;
}
.button.alt:hover,
.button.alt:active{
	background:#ff4734;
	color:#FFF;
}
.button.alt i{
	margin-left:0.6em;
	font-size:0.8em;
}
.button.alt.arrow{ padding-right:3em; }
.button.alt.arrow:after{
	line-height: 30px;
	right:0.6em;
	top:-2px;
	border:2px solid transparent;
}
.button.alt.arrow:hover:after{
	right:-1.5em;
	border-color:#fa3e2a;
	padding:0 0.8em;
}
img{
	max-width: 100%;
	height:auto;
}
.screen-reader-text,
a.skip-link,
a.skip-link:hover,
a.skip-link:visited {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin-right: -1px;
	margin-bottom: -1px;
}
.wrap{
	/* max-width: 440px; */
	margin:0 auto;
	/* padding:0 1.3em; */
}
body .pure-g [class*="pure-u"]{
	font-family: 'PilcrowSoft';
	font-weight:500;
}
#page-iframe{
	display:none;
	border:none;
	width:100%;
	height:700px;
	margin:2em 0;
}
#mobile-iframe-alt{ padding:2em 0; }
#pagination {
	min-height:90px;
	margin-top:3em;
	position:relative;
	text-align:center;
}
#pagination .page-numbers {
	display:inline-block;
	background-color:#e1432c;
	border:1px solid #e1432c;
	color: #FFF !important;
	text-decoration: none;
	font-size:16px;
	font-family: 'PilcrowSoft';
	font-weight:500;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	text-align: center;
	margin:0 2px;
	min-height: 38px;
	min-width: 38px;
	line-height: 38px;
	transition: all .20s;
	-moz-transition: all .20s;
	-webkit-transition: all .20s;
	text-transform: uppercase;
	vertical-align:top;
}
#pagination .page-numbers.current,
#pagination .page-numbers:hover {
	color: #FFF !important;
	background:#000;
	border-color:#000;
	text-decoration: none !important;
}
#pagination a.next,
#pagination a.prev,
#pagination span {
	vertical-align: top;
	text-decoration:none;
	color:#000;
	font-size:16px;
	font-family: 'PilcrowSoft';
	font-weight: 500;
	display:inline;
	line-height: 38px;
	background-color:transparent;
	border-width:0;
	text-transform: uppercase;
	padding-left:1em;
	padding-right:1em;
}
#pagination a.next,
#pagination a.prev{
	color:#e1432c !important;
}
#pagination a:hover,
#pagination span:hover {
	color:#000;
	text-decoration: none !important;
}
.disabled {
	color:#cdcdcd !important;
}
#pagination .prev,
#pagination .next {
	position:absolute;
	top:0px;
}
#pagination a.next,
#pagination a.prev,
#pagination span { display:none; }
#pagination .prev {	left:0; }
#pagination .next { right:0; }
.alignright,
.aligncenter{
	display:block;
	width:100%;
	margin:1em 0;
}
.video-container {
	position: relative;
	margin: 2em 0 3em 0;
	padding-bottom: 51.5%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container.ytpop { padding-bottom: 45%; }
.video-container iframe,
.video-container object,
.video-container embed,
.video-container a.youtube {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-container a.youtube img {
	position: absolute;
	top: -18.9%;
	left: 0%;
	width: 100%;
	height: auto;
}
video{
	width: 100%    !important;
    height: auto   !important;
	border:1px solid #ff4734;
	margin:1em 0;
}

/* =========================== */
/* ======== HEADER =========== */
/* =========================== */
header#site-header {
	position: fixed;
	left: 0;
	top: 0;
	height: 60px;
	width: 100%;
	background: #FFF;
	color:#000;
	z-index: 100;
}
#screen {
	transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0.25s;
	-moz-transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0.25s;
	-webkit-transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0.25s;
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	position: fixed;
	z-index: 50;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100;
}
#headerphone{
	position: absolute;
	top:100%;
	left:0;
	width:100%;
	text-align: center;
	color:#d2ba64;
	line-height: 200%;
	z-index: 1;
}
#headerphone i{ margin-right:0.6em; }
#headerphone a{
	color:#d2ba64;
	text-decoration: none;
}
.search-open #screen,
.menu-open #screen,
.terms-open #screen{
	transition: display 0s, visibility 0s, opacity 0.25s, max-height 0.25s;
	-moz-transition: display 0s, visibility 0s, opacity 0.25s, max-height 0.25s;
	-webkit-transition: display 0s, visibility 0s, opacity 0.25s, max-height 0.25s;
	visibility: visible;
	opacity: 1;
	max-height: 1500px;
}
.terms-open #screen{ z-index: 150; }
#header-logo{
	display:block;
	width:45px;
	height:45px;
	overflow: hidden;
	position: absolute;
	left:50%;
	top:5px;
	z-index: 10;
	margin-left:-20px;
	text-indent: -2000px;
	background-image:url('images/logo.svg');
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
#nav-group{
}
#nav-container {
	position: fixed;
	background: #FFF;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 35;
	width: 252px;
	left: -252px;
	top:60px;
	padding: 0;
	height: 100%;
	max-height: 100%;
	transition: left .25s;
	-moz-transition: left .25s;
	-webkit-transition: left .25s;
}
.menu-open #nav-container {
	left: 0;
}
#menu-slide {
	padding-top: 60px;
	max-width: 100%;
	position: relative;
	left: 0;
	transition: left .25s;
	-moz-transition: left .25s;
	-webkit-transition: left .25s;
}
.menu-open #menu-slide {
	left: 252px;
}
#primary-nav > ul{
	list-style: none;
	margin:0;
	padding:0 0 60px 0;
}
#primary-nav > ul > li{
	display:block;
	margin:0;
	padding:0;
}
#primary-nav > ul > li > a{
	display:block;
	position: relative;
	overflow: hidden;
	width:100%;
	padding:0.5em 16px;
	font-size:14px;
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #cbcbcb;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
}
#primary-nav > ul > li > a:before{
	content:'\f0da';
	font-family: 'FontAwesome';
	position: absolute;
	left:-8px;
	top:0.5em;
	color:#ff4734;
}
#primary-nav > ul > li > a:hover,
#primary-nav > ul > li.current_page_item > a,
#primary-nav > ul > li.current_page_ancestor > a{
	background-color: #e6e6e6;
	color:#000;
	padding-left:32px;
}
#primary-nav > ul > li > a:hover:before,
#primary-nav > ul > li.current_page_item > a:before,
#primary-nav > ul > li.current_page_ancestor > a:before{
	left:16px;
}
/* Submenus */
#primary-nav > ul ul.sub-menu{
	display:none;
	list-style: none;
	margin:0.5em 0 0.7em; 0;
	padding:0;
}
#primary-nav > ul > li.current_page_ancestor ul.sub-menu,
#primary-nav > ul > li.current_page_item ul.sub-menu{
	display:block;
}
#primary-nav > ul ul.sub-menu > li{
	margin:0;
	padding:0;
}
#primary-nav > ul ul.sub-menu > li > a{
	display:block;
	padding:0.6em 2em 0.6em 2em;
	line-height: 120%;
	text-decoration: none;
	font-size:13px;
	color: #666;
}
#primary-nav > ul ul.sub-menu > li > a:hover,
#primary-nav > ul ul.sub-menu > li > a:active,
#primary-nav > ul ul.sub-menu > li.current_page_item > a{
	color:#ff4734;
}
#close-menu, #menu-toggle{
	transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0.25s;
	-moz-transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0.25s;
	-webkit-transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0.25s;
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	position: fixed;
	right: 0;
	top: 0;
	height: 60px;
	width: 68px;
	line-height: 60px;
	text-decoration: none;
	z-index: 30;
	text-align: center;
	background-color: #FFF;
	color:#000;
	font-size: 1.7em;
}
#close-menu{
	right:auto;
	left:0;
	font-size:2.3em;
	color:#FFF;
	background:#000;
}
#close-menu:hover,
#close-menu:active{}
#menu-toggle{
	right:auto;
	left:0;
	opacity: 1;
	max-height: none;
	z-index: auto;
	visibility: visible;
}
#menu-toggle:hover,
#menu-toggle:active{
	background-color: #000;
	color:#FFF;
}
.menu-open #close-menu {
	transition: display 0s, visibility 0s, opacity 0.25s, max-height 0.25s;
	-moz-transition: display 0s, visibility 0s, opacity 0.25s, max-height 0.25s;
	-webkit-transition: display 0s, visibility 0s, opacity 0.25s, max-height 0.25s;
	visibility: visible;
	opacity: 1;
	max-height: 1500px;
	z-index: 40;
}
#search-container {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	overflow: hidden;
	z-index: 20;
	background-color: #FFF;
}
#search-container form > label {
	display: block;
	float: left;
	width: 0;
	overflow: hidden;
	margin: 0;
}
#search-container form > button {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	color: #000;
	margin: 0;
	padding: 0;
	border-width: 0;
	text-align: center;
	line-height: 53px;
	background: transparent;
	font-size:1.2em;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#search-container form > button:before {
	  display: none;
}
#search-container form > button:after {
	  display: none;
}
#search-container form > button:hover {
	background-color: #000;
	color:#FFF;
}
#search-container input.search-field {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.15em;
	display: block;
	background: dimgrey;
	border: none;
	outline: none;
	color: #000;
	height: 60px;
	padding-left: 1.5em;
}
.search-open #search-container form > label {
  width: 200px;
}


/* =========================== */
/* ======== FOOTER =========== */
/* =========================== */
footer#site-footer{
	position: relative;
}
#footer-col1{
	padding:3em 0;
	color:#FFF;
}
#footer-col2{
	background:#FFF;
	padding-top:2.3em;
	padding-bottom:1em;
}
#footer-logo{
	display:inline-block;
	width:107px;
	height:107px;
	background:url('images/main-sprite.png') no-repeat left top;
	margin-bottom:2.5em;
	overflow: hidden;
	text-indent: -1500px;
}
footer#site-footer .wrap{
	position: relative;
}
#site-footer a{
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
}
#site-footer a:hover,
#site-footer a:active,
#footer-menu ul li.current_page_item a{
	text-decoration: underline;
}
#footer-address{
	font-size:12px;
	font-weight: 500;
	line-height: 180%;
}
#footer-phone a{
	display:inline-block;
	position: relative;
}
#footer-phone a span{
	display:inline-block;
	background-color: #303030;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 700;
	line-height: 100%;
	padding:5px;
	color:#FFF;
	font-size:17px;
}
#footer-phone a:before{
	content:'';
	display:block;
	position: absolute;
	left:50%;
	top:-25px;
	margin-left:-14px;
	width:19px;
	height:19px;
	background:url('images/main-sprite.png') no-repeat left -150px;
}
#site-footer ul{
	list-style: none;
	margin:0;
	padding:0;
}
#footer-social{
	padding:0 0 1em 0;
}
#footer-social ul{
	text-align: center;
}
#footer-social ul li{
	display:inline-block;
	margin:0;
	padding:0;
}
#footer-social ul li a{
	display:block;
	background-color: #6f6f6f;
	width:47px;
	height:47px;
	color:#FFF;
	font-size:30px;
	text-align: center;
	line-height: 47px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin:0 0.08em;
	transition: background-color .25s;
	-moz-transition: background-color .25s;
	-webkit-transition: background-color .25s;
}
#footer-social ul li a:hover{
	background-color:#333;
}
#footer-menu ul li{
	margin:0;
	padding:0;
	text-align: left;
	font-size:14px;
}
#footer-terms ul{
	text-align: center;
}
#footer-terms ul li{
	display: inline-block;
	font-size: 12px;
}
#copyright{
	color: dimgrey;
	font-size:12px;
}
#footer-menu ul li.lt-menu a{
	color:#999;
	font-weight: 500;
}
#footer-menu ul{
	padding:1.5em 0;
	text-align: center;
}
#footer-menu ul li{
	display:inline-block;
	margin:0 0.5em;
	font-size:12px;
}
#footer-menu ul li a{
	display:block;
	padding:0.5em 0;
}
#terms-copy{
	position: fixed;
	max-height: 0px;
	opacity: 0;
	top:-20%;
	left:6%;
	background:#FFF;
	max-width: 88%;
	z-index: 200;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #000;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
}
.terms-open #terms-copy{
	max-height: 800px;
	opacity: 1;
	top:20%;
	padding:3em 1.5em 1.5em 1.5em;
}
#close-terms{
	color:#ff4734;
	position: absolute;
	right:10px;
	top:10px;
	font-size: 1.6em;
}

/* =========================== */
/* ======= HOMEPAGE ========== */
/* =========================== */
#alert{
	position: absolute;
	top:60px;
	left:0;
	width:100%;
	background:rgba(0,0,0,0.5);
	padding:1em 30px;
	z-index: 50;
	color:#FFF;
	text-align: center;
}
#alert-close{
	position: absolute;
	right:3px;
	top:3px;
	font-size:25px;
	color:#FFF;
	padding:10px;
}
#alert-close:hover{
	color:#ff4734;
}
#alert h3{
	margin:0 0 0.4em 0;
	font-size:16px;
	color:#ff4734;
	line-height: 140%;
}
#alert p{
	margin:0;
	font-size:13px;
	line-height: 140%;
}
.homepadd,
.sectionpadd{
	padding:1.5em 0;
}
/* Hero */
#home-hero{
	text-align: center;
	/* margin-top:60px; */
	padding:25% 1em 25% 1em;
	position: relative;
	background-image:url('images/home-hero-v5.jpg');
	background-repeat:no-repeat;
	background-position: 36% top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#home-hero:after{
	content:'';
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.3);
	z-index: 1;
}
#home-hero .wrap{
	position: relative;
	z-index: 2;
}
#home-hero h1{
	color:#FFF;
	font-size:38px;
	text-align: center;
	line-height: 100%;
	font-family: 'PilcrowSoft'; font-weight:800;
}
/* Icon Modules */
#home-modules{
	/* background-color: #f3f3f3; */
	background-color:rgba(243,243,243,0.95);
}
#home-modules .module-item{}
#home-modules article{
	max-width: 340px;
	margin:0 auto;
}
#home-modules .module-item:last-child{ border-bottom:none; }
#home-modules article > a{
	display:block;
	padding:30px 18px 30px 100px;
	color:#000;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	border-bottom: 1px solid #cbcbcb;
}
#home-modules .pure-g > div:last-child article > a{ border:none; }
#home-modules article > a:hover{
	padding-left:18px;
	padding-right:100px;
	background:#FFF;
}
#home-modules article > a:before{
	content:'';
	width:64px;
	height:51px;
	position: absolute;
	left:16px;
	top:50px;
	background: url('images/main-sprite.png') no-repeat -150px 0;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
}
#home-modules article#mod-calc > a:before{ background-position: -150px -200px;}
#home-modules article#mod-loc > a:before{ background-position: -150px -100px;}
#home-modules article > a:hover:before{
	left:-94px;
}
#home-modules article > a:after{
	content:'Go \2192';
	position: absolute;
	color:#FFF;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	right:-80px;
	top:0;
	width:80px;
	height:100%;
	line-height: 144px;
	background-color: #ff4734;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
}
#home-modules article > a:hover:after{
	right:0;
}
#home-modules a h3{
	color: #ff4734;
	font-weight: 700;
	text-transform: uppercase;
	margin:0 0 0.3em 0;
}
#home-modules a h3:after{
	content:'\2192';
	font-family: sans-serif;
	font-weight: normal;
	display:inline-block;
	margin-left:0.5em;
	margin-right:-2em;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
}
#home-modules a:hover h3:after{ opacity: 0; }
#home-modules a:hover h3:after{
	margin-left:1em;
}
#home-modules a p{
	font-size: 14px;
	margin:0;
	line-height: 150%;
}
#home-sep{
	height:42px;
	background: #FFF;
	position: relative;
	z-index: 10;
}
#home-sep:after{
	content:'';
	position: absolute;
	width:44px;
	height:18px;
	left:50%;
	top:12px;
	margin-left:-22px;
	background:url('images/main-sprite.png') no-repeat 0 -200px;
}
/* Photo Modules */
#home-imagemods{ background:#FFF; }
.imagemod-item{
	margin-bottom:0.8em;
	background:url('images/module-career-v3.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.imagemod-item a{
	display:block;
	text-decoration: none;
	padding:40% 16px 16px 16px;
}
.imagemod-item h3{
	display:block;
	position: relative;
	background:#FFF;
	padding:23px 88px 18px 18px;
	margin:0;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	min-height: 88px;
	line-height: 100%;
}
.imagemod-item h3 span.item-go{
	display:block;
	position: absolute;
	right:18px;
	top:18px;
	line-height: 52px;
	text-align: right;
	padding-right:18px;
	color:#FFF;
	width:52px;
	height:52px;
	overflow: hidden;
	background-color: #ff4734;
	font-family: sans-serif;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;

}
.imagemod-item h3 span.item-go:before{
	content:'Go';
	position: absolute;
	left:-50px;
	top:0px;
	font-size:20px;
	font-weight: 700;
	font-family: 'PilcrowSoft';
	text-transform: uppercase;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
}
.imagemod-item a:hover h3 span.item-go,
.imagemod-item a:active h3 span.item-go{
	width:95px;
	-webkit-box-shadow: 0px 0px 8px 8px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px 0px 8px 8px rgba(255, 255, 255, 1);
	box-shadow:         0px 0px 8px 8px rgba(255, 255, 255, 1);
}
.imagemod-item a:hover h3 span.item-go:before,
.imagemod-item a:active h3 span.item-go:before{
	left:15px;
}
#imagemod-contact{
	background-image: url('images/module-contact-v3.jpg');
}


/* =========================== */
/* ==== INSIDE PAGES ========= */
/* =========================== */
#page-container{
	background:#FFF;
}
.inside #page-container .contentwrap{
	border-top: 1px solid #cbcbcb;
}
.inside #page-content{
	max-width: 1080px;
	padding:0 20px;
	margin:0 auto;
}
#page-wizzy #breadcrumbs{
	display:block;
	font-size: 12px;
	line-height: 100%;
	margin:0 0 16px 0;
	padding:1.3em 0;
}
#page-wizzy{
	max-width: 100%;
}
#inside-leftcol{
	padding:3.5em 0;
}
#inside-nav{}
#inside-nav ul{
	list-style: none;
	margin:0;
	padding:0;
}
#inside-nav ul li{
	margin:0 -1em;
	padding:0;
}
#inside-nav ul li a{
	display:block;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.05em;
	padding:0.4em 1em;
	color:#000;
}
#inside-nav ul li.ultparent a{
	font-weight: 900;
}
#inside-nav ul li a:hover{
	color:#000;
}
#inside-nav ul li.current_page_item a span,
#inside-nav ul li.current_parent a span,
#inside-nav ul li a:hover span{
	border-bottom:1px solid #ff4734;
}
#page-wizzy h1{
	margin:0 0 0.4em 0;
	font-size:30px;
	font-family: 'PilcrowSoft'; font-weight:800;
	color: #000;
	line-height: 100%;
}
h2, h3, h4, h5{
	margin:1.6em 0 0.5em 0;
	font-size:24px;
	font-family: 'PilcrowSoft'; font-weight:800;
	color: #000;
	line-height: 100%;
}
h3{ font-size: 18px; }
h4{ font-size: 16px; }
h5{ font-size: 14px; }
#page-wizzy p{
	line-height: 165%;
	font-size:16px;
	margin:0 0 1em 0;
}
#page-wizzy ul li{
	margin:0.3em 0;
}
#page-wizzy td,
#page-wizzy th{
	padding:6px 15px;
	text-align: left;
}
#page-wizzy tr td:first-child,
#page-wizzy tr th:first-child{
	padding-left:0;
}
#page-wizzy tr td:last-child,
#page-wizzy tr td:last-child{
	padding-right:0;
}
#page-wizzy a:not(.button){
	color:#ff4734;
}
#page-wizzy a:not(.button):hover,
#page-wizzy a:not(.button):active{
	text-decoration: underline;
}
#page-wizzy .button{
	margin:0.7em 0;
}
#page-wizzy img.alignnone{
	margin:0.6em 0 1em 0;
}
/* Search */
article.search-result{
	margin:3em 0;
}
#page-wizzy article.search-result h2{
	margin:0.3em 0;
	font-size:20px;
	font-family: "bourbon", serif; font-weight:400;
}
#downloads,
#pagecta,
#footer-form{
	background: #eee;
	margin:0 -2000px;
	padding:3em 2000px;
}
#downloads ul{
	list-style: none;
	margin:0; padding:0;
}
#downloads ul li{
	margin:1em 0;
	vertical-align: middle;
}
#downloads ul li a{
	position: relative;
	display: block;
	color:#000;
	padding:0.8em 0 0 40px;
	text-transform: uppercase;
	text-decoration: none;
	min-height: 45px;
	line-height: 20px;
	font-size:14px;
}
#downloads ul li a span.button{
	margin-left:0.8em;
}
#downloads ul li a > i{
	position: absolute;
	left:0;
	top:0.4em;
	color:#ff4734;;
	margin-right:0.2em;
}
#pagecta{
	text-align: center;
}
#pagecta .wrap{ padding:0 20px; }
#pagecta a.button{
	margin-left:0.8em;
}
#page-wizzy table{
	margin:2em 0;
}
#page-wizzy table.visible th,
#page-wizzy table.visible td{
	vertical-align: top;
	padding:0.8em;
	border:1px solid #000;
}
#page-wizzy table.visible th{
	background:#000;
	color:#FFF;
	font-weight: normal;
}

/* Locations Page */
#locations{
	margin:2em 0 0 0;
}
#flint_map{
	position: relative;
	width:100%;
	height:400px;
	margin:0 0 2em 0;
	border:1px solid #000;
	border-top:none;
}
#locsearch{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border:none;
	width:100%;
	padding:0.8em;
	height:45px;
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    inset 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         inset 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
#locsearch-container{
	border:1px solid #000;
}
#locsearch-container label{
	text-align: center;
	background:#ff4734;
	color:#FFF;
	line-height: 45px;
	text-transform: uppercase;
	position: relative;
	padding-right: 1em;
}
.map-listing h4{
	padding:0.2em 0.3em;
	font-size:14px;
	font-weight: 600;
	line-height: 17px;
	background:#555555;
	color:#FFF;
	margin:0.2em 0 0.4em 0;
}
.map-listing h4.type-w{
	background:#ff4734;
}
.map-listing h4.description{
	background:#C6C5C4;
}
.map-listing h3{
	margin:0;
	font-size:16px;
	line-height: 19px;
}
#page-wizzy .map-listing p{
	margin:0;
	font-size:14px;
	line-height: 16px;
	font-family: 'PilcrowSoft'; font-weight:400;
}
#page-wizzy .map-listing p.ret-dirlink{
	margin-top:0.5em;
	margin-bottom:1em;
}
#page-wizzy .map-listing p.ret-distance{ color:#7b7b7b; }
#page-wizzy .map-listing p.ret-hours1{  margin-top:0.5em; }
#locations_list{
	margin:0 -0.5em;
}
#locations_list .location-listing{
	padding:0 0.5em;
}

/* == Flexible Content == */
.expandable{ margin:1.5em 0; }
.expandable .item{
	margin:0.9em 0;
}
.expandable dt{
	position: relative;
	padding:0 0 0 37px;
	color:#ff4734;
	font-weight: 700;
	line-height: 130%;
	cursor:pointer;
	font-size:1.2em;
}
.expandable dt:before{
	font-family: "FontAwesome";
	content: '\f067';
	position: absolute;
	left:0;
	top:0;
	width:24px;
	height:24px;
	color:#FFF;
	background:#ff4734;
	text-align: center;
	font-size: 0.5em;
	line-height: 25px;
	font-weight: normal;
}
.expandable .item.open dt:before{
	content: '\f068';
}
.expandable dd{
	margin:0;
	padding:0 0 0 39px;
}
.expandable .item.open dd{
	margin-bottom:1.5em;
	padding-top:1em;
}


/* =========================== */
/* ==== MEDIA QUERIES ======== */
/* =========================== */
@media screen and (max-width: 1023px) {
	.desktoponly{ display:none !important; }
	.menu-open #nav-container {
		/*
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
		-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.25);
		box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.25);
		*/
	}
	#site-header .wrap{ max-width: none; }
	.flex-flip{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-moz-box-orient: vertical;
		-webkit-box-orient: vertical;
		-webkit-flex-flow: column;
		-ms-flex-direction: column;
		flex-direction: column;
		flex-flow: column;
	}
	.flex-flip > :first-child {
		/* width: auto !important; */
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		-moz-box-flex: 2;
	}
	.flex-flip > :last-child {
		width: auto !important;
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		-moz-box-flex: 1;
	}

	/* Footer */
	#site-footer .pure-g > div{
		text-align: center;
	}
	.copyright{
		padding:1.5em 0;
	}

	/* Homepage */
	#home-hero{
		background-position: 60% center;
	}
	#life-snort{ text-align: center; }

	/* Inside Pages */
	#breadcrumbs{ display:none; }
	#inside-leftcol, #inside-rightcol, #downloads .wrap{
		padding-bottom:3em;
		max-width: 480px;
		margin:0 auto;
		width:100%;
	}
	#footer-form-container{
		display:block;
		margin-left:auto;
		margin-right:auto;
		padding-left:20px;
		padding-right:20px;
	}

}
@media screen and (max-width: 767px) {
	#page-wizzy td,
	#page-wizzy th{
		font-size:12px;
		padding:4px 8px;
	}
	#downloads ul li a span.button,
	#pagecta a span.button{
		display:block;
		margin:1em 0 2em 0;
		text-align: center;
	}
	#downloads .wrap{ padding-left:20px; padding-right:20px; }
	#footer-menu ul li.lt-menu{
		display: block;
		text-align: center;
	}
}

@media screen and (min-width: 768px) {
	.wrap{ padding:0; }
	.home .bottom-hero{ display:block; }
	#pagination a.prev,
	#pagination a.next,
	#pagination span { display:block; }
	.alignright{
		float:right;
		width:auto;
		max-width: 50%;
		margin:0 0 2em 3em;
	}
	.alignleft{
		float:right;
		width:auto;
		max-width: 50%;
		margin:0 3em 2em 0;
	}
	#page-wizzy{
		max-width: 610px;
	}
	#downloads-container{
		padding-left:40px;
	}
	#footer-form-container{
		padding-left:40px;
		max-width: 650px;
	 }
	#terms-copy{
		width:600px;
		max-width: none;
		left:50%;
		margin-left:-300px;
	}
	.terms-open #terms-copy{
		padding:3em;
	}
}
@media screen and (min-width: 1024px) {
	body{ background:#FFF; }
	#menu-slide{
		padding-top:0px;
		max-width: 1200px;
		margin:0 auto;
	}
	.wrap{
		max-width:960px;
		position: relative;
	}
	#header-contact{
		text-align: right;
		color:#FFF;
		padding:0.6em 0;
		font-size:14px;
		background:#000;
	}
	#header-contact a span{
		display:inline-block;
		background-color: #303030;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-weight: 700;
		line-height: 100%;
		padding:5px;
		color:#FFF;
		font-size:17px;
	}
	#header-contact a:before{
		content:'';
		display:inline-block;
		position: relative;
		top:0.2em;
		margin-right:0.4em;
		margin-left:0.8em;
		width:19px;
		height:19px;
		background:url('images/main-sprite.png') no-repeat left -150px;
	}
	header#site-header{
		background:#FFF;
		height:150px;
		position: relative;
	}
	#header-logo{
		width:107px;
		height:107px;
		left:20px;
		top:22px;
		margin-left: 0;
		transition: all .25s;
		-moz-transition: all .25s;
		-webkit-transition: all .25s;
	}
	#nav-group{
		position: absolute;
		width:800px;
		right:0;
		vertical-align: top;
	}
	#nav-container{
		position: relative;
		display:block;
		width:700px;
		height:auto !important;
		max-height: none;
		padding:0;
		background: transparent;
		right:auto;
		left:auto;
		overflow: visible;
		z-index: 50;
	}
	#primary-nav{ z-index: auto; }
	#primary-nav > ul{
		padding-bottom: 0;
		vertical-align: top;
	}
	#primary-nav > ul > li{
		position: relative;
		max-height: 30px;
		padding-bottom:10px;
	}
	#primary-nav > ul > li > a{
		padding:0.4em 0.7em;
		transition: all .25s;
		-moz-transition: all .25s;
		-webkit-transition: all .25s;
		overflow: hidden;
		border:none;
		color:#000;
		text-transform: uppercase;
		font-weight: 700;
		border:2px solid transparent;
	}
	#primary-nav > ul > li > a:before{ display:none; }
	#primary-nav > ul > li > a:hover,
	#primary-nav > ul > li:hover > a,
	#primary-nav > ul > li.current-menu-item > a,
	#primary-nav > ul > li.current_page_ancestor > a{
		background:transparent;
		color:#ff4734;
		padding-left:0.7em;
	}
	#primary-nav > ul > li.current-menu-item > a,
	#primary-nav > ul > li.current_page_ancestor > a{
		border-color: #ff4734;
		color:#000;
	}

	/* Submenus */
	#primary-nav > ul > li > ul.sub-menu{
		display:block;
		position: absolute;
		left:0px;
		top:113%;
		background:#FFF;
		z-index: 30;
		width:260px;
		padding-bottom:0.8em;
		max-height: 0px;
		overflow: hidden;
		opacity: 0;
		transition: all .25s;
		-moz-transition: all .25s;
		-webkit-transition: all .25s;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.1);
		box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	#primary-nav > ul > li:hover ul.sub-menu{
		max-height: 500px;
		opacity: 1;
	}
	#primary-nav > ul ul.sub-menu > li > a{
		position: relative;
		overflow: hidden;
		font-size: 14px;
		transition: all .25s;
		-moz-transition: all .25s;
		-webkit-transition: all .25s;
		padding:0.7em 2em;
	}
	#primary-nav > ul ul.sub-menu > li > a:hover,
	#primary-nav > ul ul.sub-menu > li > a:active,
	#primary-nav > ul ul.sub-menu > li.current_page_item > a{
		background-color: #e6e6e6;
		color:#000;
		padding-left:40px;
	}
	#primary-nav > ul ul.sub-menu > li > a:before{
		content:'\f0da';
		font-family: 'FontAwesome';
		position: absolute;
		left:-8px;
		top:0.65em;
		color:#ff4734;
		transition: all .25s;
		-moz-transition: all .25s;
		-webkit-transition: all .25s;
	}
	#primary-nav > ul ul.sub-menu > li > a:hover:before,
	#primary-nav > ul ul.sub-menu > li > a:active:before,
	#primary-nav > ul ul.sub-menu > li.current_page_item > a:before{
		left:26px;
	}

	/* Header etc. */
	#mobile-homelink{ display:none; }
	#primary-nav > ul > li{ display:inline-block; }
	#search-container{
		z-index: 60;
		height:84px;
		right:20px;
		top:34px;
		overflow: hidden;
	}
	#search-container form > button{
		height:86px;
	}
	#search-container input.search-field{
		height:84px;
		background:#eee;
		color:#000;
	}
	#search-container form > button:hover,
	#search-container form > button:active,
	.search-open #search-container form > button{
		background:#000;
		color:#FFF;
	}
	#menu-toggle{ display:none; }

	/* Footer */
	footer#site-footer{
		background:#000;
		margin:0 -2000px;
		padding:0 2000px;
	}
	#footer-col1,
	#footer-col2{
		background:transparent;
		color:#FFF;
		padding:3em 0;
	}
	footer#site-footer .wrap{
		max-width: 1130px;
		padding:0 20px;
		margin:0 auto;
	}
	#footer-col2{
		text-align: right;
	}
	#footer-phone a::before{
		display:inline-block;
		position: relative;
		left:auto;
		top:0.3em;
		margin:0 0.6em 0 0;
	}
	#footer-menu ul{
		display:inline-block;
		width:600px;
		text-align: right;
	}
	#footer-menu ul li a{
		color:#FFF;
		font-size:14px;
	}
	#footer-social ul{
		text-align: right;
		padding-top:3em;
	}
	#footer-social ul li a{ color:#000; }
	#footer-social ul li a:hover{ background-color: #FFF; }
	#footer-logo{ margin-bottom:4em; }

	/* Home Page */
	#alert{
		position: relative;
		top:auto;
		left:auto;
		background:#ff4734;
	}
	#alert h3{
		color:#FFF;
	}
	#alert p a{
		color:#000;
	}
	#alert-close:hover{ color:#000; }
	#home-hero{
		text-align: left;
		padding:5% 6% 0% 6%;
		height:612px;
	}
	#home-hero .wrap{
		padding-left:0px;
	}
	#home-hero:after{ display:none; }
	#home-hero h1{
		font-size:65px;
		text-align: left;
		margin:0 0 25px 0;
		text-shadow: 0px 0px 30px rgba(0,0,0,0.5);
	}
	#home-modules{
		position: relative;
		margin-top:-280px;
		margin-bottom: 90px;
		z-index: 10;
	}
	#home-modules .wrap,
	#home-modules article{
		max-width: none;
	}
	#home-modules .wrap{
		padding-left:20px;
		padding-right:20px;
	}
	#home-modules article > a{
		border:none;
		height: 150px;
	}
	#home-imagemods{
		padding-bottom:4em;
	}
	#home-imagemods .pure-g{}
	#home-imagemods .imagemod-item{
		border-left:6px solid #FFF;
		border-right:6px solid #FFF;
	}
	.imagemod-item{
		background-position: center -12px;
	}
	#imagemod-contact{ background-position: center -50px; }
	.imagemod-item a{
		padding-top:14%;
		padding-top:38%;
		position: relative;
	}
	.imagemod-item h3{
		position: static;
		background: transparent;
	}
	.imagemod-item h3 span:first-child{
		display:block;
		padding:1.5em 2em 1.5em 2em;
		background: #FFF;
		position: absolute;
		left:30px;
		bottom:-40px;
		z-index: 10;
		width:315px;
		transition: all .25s;
		-moz-transition: all .25s;
		-webkit-transition: all .25s;
	}
	.imagemod-item a:hover span:first-child{
		bottom:-24px;
	}
	.imagemod-item h3 span.item-go{
		bottom:0;
		right:0;
		top:auto;
	}
	.imagemod-item a:hover h3 span.item-go,
	.imagemod-item a:active h3 span.item-go{
		width:95px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}


	/* Inside Pages */
	#page-wizzy h1{ font-size:50px; margin-bottom:0.25em; }
	h2{ font-size:30px; }
	h3{ font-size:24px; }
	h4{ font-size:18px; }
	h5{ font-size:16px; }
	#inside-leftcol, #page-wizzy{ }
	#inside-leftcol{ padding-right:4em; }
	#inside-rightcol{
		padding-bottom: 6em;
	}
	#page-iframe{ display:block; }
	#mobile-iframe-alt{ display: none; }
	#downloads, #pagecta, #footer-form{
		padding-top:4em;
		padding-bottom:4em;
	}
	#locsearch-container label:after{
		content:'\2192';
		display:block;
		position: absolute;
		height:100%;
		font-family: sans-serif;
		right:1.2em;
		top:0;
		line-height: 43px;
	}

}
@media screen and (min-width: 1200px){
	.wrap{ max-width: 1200px; }
	#header-logo{ left:60px; }
	#search-container{ right:60px; }
	#nav-group{
		width:1000px;
		right:0px;
	}
	#nav-container{ width:850px; }
	#primary-nav > ul > li > a{
		padding:0.4em 1.5em;
	}
	#primary-nav > ul > li > a:hover,
	#primary-nav > ul > li:hover > a,
	#primary-nav > ul > li.current-menu-item > a,
	#primary-nav > ul > li.current_page_ancestor > a{
		padding:0.4em 1.5em;
	}
	#home-hero .wrap{ }
}
@media screen and (min-width: 1300px){

}

.single-post #page-container, .page-template-page-template-blog #page-container{
	position: relative;
	z-index: 1;
	background-color: white;
}
.single-post #page-container::before , .page-template-page-template-blog #page-container::before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .5;
	background-image: url("/wp-content/uploads/2021/07/spee-dee-bg.png");
	background-size: cover;
}

.single-post #post-header h1, .page-template-page-template-blog h1{
	font-size: 3rem;
	text-align: center;
	font-weight: bold;
}

.single-post #more-posts .container{
	text-align: center;
	margin: 4rem 0;
}
.single-post #more-posts .btn, .page-template-page-template-blog .btn{
	background-color: #000000;
	border-radius: 0;
	padding: 15px;
	color: white;
	font-family: halogen, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.25rem;
	text-transform: uppercase;
	transition: all .5s ease-in-out;
}
.single-post #more-posts .btn:hover, .page-template-page-template-blog .btn:hover{
	text-decoration: none;
}

.page-template-page-template-blog h3{
	font-size: 2rem;
	margin-bottom: 3rem;
	margin-top: 2rem;
}

.page-template-page-template-blog #menu-slide{
	max-width: 1400px;
}

.page-template-page-template-blog .blog-row .post-container{
	text-align: center;
	padding: 1rem;
	background-color:white;
}
.page-template-page-template-blog .blog-row .post-container .inner{
	border: 1px solid #e6e6e6;
	padding-bottom: 45px;
	box-shadow: 3px 3px 6px #e6e6e6;
	transition: all 300ms;
	cursor: pointer;
}
.page-template-page-template-blog .blog-row .post-container .inner:hover {
	transform: translateY(-10px);
}

.page-template-page-template-blog .blog-row .post-container__thumbnail{
	height: 250px;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.page-template-page-template-blog .blog-row {
	margin-bottom: 5rem;
}