/*
Theme Name: Branch MPTAC
Theme URI: http://underscores.me/
Author: Scott Marlow
Author URI: https://marketingbymarlow.com
Description: A custom HTML5 mobile responsive WordPress theme, based on _Underscores, for Branch Military Parent Technical Assistance Center.
Version: 06.23.2017
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tac
Tags:

Branch MPTAC is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

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

/*--------------------------------------------------------------
# Colors

Drk Blue: 	#213a6c	rgb(33,58,108)
Med Blue: 	#1078a1	rgb(16,120,161)
Lt Blue: 	#dbecf2	rgb(219,236,242)
Red: 		#bc2333	rgb(188,35,51)
Pink: 		#f6565f rgb(246,86,95)
Drk Pink: 	#e30c17 (meets a11y)
Green: 		#5e9655	rgb(94,150,85)

# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden
}

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, .hidden {
	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 0 0.5em 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 0;
}

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

pre {
	overflow: auto;
}

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

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-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
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #222;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #213a6c;
	line-height: 1.2;
	margin: 0 0 .5em 0;
	text-transform: uppercase
}
h1 {
font-size: 2.8rem
}
.home .content-area h2 {
font-size: 2.8rem;
margin: 1em auto
}
h2 {
font-size: 2.1rem
}
h3 {
font-size: 1.8rem
}
.site-footer .widget-title {
color: #fff
}
.entry-title {
margin-bottom: 0
}
h2.entry-title {
text-transform: none
}
/* fix
.format-standard .entry-header {
background: url(img/bg-icon-standard.png) left top no-repeat;
padding-left: 7rem
}
*/
p {
	margin: 0 0 1.5em 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	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 {
color: #213a6c;
	font-size: 1.6rem;
	font-style: italic;
	line-height: 1.8;
	margin: 0 0 1.5em 0;
	padding: 0 1.5em;
	quotes: "" "";
}

hr {
	background-color: #dbecf2;
	border: 0;
	clear: both;
	height: 2px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}
.widget ul, .widget ol {
margin: 0 0 1.5em 0
}
.site-content li {
	margin-bottom: .3em
}

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. */
}
.content-header img.wp-post-image, .content-header img.head-img {
/*border-bottom: 21px solid #5e9655;*/
margin-bottom: 0;
max-width: 40rem;
}
.home .content-header img.wp-post-image, .home .content-header img.head-img {
margin: 0 auto;
max-width: inherit;
}
figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
td {
border-bottom: 1px solid #dbecf2;
padding: .25em .5em;
vertical-align: top
}
.site-title {
display: inline-block;
margin: 1.5em;
max-width: 440px
}
.home .site-title {
max-height: 116px;
overflow: hidden
}
.site-description {
font-size: 1.6rem;
font-style:italic;
margin: 1.5em auto;
text-align:center
}
.cred {
clear: both;
margin: 0
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.home a.more-link, a.button, button, input[type=button], input[type=reset], input[type=submit] {
	background: #bc2333;
	border: 1px solid #bc2333;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.1;
	padding: .5em 1em;
	text-decoration:none;
	transition: background-color .2s
}
#connect a.button, #ticker a.button {
background: #fff;
border-color: #fff;
color: #f6565f;
text-transform: uppercase;
transition: background-color .2s
}
.home a.more-link:hover, a.button:hover, button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background: #fff;
	color: 	#bc2333;
}
.home a.more-link:focus, a.button:focus, button:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, .home a.more-link:active, a.button:active, button:active, input[type=button]:active, input[type=reset]:active, input[type=submit]:active {
	background: #fff;
	color: 	#bc2333;
}
#connect a.button:hover,#ticker a.button:hover,
#connect a.button:focus,#ticker a.button:focus,
#connect a.button:active,#ticker a.button:active {
background: #213a6c;
border-color: #213a6c;
color: #fff
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
	color: #666;
	border: 1px solid #666;
	padding: .5em;
}

