

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Codewise Presentation Manager - Page Layout Cascading Style Sheet,
	manitobanurses.ca - Manitoba Nurses Union

Copyright (c) 2004-2017 Twisted Lime Media Inc. (nee Codewise Systems Inc.)
All rights reserved.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
HTML tag styles */

* {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* outline: 0px dashed lime; */
	outline: none !important;
}

body {
	margin: 0px;
	padding: 0px;
	/* font-size: 1em;
	line-height: 1.4; */
}

body, acronym, button, blockquote, caption, input, label, li, ol, option, p, select, textarea, th, td, ul {
	font-family: "Lato", Helvetica, sans-serif;
}
acronym, button, blockquote, caption, input, label, li, ol, option, p, select, textarea, th, td, ul {
	font-size: 16px;
	color: #505050;
}
body.mobileVersion acronym, body.mobileVersion button, body.mobileVersion blockquote, body.mobileVersion input, body.mobileVersion label, body.mobileVersion li, body.mobileVersion ol, body.mobileVersion option, body.mobileVersion p, body.mobileVersion select, body.mobileVersion span.tooltip, body.mobileVersion textarea, body.mobileVersion th, body.mobileVersion td, body.mobileVersion ul {

}

a, a:link {
	color: #157e92;
	text-decoration: none;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#contentContainerInner a, #contentContainerInner a:link {

}
a:hover { /* a:active, a:hover */
	color: #33666f;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a.noUnderline:hover, a.nounderline:hover, a.no-underline:hover,
a.withoutUnderline:hover, a.withoutunderline:hover, a.without-underline:hover {
	border-bottom-width: 0px;
}
a:visited {
	color: #7b0e42;
}
#contentContainerInner a:visited {

}

blockquote {
	margin-right: 24px;
	margin-left: 24px;
}

blockquote, p, th, td, ol, ul {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	/* margin-top: 1em; */
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	/* font-weight: bold; */
	font-weight: normal;
	line-height: 1.2em;
	color: #545454;
}

h1 {
	/* margin-top: 0px; */
	font-size: 40px;
}
h1.withoutLeading {
	/* margin-top: -4px; */
}
	body.mobileVersion h1 {
		font-size: 32px;
	}
	body.mobileVersion #contentContainerInner > h1:first-child {
		margin-top: -4px;
	}

h2 {
	font-size: 32px;
}
	body.mobileVersion h2 {
		font-size: 28px;
	}

h3 {
	font-size: 26px;
}
	body.mobileVersion h3 {
		font-size: 22px;
	}

h4, h5, h6 {
	font-size: 20px;
}
	body.mobileVersion h4, body.mobileVersion h5, body.mobileVersion h6 {
		font-size: 15px;
	}

hr {
	width: auto;
	height: 1px;
	overflow: visible;
	margin: 20px 0px 20px 0px;
	color: #d8d8d8;
	background-color: #d8d8d8;
	border: none;
}
body.mobileVersion hr {

}
body.mobileVersion div.subColumnContainer + hr {
	margin-top: 0px;
}
hr.lighter {
	color: #d8d8d8;
	background-color: #d8d8d8;
}
.withoutBottomMargin + hr {
	margin-top: 10px;
}

img {
	/* vertical-align: middle; */
}
body.mobileVersion img {
	max-width: 100%;
}

ol, ul {
	padding-left: 18px;
}
	li {

	}

strong, b {
	font-family: "Roboto Condensed Bold", "Roboto Condensed", Helvetica, sans-serif;
	font-weight: normal;
}

caption, p.caption {
	margin-bottom: 15px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}

/* Tables */
table {
	border-collapse: collapse;
}
th, td {
	border-color: #b8b8b8;
}
	thead {

	}
		thead tr {

		}
			thead tr th {
				border-bottom: none !important;
			}

	tbody {
		border-top: none !important;
	}
		tbody tr {

		}
			thead tr th {
				border-bottom: none !important;
			}
			tbody tr td {

			}

