#header {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 10px auto 0;
	padding: 0 0px;
	box-sizing: border-box;
	}

/* HEADER IMAGE REsponsive Design */
@media screen and (min-width: 1024px){
	.responsive-image{
		background-image: url('../images/smr_header_retina.png');
	}
}
/* Desktop */
@media screen and (min-width: 980px) and (max-width: 1024px){
	.responsive-image{
		background-image: url('../images/smr_header_retina.png');
	}
}
/* Tablet */
@media screen and (min-width: 760px) and (max-width: 980px){
	.responsive-image{
		background-image: url('../images/smr_header_tablet.png');
	}
}
/* Mobile HD */
@media screen and (min-width: 350px) and (max-width: 760px){
	.responsive-image{
		background-image: url('../images/smr_header_mobile-hd.png');
	}
}
/* Mobile LD */
@media screen and (max-width: 350px){
	.responsive-image{
		background-image: url('../images/smr_header_mobile-ld.png');
	}
}


/* MAIN NAVIGATION REsponsive Design TOGGLE */
@media screen and (max-width: 549px) {
#nav {
  margin: 3px 0 0 0;
	padding: 0 10px 0 10px;
	background: #ffffff;
	text-align: left;
	font-size: 16px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color:#336666;
}
   
#nav ul li {
	display: block;
	margin: 0 0 0 0;
	margin-bottom: 0px;
	width: 100%;
  border-top-style: solid;
	border-top-width: 1px;
	border-top-color:#CCC;  	
}

#nav li:first-child {
   border-top: none;
}

#nav li:last-child {
   border-bottom: none;
}

#nav a {
	text-decoration: none;
	color: #336699;
}

#nav a:hover {
	text-decoration: none;
	color: #ccffff;
}

#wrap_all { 
	position: relative !important; 
	}
	
}

/* Larger than mobile */
@media (min-width: 300px) {



/* effects toggle font color. */
#layer2 a {
	text-decoration: none;
	color: #ffffff;
	background-color: #336699;
	padding-left: 5px;
	padding-right: 5px;
	font-variant: small-caps;
	}
		
.copyimage {
	display: inline;
	position: relative;
}
	
.copytext {
	display: inline;
	position: relative;
	}

/* active links    */	
.copytext a:link    { 
	color: #333366 
		}  
		
/* unvisited links */
.copytext a:visited 	{ 
	color: #333366 
	}  
	
/* visited links   */
.copytext a:hover   { 
	color: #e0e0e0 
	} 
	
/* user hovers     */
.copytext a:active  { 
	color: #e0e0e0 
	}
	
.proceeds-md label { 
	display: block;
	margin-left: .5rem;
	font-weight: normal;
	}
	
.proceeds-sm label { 
	display: block;
	margin-left: .5rem;
	font-weight: normal;
	}
	
.proceeds-md input {  
	width: 100%; 
	}

.proceeds-sm input {  
	width: 100%; 
	}
		
.proceeds-md select {  
	width: 100%; 
	}
	
.proceeds-sm select {  
	width: 100%; 
	}
	
.button-100-50 {
	width: 100%;
	}
	
.button-100-33 {
	display: block;
	width: 100%;
	}
	
#mybigbuttons {
	text-align:center
	}	

#rsshide { 
	display: none; 
	}
	
.button-100-50 {
	width: 100%;
	}
	
.button-100-33 {
	width: 100%;
  }
  
#social-proceeds{
	margin-left:0%;	
	}
	
.activedetails{
	text-align: right;
	}
#printbutton{
	display: none;
	}	
	}
	
	

/* Calculator Popup */
.modalDialog {
	position: fixed;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 200px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; 
}
/* End Calculator Popup */

/* Telephone Me */
#bigphone img {
  width: inherit;  /* This makes the next two lines work in IE8. */
  max-width: 100%; /* Add !important if needed. */
  height: auto;    /* Add !important if needed. */
}

.bigphone {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:3em;
	font-weight:800;
	color:#069;
	border-bottom:none;
}

#financingsection{
	height:150px;}

}}

