/**** Global.css for MyHardDriveDried *****/

/*

ORANGE: #ee5d2f
	
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block; }




/* 1.ROOT */

html {
	overflow-y: scroll;
	background: #fff;
}
body { 
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font: 100%/1.4 "Roboto", "Helvetica Neue", Helvetica, Arial;
	color: #333; 
	background-color: transparent;
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}
.error {
	color: #cc0000 !important;
	font-weight: bold;
}




/* 2.HEADINGS */

h1, 
h2, 	
h3, 
h4, 
h5, 
h6 {
	font-weight: 700;
}
h1 { 
	margin-bottom: .75em;
	font-size: 1.7em;
	line-height: 1.1;
}
h2 { 
	margin-bottom: .75em;
	font-size: 1.4em;
	line-height: 1.2;
	padding-top: 10px;
}
h3 { 
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.3;
}
h4 { 
	margin-bottom: 1.25em;
	font-size: 1.1em;
	line-height: 1.25;
}
h5 { 
	margin-bottom: 1.5em;
	font-size: 1em;
}
h6 { 
	font-size: 1em;
}





/* 3.TYPOGRAPHY */

p, 
ol, 
ul, 
dl, 
address { 
	margin-bottom: 1.5em; 
	font-size: 1em;
}
ul, 
ol { 
	margin: 0 0 1.5em -24px; 
	padding-left: 24px;
}
ul { 
	list-style-type: disc;
	margin-left: 0.2em;
}
ol { 
	list-style-type: decimal;
	margin-left: 0.2em;
}
li ul, 
li ol { 
	margin: 0;
	font-size: 1em;
}
blockquote  { 
	margin: 0 0 1.5em -24px; 
	padding-left: 24px; 
	border-left: 1px solid rgb(200,200,200);
	font-style: italic;
}
sup, 
sub { 
	position: relative;
	font-size: 75%; 
	line-height: 0;
}
sup { 
	top: -.5em;
}
sub { 
	bottom: -.25em;
}
i {
	font-style: normal;
}





/* 4.LINKS */

a {
	outline: none;
	color: #ee5d2f;
}
a:link {
	-webkit-tap-highlight-color: #ee5d2f;
}
a:visited {
	color: #ee5d2f;
}
a:hover { 
	outline: none;
	color: #ee5d2f;
	
	text-decoration: none;
}
a:active, 
a:focus { 
	outline: none;
}
#content a:hover {
	background: rgba(238,93,47,0.1);
}





/* 6.TABLES */

table { 
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.4em; 
	width: 100%;
}
th { 
	font-weight: bold;
}
th, td, caption { 
	padding: .25em 10px .25em 5px;
}