/* Form elements */
input[type=email], input[type="file"], input[type=password], input[type=text] {
	padding: 7px 10px 8px 10px;
	border: 1px solid #b0b0b0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
	box-shadow: none !important;
		-moz-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
input[type=email]:active, input[type=email]:focus, input[type="file"]:active, input[type="file"]:focus, input[type=password]:active, input[type=password]:focus, input[type=text]:active, input[type=text]:focus {
	border-color: #157e92;
}
input[type=email].success, input[type="file"].success, input[type=password].success, input[type=text].success {
	border-color: #78d500;
}
input[type=email].warning, input[type="file"].warning, input[type=password].warning, input[type=text].warning {
	border-color: #a52a2a;
}
input[type="file"] {
	cursor: pointer;
}
body.is_ie9 input[type=file],
body.is_ie8 input[type=file] {
	color: #7d7877;
	background: #ffffff;
}
input[type=checkbox], input[type=radio] {
	cursor: pointer;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
	border-radius: 0px;
}

select {
	padding: 7px 35px 9px 12px;
	resize: vertical;
	cursor: pointer;
	background: #ffffff no-repeat right 50% none; /* url(/_media/images/_select_bg_01.png); */
	border: 1px solid #b0b0b0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
		-webkit-appearance: none;
		-moz-appearance: none;
	appearance: none;
}
body.is_ie9 select,
body.is_ie8 select {
	padding-right: 8px;
	background-image: none !important;
}
select:active, select:focus {
	border-color: #43a1b4;
}
select.success {
	border-color: #78d500;
}
select.warning {
	border-color: #a52a2a;
}

textarea {
	padding: 8px 12px;
	resize: vertical;
	border: 1px solid #b0b0b0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
}
textarea:active, textarea:focus {
	border-color: #43a1b4;
}
textarea.success {
	border-color: #78d500;
}
textarea.warning {
	border-color: #a52a2a;
}

fieldset {
	margin-top: 5px !important;
	margin-bottom: 10px !important;
	border: 1px solid #d8d8d8 !important;
}

label {

}

legend {

}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Pseudo-classes */

::selection {
	/* background: #b3d4fc; */
	/* background: rgba(255, 255, 255, 0.3);
	text-shadow: none; */
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Classes */

.excerpt {
	/* See styles for the h3 tag */
}

.fullWidth, .fullwidth, .full-width {
	width: 100%;
}

.leadIn {
	/* font-size: 120%; */
	font-variant: small-caps;
}

.withLeading {
	margin-top: 15px;
}
.withExtraLeading {
	margin-top: 30px;
}
.withLotsOfExtraLeading, .withTonsOfExtraLeading {
	margin-top: 60px;
}

p.last, ol.last, ul.last {
	margin-bottom: 0px !important;
}

/* Mobile vs desktop */
body.mobileVersion .desktopContent,
body.mobileVersion .desktopOnly,
body.desktopVersion .mobileContent,
body.desktopVersion .mobileOnly {
	display: none;
}
body.mobileVersion.portrait.narrowScreen .wideScreenOnly,
body.mobileVersion.portrait.wideScreen .narrowScreenOnly {
	display: none;
}

/* Transitions */
.noTransition , .notransition , .no-transition {
		-moz-transition: none !important;
		-webkit-transition: none !important;
	transition: none !important;
}

/* Lists */
ol.flushLeft, ul.flushLeft {
	padding-left: 18px;
}

/* Links */
a.invisibleLink, a.hiddenLink {
	/* color: #857b7b !important; */
	color: #7d7877 !important;
}

a.popupLinkText:hover, a.popupLinkText:visited, a.secondaryWindowLinkText:hover, a.secondaryWindowLinkText:visited {

}

/* Font size classes */
small, .small, .smallText {
	font-size: 15px;
	/* font-size: 85%; */
}
.mediumText {
	font-size: 133%;
}
big, .largeText {
	font-size: 150%;
}
.subTitle, .subtitle, .sub-title {
	font-size: 85%;
	font-style: normal;
	color: inherit;
}

/* Alignment */
div.leftAligned, img.leftAligned {
	margin-right: 24px;
}

div.rightAligned, img.rightAligned {
	margin-left: 24px;
}

.verticallyCenteredContainer {

}
	.verticallyCenteredContainer .verticallyCentered { /* Botches the "scroll to" calculation for content panels, utterly defeating the purpose of this */
		/* position: relative;
		top: 50%;
			-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
			-moz-transition: all 1s ease-in-out;
			-webkit-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out; */
	}

/* Padding */
.padded {
	padding: 20px;
}
body.mobileVersion .padded {
	padding: 8px 10px;
}

/* Colours */
.magenta,
.magenta a,
.magenta a:link,
.magenta a:visited,
a.magenta,
a.magenta:link,
a.magenta:visited {
	color: #c70054;
}
.magentaBackground {
	color: #ffffff;
	background-color: #c70054;
}

.darkMagenta,
.darkMagenta a,
.darkMagenta a:link,
.darkMagenta a:visited,
a.darkMagenta,
a.darkMagenta:link,
a.darkMagenta:visited {
	color: #7b0e42;
}
.darkMagentaBackground {
	color: #ffffff;
	background-color: #7b0e42;
}

.blue,
.blue a,
.blue a:link,
.blue a:visited,
a.blue,
a.blue:link,
a.blue:visited {
	color: #157e92;
}
.blueBackground {
	color: #ffffff;
	background-color: #157e92;
}

.darkBlue,
.darkBlue a,
.darkBlue a:link,
.darkBlue a:visited,
a.darkBlue,
a.darkBlue:link,
a.darkBlue:visited {
	color: #33666f;
}
.darkBlueBackground {
	color: #ffffff;
	background-color: #33666f;
}

.gold,
.gold a,
.gold a:link,
.gold a:visited,
a.gold,
a.gold:link,
a.gold:visited {
	color: #b3a52d;
}
.goldBackground {
	color: #ffffff;
	background-color: #b3a52d;
}

.darkGold,
.darkGold a,
.darkGold a:link,
.darkGold a:visited,
a.darkGold,
a.darkGold:link,
a.darkGold:visited {
	color: #807620;
}
.darkGoldBackground {
	color: #ffffff;
	background-color: #807620;
}

.green,
.green a,
.green a:link,
.green a:visited,
a.green,
a.green:link,
a.green:visited {
	color: #78d500;
}
.greenBackground {
	color: #ffffff;
	background-color: #78d500;
}

.darkGreen,
.darkGreen a,
.darkGreen a:link,
.darkGreen a:visited,
a.darkGreen,
a.darkGreen:link,
a.darkGreen:visited {
	color: #61ab00;
}
.darkGreenBackground {
	color: #ffffff;
	background-color: #61ab00;
}

.greyBackground, .grayBackground {
	background: #eaeaea;
}

/* Shadows */
body.desktopVersion.is_ie8 .withShadow, body.desktopVersion.is_ie8 .withshadow, body.desktopVersion.is_ie8 .with-shadow,
body.desktopVersion.is_ie8 .dropShadow, body.desktopVersion.is_ie8 .dropshadow, body.desktopVersion.is_ie8 .drop-shadow {
		border: 1px solid #cccccc;
}

/* Form elements */
a.button, button, input[type=button], input[type=reset], input[type=submit] { /* , button, input, textarea, select */
	display: inline-block;
	padding: 13px 18px 12px 18px;
	font-family: "Roboto Condensed Bold", "Roboto Condensed", Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	/* text-transform: uppercase; */
	color: #ffffff !important;
	cursor: pointer;
	background: #157e92 repeat-x center center none;
	background-size: 100% 0px;
	border: none;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
		-moz-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a.button {
	padding: 11px 18px 11px 18px;
}
/* Colours */
a.button.darkBlueButton, button.darkBlueButton, input[type=button].darkBlueButton, input[type=reset].darkBlueButton, input[type=submit].darkBlueButton {
	background-color: #33666f;
}
a.button.magentaButton, button.magentaButton, input[type=button].magentaButton, input[type=reset].magentaButton, input[type=submit].magentaButton {
	background-color: #c70054;
}
a.button.darkMagentaButton, button.darkMagentaButton, input[type=button].darkMagentaButton, input[type=reset].darkMagentaButton, input[type=submit].darkMagentaButton {
	background-color: #7b0e42;
}
a.button.goldButton, button.goldButton, input[type=button].goldButton, input[type=reset].goldButton, input[type=submit].goldButton {
	background-color: #cdbe33;
}
a.button.darkGoldButton, button.darkGoldButton, input[type=button].darkGoldButton, input[type=reset].darkGoldButton, input[type=submit].darkGoldButton {
	background-color: #807620;
}
a.button.greenButton, button.greenButton, input[type=button].greenButton, input[type=reset].greenButton, input[type=submit].greenButton {
	background-color: #78d500;
}
a.button.darkGreenButton, button.darkGreenButton, input[type=button].darkGreenButton, input[type=reset].darkGreenButton, input[type=submit].darkGreenButton {
	background-color: #61ab00;
}
a.button.redButton, button.redButton, input[type=button].redButton, input[type=reset].redButton, input[type=submit].redButton {
	background-color: #a52a2a;
}
a.button.whiteButton, button.whiteButton, input[type=button].whiteButton, input[type=reset].whiteButton, input[type=submit].whiteButton {
	color: #33666f;
	background-color: #f4f4f4;
		-moz-box-shadow: inset 0px 0px 5px 0px rgba(204, 204, 204, 0.2);
		-webkit-box-shadow: inset 0px 0px 5px 0px rgba(204, 204, 204, 0.2);
	box-shadow: inset 0px 0px 5px 0px rgba(204, 204, 204, 0.2);
}
/* Sizes */
a.button.tinyButton, button.tinyButton, input[type=button].tinyButton, input[type=reset].tinyButton, input[type=submit].tinyButton {
	height: 26px;
	padding: 5px 10px 5px 10px;
	font-size: 13px;
	line-height: 17px;
		/* -moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px; */
}
a.button.smallButton, button.smallButton, input[type=button].smallButton, input[type=reset].smallButton, input[type=submit].smallButton {
	height: 36px;
	padding: 10px 16px 9px 16px;
	font-size: 15px;
	line-height: 15px;
		/* -moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px; */
}
a.button.mediumButton, button.mediumButton, input[type=button].mediumButton, input[type=reset].mediumButton, input[type=submit].mediumButton {
	padding: 17px 20px 16px 20px;
	font-size: 20px;
	line-height: 19px;
}
a.button.mediumButton {

}
a.button.largeButton, button.largeButton, input[type=button].largeButton, input[type=reset].largeButton, input[type=submit].largeButton {
	padding: 19px 24px 18px 24px;
	font-size: 24px;
	line-height: 25px;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a.button.largeButton {

}
/* Hover states */
a.button:active, a.button:hover,
button:active, button:hover,
input[type="button"]:active, input[type="button"]:hover,
input[type="reset"]:active, input[type="reset"]:hover,
input[type="submit"]:active, input[type="submit"]:hover {
	background-size: 100% 62px;
}
a.button.whiteButton:active, a.button.whiteButton:hover,
button.whiteButton:active, button.whiteButton:hover,
input[type="button"].whiteButton:active, input[type="button"].whiteButton:hover,
input[type="reset"].whiteButton:active, input[type="reset"].whiteButton:hover,
input[type="submit"].whiteButton:active, input[type="submit"].whiteButton:hover {
	color: #33666f;
	background-color: #ffffff;
		-moz-box-shadow: inset 0px 0px 5px 0px rgba(204, 204, 204, 0);
		-webkit-box-shadow: inset 0px 0px 5px 0px rgba(204, 204, 204, 0);
	box-shadow: inset 0px 0px 5px 0px rgba(204, 204, 204, 0);
}
/* Disabled */
a.button.disabled, button.disabled, input.disabled, textarea.disabled, select.disabled,
a.button.disabled:active, a.button.disabled:hover, a.button.disabled:focus,
button.disabled:active, button.disabled:hover, button.disabled:focus, button[disabled=disabled],
input.disabled, input[disabled="disabled"],
select.disabled, select[disabled="disabled"],
textarea.disabled, textarea[disabled="disabled"] {
	color: #999999 !important;
	cursor: default;
	background: #e0e0e0 !important;
	background-image: none !important;
	border-color: #d0d0d0 !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
	box-shadow: none !important;
		-moz-transition: none;
		-webkit-transition: none;
	transition: none;
}
body.mobileVersion a.button.disabled, body.mobileVersion button.disabled, body.mobileVersion input.disabled, body.mobileVersion textarea.disabled, body.mobileVersion select.disabled,
body.mobileVersion a.button.disabled:active, body.mobileVersion a.button.disabled:hover, body.mobileVersion a.button.disabled:focus,
body.mobileVersion button.disabled:active, body.mobileVersion button.disabled:hover, body.mobileVersion button.disabled:focus, body.mobileVersion button[disabled=disabled],
body.mobileVersion input.disabled, body.mobileVersion input[disabled="disabled"],
body.mobileVersion select.disabled, body.mobileVersion select[disabled="disabled"],
body.mobileVersion textarea.disabled, body.mobileVersion textarea[disabled="disabled"] {
	color: #999999 !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Images */

.imgResponsive, .img-responsive, .responsiveImg, .responsive-img, img.responsive {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

img.fullWidth, img.fullWidthBanner {
	width: 100%;
}
img.fullWidthBanner {
	display: block;
}

.imgThumbnail {

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Superfish menus */

body.desktopVersion ul.superfish > li > ul { /* > li > ul { */
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10000;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* Hide sub-menus initially */
ul.superfish ul /* ,
ul.superfish li:hover ul ul,
ul.superfish li:hover ul ul ul,
ul.superfish li:hover li:hover ul ul,
ul.superfish li:hover li:hover ul ul ul,
ul.superfish li:hover li:hover li:hover ul ul,
ul.superfish li:hover li:hover li:hover ul ul ul */ {
	display: none;
}

/* Show submenus when over their parents */
ul.superfish li:hover ul /* ,
#headerContainerOuter.enhancedMenuEnabled ul.superfish li.menuParent li:hover ul,
#headerContainerOuter.enhancedMenuEnabled ul.superfish li.menuParent li.menuParent li:hover ul,
#headerContainerOuter.enhancedMenuEnabled ul.superfish li.menuParent li.menuParent li.menuParent li:hover ul */ {
	display: block;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sub columns */

div.subColumnContainer {
	overflow: auto;
}
body.desktopVersion div.subColumnContainer + div.subColumnContainer {
	overflow: auto;
	margin-top: 15px;
}
	/* "Regular" subcolumns */
	.emptySubColumn {
		visibility: hidden;
	}
	div.subColumn, div.subColumn3, div.subColumnBordered, div.subColumn3Bordered {
		float: left;
		width: 48.874%; /* Adjust this */
		height: auto;
		margin: 0px 1.126% 0px 1.126%; /* Adjust this */
		padding: 0px;
	}
	div.subColumn3 {
		width: 31.832%;
	}

	div.subColumn.subColumnFirst, div.subColumn3.subColumnFirst {
		margin-left: 0px !important;
	}
	div.subColumn.subColumnLast, div.subColumn3.subColumnLast {
		margin-right: 0px !important;
	}

	/* Bordered subcolumns */
	div.subColumnBordered, div.subColumn3Bordered {
			-moz-box-sizing: content-box;
			-webkit-box-sizing: content-box;
		box-sizing: content-box;
		width: 47.819%;
		margin: 0px 0px 0px -1px;
		padding: 0px 2.1% 0px 2.1%;
		border-right: 1px solid #d8d8d8;
		border-left: 1px solid #d8d8d8;
	}
	div.subColumn3Bordered {
		width: 30.423%;
		padding: 0px 2.1% 0px 2.1%;
	}
	body.fullWidth div.subColumn3Bordered {

	}
	div.subColumnBordered.subColumnFirst, div.subColumn3Bordered.subColumnFirst {
		margin-left: 0px;
		padding-left: 0px !important;
		border-left-width: 0px;
	}
	div.subColumnBordered.subColumnLast, div.subColumn3Bordered.subColumnLast {
		padding-right: 0px !important;
		border-right-width: 0px;
	}

	/* New-fangled */
	div.subColumn100 {
		width: 100%;
	}
	div.subColumn75 {
		width: 74.188%;
width: 74.438%;
	}
	div.subColumn66 {
		width: 65.584%;
width: 65.917%;
	}
	div.subColumn60 {
		width: 58.874%;
	}
	div.subColumn50 {
		width: 48.374%;
width: 48.874%;
	}
	div.subColumn40 {
		width: 38.874%;
	}
	div.subColumn33 {
		width: 31.164%;
width: 31.832%;
	}
	div.subColumn25 {
		width: 22.561%;
width: 23.312%; /* Webkit */
width: 23.311%; /* Firefox */
	}

	/* Mobile */
	body.mobileVersion div.subColumn, body.mobileVersion div.subColumn3, body.mobileVersion div.subColumnBordered, body.mobileVersion div.subColumn3Bordered,
	body.mobileVersion div.subColumn100, body.mobileVersion div.subColumn75, body.mobileVersion div.subColumn66, body.mobileVersion div.subColumn50, body.mobileVersion div.subColumn33, body.mobileVersion div.subColumn25 {
		float: none;
		width: auto;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 10px;
		padding: 0px !important;
		border: none;
	}

p.subColumnRowSeparator {
	height: 1px;
	overflow: hidden;
	margin: 0px;
}
body.mobileVerion p.subColumnRowSeparator {
	display: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Styled content */

a.cloakedEmail {
	text-transform: none !important;
}

.largeGreyHeading, .largeGrayHeading {
	padding: 30px;
padding: 20px 45px;
	background: #eaeaea;
	text-align: center;
	/* color: #38307f; */
}
.largeGreyHeading.leftAlignedText, .largeGrayHeading.leftAlignedText,
.largeGreyHeading.magazineContent, .largeGrayHeading.magazineContent {
	text-align: left;
}
h1.largeGreyHeading, h1.largeGrayHeading {
	/* padding-bottom: 26px; */
}
h1.largeGreyHeading.withoutLeading, h1.largeGrayHeading.withoutLeading {
	margin-top: -20px !important;
}
h1.largeGreyHeading.magazineContent, .largeGrayHeading.magazineContent {
	margin-top: 0px !important;
	margin-bottom: 0px;
}

div.styledContainer {
	overflow: auto;
	margin-bottom: 20px;
	/* background: #ffffff; */
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid #d8d8d8;
		/* -moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px; */
}
body.mobileVersion div.styledContainer {
	margin-bottom: 10px;
}
h2.styled + div.styledContainer, h3.styled + div.styledContainer, h4.styled + div.styledContainer {
		/* -moz-border-radius: 0px 0px 5px 5px;
		-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px; */
}
div.styledContainer.leftAligned {
	margin-right: 20px;
}
div.styledContainer.rightAligned {
	margin-left: 20px;
}
body.mobileVersion div.styledContainer, body.mobileVersion div.styledContainer.leftAligned, body.mobileVersion div.styledContainer.rightAligned {
	float: none;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
div.styledContainer.withLeading {
	margin-top: 20px;
}
	div.styledInner {

	}
		div.styled {

		}
		div.styled.padded {
			padding: 20px;
		}
			div.styled > img, div.styled > a > img {
				display: block;
				width: 100%;
			}

img.styled {

}
	div.backgroundImageContainer, img.backgroundImage {
		display: none;
	}

ul.styled {
	list-style: none;
	/* margin: 0px; */
	padding: 0px;
}
	ul.styled li {
		padding: 0px 0px 0px 18px;
		background: no-repeat 0px -230px none; /* url(/_media/images/icons/_icon_sprite_01.png) */
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tabbed content */

div.tabbed {
	margin: 0px 0px 20px 0px;
}
	div.tabbed ul.tabbedLinks {
		list-style: none;
		margin: 0px;
		padding: 0px;
		border-bottom: 1px solid #d8d8d8;
			/* -moz-border-image: -moz-linear-gradient(left, rgba(184,184,184,1) 0%, rgba(219,219,219,1) 100%);
			-ms-border-image: -ms-linear-gradient(left, rgba(184,184,184,1) 0%, rgba(219,219,219,1) 100%);
			-webkit-border-image: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,184,184,1)), color-stop(100%, rgba(219,219,219,1)));
			-webkit-border-image: -webkit-linear-gradient(left, rgba(184,184,184,1) 0%, rgba(219,219,219,1) 100%);
		border-image: linear-gradient(to right, rgba(184,184,184,1) 0%, rgba(219,219,219,1) 100%); */
	}
		div.tabbed ul.tabbedLinks li {
			display: inline;
			margin: 0px;
			padding: 0px;
		}
		div.tabbed ul.tabbedLinks li:first-child {
			/* margin-left: -2px; */ /* Why is this necessary sometimes, Firefox?!? */
		}
		div.tabbed ul.tabbedLinks li:hover, div.tabbed ul.tabbedLinks li.activated {

		}
		div.tabbed ul.tabbedLinks li.activated {
		}
			div.tabbed ul.tabbedLinks li a, div.tabbed ul.tabbedLinks li a:visited {
				display: inline-block;
				position: relative;
				margin: 0px;
				padding: 10px 20px;
				/* color: #7b0e42; */
				text-decoration: none;
				background: #f8f8f8;
				border: 1px solid #d8d8d8;
				border-bottom: 0px solid #d8d8d8;
					/* -moz-border-radius: 5px 5px 0px 0px;
					-webkit-border-radius: 5px 5px 0px 0px;
				border-radius: 5px 5px 0px 0px; */
					-moz-transition: color 0.2s ease-in-out, background 0.4s ease-in-out;
					-webkit-transition: color 0.2s ease-in-out, background 0.4s ease-in-out;
				transition: color 0.2s ease-in-out, background 0.4s ease-in-out;
			}
			div.tabbed ul.tabbedLinks li + li a {
				border-left: 0px solid #d8d8d8;
			}
			div.tabbed ul.tabbedLinks li:hover a, div.tabbed ul.tabbedLinks li.activated a {
				color: #33666f;
				background: #ffffff;
			}
			div.tabbed ul.tabbedLinks li.activated a {
				color: #505050;
				cursor: default;
			}
			div.tabbed ul.tabbedLinks li.activated a {
				margin-bottom: -1px;
				padding-bottom: 11px;
				border-bottom-color: #ffffff;
			}

	div.tabbed div.tabbedContent {

	}
		div.tabbed div.tabbedContent div.tab {
			display: none;
			padding: 20px;
			background: #ffffff;
			border: 1px solid #d8d8d8;
			border-top: 0px solid #d8d8d8;
				/* -moz-border-radius: 0px 5px 5px 5px;
				-webkit-border-radius: 0px 5px 5px 5px;
			border-radius: 0px 5px 5px 5px; */
		}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Highslide styles */

li[class*="highslide"] a {
	border-bottom-width: 0px !important;
}

body.mobileVersion a.highslide-full-expand {
	display: none;
}

/* Loading overlay */
#loaderOverlay {
	overflow: hidden;
}
	img.loaderOverlayLoadingIcon {
		margin: 0px 15px 0px 0px;
		vertical-align: -11px;
	}

/* Highslide HTML */
div.highslide-html {
	overflow: hidden !important;
	overflow-y: auto !important;
}
div.highslide-html.animating {
	overflow-y: hidden !important;
}

div.highslidePopup, div.highslide-html-content {
	display: none;
	width: auto;
	height: auto;
	overflow: auto;
	padding: 15px;
	border: none;
}
div.highslide-html-content.noPadding {
	padding: 0px;
}
body.mobileVersion div.highslide-wrapper.highslide-wrapper-html {

}
div.highslide-wrapper.highslide-iframe-content {

}
	div.highslide-wrapper.highslide-iframe-content div.highslide-header, div.highslide-wrapper.highslide-iframe-content div.highslide-footer {
		display: none;
	}

/* div.highslide-wrapper.highslide-html-content div.highslide-html-content, */
div.highslide-wrapper.highslide-html-content-site-credits div.highslide-html-content {
	overflow-y: auto !important;
}
	div.highslide-wrapper.highslide-html-content-site-credits div.highslide-header, div.highslide-wrapper.highslide-html-content-site-credits div.highslide-footer {
		display: none;
	}

/* Highslide iframes */
div.highslide-iframe-content {

}
	div.highslide-iframe-content div.highslide-html-content {
		height: 574px;
		/* padding-right: 0px !important; */
	}
		div.highslide-iframe-content div.highslide-html-content div.highslide-body {

		}
			div.highslide-iframe-content div.highslide-html-content div.highslide-body iframe {
				height: 570px;
				overflow-x: hidden !important;
				overflow-y: scroll !important;
			}

		div.highslide-iframe-content div.highslide-header, div.highslide-iframe-content div.highslide-footer {
			display: none;
		}

/* In-page galleries */
div.highslideImageGalleryInPage {
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border: 1px solid #d8d8d8;
}
	div.highslideImageGalleryInPage img {

	}

	div.highslideImageGalleryInPageOverlay li.highslide-full-expand {
		display: none !important;
	}

.highslide-wrapper.in-page {
	/* max-width: 500px !important; */
	height: auto !important;
	padding: 56px 0px 0px 0px !important;
}
	.highslide-wrapper.in-page img.highslide-image {
		/* max-width: 500px !important;
		height: auto !important; */
	}

	.highslide-wrapper.in-page .highslide-caption {
		padding: 10px 2px 10px 2px;
	}

	.highslide-wrapper.in-page .closebutton, .highslide-wrapper.preventUserClose .closebutton {
		display: none;
	}

	.highslide-wrapper.in-page .highslide-controls {
		/* width: 104px; */
		text-align: center;
	}
		.highslide-wrapper.in-page .highslide-controls ul {
			padding-right: 15px;
		}
			.highslide-wrapper.in-page .highslide-controls li {
				display: inline-block;
				float: none;
			}

	.highslide-wrapper.in-page .highslide-controls .highslide-close,
	.highslide-wrapper.in-page .highslide-controls .highslide-move,
	.highslide-wrapper.in-page .highslide-controls a.disabled {
		display: none;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
EOM styles */

div.ExpandOMatic {
	overflow: auto;
}
div.ExpandOMatic + div.ExpandOMatic {
	margin-top: 15px;
}
	div.ExpandOMatic div.ExpandOMaticHeading {
		cursor: pointer;
	}
	div.ExpandOMatic div.ExpandOMaticHeading.h2, div.ExpandOMatic div.ExpandOMaticHeading.h3, div.ExpandOMatic div.ExpandOMaticHeading.h4 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
		div.ExpandOMatic div.ExpandOMaticHeading h2, div.ExpandOMatic div.ExpandOMaticHeading h3, div.ExpandOMatic div.ExpandOMaticHeading h4 {
			color: #157e92;
				-moz-transition: all 0.4s ease-in-out;
				-webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
		}

		div.ExpandOMatic.collapsed div.ExpandOMaticHeading h2, div.ExpandOMatic.collapsed div.ExpandOMaticHeading h3, div.ExpandOMatic.collapsed div.ExpandOMaticHeading h4 {
			margin-bottom: 1px;
		}

		div.ExpandOMatic div.ExpandOMaticHeading h2:hover, div.ExpandOMatic div.ExpandOMaticHeading h3:hover, div.ExpandOMatic div.ExpandOMaticHeading h4:hover {
			/* opacity: 0.85; */
			color: #33666f;
		}
			div.ExpandOMatic span.ExpandOMaticGraphic {
				float: left;
			}
			div.ExpandOMatic span.ExpandOMaticGraphic:after, div.ExpandOMatic span.ExpandOMaticGraphic::after {
				display: inline-block;
				opacity: 0.9;
				margin: 9px 10px 0px 0px;
				content: "\f067";
				font-family: FontAwesome;
				font-size: 20px;
				line-height: 0.5em;
					-webkit-font-smoothing: antialiased;
					-moz-osx-font-smoothing: grayscale;
				/* font-smoothing: ?; */
			}
			body.is_ie div.ExpandOMatic span.ExpandOMaticGraphic::after {
				font-size: 20px; /* Not sure why this has to be specifically restated in order to work in IE...?!? Sigh... */
			}
			div.ExpandOMatic span.ExpandOMaticGraphic:hover:after, div.ExpandOMatic span.ExpandOMaticGraphic:hover::after, div.ExpandOMatic div.ExpandOMaticHeading:hover span.ExpandOMaticGraphic:after, div.ExpandOMatic div.ExpandOMaticHeading:hover span.ExpandOMaticGraphic::after {

			}
			div.ExpandOMatic span.ExpandOMaticGraphic.expanded:after, div.ExpandOMatic span.ExpandOMaticGraphic.expanded::after {
				content: "\f068";
			}

	div.ExpandOMatic div.ExpandOMaticContent {

	}
		div.ExpandOMatic div.ExpandOMaticContent > h2:first-child, div.ExpandOMatic div.ExpandOMaticContent > h3:first-child, div.ExpandOMatic div.ExpandOMaticContent > h4:first-child {
			margin-top: inherit !important;
		}

div.ExpandOMaticStyled {

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Icons */

span.icon.leftAligned {
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
span.icon.rightAligned {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tooltips and popup styles */

span.tooltip {
	display: none;
	z-index: 10000;
	width: 276px;
	height: auto;
	min-height: 20px;
	padding: 12px 15px;
	line-height: 1.45em;
	text-align: left;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid #d8d8d8;
		/* -moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px; */
		-moz-box-shadow: 0px 0px 3px 0px rgba(51, 51, 51, 0.33);
		-webkit-box-shadow: 0px 0px 3px 0px rgba(51, 51, 51, 0.33);
	box-shadow: 0px 0px 3px 0px rgba(51, 51, 51, 0.33);
}
body.mobileVersion span.tooltip {
	left: 10px !important;
}
	span.tooltip ul {
		list-style: none;
		margin-left: 0px;
		padding-left: 0px;
	}

a.tooltipIcon:after, a.tooltipIcon::after {
	display: inline-block;
	float: left;
	margin: 0px 10px 0px 0px;
	text-align: center;
	font-family: FontAwesome;
	font-size: 22px;
	content: "\f128"; /* fa-question */
	content: "\f059"; /* fa-question-circle */
	/* color: #7b0e42; */
		-moz-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	/* font-smoothing: ?; */
}
a.tooltipIcon:hover:after, a.tooltipIcon:hover::after {
	opacity: 0.85;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Carousels / sliders */

.slick-slider {
	position: relative;
	display: block;
	/* overflow: auto; */
	overflow: hidden;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	user-select: none;
		-webkit-touch-callout: none;
		-khtml-user-select: none;
		-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	/* cursor: hand; */
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide .centred > img,
.slick-slide .centered > img,
.slick-slide .centeredText > img {
	margin-right: auto;
	margin-left: auto;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/* Prev/Next arrows */
div.carouselNav {

}
body.desktopVersion.minWidthConstrained div.carouselNav {
	/* min-width: 768px; */
	min-width: 1024px;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-arrow.slick-prev, .slick-arrow.slick-next {
	opacity: 0.5;
	position: absolute;
	z-index: 1000;
	top: 50%;
	margin-top: -18px; /* Where ? = 18px (half the height of the slick-arrow link)... but what about the 20px (half the height of the slick-dots ul) ?!? */
	font-size: 36px;
	color: #ffffff;
	border: none;
		-moz-text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.5);
		-webkit-text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.5);
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.5);
		-moz-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#banner .slick-arrow.slick-prev, #banner .slick-arrow.slick-next,
#carousel .slick-arrow.slick-prev, #carousel .slick-arrow.slick-next,
.carousel.fullWidth .slick-arrow.slick-prev, .carousel.fullWidth .slick-arrow.slick-next {
	margin-top: -44px;
	font-size: 50px;
}
body.mobileVersion #banner .slick-arrow.slick-prev, body.mobileVersion #banner .slick-arrow.slick-next,
body.mobileVersion #carousel .slick-arrow.slick-prev, body.mobileVersion #carousel .slick-arrow.slick-next,
body.mobileVersion .carousel.fullWidth .slick-arrow.slick-prev, body.mobileVersion .carousel.fullWidth .slick-arrow.slick-next {
	margin-top: -40px;
	font-size: 40px;
}
.slick-arrow.slick-prev {
	left: 10px;
}
.slick-arrow.slick-next {
	right: 10px;
}
.slick-arrow.slick-prev:hover, .slick-arrow.slick-next:hover {
	opacity: 0.85 !important;
}
body.mobileVersion .slick-arrow.slick-prev, body.mobileVersion .slick-arrow.slick-next {
	margin-top: -35px;
	font-size: 30px;
}
/* @media only screen and (min-width: 414px) and (max-width: 768px) {
body.desktopVersion.minWidthConstrained .slick-arrow.slick-next {
	left: 713px;
}} */
	.slick-arrow.slick-prev .fa, .slick-arrow.slick-next .fa {
		display: block;
		vertical-align: middle;
	}

/* Dots */
.slick-dots {
	position: relative;
	z-index: 1010;
	list-style: none;
	width: auto;
	height: 40px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
}
body.mobileVersion .slick-dots {
	/* height: auto; */
	padding: 10px 12px 10px 10px;
	text-align: right;
}
	.slick-dots li {
		display: inline-block;
		height: 40px;
		line-height: 40px;
	}
	body.mobileVersion .slick-dots li {
		height: 20px;
		line-height: 20px;
	}
	.slick-dots li.slick-active {

	}
		.slick-dots li button {
			display: inline-block;
			opacity: 0.33;
			width: 12px;
			height: 12px;
			margin: 14px 9px;
			padding: 0px;
			text-indent: -9999px;
			color: #7b0e42;
			background: #7b0e42;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			border-radius: 6px;
				-moz-transition: all 0.4s ease-in-out;
				-webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
		}
		body.mobileVersion .slick-dots li button {
			margin: 4px 9px;
		}
		.slick-dots li button:hover {
			opacity: 1;
		}
		.slick-dots li.slick-active button {
			opacity: 1;
			cursor: default;
		}
		.slick-dots li:first-child button {
			margin-left: 0px;
		}

/* Featured link label */
ul.slick-dots .featuredLinkLabel {
	position: absolute;
	float: left;
	height: 22px;
	margin: -32px 0px 0px 12px;
	padding: 2px 0px 0px 0px;
	cursor: pointer;
	color: #33666f;
	border-bottom: 1px dotted transparent;
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
}
#banner ul.slick-dots .featuredLinkLabel,
#carousel ul.slick-dots .featuredLinkLabel,
.carousel.fullWidth ul.slick-dots .featuredLinkLabel {

}
body.is_ie ul.slick-dots .featuredLinkLabel {
	margin-top: -38px;
}
body.mobileVersion ul.slick-dots .featuredLinkLabel {
	margin: -26px 0px 0px 2px;
}
ul.slick-dots .featuredLinkLabel:hover {
	border-bottom: 1px dotted #33666f;
}

/* Bootstrap LESS overrides */

.label {
	display: inline-block;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1.4em;
	color: #fff;
	text-align: left;
	white-space: normal;
	vertical-align: baseline;
	border-radius: 0.25em;
	margin: 0 0 4px 20px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jQuery.mmenu oncanvas CSS */

.mm-hidden {
	display: none !important;
}

.mm-wrapper {
	overflow-x: hidden;
	position: relative;
}

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	/* z-index: 10000; */
}

.mm-menu {
	display: block;
	overflow: hidden;
	padding: 0;
}
body.mobileVersion .mm-menu {
	/* border-right: 1px solid #d8d8d8; */
}

.mm-panels {

}
body.mobileVersion .mm-panels {
	top: 48px;
	border-right: 1px solid #d8d8d8;
}

.mm-panel {
		-moz-transition: -moz-transform 0.4s ease;
		-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
		-moz-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
		-moz-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.mm-panel.mm-subopened {
		-moz-transform: translate3d(-30%, 0, 0);
		-ms-transform: translate3d(-30%, 0, 0);
		-webkit-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
	z-index: 1;
}

.mm-panels,
.mm-panels > .mm-panel {
	background: inherit;
	border-color: inherit;
}

.mm-panels > .mm-panel {
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0px 15px;
	/* background: #e0dadd; */
	background: #ffffff;
	border-color: inherit;
	-webkit-overflow-scrolling: touch;
}
body.mobileVersion .mm-panels > .mm-panel {
	overflow-y: scroll;
}
body.mobileVersion.localVersion .mm-panels > .mm-panel {
	overflow-y: hidden;
}

.mm-panels > .mm-panel.mm-hasnavbar {
	padding-top: 40px;
}
body.mobileVersion .mm-panels > .mm-panel.mm-hasnavbar {
	padding-top: 47px;
}

.mm-panels > .mm-panel:before,
.mm-panels > .mm-panel::before,
.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel::after {
	content: "";
	display: block;
	/* height: 20px; */
}

.mm-vertical .mm-panel {
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
	transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
	display: none;
	padding: 10px 0 10px 10px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
	border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
	display: block;
}

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
	height: 40px;
	bottom: auto;
}

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next::after,
.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next::after {
	top: 16px;
	bottom: auto;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next::after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next::after {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mm-navbar {
	/* border-bottom: 1px solid;
	border-color: inherit; */
	/* text-align: center; */
	/* line-height: 20px; */
	line-height: 15px;
	height: 40px;
	padding: 0; /* 0 40px */
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.mm-navbar > * {
	display: block;
	padding: 11px 0px 0px 0px;
}

.mm-navbar a,
.mm-navbar a:hover {
	text-decoration: none;
	border: none !important;
}

.mm-navbar .mm-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 40px;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	font-family: "Roboto Condensed Bold", "Roboto Condensed", Helvetica, sans-serif;
	font-weight: normal;
	/* color: #282c7d; */
	color: #999999;
	/* border-top: 1px solid #dadada; */
		-moz-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
body.mobileVersion .mm-navbar .mm-title {
	height: 47px;
	line-height: 29px;
}

.mm-navbar .mm-btn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0px;
	z-index: 1;
}

.mm-navbar .mm-btn:first-child {
	left: 0px;
	padding-left: 17px;
}

.mm-navbar .mm-btn:last-child {
	right: 0px;
	text-align: right;
	padding-right: 17px;
}

.mm-navbar .mm-btn.mm-prev {
	padding-top: 14px;
}
body.mobileVersion .mm-navbar .mm-btn.mm-prev {
	padding-top: 19px;
}
.mm-navbar .mm-btn.mm-prev + .mm-title {
	padding-left: 40px;
}
.mm-navbar:hover .mm-btn.mm-prev + .mm-title {
	color: #33666f;
	background: #d8d8d8;
}

.mm-panel .mm-navbar {
	display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
	display: block;
}

.mm-listview, .mm-listview > li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.mm-listview {
	font: inherit;
	font-size: 14px;
	line-height: 20px;
}

.mm-listview a,
.mm-listview a:hover {
	text-decoration: none;
}

.mm-listview > li {
	position: relative;
}

.mm-listview > li,
.mm-listview > li:after,
.mm-listview > li::after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li .mm-next::before {
	border-color: inherit;
}
.mm-listview > li .mm-next:before,
.mm-listview > li .mm-next::before {
	/* content: "\f067";
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 0.5em;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale; */
	/* font-smoothing: ?; */
}

.mm-listview > li > a,
.mm-listview > li > span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding: 10px 10px 9px 15px;
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
}

.mm-listview > li > a:active, .mm-listview > li > a:hover, .mm-listview > li > a:focus {

}

.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
	padding-right: 50px;
}

.mm-listview > li:not(.mm-divider):after,
.mm-listview > li:not(.mm-divider)::after {
	content: "";
	/* border-bottom-width: 1px;
	border-bottom-style: solid; */
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.mm-listview > li:not(.mm-divider):after,
.mm-listview > li:not(.mm-divider)::after {
	/* left: 20px; */
}

.mm-listview .mm-next {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 2;
	width: 39px;
	/* padding: 0px;
	padding: 11px 0px 0px 13px; */
	padding: 12px 0px 0px 17px;
	border: none;
}

.mm-listview .mm-next:before,
.mm-listview .mm-next::before {
	/* content: "";
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px; */
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
	margin-right: 38px;
}

.mm-listview .mm-next.mm-fullsubopen {
	width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before,
.mm-listview .mm-next.mm-fullsubopen::before {
	border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
	padding-right: 50px;
	margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
	/* margin: 15px -15px; */
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
	/* margin-top: -15px; */
}

.mm-listview .mm-inset {
	list-style: inside disc;
	padding: 0 10px 15px 40px;
	margin: 0;
}

.mm-listview .mm-inset > li {
	padding: 5px 0;
}

.mm-listview .mm-divider {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px;
}

.mm-listview .mm-spacer {
	padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
	top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
	padding-top: 25px;
}

.mm-prev:before,
.mm-prev::before,
.mm-next:after,
.mm-next::after,
.mm-arrow:after,
.mm-arrow::after {
	/* display: inline-block;
	width: 6px;
	height: 6px;
	margin: auto; */
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 0.5em;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	/* font-smoothing: ?; */
}
.mm-prev:before,
.mm-prev::before {
	content: "\f104";
	border-right: none;
	border-bottom: none;
	left: 23px;
}

.mm-next:after,
.mm-arrow::after,
.mm-next:after,
.mm-arrow::after {
	border-top: none;
	border-left: none;
	right: 23px;
}

.mm-menu {
	border-color: #d8d8d8;
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {

}

.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn::before,
.mm-menu .mm-navbar .mm-btn:after,
.mm-menu .mm-navbar .mm-btn::after {
	/* border-color: #d8d8d8; */
}

.mm-menu .mm-listview {
	/* border-color: rgba(0, 0, 0, 0.1); */
}

.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-next::after,
.mm-menu .mm-listview > li .mm-arrow:after,
.mm-menu .mm-listview > li .mm-arrow::after {
	/* border-color: rgba(0, 0, 0, 0.3);
	border-color: rgba(14, 36, 70, 0.8); */
}

.mm-menu .mm-listview > li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
	tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.5);
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
	background: #f2f2f2;
	background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
	background: #f2f2f2;
	background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li.mm-listview > li.mm-multiline > span {
	text-overflow: clip;
	white-space: normal;
}

.mm-page {
	position: relative;
}
.mm-slideout {
		-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	z-index: 1;
}
html.mm-opened {
	overflow-x: hidden;
	position: relative;
}
html.mm-blocking, html.mm-blocking body {
	overflow: hidden;
}
html.mm-background .mm-page {
	background: inherit;
}
#mm-blocker {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: transparent;
	background: rgba(3, 2, 1, 0);
}
html.mm-blocking #mm-blocker {
	display: block;
}
.mm-menu.mm-offcanvas {
	display: none;
	position: fixed;
	z-index: 0;
		width: -moz-calc(100vw - 51px);
		width: -webkit-calc(100vw - 51px);
	width: calc(100vw - 51px);
	min-width: 271px;
	max-width: 452px;
}
.mm-menu.mm-offcanvas.mm-current {
	display: block;
}
.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
	z-index: 10;
}

html.mm-opening .mm-slideout {
		-moz-transform: translate(80%, 0);
		-ms-transform: translate(80%, 0);
		-webkit-transform: translate(80%, 0);
	transform:translate(80%, 0);
		-webkit-transform: translate3d(80%, 0, 0);
	transform: translate3d(80%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-right {
	left: auto;
}

html.mm-right.mm-opening .mm-slideout {
		-webkit-transform: translate(-80%, 0);
		-ms-transform: translate(-80%, 0);
	transform: translate(-80%, 0);
		-webkit-transform: translate3d(-80%, 0, 0);
	transform: translate3d(-80%, 0, 0);
}

html.mm-front .mm-slideout {
		-webkit-transform: none!important;
		-ms-transform: none!important;
	transform: none!important;
	z-index: 0;
}

html.mm-front #mm-blocker {
	z-index: 1;
}

html.mm-front .mm-menu.mm-offcanvas {
	z-index: 2;
}

.mm-menu.mm-offcanvas.mm-front,.mm-menu.mm-offcanvas.mm-next {
		-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease,-webkit-transform .4s ease;
		-webkit-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
		-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-front.mm-right,.mm-menu.mm-offcanvas.mm-next.mm-right {
		-webkit-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
		-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-top {
		-webkit-transform: translate(0, -100%);
		-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
		-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-offcanvas.mm-bottom {
		-webkit-transform: translate(0, 100%);
		-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
		-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	top: auto;
}

.mm-menu.mm-offcanvas.mm-bottom,.mm-menu.mm-offcanvas.mm-top {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 80%;
	min-height: 140px;
	max-height: 880px;
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front,html.mm-opening .mm-menu.mm-offcanvas.mm-next {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
	transform: translate(0, 0);
		-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

html.mm-pagedim #mm-blocker,html.mm-pagedim-black #mm-blocker,html.mm-pagedim-white #mm-blocker {
	opacity: 0;
}

html.mm-pagedim-black.mm-opening #mm-blocker,html.mm-pagedim-white.mm-opening #mm-blocker,html.mm-pagedim.mm-opening #mm-blocker {
	opacity: .85;
		-webkit-transition: opacity .4s ease .4s;
	transition: opacity .4s ease .4s;
}

html.mm-pagedim #mm-blocker {
	background: inherit;
	background: #7b0e42;
}

html.mm-pagedim-white #mm-blocker {
	/* background: #e0dadd; */
	background: #ffffff;
}

html.mm-pagedim-black #mm-blocker {
	background: #7b0e42;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Overlay links */

.imageOverlayContainer {

}
	.imageOverlay {
		opacity: 0;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		padding: 15px;
		background: no-repeat center center none;
		background-size: 100% 0px;
			-moz-transition: background-size 0.6s ease-in-out, opacity 0.6s ease-in-out;
			-webkit-transition: background-size 0.6s ease-in-out, opacity 0.6s ease-in-out;
		transition: background-size 0.6s ease-in-out, opacity 0.6s ease-in-out;
		-webkit-text-size-adjust: 100%;
	}
	.imageOverlayContainer:hover .imageOverlay {
		opacity: 1;
		background-size: 100% 100%;
	}
	body.mobileVersion .imageOverlay {
		/* position: static; */
		padding: 10px;
	}
		.imageOverlay > h2:first-child, .imageOverlay > h3:first-child, .imageOverlay > h4:first-child {
			margin-top: -3px;
		}

		body.mobileVersion .imageOverlay p {
			/* font-size: 14px; */
		}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Positioned content */

.positionedContentContainer {
	position: relative;
	width: 100%;
		min-height: -moz-calc(100vh - 96px);
		min-height: -webkit-calc(100vh - 96px);
	min-height: calc(100vh - 96px);
	margin-top: 96px;
	margin-bottom: 0px;
}
.positionedContentContainer.constrained {
	margin-right: auto;
	margin-left: auto;
}
div.contentPanel.firstContentPanel .positionedContentContainer {
		min-height: -moz-calc(100vh - 165px);
		min-height: -webkit-calc(100vh - 165px);
	min-height: calc(100vh - 165px);
	margin-top: 165px;
}
body.mobileVersion div.contentPanel .positionedContentContainer,
body.mobileVersion div.contentPanel.firstContentPanel .positionedContentContainer {
		min-height: -moz-calc(100vh - 48px);
		min-height: -webkit-calc(100vh - 48px);
	min-height: calc(100vh - 48px); /* Where 48px = header height */
	margin-top: 48px;
	margin-bottom: 0px;
}
	.positionedTop, .positionedRight, .positionedMiddle, .positionedBottom, .positionedCentre, .positionedCenter, .positionedLeft {
		position: absolute;
	}

	/* Top */
	.positionedTop {
		top: 0px;
		margin-top: 30px;
	}

	/* Right */
	.positionedRight {
		right: 0px;
		/* left: 50%; */
	}
	body.mobileVersion .positionedRight {
		right: auto;
		left: auto;
	}

	/* Bottom */
	.positionedBottom {
		bottom: 0px;
	}
	.positionedContent.marginBottom5Percent {
		margin-top: -5%;
		margin-top: -5vh;
	}
	body.mobileVersion .positionedBottom {
		margin-bottom: 10px !important;
	}

	/* Left */
	.positionedLeft {
		/* right: 50%; */
		left: 0px;
	}
	body.mobileVersion .positionedLeft {
		right: auto;
		left: auto;
	}

	/* Centre */
	.positionedCentre, .positionedCenter { /* .positionedRight.positionedLeft { */
		left: 50%;
			-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	/* Middle */
	.positionedMiddle, .positionedMiddle {
		top: 50%;
			-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	/* Centre and middle */
	.positionedCentre.positionedMiddle, .positionedCenter.positionedMiddle {
			-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Stylized scroller */

.nicescroll-rails {
	display: block !important;
	visibility: hidden;
		cursor: -moz-grab;
		cursor: -webkit-grab;
	/* cursor: grab; */
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Drupal styles */

.clearfix:after,
.clearfix::after {
	content: "" !important;
}

.block-region {
	display: none;
	background-color: orange;
}

.form-item {
	margin-top: 1em;
	margin-bottom: 1em;
	/* margin-bottom: 0px;
	margin-top: 0px; */
}

.green-bold {
	font-style: normal;
	font-weight: bold;
	color: #95bf47;
}

.profile h3 {
	border: none;
}

.view-latest-news .views-field-title {
	font-size: 14px;
}

a.blockEditLink {
	border: none !important;
}

div.block + div.block {
	/* margin-top: 15px; */
}

div.fieldset-wrapper {
	overflow: visible;
}

/* Links */
ul.links {
	list-style: none;
	margin: 10px 0px 10px 0px;
	padding: 0px !important;
}
	ul.links li {
		margin: 0px;
		padding: 0px;
		border-left: 0px solid #cfcfcf;
	}
	ul.links li + li {
		border-left: 1px solid #cfcfcf;
	}
		ul.links li a {
			font-size: 90% !important;
		}

/* Forums */
div#forum table tr td.icon img {
	visibility: hidden;
}

table#forum-0 tbody tr td.forum {
	margin: 0px;
	padding: 6px;
	background: none !important;
}

table#forum-0 tbody tr td div.name, table tbody tr td div.description {
	font-size: 12px !important;
	margin: 0px !important;
	background: none !important;
}

table#forum-0 tbody tr td div.indent {
	margin: 0px !important;
	padding: 0px !important;
	background: none !important;
}

/* Comments */
div.submitted, span.submitted {
	display: block;
	margin: 6px 0px 10px 0px;
	font-size: 90%;
	color: #666666;
}
div.box h2 {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #cfcfcf;
}

div#comments {

}
	div#comments div.comment {

	}
		div#comments div.comment span.new {
			float: right;
			text-transform: uppercase;
			color: orange;
		}

		div#comments div.comment h3 { /* :first-child */
			margin-top: 0px;
		}

		div#comments div.comment div.content {
			margin: 0px 0px 10px 0px;
		}

	div#comments div.indented {
		margin: 10px 0px 0px 10px;
		padding: 10px 0px 0px 0px;
		border-top: 1px solid #cfcfcf;
	}

form#comment-form ul.tips { /* , form#comment-form p */
	display: none;
}
	form#comment-form div.preview {
		margin-bottom: 12px;
		padding-bottom: 12px;
		border-bottom: 1px solid #cfcfcf;
	}

	input#edit-subject {
		width: 444px;
	}

	textarea#edit-comment {
		width: 448px;
	}

	form#comment-form input#edit-submit, form#comment-form input#edit-preview {
		margin-bottom: 12px;
	}

/* Tabs */
#content > div.tabs.tabbed {
	margin-top: 15px;
}
div#tabs-wrapper {

}
div#tabs-wrapper + div.styled {
	margin-top: -15px;
}

ul.tabs.primary {
	margin-top: 10px;
	margin-bottom: 15px;
	/* padding-top: 10px; */
	padding-bottom: 6px;
	border-bottom: 1px solid #d8d8d8;
}
	ul.tabs.primary li {

	}
		ul.tabs.primary li a {
			padding: 9px 10px 9px 10px;
			background: #e0e0e0;
			border-bottom: 1px solid #d8d8d8 !important;
				/* -moz-border-radius: 5px 5px 0px 0px;
				-webkit-border-radius: 5px 5px 0px 0px;
			border-radius: 5px 5px 0px 0px; */
		}
		ul.tabs.primary li a:hover {

		}
		ul.tabs.primary li a.active {
			cursor: default;
			color: #505050;
			background: #ffffff;
			border-bottom: 1px solid #ffffff !important;
		}

		ul.primary li a {
			border-color: #d8d8d8 !important;
		}

ul.tabs.secondary {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 15px 0px;
}
	ul.tabs.secondary li {
		margin: 0px 0px 10px 0px;
		padding: 1px 10px 1px 6px;
		line-height: 1.6em;
	}
		ul.tabs.secondary li:first-child {
			padding-left: 0px;
		}
		ul.tabs.secondary li:last-child {
			padding-right: 0px;
			border: none;
		}

		ul.tabs.secondary li a {
			padding: 2px 4px;
		}

		ul.tabs.secondary li a:hover {
			text-decoration: underline;
		}

		ul.tabs.secondary li a.active {
			margin-right: 4px;
			color: #5f5f5f;
			cursor: default;
			text-decoration: none;
			font-weight: bold;
			background: none;
			border: none;
		}

/* Messages */
div.error, div.warning, div.okay, div.messages, div.notice, div.preview, div.status,
p.error, p.warning, p.okay, p.messages, p.notice, p.preview, p.status {
	padding: 10px 10px 10px 10px;
	background: inherit;
	border: 1px solid #808080;
}
div.error, div.warning, div.okay, div.messages, div.notice, div.preview, div.status {
	margin: 0px 0px 20px 0px;
	font-size: 16px;
	line-height: 1.45em;
	color: #505050;

}
.messages {
	background-color: #ffffff;
}
	.messages ol, .messages ul {
		margin: 0px;
	}

div.error, p.error {
	background-color: #e6d4d4;
	background-color: rgba(165, 42, 42, 0.15);
	border-color: #a52a2a;
}
	div.error *, p.error * { /* Will cause a JavaStrip error! */
		color: #a52a2a;
	}

div.warning, p.warning { /* Will cause a JavaStrip error! */
	background-color: #ffead3;
	border-color: #ff9622;
}
	div.warning *, p.warning * { /* Will cause a JavaStrip error! */
		color: #e5851e;
	}

div.okay, p.okay { /* Will cause a JavaStrip error! */
	background-color: #e4f7cc;
	background-color: rgba(120, 213, 0, 0.2);
	border-color: #78d500;
}
	div.okay *, p.okay * { /* Will cause a JavaStrip error! */
		/* color: #78d500; */
		color: #61ab00;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Layout styles */

#header, #logoContainer, #startOfContentLinkContainer, ul#primaryNav, #search, hr.header, #startOfContentAnchorContainer, #contentUpperFullWidth, #contentUpperConstrained, #contentUpper, #content, #leftColumn, #rightColumn, #contentLower, #contentLowerConstrained, #contentLowerFullWidth, #footer, #footerLogo, #footerSocialMedia, #footerUtilityNav, #copyright, #JavaScriptWarning, hr.footer {
	display: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html {
	min-height: 100%;
	overflow: hidden;
	overflow-y: scroll;
}

body {
	background: #eaeaea;
}
body.loading {
	background: #eaeaea no-repeat center 300px none;
}
body.loaded {
	background-image: none !important;
}
body.homePage, body.mobileVersion {
	background: rgb(123, 14, 66);
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Mobile menu */

#mobileMenu {

}
	#mobileMenu ul#primaryNav {
		display: block;
	}

	#mobileMenu * {
		-webkit-text-size-adjust: 100%;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Admin menu */

html body.desktopVersion.admin-menu {
	margin-top: 36px !important;
}

#admin-menu {
		/* -moz-box-shadow: none;
		-webkit-box-shadow: none;
	box-shadow: none; */
}
	#admin-menu li.admin-menu-account > a {
		background-color: #9d2c30;
		background-position: center 5px;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#headerContainerOuter {
	width: 100%;
	height: 165px;
	/* height: auto; */
	/* overflow: auto; */
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: rgb(123, 14, 66);
	background: rgba(123, 14, 66, 0.95);
		-moz-box-shadow: 0px 2px 2px 0px rgba(51, 51, 51, 0.2);
		-webkit-box-shadow: 0px 2px 2px 0px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 2px 2px 0px rgba(51, 51, 51, 0.2);
		-moz-transition: background 1s ease-in-out, height 0.4s ease-in-out;
		-webkit-transition: background 1s ease-in-out, height 0.4s ease-in-out;
	transition: background 1s ease-in-out, height 0.4s ease-in-out;
}
#headerContainerOuter.fixed {
	position: fixed;
	z-index: 100;
}
body.desktopVersion.shrunkenHeader #headerContainerOuter {
	height: 96px;
}
body.desktopVersion #headerContainerOuter {
	top: 5px; /* This would be the proper amount, but... */
	top: -160px; /* Initially position it up off-screen */
}
body.desktopVersion.withAdminToolbar #headerContainerOuter,
body.desktopVersion.admin-menu #headerContainerOuter {
	top: 41px;
}
body.desktopVersion.homePage #headerContainerOuter {

}
body.mobileVersion #headerContainerOuter {
	top: 0px;
	height: 48px;
	background: none;
}
body.mobileVersion.homePage #headerContainerOuter {
	/* height: auto; */
}
	#headerContainerInner {
		position: relative;
		width: 100%;
		height: 160px;
		overflow: hidden;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
			-moz-transition: height 0.4s ease-in-out;
			-webkit-transition: height 0.4s ease-in-out;
		transition: height 0.4s ease-in-out;
	}
	body.desktopVersion.shrunkenHeader #headerContainerInner {
		height: 91px;
	}
	body.homePage #headerContainerInner {

	}
	body.desktopVersion #headerContainerInner {
		/* min-width: 768px; */
		min-width: 1024px;
	}
	body.mobileVersion #headerContainerInner {
		width: 100%;
		/* height: 48px; */
		height: auto;
		min-height: 48px;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		text-align: right;
		background: rgb(123, 14, 66);
		background: rgba(123, 14, 66, 0.95);
	}
		/* Logo */
		#headerContainerOuter #headerContainerInner #logoContainer {
			display: block;
		}
		#logoContainer {
			position: absolute;
			z-index: 10;
			/* top: 0px;
			left: 20px; */
			float: left;
			width: auto;
			max-width: 490px;
			/* height: 160px; */
			height: 100%;
			max-height: 160px;
			overflow: hidden;
			margin: 0px 0px 0px 20px;
			padding: 0px;
			background: transparent no-repeat center center none; /* URL manipulated via JS */
			background-size: 100% auto;
				/* -moz-transition: all 0.4s ease-in-out;
				-webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out; */
				-moz-transition: width 0.4s ease-in-out, height 0.4s ease-in-out, background-image 1s ease-in-out;
				-webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out, background-image 1s ease-in-out;
			transition: width 0.4s ease-in-out, height 0.4s ease-in-out, background-image 1s ease-in-out;
		}
		@media all and (min-width: 1024px) {
		body.desktopVersion #logoContainer {
			width: 34%;
		}}
		@media all and (min-width: 1040px) {
		body.desktopVersion #logoContainer {
			width: 35%;
		}}
		@media all and (min-width: 1050px) {
		body.desktopVersion #logoContainer {
			/* width: 35%; */
		}}
		@media all and (min-width: 1060px) {
		body.desktopVersion #logoContainer {
			width: 36%;
		}}
		@media all and (min-width: 1075px) {
		body.desktopVersion #logoContainer {
			/* width: 39%; */
		}}
		@media all and (min-width: 1090px) {
		body.desktopVersion #logoContainer {
			/* width: 37%; */
		}}
		@media all and (min-width: 1105px) {
		body.desktopVersion #logoContainer {
			/* width: 40%; */
		}}
		@media all and (min-width: 1280px) {
		body.desktopVersion #logoContainer {
			width: 38%;
		}}
		@media all and (max-width: 1024px) {
		body.desktopVersion #logoContainer {
			/* top: 8px; */
			/* width: auto;
			height: 91px; */
			width: 34%;
			padding: 2px 0px 0px 0px;
		}}
		body.desktopVersion.shrunkenHeader #logoContainer {
			/* width: auto; */
			width: 259px; /* Needs to be precise, or Safari doesn't get it... sigh... */
			height: 74px;
			margin-top: 12px;
		}
		body.desktopVersion.is_ie8 #logoContainer {
			padding-top: 7px;
			background: none !important;
		}
		body.desktopVersion.is_ie8.shrunkenHeader #logoContainer {
			margin-top: 10px;
			padding-top: 0px;
		}
		body.mobileVersion #logoContainer {
			height: 100%;
			margin-left: 12px;
		}
		body.desktopVersion #logoContainer::before {
			content: "";
			display: inline-block;
			height: 100%;
			vertical-align: middle;
			margin-right: -0.25em;
		}
			#logo {
				display: inline-block;
				vertical-align: middle;
				/* width: 100%; */
				/* height: 100%; */
					-moz-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
					-webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
				transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
					/* -moz-transition: all 4s ease-in-out;
					-webkit-transition: all 4s ease-in-out;
				transition: all 4s ease-in-out; */
			}
			body.desktopVersion.fullHeightHeader #logo {
				width: 100%;
			}
			body.desktopVersion.shrunkenHeader #logo {
				float: left; /* Seems to be needed by Safari */
				width: auto;
				height: 100%;
					/* -moz-transition: opacity 4s ease-in-out;
					-webkit-transition: opacity 4s ease-in-out;
				transition: opacity 4s ease-in-out; */
			}
			body.mobileVersion #logo {
				max-height: 44px;
				/* max-height: 36px;
				margin: 0px; */
				margin-top: 2px;
			}
			@media all and (max-width: 1024px) {
			body.desktopVersion #logo {
				/* position: static; */
				/* width: auto;
				max-height: 83px; */
					/* -moz-transform: none;
					-webkit-transform: none;
				transform: none; */
					/* -moz-transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
					-webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
				transition: width 0.1s ease-in-out, height 0.1s ease-in-out; */
			}}

		/* Search container */
		#searchContainer {
			position: absolute;
			right: 0px;
			/* float: right; */
			height: 80px;
			margin: 0px;
			padding: 26px 20px 10px 0px;
			text-align: right;
		}
		body.desktopVersion.shrunkenHeader #searchContainer {
			position: absolute;
			z-index: 100;
			right: 0px;
		}
		body.mobileVersion #searchContainer {
			width: 100%;
			height: auto;
			min-height: 48px;
			padding: 0px;
		}
			/* Utility nav */
			#searchContainer #utilityNav {
				display: inline-block;
			}
			#utilityNav {
				vertical-align: top;
				white-space: nowrap;
				list-style: none;
				width: auto;
				height: 44px;
				overflow: hidden;
				margin: 0px;
				padding: 0px;
				text-align: right;
					-moz-transition: all 0.4s ease-in-out;
					-webkit-transition: all 0.4s ease-in-out;
				transition: all 0.4s ease-in-out;
			}
			#headerContainerInner > #utilityNav {
				display: block;
				float: right;
				height: 80px;
				padding: 26px 0px 10px 0px;
			}
			body.desktopVersion.fullHeightHeader #utilityNav {
				opacity: 1 !important;
				width: auto !important;
			}
			body.desktopVersion.shrunkenHeader #utilityNav {
				opacity: 0;
				width: 0px;
			}
			body.mobileVersion #utilityNav {
				padding: 4px 0px 4px 0px;
				text-align: right;
				background: #7c0542;
			}
				#utilityNav li {
					display: inline-block;
					vertical-align: top;
					white-space: nowrap;
					width: auto;
					height: 44px;
					margin: 0px 8px 0px 0px;
					padding: 0px;
					text-align: center;
				}
				body.mobileVersion #utilityNav li {
					height: 40px;
					margin: 0px 0px 0px 8px;
				}
					a.utilityNav {
						display: inline-block;
						white-space: nowrap;
						width: auto;
						height: 44px;
						margin: 0px;
						padding: 0px 12px;
						font-family: "Roboto Condensed Bold", "Roboto Condensed", Helvetica, sans-serif;
						font-size: 16px;
						line-height: 44px;
						text-align: center;
						text-transform: uppercase;
						color: #ffffff;
						background: #8d3656 no-repeat center center none;
						background-size: 100% 0px;
						border: none;
							-moz-border-radius: 5px;
							-webkit-border-radius: 5px;
						border-radius: 5px;
							-moz-text-shadow: 0px 1px 1px rgba(41, 28, 77, 0.5);
							-webkit-text-shadow: 0px 1px 1px rgba(41, 28, 77, 0.5);
						text-shadow: 0px 1px 1px rgba(41, 28, 77, 0.5);
							-moz-transition: all 0.4s ease-in-out;
							-webkit-transition: all 0.4s ease-in-out;
						transition: all 0.4s ease-in-out;
					}
					body.mobileVersion a.utilityNav {
						height: 40px;
						padding: 0px 8px;
						line-height: 42px;
						background-color: transparent;
					}
					a.utilityNav:hover {
						color: #33666f;
						background-size: 100% 44px;
							-moz-text-shadow: 0px 1px 1px rgba(41, 28, 77, 0);
							-webkit-text-shadow: 0px 1px 1px rgba(41, 28, 77, 0);
						text-shadow: 0px 1px 1px rgba(41, 28, 77, 0);
					}
					body.desktopVersion.is_ie8 a.utilityNav:hover {
						background: #ffffff;
					}
						a.utilityNav i.fa {
							float: right;
							margin: 11px 0px 0px 10px;
							font-size: 22px;
						}
						body.desktopVersion.is_firefox a.utilityNav i.fa {
							float: none;
						}
						body.mobileVersion a.utilityNav i.fa {
							margin-top: 11px;
						}
						a.utilityNav.utilityNavLoginLink i.fa,
						a.utilityNav.utilityNavLogoutLink i.fa {
							margin-top: 10px;
							font-size: 24px;
						}
						@media all and (max-width: 1099px) {
						body.desktopVersion a.utilityNav i.fa {
							display: none;
						}}
						body.mobileVersion a.utilityNav.utilityNavLoginLink i.fa,
						body.mobileVersion a.utilityNav.utilityNavLogoutLink i.fa {
							margin-top: 9px;
						}
						body.mobileVersion.portrait.narrowScreen a.utilityNav:not(.utilityNavPhoneLink) i.fa {
							display: none;
						}
						a.utilityNav.utilityNavMemberLinksLink i.fa {
							margin-top: 12px;
							font-size: 20px;
						}
						body.mobileVersion a.utilityNav.utilityNavMemberLinksLink i.fa {
							margin-top: 10px;
						}

						a.utilityNav span.utilityNavLinkInner {
							display: inline-block;
							height: 44px;
							line-height: 45px;
								-moz-transition: width 0.4s ease-in-out;
								-webkit-transition: width 0.4s ease-in-out;
							transition: width 0.4s ease-in-out;
						}
						body.desktopVersion.is_firefox a.utilityNav span.utilityNavLinkInner {
							vertical-align: 2px;
							line-height: 44px;
						}
						body.mobileVersion a.utilityNav span.utilityNavLinkInner {
							height: 40px;
							line-height: 42px;
						}

						body.mobileVersion a.utilityNav.utilityNavPhoneLink i.fa {
							margin-left: 4px;
							margin-right: 2px;
						}
						body.mobileVersion a.utilityNav.utilityNavPhoneLink span.utilityNavPhoneLinkInner {
							display: none;
						}
						body.mobileVersion.landscape a.utilityNav.utilityNavPhoneLink i.fa {
							margin-right: 0px;
							margin-left: 10px;
						}
						body.mobileVersion.landscape a.utilityNav.utilityNavPhoneLink span.utilityNavPhoneLinkInner {
							display: inline-block;
						}

			/* Search */
			#headerContainerInner #searchContainer #search {
				display: inline-block;
			}
			#search {

			}
			body.mobileVersion #search {
				width: 100%;
			}
				#search h2 {
					display: none;
				}

				form#search-block-form {
					margin-bottom: 0px;
				}
					/* Toggle search link */
					a#fakeHamburgerLink,
					a#headerHamburgerLink,
					a#toggleSearchLink {
						display: inline-block;
						/* float: right; */
						width: 44px;
						height: 44px;
						padding: 0px;
						font-size: 22px;
						line-height: 44px;
						text-align: center;
						color: #ffffff;
						background: no-repeat center center none;
						background-size: 100% 0px;
						border: none;
							-moz-border-radius: 5px;
							-webkit-border-radius: 5px;
						border-radius: 5px;
					}
					a#fakeHamburgerLink:hover,
					a#headerHamburgerLink:hover,
					a#toggleSearchLink:hover {
						color: #33666f;
						background-size: 100% 44px;
					}
					body.desktopVersion.is_ie8 a#toggleSearchLink:hover {
						background: #ffffff;
					}
					body.mobileVersion a#fakeHamburgerLink,
					body.mobileVersion a#headerHamburgerLink,
					body.mobileVersion a#toggleSearchLink {
						width: 32px;
						height: 32px;
						margin: 8px 8px 8px 0px;
						font-size: 24px;
						line-height: 32px;
					}
					body.mobileVersion a#headerHamburgerLink {
						float: right;
					}
					a#toggleSearchLink {
						display: none;
						opacity: 0;
						float: right;
						width: 86px;
						overflow: hidden;
						margin: 0px 0px 0px 8px;
						padding: 0px 10px;
							-moz-transition: background-size 0.4s ease-in-out, opacity 1s ease-in-out, width 0.2s ease-in-out;
							-webkit-transition: background-size 0.4s ease-in-out, opacity 1s ease-in-out, width 0.2s ease-in-out;
						transition: background-size 0.4s ease-in-out, opacity 1s ease-in-out, width 0.2s ease-in-out;
					}
					body.desktopVersion.fullHeightHeader a#toggleSearchLink {

					}
					body.desktopVersion.shrunkenHeader a#toggleSearchLink {
						display: block;
						opacity: 1;
					}
					body.mobileVersion a#toggleSearchLink {
						display: block;
						opacity: 1;
						margin-right: 8px;
					}
						a#toggleSearchLink i.fa.smallText {
							position: relative;
							top: -2px;
							margin: 0px 4px 0px 2px;
							font-size: 13px;
						}
						body.mobileVersion a#toggleSearchLink i.fa::before {
							margin-left: -6px;
						}

					/* Search form innards */
					form#search-block-form div.container-inline {
						float: right;
						width: auto;
						height: 44px;
						overflow: hidden;
						margin: 0px;
						padding: 0px;
						text-align: left;
					}
					body.desktopVersion.fullHeightHeader form#search-block-form div.container-inline {
						opacity: 1 !important;
						width: auto !important;
					}
					body.desktopVersion.shrunkenHeader form#search-block-form div.container-inline {
						opacity: 0;
						width: 0px;
						overflow-y: hidden;
							-moz-transition: all 0.4s ease-in-out;
							-webkit-transition: all 0.4s ease-in-out;
						transition: all 0.4s ease-in-out;
					}
					body.mobileVersion form#search-block-form div.container-inline {
						width: 0px;
						height: 36px;
					}
					body.mobileVersion.landscape form#search-block-form div.container-inline {

					}

					form#search-block-form div.container-inline div {
						display: block !important;
					}

					form#search-block-form div.form-item {
						margin: 0px 44px 0px 0px;
					}
					body.mobileVersion form#search-block-form div.form-item {
						/* margin-right: 34px; */
						margin: 0px 0px 0px 8px;
					}
						form#search-block-form label {

						}

						form#search-block-form input.form-text {
							width: 256px;
							height: 44px;
							font-family: "Roboto Condensed", Helvetica, sans-serif;
							/* font-size: 14.5px; */
							color: #a3496c;
							border: 0px solid #d8d8d8;
								-moz-border-radius: 5px 0px 0px 5px;
								-webkit-border-radius: 5px 0px 0px 5px;
							border-radius: 5px 0px 0px 5px;
								-moz-transition: all 0.4s ease-in-out;
								-webkit-transition: all 0.4s ease-in-out;
							transition: all 0.4s ease-in-out;
						}
						body.desktopVersion form#search-block-form input.form-text {
							padding-top: 9px;
							background: #e7e7e7;
							background: rgba(224, 224, 224, 0.78); /* e0e0e0 */
						}
						body.desktopVersion.is_ie8 form#search-block-form input.form-text {
							padding-top: 13px !important;
						}
						body.mobileVersion form#search-block-form input.form-text {
								width: -moz-calc(100% - 96px);
								width: -webkit-calc(100% - 96px);
							width: calc(100% - 96px);
							height: 36px;
						}
						/* form#search-block-form div.container-inline:hover input.form-text, */
						form#search-block-form input.form-text:hover, form#search-block-form input.form-text:active, form#search-block-form input.form-text:focus {
							color: #732c47;
							background-color: #d1bdc6;
						}

						form#search-block-form input.form-text.activated {

						}
						form#search-block-form input.form-text.warning {
							font-weight: normal;
							color: brown;
							background: #ffffff;
						}

					form#search-block-form div.form-actions {
						position: relative;
						float: right;
						width: 44px;
						height: 44px;
						margin: -44px 0px 0px 0px;
							-moz-border-radius: 0px 5px 5px 0px;
							-webkit-border-radius: 0px 5px 5px 0px;
						border-radius: 0px 5px 5px 0px;
							-moz-transition: all 0.4s ease-in-out;
							-webkit-transition: all 0.4s ease-in-out;
						transition: all 0.4s ease-in-out;
					}
					body.desktopVersion form#search-block-form div.form-actions {
						background: #e7e7e7;
						background: rgba(224, 224, 224, 0.78);
					}
					body.mobileVersion form#search-block-form div.form-actions {
						width: auto;
						height: 36px;
						margin: -36px 8px 0px 0px;
					}
					form#search-block-form div.form-actions:hover {

					}
					body.desktopVersion form#search-block-form div.form-actions:after,
					body.desktopVersion form#search-block-form div.form-actions::after {
							-moz-box-sizing: border-box;
							-webkit-box-sizing: border-box;
						box-sizing: border-box;
						display: block;
						opacity: 0.9;
						position: absolute;
						top: 0px;
						left: 0px;
						width: 44px;
						height: 44px;
						line-height: 44px;
						text-align: center;
						/* padding: 10px 0px 0px 12px; */
						content: "\f002";
						font-family: FontAwesome;
						font-size: 22px;
						cursor: pointer;
						/* color: #9b7986;
						color: #994062; */
						color: #a3496c;
						background-color: transparent !important;
							-moz-border-radius: 0px 5px 5px 0px;
							-webkit-border-radius: 0px 5px 5px 0px;
						border-radius: 0px 5px 5px 0px;
							-moz-transition: all 0.4s ease-in-out;
							-webkit-transition: all 0.4s ease-in-out;
						transition: all 0.4s ease-in-out;
							-webkit-font-smoothing: antialiased;
							-moz-osx-font-smoothing: grayscale;
					}
					form#search-block-form div.form-actions:hover:after,
					form#search-block-form div.form-actions:hover::after {
						color: #7b0e42;
					}
						form#search-block-form input.form-submit {
							display: inline-block;
							position: absolute;
							z-index: 100;
							width: 44px;
							height: 44px;
							text-transform: uppercase;
								-moz-border-radius: 0px 5px 5px 0px;
								-webkit-border-radius: 0px 5px 5px 0px;
							border-radius: 0px 5px 5px 0px;
						}
						body.desktopVersion form#search-block-form input.form-submit {
							background-color: transparent !important;
						}
						body.mobileVersion form#search-block-form input.form-submit {
							position: static;
							width: 88px;
							height: 36px;
							padding-top: 12px;
						}
						form#search-block-form input.form-submit:hover {
						}

		/* Primary nav */
		#primaryNavContainer {
			margin-top: 79px;
			padding: 16px 18px 20px 0px;
			text-align: right;
				-moz-transition: margin-top 0.4s ease-in-out;
				-webkit-transition: margin-top 0.4s ease-in-out;
			transition: margin-top 0.4s ease-in-out;

		}
		body.desktopVersion.shrunkenHeader #primaryNavContainer {
			position: absolute;
			z-index: 10;
			right: 108px;
			min-width: 591px;
			margin-top: 0px;
			padding: 26px 0px 10px 0px;
		}
		@media all and (max-width: 1023px) {
		body.desktopVersion.shrunkenHeader #primaryNavContainer {
			/* position: absolute;
			right: 0px; */
		}}
			/* Primary nav */
			#headerContainerInner #primaryNavContainer ul#primaryNav {
				display: inline-block;
			}
			ul#primaryNav {
				list-style: none;
				width: auto;
				height: 44px;
				margin: 0px;
				padding: 0px;
			}
				ul#primaryNav li.primaryNav {
					display: inline-block;
					white-space: nowrap;
					vertical-align: top;
					width: auto;
					height: 44px;
					overflow: hidden;
					margin: 0px 2px;
					padding: 0px;
						-moz-transition: all 0.4s ease-in-out;
						-webkit-transition: all 0.4s ease-in-out;
					transition: all 0.4s ease-in-out;
				}
				ul#primaryNav li.primaryNav.menuParent {

				}
				body.desktopVersion ul#primaryNav li.primaryNav.headerHamburgerLinkContainer {
					display: none;
				}
					ul#primaryNav a.primaryNav, ul#primaryNav a.primaryNavHighlighted, ul#primaryNav a.primaryNavOn {
						display: inline-block;
						width: auto;
						height: 44px;
						overflow: hidden;
						margin: 0px;
						padding: 0px 12px;
						white-space: nowrap;
						font-family: "Roboto Condensed Bold", "Roboto Condensed", Helvetica, sans-serif;
						text-transform: uppercase;
						font-size: 16px;
						line-height: 45px;
						text-decoration: none;
						text-align: center;
						color: #ffffff;
						background: no-repeat center center none;
						background-size: 100% 0px;
						border: none;
							-moz-border-radius: 5px;
							-webkit-border-radius: 5px;
						border-radius: 5px;
							-moz-text-shadow: 0px 1px 1px rgba(41, 28, 77, 0.5);
							-webkit-text-shadow: 0px 1px 1px rgba(41, 28, 77, 0.5);
						text-shadow: 0px 1px 1px rgba(41, 28, 77, 0.5);
							/* -moz-transition: all 0.4s ease-in-out;
							-webkit-transition: all 0.4s ease-in-out;
						transition: all 0.4s ease-in-out; */
							-moz-transition: background-size 0.4s ease-in-out, border-radius 0.4s ease-in-out, color 0.4s ease-in-out;
							-webkit-transition: background-size 0.4s ease-in-out, border-radius 0.4s ease-in-out, color 0.4s ease-in-out;
						transition: background-size 0.4s ease-in-out, border-radius 0.4s ease-in-out, color 0.4s ease-in-out;
					}
					body.desktopVersion.is_ie8 ul#primaryNav li.primaryNav.hover a.primaryNav,
					body.desktopVersion.is_ie8 ul#primaryNav a.primaryNav:hover {
						background: #ffffff;
					}
						body.desktopVersion.is_ie8 ul#primaryNav li a i.fa {
							float: right;
							margin: 4px 0px 0px 10px;
						}
						body.desktopVersion.is_ie8 ul#primaryNav li.primaryNav a.primaryNav i.fa {
							margin: 11px 0px 0px 10px;
						}
					body.desktopVersion.is_firefox ul#primaryNav a.primaryNav,
					body.desktopVersion.is_firefox ul#primaryNav a.primaryNavHighlighted,
					body.desktopVersion.is_firefox ul#primaryNav a.primaryNavOn {
						line-height: 44px;
					}
					ul#primaryNav li.primaryNav.menuParent a.primaryNav {

					}
					ul#primaryNav li.primaryNav.menuParent a.primaryNavHighlighted {
						background-color: #8d3656;
					}
					ul#primaryNav li.primaryNav.hover a.primaryNav, ul#primaryNav a.primaryNav:hover { /* a.primaryNav:active, a.primaryNav:focus */
						color: #33666f;
						background-size: 100% 44px;
							-moz-text-shadow: none;
							-webkit-text-shadow: none;
						text-shadow: none;
					}
					ul#primaryNav li.primaryNav.menuParent.hover a.primaryNav, ul#primaryNav li.primaryNav.menuParent a.primaryNav:hover {
							-moz-border-radius: 5px 5px 0px 0px;
							-webkit-border-radius: 5px 5px 0px 0px;
						border-radius: 5px 5px 0px 0px;
					}
					ul#primaryNav a.primaryNavOn {
						opacity: 1 !important;
					}
					ul#primaryNav a.primaryNav.disabled:hover, ul#primaryNav a.primaryNavOn.disabled {
						color: #5d5893 !important;
						cursor: default !important;
					}
					body.mobileVersion ul#primaryNav a.primaryNav, body.mobileVersion ul#primaryNav a.primaryNavHighlighted, body.mobileVersion ul#primaryNav a.primaryNavOn {

					}
					ul#primaryNav li.primaryNav.menuParent a.primaryNav::after {
						/* display: inline-block; */
						width: 10px;
						overflow: hidden;
						margin: 0px 0px 0px 10px;
						font-family: FontAwesome;
						content: "\f0d7";
					}
					ul#primaryNav a.primaryNav.utilityNavPhoneLink {
						min-width: 44px;
					}
					ul#primaryNav a.primaryNav.first {

					}
					ul#primaryNav a.primaryNav.last {

					}
					ul#primaryNav li.primaryNav.menuParent a.primaryNavOn {
						background-color: #8d3656;
					}
						ul#primaryNav a.primaryNav i.fa {
							float: left;
							margin: 11px 10px 0px 0px;
							font-size: 22px;
						}
						body.mobileVersion ul#primaryNav a.primaryNav i.fa {
							margin: 6px 0px 0px 0px;
						}
						ul#primaryNav a.primaryNav.headerHamburgerLink i.fa {
							float: none;
							margin-right: 0px;
						}
						ul#primaryNav a.primaryNav span.utilityNavPhoneLinkInner {
							display: inline-block;
							width: 107px;
							/* height: 19px; */
							/* line-height: 28px; */
							height: 44px;
							line-height: 45px;
							overflow: hidden;
							white-space: nowrap;
								-moz-text-shadow: 0px 1px 1px rgba(41, 28, 77, 0.5);
								-webkit-text-shadow: 0px 1px 1px rgba(41, 28, 77, 0.5);
							text-shadow: 0px 1px 1px rgba(41, 28, 77, 0.5);
								-moz-transition: width 0.4s ease-in-out;
								-webkit-transition: width 0.4s ease-in-out;
							transition: width 0.4s ease-in-out;
						}
						body.desktopVersion.is_firefox a.primaryNav span.utilityNavPhoneLinkInner {
							/* line-height: 26px; */
							line-height: 44px;
						}
						ul#primaryNav li.primaryNav.hover a.primaryNav span.utilityNavPhoneLinkInner, ul#primaryNav a.primaryNav:hover span.utilityNavPhoneLinkInner {
								-moz-text-shadow: none;
								-webkit-text-shadow: none;
							text-shadow: none;
						}
						@media all and (min-width: 1200px) {
						body.desktopVersion.fullHeightHeader ul#primaryNav a.primaryNav.utilityNavPhoneLink span.utilityNavPhoneLinkInner,
						body.desktopVersion.shrunkenHeader ul#primaryNav a.primaryNav.utilityNavPhoneLink span.utilityNavPhoneLinkInner {
							width: auto;
						}
						body.desktopVersion.fullHeightHeader ul#primaryNav a.primaryNav.utilityNavPhoneLink i.fa,
						body.desktopVersion.shrunkenHeader ul#primaryNav a.primaryNav.utilityNavPhoneLink i.fa {
							margin-right: 10px;
						}}
						@media all and (min-width: 1024px) {
						body.desktopVersion.fullHeightHeader ul#primaryNav a.primaryNav.utilityNavPhoneLink span.utilityNavPhoneLinkInner {
							width: auto;
						}
						body.desktopVersion.fullHeightHeader ul#primaryNav a.primaryNav.utilityNavPhoneLink i.fa {
							margin-right: 10px;
						}}
						@media all and (max-width: 1279px) {
						body.desktopVersion.fullHeightHeader ul#primaryNav a.primaryNav.utilityNavPhoneLink span.utilityNavPhoneLinkInner {
							width: 0px;
							overflow-x: hidden;
						}
						body.desktopVersion.fullHeightHeader ul#primaryNav a.primaryNav.utilityNavPhoneLink i.fa {
							margin-right: 0px;
							margin-left: 3px;
