/*<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: "SF Pro Text", "Segoe UI", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	line-height: 1.5em;
	background-color: #ffffff;
}

h1
{
	text-align: center;
	font-weight: 500;
	color: #ffffff;
	font-family: "SF Pro Text", "Segoe UI", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 4em;
	line-height: 1em;
	margin-bottom: 30px;
}

h1#home
{
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

h2
{
	font-size: 1.5em;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 10px;
}

h2.body-head
{
	font-size: 40px;
	text-align: center;
	font-weight: 500;
	color: #333;
	padding-bottom: 1em;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

img.tile-icon
{
	width: 60px;
	height: 60px;
}

nav.title-bar
{
	height: 56px;
	padding-top: 10px !important;
}

.title-bar-layout a.logo
{
	background-size: 135px 60px;
}

.title-bar-layout .logo-wrapper
{
	width: 184px;
	height: 32px;
	min-height: 32px;
}

span.highlight1	/*Span class used to change the color of text within block elements*/
{
	color: #d393de;
}

span.highlight2
{
	color: #955aa4;
}

span.highlight3
{
	color: #32a14f;
}

span.highlight4
{
	color: #f2774b;
}

.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;
}

.off-canvas-wrapper-inner nav.title-bar .outer-row
{
	margin-left: 4%;
}

/*==Disabled elements from SideNav skin==*/

.sidenav-wrapper,
.logo-wrapper,
.title-bar-container
{
	display: none;
}

.body-container
{
	padding: 0px;
}

div#mc-main-content
{
	padding-bottom: 5em;
}

/*==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;
}

/*==Home Page Hero Section==*/

div.topic-hero	/*This is the Hero/Banner on the Home Page - To replace the banner image with your own, change background-image property*/
{
	padding-bottom: 50px;
	padding-top: 50px;
	background-image: url('../../images/bg_pattern.jpg');
	background-size: cover;
}

/*==Home Tiles section==*/

div.home-tiles-container
{
	padding-top: 60px;
	padding-bottom: 60px;
}

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%;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles img	/*Complex Selector images included in the home-tiles will have a minimum width of 100%;*/
{
	min-width: 100%;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* transition: all 0.3s cubic-bezier(.25,.8,.25,1); */
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	background-color: #f1f1f1;
}

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);
}

div.home-tiles > div:nth-child(1)
{
	width: 33.333%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 33.333%;
	margin-left: 0%;
}

div.home-tiles a	/*Properties for links in home-tiles*/
{
	color: #c7c7c7;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.micro-content a:link
{
	color: #36c;
}

.micro-content a:visited
{
	color: #99c;
}

div.home-tiles a:hover
{
	color: #1D2B64;
}

div.footer a:hover
{
	color: #34c759;
}

p.tile-title
{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 1.5em;
}

/*==Search-bar==*/

div.search-bar
{
	margin-bottom: 50px;
	margin-top: 50px;
}

.search-bar._Skins_SearchHome.mc-component .search-field,
.search-bar._Skins_SearchHome.mc-component .search-submit
{
	border-radius: 90px;
}

.search-bar._Skins_SearchHome.mc-component .search-field
{
	height: 3.5em;
}

.search-bar.search-bar-container._Skins_SearchHome.mc-component .search-submit
{
	transform: translate(-20px, 9px);
	width: 65px;
	height: 65px;
}

/*==Info section==*/

div.info-container
{
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding-bottom: 50px;
	padding-top: 50px;
}

div.info-container-new
{
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px;
	width: 100%;
}

div.info-container-new > div
{
	justify-content: center;
}

div.info-section	/*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;
	display: flex;
	flex-flow: wrap;
}

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;
	padding: 40px;
	/* transition: all 0.3s cubic-bezier(.25,.8,.25,1); */
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}

div.info-section > div.hover
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}

div.info-section > div.hover:hover
{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
	background-color: #FFF;
}

div.info-section > div:nth-child(1)
{
	width: 25%;
	margin-left: 0%;
}