/* CUSTOM */
/* CUSTOM */
/* CUSTOM */
/* CUSTOM */
.wrapper {
	width: 95%;
	margin: 0 auto;
	max-width: 1248px;
	position: relative;
}
.masterPad {
	padding: 40px 0;
}
.greyBg {
	background: #f5f5f5
}
.bottomCurve {
	position: relative;
}
.bottomCurve:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 200px;
	background: url(../images/curve-mask-large.png) no-repeat center bottom;
	background-size: 100% auto;
	z-index: 0;
}
.bottomCurve .wrapper {
	position: relative;
	z-index: 1;
}
.button {
	display: inline-block;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
	color: #fff !important;
	text-decoration: none;
	padding: 0 30px;
	height: 48px;
	line-height: 48px;
	font-weight: 700;
	background: #ee5d2f;
	-moz-border-radius:24px;
	border-radius:24px;
	-webkit-border-radius:24px;
	border: none;
	-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.button:hover {
	background: #eebd2f !important;
	color: #000 !important;
}
.button2 {
	color: #ee5d2f !important;
	height: 44px;
	line-height: 44px;
	background: transparent;
	-moz-border-radius:22px;
	border-radius:22px;
	-webkit-border-radius:22px;
	-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	border: 2px solid #ee5d2f;
}
.button2:hover {
	background: #ee5d2f !important;
	color: #fff !important;
}
button.button {
	font-size: 1.1em;
	padding: 0 50px;
}
.instruction {
	font-size: 12px;
	color: #666;
	display:block;
	padding: 15px 0 0 0;
}
input,
textarea,
button {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
	font-size: 1em;
}
input:focus,
textarea:focus,
button:focus {
	outline: none;
}
form ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
article form input,
aside form input,
article form textarea,
aside form textarea,
form select {
	padding: 8px 10px;
	background: #fff;
	border: 1px solid #c4c4c4;
	display: block;
	box-sizing: border-box;
	width: 100%;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	margin-bottom: 6px;
}
form select {
	padding: 8px 0 8px 4px;
}




/***** Header *****/
#iconMenu {
	position: fixed;
    width: 40px;
    height: 40px;
    top: 11px;
    right: 16px;
    z-index: 9999;
    background: url(../images/hamburger.svg) no-repeat center center;
    background-size: 30px auto;
}
#iconMenu.close {
	background-image: url(../images/close.svg);
	background-size: 26px auto;
}
header {
	background: #ee5d2f;
	color: #fff;
	padding: 6px 0;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9998;
	box-sizing: border-box;
}
header .wrapper {
	width: 100%;
}
#logo {
	height: 50px;
	width: 80px;
	margin-left: 16px;
	background: url(../images/mhdd-logo.svg) no-repeat left center;
	background-size: auto 100%;
}
#logo a {
	display: block;
	height: 100%;
}
#headerContact_phoneIcon {
	position: absolute;
    width: 40px;
    height: 40px;
    top: 6px;
    right: 125px;
    background: url(../images/icon-header-phone.svg) no-repeat center center;
    background-size: 27px auto;
}

#headerContact_email {
	display: block;
	background: url(../images/icon-header-email.svg) no-repeat center center;
	background-size: 30px auto;
	position: absolute;
    right: 70px;
    top: 5px;
    width: 40px;
    height: 40px;
}
#headerContact_email a {
	width: 40px;
	height: 40px;
	display: block;
}


#headerContact_hours,
#headerContact_social,
#headerContact_phoneNo {
	display: none;
}
nav {
	display: none;
	background: #3b3b3b;
	position: absolute;
	left: 0;
	top: 62px;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 5% 16px 5%;
}
nav .wrapper {
	width: 100%;
}
nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
nav ul ul li {
	position: relative;
	padding-left: 20px;
}
nav ul ul li:before {
	content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    top: 21px;
    left: 0;
    background: #fff;
}
nav a {
	display: block;
	color: #fff !important;
	font-weight: 700;
	padding:10px 0;
	text-decoration: none;
}
nav a:hover {
	background: none;
	color: #ee5d2f !important;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.socialLinks {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	width: auto;
}
.socialLinks li {
	float: left;
	width: auto;
	margin-left: 10px;
}
.socialLinks a {
	width: 40px;
	height: 40px;
	display: block;
}
.socialLinks_email {
	background: url(../images/icon-social-email.svg) no-repeat center center;
	background-size: 100% auto;
}
.socialLinks_twitter {
	background: url(../images/icon-social-twitter.svg) no-repeat center center;
	background-size: 100% auto;
}
.socialLinks_linkedin {
	background: url(../images/icon-social-linkedin.svg) no-repeat center center;
	background-size: 100% auto;
}
.socialLinks_facebook {
	background: url(../images/icon-social-facebook.svg) no-repeat center center;
	background-size: 100% auto;
}
.socialLinks a:hover {
	opacity: 0.8;
}



/***** Content *****/
#content {
	padding-top: 62px;
}




