@font-face {
	font-family: 'Oswald';
	src: url('/fonts/Oswald/Oswald-Regular-webfont.eot');
	src: url('/fonts/Oswald/Oswald-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/Oswald/Oswald-Regular-webfont.woff') format('woff'),
	url('/fonts/Oswald/Oswald-Regular-webfont.ttf') format('truetype'),
	url('/fonts/Oswald/Oswald-Regular-webfont.svg#oswaldbook') format('svg');
	font-weight: 400;
	font-style: normal;

}
@font-face {
	font-family: 'Oswald';
	src: url('/fonts/Oswald/Oswald-Light-webfont.eot');
	src: url('/fonts/Oswald/Oswald-Light-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/Oswald/Oswald-Light-webfont.woff') format('woff'),
	url('/fonts/Oswald/Oswald-Light-webfont.ttf') format('truetype'),
	url('/fonts/Oswald/Oswald-Light-webfont.svg#oswaldlight') format('svg');
	font-weight: 300;
	font-style: normal;

}
@font-face {
	font-family: 'Oswald';
	src: url('/fonts/Oswald/Oswald-Bold-webfont.eot');
	src: url('/fonts/Oswald/Oswald-Bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/Oswald/Oswald-Bold-webfont.woff') format('woff'),
	url('/fonts/Oswald/Oswald-Bold-webfont.ttf') format('truetype'),
	url('/fonts/Oswald/Oswald-Bold-webfont.svg#oswaldbold') format('svg');
	font-weight: 700;
	font-style: normal;

}
@font-face {
	font-family: 'Source Sans Pro';
	src: url('/fonts/SourceSansPro/SourceSansPro-Regular-webfont.eot');
	src: url('/fonts/SourceSansPro/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/SourceSansPro/SourceSansPro-Regular-webfont.woff') format('woff'),
	url('/fonts/SourceSansPro/SourceSansPro-Regular-webfont.ttf') format('truetype'),
	url('/fonts/SourceSansPro/SourceSansPro-Regular-webfont.svg#source_sans_proregular') format('svg');
	font-weight: 400;
	font-style: normal;

}
@font-face {
	font-family: 'Source Sans Pro';
	src: url('/fonts/SourceSansPro/SourceSansPro-Light-webfont.eot');
	src: url('/fonts/SourceSansPro/SourceSansPro-Light-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/SourceSansPro/SourceSansPro-Light-webfont.woff') format('woff'),
	url('/fonts/SourceSansPro/SourceSansPro-Light-webfont.ttf') format('truetype'),
	url('/fonts/SourceSansPro/SourceSansPro-Light-webfont.svg#source_sans_prolight') format('svg');
	font-weight: 300;
	font-style: normal;

}
@font-face {
	font-family: 'Source Sans Pro';
	src: url('/fonts/SourceSansPro/SourceSansPro-Semibold-webfont.eot');
	src: url('/fonts/SourceSansPro/SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/SourceSansPro/SourceSansPro-Semibold-webfont.woff') format('woff'),
	url('/fonts/SourceSansPro/SourceSansPro-Semibold-webfont.ttf') format('truetype'),
	url('/fonts/SourceSansPro/SourceSansPro-Semibold-webfont.svg#source_sans_prosemibold') format('svg');
	font-weight: 600;
	font-style: normal;

}
@font-face {
	font-family: 'Source Sans Pro';
	src: url('/fonts/SourceSansPro/SourceSansPro-Bold-webfont.eot');
	src: url('/fonts/SourceSansPro/SourceSansPro-Bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/SourceSansPro/SourceSansPro-Bold-webfont.woff') format('woff'),
	url('/fonts/SourceSansPro/SourceSansPro-Bold-webfont.ttf') format('truetype'),
	url('/fonts/SourceSansPro/SourceSansPro-Bold-webfont.svg#source_sans_probold') format('svg');
	font-weight: 700;
	font-style: normal;

}
@font-face {
	font-family: 'Droid Sans Mono';
	src: url('/fonts/DroidSans/DroidSansMono-webfont.eot');
	src: url('/fonts/DroidSans/DroidSansMono-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/DroidSans/DroidSansMono-webfont.woff') format('woff'),
	url('/fonts/DroidSans/DroidSansMono-webfont.ttf') format('truetype'),
	url('/fonts/DroidSans/DroidSansMono-webfont.svg#droid_sans_monoregular') format('svg');
	font-weight: normal;
	font-style: normal;

}
/*Page Containers and Modifiers*/

#pagecontainer {
	min-height: 100%;
	/*position: relative;*/
	width:100%;
	min-width: 1000px;
}
#mainheader {
	position: fixed;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 108px;
	background-color: #2A2A2A;
	transition: height 250ms ease-in-out;
	z-index: 100;
}
#mainheader.tiny {
	height: 54px;
}
a, a:visited {
	/*color: #D19700;*/
	text-decoration: none;
	transition: color 150ms, background-color 150ms, border 200ms ease-in-out;
}
a:hover, a:active {
	/*color: #A37600;*/
	text-decoration: none;
}
.clear {
	clear: both;
	display: block;
	content: "";
}

/*Header/Nav Set Up*/

.mainnav {
	width: 960px;
	color: #FFFFFF;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	font-size: 14px;
	margin: 27px auto 0 auto;
	transition: all 250ms ease-in-out;
}
.mainnav div {
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
}
.mainnav.tiny {
	margin-top: 0;
}
.mainnavcontainer {
	width: 960px;
	height: 54px;
	margin: 0px auto 0px auto;
}
.mainnavlogocontainer {
	float: left;
	width: 164px;
	height: 54px;
	margin: 0px 20px 0px 8px;
}
#mainnavlogo {
	background: url('/images/mainnavlogo.png') 0 0;
	display: block;
	float: left;
	width: 164px;
	height: 54px;
}
/*#mainnavlogo:hover {
	background: url('/mainnavlogo.png') 0 -54px;
	width: 164px;
	height: 54px;
}*/

/*Navigation Drop Down Menus*/

#naventrycontainer{
	float: left;
	width: auto;
	height: 54px;
}
#naventries:before, #naventries:after {
	content: "";
}
#naventries:after {
	clear: both;
}
#naventries {
	padding: 0px;
	line-height: 23px;
}
#naventrycontainer, #naventrycontainer ul {
	list-style: none;
}
#naventries li {
	float: left;
	text-decoration: none;
	position: relative;
	margin: 0px 18px;
}
#naventries a {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
}
#naventries ul a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: inherit;
}
#naventries li:hover > a {
	color: #FFCA00;
}
#naventries li .dropmenu:before {
	display: block;
	float: left;
	left: 0;
	content: "icon";
	text-indent: -1000em;
	width: 9px;
	height: 20px;
	background: transparent url('/images/navdownarrow.png') 0px 10px no-repeat;
}
/* Change color of drop-down arrow on hover

#naventries li .dropmenu:hover:before {
    display: block;
    float: left;
    left: 0;
    width: 100%;
    content: "icon";
    text-indent: -1000em;
    width: 9px;
    height: 20px;
    background: transparent url('/images/navdownarrow_over.png') 0px 10px no-repeat;
}

*/
#naventries ul {
	margin: 12px 0 0 0;
	padding: 6px 0px 10px 5px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 28px;
	left: -12px;
	z-index: 20;
	background: #414141;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 3px;
	transition: all .15s ease-in-out;
}
#naventries ul:before {
	display: block;
	position: absolute;
	top: -8px;
	left: 2px;
	content: "uparrow";
	text-indent: -1000em;
	width: 180px;
	height: 8px;
	background: transparent url('/images/navarrow.png') 0px 0px no-repeat;
}
#naventries .naventryhead {
	color: #999999;
	font-size: 12px;
	margin: 4px 0px 0px 10px;
}
#naventries li:hover > ul, #naventries li.hover_effect > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.hover {
	-webkit-user-select: none;
	-weblkit-touch-callout: none;
}
#naventries ul li {
	float: none;
	display: block;
	border: 0;
	margin: 0px 8px;
}
#naventries ul a {
	padding: 1px;
	width: 180px;
	font-size: 14px;

	display: block;
	float: none;
}
#naventries ul a:hover {
	color: #FFCA00;
}
#mainnavsignin {
	width: 186px;
	height: 54px;
	float: right;
	margin: 8px 0 0 0;
}
#mainnavsignin .login38 {
	float: left;
	width: 80px;
	height: 38px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 400;
	line-height: 37px;
	text-decoration: none;
}
#mainnavsignin .login38:hover {
	color: #FFCA00;
}
#mainnavsignin .login38:active {
	color: #FFCA00;
}
#mainnavsignin .signup38 {
	float: left;
	width: 94px;
	height: 38px;
	background-color: #FFCA00;
	text-align: center;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 400;
	line-height: 37px;
	color: #2A2A2A;
	text-decoration: none;
}
/* Change color of Sign Up button on hover

#mainnavsignin .signup38:hover {
    background-color: #FFE98C;
}

*/
#mainheaderbuffer {
	height: 108px;
	background-color: #2A2A2A;
}

/*Footer*/

