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

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

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

}

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

}


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

}

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

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

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

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

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

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


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

/* Untargetted form behaviour */

fieldset label {
  display: block;
}

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

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

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

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

/* Node Editing Widgets */

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

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

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

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

.widgetGrouping fieldset.w_radios {
  border: none;
}

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


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

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

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

.widgetGrouping a {
  color: #000;
}

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

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

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

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

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

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

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

.w_widget label {
  width: 100%;
}

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

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

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

.widgetGrouping .w_value {
  overflow:auto;
}

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

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

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

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

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

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

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

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

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

.gntml_edit textarea {
  height: 20em;
}

.gntml_clear {
  clear:both;
}

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

textarea.gntmledit {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gntml_center { margin-bottom: 20px; }

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

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

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

.body_6>.gntml_center_1 { padding-right: 324px; padding-left: 216px; }
.body_6>.gntml_center_2 { padding-right: 216px; padding-left: 216px; }
.body_6>.gntml_center_3 { padding-right: 216px; padding-left: 108px; }
.body_6>.gntml_center_4 { padding-right: 108px; padding-left: 108px; }
.body_6>.gntml_center_5 { padding-right: 108px; padding-left: 0; }

.body_7>.gntml_center_1 { padding-right: 324px; padding-left: 324px; }
.body_7>.gntml_center_2 { padding-right: 324px; padding-left: 216px; }
.body_7>.gntml_center_3 { padding-right: 216px; padding-left: 216px; }
.body_7>.gntml_center_4 { padding-right: 216px; padding-left: 108px; }
.body_7>.gntml_center_5 { padding-right: 108px; padding-left: 108px; }
.body_7>.gntml_center_6 { padding-right: 108px; padding-left: 0; }

.body_8>.gntml_center_1 { padding-right: 432px; padding-left: 324px; }
.body_8>.gntml_center_2 { padding-right: 324px; padding-left: 324px; }
.body_8>.gntml_center_3 { padding-right: 324px; padding-left: 216px; }
.body_8>.gntml_center_4 { padding-right: 216px; padding-left: 216px; }
.body_8>.gntml_center_5 { padding-right: 216px; padding-left: 108px; }
.body_8>.gntml_center_6 { padding-right: 108px; padding-left: 108px; }
.body_8>.gntml_center_7 { padding-right: 108px; padding-left: 0; }

.body_9>.gntml_center_1 { padding-right: 432px; padding-left: 432px; }
.body_9>.gntml_center_2 { padding-right: 432px; padding-left: 324px; }
.body_9>.gntml_center_3 { padding-right: 324px; padding-left: 324px; }
.body_9>.gntml_center_4 { padding-right: 324px; padding-left: 216px; }
.body_9>.gntml_center_5 { padding-right: 216px; padding-left: 216px; }
.body_9>.gntml_center_6 { padding-right: 216px; padding-left: 108px; }
.body_9>.gntml_center_7 { padding-right: 108px; padding-left: 108px; }
.body_9>.gntml_center_8 { padding-right: 108px; padding-left: 0; }

.body_10>.gntml_center_1 { padding-right: 540px; padding-left: 432px; }
.body_10>.gntml_center_2 { padding-right: 432px; padding-left: 432px; }
.body_10>.gntml_center_3 { padding-right: 432px; padding-left: 324px; }
.body_10>.gntml_center_4 { padding-right: 324px; padding-left: 324px; }
.body_10>.gntml_center_5 { padding-right: 324px; padding-left: 216px; }
.body_10>.gntml_center_6 { padding-right: 216px; padding-left: 216px; }
.body_10>.gntml_center_7 { padding-right: 216px; padding-left: 108px; }
.body_10>.gntml_center_8 { padding-right: 108px; padding-left: 108px; }
.body_10>.gntml_center_9 { padding-right: 108px; padding-left: 0; }

.body_11>.gntml_center_1 { padding-right: 540px; padding-left: 540px; }
.body_11>.gntml_center_2 { padding-right: 540px; padding-left: 432px; }
.body_11>.gntml_center_3 { padding-right: 432px; padding-left: 432px; }
.body_11>.gntml_center_4 { padding-right: 432px; padding-left: 324px; }
.body_11>.gntml_center_5 { padding-right: 324px; padding-left: 324px; }
.body_11>.gntml_center_6 { padding-right: 324px; padding-left: 216px; }
.body_11>.gntml_center_7 { padding-right: 216px; padding-left: 216px; }
.body_11>.gntml_center_8 { padding-right: 216px; padding-left: 108px; }
.body_11>.gntml_center_9 { padding-right: 108px; padding-left: 108px; }
.body_11>.gntml_center_10 { padding-right: 108px; padding-left: 0; }

.body_12>.gntml_center_1 { padding-right: 648px; padding-left: 540px; }
.body_12>.gntml_center_2 { padding-right: 540px; padding-left: 540px; }
.body_12>.gntml_center_3 { padding-right: 540px; padding-left: 432px; }
.body_12>.gntml_center_4 { padding-right: 432px; padding-left: 432px; }
.body_12>.gntml_center_5 { padding-right: 432px; padding-left: 324px; }
.body_12>.gntml_center_6 { padding-right: 324px; padding-left: 324px; }
.body_12>.gntml_center_7 { padding-right: 324px; padding-left: 216px; }
.body_12>.gntml_center_8 { padding-right: 216px; padding-left: 216px; }
.body_12>.gntml_center_9 { padding-right: 216px; padding-left: 108px; }
.body_12>.gntml_center_10 { padding-right: 108px; padding-left: 108px; }
.body_12>.gntml_center_11 { padding-right: 108px; padding-left: 0; }

.grid_1, .gntml_left_1, .gntml_right_1, .gntml_grid_1 { width:84px; }
.grid_2, .gntml_left_2, .gntml_right_2, .gntml_grid_2 { width:192px; }
.grid_3, .gntml_left_3, .gntml_right_3, .gntml_grid_3 { width:300px; }
.grid_4, .gntml_left_4, .gntml_right_4, .gntml_grid_4 { width:408px; }
.grid_5, .gntml_left_5, .gntml_right_5, .gntml_grid_5 { width:516px; }
.grid_6, .gntml_left_6, .gntml_right_6, .gntml_grid_6 { width:624px; }
.grid_7, .gntml_left_7, .gntml_right_7, .gntml_grid_7 { width:732px; }
.grid_8, .gntml_left_8, .gntml_right_8, .gntml_grid_8 { width:840px; }
.grid_9, .gntml_left_9, .gntml_right_9, .gntml_grid_9 { width:948px; }
.grid_10, .gntml_left_10, .gntml_right_10, .gntml_grid_10 { width:1056px; }
.grid_11, .gntml_left_11, .gntml_right_11, .gntml_grid_11 { width:1164px; }
.grid_12, .gntml_left_12, .gntml_right_12, .gntml_grid_12 { width:1272px; }

.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: -12px;
margin-right: -12px;
}
.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: -12px; margin-right: -12px; }
.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: 108px; }
.grid_i_r_1 { margin-right: 108px; }
.grid_i_l_2 { margin-left: 216px; }
.grid_i_r_2 { margin-right: 216px; }
.grid_i_l_3 { margin-left: 324px; }
.grid_i_r_3 { margin-right: 324px; }
.grid_i_l_4 { margin-left: 432px; }
.grid_i_r_4 { margin-right: 432px; }
.grid_i_l_5 { margin-left: 540px; }
.grid_i_r_5 { margin-right: 540px; }
.grid_i_l_6 { margin-left: 648px; }
.grid_i_r_6 { margin-right: 648px; }
.grid_i_l_7 { margin-left: 756px; }
.grid_i_r_7 { margin-right: 756px; }
.grid_i_l_8 { margin-left: 864px; }
.grid_i_r_8 { margin-right: 864px; }
.grid_i_l_9 { margin-left: 972px; }
.grid_i_r_9 { margin-right: 972px; }
.grid_i_l_10 { margin-left: 1080px; }
.grid_i_r_10 { margin-right: 1080px; }
.grid_i_l_11 { margin-left: 1188px; }
.grid_i_r_11 { margin-right: 1188px; }
.grid_i_l_12 { margin-left: 1296px; }
.grid_i_r_12 { margin-right: 1296px; }

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

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


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

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

