/*
Theme Name:		Modules - Grid
Author:			CMS Web Solutions
Author URI:		http://cmswebsolutions.com
*/


@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

* {
	box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	position: relative;
	color: #111;
	background-color: #fffefe;
}

article, aside, details, embed, figcaption, figure, footer, header, iframe, main, nav, section, summary {
	display: block;
	margin: 0 auto;
}

.inner {
	display: block;
	margin:  0 auto;
	padding: 1em;
	max-width: 1200px;
}

h1 {
	line-height: 1;
	color: #1287ad;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	margin:  1.25em 0 .25em;
	font-size: 1.75em;
	position: relative;
}

.home h1 {
	margin-bottom: 0;
	color: #000;
	font-size: 2.25em;
}

h2 {
	line-height: 1;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	color: #222;
	margin: 1.25em 0 .75em;
	font-size: 1.4em;
}

h2 a {
	color: #222;
	-webkit-text-decoration-color: #aaa;
	text-decoration-color: #aaa;
}

h2 a:hover,
h2 a:focus {
	color: #333;
	-webkit-text-decoration-color: #222;
	text-decoration-color: #222;
}

h3 {
	line-height: 1;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	color: #333;
	margin: 1.5em 0 .75em;
	font-size: 1.2em;
}

h4 {
	line-height: 1;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	color: #333;
	margin: 1.5em 0 .75em;
	font-size: 1.1em;
}

p, li, dt, dd {
	line-height: 1.5;
}

li, p + p, dt, dd {
	margin-top: 0;
}

p * {
	margin-top: 0;
}

ul,ol {
	padding-left: 1.5em;
}

blockquote {
    background-color: #eee;
    border-left: 10px solid #ddd;
    margin: 0 0 1.5em;
    padding: 1em;
}

cite {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
	border-style: none;
}

a {
	color: #026b8d;
}

a[href^="tel:"] {
	text-decoration: none;
}

a:hover,
a:focus {
	color: #000;
}

a:active {
	color: blue;
}

a img {
	border: none;
	outline: none;
}

iframe,embed {
	max-width: 100%;
}

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

button,
.button {
	color: #222;
	background-color: #eee;
	border: 1px solid #eee;
	border-radius: .25em;
	padding: .25em 1em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
	color: #eee;
	background-color: #222;
}

table {
	border-collapse: collapse;
	margin: 1em auto 2em;
	padding: 0;
	width: 100%;
	max-width: 100%;
	overflow-x: scroll;
}

table caption {
	font-weight: 600;
	text-align: left;
	font-size: 125%;
	padding-bottom: .25em 0;
}

table thead,table tbody {
	max-width: 100%;
}

table thead {
	text-align: left;
}

table th {
	font-weight: 700;
	font-size: 1.05em;
}

table tr {
	border-bottom: 1px solid #eae4de;
}

table tr:hover,table tr:focus {
	background-color: #eae4de;
}

table tr td,table tr th {
	padding: .25em;
	text-align: left;
}

.hidden {
	position: absolute;
	left: -1000em;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: -1px;
	padding: 0;
	clip: rect(0,0,0,0);
	border: 0;
}

.clearfix {
	overflow: hidden;
	content: "";
	visibility: hidden;
	display: block;
	height: 1px;
	width: 1px;
	clear: both;
}

#skip {
	position: absolute;
	top: 0;
	left: -1000em;
	z-index: 99;
	background-color: #354c65;
	color: #fff;
	text-decoration: none;
	border-radius: 0 0 3px 3px;
}

#skip:focus,
#skip:hover {
	left: 1em;
	top: 0;
	padding: .5em 1em;
}

header {
	padding: 0;
	background-color: #fff;
	background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	text-align: center;
	position: relative;
}

.church {
	padding: .5em;
	display: inline-block;
}

.logo {
	width: auto;
	max-height: 60px;
	margin: 0 auto;
	display: inline;
	text-align: center;
	vertical-align: top;
}

.name {
	color: #1287ad;
	font-family: 'Merriweather', serif;
	font-size: 1.5em;
	font-variant: small-caps;
	font-weight: 600;
	line-height: 1.1;
	margin:  0;
}

.tag {
	color: #000;
	font-size: 1.25em;
	text-transform: lowercase;
	line-height: 1.1;
	margin:  0;
}

nav {
	color: #fff;
	background-color: #1287ad;
}

nav .inner {
	padding: 0;
}

