/* Fonts */
@font-face {
    font-family: Futura Bold;
    src: url(../fonts/16014_FUTURAH.ttf);
}
@font-face {
	font-family: Futura Book;
	src: url(../fonts/ufonts.com_futura-book.ttf);
}

/* Reset */

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, .footer-dev, header, hgroup,
menu, nav, output, ruby, section, summary,b
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, main, 
footer, .footer-dev, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html * {
	box-sizing: border-box;
}

/* General */

body {
	height:100%;
	width:100%;
	background-color:#fff;
}
.wrapper {
	max-width: 1450px;
	display: block;
	margin: auto;
	padding: 0 20px;
}
.hidden {
	display:none;
}
.content-center {
	margin:0 auto;
}
.uppercase {
	text-transform:uppercase;
}
a {
	text-decoration:none;
	color: inherit;
}
.padding-10 {
	padding: 10px;
}
.padding-25 {
	padding: 25px;
}
.padding-right {
	padding-right: 75px;
}
.padding-left {
	padding-left: 75px;
}
.vert-padding-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.vert-padding-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.top-section {
	margin-top: 90px;
}
.margin-top-16 {
	margin-top: 16px;
}
.margin-top-25 {
	margin-top: 25px;
}
.margin-top-60 {
	margin-top: 60px;
}
#home-hero .content-50.float-left {
	padding: 10% 0 0;
}
.hide {
	display: none;
}
.flex-between {display: flex; justify-content: space-between; align-items: center; gap: 1rem;}

/* Fonts */

.futura-bold, strong {
	font-family:"Futura Bold", sans-serif;
}
.futura { 
	font-family:"Futura Book", sans-serif; 
}
.main-heading {
	font-size: 28pt;
	margin-bottom: 30px;
}
#home-hero .main-heading {
	font-size: 42pt;
}
.large-heading {
	font-size: 36pt;
	margin-bottom: 30px;
}
.large {
	font-size: 16pt;
}
.nowrap {
	white-space: nowrap;
}

/* Widths */

.content-100 {
	width:100%; 
}
.content-75 {
	width:75%;
}
.content-70 {
	width:70%;
}
.content-60 {
	width: 60%;
}
.content-50 {
	width:50%; 
}
.content-40 {
	width: 40%;
}
.content-30 {
	width: 30%;
}
.content-11 {
	width:11%;
}

/* Heights */

.height-100 {
	height:100%;
}

/* Floats */

.float-left {
	float:left; 
}
.float-right { 
	float:right; 
}
.clear-left { 
	clear:left;
}
.clear {
	clear: both;
}

/* Display */

.inline-block {
	display:inline-block;
}
.valign-mid {
	display: inline-block;
	vertical-align: middle;
}

/* Position */

.relative {
	position:relative;
}
.absolute {
	position:absolute; 
}

/* Align */

.align-center { 
	text-align:center; 
}
.align-left {
	text-align:left;
}
.align-right {
	text-align: right;
}

/* Colours */

.red {
	color:#ed1c24;
}
.orange {
	color:#f7941e; 
}
.bright-orange {
	color: #E75128;
}
.black {
	color:#000;
}
.white {
	color:#fff; 
}
.orange-bg {
	background-color:#f7941e; 
}
.bright-orange-bg {
	background-color:#E75128; 
}
.white-bg {
	background-color: #fff;
}
.grey-bg {
	background-color: #565657;
}
.light-grey-bg {
	background-color: #F7F7F7;
}

/* Background colours */

.bg-orange { 
	background-color:#f7941e; 
}
.bg-red, .red-bg { 
	background-color:#ed1c24;
}
.bg-black-overlay {
	background-color:rgba(0, 0, 0, .66);
}

/* Borders */

.border-red {
	border: solid 1px #ed1c24; 
}
.border-grey {
	border-right: solid 3px #dbdbdb;
}

/* Header */

