/*<meta />*/

@media screen and (max-width: 1400px)
{
	.off-canvas-wrapper-inner .outer-row
	{
		max-width: 100% !important;
	}

	.main-section .row.outer-row .area52
	{
		width: 270px !important;
	}
}

@media screen and (min-width: 1400px)
{
	.off-canvas-wrapper-inner .outer-row
	{
		max-width: 100% !important;
	}

	.main-section .row.outer-row .area52
	{
		width: 300px !important;
	}
}

@media screen and (min-width: 1800px)
{
	.off-canvas-wrapper-inner .outer-row
	{
		max-width: 90% !important;
	}

	.main-section .row.outer-row .area52
	{
		width: 300px !important;
	}
}

@media screen and (min-width: 2200px)
{
	.off-canvas-wrapper-inner .outer-row
	{
		max-width: 70% !important;
	}

	.main-section .row.outer-row .area52
	{
		width: 350px !important;
	}
}

.sidenav-wrapper
{
	margin-top: 0 !important;
	display: none !important;
}

.main-section
{
	background-color: #ECEFF1;
}

.main-section .row.outer-row
{
	/*max-width: 1600px !important; /*tested to change this from 1070*/
	padding: 0;
	position: relative;
}

._Skins_HoC_Side_Navigation .nav-search-wrapper	/* Container searchbar on start page */
{
	justify-content: center;
}

div.home-tiles	/*Start page: Adjusted slightly for less space between tiles and heading*/
{
	mc-grid-row: true;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 3%;
}

/*div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--White);
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23);
}*/

div.home-tiles > div:hover
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	background: rgba(3, 235, 255, 0.1);
	transition: .2s all ease-in-out;
	transform: scale(1.01);
}

div.footer
{
	position: absolute;
	bottom: 0;
	width: 60%;
}

a.tile-title
{
	text-decoration: none !important;
}

a.tile-title:hover
{
	text-decoration: none !important;
}

h1#StartPage
{
	margin-top: 0;
}

p.tile-title-hover
{
	font-weight: bold;
	font-size: 16px;
	color: #114F7E;
}

p.footer
{
	line-height: 13pt;
	text-align: left;
}