/***** Home *****/
#homeBanner {
	background: #000 url(../images/home-banner-small.jpg) no-repeat center bottom;
	background-size: 100% auto;
	color: #fff;
	text-align: center;
	padding-bottom: 140px;
}
.fourColumn {
	text-align: center;
}
.fourColumn h2 {
	font-size: 30px;
}
.fourColumn_column {
	margin-bottom: 40px;
}
.fourColumn_column:last-child {
	margin-bottom: 0;
}
.fourColumn_image {
	display: block;
	width: 200px;
	height: 200px;
	margin: 0 auto 10px auto;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-border-radius:50%;
	overflow: hidden;
}
.fourColumn_image img {
	display: block;
	height: auto;
	width: 100%;
}
.fourColumn h3,
.fourColumn p {
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
.fourColumn h3 {
	font-size: 22px;
}
.fourColumn p {
	margin-bottom: 10px;
}
.twoCards {
	padding: 32px 0 40px 0;
}
.twoCards h2 {
	text-align: center;
	font-size: 30px;
	padding: 0;
}
.twoCards_card {
	background: #fff;
	padding: 20px;
	-moz-border-radius:20px;
	border-radius:20px;
	-webkit-border-radius:20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
}
.twoCards_card:last-child {
	margin-bottom: 0;
}
.twoCards_card .subHeading {
	text-transform: uppercase;
	color: #666;
	font-size: 14px;
}
.twoCards_card h3 {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 12px;
}
.twoCards_card p {
	margin-bottom: 12px;
}
.threeCards {
	padding: 32px 0 40px 0;
}
.threeCards h2 {
	text-align: center;
	font-size: 30px;
	padding: 0;
}
.threeCards_card {
	background: #fff;
	padding: 20px;
	-moz-border-radius:20px;
	border-radius:20px;
	-webkit-border-radius:20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
}
.threeCards_card:last-child {
	margin-bottom: 0;
}
.threeCards_card .subHeading {
	text-transform: uppercase;
	color: #666;
	font-size: 14px;
}
.threeCards_card h3 {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 12px;
}
.threeCards_card p {
	margin-bottom: 12px;
}



/***** Testimonials *****/
.testimonials {
	padding-top: 60px;
}
.testimonials .wrapper {
	width: 80%;
}
.testimonials .wrapper:before {
	content: "";
	position: absolute;
	left: 0px;
	top: -40px;
	width: 40px;
	height: 40px;
	background: url(../images/icon-quote.svg) no-repeat center center;
	background-size: 100% auto;
}

.testimonials q {
	font-weight: 300;
	font-style: italic;
	display: block;
	font-size: 18px;
}
.testimonials cite {
	display: block;
	font-weight: 700;
	font-style: normal;
}
.tns-outer {
	position: relative;
}
.tns-controls {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -40px;
	width: 100%;
}
.tns-controls button {
	border: none;
	background: none;
	text-indent: -9999px;
	width: 20px;
	height: 40px;
	background-size: 15px auto;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
}
.tns-controls button:focus {
	outline: none;
}
.tns-controls button:nth-child(1) {
	left: -30px;
	background-image: url(../images/icon-arrow-left.svg);
	background-position: left center;
	
}
.tns-controls button:nth-child(2) {
	right: -30px;
	background-image: url(../images/icon-arrow-right.svg);
	background-position: right center;
}
.tns-horizontal.tns-subpixel>.tns-item {
	vertical-align: middle !important;
}



/***** Page *****/
#pageTwoColumn {
	padding-top: 20px;
}
#pageTwoColumn .wrapper {
	width: 90%;
}
article {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}
article > *:last-child {
	margin-bottom: 0;
}
article h1 {
	font-size: 2.2em;
	line-height: 1;
	margin-bottom: 0;
}
p.pageByLine {
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.2;
}
article img,
aside img {
	display: block;
	width: 100%;
	max-width: fit-content;
	height: auto;
	margin-bottom: 1.5em;
}
article li {
	margin-bottom: 0.75em;
}
aside .wrapper {
	width: 90%;
}
aside .box {
	background: #f5f5f5;
	-moz-border-radius:20px;
	border-radius:20px;
	-webkit-border-radius:20px;
	padding: 22px 26px 30px 26px;
	margin-bottom: 20px;
}
aside .box h2 {
	padding-top: 0;
	margin-top: 0;
}
aside .box > *:last-child {
	margin-bottom: 0;
}
.classList_class {
	position: relative;
	padding-left: 38px;
	line-height: 1.2;
	margin-bottom: 1.5em;
}
.classList_class:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 34px;
	left: 0px;
	top: 3px;
	background: url(../images/icon-calendar.png) no-repeat 0 0;
	background-size: 100% auto;
}
.classList_class strong,
.classList_class a {
	font-weight: 700;
}
article strong {
	font-weight: 700;
}



