/*<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==*/

@font-face 
{
	font-family: 'SourceSans';
	src: url("../Fonts/SourceSansPro-Regular.otf");
}

@font-face 
{
	font-family: 'SourceSansLight';
	src: url("../Fonts/SourceSansPro-Light.otf");
}

@font-face 
{
	font-family: 'SourceSansBold';
	src: url("../Fonts/SourceSansPro-Bold.otf");
}

body
{
	font-family: SourceSans;
	line-height: 1.5em;
	background-color: #e8eef3;
	color: 373C41;
	font-size: 18px;
	overflow: hidden;
}

h1
{
	line-height: 1em;
	color: #373c41;
	margin-bottom: 20px;
	font-weight: normal;
	margin-top: 5px;
	font-size: 250%;
	text-align: center;
}

h2
{
	font-size: 1.6785em;
	color: #fff;
}

p
{
	color: #5a5a5a;
	margin-bottom: 8px;
	margin-top: 8px;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

.off-canvas-content .main-section > .outer-row
{
	max-width: 100%;
	padding: 0;
}

/*==Mad Cap proxy/editor assigned styles==*/

MadCap|searchBarProxy
{
	display: block;
	margin-bottom: 0;
	width: 50%;
	margin-top: -80px;
}

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*/
{
	height: 500px;
	padding-bottom: 150px;
	padding-top: 150px;
	background-color: #d3d3d3;
	background-size: cover;
	background-repeat: no-repeat;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center 0;
	background-image: url('../../../../23Oct_for_JIMMY_Zerto_Documentation/Content/Resources/Images/Assets/HeroImage-1.jpg');
}

div.cta	/*Call to action button on the Home Page*/
{
	color: #FFF;
	background-color: #7469b9;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 14px 20px;
	width: 200px;
	transition: all 0.5s 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: 50px;
}

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);
}

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
{
	text-align: center;
	margin-bottom: 50px;
	margin-top: 20px;
}

/*==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%;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	/*Adds transition animation when switching between screen sizes*/
	-moz-border-radius: 20x;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	background-color: #d0d8df;
	border: solid 1px #ffffff;
	margin-bottom: auto;
	margin-left: 1%;
	min-height: 120px;
	max-height: 120px;
	margin-top: 40px;
	height: 120px;
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
}

div.home-tiles > div:hover	/*When hovering over a home-tile, these properties apply*/
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	padding-bottom: 40px;
	color: #4c65cb;
}

div.home-tiles > div:nth-child(1)
{
	width: 15%;
}

div.home-tiles > div:nth-child(2)
{
	width: 15%;
}

div.home-tiles > div:nth-child(3)
{
	width: 15%;
}

div.home-tiles > div:nth-child(4)
{
	width: 15%;
}

div.home-tiles > div:nth-child(5)
{
	width: 15%;
}

div.home-tiles > div:nth-child(6)
{
	width: 15%;
}

/*=Elements for text contained within each home-tile=*/

p.tile-title
{
	text-align: center;
	font-size: 80%;
	display: block;
	margin-bottom: 0;
	margin-top: 0;
	color: #b20000;
	padding-bottom: 0;
	padding-top: 20px;
}

p.tile-titleX2
{
	text-align: center;
	font-size: 80%;
	vertical-align: middle;
	display: block;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 0;
	padding-bottom: 40px;
	padding-top: 25px;
	color: #b20000;
}

p.tile-content
{
	text-align: center;
	color: #7E8890;
	font-size: 0.8em;
}

p.tile-items
{
	color: #7E8890;
	font-size: 0.7em;
	text-align: center;
}

div.home-tiles a	/*Complex Selector: Any anchor (links) tags that are within div.home-tiles will have the following properties*/
{
	text-decoration: none;
	color: #565656;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

a:link
{
	text-decoration: none;
	color: #b20000;
}

a:visited
{
	text-decoration: none;
	color: #b20000;
}

div.home-tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #7469b9;
}

a:hover
{
	color: #4c65cb;
}

/*=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: 100px;
	margin-right: auto;
	padding-bottom: 75px;
	padding-top: 100px;
	box-shadow: inset -1px 1px 17px 0px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	color: #fff;
	background-color: #292f42;
	/*Create the parallax scrolling effect*/
	background-attachment: fixed;
	background-position: center 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../../../../23Oct_for_JIMMY_Zerto_Documentation/Content/Resources/Images/Assets/Bottom_Hero.JPG');
}

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;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background-color: transparent;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	color: #ffffff;
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
}

