/*<meta />*/

/*===========================================================================================================================================================
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*/

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@500;700&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body
{
	font-family: 'Open Sans', Arial;
	line-height: 1.5em;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #0066ff;
}

/* trying out carousel */

.item_two_columns
{
	display: inline-block;
}

.two_column_twoitems
{
	display: block;
}

.two_column
{
	column-count: 2;
	flex-wrap: wrap;
	flex-direction: column;
	flex-basis: 50%;
	flex-grow: 1;
	page-break-inside: avoid !important;
	break-inside: avoid !important;
	display: block !important;
	width: 100%;
}

.carousel__slide
{
	position: relative;
	display: block;
	flex: 1 0 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 300ms ease-out;
	vertical-align: top;
	box-sizing: border-box;
	white-space: normal;
	background-color: rgba(255, 255, 255, 1);
}

.carousel
{
	display: block;
	text-align: left;
	position: relative;
	margin-bottom: 22px;
}

.icon_grey_shade
{
	background-image: url(https://docs.fintechos.com/assets/images/shade.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.carousel > input
{
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
}

.carousel > input:nth-of-type(7):checked ~ .carousel__sliders .carousel__slide:first-of-type
{
	margin-left: -600%;
}

.carousel > input:nth-of-type(6):checked ~ .carousel__sliders .carousel__slide:first-of-type
{
	margin-left: -500%;
}

.carousel > input:nth-of-type(5):checked ~ .carousel__sliders .carousel__slide:first-of-type
{
	margin-left: -400%;
}

.carousel > input:nth-of-type(4):checked ~ .carousel__sliders .carousel__slide:first-of-type
{
	margin-left: -300%;
}

.carousel > input:nth-of-type(3):checked ~ .carousel__sliders .carousel__slide:first-of-type
{
	margin-left: -200%;
}

.carousel > input:nth-of-type(2):checked ~ .carousel__sliders .carousel__slide:first-of-type
{
	margin-left: -100%;
}

.carousel > input:nth-of-type(1):checked ~ .carousel__sliders .carousel__slide:first-of-type
{
	margin-left: 0%;
}

.carousel > input:nth-of-type(1):checked ~ .carousel__thumbnails li:nth-of-type(1)
{
	filter: none;
}

.carousel > input:nth-of-type(2):checked ~ .carousel__thumbnails li:nth-of-type(2)
{
	filter: none;
}

.carousel > input:nth-of-type(3):checked ~ .carousel__thumbnails li:nth-of-type(3)
{
	filter: none;
}

.carousel > input:nth-of-type(4):checked ~ .carousel__thumbnails li:nth-of-type(4)
{
	filter: none;
}

.carousel > input:nth-of-type(5):checked ~ .carousel__thumbnails li:nth-of-type(5)
{
	filter: none;
}

.carousel > input:nth-of-type(6):checked ~ .carousel__thumbnails li:nth-of-type(6)
{
	filter: none;
}

.carousel > input:nth-of-type(7):checked ~ .carousel__thumbnails li:nth-of-type(7)
{
	filter: none;
}

.carousel__sliders
{
	position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	display: flex;
}

.carousel__slide
{
	position: relative;
	display: block;
	flex: 1 0 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 300ms ease-out;
	vertical-align: top;
	box-sizing: border-box;
	white-space: normal;
	background-color: rgba(255, 255, 255, 1);
}

.carousel__slide figure
{
	display: flex;
	margin: 0;
}

.carousel__slide div
{
	position: relative;
	width: 100%;
}

.carousel__slide div:before
{
	display: block;
	content: "";
	width: 100%;
	padding-top: 66.6666666667%;
}

.carousel__slide div > img
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.carousel__thumbnails li:hover
{
	cursor: pointer;
}

.carousel__thumbnails label:hover
{
	cursor: pointer;
}

.carousel__slide img
{
	display: inline-block;
	position: relative;
	bottom: 2px;
	left: 5px;
	flex: 1 1 auto;
	object-fit: cover;
	height: 18px;
}

.carousel__slide slot
{
	display: flex;
	align-self: flex-end !important;
	padding: 20px 20px 0 20px !important;
	flex: 0 0 auto !important;
	width: 100% !important;
	min-width: 150px !important;
}

.carousel__slide .credit
{
	margin-top: 1rem;
	color: rgba(0, 0, 0, 0.5);
	display: block;
}

.carousel__slide.scrollable
{
	overflow-y: scroll;
}

.carousel__thumbnails
{
	list-style: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	display: flex;
	margin-top: 75px;
	background: #FFFFFF;
	margin-bottom: auto;
}

.carousel__thumbnails li
{
	flex: 1 1 auto;
	max-width: calc((100% / 6) - 20px);
	margin: auto;
	transition: all 300ms ease-in-out;
	filter: saturate(0%) brightness(150%) contrast(50%);
}

.carousel__thumbnails label
{
	display: block;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

.carousel__thumbnails label:before
{
	display: block;
	content: "";
	width: 100%;
	padding-top: 1em;
}

div.carousel_container
{
	margin-left: auto;
	margin-right: auto;
	max-width: 91em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 60px;
}

/*end of carousel */

a
{
	color: #0066ff;
	text-decoration: none;
	outline: none;
}

h1
{
	font-size: 2.25em;
	font-family: 'Fira Sans Condensed', Arial, sans-serif;
	color: #001b43;
	font-weight: bold;
	text-align: left;
}

h2
{
	font-size: 1.5em;
	font-family: 'Fira Sans Condensed', Arial, sans-serif;
	color: #001b43;
}

p
{
	color: #001b43;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}

.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==*/

html.home-page
{
	mc-community-features: disabled;
}

/*==Top Navigation Bar Section==*/

nav.title-bar	/*Adds bottom border on top navigation bar*/
{
	border-bottom: 1px solid #d3d3d3;
}

/*==Home Page Hero Section==*/

div.topic-hero
{
	padding-bottom: 3em;
	padding-top: 3em;
	background-color: #001b43;
}

/*==Home Tiles section==*/

div.home-tiles-container
{
	padding-bottom: 30px;
	max-width: 85em;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: auto;
	margin-right: auto;
}

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;
	display: flex;
	margin-bottom: 2%;
	margin-top: 2%;
}

div.home-tiles > div.simple
{
	display: block;
	padding: 30px;
	padding-top: 14px;
}

div.home-tiles > div
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border-radius: 15px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	cursor: pointer;
	overflow: hidden;
	display: flex;
	align-items: stretch;
	box-shadow: 0 8px 32px rgba(0, 27, 67, 0.1);
}

div.home-tiles > div:nth-child(1)
{
	width: 32%;
}

div.home-tiles > div:nth-child(2)
{
	margin-left: 2%;
	width: 32%;
}

div.home-tiles > div:nth-child(3)
{
	margin-left: 2%;
	width: 32%;
}

/*=Elements for text contained within each home-tile=*/

div.home-twotiles	/*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;
	display: flex;
	margin-bottom: 2%;
	margin-top: 2%;
}

div.home-twotiles > div.simple
{
	display: block;
	padding: 30px;
	padding-top: 14px;
}

div.home-twotiles > div
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border-radius: 15px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	overflow: hidden;
	display: flex;
	align-items: stretch;
	box-shadow: 0 8px 32px rgba(0, 27, 67, 0.1);
}

div.home-twotiles > div:nth-child(1)
{
	width: 50%;
}

div.home-twotiles > div:nth-child(2)
{
	margin-left: 2%;
	width: 50%;
}

div.home-tiles-container
{
	padding-bottom: 30px;
	max-width: 85em;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: auto;
	margin-right: auto;
}

div.ughome-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;
	display: flex;
	margin-bottom: 2%;
	margin-top: 2%;
}

div.ughome-tiles > div
{
	float: left;
	overflow: hidden;
	display: flex;
	align-items: stretch;
}

div.ughome-tiles > div:nth-child(1)
{
	width: 32%;
}

div.ughome-tiles > div:nth-child(2)
{
	margin-left: 2%;
	width: 32%;
}

div.ughome-tiles > div:nth-child(3)
{
	margin-left: 2%;
	width: 32%;
}

p.tile-title
{
	text-align: left;
	margin: 0;
	font-weight: bold;
	padding: 8px;
	padding-top: 16px;
	color: #001b43;
}

a.home-button
{
	display: block;
	padding: 7px 10px;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 11.5px;
	padding-right: 11.5px;
	overflow: hidden;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #0bd799;
	border: 1px solid #0bd799;
	font-weight: bold;
}

a.home-button:hover
{
	background-color: #0bd799;
	color: #FFF;
}

/*==Info section==*/

div.info-container
{
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 60px;
}

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: 32%;
}

div.info-section > div:nth-child(2)
{
	width: 32%;
	margin-left: 2%;
}

div.info-section > div:nth-child(3)
{
	width: 32%;
	margin-left: 2%;
}

/*=Elements for content contained within each info section=*/

p.info-title
{
	line-height: 1em;
	padding-bottom: 10px;
	font-size: 2.25em;
	font-family: 'Fira Sans Condensed', Arial, sans-serif;
	color: #001b43;
	font-weight: bold;
	text-align: left;
}

p.info-content
{
	font-size: 0.9em;
}

/*==Home Page Footer==*/

div.footer
{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: black;
}

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 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: 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%;
}

