/*<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.

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
{
	line-height: 1.5em;
	background-color: #fff;
	font-family: Roboto, Helvetica, Arial, sans-serif;
}

/* broadsign CONTROL documentation */

h1
{
	position: absolute;
	width: 553px;
	height: 180px;
	left: 381px;
	top: 142px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 60px;
	line-height: 75%;
	/* or 45px */
	display: flex;
	align-items: center;
	font-variant: small-caps;
	color: #FFFFFF;
}

h2
{
	font-size: 1.6785em;
	color: #fff;
	font-family: Roboto;
}

h3
{
	font-family: Roboto;
	text-align: center;
}

/* Your place for answers */

p
{
	color: #5a5a5a;
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: Roboto;
}

.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-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;
	font-family: Roboto;
}

/*==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*/
{
	width: 100%;
	height: 460px;
	background-image: url('../Images/BroadsignControl_ContentAndNetworkManagement.jpg');
	background-size: cover;
	position: relative;
	padding-top: 100px;
	padding-bottom: 60px;
	background-color: #001464;
	background-position: center;
}

/* Release Notes */

div.RN
{
	position: absolute;
	border-radius: 10px;
	border-color: #ffffff;
	width: 150px;
	height: 50px;
	left: 100px;
	top: 475px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	align-items: left;
	text-align: center;
	text-transform: uppercase;
	display: flex;
	color: #FFFFFF;
	background-color: #001464;
}

div.cta	/*Call to action button on the Home Page*/
{
	width: 150px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	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;
	border-color: #ffffff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #001464;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #001464;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #001464;
	border-bottom-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-left: 0px;
	margin-right: 20px;
	display: inline-block;
	background-color: #001464;
	color: #FFFFFF;
	font-family: Roboto;
}

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);
	background-color: #ffffff;
	border-color: #F00;
	transform: scale(1.01);
	color: #001464;
}

#mc-main-content
{
	background-color: #FAFAFB;
}

/*==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-top: -36px;
	margin-bottom: 100px;
	top: 575px;
}

/*==Home Tiles section==*/

div.home-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;
	margin-top: 1%;
	margin-bottom: 1%;
	display: flex;
}

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;
	background-color: #FFFFFF;
	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: 4px;
	border: 1px solid #E5E5E8;
	padding: 60px 10px;
	overflow: hidden;
	box-shadow: 0 2px 1px 0 rgba(225,225,225,0.5);
}

div.home-tiles > div:hover	/*When hovering over a home-tile, these properties apply*/
{
	box-shadow: 0 14px 28px rgb(0,0,0,0.1), 0 10px 10px rgb(0,0,0,0.08);
}

div.home-tiles > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 24%;
}

div.home-tiles > div:nth-child(2)
{
	width: 16.667%;
	margin-left: 1%;
}

div.home-tiles > div:nth-child(3)
{
	width: 16.667%;
	margin-left: 1%;
}

/*=Elements for text contained within each home-tile=*/

p.tile-title
{
	text-align: center;
	color: #303030;
	font-size: 1.4em;
}

p.tile-content
{
	text-align: center;
	color: #636268;
	font-size: 0.8em;
}

p.tile-items
{
	color: #636268;
	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: #303030;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

a:link
{
	color: #FFFFFF;
}

a:visited
{
	color: #FFFFFF;
}

a:focus
{
	color: #FFFFFF;
}

div.home-tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #0500A9;
}

a:hover
{
	color: #FFFFFF;
}

a:active
{
	color: #FFFFFF;
}

/*=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('../Images/document_bg2.png');
}

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;
}

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;
}

div.info-section > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 16.667%;
}

div.info-section > div:nth-child(2)
{
	width: 16.667%;
	margin-left: 6%;
}

div.info-section > div:nth-child(3)	/*Div that contains "Tips"*/
{
	width: 33.333%;
	margin-left: 5%;
}

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-image	/*Paragraph style used for the Tips */
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: url('../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
{
	padding-top: 20px;
	padding-bottom: 20px;
}

div.footer a	/*Complex Selector: Any anchor (links) tags that are within div.footer will have the following properties */
{
	text-decoration: none;
	color: #DADADA;
}

div.footer > div.outer-row
{
	line-height: 30px;
	padding: 0;
}

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: 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%;
}

