/*! jQuery UI - v1.10.4 - 2014-03-25
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=%22futura-pt%22%2Csans-serif&fwDefault=normal&fsDefault=1.2em&cornerRadius=4px&bgColorHeader=%23b8dab7&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23dddddd&fcHeader=%23333333&iconColorHeader=%23333333&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23dddddd&fcContent=%23333333&iconColorContent=%23333333&bgColorDefault=%23e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23ffffff&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23c2c2c2&fcHover=%23333333&iconColorHover=%23333333&bgColorActive=%23ffffff&bgTextureActive=highlight_soft&bgImgOpacityActive=65&borderColorActive=%23c2c2c2&fcActive=%23333333&iconColorActive=%23333333&bgColorHighlight=%23b8dab7&bgTextureHighlight=glass&bgImgOpacityHighlight=50&borderColorHighlight=%23dddddd&fcHighlight=%23333333&iconColorHighlight=%23333333&bgColorError=%23ffffff&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23ee1d25&fcError=%23ee1d25&iconColorError=%23ee1d25&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 2px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: 1em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
	text-transform: lowercase;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
	line-height: 1.2;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("/ui/img/datepicker/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: "futura-pt",sans-serif;
	font-size: em-calc(13px);
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: "futura-pt",sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff url(/ui/img/datepicker/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #b8dab7 url(/ui/img/datepicker/ui-bg_highlight-soft_75_b8dab7_1x100.png) 50% 50% repeat-x;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(/ui/img/datepicker/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	/*border: 1px solid #c2c2c2;
	background: #ffffff url(/ui/img/datepicker/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;*/
	color: #333333;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #333333;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #c2c2c2;
	background: #ffffff url(/ui/img/datepicker/ui-bg_highlight-soft_65_ffffff_1x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #333333;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #333333;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dddddd;
	background: #b8dab7 url(/ui/img/datepicker/ui-bg_glass_50_b8dab7_1x400.png) 50% 50% repeat-x;
	color: #333333;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #333333;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #ee1d25;
	background: #ffffff url(/ui/img/datepicker/ui-bg_glass_95_ffffff_1x400.png) 50% 50% repeat-x;
	color: #ee1d25;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ee1d25;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ee1d25;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/ui/img/datepicker/ui-icons_333333_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/ui/img/datepicker/ui-icons_333333_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/ui/img/datepicker/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/ui/img/datepicker/ui-icons_333333_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/ui/img/datepicker/ui-icons_333333_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/ui/img/datepicker/ui-icons_333333_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/ui/img/datepicker/ui-icons_ee1d25_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(/ui/img/datepicker/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(/ui/img/datepicker/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

@charset "UTF-8";
@font-face {
  font-family: 'Knofedt';
  src: url("/ui/fonts/Knofedt Regular.otf");
}

@font-face {
  font-family: 'FuturaStd';
  src: url("/ui/fonts/FuturaStd/FuturaStd-Book.otf");
}

@font-face {
  font-family: 'FuturaStd';
  src: url("/ui/fonts/FuturaStd/FuturaStd-Bold.otf");
  font-weight: bold;
}

/* Buttons */
/* We use this to set the base for lots of form spacing and positioning styles */
/* We use these to style the fieldset border and spacing. */
/* SECTIONS*/
/* RENAVIGATION */
/* Background color shade - from color -> to color */
/* /END RENAVIGATION */
/* TABLES */
/* These control the background color for the table and even rows */
/* These control the table cell border style */
/* These control the table head styles */
/* These control the row padding and font styles */
/* These are for controlling the display and margin of tables */
meta.foundation-mq-small {
  font-family: "screen and (min-width:768px), print";
  width: 768px;
}

meta.foundation-mq-medium {
  font-family: "screen and (min-width:1280px), print";
  width: 1280px;
}

meta.foundation-mq-large {
  font-family: "screen and (min-width:1440px), print";
  width: 1440px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
}

body {
  background: #fff;
  color: #777;
  padding: 0;
  margin: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 992px;
  *zoom: 1;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left;
}

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .small-1 {
    position: relative;
    width: 8.3333333333%;
  }
  .small-2 {
    position: relative;
    width: 16.6666666667%;
  }
  .small-3 {
    position: relative;
    width: 25%;
  }
  .small-4 {
    position: relative;
    width: 33.3333333333%;
  }
  .small-5 {
    position: relative;
    width: 41.6666666667%;
  }
  .small-6 {
    position: relative;
    width: 50%;
  }
  .small-7 {
    position: relative;
    width: 58.3333333333%;
  }
  .small-8 {
    position: relative;
    width: 66.6666666667%;
  }
  .small-9 {
    position: relative;
    width: 75%;
  }
  .small-10 {
    position: relative;
    width: 83.3333333333%;
  }
  .small-11 {
    position: relative;
    width: 91.6666666667%;
  }
  .small-12 {
    position: relative;
    width: 100%;
  }
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  .small-offset-1 {
    position: relative;
    margin-left: 8.3333333333%;
  }
  .small-offset-2 {
    position: relative;
    margin-left: 16.6666666667%;
  }
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .small-offset-4 {
    position: relative;
    margin-left: 33.3333333333%;
  }
  .small-offset-5 {
    position: relative;
    margin-left: 41.6666666667%;
  }
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .small-offset-7 {
    position: relative;
    margin-left: 58.3333333333%;
  }
  .small-offset-8 {
    position: relative;
    margin-left: 66.6666666667%;
  }
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .small-offset-10 {
    position: relative;
    margin-left: 83.3333333333%;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  [class*="column"] + [class*="column"].end {
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}

/* Styles for screens that are atleast 768px; */
@media screen and (min-width: 768px), print {
  .large-1 {
    position: relative;
    width: 8.3333333333%;
  }
  .large-2 {
    position: relative;
    width: 16.6666666667%;
  }
  .large-3 {
    position: relative;
    width: 25%;
  }
  .large-4 {
    position: relative;
    width: 33.3333333333%;
  }
  .large-5 {
    position: relative;
    width: 41.6666666667%;
  }
  .large-6 {
    position: relative;
    width: 50%;
  }
  .large-7 {
    position: relative;
    width: 58.3333333333%;
  }
  .large-8 {
    position: relative;
    width: 66.6666666667%;
  }
  .large-9 {
    position: relative;
    width: 75%;
  }
  .large-10 {
    position: relative;
    width: 83.3333333333%;
  }
  .large-11 {
    position: relative;
    width: 91.6666666667%;
  }
  .large-12 {
    position: relative;
    width: 100%;
  }
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.3333333333%;
  }
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.6666666667%;
  }
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.3333333333%;
  }
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.6666666667%;
  }
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.3333333333%;
  }
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.6666666667%;
  }
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.3333333333%;
  }
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.6666666667%;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}

/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important;
}

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important;
}

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media screen and (min-width: 768px), print {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }
  .show-for-small {
    display: none !important;
  }
  .hide-for-small {
    display: inherit !important;
  }
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }
  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}

/* Large Displays: 1280px - 1440px */
@media screen and (min-width: 1280px), print {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }
  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }
  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }
  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important;
  }
}

/* X-Large Displays: 1400px and up */
@media screen and (min-width: 1440px), print {
  .show-for-xlarge {
    display: inherit !important;
  }
  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }
  .hide-for-xlarge {
    display: none !important;
  }
  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -10px;
    *zoom: 1;
  }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  [class*="block-grid-"]:after {
    clear: both;
  }
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 10px 20px;
  }
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 20px;
  }
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 20px;
  }
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    width: 33.3333333333%;
    padding: 0 10px 20px;
  }
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 20px;
  }
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 20px;
  }
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    width: 16.6666666667%;
    padding: 0 10px 20px;
  }
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    width: 14.2857142857%;
    padding: 0 10px 20px;
  }
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 20px;
  }
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    width: 11.1111111111%;
    padding: 0 10px 20px;
  }
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 20px;
  }
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    width: 9.0909090909%;
    padding: 0 10px 20px;
  }
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    width: 8.3333333333%;
    padding: 0 10px 20px;
  }
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

/* Foundation Block Grids for above small breakpoint */
@media screen and (min-width: 768px), print {
  /* Remove small grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 20px;
  }
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 20px;
  }
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    width: 33.3333333333%;
    padding: 0 10px 20px;
  }
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 20px;
  }
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 20px;
  }
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    width: 16.6666666667%;
    padding: 0 10px 20px;
  }
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    width: 14.2857142857%;
    padding: 0 10px 20px;
  }
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 20px;
  }
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    width: 11.1111111111%;
    padding: 0 10px 20px;
  }
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 20px;
  }
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    width: 9.0909090909%;
    padding: 0 10px 20px;
  }
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    width: 8.3333333333%;
    padding: 0 10px 20px;
  }
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

p.lead {
  font-size: 1.25em;
  line-height: 1.6;
}

.subheader {
  line-height: 1.4;
  color: #c4c3c3;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

/* Default Link Styles */
a {
  color: #38a44d;
  text-decoration: none;
  line-height: inherit;
}

a:hover, a:focus {
  color: #38a44d;
}

a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.4285714286em;
  text-rendering: optimizeLegibility;
}

p aside {
  font-size: 1em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #777;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.4857142857em;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 100%;
  color: #c4c3c3;
  line-height: 0;
}

h1 {
  font-size: 2.4285714286em;
}

h2 {
  font-size: 1.9285714286em;
}

h3 {
  font-size: 1.5714285714em;
}

h4 {
  font-size: 1.2857142857em;
}

h5 {
  font-size: 1.2857142857em;
}

h6 {
  font-size: 1em;
}

hr {
  border: solid #adafaf;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.4285714286em 0 1.3571428571em;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 100%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #b10d14;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.4285714286em;
  list-style-position: inside;
  font-family: inherit;
}

ul, ol {
  margin-left: 1.2857142857em;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 1.2857142857em;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.4285714286em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
}

ul.circle {
  list-style-type: circle;
}

ul.disc {
  list-style-type: disc;
}

ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.4285714286em;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.8571428571em;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #777;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.4285714286em;
  padding: 0.6428571429em 1.4285714286em 0 1.3571428571em;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 0.9285714286em;
  color: #aaaaaa;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #aaaaaa;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #c4c3c3;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.4285714286em 0;
  border: 1px solid #ddd;
  padding: 0.7142857143em 0.8571428571em;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: 1.0714285714em;
}

.vevent .summary {
  font-weight: bold;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0714285714em;
}

@media screen and (min-width: 768px), print {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.7;
  }
  h1 {
    font-size: 3.1428571429em;
  }
  h2 {
    font-size: 2.6428571429em;
  }
  h3 {
    font-size: 1.9285714286em;
  }
  h4 {
    font-size: 1.6428571429em;
  }
}

button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.4285714286em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.8571428571em;
  padding-right: 1.7142857143em;
  padding-bottom: 0.9285714286em;
  padding-left: 1.7142857143em;
  font-size: 1.1em;
  background-color: #38a44d;
  border-color: #2b7e3b;
  color: #fff;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #2b7e3b;
}

button:hover, button:focus, .button:hover, .button:focus {
  color: #fff;
}

button.secondary, .button.secondary {
  background-color: #ddd;
  border-color: #c4c3c3;
  color: #333;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #c4c3c3;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333;
}

button.success, .button.success {
  background-color: #74a649;
  border-color: #5b8339;
  color: #fff;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #5b8339;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #fff;
}

button.alert, .button.alert {
  background-color: #ee1d25;
  border-color: #c90f16;
  color: #fff;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #c90f16;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #fff;
}

button.large, .button.large {
  padding-top: 1.1428571429em;
  padding-right: 2.2857142857em;
  padding-bottom: 1.2142857143em;
  padding-left: 2.2857142857em;
  font-size: 1.33333em;
}

button.small, .button.small {
  padding-top: 0.6428571429em;
  padding-right: 1.2857142857em;
  padding-bottom: 0.7142857143em;
  padding-left: 1.2857142857em;
  font-size: 1em;
}

button.tiny, .button.tiny {
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5714285714em;
  padding-left: 1em;
  font-size: 0.8em;
}

button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.8571428571em;
}

button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.8571428571em;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #38a44d;
  border-color: #2b7e3b;
  color: #fff;
  cursor: default;
  opacity: 0.4;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2b7e3b;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #fff;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #38a44d;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #ddd;
  border-color: #c4c3c3;
  color: #333;
  cursor: default;
  opacity: 0.4;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #c4c3c3;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #ddd;
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #74a649;
  border-color: #5b8339;
  color: #fff;
  cursor: default;
  opacity: 0.4;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5b8339;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #fff;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #74a649;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #ee1d25;
  border-color: #c90f16;
  color: #fff;
  cursor: default;
  opacity: 0.4;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c90f16;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #fff;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #ee1d25;
}

button, .button {
  padding-top: 0.9285714286em;
  padding-bottom: 0.8571428571em;
  -webkit-appearance: none;
}

button.tiny, .button.tiny {
  padding-top: 0.5714285714em;
  padding-bottom: 0.5em;
  -webkit-appearance: none;
}

button.small, .button.small {
  padding-top: 0.7142857143em;
  padding-bottom: 0.6428571429em;
  -webkit-appearance: none;
}

button.large, .button.large {
  padding-top: 1.1785714286em;
  padding-bottom: 1.1785714286em;
  -webkit-appearance: none;
}

@media only screen {
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  button:active, .button:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }
  button.radius, .button.radius {
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}

@media screen and (min-width: 768px), print {
  button, .button {
    display: inline-block;
  }
}

/* Custom Checkbox and Radio Inputs */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden;
}

form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  /* fix centering issue */
  vertical-align: middle;
  border: solid 1px #ccc;
  background: #fff;
}

form.custom .custom.checkbox {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}

form.custom .custom.radio {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 3px;
}

form.custom .custom.checkbox:before {
  content: "";
  display: block;
  font-size: 16px;
  color: #fff;
}

form.custom .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: #222;
  position: relative;
}

form.custom .custom.checkbox.checked:before {
  content: "\00d7";
  color: #222;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: 4px;
  margin-left: -5px;
}

/* Custom Select Options and Dropdowns */
form.custom {
  /* Custom input, disabled */
}

form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 1.7835714286em;
  margin-bottom: 1.4285714286em;
  margin-top: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  -webkit-box-shadow: none;
  background: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
  box-shadow: none;
  font-size: 1em;
  vertical-align: top;
}

form.custom .custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}

form.custom .custom.dropdown .current {
  cursor: default;
  white-space: nowrap;
  line-height: 1.7121428571em;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.285em;
  margin-right: 1.7835714286em;
}

form.custom .custom.dropdown .selector {
  cursor: default;
  position: absolute;
  width: 1.425em;
  height: 1.7835714286em;
  display: block;
  right: 0;
  top: 0;
}

form.custom .custom.dropdown .selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #aaa transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  left: 0.3553571429em;
  top: 50%;
  margin-top: -3px;
}

form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #222 transparent transparent transparent;
  border-top-style: solid;
}

form.custom .custom.dropdown .disabled {
  color: #888;
}

form.custom .custom.dropdown .disabled:hover {
  background: transparent;
  color: #888;
}

form.custom .custom.dropdown .disabled:hover:after {
  display: none;
}