#mainfooter {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-width: 960px;
	color: #FFFFFF;
	background: #2A2A2A;
}
#mainfooter div {
	font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
}
#mainfooter li {
	padding:0;
}
#mainfooter .linkslistheader {
	padding-bottom:14px;
}
#mainfooter #mainfootertopcontainer div {
	color: white;
}
#mainfootertop {
	width: 100%;
	height: 60px;
	background-color: #3E3E3E;
}
#mainfootertopcontainer {
	width: 960px;
	height: 60px;
	margin: 0px auto;
	padding: 13px 0 0 0;
}
.followbutton {
	width: 34px;
	height: 34px;
	line-height: 20em;
	display: block;
	float: left;
	margin: 0px 4px 0px 0px;
}
#footertopleft {
	width: 300px;
	float: left;
}
#footerfollowtext {
	float: left;
	font-weight: 600;
	padding-left: 8px;
	margin-top: 15px;
	line-height: 50%;
}
#follow_facebook {
	background: url('/images/followbuttons.png') 0px 0px;
}
#follow_facebook:hover {
	background: url('/images/followbuttons.png') 0 -34px;
}
#follow_twitter {
	background: url('/images/followbuttons.png') -34px 0px;
}
#follow_twitter:hover {
	background: url('/images/followbuttons.png') -34px -34px;
}
#follow_plus {
	background: url('/images/followbuttons.png') -68px 0px;
}
#follow_plus:hover {
	background: url('/images/followbuttons.png') -68px -34px;
}
#follow_linkedin {
	background: url('/images/followbuttons.png') -102px 0px;
}
#follow_linkedin:hover {
	background: url('/images/followbuttons.png') -102px -34px;
}
#mainfooterbottom {
	width: 100%;
}
#mainfooterlinkscontainer {
	width: 960px;
	margin: 0px auto;
	padding-top: 28px;
}
#mainfooterlinkscontainer:after {
	content: "";
	display: block;
	clear: both;
}
#mainfooterlinkscontainer div {
	float: left;
}
#linkscolumn1 {
	width: 165px;
	margin-left: 0px;
}
#linkscolumn1 #copyright {
	font-size: 12px;
	color: #999999;
	font-weight: 600;
	float: left;
}
#linkscolumn1 a, #linkscolumn1 a:visited, #linkscolumn1 a:active {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	font-size: 14px;
	font-weight: 600;
}
#linkscolumn1 a:hover {
	color: #FFCA00;
}
.linkscolumn {
	width: 75px;
	margin-left: 55px;
}
div #linkscolumn6 {
	width: 100px;
	float:right;
}
.linkslist1 {
	list-style: none;
	margin: 4px 0;
	padding: 0px;
}
.linkslist1 li a, .linkslist1 li a:visited, .linkslist1 li a:active {
	color: #FFFFFF;
	font-weight: 600;
	text-decoration: none;
}
.linkslist1 li a:hover {
	color: #FFCA00;
}
.linkslistheader {
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 14px;
	line-height: 12px;
}
/*.linkslist1 .linkslistheader a, a:visited, a:active, a:hover {
    font-weight: normal;
    color: #FFCA00;
}*/
.linkslist1 .linkslistheader a, .linkslist1 .linkslistheader a:visited, .linkslist1 .linkslistheader a:active, .linkslist1 .linkslistheader a:hover {
	font-weight: normal;
	color: #FFCA00;
}
#footerlogo {
	background: url('/images/mainnavlogo.png') 0 -10px;
	display: block;
	float: left;
	width: 164px;
	height: 32px;
}
/*#footerlogo:hover {
    background: url('/images/mainnavlogo.png') 0 -64px;
    width: 164px;
    height: 32px;
}*/
#footertopright{
	float: right;
	width: 480px;
	text-align: right;
}
#footerlangcontainer {
	float: right;
}
#footerlangtext {
	float: left;
	padding-right: 12px;
	line-height: 34px;
	font-weight: 600;
	height: 34px;
}
#langselect {
	float: right;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	text-transform: uppercase;
	text-align: left;
	width: 200px;
	height: 34px;
	line-height: 34px;
	padding: 0px 14px 0px 10px;
	color: #FFFFFF;
	background-color: #666666;
	border-radius: 3px;
}
#langselect:hover, #langselect:active {
	background-color: #999999;
}
#languparrow {
	display: block;
	float: right;
	margin-top: 5px;
	width: 4px;
	height: 13px;
	background: transparent url('/images/navdownarrow.png') bottom no-repeat;
}

/*Body*/

#mainbody {
	padding-bottom: 250px;
	margin-top: 70px;
	height: 100%;
}
/*#mainbody div{*/
	/*font-family: 'Source Sans Pro', 'Helvetica', sans-serif;*/
	/*color:black;*/
/*}*/
.sectioncontainer_Bbot {
	width: 100%;
	margin: 0px;
	color: #2A2A2A;
	clear: both;
	background-color: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
}
.sectioncontainer_Btop {
	width: 100%;
	margin: 0px;
	color: #2A2A2A;
	clear: both;
	background-color: #FFFFFF;
	border-top: 1px solid #DDDDDD;
}
.sectioncontainerBboth {
	width: 100%;
	margin: 0px;
	color: #2A2A2A;
	clear: both;
	background-color: #FFFFFF;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.sectioncontainer_Bnone {
	width: 100%;
	min-width: 1000px;
	margin: 0px;
	color: #2A2A2A;
	background-color: #FFFFFF;
	border: none;
}
.sectioncontainer_Bnone:after {
	content: "";
	display: block;
	clear: both;
}


/*Global Text Formatting & Buttons*/

.header1 {
	max-width: 680px;
	text-align: center;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	padding-bottom: 6px;
	color: #FFBF00;
	margin: 0px auto;
}
.header2 {
	max-width: 680px;
	text-align: center;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	padding-bottom: 6px;
	color: #2A2A2A;
	margin: 0px auto;
}
.header3 {
	max-width: 780px;
	text-align: center;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	padding-bottom: 6px;
	color: #2A2A2A;
	margin: 24px auto 20px auto;
}
.header4_b {
	max-width: 780px;
	text-align: center;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	text-transform: uppercase;
	font-size: 34px;
	font-weight: 300;
	line-height: 120%;
	padding-bottom: 6px;
	color: #2A2A2A;
	margin: 32px auto 20px auto;
}
.header5 {
	max-width: 960px;
	text-align: center;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 300;
	line-height: 120%;
	padding-bottom: 6px;
	color: #2A2A2A;
	margin: 32px auto 20px auto;
}
.header_services1 {
	max-width: 780px;
	text-align: center;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	text-transform: uppercase;
	font-size: 34px;
	font-weight: 300;
	color: #F1BA00;
	margin: 10px auto 4px auto;
}
.header_services2 {
	text-align: center;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 300;
	color: #2A2A2A;
	margin: 10px auto 4px auto;
}
.bodycentered16 {
	max-width: 680px;
	text-align: center;
	font-size: 16px;
	color: inherit;
	margin: 0px auto 32px auto;
}
.bodycentered20 {
	max-width: 780px;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	color: inherit;
	margin: 0px auto 32px auto;
}
.buttonyellow:link, .buttonyellow:visited, .buttonyellow:active {
	display: inline-block;
	height: 38px;
	color: #2A2A2A;
	background-color: #FFCA00;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	text-transform: uppercase;
	text-align: center;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 400;
	line-height: 37px;
	padding: 0px 14px 0px 14px;
	text-decoration: none;
}
.buttonyellow:hover {
	background-color: #FFCA00;
}
.buttonwhite:link, .buttonwhite:visited, .buttonwhite:active {
	display: inline-block;
	height: 38px;
	color: #2A2A2A;
	background-color: #FFFFFF;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	text-transform: uppercase;
	text-align: center;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 400;
	line-height: 37px;
	padding: 0px 14px 0px 14px;
	text-decoration: none;
}
.buttonwhite:hover {
	color: #999999;
}

/*Front Page*/

#frontpage_hero {
	width: 100%;
	height: 500px;
	margin: 0px auto 0px auto;
	background-color: #222222;
	text-align: center;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: 300;
}
#frontpage_s1 {
	/* height: 380px; */
}
#frontpage_s2 {
	/* height: 380px; */
}
#frontpage_s3 {
	background: #FFCA00;

}
#frontpage_s4 {
	background-color: #fff;
	text-align: center;
	padding: 52px 0 0px 0;
}
#frontpage_s4 .buttonyellow {
	display: block;
	width: 161px;
	margin: 44px auto 0px auto;
}
#frontpage_img1 {
	width: 680px;
	height: 25px;
	margin: 10px auto 0px auto;
}
#frontpage_img2 {
	width: 680px;
	height: 230px;
	margin: 10px auto 0px auto;
	background: url('/images/frontpageimg2.png') center no-repeat;
}
#frontpage_img2 a {
	display: block;
	float: left;
	width: 136px;
	height: 230px;
}
#fpeventscontainer:after {
	clear: both;
}
#fpeventscontainer .header2 {
	margin: 20px 0px 12px 0px;
}
#fpeventsleft {
	display: block;
	float: left;
	width: 50%;
	min-width: 460px;
	background: #FFCA00;
}
#fpeventsright {
	display: block;
	float: right;
	width: 50%;
	min-width: 460px;
	background: #3E3E3E;
	color: #FFFFFF;
}
#fpeventsright:after {
	clear: both;
	content: "";
	display: block;
}
#fpeventsleft:after {
	clear: both;
	content: "";
	display: block;
}
#fp_upcoming {
	display: block;
	text-align: center;
	float: right;
	width: 480px;
}
#fp_upcoming .buttonwhite {
	margin: 0px 0px 24px 0;
}
#fp_upcoming ul {
	list-style: none;
	width: 400px;
	height:187px;
	padding: 0px 0px 30px 0px;
	margin: 0px auto;
}
#fp_upcoming ul li {
	text-align: left;
	width: 400px;
	margin: 0px;
}
#fp_upcoming .fp_upcomingentry {
	display: block;
	color: #2A2A2A;
	padding: 10px 10px 10px 0px;
	background-color: #FFCA00;
	border-radius: 3px;
	border-bottom: 1px solid #EABB00;
}
#fp_upcoming ul li a:hover, #fp_upcoming ul li a:active {
	background-color: #FFE98C;
	border-bottom: 1px solid #FFCA00;
}
#fp_upcoming ul .fp_noline {
	border-bottom: 1px solid #FFCA00;
}
.fp_upcomingdate {
	font-size: 14px;
	font-weight: 600;
}
.fp_upcomingeventname {
	font-size: 18px;
	font-weight: 600;
}
.fp_futuregdate {
	font-size: 14px;
	font-weight: 600;
}
.fp_futureeventname {
	font-size: 18px;
	font-weight: 600;
}
.fp_eventicon1 {
	display: block;
	float: left;
	width: 34px;
	height: 42px;
	margin: 0px 24px 0px 10px;
	background: transparent url('/images/eventicon1.png') no-repeat;
}
#fp_future {
	display: block;
	float: left;
	text-align: center;
	width: 480px;
}
#fp_future ul {
	list-style: none;
	width: 400px;
	height: 187px;
	padding: 0px 0px 30px 0px;
	margin: 0px auto;
}
#fp_future ul li {
	text-align: left;
	width: 400px;
	margin: 0px;
}
#fp_future .fp_futureentry {
	display: block;
	color: #FFFFFF;
	padding: 10px 10px 10px 0px;
	background-color: #3E3E3E;
	border-radius: 3px;
	border-bottom: 1px solid #525252;
}
#fp_future ul li a:hover, #fp_future ul li a:active {
	background-color: #555555;
	border-bottom: 1px solid #3E3E3E;
}
#fp_future ul .fp_noline {
	border-bottom: 1px solid #3E3E3E;
}
#fp_future .buttonyellow {
	margin: 0px 0px 24px 0;
}
.emptycell {
	visibility: hidden;
}
#fp_future .header2 {
	color: #FFFFFF;
}

/*Main Products Page*/

