*, *::after, *::before {
margin: 0;
padding: 0;
box-sizing: inherit;
}
body {
box-sizing: border-box;
 font: normal 16px 'Lato';
 background: #ffffff;
 color: #46474A;
 line-height:1.5;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
blockquote {
 border: #7E8083;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
 font-family: ;
	src: url('');
	src: local(''), url('');
}
html {
	height: 100%;
}
p {
	font: inherit;	
  padding: 0 0 5px 0;
	line-height: 1.4em;	
}
h1, h2, h3, h4, h5, h6 {
 color: #362C20;
	letter-spacing: 0em;	
}
h1, h2 {
 font: normal 200% 'Open Sans Condensed', sans-serif;
	text-shadow: 0px 0px #333;	
}
h1 {
 font: 600 30px 'Lato';
 border-bottom: ;
 line-height: ;
 margin: ;
 padding: ;
 color: #002d74 }
h2 {
 font:  26px 'Lato';
 border-bottom: ;
 line-height: ;
 margin: ;
 padding: ;
 color: #6d6e71 }
h3 {
 font: normal 22px 'Lato';
 border-bottom: ;
 line-height: ;
 margin: ;
 padding: ;
 color: #555555 }
h4 {
 font:   'Lato';
 border-bottom: 0px;
 line-height: ;
 margin: ;
 padding: ;
 color: #6d6e71;
	text-shadow: ;	
}
h5 {
 color: #6d6e71;
 font:  'Lato';
	letter-spacing: normal;	
}
a {
	outline: none;	
	color:#5b6eb9;	
    text-decoration: ;
}
a:hover {
	outline: none;	
    color:#5b6eb9;
    text-decoration: underline;
}
ul li {
	list-style-type: circle;	
	  margin: 0 0 0 10px;	
    padding: 0 0 0 5px;
	line-height: 1.5em;	
}
ol {
	margin: 8px 0 22px 20px;	
}
ol li {
	margin: 0 0 11px 0;	
}
.left {
	float: left;	
	width: auto;	
	margin-right: 10px;	
}
.right {
	float: right;	
	width: auto;	
	margin-left: 10px;	
}
.center {
	display: block;	
	text-align: center;	
	margin: 20px auto;	
}
.red {
	color: #cd2026;	
}
.blue {
	color: blue;	
}
.bg-dark-grey {background-color:#e0e0e0;
}
.white
{color: white; }
.upper {
text-transform:uppercase;
}
.bold {font-weight:700;}
.pointer {cursor:pointer; }
#main, #logo, nav, #super-nav, #site_content, #menu_container, footer {
	margin-left: auto;	
	margin-right: auto;	
}
#logo {
	width:85%;
	position: relative;	
	height: 120px;	
	background: url(/images/nas/nasem_banner.png) no-repeat bottom left;	
    z-index:1
}
#logo h1, #logo h2 {
	font: normal 200% arial, sans-serif;	
	border-bottom: 0;	
	text-transform: none;	
	margin: 0;	
}
#logo h1 {
	text-transform: uppercase;	
}
#logo h2 {
	font: normal 160% 'Poly', arial, sans-serif;	
}
#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover {
	padding: 25px 0 0 10px;	
	color:#ffffff;	
	text-decoration: none;	
}
#logo_text h1 a .logo_colour {
 color: #ffffff;
	text-shadow: 0;	
}
#logo_text a:hover .logo_colour {
	color: #FFF;	
}
#logo_text h2 {
	margin: 35px 20px 10px 120px;	
	color: #ffffff;	
	text-shadow: #000000 1px;	
}
nav {
	border-top:1px solid #999999;	
    width: 100%;
/*	 fallback 	*/
background-color: #1D1646 ;
 /* IE10 Consumer Preview  */
background-image: -ms-linear-gradient(bottom, #1D1646  0%, #1D1646 100%);
 /* Mozilla Firefox  */
background-image: -moz-linear-gradient(bottom, #1D1646  0%, #1D1646 100%);
/* Opera  */
background-image: -o-linear-gradient(bottom, #1D1646  0%, #1D1646 100%);
/* Webkit (Safari/Chrome 10)  */
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1D1646 ), color-stop(1, #1D1646));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #1D1646  0%, #1D1646 100%);
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #1D1646  0%, #1D1646 100%);
}
#menu_container {
	width: 85%;
	position: relative;	
	height: 44px;	
	padding: 0 0 0 4px;	
	/* fallback */	
background-color: #1D1646 ;
/* IE10 Consumer Preview  */
background-image: -ms-linear-gradient(bottom, #1D1646  0%, #1D1646 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #1D1646  0%, #1D1646 100%);
/* Opera */ 
background-image: -o-linear-gradient(bottom, #1D1646  0%, #1D1646 100%);
/* Webkit (Safari/Chrome 10)  */
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1D1646 ), color-stop(1, #1D1646));
/* Webkit (Chrome 11+)  */
background-image: -webkit-linear-gradient(bottom, #1D1646  0%, #1D1646 100%);
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #1D1646  0%, #1D1646 100%);
}
#site_content {
	width: 95%;
	margin: auto;	
	padding: 10px;	
	background: #ffffff;	
}
#sidebar_container {
	float: right;	
	width: 20%;
}
.sidebar {
	width: 90%;
	background: #fff;	
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;	
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;	
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;	
	border: 1px solid #eee;	
	border-radius: 15px 15px 15px 15px;	
	-moz-border-radius: 15px 15px 15px 15px;	
	-webkit-border: 15px 15px 15px 15px;	
	padding: 10px 15px 15px 15px;	
	margin: 0 0 17px 0;	
    font-size: 13px;
}
.sidebar h4 {
	color: #ffffff;	
    padding: 4px 0 4px 4px;
	margin: 0 0 10px 0;	
	background-color:#7E8083;	
	text-shadow: 0px 0px #333; font-size:14px;text-transform:uppercase;	
}
.sidebar ul {
	width: 178px;	
	padding: 4px 0 0 0;	
	margin: 4px 0 10px 0;	
}
.sidebar li {
	list-style: none;	
	padding: 0 0 7px 0;	
}
.sidebar li a, .sidebar li a:hover {
	padding: 0 0 0 0px;	
	display: block;	
	color: #5b6eb9;	
}
.sidebar li a.selected {
	color: #5b6eb9;	
}
.sidebar ul li {
	list-style-type: none;	
	background: url(/images/arrow.png) no-repeat;	
	margin: 0 0 0 0;	
	padding: 0 0 4px 28px;	
	line-height: 1.5em;	
    }
.floatleft {
	float: right;	
	width: 25%;	
}
.floatleft2 {
	float: left;	
	width: 70%;	
}
#content_full {
	width: 100%;	
	padding: 10px;	
	float: left;	
}
footer {
	width: 100%;	
 font-family: 'Lato';
 font-size: 12px;
	height: 80px;	
	padding: 25px 0 5px 0;	
 background: #ffffff;
 color: #000000;
  text-align: ;
}
footer p {
	line-height: 1.5em;	
	padding: 0 0 10px 0;	
}
footer a {
 color: #5b6eb9;
	text-decoration: none;	
}
footer a:hover {
 color: blue;
	text-decoration: none;	
}
.form_settings_new input {
	padding: 5px;	
	width: auto;	
 font: 12px arial;
 border: 1px solid #999999;
 background: #ffffff;
 color: #333333;
	border-radius: 4px 4px 4px 4px;	
	-moz-border-radius: 4px 4px 4px 4px;	
	-webkit-border: 4px 4px 4px 4px;	
}	
.column-left {padding:5px;float:left;width:48%;}
.column-right {padding:5px;float:left;width:48%;}
.submit a {
 font: 12px arial;
	width: 99px;	
	border: 0;	
	width: 99px;	
	height: 33px;	
	padding: 2px 0 3px 0;	
	cursor: pointer;	
 background: #f0000f;
	border-radius: 7px 7px 7px 7px;	
	-moz-border-radius: 7px 7px 7px 7px;	
	-webkit-border: 7px 7px 7px 7px;	
}
.clear {
	clear: both	
}
.error, .red {
	color: #cd2026;	
}
.separator {
	width: 100%;	
	height: 0;	
	border-top: 1px solid #D9D5CF;	
	border-bottom: 1px solid #FFF;	
   margin: 5px 0 5px 0;
}
table a:link {
	color: #5b6eb9;	
	text-decoration:;	
}
table a:visited {
	color: #5b6eb9;	
	text-decoration:none;	
}
table a:active,
table a:hover {
	color: #5b6eb9;	
	text-decoration:underline;	
}
table:not([name='admTable']) {
	font-family: 'Lato';	
	color: #46474A;	
	font-size:16px;	
	text-shadow: 1px 1px 0px #fff;	
	background:#eaebec;	
	border: #ccc 1px solid;	
    margin: 0 0 10px 0;
	-moz-border-radius:3px;	
	-webkit-border-radius:3px;	
	border-radius:3px;	
	-moz-box-shadow: 0 1px 2px #d1d1d1;	
	-webkit-box-shadow: 0 1px 2px #d1d1d1;	
	box-shadow: 0 1px 2px #d1d1d1;	
}
table:not([name='admTable']) th {
	padding:11px 15px 12px 15px;
	border-top:1px solid #ccc;	
	border-bottom:1px solid #e0e0e0;	
    font-size:14px;font-weight:600;
	background: #ededed;	
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#EBEBEB));	
	background: -moz-linear-gradient(top, #ededed, #EBEBEB);	
}
table:not([name='admTable']) th:first-child{
	text-align: left;	
	padding-left:20px;	
}
table:not([name='admTable']) tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;	
	-webkit-border-top-left-radius:3px;	
	border-top-left-radius:3px;	
}
table:not([name='admTable']) tr:first-child th:last-child{
	-moz-border-radius-topright:3px;	
	-webkit-border-top-right-radius:3px;	
	border-top-right-radius:3px;	
}
table:not([name='admTable']) tr{
	text-align: left;	
	padding-left:20px;	
}
table:not([name='admTable']) tr td:first-child{
	text-align: left;	
	padding-left:20px;	
	border-left: 0;	
}
table:not([name='admTable']) tr td {
	padding:10px;
	box-sizing: border-box;
    font-size:15px;
	border-top: 1px solid #e0e0e0;	
	border-bottom:1px solid #e0e0e0;	
	border-left: 1px solid #e0e0e0;	
	background: #fafafa;	
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));	
	background: -moz-linear-gradient(top, #fbfbfb, #fafafa); }	
table:not([name='admTable']) tr.even td{
	background: #f6f6f6;	
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));	
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);	
}
table:not([name='admTable']) tr:last-child td{
	border-bottom:0;	
}
table:not([name='admTable']) tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;	
	-webkit-border-bottom-left-radius:3px;	
	border-bottom-left-radius:3px;	
}
table:not([name='admTable']) tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;	
	-webkit-border-bottom-right-radius:3px;	
	border-bottom-right-radius:3px;	
}
table:not([name='admTable']) tr:hover td{
	background: #f2f2f2;	
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));	
	background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);	
}
.alt-rows-light tr {
 background-color: #f2f2f2;
}
.alt-rows-lighter tr {
 background-color: #fbfbfb;
}
dl {
	margin: 0;	
	padding: 4px 2px 4px 0;	
	clear: both;	
	overflow: hidden;	
}
dt {
	margin: 0;	
	padding: 0;	
	float: left;	
	width: 30%;	
	list-style-type: bullet;	
 color: #46474A;
	line-height: 1.5em;	
}
dd {
	margin: 0;	
	padding: 0;	
	float: right;	
	width: 70%;	
	line-height: 1.5em;	
}
.module dt {
	width: 55%	
}
.module dd {
	width: 45%	
}
/* -------------------------------------------------*/ 
#contentTab a.prev_next {
 font-size: 90%;
 text-transform: none;
 color: #F0F0F0;
 background-color: #3B3B3B;
	padding: 2px;	
	margin: 0 5px;	
	text-decoration: none;	
	font-weight: bold;	
	border-radius: 4px 4px 4px 4px;	
	-moz-border-radius: 4px 4px 4px 4px;	
	-webkit-border: 4px 4px 4px 4px;	
}
#contentTab h2, #contentTab h3, #contentTab h4, #contentTab p {
	margin: 0 0 5px 0;	
}
#contentTab h2.expand {
 background-image: url(/images/navigate-up16.png) !important;
	background-repeat: no-repeat;	
	background-position: 4px 50% !important;	
	cursor: pointer;	
	padding: 0 0 0 30px;	
