﻿/*<meta conditions="Master.Import" />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	font-size: 95%;
	/*color: #696969; */
	color: #414040;
	font-family: Arial, sans-serif;
	max-width: 1000px;
}

/* FONTS 
Follow branding guidelines for font usage. Graphics use Adelle Sans Sage. Arial is system font. Foco is no longer in use. */

/*TOPIC AND MASTER PAGE STYLES*/

/* html
{
	mc-master-page: url('../MasterPages/Breadcrumbs.flmsp');
} */

html.welcome
{
	mc-master-page: url('../MasterPages/Homepage.flmsp');
}

/*html.noBreadcrumbs
{
	mc-master-page: url('../MasterPages/NoBreadcrumbs.flmsp');
} */

/* LINK STYLES */

a:link
{
	color: #007E45;
	text-decoration: none;
}

a:visited
{
	color: #007E45;
}

#resultlist h3.title a:visited
{
	color: #007E45;
	text-decoration: none;
}

a:hover
{
	color: #006738;
	text-decoration: underline;
}

a:active
{
	color: #007E45;
	text-decoration: underline;
}

a.image-border
{
	text-decoration: none;
	border: 0 none;
}

a.button
{
	min-width: 150px;
	text-align: center;
	background: #41a940;
	border: 1px solid #41a940;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	padding: 3px;
	margin-bottom: 0em;
	font-size: 105%;
	font-weight: bold;
}

a.button:hover
{
	border: 1px solid #fff;
	text-decoration: none;
	box-shadow: 0px 0px 2px #bcbcbc;
	color: #fff;
}

a.button:active
{
	background: #b96800;
	text-decoration: none;
	color: #fff;
}

/* HEADING STYLES */

h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight: normal;
	font: 2.25em / 1.2em Arial, sans-serif;
}

h1
{
	font-size: 190%;
	margin: 0.75em 0 0 0;
	color: #41a940;
	margin-bottom: 0;
}

h2
{
	margin-bottom: 0;
	font-size: 145%;
}

h2.whatsnew
{
	font-size: 1.1em;
	font-weight: bold;
}

h2,
h3
{
	margin-top: 1.25em;
	margin-bottom: 0;
}

h2.landing
{
	font-size: 1.25em;
	font-weight: normal;
	margin-top: 0.5em;
	margin-bottom: 0.250em;
}

h3
{
	font-size: 115%;
}

h4,
h5,
h6
{
	font-size: 115%;
	margin: 0.75em 0 0.5em 0;
}

/* IMAGE STYLES */

img
{
	max-width: 95%;
}

.imageBorder	/*For image that needs a border */
{
	border: solid thin #ddd;
	margin-top: 10px;
	margin-bottom: 15px;
}

.imageNoBorder
{
	border: 0;
	margin-top: 10px;
	margin-bottom: 15px;
}

/* LIST STYLES */

ul,
ol
{
	margin-left: 5px;
	padding-left: 5px;
}

ol ul	/* keep bullet for nested list flush left and use solid circle */
{
	margin-left: 0px;
	list-style: disc;
}

ol ol,
ul ol ol,
ol ul ol
{
	list-style-type: lower-alpha;
}

ol ol ol
{
	list-style-type: lower-roman;
}

li
{
	margin: 10px 15px;
	font-size: 95%;
}

li > p,
li div
{
	margin-top: 12px;
}

li.checklist
{
	margin-bottom: 20px;
}

/* PARAGRAPH STYLES */

p
{
	line-height: 130%;
	font-size: 95%;
	margin-top: 0.250em;
}

p > ul,
p > ol
{
	margin-bottom: 3px;
}

p.taskintro
{
	font-weight: bold;
	margin-top: .5em;
}

p.beforeYouStart,
p.nextSteps
{
	font-weight: bold;
	font-size: 115%;
}

p.miniTOC1
{
	font-weight: normal;
	color: #009fda;
	margin: 0.6em 0;
}

p.clear
{
	height: 10px;
	clear: both;
}

p.note,
p.important,
p.warning,
p.caution,
p.tip
{
	mc-auto-number-class: noteTitle;
}

