/*<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, 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: 'Open Sans', sans-serif, Arial;
	/*font-size: 12pt;*/
	line-height: 12pt;
	background-color: #fff;
}

h1
{
	color: #fff;
	font-family: 'Open Sans', sans-serif, Arial;
	/*line-height: 1.25;
	font-size: 3.0em;
	font-size: 50px;*/
	font-size: 32px;
	margin: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center !important;
	line-height: 1.3em;
}

h2
{
	color: #fff;
	font-family: 'Open Sans', sans-serif, Arial;
	/*line-height: .8;
	font-size: 1.5em;
	margin-left: 22%;
	margin-bottom: 2%;*/
	font-size: 16px;
	font-weight: 100;
	margin: 0;
	text-align: center !important;
	line-height: 1em;
}

p
{
	color: #5a5a5a;
	margin-bottom: 8px;
	margin-top: 8px;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	/*float: none !important;*/
	text-align: center;
}

.home-page .body-container
{
	margin-bottom: 0;
}

.off-canvas-content
{
	background-color: #f5f5f5;
}

.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;
	margin-bottom: 0px;
}

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*/
{
	/*padding-bottom: 130px;
	padding-top: 40x;
	/*background-color: #d3d3d3;
	background-repeat: no-repeat;
	/* Create the parallax scrolling effect 
	background-attachment: fixed;
	background-position: center 0;
	background-size: cover;*/
	background-image: url('../images/assets/heroimages/algohero-2.png');
	height: 340px;
	background-size: cover;
	background-position: bottom right;
}

div.cta	/*Call to action button on the Home Page*/
{
	color: #FFF;
	background-color: #007BCD;
	-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;
}

div.LogoInHeader
{
	margin-left: 10%;
	padding-top: 10pt;
}

div.LogoInHeader::before
{
	margin-left: 10%;
}

div.LogoInHeader::after
{
	margin-left: 10%;
}

div.LogoInHeader:hover
{
	margin-left: 10%;
}

/*==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
{
	padding-bottom: 0 !important;
	margin-bottom: 0px;
	margin-top: 70px;
}

/*=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-left: auto;
	/*margin-top: 100px;*/
	margin-right: auto;
	padding-bottom: 16px;
	padding-top: 8px;
	background-color: #F8F9FD;
	/*Create the parallax scrolling effect*/
}

div.info-section	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 1335px;
	max-width: 100%;
	margin: 0 auto;
}

div.info-section > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2.5px;
	padding-right: 2.5px;
	background: white;
	box-shadow: 0px 6px 30px 0px #EAEEFD99;
	border: 1.25px solid #EDEDFACC;
	border-radius: 8px;
	padding: 16px 16px;
	flex-basis: 251px;
	margin: 16px 8px 0px 8px;
	position: relative;
	min-width: 216px;
	height: 90px;
}

div.info-section > div:hover
{
	border: 1.25px solid #D4D4F1;
}

.info-section > div:active
{
	background: #F4F9FD;
}

div.info-section > div:hover:after
{
	content: url('../custom/arrow.svg');
	display: inline-block;
	position: absolute;
	right: 16px;
	top: 37px;
}

div.info-section img
{
	position: absolute;
	top: 16px;
}

div.info-container p	/*Complex Selector: Any <p> that is contained within div.info-container will have the following properties*/
{
	color: #5a5a5a;
}

/*=Elements for content contained within each info section=*/

p.info-title
{
	font-size: 1em;
	line-height: 1em;
}

p.info-content
{
	font-size: 16pt;
}

.main-home-landing
{
	display: flex;
	margin: auto;
	width: 1318px;
	height: 257px;
	padding: 16px 12px;
	background: white;
	border: 1.25px solid #EDEDFACC;
	box-shadow: 0px 6px 30px 0px #EAEEFD99;
	border-radius: 8px;
}

.main-home-landing > div
{
	padding: 16px;
	margin: 0 21px;
	flex-basis: 282px;
}

.main-home-landing p:first-child
{
	font-size: 16px;
	border-top: 3px solid #1189DF;
	padding-top: 10px;
	margin-top: 0;
}

.main-home-landing > div:hover p:first-child
{
	color: #0061A7 !important;
	text-decoration: underline;
}

.main-home-landing p
{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #393939 !important;
	line-height: 20px;
}

.main-home-landing p
{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #393939 !important;
	line-height: 20px;
}

.custom-top-bar li
{
	line-height: 16px;
}

/*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: solid 1px #fff;
	border-radius: 6px;
	line-height: 1em;
	overflow: hidden;
	padding: 15px 0px 15px 60px;
	text-align: left;
	margin: 5px 30px;
}*/