form.custom .custom.dropdown.open ul {
  display: block;
  z-index: 10;
  min-width: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

form.custom .custom.dropdown.small {
  max-width: 134px;
}

form.custom .custom.dropdown.medium {
  max-width: 254px;
}

form.custom .custom.dropdown.large {
  max-width: 434px;
}

form.custom .custom.dropdown.expand {
  width: 100% !important;
}

form.custom .custom.dropdown.open.small ul {
  min-width: 134px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form.custom .custom.dropdown.open.medium ul {
  min-width: 254px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form.custom .custom.dropdown.open.large ul {
  min-width: 434px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form.custom .error .custom.dropdown {
  border-color: #ee1d25;
  background-color: rgba(238, 29, 37, 0.1);
  background: rgba(238, 29, 37, 0.1);
  margin-bottom: 0;
}

form.custom .error .custom.dropdown:focus {
  background: #fafafa;
  border-color: #999999;
}

form.custom .error .custom.dropdown + small.error {
  margin-top: 0;
}

form.custom .custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: -1px;
  top: auto;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 14px;
}

form.custom .custom.dropdown ul li {
  color: #555;
  font-size: 1em;
  cursor: default;
  padding-top: 0.2857142857em;
  padding-bottom: 0.2857142857em;
  padding-left: 0.4285714286em;
  padding-right: 2.7142857143em;
  min-height: 1.7142857143em;
  line-height: 1.7142857143em;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}

form.custom .custom.dropdown ul li.selected {
  background: #eeeeee;
  color: #000;
}

form.custom .custom.dropdown ul li:hover {
  background-color: #e4e4e4;
  color: #000;
}

form.custom .custom.dropdown ul li.selected:hover {
  background: #eeeeee;
  cursor: default;
  color: #000;
}

form.custom .custom.dropdown ul.show {
  display: block;
}

form.custom .custom.disabled {
  background: #ddd;
}

/* Dropdown Button */
.dropdown.button {
  position: relative;
  padding-right: 3.6428571429em;
}

.dropdown.button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  top: 50%;
}

.dropdown.button:before {
  border-width: 0.6428571429em;
  right: 1.7142857143em;
  margin-top: -0.2857142857em;
}

.dropdown.button:before {
  border-color: #fff transparent transparent transparent;
}

.dropdown.button.tiny {
  padding-right: 2.5em;
}

.dropdown.button.tiny:before {
  border-width: 0.5em;
  right: 1em;
  margin-top: -0.1785714286em;
}

.dropdown.button.tiny:before {
  border-color: #fff transparent transparent transparent;
}

.dropdown.button.small {
  padding-right: 3.2142857143em;
}

.dropdown.button.small:before {
  border-width: 0.6428571429em;
  right: 1.2857142857em;
  margin-top: -0.25em;
}

.dropdown.button.small:before {
  border-color: #fff transparent transparent transparent;
}

.dropdown.button.large {
  padding-right: 4.5714285714em;
}

.dropdown.button.large:before {
  border-width: 0.7142857143em;
  right: 2em;
  margin-top: -0.3571428571em;
}

.dropdown.button.large:before {
  border-color: #fff transparent transparent transparent;
}

.dropdown.button.secondary:before {
  border-color: #333 transparent transparent transparent;
}

/* Sections */
[data-section=''], [data-section='auto'], .section-container.auto,
[data-section='vertical-tabs'], .section-container.vertical-tabs,
[data-section='vertical-nav'], .section-container.vertical-nav,
[data-section='horizontal-nav'], .section-container.horizontal-nav,
[data-section='accordion'], .section-container.accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.4285714286em;
}

[data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style], .section-container.auto[data-section-small-style],
[data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style],
[data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style],
[data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style],
[data-section='accordion'][data-section-small-style], .section-container.accordion[data-section-small-style] {
  width: 100% !important;
}

[data-section=''][data-section-small-style] > [data-section-region], [data-section=''][data-section-small-style] > section, [data-section=''][data-section-small-style] > .section, [data-section='auto'][data-section-small-style] > [data-section-region], [data-section='auto'][data-section-small-style] > section, [data-section='auto'][data-section-small-style] > .section, .section-container.auto[data-section-small-style] > [data-section-region], .section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
[data-section='vertical-tabs'][data-section-small-style] > section,
[data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region],
[data-section='vertical-nav'][data-section-small-style] > section,
[data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
[data-section='horizontal-nav'][data-section-small-style] > section,
[data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section,
[data-section='accordion'][data-section-small-style] > [data-section-region],
[data-section='accordion'][data-section-small-style] > section,
[data-section='accordion'][data-section-small-style] > .section, .section-container.accordion[data-section-small-style] > [data-section-region], .section-container.accordion[data-section-small-style] > section, .section-container.accordion[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}

[data-section=''][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=''][data-section-small-style] > [data-section-region] > .title, [data-section=''][data-section-small-style] > section > [data-section-title], [data-section=''][data-section-small-style] > section > .title, [data-section=''][data-section-small-style] > .section > [data-section-title], [data-section=''][data-section-small-style] > .section > .title, [data-section='auto'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='auto'][data-section-small-style] > [data-section-region] > .title, [data-section='auto'][data-section-small-style] > section > [data-section-title], [data-section='auto'][data-section-small-style] > section > .title, [data-section='auto'][data-section-small-style] > .section > [data-section-title], [data-section='auto'][data-section-small-style] > .section > .title, .section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.auto[data-section-small-style] > [data-section-region] > .title, .section-container.auto[data-section-small-style] > section > [data-section-title], .section-container.auto[data-section-small-style] > section > .title, .section-container.auto[data-section-small-style] > .section > [data-section-title], .section-container.auto[data-section-small-style] > .section > .title,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > section > .title,
[data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > section > .title,
[data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > section > .title,
[data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title,
[data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='accordion'][data-section-small-style] > [data-section-region] > .title,
[data-section='accordion'][data-section-small-style] > section > [data-section-title],
[data-section='accordion'][data-section-small-style] > section > .title,
[data-section='accordion'][data-section-small-style] > .section > [data-section-title],
[data-section='accordion'][data-section-small-style] > .section > .title, .section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.accordion[data-section-small-style] > [data-section-region] > .title, .section-container.accordion[data-section-small-style] > section > [data-section-title], .section-container.accordion[data-section-small-style] > section > .title, .section-container.accordion[data-section-small-style] > .section > [data-section-title], .section-container.accordion[data-section-small-style] > .section > .title {
  width: 100% !important;
}

[data-section=''] > section, [data-section=''] > .section, [data-section=''] > [data-section-region], [data-section='auto'] > section, [data-section='auto'] > .section, [data-section='auto'] > [data-section-region], .section-container.auto > section, .section-container.auto > .section, .section-container.auto > [data-section-region],
[data-section='vertical-tabs'] > section,
[data-section='vertical-tabs'] > .section,
[data-section='vertical-tabs'] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region],
[data-section='vertical-nav'] > section,
[data-section='vertical-nav'] > .section,
[data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region],
[data-section='horizontal-nav'] > section,
[data-section='horizontal-nav'] > .section,
[data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region],
[data-section='accordion'] > section,
[data-section='accordion'] > .section,
[data-section='accordion'] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
  margin: 0;
}

[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  margin-bottom: 0;
}

[data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a,
[data-section='vertical-tabs'] > section > [data-section-title] a,
[data-section='vertical-tabs'] > section > .title a,
[data-section='vertical-tabs'] > .section > [data-section-title] a,
[data-section='vertical-tabs'] > .section > .title a,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a,
[data-section='vertical-nav'] > section > [data-section-title] a,
[data-section='vertical-nav'] > section > .title a,
[data-section='vertical-nav'] > .section > [data-section-title] a,
[data-section='vertical-nav'] > .section > .title a,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a,
[data-section='horizontal-nav'] > section > [data-section-title] a,
[data-section='horizontal-nav'] > section > .title a,
[data-section='horizontal-nav'] > .section > [data-section-title] a,
[data-section='horizontal-nav'] > .section > .title a,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
[data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a,
[data-section='accordion'] > section > [data-section-title] a,
[data-section='accordion'] > section > .title a,
[data-section='accordion'] > .section > [data-section-title] a,
[data-section='accordion'] > .section > .title a,
[data-section='accordion'] > [data-section-region] > [data-section-title] a,
[data-section='accordion'] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

[data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content,
[data-section='vertical-tabs'] > section > [data-section-content],
[data-section='vertical-tabs'] > section > .content,
[data-section='vertical-tabs'] > .section > [data-section-content],
[data-section='vertical-tabs'] > .section > .content,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content,
[data-section='vertical-nav'] > section > [data-section-content],
[data-section='vertical-nav'] > section > .content,
[data-section='vertical-nav'] > .section > [data-section-content],
[data-section='vertical-nav'] > .section > .content,
[data-section='vertical-nav'] > [data-section-region] > [data-section-content],
[data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content,
[data-section='horizontal-nav'] > section > [data-section-content],
[data-section='horizontal-nav'] > section > .content,
[data-section='horizontal-nav'] > .section > [data-section-content],
[data-section='horizontal-nav'] > .section > .content,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content,
[data-section='accordion'] > section > [data-section-content],
[data-section='accordion'] > section > .content,
[data-section='accordion'] > .section > [data-section-content],
[data-section='accordion'] > .section > .content,
[data-section='accordion'] > [data-section-region] > [data-section-content],
[data-section='accordion'] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content], .section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content], .section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content], .section-container.accordion > [data-section-region] > .content {
  display: none;
}

[data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content,
[data-section='vertical-tabs'] > section.active > [data-section-content],
[data-section='vertical-tabs'] > section.active > .content,
[data-section='vertical-tabs'] > .section.active > [data-section-content],
[data-section='vertical-tabs'] > .section.active > .content,
[data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content,
[data-section='vertical-nav'] > section.active > [data-section-content],
[data-section='vertical-nav'] > section.active > .content,
[data-section='vertical-nav'] > .section.active > [data-section-content],
[data-section='vertical-nav'] > .section.active > .content,
[data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
[data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content,
[data-section='horizontal-nav'] > section.active > [data-section-content],
[data-section='horizontal-nav'] > section.active > .content,
[data-section='horizontal-nav'] > .section.active > [data-section-content],
[data-section='horizontal-nav'] > .section.active > .content,
[data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content,
[data-section='accordion'] > section.active > [data-section-content],
[data-section='accordion'] > section.active > .content,
[data-section='accordion'] > .section.active > [data-section-content],
[data-section='accordion'] > .section.active > .content,
[data-section='accordion'] > [data-section-region].active > [data-section-content],
[data-section='accordion'] > [data-section-region].active > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > [data-section-region].active > [data-section-content], .section-container.accordion > [data-section-region].active > .content {
  display: block;
}

[data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active),
[data-section='vertical-tabs'] > section:not(.active),
[data-section='vertical-tabs'] > .section:not(.active),
[data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active),
[data-section='vertical-nav'] > section:not(.active),
[data-section='vertical-nav'] > .section:not(.active),
[data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active),
[data-section='horizontal-nav'] > section:not(.active),
[data-section='horizontal-nav'] > .section:not(.active),
[data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active),
[data-section='accordion'] > section:not(.active),
[data-section='accordion'] > .section:not(.active),
[data-section='accordion'] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
  padding: 0 !important;
}

[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  width: 100%;
}

.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
  border-top: 1px solid #e9e7e7;
}

.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #e9e7e7;
}

.section-container.auto > section > .title a, .section-container.auto > .section > .title a,
.section-container.vertical-tabs > section > .title a,
.section-container.vertical-tabs > .section > .title a,
.section-container.vertical-nav > section > .title a,
.section-container.vertical-nav > .section > .title a,
.section-container.horizontal-nav > section > .title a,
.section-container.horizontal-nav > .section > .title a,
.section-container.accordion > section > .title a,
.section-container.accordion > .section > .title a {
  padding: 1.0714285714em;
  color: #333;
  font-size: 1em;
  background: none;
}

.section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
.section-container.vertical-tabs > section > .title:hover,
.section-container.vertical-tabs > .section > .title:hover,
.section-container.vertical-nav > section > .title:hover,
.section-container.vertical-nav > .section > .title:hover,
.section-container.horizontal-nav > section > .title:hover,
.section-container.horizontal-nav > .section > .title:hover,
.section-container.accordion > section > .title:hover,
.section-container.accordion > .section > .title:hover {
  background-color: #e2e2e2;
}

.section-container.auto > section > .content, .section-container.auto > .section > .content,
.section-container.vertical-tabs > section > .content,
.section-container.vertical-tabs > .section > .content,
.section-container.vertical-nav > section > .content,
.section-container.vertical-nav > .section > .content,
.section-container.horizontal-nav > section > .content,
.section-container.horizontal-nav > .section > .content,
.section-container.accordion > section > .content,
.section-container.accordion > .section > .content {
  padding: 1.0714285714em;
  background-color: #fff;
  border: solid 1px #e9e7e7;
}

.section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
.section-container.vertical-tabs > section > .content > *:last-child,
.section-container.vertical-tabs > .section > .content > *:last-child,
.section-container.vertical-nav > section > .content > *:last-child,
.section-container.vertical-nav > .section > .content > *:last-child,
.section-container.horizontal-nav > section > .content > *:last-child,
.section-container.horizontal-nav > .section > .content > *:last-child,
.section-container.accordion > section > .content > *:last-child,
.section-container.accordion > .section > .content > *:last-child {
  margin-bottom: 0;
}

.section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
.section-container.vertical-tabs > section > .content > *:first-child,
.section-container.vertical-tabs > .section > .content > *:first-child,
.section-container.vertical-nav > section > .content > *:first-child,
.section-container.vertical-nav > .section > .content > *:first-child,
.section-container.horizontal-nav > section > .content > *:first-child,
.section-container.horizontal-nav > .section > .content > *:first-child,
.section-container.accordion > section > .content > *:first-child,
.section-container.accordion > .section > .content > *:first-child {
  padding-top: 0;
}

.section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.accordion > section > .content > *:last-child:not(.flex-video),
.section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}

.section-container.auto > section.active > .title, .section-container.auto > .section.active > .title,
.section-container.vertical-tabs > section.active > .title,
.section-container.vertical-tabs > .section.active > .title,
.section-container.vertical-nav > section.active > .title,
.section-container.vertical-nav > .section.active > .title,
.section-container.horizontal-nav > section.active > .title,
.section-container.horizontal-nav > .section.active > .title,
.section-container.accordion > section.active > .title,
.section-container.accordion > .section.active > .title {
  background: #d6d5d5;
}

.section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a,
.section-container.vertical-tabs > section.active > .title a,
.section-container.vertical-tabs > .section.active > .title a,
.section-container.vertical-nav > section.active > .title a,
.section-container.vertical-nav > .section.active > .title a,
.section-container.horizontal-nav > section.active > .title a,
.section-container.horizontal-nav > .section.active > .title a,
.section-container.accordion > section.active > .title a,
.section-container.accordion > .section.active > .title a {
  color: #333;
}

.section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
.section-container.vertical-tabs > section:not(.active),
.section-container.vertical-tabs > .section:not(.active),
.section-container.vertical-nav > section:not(.active),
.section-container.vertical-nav > .section:not(.active),
.section-container.horizontal-nav > section:not(.active),
.section-container.horizontal-nav > .section:not(.active),
.section-container.accordion > section:not(.active),
.section-container.accordion > .section:not(.active) {
  padding: 0 !important;
}

.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  border-top: none;
}

[data-section='tabs'], .section-container.tabs {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.4285714286em;
}

[data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
  visibility: hidden;
}

[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  margin-bottom: 0;
}

[data-section='tabs'] > section > [data-section-title] a, [data-section='tabs'] > section > .title a, [data-section='tabs'] > .section > [data-section-title] a, [data-section='tabs'] > .section > .title a, [data-section='tabs'] > [data-section-region] > [data-section-title] a, [data-section='tabs'] > [data-section-region] > .title a, .section-container.tabs > section > [data-section-title] a, .section-container.tabs > section > .title a, .section-container.tabs > .section > [data-section-title] a, .section-container.tabs > .section > .title a, .section-container.tabs > [data-section-region] > [data-section-title] a, .section-container.tabs > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

[data-section='tabs'] > section > [data-section-content], [data-section='tabs'] > section > .content, [data-section='tabs'] > .section > [data-section-content], [data-section='tabs'] > .section > .content, [data-section='tabs'] > [data-section-region] > [data-section-content], [data-section='tabs'] > [data-section-region] > .content, .section-container.tabs > section > [data-section-content], .section-container.tabs > section > .content, .section-container.tabs > .section > [data-section-content], .section-container.tabs > .section > .content, .section-container.tabs > [data-section-region] > [data-section-content], .section-container.tabs > [data-section-region] > .content {
  display: none;
}

[data-section='tabs'] > section.active > [data-section-content], [data-section='tabs'] > section.active > .content, [data-section='tabs'] > .section.active > [data-section-content], [data-section='tabs'] > .section.active > .content, [data-section='tabs'] > [data-section-region].active > [data-section-content], [data-section='tabs'] > [data-section-region].active > .content, .section-container.tabs > section.active > [data-section-content], .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > [data-section-content], .section-container.tabs > .section.active > .content, .section-container.tabs > [data-section-region].active > [data-section-content], .section-container.tabs > [data-section-region].active > .content {
  display: block;
}

[data-section='tabs'] > section:not(.active), [data-section='tabs'] > .section:not(.active), [data-section='tabs'] > [data-section-region]:not(.active), .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active), .section-container.tabs > [data-section-region]:not(.active) {
  padding: 0 !important;
}

[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.section-container.tabs {
  border: none;
}

.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #e9e7e7;
}

.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
  padding: 1.0714285714em;
  color: #333;
  font-size: 1em;
  background: none;
}

.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
  background-color: #e2e2e2;
}

.section-container.tabs > section > .content, .section-container.tabs > .section > .content {
  padding: 1.0714285714em;
  background-color: #fff;
  border: solid 1px #e9e7e7;
}

.section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
  margin-bottom: 0;
}

.section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
  padding-top: 0;
}

.section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}

.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  background: #fff;
}

.section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
  color: #333;
}

.section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
  padding: 0 !important;
}

.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  border-bottom: 0;
}

@media screen and (min-width: 768px), print {
  [data-section=''], [data-section='auto'], .section-container.auto {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.4285714286em;
  }
  [data-section='']:not([data-section-resized]):not([data-section-small-style]), [data-section='auto']:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content {
    display: none;
  }
  [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content {
    display: block;
  }
  [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-container.auto {
    border: none;
  }
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #e9e7e7;
  }
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
    padding: 1.0714285714em;
    color: #333;
    font-size: 1em;
    background: none;
  }
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.auto > section > .content, .section-container.auto > .section > .content {
    padding: 1.0714285714em;
    background-color: #fff;
    border: solid 1px #e9e7e7;
  }
  .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    background: #fff;
  }
  .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
    color: #333;
  }
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
    padding: 0 !important;
  }
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    border-bottom: 0;
  }
  [data-section='vertical-tabs'], .section-container.vertical-tabs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.4285714286em;
  }
  [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
    width: 100% !important;
  }
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region], [data-section='vertical-tabs'][data-section-small-style] > section, [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > section > .title, [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section='vertical-tabs'] > section > [data-section-title] a, [data-section='vertical-tabs'] > section > .title a, [data-section='vertical-tabs'] > .section > [data-section-title] a, [data-section='vertical-tabs'] > .section > .title a, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a, [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section='vertical-tabs'] > section > [data-section-content], [data-section='vertical-tabs'] > section > .content, [data-section='vertical-tabs'] > .section > [data-section-content], [data-section='vertical-tabs'] > .section > .content, [data-section='vertical-tabs'] > [data-section-region] > [data-section-content], [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content {
    display: none;
  }
  [data-section='vertical-tabs'] > section.active > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content], [data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content {
    display: block;
  }
  [data-section='vertical-tabs'] > section:not(.active), [data-section='vertical-tabs'] > .section:not(.active), [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 14.2857142857em;
  }
  [data-section='vertical-tabs'] > section.active, [data-section='vertical-tabs'] > .section.active, [data-section='vertical-tabs'] > [data-section-region].active, .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > [data-section-region].active {
    padding-left: 14.2857142857em;
  }
  [data-section='vertical-tabs'] > section.active > [data-section-title], [data-section='vertical-tabs'] > section.active > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title], [data-section='vertical-tabs'] > .section.active > .title, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-title], [data-section='vertical-tabs'] > [data-section-region].active > .title, .section-container.vertical-tabs > section.active > [data-section-title], .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > [data-section-region].active > [data-section-title], .section-container.vertical-tabs > [data-section-region].active > .title {
    width: 14.2857142857em;
  }
  .section-container.vertical-tabs {
    border: none;
  }
  .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #e9e7e7;
  }
  .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
    padding: 1.0714285714em;
    color: #333;
    font-size: 1em;
    background: none;
  }
  .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
    padding: 1.0714285714em;
    background-color: #fff;
    border: solid 1px #e9e7e7;
  }
  .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background: #d6d5d5;
  }
  .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
    color: #333;
  }
  .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
    padding: 0 !important;
  }
  .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
    padding-left: 14.2142857143em;
  }
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background-color: #d6d5d5;
  }
  [data-section='vertical-nav'], .section-container.vertical-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.4285714286em;
  }
  [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
    width: 100% !important;
  }
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region], [data-section='vertical-nav'][data-section-small-style] > section, [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > section > .title, [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  [data-section='vertical-nav'] > section, [data-section='vertical-nav'] > .section, [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region] {
    position: relative;
    display: inline-block;
  }
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    display: none;
  }
  [data-section='vertical-nav'] > section.active > [data-section-content], [data-section='vertical-nav'] > section.active > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, [data-section='vertical-nav'] > [data-section-region].active > [data-section-content], [data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content {
    display: block;
  }
  [data-section='vertical-nav'] > section:not(.active), [data-section='vertical-nav'] > .section:not(.active), [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    display: block;
  }
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 14.2857142857em;
  }
  .section-container.vertical-nav {
    border: none;
  }
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #e9e7e7;
  }
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
    padding: 1.0714285714em;
    color: #333;
    font-size: 1em;
    background: none;
  }
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
    padding: 1.0714285714em;
    background-color: #fff;
    border: solid 1px #e9e7e7;
  }
  .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
    background: #d6d5d5;
  }
  .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
    color: #333;
  }
  .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
    padding: 0 !important;
  }
  [data-section='horizontal-nav'], .section-container.horizontal-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.4285714286em;
  }
  [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
    width: 100% !important;
  }
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region], [data-section='horizontal-nav'][data-section-small-style] > section, [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > section > .title, [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  [data-section='horizontal-nav'] > section, [data-section='horizontal-nav'] > .section, [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region] {
    position: relative;
    float: left;
  }
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    display: none;
  }
  [data-section='horizontal-nav'] > section.active > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content], [data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content {
    display: block;
  }
  [data-section='horizontal-nav'] > section:not(.active), [data-section='horizontal-nav'] > .section:not(.active), [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    display: block;
  }
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 14.2857142857em;
  }
  .section-container.horizontal-nav {
    background: #efefef;
    border: 1px solid #e9e7e7;
  }
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #e9e7e7;
  }
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
    padding: 1.0714285714em;
    color: #333;
    font-size: 1em;
    background: none;
  }
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
    padding: 1.0714285714em;
    background-color: #fff;
    border: solid 1px #e9e7e7;
  }
  .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
    background: #d6d5d5;
  }
  .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
    color: #333;
  }
  .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
    padding: 0 !important;
  }
}

.no-js [data-section], .no-js .section-container {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.4285714286em;
}

.no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
  width: 100% !important;
}

.no-js [data-section][data-section-small-style] > [data-section-region], .no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section, .no-js .section-container[data-section-small-style] > [data-section-region], .no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}

.no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title], .no-js [data-section][data-section-small-style] > [data-section-region] > .title, .no-js [data-section][data-section-small-style] > section > [data-section-title], .no-js [data-section][data-section-small-style] > section > .title, .no-js [data-section][data-section-small-style] > .section > [data-section-title], .no-js [data-section][data-section-small-style] > .section > .title, .no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title], .no-js .section-container[data-section-small-style] > [data-section-region] > .title, .no-js .section-container[data-section-small-style] > section > [data-section-title], .no-js .section-container[data-section-small-style] > section > .title, .no-js .section-container[data-section-small-style] > .section > [data-section-title], .no-js .section-container[data-section-small-style] > .section > .title {
  width: 100% !important;
}

.no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region], .no-js .section-container > section, .no-js .section-container > .section, .no-js .section-container > [data-section-region] {
  margin: 0;
}

.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  margin-bottom: 0;
}

.no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a, .no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a, .no-js [data-section] > [data-section-region] > [data-section-title] a, .no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a, .no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a, .no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a, .no-js .section-container > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

.no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content, .no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content, .no-js [data-section] > [data-section-region] > [data-section-content], .no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content], .no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content], .no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content], .no-js .section-container > [data-section-region] > .content {
  display: none;
}

.no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > [data-section-region].active > [data-section-content], .no-js [data-section] > [data-section-region].active > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > [data-section-region].active > [data-section-content], .no-js .section-container > [data-section-region].active > .content {
  display: block;
}

.no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
  padding: 0 !important;
}

.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  width: 100%;
}

.no-js .section-container {
  border-top: 1px solid #e9e7e7;
}

.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #e9e7e7;
}

.no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
  padding: 1.0714285714em;
  color: #333;
  font-size: 1em;
  background: none;
}

.no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
  background-color: #e2e2e2;
}

.no-js .section-container > section > .content, .no-js .section-container > .section > .content {
  padding: 1.0714285714em;
  background-color: #fff;
  border: solid 1px #e9e7e7;
}

.no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
  margin-bottom: 0;
}

.no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
  padding-top: 0;
}

.no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}

.no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
  background: #d6d5d5;
}

.no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
  color: #333;
}

.no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
  padding: 0 !important;
}

.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  border-top: none;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative;
}

.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}

.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}

.slideshow-wrapper ul li:first-child {
  display: block;
}

.slideshow-wrapper .orbit-container {
  background-color: transparent;
}

.slideshow-wrapper .orbit-container li {
  display: block;
}

.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #f5f5f5;
}

.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}

.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}

.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}

.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  padding: 10px 14px;
  font-size: 1em;
}

.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}

.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3571428571em;
}

.orbit-container .orbit-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}

.orbit-container .orbit-timer .orbit-progress {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 0%;
}

.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 10px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #000;
  border-top: none;
  border-bottom: none;
}

.orbit-container .orbit-timer.paused > span {
  right: -6px;
  top: 9px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #000;
}

.orbit-container:hover .orbit-timer > span {
  display: block;
}

.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 60px;
  line-height: 50px;
  color: white;
  text-indent: -9999px !important;
  z-index: 10;
}

.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: block;
  width: 0;
  height: 0;
  border: inset 16px;
}

.orbit-container .orbit-prev {
  left: 0;
}

.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}

.orbit-container .orbit-prev:hover > span {
  border-right-color: #ccc;
}

.orbit-container .orbit-next {
  right: 0;
}

.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #fff;
  left: 50%;
  margin-left: -8px;
}

.orbit-container .orbit-next:hover > span {
  border-left-color: #ccc;
}

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
}

.orbit-bullets li {
  display: block;
  width: 0.8571428571em;
  height: 0.8571428571em;
  background: #999;
  float: left;
  margin-right: 6px;
  border: solid 1px #555;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.orbit-bullets li.active {
  background: #555;
}

.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}

.touch .orbit-bullets {
  display: none;
}

@media screen and (min-width: 768px), print {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
  }
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none;
  }
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: #fff;
  padding: 1.4285714286em;
  border: solid 1px #666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px;
}

.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}

.reveal-modal > :first-child {
  margin-top: 0;
}

.reveal-modal > :last-child {
  margin-bottom: 0;
}

.reveal-modal .close-reveal-modal {
  font-size: 1.5714285714em;
  line-height: 1;
  position: absolute;
  top: 0.5714285714em;
  right: 0.7857142857em;
  color: #aaa;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .reveal-modal {
    padding: 2.1428571429em;
    top: 7.1428571429em;
  }
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}

@media print {
  .reveal-modal {
    background: #fff !important;
  }
}

/* Clearing Styles */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

[data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}

[data-clearing]:after {
  clear: both;
}

[data-clearing] li {
  float: left;
  margin-right: 10px;
}

.clearing-blackout {
  background: #111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}

.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.visible-img {
  height: 95%;
  position: relative;
}

.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0;
}

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  display: none;
}

.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

.clearing-assembled .clearing-container {
  height: 100%;
}

.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}

.clearing-feature li.clearing-featured-img {
  display: block;
}

@media screen and (min-width: 768px), print {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
  }
  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #fff;
  }
  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #fff;
  }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.5;
  }
  .clearing-assembled .clearing-container .carousel {
    background: #111;
    height: 150px;
    margin-top: 5px;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: block;
    z-index: 999;
    width: 200%;
    height: 100%;
    margin-left: 0;
    position: relative;
    left: 0;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 175px;
    height: inherit;
    padding: 0;
    float: left;
    overflow: hidden;
    margin-right: 1px;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    min-height: 100%;
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    min-width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #111;
    overflow: hidden;
    height: 75%;
  }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}

/* Foundation Alerts */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.4285714286em;
  position: relative;
  padding: 0.7857142857em 1.5em 0.8571428571em 0.7857142857em;
  font-size: 1em;
  background-color: #38a44d;
  border-color: #2b7e3b;
  color: #fff;
}

.alert-box .close {
  font-size: 1.5714285714em;
  padding: 5px 4px 4px;
  line-height: 0;
  position: absolute;
  top: 0.5em;
  right: 0.3571428571em;
  color: #333;
  opacity: 0.3;
}

.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}

.alert-box.radius {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.alert-box.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.alert-box.success {
  background-color: #74a649;
  border-color: #5b8339;
  color: #fff;
}

.alert-box.alert {
  background-color: #ee1d25;
  border-color: #c90f16;
  color: #fff;
}

.alert-box.secondary {
  background-color: #ddd;
  border-color: #c4c3c3;
  color: #444444;
}

/* Breadcrumbs */
.breadcrumbs {
  display: block;
  padding: 0;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 0;
  background-color: #eaeaea;
  border-color: #d0d0d0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 1em;
  text-transform: none;
}

.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}

.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: none;
  color: #333;
}

.breadcrumbs > *.current {
  cursor: default;
  color: #333;
}

.breadcrumbs > *.current a {
  cursor: default;
  color: #333;
}

.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}

.breadcrumbs > *.unavailable {
  color: #999;
}

.breadcrumbs > *.unavailable a {
  color: #999;
}

.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default;
}

.breadcrumbs > *:before {
  content: ">";
  color: #333;
  margin: 0 0.8571428571em;
  position: relative;
  top: 1px;
}

.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Labels */
.label {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.2142857143em 0.7142857143em 0.2857142857em;
  font-size: 1em;
  background-color: #38a44d;
  color: #fff;
}

