/*<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.

For help with MadCap Flare go to Help Ribbon > Topics Section > Open Help. Alternatively visit the Flare Online Help at help.madcapsoftware.com

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
{
	background-color: #FFF;
}

h1
{
	font-size: 2.75em;
	color: #fff;
	line-height: 1em;
}

h2
{
	font-size: 1.6785em;
	color: #fff;
}

p
{
	color: #5a5a5a;
	margin-bottom: 8px;
	margin-top: 8px;
}

.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;
}

/*==Responsive Header Styles==*/

#contentBody > .responsive-header
{
	background-color: transparent;
}

/*==Home Page Hero Section==*/

div.topic-hero	/*This is the first Hero/Banner on the Home Page - To replace the banner image with your own, change background-image property*/
{
	height: 198px;
	padding-bottom: 0px;
	padding-top: 196px;
	background-color: #2475AA;
	background-image: url('../Images/Assets/HeroImages/HeroImage-1.png');
	background-size: inherit;
	background-repeat: no-repeat;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center 0;
}

div.cta	/*Call to action button on the Home Page*/
{
	color: #FFF;
	background-color: #7469b9;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 14px 20px;
	width: 200px;
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	margin-top: 50px;
}

div.cta:hover	/*When hovering over the CTA button the following properties apply*/
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transform: scale(1.01);
}

a.cta:link
{
	color: #FFF;
	text-decoration: none;
}

a.cta:visited
{
	color: #FFF;
	text-decoration: none;
}

/*==Search bar elements==*/

.search-field	/*The box-shadow property is applied to style to provide shadow on the search bar*/
{
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

div.search-container
{
	margin-top: -60px;
	margin-bottom: 20px;
	left: -50%;
	right: -50%;
}

/*==Home Tiles section==*/

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: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	background-color: transparent;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	/*Adds transition animation when switching between screen sizes*/
	overflow: hidden;
}

div.home-tiles > div:hover	/*When hovering over a home-tile, these properties apply*/
{
	border-radius: 20px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

div.home-tiles > div:nth-child(1)
{
	width: 15%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 15%;
	margin-left: 1%;
}

div.home-tiles > div:nth-child(3)
{
	width: 15%;
	margin-left: 1%;
}

div.home-tiles > div:nth-child(4)
{
	width: 15%;
	margin-left: 1%;
}

/*=Elements for text contained within each home-tile=*/

p.tile-title
{
	text-align: center;
	color: #7E8890;
	font-size: 1.4em;
}

p.tile-content
{
	text-align: center;
	color: #7E8890;
	font-size: 0.8em;
}

p.tile-items
{
	color: #7E8890;
	font-size: 0.7em;
	text-align: center;
}

div.home-tiles a	/*Complex Selector: Any anchor (links) tags that are within div.home-tiles will have the following properties*/
{
	text-decoration: none;
	color: #565656;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.home-tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #7469b9;
}

.dropdown-content a:hover
{
	background-color: #034579;
	color: black;
}

/*=Info-container section=*/

div.info-container	/*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.*/
{
	margin-top: 300px;
	padding-bottom: 400px;
	padding-top: 6px;
	box-shadow: inset -1px 1px 17px 0px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	color: #fff;
	background-color: transparent;
	/*Create the parallax scrolling effect*/
	background-attachment: fixed;
	background-position: center 0;
	background-image: url('../Images/Assets/HeroImages/HeroImage-2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

div.info-section	/*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.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: 10%;
}

div.info-section > div:nth-child(2)
{
	width: 20%;
	margin-left: 10%;
}

div.info-section > div:nth-child(3)	/*Div that contains "Tips"*/
{
	width: 20%;
	margin-left: 10%;
}

div.info-container p	/*Complex Selector: Any <p> that is contained within div.info-container will have the following properties*/
{
	color: #fff;
}

/*=Elements for content contained within each info section=*/

p.info-title
{
	font-size: 16pt;
	line-height: 1em;
	background: rgba(0, 0, 0, 0.4);
	/* Black background with 0.5 opacity */
	color: #ffffff;
	/* Grey text */
	border-radius: 6px;
	padding: 15px;
	text-decoration: none;
}

.a
{
	text-decoration: none;
}

p.info-content
{
	font-size: 0.8em;
	background: rgba(0, 0, 0, 0.4);
	/* Black background with 0.5 opacity */
	color: #f1f1f1;
	/* Grey text */
	border-radius: 6px;
	padding: 15px;
	text-decoration: none;
}

p.tip	/*Paragraph style used for the Tips */
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: url('../Images/Assets/Icons/MainIcons/Tips-white.png');
	background-position: 15px center;
	background-repeat: no-repeat;
	border-radius: 6px;
	line-height: 1em;
	overflow: hidden;
	padding: 15px;
	text-align: left;
	background: rgba(0, 0, 0, 0.5);
	/* Black background with 0.5 opacity */
	color: #f1f1f1;
	/* Grey text */
}

/*==Home Page Footer Section==*/

div.footer
{
	padding-top: 20px;
	padding-bottom: 20px;
}

div.footer a	/*Complex Selector: Any anchor (links) tags that are within div.footer will have the following properties */
{
	text-decoration: none;
	color: #DADADA;
}

div.footer > div.outer-row
{
	line-height: 30px;
	padding: 0;
}

div.home-master-page-footer	/*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;
	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;
}

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.footer p	/*Complex Selector: Any <p> that is contained within div.footer will have the following properties*/
{
	color: #7E8890;
	font-size: 0.8em;
}

MadCap|breadcrumbsProxy
{
	border-bottom-color: transparent;
}

/*===========================================================================================================================================================
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-device-width: 1278px)
{
	#content-section .right-section,
	#content-section .left-section
	{
		padding: 0;
	}

	p.info-title
	{
		font-size: 16pt;
		line-height: 1em;
		background: rgba(0, 0, 0, 0.4);
		/* Black background with 0.5 opacity */
		color: #ffffff;
		/* Grey text */
		border-radius: 6px;
		padding: 15px;
		text-decoration: none;
	}

	p.info-content
	{
		font-size: 1em;
	}

	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: 25%;
		margin-left: 0%;
	}

	div.home-master-page-footer > div:nth-child(3)
	{
		width: 8.33%;
		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);
		/*Adds transition animation when switching between screen sizes*/
		-moz-border-radius: 20x;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		border: 1px solid #d3d3d3;
		padding: 60px 10px;
	}

	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: 32%;
		margin-left: 1%;
	}

	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%;
	}
}

