@charset "UTF-8";
body{

background: #136a8a; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #136a8a, #267871); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #136a8a, #267871); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

html, body{
   padding: 0;
   margin: 0;

   
}

h1 {font-family: 'Cabin Sketch', cursive;

font-size:24px;
display:inline;
}

h2 {font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:18px;
}

h3 {font-family: 'Raleway', sans-serif;
color:#EC9A29;
	}

h5 {font-family: 'Raleway', sans-serif;
font-size:16px;
display:inline;
}

p {font-family: 'Raleway', sans-serif;
	}
	
.title{
	width:400px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	color:#EC9A29;
	text-align:center;
}

.title h1 {
 overflow: hidden;
 text-align: center;
}
.title h1:before,
.title h1:after {
 background-color: #333;
 content: "";
 display: inline-block;
 height: 2px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
.title h1:before {
 right: 0.5em;
 margin-left: -50%;
}
.title h1:after {
 left: 0.5em;
 margin-right: -50%;
}

.titlebar{
background: #0f0c29;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  height:60px; 
  background-color:#605F5E; 
  margin-bottom:4px; 
  line-height:60px;	
}

.ninecontainer{
width:960px;
margin-left:auto;
margin-right:auto;	
}

.searchcontainer{
width: 960px;
height:110px;
border-radius:5px;
border-color:#b2c4d4;
border-width:1px;
margin-top:20px;
background-color:#e4eaee;	
padding:5px;
font-family: 'Raleway', sans-serif;
box-shadow: 0px 0px 2px #939393;
opacity: 1;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */

    opacity: 1; /* Firefox */
	font-family: 'Raleway', sans-serif;
	font-size:12px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
font-family: 'Raleway', sans-serif;
font-size:12px;

}

::-ms-input-placeholder { /* Microsoft Edge */
font-family: 'Raleway', sans-serif;
font-size:12px;

}





textarea{
    height: 110px;
    width: 860px;
    box-sizing:border-box;
	resize: none;
	border-color:#b2c4d4;
	border-radius:2px 0px 0px 2px;
   -moz-box-shadow:    inset 0 0 2px #939393;
   -webkit-box-shadow: inset 0 0 2px #939393;
   box-shadow:         inset 0 0 2px #939393;


}

input[type=submit]{
width:100px;
float:right;
cursor:pointer;
    position: relative;

    right: 0px;

    bottom: 114px;	
	height:110px;
}

input[type=submit], #copyresults, .emailbutton{

    text-decoration: none;
    color: #000000;
    background: -moz-linear-gradient(center top, #E0514E 0%, #DB3D44 100%) repeat scroll 0 0 transparent;
    background: #E0514E;
    border: 1px solid #B32028;
    border-radius: 0px 2px 2px 0px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,0.25);
    color: white !important;
    text-shadow: 0px -1px 0px #b32028 !important;
    transition: all 0.1s ease-in-out 0s;
    background-color: #E0514E;
padding:5px;
display:inline;
text-shadow: 0px -1px 0px #259b24 !important;
font-family: helvetica;
font-weight:400;
font-size:11px;

}

input[type=submit]:hover{
	 box-shadow: 0px 0px 0px rgba(0,0,0,0.3), inset 0px 0px 0px rgba(255,255,255,0.25);
}

.contentcontainer{
width: 800px;
height:30px;
border-radius:5px;
border-color:#b2c4d4;
border-width:1px;
margin-top:7px;
background-color:#e4eaee;	
padding:5px;
font-family: 'Raleway', sans-serif;
box-shadow: 0px 0px 2px #939393;
opacity: 0.95;
margin-left:auto;
margin-right:auto;
}

.contentcontaineroptions{

height:30px;
border-radius:5px;
border-color:#b2c4d4;
border-width:0px;
border-width-top:0px;
margin-top:5px;
background-color:#e4eaee;	
padding:5px;
font-family: 'Raleway', sans-serif;
box-shadow: 0px 0px 2px #939393;
opacity: 0.95;
margin-left:auto;
margin-right:auto;

}



.nav ul {
  list-style: none;
  background-color: #EC9A29;
  text-align: center;
  padding: 0;
  margin: 0;
}

.nav li {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  line-height: 30px;
  text-align: left;
}

.nav a {
  text-decoration: none;
  color: #605F5E;
  display: block;
  padding-left: 15px;
  border-bottom: 1px solid #888;
  transition: .3s background-color;

}

.nav a:hover {
  background-color: #005f5f;
}

.nav a.active {
    background-color: #605F5E;
	color:#EC9A29;
	font-weight:700;
  cursor: default;
}

/* Sub Menus */
.nav li li {
  font-size: .8em;
}

/*******************************************
   Style menu for larger screens

   Using 650px (130px each * 5 items), but ems
   or other values could be used depending on other factors
********************************************/

@media screen and (min-width: 650px) {
  .nav li {
    width: 150px;
	
    border-bottom: none;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    display: inline-block;
    margin-right: -4px;
  }

  .nav a {
    border-bottom: none;
  }

  .nav > ul > li {
    text-align: center;
  }

  .nav > ul > li > a {
    padding-left: 0;
  }

  /* Sub Menus */
  .nav li ul {
    position: absolute;
    display: none;
    width: inherit;
	text-align:center;
  }

  .nav li:hover ul {
    display: block;
  }

  .nav li ul li {
    display: block;
  }
}



input[type=checkbox]:hover{
	 text-decoration:underline;
}


input[type=checkbox] {
    position: absolute;
    left: -9999px;
}

input[type=checkbox]:checked + label {
    /* awesome styles */
   text-decoration: none;
    color: #000000;
    background: -moz-linear-gradient(center top, #E44E56 0%, #DB3D44 100%) repeat scroll 0 0 transparent;
    background: #E44E56;
    border: 1px solid #259b24;
    border-radius: 9px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,0.25);
    color: white !important;
    text-shadow: 0px -1px 0px #259b24 !important;
    transition: all 0.5s ease-in-out 0s;
    background-color: #8bc34a;
padding:6px;
font-size:12px;
padding-left:8px;
font-family: helvetica;
font-weight:200;
font-size:11px;

}

input[type=checkbox] + label {
    /* styles for an "on" indicator */
  /* styles for an "on" indicator */
   text-decoration: none;
    color: #000000;
    background: -moz-linear-gradient(center top, #E44E56 0%, #DB3D44 100%) repeat scroll 0 0 transparent;
    background: #E44E56;
    border: 1px solid #1F487E;
    border-radius: 2px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,0.25);
    color: white !important;
    text-shadow: 0px -1px 0px #000000 !important;
    transition: all 0.1s ease-in-out 0s;
    background-color: #247BA0;
padding:6px;
padding-left:8px;
font-family: helvetica;
font-weight:400;
font-size:11px;
cursor:pointer;
position:relative;
bottom:-3px;
right:-4px;

}

.checkboxselect label:hover{

 box-shadow: 0px 0px 0px rgba(0,0,0,0.3), inset 0px 0px 0px rgba(255,255,255,0.25);
	
}

.radioselect label:hover{

 box-shadow: 0px 0px 0px rgba(0,0,0,0.3), inset 0px 0px 0px rgba(255,255,255,0.25);
	
}


.checkboxselect label::before{
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    background-color:#fff;
    border: 1px solid; 
	margin-right:5px;
	margin-bottom:-3px; 
border-radius:2px; 
}

.checkboxselect label::after {
    content: "";
    display: inline-block;
    height: 4px;
    width: 8px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    color:#EC9A29;
    transform: rotate(-45deg);
}


.checkboxselect label::after {
    left: 10px;
    top: 8px;
}
.checkboxselect label {

    position: relative;
}



.checkboxselect label::after {
    position: absolute;
}

.checkboxselect input[type="checkbox"] + label::after {
    content: none;
}
/*Unhide the checkmark on the checked state*/
.checkboxselect input[type="checkbox"]:checked + label::after {
    content: "";
}

input[type=radio] {
    position: absolute;
    left: -9999px;
}

input[type=radio]:checked + label {
    /* awesome styles */
   text-decoration: none;
    color: #000000;
    background: -moz-linear-gradient(center top, #E44E56 0%, #DB3D44 100%) repeat scroll 0 0 transparent;
    background: #E44E56;
    border: 1px solid #259b24;
    border-radius: 9px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,0.25) !important;
    color: white !important;
    text-shadow: 0px -1px 0px #259b24 !important;
    transition: all 0.5s ease-in-out 0s;
    background-color: #8bc34a;
padding:6px;
font-family: 'Raleway', sans-serif;
font-weight:400;
font-size:11px;

}

input[type=radio] + label {
    /* styles for an "on" indicator */
   text-decoration: none;
    color: #000000;
    background: -moz-linear-gradient(center top, #E44E56 0%, #DB3D44 100%) repeat scroll 0 0 transparent;
    background: #E44E56;
    border: 1px solid #1F487E;
    border-radius: 2px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,0.25);
    color: white !important;
    text-shadow: 0px -1px 0px #000000 !important;
    transition: all 0.1s ease-in-out 0s;
    background-color: #247BA0;
padding:6px;
font-family: 'Raleway', sans-serif;
font-weight:400;
font-size:11px;
padding-left:8px;
position:relative;
bottom:-3px;
right:-3px;
cursor:pointer;
}

.radioselect label::before{
    content: "";
    display: inline-block;
    
    height: 12px;
    width: 12px;
    
    border: 2px solid; 
	margin-right:5px;
	margin-bottom:-4px; 
border-radius:100%;

}

.radioselect input[type="radio"] + label::before {
    
	background-color:#ffffff; 
}
/*Unhide the checkmark on the checked state*/
.radioselect input[type="radio"]:checked + label::before {
	background:#EC9A29;
	}

.noticebox{
text-align:center;
background-color:#FFF;
margin-top:5px;
padding:5px;
width: 960px;
border-radius:5px;
border-color:#b2c4d4;
border-width:1px;
margin-top:7px;
background-color:#e4eaee;	
padding:5px;
font-family: 'Raleway', sans-serif;
box-shadow: 0px 0px 2px #939393;
opacity: 0.98;
font-size:12px;
margin-left:auto;
margin-right:auto;
/*width: 98vw;
  margin-left: calc(-48vw + 48%);*/
}

.stretch{

text-align:center;
background-color:#FFF;

padding:5px;
border-radius:5px;
border-color:#b2c4d4;
border-width:1px;

background-color:#e4eaee;	
padding:5px;
font-family: 'Raleway', sans-serif;
box-shadow: 0px 0px 2px #939393;
opacity: 0.98;
font-size:12px;
margin-left:auto;
margin-right:auto;
width: 960px;
margin-left:50px;

}

.innerresults{

width: 960px;
padding:10px;
   box-sizing:border-box;
	resize: none;
	border-color:#b2c4d4;
	border-radius:2px 2px 2px 2px;
   -moz-box-shadow:    inset 0 0 2px #939393;
   -webkit-box-shadow: inset 0 0 2px #939393;
   box-shadow:         inset 0 0 2px #939393;
   background-color:#FFF;
   text-align:left;
   font-size:14px;
}

.stretchinnerresults{
width:860px;;
padding:10px;
   box-sizing:border-box;
	resize: none;
	border-color:#b2c4d4;
	border-radius:2px 2px 2px 2px;
   -moz-box-shadow:    inset 0 0 2px #939393;
   -webkit-box-shadow: inset 0 0 2px #939393;
   box-shadow:         inset 0 0 2px #939393;
   background-color:#FFF;
   text-align:left;
   font-size:14px;

}


table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #64706c;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.footerbar{
padding:1px;
  margin-top:20px;
  background-color:#EC9A29; 
color:#FFF;
text-align:center;
  	
}

.infobox{
width:120px;

background-color:green;
border-radius:5px;
border-color:#b2c4d4;
border-width:1px;
background-color:#EC9A29;
margin:10px;
font-family: 'Raleway', sans-serif;
padding:10px;	
position:absolute;
top:330px;
left:110px;
text-align:center;
}

.infobox:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.infobox:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #EC9A29;
	border-width: 7px;
	margin-left: -7px;
}
.infobox:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #EC9A29;
	border-width: 8px;
	margin-left: -8px;

}

.loginbox{
width:400px; 
height:200px; 
background-color:#f9f9f9; 
opacity: 0; 
position:fixed; 
top:50px; 
left:50%; 
z-index:100; 
border:#CCC; 
padding:20px; 
border-radius:5px;	
box-shadow: 0px 0px 5px #939393;
}