/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	line-height: 1.5em;
	background-color: #fff;
}

h1
{
	font-size: 2.75em;
	color: #fff;
	line-height: 1em;
	padding: s;
	margin-top: -.5em;
}

h2
{
	font-size: 1.6785em;
	color: #fff;
}

p
{
	color: #fff;
	margin-bottom: 8px;
	margin-top: 8px;
}

.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;
}

madcap|searchbarproxy
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	float: none;
	width: 50%;
	background: #fff;
	color: #696969;
	border-radius: 2em;
}

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;
}

#contentBody > .responsive-header
{
	background-color: transparent;
}

a.consulting
{
	color: #DA465C;
	text-decoration: none;
}

div.consulting
{
	width: 70%;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	padding: 20px;
	background-color: #1f2931;
	display: flex;
	align-items: center;
	justify-content: center;
}

div.topic-hero
{
	height: 120px;
	padding-bottom: 100px;
	padding-top: 10%;
}

div.cta
{
	color: #fff;
	background-color: #194b7d;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 14px 20px;
	width: 200px;
	transition: all .5s cubic-bezier(.25, .8, .25, 1);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
	margin-top: 50px;
}

div.cta:hover
{
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
	transform: scale(1.01);
}

a.cta:link
{
	color: #fff;
	text-decoration: none;
}

a.cta:visited
{
	color: #fff;
	text-decoration: none;
}

.search-field
{
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

div.search-container
{
	margin-top: -36px;
	margin-bottom: 100px;
}

div.home-tiles
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	/* margin-bottom: 1%; */
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	transition: all .3s cubic-bezier(.25, .8, .25, 1);
	padding: 55px 10px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #1F2931;
	height: 400px;
}

div.home-tiles > div:hover
{
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
}

div.home-tiles > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 15.1%;
}

div.home-tiles > div:nth-child(2)
{
	width: 16.667%;
	margin-left: 1%;
}

div.home-tiles > div:nth-child(3)
{
	width: 16.667%;
	margin-left: 1%;
}

div.home-tiles > div:nth-child(4)
{
	width: 16.667%;
	margin-left: 1%;
}

.tile-title,
.tile-title a
{
	text-align: center;
	color: white !important;
	font-family: Arial;
	font-weight: 700;
	font-size: 30px;
	line-height: 41px;
	margin-bottom: 30px;
}

.tile-content a
{
	font-family: Arial;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 130.63%;
	color: white !important;
	text-align: center;
}

.tile-content
{
	text-align: center;
	margin-bottom: 20px;
}

p.tile-items
{
	color: #565656;
	font-size: .7em;
	text-align: center;
}

div.home-tiles a
{
	text-decoration: none;
	color: #565656;
	transition: all .3s cubic-bezier(.25, .8, .25, 1);
}

div.home-tiles a:hover
{
	color: #428bca;
}

.tile-content a:hover
{
	color: #DA465C !important;
}

a:active
{
	color: #428bca;
}

