#Body{font-family:Arial, 'Roboto Condensed' !important;}
caption,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Aleo, Georgia, Times New Roman, Times, serif;
    font-weight: 400;
    line-height: 1.3;
    color: #1e1e1e
}
body {
  font-size: 15px;
  font-weight: 200;
  line-height: 1.5;
  font-family:Arial, 'Roboto Condensed' !important, sans-serif;
  color: var(--dnn-color-foreground, #000000);
  background-color: var(--dnn-color-background, #ffffff);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}

header a[id*="dnnLOGO"] img {
    height: 90px !important;
    max-height: 100%;
    width: auto;
}
header a[id*="dnnLOGO"] {
    display: block;
    padding: 0px !important;
}
.aperture-theme .aperture-header .logo-menu-bar {
    background-color: #fff !important;
    margin: 0;
    padding: 0.5rem 0;
}
#nav-desktop > li > a {
    color: #333 !important;
	font-size:12pt;
}

#nav-footer > li > a {
    color: #fff !important;
	font-size:12pt;
}
#nav-desktop a, #nav-footer a {
    color: var(--dnn-color-background-light, #f5f5f5);
    font-size:12pt;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
section.content {
    position: relative;
    display: block;
    height: auto;
	padding-bottom: 14px;
}
.component.usn_cmp_banner .item:not(.item_scale-banner) .image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.image.background-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform 0.4s ease-in-out 0s;
	background-image: url("/img/yourgovernment-banner.jpg");
	height:340px;
}
.component.usn_cmp_banner .item {
    position: relative;
}
.item.item_short-banner{height:340px;}
media="screen and (min-width: 1160px)" {
    .component.usn_cmp_banner .item.item_short-banner{height:340px;}
}

#nav-desktop ul li a:hover, #nav-desktop ul ul li a:hover, #nav-footer ul li a:hover, #nav-footer ul ul li a:hover {
    color: #ffff;
	text-decoration:underline;
}

#nav-desktop > li > ul, #nav-footer > li > ul {
    background: #818a8f;
    box-shadow: 1px 1px 5px 1px rgba(var(--dnn-color-foreground-r), var(--dnn-color-foreground-g), var(--dnn-color-foreground-b), 0.2);
    display: none;
    flex-direction: column;
    max-width: 100%;
    min-width: -moz-max-content;
    min-width: max-content;
    padding-right: 2rem;
    position: absolute;
    top: 100%;
}

