/* Web fonts
-------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Heebo:100,200,300,400,500,600,700,800,900);
@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 100;
    src: local('Heebo Thin'), local('Heebo-Thin'), url(https://fonts.gstatic.com/s/heebo/v5/NGS0v5_NC0k9P9mVfbNrsw.woff) format('woff');
}
@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 300;
    src: local('Heebo Light'), local('Heebo-Light'), url(https://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9ldb6RMkKg.woff) format('woff');
}
@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    src: local('Heebo'), local('Heebo-Regular'), url(https://fonts.gstatic.com/s/heebo/v5/NGS6v5_NC0k9P9H2Tbc.woff) format('woff');
}
@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    src: local('Heebo Medium'), local('Heebo-Medium'), url(https://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9kFbqRMkKg.woff) format('woff');
}
@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    src: local('Heebo Bold'), local('Heebo-Bold'), url(https://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9lNaKRMkKg.woff) format('woff');
}
@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 800;
    src: local('Heebo ExtraBold'), local('Heebo-ExtraBold'), url(https://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9lRa6RMkKg.woff) format('woff');
}
@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 900;
    src: local('Heebo Black'), local('Heebo-Black'), url(https://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9l1aqRMkKg.woff) format('woff');
}

/* Classes
-------------------------------------------------- */
.wagov-logo a {
	color: #fff;
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: 300;
}

body, html {
    -webkit-font-smoothing: antialiased;
    background: #fff;
    font-family: Heebo, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28.8px;
    margin: 0;
    min-width: 320px;
	color: #4d4d4d;
    text-rendering: optimizeLegibility;
}

@media (min-width: 1200px) {
	.navbar-right {
		padding-top:50px;
	}
}

@media (min-width: 1200px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: -15px;
		font-size: 26px;
	}
}

.section-landing .row > div .section-landing-heading {
    font-size: 6rem;
	text-shadow: 5px 5px 16px #131313;
}

.section-landing .row > div .section-landing-sub-heading {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 0; 
    text-transform: none; 
	text-shadow: 5px 5px 16px #131313;
}

@media only screen and (max-width: 768px)  {
	.section-landing .row > div .section-landing-heading {
		font-size: 3rem;
	}
}

.navbar-static-top .navbar .menu-bar > .navbar-nav > li > a {
    font-family: Heebo,Arial,Helvetica,sans-serif;
    font-size: 0.875rem;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
    font-family: Heebo,Arial,Helvetica,sans-serif;
    font-size: 0.875rem;
}

.navbar-static-top.navbar-inverse {
    background-color: #2d2f32;
    min-height: 120px;
}

.navbar-inverse .navbar-nav > li > a{
	color: #ffffff;
	font-weight: 500;
	padding-bottom: 10px;
	margin-left: 10px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #2d2f32;
    padding-bottom: 10px;
    font-weight: 500;
	border-bottom:0;

}


.navbar-inverse .navbar-nav > li > a:focus
{
outline: dotted 2px #d54614;
}

.navbar-inverse .navbar-nav > li#Help > a {
    border-bottom: none;
    text-decoration: none;
    background-color: white;
    padding: 12px 8px 4px 8px;
}

.navbar-inverse .navbar-nav > li#Help > a:hover {
	border-bottom: none;
	color: #2d2f32;
}

.navbar-header {
}