#mainprodcontainer {
	display: block;
	width: 100%;
	min-width: 960px;
}
#mainprodcontainer:after {
	content: "";
	display: block;
	clear: both;
}
#mainprodcontainer ul {
	width: 100%;
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#mainprodcontainer ul li {
	float: left;
	width: 20%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	transition: background-color 100ms ease-in-out;
}
#mainprodcontainer ul a {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0px auto 0px auto;
	height: 500px;
	text-align: center;
}
.mainprodlogo {
	display: block;
	max-width: 192px;
	height: 272px;
	margin: 0px auto 30px auto;
	padding: 0px;
}
#mainprodcell_pwpro  {
	background: #EEEEEE url('/images/pwprobg.png') center;
}
#mainprodcell_pwpro:hover  {
	background-color: #D6D6D6;
}
#mainprodcell_mobiamo {
	background: #FF0000 url('/images/mobiamobg.png') center;
}
#mainprodcell_mobiamo:hover {
	background-color: #E80000;
}
#mainprodcell_pwlocal {
	background: #555555 url('/images/pwlocalbg.png') center;
}
#mainprodcell_pwlocal:hover {
	background-color: #3D3C3C;
}
#mainprodcell_sp {
	background: #F7CD02 url('/images/spbg.png') center;
}
#mainprodcell_sp:hover {
	background-color: #E0BA00;
}
#mainprodcell_mint {
	background-color: #F9FBDD;
}
#mainprodcell_mint:hover {
	background-color: #E2E3C5;
}
#mainprodcell_pwpro .mainprodlogo {
	background: transparent url('/images/mainprodlogos.png') 0 80px no-repeat;
	animation: fadein 0.4s;
	-moz-animation: fadein 0.4s;
	-webkit-animation: fadein 0.4s;
	-o-animation: fadein 0.4s;
}
#mainprodcell_mobiamo .mainprodlogo {
	background: transparent url('/images/mainprodlogos.png') -192px 80px no-repeat;
	animation: fadein 0.7s;
	-moz-animation: fadein 0.7s;
	-webkit-animation: fadein 0.7s;
	-o-animation: fadein 0.7s;
}
#mainprodcell_pwlocal .mainprodlogo {
	background: transparent url('/images/mainprodlogos.png') -395px 80px no-repeat;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
#mainprodcell_sp .mainprodlogo {
	background: transparent url('/images/mainprodlogos.png') -576px 80px no-repeat;
	animation: fadein 1.3s;
	-moz-animation: fadein 1.3s;
	-webkit-animation: fadein 1.3s;
	-o-animation: fadein 1.3s;
}
#mainprodcell_mint .mainprodlogo {
	background: transparent url('/images/mainprodlogos.png') -768px 80px no-repeat;
	animation: fadein 1.6s;
	-moz-animation: fadein 1.6s;
	-webkit-animation: fadein 1.6s;
	-o-animation: fadein 1.6s;
}
.mainprodhead_b {
	display: block;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	color: #2A2A2A;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 300;
}
.mainprodhead_w {
	display: block;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 300;
}
.mainproddesc_b {
	display: block;
	font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
	color: #2A2A2A;
	font-size: 20px;
	padding: 0px 4%;
}
.mainproddesc_w {
	display: block;
	font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
	color: #FFFFFF;
	font-size: 20px;
	padding: 0px 4%;

}

/*------------------------- Product Page - Additional Products Selector */

.addprodcontainer {
	/*max-width: 960px;*/
	max-width: 800px;
	margin: 0 auto;
}
.addprodcontainer:after {
	content: "";
	display: block;
	clear: both;
}
.addprodcontainer ul {
	list-style: none;

}
.addprodcontainer ul:after {
	content: "";
	display: block;
	clear: both;
}
.addprodcontainer #addprodlogorow li {
	float: left;
	width: 150px;
	height: 120px;
	text-align:center;
}
.addprodcontainer #addproddescrow li {
	float: left;
	width: 150px;
	text-align:center;
	font-size: 16px;
}
.addprodlogo {
	display: block;
	width: 120px;
	height: 120px;
	margin: 0px auto;
}
#addprodcell_1 .addprodlogo {
	background: transparent url('/images/addprodlogos.png') 0 0 no-repeat;
}
#addprodcell_2 .addprodlogo {
	background: transparent url('/images/addprodlogos.png') -120px 0 no-repeat;
}
#addprodcell_3 .addprodlogo {
	background: transparent url('/images/addprodlogos.png') -240px 0 no-repeat;
}
#addprodcell_4 .addprodlogo {
	background: transparent url('/images/addprodlogos.png') -360px 0 no-repeat;
}
#addprodcell_5 .addprodlogo {
	background: transparent url('/images/addprodlogos.png') -480px 0 no-repeat;
}

/*------------------------- Product Page - Services Section */

#prodservicescontainer {
	width: 960px;
	margin: 0px auto;
}
.prodservicestop {
	margin: 0px auto 40px auto;
}
.prodservicestop:after {
	content: "";
	clear: both;
	display: block;
}
.prodservicestopc1, .prodservicestopc2 {
	font-size: 20px;
	font-weight: 300;
	display: block;
	float: left;
	margin: 0px 20px 0px 20px;
	max-width: 440px;
}
#prodservicesbot1 {
	max-width: 960px;
}
#prodservicesbot1:after {
	display: block;
	content: "";
	clear: both;
}
#prodservicesbot2 {
	max-width: 960px;
	margin-bottom: 20px;
}
#prodservicesbot2:after {
	display: block;
	content: "";
	clear: both;
}
.prodservicesbotc1, .prodservicesbotc2, .prodservicesbotc3 {
	float: left;
	text-align: center;
	width: 33.333333%;
	padding: 0 0px 30px 0px;
}
.prodservicesimgbot {
	display: block;
	width: 140px;
	height: 140px;
	margin: 0px auto;
}
#prodservicesimg1 {
	display: block;
	width: 440px;
	height: 180px;
	background: transparent url('/images/prodservices1.png') 0 0 no-repeat;
}
#prodservicesimg2 {
	display: block;
	width: 440px;
	height: 180px;
	background: transparent url('/images/prodservices1.png') 0 -180px no-repeat;
}
#prodservicesimg3 {
	background: transparent url('/images/prodservices2.png') 0 0 no-repeat;
}
#prodservicesimg4 {
	background: transparent url('/images/prodservices2.png') -140px 0 no-repeat;
}
#prodservicesimg5 {
	background: transparent url('/images/prodservices2.png') -280px 0 no-repeat;
}
#prodservicesimg6 {
	background: transparent url('/images/prodservices2.png') 0 -140px no-repeat;
}
#prodservicesimg7 {
	background: transparent url('/images/prodservices2.png') -140px -140px no-repeat;
}
#prodservicesimg8 {
	background: transparent url('/images/prodservices2.png') -280px -140px no-repeat;
}

/*Product Pages*/

/*------------------------- Global Product Page Formatting */

.prodheader364 {
	display: block;
	min-width: 100%;
	height: 365px;
	text-align: center;
}
.prodheader420 {
	display: block;
	min-width: 100%;
	height: 430px;
	text-align: center;
}
.prodheader220 {
	display: block;
	min-width: 100%;
	height: 220px;
	text-align: center;
}
.prodgoback_b {
	display: block;
	width: 960px;
	margin: 0px auto;
	padding: 18px 0px 0px 0px;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	font-size: 12px;
	z-index: 1;
	text-transform: uppercase;
	text-align: left;
}
.prodgoback_b a, .prodgoback_b a:visited {
	color: #2A2A2A;
}
.prodgoback_b a:hover {
	color: #666666;
}
.prodgoback_b a:before, .prodgoback_b a:visited:before {
	display: block;
	position: relative;
	float: left;
	left: 0;
	top: 3px;
	content: "icon";
	text-indent: -1000em;
	width: 10px;
	height: 12px;
	background: transparent url('/images/mainprodbackarrow.png') 0px 0px no-repeat;
}
.prodgoback_b a:hover:before {
	background: transparent url('/images/mainprodbackarrow.png') -10px 0px no-repeat;
}
.prodgoback_w {
	display: block;
	width: 960px;
	margin: 0px auto;
	padding: 18px 0px 0px 0px;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	font-size: 12px;
	z-index: 1;
	text-transform: uppercase;
	text-align: left;
}
.prodgoback_w a, .prodgoback_w a:visited {
	color: #FFFFFF;
}
.prodgoback_w a:hover {
	color: #FFCA00;
}
.prodgoback_w a:before, .prodgoback_w a:visited:before {
	display: block;
	position: relative;
	float: left;
	left: 0;
	top: 3px;
	content: "icon";
	z-index: 1;
	text-indent: -1000em;
	width: 10px;
	height: 12px;
	background: transparent url('/images/mainprodbackarrow.png') 0px -12px no-repeat;
}
.prodgoback_w a:hover:before {
	background: transparent url('/images/mainprodbackarrow.png') -10px -12px no-repeat;
}
.prodtagline_b {
	display: block;
	max-width: 780px;
	margin: 12px auto 0px auto;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
}
.prodtagline_w {
	display: block;
	max-width: 780px;
	margin: 12px auto 0px auto;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	color: #FFFFFF;
}

/*------------------------- Mint Coming Soon Page */