div.sub-tile
{
	column-count: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

div.sub-tile > p
{
	padding-right: 15px;
}

p.in a
{
	text-decoration: none;
}

/*=Elements for content contained within each info section=*/

p.info-title
{
	line-height: 1.2em;
	font-size: 24px;
	font-weight: 500;
	color: #000;
	margin-bottom: 20px;
	text-align: center;
}

p.info-title a	/*Any hyperlinks included in info-title will have the following properties*/
{
	text-decoration: none;
	color: inherit;
}

p.info-content
{
	font-size: 0.9em;
}

p.new-topic
{
	text-align: center;
	color: #34c759;
	font-size: 2em;
}

a[target=_blank]
{
	background: url('../../images/angle-right-green.svg') center right no-repeat;
	background-size: 10px;
	padding-right: 18px;
}

a.green-blk-bg[target=_blank]
{
	background: url('../../images/angle-right-green-blk-bg.svg') center right no-repeat;
	background-size: 10px;
	padding-right: 18px;
}

a.home-button
{
	display: inline-block;
	background-color: #818181;
	padding: 7px 10px;
	text-decoration: none;
	color: #fff;
	transition: all 0.2s;
}

a.home-button:hover
{
	background-color: #4e4376;
}

a.no-underline
{
	text-decoration: none;
	color: #333;
}

a.white,
.white
{
	color: #ffffff;
}

a.white:hover
{
	color: #34c759;
}

a.green
{
	color: #208A3D;
	text-decoration: none;
}

a.green:hover
{
	color: #208A3D;
	text-decoration: none;
}

a.green-blk-bg
{
	color: #7de378;
	text-decoration: none;
}

a.green-blk-bg:hover
{
	text-decoration: none;
}

/*==Home Page Footer==*/

div.footer
{
	padding-top: 13px;
	padding-bottom: 10px;
	background-color: #22221f;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	/* background: -webkit-linear-gradient(to bottom right, white, #d2d2d2); */
	/* background: -o-linear-gradient(to bottom right, white, #d2d2d2); */
	/* background: -moz-linear-gradient(to bottom right, white, #d2d2d2); */
	/* background: linear-gradient(to bottom right, white, #d2d2d2); */
	/* border-top: 4px solid #f1f1f1; */
}

div.footer a
{
	text-decoration: none;
	color: #ffffff;
}

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 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;
	width: 65%;
}

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: 50%;
	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%;
}

div.home-pdc	/*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;
	margin-top: 1%;
	border-top: 1px solid black;
	display: flex;
}

div.home-pdc::before
{
	content: ' ';
	display: table;
}

div.home-pdc::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-pdc img
{
	min-width: 100%;
}

p.pdc-title
{
	line-height: 1em;
	font-size: 1.8em;
	margin-bottom: 20px;
	text-align: left;
}

a.pdc-link
{
	text-decoration: underline !important;
}

a.pdc-link:hover
{
	color: #34c759;
}

div.home-pdc > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	/* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	background-color: #f1f1f1; */
}

/*
div.home-pdc > div:hover
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
*/

div.home-pdc > div:nth-child(1)
{
	background-image: linear-gradient(to right, #0c4a25, #4fa24b, #e7d330);
	height: 250px;
	width: 50%;
	margin-left: 0%;
}

div.home-pdc > div:nth-child(2)
{
	display: grid;
	align-content: center;
	height: 250px;
	width: 41.667%;
	margin-left: 8.3333%;
	padding-right: 5%;
}

div.faq-section	/*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;
	padding-bottom: 2em;
}

div.faq-section::before
{
	content: ' ';
	display: table;
}

div.faq-section::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.faq-section > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}

div.faq-section > div:nth-child(1)
{
	width: 66.667%;
	margin-left: 16.667%;
}

div.faq-section > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

.micro-content
{
	line-height: 1.5em;
}

.micro-content a[target=_blank]
{
	background: url('../../images/angle-right-green.svg') center right no-repeat;
	background-size: auto;
	padding-right: 18px;
}

div.micro-content-proxy > div.micro-content
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
	text-align: left;
}

div.micro-content-proxy > div.micro-content-collapsed:hover
{
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
	background-color: #FFF;
}

div.micro-content-proxy:last-child
{
	padding-bottom: 0px;
}

div.micro-response > p
{
	line-height: 1.5em;
}

.micro-content-proxy._Skins_claris_faq.mc-component .micro-content-collapsed .micro-content-drop-down-button
{
	background-size: 18px 20px;
	transform: translateY(-2px);
	float: right;
}

.micro-content-proxy._Skins_claris_faq.mc-component .micro-content-expanded .micro-content-drop-down-button
{
	background-size: 14px 18px;
	transform: translateY(-2px);
	float: right;
}

img.micro-response-img
{
	border: none;
	height: 343px;
	padding: 10px 0px;
}

div.info-section > div:nth-child(2)
{
	width: 25%;
	margin-left: 0%;
}

div.info-section > div:nth-child(3)
{
	width: 25%;
	margin-left: 0%;
}

div.info-section > div:nth-child(4)
{
	width: 25%;
	margin-left: 0%;
}

div.info-section > div:nth-child(5)
{
	width: 25%;
	margin-left: 25%;
}

div.info-section > div:nth-child(6)
{
	width: 25%;
	margin-left: 0%;
}

div.logo-header	/*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: #22221f;
	height: 62px;
}

div.logo-header::before
{
	content: ' ';
	display: table;
}

div.logo-header::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.logo-header > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.logo-header > div:nth-child(1)
{
	width: 135px;
	margin-left: 6em;
}

div.info-container
{
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding-bottom: 25px;
}

div.info-container-new
{
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px;
	width: 100%;
}

div.info-container-new > div
{
	justify-content: center;
}

div.home-product	/*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;
	display: flex;
	flex-flow: wrap;
	width: 80%;
}

div.home-product::before
{
	content: ' ';
	display: table;
}

div.home-product::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-product > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
	/* transition: all 0.3s cubic-bezier(.25,.8,.25,1); */
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
}

