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

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

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

}

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

}


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

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

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:1248px;
padding: 0 16px;
}
.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:16px;
min-height: 28px;
margin-right:16px;
}
.gntml_grid { display: table-cell; position: relative; min-height: 28px; padding-left: 16px; padding-right: 16px; }
.lt-ie9 .gntml_grid { display: block; position: relative; min-height: 28px; padding-left: 0; padding-right: 0; }

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

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

.gntml_center { margin-bottom: 28px; }

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

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

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

.body_6>.gntml_center_1 { padding-right: 312px; padding-left: 208px; }
.body_6>.gntml_center_2 { padding-right: 208px; padding-left: 208px; }
.body_6>.gntml_center_3 { padding-right: 208px; padding-left: 104px; }
.body_6>.gntml_center_4 { padding-right: 104px; padding-left: 104px; }
.body_6>.gntml_center_5 { padding-right: 104px; padding-left: 0; }

.body_7>.gntml_center_1 { padding-right: 312px; padding-left: 312px; }
.body_7>.gntml_center_2 { padding-right: 312px; padding-left: 208px; }
.body_7>.gntml_center_3 { padding-right: 208px; padding-left: 208px; }
.body_7>.gntml_center_4 { padding-right: 208px; padding-left: 104px; }
.body_7>.gntml_center_5 { padding-right: 104px; padding-left: 104px; }
.body_7>.gntml_center_6 { padding-right: 104px; padding-left: 0; }

.body_8>.gntml_center_1 { padding-right: 416px; padding-left: 312px; }
.body_8>.gntml_center_2 { padding-right: 312px; padding-left: 312px; }
.body_8>.gntml_center_3 { padding-right: 312px; padding-left: 208px; }
.body_8>.gntml_center_4 { padding-right: 208px; padding-left: 208px; }
.body_8>.gntml_center_5 { padding-right: 208px; padding-left: 104px; }
.body_8>.gntml_center_6 { padding-right: 104px; padding-left: 104px; }
.body_8>.gntml_center_7 { padding-right: 104px; padding-left: 0; }

.body_9>.gntml_center_1 { padding-right: 416px; padding-left: 416px; }
.body_9>.gntml_center_2 { padding-right: 416px; padding-left: 312px; }
.body_9>.gntml_center_3 { padding-right: 312px; padding-left: 312px; }
.body_9>.gntml_center_4 { padding-right: 312px; padding-left: 208px; }
.body_9>.gntml_center_5 { padding-right: 208px; padding-left: 208px; }
.body_9>.gntml_center_6 { padding-right: 208px; padding-left: 104px; }
.body_9>.gntml_center_7 { padding-right: 104px; padding-left: 104px; }
.body_9>.gntml_center_8 { padding-right: 104px; padding-left: 0; }

.body_10>.gntml_center_1 { padding-right: 520px; padding-left: 416px; }
.body_10>.gntml_center_2 { padding-right: 416px; padding-left: 416px; }
.body_10>.gntml_center_3 { padding-right: 416px; padding-left: 312px; }
.body_10>.gntml_center_4 { padding-right: 312px; padding-left: 312px; }
.body_10>.gntml_center_5 { padding-right: 312px; padding-left: 208px; }
.body_10>.gntml_center_6 { padding-right: 208px; padding-left: 208px; }
.body_10>.gntml_center_7 { padding-right: 208px; padding-left: 104px; }
.body_10>.gntml_center_8 { padding-right: 104px; padding-left: 104px; }
.body_10>.gntml_center_9 { padding-right: 104px; padding-left: 0; }

.body_11>.gntml_center_1 { padding-right: 520px; padding-left: 520px; }
.body_11>.gntml_center_2 { padding-right: 520px; padding-left: 416px; }
.body_11>.gntml_center_3 { padding-right: 416px; padding-left: 416px; }
.body_11>.gntml_center_4 { padding-right: 416px; padding-left: 312px; }
.body_11>.gntml_center_5 { padding-right: 312px; padding-left: 312px; }
.body_11>.gntml_center_6 { padding-right: 312px; padding-left: 208px; }
.body_11>.gntml_center_7 { padding-right: 208px; padding-left: 208px; }
.body_11>.gntml_center_8 { padding-right: 208px; padding-left: 104px; }
.body_11>.gntml_center_9 { padding-right: 104px; padding-left: 104px; }
.body_11>.gntml_center_10 { padding-right: 104px; padding-left: 0; }

.body_12>.gntml_center_1 { padding-right: 624px; padding-left: 520px; }
.body_12>.gntml_center_2 { padding-right: 520px; padding-left: 520px; }
.body_12>.gntml_center_3 { padding-right: 520px; padding-left: 416px; }
.body_12>.gntml_center_4 { padding-right: 416px; padding-left: 416px; }
.body_12>.gntml_center_5 { padding-right: 416px; padding-left: 312px; }
.body_12>.gntml_center_6 { padding-right: 312px; padding-left: 312px; }
.body_12>.gntml_center_7 { padding-right: 312px; padding-left: 208px; }
.body_12>.gntml_center_8 { padding-right: 208px; padding-left: 208px; }
.body_12>.gntml_center_9 { padding-right: 208px; padding-left: 104px; }
.body_12>.gntml_center_10 { padding-right: 104px; padding-left: 104px; }
.body_12>.gntml_center_11 { padding-right: 104px; padding-left: 0; }

.grid_1, .gntml_left_1, .gntml_right_1, .gntml_grid_1 { width:72px; }
.grid_2, .gntml_left_2, .gntml_right_2, .gntml_grid_2 { width:176px; }
.grid_3, .gntml_left_3, .gntml_right_3, .gntml_grid_3 { width:280px; }
.grid_4, .gntml_left_4, .gntml_right_4, .gntml_grid_4 { width:384px; }
.grid_5, .gntml_left_5, .gntml_right_5, .gntml_grid_5 { width:488px; }
.grid_6, .gntml_left_6, .gntml_right_6, .gntml_grid_6 { width:592px; }
.grid_7, .gntml_left_7, .gntml_right_7, .gntml_grid_7 { width:696px; }
.grid_8, .gntml_left_8, .gntml_right_8, .gntml_grid_8 { width:800px; }
.grid_9, .gntml_left_9, .gntml_right_9, .gntml_grid_9 { width:904px; }
.grid_10, .gntml_left_10, .gntml_right_10, .gntml_grid_10 { width:1008px; }
.grid_11, .gntml_left_11, .gntml_right_11, .gntml_grid_11 { width:1112px; }
.grid_12, .gntml_left_12, .gntml_right_12, .gntml_grid_12 { width:1216px; }

.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: -16px;
margin-right: -16px;
}
.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: -16px; margin-right: -16px; }
.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: 104px; }
.grid_i_r_1 { margin-right: 104px; }
.grid_i_l_2 { margin-left: 208px; }
.grid_i_r_2 { margin-right: 208px; }
.grid_i_l_3 { margin-left: 312px; }
.grid_i_r_3 { margin-right: 312px; }
.grid_i_l_4 { margin-left: 416px; }
.grid_i_r_4 { margin-right: 416px; }
.grid_i_l_5 { margin-left: 520px; }
.grid_i_r_5 { margin-right: 520px; }
.grid_i_l_6 { margin-left: 624px; }
.grid_i_r_6 { margin-right: 624px; }
.grid_i_l_7 { margin-left: 728px; }
.grid_i_r_7 { margin-right: 728px; }
.grid_i_l_8 { margin-left: 832px; }
.grid_i_r_8 { margin-right: 832px; }
.grid_i_l_9 { margin-left: 936px; }
.grid_i_r_9 { margin-right: 936px; }
.grid_i_l_10 { margin-left: 1040px; }
.grid_i_r_10 { margin-right: 1040px; }
.grid_i_l_11 { margin-left: 1144px; }
.grid_i_r_11 { margin-right: 1144px; }
.grid_i_l_12 { margin-left: 1248px; }
.grid_i_r_12 { margin-right: 1248px; }