#mintbg {
	display: block;
	background: #F9FCDC;
	min-height: 100%;
	margin: auto;
}
.mint_tagline {
	margin-top: 38px;
	color: #2d2d2d;
	font-size: 30px;
}
#mintbox {
	display: block;
	max-width: 780px;
	margin: 100px auto 50px auto;
	background: #FFFFFF;
	border-radius: 4px;
	text-align: center;
	box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.05);
	padding-bottom: 50px;
}
#mintbox input[type=email] {
	display: block;
	border: 1px solid #999999;
	border-radius: 3px;
	font-size: 18px;
	font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
	padding: 8px;
	margin: 20px auto 20px auto;
	width: 240px;
	font-weight: 300;
}
.mint_btn {
	cursor: pointer;
	border-radius: 2px;
	font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #97d752;
	border: 0;
	box-shadow: 0px 3px 0px 0px rgba(132, 194, 65, 100);
	padding: 8px 15px 4px 15px;
	margin-left: 10px;
}
.mint_btn:hover {
	background: #ADE96D;
}
.mint_btn:focus {
	outline: none;
}
.mintboxtext_uns {
	position: relative;
	display: block;
	width: 600px;
	margin: 20px auto 0px auto;
	font-size: 20px;
	font-weight: 300;
}
.mint_uns {
	height: 400px!important;
}
#mintbox .buttonyellow {
	margin: 0px auto 0px auto;
}
.updates_container {
	background: linear-gradient( #d2deb9, #d8e3ce);
}
.prodbody_mint {
	width: 960px;
	margin: 0 auto;
	height: 440px;
	color: #3d3d3d;
}
.prodbody_mint .img_container {
	float: left;
	margin: 60px 0 50px 50px;
}
.prodbody_mint .text_container {
	float: left;
	width: 505px;
	margin: 20px 0 0 110px;
}
.prodbody_mint .right {
	margin: 20px 0 0 0px;
	text-align: right;
}
.prodbody_mint h1 {
	font-size: 50px;
	padding-top: 60px;
	margin: 0;
}
.prodbody_mint p {
	font-size: 26px;
	padding: 0;
	margin: 0;
}
.prodbotline {
	width: 960px;
	height: 4px;
	clear: both;
	background: url('/images/stripe.png') no-repeat;
}
.prodbody_mint:after {
	clear: both;
	content: "";
	display: block;
}
.mint_card {
	width: 245px;
	height: 325px;
	background: url('/images/mint_card.png') no-repeat;
}
.mint_widget {
	width: 390px;
	height: 333px;
	background: url('/images/mint_widget.png') no-repeat;
}
.comingsoonbadge {
	display: inline-block;
	width: 92px;
	height: 92px;
	margin: -51px auto 0px auto;
	background: transparent url('/images/comingsoon.png') 0px 0px no-repeat;
}
.prodbody_mint .mint_sticker {
	width: 374px;
	height: 295px;
	background: url('/images/mint_sticker.png') no-repeat;
	margin-left: 0px;
}
.mint_distributor .text_container {
	margin-left: 30px;
	width: 530px;
}
.updates {
	text-align: center;
}
.updates h1 {
	font-size: 36px;
}
.mint_form_container {
	width: 960px;
	color: #3d3d3d;
	font-size: 16px;
	margin-top: 100px;
}
#prodbg_mint {
	height: 464px;
	background: #d8e3ce;
	background: linear-gradient( #d2deb9, #d8e3ce);
}
.selected_customer {
	padding: 8px 0px 8px 0px;
	background: #fff;
	margin: 0 10px;
	display: inline-block;
	width: 117px;
	text-indent: 10px;
	text-align: left;
}
.mint_form_container input {
	width: 200px;
	height: 30px;
	text-indent: 15px;
	border: 1px solid #fff;
}
.mint_dropdown {
	position: absolute;
	width: 117px;
	margin-left: 289px;
}
.mint_dropdown a {
	display: block;
	background: #f7f7f7;
	border-bottom: 1px solid #d7d7d7;
	color: #000;
	height: 36px;
	line-height: 36px;
	text-align: left;
	padding-left: 10px;
}
.mint_dropdown a:hover {
	background: #fff;
}
.hide {
	display: none;
}
.unhide {
	display: block;
}

/*------------------------- Additional Products Page */

#addprodheader {
	background: #FFCA00;
}
#addprodheader .header5 {
	margin: 40px auto;
}
.proddesctext {
	display: block;
	max-width: 680px;
	margin: 0px auto 20px auto;
	font-size: 16px;
	text-align: center;
}
.addprod_lrcontainer {
	width: 960px;
	padding: 60px 0px 60px 0px;
	margin: 0px auto 0px auto;
}
.addprod_lrcontainer:after {
	content: "";
	display: block;
	clear: both;
}
.addprodtext_l {
	text-align: left;
	float: left;
	width: 65.625%;
	margin: 0px;
	padding: 0px 160px 0px 20px;
}
.addprodtext_r {
	float: left;
	text-align: right;
	width: 65.625%;
	margin: 0px;
	padding: 0px 20px 0px 160px;
}
.addprodsubheader {
	font-size: 20px;
}
.addprodlogo_lr {
	float: left;
	width: 150px;
	height: 150px;
	background: #CCCCCC;
}

/*------------------------- Products Asset Formatting */

#prodbg_pwpro {
	background: #E5E5E5 url('/images/pwprobg.png');
	background: url('/images/pwprobg.png'), radial-gradient(ellipse 512px 512px, #FFFFFF, #E5E5E5);
}
#prodbg_mobiamo {
	background: #E5E5E5 url('/images/mobiamobg.png');
}
#prodbg_pwlocal {
	background: #555555 url('/images/pwlocalbg.png');
}
#prodbg_spiderpipe {
	background: #F7CD02 url('/images/spbg.png');
}
#logobig_pwpro {
	width: 320px;
	height: 244px;
	background: transparent url('/images/mainprodlogosbig.png') 0px 0px no-repeat;
}
#logobig_mobiamo {
	width: 320px;
	height: 244px;
	background: transparent url('/images/mainprodlogosbig.png') -320px 0px no-repeat;
}
#logobig_pwlocal {
	width: 330px;
	height: 244px;
	margin: 10px auto 0px auto;
	background: transparent url('/images/mainprodlogosbig.png') -320px -302px no-repeat;
}
#logobig_spiderpipe {
	width: 250px;
	height: 306px;
	margin: 0px auto 0px auto;
	background: transparent url('/images/mainprodlogosbig.png') -660px 0px no-repeat;
}
#logobig_mint {
	width: 241px;
	height: 254px;
	margin: 0px auto 0px auto;
	background: transparent url('/images/mint_logo.png') no-repeat;
}
#logobig_offerwall {
	width: 380px;
	height: 58px;
	margin: 60px auto 20px auto;
	background: transparent url('/images/mainprodlogosbig.png') 0px -606px no-repeat;
}
/*.prodshowcase1 #pwproicon1 {
    background: transparent url('/images/prodservices3.png') 0 0 no-repeat;
}
.prodshowcase1 #pwproicon2 {
    background: transparent url('/images/prodservices3.png') -120px 0 no-repeat;
}
.prodshowcase1 #pwproicon3 {
    background: transparent url('/images/prodservices3.png') -240px 0 no-repeat;
}
.prodshowcase1 #pwproicon1 {
	background: transparent url('/images/prodservices3.png') -120px 0 no-repeat;
}
.prodshowcase1 #pwproicon2 {
	background: transparent url('/images/prodservices3.png') -360px 0 no-repeat;
}
.prodshowcase1 #pwproicon3 {
	background: transparent url('/images/prodservices3.png') -240px 0 no-repeat;
}
.prodshowcase1 #pwproicon4 {
	background: transparent url('/images/prodservices3.png') 0 0 no-repeat;
}
.prodshowcase1 #mobiamoicon1 {
	background: transparent url('/images/prodservices3.png') 0 -120px no-repeat;
}
.prodshowcase1 #mobiamoicon2 {
	background: transparent url('/images/prodservices3.png') -120px -120px no-repeat;
}
.prodshowcase1 #mobiamoicon3 {
	background: transparent url('/images/prodservices3.png') -240px -120px no-repeat;
}
.prodshowcase1 #pwlocalicon1 {
	background: transparent url('/images/prodservices3.png') 0 -240px no-repeat;
}
.prodshowcase1 #pwlocalicon2 {
	background: transparent url('/images/prodservices3.png') -120px -240px no-repeat;
}
.prodshowcase1 #pwlocalicon3 {
	background: transparent url('/images/prodservices3.png') -240px -240px no-repeat;
}
.prodshowcase2 #offerwallicon1 {
	background: transparent url('/images/prodservices3.png') 0 -360px no-repeat;
}
.prodshowcase2 #offerwallicon2 {
	background: transparent url('/images/prodservices3.png') -120px -360px no-repeat;
}
.prodshowcase2 #offerwallicon3 {
	background: transparent url('/images/prodservices3.png') -240px -360px no-repeat;
}*/
#logosmall_pwpro {
	background: transparent url('/images/mainprodlogossmall.png') 0 0 no-repeat;
}
#logosmall_mobiamo {
	background: transparent url('/images/mainprodlogossmall.png') 0 -80px no-repeat;
}
#logosmall_pwlocal {
	background: transparent url('/images/mainprodlogossmall.png') 0 -160px no-repeat;
}
#logosmall_spiderpipe {
	background: transparent url('/images/mainprodlogossmall.png') 0 -240px no-repeat;
}
.prodlogo {
	display: block;
	margin: 4px auto 0px auto;
}
.prodshowcase1 {
	display: block;
	max-width: 960px;
	margin: 0px auto 32px auto;
}
.prodshowcase2 {
	display: block;
	max-width: 860px;
	margin: 0px auto 32px auto;
}
.prodshowcase2:after {
	content: "";
	display: block;
	clear: both;
}
.prodshowcase2 ul:after {
	content: "";
	display: block;
	clear: both;
}
#offerwallicons {
	display: block;
	max-width: 860px;
	margin: 0px auto 32px auto;
	font-size: 14px;
}
.prodbottom {
	font-size: 22px;
	font-weight: 300;
	text-align: center;
}
.prodshowcase1 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.prodshowcase1 ul li {
	text-align: center;
	font-size: 16px;
	width: 33%;
	float: left;
}
#prodshowpwpro ul li {
	text-align: center;
	font-size: 16px;
	width: 25%;
	float: left;
}
.prodshowcase1 ul li div {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0px auto;
}
#quick-icon {
	fill: #e7282d;
}
#protection-icon {
	fill: #e7282d;
}
#support-icon {
	fill: #e7282d;
}
#pwlocalicon3 #support-icon {
	fill: #555555;
}
#pwlocalicon2 #optimization-icon {
	fill: #555555;
}
#pwlocalicon1 #global-icon {
	fill: #555555;
}
#mobiamoicon3 #support-icon {
	fill: #2a2a2a;
}
#mobiamoicon2 #optimization-icon {
	fill: #2a2a2a;
}
#mobiamoicon1 #global-icon {
	fill: #2a2a2a;
}
#billing-icon {
	fill: #e7282d;
}
#optimization-icon {
	fill: #e7282d;
}
#global-icon {
	fill: #e7282d;
}
.prodshowcase1:after {
	content: "";
	display: block;
	clear: both;
}
.prodshowcase1 ul:after {
	content: "";
	display: block;
	clear: both;
}
.prodshowcase1 ul li span {
	display: block;
	margin: 16px 0px 4px 0px;
}
.prodshowcase2 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.prodshowcase2 ul li {
	text-align: center;
	font-size: 14px;
	width: 33.333333%;
	float: left;
}
.prodshowcase2 ul li:first-child {
	margin-left: 0px;
}
.prodshowcase2 ul li div {
	width: 120px;
	height: 120px;
	display: block;
	margin: 0px auto;
}
.prodshowcase2 ul li span {
	display: block;
	margin: 0px 0px 4px 0px;
}
.mainprodlogossmall {
	display: block;
	width: 60px;
	height: 80px;
	margin: 32px auto 2px auto;
}
#spbodytext {
	margin-top: 32px;
}
#prodsignupnow {
	margin: 22px 0px 20px 0px;
	padding: 0 24px;
}
.prodhiwcontainer {
	display: block;
	max-width: 960px;
	margin: 0px auto;
}
.prodhiw_left {
	display: block;
	float: left;
}
.prodhiw_center {
	display: block;
	float: left;
	text-align: center;
	width: 680px;
	height: 400px;
	margin: 0px auto;
	background: #CCCCCC;
}
.prodhiw_right {
	display: block;
	float: right;
}
.prodhiw_desc {
	display: block;
	clear: left;
	text-align: center;
	margin: 0px auto 40px auto;
}
.prodhiw_desc .header_services2 {
	display: block;
	text-align: center;
	margin: 0px auto;
	padding-top: 20px;
}
.prodhiw_prev {
	position: relative;
	display: block;
	width: 140px;
	height: 400px;
}
.prodhiw_fwd {
	position: relative;
	display: block;
	width: 140px;
	height: 400px;
}
.hiwarrow_l {
	position: absolute;
	display: block;
	width: 20px;
	height: 38px;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: -19px;
	background: transparent url('/images/hiwarrows.png') 0 0 no-repeat;
}
.hiwarrow_r {
	position: absolute;
	display: block;
	width: 20px;
	height: 38px;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-right: -19px;
	background: transparent url('/images/hiwarrows.png') -20px 0 no-repeat;
}
.hiwarrow_l_d {
	position: absolute;
	display: block;
	width: 20px;
	height: 38px;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: -19px;
	background: transparent url('/images/hiwarrows.png') -40px 0 no-repeat;
}
.hiwarrow_r_d {
	position: absolute;
	display: block;
	width: 20px;
	height: 38px;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-right: -19px;
	background: transparent url('/images/hiwarrows.png') -60px 0 no-repeat;
}
#spgraphiccontainer {
	display: block;
	position: relative;
	width: 960px;
	margin: 0px auto 32px auto;
	padding: 0px;
	height: 720px;
	background: transparent url('/images/spiderpipegraphic.png') 0 0 no-repeat;
}
#spgraphiccontainer div {
	display: block;
	width: 480px;
	padding: 0px;
	font-size: 16px;
}
#spgraphiccontainer #spgraphic1 {
	margin: 58px 0px 0px 174px;
	float: left;
	text-align: left;
}
#spgraphiccontainer #spgraphic2 {
	margin: 64px 174px 0px 0px;
	float: right;
	text-align: right;
}
#spgraphiccontainer #spgraphic3 {
	margin: 60px 0px 0px 174px;
	float: left;
	text-align: left;
}
#spgraphiccontainer #spgraphic4 {
	margin: 44px 174px 0px 0px;
	float: right;
	text-align: right;
}
#spgraphiccontainer #spgraphic5 {
	margin: 66px 0px 0px 174px;
	float: left;
	text-align: left;
}
.gettingstartedtext {
	display: block;
	width: 400px;
	font-size: 16px;
	margin-bottom: 42px;
}
#gettingstartedheader {
	display: inline-block;
	margin: 50px auto 6px auto;
	text-align: left;
}
#gettingstartedvisual .ide_code {
	font-family:"Droid Sans Mono", sans-serif;
}
#gettingstartedvisual {
	font-size: 15px;
	line-height: 18px;
	display: block;
	width: 515px;
	height: 312px;
	float: right;
	background: #FFFFFF;
	margin: 50px 0px 50px 0px;
	border-radius: 10px;
	white-space: nowrap;
	color: #000000;
	padding-left: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.ide_code {
	margin-top: 2px;
}
.ide_numbers {
	width: 53px;
	height: 309px;
	float: left;
	background: url('/images/ide_numbers.png') no-repeat;
	margin-top: 2px;
}
/*code color styles*/
.red {
	color: #C0303E;
}
.blue {
	color: #1F60A0;
}
.aquamarine {
	color: #0080A8;
}
.codemarquee {
	top: 20px;
	position: relative;
	box-sizing: border-box;
	color: #666666;
}

