/*<meta conditions="" />*/

.height-container
{
	min-height: auto !important;
}

.off-canvas-content .main-section > .outer-row
{
	max-width: 100%;
	padding: 0;
}

/* Cancel PdtPages Design */

.main-section
{
	background-image: none;
}

.title-bar-layout
{
	background-image: none !important;
}

#contentBody
{
	padding-top: 0;
}

.menu-icon-container,
.navigation-wrapper
{
	display: none;
}

.welcome
{
	margin: 0;
	padding: 20px;
	color: #008bd2;
	text-align: center;
}

/*=Elements for text contained within each home-tile=*/

div.home-tiles
{
	mc-grid-row: true;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 2%;
	padding-bottom: 2%;
	background-image: url('../Images/HeroImages/HeroImage-root.jpg');
	background-attachment: fixed;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	min-height: 378px;
	background-size: 300% 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: none;
	background-image: url('../Images/HeroImages/tiles-bg1.png');
	background-position: left bottom;
	float: left;
	box-sizing: border-box;
	background-color: transparent;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	padding: 15px 15px;
	overflow: hidden;
	text-align: center;
}

div.home-tiles > div:nth-child(1)
{
	width: 18%;
	margin-left: 22%;
}

div.home-tiles > div:nth-child(2)
{
	width: 18%;
	margin-left: 1%;
}

div.home-tiles > div:nth-child(3)
{
	width: 18%;
	margin-left: 1%;
}

div.home-tiles > div:nth-child(4)
{
	width: 37%;
	margin-left: 22%;
	margin-top: 1%;
}

div.home-tiles .home-tiles-bottom
{
	min-height: 80px;
}

div.home-tiles a
{
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	height: 100%;
}

div.home-tiles-box
{
	border: 1px solid #E1E1E1;
	background-color: #ffffff;
	text-align: center;
}

div.home-tiles .home-tile-new,
div.home-tiles-bottom .home-tile-new
{
	font-size: 10px;
	text-transform: capitalize;
	border-radius: 0px 16px 0px 8px !important;
	color: white;
	background-color: #D23467;
	position: absolute;
	padding: 2px 8px;
	right: 0;
}

div.home-tiles-bottom .home-tile-new
{
	margin: -5px -1px 0px 0px;
}

/*
div.tiles-tools-box {
	border: 1px solid #008bd2;
	margin: 10px 8px;
	padding: 3px 0;
}*/

/* div.home-tiles > div:hover /*When hovering over a home-tile, these properties apply*/

div.home-tiles-box:hover
{
	box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.5);
}

/*
div.tiles-tools-box:hover {
	box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}*/

div.home-tiles > div:hover
{
	box-shadow: none;
}

div.home-tiles > div + div
{
	background-image: url('../Images/HeroImages/tiles-bg2.png');
	background-position: center bottom;
}

div.home-tiles > div + div + div
{
	background-image: url('../Images/HeroImages/tiles-bg3.png');
	background-position: right bottom;
}

div.home-tiles .home-tiles-bottom
{
	clear: both;
	background: none;
	background-color: #008bd2;
}

div.home-tiles .home-tiles-bottom .tile-version
{
	display: inline;
	vertical-align: middle;
	padding-top: 13px;
	margin-left: 15px;
}

div.home-tiles .home-tiles-bottom .home-tiles-box
{
	padding-top: 4px;
	display: inline-block;
	position: relative;
}

.home-tiles div div
{
	height: auto;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	box-shadow: 0px 0px 20px 0px #32323214;
	transition: box-shadow .3s ease-in-out;
	position: relative;
}

.home-tiles img
{
	vertical-align: middle;
}

/*=Elements for text contained within each home-tile=*/

p.tile-version
{
	text-align: center;
	color: #5b5c5f;
	text-transform: uppercase;
	font-size: 0.8rem;
	line-height: 0.5rem;
	margin: 0;
}

div.home-tiles .home-tiles-bottom .tile-version
{
	display: inline;
	vertical-align: middle;
	padding-top: 3px;
	margin-left: 15px;
}

/*
p.tile-tools {
	text-align: center;
	color: #0085c9;
	font-size: 0.85rem;
	line-height: 0.7rem;
	margin-top: 8px;
	margin-bottom: 5px;
}*/

p.tile-old-version,
p.tile-old-version *
{
	margin: 4px 0 0 0;
	text-align: center;
	font-size: 0.8rem;
	color: #d2effa !important;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	line-height: 1rem;
}

p.tile-old-version a:hover
{
	color: #FFF !important;
}

/*
p.tools-note {
	font-size: 0.7rem;
	line-height: 0rem;
	font-style: italic;
	text-align: center;
	color: #acd1f8;
	margin: 0;
	padding: 0;
}*/

/*=Info-container section=*/
/*div.info-container contains the first Hero/Banner on the Home Page - To replace the banner image with your own, point the background-image property to your own image.*/