.w_themedForm .w_labelWidget {
  clear: both;
}

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


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

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

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


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

html { overflow-y: scroll; }

body, select, input, textarea {
	font-family: articulat-cf, sans-serif;
    font-weight: 300;
	font-size: 15px;
	line-height: 1.4;
	color: rgb(70,70,70);
}
strong, b {
	font-weight: 600;
}

h1, h2, h3, h4, ul, ol, dl, p, .gntml_image>.i, .gntml_plus_tint, pre.code_block, 
.CyclingImage>.i, .TripleImageCallToAction>.i {
	margin-bottom: 20px ;
}
h1,h2,h3,h4,p.heading {
	font-weight: bold;
	color: rgb(0,0,0);
	line-height: 1.4;
}
	
h1 { font-size: 30px; text-transform: uppercase; margin-top: 10px; margin-bottom: 20px; padding: 0 12px; }
h2 { font-size: 25px; }
h3 { font-size: 20px; }
h4,p.heading { font-size: 15px; }


hr {	margin: 0 0 39px 0;
	padding: 0;
	border: 0;
	border-bottom: solid 1px rgb(230,230,230);
	}

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: 54px;
}
ul {
	list-style: disc;
	}
ol	{
	list-style: decimal;
}
ul.semantic, ol.semantic {
	list-style:none;
	margin-left:0;
	}

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

dl { overflow: auto; }
dt {
	float: left;
	clear: both;
	width: 192px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	}
dt:after { content: ':' }
dd {
	float: right;
	clear: right;
	width: calc(100% - 216px);
	margin: 0 0 10px 0;
	padding: 0;
	}
dd p:last-of-type,
.w_value p:last-of-type { margin-bottom: 0; }
	
.grid_6 dl { overflow: auto; }
.grid_6 dt { width: 192px; float: left; clear: both; text-align: right;  }
.grid_6 dd { width: 408px; margin: 0; float: right; clear: right;  }

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

	
blockquote {
	margin: 0 108px 20px 108px;
	font-style: italic;
}
.grid_3 blockquote {
	margin-left: 0;
	margin-right: 0;
	}
	
a {
	text-decoration: none;
}
a:link,
a:visited {
	color: #EA7600;
}
a:link:hover,
a:visited:hover {
	color: #EA7600;
}

.unsure {
	font-style: italic;
}

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

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

.m_menu {
}

.m_menu ul {
	list-style: none;
}

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

.m_singleGeneration, 
.m_pages {
	border-bottom: solid 1px black;
	text-align: right;
	margin: 0;
}
.m_singleGeneration ul,
.m_pages ul {
	margin: 0;
}
.m_singleGeneration li,
.m_pages li {
	float: left;
	border: none;
	margin: 0;
}
.m_singleGeneration li.parent {
}
.m_singleGeneration li.parent.includeParent {
}
.m_singleGeneration li.active {
}

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

.m_treeFull a {
	zoom: 1;
}

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

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

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

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

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

.parent_breadcrumb {
	float: left;
	padding-right: .5em;
	margin-right: .5em;
	border-right: solid 1px rgb(230,230,230);
}
.m_treeBreadcrumb ul {
	clear: left;
	overflow: auto;
}
.m_treeBreadcrumb li {
	float: left;
	margin-right: 1em;
}

.m_treeBreadcrumbFlat {
	overflow: auto;
	margin-bottom: 1em;
}
.m_treeBreadcrumbFlat .breadcrumb_flat {
	display: inline-block;
	margin-right: .5em;
}
.m_treeBreadcrumbFlat .parent {
	background-color: #f7f6f6;
}
.m_treeBreadcrumbFlat .current {
	background-color: rgb(140,140,140);
}

.main_nav {
}
.main_nav .m_menu {
	text-transform: uppercase;
	color: rgb(0,0,0);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 4.2px;
	line-height: 48px;
	text-align: center;
	border-bottom: none;
	float: right;
}
.main_nav .m_menu li.ul0 {
	float: left;
	margin: 0 0 0 24px;
}
.m_fsmenu ul.ul1 {
	display: none;
	background-color: #fff;
	border: solid 1px rgb(230,230,230);
	margin-left: 0;
	position: absolute;
	text-align: left;
	z-index: 102;
	font-size: 16px;
	line-height: 16px;
}
.main_nav .m_menu li.ul1 {
	float: none;
	margin: 4px 0;
}
.main_nav .m_menu a.gen2 {
	padding: 4px 8px;
}
.main_nav .m_menu li:first-child {
}
.main_nav .m_menu li.current.active,
.main_nav .m_menu li.current.uncle {
}
.main_nav .m_menu a.gen1 {
	color: #EA7600;
	display: block;
	box-sizing: border-box;
	padding: 0;
	color: rgb(0,0,0);
}
.main_nav .m_menu a:link:hover,
.main_nav .m_menu a:visited:hover {
	text-decoration: none;
	color: #EA7600;
}
.main_nav .m_menu a.current {
	color: #EA7600;
}
.main_nav .m_menu a.parent {
	color: #EA7600;
}

