
/* START: node/InForm/css/hashgrid.wm.css */

#grid {	width: 1360px;
    position: absolute;
    top: 0;
    left: 50%;    margin-left: -680px;
}

#grid div.vert {
    width: 70px;
    border: solid darkturquoise;
    border-width: 0 1px;
    background-color: rgba(200,255,255, 0.3);    margin-right: 38px;

}

#grid div.vert.first-line {    margin-left: 39px;

}


#grid div.horiz {    height: 19px;
    border-bottom: 1px dotted #ddd;
    margin: 0;
    padding: 0;

}

#grid.grid-1 div.vert{
    border-color: darkturquoise;
}

/* END: node/InForm/css/hashgrid.wm.css */

/* START: node/InForm/css/assembleCss.wm.css */
/* START: node/InForm/css/reset-meyer.css */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* END: node/InForm/css/reset-meyer.css */
/* START: node/InForm/css/nodeWidgets.wm.css */

/* Untargetted form behaviour */

fieldset label {
  display: block;
}

fieldset .w_file,
fieldset .w_text,
fieldset .w_textarea,
fieldset .w_multiSelect,
fieldset .w_select,
fieldset .w_submit,
fieldset .w_multisubmit,
fieldset .w_value,
fieldset .w_checkbox,
fieldset .w_date,
fieldset.w_radios {
  display: block;
}

fieldset.w_radios .w_radio {
  float: left;
  width: 10%;
  text-align: center;
}

fieldset.w_radios label {
  float: right;
  width: 90%;
  clear: both;
}

.widgetGrouping fieldset.no_border,
fieldset.no_border {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Node Editing Widgets */

.widgetGrouping,
.widgetGrouping fieldset { 
  margin: 0 0 0.25em 0;
  padding: 0.25em 0.5em;
  color: #000;
  border: solid 1px #ccc;
}

.widgetGrouping hr {
	clear: both;	margin: 0 0 19px 0;
	padding: 0;
	border: 0;
	border-bottom: solid 1px #999;
}

.widgetGrouping table {
  margin: 0 0 20px 0;
  padding: 0;
  border: solid 1px #ccc;
  width: 99%;
  border-collapse: collapse;
}

.widgetGrouping td {
  border: solid 1px #ccc;
  padding: 0.25em;
  margin: 0;
}

.widgetGrouping fieldset.w_radios {
  border: none;
}

.widgetGrouping {
  border: solid 1px #999;
  background-color: #eee;
}


.widgetGrouping legend {
  padding: 0.1em 0.5em;
  border: solid 1px #999;
  background-color: #fff;
}

.widgetGrouping fieldset.w_radios legend {
  border: none;
  background-color: inherit;
}

.widgetGrouping fieldset legend {
  border: solid 1px #ccc;
}

.widgetGrouping a {
  color: #000;
}

.widgetGrouping a:link {
  color: #000;
  text-decoration: underline;
}

.widgetGrouping a:visited {
  color: #000;
  text-decoration: underline;
}

.widgetGrouping a:hover {
  color: #000;
  text-decoration: underline;
}

.widgetGrouping form {
  border: 0;
  margin: 0;
  padding: 0;
}

.widgetGrouping .w_labelWidget {
	overflow: auto;
  clear: both;
}

.widgetGrouping label,
.widgetGrouping fieldset.w_radios .w_radio {
  float: left;
  clear: both;
  display: block;
  width: 36%;
  padding: 0 0 0.25em 0;
}

.widgetGrouping fieldset.w_radios .w_radio {
  clear: none;
  text-align: right;
}

.w_widget label {
  width: 100%;
}

.widgetGrouping .w_widget,
.widgetGrouping fieldset.w_radios label {
  display: block;
  float: right;
  clear: right;
  width: 59%;
  padding: 0 0 0.5em 0;
}

.widgetGrouping .w_file {
  display: block;
  float: right;
  text-align: right;
  width: auto;
  margin: 0 0 0.5em 0;
}

.widgetGrouping textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 20em;
}

.widgetGrouping .w_value {
  overflow:auto;
}

input, select, textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

.widgetGrouping .w_text input,
.widgetGrouping .w_select select,
.widgetGrouping .w_multiSelect select,
.widgetGrouping input.w_fullWidth,
.widgetGrouping textarea.w_fullWidth {
  display: block;
  width: 100%;
}

.widgetGrouping .w_text input[type=checkbox] {
  width: auto;
}

.widgetGrouping .w_isDefined {
  display: inline;
  float: left;
  width: auto;
  clear: none;
}

.widgetGrouping input.w_digit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 2em;
  text-align: right;  
}

.widgetGrouping .w_textarea textarea {
  height: 4em;
}

.widgetGrouping .w_multiSelect select {
  height: 6em;
}

.widgetGrouping .w_value img.imagePreview {
  width: auto;
  max-height: 4em;
}

.widgetGrouping .w_multisubmit {
  text-align: center;
}

.gntml_edit textarea {
  height: 20em;
}

.gntml_clear {
  clear:both;
}

.gntml_error {
  border: solid 4px #ff0000;
  padding: 4px;
  margin-bottom: 1em; 
}
.error {
	color: #f00;
	font-weight: bold;
}
div.error {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 4px #f00;
  padding: 4px;
  text-align: center;
}

textarea.gntmledit {
  clear: both;
}

/* ******** cssVars *********** */

/* ------------------------------------------------------------------------- */
/* Obsolete: backwards compatibility only */

body.f_unpublishedCurrent {
  border-top: solid 0.5em #f00;
  padding-top: 0.5em;
}

body.f_unpublishedParent {
  border-top: solid 0.5em #fcc;
  padding-top: 0.5em;
}

/* ------------------------------------------------------------------------- */
/* Designed for use with a div right after body open */

div.f_unpublishedCurrent,
div.f_unpublishedParent {
	width: 14em;
  padding: 0.5em;
  position: fixed;
  top: 7em;
  right: -5.5em;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  z-index: 1000;
}

div.f_unpublishedCurrent:before,
div.f_unpublishedParent:before {
  font-weight: bold;
  color: #fff;
}

div.f_unpublishedCurrent {
  background-color: #f00;
}
div.f_unpublishedCurrent:before {
  content: "This page is not published";
}

div.f_unpublishedParent {
  background-color: #fcc;
}
div.f_unpublishedParent:before {
  content: "This page (or one of its parents) is not published";
}

dl.ImgMgr {
	margin: 0;
	padding: 0;
}

.ImgMgr_Search {
	clear: both;
}
.ImgMgr_Search_Img {
	margin-bottom: 20px;
	overflow: auto;
}
.ImgMgr_Search_Img .ImgOriginal {
	float: left;
	margin-right: 40px;
}
.ImgMgr_Search dl {
	float: left;
	width: 400px;
}

dl.inline dt {
	display: inline;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: auto;
	float: none;
}
dl.inline dt:after {
	content: ': ';
}
dl.inline dd {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
	float: none;
}
dl.inline dd:after {
	content: '';
	display: block;
}

#crop-container>img {
	width: 100%;
	height: auto;
}

/* END: node/InForm/css/nodeWidgets.wm.css */

/* START: org.cord.node.grid.Grid */
.grid_row {
margin-left: auto;
margin-right: auto;
width:1320px;
padding: 0 20px;
}
.grid_row:before, .grid_row:after { content:""; display: table; }
.grid_row:after { clear: both; }
.grid_row { zoom: 1; }
.grid_row>.i:before, .grid_row>.i:after { content:""; display: table; }
.grid_row>.i:after { clear: both; }
.grid_row>.i { zoom: 1; }