.label.radius {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.label.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.label.alert {
  background-color: #ee1d25;
  color: #fff;
}

.label.success {
  background-color: #74a649;
  color: #fff;
}

.label.secondary {
  background-color: #ddd;
  color: #333;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 1.4285714286em;
  padding: 1.4285714286em;
  background: #f2f2f2;
}

.panel > :first-child {
  margin-top: 0;
}

.panel > :last-child {
  margin-bottom: 0;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
  color: #333;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.7142857143em;
}

.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}

.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #2b7e3b;
  margin-bottom: 1.4285714286em;
  padding: 1.4285714286em;
  background: #38a44d;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.panel.callout > :first-child {
  margin-top: 0;
}

.panel.callout > :last-child {
  margin-bottom: 0;
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
  color: #fff;
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.7142857143em;
}

.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}

.panel.callout a {
  color: #fff;
}

.panel.radius {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* Tables */
table {
  background: #fff;
  margin-bottom: 20px;
  border: solid 1px #ddd;
}

table thead,
table tfoot {
  background: #eee;
  font-weight: normal;
}

table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 15px 10px;
  font-size: 1.1428571429em;
  color: #333;
  text-align: left;
}

table tr th,
table tr td {
  padding: 10px 10px;
  font-size: 1em;
  color: #333;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #fff;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1em;
}

@media only screen and (max-width: 767px) {
  .f-dropdown {
    max-width: 100%;
    left: 0;
  }
}

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 14px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}

.f-dropdown > *:first-child {
  margin-top: 0;
}

.f-dropdown > *:last-child {
  margin-bottom: 0;
}

.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #fff transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}

.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}

.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

.f-dropdown li {
  font-size: 1em;
  cursor: pointer;
  line-height: 1.2857142857em;
  margin: 0;
}

.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee;
}

.f-dropdown li a {
  display: block;
  padding: 0.5em;
  color: #555;
}

.f-dropdown.content {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.4285714286em;
  width: 100%;
  height: auto;
  max-height: none;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 14px;
  z-index: 99;
  max-width: 200px;
}

.f-dropdown.content > *:first-child {
  margin-top: 0;
}

.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.tiny {
  max-width: 200px;
}

.f-dropdown.small {
  max-width: 300px;
}

.f-dropdown.medium {
  max-width: 500px;
}

.f-dropdown.large {
  max-width: 800px;
}

/* General overrides */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  font-size: 1em;
}

select {
  margin: 0 0 0.57em 0;
}

@media only screen and (max-width: 767px) {
  .small-12 > .small-12 {
    padding: 0 !important;
  }
}

/* Custom forms */
form.custom .custom.dropdown {
  margin-bottom: 0;
  font-size: 1.16667em;
  height: 26px !important;
  display: inline-block;
  width: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: -owg-linear-gradient(#fff, #ddd);
  background: -webkit-linear-gradient(#fff, #ddd);
  background: -moz-linear-gradient(#fff, #ddd);
  background: -o-linear-gradient(#fff, #ddd);
  background: linear-gradient(#fff, #ddd);
  background-color: #f2f2f2;
  border: 1px solid #c2c2c2;
  font-size: 1em !important;
}

form.custom .custom.dropdown.open a.selector,
form.custom .custom.dropdown a.selector,
form.custom .custom.dropdown:hover a.selector {
  background: transparent url(/ui/img/icons/green_down_arrow.png) no-repeat 0 50%;
}

form.custom .custom.dropdown.open a.selector:after,
form.custom .custom.dropdown a.selector:after,
form.custom .custom.dropdown:hover a.selector:after {
  border: none;
}

form.custom .custom.dropdown a {
  height: 24px !important;
  line-height: 24px !important;
  margin-left: 0 !important;
  padding-left: 7px !important;
}

form.custom .custom.dropdown a:hover {
  color: #333 !important;
}

form.custom .custom.dropdown a, form.custom .custom.dropdown a.current, form.custom .custom.dropdown a.selector, form.custom .custom.dropdown ul li {
  line-height: 1.4355em;
  height: 1.5em;
}

form.custom .custom.dropdown ul li {
  padding-left: 7px !important;
}

form.custom .custom.checkbox.checked:before {
  content: "\2713";
}

form.custom .custom.checkbox {
  margin-right: 0.6em;
}

@media only screen and (max-width: 767px) {
  form.custom .custom.dropdown {
    font-size: 1.2898em;
    height: 1.93833em;
  }
  form.custom .custom.dropdown a, form.custom .custom.dropdown a.current, form.custom .custom.dropdown a.selector {
    line-height: 1.855em;
    height: 1.93833em;
  }
  form.custom .custom.dropdown ul li {
    line-height: auto;
    height: auto;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}

/* Button overrides */
ul li .dropdown.button.tiny {
  margin: 0;
}

.rowactions .f-dropdown {
  margin: 0;
  padding: 1.5em 1.5em 0.5em !important;
}

@media only screen and (max-width: 767px) {
  .rowactions .f-dropdown.open {
    padding: 0 !important;
    width: 100%;
  }
  .rowactions .f-dropdown.open li {
    width: 100%;
    float: left;
    padding: 1em 0.5em;
  }
  .rowactions .f-dropdown.open li a {
    padding-bottom: 0 !important;
  }
}

/* Reveal overrides */
.reveal-modal-bg {
  z-index: 1000;
}

.reveal-modal {
  z-index: 1001;
}

/* Clearing overrides */
[data-clearing] li {
  margin-right: 0px;
}

.clearing-assembled .clearing-container .visible-img, .clearing-assembled.clearing-blackout, .clearing-assembled .clearing-container .carousel {
  background: rgba(0, 0, 0, 0.6);
}

.clearing-container {
  width: 65%;
  margin: 10px auto 0;
}

@media only screen and (max-width: 767px) {
  .clearing-container {
    width: 100%;
  }
}

/* Orbit overrides */
.orbit-container {
  background-color: #fff;
}

.orbit-wrapper .slider-nav span.right {
  right: 1em;
}

.orbit-wrapper .slider-nav span.left {
  left: 1em;
}

ol.orbit-bullets {
  position: absolute;
  top: inherit;
  bottom: 0;
  display: block;
  width: 100%;
  height: 22px;
  margin: auto;
  text-align: center;
  z-index: 799;
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
}

ol.orbit-bullets > li {
  display: inline-block;
  float: none;
  width: 12px;
  margin-left: 0;
  background-position: 0;
}

.orbit-prev, .orbit-next {
  display: none;
}

/* SECTIONS */
section a:hover {
  text-decoration: none;
}

.section-container.tabs section .title, .section-container.tabs .section .title {
  -moz-box-shadow: inset 0px 1px 0px 0px white;
  -webkit-box-shadow: inset 0px 1px 0px 0px white;
  box-shadow: inset 0px 1px 0px 0px white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, white), color-stop(1, #e0e0e0));
  background: -moz-linear-gradient(center top, white 5%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e0e0');
  background-color: #ffffff;
}

.section-container.tabs section.active .title, .section-container.tabs .section.active .title {
  filter: none;
  background: #ffffff !important;
  border-bottom: none;
  z-index: 888;
}

.section-container.tabs section .title a, .section-container.tabs .section .title a {
  border-right: 1px solid #e9e7e7;
}

.section-container.tabs section:last-child .title, .section-container.tabs .section:last-child .title {
  border-right: none !important;
}

section .content.panes {
  overflow: inherit;
}

@media only screen and (max-width: 767px) {
  .section-container.auto {
    margin-bottom: 2em;
  }
  .section-container.auto section.active .title {
    font-weight: bold !important;
    border-bottom: none !important;
    border-right: none !important;
    text-decoration: underline !important;
    background: #0088cc !important;
  }
  .section-container.auto section.active .title a {
    color: #FFF !important;
  }
  .section-container.auto section.active .content {
    border-top: none !important;
  }
}

/* Standard Forms */
form {
  margin: 0;
}

/* Using forms within rows, we need to set some defaults */
.form .row .row {
  margin: 0 -0.285em;
}

.form .row .row .column,
.form .row .row .columns {
  padding: 0 0.285em;
}

.form .row .row.collapse {
  margin: 0;
}

.form .row .row.collapse .column,
.form .row .row.collapse .columns {
  padding: 0;
}

.form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}

.form .row input.column,
.form .row input.columns,
.form .row textarea.column,
.form .row textarea.columns {
  padding-left: 0.285em;
}

/* Label Styles */
label {
  font-size: 1em;
  color: #4d4c4c;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.2142857143em;
}

label.right {
  float: none;
  text-align: right;
}

label.inline {
  margin: 0 0 0.57em 0;
  padding: 0.4278571429em 0;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 1em;
  height: 1.7835714286em;
  line-height: 1.7835714286em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.4285714286em;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.4285714286em;
}

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span so buttons keep their own */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333;
}

span.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333;
}

span.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1em;
  margin: 0 0 0.57em 0;
  padding: 0.285em;
  height: 1.7835714286em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  padding: 0 5px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #ddd;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0.1425em 0 0.57em 0;
}

input[type="file"] + label,
input[type="checkbox"] + label,
input[type="radio"] + label,
select + label {
  display: inline-block;
  margin-left: 5px;
}

/* application form fix IE9 */
.item.check > label,
.item.radio > label {
  margin-top: 10px;
}

.item.check label + span,
.item.radio label + span {
  display: block;
}

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
fieldset {
  border: solid 0 #ddd;
  padding: 1.4285714286em;
  margin: 1.2857142857em 0;
}

fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.2142857143em;
  margin: 0;
  margin-left: -0.2142857143em;
}

/* Error Handling */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #ee1d25;
  background-color: rgba(238, 29, 37, 0.1);
}

.error input:focus,
input.error:focus,
.error textarea:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999999;
}

.error label,
label.error {
  color: #ee1d25;
}

.error small,
small.error {
  display: block;
  padding: 0.4285714286em 0.2857142857em;
  margin-top: 0;
  margin-bottom: 0.57em;
  font-size: 0.8571428571em;
  font-weight: bold;
  background: #ee1d25;
  color: #fff;
}

/* Radio button styles */
form.custom .customized-radio {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  border: solid 1px #cccccc;
  background: white;
}

form.custom .customized-radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: #222222;
  position: relative;
}

.block-grid > li {
  margin: 0;
}

.ui-autocomplete {
  z-index: 99999 !important;
}

.a-b2b .ui-menu {
  padding: .5em 2px;
}

.a-b2b .ui-menu .ui-menu-item {
  padding: 0 0 0 .5em;
}

.ui-effects-transfer {
  border: 1px solid #38a44d;
  background-color: #b8dab7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  z-index: 2000;
}

.ui-effects-wrapper {
  display: table;
}

/*-----------------------------------------------------------------------------
[ELEMENT DEFAULTS]
-----------------------------------------------------------------------------*/
body {
  line-height: 1.4;
  font-size: 14px;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5em;
  line-height: 1.2;
}

h1 {
  font-size: 2.8571428571em;
  margin-top: 0;
}

h2, h3, h4, h5, h6 {
  margin-top: 1em;
}

h2 {
  font-size: 1.7142857143em;
  margin-bottom: 0.7em;
}

h2.marked {
  margin-bottom: 20px !important;
  padding: 5px;
  text-align: center;
  background-color: #38a44d;
  color: #fff !important;
  font-size: 1.4285714286em !important;
  font-weight: 700;
  text-transform: uppercase;
}

h2.marked-dark {
  background-color: #000000;
}

h3 {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0;
}

h4, h5 {
  font-size: 0.8571428571em;
  font-style: italic;
  margin-bottom: 0;
}

h6 {
  font-size: 1em;
}

em {
  font-style: italic;
}

em * {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

strong *, b * {
  font-weight: bold;
}

label {
  color: #333;
  cursor: default;
}

th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  text-transform: uppercase;
}

td {
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

tr:first-child td {
  border-top: 1px solid #fff;
}

ul {
  list-style: disc outside;
  margin: 1em 0 2em 1.63em;
}

ol {
  list-style: decimal outside;
  margin: 1em 0 2em 1.72em;
}

ul ul, ul ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1em;
}

ol ol, ol ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1em;
}

li {
  margin: 0 0 .5em 0;
}

p {
  margin: 0 0 1em 0;
}

optgroup {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:link, a:visited {
  text-decoration: none;
}

a:active, a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

figure span {
  font-style: italic;
  font-size: smaller;
}

fieldset {
  padding: 0;
}

fieldset legend {
  display: none;
}

input[type="text"][readonly] {
  background-color: #ddd;
  color: #5C5C5C;
  cursor: default;
}

.pre {
  white-space: pre;
}

img.main {
  margin-bottom: 10px;
}

/*** Foundation form fix for touch screens ***/
.touch select {
  display: inline-block !important;
  visibility: visible !important;
  margin-left: 0 !important;
  position: static !important;
  -webkit-appearance: menulist-button;
  height: 24px;
  padding: 4px 6px;
  line-height: 30px;
}

.touch .custom.dropdown {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .touch select {
    height: 30px;
  }
}

/*-----------------------------------------------------------------------------
[Utilities]
-----------------------------------------------------------------------------*/
.clear {
  clear: both;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.container {
  *zoom: 1;
}

.container:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}

ul.plain, ol.plain {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}

ul.plain > li, ol.plain > li {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}

.structural {
  position: absolute;
  left: -9999em;
}

.structural * {
  position: absolute;
  left: -9999em;
}

.hidden {
  display: none;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.notice {
  color: #74a649;
  font-weight: bold;
  display: block;
  background: #e9fce9 url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAMAAAAxZj1mAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAxQTFRF5/Pn6PPoisOK////n3rHRgAAAAR0Uk5T////AEAqqfQAAAA2SURBVHjaPIyJDQAwCAJ59t+5FlpN1EMM8C/aWBZXUBIRvzwOdFszjeyyey3fgP4/kdTUEWAAOn4A+IhD19AAAAAASUVORK5CYII=) no-repeat 5px 50%;
  border: 1px solid #bfe5bf;
  border-radius: 2px;
  padding: 2px 8px 2px 20px;
}

.intro, body.p-searchresult .top-content table td, body.p-searchresult .top-content tr td, body.p-searchresult .top-content td td {
  font-size: 1.2857142857em;
  line-height: 1.2;
}

img.right {
  float: right;
  clear: right;
  margin: 0 0 1em 1em;
}

img.left {
  float: left;
  clear: left;
  margin: 0 1em 1em 0;
}

.numeric {
  text-align: right;
  white-space: nowrap;
}

.linklist, .filelist {
  clear: both;
  line-height: 1.72;
}

.linklist h2 {
  margin-bottom: .18em;
}

.filelist h2 {
  margin-bottom: .18em;
}

.filelist ul.files a img {
  float: left;
  height: 16px;
  width: 16px;
  margin: .1em .45em 0 0;
  padding: 0;
  vertical-align: text-bottom;
}

.prices .oldprice, .pricearea .oldprice {
  color: #888;
  /*text-decoration: line-through;*/
}

.pricearea .member-price, .pricearea .member-price-label, #buyarea .member-price, #buyarea .member-price-label {
  color: #00aa5a !important;
}

.prices .price {
  font-size: 1.5em;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  z-index: 89;
}

.loader img {
  display: block;
}

.loading {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background: white url(/ui/img/loading.gif) no-repeat center center;
  opacity: .8;
}

select.variantselector .unavailable, div.variantselector .unavailable {
  background-color: #ddd;
  color: #777;
}

#reordermessage, #orderapprovedmessage {
  display: none;
}

.reordermessage {
  display: none;
  border-radius: 5px;
  background-color: #eee;
  border: 1px solid #ccc;
  width: 8em;
  text-align: center;
  z-index: 10000;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}

/* _productLists has special selected styles, changes here may affect them */
.box, .banner-box {
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
}

.box .box-inner,
.box .banner-box-inner, .banner-box .box-inner,
.banner-box .banner-box-inner {
  border: 1px solid #ddd;
  position: relative;
  z-index: 2;
  padding: 10px;
  background-color: #fff;
}

.box .box-inner.alt,
.box .banner-box-inner.alt, .banner-box .box-inner.alt,
.banner-box .banner-box-inner.alt {
  background-color: #b8dab7;
}

.box .box-inner.selectable,
.box .banner-box-inner.selectable, .banner-box .box-inner.selectable,
.banner-box .banner-box-inner.selectable {
  padding: 11px !important;
}

.box .box-inner.selectable:hover,
.box .banner-box-inner.selectable:hover, .banner-box .box-inner.selectable:hover,
.banner-box .banner-box-inner.selectable:hover {
  border-color: #38a44d !important;
  border-width: 2px !important;
  padding: 10px !important;
}

.box .box-inner.selectable:hover h2,
.box .banner-box-inner.selectable:hover h2, .banner-box .box-inner.selectable:hover h2,
.banner-box .banner-box-inner.selectable:hover h2 {
  color: #38a44d;
}

.box .box-inner.active,
.box .banner-box-inner.active, .banner-box .box-inner.active,
.banner-box .banner-box-inner.active {
  border-color: #38a44d !important;
  border-width: 2px !important;
  padding: 10px !important;
}

.box .box-inner.active h2,
.box .banner-box-inner.active h2, .banner-box .box-inner.active h2,
.banner-box .banner-box-inner.active h2 {
  color: #38a44d;
}

.box.adjacent, .banner-box.adjacent {
  margin-bottom: 0;
}

.box.adjacent .box-inner,
.box.adjacent .banner-box-inner, .banner-box.adjacent .box-inner,
.banner-box.adjacent .banner-box-inner {
  border-bottom: 0;
}

.box .banner-box-inner, .banner-box .banner-box-inner {
  padding: 0;
}

.box .banner-box-inner.banner-space, .banner-box .banner-box-inner.banner-space {
  padding: 10px;
}

.box div.shadow, .banner-box div.shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 100%;
  -webkit-box-shadow: 0 5px 6px #a6a6a6;
  -moz-box-shadow: 0 5px 6px #a6a6a6;
  box-shadow: 0 5px 6px #a6a6a6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

.banner {
  margin-bottom: 20px !important;
}

.banner + .row li {
  padding-bottom: 0;
}

.banner .columns {
  font-size: 1.2857142857em;
  color: #000000;
}

.banner .columns a {
  color: #000000;
  text-decoration: underline;
}

.banner .columns a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .banner .columns + .columns {
    margin-top: 20px;
  }
}

.divider {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

/* Editor styles */
.largetext {
  font-size: 1.45em;
}

.greentext {
  color: #38a44d;
}

.redtext {
  color: #ee1d25;
}

.darktext {
  color: #333;
}

.editorprice,
.formatprice {
  font-size: 1.8571428571em;
  text-align: right;
  font-weight: bold;
  color: #ee1d25;
}

.formatprice {
  text-align: inherit;
}

.p-theme .product-sale {
  line-height: 1.6;
}

#product_list .product-sale div .discount .percent, #product_list .product-sale div .sale .percent, .productaccessories .product-sale div .discount .percent, .productaccessories .product-sale div .sale .percent {
  margin-top: -15px;
  font-size: 2.3em;
}

#product_list .product-sale div .discount .save, .productaccessories .product-sale div .discount .save {
  padding-top: 10px;
}

#product_list .member-price-logo, .productaccessories .member-price-logo {
  left: inherit;
  right: 180px;
  top: 30px;
}

@media only screen and (max-width: 767px) {
  #product_list .member-price-logo, .productaccessories .member-price-logo {
    right: 0;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 768px) {
  #product_list .member-price-logo, .productaccessories .member-price-logo {
    right: 170px;
  }
}

#product_list .member-price-logo .member-price-logo-small, .productaccessories .member-price-logo .member-price-logo-small {
  width: 75px;
}

.productaccessories .productcontainer .productitem .product-body .product-sale {
  vertical-align: top;
}

.productaccessories .productcontainer .productitem .product-body .product-sale div .discount, .productaccessories .productcontainer .productitem .product-body .product-sale div .sale {
  top: 0px;
}

.productaccessories.product-list .box .productcontainer .productitem .product-body .product-sale {
  vertical-align: top;
}

.productitem .sale .percent {
  line-height: 52px;
}

.member-price-logo-display .member-price-logo-small, .member-price-logo-display .member-price-logo-large {
  position: absolute;
  z-index: 3;
  top: 0px;
  right: 0px;
}

.member-price-logo-display .member-price-logo-small {
  height: 75px;
}

.product-sale .sale,
.product-sale .discount {
  position: absolute;
  z-index: 3;
  top: 0px;
  right: 0px;
  height: 75px;
  width: 75px;
  background-color: #ee1d25;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  text-transform: lowercase;
}

.product-sale .sale .save,
.product-sale .discount .save {
  padding-top: 10px;
}

.product-sale .sale .percent,
.product-sale .discount .percent {
  font-family: futura-pt-condensed;
  margin-top: -12px;
  padding: 0;
  font-size: 2em;
  font-weight: 800;
}

.product-sale .sale {
  background-color: #38a44d;
}

.product-sale .sale .save {
  padding-top: 4px;
}

.product-sale .sale .saving-subtitle {
  position: absolute;
  width: 100%;
  bottom: 9px;
  line-height: 22px;
  left: 0;
  text-transform: none;
}

.product-sale.large div span.discount .save {
  padding-top: 15px;
}

.product-sale.large .sale, .product-sale.large .discount {
  height: 100px;
  width: 100px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.product-sale.large .sale .save, .product-sale.large .discount .save {
  padding-top: 10px;
}

.product-sale.large .sale .percent, .product-sale.large .discount .percent {
  font-size: 3.4em;
  margin-top: -14px;
}

.product-sale.large .sale .saving-subtitle, .product-sale.large .discount .saving-subtitle {
  bottom: 13px;
}

.member-price-logo {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

select.dropdown-status {
  display: none;
}

.dropdown.dropdown-status .current span,
.dropdown.dropdown-status li span,
.productstatusunavailable {
  padding-bottom: 3px;
  color: #ee1d25 !important;
  font-weight: bold;
}

.dropdown.dropdown-status .current span,
.dropdown.dropdown-status li span {
  font-size: 85%;
}

.product-description_table {
  border-collapse: collapse;
  width: 100%;
  border: none;
  color: #555;
}

.product-description_table tr:nth-child(even) {
  background: #FFF;
}

.product-description_table tr:nth-child(odd) {
  background: #f7f7f7;
}

@media only screen and (max-width: 767px) {
  .product .productdescription .product-description_table.mobile th.first-column {
    max-width: 40%;
    width: 40%;
  }
  .product .productdescription .product-description_table.mobile th.second-column {
    max-width: 60%;
    width: 60%;
  }
}

.product .productdescription .product-description_table td, .product .productdescription .product-description_table th {
  /*max-width: 50%;
        width: 50%;*/
  word-break: break-word;
  border: none;
  padding: 8px;
  color: #555;
}

.product .productdescription .product-description_table td .markdown ul, .product .productdescription .product-description_table td .markdown p, .product .productdescription .product-description_table th .markdown ul, .product .productdescription .product-description_table th .markdown p {
  margin-top: 0;
  margin-bottom: 0;
}

.product .productdescription .product-description_table td.table-title {
  text-transform: none;
  font-weight: bold;
  background-color: #fff;
}

.product .productdescription .product-description_table tr.table-head {
  /*display:none;*/
  background-color: #fff;
}

.product .productdescription .product-description_table th.first-column {
  max-width: 30%;
  width: 30%;
}

.product .productdescription .product-description_table th.second-column {
  max-width: 70%;
  width: 70%;
}

.bullet-points {
  text-align: left;
}

.right-align {
  text-align: right;
}

#page {
  padding-top: 119px;
  /* No shopping list available, hide mini cart and buy buttons */
}

#page.noshop #minicart,
#page.noshop .button[data-role="buybutton"] {
  display: none;
}

