/*
Theme Name: Bedstone by Windmill Design
Theme URI: http://underscores.me/
Author: Windmill Design
Author URI: http://www.windmilldesign.com
Description: A custom theme by Windmill Design.
Version: 1.14.07
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bedstone
Domain Path: /languages/
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.

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

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/.site-header .search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/.site-header .search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1em;
}
b, strong {
	font-weight: bold;
}
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: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 2em 1.5em;
}
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. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
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: #4d626e;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
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);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #cdd3d7;
	background: #f3f3f3;
	/* border-radius: 3px; */
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

.form-note {
	font: 13px 'Open Sans', sans-serif;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul {
	left: 100%;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu */
.menu-toggle {
	display: none;
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 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-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 */
}

/*--------------------------------------------------------------
7.0 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: 0 auto;
}

/*--------------------------------------------------------------
8.0 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 {
	content: '';
	display: table;
}

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

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

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 2.5em;
}
.byline,
.updated {
	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;
}

.entry-title a {
text-transform: none !important;
text-decoration: none !important;
font-size: 20px;
line-height: 1.25;
letter-spacing: 0;
margin: 5px 0;
-webkit-font-smoothing: subpixel-antialiased;
font-smoothing: subpixel-antialiased;
}

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

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%;
}

.home--video-embed {
	margin: 3rem 0 0;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 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 {}

/*
 *
 * WINDMILL CUSTOM
 *
 */

html {
    font-size: 16px; /* http://j.eremy.net/confused-about-rem-and-em/ */
}

body {
    background: #f1f1f1 url('./images/body-bg.png');
    color: #000;
    font-size: 1em;
    line-height: 1.7;
    font-family: 'Open Sans', sans-serif;
    color: #4d626e;
    -webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1 { /* .banner, .entry-header */
	font: 60px 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1.1;
	margin: 0;
	padding: 0;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 0 0 50px rgba(0,0,0,0.3);
}
h2 {

}
h3 {

}
h4 {
	font: 16px 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #698a9b;
	margin: 20px 0;
}
.site-content h4:after {
	content: '';
	display: block;
	height: 3px;
	margin-top: 8px;
	/* probably better than border-bottom because CSS 'dotted' borders don't look very good */
	background: url('./images/dotted-border-bottom.png') top left repeat-x;
}

a, a:visited {
	color: #6560a8;
	text-decoration: underline;
}
a:hover {
	color: #3f3a76;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:focus,
a img {
    outline: 0 none;
}

a.click-to-call,
a.click-to-call:visited,
a.click-to-call:hover,
a.click-to-call:active {
    color: inherit;
    text-decoration: inherit;
}

.entry-content a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

img.framed {
	background: #FFF;
	padding: 5px;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.25);
	box-shadow: 0 0 4px rgba(0,0,0,0.25);
}

.to-top {
	font-size: 14px;
	text-align: right;
}
.to-top a:after {
	content: '';
	position: relative;
	top: -2px;
	display: inline-block;
	margin-left: 8px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #607a87;
}

a.modal-video {
	position: relative;
	display: inline-block;
	/* NOTE / TODO: will need to change if using text links for video modals! */
	line-height: 0;
	font-size: 0;
}
a.modal-video:before {
	content: '';
	position: absolute;
	width: 58px;
	height: 58px;
	top: 50%;
	left: 50%;
	margin: -32px 0 0 -29px;
	background: #333 url('./images/icon-play.png') center center no-repeat;
	background-color: rgba(0,0,0,.35);
	border: #FFF 1px solid;
	border-color: rgba(255,255,255,.75);
	z-index: 20;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a.modal-video:hover:before {
	background-color: rgba(0,0,0,0.5);
}

::-webkit-input-placeholder { color: #4d626e; }
:-moz-placeholder { color: #4d626e; }
::-moz-placeholder { color: #4d626e; }
:-ms-input-placeholder { color: #4d626e; }

/* button -------------------------------------------------------------- */

/*
.entry-content .call-to-action { }
.entry-content .call-to-action a,
.entry-content .call-to-action a:visited { }
.entry-content .call-to-action a:after { }
.entry-content .call-to-action a:hover,
.entry-content .call-to-action a:active { }
.entry-content .call-to-action a:hover:after { }
.call-to-action-button a:visited { }
.call-to-action-button a:after { }
*/

.call-to-action a {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.call-to-action a:after {
	content: '\00A0\00BB';
}
.call-to-action--reversed a:after {
	content: '';
}
.call-to-action--reversed a:before {
	content: '\00AB\00A0';
}

.call-to-action-button a,
.button {
	display: inline-block;
	position: relative;
	margin: 5px 0px;
	padding: 0 32px 0 15px;
	height: 44px;
	overflow: visible;
	font: 12px 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 40px;
	color: #7e78b8;
	border: #7e78b8 3px solid;
	background: transparent;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	white-space: nowrap;
	outline: none;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	*zoom: 1;

	-webkit-transition: color 0.1s ease, background 0.1s ease;
	-moz-transition: color 0.1s ease, background 0.1s ease;
	transition: color 0.1s ease, background 0.1s ease;
}

.call-to-action-button a:after,
.button:after,
a.more:after {
	content: '';
	position: absolute;
	width: 9px;
	height: 8px;
	background: url('./images/button-sprite.png') 0 0 no-repeat;
	right: 15px;
	top: 15px;
	-webkit-transition: right 0.1s ease;
	-moz-transition: right 0.1s ease;
	transition: right 0.1s ease;
}
.call-to-action-button a:hover:after,
.button:hover:after {
	right: 12px;
	background-position: -10px 0;
}

a.more {
	position: relative;
	display: inline-block;
	padding-right: 32px;
	font: 12px 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #617986;
	text-decoration: none;
	text-transform: uppercase;
}
a.more:hover { color: #716baa; }
a.more:after { top: 4px; background-position: -40px 0; }
a.more:hover:after { background-position: 0 0; }

input::-moz-focus-inner, .button::-moz-focus-inner { /* Firefox */
	border: 0;
	padding: 0;
}

.call-to-action-button a:hover,
.call-to-action-button a:focus,
.call-to-action-button a:active,
.button:hover,
.button:focus,
.button:active {
	color: #635da2;
	border-color: #635da2;
	text-decoration: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

.small-span {
	font-size: 0.75em;
}

/* --------------------------------------------------------------------- */
/* ------------------------------------------- start fixed layout widths */

.site {
	min-width: 1020px;
}
.content-area,
.container {
	width: 100%;
	max-width: 1600px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.grid.content-area,
.grid.container {
	width: 1020px;
}

/* NOTE: .site-main and .sidebar don't quite follow the grid */

.site-main {
	width: 75%;
	float: left;
	position: relative;
}
.site-main--wide {
	width: 100%;
}
.sidebar {
	width: 20%;
	float: right;
}
.content-area {
	padding-top: 40px;
	overflow: hidden; /* clearfix */
}

/* --------------------------------------------------------------------- */
/* --------------------------------------------- end fixed layout widths */

.grid:before,
.grid:after	{
	display: table;
	content: "";
	line-height: 0;
}
.grid:after 	{
	clear: both;
}
.grid {
	width: 100%;
	clear: both;
	*zoom: 1;
}
.grid .column {
	display: block;
	float: left;
	width: 31.428571%;			/* 308 / 980 */
	margin-left: 2.8571429%; 	/*  28 / 980 */
}
.grid .column:first-child {
	margin-left: 0;
	clear: both;
}
/* NOTE: IE8 chokes if this is shared with the :first-child selector above! */
.grid .column:nth-child(3n + 1) {
	margin-left: 0;
	clear: both;
}

.site-header,
.site-content {
	background: #FFF;
}
.site-header {
	height: 94px;
	position: relative;
}
.site-content {
	padding-bottom: 30px;
}

.logo {
	width: 173px;
	height: 29px;
	position: absolute;
	left: 25px;
	top: 30px;
}
.logo a {
	display: block;
	width: 100%;
	height: 100%;
	background: url('./images/logo.png') center center no-repeat;
	text-indent: -9999px;
	outline: none;
}
h4.tagline {
	margin: 0;
	padding: 0;
	letter-spacing: 0.01em;
	text-transform: none;
	font: italic 20px 'Crimson Text', serif;
	color: #536973;
	position: absolute;
	left: 215px;
	top: 32px;
}

#link-join-responsive {
	display: none;
}

.link-join a,
.link-join a:hover {
	display: inline-block;
	position: absolute;
	background-color: #7e78b8;
	color: #fff;
	height: 37px;
	line-height: 37px;
	border: 0;
	right: 20px;
	top: 24px;
}
.link-join a:after,
.link-join a:hover:after,
#link-join-responsive:after,
#link-join-responsive:hover:after {
	top: 14px;
	background-position: -30px 0;
}
.link-join a:hover,
#link-join-responsive:hover {
	background-color: #635da2;
}

/* search -------------------------------------------------------------- */

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

.site-header .search {
	height: 37px;
	width: 205px;
	position: absolute;
	right: 180px;
	top: 24px;
	border-bottom: #d9dbdc 2px solid;
}
.site-header .search.active {
	border-bottom-color: #cdcae6;
}
.site-header .search input[type="search"] {
	border: 0;
	width: 170px;
	height: 30px;
	padding: 0 2px;
	font: 12px 'Open Sans', sans-serif;
	font-style: italic;
	margin: 5px 0 0 0;
	background: transparent;
	outline: none;
	color: #4d626e;
}

.site-header .search input ::-webkit-input-placeholder { color: #4d626e; }
.site-header .search input :-moz-placeholder { color: #4d626e; }
.site-header .search input ::-moz-placeholder { color: #4d626e; }
.site-header .search input :-ms-input-placeholder { color: #4d626e; }

.site-header .search .button {
	display: block;
	border: 0;
	position: absolute;
	width: 12px;
	height: 12px;
	padding: 0;
	right: 5px;
	top: 14px;
	margin: 0;
	background: url('./images/icon-search.png') top center no-repeat;
	text-indent: -9999px;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.site-header .search .button:after {
	display: none;
}
.site-header .search.active .button {
	background-position: 0 -12px;
}

.nav-social {
	position: absolute;
	right: 400px;
	top: 32px;
	font-size: 20px;
}

.nav-social ul {
	display: flex;
    gap: 7px;
    margin: 0;
    height: 30px;
    align-items: center;
}

.nav-social li {
	list-style: none;
}

.nav-social a {
	display: block;
	width: 20px;
	height: 20px;
}

/* navigation -------------------------------------------------------------- */

.switch-nav-main {
	display: none; /* responsive */
}

.navigation {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 58px;
	bottom: -58px;
	background: #d7d7dc;
	background: rgba(233,239,241,.75);
	border-top: #bec2c4 1px solid;
	border-top-color: rgba(154,167,172,.45);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.25);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.navigation .container {
	height: 100%;
}
.nav-main .menu {
	list-style: none;
	height: 100%;
	margin: 0;
	padding: 0;
}
.nav-main .menu > li {
	float: left;
	position: relative;
}
.nav-main .menu > li > a {
	display: block;
	float: left;
	text-decoration: none;
	color: #3e4446;
	font-size: 17px;
	font-weight: 400;
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
	padding: 0 22px;
	height: 57px;
	line-height: 55px;
	letter-spacing: 0.035em;
	border-bottom: transparent 4px solid;
	-webkit-transition: border-color 0.08s ease;
	-moz-transition: border-color 0.08s ease;
	transition: border-color 0.08s ease;
}
.nav-main .menu > li:before {
	content: '';
	position: absolute;
	display: block;
	float: left;
	width: 1px;
	height: 24px;
	background: #a2b1b6;
	margin-top: 16px;
	line-height: 0;
	font-size: 0;
}
.nav-main .menu > li:first-child:before {
	background: transparent;
}
.nav-main .menu > .isParent > a {
	padding-right: 30px;
}
.nav-main .menu > .isParent > a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: 14px;
	top: 28px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #607a87;
}
.nav-main .menu > li a:hover,
.nav-main .menu > li:hover > a,
.nav-main .menu > .isCurrent > a {
	color: #524d99;
	border-bottom-color: #6560a8;
}
.nav-main .menu > .isParent a:hover:after {
	border-top-color: #6560a8;
}

/* dropdown -------------------------------------------------------------- */

.nav-main .dropdown {
	position: absolute;
	z-index: 100;
	top: 57px; /* nav-main link height */
	left: -9999px;
	margin: 0;
	opacity: 0;
	overflow: hidden; /* clearfix */
	min-width: 200px;
	background: #2b444f;
	background: rgba(43,68,79,.95);
	padding: 20px 20px 20px 20px;
	-webkit-transiton: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-ms-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

.nav-main .dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	min-width: 160px;
}

.nav-main .dropdown-multi {
	min-width: 420px;
}
.nav-main .dropdown.dropdown-multi > ul {
	border-left: #445962 1px solid;
	padding-left: 24px;
}
.nav-main .dropdown.dropdown-multi > ul:first-child {
	border: 0;
	padding-left: 0;
	margin-right: 24px;
}

.nav-main li:hover .dropdown {
	left: 0;
	opacity: 1;
}
.nav-main li .dropdown a {
	display: block;
	color: #d1e5e8;
	/*
	padding-top: 5px;
	margin-bottom: 5px;
	*/
	padding-right: 14px;
	font: 15px 'Montserrat', sans-serif;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	white-space: nowrap;
}
.nav-main li .dropdown li:after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: url('./images/dotted-border-bottom.png') top left repeat-x;
}
.nav-main li .dropdown a:hover,
.nav-main li .dropdown .current_page_item > a {
	color: #FFF;
	padding-right: 0;
}
.nav-main li .dropdown ul > li > ul {
	margin-top: 4px; /* dotted-border-bottom */
}
.nav-main li .dropdown ul > li > ul a {
	font-size: 14px;
}
.nav-main li .dropdown ul > li > ul a:before {
	content: '\2022';
	padding-right: 8px;
	color: #d1e5e8;
}
.nav-main li .dropdown ul > li a:hover:after {
    content: '';
    background: url('./images/button-sprite.png') -31px top no-repeat;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 0 1px 6px;
}
.ie8- .nav-main li .dropdown ul > li a:hover:after {
    background: transparent none;
    display: inline;
    width: auto;
    height: auto;
    margin: 0;
}

/* nav-secondary -------------------------------------------------------------- */

.nav-secondary {
	position: absolute;
	right: 20px;
	bottom: 0;
}
.nav-secondary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-secondary li {
	display: inline;
}
.nav-secondary li a {
	display: block;
	position: relative;
	float: left;
	margin-left: 4px;
	text-transform: uppercase;
	text-decoration: none;
	color: #2a4450;
	font: 14px 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	height: 66px;
	background: #f4f5f5;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,230,230,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,230,230,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,230,230,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,230,230,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,230,230,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,230,230,1) 100%);
	padding: 18px 0 0 50px;
	-webkit-box-shadow: 0 -1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 -1px 4px rgba(0,0,0,.2);
	box-shadow: 0 -1px 4px rgba(0,0,0,.2);
}
.nav-secondary a span:after {
	content: '';
	width: 0;
	height: 0;
	margin-left: 6px;
	display: inline-block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #607a87;
}
.nav-secondary a:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 18px;
	width: 31px;
	height: 31px;
	background: url('./images/nav-secondary-sprite.png') -999px -999px no-repeat;
}
.nav-secondary-search a { width: 140px; }
.nav-secondary-search a:before { background-position: 0 0; }

.nav-secondary-dashboard a { width: 160px; }
.nav-secondary-dashboard a:before { background-position: -32px 0; }

.nav-secondary a:hover {
	background: #fefefe;
	color: #575191;
}
.nav-secondary a:hover span:after {
	border-left-color: #716baa;
}

/* banner -------------------------------------------------------------- */

.ie8 .banner > div,
.ie8 .banner > div > div { height: 350px;}

.banner {
	margin-bottom: 30px;
}
.banner > div {
	display: table;
    width: 100%;
	height: 251px;
	max-width:800px;
	margin: 0 auto;
	/* display: none; */
	left: -9999px;
	position: absolute;
    text-align: center;
    color: #FFF;
    opacity: 0;
    padding-top: 58px;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.banner > div > div {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding: 20px;
	cursor: pointer;
}
.banner > div.isActive {
	/* display: block; */
	position: relative;
	left: 0;
	opacity: 1;
}
.banner h1,
.banner h2 {
    margin-left: auto;
    margin-right: auto;
}
.banner h1 {
	font-size: 34px;
	margin-bottom: 10px;
}
.banner h2 {
	font: italic 26px 'Crimson Text', serif;
	/* margin-bottom: 30px; */
	text-shadow: 0 0 9px rgba(0,0,0,0.7);
	line-height: 22px;
}
.banner h2:after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: url('./images/banner-more-arrow.png') 50% 50% no-repeat;
	background-color: rgba(255,255,255,.3);
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	position: relative;
	left: 8px;
	top: 7px;
}

/* we're not displaying the buttons any more (replaced by the .banner h2:after arrow)
but we use javascript to make the entire banner clickable without wrapping them in a link
and changing styles, so the button is needed to get the link for the .js-banner-link click event */

.banner .cta.button {
	display: none;
}

/*
.banner .cta.button {
	color: #FFF;
	text-decoration: none;
	border-color: #FFF;
}
.banner .cta.button:hover {
	background-color: rgba(255,255,255,.1);
}
.banner .cta.button:after {
	background-position: -30px 0;
}
*/

.banner nav {
	height: 63px;
	background: #213c48 url('./images/banner-nav-bg.png') bottom left repeat-x;
	background-size: auto 100%;
}
.banner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
}
.banner li a,
.banner li a:hover {
	color: #FFF;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	text-decoration: none;
}
.banner li {
	display: inline-block;
	position: relative;
	font-size: 20px;
	font-weight: 300;
	width: 195px;
	height: 100%;
	margin: 0;
	cursor: pointer;
	color: #FFF;
	text-align: left;
	line-height: 63px;
	border-right: #607a87 1px solid;
	border-color: rgba(96,122,135,0.5);
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
}
.banner li:last-child {
	border: 0;
}
.banner li:before {
	content: '';
	position: absolute;
	z-index: 10;
	width: 30px;
	height: 100%;
	background: url('./images/banner-nav-sprite.png') -999px -999px no-repeat;
	opacity: 0.3;
	left: 0;
	top: 0;
}
.banner li:hover:before {
	opacity: 1;
}
.banner li:after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 50px;
	top: -10px;
	left: 50%;
	margin: 0 0 0 -25px;
	visibility: hidden;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}
.banner li.isActive:before,
.banner li:hover:before {
	opacity: 1;
}
.banner li.isActive:after,
.banner li:hover:after {
	visibility: visible;
}
.banner li.isActive,
.banner li:hover {
	box-shadow: -1px 0 3px rgba(0,0,0,0.2);
}

li.btn-researchers { text-indent: 50px; }
li.btn-researchers:before { background-position: 0 50%; left: 15px; }
li.btn-researchers.isActive,
li.btn-researchers:after,
li.btn-researchers:hover { background-color: #d97b00; }

li.btn-funders { text-indent: 68px; }
li.btn-funders:before { background-position: -30px 50%; left: 32px; }
li.btn-funders.isActive,
li.btn-funders:after,
li.btn-funders:hover { background-color: #ce0455; }

li.btn-publishers { text-indent: 61px; }
li.btn-publishers:before { background-position: -60px 50%; left: 22px; }
li.btn-publishers.isActive,
li.btn-publishers:after,
li.btn-publishers:hover { background-color: #03afc8; }

li.btn-institutions { text-indent: 55px; }
li.btn-institutions:before { background-position: -90px 50%; left: 20px; }
li.btn-institutions.isActive,
li.btn-institutions:after,
li.btn-institutions:hover { background-color: #7eb40a; }

li.btn-public { text-indent: 58px; }
li.btn-public:before { background-position: -120px 50%; left: 24px; }
li.btn-public.isActive,
li.btn-public:after,
li.btn-public:hover { background-color: #0685de; }

.entry-header,
.banner					{ background: #d3d1eb url('./images/banner-bg-default.jpg') top center no-repeat; }

@media (min-width: 1024px) {
	.entry-header,
	.banner	{ background-position: center center; }
}

/*
NOTE: these could be lazy-loaded via JavaScript to:
(1) prevent the flicker and / or delay when the background image loads initially after first rolling over an audience tab
(2) avoid loading ~2MB of images that will never be see on mobile / tablet devices and be kind to those who pay for mobile data!
*/
.banner-researchers 	{ background-color: #e5c69c; background-image: url('./images/banner-bg-researchers.jpg'); }
.banner-funders 		{ background-color: #c79cb1; background-image: url('./images/banner-bg-funders.jpg'); }
.banner-publishers 		{ background-color: #88dce9; background-image: url('./images/banner-bg-publishers.jpg'); }
.banner-institutions 	{ background-color: #b3d370; background-image: url('./images/banner-bg-institutions.jpg'); }
.banner-public 			{ background-color: #99c8e9; background-image: url('./images/banner-bg-public.jpg'); }

/* services -------------------------------------------------------------- */

.container-services .column {
	padding-right: 0.5%;
}
.container-services ul li:before{ 
	content:"•"; 
	font-size:16px; 
	margin-right: 15px;
}
.container-services ul li {
	text-indent: -1.25em;
}
.container-services ul {
	list-style: none;
}
.container-services .service-what p {
    width: 100%;
}

.service-what h4 			{ color: #635ea4; }
.service-what h4:after 		{ background-position: 0 -5px; }

.service-what iframe {
	height: 260px;
	width: 100%;
}

.service-search p,
.service-dashboard p {
	padding-right: 140px;
	background-position: top right;
	background-repeat: no-repeat;
}

.service-how h4 			{ color: #DA6E04; }
.service-how h4:after 		{ background-position: 0 -10px; }

.service-featured {
	background: #847ec1;
	color: white;
	padding: 20px;
	margin-bottom: 20px;
}
.service-featured h1,
.service-featured h2,
.service-featured h3,
.service-featured h4,
.service-featured a,
.service-featured span,
.service-featured p {
	color: white;
}
.service-featured a {
	text-decoration: none;
}
.service-featured a:hover {
	text-decoration: underline;
}
.service-featured h4 {
	margin-top: 0;
}
.service-featured h4:after {
	background-position: 0 -20px;
}
.service-featured p {
	margin-bottom: 0;
}

.home--section_row-top {
	padding: 10px 0 50px;
}
.home--section_row-bottom {
	background: #F3F3F3;
	padding: 40px 0 30px;
}


/* ABOUT */

.service-about h4 			{ color: #0685DE; letter-spacing: 0.025em; }
.service-about h4:after 	{ background-position: 0 -13px; }

/* ARTICLES */

.service-articles h4 			{ color: #03AFC8; letter-spacing: 0.025em; }
.service-articles h4:after 	{ background-position: 0 -8px; }

.service-articles-graph {
	display: block;
}

/* DASHBOARD */

.service-stats h4 			{ color: #7EB40A; letter-spacing: 0.025em; }
.service-stats h4:after 	{ background-position: 0 -3px; }

.service-stats table {
	width: 100%;
	border: #e0e0e0 1px solid;
	border-collapse: collapse;
}
.service-stats th {
	background: #EEE;
	font: bold 13px 'Montserrat', sans-serif;
	color: #4d626e;
}
.service-stats th,
.service-stats td {
	padding: 20px 0 20px 20px;
	border-bottom: #e0e0e0 1px solid;
	color: #4c5966;
	vertical-align: middle;
}
.service-stats td {
	background: white;
}
.service-stats tr:last-child td {
	border: 0;
}
.service-stats strong {
	font-size: 22px;
	font-weight: 700;
}
.service-stats-label {
	font-size: 15px;
	line-height: 1.4;
}

.service-articles .service-articles-graph,
.service-stats .service-stats-table {
	padding-bottom: 15px;
}

.callout-box {
	border: dotted 2.25px #635ea4;
	padding: 0.85em;
}
.callout-box .more {
	margin-top: 1.5em;
}


/* funders -------------------------------------------------------------- */

.container-funders {
	text-align: center;
	margin: 0 auto;
	padding: 50px 0 20px 0;
}
.funders-intro p {
	font: italic 28px 'Crimson Text', serif;
	color: #5f737c;
	margin-bottom: 50px;
}
.funders-logos {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 1125px;
}
.funders-logos li {
	display: inline-block;
	margin: 0 30px;
	line-height: 0;
	vertical-align: middle;
}
.funders-logos img {
	height: 48px;
	margin-bottom: 20px;
}

/* content-area -------------------------------------------------------------- */

.content-area h2 {
	font: 18px/1.4 'Montserrat', sans-serif;
	color: #3e4446;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	margin: 1.5em 0 .6em 0;
}
.content-area h3 {
	font-size: 1em;
	font-weight: 800;
	color: #3e4446;
	margin: 1.5em 0 .2em 0;
}

.entry-content--contained {
	max-width: 780px;
}

.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
    margin-top: .6rem;
    margin-bottom: 0;
}
.entry-content li {
    margin-bottom: .75rem;
    line-height: 1.5;
}
.entry-content .callout {
	font-family: 'Crimson Text', serif;
	font-size: 36px;
	font-style: italic;
	line-height: 1.2em;
	color: #536973;
	margin: 0 0 30px 0;
}
.footnote,
.entry-content .disclaimer {
	font-size: 0.8125em;
	line-height: 1.75;
	margin-bottom: 15px;
}
.entry-content .disclaimer {
	font-style: italic;
	font-weight: 300;
	line-height: 1.5;
}

/* changed from entry-content to site-main so these styles
can also target the US AGENCIES PLANS sortable table */

.site-main table {
    max-width: 100%;
    font-size: .9em;
}
.site-main tr:nth-child(even) {
    background: rgba(0, 0, 0, .02);
}
.site-main th,
.site-main td {
    padding: 3px 12px;
    border: 0 solid #ddd;
    border-bottom-width: 1px;
}
.site-main th {
    vertical-align: bottom;
}
.site-main td {
    vertical-align: top;
}
.site-main tr:first-child td {
    border-top-width: 1px;
}


/* single -------------------------------------------------------------- */

.content-area .post h1,
.content-area .wd_plans h1 {
	font: 28px/1.3 'Montserrat', sans-serif;
	font-weight: normal;
	color: #3e4446;
	text-transform: none;
	text-shadow: none;
	margin: 0 0 5px 0;
}
.content-area .wd_plans h1 {
	margin-bottom: 25px;
}
.entry-meta {
	display: block;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.75em;
	font-weight: 700;
	color: #3e4446;
	letter-spacing: 0.1em;
}
.entry-meta span {
	display: inline-block;
	border-left: #bebdc4 1px solid;
	padding: 0 11px;
	line-height: 13px; /* keeps the border / separator height in check */
}
.entry-meta span:first-child {
	padding-left: 0;
	border: 0;
}
.entry-meta a {
	color: #847ec1;
	text-decoration: none;
}
.entry-meta a:hover {
	text-decoration: underline;
}
.entry-meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.entry-meta .posted-in {
	display: inline-block;
	padding-right: 12px;
	line-height: 16px;
	color: #536973; /* get_the_category_list separator */
}


.entry-share {
	margin: 30px 0;
	font: 14px/1 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
.entry-share ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.entry-share li {
	display: inline-block;
	margin-left: 10px;
}
.entry-share a {
	display: inline-block;
	min-height: 20px;
	line-height: 20px;
	text-decoration: none;
	position: relative;
}

.share-twitter a 				{ color: #39a2d7; }
.share-twitter a:hover			{ color: #1787c0; }

.share-facebook a 				{ color: #37719e;}
.share-facebook a:hover			{ color: #275f8b; }

.share-linkedin a 				{ color: #2489bd; }
.share-linkedin a:hover 		{ color: #0d71a4; }

.share-email a 					{ color: #7e8182; }
.share-email a:hover			{ color: #585d5e; }

a.rss {
	position: absolute;
	top: -20px;
	right: 0;
	width: 20px;
	height: 20px;
	background: url('./images/social-sprite.png') -80px 0 no-repeat;
	text-indent: -9999px;
}
a.rss:hover {
	background-position: -80px -20px;
}

/* sidebar -------------------------------------------------------------- */

.sideblock {
	padding: 20px;
	margin-bottom: 22px;
}
.sideblock h4 {
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.35;
}
.sideblock h4:after {
	background-position: 0 -20px;
}
.sideblock,
.sideblock a,
.sideblock h4 {
	color: #FFF;
}
.sideblock ul,
.sideblock ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sideblock a {
	text-decoration: none;
}
.sideblock a:hover {
	text-decoration: underline;
}

/* CATEGORIES */

.sideblock.categories {
	background: #fbfbfb;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.25);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,.25);
	box-shadow: 1px 1px 4px rgba(0,0,0,.25);
}
.sideblock.categories h4 {
	color: #3e4446;
	margin: 20px 0 4px 0;
}
.sideblock.categories h4:first-child {
	margin-top: 0;
}
.sideblock.categories h4:after {
	background-position: 0 0;
	opacity: 0.5;
}
.sideblock.categories a {
	display: block;
	border-bottom: #dfe6ea 1px solid;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #7e78b8;
	padding: 4px 0;
}
.sideblock.categories .current-cat a {
	font-weight: bold;
}

/* UPDATES */

.sideblock.updates {
	background: #475d68;
	font-size: 13px;
	font-style: italic;
}
.sideblock.updates h4 span {
	display: block;
	padding-right: 20px; /* force it to break at "FROM" ... adding padding on the h4 takes the dotted border with it because it's an :after element */
}
.sideblock.updates p {
	color: #c0c5c9;
	color: rgba(255,255,255,.58);
	line-height: 20px;
	margin-bottom: 18px;
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
}
.sideblock.updates form {
	width: 100%;
}
.sideblock.updates input[type="text"] {
	border: 0;
	background: #2a4450;
	padding: 5px 8px;
	color: #abb2b5;
	font-style: italic;
	max-width: 88%;
    width: 100%;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,.3);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,.3);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,.3);
}
.sideblock.updates ::-webkit-input-placeholder { color: #abb2b5; }
.sideblock.updates :-moz-placeholder { color: #abb2b5; }
.sideblock.updates ::-moz-placeholder { color: #abb2b5; }
.sideblock.updates :-ms-input-placeholder { color: #abb2b5; }

.sideblock.updates button {
	display: inline-block;
	padding: 0;
	border: 0;
	width: 29px;
	height: 29px;
	background: transparent;
	position: relative;
	top: 2px;
	text-indent: -9999px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.sideblock.updates button:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	top: 10px;
	left: 10px;
	background: url('./images/button-sprite.png') -20px 0 no-repeat;
}

.sideblock.updates input[type="text"]:focus {
	outline: #9f99dc 2px solid;
}
.sideblock.updates input[type="text"]:focus + button:after {
	background-position: -30px 0;
}

.terms__input {
	margin-right: 0.5em;
}

.terms__label,
.terms__label a {
	color: rgba(255,255,255,.58);
}

.terms__label,
.terms__error {
	font-size: 0.95em;
}

.terms__label a {
	text-decoration: underline;
}

/* ANNOUNCEMENTS */

.sideblock.announcements {
	background: #847ec1;
}
.sideblock.announcements li {
	margin: 0;
	padding: 12px 0;
	border-top: #9691ca 1px solid;
	font: 20px/1 'Crimson Text', serif;
	cursor: default;
}
.sideblock.announcements li:first-child {
	border-top: 0;
	padding-top: 0;
}
.sideblock.announcements li:last-child {
	padding-bottom: 0;
}
.sideblock.announcements a:after {
	content: '\00A0\00BB';
}

/* news and resources list -------------------------------------------------------------- */

article.post,
.resources-index article.page,
.tax-resource_categories article.page {
	margin-bottom: 40px;
}
article.post h2,
.resources-index article.page h2,
.tax-resource_categories article.page h2 {
	text-transform: none;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: 0;
	margin: 5px 0;
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
}
article.post h2 a,
.resources-index article.page h2 a,
.tax-resource_categories article.page h2 a {
	text-decoration: none;
}
article.post p:last-child,
.resources-index article.page p:last-child,
.tax-resource_categories article.page p:last-child {
	margin-bottom: 10px;
}

/* pagination -------------------------------------------------------------- */

.pagination {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
.pagination li 			{ display: inline-block; }
.pagination-prev 		{ padding-right: 15px; }
.pagination-prev:before { content: '\00AB\00A0'; color: #6560a8; }
.pagination-next:after 	{ content: '\00A0\00BB'; color: #6560a8; }

/* team -------------------------------------------------------------- */

.profile {
	width: 100%;
	clear: both;
	padding-bottom: 8px;
}
.profile-headshot {
	max-width: 170px;
	float: left;
	margin: 5px 25px 0 0;
}
.profile-bio {
	max-width: 520px;
	float: left;
}
.profile-bio p:last-child {
	margin-bottom: 0;
}
.profile-no-headshot .profile-bio {
	float: none;
	padding-left: 0;
}
.profile-bio h2 {
	margin: 5px 0;
	line-height: 1.25;
}
.profile-bio h4 {
	margin: 0 0 12px 0;
	color: #3e4446;
	font-size: 12px;
	font-weight: 600;
}
.profile-bio h4:after {
	display: none; /* no dotted-bottom-border for you! */
}
.profiles .js-tabs-nav {
	margin-bottom: 35px;
}
.profiles .js-tabs > div > h2 {
	margin-bottom: 1.5rem;
}

/* faq -------------------------------------------------------------- */

.faq-questions {
	list-style: none;
	float: left; /* clearfix */
	width: 100%;
	margin: 25px 0;
	padding: 0;
}
.faq-questions li {
	padding: 3px 0;
}
.faq-questions a {
	font-weight: 600;
}
.faq-questions:after {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	margin-top: 20px;
	background: url('./images/dotted-border-bottom.png') top left repeat-x;
	line-height: 0;
	font-size: 0;
}

.team-anchors {
	list-style: none;
	float: left; /* clearfix */
	width: 100%;
	margin-left: 3px;
	margin-top: -1px;
	margin-bottom: -31px;
	padding: 0;
	color: #847ec1;
}

.team-anchors li {
	padding: 3px 0;
}
.team-anchors a {
	font-weight: 600;
	position: relative;
display: inline-block;
padding-right: 32px;
font-size: 11px;
letter-spacing: 0.06em;
text-decoration: none;
text-transform: uppercase;
float: right;
}
.team-anchors:after {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	margin-top: 20px;
	top: 4px;
	background-position: -40px 0;
	line-height: 0;
	font-size: 0;
}
.team-anchors a:after {
	content: '';
	position: absolute;
	width: 9px;
	height: 8px;
	background: url('./images/button-sprite.png') 0 0 no-repeat;
	right: 15px;
	top: 5px;
	-webkit-transition: right 0.1s ease;
	-moz-transition: right 0.1s ease;
	transition: right 0.1s ease;
}

.faq-content {
	width: 100%;
	float: left; /* clearfix */
	padding-bottom: 30px;
}
.faq-content p {
	margin-bottom: 10px;
}

/* events -------------------------------------------------------------- */

.events-timeline > div {
	padding: 30px 55px;
}
.events-timeline h4 {
	color: #3e4446;
	margin: 0 0 20px 0;
}
.events-timeline .call-to-action {
	margin-top: 20px;
	line-height: 1.3;
}
.events-timeline ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.events-timeline li {
	color: #3e4446;
	position: relative;
	margin: 0 0 36px 0;
}
.events-timeline li:last-child {
	margin: 0;
}
.events-timeline li > a {
	text-decoration: none;
	position: relative;
}
.events-timeline .event-title {
	display: block;
	font: 20px 'Montserrat', sans-serif;
	position: relative;
	margin: 0 0 8px 0;
}
.events-timeline .isChorus .event-title:before {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	background: url('./images/logo-chorus-event.png') center center no-repeat;
	top: 0;
	left: -38px;
}
.events-timeline .event-meta {
	display: block;
	font: 12px 'Montserrat', sans-serif;;
	text-transform: uppercase;
	color: #6f818c;
	font-weight: 700;
	letter-spacing: 0.15em;
}
.events-future {
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(239,239,239,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(239,239,239,1)));
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(239,239,239,1) 100%);
	background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(239,239,239,1) 100%);
	background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(239,239,239,1) 100%);
	background: linear-gradient(to bottom,  rgba(248,248,248,1) 0%,rgba(239,239,239,1) 100%);
}

.paged .events-future {
	display: none;
}

.post-14 .pagination {
	padding: 0 55px;
}

@media only screen and (max-width: 550px) {
	.post-14 .pagination {
		padding: 0 20px;
	}
}

/* plans -------------------------------------------------------------- */

.plans-csv-download {
	text-align: right;
	margin-bottom: 1em;
}
.plans-csv-download a:after {
	display: none;
}
.plans-csv-download a:before {
	content: '\f01a';
	font: 1.1em/1 'FontAwesome';
	vertical-align: middle;
	margin-right: 6px;
}
@media (max-width: 320px) {
	.plans-csv-download { font-size: 0.9em; }
	.plans-csv-download a:before { display: none; }
}

.plans {
	border-bottom: #d3d9db 2px solid;
	line-height: 1.4;
}
.plans td {
	padding: 14px 12px;
	border-top: 0;
	font-size: 0.85rem;
	border-bottom: #d3d9db 1px solid;
	vertical-align: middle;
}
.plans th {
	font: 0.75rem/1.15 'Montserrat', sans-serif;
	font-weight: 700;
	color: #FFF;
	padding: 18px 10px 18px 12px;
	letter-spacing: 0.015em;
	text-transform: uppercase;
	background: #857fbc;
	cursor: pointer;
	vertical-align: bottom;
	border-bottom: #d3dadd 1px solid;
}
.plans th:first-child,
.plans td:first-child {
	padding-left: 18px;
}

/* NOTE: plan date column is hidden for now - need to shift widths! */
/*
.plans th:nth-child(1) { width: 38%; }
.plans th:nth-child(2) { width: 8%; }
.plans th:nth-child(3) { width: 12.75%; }
.plans th:nth-child(4) { width: 11.15%; }
.plans th:nth-child(6) { width: 13.85%; }
*/
.plans th:nth-child(1) { width: 42%; }
.plans th:nth-child(2) { width: 12.75%; }
.plans th:nth-child(3) { width: 12.15%; }
.plans th:nth-child(5) { width: 13.85%; }

.plans .headerSortUp,
.plans .headerSortDown {
	background: #706bb0;
}
.plans__col-sort {
	display: inline;
	position: relative;
}
.plans__col-sort:after {
	content: '\f0dc';
	font: 14px/1 'FontAwesome';
	font-weight: normal;
	color: rgba(255,255,255,0.5);
	margin-left: 6px;
	display: inline-block;
}
.headerSortUp .plans__col-sort:after {
	content: '\f0de';
	color: #FFF;
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}
.headerSortDown .plans__col-sort:after {
	content: '\f0dd';
	color: #FFF;
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.plans-acronyms {
	font-style: italic;
}

.plans-mobile-sort,
.plan__mobile-label {
	display: none;
}

/* SINGLE PLAN ROW */

.plan__title {
	font-weight: bold;
}
.plan__date-wrap {
	/* force dates to line break as designed.
	We don't want this in the date_format so we
	can NOT break on mobile to better use space */
	display: inline-block;
	max-width: 50px;
}
.plan__repository-note {
	font-size: 11px;
	font-style: italic;
	display: block;
}
.plan__links {
	margin: 10px 0 0 30px;
}
.plan__links li {
	margin-bottom: 5px;
}
td.plan__repository {
	padding-right: 0;
}
.plan__participant .fa {
	font-size: 16px;
	text-indent: 36px;
	color: #7973b5;
}
.plan__more {
	text-decoration: none;
}
.plan__more:after {
	content: '\00BB';
	margin-left: 4px;
}
.plan__more:hover {
	text-decoration: none;
}

/* contact -------------------------------------------------------------- */

.wpcf7-form {
	width: 100%;
	max-width: 370px;
	float: left;
	margin: 10px 0;
	color: #3e4446;
    font: 16px 'Montserrat', sans-serif;
    font-weight: 400;
}

.form-join small {
	display: block;
	padding: 0 30px 10px 25px;
	font-style: italic;
	line-height: 1.5;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
.wpcf7-form textarea {
    margin: .25rem 0;
	width: 100%;
}
.wpcf7-form textarea {
    height: 120px;
}


.wpcf7-form input[type="checkbox"] {
    margin-bottom: 1rem;
}
.wpcf7-form input[type="checkbox"] + span {
    font: 13px 'Open Sans', sans-serif;
    font-weight: 400;
    color: #4d626e;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
}

.modal-terms {
    font: 13px 'Open Sans', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
}

.wpcf7-form input[type="submit"] {
	margin: 15px 0;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 15px;
    height: 44px;
    overflow: visible;
    position: relative;
    font: 12px 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 40px;
    color: #7e78b8;
    border: #7e78b8 3px solid;
    background: transparent;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    white-space: nowrap;
    outline: none;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    *zoom: 1;
    *display: inline;

    -webkit-transition: color 0.1s ease, background 0.1s ease;
    -moz-transition: color 0.1s ease, background 0.1s ease;
    transition: color 0.1s ease, background 0.1s ease;
}

.wpcf7-form input[type="submit"]:hover {
    color: #635da2;
    border-color: #635da2;
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

span.wpcf7-not-valid-tip {
    font-weight: 400;
    font-style: italic;
    font-size: .9em;
}

.form-aside {
	float: right;
	width: 280px;
	margin-top: 10px;
}
.form-aside strong {
	font: 16px 'Montserrat', sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #3e4446;
}
.form-aside p {
	margin-bottom: 18px;
	line-height: 1.6em;
}
.form-aside a:after {
	content: '\00A0\00BB';
}

/* js-tabs -------------------------------------------------------------- */

.js-tabs-nav {
	width: 100%;
	float: left;
}
.js-tabs-nav button {
	font: 12px 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	cursor: pointer;
	position: relative;
	background: #e7e7e7;
	border: 0;
	text-shadow: none;
	height: 44px;
	padding: 0 18px;
	display: block;
	float: left;
	margin-right: 3px;
	color: #627681;
	outline: none;
	overflow: visible;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.js-tabs-nav button:hover {
    color: #fff;
	background: #837dc0;
}
.js-tabs-nav button.isActive {
	cursor: default;
	color: #FFF;
	background: #6b64ad;
	background: -moz-linear-gradient(top,  rgba(132,126,193,1) 0%, rgba(107,101,174,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(132,126,193,1)), color-stop(100%,rgba(107,101,174,1)));
	background: -webkit-linear-gradient(top,  rgba(132,126,193,1) 0%,rgba(107,101,174,1) 100%);
	background: -o-linear-gradient(top,  rgba(132,126,193,1) 0%,rgba(107,101,174,1) 100%);
	background: -ms-linear-gradient(top,  rgba(132,126,193,1) 0%,rgba(107,101,174,1) 100%);
	background: linear-gradient(to bottom,  rgba(132,126,193,1) 0%,rgba(107,101,174,1) 100%);
}
.js-tabs-nav button.isActive:after {
	content: '';
	position: absolute;
	z-index: 10;
	width: 0;
	height: 0;
	left: 50%;
	bottom: -6px;
	margin-left: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #6b64ad;
}

.js-tabs > div {
    display: none;
}
.js-tabs > div.isActive {
    display: block;
}

/* entry-header -------------------------------------------------------------- */

/* NOTE: shared styles with default .banner */

.entry-header h1 {
	padding: 85px 0 25px 0;
	font-size: 38px;
}
.entry-header h1 span {
	opacity: 0.8;
}

/* members -------------------------------------------------------------- */

.members {
	padding: 25px 0;
	background: #FFF url('./images/members-bg.png') top left repeat-x;
	position: relative;
	z-index: 20;
}
.members-meta {
	color: #8e999f;
	font: 12px 'Montserrat', sans-serif;
}
.members-meta a {
	color: #716baa;
	text-decoration: none;
}
.members-meta a:after {
	content: '\00a0\00BB';
}
.members-scroll {
    overflow: hidden;
    height: 75px;
    margin-top: 15px;
    padding: 0 20px;
    position: relative;
}
.members-scroll:before,
.members-scroll:after {
	content: '';
	position: absolute;
	width: 25px;
	height: 100%;
	background: #FFF;
	top: 0;
	z-index: 10;
}
.members-scroll:before { left: 0; }
.members-scroll:after { right: 0; }

.members-scroll ul {
    list-style: none;
    margin: 0;
    width: 9999px;
}
.members-scroll li {
    float: left;
    width: 155px; /* fixed */
    text-align: center;
}
.members-scroll img {
    max-height: 70px; /* fixed */
    max-width: 135px; /* 155 - 10 - 10 */
    margin: 0 10px;
}
.members-scroll button {
	display: block;
	width: 15px;
	height: 30px;
	padding: 0;
	text-indent: -9999px;
	outline: none;
	border: none;
	background: url('./images/members-pager-sprite.png') -99px -99px no-repeat;
	position: absolute;
	top: 20px;
	z-index: 20;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
}
.members-scroll button.doPrev {
	left: 0;
	background-position: 0 50%;
}
.members-scroll button.doNext {
	right: 0;
	background-position: -15px 50%;
}

/* footer -------------------------------------------------------------- */

.site-footer {
	position: relative;
	padding: 30px 0;
	background: url('./images/footer-bg.png') top left repeat-x;
	overflow: hidden; /* clearfix */
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
}
.site-footer:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	background: #FFF;
	left: 50%;
	top: -40px;
	margin-left: -25px;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.site-footer a {
	color: #4d626e;
	text-decoration: none;
}
.site-footer a:hover {
	color: #716baa;
	text-decoration: none;
}

.site-footer-info {
	float: left;
	padding-left: 48px;
	min-height: 55px;
	line-height: 18px;
	background: url('./images/logo-footer.png') 0 5px no-repeat;
}
.site-footer .brand {
	font-size: 13px;
}
.site-footer .copyright {
	font-size: 11px;
	color: #617986;
	margin-top: 10px;
	letter-spacing: 0.05em;
}

.nav-footer ul {
	list-style: none;
	margin: 3px 0 0 0;
	padding: 0;
	float: right;
}
.nav-footer li {
	display: inline-block;
	line-height: 12px;
	border-left: #c1c5ce 1px solid;
}
.nav-footer li:first-child {
	border: 0;
}
.nav-footer a {
	padding: 0 8px 0 10px;
	font: 13px 'Montserrat', sans-serif;
	letter-spacing: 0.01em;
}
.nav-footer li.join a {
	text-transform: uppercase;
	font-weight: 700;
	color: #6c68af;
}
.nav-footer li.join a:hover {
	color: #514b8b;
}

/* colorbox modal video ----------------------------------------------- */

#cboxLoadedContent embed {
    width: 100%;
    height: 95%;
}

/* Content Infographic ------------------------------------------------ */
.content-infographic {
	max-width: 400px;
}
.content-infographic a {
	text-decoration: none;
}
.content-infographic a span {
	display: block;
	color: #4d626e;
	text-align: center;
	font-size: 0.85em;
	font-weight: 500;
	font-style: italic;
}

/* reCAPTCHA V3 ------------------------------------------------ */
.grecaptcha-badge {
	right: -300px !important;
}

/* debug -------------------------------------------------------------- */

pre.debug {
	font: 13px monospace;
	margin: 20px 0;
	max-height: 500px;
	background: #f9f9f9;
	color: #333;
	overflow: scroll;
	padding: 20px;
	border: #F00 1px dotted;
}

/* IE -------------------------------------------------------------- */

.ie8 .container-features ul li {
	width: 100%;
	margin-left: 0;
}
.ie8 .nav-secondary a {
	border: #CCC 2px solid;
	border-bottom: 0;
}
.ie8 img.framed {
	/* no box-shadow support ... no need for the padding */
	padding: 0;
}
.ie8 .sidebar .updates button {
	top: -6px;
	line-height: 0;
	font-size: 0;
}
.ie8 .sideblock.updates button:after {
	top: -5px;
	line-height: 0;
	font-size: 0;
}
.ie8 .banner li:after,
.ie8 .site-footer:before {
	display: none;
}

/* retina -------------------------------------------------------------- */

@media
	(-webkit-min-device-pixel-ratio: 2),
	(-webkit-min-device-pixel-ratio: 1.25),
	(-webkit-min-device-pixel-ratio: 1.3),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 192dpi),
	(min-resolution: 144dpi),
	(min-resolution: 120dpi),
	(min-resolution: 124.8dpi) {

	.logo a { background-image: url('./images/logo@2x.png'); background-size: auto 29px; }
	.site-header .search .button { background-image: url('./images/icon-search@2x.png'); background-size: 12px auto; }

	.banner li:before { background-image: url('./images/banner-nav-sprite@2x.png'); background-size: 150px auto; }

	.entry-share a:before,
	a.rss { background-image: url('./images/social-sprite@2x.png'); background-size: auto 40px; }

	.nav-secondary a:before { background-image: url('./images/nav-secondary-sprite@2x.png'); background-size: 63px auto; }
	a[data-youtube]:before { background-image: url('./images/icon-play@2x.png'); background-size: 14px auto; }
	.members-scroll button { background-image: url('./images/members-pager-sprite@2x.png'); background-size: 26px auto; }
	.site-footer-info { background-image: url('./images/logo-footer@2x.png') 0 4px no-repeat; }

	.events-timeline .isChorus .event-title:before { background-image: url('./images/logo-chorus-event@2x.png'); background-size: 25px auto; }
}

/* print -------------------------------------------------------------- */

@media print {
    .site-header .nav-social,
    .site-header .search,
    .site-header .link-join,
    .navigation,
    .sidebar,
    .members,
    .site-footer:before,
    .nav-footer,
    .banner nav,
    .js-tabs-nav,
    .faq-content > ol,
    .entry-share {
        display: none;
    }
    .logo {
        width: auto;
        height: auto;
        position: relative;
        left: 0;
        top: 0;
        font-size: 16pt;
        font-weight: bold;
    }
    .logo a {
        background: none;
        text-indent: 0;
        outline: none;
        text-decoration: none;
        color: black;
    }
    h4.tagline {
        margin: 6pt 0 0;
        font: italic 20px 'Crimson Text', serif;
        color: #536973;
        position: relative;
        left: 0;
        top: 0;
    }
    .entry-header h1 {
        padding: .75em 0 .25em;
        color: #999;
    }

    .banner > div {
        display: block;
        width: auto;
        height: auto;
        max-width: none;
        margin: 0 auto;
        /* display: none; */
        left: 0;
        position: relative;
        text-align: left;
        color: #999;
        opacity: 1;
        padding-top: 0;
    }
    .banner > div > div {
        display: block;
        width: auto;
        height: auto;
        vertical-align: inherit;
        padding: 30px 20px;
    }
    .banner > div.isActive {
        /* display: block; */
        position: relative;
        left: 0;
        opacity: 1;
    }

    .grid .column {
        float: none;
        width: auto;
        margin: 18pt 0 0;
    }
    .container-services p {
        min-height: 0;
    }

    .js-tabs > div {
        display: block;
    }
    .faq-content {
        float: none;
    }


}