margin-left: 1px;
						}}
						@media all and (max-width: 1149px) {
						body.desktopVersion.shrunkenHeader ul#primaryNav a.primaryNav.utilityNavPhoneLink span.utilityNavPhoneLinkInner {
							width: 0px;
							overflow-x: hidden;
						}
						body.desktopVersion.shrunkenHeader ul#primaryNav a.primaryNav.utilityNavPhoneLink i.fa {
							margin-right: 0px;
							/* margin-left: 3px; */
							margin-left: 1px;
						}}

					ul#primaryNav li ul.secondaryNav {
						position: fixed;
						z-index: 1100;
						top: 139px;
						width: 304px;
						height: auto;
						overflow: auto;
						margin: 0px 0px 0px 2px;
						padding: 0px 10px 10px 10px;
						background: rgb(123, 14, 66);
						background: rgba(123, 14, 66, 0.67);
							-moz-border-radius: 0px 10px 0px 0px;
							-webkit-border-radius: 0px 10px 0px 0px;
						border-radius: 0px 10px 0px 0px;
					}
					body.desktopVersion.shrunkenHeader ul#primaryNav li ul.secondaryNav {
						top: 70px;
					}
					body.desktopVersion.withAdminToolbar ul#primaryNav li ul.secondaryNav,
					body.desktopVersion.admin-menu ul#primaryNav li ul.secondaryNav {
						top: 175px;
					}
					body.desktopVersion.shrunkenHeader.desktopVersion.withAdminToolbar ul#primaryNav li ul.secondaryNav,
					body.desktopVersion.shrunkenHeader.desktopVersion.admin-menu ul#primaryNav li ul.secondaryNav {
						top: 106px;
					}
					@media all and (max-width: 1199px) {
					body.desktopVersion ul#primaryNav li ul.secondaryNav {

					}
					body.desktopVersion.withAdminToolbar ul#primaryNav li ul.secondaryNav,
					body.desktopVersion.admin-menu ul#primaryNav li ul.secondaryNav {

					}}
					@media all and (max-width: 1419px) {
					body.desktopVersion ul#primaryNav li ul.secondaryNav {

					}
					body.desktopVersion.withAdminToolbar ul#primaryNav li ul.secondaryNav,
					body.desktopVersion.admin-menu ul#primaryNav li ul.secondaryNav {

					}}
						/* ul#primaryNav ul.secondaryNav div.secondaryNavInner {
							width: auto;
							max-width: 304px;
							overflow: auto;
							margin: 0px;
							padding: 0px;
							background: no-repeat center center none;
								-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
								-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
							box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
						}
						ul#primaryNav ul.secondaryNav div.secondaryNavInner.scrollY {
							max-width: 320px;
						}
						body.mobileVersion ul#primaryNav ul.secondaryNav div.secondaryNavInner {
							overflow: scroll;
							overflow-x: hidden;
							overflow-y: scroll;
							-webkit-overflow-scrolling: touch;
							min-width: 0px;
							padding: 0px;
								-moz-box-shadow: none;
								-webkit-box-shadow: none;
							box-shadow: none;
						}
						body.mobileVersion.localVersion ul.secondaryNav div.secondaryNavInner {
							overflow: hidden;
							overflow-y: hidden;
						} */
							.mm-panel .mm-listview {
								left: 0px;
								right: 0px;
								margin: 0px -15px 0px -15px;
								padding: 0px;
								background: #d8d8d8;
								border-top: 1px solid #d8d8d8;
								border-bottom: 1px solid #d8d8d8;
							}

							ul.secondaryNav /*, body.mobileVersion ul.thirdLevelNav, body.mobileVersion ul.fourthLevelNav, body.mobileVersion ul.fifthLevelNav */{
								list-style: none;
								text-align: left;
							}
							div.mm-panel ul.mm-listview li + li {
								margin-top: 1px;
							}
								.mm-navbar a.mm-prev,
								.mm-listview li a.mm-next,
								div#primaryNav a.primaryNav, div#primaryNav a.primaryNavHighlighted, div#primaryNav a.primaryNavOn,
								a.secondaryNav, a.thirdLevelNav, a.fourthLevelNav, a.fifthLevelNav {
									color: #505050;
									/* background: #e0dadd; */
									background: #ffffff;
									border: none !important;
										-moz-transition: all 0.4s ease-in-out;
										-webkit-transition: all 0.4s ease-in-out;
									transition: all 0.4s ease-in-out;
								}
								div#primaryNav a.primaryNavHighlighted, div#primaryNav a.primaryNavOn {
									color: #33666f;
								}
								div#primaryNav a.primaryNavOn {
									background: #d8d8d8;
								}

								.mm-navbar a.mm-prev,
								.mm-listview li a.mm-next {
									color: #999999;
								}
								.mm-listview li a.mm-next {
									border-left: 1px solid #d8d8d8 !important;
								}
								.mm-navbar:hover a.mm-prev,
								.mm-navbar a.mm-prev:active, .mm-navbar a.mm-prev:hover,
								.mm-listview li a.mm-next:active, .mm-listview li a.mm-next:hover,
								div#primaryNav a.primaryNav:active, div#primaryNav a.primaryNav:hover,
								a.secondaryNav:active, a.secondaryNav:hover, a.thirdLevelNav:active, a.thirdLevelNav:hover, a.fourthLevelNav:active, a.fourthLevelNav:hover, a.fifthLevelNav:active, a.fifthLevelNav:hover {
									opacity: 1;
									color: #33666f;
									background: #d8d8d8;
								}

								body.desktopVersion.is_ie8 ul.secondaryNav,
								body.desktopVersion.is_ie8 ul.thirdLevelNav,
								body.desktopVersion.is_ie8 ul.fourthLevelNav,
								body.desktopVersion.is_ie8 ul.fifthLevelNav {
									list-style: none;
									margin: 0px;
									/* padding: 0px; */
								}
									body.desktopVersion.is_ie8 li.secondaryNav + li.secondaryNav,
									body.desktopVersion.is_ie8 li.thirdLevelNav + li.thirdLevelNav,
									body.desktopVersion.is_ie8 li.fourthLevelNav + li.fourthLevelNav,
									body.desktopVersion.is_ie8 li.fifthLevelNav + li.fifthLevelNav {
										margin: 0px;
										padding: 0px;
										border-top: 1px solid #d8d8d8 !important;
									}
										body.desktopVersion.is_ie8 a.secondaryNav, body.desktopVersion.is_ie8 a.thirdLevelNav, body.desktopVersion.is_ie8 a.fourthLevelNav, body.desktopVersion.is_ie8 a.fifthLevelNav {
											display: block;
											padding: 10px 12px;
										}

	/* Progress bar */
	#pageLoadProgressBar {
		width: 100%;
		height: 5px;
		background: rgb(255, 255, 255);
		background: rgba(255, 255, 255, 1);
			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	body.desktopVersion #pageLoadProgressBar {

	}
	body.desktopVersion.withAdminToolbar #pageLoadProgressBar,
	body.desktopVersion.admin-menu #pageLoadProgressBar {

	}
		#pageLoadProgressBarInner {
			width: 0px;
			height: 5px;
			background: rgb(123, 14, 66);
			background: rgba(123, 14, 66, 0.95);
		}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#contentContainerOuter {
	position: relative;
	z-index: 10;
	clear: both;
	width: 100%;
	height: auto;
	min-height: 300px;
	/* overflow: auto; */
	margin: 0px;
	padding: 165px 0px 0px 0px;
	text-align: center;
	background: #ffffff;
		-moz-transition: background 0.4s ease-in-out;
		-webkit-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
}
body.desktopVersion.homePage #contentContainerOuter {
	background: transparent;
}
body.desktopVersion.withAdminToolbar #contentContainerOuter,
body.desktopVersion.admin-menu #contentContainerOuter {
	/* padding-top: 108px; */
}
body.desktopVersion.homePage.withAdminToolbar #contentContainerOuter,
body.desktopVersion.homePage.admin-menu #contentContainerOuter {
	/* padding-top: 176px; */
}
/* @media all and (max-width: 1199px) {
body.desktopVersion #contentContainerOuter {
	padding-top: 140px;
}
body.desktopVersion.withAdminToolbar #contentContainerOuter,
body.desktopVersion.admin-menu #contentContainerOuter {
	padding-top: 176px;
}} */
@media all and (max-width: 1419px) {
body.desktopVersion #contentContainerOuter {
	/* padding-top: 140px; */
}
body.desktopVersion.withAdminToolbar #contentContainerOuter,
body.desktopVersion.admin-menu #contentContainerOuter {

}}
body.desktopVersion.withContentPanels #contentContainerOuter {
	min-height: 100%;
	min-height: 100vh;
}
body.mobileVersion #contentContainerOuter {
	padding-top: 48px;
}
body.withContentPanels #contentContainerOuter {
	padding-top: 0px !important;
}
	/* Content upper full width */
	#contentContainerOuter #contentUpperFullWidth {
		display: block;
	}
	#contentUpperFullWidth {
		clear: both;
	}
	body.mobileVersion #contentUpperFullWidth {

	}

	/* Content container inner */
	#contentContainerInner {
		width: auto;
		/* max-width: 1280px; */
		height: auto;
		overflow: auto;
		margin: 0px auto;
		padding: 0px;
		text-align: left;
	}
	body.fullWidth #contentContainerInner, body.unConstrained #contentContainerInner {
		max-width: none;
	}
	body.withContentPanels #contentContainerInner {
		width: 100%;
		max-width: none;
		overflow-x: hidden;
	}
	body.landingAreaAnimation #contentContainerInner {
		visibility: hidden;
	}
	body.landingAreaNotPresent #contentContainerInner {
		/* visibility: visible; */
	}
	body.desktopVersion.fullWidth #contentContainerInner {
		/* max-width: none; */
	}
	body.desktopVersion.widthConstrained #contentContainerInner {
		max-width: 1280px;
		/* padding-right: 20px;
		padding-left: 20px; */
	}
	body.mobileVersion #contentContainerInner {
		clear: both;
		width: auto;
			/* min-width: 310px; */
			/* min-width: -moz-calc(100vw - 20px);
			min-width: -webkit-calc(100vw - 20px);
		min-width: calc(100vw - 20px); */
	}
	body.mobileVersion.widthConstrained #contentContainerInner {
		padding-right: 10px;
		padding-left: 10px;
	}
		/* H1 */
		body.mobileVersion #contentContainerInner h1:first-child {
			margin-top: 10px;
			padding-right: 10px;
			padding-left: 10px;
		}
		body.mobileVersion.widthConstrained #contentContainerInner h1:first-child {
			padding-right: 0px;
			padding-left: 0px;
		}

		/* Banner / carousel */
		#bannerContainer {
			position: relative;
			margin: 0px;
		}
		body.mobileVersion #bannerContainer {

		}
			#carouselContainer {
				width: 100%;
				height: auto;
				overflow: hidden;
				text-align: center;
			}
			body.narrower #carouselContainer {
				background-image: none !important;
			}
			body.mobileVersion #carouselContainer {

			}
				#carouselContainer div.slidesOuter {
					/* width: 100%; */
					/* width: auto; */
					height: auto;
					margin: 0px auto;
					text-align: center;
				}
				body.mobileVersion #carouselContainer div.slidesOuter {

				}
					div.slides {

					}
						div.slide { /* div.banner */
							position: relative;
						}
							div.carouselItem div.carouselItemImage {
								overflow: hidden;
							}
								div.carouselItem div.carouselItemImage a {
									display: block;
								}

								div.carouselItem div.carouselItemImage img {
									display: block;
									width: 100%;
									margin: 0px auto;
								}
								body.mobileVersion div.carouselItem div.carouselItemImage img {

								}

							div.carouselItem div.carouselItemCopy {
								padding: 15px;
								font-family: "Lato", Helvetica, sans-serif;
								font-size: 16px;
								color: #505050;
							}
							body.desktopVersion div.carouselItem div.carouselItemCopy,
							div.carouselItem div.carouselItemButtons {
								display: none;
							}

		/* Content upper constrained */
		#contentContainerOuter #contentContainerInner #contentUpperConstrained {
			display: block;
		}
		#contentUpperConstrained {
			clear: both;
		}
		body.mobileVersion #contentUpperConstrained {

		}

		/* Content upper */
		#contentContainerOuter #contentContainerInner #contentUpper {
			display: block;
		}
		#contentUpper {
			clear: both;
		}
		body.mobileVersion #contentUpper {

		}

		/* Left column */
		#contentContainerOuter #contentContainerInner #leftColumnContainer {

		}
		#leftColumnContainer {
			float: left;
			width: 23.81%;
			overflow: auto;
			margin: 0px 0px 0px 0px;
			padding: 0px 40px 0px 0px;
		}
		@media all and (max-width: 1280px) {
		#leftColumnContainer {

		}}
		body.fixedOuterColumnWidths #leftColumnContainer {
			width: 300px;
		}
		body.mobileVersion #leftColumnContainer {
			width: auto;
			margin-right: 0px;
			padding: 0px;
			border: none;
		}
			#contentContainerOuter #contentContainerInner #leftColumnContainer #leftColumn {
				display: block;
			}
			#leftColumn {
				width: 100%;
				padding: 15px 0px;
			}
			body.leftColumn.rightColumn #leftColumn {
				padding-bottom: 0px;
			}

		/* Right column */
		#contentContainerOuter #contentContainerInner #rightColumnContainer {

		}
		#rightColumnContainer {
			float: right;
			width: 23.81%;
			overflow: auto;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 40px;
		}
		body.fixedOuterColumnWidths #rightColumnContainer {
			width: 300px;
		}
		body.twoColumn #rightColumnContainer {
			clear: left;
			float: left;
			padding: 0px 40px 0px 0px;
		}
		body.mobileVersion #rightColumnContainer {
			width: auto;
			margin-left: 0px;
			padding: 0px;
			border: none;
		}
		@media all and (max-width: 1280px) {
		#rightColumnContainer {
			clear: left;
			float: left;
			padding: 0px 40px 0px 0px;
		}}
			#contentContainerOuter #contentContainerInner #rightColumnContainer #rightColumn {
				display: block;
			}
			#rightColumn {
				width: 100%;
				padding: 15px 0px;
			}
			@media all and (max-width: 1280px) {
			#rightColumn {
				padding-top: 0px;
			}}

		/* The content itself */
		#contentContainerOuter #contentContainerInner #content {
			display: block;
		}
		#content {
			/* float: left; */
			width: auto;
			overflow: auto; /* Necessary otherwise clears on subcolumns within are messed up, but it may cause some issues with non-responsive images */
			overflow-x: hidden;
			margin: 0px;
			/* padding: 15px 0px; */
			padding: 20px 0px 20px 0px;