nav button {
	transition: none;
	cursor: pointer;
	text-transform: uppercase;
	display: block;
	width: 100%;
	color: #fff;
	background: #1287ad;
	margin: 0 auto;
	padding: .25em 0;
	font-size: 1.25em;
	font-weight: 700;
	text-align: center;
	border: none;
	border-radius: 0;
}

nav button:hover,
nav button:focus {
	background-color: #026b8d;
}

nav ul {
	width: 100%;
	margin: 0;
	padding-left: 0;
	display: none;
}

nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] {
	display: block;
	position: static;
	top: auto;
}

nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] li {
    display: block;
    width: 100%;
}

nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] a {
    text-align: center;
}

nav .open + ul {
	display: block;
}

nav .open + ul li {
	padding: .5em;
	text-align: center;
}

nav .open + ul li:hover,
nav .open + ul li:focus {
	background-color: #026b8d;
}

nav a {
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: .25em 0;
}

nav a:hover,
nav a:focus {
	color: #fff;
	background-color: #026b8d;
}

nav li {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] {
	margin-top: 0;
	display: block;
	position: absolute;
	min-width: 16em;
	z-index: 10;
}

nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] li {
	margin: 0;
}

nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] a {
	padding: .5em .5em .5em 1.25em;
	text-align: left;
}

nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] a:hover,
nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] a:focus {
	background-color: #026b8d;
}

nav ul [aria-haspopup="true"] + ul li {
	display: block;
	position: relative;
}