#nav-desktop a, #nav-footer a {
    
    text-transform: none;
}
#nav-desktop a::first-letter, #nav-footer a::first-letter {
    
    text-transform: uppercase;
}
.btn {
    
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	display: inline-block;
    margin: 2px 0;
    margin-right: 4px;
    padding: .6475em 1.17647059em;
    min-width: 188px;
    max-width: 100%;
    font-size: em(17px);
    font-weight: 500 !important;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #fff !important;
    background-color: #002f5f;
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border: solid #002f5f 1px;
    text-decoration: none;
	text-transform:none !important;
    display: inline-block;
    cursor: pointer;
}
.btn a {color: #fff !important;}
.btn:hover a {color: #1e1e1e !important;}
.btn:hover {
    
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #1e1e1e;
    background-color: #fff;
	color:#1e1e1e !important;
}
.btn > a > img {
    vertical-align: middle;
    padding: 0 5px 0px 0px;
}
.btn_purple:hover {
    background: #fff;
    text-decoration: none;
    color: #4F2D7F;
}
.btn_purple {
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: #4F2D7F;
    padding: .5rem 1rem;
    border: solid #4F2D7F 1px;
    text-decoration: none;
    min-width: 165px;
    display: inline-block;
    cursor: pointer;
}
.btn_purple a{color: #ffffff;}
.btn_purple a:hover{color: #4F2D7F;}
.btn_orange {
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    font-family: Arial, sans-serif;
    
    background: #FECB00;
    padding: .5rem 1rem;
    border: solid #fe9e38 1px;
    text-decoration: none;
    min-width: 165px;
    display: inline-block;
    cursor: pointer;
}
.btn_orange a{color: #c65102  !Important;}
.btn_orange a:hover{color: #c65102  !important;}
.btn_orange:hover{ border: 1px solid #c65102 ;
    background-color: #fff;}
.btn_orange_sm, .pay {
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: #FECB00;
    padding: .5rem 1rem;
    border: solid #fe9e38 1px;
    text-decoration: none;
    min-width: 65px;
    display: inline-block;
    cursor: pointer;
}
.dnnPrimaryAction {
    vertical-align: top;
    width: 160px;
    background-color: #002f5f !important;
    background: #002f5f !important;
    border: solid 1px #002f5f;
    font-weight: 500 !important;
    color: white;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    text-shadow: none !important;
    box-shadow: none !important;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    text-transform: lowercase;
}
.dnnPrimaryAction::first-letter {
    
    text-transform: uppercase;
}
.required-label {
    color: #bebebe;
    font-size: 14px;
    margin-left: 5px;
}
.help-block {
    display: block;
    color: #535754;
    font-size: .75em;
    background-color: #def1e3;
    border-color: #e0f1e9;
    padding: 7px 10px 5px 10px;
    border-radius: 2px;
}
span#request-desc{color: #0a76ae; font-weight: 500;}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #4F2D7F
}

#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 200
}
#progressbar #account:before {
    /*font-family: FontAwesome;
    content: "\f03a"*/
    content: url(../img/svg/project-mgmt-white.svg);
}

#progressbar #personal:before {
    /*font-family: FontAwesome;
    content: "\f041"*/
    content: url(../img/svg/search-location-white.svg);
}

#progressbar #payment:before {
    /*font-family: FontAwesome;
    content: "\f2ba"*/
     content: url(../img/svg/contact-info-white.svg);
}

#progressbar #confirm:before {
    /*font-family: FontAwesome;
    content: "\f00c";
    font-weight: 200;*/
    content: url(../img/svg/email-white.svg);
    padding-top:5px;
}

#progressbar li:before {
    width: 30px;
    height: 30px;
    line-height: 21px;
    display: block;
    font-size: 14px;
    color: #ffffff;
    background: lightgray;
    border-radius: 5%;
    margin: 0 auto 5px auto;
    padding: 2px 4px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #4F2D7F
}

.progress {
   margin:4px;
    height: 15px
}

.progress-bar {
    background-color: #4F2D7F
}
#progressbar li.current {
    color: #472783;
}
#progressbar li {
    list-style-type: none;
    width: 20%;
    float: left;
    position: relative;
    text-align: center;
}
#progressbar li {
	list-style-type: none;
	width: 20%;
	float: left;
	position: relative;
	text-align: center;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 60px;
	height: 60px;
	line-height: 56px;
	display: block;	
	border-radius: 50%;
	margin: 0 auto 10px auto;
	border: 4px solid #ddd;
	text-align: center;
	background-color: white;
	z-index: 99;
	position: relative;
	font-size:22px;
}
.addAccount{color:#482783; font-weight:bold;font-size:1.1em;}
a.accTitle, h3#addAccountHeaderTitle{color:#482783; font-weight:bold;text-decoration:none;}
a.pay-bill{color:#FECB00;font-weight:bold;text-decoration:none;}
#progressbar li.current:before {
	content: counter(step);
	counter-increment: step;
	width: 60px;
	height: 60px;
	line-height: 56px;
	display: block;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	border: 4px solid #482783;
	text-align: center;
	background-color: #ffff !important;
	color: #482783 !important;
	z-index: 99;
	position: relative;
	font-size:22px;
}

#progressbar  li.danger:before {
	content: counter(step);
	counter-increment: step;
	width: 60px;
	height: 60px;
	line-height: 56px;
	display: block;	
	border-radius: 50%;
	margin: 0 auto 10px auto;
	border: 4px solid #FECB00;
	text-align: center;
	background-color: white;
	color:#FECB00;
	z-index: 99;
	position: relative;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 4px;
	background-color: #482783;
	position: absolute;
	left: -50%;
	top: 30px;
	z-index: 1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
#progressbar li.active {
	color: #26a146;
	font-weight:bold;
}
#progressbar li.danger {
	color: #FECB00;
}
#progressbar li.current {
	color: #472783;
}