/***** Blog *****/
.blogList {
	overflow: hidden;
}
.blogList_item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}
.blogList_item:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.blogList_img,
.blogList_text {
	-webkit-flex: 0 1 auto;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-o-flex: 0 1 auto;
	flex: 0 1 auto;
}
.blogList_img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-border-radius:50%;
}
.blogList_img img {
	display: block;
	width: 100%;
	height: auto;
}
.blogList_text {
	width: calc(100% - 100px);
}
.blogList_text h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
	line-height: 1.1;
}
.blogList_text p {
	margin: 0;
	padding: 0;
}
.blogList_item a {
	text-decoration: none;
}




/***** Resources *****/
.resource {
	padding: 30px 0;
	border-bottom: 1px solid #ebebeb;
}
.resource h3 {
	padding: 0;
	margin: 0;
}
.resource p:last-child {
	margin-bottom: 0;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#evaluationForm li {
	margin-bottom: 16px;
	overflow: hidden;
}
#evaluationForm label {
	font-weight: 700;
}
.evalRadios strong,
.evalChecks strong {
	display: block;
	margin-bottom: 6px;
}
.evalRadios input[type=radio] {
	width: 13px;
	height: 13px;
	-webkit-appearance: radio;
	display: inline-block;
}
#evaluationForm .evalRadios label {
	display: block;
	margin-bottom: 6px;
	font-weight: 400;
}
.evalChecks input[type=checkbox] {
	width: 13px;
	height: 13px;
	-webkit-appearance: checkbox;
	display: inline-block;
}
#evaluationForm .evalChecks label {
	font-weight: 400;
}




#bookingForm label {
	font-weight: 700;
}
#bookingForm li {
	margin-bottom: 10px;
	overflow: hidden;
}
#bookingForm li:last-child {
	margin-bottom: 0;
}




/***** Footer *****/
#footerNav {
	display: none;
}
footer {
	background: #000;
	color: #fff;
	padding: 20px 0;
}
footer a {
	color: #fff !important;
}
#footerCol2 {
	margin-bottom: 30px;
}
#footerCol2 a {
	color: #fff;
	text-decoration: none;
}
#footerCol2 a:hover {
	text-decoration: underline;
}
#footerContact_phone,
#footerContact_email,
#footerContact_address {
	position: relative;
	padding-left: 34px;
	margin-bottom: 20px;
}
#footerContact_address {
	white-space: pre-line;
}
#footerContact_phone:before {
	content: "";
	position: absolute;
	left: 3px;
	top: 0;
	width: 23px;
	height: 23px;
	background: url(../images/icon-footer-phone.svg) no-repeat 0 0;
	background-size: auto 100%;
}
#footerContact_address:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 0;
	width: 22px;
	height: 30px;
	background: url(../images/icon-footer-address.svg) no-repeat 0 0;
	background-size: auto 100%;
}
#footerContact_email:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 29px;
	height: 20px;
	background: url(../images/icon-footer-email.svg) no-repeat 0 0;
	background-size: auto 100%;
}
#footerContact_hours {
	color: #b3b3b3;
}
#footerCol3 p {
	margin-bottom: 3px;
}
#footerCol3 form {
	margin-bottom: 20px;
}
#footerCol3 input[type=email] {
	background: #fff;
	border: none;
	height: 40px;
	line-height: 40px;
	-moz-border-radius:20px;
	border-radius:20px;
	-webkit-border-radius:20px;
	box-sizing: border-box;
	padding: 0 16px;
	font-size: 16px;
	width: calc(100% - 44px);
	max-width: 280px;
}
#footerCol3 input[type=submit] {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #ee5d2f;
	border: none;
	text-align: center;
	-moz-border-radius:20px;
	border-radius:20px;
	-webkit-border-radius:20px;
	font-weight: 700;
	font-size: 16px;
	line-height: 40px;
}
#footerCol3 .socialLinks {
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}
#footerCol3 .socialLinks li {
	margin: 0 10px 0 0;
}
#footerLegals {
	font-size: 12px;
	color: #666;
	line-height: 40px;
	text-align: right;
}



@media screen and (min-width: 540px) {
 	#homeBanner {
	 	padding-bottom: 210px;
 	}   
}