.grid_clearfix:before, .grid_clearfix:after { content:""; display: table; }
.grid_clearfix:after { clear: both; }
.grid_clearfix { zoom: 1; }
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
display:inline;
float: left;
position:relative;
margin-left:20px;
min-height: 20px;
margin-right:20px;
}
.gntml_grid { display: table-cell; position: relative; min-height: 20px; padding-left: 20px; padding-right: 20px; }
.lt-ie9 .gntml_grid { display: block; position: relative; min-height: 20px; padding-left: 0; padding-right: 0; }

.gntml_left { display: inline; float: left; clear: left; position: relative; margin: 0 40px 0 0; }
.gntml_left>.i { margin-bottom: 20px; }

.gntml_right { display: inline; float: right; clear: right; position: relative; margin: 0 0 0 40px; }
.gntml_right>.i { margin-bottom: 20px; }

.gntml_center { margin-bottom: 20px; }

.body_3>.gntml_center_1 { padding-right: 110px; padding-left: 110px; }
.body_3>.gntml_center_2 { padding-right: 110px; padding-left: 0; }

.body_4>.gntml_center_1 { padding-right: 220px; padding-left: 110px; }
.body_4>.gntml_center_2 { padding-right: 110px; padding-left: 110px; }
.body_4>.gntml_center_3 { padding-right: 110px; padding-left: 0; }

.body_5>.gntml_center_1 { padding-right: 220px; padding-left: 220px; }
.body_5>.gntml_center_2 { padding-right: 220px; padding-left: 110px; }
.body_5>.gntml_center_3 { padding-right: 110px; padding-left: 110px; }
.body_5>.gntml_center_4 { padding-right: 110px; padding-left: 0; }

.body_6>.gntml_center_1 { padding-right: 330px; padding-left: 220px; }
.body_6>.gntml_center_2 { padding-right: 220px; padding-left: 220px; }
.body_6>.gntml_center_3 { padding-right: 220px; padding-left: 110px; }
.body_6>.gntml_center_4 { padding-right: 110px; padding-left: 110px; }
.body_6>.gntml_center_5 { padding-right: 110px; padding-left: 0; }

.body_7>.gntml_center_1 { padding-right: 330px; padding-left: 330px; }
.body_7>.gntml_center_2 { padding-right: 330px; padding-left: 220px; }
.body_7>.gntml_center_3 { padding-right: 220px; padding-left: 220px; }
.body_7>.gntml_center_4 { padding-right: 220px; padding-left: 110px; }
.body_7>.gntml_center_5 { padding-right: 110px; padding-left: 110px; }
.body_7>.gntml_center_6 { padding-right: 110px; padding-left: 0; }

.body_8>.gntml_center_1 { padding-right: 440px; padding-left: 330px; }
.body_8>.gntml_center_2 { padding-right: 330px; padding-left: 330px; }
.body_8>.gntml_center_3 { padding-right: 330px; padding-left: 220px; }
.body_8>.gntml_center_4 { padding-right: 220px; padding-left: 220px; }
.body_8>.gntml_center_5 { padding-right: 220px; padding-left: 110px; }
.body_8>.gntml_center_6 { padding-right: 110px; padding-left: 110px; }
.body_8>.gntml_center_7 { padding-right: 110px; padding-left: 0; }

.body_9>.gntml_center_1 { padding-right: 440px; padding-left: 440px; }
.body_9>.gntml_center_2 { padding-right: 440px; padding-left: 330px; }
.body_9>.gntml_center_3 { padding-right: 330px; padding-left: 330px; }
.body_9>.gntml_center_4 { padding-right: 330px; padding-left: 220px; }
.body_9>.gntml_center_5 { padding-right: 220px; padding-left: 220px; }
.body_9>.gntml_center_6 { padding-right: 220px; padding-left: 110px; }
.body_9>.gntml_center_7 { padding-right: 110px; padding-left: 110px; }
.body_9>.gntml_center_8 { padding-right: 110px; padding-left: 0; }

.body_10>.gntml_center_1 { padding-right: 550px; padding-left: 440px; }
.body_10>.gntml_center_2 { padding-right: 440px; padding-left: 440px; }
.body_10>.gntml_center_3 { padding-right: 440px; padding-left: 330px; }
.body_10>.gntml_center_4 { padding-right: 330px; padding-left: 330px; }
.body_10>.gntml_center_5 { padding-right: 330px; padding-left: 220px; }
.body_10>.gntml_center_6 { padding-right: 220px; padding-left: 220px; }
.body_10>.gntml_center_7 { padding-right: 220px; padding-left: 110px; }
.body_10>.gntml_center_8 { padding-right: 110px; padding-left: 110px; }
.body_10>.gntml_center_9 { padding-right: 110px; padding-left: 0; }

.body_11>.gntml_center_1 { padding-right: 550px; padding-left: 550px; }
.body_11>.gntml_center_2 { padding-right: 550px; padding-left: 440px; }
.body_11>.gntml_center_3 { padding-right: 440px; padding-left: 440px; }
.body_11>.gntml_center_4 { padding-right: 440px; padding-left: 330px; }
.body_11>.gntml_center_5 { padding-right: 330px; padding-left: 330px; }
.body_11>.gntml_center_6 { padding-right: 330px; padding-left: 220px; }
.body_11>.gntml_center_7 { padding-right: 220px; padding-left: 220px; }
.body_11>.gntml_center_8 { padding-right: 220px; padding-left: 110px; }
.body_11>.gntml_center_9 { padding-right: 110px; padding-left: 110px; }
.body_11>.gntml_center_10 { padding-right: 110px; padding-left: 0; }

.body_12>.gntml_center_1 { padding-right: 660px; padding-left: 550px; }
.body_12>.gntml_center_2 { padding-right: 550px; padding-left: 550px; }
.body_12>.gntml_center_3 { padding-right: 550px; padding-left: 440px; }
.body_12>.gntml_center_4 { padding-right: 440px; padding-left: 440px; }
.body_12>.gntml_center_5 { padding-right: 440px; padding-left: 330px; }
.body_12>.gntml_center_6 { padding-right: 330px; padding-left: 330px; }
.body_12>.gntml_center_7 { padding-right: 330px; padding-left: 220px; }
.body_12>.gntml_center_8 { padding-right: 220px; padding-left: 220px; }
.body_12>.gntml_center_9 { padding-right: 220px; padding-left: 110px; }
.body_12>.gntml_center_10 { padding-right: 110px; padding-left: 110px; }
.body_12>.gntml_center_11 { padding-right: 110px; padding-left: 0; }

.grid_1, .gntml_left_1, .gntml_right_1, .gntml_grid_1 { width:70px; }
.grid_2, .gntml_left_2, .gntml_right_2, .gntml_grid_2 { width:180px; }
.grid_3, .gntml_left_3, .gntml_right_3, .gntml_grid_3 { width:290px; }
.grid_4, .gntml_left_4, .gntml_right_4, .gntml_grid_4 { width:400px; }
.grid_5, .gntml_left_5, .gntml_right_5, .gntml_grid_5 { width:510px; }
.grid_6, .gntml_left_6, .gntml_right_6, .gntml_grid_6 { width:620px; }
.grid_7, .gntml_left_7, .gntml_right_7, .gntml_grid_7 { width:730px; }
.grid_8, .gntml_left_8, .gntml_right_8, .gntml_grid_8 { width:840px; }
.grid_9, .gntml_left_9, .gntml_right_9, .gntml_grid_9 { width:950px; }
.grid_10, .gntml_left_10, .gntml_right_10, .gntml_grid_10 { width:1060px; }
.grid_11, .gntml_left_11, .gntml_right_11, .gntml_grid_11 { width:1170px; }
.grid_12, .gntml_left_12, .gntml_right_12, .gntml_grid_12 { width:1280px; }