select {
	border: 1px solid #bc2333;
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

.search-form {
background: #dbecf2;
clear: both;
padding: 2.1rem 1.5rem
}
input.search-field {
border-color: #fff
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
nav#site-breadcrumbs {
line-height: 1.4;
margin-top: 1.5rem;
width: auto
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #1078a1;
}
.header-caption a {
color: #fff
}
.entry-meta a {
color: #666;
cursor: default;
text-decoration: none
}
a[href$='.pdf']:before {
content: '\1F5BA';
font-size: 16px;
vertical-align: top
}
/* SWM 9/20
a[href*="//"]:not([href*="branchta.org"]) {
border-bottom: 1px dotted #213a6c;
color: #e30c17; 
text-decoration: none
}
*/
/* JetPack Social Icons */
#masthead .jetpack_widget_social_icons ul {
margin: 0 1.5em 0 0
}
#page .widget a.genericon {
border-bottom: none;
color: #213a6c;
font-size: 3.5rem;
}
#page .jetpack_widget_social_icons ul a {
border: none;
color: #213a6c;
}
#page a.button-map {
background: url('img/united-states-map-regions.png');
background-size: contain;
border: none;
display: inline-block;
height: 190px;
overflow: hidden;
text-indent: 100%;
width: 306px;
white-space:nowrap
}
#page a.button-map:hover, #page a.button-map:focus, #page a.button-map:active {
background: url('img/united-states-map-over.png')
}

a.more-link, a.read-more {
color: #bc2333;
display: block;
font-weight: bold
}
a.post-edit-link {
display: block;
font-weight: bold;
margin: 1.5em;
text-transform: uppercase
}
a:visited {
}

a:hover,
a:focus,
a:active {
	text-decoration: none
}
a[href*="//"]:not([href*="branchta.org"]):hover,
a[href*="//"]:not([href*="branchta.org"]):focus,
a[href*="//"]:not([href*="branchta.org"]):active {
border-bottom: none;
}
#page .widget a.genericon:hover, #page .jetpack_widget_social_icons ul a:hover,
#page .widget a.genericon:focus, #page .jetpack_widget_social_icons ul a:focus,
#page .widget a.genericon:active, #page .jetpack_widget_social_icons ul a:active {
color: #1078a1;
}
a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
.mapsvg svg a path {
cursor: pointer !important
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
background: #213a6c;
	clear: both;
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
}

