@font-face {
    font-family: 'SpartaIcons';
    font-style: normal;
    font-weight: all;
    src: url(/portalresources/themes/fonts/SpartaIcons/spartaicons-webfont.eot);
    src: url(/portalresources/themes/fonts/SpartaIcons/spartaicons-webfont.eot) format('embedded-opentype'), url(/portalresources/themes/fonts/SpartaIcons/spartaicons-webfont.woff) format("woff")
}

div#dform_ref_display {
    font-size: 27.6px !important;
}

#dform_container .dform_info {
    background-color: #fff2e3 !important;
	border-color: #00529B !important;
}

#dform_container .dform_info a{
	color: #0000FF !important;
}


.dform_validationMessage {
    font-size: 20px !important;
	font-weight: bold !important
}

#dform_container a {
    color: #2B5E80;
    cursor: pointer;
    text-decoration: underline;
    transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
}

.dform_widget_type_html:focus{
	outline: none !important;
}

a:hover, a:focus {color: #003078;}

a:focus {outline: 0px auto -webkit-focus-ring-color;}

html,button,input,select,textarea,a,.buttonLink,p,div,label,legend {
    font-family: "Open sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    color: #555;
    font-weight: 400;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgb(0 0 0 / .004);
    outline: none
}

.dform_widget_searchfield input:focus:not([readonly]){
     /*box-shadow: 0 0 0 3px #FFBF47 !important;*/
	 box-shadow: 0 .2px 3px 0 #d45252 !important;
     border-color: #FFBF47 !important
 }
 
 #dform_container select:focus, #dform_container span.select2-selection:focus {
    box-shadow: 0 0 5px #d45252 !important;
    border-color: #FFBF47 !important
}

html {
    overflow-y: scroll
}

body {
    background-color: #fff;
    margin: 0;
    font-size: 14px;
    line-height: 1.6
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

a {
    color: #00437e;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease
}

a:hover,
a:focus {
    color: #000;
    text-decoration: underline
}

iframe {
    border: 0
}

.header1 {
    font-size: 4.1em;
    letter-spacing: -.075em;
    text-transform: uppercase;
    line-height: .9;
    color: #1D91CA;
    margin: 0 0 .5em;
    font-weight: 400
}

.header2 {
    font-size: 1.8em;
    margin: 0 0 20px;
    letter-spacing: -.05em;
    text-transform: uppercase;
    color: #097db6;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize !important
}

.header3 {
    font-size: 1.2em;
    margin: 0;
    color: #097db6;
    font-weight: 400
}

.header3:focus {
    text-decoration: underline
}

.header4 {
    font-size: 1.4em;
    color: #1D91CA;
    font-weight: 400
}

.header5 {
    font-size: 1.2em;
    margin: 0;
    color: #097db6;
    font-weight: 400
}

.header6 {
    font-size: 1em;
    margin-bottom: 2px;
    font-weight: 700;
    color: #1D91CA
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #1D91CA;
    text-decoration: none
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #1D91CA;
    text-decoration: underline
}

.label,
label {
    display: inline-block;
    margin-bottom: 1em;
    font-weight: 700;
    vertical-align: top;
    width: 100%
}

form input,
form select,
form textarea {
    display: block;
    border: 1px solid #DDD;
    margin-bottom: .5em;
    color: #777;
    font-size: 1em;
    padding: .5em;
    width: 100%;
    max-width: 350px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/js/boxsizing.htc)
}

input[type="radio"] {
    width: inherit
}

input[type="radio"]:focus {
    outline: 1px lightgray solid
}

form select {
    padding-left: .25em
}

select:focus {
    border-color: #000
}

.button,
input[type="file"],
button,
.toggle-title {
    color: #666;
    padding: .6em 1.2em;
    border: solid 1px #ddd;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.2s linear all;
    transition: 0.2s linear all;
    margin-bottom: 1px;
    width: auto
}

