/*<meta />*/

/*==Home Page General Styles==*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*=============================================BODY/HTML=============================================*/

body
{
	font-family: Roboto, sans-serif;
	line-height: 1.5em;
	background-color: #fff;
	font-size: 100%;
}

.body-container
{
	flex: 1 1;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	overflow: auto;
}

.off-canvas-wrapper-inner .main-section
{
	
}

.off-canvas-content .main-section > .outer-row
{
	padding: 0;
}

html.home-page
{
	mc-community-features: disabled;
}

/*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;
}

.off-canvas-wrapper
{
	padding-left: 0;
}

/*==Responsive Header Styles==*/

#contentBody > .responsive-header
{
	background-color: transparent;
}

/*=============================================HEADER=============================================*/

h1
{
	font-size: 2.75em;
	color: #fff;
	line-height: 1em;
}

h2
{
	font-size: 1.6785em;
	color: #fff;
}

/*=============================================PARAGRAPH=============================================*/

p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

p.home-title
{
	color: #fff;
	font-size: 28px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	padding: 24px 0 24px 24px;
	margin: 0;
	line-height: 19px;
	text-align: left;
}

p.align-right
{
	color: #fff;
	float: right;
	font-size: 1rem;
	margin-right: 2rem;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

p.highlights-title
{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 21px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(225, 225, 225, 1);
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	padding-bottom: 8px;
}

p.sub-title
{
	font-weight: 400;
	font-style: normal;
	color: #007CBE;
	font-size: 1rem;
	margin: 3px 0 0 5px;
}

p.version
{
	font-size: 1.2rem;
	color: #fff;
	margin: -2px -2px 0 -2px;
	padding: 15px 0 15px 15px;
	font-weight: 500;
	background: linear-gradient(90deg, rgba(189, 0, 155, 1) 0%, rgba(238, 108, 77, 1) 100%);
}

p.title
{
	font-size: 1rem;
	color: #000000;
	font-weight: 500;
}

p.footer-title
{
	font-size: 1rem;
	color: #000000;
	font-weight: 500;
}

p.content
{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	font-size: 17px;
	line-height: 20px;
	margin-top: 12px;
}

p.popular
{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: left;
	margin-left: 24px;
	margin-top: 24px;
	color: #fff;
}

span.spacing
{
	margin-left: 25px;
}

/*=============================================SEARCH BAR & PROXIES=============================================*/

MadCap|searchBarProxy
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	float: none;
	width: 50%;
}

.search-field	/*The box-shadow property is applied to style to provide shadow on the search bar*/
{
	
}

/*div.search-container
{
	margin: 0px 0 0 0;
}*/

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;
}

/*=============================================ANCHOR=============================================*/

a:link
{
	text-decoration: none;
	color: #007CBE;
	font-weight: normal;
}

a:visited
{
	color: #007CBE;
}

a:hover
{
	text-decoration: underline;
}

MadCap|xref
{
	text-decoration: none;
	color: #007CBE;
}

a.popular
{
	color: #ffffff;
}

a.popular:hover
{
	text-decoration: underline;
}

/*=============================================IMAGES/HR=============================================*/

img.footer
{
	width: 200px;
}

img.training
{
	vertical-align: middle;
	margin-right: 1.5rem;
}

hr
{
	border: 0;
	width: 100%;
	background-color: #dcdcdc;
	height: 1px;
	margin: 16px 0 16px 0;
}

hr.card
{
	border: 0;
	width: 100%;
	background-color: #fff;
	height: 1px;
	margin: 24px 0 24px 0;
}

img.highlights
{
	vertical-align: middle;
	width: 36px;
	height: 35px;
	margin-right: 10px;
}

/*img.side
{
	width:70%;
	margin-left:17%;
}*/

#sideNavLogo
{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	margin-left: -5px;
}

.responsive
{
	width: 100%;
	height: auto;
	max-width: 200px;
}

ul.sidenav li a:hover
{
	
}

/*=================================================TOPIC HERO SECTION=====================================================================================*/

div.topic-hero
{
	/* Create the parallax scrolling effect */
	height: 175px;
	background: url('../Images/Icons and Logos/header.svg');
	background-repeat: no-repeat;
	background-size: cover;
}

/*=======================================================HIGHLIGHTS===================================================*/

div.highlights
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

div.highlights::before
{
	content: ' ';
	display: table;
}

div.highlights::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.highlights > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.highlights > div:nth-child(1)
{
	width: 96%;
	margin-left: 2%;
	margin-bottom: 2%;
	margin-top: 25px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(225, 225, 225, 1);
}

