/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: Montserrat;
	src: url(../Fonts/Montserrat/Montserrat-Regular.ttf);
	font-weight: normal;
}

@font-face 
{
	font-family: Montserrat;
	src: url(../Fonts/Montserrat/Montserrat-Bold.ttf);
	font-weight: bolder;
}

@font-face 
{
	font-family: Montserrat;
	src: url(../Fonts/Montserrat/Montserrat-ExtraBold.ttf);
	font-weight: bold;
}

@font-face 
{
	font-family: Montserrat;
	src: url(../Fonts/Montserrat/Montserrat-Regular.ttf);
	font-weight: normal;
}

@font-face 
{
	font-family: Montserrat;
	src: url(../Fonts/Montserrat/Montserrat-Medium.ttf);
	font-weight: lighter;
}

@font-face 
{
	font-family: Montserrat;
	src: url(../Fonts/Montserrat/Montserrat-Light.ttf);
	font-weight: light;
}

@font-face 
{
	font-family: Montserrat;
	src: url(../Fonts/Montserrat/Montserrat-Italic.ttf);
	font-weight: normal;
	font-style: italic;
}

:root
{
	--Brand1: #076685;
	--Brand2: #CDE0E7;
	--Dark: #45494c;
	--Medium: #b9bec1;
	--Light: #d0d3d5;
	--SommerGreenDark: #05727e;
	--SommerGreenLight: #93c3c3;
	--SommerGreenVeryLight: #cde5e5;
	--GreenVeryLight: #ccfecc;
	--GreenLight: #2ecc71;
	--BlueVeryLight: #d4ebf9;
	--BlueLight: #3498db;
	--BlueDark: #000099;
	--RedVeryLight: #f9e7e5;
	--RedLight: #c0392b;
	--YellowVeryLight: #fffbea;
	--YellowLight: #f1c40f;
	--GrayVeryLight: #e1e4e6;
	--GrayDark: #575757;
	--GrayVeryDark: #404040;
	--Black: #000000;
	--White: #ffffff;
}

body
{
	color: var(--Black);
	font-family: Montserrat;
	font-weight: normal;
	text-align: center;
}

/* Content */

img
{
	border: none;
	max-width: 100%;
	vertical-align: middle;
}

img.slide
{
	width: 100%;
	border-radius: 50%;
	box-shadow: 10px 10px 5px #aaaaaa;
}

p
{
	font-size: 14pt;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25;
}

p.table-text
{
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Generic classes */

.center
{
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

.flex-container
{
	display: flex;
	justify-content: center;
	padding-top: 3%;
	padding-bottom: 3%;
}

.button
{
	background-color: var(--SommerGreenDark);
	border: solid 4px #ffffff;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	width: 200px;
	margin: 50px auto;
	display: block;
	float: none;
	cursor: pointer;
	border-radius: 0px;
}

.button:hover
{
	background-color: var(--SommerGreenLight);
}

/* Headings */

h1
{
	font-weight: bold;
	font-size: 24.0pt;
	margin-top: 0;
	color: var(--SommerGreenDark);
}

h2
{
	font-weight: normal;
	font-size: 30.0pt;
	text-align: center;
	color: #000000;
	padding-bottom: 3%;
}

h3
{
	font-weight: bold;
	font-size: 14.0pt;
	color: var(--SommerGreenDark);
}

h4
{
	font-weight: bold;
	font-size: 12.0pt;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
}

hr
{
	width: 15%;
}

/* Home page topic */

.nav-search	/*Does not display search in Top Navigation for desktop*/
{
	display: none;
}

div.accent
{
	background-color: var(--Brand2);
}

div.home-layout
{
	padding: 2% 20%;
}

div.home-section
{
	padding-top: 10%;
	padding-bottom: 5%;
}

div.home-section:last-of-type
{
	border-bottom: none;
}

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;
	box-shadow: 5px 10px 18px #888888;
	padding-left: 5px;
	padding-right: 5px;
}

div.home-tiles > div:nth-child(1)
{
	width: 33.333%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 33.333%;
	margin-left: 0%;
	background-image: url('../Images/Backgrounds/Hail/hail.jpg');
}

div.home-tiles > div:nth-child(3)
{
	width: 33.333%;
	margin-left: 0%;
}

div.quick-links	/*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.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links > div:nth-child(1)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

div.topic-hero
{
	padding: 0;
	background-image: url('../Images/Backgrounds/Hail/hail.jpg');
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}

div.topic-hero .content
{
	bottom: 0;
	background: rgb(0, 0, 0);
	/* Fallback color */
	background: rgba(5, 114, 126, 0.5);
	/* Black background with 0.5 opacity */
}

div.content .center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.topic-hero h1
{
	color: #ffffff;
	text-align: center;
	font-size: 80pt;
	padding-top: 3%;
	padding-bottom: 0%;
}

