/*
Theme Name: ugmtc
Theme URI: http://underscores.me/
Author: Erik Teichmann
Author URI: http://eriktdesign.com
Description: Union Gospel Mission Twin Cities Site Theme
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ugmtc
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ugmtc is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: proxima-nova, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
	font-size: 62.5%;
	background: #eeeded;
}

@media (max-width: 991px) {
	html {
		font-size: 55%;
	}
}
@media (max-width: 767px) {
	html {
		font-size: 33%;
	}
}

body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 18px;
	/*font-size: 1.8rem;*/
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: proxima-nova, sans-serif;
	font-weight: 900;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	line-height: 1;
	margin-top: 15px;
	margin-top: 1.5rem;
}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		font-weight: inherit;
	}

	h1 {
		font-size: 65px;
		font-size: 6.5rem;
		/*margin: 0;*/
		margin: 48px 0 32px;
		margin: 4.875rem 0 3.25rem;
	}

		h1.entry-title {
			margin: 0;
		}

	h2 {
		font-size: 50px;
		font-size: 5.0rem;
		margin: 37px 0 25px;
		margin: 3.75rem 0 2.5rem;
	}

	h3 {
		font-size: 40px;
		font-size: 4.0rem;
		margin: 30px 0 20px;
		margin: 3.0rem 0 2.0rem;
	}

	h4 {
		font-size: 35px;
		font-size: 3.5rem;
		font-weight: 700;
		margin: 26px 0 18px;
		margin: 2.625rem 0 1.8rem;
	}

	h5 {
		font-size: 30px;
		font-size: 3.0rem;
		font-weight: 700;
		margin: 22px 0 18px;
		margin: 2.25rem 0 1.8rem;
	}

	h6 {
		font-size: 25px;
		font-size: 2.5rem;
		font-weight: 700;
		margin: 18px 0 18px;
		margin: 1.875rem 0 1.8rem;
	}