div.info-container
{
	margin-left: auto;
	margin-top: 100px;
	margin-right: auto;
	padding-bottom: 75px;
	padding-top: 100px;
	box-shadow: inset -1px 1px 17px 0 rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
	color: #fff;
	background-color: #292f42;
	background-attachment: fixed;
	background-position: center 0;
	background-image: url('../Images/Assets/HeroImages/HeroImage-2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

div.info-section
{
	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: 16.667%;
	margin-left: 16.667%;
}

div.info-section > div:nth-child(2)
{
	width: 16.667%;
	margin-left: 6%;
}

div.info-section > div:nth-child(3)
{
	width: 33.333%;
	margin-left: 5%;
}

div.info-section > div:nth-child(4)
{
	width: 16.667%;
}

div.info-container p
{
	color: #fff;
}

p.info-title
{
	font-size: 2em;
	line-height: 1em;
}

p.info-content
{
	font-size: .8em;
}

p.tip
{
	-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 0 15px 60px;
	text-align: left;
	margin: 5px 30px;
}

div.footer
{
	/* padding-top: 20px; */
	padding-bottom: 20px;
	width: 100%;
	/* color: black; */
	background-color: #1A232B;
	padding-top: 5%;
}

div.footer a
{
	text-decoration: none;
	color: white;
}

div.footer > div.outer-row
{
	line-height: 30px;
	padding: 0;
}

div.home-master-page-footer
{
	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: 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
{
	color: white;
	font-size: .8em;
}

.off-canvas-content,
.off-canvas-wrapper
{
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

@media only screen and (max-width: 1279px)
{
	#content-section .right-section,
	#content-section .left-section
	{
		padding: 0;
	}

	p.info-title
	{
		font-size: 2em;
	}

	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.home-tiles > div:nth-child(1)
	{
		width: 23%;
		margin-left: 2.5%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 23%;
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 23%;
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(4)
	{
		width: 23%;
		margin-left: 1%;
	}

	div.info-section > div
	{
		text-align: center;
	}

	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%;
	}
}

@media only screen and (max-width: 767px)
{
	#content-section
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	div.search-container
	{
		margin-bottom: 50px;
	}

	p.tile-title
	{
		font-size: 1.2em;
	}

	p.info-title
	{
		font-size: 2em;
	}

	p.info-content
	{
		font-size: 1em;
	}

	div.home-tiles > div
	{
		margin-top: 2%;
	}

	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%;
	}

	div.home-tiles > div:nth-child(4)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.info-section > div
	{
		text-align: center;
		padding: 0 20px;
	}

	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%;
	}

	div.home-master-page-footer > div
	{
		/* border-bottom: 1px solid #d3d3d3; */
	}

	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%;
	}

	.topic-hero
	{
		margin-bottom: 60px;
	}
}

@media (min-width: 1280px)
{
	a.skip-to-content.fluid-skip.showOnFocus
	{
		display: none !important;
	}

	nav.title-bar.tab-bar.sticky.is-stuck.is-at-top
	{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		padding-right: 30px;
	}

	ul.navigation.clearfix li:hover a
	{
		border-bottom: 4px solid #DA465C !important;
		color: #DA465C;
	}

	ul.navigation li:not(.downloadbutton) > a
	{
		display: inline !important;
		line-height: 80px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	ul.navigation li.downloadbutton
	{
		margin-top: 18px;
		width: 141.16px !important;
		padding: 0 !important;
		height: 42px;
	}

	ul.navigation li.downloadbutton a
	{
		color: #fff;
		margin-top: 0;
		width: 141.16px !important;
		padding: 0 !important;
		text-align: center;
	}

	ul.navigation li.downloadbutton :hover
	{
		margin-top: 0;
	}

	ul.navigation li.downloadbutton a:hover
	{
		height: 42px;
		color: #fff;
	}

	ul.navigation.clearfix li.downloadbutton:hover a
	{
		border-bottom: none !important;
	}

	pre
	{
		background: #f4f4f4;
		border: 1px solid #ddd;
		border-left: 3px solid #194b7d;
		color: #666;
		page-break-inside: avoid;
		font-family: monospace;
		font-size: 15px;
		line-height: 1.6;
		margin-bottom: 1.6em;
		max-width: 100%;
		overflow: auto;
		padding: 1em 1.5em;
		display: block;
		word-wrap: break-word;
		counter-reset: line;
	}
}

#mc-main-content
{
	background-color: #1A232B;
	background-image: url('https://dev-raima.pantheonsite.io/wp-content/uploads/Mask-group-10.png');
	background-repeat: no-repeat;
	background-size: 40% auto;
}

.topic-hero h1
{
	font-style: normal;
	font-weight: 600;
	font-size: 47px;
	line-height: 64px;
	text-align: center;
}

.body-container
{
	padding: 0%;
}

.navigation li
{
	border: 0px !important;
}