@media screen and (min-width: 768px) {
	.masterPad {
		padding: 80px 0;
	}
	h1 {
		font-size: 3em;
	}
	h2,
	.fourColumn h2,
	.twoCards h2,
	.threeCards h2 {
		font-size: 2.6em;
		margin-top: 0;
		padding-top: 0;
	}
	#homeBanner {
		background-image: url(../images/home-banner-large.jpg);
		padding-bottom: 250px;
	}
	#homeBanner h1 {
		margin: 0;
	}
	#homeBanner p {
		font-size: 20px;
		margin-top: 10px;
	}
    .fourColumn_columns {
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flexbox;
	    display: -o-flex;
	    display: flex;
	    -ms-flex-flow: row wrap;
	    flex-direction: row;
	    -webkit-flex-direction: row;
	    flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	    justify-content: space-around;
	    -webkit-justify-content: space-around;
    }
    .fourColumn_column {
	    -webkit-flex: 0 1 auto;
	    -moz-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	    -o-flex: 0 1 auto;
	    flex: 0 1 auto;
	    width: 48%;
    }
    .fourColumn_column:nth-child(3),
    .fourColumn_column:nth-child(4) {
	    margin-bottom: 0;
    }
    .twoCards {
	    padding: 60px 0 100px 0;
    }
    .twoCards_cards {
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flexbox;
	    display: -o-flex;
	    display: flex;
	    -ms-flex-flow: row wrap;
	    flex-direction: row;
	    -webkit-flex-direction: row;
	    flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	    justify-content: space-between;
	    -webkit-justify-content: space-between;
    }
    .twoCards_card {
	    -webkit-flex: 0 1 auto;
	    -moz-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	    -o-flex: 0 1 auto;
	    flex: 0 1 auto;
	    width: 48%;
	    margin: 0;
    }
    .twoCards_card h3 {
	    margin-top: 0;
    }
    .threeCards {
	    padding: 60px 0 100px 0;
    }
    .threeCards_cards {
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flexbox;
	    display: -o-flex;
	    display: flex;
	    -ms-flex-flow: row wrap;
	    flex-direction: row;
	    -webkit-flex-direction: row;
	    flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	    justify-content: space-between;
	    -webkit-justify-content: space-between;
    }
    .threeCards_card {
	    -webkit-flex: 0 1 auto;
	    -moz-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	    -o-flex: 0 1 auto;
	    flex: 0 1 auto;
	    width: 31%;
	    margin: 0;
    }
    .threeCards_card h3 {
	    margin-top: 0;
    }
    .testimonials .wrapper {
	    width: 70%;
	    max-width: 810px
    }
    .testimonials .wrapper:before {
	    left: -49px;
		top: 0px;
    }
    .testimonials q {
	    font-size: 23px;
	    margin-bottom: 20px;
    }
    .tns-controls button:nth-child(1) {
	    left: -60px;
    }
    .tns-controls button:nth-child(2) {
	    right: -60px;
    }
    article h1 {
		font-size: 3em;
		line-height: 1;
		margin-bottom: 10px;
	}
	article h2,
	aside h2 {
		font-size: 2em;
	}
	.blogList_img {
		width: 200px;
		height: 200px;
		align-self: center;
	}
	.blogList_text {
		width: calc(100% - 240px);
		align-self: center;
	}
	.blogList_text h3 {
		font-size: 1.5em;
	}
	#evaluationForm .evalRadios label {
		float: left;
	    width: 25%;
	    box-sizing: border-box;
	    padding: 0 0 0 10px;
	}
    footer {
	    padding: 40px 0;
    }
    footer .wrapper {
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flexbox;
	    display: -o-flex;
	    display: flex;
	    -ms-flex-flow: row wrap;
	    flex-direction: row;
	    -webkit-flex-direction: row;
	    flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	    justify-content: space-between;
	    -webkit-justify-content: space-between;
    }
    #footerCol1,
    #footerCol2,
    #footerCol3 {
	    -webkit-flex: 0 1 auto;
	    -moz-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	    -o-flex: 0 1 auto;
	    flex: 0 1 auto;
    }
    #footerCol1 {
	    width: 100%;
	    margin-bottom: 20px;
    }
    #footerCol2,
    #footerCol3 {
	    width: 48%;
	    margin: 0;
    }
    footer h2 {
	    font-size: 1.6em;
    }
}