div.info-section > div:nth-child(1)
{
	margin-left: 10px;
	width: 10%;
}

div.info-section > div:nth-child(2)
{
	width: 50%;
	margin-left: 10px;
	padding-bottom: 40px;
	margin-top: -5px;
}

div.info-section > div:nth-child(3)	/*Div that contains "Tips"*/
{
	width: 20%;
	margin-left: 10px;
	float: right;
	padding-right: 20px;
	text-align: center;
	margin-top: -25px;
}

div.info-container p	/*Complex Selector: Any <p> that is contained within div.info-container will have the following properties*/
{
	color: #fff;
}

/*=Elements for content contained within each info section=*/

p.info-title
{
	font-size: 2em;
	line-height: 1em;
}

p.info-content
{
	font-size: 0.8em;
}

p.tip	/*Paragraph style used for the Tips */
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: url('../../../../23Oct_for_JIMMY_Zerto_Documentation/Content/Resources/Images/Assets/Icons/MainIcons/Tips-white.png');
	background-position: 15px center;
	background-repeat: no-repeat;
	border: solid 1px #fff;
	border-radius: 6px;
	line-height: 1em;
	overflow: hidden;
	padding: 15px 0px 15px 60px;
	text-align: left;
	margin: 5px 30px;
}

/*==Home Page Footer Section==*/

div.footer
{
	background-color: #000000;
	overflow: hidden;
	padding-bottom: 0;
	color: #ffffff;
	margin-bottom: 0;
	margin-top: 200px;
	position: fixed;
	bottom: 0%;
	margin-right: 0;
	margin-left: -15px;
	padding-right: 20px;
	width: 103%;
	padding-left: 30px;
	height: 60px;
	padding-top: 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;
	width: 55%;
}

div.home-master-page-footer::before
{
	content: ' ';
	display: table;
}

div.home-master-page-footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-master-page-footer > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-master-page-footer > div:nth-child(1)
{
	width: 33.333%;
	margin-left: 0%;
}

div.home-master-page-footer > div:nth-child(2)
{
	width: 33.333%;
	margin-left: 0%;
}

div.home-master-page-footer > div:nth-child(3)
{
	width: 33.333%;
	margin-left: 0%;
}

p.MasterPageFooter
{
	text-align: center;
	border-top-color: #ba0c25;
	border-top-width: 2px;
	border-top-style: solid;
	margin-top: 12px;
	padding-top: 3px;
}

html
{
	background-color: #e8eef3;
	overflow: hidden;
	height: 100%;
}

div.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;
}

div.Header::before
{
	content: ' ';
	display: table;
}

div.Header::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Header > div
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
}

div.Header > div:nth-child(1)
{
	margin-top: 5px;
	text-align: left;
	margin-right: 10px;
	width: 30%;
	margin-left: 0;
	border-left: solid 1px #ced4da;
	padding-left: 200px;
	float: left;
}

div.Header > div:nth-child(2)
{
	border-left: solid 1px #ced4da;
	padding-left: 20px;
	text-align: left;
	margin-left: 0;
	margin-top: 20px;
	border-left-style: none;
	width: 30%;
	float: left;
}

div.Body	/*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.Body::before
{
	content: ' ';
	display: table;
}

div.Body::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Body > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Body > div:nth-child(1)
{
	width: 85%;
	text-align: center;
	margin-top: 30px;
	margin-left: 145px;
}

div.Body > div:nth-child(2)
{
	margin-left: 0%;
	width: 15%;
	border-left: solid 1px #ced4da;
	padding-left: 10px;
}

MadCap|popup
{
	color: #ffffff;
}

img
{
	mc-thumbnail-max-height: 0;
	mc-thumbnail: none;
}

div.Tiles	/*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.Tiles::before
{
	content: ' ';
	display: table;
}

div.Tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	/*Adds transition animation when switching between screen sizes*/
	-moz-border-radius: 20x;
	-webkit-border-radius: 20px;
	overflow: hidden;
	margin-bottom: auto;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 120px;
	max-height: 120px;
	margin-top: 40px;
	height: 120px;
	padding-top: 10px;
	margin-left: 10%;
	color: #585e63;
	background-color: #ffffff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-radius: 5px;
	border-top-left-radius: 5px;
	border: none 1px #a9a9a9;
	box-shadow: 5px 10px 30px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	padding-bottom: 40px;
}