#progressbar li.error {
	color: #FECB00;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before{
	border-color: #26a146;
}

#progressbar li.error:before{
	border-color: red;
}

#progressbar li.active + li:after {
	background-color: #26a146; font-weight:bold;
}

.dnnFormMessage.dnnFormWarning {
    background-color: #FFFFD9;
    border-color: #CDB21F;
}
.dnnFormMessage.dnnFormWarning {
    background-color: rgba(255, 255, 0, 0.15);
    border-color: #CDB21F;
}
.dnnFormMessage {
    max-width: 100%;
    margin: 5px 0px;
}
.dnnFormMessage {
    display: block;
    padding: 17px 18px;
    margin-bottom: 18px;
    border: 1px solid rgba(2, 139, 255, 0.2);
    background: rgba(2, 139, 255, 0.15);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%;
}
ul.widget_info_contact {
	font-size:12pt !important;
}

.vadimForm {
    font-size: 14px !important;
}
.dnnSecondaryAction {
    vertical-align: top;
    width: 160px;
    font-size: 14px;
    font-weight: 500 !important;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #1e1e1e !important;
    background-color: #dfdfdf !important;
    background: #00B3F3 !important;
    border: solid 1px #00B3F3 !important;
    border-radius: 0;
    overflow: hidden;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    box-shadow: none !important;
    text-shadow: none !important;
}
.dnnLogin .LoginPanel .dnnFormItem:nth-child(2) input {1rem;}
.dnnLogin .LoginPanel .dnnFormItem:first-child label, .dnnLogin .LoginPanel .dnnFormItem:nth-child(2) label {
    font-size: 1rem;
    font-weight: 700;
	width: 150px;
    text-align: left;
}
.dnnLogin .LoginPanel .dnnFormItem:first-child input, .dnnLogin .LoginPanel .dnnFormItem:nth-child(2) input {
    font-size: 1rem;
    font-weight: 500;
    min-width: 100%;
    padding: 0.25em;
}
.dnnLogin .LoginPanel .dnnFormItem .dnnLoginRememberMe label {
    font-size: 1rem;
    font-weight: 550;
    margin-left: 0.5em;
}
/* The Modal (background) */
.modal {
  /* Hidden by default */
  display:none;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Header */
.modal-header {
  background-color: #002F5F;
  color:#ffffff;
  margin: auto;
  padding: 20px;
  width: 40%;
}
.modal-header  h2{color:#ffffff;padding: 0px;
    margin: 0px}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
  font-size:1.2em;
}
dialog {
  width: 500px;
  height: 250px;
  
}
dialog header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
  background-color: #002F5F;
  color:#ffffff;
}
/* Title styling */
dialog header h2 {
  margin: 0;
  font-size: 1.75rem;
  color:#ffffff;
}
dialog .content p{font-size: 1.5rem;}
button#closeItBL {
    color: #002F5F;
}
button#closeIt {
    color: #002F5F;
}
button#closeIt2 {
    color: #002F5F;
}
/* The Close Button */
.close {
  color: #002F5F;
  float: right;
  font-size: 31px;
  font-weight: bold;
  margin-top: 10px;
}

