/* ----See awMobile.css link on home, standard and minimal to set screen max-width when mobile styles are used. Last section of this style sheet sets styles for screens less that 480px---- */

/*  Font sizes on mobile devices */
body
{
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, select, textarea
{
	font-size: 100%;
}

.bbbLogo
{
	display: none;
}

/* -- TOP NAV -- */	
#topNav
{
	padding: 10px 8px 0 0;
	color: #ffffff;
}

#topNav ul#menu 
{
	clear: both;
	z-index: 3000;
	display: none; /* visibility toggled with jquery */	
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	border-top: solid 1px #666666;
}
	
#topNav ul#menu li 
{
	clear: both;
	float: none;
	background-color: #333e48;
	width: 100%;
	padding: 0;
}

#topNav ul#menu li#menu-close
{
	text-align: left;
	padding: 5px 10px !important;
	color: #ffffff;
	cursor: pointer;
}

#topNav ul#menu li#menu-close .menuText
{
	padding-left: 5px;
}

#topNav ul#menu li a
{
	padding: 10px;
	text-align: left;
	color: #ffffff;
	font-size: 18px;
}

.mbHide  /* hide phone text */
{
	display: none !important;
}	

.hdMenuItem
{
	background-color: #333e48;	
	position: static;
	width: auto;
	white-space: nowrap;
	border: 0px;
}

.hdMenuItem a
{
	padding: 10px 10px 10px 20px !important;
}

#topNav div#right
{
	padding: 0;
}

#menu-icon  /* menu icon */
{
	display: block; /* show menu icon */
	text-align: right;
	padding: 0 0 15px 0;
	cursor: pointer;	
	color: #ffffff;
}

#menu-close  /* menu icon */
{
	display: block; /* show menu icon */
}

#menu-icon span.fa-bars  /* link icons */
{
	vertical-align: top;
	font-size: 24px;
	cursor: pointer;
}

#menu-icon span.menuText
{
	font-size: 22px;	
	padding-left: 4px;
	line-height: 1;
}

#social
{
	text-align: right;
}

#topNav div#right a span.fa
{
	font-size: 20px;
}

.breadcrumbs p
{
	padding: 8px 0 0 0;
	text-align: left;
}

/* -- MAIN -- */

/* turns off floating on boxes  */
.fifth, .quarter, .third, .fortypercent, .fortyfivepercent, .half, .fiftyfivepercent, .sixtypercent,  .twothirds, .threequarters
{
	float: none; 
	width: 100%; 
	margin: 0 auto;
}
.callUs
{
	padding: 0 0 10px 0 !important;
}

.otherDemoOpts
{
	padding-top: 25px;
}

.pageLinks
{
	padding: 5px 0 0 0;
}

.sdLinks
{
	padding: 20px 0;
}

.btn1, .btn2
{
	float: left;
	width: 50%;
	display: block;
	box-sizing: border-box; 
}

.sideBtns .rightPad
{
	padding: 0 5px 0 0;	
}

.sideBtns .leftPad
{
	padding: 0 0 0 5px;	
}

.stLearnMore, .exLearnMore 
{
	padding: 0 0 20px 0;
	text-align: left;
}

.stLearnMore a, .exLearnMore a
{
	margin: 0 10px 10px 0;
}
	
.stList2
{
	padding-top: 0;
}

.topPad
{
	padding-top: 15px;
}

.rightPad
{
	padding: 0;
}

.bottomPad
{
	padding-bottom: 0;
}

.rightImg, .leftImg
{
	float: none;
	margin: 0;
	padding: 0;
}
		
.custResources .boxRow
{
	padding: 0;
}

.custResources .rightPad
{
	padding: 0;
}	

.custResources .third
{
	padding-bottom: 24px;
}
	
/* Responsive Video */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.onRoad
{
	float: none;
	padding-right: 0px;
}
	
/*  -- Footer -- */
footer .boxRow  .rightPad /* add some padding after each section */
{
	padding-bottom: 20px;
}
	
.ftLinks h4
{
	font-size: 14px;
	border-top: none;
	padding-top: 2px;
	width: 60%;
}

.copyright
{
	text-align: left;
}

.nlList1
{
	padding: 10px 0 0 25px;
} 

.nlList2
{
	padding: 0 0 0 25px;
}


/* -- For screen width less than 500px -- */
@media screen and (max-width: 500px) 
{	
.xsHide
{
	display: none;
}
	
	.btn1, .btn2
	{
		float: none;
		width: 100%;
		display: block;
	}
				
	.sideBtns .rightPad, .sideBtns .leftPad
	{
		padding: 0;	
	}

}