/*==Home-tiles section==*/

div.home-tiles-container
{
	background-color: #F8F9FD;
	padding-bottom: 70px;
	padding-top: 0px;
	margin: 8px;
}

div.home-tiles	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	margin-left: auto;
	margin-right: auto;
	width: 1318px;
	display: flex;
	justify-content: space-between;
	border: 1.25px solid #EDEDFACC;
	box-shadow: 0px 6px 30px 0px #EAEEFD99;
	border-radius: 8px;
	margin-bottom: 40px;
	background: white;
	padding: 16px;
	margin: auto;
	flex-wrap: wrap;
	width: 1318px;
	height: auto;
	max-width: 100%;
}

div.home-tiles > div
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
	padding: 17px;
}

/*=Elements for text contained within each home-tile=*/

p.tile-title
{
	padding-top: 10px;
	border-top: 3px solid #1189DF;
	padding-bottom: 16px;
}

p.tile-content
{
	color: #393939;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 12px;
	line-height: 1.5;
	mc-leader-indent: 0;
}

p.tile-content img
{
	vertical-align: text-top;
}

.tile-title a,
.tile-title	/*Complex Selector: Any anchor Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

.tile-content a	/*Complex Selector: Any anchor Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	color: #393939;
}

.tile-content a:hover	/*Complex Selector: Any anchor Links within the home tiles will have the following properties*/
{
	color: #0061A7;
	text-decoration: underline;
}

div.home-tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #0061A7;
	text-decoration: underline;
}

.info-title a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #2b2b2b;
}

.info-title a	/*Complex Selector: Any anchor Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	position: absolute;
	display: flex;
	height: 100%;
	padding-left: 98px;
	width: 100%;
	align-items: center;
	left: 0;
	top: 0;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #2b2b2b;
	padding-right: 48px;
	line-height: 20px;
}

/*==Home Page Footer Section==*/

div.footer
{
	
}

div.footer a	/*Complex Selector: Any anchor (links) tags that are within div.footer will have the following properties */
{
	text-decoration: none;
	color: #5a5a5a;
}

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: 65%;
}

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: #5a5a5a;
	font-size: 0.8em;
}

/*This is used as a fix for an issue in Chrome regarding the parallax effect and foundation*/