div.version
{
	border-top: 1px solid rgba(225, 225, 225, 1);
	border-right: 1px solid rgba(225, 225, 225, 1);
	border-left: 1px solid rgba(225, 225, 225, 1);
}

div.spacer
{
	margin: 0;
}

/*=====================================================VERSION HIGHLIGHTS CONTENT=================================================*/

div.version-highlights
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}

div.version-highlights::before
{
	content: ' ';
	display: table;
}

div.version-highlights::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.version-highlights > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.version-highlights > div:nth-child(1)
{
	width: 50%;
	padding-left: 1%;
	padding-right: 1%;
}

div.version-highlights > div:nth-child(2)
{
	width: 50%;
	padding-left: 2%;
	padding-right: 1%;
}

ol.highlights
{
	font-weight: 400;
	font-style: normal;
	color: #007CBE;
	font-size: 1rem;
	line-height: 2rem;
	padding-left: 15px;
	margin: 0 0 0 5px;
}

ul.highlights
{
	font-weight: 400;
	font-style: normal;
	color: #007CBE;
	font-size: 1rem;
	line-height: 2rem;
	padding-left: 15px;
	margin: 0 0 0 9px;
}

td.details
{
	font-weight: 400;
	font-style: normal;
	color: #007CBE;
	font-size: .9rem;
}

span.vertical
{
	margin: 0 10px 0 10px;
}

/*=====================================================RESOURCES CONTENT=================================================*/

div.resources
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}

div.resources::before
{
	content: ' ';
	display: table;
}

div.resources::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.resources > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.resources > div:nth-child(1)
{
	width: 50%;
	padding-left: 1%;
	padding-right: 1%;
}

div.resources > div:nth-child(2)
{
	width: 50%;
	padding-left: 2%;
	padding-right: 1%;
}

/*=====================================================FOOTER=================================================*/

div.footer-container
{
	padding: 40px 0 10px 0;
	background-color: #f5f7fa;
}

div.footer
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.footer::before
{
	content: ' ';
	display: table;
}

div.footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.footer > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.footer > div:nth-child(1)
{
	width: 22%;
	margin-left: 10%;
	margin-right: 3%;
	text-align: center;
	padding-right: 0px;
	/*	border-right-length: 75%;
	border-right: 1px solid #333333;*/
}

div.footer > div:nth-child(2)
{
	height: 200px;
	width: 0%;
	border-left: solid 1px #e1e1e1;
}

div.footer > div:nth-child(3)
{
	width: 20%;
	margin-left: 5%;
	margin-right: 5%;
}

div.footer > div:nth-child(4)
{
	border-left: solid 1px #e1e1e1;
	height: 200px;
	width: 0%;
}

div.footer > div:nth-child(5)
{
	width: 20%;
	margin-left: 5%;
}

p.copyright
{
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	color: #444444;
	text-align: center;
}

p.footers
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #444444;
	margin: 2px 0 2px 0;
}

p.compliance
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #444444;
	width: 65%;
}

.vl
{
	border-left: 1px solid #333333;
	height: 200px;
	width: 0%;
}

/*=======================================================================SOCIAL MEDIA==========================================================*/

.social-media
{
	font-size: 1.5rem;
	width: 50%;
	margin: auto;
}

/*=======================================================================CONTENT SECTIONS==========================================================*/

div.content
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	width: 97%;
}

div.content::before
{
	content: ' ';
	display: table;
}

div.content::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.content > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.content > div:nth-child(1)
{
	width: 48.5%;
	margin-left: .5%;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(225, 225, 225, 1);
	margin-right: .75%;
	padding: 0 1% 1% 1%;
}

div.content > div:nth-child(2)
{
	width: 48.5%;
	margin-left: 1.25%;
}

div.content-row
{
	border-width: 1px;
	border-style: solid;
	border-color: rgba(225, 225, 225, 1);
	padding: 0 10px 0 10px;
	margin-bottom: 4%;
}

/*=====================================================SECTIONS=================================================*/

div.sections
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.sections::before
{
	content: ' ';
	display: table;
}

div.sections::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.sections > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.sections > div:nth-child(1)
{
	width: 8.5%;
	margin-left: 0%;
}

div.sections > div:nth-child(2)
{
	width: 91%;
	margin-left: 0%;
}

img.section
{
	margin-top: 10px;
	width: 33px;
}

img.trouble
{
	margin-top: 10px;
	width: 28px;
}

img.portal
{
	margin: 10px auto 0 5px;
}

p.section-title
{
	font-family: Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	color: #007CBE;
	margin: 0;
}

