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

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

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

}

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

}


#grid div.horiz {    height: 15px;
    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;
}
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 15px 0;
	padding: 0;
	border: 0;
	border-bottom: solid 1px #999;
}

.widgetGrouping table {
  margin: 0 0 16px 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: 16px;
	overflow: auto;
}
.ImgMgr_Search_Img .ImgOriginal {
	float: left;
	margin-right: 11px;
}
.ImgMgr_Search dl {
	float: left;
	width: 233px;
}

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:855px;
padding: 0 6px;
}
.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, .grid_13, .grid_14 {
display:inline;
float: left;
position:relative;
margin-left:5px;
min-height: 16px;
margin-right:6px;
}
.gntml_grid { display: table-cell; position: relative; min-height: 16px; padding-left: 6px; padding-right: 5px; }
.lt-ie9 .gntml_grid { display: block; position: relative; min-height: 16px; padding-left: 0; padding-right: 0; }

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

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

.gntml_center { margin-bottom: 16px; }

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

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

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

.body_6>.gntml_center_1 { padding-right: 183px; padding-left: 122px; }
.body_6>.gntml_center_2 { padding-right: 122px; padding-left: 122px; }
.body_6>.gntml_center_3 { padding-right: 122px; padding-left: 61px; }
.body_6>.gntml_center_4 { padding-right: 61px; padding-left: 61px; }
.body_6>.gntml_center_5 { padding-right: 61px; padding-left: 0; }

.body_7>.gntml_center_1 { padding-right: 183px; padding-left: 183px; }
.body_7>.gntml_center_2 { padding-right: 183px; padding-left: 122px; }
.body_7>.gntml_center_3 { padding-right: 122px; padding-left: 122px; }
.body_7>.gntml_center_4 { padding-right: 122px; padding-left: 61px; }
.body_7>.gntml_center_5 { padding-right: 61px; padding-left: 61px; }
.body_7>.gntml_center_6 { padding-right: 61px; padding-left: 0; }

.body_8>.gntml_center_1 { padding-right: 244px; padding-left: 183px; }
.body_8>.gntml_center_2 { padding-right: 183px; padding-left: 183px; }
.body_8>.gntml_center_3 { padding-right: 183px; padding-left: 122px; }
.body_8>.gntml_center_4 { padding-right: 122px; padding-left: 122px; }
.body_8>.gntml_center_5 { padding-right: 122px; padding-left: 61px; }
.body_8>.gntml_center_6 { padding-right: 61px; padding-left: 61px; }
.body_8>.gntml_center_7 { padding-right: 61px; padding-left: 0; }

.body_9>.gntml_center_1 { padding-right: 244px; padding-left: 244px; }
.body_9>.gntml_center_2 { padding-right: 244px; padding-left: 183px; }
.body_9>.gntml_center_3 { padding-right: 183px; padding-left: 183px; }
.body_9>.gntml_center_4 { padding-right: 183px; padding-left: 122px; }
.body_9>.gntml_center_5 { padding-right: 122px; padding-left: 122px; }
.body_9>.gntml_center_6 { padding-right: 122px; padding-left: 61px; }
.body_9>.gntml_center_7 { padding-right: 61px; padding-left: 61px; }
.body_9>.gntml_center_8 { padding-right: 61px; padding-left: 0; }

.body_10>.gntml_center_1 { padding-right: 305px; padding-left: 244px; }
.body_10>.gntml_center_2 { padding-right: 244px; padding-left: 244px; }
.body_10>.gntml_center_3 { padding-right: 244px; padding-left: 183px; }
.body_10>.gntml_center_4 { padding-right: 183px; padding-left: 183px; }
.body_10>.gntml_center_5 { padding-right: 183px; padding-left: 122px; }
.body_10>.gntml_center_6 { padding-right: 122px; padding-left: 122px; }
.body_10>.gntml_center_7 { padding-right: 122px; padding-left: 61px; }
.body_10>.gntml_center_8 { padding-right: 61px; padding-left: 61px; }
.body_10>.gntml_center_9 { padding-right: 61px; padding-left: 0; }

.body_11>.gntml_center_1 { padding-right: 305px; padding-left: 305px; }
.body_11>.gntml_center_2 { padding-right: 305px; padding-left: 244px; }
.body_11>.gntml_center_3 { padding-right: 244px; padding-left: 244px; }
.body_11>.gntml_center_4 { padding-right: 244px; padding-left: 183px; }
.body_11>.gntml_center_5 { padding-right: 183px; padding-left: 183px; }
.body_11>.gntml_center_6 { padding-right: 183px; padding-left: 122px; }
.body_11>.gntml_center_7 { padding-right: 122px; padding-left: 122px; }
.body_11>.gntml_center_8 { padding-right: 122px; padding-left: 61px; }
.body_11>.gntml_center_9 { padding-right: 61px; padding-left: 61px; }
.body_11>.gntml_center_10 { padding-right: 61px; padding-left: 0; }

