/* YUI reset and extra */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
th,
td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}
ol,
ul {
	list-style: none;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after {
	content: "";
}
abbr,
acronym {
	border: 0;
}

textarea {
	overflow-y: auto;
}
html {
	overflow-y: auto;
}
input[type="image"],
input.type-image {
	border: 0;
}

div.bordered {
	border: thin;
	border-style: solid;
	border-color: #9b9880;
	padding: 1em;
} /* creates a border around text content */

div.list-lev1 {
	padding-left: 2em;
} /*use to indent lists within the content area - lines up with content */
div.list-lev2 {
	padding-left: 3em;
} /*use to indent lists within the content area - indented from list-lev1 */

ol.dec {
	list-style-type: decimal;
} /* list 1., 2., 3., */

ol.loweralpha {
	list-style-type: lower-alpha;
} /* list a., b., c., */

ul.bullet {
	list-style: inside;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

ul.list-inline {
	display: inline;
	margin: 2em;
	width: 100%;
	list-style-type: none;
}
li.list-inline {
	display: inline;
	text-align: left;
	float: left;
	width: 33%;
}

#content .caption-wrap150 {
	font: normal 10px Arial, sans-serif;
	color: #000000;
	margin-top: 8px;
	width: 150px;
} /* photo caption to wrap to 150 px */
#content .caption-wrap175 {
	font: normal 10px Arial, sans-serif;
	color: #000000;
	margin-top: 8px;
	width: 175px;
} /* photo caption to wrap to 175 px */
#content .caption-wrap188 {
	font: normal 10px Arial, sans-serif;
	color: #000000;
	margin-top: 8px;
	width: 188px;
} /* photo caption to wrap to 188 px */
#content .caption-wrap228 {
	font: normal 10px Arial, sans-serif;
	color: #000000;
	margin-top: 8px;
	width: 228px;
} /* photo caption to wrap to 228 px */
#content .caption-wrap240 {
	font: normal 10px Arial, sans-serif;
	color: #000000;
	margin-top: 8px;
	width: 240px;
} /* photo caption to wrap to 240 px */
#content .caption-wrap250 {
	font: normal 10px Arial, sans-serif;
	color: #000000;
	margin-top: 8px;
	width: 250px;
} /* photo caption to wrap to 250 px */
#content .caption-wrap265 {
	font: normal 10px Arial, sans-serif;
	color: #000000;
	margin-top: 8px;
	width: 265px;
} /* photo caption to wrap to 265 px */
#content .caption-wrap275 {
	font: normal 10px Arial, sans-serif;
	color: #000000;
	margin-top: 8px;
	width: 275px;
} /* photo caption to wrap to 275 px */
#content .caption-wrap300 {
	font: normal 10px Arial, sans-serif;
	color: #000000;
	margin-top: 8px;
	width: 300px;
} /* photo caption to wrap to 300 px */
#content .caption-wrap350 {
	font: normal 10px Arial, sans-serif;
	color: #000000;
	margin-top: 8px;
	width: 350px;
} /* photo caption to wrap to 350 px */
#content .caption-wrap375 {
	font: normal 10px Arial, sans-serif;
	color: #000000;
	margin-top: 8px;
	width: 375px;
} /* photo caption to wrap to 375 px */
#content .caption-wrap400 {
	font: normal 10px Arial, sans-serif;
	color: #000000;
	margin-top: 8px;
	width: 400px;
} /* photo caption to wrap to 400 px */

.photoCaptionWhite {
	font: normal 11px Arial, sans-serif;
	color: #fff;
}

body {
	background: #ffffff;
	margin: 0;
	padding: 0 0 20px 0;
	font: normal 15px/20px Arial, sans-serif;
	color: #453b26;
}

body.pg-white {
	background-color: #fff;
}

body.pop-up {
	background: #f0f0eb;
}

strong {
	font-weight: bold;
}

strong.alt {
	color: #565656;
}

em {
	font-style: italic;
}

img.image-right {
	float: right;
}

img.bordered {
	border: 1px solid #9b9880;
}

img.bordered2 {
	background: #dbdbd8;
	padding: 1px;
	border: 2px solid #c8c6b8;
}

img.bordered3 {
	border: 1px solid #cac8ba;
	padding: 2px;
}

img.bordered4 {
	border: 1px solid #a4a18b;
}

img.image-left {
	float: left;
	margin: 0 20px 20px 0;
}

img.image-right {
	float: right;
	margin: 0 0 20px 20px;
}

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

a.related {
	background: url("/images/layout/backgrounds/square.gif") 0 3px no-repeat;
	padding-left: 11px;
	color: #ac1a2f;
	text-decoration: none;
}

a.related:hover {
	background-position: 0 -223px;
}

a.audio {
	background: url("/images/layout/backgrounds/speaker.gif") 0 2px no-repeat;
	padding: 3px 0 2px 17px;
	color: #ac1a2f;
	text-decoration: none;
}

a.video {
	background: url("/images/layout/backgrounds/camera.gif") 0 2px no-repeat;
	padding: 4px 0 2px 24px;
	color: #ac1a2f;
	text-decoration: none;
}

a.slideshow {
	background: url("/images/layout/backgrounds/slideshow.gif") 0 2px no-repeat;
	padding: 5px 0 2px 22px;
	color: #ac1a2f;
	text-decoration: none;
}

a.transcript {
	background: url("/images/layout/backgrounds/transcript.gif") 0 2px no-repeat;
	padding: 3px 0 2px 16px;
	color: #ac1a2f;
	text-decoration: none;
}

a.gallery {
	background: url("/images/layout/backgrounds/gallery.gif") 0 2px no-repeat;
	padding: 4px 0 2px 26px;
	color: #ac1a2f;
	text-decoration: none;
}

a.podcast {
	background: url("/images/layout/backgrounds/microphone.gif") 0 2px no-repeat;
	padding: 4px 0 2px 17px;
	color: #ac1a2f;
	text-decoration: none;
}

a.capped {
	text-transform: uppercase;
}

span.spacer {
	padding: 0 15px;
}

h2 {
	font-size: 1.9375rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h3 {
	font-size: 1.5625rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h3 span {
	font: bold 10px Arial, sans-serif;
	color: #a17500;
	display: block;
	text-transform: uppercase;
	margin-top: 2px;
}

h3.alternate span {
	color: #a17500;
}

h4 {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h4 span {
	font: normal 11px Arial, sans-serif;
	color: #000000;
}

h5 {
	font: normal 15px "Arial Narrow", Arial, sans-serif;
	color: #565656;
	margin: 0 0 3px 0;
	text-transform: uppercase;
}

h6 {
	font: normal 12px Arial, sans-serif;
	color: #000;
	margin: 0 0 3px 0;
}

hr {
	background: #cbcbb7;
	color: #cbcbb7;
	height: 1px;
	overflow: hidden;
	border: 0;
	margin: 0 0 15px 0;
}

.block {
	display: block;
}

.vert-align {
	vertical-align: middle;
}

.inline-submit {
	vertical-align: bottom;
}

.simple-clear {
	overflow: auto;
}

#top-header {
	position: relative;
	background: url("/images/layout/backgrounds/header.gif") repeat-x;
	height: 115px;
	width: 1000px;
	margin: 0 auto;
	z-index: 2;
}

#top-header h1,
#pop-header h1 {
	position: absolute;
	background: url("/images/layout/backgrounds/logo.png") no-repeat;
	width: 205px;
	height: 41px;
	left: 0;
	top: 20px;
	font: normal 24px Arial, sans-serif;
	color: #000;
	text-transform: uppercase;
}

#pop-header h1 {
	top: 20px;
	left: 235px;
}

#top-header h1 span,
#pop-header h1 span {
	font: normal 15px Arial, sans-serif;
	display: block;
	color: #000000 !important;
}

#top-header h1 a,
#pop-header h1 a {
	display: block;
	width: 301px;
	height: 40px;
	text-indent: -9876px;
	color: #000;
	text-decoration: none;
}

#top-header h1 a.LINK0 {
	left: 0px;
	top: 0px;
	background: transparent;
}
#top-header h1 a.LINK0 {
	display: block;
	width: 301px;
	height: 0;
	padding-top: 24px;
	overflow: hidden;
	position: absolute;
	font: normal 24px Times, serif;
	color: #000;
	text-transform: uppercase;
}
#top-header h1 a.LINK1 {
	left: 0px;
	top: 30px;
	background: transparent;
}
#top-header h1 a.LINK1 {
	display: block;
	width: 301px;
	height: 0;
	padding-top: 13px;
	overflow: hidden;
	position: absolute;
}

@media print {
	#top-header h1 {
		background: none;
	}
	#top-header h1 a {
		text-indent: 0;
	}
}

#pop-header {
	position: relative;
	height: 81px;
	border-bottom: 6px solid #a72129;
}

#pop-header #close {
	position: absolute;
	top: 0;
	right: 0;
}

#pop-content {
	margin: 42px 10px 5px 30px;
	color: #000000;
	font: normal 15px/20px Arial, sans-serif;
}

#pop-content h2 {
	font: normal 15px Arial, sans-serif;
	color: #000;
	margin: 0 0 6px 0;
}

#pop-content p {
	margin: 0 0 15px 0;
}

#pop-content #video-area {
	width: 414px;
	float: right;
	margin: 0 20px 20px 20px;
}

#pop-content #video-area .caption {
	color: #898981;
	font: normal 10px Arial, sans-serif;
	margin: 4px 0 8px 0;
}

#pop-content .tan-box {
	background: #e3e1d1;
	padding: 1px;
	color: #5a594f;
	margin: 0 0 14px 0;
	border: 1px solid #e3e1d1;
	width: 273px;
}

#pop-content .tan-box .inside {
	background: #e3e1d1;
	padding: 12px 12px 1px 12px;
	border: 1px solid #fff;
}

#pop-content .tan-boxb {
	background: #e3e1d1;
	padding: 1px;
	color: #5a594f;
	margin: 0 0 14px 0;
	border: 1px solid #e3e1d1;
	width: 230px;
}

#pop-content .tan-boxb .insideb {
	background: #e3e1d1;
	padding: 12px 12px 1px 12px;
	border: 1px solid #fff;
}

#pop-content .tan-box h5 {
	margin-bottom: 10px;
}

#navigation {
	position: absolute;
	top: 83px;
	left: 0;
	width: 670px;
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #000000;
}

#navigation li {
	position: relative;
	float: left;
	background: url("/images/layout/backgrounds/separator.gif") right 4px no-repeat;
	padding: 0 12px 0 12px;
	height: 32px;
}

#navigation li.first,
#navigation li:first-child {
	padding-left: 0;
}

#navigation li.last {
	padding-right: 0;
	background: none;
}

#navigation a {
	text-decoration: none;
	color: #ac1a2f;
	display: block;
	text-indent: -9876px;
}

#navigation a:hover,
#navigation a:active {
	color: #000;
}

#navigation .subnavigation {
	position: absolute;
	top: 31px;
	left: -10px;
	width: 170px;
	font: normal 11px Arial, sans-serif;
	color: #fff;
	background: #ac1a2f;
	border: 1px solid #c46a6f;
	border-top: 0;
	padding: 10px 10px 1px 10px;
	display: none;
}

#navigation .subnavigation li {
	float: none;
	display: block;
	background: none;
	padding: 0 0 10px 0;
	height: auto;
}

#navigation .subnavigation li.first {
	padding-left: 0;
}

#navigation .subnavigation li.last {
	padding-right: 0;
	background: none;
}

#navigation .subnavigation a {
	text-decoration: none;
	color: #fff;
	display: block;
	text-indent: 0;
	background-image: url("/images/layout/backgrounds/separator2.gif") !important; /* <- alone on purpose */
	background-position: 0 4px !important;
	background-repeat: no-repeat !important;
	padding-left: 13px;
	width: 157px;
	height: auto;
}

#navigation .subnavigation a:hover,
#navigation .subnavigation a:active {
	color: #400004;
	background-position: 0 -196px !important;
	font-weight: bold;
}

#navigation .subnavigation a.active {
	color: #400004;
	background-position: 0 -196px !important;
	font-weight: bold;
}

#navigation .subnavigation a.special {
	font-style: italic;
}

#altnavigation {
	position: absolute;
	top: 85px;
	right: 0;
	font: normal 11px Helvetica, Arial, sans-serif;
	color: #000000;
	height: 15px;
	width: 190px;
}

#altnavigation li {
	float: right;
	background: url("/images/layout/backgrounds/separator.gif") right 3px no-repeat;
	padding: 0 8px 0 3px;
}

#altnavigation li.first {
	padding-left: 0;
}

#altnavigation li.last,
#altnavigation li:first-child {
	padding-right: 0;
	background: none;
}

#altnavigation a {
	text-decoration: none;
	color: #ac1a2f;
	display: block;
	text-indent: -9876px;
}

#altnavigation a:hover,
#altnavigation a:active {
	color: #000;
}

#nav-home a,
#nav-collections a,
#nav-research a,
#nav-exhibitions a,
#nav-events a,
#nav-about a,
#nav-visit a,
#nav-share a,
#nav-multimedia a {
	background-image: url("/images/layout/navigation/sprite2.gif");
	background-repeat: no-repeat;
}
#nav-give a {
	background-image: url("/images/layout/navigation/sprite7.gif");
	background-repeat: no-repeat;
}
#nav-blog a {
	background-image: url("/images/layout/navigation/blog.gif");
	background-repeat: no-repeat;
}

