/*<meta conditions="" />*/

@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 Arialpreted during the compile process. Since comments are not Arialpreted 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

===========================================================================================================================================================*/

/*==Home Page General Styles==*/

body	/*Background gradient properties applied to Body*/
{
	font-family: Arial;
	line-height: 1.5em;
	background: #ffffff;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, #ffffff, #ffffff);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #ffffff, #ffffff);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #ffffff, #ffffff);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #ffffff, #ffffff);
	/* Standard syntax */
	background-repeat: no-repeat;
	background-attachment: fixed;
}

:focus
{
	outline: none;
}

/**************** HERO SECTION ****************/

.payments-hero
{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.payments-hero h1
{
	text-align: center;
	color: white;
	font-size: 3em;
}

/*************** BREADCRUMB MENU ****************/

#breadcrumb-menu
{
	display: flex;
	flex-direction: row;
}

#breadcrumb-menu img
{
	height: 25px;
	width: 25px;
	margin-right: 20px;
}

#breadcrumb-menu a
{
	margin-right: 10px;
	color: #28a4a0 !important;
	font-weight: bold;
}

a:link
{
	color: inherit;
	text-decoration: none;
}

p.roadmap-title-group a:link
{
	font-weight: bold;
	text-align: center;
	font-size: 14pt;
}

p.roadmap-title-group a:visited
{
	font-weight: bold;
	text-align: center;
	font-size: 14pt;
}

#breadcrumb-menu a:hover
{
	color: #eb6470 !important;
	font-weight: bold;
}

.payments-container a:hover
{
	color: #eb6470 !important;
	font-weight: bold;
}

p.tile-title a:hover
{
	color: #8bcdcb;
}

div.Home-Panels a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #8bcdcb;
}

li a:hover
{
	font-size: 11pt;
	color: #8bcdcb;
}

p.roadmap-title-group a:hover
{
	font-weight: bold;
	text-align: center;
	font-size: 14pt;
	color: #ffffff;
}

.breadcrumb-page
{
	color: #afafaf;
	margin-left: 10px;
}

/**************** MAIN BODY ****************/

.payments-container
{
	max-width: 1200px;
	margin: auto;
}

.payments-container p
{
	color: #3c3c3b;
	margin-bottom: 8px;
	margin-top: 8px;
	max-width: 800px;
}

.payments-container h1
{
	font-size: 3rem;
	color: #3c3c3b;
}

.payments-container h2
{
	font-size: 2.375rem;
	color: #3c3c3b;
}

.payments-container ul
{
	list-style: none;
}

.payments-container li
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.payments-container li:before
{
	content: "\0226b";
	color: #769999;
	font-size: 1.5rem;
	display: inline-block;
	margin-right: 15px;
	margin-left: -30px;
	width: 15px;
	line-height: 1rem;
}

.payments-container a
{
	color: #28a4a0 !important;
	font-weight: bold;
}

.spacer-80
{
	height: 80px;
	font-size: 80px;
}

.spacer-50
{
	height: 50px;
	font-size: 50px;
}

.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;
}

/*==Responsive Header Styles==*/

#contentBody > .responsive-header
{
	background-color: transparent;
}

div.search-container
{
	margin: 0 auto;
}

/*==Payment Tiles section v2 (Joe)==*/

.payment-provider-tiles
{
	display: flex;
	align-items: center;
	justify-content: center;
}

.payment-provider-tile
{
	margin: 20px;
	border-radius: 30px;
	box-shadow: 0 2px 8px 0 rgb(0 0 0 / 15%);
	background: #fff;
	transition: 500ms ease all;
	height: 200px;
	padding: 0 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.payment-provider-tile:hover
{
	box-shadow: 0 16px 32px 0 rgb(143 43 16 / 16%);
}

.payment-provider-tile img
{
	width: 100%;
	max-width: 300px;
}

@media only screen and (max-width: 1279px)
{
	.payment-provider-tile
	{
		padding: 0 20px;
	}
}

/*==Payment Tiles section==*/

div.payment-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: 1%;
	margin-bottom: 1%;
}