.button:focus,
input[type="file"]:focus,
button:focus,
.toggle-title:focus {
    color: #333;
    border-color: #505050;
    background: #efefef;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #f6f6f6 0%, #efefef 100%);
    background: linear-gradient(to bottom, #f6f6f6 0%, #efefef 100%)
}

.button,
input[type="submit"],
button,
.toggle-title {
    color: #666;
    font-size: 1.1em;
    font-weight: 400;
    padding: .6em 1.2em;
    text-shadow: 0 1px 0 #fff;
    border: solid 1px #ddd;
    text-decoration: none;
    cursor: pointer;
    background: #efefef;
    background: -moz-linear-gradient(top, #f6f6f6 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #f6f6f6 0%, #efefef 100%);
    background: -o-linear-gradient(top, #f6f6f6 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #f6f6f6 0%, #efefef 100%);
    background: linear-gradient(to bottom, #f6f6f6 0%, #efefef 100%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    -ms-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all;
    margin-bottom: 1px;
    width: auto
}

.button:hover,
input[type="submit"]:hover,
button:hover,
.toggle-title:hover {
    color: #333;
    text-decoration: none;
    border-color: #BBB;
    -moz-box-shadow: 0 1px 2px rgb(0 0 0 / .1);
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / .1);
    box-shadow: 0 1px 2px rgb(0 0 0 / .1);
    background: 0 100%
}

.button:focus,
input[type="submit"]:focus,
button:focus,
.toggle-title:focus {
    color: #333;
    border-color: #505050;
    text-decoration: underline
}

.button:active,
input[type="submit"]:active,
button:active,
.toggle-title:active {
    color: #000;
    background: #F5F5F5;
    border-color: #444;
    position: relative;
    top: 1px
}

a.button {
    padding: .5em 1.2em
}

.ServiceRequestFilter {
    margin-bottom: 20px
}

.serviceListMenu {
    float: left;
    width: 28%;
    padding-bottom: 20px
}

.serviceList {
    float: right;
    width: 68%
}

.serviceListMenu>ul>li>a:after {
    font-weight: 700
}

.serviceNavigationAnchor {
    border-bottom: 1px solid #DDD;
    margin-bottom: 20px;
    margin-top: 20px
}

.serviceNavigationTransparent {
    opacity: .2
}

.underline {
    border-bottom: 1px solid #DDD;
    margin-bottom: 1em
}

.PopularServiceCollection {
    border-top: 1px solid #DDD;
    padding-top: 1em
}

.PopularServiceCollection>a {
    float: right
}

.popularServiceListTable {
    display: table;
    width: 100%
}

.popularServiceListTable>div {
    display: table-row
}

.popularServiceListTable>div>div {
    display: table-cell;
    padding: 1%;
    margin-top: 0em
}

.popularServiceListTable>div>div:nth-child(4) {
    border: 1px solid red;
    display: block;
    float: none
}

.popularHeader {
    border-top: 1px solid #DDD;
    padding-top: .5em;
    margin-top: .5em;
    margin-bottom: 0em;
    clear: left
}

.popularHeaderLink {
    float: right;
    padding-top: 1em;
    clear: left
}

.MyServiceRequest .list>li>div {
    display: block;
    color: #999;
    text-decoration: none;
    border: 1px solid #ddd;
    background-color: #fcfcfc;
    text-shadow: 0 1px 0 #fff;
    background: #efefef;
    background: -moz-linear-gradient(top, #f6f6f6 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #f6f6f6 0%, #efefef 100%);
    background: -o-linear-gradient(top, #f6f6f6 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #f6f6f6 0%, #efefef 100%);
    background: linear-gradient(to bottom, #f6f6f6 0%, #efefef 100%);
    -webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    -ms-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all;
    padding: 10px
}

.MyServiceRequest>div>div {
    color: #999
}

.MyServiceRequest .list> {
    padding: 3px
}

.MyServiceRequest .list>li>div:hover {
    color: #333;
    text-decoration: none;
    border-color: #BBB;
    background: 0 100%;
    -moz-box-shadow: 0 1px 2px rgb(0 0 0 / .1);
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / .1);
    box-shadow: 0 1px 2px rgb(0 0 0 / .1)
}

.MyServiceRequest .list>li>div.statopen {
    border-left: solid 5px #DC6D6B
}

.MyServiceRequest .list>li>div.statclosed {
    border-left: solid 5px #0B9B4C
}

.MyServiceRequest .list>li>span.status {
    display: none
}

.pagination li {
    display: inline-block;
    padding: 5px
}

.right {
    text-align: right
}

.floatRight {
    float: right
}

.dark {
    color: #333
}

#nav_logout button {
    background: none;
    border: none;
    font-weight: 500;
    cursor: pointer;
    color: #245b8e;
    padding: 0;
    font-size: 1em
}

#nav_logout button:hover {
    text-decoration: underline;
    box-shadow: none
}

#profileAccordian>div>div {
    border: solid 1px #DDD;
    padding: 20px;
    margin: 10px
}

div.Login,
.RegisterUserFragment {
    display: inline-block;
    width: 100%
}

.menu {
    float: right;
    max-width: 100%
}

.menu>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	padding-top: 20px
}

.menu>ul>li {
    float: left
}

.menu>ul>li {
    display: block;
    padding: 0 1em;
    border-left: 1px solid #DDD;
    line-height: 22px;
    color: #002d54
}

.page {
    background-color: #fff;
    width: 90%;
    margin: 2em auto;
    max-width: 1100px;
    min-width: 300px
}

.content {
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    clear: both
}

.contentInner {
    display: inline-block;
    width: 100%
}

fieldset {
    border: 1px solid #aaa;
    margin: 10px;
    padding: 10px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.info,
.success,
.warning,
.error {
    border: 1px solid;
    margin: 10px 0 20px 0;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none
}

.info {
    color: #00529B;
    background-color: #BDE5F8
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3
}

.error {
    color: #D8000C;
    background-color: #FFBABA
}

div.area#ContentAreaInSingleColumnNoNavigationTemplate {
    height: 50%
}

#lock {
    display: none;
    z-index: 1001;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    filter: alpha(Opacity=10);
    opacity: .1;
    padding-top: 0;
    font-weight: 700
}

#lockMsg {
    z-index: 2000;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 2px;
    width: 100%;
    text-align: center
}

.formError {
    outline: 1px solid red
}

.ui-tooltip {
    background: #666;
    color: #fff;
    border: none;
    padding: 0;
    opacity: 1
}

.ui-tooltip-content {
    position: relative;
    padding: 1em;
    color: #fff
}

#menuButton {
    display: none
}

#status {
    display: none
}

#requestDetailsAccordion li {
    float: left;
    padding: 10px
}

.hiddenHelp {
    display: none
}

.lblTopicHeading {
    color: #1D91CA;
    text-transform: initial
}

.lblTitleHeading {
    color: #1D91CA;
    text-transform: initial
}

@media only screen and (min-width :769px) {
    .menuList {
        display: block !important
    }
	.select2.select2-container {
		width: 40% !important;
	}
	.select2-selection__rendered{
		padding-top: 10px !important;
	}

}

@media only screen and (max-width :768px) {
	.file-gov-icon {
		height: 40px !important;
	}
	
	.file-gov-icon-a {
		top: 15px !important;
	}
	
	.file-gov-icon-b {
		top: 8px !important;
	}
	
	.select2.select2-container{
		width: 100% !important;
		margin-bottom: 7px;
	}
	.select2-selection__rendered{
		padding-top: 3px !important;
	}
	span > .select2-selection{
		min-height: 40px !important;
	}
    .page {
        width: auto;
        margin: 10px 2px
    }
    .header {
        background-position: 10px 0;
        padding-bottom: 0;
        margin-bottom: 0;
        height: auto;
        padding: 0
    }
    #menuButton {
        display: block;
        width: 100%;
        float: none
    }
    .menuButton {
        text-align: right
    }
    .menuList {
        display: none
    }
    .menu {
        max-width: 100%;
        margin-bottom: -50px;
        padding: 0;
        float: left;
        width: 100%
    }
    .header .menu {
        padding-top: 245px
    }
    .menu>ul>li {
        border-top: solid 1px #DDD;
        padding: 5px;
        float: none
    }
    .menu>ul {
        padding-top: 0px
    }
    .menu ul li a {
        border-left: 0
    }
    .content {
        padding-bottom: 10px;
        padding-top: 20px;
        padding-left: 2px;
        padding-right: 2px;
        margin-left: 2px;
        margin-right: 2px
    }
    .popularServiceListTable>div {
        display: block
    }
    .popularServiceListTable>div>div {
        display: block;
        padding: 1%;
        margin-top: 0em
    }
    .serviceListMenu {
        float: none;
        width: auto
    }
    .serviceList {
        float: none;
        width: auto
    }
    #requestDetailsAccordion li {
        float: none;
        padding: 3px
    }
    div.chat {
        width: 90%
    }
    div.knowledge {
        width: 100%;
        margin: 0
    }
	
	 #map {
        height: 475px !important;
    }
    .esriPopup .sizer{
        margin: auto !important;
        max-width: 200px !important;
        position: static !important;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    
    .esri-popup__main-container.esri-widget {
      width: 250px !important;
      max-height: 300px !important;
    }
    
    .esriPopup .contentPane{
        background-color: #f5f5f5;
        color: #333;
        width: auto;
        max-height: 400px;
    }
    
    .contentPane #info_window_location, .contentPane #btn_select_location, .contentPane #info_window_title{
        font-size: 12px !important;
    }
	
	#info_window_location{
		font-size: 12px !important;
	}

	.info_window_location{
		font-size: 12px !important;
	}
	
	.esri-popup__header-title {
		font-size: 12px !important;
	}
}