p.section-content
{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	font-size: 17px;
	line-height: 20px;
	margin: 0;
}

ul.section
{
	font-weight: 400;
	font-style: normal;
	color: #007CBE;
	font-size: 1rem;
	line-height: 2rem;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}

/*=======================================================================SLIDER==========================================================*/

div.slider
{
	border-width: 1px;
	border-style: solid;
	border-color: rgba(225, 225, 225, 1);
	margin: 0 24px 0 24px;
	padding: 0 1% 0 1%;
}

p.slider-title
{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 21px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(225, 225, 225, 1);
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	padding-bottom: 8px;
	margin-right: 1%;
	margin-left: 1%;
}

.mc-wrapper .mc-controls-direction a.mc-prev
{
	top: 10.5%;
	left: 17%;
	background: url('../Images/Icons and Logos/prev.svg');
	background-repeat: no-repeat;
	outline: none;
}

.mc-wrapper .mc-controls-direction a.mc-next
{
	top: 10.5%;
	right: 78%;
	background: url('../Images/Icons and Logos/right-button.svg');
	background-repeat: no-repeat;
	outline: none;
}

/*=====================================================BUTTONS=================================================*/

.btn-one
{
	color: #fff;
	background-color: #BD009B;
	border-radius: 6px;
	padding: 0px 9px 0px 9px;
	float: left;
	margin-right: 0px;
	margin-top: 12px;
	font-size: 14px;
	position: relative;
	top: -8px;
}

.btn-two
{
	color: #fff;
	background-color: #BD009B;
	border-radius: 6px;
	padding: 0px 9px 0px 9px;
	float: left;
	margin-top: 12px;
	font-size: 14px;
	margin-right: 0px;
	position: relative;
	top: -8px;
}

MadCap|slideshow
{
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(225, 225, 225, 1);
	margin-left: 2.4%;
	width: auto;
	margin-right: 1.7%;
	box-shadow: none;
}

div.mc-wrapper-outer
{
	
}

MadCap|slideshowBullet
{
	
}

.mc-wrapper .mc-pager.mc-default-pager a
{
	background-color: transparent;
	border: 1px solid #a9a9a9;
}

.mc-wrapper .mc-pager.mc-default-pager a.active
{
	background-color: #007cbe;
}

.mc-wrapper .mc-pager.mc-default-pager a:hover
{
	background-color: none;
}

/*========================================================SLIDE CONTENT=========================================*/

div.slide-content
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

div.slide-content::before
{
	content: ' ';
	display: table;
}

div.slide-content::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.slide-content > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.slide-content > div:nth-child(1)
{
	width: 7%;
	margin-left: 2%;
	margin-top: 5px;
}

div.slide-content > div:nth-child(2)
{
	width: 38%;
	margin-left: 1.5%;
}

div.slide-content > div:nth-child(3)
{
	width: 7%;
	margin-left: 4%;
	margin-top: 5px;
}

div.slide-content > div:nth-child(4)
{
	width: 38%;
	margin-left: 1.5%;
}

div.slide-content > div:nth-child(5)
{
	width: 7%;
	margin-left: 1.5%;
	margin-top: 5px;
}

div.slide-content > div:nth-child(6)
{
	width: 23%;
	margin-left: 1.5%;
}

p.course-title
{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #007CBE;
}

p.course
{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	text-align: left;
	line-height: normal;
}

/*=============================================BETA HEADER=============================================*/

p.header
{
	margin-left: 40;
	font-size: 30pt;
}

div.betaheader
{
	margin-left: -1em;
	margin-right: -1em;
	margin-top: 0em;
}

div.betaheader-homepage
{
	margin-left: 1px;
}