p.note
{
	mc-auto-number-format: 'Note: ';
}

p.important
{
	mc-auto-number-format: 'Important! ';
}

p.warning
{
	mc-auto-number-format: 'Warning! ';
}

p.caution
{
	mc-auto-number-format: 'Caution! ';
}

p.tip
{
	mc-auto-number-format: 'Tip: ';
}

p.example
{
	mc-auto-number-format: 'Example: ';
}

p.footer
{
	font-size: 9pt;
	color: #A8A8A8;
	padding-top: 2em;
}

p.noMargEm
{
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0;
}

/* LANDING PAGE STYLES */

div.welcome,
div.welcome1,
div.welcome2,
div.welcome3
{
	width: 100%;
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 1.75em;
	min-width: 500px;
	max-width: 1187px;
}

div.welcome
{
	background-image: url('../Images/Graphics/hero-landing.jpg');
}

div.welcome1
{
	background-image: url('../Images/Graphics/hero-landing-1.jpg');
}

div.welcome2
{
	background-image: url('../Images/Graphics/hero-landing-2.jpg');
}

div.welcome3
{
	background-image: url('../Images/Graphics/hero-landing-3.jpg');
}

div.welcome4
{
	width: 100%;
	background-image: url('../Images/Graphics/hero6.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	padding-top: 40px;
	padding-left: 40px;
	height: 240px;
}

div.welcomeText
{
	margin: 0px;
	padding: 40px 14px 14px 50px;
	width: 330px;
	max-height: 200px;
	background-color: #000000;
}

div.welcomeText h1
{
	color: #ffffff;
	font-size: 2.7em;
	margin-top: 0px;
	margin-bottom: 0;
	/*padding-top: 100px;*/
}

div.welcomeText p
{
	color: #ffffff;
	font: 1.4em Arial, sans-serif;
	padding-bottom: 12px;
}

/*@media only screen and (max-width: 767px) 
{

	div.welcomeText h1
	{
		padding-top: 20px;
	}
	
	div.welcomeText p
	{
		padding-bottom: 8px
	}
}*/

div.welcome p.welcome,
div.welcome1 p.welcome,
div.welcome2 p.welcome,
div.welcome3 p.welcome
{
	font-size: 1.5em;
	margin-bottom: 0px;
}

/* DIV STYLES */

div.moreInformation,
div.relatedTopics
{
	clear: right;
	float: right;
	width: 40%;
	max-width: 320px;
	min-width: 140px;
	margin: 6px 2px 15px 20px;
	border: 1px solid #edeeee;
	padding: 14px 4px 6px 10px;
	mc-auto-number-class: boxTitle;
	display: block;
	color: #005B99;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url('../Images/Styles/boxShadeGreen.png');
	background-color: rgba(224,225,221,0.5);
	mc-auto-number-format: 'Learn more';
	mc-auto-number-color: '#ffffff';
	font-size: 1em;
}

div.moreInformation
{
	mc-auto-number-format: 'Learn more';
}

div.relatedTopics
{
	mc-auto-number-format: 'Related topics';
}

div.moreInformation p
{
	line-height: 135%;
}

div.moreInformation > p
{
	margin-top: 1.1em;
	overflow: hidden;
}

div.note,
div.example,
div.important,
div.warning,
div.caution,
div.tip,
div.beforeYouStart,
div.nextSteps
{
	margin-bottom: 10px;
	padding: 5px 6px;
	line-height: 135%;
	overflow: hidden;
}

div.beforeYouStart,
div.nextSteps
{
	color: #696969;
	background: #F8F8F8;
	border: 1px solid #ddd;
	margin-bottom: 2em;
}

div.note
{
	border: 1px solid #00A4CF;
}

div.important
{
	border: 1px solid #FF5400;
}

div.warning,
div.caution
{
	border: 1px solid #FF5400;
}

div.tip,
div.example
{
	border: 1px solid #00DC00;
}

/* WEB SKIN STYLES - Customized search and primary navigation section */

.relative.clearfix	/* Sets margin for product logo */
{
	/*margin-left:14px; Adjust for different sized logos*/
	margin: 24px 0 10px 14px;
}

.navigation-wrapper	/* Repositions primary navigation bar */
{
	position: absolute;
	/* top:75px; Adjust for different sized logos*/
	top: 54px;
	margin-left: 21px;
}

ul.navigation.clearfix	/* Margin for primary navigation bar */
{
	margin-left: -20px;
	width: 919px;
}

ul.navigation ul	/*Background color for primary navigation drop-down menus */
{
	background-color: #7a7b7c;
}

ul.navigation ul li	/*Background color for primary navigation drop-down menus (individual items) */
{
	background-color: #7a7b7c;
	font-size: 98%;
}

ul.navigation ul li a
{
	/* Creates equal amount of padding for top-nav menu items */
	padding-bottom: 5px;
	padding-top: 8px;
}

div.nav-search.row.outer-row
{
	/* Repositions primary search box */
	position: relative;
}

form.search
{
	/* Repositions primary search box */
	position: absolute;
	max-width: 375px;
	top: -50px;
	right: 10px;
}

.SearchHighlight
{
	background-color: #FFDD4F;
}

/* End of web skin styles */
/* SPAN STYLES */

.noteTitle
{
	font-weight: bold;
}

span.emphasis,
span.publication
{
	font-style: italic;
}

span.strongEmphasis
{
	font-weight: bold;
	font-style: italic;
}

span.lead
{
	/*color: #007f64; */
	font-weight: bold;
}

span.buttonName,
span.fieldName,
span.menuName,
span.tabName,
span.linkName,
span.fileName,
span.sectionName,
span.windowName,
span.columnHeading,
span.listItem
{
	font-weight: bold;
}

span.boxTitle	/*Used in "Learn more" box*/
{
	background-position: left top;
	background-repeat: no-repeat;
	font: 1.2em Arial, sans-serif;
	color: #ffffff;
	font-weight: bold;
	vertical-align: top;
	margin-left: 0px;
	line-height: 6px;
}

/* TABLE STYLES */

table p
{
	margin: 2px;
}

/* MADCAP STYLES */

MadCap|topicToolbarProxy
{
	position: relative;
	float: right;
	display: inline;
	margin-right: 0px;
	top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

MadCap|breadcrumbsProxy
{
	mc-breadcrumbs-prefix: ' ';
	mc-breadcrumbs-divider: ' > ';
	font-size: 0.8em;
	color: #707070;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
	padding-top: 10px;
	padding-left: 3px;
	padding-bottom: 5px;
	margin-top: -3px;
}

MadCap|dropDown
{
	margin-bottom: 0.75em;
	mc-closed-image: url('../Images/Styles/arrow-icon-right-14x14.gif');
	mc-open-image: url('../Images/Styles/arrow-icon-down-14x14.gif');
}

MadCap|dropDown.pageBreak
{
	
}

MadCap|dropDownHead
{
	margin-bottom: 0.5em;
}

MadCap|dropDownHotspot
{
	font-style: normal;
}

MadCap|dropDownHotspot:focus,
MadCap|dropDownHotspot:hover
{
	color: #9a9b9c;
}

MadCap|dropDownBody
{
	padding-left: 6px;
}

MadCap|toggler
{
	color: #009fda;
	text-decoration: none;
	mc-closed-image: url('../Images/Styles/arrow-icon-right-14x14.gif');
	mc-open-image: url('../Images/Styles/arrow-icon-down-14x14.gif');
}

MadCap|toggler:focus,
MadCap|toggler:hover
{
	color: #9a9b9c;
}

MadCap|toggler.more
{
	mc-image-position: right;
	mc-open-image: none;
	mc-closed-image: none;
}

MadCap|relatedTopics
{
	mc-help-control-display: list;
	color: #696969;
	font-weight: normal;
	mc-image: none;
	mc-label: 'Related topics';
	mc-image-position: none;
	mc-image-spacing: 0px;
}

MadCap|relatedTopics:focus,
MadCap|relatedTopics:hover
{
	color: #9a9b9c;
}

MadCap|relatedTopicsControlList
{
	font-weight: normal;
}

MadCap|relatedTopicsControlListItem
{
	font-weight: normal;
}

MadCap|relatedTopicsControlListItemLink,
MadCap|relatedTopicsControlListItemLink:hover
{
	font-weight: bold;
	font-style: normal;
}

.MCHelpControlListItemLink
{
	font-weight: bold;
}

MadCap|xref
{
	mc-format: '{paratext}';
	color: #009fda;
	font-weight: normal;
	font-style: normal;
}

MadCap|xref:focus,
MadCap|xref:hover
{
	color: #9a9b9c;
	text-decoration: underline;
}

MadCap|miniTocProxy
{
	mc-toc-depth: 1;
	padding: .6em 1em .6em 1em;
	background-color: #f1f2ef;
	border: 1px solid #e7e7e5;
	display: inline-block;
}

div.homeLayout	/*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.homeLayout::before
{
	content: ' ';
	display: table;
}

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

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

div.homeLayout > div:nth-child(1)
{
	width: 66.66667%;
	margin-left: 0%;
	padding-right: 40px;
	padding-left: 10px;
}

div.homeLayout > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
	padding-left: 10px;
}

div.homeLayout > div:nth-child(2) p
{
	line-height: 105%;
	margin: 7px 5px 8px 0px;
}

/*div.footer */
footer
{
	margin: 0px 0 0 -10px;
	/*background-color: #edeeee; */
	color: #3E3F41;
	padding: 20px;
	padding-bottom: 4px;
	width: 100%;
	min-width: 98%;
}


footer p
{
	margin-bottom: 6px;
}

p.footHead
{
	font-weight: normal;
	font-size: 220%;
	margin-top: 12px;
	margin-bottom: 12px;
}

p.footSubHead
{
	font-weight: normal;
	font-size: 130%;
	margin-bottom: 6px;
}

p.copyright {
	margin-top: 8px;
	font-size: 10pt;
}

div.wrapper
{
	/*max-width: 900px; */
}

div.socialIcons
{
	margin-top: 2px;
	margin-bottom: 6px;
	width: 30px;
	/* height: 30px; */
	display: inline-block;
}

img.social
{
	border: none;
	margin: 0 auto;
}

footer a:link
{
	color: #007E45;
	text-decoration: none;
	font-size: 11pt;
}

footer a:visited
{
	color: #007E45;
}

footer a:hover
{
	color: #006738;
	text-decoration: underline;
	background-color: transparent;
}

footer a:active
{
	color: #007E45;
}

p.copyright > a:link
{
    font-size: 10pt;
}


p.copyright > a:link
{
    font-size: 10pt;
}

div.line 
{
	height: 1px;
	width: 98%;
	background-color: #8E8A86;
	margin: 0;
}

div.socialCopyright 
{
	margin-top: 16px;
	margin-bottom: 12px;	
}

/* TABLET SKIN STYLES */

@media only screen and (max-width: 950px)
{
	/* .tab-bar .menu-icon span */

	.tab-bar
	{
		margin-top: -5px;
	}

	form.search
	{
		/*Repositions primary search box*/
		clear: both;
		max-width: 375px;
		position: relative;
		float: right;
		top: -55px;
		margin-bottom: -30px;
	}

	div.helpContainer
	{
		/* margin-top: -40px; */
	}
}

/* PHONE SKIN STYLES */

@media only screen and (max-width: 750px)
{
	/* Repositions primary search box */

	form.search
	{
		position: relative;
		float: left;
		margin-left: 22px;
		margin-bottom: -30px;
		max-width: 375px;
		top: -14px;
		right: 10px;
	}

	div.helpContainer
	{
		margin-top: 0px;
	}
}

@media print
{
	body
	{
		font-family: "Adelle Sans Sage Regular", "Adelle Sans Sage Light", "Arial", "Arial Regular", "sans-serif";
		line-height: 135%;
		font-size: 90%;
		color: #000000;
		mc-hyphenate: never;
		widows: 2;
		orphans: 2;
	}

	img
	{
		max-width: 100%;
	}

	/* HEADING STYLES */

	h1,
	h2,
	h3,
	h4,
	h5,
	h6
	{
		font-family: "Adelle Sans Sage Regular", "Adelle Sans Sage Light", "Arial", "Arial Regular", "sans-serif";
		page-break-after: avoid;
		mc-hyphenate: never;
	}

	h1
	{
		page-break-after: avoid;
		mc-hyphenate: never;
		font-size: 26pt;
		color: #005B99;
		margin-bottom: 52pt;
		line-height: 28pt;
	}

	h2
	{
		page-break-after: avoid;
		font-size: 18pt;
		margin: 21pt 0 9pt 0in;
		color: #005B99;
	}

	h3
	{
		page-break-after: avoid;
		mc-heading-level: 0;
		font-size: 14pt;
		margin: 15pt 0 9pt 0in;
		color: #005B99;
	}

	h4
	{
		page-break-after: avoid;
		mc-heading-level: 0;
		font-size: 12pt;
		/*margin: 15pt 0 9pt -1in;*/
		margin: 15pt 0 9pt 0in;
		color: #000000;
	}

	h5,
	h6
	{
		page-break-after: avoid;
		mc-heading-level: 0;
		font-size: 10pt;
		color: #000000;
		/*margin: 15pt 0 9pt -0.5in;*/
		margin: 15pt 0 9pt 0in;
	}

	/* UNUSED? 
	
	h1.GuideTitle
	{
		font-family: Arial;
		font-weight: bold;
		font-size: 36pt;
		line-height: 37pt;
		color: #007F64;
		mc-hyphenate: never;
		mc-heading-level: 0;
		text-align: left;
		margin: 0px;
	}

	h2.GuideTitle
	{
		font-family: Arial;
		font-weight: bold;
		font-size: 28pt;
		line-height: 26pt;
		color: #007F64;
		mc-hyphenate: never;
		mc-heading-level: 0;
		text-align: left;
		margin: 24px 0px 0px 0px;
	} */

	h1.ChapterTitle,
	h1.FrontMatterTitle,
	h1.TOCTitle,
	h1.EndMatterTitle,
	h1.AppendixTitle
	{
		page-break-before: always;
		font-size: 26pt;
		margin: 0 0 52pt 0;
		color: #005B99;
		mc-next-tag: p;
		padding-bottom: 4pt;
	}

	h1.FrontMatterTitle,
	h1.TOCTitle,
	h1.EndMatterTitle
	{
		mc-auto-number-format: '{ }';
	}

	h1.TOCTitle
	{
		mc-heading-level: 0;
		margin-left: 0.7em;
	}

	h1.FrontMatterTitle
	{
		/*margin-left: -1.25in;*/
		/*margin-left: -0.5in;*/
		mc-auto-number-format: '{ }';
	}

	h1.ChapterTitle
	{
		/*margin-left: -0.5in;*/
		mc-auto-number-format: 'Chapter {chapnum}: ';
	}

	h1.EndMatterTitle
	{
		margin-left: 0.6em;
	}

	h1.AppendixTitle
	{
		mc-auto-number-format: 'Appendix {chapnum}: ';
	}

	/* MADCAP STYLES */

	MadCap|topicToolbarProxy
	{
		display: none;
		width: 0px;
	}

	MadCap|xref
	{
		mc-format: '{quote}{paratext}{quote} (page {page})';
		color: #000000;
	}

	MadCap|toggler
	{
		color: #000000;
		font-weight: bold;
		page-break-after: avoid;
	}

	MadCap|toggler.more
	{
		color: #ffffff;
		font-size: 1pt;
	}

	/* START TITLE PAGE STYLES */

	p.SageTitle
	{
		font-family: "Adelle Sans Sage Bold", "Adelle Sans Sage Regular", "Arial", "Arial Regular", "sans-serif";
		font-weight: bold;
		margin-bottom: 32pt;
		font-size: 32pt;
		line-height: 32pt;
		color: #005B99;
	}

	p.SageSubTitle
	{
		font-family: "Adelle Sans Sage Regular", "Adelle Sans Sage Light", "Arial", "Arial Regular", "sans-serif";
		font-weight: lighter;
		font-size: 28pt;
		/*margin-top: 6pt;*/
		/*margin-bottom: 8pt;*/
		line-height: 30pt;
		color: #51534A;
	}

	p.SageAdditionalInfoLine1
	{
		font-family: "Adelle Sans Sage Regular", "Adelle Sans Sage Light", "Arial", "Arial Regular", "sans-serif";
		font-size: 11pt;
		font-weight: normal;
		line-height: 14pt;
		margin-top: 40pt;
		margin-left: 0.2em;
		color: #51534A;
	}

	p.SageAdditionalInfoLine2
	{
		font-family: "Adelle Sans Sage Regular", "Adelle Sans Sage Light", "Arial", "Arial Regular", "sans-serif";
		font-size: 11pt;
		font-weight: normal;
		margin-top: 0pt;
		margin-left: 0.2em;
		line-height: 14pt;
		color: #51534A;
	}

	span.SageTitleSubscript
	{
		font-size: 16pt;
	}

	/* END TITLE PAGE STYLES */

	div.welcome,
	div.welcome1,
	div.welcome2,
	div.welcome3,
	div.moreInformation,
	div.relatedTopics
	{
		display: none;
		width: 0px;
		float: none;
		clear: both;
	}

	p
	{
		margin: 0 0 9pt 0;
		mc-hyphenate: never;
		widows: 2;
		orphans: 2;
		column-break-inside: avoid;
	}

	p.taskintro
	{
		font-weight: bold;
		margin-top: 12pt;
		page-break-after: avoid;
	}

	p.footer,
	p.footerPage
	{
		font-size: 10pt;
		padding: 3pt 0 0 0;
		margin: 0;
		color: #51534A;
	}

	p.footer
	{
		margin-left: 1.7em;
	}

	p.footerPage
	{
		float: right;
	}

	p.header
	{
		font-size: 10pt;
		padding: 0 0 3pt 0;
		margin: 0;
		color: #51534A;
	}

	p.TOC1
	{
		font-family: "Adelle Sans Sage Regular", "Adelle Sans Sage Light", "Arial", "Arial Regular", "sans-serif";
		font-size: 14pt;
		font-weight: normal;
		mc-leader-format: 'dot';
		margin-top: 12pt;
		margin-bottom: 4pt;
		page-break-after: avoid;
		mc-pagenum-display: all;
		color: #005B99;
	}

	p.TOC2,
	p.TOC3,
	p.TOC4,
	p.TOC5,
	p.TOC6
	{
		font-size: 10pt;
		mc-leader-format: 'dot';
		margin-bottom: 6pt;
		margin-left: 0.25in;
	}

	p.TOC3
	{
		margin-left: 0.5in;
	}

	p.TOC2,
	p.TOC3
	{
		page-break-before: avoid;
	}

	p.IndexHeading
	{
		text-align: left;
		border-bottom: solid 1px #000000;
		font-size: 14pt;
	}

	p.Index1
	{
		margin: 0pt 0pt 5pt 0pt;
	}

	p.Index2
	{
		margin: 0pt 0pt 5pt 0.2in;
	}

	p.copyright
	{
		font-size: 9pt;
		margin-left: 0;
	}

	table div
	{
		page-break-inside: avoid;
	}

	MadCap|tocProxy
	{
		border: none;
	}

	MadCap|miniTOCProxy
	{
		margin-top: 1.5em;
		border: none;
	}

	p.miniTOC1
	{
		font-weight: normal;
	}

	MadCap|relatedTopics
	{
		mc-image-alt-text: none;
		color: #696969;
	}

	MadCap|dropDown.pageBreak
	{
		page-break-before: always;
	}

	MadCap|dropDownHead
	{
		mc-heading-level: 0;
		font-weight: bold;
		color: #005B99;
		page-break-after: avoid;
	}
}

@media only screen and (max-device-width: 1024px)
{
	div.homeLayout > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

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

@media only screen and (max-device-width: 767px)
{
	div.homeLayout > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

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