div.home-product > div.hover
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}

div.home-product > div.hover:hover
{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
	background-color: #FFF;
}

div.home-product > div:nth-child(1)
{
	margin-left: 0%;
	width: 32%;
}

div.home-product > div:nth-child(2)
{
	width: 32%;
	margin-left: 2%;
	margin-right: 2%;
}

div.home-product > div:nth-child(3)
{
	margin-left: 0%;
	width: 32%;
}

div.home-product > div:nth-child(4)
{
	width: 25%;
	margin-left: 0%;
}

div.home-product > div:nth-child(5)
{
	width: 25%;
	margin-left: 25%;
}

div.home-product > div:nth-child(6)
{
	width: 25%;
	margin-left: 0%;
}

div.product-tile
{
	background: #242426;
	border-radius: 15px;
}

/*Browse by product styles */

div.bbp
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.bbp::before
{
	content: ' ';
	display: table;
}

div.bbp::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.bbp-button-container > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.bbp-button-container > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.bbp-button-container > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.bbp-button-container > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.bbp-content::before
{
	content: ' ';
	display: table;
}

div.bbp-content::after
{
	content: ' ';
	display: table;
	clear: both;
}

td.v-align
{
	vertical-align: top;
}

.bbp-content
{
	display: none;
	padding: 0 4em;
}

div.bbp-button-container
{
	display: flex;
	align-items: flex-end;
	padding: 0px 4%;
}

