/*<meta />*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

section.main-section
{
	
}

body
{
	font-family: Roboto, Arial, Helvetica, sans-serif;
	background: linear-gradient(#005f61, #bebebe);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #005f61;
}

section.home_bg
{
	
}

h1.home
{
	font-size: 4rem;
	font-weight: 400;
	font-family: "Roboto Slab", Roboto, sans-serif;
	margin-bottom: .25em;
	margin-top: .25em;
	margin: .25em;
	margin-left: 0;
	margin-right: 0;
}

p.home
{
	font-size: 1.66rem;
	color: #000000;
	margin: .25em;
	margin-left: 0;
	margin-right: 0;
}

h1.home_sm
{
	color: #ae122a;
	font-size: 3.33rem;
	font-weight: 400;
	font-family: "Roboto Slab", Roboto, sans-serif;
}

p.home_sm
{
	font-size: 1.66rem;
	color: #000000;
}

div.up3_home a,
div.up3_home a:link,
div.up3_home a:visited,
div.up3_home a:active,
div.up4_home a,
div.up4_home a:link,
div.up4_home a:visited,
div.up4_home a:active
{
	text-decoration: none;
	color: #000000;
}

div.up3_home a:hover,
div.up4_home a:hover
{
	color: #a6192e;
	padding-left: 20px;
}

div.up3_home a:hover::after,
div.up4_home a:hover::after
{
	content: " >";
}

p.home_card_head
{
	font-weight: bold;
	color: #000000;
	font-size: 1.3rem;
}

div.up1_home
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5rem;
}

div.up1_home::before
{
	content: ' ';
	display: table;
}

div.up1_home::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.up1_home > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

div.up1_home > div
{
	width: 83.3333%;
	margin-left: 8.333%;
	margin-right: 8.333%;
}

div.up3_home
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
}

div.up3_home::before
{
	content: ' ';
	display: table;
}

div.up3_home::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.up3_home > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #fafafa;
	text-align: center;
	width: 31.333%;
	border: 1px solid #c0c0c0;
	margin-bottom: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	min-height: 240px;
}

div.up3_home > div:nth-child(2)
{
	margin-left: 3%;
	margin-right: 3%;
}

div.up3_home > div
{
	transition: all .2s ease-in-out;
}

div.up3_home > div:hover
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transform: scale(1.2);
}

div.up4_home
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
}

div.up4_home::before
{
	content: ' ';
	display: table;
}

div.up4_home::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.up4_home > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #fafafa;
	text-align: center;
	width: 22.5%;
	border: 1px solid #c0c0c0;
	margin-bottom: 2rem;
	padding-top: .75rem;
	padding-bottom: .75rem;
	min-height: 240px;
}

div.up4_home > div:nth-child(2)
{
	margin-left: 3%;
	margin-right: 3%;
}

div.up4_home > div:nth-child(3)
{
	margin-right: 3%;
}

div.up4_home > div
{
	transition: all .2s ease-in-out;
}

div.up4_home > div:hover
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transform: scale(1.2);
}

@media only screen and (max-width: 1279px)
{
	MadCap|section.main-section
	{
		height: auto;
	}
}

@media only screen and (max-width: 767px)
{
	div.up3_home > div
	{
		width: 100%;
	}

	div.up3_home > div:nth-child(2)
	{
		margin-left: 0;
		margin-right: 0;
	}

	div.up4_home > div
	{
		width: 100%;
	}

	div.up4_home > div:nth-child(2)
	{
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen
{
	h1.home
	{
		color: #ffffff;
	}

	p.home
	{
		color: #ffffff;
	}
}

