/*<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, 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==*/

body
{
	font-family: 'Mulish';
	background: #292929;
	height: 100vh;
}

html
{
	height: 100vh;
}

h1
{
	font-size: 2.75em;
	line-height: 1em;
	color: #f0f0f0;
}

h2
{
	font-family: Mulish;
	font-weight: 700 !important;
	font-size: 48pt !important;
	/*text-shadow: 0px 0px 6px #000000;*/
	font-stretch: ultra-expanded;
	margin-bottom: 40px;
	line-height: 1em;
	color: #f0f0f0;
}

h3
{
	font-size: 1.25em;
	font-weight: 700;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
	color: #b2b2b2;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

.center2
{
	margin-right: auto;
	margin-left: auto;
}

.right
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: right;
}

.column
{
	float: left;
	width: 50%;
}

.column-larger
{
	float: left;
	width: 55%;
}

.column-smaller
{
	float: left;
	width: 45%;
}

.off-canvas-content .main-section > .outer-row
{
	max-width: 100%;
	padding: 0;
}

.nav-search-wrapper
{
	position: absolute;
	width: 0px;
	height: 0px;
	margin: -100em -100em;
}

.home-page-logo
{
	width: 320px;
	height: 329px;
	padding: 0;
	float: right;
}

.scroll-container
{
	height: 100%;
	overflow: hidden;
	scroll-snap-type: y mandatory;
}

section.content-section
{
	height: 100vh;
	scroll-snap-align: center;
}

.emailLink a
{
	color: #7e8890 !important;
}

p.tile-title a:link
{
	color: #7e8890;
}

p.tile-title a:visited
{
	color: #7e8890;
}

.emailLink a:hover
{
	color: #abd6ff !important;
}

div.footer a:hover
{
	text-decoration: none;
	color: #abd6ff !important;
}

#email-sprite1 a:hover
{
	background: transparent url('../Images/Assets/Icons/SocialMedia/email_sprite.png') 0 -75px no-repeat;
}

.emailLink a:hover
{
	color: #4a91d6;
}

#helpdesk-sprite a:hover
{
	background: transparent url('../Images/Assets/Icons/SocialMedia/social-sprite.png') 0px -50px no-repeat;
}

#intellipedia-sprite a:hover
{
	background: transparent url('../Images/Assets/Icons/SocialMedia/social-sprite.png') -71px -50px no-repeat;
}

.fa-clipboard-list:before
{
	content: "\f46d";
}

.fa-chalkboard-teacher:before
{
	content: "\f51c";
}

.fa-university:before
{
	content: "\f19c";
}

.fa-clipboard-list,
.fa-chalkboard-teacher,
.fa-university
{
	font-size: 9.5rem;
	padding: 50px 0 0 0;
}

#bottom-page
{
	bottom: 2rem;
	position: fixed;
}

/*==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;
}

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*/
{
	min-height: 630px;
	padding-top: 20px;
	padding-bottom: 100px;
	margin-bottom: 50px;
	background-size: auto;
	/*fix chrome issue with lines between images*/
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
}

div.content-section2
{
	width: 62.5rem;
	padding: 8rem 2rem 8rem .5rem;
}

div.content-section3
{
	width: 1160px;
	margin-bottom: 40px;
}

div.content-section3 div.column
{
	width: 33%;
}

div.content-section4
{
	width: 1160px;
	margin-bottom: 40px;
}

div.content-section5
{
	width: 82rem;
	padding: 5rem 2rem 3rem .5rem;
}

div.content-section
{
	max-width: 62.5rem;
	margin: auto;
}

p.home-heading
{
	font-size: 24pt;
	font-weight: 700;
	text-align: left;
}

h1.home-heading2
{
	font-size: 72pt;
	text-align: justify;
	margin-top: 0;
	padding-bottom: 0;
	color: #f0f0f0 !important;
}

p.home-heading2
{
	font-size: 16pt;
	padding-top: 6rem;
}

p.sub-heading
{
	font-size: 20pt;
	text-align: justify;
	color: #f0f0f0;
}

p.home-heading-c
{
	font-size: 24pt;
	font-weight: 700;
	text-align: center;
	padding-bottom: 1rem;
}

img.home-img
{
	vertical-align: middle;
}