.main-navigation a {
	background: #213a6c;
	color: #fff;
	display: block;
	letter-spacing: .05em;
	line-height: 1.4;
	padding: .5em 1.5em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .2s
}
.main-navigation ul ul {
}
.main-navigation ul ul ul {
}
.main-navigation ul ul a {
text-transform: none
}
.main-navigation ul ul li {
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
background: #1078a1
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
}

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
background: #1078a1
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.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 {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-links {
font-weight: bold;
line-height: 1.4;
text-transform: uppercase
}
/*--------------------------------------------------------------
# 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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 16px;
	font-size: 1.6rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft, 
.alignright, 
.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,
.site-footer2:before,
.site-footer2:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
#colophon .widget {
font-size: 1.2rem;
	margin: 0 1% 1.5em;
	max-width: 62rem
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
#utility .widget_wpcom_social_media_icons_widget ul {
padding-left: 0
}
#connect .widget, #ticker .widget {
margin: 0 auto;
text-align: center;
width: auto
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-branding, .menu, .site-content, .site-info, .content-header {
max-width: 105rem;
margin: 0 auto;
padding: 0 1.5rem
}
.home .content-header {
max-width: 100%
}
.home .content-area{
text-align: center
}
.content-header {
line-height: 1
}
img.header-img, .header-caption {
display: block;
margin: auto;
max-width: 100%
}
#utility {
margin: 1.5em auto 0 auto;
}
.site-footer2 {
background: #213a6c url('img/bg-footer-branch.png') 85% bottom no-repeat;
background-size: contain;
border-top: 5px solid #fff;
color: #fff;
padding-top: 3rem;
}
.site-footer {
background: #f6565f;
color: #fff;
font-size: 1.6rem;
padding: 1.5em 0
}
.site-info {
padding: 0 1.5em
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}
.blog article, .archive article, .category article, .single-post .entry-header {
border-bottom: 1px solid #dbecf2;
padding: 0 0 2.8rem 7rem
}
.blog article.format-standard, .archive article.format-standard, .single-post .format-standard .entry-header {
background: url(img/bg-icon-standard.png) left top no-repeat;
}
.blog article.format-video, .archive article.format-video, .single-post .format-video .entry-header {
background: url(img/bg-icon-video.png) left top no-repeat;
}
.blog article.format-standard.sticky {
background: #dbecf2 url(img/bg-icon-standard.png) left 3rem no-repeat;
padding: 1.5rem 1.5rem 2.8rem 7rem
}
.blog article.format-video.sticky {
background: #dbecf2 url(img/bg-icon-video.png) left 3rem no-repeat;
padding: 1.5rem 1.5rem 2.8rem 7rem
}
.byline,
.updated:not(.published) {
	display: none;
}

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

.page-content,
.entry-content,
.entry-summary,
.page-header,
.entry-header,
.widget-area {
	margin: 1.5em 0 0;
}
.entry-meta {
color: #666
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.tags-links {
padding: 0 1.5em
}
.cat-links, .tags-links {
display: none
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: 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;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
background: #5e9655;
color: #fff;
line-height: 1.4;
padding: .25em
}

.wp-caption-text {
	text-align: center;
}
.header-caption {
background: #5e9655;
color: #fff;
font-size: 2.1rem;
font-weight: bold;
padding: 1.5rem;
text-align: center
}
/*--------------------------------------------------------------
## 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;
}

@media screen and (min-width: 60em) {
#page {
background: url('img/bg-header-pattern.png') 0 220px no-repeat;
}
.content-header {
background: #1078a1 /* fallback color for header-pattern */
}
.home #page {
background: none
}
#utility {
float: right;
width: 42rem
}
#utility .widget_wpcom_social_media_icons_widget ul li {
margin-right: .75em
}
input.search-field {
width: 26.7rem
}
body,
button,
input,
select,
textarea {
font-family: 'Roboto', sans-serif;
}
	.site-title {
	float: left;
	margin-left: 0
}
img.header-img, .header-caption {
max-width: 144rem
}
	.menu-toggle {
		display: none;
	}
	.main-navigation {
	float: none;
	}
	.main-navigation ul {
		display: flex;
		flex: 0 1 auto;
		flex-flow: row wrap;
		justify-content: space-between;
		margin: auto
	}
	.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation ul ul {
	background: rgba(255, 255, 255, 1);
	float: left;
	position: absolute;
	top: 2.4em;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 260px;
}
.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%;
}
nav#site-breadcrumbs {
color: #fff;
float: left;
margin-top: 3rem;
max-width: 42rem;
}
#breadcrumbs a {
color: #fff
}
img.wp-post-image, img.head-img {
display: inline-block;
float: right;
margin-bottom: 1.5rem;
max-width: 100%;
width: auto
}
.home img.wp-post-image, .home img.head-img {
float: none;
display: block;
}
/* Layout: Content-Sidebar */
.content-area {
	float: left;
	margin: 0 -25% 0 0;
	width: 100%;
}
.site-main {
	margin: 0 26.5% 0 0;
}
.page-template-page-full .site-main {
margin: 0
}
#utility aside.widget {
float: left;
width: auto
}
/* fix
section#latest {
display: flex;
flex: 0 1 auto;
justify-content: center;
align-content: stretch
}
*/
#latest article, .home section.alignleft {
float: left;
margin: 1.5em 1.5%;
width: 30%
}
.home section.alignleft > h3 {
min-height: 4.6rem
}
.site-content .widget-area {
	float: right;
	overflow: hidden;
	width: 25%;
}
#connect .widget {
margin: 0;
text-align: left
}
#connect p, #ticker p {
margin: 0
}
.site-footer {
	clear: both;
	width: 100%;
}
.blog article.sticky {
height: 100%;
position: relative
}
.blog article.sticky:before {
background-color: #dbecf2;
content: "";
height: 100%;
margin-top: -1.5rem;
position: absolute;
left: -100vw;
width: 200vw;
z-index: -1
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	clear: none;
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	clear: none;
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.nav-links {
font-size: 2.1rem
}
.nav-previous a {
background: url(img/bg-nav-links-left.png) left center no-repeat;
display: inline-block;
padding-left: 15%
}
.nav-next a {
background: url(img/bg-nav-links-right.png) right center no-repeat;
display: inline-block;
padding-right: 15%
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	text-align: center;
	width: 40%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: center;
	width: 40%;
}
#connect .widget:first-of-type {
float: left
}
#connect .widget:last-of-type {
float: right
}
}