#nav-home a {
	width: 35px;
	height: 13px;
	background-position: -7px -266px;
}
#nav-home a.active,
#nav-home.hover a {
	background-position: -7px -292px;
}
#nav-home.hover ul {
	display: block !important;
}
#nav-collections a {
	width: 68px;
	height: 13px;
	background-position: -7px -62px;
}
#nav-collections a.active,
#nav-collections.hover a {
	background-position: -7px -88px;
}
#nav-collections.hover ul {
	display: block !important;
}
#nav-research a {
	width: 58px;
	height: 13px;
	background-position: -7px -370px;
}
#nav-research a.active,
#nav-research.hover a {
	background-position: -7px -396px;
}
#nav-research.hover ul {
	display: block !important;
}
#nav-exhibitions a {
	width: 66px;
	height: 13px;
	background-position: -7px -214px;
}
#nav-exhibitions a.active,
#nav-exhibitions.hover a {
	background-position: -7px -240px;
}
#nav-exhibitions.hover ul {
	display: block !important;
}
#nav-events a {
	width: 41px;
	height: 13px;
	background-position: -7px -162px;
}
#nav-events a.active,
#nav-events.hover a {
	background-position: -7px -188px;
}
#nav-events.hover ul {
	display: block !important;
}
#nav-about a {
	width: 39px;
	height: 13px;
	background-position: -7px -10px;
}
#nav-about a.active,
#nav-about.hover a {
	background-position: -7px -36px;
}
#nav-about.hover ul {
	display: block !important;
}
#nav-visit a {
	width: 29px;
	height: 13px;
	background-position: -7px -470px;
}
#nav-visit a.active,
#nav-visit.hover a {
	background-position: -7px -496px;
}
#nav-visit.hover ul {
	display: block !important;
}
#nav-share a {
	width: 36px;
	height: 11px;
	margin-right: -6px;
	background-position: -7px -522px;
}
#nav-share a.active,
#nav-share a:hover {
	background-position: -7px -546px;
}
#nav-multimedia a {
	width: 56px;
	height: 11px;
	background-position: -7px -617px;
}
#nav-multimedia a.active,
#nav-multimedia a:hover {
	background-position: -7px -641px;
}
#nav-give a {
	width: 62px;
	height: 13px;
	background-position: -7px -519px;
}
#nav-give a.active,
#nav-give.hover a {
	background-position: -7px -545px;
}
#nav-give.hover ul {
	display: block !important;
}
#nav-blog a {
	width: 22px;
	height: 12px;
	background-position: -7px 0px;
}
#nav-blog a.active,
#nav-blog a:hover {
	background-position: -7px -23px;
}

@media print {
	#navigation a,
	#altnavigation a {
		background: none !important;
		width: auto !important;
		text-indent: 0;
	}
}

#search {
	position: absolute;
	top: 49px;
	right: 0;
	width: 190px;
	text-align: right;
}

#search-submit {
	float: right;
	margin-left: 5px;
}

#search-query {
	position: relative;
	width: 96px;
	font: normal 10px Arial, sans-serif;
	color: #000000;
	padding: 1px 2px 1px 2px;
	top: -1px;
}

#search-query[type="search"] {
	/* for safari 3+ search element */
	color: #000000;
	font-size: 10px;
	width: 110px;
	top: 0;
}

#search-query.safari2[type="search"] {
	/* for safari 2- search element */
	font-size: 11px;
	width: 120px;
}

#search2 {
	position: absolute;
	top: 31px;
	right: 0;
	width: 190px;
	text-align: right;
}

#header {
	display: none;
}

body.pg-home #header {
	background: url("/images/layout/backgrounds/home-background.gif") repeat-x;
	height: 512px;
	margin-bottom: 14px;
}

#header-inside {
	display: none;
}

body.pg-home #header-inside {
	background: url("/images/layout/backgrounds/home-montage.jpg") top center
		repeat-x;
	height: 512px;
	padding: 0;
}

#image-collection {
	position: relative;
	width: 674px;
	height: 512px;
	margin: 0 auto;
}

#image-1,
#image-2,
#image-3,
#image-4,
#image-5 {
	position: absolute;
}

#image-1 {
	top: 133px;
	left: 24px;
}
#image-2 {
	top: 8px;
	left: 211px;
}
#image-3 {
	top: 258px;
	left: 377px;
}
#image-4 {
	top: 133px;
	left: 487px;
}
#image-5 {
	top: 388px;
	left: 604px;
}

#header-inside h2 {
	width: 765px;
	bottom: 10px;
	font: lighter 34px/34px "Arial Narrow", Arial, sans-serif;
	color: #bcbcb3;
	margin: 72px auto 0 auto;
	text-transform: uppercase;
	background-position: 0 2px;
	background-repeat: no-repeat;
}

#header-inside2 h2 {
	width: 765px;
	bottom: 10px;
	font: lighter 34px/34px "Arial Narrow", Arial, sans-serif;
	color: #bcbcb3;
	margin: 72px auto 0 auto;
	background-position: 0 2px;
	background-repeat: no-repeat;
}

#header-inside2 {
	position: relative;
	background: url("/images/layout/backgrounds/back-montage.jpg") top center
		repeat-x;
	height: 107px;
	padding-top: 1px;
}

body.pg-home #header-inside2 {
	background: url("/images/layout/backgrounds/home-montage.jpg") top center
		repeat-x;
	height: 512px;
	padding: 0;
}

#header-inside #h-home {
	background-image: url("/images/layout/titles/home.png");
	text-indent: -9876px;
}
#header-inside #h-collections {
	background-image: url("/images/layout/titles/collections.png");
	text-indent: -9876px;
}
#header-inside #h-research {
	background-image: url("/images/layout/titles/research.png");
	text-indent: -9876px;
}
#header-inside #h-exhibitions {
	background-image: url("/images/layout/titles/exhibitions.png");
	text-indent: -9876px;
}
#header-inside #h-events {
	background-image: url("/images/layout/titles/events.png");
	text-indent: -9876px;
}
#header-inside #h-visit {
	background-image: url("/images/layout/titles/visit.png");
	text-indent: -9876px;
}
#header-inside #h-about {
	background-image: url("/images/layout/titles/about.png");
	text-indent: -9876px;
}
#header-inside #h-multimedia {
	background-image: url("/images/layout/titles/multimedia.png");
	text-indent: -9876px;
}
#header-inside #h-reflect {
	background-image: url("/images/layout/titles/reflect.png");
	text-indent: -9876px;
}
#header-inside #h-give {
	background-image: url("/images/layout/titles/give.png");
	text-indent: -9876px;
}
#header-inside #h-contribute {
	background-image: url("/images/layout/titles/contribute.png");
	text-indent: -9876px;
}

@media print {
	#header-inside h2 {
		background: none !important;
		text-indent: 0 !important;
	}
}

body.pg-home #content {
	padding-top: 1px;
}

#content {
	position: relative;
	width: 1000px;
	min-height: 0;
	padding: 32px 20px 1px 20px;
	margin: 0 auto;
	color: #000000;
	font: normal 16px/24px Arial, sans-serif;
}

#gwtw {
	position: relative;
	width: 765px;
	min-height: 0;
	padding: 32px 20px 1px 20px;
	margin: 0 auto;
	color: #000;
	background-color: #ffffff;
	font: normal 12px/16px Arial, sans-serif;
}

#fa_xtf {
	position: relative;
	width: 765px;
	min-height: 0;
	padding: 32px 20px 1px 20px;
	margin: 0 auto;
	color: #000000;
	font: normal 15px/20px Arial, sans-serif;
}

#tablex table {
}

