/*
Theme Name:	The Heating and Warmth Fund
Theme URI: http://thawfund.org
Description: A custom theme for THAW.
Version: 1.10.0
Author: AMBR Detroit
Author URI: http://ambrdetroit.com
*/
@charset "utf-8";

/* -- Resets -- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figure,figcaption,hgroup,menu,header,footer,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0}article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video{display:block}a img{border:0}figure{position:relative}figure img{width:100%}

*, *::after, *::before {-moz-box-sizing: border-box; box-sizing: border-box;}

html {
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
}
input[type=text], input[type=submit], textarea{-webkit-appearance: none; border-radius:0;}

/*-------------------------
Base Styles
---------------------------*/
a{transition:.3s; color:#e31836;}
a:hover{color:#f8981d;}
p{margin-bottom:20px;}
ul, ol{margin:0 0 20px 22px; }
ul ul{margin-left:20px;}

h1,h2,h3,h4,h5{font-family: 'Oswald', sans-serif; font-weight:400;}
h1{font-size:36px; line-height:1.5; text-transform:uppercase; padding:28px 0 25px 0;}
h2{margin:50px 0 10px 0; font-size:24px;}
h2:first-child{margin-top:0;}

body{font-family: 'Lato', sans-serif; font-weight:400; color:#303030; font-size:18px; line-height:26px;}

/*-------------------------
Helper Styles
---------------------------*/
.clear {clear: both;}
.clearAfter:after {content : ""; display: block; clear: both;}
.left {float: left;}
.right {float: right;}
.aligncenter {text-align: center;}
.alignleft {float: left; margin:0 20px 10px 0;}
.alignright {float: right; margin:0 0 10px 20px;}
.underline { text-decoration: underline; }
.italic, em { font-style: italic; }
.uppercase { text-transform: uppercase; }

.half{width:50%;}
.one_third{width:30%;}
.two_third{width:70%;}

/* -- Shared Styles -- */
.flex-image{
	max-width:100%;
	height:auto;
}
.vCentered{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}

/*-------------------------
Theme Styles
---------------------------*/
.container{max-width:1160px; width:90%; margin:0 auto;}

.secondaryHeader{
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	background-image:url(images/secondary-header.jpg);
}

.pageContent.gethelp {padding:0px 0; min-height:400px;}
.pageContent{padding:60px 0; min-height:400px;}
.pageContent img{max-width:100%; height:auto; border:1px solid #000;}
.pageContent .cad-img img{border:none;}
.pageContent img:after{content:""; display:block; clear:both;}

.blurb{background:url(images/grey-tile.jpg) 0 0 repeat; padding:25px;}

.pageContent table{width:100%; text-align:left;}
.pageContent th{background:#303030; color:#FFF; padding:4px; font-weight:400;}
.pageContent td{border:1px solid #eceded; padding:4px;}

.yellowBT{display:inline-block; color:#FFF; background:#f8981c; padding:6px 20px; font-size:14px; text-decoration:none; margin-top:10px;}
.yellowBT:hover{background:#f7a743; color:#FFF;}

.pagination {clear:both; padding:20px 0; position:relative; font-size:11px; line-height:13px;}
.pagination span, .pagination a {display:block; float:left; margin: 2px 2px 2px 0; padding:6px 9px 5px 9px; text-decoration:none; width:auto; color:#fff; background: #303030;}
.pagination a:hover{color:#fff; background: #f8971c;}
.pagination .current{padding:6px 9px 5px 9px; background: #f8971c; color:#fff;}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.black{color:#000 !important;}
.red{color:#e73245 !important;}
.white{color:#FFF !important;}
.yellow{color:#fa9a33 !important;}

/*-------------------------
Header
---------------------------*/
header{position:relative;}
.logo{position:absolute; top:-12px; left:0;}
.logo .flex-image{max-width:200px; width:100%;}

/*-------------------------
Navigation
---------------------------*/
nav ul{list-style:none;}

header nav ul{text-align:right; display:inline-block; float:right; margin:0;}
header nav li, .secondaryHeader nav li{display:inline-block; line-height:1;}
header nav a, .secondaryHeader nav a{text-decoration:none; color:#000; display:block;}
.secondaryHeader nav li.current_page_item a { color:#FFF; }

#nav-top{background:url(images/grey-tile.jpg) 0 0 repeat; font-size:14px; padding:6px 0;}
#nav-top ul{margin:0 30px 0 0; }
#nav-top li{padding:0 6px; border-right:1px solid #999;}
#nav-top li:last-child{border:0;}
#nav-top li a:hover, #nav-top li.active a{color:#FFF;}
#nav-top .phone{float:right; display:inline-block;}

#nav-primary{background-color:#FFF; box-shadow: 0 5px 8px -5px rgba(0,0,0,0.6); /*height:78px;*/ position:relative; z-index:2;}
#nav-primary .container{position:relative;}
#nav-primary li{background:url(images/nav-divider.png) 0 center no-repeat; display:block; float:left;}
#nav-primary li a{font-family: 'Oswald', sans-serif; font-size:22px; padding:12px 50px;}
#nav-primary li.help a{background:none; background-color:#e31836; color:#FFF; font-size:20px; text-transform:uppercase; padding:12px 57px 12px 43px; position:relative;}
#nav-primary li.help a:after{
	display:inline-block;
	position:absolute;
	top:12px;
	margin-left:8px;
	content:'\f054';
	font-family: FontAwesome;
	font-size:18px;
}
#nav-primary li a:hover, #nav-primary li.help a:hover, #nav-primary li.active a{background-color:#f8971c; color:#FFF;}
#nav-primary li ul{display:none;}
#nav-primary .home-giveaway { background:none; }
#nav-primary .home-giveaway a { padding: 0 20px; }
#nav-primary .home-giveaway a:hover { background:none; }

.secondaryHeader nav{border-top:1px solid #f09119;}
.secNav{border-top:1px solid #f5b566;}
.secondaryHeader h1 a{color:#303030; text-decoration:none;}
.secondaryHeader nav ul{width:100%; display:block; margin:0;}
.secondaryHeader nav ul:after {content : ""; display: block; clear: both;}
.secondaryHeader nav li{font-size:16px; font-weight:700; display:block; float:left;}
.secondaryHeader nav li a{padding:10px 20px 10px 0; display:block;}
.secondaryHeader nav li a:before{content:'\f0da'; font-family: FontAwesome; color:#d57803; display:inline-block; margin-right:2px;}
.secondaryHeader nav li a:hover{color:#FFF;}
.secondaryHeader nav li.active a{color:#FFF;}

#mobileButton{
	cursor:pointer;
	display:none;
	float:right;
	margin-top:18px;
	font-size:13px;
	font-weight:700;
	line-height:1;
}
#mobileButton i{
	display:block;
	border-radius:3px;
	background:#f7a53d;
	color:#FFF;
	width:40px;
	padding:2px 0;
	text-align:center;
	font-size:18px;
	border:2px solid #f89c29;
}
#mobileButton:hover, #mobileButton.active{}
#mobileMenu{display:none; position:relative; z-index:1; background:url(images/red-tile.jpg) 0 0 repeat; color:#FFF; padding-bottom:10px; }
#mobileMenu .call{text-transform:uppercase; padding:10px 20px; font-weight:700; border-bottom:1px solid #cf1c3c;}
#mobileMenu .call i{color:#f7a53e;}
#mobileMenu a{color:#FFF; text-decoration:none;}
#mobileMenu ul{list-style:none; font-family: 'Oswald', sans-serif; margin:0;}
#mobileMenu ul li{border-bottom:1px solid #cf1c3c;}
#mobileMenu ul li a{display:block; padding:4px 20px;}
#mobileMenu ul li a:before{content:'\f0da'; font-family: FontAwesome; display:inline-block; margin-right:4px; color:#f7a53e;}

/*-------------------------
Home
---------------------------*/
.slides li{
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	height:500px;
	display:block;
}
.slides li.imageLeft{background-position: left top;}
.slides li.imageRight{background-position: right top;}
.slideContent{width:45%; float:left; margin-top:120px;}
.imageLeft .slideContent{float:right;}
.slideContent h2{color:#f8981d; font-size:48px; line-height:1; text-transform:uppercase;}
.slideContent p{font-size:36px; line-height:42px; color:#FFF; font-weight:300;}
.slideContent a{display:inline-block; background-color:#f8981d; color:#FFF; text-transform:uppercase; text-decoration:none; padding:18px 30px; font-size:20px;}
.slideContent a:hover{background:#f7a743; color:#FFF;}

.buckets{background:url(images/grey-tile.jpg) 0 0 repeat; margin:10px 0; font-size:16px; line-height:24px;}
.bucket{width:33.33%; float:left; padding: 22px 2% 75px 2%; text-align:center; border-left:10px solid #FFF; position:relative; }
.bucket:before{display:block; border-bottom:1px solid #949393; height:1px; content:""; position:absolute; top:36px; width:86%; z-index:1;}
.bucket:last-child{border-right:10px solid #FFF;}
.bucket h3{font-size:22px; margin-bottom:10px; background:url(images/grey-tile.jpg) 0 0 repeat; display:inline-block; position:relative; z-index:2; padding:0 16px;}
.bucket a{border-radius:5px; border:1px solid #949393; padding:10px 30px; line-height:1; display:block; width:70%; text-decoration:none; margin:15px auto 0 auto; color:#000; position:absolute; bottom:22px; left:50%; transform:translate(-50%,0); -webkit-transform:translate(-50%,0);}
.bucket a:hover{background-color:#f8981d;}

.mission{background:url(images/yellow-tile.jpg) 0 0 repeat; padding:70px 0; text-align:center; font-size:24px; line-height:34px;}
.mission h2{font-size:36px; line-height:1.5; text-transform:uppercase; padding-bottom:15px; margin:0; color:#303030;}
.facts{font-size:20px; line-height:28px; text-align:left; border-top:#bd751b 1px solid; margin-top:30px;}
.facts .half{padding:2% 2% 0 0;}
.facts .half:first-child{text-align:right;}
.facts .half:last-child{padding:2% 0 0 2%; border-left:#bd751b 1px solid;}
.facts .half:after{ content : ""; display: block; clear: both; }
.facts .two_third{padding:0 2% 0 0;}
.facts .half:last-child .two_third{padding:0 0 0 2%;}

.newsBuckets{margin:60px 0;}
.newsBucket, .socialFeeds__col{float:left; width:32%; margin:0 2% 0 0; border:1px solid #eceded; font-size:16px; line-height:24px;}
.socialFeeds__col:last-of-type, .newsBucket:last-of-type{margin-right:0;}
.newsBucket h3{font-size:22px; line-height:1.5; margin-bottom:15px;}
.newsBucket a{text-decoration:none; color:#f8971c; font-weight:700;}
.newsBucket a:hover{color:#000;}
.newsBucket h3 a{font-weight:400; color:#303030;}
.newsBucket h3 a:hover{color:#f8971c;}
.bucketBottom{padding: 15px;}
.newsBucket h4{background:url(images/red-tile.jpg) 0 0 repeat; color:#FFF; text-align:center; padding:4px 0; text-transform:uppercase;}

.socialFeeds{margin:60px 0 0; padding:60px 0; border-top:1px solid #eceded;}
.socialFeeds:after{content : ""; display: block; clear: both; }
.socialFeeds__col{padding: 15px; height:435px;  overflow:hidden;}
.socialFeeds__col h3{margin-bottom:25px;}
.socialFeeds__feed{overflow-y: auto; overflow-x: hidden; height:350px;}

.blurb .one_third{padding-right:20px; display:block;}


/*-------------------------
Donate
---------------------------*/
.donate .pageContent{padding-bottom:0;}
.donate .giveSection{width:50%; float:left;}
.donate .picSection{width:45%; float:right;}
.donate .picSection img{width:100%; height:auto;}
.donate .yellowBT{display:block; text-align:center; font-size:18px; margin:68px 0 10px 0; text-transform:uppercase; padding:8px 20px;}
.donateBucket{background:url(images/red-tile.jpg) 0 0 repeat; float:left; width:49%; text-align:center; color:#FFF; margin:0 2% 0 0; padding:2%; font-size:16px; line-height:20px; }
.donateBucket h3{font-size:22px; margin-bottom:14px;}
.donateBucket h3 i{color:#f8971c;}
.donateBucket:last-child{margin-right:0;}

.donate .blurb{margin:50px 0; padding:50px 0;}
.donate .one_third{padding-right:30px;}

.customerStories h2{margin-bottom:20px;}
.videoContainer{width:32%; float:left; margin-right:2%; margin-bottom:20px;}
.videos .videoContainer:nth-child(3n){margin-right:0;}
.customerStories .videoContainer:last-child{margin-right:0;}

.donate .blurb.charityNav{margin-bottom:0;}

/*-------------------------
Get Help
---------------------------*/
.utilities { margin: 10px 0 40px; }
.utility{display:inline-block; width:32%; min-width: 325px; margin:10px 2% 10px 0; border:1px solid #eceded; text-align:center; position:relative;}
.utility-child{margin-right:0;}
.utility h3{color:#FFF; font-size:22px; line-height:1; background:url(images/red-tile.jpg) 0 0 repeat; padding:20px 0 10px 0; position:absolute; top:0; width:100%; z-index:30;}
.utility h3:after{
	content:"";
	position:absolute;
	display:block;
	bottom:-42px;
	height:42px;
	width:100%;
	background-image: url(images/bucket-triangle.png);
	background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.utility img{ position:absolute; width:100%; height:auto; border:0; margin-top:50px; left:0; z-index: -10; opacity: .2; }
.utility .unavailableOverlay { position:absolute; left:0; top:0; height:100%; width:100%; background:rgba(0,0,0,.8); z-index:25; }
.utility .unavailableText { position:absolute; width:85%; background:#FFF; font-weight:bold; right: 50%; bottom: calc(50% - 50px); transform: translate(50%,50%); -webkit-transform: translate(50%,50%); z-index:30; }
.helpBuckets:after{content:""; display:block; clear:both;}
.helpBucket{float:left; width:32%; margin:20px 2% 50px 0; border:1px solid #eceded; text-align:center; position:relative;}
.helpBucket:last-child{margin-right:0;}
.helpBucket h3{color:#FFF; font-size:22px; line-height:1; background:url(images/red-tile.jpg) 0 0 repeat; padding:20px 0 10px 0; position:absolute; top:0; width:100%; z-index:3;}
.helpBucket h3 i{color:#f8981c;}
.helpBucket h3:after{
	content:"";
	position:absolute;
	display:block;
	bottom:-42px;
	height:42px;
	width:100%;
	background-image: url(images/bucket-triangle.png);
	background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.helpBucket img{ display: block; width:100%; height:auto; border:0; margin-top:42px;}
.bucketContent{font-size:16px; line-height:22px; padding:15px;}
.bucketContent p{margin:0;}
.logoHolder { text-align:center; width:100%; position:relative; padding-top:42px; }
.logoHolder img{ margin:0; }
.logoHolder a { width: 40%; position: absolute; }
.logoHolder a:hover { width: 44%; }
.logoHolder a:nth-of-type(1) { top: 100px; left: 10px; }
.logoHolder a:nth-of-type(2) { top: 100px; right: 10px; }
.logoHolder a:nth-of-type(3), .logoHolder a.single { bottom: 10px; left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.logoHolder a.double {
	top:calc(35px + 50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.logoHolder a.single { top:125px; }
.cover{ background:#FFF; border-bottom:1px solid #eceded; overflow:hidden; position:absolute; top:0; z-index:2; width:100%; padding-top:100px; height:100%;}
.getHelp .blurb ul{font-size:16px; color:#666; margin:15px 0 0 0; width:50%; float:left; padding-right:20px;}
.getHelp .blurb ul:last-child{padding-right:0;}
.getHelp .blurb:after{content:""; display:block; clear:both;}
.getHelp .blurb li{list-style:none; margin-bottom:6px; line-height:1.25;}

/* Agency Locator */
#address_search{background:url(images/grey-tile.jpg) 0 0 repeat; padding:25px;}
#address_search label{text-align:left !important; font-weight:700;}
#address_search input[type=text]{width:60%;}
#address_search select{width:150px;}
#address_search input[type=submit]{width:150px;}
#map_sidebar{margin-top:40px;}
.results_entry{border-bottom:1px solid #eceded; margin-bottom:20px;}
div.results_entry .results_row_left_column {width:40% !important;}

/*-------------------------
FAQs
---------------------------*/
.faq{margin-bottom:10px;}
.question{border:1px solid #eceded; cursor:pointer; position:relative; padding:4px 4px 4px 50px;}
.question:before{content:'\f105'; background:url(images/red-tile.jpg) 0 0 repeat; color:#FFF; display:block; top:0; left:0; position:absolute; height:100%; padding:4px 10px 0 10px; font-family: FontAwesome;}
.faq.active .question:before{content:'\f107';}

.answer{display:none; background:url(images/grey-tile.jpg) 0 0 repeat; padding:15px;}


/*-------------------------
Staff/Board of Directors
---------------------------*/
.staff .pageContent ul{margin:0; display:block;}
.staff .pageContent ul:after{content:""; display:block; clear:both;}
.staff .pageContent ul li{list-style:none; margin:10px; display:block; float:left;}
.staff .pageContent ul li a, .staff .pageContent ul li div{background:url(images/grey-tile.jpg) 0 0 repeat; display:block; width:212px; text-align:center; text-decoration:none; padding:15px; border:1px solid #eceded; border-radius:5px; min-height:150px;}
.staff .pageContent ul li .name{color:#000; font-family: 'Oswald', sans-serif;}
.staff .pageContent ul li .title{display:block; color:#666; line-height:1.25; font-size:16px;}
.staff .pageContent ul li a:hover{background:#f8981d;}
.staff .pageContent ul li a:hover .title{color:#FFF;}

/*-------------------------
Employment
---------------------------*/
.employment .half:first-child{width:46%; margin-right:4%;}

/*-------------------------
Financials
---------------------------*/
.financials .one_third{width:32%; margin-right:2%;}
.financials .one_third:last-child{margin-right:0;}

/*-------------------------
News & Events
---------------------------*/
.newsEvents .col3{width:33%; float:left; border-right:1px solid #eceded; padding:0 20px 90px 20px; position:relative;}
.newsEvents .col3:first-child{padding-left:0;}
.newsEvents .col3:last-child{border-right:0; padding-right:0;}
.newsEvents h2, .news h2{margin-bottom:20px;}
.newsEvents .yellowBT{position:absolute; bottom:20px; left:20px;}
.newsEvents .col3:first-child .yellowBT{left:0;}
.videoSection{border-top:1px solid #eceded; padding-top:50px;}
.postSingle{margin-bottom:20px;}
.postSingle a{color:#303030; text-decoration:none;}
.postSingle a .readMore{text-transform:uppercase; display:block; color:#f89d29; font-size:12px; font-weight:700;}
.postSingle a:hover{color:#f89d29;}
.newsDate{font-size:12px; color:#666666; display:block;}
.newsDate i{color:#f89d29; margin-right:4px;}

.news h1 a{font-weight:400;}
.news a{font-weight:700;}
.news p{margin-bottom:0;}
.news .postSingle{border-bottom:1px solid #eceded; padding-bottom:20px;}
.news h3{font-family: 'Lato', sans-serif; font-size:22px; margin-bottom:4px;}
.news h3 a{}
.newsItem h2{margin:0 0 30px 0;}
.newsItem .yellowBT{clear:both; margin-top:50px;}
.share{margin-top:30px;}


.newsSide{float:left; width:65%;}
#sidebar{float:right; width:25%; font-size:16px; line-height:24px;}
.searchForm{list-style:none; margin-left:0;}
.searchForm label{display:none;}
.searchForm input[type=text]{width:60%;}
.widget-area{margin-top:30px;}
.widget-area h3{margin-bottom:5px;}
.widget-area > ul{margin-left:0;}

#tribe-events-pg-template{padding:60px 0; max-width:1160px; width:90%; margin:0 auto; }
#tribe-events-content .tribe-events-calendar td .tribe-events-present {background-color:#f8981c;}
.single-tribe_events img{max-width:100%; height:auto;}

.newsletters .blurb{margin-bottom:30px;}
.newsletters .blurb input[type=text]{margin-right:10px;}
.newsletters ul{width:30%; float:left; padding-right:20px;}


/*-------------------------
Forms
---------------------------*/
form *{font-family: 'Lato', sans-serif;}
input[type=text]{font-size:16px; color:#666; padding:0 8px; line-height:1; font-weight:400; height:36px; border:1px solid #CCC;}
select{font-size:16px; color:#666; padding:4px; font-weight:400; height:36px; border:1px solid #CCC;}
input[type=submit]{display:inline-block; color:#FFF; background:#f8981c; padding:0 10px; line-height:1; font-size:16px; text-transform:uppercase; text-decoration:none; margin-top:10px; cursor:pointer; border:none; height:36px;}
input[type=submit]:hover{background:#f7a743; color:#FFF;}
textarea{font-size:16px; color:#666; padding:4px; border:1px solid #CCC;}
p.message { background: #BAF5B9; padding: 5px 10px; border: 1px solid #11712A; color: #11712A; border-radius: 3px; }
p.error { background: #F5B9B9; padding: 5px 10px; border: 1px solid #C10D0D; color: #C10D0D; border-radius: 3px; }
#wp-reset-form-rules { display:none; }

body .gform_wrapper ul li.gfield, body .gform_wrapper .top_label li.gfield.gf_left_half  { width: 100%; /*width: 46%;*/ margin: 12px 0 0; }
body .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
body .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
body .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield select { margin: 0; }
body .gform_wrapper .top_label li.gfield.gf_left_half input.medium,
body .gform_wrapper .top_label li.gfield.gf_left_half input.large,
body .gform_wrapper .top_label li.gfield.gf_left_half select.medium,
body .gform_wrapper .top_label li.gfield.gf_left_half select.large,
body .gform_wrapper .top_label li.gfield.gf_right_half input.medium,
body .gform_wrapper .top_label li.gfield.gf_right_half input.large,
body .gform_wrapper .top_label li.gfield.gf_right_half select.medium,
body .gform_wrapper .top_label li.gfield.gf_right_half select.large,
body .gform_wrapper .ginput_complex input[type="text"],
body .gform_wrapper .ginput_complex input[type="url"],
body .gform_wrapper .ginput_complex input[type="email"],
body .gform_wrapper .ginput_complex input[type="tel"],
body .gform_wrapper .ginput_complex input[type="number"],
body .gform_wrapper .ginput_complex input[type="password"],
body .gform_wrapper .ginput_complex select,
body .gform_wrapper .ginput_complex .ginput_right input[type="text"],
body .gform_wrapper .ginput_complex .ginput_right input[type="url"],
body .gform_wrapper .ginput_complex .ginput_right input[type="email"],
body .gform_wrapper .ginput_complex .ginput_right input[type="tel"],
body .gform_wrapper .ginput_complex .ginput_right input[type="number"],
body .gform_wrapper .ginput_complex .ginput_right input[type="password"],
body .gform_wrapper .ginput_complex .ginput_right select,
body .gform_wrapper .ginput_complex .ginput_full input[type="text"],
body .gform_wrapper .ginput_complex .ginput_full input[type="url"],
body .gform_wrapper .ginput_complex .ginput_full input[type="email"],
body .gform_wrapper .ginput_complex .ginput_full input[type="tel"],
body .gform_wrapper .ginput_complex .ginput_full input[type="number"],
body .gform_wrapper .ginput_complex .ginput_full input[type="password"],
body .gform_wrapper .top_label input.large,
body .gform_wrapper .top_label select.large,
body .gform_wrapper .top_label textarea.textarea,
body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="text"],
body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="url"],
body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="email"],
body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="tel"],
body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="number"],
body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="password"],
body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="text"],
body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="url"],
body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="email"],
body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="tel"],
body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="number"],
body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="password"] { width: 100% !important; }
body .gform_wrapper .ginput_complex .ginput_left { width: 48%; padding-right: 5px; }
body .gform_wrapper .ginput_complex .ginput_right { width: 48%; padding-left: 5px; }
body .gform_wrapper ul li.gfield { margin-top: 12px; }
body .gform_wrapper .top_label .gfield_label { margin-top: 0; }
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required { margin-bottom: 0 !important; }
body .gform_wrapper .top_label li.gfield.gf_left_half + li.gsection,
body .gform_wrapper .top_label li.gfield.gf_right_half + li.gsection { padding: 0; }
body .gform_wrapper .ginput_container { margin-right:10px; }


.gform_wrapper{font-size:16px;}
.gform_wrapper ul li.gfield{ /*width:46%;*/ display:block; float:left; clear:none !important; }
body .gform_wrapper ul li.gsection, .gform_heading{margin-top:60px; background:url(images/grey-tile.jpg) 0 0 repeat; padding:0; display:block; width:100% !important;}
#gform_2 .gform_heading{background:none;}
body .gform_wrapper ul li.gsection:first-child{margin-top:20px;}
body .gform_wrapper h2.gsection_title, .gform_heading h3{font-size:24px !important; font-family: 'Oswald', sans-serif; padding:10px !important; font-weight:400 !important; line-height:1;}
.gform_wrapper .top_label .gfield_label{line-height:1; font-size:14px; margin:10px 0 0 0;}
.ginput_complex span label{margin:0; padding-bottom:10px; line-height:1;}
.extraSpacing{margin-top:20px; clear:both !important;}
.gform_wrapper .top_label .gfield_error {width:46% !important;}

.gform_wrapper .gform_body .gform_fields .gfield input[type=text], .gform_wrapper .gform_body .gform_fields .gfield textarea {font-size:16px; padding:0 8px;}
.gform_wrapper .gform_body .gform_fields .gfield textarea{height:150px; padding:8px;}
.gform_wrapper .gform_footer .gform_button{border-radius:5px; border:1px solid #949393; line-height:1; display:block; color:#000; background-color:#f8981d; cursor:pointer; width:100%;}
.gform_wrapper .gform_footer .gform_button:hover{background-color:#c9ced2;}

/*-------------------------
Contact
---------------------------*/
.contact .half{width:48%;}
.contact .gform_wrapper ul li.gfield{width:100%; float:none;}
.contact .gform_wrapper ul li.gfield:nth-child(odd){float:none;}
.gform_wrapper .top_label .gfield_label{font-size:16px;}
.contact .gform_wrapper .top_label .gfield_error {width:100% !important;}

/*-------------------------
Footer
---------------------------*/
footer{background:url(images/red-tile.jpg) 0 0 repeat; color:#FFF; font-size:14px; line-height:20px;}
footer a{color:#FFF; text-decoration:none;}
footer nav ul{margin:0;}
footer nav li a{font-family: 'Oswald', sans-serif; font-size:18px; line-height:36px;}
footer nav li li a{font-family: 'Lato', sans-serif; font-size:14px; line-height:30px;}
footer img.flex-image{max-width:256px; width:100%; margin-bottom:20px;}

.footerCol{border-right:1px solid #cf1c3c; float:left; padding:54px 3%;}
.footerCol:last-child{border-right:0;}
.colBig{width:30%;}
.colBig:first-child{padding-left:0;}
.colSmall{width:20%;}

.social:after { content : ""; display: block; clear: both; }
.social a{display:block; background-color:#9a122b; font-size:22px; margin-right:10px; width:42px; height:42px; float:left; text-align:center; padding-top:12px;}
.social a:hover{color:#FFF; background-color:#700418;}

footer .widget-area {margin:0;}
footer form:after{content : ""; display: block; clear: both;}
footer input[type=text]{width:65%; float:left; display:block; margin-top:0;}
footer input[type=submit]{width:32%; float:right; display:block; margin-top:0; padding:0; text-align: center;}

/*------------------------
FlexSlider
--------------------------*/
.slides > li {display: none; -webkit-backface-visibility: hidden;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/*------------------------
Pop-Up
--------------------------*/
.pop-up-container {max-width: 340px; width: 90%; height: 350px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: fixed; z-index: 1000; border: 1px solid rgba(0,0,0,0.1); box-shadow: 0 3px 9px rgba(0,0,0,0.5); clear: both; display: none;}
.pop-up-container::after {content: ''; display: block; clear: both;}
.pop-up__sign-up {width: 100%; height: 350px; background-color: white; padding: 35px 30px 0 30px; float: left;}
.pop-up__picture {display: none; width: 50%; height: 350px; background-repeat: no-repeat; background-size: cover; background-position: center center; float: right;}
.pop-up__x {position: absolute; padding: 0; cursor: pointer; height: 28px; width: 28px; right: 10px; top: 10px; text-decoration: none; color: white; background: black; border: 2px solid white; font-size: 15px; border-radius: 100%;}
.pop-up__x:hover {box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); transition: box-shadow 0.3 ease-in-out;}
.pop-up__title {font-family: Oswald; padding-bottom: 20px; margin-bottom: 18px; border-bottom: 1px #cccccc solid; font-size: 40px; font-weight: 700; text-transform: uppercase; text-align: center; color: black; line-height:45px;}
.pop-up__title--spacing {margin-top: 10px;}
.pop-up__info, .pop-up__sign-up .constantcontactwidget_form{text-align: center; font-size: 14px; line-height:1.4;}
.pop-up__sign-up input {width:100%; display:block;}

@media only screen and (min-width : 480px) {
	.pop-up-container { width: 340px; max-width: none;}
}
@media only screen and (min-width : 768px) {
	.pop-up-container--with-image {width: 680px;}
	.pop-up__picture {display:block;}
	.pop-up-container--with-image .pop-up__sign-up { width: 50%;}

}
@media only screen and (min-width : 992px) { }
@media only screen and (min-width : 1200px) { }


/*------------------------
Overlay
--------------------------*/
.overlay {position: fixed; background-color: rgba(0,0,0,0.5); width: 100%; height: 100%; z-index: 500; top: 0px; left: 0; display: none;}

/*-------------------------
Album List
---------------------------*/

.album-list{}
.album-list::after {content: ""; display: block; clear:both;}
.album-list__photo-box{margin: 0 auto 25px auto; width: 90%;}
.album-list__picture{border: 10px solid white; box-shadow: 0 3px 9px rgba(0,0,0,0.5); background-repeat: no-repeat; background-size: cover; background-position: center center; height: 0; padding-top: 100%; margin-bottom: 15px;}
.album-list__album-title{text-align: center; color: #303030; font-family: Oswald; font-weight: 500; margin: 0;}
.album-list__album-description{text-align: center; font-size: 14px; font-weight: 600; margin: 0;}
.album-list__name {color: #303030; font-family: Oswald; font-size: 20px;}
.album-list__name--no-results {text-align: center; margin-top: 100px;}
.album-list__no-decoration{text-decoration: none;}

@media only screen and (min-width : 480px) {
	.album-list__photo-box{width: 45%; float: left; clear:both;}
	.album-list__photo-box:nth-of-type(2n){float:right; clear: none;}
}
@media only screen and (min-width : 768px) {
	.album-list__photo-box{width: 22%; margin-right: 4%; clear: none; }
	.album-list__photo-box:nth-of-type(2n){float:left;}
	.album-list__photo-box:nth-of-type(4n){margin-right: 0;}
	.album-list__photo-box:nth-of-type(4n+1){clear:both;}
}
@media only screen and (min-width : 992px) {}
@media only screen and (min-width : 1200px) {}

/*-------------------------
Photo Gallery
---------------------------*/
.photo-list::after {content: ""; display: block; clear:both;}
.photo-list__photo-box{margin: 0 auto 25px auto; width: 90%;}
.photo-list__picture{ cursor: pointer; border: 7px solid white; border-radius: 5px; box-shadow: 0 3px 9px rgba(0,0,0,0.5); background-repeat: no-repeat; background-size: cover; background-position: center center; display: block; width: 100%; height: 0; padding-top: 100%; }
.photo-list__name {color: #303030; font-family: Oswald; font-size: 20px; text-align: center; padding-top: 0; }
.photo-list__no-decoration{text-decoration: none;}

@media only screen and (min-width : 480px) {
	.photo-list__photo-box{width: 45%; float: left; clear:both;}
	.photo-list__photo-box:nth-of-type(2n){float:right; clear: none;}
	.photo-list__name {text-align: left;}
}
@media only screen and (min-width : 768px) {
	.photo-list__photo-box{width: 45%; margin-right: 4%; clear: none;}
	.photo-list__photo-box:nth-of-type(2n){float:left;}
}
@media only screen and (min-width : 992px) {
	.photo-list__photo-box{width: 20%; margin-right: 4%; clear: none;}
}
@media only screen and (min-width : 1200px) {
	.photo-list__photo-box{width: 15%; margin-right: 4%; clear: none;}
}

/*-------------------------
Lightbox
---------------------------*/
.photo-viewer{position: fixed; background-color: rgba(0,0,0,0.5); width: 100%; height: 100%; z-index: 500; top: 0px; left: 0; display: none;}
.photo-viewer__photo-content{background: white; padding: 15px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: fixed; z-index: 1000; box-shadow: 0 3px 9px rgba(0,0,0,0.5); border-radius: 3px;}
.photo-viewer__x{position: absolute; padding: 0; width: 28px; height: 27px; top: 0; right: 0; -webkit-transform: translate(25%, -50%); transform: translate(25%, -50%); text-decoration: none; color: white; background: black; border: 3px solid white; cursor: pointer; font-size: 15px; border-radius: 100%; box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);}
.photo-viewer__picture { display: block; width: 100%; height: auto; }
.photo-viewer__next, .photo-viewer__previous { outline: none; color: #b3b3b3; position: absolute; display: none; cursor:pointer; background: transparent; border: none; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.photo-viewer__next:hover, .photo-viewer__previous:hover { color: #fff; }
.photo-viewer__caption{font-size: 14px; color: black; text-align: center; font-family: Lato; line-height: normal; margin: 5px 0 0 0;}
.photo-viewer__ui-block{background: transparent; border: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display:block;}

@media only screen and (min-width : 480px) {}
@media only screen and (min-width : 768px) {
	.photo-viewer__previous {display: block; left: 20px;}
	.photo-viewer__next{display: block; right: 20px; }
}
@media only screen and (min-width : 992px) {}
@media only screen and (min-width : 1200px) {}

/* -- Responsive Styles -- */
@media only screen and (max-width: 1150px) {
	#nav-primary li.home-giveaway { display:none; }
}
@media only screen and (max-width: 1024px) {
	.slides li{height:400px;}
	.slideContent{margin-top:60px;}
	.slideContent h2{font-size:50px;}
	.slideContent p{font-size:28px; line-height:36px;}
	.bucket a{width:90%;}
}
@media only screen and (min-width: 901px) {
	#nav-top .container{display:block !important;}
	#nav-primary ul{display:block !important;}
	#mobileMenu{display:none !important;}
}
@media only screen and (max-width: 900px) {
	#nav-top .container{display:none !important;}
	#nav-primary ul{display:none !important;}
	#mobileButton{display:block;}
	.secondaryHeader nav li{font-size:14px; font-weight:700;}
	.secondaryHeader nav ul{padding:6px 0;}
	.secondaryHeader nav li a{padding:3px 10px 3px 0;}
	.newsSide, #sidebar{float:none; width:100%; margin-bottom:30px;}

}
@media only screen and (max-width: 800px) {
	.slideContent{margin-top:40px;}
	.slides li{height:300px;}
	.slideContent h2{font-size:40px;}
	.slideContent p{font-size:20px; line-height:26px;}
	.slideContent a{font-size:16px; padding:4px 20px;}
	.bucket{width:100%; border:0; float:none; margin:20px 0;}
	.bucket:last-child{border-right:0;}
	.facts .half{width:100%; float:none; padding:2% 0; text-align:center;}
	.facts .half:last-child{padding:2% 0 0 0; border-top:#bd751b 1px solid; border-left:0;}
	.facts .two_third, .facts .one_third{width:100%; float:none; padding:0; text-align:center;}
	.facts .one_third{padding-top:2%;}
	.newsBucket, .socialFeeds__col{margin-bottom:20px;}
	.donate .giveSection, .donate .picSection, .donate .one_third, .donate .two_third, .newsBucket, .socialFeeds__col, .blurb .one_third, .blurb .two_third{width:100%; float:none;}
	.blurb .one_third{padding:0; margin-bottom:10px;}
	.donate .picSection{margin-bottom:20px;}
	.donate .picSection img{max-width:500px; margin:0 auto;}
	.donate .one_third{padding:0;}
	.videoContainer, .videos .videoContainer:nth-child(3n), .customerStories .videoContainer:last-child{width:49%; margin-right:2%;}
	.videoContainer:nth-child(even), .customerStories .videoContainer:nth-child(odd){margin-right:0;}
	.getHelp .blurb ul{width:100%; padding-right:0;}
	.getHelp .blurb ul:last-child{margin:0;}
	.helpBucket{float:none; clear:both; width:100%; margin:20px auto !important; max-width:350px;}
	.financials .one_third{width:100%; margin-right:0 !important; float:none;}
	.contact .half{width:100%; float:none;}
	.newsEvents .col3{width:100%; float:none; padding:0; border-right:0; border-bottom:#eceded 1px solid; margin-bottom:20px;}
	.newsEvents .yellowBT{position:relative; margin-top:30px; }
	.newsletters ul{width:100%; float:none; padding-right:0;}
	div.results_entry .results_row_left_column, div.results_entry .results_row_center_column, div.results_entry .results_row_right_column {width:100% !important; text-align:left !important;}
	.footerCol{border-right:0; border-bottom:1px solid #cf1c3c; float:none; padding:54px 0; width:100%;}
	body .gform_wrapper .top_label li.gfield.gf_left_half + li.gsection,
	body .gform_wrapper .top_label li.gfield.gf_right_half + li.gsection { clear: both !important; }
	.gform_wrapper ul li.gfield, .gform_wrapper .top_label .gfield_error{ width:100% !important; float:none; clear:none !important; }
	.gform_wrapper ul li.gfield:nth-child(odd){float:none;}

}
@media only screen and (max-width: 768px) {
	/* CSS Responsive table */
	.pageContent table,
	.pageContent table thead,
	.pageContent table tbody,
	.pageContent table th,
	.pageContent table td,
	.pageContent table tr { display: block; }
	.pageContent table thead tr { position: absolute; top: -9999px; left: -9999px; }
	.pageContent table tr { border: 1px solid #ccc; margin-bottom: 10px; }
	.pageContent table td { border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 50%; }
	.pageContent table td:before {	position: absolute;	top: 6px; left: 6px; width: 60%; padding-right: 10px; text-align: left; word-wrap: break-word; }
	.pageContent table tr:first-child { position: absolute; top: -9999px; left: -9999px; }
	.pageContent table td:before { content: attr(data-content); height: 50px; font-weight:700;}
	.pageContent table td.small-padding { padding-top: 5px; padding-bottom: 5px; }
	.pageContent table td.medium-padding { padding-top: 15px; padding-bottom: 15px; }
	.pageContent table td.large-padding { padding-top: 25px; padding-bottom: 25px; }
}
@media only screen and (max-width: 600px) {
	body{font-size:16px; line-height:22px;}
	.slides li{height:250px;}
	.buckets{padding:30px 0 0 0;}
	.bucket{margin:0; padding:0;}
	.bucket:before, .bucket h3, .bucket p{display:none;}
	.mission{display:none;}
	.bucket a{width:100%; background-color:#f8981d; position:relative;}
	.newsBuckets{margin:30px 0;}
	.videoContainer, .videos .videoContainer:nth-child(3n), .customerStories .videoContainer:last-child{width:100%;float:none; margin:0 auto 20px 0;}
	.getHelp .blurb ul{font-size:14px;}
	.employment .half{width:100%; float:none;}
	.employment .half:first-child{width:100%; margin-right:0; margin-bottom:20px;}
	#radius_in_submit{padding-left:0 !important;}
	#address_search input[type=text], #address_search select{width:100%;}

	.footerCol.colSmall{display:none;}


}
@media only screen and (max-width: 500px) {
	.slideContent{margin-top:20px;}
	.slides li{background-position: center center !important; height:175px;}
	.slides p{margin-bottom:10px;}
	.slideContent{width:60%;}
	.slideContent h2{font-size:24px;}
	.slideContent p{font-size:16px; line-height:22px;}
	.slideContent a{font-size:14px; padding:2px 10px;}
	.logo{top:0; width:70%; max-width:200px;}
}

.noborder img {
	border-style: none;
	border-image-width: 0;
}

/* LIHEAP Form */
body .liheap_form .gform_wrapper ul li.gsection, .gform_heading { margin-top: 40px;}

@media only screen and (min-width : 801px) {}

body .liheap_form .gform_wrapper .top_label li.gfield.gf_left_half + li.gsection,
body .liheap_form .gform_wrapper .top_label li.gfield.gf_right_half + li.gsection { clear: both !important; }

body .liheap_form .gform_wrapper ul li.gf_full_width,
body .liheap_form .gform_wrapper .top_label .gfield_error{ width:100% !important; float:left; clear:both !important; }

body .liheap_form .gform_wrapper ul li.gfield:nth-child(odd){float:none;}

/* Fix the field sizes to match */
body .liheap_form .gform_wrapper .ginput_complex .ginput_left {width: 50%;}
body .liheap_form .gform_wrapper .ginput_complex .ginput_right {width: 50%;}
body .liheap_form .gform_wrapper .ginput_container {margin-right: 0px;}

/* Half width */
body .liheap_form .gform_wrapper .top_label li.gfield.gf_left_half,
body .liheap_form .gform_wrapper ul li.gf_left_half {width: 50%; margin-top:12px;}

body .liheap_form .gform_wrapper .top_label li.gfield.gf_right_half,
body .liheap_form .gform_wrapper ul li.gf_right_half {width: 50%; margin-top:12px;}

/* Button */
body .liheap_form .gform_wrapper input[type=submit] {
    display: inline-block;
    color: #FFF;
    background: #f8981c;
    padding: 0 10px;
    line-height: 1;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 10px;
    cursor: pointer;
    border: none;
    height: 36px;
	border-radius: 0;
	padding-left: 1em;
	padding-right: 1em;
	float: right;
}

body .liheap_form .gform_wrapper input[type=submit]:hover {
    background: #f7a743;
    color: #FFF;
}

/* Footer */
body .liheap_form .gform_wrapper .gform_page_footer {
    margin: 35px 0;
    width: 100%;
    border-top: 1px dotted #CCC;
    padding: 26px 0 0;
    clear: both;
    text-align: right;
}

/* Text Area */
body .liheap_form .gform_wrapper .gform_body .gform_fields .gfield textarea {
    height: 280px;
    padding: 8px;
}

body .liheap_form .gf_indent { width: 100%; }
body .liheap_form .gf_indent .ginput_container ul { padding-left: 1em; margin-top: 0px; margin-bottom: 1em;}

@media only screen and (max-width: 640px) {
	body .liheap_form .gform_wrapper .ginput_complex .ginput_left { width: 100%; padding-left: 0; }
	body .liheap_form .gform_wrapper .ginput_complex .ginput_right { width: 100%; padding-left: 0; }
}

body .liheap_form .gform_wrapper ul li.gfield { margin-top: 0; padding-top: 0; }
body .liheap_form .gform_wrapper #gform_submit_button_10 { background: seagreen; }
body .liheap_form .gform_wrapper ul li.liheap-section-header {margin-top:40px;margin-bottom:18px;}