footer .footer-top {
    background-color: #2d2f32;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

@media only screen and (max-width: 768px) {
footer .footer-top {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
}

footer .footer-bottom{
    background-color: #2d2f32;
	border-top: solid 1px #393c3f;
}

footer {
    color: #ffffff;
}



h1 {
	font-family: inherit;
	font-weight: 900;
	line-height: 132%;
	color: rgba(0,0,0,0.9);
	letter-spacing: 0;
	font-size: 2.75rem;
	margin-bottom: 1.25rem;
}

@media print, (max-width: 975px){
h1 {
    font-size: 2rem;
}
}

h2 {
    font-family: inherit;
	font-weight: 900;
	line-height: 132%;
	color: #1a1a1a;
	letter-spacing: 0;
	font-size: 2.25rem;
	margin-bottom: 1.25rem;
}

h2.small {
	font-size: 1.2rem;

}

h2.white {
    font-family: inherit;
	color: #ffffff; 
	font-size: 1.5;
	font-weight: 700;
}

@media print, (max-width: 975px){
h2 {
    font-size: 1.5625rem;
}
}

.page_section h2 {
    color: #1a1a1a;
    font-size: 2.25rem;
}

h3 {
    font-family: inherit;
	font-weight: 900;
	line-height: 132%;
	color: rgba(0,0,0,0.9);
	letter-spacing: 0;
	font-size: 1.75rem;
	margin-bottom: 1.25rem;
}

h3.white {
    font-family: inherit;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 700;
}

.page_section h3 {
    font-size: 1.75rem;
    font-family: inherit;
}

h4 {
    font-family: inherit;
	font-weight: 700;
	line-height: 132%;
	color: rgba(0,0,0,0.9);
	letter-spacing: 0;
	font-size: 1.5rem;
	margin-bottom: 1.25rem;
}

a {
    color: #4d4d4d;
    font-weight: 500;
    transition: all .25s ease;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #d14210;
}

a:focus {
	outline: dotted 2px #d54614;
}

a.light {
	font-weight: 700;
	color: #757575;	 	
}

a.light:hover {
	color: #000000; 	
}

a.dark {
	color: #aaa;
	font-weight: 500;
	font-size: 1.25rem;	
}

a.dark:hover {
	color: #ffffff;
}

.btn:focus,.btn.focus,.btn:active:focus,.btn:active.focus,.btn.active:focus,.btn.active.focus
{
	outline:0;
	outline-offset: 0;
}

.btn-custom {
    background-color: #2D2F32;
    text-align: center;
    color: white;
    padding: 12px 0;
    margin: 0;
    font-size: 1.2em;
    font-weight: 500;
}
.btn-custom:hover {
	background: #d14210;
	color: #ffffff;
}

.btn-custom:focus {
	background: #d14210;
	outline: dotted 2px #d54614;
	color: #ffffff;
}

.btn-custom3 {
	color: #ffffff;
	font-size: 0.87rem;
	text-align: center;
	font-weight: 500;
	background: #2f5fef;
	line-height: 150%;
	padding: 12px 30px;
	display: inline-block;
}

.btn-custom3:hover {
	background: #d14210;
	color: #ffffff;
}

.btn-custom3:focus {
	background: #d14210;
	outline: dotted 2px #d54614;
	color: #ffffff;
}

/* Black button - orange hover */
.btn-primary {
    color: #ffffff;
    font-size: .875rem;
    text-align: center;
    font-weight: 500;
    background: #000000;
    line-height: 150%;
    display: inline-block; 
    padding: 18px 36px;
    border: 0;
    border-radius: 0;
    box-shadow: 0;
}

.btn-primary:hover {
	background: #d14210;
    box-shadow: 0;
}

.btn-primary:focus, .btn-primary.focus {
	background: #d14210;
	outline: dotted 2px #d54614;
    border-radius:0;
    border: 0;
    box-shadow: 0;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary
 {
    color: #fff;
	background: #d14210;
	outline: dotted 2px #d54614;
    border-radius: 0;
    box-shadow: 0;
}

.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open>.btn-primary.dropdown-toggle:hover,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle.focus
{
    color:#fff;
    background: #d14210;
    border-color:  #d14210;
    box-shadow: 0;
}

.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle
{
    color:#fff;
    background: #d14210;
    border-color:  #d14210;
    box-shadow: 0;
}

a.btn.btn-primary.add-row {
    text-decoration: none;
}

a.btn.btn-primary {
    text-decoration: none;
}

.btn-custom2 {
	color: #ffffff;
	font-size: 0.87rem;
	text-align: center;
	font-weight: 500;
	background: #d14210;
	line-height: 150%;
	/* padding: 12px 30px; */
	display: inline-block;
}

.btn-custom2:hover {
	background: #000000;
}


/*.btn:hover, .btn:focus, .btn.focus, */
.btn-custom2:hover {
	color: #ffffff;
}

.btn-custom2:focus {
	background: #000000;
	outline: dotted 2px #000000;
}

.btn-default {
    color: #ffffff;
    font-size: .875rem;
    text-align: center;
    font-weight: 500;
	background: #d14210;
    line-height: 150%;
    display: inline-block; 
    padding: 18px 36px;
    border: 0;
    border-radius: 0;
}

.btn-default:hover {
	background: #000000;
	color: #ffffff;
}

.btn-default:focus {
	background: #000000;
	outline: dotted 2px #2d2f32;
	color: #ffffff;
}

.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle
{   color: #fff;
	background: #000000;
	outline: dotted 2px #2d2f32;
    border: 0;
}

.btn-default:active:hover,.btn-default:active:focus,.btn-default:active.focus,.btn-default.active:hover,.btn-default.active:focus,.btn-default.active.focus,.open>.btn-default.dropdown-toggle:hover,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle.focus{
    color: #fff;
	background: #000000;
	outline: dotted 2px #2d2f32;
    border: 0;
    }

a.btn.btn-default {
    text-decoration: none;
}


a.btn.btn-lg.btn-default {
    text-decoration: none;
}
a.btn.btn-lg.btn-default:hover {
    color: #ffffff;
}

h2.footer {
    font-family: inherit;
    text-align: left;
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
    margin-top: 50px;
    margin-bottom: 20px;
}

p.footer {
    font-family: inherit;
    text-align: left;
    font-size: 16px;;
    line-height: 2rem;
    color: #fff;
}

footer .footer_links ul li a {
	color: #fff;
	font-size: .875rem;
	font-weight: 500;
	border-bottom: dashed 1px #fff;
	text-decoration: none;
}

footer .footer_links ul li a:hover {
	border-bottom: solid 1px #fff;
}

footer .footer_links ul li a:focus {
    font-size: .875rem;
}

@media screen and (max-width: 991px){
footer .footer-top h3, footer .footer-top .list-social-links {
    text-align: left;
}
}
footer .footer_links ul li {
    display: inline-block;
    padding: 0px;
    margin: 0px 50px 0px 0px;
}

@media only screen and (max-width: 768px) {
footer .footer_links ul li {
    display: list-item;
    text-align:center;
	margin-bottom:15px;
}
}

.crmEntityFormView .cell {
    padding-left:0px;
}

.breadcrumb {
	color: white;
    background-color: transparent;
}

.Intro{
	padding-left: 0px;
	padding-right:0px;
    /* background: url(/UJ01-1_WelcomePageMainImage.png) no-repeat center; */
    /* background-size: cover;	*/
	background: url(/UJ01-1_WelcomePageMainImage.png);
	background-attachment: fixed;
	background-repeat-y: no-repeat;
    margin-bottom: 90px;	
}

.Intro .page-header {
	border-bottom: none;	
}

.Intro h1, .page-header h1, .page-header h2 {
    display: block;
    font-family: Heebo, Arial, Helvetica, sans-serif;
    font-weight: 900;
    line-height: 132%;
    color: #1a1a1a; 
    letter-spacing: 0px;
    font-size: 2.75rem;
    margin-bottom: 0px !important;
}

.page-header h2 {
	font-size: 2rem;
}

.page-header p, .Intro p {
    color: #000;
    font-size: 24px;
    line-height: 29px;
    font-weight: 300;
    font-family: Heebo, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

.padding-left-0 {
    padding-left:0px;
}

.padding-bottom {
    padding-bottom:5px;
}

.page-heading {
	background-color: #f5f5f5;
    padding: 20px 20px 0 20px;
    min-height: 160px;
    top: 70px;
    position: relative;
}

.page-heading-actions {
	padding-bottom: 20px;
}

.page-copy {
	font-size: 1.125rem;
	margin-bottom: 1em;
}

.homelink, a.homelink:hover, a.homelink:focus {
	border-bottom-color: #2d2f32;
}

.section-landing .row > div .section-landing-heading {
    text-transform: unset;
}

.searchbar {
    font-family: Segoe UI Semibold, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
}

.crmEntityFormView .section-title {
    border-bottom-width: 0;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
}
 
.panel-custom {    
    background-color: #2d2f32;
    border-color: #2d2f32;
}

.panel-heading-custom > h4 {
	color: #ffffff;
	padding: 0 20px;
}

.list-group-item-heading > a {
   border-bottom: none;
   text-decoration: none;
}

.list-group-item-custom {
    border: 1px solid #2d2f32;
}

.bs-calltoaction{
    position: relative;
    width:auto;
    padding: 15px 25px;
    border: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
    /* margin-left: -30px; */
    border-radius: 0px;
}

.bs-calltoaction > .row{
	display:table;
	width: calc(100% + 30px);
}
 
.bs-calltoaction > .row > [class^="col-"],
.bs-calltoaction > .row > [class*=" col-"]{
	float:none;
	display:table-cell;
	vertical-align:middle;
}

.cta-contents{
	padding-top: 10px;
	padding-bottom: 10px;
}

.cta-title{
	margin: 0 auto 15px;
	padding: 0;
	color: #ffffff;
}

.cta-desc{
	padding: 0;
}

.cta-desc p:last-child{
	margin-bottom: 0;
}

.cta-button{
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (max-width: 991px){
    .bs-calltoaction > .row{
        display:block;
        width: auto;
    }

	.bs-calltoaction > .row > [class^="col-"],
	.bs-calltoaction > .row > [class*=" col-"]{
		float:none;
		display:block;
		vertical-align:middle;
		position: relative;
	}

	.cta-contents{
		text-align: center;
	}
}

.bs-calltoaction.bs-calltoaction-custom{
	background: #2d2f32;;
	color: #ffffff;
	border-color:  #2d2f32;;
}

.bs-calltoaction.bs-calltoaction-primary .cta-button .btn,
.bs-calltoaction.bs-calltoaction-info .cta-button .btn,
.bs-calltoaction.bs-calltoaction-success .cta-button .btn,
.bs-calltoaction.bs-calltoaction-warning .cta-button .btn,
.bs-calltoaction.bs-calltoaction-danger .cta-button .btn{
    border-color:#fff;
}

/* Devices smaller than 768px*/
@media only screen and (max-width: 768px)  {
	.list-group-item {
		width:100%;
	}
}

.homelink, a.homelink:hover, a.homelink:focus {
    border-bottom:none;
}

/* Devices smaller than 768px*/
@media only screen and (max-width: 768px)  {
	.homelink, a.homelink:hover, a.homelink:focus  {
	   padding: 0px 15px;
	}
}

.NavTitleMobile {
    font-size:22px;
    color: #ffffff;
}

.NavMobileSpacing {
    margin-top:10px;
}

.NavMobileAlign {
    text-align: center;
}

.cta-button > .btn:hover, .btn:focus, .btn.focus {
    color: #ffffff;
    text-decoration: none;
}

.btn-customlink { 
  color: #0F3CC3; 
  background-color: #FFFFFF; 
  border-color: #FFFFFF; 
} 
 
.btn-customlink:hover, 
.btn-customlink:focus, 
.btn-customlink:active, 
.btn-customlink.active, 
.open .dropdown-toggle.btn-customlink { 
	color: #0F3CC3; 
	background-color: #FFFFFF; 
	border-color: #FFFFFF; 
	border-bottom: 1px dotted #0F3CC3;
} 
 
.btn-customlink:active, 
.btn-customlink.active, 
.open .dropdown-toggle.btn-customlink { 
  background-image: none; 
} 
 
.btn-customlink.disabled, 
.btn-customlink[disabled], 
fieldset[disabled] .btn-customlink, 
.btn-customlink.disabled:hover, 
.btn-customlink[disabled]:hover, 
fieldset[disabled] .btn-customlink:hover, 
.btn-customlink.disabled:focus, 
.btn-customlink[disabled]:focus, 
fieldset[disabled] .btn-customlink:focus, 
.btn-customlink.disabled:active, 
.btn-customlink[disabled]:active, 
fieldset[disabled] .btn-customlink:active, 
.btn-customlink.disabled.active, 
.btn-customlink[disabled].active, 
fieldset[disabled] .btn-customlink.active { 
  background-color: #FFFFFF; 
  border-color: #FFFFFF; 
} 
 
.btn-customlink .badge { 
  color: #FFFFFF; 
  background-color: #0F3CC3; 
}

.list-group-item {
    padding: 10px 10px;
}

a.list-group-item {
    text-decoration: none;
}

.grid-actions a.btn.action {
	float:left !important;
}

.marginleft5{
	margin-left:5px;
}

/
* Font styles
-------------------------------------------------- */
.font-weight-light  { font-weight: 300 !important; }
.font-weight-normal { font-weight: 400 !important; }
.font-weight-bold   { font-weight: 700 !important; }
.font-italic        { font-style: italic !important; }
.nowrap { white-space: nowrap; }

.navbar-home .row {
	padding: 0;
}

.navbar-home .panel {
	background-color: #554741;
    color: white;
    text-align: center;
    padding: 24px 24px 24px 0;
}

.navbar-home .panel a {
	font-weight: 700;
	border-bottom: none;
}
	
.navbar-home .panel a:hover {
	border-bottom: none;
}
	
/* Entity Form styles
-------------------------------------------------- */
#EntityFormPanel textarea {
	min-height: 8em;
}

/* CRM tab styles
-------------------------------------------------- */
div[data-name="tab_declarations"] {
	display: none;
}

div[data-name="tab_hidden"] {
	position: absolute; 
	left: -999em; 
	top: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden
}

div[data-name="tab_wait"] {
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999 !important;
	background-color: #ffffff;
	filter: alpha(opacity=75);
	opacity: 0.75;
	margin: 0 !important;
}

@media (min-width: 1200px) {
	
	div[data-name="tab_wait"]:before {
		content: "Please Wait...";
		background-color: #2d2f32;
		color: #ffffff;
		z-index: 999999;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 30%;
		width: 50%;
		padding: 16px;
		border: 10px solid #d1d1d1 !important;
		border-radius: 16px;
		font-weight: bold;
		font-size: 5em;
		position: absolute;
		left: 25%;
		top: 35%;
	}
	
}

@media (max-width: 1024px) {

	div[data-name="tab_wait"]:before {
		font-family: "Glyphicons Halflings";
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "";
		background-color: white;
		color: blue;
		z-index: 999999;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 30%;
		width: 30%;
		padding: 16px;
		border: 10px solid #ccc !important;
		border-radius: 16px;
		font-weight: bold;
		font-size: 5em;
		position: absolute;
		left: 35%;
		top: 35%;
	}
}

div[data-name="tab_complete_flags"] {
	display: none;
}

/* Tabs
-------------------------------------------------- */
.tabs-content {
	padding-top: 1em;
}

/* Listing
-------------------------------------------------- */
#HeaderActionButton {
	display:none;
}

#FilterType {
	display: none;
	margin-bottom: 1em;
}

#Results {
	display: none;	
}

#Results table tbody tr {
    cursor: pointer;
    cursor: hand;	
}