div.flex
{
	display: flex !important;
	height: 160px;
	width: 160px;
}

div.cta	/*Call to action button on the Home Page*/
{
	font-family: Mulish;
	font-size: 14pt;
	font-weight: 700;
	/*color: #FFF;*/
	border-radius: 10px;
	border: 1px solid #1c5082;
	padding: 6px 20px;
	width: 250px;
	transition: all 0s 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: 20px;
	color: #1c5082 !important;
	background-color: #fff;
}

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);
	background-color: #1c5082;
	color: white !important;
}

a.cta:link
{
	color: #fff;
	text-decoration: none;
}

a.cta:visited
{
	color: #fff;
	text-decoration: none;
}

/*==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
{
	margin: 0 auto;
	float: none;
	width: 100%;
	color: #f0f0f0;
	padding: 1.5rem 0 20px 0;
}

div.search-bar
{
	width: 100% !important;
}

/*==Home Tiles section==*/

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;
	margin-top: 1%;
	margin-bottom: 1%;
	padding-top: 1rem;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles fieldset,
fieldset div
{
	position: relative;
}

div.home-tiles > fieldset:nth-child(1)
{
	width: 23.9%;
}

div.home-tiles > fieldset:nth-child(2),
div.home-tiles > fieldset:nth-child(3),
div.home-tiles > fieldset:nth-child(4)
{
	width: 23.9%;
	margin-left: 1%;
}

/*=Elements for text contained within each home-tile=*/

p.tile-title
{
	text-align: left;
	color: #f0f0f0;
	font-size: 1.4rem;
}

p.tile-subtitle
{
	text-align: center;
	color: #f0f0f0;
	font-weight: 700;
}

p.tile-content-home
{
	text-align: center;
	font-size: 0.8em;
	font-weight: 400;
}

p.tile-items
{
	color: #7E8890;
	font-size: 0.7em;
	text-align: center;
}

/*=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: 0;
	margin-right: auto;
	padding-bottom: 120px;
	padding-top: 120px;
	background-attachment: scroll;
	background-position: top, bottom;
	background-size: auto;
	/*fix chrome issue with lines between images*/
	background-repeat: no-repeat;
}

div.info-container2	/*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: 0;
	margin-right: auto;
	padding-bottom: 120px;
	padding-top: 120px;
	background-attachment: scroll;
	background-position: top, bottom;
	background-size: auto;
	/*fix chrome issue with lines between images*/
	background-repeat: no-repeat;
}

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;
	box-sizing: border-box;
}

div.info-section > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 15%;
}

div.info-section > div:nth-child(2)
{
	width: 16.667%;
	margin-left: 2%;
}

div.info-section > div:nth-child(3)	/*Div that contains "Tips"*/
{
	width: 33.333%;
	margin-left: 2%;
}

div.info-textbox
{
	background-color: rgba(0,0,0,0.7);
	border-radius: 20px;
	padding: 20px;
}

/*=Elements for content contained within each info section=*/

p.info-title
{
	font-size: 2rem;
	line-height: 1em;
}

p.info-content
{
	font-size: 0.8rem;
}

div.video-section	/*div.video-section contains the videos section near the bottom of the home page*/
{
	width: 1164px;
	margin-left: auto;
	margin-top: 0;
	margin-right: auto;
	/*padding-bottom: 75px; */
	/*padding-top: 50px; */
}

div.video-section video
{
	width: 576px;
	height: 324px;
	border-radius: 10px;
}

p.tip	/*Paragraph style used for the Tips */
{
	background-image: url('../Images/Assets/Icons/MainIcons/Tips-white.png');
	background-position: 15px center;
	background-repeat: no-repeat;
	border: solid 1px #f0f0f0;
	border-radius: 6px;
	line-height: 1em;
	overflow: hidden;
	padding: 15px 0px 15px 60px;
	text-align: left;
	margin: 5px 30px;
}

/*==Home Page Footer Section==*/

div.footer
{
	padding: 0 0 20px 0;
	background-color: #111;
}

div.footer a	/*Complex Selector: Any anchor (links) tags that are within div.footer will have the following properties */
{
	text-decoration: none;
	color: #7e8890;
}

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;
	max-width: 80rem;
	width: 96%;
	line-height: 1em;
}

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;
	box-sizing: border-box;
}