:root
{
	--Light-Gray: #d0d3d5;
	--Medium-Gray: #b9bec1;
	--Brand: #0066ff;
	--Dark-Gray: #001b43;
	--Ftos-Red: #0bd799;
	--Ftos-Orange: #ff7859;
}

div.info-section-2column > div:nth-child(1)
{
	width: 48%;
}

div.info-section-2column	/*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-2column > div
{
	-moz-box-sizing: border-box;
	float: left;
	box-sizing: border-box;
}

div.info-section-2column > div:nth-child(2)
{
	margin-left: 4%;
	width: 48%;
	margin-bottom: auto;
}

nav.title-bar .menu-icon
{
	display: none;
}

.title-bar-layout a.logo
{
	background-size: contain;
	height: 3em;
	background-image: url('https://docs.fintechos.com/assets/images/FTOS_Documentation_logo_white.svg');
	background-repeat: no-repeat;
	background-position-y: center;
}

div.home-tiles::before
{
	display: table;
	content: ' ';
}

div.home-tiles::after
{
	display: table;
	clear: both;
	content: ' ';
}

div.info-section-2column::after
{
	display: table;
	clear: both;
	content: ' ';
}

div.info-section-2column::before
{
	content: ' ';
	display: table;
}

.title-bar-layout
{
	margin-left: 8ex !important;
}

a.logo
{
	
}

div.videoText
{
	vertical-align: top;
	padding: 2%;
	max-width: 50%;
	display: inline-block;
}

div.video
{
	width: 35%;
	vertical-align: top;
	padding-top: 2%;
	padding-bottom: 2%;
	display: inline-block;
}

div.search-bar
{
	box-sizing: content-box;
	height: fit-content;
	border-radius: 1ex;
	border: solid 3.5px #001b43;
}

a.pillButton
{
	background: #0066ff;
	border-radius: 2.5ex;
	cursor: pointer;
	color: white;
	font-family: 'Open Sans', Arial, Avenir, Myriad;
	font-weight: bold;
	padding: 1ex 2ex;
	transition-property: all;
	transition-timing-function: ease-in-out;
	transition-duration: 0.3s;
}

a.pillButton:link
{
	text-decoration: none;
}

table.pictureLeft
{
	margin-left: auto;
	margin-right: auto;
	max-width: 86em;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

table.pictureLeft tbody tr td:nth-child(1)
{
	width: 7em;
	display: table-cell;
}

table.pictureLeft tbody tr td:nth-child(2)
{
	padding-left: 2em;
	text-align: inherit;
}

table.pictureRight tbody tr td:nth-child(1)
{
	width: 70%;
}

table.pictureRight tbody tr td:nth-child(2)
{
	display: table-cell;
	width: 30%;
}

nav
{
	
}

input
{
	outline: none;
}

table.pictureRight
{
	margin-left: auto;
	margin-right: auto;
	max-width: 86em;
	padding-bottom: 20px;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 20px;
	width: 100%;
}

table.pictureLeft tbody tr td:nth-child(2) p.info-title
{
	text-align: left;
}

/*===========================================================================================================================================================
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.home-tiles > div:nth-child(1)
	{
		width: 32%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 32%;
		margin-left: 2%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 32%;
		margin-left: 2%;
	}

	div.home-twotiles > div:nth-child(1)
	{
		width: 50%;
	}

	div.home-twotiles > div:nth-child(2)
	{
		width: 50%;
		margin-left: 2%;
	}

	div.info-section > div
	{
		
	}

	div.info-section > div:nth-child(1)
	{
		width: 32%;
	}

	div.info-section > div:nth-child(2)
	{
		margin-left: 2%;
		width: 32%;
	}

	div.info-section > div:nth-child(3)
	{
		margin-left: 2%;
		width: 32%;
	}

	p.info-title
	{
		font-size: 2.25em;
	}

	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: 50%;
		margin-left: 0%;
	}

	div.home-master-page-footer > div:nth-child(3)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.info-container
	{
		padding-left: 1em;
		padding-right: 1em;
	}

	div.info-section-2column > div
	{
		
	}

	div.info-section-2column > div:nth-child(1)
	{
		width: 48%;
	}

	div.info-section-2column > div:nth-child(2)
	{
		margin-left: 4%;
		width: 48%;
	}

	.off-canvas-wrapper-inner .outer-row
	{
		max-width: 100%;
	}

	nav.title-bar .menu-icon
	{
		
	}

	div.home-tiles-container
	{
		padding-left: 1em;
		padding-right: 1em;
		max-width: 1140px;
	}

	div.home-tiles
	{
		margin-bottom: 2%;
		margin-top: 2%;
	}

	div.videoText
	{
		
	}

	table.pictureRight
	{
		
	}
}

@media only screen and (max-width: 767px)
{
	div.home-tiles > div
	{
		margin-top: 2%;
		margin-left: 1em;
		margin-right: 1em;
		float: none;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: auto;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: auto;
		margin-left: 1em;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: auto;
		margin-left: 1em;
	}

	div.home-tiles > div
	{
		margin-top: 2%;
		margin-left: 1em;
		margin-right: 1em;
		float: none;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: auto;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: auto;
		margin-left: 1em;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: auto;
		margin-left: 1em;
	}

	p.tile-title
	{
		font-size: 1.1em;
	}

	div.info-container
	{
		padding-bottom: 0;
		padding-left: 1em;
		padding-right: 1em;
	}

	div.info-section > div
	{
		
	}

	div.info-section > div:nth-child(1)
	{
		width: 100%;
		margin-bottom: 10%;
		margin-top: 5%;
	}

	div.info-section > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 10%;
	}

	div.info-section > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 10%;
	}

	p.info-title
	{
		font-size: 2em;
	}

	p.info-content
	{
		font-size: 1em;
	}

	div.home-master-page-footer > div:nth-child(1)
	{
		width: 100%;
		border-bottom: 1px solid #d3d3d3;
	}

	div.home-master-page-footer > div:nth-child(2)
	{
		width: 100%;
		border-bottom: 1px solid #d3d3d3;
	}

	div.home-master-page-footer > div:nth-child(3)
	{
		width: 100%;
	}

	div.info-section-2column > div
	{
		
	}

	div.info-section-2column > div:nth-child(1)
	{
		margin-bottom: 10%;
		margin-top: 5%;
		width: 100%;
	}

	div.info-section-2column > div:nth-child(2)
	{
		margin-left: 0%;
		margin-bottom: 10%;
		width: 100%;
	}

	.title-bar-layout outer-row
	{
		
	}

	.off-canvas-wrapper-inner .outer-row
	{
		max-width: 100%;
	}

	div.home-tiles-container
	{
		padding-left: 0;
		padding-right: 0;
	}

	div.home-tiles
	{
		margin-top: 0;
		margin-bottom: 0;
		display: block;
	}

	div.home-twotiles
	{
		margin-top: 0;
		margin-bottom: 0;
		display: block;
	}

	.title-bar-layout a.logo
	{
		
	}

	h1
	{
		text-align: center;
		font-size: 2em;
	}

	div.videoText
	{
		max-width: 100%;
	}

	div.video
	{
		width: 95%;
	}

	div.home-tiles:hover
	{
		
	}

	table.pictureLeft
	{
		
	}

	table.pictureLeft tbody tr td:nth-child(1)
	{
		display: none;
	}

	table.pictureLeft tbody tr td:nth-child(2)
	{
		padding-left: 0;
		text-align: center;
	}

	table.pictureRight tbody tr td:nth-child(2)
	{
		display: none;
	}

	table.pictureLeft tbody tr td:nth-child(2) p.info-title
	{
		text-align: center;
	}

	h1.title
	{
		font-size: 3em;
	}

	div.ughome-tiles
	{
		margin-bottom: 0;
		margin-top: 0;
		display: block;
	}

	div.ughome-tiles > div:nth-child(1)
	{
		width: auto;
		margin-left: 1em;
	}

	div.ughome-tiles > div:nth-child(2)
	{
		width: auto;
		margin-left: 1em;
	}

	div.ughome-tiles > div:nth-child(3)
	{
		width: auto;
		margin-left: 1em;
	}

	div.ughome-tiles > div
	{
		float: none;
	}

	div.home-twotiles > div
	{
		float: none;
		margin-left: 1em;
		margin-right: 1em;
		margin-top: 2%;
	}

	div.home-twotiles > div:nth-child(1)
	{
		width: auto;
	}

	div.home-twotiles > div:nth-child(2)
	{
		width: auto;
	}
}

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);
}

p.title-content
{
	text-align: left;
	margin: 8px;
}

div.home-tiles > div > div:nth-child(1)
{
	background-color: #EBF3FF;
	flex-basis: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}

div.home-tiles > div > div:nth-child(2)
{
	flex-basis: 70%;
}

div.home-tiles > div > div:nth-child(1) > img
{
	max-height: 65%;
	max-width: 65%;
}

div.home-twotiles > div:nth-child(1) > img
{
	max-height: 65%;
	max-width: 65%;
	align-items: center;
}

h1.title
{
	color: white;
	font-family: 'Open Sans', Arial, sans-serif;
	text-align: center;
	line-height: 1em;
	font-size: 3.5em;
}

div.slope
{
	width: 100%;
	height: 5vW;
}

p.padded
{
	padding: 0.75em 0 0.75em 0;
	border-bottom: solid 0.5px rgba(0, 27,67, 0.5);
	margin-bottom: 0;
	margin-top: 0;
}

div.home-tiles > div.simple:hover
{
	cursor: default;
	box-shadow: 0 8px 32px rgba(0, 27, 67, 0.1);
}

a.pillButton:hover
{
	background: #62A0FB;
}

.search-filter-content
{
	border: solid 1px #000000;
}

ul.navigation li > a
{
	color: white;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul.navigation li > a:hover
{
	color: white;
	text-decoration: underline;
}