#Results table thead tr th {
	vertical-align: top;
}

#Results table thead tr th a {
	padding: 0;
}

.sortable {
	font-weight: bold;
}

.sortable:hover {
    cursor: pointer;
    cursor: hand;	
}

/* Wizard
-------------------------------------------------- */
#wizard {
	position: sticky; 
	top: 0;	
}

#wizard button {
	width: 100%;
	margin-bottom: .5em;
}

#wizard button:first-child {
	margin-top: 1rem;
}

#wizard h4 {
    background-color: #5b6770;
    text-align: center;
    color: white;
	padding: 15px 0;
	margin: 0;
    font-size: 1.2em;
	font-weight: 500;
}

#wizard ul {
	background-color: #f5f5f5;
	padding: 0;
}

#wizard ul li {
    list-style: none;
    padding: 10px 4px;
    border-bottom: 1px solid #d1d1d1;
    color: #000000;
}

#wizard ul li a {
	border-bottom: none;
	display: flex;	
}

#wizard ul li a:hover {
	border-bottom: none;
}

#wizard ul li a i {
	align-self: center;
}

#wizard ul li a i.current {
	color: #d14210 !important;
}

#wizard ul li a i.completed {
	color: #2d2f32;
}

#wizard ul li a p {
    align-self: center;
    margin: 8px;
}