div.Tiles > div:hover	/*When hovering over a home-tile, these properties apply*/
{
	box-shadow: 5px 10px 30px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	border: solid 1px #a9a9a9;
	padding-bottom: 10px;
}

div.Tiles > div:nth-child(1)
{
	width: 15%;
	margin-left: 1%;
}

div.Tiles > div:nth-child(2)
{
	width: 15%;
	margin-left: 1%;
}

div.Tiles > div:nth-child(3)
{
	width: 15%;
	margin-left: 1%;
}

div.Tiles > div:nth-child(4)
{
	width: 15%;
	margin-left: 1%;
}

div.Tiles > div:nth-child(5)
{
	width: 15%;
	margin-left: 1%;
}

div.Tiles > div:nth-child(6)
{
	width: 15%;
	margin-left: 1%;
}

div.Tiles5	/*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.Tiles5::before
{
	content: ' ';
	display: table;
}

div.Tiles5::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Tiles5 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	/*Adds transition animation when switching between screen sizes*/
	-moz-border-radius: 20x;
	-webkit-border-radius: 20px;
	overflow: hidden;
	margin-bottom: auto;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 120px;
	max-height: 120px;
	margin-top: 40px;
	height: 120px;
	padding-top: 10px;
	margin-left: 10%;
	color: #585e63;
	background-color: #ffffff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-radius: 5px;
	border-top-left-radius: 5px;
	border: none 1px #a9a9a9;
	box-shadow: 5px 10px 30px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	padding-bottom: 40px;
}

div.Tiles5 > div:hover	/*When hovering over a home-tile, these properties apply*/
{
	box-shadow: 5px 10px 30px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	border: solid 1px #a9a9a9;
	padding-bottom: 10px;
}

div.Tiles5 > div:nth-child(1)
{
	width: 15%;
	margin-left: 8%;
}

div.Tiles5 > div:nth-child(2)
{
	width: 15%;
	margin-left: 1%;
}

div.Tiles5 > div:nth-child(3)
{
	width: 15%;
	margin-left: 1%;
}

div.Tiles5 > div:nth-child(4)
{
	width: 15%;
	margin-left: 1%;
}

div.Tiles5 > div:nth-child(5)
{
	width: 15%;
	margin-left: 1%;
}

p.Version
{
	text-align: center;
	color: #373C41;
	font-size: 100%;
}

p.Environments
{
	color: #373C41;
	font-size: 220%;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 30px;
	text-align: left;
}

p.EnvironmentName
{
	color: #373C41;
	font-size: 220%;
	text-align: right;
	padding-top: 15px;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 8px;
}

p.GoTo
{
	border-left: solid 1px #ced4da;
	padding-left: 10px;
	padding-bottom: 40px;
	padding-top: 40px;
	margin-top: -100px;
	padding-right: 60px;
	font-size: 90%;
	margin-bottom: 60px;
	margin-left: 85%;
}

p.SearchBar
{
	text-align: center;
	margin-bottom: 8px;
	margin-top: -70px;
}

p.LinkHeader
{
	font-weight: bold;
	font-size: 90%;
}

p.Link
{
	font-size: 90%;
	margin-top: 16px;
	margin-bottom: 16px;
}

div.home-tiles > div:nth-child(4)
{
	width: 15%;
}

div.home-tiles > div:nth-child(5)
{
	width: 15%;
}

div.home-tiles > div:nth-child(6)
{
	width: 15%;
}

p.FooterText
{
	font-size: 70%;
	color: #ffffff;
}

body.home
{
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: -10px;
	margin-left: -10px;
}

div.Content
{
	height: 100%;
	margin: 0;
	min-height: 100%;
	margin-bottom: -100px;
}

a.Tile
{
	color: #b20000;
}

a.FooterTable:link
{
	color: #ffffff;
}

a.FooterTable:visited
{
	color: #ffffff;
}

a.FooterTable:hover
{
	color: #4c65cb;
}