@media only screen and (max-device-width: 767px)
{
	#content-section
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	div.search-container
	{
		margin-bottom: 50px;
	}

	p.tile-title
	{
		font-size: 1.2em;
	}

	p.info-title
	{
		font-size: 2em;
	}

	p.info-content
	{
		font-size: 1em;
	}

	div.home-tiles > div
	{
		margin-top: 0px;
		text-align: center;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 90%;
		margin-left: 5%;
		text-align: center;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
		text-align: center;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 90%;
		margin-left: 5%;
		text-align: center;
	}

	div.home-tiles > div:nth-child(4)
	{
		width: 90%;
		margin-left: 5%;
		text-align: center;
	}

	div.info-section > div
	{
		text-align: center;
		padding: 0 20px;
	}

	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%;
	}

	div.home-master-page-footer > div	/* Adds separators to the footer items when in mobile layout */
	{
		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%;
	}
}

/*<SliAn />*/

*
{
	box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */

.column
{
	float: center;
	width: 33.33%;
	background-color: transparent;
	padding: 5px;
	height: auto;
	/* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */

.row:after
{
	content: "";
	display: table;
	clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px)
{
	.column
	{
		width: 60px;
	}
}

h1
{
	margin: 0 0 .5em;
	padding: 0;
}

.animate-reveal
{
	opacity: 0;
	-webkit-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
	-moz-animation: reveal 1s ease-in 1 normal forwards;
	-o-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
	animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
}

.animate-first
{
	-webkit-animation-delay: 400ms;
	-moz-animation-delay: 400ms;
	-o-animation-delay: 400ms;
	animation-delay: 400ms;
}

.animate-second
{
	-webkit-animation-delay: 800ms;
	-moz-animation-delay: 800ms;
	-o-animation-delay: 800ms;
	animation-delay: 800ms;
}

.animate-third
{
	-webkit-animation-delay: 1200ms;
	-moz-animation-delay: 1200ms;
	-o-animation-delay: 1200ms;
	animation-delay: 1200ms;
}

.animate-four
{
	-webkit-animation-delay: 1600ms;
	-moz-animation-delay: 1600ms;
	-o-animation-delay: 1600ms;
	animation-delay: 1600ms;
}

.animate-five
{
	-webkit-animation-delay: 2000ms;
	-moz-animation-delay: 2000ms;
	-o-animation-delay: 2000ms;
	animation-delay: 2000ms;
}

@-webkit-keyframes reveal {
			0% {
			opacity: 0;
			-webkit-transform: translateY(100%);
			-moz-transform: translateY(100%);
			-o-transform: translateY(100%);
			transform: translateY(100%);
			}
			100% {
			opacity: 1;
			-webkit-transform: translateY(0);
			-moz-transform: translateY(0);
			-o-transform: translateY(0);
			transform: translateY(0);
			}
			} 

@-moz-keyframes reveal {
			0% {
			opacity: 0;
			-webkit-transform: translateY(100%);
			-moz-transform: translateY(100%);
			-o-transform: translateY(100%);
			transform: translateY(100%);
			}
			100% {
			opacity: 1;
			-webkit-transform: translateY(0);
			-moz-transform: translateY(0);
			-o-transform: translateY(0);
			transform: translateY(0);
			}
			} 

@-o-keyframes reveal {
			0% {
			opacity: 0;
			-webkit-transform: translateY(100%);
			-moz-transform: translateY(100%);
			-o-transform: translateY(100%);
			transform: translateY(100%);
			}
			100% {
			opacity: 1;
			-webkit-transform: translateY(0);
			-moz-transform: translateY(0);
			-o-transform: translateY(0);
			transform: translateY(0);
			}
			} 

@keyframes reveal {
			0% {
			opacity: 0;
			-webkit-transform: translateY(100%);
			-moz-transform: translateY(100%);
			-o-transform: translateY(100%);
			transform: translateY(100%);
			}
			100% {
			opacity: 1;
			-webkit-transform: translateY(0);
			-moz-transform: translateY(0);
			-o-transform: translateY(0);
			transform: translateY(0);
			}
			} 

.accordion
{
	background-color: transparent;
	cursor: pointer;
	padding: none;
	height: auto;
	width: auto;
	border: none;
	outline: none;
	font-size: 10pt;
	transition: 0.4s;
}

.active,
.accordion:hover
{
	background-color: transparent;
}

.accordion:after
{
	content: '\002B';
	color: transparent;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.active:after
{
	content: "\2212";
}

.panel
{
	padding: 5px 18px;
	background-color: transparent;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.HomeImg
{
	max-width: 100%;
}

.disabled
{
	opacity: 0.7;
	cursor: not-allowed;
}

.but
{
	background-color: #005294;
	font: Calibri;
	width: 250px;
	border: none;
	color: white;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14pt;
	margin: 4px 4px;
	cursor: pointer;
	border-radius: 6px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.but:hover
{
	box-shadow: 0 14px 20px 0 rgba(0,0,0,0.24), 0 17px 60px 0 rgba(0,0,0,0.19);
	background-color: #e37808;
}

.but:active
{
	box-shadow: 0 14px 20px 0 rgba(0,0,0,0.24), 0 17px 60px 0 rgba(0,0,0,0.19);
	background-color: #F39200;
}

.content
{
	display: none;
}

/* FlexContent */

.flex-container
{
	display: flex;
	justify-content: center;
	background-color: transparent;
	margin: 0px;
	text-align: center;
	padding: 4px;
}

.flex-bottom
{
	display: flex;
	justify-content: center;
	background-color: #e6e6e6;
	margin: 15px;
	text-align: center;
	padding: 10px;
	bottom: 0px;
	right: -100px;
	left: -100px;
	width: auto;
	height: auto;
}

.flex-topnav
{
	display: flex;
	justify-content: center;
	background-color: transparent;
	text-align: center;
	padding: 0px;
}

p.bannertitle
{
	font-size: 11pt;
	left: 330px;
	width: auto;
	line-height: 1em;
	background: rgba(0, 0, 0, 0.3);
	/* Black background with 0.5 opacity */
	color: #ffffff;
	/* Grey text */
	border-radius: 4px;
	padding: 10px;
	text-align: center;
}

/* botto */

.botto
{
	position: fixed;
	bottom: 0px;
	right: -100px;
	left: -100px;
	width: auto;
	height: auto;
	text-align: center;
	text-decoration: none;
	background-color: #005294;
}

/* ResponsiveGrid */

*
{
	box-sizing: border-box;
}

.resprow
{
	display: -ms-flexbox;
	/* IE10 */
	display: flex;
	-ms-flex-wrap: wrap;
	/* IE10 */
	flex-wrap: wrap;
	padding: 0 4px;
}

/* Create three equal columns that sits next to each other */

.fivecolumn
{
	-ms-flex: 20%;
	/* IE10 */
	flex: 20%;
	max-width: 20%;
	padding: 0 4px;
}

/* Responsive layout - makes a two column-layout instead of four columns */

@media screen and (max-width: 800px)
{
	.fivecolumn
	{
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px)
{
	.fivecolumn
	{
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
}

/* Create three equal columns that sits next to each other */

.respcolumn
{
	-ms-flex: 25%;
	/* IE10 */
	flex: 25%;
	max-width: 25%;
	padding: 0 4px;
}

/* Responsive layout - makes a two column-layout instead of four columns */

@media screen and (max-width: 800px)
{
	.respcolumn
	{
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px)
{
	.respcolumn
	{
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
}

/* DropColumn */

.dropcolumn
{
	-ms-flex: 33%;
	/* IE10 */
	flex: 33%;
	max-width: 33%;
	padding: 0 4px;
}

/* Responsive layout - makes a two column-layout instead of four columns */

@media screen and (max-width: 800px)
{
	.dropcolumn
	{
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px)
{
	.dropcolumn
	{
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
}

/* DropColumn */

.twocolumn
{
	-ms-flex: 50%;
	/* IE10 */
	flex: 50%;
	max-width: 50%;
	padding: 0 4px;
}

/* Responsive layout - makes a two column-layout instead of four columns */

@media screen and (max-width: 800px)
{
	.twocolumn
	{
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px)
{
	.twocolumn
	{
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
}

@media screen and (min-width: 1800px)
{
	.twocolumn
	{
		-ms-flex: 35%;
		flex: 35%;
		max-width: 35%;
	}
}

/* HomeCard */

.Homecard
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
	max-width: 300px;
	margin: 15px;
	text-align: center;
	font-family: Calibri;
	height: 400px;
}

.Homecard:hover
{
	box-shadow: 0 14px 20px 0 rgba(0,0,0,0.24), 0 17px 60px 0 rgba(0,0,0,0.19);
}

.Homecard:active
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.minicard
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
	max-width: 270px;
	margin: 5px 10px 25px 10px;
	text-align: center;
	font-family: Calibri;
	height: 370px;
}

.minicard:hover
{
	box-shadow: 0 14px 20px 0 rgba(0,0,0,0.24), 0 17px 60px 0 rgba(0,0,0,0.19);
}

.minititle
{
	color: grey;
	font-size: 16pt;
	text-align: justify;
	text-transform: initial;
	padding: 5px;
	font-size: 11pt;
	text-decoration: none;
}

.flagcard
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
	max-width: 209px;
	margin: 5px 10px 25px 10px;
	text-align: center;
	font-family: Calibri;
	height: 140px;
}

.flagcard:hover
{
	box-shadow: 0 14px 20px 0 rgba(0,0,0,0.24), 0 17px 60px 0 rgba(0,0,0,0.19);
}

.Cartitle
{
	color: grey;
	font-size: 16pt;
	text-align: justify;
	text-transform: initial;
	padding: 5px 20px 10px 20px;
	font-size: 16px;
}

.cardTop
{
	border: none;
	display: inline-block;
	color: #FFFFFF;
	padding: 6px 0px 6px 0px;
	background-color: #2475AA;
	text-align: center;
	cursor: pointer;
	width: 100%;
	font-size: 12pt;
	text-transform: uppercase;
}

.Learnbutton
{
	background-color: #e37808;
	font: Calibri;
	border: none;
	border-radius: 4px;
	color: white;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-size: 13pt;
	height: 40px;
	width: 140px;
	cursor: pointer;
	margin: 5px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.Learnbutton:hover
{
	background-color: #FFFFFF;
	color: #e37808;
	outline: 1px solid #e37808;
	border-radius: 4px;
}

.Bottombut
{
	background-color: #e6e6e6;
	width: 180px;
	border: none;
	color: #333333;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 11pt;
	margin: 4px;
	cursor: pointer;
	border-radius: 4px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.Bottombut:hover
{
	background-color: #333333;
	color: #FFFFFF;
}

/* TopNav */

body
{
	margin: 0;
}

.topnav
{
	overflow: hidden;
	background-color: transparent;
	width: 580px;
}

.topnav a
{
	float: left;
	display: block;
	color: #FFFFFF;
	text-align: center;
	padding: 4px 11px;
	text-decoration: none;
	font-size: 12pt;
}

.Homebut
{
	background-color: #2475a9;
	color: #FFFFFF;
	border-radius: 4px;
	width: 64px;
	height: 40px;
	size: 12pt;
}

.Homebut:hover
{
	background-color: white;
	color: #2475a9;
	border: 1px solid #2475a9 !important;
	border-radius: 4px;
}

.topnav .icon
{
	display: none;
}

.dropdown
{
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn
{
	font-size: 17px;
	border: none;
	outline: none;
	font-size: 12pt;
	color: #005294;
	padding: 6px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 4px;
}

.dropdown .dropbtn:hover
{
	border-bottom: 3px solid #F39200;
}

.dropdown-content
{
	display: none;
	position: absolute;
	background-color: #034579;
	width: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	left: 0px;
	right: 0px;
}

.dropdown-content a
{
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.topnav a:hover,
.dropdown:hover
{
	background-color: transparent;
}

.dropdown:hover .dropdown-content
{
	display: block;
}

@media screen and (max-width: 800px)
{
	.topnav a:not(:first-child),
	.dropdown .dropbtn
	{
		display: none;
	}

	.topnav a.icon
	{
		float: right;
		display: block;
	}
}

@media screen and (max-width: 800px)
{
	.topnav.responsive
	{
		position: relative;
	}

	.topnav.responsive .icon
	{
		position: absolute;
		right: 0;
		top: 0;
	}

	.topnav.responsive a
	{
		float: none;
		display: block;
		text-align: left;
	}

	.topnav.responsive .dropdown
	{
		float: none;
	}

	.topnav.responsive .dropdown-content
	{
		position: relative;
	}

	.topnav.responsive .dropdown .dropbtn
	{
		display: block;
		width: 100%;
		text-align: left;
	}
}

/* Create three equal columns that floats next to each other */

.columnhome
{
	float: left;
	padding: 10px;
	height: auto;
	/* Should be removed. Only for demonstration */
	-ms-flex: 25%;
	/* IE10 */
	flex: 25%;
	max-width: 25%;
}

.homepagecol
{
	float: left;
	width: 33.33%;
	padding: 10px;
	height: auto;
	/* Should be removed. Only for demonstration */
}

/* Dropdownbutton on mouse-over */

.mainbtn
{
	background-color: #005294;
	border: none;
	color: white;
	padding: 12px 16px;
	width: 240px;
	height: 45px;
	font-size: 12pt;
	cursor: pointer;
	border-radius: 4px;
	text-align: left;
}

.mainbtn:hover
{
	background-color: #316DA2;
}

/* Sticky */

.sticky
{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #FFFFFF;
	padding: 35px;
	font-size: 30pt;
	color: #005294;
	text-align: center;
	font-family: calibri;
}

/* FeatureCard */

.Feature
{
	border: none;
	background-color: #f1f1f1;
	border-radius: 5px;
	padding: 8px;
	margin: 10px;
	font-family: Calibri;
	min-width: 400px;
	width: auto;
	justify-content: center;
}

.Feature::after
{
	content: "";
	clear: both;
	display: table;
}

.Feature img
{
	float: right;
	max-width: 50px;
	height: 30px;
	width: 100%;
	margin-left: 20px;
	margin-right: 0;
}

.timeH
{
	font-size: 20pt;
	color: #005294;
	text-align: left;
}

.time
{
	float: right;
	color: #333;
	text-align: left;
}

/* Home Top Button */

.HomeTop
{
	background-color: #999999;
	color: white;
	border-radius: 4px;
	font-size: 14pt;
	font-family: Calibri;
	text-decoration: none;
	display: inline-block;
	padding: 4px 4px;
	top: 10px;
	margin: 5px;
	width: 70px;
}

.HomeTop:hover
{
	background-color: #e6e6e6;
	color: black;
}

