﻿/* 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;
}

.wagov-logo a:hover,
.wagov-logo a:focus,
.wagov-logo a:active,
.wagov-logo a.active {
	color: #fff;
}

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: 5rem;
	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 {
	background-color: #2d2f32;
    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;
}

/* Register/Sign 
-------------------------------------------------- */
.nav-account {
	display: none;
}

#ContentContainer_MainContent_MainContent_ShowUserName {
	display: none;
}	

.sign-in-options .card {	
	border: 1px solid #f5f5f5;	
}

.sign-in-options h5 {
	min-height: 3em;
}

.sign-in-options p {
	min-height: 4em;
	padding: 0 1em;
}

.sign-in-options .card-img-top {
	height: 33%;
	width: 100%;
}

.sign-in-options a {
	border: 0;
	display: block;
	padding: 0;
}

.sign-in-options a:hover {
	box-shadow: 6px 6px 19px -2px rgba(225, 220, 220, 0.75);
    -webkit-box-shadow: 6px 6px 19px -2px rgba(225, 220, 220, 0.75);
    -moz-box-shadow: 6px 6px 19px -2px rgba(225, 220, 220, 0.75);	
}

.sign-in-options a p {
	color: #000;
}

.sign-in-options a:hover p {
	color: #d14210;
}



/* Navbar secondary
-------------------------------------------------- */
@media (min-width: 1200px) {

	.container-fluid.sec-nav {
		border-bottom: solid 1px #d1d1d1;
	}
	
	.navbar-secondary {
		padding: 0;
		background: #fff;
		overflow-x: visible;
		padding-right: 15px;
		padding-left: 15px;
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		-webkit-overflow-scrolling: touch;
		width: auto;
		border-top: 0;
		box-shadow: none;
		color: #2d2f32;
		font-weight: 500;
		margin: 0;	
	}

	.navbar-secondary .navbar-nav {
		float: inherit;
		margin: 0;
		text-align: center;
		/* display: flex; */
		align-items: stretch;
		width: 100%;
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto;
	}

	.navbar-secondary .navbar-nav > li {
		float: inherit;
		text-align: center;
		display: inline-block;
		/* vertical-align: text-top; */
		width: auto;
		flex: 1;
		/*
		padding-top: 25px;
		padding-bottom: 25px;
		*/
		padding: 25px;
		margin-right: -4px;
		line-height: 16px;
	}

	.navbar-secondary .navbar-nav > li:hover,
	.navbar-secondary .navbar-nav > li.active {
		border-top: 8px solid #d14210;
		padding-top: 17px;
	}

	.navbar-secondary .navbar-nav > li > a {
		color: #000;
		padding: 0;
		border: 1px solid transparent;
		white-space: nowrap;
		text-decoration: none;
	}

	.navbar-secondary .navbar-nav > li > a:active,
	.navbar-secondary .navbar-nav > li > a:hover, 
	.navbar-secondary .navbar-nav > li > a:focus {
		background-color: transparent;
	}

	.navbar-secondary .navbar-nav > li.dropdown.open > a {
		background-color: transparent;
		border: 1px solid transparent;
	}

	.navbar-secondary ul.dropdown-menu {
		-webkit-text-size-adjust: 100%;
		font-family: Heebo,Arial,Helvetica,sans-serif;
		list-style: none;
		box-sizing: inherit;
		background-color: #fff;
		transition: all .25s ease;
		padding: 27px 30px 32px 30px;
		font-size: 1.125rem;
		font-weight: 300;
		line-height: 1.5rem;
		text-decoration: none;
		color: #000;
		border-top: solid 7px #d14210;
		width: auto;
	}
}

@media screen and (max-width: 991px) {

	/* Navbar */
	
	#navbar {
		border-top: none;
		margin-bottom: 20px
	}
	
	#navbar ul.navbar-nav {
		margin: 0;
		padding: 0;
	}

	#navbar .navbar-nav li {
		font-weight: 600;
		background-color: #2d2f32;
		padding: 21px 0 0;
	}

	#navbar .navbar-nav > li > a {
		border-bottom: none;
		color: #fff;
		margin: 0 25px;
		padding: 0 0 25px;
	}

	/* Nav Secondary */
	.navbar-secondary {
		border-top: none;
		margin: 10px 0;
	}
	
	.navbar-secondary ul.navbar-nav {
		border: 2px solid #00966c;
		margin: 0;
		padding: 0;
	}

	.navbar-secondary .navbar-nav li {
		color: #00966c;
		font-weight: 600;
		background-color: #fff;
		padding: 21px 0 0;
		border-top: 1px solid #00966c;
	}

	.navbar-secondary .navbar-nav > li.weblink > a, .navbar-secondary .navbar-nav > li.dropdown > a {
		padding-bottom: 25px;
	}
	
	.navbar-secondary .navbar-nav > li > a {
		color: #00966c;
		margin: 0 25px;
		padding: 0;
	}

	.navbar-secondary ul.dropdown-menu li:nth-child(1) {
		background-color: #fff;
	}

	.navbar-secondary ul.dropdown-menu li {
		background-color: #e1e3e5;
		padding-bottom: 0;
	}
	
	.navbar-secondary .navbar-nav li.dropdown.open a {
		border: none;
		background-color: transparent;
		color: #00966c;
	}
	
}