.huhlogo {
	bottom:0;
	left:160px;
}
.header-intro {
	margin-right:160px; 
	width:700px;
	bottom:100px;
	right:0;
	padding-right:20px;
}
.header-intro h2 {
	font-size:50pt; 
}
.header-intro p {
	font-size:21pt; 
}
.huhlogo img { 
	max-width: 140px; 
}
.btn {
	text-transform: uppercase;
	background-color: #f7941e;
	color: #fff;
	padding: 10px 15px;
	display: inline-block;
	margin-top: 15px;
	font-size: 1.5em;
}
.btn--rounded {
	padding: 1.25rem 3.5rem;
	background: #F7941E;
	border-radius: 1rem;
	text-transform: none;
	transition: 300ms;
}
.btn--rounded:hover,
.btn--rounded:focus {
	background: #E3861A;
}
.mainlogo {
	left: 0;
    position: absolute;
    top: 22px;
    width: 210px;
}
.donate-box {
	border: 2px solid #e75128;
	padding: 0 25px 25px;
}

/* Nav */

nav {
	height:90px; 
	line-height:90px; 
	border-bottom: solid 1px #fff;
	font-size:16pt;
	position:fixed;
	z-index:9;
	transition: 0.1s;
	top: 0;
}
.nav {
	margin: 0 30px;
}
.mobile-menu {
	position: fixed;
	height: 100vh;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	overflow: auto;
}
.mobile-menu li {
	display: inline-block;
	float: none;
	padding: 0;
	width: 100%; 
	height: auto;
}
.mobile-menu .menu-close {
	position: absolute;
	right: 25px;
	top: 0;
	cursor: pointer;
}
.mobile-nav li {
	font-family: "Futura Bold",sans-serif;
	color: #ed1c24;
	font-size: 20pt;
	margin-bottom: 12pt;
}
.sub_menu {
	display: none;
}
.sub_menu.show {
	display: inline-block; 
	width:100%;
}
.sub_menu li {
	display: inline-block; float: left; width: 100%; line-height: 25px;
}
/* Stats */

.stats { 
	background-image:url("../core_images/stat-bg.png");
	background-repeat:no-repeat;
	background-size:cover;
	height:690px; 
}
.stats .black { 
	font-size:20pt; 
}
.stats .red, .stats .orange {
	font-size:110pt;
}
.stats div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* About */

#about {
	padding:60px 0;
}
#about h2 { 
	font-size:19pt;
	margin-bottom:30px; 
}
#about h3 {
	font-size:22pt;
}
#about h3:first-child {
	margin-bottom:60px; 
}
#about h3:last-child {
	margin-top:60px;
}
.content p, #about p, #about div div, .content ul {
	font-size:16pt;
	margin-bottom:20px;
	line-height: 1.25;
}
.content blockquote {
	font-size:16pt;
	margin-bottom:20px;
	line-height: 1.25;
	font-style: italic;
	font-weight: bold;
}

.content ul {
	list-style: disc;
	padding-left: 20px;
}
.content li {
	margin-bottom: 3px;
}
#about .border-red p {
	margin-bottom:0; 
	padding:10px;
}
#about .float-right.content-50 {
	padding-left:75px; 
}
#about .float-left.content-50 {
	padding-right:75px;
}
.owl-carousel {
	margin: auto;
}

/* Stories */

#stories h1 {
	font-size:19pt;
	padding-top:60px;
	padding-bottom:60px;
}
#stories blockquote {
	font-size:27pt;
	line-height:1em;
	margin-bottom:60px; 
}
#stories .bg-red {
	font-size:32pt; 
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom: 45px;
}
#stories div .float-left:nth-child(odd) { 
	padding-right:60px;
}
#stories div .float-left:nth-child(even) {
	padding-left:60px;
}
#stories div h4 {
	font-size:23pt;
	margin-top: 15px;
}
#stories .note {
	margin-top:60px;
	margin-bottom:60px;
}
.button {
	display: inline-block;
	padding: 10px 30px;
	font-size: 140%;
}