/*-----------------------------------------------------------------------------
Header
-----------------------------------------------------------------------------*/
.printheader {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1999;
  background: #38a44d url(/ui/img/framework/colorbar.png) repeat-x 0 83px;
}

.header #toolbar {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.header #toolbar, .header #toolbar * {
  color: #fff;
}

.header .headertext {
  margin-top: 29px;
  color: #fff;
  white-space: nowrap;
}

.header .headertext p {
  margin: 0;
  font-size: 1.7142857143em;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (max-width: 970px) {
  .header .headertext {
    margin-top: 37px;
  }
  .header .headertext p {
    font-size: 1.1428571429em;
  }
  .header .button {
    font-size: 0.7857142857em;
  }
}

.login.button {
  margin-top: 3px;
}

/*-----------------------------------------------------------------------------
Minicart
-----------------------------------------------------------------------------*/
#minicart {
  background-color: #b8dab7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

#minicart > div {
  padding: 4px;
}

#minicart .info {
  padding-right: 0;
  text-align: right;
  line-height: 13px;
  color: #333;
}

#minicart .button {
  height: 27px;
  line-height: 27px;
}

#minicart .empty {
  text-align: center;
  line-height: 27px;
}

@media only screen and (max-width: 970px) {
  #minicart .quantity,
  #minicart .amount {
    font-size: 0.8571428571em;
  }
}

@media only screen and (max-width: 767px) {
  #minicart {
    position: fixed;
    top: -25px;
    right: 6px;
    height: 25px;
    width: 15px;
  }
}

#customerservice {
  float: right;
}

#customerservice li {
  float: left;
  padding: 6px 0 6px 14px;
}

#customerservice li:first-child {
  padding-left: 0;
}

#customerservice a {
  font-size: 0.9285714286em;
  font-weight: 700;
}

#loginoutcontainer {
  line-height: 1.6;
  float: right;
  font-size: 0.9285714286em;
}

#loginoutcontainer > * {
  float: right;
}

#loginoutcontainer a {
  display: block;
}

#loginoutcontainer a > span {
  float: left;
  padding: 8px 0 6px 14px;
}

#masthead {
  position: relative;
  padding-bottom: 0em;
}

#masthead .logo {
  position: absolute;
  top: -30px;
  left: 0;
}

#masthead .logo .home {
  float: left;
  margin: 7px 17px 0 0;
}

@media only screen and (max-width: 970px) {
  #masthead .logo .home {
    margin: 7px 12px 0 0;
  }
}

/*-----------------------------------------------------------------------------
Searchf
-----------------------------------------------------------------------------*/
#search .searchfield {
  width: 100%;
  height: 27px;
  float: left;
  -webkit-appearance: none;
  margin: 0;
  padding: 1px 1em;
  font-size: 1.0714285714em;
  line-height: 1.5em;
  border-top: 1px solid #579037;
  border-left: 1px solid #579037;
  border-bottom: 1px solid #315f1f;
  border-right: 0;
  outline: none;
}

#search fieldset {
  z-index: 120;
  position: relative;
  padding: 4px;
  background-color: #b8dab7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.ui-autocomplete-loading {
  background: #fff url(/ui/img/loading.gif) right center no-repeat;
}

.ui-autocomplete-category {
  font-weight: bold;
  line-height: 1.5;
  margin: 10px 0px 0px 0px;
  padding: 10px 0px .2em .2em;
  font-size: 100%;
  text-transform: uppercase;
  border-top: 1px solid #ddd;
}

.ui-autocomplete-category:first-child {
  padding: 5px 0px .2em .2em;
  margin: 0px;
  border: none;
}

.ui-autocomplete.ui-menu .ui-menu-item a {
  color: #a6a6a6;
  padding: 0px .4em;
  margin: 0px;
  border: 1px solid #fff;
}

.ui-autocomplete.ui-menu.is-loop54 .ui-menu-item:last-child {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 1px;
}

.ui-autocomplete.ui-menu.is-loop54 .ui-menu-item:last-child a {
  color: #38a44d;
  text-align: center;
}

.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus,
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: 0px;
  border: 1px solid #a6a6a6;
}

/*-----------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/
#footer {
  position: relative;
  min-height: 200px;
  margin-top: 3em;
  color: #333;
}

#footer h2 {
  margin: 0 0 5px;
  font-size: 1em;
  color: #333;
}

#footer .columns {
  margin-bottom: 15px;
}

#footer .footer-bar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 11px;
  background: transparent url(/ui/img/framework/colorbar.png) repeat-x 0 0;
}

#footer .footer-top {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #c6c6c6;
  -moz-box-shadow: 0 0 5px #c6c6c6;
  box-shadow: 0 0 5px #c6c6c6;
}

#footer .footer-top .footer-inner {
  margin: 19px 0 1px;
  padding-top: 32px;
}

#footer .footer-top .footer-inner h2 {
  margin-top: 5px;
}

#footer .footer-top .footer-inner .footer-column1 a {
  text-decoration: underline;
}

#footer .footer-top .footer-inner .footer-column1 a:hover {
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 15px;
  background-color: #fff;
}

#footer .footer-bottom p {
  margin-bottom: 0;
}

#footer a {
  color: #333;
}

#footer .button {
  width: 100%;
}

#footer .storeselection .custom.dropdown {
  width: 100%;
  margin: 8px 0 12px;
  font-size: 1em;
}

@media only screen and (max-width: 767px) {
  #footer .footer-bottom {
    text-align: left;
  }
  #footer .storeselection select {
    margin-bottom: 20px;
  }
}

/*-----------------------------------------------------------------------------
Sidebar info
-----------------------------------------------------------------------------*/
#sidebarinfo ul, #sidebarinfo li {
  list-style-type: none;
  line-height: 1;
}

#sidebarinfo li {
  padding: 5px 0 5px 0px;
}

#sidebarinfo li.hasicon {
  background-repeat: no-repeat;
  padding: 10px 0 10px 40px;
}

/*-----------------------------------------------------------------------------
Content
-----------------------------------------------------------------------------*/
#content {
  padding-top: 12px;
  min-height: 20em;
}

#content > .container {
  padding-top: 2em;
}

.text-content {
  padding: 20px !important;
}

@media only screen and (max-width: 767px) {
  .text-content {
    padding: 10px !important;
  }
}

.left-align {
  text-align: left !important;
}

/*-----------------------------------------------------------------------------
Error and success
-----------------------------------------------------------------------------*/
.error {
  color: #ee1d25;
}

.success {
  color: #74a649;
}

.columns.small-centered h1 {
  text-align: center;
  font-size: 40px;
}

/*-----------------------------------------------------------------------------
-------------------------------------------------------------------------------
MEDIA QUERIES
-------------------------------------------------------------------------------
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #page {
    padding: 0;
  }
  .header {
    position: relative;
    padding-bottom: 15px;
    background-position: 0 100%;
  }
  .header #masthead {
    padding: 0;
  }
  .header #masthead .logo {
    margin: 0;
  }
  .header #search {
    margin: .5em 0;
  }
  .header #minicart {
    padding: 0;
  }
  .header #toolbar, .header #toolbar * {
    color: #000;
  }
  .header body.p-searchresult .tabs li a {
    padding: 10px !important;
  }
  .header #minicart .quantity {
    position: absolute;
    right: -10px;
    top: 0px;
    min-width: 1.65em;
    background-color: #38a44d;
    text-align: center;
    font-size: .8em;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;
  }
}

.ajax {
  position: relative;
}

.ajax .progress {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}

.ajax .progress > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("/ui/img/loading.gif");
  background-position: center 200px;
}

.paging {
  overflow: auto;
  line-height: 1;
  text-align: center;
  display: inline-block;
}

.paging .next,
.paging .previous {
  background-repeat: no-repeat;
  background-position: center center;
  color: transparent;
}

.paging .next {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #c2c2c2 !important;
}

.paging .previous {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.paging a,
.paging span {
  float: left;
  border: 1px solid #c2c2c2;
  border-right: 0;
  display: inline-block;
  text-decoration: none;
  text-decoration: none;
  width: 34px;
  text-align: center;
  line-height: 27px;
  height: 28px;
}

@media only screen and (max-width: 767px) {
  .paging a,
  .paging span {
    width: 38px;
  }
}

.paging a {
  color: #333;
  background-color: #ffffff;
}

.paging a.next {
  background: #ffffff url("/ui/img/icons/green_forward_arrow.png") no-repeat 50% 50%;
}

.paging a.previous {
  background: #ffffff url("/ui/img/icons/green_back_arrow.png") no-repeat 50% 50%;
}

.paging a:hover {
  color: #777;
}

.paging a.active {
  background: none;
  background-color: #38a44d;
  border: 1px solid #38a44d;
  color: #ffffff;
}

.paging span {
  background-color: #e2e7ef;
  color: #bbb;
}

.paging span.next {
  background-image: url("/ui/img/icons/gray_forward_arrow.png");
}

.paging span.previous {
  background-image: url("/ui/img/icons/gray_back_arrow.png");
}

.productfilter {
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 1;
}

.productfilter a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
  padding: .5em;
  border: 1px solid #ddd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, white), color-stop(1, #ddd));
  background: -moz-linear-gradient(center top, white 5%, #ddd 100%);
  text-decoration: none;
  text-shadow: 1px 1px 0px #fff;
}

.productfilter a:hover, .productfilter .selected {
  border-color: #777;
  color: #777;
}

.button {
  padding: 4px 17px 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 1em;
  -moz-box-shadow: inset 0px 1px 0px 0px #38a44d;
  -webkit-box-shadow: inset 0px 1px 0px 0px #38a44d;
  box-shadow: inset 0px 1px 0px 0px #38a44d;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #38a44d), color-stop(1, #008262));
  background: -moz-linear-gradient(center top, #38a44d 5%, #008262 100%);
  background-color: #38a44d;
  border: 1px solid #579037;
  border-bottom: 1px solid #315f1f;
  display: inline-block;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-decoration: none;
  white-space: inherit;
  text-transform: uppercase;
}

.button:hover, .button.current {
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #008262), color-stop(1, #38a44d));
  background: -moz-linear-gradient(center top, #008262 5%, #38a44d 100%);
}

.button.alert {
  -moz-box-shadow: inset 0px 1px 0px 0px #ea1a22;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ea1a22;
  box-shadow: inset 0px 1px 0px 0px #ea1a22;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ea1a22), color-stop(1, #7d0f13));
  background: -moz-linear-gradient(center top, #ea1a22 5%, #7d0f13 100%);
  background-color: #ea1a22;
}

.button.alert:hover {
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7d0f13), color-stop(1, #ea1a22));
  background: -moz-linear-gradient(center top, #7d0f13 5%, #ea1a22 100%);
  border: 1px solid #660c10;
  border-bottom: 1px solid #ea151c;
}

.button.large {
  padding: 0.83333em 1.2em 0.91667em 1.2em;
  font-size: 1.33333em;
}

.button.medium {
  padding: 1.33333em 1.5em 1.41667em;
  font-size: 1.1em;
}

.button.small {
  padding: 0.75em 1.5em 0.83333em;
}

.button.full-width {
  width: 100%;
}

.button.mobile {
  width: 100%;
  margin-bottom: 10px;
}

.button.expand-items, .button.collapse-items {
  display: none;
  border: 1px solid #c2c2c2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ededee));
  background: -moz-linear-gradient(center top, #ffffff 5%, #ededee 100%);
  background-color: #ffffff;
  color: #333 !important;
  font-size: 1.0714285714em;
  font-weight: normal;
  padding-left: 21px;
  padding-right: 10px;
}

.button.expand-items span, .button.collapse-items span {
  padding-right: 40px;
  background: transparent url(/ui/img/icons/green_down_arrow.png) no-repeat 100% 50%;
}

.button.collapse-items span {
  background-image: url(/ui/img/icons/green_up_arrow.png);
  background-position: 100% 45%;
}

.member-button {
  /*width: 100%;*/
  position: relative;
  z-index: 1;
  color: #fff !important;
  font-size: 20px;
  font-family: "Knofedt", "futura-pt", sans-serif;
  height: 44px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 10px;
  text-transform: uppercase;
  text-decoration: none !important;
}

.member-button:hover {
  color: #fff;
  text-decoration: none;
}

/* This was a span in original code but it seems to be working without it */
/*.member-button__text {
	color: $member-button-color;
	font-size: em-calc(18px);
	padding-left: 20px;
	padding-right: 20px;
}*/
.member-button__bg {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.member-button__back {
  background-image: url("data:image/svg+xml,%3Csvg class='member-button__bg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 475.82 138.41' preserveAspectRatio='none'%3E%3Ctitle%3EButton%3C/title%3E%3Cpath class='member-button__image' d='M-112.64,68.57c65.29.59,130.59.87,195.88.39,27.27-.21,54.52-.58,81.76-1.73,16.93-.72,34.65.37,51.17-4,14.75-3.93,20.35-14.16,20.62-28.56,1.46-77.27,6.28-99.71-26.52-101.63-20.49-1.2-38.75-1.92-59.11-2q-43.24-.15-86.47-.22C14-69.24-36.75-69.14-87.46-68c-39.25.86-80.43.15-119.2,7.05-17.67,3.14-28.27,10.15-29.69,28.73-1,12.8-4,72.39,2.37,84.22,7.62,14.24,31.95,15,45.67,15.93,25.17,1.7,50.47.44,75.67.67' transform='translate(237.91 69.2)'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 44px;
}

section.active .tab-title .button {
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #008262), color-stop(1, #38a44d));
  background: -moz-linear-gradient(center top, #008262 5%, #38a44d 100%);
}

#searchbutton {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 27px;
  line-height: 27px;
}

#loginoutcontainer .button,
#minicart .button {
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 27px;
  line-height: 27px;
}

#loginoutcontainer a:hover span {
  text-decoration: underline;
}

/*-----------------------------------------------------------------------------
Navigation
-----------------------------------------------------------------------------*/
.navprimary {
  margin-top: 24px;
  background-color: #b8dab7;
  -webkit-box-shadow: 0 4px 2px -2px #ddd;
  -moz-box-shadow: 0 4px 2px -2px #ddd;
  box-shadow: 0 4px 2px -2px #ddd;
}

#navprimary {
  position: relative;
}

#navprimarynav.loading, #navprimary.loading * {
  cursor: progress;
}

#navprimary > ul {
  *zoom: 1;
  padding-left: 100px;
  font-weight: bold;
  position: relative;
  list-style-type: none;
  margin: 0;
}

#navprimary > ul:before, #navprimary > ul:after {
  content: " ";
  display: table;
}

#navprimary > ul:after {
  clear: both;
}

#navprimary > ul > li {
  margin: 0;
}

#navprimary > ul > li > a {
  z-index: 103;
  position: relative;
  padding: 5px 9px 3px;
  float: left;
  font-size: 0.9285714286em;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

@media only screen and (max-width: 970px) {
  #navprimary > ul > li > a {
    font-size: 0.7857142857em;
  }
}

#navprimary > ul > li > a.active, #navprimary > ul > li.active > a {
  position: relative;
  text-decoration: none;
}

#navprimary > ul > li.active.popup > a {
  z-index: 900;
}

#navprimary > ul > li > a.active,
#navprimary > ul > li > a:hover {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #fff;
  padding: 5px 8px 3px;
  text-decoration: none;
}

#navprimary .navgroup {
  display: none;
  z-index: 899;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
}

#navprimary .navgroup .row > div:last-child {
  float: left;
}

#navprimary .navgroup .box {
  margin-bottom: 0;
}

#navprimary .navgroup .navgroup-header {
  color: #333;
  font-weight: normal;
}

#navprimary .navgroup .navgroup-header a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9285714286em;
}

#navprimary .navgroup .navgroup-header p {
  display: inline;
  margin: 0;
}

#navprimary .navgroup .colgroup > ul {
  margin-top: 10px;
}

#navprimary .navgroup .column > ul > li + li {
  margin-top: 1em;
}

#navprimary .navgroup .column > ul > li > a {
  font-weight: bold;
}

#navprimary .navgroup a {
  color: #333;
  font-weight: normal;
}

.nav, .nav ul, .nav li {
  list-style-type: none;
  line-height: 1;
}

.nav a {
  padding-bottom: 5px;
  padding-top: 5px;
}

/*-----------------------------------------------------------------------------
Subnav
-----------------------------------------------------------------------------*/
#subnav nav {
  font-size: 1.0714285714em;
}

#subnav div.leftmenu.nav {
  padding-left: 0;
}

#subnav a {
  color: #333;
  text-decoration: none;
  padding: 0;
}

#subnav a:hover {
  color: #38a44d;
}

#subnav h2 {
  margin: 10px -10px;
  padding: 12px 0 8px;
  background-color: #38a44d;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

#subnav h2:first-child {
  margin-top: -10px;
}

#subnav h2 + ul {
  margin-top: 20px;
}

#subnav .filter {
  margin-bottom: 20px;
}

#subnav .filter ul.remove-links {
  margin: 0;
  margin-top: -1px;
  list-style-type: none;
  padding: 7px 0;
  border: 1px solid #c2c2c2;
  background-color: #fff;
}

#subnav .filter ul.remove-links li {
  background-image: url("/ui/img/icons/remove2.png");
  background-position: right 7px center;
  background-repeat: no-repeat;
}

#subnav .filter ul.remove-links li:hover {
  background-image: url("/ui/img/icons/remove2-green.png");
}

#subnav .filter ul.remove-links li a {
  display: block;
  width: 100%;
  padding: 0 10px;
}

#subnav .button {
  font-size: 1em;
  margin-bottom: 0;
}

#subnav ul {
  margin: 0;
  padding: 0;
}

#subnav ul ul {
  padding: 7px 0;
  border: 1px solid #c2c2c2;
  border-top: 0;
  background-color: #fff;
}

#subnav ul.level2 ul {
  padding: 0;
  border: none;
}

#subnav ul.level2 ul.level3 {
  margin-left: 40px;
}

#subnav ul.level2 ul.level3 a.selected,
#subnav ul.level2 ul.level3 a.selectedparent {
  color: #38a44d;
}

#subnav ul.level2 ul.level3 li {
  padding: 3px 0;
  margin: 4px 0;
}

#subnav ul.level2 ul.level3 ul {
  margin-left: 20px;
}

#subnav li {
  margin-bottom: 0;
}

#subnav li span.level1 {
  display: block;
  margin: 0;
  padding: 6px 20px 5px;
  border: 1px solid #c2c2c2;
  border-top: none;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  background: -owg-linear-gradient(#fff, #ddd);
  background: -webkit-linear-gradient(#fff, #ddd);
  background: -moz-linear-gradient(#fff, #ddd);
  background: -o-linear-gradient(#fff, #ddd);
  background: linear-gradient(#fff, #ddd);
  background-color: #f2f2f2;
  color: #333;
  text-transform: uppercase;
  font-weight: 400;
}

#subnav li span.level1 a:hover {
  color: #333;
}

#subnav li:first-child span.level1 {
  border-top: 1px solid #c2c2c2;
}

#subnav li.level1 span.level1 {
  padding-right: 10px;
}

#subnav li.level1 span.level1 a {
  display: block;
  margin: 0;
  padding: 0;
  background-image: url(/ui/img/icons/green_down_arrow.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

#subnav li.selected span.level1 a,
#subnav li.selectedparent span.level1 a {
  background-image: url(/ui/img/icons/green_up_arrow.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

#subnav li li {
  margin: 0;
}

#subnav li li span.level2 {
  display: block;
  padding: 3px 20px;
  margin: 4px 0;
}

#subnav li li.selected span.level2, #subnav li li.selectedparent span.level2 {
  background-color: #38a44d;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 3px 0;
  color: #fff;
}

#subnav li li.selected span.level2 a, #subnav li li.selectedparent span.level2 a {
  color: #fff;
}

/*-----------------------------------------------------------------------------
Breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs {
  margin: 0 0 10px;
  background-color: #fff;
}

.breadcrumbs a {
  margin: 0 -2px;
  white-space: nowrap;
}

.breadcrumbs li:first-child a {
  margin-left: 0;
}

.breadcrumbs .disabled a {
  cursor: default;
  text-decoration: none;
}

.breadcrumbs2 {
  margin-bottom: 1em;
}

.breadcrumbs2 a {
  color: #008eb6;
}

.breadcrumbs2 .delimiter {
  color: #868686;
}

.breadcrumbs2 a.parent {
  color: #868686;
}

.breadcrumbs2 a.parent:hover {
  color: #008eb6;
}

@media only screen and (max-width: 767px) {
  #toolbar .row {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  body {
    background-color: #b8dab7;
  }
  #page {
    background-color: #fff;
  }
}

.mobile-logo a {
  width: 100%;
  display: block;
}

.mobile-logo * {
  text-align: center;
  float: none;
  display: inline-block;
}

.mobile-logo {
  position: absolute;
  left: 0;
  top: 4px;
}

div#renavigationPlaceholder, div.mobile_handle {
  float: left;
}

@media only screen and (max-width: 767px) {
  .header #search.renavigation-search {
    display: none;
    margin-top: 20px;
  }
  .shoppinglist,
  #loginoutcontainer {
    float: right;
    margin-left: 34px;
  }
  .shoppinglist {
    margin-left: 0;
  }
}

div.mobile_handle {
  display: none;
  width: 100%;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  margin: 0 6px 0 10px;
}

div.mobile_handle .menu-text {
  display: block;
  float: left;
  padding: 5px 0;
  color: #333;
}

div.mobile_handle .menu-icon, div.mobile_handle .search-icon {
  display: block;
  float: left;
  margin: 2px .6em;
  height: 25px;
}

div.mobile_handle .menu-icon {
  width: 27px;
  height: 25px;
  background: transparent url("/ui/img/renavigation/menuicon-big-777777.png") no-repeat left;
}

div.mobile_handle .search-icon {
  float: right;
  width: 25px;
  height: 25px;
  background: transparent url("/ui/img/renavigation/search-777777.png") no-repeat left;
}

#mainMobileMenu {
  /* First Level */
  display: none;
  margin: 0;
  font-weight: bold;
  color: #fff;
  /* Sub*/
  /* Second Level */
  /* Sub */
}

#mainMobileMenu a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

#mainMobileMenu a.sub_nav, #mainMobileMenu a.sub_nav:link, #mainMobileMenu a.sub_nav:visited, #mainMobileMenu a.sub_nav:hover {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: none;
  background: none;
  border-left: solid 1px #cfcfcf;
  background-color: none;
}