p.Beta
{
	margin-bottom: 0;
	font-family: Roboto, sans-serif;
	border-top-color: #f0445a;
	border-bottom-color: #f0445a;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-color: #D14900;
	border: none 2px #000000;
	text-align: center;
	width: 100%;
	font-size: 11px;
	padding-top: 1px;
	padding: 1px 0px;
	margin-top: 0px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*=============================================GETTING STARTED BANNER=============================================*/

p.setup
{
	margin-bottom: 0;
	font-family: Roboto, sans-serif;
	border-top-color: #f0445a;
	border-bottom-color: #f0445a;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-color: #00A5A5;
	border: none 2px #000000;
	text-align: center;
	width: 100%;
	font-size: 1rem;
	padding: 2px 0px;
	margin-top: 0px;
	color: #fff;
	letter-spacing: 1px;
}

div.telehealth-setup
{
	margin-left: 1px;
}

a.setup
{
	color: #fff;
	text-decoration: underline;
}

/*==========================================================================TABLET=============================================================*/

@media only screen and (max-width: 1279px)
{
	#content-section .right-section,
	#content-section .left-section
	{
		padding: 0;
	}

	.off-canvas-wrapper-inner .main-section
	{
		width: 100%;
		margin-left: 0;
	}

	nav.title-bar
	{
		display: block;
	}

	div.highlights
	{
		margin-top: 0px;
	}

	div.highlights > div:nth-child(1)
	{
		width: 95%;
		margin-left: 2.5%;
	}

	div.footer > div:nth-child(1)
	{
		width: 22%;
		margin-left: 5%;
		margin-right: 6%;
	}

	div.footer > div:nth-child(2)
	{
		width: 0%;
	}

	div.footer > div:nth-child(3)
	{
		width: 20%;
		margin-left: 5%;
		margin-right: 5%;
	}

	div.footer > div:nth-child(4)
	{
		width: 0%;
	}

	div.footer > div:nth-child(5)
	{
		width: 20%;
		margin-left: 5%;
	}

	div.pop-topics > div:nth-child(1)
	{
		width: 45%;
		margin-right: 2.5%;
	}

	div.pop-topics > div:nth-child(2)
	{
		width: 45%;
		margin-left: 2.5%;
	}

	div.version-highlights > div:nth-child(1)
	{
		width: 47%;
		margin-left: 1%;
	}

	div.version-highlights > div:nth-child(2)
	{
		width: 47%;
		margin-left: 1%;
	}

	div.resources > div:nth-child(1)
	{
		width: 98%;
		margin-left: 2%;
		padding-left: 0;
		margin-top: 1.75%;
	}

	div.resources > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
		padding-left: 0;
	}

	p.compliance
	{
		margin: 0px;
		width: 100%;
	}

	div.home-content > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-content > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.resources-content > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.resources-content > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.resources
	{
		margin-top: 5px;
	}

	div.popular-content > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.popular-content > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.pop-topic
	{
		margin-left: 1%;
	}

	div.content
	{
		width: 96.6%;
		margin-left: 2.5%;
	}

	div.content > div:nth-child(1)
	{
		width: 48%;
		margin-left: 0%;
		margin-bottom: 20px;
		padding-bottom: 2%;
	}

	div.content > div:nth-child(2)
	{
		width: 48%;
		margin-left: 1.5%;
	}

	div.sections > div:nth-child(1)
	{
		width: 15%;
		margin-left: 2%;
	}

	div.sections > div:nth-child(2)
	{
		width: 78%;
		margin-left: 0%;
	}

	.mc-wrapper .mc-controls-direction a.mc-prev
	{
		display: none;
	}

	.mc-wrapper .mc-controls-direction a.mc-next
	{
		display: none;
	}

	.mc-wrapper-outer
	{
		margin-left: 23px;
		margin-right: 18px;
	}

	MadCap|slideshowBullet
	{
		border-color: #808080;
		background-color: #ff0000;
	}

	MadCap|slideshowBullet.active
	{
		background-color: #007cbe;
	}

	MadCap|slideshowBullet:hover
	{
		background-color: transparent;
		border-bottom-color: #a9a9a9;
	}

	img.footer
	{
		width: 150px;
	}

	p.copyright
	{
		font-size: 9px;
		margin: 5px;
	}
}

/*==========================================================================MOBILE=============================================================*/