.inlineServiceList {
    display: inline-block
}

#skip a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

#skip a:focus {
    position: static;
    width: auto;
    height: auto
}

.category p {
    margin-top: -5px
}

.main_content li {
    list-style: circle;
    margin-left: 40px
}

.btn-update {
    background: none;
    border: none;
    color: #f9621c;
    position: relative;
    outline: none;
    padding: 1.1px 2px 0 5px;
    font-family: sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px #fff0;
    font-size: 1em;
    padding-right: 10px;
    box-shadow: none
}

.btn-update:hover {
    color: #007AFF;
    text-decoration: underline;
    box-shadow: none
}

.btn-update:focus,
.btn-update:active {
    background: #fff0;
    box-shadow: none
}

.profile_buttons {
    margin-left: -25px
}

.profile_section {
    display: contents;
    color: #007AFF
}

a:focus {
    outline: 0 auto -webkit-focus-ring-color
}

.contentInner {
    display: flex;
    width: 80%;
    margin: auto
}

div.area#ContentAreaInSingleColumnNoNavigationTemplate {
    height: 50%;
    width: 100%
}

#nav_logout button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 15px;
    color: #22252c;
    font-weight: 700;
    text-transform: uppercase
}

#dform_container .container>.ten {
    width: 100%
}

html,
button,
input,
select,
textarea,
a,
.buttonLink,
p,
div,
label,
legend {
    font-family: Muli, sans-serif;
    font-weight: 600;
    font-size: 23px
}

.page {
    width: 100%;
    margin: 0;
    max-width: 100%;
    background: #fff
}

.green {
    background-color: #00ce7e;
    color: #fff;
    margin-left: -16px;
    margin-right: 0;
    padding: 16px;
    margin-bottom: 10px;
    width: 100%;
    margin-top: -21px;
    text-align: left
}

.press {
    border-top: 1px solid #DDD;
    padding: 50px;
    background: #fafafa;
    margin-left: -10px;
    margin-right: -10px
}

.content {
    margin-top: 16px
}

.PopularServiceCollection {
    border-top: 0;
    padding-top: 0
}

.popularServiceListTable>div>div {
    width: 33.3%
}

.header3.underline {
    margin-bottom: .3em
}

#banner div {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px #000;
    font-family: Muli, sans-serif
}

#banner .title {
    margin: 0 auto;
    font-size: 36px;
    color: #5E9332;
    margin-left: 1%;
    top: 1%;
    position: absolute
}

#bannersmall {
    height: 100px
}

#contactus,
#social {
    background: #000;
    color: #fff;
    padding: 10px;
    text-align: right
}

#contactus span,
#social span {
    padding: 10px
}

#contactus span i,
#social span i {
    margin-right: 5px;
    vertical-align: middle
}

#contactus i,
#contactus a,
#social i,
#social a {
    font-size: 15px;
    color: #fff
}

iframe {
    width: 100%;
    height: 800px;
    border-radius: 5px
}

.header1,
.header2,
.header3,
.header4,
.header5,
.header6,
a,
.le-profile-header {
    color: #00437e
}

.le-content .le-header,
.le-content .le-profile-header,
.le-content .le-request-header {
    color: #00437e
}

.menu {
    max-width: 100%;
    padding: 10px;
    border-radius: 3px;
    padding-top: 30px
}

.menu ul li a {
    font-size: 15px;
    border-left: none;
    color: #22252c;
    font-weight: 700;
    text-transform: uppercase
}

.menu ul li .selected {
    color: #00437e
}

.menu ul li a:hover {
    color: #00437e
}

#dform_container .header1,
#dform_container .header2,
#dform_container .header3,
#dform_container .header4,
#dform_container .header5,
#dform_container .header6 {
    color: #004b64
}

#dform_container {
    font-family: Muli, sans-serif !important;
    font-weight: 600;
    font-size: 23px;
    line-height: 1.5
}

#dform_container input[type='radio'],
#dform_container input[type='checkbox'] {
    height: 25px;
    width: 33px
}

#dform_container .checkboxgroup label,
#dform_container .radiogroup label {
    vertical-align: text-bottom
}

#dform_container {
    font-family: Muli, sans-serif;
    font-size: 23px
}

#dform_container #dform_controls {
    border-bottom: 0
}