#mainMobileMenu ul a.sub_nav, #mainMobileMenu ul a.sub_nav:link, #mainMobileMenu ul a.sub_nav:visited, #mainMobileMenu ul a.sub_nav:hover {
  background: none;
  border-left: solid 1px #999;
}

#mainMobileMenu li.mobile-main-link {
  border-right: 1px solid #8cb48b;
}

#mainMobileMenu li.mobile-main-link a.sub_nav {
  padding: 0;
  border-left: 1px solid #8cb48b;
}

#mainMobileMenu li.mobile-main-link ul.sub-links a {
  font-weight: normal;
}

#mainMobileMenu li.mobile-main-link ul.sub-links a.sub_nav {
  padding: 0;
  border-color: #dedede;
}

#mainMobileMenu li.mobile-main-link ul.sub-links li {
  margin-right: -1px;
  border-right: 1px solid #dedede;
  border-color: #dedede;
}

#mainMobileMenu li.mobile-main-link ul.sub-links li ul a {
  text-transform: none;
}

#mainMobileMenu a.mobile_handle .menuicon {
  width: 12px;
  padding: 0 12px 0 0;
  margin: 0;
  background: url(transparent url("/ui/img/renavigation/search-777777.png") no-repeat left) no-repeat left;
}

#mainMobileMenu li {
  display: block;
  position: relative;
  float: none;
  padding: 0;
  margin: 0;
  background-color: #38a44d;
  border-top: 1px solid #8cb48b;
}

#mainMobileMenu li:last-child a {
  border-right: 0;
}

#mainMobileMenu li span.parent {
  display: block;
  margin: 0;
  padding: 10px 20px 8px 13px;
  background-color: #dddddd;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #cfcfcf;
}

#mainMobileMenu a, #mainMobileMenu a:link, #mainMobileMenu a:visited {
  display: block;
  position: relative;
  float: none;
  clear: both;
  background: none;
  padding: 10px 20px 8px 13px;
  background-color: none;
  background: #38a44d;
  /* Old browsers */
}

#mainMobileMenu a:hover {
  color: #fff;
  text-decoration: none;
}

#mainMobileMenu span.disabled {
  display: block;
  position: relative;
  float: none;
  clear: both;
  background: none;
  border-left: none;
  padding: 20px 20px;
  margin: 0;
  font-style: italic;
  line-height: 1em;
  color: #fff;
  background-color: #38a44d;
}

#mainMobileMenu .selectedparent, #mainMobileMenu a.selectedparent, #mainMobileMenu a.selectedparent:link, #mainMobileMenu a.selectedparent:visited, #mainMobileMenu a.selectedparent:hover, #mainMobileMenu #selected, #mainMobileMenu a#selected, #mainMobileMenu a#selected:link, #mainMobileMenu a#selected:visited, #mainMobileMenu a#selected:hover {
  background: none;
  color: #fff;
  background: #38a44d;
  /* Old browsers */
}

#mainMobileMenu ul {
  display: none;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: none;
  /* Third level */
  top: 0;
  left: 0;
  /* Fourth level */
  /* Fifth level */
  /* Sixth level */
  /* Seventh level */
  /* Eighth level */
  /* Ninth level */
}

#mainMobileMenu ul li {
  background-color: #fff;
}

#mainMobileMenu ul li:first-child {
  border-top: 1px solid #dedede;
}

#mainMobileMenu ul #a, #mainMobileMenu ul a:link, #mainMobileMenu ul a:visited {
  color: #333;
  border: none;
  background: none;
}

#mainMobileMenu ul a:hover {
  background-color: none;
  background: none;
}

#mainMobileMenu ul span.disabled {
  display: block;
  position: relative;
  float: none;
  clear: both;
  background: none;
  border-left: none;
  padding: 20px 20px 20px 35px;
  margin: 0;
  font-style: italic;
  line-height: 1em;
  color: #666;
  background: none;
  background-color: #fff;
}

#mainMobileMenu ul .selectedparent, #mainMobileMenu ul span.selectedparent, #mainMobileMenu ul a.selectedparent, #mainMobileMenu ul a.selectedparent:link, #mainMobileMenu ul a.selectedparent:visited, #mainMobileMenu ul a.selectedparent:hover {
  background: none;
  color: #333;
  font-weight: normal;
  background: #38a44d;
  /* Old browsers */
}

#mainMobileMenu ul a, #mainMobileMenu ul a:link, #mainMobileMenu ul a:visited {
  padding-left: 20px;
}

#mainMobileMenu ul span.disabled {
  padding-left: 20px;
}

#mainMobileMenu ul ul {
  top: 0;
  left: 0;
}

#mainMobileMenu ul ul a, #mainMobileMenu ul ul a:link, #mainMobileMenu ul ul a:visited {
  padding-left: 27px;
  font-weight: normal;
}

#mainMobileMenu ul ul span.disabled {
  padding-left: 27px;
}

#mainMobileMenu ul ul ul {
  top: 0;
  left: 0;
}

#mainMobileMenu ul ul ul a, #mainMobileMenu ul ul ul a:link, #mainMobileMenu ul ul ul a:visited {
  padding-left: 65px;
}

#mainMobileMenu ul ul ul span.disabled {
  padding-left: 65px;
}

#mainMobileMenu ul ul ul ul {
  top: 0;
  left: 0;
}

#mainMobileMenu ul ul ul ul a, #mainMobileMenu ul ul ul ul a:link, #mainMobileMenu ul ul ul ul a:visited {
  padding-left: 75px;
}

#mainMobileMenu ul ul ul ul span.disabled {
  padding-left: 75px;
}

#mainMobileMenu ul ul ul ul {
  top: 0;
  left: 0;
}

#mainMobileMenu ul ul ul ul a, #mainMobileMenu ul ul ul ul a:link, #mainMobileMenu ul ul ul ul a:visited {
  padding-left: 85px;
}

#mainMobileMenu ul ul.disabled {
  padding-left: 85px;
}

#mainMobileMenu ul ul ul ul ul {
  top: 0;
  left: 0;
}

#mainMobileMenu ul ul ul ul ul a, #mainMobileMenu ul ul ul ul ul a:link, #mainMobileMenu ul ul ul ul ul a:visited {
  padding-left: 95px;
}

#mainMobileMenu ul ul.disabled {
  padding-left: 95px;
}

#mainMobileMenu ul ul ul ul ul {
  top: 0;
  left: 0;
}

#mainMobileMenu ul ul ul ul ul a, #mainMobileMenu ul ul ul ul ul a:link, #mainMobileMenu ul ul ul ul ul a:visited {
  padding-left: 85px;
}

#mainMobileMenu ul ul.disabled {
  padding-left: 85px;
}

#mainMobileMenu a.sub_, #mainMobileMenu a.sub_:link, #mainMobileMenu a.sub_:visited, #mainMobileMenu a.sub_:hover {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: none;
  background: none;
  border-left: dotted 1px #00294f;
  background-color: none;
}

#mainMobileMenu ul a.sub_, #mainMobileMenu ul a.sub_:link, #mainMobileMenu ul a.sub_:visited, #mainMobileMenu ul a.sub_:hover {
  background: none;
  border-left: dotted 1px #999;
}

#mainMobileMenu .arrow_up {
  float: right;
  width: 50px;
  padding: 10px 11px 8px;
  margin: 0;
  background: none;
  background: url("/ui/img/renavigation/arrowup-ffffff.png") no-repeat center;
}

#mainMobileMenu ul .arrow_up {
  float: right;
  width: 50px;
  padding: 10px 11px 8px;
  margin: 0;
  background: none;
  background: url("/ui/img/renavigation/arrowup-777777.png") no-repeat center;
}

#mainMobileMenu .arrow_down {
  float: right;
  width: 50px;
  margin: 0;
  padding: 10px 11px 8px;
  background: url("/ui/img/renavigation/arrowdown-ffffff.png") no-repeat center;
}

#mainMobileMenu ul .arrow_down {
  float: right;
  width: 50px;
  padding: 10px 11px 8px;
  margin: 0;
  background: none;
  background: url("/ui/img/renavigation/arrowdown-777777.png") no-repeat center;
}

#mainMobileMenu #reigation-row {
  margin: 0;
  padding: 0;
}

#mainMobileMenu #reigation-column {
  margin: 0;
  padding: 0;
}

#mainMobileMenu li.imported {
  border: none;
  border-right: 1px solid #dedede;
}

#mainMobileMenu li.imported .arrow_up {
  background: url("/ui/img/renavigation/arrowup-777777.png") no-repeat center;
}

#mainMobileMenu li.imported .arrow_down {
  background: url("/ui/img/renavigation/arrowdown-777777.png") no-repeat center;
}

#mainMobileMenu li.imported li .arrow_up {
  background: url("/ui/img/renavigation/arrowup-777777.png") no-repeat center;
}

#mainMobileMenu li.imported li .arrow_down {
  background: url("/ui/img/renavigation/arrowdown-777777.png") no-repeat center;
}

#mainMobileMenu li.imported > a {
  padding: 0;
}

#mainMobileMenu li.imported a {
  color: #333;
  text-transform: uppercase;
  font-weight: 400;
}

#mainMobileMenu li.imported ul {
  padding: 5px 0;
  background: #fff;
  border-bottom: solid 1px #dedede;
}

#mainMobileMenu li.imported ul li {
  border: none;
  color: #777;
  font-weight: normal;
  padding: 2px 20px 2px 27px;
}

#mainMobileMenu li.imported ul li a {
  background: #fff;
  color: #333;
  padding: 0;
  text-transform: none;
  font-size: 1em;
}

#mainMobileMenu li.imported.imported-first-node {
  border-top: solid 1px #dedede;
}

.mobile-main-link ul.sub-links {
  display: none;
}

.orbit-progress {
  visibility: hidden;
  display: none;
}

#slideshow {
  list-style-type: none;
  background: #fff url(/ui/img/loading.gif) no-repeat 50% 50%;
}

#slideshow img {
  display: none;
}

#slideshow.orbit-slides-container img {
  display: block !important;
}

.ad {
  text-align: center;
}

.ad .ad-title {
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #38a44d;
  line-height: 0.8;
}

.ad .ad-title .ad-prefix {
  font-size: 1.0714285714em;
  color: #fff;
}

.ad .ad-title h2 {
  color: #fff;
}

.ad .ad-linktext {
  display: block;
  margin-top: 5px;
  font-size: 1.0714285714em;
}

.ad a {
  color: #333;
}

/* Elastislide Style */
.elastislide-list {
  list-style-type: none;
  display: none;
}

.no-js .elastislide-list {
  display: block;
}

.elastislide-carousel ul,
.elastislide-carousel ul li {
  min-width: 85px !important;
  max-width: 85px !important;
  min-height: 60px !important;
  max-height: 60px !important;
  text-align: center;
}

.elastislide-wrapper {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  min-height: 61px;
}

.elastislide-wrapper.elastislide-loading {
  background-image: url(/ui/img/Elastislide/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

/* This needs to be added manual around the elastislide list (ul) */
.elastislide-horizontal-container {
  background: transparent url(/ui/img/Elastislide/arrow_back_off.png) no-repeat 0 50%;
}

.elastislide-horizontal {
  padding: 10px 35px;
  background: transparent url(/ui/img/Elastislide/arrow_forward_off.png) no-repeat 100% 50%;
}

@media only screen and (max-width: 767px) {
  .elastislide-horizontal {
    padding: 10px 20px;
  }
}

.elastislide-vertical {
  padding: 40px 10px;
}

.elastislide-carousel {
  overflow: hidden;
  position: relative;
}

.elastislide-carousel ul {
  position: relative;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.elastislide-horizontal ul {
  white-space: nowrap;
  text-align: left;
}

.elastislide-carousel ul li {
  margin: 0;
  -webkit-backface-visibility: hidden;
}

.elastislide-horizontal ul li {
  height: 100%;
  display: inline-block;
  margin: 0 5px;
}

@media only screen and (max-width: 767px) {
  .elastislide-horizontal ul li {
    margin: 0 2px;
  }
}

.elastislide-vertical ul li {
  display: block;
}

.elastislide-carousel ul li a {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 1px;
}

.elastislide-carousel ul li a img {
  display: block;
  max-width: 100%;
}

/* Navigation Arrows */
.elastislide-wrapper nav span {
  position: absolute;
  width: 15px;
  height: 26px;
  text-indent: -9000px;
  cursor: pointer;
  opacity: 0.8;
}

.elastislide-wrapper nav span:hover {
  opacity: 1.0;
}

.elastislide-horizontal nav span {
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.elastislide-vertical nav span {
  top: 10px;
  left: 50%;
  margin-left: -11px;
  background-position: -17px 5px;
}

.elastislide-horizontal nav span.elastislide-next {
  right: 0;
  left: auto;
  background: transparent url(/ui/img/Elastislide/arrow_forward_on.png) no-repeat 0 0;
}

.elastislide-horizontal nav span.elastislide-prev {
  background: transparent url(/ui/img/Elastislide/arrow_back_on.png) no-repeat 0 0;
}

.elastislide-vertical nav span.elastislide-next {
  bottom: 10px;
  top: auto;
  background-position: -17px -18px;
}

/*
 * Google map
 */
.gmap {
  width: 100%;
  min-height: 525px;
}

.gmap h2 {
  margin-top: 0;
  font-family: inherit;
}

.gmap img {
  max-width: initial;
  vertical-align: initial;
}

aside .gmap {
  min-height: 235px;
}

@media only screen and (max-width: 767px) {
  .gmap {
    width: auto;
    min-height: 280px;
  }
}

/*-----------------------------------------------------------------------------
Campaigns
-----------------------------------------------------------------------------*/
.variantarea .campaign {
  margin: 15px -11px 0 -11px;
}

.shoppinglist-campaign .campaign {
  min-width: 200px;
  background-color: transparent !important;
  color: #777777 !important;
}

.product-list .box .productcontainer .productitem .product-body .product-price .campaign {
  margin-top: 0;
  margin-bottom: 20px;
}

.product-list .box .productcontainer .productitem .product-body .campaign {
  margin: 0px;
  margin-top: 20px;
}

.product-list .box .productcontainer .productitem .product-body .imagewrapper {
  z-index: 0;
  width: 115px;
  display: block;
}

.product-list .box .productcontainer .productitem .product-body .img-campaign {
  display: none;
}

.product-list .box .productcontainer .productitem .product-body .description-campaign {
  display: block;
}

.product-list .box .productcontainer .productitem .product-body .product-sale, .product-list .box .productcontainer .productitem .product-body .member-price-logo-display {
  vertical-align: middle;
}

.img-campaign {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.description-campaign {
  display: none;
}

.accessories .product-description .campaign {
  display: none;
}

.similarproducts .product-description .campaign {
  display: block;
  padding-bottom: 2px;
}

.similarproducts .product-description .campaign a {
  padding: 0;
  padding-top: 1px;
}

.similarproducts .product-description .campaign a[itemprop="url"] {
  padding-top: 0px;
}

.shoppinglist-campaign .campaign {
  height: inherit;
  vertical-align: middle;
}

.campaign {
  margin: 0 -11px 0 -11px;
  background-color: #F00;
  color: #FFF;
  text-align: center;
  line-height: 1.1428571429em;
}

.campaign .row a {
  display: block;
  padding: 2px 10px;
  color: inherit;
  text-decoration: none;
}

.campaign .campaign-name {
  display: block;
  color: inherit;
  font-weight: bold;
}

.campaign .campaign-date span {
  white-space: nowrap;
}

.campaign .bold {
  font-weight: bold;
}

.campaign .italic {
  font-style: italic;
}

.hgroup {
  padding-top: 5px;
}

body.p-campaign h1 span {
  font-weight: bold;
}

body.p-campaign h2 {
  margin-top: 0;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/ui/img/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/ui/img/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/ui/img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/ui/img/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/ui/img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("/ui/img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

/*-----------------------------------------------------------------------------
Show More/Less toggler
-----------------------------------------------------------------------------*/
.showmoreless-hidden {
  display: none;
}

.orderassortmentmodal h2 {
  color: #000;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: 600;
  margin-top: 0.5em;
}

.orderassortmentmodal input {
  height: 40px;
  margin-bottom: 25px;
}

.orderassortmentmodal input#email {
  margin-bottom: 0px;
}

.orderassortmentmodal__checkmark {
  margin-top: 14px;
  text-align: center;
}

.orderassortmentmodal__subtitle {
  text-align: center;
  margin: 0px 30px 30px 30px;
}

.orderassortmentmodal__buy-button {
  margin-top: 40px;
}

.orderassortmentmodal #Quantity {
  width: 45px;
  height: 25px;
}

.orderassortmentmodal__buy-button-info {
  color: #777;
  text-align: center;
  margin: 0px 105px;
}

@media only screen and (max-width: 767px) {
  .orderassortmentmodal__buy-button-info {
    margin: 0px 10px;
  }
}

.orderassortmentmodal #EmailError {
  color: #ee1d25;
}

.orderassortmentmodal #EmailError a {
  color: #ee1d25;
  text-decoration: underline;
}

.orderassortmentmodal__disclaimer {
  margin: 20px 0px;
  display: flex;
  color: #777;
}

.orderassortmentmodal__disclaimer__icon {
  border: 2px solid #000;
  color: #000;
  border-radius: 15px;
  padding: 0px 8px;
  font-weight: bold;
  height: 24px;
  margin-right: 10px;
}

.orderassortmentmodal .topborder {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

.orderassortmentmodal__product-container {
  padding: 15px 0px;
  margin: 5px 0px;
  display: flex;
}

.orderassortmentmodal__product-container.confirmation {
  border-bottom: 0px;
}

.orderassortmentmodal__product-container__info {
  margin-left: 10px;
}

.orderassortmentmodal__product-container__info h3 {
  margin-top: 0px;
  font-weight: unset;
}

.orderassortmentmodal__product-container__info p {
  margin-bottom: 0px;
  font-size: 16px;
}

.orderassortmentmodal__product-container__price {
  flex: 1;
  text-align: right;
  margin-top: 20px;
}

.orderassortmentmodal__product-container__price span.price {
  font-size: 1.8571428571em;
  text-align: right;
  font-weight: bold;
  color: #ee1d25;
  white-space: nowrap;
}

.orderassortmentconfirmationmodal__summary {
  padding: 14px 0px;
  border: solid 1px #ddd;
  border-radius: 3px;
}

.orderassortmentconfirmationmodal__summary div {
  padding-left: 14px;
}

.orderassortmentconfirmationmodal__summary .value {
  color: #777;
}

.orderassortmentconfirmationmodal__summarytitle {
  border-bottom: 1px solid #ddd;
  margin-bottom: 7px;
}

.oob-order-modal .fancybox-skin {
  background: #fff;
  color: #333;
}

/*-----------------------------------------------------------------------------
StartPage
-----------------------------------------------------------------------------*/
body.p-startpage #content .breadcrumbs {
  display: none;
}

body.p-startpage #content h2.marked,
body.p-startpage #content .ad-title h2 {
  margin: 0;
  font-size: 1.4285714286em;
  font-weight: 700;
  text-transform: uppercase;
}

body.p-startpage #content .puff {
  margin-top: 4em;
}

body.p-startpage #content .bottomsection h2 {
  padding: .2em;
  padding-left: 0;
  color: #555;
  margin-bottom: 1em;
}

body.p-startpage #content .bottomsection > footer {
  text-align: right;
}

body.p-startpage #content .bottomsection.newslist {
  margin-bottom: 1em;
}

body.p-startpage #content .bottomsection.newslist header h3 a {
  font-weight: bold;
}

body.p-startpage #content.p-include iframe {
  height: 100%;
  width: 100%;
  margin: 0;
}

body.p-startpage #content.t-list1 ul.pages {
  margin-top: 2em;
  border-top: 1px solid #f6f6f6;
}

body.p-startpage #content.t-list1 ul.pages li {
  padding: 1em 0;
  border-bottom: 1px solid #f6f6f6;
}

body.p-startpage #content.t-list1 ul.pages h2 {
  margin-top: 0;
}

body.p-startpage #content.t-list1 ul.pages img {
  float: right;
  margin: 0 0 1em 3em;
}

@media only screen and (max-width: 767px) {
  body.p-startpage #content .mobile-links {
    padding-bottom: 10px;
    text-align: center;
  }
  body.p-startpage #content .mobile-links .toggle + div {
    display: none;
    margin: -10px 0 10px;
    padding: 5px;
    background-color: #b8dab7;
    border: 1px solid #ddd;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #333;
  }
  body.p-startpage #content .mobile-links .toggle + div p {
    margin-bottom: 0;
    font-size: 1.1428571429em;
  }
}

.a-b2b.p-startpage .buybuttoncontainer {
  padding-left: 0px !important;
}

.a-b2b.p-startpage .buybuttoncontainer .button.small {
  padding-left: 1.1em !important;
  padding-right: 1.1em !important;
}

/*-----------------------------------------------------------------------------
PageNotFound
-----------------------------------------------------------------------------*/
body.p-pagenotfound form {
  width: 40em;
  margin: 10em auto 2em;
  padding: 3em;
  border: 1px solid #ccc;
  background-color: #fff;
}

body.p-pagenotfound .url {
  font-family: monospace;
}

body.p-productsetpage .productset h2 {
  margin: .3em 0 .5em 0;
}

body.p-productsetpage .productset hr {
  margin: 2em 0 0 0;
}

