/*
Theme Name: Diocese of Rochester Theme by Brendan Parker
Theme URI: https://www.dor.org
Author: Brendan Parker and The WordPress Team
Author URI: https://wordpress.org/
Description: A smooth, functional, simple theme which can be adjusted to serve the needs of almost any DOR website
Version: 1.0
License: N/A
License URI: 
Tags: N/A
Text Domain: dor

*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $remba#3397C5se)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

/* BRENDAN'S FONTS */
/*@import url('https://fonts.googleapis.com/css?family=Bitter');*/


/* BRENDAN'S VARIABLES */

:root {
    --main-color: #3397C5; /*#3397C5 #622F3E coral*/
    --main-txt-color: blue;
    --main-padding: 15px;
}




html, body, div, span, applet, object, iframe, p, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	/*background-color: #f0e0c0;*/
		/*background-image: url('http://www.dor.org/wp-content/themes/dor/images/bkg_top.png'), url('http://www.dor.org/wp-content/themes/dor/images/bkg_middle.png');
		background-position: top center, center;
		background-repeat: repeat-x, repeat;*/
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e0e0e0+100 */





		/*background-attachment: fixed;*/
		/*background-color: #F0E0B0;
background-image: url(http://www.transparenttextures.com/patterns/cardboard.png);*/
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
background-color: #FFFFFF;
}
ol,
ul {
	list-style: none;
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}