.off-canvas-content,
.off-canvas-wrapper
{
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

a
{
	color: #5a5a5a;
}

.topic-hero
{
	
}

div.newClass3	/*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.newClass3::before
{
	content: ' ';
	display: table;
}

div.newClass3::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.newClass3 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.newClass3 > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.newClass3 > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

div.newClass1	/*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.newClass1::before
{
	content: ' ';
	display: table;
}

div.newClass1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.newClass1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.newClass1 > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.newClass1 > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

div.newDivTiles1	/*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.newDivTiles1::before
{
	content: ' ';
	display: table;
}

div.newDivTiles1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.newDivTiles1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.newDivTiles1 > div:nth-child(1)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.newDivTiles1 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.MobileDivInfo1	/*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.MobileDivInfo1::before
{
	content: ' ';
	display: table;
}

div.MobileDivInfo1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.MobileDivInfo1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.MobileDivInfo1 > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.MobileDivInfo1 > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

div.MobileH1	/*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.MobileH1::before
{
	content: ' ';
	display: table;
}

div.MobileH1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.MobileH1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.MobileH1 > div:nth-child(1)
{
	width: 90%;
	margin-left: 0%;
}

div.MobileH1 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.MobileH1 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

/*------------ START CSS Flexbox Layout ------------*/

div.FlexContainer
{
	display: flex;
	flex-wrap: wrap;
	padding-left: 167px;
	padding-right: 167px;
}

div.FlexContainer > div
{
	flex-basis: 16em;
	flex-grow: 1;
}

/*------------ END CSS Flexbox Layout ------------*/
/*------------ START Tile formatting ------------*/

div.Cells6 > div,
div.FlexContainer > div
{
	background-color: #40AFE2;
	color: #fff;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	box-shadow: none;
	/*0 5px 10px rgba(0,0,0,0.25)*/
}

div.FlexContainer > div
{
	margin-left: 1em;
	margin-right: 1em;
	padding: 1em;
	color: #ffffff;
}

div.Cells6 > div a
{
	display: block;
	padding: 1em;
	color: inherit;
}

/*------------ END Tile formatting ------------*/
/*------------ START Tile Transition and Hover Effect ------------*/

div.FlexContainer > div,
div.Cells6 > div
{
	transition: all 0.3s;
}

div.Cells6 > div:hover,
div.FlexContainer > div:hover
{
	box-shadow: 0 12px 24px rgba(0,0,0,0.25);
	background-color: #fff;
	color: #005da6;
}

/*------------ END Tile Transition and Hover Effect ------------*/

a.flexbox
{
	color: inherit;
}

/*===========================================================================================================================================================
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.topic-hero
	{
		height: 300px;
		padding-top: 0px;
	}

	.topic-hero h1
	{
		max-width: 100%;
		margin: auto;
		text-align: center;
	}

	.topic-hero h2
	{
		max-width: 100%;
		margin: auto;
		text-align: center;
		margin: 0 25.3%;
	}

	#content-section .right-section,
	#content-section .left-section
	{
		padding: 0;
	}

	p.info-title
	{
		font-size: .8em;
		line-height: .8em;
	}

	p.info-content
	{
		font-size: 15pt;
	}

	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%;
	}

	div.home-tiles
	{
		max-width: calc(100vw - 48px);
		justify-content: flex-start;
		width: 800px;
	}

	div.home-tiles > div
	{
		min-width: 228px;
	}

	div.info-section > div
	{
		text-align: center;
	}

	div.info-section
	{
		justify-content: center;
		max-width: calc(100vw - 16px);
		margin: 0;
	}

	.custom-top-bar.right
	{
		display: none;
	}

	div.newDivTiles1 > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.newDivTiles1 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.MobileDivInfo1 > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.MobileDivInfo1 > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.MobileH1 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.MobileH1 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.MobileH1 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.home-tiles-container
	{
		padding-bottom: 80px;
		padding-top: 30px;
	}

	h2
	{
		font-size: 12pt;
		line-height: 1em;
	}

	h1
	{
		line-height: 1em;
	}

	div.search-container
	{
		margin-top: 3em;
	}

	p.tile-content
	{
		font-size: .9em;
		line-height: 1.3;
		margin-bottom: 8px;
		margin-top: 8px;
	}

	div.LogoInHeader
	{
		padding-top: 10pt;
		margin-left: 10%;
	}

	div.info-section
	{
		width: 800px;
		margin: auto;
	}
}

@media only screen and (max-width: 600px)
{
	div.newDivTiles1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.newDivTiles1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.MobileDivInfo1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.MobileDivInfo1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.MobileH1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.MobileH1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.MobileH1 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.MobileH1
	{
		font-size: 12pt;
	}

	h1
	{
		font-size: 18pt;
		text-align: center;
		margin-left: 0;
		margin-right: 0;
		margin: 0;
		line-height: 1.0em;
		margin-top: 0;
	}

	h2
	{
		font-size: 9pt;
		margin-top: 12pt !important;
		text-align: center;
		margin-left: 0;
		line-height: .9em;
	}

	div.search-container
	{
		margin-bottom: o;
		font-size: 12px;
		margin-top: 3em;
	}

	div.topic-hero
	{
		padding-bottom: 20px;
		height: 300px;
		padding-top: 10px;
	}

	div.LogoInHeader
	{
		padding-top: 10pt;
		padding-bottom: 15pt;
		text-align: center;
		margin-left: 10%;
	}

	div.tile-head-1
	{
		
	}

	div.tile-head-2
	{
		
	}

	div.tile-head-3
	{
		
	}

	div.tile-head-4
	{
		
	}

	div.tile-head-5
	{
		
	}

	p.info-content
	{
		font-size: 12pt;
		text-indent: 8pt;
	}

	p.tile-content
	{
		mc-leader-indent: 0;
	}

	div.home-tiles-container
	{
		padding-bottom: 100px;
	}

	p.info-title
	{
		font-size: .8em;
		line-height: .8em;
	}

	.topic-hero h1
	{
		margin: 0 10%;
		margin-left: 5%;
		margin-right: 5%;
	}

	.topic-hero h2
	{
		margin: 0 10%;
		margin-left: 5%;
		margin-right: 5%;
	}

	.topic-hero.center
	{
		display: none;
	}

	div.info-section > div
	{
		flex-basis: 100%;
		max-width: 350px;
		height: 90px;
	}

	div.info-section
	{
		width: 367px;
		margin: 0px auto;
	}

	.info-title a
	{
		font-size: 22px;
		padding-top: 32px;
	}

	div.home-tiles-container
	{
		width: 350px;
		margin: 0px auto;
	}

	div.home-tiles
	{
		max-width: 100%;
		padding: 0 24px;
	}

	div.home-tiles > div
	{
		flex-basis: 100%;
		padding: 0;
	}

	p.tile-title a
	{
		font-size: 22px;
	}

	p.tile-content
	{
		font-size: 18px;
		margin: 0 0 14px 0;
	}

	p.tile-title
	{
		padding-top: 20px;
		margin-top: 24px;
	}
}

