/* Enter Your Custom CSS Here */

/* Federal Reserve Poll Call to Action Button */
/* This css button was generated by css-button-generator.com */
.fedres-cta {
    text-align:center;
    height: 100px;
    display: block;
    width: 800px;
    margin: auto;
	font-size:2.0em;
    line-height: 0.75em;
    vertical-align: middle;
	font-weight:normal;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:2px solid #002244;
	padding: 3px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #002244 5%, #1a3c5e 100% );
	background:-ms-linear-gradient( top, #002244 5%, #1a3c5e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2244', endColorstr='#1a3c5e');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #002244), color-stop(100%, #1a3c5e) );
	background-color:#002244;
	color:#ffffff;
	/* display:inline-block; */
	text-shadow:2px 2px 1px #0;
 	-webkit-box-shadow:inset 0px 0px 1px 0px #0;
 	-moz-box-shadow:inset 0px 0px 1px 0px #0;
 	box-shadow:inset 0px 0px 1px 0px #0;
}.fedres-cta:hover {
	background:-moz-linear-gradient( center top, #1a3c5e 5%, #002244 100% );
	background:-ms-linear-gradient( top, #1a3c5e 5%, #002244 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a3c5e', endColorstr='#002244');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1a3c5e), color-stop(100%, #002244) );
	background-color:#1a3c5e;
  	color:#cceeff;
}.fedres-cta:active {
	position:relative;
	top:1px;
}
a.fedres-cta div.column-left img,  a.fedres-cta div.column-right img{
  height: 90px;
}  
.fedres-cta-title {
  font-size: 1.0em;
  font-weight: bold;
}
.fedres-cta-subtitle {
  font-size: 0.6em;
  font-weight: bold;
}  
.fedres-cta-click {
  font-size: 0.4em;
  font-weight: bold;
}  
.fedres-cta div.column-left{ float: left; width: 20%; vertical-align: middle;}
.fedres-cta div.column-right{ float: right; width: 20%; vertical-align: middle;}
.fedres-cta div.column-center{ display: inline-block; width: 50%; vertical-align: middle;}



@media only screen and (max-width:240px) {

}
@media only screen and (min-width:241px) and (max-width:320px) {

}
@media only screen and (min-width:321px) and (max-width:480px) {

}
@media only screen and (min-width:481px) and (max-width:768px) {

}
@media only screen and (min-width:769px) and (max-width:1024px) {

}