/* Larger than mobile */
@media (min-width: 400px) {

.copyimage {
	display: inline;
	position: relative;
	}
	
.copytext {
	display: inline;
	position: relative;
	}

/* active links    */	
.copytext a:link    { 
	color: #333366 
		}  
		
/* unvisited links */
.copytext a:visited 	{ 
	color: #333366 
	}  
	
/* visited links   */
.copytext a:hover   { 
	color: #e0e0e0 
	} 
	
/* user hovers     */
.copytext a:active  { 
	color: #e0e0e0 
	}


/* Calculator Popup */
.modalDialog {
	position: fixed;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 300px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; 
}

#bigphone img {
  width: inherit;  /* This makes the next two lines work in IE8. */
  max-width: 100%; /* Add !important if needed. */
  height: auto;    /* Add !important if needed. */
}

#bigphone {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:3.25em;
	font-weight:bold;
	color:#069;
	border-bottom:none;
	}

#financingsection{
	height:150px;
	}
	
.proceeds-md label { 
	display: block;
	margin-left: .5rem;
	font-weight: normal;
	}
	
.proceeds-sm label { 
	display: block;
	margin-left: .5rem;
	font-weight: normal;
	}
	
.proceeds-md input {  
	width: 100%; 
	}

.proceeds-sm input {  
	width: 100%; 
	}
		
.proceeds-md select {  
	width: 100%; 
	}
	
.proceeds-sm select {  
	width: 100%; 
	}
	
.button-100-50 {
	width: 100%;
	}
	
.button-100-33 {
	display: block;
	width: 100%;
	}
	
#mybigbuttons {
		text-align:center
	}	

}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {

.copyimage {
	display: inline;
	position: relative;
	}
	
.copytext {
	display: inline;
	position: relative;
	}

/* active links    */	
.copytext a:link  { 
	color: #333366 
	}  
		
/* unvisited links */
.copytext a:visited { 
	color: #333366 
	}  
	
/* visited links   */
.copytext a:hover { 
	color: #e0e0e0 
	} 
	
/* user hovers     */
.copytext a:active { 
	color: #e0e0e0 
	}

/* Calculator Popup */
.modalDialog {
	position: fixed;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }

.bigphone {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:4em;
	font-weight:800;
	color:#069;
	border-bottom:none;
	}
	
#financingsection{
	height:250px;
	}
	
.proceeds-md label { 
	display: block;
	margin-left: .5rem;
	font-weight: normal;
	}
	
.proceeds-sm label { 
	display: block;
	margin-left: .5rem;
	font-weight: normal;
	}
	
.proceeds-md input {  
	width: 100%; 
	}

.proceeds-sm input {  
	width: 100%; 
	}
		
.proceeds-md select {  
	width: 100%; 
	}
	
.proceeds-sm select {  
	width: 100%; 
	}
	
.button-100-50 {
	width: 100%;
	}
	
.button-100-33 {
	display: inline-block;
	width: 100%;
	}
	
#mybigbuttons {
	text-align:center
	}
	

	
	#nav {
		margin: 3px 0 0 0;
		text-align: center;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color:#CCC;
		font-size: 20px;
	}
	 
	#nav ul li {
		display: inline;
		margin: 0 20px 0 0;
		margin-bottom: 130px;
	}
	 
	#nav a {
		text-decoration: none;
	}
	 
	#nav a:hover {
		text-decoration: underline;
		color: #000;
	}
		
	#nav li:first-child {
	   border-top: none;
	}
	
	#nav li:last-child {
	   border-bottom: none;
	}
	
	#nav a {
		text-decoration: none;
		color: #336699;
	}
	#nav a:hover {
		text-decoration: none;
		color: #ccffff;
	}
	
	#layer2 {
	    position:relative; 
	    top:0px; 
	    left:0px;
	    width:200px; 
	    height:15px;
	    z-index:1;
	}
	
	#rsshide { 
		display: block; 
		}
	
	
	}
	
	
/* Larger than tablet */
	@media (min-width: 750px) {
	
	.copyimage {
		display: inline;
		position: relative;
		}
		
	.copytext {
		display: inline;
		position: relative;
		}
	
	/* active links    */	
	.copytext a:link  { 
		color: #333366 
		}  
			
	/* unvisited links */
	.copytext a:visited { 
		color: #333366 
		}  
		
	/* visited links   */
	.copytext a:hover { 
		color: #e0e0e0 
		} 
		
	/* user hovers     */
	.copytext a:active { 
		color: #e0e0e0 
		}

/* Calculator Popup */
.modalDialog {
	position: fixed;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.bigphone {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:6em;
	color:#069;
	border-bottom:none;
	}	
	
#layer2 a {
	text-decoration: none;
	color: #FFFFFF; /* effects toggle font color. */
	display: none;
}	

#financingsection {
	height:160px;
}