.body_12>.gntml_center_1 { padding-right: 366px; padding-left: 305px; }
.body_12>.gntml_center_2 { padding-right: 305px; padding-left: 305px; }
.body_12>.gntml_center_3 { padding-right: 305px; padding-left: 244px; }
.body_12>.gntml_center_4 { padding-right: 244px; padding-left: 244px; }
.body_12>.gntml_center_5 { padding-right: 244px; padding-left: 183px; }
.body_12>.gntml_center_6 { padding-right: 183px; padding-left: 183px; }
.body_12>.gntml_center_7 { padding-right: 183px; padding-left: 122px; }
.body_12>.gntml_center_8 { padding-right: 122px; padding-left: 122px; }
.body_12>.gntml_center_9 { padding-right: 122px; padding-left: 61px; }
.body_12>.gntml_center_10 { padding-right: 61px; padding-left: 61px; }
.body_12>.gntml_center_11 { padding-right: 61px; padding-left: 0; }

.body_13>.gntml_center_1 { padding-right: 366px; padding-left: 366px; }
.body_13>.gntml_center_2 { padding-right: 366px; padding-left: 305px; }
.body_13>.gntml_center_3 { padding-right: 305px; padding-left: 305px; }
.body_13>.gntml_center_4 { padding-right: 305px; padding-left: 244px; }
.body_13>.gntml_center_5 { padding-right: 244px; padding-left: 244px; }
.body_13>.gntml_center_6 { padding-right: 244px; padding-left: 183px; }
.body_13>.gntml_center_7 { padding-right: 183px; padding-left: 183px; }
.body_13>.gntml_center_8 { padding-right: 183px; padding-left: 122px; }
.body_13>.gntml_center_9 { padding-right: 122px; padding-left: 122px; }
.body_13>.gntml_center_10 { padding-right: 122px; padding-left: 61px; }
.body_13>.gntml_center_11 { padding-right: 61px; padding-left: 61px; }
.body_13>.gntml_center_12 { padding-right: 61px; padding-left: 0; }

.body_14>.gntml_center_1 { padding-right: 427px; padding-left: 366px; }
.body_14>.gntml_center_2 { padding-right: 366px; padding-left: 366px; }
.body_14>.gntml_center_3 { padding-right: 366px; padding-left: 305px; }
.body_14>.gntml_center_4 { padding-right: 305px; padding-left: 305px; }
.body_14>.gntml_center_5 { padding-right: 305px; padding-left: 244px; }
.body_14>.gntml_center_6 { padding-right: 244px; padding-left: 244px; }
.body_14>.gntml_center_7 { padding-right: 244px; padding-left: 183px; }
.body_14>.gntml_center_8 { padding-right: 183px; padding-left: 183px; }
.body_14>.gntml_center_9 { padding-right: 183px; padding-left: 122px; }
.body_14>.gntml_center_10 { padding-right: 122px; padding-left: 122px; }
.body_14>.gntml_center_11 { padding-right: 122px; padding-left: 61px; }
.body_14>.gntml_center_12 { padding-right: 61px; padding-left: 61px; }
.body_14>.gntml_center_13 { padding-right: 61px; padding-left: 0; }

.grid_1, .gntml_left_1, .gntml_right_1, .gntml_grid_1 { width:50px; }
.grid_2, .gntml_left_2, .gntml_right_2, .gntml_grid_2 { width:111px; }
.grid_3, .gntml_left_3, .gntml_right_3, .gntml_grid_3 { width:172px; }
.grid_4, .gntml_left_4, .gntml_right_4, .gntml_grid_4 { width:233px; }
.grid_5, .gntml_left_5, .gntml_right_5, .gntml_grid_5 { width:294px; }
.grid_6, .gntml_left_6, .gntml_right_6, .gntml_grid_6 { width:355px; }
.grid_7, .gntml_left_7, .gntml_right_7, .gntml_grid_7 { width:416px; }
.grid_8, .gntml_left_8, .gntml_right_8, .gntml_grid_8 { width:477px; }
.grid_9, .gntml_left_9, .gntml_right_9, .gntml_grid_9 { width:538px; }
.grid_10, .gntml_left_10, .gntml_right_10, .gntml_grid_10 { width:599px; }
.grid_11, .gntml_left_11, .gntml_right_11, .gntml_grid_11 { width:660px; }
.grid_12, .gntml_left_12, .gntml_right_12, .gntml_grid_12 { width:721px; }
.grid_13, .gntml_left_13, .gntml_right_13, .gntml_grid_13 { width:782px; }
.grid_14, .gntml_left_14, .gntml_right_14, .gntml_grid_14 { width:843px; }