div.footer p	/*Complex Selector: Any <p> that is contained within div.footer will have the following properties*/
{
	color: #636268;
	font-size: 0.8em;
}

h3
{
	font-family: Roboto;
}

h4
{
	font-family: Roboto;
}

h5
{
	font-family: Roboto;
}

a
{
	font-family: Roboto;
	color: #FFFFFF;
}

MadCap|xref
{
	font-family: Roboto;
	color: #1056FB;
}

MadCap|keywordLinkControlListItemLink:visited
{
	color: #1056FB;
}

MadCap|keywordLinkControlListItemLink:link
{
	color: #1056FB;
}

MadCap|keywordLinkControlListItemLink:hover
{
	color: #1056FB;
}

MadCap|keywordLinkControlListItemLink:focus
{
	color: #1056FB;
}

MadCap|keywordLinkControlListItemLink
{
	color: #1056FB;
}

MadCap|keywordLinkControlListItem
{
	color: #1056FB;
}

MadCap|keywordLinkControlList
{
	color: #1056FB;
}

MadCap|conceptLinkControlListItemLink:visited
{
	color: #1056FB;
}

MadCap|conceptLinkControlListItemLink:link
{
	color: #1056FB;
}

MadCap|conceptLinkControlListItemLink:hover
{
	color: #1056FB;
}

MadCap|conceptLinkControlListItemLink:focus
{
	color: #1056FB;
}

MadCap|conceptLinkControlListItemLink
{
	color: #1056FB;
}

MadCap|conceptLinkControlListItem
{
	color: #1056FB;
}

MadCap|conceptLinkControlList
{
	color: #1056FB;
}

MadCap|relatedTopicsControlListItemLink:visited
{
	color: #1056FB;
}

MadCap|relatedTopicsControlListItemLink:link
{
	color: #1056FB;
}

MadCap|relatedTopicsControlListItemLink:hover
{
	color: #1056FB;
}

MadCap|relatedTopicsControlListItemLink:focus
{
	color: #1056FB;
}

MadCap|relatedTopicsControlListItemLink
{
	color: #1056FB;
}

MadCap|relatedTopicsControlListItem
{
	color: #1056FB;
}

MadCap|relatedTopicsControlList
{
	color: #1056FB;
}

MadCap|helpControlListItemLink:visited
{
	color: #1056FB;
}

MadCap|helpControlListItemLink:link
{
	color: #1056FB;
}

MadCap|helpControlListItemLink:hover
{
	color: #1056FB;
}

MadCap|helpControlListItemLink:focus
{
	color: #1056FB;
}

MadCap|helpControlListItemLink
{
	color: #1056FB;
}

MadCap|helpControlListItem
{
	color: #1056FB;
}

MadCap|helpControlList
{
	color: #1056FB;
}

MadCap|shortcut
{
	color: #1056FB;
}

MadCap|relatedTopics:hover
{
	color: #1056FB;
}

MadCap|relatedTopics:focus
{
	color: #1056FB;
}

MadCap|relatedTopics
{
	color: #1056FB;
}

MadCap|keywordLink:hover
{
	color: #1056FB;
}

MadCap|keywordLink:focus
{
	color: #1056FB;
}

MadCap|keywordLink
{
	color: #1056FB;
}

MadCap|conceptLink:hover
{
	color: #1056FB;
}

MadCap|conceptLink:focus
{
	color: #1056FB;
}

MadCap|conceptLink
{
	color: #1056FB;
}

MadCap|xref.TOCPageNumber
{
	color: #1056FB;
}

MadCap|xref.RelLinkPageNumber
{
	color: #1056FB;
}

MadCap|xref.ListOfPageNumber
{
	color: #1056FB;
}

MadCap|xref.IndexPageNumber
{
	color: #1056FB;
}

MadCap|xref.ConceptPageNumber
{
	color: #1056FB;
}

MadCap|xref:hover
{
	color: #1056FB;
}

MadCap|xref:focus
{
	color: #1056FB;
}

a.Popup
{
	color: #1056FB;
}

a.cta, a.cta:link, a.cta:visited
{
	color: #FFFFFF;
}