.navbar-secondary .dropdown a.dropdown-toggle:after {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	transition: all 0.5s;
	display: inline-block;
	margin-left: 8px;			
	position: absolute;
}

.navbar-secondary .dropdown.open a.dropdown-toggle:after {
	
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
} 

.navbar-secondary ul.dropdown-menu > li:first > a {
	padding: 14px 6px 12px 6px;	
}

.navbar-secondary ul.dropdown-menu > li:nth-child(1) {
	border-bottom: solid 1px #d1d1d1;
}

.navbar-secondary ul.dropdown-menu > li {
    padding: 0;
}

ul.dropdown-menu > li:hover > a {
	color: #fff;
}

.navbar-secondary ul.dropdown-menu > li > a:after {
	font-family: 'Glyphicons Halflings';
	content: "\e258";
	transition: all 0.5s;
	display: inline-block;
	margin-left: 8px;		
	vertical-align: bottom;
}

/* Dropdown menu 
-------------------------------------------------- */
ul.dropdown-menu {
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
    list-style: none;
    color: #2d2f32;
    text-align: left;	
}

ul.dropdown-menu > li {
	border-bottom: 1px solid #d1d1d1;
	white-space: normal;
}

ul.dropdown-menu > li > a {
    background-color: transparent !important;
	border: 0;
	color: #2d2f32;
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding: 20px 24px 20px 10px;
    text-decoration: none;
	margin: 0;
}

ul.dropdown-menu>.active>a, 
ul.dropdown-menu>.active>a:focus, 
ul.dropdown-menu>.active>a:hover {
	border: 0;
	color: #d14210;	
	padding: 20px 24px 20px 10px;
}	

ul.dropdown-menu > li > a:active,
ul.dropdown-menu > li > a:focus,
ul.dropdown-menu > li > a:hover {
	border: 0;
	color: #d14210;	
	padding: 20px 24px 20px 10px;
}

/* Footer
-------------------------------------------------- */
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;
	margin-top: 0;
}

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: #000;
    font-weight: 300;
    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;
    margin: 0;
    font-size: 1em;
    font-weight: 500;
	white-space: nowrap;
}
.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: 12px 32px;
    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 32px;
	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: 12px 32px;
    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;
	text-decoration: underline;
}

footer .footer_links ul li a:hover {
	text-decoration: none;
}

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(HomeHero.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-left-0 {
    padding-left:0px;
}

.padding-bottom {
    padding-bottom:5px;
}

.page-heading {
	background-color: #f5f5f5;
    padding: 15px;
    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;
    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;
}

#DisclaimerActions .disclaimer-actions {
	background: #2d2f32;;
	border-color:  #2d2f32;;
	color: #ffffff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	padding: 1.5em 1em;
}

#DisclaimerActions .disclaimer-contents h3 {
	color: #fff;
}

#DisclaimerActions .disclaimer-actions .disclaimer-buttons {
	display: flex;
}

#DisclaimerActions .disclaimer-actions .disclaimer-buttons a {
	margin-left: 1em;
}

/* 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;
}

#EntityFormPanel div.invalid {
	border: 3px solid red;
    border-radius: 1em;
    padding: 1em;	
}

/* 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;
}

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: #ccc;
	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%;
}

/* Wait styles
-------------------------------------------------- */
div#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#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#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: #5b6770;
		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%;
	}
}

.overlay {
  background: rgba(0, 0, 0, .25);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

/* Wizard
-------------------------------------------------- */
@media(min-width:1900px) {
    .container-wizard {
        width: 1810px
    }
}

#wizard {
	/* position: sticky; */
	top: 0;	
}

#wizard button {
	width: 100%;
	margin-bottom: .5em;
}

#wizard button:first-child {
	margin-top: 1rem;
}

#wizard-step-header {
	font-size: 2.5rem;
    margin: 0.0rem !important;
}
	
#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;
	font-family: 'Glyphicons Halflings';
}

#wizard ul li a i.completed {
	color: #2d2f32;
}

#wizard ul li a p {
    align-self: center;
    margin: 8px;
}