/* 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, option {
	 font-weight: 300;  font-family: lato, sans-serif;  
	}
body, textarea {
	 font-size: 18px; line-height: 28px; 
	}

h1, h2, h3, h4, ul, ol, dl, p, .gntml_image>.i, .gntml_plus_tint, pre.code_block {
	margin-bottom: 28px ;
}
h1,h2,h3,h4 {
	margin-top: 42px;
	  font-weight: 400;  font-family: lato, sans-serif;   
	color: #00627E
	}
.flush_top {
	margin-top: 0;
}
h1.node_title {
	margin-top: 28px;
}
h1.resource {
	margin: 14px 0 28px 0;
	padding-top: 14px;
}
h1.resource>a {
	text-decoration: none;
	color: #00627E;
}
h1.resource_sub {
	margin: 0;
}
.tp_content h1.content {
	margin-left: 0;
	margin-right: 0;
}
.tp_content h2.content {
	margin-right: 0;
}
	
strong {
	 font-weight: 400;  font-family: lato, sans-serif;  
}

a:link,
a:visited {
	color: #009DCB;
	text-decoration: none;
}
a:link:hover,
a:visited:hover {
	text-decoration: underline;
}
.disabled {
	color: red;
}
	
h1 {  font-size: 40px; line-height: 48px;  }
h2 {  font-size: 25px; line-height: 37px;  }
h3 {  font-size: 20px; line-height: 30px;  }
h4 {  }

hr {	margin: 0 0 55px 0;
	padding: 0;
	border: 0;
	border-bottom: solid 1px #979797;
	}

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: 52px;
}
ul {
	list-style: disc;
	}
ol	{
	list-style: decimal;
}
ol li {
	margin-bottom: 14px;
}
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: 15px;
}

dl { }
dt {
	 font-weight: 400;  font-family: lato, sans-serif;  
	}
dd {
	margin-left: 104px;
	}
	
.grid_6 dl { overflow: auto; }
.grid_6 dt { width: 176px; float: left; clear: both; text-align: right;  }
.grid_6 dd { width: 384px; margin: 0; float: right; clear: right;  }

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

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

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

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

.menu_row {
	z-index: 99;
	line-height: 40px;
	font-size: 18px;
}

.menu_row0,
.menu_row3 {	background-color: #009DCB;
}
.menu_row0 a.current,
.menu_row3 a.current,
.menu_row0 a:hover,
.menu_row3 a:hover,
.menu_row0 a.parent,
.menu_row3 a.parent {
	background-color: #00627E;
}

.menu_row1,
.menu_row4 {
	background-color: #00627E;
}
.menu_row1 a.current,
.menu_row4 a.current,
.menu_row1 a:hover,
.menu_row4 a:hover,
.menu_row1 a.parent,
.menu_row4 a.parent {
	background-color: #000000;
}

.menu_row2,
.menu_row5 {
	background-color: #000000;
}
.menu_row2 a.current,
.menu_row5 a.current,
.menu_row2 a:hover,
.menu_row5 a:hover,
.menu_row2 a.parent,
.menu_row5 a.parent {
	background-color: #009DCB;
}


.m_menu ul {
	list-style: none;
}

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

.m_singleGeneration a {
}

.m_singleGeneration ul,
.m_pages ul {
	overflow:auto;
	margin: 0;
	padding: 0;
}
.m_singleGeneration li,
.m_pages li {
	float: left;
	margin: 0 4px 0 4px;
	padding:0;
}
.m_singleGeneration li:first-of-type {
	margin-left: 0;
}
.m_singleGeneration li:last-of-type {
	margin-right: 0;
}

.m_singleGeneration {
	color: #ffffff;	margin: 0 -20px;
	padding: 0 4px;
	overflow: auto;
}
.m_singleGeneration a {
	padding: 0 16px;
	color: #ffffff;
}
.m_singleGeneration a.parent {
	color: #ffffff;
}
.m_singleGeneration a.current {
}
.m_singleGeneration a:hover {
	text-decoration: none;
}


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

.m_treeFull a {
	zoom: 1;
}

.numPaginator {
	float: right;
	margin-bottom: 28px;
	 font-size: 15px; line-height: 24px; 
	}
.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 0 0 8px;
	background-color: #f7f7f7;
}
.numPaginator li.disabled {
	padding: 1px 4px;
	border: solid 2px #E3DFDF;
	color: #E3DFDF;
}
.numPaginator a {
	display: block;
	color: #000000;
	padding: 1px 4px;
	-webkit-border-radius: 2px; 
-moz-border-radius: 2px; 
border-radius: 2px; 

	border: solid 2px #E3DFDF;
}
.numPaginator a:hover {
	background-color: #009DCB;
	color: #ffffff;
	text-decoration: none;
	border: solid 2px #009DCB;
}

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

ul.NavLeft {
	float: left;
}
ul.NavRight {
	float: right;
}

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

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

.t_summary {
	margin-bottom: 56px ;
}


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

.f_globalSearch {
	margin: 16px 0;
	border: solid 1px black;
	}
	
.f_globalSearchInput { 
  display: block; 
  border: 0;
  background-color: #ffffff;
  width: 80%;
  float: left;
  font-size: 18px;
  line-height: 40px; 
  padding-left: 6px; 
  margin: 0;
}

.f_globalSearchSubmit {
	float: right;
	border: none;
	background-color: inherit;
	line-height: 40px;
	font-size: 25px;
}

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

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

.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: 28px; 
}

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

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

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

.IndexListing_overview p {
	margin: 0 0 0 104px;
	text-indent: -104px;
}
.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: 32px;
	min-width: 72px;
	}
.timedPages .description {
	display: block;
	margin-bottom: 28px;
	}
.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: 28px;
}

.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: 28px;
	margin: 0 -16px;
}
.gallery>.row>li {
	float: left;
	margin: 0 16px;
}
.gallery>.row>li>a>img {
	margin-bottom: 28px;
	}
.gallery1>.row>li {
	width: 72px;
}
.gallery2>.row>li {
	width: 176px;
}
.gallery3>.row>li {
	width: 280px;
}

.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: 104px; }
.gntml_right.gntml_in_1 { margin-right: 104px; }
.gntml_left.gntml_in_2 { margin-left: 208px; }
.gntml_right.gntml_in_2 { margin-right: 208px; }
.gntml_left.gntml_in_3 { margin-left: 312px; }
.gntml_right.gntml_in_3 { margin-right: 312px; }
.gntml_left.gntml_in_4 { margin-left: 416px; }
.gntml_right.gntml_in_4 { margin-right: 416px; }
.gntml_left.gntml_in_5 { margin-left: 520px; }
.gntml_right.gntml_in_5 { margin-right: 520px; }
.gntml_left.gntml_in_6 { margin-left: 624px; }
.gntml_right.gntml_in_6 { margin-right: 624px; }
.gntml_left.gntml_in_7 { margin-left: 728px; }
.gntml_right.gntml_in_7 { margin-right: 728px; }
.gntml_left.gntml_in_8 { margin-left: 832px; }
.gntml_right.gntml_in_8 { margin-right: 832px; }

.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: -104px;
}
.gntml_plus_moveleft_2 {
	position: relative;
	left: -208px;
}
.gntml_plus_moveleft_3 {
	position: relative;
	left: -312px;
}
.gntml_plus_moveleft_4 {
	position: relative;
	left: -416px;
}
.gntml_plus_moveleft_5 {
	position: relative;
	left: -520px;
}
.gntml_plus_moveleft_6 {
	position: relative;
	left: -624px;
}
.gntml_plus_moveleft_7 {
	position: relative;
	left: -728px;
}
.gntml_plus_moveleft_8 {
	position: relative;
	left: -832px;
}
.gntml_plus_moveright_1 {
	position: relative;
	right: -104px;
}
.gntml_plus_moveright_2 {
	position: relative;
	right: -208px;
}
.gntml_plus_moveright_3 {
	position: relative;
	right: -312px;
}
.gntml_plus_moveright_4 {
	position: relative;
	right: -416px;
}
.gntml_plus_moveright_5 {
	position: relative;
	right: -520px;
}
.gntml_plus_moveright_6 {
	position: relative;
	right: -624px;
}
.gntml_plus_moveright_7 {
	position: relative;
	right: -728px;
}
.gntml_plus_moveright_8 {
	position: relative;
	right: -832px;
}

.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: 28px;
}
.gntml_plus_header_down_2 {
	height: 56px;
}
.gntml_plus_header_down_3 {
	height: 84px;
}
.gntml_plus_header_down_4 {
	height: 112px;
}
.gntml_plus_header_down_5 {
	height: 140px;
}
.gntml_plus_header_down_6 {
	height: 168px;
}
.gntml_plus_header_down_7 {
	height: 196px;
}
.gntml_plus_header_down_8 {
	height: 224px;
}
.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: 28px;
}

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

.gntml_plus_halfwide {
	margin-left: -16px;
	margin-right: -16px;
}
.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: 104px;
}
.gntml.left_2>.content {
	margin-left: 208px;
}
.gntml.left_3>.content {
	margin-left: 312px;
}
.gntml.left_4>.content {
	margin-left: 416px;
}
.gntml.left_5>.content {
	margin-left: 520px;
}
.gntml.left_6>.content {
	margin-left: 624px;
}
.gntml.right_0>.content {
	margin-right: 0;
}
.gntml.right_1>.content {
	margin-right: 104px;
}
.gntml.right_2>.content {
	margin-right: 208px;
}
.gntml.right_3>.content {
	margin-right: 312px;
}
.gntml.right_4>.content {
	margin-right: 416px;
}
.gntml.right_5>.content {
	margin-right: 520px;
}
.gntml.right_6>.content {
	margin-right: 624px;
}

span.gntml_plus_field_shim {
	display: block;
}

.table {
	overflow: auto;
}
.table>.row {
	clear: left;
}
.row>* {
	float: left;
	width: 176px;
	margin: 0 16px 28px 16px;
}
.row>:first-child { margin-left: 0; }
.row>:last-child { margin-right: 0; }
.row>.cell1 { width: 72px; }
.row>.cell2 { width: 176px; }
.row>.cell3 { width: 280px; }
.row>.cell4 { width: 384px; }
.row>.cell5 { width: 488px; }
.row>.cell6 { width: 592px; }
.row>.cell8 { width: 800px; }

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

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

.tp_left {
	float: left;
	width: 280px;
	margin-right: 32px;
}

.tp_right {
	float: right;
	width: 280px;
	margin-left: 32px;
}

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

html {
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
.wrapper {
	min-height: 100%;
	position: relative;	
	background: #ffffff url('/statics/img/background.svg') no-repeat fixed center top;
}
.wrapper_header>.grid_row {
	background-color: #ffffff;
}
.wrapper:before, .wrapper:after { content:""; display: table; }
.wrapper:after { clear: both; }
.wrapper { zoom: 1; }

.wrapper_content {
	min-height: 100%;	padding-bottom: 504px;
}
.g_p_mie>.wrapper_content {
	padding-bottom: 0;
}
.wrapper_content:before, .wrapper_content:after { content:""; display: table; }
.wrapper_content:after { clear: both; }
.wrapper_content { zoom: 1; }

body {
	background-color: #ffffff;
}
.grid_row {
}

.logo {
	float: left;	margin: 16px 0;
}


.wrapper_advertfooter {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 448px;
}
.wrapper_footer {
	background-color: #009DCB;	color: #ffffff;
}
.wrapper_sibling {
	background-color: #000000;
	color: white;
	padding: 5px 0 15px 0;
}
.wrapper_sibling a {
	color: white;
	text-decoration: underline;
}
.wrapper_footer>.grid_row {
	padding-top: 28px;
	padding-bottom: 28px;
	background-color: #009DCB;
	color: #ffffff;
}
.wrapper_footer a {
	color: #ffffff;
}

.wrapper_advert {
	margin-bottom: 28px;
}
.googlead {
	margin: 0 auto;
}

h2.footer {
	margin: 0 0 14px 0;
	font-size: 25px;
	line-height: 28px;
}

.footer-social {
	position: relative;
	left:-5px;
}

.renderAllMessages {
	width: 1216px;
	margin: 14px auto;
}
.Message {
	margin-bottom: 14px;
	padding: 2px;
	text-align: center;
}
.Message.MESSAGE {
	color: green;
	background-color: #efe;
	border: solid 1px green;
}
.Message.WARNING {
	color: #840;
	background-color: #ffe;
	border: solid 1px orange;
}
.Message.ERROR {
	color: red;
	background-color: #fee;
	border: solid 1px red;
}
.Message>.title {
	font-weight: bold;
}
.w_themedForm .Message {
	border: none;
	background-color: white;
}
.w_themedForm .Message>.title {
	display: none;
}
.w_themedForm .Message>.contents {
	float: right;
	width: 59%;
	margin-bottom: 28px;
}
.w_themedForm hr {
	clear: both;
	margin: 14px 0;
	border-color: #ccc;
}
.w_themedForm h2 {
	margin: 0 0 28px 0;
}

.tp_content_left {
}

.ResourceListing {
	clear: both;
}
.ResourceListing .ResourceContainer {
	position: relative;
}
.ResourceListing .Resource {
	overflow: auto;
	margin-bottom: 14px;
	position: relative;
}

.ResourceContainer.DefaultListingStyle+.ResourceContainer.DefaultListingStyle {
	border-top: solid 2px #EDF8FB;
	padding-top: 28px;
 }
.ResourceContainer.DefaultListingStyle.isPromoted+.ResourceContainer.DefaultListingStyle {
	border-top: 0;
}
.ResourceContainer.DefaultListingStyle+.ResourceContainer.DefaultListingStyle.isPromoted {
    border-top: 0;
    padding-top: 0;
}
.ResourceContainer.DefaultListingStyle.isPromoted+.ResourceContainer.DefaultListingStyle.isPromoted {
	padding-top: 0;
}
.ResourceContainer.DefaultListingStyle:last-of-type {
	border-bottom: solid 1px #979797;
	margin-bottom: 28px;
}

.ResourceListing h2 {
	margin: 0;
}
.ResourceListing h2>a {
	text-decoration: none;
	color: #000000;
}
.Resource.isPromoted {
	background-color: #EDF8FB;
	border: solid 1px #00627E;
	padding: 10px 15px 0 15px;
	margin: 30px -16px 16px -16px;
	-webkit-border-radius: 2px; 
-moz-border-radius: 2px; 
border-radius: 2px; 

	
}
.Resource.isPromoted:before {
	background-color: #EDF8FB;
	border-bottom: solid 2px #EDF8FB;
}

.Resource.HighlightedListingStyle {
	padding-bottom: 0;
	background-color: #f8fbed;
	border: solid 1px green;
	padding: 10px 15px 0 15px;
	margin: 30px -16px 16px -16px;
	-webkit-border-radius: 2px; 
-moz-border-radius: 2px; 
border-radius: 2px; 

}
.Resource.HighlightedListingStyle:before {
	background-color: #f8fbed;
	border-bottom: solid 2px #f8fbed;
}
.Resource>.ShortListControls {
	float: right;
	width: 280px;
}

.ShortListControls .themedbutton {
	width: auto;
	background-color: inherit;
	border: 0;
	padding: 0;
	margin: 0;
	 font-size: 18px; line-height: 28px; 
	 font-weight: 400;  font-family: lato, sans-serif;  
}
.ShortListControls .add,
.ShortListControls .remove {
	float: right;
}
.ShortListControls .add {
	color: #D4154F;
}
.ShortListControls .add:hover {
	color: #009DCB;
}
.ShortListControls .remove {
	color: #000000;
}
.ShortListControls .remove:hover {
	color: #009DCB; 
}

dl.ResourceListingFactFile {
	padding: 0;
	margin: 0 0 28px 0;
	 font-size: 15px; line-height: 24px; 
}
dl.ResourceListingFactFile dt {
	display: inline;
	margin: 0 0.5em 0 0;
	 font-weight: 300;  font-family: lato, sans-serif;  
	 font-size: 15px; line-height: 24px; 
	color: #009DCB;
}
dl.ResourceListingFactFile dt:after {
	content: ': ';
}
dl.ResourceListingFactFile dt a {
	color: #009DCB;
}
dl.ResourceListingFactFile dd {
	display: inline;
	margin: 0;
}
dl.ResourceListingFactFile dd:after {
	content: ", ";
}
dl.ResourceListingFactFile dd:last-of-type:after {
	content: "";
}

dl.ResourceListingFactFile a {
	text-decoration: none;
	color: #000000;
}

#pendingMeetingEdinburghDescription {
	clear: both;
}


.SessionState__ConfigureResourceListing {
	background-color: #f7f7f7;
	margin: 32px -16px 14px -16px;
	padding: 8px 16px 16px 16px;
	overflow: hidden;
}
.SessionState__ConfigureResourceListing>.advanced {
	font-size: 90%;
	display:none;
}
.SessionState__ConfigureResourceListing>.contents:before, .SessionState__ConfigureResourceListing>.contents:after { content:""; display: table; }
.SessionState__ConfigureResourceListing>.contents:after { clear: both; }
.SessionState__ConfigureResourceListing>.contents { zoom: 1; }

.SessionState__ConfigureResourceListing select,
.SessionState__ConfigureResourceListing input,
.ConfigureResourceListingWidgets input,
.ConfigureResourceListingWidgets select {
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	padding: 0 4px;
}

.SessionState__ConfigureResourceListing input,
.ConfigureResourceListingWidgets input {
	border: 0;
}

.SessionState__ConfigureResourceListing .w_text,
.ConfigureResourceListingWidgets .w_text {
	background-color: #ffffff;
	border: solid 2px #E3DFDF;
	-webkit-border-radius: 2px; 
-moz-border-radius: 2px; 
border-radius: 2px; 

	height: 26px;
	line-height:26px;
	overflow: hidden;
}
.SessionState__ConfigureResourceListing input[type=submit],
.ConfigureResourceListingWidgets input[type=submit] {
	background-color: #009DCB;
	border: solid 2px #009DCB;
	-webkit-border-radius: 2px; 
-moz-border-radius: 2px; 
border-radius: 2px; 

	color:#ffffff;
	padding: 0;
	height: 30px;
	cursor: pointer;
}
.SessionState__ConfigureResourceListing input[type=submit]:hover,
.ConfigureResourceListingWidgets input[type=submit]:hover {
	background-color: #00627E;
	border-color: #00627E;
}
.ConfigureResourceListingWidgets input[type=submit] {
	margin-top: 28px;
}


.SessionState__ConfigureResourceListing .w_select,
.ConfigureResourceListingWidgets .w_select {
	background: url('/statics/img/arrow-down-drop-circle.svg') no-repeat right #ffffff;
	border: solid 2px #E3DFDF;
	overflow: hidden;
	line-height: 24px;
	height: 26px;
	cursor: pointer;
}
.SessionState__ConfigureResourceListing select,
.ConfigureResourceListingWidgets select {
	background-color: transparent;
	color: #009DCB;
	border: 0;
	-webkit-border-radius: 0px; 
-moz-border-radius: 0px; 
border-radius: 0px; 
;
	width: 120%;
	cursor: pointer;
}

.SessionState__ConfigureResourceListing label {
	font-weight: 400;
}
dl.filters {
	display: inline-block;
}
dl.filters dt {
	display: inline-block;
}
dl.filters dt:before {
	content: " - ";
}
dl.filters dt:after {
	content: ": ";
}
dl.filters dd {
	display: inline-block;
	margin: 0;
	padding: 0;
}
dl.filters .AttributeValues {
	display: inline-block;
}
.AttributeValues dd:after {
	content: ", "
}
.AttributeValues dd:last-of-type:after {
	content: "";
}


.ResourceListing {
	margin-left: -312px;
	margin-right: -312px;
}
.ResourceImg {
	width: 280px;
	min-height: 112px;
	margin: 14px 32px 28px 0;
	float: left;
}

.ResourceListingPagination {
	overflow: auto;
	padding-bottom: 28px;
	border-bottom: solid 1px #979797;
	margin-bottom: 28px;
}
.ResourceListingPagination .numPaginator {
	margin-top: 26px;
	margin-bottom: 0;
}
.ResourceListingPagination p.paginator {
	margin-top: 28px;
	margin-bottom: 0;
}

.Resource>.summary {
	width: 592px;
	margin-right: 32px;
	margin-bottom: 28px;
	float: left;
}
.details {
	 font-weight: 400;  font-family: lato, sans-serif;  
}
.Resource .summary.preSummary {
	 font-weight: 400;  font-family: lato, sans-serif;  
	margin-top: 14px;
	margin-bottom: 14px;
}
.Resource>.ResourceListingFactFile {
	width: 280px;
	float: right;
	clear: right;
}
.Resource>.center_col {
	width: 592px;
	margin: 0 auto 14px auto;
}

.wf-loading {
    visibility: hidden;
  }

  .wf-active, .wf-inactive {
    visibility: visible;
  }

.resource_leftcol {
	width: 592px;
	float: left;
}
.resource_rightcol {
	width: 592px;
	float: right;
} 
.resource_shortlistcontrols {
	float: right;
	width: 592px;
	margin: 20px 0 25px 0;
}
.resource_shortlistcontrols .themedbutton {
	width: 280px;
	display: block;
	border-width: 0 0 1px 0;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	font-weight: 400;
	 font-weight: 300;  font-family: lato, sans-serif;  
	padding: 0;
	margin: 0;
	-webkit-border-radius: 2px; 
-moz-border-radius: 2px; 
border-radius: 2px; 

	border-style: solid;
	border-color: #979797;
	position: relative;	
}
.resource_shortlistcontrols .add .mdi {
	position: absolute;
	right: 15px;
}
.resource_shortlistcontrols .listing .mdi,
.resource_shortlistcontrols .subdetails .mdi {
	position: absolute;
	left: 15px;
}

.resource_shortlistcontrols .themedbutton:hover {
	background-color: #009DCB;
	border-color: #009DCB;
	color: #ffffff;
	text-decoration: none;
}
.resource_shortlistcontrols .add,
.resource_shortlistcontrols .remove {
	float: right;
}
.resource_shortlistcontrols .add {
	background-color: #D4154F;
	border-color: #D4154F;
	color: #ffffff;
}
.resource_shortlistcontrols .remove {
	background-color: #000000;
	border-color: #000000;
	color: #ffffff;
}
.resource_shortlistcontrols .listing,
.resource_shortlistcontrols .subdetails {
	background-color: #EDF8FB;
	color: #000000;
}

#resource_googlemap {
	padding: 0;
}
.img_copyright {
	text-align: right;
}
.resource_pageimg {
	margin-bottom: 14px;
}
.resource_pageimg>a {
	cursor: zoom-in;
}
.resource_resourceimgs {
	clear: right;
	text-align: right;
	overflow: auto;
	padding-bottom: 28px;
	border-bottom: solid 1px #979797;
	font-size: 0;
	line-height: 0;
}
.resource_resourceimg {
	display: inline-block;
	margin: 10px 0 0 10px;
}

.resourceimage_img {
	width: 904px;
}
.resourceimage_imagenav {
	text-align: right;
	margin-bottom: 28px;
	font-size: 0;
	line-height: 0;
}
.resourceimage_imagenav_image {
	display: inline-block;
	vertical-align: top;
	padding: 1px;
	margin: 0 0 1px 1px;
	color: black;
	-webkit-border-radius: 2px; 
-moz-border-radius: 2px; 
border-radius: 2px; 
;
}
.resourceimage_imagenav_image.current {
	border: solid 2px #00627E;
}
.resourceimage_imagenav_image.sibling {
	border: solid 2px #ffffff;
}
.resourceimage_imagenav_image:hover {
	border-color: #009DCB;
}
.resourceimage_imagenav_image.video a {
	display: block;
	width: 84px;
	height: 84px;
	background-color: #f7f7f7;
	font-size: 44px;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
	padding-top: 20px;
	margin: 0;
	border-radius: 2px;
	background-color: #009DCB;
	color: #ffffff;
}

.resourceimage_img>a {
	cursor: zoom-in;
}


.Resource__ListContactDetails {
	margin-top: 56px;
	padding-bottom: 28px;
	border-bottom: solid 1px #979797;
	margin-bottom: 56px;
}
.Resource__ListContactDetails:before, .Resource__ListContactDetails:after { content:""; display: table; }
.Resource__ListContactDetails:after { clear: both; }
.Resource__ListContactDetails { zoom: 1; }

.Resource__ListContactDetails>h2 {
	margin: 0 0 14px 0;
}
.contactAddress {
}
.Resource__ListContactDetails>.r {
	overflow: auto;
	clear: both;
}
.Resource__ListContactDetails .themedbutton {
	line-height: 48px;
	width: 280px;
	background-color: #EDF8FB;
	 border-style: solid; border-color: #979797; border-width: 0 0 1px 0; -webkit-border-radius: 2px; 
-moz-border-radius: 2px; 
border-radius: 2px; 
 
	margin-top: 18px;
	text-align: center;
	font-weight: 400;
	color: #000000;
	position: relative;
}
.Resource__ListContactDetails .themedbutton a {
	color: #000000;
}
.Resource__ListContactDetails .mdi {
	position: absolute;
	left: 15px;
}
.Resource__ListContactDetails .contactTelephone {
	float: left;
}
.Resource__ListContactDetails .contactEmail {
	float: right;
}
.Resource__ListContactDetails .contactWww {
	float: left;
}
.Resource__ListContactDetails .contactMap {
	float: right;
}
.Resource__ListContactDetails_Address {
	width: 176px;
	float: left;
	margin-bottom: 28px;
}
.Resource__ListContactDetails_Contacts {
	width: 280px;
	margin-right: 32px;
	float:left;
	margin-bottom: 28px;
}
.Resource__ListContactDetails_Www {
	clear: both;
	margin: 0 0 28px 0;
}

.resource_rooms {
	clear: both;
	border-bottom: solid 1px #979797;
	margin-bottom: 56px;
}
.resource_rooms a {
	color: #000000;
}
.resource_rooms>h2 {
	margin-bottom: -56px;
}
.resource_rooms>table.visible {
	margin-top: 0;
	width: 1216px;
}
.resource_rooms th {
	text-align: right;
}
.resource_rooms th.capacity {
	text-align: center;
}
.resource_rooms td {	width: 104px;
	text-align: right;
}
.resource_rooms td.title {	width: 384px;
}
.resource_rooms td.title form {
	float: left;
}

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

.g_p_insettitle>.i {
	position: relative;
}
.g_p_insettitle .gntml_title {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	background-color: #ffffff;
	color: #00627E;
	font-weight: 400;
	min-width: 50%;
	max-width: 90%;
	box-sizing: border-box;
	-webkit-border-top-left-radius: 32px; 
-moz-border-top-left-radius: 32px; 
border-top-left-radius: 32px; 
-webkit-border-top-right-radius: 0px; 
-moz-border-top-right-radius: 0px; 
border-top-right-radius: 0px; 
-webkit-border-bottom-right-radius: 0px; 
-moz-border-bottom-right-radius: 0px; 
border-bottom-right-radius: 0px; 
-webkit-border-bottom-left-radius: 0px; 
-moz-border-bottom-left-radius: 0px; 
border-bottom-left-radius: 0px; 
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;

	padding: 8px 8px 4px 24px;
}
.gntml_grid_6.g_p_insettitle .gntml_title {
	min-width: 33.33%;
	 font-size: 25px; line-height: 37px; 
}
.g_p_insettitle .gntml_title a {
    color: #00627E;
}

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

.g_p_xmas {
	background-color: rgba(255,255,255,0.85);
	padding: 13px;
	border: solid 3px #EDF8FB;
	margin-bottom: 28px;	
}
.g_p_xmas>.i>*:last-child {
	margin-bottom: 0;
}

.zoompageimg {
}
.zoompageimg>a {
	cursor: zoom-out;
}

.docs {
	background-color: #fcc;
	border: solid 1px red;
	padding: 2px;
	text-align: center;
	margin: 14px 0;
}

.room_description {
	margin-top: 84px;
}

.room_metadata {
	margin-top: 28px;
	margin-bottom: 28px;
	overflow: auto;
}
.room_metadata>dt {
	float: left;
	width: 176px;
}
.room_metadata>dd {
	float: right;
	width: 384px;
	margin: 0;
}
.room_roomsnav {
	margin-bottom: 28px;
}
.room_roomsnav_sibling>a {
	text-decoration: none;
	display: block;
	color: #ccc;	
}
.room_roomsnav_current,
.room_roomsnav_sibling>a:hover {
	color: black;
}

td.title {
	min-width: 208px;
	 font-weight: 400;  font-family: lato, sans-serif;  
	background-color: #EDF8FB;
}
td.number {
	text-align: right;
}


td.attributeValues a {
	margin-right: 1em;
}

th {
	text-align: left;
}

table.visible {
	margin-top: 28px;
	margin-bottom: 28px;
}
table.wide {
	width: 100%;
}
table.visible td,
table.visible th {
	border: solid 1px #009DCB;
	box-sizing: border-box;
	padding: 3px;	
}
table.visible .spacer {
	border: 0;
	background-color: #fff;
	text-align: center;
}
table.visible th {
	background-color: #EDF8FB;
	 font-weight: 400;  font-family: lato, sans-serif;  
}

th.boolean {
}
td.boolean.true {
	background-color: #efe;
}
td.boolean.false {
	background-color: #fee;
}


table.Report {
	font-size: 11px;
}

table.Resource__EditRelatedResources { width: 100%; }
table.Resource__EditRelatedResources td.isActive { width: 104px; }
table.Resource__EditRelatedResources td.title { width: 416px; }
table.Resource__EditRelatedResources td.number { width: 104px; }
table.Resource__EditRelatedResources td.description { width: 416px; }
table.Resource__EditRelatedResources input,
table.Resource__EditRelatedResources select {
	width: 100%;
}

.ResourceImage_description {
	width: 280px;
	float: right;
	clear: right;
}

.Resource__ManageResourceImages td {
	width: 104px;
	vertical-align: top;
}
.Resource__ManageResourceImages td.image {
	width: 208px;
	padding: 16px;
}
.Resource__ManageResourceImages td.alt {
	width: 208px;
}

.Resource__ManageResourceImages td.title {
	width: 312px;
}
.Resource__ManageResourceImages td.description {
	width: 280px;
}

p.description {
	margin-left: 312px;
	margin-right: 312px;
}

span.insert {
	background-color: green;
	color: white;
}
span.delete {
	background-color: red;
	color: white;
}

.Resource__ListMetaData {
	clear: both;
	border-bottom: solid 1px #979797;
	margin-bottom: 56px;
}
.Resource__ListMetaData>h2 {
	margin: 0 0 28px 0;
}
.Resource__ListMetaData a {
	text-decoration: none;
	color: #000000;
}
.Resource__ListMetaData>dl>div {
	margin-bottom: 7px;
	padding: 7px;
}
.Resource__ListMetaData>dl>div:nth-child(odd) {
	background-color: #EDF8FB;
}

.Resource__ListMetaData dt {
	display: inline-block;
	margin: 0 0.5em 0 0;
}
.Resource__ListMetaData dt:after {
	content: ": ";
}
.Resource__ListMetaData dt.no_resource_categories:after {
	content: "";
}
.Resource__ListMetaData dd {
	display: inline;
	margin: 0 0 0 0;
}
.Resource__ListMetaData dd:after {
	content: ", ";
}
.Resource__ListMetaData dd:last-of-type:after {
	content: "";
}

.smaller {
	 font-size: 15px; line-height: 24px; 
}

.themedbutton {
	cursor: pointer;
}

.ConfigureResourceListingWidgets {
	margin-right: -32px;
	margin-bottom: 0;
}
.ConfigureResourceListingWidgets label { font-size: 70%; }
.ConfigureResourceListingWidgets:before, .ConfigureResourceListingWidgets:after { content:""; display: table; }
.ConfigureResourceListingWidgets:after { clear: both; }
.ConfigureResourceListingWidgets { zoom: 1; }

.ConfigureResourceListingWidgets .w_labelWidget {
	margin-right: 32px;
	float: left;
}
.ConfigureResourceListingWidgets.Widget3 .w_labelWidget {
	width: 280px;
}
.ConfigureResourceListingWidgets.Widget2 .w_labelWidget {
	width: 176px;
}

#SessionState__SetResourceListingFormat input[type="submit"] {
	display: none;
}
#SessionState__SetResourceListingFilters {
	clear: both;
}

.AttributeTypeFilters {
}
.AttributeTypeFilters:before, .AttributeTypeFilters:after { content:""; display: table; }
.AttributeTypeFilters:after { clear: both; }
.AttributeTypeFilters { zoom: 1; }

.AttributeTypeFilter {
	width: 384px;
	margin-right: 32px;
	float: left;
}

.sibling_sites {
	margin-top: 7px;
	font-size: 90%;
}
h1.header_title,
.header_title {
	margin-top: 60px;
	margin-bottom: -3px;
	color: #009DCB;
}
.header_title_1 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	text-transform: uppercase;
}
.header_title_2 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
	text-transform: uppercase;
}
h2.header_cta,
.header_cta {
	font-size: 17px;
	line-height: 21px;
	font-weight: 300;
	color: #009DCB;
	margin: 0;
}
.shortlist_controls {
	display: block;
	width: 280px;
	line-height: 48px;
	 border-style: solid; border-color: #979797; border-width: 0 0 1px 0; -webkit-border-radius: 2px; 
-moz-border-radius: 2px; 
border-radius: 2px; 
 
	background-color: #D4154F;
	color: white;
	text-align: center;
	position: relative;
}
a.shortlist_controls {
    color: white;
}
.shortlist_controls .mdi {
	position: absolute;
	right: 12px;
}
.shortlist_controls.empty {
	background-color: #F9DCE5;
	color: #000000;
}
a.shortlist_controls.empty {
	color: #000000;
}
a.shortlist_controls:hover {
	background-color: #009DCB;
	text-decoration: none;
	color: #ffffff;
}
a.shortlist_controls.empty:hover {
	background-color: #D4154F;
}
.shortlist_controls_icon {
	display: block;
	position: absolute;
	right: 12px;
}

.login_controls {
	text-align: right;
}

dl.g1_3 {
	overflow: hidden;
	padding-bottom: 28px;
}
dl.g1_3:before, dl.g1_3:after { content:""; display: table; }
dl.g1_3:after { clear: both; }
dl.g1_3 { zoom: 1; }

dl.g1_3 dt {
	width: 176px;
	margin: 0 32px 0 0;
	float: left;
	clear: both;
	text-align: right;
}
dl.g1_3 dd {
	width: 384px;
	float: left;
	margin: 0;
}

dl.g2_4 {
	overflow: hidden;
}
dl.g2_4:before, dl.g2_4:after { content:""; display: table; }
dl.g2_4:after { clear: both; }
dl.g2_4 { zoom: 1; }

dl.g2_4 dt {
	width: 176px;
	margin: 0 32px 0 0;
	float: left;
	clear: both;
	text-align: right;
}
dl.g2_4 dd {
	width: 384px;
	float: left;
	margin: 0;
}

.Resource__ActiveDescription {
	margin-bottom: 56px;
}

.Resource__EditOffer {
	float: right;
}

.Resource__DeleteOffer {
	float: right;
}

.Resource__ListOffers {
}
.Resource__ListOffers>h2 {
	margin: 0;
}
.Resource__ListOffers>.offer {
	clear: both;
	margin-bottom: 28px;
}

.Resource__ListRelatedResources{
	margin-bottom: 28px;
}
.Resource__ListRelatedResources>h2 {
	margin: 0;
}
.Resource__ListRelatedResources>ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.Resource__ListRelatedResources>ul>li {
	margin: 0;
	padding: 0;
}
.Resource__ListRelatedResources>ul>li>a {
	 font-weight: 400;  font-family: lato, sans-serif;  
}

.Resource__DownloadBlueprintPdf {
	margin-bottom: 28px;
}
.Resource__DownloadBlueprintPdf>h2 {
	margin: 0;
}

.Offers {
	margin-right: 312px;
}
.Offer {
	clear: left;
	margin-bottom: 28px;
}
.Offer_Img {
	float: left;
	clear: left;
	margin-left: 104px;
	margin-bottom: 28px;
}
.Offer>h3,
.Offer>p {
	margin-left: 312px;
}

.Advert_Mockup {
	width: 970px;
	height: 90px;
	background-color: pink;
	margin: 28px auto;
}

.ProposalRequest__Request {
	margin-bottom: 56px;
}
.ProposalRequest__Request hr {
	margin-top: 28px;
	clear: both;
	margin-bottom: 56px;
	border-color: #EDF8FB
}
form#ProposalRequest__Request input[type=submit] {
	margin-top: 28px;
	margin-bottom: 28px;
}

.w_labelWidget:before, .w_labelWidget:after { content:""; display: table; }
.w_labelWidget:after { clear: both; }
.w_labelWidget { zoom: 1; }


.Resource__ViewPrimaryImage {
	margin-bottom: 28px;
}

.continue {
	clear: both;
	margin-top: 56px;
}

.folder {
	float: right;
}

.launcher {
	float: left;
}
.launcher legend {
	display: none;
}
.launcher input[type=submit] {
	width: 280px;
	margin: 14px 0 14px 32px;
}
.launchers {
	margin-left: -32px;
	overflow: auto;
}
.edinburghrewards input {
	color: red;
}
.launchers:before, .launchers:after { content:""; display: table; }
.launchers:after { clear: both; }
.launchers { zoom: 1; }


.w_themedForm legend {
	display: none;
}

.FeaturedResource {
	background-color: #00627E;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 400;
    line-height: 28px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: -14px;
    width: 280px;
    -webkit-border-radius: 2px; 
-moz-border-radius: 2px; 
border-radius: 2px; 

}
.FeaturedResource .mdi-star {
	font-size: 20px;
	position: absolute;
	left: 40px;
}
	
.HighlightedResource {
	background-color: green;
	color: white;
	font-weight: 400;
    width: 280px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: -14px;
    -webkit-border-radius: 2px; 
-moz-border-radius: 2px; 
border-radius: 2px; 

}	
.HighlightedResource .mdi-star {
	font-size: 20px;
	position: absolute;
	left: 40px;
}

.emailBody {
	background-color: #EDF8FB;
	border: solid 1px #979797;
	padding: 1em;
	margin-bottom: 28px;
}

textarea.pendingMeetingEdinburghSummary,
textarea.summary {
	width: 100%;
	height: 224px;
	padding: 24px 32px;
	border: solid 1px #ddd;
}

.gntml_grid_3.gntmlblock_html {
    overflow: visible;
    height: 184px;
}
.gntml_grid_3.gntmlblock_html>.i {
    position: absolute;
    width: 280px;
}

.CyclingImage>.i {
    margin-bottom: 28px;
}

.ProposalRequest_description {
	border: solid 1px #009DCB;
	padding: 28px;
	margin-bottom: 28px;
}
	
.social {
	text-align: right;
	line-height: 48px;
	margin-top: 16px;
	margin-bottom: 7px;
}
.social a {
	display: block;
	float: right;
}
.social a:hover {
	text-decoration: none;
	color: #00627E;
}

.Pagination {
	overflow: auto;
	margin: 14px 0;
}
.abcPaginator {
	float: left;
	width: 176px;
	margin-right: 32px;
	overflow: auto;
}
.abcPaginator li {
	width: 25px;
}

.ListRelatedPages .heading {
	margin-bottom: 0;
	 font-weight: 400;  font-family: lato, sans-serif;  
}

.PackageType_title {
	 font-size: 20px; line-height: 30px; 
	  font-weight: 400;  font-family: lato, sans-serif;   
	margin-bottom: 28px;
}
.PackageType_title a {
	color: #00627E;
}

.ResourcePackage {
    overflow: auto;
    margin-bottom: 28px;
}
.ResourcePackage_editControls {
	width: 176px;
	float: right;
}
.ResourcePackage_editControls input {
	width: 100%;
}

.ResourcePackage_text {
	overflow: auto;
	padding-bottom: 2px;
}

.ResourcePackage_title {
	 font-size: 20px; line-height: 30px; 
	  font-weight: 400;  font-family: lato, sans-serif;   
	color: #00627E;
	margin-bottom: 14px;
}
.ResourcePackage_links {
	clear: both;
	text-align: right;
	margin-bottom: 2px;
}
.ResourcePackage_description {
	margin-bottom: 14px;
}

body>.ui-widget-overlay {
	background-color: #EDF8FB;
	opacity: .8;
	background-image: none; 
}

.site-usage {
	color: #009DCB;
}

textarea#description {
	height: 224px;
}

.content-left {
	width: 592px;
	float: left;
}
.content-right {
	width: 592px;
	float: right;
}
.columns {
	overflow: auto;
}

.howto {
	color: #999;
	font-size: 90%;
}

.wide_report {
	background-color: white;
	padding: 10px;
	margin: 10px;
	border: solid 1px #00627E;
}

#Resource__ListContactDetails_Content {
	display: none;
}

.hideme,
.hideme a {
	color: #ddd !important;
}

button.gntml_button {
	text-align: inherit;
}
button.gntml_button>*:last-child {
	margin-bottom: 0;
}

.g_p_mie {
	 font-family: HalisR-Regular; font-weight: normal; font-style: normal; font-variant: normal; text-rendering: optimizeLegibility; font-feature-settings: "kern"; -webkit-font-feature-settings: "kern"; -moz-font-feature-settings: "kern"; -moz-font-feature-settings: "kern=1"; font-kerning: normal; 
	color: #000000;
}
.g_p_mie h1,
.g_p_mie h2,
.g_p_mie h3,
.g_p_mie h4 {
	 font-family: HalisR-Bold; font-weight: normal; font-style: normal; font-variant: small-caps; text-rendering: optimizeLegibility; font-feature-settings: "kern"; -webkit-font-feature-settings: "kern"; -moz-font-feature-settings: "kern"; -moz-font-feature-settings: "kern=1"; font-kerning: normal;  
	color: inherit;
}
.g_p_mie h1 {
	font-variant: normal;
	margin-top: 56px;
	margin-bottom: 56px;
}
.g_p_mie strong {
	 font-family: HalisR-Regular; font-weight: normal; font-style: normal; font-variant: normal; text-rendering: optimizeLegibility; font-feature-settings: "kern"; -webkit-font-feature-settings: "kern"; -moz-font-feature-settings: "kern"; -moz-font-feature-settings: "kern=1"; font-kerning: normal; 
	font-weight: 600;
}
.g_p_mie hr {
}

.g_p_mie_red {
	color: #c53e3e;
}
.g_p_mie_blue {
	color: #3e96a8;
}
.g_p_mie_purple {
	color: #614477;
}
.g_p_mie_orange {
	color: #d5621e;
}

.g_p_mie_highlight {
	background-color: rgb(222,235,247);
	padding: 14px 104px;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	margin: 28px 0 0 0;
}
.g_p_mie_highlight>.i>*:last-child {
	margin-bottom: 14px;
}

button.gntml_button {
	width: 100%;
	 font-weight: 400;  font-family: lato, sans-serif;  
	 font-size: 18px; line-height: 28px; 
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #979797;
	background-color: #EDF8FB;
	color: #000000;
	cursor: pointer;
	margin-bottom: 28px;
}
.gntml_plus_continuous button.gntml_button {
	margin-bottom: 0;
}
button.gntml_button:hover {
	background-color: #009DCB;
	color: #ffffff;
}

button.gntml_button {
	text-align: center;
}
.gntml_plus_left button.gntml_button {
	text-align: left;
}
.gntml_plus_right button.gntml_button {
	text-align: right;
}
.gntml_plus_justify button.gntml_button {
	text-align: justify;
}

.g_p_mie button.gntml_button {
	font-size: 25px;
	line-height: 31px;
	border: 0;
	-webkit-border-radius: 16px; 
-moz-border-radius: 16px; 
border-radius: 16px; 

	padding: 8px 32px 4px 12px;
	background: #000000 url("/statics/img/cta-arrow.png") no-repeat right center;
	color: #ffffff;
	 font-family: HalisR-Bold; font-weight: normal; font-style: normal; font-variant: small-caps; text-rendering: optimizeLegibility; font-feature-settings: "kern"; -webkit-font-feature-settings: "kern"; -moz-font-feature-settings: "kern"; -moz-font-feature-settings: "kern=1"; font-kerning: normal;  
}
.g_p_mie_red button.gntml_button {
	background-color: #c53e3e;
	color: #ffffff;
}
.g_p_mie_blue button.gntml_button {
	background-color: #3e96a8;
	color: #ffffff;
}
.g_p_mie_purple button.gntml_button {
	background-color: #614477;
	color: #ffffff;
}
.g_p_mie_orange button.gntml_button {
	background-color: #d5621e;
	color: #ffffff;
}
.g_p_makeit button:hover {
	background-color: #000000;
}

.g_p_makeit {
	 font-family: HalisR-Bold; font-weight: normal; font-style: normal; font-variant: small-caps; text-rendering: optimizeLegibility; font-feature-settings: "kern"; -webkit-font-feature-settings: "kern"; -moz-font-feature-settings: "kern"; -moz-font-feature-settings: "kern=1"; font-kerning: normal;  
	font-size: 55px;
	line-height: 83%;
	text-transform: uppercase;
	position: relative;
	left: -0.1em;
}
.g_p_makeit.gntml_button {
	left: 0;
}

.g_p_makeit.g_p_mie button.gntml_button {
	 font-family: HalisR-Bold; font-weight: normal; font-style: normal; font-variant: small-caps; text-rendering: optimizeLegibility; font-feature-settings: "kern"; -webkit-font-feature-settings: "kern"; -moz-font-feature-settings: "kern"; -moz-font-feature-settings: "kern=1"; font-kerning: normal;  
	padding: 8px 32px 8px 16px;
	font-size: 30px;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.g_p_makeit:before,
.g_p_makeit.g_p_mie button>*:first-child:before {
	content: "Make It";
	display: block;
	font-size: 52%;
	line-height: 100%;
	position: relative;
	left: 0.15em;
}
.g_p_makeit.g_p_mie.gntml_button:before {
	content: "";
}
.g_p_mie h1.content {
	font-size: 48px;
	line-height: 48px;
	margin-left: 0;
}
.g_p_mie h2 {
	font-size: 36px;
	line-height: 36px;
	font-variant: normal;
	margin-top: 0;
	margin-bottom: 14px;
}
.g_p_mie .gntml_left>.i,
.g_p_mie .gntml_right>.i,
.g_p_mie .gntml_left p,
.g_p_mie .gntml_right p {
	margin-bottom: 14px;
}
.g_p_mie .g_p_makeit  p.gntml_button_caption {
	margin-bottom: 0;
}
.g_p_mie h3 {
	font-size: 25px;
	line-height: 35px;
	font-variant: normal;
	margin-top: 0;
}
.g_p_mie .gntml_grid_4>.i>*:last-child {
}
.g_p_mie .gntml_grid_4.gntml_image>.i {
	margin-bottom: 14px;
}
.g_p_mie h4 {
	font-size: 18px;
	line-height: 28px;
	font-variant: normal;
	margin-top: 0;
	margin-bottom: 14px;	
}
.g_p_mie .g_p_smaller {
	font-size: 16px;
	line-height: 24px;
}
.Search_Paginator {
	border-bottom: solid 1px #979797;
	margin-bottom: 28px;
}


.meModal.ui-widget-content {
	background-color: #ffffff;
	padding: 0;
	border: 0;
	-webkit-border-radius: 0px; 
-moz-border-radius: 0px; 
border-radius: 0px; 

	 font-weight: 300;  font-family: lato, sans-serif;  
	 font-size: 18px; line-height: 28px; 
	position: fixed;
}
.meModal .ui-dialog-content {
	background-color: #ffffff;
	padding-left: 25%;
	padding-right: 25%;
}
.meModal .ui-dialog-titlebar {
	background-image: none;
	background-color: #ffffff;
	color: #00627E;
	border: 0;
	-webkit-border-radius: 0px; 
-moz-border-radius: 0px; 
border-radius: 0px; 

	text-align: center;
	 font-size: 40px; line-height: 48px; 
	 font-weight: 300;  font-family: lato, sans-serif;  
}
.meModal .ui-dialog-title {
	float: none;
	display: block;
}

.ui-widget-overlay.override {
	background-color: #EDF8FB;
	position: fixed !important;
	color: red;
}

dl.FactFile {
	overflow: auto;
}
dl.FactFile dt {
	display: inline-block;
	float: left;
	clear: left;
	margin: 0 1em 0 0;
}
dl.FactFile dt:after {
	content: ": ";
}
dl.FactFile dd {
	display: inline-block;
	float: left;
	margin: 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: 104px;
	border: solid 1px black;
	padding: 1em;
	margin-bottom: 1em;
}

.meModal .ui-dialog-titlebar-close {
	border: 0;
	background-image: none;
	background-color: inherit;
	width: 48px;
	height: 48px;
	top: 28px;
}
.meModal .ui-dialog-titlebar-close .ui-icon {
	left: 0;
	top: 0;
	background: no-repeat center/100% url('/statics/img/close.svg');
	width: 48px;
	height: 48px;
}
.meModal .ui-dialog-titlebar-close .ui-icon:hover {
	background-image: url('/statics/img/close-hover.svg');
}

button:disabled {
	cursor: default;
}

.g_p_mie hr {
	margin-bottom: 28px;
}

.mie_header_cta {
	background-image: url('/dyn/scld/1508188533303.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 1216px;
	height: 506px;
	position: relative;
	margin: 0 0 0 0;
}
.mie_header_cta a {
	display:block;
	box-sizing: border-box;
	width: 384px;
	position: absolute;	right: 52px;
	font-size: 40px;
	line-height: 40px;
	text-align: left;
	text-transform: uppercase;
	border: 0;
	-webkit-border-radius: 16px; 
-moz-border-radius: 16px; 
border-radius: 16px; 

	padding: 8px 16px 8px 16px;
	background: #c53e3e url("/statics/img/cta-arrow.png") no-repeat right center;
	color: #ffffff;
	cursor: pointer;
	 font-family: HalisR-Bold; font-weight: normal; font-style: normal; font-variant: small-caps; text-rendering: optimizeLegibility; font-feature-settings: "kern"; -webkit-font-feature-settings: "kern"; -moz-font-feature-settings: "kern"; -moz-font-feature-settings: "kern=1"; font-kerning: normal;  
}
.mie_header_cta a:hover {
	background-color: #000000;
	text-decoration: none;
}
.mie_header_cta .mie_button_1 {
	top: 35%;
}
.mie_header_cta .mie_button_2 {
	bottom: 35%;
}
.g_p_mie_movieheader.h1 {
	background-color: #ffffff;
	color: #000000;
	font-size: 153px;
	line-height: 83%;
	padding: 28px 0;
}
.gntml_grid_x>.i>.g_p_mie_movieheader.h1 {
}
.g_p_mie_movieheader>.i>h1 {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
}
.g_p_mie .gntml_grid_4.g_p_smaller.p {
	padding-bottom: 28px;
}

.wrapper_miefooter {
	height: 250px;
	background: #c53e3e url('/statics/img/MiePageFooter.png') repeat-x center;
	color: #ffffff;
	position: relative;
	 font-family: HalisR-Regular; font-weight: normal; font-style: normal; font-variant: normal; text-rendering: optimizeLegibility; font-feature-settings: "kern"; -webkit-font-feature-settings: "kern"; -moz-font-feature-settings: "kern"; -moz-font-feature-settings: "kern=1"; font-kerning: normal; 
}
.miefooter_title {
	 font-family: HalisR-Regular; font-weight: normal; font-style: normal; font-variant: normal; text-rendering: optimizeLegibility; font-feature-settings: "kern"; -webkit-font-feature-settings: "kern"; -moz-font-feature-settings: "kern"; -moz-font-feature-settings: "kern=1"; font-kerning: normal; 
	font-size: 60px;
	line-height: 60px;
	text-align: center;
	margin: 20px 0 0 0;
}
.miefooter_slug {
	 font-family: HalisR-Regular; font-weight: normal; font-style: normal; font-variant: normal; text-rendering: optimizeLegibility; font-feature-settings: "kern"; -webkit-font-feature-settings: "kern"; -moz-font-feature-settings: "kern"; -moz-font-feature-settings: "kern=1"; font-kerning: normal; 
	text-align: center;
	font-size: 35px;
	line-height: 35px;
	margin: 50px 0 30px 0;
}
.miefooter_buttons {
	width: 592px;
	margin: 0 auto 10px auto;	
	overflow: auto;
	text-align: center;
}
.miefooter_buttons a:link,
.miefooter_buttons a:visited {
	display: block;
	width: 280px;
	background-color: #3e96a8;
	padding: 0 20px;
	margin-left: 100px;
	box-sizing: border-box;
	 font-family: HalisR-Bold; font-weight: normal; font-style: normal; font-variant: small-caps; text-rendering: optimizeLegibility; font-feature-settings: "kern"; -webkit-font-feature-settings: "kern"; -moz-font-feature-settings: "kern"; -moz-font-feature-settings: "kern=1"; font-kerning: normal;  
	-webkit-border-radius: 20px; 
-moz-border-radius: 20px; 
border-radius: 20px; 

	font-size: 30px;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
}
.miefooter_buttons a:link:hover,
.miefooter_buttons a:visited:hover {
	text-decoration: none;
	background-color: #000000;
}
.miefooter_button_venue {
	float: left;
}
.miefooter_button_contact {
	float: right;
}
.miefooter_contact {
	width: 1216px;
	clear:right;
	margin: 0 auto;
	text-align: right;
	font-size: 22px;
	line-height: 26px;
}
.miefooter_contact a {
	color: #ffffff;
}
.miefooter_visitscotland {
	float: left;
	width: 176px;
	margin-top: 59px;
}
.miefooter_social {
	margin-top: 30px;
	float: right;
	font-size: 0;
}
.miefooter_social>a {
	margin-left: 5px;
}
.miefooter_social>a>img {
	height: 28px;
	width: auto;
	display: inline-block;
	vertical-align: bottom;
}

.gntml_video>.i>iframe {
	display: block;
}

.g_p_videopadding {
	background-color: #000;
	color: #fff;
}

.g_p_mie_icon>.i>*:first-child:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: 36px;
    vertical-align: middle;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 	    margin-right: 0.5em;
}

.g_p_mie_icon>.i>*:first-child:before {
	content: "\F365";
}

.g_p_mie_when>.i>*:first-child:before {
	content: "\F0F0";
}

.g_p_mie_how>.i>*:first-child:before {
	content: "\F00E";
}

.mie_timedPageListing {
	clear:both;
	margin-left: 208px;
	margin-right: 208px;
	margin-bottom: 56px;
}
.mie_timedPageListing_date {
	margin-left: -312px;
	width: 280px;
	float: left;
	text-align: right;
	line-height: 36px;
}
	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:')';
}