padding-top: 0px;
		}
		body.leftColumn #content, body.rightColumn #content {

		}
		body.leftColumn.rightColumn.fixedOuterColumnWidths #content {
			float: none !important;
			width: auto !important;
			margin: 0px 300px;
		}
		body.homePage #content {
			/* min-height: 1px; */
			padding-top: 0px;
			padding-bottom: 0px;
		}
		body.twoColumn #content {
			margin: 0px 0px 0px 300px;
		}
		@media all and (max-width: 1280px) {
			body.leftColumn.rightColumn.fixedOuterColumnWidths #content {
				margin: 0px 0px 0px 300px;
			}}
		body.fullWidth #content {
			width: 100%; /* Does it need the !important declaration? */
			margin-right: 0px;
			margin-left: 0px;
		}
		body.mobileVersion #content {
			clear: both !important;
			width: auto !important;
			float: none;
			margin: 0px !important;
		}
			#content .section {
				/* max-width: 1280px; */
				margin-right: auto;
				margin-left: auto;
				padding-right: 20px;
				padding-left: 20px;
			}
			#content .section.fullWidth, #content .section.fullwidth, #content .section.full-width {
				padding-right: 0px;
				padding-left: 0px;
			}
			#content .section.constrained,
			#content .section.widthConstrained, #content .section.widthconstrained, #content .section.width-constrained,
			#content .section.constrainedWidth, #content .section.constrainedwidth, #content .section.constrained-width {
				max-width: 1280px;
			}
			#content .section.fullWidth, #content .section.fullwidth, #content .section.full-width {
				max-width: none;
			}
			#content .section.withTopAndBottomPadding {
				padding-top: 15px;
				padding-bottom: 15px;
			}
			#content .section.withExtraTopAndBottomPadding {
				padding-top: 30px;
				padding-bottom: 30px;
			}
			#content .section.withLotsOfTopAndBottomPadding, #content .section.withTonsOfTopAndBottomPadding {
				padding-top: 60px;
				padding-bottom: 60px;
			}
			#content .section.withoutTopAndBottomPadding, #content .section.withNoTopAndBottomPadding {
				padding-top: 0px;
				padding-bottom: 0px;
			}

			body.mobileVersion #content .section.constrained,
			body.mobileVersion #content .section.widthConstrained,
			body.mobileVersion #content .section.constrainedWidth {
				padding-right: 10px;
				padding-left: 10px;
			}
			body.mobileVersion #content .section.withTopAndBottomPadding {
				padding-top: 15px;
				padding-bottom: 15px;
			}

		/* Content lower */
		#contentContainerOuter #contentContainerInner #contentLower {
			display: block;
		}
		#contentLower {
			clear: both;
		}
		body.mobileVersion #contentLower {

		}

		/* Content lower constrained */
		#contentContainerOuter #contentContainerInner #contentLowerConstrained {
			display: block;
		}
		#contentLowerConstrained {
			clear: both;
		}
		body.mobileVersion #contentLowerConstrained {

		}

	/* Content lower full width */
	#contentContainerOuter #contentLowerFullWidth {
		display: block;
	}
	#contentLowerFullWidth {
		clear: both;
	}
	body.mobileVersion #contentLowerFullWidth {

	}