.main_nav .logo {
	float: left;
}
.main_nav .logo img {
	width: 100%;
	height: auto;
	position: relative;
	left: 0px;
}

.footer_logo {
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
}
.footer_logo a {
	text-decoration: none;
}
.footer_logo .fiennes {
	color: rgb(191,29,46);
	font-size: 45px;
	line-height: 47px;
}
.footer_logo .restoration {
	color: rgb(70,70,70);
	font-size: 27px;
	line-height: 29px;
}

.subnav {
	margin-bottom: 30px;
}
.subnav .m_singleGeneration {
	overflow: auto;
	border-bottom: 0;
}
.subnav ul {
	text-align: center;
}
.subnav li {
	float: none;
	display: inline-block;
	margin: 0 12px;
}
.subnav a {
	color: rgb(0,0,0);
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;
}
#phone_nav {
	display: none;
	float: right;
}
#phone_nav a {
	float: right;
	margin-top: 0;
	margin-left: 20px;
	font-size: 22px;
	line-height: 48px;
}
#phone_menu,
#phone_search {
	overflow: auto;
	padding: 0 20px 10px 20px;
	margin-bottom: 10px;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#phone_menu>div {
	border-bottom: solid 1px #d8d8d8;	
}
#phone_menu .current {
	padding-left: 20px;
}
#phone_menu .child {
	padding-left: 40px;
}
#phone_menu a {
	display: block;
	color: rgb(0,0,0);
	padding: .5em 30px .5em 0;
}
#phone_menu .current a {
	color: #EA7600;
}
#phone_menu a:hover {
	color: #EA7600;
}
.foldable {
	display: none;
	clear: both;
}
.foldable .f_globalSearch {
	width: 100%;
	margin: 0;
}

ul.footer_menu {
	overflow: auto;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	line-height: 12px;
	color: rgb(0,0,0);
}
.footer_menu li {
	list-style: none;
	float: left;
	padding-right: .5em;
}
.footer_menu li+li {
	border-left: solid 1px black;
	padding-left: .5em;
}
.footer_menu a {
	color: rgb(0,0,0);
}



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

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

.t_summary {
	margin-bottom: 40px ;
}


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

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

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

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

.f_globalSearch {
	float: right;
	width: 300px;
	margin-left: 24px;
	position: relative;
	}
	
.f_globalSearch .f_hidden {
	display: none;
}
	
.f_globalSearchInput { 
  display: block; 
  border: solid 1px #ccc; 
  background-color: #fcfcfc;
  width: 100%; 
  padding-left: 6px; 
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
}

.f_globalSearchSubmit {
	border: 0;
	background-color: inherit;
	position: absolute;
	top: 3px;
	right: 0;
}
.f_globalSearchSubmit:hover {
	cursor: pointer;
}

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

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

.bannerImg img {
	margin: 0 auto;
}

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

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

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

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

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

.IndexListing_overview p {
	margin: 0 0 0 108px;
	text-indent: -108px;
}
.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: 24px;
	min-width: 84px;
	}
.timedPages .description {
	display: block;
	margin-bottom: 20px;
	}
.timedPages .formattedDates:after {
	content: ": ";
	}
.timedPages.illustrated {
	}
.timedPages.illustrated>li {
	overflow: auto;
	}

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

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

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

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

.TimedPageListing_homeHighlights li {
	margin-bottom: 0;
}

.TimedPageListing_homeHighlights p {
	margin-bottom: 0;
}

.gallery>.row {
	overflow: auto;
	padding-bottom: 20px;
	margin: 0 -12px;
}
.gallery>.row>li {
	float: left;
	margin: 0 12px;
}
.gallery>.row>li>a>img {
	margin-bottom: 20px;
	}
.gallery1>.row>li {
	width: 84px;
}
.gallery2>.row>li {
	width: 192px;
}
.gallery3>.row>li {
	width: 300px;
}

.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: 108px; }
.gntml_right.gntml_in_1 { margin-right: 108px; }
.gntml_left.gntml_in_2 { margin-left: 216px; }
.gntml_right.gntml_in_2 { margin-right: 216px; }
.gntml_left.gntml_in_3 { margin-left: 324px; }
.gntml_right.gntml_in_3 { margin-right: 324px; }
.gntml_left.gntml_in_4 { margin-left: 432px; }
.gntml_right.gntml_in_4 { margin-right: 432px; }
.gntml_left.gntml_in_5 { margin-left: 540px; }
.gntml_right.gntml_in_5 { margin-right: 540px; }
.gntml_left.gntml_in_6 { margin-left: 648px; }
.gntml_right.gntml_in_6 { margin-right: 648px; }
.gntml_left.gntml_in_7 { margin-left: 756px; }
.gntml_right.gntml_in_7 { margin-right: 756px; }
.gntml_left.gntml_in_8 { margin-left: 864px; }
.gntml_right.gntml_in_8 { margin-right: 864px; }

.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: -108px;
}
.gntml_plus_moveleft_2 {
	position: relative;
	left: -216px;
}
.gntml_plus_moveleft_3 {
	position: relative;
	left: -324px;
}
.gntml_plus_moveleft_4 {
	position: relative;
	left: -432px;
}
.gntml_plus_moveleft_5 {
	position: relative;
	left: -540px;
}
.gntml_plus_moveleft_6 {
	position: relative;
	left: -648px;
}
.gntml_plus_moveleft_7 {
	position: relative;
	left: -756px;
}
.gntml_plus_moveleft_8 {
	position: relative;
	left: -864px;
}
.gntml_plus_moveright_1 {
	position: relative;
	right: -108px;
}
.gntml_plus_moveright_2 {
	position: relative;
	right: -216px;
}
.gntml_plus_moveright_3 {
	position: relative;
	right: -324px;
}
.gntml_plus_moveright_4 {
	position: relative;
	right: -432px;
}
.gntml_plus_moveright_5 {
	position: relative;
	right: -540px;
}
.gntml_plus_moveright_6 {
	position: relative;
	right: -648px;
}
.gntml_plus_moveright_7 {
	position: relative;
	right: -756px;
}
.gntml_plus_moveright_8 {
	position: relative;
	right: -864px;
}