p {
	/*margin-bottom: 1.0em;*/
	margin: 0 0 1.0em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	width: 240px !important;
	margin: 0 2em 0 -15%;
	float: left;
	font-size: 28px;
	font-style: italic;
	color: #00a0df;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

td, th {
	text-align: left;
	vertical-align: top;
	padding: .5em;
	border: 1px solid #dddddd;
}
th {
	vertical-align: bottom;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
/*	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
	background: #ef652a;
	box-shadow: none;
	border: none;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: none;
	padding: 20px;
	border-radius: 8px;
	text-decoration: none;
	transition: all .25s;
	text-decoration: none !important;
}
	a.button:hover, a.button:focus ,
	button:hover, button:focus ,
	input[type="button"]:hover, input[type="button"]:focus ,
	input[type="reset"]:hover, input[type="reset"]:focus ,
	input[type="submit"]:hover, input[type="submit"]:focus {
		background: #ca561b;
	}
a.button.green,
button.green,
input[type="button"].green,
input[type="reset"].green,
input[type="submit"].green {
	background: #77bc1f;
}
	a.button.green:hover, a.button.green:focus,
	button.green:hover, button.green:focus,
	input[type="button"].green:hover, input[type="button"].green:focus,
	input[type="reset"].green:hover, input[type="reset"].green:focus,
	input[type="submit"].green:hover , input[type="submit"].green:focus{
		background: #5c9116;
	}
a.button.blue,
button.blue,
input[type="button"].blue,
input[type="reset"].blue,
input[type="submit"].blue {
	background: #00a0df;
}
	a.button.blue:hover, a.button.blue:focus,
	button.blue:hover, button.blue:focus,
	input[type="button"].blue:hover, input[type="button"].blue:focus,
	input[type="reset"].blue:hover, input[type="reset"].blue:focus,
	input[type="submit"].blue:hover, input[type="submit"].blue:focus {
		background: #0084b8;
	}
a.button.clicked,
button.clicked,
input[type="button"].clicked,
input[type="reset"].clicked,
input[type="submit"].clicked {
	background: #999999;
	box-shadow: 0 5px 10px rgba(0,0,0,.4) inset;
}
a.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	transition: all .25s;
}
a.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
a.button:visited, a.button:hover {
	color: #ffffff;
}

a.bugreport {
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 10px;
	font-size: 18px;
	z-index: 100;
	-webkit-animation-duration: 2s; 
	animation-duration: 2s; 
	-webkit-animation-fill-mode: both; 
	animation-fill-mode: both;
	    -webkit-animation-name: bounceInDown; 
    animation-name: bounceInDown; 
}
@-webkit-keyframes bounceInDown { 
   0% { 
       opacity: 0; 
        -webkit-transform: translateY(-2000px); 
    } 
    20% {
    	opacity: 0;
    }
    60% { 
        opacity: 1; 
        -webkit-transform: translateY(30px); 
    } 
    80% { 
        -webkit-transform: translateY(-10px); 
    } 
    100% { 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes bounceInDown { 
    0% { 
        opacity: 0; 
        transform: translateY(-2000px); 
    } 
    20% {
    	opacity: 0;
    }
    60% { 
        opacity: 1; 
        transform: translateY(30px); 
    } 
    80% { 
        transform: translateY(-10px); 
    } 
    100% { 
        transform: translateY(0); 
    } 
} 
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"].search-field,
textarea {
	font-size:16px;
	border-color:#cccccc;
	border-style:solid;
	padding:18px;
	border-width:0px;
	border-radius:8px;
	box-shadow:inset 0px 2px 0px 0px rgba(209,209,209,.100);
	font-weight: 700;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	outline: none;
	box-shadow: 0 0 0 0 2px #00a0df;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #f6681f;
	text-decoration: none;
	font-weight: 700;
}

a:visited {
	color: #f6681f;
}

a:hover,
a:focus,
a:active {
	color: #f6681f;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: underline;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	position: relative;
	padding: 20px;
	padding: 2.0rem;
	height: 150px;
	height: 15.0rem;
	box-shadow: 0 0 16px rgba(0,0,0,.5);
}
.site-header .site-branding {
	position: absolute;
	top: 20px;
	top: 2.0rem;
	left: 20px;
	left: 2.0rem;
}
.site-header h1.site-title {
	margin: 0;
}
.site-header h1.site-title a {
	display: block;
	width: 227px;
	width: 22.7rem;
	height: 106px;
	height: 10.6rem;
	text-indent: -999em;
	background: url('images/ugmtc-logo.png') no-repeat;
	background-size: contain;
}
	.ie-8 .site-header h1.site-title a {
		background: url('images/ugmtc-logo-ie8.png');
	}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	width: 100%;
	text-align: right;
	margin-top: 18.75px;
}

	.main-navigation .menu {
		display: none;
	}

.main-navigation .menu-button {
	display: block;
	line-height: 75px;
	line-height: 7.5rem;
	margin-left: 20px;
	margin-left: 2.0rem;
	display: inline-block;
	vertical-align: top;
}
	.main-navigation .donate-button {
		background: #ef652a;
		box-shadow: none;
		border: none;
		font-family: proxima-nova, sans-serif;
		font-weight: 700;
		font-size: 26px;
		font-size: 2.6rem;
		text-transform: uppercase;
		color: #ffffff;
		text-shadow: none;
		padding: 0 30px;
		padding: 0 3.0rem;
		border-radius: 8px;
		text-decoration: none;
		transition: all .25s;
	}
		.main-navigation .donate-button:hover {
			background: #ca561b;
			transition: all .25s;
		}

	.main-navigation .toggle {
		border: 2px solid #9c9c9c;
		border-radius: 8px;
		text-align: center;
		width: 54px;
		width: 5.4rem;
		height: 54px;
		height: 5.4rem;
		line-height: 5.4rem;
		color: #9C9C9C;
		font-size: 26px;
		font-size: 2.6rem;
		cursor: pointer;
		transition: all .25s;
	}
		.ie-8 .main-navigation .toggle {
			width: 75px;
			height: 75px;
		}
		.main-navigation .toggle:hover {
			color: #707070;
			border-color: #707070;
			text-decoration: none;
		}
	.main-navigation .toggle:after {
		display: block;
		content: "";
		font-family: proxima-nova, sans-serif;
		font-size: 12px; 
		font-size: 1.2rem;
		text-transform: uppercase;
		font-weight: 700;
		line-height: 12px;
		line-height: 1.2rem;
		padding-top: 10px;
		padding-top: 1.0rem;
	}
		.ie-8 .main-navigation .toggle:after { display: none; }
		.main-navigation .search-toggle:after {
			content: "Search";
		}
		.main-navigation .menu-toggle:after {
			content: "Menu";
		}
	.main-navigation .toggle.toggled {
		color: #00a0df;
		border-color: #00a0df;
		transition: all .25s;
	}
.main-navigation .menu-container {
	position: absolute;
	top: 150px;
	right: 0;
	background: #00a0df;
	z-index: 2; /* arrows on secondary nav were overlaying */
}

.main-navigation ul.menu {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
}

.main-navigation li {
	/*float: left;*/
	/*position: relative;*/
}

.main-navigation li a {
	display: block;
	text-decoration: none;
	padding: 20px;
	min-width: 320px;
	border-bottom: 1px solid #01b3f9;
	font-size: 24px;
	font-family: proxima-nova, sans-serif;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	transition: background .25s;
}

	.main-navigation li a:hover {
		background-color: #0077a6;
		transition: background .25s;
	}

	.main-navigation li:last-child a {
		border-bottom: none;
	}

.main-navigation ul ul {
display: none;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

/* Small menu. */
.main-navigation .toggled {
	display: inline-block;
}



/* Search box */
.search-toggle {
	display: none;
}
.main-navigation .search-form {
	display: none;
}
.main-navigation .search-form.toggled {
	display: block;
}
/*.menu.toggled + form.search-form {
	display: block !important;
}*/
@media screen and (min-width: 37.5em) {
	.search-toggle {
		display: block;
	}
}
input.search-field {
	width: 440px;
	margin: 10px;
	box-sizing: content-box;
}
input.search-submit {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #d1d1d1;
	background: rgba(0,0,0,0);
	padding: 16px;

	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);

    font-size: 28px;
}
	input.search-submit:hover {
		background: rgba(0,0,0,0);
		color: #707070;
	}
	input.search-submit:before {
	    content: "\f002";
	}
	input.search-submit:focus {
		outline: none;
		color: #00a0df;
	}

	.entry-content .search-form, .page-header .search-form {
		position: relative;
	}
		.page-header .search-form {
			margin-top: 2em;
		}
	.entry-content input.search-field, .page-header input.search-field {
		width: 100%;
		background-color: #eeeded;
		box-sizing: border-box;
		margin: 0;
	}
	.entry-content input.search-submit, .page-header input.search-submit {
		top: 0; right: 0;
	}




/* Breadcrumbs */
.breadcrumb-navigation {
	font-size: 14px;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	color: #ffffff;
	padding: 10px 20px;
}
	.breadcrumb-navigation a {
		color: #ffffff;
		text-decoration: none;
	}
	.breadcrumb-navigation a:hover {
		text-decoration: underline;
	}
	.page-template-page-donation .breadcrumb-navigation, .page-template-page-donation p.notice {
		display: none;
	}


/* Comment Nav */
.site-main .comment-navigation,
.site-main .posts-navigation,
/*.site-main .post-navigation*/ {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.category-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next,
.category-navigation .nav-next {
	float: right;
	width: 50%;
}


/* Secondary Navigation */
.secondary-navigation {
	width: 87.5%;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	padding-top: 1.5em;
}

	.secondary-navigation p {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.secondary-navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.secondary-navigation ul.pages-3:before, .secondary-navigation ul.pages-2:before {
			content: '';
			display: block;
			float: left;
			width: 11.75%;
			height: 1px;
		}
		.secondary-navigation ul.pages-2:before {
			width: 24.5%;
		}

	.secondary-navigation ul.pages li li {
		float: left;
		margin-right: 2%;
		width: 23.5%;
		margin-bottom: 2%;
	}
		.ie-8 .secondary-navigation ul.pages li li { width: 23%; }
	.secondary-navigation ul.pages li:nth-child(3n+4) {
		margin-right: 0;
	}
	.secondary-navigation ul.pages li a {
		display: block;
		width: 100%;
		line-height: 107px;
		line-height: 10.7rem;
		background: #77bc1f;
		font-family: proxima-nova, sans-serif;
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: 600;
		color: #ffffff;
		text-decoration: none;
		transition: all .25s;
	}
		.secondary-navigation ul.pages li a:hover {
			background-color: #639c19;
			transition: all .25s;
		}

	.secondary-navigation ul.pages li a:after {
		font: normal normal normal 1.4rem/1 FontAwesome;
		content: "\f054";
		padding-left: 5px;
		position: relative;
		top: -2px;
	}
		.ie-8 .secondary-navigation ul.pages li a:after {
			display: none;
		}

	.secondary-navigation:after {
		content: '';
		display: block;
		clear: both;
	}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.blog .categories:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.entry-header {
	width: 87.5%;
	max-width: 630px;
	margin: 0 auto;
}

	.page-template-page-L1 .entry-header {
		width: 100%;
		max-width: none;
		padding: 70px 0;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right center;
		color: #ffffff;
		text-shadow: 0 3px 4px rgba(0,0,0,.4);
		font-size: 24px;
		overflow: hidden;
		position: relative;
		z-index: 1;
		background-color: #9c9c9c;
	}
		.ie-8.page-template-page-L1 .entry-header {
			-ms-behavior: url(//ugmtc.org/wordpress/wp-content/themes/ugmtc/js/backgroundsize.min.htc);
		}
	.page-template-page-L1 .entry-header:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		background: url('images/intro-bg.png') no-repeat top center;
		width: 100%;
		height: 100%;
	}
		.ie-8 .page-template-page-L1 .entry-header:before { display: none; }
	.page-template-page-L1 .entry-header .inner {
		width: 87.5%;
		max-width: 960px;
		margin: 0 auto;
	}
	.page-template-page-L1 .entry-header h1 {
		margin-top: 0;
		margin-bottom: 0;
	}
	.page-template-page-L1 .entry-header p { margin-top: .5em;}
	.page-template-page-L1 .entry-header .inner > * {
		max-width: 40%;
	}

.page-template-page-L2 .entry-header p, .page-template-page-L2-program .entry-header p {
	font-size: 24px;
	font-size: 2.4rem;
}

	.footer-promos {
		width: 87.5%;
		max-width: 960px;
		margin: 3em auto;
	}
		.footer-promos:after {
			content: '';
			display: block;
			clear: both;
		}
		.footer-promos .ugmtc_promo {
			width: 49%;
			float: left;
			margin-right: 2%;
			height: 0;
			padding-top: 25%;
		}
		.footer-promos .ugmtc_promo:nth-child(2n+2) {
			margin-right: 0;
		}
		.ie-8 .footer-promos .ugmtc_promo {
			width: 46%;
		}

.entry-content {
	width: 87.5%;
	max-width: 630px;
	margin: 0 auto;
}
.page-template-page-L2-wide .entry-content {
	width: 100%;
	max-width: none;
	padding-left: 20px;
	padding-right: 20px;
}

.site-main > .hentry > .entry-content {
	/*border-bottom: 1px solid #b6b6b7;*/
	/*padding-bottom: 1.5em;*/
}
/********************
 * Modules
 ********************/
.ugmtc_module {
	width: 100%;
	height: auto;
	background: #ebebeb;
	position: relative;
}

	.ugmtc_module .module-image {
		float: left;
		width: 25%;
		height: 100%;
		background-size: cover;
		background-position: center center;
		margin: 0 30px 0 0;
		position: absolute;
	}
		.ie-8 .ugmtc_module .module-image {
			-ms-behavior: url(//ugmtc.org/wordpress/wp-content/themes/ugmtc/js/backgroundsize.min.htc);
		}
	.ugmtc_module .entry-content {
		margin-left: 25%;
		width: 75%;
		padding: 30px;
	}

	.ugmtc_module h4 {
		margin: 0 0 10px;
	}

/********************
 * Program pages 
 ********************/
.testimonials {
  background-color: #ebebeb;
  border-left: 100em solid #ebebeb;
  border-right: 100em solid #ebebeb;
  margin-left: -100em;
  width: 100%;
  /*min-width: 630px;*/
  max-width: 630px;
  box-sizing: content-box;
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-bottom: 48px;
}
.testimonials ul {
	margin: 0; padding: 0; list-style: none;
}
.testimonials li {
	margin: 0; padding: 0;
	text-align: center;
}
.testimonials q, body.home .slider q {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	font-style: italic;
}
.testimonials q p, body.home .slider q p {
	margin-top: 1em;
	margin-bottom: .5em;
}
.testimonials cite, body.home .slider cite {
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 900;
	margin-top: .5em;
}
.flex-direction-nav li {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 40px;
	overflow: hidden;
	margin-top: -20px;
	transition: all .25s;
}
	.flex-direction-nav a:focus, .flex-direction-nav a:hover {
		outline: none;
		text-decoration: none;
	}
	.flex-nav-prev {
		left: -100px;
	}
		.flex-nav-prev:hover {
			left: -105px;
			padding-right: 5px;
		}
		.flex-nav-prev a:before {
			font: normal normal normal 41px/1 FontAwesome;
			content: "\f053";
			color: #77bc1f;
			padding-right: 100px;
		}
	.flex-nav-next {
		right: -100px;
	}
		.flex-nav-next:hover {
			right: -105px;
			padding-left: 5px;
		}
		.flex-nav-next a:before {
			font: normal normal normal 41px/1 FontAwesome;
			content: "\f054";
			color: #77bc1f;
			padding-right: 100px;
		}



.flex-control-nav {
	margin: 0; padding: 0; list-style: none;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
	.flex-control-nav li {
		display: inline-block;
	}
	.flex-control-nav a {
		text-indent: -999em;
		display: block;
		width: 16px; height: 16px;
		border-radius: 8px;
		background-color: #bbdd8f; 
		cursor: pointer;
		margin: 16px 6px;
		transition: all .5s;
	}
		.flex-control-nav a.flex-active {
			background-color: #77bc1f;
			transition: all .5s;
		}


.statistics {
	width: 150%;
	margin-left: -25%;
}

	.statistics:after {
		display: block;
		content: '';
		clear: both;
	}

	.statistics dl {
		width: 31.3%;
		float: left;
		margin-right: 3%;
		margin-bottom: 30px;
		background: #ebebeb;
		text-align: center;
	}
		.ie-8 .statistics dl {
			width: 30%
		}

	.statistics dl:nth-child(3n+3) {
		margin-right: 0;
	}

	.statistics dt {
		font-weight: 100;
		font-size: 70px;
		/*font-size: 7.0rem;*/
		color: #77bc1f;
		line-height: 1.25;
		padding-top: .2em;
	}

	.statistics dd {
		font-size: 16px;
	}

	.statistics dd p {
		margin-top: 0;
	}

/********************
 * Blog single
 ********************/
.single-post .entry-header {
	width: 100%;
	max-width: 797px;
}
.entry-meta {
	margin: 5px 0 15px;
}

.entry-footer .tags-links {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 4em;
}
	.entry-footer .tags-links a {
		color: #404040;
	}

/********************
 * Blog Home
 ********************/
.blog-header {
	background: #333232;
	color: #ffffff;
	padding: 20px;
	padding: 2.0rem;
}

	.blog-header:after {
		content: '';
		display: block;
		clear: both;
	}
	.blog-header div {
		display: inline-block;
		float: left;
	}


	.blog-header h6 {
		margin: 6px 0;
		font-weight: 700;
		font-size: 20px;
		font-size: 2.0rem;
	}

	.blog-header .about p {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 0;
		font-weight: 700;
	}

	.blog-header .subscribe {
		float: right;
	}

	.blog-header .subscribe p {
		font-size: 14px;
		width: 170px;
		text-align: right;
		margin: 8px 20px;
		float: left;
	}

	.blog-header .subscribe.button {
		display: block;
		background: #77bc1f;
		color: #ffffff;
		text-decoration: none;
		padding: 16px 20px;
		text-transform: uppercase;
		font-weight: 700;
		border-radius: 8px;
		text-align: center;
	}
		.blog-header .subscribe.button:hover {
			background: #5c9116;
		}

	a.blog-return {
		font-weight: 700;
		margin: 20px;
		margin: 2.0rem;
		text-decoration: none;
		color: #ef652a;
		display: inline-block;
		float: left;
	}
		a.blog-return i.fa {
			margin-right: 5px;
			font-size: 60%;
		}
		a.blog-return:hover {
			text-decoration: underline;
		}

	body.archive .site-main, body.search .site-main {
		margin: 3em 0 1.5em;
	}

	body.archive .hentry, body.search .search-results .hentry {
		margin: 0;
	}
		body.archive .post .entry-title, body.search .post .entry-title {
			margin-bottom: 0;
		}

	.posts-navigation {
		text-align: center;
		margin: 3em 0;
	}
		.posts-navigation .nav-links * {
			padding: .5em;
		}

		.posts-navigation a {
			color: #333232;
			font-weight: normal;
		}
		.posts-navigation a:hover {
			color: #f6681f;
		}
		.posts-navigation span.current {
			font-weight: 700;
		}


.blog .post.recent .entry-content, .blog .post.recent .entry-header {
	width: 100%;
	max-width: 960px;
}

	.blog .post.recent .featured-image .wp-caption {
		position: relative;
	}
/*		.blog .post.recent .featured-image.video .wp-caption {
			position: initial;
		}*/

	.blog .post.recent .wp-caption-text {
		padding-right: 35%;
		min-height: 110px;
		background: #eeeded;
		color: #333232;
		position: relative;
	}

	.blog .post.recent .wp-caption-text h2 {
		font-weight: 700;
		font-size: 34px;
		font-size: 3.4rem;
		margin: 0;
	}

	.blog .post.recent .wp-caption-text p {
		margin: 0;
	}

	.blog .post.recent .share-icons {
		position: absolute; 
		top: 10px;
		left: 70%;
	}

.blog .categories {
	width: 87.5%;
	margin: 0 auto;
	max-width: 960px;
}

	.blog .categories .category {
		width: 31.3%;
		float: left;
		margin-right: 3%;
		margin-bottom: 30px;
	}
		.ie-8.blog .categories .category { width: 30%; }

		.blog .categories .category:nth-child(3n+3) {
			margin-right: 0;
		}
		.blog .categories h6 {
			margin: 0;
		}
		.blog .categories h6 a {
			color: #ffffff;
			display: block;
			width: 100%;
			line-height: 50px;
			font-size: 26px;
			background-color: #00a0df;
			text-decoration: none;
			padding: 0 10px;
			position: relative;
			transition: all .25s;
		}
			.category.education h6 a { background-color: #f5c702; }
				.category.education h6 a:hover { background-color: #d8b003; }
			.category.health h6 a { background-color: #543177; }
				.category.health h6 a:hover { background-color: #41265c; }
			.category.meals h6 a { background-color: #77bc1f; }
				.category.meals h6 a:hover { background-color: #5c9116; }
			.category.news h6 a { background-color: #00a0df; }
				.category.news h6 a:hover { background-color: #0084b8; }
			.category.shelter h6 a { background-color: #f6681f; }
				.category.shelter h6 a:hover { background-color: #ca561b; }
			.category.youth h6 a { background-color: #ac3f82; }
				.category.youth h6 a:hover { background-color: #852f64; }

		.blog .categories i.fa {
			position: absolute;
			right: 10px;
			top: 16px;
			font-size: 18px;
		}
		.blog .categories .category ul {
			list-style: none;
			margin: 0; padding: 0;
		}

			.blog .categories li {
				padding: 15px;
				background-color: #eeeded;
			}

			.blog .categories li a {
				color: #333232;
				text-decoration: none;
				display: block;
				height: 54px;
				overflow: hidden;
				font-weight: normal;
			}
				.blog .categories li a:hover {
					text-decoration: underline;
				}

				.blog .categories li:nth-child(even) {
					background-color: #fafafa;
				}


	.blog .categories:after {
		clear: both;
	}

.twitter-container {
	background: #333232 url('images/twitter-bg.png') repeat-x bottom center;
	color: #ffffff;
	font-size: 30px;
	font-size: 3.0rem;
	padding: 4.5rem 0;
	margin-top: 25px;
	margin-top: 2.5rem;
}

	.twitter-container .inner {
		width: 87.5%;
		margin: 0 auto;
		max-width: 960px;
	}

	.twitter-container h3 a {
		color: #00a0df;
		font-size: 33px;
		font-size: 3.3rem;
		font-weight: 700;
		text-decoration: none;
	}

	.twitter-container ul {
		list-style: none;
		padding: 0; margin: 0;
	}
	.twitter-container li a {
		color: #ffffff;
		text-decoration: none;
		border-bottom: 1px solid #ffffff;
	}
		.twitter-container li a:hover {
			border-bottom: none;
		}
	.twitter-container .tweet-text {
		font-weight: 100;
	}
	.twitter-container .tweet-details {
		font-size: 14px;
		-moz-opacity: 0.50;
		opacity: .5;
		filter: alpha(opacity=50);
	}
	.twitter-container .tweet-details a {
		border-bottom: none;
	}
	.twitter-container h3, .twitter-container p, .twitter-container h6, .twitter-container .widget {
		margin: 0;
	}



/****************
 * Share icons
 * **************/
.single .share-icons { margin: 1.5em 0; }
.share-icons h6 {margin: 10px 3px;}
.share-icons:after {clear: both;content: ''; display: block;}
.share-icons a, .site-footer .social-media li a {
  display: block; 
  float: left; 
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 32px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  width: 45px;
  height: 45px;
  background: #b6b6b7;
  text-decoration: none;
  text-align: center;
  border-radius: 45px;
  color: #ffffff;
  transition: all .25s
}
.site-footer .social-media li a {
	text-decoration: none;
	overflow: hidden;
}
.share-icons a:before, 
.social-media li a:before {
	padding-top: 8px; display: block;
}
.share-icons a.a2a_button_email:before,
.social-media li a[href*=contact]:before { 
	content: "\f0e0"; font-size: 26px;
}
	.share-icons a.a2a_button_email:hover,
	.social-media li a[href*=contact]:hover {
		background-color: #77bc1f;
	}
.share-icons a.a2a_button_facebook:before,
.social-media li a[href*=facebook]:before {
	content: "\f09a"; 
}
	.share-icons a.a2a_button_facebook:hover,
	.social-media li a[href*=facebook]:hover {
		background-color: #3b5998;
	}
.share-icons a.a2a_button_twitter:before,
.social-media li a[href*=twitter]:before {
	content: "\f099"; 
}
	.share-icons a.a2a_button_twitter:hover,
	.social-media li a[href*=twitter]:hover {
		background-color: #55acee; 
	}
.share-icons a.a2a_button_youtube:before,
.social-media li a[href*=youtube]:before {
	content: "\f16a";
	padding: 9px; 
	vertical-align: sub;
	font-size: 28px;
}
	.share-icons a.a2a_button_youtube:hover,
	.social-media li a[href*=youtube]:hover {
		background-color: #cd201f;
	}
.share-icons a.a2a_button_instagram:before,
.social-media li a[href*=instagram]:before {
	content: "\f16d";
	padding: 9px; 
	vertical-align: sub;
	font-size: 28px;
}
	.share-icons a.a2a_button_instagram:hover,
	.social-media li a[href*=instagram]:hover {
		background-color: #cd201f;
	}	
.share-icons a.a2a_dd:before {
	content: "\f141"; 
}
	.share-icons a.a2a_dd:hover {
		background-color: #ac3f82;
	}

/*--------------------------------------------------------------
# Section Colors
# 
# Get Involved: #543177;
# Our Work: 	#77bc1f;
# About/Blog:	#00a0df;
--------------------------------------------------------------*/
.page.descendant-slug-get-involved .breadcrumb-navigation, .page.slug-get-involved .breadcrumb-navigation,
.page.descendant-slug-get-involved .secondary-navigation ul.pages li a, .page.slug-get-involved .secondary-navigation ul.pages li a {
	background-color: #543177;
}
	.page.descendant-slug-get-involved .secondary-navigation ul.pages li a:hover, .page.slug-get-involved .secondary-navigation ul.pages li a:hover {
		background-color: #41265c;
	}
.page.slug-get-involved .entry-content h2,
.page.descendant-slug-get-involved .entry-header, .page.descendant-slug-get-involved .entry-content h2 {
	color: #543177;
}

.page.descendant-slug-about-us .breadcrumb-navigation, .page.slug-about-us .breadcrumb-navigation,
.page.descendant-slug-about-us .secondary-navigation ul.pages li a, .page.slug-about-us .secondary-navigation ul.pages li a,
.single-ugmtc_job .breadcrumb-navigation {
	background-color: #00a0df;
}
	.page.descendant-slug-about-us .secondary-navigation ul.pages li a:hover, .page.slug-about-us .secondary-navigation ul.pages li a:hover {
		background-color: #0084b8;
	}
.single.blog-section h1, .single.blog-section h2, .single.blog-section h3,
.page.slug-about-us .entry-content h2,
.page.descendant-slug-about-us .entry-header, .page.descendant-slug-about-us .entry-content h2,
.single-ugmtc_job h1, .single-ugmtc_job h2 {
	color: #00a0df;
}
.page.descendant-slug-news .breadcrumb-navigation, .page.slug-news .breadcrumb-navigation,
.page.descendant-slug-news .secondary-navigation ul.pages li a, .page.slug-news .secondary-navigation ul.pages li a,
.single-ugmtc_job .breadcrumb-navigation {
	background-color: #00a0df;
}
.page.descendant-slug-news .entry-header {
    color: #00a0df;
}
.blog .breadcrumb-navigation {
    background-color: #00a0df;
}
.page.descendant-slug-our-work .breadcrumb-navigation, .page.slug-our-work .breadcrumb-navigation,
.page.descendant-slug-our-work .secondary-navigation ul.pages li a, .page.slug-our-work .secondary-navigation ul.pages li a {
	background-color: #77bc1f;
}
	.page.descendant-slug-our-work .secondary-navigation ul.pages li a:hover, .page.slug-our-work .secondary-navigation ul.pages li a:hover {
		background-color: #639c19;
	}
.page.slug-our-work .entry-content h2,
.page.descendant-slug-our-work .entry-header, .page.descendant-slug-our-work .entry-content h2 {
	color: #77bc1f;
}

.page.descendant-slug-program .breadcrumb-navigation, .page.slug-program .breadcrumb-navigation,
.page.descendant-slug-program .secondary-navigation ul.pages li a, .page.slug-program .secondary-navigation ul.pages li a {
	background-color: #77bc1f;
}
	.page.descendant-slug-program .secondary-navigation ul.pages li a:hover, .page.slug-program .secondary-navigation ul.pages li a:hover {
		background-color: #639c19;
	}
.page.slug-program .entry-content h2,
.page.descendant-slug-program .entry-header, .page.descendant-slug-program .entry-content h2 {
	color: #77bc1f;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 3em 0 1.5em;
	overflow: hidden; /* Hide the overflowing borders for testimonials/financial */
	width: 100%;
}
	.page-template-page-L1 .site-main > .hentry {
		margin-top: 0;
	}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 0 0;*/
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.category-promo {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}	
	.ie-8 .category-promo {
		-ms-behavior: url(//ugmtc.org/wordpress/wp-content/themes/ugmtc/js/backgroundsize.min.htc);		
	}

	.category-promo:before {
		position: absolute;
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.7);
		z-index: 1;
	}

	.category-promo .entry-content {
		text-align: center;
		max-width: 960px;
		padding: 80px 0;
		z-index: 10;
		position: relative;
		color: #ffffff;
		font-size: 24px;
		font-size: 2.4rem;
	}

	.category-promo h2 {
		color: #ffffff !important;
		margin-top: 0;
	}

	.category-promo p {
		margin: 1em 2em;
	}

	.category-promo p:last-child {
		margin-top: 2em;
	}

	.category-promo a.button {
		font-size: 26px;
		font-size: 2.6rem;
		margin-top: 1em;
	}


.post-navigation, .category-navigation {
	width: 87.5%;
	max-width: 960px;
	margin: 4em auto;
}

	.post-navigation:after, .category-navigation:after {
		content: '';
		display: block;
		clear: both;
	}

	.post-navigation img, .category-navigation img {
		width: 100%;
		display: block;
		transition: all .5s;
	}
		.post-navigation .nav-previous a.image-link,
		.post-navigation .nav-next a.image-link { padding: 0; }
		.post-navigation .nav-previous a.image-link:before,
		.post-navigation .nav-next a.image-link:before { display: none; }
		.post-navigation .nav-previous a.image-link:hover + a, .post-navigation .nav-next a.image-link:hover + a {
			text-decoration: underline;
		}

	.post-navigation .nav-previous:hover img, .post-navigation .nav-next:hover img,
	.category-navigation .nav-previous:hover img, .category-navigation .nav-next:hover img  {
		opacity: .7;
		transition: all .5s;
	}

	.post-navigation .nav-previous, .post-navigation .nav-next,
	.category-navigation .nav-previous, .category-navigation .nav-next {
		position: relative;
		width: 49%;
		margin-right: 2%;
		height: 0;
		padding-bottom: 25.5%;
		background-color: #000000;
	}
		.post-navigation .nav-next, .category-navigation .nav-next {
			margin-right: 0;
		}

	.post-navigation .nav-previous a, .post-navigation .nav-next a,
	.category-navigation .nav-previous a, .category-navigation .nav-next a  {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 20px;
		width: 100%;
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.25;
		color: #ffffff;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	}

	.post-navigation .nav-previous a:before, .post-navigation .nav-next a:before,
	.category-navigation .nav-previous a:before, .category-navigation .nav-next a:before {
		content: 'Previous Post';
		display: block;
		text-transform: uppercase;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.post-navigation .nav-next a:before {
		content: 'Next Post';
	}
		.post-navigation .rand a:before {
			content: 'Read Another Post';
		}

	.category-navigation .nav-previous a:before {
		content: 'Previous Category';
	}

	.category-navigation .nav-next a:before {
		content: 'Next Category';
	}

.category-navigation.no-image {
	position: absolute; 
	width: 100%;
	max-width: none;
	margin: 140px 0 0;
}

	.category-navigation.no-image .nav-links div {
		background: none;
		position: absolute;
		width: auto;
		padding: 0;
		margin: 0;
	}

	.category-navigation.no-image .nav-previous {
		left: 20px;
	}

	.category-navigation.no-image .nav-next {
		right: 20px;
		text-align: right;
	}

	.category-navigation.no-image .nav-links a {
		position: static;
		background: none;
		color: #f6681f;
		padding: 0; margin: 0;
		font-size: 18px;
		display: block;
		width: 100px;
	}
	.category-navigation.no-image .nav-links a:before {
		color: #888686;
	}
	.category-navigation.no-image .nav-links a:hover {
		text-decoration: none;
	}

	@media (max-width: 930px) {
		.category-navigation.no-image {
			display: none;
		}
	}

/** 
 * Donation pages
 */
.page-template-page-donation .entry-header h1 {
	color: #00a0df;
}
.page-template-page-donation .entry-header p {
	width: calc( 100% - 180px );
	float: left; 
}
.page-template-page-donation .entry-header {
	margin-bottom: 1.5em;
}
.page-template-page-donation .entry-header:after {
	content: '';
	display: block;
	clear: both;
}

/*******************
 * Archives & search
 *******************/
.page-title {
	color: #00a0df;
}
.page-title .preheading {
	display: block;
	font-weight: 100;
	font-size: 30px;
	font-size: 3.0rem;
}
.page-header, .entry-summary {
	width: 87.5%;
	max-width: 630px;
	margin: 0 auto 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/***********************
 * Financial Shortcode 
 ***********************/
.financial {
	background-color: #00a0df;
	border-left: 100em solid #00a0df;
	border-right: 100em solid #00a0df;
	margin-left: -100em;
	width: 100%;
	max-width: 630px;
	box-sizing: content-box;
	position: relative;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 40px 0;
}

.financial:after {
	content: '';
	display: block;
	clear: both;
}

.financial .alignleft {
	width: 30%;
	font-size: 14px;
	margin-right: 5%;
}
.financial .alignright {
	width: 65%;
	margin-left: 0;
}

.financial h3 {
	margin: 0 0 30px;
	color: #ffffff;
}

.financial a {
	color: #ffffff;
}

	.page-template-page-donation .financial, .page-template-page-donation .hentry {
		margin-bottom: 0;
	}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	display: none;
	width: 87.5%;
	max-width: 630px;
	margin: 0 auto;
}
.comments-area .comment-reply-title {
	margin-top: 0;
}

p.comments-loader {
	text-align: center;
	margin: 3em 0;
}
#load-comments {
	cursor: pointer;
}

ol.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
	ol.comment-list ol.children {
		list-style: none;
	}
.comment-body {
	position: relative;
}
.comment-author {
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: capitalize;
}
	span.says {
		display: none;
	}
.comment-body .comment-reply-link {
	position: absolute;
	top: 0; 
	right: 0;
	font-size: 14px;
	font-size: 1.4rem;
	color: #ffffff;
	background: #333232;
	border-radius: 8px;
	padding: 10px 20px;
	text-transform: uppercase;
}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-form label {
	min-width: 70px;
	display: inline-block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background: #eeeded;
	box-shadow: 0 14px 14px -14px rgba(0,0,0,.5) inset;
	text-align: center;
	padding: 50px 6.25%;
}

	.site-footer ul {
		list-style: none;
		margin: 0; padding: 0;
	}

	.site-footer li {
		display: inline-block;
	}

	.footer-navigation li a {
		font-weight: 700;
		color: #A4A4A4;
		font-size: 16px;
		text-decoration: none;
		padding: 5px;
		margin: 10px;
	}

		.footer-navigation li a:hover {
			text-decoration: underline;
		}

	.site-footer .social-media {
		margin: 30px 6.25%;
	}

		.site-footer .social-media li {
			margin: 0 6px;
		}

	.site-footer .site-info {
		font-size: 16px;
		font-size: 1.6rem;
		color: #b6b6b6;
	}

		.site-footer .site-info a {
			color: #b6b6b6;
			text-decoration: none;
		}

/**
 * Jobs
 */
p.apply {
	margin: 4em 0 1em;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	border: none;
}

	.wx-embed {
		max-width: 630px;
		margin: 0 auto;
		display: block;
	}
.featured-image .wp-caption { margin: 0; }
.featured-image img { display: block; width: 100%; }
.featured-image.video {
	position: relative;
}
.featured-image.video .wp-caption {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

	.featured-image.video iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0; left: 0;
	}
.featured-image.gallery {
	background: #b6b6b7;
}
.featured-image.gallery img {
	width: 20%;
	float: left;
}
	.featured-image.gallery .wp-caption-text {
		clear: both;
	}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption.aligncenter, img.size-large.aligncenter {
	margin-bottom: 1.5em;
	max-width: 130%;
	width: 130% !important;
	margin-left: -15%;
}
.wp-caption.alignleft, img.size-medium.alignleft {
	width: 240px !important;
	margin-left: -15%;
	margin-right: 2em;	
}
.wp-caption.alignright, img.size-medium.alignright {
	width: 240px !important;
	margin-left: 2em;
	margin-right: -15%;
}


.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption-text {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
	background-color: #333232;
	color: #ffffff;
	padding: 20px;
	margin: 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/***************************
 * Modals
 ***************************/
#fancybox-content {
	background-color: #f1c402 !important;
	border-color: #f1c402 !important;
/*	border-width: 30px !important;*/
}
.modal.hentry {
	margin: 0;
	padding: 20px;
	box-sizing: border-box;
}

/***************************
 * Gravity Forms 
 ***************************/
.gform_wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea {
	background: #eeeded;
	font-size:18px;
	padding:11px 18px;
	border-width:0px;
	border-radius:8px;
	box-shadow:inset 0px 2px 0px 0px rgba(209,209,209,.500);
	font-weight: 400;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
	box-shadow: 0 0 0 2px #00a0df;
}
.ginput_container {
	padding: 2px;
}
.gform_wrapper select {
	background: #eeeded;
	font-size: 18px;
	border-radius: 8px;
	padding: 11px 18px;
	border-width: 0px;
	box-shadow:inset 0px 2px 0px 0px rgba(209,209,209,.500);
	font-weight: 400;	
}

.gform_wrapper input[type=checkbox], .gform_wrapper input[type=radio] {
	display: none;
}
	.gform_wrapper input[type=checkbox] + label:before, .gform_wrapper input[type=radio] + label:before {
		content: '';
		display: inline-block;
		width: 22px;
		height: 22px;
		background: url('images/form-sprite.png');
		position: relative;
		top: 4px;
		margin-right: 10px;
	}
	.gform_wrapper input[type=checkbox]:checked + label:before {
		background-position-x: -23px;
		width: 26px;
		margin-right: 6px;
	}
	.gform_wrapper input[type=radio] + label:before {
		background-position-x: -54px;
	}
	.gform_wrapper input[type=radio]:checked + label:before {
		background-position-x: -80px;
	}

/***************************
 * Sugar Events Calendar 
 ***************************/
.sc_events_calendar h2 {
	font-size: 18px;
}

.sc_events_calendar input[type=submit] {
	font-size: 14px;
	padding: 4px;
	border-radius: 4px;
	margin: 2px 0;
}

.sc_events_calendar #sc_events_calendar_head {
	height: auto;
}

.sc_events_calendar #sc_events_calendar_head:after {
	content: '';
	display: block;
	clear: both;
}

.sc_events_calendar th {
	font-size: 14px;
	font-size: 1.4rem;
}

#sc_calendar td.calendar-day {
	height: 8.0rem;
}
.single.single-sc_event h1.entry-title {
	margin-left: 0;
	color: #543177;
}
.single.single-sc_event .entry-meta,
.single.single-sc_event .category-promo {
	display: none;
}
.single.single-sc_event .share-icons {
	margin-bottom: 1em;
}
.single.single-sc_event .entry-content {
	border-bottom: none;
}
.sc_event_details {
	font-weight: 700;
	color: #543177;
}

.single-sc_event .post-navigation .nav-next a:before {
	content: 'Next Event';
}
.single-sc_event .post-navigation .nav-previous a:before {
	content: 'Previous Event';
}

/***************************
 * Home page
 ***************************/
body.home .left {
	width: 66.66%;
	float: left;
}
body.home .feature {
	height: 516px;
	text-shadow: 0 1px 6px rgba(0,0,0,.5);
}
	body.home .feature .ugmtc_feature {
		height: 100%;
		margin: 0;
		position: relative;
		color: #ffffff;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right center;
	}
	body.home.ie-8 .feature .ugmtc_feature {
		-ms-behavior: url(//ugmtc.org/wordpress/wp-content/themes/ugmtc/js/backgroundsize.min.htc);
	}
	.ugmtc_feature .entry-content {
		max-width: 700px;
	}
	.ugmtc_feature h1 {
		font-size: 34px;
		font-size: 3.4rem;
		font-weight: 700;
		margin: 0.5em 0
	}
	.ugmtc_feature a.button {
		float: right;
		margin: 20px;
	}
	.ugmtc_feature input.button {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		line-height: normal;
	}
	.donate-box {
		position: relative;
		float: right;
		margin: 20px;
	}
	#gift {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		max-width: 160px;
		padding: 20px 30px;
		color: #404040;
		line-height: normal;
	}
	#gift::-webkit-input-placeholder, #gift:-ms-input-placeholder, #gift::-ms-input-placeholder, #gift:-moz-placeholder, #gift::-moz-placeholder, #gift::placeholder {
		color: #404040;
		line-height: normal !important;
		margin-top: 5px;
		opacity: 1;
	}
	.dollar {
		position: absolute;
		top: 18px;
		left: 18px;
		text-shadow: none;
		color: #404040;
	}
	@media (max-width: 767px) {
		.donate-box {
			position: absolute !important;
			bottom: 20px !important;
			left: 0;
			right: 0;
			text-align: center;
			margin: 0 auto;
		}
		.dollar {
			position: relative;
			top: 0;
			left: 25px;
		}
	}
	@media (max-width: 550px) {
		.donate-box {
			position: relative !important;
			float: none;
			bottom: 0 !important;
			margin-bottom: -80px;
		}
		.dollar {
			position: absolute;
			top: 18px;
			left: 18px;
		}
		#gift {
			width: 100%;
			max-width: 100%;
			border-radius: 8px !important;
			display: block;
			margin: 20px auto;
		}
		.ugmtc_feature input.button {
			display: block;
			border-radius: 8px;
			width: 100%;
		}
	}
body.home .right {
	width: 33.33%;
	float: left;
}
	body.home .ugmtc_promo {
		margin: 0 !important;
	}
	.ugmtc_promo {
		position: relative;
		margin: 0;
		height: 172px;
	}
	.ugmtc_promo a, .ugmtc_promo {
		color: #ffffff;
	}
	.ugmtc_promo h4 {
		margin: 0;
		text-transform: uppercase;
		font-size: 16px;
		padding-bottom: 8px;
	}
	.ugmtc_promo h3 {
		margin: 0;
		font-size: 28px;
		font-size: 2.8rem;
		font-weight: 700;
	}
	.ugmtc_promo h3 a, .ugmtc_promo h4 a {
		display: block;
	}
	.ugmtc_promo .entry-content, .ugmtc_feature .entry-content {
		position: absolute; 
		bottom: 0;
		left: 0;
		margin: 30px;
	}
	.ugmtc_promo a.overlay {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: 1;
		transition: all .25s;
	}
	.ugmtc_promo.has-post-thumbnail a.overlay {
		-moz-opacity: 0.70;
		opacity: .7;
		filter: alpha(opacity=70);
	}
	.ugmtc_promo .background {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
		-webkit-filter: grayscale(1); 
		-webkit-filter: grayscale(100%); 
		-moz-filter: grayscale(100%);
		filter: gray; 
		filter: grayscale(100%);
		-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(grayScale=1)';
		filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
		transition: all .25s;
	}
		.ie-8 .ugmtc_promo .background {
			-ms-behavior: url(//ugmtc.org/wordpress/wp-content/themes/ugmtc/js/backgroundsize.min.htc);			
		}
	.ugmtc_promo.has-post-thumbnail:hover a.overlay{
		-moz-opacity: 0.85;
		opacity: .85;
		filter: alpha(opacity=85);
		transition: all .25s;
	}
	.ugmtc_promo:hover a.overlay {
		opacity: 1;
	}
	.ugmtc_promo:hover a {
		text-decoration: underline;
	}

	#promo-subscription input[type=email] {
		margin-right: 1em;
		width: 200px;
		width: calc(100% - 100px);
		font-weight: 700;
		padding: 18px;
		font-size: 16px;
		float: left;
	}
		#promo-subscription h3 {
			padding-bottom: 8px;
		}
		#promo-subscription a.button {
			position: absolute;
			right: 0;
			padding: 16.5px;
		}

	#promo-blog a {
		display: block;
	}
	#promo-blog a.post-link {
		text-decoration: underline;
	}
	#promo-blog:hover a {
		text-decoration: none;
	}
	#promo-blog:hover a.overlay {
		background-color: #0077a6 !important;
	}


	.ugmtc_pushdown {
		margin: 0;
		color: #ffffff;
		position: relative;
		padding: 30px 0;
		background-size: cover;
		background-position: center;
		display: none;
	}
	.ugmtc_pushdown .close-pushdown {
		font-weight: 100;
		color: #ffffff;
		border: 1px solid #ffffff;
		border-radius: 100%;
		font-size: 30px;
		line-height: 40px;
		text-align: center;
		display: block;
		width: 40px;
		height: 40px;
		transition: all .25s;
		position: absolute;
		top: 50%;
		margin-top: -20px;
		left: 40px;
	}
		.ugmtc_pushdown .close-pushdown:hover, .ugmtc_pushdown .button:hover {
			text-decoration: none;
			background: rgba(255,255,255,.25);
			cursor: pointer;
		}
	.ugmtc_pushdown .button {
		background-color: transparent;
		border: 1px solid #ffffff;
		position: absolute;
		right: 30px;
		top: 50%;
		margin-top: -35px;
	}
	.ugmtc_pushdown .entry-content {
		margin-left: 120px;
		width: 50%;
	}
	.ugmtc_pushdown p:last-child { margin-bottom: 0;}
	.ugmtc_pushdown h3 {
		margin: 0;
		font-weight: 600;
		color: #ffffff !important;
	}


body.home .slider {
	float: left;
	width: 100%;
	height: 344px;
	background: url('images/city-bg.png') no-repeat bottom center;
	background-size: cover;
	text-align: center;
	position: relative;
	overflow: hidden;
}
	body.ie-8.home .slider {
		-ms-behavior: url(//ugmtc.org/wordpress/wp-content/themes/ugmtc/js/backgroundsize.min.htc);
	}
	body.home .slider .hentry {
		margin-top: 0;
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 0;
	}
	body.home .slider ul {
		list-style: none;
		margin: 0; padding: 0;
	}
	body.home .slider .entry-content {
		margin: 0 auto;
		width: 100%; 
		padding: 40px 80px 0;
		max-width: 680px;
	}
	body.home .slider .flex-nav-prev {
		left: 20px;
	}
		body.home .slider .flex-nav-prev:hover {
			left: 15px;
			padding-right: 0;
		}
	body.home .slider .flex-nav-next {
		right: 20px;
	}
		body.home .slider .flex-nav-next:hover {
			right: 15px;
			padding-left: 0;
		}
	body.home .slider h2 {
		color: #77bc1f;
		font-size: 26px;
		font-size: 2.6rem;
		font-weight: 700;
		margin: 0 0 .5em;
	}


@media (min-width: 768px) {
	body.home .feature .ugmtc_feature {
		padding-top: 0 !important;
	}
}
@media (min-width: 992px) {
	body.page-template-page-L1 .entry-header {
		padding-top: 70px !important;
	}
}


/********************************
 * Tablet
 ********************************/
@media (max-width: 991px) {
	.main-navigation .menu-container {
		top: 132px;
	}


	.secondary-navigation ul.pages-3:before, .secondary-navigation ul.pages-2:before { display: none; }
	.secondary-navigation ul.pages li li {
		width: 32%;
	}
	.secondary-navigation ul.pages li:nth-child(3n+4) {
		margin-right: 2%;
	}
	.secondary-navigation ul.pages li:nth-child(2n+3) {
		margin-right: 0;
	}

	.blog .recent h1, .blog .recent .entry-meta {
		width: 87.5%;
		margin-left: auto;
		margin-right: auto;
	}

	.blog .categories .category {
		width: 48%;
		margin-right: 4%;
	}
	.blog .categories .category:nth-child(3n+3) {
		margin-right: 4%;
	}
	.blog .categories .category:nth-child(even) {
		margin-right: 0;
	}

	body.home .left, body.home .right {
		width: 100%;
		float: none;
	}

	body.home .slider {
		height: auto;
		padding-bottom: 48px;		
	}

	body.home .ugmtc_promo {
		height: 250px;
		text-align: center;
	}

		body.home .ugmtc_promo .entry-content {
			max-width: 100%;
			width: 100%;
			margin: 30px 0;
		}

		body.home #promo-subscription {
			height: auto;
			padding: 30px;
		}
		body.home #promo-subscription .entry-content {
			position: relative;
			text-align: left;
		}
		body.home #promo-subscription h4 {
			margin-bottom: 20px; 
		}

	body.home #promo-blog {
		height: auto;
		padding: 40px 0;
	}
		body.home #promo-blog .entry-content {
			position: relative;
		}


	.page-template-page-L1 .entry-header {
		padding: 0;
		background-size: 101% auto;
		background-position: top center;
	}

		.page-template-page-L1 .entry-header .inner > * {
			max-width: 100%;
		}

		.page-template-page-L1 .entry-header:before {
			display: none;
		}

		.page-template-page-L1 .entry-header .inner {
			background-color: #333232;
			border: 20px solid #333232;
			width: 100%;
			margin: 0;
			padding: 10px 0;
		}
		.page-template-page-L1 .entry-header .inner p:last-child {
			margin-bottom: 0;
		}
}



@media (max-width: 820px) {
	.blog .post.recent .share-icons {
		position: static;
	}
	.single h1.entry-title, .single .entry-meta  {
		width: 87.5%;
		margin-left: auto;
		margin-right: auto;
	}
}



/********************************
 * Mobile
 ********************************/
@media (max-width: 767px) {
	.site-header h1.site-title a {
		height: 49px;
	}
	.site-header {
		height: 75px;
		padding: 13px;
	}
	.site-header .site-branding {
		top: 13px;
		left: 13px;
	}
	.main-navigation { 
		margin-top: 0;
	}
		.main-navigation .menu-button {
			line-height: 49px;
			margin-left: 13px;
		}
		.main-navigation .donate-button {
			font-size: 21px;
		}
		.main-navigation .toggle {
			width: 39px;
			height: 39px;
			line-height: 39px;
			font-size: 20px;
		}
		.main-navigation .search-toggle {
			display: none;
		}
			.menu-toggle.toggled + .menu-container .search-form {
				display: block;
			}

		.main-navigation .toggle:after {
			font-size: 10px;
			line-height: 0px;
		}
		.main-navigation .menu-container {
			top: 75px;
			left: 0;
			right: 0;
		}
		.main-navigation ul.menu {
			width: 100%;
		}

		.main-navigation li a:hover {
			background: inherit;
		}

		.main-navigation .search-form {
			width: 100%;
			padding: 10px;
			background-color:  #01b3f9
		}
		.main-navigation .search-field {
			width: 100%;
			box-sizing: border-box;
			margin: 0;
		}

	.secondary-navigation ul.pages li.pagenav li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.secondary-navigation ul.pages li.pagenav li:nth-child(even) {
		margin-right: 0;
	}
	.secondary-navigation ul.pages li a {
		font-size: 16px;
	}
	.secondary-navigation p {
		font-size: 14px;
	}

	.footer-promos .ugmtc_promo {
		width: 100%;
		float: none;
		margin-right: 0;
		padding-top: 45%;
		margin-bottom: 2em;
	}
		.ugmtc_promo h3 {
			font-size: 18px;
		}
		.ugmtc_promo .entry-content, .ugmtc_feature .entry-content {
			margin: 20px;
		}

	.blog-header .about {
		display: none;
	}
	.blog-header .subscribe {
		float: none;
		display: block;
		text-align: center;
	}
		.blog-header .subscribe p {
			float: none;
			width: auto;
			font-size: 16px;
			max-width: 66%;
			margin: 12px auto;
			text-align: center;
		}
		.blog-header .subscribe a.button.subscribe {
			display: inline-block;
			text-align: center;
			margin-bottom: 16px;
		}

		.blog .post.recent .wp-caption-text {
			padding-right: 0;
			min-height: 0;
		}
		.blog .post.recent .wp-caption-text h2 {
			font-size: 24px;
		}

		.share-icons h6 {
			font-size: 23px;
			margin-top: 20px;
		}

	.blog .categories .category {
		width: 100%;
		margin-right: 0 !important;
	}
	.blog .categories li a {
		height: auto;
	}

	.twitter-container h3 a {
		font-size: 28px;
		line-height: 1.2;
	}
	.twitter-container p {
		font-size: 24px;
	}

	a.blog-return {
		margin-left: 6.25%;
	}

	.hentry {
		margin-top: 30px;
	}

	.post-navigation .nav-previous, .post-navigation .nav-next, .category-navigation .nav-previous, .category-navigation .nav-next {
		width: 100%;
		margin: 0 0 2em;
		padding-bottom: 52.25%;
	}

	.post-navigation .nav-next, .category-navigation .nav-next {
		margin: 0;
	}

	.post-navigation .nav-previous a, .post-navigation .nav-next a, .category-navigation .nav-previous a, .category-navigation .nav-next a {
		font-size: 16px;
	}

	.post-navigation .nav-previous a:before, .post-navigation .nav-next a:before, .category-navigation .nav-previous a:before, .category-navigation .nav-next a:before {
		font-size: 12px;
	}

	.category-promo p {
		font-size: 16px;
		font-weight: 700;
	}

	.page-template-page-L2 .entry-header p, .page-template-page-L2-program .entry-header p, .page-template-page-L1 .entry-header .inner p {
		font-size: 18px;
	}

	/* Programs */
	.statistics {
		width: 100%;
		margin-left: 0;
	}

		.statistics dl {
			width: 100%;
			float: none;
			margin-right: 0;
			padding-bottom: 1px;
		}

	.testimonials {
		width: 87.5%;
		padding: 40px 6.25% 68px;
	}
		.testimonials q, body.home .slider q {
			font-size: 16px;
		}
		.testimonials cite, body.home .slider cite {
			font-size: 12px;
		}

		.flex-nav-prev {
			left: -20px;
		}

		.flex-nav-next {
			right: -20px;
		}

	.financial .alignleft, .financial .alignright {
		margin: 0;
		width: 100%;
	}
		.financial h3 {
			text-align: center;
			font-size: 26px;
		}
		.financial .alignleft img {
			margin: 0 auto;
			display: block;
		}

.page-template-page-donation .entry-header p {
	width: 100%;
	float: none; 
}
.page-template-page-donation .entry-header img {
	display: none;
}

.page-template-page-donation .financial, .page-template-page-donation .hentry {
	margin-bottom: 0;
}

	body.home .feature {height: auto;}
	body.home .feature .ugmtc_feature {
		background-size: auto, 101% auto;
		background-position: top center;
		height: auto;
	}
		.ugmtc_feature h1 {
			font-size: 28px;
			line-height: 1.2;
		}
		.ugmtc_feature .entry-content {
			padding-bottom: 88px;
			margin: 0;
			background-color: #333232;
			border: 20px solid #333232;
			width: 100%;
			max-width: 100%;
			position: relative;
		}
		.ugmtc_feature a.button {
			position: absolute;
			bottom: 20px;
			left: 0;
			right: 0;
			text-align: center;
			margin: 0;
		}

		body.home .slider h2 {
			font-size: 21px;
		}
		body.home .slider .hentry {
			font-size: 16px;
		}
		body.home .slider .alignleft {
			width: 100%;
			float: none;
			margin: 0;
		}
		body.home .slider p {
			text-align: center !important;
		}

		body.home .ugmtc_promo h3 {
			font-size: 26px;
		}

	body.home #promo-blog {
		padding: 80px 0;
	}


.ugmtc_pushdown {
	margin: 0;
	padding: 20px 0 80px;
}
	.ugmtc_pushdown .entry-content {
		margin: 0 auto;
		width: 87.5%;
	}
	.ugmtc_pushdown h3 {
		font-size: 36px;
	}
	.ugmtc_pushdown .entry-content p {
		display: none;
	}
	.ugmtc_pushdown .button {
		display: block;
		right: 20px;
		bottom: 20px;
		top: inherit;
		padding: 10px;
		width: calc(100% - 90px);
		text-align: center;
	}
	.ugmtc_pushdown .close-pushdown {
		font-size: 20px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		top: inherit;
		bottom: 30px;
		left: 20px;
	}


		.site-footer #footer-menu li {
			display: block;
			margin-bottom: 1em;
		}


	.wp-caption.aligncenter, img.size-large.aligncenter {
		width: 100% !important;
		margin-left: 0;
	}

	.wp-caption.alignright, img.size-medium.alignright,
	.wp-caption.alignleft, img.size-medium.alignleft {
		width: 100% !important;
		margin: 0 0 1.5em;
	}

	.wp-caption-text {
		font-size: 14px;
	}

	blockquote {
		float: none;
		width: 100%;
		margin: 0;
	}

	.ugmtc_module {
		border-left: 10em solid #ebebeb;
		border-right: 10em solid #ebebeb;
		margin-left: -10em;
		box-sizing: content-box;
	}
		.ugmtc_module .module-image {
			display: none;
		}
		.ugmtc_module .entry-content {
			margin-left: 0;
			width: 100%;
			padding: 30px 0;
		}
		.ugmtc_module h4 {
			font-size: 21px;
		}

	.breadcrumb-navigation {
		font-size: 12px;
	}
}


/* Very small */
@media (max-width: 319px) {
	.main-navigation .donate-button {
		font-size: 14px;
	}
	.main-navigation .menu-button {
		margin-left: 5px;
	}
}


/*** NEW MENU DECEMBER 2016 ***/
@media (min-width: 991px) {
	.site-header {
		height: 120px;
		/*box-sizing: content-box;*/
	}
	.site-header h1.site-title a {
		width: 168px;
		height: 79px;
	}
	a#search.search-toggle, a#menu.menu-toggle {
		display: none;
	}
	.main-navigation {
		margin-top: 0;
	}
	.main-navigation .menu {
		display: block;
	}
	.main-navigation .donate-button {
		/*width: 160px;*/
		text-align: center;
		padding: 0;
        width: 200px;
        line-height: 45px;
        border-radius: 3px;
        font-size: 22px; 
	}
	.main-navigation .search-form {
		display: block;
		/*position: absolute;*/
		right: 0;
		bottom: 100%;
        position: relative;
        margin-bottom: 10px;
	}
    .main-navigation input.search-field {
        background: #ffffff;
        border: 1px solid #b3b3b3;
        font-weight: normal;
        /*padding: 6px 12px;*/
        font-size: 14px;
        margin: 0;
        box-sizing: border-box;
        padding: 6px 16px;
        width: 34px;
        border-radius: 5px;
    }
    .main-navigation input.search-field.open {
        padding: 6px 30px 6px 12px;
        width: 200px;
    }
    .main-navigation input.search-submit {
        top: 0;
        right: 0;
        font-size: 20px;
        padding: 7px;
    }
	.main-navigation .menu-container {
		/*top: auto;
        right: 200px;*/
		bottom: 0;
		background-color: transparent;
        top: calc(50% - 32px);
        right: calc(57% - 345px)
	}
	.main-navigation li a {
		font-size: 16px;
	}
		.main-navigation li a:hover {
			background-color: transparent;
		}
	.main-navigation .menu > li {
		display: inline-block;
	}
	.main-navigation .menu > li > a {
		border: none;
		color: #7e7e7e;
		min-width: 0;
		padding: 20px 15px 48px;
	}
		.main-navigation .menu > li > a:hover {
			color: #00a0df;
		}
	.main-navigation .menu li.menu-item-has-children:hover > .sub-menu {
		display: block;
	}
	.main-navigation .menu li.menu-item-has-children > a:after {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 12px;
		margin-left: 4px;
		/*padding-bottom: 4px;*/
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-front-smoothing: grayscale;
		content: "\f078";
		line-height: 16px;
		transition: all .2s;
	}
		.main-navigation .menu li.menu-item-has-children > a:hover:after {
			transform: rotate(180deg);
		}
	.main-navigation .sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		margin: -4px 0 0;
		padding: 0;
		list-style: none;
		text-align: left;
		background-color: #00a0df;
	}
    .main-navigation .sub-menu .sub-menu {
		top: 4px;
        border-left: 1px solid #01b3f9;
	}
	.main-navigation .sub-menu li a {
		font-weight: normal;
		padding: 13px 20px;
	}
		.main-navigation .sub-menu li a:hover {
			background-color: #0083b6;
		}
	.main-navigation ul ul a {
		width: auto;
		min-width: 170px;
	}
	.sub-menu-toggle {
		display: none !important;
	}
}