/* Panel nav */
#contentPanelNavContainer {
	display: inline-table;
	position: fixed;
	z-index: 10000;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	height: 100vh;
}
body.mobileVersion #contentPanelNavContainer {
	right: 13px;
	height: auto;
	margin-top: 62px;
}
	#contentPanelNav {
		display: table-cell;
		vertical-align: middle;
		list-style: none;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}
	@media all and (max-width: 1440px) {
	body.desktopVersion #contentPanelNav {
		/* padding-right: 10px; */
	}}
	@media all and (max-width: 1199px) {
	body.desktopVersion #contentPanelNav {
		/* padding-right: 5px; */
	}}
	body.mobileVersion #contentPanelNav {
		vertical-align: top;
		/* padding-right: 12px; */
	}
		#contentPanelNav li {
			width: 22px;
			height: 22px;
			margin: 0px; /* 0px 0px -50px; */
			padding: 0px;
			text-align: center;
				-moz-border-radius: 11px;
				-webkit-border-radius: 11px;
			border-radius: 11px;
		}
		body.desktopVersion #contentPanelNav li {
			margin-left: -50px;
		}
		@media all and (max-width: 1280px) {
			body.desktopVersion #contentPanelNav li {
				margin-left: -45px;
			}}
		@media all and (max-width: 1180px) {
			body.desktopVersion #contentPanelNav li {
				margin-left: -40px;
			}}
		@media all and (max-width: 1100px) {
			body.desktopVersion #contentPanelNav li {
				margin-left: -35px;
			}}
		@media all and (max-width: 1024px) {
			body.desktopVersion #contentPanelNav li {
				margin-left: -30px;
			}}
		body.mobileVersion #contentPanelNav li {
			/* width: 24px;
			height: 24px;
				-moz-border-radius: 12px;
				-webkit-border-radius: 12px;
			border-radius: 12px; */
		}
		#contentPanelNav li + li {
			margin-top: 12px;
		}
		@media all and (max-width: 1180px) {
			body.desktopVersion #contentPanelNav li + li {
				margin-top: 10px;
			}}
		@media all and (max-width: 1024px) {
			body.desktopVersion #contentPanelNav li + li {
				margin-top: 8px;
			}}
			body.tabletVersion #contentPanelNav li + li {
				margin-top: 15px;
			}}
		body.mobileVersion #contentPanelNav li + li {
			/* margin-top: 12px; */
		}
			#contentPanelNav li a {
				display: inline-block;
				width: 22px;
				height: 22px;
				color: #e0e0e0;
				text-indent: -9999px;
				background: #999999;
				border: 2px solid #ffffff;
					-moz-border-radius: 11px;
					-webkit-border-radius: 11px;
				border-radius: 11px;
					-moz-transition: all 0.2s ease-in-out;
					-webkit-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
			}
			@media all and (max-width: 1180px) {
				body.desktopVersion #contentPanelNav li a {
				width: 20px;
				height: 20px;
					-moz-border-radius: 10px;
					-webkit-border-radius: 10px;
				border-radius: 10px;
				}}
			@media all and (max-width: 1024px) {
				body.desktopVersion #contentPanelNav li a {
				width: 18px;
				height: 18px;
					-moz-border-radius: 9px;
					-webkit-border-radius: 9px;
				border-radius: 9px;
				}}
			body.tabletVersion #contentPanelNav li a {
				width: 22px;
				height: 22px;
					-moz-border-radius: 11px;
					-webkit-border-radius: 11px;
				border-radius: 11px;
			}
			body.mobileVersion #contentPanelNav li a {
				/* width: 24px;
				height: 24px;
					-moz-border-radius: 12px;
					-webkit-border-radius: 12px;
				border-radius: 12px; */
			}
			#contentPanelNav li a:hover {

			}
			#contentPanelNav li a.contentPanelNavActivated {
				cursor: default;
			}
			#contentPanelNav li:nth-child(1) a.contentPanelNavActivated, #contentPanelNav li:nth-child(4) a.contentPanelNavActivated, #contentPanelNav li:nth-child(7) a.contentPanelNavActivated {
				color: #7b0e42;
				background: #7b0e42 !important;
			}
			#contentPanelNav li:nth-child(2) a.contentPanelNavActivated, #contentPanelNav li:nth-child(5) a.contentPanelNavActivated, #contentPanelNav li:nth-child(8) a.contentPanelNavActivated {
				color: #157e92;
				background: #157e92 !important;
			}
			#contentPanelNav li:nth-child(3) a.contentPanelNavActivated, #contentPanelNav li:nth-child(6) a.contentPanelNavActivated, #contentPanelNav li:nth-child(9) a.contentPanelNavActivated {
				color: #cdbe33;
				background: #cdbe33 !important;
			}