.grid_innerRow {
	clear: both;
}

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

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

.gntml_plus_halfwide {
	margin-left: -12px;
	margin-right: -12px;
}
.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: 108px;
}
.gntml.left_2>.content {
	margin-left: 216px;
}
.gntml.left_3>.content {
	margin-left: 324px;
}
.gntml.left_4>.content {
	margin-left: 432px;
}
.gntml.left_5>.content {
	margin-left: 540px;
}
.gntml.left_6>.content {
	margin-left: 648px;
}
.gntml.right_0>.content {
	margin-right: 0;
}
.gntml.right_1>.content {
	margin-right: 108px;
}
.gntml.right_2>.content {
	margin-right: 216px;
}
.gntml.right_3>.content {
	margin-right: 324px;
}
.gntml.right_4>.content {
	margin-right: 432px;
}
.gntml.right_5>.content {
	margin-right: 540px;
}
.gntml.right_6>.content {
	margin-right: 648px;
}

span.gntml_plus_field_shim {
	display: block;
}

.table {
	overflow: auto;
}
.table>.row {
	clear: left;
}
.row>* {
	float: left;
	width: 192px;
	margin: 0 12px 20px 12px;
}
.row>:first-child { margin-left: 0; }
.row>:last-child { margin-right: 0; }
.row>.cell1 { width: 84px; }
.row>.cell2 { width: 192px; }
.row>.cell3 { width: 300px; }
.row>.cell4 { width: 408px; }
.row>.cell5 { width: 516px; }
.row>.cell6 { width: 624px; }
.row>.cell8 { width: 840px; }

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

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

.tp_left {
	float: left;
	width: 300px;
	margin-right: 24px;
}

.tp_right {
	float: right;
	width: 300px;
	margin-left: 24px;
}

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

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

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

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

body.development {
}

.wrapper_header_sibling {
	background-color: #EA7600;
	color: #fff;
	text-transform: uppercase;
	font-size: 7.5px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.4em;
	overflow:auto;
	padding: 5px 0;
}
.wrapper_header_sibling ul {
	margin: 0;
	padding: 0;
	float: right;
}
.wrapper_header_sibling li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.wrapper_header_sibling li + li {
	border-left: solid 1px #fff;
}
.wrapper_header_sibling a {
	display: block;
	padding: 0 12px;
	transition: all .2s ease;
}
.wrapper_header_sibling a:link,
.wrapper_header_sibling a:visited {
	color: #fff;
}
.wrapper_header_sibling a:hover {
	color: #EA7600;
	background-color: #fff;
}

.wrapper_header_social {
	margin: 10px 0;
}
.wrapper_header {
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

table.codelisting {
	width: 100%;
	margin-bottom: 20px;
}
table.codelisting td,
table.codelisting th {
	padding: 2px 4px;
	border: solid 1px rgb(230,230,230);
}
table.codelisting td.code {
	text-align: center;
}
table.codelisting th.title {
	text-align: left;
}
th.img,
td.img {
	text-align:center;
	font-size: 140%;
}
th.price,
td.price,
th.count,
td.count {
	text-align: right;
}
th.title {
	text-align: left;
}

body {
	background-color: #f7f6f6;
}
.tp_content {
	margin-top: -51px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 24px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><rect class='tp_content_background' x='96.5' y='0.5' width='1080' height='99.6%' style='fill:rgb(255,255,255);stroke:rgb(230,230,230);stroke-width:0;'/></svg>");
	overflow: visible;
	min-height: 400px;
	overflow: visible;
}
.tp_row_subnav {
	border-bottom: none;
}

.node_title {
	text-align: center;
}
.breadcrumbs {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	margin-top: 10px;
}
.breadcrumb {
	display: inline-block;
	text-transform: uppercase;
	white-space: nowrap;
}
.breadcrumb a {
	text-decoration: none;
	color: rgb(0,0,0);
}
.breadcrumb a:hover {
	text-decoration: none;
}
.breadcrumb:after {
	content: ' / '
}
.breadcrumb:last-of-type:after {
	content: none;
}
.page_image {
}
.page_image img {
	position: relative;
	z-index: -1;
	width: 100%;
	height: auto;
}
.page_image_none {
	height: 50px;
}

.b_shared {
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 200px;
	background-color: red;
	color: white;
	display: none;
	text-align: center;
}

.chassisCodes {
	margin-bottom: 20px;
}
.chassisCodes .chassisCode {
	margin-right: 10px;
}

.social a {
	font-size: 26px;
	line-height: 28px;
	color: #d8d8d8;
}
.social a:hover {
	color: #EA7600;
}
.social a.cart.has_parts {
	color: rgb(191,29,46);
}
.header_social {
	text-align: right;
}
div#shoppingListHtml {
	line-height: 48px;
	margin-left: 24px;
	width: 84px;
	float: right;
font-size: 22px;
}
div#shoppingListHtml .mdi { font-size: 22px; }


.wrapper_footer_social {
	background-color: white;
	padding-top: 75px;
	padding-bottom: 75px;
}

.footer_logo {
	float: left;
	margin: 0;
}
.footer_social {
	float: right;
	line-height: 48px;
}
.footer_social img { display: inline-block; }
img.logo_RRBSA { margin-left: 30px; }
.footer_social a { vertical-align: top; }
.footer_icons {
	text-align: center;
	margin: 20px auto 40px auto;
}
.footer_icons img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
}
.wrapper_footer_menu {
	background-image: url('/statics/img/footer-divider.gif');
	background-repeat: repeat-x;
	padding-top: 40px;
}

.gntml.right_3>.content.TripleCallToAction {
	overflow: visible;
	margin-left: 0;
	margin-right: 0;
}
.TripleCallToAction {
}
.TripleCallToAction>.i {
	overflow: visible;
}
.TripleCallToAction .cta {
	width: 33.3333%;
	float: left;
	margin-bottom: 20px;
}
.TripleCallToAction .cta>.i {
	border: solid 1px #e6e6e6;
	margin-left: 12px;
	margin-right: 12px;
	background-color: white;
	padding: 5px;
	text-align: center;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
}
.TripleCallToAction .cta.one>.i {
	margin-left: 0;
}
.TripleCallToAction .cta.three>.i {
	margin-right: 0;
}