/*.white_top {
    width: 100%;
    height: 222px;
    background: #fff;
}
.yellow_bottom {
    width: 100%;
    height: 278px;
    background: #ffe173;
}*/
#frontpage_hero {

}
.banner { position: relative; overflow: auto; height: 500px; width: 100%;background: #00becd; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #00becd 0%, #332eb3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#00becd), color-stop(100%,#332eb3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #00becd 0%,#332eb3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #00becd 0%,#332eb3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #00becd 0%,#332eb3 100%); /* IE10+ */
	background: linear-gradient(135deg,  #00becd 0%,#332eb3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00becd', endColorstr='#332eb3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.banner li { list-style: none;width: 100%;}
.banner ul {position: relative;padding:0; list-style: none;padding: 0;margin: 0;}
.banner ul li {display: block; float: left; height: 500px; width: 100%; }
.banner .dots {
	position: absolute;
	left: 70%;
	right: 0;
	bottom: 0px;
}
.banner .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}
.banner .dots li.active {
	background: #fff;
	opacity: 1;
}
.image_container{
	width: 850px;
	height: 100%;
	margin: 0 auto;
	margin-top: 126px;
}

.banner .hero_text {
	float: right;
	font-size: 28px;
	margin: 130px 0px 0 0;
	width: 530px;
}
.image_container2 .hero_text {
	width: 450px;
}
.hero_text .header5 {
	color: #fff;
	text-align: left;
}
.hero_text p {
	font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
	font-size: 20px;
	font-weight:300;
	text-align: left;
}
.arrows span {
	position: absolute;
	top: 200px;
	display: block;
	width: 50px;
	height: 100px;
	cursor: pointer;
}
.prev {
	left: 30px;
	background: url(/images/arrows.png) 0 0px no-repeat;
}
.next {
	right: 30px;
	background: url(/images/arrows.png) 0 -135px no-repeat;
}
.image_container1 {
	background: url(/images/slider1.png) -45px 0px no-repeat;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.image_container2 {
	background: url(/images/slider2.png) -50px 0px no-repeat;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.image_container3 {
	background: url(/images/slider3.png) -50px 0px no-repeat;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.big_hero_container {
	width: 1000px;
	height: 500px;
	margin: 0 auto;
}
.big_hero {
	width: 1000px;
	height: 500px;
	/*position: absolute;
	top: 5.25%;
	left: 15%;*/
	background: url(/images/big_hero.png) no-repeat;
}

/*#################################################################
################################################################### Company Page
#################################################################*/

#comp_header {
	width: 100%;
	height: 360px;
	background: #2A2A2A url('/images/comp_photo1.jpg') center;
	background-size: 100%;
}
#comp_headercontainer {
	max-width: 960px;
	height: 360px;
	margin: 0px auto;
}
#comp_headertext {
	width: 960px;
	height: 360px;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 130px;
}
#comp_headertext span {
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 30px;
}
#comp_body {
	width: 960px;
	margin: 38px auto 0px auto;
	min-height: 1000px;
}
#comp_column1 {
	float: left;
	width: 220px;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
}
#comp_column1 ul {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#comp_column1 ul li {
	line-height: 34px;
}
#comp_column1 input[type=radio] {
	display: none;
}
#comp_column1 input[type=radio] + label {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	font-weight: 300;
	width: 220px;
	cursor: pointer;
	transition: color 60ms ease-in-out;
}
#comp_column1 input[type=radio] + label:hover {
	color: #888888;
}
#comp_column1 input[type=radio]:checked + label {
	background: #FFFFFF url('/images/comp_officeselected.png') center no-repeat;
	color: #FFBF00;
}
#comp_column2 {
	float: right;
	width: 740px;
	text-align: center;
}
.comp_officelogo {
	display: block;
	width: 220px;
	height: 200px;
	margin: 0px auto;
}
.comp_officetitle {
	display: block;
	font-size: 24px;
	font-weight: 300;
}
.comp_officeaddr {
	display: block;
	color: #999999;
	font-size: 14px;
}
.comp_officeoptions {
	width: 280px;
	margin: 16px auto 20px auto;
}
.comp_officeoptions:after {
	display: block;
	content: "";
	clear: both;
}
.comp_option {
	float: left;
	width: 130px;
	padding: 10px 5px 10px 5px;
}
.comp_option a span {
	display: block;
	width: 120px;
	height: 80px;
	background: #DDDDDD;
	margin: 0px auto 4px auto;
	border-radius: 3px;
}
.comp_staff {
	margin: 0px auto;
}
.comp_staff ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.comp_staff ul li {
	display: inline-block;
	float: left;
	margin: 0px auto 24px auto;
	padding: 2px;
	width: 144px;
	text-align: center;
}
.comp_staff ul li img {
	display: block;
	margin: 0px auto 8px auto;
	width: 92px;
	height: 92px;
	border-radius: 46px;
}
#logo_sanf {
	background: url('/images/comp_officelogos.png') 0 0 no-repeat;
}
#logo_berl {
	background: url('/images/comp_officelogos.png') -220px 0 no-repeat;
}

/*#################################################################
################################################################### Careers Page
#################################################################*/

#care_header {
	position: relative;
	display: block;
	width: 100%;
	height: 360px;
	background: url('/images/office1.jpg') center repeat-x;
	-webkit-animation: 60s 'careerbgscroll' linear infinite;
	animation: 60s 'careerbgscroll' linear infinite;
}
@-webkit-keyframes 'careerbgscroll' {
	from { background-position: 0px 0px; }
	to { background-position: -1000px 0px; }
}
#care_headercontainer {
	display: block;
	max-width: 960px;
	height: 360px;
	text-align: center;
	margin: 0px auto;
}
#care_headercontainer img {
	display: block;
	margin: 0px auto;
	padding: 30px;
}
.care_subtext {
	color: #999999;
}
#care_body #care_text {
	width: 960px;
	margin: 40px auto 24px auto;
	font-weight: 300;
	font-size: 20px;
}
#care_body #care_perks {
	width: 960px;
	margin: 24px auto 32px auto;
}
#care_perks:after {
	display: block;
	content: "";
	clear: both;
}
#care_perks ul:after {
	display: block;
	content: "";
	clear: both;
}
#care_body #care_perks ul {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	text-align: center;
}
#care_body #care_perks ul li {
	float: left;
	width: 150px;
	height: 100px;
	margin: 4px;
	padding: 0px;
}
#care_body #care_perks ul li img {
	display: block;
	width: 150px;
	height: 100px;
	padding: 0px;
}
#care_switcher {
	width: 960px;
	margin: 30px auto 0px auto;
	min-height: 1000px;
}
#care_switcherhead {
	width: 960px;
	margin: 32px auto 10px auto;
}
#care_column1 {
	width: 220px;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	vertical-align: top;
	float: left;
}
#care_column1 ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#care_column1 ul li {
	line-height: 34px;
}
#care_column1 input[type=radio] {
	display: none;
}
#care_column1 input[type=radio] + label {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	font-weight: 300;
	width: 220px;
	cursor: pointer;
	transition: color 60ms ease-in-out;
}
#care_column1 input[type=radio] + label:hover {
	color: #888888;
}
#care_column1 input[type=radio]:checked + label {
	background: #FFFFFF url('/images/comp_officeselected.png') center no-repeat;
	color: #FFBF00;
}
#care_column2 {
	float: right;
	width: 720px;
	padding: 0px 10px 0px 10px;
}
#care_column2 a {
	font-size: 22px;
	line-height: 30px;
	color: #2A2A2A;
}
#care_column2 a:hover, #care_column2 a:active {
	color: #888888;
}
/*#################################################################
################################################################### Press Page
#################################################################*/