div.actions, div.form-action-container-left {
	display: none;
}

/* Knowledge articles
-------------------------------------------------- */

ul#knowledge-article-categories {
	list-style-type: none;
}

ul#knowledge-article-categories li:before {    
	color: #5b6770;
    content: "";
    font-family: 'Glyphicons Halflings';
	padding-right: .5em
}

/* MapTaskr
-------------------------------------------------- */

/* Hide drop down selection next to serach bar */
div.ms-2
{
	display: none !important;
}
	
@media (max-width: 1024px) {
	
	div.mtr-search-container,
	div.mtr-extent-buttons-list,
	div.ol-zoom
	{
		display: none !important;
	}
	
}

/* Fix for Maptaskr conflict */
div.dropdown > ul.dropdown-menu {
	width: inherit;
}

#secondaryNavbar a.dropdown-toggle {
	font-size: 16px;
}

.validation-map, .info-alert {
	background-color: #fff;
}

div.ng-autocomplete {
	width: 280px !important;
}

/* Fix conflict with Maptaskr FontAwesome 5 icons */
.fa.fa-sign-out {
	font-family: 'Glyphicons Halflings';
}

.fa-sign-out:before {
    content: "" !important;
}

.fa.fa-warning{
	font-family: 'Glyphicons Halflings';
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "" !important;
}

.fa.fa-info{
	font-family: 'Glyphicons Halflings';
}

.fa-info:before {
    content: "" !important;
}

/* Messages
-------------------------------------------------- */
div.message.success {
    background-color: #fff;
    border-color: #5b6770;
    color: #323130;
    -ms-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 18px;
    -ms-text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

div.message.success #MessageLabel:focus-visible {
	outline: none;
}

/* Alerts
-------------------------------------------------- */
#header-notification {
    background-color: #d14210;
    color: #fff;	
    font-weight: bold;
    padding: .5em;
    text-align: center;
}

.portalmessage {
	font-size: 125%;
}

#Alerts .badge {
	background-color: red;
}

/* View grid
-------------------------------------------------- */
.view-grid .wait-container {
    display: flex;
	justify-content: center;
    border: 3px solid #f5f5f5;
    border-radius: .5em;
    padding: 1em;
	margin-bottom: 1em;
}

.view-grid .wait-container .view-loading {
    display: flex;
	justify-content: center;
    font-size: 1.5em;
}

.view-grid .wait-container .view-loading .waiting {
	margin-right: .25em;
}

.view-grid tbody tr {
    cursor: pointer;
}

.view-grid tr td.actions {
	font-size: 150%;
}

.view-grid tr td.actions .generate-doc, 
.view-grid tr td.actions .deactivate-record {
	outline: none;	
}

/* Miscellaneous
-------------------------------------------------- */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
	background-color: #d14210 !important;
}

.entity-associate .selected-records .item:hover 
{    background-color: #000 !important;    
	 cursor: default;
}

.add-folder {
	display: none;
}

.entity-timeline .notes-empty.message {
    clear: both;
}

span.checkbox input[type=checkbox] {
	margin-top: 5px;
}

.counter {
	display: block;
	text-align: right;
}

img#easteregg {
    vertical-aling : middle;
    color: white;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.Intro {
	margin-bottom: 0px;
}

#content-container {
	  position: relative;
  z-index: 5;
  h1eight: 250px;
  w1idth: 300px;
  color: #000;
  font-size: 400%;
  padding: 20px;
      margin: 0px;
    width: 100%;
}

#content-container .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(Heritage.png) center center;
  opacity: .4;
    width: 100%;
    height: 100%;
	background-repeat: no-repeat;
    background-size: cover;
}
#ACHHeader1 {
  position: relative;
  z-index: 5;
  height: 250px;
  width: 300px;
  color: #000;
  font-size: 400%;
  padding: 20px;
}

#ACHHeaderIma1ge {
	/*
	background-image: url(waverock.png);
    background-repeat: no-repeat;
    background-size: cover;
	border:1px solid red;
	margin:0px;
	position:relative;
	width:100%;
	display:inline;
	padding:0px;*/
/*	margin:0px;
	height: 20px;
    width: 100%;
    position: relative;
    top: -220px;
    z-index: 0;*/

  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(https://achknowledge.dplh.wa.gov.au/HomeHero.png) center center;
  opacity: .4;
    width: 100%;
    height: 100%;	
}
.Intro {
	background-position: -1px -86px;
	background-attachment: scroll;
	
}

.page-heading {
	top:10%;
}

.Intro h1, .page-header h1, .page-header h2
{
	font-size: 4em;
	text-shadow: 2px 2px 8px #000000;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

#content-container {
  flex: 1;
}