@charset "UTF-8";

H1 {
	font-family: "Times New Roman";
	color: #000000;
}

a {
	color: #b22132;
}

.site-footer .container {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFFFFFF;
}

.site-footer ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

.site-footer ul a {
	font-size: 16px;
	font-weight: 400;
	font-family: "sofia-pro", sans-serif;
	color: #000000;
	line-height: 24px;
	opacity: .8;
}
.site-footer ul a:hover,
.site-footer ul a:focus {
	opacity: 1;
}

.site-footer p {
  font-family: "sofia-pro", sans-serif;
	color: #b22132;
	
  font-size: 17px;
	font-weight: 400;
}

.site-footer small {
  font-family: "sofia-pro", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #b22132;
	line-height: 11px;
}


.site-footer {
		background-color: #FFFFFF; 
		margin-top: 5%;
		padding-top: 3%;
	}

	.site-footer h4 {
		font-size: 16px;
		font-weight: 400;
		line-height: 17px;
		margin-bottom: 22px;
	}

	.site-footer ul a {
		font-size: 14px;
		line-height: 27px;
		
	}

	.site-footer p {		
	  font-size: 16px;
	}

	.site-footer small {
		font-size: 11px;
		line-height: 20px;
	}

	#footer-ipad {
		margin-left: -10%;
	}
.site-footer .footer-social {
		margin: 0 0 39px 0;
		float: none;
	}

	.site-footer .footer-social li a.footer-social-item {	
		width: 17px;
		margin: 0 0 0 8px;
	}

	.footer-credits {
		float: none;
	}
.site-footer .footer-social li {
   display: inline;

}
.site-footer .footer-social li a.footer-social-item {
	display: inline-block;
	width: 20px;
	opacity: .8;
	margin: 0 20px 0 0;
}
.site-footer .footer-social li a.footer-social-item:hover,
.site-footer .footer-social li a.footer-social-item:focus {
	opacity: 1;
}

.site-footer .footer-credits {
	float: right;
}#article {
	padding-top: 20px;
}
.image-fill {
	width: 100%;
}
.navbar.navbar-default {
	border-width: 0px;
	border-radius: 0px;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.contact-us {
	position:fixed;
}

.floaty-top {
	float: right;
	margin-top: 10px;
}

.floaty-top, .contact-us {
	width: 140px;
}






.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}



.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #ffffff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

/*******POPUP BOX********/
.popupbox{
	position:absolute;
	width:380px;
	height:auto;
	max-height:750px;
	display:inline-block;
	/*left:40%;top:100px;*/
	color:#535353;
}
.popupbox table{
	background:#FFF;
	border:0;
}
.popupbox .inputStyle{
	width:349px;
	height:28px;
	line-height:28px;
	margin:10px 15px 0px 15px;
	padding-left:10px;
	border:#bed8d7 1px solid;
	background:#f8fcff;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	/*padding-top:6px;*/
	vertical-align:baseline;
}
.popupbox .select{
	width:166px;
	height:30px;
	height:30px;
	margin:10px 15px 0px 15px;
	padding-left:10px;
	border:#bed8d7 1px solid;
	background:#f8fcff;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	/*float:left;*/
}
.popupbox table td{
	padding:0px;
	margin:0;
	border:none;
}
.popupbox table tr:first-child{
	background:#eaf4fd;
}
.popupbox table tr:first-child img{
	float:right;
	margin:0;
	padding:0;
	border:1px #FFFFFF solid;
}
.popupbox table span{
	float:left;
	font-size:150%;
	font-weight:bold;
	text-transform:uppercase;
	line-height:40px;
	padding-left:15px;
}
.popupbox .submitButton{
	border:none;
	background:#f7e440;
	font-size:inherit;
	font-weight:bold;
	padding:4px 15px;
	margin-top:10px;
	margin-bottom:10px;
}