@media screen and (min-width: 1024px) {
	#iconMenu {
		display: none;
	}
	header {
		padding: 28px 0;
		background: #ee5d2f url(../images/header-bg.jpg) no-repeat center top;
	}
	header .wrapper {
		width: 95%;
	}
	#logo {
		height: 94px;
		width: 145px;
		margin: 0;
	}
	#headerContact_hours,
	#headerContact_social,
	#headerContact_phoneNo,
	nav {
		display: block;
	}
	#headerContact_hours {
		position: absolute;
	    right: 0;
	    top: 26px;
	    width: 300px;
	    text-align: right;
	    font-size: 14px;
	}
	#headerContact_social {
		position: absolute;
		right: 0;
		top: 54px;
		width: 400px;
	}
	#headerContact_phone {
		position: absolute;
		right: 0;
		top: -4px;
		width: 250px;
		text-align: right;
	}
	#headerContact_phone a {
		color: #fff;
		font-weight: 700;
		font-size: 24px;
		text-decoration: none;
	}
	#headerContact_phoneIcon {
		position: static;
	    display: inline-block;
	    height: 24px;
	    width: 30px;
	    margin-bottom: -1px;
	    background-size: 20px auto;
	    background-position: 0px 4px;
	}
	#headerContact_phoneNo {
		position: static;
		display: inline-block;
	}
	#headerContact_email {
		display: none;
	}
	nav {
		top: 150px;
		padding: 0;
	}
	nav .wrapper {
		width: 95%;
	}
	nav li {
		float: left;
		width: auto;
		margin-right: 22px;
		position: relative;
	}
	nav li:last-child {
		margin-right: 0;
	}
	nav li a {
		display: block;
		padding: 0;
		height: 50px;
		line-height: 52px;
	}
	#navSub {
		float: right;
		width: auto;
	}
	nav a.active {
		color: #ee5d2f !important;
	}
	nav a.active:before {
		content: "";
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #3b3b3b;
		position: absolute;
		bottom: -10px;
		left: 50%;
		margin-left: -10px;
		z-index: 9999;
	}
	nav ul ul {
		display: none;
	    position: absolute;
	    left: -20px;
	    top: 40px;
	    width: 220px;
	    background: #3b3b3b;
	    box-sizing: border-box;
	    padding: 9px 20px 15px 20px;
	    border-bottom-right-radius: 8px;
	    -moz-border-radius-bottomright: 8px;
	    -webkit-border-bottom-right-radius: 8px;
	    border-bottom-left-radius: 8px;
	    -moz-border-radius-bottomleft: 8px;
	    -webkit-border-bottom-left-radius: 8px;
	}
	/* turns the sub menu on */
	#navMain li:hover ul {
		display: block;
	}
	/* turns the parent rollover on */
	#mainNav :hover > a {
		color: #ee5d2f;
	}
	nav ul ul li {
		padding-left: 0;
	}
	nav ul ul li:before {
		content: none;
	}
	nav ul ul li a {
		line-height: 40px;
		height: 38px;
	}
	#homeBanner {
		padding-bottom: 300px;
	}
	#content {
		padding-top: 200px;
	}
	h2,
	.fourColumn h2,
	.twoCards h2
	.threeCards h2 {
		font-size: 48px;
	}
	.fourColumn_columns {
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	.fourColumn_column {
		width: 23%;
		max-width: none;
		position: relative;
		padding-bottom: 60px;
		margin: 0;
	}
	.fourColumn_image img {
		-webkit-transition: all 0.15s ease-in;
		-moz-transition: all 0.15s ease-in;
		-ms-transition: all 0.15s ease-in;
		-o-transition: all 0.15s ease-in;
		transition: all 0.15s ease-in;
	}
	.fourColumn_image:hover img {
		width: 105%;
		margin-left: -2.5%;
	}
	.fourColumn_column .button {
	    position: absolute;
	    left: 50%;
	    margin-left: -48%;
	    bottom: 0;
	    width: 76%;
	}
	#pageTwoColumn {
		padding: 40px 0 60px 0;
	}
	#pageTwoColumn .wrapper {
		width: 95%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-direction: row;
		-webkit-flex-direction: row;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	article,
	aside {
		-webkit-flex: 0 1 auto;
		-moz-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		-o-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	article {
		width: 65%;
		box-sizing: border-box;
		border-bottom: none;
		margin: 0;
		padding: 0 20px 0 0;
		border-right: 1px solid #ebebeb;
	}
	aside {
		width: 33%;
	}
	article h1 {
		margin-top: 0;
		font-size: 60px;
		letter-spacing: -1px;
	}
	article h2 {
		line-height: 1.1;
	}
	footer {
		padding: 44px 0 54px 0;
	}
	#footerCol1 {
	    width: 35%;
	    margin-bottom: 0;
    }
    #footerCol1 p:last-child {
	    margin-bottom: 0;
    }
    #footerCol2 {
	    width: 28%;
    }
    #footerCol3 {
	    width: 28%;
    }
}

