/*<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. 

===========================================================================================================================================================*/

@font-face 
{
	font-family: 'Guttman Frank';
	src: url('Fonts/GuttmanFrank.TTF');
	font-weight: normal;
}

@font-face 
{
	font-family: 'Guttman Frank';
	src: url('Fonts/GuttmanFrankBold.TTF');
	font-weight: bold;
}

@font-face 
{
	font-family: 'Source Serif';
	src: url('Fonts/SourceSerif4-Variable.ttf');
}

/* Home Page General Styles*/

body
{
	font-family: 'Source Serif', Georgia, serif;
	line-height: 1.5em;
	color: #404040;
}

h1
{
	text-align: center;
	font-weight: normal;
	color: #666;
	font-size: 5em;
	line-height: 1em;
	font-family: 'Source Serif', Georgia, serif;
	margin: 60px 0 30px 0;
}

h2
{
	font-size: 1.5em;
	text-align: center;
	font-weight: normal;
	color: #666;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

.title-bar-layout .logo-wrapper
{
	padding-left: 20px;
}

.title-bar-layout a.logo
{
	background-size: 100% 85%;
}

ul.navigation
{
	padding-right: 0;
}

.navigation-wrapper
{
	padding-top: 9px;
}

ul.navigation li > a
{
	padding-left: 18px;
	padding-right: 18px;
}

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*/
{
	padding-bottom: 0;
	padding-top: 0px;
	background-color: white;
}

/*==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-left: auto;
	margin-right: auto;
	margin-top: 12px;
}

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;
	position: relative;
	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;
	padding-left: 30px;
	padding-right: 30px;
	border-top: green 4px solid;
	height: 300px;
	margin-bottom: 4%;
}

div.home-tiles > div:nth-child(1)
{
	width: 22%;
	margin-left: 13%;
}

div.home-tiles > div:nth-child(2)
{
	width: 22%;
	margin-left: 4%;
}

div.home-tiles > div:nth-child(3)
{
	width: 22%;
	margin-left: 4%;
}

div.home-tiles a	/*Properties for links in home-tiles*/
{
	color: #004128;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px 40px;
	text-decoration: none;
}

div.home-tiles a:hover
{
	color: gray;
}

p.tile-title
{
	/* text-align: center; */
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.4em;
}

/*==Search-bar==*/

div.search-bar
{
	margin-bottom: 50px;
	margin-top: 50px;
}

div.coming-soon
{
	margin: 0px 13% 40px 13%;
}

/* Tabs */

.tabs-nav:before
{
	content: 'Sort by:';
	position: absolute;
	left: 0;
	font-size: 20px;
}

.tabs-nav
{
	position: relative;
	list-style: none;
	margin: 0 13%;
	padding: 0 0 30px 90px;
}

.tabs-nav .tab-active a
{
	color: #004128;
	cursor: default;
	text-decoration: underline;
}

.tabs-nav li:first-child a
{
	padding-left: 0px;
	margin-left: 0px;
}

.tabs-nav a
{
	cursor: pointer;
	display: block;
	width: auto;
	margin-left: 14px;
	margin-right: 14px;
	padding-right: 0px;
	color: #404040;
	font-size: 20px;
	border: 10px;
	text-decoration: none;
}

.tabs-nav li
{
	float: left;
	background: none;
	margin-bottom: 0px;
	padding: 0px;
}

.tabs-stage
{
	border-top: 0;
	clear: both;
	margin-bottom: 20px;
	position: relative;
	padding-top: 10px;
}

.tabs-stage > div
{
	display: none;
}

.tabs-stage > div.tab-1
{
	display: block;
}

.tabs-stage .tabs
{
	margin-left: 20px;
}

.tabs-stage p
{
	margin-left: 0;
	overflow-wrap: break-word;
}

.tabs h4,
.tabs h3
{
	margin: 12px 13%;
}

/*==Info section==*/

div.info-container
{
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	padding-bottom: 25px;
}

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;
	padding: 40px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

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)
{
	width: 24%;
	margin-left: 11%;
}

div.info-section > div:nth-child(2)
{
	width: 24%;
	margin-left: 2%;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
}

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;
	font-size: 1.8em;
	margin-bottom: 20px;
	text-align: center;
}

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;
}

a.home-button
{
	display: inline-block;
	background-color: #818181;
	padding: 7px 10px;
	text-decoration: none;
	color: #fff;
	transition: all 0.2s;
}

a.home-button:hover
{
	background-color: #F5FAFo;
}

/*==Home Page Footer==*/

div.footer
{
	background: #f1f1f1;
}

p.footer-img
{
	align-self: center;
}

a.social
{
	padding-right: 10px;
}

div.footer a
{
	text-decoration: none;
	color: #DADADA;
	vertical-align: middle;
}

div.footer p	/* Complex Selector: Any <p> that is contained within div.footer will have the following properties */
{
	font-size: 0.8em;
	color: white;
	display: inline-block;
	padding: 0 15px;
}

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;
}

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: 100%;
	margin-left: 0%;
	background: #004128;
	padding: 16px 30px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

div.home-master-page-footer > div:nth-child(2)
{
	padding: 16px 30px;
	width: 100%;
	text-align: center;
}

div.home-master-page-footer > div:nth-child(3)
{
	width: 25%;
	margin-left: 0%;
}

img.biu-logo
{
	width: 160px;
	padding-left: 13px;
	vertical-align: middle;
}

.footer div > div
{
	padding: 10px 0 4px 0;
}

h3
{
	margin-left: 0;
	padding-right: 10px;
	padding-left: 0;
	font-size: 20px;
}

h4
{
	font-size: 18px;
}

/*===========================================================================================================================================================
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;
	}

	.height-container-sidenav
	{
		padding-bottom: 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%;
	}

	p.footer-img
	{
		padding: 0 !important;
	}

	div.home-tiles > div
	{
		margin-bottom: 30px;
		background-color: #ececec;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 90%;
		margin-left: 5%;
	}

	p.tile-title
	{
		font-size: 1.1em;
	}

	div.coming-soon
	{
		margin: 0px 5% 40px 5%;
	}

	.tabs-nav
	{
		margin: 0 5%;
	}

	.tabs h4,
	.tabs h3
	{
		margin: 12px 5%;
	}
}

@media only screen and (max-width: 767px)
{
	a.social
	{
		display: none;
	}

	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%;
	}
}