#dform_container #dform_progressbar>div,
#dform_container .dform_fileupload_progressbar>div {
    background: #f9621c;
    background: -moz-linear-gradient(top, #f9621c 0%, #f9621c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9621c), color-stop(100%, #f9621c));
    background: -webkit-linear-gradient(top, #f9621c 0%, #f9621c 100%);
    background: -o-linear-gradient(top, #f9621c 0%, #f9621c 100%);
    background: -ms-linear-gradient(top, #f9621c 0%, #f9621c 100%);
    background: linear-gradient(to bottom, #f9621c 0%, #f9621c 100%);
    height: 30px
}

@media only screen and (max-width :768px) {
    .serviceListMenu ul {
        display: none
    }
    .contentInner {
        display: flex;
        width: 100%;
        margin: auto
    }
    .header {
        height: auto;
        padding: 0
    }
    .menu {
        padding: 0
    }
    #banner {
        display: none
    }
    .content {
        margin-top: 0;
        margin-left: 5px;
        margin-right: 5px;
        padding-top: 0
    }
    #menuButton {
        margin-top: -70px;
        background-image: none;
        border: solid 2px;
		margin-bottom: 40px
    }
    #knowledge,
    div.chat {
        width: 100%
    }
    #startChatButton .material-icons {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 30px
    }
    #knowledgestart {
        position: fixed;
        bottom: 20px;
        right: 60px;
        font-size: 30px
    }
    html,
    button,
    input,
    select,
    textarea,
    a,
    .buttonLink,
    p,
    div,
    label,
    legend {
        font-size: 18px;
        line-height: 1.2
    }
    #dform_container {
        font-size: 18px;
        line-height: 1.2
    }
    #contactus i,
    #contactus a {
        font-size: 12px;
        color: #fff
    }
}

.disabled-link {
    pointer-events: none;
    color: #555
}

#translateContainer {
    display: inline-block;
    float: right;
    position: relative;
    font-size: 0
}

.txt-gov>div>label {
    font-size: 1rem;
    line-height: 1.2 !important;
    font-weight: bold !important;
    margin-top: 0 !important
}

.txt-gov>div .helptext {
    font-size: 1rem;
    margin-top: 5px;
}

.txt-gov input {
    border: 2px solid black !important
}

.txt-gov input:focus {
    box-shadow: 0 .2px 3px 0 #d45252 !important
}

.txt-gov input:focus:not([readonly]) {
    border-color: #FFBF47!important
}

.txt-gov input:optional:focus {
    border-color: #FFBF47 !important
}

.num-gov input:focus {
    box-shadow: 0 .2px 3px 0 #d45252 !important
}

.num-gov input:focus:not([readonly]) {
    border-color: #FFBF47!important
}

.num-gov input:optional:focus {
    border-color: #FFBF47 !important
}

.dt-gov input:focus{
 box-shadow: 0px 0.2px 3px 0px #d45252 !important;
}

.dt-gov input:optional:focus {
    border-color: #FFBF47 !important;
}

.dt-gov input:focus:not([readonly]) {
	 border-color: #FFBF47 !important;
}

.time-gov input:focus{
 box-shadow: 0px 0.2px 3px 0px #d45252 !important;
}

.time-gov input:focus:not([readonly]) {
	 border-color: #FFBF47 !important;
}


.time-gov input:optional:focus {
    border-color: #FFBF47 !important
}

.txt-gov input.dform_fielderror:focus {
    box-shadow: 0 0 0 3px #d45252 !important;
    border-color: #d45252 !important
}

.txt-gov .dform_fielderror {
    box-shadow: none !important;
    border: solid 2px #d45252 !important;
    outline: none
}

.txt-gov .dform_validationMessage {
    padding-bottom: 6px !important;
    font-size: 20px !important;
    font-weight: bold !important
}

.txt-gov input[readonly] {
    border-color: #DDD !important;
    background: #DDD
}

.tel-gov input:focus {
    box-shadow: 0 .2px 3px 0 #d45252 !important
}


.tel-gov input:focus:not([readonly]) {
    border-color: #FFBF47 !important
}

.tel-gov input:optional:focus {
    border-color: #FFBF47 !important
}

.tel-gov input.dform_fielderror:focus {
    box-shadow: 0 0 0 3px #d45252 !important;
    border-color: #d45252 !important
}

.tel-gov .dform_fielderror {
    box-shadow: none !important;
    border: solid 2px #d45252 !important;
    outline: none
}

.tel-gov .dform_validationMessage {
    padding-bottom: 6px !important;
    font-size: 20px !important;
    font-weight: bold !important
}

.tel-gov input[readonly] {
    border-color: #DDD !important;
    background: #DDD
}

.eml-gov input:focus {
    box-shadow: 0 .2px 3px 0 #d45252 !important
}

.eml-gov input:focus:not([readonly]) {
    border-color: #FFBF47 !important
}

.eml-gov input:optional:focus {
    border-color: #FFBF47 !important
}

.eml-gov input.dform_fielderror:focus {
    box-shadow: 0 0 0 3px #d45252 !important;
    border-color: #d45252 !important
}

.eml-gov .dform_fielderror {
    box-shadow: none !important;
    border: solid 2px #d45252 !important;
    outline: none
}

.eml-gov .dform_validationMessage {
    padding-bottom: 6px !important;
    font-size: 20px !important;
    font-weight: bold !important
}

.eml-gov input[readonly] {
    border-color: #DDD !important;
    background: #DDD
}


.dform_page .header2 {
    text-transform: initial !important
}

.txt-gov-optional>div>label {
    font-size: 1rem;
    line-height: 1.2 !important;
    font-weight: bold !important;
    margin-top: 5px
}

.txt-gov-optional>div .helptext {
    font-size: 1rem;
    margin-top: 5px
}

.txt-gov-optional input {
    border: 2px solid black !important
}

.txt-gov-optional input:focus {
    box-shadow: 0 .2px 3px 0 #FFBF47 !important
}

.txt-gov-optional input:focus:not([readonly]) {
    border-color: #FFBF47 !important
}

.txt-gov-optional input:optional:focus {
    border-color: #FFBF47 !important
}

.txt-gov-optional input.dform_fielderror:focus {
    box-shadow: 0 0 0 3px #FFBF47 !important;
    border-color: #FFBF47 !important
}

.txt-gov-optional .dform_fielderror {
    box-shadow: none !important;
    border: solid 2px #000000 !important;
    outline: none
}

.txt-gov-optional .dform_validationMessage {
    padding-bottom: 6px !important;
    font-size: 20px !important;
    font-weight: bold !important
}

.txt-gov-optional input[readonly] {
    border-color: #DDD !important;
    background: #DDD
}

.txta-gov>div>label {
    font-size: 1rem;
    line-height: 1.2 !important;
    font-weight: bold !important
}

.txta-gov>div .helptext {
    font-size: 1rem
}