@media screen and (min-width: 1100px) {
    nav li {
		margin-right: 36px;
	}
}

@media screen and (min-width: 1248px) {
	.button {
		font-size: 18px;
	}
	#homeBanner {
		height: 618px;
	}
	#homeBanner h1 {
		font-size: 60px;
		letter-spacing: -1px;
	}
	.fourColumn_column {
		width: 21%;
		margin-bottom: 20px !important;
	}
	.fourColumn_column h3 {
		font-size: 30px;
		line-height: 1;
		margin-bottom: 10px;
	}
	.fourColumn_column p {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.fourColumn_column .button {
		margin-left: -48%;
	}
	.twoCards_card {
		padding: 40px;
	}
	.twoCards_card h3 {
		font-size: 34px;
		line-height: 1;
	}
	.twoCards_card p {
		font-size: 18px;
		margin-bottom: 22px;
	}
	.threeCards_card {
		padding: 40px;
	}
	.threeCards_card h3 {
		font-size: 34px;
		line-height: 1;
	}
	.threeCards_card p {
		font-size: 18px;
		margin-bottom: 22px;
	}
	.testimonials q {
	    font-size: 30px;
	    margin-bottom: 20px;
	}
	.tns-controls button {
		background-size: 22px auto;
		width: 28px;
	}
	.tns-controls button:nth-child(1) {
		left: -216px;
	}
	.tns-controls button:nth-child(2) {
		right: -216px;
	}
	.testimonials .wrapper:before {
		width: 50px;
		left: -65px;
		top: 5px;
	}
	#pageTwoColumn {
		padding: 70px 0 90px 0;
	}
	article {
		width: 63%;
		padding: 0 74px 0 0;
	}
	aside {
		width: 31%;
	}
    #footerCol1 {
	    width: 43%;
	    padding-right: 40px;
    }
    #footerCol2 {
	    width: 23%;
    }
    #footerCol3 {
	    width: 28%;
	    position: relative;
    }
    #footerLegals {
	    position: absolute;
	    bottom: 4px;
	    right: 0;
	    width: 100%;
    }
}
@media screen and (min-width: 1500px) {
    #homeBanner {
	    height: auto;
		padding-bottom: 450px;
	}
}
@media screen and (min-width: 2050px) {
    #homeBanner {
		padding-bottom: 500px;
	}
}





/* 15.VENDOR-SPECIFIC */
input {
    -webkit-appearance: none;
}

/* How to stop Apple from making links blue: */
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}


div,
input,
textarea  { 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box; }


/* Sources: 
http://meyerweb.com/eric/tools/css/reset
http://people.opera.com/patrickl/experiments/keyboard/test
http://gist.github.com/413930
http://pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap
http://sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars
http://tjkdesign.com/ez-css/css/base.css
http://viget.com/inspire/styling-the-button-element-in-internet-explorer
http://code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing
http://html5doctor.com/html-5-reset-stylesheet/
http://praegnanz.de/weblog/htmlcssjs-kickstart/
http://camendesign.com/design/
http://yui.yahooapis.com/2.8.1/build/base/base.css
http://webaim.org/techniques/css/invisiblecontent/
http://drupal.org/node/897638
*/