/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*===========================================================================================================================================================

Hello! If this is your first time looking at a stylesheet within the text editor view, what you are reading right now is a "comment". Comments are added throughout this stylesheet with the purpose of making the source code easier to understand, comments will not be interpreted during the compile process. Since comments are not interpreted during the compile process, feel free to add or remove any comments.

If you have any questions regarding how to work with this stylesheet or template project, please contact MadCap Technical Support. 
https://www.madcapsoftware.com/support/contact-options.aspx

NOTE: Generally, this stylesheet has elements listed out in the order that they appear in the topic from top to bottom. The exception are General styles which are at the top and the stylesheet mediums which are at the bottom.

EXAMPLE: Since the Topic/Banner image is at the top of the home page, it will be listed closer to the top of this stylesheet. While, the footer will be written towards the bottom. 

===========================================================================================================================================================*/

/* Home Page General Styles*/

body
{
	font-family: 'Century Gothic';
	line-height: 1.5em;
	background-color: #e4e8e8;
}

h1
{
	font-size: 2.75em;
	font-family: 'Open Sans Light';
}

h2
{
	font-size: 1.6785em;
	font-family: 'Open Sans Light';
}

p
{
	color: #51626f;
	margin-bottom: 8px;
	margin-top: 8px;
	font-weight: bolder;
	font-size: 12pt;
	font-family: 'Open Sans Light';
}

span.highlight	/*Span class used to change the color of text within block elements*/
{
	color: #ffffff;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

.off-canvas-content .main-section > .outer-row
{
	max-width: 100%;
	padding: 0;
}

/*==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;
}

MadCap|menuProxy.menu1
{
	mc-toc-depth: 1;
	mc-context-sensitive: True;
}

MadCap|menuProxy.menu2
{
	mc-toc-depth: 1;
	mc-context-sensitive: True;
}

html.home-page
{
	mc-community-features: disabled;
}

/*==Top Navigation Bar Section==*/

/*nav.title-bar
{
	position: absolute;
	width: 100%;
	background-color: rgba(255,255,255, 255);
}*/

/*==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*/
{
	background-repeat: no-repeat;
	padding-bottom: 0px;
	background-position: center;
	background-size: cover;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../Images/Welcome Banner/18-001567.Neptune360.banner.1557x416.png');
	padding-top: 20px;
	height: 300px;
}

/*==Home Tiles section==*/

div.home-tiles-container
{
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: -150px;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

div.home-tiles	/*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.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
}

div.home-tiles > div:nth-child(1)
{
	width: 33.333%;
}

div.home-tiles > div:nth-child(2)
{
	width: 33.333%;
}

div.home-tiles > div:nth-child(3)
{
	width: 33.333%;
}

div.home-tiles > div:nth-child(4)
{
	width: 33.333%;
}

div.home-tiles > div:nth-child(5)
{
	width: 33.333%;
}

div.home-tiles > div:nth-child(6)
{
	width: 33.333%;
}

/*=Elements for text contained within each home-tile=*/

p.card-title
{
	text-align: center;
	color: #51626f;
	font-weight: bold;
}

p.card-subtitle
{
	text-align: center;
	color: #ffffff;
	border-bottom: 1px solid #d3d3d3;
}

p.card-content
{
	color: #ffffff;
	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;
	color: #51626f;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

a:link
{
	text-decoration: none;
	color: #0088ce;
}

a:visited
{
	color: #0088ce;
}

div.home-tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #009976;
}

a:hover
{
	color: #009976;
}

/*==Info section==*/

div.info-section	/*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.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: 16.667%;
	margin-left: 16.667%;
}

div.info-section > div:nth-child(2)
{
	width: 16.667%;
	margin-left: 2%;
}

div.info-section > div:nth-child(3)	/*Video Container*/
{
	width: 33.333%;
	margin-left: 5%;
}

/*=Elements for content contained within each info section=*/

p.info-title
{
	line-height: 1em;
	padding-bottom: 10px;
	border-bottom: 1px solid #9c9c9c;
}

p.info-content
{
	font-size: 0.9em;
}

/*==Home Page Footer==*/

div.footer
{
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bolder;
	background-color: #ffffff;
	background: linear-gradient(#ffffff, #ffffff, #ffffff);
	color: #ffffff;
	font-family: 'Open Sans';
}

div.footer a
{
	text-decoration: none;
	color: #DADADA;
}

div.footer p	/* Complex Selector: Any <p> that is contained within div.footer will have the following properties */
{
	font-size: 0.8em;
	color: #51626f;
}

div.home-master-page-footer	/*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;
	width: 55%;
}

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;
	padding-left: 2.5px;
	padding-right: 2.5px;
}

div.home-master-page-footer > div:nth-child(1)
{
	width: 33.33%;
	margin-left: 0%;
}

div.home-master-page-footer > div:nth-child(2)
{
	width: 33.333%;
}

div.home-master-page-footer > div:nth-child(3)
{
	font-family: 'Open Sans';
	line-height: normal;
	width: 33.333%;
}

div.info-container
{
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 75px;
}

ul
{
	font-family: 'Century Gothic';
	line-height: normal;
	color: #000000;
}

ol
{
	font-family: 'Century Gothic';
	color: #000000;
	line-height: normal;
}

li
{
	color: #000000;
	font-family: 'Century Gothic';
	line-height: normal;
}

h3
{
	font-family: 'Open Sans Light';
}

h4
{
	font-family: 'Open Sans Light';
}

h5
{
	font-family: 'Open Sans Light';
}

h6
{
	font-family: 'Open Sans Light';
}

MadCap|menuProxy
{
	font-family: 'Open Sans Light';
}

/*===========================================================================================================================================================
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: 1288px)
{
	div.home-tiles > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 10%;
	}

	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: 10%;
		margin-top: 2%;
	}

	div.home-tiles > div:nth-child(4)
	{
		width: 33.333%;
		margin-left: 16.667%;
		margin-top: 2%;
	}

	div.home-tiles > div:nth-child(5)
	{
		width: 33.333%;
		margin-left: 10%;
		margin-top: 2%;
	}

	div.home-tiles > div:nth-child(6)
	{
		width: 33.333%;
		margin-left: 16.667%;
		margin-top: 2%;
	}

	div.info-section > div
	{
		text-align: center;
	}

	div.info-section > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 10%;
		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%;
	}

	p.info-title
	{
		font-size: 2em;
	}

	p.info-content
	{
		font-size: 1em;
	}

	div.footer
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	div.home-master-page-footer > div:nth-child(1)
	{
		width: 33%;
	}

	div.home-master-page-footer > div:nth-child(2)
	{
		width: 33%;
		margin-left: 0%;
	}

	div.home-master-page-footer > div:nth-child(3)
	{
		width: 33%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	div.topic-hero
	{
		height: 250px;
	}

	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%;
	}

	div.home-tiles > div:nth-child(5)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(6)
	{
		width: 100%;
		margin-left: 0%;
	}

	p.card-title
	{
		font-size: 1.1em;
	}

	div.info-section > div
	{
		text-align: center;
	}

	div.info-section > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 10%;
		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%;
	}

	p.info-title
	{
		font-size: 2em;
	}

	p.info-content
	{
		font-size: 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%;
		margin-left: 0%;
	}

	img.hometileimage
	{
		width: 30%;
	}
}

@media print
{
	div.topic-hero
	{
		background-image: url('../Images/waterImage09.jpg');
	}

	ul
	{
		font-family: 'Century Gothic';
	}
}

div.home-tiles *
{
	text-align: center;
}

img.hometileimage
{
	width: 20%;
}