.txta-gov textarea {
    border: 2px solid black !important;
    font-family: "Open sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif
}

.txta-gov textarea:focus:not([readonly]) {
    border-color: #FFBF47 !important
}

.txta-gov textarea:optional:focus {
    border-color: #FFBF47 !important
}

.txta-gov textarea:focus {
    box-shadow: 0 .2px 3px 0 #d45252 !important
}

.txta-gov textarea.dform_fielderror:focus {
    box-shadow: 0 0 0 3px #d45252 !important;
    border-color: #d45252 !important
}

.txta-gov .dform_fielderror {
    box-shadow: none !important;
    border: solid 2px #d45252 !important;
    outline: none
}

.txta-gov .dform_validationMessage {
    padding-bottom: 6px !important;
    font-size: 20px !important;
    font-weight: bold !important
}

.txta-gov textarea[readonly] {
    border-color: #DDD !important;
    background: #DDD
}

.txta-length-message {
    width: 100%;
    height: 22px;
    position: relative;
    top: -6px
}



/*
#dform_container select:focus {
    box-shadow: 0px 0.2px 3px 0px #FFBF47;
    border-color: #FFBF47 !important;
}
*/
.select2-container--focus{
   /* box-shadow: 0px 0.2px 3px 0px #FFBF47 !important;
    border: 2px solid #FFBF47;*/
    border-radius: 7px;
}

.sel-gov>div>label {
    font-size: 1rem;
    line-height: 1.2 !important;
    font-weight: bold !important
}

.sel-gov>div .helptext {
    font-size: 1rem;
    margin-bottom: 18px;
    margin-top: 5px
}

.sel-gov select {
    border: 2px solid black !important
}

.sel-gov select:focus:not([readonly]) {
    box-shadow: 0 0 0 3px #d45252 !important
}

.sel-gov select:optional:focus {
    box-shadow: 0 0 0 3px #FFBF47 !important
}

.sel-gov select.dform_fielderror:focus {
    box-shadow: 0 0 0 3px #d45252 !important;
    border-color: #d45252 !important
}

.sel-gov .dform_fielderror {
    box-shadow: none !important;
    border: solid 2px #d45252 !important;
    outline: none;
    max-width: 416px !important
}

.sel-gov .dform_validationMessage {
    padding-bottom: 24px !important;
    font-size: 20px !important;
    font-weight: bold !important
}

.sel-fill select {
    width: 100% !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 2px solid black !important;
}

.select2-dropdown {
    border: 2px solid black !important;
}

.select2-no-results {
    font-family: "Open sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 1rem
}

.select2-input {
    font-family: "Open sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 1rem
}

.select2-match {
    font-family: "Open sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 1rem
}

.select2-chosen {
    font-family: "Open sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 1rem
}

.select2-result-label {
    font-family: "Open sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 1rem
}

.btn-gov {
    background-color: #fff !important;
    border: 2px solid #004b64 !important;
    border-radius: 10px ! important;
    color: #fff !important;
    background: #004b64 !important;
    cursor: pointer !important;
    font-family: "Roboto", sans-serif;
    margin-right: 20px !important;
    margin-bottom: 10px !important;
    padding: .625rem 1.5rem !important;
    text-align: center !important;
    text-decoration: none !important;
    -webkit-transition: background-color .1s ease-out, border-color .1s ease-out, color .1s ease-out !important;
    -o-transition: background-color .1s ease-out, border-color .1s ease-out, color .1s ease-out !important;
    transition: background-color .1s ease-out, border-color .1s ease-out, color .1s ease-out !important;
    vertical-align: middle !important;
    box-shadow: none !important;
    font-size: 20px !important
}

.btn-gov:hover {
    box-shadow: inset 0 -2px 0 #000000 !important;
    background: #000000 !important
}

.btn-gov:focus {
    box-shadow: inset 0 -2px 0 #000000, 0 0 0 3px #000000 !important;
}

.btn-back {
    background-color: #FFFFFF !important;
    border-color: #004b64 !important;
    color: #004b64 !important;
    text-decoration: none !important;
    border: 2px solid #004b64 !important;
    border-radius: 10px !important;
    font-size: 20px !important
}

.btn-back:hover {
    box-shadow: inset 0 -2px 0 #000000 !important;
    background: #000000 !important;
	color: #fff !important
}

.btn-back:focus {
    box-shadow: inset 0 -2px 0 #000000, 0 0 0 3px #000000 !important
}

.btn-gov-secondary {
    background-color: #fff !important;
    background: #fff !important;
    border: 2px solid #004b64 !important;
    border-radius: 10px !important;
    color: #004b64 !important;
    margin: 0 0 .75rem !important;
    padding: .455rem 1rem !important;
    -o-transition: background-color .1s ease-out, border-color .1s ease-out, color .1s ease-out !important;
    font-size: 1rem !important;
    display: inline-block;
}

.btn-gov-secondary:hover {
    box-shadow: inset 0 -2px 0 #322e2e !important;
    background: #322e2e !important;
	color: white !important
}

.btn-gov-secondary:focus {
    box-shadow: inset 0 -2px 0 #322e2e !important
}

.btn-gov:active,
.btn-back:active,
.btn-secondary:active {
    border-radius: 10px !important
}

#dform_container .helptext {
    color: #585859;
    font-style: none !important;
	font-size: 20px
}

div.icon-place {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 5px
}

.dform_widget_type_html .info-notice {
    padding: 0 0 0 55px
}

