/*! normalize.css v1.0.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

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

h2 {
    font-size: 1.5em;
    margin: 0 0 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 0 0 1em 0;
}

h4 {
    font-size: 1em;
    margin: 0 0 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 0 0 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 0 0 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

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

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

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

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

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

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

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

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/*
 * Removes inner padding and border in Firefox 3+.
 */

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

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
    resize: vertical;
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

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

/* -------------------------------------------------------------------------------------------------------------------- */
html	{ overflow-y: scroll; }
html, 
html a	{ -webkit-font-smoothing: antialiased; text-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }

/* Selection Styles - Change colors to match design */
::-moz-selection 	{ background: #000; color: #fff; text-shadow: none; }
::selection 		{ background: #000; color: #fff; text-shadow: none; }

/* * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } */
body { background: #fff; font-size: 16px; color: #000; font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif; line-height: 1.4; }

.browsehappy { background: #ccc; color: #000; margin: .4em 0; padding: .4em 0; text-align: center; }

/* =Font Face
------------------------------------------------------ */

/* =Base
------------------------------------------------------ */
a			{ color: #a21c37; text-decoration: underline; }
a:hover     { color: #000; }
a:focus     { outline: thin dotted; }
a:hover, 
a:active    { outline: 0; }

h1, h2, h3, h4, h5 { margin-bottom: .5em; text-rendering: optimizelegibility; }

h1, .h1 { font-size: 22px; font-weight: normal; color: #a21c37; line-height: 1.1; }
h2, .h2 { font-size: 18px; color: #000; line-height: 1.2; }
h3, .h3 { font-size: 16px; }
h4, .h4 { font-size: 15px; }
h5, .h5 { font-size: 15px; }

ul, ol, dl	{ margin: 0 0 1.2em 0; }
p 			{ margin: 0 0 1.2em 0; }
ul			{ list-style: none; padding: 0; }

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

/* =Forms
------------------------------------------------------ */
fieldset		{ margin: 0; padding: 0; border: 0; }
fieldset legend { color: #270d56; line-height: 1; padding-bottom: .2em; }

button,
input,
select,
textarea { border: 1px solid #deddde; }
textarea { padding: 1em 1em; resize: vertical; }

.dynamic-sidebar select { width: 90%; }

input[type="text"],
input[type="password"],
input[type="email"]			{ padding: .3em; }
select						{ border: 1px solid #deddde; }

::-webkit-input-placeholder { color: #000000; }
:-moz-placeholder			{ color: #000000; }
::-moz-placeholder			{ color: #000000; }
:-ms-input-placeholder		{ color: #000000; }
input[placeholder],
[placeholder],
*[placeholder]				{ color: #000000; }

/* =PRIMARY STYLES
-------------------------------------------------------------------------------------------------------------------- */
/* =Accessibility 
------------------------------------------------------ */
.accessTarget,
.accessLink			{ position: absolute; top: -999em; }
.accessLink:focus	{ top: 0; }

/* =Grids and Columns
------------------------------------------------------ */
.grid-row			{ overflow: hidden; clear: both; }
.grid-row .grid		{ margin: 0; }
.grid-row .first 	{ margin-left: 0 !important; }
.grid-row .last		{ margin-right: 0 !important; }

/* =Layout Components
------------------------------------------------------ */
.wrapper,
.container 					{ max-width: 1060px; position: relative; margin: 0 auto; padding: 0 8px; }
.main						{ margin: 0 auto; padding-bottom: 1em; position: relative; z-index: 99;; }
.secondary					{ }
.main-content				{ }
.main-content-full			{ width: 900px; }
.aside						{ }

/* =Header
------------------------------------------------------ */
.header 				{ min-height: 120px; padding-left: 0; position: relative; }
.header .logo 			{ position: relative; margin-top: 20px; }
.header > .utilities	{ display: none; }

.utility-nav						{ font-size: 14px; position: relative; margin: 1.1em 0 0 60px; }
.utility-nav ul > li				{ line-height: 1; padding: 0 .6em; border-left: 1px solid #999; }
.utility-nav ul > li:first-child	{ border: 0; }
.utility-nav ul > li > a			{ color: #999; text-decoration: none; text-transform: uppercase; }
.utility-nav ul > li > a:hover,
.utility-nav ul > li > a:focus		{ color: #000; text-decoration: underline; }

.search-form			{ font-size: 14px; position: relative; margin: .7em .4em 0 0; }
.search-form > label	{ color: #999; text-transform: uppercase; }
.search-form input[type='search'].search-field  { width: 108px; height: 20px; padding: 2px 5px 2px 5px; }
.search-form input[type='submit'].search-submit { background-color: transparent; background-position: -89px 0; height: 25px; width: 29px; text-indent: -999em; text-transform: capitalize; position: relative; border: 0; }

/* =Navigations
------------------------------------------------------ */
/* Main Navigation */
.main-nav												{ display: none; }
.main-navigation										{ background-color: #a21c37; width: 100%; font-size: 18px; clear: both; z-index: 999; }
.main-navigation ul.menu								{ margin: 0; padding: 0; border-top: 2px solid #fff; }
.main-navigation ul.menu > li 							{ line-height: 1.2;  border-bottom: 2px solid #fff; }
.main-navigation ul.menu > li > a						{ display: block; color: #fff; min-height: 30px; text-align: center; text-decoration: none; line-height: 1.2; white-space: nowrap; padding: 10px 0 0 0;  }
.main-navigation ul.menu > li > a:hover, 
.main-navigation ul.menu > li > a:focus,
.main-navigation ul.menu > li.current_page_item > a,
.main-navigation ul.menu > li.current-page-ancestor > a,
.main-navigation ul.menu > li.current-page-parent > a,
.main-navigation ul.menu > li.sfHover > a,
.main-navigation ul.menu > li > a.active,
/* One offs */
.single-active_listings .main-navigation ul.menu > li.menu-item-19 > a,
.tax-hnp_states .main-navigation ul.menu > li.menu-item-3649 > a,	
.category-in-the-headlines .main-navigation ul.menu > li.menu-item-3706 > a,
.single-post .main-navigation ul.menu > li.menu-item-3706 > a { background-color: #decea2; color: #a21c37; }

/* 
.main-navigation ul.menu > li.current-custom-parent > a { background: #a21c37; color: #fff; }
*/

/* Drop Downs */
.main-navigation ul.menu > li > ul					{ background-color: #ebdfbd; width: 250px; margin: 0; }
.main-navigation ul.menu > li > ul > li				{ float: none; padding: 0; }
.main-navigation ul.menu > li > ul > li > a			{ color: #000; font-size: 14px; text-decoration: none; text-align: left; white-space: normal; padding: .6em .9em; }
.main-navigation ul.menu > li > ul > li > a:hover,
.main-navigation ul.menu > li > ul > li > a:focus	{ background: #a21c37; color: #fff; }

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active { outline: 0; }

/* Essential Styles */
.sf-menu, .sf-menu *			{ margin: 0; padding: 0; list-style: none; }
.sf-menu ul						{ position: absolute; top: -999em; width: 10em; display: none; }
.sf-menu ul li					{ width: 100%; }
.sf-menu li:hover				{ visibility: inherit; }
.sf-menu li						{ position: relative; }
.sf-menu a						{ display: block; text-align: left; position: relative; }
.sf-menu li:hover ul,
.sf-menu li.sfHover ul			{ left: 0; top: 40px; z-index: 999; }
.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul		{ top: -999em; }
.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul		{ left: 0; top: 0; }

.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul 	{ top: 0; left: 10em; }
.sf-sub-indicator 				{ position: absolute; display: none; right: .75em; top: 1.05em; width: 10px; height: 10px; text-indent: -999em; overflow: hidden; }

/* Apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator	{ margin: 0; }

a.toggle-menu	{ background: #a21c37 url('../img/layout/menu.png') 98% 12px no-repeat; display: block; font-weight: bold; color: #fff; text-decoration: none; text-align: right; padding: .5em 2.4em .5em .2em }

/* =Content Elements
------------------------------------------------------ */
h2.keyline	{ border-bottom: 1px solid #dfddd6; margin-bottom: .8em; padding-bottom: .3em; }

/* The Content */
.the-content			{ font-size: 15px; padding: 1.8em 1em 0 0; }
.the-content h1			{ margin-bottom: .8em; }
.the-content li			{ line-height: 1.2; }
.the-content ul			{ padding-left: 1em; }
.the-content ul > li	{ background: url('../img/layout/list-bullet.png') 0 8px no-repeat; list-style: none; padding-left: 12px; padding-bottom: .6em; }
.the-content table		{ margin-bottom: 20px; }
.the-content .note		{ clear: both; }

.the-excerpt { font-size: 15px; color: #333; line-height: 1.2; }

.the-content blockquote		{ background: #ecdfbd; font-size: 16px; margin: 1em auto 1.2em auto; padding: 1em 1em 1em 1em; width: 85%; }
.the-content blockquote > p	{ margin: 0 0 10px 0; }

.section-block { padding-bottom: 2em; }

/* Page Banners */
.page-banner { margin: 0; }

/* Breadcrumb */
.breadcrumb				{ background: #ecdfbd; display: none; width: 96%; font-size: 12px; color: #000; margin-bottom: .6em; padding: .6em 2% .7em 2%; }
.breadcrumb > a			{ color: #000; }
.breadcrumb	> a:hover,	
.breadcrumb	> a:focus	{ color: #a21c37; }

/* Add This (Share) */
.addthis_button			{ background-position: 0 -351px; display: none; float: right; color: #000; line-height: 1.3; font-size: 12px; text-decoration: none; position: relative; margin: .7em 1em 0 0; padding: 0 0 0 13px; }
.addthis_button:hover,
.addthis_button:focus	{ text-decoration: none; }

.addthis_sharing_toolbox		{ float: right; color: #000; display: none; line-height: 1.3; font-size: 12px; text-decoration: none; position: relative; margin: .5em 1em 0 0; padding: 0 0 0 13px; }
.addthis_sharing_toolbox:hover,
.addthis_sharing_toolbox:focus	{ text-decoration: none; }

/* Common Listing */
.common-listing					{ padding: 1em 0 0 0; border-top: 1px solid #dfddd6; margin: 1em 0 0 0; }
.common-listing:first-child		{ border-top: 0; }
.common-listing	.city			{ margin: 0; }
.common-listing	h2 a			{ text-decoration: none; }
.common-listing .event-date		{ font-size: 14px; color: #333; margin-bottom: .5em; }
.common-listing p               { margin-bottom: 0; }

/* Friar In The News */
.friar-news-listing					{ padding-bottom: 1em; }
.friar-news-listing	h2				{ font-size: 18px; }
.friar-news-listing .publication	{ font-style: italic; margin-bottom: .4em; }
.friar-news-listing .featured		{ margin-bottom: .4em; }

/* Deceased Friars & Friars in the News */
.year-filter				{ padding: 1em 0; }
.year-filter form select	{ width: 150px; }
.year-filter .clear-filter	{ margin: 0; padding: 1em 0 0 0; }

/* Reflection Listing */
.reflection-listings	{ padding-bottom: 2em; }
.reflection-listing		{ margin: 0 1em 1em 0; padding-bottom: 1em; min-height: 120px; }

/* Initiatives */
.the-content div.initiatives {
	background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fbfbfa));
    background-image: -webkit-linear-gradient(top, #ffffff, #fbfbfa);
    background-image: -moz-linear-gradient(top, #ffffff, #fbfbfa);
    background-image: -ms-linear-gradient(top, #ffffff, #fbfbfa);
    background-image: -o-linear-gradient(top, #ffffff, #fbfbfa);
    background-image: linear-gradient(top, #ffffff, #fbfbfa);
	margin-bottom: 2em; 
	padding: 0 .5em 1em .5em; 
	border-bottom: 1px solid #dfddd6; 
}

/* Upcoming Events */
.the-content div.upcoming-events > h3					{ padding-bottom: .3em; border-bottom: 1px solid #dfddd6; }
.the-content div.upcoming-events > ul					{ padding: 0; }
.the-content div.upcoming-events .upcoming-event		{ margin-bottom: .5em; padding: .5em 0 .25em 0; border-bottom: 1px solid #dfddd6; }
.the-content div.upcoming-events .upcoming-event h1		{ font-size: 15px; margin: 0; }
.the-content div.upcoming-events .upcoming-event h1 > a			{ color: #000; font-weight: bold; text-decoration: none; }
.the-content div.upcoming-events .upcoming-event h1 > a:hover,
.the-content div.upcoming-events .upcoming-event h1 > a:focus	{ color: #a21c37; }

/* Homepage Events */
.tabbed-component .pane .article p.event-date     { font-size: 14px; color: #333; margin-bottom: .5em; }

/* =Homepage */
.home .main-content { padding-top: 1.5em; }

/* JPIC */
.the-content div.jpic > h3	{ margin-bottom: 0; padding-bottom: .3em; }
.the-content div.jpic > img	{ margin-bottom: 1em; }

/* Gravity Forms */
.gform_wrapper ul li.gfield {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: both;
    padding-left: 0;
}
.gform_wrapper ul.gfield_radio li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.gform_wrapper ul.gfield_checkbox li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* Page Callouts */
.page-callouts { line-height: 1.3; }
.page-callouts .grid_2 { 
	background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fbfbfa));
    background-image: -webkit-linear-gradient(top, #ffffff, #fbfbfa);
    background-image: -moz-linear-gradient(top, #ffffff, #fbfbfa);
    background-image: -ms-linear-gradient(top, #ffffff, #fbfbfa);
    background-image: -o-linear-gradient(top, #ffffff, #fbfbfa);
    background-image: linear-gradient(top, #ffffff, #fbfbfa);
	min-height: 150px;
	border-bottom: 1px solid #dfddd6;
}
.page-callouts .grid_2 h2			{ border-bottom: 1px solid #dfddd6; margin-bottom: 0; padding-bottom: .3em; }
.page-callouts .grid_2 p > a		{ text-decoration: none; }
.page-callouts .grid_2 .media-aside	{ padding-top: 1em; }
.page-callouts .grid_2 .media-body	{ padding-top: 1em; }
.page-callouts .grid_2 .common-btn	{ }

/* New Releases */
ul.news-releases > li			{ background: none; padding-bottom: .6em; }
ul.news-releases > li > a		{ background-position: 0 -441px; display: block; padding: 0 0 .5em 34px; }

/* Images */
.alignright		{ display: block; float: right; margin: 0 0 .6em 1em; }
.alignleft		{ display: block; float: left; margin: 0 1em .6em 0; }
.aligncenter	{ display: block; margin: 4px auto; }
.video-image    { display: block; float: left; margin: 0; padding: 10px 40px 0 0; }
.video-caption  { margin: 4px auto; text-align:left; }

/* Tables */
table		{ width: 100%; margin-bottom: 1.2em; border-top: 1px solid #dfddd6; border-right: 1px solid #dfddd6; }
table th	{ background: #ecdfbd; text-align: center; padding: .4em; border-left: 1px solid #dfddd6; border-bottom: 1px solid #dfddd6; }
table td	{ padding: .4em; border-left: 1px solid #dfddd6; border-bottom: 1px solid #dfddd6; }
	
table.table-data		{ width: 99%; margin-bottom: 1.2em; border: 0 solid #ccc; }
table.table-data th		{ border-bottom: 2px dashed #cfcfcf; padding: .8em .8em .8em 0; text-align: left; }
table.table-data td		{ border-bottom: 2px dashed #cfcfcf; padding: .8em .8em .8em 0; }

table.table-data2        { width: 99%; margin-bottom: 1.2em; border: 0px solid #ccc; }
table.table-data2 th     { border: none; padding: .8em .8em .8em 0; text-align: left; }
table.table-data2 td     { border: none; padding: .8em .8em .8em 0; }

table.baf        { width: 99%; margin-bottom: 0; border: 0px solid #ccc; }
table.baf th     { border: none; padding: 5px; }
table.baf td     { border: none; padding: 5px; }

/* HNP Today */
.hnp-today .the-content .media					{ padding: .8em 0; border-bottom: 1px solid #e3e2e2; }
.hnp-today .the-content .media-body a, 
.hnp-today .the-content .pinned a				{ color: #333; text-decoration: none; } 
.hnp-today .the-content .media-body a:hover,
.hnp-today .the-content .media-body a:focus 	{ color: #a21c37; }
.hnp-today .the-content .pinned a:hover,
.hnp-today .the-content .pinned a:focus 		{ color: #a21c37; }
.img-caption									{ text-align: center; font-size: .8em; font-style: italic; display: block; }

/* Accordion */
.accordion > h2						{ background: #a21c37 url('../img/layout/plus-minus.png') 98% 9px no-repeat; color: #fff; clear: both; padding: .5em 1em .5em 1em; cursor: pointer; }
.accordion > h2.active				{ background-position: 98% -75px; }
.accordion .accordion-pane			{ overflow: hidden; padding: 1em 1em 1em 1em; }

.accordion2 > h2                     { background: #a21c37 url('../img/layout/plus-minus.png') 98% 9px no-repeat; color: #fff; clear: both; padding: .5em 1em .5em 1em; cursor: pointer; }
.accordion2 > h2.active              { background-position: 98% -75px; }
.accordion2 .accordion-pane          { overflow: hidden; padding: 1em 1em 1em 1em; }

/* =Page Nav
------------------------------------------------------ */
/* Page Nav */
.page-nav							{ font-size: 14px; margin-top: 2em; }
.page-nav > ul						{ position: relative; margin: 0; }
.page-nav > ul > li					{ background: #f9f5eb; position: relative; border-bottom: 2px solid #fff; }
.page-nav > ul > li a				{ display: block; font-weight: bold; line-height: 1.1; color: #000; text-decoration: none; padding: .8em .5em .8em 15px;  }
.page-nav > ul > li > a:hover,
.page-nav > ul > li > a:focus		{ background: #a21c37; color: #fff; }
.page-nav > ul > li.current-menu-item > a,
.page-nav > ul > li.current_page_parent > a,
.page-nav > ul > li.current-page-ancestor > a,
.page-nav > ul > li.current-cat > a			{ background: #a21c37; color: #fff; }

/* One offs */
.tax-hnp_states .page-nav > ul > li.menu-item-97 > a,
.category-in-the-headlines .page-nav > ul > li.menu-item-3714 > a,
.single-post .page-nav > ul > li.menu-item-3714 > a { background: #a21c37; color: #fff; }

.page-nav > ul > li > ul.sub-menu						{ display: none; }
.page-nav > ul > li.current-menu-item > ul.sub-menu,
.page-nav > ul > li.current-menu-ancestor > ul.sub-menu	{ display: block; }

.page-nav > ul > li > ul.sub-menu > li > ul.sub-menu	{ display: none; }
.page-nav > ul > li > ul.sub-menu > li.current-menu-item > ul.sub-menu,
.page-nav > ul > li > ul.sub-menu > li.current-menu-ancestor > ul.sub-menu { display: block; }

.page-nav > ul > li.menu-item-has-children > a			{ background: #f9f5eb; color: #000; }

.page-nav > ul > li.menu-item-has-children.current-menu-item > a,
.page-nav > ul > li.menu-item-has-children.current_page_parent > a,
.page-nav > ul > li.menu-item-has-children.current-page-ancestor > a,
.page-nav > ul > li.menu-item-has-children > a:hover,
.page-nav > ul > li.menu-item-has-children > a:focus	{ background: #a21c37; color: #fff; }

.page-nav > ul > li > ul.sub-menu						{ font-size: 13px; }
.page-nav > ul > li > ul.sub-menu > li > a				{ font-weight: normal; padding: .3em .5em .3em 15px; }
.page-nav > ul > li > ul.sub-menu > li > a:hover,
.page-nav > ul > li > ul.sub-menu > li > a:focus,
.page-nav > ul > li > ul.sub-menu > li.current-menu-item > a { color: #a21c37; }

/* Third Level */
.page-nav > ul > li > ul.sub-menu > li > ul.sub-menu			{ margin: 0 0 .8em 0; padding: 0 0 0 1em; }
.page-nav > ul > li > ul.sub-menu > li > ul.sub-menu  > li > a	{ font-weight: normal; padding: .3em .5em .3em 15px; }
.page-nav > ul > li > ul.sub-menu > li > ul.sub-menu  > li > a:hover,
.page-nav > ul > li > ul.sub-menu > li > ul.sub-menu  > li > a:focus,
.page-nav > ul > li > ul.sub-menu > li > ul.sub-menu  > li.current-menu-item > a { color: #a21c37; }

/* By Section 
------------------------- */
/* Friar Stories */
ul.friar-story		{ clear: both; margin: 0; padding: 0; }
ul.friar-story > li { background: none; padding: 0 0 1em 0; }
.single-friar_stories .page-nav > ul > li > ul.sub-menu							{ display: block; }
.single-friar_stories .page-nav > ul > li > ul.sub-menu li.menu-item-233 > a	{ color: #a21c37; }

/* Deceased Friars */
.single-deceased_members .page-nav > ul > li > ul.sub-menu						{ display: block; }
.single-deceased_members .page-nav > ul > li > ul.sub-menu li.menu-item-236 > a { color: #a21c37; }

/* Ministry to the City */
p.map { background: url('../img/content/icon-map.png') 0 3px no-repeat; padding-left: 20px; margin-bottom: 1.2em; }

/* JPIC In Action */
ul.in-action      { clear: both; margin: 0; padding: 0; }
ul.in-action > li { background: none; padding: 0 10px 1em 0; float: left; width: 45%; }

/* Sitemap */
ul.children       { margin-bottom: 0; margin-top: 10px;}

/* Pagination */
.wp-pagenavi, .pagination {
	clear: both;
}
.pagination ul > li { 
	padding: 0;
	margin: 0;
}
.pagination a, .pagination span,
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}
.pagination a:hover, .pagination span.current,
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border: 1px solid #000;
}
.pagination span.current,
.wp-pagenavi span.current {
	font-weight: bold;
}

/* =Asides
------------------------------------------------------ */
.sb-block					{ display: none; }
.sb-block .sa-quote-contain { background: url('../img/layout/sb-quote-bg.jpg') 0 100% repeat-x; border: 1px solid #f9f5eb; /*border-top: 0;*/ }
.sb-block .sa-quote			{ background: url('../img/layout/the-quote.png') 0 0 no-repeat; font-size: 15px; font-style: italic; /* min-height: 240px; */ line-height: 1.6; padding: 1.5em 1em .5em 1em; }
.sb-block .sa-img			{ text-align: center; padding: 0 0 1em 0; }

.aside img					{ display: block; margin-bottom: 1em; }
.aside a:hover,
.aside a:focus				{ }

.dynamic-sidebar				{ background: #f9f5eb; font-size: 14px; padding: .5em; }
.dynamic-sidebar ul				{ padding-left: 0; }
.dynamic-sidebar ul > li > a	{ color: #000; }

/* =Footer
------------------------------------------------------ */
.footer { 
	clear: both; font-size: 14px;text-align: center;  padding: 24px 1.8867924% 24px 1.8867924%; border-top: 1px solid #dfddd6; 
	background-color: #fbfbfa;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfa), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #fbfbfa, #ffffff);
	background-image: -moz-linear-gradient(top, #fbfbfa, #ffffff);
	background-image: -ms-linear-gradient(top, #fbfbfa, #ffffff);
	background-image: -o-linear-gradient(top, #fbfbfa, #ffffff);
	background-image: linear-gradient(top, #fbfbfa, #ffffff); }	
}
.footer	a				{ text-decoration: none; }
.footer > .col > h3		{ display: none; color: #7d2742; font-size: 14px; font-weight: normal; text-transform: uppercase; margin-bottom: .8em; }

.footer > .quick-links			{ display: none; }
.footer > .site-info			{ width: 100%; clear: both; padding: .2em 0; }
.footer > .site-info > p		{ margin: 0; }
.footer > .site-info a			{ color: #851c3b; }
.footer > .site-info span		{ display: none; }	
.footer > .site-info a:hover,
.footer > .site-info a:focus	{ color: #000; }
.footer > .footer-img			{ display: none; }
.footer > .print-only			{ display: none; }

/* Social Buttons */
.footer > .social							{ position: relative; }
.footer > .social > ul						{ margin: 0; }
.footer > .social > ul > li					{ display: inline-block; }
.footer > .social > ul > li > a				{ display: block; width: 32px; height: 32px; text-indent: -999em; margin: 0 2px 6px 2px; }
.footer > .social > ul > li > a.facebook	{ background-position: 0 0; }
.footer > .social > ul > li > a.twitter		{ background-position: -40px 0; }
.footer > .social > ul > li > a.blogger		{ background-position: 0 -38px; }
.footer > .social > ul > li > a.youtube		{ background-position: -40px -38px; }
.footer > .social > ul > li > a:hover,
.footer > .social > ul > li > a:focus		{ opacity: .8; }

/* =Homepage
------------------------------------------------------ */
/* Homepage Feature */
.hp-feature	{ margin: 0; }

/* Intro */						
.home .intro	{ line-height: 1.5; margin-bottom: 2em; }
.home .intro h1	{ font-size: 24px; margin-bottom: .3em;  }

/* Homepage Callouts */
.hp-callouts							{ font-size: 13px; line-height: 1.3; }
.hp-callouts .grid_3 h2					{ border-bottom: 1px solid #dfddd6; margin-bottom: 0; padding-bottom: .3em; }
.hp-callouts .grid_3 .hp-callout-img	{ background: url('../img/layout/hp-img-shade.jpg') 0 0 repeat-x; padding-top: .5em; }
.hp-callouts .grid_3 img				{ display: block; margin: 0 auto; }
.hp-callouts .grid_3 p					{ background: url('../img/layout/hp-img-shade-sml.jpg') 0 0 repeat-x; min-height: 32px; margin: 0; padding: 9px .3em 9px .4em; border-top: 1px solid #dfddd6; border-bottom: 1px solid #dfddd6; }
.hp-callouts .grid_3:first-child p		{ padding-left: 1em; }
.hp-callouts .grid_3 p > a				{ text-decoration: none; }

/* Tabbed Component */
.tabbed-component								{ position: relative; }
.tabbed-component > ul.tabs						{ margin: 0; overflow: hidden; margin-bottom: 1.2em; border-bottom: 1px solid #ecebea; }
.tabbed-component > ul.tabs > li				{ display: block; float: left; padding-right: .2em; }
.tabbed-component > ul.tabs > li > a			{ display: block; color: #9c947f; text-decoration: none; padding: .4em 1em; border: 1px solid transparent; }
.tabbed-component > ul.tabs > li > a:hover,
.tabbed-component > ul.tabs > li > a:focus,
.tabbed-component > ul.tabs > li.active > a		{ background: #fffcf5; color: #000; border-left: 1px solid #ecebea; border-top: 1px solid #ecebea; border-right: 1px solid #ecebea; outline: none; }

.tabbed-component .pane						{ height: 340px; line-height: 1.2; overflow: auto; padding: 0 1em .5em 0; }
.tabbed-component .pane .article			{ padding: .8em 0 .4em 0; border-bottom: 1px solid #c3bba2; }
.tabbed-component .pane .article h1			{ font-size: 14px; font-weight: bold; margin-bottom: .2em; }
.tabbed-component .pane .article h1 a		{ color: #000; text-decoration: none; }		
.tabbed-component .pane .article h1 a:hover,
.tabbed-component .pane .article h1 a:focus	{ color: #a21c37; }

/* RSS */
.home .rss { background-position: -133px 0; display: none; height: 17px; width: 16px; text-indent: -999em; position: relative; }

/* =Blog / Comments
------------------------------------------------------ */
#comments { padding: 0; }

h3#comments, #respond h3 	{ background: #27318b; color: #fff; padding: .3em; }
#comments ul.children		{ margin-left: .8em; }
.comment-body 				{ background: #fff; margin-bottom: .8em; padding: .8em; }

ol.commentlist 				{ width: 95%; margin: 1em auto; padding: 0; }
ol.commentlist li 			{ list-style: none; padding: 0; margin: 0 }
ol.commentlist ul 			{ margin: 0; padding: 0 0 0 .8em; }
ol.commentlist ul li .comment-body { margin-bottom: .8em }

#commentform				{ width: 95%; margin: 0 auto; }
#commentform label			{ padding: 0 .5em 0 0; }
.comment-form-comment label { display: block; } 

.form-allowed-tags			{ font-size: 11px; }

.blog-item					{ border-bottom: 1px solid #d6d6d6;  padding: 1em 0 .8em 0; }
.blog-item h1				{ color: #666; font-size: 18px; text-transform: none; margin-bottom: .2em; }
.blog-item h1 a				{ color: #666; text-decoration: none; }
.blog-item h1 a:hover,
.blog-item h1 a:focus		{ color: #000 }
.blog-item footer			{ padding-bottom: .5em; }
.blog-item .media-aside		{ padding-top: .5em; }

.cat-item						{ font-weight: normal; line-height: 1.1; }
.page-nav ul li.categories		{ color: #000; font-weight: bold; text-transform: uppercase; padding-top: .5em; }
.page-nav ul li.categories ul	{ margin-top: .5em; }

.byline { font-size: 14px; color: #000; }

ul.page-numbers 			{ list-style: none; padding-left: 0; margin: 0 auto; display: block; text-align: center; }
ul.page-numbers li			{ background: none; display: inline; }

/* =Common Elements
------------------------------------------------------ */
/* The .media class - love this thing */
.media, 
.media-body				{ overflow: hidden; }
.media-aside			{ float: left; margin-right: 1em; }
.media img				{ display: block; }
.media					{ margin-bottom: .8em; }
.fl_right.media-aside	{ margin-left: 1em; }

/* The Sprite */
.sprite { background-image: url('../img/layout/sprite.png'); background-repeat: no-repeat; }

/* =Buttons
------------------------------------------------------ */
.common-btn			{ background: #a21c37; display: inline-block; color: #fff; font-size: 11px !important; text-transform: uppercase; text-decoration: none; line-height: 1.3; padding: 0 .5em; border-radius: 4px; }
.common-btn:hover,
.common-btn:focus	{ background: #333; color: #fff; text-decoration: none; }

/* =JS Plugins
-------------------------------------------------------------------------------------------------------------------- */
/* =BXSlider
------------------------------------------------------ */
.bx						{ background: #fff; clear: both; }
.bx img					{ display: none; }
.bx img:first-child		{ display: block; }

.bx-wrapper 			{ position: relative; margin: 0; padding: 0; }
.bx-wrapper .bx-loading { background: url('../img/layout/bx_loader.gif') 50% 0 no-repeat; min-height: 50px; height: 100%; width: 100%; z-index: 20000; }
.bx-wrapper img 		{ display: block; }
.bx .disabled			{ display: none; }

.bx-controls						{ position: absolute; bottom: 1%; right: 1%; z-index: 99; }
.bx-pager							{ }
.bx-pager .bx-pager-item			{ display: inline-block; padding: .2em; }
.bx-pager .bx-pager-item > a		{ background: transparent; display: block; color: #fff; height: 12px; width: 12px; text-indent: -999em; border: 1px solid #fff; outline: 0 none; }
.bx-pager .bx-pager-item > a:hover,
.bx-pager .bx-pager-item > a:focus,
.bx-pager .bx-pager-item > a.active	{ background: #fff; }

.bx-wrapper .bx-prev								{ background: url("../img/layout/controls.png") no-repeat scroll 0 -32px rgba(0, 0, 0, 0); left: 10px; }
.bx-wrapper .bx-next								{ background: url("../img/layout/controls.png") no-repeat scroll -43px -32px rgba(0, 0, 0, 0);  right: 10px; }
.bx-wrapper .bx-prev:hover							{ background-position: 0 0; }
.bx-wrapper .bx-next:hover							{ background-position: -43px 0; }
.bx-wrapper .bx-controls-direction a				{ display: block; height: 32px; width: 32px; outline: 0 none; position: absolute; top: 0; margin-top: -16px; text-indent: -999em; z-index: 9999; }
.bx-wrapper .bx-controls-direction a.disabled		{ cursor: default; }

/* =Helper Classes  
------------------------------------------------------ */
.ir 								{ display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }		
.ir br								{ display: none; }
.hidden 							{ display: none !important; visibility: hidden; }
.visuallyhidden 					{ border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, 
.visuallyhidden.focusable:focus 	{ clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible 							{ visibility: hidden; }
.clearfix:before, .clearfix:after 	{ content: ""; display: table; }
.clearfix:after 					{ clear: both; }
.clearfix 							{ zoom: 1; }
.clear 								{ clear: both; line-height: 1px; height: 1px; }
.clear40                            { clear: both; line-height: 40px; height: 40px; }
.print-only							{ display: none; }
.fl_left                            { float: left; }
.fl_right                           { float: right; }
.ta_right							{ text-align: right; }

    /* =Events Calendar
------------------------------------------------------ */
.tribe-events-nav-previous, .tribe-events-nav-next {
    background: none !important;
    padding-left: 0px !important;
}

.tribe-events-notices li {
    background: none !important;
}

.tribe-events-schedule {
    margin: 0 !important;
}

.tribe-events-grid .hentry.vevent a { font-size: 10px !important; }

#tribe-events-content {
    margin-bottom: 10px !important;
    padding: 2px 0;
    position: relative;
}

a.tribe-events-ical, a.tribe-events-gcal {
    margin-top: 0 !important;
}

.tribe-events-list .vevent.hentry {
    padding: 1.25em 0 0 0 !important;
}

.recurringinfo { display: none !important; }

#tribe-events-content .tribe-events-tooltip h4 { font-size: 14px !important; }
.tribe-events-tooltip .tribe-events-event-body { font-size: 14px !important; }
.tribe-events-tooltip p.entry-summary { font-size: 14px !important; }


.tribe-events-list-separator-month {
    background-color: #f9f5eb;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 2.5em 0 0;
    padding: 6px 10px;
    text-transform: uppercase;
}

.tribe-events-notices {
    background: none repeat scroll 0 0 #d9edf7;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    color: #3a87ad;
    display: block;
    margin: 30px 0 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 #fff;
}

/* =Responsive Layouts - adjust widths as required 
------------------------------------------------------ */
@media screen and (min-width: 37.5em) {

} 

/* roughly 768px width and higher */
@media screen and (min-width: 47.938em) {

	/* =Grids and Columns
	------------------------------------------------------ */
	.grid-row .grid					{ float: left; }
	.grid-row .grid_2				{ width: 47.560975%; margin-left: 2.2857142%; }
	.grid-row .grid_2:first-child	{ margin-left: 0; }
	.grid-row .grid_2:nth-child(odd){ margin-left: 0; }
	.grid-row .grid_3				{ width: 32.5%; margin-left: 1.0%; margin-bottom: 4px; }
	.grid-row .grid_3:first-child	{ margin-left: 0; }

	.main						{ margin: 0 auto; padding-bottom: 5em; position: relative; z-index: 99;; }
	
	/* =Header
	------------------------------------------------------ */
	.header 				{ min-height: 165px; }
	.header .logo 			{ margin-top: 20px; margin-bottom: 10px;}
	.header > .utilities	{ background-position: 142px -230px; displaY: block; height: 43px; min-width: 500px; float: right; }

	.utility-nav					{ float: left; }
	.utility-nav ul > li			{ float: left; }
	.utility-nav ul > li > a		{ color: #999; text-decoration: none; text-transform: uppercase; }
	.utility-nav ul > li > a:hover,
	.utility-nav ul > li > a:focus	{ color: #000; text-decoration: underline; }
	
	.search-form { float: right; }
	.search-form > input[type='search'] { }

	/* =Navigations
	------------------------------------------------------ */
	/* Main Navigation */
	.main-nav									{ display: block !important; }
	.main-navigation							{ font-size: 14px; }
	.main-navigation ul.menu					{ margin: 0; padding: 0; }
	.main-navigation ul.menu > li 				{ float: left; border: 0; }
	.main-navigation ul.menu > li > a			{ text-align: center; text-decoration: none; padding: 10px 1.1em 0 1.1em; }
	
	/* This is not really good */
	.main-navigation ul.menu > li.menu-item-21 { width: 15.660377%; }
	.main-navigation ul.menu > li.menu-item-20 { width: 13.679245%; }
	.main-navigation ul.menu > li.menu-item-19 { width: 20%; }
	.main-navigation ul.menu > li.menu-item-18 { width: 20%; }
	.main-navigation ul.menu > li.menu-item-17 { width: 11.792452%; }
	.main-navigation ul.menu > li.menu-item-24 { width: 18.867924%; }

	a.toggle-menu	{ display: none; }

	/* =Layout Components
	------------------------------------------------------ */
	.wrapper				{ }
	.main					{ min-height: 600px; }
	.secondary				{ float: left; width: 20.943396%; /* width: 21.132075%; */ padding-top: 1.8em; }
	.main-content			{ float: right; width: 77.169811%; /* width: 77.358490%; */ padding-top: 1.8em; }
	.main-content-full		{ }
	.aside					{ float: left; }

	/* HNP Today */
	.hnp-today .the-content > .content { float: left; width: 75.00%; }
	
	/* =Content Elements
	------------------------------------------------------ */
	/* Breadcrumb */
	.breadcrumb { display: block; }
	
	/* Add This (Share) */
	.addthis_button { display: block; }
	.addthis_sharing_toolbox { display: block; }
	
	/* Page Callouts */
	.page-callouts.grid-row		{ padding-bottom: 2.5em; }
	.page-callouts .grid_2		{ width: 47.560975%; margin-left: 2.2857142%; }

	/* Reflection Listing */
	.reflection-listing { float: left; }
	
	/* Friar Stories */
	ul.friar-story		{ }
	ul.friar-story > li { background: none; float: left; padding: 0 0 1em 0; width: 45%; }
	
	/* Gallery */
	.gllr_single_image_text { display: none; }
	.gallery .gllr_image_block { float: left; padding: 10px; }

	/* Initiatives */
	.the-content div.initiatives > ul	{ float: left; width: 29.268292%; margin: 0; padding: 0 1em 0 0; }

	/* Upcoming Events */
	.the-content div.upcoming-events		{ float: right; }
	.the-content div.upcoming-events > h3 	{ }
	.the-content div.upcoming-events > ul 	{ padding: 0;  }

	/* JPIC */
	.the-content div.jpic > h3 { }
	.the-content div.jpic > ul { padding: 0;  }

	/* Tables */
	table		{ margin-bottom: 1.2em; border-top: 1px solid #dfddd6; border-right: 1px solid #dfddd6; }
	table th	{ background: #ecdfbd; text-align: left; padding: .4em; border-left: 1px solid #dfddd6; border-bottom: 1px solid #dfddd6; }
	table td	{ padding: .4em; border-left: 1px solid #dfddd6; border-bottom: 1px solid #dfddd6; }
		
	table.table-data		{ width: 99%; margin-bottom: 1.2em; border: 0 solid #ccc; }
	table.table-data th		{ border-bottom: 2px dashed #cfcfcf; padding: .8em .8em .8em 0; text-align: left; }
	table.table-data td		{ border-bottom: 2px dashed #cfcfcf; padding: .8em .8em .8em 0; }

	/* =Asides
	------------------------------------------------------ */
	.sb-block		{ display: block; }
	
	.the-sidebar	{ float: right; width: 21.951219%; }

	/* =Page Nav
	------------------------------------------------------ */
	.page-nav { margin: 0; }

	/* =Homepage
	------------------------------------------------------ */
	.home .main-content { float: left; width: 66.037735%; padding-top: 2.5em; }
	.home .aside		{ float: right; width: 32.075471%; padding-top: 2.5em; }

	/* Homepage Callouts */
	.hp-callouts .grid_3	{ width: 31.428571%; margin-left: 2.2857142%; }
	
	/* Tabbed Component */
	.tabbed-component								{ }
	.tabbed-component > ul.tabs						{ }
	.tabbed-component > ul.tabs > li				{ float: left; padding-right: .2em; }
	.tabbed-component > ul.tabs > li > a			{ }
	.tabbed-component > ul.tabs > li > a:hover,
	.tabbed-component > ul.tabs > li > a:focus,
	.tabbed-component > ul.tabs > li.active > a		{ }

	.tabbed-component .pane	{ }

	/* RSS */
	.home .rss { display: block; position: absolute; top: 8px; right: 0; }

	/* =Footer
	------------------------------------------------------ */
	.footer 						{ text-align: left; }
	.footer > .col					{ background: url('../img/layout/footer-divide.png') 0 0 no-repeat; float: left; min-height: 160px; }
	.footer > .col > h3				{ display: block; }
	.footer > .col:first-child		{ background: none; }
	.footer > .contact				{ width: 20%; padding: 0 1% 0 0; }
	.footer > .social				{ width: 16.037735%; text-align: center; }
	.footer > .social > ul			{ clear: both; }
	.footer > .social > ul > li 	{ }
	.footer > .quick-links			{ display: block; width: 14.150943%; padding: 0 4.7169811%; }
	.footer > .footer-img			{ background-position: -160px 0; display: block; float: right; width: 258px; height: 224px; text-indent: -999em; position: relative; margin: -50px 10px 0 0; }
	.footer > .site-info a,
	.footer > .site-info span		{ display: inline; }

}

/* roughly 1024px width and higher */
@media screen and (min-width: 67.250em) {

	/* =Navigations
	------------------------------------------------------ */
	.main-navigation 							{ font-size: 18px; }
	.main-navigation ul.menu > li > a			{ text-align: center; text-decoration: none; padding: 10px 1.9em 0 1.9em; }
	
	/* This is not really good */
	.main-navigation ul.menu > li.menu-item-21 { width: 15.660377%; }
	.main-navigation ul.menu > li.menu-item-20 { width: 13.679245%; }
	.main-navigation ul.menu > li.menu-item-19 { width: 20%; }
	.main-navigation ul.menu > li.menu-item-18 { width: 20%; }
	.main-navigation ul.menu > li.menu-item-17 { width: 11.792452%; }
	.main-navigation ul.menu > li.menu-item-24 { width: 18.867924%; }
	
	/* =Layout Components
	------------------------------------------------------ */
	.wrapper { padding: 0; }

}

@media screen and (min-width: 80em) {
		
}

/* Retina (2x Resolution Devices) */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) { 

}

/* iPhone 5 */
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  // iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
  .header               { min-height: 165px; padding-left: 0; position: relative; }
}

/* =Print 
------------------------------------------------------ */
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: none;
    }
    a[href]:after {
        content: "";
    }
    abbr[title]:after {
        content: "";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group; /* h5bp.com/t */
    }
    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }

	.main { padding-bottom: 1em !important; min-height: 400px; }

	.page-nav-outer { display: none; }
	.the-sidebar { display: none; }
	.toggle-menu { display: none !important; }
	.site-info { display: none !important; }

	.footer	{ padding-top: 0 !important; margin-top: 0 !important; }
	.footer > .print-only 						{ display: block; }
	.contact						{ display: none; }

    .secondary { display: none; }

}