/* Help */

#help {
	background-image:url("../../_media/images/PinstoneStreet.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position: top;
	height: auto !important;
}
#help h1 {
	font-size:21pt;
	margin-top:60px;
	margin-bottom:60px;
}
#help h4 {
	font-size:16pt; 
	margin-bottom:20px;
}
#help .middle {
	margin-top:100px;
	margin-bottom:100px;
}
#help p, #help a { 
	font-size:16pt; 
}
#help .border-red p:first-child {
	padding-left:20px;
	padding-top:10px; 
	padding-bottom:10px;
	padding-right:10px;
}
#help .border-red p:last-child {
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;
}

/* Videos */

.carousel-outer {
	padding: 0 60px;
	background: #95989A none repeat scroll 0 0;
}
.video-item {
	background-repeat: no-repeat;
	background-size: cover;
	height: 338px;
	position: relative;
	display: inline-block;
	width: 100%;
	border: 1px solid #fff;
}
.video-icon {
	position: absolute;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px !important;
	margin-top: -72.5px !important;
}
.video-nav {
	position: absolute;
	top: 0;
	width: 60px;
	z-index: 2;
	border: 1px solid #fff;
	border-bottom: 2px solid #fff;
	cursor: pointer;
	transition: ease-in-out 0.2s;
	opacity: 0.7;
}
.video-nav:hover {
	opacity: 1;
}
.video-nav.nav-left {
	left: 0;
}
.video-nav.nav-right {
	right: 0;
}
.video-info {
	background: #95989A none repeat scroll 0 0;
    bottom: -1px;
	left: -1px;
	right: -1px;
    height: 66px;
    padding: 16px;
    position: absolute;
    text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 95%;
	border-top: 2px solid #fff;
}

/* Jigsaw */

.puzzle-outer {
	float: right;
    height: 561px;
    position: relative;
    width: 585px;
}
.puzzle-piece {
	position: absolute;
	width: 33.33%;
}
.puzzle-piece img {
	max-width: 100%;
}
.piece-1 {
	top: 0;
	left: 7px;
	z-index: 1;
}
.piece-2 {
	top: 0;
	left: 33.33%;
	z-index: 2;
}
.piece-3 {
	top: 0;
	left: calc(66.66% - 7px);
	z-index: 1;
}
.puzzle-piece.piece-4 {
	top: 33.33%;
	left: -50px;
	z-index: 2;
	width: 44.5%;
    transform: rotate(-15deg);
}
.piece-5 {
	top: 33.33%;
	left: 33.33%;
	z-index: 1;
}
.piece-6 {
	top: 33.33%;
	left: calc(66.66% - 7px);
	z-index: 2;
}
.piece-7 {
	top: 66.66%;
	left: 7px;
	z-index: 1;
}
.piece-8 {
	top: 66.66%;
	left: 33.33%;
	z-index: 2;
}
.piece-9 {
	top: 66.66%;
	left: calc(66.66% - 7px);
	z-index: 1;
}

/* Contact */

.contact-icon {
	max-width: 350px;
	padding: 0 25px 25px;
}
#contact-form label, #contact-form input, #contact-form textarea {
	width: 100%;
	margin: 20px 0;
}
#time-form input, #time-form textarea,
#help-form input, #help-form textarea,
#you-form input, #you-form textarea {
	width: 100%;
	margin: 10px 0;
}
#contact-form input,
#time-form input,
#help-form input,
#you-form input {
	padding: 10px;
	border: none;
	font-family: Futura Book;
}
#contact-form textarea {
	padding: 10px;
	height: 250px;
	border: none;
	font-family: Futura Book;
}
#time-form textarea,
#help-form textarea,
#you-form textarea {
	padding: 10px;
	height: 150px;
	border: none;
	font-family: Futura Book;
	font-size: 10pt;
}
#contact-form #form-submit,
#time-form #time-submit,
#help-form #help-submit,
#you-form #you-submit {
	font-family: Futura Bold;
	background: #E75128;
	color: #fff;
	border: none;
	cursor: pointer;
}