div.Title	/*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.Title::before
{
	content: ' ';
	display: table;
}

div.Title::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Title > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -20px;
}

div.Title > div:nth-child(1)
{
	margin-left: 0%;
	padding-left: 20%;
	width: 65%;
}

div.Title > div:nth-child(2)
{
	margin-left: 0%;
	width: 10%;
	border-right-color: #d0d8df;
	border-right-width: 1px;
	float: left;
	border-right-length: 60px;
	border-right-style: none;
	padding-top: 10px;
}

div.Title > div:nth-child(4)
{
	margin-left: 0%;
	float: right;
	width: 15%;
	margin-top: 0px;
}

div.Title > div:nth-child(3)
{
	margin-left: 0%;
	width: 10%;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left-color: #d0d8df;
	border-left-length: 60px;
	border-left-style: solid;
	border-left-width: 1px;
	padding-top: 5px;
	margin-top: -23px;
}

div.TileHolder	/*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.TileHolder::before
{
	content: ' ';
	display: table;
}

div.TileHolder::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.TileHolder > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 800px;
	padding-right: 20px;
	padding-left: 40px;
}

div.TileHolder > div:nth-child(1)
{
	background-color: #ffffff;
	width: 85%;
	padding-right: 40px;
}

div.TileHolder > div:nth-child(2)
{
	margin-left: 0%;
	width: 15%;
	padding-left: 30px;
	border-left-color: #d0d8df;
	border-left-style: solid;
	border-left-width: 1px;
}

a.HelpfulLinks
{
	color: #4c65cb;
	font-size: 90%;
}

p.Logo
{
	position: fixed;
	margin-top: 5px;
	margin-left: 0;
}

p.EnvironmentLogo
{
	position: fixed;
	margin-top: 1px;
	margin-left: 0;
	text-align: right;
	border-left: none 1px #ced4da;
	padding-left: 0;
}

a.HelpfulLinks:link
{
	
}

a.HelpfulLinks:hover
{
	
}

div.TopLogos	/*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.TopLogos::before
{
	content: ' ';
	display: table;
}

div.TopLogos::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.TopLogos > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.TopLogos > div:nth-child(1)
{
	margin-left: 0%;
	border-right: solid 1px #ced4da;
	padding-left: 40px;
	width: 15%;
}

div.TopLogos > div:nth-child(2)
{
	margin-left: 0%;
	width: 20%;
	padding-left: 20px;
	float: left;
}

div.TopLogos > div:nth-child(3)
{
	margin-left: 0%;
	width: 55%;
}

div.ZertoAndEvironmentLogos	/*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.ZertoAndEvironmentLogos::before
{
	content: ' ';
	display: table;
}

div.ZertoAndEvironmentLogos::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.ZertoAndEvironmentLogos > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.ZertoAndEvironmentLogos > div:nth-child(1)
{
	width: 30%;
}

div.ZertoAndEvironmentLogos > div:nth-child(2)
{
	margin-left: 0%;
	text-align: center;
	width: 70%;
}

/*===========================================================================================================================================================
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)
{
	#content-section .right-section,
	#content-section .left-section
	{
		padding: 0;
	}

	p.info-title
	{
		font-size: 2em;
	}

	p.info-content
	{
		font-size: 1em;
	}

	div.footer
	{
		margin-top: 210px;
		padding-left: 20px;
		width: 104%;
		padding-right: 30px;
	}

	div.home-master-page-footer > div:nth-child(1)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.home-master-page-footer > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.home-master-page-footer > div:nth-child(3)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.home-tiles > div
	{
		float: left;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.5s cubic-bezier(.25,.8,.25,1);
		/*Adds transition animation when switching between screen sizes*/
		-moz-border-radius: 20x;
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}

	div.home-tiles > div:nth-child(1)
	{
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(2)
	{
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(3)
	{
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(4)
	{
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(5)
	{
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(6)
	{
		margin-left: 1%;
	}

	div.info-section > div
	{
		text-align: center;
	}

	div.info-section > div:nth-child(1)
	{
		margin-bottom: 10%;
		width: 15%;
	}

	div.info-section > div:nth-child(2)
	{
		margin-top: -24px;
		width: 45%;
		padding-top: 30px;
	}

	div.info-section > div:nth-child(3)
	{
		margin-right: 10px;
		margin-top: -24px;
	}

	div.Header > div:nth-child(1)
	{
		margin-left: 1%;
	}

	div.Header > div:nth-child(2)
	{
		margin-left: 0%;
	}

	div.Body > div:nth-child(1)
	{
		margin-left: 0%;
	}

	div.Body > div:nth-child(2)
	{
		margin-left: 0%;
	}

	div.Header > div
	{
		padding-left: 30px;
	}

	p.GoTo
	{
		
	}

	h1
	{
		margin-bottom: 0;
	}

	body
	{
		font-size: 16px;
	}

	div.Tiles > div:nth-child(1)
	{
		width: 15%;
	}

	div.Tiles > div:nth-child(2)
	{
		width: 15%;
	}

	div.Tiles > div:nth-child(3)
	{
		width: 15%;
	}

	div.Tiles > div:nth-child(4)
	{
		width: 15%;
	}

	div.Tiles > div:nth-child(5)
	{
		width: 15%;
	}

	div.Tiles > div:nth-child(6)
	{
		width: 15%;
	}

	div.Tiles > div
	{
		margin-left: 10%;
	}

	p.SearchBar
	{
		margin-top: -90px;
	}

	body.home
	{
		
	}

	div.Title > div:nth-child(1)
	{
		margin-left: 0%;
		width: 65%;
	}

	div.Title > div:nth-child(2)
	{
		margin-left: 0%;
	}

	div.Title > div:nth-child(3)
	{
		margin-left: 0%;
	}

	div.Title > div:nth-child(4)
	{
		margin-left: 0%;
	}

	div.TileHolder > div:nth-child(1)
	{
		margin-left: 0%;
	}

	div.TileHolder > div:nth-child(2)
	{
		margin-left: 0%;
	}

	p.FooterText
	{
		font-size: 70%;
	}

	p.Environments
	{
		margin-top: 30px;
	}

	p.Logo
	{
		position: ;
	}

	div.TopLogos > div:nth-child(1)
	{
		margin-left: 0%;
		width: 15%;
	}

	div.TopLogos > div:nth-child(2)
	{
		margin-left: 0%;
		width: 20%;
	}

	div.TopLogos > div:nth-child(3)
	{
		margin-left: 0%;
		width: 55%;
	}

	p.EnvironmentName
	{
		margin-top: 8px;
	}
}

@media only screen and (max-width: 767px)
{
	#content-section
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	div.search-container
	{
		margin-bottom: 50px;
	}

	p.tile-title
	{
		
	}

	p.info-title
	{
		font-size: 2em;
	}

	p.info-content
	{
		font-size: 1em;
	}

	div.home-tiles > div
	{
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 80%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 80%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 80%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(4)
	{
		width: 90%;
	}

	div.home-tiles > div:nth-child(5)
	{
		width: 90%;
	}

	div.home-tiles > div:nth-child(6)
	{
		width: 90%;
	}

	div.info-section > div
	{
		text-align: center;
		padding-left: 20px;
		padding-bottom: 20px;
		padding-top: 10px;
		padding: 20px;
	}

	div.info-section > div:nth-child(1)
	{
		padding: 20px;
		width: 90%;
		margin-bottom: 10px;
		padding-bottom: 0;
		padding-top: 0;
		margin-left: 0;
		padding-left: 15%;
	}

	div.info-section > div:nth-child(2)
	{
		padding-top: 0;
		margin-bottom: 10px;
		display: inline-block;
		margin-right: auto;
		width: 45%;
		margin-top: 0;
		padding-bottom: 0px;
		padding-left: 0;
		padding-right: 0;
		padding: 0;
		float: left;
		margin-left: 20px;
	}

	div.info-section > div:nth-child(3)
	{
		padding: 20px;
		margin-bottom: 10px;
		padding-bottom: 0;
		padding-top: 0;
		float: none;
		display: inline-block;
		margin-left: auto;
		width: 45%;
		padding-right: 0;
		margin-top: -20px;
		text-align: right;
		margin-right: -20px;
	}

	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.Header > div:nth-child(1)
	{
		margin-left: 0;
		margin-right: 0;
		text-align: center;
		width: 100%;
	}

	div.Header > div:nth-child(2)
	{
		border-left-style: none;
		margin-top: -15px;
		float: right;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		text-align: center;
	}

	div.Body > div:nth-child(1)
	{
		margin-left: 0%;
	}

	div.Body > div:nth-child(2)
	{
		margin-left: 0%;
	}

	h1
	{
		font-size: 150%;
	}

	body
	{
		overflow: scroll;
	}

	div.home-tiles > div:nth-child(4)
	{
		width: 80%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(5)
	{
		width: 80%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(6)
	{
		width: 80%;
	}

	div.Tiles > div:nth-child(1)
	{
		margin-left: 5%;
		width: 45%;
	}

	div.Tiles > div:nth-child(2)
	{
		margin-left: 5%;
		width: 45%;
	}

	div.Tiles > div:nth-child(3)
	{
		margin-left: 5%;
		width: 45%;
	}

	div.Tiles > div:nth-child(4)
	{
		margin-left: 5%;
		width: 45%;
	}

	div.Tiles > div:nth-child(5)
	{
		margin-left: 5%;
		width: 45%;
	}

	div.Tiles > div:nth-child(6)
	{
		margin-left: 5%;
		width: 45%;
	}

	div.Tiles > div
	{
		margin-left: 10%;
		margin-top: 20px;
	}

	p.SearchBar
	{
		
	}

	p.GoTo
	{
		font-size: 80%;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	p.LinkHeader
	{
		font-size: 80%;
		margin-top: 20px;
		text-align: center;
	}

	p.Link
	{
		font-size: 80%;
		margin-bottom: 0;
		margin-top: 0;
		text-align: center;
		margin-right: 0;
		float: none;
	}

	div.footer
	{
		position: relative;
		bottom: auto;
		margin-top: 40px;
		padding-right: 0;
		margin-right: -20px;
		height: 120px;
	}

	div.CenterTable
	{
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	div.Title > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		padding-left: 0;
		margin-top: 0px;
	}

	div.Title > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 0;
		padding-top: 0;
	}

	div.Title > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
	}

	div.Title > div:nth-child(4)
	{
		margin-left: 0%;
		margin-top: 0;
		width: 100%;
		height: 0px;
	}

	div.TileHolder > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		height: auto;
		background-color: transparent;
	}

	div.TileHolder > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		height: auto;
		background-color: transparent;
		padding-left: 60px;
		border-left-style: none;
	}

	p
	{
		text-align: center;
	}

	p.FooterText
	{
		font-size: 60%;
	}

	div.TileHolder > div
	{
		height: auto;
		padding-left: 20px;
	}

	span.bold
	{
		font-weight: bold;
	}

	a.HelpfulLinks
	{
		
	}

	p.Environments
	{
		margin-left: 0;
		text-align: left;
		margin-top: 25px;
	}

	p.Logo
	{
		position: relative;
		margin-left: 0;
		margin-bottom: 20px;
	}

	p.EnvironmentLogo
	{
		border-left-style: none;
		position: relative;
		margin-left: 0;
		text-align: right;
	}

	div.Title > div
	{
		margin-top: -100px;
	}

	div.Tiles5 > div:nth-child(1)
	{
		width: 45%;
		margin-left: 5%;
		margin-top: 20px;
	}

	div.Tiles5 > div:nth-child(2)
	{
		width: 45%;
		margin-left: 5%;
		margin-top: 20px;
	}

	div.Tiles5 > div:nth-child(3)
	{
		width: 45%;
		margin-left: 5%;
		margin-top: 20px;
	}

	div.Tiles5 > div:nth-child(4)
	{
		width: 45%;
		margin-left: 5%;
		margin-top: 20px;
	}

	div.Tiles5 > div:nth-child(5)
	{
		width: 45%;
		margin-left: 5%;
		margin-top: 20px;
	}

	div.TopLogos > div:nth-child(1)
	{
		margin-left: 0%;
		padding-left: 20px;
		width: 30%;
	}

	div.TopLogos > div:nth-child(2)
	{
		margin-left: 0%;
		width: 30%;
	}

	div.TopLogos > div:nth-child(3)
	{
		margin-left: 0%;
		width: 40%;
	}

	p.EnvironmentName
	{
		margin-top: 8px;
	}
}

.RightAligned
{
	text-align: right;
}

img.EnvironmentLogo
{
	border-left-color: #e7eaed;
}