.proceeds-md label { 
	display: inline-block; 
	width: 300px; 
	text-align: right;
	font-weight: normal;
	padding-right: 15px; 
	}
	
.proceeds-sm label { 
	display: inline-block; 
	width: 300px; 
	text-align: right;
	font-weight: normal;
	padding-right: 15px; 
	}
		
.proceeds-md input {  
	width: 40%; 
	}

.proceeds-sm input {  
	width: 20%; 
	}
		
.proceeds-md select {  
	width: 40%; 
	}
	
	.proceeds-sm select {  
	width: 20%; 
	}
	
.button-100-50 {
	width: 100%;
	}
	
.button-100-33 {
	display: inline-block;
	width: 100%;
	}
	
#mybigbuttons {
	text-align:center
	}
		
#social-proceeds{
	margin-left:44%;
	}
	
#printbutton{
	display: inline-block;
	position: relative;
	bottom: 15px;
}	
	}


/* Larger than desktop */
@media (min-width: 1000px) {

.copyimage {
	display: inline;
	position: relative;
	}
	
.copytext {
	display: inline;
	position: relative;
	}

/* active links    */	
.copytext a:link  { 
	color: #333366 
	}  
		
/* unvisited links */
.copytext a:visited { 
	color: #333366 
	}  
	
/* visited links   */
.copytext a:hover { 
	color: #e0e0e0 
	} 
	
/* user hovers     */
.copytext a:active { 
	color: #e0e0e0 
	}
	
/* Calculator Popup */
.modalDialog {
	position: fixed;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }

.bigphone {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:7em;
	color:#069;
	border-bottom:none;
	}
	
	
#financingsection {
	height:150px;
	}
	
.proceeds-md label { 
	display: inline-block; 
	width: 400px; 
	text-align: right;
	font-weight: normal;
	padding-right: 15px; 
	}
	
.proceeds-sm label { 
	display: inline-block; 
	width: 400px; 
	text-align: right;
	padding-right
	font-weight: normal;
	padding-right: 15px;
	}
		
.proceeds-md input {  
	width: 30%; 
	}

.proceeds-sm input {  
	width: 15%; 
	}
	
.proceeds-md select {  
	width: 30%; 
	}
	
.proceeds-sm select {  
	width: 15%; 
	}
	
.button-100-50 {
	display: inline-block;
	width: 49%;
	}
	
.button-100-33 {
	display: inline-block;
	width: 32.5%;
	}
	
#mybigbuttons {
	text-align:center
	}
	

	
.button-100-50 {
	display: inline-block;
	width: 49%;
	}
	
.button-100-33 {
	display: inline-block;
	width: 32.5%;
	}}
	
	
/* Larger than Desktop HD */
@media (min-width: 1200px) {

.copyimage {
  display: inline;
	position: relative;
	}

.copytext {
  display: inline;
	position: relative;
	}
	
/* Calculator Popup */
.modalDialog {
	position: fixed;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.bigphone {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:8em;
	color:#069;
	border-bottom:none;
	}
	
#financingsection {
	height:150px;
	}
	
.proceeds-md label { 
	display: inline-block; 
	width: 400px; 
	text-align: right;
	padding-right
	font-weight: normal;
	padding-right: 15px;
	}	
	
.proceeds-sm label { 
	display: inline-block; 
	width: 400px; 
	text-align: right;
	padding-right
	font-weight: normal;
	padding-right: 15px;
	}
	
.proceeds-md input {  
	width: 30%; 
	}
	
.proceeds-md select {  
	width: 30%; 
	}
	
.proceeds-sm select {  
	width: 15%; 
	}
	
.proceeds-sm input {  
	width: 15%; 
	}
	
.button-100-50 {
	display: inline-block;
	width: 49%;
	}

.button-100-33 {
	display: inline-block;
	width: 32.5%;
	}

#mybigbuttons {
	text-align:center
	}


	
#marketingnav {
	text-align:left
	}

#marketresults ol{
	display: block;
	padding: 0 0 0 26px;
	list-style: none;
	background: #fff;
	overflow: hidden;
	counter-reset: numList;
	}
	