.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_13.grid_innerRow,
.grid_14.grid_innerRow,
.grid_innerRow {
margin-left: -5px;
margin-right: -6px;
}
.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: -5px; margin-right: -6px; }
.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: 61px; }
.grid_i_r_1 { margin-right: 61px; }
.grid_i_l_2 { margin-left: 122px; }
.grid_i_r_2 { margin-right: 122px; }
.grid_i_l_3 { margin-left: 183px; }
.grid_i_r_3 { margin-right: 183px; }
.grid_i_l_4 { margin-left: 244px; }
.grid_i_r_4 { margin-right: 244px; }
.grid_i_l_5 { margin-left: 305px; }
.grid_i_r_5 { margin-right: 305px; }
.grid_i_l_6 { margin-left: 366px; }
.grid_i_r_6 { margin-right: 366px; }
.grid_i_l_7 { margin-left: 427px; }
.grid_i_r_7 { margin-right: 427px; }
.grid_i_l_8 { margin-left: 488px; }
.grid_i_r_8 { margin-right: 488px; }
.grid_i_l_9 { margin-left: 549px; }
.grid_i_r_9 { margin-right: 549px; }
.grid_i_l_10 { margin-left: 610px; }
.grid_i_r_10 { margin-right: 610px; }
.grid_i_l_11 { margin-left: 671px; }
.grid_i_r_11 { margin-right: 671px; }
.grid_i_l_12 { margin-left: 732px; }
.grid_i_r_12 { margin-right: 732px; }
.grid_i_l_13 { margin-left: 793px; }
.grid_i_r_13 { margin-right: 793px; }
.grid_i_l_14 { margin-left: 854px; }
.grid_i_r_14 { margin-right: 854px; }

/* 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: app/node/InForm/css/typography.wm.css */

html { overflow-y: scroll; }

body, select, input, textarea {
	font-family: Arial, sans-serif;
	}
body, textarea, select, input, h1, h2, h3, h4 {
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	}

	
hr {	margin: 0 0 30px 0;
	padding: 0;
	border: 0;
	border-bottom: solid 2px #fff;
	}

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

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

ul, ol, .semantic ul.semantic, .semantic ol.semantic {	margin-left: 30px;
}
ul,ol {
	list-style-position: inside;
}

ul {
	list-style-type: disc;
	}
ol	{
	list-style-type: decimal;
}
ul.semantic, ol.semantic {
	list-style:none;
	margin-left:0;
	}
.tp_content li, .tp_content dd, .tp_content dt {
    background-color: #fff;
    color: #000;
}
.tp_content li>.formattedDates {
	display: block;
}
.gntml_timedPageListing ul {
	font-size: 11px;
}

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

dl { }
dt {
	font-weight: bold;
	}
dd {
	margin-left: 61px;
	}
	
.grid_6 dl { overflow: auto; }
.grid_6 dt { width: 111px; float: left; clear: both; text-align: right;  }
.grid_6 dd { width: 233px; margin: 0; float: right; clear: right;  }

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

	
blockquote {
	margin: 0 61px 16px 61px;
	font-style: italic;
}
.grid_3 blockquote {
	margin-left: 0;
	margin-right: 0;
	}

.tp_content>div>h1,
.tp_content p,
.gntml h2,
.gntml h3,
.gntml h4,
.tp_row_footer p,
.gntml_image .heading,
.image_zoom h2,
.image_zoom>p,
.gntml_video>.i>strong,
h2.f_heading,
.TimedPage_nav_date {
	display: inline;
	background-color: #fff;
	color: #000;
	padding: 2px 0;
}

.p {
	margin-bottom: 16px;
}
.gntml_image,
.gntml_image img,
.image_zoom img,
.ImagePage_img img {
	padding-bottom: 8px;
	}
h2.f_heading:after {
	content: " ";
	display: block;
	height: 16px;
}
p.gntml_image_caption:after,
.gntml_image .heading:after,
.gntml_image p:after,
.image_zoom h2:after,
.image_zoom p:after  {
	content: " ";
	display: block;
	height: 8px;
	}

.node_title_wrapper,
.tp_content>.gntml>.h2,
.tp_content>.gntml>.h3,
.tp_content>.gntml>.h4 {
	margin-bottom: 10px;
	}