.alpha, .gntml_plus_alpha { margin-left: 0; clear: left; }
.omega, .gntml_plus_omega { margin-right: 0; }
.gntml_clear { clear: both; }
.grid_1.grid_innerRow,
.grid_2.grid_innerRow,
.grid_3.grid_innerRow,
.grid_4.grid_innerRow,
.grid_5.grid_innerRow,
.grid_6.grid_innerRow,
.grid_7.grid_innerRow,
.grid_8.grid_innerRow,
.grid_9.grid_innerRow,
.grid_10.grid_innerRow,
.grid_11.grid_innerRow,
.grid_12.grid_innerRow,
.grid_innerRow {
margin-left: -20px;
margin-right: -20px;
}
.grid_innerRow:before, .grid_innerRow:after { content:""; display: table; }
.grid_innerRow:after { clear: both; }
.grid_innerRow { zoom: 1; }
.grid_innerRow>.i:before, .grid_innerRow>.i:after { content:""; display: table; }
.grid_innerRow>.i:after { clear: both; }
.grid_innerRow>.i { zoom: 1; }

.gntml_grid_x { display: table; margin-left: -20px; margin-right: -20px; }
.lt-ie9 .gntml_grid_x { display: block; margin-left: 0; margin-right: 0; }
.gntml_grid_x>.i { display: table-row; }
.lt-ie9 .gntml_grid_x>.i { display: block; }

.grid_i_l_1 { margin-left: 110px; }
.grid_i_r_1 { margin-right: 110px; }
.grid_i_l_2 { margin-left: 220px; }
.grid_i_r_2 { margin-right: 220px; }
.grid_i_l_3 { margin-left: 330px; }
.grid_i_r_3 { margin-right: 330px; }
.grid_i_l_4 { margin-left: 440px; }
.grid_i_r_4 { margin-right: 440px; }
.grid_i_l_5 { margin-left: 550px; }
.grid_i_r_5 { margin-right: 550px; }
.grid_i_l_6 { margin-left: 660px; }
.grid_i_r_6 { margin-right: 660px; }
.grid_i_l_7 { margin-left: 770px; }
.grid_i_r_7 { margin-right: 770px; }
.grid_i_l_8 { margin-left: 880px; }
.grid_i_r_8 { margin-right: 880px; }
.grid_i_l_9 { margin-left: 990px; }
.grid_i_r_9 { margin-right: 990px; }
.grid_i_l_10 { margin-left: 1100px; }
.grid_i_r_10 { margin-right: 1100px; }
.grid_i_l_11 { margin-left: 1210px; }
.grid_i_r_11 { margin-right: 1210px; }
.grid_i_l_12 { margin-left: 1320px; }
.grid_i_r_12 { margin-right: 1320px; }

/* END: org.cord.node.grid.Grid */

/* START: node/InForm/css/themedForm_4_6_float.css */


.w_themedForm,
.w_themedForm select,
.w_themedForm input,
.w_themedForm textarea {
  font-size: 1em;
}

.w_themedForm fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.w_themedForm .w_labelWidget {
  clear: both;
}

.w_themedForm label {
  float: left;
  display: block;
  width: 39%;
  margin: 0 0 0.5em 0;
}


.w_themedForm .w_widget {
  display: block;
  float: right;
  width: 59%;
  margin: 0 0 0.5em 0;
}

.w_themedForm .w_text input,
.w_themedForm .w_select select,
.w_themedForm .w_multiSelect select,
.w_themedForm .w_textarea textarea,
.w_themedForm input.w_fullWidth,
.w_themedForm textarea.w_fullWidth {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  border: solid 1px #999;
  display: block;
  padding: 0.1em;
}

.w_themedForm h1,
.w_themedForm h2,
.w_themedForm h3,
.w_themedForm h4 {
  clear: both;
}


/* END: node/InForm/css/themedForm_4_6_float.css */
 /* START: node/InForm/css/typography.wm.css */

html { overflow-y: scroll; }

body, select, input, textarea {
	  font-family: gibbs, sans-serif;  font-weight: 300; font-size: 20px; line-height: 1.35; 
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
	}

body.NodeStyle101,
body.NodeStyle102,
body.NodeStyle104 {
	  font-family: cormorant-garamond, serif;  font-weight:500; font-size: 28px; line-height: 1.35; 
}

h1, h2, h3, h4, ul, ol, dl, .gntml_image>.i, .gntml_plus_tint, pre.code_block {
	margin-bottom: 20px ;
}

p {
	margin-bottom: 1em;
	text-align: justify;
}
.gntml {
	margin-bottom: 40px;
}
.NodeStyle101 p,
.NodeStyle104 p {
	margin-bottom: 0;
	text-indent: 1em;
	text-align: justify;
}
.NodeStyle101 .h2+.p p,
.NodeStyle104 .h2+.p p,
.NodeStyle101 .content_view>div:first-child p,
.NodeStyle104 .content_view>div:first-child p,
.NodeStyle101 blockquote p,
.NodeStyle104 blockquote p {
	text-indent: 0;
}
blockquote {
	margin: 20px 1em 20px 1em;
	font-style: italic;
	text-align: left;
}
strong {
	font-weight: 400;
}


h1,h2,h3,h4 {
	 font-family: cormorant-garamond, serif; 
	font-weight: 500;
	font-style: italic;
	line-height: 1.2;
	}
h1 {
	margin-top: 0;
}
h2,h3,h4 {
	margin-top: 40px;
}
	
