html
{
}

body
{
	margin:						0px;
	padding:					0px 0px;
	background-color:			#0079c1;

	/*	Default text styles	----------------------------*/
	font-family:				"Asap", helvetica, verdana,arial,sans serif;
	font-weight:				400;
	color:						#231f20;
	font-size:					22px;
	line-height:				22px;
	-webkit-font-smoothing:		antialiased;
	-moz-osx-font-smoothing: 	grayscale;
}

body.popup
{
	max-width:				800px;
	margin:					0px;
	padding:				20px 40px;
	background-color:		white;
	line-height:			22px;
}

body.popup p
{
	line-height:			22px;
	margin-bottom:			10px;
}

#popup-container ol,
#popup-container ul
{
	font-size:				15px!important;
}

body.loading
{

}

body.popup .fieldblock
{
	width:					100%;
}

/*	default link style	*/
a
{
	color:					#0079c1;
	text-decoration: 		none
}

a:hover
{
	color:					#00b2e2;
}

input
{
	padding:				0px;
}

img.lazyload
{
	background-color:		transparent;
}

.loading
{
	background-image:		url(/site/images/spinner.gif );
	background-repeat:		no-repeat;
	background-position:	center 25px;
	background-color:		white;
}

.loading>*
{
	opacity:				.2;
	-webkit-filter: 		blur(10px);
  	-moz-filter: 			blur(10px);
  	-o-filter: 				blur(10px);
  	-ms-filter: 			blur(10px);
  	filter: 				blur(10px);


}

.social-media {
	padding-top:	50px;
	text-align: 	center;
}

.social-media a { margin-left: 6px; }

/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/

#pagewrapper
{
	background-color:		white;
	padding-top:			175px;
}

.maincolumn
{
	margin-right:			auto;
	margin-left:			auto;
	width:					1281px;
}

/*	horizontal centering	*/
#wrapper
{

}

#header-wrapper
{
	position:				fixed;
	top:					0px;
	left:					0px;
	right:					0px;
	height:					150px;
	background-color:		white;
	padding-top:			25px;
	z-index:				101;

}

#header
{
	position:				relative;
	overflow:  				auto;
	height:					86px;
}


#body,
article#main,
#right
{
	overflow:				hidden;
}


#left
{
	float:					left;
	width:					160px;
	padding:				20px;
}

article#main
{
	float:					left;
	width:					997px;
	padding-top:			68px;
	padding-bottom:			77px;
}

article#main > p
{
	margin-right:			66px;
	margin-left:			3px;
}

#right
{
	width:					283px;
	min-height:				200px;
	padding-top:			76px;
	padding-bottom:			100px;

}

#footer
{
	clear:					both;
	padding-bottom:			25px;
}

/*---------------------------------------------------------------------------------------------------------
//	Header/Global styles
//-------------------------------------------------------------------------------------------------------*/
#logo
{
	margin-top:				5px;
	float:					left;
}

#logo2
{
	float:					right;
}

#logo a,
#logo a:hover
{
}

#logo-full
#logo2-full
{
	display:				block;
}

#logo-smaller,
#logo-smallest,
#logo2-smaller,
#logo2-smallest
{
	display:				none;
}



form#search
{
	float:					right;
	margin:					19px 0px 13px 0px;
	clear:					right;
}

form#search input#findtext
{
	background-image:		url(/site/images/bg-search.png);
	background-position:    top right;
	background-repeat:		no-repeat;
	border:					1px solid #757271;
	width:					174px;
	padding-right:			31px;
	padding-left:			15px;
	line-height:			24px;
	height:					24px;

	font-family:			"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:			400;
	font-size:				14px;
	color:					#2e2d2d;


	color:					#939598;

}
form#search button
{
	padding:				3px;
	font-size:				10px;
}

#jquery-live-search
{
	border:					15px solid #e7e8e9;
	background-color:		white;
	z-index:				99999;
	margin-left:			-15px;
	width:					191px;

}

#jquery-live-search .search-inner
{
	font-family:			"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:			400;
	font-size:				13px;
	line-height:			16px;
	color:					#010101;
	background-color:		white;
	border:					1px solid #d9d8d7;
	padding:				15px;
}


#jquery-live-search .search-inner a
{
	display:				block;
	padding:				5px 0px;
	color:					#010101;
}

