@charset "utf-8";
/* CSS Document */

/* Contact Us .............................................................*/	

#popupwrapper {
	display:none;
	}

#popup {  
    position:absolute;
    margin:0 auto;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 50px 2px #000;
	display: inline-block;
	z-index: 999;
}

svg {
    cursor: pointer;
    height: 24px;
    width: 24px;
}
svg > circle {
    stroke: black;
    fill: white;
}
svg > path {
    stroke: black;
}
svg:hover > circle {
    fill: red;
}
svg:hover > path {
    stroke: white;
}

.signup{
width:550px; 
height:400px; 
background-color:#FFF; 
border-bottom:solid; 
border-bottom-width:15px; 
border-bottom-color:#009F60;	
}

.newstitle{
	font-size:22px; 
	color:#FFF; 
	font-weight:bold; 
	background-color:#009F60; 
	width:100%; 
	text-align:center; 
	padding-top:10px; 
	padding-bottom:10px;
}

.bottomtext{
	font-size:12px;
}

.contactinput
{
-webkit-border-radius: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333;
	background-color: #F5F5F5;
	border: 1px solid #666;
	width:80%;
	height: 20px;
	padding-top:5px;
	padding-bottom:5px;
	text-indent: 5px;
}

.contactinput:focus
{
    background-color: #FFF0B4;
    border: 1px solid #FFCC66;
}

.btn-submit {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #009F60;
  text-decoration: none;
  cursor: pointer;
  width:80%;
  text-align:center;
  vertical-align:middle;
  padding-top:10px;
  padding-bottom:10px;
  
  	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	font-size:20px
}

.btn-submit:hover {
  background: #3ED51E;
  text-decoration: none;
}

.table{
	display: table;
}

.row {
    display: table-row;
}

.column {
    display: table-cell;
	width:80%;
	padding:10px;
	font-size:12px;
	vertical-align:top;
}
.column2 {
    display: table-cell;
	width:20%;
	padding:10px;
	text-align:center;
}