#marketresults ol li {
	width: 400px;
	margin-right: 44px;
	float: left;
	position: relative
	}
	
#marketresults ol li:before {
	counter-increment: numList;
	content: counter(numList);
	float: left;
	position: absolute;
	left: -26px;
	font: bold 13px sans-serif;
	text-align: center;
	color: #fff;
	line-height: 18px;
	width: 18px; height: 18px;
	background: #555;
	-moz-border-radius: 999px;
	 border-radius: 999px
	}}
	
	
	/* ANYTHING BELOW THIS POINT WILL DISPLAY ON ALL SIZES */
	
.responsive-image{
	width: 100%;
	background-size: 100% 100%;
	}
	
#layer2{
	position:relative; 
	top:0px; 
	left:0px;
	width:200px; 
	height:15px;
	z-index:1;
	}
	
.section_border_forum {
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px;
	color: #336;
	margin-left: 0;
	background-color: #fff;
	border: solid 1px #cccccc;
	}
	
.section_border_forum_2 {
	font-family: Raleway, Arial, Helvetica, sans-serif;
	padding: 6px;
	color: #333366;
	margin-left: 0;
	background-color: transparent;
	border: solid 1px #cccccc;
	vertical-
	}
	
.bankownedbig {
	color: teal;
	font: 19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
	
.bankownedbigblue {
	color: #7b6e97;
	font: 19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
	
.bankownedbigwhite {
	color: #336699;
	font: 22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-top: solid 1px #ffffff;
	}
	
.bankownedbiggerblue {
	color: #336699;
	font: 22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
	
.bankownedsmall {
	color: #666;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
	

.bordertop {
    background-image: url(../images/paper.gif);
    background-repeat: repeat-x;    
    height: 100px;
    width: 100%; /* may not be necessary */
}

.copyimage {
    display: inline;
	position: relative;
}

.copytext {
    display: inline;
	position: relative;
}

.citylist {
  width: 125px;
}

.citylist h2 {
  font: 400 40px/1.5 Helvetica, Verdana, sans-serif;
  margin: 0;
  padding: 0;
}

.citylist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.citylist li {
  font: 200 16px/1.5 Helvetica, Verdana, sans-serif;
  border-bottom: 1px solid #ccc;
}

.citylist li:last-child {
  border: none;
}

.citylist li a {
  text-decoration: none;
  color: #333366;
  display: block;
  width: 125px;
 
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}

.citylist li a:hover {
  font-size: 24px;
  background: #f6f6f6;
}

#MortForm {
  width: 200px;
  margin:0 auto;
  text-align: left;
}

div#calculator label{
float: left !important;
width: 120px !important;
font-weight: normal;
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
}

div#calculator input, textarea{
width: 80px;
height:20px !important;
margin-bottom: 1px !important;
padding: 0px 0px 0px 5px !important;
}

div#calculator select{
	font-family:Verdana, Geneva, sans-serif !important;
	font-size: 11px; !important;
	width: 80px !important;
	height:20px !important;
	padding: 0px 0px 0px 5px !important;
}

div#calculator textarea{
width: 250px;
height: 150px;
}

div#calculator .boxes{
width: 1em;
}

div#calculator input[type="button"]{
display: inline-block;
  height: 40px;
  padding: 0 0px !important;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px !important;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; 
  margin-left: 120px !important;
  width: 80px !important;
  font-family:Verdana, Geneva, sans-serif !important;
}


div#calculator input[type="reset"]{
  display: inline-block;
  height: 40px;
  padding: 0 0px !important;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px !important;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; 
  margin-left: 120px !important;
  width: 80px !important;
  font-family:Verdana, Geneva, sans-serif !important;
}

div#calculator br{
clear: left;
}

div#calculator input[type="text"] {
  display: inline;
  margin: 0;
  width: 100%;
  font-family: verdana;
  font-size: 11px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
}

div#calculator input[type="text"]:focus {
  outline: none;
}

#printed-article {
	 display: none;
}

#mcalc {
	width:230px;
	height:130px;
	border:1px;
	border-style:solid;
	border-color:#ccc;
	background-color: #FFFFFF;
	}
	
iframe{
	height:250px;
	width:250px;
	border:none;
	position:relative;
	top:20px;
	left:20px;
	overflow:hidden;
	text-align:center;
	display:block;
	}