#inPageContentPanelNavContainer {
	opacity: 0;
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 20px;
	/* width: 100%;
	text-align: right; */
		-moz-transition: all 0.8s ease-in-out;
		-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
body.loaded #inPageContentPanelNavContainer {
	opacity: 1;
}
body.desktopVersion.loaded #inPageContentPanelNavContainer {
	top: 185px;
}
body.desktopVersion.shrunkenHeader.desktopVersion.loaded #inPageContentPanelNavContainer {
	top: 116px;
}
body.mobileVersion.loaded #inPageContentPanelNavContainer {
	top: 58px;
		/* width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px); */
	margin: 0px 10px;
}
	ul#inPageContentPanelNav {
		display: inline-block;
		width: auto;
		margin: 0px auto;
		padding: 10px 0px;
		background: rgb(153, 153, 153);
		background: rgba(153, 153, 153, 0.85);
		border: 2px solid rgb(255, 255, 255);
		border: 2px solid rgba(255, 255, 255, 0.5);
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		border-radius: 5px;
			-moz-box-shadow: 0px 0px 3px 1px rgba(51, 51, 51, 0.5);
			-webkit-box-shadow: 0px 0px 3px 1px rgba(51, 51, 51, 0.5);
		box-shadow: 0px 0px 3px 1px rgba(51, 51, 51, 0.5);
	}
	body.mobileVersion ul#inPageContentPanelNav {
		padding: 5px;
	}
		ul#inPageContentPanelNav li {
			display: inline-block;
			margin: 0px 0px 0px -1px;
			padding: 5px 10px;
		}
		ul#inPageContentPanelNav li.first {
			display: none;
		}
		body.desktopVersion ul#inPageContentPanelNav li {
			padding: 5px 20px;
			border-right: 1px solid #ffffff;
			border-left: 1px solid #ffffff;
		}
		body.desktopVersion ul#inPageContentPanelNav li.second {
			border-left: 0px solid #ffffff;
		}
		body.desktopVersion ul#inPageContentPanelNav li.last {
			border-right: 0px solid #ffffff;
		}
		body.mobileVersion ul#inPageContentPanelNav li {

		}
			ul#inPageContentPanelNav li a {
				display: inline-block;
				opacity: 0.9;
				color: #ffffff;
				font-family: "Roboto Condensed Bold", "Roboto Condensed", Helvetica, sans-serif;
				font-size: 15px;
				line-height: 15px;
				text-transform: uppercase;
				word-spacing: 2px;
				vertical-align: -1px;
				border-bottom: 1px dotted transparent;
					-moz-text-shadow: 0px 1px 3px rgba(70, 102, 1, 0.4);
					-webkit-text-shadow: 0px 1px 3px rgba(70, 102, 1, 0.4);
				text-shadow: 0px 1px 3px rgba(70, 102, 1, 0.4);
					-moz-transition: opacity 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out;
					-webkit-transition: opacity 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out; /* Using "all" makes Safari animated the damned word-spacing too */
				transition: opacity 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out;
			}
			ul#inPageContentPanelNav li a:hover {
				opacity: 1;
				border-bottom-color: #ffffff;
					-moz-text-shadow: 0px 1px 3px rgba(70, 102, 1, 0.2);
					-webkit-text-shadow: 0px 1px 3px rgba(70, 102, 1, 0.2);
				text-shadow: 0px 1px 3px rgba(70, 102, 1, 0.2);
			}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footerContainerOuter {
	clear: both;
	width: 100%;
	height: auto;
	overflow: auto;
	text-align: center;
	background-color: #8b2d52;
}
body.desktopVersion #footerContainerOuter {
	opacity: 0;
}
body.mobileVersion #footerContainerOuter {

}
	#footerContainerInner {
		width: auto;
		height: auto;
		overflow: auto;
		margin: 0px auto;
		padding: 0px;
		text-align: right;
	}
	body.mobileVersion #footerContainerInner {

	}
		#footerContainerInner * {
			color: #b57b91;
		}

		#footerContainerInner p, #footerContainerInner ul, #footerContainerInner li {
			font-size: 13px;
			line-height: 1.4em;
		}

		#footerContainerInner a {
			color: #f2d0df;
			text-decoration: none;
			border-bottom: 1px dotted #7b0e42;
				-moz-transition: all 0.4s ease-in-out;
				-webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
		}
		body.mobileVersion #footerContainerInner a {

		}
		#footerContainerInner a:hover {
			color: #ffffff;
			border-bottom-color: #ffffff;
		}
		#footerContainerInner a.disabled, #footerContainerInner a.disabled:active, #footerContainerInner a.disabled:hover, #footerContainerInner a.disabled:focus {
			color: #ffffff !important;
			opacity: 0.4;
			cursor: default;
		}

		/* Footer top */
		#footerContainerInnerTop {
			padding: 0px 70px 0px 20px;
			text-align: right;
			background: #8b2d52;
				background-image: -moz-linear-gradient(right, #87294e 0%, #8b2d52 100%);
				background-image: -ms-linear-gradient(right, #87294e 0%, #8b2d52 100%);
				background-image: -o-linear-gradient(right, #87294e 0%, #8b2d52 100%);
				background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #87294e), color-stop(1, #8b2d52));
				background-image: -webkit-linear-gradient(left, #87294e 0%, #8b2d52 100%);
			background-image: linear-gradient(left, #87294e 0%, #8b2d52 100%);
			border-top: 1px solid #9c3e63;
			/* border-bottom: 1px solid #9c3e63; */
		}
		body.desktopVersion.is_ie11 #footerContainerInnerTop,
		body.desktopVersion.is_ie10 #footerContainerInnerTop {
			background-image: linear-gradient(to right, #87294e 0%, #8b2d52 100%);
		}
		body.desktopVersion.is_ie9 #footerContainerInnerTop,
		body.desktopVersion.is_ie8 #footerContainerInnerTop {
			background: transparent !important;
		}
		body.mobileVersion #footerContainerInnerTop {
			padding: 0px;
			text-align: center;
		}
		body.desktopVersion #footerContainerInnerTop::after {
			content: "";
			position: absolute;
			left: 0px;
			width: 70%;
			height: 1px;
			margin-top: 68px;
			background: #8b2d52;
				background-image: -moz-linear-gradient(right, #9c3e63 0%, #8b2d52 100%);
				background-image: -ms-linear-gradient(right, #9c3e63 0%, #8b2d52 100%);
				background-image: -o-linear-gradient(right, #9c3e63 0%, #8b2d52 100%);
				background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #9c3e63), color-stop(1, #8b2d52));
				background-image: -webkit-linear-gradient(left, #9c3e63 0%, #8b2d52 100%);
			background-image: linear-gradient(left, #9c3e63 0%, #8b2d52 100%);
		}
		body.desktopVersion.is_ie11 #footerContainerInnerTop::after,
		body.desktopVersion.is_ie10 #footerContainerInnerTop::after {
			background-image: linear-gradient(to right, #9c3e63 0%, #8b2d52 100%);
		}
			/* Footer slogan */
			#footerSlogan {
				float: left;
				width: auto;
				min-width: 288px;
				height: 68px;
				line-height: 71px;
				/* color: #a8657f; */
				color: transparent;
				/* text-transform: uppercase; */
				background: no-repeat left center none; /* _footer_slogan_bg_01_280x18.png */
			}
			body.desktopVersion.is_ie8 #footerSlogan {
				text-indent: -9999px;
				line-height: 0px;
				color: #8b2d52;
			}
			body.mobileVersion #footerSlogan {
				float: none;
				line-height: normal;
				background-position: center center;
			}

			/* Footer phone link */
			#footerUtilityNavPhoneLinkContainer {
				float: right;
				height: 44px;
				margin: 0px 0px 12px 10px;
				padding: 0px;
			}
			body.desktopVersion #footerUtilityNavPhoneLinkContainer {

			}
			body.mobileVersion #footerUtilityNavPhoneLinkContainer {
				float: none;
				height: auto;
				margin: 10px 0px 15px 0px;
			}
				#footerUtilityNavPhoneLinkContainer a {
					padding: 12px 10px 12px 10px;
					font-family: "Roboto Condensed Bold", "Roboto Condensed", Helvetica, sans-serif;
					text-transform: uppercase;
					font-size: 16px;
					line-height: 46px;
					color: #ffffff;
					background: no-repeat center center none;
					background-size: 100% 0px;
					border: none;
						-moz-text-shadow: 0px 1px 1px rgba(41, 28, 77, 0.5);
						-webkit-text-shadow: 0px 1px 1px rgba(41, 28, 77, 0.5);
					text-shadow: 0px 1px 1px rgba(41, 28, 77, 0.5);
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;
					border-radius: 5px;
				}
				#footerUtilityNavPhoneLinkContainer a:hover {
					background-size: 100% 44px;
					color: #33666f;
						-moz-text-shadow: 0px 1px 1px rgba(41, 28, 77, 0);
						-webkit-text-shadow: 0px 1px 1px rgba(41, 28, 77, 0);
					text-shadow: 0px 1px 1px rgba(41, 28, 77, 0);
				}
				body.desktopVersion.is_ie8 #footerUtilityNavPhoneLinkContainer a:hover {
					background: #ffffff;
				}
					#footerUtilityNavPhoneLinkContainer a i.fa {
						margin: 0px 10px 0px 0px;
						font-size: 24px;
						color: #ffffff;
							-moz-text-shadow: 0px 1px 1px rgba(41, 28, 77, 0.5);
							-webkit-text-shadow: 0px 1px 1px rgba(41, 28, 77, 0.5);
						text-shadow: 0px 1px 1px rgba(41, 28, 77, 0.5);
							-moz-transition: all 0.4s ease-in-out;
							-webkit-transition: all 0.4s ease-in-out;
						transition: all 0.4s ease-in-out;
					}
					body.desktopVersion.is_ie8 #footerUtilityNavPhoneLinkContainer a i.fa {
						vertical-align: -4px;
					}
					body.mobileVersion #footerUtilityNavPhoneLinkContainer a i.fa {
						margin-right: 15px;
					}
					#footerUtilityNavPhoneLinkContainer a i.fa::before {
						vertical-align: -4px;
					}
					body.desktopVersion.is_ie8 #footerUtilityNavPhoneLinkContainer a i.fa::before {
						vertical-align: 0px;
					}
					#footerUtilityNavPhoneLinkContainer a:hover i.fa {
						color: #33666f;
							-moz-text-shadow: 0px 1px 1px rgba(41, 28, 77, 0);
							-webkit-text-shadow: 0px 1px 1px rgba(41, 28, 77, 0);
						text-shadow: 0px 1px 1px rgba(41, 28, 77, 0);
					}

			/* Social media */
			#footerContainerInner #footerContainerInnerTop #footerSocialMedia {
				display: inline-block;
			}
			#footerSocialMedia {
				list-style: none;
				height: 68px;
				margin: 0px;
				padding: 0px;
				line-height: 68px !important;
			}
			body.mobileVersion #footerSocialMedia {
				height: auto;
				padding-top: 2px;
				line-height: normal !important;
			}
				#footerSocialMedia li {
					display: inline-block;
					height: 68px;
					width: 32px;
					margin: 0px 12px;
					padding: 0px;
					line-height: 75px;
					text-align: center;
				}
				body.mobileVersion #footerSocialMedia li {
					height: auto;
					line-height: normal;
				}
					#footerSocialMedia li a {
						border-bottom: none !important;
					}
						#footerSocialMedia li a i.fa {
							font-size: 22px;
							color: #ffffff;
								-moz-transition: text-shadow 0.2s ease-in-out;
								-webkit-transition: text-shadow 0.2s ease-in-out;
							transition: text-shadow 0.2s ease-in-out;
						}
						body.desktopVersion #footerSocialMedia li:hover a i.fa {
							font-size: 26px;
							vertical-align: -2px;
								-moz-text-shadow: 0px 2px 3px rgba(41, 28, 77, 0.5);
								-webkit-text-shadow: 0px 2px 3px rgba(41, 28, 77, 0.5);
							text-shadow: 0px 2px 3px rgba(41, 28, 77, 0.5);
						}

		/* Copyright */
		#footerContainerOuter #footerContainerInner #copyright {
			display: block;
		}
		#copyright {
			overflow: hidden;
			text-align: right;
			/* padding: 20px 0px 0px 0px; */
			padding: 0px 0px 8px 0px;
		}
		body.mobileVersion #copyright {
			padding-bottom: 15px;
			text-align: center;
		}
			#copyright * {
				-webkit-text-size-adjust: 100%;
			}
			#footerContainerInner #copyright * {
				font-family: "Roboto Condensed", Helvetica, sans-serif;
			}
			@media all and (max-width: 768px) {
			#footerContainerInner #copyright * {

			}}
			body.mobileVersion #copyright * {

			}

			#copyright p {
				margin-bottom: 0px;
				padding: 0px 78px 0px 0px;
			}
			body.mobileVersion #copyright p {
				padding: 0px 10px;
			}
				body.mobileVersion #copyright p br {
					/* display: none; */
				}

		/* Footer utility nav */
		#footerContainerInner #footerUtilityNav {
			display: block;
		}
		#footerUtilityNav {
			list-style: none;
			margin: 0px 0px 0px 0px;
			padding: 12px 0px 22px 0px;
			text-align: right;
			vertical-align: text-bottom;
		}
		body.mobileVersion #footerContainerInner #footerUtilityNav {
			text-align: center;
		}
			#footerUtilityNav li {
				display: inline;
				float: none;
				padding: 0px 2px;
			}
			#footerUtilityNav li.footerUnionBugContainer {
				opacity: 0.85;
				margin: 0px 12px 0px 4px;
				padding: 1px 12px;
				background: no-repeat center center none;
			}
				#footerUtilityNav li img#footerUnionBug {
					opacity: 0;
					vertical-align: -4px;
					max-width: 30px;
				}
				body.desktopVersion.is_ie8 #footerUtilityNav img#footerUnionBug {
					filter: alpha(opacity=0);
				}

				#footerContainerInner #footerUtilityNav li a.footerUtilityNav {
					padding: 5px 8px;
					font-family: "Roboto Condensed", Helvetica, sans-serif;
					background: no-repeat center center none;
					background-size: 100% 0px;
					border: none;
						-moz-border-radius: 3px;
						-webkit-border-radius: 3px;
					border-radius: 3px;
						-moz-transition: all 0.4s ease-in-out;
						-webkit-transition: all 0.4s ease-in-out;
					transition: all 0.4s ease-in-out;
				}
				body.mobileVersion #footerContainerInner #footerUtilityNav li a.footerUtilityNav {
					-webkit-text-size-adjust: 100%;
				}
				#footerContainerInner #footerUtilityNav li a.footerUtilityNav:hover {
					color: #33666f;
					background-size: 100% 44px;
				}
				#footerContainerInner #footerUtilityNav li a.footerUtilityNavOn {
					color: #bdbcd0 !important;
				}
				body.desktopVersion.is_ie8 #footerContainerInner #footerUtilityNav li a.footerUtilityNav:hover,
				body.desktopVersion.is_ie8 #footerContainerInner #footerUtilityNav li a.footerUtilityNavOn {
					background: #ffffff;
				}
				#footerContainerInner #footerUtilityNav li a.footerUtilityNav.disabled, #footerContainerInner #footerUtilityNav li a.footerUtilityNav.disabled:hover {
					background-size: 100% 0px !important;
				}