a:link,
a:visited {
    color: #000;
    text-decoration: underline;
}
a:link:hover,
a:visited:hover {
    color: #999;
}

.g_p_smaller {
	font-size: 11px; line-height: 15px;
}

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

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

.m_menu,
.site_header {
    font-size: 16px;
    line-height: 20px;
}
.m_menu {
    position: relative;
    top: -7px;
}

.m_menu ul {
	list-style: none;
}

.m_menu a {
	display: block;
	text-decoration: none;
}

.m_singleGeneration ul,
.m_pages ul {
	overflow:auto;
	margin: 0;
	padding: 0;
}
.m_singleGeneration li,
.m_pages li {
	float: left;
	margin:0 1em 0 0;
	border-left: solid 1px black;
	padding:0 0 0 1em;
}

.m_singleGeneration li:first-child,
.m_pages li:first-child {
	border-left: 0;
	padding-left:0;
}

.m_treeFull ul {
	margin: 0;
	padding: 0 0 0 16px;
}
.m_treeFull ul.ul0 {
	padding-left: 0;
	margin-bottom: 16px;
}
.m_treeFull ul.ul1 {
    font-size: 11px;
}

.site_header {
    color: #fff;
}
.m_treeFull a,
.site_header a {
	zoom: 1;
	color: #000;
	text-decoration: none;
}
.m_treeFull a.current {
    color: #fff;
}
.m_treeFull a:link:hover,
.m_treeFull a:visited:hover,
.site_header a:hover {
    color: #999;
}

.numPaginator li {
	margin: 0;
	padding: 0 0.25em;
	}
	
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: 32px ;
}