body.p-productsetpage .productset .products {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body.p-productsetpage .productset .products li {
  height: 220px;
  overflow: hidden;
  margin-bottom: 10px;
}

body.p-productsetpage .productset .products li img {
  display: block;
  margin: 0 auto;
}

body.p-productsetpage .productset .products li h2 {
  font-size: 1em;
  line-height: 1.2;
  height: 30px;
}

body.p-productsetpage .productset .products li .footer {
  border-top: 1px solid #ccc;
  padding-top: 5px;
}

body.p-productsetpage .productset .products li .buy {
  float: right;
}

body.p-productsetpage .productset .buyarea {
  height: 35px;
  padding: .5em;
  background-color: #f9f9f9;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

body.p-productsetpage .productset .specifications dt {
  font-weight: bold;
}

body.p-productsetpage .productset .specifications dd {
  margin-bottom: .5em;
}

body.p-productsetpage .section {
  margin-bottom: 15px;
}

body.t-productgroup1 .imagewrapper, body.t-productsetpage1 .imagewrapper {
  min-height: 1px;
}

.grouplinks ul {
  margin: 5px;
}

.grouplinks ul li {
  padding-bottom: 0;
  margin: 0;
  padding: 1px;
}

.grouplinks ul li .product-group {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #ddd;
  margin: 2px;
  padding: 10px 10px 5px;
}

.back-to-top {
  text-align: right;
}

.back-to-top a {
  background-image: url("/ui/img/icons/green_up_arrow.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
}

.product-group-header h1 {
  margin-bottom: 4px;
}

.product-group-header h1:last-child,
.product-group-header h2:last-child {
  margin-bottom: 0;
}

.product-group-header p:last-child {
  margin: 0;
}

.product-group-footer h2:first-child {
  margin-top: 0;
  margin-bottom: 11px;
  color: #333;
}

.product-group-footer h2:last-child {
  margin-bottom: 0;
}

.product-group-footer p:last-child {
  margin: 0;
}

.t-productgroup1 .section {
  margin-bottom: 15px;
}

#product_list ul.tabs {
  list-style: none;
  margin: 0 !important;
  padding: 0;
  height: 32px;
  border-bottom: 1px solid #dddddd;
}

#product_list ul.tabs li {
  float: left;
  text-indent: 0;
  padding: 0;
  margin: 0 !important;
  list-style-image: none !important;
  text-align: center;
}

#product_list ul.tabs li a {
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  height: 31px;
  line-height: 31px;
  text-align: center;
  text-decoration: none;
  padding: 0px 10px;
  margin: 0px;
  position: relative;
  top: 1px;
  background-color: #f0f1f0;
  background: -webkit-linear-gradient(#fff, #f0f1f0);
  background: -o-linear-gradient(#fff, #f0f1f0);
  background: -moz-linear-gradient(#fff, #f0f1f0);
  background: linear-gradient(#fff, #f0f1f0);
  color: #333;
  margin-right: 5px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -ms-border-radius: 3px 3px 0px 0px;
  -o-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}

#product_list ul.tabs li a:hover, #product_list ul.tabs li a.current {
  background: none;
  background-color: #fff;
  border-bottom: 1px solid transparent;
}

#product_list .panes {
  border: 1px solid #dddddd;
  border-top: 0;
  background-color: #fff;
}

#product_list .panes .pane {
  display: none;
}

/* Styling for the products */
.product h1, .product h2 {
  margin: 0 0 0.2em;
  font-size: 1.7857142857em;
  color: #333;
}

.product h2.marked {
  margin-bottom: 0 !important;
}

.product #similar_products_list h2.marked,
.product h2.marked-dark {
  margin-bottom: 20px !important;
}

.product .productimages {
  position: relative;
  text-align: center;
}

.product .productimages .productimages-thumbs {
  margin-top: 20px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
}

.product .productimages .member-price-logo-display {
  top: 10px;
  right: 10px;
}

.product .productimages .member-price-logo-display img {
  width: 150px;
}

@media only screen and (max-width: 767px) {
  .product .productimages .member-price-logo-display img {
    width: 100px;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .product .productimages .member-price-logo-display img {
    width: 150px;
  }
}

.product .productimages .member-price-logo-display .member-price-logo-small {
  display: none;
}

.product .brand {
  margin-bottom: 10px;
  padding: 0 0 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.product .variantarea {
  padding-top: 2em;
}

.product .variantarea .title {
  color: #333;
}

.product .variantarea .dropdown {
  min-width: 100px;
}

.product .productdescription .markdown ul {
  margin-top: 20px;
}

.product .productdescription ul {
  margin-top: 0;
}

.product .productdescription ul.adjacent {
  margin-top: 0;
}

.product .productdescription ul span {
  color: #333;
}

.product .productdescription ul label {
  display: inline;
}

.product .shortdescription {
  margin-bottom: 9px;
  margin-top: 8px;
  font-size: 1em;
  font-weight: normal;
}

.product #buyarea {
  text-align: right;
  /* Prices with dot leaders */
}

.product #buyarea .stockstatus {
  color: #808080;
}

.product #buyarea .campaignprice, .product #buyarea .price {
  font-size: 1.3em;
}

.product #buyarea .prices {
  padding-top: 24px;
  color: #333;
  overflow: hidden;
}

.product #buyarea .prices > div {
  clear: both;
}

.product #buyarea .prices > div:before {
  flex-shrink: 0;
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
}

.product #buyarea .prices label {
  cursor: default;
  background-color: #fff;
}

.product #buyarea .prices label + span {
  padding-left: 15px;
  background-color: #fff;
  font-size: 1.2857142857em;
}

.product #buyarea .prices .prices-price {
  display: flex;
  align-items: flex-end;
}

.product #buyarea .prices .prices-price.prices-save {
  margin-bottom: 5px;
  display: none;
}

.product #buyarea .prices .prices-price.your-price span {
  font-size: 1.8571428571em;
  text-align: right;
  font-weight: bold;
  color: #ee1d25;
}

.product #buyarea .prices .prices-price label {
  margin-bottom: 0;
  padding-right: 6px;
}

.product #buyarea .prices .prices-price label.member-price-label {
  font-size: 1.2857142857em;
  font-weight: bold;
}

.product #buyarea .prices .prices-price label + span {
  margin-bottom: -0.1rem;
  align-self: flex-end;
  margin-left: auto;
}

.product #buyarea .prices .prices-price .price.member-price {
  font-size: 1.8571428571em;
  font-weight: bold;
}

.product #buyarea .prices .prices-price .pant {
  color: #777;
}

.product #buyarea .prices .prices-compare {
  display: inline-flex;
  align-items: flex-end;
  color: #777;
}

.product #buyarea .prices .prices-compare:before {
  content: none;
}

.product #buyarea .prices .prices-compare label {
  color: #777;
}

.product .partpaymentinfo {
  font-size: .8571em;
}

.product .imagemissing {
  display: block;
  font-size: 3em;
  color: #eee;
  text-align: center;
}

.product #productimage {
  margin-left: 0;
}

.product #productimage li {
  margin-bottom: 10px;
}

.product #productimage li:first-child {
  outline: 1px solid #e9e7e7;
  margin-right: 5%;
}

@media only screen and (max-width: 767px) {
  .product #productimage li img {
    max-height: 150px;
  }
  .product #productimage li:first-child img {
    max-height: 100%;
  }
}

.product .propertylabel {
  font-weight: bold;
}

.product #producttext .producttext-bottom > div {
  float: left;
}

.product #producttext .producttext-bottom > div:last-child {
  float: right;
}

.product #producttext .button {
  margin: 10px 0 0 0;
}

.product #producttext .nearbywarehouses-stock .info {
  display: inline-block;
  width: 100px;
}

.product #producttext .nearbywarehouses__stock__warehouse {
  margin-bottom: 3px;
}

.product #producttext .nearbywarehouses__stock__warehouse .name {
  width: 120px;
  display: inline-block;
}

.product #producttext .stock h3,
.product #producttext .nearbywarehouses-stock h3 {
  color: #000;
  margin-bottom: 5px;
}

.product #producttext .stock select,
.product #producttext .nearbywarehouses-stock select {
  visibility: hidden;
}

.product #producttext .stock__warehouse-list,
.product #producttext .nearbywarehouses-stock__warehouse-list {
  width: 250px;
  margin-bottom: 5px;
}

.product #producttext .stock__status--instock .stock__label, .product #producttext .stock__status--fewinstock .stock__label, .product #producttext .stock__status--notinstock .stock__label, .product #producttext .stock__status--error .stock__label, .product #producttext .stock__status--nowarehouse .stock__label,
.product #producttext .nearbywarehouses-stock__status--instock .stock__label,
.product #producttext .nearbywarehouses-stock__status--fewinstock .stock__label,
.product #producttext .nearbywarehouses-stock__status--notinstock .stock__label,
.product #producttext .nearbywarehouses-stock__status--error .stock__label,
.product #producttext .nearbywarehouses-stock__status--nowarehouse .stock__label {
  position: relative;
  padding-left: 20px;
}

.product #producttext .stock__status--instock .stock__label:before, .product #producttext .stock__status--fewinstock .stock__label:before, .product #producttext .stock__status--notinstock .stock__label:before, .product #producttext .stock__status--error .stock__label:before, .product #producttext .stock__status--nowarehouse .stock__label:before,
.product #producttext .nearbywarehouses-stock__status--instock .stock__label:before,
.product #producttext .nearbywarehouses-stock__status--fewinstock .stock__label:before,
.product #producttext .nearbywarehouses-stock__status--notinstock .stock__label:before,
.product #producttext .nearbywarehouses-stock__status--error .stock__label:before,
.product #producttext .nearbywarehouses-stock__status--nowarehouse .stock__label:before {
  content: "\2714";
  color: #fff;
  line-height: 0.8em;
  font-size: 0.8em;
  margin-top: 2px;
  padding: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background: #38a44d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.product #producttext .stock__status--fewinstock .stock__label:before,
.product #producttext .nearbywarehouses-stock__status--fewinstock .stock__label:before {
  background: #FCB514;
}

.product #producttext .stock__status--notinstock .stock__label:before, .product #producttext .stock__status--error .stock__label:before,
.product #producttext .nearbywarehouses-stock__status--notinstock .stock__label:before,
.product #producttext .nearbywarehouses-stock__status--error .stock__label:before {
  background: #ee1d25;
  content: "✖";
}

.product #producttext .stock__status--nowarehouse .stock__label:before,
.product #producttext .nearbywarehouses-stock__status--nowarehouse .stock__label:before {
  background: #777;
  content: "？";
  font-size: 0.83em;
  padding-left: 4px;
  padding-right: 0px;
  padding-top: 0.35em;
  border-radius: 48%;
}

.product #producttext .stock__description,
.product #producttext .nearbywarehouses-stock__description {
  margin-top: 5px;
}

.product #producttext .productstatus,
.product #producttext .stockstatus {
  margin-top: 10px;
  color: #333;
}

.product #producttext .productstatus + .stockstatus {
  margin-top: 0;
}

.product #producttext .stockstatus + .divider {
  margin-top: 0;
}

.product .clearing-blackout #productimage li:first-child {
  outline: 0;
  margin-right: 1px;
}

.product .relatedlist {
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .product .relatedlist {
    margin-top: -8px;
  }
}

.product .relatedlist li {
  list-style-type: none !important;
}

.product .relatedlist .expand-items,
.product .relatedlist .collapse-items {
  position: absolute;
  bottom: -25px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .product .relatedlist .expand-items,
  .product .relatedlist .collapse-items {
    bottom: -20px;
  }
}

.product .relatedlist .productaccessories .product-sale,
.product .relatedlist .productaccessories .product-price {
  display: none !important;
}

.product .relatedlist .productaccessories .product-sale > div {
  min-height: 75px !important;
}

.product .relatedlist .productaccessories .product-sale > div .sale {
  top: 8px !important;
}

.product .relatedlist .productaccessories .product-price .campaign {
  margin-top: 0;
  margin-bottom: 20px;
}

.product .productsviewed .elastislide-carousel ul li a:hover {
  border: 2px solid #38a44d;
  padding: 0;
}

.product .productsviewed .elastislide-carousel ul li img {
  height: 55px;
  width: 81px;
}

.product .productdescription ul.usps, .product .productdescription ul, .product .productdescription ol, .product .product-description-text ul.usps, .product .product-description-text ul, .product .product-description-text ol {
  margin: 0 0 1em 1.3em;
}

.product .productdescription ul.usps li, .product .productdescription ul li, .product .productdescription ol li, .product .product-description-text ul.usps li, .product .product-description-text ul li, .product .product-description-text ol li {
  margin-bottom: 0;
  text-align: left;
}

.product .productdescription .markdown p, .product .product-description-text .markdown p {
  text-align: left;
}

.product ul.usps {
  margin: 0 0 1em 1.3em;
}

.product ul.usps li {
  margin-bottom: 0;
  text-align: left;
}

/*-----------------------------------------------------------------------------
ShoppingCart
-----------------------------------------------------------------------------*/
table.orderrows {
  width: 100%;
}

table.orderrows td.quantity input.quantity {
  width: 3em;
  text-align: right;
}

table.orderrows .remove {
  text-align: center;
}

body.p-shoppingcart table.ordertotals {
  margin-top: 2em;
}

table.orderrows td.quantity a {
  padding: 0 .5em;
  cursor: pointer;
}

body.p-searchresult .top-content table, body.p-searchresult .top-content tr, body.p-searchresult .top-content td {
  border: none;
  margin: 0;
  padding: 0;
}

body.p-searchresult .top-content table td, body.p-searchresult .top-content tr td, body.p-searchresult .top-content td td {
  color: #777;
}

body.p-searchresult .top-content .search-terms-facets td:first-child {
  white-space: nowrap;
}

body.p-searchresult .tabs {
  border-bottom: 1px solid #ddd;
}

body.p-searchresult .tabs li {
  float: left;
  padding: 0;
  width: auto;
  padding-right: 8px;
  cursor: pointer;
  margin: 0;
}

body.p-searchresult .tabs li a {
  padding: 8px 14px;
  display: inline-block;
  color: #333333;
  font-size: 1em;
  font-weight: bold;
  -moz-box-shadow: inset 0px 1px 0px 0px white;
  -webkit-box-shadow: inset 0px 1px 0px 0px white;
  box-shadow: inset 0px 1px 0px 0px white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, white), color-stop(1, #f0f0f0));
  background: -moz-linear-gradient(center top, white 5%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0');
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom: 0;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}

body.p-searchresult .tabs li a.current {
  background: #FFF;
  padding-bottom: 9px;
  margin-bottom: -1px;
  filter: none;
}

body.p-searchresult .tabs li a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  body.p-searchresult .tabs li {
    width: 50%;
    padding-right: 0;
  }
  body.p-searchresult .tabs li a {
    width: 100%;
    border-left: none;
  }
  body.p-searchresult .tabs li a.current {
    margin-bottom: 0;
    padding-bottom: 8px;
  }
  body.p-searchresult .tabs li:nth-child(odd) a {
    border-left: 1px solid #ddd;
  }
}

body.p-searchresult .page-list .box {
  margin-bottom: 0;
}

body.p-searchresult .page-list .pageitem {
  border: none;
}

body.p-searchresult .page-list .pageitem h2 {
  margin: 0;
  font-size: 1.0714285714em;
  font-weight: bold;
}

body.p-searchresult .page-list .pageitem a {
  text-decoration: none;
}

body.p-searchresult .page-list .pageitem a:hover {
  text-decoration: none;
}

body.p-searchresult .page-list .pageitem .intro, body.p-searchresult .page-list .pageitem .top-content table td, body.p-searchresult .top-content table .page-list .pageitem td, body.p-searchresult .page-list .pageitem .top-content tr td, body.p-searchresult .top-content tr .page-list .pageitem td, body.p-searchresult .page-list .pageitem .top-content td td, body.p-searchresult .top-content td .page-list .pageitem td {
  color: #777;
}

body.p-searchresult .page-list .pageitem .intro:hover, body.p-searchresult .page-list .pageitem .top-content table td:hover, body.p-searchresult .top-content table .page-list .pageitem td:hover, body.p-searchresult .page-list .pageitem .top-content tr td:hover, body.p-searchresult .top-content tr .page-list .pageitem td:hover, body.p-searchresult .page-list .pageitem .top-content td td:hover, body.p-searchresult .top-content td .page-list .pageitem td:hover {
  color: #777;
}

body.p-searchresult .storesearch .top-content h2 {
  margin-top: 0px;
}

body.p-searchresult .storesearch .top-content ul.storelist {
  font-size: 1em;
  -moz-column-count: 3;
  /* Firefox */
  -webkit-column-count: 3;
  /* Safari and Chrome */
  column-count: 3;
}

@media only screen and (max-width: 767px) {
  body.p-searchresult .storesearch .top-content ul.storelist {
    -moz-column-count: 1;
    /* Firefox */
    -webkit-column-count: 1;
    /* Safari and Chrome */
    column-count: 1;
  }
}

body.p-searchresult aside#facets .facet-hidden {
  display: none;
}

body.p-searchresult aside#facets .facet-bold {
  font-weight: bold;
}

body.p-searchresult aside#facets .dropdown.disabled {
  opacity: 0.5;
}

/*----------------------------------------------------------------------------
Checkout
------------------------------------------------------------------------------*/
body.p-checkout section h2.title {
  display: inline;
}

body.p-checkout section.shoppingcart, body.p-checkout section.paymentmethods, body.p-checkout section.customerdetails, body.p-checkout section.deliverymethods, body.p-checkout section.orderdetails {
  margin-bottom: 2em;
}

body.p-checkout section > div.content {
  padding: 1em;
}

body.p-checkout #textandagreementcontainer {
  display: none;
}

body.p-checkout .buttons {
  margin-top: 2em;
}

body.p-checkout .buttons input + input {
  margin-left: 1em;
}

body.p-checkout section.paymentmethods > div.content,
body.p-checkout section.customerdetails > div.content,
body.p-checkout section.deliverymethods > div.content,
body.p-checkout section.orderdetails > div.content,
body.p-checkout section.shoppingcart > div.content {
  border: 1px solid #e9e7e7;
  border-radius: 3px;
  position: relative;
  overflow: visible;
}

body.p-checkout .termsandconditionslink {
  float: left;
  margin: 1em 0;
}

body.p-checkout a.termsandconditionslink {
  font-size: 1.16667em;
  display: block;
  font-weight: 500;
  margin-left: 0.25em;
}

/*----------------------------------------------------------------------------
Checkout shopping cart
------------------------------------------------------------------------------*/
body.p-checkout .shoppingcart .removebutton {
  background-image: url("/LitiumStudio/Images/icons_standard/delete.png");
  width: 16px;
  height: 16px;
  margin: auto;
  cursor: pointer;
}

body.p-checkout .updatequantity {
  padding: 0;
  margin: 7px 0 0 5px;
}

@media only screen and (max-width: 767px) {
  body.p-checkout .prices {
    font-size: 0.875em;
  }
}

/*----------------------------------------------------------------------------
Checkout payment selection
------------------------------------------------------------------------------*/
body.p-checkout .paymentmethodselection .paymentmethod {
  cursor: default;
  margin-bottom: 1em;
}

body.p-checkout .paymentmethodselection .paymentmethod .checkbox, body.p-checkout .paymentmethodselection .paymentmethod .radio, body.p-checkout .paymentmethodselection .paymentmethod .name, body.p-checkout .paymentmethodselection .paymentmethod .cost {
  float: left;
}

body.p-checkout .paymentmethodselection .paymentmethod .name {
  margin: 0px 5px;
}

body.p-checkout .paymentmethodselection .paymentmethod .description {
  display: block;
  margin: 0px 20px;
  clear: both;
}

body.p-checkout .paymentmethodselection .paymentmethod label {
  margin: 0;
  line-height: 1.1;
}

body.p-checkout .paymentmethodselection .paymentmethod .custom.dropdown {
  margin-bottom: 0;
}

.paymentmethodspopupcontainer {
  padding: 30px 10px 0 10px;
}

.paymentmethodspopupcontainer .close-reveal-modal {
  top: 0px !important;
  right: 5px !important;
}

.paymentmethodspopupcontainer .paymentmethod {
  padding-top: 5px;
  padding-right: 10px;
  border: 1px solid #e9e7e7;
  border-radius: 3px;
  padding-left: 5px;
  margin: 0 0 1em 0;
}

.paymentmethodspopupcontainer .paymentmethod.selected {
  background: none repeat scroll 0 0 #EEEEEE;
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
}

.paymentmethodspopupcontainer .image {
  margin: 0px !important;
  float: left !important;
}

.paymentmethodspopupcontainer .description, .paymentmethodspopupcontainer .cost, .paymentmethodspopupcontainer .name {
  margin: 0px !important;
  float: left !important;
  padding-top: 0px !important;
}

.paymentmethodspopupcontainer .partpayments {
  margin: 0px;
  float: left;
}

.paymentmethodspopupcontainer .custom.radio {
  border: none !important;
  background: none !important;
}

.paymentmethodspopupcontainer .custom.radio.checked {
  background: transparent url(/ui/img/icons/accept.png) no-repeat !important;
  border: none !important;
  margin-top: 10px;
  width: 23px !important;
  height: 23px !important;
}

.paymentmethodspopupcontainer .custom.radio.checked:before {
  background: none !important;
}

.paymentmethodspopupcontainer {
  top: 0px !important;
  width: 80% !important;
  margin-left: -25% !important;
}

@media only screen and (max-width: 767px) {
  .paymentmethodspopupcontainer {
    top: -150px !important;
    width: 90% !important;
    margin-left: -45% !important;
  }
  body.p-checkout .mobile .paymentmethod .description {
    margin: 0px 5px;
  }
}

/*----------------------------------------------------------------------------
Checkout customer details
------------------------------------------------------------------------------*/
.p-checkout .customerdetails label {
  font-size: 14px;
}

.customerdetails select {
  margin-bottom: 0.57em;
}

.altAddressVisibilitySwitcher {
  float: left;
}

.rightpanel {
  margin-top: 2.9em;
}

/*----------------------------------------------------------------------------
Checkout customer details B2C specific
------------------------------------------------------------------------------*/
.a-b2c.p-checkout .customerdetails .altaddressdisabled {
  color: gray;
}

.a-b2c.p-checkout .customerdetails .loginhere {
  float: left;
  margin-left: 1em;
  margin-top: 3px;
}

.a-b2c.p-checkout .customerdetails .headersection {
  margin-top: 2em;
}

.a-b2c.p-checkout .customerdetails .leftpart {
  width: 330px;
}

.a-b2c.p-checkout .customerdetails .rightpart {
  width: 330px;
  margin-top: 22px;
}

.a-b2c.p-checkout .customerdetails .name > div:first-child, .a-b2c.p-checkout .customerdetails .addressdetails > div:first-child {
  margin-left: 0;
}

.a-b2c.p-checkout .customerdetails .name > div, .a-b2c.p-checkout .customerdetails .addressdetails > div {
  margin-left: 1em;
}

.a-b2c.p-checkout .customerdetails .name > div input, .a-b2c.p-checkout .customerdetails .addressdetails > div input {
  width: 125px;
}

.a-b2c.p-checkout .customerdetails h2.title {
  float: left;
  margin: 0;
}

/*----------------------------------------------------------------------------
Checkout delivery method selection
------------------------------------------------------------------------------*/
body.p-checkout .deliverymethodselection .deliverymethod {
  margin-bottom: 1em;
  cursor: default;
}

body.p-checkout .deliverymethodselection .deliverymethod .checkbox, body.p-checkout .deliverymethodselection .deliverymethod .radio, body.p-checkout .deliverymethodselection .deliverymethod .name, body.p-checkout .deliverymethodselection .deliverymethod .cost {
  float: left;
}

body.p-checkout .deliverymethodselection .deliverymethod .name {
  margin: 0px 5px;
}

body.p-checkout .deliverymethodselection .deliverymethod .description {
  margin: 0px 20px;
}

body.p-checkout .deliverymethodselection .deliverymethod label {
  line-height: 1.1;
  margin: 0;
}

.deliverymethodspopupcontainer {
  top: 0px !important;
  width: 80% !important;
  margin-left: -25% !important;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
}

.deliverymethodspopupcontainer .close-reveal-modal {
  top: 0px !important;
  right: 5px !important;
}

.deliverymethodspopupcontainer .deliverymethod {
  padding-top: 5px;
  padding-right: 10px;
  border: 1px solid #e9e7e7;
  border-radius: 3px;
  padding-left: 5px;
}

.deliverymethodspopupcontainer .deliverymethod.selected {
  background: none repeat scroll 0 0 #EEEEEE;
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
}

.deliverymethodspopupcontainer .image {
  margin: 0px !important;
  float: left !important;
}