div.payment-tiles::before
{
	content: " ";
	display: table;
}

div.payment-tiles::after
{
	content: " ";
	display: table;
	clear: both;
}

div.payment-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	overflow: hidden;
	padding: 15px 15px 15px 15px;
	padding-bottom: 10px;
	height: 205px;
	width: 20%;
	max-width: 300px;
	font-family: Arial;
	color: #3c3c3b;
	border: solid 1px #dcdcdc;
	border-radius: 30px;
}

div.payment-tiles > div:hover
{
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	transform: scale(1.05);
	border: solid 4px #8bcdcb;
}

div.payment-tiles div:hover a:after
{
	content: url("../Images/assets/icons/arrows/rightarrow_mint_20px.png");
	position: absolute;
	color: transparent;
	top: 160px;
	right: 10px;
}

div.payment-tiles > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 16.667%;
	padding: 15px 15px 15px 15px;
	background-image: url("../Images/Assets/P_Payments/Providers/verifone.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 75%;
}

div.payment-tiles > div:nth-child(2)
{
	width: 16.667%;
	padding: 15px 15px 15px 15px;
	margin-left: 1%;
	background-image: url("../Images/Assets/P_Payments/Providers/dojo.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

div.payment-tiles > div:nth-child(3)
{
	width: 16.667%;
	padding: 15px 15px 15px 15px;
	margin-left: 1%;
	background-image: url("../Images/Assets/P_Payments/Providers/freedompay.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 75%;
}

div.payment-tiles > div:nth-child(4)
{
	width: 16.667%;
	padding: 15px 15px 15px 15px;
	margin-left: 1%;
	background-image: url("../Images/Assets/P_Payments/Providers/worldpay.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 75%;
}

/*=Elements for text contained within each home-panel=*/

p.tile-title
{
	text-align: left;
	font-family: Arial;
	font-size: 16pt;
	color: #3c3c3b;
	font-weight: bold;
	padding-left: 5px;
}

p.tile-subtitle
{
	text-align: left;
	font-size: 10.5pt;
	color: #3c3c3b;
	padding-left: 5px;
}

p.tile-content
{
	font-family: Arial;
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	color: #3c3c3b;
	padding-left: 10px;
	text-indent: 7px;
}

div.payment-tiles a	/*Complex Selector: Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	color: #ffffff;
}

a
{
	color: #3c3c3b;
}

MadCap|dropDownHotspot
{
	
}

.MCDropDown_Closed .MCDropDownHotSpot
{
	background-image: url("../Images/Assets/Icons/Arrows/arrow-right-gray.png") !important;
}

.MCDropDown_Open .MCDropDownHotSpot
{
	background-image: url("../Images/Assets/Icons/Arrows/arrow-down-gray.png") !important;
}

div.Home-Panels::before
{
	content: " ";
	display: table;
}

div.Home-Panels::after
{
	content: " ";
	display: table;
	clear: both;
}

div.Home-Panels > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: solid 5px #8bcdcb;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
	padding: 10px 10px 30px;
}

div.Home-Panels > div:nth-child(1)
{
	margin-left: 5.333333%;
	width: 28%;
}

div.Home-Panels > div:nth-child(2)
{
	width: 28%;
	margin-left: 2.66665%;
}

div.Home-Panels > div:nth-child(3)
{
	width: 28%;
	margin-left: 2.66665%;
}

div.Home-Panels > div:hover
{
	box-shadow: 0 16px 32px 0 rgba(143, 43, 16, 0.16);
	background-color: #f3f2f2;
}

div.Home-Panels div:hover a:after
{
	content: url("../Images/assets/icons/arrows/rightarrow_mint_20px.png");
	position: absolute;
	color: transparent;
	top: 10px;
	right: 10px;
}

div.Home-Panels a
{
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	color: #3c3c3b;
}

div.Home-Footer-1	/*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;
	background-color: #000000;
}

div.Home-Footer-1::before
{
	content: " ";
	display: table;
}

div.Home-Footer-1::after
{
	content: " ";
	display: table;
	clear: both;
}

div.Home-Footer-1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Home-Footer-1 > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Home-Footer-1 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Home-Footer-1 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

li
{
	display: list-item;
	line-height: 16px;
	color: #3c3c3b;
}

li a
{
	font-size: 11pt;
}

/*==Home Page Hero Section==*/

div.payments-hero	/*This is the Hero/Banner on the Home Page - To replace the banner image with your own, change background-image property*/
{
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 20px;
	max-height: 350px;
	padding-bottom: 150px;
	padding-top: 150px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	background-image: url('../Images/Assets/Banners/payment-device-background.jpg');
	background-position: center;
}

ul
{
	margin-left: 15px;
}

div.Home-Footer-2	/*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-Footer-2::before
{
	content: " ";
	display: table;
}

div.Home-Footer-2::after
{
	content: " ";
	display: table;
	clear: both;
}

div.Home-Footer-2 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #8bcdcb;
}

div.Home-Footer-2 > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Home-Footer-2 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Home-Footer-2 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

.search-bar
{
	float: left;
	padding-left: 140px;
}

p.dropdown-text
{
	font-weight: 500;
	color: #ffffff;
}

MadCap|dropDownHead
{
	
}

MadCap|dropDown
{
	mc-closed-image: url("../Images/Assets/Icons/ZonalOtherIcons/White_Info25px.png");
}

div.Payments-Text-Holder	/*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.Payments-Text-Holder::before
{
	content: " ";
	display: table;
}

div.Payments-Text-Holder::after
{
	content: " ";
	display: table;
	clear: both;
}

div.Payments-Text-Holder > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Payments-Text-Holder > div:nth-child(1)
{
	width: 66.66667%;
	margin-left: 16.6665%;
}

/*===========================================================================================================================================================
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-Panels > div:nth-child(1)
	{
		width: 80%;
		margin-left: 10%;
		margin-top: 0%;
	}

	div.Home-Panels > div:nth-child(2)
	{
		width: 80%;
		margin-left: 10%;
		margin-top: 3%;
	}

	div.Home-Panels > div:nth-child(3)
	{
		width: 80%;
		margin-left: 10%;
		margin-top: 3%;
	}

	div.Home-Footer-1 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Home-Footer-1 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Home-Footer-1 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Home-Footer-2 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Home-Footer-2 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Home-Footer-2 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	.search-bar
	{
		float: center;
		padding-left: 6px;
	}

	div.payment-tiles div
	{
		width: 25%;
	}

	div.payment-tiles > div:nth-child(1)
	{
		margin-left: 22%;
		background-size: 75%;
	}

	div.payment-tiles > div:nth-child(2)
	{
		margin-left: 3%;
		background-size: 100%;
	}

	div.payment-tiles > div:nth-child(3)
	{
		margin-left: 22%;
		background-size: 75%;
		margin-top: 3%;
	}

	div.payment-tiles > div:nth-child(4)
	{
		width: 25%;
		margin-left: 3%;
		background-size: 75%;
		margin-top: 3%;
	}

	div.Payments-Text-Holder > div:nth-child(1)
	{
		width: 95%;
		margin-left: 2.5%;
	}
}

@media only screen and (max-width: 767px)
{
	p.tile-title
	{
		font-size: 1.2em;
	}

	div.home-panels > div
	{
		margin-top: 2%;
	}

	div.Home-Panels > div:nth-child(1)
	{
		width: 90%;
		margin-left: 5%;
		margin-top: 0%;
	}

	div.Home-Panels > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
		margin-top: 5%;
	}

	div.Home-Panels > div:nth-child(3)
	{
		width: 90%;
		margin-left: 5%;
		margin-top: 5%;
	}

	div.Home-Footer-1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Home-Footer-1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		padding-top: 50px;
		max-height: 2px;
	}

	div.Home-Footer-1 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Home-Footer-2 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		max-height: 20px;
	}

	div.Home-Footer-2 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		max-height: 20px;
	}

	div.Home-Footer-2 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
		max-height: 20px;
	}

	div.payment-tiles > div:nth-child(1)
	{
		width: 65%;
		margin-left: 17.5%;
	}

	div.payment-tiles > div:nth-child(2)
	{
		width: 65%;
		margin-left: 17.5%;
		margin-top: 3%;
		background-size: 50%;
	}

	div.payment-tiles > div:nth-child(3)
	{
		width: 65%;
		margin-left: 17.5%;
	}

	div.payment-tiles > div:nth-child(4)
	{
		width: 65%;
		margin-left: 17.5%;
	}

	h2
	{
		color: #3c3c3b;
		font-size: 16pt;
		font-weight: bold;
	}

	p.dropdown-text
	{
		
	}

	div.Payments-Text-Holder > div:nth-child(1)
	{
		width: 95%;
		margin-left: 2.5%;
	}
}

p:link
{
	
}

div.BorderBar
{
	height: 5px;
	width: 110px;
	margin-bottom: 12px;
	mc-hidden: hidden;
}

li.Sage
{
	list-style-image: url("../Images/Assets/Icons/ListArrow_16px.png");
}

li.Raspberry
{
	list-style-image: url("../Images/Assets/Icons/ListArrow_16px.png");
}

li.Orange
{
	list-style-image: url("../Images/Assets/Icons/ListArrow_16px.png");
}

li.Blueberry
{
	list-style-image: url("../Images/Assets/Icons/ListArrow_16px.png");
}

li.Apple
{
	list-style-image: url("../Images/Assets/Icons/ListArrow_16px.png");
}

li.Cornflower
{
	list-style-image: url("../Images/Assets/Icons/ListArrow_16px.png");
}

li.Ocean
{
	list-style-image: url("../Images/Assets/Icons/ListArrow_16px.png");
}

li.Jade
{
	list-style-image: url("../Images/Assets/Icons/ListArrow_16px.png");
}

p.roadmap-title-group
{
	font-weight: bold;
	text-align: center;
	font-size: 14pt;
}

p.roadmap-title-group:hover
{
	color: #ffffff;
}

p.roadmap-feature-title
{
	font-weight: bold;
	text-align: center;
	font-size: 14pt;
}

span.pill-blueberry
{
	background-color: #9d99cb;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-raspberry
{
	background-color: #ec6470;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-cornflower
{
	background-color: #79caf0;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-orange
{
	background-color: #fcc42f;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-sage
{
	background-color: #669999;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-jade
{
	background-color: #00a587;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-apple
{
	background-color: #d2d943;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-ocean
{
	background-color: #006699;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-mint
{
	background-color: #8bcdcb;
	border: none;
	color: #3c3c3b;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

MadCap|dropDownHead.feature-drop-down
{
	font-size: 12pt;
	color: #ffffff;
	font-weight: 700;
	margin-left: 5px;
	margin-top: 5px;
}

/* MadCap|dropDownBody.feature-drop-down
{
	font-size: 12pt;
	color: #ffffff;
	font-weight: 700;
	margin-left: 5px;
	margin-top: 5px;
	
} */

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.feature-drop-down
{
	background-image: url("../Images/Assets/Icons/ZonalOtherIcons/White_Info25px.png") !important;
	background-size: 6%;
	margin-left: 5px;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.feature-drop-down
{
	background-image: url("../Images/Assets/Icons/ZonalOtherIcons/White_Minus25px.png") !important;
	margin-left: 5px;
	background-size: 6%;
}

p.table-unavailable-text
{
	color: #dda204;
}

@media print
{
	p
	{
		font-size: 10.5pt;
	}
}