.close:hover,
.close:focus {
  color: #002F5F;
  text-decoration: none;
  cursor: pointer;
  
}
.aperture-theme .aperture-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.dnnFormMessage.dnnFormWarning {
    background-color: #FFFFD9;
    border-color: #CDB21F;
    font-size: 10pt !important;
}
a#vdmTabPayOnlineTab {
    background-color: #FECB00;
    border: solid #fe9e38 1px;
    margin-top: -60px;
    color: #ffffff;
}
a#vdmArMenuPayOnlineTab {
    background-color: #FECB00;
    border: solid #fe9e38 1px;
    margin-top: -95px;
    margin-left: 180px;
    color: #ffffff;
}
#Footer {
    padding-top:8px !important;
    font-size: .94117647em;
    line-height: 1.58823529;
    padding: 0;
    /* z-index: 1; */
    position: relative;
    overflow-x: hidden;
}
#Footer h2 {
    color: #ffffff;
    font-size: 1.5376470588em;
}
.ic-container-fluid {
    margin-right: auto;
    margin-left: auto;
}
.ic-container-fluid {
    width: 100%;
    max-width: 1436px;
    position: relative;
    z-index: 1;
}
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    margin-top: 0;
    margin-bottom: .84210526em;
    font-size: .85em;
    color: #fff
}
.aperture-theme .aperture-footer .aperture-container .footer-left{width:100% !Important;}
.footerText {
    -ms-flex-positive: 1;
    flex-grow: 1
	color:#fff;
}
.aperture-theme .aperture-footer {
    background-color: var(--dnn-color-tertiary, #002f5f);
    
}

.footerText>* {
    text-overflow: ellipsis;
    overflow: hidden
}



@media(min-width:992px) {
    .footerText p+p {
        margin-top: 2em
    }
}

.footerTop .ic-container-fluid>div {
    text-align: center
}

@media(min-width:992px) {
    .footerTop .ic-container-fluid>div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: -25px;
        margin-left: -25px;
        padding-top: 55px;
        padding-bottom: 35px;
        text-align: left
    }
}

@media(min-width:1522px) {
    .footerTop .ic-container-fluid>div {
        margin-right: -50px;
        margin-left: -50px
    }
}

.footerTop .ic-container-fluid>div>* {
    margin-top: 25px;
    margin-bottom: 25px;
    min-width: 1px
}

@media(min-width:992px) {
    .footerTop .ic-container-fluid>div>* {
        margin: 0 25px
    }
}

@media(min-width:1522px) {
    .footerTop .ic-container-fluid>div>* {
        margin-right: 50px;
        margin-left: 50px
    }
}

.footerLogo {
    margin-bottom: 1em;
    width: 130px;
    max-width: 100%
}

@media(max-width:991px) {
    .footerLogo {
        margin-right: auto;
        margin-left: auto
    }
}

@media(min-width:992px) {
    .footerLogo {
        margin-bottom: 0
    }
}

.footerLogo img {
    max-width: 100%;
    height: auto
}

.footerLogo p {
    margin-top: 0
}



.footerBottom>.ic-container-fluid>div {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
    font-size: 15px;
    text-align: center;
    color: #fff
}

@media(min-width:992px) {
    .footerBottom>.ic-container-fluid>div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footerBottom>.ic-container-fluid>div>* {
   
    min-width: 1px
}

#Footer a:hover, #Footer a:focus, #Footer a:active {
    color: #fff;
    outline: 0;
	text-decoration:underline;
}

#Footer a  {
    color: #fff;
    outline: 0;
	text-decoration:none;
}

#footerNav,
#socialNav {
    overflow: hidden
}

#footerNav li,
#socialNav li {
    margin-top: .5em;
    margin-bottom: .5em
}
.ic-container-fluid {
    width: 94% !Important;
    max-width: 1436px;
    position: relative;
    z-index: 1;
}
.ic-container-fluid {
    margin-right: auto;
    margin-left: auto;
}
@media(max-width:991px) {
    #footerNav li,
    #socialNav li {
        display: inline-block;
        margin-right: 1em;
        margin-left: 1em
    }
}

#footerNav ul,
#socialNav ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.dnnLogin .LoginPanel .dnnFormItem:first-child .dnnFormLabel, .dnnLogin .LoginPanel .dnnFormItem:nth-child(2) .dnnFormLabel
Specificity: (0,5,0)
 {
   
    width: 150px;
    text-align:left;
}
a.fadeandscale_open {
    display: none;
}
a#dnn_ctr447_View_vdmUbMenuPayOnlineTab {
    background-color: rgb(254, 203, 0);
    margin-top: -60px;
    color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(254, 158, 56);
    border-image: initial;
}
.dnnFormMessage.dnnFormInfo {
    color: #333333 !important;
}