html.home-topic	/*Used on Home.htm topic for styles set only on the home topic*/
{
	
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin*/
{
	max-width: 100%;
	padding: 0;
}

img.home-tile
{
	max-width: 50%;
}

/* Slideshow */

.mySlides
{
	display: none;
}

.slideshow-container	/* Slideshow container */
{
	max-width: 1000px;
	position: relative;
	margin-left: 15%;
	margin-right: 15%;
}

.text	/* Caption text */
{
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 100px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	text-shadow: 5px 5px 5px #000000;
}

.numbertext	/* Number text (1/3 etc) */
{
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.dot	/* The dots/bullets/indicators */
{
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active
{
	background-color: #717171;
}

.fade	/* Fading animation */
{
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2.5s;
	animation-name: fade;
	animation-duration: 2.5s;
}

@-webkit-keyframes fade
{
  from {opacity: .4} 
  to {opacity: 1}
} 

@keyframes fade 
{
  from {opacity: .4} 
  to {opacity: 1}
} 

@media only screen and (max-width: 300px)
{
	.text
	{
		font-size: 11px;
	}
}

/* On smaller screens, decrease text size */
/* Links */

a
{
	color: var(--SommerGreenDark);
	text-decoration: none;
}

a:link
{
	color: var(--SommerGreenDark);
}

a:visited
{
	color: var(--SommerGreenDark);
}

.button a:link,
.button a:visited
{
	color: var(--White);
}

a.home-tiles
{
	color: var(--Dark);
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
}

MadCap|dropDown
{
	border-bottom: 1px solid var(--Light);
	mc-image-position: left;
	mc-image-spacing: 10px;
	padding: 10px 0;
	mc-open-image: url('../Images/Icons/Arrows/arrow-down-black.png');
	mc-closed-image: url('../Images/Icons/Arrows/arrow-down-gray.png');
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: var(--Dark);
	font-size: 20pt;
	font-weight: bold;
	border-bottom: none;
}

MadCap|expandingBody
{
	color: var(--Dark);
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: var(--Brand1);
}

MadCap|xref
{
	font-weight: bold;
	text-decoration: underline;
	color: var(--Brand1);
	mc-format: '{para}';
}

/* Lists */

ol,
ul
{
	letter-spacing: .25;
	line-height: 20pt;
}

/* Master pages */

div.home-footer
{
	padding: 2% 5%;
	background-color: var(--SommerGreenDark);
}

div.side-content	/*Used on OtherTopics.flmsp for the search-bar and menu*/
{
	width: 300px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

div.topic-layout
{
	padding-top: 4%;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: var(--Dark);
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: var(--White);
	text-align: center;
}

p.footer-sub
{
	color: var(--White);
	font-size: 14pt;
	margin-top: 14px;
}

/* tables */

td,
th,
tr
{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin: 0;
}

td
{
	vertical-align: top;
}

tr
{
	page-break-inside: avoid;
}

p.tableLeft,
p.tableCenter,
p.tableRight,
p.tableHeadLeft,
p.tableHeadCenter,
p.tableHeadRight,
p.tableCodeLeft,
p.tableCodeRight,
p.tableLeftSmall
{
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	color: var(--GrayDark);
}

/* table head */

p.tableHeadLeft,
p.tableHeadCenter,
p.tableHeadRight
{
	color: var(--White);
	font-weight: bold;
	text-align: left;
}

p.tableHeadCenter
{
	text-align: center;
}

p.tableHeadRight
{
	text-align: right;
}

p.tableHeadLeftSmall,
p.tableheadCenterSmall,
p.tableHeadRightSmall
{
	color: var(--White);
	font-weight: bold;
	font-size: var(--Small);
	line-height: 0.8em;
	vertical-align: middle;
	text-align: left;
}

p.tableheadCenterSmall
{
	text-align: center;
}

p.tableHeadRightSmall
{
	text-align: right;
}

/* table body */

p.tableLeft
{
	text-align: left;
}

p.tableCenter
{
	text-align: center;
}

p.tableRight
{
	text-align: right;
}

p.tableCodeLeft,
p.tableCodeRight
{
	font-family: monospace;
	white-space: pre;
	text-align: left;
}

p.tableCodeRight
{
	text-align: right;
}

p.tableLeftSmall,
p.tableCenterSmall,
p.tableRightSmall
{
	font-size: var(--Small);
	color: var(--GrayDark);
	line-height: 1em;
	vertical-align: middle;
	text-align: left;
}

p.tableCenterSmall
{
	text-align: center;
}

p.tableRightSmall
{
	text-align: right;
}

p.FrameFooterText
{
	font-size: var(--XXXLarge);
}

p.FrameFooterTextSmall
{
	font-size: var(--Medium);
}

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	.nav-search	/*Displays search in Top Navigation for tablet/mobile*/
	{
		display: block;
	}

	div.side-content	/*Removes search-bar and menu set in topic in tablet*/
	{
		display: none;
	}

	html.home-topic .nav-search	/*Will not display search in Top Navigation on home page*/
	{
		display: none;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-layout
	{
		padding: 2% 5%;
	}

	div.home-section
	{
		padding: 10% 0;
	}

	img.home-tile
	{
		max-width: 25%;
	}

	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.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-left: 25.5%;
	}

	div.topic-hero
	{
		padding: 15% 0;
	}

	div.topic-hero h1
	{
		font-size: 36pt;
	}
}

@media print
{
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		text-decoration: none;
		mc-format: '{quote}{para}{quote} {pageref}';
	}
}