a.bbp-button
{
	border-bottom: 3px solid #e6e6e6;
	margin-right: 0;
	padding: 12px 25%;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

a.bbp-button > p
{
	margin-top: 0px;
}

a.bbp-button:hover
{
	border-bottom: 3px solid #1f8a3d;
}

a.bbp-active
{
	border-bottom: 3px solid #1f8a3d;
	margin-left: 0;
	margin-right: 0;
	padding: 12px 25%;
	text-decoration: none;
}

a.bbp-active:hover
{
	color: #fff;
}

/*
div.home-pdc a
{
	color: #c7c7c7;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.home-pdc a:hover
{
	color: #1D2B64;
}
*/

.container
{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	width: 100%;
	border-bottom: 3px solid #e6e6e6;
}

.item
{
	padding: 10px 0px;
}

div.bbp-content div.container:last-of-type
{
	border-bottom-width: 0px;
}

div#studio-content
{
	width: 100%;
}

h3.bbp
{
	margin-top: 40px;
	margin-bottom: 0px;
}

/* Lang picker modal styling */

.modal
{
	display: none;
	position: fixed;
	z-index: 1000;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 20px;
}

.modal-content
{
	text-align: center;
}

.close
{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

#modalBackdrop
{
	display: none;
	position: fixed;
	z-index: 900;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.null
{
	display: none;
}

p.archive
{
	text-align: center;
	margin-top: 2.5rem;
}

p.archive-alt
{
	text-align: center;
	margin-bottom: 2.5rem;
}

div.archive
{
	grid-column: 1 / 5;
}

/*===========================================================================================================================================================
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#mc-main-content
	{
		padding-bottom: 7em;
	}

	.main-section
	{
		overflow: auto;
		position: absolute;
		width: 100%;
		top: 56px;
		bottom: 0;
	}

	div.footer
	{
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 1em;
	}

	div.home-master-page-footer > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-master-page-footer > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	.title-bar-layout .logo-wrapper
	{
		justify-content: left;
	}

	.off-canvas-wrapper-inner nav.title-bar .outer-row
	{
		margin-left: 0;
	}

	div.home-master-page-footer > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	.search-bar
	{
		width: 80%;
	}

	div.topic-hero
	{
		background-image: url('../../images/bg_pattern.jpg');
	}

	div.home-pdc > div:nth-child(1)
	{
		background-image: linear-gradient(to right, #0c4a25, #4fa24b, #e7d330);
		width: 50%;
		margin-left: 0%;
	}

	div.home-pdc > div:nth-child(2)
	{
		width: 41.667%;
		margin-left: 8.3333%;
		padding-right: 5%;
	}

	div.info-container
	{
		width: 100%;
	}

	div.info-section > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.info-section > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.info-section > div:nth-child(3)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.info-section > div:nth-child(4)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.info-section > div:nth-child(5)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.info-section > div:nth-child(6)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.faq-section > div:nth-child(1)
	{
		width: 50%;
		margin-left: 25%;
	}

	div.faq-section > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.logo-header
	{
		display: flex;
	}

	div.logo-header > div:nth-child(1)
	{
		width: 135px;
		margin: 0 auto;
	}

	div.home-product > div:nth-child(1)
	{
		margin: auto;
		width: 80%;
	}

	div.home-product > div:nth-child(2)
	{
		width: 80%;
		margin: 20px auto;
	}

	div.home-product > div:nth-child(3)
	{
		margin: auto;
		width: 80%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.bbp-button-container > div
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}

	div.bbp-button-container > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.bbp-button-container > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.bbp-button-container > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	a.bbp-button,
	a.bbp-button-active
	{
		padding: 12px 25%;
	}
}

@media only screen and (max-width: 767px)
{
	div.home-tiles > div
	{
		margin-top: 2%;
		background-color: #ececec;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	p.tile-title
	{
		font-size: 1.1em;
	}

	div.info-section > div
	{
		text-align: center;
	}

	div.info-section > div:hover
	{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		box-shadow: none;
		background-color: none;
	}

	div.info-section > div:nth-child(1)
	{
		margin-top: 5%;
		width: 100%;
		margin-left: 0%;
		margin-bottom: 5%;
	}

	p.info-content
	{
		font-size: 1em;
	}

	p.new-topic
	{
		text-align: center;
		color: #34c759;
		font-size: 1.5em;
	}

	div.home-master-page-footer > div:nth-child(1)
	{
		width: 100%;
	}

	div.home-master-page-footer > div:nth-child(2)
	{
		width: 100%;
	}

	.title-bar-layout .logo-wrapper
	{
		justify-content: left;
	}

	div.home-master-page-footer > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	.search-bar
	{
		width: 80%;
	}

	div.home-pdc > div:nth-child(1)
	{
		display: none;
		width: 100%;
		margin-left: 0%;
	}

	div.home-pdc > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
		text-align: center;
	}

	p.pdc-title
	{
		line-height: 1em;
		font-size: 1.8em;
		margin-bottom: 20px;
		text-align: center;
	}

	div.info-section > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.info-section > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.info-section > div:nth-child(4)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.info-section > div:nth-child(5)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.info-section > div:nth-child(6)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.faq-section > div
	{
		text-align: center;
	}

	div.faq-section > div:hover
	{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		box-shadow: none;
		background-color: none;
	}

	div.faq-section > div:nth-child(1)
	{
		margin-top: 5%;
		width: 100%;
		margin-left: 0%;
		margin-bottom: 5%;
	}

	div.faq-section > div:nth-child(2)
	{
		margin-bottom: 5%;
		margin-left: 0%;
		width: 100%;
	}

	div.logo-header
	{
		display: flex;
	}

	div.logo-header > div:nth-child(1)
	{
		width: 135px;
		margin: 0 auto;
	}

	div.home-product
	{
		background: transparent;
	}

	div.home-product > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-product > div:nth-child(2)
	{
		width: 100%;
		margin: 20px auto;
	}

	div.home-product > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-product > div:hover
	{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		box-shadow: none;
		background-color: none;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.bbp-button-container
	{
		display: flex;
		align-items: flex-end;
	}

	div.bbp-button-container > div
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}

	div.bbp-button-container > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.bbp-button-container > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.bbp-button-container > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	.container
	{
		grid-template-columns: repeat(1, 1fr);
	}

	a.bbp-button,
	a.bbp-button-active
	{
		padding: 12px 15%;
	}

	div.archive
	{
		grid-column: 1 / 1;
	}
}