/* ------------------------------------------------------------------------------------
	--  PERFECT ICON SET
	------------------------------------------------------------------------------------ */

	
	@font-face {
    font-family: 'si';
    src: url('../socicon/socicon.eot');
    src: url('../socicon/socicon.eot?#iefix') format('embedded-opentype'),
         url('../socicon/socicon.woff') format('woff'),
         url('../socicon/socicon.ttf') format('truetype'),
         url('../socicon/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 }
 
 @media screen and (-webkit-min-device-pixel-ratio:0) {
     @font-face {
         font-family:si;
         src: url(../socicon/socicon.svg) format(svg);
     }
 }
 
 .soc {
     overflow:hidden;
     margin:0; padding:0;
     list-style:none;
 }
 
 .soc li {
     display:inline-block;
     *display:inline;
     zoom:1;
 	border: solid 1px #cccccc;
 	    padding:6px 6px 6px 6px
 }
 
 .soc li a {
     font-family:si!important;
     font-style:normal;
     font-weight:400;
     -webkit-font-smoothing:antialiased;
     -moz-osx-font-smoothing:grayscale;
     -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
     -ms-box-sizing:border-box;
     -o-box-sizing:border-box;
     box-sizing:border-box;
     -o-transition:.1s;
     -ms-transition:.1s;
     -moz-transition:.1s;
     -webkit-transition:.1s;
     transition:.1s;
     -webkit-transition-property: transform;
     transition-property: transform;
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
     overflow:hidden;
     text-decoration:none;
     text-align:center;
     display:block;
     position: relative;
     z-index: 1;
     width: 60px;
     height: 60px;
     line-height: 60px;
     font-size: 33px;
     -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
     border-radius: 0px;
     margin-right: 0px;
     color: #ffffff;
     background-color: none;
 }
 
 .soc-icon-last{
     margin:0 !important;
 }
 
 .soc-facebook {
     background-color: #3e5b98;
 }
 .soc-facebook:before {
     content:'b';
 }
 .soc-twitter {
     background-color: #4da7de;
 }
 .soc-twitter:before {
     content:'a';
 }
 .soc-google {
     background-color: #000000;
 }
 .soc-google:before {
     content:'c';
 }
 .soc-linkedin {
     background-color: #3371b7;
 }
 .soc-linkedin:before {
     content:'j';
 }
 .soc-facebook:hover {
     background-color: #526fac;
 }
 .soc-twitter:hover {
     background-color: #61bbf2;
 }
 .soc-google:hover {
     background-color: #666666;
 }
 .soc-linkedin:hover {
     background-color: #4785cb;
 }
 .soc-email1 {
     background-color: #578AD6;
 }
 .soc-email1:before {
     content:'<';
 }

/* ------------------------------------------------------------------------------------
	--  SEARCH PAGE BUTTON SET
	------------------------------------------------------------------------------------ */

.css_btn_class2 {
	margin:0px 10px 10px 0px;
	width:160px;
	height:30px;
	font-size:16px;
	font-family:Raleway;
	font-weight:normal;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	padding:20px 0px;
	text-decoration:none;
	text-align:center;
	background:-moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
	background:-ms-linear-gradient( top, #ffffff 5%, #f6f6f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffffff), color-stop(100%, #f6f6f6) );
	background-color:#ffffff;
	color:#666666;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
	}
	
.css_btn_class2:hover {
	background:-moz-linear-gradient( center top, #f6f6f6 5%, #ffffff 100% );
	background:-ms-linear-gradient( top, #f6f6f6 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f6f6f6), color-stop(100%, #ffffff) );
	background-color:#f6f6f6;
	}
.css_btn_class2:active {
	position:relative;
	top:1px;
	}
	
	/* ------------------------------------------------------------------------------------
		--  INFO BOX FOR SNAPSHOT
		------------------------------------------------------------------------------------ */
	
	/* Ribboned Infobox */
	
	.ribbon-infobox-container {
	    position: relative;
	    display: inline-block;
	    margin: 0;
	    padding: 0;
	    width: auto;
	}
	.ribbon-infobox {
	    width: 250px;
	    background: #424242;
	    padding: 10px 5px 5px 5px;
	    margin:10px;
	    position: relative;
	    z-index: 90;
	    -webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    border-radius: 2px;
	    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
	    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
	    box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
	    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	    background-image: -moz-linear-gradient(top,#FFFFFF,#FFFFFF);
	    color: #336699;
	    box-sizing: 250px;
	    font-size: 100%;
	}
	.ribbon-infobox h3 {
	    position: relative;
	    background: #3198dd;
	    width: 270px;
	    color: #fff;
	    padding: 5px;
	    margin: 0;
	    left: -15px;
	    z-index: 100;
	    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
	    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
	    box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
	    background-image: -webkit-gradient(linear, left top, left bottom, from(#33acfc), to(#3198dd));
	    background-image: -moz-linear-gradient(top,#33acfc,#3198dd);
	    font-size: 160%;
	    text-align: center;
	    text-shadow: #2187c8 0 -1px 1px;
	}
	
	.ribbon-infobox-container .triangle-l {
	    border-color: transparent #2083c2 transparent transparent;
	    border-style:solid;
	    border-width:13px;
	    height:0;
	    width:0;
	    position: absolute;
	    left: -12px;
	    top: 47px;
	    z-index: 0; /* displayed under infobox */
	}
	.ribbon-infobox-container .triangle-r {
	    border-color: transparent transparent transparent #2083c2;
	    border-style:solid;
	    border-width:13px;
	    height:0;
	    width:0;
	    position: absolute;
	    left: 266px;
	    top: 47px;
	    z-index: 0; /* displayed under infobox */
	}
	.ribbon-infobox a {
	    color: #35b0ff;
	    text-decoration: none;
	    border-bottom: 1px dotted none;
	}
	.ribbon-infobox a:hover, .ribbon-infobox a:focus {
	    text-decoration: none;
	    border-bottom: 1px dotted #35b0ff;
	}
	
	
	
#map-canvas {
	        height: 100%;
	        margin: 0px;
	        padding: 0px;
	}
	
		
.paginate {
	font-family:Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 3px;
	}
	
.paginate a {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #999;
	text-decoration:none;
	color: #666;
	}
.paginate a:hover, .paginate a:active {
	border: 1px solid #999;
	color: #000;
	}
	
.paginate span.current {
	margin: 2px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #999;
	font-weight: bold;
	background-color: #999;
	color: #FFF;
	}
	
.paginate span.disabled {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #eee;
	color:#DDD;
	}
		
.pageinate li{
	padding:4px;
	margin-bottom:3px;
	background-color:#FCC;
	list-style:none;}
			
.pageinate ul{margin:6px;
	padding:0px;
	}	
		
.proceedsbig {
	font: bold 3.8rem "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5;
	letter-spacing: -.05rem;
	color: #38369b;
	border-top: 1px solid #e8e8e8;
	}
	
.proceedssmile {
	font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222;
	font-size: 3.4rem;
	font-weight: 400;
	line-height: 1.35; 
	letter-spacing: -.08rem;
	}	
	
#results {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 62%;
	}
	
#results .numbers {
	text-align: right;
	margin-left: 10px;
	}
	
.marketing-subtitle {
	font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.35; 
	letter-spacing: -.08rem;
	}
	
#oneway {
	background: url(../images/one.png) no-repeat;
	}
#twoway {
	background: url(../images/two.png) right no-repeat;
	}
	
.marketwraper {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
	padding: 0px 0px 4px;
}

.market-item {
  display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 170px;
    height: 90px;
    padding: 10px;
    border: 1px solid rgba(178,178,178,1);
    -webkit-border-radius: 5px;
    border-radius: 5px;
	font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1;
	font-style: normal;
	color: #222;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.5) ;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.0) ;
  margin-left: 6px;
  margin-top: 4px;
	background: url(../images/market-price-icon.png) no-repeat left 5% top 5%;
	background-size: 17%;
	text-align: right;
}

.market-item-under{
	font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: border;
	border-bottom-style: solid;
	border-bottom-color: #ebebed;
	border-bottom: 1px solid rgb(67, 45, 185);
}

.market-item-data{
	font-family: Helvetica, Arial, sans-serif;
	color: #7e5cb7;
	font-size: 2.2em;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: .08rem;
	padding-top: 5px;
}

.market-item-titlebox {
color:#333; 
font-size:1.3em; 
font-weight: bold;
margin-bottom: 5px;
	font-variant: small-caps;
}

.specialcenter{
	text-align: center;
}

.specialcenter submit{
	text-align: center;
}
	