main {
	width: 100%;
	opacity: 0;
	-webkit-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.feature {
	margin: 0 auto;
	padding: .5em;
	color: #1287ad;
	font-family: 'Merriweather', serif;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 2;
}

.contact {
	padding: 1em;
	background-color: #e0eef3;
	display: none;
}

.home .contact {
	color: #fff;
	background-color: #d2183f;
	display: block;
}

.home .contact h2 {
	margin: 0 0 .25em;
	padding-bottom: .25em;
	font-weight: 400;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.contact h3 {
	margin: 0 0 .25em;
	font-weight: 400;
	color: #026b8d;
}

.contact a {
	text-decoration: none;
}

.home .contact a {
	color: #fff;
}

.contact a:hover,
.contact a:focus {
	text-decoration: underline;
}

.home main .address::before,
.home main .phone::before,
.home main .email::before {
	content:  '';
	width: 1.25em;
	height: 1.25em;
	display: inline-block;
	margin-right:  .5em;
	vertical-align: middle;
}

.home .address::before {
	background:  url(img/location.svg) center center no-repeat;
	background-size: 1.25em;
}

.home .phone::before {
	background:  url(img/phone.svg) center center no-repeat;
	background-size: 1.25em;
}

.home .email::before {
	background:  url(img/mail.svg) center center no-repeat;
	background-size: 1.25em;
}

.callouts ul {
	position: relative;
	margin: auto;
	padding: 0;
	text-align: left;
}

.callouts li {
	position: relative;
	margin: 0 0 1em;
	padding: 2em 1em 1em;
	list-style: none;
	text-align: center;
}

.callouts li:nth-child(1) {
	background: #007ba3 url(img/dove1.png) left top no-repeat;
}

.callouts li:nth-child(2) {
	background: #016c98 url(img/dove2.png) right top no-repeat;
}

.callouts li:nth-child(3) {
	background: #015e85 url(img/dove3.png) left top no-repeat;
}

.callouts li:nth-child(4) {
	background: #00466e url(img/dove4.png) right top no-repeat;
}

.callouts a {
	color: #fff;
	text-decoration: none;
}

.callouts .details {
	color: #fff;
	font-size: 1.25em;
}

.callouts p:first-of-type {
	margin:  .5em 0 0;
	font-size: 1.25em;
}

.events {
	padding:  1.5em;
	background-color: #eae8e9;
}

.events h2 {
	margin: 0 0 .25em;
	padding-bottom: .25em;
	color: #026b8d;
	font-size: 1.1em;
	font-weight: 400;
	border-bottom:  1px solid #026b8d;
}

.events ul {
	padding-left: 0;
}

.events li {
	list-style: none;
	border-bottom:  1px solid #ccc;
}

.events a {
	text-decoration: none;
}

.events a:hover,
.events a:focus {
	text-decoration: underline;
}

.row {
	margin: 2em 0;
	padding-bottom: 2em;
	border-bottom: 1px solid #cfcfcf;
	display: flex;
	justify-content: space-between;
}

.row:last-of-type {
	border-bottom: none;
}

.row a {
	text-decoration: none;
}

.blog .row h2 a {
	color: #222;
	text-decoration: underline;
	-webkit-text-decoration-color: #aaa;
	text-decoration-color: #aaa;
}

.blog .row h2 a:hover,
.blog .row h2 a:focus {
	color: #333;
	-webkit-text-decoration-color: #222;
	text-decoration-color: #222;
}

.row .image {
	display: inline-block;
	margin: 0 2em 2em 0;
	vertical-align: top;
	flex-basis: 25%;
}

.row .details {
	display: inline-block;
	flex-basis: 70%;
}

.blog .row .details {
	max-width: 70%;
}

.row .details h2 {
	margin: 0;
	padding: 0 0 .25em 0;
	display: inline-block;
}

.time-authored {
	margin: 0 0 1em;
	font-size: .9em;
}

.sectionnav {
	background-color: #efefef;
}

.sectionnav a {
	text-decoration: none;
}

.sectionnav h2 {
	margin-top: 0;
	color: #01759b;
}

.sectionnav ul {
	padding: .5em 0 0;
}

.sectionnav ul ul {
	padding: 0;
	border-top: 2px solid #01759b;
}

.sectionnav li {
	list-style: none;
	margin: 0;
	padding-top: .5em;
}

.sectionnav .parent {
	padding: 0;
	color: #026b8d;
	font-size: 1.1em;
	font-weight: 500;
}

.sectionnav .parent span {
	padding-left: 1em;
}

.sectionnav li li {
	margin: 0;
	padding: .5em 0;
	border-top:  1px solid #c2c2c2;
}

.sectionnav li li:last-of-type {
	border-bottom: 1px solid transparent;
}

.sectionnav li li:nth-child(1) {
	border-top: none;
}

.sectionnav li li:hover,
.sectionnav li li:focus,
.sectionnav li .current_page_item {
	background-color: #fff;
}

.sectionnav li li:last-of-type:hover,
.sectionnav li li:last-of-type:focus,
.sectionnav li .current_page_item:last-of-type {
	border-bottom: 1px solid #c2c2c2;
}

.sectionnav li a {
	padding: 0 1em;
	color: #026b8d;
	font-size: 1.1em;
	font-weight: 500;
}

.sectionnav li li a {
	padding: 0 1em 0 1.5em;
	color: #000;
	font-size: 1em;
	font-weight: 400;
}

.support {
	padding: 1em .5em;
	color: #fff;
	font-family: 'Merriweather', serif;
	font-size: 1.25em;
	background-color: #d2183f;
	text-align: center;
}

.support::before {
	content: '';
	display: inline-block;
	background: url(img/pink_heart.png) left center no-repeat;
	width: 40px;
	height: 40px;
	margin-right: .25em;
	vertical-align: middle;
}

.support a {
	color: #fff;
	text-decoration: none;
}

.support:hover::before,
.support:focus::before {
	background:  url(img/white_heart.png) left center no-repeat;
}

/* Collapsible content */

.buttons {
	text-align: right;
}

.buttons button {
	margin-bottom: 1em;
}

.collapsible {
	margin: 1em 0;
}

.collapsible h3 {
	margin: 0;
	color: #000;
	width: 100%;
	position: relative;
	text-align: left;
}

.collapsible h3 [aria-expanded] {
	width: 100%;
	text-align: left;
}

.collapsible h3 [aria-expanded] .state {
	margin-right: .25em;
	border-right: 2px solid #fff;
	display: inline-block;
	width: 1.75em;
	height: 1.75em;
	vertical-align: middle;
}

.collapsible h3 [aria-expanded="false"] .state {
	background: #026b8d url(img/plus.svg) center center no-repeat;
	background-size: 1em;
}

.collapsible h3 [aria-expanded="true"] .state {
	background: #026b8d url(img/minus.svg) center center no-repeat;
	background-size: 1em;
}

.collapsible button[aria-expanded] {
	padding: 0;
	color: #000;
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-weight: 300;
	text-transform: none;
}

.collapsible button[aria-expanded="true"] {
	color: #fff;
	background-color: #026b8d;
}

.collapsible h3 + [aria-hidden] {
	display: none;
  -webkit-animation: fadeIn ease-in 1;
          animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}

.collapsible h3 + [aria-hidden="false"] {
	display: block;
    -webkit-animation: fadeIn 1s ease;
            animation: fadeIn 1s ease;
}

.collapsible .details {
	padding: 1em;
	background-color: #e0eef3;
}

/**/ Default gallery */
.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gallery-item {
	margin: 1em;
}

@supports (display: grid) {
	.gallery {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (minmax(260px, 1fr))[auto-fit];
		grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
		grid-gap: 1em;
	}

	.gallery-item {
		margin: 0;
	}
}

.gallery-caption {
	margin: 0;
	text-align: center;
}

.gallery br {
	display: none;
}

.post-list article {
	border-bottom: 1px solid #CCC;
	margin-bottom: 1.5em;
}

.post-list article h2 a {
	text-decoration: none;
	text-transform: none;
}

.post-list article:last-child {
	border: none;
}

.post-list article a.read-more {
	display: block;
}

.alignleft,img.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em 1.5em 0;
}

.alignright,img.alignright {
	display: inline;
	float: right;
	margin: 0 0 1.5em 1.5em;
}

.aligncenter,img.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto 1.5em;
}

