/*<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
{
	font-family: Arial;
	line-height: 1.5em;
}

h1
{
	text-align: center;
	font-weight: normal;
	color: #5bc0de;
	font-family: 'Trebuchet MS';
	font-size: 5em;
	line-height: 1em;
}

h2
{
	font-size: 1.5em;
	text-align: center;
	font-weight: normal;
	color: #5bc0de;
	padding-bottom: 10px;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: 'EC Square Sans Pro';
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

span.highlight1	/*Span class used to change the color of text within block elements*/
{
	color: #d393de;
}

span.highlight2
{
	color: #955aa4;
}

span.highlight3
{
	color: #32a14f;
}

span.highlight4
{
	color: #f2774b;
}

.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;
}

/*==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*/
{
	border-top: 4px solid #5bc0de;
	border-bottom: 4px solid #5bc0de;
	background-color: #f5fafd;
	background-repeat: no-repeat;
	text-align: center;
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: #5bc0de;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #5bc0de;
	background-position-x: right;
	height: 400px;
	padding-right: 350px;
	right: 209pt;
	padding-left: 0;
	background-position: left;
	background-size: 400px 300px;
	background-image: none;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*==Home Tiles section==*/

div.home-tiles-container
{
	padding-top: 60px;
	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-top: 1%;
	margin-bottom: 1%;
	margin-left: 440px;
	margin-right: -440px;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles img	/*Complex Selector images included in the home-tiles will have a minimum width of 100%;*/
{
	min-width: 100%;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	background-color: #f1f1f1;
}

div.home-tiles > div:hover
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

div.home-tiles a	/*Properties for links in home-tiles*/
{
	color: #c7c7c7;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.home-tiles a:hover
{
	color: #075a9e;
}

p.tile-title
{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 1.5em;
}

/*==Search-bar==*/

div.search-bar
{
	margin-bottom: 50px;
	margin-top: 50px;
}

/*==Info section==*/

div.info-container
{
	padding-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

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;
}

div.info-section::before
{
	content: ' ';
	display: table;
}

div.info-section::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.info-section > div
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	text-align: center;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
}

div.info-section > div:hover
{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
	background-color: #FFF;
}

div.info-section > div:nth-child(1)
{
	border-left: 1px solid #ececec;
	border-left-color: #ececec;
	border-right-color: #ececec;
	border-right: 1px solid #ececec;
	left: 100%;
	padding-left: 0px;
	float: left;
	width: 25%;
	margin-left: 16.667%;
}

div.info-section > div:nth-child(2)
{
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	width: 25%;
	margin-left: 16.667%;
}

div.info-section > div:nth-child(3)
{
	width: 24%;
	margin-left: 2%;
}

p.in a
{
	text-decoration: none;
}

/*=Elements for content contained within each info section=*/

p.info-title
{
	line-height: 1em;
	margin-bottom: 20px;
	text-align: center;
	font-size: 40pt;
	color: 075A9E;
	margin-right: 4%;
}

p.info-title a	/*Any hyperlinks included in info-title will have the following properties*/
{
	text-decoration: none;
	color: inherit;
}

p.info-content
{
	font-size: 0.9em;
	background-image: url('https://webgate.ec.europa.eu/europhyt/help/honn/Content/Resources/Images/background.png');
}

a.home-button
{
	display: inline-block;
	background-color: #818181;
	text-decoration: none;
	color: #fff;
	transition: all 0.2s;
	padding: 10px 10px;
	padding-left: 10px;
	margin-left: -18px;
}

a.home-button:hover
{
	background-color: #075a9e;
}

/*==Home Page Footer==*/

div.footer
{
	padding-top: 13px;
	border-top-color: #5bc0de;
	border-top: 4px solid #5bc0de;
	background-color: #cee8fa;
	font-weight: bold;
	font-style: normal;
	font-size: 16pt;
	font-family: 'EC Square Sans Pro';
	color: #1970ae;
	height: 100pt;
	padding-bottom: 15pt;
}

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: #b1b1b1;
}

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;
}

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:nth-child(3)
{
	
}

/*===========================================================================================================================================================
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: 1279px)
{
	div.info-container
	{
		width: 100%;
	}

	div.info-section > div:nth-child(1)
	{
		width: 33%;
		margin-left: 0.33%;
	}

	div.info-section > div:nth-child(2)
	{
		width: 33%;
		margin-left: 0.33%;
	}

	div.info-section > div:nth-child(3)
	{
		width: 33%;
		margin-left: 0.33%;
	}

	p.info-title
	{
		font-size: 1.5em;
	}

	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%;
	}
}

@media only screen and (max-width: 767px)
{
	div.home-tiles > div
	{
		margin-top: 2%;
		background-color: #ececec;
	}

	p.tile-title
	{
		font-size: 1.1em;
	}

	div.info-section > div
	{
		text-align: center;
	}

	div.info-section > div:hover
	{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		box-shadow: none;
		background-color: none;
	}

	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%;
	}
}

a.home-button1:hover
{
	background-color: #075a9e;
}

p.OUT
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: 'EC Square Sans Pro';
	border: solid 2px #cee8fa;
	background-color: #f0f8ff;
}