.gntml.right_3>.content.TripleImageCallToAction {
	margin-left: -1px;
	margin-right: -1px;
}
.TripleImageCallToAction>.i {
	overflow: auto;
	background-color: inherit;	
}
.TripleImageCallToAction .unit {
	width: 33.3333%;
	float: left;
	min-height: 10px;
	text-align: center;
}
.TripleImageCallToAction .unit>.i {
	padding: 0 1px 2px 1px;
}
.unit img {
	width: 100%;
	height: auto;
}
.TripleImageCallToAction .cta>.i {
	padding: 24px 24px 0 24px;
	overflow: hidden;
}
.TripleImageCallToAction img {
	width: 100%;
	height: auto;
}
.TripleImageCallToAction .cta .title_upper {
	margin-top: 10%;
	color: rgb(191,29,46);
	text-transform: uppercase;
	font-size: 7%;
	font-weight: 400;
	line-height: 1.1;
}
.TripleImageCallToAction .cta .title_lower {
	margin-bottom: 5%;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 9%;
	line-height: 1.1;
}
.TripleImageCallToAction hr {
	border-bottom: solid 1px rgb(230,230,230);
	margin: 0 25% 40px 25%;
}
.TripleImageCallToAction .cta .slug {
	font-size: 4%;
	line-height: 1.5;
	margin: 40px 0;
}
.TripleImageCallToAction .cta .anchor {
	text-transform: uppercase;
	font-size: 4%;
	line-height: 1.5;
}

.CallToAction {
	border: solid 1px #e6e6e6;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
	background-color: white;
	text-align: center;
	margin-bottom: 20px;
}
.CallToAction>.i {
	padding: 5px 20px;
}.cta .title_upper {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
	line-height: 22px;
	margin: 10px 0;
}
.cta .title_upper,
.cta .title_upper a {
	color: rgb(191,29,46);
}
.cta .title_lower {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 22px;
	line-height: 22px;
	margin: 10px 0;
}
.cta .title_lower,
.cta .title_lower a {
	color: rgb(70,70,70);
}
.cta hr {
	border-bottom: solid 1px rgb(230,230,230);
	margin: 10px 25%;
}
.cta .slug {
	font-size: 13px;
	line-height: 20px;
	margin: 10px 0;
}
.cta .anchor {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 15px;
	margin: 10px 0;
}

.g_p_shadow_box,
.g_p_box {
	margin-bottom: 20px;
}
.g_p_shadow_box>.i,
.g_p_box>.i {
	border: solid 1px #e6e6e6;
	background-color: white;
	padding: 5px;
}
.g_p_shadow_box>.i {
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
}
.g_p_shadow_box>.i>*,
.g_p_box>.i>* {
	margin-bottom: 0;
}

.g_p_opaque>.i {
	background-color: white;
}

.CyclingImage {
	position: relative;
}
.CyclingImage>.i>.bespoke_cta {
	display: none;
	background-color: rgba(0,0,0,0.3);
	color: rgb(255,255,255);
}
.CyclingImage.g_p_bespoke_cta>.i>.bespoke_cta {
	display: block;
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 0;
	margin-top: 20%;
	width: 80%;
	padding: 2% 5%;
	z-index: 101;
}
.bespoke_cta svg {
height: auto;
}
.bespoke_cta text {
	fill: white;
}
.bespoke_cta text.bc_intro {
	font-size: 19px;
	line-height: 56px;
}
.bespoke_cta .bc_header,
.bespoke_cta .bc_inverse {
	font-size: 45px;
	line-height: 56px;
	letter-spacing: .2em;
	text-transform: uppercase;
}
.bespoke_cta .bc_lower {
}
.bespoke_cta .bc_header.bc_lower {
	margin-right: 50px;
}
.bespoke_cta text.bc_inverse {
	background-color: white;
	fill: black;
	padding: 0 .2em;
}
.bespoke_cta .bc_link {
	font-size: 11px;
	line-height: 18px;
}


.ImageCallToAction {
	margin-bottom: 20px;
	font-size: 568px;
	line-height: 100%;
}
.ImageCallToAction.gntml_banner {
	font-size: 1272px;
}
.ImageCallToAction.gntml_center_2 {
	font-size: 192px;
}
.ImageCallToAction.gntml_quarter {
	font-size: 300px;
}
.ImageCallToAction.gntml_center_4,
.ImageCallToAction.gntml_third {
	font-size: 408px;
}
.ImageCallToAction.gntml_half {
	font-size: 624px;
}

.ImageCallToAction>.i {
	position: relative;
}
.ImageCallToAction .cta {
	position: absolute;
	background-color: rgba(255,255,255,0.75);
	top: 5%;
	left: 25%;
	width: 50%;
	height: 50%;
	text-align: center;
}
.ImageCallToAction .title_upper {
	margin-top: 10%;
	color: rgb(0,0,0);
	font-size: 3%;
	line-height: 138%;
 	letter-spacing: .1em;
}
.ImageCallToAction .title_lower {
	color: rgb(0,0,0);
	text-transform: uppercase;
	font-size: 6%;
	letter-spacing: 0.1em;
	line-height: 160%;
}
.ImageCallToAction hr {
	width: 33%;
	margin: 10% auto;
	border-color: rgb(0,0,0);
}
.ImageCallToAction .slug {
	color: rgb(0,0,0);
	font-size: 3%;
	line-height: 120%;
	font-style: italic;
}
.ImageCallToAction .anchor {
	position: absolute;
	bottom: 5%;
	width: 100%;
	font-size: 3%;
	line-height: 150%;
}
.ImageCallToAction a,
.ImageCallToAction a:hover {
	color: rgb(0,0,0);
}

body .gntml_divide_o {
	margin-left: -1px;
	margin-right: -1px;
}
.gntml_divide>.i {
	padding: 0 1px 2px 1px;
}
body .gntml_divide>.i {
	margin-left: 0;
	margin-right: 0;
}

.dataTables_wrapper,
.feedback  {
	background-color: white;
	border: solid 1px rgb(230,230,230);
	padding: 24px;
	margin-bottom: 20px;
}

.g_p_dropcap>.i>*:first-letter {
	font-size: 52px;
	line-height: 50px;
	margin: -3px 5px 0 0;
	float: left;
}

