.fancybox-custom .fancybox-skin {
box-shadow: 0 0 50px #222;
}

body {
font-size:1em;
}

img{
	border:0;
}

.highlight{
z-index:auto;

}

a:hover{
	background-color: transparent !important;
	font-family: lato, helvetica, sans-serif;
}

.tint {
position: relative;
float: left;
cursor: pointer;
}

.tint:before {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;

-moz-transition: background .3s linear;
-webkit-transition: background .3s linear;
-o-transition: background .3s linear;
transition: background .3s linear;
}

.tint:hover:before {
background: rgba(0,174,239, 0.5);
}

#buttons{
margin-bottom:10px;
margin-left:10px;	
}
#buttons button{
float: left;
padding:10px;
margin-right:5px;
font-size:11px;
background-color:#eaf4f7;
border-style:none;
font-family: lato, Helvetica, sans-serif;
text-transform:uppercase;

}
div.left{
float: left;
padding:5px;

}
div.right{
	float:right;
	padding-right:210px;
}
#buttons button:hover{
background-color:#008bb0;
color:#fff;
font-weight:bold;
font-family: lato, helvetica, sans-serif;
}
.selectedButton{
	background-color:#008bb0 !important;
color:#FFF;
font-weight:bold;
}


label {
display: inline-block;
width: 5em;
}

h3{
font-family: lato, Helvetica, sans-serif;
font-weight:bold;
}

.factoid{
font-family:lato, Helvetica, sans-serif;
color:#999999;
line-height:120%;	
}


.moreLinks {
	
	color:#000;
	font-family:lato;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	font-style:normal;
	text-align:center;
	display:block;
	margin-left: auto;
margin-right: auto;	

}

.moreTable{
border-collapse:collapse;	
}


.popup{
width:400px;
height:100%;	
}

.popup table td{
	width:33%;
	text-align:center;
	align-contents:middle;
}
.popup table td img{
	margin:0 auto;
}

.line{
font-family:lato, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
color:#008bb0;	
}

.circle {
    width: 20%;
    height:0;
    padding-bottom: 20%;
    -moz-border-radius: 20%; 
    -webkit-border-radius: 20%; 
    border-radius: 20%;
    background: #4679BD;
	 
}