div.home-master-page-footer > div:nth-child(1)
{
	width: 33.3333%;
	margin-left: 0%;
}

div.home-master-page-footer > div:nth-child(2)
{
	width: 33.3333%;
	margin-left: 0%;
}

div.home-master-page-footer > div:nth-child(3)
{
	width: 33.3333%;
	margin-left: 0%;
}

/* Sprites for Social Media Icons */

#email-sprite
{
	width: 75px;
	height: 75px;
	background: url('../Images/Assets/Icons/SocialMedia/email_sprite.png') 0 0;
	position: relative;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
}

#email-sprite li
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#email-sprite li,
#email-sprite a
{
	height: 75px;
	display: block;
}

#email-sprite1
{
	left: 0px;
	width: 75px;
}

#social-sprite
{
	width: 120px;
	height: 50px;
	background: url('../Images/Assets/Icons/SocialMedia/social-sprite.png') 0 0;
	position: relative;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
}

#social-sprite li
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#social-sprite li,
#social-sprite a
{
	height: 50px;
	display: block;
}

/*#newsletter-sprite
{
	left: 0px;
	width: 50px;
}

#newsletter-sprite a:hover
{
	background: transparent url('../Images/Assets/Icons/SocialMedia/social-sprite.png') 0px -50px no-repeat;
}

#mistu-sprite
{
	left: 71px;
	width: 50px;
}

#mistu-sprite a:hover
{
	background: transparent url('../Images/Assets/Icons/SocialMedia/social-sprite.png') -71px -50px no-repeat;
}
*/

#helpdesk-sprite
{
	left: 0px;
	width: 50px;
}

#intellipedia-sprite
{
	left: 71px;
	width: 50px;
}

div.footer p	/*Complex Selector: Any <p> that is contained within div.footer will have the following properties*/
{
	color: #7E8890;
	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
{
	backface-visibility: visible;
}

MadCap|popupBody
{
	background-color: #caab68;
}

/*===========================================================================================================================================================
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: 1330px)
{
	#content-section .right-section,
	#content-section .left-section
	{
		padding: 0;
	}

	p.info-title
	{
		font-size: 2rem;
	}

	p.info-content
	{
		font-size: 1rem;
	}

	div.footer
	{
		padding: 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.topic-hero
	{
		min-height: 780px;
	}

	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%;
	}

	div.content-section2
	{
		width: 100%;
		margin: 5% 2% 10% 1%;
	}

	div.content-section3
	{
		width: 100%;
		margin: 5% 2% 10% 1%;
	}

	div.content-section4
	{
		width: 100%;
		margin: 5% 2% 10% 2%;
	}

	div.content-section5
	{
		width: 100%;
		margin: 5% 2% 10% 2%;
	}

	div.search-bar
	{
		width: 96% !important;
	}

	div.video-section
	{
		width: 100%;
		margin: 5% 2% 10% 1%;
	}

	div.video-section video
	{
		width: 100%;
		height: auto;
	}

	p.home-heading
	{
		line-height: 1.2em;
	}

	.fa-clipboard-list::before,
	.fa-chalkboard-teacher::before,
	.fa-university::before
	{
		font-size: 2rem;
	}

	div.content-container
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-footer
	{
		padding: 1% 5%;
	}

	.footer-icon
	{
		height: 30px;
		padding: 0 4px;
	}

	.footer-logo2
	{
		max-width: 100px;
		padding-right: 15px;
	}

	.footer-distributed .footer-links
	{
		font-size: 10pt;
	}

	.footer-distributed .footer-links a:before
	{
		font-size: 12pt;
		padding: 0 5px;
	}

	html._Skins_noMode div.classbanner_header,
	html._Skins_noMode div.classbanner_footer,
	div.classbanner_header,
	div.classbanner_footer
	{
		font-stretch: 100%;
	}

	/* make 'hamburger' icon SVG */

	._Skins_noMode .title-bar .menu-icon span,
	nav.title-bar .menu-icon span
	{
		height: 48px;
		width: 48px;
		display: block;
		background: transparent url('../Images/Assets/Icons/MainIcons/Menu.svg') no-repeat center center;
		mc-hidden: hidden;
	}
}