/* 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:16px; 
  padding-bottom:0 ;
  height: 48px;
}


.f_globalSearch {
	height: 32px;
	margin-bottom: 0;
	}
.f_globalSearch>form {
	overflow: auto;
	background-color: #fff;
	border: solid 1px black;
	padding: 2px;
	}
label.f_hidden {
	display: none;
}
.f_globalSearchInput { 
  display: block; 
  border: 0; 
  background-color: #fcfcfc;	width: 147px;
	float: left;
  margin: 0;
}
.f_globalSearchSubmit { 
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: right;
	margin: 0;
	margin: 0;
	}

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

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

.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: 16px; 
}
.ImagePage_nav a {
	background-color: #fff;
	}

.ImagePage_nav>.prev {
	overflow: auto;
	margin-bottom: 16px;
	}
.ImagePage_nav>.prev img {
	float:right; 
	margin-left: 11px;
}

.ImagePage_nav>.next {
	clear: both;
	overflow: auto;
	margin-bottom: 16px;
	}
.ImagePage_nav>.next img {
	clear: left;
	float: right;
	margin-left: 11px;
	}

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

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

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

.IndexListing_overview p {
	margin: 0 0 0 61px;
	text-indent: -61px;
}
.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: 11px;
	min-width: 50px;
	}
.timedPages .description {
	display: block;
	margin-bottom: 16px;
	}
.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: 16px;
}

.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: 16px;
	margin: 0 -5px;
}
.gallery>.row>li {
	float: left;
	margin: 0 5px;
}
.gallery>.row>li>a>img {
	margin-bottom: 16px;
	}
.gallery1>.row>li {
	width: 50px;
}
.gallery2>.row>li {
	width: 111px;
}
.gallery3>.row>li {
	width: 172px;
}

.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;
}

.TimedPage_nav>.prev,
.TimedPage_nav>.next {
	margin-bottom: 16px;
}
.TimedPage_nav .date,
.TimedPage_nav .title>a {
	display: inline;
	background-color: #fff;
	color: #000;
	padding: 2px 0;
}

/* 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: 61px; }
.gntml_right.gntml_in_1 { margin-right: 61px; }
.gntml_left.gntml_in_2 { margin-left: 122px; }
.gntml_right.gntml_in_2 { margin-right: 122px; }
.gntml_left.gntml_in_3 { margin-left: 183px; }
.gntml_right.gntml_in_3 { margin-right: 183px; }
.gntml_left.gntml_in_4 { margin-left: 244px; }
.gntml_right.gntml_in_4 { margin-right: 244px; }
.gntml_left.gntml_in_5 { margin-left: 305px; }
.gntml_right.gntml_in_5 { margin-right: 305px; }
.gntml_left.gntml_in_6 { margin-left: 366px; }
.gntml_right.gntml_in_6 { margin-right: 366px; }
.gntml_left.gntml_in_7 { margin-left: 427px; }
.gntml_right.gntml_in_7 { margin-right: 427px; }
.gntml_left.gntml_in_8 { margin-left: 488px; }
.gntml_right.gntml_in_8 { margin-right: 488px; }

.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: -61px;
}
.gntml_plus_moveleft_2 {
	position: relative;
	left: -122px;
}
.gntml_plus_moveleft_3 {
	position: relative;
	left: -183px;
}
.gntml_plus_moveleft_4 {
	position: relative;
	left: -244px;
}
.gntml_plus_moveleft_5 {
	position: relative;
	left: -305px;
}
.gntml_plus_moveleft_6 {
	position: relative;
	left: -366px;
}
.gntml_plus_moveleft_7 {
	position: relative;
	left: -427px;
}
.gntml_plus_moveleft_8 {
	position: relative;
	left: -488px;
}
.gntml_plus_moveright_1 {
	position: relative;
	right: -61px;
}
.gntml_plus_moveright_2 {
	position: relative;
	right: -122px;
}
.gntml_plus_moveright_3 {
	position: relative;
	right: -183px;
}
.gntml_plus_moveright_4 {
	position: relative;
	right: -244px;
}
.gntml_plus_moveright_5 {
	position: relative;
	right: -305px;
}
.gntml_plus_moveright_6 {
	position: relative;
	right: -366px;
}
.gntml_plus_moveright_7 {
	position: relative;
	right: -427px;
}
.gntml_plus_moveright_8 {
	position: relative;
	right: -488px;
}

.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: 16px;
}
.gntml_plus_header_down_2 {
	height: 32px;
}
.gntml_plus_header_down_3 {
	height: 48px;
}
.gntml_plus_header_down_4 {
	height: 64px;
}
.gntml_plus_header_down_5 {
	height: 80px;
}
.gntml_plus_header_down_6 {
	height: 96px;
}
.gntml_plus_header_down_7 {
	height: 112px;
}
.gntml_plus_header_down_8 {
	height: 128px;
}
.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: 16px;
}

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

.gntml_plus_halfwide {
	margin-left: -5px;
	margin-right: -5px;
}
.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: 61px;
}
.gntml.left_2>.content {
	margin-left: 122px;
}
.gntml.left_3>.content {
	margin-left: 183px;
}
.gntml.left_4>.content {
	margin-left: 244px;
}
.gntml.left_5>.content {
	margin-left: 305px;
}
.gntml.left_6>.content {
	margin-left: 366px;
}
.gntml.right_0>.content {
	margin-right: 0;
}
.gntml.right_1>.content {
	margin-right: 61px;
}
.gntml.right_2>.content {
	margin-right: 122px;
}
.gntml.right_3>.content {
	margin-right: 183px;
}
.gntml.right_4>.content {
	margin-right: 244px;
}
.gntml.right_5>.content {
	margin-right: 305px;
}
.gntml.right_6>.content {
	margin-right: 366px;
}

span.gntml_plus_field_shim {
	display: block;
}

.table {
	overflow: auto;
}
.table>.row {
	clear: left;
}
.row>* {
	float: left;
	width: 111px;
	margin: 0 5px 16px 5px;
}
.row>:first-child { margin-left: 0; }
.row>:last-child { margin-right: 0; }
.row>.cell1 { width: 50px; }
.row>.cell2 { width: 111px; }
.row>.cell3 { width: 172px; }
.row>.cell4 { width: 233px; }
.row>.cell5 { width: 294px; }
.row>.cell6 { width: 355px; }
.row>.cell8 { width: 477px; }

.lt-ie9 .gntml_grid_x {
        display: block;
        margin-left: -5px;
        margin-right: -5px;
        overflow: auto;
}
.lt-ie9 .gntml_grid_x>.i {
        display: block;
}
.lt-ie9 .gntml_grid {
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        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: 244px;
	margin-right: 244px;
}

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

.tp_left {
	float: left;
	width: 233px;
	margin-right: 11px;
}

.tp_right {
	float: right;
	width: 233px;
	margin-left: 11px;
}

.gntml_placeholder {
	background-color: #ddd;
	border: solid 1px black;
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	margin-bottom: 16px;
}
.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: 61px;
	border: solid 1px black;
	padding: 1em;
	margin-bottom: 1em;
}

body {
	background-color: #000;
	color: #fff;
	}
	
.tp_row_header {
	padding-top: 48px;
}
.tp_row_content {
	padding-top: 16px;
	margin-bottom: 48px;
	min-height: 384px;
}
.tp_row_footer {
    margin-bottom: 48px;
}

.tp_left ,
.tp_right {
	width: 172px;
	}
	
.site_header {
	color: white;
	text-transform: lowercase;
}

	
.image_zoom {
	margin-left: 183px;
	margin-right: 183px;
	}
	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:')';
}