.tp_content .TimedPageListing.content {
	margin-left: 216px;
	margin-right: 216px;
}
.image_offset_text {
	overflow: auto;
}
.image_offset_text .timedPage {
	box-sizing: border-box;
	width: 40%;
	border: solid 1px white;
	float: left;
	position: relative;
	margin-right: 10%;
	margin-bottom: 12px;
}
.image_offset_text .overlay {
	position: absolute;
	top: 20px;
	left: 50%;
	box-sizing: border-box;
	width: 75%;
	background-color: #fff;
	border: solid 1px rgb(230,230,230);
	padding: 12px 24px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.image_offset_text .title {
	font-size: 19px;
	line-height: 27px;
	margin-bottom: 10px;
}
.image_offset_text .title a {
	color: rgb(70,70,70);
}
.image_offset_text .formattedDates {
	float: left;
	font-family: articulat-cf, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #d8d8d8;
}
.image_offset_text .read_more {
	float: right;
	font-family: articulat-cf, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

.TimedPage_nav {
	width: 300px;
	margin: 0 auto;
	overflow: auto;
}

.TimedPageListing .numPaginator {
	text-align: right;
}
.TimedPageListing .numPaginator li {
	display: inline-block;
	float: none;
	margin: 0 0 0 .25em;
}

.gntml.right_3>.content.gntml_center_10 {
	margin-right: 108px;
}
.gntml.left_3>.content.gntml_center_10 {
	margin-left: 108px;
}

.ListRelatedPages {
	margin-top: 40px;
	border-top: solid 1px rgb(230,230,230);
	padding-top: 20px;
}
.ListRelatedPages p.heading {
	margin-bottom: 10px;
}

#Contact__PreviewContact legend { display: none; }
#Contact__SendContact legend { display: none; }

.Section__ApplySeriesFilter {
	float: right;
	width: 33.33%;
	margin-bottom: 20px;
}
.Section__ApplySeriesFilter select {
	width: 100%;
}
.Section__ApplySeriesFilter .permalink {
	text-align: right;
}

Form.seriesFilter {
	margin-bottom: 20px;
}

#sitemap ul {
	list-style: none;
}
#sitemap>ul {
	margin-left: 0;
}

.PartsSearch__Search {
	background-color: #0a0a0a;
	background-image: url('/statics/img/parts-search-background.jpg');
	background-size: 75%;
	background-position: center;
	color: white;
	padding: 20px 0;
	margin-bottom: 20px;
}
.PartsSearch__Search form {
	width: 408px;
	margin: 0 auto;
}
.PartsSearch__Search legend {
	text-align:center;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}
.PartsSearch__Search label {
	display: none;
}
.PartsSearch__Search .w_text {
	float: left;
	width: 300px;
}
.PartsSearch__Search .w_text input {
	width: 100%;
	height: 30px;
}
.PartsSearch__Search .w_submit {
	float: right;
	width: 84px;
}
.PartsSearch__Search .w_submit input {
	width: 100%;
	background-color: #EA7600;
	border: 0;
	color: white;
	line-height: 30px;
	height: 30px;
}

.gntml_max {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
.gntml_wide {
	margin-left: 108px;
	margin-right: 108px;
}
.gntml_wide img {
	width: 100%;
	height: auto;
}

div.PartSubType__SelectChassisSeriesByChassisCode {
	float: left;
	width: 33.33%;
	position: relative;
}
div.PartSubType__SelectChassisSeriesByChassisCode legend {
	display: none;
}
div#tabs {
	margin-bottom: 20px;
}
div.tab p {
	clear: both;
}
.ui-tabs .ui-tabs-panel {
	border-width: 1px 0 0 0;
}
.ui-widget.ui-widget-content {
	border-color: rgb(230,230,230);
}
.ui-widget-header {
	background-color: #fff;
	border: none;
}
.ui-widget-header .ui-state-default {
	background-color: #f8f8f8;
	border-color: rgb(230,230,230);
	color: rgb(140,140,140);
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited  {
	color: rgb(140,140,140);
}
.ui-widget-header .ui-state-active {
	background-color: #fff;
	border-color: rgb(230,230,230);
	color: rgb(0,0,0);
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: rgb(0,0,0);
}

.ui-widget-overlay {
	background: #fff;
	opacity: 0.85;
}
.ui-dialog.ui-widget-content {
	border-color: #e6e6e6;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}

.g_p_divider {
	text-align: center;
}
.g_p_divider h2 {
	margin-bottom: 0;
	letter-spacing: .8rem;
}
.g_p_divider:after {
	content: url('/statics/img/divider.png');
	display: block;
	margin-bottom: 20px;
}

#cookiebar {
	text-align: center;
}

.gntml_gntml {
	border: solid 1px rgb(230,230,230);
	padding: 9px;
	margin-bottom: 20px;
	font-family: monospace;
}
.gntml_gntml>.i>* {
	margin-bottom: 0;
}

.w_themedForm {
	clear: both;
}
.w_themedForm label {
	width: 192px;
}
.w_themedForm .w_widget {
	width: 408px;
}
.w_themedForm label em {
	font-weight: normal;
	font-style: normal;
	font-weight: 300;
}
.w_themedForm label em:after {
	content: '*';
	margin-left: .1em;
	position: relative;
	top: -0.25em;
}
.w_themedForm label em:after,
.compulsory {
	color: rgb(191,29,46);
	font-size: 120%;
}

.model_series {
	overflow:auto;
	margin-right: -24px;
	margin-bottom: 20px;
}
.model_series .column {
	float:left;
	width: 300px;
	margin-right: 24px;
}
.model_series .gntml_flow {
	margin-bottom: .5em;
	text-align:center;
}

ul.subsections {
	margin: 0 0 20px 0;
}
ul.subsections li {
	list-style: none;
	margin: 0;
	padding: 0;
}


.Global__AddPartToShoppingList {
	overflow: auto;
	margin-bottom: 20px;
}
.Global__AddPartToShoppingList input[type=submit] {
	margin-left: 1em;
}

.inner_content {
	width: 624px;
	margin: 0 auto;
}
.inner_content #mc_embed_signup form {
	padding: 0 0 0 0;
}
.inner_content #mc_embed_signup_scroll>.mc-field-group {
	width: 100%;
}
img.ScalableImage_img_zoom {
	width: 100%;
	height: auto;
}
	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:')';
}