@media only screen and (max-width: 973px)
{
	.main-section > .outer-row	/*Removes the padding around the body proxy in mobile*/
	{
		padding: 0;
	}

	#content-section
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.column
	{
		width: 100%;
	}

	.column-larger
	{
		width: 100%;
	}

	.column-smaller
	{
		width: 100%;
	}

	p.tile-title
	{
		font-size: 1.2rem;
	}

	p.tile-subtitle
	{
		font-weight: 400 !important;
	}

	.btn
	{
		top: 50px !important;
	}

	div.home-tiles fieldset
	{
		height: 110px;
	}

	div.home-tiles > fieldset:nth-child(1)
	{
		width: 23.4%;
	}

	div.home-tiles > fieldset:nth-child(2),
	div.home-tiles > fieldset:nth-child(3),
	div.home-tiles > fieldset:nth-child(4)
	{
		width: 23.4%;
		margin-left: 1%;
	}

	p.tile-content-home
	{
		display: none;
	}

	p.info-title
	{
		font-size: 2rem;
	}

	p.info-content
	{
		font-size: 1rem;
	}

	p.home-heading,
	p.home-heading-c
	{
		text-align: center;
	}

	.home-heading2
	{
		text-align: center !important;
	}

	p.sub-heading
	{
		text-align: center;
	}

	div.flex
	{
		height: 120px;
	}

	div.topic-hero
	{
		min-height: 1080px;
	}

	.home-page-logo
	{
		float: none;
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	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	/* Adds separators to the footer items when in mobile layout */
	{
		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%;
	}

	div.search-bar
	{
		width: 80% !important;
	}

	.fa-clipboard-list,
	.fa-chalkboard-teacher,
	.fa-university
	{
		padding: 20px 0 0 0;
	}

	.fa-clipboard-list::before,
	.fa-chalkboard-teacher::before,
	.fa-university::before
	{
		font-size: 2rem;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right
	{
		display: block;
		width: 100%;
		margin-bottom: 14px;
		text-align: center;
	}

	.footer-distributed .footer-center i
	{
		margin-left: 0;
	}

	html._Skins_noMode div.classbanner_footer,
	html._Skins_Dark_Mode div.classbanner_header,
	div.classbanner_footer,
	div.classbanner_header
	{
		font-stretch: 100%;
		font-size: 6pt;
	}

	/* make 'hamburger' icon SVG */

	._Skins_noMode .title-bar .menu-icon span,
	nav.title-bar .menu-icon span
	{
		background: transparent url('../Images/Assets/Icons/MainIcons/Menu.svg') no-repeat center center;
		mc-hidden: hidden;
	}
}

/* Responsive layout of columns - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px)
{
	.column,
	.column2
	{
		width: 100%;
	}
}

@media (max-width: 465px)
{
	.tabs .tab,
	.tabs label
	{
		order: initial;
	}

	.tabs label
	{
		width: 100%;
		margin-left: 50px;
	}

	/* make 'hamburger' icon SVG */

	._Skins_noMode .title-bar .menu-icon span,
	nav.title-bar .menu-icon span
	{
		background: transparent url('../Images/Assets/Icons/MainIcons/Menu.svg') no-repeat center center;
		mc-hidden: hidden;
	}
}

h2.white
{
	font-size: 1.6785em;
	color: #f0f0f0;
}

.shadow
{
	filter: drop-shadow( 0px 0px 6px #fff);
}

legend
{
	font-size: 1rem;
	padding: 3px 6px;
}

p.quote-home
{
	padding-top: 2rem;
	line-height: 1.2em;
	/*font-family: Lumanosimo;*/
}

fieldset
{
	float: left;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	box-sizing: border-box;
	background-color: transparent;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	/*Adds transition animation when switching between screen sizes*/
	border-radius: 20px;
	border: 1px solid #d3d3d3;
	padding: 0 10px;
	overflow: hidden;
	height: 165px;
}

.btn-wrapper
{
	display: inline-block;
}

.btn
{
	background-color: #fff;
	font-size: 10pt;
	font-weight: 400;
	width: 92%;
	border-radius: 4px;
	border: 1px solid;
	padding: 2px 4px;
	position: absolute;
	top: 105px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.btn-green,
.btn-green a:visited,
.btn-green a
{
	color: #28a745;
	border-color: #28a745;
}

.btn-green:hover,
.btn-green a:hover
{
	color: white !important;
	background-color: #28a745;
}

.btn-blue,
.btn-blue a:visited,
.btn-blue a
{
	color: #17a2b8;
	border-color: #17a2b8;
}

.btn-blue:hover,
.btn-blue a:hover
{
	color: white !important;
	background-color: #17a2b8;
}

.btn-red,
.btn-red a:visited,
.btn-red a
{
	color: #dc3545;
	border-color: #dc3545;
}

.btn-red:hover,
.btn-red a:hover
{
	color: white !important;
	background-color: #dc3545;
}

.btn-purple,
.btn-purple a:visited,
.btn-purple a
{
	color: #aa55ff;
	border-color: #aa55ff;
}

.btn-purple:hover,
.btn-purple a:hover
{
	color: white !important;
	background-color: #aa55ff;
}

.btn:active
{
	top: 106px;
}

.footer-logo
{
	max-width: 230px;
	vertical-align: middle;
}

/* *** Carousel *** */

.carousel
{
	align-items: center;
	display: flex;
	justify-content: center;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-420px * 3));  /* Number of unique slides (half the total) */
	}
} 