@media screen and (min-width: 72em) {
nav#site-breadcrumbs {
max-width: 60rem;
}

}
/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/

@media print {
/* Hide elements */
	nav,  .main-navigation,  .social-navigation,  .page-links,  .edit-link,  .post-navigation,  .pagination.navigation,  .comments-pagination,  .comment-respond,  .comment-edit-link,  .comment-reply-link,  .comment-metadata .edit-link,  .pingback .edit-link {
	display: none !important;
}
.entry-footer,  #comments,  .site-footer,  .single-featured-image-header {
	border: 0;
}
/* Font styles */
	body {
	font-family: sans-serif;
	font-size: 12pt;
	line-height: 1.4;
}
h1, h2, h3, h4, h5, h6, .entry-title, .page-title, strong, b, dt, th {
	font-weight: bold
}

h1,
h2,
h3,
h4,
h5 {
	clear: both;
	font-family: sans-serif;
	line-height: 1.2;
	margin: 0 0 .5em 0;
	text-transform: uppercase
}
.entry-title {
margin-bottom: 0
}
h2 {
	font-size: 2.1rem
}
h3, th {
	font-size: 1.8rem
}
h4 {
	font-size: 1.6rem
}

blockquote, blockquote q, blockquote cite {
 font-size: 16pt;
}
h5, .author-title {
	font-size: 14pt;
}
.entry-meta, .wp-caption {
	font-size: 10pt;
}
/* Layout */
	body {
	padding: 0;
	text-align: left
}
 header, .site, .site-header, #content, .content-area, .site-main, .page-template-page-full .site-main, #secondary, .widget-area, footer, .site-footer {
 clear: both;
 display: block;
 float: none;
 margin: 0;
 position: relative;
 width: 100%
}
header#masthead, #content {
  border-bottom: 1pt solid #000;
  margin-bottom: 11pt;
 padding-bottom: 11pt
 }
table, th, tr {
	border-bottom: 1pt solid #dbecf2
}
img {
	max-width: 100%
}
.alignleft, .alignright, .aligncenter {
clear: both;
display: block;
float: none;
text-align: left
}
.site-content a:after, .site-footer a:after {
	content: " <" attr(href) ">";
	 text-decoration: none;
	word-wrap: break-word
}
a[href^="#"]:after {
 content: ""
}
/* Colors */
	body, .site, .site-header, .site-footer {
	background: none !important; /* Brute force since user agents all print differently. */
	color: #000;
}
a,  .site-title a,  .entry-meta a  .site-footer a {
	color: #666 !important; /* Make sure color schemes don't affect to print */
	text-decoration: underline
}
 h1, .site-title, .entry-title, .page-title, h2, h3, h4, h5,  blockquote, .site-description {
 color: #333 !important; /* Make sure color schemes don't affect to print */
}
.entry-meta {
color: #666
}
}