@media only screen and (max-width: 767px)
{
	#content-section
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	div.search-container
	{
		margin-bottom: 50px;
	}

	nav.title-bar
	{
		display: block;
	}

	div.highlights
	{
		width: 96% %;
		margin: 2%;
	}

	div.highlights > div:nth-child(1)
	{
		width: 100%;
		margin: 0;
	}

	div.guides
	{
		border: none;
		margin-top: 0px;
	}

	div.footer-container
	{
		padding-top: 10px;
		margin-top: 20px;
	}

	div.footer > div:nth-child(1)
	{
		width: 80%;
		margin-left: 10%;
		border-bottom: solid 1px #e1e1e1;
		padding: 0 0 25px 0;
	}

	div.footer > div:nth-child(2)
	{
		display: none;
	}

	div.footer > div:nth-child(3)
	{
		width: 80%;
		margin-left: 10%;
		text-align: center;
		border-bottom: solid 1px #e1e1e1;
		padding-bottom: 25px;
		padding-top: 25px;
		padding-left: 0px;
	}

	div.footer > div:nth-child(4)
	{
		display: none;
	}

	div.footer > div:nth-child(5)
	{
		width: 80%;
		margin-left: 10%;
		text-align: center;
		padding-top: 25px;
	}

	div.pop-topic
	{
		width: 94%;
		margin-left: 3%;
	}

	p.compliance
	{
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		color: #444444;
		width: 100%;
		text-align: center;
	}

	p.copyright
	{
		width: 80%;
		margin-left: 10%;
		text-align: center;
	}

	div.home-content > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-content > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	hr
	{
		
	}

	div.spacer
	{
		margin-top: 1%;
	}

	div.content
	{
		width: 96%;
		margin: 0 2% 0 2%;
	}

	div.content > div:nth-child(1)
	{
		width: 100%;
		margin-bottom: 2%;
	}

	div.content > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.sections
	{
		margin-top: 2%;
		margin-bottom: 2%;
	}

	div.sections > div:nth-child(1)
	{
		width: 15%;
		margin-left: 2%;
	}

	div.sections > div:nth-child(2)
	{
		width: 80%;
		margin-left: 3%;
	}

	div.slide-content > div:nth-child(2)
	{
		width: 95%;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}

	div.slide-content > div:nth-child(4)
	{
		width: 95%;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}

	div.slide-content > div:nth-child(6)
	{
		width: 95%;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}

	div.version-highlights > div
	{
		float: left;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	div.version-highlights > div:nth-child(1)
	{
		width: 100%;
		margin-bottom: 0;
		padding-left: 0;
	}

	div.version-highlights > div:nth-child(2)
	{
		width: 100%;
		padding-left: 0;
	}

	div.resources > div:nth-child(1)
	{
		width: 100%;
		margin-bottom: 0;
		padding-left: 0;
	}

	div.resources > div:nth-child(2)
	{
		width: 100%;
		padding-left: 0;
	}

	div.content-row
	{
		margin-bottom: 2%;
		padding: 0;
	}

	.mc-wrapper .mc-viewport
	{
		margin-right: 2%;
		margin-left: .5%;
	}

	.mc-wrapper .mc-controls-direction a.mc-prev
	{
		display: none;
	}

	.mc-wrapper .mc-controls-direction a.mc-next
	{
		display: none;
	}

	ol.highlights
	{
		margin-left: 3%;
	}

	ul.highlights
	{
		margin-left: 4%;
	}

	p.highlights-title
	{
		margin-left: 2%;
		margin-right: 3%;
	}

	ul.section
	{
		margin-left: 2%;
	}

	p.sub-title
	{
		margin-left: 2.5%;
	}

	p.content
	{
		margin-left: 2%;
	}

	.mc-wrapper-outer
	{
		margin-left: 12px;
		margin-right: 7px;
	}
}

/*==========================================================================MEDIA QUERIES=============================================================*/

@media only screen and (min-width: 1280px) and (max-width: 1650px)
{
	.mc-wrapper .mc-controls-direction a.mc-prev
	{
		top: 10.5%;
		left: 22%;
	}

	.mc-wrapper .mc-controls-direction a.mc-next
	{
		top: 10.5%;
		right: 72%;
	}
}

@media only screen and (min-width: 1502px) and (max-width: 1735px)
{
	div.content > div:nth-child(1)
	{
		margin-bottom: 1%;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1500px)
{
	div.content > div:nth-child(1)
	{
		padding-bottom: 1.5%;
		margin-bottom: 20px;
	}
}

/*=================IPAD PRO=========================*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px)
{
	
}

/*=================IPAD PORTRAIT=========================*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait)
{
	div.content-row
	{
		padding-bottom: 10px;
	}
}

/*=================IPAD LANDSCAPE=========================*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape)
{
	div.resources > div:nth-child(1)
	{
		width: 47%;
		padding-left: 1%;
		padding-right: 1%;
		margin-top: 1.35%;
	}

	div.resources > div:nth-child(2)
	{
		width: 47%;
		padding-left: 2%;
		padding-right: 1%;
		margin-top: 1.35%;
	}
}

/*=================IPAD PRO Portrait=========================*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait)
{
	div.resources
	{
		padding-bottom: 5px;
	}

	div.resources > div:nth-child(1)
	{
		width: 47%;
		padding-left: 1%;
		padding-right: 1%;
		margin-top: 1.35%;
	}

	div.resources > div:nth-child(2)
	{
		width: 47%;
		padding-left: 2%;
		padding-right: 1%;
		margin-top: 1.35%;
	}
}

/*=================FIREFOX ISSUE=========================*/

@-moz-document url-prefix() {
 
} 