/* Footer */
footer p {
	font-size:15pt;
}
footer {
	padding-top:60px; 
	padding-bottom:60px;
}

img.facebook {
	width:50px;
	border-radius:10px;
}

/* Facebook */
.facebook {
	width:100%;
}

.facebook a{
	float:left;
	padding-right:10px;
}

.facebook p{
	width:75%;
	float:left;
	margin-top:10px;
}

/* Help Page */

.valign-top {
	display: inline-block;
	vertical-align: top;
}
.section-bg {
	background-repeat: no-repeat;
	background-position: 95%;
	background-size: 35%;
}
.read-more, .read-less {
	color: #fff;
	background-color: #E75128;
	padding: 10px 30px;
	display: inline-block;
	margin-top: 15px;
	cursor: pointer;
}
.hidden-content {
	display: none;
}
.hidden-content h2, .heading-link {
	font-size: 26pt;
	color: #e75128;
	margin-bottom: 25px;
}
.hidden-content a.futura-bold {
	font-size: 20pt;
}
.divider {
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #95989A;
	margin:15px 0 25px;
}
img {
	max-width: 100%;
}
.you-form {
	width: 100%;
	margin: auto;
	max-width: 768px;
}
.section-nav {
	list-style: none !important;
	padding-left: 0 !important;
}
.section-nav li {
	padding-bottom: 15px;
}

/* FAQ */

.faq-filter {
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 50px;
	margin: 0 40px;
	cursor: pointer;
	width: 350px;
	display: inline-block;
}
.faq-filter.active {
	background-color: #fff;
	color: #e75128;
}
.faq-item {
	width: 95%;
	padding-left: 20px;
	font-size: 18pt !important;
}
.faq-content {
	padding-left: 65px;
	display: none;
}
.faq-display {
	cursor: pointer;
}
.faq-display.active {
	transform: rotate(180deg);
}

/* Blog */

.blog-post {
	border-bottom: 1px solid #ccc;
}
.blog-post h2 {
	font-size: 18pt;
	margin-bottom: 25px;
}
.read-blog {
	margin-top: 25px;
	font-size: 16pt;
	cursor: pointer;
}
.blog-more {
	display: none;
}
.view-more {
	background-color: #fff;
	color: #ed1c24;
	display: inline-block;
	padding: 10px 20px;
	font-size: 16pt;
	cursor: pointer;
}

.thank-you {
	padding-top: 80px;
}

/* Owl carousel */

div.owl-item > div {
    display:table-cell;
    vertical-align:middle;
}
#help .content-50.float-left { 
	margin-bottom: 30px;
}

.burger-icon {
	display: none;
}