h1 {font-family: 'Bitter', serif; font-weight: bold; color: #3397C5;}
h2 {font-family: 'Bitter', serif; font-weight: bold; color: #3397C5;}
h3 {font-family: 'Bitter', serif; font-weight: bold; color: #3397C5;}
h4 {font-family: 'Bitter', serif; font-weight: bold; color: #3397C5;}
h5 {font-family: 'Bitter', serif; font-weight: bold; color: #3397C5;}
h6 {font-family: 'Bitter', serif; font-weight: bold; color: #3397C5;}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* Brendan */

.homeBoxContainer {position: relative;}
.homeBox1 {float: left; width: 290px; height: 100%; padding: 10px; border-right: solid 1px #b8b8b8;}
.homeBox2 {float: left; width: 290px; height: 100%; padding: 10px; border-right: solid 1px #b8b8b8;}
.homeBox3 {float: left; width: 290px; height: 100%; padding: 10px;}
.homeBoxContainer2 {position: relative; padding-top: 20px; border-top: solid 1px #b8b8b8;}
.homeBoxUnder1 {float: left; width: 650px; height: 100%; padding: 10px; border-right: solid 1px #b8b8b8;}
.homeBoxUnder2 {float: left; width: 270px; height: 100%; padding: 10px 0px 10px 10px;}
#headerSearch {width: 70%; margin-top: 20px; float: right; text-align: right;}
#headerNav {width: 70%; margin-top: 0px; float: right; text-align: right;}
#headerlogo {float: left; width: 30%;}
@media screen and (max-width: 660px) {
.homeBox1 {float: left; width: 100%; border-bottom: solid 1px #b8b8b8; padding: 10px 0px 10px 0px; border-right: 0px;}
.homeBox2 {float: left; width: 100%; border-bottom: solid 1px #b8b8b8; padding: 10px 0px 10px 0px; border-right: 0px;}
.homeBox3 {float: left; width: 100%; padding: 10px 0px 10px 0px; }
.homeBoxUnder1 {float: left; width: 100%; border-bottom: solid 1px #b8b8b8; padding: 10px 0px 10px 0px; border-right: 0px;}
.homeBoxUnder2 {float: left; width: 100%; border-bottom: solid 1px #b8b8b8; padding: 10px 0px 10px 0px;}
#headerSearch {display: none;}
#headerNav {width: 100%; margin-top: 10px; float: left; text-align: left;}
#headerlogo {width: 100%; text-align: center;}
.topIconNav {display: none;}
.topBar {background-color: green !important;}
}
@media screen and (max-width: 1020px) {
.topIconNav {display: none;}
.topBar {display: none;}
.mobileMenuOpenerBar {display: block !important;}
.mainheader {display: none;}
.sidebar-left-sidebar {display: none !important;}
.sidebar-left-content {width: 100% !important;}
.breadcrumbs {display: none;}
/*h1 {background: blue; color: white;}*/
.subdomainSidebar {display: none;}
.subdomainSidebarRight {display: none;}
.subdomainSidebarLeft {display: none;}
.subdomainContent {width: 100% !important;}
.postLeft {width: 100% !important;}
.postRight {width: 100% !important; border: none !important; padding: 0px !important; margin: 0px;}
.panel_cc_desktop {display: none;}
.panel_cc_mobile {display: block !important;}
.panel_cc {box-shadow:inset 0 0 0 2000px rgba(92,13,70,0.65); padding: 20px !important;}
.panel_era_desktop {display: none;}
.panel_era_mobile {display: block !important;}
.panel_era {box-shadow:inset 0 0 0 2000px rgba(92,13,70,0.65); padding: 20px !important;}
.panel_cyo_desktop {display: none;}
.panel_cyo_mobile {display: block !important;}
.panel_cyo {}
.panel_mfl_desktop {display: none;}
.panel_mfl_mobile {display: block !important;}
.panel_mfl {}
.panel_featured_desktop {display: none;}
.panel_featured_mobile {display: block !important;}
.panel_featured {padding: 10px !important;}
.panel_cma_desktop {display: none;}
.panel_cma_mobile {display: block !important;}
.panel_cma {}
.panel_lms_desktop {display: none;}
.panel_lms_mobile {display: block !important;}
.panel_lms {}
.panel_lms1_desktop {display: none;}
.panel_lms1_mobile {display: block !important;}
.panel_lms1 {}
.panel_lms2_desktop {display: none;}
.panel_lms2_mobile {display: block !important;}
.panel_lms2 {}
.panel_lms2x_desktop {display: none;}
.panel_lms2x_mobile {display: block !important;}
.panel_lms2x {}
.panel_find_desktop {display: none;}
.panel_find_mobile {display: block !important;}
.panel_find {}
.panel_main_desktop {display: none;}
.panel_main_mobile {display: block !important;}
/*.topIconNav ul li {width: 100px !important; max-width: 100px !important;}
.topIconNav ul li a {width: 100px !important; max-width: 100px !important;}*/
}

.headerMenu {max-width: 960px; width: 100%; margin: 0px auto; padding: 2px 0px 2px 0px; color: #FFFFFF; text-align: right;}
.headerMenu a {color: #FFFFFF; text-decoration: none;}
.headerMenuTitle {}
.headerContent {float: left; width: 50%; text-align: right; /*padding-top: 16px;*/ padding: 0px; margin: 0px;}
.headerContentTitle {}
.headerMenu a {display: block; float: left; width: 24px; margin: 0px; padding: 2px 4px !important; opacity: .8;}
.headerMenu a img {width: 100%;}
.headerMenu a:hover {padding: 4px 4px 0px 4px !important; opacity: 1; cursor: pointer;}

.mobileMenuOpenerBar {display: none; width: 100%; height: 50px; background-color: #ECE7DA; z-index: 100; font-weight: bold; color: #FFFFFF; text-align: center;}
.mobileMenuOpenerTitle {position: relative; max-width: 1000px; margin: 0px auto; height: 50px; text-align: left; background-image: url('https://www.dor.org/wp-content/themes/dor/images/white.png'); background-position: calc(50% - 900px) 50%; background-repeat: no-repeat; border-bottom: solid 1px #}
.mobileMenuOpener {width: 100px; height: 50px; background-color: #ECE7DA; float: right; z-index: 100; font-weight: bold; color: #202020; text-align: center;
background-image: url('https://www.dor.org/wp-content/themes/dor/images/menu_icon_000000.png'); background-repeat: no-repeat; background-position: center center; background-size: 40px 40px;}
.mobileMenuOpener:hover {background-color: rgba(255,255,255,.4);}

.mobileMenuHeader {background-color: #3397C5; width: 320px; box-sizing: border-box; height: 46px; }
.mobileMenuHeaderSearch {width: 220px; box-sizing: border-box; padding: 4px 4px; float: left;}
.mobileMenuHeaderSearch #s {width: 100%; color: #202020; background: #F0F0F0; box-sizing: border-box; height: 30px; box-shadow: none;}
.mobileMenuHeaderClose {width: 100px; height: 100%; box-sizing: border-box; padding: 14px 4px; text-align: center; float: left;}
.mobileMenuHeaderClose:hover {background: rgba(255,255,255,.1); cursor: pointer;}

.mobileMenu {display: none; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; /*background-color: cyan; */z-index: 100; font-size: 14px; font-weight: bold; text-shadow: 0px 1px 0px rgba(0,0,0,.4);}
.mobileMenu * {color: #FFFFFF; text-decoration: none !important;}
/*.mobileMenu .menu ul li{border-bottom: solid 2px pink;}*/
.mobileMenu .menu>li, .sub-menu>li {list-style: none;}
.mobileMenu .menu>li>a {min-height: 30px; display: block; width: 320px; padding: 6px 0px 6px 8px; box-sizing: border-box; 
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
background-color: #ECE7DA;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
border-top: 1px solid #000000; color: #3397C5; text-shadow: 0px 1px 0px rgba(255,255,255,.8);
}
.mobileMenu .menu {padding: 0px; margin: 0px;}
.mobileMenu .menuTop {padding: 0px; margin: 0px; width: 360px;}
.mobileMenu .menuTop img {width: 18px; float: left; padding-right: 6px;}
.mobileMenu .menuTop>li>a {min-height: 30px; display: inline-block; float: left; width: 160px; border-left: solid 1px #5cadd3; border-right: solid 1px #15536f; padding: 6px 0px 6px 8px; box-sizing: border-box; font-weight: normal; font-size: 12px;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
background-color: #3397C5;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
border-top: 1px solid #000000;
}
/*.mobileMenu .menu>li>a:hover {background-color: #DACFAE; color: #3397C5;}*/
.mobileMenu .menu>.menu-item-has-children>a {display: block; width: 280px; padding: 6px 0px 6px 8px; box-sizing: border-box; background-color: #ECE7DA;}
.mobileMenu .sub-menu { display: none ;position: relative; clear: both; width: 280px; margin: 0px; font-weight: normal;}
.mobileMenu .sub-menu a { display: block; border-top: 1px solid #000000; width: 280px; padding: 6px 6px 6px 30px; text-shadow: 0px 1px 0px rgba(255,255,255,.7); box-sizing: border-box; color: #3397C5; background-color: #ECE7DA;}
/*.mobileMenu .sub-menu a:hover {background-color: #DACFAE; color: #3397C5;}*/
.mobileMenu .sub-menu .sub-menu { display: none ;position: relative; clear: both; width: 280px; margin: 0px;}
.mobileMenu .sub-menu .sub-menu a { display: block; border-top: 1px solid #000000; width: 280px; padding: 6px 6px 6px 52px; box-sizing: border-box; text-shadow: 0px 1px 0px rgba(255,255,255,.7); color: #3397C5; background-color: #ECE7DA;}
/*.mobileMenu .sub-menu .sub-menu a:hover {background-color: #DACFAE; color: #3397C5;}*/
.mobileMenu .menu .menu-item-has-children {display: block; /*border-bottom: 1px solid #000000; */justify-content: space-between; background-color: #bbb7af; width: 320px; min-height: 30px; background-image: url('https://www.dor.org/wp-content/themes/dor/images/nav_arrow.png');  background-position: right 12px top 6px; background-repeat: no-repeat; background-size: 16px 16px;}
.mobileMenu .menu .sub-menu .menu-item-has-children {border-bottom: none;}

/*.mobileMenu {position: absolute; width: 400px; height: 400px; background-color: cyan;}
.mobileMenu .menu>li, .sub-menu>li {list-style: none;}
.mobileMenu .menu li {border: 1px solid brown; width: 300px; padding: 0px; background-color: lightyellow;}
.mobileMenu .menu>li>a {background-color: red; width: 200px;}
.mobileMenu .menu>.menu-item-has-children>a {background-color: red; width: 300px; display: block;}
.mobileMenu .sub-menu {display: none;}
.mobileMenu .menu .menu-item-has-children {display: flex; flex-direction: row; justify-content: space-between; background-color: blue;}
.mobileMenu .menu .menu-item-has-children::after {content: "V"; width: 20px; height: 20px; background-color: yellow;}
.mobileMenu .menu .menu-item-has-children .arrow {width: 20px; height: 20px;}
.mobileMenu .menu .menu-item-1615 {background-color: green;}
.mobileMenu .rotate {transform: rotate(180deg);}*/

/*
.mobileMenu {position: absolute; width: 400px; height: 400px; background-color: cyan;}
.mobileMenu .list>li, .collapsible>li {list-style: none;}
.mobileMenu .list li {border: 1px solid brown; width: 300px; padding: 10px; background-color: lightyellow;}
.mobileMenu .collapsible {display: none;}
.mobileMenu .clickme {display: flex; flex-direction: row; justify-content: space-between;}
.mobileMenu .clickme .arrow {width: 20px; height: 20px;}
.mobileMenu .rotate {transform: rotate(180deg);}*/

/*.aboutButton {position: relative; display: block; margin: 40px auto 10px auto; padding: 12px; font-size: 18px; border: solid 1px #3397C5; color: #FFFFFF; background: rgba(0,0,0,.2); text-align: center; width: 180px; text-decoration: none; font-weight: normal;}
.aboutButton:hover {background: rgba(0,0,0,.8); text-decoration: none; color: #FFFFFF;}*/
.aboutButton {position: relative; display: block; margin: 10px auto 10px auto; padding: 12px; font-size: 16px; text-transform: uppercase; color: rgba(51,151,197,1); background: #FFFFFF; text-align: center; width: 180px; text-decoration: none; font-weight: bold; text-shadow: 0px 1px 0px rgba(255,255,255,.8); box-shadow: 0px 2px 4px rgba(0,0,0,.6), inset 0 -22px 2px 0 rgba(0,0,0,0.06);}
.aboutButton:hover {background: rgba(51,151,197,1); text-decoration: none; color: #FFFFFF; text-shadow: 0px 1px 0px rgba(0,0,0,.4); }

.job_description ul {padding-left: 18px;}

.mainButton {position: relative; display: block; margin: 40px auto 10px auto; padding: 8px; font-size: 22px; border: solid 2px #FFFFFF; color: #FFFFFF; background: #2b8dba; text-align: center; width: 180px; text-decoration: none;}

.topBar {width: 100%; background-color: #202020; height: 38px; box-shadow: inset 0 8px 8px -8px rgba(0,0,0,0.9), 0 8px 8px -8px rgba(0,0,0,0.9); padding-top: 2px;}

.entry-title {margin-bottom: 24px !important; margin-top: 22px !important; font-size: 24px !important; font-weight: normal !important;}

.widget_recent_entries li {margin-bottom: 16px;}

.myList li {list-style-image: url('https://www.dor.org/docs/arrow.png');}
.myList li {font-size: 12pt;}
.myList a {text-decoration: none;}

.coronaButton {display: block; width: 32%; float: left; border: solid 1px rgba(0,0,0,.0); box-sizing: border-box; padding: 40px 20px; margin: 10px; background: rgba(0,0,0,.4); border-radius: 8px; min-height: 180px; color: #F0F0F0; line-height: normal; text-decoration: none;}
.coronaButton:hover {background: rgba(0,0,0,.6); border: solid 1px #000000; color: #F0F0F0; text-decoration: none;}
.coronaButtonSmall {display: inline-block; border: solid 1px rgba(0,0,0,.0); background: rgba(0,0,0,.4); padding: 8px 16px; margin: 8px; border-radius: 4px; color: #FFFFFF; text-decoration: none;}
.coronaButtonSmall:hover {background: rgba(0,0,0,.6); border: solid 1px #000000; color: #F0F0F0; text-decoration: none;}

.postLeft {float: left; display: table-cell; width: 65% !important; padding-top: 20px; padding-bottom: 20px;}
.postRight {float: left; display: table-cell; width: 28%; border-left: solid 1px #D0D0D0; margin-left: 4%; padding-left: 2%; padding-top: 20px; padding-bottom: 20px;}

.simcal {}
.simcal-event-title {font-size: 14px !important;}
.simcal-month * {font-size: 12px !important;}
.simcal-calendar-grid .simcal-month {border-top: solid 1px #404040;}
/*.simcal-calendar-grid .simcal-day-label {font-weight: bold; color: #202020 !important;}*/
.simcal-calendar-grid .simcal-day {border: solid 1px #404040;}
.simcal-calendar-grid .simcal-today {background: #E8F0FF;}
.simcal-calendar-grid .simcal-today * {border: 0px !important;}
.simcal-calendar-grid .simcal-today .simcal-day-label {color: #F0F0F0 !important;}
/*
.simcal-bp-title a {text-decoration: none; padding: 0px; margin: 0px;}
.simcal-bp-title a:hover {text-decoration: underline;}
.simcal-bp-date {padding-left: 20px !important; margin-left: 20px !important; font-weight: bold;}
.simcal-bp-address {padding-left: 20px !important; margin-left: 20px !important;}
.simcal-bp-desc {padding-left: 20px !important; margin-left: 20px !important;}

.simcal-events-list-container * {padding: 0px !important; margin-left: 0px !important;}*/

.socialMedia {}
.socialMedia .socButton {width: 36px; margin: 2px 2px 0px 0px;}
.socialMedia .socButton:hover {cursor: pointer; margin: 0px 2px 2px 0px;}

.socialbox {background: #3397C5; position: fixed; bottom: 0px; width: 360px; height: 92px; left: 50%; margin-left: -200px; z-index: 10000; font-size: 18px; font-weight: bold; color: #F0F0F0; padding: 14px; text-align: center; border-radius: 8px 8px 0px 0px; box-shadow: 0px 0px 40px rgba(0,0,0,0.4);}
.socialbox .socButton {width: auto; height: 52px;}

.textwidget img {box-shadow: none !important;}

.widget {list-style: none;}
.widgettitle {margin: 24px 0px;}
.widget_listcategorypostswidget a {}
.entry-meta {display: none;}

/*.footerWidgetMenu4 {width: 22%; margin: 0px 1.5%; float: left; color: #E0E0E0; font-size: 13px;}*/
.footerWidgetMenu4 {width: 24%; margin: 0px 1.5%; float: left; color: #E0E0E0; font-size: 13px;}
.footerWidgetMenu4 a {color: #E0E0E0;}
.footerWidgetMenu4 a:hover {color: #E0E0E0; text-decoration: none;}
.footerWidgetMenu4:nth-of-type(1) {width: 20%; margin: 0px 1.5%; float: left; color: #E0E0E0; font-size: 12.5px;}
.footerWidgetMenu4:nth-of-type(2) {width: 20%; margin: 0px 1.5%; float: left; color: #E0E0E0; font-size: 12.5px;}
.footerWidgetMenu4:nth-of-type(3) {width: 24%; margin: 0px 1.5%; float: left; color: #E0E0E0; font-size: 12.5px;}
.footerWidgetMenu4:nth-of-type(4) {width: 24%; margin: 0px 1.5%; float: left; color: #E0E0E0; font-size: 12.5px;}
.footerWidgetMenu3 {width: 28%; margin: 0px 2.6%; float: left; color: #999999;}

.footerWidgetMenu4Title {color: #FFFFFF !important; font-size: 14px; border-bottom: solid 1px #E0E0E0; margin-bottom: 8px; font-weight: bold;}
.footerWidgetMenu3Title {color: #FFFFFF; font-size: 18px; border-bottom: solid 3px #3397C5;}
.messageButton {display: inline-block; border: solid 1px #FFFFFF; padding: 10px 18px; margin: 6px 0px; background: rgba(0,0,0,.2); color: #FFFFFF; text-decoration: none;}
.messageButton:hover {border: solid 1px #FFFFFF; text-decoration: none; background: rgba(0,0,0,.8); color: #FFFFFF;}

@media screen and (max-width: 660px) {
.footerWidgetMenu4 {width: 90% !important; margin: 5% !important; float: left !important;}
.footerWidgetMenu3 {width: 90%; margin: 5%; float: left;}
}


/* CMA Graph */

.flex-wrapper { display: flex; flex-flow: row nowrap;}
.single-chart { width: 33%; justify-content: space-around ;}
.circular-chart { display: block; margin: 10px auto; max-width: 80%; max-height: 250px;}
.circle-bg { fill: none; stroke: #eee; stroke-width: 3.8;}
.circle { fill: none; stroke-width: 2.8; stroke-linecap: round; animation: progress 1s ease-out forwards;}
@keyframes progress {
  0% { stroke-dasharray: 0 100; }
}
.circular-chart.orange .circle { stroke: #ff9f00;}
.circular-chart.green .circle { stroke: #4CC790;}
.circular-chart.blue .circle { stroke: #3c9ee5;}
.circular-chart.dor_blue .circle { stroke: #3397C5;}
.percentage { fill: #FFFFFF; font-family: sans-serif; font-size: 6px; text-anchor: middle;}


/* SiteOrigin */
.so-panel {margin: 0px !important; padding: 0px !important;}
.siteorigin-widget-tinymce {margin: 0px !important; padding: 0px !important;}
.panel-grid-cell {margin: 0px !important; padding: 0px !important;}
.panel-layout {margin: 0px !important; padding: 0px !important;}
.panel-grid {margin: 0px !important; padding: 0px !important;}
iframe {margin: 0px !important; padding: 0px !important;}

/* PS Directory Listing */

.w2dc-listing-header {padding: 4px 10px !important;}
.w2dc-listing-header a {text-shadow: 0px 1px 2px rgba(0,0,0,.8) !important;}
.w2dc-field-output-block-address {display: none !important;}
.w2dc-label {display: none !important;}

.entry-page-image {display: none;}
.entry-header img {display: none;}

/* PARISH BY PARISH SORTABLE TABLES */


/*table { border-collapse: collapse; border-spacing: 0px; }
.number { width: 1%; white-space: nowrap; text-align: right; padding-left: 20px !important; }
.ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.textcenter { text-align: center; }
.textright { text-align: right; }
.minify { width: 1%; white-space: nowrap; }
.table-icon { width: 30px; max-width: 30px; text-align: center; }
.table-list { height: 280px; }*/
.table-list { border-collapse: collapse; border-spacing: 0px; background-color: #ffffff; border-bottom: 2px solid blue; width: 800px; margin: 0 auto; table-layout: fixed;}
.table-list th { text-align: left; color: #3397C5; border-bottom: 1px solid #d2d2d2; }
.table-list th button { background: none; background-color: transparent; font-size: 11px !important; font-weight: bold; box-shadow: none; border: none; font-family: inherit; color: inherit; border-radius: 0; cursor: pointer; padding: 4px 4px; text-align: left; margin: 0px;}
.table-list tbody tr { border-bottom: 1px solid #E0E0E0 !important; }
.table-list tbody td {vertical-align: top; padding: 3px 4px !important; font-size: 11px; color: #404040; line-height: 16px;}
.id_mas { width: 100px !important; max-width: 100px !important; overflow: none !important;}
.id_web { overflow: hidden !important;}
.table-list tbody tr:nth-child(odd) { background: #FFFFFF;}
.table-list tbody tr:nth-child(even) { background: #FAFAFA;}
.table-list tbody tr:hover { /*background: #F0F8FF; border-bottom: 1px solid #B0C0E0 !important;*/ box-shadow: inset 0px 0px 4px rgba(50,100,150,.15), inset 0px -440px 0px rgba(215,235,255,.7);}
/*.table-list tbody tr:last-child td { height: auto; }
.sort { text-align: left; padding: 9px; border: none; background: none; display: block; width: 100%; color: #808080; line-height: 14px; }
.sort.textcenter { text-align: center; }
.sort.textright { text-align: right; }
.caret { line-height: 0; }
.caret:after { content: ""; }*/
.asc .caret:after { width: 0; height: 0; border-left: 3px solid transparent; border-right: 3px solid transparent; border-top: 3px solid #808080; content: ""; position: relative; top: -3px; right: -4px; font-size: 0; }
.desc .caret:after { width: 0; height: 0; border-left: 3px solid transparent; border-right: 3px solid transparent; border-bottom: 3px solid #808080; content: ""; position: relative; top: -7px; right: -4px; font-size: 0; }
.sort .caret { display: none; }
.sort.asc .caret { display: inline-block; }
.sort.desc .caret { display: inline-block; }
/* .sortUnitPrice, .sortQty, .sortTotal { min-width: 90px; }
.table-footer { border-top: 1px solid #d2d2d2; padding: 0; }
.table-filter { float: right; border-left: 1px solid #d2d2d2; }
.table-filter .search { padding: 9px; width: 300px; border: none; background: transparent; box-shadow: none; }
.table-pagination { display: table; border-collapse: collapse; width: 156px; float: left; border-right: 1px solid #d2d2d2; padding: 6px; }
.btn-tablepage { display: table-cell; width: 33px; padding: 9px; }
.pagination { display: table-cell; text-align: center; list-style: none; margin: 0; padding: 0; width: 90px; }
.pagination li { display: inline-table; border: 1px solid #eaeaea; }
.page { display: block; padding: 4px 0; width: 22px; text-align: center; text-decoration: none; line-height: 12px; font-size: 12px; color: #808080; }
.pagination .disabled { display: none; }
.pagination .active { border-color: #aaa; }
.active .page { background: #aaa; color: #fff; }
.table-btn-dropdown { padding: 8px; }
.btn-with-caret { position: relative; padding-right: 24px; }
.btn-with-caret:after { content: ""; display: block; position: absolute; top: 50%; right: 10px; margin-top: -2px; width: 0; height: 0; border-top: 4px solid #333333; border-right: 4px solid transparent; border-left: 4px solid transparent; }*/



/*
.homePanel {float: left; width: 242px; height: 180px; margin: 0px 4px;  padding: 10px; box-sizing: border-box;}
.homePanel1 {background-image: url("https://www.dor.org/wp-content/themes/dor/images/box-matano.png"); color: #FFFFFF; background-size: contain; border: solid 1px #991e30; text-shadow: 0px 1px 1px #000000;}
	.homePanel1 a {color: #FFFFFF;}
	.homePanel1 a:hover {color: #FFFFFF; text-decoration: none;}
.homePanel2 {background-image: url("https://www.dor.org/wp-content/themes/dor/images/box-cc.png"); background-size: contain; border: solid 1px #B71A8B; text-shadow: 0px 1px 1px #000000;}
	.homePanel2 a {color: #FFB0E0;}
	.homePanel2 a:hover {color: #FFFFFF; text-decoration: none;}
.homePanel3 {padding: 0px; background: #f1d5b4; border: solid 1px #861522; background-image:url(https://www.dor.org/wp-content/themes/dor/images/bkg-stripes-light.png); background-repeat: repeat; }
	.homePanel3 a {color: #861522;}
	.homePanel3 .innerFrame {padding: 4px 10px;}
	.homePanel3 .cma_title {background: #861522; color: #FFFFFF; padding: 4px; font-weight: bold; background-image:url(https://www.dor.org/wp-content/themes/dor/images/bkg-stripes.png); background-repeat: text-transform: uppercase; text-align: center; text-shadow: 0px -1px 0px #000000;}
.homePanel4 {background-image: url("https://www.dor.org/wp-content/themes/dor/images/box-cyo2.png"); background-size: contain; border: solid 1px #0060B0;}
*/

.homePanel {float: left; width: 326px; height: 243px; margin: 0px; padding: 10px; box-sizing: border-box;}
.homePanel1 {background-image: url("https://www.dor.org/wp-content/themes/dor/images/box-matano.png"); color: #FFFFFF; background-size: contain; border: solid 1px #991e30; text-shadow: 0px 1px 1px #000000;}
	.homePanel1 a {color: #FFFFFF;}
	.homePanel1 a:hover {color: #FFFFFF; text-decoration: none;}
.homePanel3 {padding: 0px; background: #f1d5b4; border: solid 1px #861522; background-image:url(https://www.dor.org/wp-content/themes/dor/images/bkg-stripes-light.png); background-repeat: repeat; margin: 0px 10px;}
	.homePanel3 a {color: #861522;}
	.homePanel3 .innerFrame {padding: 4px 10px;}
	.homePanel3 .cma_title {background: #861522; color: #FFFFFF; padding: 10px; font-weight: bold; font-size: 14px; background-image:url(https://www.dor.org/wp-content/themes/dor/images/bkg-stripes.png); background-repeat: text-transform: uppercase; text-align: center; text-shadow: 0px -1px 0px #000000;}
.homePanel4 {background-image: url("https://www.dor.org/wp-content/themes/dor/images/box-cyo3.png"); background-size: contain; border: solid 1px #0060B0;}

.panel_featured { width: 100%; background: #3397C5; box-sizing: border-box; padding: 40px; background-position: center; background-size: cover;/* background-image: url('https://www.catholiccourier.com/sites/default/files/JW_SL-Seniors2_web.jpg'); box-shadow:inset 0 0 0 2000px rgba(250,230,100,0.4);*/
}
.panel_featured_mobile { display: none; }

.panel_cc {width: 100%; background: #3397C5; box-sizing: border-box; padding: 60px 40px; color: rgba(183,26,139,1); background-position: center; background: url('https://www.dor.org/wp-content/themes/dor/images/kids.jpg'); background-size: cover; background-repeat: no-repeat; box-shadow:inset 0 0 0 2000px rgba(255,235,245,0.75); text-shadow: 0px 1px 0px rgba(255,255,255,.8);}
.panel_cc_mobile {display: none;}
.panel_cc a {display: inline-block; color: rgba(183,26,139,1); text-decoration: none; padding: 4px; margin: 0px;}
.panel_cc a:hover {color: rgba(0,0,0,1); text-decoration: none;}

.panel_ccx a {display: block; float: left; min-width: 230px; padding: 8px; margin: 4px; border: solid 1px #FFFFFF; background: rgba(183,26,139,.9); box-shadow: 0px 2px 2px rgba(0,0,0,.4); font-size: 14px; font-weight: bold; text-decoration: none; color: #FFFFFF;}
.panel_ccx a:hover {background: rgba(255,255,255,1); color: rgba(183,26,139,1); text-decoration: none;}

.panel_era {width: 100%; background: #3397C5; box-sizing: border-box; padding: 60px 40px; color: #FFFFFF; background-position: center; background: url('https://www.dor.org/wp-content/themes/dor/images/era.jpg'); background-size: cover; background-repeat: no-repeat; box-shadow:inset 0 0 0 2000px #3397C540; text-shadow: 0px 1px 0px #000000;}
.panel_era_mobile {display: none;}
.panel_era a {display: inline-block; color: #FFFFFF; text-decoration: none; background: #00000040; padding: 14px; margin: 0px; border: solid 1px #FFFFFF;}
.panel_era a:hover {color: #3397C5; text-decoration: none;}


.panel_mfl {  box-shadow:inset 0 40px 40px rgba(0,0,0,0.4), inset 0 -40px 40px rgba(0,0,0,0.4); background-position: left;}
.panel_mfl_mobile {display: none;}

.panel_cyo {  box-shadow:inset 0 0 0 2000px rgba(150,150,50,0.35), inset 0 20px 20px -14px rgba(0,0,0,0.70), inset 0 -20px 16px -14px rgba(0,0,0,0.70); background-position: left; 
}
.panel_cyo_mobile {display: none;}
.panel_cma {box-shadow:inset 0 0 0 2000px rgba(236,231,218,0.85); padding: 10px;}
.panel_cma .summary {width: 100%; font-size: 12px; font-weight: bold; padding-top: 20px; text-align: center; color: #000000; text-shadow: 0px 1px 0px #FFFFFF;}
/*.panel_cma a {display: block; float: left; min-width: 230px; padding: 10px; margin: 5px; border: solid 1px #FFFFFF; background: rgba(140,132,132,.9); box-shadow: 0px 2px 2px rgba(0,0,0,.4); font-size: 14px; font-weight: bold; text-decoration: none; color: #FFFFFF;}*/
.panel_cma a {display: block; float: left; min-width: 230px; padding: 6px 10px; margin: 4px; border: solid 1px #FFFFFF; background: rgba(140,132,132,.9); box-shadow: 0px 2px 2px rgba(0,0,0,.4); font-size: 14px; font-weight: bold; text-decoration: none; color: #FFFFFF;}
.panel_cma a:hover {background: rgba(255,255,255,1); color: rgba(140,132,132,1); text-decoration: none;}
.panel_cma_mobile {display: none;}
.panel_cma_mobile a {display: block; width: 80%; padding: 4px; margin: 4px 10%; border: solid 1px #FFFFFF; background: rgba(140,132,132,.9); box-shadow: 0px 2px 2px rgba(0,0,0,.4); font-size: 14px; font-weight: bold; text-decoration: none; color: #FFFFFF;}
.panel_cma_mobile a:hover {background: rgba(255,255,255,1); color: rgba(140,132,132,1); text-decoration: none;}

.panel_lms {width: 100%; background: #3397C5; box-sizing: border-box; padding: 60px 40px; color: #FFFFFF; background-position: center; background: url('https://www.dor.org/wp-content/themes/dor/images/laptop.jpg'); background-size: cover;  background-position: center top; background-repeat: no-repeat; box-shadow:inset 0 0 0 2000px rgba(180,120,40,0.70); text-shadow: 0px 1px 0px rgba(0,0,0,.6);}
.panel_lms_mobile {display: none;}
.panel_lms_mobile {width: 100%; background: #3397C5; box-sizing: border-box; padding: 20px !important; color: #FFFFFF; background-position: center; background: url('https://www.dor.org/wp-content/themes/dor/images/laptop.jpg'); box-shadow:inset 0 0 0 2000px rgba(180,120,40,0.70); text-shadow: 0px 0px 1px 1px rgba(0,0,0,.4) !important;}

.panel_lms1 {width: 100%; background: #3397C5; box-sizing: border-box; padding: 60px 40px; background: url('https://www.dor.org/wp-content/themes/dor/images/lms.jpg'); background-size: cover;  background-position: center top; background-repeat: no-repeat; text-shadow: 0px 1px 0px rgba(0,0,0,1); color: #F0E0A0; text-align: center;}
.panel_lms1_mobile {display: none;}
.panel_lms1_mobile {}

.mybutton {display: block; padding: 10px; margin: 10px auto; width: 260px; color: #FFFFFF; text-shadow: 0px 1px 1px #000000; box-shadow: 0px 2px 2px rgba(0,0,0,.4); border-radius: 2px; background-color: #3397C5; text-align: center; text-decoration: none;}
/*.mybutton:hover {box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3), 0px 2px 2px rgba(0,0,0,.6); text-decoration: none; color: #FFFFFF;}*/
.mybutton:hover {background: #ECE7DA; text-shadow: 0px 1px 1px #FFFFFF; text-decoration: none; color: #000000;}

.mybuttonrev {background: #FFFFFF; color: #000000; text-shadow: none;}
/*.mybutton:hover {box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3), 0px 2px 2px rgba(0,0,0,.6); text-decoration: none; color: #FFFFFF;}*/
.mybuttonrev:hover {background: #a7d1e4; color: #000000;}

.panel_lms2 {width: 100%; background: #3397C5; box-sizing: border-box; padding: 0px; color: rgba(0,0,0,1); box-shadow:inset 0 0 0 2000px rgba(255,255,255,0.80); text-shadow: 0px 1px 0px rgba(255,255,255,.8);}
.panel_lms2_mobile {display: none;}
.panel_lms2_mobile {}

.panel_lms2x {width: 100%; background: #3397C5; box-sizing: border-box; padding: 0px; color: rgba(0,0,0,1); box-shadow:inset 0 0 0 2000px rgba(255,255,255,0.80); text-shadow: 0px 1px 0px rgba(255,255,255,.8);}
.panel_lms2x .header {margin: auto; padding: 40px 0px; max-width: 1000px; width: 100%;}
.panel_lms2x .headerLeft {float: left; width: 30%;}
.panel_lms2x .headerRight {float: left; width: 70%; text-align: center; font-size: 18px; color: #FFFFFF; text-shadow: 0px 1px 0px #000000;}
.panel_lms2x_mobile {display: none;}
.panel_lms2x_mobile {}


.panel_find_desktop {}
.panel_find_mobile {display: none;}

.panel_letter_to_faithful_desktop {}
.panel_letter_to_faithful_mobile {display: none;}

.panel_main_desktop {}
.panel_main_mobile {display: none;}

.parallax-window {
	min-height: 300px;
    background: transparent;
}


/* entire container, keeps perspective */
.flip-container {perspective: 1000px;}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {transform: rotateY(180deg);}
.flip-container, .front, .back {width:100%; height: 320px;}
/* flip speed goes here */
.flipper {transition: 0.8s;	transform-style: preserve-3d; position: relative;}
/* hide back of pane during swap */
.front, .back {backface-visibility: hidden; position: absolute; top: 0; left: 0;}

/* front pane, placed above back */
.front {
	z-index: 2;
	transform: rotateY(0deg);
	background-size: cover !important;
	font-weight: bold;
	color: white;
	font-size: 32px;
	text-align: center;
	padding-top: 160px;
	box-sizing: border-box;
	text-shadow: 0px 2px 4px rgba(0,0,0,.8);
	 font-family: 'Bitter', serif;
	
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
	background: blue;
	background-size: cover !important;
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
	box-shadow: inset 0 0 0 1000px rgba(255,255,255,.8);
	padding: 40px;
	font-size: 14px;
	text-align: center;
	padding-top: 80px;
	box-sizing: border-box;
	color: black;
	text-shadow: 0px 1px 1px rgba(255,255,255,.9);
}
.mobileBox {
	width: 100%;
	background-size: cover !important;
	box-shadow: inset 0 0 0 1000px rgba(255,255,255,.4);
	padding: 20px;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	color: black;
	text-shadow: 0px 1px 1px rgba(255,255,255,.9);
}


#advanced_sidebar_menu-2 ul {list-style-type: none; margin: 0px; padding: 0px;}
#advanced_sidebar_menu-2 ul li {margin: 0px; padding: 0px;}
#advanced_sidebar_menu-2 ul li:before {/*content: "a"; border-color: transparent #111; border-style: solid; border-width: 0.35em 0 0.35em 0.45em; display: block; height: 0; width: 0; left: -1em; top: 0.9em; position: relative;*/}
#advanced_sidebar_menu-2 ul li a {display:inline-block !important; padding: 2px 0px; color: #3397C5; text-decoration: none;}
#advanced_sidebar_menu-2 ul li a:hover {text-decoration: underline;}
#advanced_sidebar_menu-2 ul li ul li a {display:inline-block !important; padding: 2px 0px; margin-left: 10px; color: #909090;}
#advanced_sidebar_menu-2 ul li ul li a:hover {text-decoration: underline;}

.fancyBox {background:#FFFFFF; margin:10px; float:left; padding:10px; width: 50%; max-width:430px; position:relative;}
.fancyBoxBorder_t {background:url(https://www.dor.org/wp-content/themes/dor/images/border_t.png) repeat-x; position:absolute; top:-10px; left:0; width:100%; height:20px; /*background-color: red;*/}
.fancyBoxBorder_b {background:url(https://www.dor.org/wp-content/themes/dor/images/border_b.png) repeat-x; position:absolute; bottom:-10px; left:0; width:100%; height:20px; /*background-color: yellow;*/}
.fancyBoxBorder_l {background:url(https://www.dor.org/wp-content/themes/dor/images/border_l.png) repeat-y; position:absolute; top:0; left:-10px; width:20px; height:100%; /*background-color: green;*/}
.fancyBoxBorder_r {background:url(https://www.dor.org/wp-content/themes/dor/images/border_r.png) repeat-y; position:absolute; top:0; right:-10px; width:20px; height:100%; /*background-color: purple;*/}
.fancyBoxBorder_br {background:url(https://www.dor.org/wp-content/themes/dor/images/border_br.png) no-repeat; position:absolute; bottom:-10px; right:-10px; width:20px; height:20px; /*background-color: orange;*/}
.fancyBoxBorder_bl {background:url(https://www.dor.org/wp-content/themes/dor/images/border_bl.png) no-repeat; position:absolute; bottom:-10px; left:-10px; width:20px; height:20px; /*background-color: lime;*/}
.fancyBoxBorder_tr {background:url(https://www.dor.org/wp-content/themes/dor/images/border_tr.png) no-repeat; position:absolute; top:-10px; right:-10px; width:20px; height:20px; /*background-color: black;*/}
.fancyBoxBorder_tl {background:url(https://www.dor.org/wp-content/themes/dor/images/border_tl.png) no-repeat; position:absolute; top:-10px; left:-10px; width:20px; height:20px; /*background-color: pink;*/}

/* FORMS */
.ninja-forms-cont input {border: solid 1px #000000; border-radius: 0px; height: 30px; padding: 2px; margin: 0px !important;}
.ninja-forms-cont label {padding: 2px; margin: 0px !important;}
.ninja-forms-cont textarea {border: solid 1px #000000; border-radius: 0px; height: 100px !important; padding: 2px; margin: 0px !important;}
.ninja-forms-cont .ninja-forms-form-wrap .text-wrap {margin-bottom: 10px;}
.ninja-forms-cont .ninja-forms-form-wrap .text-wrap label {float: left; width: 120px;}
.ninja-forms-cont .ninja-forms-form-wrap .text-wrap input {float: left; width: 400px;}
.ninja-forms-cont .ninja-forms-form-wrap .textarea-wrap {margin-bottom: 10px;}
.ninja-forms-cont .ninja-forms-form-wrap .textarea-wrap label {float: left; width: 120px;}
.ninja-forms-cont .ninja-forms-form-wrap .textarea-wrap textarea {float: left; width: 400px;}
.ninja-forms-cont .ninja-forms-form-wrap .spam-wrap {margin-bottom: 10px;}
.ninja-forms-cont .ninja-forms-form-wrap .spam-wrap label {float: left; width: 120px;}
.ninja-forms-cont .ninja-forms-form-wrap .spam-wrap input {float: left; width: 50px; margin: 0px;}
.ninja-forms-cont .ninja-forms-form-wrap .submit-wrap {}
.ninja-forms-cont .ninja-forms-form-wrap .submit-wrap label {}
.ninja-forms-cont .ninja-forms-form-wrap .submit-wrap input {margin-left: 120px !important;}
.ninja-forms-cont .ninja-forms-form-wrap .submit-wrap input {background: #3397C5; border: solid 1px #000000; border-radius: 2px; min-width: 100px; color: #FFFFFF; text-shadow: 0px 0px -1px rgba(0,0,0,1);}
.ninja-forms-cont .ninja-forms-form-wrap .submit-wrap input:hover {background: #202020;}
.ninja-forms-cont .ninja-forms-required-items {margin-bottom: 10px;}

/* Donation */
.donationBlackOverlay {display:none; background:rgba(0,0,0,.6); position:fixed;top:0; left:0; width:100%; height:100%; z-index:1;}
.donationPopup {display:none; background:#fff; position:fixed; top:200px; left:50%; width:800px; height:400px; margin-left:-400px; z-index:10; border:2px solid #000;}
.donationClosePopup {float:right; font-weight:bold; color:red; cursor:pointer;}
.donationPopup img {max-width:100%; max-height:100%;}

.authorizeForm table {border: 0px !important; 
    border-collapse:collapse;}
.authorizeForm * {font-size: 13px !important;}
.authorizeForm table tr {border: none; min-height: 30px;;}
.authorizeForm table tr td:first {border: none; padding: 2px; color: #404040; width: 180px;}
.authorizeForm table tr td {border: none; padding: 6px 2px; color: #404040; line-height: normal;}
.authorizeForm .req {color: red;}
.authorizeForm .info {color: #40A0FF; font-weight: bold; cursor: pointer;}
.authorizeForm input[type="text"] {border: 0px; border-bottom: solid 1px #404040; height: 20px; border-radius: 1px; width: 340px; padding: 2px 4px; margin: 2px; color: #3397C5; font-size: inherit;}
.authorizeForm select {border: 0px; border-bottom: solid 1px #404040; height: 26px; border-radius: 1px; width: 348px; padding: 2px 0px; margin: 2px; color: #3397C5; font-size: inherit;}
.authorizeForm input[type="submit"] {background: #3397C5; border: solid 1px #000000; border-radius: 2px; min-width: 100px; color: #FFFFFF; padding: 8px; text-shadow: 0px 0px -1px rgba(0,0,0,1);}
.authorizeForm input[type="submit"]:hover {background: #ECE7DA; color: #202020;}

.authorizeForm .courseSelector {}

.child-sidebar-menu {margin-left: 14px !important; display: inline-block; list-style-image: url('/wp-content/themes/dor/images/bullet.png'); width: auto !important;}
.child-sidebar-menu li {vertical-align: top !important;}
.child-sidebar-menu li a {display: inline-block; width: 100%; vertical-align: top;}

.search-container h1 {padding: 16px 0px 2px 0px !important;}
.search-container h1 a {font-size: 14px;}
.search-container .entry-summary p {font-size: 12px; color: #202020; border-left: solid 1px #E0E0E0; padding-left: 12px !important;}
.search-container .entry-summary p br {display: none;}
.search-container .entry-meta {display: none; font-size: 12px; color: #404040;}
.search-container * {padding: 0px !important; margin: 0px !important;}

.donations{}
.donations input[type=radio]{visibility: hidden;}
.radio-toolbar input[type="radio"] {
  display: none;
}

.radio-toolbar label {
  display: inline-block;
  background-color: #ddd;
  padding: 4px 11px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  width: 200px; height: 100px;
}

.radio-toolbar input[type="radio"]:checked+label {
  background-color: #bbb;
}

/* Home Banner */

.myHeaderBannerCustom {background: #A02020; font-family: 'Open Sans', Helvetica, Arial, 'sans-serif'; padding: 16px 0px 18px 0px !important; font-size: 16px !important; line-height: 16px !important; color: #FFFFFF !important; text-align: center; width: 100%;}
.myHeaderBannerCustom:hover {background: #B84040; cursor: pointer;}

/* Job Listings */

.job_description li {margin-left: 40px !important; margin-bottom: 6px; list-style: normal !important;}


/* myDeaconsConnections directory */

.myDeaconsConnections {/*border: solid 2px red !important; height: 400px !important;*/}
.myDeaconsConnections .cn-list .cn-list-body img {/*border: solid 2px red !important;*/ float: left !important;}

.myDeaconsConnections .cn-list .cn-list-body .vcard {border: solid 0px blue !important; display: block; float: left;}
.myDeaconsConnections .cn-list .cn-list-body .vcard .cn-entry {border: solid 1px #FFFFFF !important; height: 100%; margin: 0px !important; padding: 10px !important;}
.myDeaconsConnections .cn-list .cn-list-body .vcard .cn-entry:hover {background: #f3f9fb !important;}
.myDeaconsConnections .cn-list .cn-list-body .organization .cn-entry {border: solid 1px #F0D0D0 !important; background: #FFFFE0 !important; }
	.myDeaconsConnections .cn-list  .cn-list-body {	display: flex !important;

	flex-wrap: wrap !important;
}
.myDeaconsConnections .cn-list .cn-list-body .email-address-block {padding: 0px !important; margin: 0px !important;}
.myDeaconsConnections .cn-list .cn-list-body .phone-number-block {padding: 0px !important; margin: 0px !important;}
.myDeaconsConnections .cn-list .cn-list-body .phone-number-block span{padding: 0px !important; margin: 0px !important;}
.myDeaconsConnections .cn-card {}

.myDeaconsConnections .cn-boxleft {float: left; width: 30%; box-sizing: border-box;}
.myDeaconsConnections .cn-boxleft * {padding: 0px !important; margin: 0px !important;}
.myDeaconsConnections .cn-boxright {float: left; width: 70%; padding-left: 10px; box-sizing: border-box; line-height: normal;}
.myDeaconsConnections .cn-boxright * {padding: 0px !important; margin: 0px !important;}

.myDeaconsConnections .cn-image-style {padding: 1px !important;}

.myDeaconsConnections div.cn-list span.cn-image-none {
	background-image: url("https://www.dor.org/wp-content/themes/dor/images/default_image.png") !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	width: 85px !important;
	height: 85px !important;
	padding: 0px;
	background-size: cover;
}
 

.myDeaconsConnections .title  {font-weight: bold !important; color: #404040 !important;}

.myDeaconsConnections .fn {text-align: left !important;}
.myDeaconsConnections .title {text-align: left !important;}
.myDeaconsConnections .address-block {text-align: left !important;}
.myDeaconsConnections .phone-number-block {text-align: left !important;}
.myDeaconsConnections .email-address-block {text-align: left !important;}
.myDeaconsConnections .cn-date {text-align: left !important;}

.myDeaconsConnections .cn-list * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.myDeaconsConnections .cn-categories {display: none !important;}
.myDeaconsConnections .cn-last-updated {display: none !important;}
.myDeaconsConnections .cn-return-to-top {display: none !important;}
.myDeaconsConnections .address-name {display: none !important;}
.myDeaconsConnections .phone-name {display: none !important;}
.myDeaconsConnections .cn-phone-number .cn-separator {display: none !important;}
.myDeaconsConnections .email-name {display: none !important;}
.myDeaconsConnections .cn-email-address .cn-separator {display: none !important;}
	
.myDeaconsConnections .vcard {	width: 49% !important;	padding: 0px 1% 0px 0px !important;}





/* directory */
.cn-list .cn-list-body div {}
.cn-list .cn-list-body {}
.cn-list .cn-list-body .vcard {border: solid 0px blue !important; display: block; float: left; /*padding: 0px !important; margin: 0px !important; width: 50%; box-sizing: border-box;*/}
.cn-list .cn-list-body .vcard .cn-entry {border: solid 1px #FFFFFF !important; height: 100%; margin: 0px !important; padding: 10px !important; /*padding: 10px !important; margin:4px !important; box-sizing: border-box;*/}
.cn-list .cn-list-body .vcard .cn-entry:hover {/*border: solid 1px #7dbcd9 !important;*/ background: #f3f9fb !important;}
.cn-list .cn-list-body .organization .cn-entry {border: solid 1px #F0D0D0 !important; background: #FFFFE0 !important; }
	.cn-list  .cn-list-body {	display: flex !important;

	flex-wrap: wrap !important;/* background: cyan !important;*/
}
/*.cn-list .cn-list-body .cn-email-address {padding: 0px !important; margin: 0px !important;}*/
.cn-list .cn-list-body .email-address-block {padding: 0px !important; margin: 0px !important;}
/*.cn-list .cn-list-body .email {padding: 0px !important; margin: 0px !important;}*/
.cn-list .cn-list-body .phone-number-block {padding: 0px !important; margin: 0px !important;}
.cn-list .cn-list-body .phone-number-block span{padding: 0px !important; margin: 0px !important;}
.cn-card {}

.cn-boxleft {float: left; width: 30%; box-sizing: border-box;}
.cn-boxleft * {padding: 0px !important; margin: 0px !important;}
.cn-boxright {float: left; width: 70%; padding-left: 10px; box-sizing: border-box; line-height: normal;}
.cn-boxright * {padding: 0px !important; margin: 0px !important;}

.cn-image-style {padding: 1px !important;}

div.cn-list span.cn-image-none {
	background-image: url("https://www.dor.org/wp-content/themes/dor/images/default_image.png") !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	width: 85px !important;
	height: 85px !important;
	padding: 0px;
	background-size: cover;
	/*border-radius: 50%; uncomment this line if you are using the Circled template */
}
 
div.cn-list span.cn-image-none span {
	display: none !important;
}

.cn-list * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	
.vcard {	width: 32% !important;	margin: .5% !important; padding: 0px !important; /*background: yellow !important;*/}
/*.vcard:nth-of-type(3n) {	margin-right: 0 !important;}
.vcard:nth-of-type(3n+1) {margin-left: 0 !important;	}*/
	






/* donate.dor.org */
/* WP Forms */

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
  
input[type="number"] {
    -moz-appearance: textfield !important;
}


/** WPFORMS WPFORMSLABEL **/
.wpforms-form label{
 font-size: 14px !important; 
}
 
/** WPFORMS Input Textarea **/
.wpforms-form input, .wpforms-form textarea{
 font-size: 14px !important; 
}
.wpforms-field-description {
 font-size: 12px !important; 
	color: #404040 !important;
}
.wpforms-field-description .info  {
	color: #3397C5 !important;
	text-decoration: underline !important;
}

.wpforms-field-label-inline {
 font-size: 14px !important; 
}
 
/** WPFORMS BUTTON COLOR **/
/*.wpforms-form button{
 background-color:rgb(8, 152, 166)!important; 
}*/
 
/** WPFORMS SUBMIT BUTTON **/
/*button.wpforms-submit{
 color:#FFFFFF!important; 
 background-color:rgb(242, 163, 8)!important; 
}*/
 
/** WPFORMS SUBMIT BUTTON Hover **/
/*button.wpforms-submit:hover{
 color:rgb(255, 255, 255)!important; 
 background-color:rgb(8, 168, 191)!important; 
}*/


/*PRINT STYLES FOR DEACON DIRECTORY */
@media print {
         /* Prevent page break inside listings */
    #deacon-directory > div {
        page-break-inside: avoid !important;
    }
    /* Remove yellow highlight from printed version */
    ::selection {
        background: none !important;
    }
    /* Ensure image displays correctly in print */
    img {
        max-width: 160px !important;
        height: 120px !important;
        object-fit: cover !important;
    }
    /* Add title when printing */
    body:before {
        content: "Deacon Directory (Printed on " attr(data-print-date) ")" !important;
		font-size: 22px;
        font-weight: bold !important;
        display: block !important;
        margin-bottom: 20px !important;
    }
    /* Hide Google Maps link */
    .map-link {
        display: none !important;
    }
    /* Hide search and sort inputs during print */
    #deacon-search, #deacon-sort {
        display: none !important;
    }
    /* Hide print button during print */
    #print-button {
        display: none !important;
    }
    }


/*.homeBox {background:#FFFFFF; float:left; padding: 10px; box-shadow: 0px 2px 2px rgba(0,0,0,.3); height: 180px; width: 50%; max-width:330px; border: solid 1px #B0B0B0; position:relative;
margin: 0px !important; }*/
.homeBox {background:#FFFFFF; float:left; padding: 10px; box-shadow: 0px 2px 2px rgba(0,0,0,.3); height: 200px; width: 50%; max-width:463px; border: solid 1px #B0B0B0; position:relative;
margin: 0px 0px; }
.homeBoxA {background:#FFFFFF; float:left; padding: 10px; box-shadow: 0px 2px 2px rgba(0,0,0,.3); height: 200px; width: 50%; max-width:363px; border: solid 1px #B0B0B0; position:relative;
margin: 0px 0px; }
.homeBoxA .frontButton {display: block; position: relative; left: 25%; width: 50%; border: solid 1px #F0F0F0; font-weight: bold; padding: 6px; text-align: center; box-shadow: 0px 2px 2px rgba(0,0,0,.3); font-weight: normal; color: #808080;}
.homeBoxA .frontButton:hover {border: solid 1px #E0E0E0; background: #F4F4F4; color: #3397C5; box-shadow: 0px 2px 2px rgba(0,0,0,.4); text-decoration: none;}
/*.homeBoxSlider {background:#FFFFFF; float:left; padding: 0px; box-shadow: 0px 2px 2px rgba(0,0,0,.3); height: 220px; max-width:483px; border: solid 1px #B0B0B0; position:relative;
margin: 0px 0px; }*/
.n2-ss-slider-1 {opacity: 1;}
.n2-ss-slider-1:after { position: absolute; z-index: 10;
        content: '';
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255,255,255,.0);}
		
/*#background_anim {	background: url(https://www.dor.org/wp-content/themes/dor/x/background.png) repeat 5% 5%;	position: absolute;	top: 0; left: 0; right: 0; bottom: 0;	z-index: 100;}
#midground_anim {	background: url(https://www.dor.org/wp-content/themes/dor/x/midground.png) repeat 20% 20%;	position: absolute;	top: 0; left: 0; right: 0; bottom: 0;	z-index: 200;}
#foreground_anim {	background: url(https://www.dor.org/wp-content/themes/dor/x/foreground.png) repeat 90% 110%;	position: absolute;	top: 0; left: 0; right: 0; bottom: 0;	z-index: 300;}*/
		
		
.homeBoxSlider {background:#FFFFFF; float:left; padding: 0px; box-shadow: 0px 2px 2px rgba(0,0,0,.3); height: 220px; max-width:583px; border: solid 1px #B0B0B0; position:relative;
margin: 0px 0px; }
.owl-item {max-height: 220px; padding: 0px;}
.sa_hover_container {padding: 10px !important;}
.owl-item div {max-height: 220px;}
/*.owl-carousel {padding: 0px !important; margin: 0px !important;}
.owl-wrapper-outer {padding: 0px !important; margin: 0px !important;}
owl-wrapper {padding: 0px !important; margin: 0px !important;}*/
.homeBox div {padding: 0px !important; margin: 0px !important;}
.homeBoxSlider div {padding: 0px !important; margin: 0px !important;}
.owl-dots {/*background: green; */position: absolute; height: 20px; top: 190px; }
/*.owl-item {padding: 10px !important; margin: 10px !important;}*/
#slider_front .owl-item {padding: 0px !important;}
#slider_front .owl-item .frame {padding: 10px 12px !important; }
.sa_hover_container {}
/*.owl-dot {background-color: red !important;}
.owl-dot.active {background: blue !important;}*/

.breadcrumbs {padding: 8px 16px; margin: 0px; list-style: none; background-color: #F8F8F8; border-bottom: solid 1px #D0D0D0;/* margin-bottom: 20px;*/}
.breadcrumbs li {display: inline;}
.breadcrumbs li+li:before {padding: 8px; color: black; content: "\00a0\00bb";}
.breadcrumbs li a {color: #3397C5;;}
.breadcrumbs .arrow {display: inline-block; padding: 0px 10px; color: #202020;}

.topIconNav {float: right; width: 916px/*816px*/; box-sizing: border-box; height: 80px; }
.topIconNav ul {float: right; box-sizing: border-box;}
.topIconNav ul li {width: 100px; height: 80px; display:block; float: left;}
.topIconNav ul li a{width: 100px; height: 80px; border-left: solid 1px #8fc6df; border-right: solid 1px #1c536c; text-align: center; display:block; font-size: 11px; padding-top: 8px; box-sizing: border-box; margin: 0px; float: left; text-shadow: 0px -1px 0px #000000; line-height: 13px; color: #FFFFFF; text-decoration: none;}
.topIconNav ul li a:hover {background: rgba(0,0,0,.3); text-decoration: underline; cursor: pointer; padding-top: 10px; }
.topIconNav ul li a img {width: 28px; padding: 4px 6px;}

.headerMenu {width: 70%; float: left; font-size: 12px; padding-top: 5px; text-align: left !important; text-transform: uppercase; box-sizing: border-box; height: 38px;}
.headerMenu a {padding-right: 20px;}

.newsletter {text-align: center; font-size: 12px;}
.newsletter p a img {width: 90%; max-width: 200px; text-shadow: 0px 4px 4px #000000;}

.newsletters {text-align: center; font-size: 12px;}
.newsletters .date {text-align: center; font-size: 32px; font-weight: bold; color: #B0B0B0; line-height: 32px;}
.newsletters a img {width: 80%; max-width: 200px; box-shadow: 0px 4px 4px #000000; padding: 0px; margin: 0px 20px 0px 0px; border: solid 1px #404040; border-rdius: 0px;}

.application_button {display: none !important;}

/* Page builder */

.panel-layout {padding: 0px !important; margin: 0px 0px 0px 0px !important;}

.panel-grid {padding: 0px !important; margin: 0px 0px 0px 0px !important;}


/* Recaptcha */
.grecaptcha-badge{
	/*visibility: collapse !important;  */
}

/* Geodirectory */

#geodir-wrapper {}
#geodir-wrapper-content {width: 100% !important;}

/* Giving */
.giving_block {text-align: center; font-family: 'Bitter', serif; font-weight: bold; color: #3397C5; padding: 0px; margin: 0px;}
.giving_block * {box-sizing: border-box;}
.giving_block a {display: block; height: 300px; text-decoration: none; border-radius: 10px; border: solid 1px rgba(51,151,197,.0);}
.giving_block a:hover {background: rgba(51,151,197,.1); text-decoration: none; border: solid 1px rgba(51,151,197,.4);}
.giving_block .giving_block_title1 {font-size: 14px; line-height: 18px;}
.giving_block .giving_block_title2 {font-size: 20px; line-height: 0px;}
.giving_block .giving_block_img {width: 300px;}

/* PageBuilder */

.panel-grid-cell h5 {padding-top: 0px !important; margin-top: 0px !important;}

/* Center the password form */
.entry-content form { display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 50px; font-size: 16px; }
.entry-content input[type="password"] { padding: 15px; width: 300px; font-size: 16px; border-radius: 5px; border: 2px solid #ccc; margin-bottom: 15px; }
.entry-content input[type="submit"] { padding: 15px 20px !important; background-color: #3397C5; color: white; border: 2px solid #ccc !important; border-radius: 5px !important; font-size: 16px !important; font-weight: bold; cursor: pointer; width: 200px;  box-shadow: none;}
.entry-content input[type="submit"]:hover { background-color: #287aa6; }
.entry-content .password-instructions { margin-top: 20px; text-align: center; font-size: 16px; color: #333; font-weight: bold; }
.entry-content form, .entry-content .password-instructions { background-color: #f7f7f7; padding: 20px; border-radius: 8px; border: 1px solid #e0e0e0;}
.entry-content form, .entry-content .password-details { font-size: 18px; text-align: center; }

/* Search */

#s {border: solid 1px #000000; background: #FFFFFF; border-radius: 1px; width: 260px; height: 30px; margin: 4px 0px 0px 0px; padding: 4px 4px 4px 6px; font-size: 14px; box-shadow:  0px 1px 2px rgba(0,0,0,.3); box-sizing: border-box;}
#s::-webkit-input-placeholder { /* Chrome/Opera/Safari */  color: #B0B0B0; font-style: italic;}
#s::-moz-placeholder { /* Firefox 19+ */  color: #B0B0B0; font-style: italic;}
#s:-ms-input-placeholder { /* IE 10+ */  color: #B0B0B0; font-style: italic;}
#s:-moz-placeholder { /* Firefox 18- */  color: #B0B0B0; font-style: italic;}
#s:focus {border: solid 2px #000000;}
#searchsubmit {border: solid 1px #000000; background: #3397C5; border-radius: 1px; width: 60px; height: 30px !important; color: #FFFFFF; margin: 4px 0px 0px 0px; padding: 4px 4px 4px 6px;  box-sizing: border-box; font-size: 14px; box-shadow:  0px 1px 2px rgba(0,0,0,.3);}
.wrapper {
	padding: 0px 10px !important;
	/*float: left;
	box-sizing: border-box;*/
}
.subdomainSidebar {width: 20%; float: left; box-sizing: border-box; padding: 10px 20px 10px 0px; margin-right: 20px; border-right: solid 1px #3397C5;/**/}
.subdomainSidebarRight {width: 20%; float: right; padding: 10px 0px 10px 20px; margin-left: 20px; border-left: solid 1px #3397C5;/**/}
.subdomainSidebarRight * {box-sizing: border-box; }
.subdomainSidebarRight .nav-menu ul {padding: 0px; margin: 0px;}
.subdomainSidebarRight .nav-menu a {display: block; width: 100%; padding: 4px; font-weight: bold; text-decoration: none; }
.subdomainSidebarRight .nav-menu a:hover {background: #F0F0F0;}
.subdomainSidebarRight .nav-menu .sub-menu a {padding: 4px 4px 4px 14px; font-weight: normal;}
.subdomainSidebarRight .nav-menu .sub-menu ul a {padding: 4px 4px 4px 28px; color: #A0A0A0;}
.subdomainSidebarRight .nav-menu .sub-menu ul ul a {padding: 4px 4px 4px 42px; font-weight: normal;}
.subdomainSidebarRight .nav-menu .sub-menu ul ul ul a {padding: 4px 4px 4px 58px; font-weight: normal;}

.subdomainSidebarLeft {width: 20%; float: left; padding: 10px 20px 10px 0px; margin-right: 20px; border-right: solid 1px #3397C5;/**/}
.subdomainSidebarLeft * {box-sizing: border-box; }
.subdomainSidebarLeft .nav-menu ul {padding: 0px; margin: 0px;}
.subdomainSidebarLeft .nav-menu a {display: block; width: 100%; padding: 4px; font-weight: bold; text-decoration: none; }
.subdomainSidebarLeft .nav-menu a:hover {background: #F0F0F0;}
.subdomainSidebarLeft .nav-menu .sub-menu a {padding: 4px 4px 4px 14px; font-weight: normal;}
.subdomainSidebarLeft .nav-menu .sub-menu ul a {padding: 4px 4px 4px 28px; color: #A0A0A0;}
.subdomainSidebarLeft .nav-menu .sub-menu ul ul a {padding: 4px 4px 4px 42px; font-weight: normal;}
.subdomainSidebarLeft .nav-menu .sub-menu ul ul ul a {padding: 4px 4px 4px 58px; font-weight: normal;}

.subdomainContent {width: 72%; float: left;}
.subdomainName {padding: 10px 0px 10px 0px; font-size: 32px; font-style: italic; border-bottom: solid 1px #ECE7DA; font-family: 'Bitter', serif; color: #3397C5;}

/* Basic Style */
.searchButton{
	/*SINGLE LINE 
  position: absolute; left: 50%; margin-left: 480px; height: 44px; width: 34px; box-sizing: border-box; color: #202020; padding: 8px; font-size: 18px; text-align: center;*/
  position: absolute; left: 50%; margin-left: 460px; height: 44px; width: 34px; box-sizing: border-box; color: #202020; padding: 8px; font-size: 18px; text-align: center;
  -webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
				  transition: all .3s ease;
}

.searchButton:hover{
  color: #3397C5;
  -webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
				  transition: all .3s ease;  
}

/* Search Style */ 
#search {
    position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.8); opacity: 0; display: none;
}

#search.open {
    opacity: 1; z-index: 106; display: block;
}

#search input[type="search"] {
    position: absolute; 
	top: 50%; 
	left: 0; 
	margin-top: -51px;
    width: 60%; 
	margin-left: 20%; 
	color: #3397C5;
  	background: #FFFFFF;
  	border: 2px solid #3397C5;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    outline: none;
  	padding: 10px;
}
  
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
	  opacity: 1;
	  font-size: 27px;
  	color: #3397C5;
}

#search .close:hover{
  color: #202020;
  cursor: pointer;
}





/*List Category Posts (LCP)*/
.lcp_catlist {}
.lcp_catlist li {padding-bottom: 20px; margin: 0px !important; list-style: none;}
.lcp_catlist li a {font-weight: bold;}
.lcp_catlist li .lcp_date {padding-left: 4px; display: inline-block; font-color: #808080;}
/*.lcp_catlist li .lcp_date::before {content: "\2014";}*/ /*&mdash;*/
/*.lcp_catlist li .lcp_date::before {content: "[ ";}
.lcp_catlist li .lcp_date::after {content: " ]";}*/
.lcp_catlist li .lcp_excerpt {display: block; color: #A0A0A0; line-height: normal; font-size: 12px; font-style: italic;}

.lcp_home .lcp_catlist {}
.lcp_home .lcp_catlist li {padding: 0px; margin: 0px !important;}
.lcp_home .lcp_catlist li a {font-weight: normal; content:  !important;}
.lcp_home .lcp_catlist li .lcp_date {padding-left: 4px; display: inline-block; color: #A0A0A0;}

/* CMA Table */

.cmaTable {}
.cmaTable th, .cmaTable td {border-bottom: solid 1px #E0E0E0 !important;}
.cmaTable th {font-size: 10px !important; font-weight: bold !important; padding: 4px 2px !important;}
.cmaTable tr:nth-child(odd) {background: #FFFFFF;}
.cmaTable tr:nth-child(even) {background: #FAFAFA;}
.cmaTable tr:first-child {background: none;}
.cmaTable tr td {padding: 0px 2px !important; margin: 0px !important; font-size: 10px;}

/* Parish Locator and Mass Time */
#supsystic-table-1_wrapper thead tr th {padding: 4px; font-size: 10px !important; text-align: left;}
#supsystic-table-1_wrapper tbody tr td {font-size: 10px !important; line-height: normal !important; padding: 4px !important;}
#supsystic-table-1_wrapper tbody tr td:nth-of-type(3) {}

/*Sidebar Template*/
/*.sidebar-left-sidebar {float: left; display: table-cell; width: 18%; border-right: solid 1px #D0D0D0; margin-right: 4%; padding-right: 2%;}
.sidebar-left-content {float: left; display: table-cell; width: 75%;}*/
.sidebar-left-sidebar {float: left; display: table-cell; width: 18%; border-right: solid 1px #D0D0D0; margin-right: 4%; padding-right: 2%; padding-top: 20px; padding-bottom: 20px;}
.sidebar-left-content {float: left; display: table-cell; width: 75%; padding-top: 20px; padding-bottom: 20px;}

/* Front Panel */

.frontPanel {float: left; width: 220px;}
header {padding: 0px !important; margin: 0px !important;}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.widgettitle,
.entry-content th,
.comment-content th {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
	text-transform: uppercase;
	color: #3397C5;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Accordion Help Faqs */

    /* Style for first level item headers */
    .item-header {
      cursor: pointer;
      background-color: #f0f0f0; /* Green background for first level */
      padding: 10px;
		color: #404080;
    }
	  .item-header:after {content: "\25be";}

    /* Style for subcategory item headers */
    .item-content .item-header {
      background-color: #f8f8f8; /* #c0e3e3 Light blue background for subcategory */
      padding: 10px 10px 10px 10px;
		color: #404080;
    }

    /* Style for item content (hidden by default) */
    .item-content {
      display: none;
      padding: 10px 10px 10px 20px;
		color: #404040;
    }
	  
	  #searchInput {padding: 8px; width: 300px; margin-left: 6px; margin-bottom: 10px; border: solid 1px #000000;}

    /* Style for highlighted search term */
    .highlight {
      background-color: yellow;
    }

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*.entry-content img,*/
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 13px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #3397C5;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	height: auto;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	/*padding: 20px !important;*/
	margin: 0px auto !important;
	background-color: #FFFFFF;
	/*border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;*/
	min-height: 400px;
	/*box-shadow: 0px 2px 8px rgba(0,0,0,.4);*/
}
.site-content {
	margin: 0px;
}
.widget-area {
	margin: 10px 0 0;
}

/* Header */
.site-header {
	padding: 10px 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	/*margin-top: 24px;
	margin-top: 1.714285714rem;*/
	text-align: center;
}
.main-navigation li {
	/*margin-top: 24px;
	margin-top: 1.714285714rem;*/
	font-size: 13px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	background-color: blue;
	border: solid 4px red;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 1060px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	/*margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;*
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	/*margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;*/
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	/*border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;*/
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
/*@media screen and (min-width: 600px) {*/
@media screen and (min-width: 100px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1000px;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0 !important;
		text-indent: 0;
		display: table;
		width: 100%;
		/*background-image: url('https://www.dor.org/wp-content/themes/dor/images/bkg_middle.png');
		background-position: center;
		background-repeat: repeat;*/
	}
	.main-navigation {
		padding-left: 136px;
		/*SINGLE LINE padding-left: 66px;*/
		z-index: 20;}
	.main-navigation li {
		display: table-cell;
		text-decoration: none;
		/*border: solid 1px #B0B0B0;*/
		background-position: center;
		background-repeat: repeat;
		/*margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;*/
		margin: 0px !important;
		position: relative;
		height: 26px;
		/*SINGLE LINE height: 26px;*/
  		vertical-align: middle;
		text-align: center;
	}
	.main-navigation li a {
		display: table-cell;
		text-decoration: none;
		padding: 6px 22px 4px 22px;
		line-height: 14px;
		/*SINGLE LINE padding: 10px 10px 5px 10px;*/ /* originally 7px 18px 5px 18px; */
		font-weight: bold;
		color: #202020;
		text-shadow: 0px -1px 0px rgba(255,255,255,.8);
		/*border-right: solid 1px #978C82;*/
		/*border-left: solid 1px #EBE2DA;*/
		/*text-transform: uppercase;*/
		text-align: center;
  vertical-align: middle;
		white-space: nowrap;
		height: 34px;
		/*background-color: yellow;*/
		/*text-shadow: 0px 1px 0px #000000;*/
		/*font-weight: bold;*/
	}
	.main-navigation > div > ul > li > a { /* Keep from clicking top row */
    	pointer-events: none; /* Keep from clicking top row */
    	cursor: default; /* Keep from clicking top row */
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
		/*background-color: rgba(255,255,255,.3);*/
		/*background: #B6DBEB;*/
		/*background: #e9e2d1;*/
		color: #3397C5;
		/*box-shadow: inset 0 8px 8px -8px rgba(0,0,0,0.9), 0 8px 8px -8px rgba(0,0,0,0.9);*/
		/*background: rgba(255,255,255,.2);*/
		text-decoration: underline;
	}
	.main-navigation li ul {
		display: block;
		margin: 0;
		padding: 0;
		position: absolute;
		border-top: 1px solid #3397C5;
		text-shadow: none;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		z-index: 20;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li {
		box-shadow: 0px 2px 4px rgba(0,0,0,.4);
		display: block;
		height: auto;
		z-index: 20;
	}
	.main-navigation li ul li a {
		text-align: left;
		background: #ECE7DA;
		color: #3397C5;
		font-weight: normal;
		/*background-image: url('https://www.dor.org/wp-content/themes/dor/images/bkg_middle.png');
		background-position: center;
		background-repeat: repeat;*/
		border-bottom: 1px dotted #3397C5;
		display: block;
		font-size: 12px;
		/*font-size: 0.785714286rem;*/
		/*line-height: 2.181818182;*/
		padding: 8px 10px;
		width: 180px;
		/*width: 12.85714286rem;*/
		white-space: normal;
		/*height: 30px;*/
		height: auto;
	}
	.main-navigation li ul li a[target="_blank"] {
		/*background: red;
		 content: " - Remember this" !important;*/
	}
	.main-navigation li ul li:last-child a {
		border-bottom: 1px solid #3397C5;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #3397C5;
		color: #FFFFFF;
		box-shadow: none;
		text-decoration: none;
		text-shadow: 0px -1px 0px rgba(0,0,0,.4);
	}
	.main-navigation li ul li> a:after { content: ' \25BA'; float: right;} 
	.main-navigation li ul li> a { 
		/*background-image: url('https://www.dor.org/wp-content/themes/dor/images/right.png'), url('https://www.dor.org/wp-content/themes/dor/images/bkg_middle.png');
		background-position: 180px 10px, center;
		background-size: 14px 14px, auto;
		background-repeat: no-repeat, repeat;*/
		} 
	.main-navigation li ul li > a:only-child:after { content: ''; }   
	.main-navigation li ul li > a[target="_blank"]:after { content: '\2197'; }   
	.main-navigation li ul li> a:only-child { 
		/*background-image: url('https://www.dor.org/wp-content/themes/dor/images/bkg_middle.png') !important;
		background-position: center !important;
		background-repeat: repeat !important;*/
		} 

	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #3397C5;
		text-decoration: underline;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	/*body {
		background-color: #f6e6e6;
		background-image: url('https://www.dor.org/wp-content/themes/dor/images/bkg_top.png'), url('https://www.dor.org/wp-content/themes/dor/images/bkg_bottom.png'), url('https://www.dor.org/wp-content/themes/dor/images/bkg_middle.png');
		background-position: top, bottom, center;
		background-repeat: repeat-x, repeat-x, repeat;
	}
	body .site {
		padding: 0 20px;
		margin-top: 20px;
		margin-bottom: 20px;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}*/
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		color: #3397C5;
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #3397C5;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #3397C5;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}
