/*<meta />*/

@import url('../../../../../co-pilot files/co-pilot files/co-pilot.css');

/* Home Page General Styles*/

body
{
	font-family: 'Avenir LT Std 45 Book', Arial;
	background-color: #e0e0e0;
}

h1
{
	font-size: 2.75em;
}

h1.home
{
	font-family: 'Avenir LT Std 45 Book';
	font-size: 3rem;
	color: #FFFFFF;
	border-bottom: none;
}

h2
{
	font-size: 1.6785em;
}

p
{
	color: #5a5a5a;
	margin-bottom: 8px;
	margin-top: 8px;
	background-color: transparent;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

/*==Top Navigation Bar Section==*/

.off-canvas-wrapper-inner .outer-row
{
	padding-left: 0px;
	padding-right: 0px;
}

div.nav-search-wrapper
{
	display: none;
}

.off-canvas-content .main-section > .outer-row	/*removes the padding from the skin*/
{
	max-width: 100%;
	padding: 0;
	background-color: #e0e0e0;
}

/*==Home Page Hero Section==*/

div.topic-hero	/*This is the Hero/Banner on the Home Page - To replace the banner image with your own, change background-image property*/
{
	min-height: 350px;
	width: 100%;
	margin-bottom: 75px;
	-webkit-box-shadow: inset 0 13px 13px -7px rgba(0,0,0,.2), 0 0px 0px 0 rgba(0,0,0,.14), 0 0px 0px 0 rgba(0,0,0,.12);
	box-shadow: inset 0 13px 13px -7px rgba(0,0,0,.2), 0 0px 0px 0 rgba(0,0,0,.14), 0 0px 0px 0 rgba(0,0,0,.12);
	background-color: #00796b;
}

div.topic-hero > div
{
	margin-left: 15%;
	padding-top: 8%;
}

/*==Home Tiles section==*/

div.home-section
{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 1% 2%;
	background-color: #fff;
}

div.faq
{
	margin-bottom: 50px;
	padding: 1% 17%;
	background-color: #fff;
}

div.faqs
{
	padding: 1% 2%;
}

/* Style the buttons that are used to open and close the accordion panel */

.accordion
{
	background-color: #fff;
	color: #444;
	cursor: pointer;
	padding: 8px;
	width: 100%;
	border: none;
	outline: none;
	transition: 0.4s;
	text-align: left;
}

.active,
.accordion:hover
{
	background-color: #eeeeee;
}

/* Style the accordion panel. Note: hidden by default */

.panel
{
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.accordion:after
{
	content: '   +';
	/* Unicode character for "plus" sign (+) */
	font-size: 1.5rem;
	margin-left: 5px;
}

.active:after
{
	content: '   –';
	/* Unicode character for "minus" sign (-) */
}

.faq-title
{
	color: #009688;
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.5;
	width: 100%;
	font-family: 'Avenir LT Std 35 Light', Arial;
}

div.home-section-clear
{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 1% 0%;
}

img.icons
{
	display: block;
	height: auto;
	max-width: 95px;
	margin: 0 auto;
}

p.tile-title:hover
{
	background-color: transparent;
}

.section-title
{
	color: #009688;
	font-weight: 300;
	font-size: 1.8rem;
	width: 100%;
	font-family: 'Avenir LT Std 45 Book', Arial;
	font-weight: bold;
	line-height: 0.4;
}

p.tile-title
{
	text-align: center;
	font-weight: 300;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.6;
	width: 100%;
	font-family: 'Avenir LT Std 55 Roman', Arial;
	background-color: transparent;
}

div.search
{
	width: 35%;
}

div.home-tiles-container
{
	padding-top: 20px;
	padding-bottom: 60px;
}

div.home-tiles	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	mc-grid-row: true;
	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
{
	float: left;
	background-color: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2% 2%;
}

div.home-tiles > div:hover
{
	background-color: #eeeeee;
}

div.home-tiles > div:nth-child(1)
{
	width: 30%;
}

div.home-tiles > div:nth-child(2)
{
	margin-left: 5%;
	width: 30%;
}

div.home-tiles > div:nth-child(3)
{
	width: 30%;
	margin-left: 5%;
}

/*=Elements for text contained within each home-tile=*/

p.tile-subtitle
{
	text-align: center;
	color: #ffffff;
}

p.tile-content
{
	color: #5a5a5a;
	font-size: 0.9em;
	text-align: center;
}

div.home-tiles a	/*Complex Selector: Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	color: inherit;
}

div.home-tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #ff8c00;
	background-color: #eeeeee;
}

div.NewRowClass1 a:hover
{
	color: #ff8c00;
}

div.NewRowClass1 a:hover
{
	background-color: #eeeeee;
}

/*==Home Page Footer==*/

.search,
.search-bar
{
	margin: 0;
}

div.NewRowClass1	/*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-right: auto;
	margin-top: 5%;
}

div.NewRowClass1::before
{
	content: ' ';
	display: table;
}

div.NewRowClass1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.NewRowClass1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	height: 300px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	padding-left: 0px;
	padding-right: 0px;
}

div.NewRowClass1 > div:nth-child(1)
{
	width: 16.667%;
}

div.NewRowClass1 > div:nth-child(2)
{
	width: 16.667%;
	margin-left: 2%;
}

div.NewRowClass1 > div:nth-child(3)
{
	width: 16.667%;
	margin-left: 2%;
}

div.NewRowClass1 > div:nth-child(4)
{
	width: 16.667%;
	margin-left: 2%;
}

div.NewRowClass1 a
{
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	color: inherit;
}

div.NewRowClass2	/*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;
	padding: 1% 2%;
}

div.NewRowClass2::before
{
	content: ' ';
	display: table;
}

div.NewRowClass2::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.NewRowClass2 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1% 2%;
}

div.NewRowClass2 > div:hover
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #eeeeee;
}

div.NewRowClass2 > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.NewRowClass2 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.NewRowClass2 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.NewRowClass3	/*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.NewRowClass3::before
{
	content: ' ';
	display: table;
}

div.NewRowClass3::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.NewRowClass3 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.NewRowClass3 > div:hover
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #eeeeee;
}

div.NewRowClass3 > div:nth-child(1)
{
	width: 25%;
	margin-left: 8.3333%;
}

div.NewRowClass3 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.NewRowClass3 > div:nth-child(3)
{
	width: 33.33333%;
	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: 1282px)
{
	div.topic-hero
	{
		margin-top: 0;
	}

	div.topic-hero > div
	{
		margin-left: 20%;
		float: left;
	}

	div.search
	{
		margin: auto 0;
		width: 50%;
	}

	div.home-tiles-container
	{
		margin-left: 0;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 33.333%;
		margin-left: 16.667%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0;
		margin-top: 2%;
	}

	div.home-tiles > div:nth-child(4)
	{
		width: 33.333%;
		margin-left: 16.667%;
		margin-top: 2%;
	}

	div.footer
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	div.home-master-page-footer > div:nth-child(1)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.home-master-page-footer > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.home-master-page-footer > div:nth-child(3)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.NewRowClass1 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0;
	}

	div.NewRowClass1 > div:nth-child(2)
	{
		width: 33.333%;
		margin-left: 16.667%;
	}

	div.NewRowClass1 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0;
		margin-top: 2%;
	}

	div.NewRowClass1 > div:nth-child(4)
	{
		width: 33.333%;
		margin-left: 16.667%;
		margin-top: 2%;
	}

	div.NewRowClass2 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.NewRowClass2 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.NewRowClass2 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.NewRowClass3 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.NewRowClass3 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.NewRowClass3 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	h1.home
	{
		text-align: center;
	}

	div.topic-hero > div
	{
		margin-left: 5%;
		margin-right: 5%;
	}

	div.search
	{
		width: 100%;
	}

	div.home-tiles > div
	{
		margin-top: 2%;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(4)
	{
		width: 100%;
		margin-left: 0%;
	}

	p.tile-title
	{
		font-size: 1.1em;
	}

	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.NewRowClass1 > div
	{
		margin-top: 2%;
	}

	div.NewRowClass1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass1 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass1 > div:nth-child(4)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass2 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass2 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass2 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass3 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass3 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass3 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}
}