/*	font-size: 14px !important;	*/
	font-weight: normal;	
}
#contentTab h2.contract {
 background-image: url(/images/navigate-up16.png) !important;
	background-repeat: no-repeat;	
	background-position: 4px 50% !important;	
	cursor: pointer;	
	padding: 0 0 0 30px;	
/*	font-size: 14px !important;	*/
	font-weight: normal;	
}
/* -----------------------------------------------s-- */
.popup {
	margin-top: 50px;	
	margin: 0 auto;	
	position: relative;	
	text-align: left;	
	width: 450px;	
	padding-left: 4px;	
	background-color: transparent;	
	padding-bottom: 20px;	
	border: 1px solid #000;	
}
#downloadUL { 
padding-left: 10px; 
} 
div#popup, #download {
	position: relative;	
	padding: 20px;	
	width: 600px;	
	overflow: hidden;	
 border: 2px solid #8fa186;
 background-color: #fff;
	text-align: left;	
}
div#popup .close, #download .close {
	float: right;	
	padding-right: 20px;	
	height: 30px;	
	text-decoration: underline;	
	cursor: pointer;	
}
#hintbox {
	position: absolute;	
	top: 0;	
 background-color: #ffffcc;
	width: 204px; /* Default width of hint.	*/
	padding: 3px;	
	border: 1px solid black;	
	line-height: 18px;	
	z-index: 100;	
	border-right: 3px solid black;	
	border-bottom: 3px solid black;	
	visibility: hidden;	
}
.hintanchor {
	margin: 3px 8px;	
}
.collapsible a.collapsed {
	margin: 2px;	
	display: block;	
	width: 24px;	
	height: 24px;	
 background: url(/images/icon_Expand.png) no-repeat;
	outline: 0;	
}
.collapsible a.expanded {
	margin: 2px;	
	display: block;	
	width: 24px;	
	height: 24px;	
 background: url(/images/icon_Collapse.png) no-repeat;
	outline: 0;	
}
/* modal */
#basic-modal-content {
	display: none;	
}
#basic-modal-commentbox {
	display: none;	
}
#basic-modal-categories {
	display: none;	
}
#basic-modal-instructions {
	display: none;	
}
#basicModalContent table {
	padding: 1px;	
	border-collapse: collapse;	
	width: 450px;	
}
#basicModalContent td.reserved-label {
	padding: .3em .5em;	
	text-align: right;	
	font-size: 12px;	
 color: #46474A;
	width: 50%;	
}
#basicModalContent td.reserved-field {
	padding: .3em .5em;	
	text-align: left;	
	font-size: 12px;	
 color: #46474A;
	width: 50%;	
}
/* login */
.bg {background-color:#ffffff; 
	border-bottom:1px solid #999999;}	
.container {
 width: 100%;
 background-color: lightgrey;
}
.noborder
{ border:none;}
#wrap{
 margin: 100px auto;
 width: 250px;}