#b_screen { display: block; }
.gntml_banner { width: 100%; clear: both; }
.gntml_banner img { width: 100%; height: auto; }
.gntml_flow_o { margin-left: -12px; margin-right: -12px; overflow: auto; clear: both; }
.gntml_flow_o>.gntml_flow { margin-left:12px; margin-right: 12px; float: left; }
.gntml_flow_1 { width: 84px; }
.gntml_flow_2 { width: 192px; }
.gntml_flow_3 { width: 300px; }
.gntml_flow_4 { width: 408px; }
.gntml_flow_5 { width: 516px; }
.gntml_flow_6 { width: 624px; }
.gntml_divide_o { margin-left: -12px; margin-right: -12px; overflow: auto; clear: both; }
.gntml_divide { float: left; min-height: 1px; }
.gntml_divide>.i { margin-left: 12px; margin-right: 12px; }
.gntml_half { width: 50%; }
.gntml_third { width: 33.3333%; }
.gntml_quarter { width: 25%; }
.gntml_fifth { width: 20%; }
.gntml_sixth { width: 16.6666%; }
.gntml_divide img { width: 100%; height: auto; }
.g_p_phoneFooter_o { display: none; }
.gntml_left { max-width: 624px; }
.gntml_right { max-width: 624px; }
.gntml_left img, .gntml_right img { width: 100%; height: auto; }
.gntml_left.gntml_in_1 { max-width: 516px; }
.gntml_left.gntml_in_2 { max-width: 408px; }
.gntml_left.gntml_in_3 { max-width: 300px; }
.gntml_right.gntml_in_1 { max-width: 516px; }
.gntml_right.gntml_in_2 { max-width: 408px; }
.gntml_right.gntml_in_3 { max-width: 300px; }

.TripleImageCallToAction { font-size: calc(1272px / 3); }

@media only screen and (device-width: 768px) and (orientation: landscape), screen and (device-width: 810px) and (orientation: landscape), screen and (device-width: 834px) and (orientation: landscape), screen and (device-width: 1024px) and (orientation: landscape), screen and (min-device-height: 701px) and (max-device-height: 1024px) and (max-device-width: 1279px)  and (orientation: landscape), screen and (min-width:1104px) and (max-width:1320px)  and (min-device-width:1320px)  {
	.tp_content { 
		background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><rect class='tp_content_background' x='96.5' y='0.5' width='864' height='99.6%' style='fill:rgb(255,255,255);stroke:rgb(230,230,230);stroke-width:0;'/></svg>"); 
	} 
	#b_screen { 
		display: none; 
	} 
	#b_tablet_landscape { 
		display: block; 
	}

	.main_nav .m_singleGeneration li { height: 90px; }
	.main_nav .m_singleGeneration a { padding: 36px 4px; }
	.tp_content .TimedPageListing.content {
		margin-left: 108px;
		margin-right: 108px;
	}
	.TripleImageCallToAction { font-size: calc(1056px / 3); }
	.ImageCallToAction.gntml_half { font-size: 516px; }
	

  .grid_row { width: 1080px; }
  .gntml.left_3>.content { margin-left: 216px; }
  .gntml.right_3>.content { margin-right: 216px; }
  .gntml_left { max-width: 516px; }
  .gntml_right { max-width: 516px; }
  .gntml_left.gntml_in_1 { margin-left: 0px; max-width: 516px; }
  .gntml_left.gntml_in_2 { margin-left: 108px; max-width: 408px; }
  .gntml_left.gntml_in_3 { margin-left: 216px; max-width: 300px; }
  .gntml_left.gntml_in_4 { margin-left: 324px; max-width: 192px; }
  .gntml_right.gntml_in_1 { margin-right: 0px; max-width: 516px; }
  .gntml_right.gntml_in_2 { margin-right: 108px; max-width: 408px; }
  .gntml_right.gntml_in_3 { margin-right: 216px; max-width: 300px; }
  .gntml_right.gntml_in_4 { margin-right: 324px; max-width: 192px; }
.tp_content .content { margin-left: 216px; margin-right: 216px; }
}