body.mobileVersion > #fakeHamburgerLinkContainer {
	display: none;
	position: absolute;
	/* z-index: 1; */
	z-index: 10000;
	top: 0px;
	right: 9px;
	width: 32px;
	height: 32px;
}
	body.mobileVersion > #fakeHamburgerLinkContainer a#fakeHamburgerLink {

	}
		body.mobileVersion > #fakeHamburgerLinkContainer a#fakeHamburgerLink i.fa {

		}
		body.mobileVersion > #fakeHamburgerLinkContainer a#fakeHamburgerLink i.fa::before {
			vertical-align: 1px;
		}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body.blank {
	min-width: 0px;
	background: #ffffff;
}

body.blank div.styledContainer {
	position: static !important;
	width: auto !important;
}

body.blank #admin-menu, body.blank #primaryNavContainer, body.blank #headerContainerOuter, body.blank #footerContainerOuter {
	display: none !important;
}

body.blank #contentContainerOuter {
	padding-top: 0px !important;
}
	body.blank #contentContainerInner {
		width: 100%;
		min-width: 0px !important;
		padding: 0px;
		margin: 0px;
	}
		body.blank #leftColumnContainer, body.blank #rightColumnContainer, body.blank #content {
			width: 100%;
			min-width: 0px !important;
			height: auto;
			min-height: 0px;
			margin-left: 0px !important;
			margin-right: 0px !important;
			padding-right: 0px !important;
			padding-left: 0px !important;
		}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Print media styles */