#pres_header {
	width: 100%;
	height: 220px;
	background: #F0F0F0;
}
#pres_headercontainer {
	max-width: 960px;
	margin: 0px auto;
	height: 220px;
}
#pres_headcolumn1 {
	float: left;
	width: 50%;
	margin: 87px 0 0 0;
}
#pres_headcolumn2 {
	float: left;
	text-align: right;
	width: 50%;
	margin: 68px 0 0 0;
}
#pres_headcolumn2 span {
	display: block;
	margin: 0px 0px 10px 0px;
}
.pres_entry {
	display: block;
	margin: 0px auto;
	max-width: 960px;
	min-height: 140px;
	padding: 40px 0px 40px 0px;
	color: #2A2A2A;
}
.pres_entry:hover {
	color: #666666;
}
#pres_body .sectioncontainer_Bbot:hover {
	background: #FCFCFC;
}
#pres_body {
	margin: 0px 0px 40px 0px;
	background: #FCFCFC;
}
.pres_entryc1 {
	float: left;
	width: 200px;
	text-align: center;
	margin: 50px 0 50px 0;
}
.pres_entryc1 img {
	max-width: 180px;
	max-height: 180px;
}
.pres_entryc2 {
	float: left;
	background: url('/images/pres_arrow.png') right center no-repeat;
	vertical-align: middle;
	width: 760px;
	padding: 25px 0 25px 0;
}
.pres_entry:after {
	clear: both;
	content: "";
	display: block;
}
.pres_entryc2 span {
	display: block;
	padding: 0px 0px 0px 20px;
	max-width: 80%;
}
.pres_entrydate {
	color: #666666;
}
.pres_entrytitle {
	font-size: 20px;
	font-weight: 600;
	margin: 0px 0px 10px 0px;
}

/*#################################################################
################################################################### Events Page
#################################################################*/
#even_header {
	width: 100%;
	background: #222222;
	border-top: 1px solid #444444;
	height: 220px;
}
#even_header #even_headercontainer {
	width: 960px;
	height: 220px;
	margin: 0px auto;
	color: #FFFFFF;
	background: url('/images/even_tlstart.png') 0 0 no-repeat;
}
#even_header #even_headertext {
	max-width: 960px;
	padding-left: 48px;
	padding-top: 78px;
}
#even_header #even_headercontainer .header2 {
	display: block;
	text-align: left;
	max-width: 100%;
	padding: 0px;
	color: #FFFFFF;
}
#even_body .even_entrycontainer {
	width: 100%;
}
#even_body .even_entrycontainer .even_entry {
	color: #FFFFFF;
	max-width: 912px;
	margin: 0px auto;
	padding-left: 48px;
	background: url('/images/even_tlstretch.png') 0 0 no-repeat;
}
#even_body .even_entrycontainer .even_entry span {
	display: block;
	max-width: 680px;
}
#entry_pwberlin13 {
	background: #203E62 url('/images/event1.jpg') no-repeat;
	background-position: 100% 40%;
}
#entry_gameglobal13 {
	background: #666666 url('/images/event2.jpg');
}
.even_bigdate {
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	font-weight: 300;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 128%;
	padding: 28px 0px 0px 0px;
	margin: 0px;
}
.even_bigtitle {
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 128%;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#even_body .even_entrycontainer .even_entry a {
	display: inline-block;
	margin: 0px 4px 28px 0px;
}
#even_pastheader {
	max-width: 912px;
	margin: 0px auto;
	padding-left: 48px;
	height: 120px;
	vertical-align: bottom;
	background: url('/images/even_tlend.png') 0 0 no-repeat;
}
#even_pastheader span {
	display: block;
	padding: 64px 0px 0px 0px;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
}
.even_pastdate {
	margin: 26px 0px 0px 0px;
	font-size: 16px;
	text-transform: uppercase;
}
.even_pasttitle {
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}
.even_pastentry {
	max-width: 912px;
	margin: 0px auto;
	padding-left: 48px;
}
.even_pastentry span {
	display: block;
	max-width: 800px;
}
.even_pastentry .buttonyellow {
	margin: 10px 0px 26px 0px;
}
.even_showmore {
	margin: 0px 0px 40px 0px;
}
.even_showmore a {
	display: block;
	width: 100%;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	background: #F5F5F5;
	padding: 20px 0;
	border-bottom: 1px solid #DDDDDD;
	color: #2A2A2A;
}
.even_showmore a:hover {
	background: #FCFCFC;
	color: #666666;
}
/*#################################################################
################################################################### Career Entry Page
#################################################################*/

#cent_body {
	max-width: 960px;
	margin: 20px auto 40px auto;
}
#cent_body:after {
	clear: both;
	display: block;
	content: "";
}
#cent_c1 {
	float: left;
	max-width: 720px;
	font-size: 16px;
}
#cent_c1 span {
	display: block;
}
#cent_c2 {
	float: right;
	max-width: 220px;
	padding: 0px 10px 0px 10px;
}
#cent_c2 a {
	float: left;
	margin: 0px 0px 8px 0px;
	line-height: 100%;
}
.cent_title {
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	font-size: 30px;
	margin: 20px 0px 0px 0px;
	text-transform: uppercase;
}
.cent_location {
	font-size: 20px;
}
.cent_subhead {
	font-size: 22px;
	font-weight: 300;
	margin: 40px 0px;
}
.cent_joblogo {
	display: block;
	width: 180px;
	height: 160px;
	margin: 132px auto 0px auto;
	background: url('images/comp_officelogos.png') 0 0 no-repeat;
	background-size: 540px;
}
#cent_c2 #cent_addjobs {
	display: block;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0px 2px 0px;
}
#cent_appboxcontainer {
	min-height: 500px;
}
#cent_appbox {
	display: block;
	max-width: 100%;
	background: #F0F0F0;
	border-radius: 3px;
	padding: 20px;
}
#cent_appbox input[type=text], #cent_appbox input[type=email] {
	display: block;
	float: left;
	width: 260px;
	margin: 0px 6px 10px 0px;
	padding: 8px 8px 10px 8px;
	font-size: 14px;
	font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
	border-radius: 3px;
	border: 1px solid #999999;
}
#cent_appboxheader {
	display: block;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 100%;
	margin: 0px 0px 20px 0px;
}
#cent_appboxcancel {
	float: right;
	font-size: 14px;
}
#cent_appboxinputs {
	display: block;
	float: left;
	clear: right;
}
#cent_appbox .buttonyellow {
	display: block;
	float: right;
	clear: both;
	margin: 6px 0px 0px 0px;
}
.pw_local_icon {
	fill:#f7cd02;
}
.prodshowcase1 .local_iconrow {
	margin-top: 30px;
}
/*#################################################################
################################################################### Support Page
#################################################################*/

#supp_header {
	max-width: 100%;
	background: #F0F0F0;
	min-height: 300px;
}
#supp_headercontainer {
	max-width: 960px;
	margin: 0px auto;
	padding: 50px 0px 50px 0px;
}
#supp_headercontainer:after {
	content: '';
	clear: both;
	display: block;
}
#supp_headerc1 {
	float: left;
	width: 220px;
	vertical-align: top;
}
#supp_headerc1 span {
	display: block;
	text-align: left;
	margin: 0px;
	max-width: 80%;
}
#supp_headerc2 {
	float: left;
	width: 740px;
	vertical-align: top;
}
#supp_headerc2 input[type=text], #supp_headerc2 input[type=email] {
	display: block;
	float: left;
	width: 170px;
	margin: 0px 6px 10px 0px;
	padding: 8px 8px 10px 8px;
	vertical-align: top;
	font-size: 14px;
	font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
	border-radius: 3px;
	border: 1px solid #999999;
}
#supp_headerc2 select {
	display: block;
	float: left;
	width: 173px;
	height: 38px;
	margin: 0px 0px 10px 0px;
	padding: 8px 8px 10px 8px;
	vertical-align: top;
	font-size: 14px;
	font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
	border-radius: 3px;
	border: 1px solid #999999;
}
#supp_headerc2 #supp_lastselect {
	margin: 0px 0px 0px 6px;
}
#supp_headerc2 textarea {
	display: block;
	float: left;
	width: 718px;
	height: 100px;
	margin: 0px;
	padding: 8px 10px 8px 10px;
	vertical-align: top;
	font-size: 14px;
	font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
	border-radius: 3px;
	border: 1px solid #999999;
	resize: none;
}
#supp_headerc2 .buttonyellow {
	display: block;
	clear: left;
	float: right;
	margin: 12px 0px 0px 0px;
}
#supp_faq {
	max-width: 960px;
	font-size: 16px;
	margin: 0px auto 40px auto;
}
#supp_faq .header2 {
	display: block;
	max-width: 960px;
	text-align: left;
	margin: 40px auto 12px auto;
}
#supp_faqtable {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#supp_faqtable:after {
	display: block;
	content: '';
	clear: both;
}
#supp_faqc1 {
	float: left;
	width: 46%;
	padding-right: 4%;
}
#supp_faqc2 {
	float: left;
	width: 50%;
}
.mintcode_tagline {
	font-size: 36px;
	margin-top: 50px;
}
.step_container {
	width: 960px;
	margin: 0 auto;
	color: #5a5a5a;
}
.step_heading {
	padding: 40px 0 15px 0;
	width: 100%;
	font-size: 24px;
	border-bottom: 2px solid #bebebe;
}
.amount_card_container {
	width: 78px;
	float: left;
	margin: 0 0 30px 48px;
}
.amount_card_container:first-child {
	margin-left: 0px;
}
.amount_add_row:after {
	display: block;
	content: '';
	clear: both;
}
.mint_shape {
	cursor: pointer;
	fill: #97d752;
}
.shape_container:hover .mint_shape path {
	fill: #a6e562;
}
.shape_container:active .mint_shape path {
	fill: #82b947;
}
.plus_btn, .minus_btn {
	width: 19px;
	height: 19px;
	display: block;
	float: left;
	background: #cfcfcf;
	text-align: center;
	font-size: 26px;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	line-height: 23px;
	border: 1px solid #c4c4c4;
	margin: 20px 0 10px 0;
}
.minus_btn {
	line-height: 19px;
}
.mint_btn:active {
	background: #82b947;
}
.minus_btn:hover, .plus_btn:hover {
	color: #000;
}
.amount_card_container span {
	display: block;
	float: left;
	width: 34px;
	text-align:center;
	color: #5a5a5a;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	line-height: 24px;
}
.amount_mint {
	cursor: pointer;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	width: 60px;
	margin: -90px auto 0 auto;
	text-align: center;
}
.email_code_row .mint_form_container {
	width: 300px;
	color: #3d3d3d;
	font-size: 16px;
	margin: 10px auto;
}
.email_code_row {
	font-size: 22px;
	width: 100%;
	text-align: center;
	margin: 50px 0 10px 0;
}
.mint_form_container input {
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	height: 32px;
}
.mint_btn {
	padding: 7px 15px 4px 15px;
}
.mint_payment {
	width: 760px;
	height: 360px;
	margin: 50px auto 10px auto;
	border: 2px solid #ccc;
}
.heading_small {
	display: block;
	font-size: 22px;
	width: 100%;
	text-align: center;
}
#step1 .heading_small {
	padding-top: 40px;
}
.mint_epin {
	width: 400px;
	margin: 0 auto;
	padding: 30px 0 0px 0;
}
.mint_epin:last-child {
	padding-bottom: 40px;
}
.mint_epin:after {
	display: block;
	content: '';
	clear: both;
}
.epin_logo {
	width: 47px;
	float: left;
}
.epin_logo svg {
	fill: #97d752;
}
.mint_epin input {
	display: block;
	float: left;
	width: 350px;
	height: 50px;
	border: 1px solid #cecece;
	color: #858585;
	font-size: 36px;
	text-indent: 17px;
}
.epin_amount {
	margin: -58px auto 0 auto;
	font-size: 17px;
	color: #fff;
	width: 40px;
	font-weight: bold;
	text-align: center;
}
.heading_small:last-child {
	padding: 10px 0 40px 0;
}
.heading_small a {
	color: #4973be;
	border-bottom: 1px solid #4973be;
}
.heading_small a:hover {
	color: #4973be;
}
/*Mobiamo page updates*/
.coverage_section {
	width: 100%;
	height: 255px;
	background: #c02932;
}
.coverage_text_container {
	width: 400px;
	float: left;
}
#mobiamo_coverage {
	color: #fff;
	text-align: left;
}
#coverage_description {
	font-size: 16px;
	color: #fff;
}
.coverage_icons {
	width: 351px;
	float: left;
	margin: 55px 0 0 145px;
	height: 145px;
	background: url('/images/sim_icons.png') no-repeat;
}
.prodhiwcontainer {
	overflow: hidden;
}
.coverage_section .prodhiwcontainer {
	background: url('/images/mobiamo_trans.png') 348px 0px no-repeat;
	height: 100%;
}
/*Yellow button style updates*/
.buttonyellow:link, .buttonyellow:visited {
	display: inline-block;
	height: 36px;
	color: #2A2A2A;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
	text-transform: uppercase;
	text-align: center;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 400;
	line-height: 37px;
	padding: 0px 14px 0px 14px;
	text-decoration: none;
	background:#ffd400;
	border: 1px solid #e7b100;
	transition: all .1s;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
}
.buttonyellow:hover {
	background: #ffe763;
}
.buttonyellow:active {
	background-color: #ffe763;
	border-bottom-width: 1px;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,.4);
	-moz-box-shdaow: inset 0px 0px 5px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,.4);
}
#fp_future .buttonyellow, #fp_future .buttonyellow:active, #fp_future .buttonyellow:hover  {
	background-color: #FFCA00;
	border-bottom-width: 1px;
	box-shadow: none;
	-moz-box-shdaow: none;
	-webkit-box-shadow: none;
}
/*spiderpipe small icon alignment fix*/
#logosmall_spiderpipe {
	background: transparent url('/images/mainprodlogossmall.png') -8px -240px no-repeat;
}


