body{
	font-family: "helvetica neue","aktiv-grotesk-std",helvetica,arial,freesans,"liberation sans","numbus sans l",sans-serif;
 	font-weight: 300;
}

a{
	color: #52A8FF;
}

option {
	padding: 2px;
}

.emph-bold-text {  
	font-weight:bold;
}

.emph-italic-text {  
	font-style: italic;
}

.emph-red-text{
  color: #B82E00;
}

.emph-blue-text{
  color: #52A8FF;
}


.verticalcontainer{
  width: 100%;
  float: left;
}

.lefthalf {
  float: left;
  width: 45%;
  margin: 20px;
}

.righthalf {
  float: right;
  width: 45%;
  margin: 20px;
}

#greyedExplanation{
	color: grey;
	text-align: center;
}

.preferenceresults .tabs-nav {
	overflow: hidden;
  margin: 0 0 10px 0;
}

.preferenceresults ul {
	list-style: none;
}
.preferenceresults li{
  display: block; border-bottom: 1px solid #666; padding: 4px; color: #666;
}


.separatordiv{
	width:100%;
	height:100px;
}

.separatordivhalf{
	width:100%;
	height:50px;
}

#page-section-separator{
	width: 100%;
	border-bottom: thin solid #52A8FF;
}



/*

		FOOTER

*/

.footerstyle{
  clear:both;
  text-align:center;
  position:relative;
/*   font-family: 'Indie Flower', cursive;
 */  font-size: 14px;
}

#footercontainer{
  text-align:center;
  vertical-align:bottom;
  border-top: thin solid #52A8FF;  
}

#footerLinkContainer{
	width: 100%;
	float: left;
	margin: 5px;
}

#rightalignedFooterLinkContainer{
	float: right;
	margin: 5px;
}

#footerLink{
	float: left;
	padding: 0 20px 0 20px;
}


/*

		CAREERS PAGE

*/

#careersTitle{
	padding: 10px;
	text-align: center;
	font-size: 36px;
	margin: 10 20%  40 20%; 
/* 	border-width: 1px;
	border-style: solid;
 */	color: #52A8FF;
}

.jobtitle{
	font-size: 20px;
	color: #B82E00;
}

.jobtopic{
	color: #52A8FF;
}

#genericCenteredTitle{
	font-size: 30px;
	text-align: center;
	margin: 40px;
	color: #52A8FF;
}



/*
	Widgets
*/

#exampleRequest{
	font-size: 12px;
}

#emailExampleRequest{
	font-size: 12px;
}

.emailRequestDialog{
	text-align: justified;	
}

.emailRequestDialog .ui-widget-header {
	background: #52A8FF;
	font-size: 14px;
	color: white;
}

#emailRequestDialogBody {
	text-align: justified;
	font-size: 12px;
}



/*
*/
#accountMenuItem{
	color: #52A8FF;
}

/*
make text responsive to viewport
*/

.text-responsive {
  font-size: calc(100% + 1vw + 1vh);
}



#emailRequestDialogExample{
	margin: auto;
}


#groupSelectInstructionText{
 	color: #52A8FF;
	font-size: 20;
	margin: 20px;
	font-family: "helvetica neue","aktiv-grotesk-std",helvetica,arial,freesans,"liberation sans","numbus sans l",sans-serif;
}


/*
	Interests
*/



#groupMatchGauge svg{
	z-index: -1;
}

#contributionGauge svg{
	z-index: -1;
}

/*
	Matches
*/

#matches-selection-container{
	padding-top: 0px;
	width:100%;
	display: inline-block;
}

#matches-selection-container fieldset{
	width:45%;
	float: right;
}

#matches_container #matches_quickfit_section_text{
	width: 300px;
	float: left;
	margin: 25px;
	text-align: center;
}

#matchDetails{
	text-align: center;
}

#matchResults{
	text-align: center;
}

#loginBox{
	position: absolute; 
	top: 0px; right: 40px; 
	margin: 5px;
	color: #B82E00;
	font-size: 12px;
	display: block;
	overflow: auto;
}