@media print {

body, #content, .inPageContent div {
	overflow-x: visible;
	overflow-y: visible;
}
table {
	overflow: auto;
}

div.styledContainer {
	position: static !important;
	width: auto !important;
}

div.subColumn100 {
	width: auto;
}

#primaryNavContainer, #searchContainer, #bannerContainer {
	display: none !important;
}

#headerContainerOuter {
	border-bottom: 1px solid #d8d8d8;
}
	#logoContainer {
		width: 200px;
		margin: 0px auto 10px auto;
	}
		#logo {
			max-width: 200px;
		}

#contentContainerOuter {
	height: auto !important;
	min-height: 300px !important;
	padding: 0px !important;
}
	#contentContainerInner {
		width: 100%;
		height: auto !important;
		min-height: 300px !important;
		margin: 0px !important;
		padding: 0px !important;
	}
		#leftColumnContainer, #rightColumnContainer {
			margin-right: 20px !important;
			margin-left: 0px !important;
			padding-right: 0px !important;
			padding-left: 0px !important;
		}
		#content {
			width: 100%;
			min-width: 0px;
			height: auto;
			min-height: 0px;
			margin-left: 0px !important;
			margin-right: 0px !important;
			padding-right: 0px !important;
			padding-left: 0px !important;
		}
			#content .tabs {
				display: none;
			}

#footerContainerOuter {
	overflow: auto;
	border-bottom: none;
}
	#footerContainerInner {
		padding: 0px;
	}
		#footerContainerInner p {

		}
			#footerContainerInner #footerUtilityNav {

			}
				#footerContainerInner #footerUtilityNav li.footerUnionBugContainer {
					opacity: 1;
					background: none !important;
				}
					#footerUtilityNav li img#footerUnionBug {
						opacity: 1;
					}

} /* Closing brace for "@media print" statement */