div[data-name="tab_wizard_step"] th {
	vertical-align: middle !important;
	padding: 0 8px;
	border: 0 !important;
}

div[data-name="tab_wizard_step"] td {
	border: 0 !important;
	padding-top: 15px !important;
	padding-left: 4px;
	padding-right: 4px;
}

div[data-name="tab_wizard_step"] td.editable {
	padding-top: 8px !important;
}

div[data-name="tab_complete_flags"] {
    background-color: #f5f5f5;
    padding: 15px 0;
    margin-top: 10px;	
}

div[data-name="tab_complete_flags"] fieldset {
	margin: 0;
	padding: 1em;
	color: #000;
}

div[data-name="tab_complete_flags"] td.cell {
	margin: 0;
	padding: 0;
}

.note {
	font-size: 150%;
    color: #000;	
	cursor:pointer;
	text-decoration: none;
}

a.note:hover {
    text-decoration: none;
}

.trashcan {
	border-bottom: none;
}

.trashcan:hover {
	cursor:pointer;
}

.puff {
    cursor:pointer;
    display:none;
    position:absolute;
    height:64px;
    width:64px;
    background: url(/puff.png) no-repeat;
	z-index: 2;
}

body::after{
   position:absolute; width:0; height:0; overflow:hidden; z-index:-1; 
   content:url(/puff.png);   
}