.deliverymethodspopupcontainer .description, .deliverymethodspopupcontainer .cost, .deliverymethodspopupcontainer .name {
  margin: 0px !important;
  float: left !important;
  padding-top: 0px !important;
}

.deliverymethodspopupcontainer .custom.radio {
  border: none !important;
  background: none !important;
}

.deliverymethodspopupcontainer .custom.radio.checked {
  background: transparent url(/ui/img/icons/accept.png) no-repeat !important;
  border: none !important;
  margin-top: 10px;
  width: 23px !important;
  height: 23px !important;
}

.deliverymethodspopupcontainer .custom.radio.checked:before {
  background: none !important;
}

@media only screen and (max-width: 767px) {
  .deliverymethodspopupcontainer {
    top: -150px !important;
    width: 90% !important;
    margin-left: -45% !important;
  }
}

.calculations .ordertotals {
  list-style: none;
  margin-left: 0;
}

.calculations .ordertotals li :first-child {
  font-weight: bold;
}

.calculations .ordertotals li :last-child {
  text-align: right;
}

.calculations .ordertotals li.grandtotal {
  font-size: 1.3em;
}

/*----------------------------------------------------------------------------
Checkout Order summary B2B specific
------------------------------------------------------------------------------*/
.a-b2b.p-checkout .ordersummary .calculations {
  margin-left: 6em;
  float: right;
}

.a-b2b.p-checkout .deliverymethods h2.title {
  float: left;
  margin: 0;
}

.a-b2b.p-checkout .deliverymethods .hideshowdeliveryrowscontainer {
  float: left;
  margin-left: 1em;
  margin-top: 3px;
}

/*----------------------------------------------------------------------------
Checkout order confirmation
------------------------------------------------------------------------------*/
body.p-checkout .orderconfirmation h2, body.p-checkout .payment h2, body.p-checkout .receipt h2 {
  margin: 2em 0 1px 0;
  padding: .5em;
  background-color: #d0d0d0;
  font-size: 1em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.p-checkout ul.deliveries {
  padding: .5em .5em .4em .5em;
  background-color: #eee;
}

body.p-checkout ul.deliveries + ul.deliveries {
  margin-top: 1em;
  background-color: #eee;
}

body.p-checkout .customeraccount fieldset {
  margin: 0;
  padding: 0;
}

body.p-checkout .customeraccount ul {
  position: relative;
  width: 36em;
  background: #eeeeee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABlBMVEX///////9VfPVsAAAACklEQVQImWNgAAAAAgAB9HFkpgAAAABJRU5ErkJggg%3D%3D) repeat-y 13em 0;
}

body.p-checkout .customeraccount ul > li {
  overflow: hidden;
  padding: .5em;
}

body.p-checkout .customeraccount ul > li + li {
  border-top: 1px solid #fff;
}

body.p-checkout .customeraccount ul label {
  float: left;
  width: 12em;
  margin: .2em 1em 0 0;
  font-weight: bold;
}

body.p-checkout .customeraccount ul .input {
  float: left;
  width: 22em;
}

body.p-checkout .customeraccount ul input, body.p-checkout .customeraccount ul select {
  width: 19.5em;
  margin: 0;
}

body.p-checkout .customeraccount ul .address input + input {
  margin-top: .25em;
}

body.p-checkout .customeraccount ul .zip input {
  width: 5em;
}

body.p-checkout .customeraccount .error {
  position: absolute;
  right: 0;
  margin-right: -1em;
  z-index: 2;
}

body.p-checkout .orderconfirmation table.orderrows {
  width: 100%;
}

body.p-checkout .orderconfirmation table.payments {
  position: relative;
}

body.p-checkout .orderconfirmation table.payments th {
  width: 100%;
}

body.p-checkout .orderconfirmation table.payments .error {
  position: absolute;
  margin-left: 1em;
  z-index: 2;
}

body.p-orderconfirmation .products {
  margin-top: 1em;
}

body.p-orderconfirmation .products table {
  width: 100%;
}

body.p-orderconfirmation .summary {
  margin-top: 1em;
}

body.p-orderconfirmation h1.title {
  float: left;
}

body.p-orderconfirmation h2.ordernumber {
  float: right;
  margin-top: .3em;
}

body.p-orderconfirmation h2.ordernumber > div {
  float: left;
}

body.p-orderconfirmationemail .products, body.p-orderconfirmationemail .summary {
  margin-top: 1em;
}

body.p-orderconfirmationemail h1.title {
  float: left;
}

body.p-orderconfirmationemail h2.ordernumber {
  float: right;
  margin-top: .3em;
}

body.p-orderconfirmationemail h2.ordernumber > div {
  float: left;
}

/*----------------------------------------------------------------------------
Checkout confirmation B2B specific
------------------------------------------------------------------------------*/
.a-b2b.p-orderconfirmation .customerinfo, .a-b2c.p-orderconfirmation .customerinfo {
  margin-bottom: 1em;
}

.a-b2b.p-orderconfirmation .customerinfo h3, .a-b2c.p-orderconfirmation .customerinfo h3 {
  font-weight: bold;
}

.a-b2b.p-orderconfirmation .grandtotal, .a-b2b.p-orderconfirmation .vatamount, .a-b2c.p-orderconfirmation .grandtotal, .a-b2c.p-orderconfirmation .vatamount {
  float: right;
}

.a-b2b.p-orderconfirmation .grandtotallabel, .a-b2b.p-orderconfirmation .grandtotal, .a-b2c.p-orderconfirmation .grandtotallabel, .a-b2c.p-orderconfirmation .grandtotal {
  font-size: 150%;
  font-weight: bold;
}

.a-b2b.p-orderconfirmation .additionaldata, .a-b2c.p-orderconfirmation .additionaldata {
  float: right;
}

.a-b2b.p-orderconfirmation .additionaldata h2, .a-b2c.p-orderconfirmation .additionaldata h2 {
  margin-top: 0;
}

.a-b2b.p-orderconfirmation .additionaldatah3, .a-b2c.p-orderconfirmation .additionaldatah3 {
  float: right;
  margin-top: 0;
}

/*-----------------------------------------------------------------------------
CheckOut/B2B address popup
-----------------------------------------------------------------------------*/
body.a-b2b.empty {
  min-width: 200px !important;
}

.a-b2b .billingaddressaddeditlinkpopup, .a-b2b .billingaddressaddeditpopupcontainer {
  float: right;
}

.a-b2b .billingaddresscontainer .billingaddress {
  width: 235px;
  float: left;
}

.productbyfieldmenucontainer > ul > li {
  position: relative;
  margin: 0 0 15px;
  overflow: hidden;
  padding: 0 12px 0 6px;
  vertical-align: top;
}

.productbyfieldmenucontainer > ul > li > span {
  position: absolute;
  height: 100%;
  width: 1.5em;
  color: #fff;
  background-color: silver;
  font-weight: bold;
  padding: .25em;
  text-align: center;
  vertical-align: top;
}

.productbyfieldmenucontainer > ul > li > span + ul {
  overflow: hidden;
  margin-left: 2em;
  padding-top: .25em;
}

.productbyfieldmenucontainer > ul > li > ul > li {
  margin: 0 0 0 5px;
  padding: 1px 0 0;
}

/*-----------------------------------------------------------------------------
Product group listing styles
-----------------------------------------------------------------------------*/
.productgroupitem, .pageitem {
  border-top: 1px solid #ddd;
}

/*-----------------------------------------------------------------------------
Product listing styles
-----------------------------------------------------------------------------*/
#product_list li,
.relatedlist li {
  padding-bottom: 0;
}

.similarproducts .oldprice,
.accessoryitem .oldprice,
.productaccessories .oldprice {
  line-height: 0.8;
}

.similarproducts.product-list .box .productcontainer .productitem .product-body .campaign {
  margin-top: 10px;
}

.p-productcatalog .usps li {
  margin-bottom: 0px;
}

.productitem .product-description,
.accessoryitem .product-description,
.mostsoldarticleitem .product-description {
  padding: 5px 0;
  min-height: 55px;
}

.productitem .product-description h1,
.accessoryitem .product-description h1,
.mostsoldarticleitem .product-description h1 {
  margin: 0;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1;
}

.productitem .product-description h2,
.accessoryitem .product-description h2,
.mostsoldarticleitem .product-description h2 {
  margin: 0;
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: bold;
  font-family: "futura-pt", sans-serif;
  color: #333;
  text-transform: none;
}

.productitem .product-description h3,
.accessoryitem .product-description h3,
.mostsoldarticleitem .product-description h3 {
  margin: 0;
  font-weight: normal;
}

.productitem .product-description h4,
.accessoryitem .product-description h4,
.mostsoldarticleitem .product-description h4 {
  margin: 0;
  font-style: normal;
  font-size: 1.2em;
}

.productitem .member-price-logo-display,
.accessoryitem .member-price-logo-display,
.mostsoldarticleitem .member-price-logo-display {
  top: 20px;
  right: 10px;
}

.productitem .member-price-logo-display img,
.accessoryitem .member-price-logo-display img,
.mostsoldarticleitem .member-price-logo-display img {
  width: 90px;
}

@media only screen and (max-width: 767px) {
  .productitem .member-price-logo-display,
  .accessoryitem .member-price-logo-display,
  .mostsoldarticleitem .member-price-logo-display {
    width: 100px;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .productitem .member-price-logo-display,
  .accessoryitem .member-price-logo-display,
  .mostsoldarticleitem .member-price-logo-display {
    width: 90px;
  }
}

.productitem .member-price-logo-display .member-price-logo-large,
.accessoryitem .member-price-logo-display .member-price-logo-large,
.mostsoldarticleitem .member-price-logo-display .member-price-logo-large {
  display: none;
}

.productitem .price,
.accessoryitem .price,
.mostsoldarticleitem .price {
  font-size: 1.8571428571em;
  text-align: right;
  font-weight: bold;
  color: #ee1d25;
  white-space: nowrap;
}

.productitem .oldprice,
.accessoryitem .oldprice,
.mostsoldarticleitem .oldprice {
  font-size: 1em;
  /*padding-left: 5px;*/
  white-space: nowrap;
  display: block;
}

@media only screen and (max-width: 970px) {
  .productitem .price,
  .accessoryitem .price,
  .mostsoldarticleitem .price {
    font-size: 1.2857142857em;
  }
  .productitem .oldprice,
  .accessoryitem .oldprice,
  .mostsoldarticleitem .oldprice {
    font-size: 0.7857142857em;
  }
}

.productcontainer {
  padding: 0 10px !important;
}

.productcontainer .productitem a {
  text-decoration: none;
}

.productcontainer .productitem .imagewrapper {
  z-index: 0;
  position: relative;
  width: 100%;
  text-align: center;
  display: table;
  table-layout: fixed;
}

.productcontainer .productitem .imagewrapper .productimage {
  max-height: 180px;
  max-width: 100%;
}

.productcontainer .productitem .imagewrapper .productimage-link {
  display: table-cell;
  vertical-align: middle;
  width: inherit;
}

.productcontainer .productitem .product-price .pricearea {
  height: 50px;
  line-height: 20px;
  vertical-align: bottom;
}

.productcontainer .productitem .product-price .buybuttoncontainer .button {
  margin-bottom: 0;
}

.productcontainer .productitem .product-list-variant-selection {
  display: none;
  position: absolute;
  bottom: 13px;
  left: 0;
  width: inherit;
  padding: 0 10px;
  text-align: left;
  z-index: 1000;
}

.productcontainer .productitem .product-list-variant-selection .box-inner {
  padding: 22px 0 5px;
  max-height: 200px;
  overflow: auto;
}

.productcontainer .productitem .product-list-variant-selection .close {
  position: absolute;
  right: 5px;
  top: 5px;
  display: block;
  width: 18px;
  height: 16px;
  background: transparent url(/ui/img/icons/remove2.png) no-repeat 0 0;
  cursor: pointer;
}

.productcontainer .productitem .product-list-variant-selection .close:hover {
  background: transparent url(/ui/img/icons/remove2-green.png) no-repeat 0 0;
}

.productcontainer .productitem .product-list-variant-selection .productstatus {
  display: inline;
  font-size: 85%;
}

.productcontainer .productitem .product-list-variant-selection li {
  padding: 0 10px;
}

.productcontainer .productitem .product-list-variant-selection li a {
  display: block;
  color: #555;
  cursor: default;
}

.productcontainer .productitem .product-list-variant-selection li a::first-letter, .productcontainer .productitem .product-list-variant-selection li a:first-letter {
  text-transform: capitalize;
}

.productcontainer .productitem .product-list-variant-selection li:hover {
  background-color: #e4e4e4;
}

.productcontainer .productitem .product-list-variant-selection li:hover a {
  color: #000;
}

.productcontainer.box-inner.selectable:hover .productitem .sale,
.productcontainer.box-inner.selectable:hover .productitem .discount,
.productcontainer.box-inner.selectable:hover .member-price-logo-small, .productcontainer.box-inner.active .productitem .sale,
.productcontainer.box-inner.active .productitem .discount,
.productcontainer.box-inner.active .member-price-logo-small, .productcontainer.banner-box-inner.selectable:hover .productitem .sale,
.productcontainer.banner-box-inner.selectable:hover .productitem .discount,
.productcontainer.banner-box-inner.selectable:hover .member-price-logo-small, .productcontainer.banner-box-inner.active .productitem .sale,
.productcontainer.banner-box-inner.active .productitem .discount,
.productcontainer.banner-box-inner.active .member-price-logo-small {
  top: -1px;
  right: -1px;
}

.productcontainer.box-inner.selectable:hover .product-list-variant-selection .box-inner, .productcontainer.box-inner.active .product-list-variant-selection .box-inner, .productcontainer.banner-box-inner.selectable:hover .product-list-variant-selection .box-inner, .productcontainer.banner-box-inner.active .product-list-variant-selection .box-inner {
  border-color: #38a44d;
}

.productcontainer.box-inner.selectable:hover .member-price-logo, .productcontainer.box-inner.active .member-price-logo, .productcontainer.banner-box-inner.selectable:hover .member-price-logo, .productcontainer.banner-box-inner.active .member-price-logo {
  right: 10px;
  top: 20px;
}

.product-list .item2 .productcontainer .productitem .member-price-logo {
  left: 0;
}

@media only screen and (max-width: 767px) {
  .product-list .item2 .productcontainer .productitem .member-price-logo {
    left: auto;
    right: 0;
  }
  .product-list .item2 .productcontainer .productitem .member-price-logo img {
    width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .product-list .item2 .productcontainer.box-inner.selectable:hover .member-price-logo, .product-list .item2 .productcontainer.box-inner.active .member-price-logo, .product-list .item2 .productcontainer.banner-box-inner.selectable:hover .member-price-logo, .product-list .item2 .productcontainer.banner-box-inner.active .member-price-logo {
    left: auto;
    right: -1px;
    top: 19px;
  }
}

.product-list .productcontainer .productitem .member-price-logo {
  left: 10px;
  top: 20px;
}

.product-list .productcontainer .productitem .member-price-logo img {
  width: 50px;
  margin: 0;
}

.product-list .productcontainer.box-inner.selectable:hover .member-price-logo, .product-list .productcontainer.box-inner.active .member-price-logo, .product-list .productcontainer.banner-box-inner.selectable:hover .member-price-logo, .product-list .productcontainer.banner-box-inner.active .member-price-logo {
  left: 9px;
  top: 19px;
}

#product_list .imagewrapper .productimage-link {
  height: inherit;
  overflow: hidden;
}

.product-list {
  margin-bottom: 20px;
}

.product-list li > .box .box-inner {
  border-top: none;
}

.product-list li > .box .box-inner.selectable {
  padding-top: 12px !important;
}

.product-list li > .box .box-inner.selectable:hover {
  border-top: 2px solid #74a649;
}

.product-list li > .box:first-child .box-inner {
  border-top: 1px solid #ddd;
}

.product-list li > .box:first-child .box-inner.selectable {
  padding-top: 11px !important;
}

.product-list li > .box:first-child .box-inner.selectable:hover {
  padding-top: 10px !important;
}

.product-list li > .box:first-child .box-inner.active, .product-list li > .box:first-child .box-inner.active:hover {
  padding-top: 10px !important;
}

@media only screen and (min-width: 768px) {
  .product-list li {
    padding: 0 10px;
  }
  .product-list li:last-child .box {
    border-bottom-color: #ddd;
  }
  .product-list li > .box {
    margin-bottom: 0;
    border-bottom-color: transparent;
  }
  .product-list li > .box > .box-inner {
    z-index: auto;
  }
  .product-list li > .box > .shadow {
    display: none;
  }
  .product-list .productcontainer .productitem {
    display: table;
    width: 100%;
  }
  .product-list .productcontainer .productitem .product-body {
    display: table-row;
  }
  .product-list .productcontainer .productitem .product-body .imagewrapper {
    display: table-cell;
    width: 115px;
    height: auto;
    vertical-align: middle;
  }
  .product-list .productcontainer .productitem .product-body .imagewrapper .productimage {
    max-width: 115px;
    max-height: 110px;
  }
  .product-list .productcontainer .productitem .product-body .product-sale, .product-list .productcontainer .productitem .product-body .member-price-logo-display {
    display: table-cell;
    width: 100px;
    min-width: 100px;
  }
  .product-list .productcontainer .productitem .product-body .product-sale > div, .product-list .productcontainer .productitem .product-body .member-price-logo-display > div {
    position: relative;
    min-height: 100px;
    min-height: 100px;
  }
  .product-list .productcontainer .productitem .product-body .product-sale .sale, .product-list .productcontainer .productitem .product-body .product-sale .discount, .product-list .productcontainer .productitem .product-body .product-sale .member-price-logo-small, .product-list .productcontainer .productitem .product-body .member-price-logo-display .sale, .product-list .productcontainer .productitem .product-body .member-price-logo-display .discount, .product-list .productcontainer .productitem .product-body .member-price-logo-display .member-price-logo-small {
    top: 15px;
    right: 10px;
    z-index: auto;
  }
  .product-list .productcontainer .productitem .product-body .product-sale .sale, .product-list .productcontainer .productitem .product-body .member-price-logo-display .sale {
    /*padding-top: 10px;*/
  }
  .product-list .productcontainer .productitem .product-body .product-description {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding: 15px;
    padding-bottom: 0;
  }
  .product-list .productcontainer .productitem .product-body .product-price {
    display: table-cell;
    width: 160px;
    min-width: 160px;
    text-align: right;
    vertical-align: bottom;
  }
}

.product-list li.item2 .shortdescription {
  margin: 0;
  font-size: 1em;
}

.product-list li.item2 .button {
  margin-bottom: 0;
}

.product-list li.item2 .pricearea .price {
  font-size: 1.4285714286em;
}

.product-list li.item2 .pricearea .oldprice {
  font-size: 0.8571428571em;
}

.product-list li.item2 .product-sale .percent {
  /*font-size: em-calc(25px);*/
}

@media only screen and (min-width: 768px) {
  .product-list li.item2:first-child .productcontainer {
    border-top: 1px solid #fff;
    padding-top: 0;
  }
  .product-list li.item2 .productcontainer {
    border-color: #fff;
    border-top: 1px solid #ddd;
  }
  .product-list li.item2 .productcontainer:hover {
    padding-top: 11px !important;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .product-list li.item2 .productcontainer .productitem .product-body .imagewrapper {
    width: 75px;
    min-width: 75px;
  }
  .product-list li.item2 .productcontainer .productitem .product-body .product-description {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 65px;
  }
  .product-list li.item2 .productcontainer .productitem .product-body .product-price {
    width: 182px;
    min-width: 182px;
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .product-list li.item2 .box-inner {
    border-top: 1px solid #ddd;
    padding-top: 11px !important;
  }
  .product-list li.item2 .shadow {
    display: none;
  }
}

.t-productvariantlisting .variantscontent {
  padding: 0px !important;
  border-bottom: none !important;
}

.t-productvariantlisting .variantscontent .productitem {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #E9E9E9;
}

.t-productvariantlisting h4.articlenumber {
  word-break: break-all;
}

.t-productvariantlisting .variant {
  padding-top: 2em;
}

.t-productvariantlisting .variant .variantinformation {
  padding-top: 2.5em;
}

.t-productvariantlisting .variant .hgroup {
  position: relative;
}

.t-productvariantlisting .variant .productquantity {
  margin-top: -0.4em;
}

.t-productvariantlisting .variant label {
  cursor: default;
  font-size: 1em !important;
}

.buyquantitytextboxcontainer {
  text-align: left;
}

.buyquantitytextboxcontainer input[type="text"] {
  text-align: right;
  width: 2em;
  display: inline;
}

.packageitem h3 {
  position: absolute;
  top: 1em;
  left: 0;
  width: 140px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 1em;
  line-height: 1;
  margin: 0 0 .5em;
}

.section-container.auto > section > .content.accessoryitemswrapper,
.section-container.auto > .section > .content.accessoryitemswrapper,
.section-container.auto > section > .content.structureitemwrapper,
.section-container.auto > .section > .content.structureitemwrapper {
  padding-bottom: 0;
}

#recommended_product_list li, #similar_products_list li {
  padding-bottom: 0;
}

#recommended_product_list h2.marked, #similar_products_list h2.marked {
  margin-top: 0;
}

#recommended_product_list h3.shortdescription, #similar_products_list h3.shortdescription {
  font-size: 1em;
}

/*-----------------------------------------------------------------------------
Product Group
-----------------------------------------------------------------------------*/
.product-group-img {
  min-width: 100%;
}

@media only screen and (max-width: 767px) {
  .productitem {
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .productitem img {
    max-height: 150px;
    display: block;
    margin: 0 auto;
  }
  .productitem .imagewrapper {
    margin-right: 0;
  }
  .accessoryitemswrapper ul li:first-child .productitem {
    border-top: none;
  }
  .productfilter .container a {
    padding: 15px;
  }
  .t-productvariantlisting .variant {
    padding-top: 0.5em;
  }
  .t-productvariantlisting .variant .variantinformation {
    padding-top: 0.5em;
  }
  .t-productvariantlisting .variant .productquantity {
    margin-top: -0.2em;
  }
}

/*-----------------------------------------------------------------------------
Product List Filter
-----------------------------------------------------------------------------*/
.productlist-filter-box {
  padding: 6px 10px 3px 10px !important;
  z-index: 900 !important;
  font-size: 1em;
}

.productlist-filter-box .productlist-filter {
  line-height: 26px;
  color: #333;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  background: inherit;
  border: 0;
  margin: 0;
}

.productlist-filter-box .productlist-filter .filter-pagesize {
  text-align: center;
}

.productlist-filter-box .productlist-filter .filter-pagesize .customized-radio {
  margin-right: 2px !important;
  margin-left: 4px !important;
}

.productlist-filter-box .productlist-filter .filter-pagesize a {
  display: inline-block;
  font-size: 1em;
  color: #333;
  text-decoration: none;
  outline: none;
}

.productlist-filter-box .productlist-filter .filter-dropdown {
  text-align: right;
  float: right;
}

.productlist-filter-box .productlist-filter .filter-dropdown .filter-label {
  padding-right: 5px;
}

.productlist-filter-box .productlist-filter .filter-dropdown .dropdown {
  text-align: left;
  min-width: 110px;
}

.productlist-filter-box .productlist-filter .filter-view {
  text-align: right;
  float: right;
  padding-left: 5px;
}

.productlist-filter-box .productlist-filter .filter-view .grid-view-button,
.productlist-filter-box .productlist-filter .filter-view .grid-list-button {
  display: inline-block;
  height: 25px;
  width: 28px;
  border: 2px solid transparent;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.productlist-filter-box .productlist-filter .filter-view .grid-view-button:active, .productlist-filter-box .productlist-filter .filter-view .grid-view-button:hover, .productlist-filter-box .productlist-filter .filter-view .grid-view-button.current,
.productlist-filter-box .productlist-filter .filter-view .grid-list-button:active,
.productlist-filter-box .productlist-filter .filter-view .grid-list-button:hover,
.productlist-filter-box .productlist-filter .filter-view .grid-list-button.current {
  background-color: #fff;
  border-color: #38a44d;
  outline: 0;
}

.productlist-filter-box .productlist-filter .filter-view .grid-view-button {
  background-image: url("/ui/img/icons/productlist_grid.png");
}

.productlist-filter-box .productlist-filter .filter-view .grid-list-button {
  background-image: url("/ui/img/icons/productlist_list.png");
}

@media only screen and (max-width: 1030px) {
  .productlist-filter-box .productlist-filter > div {
    float: left;
    width: 100%;
    text-align: center !important;
  }
  .productlist-filter-box .productlist-filter.top-filter > div:first-child {
    text-align: left !important;
  }
  .productlist-filter-box .productlist-filter .filter-pagesize {
    width: 50%;
    text-align: left !important;
  }
  .productlist-filter-box .productlist-filter .filter-view-drop {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .productlist-filter-box .productlist-filter div:first-child {
    text-align: center !important;
  }
  .productlist-filter-box .productlist-filter .filter-pagesize {
    width: 100%;
  }
  .productlist-filter-box .productlist-filter .filter-view-drop {
    width: 100%;
  }
}

.touch .filter-view {
  margin-top: 1px !important;
}

@media only screen and (max-width: 767px) {
  .filter-dropdown {
    width: 100%;
  }
  .filter-dropdown .filter-label {
    display: none;
  }
  .filter-dropdown .dropdown {
    width: 100% !important;
  }
  .filter-dropdown .dropdown a {
    line-height: 1.4em !important;
    height: 1.5em !important;
  }
  .productlist-filter {
    text-align: center;
  }
}

.slider-conteiner {
  margin-bottom: 1em;
  height: 31px;
}

.slider-conteiner #slider-range {
  margin-top: 5px;
}

.slider-conteiner .fromPrice {
  text-align: center;
  font-size: 1em;
  white-space: nowrap;
}

.slider-conteiner .toPrice {
  text-align: center;
  white-space: nowrap;
  font-size: 1em;
}

.slider-conteiner .ui-slider-horizontal {
  height: 1em;
}

.slider-conteiner .ui-state-default {
  background: url("/ui/img/icons/u280_normal.png") no-repeat;
  border: none;
  color: none;
  font-weight: none;
  height: 31px;
  width: 31px;
}

.slider-conteiner .ui-slider-horizontal .ui-slider-handle {
  margin-left: -1em;
  top: -0.7em;
}

.slider-conteiner .ui-widget-header {
  background: none;
  background-color: #D7D7D7;
  border: 1px solid #D7D7D7;
  color: #D7D7D7;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .slider-conteiner {
    margin-bottom: 1em !important;
  }
  .slider-conteiner #slider-range {
    margin-top: 5px;
  }
  .slider-conteiner #slider-range {
    margin-top: 2px;
  }
}