div.info-container
{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	padding-top: 30px;
	/*box-shadow: inset 0 17px 17px 0px rgba(0,0,0,0.16);*/
	background-color: #fff;
}

/*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.*/

div.info-section
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.info-section::before
{
	content: ' ';
	display: table;
}

div.info-section::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.info-section > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.info-section > div:nth-child(1)
{
	width: 20%;
	margin-left: 19%;
}

div.info-section > div:nth-child(2)
{
	width: 20%;
	margin-left: 1%;
}

/*Div that contains "Tips"*/

div.info-section > div:nth-child(3)
{
	width: 20%;
	margin-left: 1%;
}

/*Call to action button on the Home Page*/

div.cta
{
	color: #008bd2;
	background-color: #FFF;
	border: 1px solid #E1E1E1;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 6px 12px;
	width: 200px;
	box-shadow: 0px 0px 20px 0px #32323214;
	/*margin-top: 10px;*/
	transition: box-shadow .3s ease-in-out;
}

/*When hovering over the CTA button the following properties apply*/

div.cta:hover
{
	box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.2);
}

/*
span.cta-baseline {
	font-size: 0.85rem;
	color: #899299;
}*/

.cta-wrappler.dropdown
{
	text-align: right;
	right: 15%;
	top: 25px;
}

.dropdown-content
{
	padding: 4px 16px 8px;
}

.dropdown .dropbtn,
.dropdown-content a
{
	padding: 3px !important;
	text-align: left;
	line-height: 1rem;
}

a.cta:link
{
	color: #FFF;
	text-decoration: none;
}

a.cta:visited
{
	color: #FFF;
	text-decoration: none;
}

img
{
	max-width: 95%;
}

/*Footer style*/

div.home-master-page-footer
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	width: 62%;
}

div.home-master-page-footer::before
{
	content: ' ';
	display: table;
}

div.home-master-page-footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-master-page-footer > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-master-page-footer > div:nth-child(1)
{
	width: 33.333%;
	margin-left: 0%;
}

div.home-master-page-footer > div:nth-child(2)
{
	width: 33.333%;
	margin-left: 0%;
}

div.home-master-page-footer > div:nth-child(3)
{
	width: 33.333%;
	margin-left: 0%;
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media only screen and (max-width: 1279px)
{
	.cta-wrappler.dropdown
	{
		right: 3%;
	}

	div.home-master-page-footer
	{
		width: 75%;
	}

	div.home-master-page-footer > div:nth-child(1)
	{
		width: 33.333%;
		margin-left: 0%;
	}

	div.home-master-page-footer > div:nth-child(2)
	{
		width: 33.333%;
		margin-left: 0%;
	}

	div.home-master-page-footer > div:nth-child(3)
	{
		width: 33.333%;
		margin-left: 0%;
	}

	div.home-tiles > div
	{
		float: left;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: transparent;
		transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(4)
	{
		width: 65%;
		margin-left: 1%;
	}

	div.info-section > div
	{
		text-align: center;
	}

	div.info-section > div:nth-child(1)
	{
		width: 20%;
		margin-left: 10%;
	}

	div.info-section > div:nth-child(2)
	{
		width: 20%;
		margin-left: 10%;
	}

	div.info-section > div:nth-child(3)
	{
		width: 20%;
		margin-left: 10%;
	}
}

@media only screen and (max-width: 767px)
{
	div.topic-hero
	{
		display: none;
	}

	.cta-wrappler.dropdown
	{
		right: 1%;
	}

	p.tile-version
	{
		font-size: 0.8rem;
	}

	div.home-tiles > div
	{
		margin-top: 2% !important;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(4)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles .home-tiles-bottom .home-tiles-box
	{
		height: 70px !important;
		display: block;
		width: 100% !important;
		margin-bottom: 12px;
	}

	div.home-tiles .home-tiles-bottom .tile-version
	{
		display: block;
		padding-top: 0;
	}

	div.home-tiles .home-tiles-bottom .xdr-img
	{
		margin-top: 12px;
	}

	div.info-section > div
	{
		text-align: center;
		padding: 0 20px;
	}

	div.info-section > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 5%;
		margin-top: 5%;
	}

	div.info-section > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 5%;
	}

	div.info-section > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-master-page-footer
	{
		width: 62%;
	}

	/* Adds separators to the footer items when in mobile layout */

	div.home-master-page-footer > div
	{
		border-bottom: 1px solid #d3d3d3;
	}

	div.home-master-page-footer > div:nth-child(1)
	{
		width: 100%;
	}

	div.home-master-page-footer > div:nth-child(2)
	{
		width: 100%;
	}

	div.home-master-page-footer > div:nth-child(3)
	{
		width: 100%;
	}

	div.home-tiles .home-tiles-bottom .tile-version
	{
		display: block;
		padding-top: 0;
	}
}