#tablex:after {
	/* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#gwtw table {
}

#gwtw:after {
	/* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#gwtw p {
	margin: 0 0 15px 0;
}

#gwtw h3 {
	font: normal 19px Arial, sans-serif;
	margin: 0 0 8px 0;
	color: #000;
}

#gwtw h4 {
	font: normal 15px Arial, sans-serif;
	color: #000;
	margin: 0 0 6px 0;
}

#gwtw .tan-box {
	background: #e3e1d1;
	padding: 1px;
	color: #5a594f;
	margin: 0 0 14px 0;
	border: 1px solid #e3e1d1;
}

#gwtw .tan-box .inside {
	background: #e3e1d1;
	padding: 12px 12px 1px 12px;
	border: 1px solid #fff;
}

#gwtw .tan-box hr {
	background: #fff;
	color: #fff;
	margin: -2px 0 10px 0;
}

#gwtw .tan-box .image-left {
	margin: 2px 10px 8px 0;
}

#gwtw .tan-box .image-right {
	margin: 2px 0 8px 10px;
}

#woodstein {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #999999;
	voice-family: '"}"';
	voice-family: inherit;
}

#fa_html {
	position: relative;
	width: 765px;
	min-height: 0;
	padding: 32px 20px 1px 20px;
	margin: 0 auto;
	color: #000000;
	font: normal 15px/20px Arial, sans-serif;
}

#fa_html table {
}

#fa_html:after {
	/* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#fa_html p {
	margin: 0 0 15px 0;
}

#fa_html td {
	padding: 4px 4px 4px 4px;
	font: normal 15px/20px Arial, sans-serif;
}

#fa_html h3 {
	font: normal 19px Arial, sans-serif;
	margin: 0 0 8px 0;
	color: #000;
}

#fa_html h4 {
	font: normal 15px Arial, sans-serif;
	color: #000;
	margin: 0 0 6px 0;
}

#fa_xtf table {
}

#fa_xtf:after {
	/* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#fa_xtf p {
	margin: 0 0 15px 0;
}

#fa_xtf td {
	padding: 4px 4px 4px 4px;
	font: normal 15px/20px Arial, sans-serif;
}

#fa_xtf h2 {
	font: normal 19px Arial, sans-serif;
	margin: 0 0 8px 0;
	color: #000;
}

#fa_xtf h3 {
	font: normal 19px Arial, sans-serif;
	margin: 0 0 8px 0;
	color: #000;
}

#fa_xtf h4 {
	font: normal 15px Arial, sans-serif;
	color: #000;
	margin: 0 0 6px 0;
}

#nbg_fa {
	position: relative;
	width: 765px;
	min-height: 0;
	padding: 32px 20px 1px 20px;
	margin: 0 auto;
	color: #000000;
	font: normal 15px/20px Arial, sans-serif;
}

#nbg_fa table {
}

#nbg_fa:after {
	/* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#nbg_fa p {
	margin: 0 0 15px 0;
}

#nbg_fa td {
	padding: 4px 4px 4px 4px;
	font: normal 15px/20px Arial, sans-serif;
}

#nbg_fa h3 {
	font: normal 19px Arial, sans-serif;
	margin: 0 0 8px 0;
	color: #000;
}

#nbg_fa h4 {
	font: normal 15px Arial, sans-serif;
	color: #000;
	margin: 0 0 6px 0;
}

#selz {
	position: relative;
	width: 765px;
	min-height: 0;
	padding: 32px 20px 1px 20px;
	margin: 0 auto;
	color: #000000;
	font: normal 15px/20px Arial, sans-serif;
}

#selz table {
}

#selz:after {
	/* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#selz p {
	margin: 0 0 15px 0;
}

#selz td {
	padding: 4px 4px 4px 4px;
	font: normal 15px/20px Arial, sans-serif;
}

#selz h2 {
	font: normal 19px Arial, sans-serif;
	margin: 0 0 8px 0;
	color: #000;
}

#selz h3 {
	font: normal 19px Arial, sans-serif;
	margin: 0 0 8px 0;
	color: #000;
}

#selz h4 {
	font: normal 15px Arial, sans-serif;
	color: #000;
	margin: 0 0 6px 0;
}

#nbg {
	position: relative;
	width: 765px;
	min-height: 0;
	padding: 32px 20px 1px 20px;
	margin: 0 auto;
	color: #000000;
	font: normal 15px/20px Arial, sans-serif;
}

#nbg table {
}

#nbg:after {
	/* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#nbg p {
	margin: 0 0 15px 0;
}

#nbg td {
	padding: 4px 4px 4px 4px;
	font: normal 15px/20px Arial, sans-serif;
}

#nbg h2 {
	font: normal 19px Arial, sans-serif;
	margin: 0 0 8px 0;
	color: #000;
}

#nbg h3 {
	font: normal 19px Arial, sans-serif;
	margin: 0 0 8px 0;
	color: #000;
}

#nbg h4 {
	font: normal 15px Arial, sans-serif;
	color: #000;
	margin: 0 0 6px 0;
}

#photodb {
	position: relative;
	width: 765px;
	min-height: 0;
	padding: 32px 20px 1px 20px;
	margin: 0 auto;
	color: #000000;
	font: normal 15px/20px Arial, sans-serif;
}

#photodb table {
}

#photodb:after {
	/* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#photodb p {
	margin: 0 0 15px 0;
}

#photodb td {
	padding: 4px 4px 4px 4px;
	font: normal 15px/20px Arial, sans-serif;
}

#photodb h2 {
	font: normal 19px Arial, sans-serif;
	margin: 0 0 8px 0;
	color: #000;
}

#photodb h3 {
	font: normal 19px Arial, sans-serif;
	margin: 0 0 8px 0;
	color: #000;
}

#photodb h4 {
	font: normal 15px Arial, sans-serif;
	color: #000;
	margin: 0 0 6px 0;
}

#spaceuse {
	position: relative;
	width: 765px;
	min-height: 0;
	padding: 32px 20px 1px 20px;
	margin: 0 auto;
	color: #000000;
	font: normal 15px/20px Arial, sans-serif;
}

#spaceuse table {
}

#spaceuse:after {
	/* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#spaceuse p {
	margin: 0 0 15px 0;
}

#spaceuse td {
	padding: 4px 4px 4px 4px;
	font: normal 15px/20px Arial, sans-serif;
}

#spaceuse h2 {
	font: normal 19px Arial, sans-serif;
	margin: 0 0 8px 0;
	color: #000;
}

#spaceuse h3 {
	font: normal 19px Arial, sans-serif;
	margin: 0 0 8px 0;
	color: #000;
}

#spaceuse h4 {
	font: normal 15px Arial, sans-serif;
	color: #000;
	margin: 0 0 6px 0;
}

#watch {
	color: #000000;
	font: normal 15px Arial, sans-serif;
}

#watch table {
}

#watch:after {
	/* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#watch p {
	margin: 0 0 15px 0;
}

#watch td {
	padding: 4px 4px 4px 4px;
	font: normal 15px/20px Arial, sans-serif;
	color: #000;
}

#watch h2 {
	font: normal 19px Arial, sans-serif;
	margin: 0 0 8px 0;
	color: #000;
}

#watch h3 {
	font: normal 19px Arial, sans-serif;
	margin: 0 0 8px 0;
	color: #000;
}

#watch h4 {
	font: normal 15px Arial, sans-serif;
	color: #000;
	margin: 0 0 6px 0;
}

#gute {
	position: relative;
	width: 765px;
	min-height: 0;
	padding: 32px 20px 1px 20px;
	margin: 0 auto;
	color: #e4cebe;
	background-color: #404040;
	font: normal 12px/16px Arial, sans-serif;
}

#gute table {
}

#gute:after {
	/* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#gute p {
	margin: 0 0 15px 0;
}

#gute h3 {
	font: normal 19px Arial, sans-serif;
	margin: 0 0 8px 0;
	color: #e4cebe;
}

#gute h4 {
	font: normal 15px Arial, sans-serif;
	color: #e4cebe;
	margin: 0 0 6px 0;
}

#gute2 {
	position: relative;
	width: 765px;
	min-height: 0;
	padding: 32px 20px 1px 20px;
	margin: 0 auto;
	color: #e4cebe;
	background-color: #000000;
	font: normal 12px/16px Arial, sans-serif;
}

#gute2 table {
	border-spacing: 25;
}

#gute2 a {
	color: #ffd681;
	text-decoration: underline;
}

#gute2:after {
	/* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#gute2 p {
	margin: 0 0 15px 0;
}

#gute2 h3 {
	font: normal 19px Arial, sans-serif;
	margin: 0 0 8px 0;
	color: #e4cebe;
}

#gute2 h4 {
	font: normal 15px Arial, sans-serif;
	color: #e4cebe;
	margin: 0 0 6px 0;
}

#gute3 {
	position: relative;
	width: 952px;
	min-height: 0;
	padding: 32px 20px 1px 20px;
	margin: 0 auto;
	color: #e4cebe;
	background-color: #000000;
	font: normal 12px/16px Arial, sans-serif;
}

#gute3 table {
	border-spacing: 25;
}

#gute3 a {
	color: #ffd681;
	text-decoration: underline;
}

#gute3:after {
	/* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#gute3 p {
	margin: 0 0 15px 0;
}

#gute3 h3 {
	font: normal 19px Arial, sans-serif;
	margin: 0 0 8px 0;
	color: #e4cebe;
}

#gute3 h4 {
	font: normal 15px Arial, sans-serif;
	color: #e4cebe;
	margin: 0 0 6px 0;
}

#content:after {
	/* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content p {
	margin: 0 0 15px 0;
}

#content p.large {
	font: normal 15px/20px Arial, sans-serif;
}

#content p.close {
	margin: -10px 0 15px 0;
}

#content p.notes {
	font-size: 11px;
	line-height: 14px;
}

#content h3.boxed {
	font: normal 16px/22px Arial, sans-serif;
	color: #000;
	margin: 0 0 8px 0;
	padding: 11px 18px;
	background: #e6dda7;
	width: 80%;
}

#content h3.boxed span {
	font: bold 10px Arial, sans-serif;
	color: #a17500;
	text-transform: uppercase;
}

#content h3.boxed-small {
	font: normal 18px/22px "Arial Narrow", Arial, sans-serif;
	color: #343434;
	margin: 0 0 8px 0;
	padding: 6px 8px;
	background: #e6dda7;
	width: 42%;
	text-transform: uppercase;
}

#content h3.alone {
	border-bottom: 1px solid #cbcbb7;
	margin-bottom: 15px;
}

#content .h-two-column {
	min-height: 0;
	margin-bottom: 5px;
	font: normal 11px/14px Arial, sans-serif;
}

#content .h-two-column:after {
	/* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content .h-two-column .left {
	width: 49%;
	float: left;
}

#content .h-two-column .right {
	width: 49%;
	float: right;
}

#content .h-three-column {
	min-height: 0;
	font: normal 11px/14px Arial, sans-serif;
}

#content .h-three-column:after {
	/* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content .h-three-column .left {
	width: 31%;
	float: left;
	min-height: 92px;
	margin-bottom: 12px;
	padding: 6px 0 0 0;
}

#content .h-three-column .middle {
	width: 31%;
	min-height: 92px;
	margin-left: 32.75%;
	margin-bottom: 12px;
	padding: 6px 0 0 13px;
	background: url("/images/layout/backgrounds/hr-fade-vertical.gif") top left
		no-repeat;
}

#content .h-three-column .right {
	width: 31%;
	min-height: 92px;
	float: right;
	padding: 6px 0 0 13px;
	margin-bottom: 12px;
	background: url("/images/layout/backgrounds/hr-fade-vertical.gif") top left
		no-repeat;
}

#content .h-three-column p {
	margin: 0 0 7px 0;
}

#content .three-column {
	min-height: 0;
}

#content .three-column:after {
	/* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content .three-column .left {
	width: 330px;
	float: left;
	min-height: 0;
}

#content .three-column .middle {
	width: 230px;
	margin-left: 350px;
	min-height: 0;
	font: normal 11px/14px Arial, sans-serif;
}

#content .three-column .right {
	width: 166px;
	float: right;
	min-height: 0;
	font: normal 10px/14px Arial, sans-serif;
}

#content .two-column {
	min-height: 0;
}

#content .two-column:after {
	/* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content .two-column .left {
	width: 800px;
	float: left;
	min-height: 0;
}

#content .two-column .right {
	width: 166px;
	float: right;
	min-height: 0;
	font: normal 11px/14px Arial, sans-serif;
}

#content .two-column-separate {
	min-height: 0;
	font: normal 11px/14px Arial, sans-serif;
	background: url("/images/layout/backgrounds/hr-fade-vertical2.gif") center top
		no-repeat;
	margin-bottom: 20px;
}

#content .two-column-separate:after {
	/* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content .two-column-separate .left {
	width: 48%;
	float: left;
	min-height: 92px;
	padding: 6px 0 0 0;
	margin-bottom: -15px;
}

#content .two-column-separate .right {
	width: 48%;
	min-height: 92px;
	float: right;
	padding: 6px 0 0 13px;
	margin-bottom: -16px;
}

#content .two-column-separate p {
	margin: 0 0 7px 0;
}

#content .two-column-separate .inside {
	margin-left: 103px;
	min-height: 60px;
	margin-bottom: 20px;
}

#content .two-column-separate .photo-caption {
	float: left;
	margin: 0 0 10px 0;
}

#content .photo-caption {
	margin: 0 0 20px 0;
}

#content .photo-caption img {
	display: block;
}

#content .photo-caption2 {
	float: right;
	margin: 0 0 10px 20px;
}

#content .photo-caption3 {
	float: left;
	margin: 0 20px 10px 0;
}

#content .photo-caption2-spaced {
	margin-top: 10px;
}

#content .photo-caption2 img {
	display: block;
}

#content .photo-caption .player-controls {
	background: #d7d5c7;
	border: 1px solid #9b9880;
	margin-bottom: 5px;
}

#content .photo-caption .player-controls img {
	display: block;
}

#content .photo-caption .player-controls p {
	margin: 3px 4px 2px 4px;
	height: 17px;
}

#content .photo-caption .player-controls p img {
	float: left;
	margin-right: 2px;
}

#content .caption {
	font: normal 10px Arial, sans-serif;
	color: #000000;
	margin-top: 8px;
}

#content .photo-column {
	min-height: 0;
	margin-bottom: 10px;
}

#content .photo-column:after {
	/* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content .photo-column .inside {
	margin-left: 170px;
}

#content .photo-column .photo-caption {
	float: left;
	margin: 5px 0 10px 0;
}

#content .photo-column-alt {
	min-height: 0;
	margin-bottom: 0;
}

#content .photo-column-alt:after {
	/* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content .photo-column-alt .inside {
	margin-left: 120px;
	min-height: 100px;
}

#content .photo-column-alt .inside_enews {
	margin-left: 207px;
}

#content .photo-column-alt .inside .large {
	font: normal 12px/14px Arial, sans-serif;
}

#content .photo-column-alt .inside_noimage {
	min-height: 50px;
}

#content .photo-column-alt .inside_noimage .large {
	font: normal 12px/14px Arial, sans-serif;
}

#content .photo-column-alt .photo-caption {
	float: left;
	margin: 5px 0 10px 0;
}

#content .photo-column-alt h3 {
	font: normal 16px Arial, sans-serif;
	color: #000;
	margin: 0 0 8px 0;
}

#content .photo-column-alt h3 span {
	font: bold 11px Arial, sans-serif;
	color: #a17500;
	display: block;
	text-transform: uppercase;
	margin-top: 2px;
}

#content .photo-column-alt h3 span em {
	font-style: normal;
	font-weight: bold;
	color: #888;
}

#content .two-photo-columns {
	min-height: 0;
	margin-bottom: 10px;
}

#content .two-photo-columns:after {
	/* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content .two-photo-columns .left {
	float: left;
	width: 48.5%;
}

#content .two-photo-columns .right {
	float: right;
	width: 48.5%;
}

#content .tan-box {
	background: #e3e1d1;
	padding: 1px;
	color: #000000;
	margin: 0 0 14px 0;
	border: 1px solid #e3e1d1;
}

#content .tan-box .inside {
	background: #e3e1d1;
	padding: 12px 12px 1px 12px;
	border: 1px solid #fff;
}

#content .tan-boxb {
	background: #e3e1d1;
	padding: 1px;
	color: #5a594f;
	margin: 0 0 14px 0;
	border: 1px solid #e3e1d1;
}

#content .tan-boxb .insideb {
	background: #e3e1d1;
	padding: 12px 12px 1px 12px;
	border: 1px solid #fff;
}

#content .tan-box hr {
	background: #fff;
	color: #fff;
	margin: -2px 0 10px 0;
}

#content .tan-box .image-left {
	margin: 2px 10px 8px 0;
}

#content .tan-box .image-right {
	margin: 2px 0 8px 10px;
}

#content .white-box {
	background: #fff;
	padding: 2px;
	color: #5a594f;
	margin: 0 0 14px 0;
	border: 1px solid #d1d1cd;
}

#content .white-box .inside {
	background: #fff;
	padding: 12px 12px 1px 12px;
	border: 1px solid #d7d5c2;
}

#content .white-box2 {
	background: #fff;
	padding: 2px 2px 0px 2px;
	color: #5a594f;
	margin: 0 0 14px 0;
	border: 1px solid #d1d1cd;
}

#content .white-box2 .inside {
	background: #fff;
	padding: 0px 0px 0px 0px;
	border: 0px solid #980002;
}

#content .white-box h5 {
	font: normal 14px "Arial Narrow", Arial, sans-serif;
	color: #565656;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

#content .white-box h5 span {
	display: block;
	text-transform: none;
}

#content .white-box h5.alternate {
	color: #565656;
}

#content .white-box h5.enews {
	color: #565656;
	font: normal 15px "Arial Narrow", Arial, sans-serif;
	color: #565656;
	margin: 0 0 3px 0;
}

#content .white-box .head-graphic {
	position: relative;
	top: -13px;
	left: -13px;
	margin: 0 -13px -5px 0;
}

#content .white-box hr {
	background: #d1d1cd;
	color: #d1d1cd;
	margin: -2px 0 10px 0;
}

#content .white-box .image-left {
	margin: 2px 10px 8px 0;
}

#content .white-box .image-right {
	margin: 2px 0 8px 10px;
}

#content .white-box-contribute {
	background: #fff;
	padding: 2px;
	color: #5a594f;
	margin: 0 0 14px 0;
	border: 1px solid #d1d1cd;
}

#content .white-box-contribute .inside {
	background: #fff;
	padding: 12px 12px 1px 12px;
	border: 1px solid #ac1a2f;
}

#content .white-box-contribute h5 {
	font: normal 14px "Arial Narrow", Arial, sans-serif;
	color: #565656;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

#content .white-box-contribute h5 span {
	display: block;
	text-transform: none;
}

#content .white-box-contribute h5.alternate {
	color: #565656;
}

#content .white-box-contribute .head-graphic {
	position: relative;
	top: -13px;
	left: -13px;
	margin: 0 -13px -5px 0;
}

#content .form-box {
	margin: 0 0 20px 0;
}

#content .form-box p {
	margin: 0 0 8px 0;
}

#content .size-medium {
	width: 210px;
}

#content .size-large {
	width: 390px;
}

#content .size-larger {
	width: 460px;
}

#content a.submit-links {
	color: #000000;
	text-decoration: underline;
	margin-left: 20px;
}

#content .required {
	color: #cc0000;
}

#content p.required {
	float: right;
}

#content .map-wrapper {
	width: 497px;
	float: right;
	margin: 0 0 20px 20px;
}

#content .map-wrapper2 {
	width: 497px;
	float: left;
	margin: 0 20px 20px 0;
}

#content .map-wrapper3 {
	width: 250px;
	float: right;
	margin: 0 0 20px 20px;
}

#content .map-wrapper3b {
	width: 228px;
	float: left;
	margin: 0 0 20px 20px;
}

#content .map-wrapper4 {
	width: 580px;
	float: left;
	margin: 0 20px 20px 0;
}

#content .map-box .inside {
	padding: 0;
}

#content .map-box h5 {
	margin: 12px 0 12px 12px;
}

#content .map-box .north {
	float: right;
	display: block;
	margin: 12px 12px 0 0;
}

#content .map-box .map-image {
	margin: 12px 0 0 0;
	border-top: 1px solid #fff;
}

#content .wrapper {
	margin: 40px 0;
}

#content .dotted {
	background: url("/images/layout/backgrounds/dot.gif") bottom repeat-x;
	overflow: auto;
	margin: 0;
}

#content .dotted .left {
	float: left;
	background: #f0f0eb;
	margin: 0;
	padding: 0 4px 1px 0;
}

#content .dotted .right {
	float: right;
	background: #f0f0eb;
	margin: 0;
	padding: 0 0 1px 4px;
}

#content .news-container {
	min-height: 0;
}

#content .news-container:after {
	/* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content .news-wrap {
	width: 159px;
	float: left;
	margin-right: 20px;
}

#content .news-wrap-last {
	margin-right: 0;
}

#content .news-wrap img {
	display: block;
}

#content .news-wrap .caption {
	font: normal 13px/16px Times, serif;
	color: #000;
	margin: 6px 0 12px 0;
}

#content .source {
	font: bold italic 12px Arial, sans-serif;
	color: #000000;
	margin-bottom: 5px;
}

#content .source span {
	font: normal 11px Arial, sans-serif;
	color: #000000;
	text-transform: uppercase;
}

#second-navigation {
	border-bottom: 2px solid #cbcbb7;
	margin-top: 0;
	margin-bottom: 32px;
	height: 16px;
}

#second-navigation li {
	float: left;
	padding: 0 0 0 3px;
	text-transform: uppercase;
	color: #fff;
	font: normal 10px/10px Arial, sans-serif;
	text-align: center;
}

#second-navigation a {
	display: block;
	color: #282828;
	padding: 8px 8px 0 8px;
	font: normal 10px/10px Arial, sans-serif;
	text-decoration: none;
}

#second-navigation a:hover {
	background: #ccccbe;
	color: #282828;
}

#second-navigation li.active a {
	background: #ac1a2f !important;
	color: #fff !important;
}

#second-navigation a.double {
	position: relative;
	top: -10px;
}

#third-navigation {
	margin: -2px 0 8px 0;
}

#third-navigation li {
	margin: 0 0 4px 0;
}

#third-navigation a {
	background: url("/images/layout/backgrounds/square.gif") 0 3px no-repeat;
	padding-left: 11px;
	color: #ac1a2f;
	text-decoration: none;
}

#third-navigation a:hover {
	background-position: 0 -223px;
}

div.fipoweredby {
	display: none;
}

#lightbox {
	background-color: #f0f0eb;
	padding: 13px;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
}
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}
#lightboxCaption {
	float: left;
}
#keyboardMsg {
	float: right;
}
#closeButton {
	top: 0px;
	right: 0px;
}
#lightbox img {
	border: none;
	clear: both;
}
#overlay img {
	border: none;
}
#overlay {
	background-image: url(/images/lightbox/overlay.png);
}
* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/images/lightbox/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox/overlay.png", sizingMethod="scale");
}

::placeholder {
	color: #ffffff;
}
@media screen and (max-width: 39.9375em) {
	.hide-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
	.show-for-small-only {
		display: none !important;
	}
}

@media print, screen and (min-width: 40em) {
	.hide-for-medium {
		display: none !important;
	}
}

@media screen and (max-width: 39.9375em) {
	.show-for-medium {
		display: none !important;
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media print, screen and (min-width: 64em) {
	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 63.9375em) {
	.show-for-large {
		display: none !important;
	}
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	.hide-for-large-only {
		display: none !important;
	}
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
	.show-for-large-only {
		display: none !important;
	}
}

div.top-bar a {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: inherit;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

a:hover,
a:focus {
	color: #000000;
}
a img {
	border: 0;
}

.title-bar {
	padding: 0.5rem;
	background: #0a0a0a;
	color: #fefefe;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}
.title-bar .menu-icon {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}

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

.title-bar-title {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}

.top-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.5rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
	background-color: #e6e6e6;
}
.top-bar input {
	max-width: 200px;
	margin-right: 1rem;
}
.top-bar .input-group-field {
	width: 100%;
	margin-right: 0;
}
.top-bar input.button {
	width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
@media print, screen and (min-width: 40em) {
	.top-bar {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.top-bar .top-bar-left {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-right: auto;
	}
	.top-bar .top-bar-right {
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 63.9375em) {
	.top-bar.stacked-for-medium {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.top-bar.stacked-for-medium .top-bar-left,
	.top-bar.stacked-for-medium .top-bar-right {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 74.9375em) {
	.top-bar.stacked-for-large {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.top-bar.stacked-for-large .top-bar-left,
	.top-bar.stacked-for-large .top-bar-right {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.top-bar-title {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.hide {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
	.hide-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
	.show-for-small-only {
		display: none !important;
	}
}

@media print, screen and (min-width: 40em) {
	.hide-for-medium {
		display: none !important;
	}
}

@media screen and (max-width: 39.9375em) {
	.show-for-medium {
		display: none !important;
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media print, screen and (min-width: 64em) {
	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 63.9375em) {
	.show-for-large {
		display: none !important;
	}
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	.hide-for-large-only {
		display: none !important;
	}
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
	.show-for-large-only {
		display: none !important;
	}
}

.is-visible {
	display: block !important;
}

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

.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
[data-whatinput="mouse"] .menu li {
	outline: 0;
}
.menu a,
.menu .button {
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
	margin-bottom: 0;
}
.menu input {
	display: inline-block;
}
.menu,
.menu.horizontal {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
}
.menu.vertical {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
}
.menu.expanded li {
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}
.menu.simple {
	-ms-flex-align: center;
	align-items: center;
}
.menu.simple li + li {
	margin-left: 1rem;
}
.menu.simple a {
	padding: 0;
}
@media print, screen and (min-width: 40em) {
	.menu.medium-horizontal {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.menu.medium-vertical {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.menu.medium-expanded li {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
	.menu.medium-simple li {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}
@media print, screen and (min-width: 64em) {
	.menu.large-horizontal {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.menu.large-vertical {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.menu.large-expanded li {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
	.menu.large-simple li {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}
.menu.nested {
	margin-right: 0;
	margin-left: 1rem;
}
.menu.icons a {
	display: -ms-flexbox;
	display: flex;
}
.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
	display: -ms-flexbox;
	display: flex;
}
.menu.icon-left li a {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
	margin-right: 0.25rem;
}
.menu.icon-right li a {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
	margin-left: 0.25rem;
}
.menu.icon-top li a {
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	margin-bottom: 0.25rem;
	text-align: center;
}
.menu.icon-bottom li a {
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	margin-bottom: 0.25rem;
	text-align: center;
}
.menu .is-active > a {
	background: #ac1a2f;
	color: #fefefe;
}
.menu .active > a {
	background: #ac1a2f;
	color: #fefefe;
}
.menu.align-left {
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.menu.align-right li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.menu.align-right li .submenu li {
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.menu.align-right.vertical li {
	display: block;
	text-align: right;
}
.menu.align-right.vertical li .submenu li {
	text-align: right;
}
.menu.align-right .nested {
	margin-right: 1rem;
	margin-left: 0;
}
.menu.align-center li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.menu.align-center li .submenu li {
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.menu .menu-text {
	padding: 0.7rem 1rem;
	font-weight: bold;
	line-height: 1;
	color: inherit;
}

.menu-centered > .menu {
	-ms-flex-pack: center;
	justify-content: center;
}
.menu-centered > .menu li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.menu-centered > .menu li .submenu li {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
	display: none;
}

.menu-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer;
}
.menu-icon::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #fefefe;
	box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
	content: "";
}
.menu-icon:hover::after {
	background: #cacaca;
	box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer;
}
.menu-icon.dark::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #0a0a0a;
	box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
	content: "";
}
.menu-icon.dark:hover::after {
	background: #8a8a8a;
	box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
	position: relative;
	overflow: hidden;
}
.is-drilldown li {
	display: block;
}
.is-drilldown.animate-height {
	transition: height 0.5s;
}

.drilldown a {
	padding: 0.7rem 1rem;
	background: #fefefe;
}

.drilldown .is-drilldown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
	width: 100%;
	background: #fefefe;
	transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
	z-index: 1;
	display: block;
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
	padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
	margin-right: 0;
	margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
	min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
	position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 1rem;
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #3C6FF0 !important;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
	left: auto;
	right: 1rem;
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent  #3C6FF0 !important;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
	right: auto;
	left: 1rem;
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent transparent transparent #3C6FF0 !important;
}

.drilldown .js-drilldown-back > a::before {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #ac1a2f transparent transparent;
	border-left-width: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.75rem;
	border-left-width: 0;
}

.dropdown-pane {
	position: absolute;
	z-index: 10;
	width: 300px;
	padding: 1rem;
	visibility: hidden;
	display: none;
	border: 1px solid #3C6FF0;
	border-radius: 0;
	background-color: #3C6FF0;
	font-size: 1rem;
}

.dropdown-pane.is-opening {
	display: block;
}
.dropdown-pane.is-open {
	visibility: visible;
	display: block;
}

.dropdown-pane.tiny {
	width: 100px;
}

.dropdown-pane.small {
	width: 200px;
}

.dropdown-pane.large {
	width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
	top: 100%;
	right: 0;
	left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
	top: 100%;
	right: auto;
	left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
	position: relative;
	padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: transparent transparent #3C6FF0 !important;
	right: 5px;
	left: auto;
	margin-top: -3px;
}

.dropdown.menu a {
	padding: 0.7rem 1rem;
}

.dropdown.menu a:hover {
	color: #8bd3e6;
}

[data-whatinput="mouse"] .dropdown.menu a {
	outline: 0;
}

.dropdown.menu .is-active > a {
	background: transparent;
	color: #8bd3e6;
}

.no-js .dropdown.menu ul {
	display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
	margin-right: 0;
	margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
	top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
	right: 100%;
	left: auto;
	top: 0;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 100%;
}

.dropdown.menu.vertical > li > a::after {
	right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
	right: auto;
	left: 5px;
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #ac1a2f transparent transparent;
}

.dropdown.menu.vertical > li.opens-right > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #3C6FF0;
}

@media print, screen and (min-width: 40em) {
	.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto;
	}
	.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0;
	}
	.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
		position: relative;
		padding-right: 1.5rem;
	}
	.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #3C6FF0 transparent transparent;
		right: 5px;
		left: auto;
		margin-top: -3px;
	}
	.dropdown.menu.medium-vertical > li .is-dropdown-submenu {
		top: 0;
	}
	.dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
		right: 100%;
		left: auto;
		top: 0;
	}
	.dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 100%;
	}
	.dropdown.menu.medium-vertical > li > a::after {
		right: 14px;
	}
	.dropdown.menu.medium-vertical > li.opens-left > a::after {
		right: auto;
		left: 5px;
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #ac1a2f transparent transparent;
	}
	.dropdown.menu.medium-vertical > li.opens-right > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #3C6FF0;
	}
}

@media print, screen and (min-width: 64em) {
	.dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto;
	}
	.dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0;
	}
	.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
		position: relative;
		padding-right: 1.5rem;
	}
	.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #3C6FF0 transparent transparent;
		right: 5px;
		left: auto;
		margin-top: -3px;
	}
	.dropdown.menu.large-vertical > li .is-dropdown-submenu {
		top: 0;
	}
	.dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
		right: 100%;
		left: auto;
		top: 0;
	}
	.dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 100%;
	}
	.dropdown.menu.large-vertical > li > a::after {
		right: 14px;
	}
	.dropdown.menu.large-vertical > li.opens-left > a::after {
		right: auto;
		left: 5px;
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #ac1a2f transparent transparent;
	}
	.dropdown.menu.large-vertical > li.opens-right > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #3C6FF0;
	}
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	top: 100%;
	right: 0;
	left: auto;
}

.is-dropdown-menu.vertical {
	width: 100px;
}
.is-dropdown-menu.vertical.align-right {
	float: right;
}

.is-dropdown-submenu-parent {
	position: relative;
}
.is-dropdown-submenu-parent a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	left: auto;
	margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
	top: 100%;
	left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
	right: 100%;
	left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 100%;
}

.is-dropdown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	display: none;
	min-width: 265px;
    border-radius: 10px;
	border-color: #3C6FF0;
	margin-top: 2px;
}

.dropdown .is-dropdown-submenu a {
	padding-top: 0.175rem;
	padding-right: 1rem;
	padding-bottom: 0.7rem;
	padding-left: 1rem;
}



.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
	right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
	right: auto;
	left: 5px;
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #ac1a2f transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #3C6FF0;
}
.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: -1px;
}
.is-dropdown-submenu > li {
	width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
	display: block;
}

@media screen and (max-width: 39.9375em) {
	.no-js .top-bar {
		display: none;
	}
}

@media print, screen and (min-width: 40em) {
	.no-js .title-bar {
		display: none;
	}
}

[data-sticky] {
	width: 100%;
}

.sticky-container {
	z-index: 9999;
}

.top-bar-left a {
	font-weight: bold;
}

.top-bar {
	background-color: #3C6FF0 !important;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

.top-bar ul {
	background-color: #3C6FF0 !important;;
}

.top-bar-left a.red-top-bar-white:link {
	color: #ffffff;
	letter-spacing: 0.1em;
}

.top-bar-left a.red-top-bar-white:visited {
	color: #ffffff;
}

.top-bar-left a.red-top-bar-white:hover {
	color: #8bd3e6;
}

.top-bar-left a.red-top-bar-white:focus {
	color: #8bd3e6;
}

.top-bar-left a.red-top-bar-white:active {
	color: #ffffff;
}

.top-bar-right a.red-top-bar-white:link {
	color: #ffffff;
	letter-spacing: 0.1em;
}

.top-bar-right a.red-top-bar-white:visited {
	color: #ffffff;
}

.top-bar-right a.red-top-bar-white:hover {
	color: #ffffff;
}

.top-bar-right a.red-top-bar-white:focus {
	color: #ffffff;
}

.top-bar-right a.red-top-bar-white:active {
	color: #ffffff;
}

#btn-no-outline button:focus {
	outline: none;
}

#fg-widget-64c1ba41781b443fa1e5c78a1 a.uw-w-branding {
	display: none;
	background: none;
	background-image: none;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
	background: #ffe2e1;
	color: #ac1a2f;
}

#search3 {
	position: absolute;
	top: 59px;
	left: 589px;
	right: 0px;
	width: 190px;
}

.hrc-rule-right {
}

.hrc-rule-rightx {
	border-right: 1px solid #e3e5e8;
	padding-right: 15px;
}

.uw-imgcont2 {
	display: none;
	margin-top: 8px;
}

.uw-scroller-text {
	margin-left: 10px;
}

div.fipoweredby {
	display: none;
}

div.orbit {
	background-color: #000000;
	margin-bottom: 20px;
}

.text-hide {
	font: 0/0 a !important;
	color: transparent !important;
	text-shadow: none !important;
	background-color: transparent !important;
	border: 0 !important;
}

.text-truncate {
	max-width: 100% !important;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-wrap {
	word-wrap: break-word !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-overline {
	text-decoration: overline !important;
}

.text-underline {
	text-decoration: underline !important;
}

.text-line-through {
	text-decoration: line-through !important;
}

.font-wide {
	letter-spacing: 0.25rem;
}

.font-normal {
	font-weight: normal;
}

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

.font-italic {
	font-style: italic !important;
}

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

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

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

ol.list-decimal {
	list-style-type: decimal !important;
}

ol.list-lower-alpha {
	list-style-type: lower-alpha !important;
}

ol.list-lower-latin {
	list-style-type: lower-latin !important;
}

ol.list-lower-roman {
	list-style-type: lower-roman !important;
}

ol.list-upper-alpha {
	list-style-type: upper-alpha !important;
}

ol.list-upper-latin {
	list-style-type: upper-latin !important;
}

ol.list-upper-roman {
	list-style-type: upper-roman !important;
}

.rounded {
	border-radius: 5000px !important;
}
.rounded:after {
	border-radius: 50%;
}

.radius {
	border-radius: 0.1875rem;
}

.bordered {
	border: 0.0625rem solid #cacaca;
}

.shadow {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
		0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.reveal-overlay {
	position: fixed;
	top: 125px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	background-color: rgba(10, 10, 10, 0.6);
	overflow-y: scroll;
}

input.gsc-input {
	background: url("/images-root/layout/spacer.gif") !important;
	background-color: #ffffff !important;
	border: 1px solid #000000;
	border-radius: 10px;
}

.cse input.gsc-input,
input.gsc-input {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 24px !important;
}

td.gsc-input {
	padding: 0px 0px 0px 0px !important;
}

td.gsib_a {
	padding: 0px 0px 0px 0px !important;
}

#header-search ::placeholder {
	color: #ffffff !important;
}

#white-background input.gsc-input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ffffff !important;
}

#white-background input.gsc-input::-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff !important;
}

#white-background input.gsc-input:-ms-input-placeholder {
	/* IE 10+ */
	color: #ffffff !important;
}