.slider
{
	height: 300px;
	margin: auto;
	overflow: hidden;
	position: relative;
	max-width: 82rem;
}

.slider::before,
.slider::after
{
	background: linear-gradient(to right, #292929 0%, rgba(41, 41, 41, 0) 100%);
	content: "";
	height: 100%;
	position: absolute;
	width: 100px;
	z-index: 2;
}

.slider::after
{
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}

.slider::before
{
	left: 0;
	top: 0;
}

.slider .slide-track
{
	animation: scroll 120s linear infinite;
	display: flex;
	width: calc(420px * 6);
	/* Total number of slides */
}

.slider .slide
{
	height: 100px;
	width: 420px;
	padding: 0 20px;
}

#welcome-section
{
	background-color: #191919;
}

.sideways-text h3,
.sideways-text hr
{
	position: absolute;
	transform: translateX(-50%) translateY(-50%) rotate(270deg);
}

.sideways-text h3
{
	letter-spacing: 3px;
}

.sideways-text hr
{
	width: 300px;
}

.stats-row1
{
	top: 50%;
	left: 50%;
}

.stats-image,
.stats-image-v
{
	width: 80px;
	padding: 5px 0;
}

.stats-image-v1
{
	padding-top: 22px;
}

.stats-table
{
	table-layout: fixed;
	width: 100%;
	margin-right: auto;
	margin-left: 0;
}

.stats-table td:nth-child(1)
{
	width: 20px;
}

.stats-table td:nth-child(2)
{
	width: 5px;
}

.stats-table td:nth-child(3)
{
	width: 90px;
}

.stats-table td:nth-child(4)
{
	width: 300px;
}

.stats-table td:nth-child(5)
{
	text-align: left;
	align: left;
}

.stats-table td:nth-child(5) h3:nth-child(2)
{
	padding-top: 20px;
}

.stats-table h3
{
	font-size: 1.8rem;
	font-weight: 400;
	text-align: left;
	letter-spacing: .4rem;
}

.stats-table hr
{
	height: 2px;
	background: #b2b2b2;
	border: 0;
}

.short-line
{
	width: 340px;
	margin-left: 0;
}

.stats-circle
{
	border-radius: 50%;
	display: inline-block;
	margin-right: 0;
	border: 6px solid #c00000;
	filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0,0,0,0.5));
	font-size: 18pt;
	width: 250px;
	height: 250px;
	color: #f0f0f0;
	text-align: center;
	position: relative;
}

.stats-circle span:nth-child(1),
.stats-circle span:nth-child(2),
.stats-circle span:nth-child(3),
.stats-circle span:nth-child(4)
{
	display: inline;
	white-space: nowrap;
	text-transform: uppercase;
}

.stats-circle span:nth-child(5)
{
	line-height: 3.5rem;
	display: block;
	font-size: 26pt;
}

.first-letter
{
	font-size: 26pt;
}

.text-wrap
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-top: 1rem;
}

.text-wrap span
{
	display: block;
}

/*
#btn-back-to-top {
  position: fixed;
  bottom: 80px;
  right: 80px;
  display: none;
} */