.info-notice-icon {
    position: absolute;
    top: 50%;
    left: 0;
    height: 38px;
    width: 38px;
    background-color: #00529b;
    border-radius: 50%;
    margin-left: 5px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.info-notice {
    position: relative;
    background-color: #BDE5F8;
    padding: 0 0 0 0;
    border: solid #00529B;
    border-width: 5px;
    margin-bottom: 15px;
    box-sizing: border-box
}

.info-notice-icon-a {
    position: absolute;
    left: 17px;
    top: 13px;
    width: 0;
    height: 18px;
    border: solid #fff;
    border-width: 0 5px 0 0
}

.info-notice-icon-b {
    position: absolute;
    left: 17px;
    top: 5px;
    width: 0;
    height: 5px;
    border: solid #fff;
    border-width: 0 5px 0 0
}

.warning-notice {
    position: relative;
    background-color: #FFBABA;
    padding: 10px 10px 10px 55px;
    border: solid #b10e1e;
    border-width: 5px;
    margin-bottom: 15px
}

.dform_widget_type_html .warning-notice {
    padding: 0 0 0 55px
}

.warning-notice-icon {
    position: absolute;
    top: 50%;
    left: 0;
    height: 38px;
    width: 38px;
    background-color: #b10e1e;
    border-radius: 50%;
    margin-left: 5px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.warning-notice-icon-a {
    position: absolute;
    left: 17px;
    top: 6px;
    width: 0;
    height: 19px;
    border: solid #fff;
    border-width: 0 5px 0 0
}

.warning-notice-icon-b {
    position: absolute;
    left: 17px;
    top: 28px;
    width: 0;
    height: 5px;
    border: solid #fff;
    border-width: 0 5px 0 0
}

.width-fit-content {
    width: fit-content !important;
    width: intrinsic !important;
    width: -moz-max-content !important
}

.paragraph-normal,
.p-n {
    font-size: 1rem !important;
    line-height: 1.17 !important;
    padding: 0 10px 0 10px
}

#dform_container select {
    border: 2px solid black;
    margin-right: 10px
}

.locationsearch_resultsholder>span:not(:last-child) {
    margin-right: 15px
}

.dform_widget_search_results>span:not(:last-child) {
    margin-right: 15px
}

.visibility-hidden {
    visibility: hidden
}

.visibility-visible {
    visibility: visible
}

.file-gov>div>label {
    /*font-size: 20px;*/
    margin-bottom: 24px !important
}

.file-gov>div .helptext {
    font-size: 18px !important;
	margin-top: 5px;
}

.file-gov {
    font-size: 16px
}

.file-gov .dform_validationMessage {
    position: absolute;
    font-weight: 700 !important;
    top: -27px;
	font-size: 20px
}

.file-gov input {
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    width: 142px !important;
    margin-bottom: 2px !important
}

.file-gov .dform_filenames span {
    display: inline-block
}

.file-gov .dform_filenames span:before {
    content: "" !important
}

.file-gov input:hover~.file-gov-icon {
    background: #003e53 !important
}

.file-gov input:focus~.file-gov-icon {
    background: #003e53 !important;
    box-shadow: inset 0 -2px 0 #003e53,0 0 0 3px #5399ae !important
}

.file-gov input.dform_fielderror:focus~.file-gov-icon {
    box-shadow: inset 0 -2px 0 #003e53,0px .2px 0px 2px #d45252,0px .2px 0px 5px #5399ae !important;
    border-color: #d45252 !important
}

.file-gov .dform_fielderror~.file-gov-icon {
    box-shadow: inset 0 -2px 0 #003e53,0px .2px 0px 2px #d45252;
    outline: none
}

.file-gov-icon {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    height: 49px;
    width: 142px;
    top: 7px;
    cursor: pointer;
    color: #fff;
    box-shadow: inset 0 -2px 0 #003e53;
    border: none;
    border-radius: 10px;
    outline-offset: -1px;
    background: #004b64
}

.file-gov-icon-a {
    position: absolute;
    cursor: pointer;
    left: 7px;
    top: 21px;
    width: 19px;
    height: 0;
    border: solid #ebebeb;
    border-width: 0 0 5px
}

.file-gov-icon-b {
    position: absolute;
    cursor: pointer;
    left: 14px;
    top: 14px;
    width: 0;
    height: 19px;
    border: solid #ebebeb;
    border-width: 0 5px 0 0
}

.file-gov-text {
    cursor: pointer;
    margin-top: 7px;
    margin-left: 32px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
	vertical-align: sub !important
}

.file-gov .dform_fileupload_progressbar {
    visibility: hidden;
    height: 0 !important;
    margin: 0 !important;
    border: 0 !important
}

.dform_filenames a{
	font-size: 18px !important;
}

.rad-gov>div>fieldset>span {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rad-gov .radiogroup {
    border: none !important;
    padding-left: 0px !important
}

.rad-gov>div>fieldset>span input {
    position: absolute;
    opacity: 0;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
    cursor: pointer
}

.rad-check {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: #fff;
    border-radius: 75%;
    box-shadow: inset 0 0 0 3px #004b64 !important
}

.rad-check:after {
    content: "";
    position: absolute;
    display: none
}

.rad-gov>div>fieldset>span input:checked~.rad-check:after {
    display: block
}

.rad-gov>div>fieldset>span .rad-check:after {
    top: 4px;
    left: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #004b64 !important
}

.rad-gov>div>fieldset .helptext {
    font-size: 1rem;
    margin-bottom: 16px
}

.rad-gov legend {
    font-size: 1rem;
    line-height: 1.2 !important;
    margin-bottom: 0px !important
}

.no-legend legend {
    font-size: 0px !important
}

.rad-gov input[type="radio"].dform_fielderror~span {
    box-shadow: inset 0 0 0 3px #d45252 !important
}

.rad-gov .dform_validationMessage {
    padding-bottom: 24px !important;
    font-size: 20px !important;
    font-weight: bold !important
}

.rad-gov>div>fieldset>span input:focus~.rad-check {
    box-shadow: 0 0 0 3px #FFBF47, inset 0 0 0 3px #004b64
}

.rad-gov>div>fieldset {
    margin: 0 !important;
    padding-bottom: 0 !important
}

.rad-gov label {
    text-transform: inherit
}

.rad-gov.rad-uppercase label {
    text-transform: uppercase
}

.rad-gov.rad-capitalize label {
    text-transform: capitalize
}

.rad-gov.rad-none label {
    text-transform: none
}

.rad-gov.rad-lowercase label {
    text-transform: lowercase
}

@media (min-width:769px) {
    .file-gov input,
    .file-gov-icon {
        width: 140px !important;
        padding-right: 10px !important
    }
}

.file-progress .dform_fileupload_progressbar {
    visibility: visible;
    height: 30px !important;
    margin: 5px !important;
    border: 2px solid #6d3465 !important
}

.file-progress .dform_fileupload_progressbar>div {
    background: #6d3465 !important
}

.file-no-legend div>label {
    visibility: hidden !important;
    height: 0px !important
}

.label,
label {
    width: auto !important
}

.narrated-section {
    opacity: 0
}

.searchwidget {
    border: none !important;
    position: relative;
    right: 10px
}

#dform_container .searchwidget select {
    max-width: 70% !important
}

#dform_container fieldset.area>legend,
#dform_container fieldset.box>legend,
#dform_container fieldset.searchwidget>legend {
    font-size: 1.5em;
    font-weight: 400;
    position: relative !important;
    right: 3px !important
}