#white-background input.gsc-input:-moz-placeholder {
	/* Firefox 18- */
	color: #ffffff !important;
}

form.gsc-search-box {
	margin-bottom: 0px;
}

div.gsc-input-box {
	background-color: #3C6FF0 !important;
	border: 1px solid #3C6FF0 !important;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	width: 210px !important;
}

table.gsc-search-box {
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	height: 14px !important;
}

table.gsc-search-box tbody {
	background-color: #3C6FF0 !important;
	border: 1px solid #3C6FF0 !important;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}

button.gsc-search-button-v2 {
	margin-top: -5px;
	margin-left: -8px;
	height: 44px;
	padding: 14px 14px 14px 14px !important;
}

button.gsc-search-button-v2 svg {
	width: 20px;
	height: 20px;
}

button.gsc-search-button-v2:hover {
	background-color: #3C6FF0 !important;
	color: #000000 !important;
}

table.gsc-branding {
	display: none;
}

div.gcsc-branding {
	display: none;
}

td.gssb_a img {
	display: none !important;
}

div.gsst_b {
	display: none;
}

.gssb_c {
	z-index: 10000;
}

.gsc-completion-container {
	z-index: 10000;
}

.gsc-control-cse {
	border-color: #ffffff !important;
	background-color: #ffffff !important;
}

div.gsc-control-wrapper-cse tbody {
	border-color: #ffffff;
}

.grid-container {
	padding-right: 0.625rem;
	padding-left: 0.625rem;
	max-width: 75rem;
	margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
	.grid-container {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}
.grid-container.fluid {
	padding-right: 0.625rem;
	padding-left: 0.625rem;
	max-width: 100%;
	margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
	.grid-container.fluid {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}
.grid-container.full {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	margin: 0 auto;
}

.grid-x {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.cell {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-height: 0px;
	min-width: 0px;
	width: 100%;
}
.cell.auto {
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}
.cell.shrink {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.grid-x > .auto {
	width: auto;
}

.grid-x > .shrink {
	width: auto;
}

.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
	.grid-x > .medium-shrink,
	.grid-x > .medium-full,
	.grid-x > .medium-1,
	.grid-x > .medium-2,
	.grid-x > .medium-3,
	.grid-x > .medium-4,
	.grid-x > .medium-5,
	.grid-x > .medium-6,
	.grid-x > .medium-7,
	.grid-x > .medium-8,
	.grid-x > .medium-9,
	.grid-x > .medium-10,
	.grid-x > .medium-11,
	.grid-x > .medium-12 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-x > .large-shrink,
	.grid-x > .large-full,
	.grid-x > .large-1,
	.grid-x > .large-2,
	.grid-x > .large-3,
	.grid-x > .large-4,
	.grid-x > .large-5,
	.grid-x > .large-6,
	.grid-x > .large-7,
	.grid-x > .large-8,
	.grid-x > .large-9,
	.grid-x > .large-10,
	.grid-x > .large-11,
	.grid-x > .large-12 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

.grid-x > .small-1 {
	width: 8.33333%;
}

.grid-x > .small-2 {
	width: 16.66667%;
}

.grid-x > .small-3 {
	width: 25%;
}

.grid-x > .small-4 {
	width: 33.33333%;
}

.grid-x > .small-5 {
	width: 41.66667%;
}

.grid-x > .small-6 {
	width: 50%;
}

.grid-x > .small-7 {
	width: 58.33333%;
}

.grid-x > .small-8 {
	width: 66.66667%;
}

.grid-x > .small-9 {
	width: 75%;
}

.grid-x > .small-10 {
	width: 83.33333%;
}

.grid-x > .small-11 {
	width: 91.66667%;
}

.grid-x > .small-12 {
	width: 100%;
}

@media print, screen and (min-width: 40em) {
	.grid-x > .medium-auto {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto;
	}
	.grid-x > .medium-shrink {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.grid-x > .medium-1 {
		width: 8.33333%;
	}
	.grid-x > .medium-2 {
		width: 16.66667%;
	}
	.grid-x > .medium-3 {
		width: 25%;
	}
	.grid-x > .medium-4 {
		width: 33.33333%;
	}
	.grid-x > .medium-5 {
		width: 41.66667%;
	}
	.grid-x > .medium-6 {
		width: 50%;
	}
	.grid-x > .medium-7 {
		width: 58.33333%;
	}
	.grid-x > .medium-8 {
		width: 66.66667%;
	}
	.grid-x > .medium-9 {
		width: 75%;
	}
	.grid-x > .medium-10 {
		width: 83.33333%;
	}
	.grid-x > .medium-11 {
		width: 91.66667%;
	}
	.grid-x > .medium-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-x > .large-auto {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto;
	}
	.grid-x > .large-shrink {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.grid-x > .large-1 {
		width: 8.33333%;
	}
	.grid-x > .large-2 {
		width: 16.66667%;
	}
	.grid-x > .large-3 {
		width: 25%;
	}
	.grid-x > .large-4 {
		width: 33.33333%;
	}
	.grid-x > .large-5 {
		width: 41.66667%;
	}
	.grid-x > .large-6 {
		width: 50%;
	}
	.grid-x > .large-7 {
		width: 58.33333%;
	}
	.grid-x > .large-8 {
		width: 66.66667%;
	}
	.grid-x > .large-9 {
		width: 75%;
	}
	.grid-x > .large-10 {
		width: 83.33333%;
	}
	.grid-x > .large-11 {
		width: 91.66667%;
	}
	.grid-x > .large-12 {
		width: 100%;
	}
}

.grid-margin-x:not(.grid-x) > .cell {
	width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
	height: auto;
}

.grid-margin-x {
	margin-left: -0.625rem;
	margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-margin-x {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
}
.grid-margin-x > .cell {
	width: calc(100% - 1.25rem);
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-margin-x > .cell {
		width: calc(100% - 1.875rem);
		margin-left: 0.9375rem;
		margin-right: 0.9375rem;
	}
}
.grid-margin-x > .auto {
	width: auto;
}
.grid-margin-x > .shrink {
	width: auto;
}
.grid-margin-x > .small-1 {
	width: calc(8.33333% - 1.25rem);
}
.grid-margin-x > .small-2 {
	width: calc(16.66667% - 1.25rem);
}
.grid-margin-x > .small-3 {
	width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
	width: calc(33.33333% - 1.25rem);
}
.grid-margin-x > .small-5 {
	width: calc(41.66667% - 1.25rem);
}
.grid-margin-x > .small-6 {
	width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
	width: calc(58.33333% - 1.25rem);
}
.grid-margin-x > .small-8 {
	width: calc(66.66667% - 1.25rem);
}
.grid-margin-x > .small-9 {
	width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
	width: calc(83.33333% - 1.25rem);
}
.grid-margin-x > .small-11 {
	width: calc(91.66667% - 1.25rem);
}
.grid-margin-x > .small-12 {
	width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
	.grid-margin-x > .auto {
		width: auto;
	}
	.grid-margin-x > .shrink {
		width: auto;
	}
	.grid-margin-x > .small-1 {
		width: calc(8.33333% - 1.875rem);
	}
	.grid-margin-x > .small-2 {
		width: calc(16.66667% - 1.875rem);
	}
	.grid-margin-x > .small-3 {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x > .small-4 {
		width: calc(33.33333% - 1.875rem);
	}
	.grid-margin-x > .small-5 {
		width: calc(41.66667% - 1.875rem);
	}
	.grid-margin-x > .small-6 {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x > .small-7 {
		width: calc(58.33333% - 1.875rem);
	}
	.grid-margin-x > .small-8 {
		width: calc(66.66667% - 1.875rem);
	}
	.grid-margin-x > .small-9 {
		width: calc(75% - 1.875rem);
	}
	.grid-margin-x > .small-10 {
		width: calc(83.33333% - 1.875rem);
	}
	.grid-margin-x > .small-11 {
		width: calc(91.66667% - 1.875rem);
	}
	.grid-margin-x > .small-12 {
		width: calc(100% - 1.875rem);
	}
	.grid-margin-x > .medium-auto {
		width: auto;
	}
	.grid-margin-x > .medium-shrink {
		width: auto;
	}
	.grid-margin-x > .medium-1 {
		width: calc(8.33333% - 1.875rem);
	}
	.grid-margin-x > .medium-2 {
		width: calc(16.66667% - 1.875rem);
	}
	.grid-margin-x > .medium-3 {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x > .medium-4 {
		width: calc(33.33333% - 1.875rem);
	}
	.grid-margin-x > .medium-5 {
		width: calc(41.66667% - 1.875rem);
	}
	.grid-margin-x > .medium-6 {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x > .medium-7 {
		width: calc(58.33333% - 1.875rem);
	}
	.grid-margin-x > .medium-8 {
		width: calc(66.66667% - 1.875rem);
	}
	.grid-margin-x > .medium-9 {
		width: calc(75% - 1.875rem);
	}
	.grid-margin-x > .medium-10 {
		width: calc(83.33333% - 1.875rem);
	}
	.grid-margin-x > .medium-11 {
		width: calc(91.66667% - 1.875rem);
	}
	.grid-margin-x > .medium-12 {
		width: calc(100% - 1.875rem);
	}
}
@media print, screen and (min-width: 64em) {
	.grid-margin-x > .large-auto {
		width: auto;
	}
	.grid-margin-x > .large-shrink {
		width: auto;
	}
	.grid-margin-x > .large-1 {
		width: calc(8.33333% - 1.875rem);
	}
	.grid-margin-x > .large-2 {
		width: calc(16.66667% - 1.875rem);
	}
	.grid-margin-x > .large-3 {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x > .large-4 {
		width: calc(33.33333% - 1.875rem);
	}
	.grid-margin-x > .large-5 {
		width: calc(41.66667% - 1.875rem);
	}
	.grid-margin-x > .large-6 {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x > .large-7 {
		width: calc(58.33333% - 1.875rem);
	}
	.grid-margin-x > .large-8 {
		width: calc(66.66667% - 1.875rem);
	}
	.grid-margin-x > .large-9 {
		width: calc(75% - 1.875rem);
	}
	.grid-margin-x > .large-10 {
		width: calc(83.33333% - 1.875rem);
	}
	.grid-margin-x > .large-11 {
		width: calc(91.66667% - 1.875rem);
	}
	.grid-margin-x > .large-12 {
		width: calc(100% - 1.875rem);
	}
}

.grid-padding-x .grid-padding-x {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-padding-x .grid-padding-x {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}

.grid-container:not(.full) > .grid-padding-x {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-container:not(.full) > .grid-padding-x {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}

.grid-padding-x > .cell {
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-padding-x > .cell {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}

.small-up-1 > .cell {
	width: 100%;
}

.small-up-2 > .cell {
	width: 50%;
}

.small-up-3 > .cell {
	width: 33.33333%;
}

.small-up-4 > .cell {
	width: 25%;
}

.small-up-5 > .cell {
	width: 20%;
}

.small-up-6 > .cell {
	width: 16.66667%;
}

.small-up-7 > .cell {
	width: 14.28571%;
}

.small-up-8 > .cell {
	width: 12.5%;
}

@media print, screen and (min-width: 40em) {
	.medium-up-1 > .cell {
		width: 100%;
	}
	.medium-up-2 > .cell {
		width: 50%;
	}
	.medium-up-3 > .cell {
		width: 33.33333%;
	}
	.medium-up-4 > .cell {
		width: 25%;
	}
	.medium-up-5 > .cell {
		width: 20%;
	}
	.medium-up-6 > .cell {
		width: 16.66667%;
	}
	.medium-up-7 > .cell {
		width: 14.28571%;
	}
	.medium-up-8 > .cell {
		width: 12.5%;
	}
}

@media print, screen and (min-width: 64em) {
	.large-up-1 > .cell {
		width: 100%;
	}
	.large-up-2 > .cell {
		width: 50%;
	}
	.large-up-3 > .cell {
		width: 33.33333%;
	}
	.large-up-4 > .cell {
		width: 25%;
	}
	.large-up-5 > .cell {
		width: 20%;
	}
	.large-up-6 > .cell {
		width: 16.66667%;
	}
	.large-up-7 > .cell {
		width: 14.28571%;
	}
	.large-up-8 > .cell {
		width: 12.5%;
	}
}

.grid-margin-x.small-up-1 > .cell {
	width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
	width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
	width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
	width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
	width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
	width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
	width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
	width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
	.grid-margin-x.small-up-1 > .cell {
		width: calc(100% - 1.25rem);
	}
	.grid-margin-x.small-up-2 > .cell {
		width: calc(50% - 1.25rem);
	}
	.grid-margin-x.small-up-3 > .cell {
		width: calc(33.33333% - 1.25rem);
	}
	.grid-margin-x.small-up-4 > .cell {
		width: calc(25% - 1.25rem);
	}
	.grid-margin-x.small-up-5 > .cell {
		width: calc(20% - 1.25rem);
	}
	.grid-margin-x.small-up-6 > .cell {
		width: calc(16.66667% - 1.25rem);
	}
	.grid-margin-x.small-up-7 > .cell {
		width: calc(14.28571% - 1.25rem);
	}
	.grid-margin-x.small-up-8 > .cell {
		width: calc(12.5% - 1.25rem);
	}
	.grid-margin-x.medium-up-1 > .cell {
		width: calc(100% - 1.875rem);
	}
	.grid-margin-x.medium-up-2 > .cell {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x.medium-up-3 > .cell {
		width: calc(33.33333% - 1.875rem);
	}
	.grid-margin-x.medium-up-4 > .cell {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x.medium-up-5 > .cell {
		width: calc(20% - 1.875rem);
	}
	.grid-margin-x.medium-up-6 > .cell {
		width: calc(16.66667% - 1.875rem);
	}
	.grid-margin-x.medium-up-7 > .cell {
		width: calc(14.28571% - 1.875rem);
	}
	.grid-margin-x.medium-up-8 > .cell {
		width: calc(12.5% - 1.875rem);
	}
}

@media print, screen and (min-width: 64em) {
	.grid-margin-x.large-up-1 > .cell {
		width: calc(100% - 1.875rem);
	}
	.grid-margin-x.large-up-2 > .cell {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x.large-up-3 > .cell {
		width: calc(33.33333% - 1.875rem);
	}
	.grid-margin-x.large-up-4 > .cell {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x.large-up-5 > .cell {
		width: calc(20% - 1.875rem);
	}
	.grid-margin-x.large-up-6 > .cell {
		width: calc(16.66667% - 1.875rem);
	}
	.grid-margin-x.large-up-7 > .cell {
		width: calc(14.28571% - 1.875rem);
	}
	.grid-margin-x.large-up-8 > .cell {
		width: calc(12.5% - 1.875rem);
	}
}

.small-margin-collapse {
	margin-right: 0;
	margin-left: 0;
}
.small-margin-collapse > .cell {
	margin-right: 0;
	margin-left: 0;
}
.small-margin-collapse > .small-1 {
	width: 8.33333%;
}
.small-margin-collapse > .small-2 {
	width: 16.66667%;
}
.small-margin-collapse > .small-3 {
	width: 25%;
}
.small-margin-collapse > .small-4 {
	width: 33.33333%;
}
.small-margin-collapse > .small-5 {
	width: 41.66667%;
}
.small-margin-collapse > .small-6 {
	width: 50%;
}
.small-margin-collapse > .small-7 {
	width: 58.33333%;
}
.small-margin-collapse > .small-8 {
	width: 66.66667%;
}
.small-margin-collapse > .small-9 {
	width: 75%;
}
.small-margin-collapse > .small-10 {
	width: 83.33333%;
}
.small-margin-collapse > .small-11 {
	width: 91.66667%;
}
.small-margin-collapse > .small-12 {
	width: 100%;
}
@media print, screen and (min-width: 40em) {
	.small-margin-collapse > .medium-1 {
		width: 8.33333%;
	}
	.small-margin-collapse > .medium-2 {
		width: 16.66667%;
	}
	.small-margin-collapse > .medium-3 {
		width: 25%;
	}
	.small-margin-collapse > .medium-4 {
		width: 33.33333%;
	}
	.small-margin-collapse > .medium-5 {
		width: 41.66667%;
	}
	.small-margin-collapse > .medium-6 {
		width: 50%;
	}
	.small-margin-collapse > .medium-7 {
		width: 58.33333%;
	}
	.small-margin-collapse > .medium-8 {
		width: 66.66667%;
	}
	.small-margin-collapse > .medium-9 {
		width: 75%;
	}
	.small-margin-collapse > .medium-10 {
		width: 83.33333%;
	}
	.small-margin-collapse > .medium-11 {
		width: 91.66667%;
	}
	.small-margin-collapse > .medium-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.small-margin-collapse > .large-1 {
		width: 8.33333%;
	}
	.small-margin-collapse > .large-2 {
		width: 16.66667%;
	}
	.small-margin-collapse > .large-3 {
		width: 25%;
	}
	.small-margin-collapse > .large-4 {
		width: 33.33333%;
	}
	.small-margin-collapse > .large-5 {
		width: 41.66667%;
	}
	.small-margin-collapse > .large-6 {
		width: 50%;
	}
	.small-margin-collapse > .large-7 {
		width: 58.33333%;
	}
	.small-margin-collapse > .large-8 {
		width: 66.66667%;
	}
	.small-margin-collapse > .large-9 {
		width: 75%;
	}
	.small-margin-collapse > .large-10 {
		width: 83.33333%;
	}
	.small-margin-collapse > .large-11 {
		width: 91.66667%;
	}
	.small-margin-collapse > .large-12 {
		width: 100%;
	}
}

.small-padding-collapse {
	margin-right: 0;
	margin-left: 0;
}
.small-padding-collapse > .cell {
	padding-right: 0;
	padding-left: 0;
}

@media print, screen and (min-width: 40em) {
	.medium-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.medium-margin-collapse > .cell {
		margin-right: 0;
		margin-left: 0;
	}
}

@media print, screen and (min-width: 40em) {
	.medium-margin-collapse > .small-1 {
		width: 8.33333%;
	}
	.medium-margin-collapse > .small-2 {
		width: 16.66667%;
	}
	.medium-margin-collapse > .small-3 {
		width: 25%;
	}
	.medium-margin-collapse > .small-4 {
		width: 33.33333%;
	}
	.medium-margin-collapse > .small-5 {
		width: 41.66667%;
	}
	.medium-margin-collapse > .small-6 {
		width: 50%;
	}
	.medium-margin-collapse > .small-7 {
		width: 58.33333%;
	}
	.medium-margin-collapse > .small-8 {
		width: 66.66667%;
	}
	.medium-margin-collapse > .small-9 {
		width: 75%;
	}
	.medium-margin-collapse > .small-10 {
		width: 83.33333%;
	}
	.medium-margin-collapse > .small-11 {
		width: 91.66667%;
	}
	.medium-margin-collapse > .small-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 40em) {
	.medium-margin-collapse > .medium-1 {
		width: 8.33333%;
	}
	.medium-margin-collapse > .medium-2 {
		width: 16.66667%;
	}
	.medium-margin-collapse > .medium-3 {
		width: 25%;
	}
	.medium-margin-collapse > .medium-4 {
		width: 33.33333%;
	}
	.medium-margin-collapse > .medium-5 {
		width: 41.66667%;
	}
	.medium-margin-collapse > .medium-6 {
		width: 50%;
	}
	.medium-margin-collapse > .medium-7 {
		width: 58.33333%;
	}
	.medium-margin-collapse > .medium-8 {
		width: 66.66667%;
	}
	.medium-margin-collapse > .medium-9 {
		width: 75%;
	}
	.medium-margin-collapse > .medium-10 {
		width: 83.33333%;
	}
	.medium-margin-collapse > .medium-11 {
		width: 91.66667%;
	}
	.medium-margin-collapse > .medium-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.medium-margin-collapse > .large-1 {
		width: 8.33333%;
	}
	.medium-margin-collapse > .large-2 {
		width: 16.66667%;
	}
	.medium-margin-collapse > .large-3 {
		width: 25%;
	}
	.medium-margin-collapse > .large-4 {
		width: 33.33333%;
	}
	.medium-margin-collapse > .large-5 {
		width: 41.66667%;
	}
	.medium-margin-collapse > .large-6 {
		width: 50%;
	}
	.medium-margin-collapse > .large-7 {
		width: 58.33333%;
	}
	.medium-margin-collapse > .large-8 {
		width: 66.66667%;
	}
	.medium-margin-collapse > .large-9 {
		width: 75%;
	}
	.medium-margin-collapse > .large-10 {
		width: 83.33333%;
	}
	.medium-margin-collapse > .large-11 {
		width: 91.66667%;
	}
	.medium-margin-collapse > .large-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 40em) {
	.medium-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.medium-padding-collapse > .cell {
		padding-right: 0;
		padding-left: 0;
	}
}

@media print, screen and (min-width: 64em) {
	.large-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.large-margin-collapse > .cell {
		margin-right: 0;
		margin-left: 0;
	}
}

@media print, screen and (min-width: 64em) {
	.large-margin-collapse > .small-1 {
		width: 8.33333%;
	}
	.large-margin-collapse > .small-2 {
		width: 16.66667%;
	}
	.large-margin-collapse > .small-3 {
		width: 25%;
	}
	.large-margin-collapse > .small-4 {
		width: 33.33333%;
	}
	.large-margin-collapse > .small-5 {
		width: 41.66667%;
	}
	.large-margin-collapse > .small-6 {
		width: 50%;
	}
	.large-margin-collapse > .small-7 {
		width: 58.33333%;
	}
	.large-margin-collapse > .small-8 {
		width: 66.66667%;
	}
	.large-margin-collapse > .small-9 {
		width: 75%;
	}
	.large-margin-collapse > .small-10 {
		width: 83.33333%;
	}
	.large-margin-collapse > .small-11 {
		width: 91.66667%;
	}
	.large-margin-collapse > .small-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.large-margin-collapse > .medium-1 {
		width: 8.33333%;
	}
	.large-margin-collapse > .medium-2 {
		width: 16.66667%;
	}
	.large-margin-collapse > .medium-3 {
		width: 25%;
	}
	.large-margin-collapse > .medium-4 {
		width: 33.33333%;
	}
	.large-margin-collapse > .medium-5 {
		width: 41.66667%;
	}
	.large-margin-collapse > .medium-6 {
		width: 50%;
	}
	.large-margin-collapse > .medium-7 {
		width: 58.33333%;
	}
	.large-margin-collapse > .medium-8 {
		width: 66.66667%;
	}
	.large-margin-collapse > .medium-9 {
		width: 75%;
	}
	.large-margin-collapse > .medium-10 {
		width: 83.33333%;
	}
	.large-margin-collapse > .medium-11 {
		width: 91.66667%;
	}
	.large-margin-collapse > .medium-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.large-margin-collapse > .large-1 {
		width: 8.33333%;
	}
	.large-margin-collapse > .large-2 {
		width: 16.66667%;
	}
	.large-margin-collapse > .large-3 {
		width: 25%;
	}
	.large-margin-collapse > .large-4 {
		width: 33.33333%;
	}
	.large-margin-collapse > .large-5 {
		width: 41.66667%;
	}
	.large-margin-collapse > .large-6 {
		width: 50%;
	}
	.large-margin-collapse > .large-7 {
		width: 58.33333%;
	}
	.large-margin-collapse > .large-8 {
		width: 66.66667%;
	}
	.large-margin-collapse > .large-9 {
		width: 75%;
	}
	.large-margin-collapse > .large-10 {
		width: 83.33333%;
	}
	.large-margin-collapse > .large-11 {
		width: 91.66667%;
	}
	.large-margin-collapse > .large-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.large-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.large-padding-collapse > .cell {
		padding-right: 0;
		padding-left: 0;
	}
}

.small-offset-0 {
	margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
	margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
	margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
	margin-left: calc(8.33333% + 0.625rem);
}

.small-offset-2 {
	margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
	margin-left: calc(16.66667% + 0.625rem);
}

.small-offset-3 {
	margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
	margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
	margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
	margin-left: calc(33.33333% + 0.625rem);
}

.small-offset-5 {
	margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
	margin-left: calc(41.66667% + 0.625rem);
}

.small-offset-6 {
	margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
	margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
	margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
	margin-left: calc(58.33333% + 0.625rem);
}

.small-offset-8 {
	margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
	margin-left: calc(66.66667% + 0.625rem);
}

.small-offset-9 {
	margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
	margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
	margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
	margin-left: calc(83.33333% + 0.625rem);
}

.small-offset-11 {
	margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
	margin-left: calc(91.66667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
	.medium-offset-0 {
		margin-left: 0%;
	}
	.grid-margin-x > .medium-offset-0 {
		margin-left: calc(0% + 0.9375rem);
	}
	.medium-offset-1 {
		margin-left: 8.33333%;
	}
	.grid-margin-x > .medium-offset-1 {
		margin-left: calc(8.33333% + 0.9375rem);
	}
	.medium-offset-2 {
		margin-left: 16.66667%;
	}
	.grid-margin-x > .medium-offset-2 {
		margin-left: calc(16.66667% + 0.9375rem);
	}
	.medium-offset-3 {
		margin-left: 25%;
	}
	.grid-margin-x > .medium-offset-3 {
		margin-left: calc(25% + 0.9375rem);
	}
	.medium-offset-4 {
		margin-left: 33.33333%;
	}
	.grid-margin-x > .medium-offset-4 {
		margin-left: calc(33.33333% + 0.9375rem);
	}
	.medium-offset-5 {
		margin-left: 41.66667%;
	}
	.grid-margin-x > .medium-offset-5 {
		margin-left: calc(41.66667% + 0.9375rem);
	}
	.medium-offset-6 {
		margin-left: 50%;
	}
	.grid-margin-x > .medium-offset-6 {
		margin-left: calc(50% + 0.9375rem);
	}
	.medium-offset-7 {
		margin-left: 58.33333%;
	}
	.grid-margin-x > .medium-offset-7 {
		margin-left: calc(58.33333% + 0.9375rem);
	}
	.medium-offset-8 {
		margin-left: 66.66667%;
	}
	.grid-margin-x > .medium-offset-8 {
		margin-left: calc(66.66667% + 0.9375rem);
	}
	.medium-offset-9 {
		margin-left: 75%;
	}
	.grid-margin-x > .medium-offset-9 {
		margin-left: calc(75% + 0.9375rem);
	}
	.medium-offset-10 {
		margin-left: 83.33333%;
	}
	.grid-margin-x > .medium-offset-10 {
		margin-left: calc(83.33333% + 0.9375rem);
	}
	.medium-offset-11 {
		margin-left: 91.66667%;
	}
	.grid-margin-x > .medium-offset-11 {
		margin-left: calc(91.66667% + 0.9375rem);
	}
}

@media print, screen and (min-width: 64em) {
	.large-offset-0 {
		margin-left: 0%;
	}
	.grid-margin-x > .large-offset-0 {
		margin-left: calc(0% + 0.9375rem);
	}
	.large-offset-1 {
		margin-left: 8.33333%;
	}
	.grid-margin-x > .large-offset-1 {
		margin-left: calc(8.33333% + 0.9375rem);
	}
	.large-offset-2 {
		margin-left: 16.66667%;
	}
	.grid-margin-x > .large-offset-2 {
		margin-left: calc(16.66667% + 0.9375rem);
	}
	.large-offset-3 {
		margin-left: 25%;
	}
	.grid-margin-x > .large-offset-3 {
		margin-left: calc(25% + 0.9375rem);
	}
	.large-offset-4 {
		margin-left: 33.33333%;
	}
	.grid-margin-x > .large-offset-4 {
		margin-left: calc(33.33333% + 0.9375rem);
	}
	.large-offset-5 {
		margin-left: 41.66667%;
	}
	.grid-margin-x > .large-offset-5 {
		margin-left: calc(41.66667% + 0.9375rem);
	}
	.large-offset-6 {
		margin-left: 50%;
	}
	.grid-margin-x > .large-offset-6 {
		margin-left: calc(50% + 0.9375rem);
	}
	.large-offset-7 {
		margin-left: 58.33333%;
	}
	.grid-margin-x > .large-offset-7 {
		margin-left: calc(58.33333% + 0.9375rem);
	}
	.large-offset-8 {
		margin-left: 66.66667%;
	}
	.grid-margin-x > .large-offset-8 {
		margin-left: calc(66.66667% + 0.9375rem);
	}
	.large-offset-9 {
		margin-left: 75%;
	}
	.grid-margin-x > .large-offset-9 {
		margin-left: calc(75% + 0.9375rem);
	}
	.large-offset-10 {
		margin-left: 83.33333%;
	}
	.grid-margin-x > .large-offset-10 {
		margin-left: calc(83.33333% + 0.9375rem);
	}
	.large-offset-11 {
		margin-left: 91.66667%;
	}
	.grid-margin-x > .large-offset-11 {
		margin-left: calc(91.66667% + 0.9375rem);
	}
}

.grid-y {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}
.grid-y > .cell {
	width: auto;
}
.grid-y > .auto {
	height: auto;
}
.grid-y > .shrink {
	height: auto;
}
.grid-y > .small-shrink,
.grid-y > .small-full,
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
	.grid-y > .medium-shrink,
	.grid-y > .medium-full,
	.grid-y > .medium-1,
	.grid-y > .medium-2,
	.grid-y > .medium-3,
	.grid-y > .medium-4,
	.grid-y > .medium-5,
	.grid-y > .medium-6,
	.grid-y > .medium-7,
	.grid-y > .medium-8,
	.grid-y > .medium-9,
	.grid-y > .medium-10,
	.grid-y > .medium-11,
	.grid-y > .medium-12 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}
@media print, screen and (min-width: 64em) {
	.grid-y > .large-shrink,
	.grid-y > .large-full,
	.grid-y > .large-1,
	.grid-y > .large-2,
	.grid-y > .large-3,
	.grid-y > .large-4,
	.grid-y > .large-5,
	.grid-y > .large-6,
	.grid-y > .large-7,
	.grid-y > .large-8,
	.grid-y > .large-9,
	.grid-y > .large-10,
	.grid-y > .large-11,
	.grid-y > .large-12 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}
.grid-y > .small-1 {
	height: 8.33333%;
}
.grid-y > .small-2 {
	height: 16.66667%;
}
.grid-y > .small-3 {
	height: 25%;
}
.grid-y > .small-4 {
	height: 33.33333%;
}
.grid-y > .small-5 {
	height: 41.66667%;
}
.grid-y > .small-6 {
	height: 50%;
}
.grid-y > .small-7 {
	height: 58.33333%;
}
.grid-y > .small-8 {
	height: 66.66667%;
}
.grid-y > .small-9 {
	height: 75%;
}
.grid-y > .small-10 {
	height: 83.33333%;
}
.grid-y > .small-11 {
	height: 91.66667%;
}
.grid-y > .small-12 {
	height: 100%;
}
@media print, screen and (min-width: 40em) {
	.grid-y > .medium-auto {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		height: auto;
	}
	.grid-y > .medium-shrink {
		height: auto;
	}
	.grid-y > .medium-1 {
		height: 8.33333%;
	}
	.grid-y > .medium-2 {
		height: 16.66667%;
	}
	.grid-y > .medium-3 {
		height: 25%;
	}
	.grid-y > .medium-4 {
		height: 33.33333%;
	}
	.grid-y > .medium-5 {
		height: 41.66667%;
	}
	.grid-y > .medium-6 {
		height: 50%;
	}
	.grid-y > .medium-7 {
		height: 58.33333%;
	}
	.grid-y > .medium-8 {
		height: 66.66667%;
	}
	.grid-y > .medium-9 {
		height: 75%;
	}
	.grid-y > .medium-10 {
		height: 83.33333%;
	}
	.grid-y > .medium-11 {
		height: 91.66667%;
	}
	.grid-y > .medium-12 {
		height: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.grid-y > .large-auto {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		height: auto;
	}
	.grid-y > .large-shrink {
		height: auto;
	}
	.grid-y > .large-1 {
		height: 8.33333%;
	}
	.grid-y > .large-2 {
		height: 16.66667%;
	}
	.grid-y > .large-3 {
		height: 25%;
	}
	.grid-y > .large-4 {
		height: 33.33333%;
	}
	.grid-y > .large-5 {
		height: 41.66667%;
	}
	.grid-y > .large-6 {
		height: 50%;
	}
	.grid-y > .large-7 {
		height: 58.33333%;
	}
	.grid-y > .large-8 {
		height: 66.66667%;
	}
	.grid-y > .large-9 {
		height: 75%;
	}
	.grid-y > .large-10 {
		height: 83.33333%;
	}
	.grid-y > .large-11 {
		height: 91.66667%;
	}
	.grid-y > .large-12 {
		height: 100%;
	}
}

.grid-padding-y .grid-padding-y {
	margin-top: -0.625rem;
	margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-padding-y .grid-padding-y {
		margin-top: -0.9375rem;
		margin-bottom: -0.9375rem;
	}
}

.grid-padding-y > .cell {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-padding-y > .cell {
		padding-top: 0.9375rem;
		padding-bottom: 0.9375rem;
	}
}

.grid-margin-y {
	margin-top: -0.625rem;
	margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y {
		margin-top: -0.9375rem;
		margin-bottom: -0.9375rem;
	}
}
.grid-margin-y > .cell {
	height: calc(100% - 1.25rem);
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y > .cell {
		height: calc(100% - 1.875rem);
		margin-top: 0.9375rem;
		margin-bottom: 0.9375rem;
	}
}
.grid-margin-y > .auto {
	height: auto;
}
.grid-margin-y > .shrink {
	height: auto;
}
.grid-margin-y > .small-1 {
	height: calc(8.33333% - 1.25rem);
}
.grid-margin-y > .small-2 {
	height: calc(16.66667% - 1.25rem);
}
.grid-margin-y > .small-3 {
	height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
	height: calc(33.33333% - 1.25rem);
}
.grid-margin-y > .small-5 {
	height: calc(41.66667% - 1.25rem);
}
.grid-margin-y > .small-6 {
	height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
	height: calc(58.33333% - 1.25rem);
}
.grid-margin-y > .small-8 {
	height: calc(66.66667% - 1.25rem);
}
.grid-margin-y > .small-9 {
	height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
	height: calc(83.33333% - 1.25rem);
}
.grid-margin-y > .small-11 {
	height: calc(91.66667% - 1.25rem);
}
.grid-margin-y > .small-12 {
	height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y > .auto {
		height: auto;
	}
	.grid-margin-y > .shrink {
		height: auto;
	}
	.grid-margin-y > .small-1 {
		height: calc(8.33333% - 1.875rem);
	}
	.grid-margin-y > .small-2 {
		height: calc(16.66667% - 1.875rem);
	}
	.grid-margin-y > .small-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .small-4 {
		height: calc(33.33333% - 1.875rem);
	}
	.grid-margin-y > .small-5 {
		height: calc(41.66667% - 1.875rem);
	}
	.grid-margin-y > .small-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .small-7 {
		height: calc(58.33333% - 1.875rem);
	}
	.grid-margin-y > .small-8 {
		height: calc(66.66667% - 1.875rem);
	}
	.grid-margin-y > .small-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .small-10 {
		height: calc(83.33333% - 1.875rem);
	}
	.grid-margin-y > .small-11 {
		height: calc(91.66667% - 1.875rem);
	}
	.grid-margin-y > .small-12 {
		height: calc(100% - 1.875rem);
	}
	.grid-margin-y > .medium-auto {
		height: auto;
	}
	.grid-margin-y > .medium-shrink {
		height: auto;
	}
	.grid-margin-y > .medium-1 {
		height: calc(8.33333% - 1.875rem);
	}
	.grid-margin-y > .medium-2 {
		height: calc(16.66667% - 1.875rem);
	}
	.grid-margin-y > .medium-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .medium-4 {
		height: calc(33.33333% - 1.875rem);
	}
	.grid-margin-y > .medium-5 {
		height: calc(41.66667% - 1.875rem);
	}
	.grid-margin-y > .medium-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .medium-7 {
		height: calc(58.33333% - 1.875rem);
	}
	.grid-margin-y > .medium-8 {
		height: calc(66.66667% - 1.875rem);
	}
	.grid-margin-y > .medium-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .medium-10 {
		height: calc(83.33333% - 1.875rem);
	}
	.grid-margin-y > .medium-11 {
		height: calc(91.66667% - 1.875rem);
	}
	.grid-margin-y > .medium-12 {
		height: calc(100% - 1.875rem);
	}
}
@media print, screen and (min-width: 64em) {
	.grid-margin-y > .large-auto {
		height: auto;
	}
	.grid-margin-y > .large-shrink {
		height: auto;
	}
	.grid-margin-y > .large-1 {
		height: calc(8.33333% - 1.875rem);
	}
	.grid-margin-y > .large-2 {
		height: calc(16.66667% - 1.875rem);
	}
	.grid-margin-y > .large-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .large-4 {
		height: calc(33.33333% - 1.875rem);
	}
	.grid-margin-y > .large-5 {
		height: calc(41.66667% - 1.875rem);
	}
	.grid-margin-y > .large-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .large-7 {
		height: calc(58.33333% - 1.875rem);
	}
	.grid-margin-y > .large-8 {
		height: calc(66.66667% - 1.875rem);
	}
	.grid-margin-y > .large-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .large-10 {
		height: calc(83.33333% - 1.875rem);
	}
	.grid-margin-y > .large-11 {
		height: calc(91.66667% - 1.875rem);
	}
	.grid-margin-y > .large-12 {
		height: calc(100% - 1.875rem);
	}
}

.grid-frame {
	overflow: hidden;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100vw;
}

.cell .grid-frame {
	width: 100%;
}

.cell-block {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
	overflow-y: auto;
	max-height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%;
}
.cell-block-container > .grid-x {
	max-height: 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
	.medium-grid-frame {
		overflow: hidden;
		position: relative;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100vw;
	}
	.cell .medium-grid-frame {
		width: 100%;
	}
	.medium-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-stype: -ms-autohiding-scrollbar;
	}
	.medium-cell-block-container {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%;
	}
	.medium-cell-block-container > .grid-x {
		max-height: 100%;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.medium-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-stype: -ms-autohiding-scrollbar;
	}
}

@media print, screen and (min-width: 64em) {
	.large-grid-frame {
		overflow: hidden;
		position: relative;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100vw;
	}
	.cell .large-grid-frame {
		width: 100%;
	}
	.large-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-stype: -ms-autohiding-scrollbar;
	}
	.large-cell-block-container {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%;
	}
	.large-cell-block-container > .grid-x {
		max-height: 100%;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.large-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-stype: -ms-autohiding-scrollbar;
	}
}

.grid-y.grid-frame {
	width: auto;
	overflow: hidden;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100vh;
}

@media print, screen and (min-width: 40em) {
	.grid-y.medium-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100vh;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-y.large-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100vh;
	}
}

.cell .grid-y.grid-frame {
	height: 100%;
}

@media print, screen and (min-width: 40em) {
	.cell .grid-y.medium-grid-frame {
		height: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.cell .grid-y.large-grid-frame {
		height: 100%;
	}
}

.grid-margin-y {
	margin-top: -0.625rem;
	margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y {
		margin-top: -0.9375rem;
		margin-bottom: -0.9375rem;
	}
}
.grid-margin-y > .cell {
	height: calc(100% - 1.25rem);
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y > .cell {
		height: calc(100% - 1.875rem);
		margin-top: 0.9375rem;
		margin-bottom: 0.9375rem;
	}
}
.grid-margin-y > .auto {
	height: auto;
}
.grid-margin-y > .shrink {
	height: auto;
}
.grid-margin-y > .small-1 {
	height: calc(8.33333% - 1.25rem);
}
.grid-margin-y > .small-2 {
	height: calc(16.66667% - 1.25rem);
}
.grid-margin-y > .small-3 {
	height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
	height: calc(33.33333% - 1.25rem);
}
.grid-margin-y > .small-5 {
	height: calc(41.66667% - 1.25rem);
}
.grid-margin-y > .small-6 {
	height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
	height: calc(58.33333% - 1.25rem);
}
.grid-margin-y > .small-8 {
	height: calc(66.66667% - 1.25rem);
}
.grid-margin-y > .small-9 {
	height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
	height: calc(83.33333% - 1.25rem);
}
.grid-margin-y > .small-11 {
	height: calc(91.66667% - 1.25rem);
}
.grid-margin-y > .small-12 {
	height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y > .auto {
		height: auto;
	}
	.grid-margin-y > .shrink {
		height: auto;
	}
	.grid-margin-y > .small-1 {
		height: calc(8.33333% - 1.875rem);
	}
	.grid-margin-y > .small-2 {
		height: calc(16.66667% - 1.875rem);
	}
	.grid-margin-y > .small-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .small-4 {
		height: calc(33.33333% - 1.875rem);
	}
	.grid-margin-y > .small-5 {
		height: calc(41.66667% - 1.875rem);
	}
	.grid-margin-y > .small-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .small-7 {
		height: calc(58.33333% - 1.875rem);
	}
	.grid-margin-y > .small-8 {
		height: calc(66.66667% - 1.875rem);
	}
	.grid-margin-y > .small-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .small-10 {
		height: calc(83.33333% - 1.875rem);
	}
	.grid-margin-y > .small-11 {
		height: calc(91.66667% - 1.875rem);
	}
	.grid-margin-y > .small-12 {
		height: calc(100% - 1.875rem);
	}
	.grid-margin-y > .medium-auto {
		height: auto;
	}
	.grid-margin-y > .medium-shrink {
		height: auto;
	}
	.grid-margin-y > .medium-1 {
		height: calc(8.33333% - 1.875rem);
	}
	.grid-margin-y > .medium-2 {
		height: calc(16.66667% - 1.875rem);
	}
	.grid-margin-y > .medium-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .medium-4 {
		height: calc(33.33333% - 1.875rem);
	}
	.grid-margin-y > .medium-5 {
		height: calc(41.66667% - 1.875rem);
	}
	.grid-margin-y > .medium-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .medium-7 {
		height: calc(58.33333% - 1.875rem);
	}
	.grid-margin-y > .medium-8 {
		height: calc(66.66667% - 1.875rem);
	}
	.grid-margin-y > .medium-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .medium-10 {
		height: calc(83.33333% - 1.875rem);
	}
	.grid-margin-y > .medium-11 {
		height: calc(91.66667% - 1.875rem);
	}
	.grid-margin-y > .medium-12 {
		height: calc(100% - 1.875rem);
	}
}
@media print, screen and (min-width: 64em) {
	.grid-margin-y > .large-auto {
		height: auto;
	}
	.grid-margin-y > .large-shrink {
		height: auto;
	}
	.grid-margin-y > .large-1 {
		height: calc(8.33333% - 1.875rem);
	}
	.grid-margin-y > .large-2 {
		height: calc(16.66667% - 1.875rem);
	}
	.grid-margin-y > .large-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .large-4 {
		height: calc(33.33333% - 1.875rem);
	}
	.grid-margin-y > .large-5 {
		height: calc(41.66667% - 1.875rem);
	}
	.grid-margin-y > .large-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .large-7 {
		height: calc(58.33333% - 1.875rem);
	}
	.grid-margin-y > .large-8 {
		height: calc(66.66667% - 1.875rem);
	}
	.grid-margin-y > .large-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .large-10 {
		height: calc(83.33333% - 1.875rem);
	}
	.grid-margin-y > .large-11 {
		height: calc(91.66667% - 1.875rem);
	}
	.grid-margin-y > .large-12 {
		height: calc(100% - 1.875rem);
	}
}

.grid-frame.grid-margin-y {
	height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.875rem);
	}
}
@media print, screen and (min-width: 64em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.875rem);
	}
}

@media print, screen and (min-width: 40em) {
	.grid-margin-y.medium-grid-frame {
		height: calc(100vh + 1.875rem);
	}
}

@media print, screen and (min-width: 64em) {
	.grid-margin-y.large-grid-frame {
		height: calc(100vh + 1.875rem);
	}
}

.align-right {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.align-center {
	-ms-flex-pack: center;
	justify-content: center;
}

.align-justify {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.align-spaced {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.align-right.vertical.menu > li > a {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
	-ms-flex-pack: center;
	justify-content: center;
}

.align-top {
	-ms-flex-align: start;
	align-items: flex-start;
}

.align-self-top {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.align-bottom {
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-self-bottom {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.align-middle {
	-ms-flex-align: center;
	align-items: center;
}

.align-self-middle {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.align-stretch {
	-ms-flex-align: stretch;
	align-items: stretch;
}

.align-self-stretch {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}

.align-center-middle {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.small-order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.small-order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.small-order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.small-order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.small-order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.small-order-6 {
	-ms-flex-order: 6;
	order: 6;
}

@media print, screen and (min-width: 40em) {
	.medium-order-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.medium-order-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.medium-order-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.medium-order-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.medium-order-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.medium-order-6 {
		-ms-flex-order: 6;
		order: 6;
	}
}

@media print, screen and (min-width: 64em) {
	.large-order-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.large-order-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.large-order-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.large-order-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.large-order-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.large-order-6 {
		-ms-flex-order: 6;
		order: 6;
	}
}

.flex-container {
	display: -ms-flexbox;
	display: flex;
}

.flex-child-auto {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.flex-child-grow {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.flex-child-shrink {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.flex-dir-row {
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-dir-row-reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flex-dir-column {
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-dir-column-reverse {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
	.medium-flex-container {
		display: -ms-flexbox;
		display: flex;
	}
	.medium-flex-child-auto {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.medium-flex-child-grow {
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	.medium-flex-child-shrink {
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.medium-flex-dir-row {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.medium-flex-dir-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.medium-flex-dir-column {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.medium-flex-dir-column-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media print, screen and (min-width: 64em) {
	.large-flex-container {
		display: -ms-flexbox;
		display: flex;
	}
	.large-flex-child-auto {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.large-flex-child-grow {
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	.large-flex-child-shrink {
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.large-flex-dir-row {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.large-flex-dir-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.large-flex-dir-column {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.large-flex-dir-column-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

div.cell a {
	line-height: inherit;
	color: #ac1a2f;
	text-decoration: none;
	cursor: pointer;
}
a:hover,
a:focus {
	color: #000000;
}
a img {
	border: 0;
}

.parent {
	background-color: #e1e1e0;
	max-width: 1200px;
	margin: 0 auto;
}

.child {
	padding-left: 10px;
	padding-top: 10px;
	position: relative;
	max-width: 1200px;
	margin: 0 auto 0 auto;
	color: #6b6b6b;
	font: normal 15px/20px Arial, sans-serif;
}

#footer-grid a {
	color: #ac1a2f;
	text-decoration: none;
}

#footer-grid a:hover,
#footer-grid a:active {
	color: #000000;
	text-decoration: none;
}

footer p {
	margin-bottom: 1rem;
	font-size: 16px;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}

a:focus {
	outline: #000000 solid 2px !important;
	border-radius: 0.1rem !important;
}

input:focus {
	outline: #000000 solid 2px !important;
	border-radius: 0.1rem !important;
}

select:focus {
	outline: #000000 solid 2px !important;
	border-radius: 0.1rem !important;
}

button.gsc-search-button:focus {
	outline: #000000 solid 2px !important;
	border-radius: 0.1rem !important;
}

button.gsc-search-button-v2:focus {
	outline: #000000 solid 2px !important;
	border-radius: 0.1rem !important;
}

#skip-to-main a {
	padding: 6px;
	position: absolute;
	top: -40px;
	left: 0px;
	font-weight: bold;
	color: #ac1a2f;
	border-bottom-right-radius: 8px;
	background: #fff;
	-webkit-transition: top 1s ease-out;
	transition: top 1s ease-out;
	z-index: 10000;
}

#skip-to-main a:focus {
	position: absolute;
	left: 0px;
	top: 0px;
	outline-color: transparent;
	-webkit-transition: top 0.1s ease-in;
	transition: top 0.1s ease-in;
}

@media (prefers-reduced-motion: reduce) {
	#skip-to-main a {
		transition-duration: 0.001ms !important;
	}
}

a.blue-footer {
	line-height: inherit !important;
	color: #000000 !important;
	text-decoration: none !important;
	cursor: pointer !important;
}

a.blue-footer:hover, a.blue-footer:focus {
		color: #000000 !important; 
	   text-decoration: underline !important;
	   text-decoration-style: dotted !important;
	   text-decoration-color: #386CF0 !important;
	   text-underline-offset: 2px !important;
}

a.blue-stay-blue {
		line-height: inherit !important;
		color: #386CF0 !important;
		text-decoration: none !important;
		cursor: pointer !important; 
}

a.blue-stay-blue:hover, a.blue-stay-blue:focus {
	color: #8bd3e6 !important;
	text-decoration: underline !important;
	text-decoration-style: dotted !important;
	text-decoration-color: #ffffff !important;
	text-underline-offset: 2px !important;
}

.top-bar {
	background-color: #3C6FF0 !important;
}

div.shadow {
	background-color: #3C6FF0 !important;
}