.wp-caption {
	max-width: 100%;
	position: relative;
	display: block;
}

.wp-caption img {
	display: block;
	max-width: 100%;
	height: auto;
}

ul.navigation {
	margin: 0;
	padding: 0 !important;
	list-style-type: none;
}

ul.navigation li {
	float: right;
}

ul.navigation li.newer {
	float: left;
}

/* Calendar */
.mc-main h2.my-calendar-month {
	padding: .5em;
	text-align: left;
	color: #026b8d;
	font-size: 1.5em;
}

.mc-main .my-calendar-header,
.mc-main .mc_bottomnav {
	background-color: #fff;
	border:  1px solid #efefef;
}

.mc-main .my-calendar-header a,
.mc-main .mc_bottomnav a {
	margin-right: .1em;
	color: #222;
	background: #fff;
	border-radius: 0;
}

.mc-main .no-icon {
	border-radius: 0
}

.mc-main .calendar-event .details,
.mc-main .calendar-events {
	z-index: 999;
}

button.mc-text-button:hover,
button.mc-text-button:focus {
	color: #026b8d;
}

.category-key .current {
	font-weight: bold;
}

footer {
	padding: 1em 0;
	width: 100%;
	color: #fff;
	background-color: #333;
}

footer h3 {
	color: #fff;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover,
footer a:focus {
	color: #fff;
	text-decoration: underline;
}

footer .col:first-of-type p {
	margin: 0;
	line-height: 1.25;
}

footer .address::before,
footer .phone::before,
footer .email::before {
	background: none;
	width: auto;
	margin:  0;
}

.social {
	padding-left: 0;
}

.social li {
	width: 2em;
	margin-right: .5em;
	padding: .5em;
	list-style: none;
	display: inline-block;
	background-color: #cdcdcd;
	border-radius: 50%;
}

.social li:hover,
.social li:focus {
	background-color: #fff;
}

.social img {
	display: block;
}

footer label {
	display: block;
}

footer input[type=submit] {
	color: #fff;
	background-color: #1287ad;
	border: 1px solid #fff;
	border-radius: .25em;
	padding: .25em 1em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

footer input[type=submit]:hover,
footer input[type=submit]:focus {
	color: #1287ad;
	background-color: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    nav ul,
    nav li {
    	display: inline-block;
    }
}

@media screen and (min-width: 769px) {
	html {
		font-size: 18px;
	}

	header {
		background: url(img/banner_subpage_medium.jpg) center top no-repeat;
		background-size: cover;
		width: 100%;
		height: 240px;
	}

	.home header {
		background: url(img/banner_home_medium.jpg) center top no-repeat;
		background-size: cover;
		height: 400px;
	}

	header .inner {
		display: flex;
		justify-content: center;
		max-width: none;
		width: 100%;
		position: absolute;
		bottom: 0;
		background-color: #fff;
		background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
	}

	nav.fixed {
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 10;
	}

	.logo {
		max-height: 90px;
		display: block;
		vertical-align: middle;
	}

	.church {
		display: block;
	}

	header.fixed .logo {
		max-height: 50px;
	}

	.name {
		font-size: 3em;
	}

	header.fixed .name {
		font-size: 2em;
	}

	tag {
		font-size: 1.75em;
	}

	header.fixed .tag {
		font-size: 1.25em;
	}

	.logo {
		margin: .25em 1em;
		text-align: left;
	}

	nav button {
		display: none;
	}

	nav ul {
		display: flex;
		justify-content: space-between;
	}

	nav li {
		margin: auto;
		width: auto;
		border-top:  1px solid transparent;
		border-bottom: 1px solid transparent;
	}

	nav a {
		display: block;
		text-decoration: none;
		text-align: center;
		padding: .5em;
	}

	nav li:first-of-type a {
		background: transparent url(img/home.svg) center center no-repeat;
		background-size: 1.25em;
/* 		width: 1em;
		height: 1em; */
		display: block;
		text-indent: -9999px;
		overflow:hidden;
		transition: all 0.1s linear;
	}

	nav li:first-of-type a:hover,
	nav li:first-of-type a:focus {
		-webkit-transform: scale(1.1, 1.1);
		        transform: scale(1.1, 1.1);
	}

	nav li li:first-of-type a {
		background:  transparent;
		width: auto;
		height: auto;
		text-indent: 0;
		overflow: visible;
	}


	nav [aria-haspopup="true"]+ul[aria-hidden="true"] {
		display: none;
	}

	nav .current-menu-item:not(:first-of-type),
	nav .current-page-ancestor,
	nav .current-menu-item:not(:first-of-type) a,
	nav .current-page-ancestor > a {
		background-color: #026b8d;
	}

	nav [aria-haspopup="true"]+ul[aria-hidden="false"] {
		margin-top: 0;
		display: block;
		position: absolute;
		top: 2.75em;
		width: auto;
		min-width: 10em;
		z-index: 10;
		background-color: #1287ad;
	}

	nav [aria-haspopup="true"]+ul[aria-hidden="false"] li {
		text-align: left;
		margin: auto;
		background-color: #1287ad;
	}

	nav [aria-haspopup="true"]+ul[aria-hidden="false"]:hover,
	nav [aria-haspopup="true"]+ul[aria-hidden="false"]:focus {
		background-color: #026b8d;
	}

	nav [aria-haspopup="true"]+ul[aria-hidden="false"] li:last-child {

	}

	nav [aria-haspopup="true"]+ul[aria-hidden="false"] a {
		color: #fff;
		padding: 0.4em 1em;
		transition: background 0.2s;
	}

	nav [aria-haspopup="true"]+ul[aria-hidden="false"] a:hover,
	nav [aria-haspopup="true"]+ul[aria-hidden="false"] a:focus {
		background-color: #026b8d;
	}

	nav [aria-haspopup="true"]+ul li {
		display: block;
		position: relative;
	}

	main {
		padding-bottom: 2em;
	}

	main .inner {
		display: flex;
		justify-content: space-between;
	}

	.home main .inner {
		display: block;
	}

	.feature {
		padding: 0;
		margin-right: 2em;
		font-size: 2em;
	}

	.contact {
		margin: 1em 0;
		display: block;
	}

	.home .contact {
		margin-top: 2.5em;
		padding: 1.5em;
		width: 100%;
	}

	.contact span {
		display: inline-block;
	}

	.home .contact span:nth-of-type(2) {
		margin-left: 2.25em;
	}

	.home .address::before,
	.home .phone::before,
	.home .email::before {
		margin-right: 1em;
	}

	.grid_row {
		display: flex;
		justify-content: space-between;
	}

	.callouts {
		flex-basis: 68%;
	}

	.callouts ul {
		display: flex;
		flex-wrap: wrap;
	  	justify-content: space-between;
	}

	.callouts li {
		flex-basis: 49%;
		max-width: 49%;
	}

	.callouts li:nth-child(3),
	.callouts li:nth-child(4) {
		margin-bottom: 0;
	}

	.events {
		flex-basis: 30%;
		max-width: 30%;
	}

	@supports (display: grid) {
		.grid_row {
 			display: -ms-grid;
			display: grid;
			-ms-grid-columns: 69% 30%;
			    grid-template-columns: 69% 30%;
			grid-gap: 1em; 
		}

		.events {
			max-width: none;
		}
	}

	.content {
		flex:  1 1 65%;
	}

	.sidebar {
		margin: 1em 2em 0 0;
		flex:  0 1 25%;
	}

	footer {
		font-size: 1em;
		padding: 2em 0;
	}

	footer .inner {
		display: flex;
		justify-content: space-between;
	}

}

@media screen and (min-width: 1024px) {

	header {
		background: url(img/banner_subpage_full.jpg) center top no-repeat;
		background-size: cover;
		height: 400px;
	}

	.home header {
		background: url(img/banner_home_full.jpg) center top no-repeat;
		background-size: cover;
		height: 640px;
	}
}

@media print {

    @page {
        margin: 1.25cm 1.3cm 1.25cm 1.3cm
    }

	#skip, nav, .sidebar, footer {
		display: none;
	}

    body {
        display: block
    }

	.logo {
		height: .75in;
		width: auto;
	}

	.home .contact,
	.home .contact h2,
	.home .contact a,
	.callouts a,
	.callouts .details {
		color: #000;
	}
}