.dform_fileupload_progressbar {
    display: none
}

#dform_container .helptext {
    font-style: normal
}

#dform_container {
    font-size: 16px
}
/*
.select2-search__field {
    display: block !important;
    min-height: 50px;
    font-size: 25px;
}

.select2-container {
    font-size: 25px !important;
}


span > .select2-selection{
    min-height: 55px;
    display: inline-flex !important;
    align-items: center !important;
    width: 100%;
}*/
.select2-selection__clear {
	padding-right: 5px;
	display: none;
}

span > .select2-selection{
    min-height: 55px;
}

.select2-container {
    font-size: 19px !important;
}


.select2-results__option{
   font-weight: normal;
}

.select2-container .select2-choice {
    display: block;
    height: 30px;
    overflow: hidden;
    border: 2px solid #000;
    white-space: nowrap !important;
    line-height: 30px;
    text-decoration: none !important;
    border-radius: 0;
    width: auto !important;
    max-width: 400px !important
}

.select2-input {
    max-width: 100% !important
}

.select2-search {
    max-width: 100% !important
}

.select2-with-searchbox {
    max-width: 400px !important
}

.select2-chosen {
    font-weight: normal !important
}

#dform_container input,
#dform_container select,
#dform_container textarea {
    font-size: 1rem;
    padding: 8px;
    border: 2px solid #111
}

#dform_container .mchk-gov>div>fieldset .helptext {
    margin-bottom: 16px
}

#dform_container .mchk-gov label {
    font-weight: 400;
    margin-right: 10px;
    margin-left: 3px;
    display: inline;
    cursor: pointer
}

#dform_container .mchk-gov .mchk-check {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: #fff;
    border-radius: 15%;
    box-shadow: inset 0 0 0 3px #004b64;
}

#dform_container .mchk-gov .mchk-check:after {
    content: "";
    position: absolute;
    display: none
}

#dform_container .mchk-gov>div>fieldset {
    margin: 0;
    padding-bottom: 0
}

#dform_container p {
    word-break: break-word;
    padding-left: 10px
}

#dform_container .mchk-gov fieldset.checkboxgroup,
#dform_container .mchk-gov .checkboxgroup {
    border: none;
    padding-left: 0
}

#dform_container .mchk-gov>div>fieldset>span {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#dform_container .mchk-gov>div>fieldset>span .mchk-check:after {
    left: 11px;
    top: 5px;
    width: 5px;
    height: 11px;
    border: solid #004b64;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#dform_container .mchk-gov>div>fieldset>span input {
    position: absolute;
    opacity: 0;
    left: 0;
    width: 33px !important;
    height: 25px !important;
    z-index: 1;
    cursor: pointer
}

#dform_container .mchk-gov>div>fieldset>span input:checked~.mchk-check:after {
    display: block
}

.mchk-gov input[type="checkbox"].dform_fielderror~span {
    box-shadow: inset 0 0 0 3px #d45252 !important
}

.mchk-gov .dform_validationMessage {
    padding-bottom: 24px !important;
    font-size: 20px !important;
    font-weight: bold !important
}

#dform_container .chk-gov label {
    margin-left: 35px;
    float: left;
    cursor: pointer
}

#dform_container .chk-gov .helptext {
    margin-bottom: 16px
}

#dform_container .chk-gov .chk-check {
    display: block;
    height: 28px;
    width: 28px;
    position: relative;
    top: 2px;
    box-shadow: inset 0 0 0 3px #004b64;
    border-radius: 15%;
    background-color: #fff
}

#dform_container .chk-gov .chk-check:after {
    content: "";
    position: absolute
}

#dform_container .chk-gov>div {
    display: block;
    position: relative;
    padding-bottom: 30px
}

#dform_container .chk-gov>div input {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 33px !important;
    height: 25px !important;
    cursor: pointer;
    left: 0
}

#dform_container .chk-gov>div input:checked~.chk-check:after {
    left: 11px;
    top: 5px;
    width: 5px;
    height: 11px;
    border: solid #004b64;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.chk-gov input[type="checkbox"].dform_fielderror~span {
    box-shadow: inset 0 0 0 3px #d45252 !important
}

.chk-gov .dform_validationMessage {
    padding-bottom: 24px !important;
    font-size: 20px !important;
    font-weight: bold !important
}

#dform_container #dform_navigation li,
#dform_container #dform_navigation li:hover,
#dform_container #dform_navigation li.selected,
#dform_container #dform_navigation li.selected:hover {
    border: none;
    border-left: 1px solid #DDD;
    padding: 0 10px 0 10px;
    float: left;
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    color: #333;
    text-decoration: underline
}

#dform_container #dform_navigation li:hover,
#dform_container #dform_navigation li.selected,
#dform_container #dform_navigation li.selected:hover {
    font-weight: initial !important;
    border: none !important;
    border-left: 1px solid #DDD !important;
    color: #DDD
}

#dform_container #dform_pagenav {
    width: 100%
}

#dform_container #dform_pageholder {
    width: 100%
}

#dform_container #dform_navigation {
    float: right;
    font-size: 14px;
    margin-bottom: 50px !important
}

#dform_container .dform_pageValid span,
#dform_container .dform_pageInvalid span,
#dform_container .dform_pageInvalidCustom span {
    background-image: none
}

#dform_container #dform_navigation li.dform_pageValid:before {
    content: url(/dformresources/content/valid.png);
    margin-right: 5px
}

#dform_container #dform_navigation li.dform_pageInvalid:before {
    content: url(/dformresources/content/invalid.png);
    margin-right: 5px
}

#dform_container #dform_navigation li.dform_pageInvalidCustom:before {
    content: url(/dformresources/content/warning.png);
    margin-right: 5px
}