@media (max-width: 990px) {
	.main-navigation .menu li a {
		padding: 20px 15px;
		font-size: 16px;
		text-align: left;
	}
	.main-navigation .menu > li {
		position: relative;
		width: 100%;
	}
	.main-navigation .sub-menu-toggle {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		padding: 20px 15px;
		border-left: 1px solid #01b3f9;
		line-height: 24px;
		color: #ffffff;
		font-size: 16px;
		transition: all .2s;
	}
	.main-navigation .menu li.toggled .sub-menu {
		display: block;
	}
		.toggled > .sub-menu-toggle { transform: rotate(180deg); transition: all .2s;}
		.main-navigation .sub-menu {
			list-style: none;
			margin: 0;
			padding: 0;
			border-bottom: 1px solid #01b3f9;
		}
		.main-navigation .menu .sub-menu li a {
			width: 100%;
			font-weight: normal;
			color: #9ee4ff;
			padding: 13px 35px;
		}
}

#page-navigation .page_item a { 
    padding: 24px 36px; 
    line-height:1.6 
}
#page-navigation ul ul { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-orient: horizontal; 
    -webkit-box-direction: normal; 
    -ms-flex-flow: row wrap; 
    flex-flow: row wrap;
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
}
#page-navigation .page_item { 
    margin-left: 1%; 
    margin-right: 1%; 
    width: auto; 
}