#AddRowButton {
	margin: 1em 0;
}

a#AddRowButton {
    text-decoration: none;
}

#FileDownload a {
	text-decoration: none;
}

tr.question-answer td div div {
	display:table-row;
}

tr.question-answer td div input {
	display:table-cell; 
	vertical-align:top;
}

tr.question-answer td div label {
	padding-left: 8px;
	display:table-cell;
}

/* Secondary Navigation
-------------------------------------------------- */
.sec-nav {
border-bottom: solid 1px #d1d1d1;
}

.navbar-secondary {
	color: #000;   
    padding: 0;
}

.navbar-secondary .menu-bar > .navbar-nav > .vertical-divider {
    height: 21px;
    margin: 0 4px;
    margin-top: 14.5px;
}

.navbar-secondary .menu-bar > .navbar-nav > li > a {
    /* border-bottom: none; */
    line-height: 1.5rem;
    color: #2d2d32;
    font-size: 1.125rem;
	font-weight: 300;
    text-decoration: none;
    border-top: solid 7px #fff;
    padding: 19px 20px 24px 20px;
}

.navbar-secondary .menu-bar > .navbar-nav > li > a:hover, .navbar-secondary .menu-bar > .navbar-nav > li > a.active {
	border-top: solid 7px #d14210;
	background-color: #fff;
	color: #d14210;
}