#jquery-live-search .search-inner button
{
	height:					34px;
	line-height:			31px;
	border:					1px solid #0079c1;
	border-radius:  		5px;
	text-align:				center;

	font-family:			"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:			700;
	color:					#0079c1;
	font-size:				14px;
	margin-top:				21px;
	text-transform:  		uppercase;
	display:				block;
	padding:				0px 19px;
	background-color:		transparent;


}

 #jquery-live-search .search-inner button:hover
{
	background-color:		#00b2e2;
	border:					1px solid #00b2e2;
	color:					white;



	-webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

#jquery-live-search .search-inner .button-inner
{
	background-image: 		url(/site/images/bg-app-button.png );
	background-repeat:		no-repeat;
	background-position:	right 5px;
	padding-right:			34px;
	line-height:			31px;
	display:				inline-block;;
	padding-left:			1px;
	font-size:				13px;
}

#jquery-live-search .search-inner button:hover .button-inner
{
	background-image: 		url(/site/images/bg-app-button-over.png );
}


#globalnav
{
	float:					right;
	margin:					0px 20px;

	font-family:			"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:			700;
	font-size:				15px;
	line-height:			15px;

	color:					#231f20;
	text-transform:			uppercase;

	margin-top: 			15px;
	margin-right: 			38px;
	text-align:				right;
}

.globalnav-loggedout-1,
.globalnav-loggedout-1 a
{
	color:					#0079c1;
}

.globalnav-loggedout-2
{
	margin-top: 			5px;
}

.globalnav-loggedout-2,
.globalnav-loggedout-2 a
{
	color:					#949698;
}







.globalnav-loggedin-1
{
	color:					#0079c1;
}

.globalnav-loggedin-1 a
{
	padding-left:			16px;
	color:					#231f20
}

.globalnav-loggedin-1 a:first-child
{
	margin-left:			16px;
	border-left:			1px solid #0079c1;
}

.globalnav-loggedin-2
{
	margin-top: 			5px;
}

.globalnav-loggedin-2,
.globalnav-loggedin-2 a
{
	color:					#949698;
}


#globalnav a:hover
{
	color: 					#00b2e2;
}











/*


.global-item
{
	padding-left:			16px;
	color:					#231f20;}
.global3
{
	margin-top: 			5px;
	color:					#949698;
}

.global-item a
{
	color:					#231f20;
}

.global-item:first-child
{
	color:					#0079c1;
	padding-right:			16px;
	border-right:			1px solid #0079c1;
}

.global3 a
{
	color:					#949698;
}

#globalnav ul.m0 li
{
	display:				inline;
}

#globalnav ul.m0 a
{
	margin:					0px 4px;
}
*/

ul#socialmedia
{
	list-style-type:		none;
	margin:					0px;
	padding:				0px;
}
ul#socialmedia li
{
	display:				inline;
	margin:					0px 10px 0px 0px;
}

#navburger
{
	display:				none;
}

#mobile-search
{
	display:				none;
}

.share-links
{
	overflow:				auto;
	margin-bottom:			10px;

	margin-bottom: 			7px;
	padding-top: 			6px;
	margin-left: 			4px;
	height:					32px;

}

.share-links a
{
	float:					left;
	margin-right:			15px;
	opacity:  				.5;
}

.share-links a:hover
{
	opacity:  				1;
}
/*---------------------------------------------------------------------------------------------------------
//	Content styles
//-------------------------------------------------------------------------------------------------------*/
article>article
{
	margin:					0 0 2.5em;
}

header
{
	margin:					0 0 0.5em;
	color:					black;
}

h1,h2,h3
{
	margin:					0;
}

h1
{
	font-size:				48px;
	line-height:			52px;
	color:					#0079c1;
	font-weight:			normal;
	margin:					0;
	margin-bottom:			20px;
}


h1 a,
h2 a,
h3 a
{
	color:					#0079c1;
}

h2
{
	font-size:				36px;
	line-height:			36px;
	color:					#0079c1;
	font-weight:			normal;
	margin:					0;
	margin-bottom:			22px;
}


h3
{
	font-size:				26px;
	line-height:			26px;
	color:					#0079c1;
	font-weight:			normal;
	margin:					0;
	margin-bottom:			7px;
}

p
{
	margin:					0 0 34px 0px;
	line-height:			33px;
}
hr
{
	background-color:		#0079c1;
	height:					2px;
	border:					none;
	margin-right:			43px;
	clear:					both;
	margin-left:			3px;

}

hr.responsive
{
	display: none;
}

.download-small
{
	background-image: 		url( /site/images/bg-download-small.png );
	background-repeat:		no-repeat;
	background-position:	top right;
	color:					#0079c1;
	font-family:			"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:			700;
	font-size:				15px;
	text-transform:  		uppercase;
	height:					22px;
	line-height:			22px;
	padding-right:			25px;
	display:				inline-block;
}

.download-small:hover
{
	background-image: 		url( /site/images/bg-download-small-over.png );
	color:					#0079c1;
}

.social
{

}


.app-box
{
	width: 						154px;
	height: 					154px;
	line-height: 				154px;
	background-color:			transparent;
	border-radius:				20px;
	border:						3px solid #0079c1;
	float:						left;
	margin:						0 40px 0px 0px;
	text-align:					center;
	position:					relative;
	text-decoration:  			none;
	display: 					table;
}

.tab-box a.app-box
{
	text-decoration:  			none;
}

.app-box img
{
    vertical-align: 			middle;
}

.app-box-title
{
	display:					none;
}

.app-box-certified
{
	position:					absolute;
	top:						0px;
	right:						0px;
	width:						60px;
	height:						59px;
	background-image:			url( /site/images/bg-app-certified.png );
	background-repeat:			no-repeat;
}

.app-box:hover img,
.app-box:hover .app-box-certified
{
	display:					none;
}

.app-box:hover
{
	background-color:			#00b2e2;
	border:						3px solid #00b2e2;
	vertical-align:  			middle;
}

.app-box:hover .app-box-title
{
	font-family:				"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:				700;
	color:						white;
	font-size:					16px;
	text-transform:  			uppercase;
	line-height:				22px;
	text-decoration:  			none;

	display: inline-block;
  	vertical-align: middle;

}

.app-box-wrapper
{
	width: 						154px;
	height: 					254px;
	float:						left;
	margin:						0 40px 0px 0px;
	cursor:						pointer;
}

.app-box-wrapper.hasabstract
{
	min-height: 					254px;
	height: 						auto;
}

.app-box-wrapper .app-box
{
	width: 						154px;
	height: 					154px;
	line-height: 				154px;
	background-color:			transparent;
	border-radius:				20px;
	border:						3px solid #0079c1;
	float:						none;
	margin:						0;
	text-align:					center;
	position:					relative;
	text-decoration:  			none;
	display: 					table;
}

a.app-link
{
	color: #231f20;
}

.app-box-wrapper .app-box-title2
{
	font-family:				"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:				700;
	color:						#231f20;
	font-size:					18px;
	text-transform:  			none;
	line-height:				22px;
	text-decoration:  			none;
	margin-top:					10px;
	text-align:  				center;
}

.app-box-wrapper:hover .app-box-title2
{
	color:						#00b3e2;
}


.app-box-wrapper:hover .app-box img,
.app-box-wrapper:hover .app-box .app-box-certified
{
	display:					none;
}

.app-box-wrapper:hover .app-box
{
	background-color:			#00b2e2;
	border:						3px solid #00b2e2;
	vertical-align:  			middle;
}

.app-box-wrapper:hover a.app-link
	{
		color: 					#00b3e2;
	}

.app-box-wrapper:hover .app-box .app-box-title
{
	font-family:				"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:				700;
	color:						white;
	font-size:					16px;
	text-transform:  			uppercase;
	line-height:				22px;
	text-decoration:  			none;

	display: inline-block;
  	vertical-align: middle;

}

.app-box-abstract
{
	font-family:				"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:				400;
	color:						#010101;
	font-size:					14px;
	line-height:				20px;
	margin-top:					10px;
}

.app-box-abstract p
{
	line-height:				20px;
}
.view-more
{
	display:					inline-block;
	cursor:  					pointer;
	height:						18px;
	background-image:			url( /site/images/bg-more.png );
	background-repeat:			no-repeat;
	background-position:			top right;
	vertical-align:				text-top;
	margin-left:				5px;

	color:						#0079c1;
	font-family:				"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:				700;
	font-size:					15px;
	text-transform:  			uppercase;
	line-height:				19px;
	padding-right:				25px;
}

.view-more:hover
{
	background-image:			url( /site/images/bg-more-over.png );
}

.view-more.active
{
	background-image:			url( /site/images/bg-more-active.png );
}

.more-text
{
	padding-top:				10px;
	height:						0px;
	overflow:  					hidden;
	opacity:					0;
}

article.history-item
{
	font-size:  				16px;
	line-height:  				22px;
	color:						#231f20;
	font-family: 				"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:				400;
	padding:					28px 18px;
	overflow:					auto;
	clear:						both;
	margin-bottom:				25px;

}

article.history-item .inner
{
	padding-left:				200px;
}

article.history-item .history-app-box
{
	width: 						154px;
	height: 					154px;
	line-height: 				154px;
	background-color:			transparent;
	border-radius:				20px;
	border:						3px solid #0079c1;
	float:						left;
	margin:						0 40px 0px 0px;
	text-align:					center;
	position:					relative;
	text-decoration:  			none;
	display: 					table;
}

article.history-item .history-app-box img
{
    vertical-align: 			middle;
}

article#main img.featuredimage
{
	float:						left;
	margin:						9px 20px 20px 0px;
	border:						10px solid #e7e8e9;
}


.alert
{
	border:					4px solid #cccccc;
	border-radius:			10px;
	background-color:		rgba(255,255,255,0.85);

	padding:				20px;

	line-height:			22px;
	font-size:				16px;
}

#layout-container
{
	margin-top:				20px;
}
.content-block
{
x	border-bottom:			1px solid #EEE;
	margin-bottom:			10px;
	padding-bottom:			0px;
	white-space:			normal;

}

.content-block .inner
{
	padding: 				20px;
}

.content-block img
{
	max-width:				100%;
	height:					auto;
}

.block-row
{
	display: 				block;
	clear:					left;
	overflow: 				auto;
	white-space:  			nowrap!important;
}

.block-100
{
	display: 				block;
	width: 					100%;
}

.block-50
{
	float: 					left;
	width: 					49%;
}

.block-50:last-child
{
	margin-left:			2%;
}

.block-33
{
	float: 					left;
	width: 					32%;
	margin-right:			2%;
}

.block-33:last-child
{
	margin-right:			0%;
}

.block-25
{
	float: 					left;
	width: 					23%;
	margin-right:			2.6%;
}

.block-25:last-child
{
	margin-right:			0%;
}

.block-float-left
{
	float: 					left;
	margin:					0px 20px 20px 0px;
	padding-top:			10px;
	z-index:				1000;
}

.block-float-right
{
	float: 					right;
	margin:					0px 0px 20px 20px;
	padding-top:			10px;
	z-index:				1000;
}

.block-wrap-left
{
x	float:					left;
	z-index:				999;
}

.block-wrap-right
{
x	float:					right;
	z-index:				999;
}

.block-wrap-left .selectedit,
.block-wrap-left .selectedit_preview,
.block-wrap-right .selectedit,
.block-wrap-right .selectedit_preview,
.block-float-left,
.block-float-right
{
	position: 				relative;
}

.content-block iframe
{
	width:					100%;
	height:					300px;
}

.caption
{
	margin-top:				9px;
	font-style:				italic;
}

.content-block #share
{
	overflow:				auto;
	position:				relative;
	top:					auto;
	right:					auto;
	width:					auto;
	border:					none!important;
	display:				block!important;
}

.content-block #share a
{
	display:					block;
	background-image:			none!important;
	width:						24px;
	height:						24px;
	margin-right:				10px;
	float:						left;
	padding:					0px!important;
}


.support-button button
{
	height:					34px;
	line-height:			34px;
	border:					1px solid #0079c1;
	border-radius:  		5px;
	text-align:				center;

	font-family:			"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:			700;
	color:					#0079c1;
	font-size:				14px;
	margin-top:				21px;
	text-transform:  		uppercase;
	display:				block;
	padding:				0px 20px;
	background-color:		transparent;


}

.support-button button:hover
{
	background-color:		#00b2e2;
	border:					1px solid #00b2e2;
	color:					white;



	-webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

.support-button button .button-inner
{
	background-image: 		url(/site/images/bg-app-button.png );
	background-repeat:		no-repeat;
	background-position:	right 4px;
	padding-right:			34px;
	line-height:			31px;
	display:				inline-block;;
	padding-left:			1px;
}

.support-button button:hover .button-inner
{
	background-image: 		url(/site/images/bg-app-button-over.png );
}

.tab-box h2
{
	color:				#0079c1;
	font-size:			24px;
	line-height:  		24px;
	font-family:		"Asap", helvetica, verdana,arial,sans serif;
	font-weight:		400;
	margin-bottom:		13px;
}
.support-faq-item
{
	font-size:  		16px;
	line-height:  		22px;
	color:				#231f20;
	font-family: 		"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:		400;
	padding:			10px 18px;
	background-color:	#d8f0f8;
	margin-right:		40px;
}

.support-faq-item .more-text
{
	padding-top:		0px;
}

.support-faq-item:nth-child(odd)
{
	background-color:	white;
}

.faq-title
{
	font-weight:		bold;
	color:				#0079c1;
	cursor:				pointer;
}

.helpnote
{
	font-size:				11px;
	display:				inline-block;
	margin-left:			5px;
	width:					12px;
	height:					12px;
	border-radius:			12px;
	border:					1px solid #010101;
	color:					#010101;
	text-align:				center;
	cursor:					pointer;
}

.popup-close
{
	font-size:				15px;
	display:				inline-block;
	margin-left:			5px;
	width:					25px;
	height:					25px;
	line-height:			25px;
	border-radius:			25px;
	border:					1px solid #010101;
	color:					#010101;
	text-align:				center;
	cursor:					pointer;

	position:				absolute;
	top:					30px;
	right:					30px;
}

.popup-close:hover
{
	color: 					white;
	background-color: 		#00b2e2;
	border:					1px solid #00b2e2;
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar
//-------------------------------------------------------------------------------------------------------*/
.cta
{
	border:						10px solid #e7e8e9;
	background-color:			#0079c1;
	margin-bottom:				9px;
}

.cta-inner
{
	margin:						20px 14px 19px 14px;
	color:						white;
	font-family:				"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:				400;
	font-size:					14px;
	line-height:				21.5px;
}

.cta-inner h2
{
	font-family:			"Asap", helvetica, verdana,arial,sans serif;
	font-weight:			700;
	color:					white;
	font-size:				26px;
	line-height:			26px;
	margin-bottom:			12px;
	margin-left:			-1px;
}

.cta-inner p
{
	line-height:				21.5px;
	margin-bottom:				20px;
}

.cta-inner form
{
	margin-top:				15px;
}

#right .cta-inner form label
{
	font-size:				14px;
	color:					#939598;
	font-family:			"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:			400;
}

.cta-inner form input,
.cta-inner form textarea
{
	border:					1px solid #abb6c2;
	line-height:			26px;
	height:					26px;
	width:					100%;
	padding-left:			10px;
	padding-right:			10px;
	font-size:				14px;
	color:					#2e2d2d;
	margin-bottom:			5px;

	-webkit-box-sizing: 	border-box;
	-moz-box-sizing: 		border-box;
	-ms-box-sizing: 		border-box;
	box-sizing: 			border-box;

	font-family:			"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:			400;
}

.cta-inner form textarea
{
	height:					120px;
	resize:					none;
}

.cta-inner form .label-required-message
{
	margin-bottom:			16px;
}


.cta-inner  button,
article#main .cta-inner  button
{
	width:					131px;
	height:					34px;
	line-height:			34px;
	border:					1px solid #bad0ec;
	border-radius:  		5px;
	margin:					0 auto;
	text-align:				center;

	font-family:			"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:			400;
	color:					white;
	font-size:				13px;
	margin-top:				11px;
	text-transform:  		uppercase;
	display:				block;
	padding:				0px;
	background-color:		transparent;


}

.cta-inner  button:hover,
article#main .cta-inner  button:hover
{
	background-color:		#00b2e2;

	-webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

.cta-inner  button .button-inner,
article#main  .cta-inner  button .button-inner
{
	background-image:		url( /site/images/bg-cta-button.png );
	background-repeat:		no-repeat;
	background-position:	right 5px;
	padding-right:			37px;
	line-height:			32px;
	display:				inline-block;;
	padding-left:			2px;
}

.cta-inner .fieldblock
{
	position: relative;
}

.cta-inner form .fieldblock-error input,
.cta-inner form .fieldblock-error select,
.cta-inner form .fieldblock-error textarea
{
	border:					1px solid red;
}

.cta-inner img.thumbnail
{
	width:					100%;
	height:					auto;
	display:				block;
	margin:					10px 0px;
}

.video-wrapper
{
	overflow:					auto;
}

.cta-inner  .video-item
{
	display:					block;
	float:						none;
	margin:						10px auto;
	position:					relative;
}

.cta-inner  .video-item-inner
{
	border:						4px solid #0079c1;
	position:					relative;
	overflow:					hidden;
}

.cta-inner  .video-item-inner img
{
	width:						100%;
	height:						auto;

}



.cta-inner  .video-item .video-overlay
{
	width: 100%;
	height: 100%;
	background-image: url(/site/images/button-video-play.png );
	background-position: center 45px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer
//-------------------------------------------------------------------------------------------------------*/
nav#footernav
{
}

#footer-logo
{
	display: 				none;
}

#footer #footer-text,
#footer #footer-text-mobile
{
	color:					white;
	text-align:				center;
	font-family:			"Asap", helvetica, verdana,arial,sans serif;
	font-weight:			400;
	font-size:				18px;
	line-height:  			18px;
	margin-top:				35px;
	letter-spacing: 		-.5px;
}

#footer #footer-text-mobile
{
	display:				none;
}

#footer #footer-text a,
#footer #footer-text-mobile a
{
	color:					white;
	text-decoration: 	 	underline;
}

#footer #footer-text .footer-bold,
#footer #footer-text-mobile .footer-bold
{
	font-family:			"Asap", helvetica, verdana,arial,sans serif;
	font-weight:			700;
}

#footer-menu
{
	margin-top:				35px;
	text-align:				center;
}

nav#footernav ul
{
	list-style-type:		none;
	margin:					0;
	padding:				0;
	overflow:				hidden;
	display: 				inline-block;
	border:					1px solid #cadaf0;
	border-radius:  		5px;
}

nav#footernav li.i0
{
	display:				block;
	float:					left;
}

nav#footernav a
{
	height:					41px;
	line-height:			43px;
	border-right:			1px solid #cadaf0;
	text-align:				center;

	font-family:			"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:			700;
	color:					white;
	font-size:				14px;
	text-transform:  		uppercase;
	display:				block;
	padding:				0px 20px;
}

nav#footernav li:last-child a
{
	border-right:			none;
}

nav#footernav a:hover
{
	background-color:		#00b2e2;
}

#nwfcredit
{
	color:					white;
	text-align:				center;
	font-family:			"Asap", helvetica, verdana,arial,sans serif;
	font-weight:			400;
	font-size:				18px;
	line-height:  			18px;
	margin-top:				46px;
	letter-spacing: 		-.5px;
}

/*---------------------------------------------------------------------------------------------------------
//	Forms
//-------------------------------------------------------------------------------------------------------*/
.fielderror
{
	display:				none!important;
}

article#main form
{
	margin-top: 			29px;
	margin-bottom: 			32px;
	padding-left:			20px;
	margin-right:			66px;
}
article#main form.support-picker-form
{
	padding-left: 			0px!important;
}

article#main form .form-col-1
{
	width:					311px;
	margin-right:			74px;
	float:					left;
	padding-bottom:			20px;
}

article#main form .form-col-2
{
	width:					695px;
	margin-right:			74px;
	float:					none;
	display:				block;
	clear:					both;
	padding-bottom:			21px;
}

article#main form .fieldblock
{
	margin:					0px 0px 5px 0px;
}
article#main form .fieldblock-error
{

}

@-moz-document url-prefix() {
  .selector {
     article#main form .fieldblock
{
	margin:					0px 0px 3px 0px;
}
  }
}

article#main form input[type=text],
article#main form input[type=number],
article#main form input[type=url],
article#main form input[type=email],
article#main form input[type=text],
article#main form input[type=password],
article#main form select,
article#main form textarea
{
	font-family:			"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:			400;
	font-size:				14px;
	color:					#939598;

	border:					1px solid #b2b4b7;
	line-height:			26px;
	height:					26px;
	width:					100%;
	padding-left:			5px;
	padding-right:			10px;
	font-size:				14px;
	color:					#2e2d2d;

	-webkit-box-sizing: 	border-box;
	-moz-box-sizing: 		border-box;
	-ms-box-sizing: 		border-box;
	box-sizing: 			border-box;
}

form select { -webkit-appearance: menulist; }

article#main form input[type=file]
{
	width:					100%;
	padding-left:			5px;
	padding-right:			10px;
	font-size:				14px;
	color:					#939598;

	font-family:			"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:			400;
	font-size:				14px;
	color:					#939598;


}


article#main form select
{
	background: transparent;
	line-height: 1;
	border-radius: 0;
x	-webkit-appearance: none;
}

@-moz-document url-prefix() {

    select {
        padding-top: 4px;
    }
}

article#main form input[type=radio],
article#main form input[type=checkbox]
{
	float:					left;
	margin:					0 10px 0 0;
}

article#main form textarea
{
	width:					100%;
	height:					130px;
}

article#main form label,
article#main form .label-required-message
{
	display:				block;
	font-family:			"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:			400;
	font-size:				16px;
	line-height:			20px;
	color:					#231f20;
	margin-bottom:			5px;
}

article#main form .label-required-message
{
	margin-left: 			-10px;
	margin-bottom:			17px;

}


article#main form label.cb
{
	display:				inline;
}

article#main form button,
a.button
{
	height:					48px;
	line-height:			47px;
	border:					2px solid #0079c1;
	border-radius:  		5px;
	text-align:				center;

	font-family:			"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:			700;
	color:					#0079c1;
	font-size:				14px;
	text-transform:  		uppercase;
	display:				block;
	padding:				0px 63px 0px 16px;
	background-color:		transparent;
	background-image:		url(/site/images/bg-button.png);
	background-repeat:		no-repeat;
	background-position:    right 1px ;
}

a.button
{
	display:	inline-block;
	box-sizing:	border-box;
}

a.button.back
{
	background-image:	none!important;
	padding-right:		16px;
}

h2.download-complete
{
	display:				inline-block;
	background-image:		url(/site/images/check.png);
	background-position:	center right;
	background-size:		40px 40px;
	background-repeat:		no-repeat;
	padding:				4px 50px 4px 0px;
}
article#main form button:hover,
a.button:hover
{
	background-image:		url(/site/images/bg-button-over.png);
	border:					2px solid #00b2e2;
	background-color:		#00b2e2;
	color:					white;

}
a.button.back:hover
{
}


article#main form .fielderror
{
	margin-left:			15px;
	font-weight:			bold;
	color:					red;
}

article#main form .fieldblock-error input,
article#main form .fieldblock-error select,
article#main form .fieldblock-error textarea
{
	border:					1px solid red;
}

article#main form .fieldblock-error label
{
	color:					red;
}

article#main form .sidebar input[type=text],
article#main form .sidebar input[type=number],
article#main form .sidebar input[type=url],
article#main form .sidebar input[type=email],
article#main form .sidebar input[type=text],
article#main form .sidebar input[type=password],
article#main form .sidebar select,
article#main form .sidebar textarea
{
	width:					150px;
}

article#main form .sidebar textarea
{
	height:					40px;
}

.statusmsg
{
	color:					red!important;
	font-family:			"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:			400;
	font-size:				16px;
	line-height:			20px;
	color:					#231f20;
	margin-bottom:			6px;
	margin-left:			25px;
	margin-right:			25px;
	margin:					0px 50px 45px 50px;
}

/*---------------------------------------------------------------------------------------------------------
//	Popup area
//-------------------------------------------------------------------------------------------------------*/

/* the overlayed element */
.overlay {

	/* must be initially hidden */
	display:none;

	/* place overlay on top of other elements */
	z-index:10000;

	/* styling */
	background-color:#333;

	width:675px;
	min-height:200px;
	border:1px solid #666;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.overlay .close {
	background-image:url( /site/images/close.png );
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.nwf-overlay
{
	background-color:			rgba(0,64,128,0.25);
	width:						600px;
	height:						580px;

	position:	 				absolute;
    left:	 					50%;
    right:	 					50%;
    margin-left:	 			-300px;
}

/* container for external content. uses vertical scrollbar, if needed */
.nwf-overlay .contentWrap
{
	margin:						0;
	padding:					0;
}

.nwf-overlay iframe
{
	width:						600px;
	height:						580px;
}

/*---------------------------------------------------------------------------------------------------------
//	Share widget
//-------------------------------------------------------------------------------------------------------*/
#share
{
	position:				absolute;
	right:					25px;
	top:					180px;
	z-index:				400;
	width:					100px;

	border:					1px solid #cccccc;
}

#share label
{
	display:				block;
	margin:					0px;
	background-color:		#eeeeee;
	padding:				0px 0px 0px 28px;

	white-space:			nowrap;
	line-height:			24px;
	font-weight:			bold;

	background-image:		url( /site/images/icons/16/share.png );
	background-position:	4px 4px;
	background-repeat:		no-repeat;

	cursor:					pointer;
}

#share ul
{
	display:				none;

/*	position:				absolute;	*/

	list-style-type:		none;
	margin:					0px;
	padding:				0px;
	overflow:				hidden;

	background-color:		#eeeeee;
}

#share a
{
	display:					block;
	background-position:		4px 4px;
	background-repeat:			no-repeat;
	padding:					0px 12px 0px 28px;

	white-space:				nowrap;
	line-height:				24px;
}

#share a:hover
{
	background-color:			white;
}




/*---------------------------------------------------------------------------------------------------------
//	Page links
//-------------------------------------------------------------------------------------------------------*/
nav#pagelinks
{
	overflow:					hidden;
	margin-top:					20px;
	padding:					20px 0px;
	border-top:					1px solid #dddddd;

	line-height:				24px;
	font-size:					14px;
}

nav#pagelinks ul,
nav#pagelinks li
{
	display:					inline;
	margin:						0px;
	padding:					0px;
}
nav label
{
	float:						left;
	margin-right:				1em;
}

nav#pagelinks a
{
	display:					block;
	float:						left;

	margin:						0px 10px 0px 0px;
	padding:					0px 10px;
	background-color:			rgba(0,64,128,0.15);

	text-align:					center;
}

nav#pagelinks a.currentpage
{
	background-color:			#eeeeee;
	color:						#333333;
}


/*---------------------------------------------------------------------------------------------------------
//	Content block editing
//-------------------------------------------------------------------------------------------------------*/
.block-item:hover
{
	background-color: 			#e5e5e5;
	cursor: 					pointer;
}


/*---------------------------------------------------------------------------------------------------------
//	New Scout App Sidebar
//-------------------------------------------------------------------------------------------------------*/
.sidebar.scout{
	background-color: 			#0079c1;
	padding:					20px 15px 30px;
	border:						10px solid #E7E8E9;
}

.sidebar.scout h1{
	font-family:				"Droid Sans", helvetica, verdana,arial,sans serif;
	color:						#FFF;
	font-size: 					24px;
	line-height: 				28px;
	font-weight: 				bold;
	margin:						0px 0px 17px;
}

.sidebar.scout img{
	margin-right:				-15px;
	width:						248px;
	max-width: 					calc(100% + 15px);
}

.sidebar.scout button{
	height:					34px;
	line-height:			34px;
	border:					1px solid #FFF;
	border-radius:  		5px;
	text-align:				center;

	font-family:			"Droid Sans", helvetica, verdana,arial,sans serif;
	font-weight:			700;
	color:					#FFF;
	font-size:				14px;
	margin-top:				21px;
	text-transform:  		uppercase;
	display:				block;
	padding:				1px 16px;
	background-color:		transparent;
	margin:					15px auto 0px;
}

.sidebar.scout button:hover
{
	background-color:		#00b2e2;
	border:					1px solid #00b2e2;
	color:					white;



	-webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

.sidebar.scout button .button-inner
{
	background-image: 		url(/site/images/bg-app-button-over.png );
	background-repeat:		no-repeat;
	background-position:	right 4px;
	padding-right:			34px;
	line-height:			31px;
	display:				inline-block;;
	padding-left:			1px;
}

.sidebar.scout button:hover .button-inner
{
	background-image: 		url(/site/images/bg-app-button-over.png );
}

#home-block-2
{
	padding-bottom:			20px;
}
.home-block-text > div
{

}

@media only screen and (min-width: 1080px)
{
	.small
	{
		line-height:		1.5em;
		font-size:			20px;
	}
}