.leftcolumn { float:left;margin:20px 0 20px 0;}
.rightcolumn {float:right;margin:20px 0 20px 0;} 
/*-------------------------------------------------BOOTSTRAP UPDATE */
.feature {
    background-color: white;
    color: black;
}
.tab-pane {
    background: #ffffff;
    box-shadow: 0 0 0px rgba(0,0,0,.2);
    border-radius: 0;
    padding: 10px;
}
ul li {
    margin: 0px;
    padding: 0px;
}
.sp10 {
    height: 10px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}
.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a, .with-nav-tabs.panel-default .nav-tabs > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a, .with-nav-tabs.panel-default .nav-tabs > .open > a:hover, .with-nav-tabs.panel-default .nav-tabs > .open > a:focus, .with-nav-tabs.panel-default .nav-tabs > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
   color: #777;
    background-color: #ddd;
    border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a, .with-nav-tabs.panel-default .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a, .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
 /*-------------------------------------------------*/ 
 /*-------------------------------------------------*/ 
/* OVERRIDE STANDARD BOOTSTRAP PRIMARY BUTTON COLORS */
.btn-primary {
  color: #fff;
  background-color: #1D1646;
  border-color: #1D1646;
}
.btn-primary:focus,
.btn-primary.focus {
color: #fff;
background-color: #1D1646;
border-color: #1D1646;
}
.btn-primary:hover {
color: #fff;
background-color: #1D1646;
border-color: #1D1646;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color:  #1D1646;
border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
color: #fff;
background-color: #1D1646;
border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
background-color: #1D1646;
border-color: #2e6da4;
}
.navbar {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
ul#navbar li a:hover {
background: #5b6eb9;
color: #ffffff;
text-decoration: none;
}
@media only screen and (min-width:768px){
ul.nav li.dropdown:hover .dropdown-menu {
display: block;
}
}
ul.nav .dropdown-menu>li>a { 
padding:10px 20px; 
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #1D1646;
border-radius: 4px;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #1D1646;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #1D1646;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 1;
}
#rqJumbotron {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom:0px;
}
.navbar-default {
	font: 15px 'Lato';	
  background-color: #1D1646;
  border-color: #1D1646;
    text-transform:uppercase;
    padding:;
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover{
  color: #ffffff;
 text-decoration: none;
}
.navbar-default .navbar-nav > li.dropdown .dropdown-menu {
  background-color: #1D1646 ;
  color: #ffffff important! ;
}
.dropdown-menu > li[name='menuBar'] > a {
	font: 15px 'Lato';	
    text-transform:uppercase;
   color: #333333;
}
.menu-bar__color {
  color: #ffffff !important;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a, .with-nav-tabs.panel-default .nav-tabs > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
color: #212529;
background-color: #F4F4F4;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a, .with-nav-tabs.panel-default .nav-tabs > .open > a:hover, .with-nav-tabs.panel-default .nav-tabs > .open > a:focus, .with-nav-tabs.panel-default .nav-tabs > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
color: #212529;
background-color: #DBDBDB;
border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a, .with-nav-tabs.panel-default .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
color: #212529;
background-color: #fff;
border-color: #C7C8C9;
border-bottom-color: transparent;
}
/********************************************************************/
/*** Lookup Button ***/
.lookup-button__open:link, .lookup-button__open:visited {
text-transform: uppercase;
text-decoration: none;
padding: 6px 25px;
display: inline-block;
border-radius: 100px;
transition: all .2s;
position: relative;
font-size: 12px;
margin-left:10px;
color: #fff;
text-shadow: none;
}
.lookup-button__open:hover {
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(0,0,0,.2);
color: #fff;
background-image: linear-gradient(to right bottom, #829EE8 , #0078a5);
}
.lookup-button__open:active {
transform: translateY(-1px);
box-shadow: 0 5px 10px rgba(0,0,0,.2);
color: #fff;
}
.lookup-button__open--default {
background-color: #0078a5;
color: #FFF;
}
/********************************************************************/
/*** FANCY INPUTS FOR NOMINATION (STYLED) ***/
@-webkit-keyframes checkmarkAnimation { 100% { stroke-dashoffset: 0;}}
@keyframes checkmarkAnimation { 100% { stroke-dashoffset: 0;}}
.input-wrapper {
margin: 0px 5px;
position: relative;
}
.fancy-check-label,
.fancy-radio-label {
display: inline-block;
line-height: 24px;
padding-left: 36px;
position: relative;
-webkit-user-select: no-select;
-moz-user-select: no-select;
-ms-user-select: no-select;
user-select: no-select;
}
.fancy-check-label .checkmark-path { opacity: 0;}
.modern-browser .fancy-check-label {transition: color 0.3s;}
.fancy-check:checked + .fancy-check-label {color: darkorange;}
.fancy-check:checked + .fancy-check-label .fancy-checkbox {border-color: darkorange;}
.modern-browser .fancy-check:checked + .fancy-check-label .checkmark-path {
-webkit-animation: checkmarkAnimation 0.5s 0s forwards;
animation: checkmarkAnimation 0.5s 0s forwards;
}
.fancy-check:checked + .fancy-check-label .checkmark-path {
opacity: 1;
stroke-dasharray: 0;
stroke-dashoffset: 0;
}
.fancy-label--text {
position: relative;
font-weight:normal;
}
.fancy-radio:checked + .fancy-radio-label {color: darkorange;}
.fancy-radio:checked + .fancy-radio-label .fancy-label--text::before {
transition: transform 0.15s;
transform: scaleX(1);
}
.fancy-radio:checked + .fancy-radio-label .fancy-radiobutton {
border-color: darkorange;
transition: border-color 0.5s;
}
.fancy-radio:checked + .fancy-radio-label .radiobutton-dot {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
transition: opacity 0.15s, transform 0.15s;
}
.fancy-checkbox,
.fancy-radiobutton {
border: solid 2px #888;
display: block;
height: 20px;
position: absolute;
left: 0;
top: 0;
width: 20px;
}
.modern-browser .fancy-checkbox,
.modern-browser .fancy-radiobutton {
transition: border-color 0.3s;
}
.fancy-checkbox {border-radius: 3px;}
.fancy-radiobutton {border-radius: 50%;}
.radiobutton-dot {
background-color: currentColor;
border-radius: 50%;
height: 12px;
opacity: 0;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale(0);
width: 12px;
}
.checkmark {
height: 20px;
opacity: 1;
width: 100%;
}
.checkmark .checkmark-path {
stroke: darkorange;
stroke-width: 2px;
transform-origin: 50% 50%;
stroke-miterlimit: 10;
opacity: 1;
stroke-dasharray: 48;
stroke-dashoffset: 48;
}
/*All Custom CSS Variable Changes*/
@import url(http://fonts.googleapis.com/css2?family=Lato:400,100,100italic,300,300ita&#8204;&#8203;lic,400italic,500,500italic,600,600italic,700,700italic,900italic,900);
html, body, html * {
  font-family: 'Lato', sans-serif;
}

.video-container {
  position: relative;
  width: 50%;
  padding-bottom: 56.25%;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.classWithPad { margin:10px; padding:10px; }
.bg-navy {background-color:#005f9f;padding:10px}
.customlist {list-style-type:square;margin-left:20px;}

.academies-logos {
    -webkit-flex-flow: row;
    flex-flow: row;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 20px 0;
}
#rqJumbotron:before{ content: "Staging"; color: red; font-size: 40px; position: absolute; top: 13px; right: 3px; }