/*Retina Asset Swap Hack*/

/*
## Old swap hack (use if targeting Retina iPhones and Macbook Pros ONLY):

@media all and (-webkit-min-device-pixel-ratio: 1.5) {

*/

/*@media	only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 13/10),
only screen and (min-resolution: 120dpi)
{

	#prodbg_mint {
		background: #F9FCDC;
		background: linear-gradient( #FFFFFF, #F9FCDC);
	}
	#frontpage_img2 {
		background: url('/images/frontpageimg2@2x.png') center no-repeat;
		background-size: 680px 120px;
	}
	#footerlogo {
		background: url('/images/mainnavlogo@2x.png') 0 -10px;
		background-size: 164px 108px;
	}
	#footerlogo:hover {
		background: url('/images/mainnavlogo@2x.png') 0 -64px;
		background-size: 164px 108px;
	}
	#mainnavlogo {
		background: url('/images/mainnavlogo@2x.png');
		background-size: 164px 108px;
	}
	#mainnavlogo:hover {
		background: url('/images/mainnavlogo@2x.png');
		background-size: 164px 108px;
	}
	#follow_twitter {
		background-image: url('/images/followbuttons@2x.png');
		background-size: 136px 68px;
	}
	#follow_twitter:hover {
		background-image: url('/images/followbuttons@2x.png');
		background-size: 136px 68px;
	}
	#follow_facebook {
		background-image: url('/images/followbuttons@2x.png');
		background-size: 136px 68px;
	}
	#follow_facebook:hover {
		background-image: url('/images/followbuttons@2x.png');
		background-size: 136px 68px;
	}
	#follow_linkedin {
		background-image: url('/images/followbuttons@2x.png');
		background-size: 136px 68px;
	}
	#follow_linkedin:hover {
		background-image: url('/images/followbuttons@2x.png');
		background-size: 136px 68px;
	}
	#follow_plus {
		background-image: url('/images/followbuttons@2x.png');
		background-size: 136px 68px;
	}
	#follow_plus:hover {
		background-image: url('/images/followbuttons@2x.png');
		background-size: 136px 68px;
	}
	.fp_eventicon1 {
		background: transparent url('/images/eventicon1@2x.png') no-repeat;
		background-size: 34px 43px;
	}
	/*#mainprodcell_pwpro .mainprodlogo {
		background: transparent url('/images/mainprodlogos@2x.png') 0 80px no-repeat;
		background-size: 960px 192px;
	}
	#mainprodcell_mobiamo .mainprodlogo {
		background: transparent url('/images/mainprodlogos@2x.png') -192px 80px no-repeat;
		background-size: 960px 192px;
	}
	#mainprodcell_pwlocal .mainprodlogo {
		background: transparent url('/images/mainprodlogos@2x.png') -384px 80px no-repeat;
		background-size: 960px 192px;
	}
	#mainprodcell_sp .mainprodlogo {
		background: transparent url('/images/mainprodlogos@2x.png') -576px 80px no-repeat;
		background-size: 960px 192px;
	}
	#mainprodcell_mint .mainprodlogo {
		background: transparent url('/images/mainprodlogos@2x.png') -768px 80px no-repeat;
		background-size: 960px 192px;
	}*/
	/*#addprodcell_1 .addprodlogo {
		background: transparent url('/images/addprodlogos@2x.png') 0 0 no-repeat;
		background-size: 600px 120px;
	}
	#addprodcell_2 .addprodlogo {
		background: transparent url('/images/addprodlogos@2x.png') -120px 0 no-repeat;
		background-size: 600px 120px;
	}
	#addprodcell_3 .addprodlogo {
		background: transparent url('/images/addprodlogos@2x.png') -240px 0 no-repeat;
		background-size: 600px 120px;
	}
	#addprodcell_4 .addprodlogo {
		background: transparent url('/images/addprodlogos@2x.png') -360px 0 no-repeat;
		background-size: 600px 120px;
	}
	#addprodcell_5 .addprodlogo {
		background: transparent url('/images/addprodlogos@2x.png') -480px 0 no-repeat;
		background-size: 600px 120px;
	}
	#prodservicesimg1 {
		background: transparent url('/images/prodservices1@2x.png') 0 0 no-repeat;
		background-size: 440px 360px;
	}
	#prodservicesimg2 {
		background: transparent url('/images/prodservices1@2x.png') 0 -180px no-repeat;
		background-size: 440px 360px;
	}
	#prodservicesimg3 {
		background: transparent url('/images/prodservices2@2x.png') 0 0 no-repeat;
		background-size: 420px 280px;
	}
	#prodservicesimg4 {
		background: transparent url('/images/prodservices2@2x.png') -140px 0 no-repeat;
		background-size: 420px 280px;
	}
	#prodservicesimg5 {
		background: transparent url('/images/prodservices2@2x.png') -280px 0 no-repeat;
		background-size: 420px 280px;
	}
	#prodservicesimg6 {
		background: transparent url('/images/prodservices2@2x.png') 0 -140px no-repeat;
		background-size: 420px 280px;
	}
	#prodservicesimg7 {
		background: transparent url('/images/prodservices2@2x.png') -140px -140px no-repeat;
		background-size: 420px 280px;
	}
	#prodservicesimg8 {
		background: transparent url('/images/prodservices2@2x.png') -280px -140px no-repeat;
		background-size: 420px 280px;
	}
	#naventries ul:before {
		background: transparent url('/images/navarrow@2x.png') 0px 0px no-repeat;
		background-size: 180px 8px;
	}
	#naventries li .dropmenu:before {
		background: transparent url('/images/navdownarrow@2x.png') 0px 10px no-repeat;
		background-size: 4px 4px;
	}
	#prodbg_pwpro {
		background: #E5E5E5 url('/images/pwprobg.png');
		background: url('/images/pwprobg.png'), radial-gradient(ellipse 512px 512px, #FFFFFF, #E5E5E5);
	}
	#prodbg_mobiamo {
		background: #E5E5E5 url('/images/mobiamobg.png');
	}
	#prodbg_pwlocal {
		background: #555555 url('/images/pwlocalbg.png');
	}
	#prodbg_spiderpipe {
		background: #F7CD02 url('/images/spbg.png');
	}
	#logobig_pwpro {
		background: transparent url('/images/mainprodlogosbig@2x.png') 0px 0px no-repeat;
		background-size: 910px 800px;
	}
	#logobig_mobiamo {
		background: transparent url('/images/mainprodlogosbig@2x.png') -320px 0px no-repeat;
		background-size: 910px 800px;
	}
	#logobig_pwlocal {
		background: transparent url('/images/mainprodlogosbig@2x.png') -320px -308px no-repeat;
		background-size: 910px 800px;
	}
	#logobig_spiderpipe {
		background: transparent url('/images/mainprodlogosbig@2x.png') -660px 0px no-repeat;
		background-size: 910px 800px;
	}
	#logobig_mint {
		background: transparent url('/images/mainprodlogosbig@2x.png') 0px -306px no-repeat;
		background-size: 910px 800px;
	}
	#logobig_offerwall {
		background: transparent url('/images/mainprodlogosbig@2x.png') 0px -606px no-repeat;
		background-size: 910px 800px;
	}*/
	/*.prodshowcase1 #pwproicon1 {
		background: transparent url('/images/prodservices3@2x.png') 0 0 no-repeat;
		background-size: 360px 480px;
	}
	.prodshowcase1 #pwproicon2 {
		background: transparent url('/images/prodservices3@2x.png') -120px 0 no-repeat;
		background-size: 360px 480px;
	}
	.prodshowcase1 #pwproicon3 {
		background: transparent url('/images/prodservices3@2x.png') -240px 0 no-repeat;
		background-size: 360px 480px;
	}
	.prodshowcase1 #mobiamoicon1 {
		background: transparent url('/images/prodservices3@2x.png') 0 -120px no-repeat;
		background-size: 360px 480px;
	}
	.prodshowcase1 #mobiamoicon2 {
		background: transparent url('/images/prodservices3@2x.png') -120px -120px no-repeat;
	}
	.prodshowcase1 #mobiamoicon3 {
		background: transparent url('/images/prodservices3@2x.png') -240px -120px no-repeat;
		background-size: 360px 480px;
	}
	.prodshowcase1 #pwlocalicon1 {
		background: transparent url('/images/prodservices3@2x.png') 0 -240px no-repeat;
		background-size: 360px 480px;
	}
	.prodshowcase1 #pwlocalicon2 {
		background: transparent url('/images/prodservices3@2x.png') -120px -240px no-repeat;
		background-size: 360px 480px;
	}
	.prodshowcase1 #pwlocalicon3 {
		background: transparent url('/images/prodservices3@2x.png') -240px -240px no-repeat;
		background-size: 360px 480px;
	}
	.prodshowcase2 #offerwallicon1 {
		background: transparent url('/images/prodservices3@2x.png') 0 -360px no-repeat;
		background-size: 360px 480px;
	}
	.prodshowcase2 #offerwallicon2 {
		background: transparent url('/images/prodservices3@2x.png') -120px -360px no-repeat;
		background-size: 360px 480px;
	}
	.prodshowcase2 #offerwallicon3 {
		background: transparent url('/images/prodservices3@2x.png') -240px -360px no-repeat;
		background-size: 360px 480px;
	}
	#logosmall_pwpro {
		background: transparent url('/images/mainprodlogossmall@2x.png') 0 0 no-repeat;
		background-size: 160px 320px;
	}
	#logosmall_mobiamo {
		background: transparent url('/images/mainprodlogossmall@2x.png') 0 -80px no-repeat;
		background-size: 160px 320px;
	}
	#logosmall_pwlocal {
		background: transparent url('/images/mainprodlogossmall@2x.png') 0 -160px no-repeat;
		background-size: 160px 320px;
	}
	#logosmall_spiderpipe {
		background: transparent url('/images/mainprodlogossmall@2x.png') 0 -240px no-repeat;
		background-size: 160px 320px;
	}*/