h1 { font-size: 45px; line-height: 1.4; border-bottom: solid 1px #999; }
h2 { font-size: 40px; }
.NodeStyle101 h2,
.NodeStyle104 h2 { 
	  font-family: cormorant-garamond, serif;  font-weight:500; font-size: 28px; line-height: 1.35;  text-style: italic; margin: 0; 
}
h3 { font-size: 35px; }
h4 { sont-size: 30px; }

a {
	color: #a58c37;
	text-decoration: none;
}

hr {	margin: 0 0 39px 0;
	padding: 0;
	border: 0;
	border-bottom: solid 1px black;
	}

sup {
	font-size: 60%;
	position: relative;
	top: -0.5em;
}

sub {
	font-size: 80%;
	position: relative;
	bottom: -0.5em;
}

ul, ol, .semantic ul.semantic, .semantic ol.semantic {	margin-left: 55px;
}
ul {
	list-style: disc;
	}
ol	{
	list-style: decimal;
}
ul.semantic, ol.semantic {
	list-style:none;
	margin-left:0;
	}

ul ul, ul ol, ol ol, ol ul, .gntml_plus_tint_i * {
	margin-bottom: 0;
}
.gntml_plus_tint_i {
  padding: 19px;
}

dl {
	overflow: auto;
	margin-bottom: 20px; 
}
dt {
	font-weight: 400;
	width: 290px;
	float: left;
	clear: both;
	text-align: right;
	}
dd {
	width: 510px;
	float: right;
	}
	
.grid_6 dl { overflow: auto; }
.grid_6 dt { width: 180px; float: left; clear: both; text-align: right;  }
.grid_6 dd { width: 400px; margin: 0; float: right; clear: right;  }

.grid_3 dt, .grid_2 dt, .grid_1 dt { width: auto; margin-top: 20px; }
.grid_3 dd, .grid_2 dd, .grid_1 dd { margin: 0; }

	

/* END: node/InForm/css/typography.wm.css */

/* START: node/InForm/css/navigation.wm.css */

p.todays_chapter,
.m_menu {
	  font-family: cormorant-garamond, serif;  font-weight:500; font-size: 28px; line-height: 1.35; 
	font-size: 22px;
}

.m_menu ul {
	list-style: none;
}

.m_menu a {
	display: block;
	text-decoration: none;
}
p.todays_chapter { text-align: center; }
p.todays_chapter,
.NodeStyle1 .m_menu a {	text-shadow:
		-1px -1px 2px rgba(255,255,255,0.2),  
		1px -1px 2px rgba(255,255,255,0.2),
		-1px 1px 2px rgba(255,255,255,0.2),
		1px 1px 2px rgba(255,255,255,0.2);
}
.chapter_nav a {
	display: inline-block;
}
p.todays_chapter a:link,
p.todays_chapter a:visited,
.m_menu a:link,
.m_menu a:visited {
	color: #333;
}
.m_menu a.current { color: #a58c37; }
.m_menu a.child { color: #333; }
.m_menu a.parent { color: #963; }

.m_singleGeneration {
	text-align: center;
}
.m_singleGeneration ul,
.m_pages ul {
	display: inline-block;
	overflow:visible;
	margin: 0 auto 4px auto;
	padding: 0;
	text-align: center;
	border-bottom: solid 1px #ccc;
}
.NodeStyle1 .m_singleGeneration ul {
	border-bottom: 0;
}
.m_singleGeneration li,
.m_pages li {
	display: inline-block;
	padding: 0 .5em;
	position: relative;
	top: 1px;
}
.m_singleGeneration li.parent,
.m_singleGeneration li.active {
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px white;
	border-left: solid 1px #ccc;
	border-radius: 8px 8px 0 0;
}

.m_treeFull ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.m_treeFull ul.ul0 {
	padding-left: 0;
	margin-bottom: 20px;
}

.m_treeFull a {
	zoom: 1;
}

.numPaginator {
	margin-bottom: 20px;
	}
.numPaginator p {
	margin-bottom:0;
}	
.numPaginator ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.numPaginator li {
  display: block;
  float: left;
  padding: 0;
  margin: 0 .5em 0 0;
}

.abcPaginator {
  overflow: auto;
  padding-right: 1px;
  padding-bottom: 1px;
}

.abcPaginator ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.abcPaginator li {
  display: block;
  float: left;
  width: 2em;
  text-align: center;
  padding: 0;
  margin: 0;
}

	
a.RSS {
	display: block;
	padding-left: 18px;
	background: url('/statics/build/node/img/feed-icons/feed-icon-14x14.png') no-repeat left;
}

/* END: node/InForm/css/navigation.wm.css */

/* START: node/InForm/css/branding.wm.css */

.t_summary {
	margin-bottom: 40px ;
}


/* END: node/InForm/css/branding.wm.css */
/* START: node/InForm/css/rowsAndColumns.wm.css */

.t_row_header, .t_row_content, .t_row_footer {
	}
	
.t_header, 
.t_left, .t_content, .t_right,
.t_footer {
	overflow: visible;
}

/* END: node/InForm/css/rowsAndColumns.wm.css */
/* START: node/InForm/css/searchBox.wm.css */

.r_search { 
  padding-top:20px; 
  padding-bottom:0 ;
  height: 60px;
}

.f_globalSearch {
	margin-bottom: 20px;
	width: 180px;
	height: 32px;
	float:right;
	}
.NodeStyle1 .f_globalSearch {
	display:none;
}
	
.f_globalSearchInput { 
  display: block; 
  border: solid 1px #ccc; 
  background-color: #fcfcfc;
  width: 100%; 
  height: 30px;
  font-size: 16px;
  padding-left: 6px; 
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
}
label.f_hidden,
input.f_globalSearchSubmit {
	display: none;
}

/* END: node/InForm/css/searchBox.wm.css */
/* start: node/InForm/css/bannerImg.wm.css */

.bannerImg {
	background-color:#ccc;
	margin-bottom: 20px;
}

.bannerImg img {
	margin: 0 auto;
}

/* end: node/InForm/css/bannerImg.wm.css */
/* START: node/InForm/css/ImagePage.wm.css */

.ImagePage_nav { 
	overflow: auto; 
	margin-bottom: 20px; 
}

/* END: node/InForm/css/ImagePage.wm.css */
/* START: node/InForm/css/ImagePageListing.wm.html */

.f_ImagePageListing>.row {
	overflow:auto;
	padding-bottom: 20px;
	margin: 0  -20px;
}
.f_ImagePageListing>.row>li {
	float: left;
	margin: 0 20px;
	}

/* END: node/InForm/css/ImagePageListing.wm.html */
/* START: node/InForm/css/IndexListing.wm.css */

.IndexListing_overview p {
	margin: 0 0 0 110px;
	text-indent: -110px;
}
.IndexListing_overview .indexValue { font-weight: bold; }
.IndexListing_overview a { text-decoration: none; }

.IndexPage_IndexValue .isDefined { width: auto; }
.IndexPage_IndexValue .ranking { width: 4em; }
.IndexPage_IndexValue .description { width: 100%; height: 3em; }

/* END: node/InForm/css/IndexListing.wm.css */
/* START: node/InForm/css/TimedPageListing.wm.css */

.timedPages .image {
	float: left;
	margin-right: 40px;
	min-width: 70px;
	}
.timedPages .description {
	display: block;
	margin-bottom: 20px;
	}
.timedPages .formattedDates:after {
	content: ": ";
	}
.timedPages.illustrated {
	}
.timedPages.illustrated>li {
	overflow: auto;
	}

.TimedPageListing_TimedPage>ul {
	list-style: none;
	margin-left: 0;
}

.TimedPageListing_TimedPage>ul>li {
	margin-bottom: 20px;
}

.TimedPageListing .f_title {
	margin-bottom: 0;
}

.TimedPageListing .f_startTime {
	float: right;
	margin-left: 2em;
}

.TimedPageListing_homeHighlights li {
	margin-bottom: 0;
}

.TimedPageListing_homeHighlights p {
	margin-bottom: 0;
}

.gallery>.row {
	overflow: auto;
	padding-bottom: 20px;
	margin: 0 -20px;
}
.gallery>.row>li {
	float: left;
	margin: 0 20px;
}
.gallery>.row>li>a>img {
	margin-bottom: 20px;
	}
.gallery1>.row>li {
	width: 70px;
}
.gallery2>.row>li {
	width: 180px;
}
.gallery3>.row>li {
	width: 290px;
}

.formattedDates:after { content: ': '; }
.timedPageListing:after { content: ': '; }

/* END: node/InForm/css/TimedPageListing.wm.css */
/* START: node/InForm/css/TimedPage.wm.css */

.TimedPage_count {
	text-align: center;
}
.TimedPage_next {
	text-align: right;
}

p.TimedPage_nav_date {
	text-align: center;
}

/* END: node/InForm/css/TimedPage.wm.css */

.gntml_plus_top, .gntml_grid.gntml_plus_top {
	vertical-align: top;
	}
.gntml_plus_bottom, .gntml_grid.gntml_plus_bottom {
	vertical-align: bottom;
	}
.gntml_plus_middle, .gntml_grid.gntml_plus_middle {
	vertical-align: middle;
	}
.gntml_plus_left>.i>* {
	text-align: left;
	}
.gntml_plus_right>.i>* {
	text-align: right;
	}
.gntml_plus_center>.i>* {
	text-align: center;
	}
.gntml_plus_justify>.i>* {
	text-align: justify;
	}
.gntml_plus_clear {
	clear: both;
	}
.gntml_plus_clear_left {
	clear: left;
	}
.gntml_plus_clear_right {
	clear: right;
	}
.gntml_left.gntml_in_1 { margin-left: 110px; }
.gntml_right.gntml_in_1 { margin-right: 110px; }
.gntml_left.gntml_in_2 { margin-left: 220px; }
.gntml_right.gntml_in_2 { margin-right: 220px; }
.gntml_left.gntml_in_3 { margin-left: 330px; }
.gntml_right.gntml_in_3 { margin-right: 330px; }
.gntml_left.gntml_in_4 { margin-left: 440px; }
.gntml_right.gntml_in_4 { margin-right: 440px; }
.gntml_left.gntml_in_5 { margin-left: 550px; }
.gntml_right.gntml_in_5 { margin-right: 550px; }
.gntml_left.gntml_in_6 { margin-left: 660px; }
.gntml_right.gntml_in_6 { margin-right: 660px; }
.gntml_left.gntml_in_7 { margin-left: 770px; }
.gntml_right.gntml_in_7 { margin-right: 770px; }
.gntml_left.gntml_in_8 { margin-left: 880px; }
.gntml_right.gntml_in_8 { margin-right: 880px; }

.gntml_left.gntml_plus_noclear,
.gntml_right.gntml_plus_noclear {
	clear: none;
}
.gntml_left.gntml_plus_adjacent {
	margin-right: 0;
	}
.gntml_right.gntml_plus_adjacent {
	margin-left: 0;
	}

.gntml_plus_moveleft_1 {
	position: relative;
	left: -110px;
}
.gntml_plus_moveleft_2 {
	position: relative;
	left: -220px;
}
.gntml_plus_moveleft_3 {
	position: relative;
	left: -330px;
}
.gntml_plus_moveleft_4 {
	position: relative;
	left: -440px;
}
.gntml_plus_moveleft_5 {
	position: relative;
	left: -550px;
}
.gntml_plus_moveleft_6 {
	position: relative;
	left: -660px;
}
.gntml_plus_moveleft_7 {
	position: relative;
	left: -770px;
}
.gntml_plus_moveleft_8 {
	position: relative;
	left: -880px;
}
.gntml_plus_moveright_1 {
	position: relative;
	right: -110px;
}
.gntml_plus_moveright_2 {
	position: relative;
	right: -220px;
}
.gntml_plus_moveright_3 {
	position: relative;
	right: -330px;
}
.gntml_plus_moveright_4 {
	position: relative;
	right: -440px;
}
.gntml_plus_moveright_5 {
	position: relative;
	right: -550px;
}
.gntml_plus_moveright_6 {
	position: relative;
	right: -660px;
}
.gntml_plus_moveright_7 {
	position: relative;
	right: -770px;
}
.gntml_plus_moveright_8 {
	position: relative;
	right: -880px;
}

.grid_innerRow {
	clear: both;
}

.gntml_plus_header_down_1,
.gntml_plus_header_down_2,
.gntml_plus_header_down_3,
.gntml_plus_header_down_4,
.gntml_plus_header_down_5,
.gntml_plus_header_down_6,
.gntml_plus_header_down_7,
.gntml_plus_header_down_8 {
	display: block;
	width: 0;
	margin: 0;
	padding: 0;
}
.gntml_plus_header_down_1 {
	height: 20px;
}
.gntml_plus_header_down_2 {
	height: 40px;
}
.gntml_plus_header_down_3 {
	height: 60px;
}
.gntml_plus_header_down_4 {
	height: 80px;
}
.gntml_plus_header_down_5 {
	height: 100px;
}
.gntml_plus_header_down_6 {
	height: 120px;
}
.gntml_plus_header_down_7 {
	height: 140px;
}
.gntml_plus_header_down_8 {
	height: 160px;
}
.gntml_plus_header_down_1.gntml_right {
	float: right;
}
.gntml_plus_header_down_1.gntml_left {
	float: left;
}
div.gntml_plus_down.gntml_left,
div.gntml_plus_down.gntml_right {
	margin-top: 20px;
}

.gntml_plus_wide {
	margin-left: -40px;
	margin-right: -40px;
}
.gntml_grid.gntml_plus_wide {
	padding-left: 0;
	padding-right: 0;
}

.gntml_plus_halfwide {
	margin-left: -20px;
	margin-right: -20px;
}
.gntml_grid.gntml_plus_halfwide {
	padding-left: 0;
	padding-right: 0;
}

div.gntml_plus_continuous>.i,
div.gntml_plus_continuous>.i>*:first-child {
	margin-top: 0;
}
div.gntml_plus_continuous>.i,
div.gntml_plus_continuous>.i>*:last-child {
	margin-bottom: 0;
}

.gntml.left_0>.content {
	margin-left: 0;
}
.gntml.left_1>.content {
	margin-left: 110px;
}
.gntml.left_2>.content {
	margin-left: 220px;
}
.gntml.left_3>.content {
	margin-left: 330px;
}
.gntml.left_4>.content {
	margin-left: 440px;
}
.gntml.left_5>.content {
	margin-left: 550px;
}
.gntml.left_6>.content {
	margin-left: 660px;
}
.gntml.right_0>.content {
	margin-right: 0;
}
.gntml.right_1>.content {
	margin-right: 110px;
}
.gntml.right_2>.content {
	margin-right: 220px;
}
.gntml.right_3>.content {
	margin-right: 330px;
}
.gntml.right_4>.content {
	margin-right: 440px;
}
.gntml.right_5>.content {
	margin-right: 550px;
}
.gntml.right_6>.content {
	margin-right: 660px;
}

span.gntml_plus_field_shim {
	display: block;
}

.table {
	overflow: auto;
}
.table>.row {
	clear: left;
}
.row>* {
	float: left;
	width: 180px;
	margin: 0 20px 20px 20px;
}
.row>:first-child { margin-left: 0; }
.row>:last-child { margin-right: 0; }
.row>.cell1 { width: 70px; }
.row>.cell2 { width: 180px; }
.row>.cell3 { width: 290px; }
.row>.cell4 { width: 400px; }
.row>.cell5 { width: 510px; }
.row>.cell6 { width: 620px; }
.row>.cell8 { width: 840px; }

.lt-ie9 .gntml_grid_x {
        display: block;
        margin-left: -20px;
        margin-right: -20px;
        overflow: auto;
}
.lt-ie9 .gntml_grid_x>.i {
        display: block;
}
.lt-ie9 .gntml_grid {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        float: left;
}

.gntml_grid_x {
	clear:both;
	margin: 0;
}
.gntml_grid_x>.i>.gntml_grid:first-child {
        padding-left: 0px;
}
.gntml_grid_x>.i>.gntml_grid:last-child {
        padding-right: 0px;
}
.gntml_grid {
	vertical-align: top;
}

select.CyclingImage-add-id {
	max-width: 25em;
	float: right;
}
input.CyclingImage-ranking {
	width: 3em;
	}

/* END: node/InForm/css/blockStyles.wm.css */

.tp_content .content {
	margin-left: 220px;
	margin-right: 220px;
}

.tp_row {
	padding-left: 20px;
	padding-right: 20px;
}

.tp_left {
	float: left;
	width: 180px;
	margin-right: 40px;
}

.tp_right {
	float: right;
	width: 180px;
	margin-left: 40px;
}

.gntml_placeholder {
	background-color: #ddd;
	border: solid 1px black;
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	margin-bottom: 20px;
}
.gntml_placeholder>.gntml_placeholder_caption {
	position: absolute;
	top: 5px;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

ul.accordion {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.accordion .inner {
	overflow: hidden;
	display: none;
}
ul.accordion .inner.initshow {
	display: block;
}

ul.accordion a.toggle {
	text-decoration: none;
}
ul.accordion .inner {
	margin-left: 110px;
	border: solid 1px black;
	padding: 1em;
	margin-bottom: 1em;
}

body {
	background-color: #9facb3;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	background-attachment: fixed;
}
body.NodeStyle1 {	background-image: url(/dyn/scld/1559672950932.jpeg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #9facb3;
	background-position: center -200px;
	background-size: 1360px auto;
}
body.NodeStyle1 .tp_row_footer {
	display:none;
}
body.NodeStyle1 .grid_row {
	background-color: transparent;
}
.grid_row {
	background-color: rgb(255,255,255);
}

.wrapper_header_phone {
	display: none;
}
.heron_home_phone {
	display: none;
}
.phone_menu_launcher {
	overflow: auto;
	margin: 16px 0;
}
.phone_menu_launcher #phone_menu_launcher {
	float: right;
	border: solid 1px #ccc;
	border-radius: 4px;
	padding: 0 10px;
	font-size: 23px;
}
.phone_menu_launcher .social-header .label {
	display: none;
}
.logo_text_phone {
	margin-bottom: .5em;
}
.logo_text_phone img {
	width: 100%;
	height: auto;
}
#phone_menu {
	display: none;
	clear:both;
}
.logo_home_phone img {
	display: none;
	width: 100%;
	height: auto;
}

.tp_row_header {
	overflow: auto;
	padding-top: 20px;
}
.header_left {
	width: 400px;
	float: left;
}
.header_right {
	width: 840px;
	float: right;
}
.logo_text {
	width: 620px;
	margin: 40px auto 40px auto;
}
body.NodeStyle1 .logo_text {
}

.menu {
	margin: 20px 0 20px 0;
}

.tp_content {
	margin-bottom: 60px;
}

.players {
	overflow: visible;
	margin-bottom: 40px;
}
.player {
	margin: 0 220px 40px 110px;
	width: 510px;
	overflow: auto;
}
.player .audio_title {
	text-align: center;
}
.player .mediaelement {
	width: 400px;
	float: right;
}
.mejs__container {
	background: transparent;
}
.mejs__container .mejs__controls {
	background: #ddd;
	border-radius: 8px;
	border: solid 1px #999;
}
.mejs__time {
	color: #000;
}
.mejs__time-total,
.mejs__horizontal-volume-total {
	background: #fff;
}
.mejs__time-current,
.mejs__horizontal-volume-current {
	background: #999;
}
.mejs__time-loaded {
	background: #eee;
}

.credits {
	text-align: center;
	margin: 0 110px 20px 110px;
	font-size: 22px;
}

.audioplayer {
	background: #eee;
	color: black;
	text-shadow: none;
	box-shadow: none;
	border: solid 1px #999;
	margin-bottom: 20px;
}
.audioplayer-bar {
	background: #ccc;
	border: solid 1px #999;
	box-shadow: none;
}
.audioplayer-bar-loaded {
	background: #ccc;
}
.audioplayer-bar-played {
	background: #999;
}

.node_title {
	clear: both;
}

.Chapters__ViewChaptersStatus {
	width: 100%;
	margin: 40px 0;
	text-align: center;
}
.Chapters__ViewChaptersStatus th,
.Chapters__ViewChaptersStatus td {
	border: solid 1px rgb(200,200,200);
	padding: 2px;
}
.Chapters__ViewChaptersStatus .red,
.Chapters__ViewChaptersStatus .PENDING {
	background-color: rgb(255,128,128);
}
.Chapters__ViewChaptersStatus .orange,
.Chapters__ViewChaptersStatus .APPROVED {
	background-color: rgb(255,255,128);
}
.Chapters__ViewChaptersStatus .green,
.Chapters__ViewChaptersStatus .RELEASED {
	background-color: rgb(128,255,128);
}
.Chapters__ViewChaptersStatus .WITHDRAWN {
	background-color: inherit;
}
.Chapters__ViewChaptersStatus a:link,
.Chapters__ViewChaptersStatus a:visited {
	color: inherit;
	text-decoration: none;
}

ul.chapters {
	margin: 0;
	padding: 0;
	line-height: 150%;
}
ul.chapters li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.chapters .Chapter_Date {
	display: block;
	width: 70px;
	float: left;
	clear:left;
	text-align: right;
	margin-right: 40Px;
}
ul.chapters .Chapter_Title {
	display: block;
	float: left;
}

.prev_next {
	margin-top: 10px;
	text-align:center;
	margin-bottom: 10px;
}
h1 .prev_next {
	font-size: 50%;
	font-style: normal;
	float: right;
}

.image_copyright {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: rgba(255,255,255,0.5);
	padding: 10px;
	border-radius: 10px;
	font-size: 16px;
}

.tp_row_footer {
	text-align: center;
}
.tp_row_footer a {
	margin: 0 0.5em;
}
.footer_pages,
.footer_social {
	margin-bottom: 10px;
}

.months {
	  font-family: cormorant-garamond, serif;  font-weight:500; font-size: 28px; line-height: 1.35; 
	font-weight: 700
}
.months .months_row {
	overflow: auto;
	margin-bottom: 20px;
}
.months .month {
	box-sizing: border-box;
	width: calc(100% / 3);
	float: left;
	padding-right: 1em;
}
.months .chapters {
	overflow: auto;
}
.months .chapter {
	width: calc(100% / 7);
	float: left;
	font-weight: 500;
	text-align: center;
}

a.PENDING,
a.APPROVED {
	color: #ccc;
}
a.WITHDRAWN {
	color: #999;
}

.NodeStyle102 .chapters {
	  font-family: cormorant-garamond, serif;  font-weight:500; font-size: 28px; line-height: 1.35; 
	overflow: auto;
}

.TimedPageListing-inline .gntml {
	margin-left: -220px;
	margin-right: -220px;
	font-size: 18px;
}
.TimedPageListing-inline .formattedDates {
	float: left;
	width: 180px;
	margin-right: 40px;
	margin-left: -220px;
	text-align: right;
	font-size: 18px;
}
.TimedPageListing-inline .title {
	font-weight: 400
}

.gntml_plus_footnote {
	margin-top: 60px;
	font-size: 80%;
}
.gntml_plus_footnote p {
	text-indent: 0;
}

.gntml_plus_smaller {
	font-size: 90%;
}

.chapters table {
	width: 100%;
	margin-bottom: 20px;
}
.chapters th,
.chapters td {
	border: solid 1px #ccc;
	padding: 2px;
}

.social {
	font-size: 17px;
	color: #757575;
}
.social-header div {
	float: left;
}
.social-header .label {
	margin-right: .5em;
	line-height: 30px;
}
.social-header .sharethis-inline-share-buttons {
	width: 50%;
}
.social-footer {
	margin-bottom: 20px;
}

.chapter_subscribe_cta {
	text-align: center;
	 font-family: cormorant-garamond, serif; 
	font-style: italic;
	font-size: 20px;
	margin-bottom: 40px;
}
.chapter_subscribe_cta a {
	font-size: 120%;
}


.player {
  margin: 10px auto;
  width: 620px;
}

.message {
  height: 20px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
}

.controls {
  background: #f0f0f0;
  border-radius: 16px;
  border: solid 1px #ccc;
  padding: 8px 16px 8px 8px;
  overflow: auto;
  line-height: 30px;
  font-size: 15px;
  font-family: sans-serif;
}
.controls>.button,
.controls>.elapsed,
.controls>.track,
.controls>.duration {
	display: block;
	float: left;
}
.controls>.elapsed,
.controls>.duration {
	width: 35px;
	text-align: right;
}
.controls>.volume_logo,
.controls>.volume {
	display: block;
	float: right;
}

.button {
  color: #999;
  margin-top: 5px;
  margin-right: 5px;
  width: 20px;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
}

.track, .volume {
  position: relative;
  margin: 10px 18px;
  height: 10px;
  background-color: white;
  display: inline-block;
  vertical-align: top;
}
.track {
	width: 200px;
}
.volume {
	width: 100px;
}
.volume_logo.fa {
	font-size: 20px;
	line-height: 30px;
	color: #999;
}

.progress {
  position: absolute;
  width: 0%;
  height: 100%;
  background: #999;
  }

.scrubber, .control {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin: -7px 0 0 -9px;
  border: solid 3px #ddd;
  cursor: pointer;
  box-shadow: 0 0 3px #000, inset 0 0 4px #400;
}
.scrubber { background: #999; }
.control { background: #999; }

	div.redactor_editor>* {
		margin-left: 100px;
		margin-right: 100px;
	}
	div.redactor_editor>.left_2 {
		margin-left: 0;
		margin-right: 30px;
		float: left;
		clear: left;
		width: 200px;
	}
	div.redactor_editor>.left_3 {
		margin-left: 0;
		margin-right: 30px;
		float: left;
		clear: left;
		width: 300px;
	}
	.immutable {
		color: blue;
		background-color: grey;
	}
	.redactor_toolbar li a.redactor_btn_move_down {
		background-image: url('/statics/img/FormAt/move_down.png');
	}
	.redactor_toolbar li a.redactor_btn_move_up {
		background-image: url('/statics/img/FormAt/move_up.png');
	}
	.redactor_toolbar li a.redactor_btn_delete_block {
		background-image: url('/statics/img/FormAt/delete_block.png');
	}
	.redactor_toolbar li a.redactor_btn_add_div {
		background-image: url('/statics/img/FormAt/add_div.png');
	}
	.redactor_toolbar li a.redactor_btn_block_width {
		background-image: url('/statics/img/FormAt/block_width.png');
	}
	.redactor_toolbar li a.redactor_btn_nodelink {
		background-image: url('/statics/img/FormAt/nodelink.png');
	}
	
	.DummyInline {
		background-color: #fef;
	}

	.editing {
		color: red;
	}
	
#Delete_Block_Confirm {
	display: none;
}
/* END: node/InForm/css/assembleCss.wm.css */

img {
	display:block;
}

a.unpublished:link,
a.unpublished:visited {
	color: red;
}
a.unpublished:before {
	content:"(";
}
a.unpublished:after {
	content:')';
}


.gntml_banner { width: 100%; clear: both; }
.gntml_banner img { width: 100%; height: auto; }
.gntml_flow_o { margin-left: -20px; margin-right: -20px; overflow: auto; clear: both; }
.gntml_flow_o>.gntml_flow { margin-left:20px; margin-right: 20px; float: left; }
.gntml_flow_1 { width: 70px; }
.gntml_flow_2 { width: 180px; }
.gntml_flow_3 { width: 290px; }
.gntml_flow_4 { width: 400px; }
.gntml_flow_5 { width: 510px; }
.gntml_flow_6 { width: 620px; }
.gntml_flow_7 { width: 730px; }
.gntml_flow_8 { width: 840px; }
.gntml_divide_o { margin-left: -20px; margin-right: -20px; overflow: auto; clear: both; }
.gntml_divide { float: left; min-height: 1px; }
.gntml_divide>.i { margin-left: 20px; margin-right: 20px; }
.gntml_half { width: 50%; }
.gntml_third { width: 33.3333%; }
.gntml_quarter { width: 25%; }
.gntml_fifth { width: 20%; }
.gntml_sixth { width: 16.6666%; }
.gntml_divide img { width: 100%; height: auto; }
.g_p_phoneFooter_o { display: none; }
.gntml_left { max-width: 620px; }
.gntml_right { max-width: 620px; }
.gntml_left img, .gntml_right img { width: 100%; height: auto; }
.gntml_left.gntml_in_1 { max-width: 510px; }
.gntml_left.gntml_in_2 { max-width: 400px; }
.gntml_right.gntml_in_1 { max-width: 510px; }
.gntml_right.gntml_in_2 { max-width: 400px; }


@media only screen and (device-width: 768px) and (orientation: landscape), screen and (min-width:1100px) and (max-width:1320px) and (min-device-width: 1320px) {
	body.NodeStyle1 {		background-image: none;
		background-size: 1140px auto;
		background-position: center -125px;
	}
	
	.TimedPageListing-inline .formattedDates {
		float: right;
		margin-left: 0;
		margin-right: 0;
	}
	.TimedPageListing-inline .formattedDates::after { content: ''; }
	.TimedPageListing-inline .gntml {
		margin-left: -110px;
		margin-right: -110px;
	}

  .grid_row { width: 1100px; }
  .gntml.left_2>.content { margin-left: 110px; }
  .gntml.right_2>.content { margin-right: 110px; }
  .gntml_left { max-width: 510px; }
  .gntml_right { max-width: 510px; }
  .gntml_left.gntml_in_1 { margin-left: 0px; max-width: 510px; }
  .gntml_left.gntml_in_2 { margin-left: 110px; max-width: 400px; }
  .gntml_left.gntml_in_3 { margin-left: 220px; max-width: 290px; }
  .gntml_left.gntml_in_4 { margin-left: 330px; max-width: 180px; }
  .gntml_right.gntml_in_1 { margin-right: 0px; max-width: 510px; }
  .gntml_right.gntml_in_2 { margin-right: 110px; max-width: 400px; }
  .gntml_right.gntml_in_3 { margin-right: 220px; max-width: 290px; }
  .gntml_right.gntml_in_4 { margin-right: 330px; max-width: 180px; }
.tp_content .content { margin-left: 110px; margin-right: 110px; }
}


@media only screen and (device-width: 768px) and (orientation: portrait), screen and (min-width:880px) and (max-width:1100px) and (min-device-width: 1320px) {
	body.NodeStyle1 {		background-image: url(/dyn/scld/1559672952104.jpeg);
		background-size: 920px auto;
		background-position: center -50px;
	}
	.TimedPageListing-inline .formattedDates {
		float: right;
		margin-left: 0;
		margin-right: 0;
	}
	.TimedPageListing-inline .formattedDates::after { content: ''; }
	.TimedPageListing-inline .gntml {
		margin-left: 0;
		margin-right: 0;
	}

  .grid_row { width: 880px; }
  .gntml.left_2>.content { margin-left: 0px; }
  .gntml.right_2>.content { margin-right: 0px; }
  .gntml_left { max-width: 400px; }
  .gntml_right { max-width: 400px; }
  .gntml_left.gntml_in_1 { margin-left: 0px; max-width: 400px; }
  .gntml_left.gntml_in_2 { margin-left: 0px; max-width: 400px; }
  .gntml_left.gntml_in_3 { margin-left: 110px; max-width: 290px; }
  .gntml_left.gntml_in_4 { margin-left: 220px; max-width: 180px; }
  .gntml_right.gntml_in_1 { margin-right: 0px; max-width: 400px; }
  .gntml_right.gntml_in_2 { margin-right: 0px; max-width: 400px; }
  .gntml_right.gntml_in_3 { margin-right: 110px; max-width: 290px; }
  .gntml_right.gntml_in_4 { margin-right: 220px; max-width: 180px; }
.tp_content .content { margin-left: 0px; margin-right: 0px; }
}



@media only screen and (min-device-width: 480px) and (max-device-width: 767px) {
		html, body {
		text-size-adjust: none;
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;	
	}
	body.NodeStyle1 .tp_row_header_phone { display: block; }	
	.tp_row_header { padding-top: 0; }
	.wrapper_header { display: none; }
	.wrapper_header_phone { display: block; }
	.logo_home_phone img { display: block; }
	.TimedPageListing-inline .formattedDates { float: none; margin: 0; text-align: left; width: 100%; }
	.TimedPageListing-inline .formattedDates::after { content: ''; }
	.TimedPageListing-inline .gntml { margin: 0; }
	.prev_next { font-size: 100%; }
	.prev_next a { display: inline-block; border: solid 1px #ccc; height: 31px; border-radius: 4px; padding: 0 10px;}

	body.NodeStyle1 {		background-image: url(/dyn/scld/1559672952104.jpeg);
		background-size: 100% auto;
		background-position: 80% 50%; 
	}

  .grid_row { width: 880px; }
  .gntml.left_2>.content { margin-left: 0px; }
  .gntml.right_2>.content { margin-right: 0px; }
  .gntml_left { max-width: 400px; }
  .gntml_right { max-width: 400px; }
  .gntml_left.gntml_in_1 { margin-left: 0px; max-width: 400px; }
  .gntml_left.gntml_in_2 { margin-left: 0px; max-width: 400px; }
  .gntml_left.gntml_in_3 { margin-left: 110px; max-width: 290px; }
  .gntml_left.gntml_in_4 { margin-left: 220px; max-width: 180px; }
  .gntml_right.gntml_in_1 { margin-right: 0px; max-width: 400px; }
  .gntml_right.gntml_in_2 { margin-right: 0px; max-width: 400px; }
  .gntml_right.gntml_in_3 { margin-right: 110px; max-width: 290px; }
  .gntml_right.gntml_in_4 { margin-right: 220px; max-width: 180px; }
.tp_content .content { margin-left: 0px; margin-right: 0px; }
}

@media only screen and (max-device-width: 479px), screen and (max-width: 880px) and (min-device-width: 1320px) {
		html, body {
		text-size-adjust: none;
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;	
	}
	body.NodeStyle1 .tp_row_header_phone { display: block; }	
	.tp_row_header { padding-top: 0; }
	.wrapper_header { display: none; }
	.wrapper_header_phone { display: block; }
	.logo_home_phone img { display: block; }
	.TimedPageListing-inline .formattedDates { float: none; margin: 0; text-align: left; width: 100%; }
	.TimedPageListing-inline .formattedDates::after { content: ''; }
	.TimedPageListing-inline .gntml { margin: 0; }
	.prev_next { font-size: 100%; }
	.prev_next a { display: inline-block; border: solid 1px #ccc; height: 31px; border-radius: 4px; padding: 0 10px;}

	body,
	body.NodeStyle101,
	body.NodeStyle102,
	body.NodeStyle104 {
		font-size: 4.5vmin;
		padding: 2%;
		background-image: none;
		background-color: white;
	}
	body.NodeStyle1 {		background-image: none;
#		background-image: url(/dyn/scld/1559672952104.jpeg);
#		background-size: 100% auto;
#		background-attachment: fixed;
#		background-position: center 50%; 

	}
	body.NodeStyle1 .logo_text_phone { margin-top: 1em; }
	.heron_home_phone {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	.heron_home_phone img {
		width: 100%;
		height: auto;
	}
	body.NodeStyle1 a {
		color: black;
	}
	body.NodeStyle1 .m_treeFull a {
		border-bottom: none;
	}
	.tp_row { padding-left: 0; padding-right: 0; }
	h1 { font-size: 8vmin; }
	h2 { font-size: 7vmin; }
	h3 { font-size: 6vmin; }
	h4 { font-size: 5vmin; }
	.m_menu { font-size: 6vmin; }
	.m_treeFull ul { padding-left: 1em; }
	.m_treeFull a { border-bottom: solid 1px #ccc; }
	.credits, .chapter_subscribe_cta { font-size: 4vmin; margin: 1em 0; }
	dt { width: 40%; }
	dd { width: 57%; }
	.players { margin-bottom: 1em; }
	.player { margin: 0; width: 100%; border: 0; padding: 1px; box-sizing: border-box;}
	.player .audio_title { width: 100%; float: none; text-align: left;}
	.player .mediaelement { width: 100%; float: none; }
	.mejs__currenttime, .mejs__duration { font-size: 4vmin; font-weight: 300; }
	.mejs__time-rail { width: 100px; }
	.body_8>.gntml_center_6 { padding: 0; }
	.body_8>.gntml_center_4 { padding: 0; }
	.months .month {
		float: none;
		width: 75%;
		margin: 1em auto;
	}

  .gntml.left_2>.content { margin-left: 0; }
  .gntml.right_2>.content { margin-right: 0; }
  .grid_row { width: 100%; padding: 0; }
  .gntml_left, .gntml_right { float: none; display: block; width: 100%; max-width: 100%; margin: 0; }
  .gntml_right.gntml_in_1 { max-width: 100% }
  .gntml_left.gntml_in_1 { max-width: 100% }
  .gntml_right.gntml_in_2 { max-width: 100% }
  .gntml_left.gntml_in_2 { max-width: 100% }
  .gntml_right.gntml_in_3 { max-width: 100% }
  .gntml_left.gntml_in_3 { max-width: 100% }
  .gntml_right.gntml_in_4 { max-width: 100% }
  .gntml_left.gntml_in_4 { max-width: 100% }
  .gntml_flow_o { margin-left: 0; margin-right: 0; }
  .gntml_flow_o>.gntml_flow { margin-left: 0; margin-right: 0; width: 100%; float: none; }
  .gntml_divide_o { margin-left: 0; margin-right: 0; }
  .gntml_divide_o>.gntml_divide { width: 100%; float: none;}
  .gntml_divide_o>.gntml_divide>.i { margin-left: 0; margin-right: 0; }
  .g_p_hidephone { display: none; }
  .g_p_phoneFooter { display: none; }
  .g_p_phoneFooter_o { display: block; }
  .g_p_phoneFooter_o .g_p_phoneFooter { display: block; }
.tp_content .content { margin-left: 0; margin-right: 0; }
.gntml_image img { width: 100%; height: auto; }
}