/* Expand all
-------------------------------------------------- */
.expand-all, .collapse-all {
    cursor: pointer;
    padding-left: 1em;
    border-bottom: none;
    color: #000;
    text-decoration: none;
    display: inline-block;
    /* font-size: 1.5em; */
    margin-block-start: 2em;
    margin-block-end: 2em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.expand-all:hover, .collapse-all:hover {
	color: #d14210;
	text-decoration: none;
	border-bottom: none;
}

.expand-all span.fa, .collapse-all span.fa {
	vertical-align: middle;
}

/* Collapsible panel with up/down icons
-------------------------------------------------- */
.entry-heading {
	background-color: #5b6770;
    color: white;
    padding: 16px;
    margin-bottom: 1em;	
}

.entry-heading a {
	border-bottom: none;
	color: white;
	display: block;
	text-decoration: none;
}

.entry-heading a:hover {
	text-decoration: none;
}

.entry-heading a:focus {
	outline: none;
	text-decoration: none;
}

.entry-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e113";
   float: right;
   transition: all 0.5s;
}
.entry-heading a.collapsed:before {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
} 

/* Form styles
-------------------------------------------------- */
table[data-name="tab_applicant_details_section_funding_category"], table[data-name="tab_applicant_details_section_activity_outline"] {
	width: 95% !important;
}

.tab_complete_flags {
	display: none;
}

.form-custom-actions {
	display: none;
}

#FormActions button {
	margin-right: .5em;
}

span.fieldLimit {
    font-size: 12px;
    color: gray;
}

.grand-total, .request-percent, .in-kind-expenditure-percent {
	font-weight: 700;
}

.in-the-red {
	color: red;
}

.address-header {
    margin: 0;
    border-bottom: 1px solid #eee;
    padding: .5em 0 0 0;	
}

.report-edit {
	color: red  !important;
}

.read-only, .report-hard-copy {
	color: lightgray !important;
}

/* Help styles
-------------------------------------------------- */

.page-help {
	color: #d14210 !important;
}

.field-help {
	color: #000 !important;
}

.field-help-control {
	position: relative;
}

.field-help-tooltip {
	margin-left: 8px;
    position: absolute;	
}

.datetimepicker .field-help-tooltip {
	margin-left: 0;
}

/* Assessment styles
-------------------------------------------------- */
#ApplicationCounts {
	margin-bottom: 3em;
	text-align: center;
}

.application-square {
    width: 90%;
    display: inline-block;
    font-size: 1.125rem;
    text-align: center;
    transition: background 1s ease 0s, color 1s ease 0s;
    padding: 2.5em 2em 2em;
}