/* Site Version 2 overwrites */
#home-hero .content-50.float-left {padding-top: 3em;}
#home_v2 #home-hero h1 {font-size: 2.6em; line-height: 1.15em; margin-bottom: 0.75em;}
#home_v2 .large-heading {font-size: 2.2em;}
#home_v2 #home-hero p {font-size: 1.5em; margin-bottom: 1em;}
#home_v2 .content p {font-size: 1.1em;}
a {cursor: pointer;}
.submenu_btn {position: relative;}
.close_menu {display: none; position: absolute; right: 0; top: 4.2em; background-color: #ed1c24; left: 0; text-align: center; border-left: 2px solid #fff; border-right: 2px solid #fff; border-bottom: 2px solid #fff; padding: 15px; box-sizing: border-box;}
.close_menu.active {display: inline-block;} 
.close_menu li {line-height: 1em; float: left; width: 100%; margin-bottom: 15px;}
.close_menu li:last-child {margin-bottom:0;}
.close_menu a {color: #fff; margin: 0; font-size: 0.8rem; display: inline-block; width: 100%; position: relative;}
.close_menu a:after {content: ""; position: absolute; left:0; top: 100%; right: 0; width: 0; height: 2px; background-color: #fff; transition: width .3s ease-in-out; margin: auto; display: inline-block;}
.close_menu a:hover:after {width: 30%;}
.relative {position: relative;}
.desktop-nav {border-bottom: 1px solid #ed1c24;}
#home_v2  .facebook {display: inline-block; margin-bottom: 10px;}
#banner-carousel .owl-dots {text-align: center;}
#banner-carousel .owl-dot {display: inline-block; margin: 0 0.25em;}
#banner-carousel .owl-dot span {height: 1.25em; width: 1.25em; border-radius: 50%; border: 1px solid #f7941e; display: inline-block;}
#banner-carousel .owl-dot.active span {background-color:#f7941e;}
/*Banner Slide*/
.banner-slide {background-size: cover; background-repeat: no-repeat; min-height: 600px; width: 100%; display: inline-block; position: relative; margin-bottom: 1.5em; background-position: center;}
.banner-slide .v2_content {width: 1450px; max-width: 100%; position: absolute; left: 0; bottom: 10%; right: 0; margin: auto;}
.banner-slide .v2_content .opacity {width: auto;  display: inline-block;  background-color: #f7941e; padding: 1em 1.5em;}
.banner-slide img { max-width: 250px; position: absolute; right: 0; bottom: 0;}
.banner-slide .v2_content h1 span {padding: 0.5em; display: inline-block;}
/*Two Text Slide*/
.two-text-slide {padding: 1.5em 0; display: inline-block; width: 100%;}
.two-text-slide .left-text {float: left; width: 50%; padding-right: 2em;}
.two-text-slide .right-text {float: right; width: 50%; padding-left: 2em;}

/*Image and Text Slide*/
.image-text-slide {padding: 1.5em 0; display: inline-block; width: 100%;}
.image-text-slide .left-text {float: left; width: 50%; padding-right: 2em;}
.image-text-slide .right-text {float: right; width: 50%; padding-left: 2em;}

/*Full Text Slide*/
.full-text-slide {padding: 1.5em 0; display: inline-block; width: 100%;}

/*General Slide Styling*/
.v2_content h1, .v2_content h2 {font-size: 2.625em; font-family: Futura Bold; margin-bottom: 0.5em;}
.v2_content h3, .v2_content h4, .v2_content h5, .v2_content h6 {font-size: 2em; font-family: Futura Bold; margin-bottom: 0.5em;}
.v2_content p {font-family: Futura Book; font-size: 1.5em; margin-bottom: 0.5em; line-height: 1.25em;}
.v2_content p:last-of-type {margin-bottom: 0;}
.v2_content ul {font-family: Futura Book; font-size: 1.5em;}
.v2_content ul li {list-style-type: disc; margin-bottom: 0.75em; line-height: 1.25em; margin-left: 1em;}
.v2_content strong {font-family: Futura Bold;}
.banner-carousel .owl-item img {max-width: 100% !important; max-height: 500px;}
.v2_content iframe {margin: 1em 0;}
.v2_content .opacity h1 { margin-bottom: 0;}
.v2_content .opacity p:first-of-type {margin-top: 0.5em;}


/* Media queries */

@media screen and (max-width:1450px) {
	#help .middle {
		margin-top:100px;
		margin-bottom:100px;
	}
	#stories blockquote {
		font-size:50pt;
		margin-bottom:100px;
	}
	#stories h1 { 
		padding-top:100px;
		padding-bottom:100px; 
	}
	#stories div div p {
		margin-top:10px;
	}
	#stories .note, #help h1 {
		margin-top:100px;
		margin-bottom:100px;
	}
	#help h4 { 
		font-size:19pt;
		margin-bottom:10px;
	}
	#help {
		height:900px; 
	}
	#home-hero .content-50 {
		width: 40%;
	}
	#home-hero .main-heading {
		font-size: 36pt;
	}
	.nav {
		margin: 0 15px;
		font-size: 12pt;
	}
}
@media screen and (max-width:1215px) {
	.header-intro {
		margin-right:60px; 
	}
	.stats {
		height:350px;
	}
	.stats img {
		height:50px;
		width:49px; 
	}
	#about p, #about div div, #help p {
		font-size:14pt;
	}
	#stories h1 {
		font-size:15pt; 
		padding-top:60px;
		padding-bottom:60px;
	}
	#stories blockquote {
		font-size:40pt; 
		margin-bottom:60px;
	}
	#stories .bg-red {
		font-size:28pt; 
	}
	#stories div h4 {
		font-size:17pt; 
	}
	#stories .note, #help h1 {
		margin-top:60px; 
		margin-bottom:60px;
	}
	#help h1 {
		font-size:14pt; 
	}
	#help h4 {
		font-size:17pt; 
	}
	#help {
		height:800px; 
	}
	footer { 
		padding-top:30px;
		padding-bottom:30px; 
	}
	footer p { 
		font-size:12pt; 
	}
	.huhlogo { 
		left:60px;
	}
	.puzzle-outer {
		width: 515px;
		height: 497px;
	}
	.padding-right {
		padding-right: 40px;
	}
	.padding-left {
		padding-left: 40px;
	}
	.section-bg .content-30 {
		width: 45%;
	}
	#home-hero .main-heading {
		font-size: 32pt;
	}
}
@media screen and (max-width:1080px) {
	.desktop-nav {
		display: none;
	}
	.burger-icon {
		display: inline-block;
		padding-right: 25px;
		cursor: pointer;
	}
}
@media screen and (max-width:1024px) {
	.tablet-100 {
		width: 100%;
	}
	.tablet-100.padding-left,
	.tablet-100.padding-right {
		padding: 0;
	}
	#contact-form {
		padding: 10px;
	}
	.faq-item {
		width: 90%;
	}
	#home-hero .main-heading {
		font-size: 28pt;
	}
}
@media screen and (max-width:950px) {
	.header-intro {
		margin-right:30px; 
		width: 70%;
	}
	.header-intro h2 {
		font-size:32pt;
	}
	.header-intro p {
		font-size:15pt;
	}
	#stories blockquote {
		font-size:30pt; 
		margin-bottom:60px;
	}
	#stories .bg-red {
		font-size:24pt;
	}
	#help .middle {
		margin-top:50px; 
		margin-bottom:50px; 
	}
	#about .float-right.content-50 {
		padding-left:25px;
	}
	#about .float-left.content-50 {
		padding-right:25px; 
	}
	nav li {
		float: right; 
		margin-right:  30px;
		font-size:14px;
	}
	.puzzle-outer {
		width: 430px;
		height: 414px;
	}
	#home-hero .content-50 {
		width: 45%;
	}
	.faq-filter {
		margin: 0px 10px;
		padding: 10px;
		width: 255px;
	}
}
@media screen and (max-width:900px) {
	.huhlogo {
		margin-top:100px;
		position:static;
		margin-left:30px;
	}
	.header-intro { 
		margin-top:100px; 
		width:85%;
		padding:30px; 
		background-color:rgba(0, 0, 0, .7); 
		float:left;
	}
	#stories div .float-left:nth-child(odd) {
		padding-right:30px; 
	}
	#stories div .float-left:nth-child(even) { 
		padding-left:30px;
	}
}
@media screen and (max-width: 845px) {
	.puzzle-outer {
		width: 540px;
		height: 522px;
		float: none;
		margin: 0 auto 30px;;
		clear: both;
	}
	#home-hero .content-50 {
		width: 100%;
		padding-bottom: 30px;
	}
	.mobile-menu li {
		font-size:14pt;
	}
}
@media screen and (max-width:740px) {
	.header-intro h2 {
		font-size:24pt; 
	}
	.header-intro p {
		font-size:14pt;
	}
	#about .content-50, .stats .content-50 {
		width:100%; 
	}
	#about .float-right.content-50 {
		padding-left:0; }
	#about .float-left.content-50 {
		padding-right:0; 
	}
	#stories .content-50, #help .content-50 {
		width: 100%;
	}
	#stories div .float-left:nth-child(2n){
		padding: 0;
	}
	#help {
		height:auto;
	}
	#help .bg-black-overlay {
		padding-bottom: 60px;
	}
	.huhlogo {
		transform: rotate(90deg); 
		position: relative;
		margin-top: 0;
	}
	#about { 
		padding: 0;
	}
	.puzzle-outer {
		width: 420px;
		height: 406px;
		margin-left: 100px;
	}
	.padding-right, .padding-left {
		padding: 0;
	}
	.mobile-100 {
		width: 100% !important;
	}
	.section-bg .content-30 {
		max-width: 400px;
	}
	body {
		overflow-x: hidden;
	}
	.faq-filter {
		display: block;
		margin: 15px auto;
	}
	.mobile-hide {
		display: none;
	}
	.mobile-show {
		display: block;
	}
	#home-hero .content-50.float-left {
		padding: 20px 0 0;
	}

}
@media screen and (max-width:600px) {
	.stats {
		height:auto;
		padding-top:30px; 
		padding-bottom:30px;
	}
	.stats div {
		position:static;
		top:0; 
		transform:none;
		padding-top:10px;
		padding-bottom:10px;
	}
	.content-75 .content-50 { 
		width:100%; 
	}
	#stories div .float-left:nth-child(odd) {
		padding-right:0px;
	}
	#stories div .float-left:nth-child(even) { 
		padding-left:0px;
	}
	#stories div p, #stories div div {
		margin-top:30px; 
	}
	#about h3 {
		font-size:18pt;
	}
	#about p, #about div div, #help p {
		font-size:12pt; 
	}
	#stories blockquote {
		font-size:15pt;
	}
	#stories .bg-red {
		font-size:20pt;
		margin-bottom: 0;
	}
	.header-intro h2 {
		font-size:16pt;
	}
	.header-intro p {
		font-size:12pt;
	}
	ul a:nth-child(even) {
		margin-left:0px;
		margin-right:0px;
	}
	.huhlogo {
		width:15%;
		margin-top: 50px;
	}
	.header-intro {
		width: 85%;
		margin-top: 50px;
		bottom: 15px;
	}
	.puzzle-outer {
		width: 340px;
		height: 327px;
		margin-left: 50px;
	}
	.content p, #about p, #about div div, .content ul {
		font-size: 13pt;
	}
	.faq-item {
		font-size: 13pt !important;
		width: 100%;
		padding-left: 0;
	}
	.faq-content {
		padding-left: 0;
	}
	.faq-outer img.valign-top {
		display: block;
		margin: 0 auto 20px;
	}
	.vert-padding-50 {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.two-text-slide .left-text {
		width: 100%;
		padding: 0;
	}
	.two-text-slide .right-text {
		width: 100%;
		padding: 0;
	}
}
@media screen and (max-width:535px) {
	nav li {
		clear: both;
	}
	.mainlogo {
		width: 200px; 
		left: -17px;
	}
	.video-item {
		height: 238px;
	}
	.video-nav {
		width: 38.5px;
	}
	.carousel-outer {
		padding: 0 38px;
	}
	.padding-25 {
		padding: 10px;
	}
	
}
@media screen and (max-width:440px) {
	.puzzle-outer {
		width: 270px;
		height: 260px;
	}
	
	.facebook p {
		margin-top:0;
	}

}
@media screen and (max-width:370px) {
	.huhlogo {
		width:25%;
		margin-top: 25px;
	}
	.puzzle-outer {
		width: 250px;
		height: 240px;
	}
}
@media screen and (max-width:340px) {
	.puzzle-outer {
		width: 210px;
		height: 202px;
	}
}