/*<meta />*/

/* Home Page General Styles*/

@import url('https://fonts.googleapis.com/css?family=Muli');

@import url('https://cdn.datatables.net/1.10.19/css/jquery.dataTables.min.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	font-family: Arial;
	line-height: 1.5em;
}

.fieldset
{
	margin: 1.125rem 0;
	padding: 1.25rem;
	border: 1px solid #cacaca;
}

.fieldset legend
{
	margin: 0;
	margin-left: -0.1875rem;
	padding: 0 0.1875rem;
}

select
{
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: 0.5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0)
{
	select
	{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
	}
}

select:focus
{
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	-webkit-box-shadow: 0 0 5px #cacaca;
	box-shadow: 0 0 5px #cacaca;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:disabled
{
	background-color: #e6e6e6;
	cursor: not-allowed;
}

select::-ms-expand
{
	display: none;
}

select[multiple]
{
	height: auto;
	background-image: none;
}

.is-invalid-input:not(:focus)
{
	border-color: #cc4b37;
	background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder
{
	color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder
{
	color: #cc4b37;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder
{
	color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder
{
	color: #cc4b37;
}

.is-invalid-label
{
	color: #cc4b37;
}

a.BlackText
{
	color: #000000;
	text-decoration: none;
}

h1
{
	font-size: 2.75em;
}

h2
{
	font-size: 1.6785em;
}

h2.SubCenter
{
	text-align: center;
	margin-bottom: 1.2em;
}

img.Hyperlinked
{
	border-style: none;
}

img.Slideshow
{
	border-style: none;
	margin-bottom: 15px;
}

p
{
	color: #000;
	margin-bottom: 8px;
	margin-top: 8px;
}

p.Copyright
{
	font-size: 0.9em;
	text-align: left;
	color: #888888;
	line-height: 1.6em;
	margin: 0 0 10px 0;
}

.centered-text
{
	text-align: center;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

.whiteheader
{
	color: #ffffff;
	font-weight: normal;
}

.off-canvas-content .title-bar .nav-search
{
	display: none;
}

.off-canvas-content .main-section > .outer-row
{
	max-width: 100%;
	padding: 0;
}

/* Home Page Button Styles */

.button
{
	cursor: pointer;
	background-color: transparent;
	width: 200px;
	height: 35px;
	font-weight: bold;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}

.button
{
	border: solid 2px black;
	color: black;
}

.button:hover
{
	background-color: #ccc;
}

.button a
{
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/* Responsive Header Styles*/

#contentBody > .responsive-header
{
	background-color: transparent;
}

/* Content Section */

#content-section
{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #e6e6e6;
	margin-top: -50px;
}

#content-section h2
{
	font-weight: normal;
}

.right-section div.button-group,
.left-section div.button-group
{
	margin-top: 20px;
}

#content-section .left-section
{
	padding-right: 20px;
}

#content-section .right-section
{
	padding-left: 20px;
}

.left-section .left-content,
.right-section .right-content
{
	height: 270px;
}

#content-section .right-section .table-images:first-of-type
{
	margin-bottom: 20px;
}

#content-section.mc-blurb p
{
	margin-top: 0;
	margin-bottom: 5px;
}

#content-section.mc-blurb .mc-bullets
{
	margin-top: 10px;
	padding-left: 30px;
	padding-right: 10px;
}

#content-section.mc-blurb .mc-bullets > li
{
	color: #5a5a5a;
	list-style-image: url('../Images/Bullet1.png');
	font-size: 14px;
	margin-top: 8px;
	line-height: 1.6em;
}

/* Home Page Topic Hero section*/

div.topichero
{
	background-image: url('../Images/BackgroundImage.png');
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 170px;
	height: auto;
	padding-bottom: 150px;
	min-height: 540px;
}

div.topichero h1
{
	font-size: 3.6em;
	margin-top: 1.11em;
	margin-bottom: 0.5em;
	line-height: 100%;
}

div.topichero h2
{
	font-size: 1.8em;
	margin-bottom: 80px;
	line-height: 100%;
}

.search,
.search-bar
{
	margin: 0 auto;
}

/* Home Page slide show */

div.slidingshow
{
	margin-top: -79px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

.mc-wrapper .mc-caption
{
	background: none;
}

/* Home Page Video Section */

.video-section
{
	padding-top: 50px;
	padding-bottom: 30px;
}

.video-section img
{
	padding-right: 10px;
	padding-bottom: 10px;
}

.video-wrapper
{
	padding-bottom: 56.25%;
	/* 16:9 */
	position: relative;
	margin-bottom: 20px;
}

.video
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Home Page Footer */

div.footer
{
	background-color: #292928;
	padding-top: 40px;
	padding-bottom: 40px;
}

div.footer a
{
	text-decoration: none;
	color: #DADADA;
}

div.footer > div.outer-row
{
	line-height: 30px;
	padding: 0;
}

.footer-logo
{
	max-width: 100%;
}

.footer-links
{
	text-align: left;
}

.footer-links a
{
	padding-right: 15px;
}

.footer-icons
{
	text-align: right;
}

.viewmore > a:link
{
	color: black;
	text-decoration: none;
}

.viewmore > a:visited
{
	color: black;
	text-decoration: none;
}

.whatsnewbanner a:visited
{
	color: #ffffff;
	text-decoration: none;
}

a:hover
{
	color: #003e75;
}

.viewmore > a:hover
{
	color: #003e75;
	text-decoration: none;
}

.whatsnewbanner a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.footer-icons > a:first-of-type
{
	padding-right: 10px;
}

/* Mad Cap proxy/editor assigned styles */

MadCap|searchBarProxy
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	float: none;
	width: 50%;
}

MadCap|topicToolbarProxy
{
	float: none;
}

p.TOC2
{
	margin-left: 20px;
	display: none;
}

MadCap|menuProxy.menu1
{
	mc-toc-depth: 1;
	mc-context-sensitive: True;
}

MadCap|menuProxy.menu2
{
	mc-toc-depth: 1;
	mc-context-sensitive: True;
}

MadCap|slideshow
{
	border-style: none;
	box-shadow: none;
}

MadCap|slideshowCaption
{
	background: none;
	color: #000000;
	padding: 0;
	padding-top: 0;
}

html.HomePage
{
	mc-community-features: disabled;
}

div.HomeHeroSection	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.HomeHeroSection::before
{
	content: ' ';
	display: table;
}

div.HomeHeroSection::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.HomeHeroSection > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.HomeHeroSection > div:nth-child(1)
{
	width: 100%;
	margin-left: 0%;
}

div.HomeWelcomePDFSection	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.HomeWelcomePDFSection::before
{
	content: ' ';
	display: table;
}

div.HomeWelcomePDFSection::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.HomeWelcomePDFSection > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.HomeWelcomePDFSection > div:nth-child(1)
{
	width: 58.333%;
	margin-left: 0%;
}

div.HomeWelcomePDFSection > div:nth-child(2)
{
	width: 41.667%;
	margin-left: 0%;
}

div.HomeWelcomeButtons	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.HomeWelcomeButtons::before
{
	content: ' ';
	display: table;
}

div.HomeWelcomeButtons::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.HomeWelcomeButtons > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.HomeWelcomeButtons > div:nth-child(1)
{
	width: 33.333%;
	margin-left: 8.3333%;
}

div.HomeWelcomeButtons > div:nth-child(2)
{
	width: 33.333%;
	margin-left: 8.3333%;
}

div.HomePDFSection	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.HomePDFSection::before
{
	content: ' ';
	display: table;
}

div.HomePDFSection::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.HomePDFSection > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
}

div.HomePDFSection > div:nth-child(1)
{
	width: 33.33333%;
}

div.HomePDFSection > div:nth-child(2)
{
	width: 33.33333%;
}

div.HomePDFSection > div:nth-child(3)
{
	width: 33.33333%;
}

div.HomePDFButton	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.HomePDFButton::before
{
	content: ' ';
	display: table;
}

div.HomePDFButton::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.HomePDFButton > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.HomePDFButton > div:nth-child(1)
{
	width: 50%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

div.HomeMasterPageFooter	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.HomeMasterPageFooter::before
{
	content: ' ';
	display: table;
}

div.HomeMasterPageFooter::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.HomeMasterPageFooter > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.HomeMasterPageFooter > div:nth-child(1)
{
	width: 25%;
	margin-left: 0%;
}

div.HomeMasterPageFooter > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

div.HomeMasterPageFooter > div:nth-child(3)
{
	width: 25%;
	margin-left: 0%;
}

div.HomeVideoSection	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.HomeVideoSection::before
{
	content: ' ';
	display: table;
}

div.HomeVideoSection::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.HomeVideoSection > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
}

div.HomeVideoSection > div:nth-child(1)
{
	width: 33.33333%;
}

div.HomeVideoSection > div:nth-child(2)
{
	width: 33.33333%;
}

div.HomeVideoSection > div:nth-child(3)
{
	width: 33.33333%;
}

/* Medium Layout */

@media only screen and (max-width: 1279px)
{
	#content-section .right-section,
	#content-section .left-section
	{
		padding: 0;
	}

	div.slidingshow
	{
		width: 100%;
	}

	.left-section div.button-group > div
	{
		margin-bottom: 20px;
	}

	div.footer
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	div.HomeHeroSection > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.HomeWelcomePDFSection > div:nth-child(1)
	{
		width: 50%;
	}

	div.HomeWelcomePDFSection > div:nth-child(2)
	{
		width: 50%;
	}

	div.HomeWelcomeButtons > div:nth-child(1)
	{
		width: 50%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	div.HomeWelcomeButtons > div:nth-child(2)
	{
		width: 50%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	div.HomePDFSection > div:nth-child(1)
	{
		width: 33.33333%;
	}

	div.HomePDFSection > div:nth-child(2)
	{
		width: 33.33333%;
	}

	div.HomePDFSection > div:nth-child(3)
	{
		width: 33.33333%;
	}

	div.HomePDFButton > div:nth-child(1)
	{
		width: 50%;
	}

	div.HomeMasterPageFooter > div:nth-child(1)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.HomeMasterPageFooter > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.HomeMasterPageFooter > div:nth-child(3)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.HomeVideoSection > div:nth-child(1)
	{
		width: 33.33333%;
	}

	div.HomeVideoSection > div:nth-child(2)
	{
		width: 33.33333%;
	}

	div.HomeVideoSection > div:nth-child(3)
	{
		width: 33.33333%;
	}
}

/* Small Layout */

@media only screen and (max-width: 767px)
{
	MadCap|searchBarProxy.homeSearchBar
	{
		width: 100%;
	}

	.left-content
	{
		margin-bottom: 60px;
	}

	div.topichero h1
	{
		font-size: 2em;
	}

	div.topichero h2
	{
		font-size: 1.2em;
	}

	#content-section
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.video-section
	{
		padding-top: 30px;
	}

	.video-section .columns
	{
		padding: 0;
	}

	.footer-links,
	p.Copyright,
	.footer-icons
	{
		text-align: center;
	}

	div.HomeHeroSection > div:nth-child(1)
	{
		width: 100%;
	}

	div.HomeWelcomePDFSection > div:nth-child(1)
	{
		width: 100%;
	}

	div.HomeWelcomePDFSection > div:nth-child(2)
	{
		width: 100%;
	}

	div.HomeWelcomeButtons > div:nth-child(1)
	{
		width: 41.667%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	div.HomeWelcomeButtons > div:nth-child(2)
	{
		width: 41.667%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	div.HomePDFSection > div:nth-child(1)
	{
		width: 33.333%;
		margin-left: 0%;
	}

	div.HomePDFSection > div:nth-child(2)
	{
		width: 33.333%;
		margin-left: 0%;
	}

	div.HomePDFSection > div:nth-child(3)
	{
		width: 33.333%;
		margin-left: 0%;
	}

	div.HomePDFButton > div:nth-child(1)
	{
		width: 41.667%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	div.HomeMasterPageFooter > div:nth-child(1)
	{
		width: 100%;
	}

	div.HomeMasterPageFooter > div:nth-child(2)
	{
		width: 100%;
	}

	div.HomeMasterPageFooter > div:nth-child(3)
	{
		width: 100%;
	}

	div.HomeVideoSection > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.HomeVideoSection > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.HomeVideoSection > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}
}

.owl-carousel .item img
{
	display: block;
	width: 100%;
	height: auto;
}

.image1
{
	background-image: url('../Images/img/analytics.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 250px;
	height: 208px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}

.image2
{
	background-image: url('../Images/img/channels.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 250px;
	height: 208px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}

.image3
{
	background-image: url('../Images/img/corebanking.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 250px;
	height: 208px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}

.image4
{
	background-image: url('../Images/img/frontofffice.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 250px;
	height: 208px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}

.image5
{
	background-image: url('../Images/img/fundsadmin.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 250px;
	height: 208px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}

.image6
{
	background-image: url('../Images/img/payments.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 250px;
	height: 208px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}

.image7
{
	background-image: url('../Images/img/regional.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 250px;
	height: 208px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}

.image8
{
	background-image: url('../Images/img/risk.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 250px;
	height: 208px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}

.image9
{
	background-image: url('../Images/img/corebanking.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 250px;
	height: 208px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}

.footerBtm
{
	background: #363839;
	padding: 25px 0;
	margin-top: 150px;
}

.ColWhite
{
	color: white;
}

.h1logo::before
{
	content: url(https://i.imgur.com/peCkfKI.png);
	vertical-align: middle;
	line-height: normal;
	position: relative;
	top: 14px;
	left: -4px;
}

body
{
	font-family: 'Muli', sans-serif;
}

.vr
{
	width: 5px;
	background-color: #003e75;
	height: 250px;
	margin: 0 auto;
}

.leftbox::before
{
	border-right: 4px solid #003e75;
}

/* starts here */

.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: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.cell
{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-height: 0px;
	min-width: 0px;
	width: 100%;
}

.cell.auto
{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}

.cell.shrink
{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-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
{
	-webkit-flex-basis: auto;
	-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
	{
		-webkit-flex-basis: auto;
		-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
	{
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

.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
{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 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
	{
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto;
	}

	.grid-x > .medium-shrink,
	.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
	{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.grid-x > .medium-shrink
	{
		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
	{
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto;
	}

	.grid-x > .large-shrink,
	.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
	{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.grid-x > .large-shrink
	{
		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.875rem);
	}

	.grid-margin-x.small-up-2 > .cell
	{
		width: calc(50% - 1.875rem);
	}

	.grid-margin-x.small-up-3 > .cell
	{
		width: calc(33.33333% - 1.875rem);
	}

	.grid-margin-x.small-up-4 > .cell
	{
		width: calc(25% - 1.875rem);
	}

	.grid-margin-x.small-up-5 > .cell
	{
		width: calc(20% - 1.875rem);
	}

	.grid-margin-x.small-up-6 > .cell
	{
		width: calc(16.66667% - 1.875rem);
	}

	.grid-margin-x.small-up-7 > .cell
	{
		width: calc(14.28571% - 1.875rem);
	}

	.grid-margin-x.small-up-8 > .cell
	{
		width: calc(12.5% - 1.875rem);
	}

	.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: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.grid-y > .cell
{
	width: auto;
	max-width: none;
}

.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
{
	-webkit-flex-basis: auto;
	-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
	{
		-webkit-flex-basis: auto;
		-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
	{
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

.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
{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 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
	{
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		height: auto;
	}

	.grid-y > .medium-shrink,
	.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
	{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 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
	{
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		height: auto;
	}

	.grid-y > .large-shrink,
	.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
	{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 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;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-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-style: -ms-autohiding-scrollbar;
}

.cell-block-y
{
	overflow-y: auto;
	max-height: 100%;
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%;
}

.cell-block-container > .grid-x
{
	max-height: 100%;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em)
{
	.medium-grid-frame
	{
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-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-style: -ms-autohiding-scrollbar;
	}

	.medium-cell-block-container
	{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%;
	}

	.medium-cell-block-container > .grid-x
	{
		max-height: 100%;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.medium-cell-block-y
	{
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

@media print, screen and (min-width: 64em)
{
	.large-grid-frame
	{
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-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-style: -ms-autohiding-scrollbar;
	}

	.large-cell-block-container
	{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%;
	}

	.large-cell-block-container > .grid-x
	{
		max-height: 100%;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.large-cell-block-y
	{
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

.grid-y.grid-frame
{
	width: auto;
	overflow: hidden;
	position: relative;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-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;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-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;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-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-left
{
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.align-right
{
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.align-center
{
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.align-justify
{
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.align-spaced
{
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.align-left.vertical.menu > li > a
{
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.align-right.vertical.menu > li > a
{
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.align-center.vertical.menu > li > a
{
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.align-top
{
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.align-self-top
{
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.align-bottom
{
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-self-bottom
{
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.align-middle
{
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.align-self-middle
{
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.align-stretch
{
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.align-self-stretch
{
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.align-center-middle
{
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.small-order-1
{
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.small-order-2
{
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.small-order-3
{
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.small-order-4
{
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
}

.small-order-5
{
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5;
}

.small-order-6
{
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6;
}

@media print, screen and (min-width: 40em)
{
	.medium-order-1
	{
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.medium-order-2
	{
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.medium-order-3
	{
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.medium-order-4
	{
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}

	.medium-order-5
	{
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}

	.medium-order-6
	{
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
}

@media print, screen and (min-width: 64em)
{
	.large-order-1
	{
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.large-order-2
	{
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.large-order-3
	{
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.large-order-4
	{
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}

	.large-order-5
	{
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}

	.large-order-6
	{
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
}

.flex-container
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex-child-auto
{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.flex-child-grow
{
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.flex-child-shrink
{
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.flex-dir-row
{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-dir-row-reverse
{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flex-dir-column
{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-dir-column-reverse
{
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em)
{
	.medium-flex-container
	{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.medium-flex-child-auto
	{
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.medium-flex-child-grow
	{
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	.medium-flex-child-shrink
	{
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.medium-flex-dir-row
	{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.medium-flex-dir-row-reverse
	{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.medium-flex-dir-column
	{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.medium-flex-dir-column-reverse
	{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media print, screen and (min-width: 64em)
{
	.large-flex-container
	{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.large-flex-child-auto
	{
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.large-flex-child-grow
	{
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	.large-flex-child-shrink
	{
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.large-flex-dir-row
	{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.large-flex-dir-row-reverse
	{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.large-flex-dir-column
	{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.large-flex-dir-column-reverse
	{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

/* div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  form,
  p,
  blockquote,
  th,
  td {
	margin: 0;
	padding: 0; }
  
  p {
	margin-bottom: 1rem;
	font-size: inherit;
	line-height: 1.6;
	text-rendering: optimizeLegibility; }
  
  em,
  i {
	font-style: italic;
	line-height: inherit; }
  
  strong,
  b {
	font-weight: bold;
	line-height: inherit; }
  
  small {
	font-size: 80%;
	line-height: inherit; }
  
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6 {
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: inherit;
	text-rendering: optimizeLegibility; }
	h1 small, .h1 small,
	h2 small, .h2 small,
	h3 small, .h3 small,
	h4 small, .h4 small,
	h5 small, .h5 small,
	h6 small, .h6 small {
	  line-height: 0;
	  color: #cacaca; }
  
  h1, .h1 {
	font-size: 1.5rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem; }
  
  h2, .h2 {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem; }
  
  h3, .h3 {
	font-size: 1.1875rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem; }
  
  h4, .h4 {
	font-size: 1.125rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem; }
  
  h5, .h5 {
	font-size: 1.0625rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem; }
  
  h6, .h6 {
	font-size: 1rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem; } */

/*   
  @media print, screen and (min-width: 40em) {
	h1, .h1 {
	  font-size: 3rem; }
	h2, .h2 {
	  font-size: 2.5rem; }
	h3, .h3 {
	  font-size: 1.9375rem; }
	h4, .h4 {
	  font-size: 1.5625rem; }
	h5, .h5 {
	  font-size: 1.25rem; }
	h6, .h6 {
	  font-size: 1rem; } }
   
  a {
	line-height: inherit;
	color: #1779ba;
	text-decoration: none;
	cursor: pointer; }
	a:hover, a:focus {
	  color: #1468a0; }
	a img {
	  border: 0; }
  
  hr {
	clear: both;
	max-width: 75rem;
	height: 0;
	margin: 1.25rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0; }
  
  ul,
  ol,
  dl {
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 1.6; }
  
  li {
	font-size: inherit; }
  
  ul {
	margin-left: 1.25rem;
	list-style-type: disc; }
  
  ol {
	margin-left: 1.25rem; }
  
  ul ul, ol ul, ul ol, ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0; }
  
  dl {
	margin-bottom: 1rem; }
	dl dt {
	  margin-bottom: 0.3rem;
	  font-weight: bold; }
  
  blockquote {
	margin: 0 0 1rem;
	padding: 0.5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #cacaca; }
	blockquote, blockquote p {
	  line-height: 1.6;
	  color: #8a8a8a; }
  
  cite {
	display: block;
	font-size: 0.8125rem;
	color: #8a8a8a; }
	cite:before {
	  content: "— "; }
  
  abbr, abbr[title] {
	border-bottom: 1px dotted #0a0a0a;
	cursor: help;
	text-decoration: none; }
  
  figure {
	margin: 0; }
  
  code {
	padding: 0.125rem 0.3125rem 0.0625rem;
	border: 1px solid #cacaca;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #0a0a0a; }
  */

kbd
{
	margin: 0;
	padding: 0.125rem 0.25rem 0;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #0a0a0a;
}

.subheader
{
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	font-weight: normal;
	line-height: 1.4;
	color: #8a8a8a;
}

.lead
{
	font-size: 125%;
	line-height: 1.6;
}

.stat
{
	font-size: 2.5rem;
	line-height: 1;
}

p + .stat
{
	margin-top: -1rem;
}

ul.no-bullet,
ol.no-bullet
{
	margin-left: 0;
	list-style: none;
}

.text-left
{
	text-align: left;
}

.text-right
{
	text-align: right;
}

.text-center
{
	text-align: center;
}

.text-justify
{
	text-align: justify;
}

@media print, screen and (min-width: 40em)
{
	.medium-text-left
	{
		text-align: left;
	}

	.medium-text-right
	{
		text-align: right;
	}

	.medium-text-center
	{
		text-align: center;
	}

	.medium-text-justify
	{
		text-align: justify;
	}
}

@media print, screen and (min-width: 64em)
{
	.large-text-left
	{
		text-align: left;
	}

	.large-text-right
	{
		text-align: right;
	}

	.large-text-center
	{
		text-align: center;
	}

	.large-text-justify
	{
		text-align: justify;
	}
}

.show-for-print
{
	display: none !important;
}

@media print
{
	*
	{
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		color: black !important;
		text-shadow: none !important;
	}

	.show-for-print
	{
		display: block !important;
	}

	.hide-for-print
	{
		display: none !important;
	}

	table.show-for-print
	{
		display: table !important;
	}

	thead.show-for-print
	{
		display: table-header-group !important;
	}

	tbody.show-for-print
	{
		display: table-row-group !important;
	}

	tr.show-for-print
	{
		display: table-row !important;
	}

	td.show-for-print
	{
		display: table-cell !important;
	}

	th.show-for-print
	{
		display: table-cell !important;
	}
}

/* ends here */

.herobg
{
	/* background: url('../Images/whatsnew/floating-cogs.svg');
	background-color: #003e75; */
	width: 100%;
	background-color: #003e75;
	/* background: url('../Images/whatsnew/floating-cogs.svg') repeat; */
	height: 84px;
}

.heroTxt
{
	text-align: center;
	color: white;
	padding: 31px;
	font-size: 31px;
}

.newboxes
{
	background: #ced4d9;
	width: 100%;
	height: auto;
	padding: 15px;
	-webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
	padding-bottom: 35px;
	cursor: pointer;
	min-height: 310px;
}

.topicheads
{
	font-size: 24px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

li
{
	padding-left: 1em;
	text-indent: -.7em;
}

li::before
{
	content: "• ";
	color: #003e75;
}

.marginBtm40
{
	margin-bottom: 40px;
}

/* 

	.topicheads{
		position: relative;
		width: fit-content;
	}
.topicheads::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #003e75;
  transition: 0.35s;
}

.topicheads:hover{
 color: #fff;  
}

.topicheads:hover::before {
  width: 100%;
} */

.newboxes:hover
{
	transform: matrix(1, 0, 0, 1, 0, -5);
	-ms-transform: matrix(1, 0, 0, 1, 0, -5);
	-webkit-transform: matrix(1, 0, 0, 1, 0, -5);
	transition: all 0.5s ease 0s;
}

.mybar
{
	height: 4px;
	width: 107px;
	background: #003e75;
	margin: 0px 0px 12px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.newboxes:hover .mybar::before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 5px;
	background: #ffffff;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: MOVE-BG;
	animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(105px);
  }
} 

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(105px);
            transform: translateX(105px);
  }
} 

.whatsnewsub
{
	width: 100%;
	background-color: #003e75;
	background: url('../Images/whatsnew/Rose-Petals.png') repeat;
	height: 125px;
}

.subtextnew
{
	font-size: 24px;
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 37px;
}

.viewmore
{
	float: right;
}

a
{
	color: #003e75;
}

@keyframes move_wave {
	0% {
			transform: translateX(0) translateZ(0) scaleY(1)
	}
	50% {
			transform: translateX(-25%) translateZ(0) scaleY(0.55)
	}
	100% {
			transform: translateX(-50%) translateZ(0) scaleY(1)
	}
} 

.waveWrapper
{
	overflow: hidden;
}

.waveWrapperInner
{
	position: absolute;
	width: 100%;
	overflow: hidden;
	height: 125px;
	background-image: linear-gradient(to top, #003e75 20%, #819eba 80%);
}

.bgTop
{
	z-index: 15;
	opacity: 0.5;
}

.bgMiddle
{
	z-index: 10;
	opacity: 0.75;
}

.bgBottom
{
	z-index: 5;
}

h2.linehead
{
	width: auto;
	margin: 0;
	padding: 0px 0px 0px 10px;
	position: relative;
	border-left: 6px solid #003e75;
}

.mt30
{
	margin-top: 30px;
}

.fade_rule
{
	height: 1px;
	background-color: #E6E6E6;
	width: 66.0em;
	margin: 24px auto;
	background-image: linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
	background-image: -o-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
	background-image: -moz-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
	background-image: -webkit-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
	background-image: -ms-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
}

.whatsnewbanner
{
	background: #2980b9 url('https://static.tumblr.com/03fbbc566b081016810402488936fbae/pqpk3dn/MRSmlzpj3/tumblr_static_bg3.png') repeat 0 0;
	-webkit-animation: 10s linear 0s normal none infinite animate;
	-moz-animation: 10s linear 0s normal none infinite animate;
	-ms-animation: 10s linear 0s normal none infinite animate;
	-o-animation: 10s linear 0s normal none infinite animate;
	animation: 10s linear 0s normal none infinite animate;
	padding: 0px;
	color: white;
	font-size: 20px;
	text-align: center;
}

@-webkit-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
} 

@-moz-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
} 

@-ms-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
} 

@-o-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
} 

@keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
} 

.rotateplan
{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	font-size: 40px;
	margin: 30px 0px 0px 80px;
}

.disabledbox
{
	cursor: not-allowed;
	pointer-events: none;
	background: #a5a5a5;
}

.whatsnewbanner a
{
	text-decoration: none;
}

.containerplan
{
	position: relative;
	width: 100%;
}

.imageplan
{
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}

.imageplan > img
{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}

/* .imageplan > img{
	width: 91%;
} */

.overlayplan
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #cdd4da;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
	opacity: .92;
}

.containerplan:hover .overlayplan
{
	height: 100%;
}

.textplan
{
	color: black;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

/* #analyticsimage{
	background-image: url('../Images/img/analytics.jpg');
	background-repeat: no-repeat;
  background-size: auto;
} */

@media (min-width: 640px) and (max-width: 1024px)
{
	.imageplan > img
	{
		width: 100%;
	}
}

/*
 CSS for the main interaction
*/

.accordion > input[type="radio"]
{
	position: absolute;
	left: -100vw;
}

.accordion .content
{
	overflow-y: hidden;
	height: 0;
	transition: height 0.3s ease;
}

.accordion > input:checked[type="radio"] ~ .content
{
	height: auto;
	overflow: visible;
}

.accordion label
{
	display: block;
}

.accordion
{
	margin-bottom: 1em;
}

.accordion > input:checked[type="radio"] ~ .content
{
	padding: 15px;
	border: 1px solid #e8e8e8;
	border-top: 0;
}

.accordion .handle
{
	margin: 0;
	font-size: 1.125em;
	line-height: 1.2em;
}

.accordion label
{
	color: #333;
	cursor: pointer;
	font-weight: normal;
	padding: 15px;
	background: #e8e8e8;
}

.accordion label:hover,
.accordion label:focus
{
	background: #d8d8d8;
}

.accordion .handle label:before
{
	font-family: 'fontawesome';
	/* content: "\f054"; */
	display: inline-block;
	margin-right: 10px;
	font-size: .58em;
	line-height: 1.556em;
	vertical-align: middle;
}

.accordion > input:checked[type="radio"] ~ .handle label:before
{
	/* content: "\f078"; */
}

.accordion
{
	max-width: 100%;
}

.accordion p:last-child
{
	margin-bottom: 0;
}

.backhome
{
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
	background: #003e75;
	color: white;
	padding: 3px 0px 3px 7px;
	width: 64px;
	margin-top: -26px;
	text-decoration: none;
}

.backhome:hover
{
	color: white;
}

.header-left
{
	top: 30px;
	z-index: 1;
	font-size: 4vw;
	line-height: 1.2;
	font-weight: 700;
	color: rgba(22, 22, 22, 0.34);
	text-align: center;
}

.header-left-subtitle
{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #003e75;
	left: 237px;
	text-align: center;
}

.mybtn
{
	position: relative;
	z-index: 1;
	padding: 2px 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: none;
	border-radius: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: #F9B233;
	color: #252525;
	text-decoration: none;
	text-align: center;
	left: 2px;
	top: -2px;
}

.header-right
{
	top: 30px;
	z-index: 1;
	font-size: 4vw;
	line-height: 1.2;
	font-weight: 700;
	color: rgba(22, 22, 22, 0.34);
	text-align: center;
}

.header-right-subtitle
{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #003e75;
	left: 7px;
	text-align: center;
}

.bannerMain
{
	border-right: 2px solid #b0b0b0;
}

.myFlicker
{
	-webkit-animation: flicker 2s infinite;
}

@-webkit-keyframes flicker
{
0% {opacity:0;}
9% {opacity:0;}
10% {opacity:.5;}
13% {opacity:0;}
20% {opacity:.5;}
25% {opacity:1;}
} 

.anchorlink
{
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

/*
* These styles creates the underlining of link
*/

.anchorlink
{
	position: relative;
	z-index: 1;
	display: inline-flex;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.anchorlink::before
{
	content: "";
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, #fed330 25%, rgba(0, 0, 0, 0) 40%);
	position: absolute;
	left: 0;
	bottom: 2px;
	z-index: -1;
	will-change: width;
	transform: rotate(-1deg);
	transform-origin: left bottom;
}

.anchorlink:hover::before
{
	width: 0;
}

/*
* animation styles
*/

.anchorlink::before
{
	transition: width .1s ease-out;
}

.anchorlink:hover::before
{
	transition-duration: .15s;
}

/*
*, *:before, *:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
  outline: none !important;
}



.highlightLink {
  display: inline-block;
  position: relative;
  color: #343434;
  text-decoration: none;
  padding: 0 6px;
}
.highlightLink:before, .highlightLink:after {
  will-change: transform;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.highlightLink:before {
  -webkit-transition: 100ms ease-out 50ms;
  transition: 100ms ease-out 50ms;
  -webkit-transform-origin: 0 24px;
          transform-origin: 0 24px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fab53a;
}
.highlightLink:after {
  -webkit-transition: 50ms ease-out;
  transition: 50ms ease-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  bottom: 2px;
  right: -12px;
  border: 8px solid transparent;
  border-left-color: #fbb841;
}
.highlightLink:hover:before {
  -webkit-transition: 100ms ease-out;
  transition: 100ms ease-out;
  -webkit-transform: scaleY(0.18);
          transform: scaleY(0.18);
  background: #fbb841;
}
.highlightLink:hover:after {
  -webkit-transition: 50ms ease-out 100ms;
  transition: 50ms ease-out 100ms;
  -webkit-transform: none;
          transform: none;
}
.highlightLink:active:before {
  -webkit-transition: 100ms ease-in;
  transition: 100ms ease-in;
  background: #fdbc48;
}
.highlightLink:active:after {
  -webkit-transition: 100ms ease-in;
  transition: 100ms ease-in;
  border-left-color: #fdbc48;
}*/

*
{
	scrollbar-width: thin;
	scrollbar-color: white;
}

*::-webkit-scrollbar
{
	width: 18px;
}

*::-webkit-scrollbar-track
{
	background-color: #fff;
}

*::-webkit-scrollbar-track:hover
{
	background-color: #f4f4f4;
}

*::-webkit-scrollbar-thumb
{
	background-color: #babac0;
	border-radius: 16px;
	border: 5px solid #fff;
}

*::-webkit-scrollbar-thumb:hover
{
	background-color: #a0a0a5;
	border: 4px solid #f4f4f4;
}

.logout
{
	float: right;
	background: #003e75;
	padding: 7px 16px 7px 16px;
	margin: 6px;
	font-size: 15px;
	position: relative;
	color: white;
	cursor: pointer;
	font-family: muli;
}

.logout:hover
{
	background: #F9B233 !important;
	color: black;
}

.logoutHome
{
	float: right;
	background: #003e75;
	padding: 7px 16px 7px 16px;
	margin: 0px 10px 0px 0px;
	font-size: 15px;
	position: absolute;
	right: 0;
	color: white;
	cursor: pointer;
	font-family: muli;
}

.logoutHome:hover
{
	background: #F9B233 !important;
	color: black;
}

.logOffBtnModal
{
	width: 27% !important;
	height: 150px;
	display: none;
}

@media (min-width: 360px) and (max-width: 1024px)
{
	.logOffBtnModal
	{
		width: 100% !important;
		height: 204px;
		display: none;
	}

	.logbutton
	{
		width: 80px !important;
	}

	.logcancel
	{
		width: 80px !important;
	}

	.logoutHomebtn
	{
		margin: 6px 6px 0px 0px !important;
	}
}

/* offline style */

.myrelatedtopics
{
	display: none;
}

#snav
{
	display: none;
}

.feedbackBox
{
	display: none;
}

.tooltippop
{
	display: none;
}

.tooltippopgray
{
	display: none;
}

.prettyprint input#button
{
	display: none;
}

.logoutHomebtn
{
	display: none;
}

.logout
{
	display: none;
}