/*	.prodgoback_b a:before, .prodgoback_b a:visited:before {
		background: transparent url('/images/mainprodbackarrow@2x.png') 0px 0px no-repeat;
		background-size: 20px 24px;
	}
	.prodgoback_b a:hover:before {
		background: transparent url('/images/mainprodbackarrow@2x.png') -10px 0px no-repeat;
		background-size: 20px 24px;
	}
	.prodgoback_w a:before, .prodgoback_w a:visited:before {
		background: transparent url('/images/mainprodbackarrow@2x.png') 0px -12px no-repeat;
		background-size: 20px 24px;
	}
	.prodgoback_w a:hover:before {
		background: transparent url('/images/mainprodbackarrow@2x.png') -10px -12px no-repeat;
		background-size: 20px 24px;
	}
	.hiwarrow_l {
		background: transparent url('/images/hiwarrows@2x.png') 0 0 no-repeat;
		background-size: 80px 38px;
	}
	.hiwarrow_r {
		background: transparent url('/images/hiwarrows@2x.png') -20px 0 no-repeat;
		background-size: 80px 38px;
	}
	.hiwarrow_l_d {
		background: transparent url('/images/hiwarrows@2x.png') -40px 0 no-repeat;
		background-size: 80px 38px;
	}
	.hiwarrow_r_d {
		background: transparent url('/images/hiwarrows@2x.png') -60px 0 no-repeat;
		background-size: 80px 38px;
	}
	#spgraphiccontainer {
		background: transparent url('/images/spiderpipegraphic@2x.png') 0 0 no-repeat;
		background-size: 960px 580px;
	}
	.comingsoonbadge {
		background: transparent url('/images/comingsoon@2x.png') 0px 0px no-repeat;
		background-size: 92px 92px;
	}*/
@media only screen and (max-width: 960px) {
	#frontpage_s3 {
		width: 960px;
	}
}
/*@media only screen and (max-width: 960px) {
	.mainnavcontainer {
		width: 100%;
		min-width: 800px;
	}
	.sectioncontainer_Bnone {
		width: 100%;
		margin: 0 auto;
	}
	.sectioncontainer_Bbot {
		width: 100%;
		margin: 0 auto;
	}
	#mainprodcontainer {
		width: 960px;
		margin: 0 auto;
	}
	#pagecontainer {
		width: 100%;
		margin: 0 auto;
	}
	.mainnavcontainer {
		width: 100%;
		margin: 0 auto;
	}
	.mainnav {
		width: 100%;
	}
	#fpeventsleft {
		width: 100%;
	}
	#fp_upcoming {
		float: none;
		margin: 0 auto;
	}
	#fpeventsright {
		width: 100%;
	}
	#fp_future {
		float: none;
		margin: 0 auto;
	}
	#mainfootertopcontainer {
		width: 100%;
	}
	#footertopleft {
		width: 31.25%;
	}
	#footertopright {
		width: 50%;
	}
	#mainfooterlinkscontainer {
		width: 100%;
	}
	#linkscolumn1 {
		width: 17.1875%;
	}
	#linkscolumn2 {
		width: 7.291667%;
		margin-left: 7.8125%;
	}
	#linkscolumn3 {
		width: 8.333333%;
		margin-left: 11.666667%;
	}
	#linkscolumn4 {
		width: 10.9375%;
		margin-left: 2.083333%;
	}
	#linkscolumn5 {
		width: 7.8125%;
		margin-left: 5.729167%;
	}
	#linkscolumn6 {
		width: 10.416667%;
		margin-left: 7.729167%;
	}

}
@media only screen and (max-width: 760px) {
	#frontpage_img2 {
		width: 100%;
		background-size: 95%;
	}
	#frontpage_img1 {
		width: 100%;
	}
}
@media only screen and (max-width: 500px) {
	#fpeventsleft, #fpeventsright {
		min-width: 320px;
		float: right;
	}
	#fp_upcoming, #fp_future {
		width: 320px;
	}
	#fp_upcoming ul, #fp_future ul {
		width: 310px;
		margin-left: 10px;
	}
	#fp_upcoming ul li, #fp_future ul li {
		width: 310px;
	}
}*/

/*Remove conflict with old css*/
.badge, .badge.badge2 {
	top: 0px;
}
.container {
	padding-top:0px;
	padding-bottom: 0px;
}
#fade {
	z-index:199;
}
#mainfooter {
	height: 270px;
	/*margin-bottom: -20px;*/
}
#naventrycontainer li {
	padding:0;
	margin-right:5px;
}
.mainnav {
	width:auto;
	margin:0;
}
.mainnavcontainer {
	min-width:890px;
}
#naventries a.menuhover {
	color: #FFCA00;
}
#naventries ul:before {
	top:-7px;
}
#fade {
	position:fixed;
}
.marginTop_50 {
	margin-top:50px;
}
.email_sent, .email_sent.error {
	margin-bottom: 0;
	font-family: 'Oswald', 'Futura Condensed Medium', sans-serif;
}
.email_sent.mint {
	color: #3E960D;
}
.email_sent.error {
	color: #af1b1b;
}
#index .content {
	padding-top: 0;
	padding-bottom: 0px;
}
#frontpage_s4 .bodycentered16{
	margin: 0px auto 20px auto;
}
.prodbody_mint p {
	font: 26px/34px 'Source Sans Pro';
}
.prodbody_mint h1 {
	font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
	font-weight: bold;
	text-transform: none;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align: right;
}
#fileSizeErrorMessage {
	color: #FF0000;
}
.jobs {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.jobs .jobs__title {
	margin-bottom: 12px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: -.025em;
	color: #1b1c1f;
}
.jobs .jobs__nav {
	position: relative;
	display: block;
	width: 960px;
	padding-bottom: 48px;
	margin: 0 auto 40px auto;
}
.jobs .jobs__nav::after {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, rgba(216,217,217,0) 0%, rgba(216,217,217,1) 25%, rgba(216,217,217,1) 75%, rgba(216,217,217,0) 100%)
}
.jobs .nav__list {
	position: relative;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.jobs .nav__list::after {
	content: "";
	display: table;
	clear: both;
}
.jobs .nav__list .list__item {
	float: left;
	padding: 0;
	margin-top: 12px;
}
.jobs .nav__list .item__link {
	display: block;
	padding: 2px 10px;
	line-height: 1.5;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .075em;
	color: #b9bcbe;
	border: 1px solid transparent;
}
.jobs .nav__list .item__link--active {
	color: #0e7d9a;
	border: 1px solid #0e7d9a;
	border-radius: 3px;
}

.jobs .jobs__details {

}
.jobs .details__city {
	text-align: center;
}
.jobs .city__logo {
	margin-bottom: 12px;
}
.jobs .city__title {
	margin-bottom: 48px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: -.025em;
	color: #1b1c1f;
}
.jobs .details__list {
	position: relative;
	padding: 0 0 60px 0;
	margin: 0 0 60px 0;
	list-style-type: none;
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
}
.jobs .details__list::after {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, rgba(216,217,217,0) 0%, rgba(216,217,217,1) 25%, rgba(216,217,217,1) 75%, rgba(216,217,217,0) 100%)
}
.jobs .details__list .list__item {
	padding: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jobs .details__list .item__link {
	position: relative;
	padding-left: 30px;
	line-height: 40px;
	font-size: 14px;
	color: #0e7d9a;
}
.jobs .details__list .item__link::before,
.jobs .details__list .item__link::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	width: 20px;
	height: 4px;
	background: #0e7d9a;
	border-radius: 2px;
}
.jobs .details__list .item__link::after {
	transform: translateY(-50%) rotate(90deg);
}

.jobs .jobs__apply::after {
	content: "";
	display: table;
	clear: both;
}
.jobs .apply__button {
	float: left;
	padding: 10px;
	line-height: 1.5;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .075em;
	color: #0e7d9a;
	border: 1px solid #0e7d9a;
	border-radius: 3px;
}
.jobs .apply__paragraph {
	float: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 320px;
	line-height: 20px;
	color: #5b5d65;
}
.jobs .paragraph__link {
	color: #0e7d9a;
}