/* ------------------------------------------------------
   Variables for easy find and replace


	$link:					#e85505;
	$link-hover:			#ae550d;

	$second-bg-color: #F6F6F6;
	$second-font-color: #707070;
	$table-border-color: #D6D6D6;

	$body-font:				sans-serif;
	$heading-font:			Helvetica;

	fonts.com fonts...
	font-family:'Neuron W03 Extra Bold', Helvetica, Arial, sans-serif;
	font-family:'Neuron W03 Regular', Helvetica, Arial, sans-serif;



	Table of Contents for search based navigation


BASE STYLES

**** Box Model Reset

**** Typography
---- Lists
---- Breadcrumbs
---- Quotations
---- Text level elements
---- Links

**** Content Design Patterns
---- Buttons
---- Expando Styles
---- Content Highlight box
---- Date Pattern
---- Site Messages

**** Images

**** Forms
---- Form Help
---- Form Errors
---- Horizontal Form
---- Oldschool Table based form styles
---- Search Form
---- Submit Bar
---- Captcha

**** Tables
---- No Layout Table
---- Logos Table

**** Logo Gallery

**** Helper classes
---- Clearfix
---- Floats and positioning
---- Visually Hidden

GLOBAL TEMPLATE

**** Template Layout
---- Header
---- footer

**** Widgets and modules
---- Related Links
---- Articles
---- Article Category Subscribe
---- Simple Image Gallery
---- Gallery
---- Gallery Preview
---- Order Form
---- Events
---- Videos

---- Team Members
---- Simple Publications
---- Detailed Publications
---- Sponsors

**** Print styles

------------------------------------------------------ */

/* ------------------------------------------------------
**** Box Model Reset
------------------------------------------------------ */

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


/* ------------------------------------------------------
**** Typography
------------------------------------------------------ */

html {
	font-size: 62.5%;
	-ms-text-size-adjust: 100%; /* These two prevent iOS text size adjust after orientation change, without disabling user zoom. */
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	line-height: 24px;
	line-height: 2.4rem;
	font-size: 16px;
	font-size: 1.6rem;
	color: #222;
	font-family: Helvetica, Arial, sans-serif;
}


/* ---- Headings ---- */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0;
	text-rendering: optimizelegibility;
	font-family: Helvetica;
	font-weight: bold;
}
	h1 small,
	h2 small,
	h3 small,
	h4 small,
	h5 small,
	h6 small {
	font-weight: normal;
	line-height: 1;
	color: #8a7b7b;
}


h1, .h1 {
	line-height: 48px;
	line-height: 4.8rem;
	font-size: 52px;
	font-size: 5.2rem;
	font-family:'Neuron W03 Extra Bold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	color: #3B758E;
}

h2, .h2 {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.2;
	font-family:'Neuron W03 Extra Bold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	color: #BE1E2D;
}

h3, .h3 {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.2;
	font-family:'Neuron W03 Extra Bold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	color: #4B4443;
}

	h3 span.caps {
		text-transform: uppercase;
		color: #BE1E2D;
	}

h4, .h4 {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}

h5, .h5 {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	font-size: 17px;
	font-size: 1.7rem;
}