@media only screen and (device-width: 768px) and (orientation: portrait), screen and (device-width: 810px) and (orientation: portrait), screen and (device-width: 834px) and (orientation: portrait), screen and (device-width: 1024px) and (orientation: portrait), screen and (min-device-width: 701px) and (max-device-width: 1024px) and (orientation: portrait), screen and (min-width:888px) and (max-width:1104px)  and (min-device-width:1320px)  {
	.tp_content { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><rect class='tp_content_background' x='96.5' y='0.5' width='648' height='99.6%' style='fill:rgb(255,255,255);stroke:rgb(230,230,230);stroke-width:0;'/></svg>"); } 
	#b_tablet_landscape { display: none; } 
	#b_tablet_portrait { display: block; }
	
	.TripleImageCallToAction .unit { width: 50%; }
	.TripleImageCallToAction .unit.three, .TripleImageCallToAction .unit.five { clear: left; }
	.TripleImageCallToAction .unit.four { clear: none; }
	.TripleImageCallToAction .unit.img { margin-bottom: 20px; }

	.image_offset_text .overlay {
		top: 20px;
		left: 216px;
		width: 408px;
	}
	.image_offset_text .pageImg img {
		width: 516px;
		height: auto;
	}
	.TripleImageCallToAction { font-size: calc(840px / 2); }
	.ImageCallToAction.gntml_half { font-size: 408px; }
	.image_offset_text .timedPage { width: 100%; margin-left: 108px; margin-right: 0; }

  .grid_row { width: 864px; }
  .gntml.left_3>.content { margin-left: 108px; }
  .gntml.right_3>.content { margin-right: 108px; }
  .gntml_left { max-width: 408px; }
  .gntml_right { max-width: 408px; }
  .gntml_left.gntml_in_1 { margin-left: 0px; max-width: 408px; }
  .gntml_left.gntml_in_2 { margin-left: 0px; max-width: 408px; }
  .gntml_left.gntml_in_3 { margin-left: 108px; max-width: 300px; }
  .gntml_left.gntml_in_4 { margin-left: 216px; max-width: 192px; }
  .gntml_right.gntml_in_1 { margin-right: 0px; max-width: 408px; }
  .gntml_right.gntml_in_2 { margin-right: 0px; max-width: 408px; }
  .gntml_right.gntml_in_3 { margin-right: 108px; max-width: 300px; }
  .gntml_right.gntml_in_4 { margin-right: 216px; max-width: 192px; }
.tp_content .content { margin-left: 108px; margin-right: 108px; }
}



@media only screen and (device-width: 320px) and (orientation: landscape), screen and (device-width: 414px) and (orientation: landscape), screen and (max-device-height: 700px) and (orientation: landscape), screen and (min-width:672px) and (max-width:888px)  and (min-device-width:1320px)  {
		body { background-color: #fff; font-size: 16px; }
	.wrapper_header_social { display: none; }
	.wrapper_header { padding: 1em 0 0 0; }
	.tp_row_header { padding: 10px; margin-top: 0; overflow: auto; }
	.tp_content { background-image: none; margin-top: 0; } 
	.main_nav .logo {
		float: left;
		font-size: inherit;
		line-height: inherit;
		margin: 0;
		padding: 0;
	}
	.logo .word {
		display: inline;
	}
	.wrapper_header_sibling { display: none; }
	#shoppingListHtml { display: none; }
	.main_nav .m_menu { display: none; }
	.breadcrumbs { display: none; }
	.subnav { display: none; }
	#phone_nav { display: block; }
	.page_image_none { display:none; }
	.page_image { margin-bottom: 20px; }
	.tp_content { padding-top: 0; }
	.gntml_wide { margin-left: 0; margin-right: 0; }
	dt { float: none; width: 100%; margin: 0;}
	dt:after { content: '' }
	dd { float:none; width: 100%;}

	#b_tablet_portrait { display: none; } 
	#b_phone_landscape { display: block; }

	.tp_content .TimedPageListing.content {
		margin-left: 0;
		margin-right: 0;
	}
	.TripleImageCallToAction { font-size: calc(624px / 2); }
	.ImageCallToAction.gntml_half { font-size: 300px; }
	.image_offset_text .timedPage { width: 100%; margin-left: 0; margin-right: 0; }
	.gntml_wide { margin-left: 0; margin-right: 0; }

  .grid_row { width: 648px; }
  .gntml.left_3>.content { margin-left: 0px; }
  .gntml.right_3>.content { margin-right: 0px; }
  .gntml_left { max-width: 300px; }
  .gntml_right { max-width: 300px; }
  .gntml_left.gntml_in_1 { margin-left: 0px; max-width: 300px; }
  .gntml_left.gntml_in_2 { margin-left: 0px; max-width: 300px; }
  .gntml_left.gntml_in_3 { margin-left: 0px; max-width: 300px; }
  .gntml_left.gntml_in_4 { margin-left: 108px; max-width: 192px; }
  .gntml_right.gntml_in_1 { margin-right: 0px; max-width: 300px; }
  .gntml_right.gntml_in_2 { margin-right: 0px; max-width: 300px; }
  .gntml_right.gntml_in_3 { margin-right: 0px; max-width: 300px; }
  .gntml_right.gntml_in_4 { margin-right: 108px; max-width: 192px; }
.tp_content .content { margin-left: 0px; margin-right: 0px; }
}



@media only screen and (device-width: 320px) and (orientation: portrait), screen and (device-width: 414px) and (orientation: portrait), screen and (max-device-width: 700px) and (orientation: portrait), screen and (min-width:24px) and (max-width:672px)  and (min-device-width:1320px)  {
		body { background-color: #fff; font-size: 16px; }
	.wrapper_header_social { display: none; }
	.wrapper_header { padding: 1em 0 0 0; }
	.tp_row_header { padding: 10px; margin-top: 0; overflow: auto; }
	.tp_content { background-image: none; margin-top: 0; } 
	.main_nav .logo {
		float: left;
		font-size: inherit;
		line-height: inherit;
		margin: 0;
		padding: 0;
	}
	.logo .word {
		display: inline;
	}
	.wrapper_header_sibling { display: none; }
	#shoppingListHtml { display: none; }
	.main_nav .m_menu { display: none; }
	.breadcrumbs { display: none; }
	.subnav { display: none; }
	#phone_nav { display: block; }
	.page_image_none { display:none; }
	.page_image { margin-bottom: 20px; }
	.tp_content { padding-top: 0; }
	.gntml_wide { margin-left: 0; margin-right: 0; }
	dt { float: none; width: 100%; margin: 0;}
	dt:after { content: '' }
	dd { float:none; width: 100%;}

	body { font-size: 16px; }
	.tp_row { padding-left: 12px; padding-right: 12px; margin-left: 12px; margin-right: 12px; }
	#b_phone_landscape { display: none; } 
	#b_phone_portrait { display: block; }
	.TripleCallToAction .cta { width: 100%; float: none; }
	.TripleCallToAction .cta>.i {margin-left: 0; margin-right: 0; }
	.TripleImageCallToAction .unit { width: 100%; float: none; }
	.timedPage .pageImg img { width: 85%; height: auto; }	
	.page_image img { z-index: 0; }	
	.image_offset_text .overlay { top: 20px; left: 15%; width: 85%; }
	.TripleImageCallToAction { font-size: calc(624px); }
	div.PartSubType__SelectChassisSeriesByChassisCode { width: 100%; }
	.Section__ApplySeriesFilter { width: 100%; }
	h1 { font-size: 24px; }
	h2 { font-size: 22px; }
	h3 { font-size: 20px; }
	h4 { font-size: 18px; }
	.wrapper_title { background-color: #f7f6f6; }
	.wrapper_content { background-color: #f7f6f6; }
	.tp_row_content { background-color: #fff; padding-top: 12px; }
	ul { margin-left: 30px; }
	.ui-tabs .ui-tabs-panel { padding: 0.5em 0.25em; }
	.dataTables_wrapper { padding: 0.25em; font-size: 16px; }
	.wrapper_footer_social { padding: 1em 0; }
	.footer_logo { float: none; text-align: center; margin-top: 1em; margin-bottom: 1em; }
	.footer_logo img { display: inline; margin: 0 auto; }
	.footer_social { float: none; text-align: center;}
	.footer_social a { padding: 0 .25em; }
	.wrapper_footer_menu { overflow: hidden; }
	.tp_row_footer_menu { float: left; position: relative; left: 50%; margin: 0; padding: 0; }
	.footer_menu { float: left; position: relative; left: -50%; }
	table.parts { font-size: 14px; }
	table.parts tbody td { padding: 8px 2px; }

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