.application-square.orange {
    border: 3px solid #d14210;
    color: #d14210;
}

.application-square.blue-square {
    color: #409bd4;
    border: 3px solid #409bd4;
}

.application-square.green {
    border: 3px solid #39b547;
    color: #39b547;
    margin-right: 0px;
}

.application-square-icon {
    font-size: 70px;
}

.application-square-number {
    font-size: 70px;
	vertical-align: super;
}

.application-text {
	margin-top: 20px;
}

.question-answer-error {
	background-color: red;
}

/* Miscellaneous DLGSC styles
-------------------------------------------------- */
.MarginBottom15 {
	margin-bottom: 15px;
}
.MarginRight5{
	margin-right: 5px;
}

.MarginLeft-15{
	margin-left: -15px;
}

.crmEntityFormView .tab-title {
	border:0;
}

.thumbnail {
    padding: 0;
    border-radius: 0;
    height: inherit; 
    border-bottom: 6px solid #ddd;
}

@media (max-width:480px) {
.thumbnail {
height: unset
}
}

.thumbnail:hover, .thumbnail:focus  {
    border-bottom: 6px solid #C9501F;
}

.thumbnail-description{
    padding:9px;
    
}

h2.thumbnail-home {
    font-family: inherit;
    font-weight: 800;
    line-height: 132%;
    color: rgba(0,0,0,0.9);
    letter-spacing: 0;
    font-size: 1.5rem;
    margin-bottom: 5px;
    margin-top: 5px;
}

a .thumbnail:hover h2.thumbnail-home, a h2.thumbnail:focus .thumbnail-home {
    color: #C9501F;
    text-decoration: none; 
    border-bottom: 0 !important;
}

a.thumbnail-link {
    height: inherit;
	text-decoration: none;
	text-align:center;
}

a.thumbnail-link:hover, a.thumbnail-link:focus {
    color: #C9501F;
    text-decoration: none; 
    border-bottom: 0 !important;
}


ul.home {
    padding-left: 18px;
    color: #4d4d4d;
}

.equal {
height: 385px;
}

.nav-tabs>li>a {
	color: #4d4d4d;
    text-decoration: none;
}

a.no-underline {
text-decoration: none;
}

a.no-underline:hover {
text-decoration: 1px dashed #d14210;
}

.white {
	color: #ffffff;
}

#Results table thead tr th a {
    text-decoration: none;
}

.panel-default>.panel-heading {
    background-color: #5b6770;
    border-color: #5b6770;
    font-size: 1.2em;
    font-weight: 500;
    padding: 15px 10px;
	color: #ffffff;
}

.panel-heading > h4 {
    color: white;
}

.list-group-item-heading > a {
    border-bottom: none;
    text-decoration: none;
    margin-left: 0;
}

@media (max-width: 1199px){
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #ffffff;
	}

	.navbar-secondary .menu-bar > .navbar-nav > li > a {
		line-height: 1.5rem;
		color: #2d2d32;
		font-size: 1.0rem;
		text-decoration: none;
		border-bottom: solid 1px #d1d1d1;
		padding: 5px 10px 5px 30px;
	}

	.navbar-secondary .menu-bar > .navbar-nav > li > a:hover {
    border-top: solid 0px;
    background-color: #fff;
    color: #d14210;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
	padding: 12px 10px 10px 25px;
	}
	.dropdown-menu>li>a::last-of-type {
		border-bottom: 0;
	}

	.navbar-inverse .navbar-nav > li#Help > a {
		margin-right:10px;
	}
}
.dropdown-menu {
	padding-top:0;
	padding-bottom:0;
}
.dropdown-menu>li>a {
    text-decoration: none;
    border-bottom: solid 1px #d1d1d1;
    margin-left: -1px;
	font-size: 16px;
}

    .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:hover {
    background-color: #f5f5f5;
    color: #d14210;
    }

a.weblink.list-group-item {
    text-decoration: none;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: inherit;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

.form-control:focus {
    border-color: #d54614;
    outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 8%);
}


@media screen and (max-width: 480px) {
    .nav {
        padding-left:2px;
        padding-right:2px;
    }
    .nav li {
        display:block !important;
        width:100%;
        margin:0px;
    }
    .nav li.active {
        border-bottom:1px solid #ddd!important;
        margin: 0px;
    }
}

.crmEntityFormView div.description {
font-size: 12px;
}