h6, .h6 {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.heading-inline {
	display: inline;
	float: left;
	padding: 0;
}

p,
ol,
ul,
dl,
p,
ol,
ul,
dl,
address {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

small {
	font-size: 12.8px;
	font-size: 1.28rem;
}

.highlight-red {
	color: #be1e2d;
}

/* ---- Lists ---- */

ul,
ol {
	padding: 0 0 0 20px;
	padding: 0 0 0 2rem;
}


li ul,
li ol {
	list-style-type: none;
	margin: 1rem 0;
}

ul.inline,
ol.inline {
	list-style-type: none;
	margin-left: 0;
}
	ul.inline > li,
	ol.inline > li {
		display: inline-block;
		padding-left: 10px;
		padding-right: 10px;
	}

/* ---- Breadcrumbs ---- */

.breadcrumb {
	list-style-type: none;
	margin: 15px 0;
	margin: 1.5rem 0;
	padding: 10px 0;
	color: #444;
	font-family:'Neuron W03 Regular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	position: relative;
	background: url(../images/deco_dots_yellow.svg) repeat-x bottom left;
	-webkit-background-size: 6px 3px;
	-moz-background-size: 6px 3px;
	-o-background-size: 6px 3px;
	background-size: 6px 3px;
}
.no-svg .breadcrumb {
	background: url(../images/deco_dots_yellow.png) repeat-x bottom left;
}
	.breadcrumb:before {
		content: "";
		height: 3px;
		width: 100%;
		top: 0;
		position: absolute;
		background: url(../images/deco_dots_yellow.svg) repeat-x bottom left;
	}
	.no-svg .breadcrumb:before {
		background: url(../images/deco_dots_yellow.png) repeat-x bottom left;

	}
	.breadcrumb > li {
		display: inline;
		*display: inline;
		*zoom: 1;
	}
	.breadcrumb > li a {
		color: #38758f;
	}
	.breadcrumb > li:before {
		content: "  \003e  ";
		padding: 0 4px;
	}
	.breadcrumb > li:first-child:before {
		content: none;
	}


/* ---- Quotations ---- */

blockquote {
	margin: 0 0 15px ;
	margin: 0 0 1.5rem ;
	padding: 15px 20px 1px;
	background: #efedec;
	font-style: normal;
}
	blockquote small:before {
		content: '\00A0 \2014';
	}
	blockquote small:after {
		content: '';
	}
	blockquote.pull-right {
		float: right;
		background-color: transparent;
	}
	blockquote.pull-right p, blockquote.pull-right small {
		text-align: right;
	}
	blockquote.pull-right small:before {
		content: '';
	}
	blockquote.pull-right small:after {
		content: '\00A0 \2014';
	}
	blockquote cite {
		font-style: normal;
	}

q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

dl,
dd {
	margin-bottom: 1.5em;
	}

dt {
	font-weight: bold; }

.dl-horizontal {
	*zoom: 1;
}
	.dl-horizontal:before, .dl-horizontal:after {
		content: " ";
		display: table;
	}
	.dl-horizontal:after {
		clear: both;
	}
	.dl-horizontal dt {
		float: left;
		clear: left;
		width: 30.38869258%;
	}
	.dl-horizontal dd {
		margin-left: 32.99289258%;
	}

/* ---- Text level elements ---- */

abbr[title] {
	border-bottom: 1px dotted #c6bfbf;
	cursor: help;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

ins {
	background-color: #f6f6f6;
	color: #473f3f;
	text-decoration: none;
}

mark {
	background-color: #f6f6f6;
	color: #473f3f;
	font-style: italic;
	font-weight: bold;
}

pre,
code,
kbd,
samp {
	font-family: Monaco, Courier New, monospace;
	color: #484040;
	background: #efefef;
	background: rgba(0, 0, 0, .07);
	padding: 0 2px;
	margin: 0 -2px;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}


/* ---- Links ---- */

a {
	color: #3B758E;
	word-break: break-word;
}

a:hover {
	color: #1e5065;
}

/* Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
	outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
	outline: 0;
}


/* ------------------------------------------------------
**** Design Patterns

Reusable bits of badass code that we probably use a lot

------------------------------------------------------ */

/* ---- Buttons ---- */

.button,
input[type="button"] {
	/* Structure */
	display: inline-block;
	*display: inline; /*IE 6/7*/
	zoom: 1;
	margin-bottom: 0;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	/* styles */
	font-weight: normal;
	line-height: 1em;
	color: #fff;
	background: #4b4443;
	background-image: -moz-linear-gradient(top,  #4b4443 0%, #3a3434 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b4443), color-stop(100%,#3a3434));
	background-image: -webkit-linear-gradient(top,  #4b4443 0%,#3a3434 100%);
	background-image: -o-linear-gradient(top,  #4b4443 0%,#3a3434 100%);
	background-image: -ms-linear-gradient(top,  #4b4443 0%,#3a3434 100%);
	background-image: linear-gradient(to bottom,  #4b4443 0%,#3a3434 100%);
	font-family:'Neuron W03 Regular', Helvetica, Arial, sans-serif;
	text-decoration: none;
	border-radius: 3px;
	border: none;
	font-size: 100%;
	*font-size: 90%; /*IE 6/7 - To reduce IE's oversized button text*/
	*overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
	padding: 10px 15px 8px;
	font-size: 18px;
	font-size: 1.8rem;
	transition: all 200ms ease-in-out;
}

/* Firefox: Get rid of the inner focus border */
.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.button-hover,
.button:hover,
.button:focus {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.button-small {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 8px;
	line-height: 0.8rem;
	padding: 5px 8px 5px;
	margin: -2px 0
}

.button-large {
	font-size: 20px;
	font-size: 2rem;
	padding: 15px 18px 10px;
}

.button-super-large {
	font-size: 36px;
	font-size: 2.6rem;
	padding: 15px 18px 10px;
}

.button-block {
	display: block;
}

.button-light {
	background: transparent;
	border: 2px solid #4b4443;
	color: #4b4443;
}

.button-light:hover,
.button-light:focus {
	border-color: #000;
	background: #000;
	color: #fff;
}

.button-yellow {
	background: #fbb040;
	color: #000;
}

.button-yellow:hover,
.button-yellow:focus {
	background: #E35914;
	color: #fff;
}

.button-green {
	background: #628032;
	color: #fff;
}

.button-green:hover,
.button-green:focus {
	background: #38758f;
	color: #fff;
}


.button-pulse {
	background-image: none;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% { background: #4b4443; }
	50% { background: #000; }
	100%{ background: #4b4443; }
}

/* Disabled/unavailable button style */

.button[disabled],
.button-disabled,
.button-disabled:hover,
.button-disabled:focus,
.button-disabled:active {
	border: none;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter: alpha(opacity=40);
	-khtml-opacity: 0.40;
	-moz-opacity: 0.40;
	opacity: 0.40;
	cursor: default;
	box-shadow: none;
}

/* Gets the buttons to line up with form inputs when you want them to */

.button.inline {
	margin-bottom: 0.75em;
}


/* ---- Expando Styles ---- */

.expando-opener-heading {
	color: #3b758e;
}

.expando-opener-heading:hover {
	color: #1e5065;
}

a.expando-opener-link:before,
.expando-opener-heading:before {
	content:"\003e ";
	margin-right: 5px;
	display: inline-block;
	top: -2px;
	position: relative;
}

.expando-opener-heading.expanded:before {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);

}


hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 2em 0;
	padding: 0;
	clear: right; /* --------!!!! Change this to left if the sidebar is on the right !!!!-------- */
}

/* ---- Content Highlight box ---- */

.content-highlight {
	margin: 15px 0;
	margin: 1.5rem 0;
	padding: 15px 20px 15px;
	background: #f6f6f6;
}


/* ---- Date Pattern ---- */

.calendar-date {
	/* used in conjuction with .boxed-highlight */
	padding: 0 0 8px;
	text-align: center;
}
	.calendar-date-text {
		font-family:'Neuron W03 Regular', Helvetica, Arial, sans-serif;
		color: #fff;
		text-decoration: none; /* Used if the date is a link */
		font-size: 38px;
		font-size: 3.8rem;
		line-height: .8;
		margin: 0;
		padding: 0;
	}

	.calendar-date-text span {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1;
		text-transform: uppercase;
	}


/* ---- Site Messages ---- */

.messages {
    background: #f6f6f6;
    border: 1px solid #D6D6D6;
    font-family: arial,sans-serif;
    list-style-type: none;
    margin: 15px 0;
    padding: 10px 0;
    -webkit-box-shadow: rgba(0,0,0,0.5) 1px 1px 10px;
	box-shadow: rgba(0,0,0,0.5) 1px 1px 10px;
}

	.messages li {
		 margin: 0 0 0 16px;
    	padding: 7px 20px 7px 30px;
    	vertical-align: bottom;
	}

/* ------------------------------------------------------
**** Images
------------------------------------------------------ */


img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.mainbar > p > img {
	border: 10px solid #DAE7EE;
	outline: 1px solid #C9D8DF;
}

/*

Old school image left and right are more generic now so we can use them on anything

You can find them in the helper classes section

*/

/* ------------------------------------------------------
**** Forms
------------------------------------------------------ */

form {
	margin: 0 0 1.5em 0;
}
	form ul {
		list-style-type: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}

fieldset {
	margin-bottom: 1.5em;
	padding: 0;
	border-width: 0;
}
fieldset:last-of-type {
	margin-bottom: 0;
}

legend {
	display: block;
	width: 100%;
	margin-top: 15px;
	*margin-left: -7px;
	padding: 00;
	border: 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5em;
	white-space: normal;
}
	legend small {
		font-size: 1.125em;
		color: #625757;
	}

label,
input,
button,
select,
textarea {
	font-family: sans-serif;
}

label {
	display: block;
	margin-bottom: 0.375em;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
	display: inline-block;
	margin-bottom: 0.75em;
	padding: 0.55em 10px 0.3em;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5em;
	color: inherit;
	border-radius: 4px;
	vertical-align: middle;
	color: #444;
}

input,
textarea {
	width: 100%;
}

textarea {
	height: auto;
	resize-x: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	background-color: white;
	border: 2px solid #d6d6d6;
}
	textarea:hover,
	input[type="text"]:hover,
	input[type="password"]:hover,
	input[type="datetime"]:hover,
	input[type="datetime-local"]:hover,
	input[type="date"]:hover,
	input[type="month"]:hover,
	input[type="time"]:hover,
	input[type="week"]:hover,
	input[type="number"]:hover,
	input[type="email"]:hover,
	input[type="url"]:hover,
	input[type="search"]:hover,
	input[type="tel"]:hover,
	input[type="color"]:hover {
		border-color: #aeaeae;
	}
	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus {
		border-color: #828282;
		outline: 0;
		outline: thin dotted \9;
	}

input[type="radio"],
input[type="checkbox"] {
	margin: 2px 0 0;
	margin-top: 6px \9;  /* IE8-9 */
	line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}

input.datepicker.wd {
	margin-left: 0;
}
input.datepicker.wy {
	margin-right: 0;
}
input.datepicker {
	width: 60px;
	margin: 0 4px;
}

select {
	padding: 6px;
	width: 90%;
	border: 2px solid #d6d6d6;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	font-size: 14px;
	font-size: 1.4rem;
	color: #ccc;
}

.radio,
.checkbox {
	min-height: 1.5em;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	float: left;
	margin-right: 10px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
	padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
	margin-left: 12px;
}

.-input-mini {
	width: 60px;
}

.-input-small {
	width: 90px;
}

.-input-medium {
	width: 150px;
}

.-input-large {
	width: 210px;
}

.-input-xlarge {
	width: 270px;
}

.-input-xxlarge {
	width: 530px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	opacity: .5;
}

.form-actions {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 0.5em 24px 1.5em;
	*zoom: 1;
}
	.form-actions:before, .form-actions:after {
		content: " ";
		display: table;
	}
	.form-actions:after {
		clear: both;
	}

[placeholder]:focus::-webkit-input-placeholder {
	opacity: 0;
	transition: opacity .5s .5s ease;
}


/* Messages */
ul.messages {
	background: none;
	margin: 0 0 40px 0;
	padding: 0;
	border: none;
	font-family: arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
}

ul.messages li {
	margin: 0;
	padding: 10px 15px;
	display: block;
	list-style-type: none;
	vertical-align: bottom;
	color: #fff !important;
}

ul.messages li.confirm {
	background: #090;
}

ul.messages li.error {
	background: #900;
}


/* ---- form help ---- */

.help-block,
.help-inline {
	color: #625757;
	font-size: 12.8px;
	font-size: 1.28rem;
	line-height: 1.4;
}

.help-block {
	display: block;
	margin-bottom: 0.75em;
}

.help-inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding-left: 12px;
}

.help-block,
.help-inline {
	color: #625757;
}

.help-block {
	display: block;
	margin-bottom: 0.75em;
}

.help-inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding-left: 24px;
}

/* ---- Form Errors ---- */

.has-error {

	background: #fae8e7;
	padding: 10px 20px;
	margin: 0 -20px;
}
	.has-error input {
		border-color: #B94A48;
	}

	.has-error .help-block,
	.has-error .help-inline {
		color: #B94A48;
		font-weight: bold;
		font-style: italic;
	}


/* ---- Horizontal Form ---- */

.form-horizontal {
	/*controls*/
	/*input*/
}
	.form-horizontal .control-group {
		margin-bottom: 1.5em;
		*zoom: 1;
	}
	.form-horizontal .control-group:before, .form-horizontal .control-group:after {
		content: " ";
		display: table;
	}
	.form-horizontal .control-group:after {
		clear: both;
	}
	.form-horizontal .control-label {
		float: left;
		width: 49%;
		padding-top: 5px;
		padding-right: 24px;
		text-align: right;
	}
	.form-horizontal .controls {
		*display: inline-block;
		margin-left: 49%;
		*margin-left: 0;
		*padding-left: 24px;
	}
	.form-horizontal .controls:first-child {
		*padding-left: 24px;
	}
	.form-horizontal .help-block {
		margin-bottom: 0;
	}
	.form-horizontal input + .help-block,
	.form-horizontal select + .help-block,
	.form-horizontal textarea + .help-block {
		margin-top: 0.75em;
	}
	.form-horizontal .form-actions {
		padding-left: 49%;
	}

	.form-horizontal input,
	.form-horizontal textarea,
	.form-horizontal select {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-horizontal .hide {
		display: none;
	}
	.form-horizontal label,
	.form-horizontal .btn-group {
		display: inline-block;
	}
	.form-horizontal .control-group {
		margin-bottom: 0.75em;
	}
	.form-horizontal legend + .control-group {
		margin-top: 1.5em;
		-webkit-margin-top-collapse: separate;
	}

/* ---- Oldschool Table based form styles ---- */

table.form-section,
table.checkbox-list {
	border-collapse: collapse;
	background: #f6f6f6;
	border: 1px #D6D6D6 solid;
	margin-bottom: 30px;
	width: 100%;
}

	table.form-section tr,
	table.checkbox-list tr {
		border-bottom: 1px #D6D6D6 dashed;
	}

		table.form-section th,
		table.form-section tr > th:first-child {
			width: 25%;
			font-weight: bold;
			padding: 20px 10px 16px 15px;
			vertical-align: top;
			border: none;
		}

		table.form-section td,
		table.checkbox-list td {
			width: auto;
			padding: 12px 11px;
			vertical-align: top;
			border: none;
		}

		table.form-section td.field-info {
			vertical-align: middle;
			font-size: 10px;
			font-size: 1rem;
		}
		table.form-section span.field-error {
			font-size: 10px;
			font-size: 1rem;
		}
		table.checkbox-list td.check {
			width: 10px;
			text-align: center;
		}
		td table.checkbox-list td.check {
			padding: 12px 5px 11px 20px;
		}

		table.form-section span.s {
			display: block;
			margin: 15px 0 0 0;
			background: url("../images/arw_blue.gif") no-repeat scroll left center transparent;
			padding: 0 0 0 22px;
		}

		table.form-section table.checkbox-list {
			margin: 0;
		}
		table.form-section input, table.form-section label, table.form-section select {
			margin-bottom: 0;
		}


.form-section .field-info span {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #900;
}

/* FB helper, field error fix */
.form-section .field-info span.field-error {
	font-weight: normal !important;
	font-size: 14px;
	font-size: 1.4rem;
	color: #900 !important;
}

.form-section th label + br {
	display: none;
}

.form-section th span.s {
	margin: 0;
	padding: 0;
	font-family: Consolas, "courier new";
	font-size: small;
	font-weight: normal;
}


.table-valign-middle table.form-section td {
	vertical-align: middle !important;
}


/* ---- Submit Bar ---- */

.submit-bar {
	text-align: right;
	background: #f6f6f6;
	padding: 14px;
	border-top: 1px #D6D6D6 dashed;
}

	.submit-bar a {
		margin-right: 20px;
	}


/* ---- Search Form ---- */

input.search-query {
	margin-bottom: 0;
	padding-right: 14px;
	padding-right: 4px \ 9;
	padding-left: 14px;
	padding-left: 4px \9;
	border-radius: 0;

}

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
	border-radius: 0;
}

.form-search .input-append .search-query {
	border-radius: 14px, 0, 0, 14px;
}

.form-search .input-append .btn {
	border-radius: 0, 14px, 14px, 0;
}

.form-search .input-prepend .search-query {
	border-radius: 0, 14px, 14px, 0;
}

.form-search .input-prepend .btn {
	border-radius: 14px, 0, 0, 14px;
}

.form-search {
	/*radio*/
}
	.form-search input,
	.form-search textarea,
	.form-search select {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-search .hide {
		display: none;
	}
	.form-search label,
	.form-search .btn-group {
		display: inline-block;
	}
	.form-search .radio,
	.form-search .checkbox {
		margin-bottom: 0;
		padding-left: 0;
		vertical-align: middle;
	}
	.form-search .radio input[type="radio"],
	.form-search .checkbox input[type="checkbox"] {
		float: left;
	}
	.form-search .radio input[type="radio"] margin,
	.form-search .checkbox input[type="checkbox"] margin {
		right: 3px;
		left: 0;
	}
	.form-search .control-group {
		margin-bottom: 0.75em;
	}
	.form-search legend + .control-group {
		margin-top: 1.5em;
		-webkit-margin-top-collapse: separate;
	}


/* ---- Captcha ---- */

.captcha {
	background: #f6f6f6;
	margin: 5px 0px;
	padding: 10px;
	width: 90%;
	border: 1px #D6D6D6 solid;
}

	.captcha .captcha-info, .captcha .info {
		width: 20px;
		float: right;
	}
	.captcha .captcha-info, .captcha .info a {
		text-decoration: none;
	}
		.captcha .captcha-info .captcha-icon {
			width: 16px;
			height: 16px;
			margin-bottom: 16px;
		}

	.captcha .captcha-img {
		width: 200px;
		margin-bottom: 10px;
	}

	.captcha .captcha-input {
		width: 200px;
	}


/* ------------------------------------------------------
**** Tables
------------------------------------------------------ */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0;
	margin: 2rem 0;
	max-width: 100%;
	text-align: left;
	border-color: #000;
}

	table th,
	table td {
		padding: 8px;
		vertical-align: top;
		border-color: #A6886F;
	}
	div:not(.widget) > table th {
		background: #dbd5d1;
	}
	div:not(.widget) > table tr:nth-child(odd) td {
		background: #EFEDEC;
	}

	table th {
		font-weight: bold;
	}
	table thead th {
		vertical-align: bottom;
	}

	table td.add-dash {
		position: relative;
	}

	table td.add-dash:before {
		content: '-';
		position: absolute;
		left: -8px;
		top: 30%;
		width: 5px;
		height: 20px;
	}

/* ---- No Layout Table ---- */

.table--no-styles {
	border-collapse: separate;
	border: none;
}

	.table--no-styles th,
	.table--no-styles td {
		padding: 0;
		border: 0;
		background: none !important;
	}



/* ---- Logos Table ---- */


.related-links-table th,
.related-links-table td {
	padding: 6px;
	border: 1px solid #EFEDEC;
	background: none;
	background: #fff !important;
	vertical-align: inherit;
}



/* ---- machine test tables ---- */
table.results-table th {
	background-color: #eee !important;
}

table.results-table td {
	border-bottom: 1px solid #fff !important;
}

table.results-table tr:nth-child(even) {
	background-color: #eee !important;
}

table.results-table td.action {
	background-color: #FFDAD8 !important;
}

table.results-table td.warning {
	background-color: #F6F99C !important;
}

table.results-table td.target {
	background-color: #C5FAD2 !important;
}

table.results-table.smaller th {
	font-size: 12px;
	font-size: 1.2rem;
}

.hba1c-info {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 10px;
	padding: 1rem;
}

.hba1c-info p {
	margin: 0;
	padding: 0;
}

.hba1c-info.action {
	background-color: #FFDAD8;
}

.hba1c-info.warning {
	background-color: #F6F99C;
}

.hba1c-info.target {
	background-color: #C5FAD2;
}

@media screen and (max-width: 600px) {
	table.results-table {
		width: 100%;
	}

	table.results-table thead {
		display: none;
	}

	table.results-table tr:nth-child(even) {
		background-color: transparent !important;
	}

	table.results-table td.action {
		background-color: #FFDAD8 !important;
	}

	table.results-table td.warning {
		background-color: #F6F99C !important;
	}

	table.results-table td.target {
		background-color: #C5FAD2 !important;
	}

	table.results-table tr {
		border: 1px solid #EFEDEC;
		display: block;
		margin-bottom: 2rem;
	}

	table.results-table td {
		display: block;
		padding: 6px;
	}

	table.results-table td:before {
		content: attr(data-heading);
		background-color: #eee;
		display: block;
		margin-bottom: 6px;
		padding: 6px;
		border: 1px solid #EFEDEC;
		font-weight: bold;
		color: #8f8f8f;
	}
}


/* ------------------------------------------------------
**** Logo Gallery
------------------------------------------------------ */

.logo-gallery .logo {
	float: left;
	padding: 0 10px;
	margin: 15px 1.6665% 15px 1.6665%;
	border: 1px solid #cccccc;
	width: 30%;
}

.logo-gallery .logo-wrap {
	position: relative;
	width: 100%;
	height: 200px;
	display: table-cell;
	vertical-align:middle;
}

.logo-gallery .logo-wrap:before {
	content: "";
	display: block;
	padding-top: 0%;
}

.logo-wrap img {
	width: 100%;
	max-width: 50em;
	height: auto;
	max-height: 100%;
	margin: 0 auto;
}

.logo-details {
	text-align: center;
}


/* ------------------------------------------------------
**** Helper classes
------------------------------------------------------ */

/* ---- Clearfix ---- */

.clear {
	height: 0;
	clear: both;
	display: block;
}

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

.-clearfix:after {
	clear: both;
}

.-clearfix {
	*zoom: 1;
}

/* Image Replacement */
.-ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.-ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.-hidden {
	display: none !important;
	visibility: hidden;
}

.-vis-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.-vis-hidden.focusable:active,
.-vis-hidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.-invisible {
	visibility: hidden;
}

/* Angle Brackets */
.-r-arrow-after:after {
	content: " >";
}
.-r-arrow-before:before {
	content: "> ";
}
.-l-arrow-after:after {
	content: " <";
}
.-l-arrow-before:before {
	content: "< ";
}

/* ---- Floats and positioning ---- */

.left {
	margin: 0 20px 15px 0;
	float: left;
}

.right {
	margin: 0 0 15px 20px;
	float: right;
}

@media screen and (max-width: 37.5em) { /* 600px */
	img.left,
	img.right {
		max-width: 45%
	}
}

@media screen and (max-width: 28.75em) { /* 460px */
	img.left,
	img.right {
		margin: 0 auto 15px auto;
		float: none;
		display: block;
		max-width: 100%;
	}
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ---- Clearfix ---- */

.clear {
	height: 0;
	clear: both;
	display: block;
}

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

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


/* ------------------------------------------------------
**** Template Layout
------------------------------------------------------ */

* {
	margin: 0;
}

html,
body {
	height: 100%; /* Req for sticky footer */
}

body {
	background: #628032;
	background-image: url(../images/bg_html.svg);
	background-size: auto 394px;
	background-repeat: repeat-x;
	height: 100%; /* Req for sticky footer */
}

.no-svg body {
	background-image: url(../images/bg_html.png);
}

.wrap {
	/* req for sticky footer */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -400px;  /* the bottom margin is the negative value of the footer's height */
	overflow: hidden;
}

.section {
	max-width: 1230px;
	margin: 0 auto;
}

/* ---- header ---- */

.header {
	padding: 25px 0 25px 04.761904761905%;
	background: #fff;
	position: relative;
	z-index: 100;
	min-height: 190px;
	outline: none;
	overflow-y: visible;
}

.lt-ie9 .header {
	min-height: 140px;
}

	.header .logo {
		float: left;
	}

	.header .logo-20years {
		width: auto;
		height: 190px;
		margin-top: -20px;
		margin-left: -02.761904761905%;
		margin-bottom: -25px;
	}

	.top-nav {
		position: absolute;
		top: 0;
		right: -85px;
		color: #000;
		background: url(../images/bg_top-nav.svg) no-repeat bottom right;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		padding: 0 115px 20px 0;
		width: 430px;
		text-align: right;
		color: #000;
		font-family:'Neuron W03 Regular', Helvetica, Arial, sans-serif;
	}
	.no-svg .top-nav {
		background: url(../images/bg_top-nav.png) no-repeat bottom right;
	}
		.top-nav__list {
			list-style: none;
			margin-top: 10px;
		}
		.top-nav__list li {
			border-left: 1px solid #000;
			padding: 0 0 0 10px;
			display: inline-block;
		}
		.top-nav__list li:first-child {
			padding: 0 10px;
		}
		.top-nav__list li:last-child,
		.top-nav__list li:first-child {
			border-width: 0px;
		}
		.top-nav__list a:not(.button) {
			color: #000;
			text-decoration: none;
		}
		.top-nav__list a:hover:not(.button) {
			color: #000;
			text-decoration: underline;
		}

	.header .nav {
		margin-left: 330px; /* Width of logo plus extra for whitespace */
		background: #fff;
	}

.header__bottom-deco {
	background-color: #BE1E2D;
	background: #BE1E2D;
	padding: 2px;
	height: 80px;
	margin-top: -68px;
	margin-bottom: -10px;
	margin-left: -5px;
	margin-right: -5px;
	border-bottom: 25px solid #fff;
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	transform: rotate(-1deg);
	transform-origin: bottom center;

	-webkit-backface-visibility:hidden; /* Chrome Fix */
	-webkit-background-clip:padding-box; /* IOS fix */
	background-clip:padding-box; /* IOS fix */
	z-index: 1;
	position:relative;
}

.background-dots {
	background-image: url(../images/bg_dots_deco_wrap.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 916px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
	bottom: 0;
	min-height: 895px;
}
.no-svg .background-dots {
	background: url(../images/bg_dots_deco_wrap.png);
}

.banner {
	background: #c9d8df;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZWNmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWQ4ZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -o-linear-gradient(top,  #dfecf2 0%,#c9d8df 100%);
	background-image: -ms-linear-gradient(top,  #dfecf2 0%,#c9d8df 100%);
	background-image: linear-gradient(to bottom,  #dfecf2 0%,#c9d8df 100%);

	margin-top: -30px;
	position: relative;
	z-index: 0;
}

.content {
	background: #fff url(../images/bg_content.jpg) no-repeat center 25px;
	padding: 40px 0 40px;
	margin-bottom: 20px;
	position: relative;
}


/* ---- footer ---- */

.push {
	height: 370px; /* Required for sticky footer on shorter pages */
}

.footer {
	margin-top: -5px;
	height: 400px;
	width: 100%;
	overflow: hidden;
	position: relative;
	color: #fff;
}

.footer__top-deco {
	border-top: 25px solid #fff;
	margin: 18px -20px 0;
	margin-bottom: -20px;
	overflow: hidden;
	background: #000;
	height: 100px;

	-moz-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	transform: rotate(1deg);
	transform-origin: top center;

	-webkit-backface-visibility:hidden;
	-webkit-background-clip:padding-box; /* IOS fix */
	background-clip:padding-box; /* IOS fix */

}

.footer__content {
	background-color: #000;
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;

	min-height: 340px;
	margin-top: -40px;

}

.footer__content footer {
	padding-left: 4.878048780488%; /* 60px */
}

.footer__col-one {
	width: 60.162601626016%;
	position: relative;
}

.quicklinks {
	float: left;
	margin-top: 20px;
}

.quicklinks ul {
	list-style: none;
}

.quicklinks li {
	float: left;
	width: 32%;
	font-weight: 100;
	padding: 8px 15px 8px 0;
	position: relative;
	line-height: 1.2;
}

.quicklinks li:before {
	content:"\003e  ";
	position: absolute;
	left: -18px;
}

.quicklinks a,
.quicklinks h2 {
	color: #fff;
	text-decoration: none;
}

.quicklinks a:hover {
	text-decoration: underline;
}

.footer__facebook {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.footer__facebook,
.footer__facebook img {
	width: 24px;
	height: 24px;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}

.footer__facebook:hover,
.footer__facebook:focus {
	transform: scale(1.1);
}

.footer__copyright-box {
	margin-top: 71px;
	margin-right: 02.439024390244%;
	background: #1F1F1F;
	width: 30.081300813008%;
	padding: 20px 02.439024390244% 1px;
	float: right;
	color: #a6886f;
	font-weight: 100;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
	min-height: 148px;
	position: relative;
}




.footer__copyright-box a {
	color: #a6886f;
}

/* Generic style for all widgets */

.widget h3.widget-title {

}


/* ---- reusable design patterns ---- */

/* small blue box ala calendar date */

.boxed-highlight {
	background: #42849b;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyODQ5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzY2ODAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top,  #42849b 0%, #336680 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42849b), color-stop(100%,#336680));
	background-image: -webkit-linear-gradient(top,  #42849b 0%,#336680 100%);
	background-image: -o-linear-gradient(top,  #42849b 0%,#336680 100%);
	background-image: -ms-linear-gradient(top,  #42849b 0%,#336680 100%);
	background-image: linear-gradient(to bottom,  #42849b 0%,#336680 100%);
	border-radius: 6px;
	color: #fff;
}

.dot-deco--white {
	padding-bottom: 20px;
	background: url(../images/deco_dots.svg) repeat-x bottom left;
	-webkit-background-size: 6px 3px;
	-moz-background-size: 6px 3px;
	-o-background-size: 6px 3px;
	background-size: 6px 3px;
}
.no-svg .dot-deco--white {
	background: url(../images/deco_dots.png) repeat-x bottom left;
}


.no-svg .dot-deco--yellow {
	background: url(../images/deco_dots_yellow.svg) repeat-x bottom left;
}

.dot-deco--yellow {
	padding-bottom: 20px;
	background: url(../images/deco_dots_yellow.svg) repeat-x bottom left;
	-webkit-background-size: 6px 3px;
	-moz-background-size: 6px 3px;
	-o-background-size: 6px 3px;
	background-size: 6px 3px;
}
.no-svg .dot-deco--yellow {
	padding-bottom: 18px;
	background: url(../images/deco_dots_yellow.png) repeat-x bottom left;
}

.box {
	padding: 30px;
	padding-bottom: 1px;
}

.box--blue {
	background: #3B758E;
	color: #fff;
}

.box--blue h3 {
	color: #fff;
}

.box--blue ul {
	list-style: none;
	padding: 0;
}

.box--blue li a:link,
.box--blue li a:visited {
	padding: 12px 18px 12px 15px;
	display: block;
	position: relative;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	text-decoration: none;
	color: #fff;
}

.box--blue li a:hover,
.box--blue li a:active,
.box--blue li a:focus {
	color: #000;
}

.box--blue li a:before {
	content: "\003e";
	position: absolute;
	left: 0px;
	top: 9px;
}

.box--yellow {
	background: #fbb040;
	color: #000;
}

.box--yellow h3 {
	color: #000;
}

.box input {
	border-color: #fff;
}


/* ------------------------------------------------------
**** Widgets

Widgets & Modules that ship with sprout.
If they don't they belong in seperate partial file

------------------------------------------------------ */

/* ---- Related Links ---- */
.widget-RelatedLinks {
	background: #fbb040;
	padding: 30px;
	margin-bottom: 25px;
}
.widget-RelatedLinks .widget-title,
.widget-EventSubscribeButton .widget-title {
	padding-bottom: 38px;
	color: #000;
}
.widget-RelatedLinks ul {
	padding: 0;
	margin:  0;
}
.widget-RelatedLinks ul.depth1 {
	padding-bottom: 20px;
	background: url(../images/deco_dots.svg) repeat-x bottom left;
	-webkit-background-size: 6px 3px;
	-moz-background-size: 6px 3px;
	-o-background-size: 6px 3px;
	background-size: 6px 3px;
}
.no-svg .widget-RelatedLinks ul.depth1 {
	background: url(../images/deco_dots.png) repeat-x bottom left;
}
.widget-RelatedLinks li {
	list-style: none;
}
.widget-RelatedLinks a {
	text-decoration: none;
	display: block;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	color: #be1e2d;
}

.widget-RelatedLinks a:hover {
	color: #78000b;
}

.widget-RelatedLinks > ul > li {
	/*border-bottom: 1px solid #d6d6d6;*/
	position: relative;
}
.widget-RelatedLinks > ul > li:last-child {
	border-bottom: none;
}
.widget-RelatedLinks .depth1 a {
	padding: 12px 18px 12px 15px;
}
.widget-RelatedLinks li.depth2 {
	font-size: 12px;
	font-size: 1.2rem;
}
.widget-RelatedLinks li.depth1.on > a,
.widget-RelatedLinks li.depth1 > a:hover {
	color: #fff;
}
.widget-RelatedLinks li.depth1.on > ul {
	margin-top: -12px;
}
.widget-RelatedLinks li.depth1.on > a:hover {
	padding-left: 15px;
}
.widget-RelatedLinks li.depth1 > a:before {
	content: "\003e";
	position: absolute;
	left: 0px;
	top: 9px;
}
.widget-RelatedLinks li a {
	line-height: 140%;
}

/* Children */

.widget-RelatedLinks li.depth2.on > a,
.widget-RelatedLinks li.depth2.on > a:hover {
	color: #000;
}
.widget-RelatedLinks li.depth2 > a:before {
	content: "  - ";
}
.widget-RelatedLinks .depth2 a {
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
	padding: 8px 0 8px 18px;
	position: relative;
}
.widget-RelatedLinks .depth2 a:hover {
	margin-left: 5px;
}

/* Events subscribe */

.widget-EventSubscribeButton {
	background: #fbb040;
	padding: 30px;
	margin-bottom: 25px;
}

/* ---- Articles ---- */

.widget-ArticlesList .article {
	border-bottom: 1px #D6D6D6 dashed;
	margin: 15px 0;
	margin: 1.5rem 0;
	padding: 0 0 10px;
}

.widget-ArticlesList .article p.date {
    font-size: 15px;
    font-size: 1.3rem;
    color: #707070;
    margin: 16px 0 -4px;
    margin: -1.6rem 0 -0.4rem;
}

.widget-ArticlesList .article-img {
	float: right;
	width: 100px;
	margin: 15px 0;
	margin: 1.5rem 0;
}
.widget-ArticlesList .article-text {
	margin-right: 140px;
}

/* Left aligned */
.widget-ArticlesList.left-aligned .article-img {
	float: left;
}
.widget-ArticlesList.left-aligned .article-text {
	margin-left: 140px;
	margin-right: 0;
}


/* ---- Article Category Subscribe ---- */

.widget-ArticleCategorySubscribe .form-section {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

/* Sidebar */
.widget-ArticlesList .sidebar-article {
	border-bottom: 1px #D6D6D6 dashed;
}
.widget-ArticlesList .sidebar-article:first-child {
	border-top: 1px #D6D6D6 dashed;
}
.widget-ArticlesList .sidebar-article h4 {
	margin-top: 1.5rem;
	margin-top: 15px;
}
.widget-ArticlesList .sidebar-article p.date {
    font-size: 15px;
    font-size: 1.3rem;
    color: #707070;
    margin: 16px 0 -4px;
    margin: -1.6rem 0 -0.4rem;
}

/* Date list for sidebar */
.widget-ArticleDateList h3 {
	margin-bottom: -5px;
}
.widget-ArticleDateList h4 {
	margin-top: 15px;
}



/* ---- Simple Image Gallery ---- */


.widget-GallerySimple {
	margin: 15px -10px;
}

.widget-GallerySimple h3 {
	padding: 10px;
}

.widget-GallerySimple .gallery-simple-thumb {
	width: 33.333%;
	padding: 10px;
	float: left;
}
.widget-GallerySimple .gallery-simple-thumb img {
	width: 100%;
}



 /* ---- Gallery ----
 &  ---- Gallery Preview ---- */
.widget-Gallery,
.widget-GalleryPreview {
	margin: 15px 0;
	margin: 1.5rem 0;
}
.widget-Gallery a img,
.widget-GalleryPreview a img {
	width: 100%;
}
.widget-Gallery .g2-thumb,
.widget-GalleryPreview .g2-thumb {
	position: relative;
	width: 30%;
	height: auto;
	max-width: 100%;
	margin: 0 3.33333% 20px 0;
	float: left;
}

.widget-Gallery .thum {
	display: block;
}

.widget-Gallery div:nth-child(3n+3),
.widget-GalleryPreview div:nth-child(3n+3) {
	margin-right: 0;
}
.widget-Gallery .g2-thumb:hover p.name,
.widget-GalleryPreview .g2-thumb:hover p.name {
	display: block;
}
.widget-Gallery p.name,
.widget-GalleryPreview p.name {
	background-color: #d5cdcc;
	margin: 0;
	padding: 10px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height: 71px;

}
.widget-Gallery p.name a,
.widget-GalleryPreview p.name a {
	display: block;
	height: 100%;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.4;
	color: #000;
}
.widget-GalleryPreview p.show-all {
	margin-top: 0;
}

div.g2-type-3 .play-icon {
	background: url('../images/icon_play_video.svg') center center no-repeat;
	background-size: 80px 80px;
	width: 100%;
	height: 70%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .7;
}
.no-svg div.g2-type-3 .play-icon {
	background: url('../images/icon_play_video.png') center center no-repeat;
}

div.g2-type-3:hover .play-icon {
	opacity: 1;
}

/*  Facebox fixes  */


#facebox .footer {
  height: auto;
}

#facebox table.popup td.body {
	padding: 12px 10px 10px;
}

#facebox .content {
	background: #fff;
	padding: 0;
	margin: 0;
}

#facebox .buttons {
	z-index: 9999;
}


/* ---- paginate ---- */
.paginate .page,
.paginate .page-next,
.paginate .page-prev {
	background: #4b4443;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRiNDQ0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTM0MzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top,  #4b4443 0%, #3a3434 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b4443), color-stop(100%,#3a3434));
	background-image: -webkit-linear-gradient(top,  #4b4443 0%,#3a3434 100%);
	background-image: -o-linear-gradient(top,  #4b4443 0%,#3a3434 100%);
	background-image: -ms-linear-gradient(top,  #4b4443 0%,#3a3434 100%);
	background-image: linear-gradient(to bottom,  #4b4443 0%,#3a3434 100%);
	padding: 10px 15px 8px;
	display: inline-block;
	text-decoration: none;
	line-height: 1em;
	font-family:'Neuron W03 Regular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #fff;
}

.paginate .on,
.paginate .page:hover,
.paginate .page-next:hover,
.paginate .page-prev:hover,
.paginate .page:active,
.paginate .page-next:active,
.paginate .page-prev:active,
.paginate .page:focus,
.paginate .page-next:focus,
.paginate .page-prev:focus {
	background: #000;
	background-image: none;
	color: #f8a132;
}

/* ---- Order Form ---- */
.widget-OrderForm .product {
	width: 30%;
	margin-right: 5%;
	float: left;
}
.widget-OrderForm .product:nth-child(3n+3) {
	margin-right: 0;
}


/* ---- Events ---- */

/* ---- Videos ---- */
.widget-Video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0;
    overflow: hidden;
}

.widget-Video iframe,
.widget-Video object,
.widget-Video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* ---- Event Date Box ---- */

.event-date {
	background: #3B758E;
	color: #fff;
	text-align: center;
	width: 50px;
}
	.event-date h4 {
		margin: 0;
	}
	.event-date span {
		display: block;
		font-size: 12px;
	}

/* ---- Events Listing Page ---- */

.event-list-item {
	border-top: 1px dashed #808080;
	padding: 20px 0 10px
}

.event-list-item:first-child {
	border-top: 0;
}

	.event-list-image {
		width: 28%;
		float: right;
		text-align: right;
	}
		.event-list-image img {
			max-width: 100%;
		}

	.event-list-date {
		float: left;
	}

	.event-list-info {
		margin: 0 30% 0 80px;
	}

/* ---- Event Details Page ---- */


.event-search-form {
	background: #f6f6f6;
	display: block;
	padding: 16px 20px;
	margin: 20px 0;
}

.event-map {
	width: 40%;
	float: right;
	text-align: right;
	margin-top: 15px;
}
	.event-map img {
		max-width: 100%;
		height: auto;
	}

.event-details {
	width: 58%;
	margin-top: 15px;
}
	.event-details-date {
		float: left;
	}

	.event-details-info {
		margin: 0 0 0 80px;
	}

.event-image {
	float: right;
	width: 40%;
}

.event-description {
	margin: 20px 0;
}

/* smallish screens */

@media screen and (max-width: 480px) {

	/* Visual indicator of breakpoints */

	.event-details,
	.event-map {
		width: 100%;
	}

	.event-map {
		text-align: center;
		float: none;
	}

	.event-details-date {
		float: none;
		margin: 20px auto;
	}

	.event-details-info {
		margin: 0;
	}
}

/* ---- Team Members ---- */

.team-members-list {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

.team-members-list__item {
	padding: 10px 20px;
}

@media screen and (min-width: 580px) {
	.team-members-list {
		margin: 0 -20px;
	}
	.team-members-list__item {
		width: 50%;
		float: left;
	}
	.team-members-list__item:nth-child(2n+1) {
		clear: left;
	}

}

/* individual team cards*/
.team-member {
	text-align: center;
}

.team-member__img {
	position: relative;
	width: 220px;
	margin: 0 auto 16px;
}
.team-member__img:before,
.team-member__img:after {
	content: '\00a0';
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	border-radius: 24px;
}

.team-member__img__wrap {
	background: #433c3c;
	min-height: 220px;
	overflow: hidden;
	border-radius: 500px;
}

.team-member__name {
	text-transform: none;
	margin-bottom: 0;
	color: #4988A0;
	font-family: Helvetica, Arial, sans-serif;
}

.team-member__position {
	font-weight: bold;
}

.team-member__details {
	margin-top: 15px;
}

.team-member__details__email {
	font-size: 1.45rem;
}



/* ---- Simple Publications ---- */

/* Even though this is called publications, it's actually
for reports and reviews. That was my misunderstanding */

.publications {
	margin-bottom: 2rem;
}

.publication {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	height: 100%;
}

.publication__heading {
	font-size: 2rem;
	text-transform: none;
}

.publication__img {
	margin-bottom: 8px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
}

.publication__cta {
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	display: block;
	padding: 8px 0;
	text-decoration: none;
}

.publication__cta:before {
	content: '\003e \00a0';
}

@media screen and (min-width: 600px) {
	.publications {
		margin: 0 -15px 3rem;
	}
	.publications__item {
		padding: 6px 15px;
		max-width: 50%;
		float: left;
	}

	@supports (display: grid) {
		.publications {
			display: grid;
			grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
			grid-gap: 0;
		}

		.publications:before {
			display: none;
		}

		.publications__item {
			max-width: 50%;
		}
	}
}

@media screen and (min-width: 1000px) {
	.publications__item {
		padding-top: 15px;
		padding-bottom: 15px;
		max-width: 33.333%;
	}

	@supports (display: grid) {
		.publications__item {
			max-width: none;
		}
	}
}


/* ---- Detailed Publications ---- */

.publications--detailed {
	display: block;
}

.publications--detailed .publications__item {
	max-width: none;
	float: none;
	padding-bottom: 20px;
}

.publications--detailed .publication__year {
	margin: 0;
	font-weight: bold;
	color: #628032;
	font-family: Helvetica, Arial, sans-serif;
}

.publications--detailed .publication__heading {
	text-transform: none;
	color: #4988A0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2rem;
}

.publications--detailed .publication__authors {
}

.publications--detailed .publication__publication-title {
	margin-top: -1.5rem;
	font-style: italic;
	color: #4b4443;
}

@media screen and (min-width: 600px) {

	.publications--detailed .publication {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}

	.publications--detailed .publication__img-wrap {
		padding-right: 20px;
		flex: 1 0 auto;
	}

	.publications--detailed .publication__textarea {
		flex: 1 1 auto;
		min-width: calc(100% - 200px);
	}
}


/* ---- Sponsors ---- */

.sponsors-grid {
	margin-left: -1rem;
	margin-right: -1rem;
}

.sponsor {
	text-align: center;
	text-decoration-color: rgba(30, 80, 101, 0);
	transition: all 300ms ease-in-out;
	color: #3B758E;
	padding: 0.5rem 1rem;
}

a.sponsor:hover,
a.sponsor:focus,
a.sponsor:active {
	text-decoration-color: inherit;
}

@media screen and (min-width: 37.5em) {/*  600px */
	.sponsors-grid {
		display: flex;
		flex-flow: row wrap;
		margin-bottom: 30px;
	}
/*  The above CSS is also used in the grid to have the grid go edge to edge  */
	.sponsor {
		float: left;
		width: 50%
	}

}

@media screen and (min-width: 37.5em) and (max-width: 74.9375em ) {/*  600px 1199px */
	.sponsor:nth-child(2n+1) {
		clear: left;
	}
}

@media screen and (min-width: 75em) {/*  1200px */
	.sponsor {
		padding: 0.5rem 1rem;
		float: left;
		width: 25%
	}
	.sponsor:nth-child(4n+1) {
		clear: left;
	}
}

/* Grid code  */

@supports (display: grid) {
	.sponsors-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	}

	/* Undo some fallback CSS   */
	.sponsor {
		width: auto;
	}
}


/* vert centering and box decoration  */
.widget-Sponsors .sponsor__img-wrap {
	width: 100%;
	border: 1px solid #ccc;
	position: relative;
	margin-bottom: 8px;
	transition: border-color 250ms ease-in-out;
}

a.sponsor:hover .sponsor__img-wrap {
	border: 1px solid #777;
}

.sponsor__img-wrap:before {
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

.sponsor__img-wrap__vert-center {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1em;

	display: flex;
	align-items: center;
	justify-content: center;
}

.widget-Sponsors .sponsor__img-wrap img {
	display: inline;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

/* if only one Sponsor */
.sponsor:first-child:nth-last-child(1) {
	font-size: 3rem;
	line-height: 1.2;
}

.sponsor:first-child:nth-last-child(1) .sponsor__img-wrap:before {
	padding-top: 60%;
}

/* if two sponsors */
.sponsor:first-child:nth-last-child(2),
.sponsor:first-child:nth-last-child(2) ~ .sponsor {
	font-size: 2.2rem;
	line-height: 1.2;
}
.sponsor:first-child:nth-last-child(2) .sponsor__img-wrap:before,
.sponsor:first-child:nth-last-child(2) ~ .sponsor .sponsor__img-wrap:before {
	padding-top: 80%;
}

/* ------------------------------------------------------
**** Print styles
------------------------------------------------------ */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	.sidebar {
		display: none;
	}

	.header__bottom-deco {
		display: none;
	}

	.banner {
		margin-top: -223px;
	}

	.banner__tagline {
		right: 20px;
		right: 2rem;
		text-align: right;
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

	.banner h1 {
		bottom: 30px !important;
		bottom: 3rem !important;
		right: 20px !important;
		right: 2rem !important;
		text-align: right;
		font-size: 30px !important;
		font-size: 3rem !important;
	}

	.mainbar {
		display: block !important;
		float: none  !important;
		width: 100%  !important;
		margin-left: 0  !important;
		margin-right: 0  !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 0 !important;
	}

	.content {
		padding-top: 0 !important;
	}

	.nav,
	.top-nav,
	.footer__content .quicklinks {
		display: none !important;
	}

	.footer {
		height: auto !important;
	}

	.footer__content {
		min-height: 0 !important;
	}

	.footer__copyright-box {
		margin: 24px 0 0 0 !important;
		width: 100% !important;
		display: block !important;
		float: none !important;
	}

	.footer__copyright-box:before,
	.footer__top-deco {
		display: none !important;
	}

	.mainbar a,
	.mainbar a:visited {
		text-decoration: underline;
	}

	.mainbar a[href]:after {
		content: " (" attr(href) ")";
	}

	.mainbar abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	table.results-table td,
	table.results-table th {
		font-size: 1rem;
	}


	table.results-table td {
		border-bottom: 1px solid #fff !important;
	}

	table.results-table tr:nth-child(even) {
		background-color: #eee !important;
	}

	table.results-table td.action {
		background-color: #FFDAD8 !important;
	}

	table.results-table td.warning {
		background-color: #F6F99C !important;
	}

	table.results-table td.target {
		background-color: #C5FAD2 !important;
	}
}









/* Children Gallery Widget */
.widget-ChildrenGallery > ul {
	padding: 20px 0 0;
	margin: 0 0 -30px;
	list-style: none;
}
.widget-ChildrenGallery:before,
.widget-ChildrenGallery:after {
	content: " ";
	display: table;
}
.widget-ChildrenGallery:after {
	clear: both;
}
.widget-ChildrenGallery {
	*zoom: 1;
}
.widget-ChildrenGallery > ul li {
	background: #efefef;
	float: left;
	margin: 0 30px 30px 0;
	width: 25%;
	position: relative;
}
.mainbar-wide .widget-ChildrenGallery > ul li {
	width: 370px;
	min-height: 294px;
}
.widget-ChildrenGallery > ul li:nth-child(2n+3) {
	margin-right: 0;
}

.widget-ChildrenGallery > ul li a {
	text-decoration: none;
	display: block;
	height: 100%;
}
.widget-ChildrenGallery > ul li .pg-anchor {
	top: 0;
	bottom: 0;
	left: 0;
	background: #56738F;
	background: rgba(86,115,143,0.9);
	margin: 0;
	text-align: center;
	border: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
	padding: 0;
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	z-index: 0;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'ExemplarPro-Bold', 'Exemplar Pro', Arial, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	display: block;
}
.widget-ChildrenGallery > ul li a:hover .pg-anchor {
	overflow: auto;
	clip: auto;
	padding: 106px 0 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	margin: 0;
}
.mainbar-wide .widget-ChildrenGallery > ul li a:hover .pg-anchor {
	padding: 106px 0 0;
}
.widget-ChildrenGallery > ul li p {
	margin: 0;
	padding: 15px 0;
}
.widget-ChildrenGallery > ul li .pg-anchor:after {
	content: " ";
	background: url(../images/double-arrows.png) no-repeat left top;
	width: 36px;
	height: 47px;
	display: inline-block;
	margin: 0 0 -0.8em 0.5em;
}
.widget-ChildrenGallery > ul li .pg-title {
	padding: 15px 30px;
	z-index: 1;
	position: relative;
}
.widget-ChildrenGallery > ul li a:hover .pg-title {
	color: #FFF;
}
.widget-ChildrenGallery > ul li .pg-image {
	width: 100%;
}
@media screen and (max-width: 1240px) {
	.widget-ChildrenGallery > ul li {
		width: 313px;
		min-height: 257px;
	}
	.mainbar-wide .widget-ChildrenGallery > ul li {
		width: 300px;
		min-height: 249px;
	}
	.widget-ChildrenGallery > ul li a:hover .pg-anchor {
		padding-top: 82px;
	}
	.mainbar-wide .widget-ChildrenGallery > ul li a:hover .pg-anchor {
		padding-top: 82px;
	}
}
@media screen and (max-width: 1020px) {
	.widget-ChildrenGallery > ul li:nth-child(2n+2) {
		margin-right: 30px;
	}
	.widget-ChildrenGallery > ul li:nth-child(3n+3) {
		margin-right: 0;
	}
	.mainbar-wide .widget-ChildrenGallery > ul li,
	.widget-ChildrenGallery > ul li {
		width: 216px;
		min-height: 194px;
	}
	.widget-ChildrenGallery > ul li .pg-anchor {
		font-size: 17px;
		font-size: 1.7rem;
	}
	.widget-ChildrenGallery > ul li a:hover .pg-anchor,
	.mainbar-wide .widget-ChildrenGallery > ul li a:hover .pg-anchor {
		padding-top: 65px;
	}
	.widget-ChildrenGallery > ul li .pg-anchor:after{
		content: "\00A0\00BB";
		background: none;
		margin: auto;
		width: auto;
		height: auto;
	}
}
@media screen and (max-width: 765px) {
	.widget-ChildrenGallery > ul li:nth-child(3n+3),
	.mainbar-wide .widget-ChildrenGallery > ul li:nth-child(3n+3) {
		margin-right: 30px;
	}
	.widget-ChildrenGallery > ul li:nth-child(2n+2),
	.mainbar-wide .widget-ChildrenGallery > ul li:nth-child(2n+2) {
		margin-right: 0;
	}
	.widget-ChildrenGallery > ul li,
	.mainbar-wide .widget-ChildrenGallery > ul li {
		width: 285px;
		min-height: 239px;
	}
	.widget-ChildrenGallery > ul li a:hover .pg-anchor,
	.mainbar-wide .widget-ChildrenGallery > ul li a:hover .pg-anchor {
		padding-top: 77px;
	}
	.widget-ChildrenGallery > ul li .pg-anchor:after{
		content: " ";
		background: url(../images/double-arrows.png) no-repeat left top;
		width: 36px;
		height: 47px;
		margin: 0 0 -0.8em 0.5em;
	}
}
@media screen and (max-width: 660px) {
	.widget-ChildrenGallery > ul li,
	.mainbar-wide .widget-ChildrenGallery > ul li {
		width: 220px;
		min-height: 197px;
	}
	.widget-ChildrenGallery > ul li a:hover .pg-anchor,
	.mainbar-wide .widget-ChildrenGallery > ul li a:hover .pg-anchor {
		padding-top: 67px;
	}
	.widget-ChildrenGallery > ul li .pg-anchor:after{
		content: "\00A0\00BB";
		background: none;
		margin: auto;
		width: auto;
		height: auto;
	}
}
@media screen and (max-width: 530px) {
	.widget-ChildrenGallery > ul li:nth-child(2n+2),
	.mainbar-wide .widget-ChildrenGallery > ul li:nth-child(2n+2) {
		margin-right: 0;
	}
	.widget-ChildrenGallery > ul li,
	.mainbar-wide .widget-ChildrenGallery > ul li {
		width: 100%;
		margin-right: 0;
		min-height: 298px;
	}
	.widget-ChildrenGallery > ul li a:hover .pg-anchor,
	.mainbar-wide .widget-ChildrenGallery > ul li a:hover .pg-anchor {
		padding-top: 112px;
		font-size: 20px;
		font-size: 2rem;
	}
	.widget-ChildrenGallery > ul li .pg-anchor:after{
		content: " ";
		background: url(../images/double-arrows.png) no-repeat left top;
		width: 36px;
		height: 47px;
		margin: 0 0 -0.8em 0.5em;
	}
}
@media screen and (max-width: 425px) {
	.widget-ChildrenGallery > ul li a:hover .pg-anchor,
	.mainbar-wide .widget-ChildrenGallery > ul li a:hover .pg-anchor {
		padding-top: 82px;
	}
	.widget-ChildrenGallery > ul li,
	.mainbar-wide .widget-ChildrenGallery > ul li {
		min-height: 247px;
	}
}