/* form summary styles DJB */
#dform_container .vof-form-summary {
}

#dform_container .vof-form-summary > div {
    clear: both;
    border-bottom: 1px solid silver;
    line-height: 1.6em;
    margin-bottom: 7px;
}

#dform_container .vof-form-summary > div:after {
    display: block;
    content: " ";
    clear: both;
    height: 0;
    visibility: hidden;
}

#dform_container .vof-form-summary > div > span:first-child {
    float: left;
    width: 33%;
    line-height: 1.6em;
}

#dform_container .vof-form-summary > div > span:last-child {
    float: left;
    width: 66%;
    font-weight: bold;
    line-height: 1.6em;
    white-space: pre-wrap;
}

#dform_container .fife-summarize-hidden {
    visibility: hidden;
    height: 0px;
    line-height: 0px;
    overflow: hidden;
}

#dform_container .line-breaks p {
    white-space: pre;
}

#dform_container .border-box {
    box-sizing: border-box;
}

.LocateButton {
      position: absolute;
      top: 95px;
      left: 19px;
      z-index: 50;
    }
    
     #map_container {
        padding: 0;
        margin: 0;
        height: 400px;
        width: 100%;
        border: 3px solid #b2abab;
        border-radius: 10px;
      }
      
       #fife-map {
        padding: 0;
        margin: 0;
        height: 400px;
        width: 100%;
        border: 3px solid #b2abab;
        border-radius: 10px;
      }
	  
#dform_container .dform_gis_reversegeo {
    color: #000000 !important;
}

.esri-popup__main-container {
    width: auto !important;
}

 .map_container_error {
     border: 3px solid #db0000 !important;
}

/*test update*/
.esri-view-width-xlarge .esri-popup__main-container,
.esri-view-width-large .esri-popup__main-container,
.esri-view-width-medium .esri-popup__main-container
{
    width: 300px !important;
}

  .esri-popup__main-container.esri-widget {
      width: 300px !important;
      max-height: 300px !important;
    }

#dform_widget_le_gis_reversegeo{
    display: none;
}

.esri-popup__header-title {
	
	font-family: "Open sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif !important;
	font-size: 20px !important;
    padding-top: 5px;
    padding-left: 5px;
}

.esri-popup__footer {
	display: none !important;
}

.esriPopup .sizer{
    margin: auto !important;
    max-width: 300px !important;
    position: static !important;
}

.esriPopup .contentPane {
    background-color: #f5f5f5;
    color: #333;
    max-width: 300px !important;
	position: relative;
    max-height: 300px;
    overflow: auto;
    padding: 10px 6px 6px 10px;
    background-color: #F7F7F7;
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.esri-popup__header-container--button{
   background: #ffffff !important;	
   height: 45px !important;
}

#info_window_location{
	max-width: 300px !important;
	padding: 10px !important;
	text-align: center;
	font-size: 17px !important;
}
#info_window_location>button {
    font-size: 17px !important;
}

.info_window_location{
	max-width: 300px !important;
	font-size: 17px !important;
}

#graphicsLayer2_layer{
    display: none !important;
}



/* Responsive tables - SG - START */
div[data-type="table"]{
  overflow-x:auto;
}
/* Responsive tables - SG - END */

/* Custom Fife styles for forms - GW - END */

/* Autosearch widgets */

#dform_container .autosearch-container {
    position: relative;
}

#dform_container .autosearch-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
}

#dform_container .autosearch-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

#dform_container .autosearch-items div:hover {
  background-color: #e9e9e9;
}

#dform_container div.autosearch-active, #dform_container div.autosearch-active:hover {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue;
  color: #ffffff;
}

/* End - Autosearch widgets */


/* Start PRINT STYLES FOR SUMMARY */ 
@media print{
    /* AGENT */
    /* Hide other pages */
    #dform_container.dform_agent.agent-print-summary-only #dform_controls,
    #dform_container.dform_agent.agent-print-summary-only #dform_holder form.dform .dform_page{
        display:none!important;
    }
    /* Show summary page */
    #dform_container.dform_agent.agent-print-summary-only #dform_holder form.dform .dform_page#dform_page_summary{
      display: inline!important;
    }
    /* Show form reference */
    #dform_container.dform_agent.agent-print-summary-only #dform_successMessage{
      display: inline!important;
    }  
    /* Hide area legend, i.e. "Check the following details..." */
    #dform_container.dform_agent.agent-print-summary-only .dform_section_area_summary fieldset > legend {
        display: none!important;
    }
    /* Manually applied style to hide an element from print */
    #dform_container.dform_agent.agent-print-summary-only .no-print {
      display: none!important;
    }
    /* Hide specific controls */
    /*#dform_container.dform_agent.agent-print-summary-only #dform_files_link,*/
    /*#dform_container.dform_agent.agent-print-summary-only #dform_print{*/
    /*  display: none!important;*/
    /*}*/

    /* CITIZEN */
    /* Hide other pages */
    #dform_container.dform_citizen.citizen-print-summary-only #dform_controls,
    #dform_container.dform_citizen.citizen-print-summary-only #dform_holder form.dform .dform_page{
        display:none!important;
    }
    /* Show summary page */
    #dform_container.dform_citizen.citizen-print-summary-only #dform_holder form.dform .dform_page#dform_page_summary{
      display: inline!important;
    }
    /* Show form reference */
    #dform_container.dform_citizen.citizen-print-summary-only #dform_successMessage{
      display: inline!important;
    }  
    /* Hide area legend, i.e. "Check the following details..." */
    #dform_container.dform_citizen.citizen-print-summary-only .dform_section_area_summary fieldset > legend {
        display: none!important;
    }    
    /* Manually applied style to hide an element from print */
    #dform_container.dform_citizen.citizen-print-summary-only .no-print {
      display: none!important;
    }
} 

@media screen{
    /* Manually applied style to hide an element from print */
    #dform_container.dform_agent.agent-print-summary-only .print-only {
      display: none!important;
    }    
    /* Manually applied style to hide an element from print */
    #dform_container.dform_citizen.citizen-print-summary-only .print-only {
      display: none!important;
    }    
}

/* End - PRINT STYLES FOR SUMMARY */

.display-none{
    display:none;
}