p.title-over
{
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 10%;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	background: linear-gradient(to right, #E43425 20%, #441FD8 80%, #0A26B8 100%);
	-webkit-background-clip: text;
	background-clip: text;
	display: inline-block;
	-webkit-text-fill-color: transparent;
}

p.title-main
{
	text-transform: uppercase;
	text-align: left;
	color: #001464;
	font-weight: bold;
	font-size: 48px;
	line-height: 48px;
	max-width:500px;
}

p.title-under
{
	text-align: left;
	color: #001464;
	font-size: 16px;
	line-height: 28px;
}

/*===========================================================================================================================================================
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
	{
		padding-top: 20px;
		padding-bottom: 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.home-tiles > div
	{
		float: left;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: transparent;
		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;
		border: 1px solid #E5E5E8;
		padding: 60px 10px;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 32%;
		margin-left: 1%;
	}

	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%;
	}
}

@media only screen and (max-width: 767px)
{
	#content-section
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	div.topic-hero { background: #F0F4FF none; }

	div.search-container
	{
		margin-bottom: 50px;
	}

	p.tile-title
	{
		font-size: 1.2em;
	}

	p.info-title
	{
		font-size: 2em;
	}

	p.info-content
	{
		font-size: 1em;
	}

	div.home-tiles > div
	{
		margin-top: 2%;
	}

	div.home-tiles > div:nth-child(1)
	{
		
	}

	div.home-tiles > div:nth-child(2)
	{
		
	}

	div.home-tiles > div:nth-child(3)
	{
		
	}

	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 #E5E5E8;
	}

	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.container {
    max-width: 980px;
    width: calc(100% - 40px);
    text-align: left;
    margin: 0 auto;
}

div.topic-hero h1
{
	flex-flow: column nowrap;
	max-width: 1020px;
	margin: 0 auto;
	font-weight: 900;
	text-transform: lowercase;
	font-family: Roboto Black, Roboto, arial, helvetica, sans-serif;
	color: #FFFFFF;
	width: 100%;
	text-align: left;
	position: relative;
	margin: 0 auto;
	left: 0;
	padding-right: 20px;
	padding-left: 20px;
	top: 0;
	display: inline-block;
	height: auto;
	margin-bottom: 20px;
}

div.topic-hero h1 > span
{
	color: #FFF;
	width: 100%;
	display: block;
}

div.topic-hero h2
{
	display: block;
	position: relative;
	margin: 0 auto;
	left: 0;
	top: 0;
	max-width: 1020px;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	height: auto;
	margin-bottom: 200px;
}

div.topic-hero .cta
{
	width: auto;
	text-align: center;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	padding: 0 10px;
}

div.topic-hero .RN
{
	width: auto;
	text-align: center;
	display: inline-flex;
	position: relative;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	transition: background-color 0.3s, color 0.3s;
	border: 1px solid #001464;
	padding: 0 2em;
}

div.topic-hero .RN:hover
{
	background-color: #FFF;
	color: #001464;
	transition: background-color 0.3s, border-color 0.3s;
}

div.topic-hero .RN:hover a { color: #001464; }

div.search-container
{
	position: relative;
	transform: translateY(-50%);
	margin: 0 auto;
	top: 0;
	padding: 0;
}

div.search-container .search-bar._Skins_SearchHome.mc-component
{
	margin: 0 auto;
	width: calc(100% - 40px);
	max-width: 980px;
}

@media screen and (max-width: 1024px)
{
	
}

@media screen and (max-width: 767px) and (orientation: portrait)
{
	div.topic-hero
	{
		background-position: 60% bottom;
		text-align: left;
	}

	div.topic-hero h1
	{
		max-width: 50%;
		margin-left: 0;
	}

	div.topic-hero h2
	{
		max-width: 50%;
		margin-left: 0;
	}
}

@media screen and (max-width: 574px)
{
	div.topic-hero
	{
		background-position: 60% bottom;
		text-align: left;
	}

	div.topic-hero h1
	{
		font-size: 40px;
		max-width: 80%;
		margin-left: 0;
	}

	div.topic-hero h2
	{
		font-size: 30px;
		max-width: 80%;
		margin-left: 0;
		margin-bottom: 80px;
	}

	div.topic-hero .RN
	{
		height: 50px;
		width: 220px;
	}

	div.home-tiles
	{
		flex-flow: row wrap;
	}

	div.home-tiles > div:nth-child(1),
	div.home-tiles > div:nth-child(2),
	div.home-tiles > div:nth-child(3)
	{
		width: 90%;
		margin: 0 5% 20px;
		max-width: 90%;
		flex: 0 0 90%;
	}
}