/*-----------------------------------------------------------------------------
StartPage
-----------------------------------------------------------------------------*/
body.p-newslist #content ul {
  padding-top: 20px;
}

body.p-newslist #content ul li {
  margin-bottom: 0;
}

body.p-newslist #content ul li h2 {
  margin: 0;
}

body.p-newslist #content ul li h2 a, body.p-newslist #content ul li p a {
  color: #777;
}

/*-----------------------------------------------------------------------------
Store list and store page
-----------------------------------------------------------------------------*/
body.p-storelist h1, body.p-storepage h1 {
  margin-top: 20px;
}

body.p-storelist ul.storelist, body.p-storepage ul.storelist {
  font-size: 1em;
  -moz-column-count: 3;
  /* Firefox */
  -webkit-column-count: 3;
  /* Safari and Chrome */
  column-count: 3;
}

@media only screen and (max-width: 767px) {
  body.p-storelist ul.storelist, body.p-storepage ul.storelist {
    -moz-column-count: 1;
    /* Firefox */
    -webkit-column-count: 1;
    /* Safari and Chrome */
    column-count: 1;
  }
}

body.p-storelist h2.marker {
  margin-bottom: 5px;
}

body.p-storepage .storelist-container {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px dashed #ddd;
}

body.p-storepage h2 {
  margin: 5px 0 10px;
}

body.p-storepage .infogroup {
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  body.p-storepage h1 {
    margin-bottom: 5px;
  }
  body.p-storepage h2 {
    margin-top: 20px;
  }
  body.p-storepage .storelist-container h2 {
    margin-top: 0;
  }
}

/*-----------------------------------------------------------------------------
ShoppingList
-----------------------------------------------------------------------------*/
body.p-shoppinglist .box.adjacent .box-inner p {
  margin: 0;
}

body.p-shoppinglist .list-info {
  padding-top: 0;
}

body.p-shoppinglist .productlist-filter-box {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.p-shoppinglist .productlist-filter-box .filter-dropdown {
  width: auto;
  color: #333;
}

body.p-shoppinglist #shoppinglistemail {
  display: none;
}

body.p-shoppinglist #shoppinglistprintable {
  display: none;
  overflow: hidden;
}

body.p-shoppinglist #shoppinglistprintable table {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

body.p-shoppinglist #shoppinglistprintable table tr:hover td {
  border: none;
  border-top: 1px solid #ddd;
  padding: 10px 10px;
}

body.p-shoppinglist #shoppinglistprintable table tr:hover td:first-child, body.p-shoppinglist #shoppinglistprintable table tr:hover td:last-child {
  padding: 0;
  border-top: 1px solid #fff;
}

body.p-shoppinglist #shoppinglistprintable table tr:hover h2 {
  color: #333;
}

body.p-shoppinglist #shoppinglistprintable table tr:first-child:hover td {
  border-top: 1px solid #fff;
}

body.p-shoppinglist #shoppinglistprintable .columns {
  padding: 0 !important;
}

body.p-shoppinglist #shoppinglistprintable .list-info-box {
  height: auto !important;
}

body.p-shoppinglist table {
  width: 100%;
  margin: 0;
  border-top: none;
  border-bottom: none;
  border-spacing: 0;
}

body.p-shoppinglist table thead {
  background-color: #b8dab7;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

body.p-shoppinglist table th {
  text-align: center;
  white-space: nowrap;
  font-size: 1em;
  padding: 13px 10px 14px;
}

body.p-shoppinglist table th:last-child {
  width: 10px;
  padding: 0;
}

body.p-shoppinglist table td {
  text-align: center;
  vertical-align: middle;
}

body.p-shoppinglist table td:first-child, body.p-shoppinglist table td:last-child {
  width: 10px;
  padding: 0;
  border-top: 1px solid #fff;
}

body.p-shoppinglist table td:first-child,
body.p-shoppinglist table td:first-child + td,
body.p-shoppinglist table td:first-child + td + td {
  text-align: left;
}

body.p-shoppinglist table td .product-description {
  /*h3 {
					margin-bottom: 15px;
				}*/
}

body.p-shoppinglist table td .product-description.outofstock {
  color: #777;
}

body.p-shoppinglist table td .product-description.outofstock h2, body.p-shoppinglist table td .product-description.outofstock a, body.p-shoppinglist table td .product-description.outofstock h2 a {
  color: #777 !important;
}

body.p-shoppinglist table td span.remove {
  display: block;
  width: 18px;
  height: 16px;
  background: transparent url(/ui/img/icons/remove2.png) no-repeat 0 0;
  cursor: pointer;
}

body.p-shoppinglist table td .price.member-price {
  font-weight: bold;
  color: #00aa5a;
  white-space: nowrap;
}

body.p-shoppinglist table td.quantity,
body.p-shoppinglist table td .quantity {
  white-space: nowrap;
}

body.p-shoppinglist table td.quantity span,
body.p-shoppinglist table td .quantity span {
  font-size: 1.1428571429em;
}

body.p-shoppinglist table td.quantity input[type=text],
body.p-shoppinglist table td .quantity input[type=text] {
  display: inline;
  margin: 0 10px;
  width: 45px;
  color: #333;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

body.p-shoppinglist table td .price-to-pay {
  color: red;
  font-weight: bold;
  white-space: nowrap;
}

body.p-shoppinglist table tr:hover td {
  padding-top: 9px;
  padding-bottom: 8px;
  border-top: 2px solid #38a44d;
  border-bottom: 2px solid #38a44d;
}

body.p-shoppinglist table tr:hover td:first-child {
  border-left: 2px solid #38a44d;
}

body.p-shoppinglist table tr:hover td:last-child {
  width: 8px;
  border-right: 2px solid #38a44d;
}

body.p-shoppinglist table tr:hover td span.remove {
  background-image: url(/ui/img/icons/remove2-green.png);
}

body.p-shoppinglist table tr:hover h2 {
  color: #38a44d;
}

body.p-shoppinglist table a {
  color: #777;
}

body.p-shoppinglist table a:hover {
  text-decoration: none;
}

body.p-shoppinglist .list-info {
  border-top: 0;
}

body.p-shoppinglist .list-info-box {
  position: relative;
  /* Prices with dot leaders */
}

body.p-shoppinglist .list-info-box.info-box-prices {
  min-height: 50px;
}

body.p-shoppinglist .list-info-box .buttons {
  position: relative;
  text-align: right;
}

body.p-shoppinglist .list-info-box .buttons .button {
  margin: 9px 7px 0 0;
  padding-left: 14px;
  padding-right: 14px;
}

body.p-shoppinglist .list-info-box .buttons .button:last-child {
  margin-right: 0;
}

body.p-shoppinglist .list-info-box .prices {
  color: #333;
  /*width: 100%;*/
  overflow-x: hidden;
}

body.p-shoppinglist .list-info-box .prices > div {
  clear: both;
}

body.p-shoppinglist .list-info-box .prices > div:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
}

body.p-shoppinglist .list-info-box .prices label {
  float: left;
  cursor: default;
  background-color: #b8dab7;
}

body.p-shoppinglist .list-info-box .prices label + span {
  float: right;
  padding-left: 10px;
  background-color: #b8dab7;
  font-size: 1em;
}

body.p-shoppinglist .list-info-box .prices .prices-save {
  font-size: 1.1428571429em;
}

body.p-shoppinglist .list-info-box .prices .prices-price {
  font-size: 1.7142857143em;
  padding-top: 6px;
}

body.p-shoppinglist .list-info-box .prices .prices-price label + span {
  margin-top: -6px;
  font-size: 14px;
}

body.p-shoppinglist .list-info-box .prices .prices-price label + span .price {
  font-size: 2.1428571429em;
  text-align: right;
  font-weight: bold;
  color: #ee1d25;
}

body.p-shoppinglist .list-info-box .prices .prices-price label + span .pant {
  color: #777;
}

body.p-shoppinglist .emaillist {
  display: none;
  margin-top: 20px;
}

body.p-shoppinglist .emaillist input[type=text] {
  margin-bottom: 0;
}

body.p-shoppinglist .emaillist .button {
  margin: 10px 0 0;
}

body.p-shoppinglist .emaillist .emaillist-message {
  margin-top: 2px;
}

@media only screen and (max-width: 970px) {
  body.p-shoppinglist tr th,
  body.p-shoppinglist tr td {
    padding-left: 3px;
    padding-right: 3px;
  }
  body.p-shoppinglist tr th.quantity input[type=text],
  body.p-shoppinglist tr th .quantity input[type=text],
  body.p-shoppinglist tr td.quantity input[type=text],
  body.p-shoppinglist tr td .quantity input[type=text] {
    margin: 0 4px;
    width: 29px;
  }
  body.p-shoppinglist .list-info-box .prices .prices-price {
    font-size: 1.4285714286em;
  }
  body.p-shoppinglist .list-info-box .prices .prices-price label + span {
    margin-top: 0;
  }
  body.p-shoppinglist .list-info-box .prices .prices-price label + span .price {
    font-size: 1.5714285714em;
  }
}

body.p-shoppinglist .info-box {
  border: 1px solid #ddd;
  padding: 5px;
  background-color: #b8dab7;
}

body.p-shoppinglist .info-box p:last-child {
  margin-bottom: 0;
}

body.p-shoppinglist .bottom-content .box-inner > h2 {
  font-size: 2.8571428571em;
}

body.p-shoppinglist .box-inner,
body.p-shoppinglist .info-box {
  color: #333;
}

body.p-shoppinglist .box-inner.product-group-header,
body.p-shoppinglist .info-box.product-group-header {
  color: #777;
}

body.p-shoppinglist .box-inner h2,
body.p-shoppinglist .info-box h2 {
  color: #333;
}

body.p-shoppinglist .box-inner h2:first-child,
body.p-shoppinglist .info-box h2:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  body.p-shoppinglist div.box-inner,
  body.p-shoppinglist div.list-info-box,
  body.p-shoppinglist div.info-box-prices {
    height: auto !important;
    margin-bottom: 10px;
  }
  body.p-shoppinglist .list-info-box .prices .prices-save {
    font-size: 1em;
  }
  body.p-shoppinglist .list-info-box .prices .prices-price {
    font-size: 1em;
  }
  body.p-shoppinglist .list-info-box .prices .prices-price label + span {
    margin-top: -4px;
  }
  body.p-shoppinglist .list-info-box .prices .prices-price label + span .price {
    font-size: 1.1428571429em;
  }
  body.p-shoppinglist .list-info-box .prices .prices-price label + span .pant {
    padding-left: 2px;
  }
  body.p-shoppinglist .list-info-box .buttons {
    position: relative;
  }
  body.p-shoppinglist .list-info-box .buttons .button {
    width: 100%;
    margin-left: 0;
  }
  body.p-shoppinglist .list-info-box .buttons .button.preview {
    display: none;
  }
  body.p-shoppinglist table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  body.p-shoppinglist .price-info {
    margin-top: 2px;
  }
  body.p-shoppinglist .price-info span {
    display: block;
  }
  body.p-shoppinglist .pricearea span.quantity {
    display: block;
    margin-top: 8px;
  }
  body.p-shoppinglist .pricearea .quantity a > span {
    font-size: 1.4285714286em;
  }
  body.p-shoppinglist .pricearea .quantity input[type=text] {
    font-size: 0.8571428571em;
    margin: 0 10px;
  }
  body.p-shoppinglist .productitem .price {
    font-size: 1.1428571429em;
  }
}

/*-----------------------------------------------------------------------------
ApplicationForm
-----------------------------------------------------------------------------*/
body.p-applicationform .appform h3 {
  margin-bottom: 10px;
}

body.p-applicationform fieldset.form .item > span {
  display: block;
  margin: 0 0 1em 0;
}

body.p-applicationform fieldset.form .item > label + span {
  margin-bottom: 0;
}

body.p-applicationform fieldset.form .item > span > span {
  margin-right: 5px;
}

body.p-applicationform fieldset.form .item {
  margin-bottom: 1em;
  display: block;
}

body.p-applicationform div.view div {
  margin: 0 0 1em 0;
}

body.p-applicationform div.view div > span:first-child {
  font-weight: bold;
  display: block;
}

body.p-applicationform div.view div > .noValue {
  font-style: italic;
}

/*-----------------------------------------------------------------------------
Product brand page and list
-----------------------------------------------------------------------------*/
body.p-brand img.main, body.p-productbyfieldlist img.main {
  float: right;
  margin-left: 20px;
}

.productbrands {
  position: relative;
}

.productbrands h2 {
  margin: 0;
  color: #333;
  font-size: 24px !important;
  font-weight: normal !important;
  text-transform: none !important;
}

.productbrands a.brands {
  position: absolute;
  right: 15px;
  top: 10px;
  background: transparent url(/ui/img/icons/green_forward_arrow.png) no-repeat 100% 4px;
  padding-right: 15px;
}

.productbrands ul li {
  padding-bottom: 10px;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .productbrands ul {
    padding-bottom: 15px;
  }
  .productbrands ul li {
    margin: 0;
  }
  .productbrands a.brands {
    right: 10px;
    top: auto;
    bottom: 5px;
  }
}

body.p-signup img.main {
  float: right;
  clear: right;
  margin: 0 0 1em 1em;
}

body.p-signup #content fieldset {
  margin-bottom: 20px;
}

body.p-signup #content fieldset legend,
body.p-signup #content .address-header {
  display: block;
  margin-bottom: 1.5em;
  font-weight: bold;
  color: #777;
}

body.p-signup #content .address-header {
  margin: 0.5em 0;
}

body.p-signup #content fieldset label {
  margin-bottom: .25em;
}

body.p-signup #content fieldset .item {
  display: block;
  margin-bottom: 1em;
}

body.p-signup #content fieldset input[type=text],
body.p-signup #content fieldset input[type=file],
body.p-signup #content fieldset input[type=password],
body.p-signup #content fieldset select,
body.p-signup #content fieldset textarea {
  display: block;
}

body.p-signup #content fieldset .auto input[type=text], fieldset .auto input[type=file], fieldset .auto input[type=password], fieldset .auto select, fieldset .auto textarea {
  display: block;
  width: auto;
}

body.p-signup #content fieldset ul.addresses > li {
  float: left;
  width: 206px;
  margin-left: 20px;
  background: none;
}

body.p-signup #content fieldset ul.addresses > li:first-child {
  margin-left: 0;
}

body.p-signup #content fieldset ul.addresses > li > div {
  padding: 0;
}

body.p-signup #content fieldset .items label {
  display: inline;
  margin: 0;
  vertical-align: bottom;
}

body.p-signup #content .notice {
  display: block;
  margin-bottom: 20px;
}

body.p-signup #content fieldset input[type=checkbox] {
  vertical-align: bottom;
}

body.p-signup #content fieldset .custom.dropdown {
  width: 100%;
}

body.p-signup #content fieldset input[type=checkbox] {
  margin: 0 0 3px;
}

body.p-signup #content fieldset .button {
  margin-right: 10px;
}

body.p-signup #content fieldset:last-child {
  margin: -10px 0 0;
}

body.p-loginpage .info-col > h2:first-child {
  margin-top: 17px;
}

body.p-mypage .rowactions {
  white-space: nowrap;
  text-align: right;
}

body.p-mypage .section-container {
  margin-bottom: 0;
}

body.p-mypage .section-container section > p:first-child {
  padding-right: 10px;
  padding-top: 10px;
}

body.p-mypage .section-container .content {
  border: none;
  padding: 0;
}

body.p-mypage .section-container .content label strong {
  color: #777;
}

body.p-mypage .section-container #userinfo h2 {
  margin-top: 5px;
}

body.p-mypage .section-container .button.save,
body.p-mypage .section-container .button.cancel {
  margin-top: 10px;
}

body.p-mypage .section-container fieldset:last-child {
  margin-bottom: 0;
}

body.p-mypage .notice {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  body.p-mypage .section-container .button.logout {
    margin-top: 0;
  }
}

/*-----------------------------------------------------------------------------
StartPage
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  body.p-theme .product-group-header h1 {
    margin-top: 0;
  }
}

body.p-theme .product-group-header #productpackage h2 {
  margin-bottom: 0;
  color: #333;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.1em;
}

body.p-theme .product-group-header #productpackage ul {
  line-height: 1.2;
}

body.p-theme .product-group-header .productitem .pricearea {
  margin-top: 10px;
}

body.p-theme .product-group-header .productitem .pricearea > span:first-child {
  font-size: 1.7142857143em;
  color: #333;
}

body.p-theme .product-group-header .productitem .button {
  margin: 15px 0 0;
}

.p-memberstart .breadcrumbs {
  display: none;
}

.member-area {
  margin-top: 40px;
  color: #000000;
  font-family: "FuturaStd", "futura-pt", sans-serif;
}

.member-area p {
  font-size: 18px;
  line-height: 25px;
}

.member-area a {
  color: #000000;
  text-decoration: underline;
}

.member-area a:hover {
  text-decoration: none;
}

.member-area h2 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-family: "Knofedt", "futura-pt", sans-serif;
  font-size: 3.5714285714em;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}

.member-area iframe {
  border: 0;
  width: 100%;
}

.member-area iframe.member-form {
  background-color: #fff;
  height: 880px;
}

.member-area .main {
  margin-bottom: 30px;
}

.member-area .member-menu a {
  color: #000000;
  text-decoration: none;
}

.member-area .member-menu a:hover {
  text-decoration: none;
}

.member-area .member-menu p {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.member-area .product_list li {
  padding-bottom: 0;
}

/*# sourceMappingURL=site.css.map */
@media print {
  body * {
    color: black !important;
  }

  #toolbar,
  #search,
  #navprimary,
  #subnav,
  .header,
  #footer,
  .breadcrumbs,
  html.openmodal #page,
  .reveal-modal-bg,
  .close-reveal-modal,
  .printbutton,
  .reorderbutton,
  .orbit-bullets,
  .buybuttoncontainer {
    display: none !important;
  }

  .printheader {
    display: block !important;
  }
  .printheader .home {
    float: left !important;
  }
  .printheader .headertext {
    float: left !important;
    margin-top: 10px !important;
    margin-left: 15px !important;
    font-size: 24px !important;
  }

  #page, #content {
    float: none;
    width: auto;
  }

  #page {
    padding-top: 0 !important;
  }

  /*#orderdetails .printbutton { display: none; }
  #orderdetails .trackinglink { display: none; }*/
  html.openmodal .reveal-modal.orderpopup {
    display: block !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-width: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .box-inner {
    border: none !important;
  }

  .shadow {
    -moz-box-shadow: 0 0 0 0 white !important;
    -webkit-box-shadow: 0 0 0 0 white !important;
    box-shadow: 0 0 0 0 white !important;
  }

  body.p-shoppinglist table,
  body.p-shoppinglist .button,
  body.p-shoppinglist .top-content,
  body.p-shoppinglist .list-info,
  body.p-shoppinglist .bottom-content,
  body.p-shoppinglist .fancybox-overlay {
    display: none !important;
  }
  body.p-shoppinglist #shoppinglistprintable {
    display: block !important;
    width: auto !important;
  }
  body.p-shoppinglist #shoppinglistprintable table {
    display: block !important;
    border-top: 1px solid #dddddd !important;
  }
  body.p-shoppinglist #shoppinglistprintable table th {
    border-bottom: 1px solid #dddddd !important;
  }
  body.p-shoppinglist #shoppinglistprintable .columns {
    padding: 0 !important;
  }
  body.p-shoppinglist #shoppinglistprintable .list-info-box {
    height: auto !important;
  }
}

