/* RESET */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body {
	font-family: open_sansregular, Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #222222;
	height: 100%;
	background-color: #ffffff;
	overflow-x: hidden;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

/* Custom Fonts + Typography */

@font-face {
	font-family: 'open_sansregular';
	src: url('/fonts/OpenSans-Regular-webfont.eot');
	src: url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
			 url('/fonts/OpenSans-Regular-webfont.woff') format('woff'),
       url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
       url('/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('/fonts/OpenSans-Semibold-webfont.eot');
    src: url('/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('/fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
}

h1 {
	font-family: open_sanssemibold, Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 32px;
	text-align: center;
	margin: 0px 10px 16px 10px;
	color: #3975b9;
	font-size: 26px;
}

.sml-header {
	font-size: 24px;
}

h2 {
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
	margin: 18px 10px 9px 10px;
}

.code-title {
	margin-left: 0;
}

.sec-title {
	margin-top: 0;
}

.sec-title-2 {
	margin-left: 0;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

h4 {
	margin-bottom: 9px;
	font-family: open_sanssemibold, Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h5 {
  margin-bottom: 18px;
  font-family: open_sansregular, Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
}
  
h5, h4 {
	padding-left: 10px;
	padding-right: 10px
}

p {
  font-family: open_sansregular, Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin: 0 10px 24px 10px;
}

.result-gap {
	margin-top: 24px !important;
}

.resultlabel {
	padding-left: 9px;
	margin: 18px 0;
	font-family: open_sanssemibold, Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal; 
}

.well h4 {
	padding-top: 9px;
}

big {
	font-size: 17px !important;
}

small {
  font-size: 13px !important;
}

.copy {
	font-size: 14px;
	text-align: center;
	margin-bottom: 0;
}

.sm-btm {
	margin-bottom: 10px;
}

.terms-txt {
	font-size: 13px;
}

.small-gap-lside {
	padding-left: 10px;
}

pre, code {
	font-size: 16px !important;
	white-space: pre-line;
}

a small.ignore {
  word-break: break-all;
}

td.density {
	display: block;
}

/* Basic Page Structure */

header {
	background: -o-linear-gradient(bottom, #5e93d5 5%, #3764a8 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5e93d5), color-stop(1, #3764a8) );
  background: -moz-linear-gradient( center top, #5e93d5 5%, #3764a8 100% );
  background: -o-linear-gradient(top,#5e93d5,3764a8);
	border-color: #f08f10 #f08f10 #fdea76;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	zoom: 1;
	position: fixed;
  width: 100%;
  height: 48px;
  z-index: 1;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
}

#content {
	background-color: #FFFFFF;
	padding: 52px 0 0 0;
	position: relative;
	width: auto;
	height: 100%;
	-webkit-box-shadow: -10px 0px 9px 0px rgba(0, 0, 0, 0.4);
	box-shadow: -10px 0px 9px 0px rgba(0, 0, 0, 0.4);
}

#contentLayer {
  display: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  z-index: 5;
}

.footer {
	background-color: #43454a;
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
  padding: 18px;
}

.logo {
	display: inline-block;
	height: 48px;
	padding-left: 6px;
}

.more-link {
  padding-left: 10px;
}

.small-gap-lside {
	padding-left: 9px;
}

.mid-banner-pad {
padding-bottom: 18px;
margin: 0 auto;
text-align: center;
}

/* Hamburger Nav Styles */

#hamburger {
  cursor: pointer;
  float: right;
  height: 24px;
  padding: 3px 4px 3px;
  position: relative;
  top: 6px;
  right: 12px;
  width: 25px;
  background: transparent;
}

#hamburger div {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 2px 2px 2px 2px;
	height: 2px;
	margin-top: 4px;
	width: 90%;
}

/* Main Nav Structure */

nav {
	opacity: 0;
	right: 0px;
	top: 0px;
	position: fixed;
	z-index: 0;
	width: 80%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	background: #3e3c3d;
	background: -moz-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3c3d), color-stop(100%, #2d2c2d));
	background: -webkit-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
	background: -o-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
	background: -ms-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
	background: linear-gradient(to bottom, #3e3c3d 0%, #2d2c2d 100%);
}

nav ul {
	list-style: none;
	margin: 0;
	width: 100%;
	padding: 0;
}

nav li {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #222222;
	border-top: 1px solid #444444;
	padding: 15px;
	line-height: 18px;
}

.new-sub-nav {
  margin-top: 16px;
  background-color: #3f3f3f;
}

.optional {
  margin: 0;
}

.accordion {
  margin-bottom: 0;
}

.icon-plus-sign {
	background-position: 0 -96px;
}

.icon-minus-sign {
	background-position: -24px -96px;
}

.icon-white{
	background-image: url("/images/glyphicons-halflings-white.png");
}

[class^="icon-"],[class*=" icon-"]{
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	
	background-repeat: no-repeat;
	*margin-right: .3em;
}

.top-list li a {
	display: inline !important;
}

.view-list {
	padding-top: 0px;
	display: block;
	text-align: center;
}

.accordion-b {
	margin-top: 10px;
	margin-bottom: 18px;
}

ol {
	list-style-type: decimal;
	margin-left: 37px;
	margin-right: 10px;
	font-size: 16px;
}

article ol {
	list-style-type: decimal;
	margin-left: 37px;
	margin-right: 10px;
}

article ol li {
	padding-bottom: 12px;
	font-size: 16px;
}

.last-ol {
	padding-bottom: 0;
}

ul.reg-list {
	margin-left: 30px;
	list-style-type: disc;
}

ul.reg-list li {
	padding-bottom: 12px;
}

article p {
	margin-bottom: 18px;
}

.no-gap {
	margin-bottom: 0;
}

.no-gap-mobile {
	margin-bottom: 0 !important;
}

.sample-code {
	background-color: #e8e8e8;
	padding: 9px;
}

.sample-code-btn {
	background-color: #e8e8e8;
	padding: 9px;
	margin-right: 18px;
}

.submit-terms {
	font-size: 13px;
	margin-left: 0;
	margin-bottom: 0;
	line-height: 18px;
	margin-top: 18px;
}

/* Form Styles */

.form-holder {
	background-color: #f9f9f9;
	padding: 0;
	margin-top: 9px;
	border-radius: 6px;
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.idx-form {
	margin-left: 9px;
	margin-right: 9px;
}

.highlight-head {
  background-color: #4974b9;
  padding: 9px;
  margin-left: 9px;
  margin-right: 9px;
}

.inside-head {
	margin-left: 0;
	margin-right: 0;
}

.highlight-head-wide {
  background-color: #4974b9;
  padding: 9px;
  margin-left: 0;
  margin-right: 0;
}

.submission-form label {
  display: block;
  float: left;
  padding-top: 5px;
  padding-left: 9px;
  font-size: 13px;
  line-height: 18px;
}

.submission-input {
  float: left;
}

.submission-txt {
	margin-bottom: 12px;
}

.submission-txt input, .controls input {
  width: 95%;
  height: 24px;
  font-size: 15px;
  padding: 2px 5px;
  color: #666666;
  margin-left: 9px;
  border: 1px solid #D1C9C5;
  border-radius: 4px;
}

.controls input {
	margin-left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 30px;
}

.index-submission-txt input {
  width: 92.5%;
  height: 24px;
  font-size: 15px;
  padding: 2px 5px;
  color: #666666;
  margin-left: 9px;
  border: 1px solid #D1C9C5;
  border-radius: 4px;
}

.submission-form input[type='checkbox'] {
  margin-right: 9px;
  margin-bottom: 7px;
}

textarea {
	width: 100%;
	height: 117px;
	resize: none;
	box-sizing: border-box;
}

select {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 12px;
}

.submission-form input[type="submit"] {
  font-weight: 600;
  cursor: pointer;
  cursor: hand;
  color: #ffffff;
  height: 36px;
  line-height: 0;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  padding: 0 0 3px 0;
  width: 87%;
  margin: 0 0 9px 0;
  border-radius: 4px;
  border: 2px solid #ffffff;
  vertical-align: top;
  -webkit-appearance: none;
  background:-o-linear-gradient(bottom, #ee2121 5%, #9c0606 100%);
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ee2121), color-stop(1, #9c0606) );
  background:-moz-linear-gradient( center top, #ee2121 5%, #9c0606 100% );
  background: -o-linear-gradient(top,#ee2121,#9c0606);
  background-color: #bd1111;
  box-shadow: 0px 2px 4px 2px rgba(16, 44, 85, 0.25);
  text-shadow: none;
}

.alt-color {
  color: #ffffff;
  font-size: 18px;
}

.btn {
  font-weight: 600;
  cursor: pointer;
  cursor: hand;
  color: #ffffff;
  height: 36px;
  line-height: 0;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  padding: 8px 12px 8px 12px;
  width: 87%;
  margin: 0 auto 9px auto;
  border-radius: 4px;
  border: 2px solid #ffffff;
  vertical-align: top;
  -webkit-appearance: none;
  background:-o-linear-gradient(bottom, #ee2121 5%, #9c0606 100%);
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ee2121), color-stop(1, #9c0606) );
  background:-moz-linear-gradient( center top, #ee2121 5%, #9c0606 100% );
  background: -o-linear-gradient(top,#ee2121,#9c0606);
  background-color: #bd1111;
  box-shadow: 0px 2px 4px 2px rgba(16, 44, 85, 0.25);
  text-shadow: none;
}

.alt-btn {
  font-weight: 600;
  cursor: pointer; cursor: hand;
  color: #ffffff;
  height: 36px;
  line-height: 0;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  padding: 0 0 3px 0;
  width: 196px;
  margin: 0 0 18px 9px;
  border-radius: 4px;
  border: 2px solid #ffffff;
  vertical-align: top;
  -webkit-appearance: none;
  background:-o-linear-gradient(bottom, #ee2121 5%, #9c0606 100%);
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ee2121), color-stop(1, #9c0606) );
  background:-moz-linear-gradient( center top, #ee2121 5%, #9c0606 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ee2121", endColorstr="#9c0606");
  background: -o-linear-gradient(top,#ee2121,#9c0606);
  background-color: #bd1111;
  box-shadow: 0px 2px 4px 2px rgba(16, 44, 85, 0.25);
} 

.remote-holder {
	clear: both;
}

label.inline-lab {
	float: left;
	text-align: left;
	padding-left: 9px;
	font-size: 13px;
}

.inline-txt {
	float: right;
	width: 80%;
}

.centered-btn {
	text-align: center;
}

.mobile-centered-btn {
	text-align: center;
}

.centered-form {
	margin: 0 9px;
}

.submission-form br {
	display: block;
	height: 12px;
}


.btn-gap {
	margin-top: 24px;
}

.form-info-area {
  /*float: left;*/
  width: 100%;
}

.fixed-sub-txt {
  display: inline-block;
  margin-bottom: 18px !important;
}

.sitemap-area {
  /*float: left;
  width: 40%;*/
  box-sizing: border-box;
}

.sitemap-area p {
  font-size: 13px;
  /*padding-left: 24px;*/
  /*padding-top: 6px;*/
  margin-top: 12px;
  line-height: 18px;
}

.terms-txt h1 {
	text-align: left;
	font-size: 20px;
	margin-bottom: 0;
}

.terms-list {
	margin-bottom: 20px;
	margin-left: 22px;
}

.terms-list li {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 9px;
}

input[type="button"] {
    font-weight: 600;
    cursor: pointer;
    cursor: hand;
    color: #ffffff;
    height: 36px;
    line-height: 0;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    padding: 0 0 3px 0;
    width: 124px;
    margin: 0 9px 9px 9px;
    border-radius: 4px;
    border: 2px solid #ffffff;
    vertical-align: top;
    -webkit-appearance: none;
    background: -o-linear-gradient(bottom, #ee2121 5%, #9c0606 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ee2121), color-stop(1, #9c0606) );
    background: -moz-linear-gradient( center top, #ee2121 5%, #9c0606 100% );
        background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ee2121", endColorstr="#9c0606");
    background: -o-linear-gradient(top,#ee2121,#9c0606);
    background-color: #bd1111;
    box-shadow: 0px 2px 4px 2px rgba(16, 44, 85, 0.25);
}

/*------ top 50 tabs ------*/

.lst-tabs {
	margin: 0 10px;
}

.lst-tabs ul {
	font-size: 0;
	display: table;
	width: 100%;
	margin-left: 1px;
}

.lst-tabs li.inactive {
	cursor: pointer;
	display: table-cell;
	padding: 12px 6px;
	border: 1px solid #D1C9C5;
	border-bottom: none;
	font-size: 14px;
	font-weight: bold;
	color: #3975b9;
	text-shadow: 0px 1px 0px rgba(250, 250, 250, 0.95);
	text-align: center;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px; 
	background: rgb(227,227,227);
	background: linear-gradient(0deg, rgba(227,227,227,1) 0%, rgba(241,241,241,1) 35%, rgba(248,248,248,1) 100%); 
}

.lst-tabs li.inactive:hover {
	text-shadow: none;
	color: #413f3f;
}

.lst-tabs li {
	display: table-cell;
	padding: 12px;
	border: 1px solid #eaeaea;
	font-size: 14px;
	font-weight: bold;
	color: #3975b9;
	text-align: center;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	cursor: default;
	background: rgb(184,18,17);
	background: linear-gradient(0deg, rgba(184,18,17,1) 0%, rgba(199,20,20,1) 30%, rgba(211,22,22,1) 100%);
	color: #fcf8e3;
	border: 1px solid #b81211;
}

/*Top 50 Table*/

.left_list_a, .right_list_a {
	margin: 9px 10px 16px 10px;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
}

.right_list_a {
	margin-top: 9px;
}

.left_list_a {
	margin-top: 0;
}

.left_list_a, .right_list_a {
	border-width: 1px 0 1px 1px; 
}

.left_list_a table, .right_list_a table {
  border-collapse: collapse;
  border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.left_list_a tr:nth-child(even), .right_list_a tr:nth-child(even) { background-color:#f1f1f1; }
.left_list_a tr:nth-child(odd), .right_list_a tr:nth-child(odd) { background-color:#eaeaea; }

.left_list_a td, .right_list_a td {
	vertical-align: middle;
	border: 1px solid #eaeaea;
	border-width: 0;
	text-align: left;
	padding: 0;
	font-size: 13px;
	font-weight: 600;
}

.left_list_a td tr:last-child td, .right_list_a td tr:last-child td {
	border-width: 0px 0px 0px 0px;
}

.left_list_a tr td:last-child, .right_list_a tr td:last-child {
	border-width: 0px 0px 1px 0px;
}

.left_list_a tr:last-child td:last-child, .right_list_a tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

.left_list_a tr:first-child td, .right_list_a tr:first-child td {
	background: -o-linear-gradient(bottom, #4974b9 5%, #3764a8 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4974b9), color-stop(1, #3764a8) );
	background: -moz-linear-gradient( center top, #4974b9 5%, #3764a8 100% );
	background-color: #4974b9;
	border: 0px solid #eaeaea;
	text-align: center;
	border-width: 0;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.left_list_a tr:first-child td:first-child, .right_list_a tr:first-child td:first-child {
	border-width: 0px 0px 0px 0px;
}

.left_list_a tr:first-child td:last-child, .right_list_a tr:first-child td:last-child {
	border-width: 0;
}

.left_list_a tr:first-child td, .right_list_a tr:first-child td {
	background: -o-linear-gradient(bottom, #4974b9 5%, #3764a8 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4974b9), color-stop(1, #3764a8) );
	background: -moz-linear-gradient( center top, #4974b9 5%, #3764a8 100% );
	background-color: #4974b9;
	text-align: left;
	font-weight: 600;
	color: #ffffff;
	padding: 3px 9px;
}

td.centered-col {
	text-align: center;
}

.even {
	background-color: #dddddd;
}

.left_list_a ul, .right_list_a ul {
	margin: 0;
}

.left_list_a li, .right_list_a li {
	line-height: 33px;
	border-bottom: 1px solid #eaeaea;
	color: #0d3e7a;
}

.left_list_a li, .right_list_a li {
	line-height: 33px;
	padding: 0 7px;
	border-bottom: 1px solid #eaeaea;
}

.left_list_a ul li span, .right_list_a ul li span {
	padding: 0 4px 0 0;
}

.left_list_a li:last-child, .right_list_a li:last-child {
	border-bottom: none;
}

.row {
	overflow: hidden;
	margin-bottom: 24px;
}

.centered {
	text-align: center;
}

.row-nobottom-gap {
	margin-bottom: 0;
}

.col-1 {
	float: left;
	width: 50%;
	font-size: 14px;
	box-sizing: border-box;
	margin-bottom: 18px;
}

.col-1-top {
	margin-bottom: 0;
}

.col-2c {
	width: 50%;
	float: left;
	padding-left: 10px;
	font-size: 14px;
	box-sizing: border-box;
}

.long-link {
  word-wrap: break-word;
}

.result-link {
  word-break: break-all;
}

.linkto .col-1 {
	width: 100%;
	box-sizing: border-box;
}

.linkto .col-5 {
	width: 100%;
	box-sizing: border-box;
	margin: 0 9px;
}

.linkto .col-5 p{
	margin-left: 0;
}

.single-col-linkto {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 9px; 
}

.long-link {
  word-wrap: break-word;
}

.link-txt {
	margin-bottom: 6px;
}

.link-img {
	margin-left: 10px;
	/*margin-bottom: 24px;*/
}

.narrow {
	width: 94%;
	margin: 0 auto;
}

/* Link Styles */

a:link, a:active, a:visited, a:hover {
	color: #3975b9;
	text-decoration: none;
}

nav li a:link, nav li a:active, nav li a:visited {
	color: #ffffff;
	text-decoration: none;
}

a.drop-nav  {
  color: #ffffff;
  font-family: open_sanssemibold, Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
  cursor: pointer;
}

/*Tool Results and Submission Results Styles */
.tool-results {
	padding-left: 9px;
	padding-right: 9px;
}

.tool-results p {
	margin-left: 0;
	margin-right: 0;
}

.tool-top-gap {
	padding-top: 18px;
}

/* Remove outline on active accordian links */
.ui-accordion-header { outline: none; }
.ui-state-focus { outline: none; }

.scale-img {
	max-width: 100%;
	height: 100%;
}

.desk-head {
	display: none;
}

.dark-box, .sidebar {
	display: none;
}

.top-banner {
 padding-top: 24px;
}

.desk-frame {
	display: none;
}

.right-btn {
	text-align: center !important;
	margin: 0 auto !important;
	width: 94% !important;
}

.admin-form {
	padding-left: 9px;
}


/* meta tag section info */

.control-group.warning > label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#c09853;}
.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#c09853;border-color:#c09853;}
.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:0 0 6px #dbc59e;-moz-box-shadow:0 0 6px #dbc59e;box-shadow:0 0 6px #dbc59e;}
.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853;}
.control-group.error > label,.control-group.error .help-block,.control-group.error .help-inline{color:#b94a48;}
.control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48;border-color:#b94a48;}
.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:0 0 6px #d59392;-moz-box-shadow:0 0 6px #d59392;box-shadow:0 0 6px #d59392;}
.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48;}
.control-group.success > label,.control-group.success .help-block,.control-group.success .help-inline{color:#468847;}
.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847;border-color:#468847;}
.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:0 0 6px #7aba7b;-moz-box-shadow:0 0 6px #7aba7b;box-shadow:0 0 6px #7aba7b;}
.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847;}
.control-group{margin-bottom:9px;}
legend + .control-group{margin-top:18px;-webkit-margin-top-collapse:separate;}
.form-horizontal .control-group{margin-bottom:18px;*zoom:1;}
.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;content:"";}
.form-horizontal .control-group:after{clear:both;}

.control-label {
	float: left;
	width: 100%;
	padding-top: 5px;
	text-align: left;
	box-sizing: border-box;
}

.icon-question-sign {
	background-position: 0 0;
}

.icon-help {
	background-image:url("/images/help-icon.png");
}

.icon-right {
	float: right;
	margin: 0 12px 0 0;
}

.tool_tip {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #E7E6E0;
	background: rgba(231, 230, 224, 0.95);
	color: #494847;
	position: absolute;
	z-index: 50;
	left: 22px;
	margin-top: 64px;
	padding: 3px 12px;
	width: 78%;
	display: none;
}

.tool_tip::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent transparent #E7E6E0 transparent;
	border-color: transparent transparent rgba(231, 230, 224, 0.95) transparent;
	border-style: solid;
	border-width: 9px;
	height: 0;
	width: 0;
	top: -18px;
	left: 24px;
}

.tool_tip p {
	font-size: 13px;
	line-height: 18px;
	padding: 12px 0;
	margin-bottom: 0;
}

.controls > .radio:first-child,.controls > .checkbox:first-child{padding-top:5px;}

.controls {
	margin-left: 9px;
	margin-right: 9px;

}

.result-table td span {
	margin-left: 9px !important;
}

.result-table td span.good, .result-table td span.error, .result-table td span.warn {
	margin-left: 0 !important;
}

@media screen and (min-width:650px) {

	/*------ top 50 tabs ------*/

	.lst-tabs {
		margin: 0 10px;
	}

	.lst-tabs ul {
		font-size: 0;
		display: table;
		width: auto;
	}

	.lst-tabs li, .lst-tabs li.inactive {
		font-size: 16px;
		padding-left: 18px;
		padding-right: 18px;
	}

	.narrow-col {
		width: 15%;
	}

}

/*Tool Results and Submission Results Styles */

@media screen and (max-width:959px) {

	.result-gap {
		margin-right: 9px;
		margin-left: 9px;
	}

	.result-gap p {
		margin-left: 0;
		margin-right: 0;
	}

	.result-table {
		margin-bottom: 18px;
	}

	.result-gap table {
		display: none;
	}

	.result-table table, table.keywords {
		display: table;
		width: 100%
	}

	.centered-form {
		border: 1px solid #eaeaea;
		padding-bottom: 18px;
		margin-top: 18px;
	}

	.centered-form h2.highlight-head, #s_content h2.highlight-head {
		margin: 0 0 9px 0;
	}

	.centered-form form p {
		padding-left: 0 !important;
	}

	.centered-form .submission-txt input {
		width: 90%;
	}

	/*big, small {
		padding-left: 9px;
		padding-right: 9px;
		display: inline-block;
		line-height: 18px;
	}*/

	#impact {
		margin-bottom: 18px;
		margin-right: 9px;
		margin-left: 9px;
	}

	td.density {
		display: block;
	}

	.sub_table, #barchart {
		display: none;
	}

	.result-gap div.medium-gap-bottom {
		display: none;
	}

	p.result-gap {
		margin-top: 0 !important;
	}

	.rel-form p {
		margin-bottom: 0;
	}

	.indicator {
		margin-top: 18px;
		text-align: center;
	}

	#iframe-container {
		display: none;
	}

	#submit_progress {
		padding-bottom: 18px;
	}

}

	@media screen and (max-width:959px) {

	.col-1 {
	line-height: 44px;
	}

	.col-1 label {
	display: inline-block;
	float: none;
	padding-left: 0;
	}

	.submission-form input[type="checkbox"] {
	margin-right: 18px !important;
	}

	.idx-form .col-1 a, .copy, .left_list_a td, .right_list_a td {
	font-size: 16px;
	}

	.left_list_a li, .right_list_a li {
	line-height: 38px;
	}

	.idx-form label {
	font-size: 16px;
	padding-bottom: 8px;
	}

	.idx-form .index-submission-txt {
	margin-bottom: 24px;
	}

	.idx-form br:nth-of-type(-n+2) {
	display: none;
	}

	.col-1 br:nth-of-type(-n+2) {
	display: block;
	}
	
}

/* Desktop Styles */

@media screen and (min-width:960px) {
    
	.lst-tabs {margin: 0;}
	.col-1 label {
	display: inline-block !important;
	float: none !important;
	}

	body {
		font-size: 15px;	
		line-height: 20px;
		font-weight: 400;
		color: #222222;
		background: #4975b9 url(/images/back.jpg) 0 0 repeat-x;
		text-align: center;
	}

	h1, h2, h3, h4 {
		color: #3975b9;
		margin-bottom: 9px;
		font-family: open_sanssemibold, "Calibri", "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		line-height: 20px;
	}

	h1 {
		margin-top: 0;
	}

	h1, h2, .sml-header {
		font-size: 20px;
		text-align: left;
	}

	h3 {
		font-size: 17px;
		color: #0d3e7a;
	}

	.col-1 h2, .col-5 h2, .single-col-linkto h2 {
		color: #222222;
		font-size: 15px;
		font-weight: normal;
	}

	.code-title {
		margin-top: 0;
		font-family: "open_sansregular", "Calibri", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

	.no-marg-btm {
		margin-bottom: 0 !important;
	}

	.sidebar h3 {
		font-weight: normal;
	}

	h4 {
		font-size: 15px;
		color: #222222;
	}

	h5 {
		font-size: 15px;
		color: #222222;
		margin-bottom: 24px;
		padding-left: 0;
	}

	p {
		margin-bottom: 24px;
		margin-left: 0;
		margin-right: 0;
		font-size: 15px;
	}

	p.result-gap {
		margin-top: 0 !important;
	}

	.sm-btm {
		margin-bottom: 24px;
	}

	.sidebar p {
	    margin-bottom: 36px;
	}

	.sample-code {
	 	margin-bottom: 24px;
	}

	.sample-code-btn {
		margin-right: 0;
	 	margin-bottom: 24px;
	}

	.submit-terms {
		font-size: 15px;
		margin-left: 10px;
		line-height: 24px;
		margin-top: 0;
	}

	.desk-head, .top-banner, .sidebar {
		display: block;
	}

	#content {
		background-color: transparent;
		box-shadow: none;
		padding-top: 0;
	}

	.mobile-head {
		display: none;
	}

	.row {
		overflow: hidden;
		margin-bottom: 0;
	}

	.col-1, .col-2, .col-2a, .col-3, .col-4, .col-4a, .col-5 {
		float: left;
		text-align: left;
	}

	.col-1 {
		width: 25%;
		font-size: 15px;
		margin-bottom: 0;
	}

	.linkto .col-1 {
		width: 25%;
	}

	.linkto .col-5 {
		width: 75%;
		margin-right: 0;
		margin-left: 0;
	}

	.col-2 {
		width: 33%;
	}

	.col-2a {
		width: 260px;
	}

	.col-2b {
		width: 245px;
		float: left;
	}

	.col-2c {
		width: 350px;
		float: left;
		padding-left: 0;
		font-size: 15px;
	}

	.col-3 {
		width: 50% !important;
	}

	.col-4 {
		width: 66%;
	}

	.col-4a {
		width: 635px;
	}

	.col-5 {
		width: 75%;
	}

	.col-6 {
		width: 960px;
		margin: 0 auto;
		clear: both;
		overflow: hidden;
	}

	.centered-col {
	  margin: 0 0 0 200px;
	}

	.single-col-linkto img {
		margin-bottom: 24px;
	}

	.small-gap-top {
		margin-top: 9px;
	}

	.medium-gap-top {
		margin-top: 24px;
	}

	.large-gap-top {
		margin-top: 36px;
	}

	.medium-gap-bottom {
		margin-bottom: 24px !important;
	}

	.small-gap-rside {
		margin-right: 9px;
		padding-right: 0;
	}

	.small-gap-lside {
		margin-left: 9px;
		padding-left: 0;
	}

	.small-gap-bottom {
	  margin-bottom: 18px;
	}

	.medium-gap-rside {
		margin-right: 18px;
	}

	.large-gap-rside {
		margin-right: 24px;
	}

	.xlarge-gap-rside {
		margin-right: 30px;
	}

	.large-gap-lside {
		margin-left: 30px;
	}

	.full-vert-pad {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.full-side-pad {
		padding-left: 24px;
		padding-right: 24px; 
	}

	.centered {
		text-align: center;
	}

	.submit-site {
		height: 183px;
		position: relative;
		margin-left: 20px;
		
	}

	.footer {
		background-color: transparent;
		color: #0d3e7a;
		padding-top: 0;
	}

	.btm-align {
		display: block;
		vertical-align: bottom;
		position: absolute;
		bottom: 0;
		margin-left: 39px;
		box-shadow: 0px 5px 15px 3px rgba(16, 44, 85, 0.85);
	}

	.link-img {
		margin-left: 0;
	}

	.single-col-linkto {
		width: 100%;
		padding: 0;
	}

	.fws-logo {
		margin: 15px 0 0 0;
	}

	.rocket-bg {
		background: transparent url(/images/fws-rocket-b.png) 460px 19px no-repeat;
	}

	.main-nav {
		width: 620px;
		margin: 26px 0 9px 9px;
	}

	.main-nav li:last-child {
		padding-right: 0;
	}

	.holder {
		background-color: #ffffff;
		border-radius: 6px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		width: 960px;
		box-shadow: 0px 5px 10px 3px rgba(16, 44, 85, 0.85);
		margin: 0 auto;
		text-align: left;
		clear: both;
		overflow: hidden;
		background-clip: padding-box;
	}

	.left_list_a, .right_list_a {
		float: left;
		margin-left: 0;
		margin-right: 0;
	}

	.right_list_a, .left_list_a {
		margin-top: 0;
  }

	.form-holder {
		border: 1px solid #eaeaea;
		margin-bottom: 30px;
		clear: both;
	}

	.wide {
		float: left;
		width: 75%;
	}

	.dark-box {
		display: block;
		width: 960px;
		background-color: #43454a;
		color: #ffffff;
		clear: both;
		padding: 24px 0;
		text-align: center;
		font-size: 14px;
		border-radius: 6px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		margin: 0 auto 24px auto;
		box-shadow: 0px 5px 10px 3px rgba(16, 44, 85, 0.85);
	}

	.full-box {
		margin: 36px 24px 0 24px;
	}

	a:link, a:active, a:visited {
		color: #3975b9;
		text-decoration: none;
	}

	a:hover {
		color: #0d3e7a;
	}

	a:link.alt-link-color, a:active.alt-link-color, a:visited.alt-link-color {
		color: #ffffff;
		text-decoration: none;
	}

	a:hover.alt-link-color {
		color: #07162e;
	}

	.main-nav li {
		font-size: 18px;
		float: left; line-height: 24px;
		vertical-align: bottom;
		padding-right: 14px;
		text-shadow: 2px 2px 3px rgba(16, 44, 85, 0.95);
		font-weight: 400;
		letter-spacing: 1px;
	}

	.main-nav li:first-child {
		padding-left: 9px;
	}

	ul {
		list-style: none;
	}

	ol {
		margin-bottom: 24px;
		margin-left: 22px;
		list-style-type: decimal;
		font-size: 15px;
	}

	ul.reg-list {
		margin-bottom: 24px;
		margin-left: 22px;
		list-style-type: disc;
	}

	.copy {
		font-weight: bold;
		font-size: 11px;
	}

	ul.reg-list li {
		padding-bottom: 0;
	}

	/*Top 50 Table*/

	.left_list_a, .right_list_a {
		width: 314px;
		margin-bottom: 18px;
		border: 1px solid #eaeaea;
	}

	.left_list_a {
		border-width: 1px 0 1px 1px; 
	}

	.left_list_a table, .right_list_a table {
	  border-collapse: collapse;
	  border-spacing: 0;
		width: 100%;
		height: 100%;
	}

	.left_list_a tr:nth-child(even), .right_list_a tr:nth-child(even) { background-color:#f1f1f1; }
	.left_list_a tr:nth-child(odd), .right_list_a tr:nth-child(odd) { background-color:#eaeaea; }

	.left_list_a td, .right_list_a td {
		vertical-align: middle;
		border: 1px solid #eaeaea;
		border-width: 0; /* 0px 1px 1px 0px */
		text-align: left;
		padding: 0;
		font-size: 14px;
		font-weight: 600;
	}

	.left_list_a tr:last-child td, .right_list_a tr:last-child td {
		border-width: 0px 0px 0px 0px;
	}

	.left_list_a tr td:last-child, .right_list_a tr td:last-child {
		border-width: 0px 0px 1px 0px;
	}

	.left_list_a tr:last-child td:last-child, .right_list_a tr:last-child td:last-child {
		border-width: 0px 0px 0px 0px;
	}

	.left_list_a tr:first-child td, .right_list_a tr:first-child td {
		background: -o-linear-gradient(bottom, #4974b9 5%, #3764a8 100%);
		background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4974b9), color-stop(1, #3764a8) );
		background: -moz-linear-gradient( center top, #4974b9 5%, #3764a8 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4974b9", endColorstr="#3764a8");	background: -o-linear-gradient(top,#4974b9,3764a8);
		background-color: #4974b9;
		border: 0px solid #eaeaea;
		text-align: center;
		border-width: 0;
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
	}

	.left_list_a tr:first-child td:first-child, .right_list_a tr:first-child td:first-child {
		border-width: 0px 0px 0px 0px;
	}

	.left_list_a tr:first-child td:last-child, .right_list_a tr:first-child td:last-child {
		border-width: 0;
	}

	.left_list_a tr:first-child td, .right_list_a tr:first-child td {
		background: -o-linear-gradient(bottom, #4974b9 5%, #3764a8 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4974b9), color-stop(1, #3764a8) );
		background: -moz-linear-gradient( center top, #4974b9 5%, #3764a8 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4974b9", endColorstr="#3764a8");	background: -o-linear-gradient(top,#4974b9,3764a8);
		background-color: #4974b9;
		text-align: left;
		font-weight: 600;
		color: #ffffff;
		padding: 3px 9px;
	}

	td.centered-col {
		text-align: center;
	}

	.even {
		background-color: #dddddd;
	}

	.left_list_a ul, .right_list_a ul {
		margin: 0;
	}

	.left_list_a li, .right_list_a li {
		line-height: 33px;
		border-bottom: 1px solid #eaeaea;
		color: #0d3e7a;
	}

	.left_list_a li, .right_list_a li {
		line-height: 33px;
		padding: 0 7px;
		border-bottom: 1px solid #eaeaea;
	}

	.left_list_a ul li span, .right_list_a ul li span {
		padding: 0 9px 0 0;
	}

	.left_list_a li:last-child, .right_list_a li:last-child {
		border-bottom: none;
	}

	/*Form Styles*/

	form {
		padding: 9px 0 18px 0;
	}

	.form-holder {
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		border-radius: 0;
		padding-bottom: 0;
		width: 100%
	}

	.tool-form {
		padding-left: 9px;
		padding-right: 9px;
	}

	.small {
		width: 72px;
	}

	.medium {
		width: 120px;
	}

	.large {
		width: 136px;
	}

	.x-large {
		width: 200px;
	}

	.submission-input br {
		clear: both;
	}

	.submission-form label, .control-label {
		display: block;
		float: left;
		padding-top: 5px;
		font-size: 15px;
		padding-left: 0;
	}

	.control-label {
		display: inline !important;
		width: 100% !important;
	}

	.submission-input {
		float: left;
	}

	.tools-label {
		width: 130px;
		padding-left: 9px !important;
	}

	.control-group {
		margin-bottom: 18px;
		overflow: hidden;
	}

	.submission-txt {
		margin-bottom: 0;
	}

	.submission-txt input, .controls input {
		width: 248px;
		height: 24px;
		font-size: 15px;
		padding: 2px 5px;
		color: #666666;
		border: 1px solid #D1C9C5;
		border-radius: 4px;
		margin-left: 0;
	}

	.controls input {
		height: 30px;
		width: 258px;
		float: right;
	}

	.capt-box {
		clear: both;
	}

	.index-submission-txt input {
	  width: 248px;
	  height: 24px;
	  font-size: 15px;
	  padding: 2px 5px;
	  color: #666666;
	  margin-left: 9px;
	  border: 1px solid #D1C9C5;
	  border-radius: 4px;
	}

	.submission-form input[type='checkbox'] {
		margin-right: 9px;
		margin-bottom: 7px;
	}

	.submission-form input[type="submit"] {
		font-weight: 600;
		cursor: pointer; cursor: hand;
		color: #ffffff;
		height: 36px;
		line-height: 0;
		font-size: 16px;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		letter-spacing: 1px;
		padding: 0 0 3px 0;
		width: 196px;
		margin: 0 9px 9px 9px;
		border-radius: 4px;
		border: 2px solid #ffffff;
		vertical-align: top;
		-webkit-appearance: none;
		background:-o-linear-gradient(bottom, #ee2121 5%, #9c0606 100%);
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ee2121), color-stop(1, #9c0606) );
		background:-moz-linear-gradient( center top, #ee2121 5%, #9c0606 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ee2121", endColorstr="#9c0606");
		background: -o-linear-gradient(top,#ee2121,#9c0606);
		background-color: #bd1111;
		box-shadow: 0px 2px 4px 2px rgba(16, 44, 85, 0.25);
	}

	.unsub-form input[type="submit"] {
		font-weight: 600;
		cursor: pointer; cursor: hand;
		color: #ffffff;
		height: 36px;
		line-height: 0;
		font-size: 16px;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		letter-spacing: 1px;
		padding: 0 0 3px 0;
		width: 196px;
		margin: 24px 9px 9px 9px;
		border-radius: 4px;
		border: 2px solid #ffffff;
		vertical-align: top;
		-webkit-appearance: none;
		background:-o-linear-gradient(bottom, #ee2121 5%, #9c0606 100%);
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ee2121), color-stop(1, #9c0606) );
		background:-moz-linear-gradient( center top, #ee2121 5%, #9c0606 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ee2121", endColorstr="#9c0606");
		background: -o-linear-gradient(top,#ee2121,#9c0606);
		background-color: #bd1111;
		box-shadow: 0px 2px 4px 2px rgba(16, 44, 85, 0.25);
	}
	.alt-btn {
	   font-weight: 600;
	   cursor: pointer; cursor: hand;
	   color: #ffffff;
	   height: 36px;
	   line-height: 0;
	   font-size: 16px;
	   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	   letter-spacing: 1px;
	   padding: 0 0 3px 0;
	   width: 196px;
	   margin: 9px 9px 9px 0;
	   border-radius: 4px;
	   border: 2px solid #ffffff;
	   vertical-align: top;
	   -webkit-appearance: none;
	   background:-o-linear-gradient(bottom, #ee2121 5%, #9c0606 100%);
	   background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ee2121), color-stop(1, #9c0606) );
	   background:-moz-linear-gradient( center top, #ee2121 5%, #9c0606 100% );
	   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ee2121", endColorstr="#9c0606");
	   background: -o-linear-gradient(top,#ee2121,#9c0606);
	   background-color: #bd1111;
	   box-shadow: 0px 2px 4px 2px rgba(16, 44, 85, 0.25);
	}

	.mobile-centered-btn {
		text-align: left;
	}

	.submission-txt {
		margin-bottom: 20px;
	}

	textarea {
		width: 258px;
		height: 124px;
		resize: none;
		font-size: 15px;
		padding: 2px 5px;
		color: #666666;
		border: 1px solid #D1C9C5;
		border-radius: 4px;
		margin-left: 0;
		float: right;
	}

	select {
		margin-left: 0;
		text-align: left;
		width: 130px;
		margin-bottom: 0;
		float: right;
	}

	.controls input, textarea, select {
		margin-top: -22px;
		margin-right: 28px;
	}

	select {
		margin-right: 156px;
	}

	.rel-form {
		position: relative;
	}

	.tool_tip {
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		background: #E7E6E0;
		background: rgba(231, 230, 224, 0.95);
		color: #494847;
		position: absolute;
		z-index: 50;
		left: 128px;
		margin-top: 36px;
		padding: 3px 12px;
		width: 258px;
		display: none;
	}

	.tool_tip p {
		font-size: 13px;
		line-height: 18px;
		padding: 12px 0;
		margin-bottom: 0;
	}

	.submission-form br {
		display: inline-block;
		height: 24px;
	}

	.no-gap-desk {
		margin-bottom: 0;
	}

	.centered-form {
		margin: 0 auto 24px auto;
		float: none;
	}

	h2.highlight-head {
		font-weight: normal;
		font-size: 20px;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.form-info-area {
		float: left;
		width: 400px;
	}

	.idx-form {
		margin-left: 0;
		margin-right: 0;
	}

	.fixed-sub-txt {
		display: inline-block;
		margin-bottom: 18px !important;
	}

	.right-btn {
		float: right;
		width: 196px !important;
		margin-right: 9px !important;
	}

	.sitemap-area {
		float: left;
		width: 180px;
		margin-left: 20px;
	}

	.sitemap-area p {
		font-size: 15px;
		padding-left: 0;
		padding-top: 0;
		margin-top: 0;
		line-height: 18px;
	}

	.btn-gap-tp {
		margin-top: 24px !important;
	}

	.desk-frame {
		display: block;
	}

	.mobile-frame {
		display: none;
	}

	.admin-form {
		padding-left: 0;
	}

	.icon-right {
		margin: 3px 12px 0 6px;
	}

	#impact {
		margin-bottom: 24px;
	}

	.result-table .pre {
		margin-bottom: 24px;
	}

	.rel-form p {
		margin-bottom: 9px;
	}

	.resultlabel {
    margin-right: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold 
	}

	#results {
	    display: none;
	}

	.details {
	    font-size: 12px;
	}

	.progress {
	    width: 150px;
	}

	.value {}

	.indicator {
	    text-align: center;
	}

	.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	}

	.well blockquote {
	    border-color: #ddd;
	    border-color: rgba(0, 0, 0, 0.15);
	}

	#results .well:nth-of-type(2) {
		display: none;
	}

	@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
	}

	@-moz-keyframes progress-bar-stripes {
	    from {
	        background-position: 0 0;
	    }

	    to {
	        background-position: 40px 0;
	    }
	}

	@keyframes progress-bar-stripes {
	    from {
	        background-position: 0 0;
	    }

	    to {
	        background-position: 40px 0;
	    }
	}

	.progress {
	    overflow: hidden;
	    height: 18px;
	    margin-bottom: 18px;
	    background-color: #f7f7f7;
	    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
	    background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
	    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
	    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
	    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
	    background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
	    background-repeat: repeat-x;
	    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
	    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    border-radius: 4px;
	}

	.progress .bar {
	    width: 0%;
	    height: 18px;
	    color: #ffffff;
	    font-size: 12px;
	    text-align: center;
	    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	    background-color: #0e90d2;
	    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
	    background-image: -ms-linear-gradient(top, #149bdf, #0480be);
	    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
	    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
	    background-image: -o-linear-gradient(top, #149bdf, #0480be);
	    background-image: linear-gradient(top, #149bdf, #0480be);
	    background-repeat: repeat-x;
	    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
	    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    -webkit-transition: width 0.6s ease;
	    -moz-transition: width 0.6s ease;
	    -ms-transition: width 0.6s ease;
	    -o-transition: width 0.6s ease;
	    transition: width 0.6s ease;
	}

	.progress .bar.f {
	    width: 0%;
	    height: 18px;
	    color: #ffffff;
	    font-size: 12px;
	    text-align: center;
	    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	    background-color: #0e90d2;
	    background-image: -moz-linear-gradient(top, #DF2018, #BE0500);
	    background-image: -ms-linear-gradient(top, #DF2018, #BE0500);
	    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DF2018), to(#BE0500));
	    background-image: -webkit-linear-gradient(top, #DF2018, #BE0500);
	    background-image: -o-linear-gradient(top, #DF2018, #BE0500);
	    background-image: linear-gradient(top, #DF2018, #BE0500);
	    background-repeat: repeat-x;
	    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#DF2018', endColorstr='#BE0500', GradientType=0);
	    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    -webkit-transition: width 0.6s ease;
	    -moz-transition: width 0.6s ease;
	    -ms-transition: width 0.6s ease;
	    -o-transition: width 0.6s ease;
	    transition: width 0.6s ease;
	}

	.progress .bar.e {
	    width: 0%;
	    height: 18px;
	    color: #ffffff;
	    font-size: 12px;
	    text-align: center;
	    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	    background-color: #0e90d2;
	    background-image: -moz-linear-gradient(top, #DF491A, #BE2D00);
	    background-image: -ms-linear-gradient(top, #DF611F, #BE4506);
	    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DF611F), to(#BE4506));
	    background-image: -webkit-linear-gradient(top, #DF611F, #BE4506);
	    background-image: -o-linear-gradient(top, #DF611F, #BE4506);
	    background-image: linear-gradient(top, #DF611F, #BE4506);
	    background-repeat: repeat-x;
	    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#DF611F', endColorstr='#BE4506', GradientType=0);
	    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    -webkit-transition: width 0.6s ease;
	    -moz-transition: width 0.6s ease;
	    -ms-transition: width 0.6s ease;
	    -o-transition: width 0.6s ease;
	    transition: width 0.6s ease;
	}

	.progress .bar.d {
	    width: 0%;
	    height: 18px;
	    color: #ffffff;
	    font-size: 12px;
	    text-align: center;
	    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	    background-color: #0e90d2;
	    background-image: -moz-linear-gradient(top, #DF882C, #BE6302);
	    background-image: -ms-linear-gradient(top, #DF882C, #BE6302);
	    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DF882C), to(#BE6302));
	    background-image: -webkit-linear-gradient(top, #DF882C, #BE6302);
	    background-image: -o-linear-gradient(top, #DF882C, #BE6302);
	    background-image: linear-gradient(top, #DF882C, #BE6302);
	    background-repeat: repeat-x;
	    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#DF882C', endColorstr='#BE6302', GradientType=0);
	    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    -webkit-transition: width 0.6s ease;
	    -moz-transition: width 0.6s ease;
	    -ms-transition: width 0.6s ease;
	    -o-transition: width 0.6s ease;
	    transition: width 0.6s ease;
	}

	.progress .bar.c {
	    width: 0%;
	    height: 18px;
	    color: #ffffff;
	    font-size: 12px;
	    text-align: center;
	    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	    background-color: #0e90d2;
	    background-image: -moz-linear-gradient(top, #DFAA1A, #BE8B01);
	    background-image: -ms-linear-gradient(top, #DFAA1A, #BE8B01);
	    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DFAA1A), to(#BE8B01));
	    background-image: -webkit-linear-gradient(top, #DFAA1A, #BE8B01);
	    background-image: -o-linear-gradient(top, #DFAA1A, #BE8B01);
	    background-image: linear-gradient(top, #DFAA1A, #BE8B01);
	    background-repeat: repeat-x;
	    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#DFAA1A', endColorstr='#BE8B01', GradientType=0);
	    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    -webkit-transition: width 0.6s ease;
	    -moz-transition: width 0.6s ease;
	    -ms-transition: width 0.6s ease;
	    -o-transition: width 0.6s ease;
	    transition: width 0.6s ease;
	}

	.progress .bar.b {
	    width: 0%;
	    height: 18px;
	    color: #ffffff;
	    font-size: 12px;
	    text-align: center;
	    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	    background-color: #0e90d2;
	    background-image: -moz-linear-gradient(top, #C8DF11, #A6BE00);
	    background-image: -ms-linear-gradient(top, #C8DF11, #A6BE00);
	    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C8DF11), to(#A6BE00));
	    background-image: -webkit-linear-gradient(top, #C8DF11, #A6BE00);
	    background-image: -o-linear-gradient(top, #C8DF11, #A6BE00);
	    background-image: linear-gradient(top, #C8DF11, #A6BE00);
	    background-repeat: repeat-x;
	    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#C8DF11', endColorstr='#A6BE00', GradientType=0);
	    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    -webkit-transition: width 0.6s ease;
	    -moz-transition: width 0.6s ease;
	    -ms-transition: width 0.6s ease;
	    -o-transition: width 0.6s ease;
	    transition: width 0.6s ease;
	}

	.progress .bar.a {
	    width: 0%;
	    height: 18px;
	    color: #ffffff;
	    font-size: 12px;
	    text-align: center;
	    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	    background-color: #0e90d2;
	    background-image: -moz-linear-gradient(top, #3ADF13, #24BE00);
	    background-image: -ms-linear-gradient(top, #3ADF13, #24BE00);
	    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3ADF13), to(#24BE00));
	    background-image: -webkit-linear-gradient(top, #3ADF13, #24BE00);
	    background-image: -o-linear-gradient(top, #3ADF13, #24BE00);
	    background-image: linear-gradient(top, #3ADF13, #24BE00);
	    background-repeat: repeat-x;
	    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3ADF13', endColorstr='#24BE00', GradientType=0);
	    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    -webkit-transition: width 0.6s ease;
	    -moz-transition: width 0.6s ease;
	    -ms-transition: width 0.6s ease;
	    -o-transition: width 0.6s ease;
	    transition: width 0.6s ease;
	}

	/* Lightbox styles */

	#submit_progress {
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin: 35px;
    font-weight: bold;
	}
	#overlay {
    background-color: #666666;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    width: 100%;
    height: 100%;
	}
	#iframe-container {
    position: absolute;
    z-index: 100;
    width: 560px;
    background-color: #ffffff;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
	}
	#iframe-header span {
    float: left;
	}
	#iframe-header a {
    color: #ffffff;
	}
	#iframe-header {
    background-color:#4974b9;
    color: #ffffff;
    padding: 3px 8px;
	}
	#iframe-close {
    float: right;
	}
	#iframe-border {
    background-color: #FFFFFF;
	}

	#iframe-border a {
   line-height: 0;
   display: block;
	}

}
