/*replace the below with brand font links*/


/*paragraph font*/
@font-face {
    font-family: arial;
    font-weight: 400;
   
  }
/*heading/title/bold font*/
@font-face {
    font-family: arial;
    font-weight: 700;
   
  }


:root {
  --primary-color: #4c5ac8;
  --secondary-color: #4c5ac8;
}

html,body {
	font-family: arial, helvetica, sans-serif;
}

#header a, #header a:link, #header a:visited, #header a:hover, #header a:active, #header a:focus {
	border-bottom: 56px solid #293966;
	outline: none;
	text-decoration: none;
	display: flex;
    background-color: #102442

}


#logo {
	margin: 0 auto;
	width: 960px;
    background-color: #102442;
    height: 175px;
}

#wrapper {
	height: 100%;
	margin: 0 auto;
	min-height: 800px;
	width: 960px;
    color: #102442
}

#head {
	line-height: 40px;
	min-height: 40px;
	padding: 0 15px;
}

#head a, #head a:link, #head a:visited {
	font-size: 16px;
	padding: 5px;
	/*text-decoration: underline;*/
	white-space: nowrap;
    background-color: var(--primary-color);
    color: #fff;
}

#head a:hover, #head a:active, #head a:focus {
	text-decoration: underline;
    
}

#user, #headlinks {
	margin: 0px;
    color:white;
}

#user a {

  }

#headlinks {
	float: none;
}

#body {
	background-color: white;
	min-height: 800px;
	padding: 0px;
}

a, a:link, a:visited {
	border: none;
	color: var(--primary-color);
	outline: 1px solid transparent;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	border: none;
	color: #bb1122;
	outline: 1px solid transparent;
	
}

a:focus {
	outline: 1px dotted #0172a8;
}

h1, h2, h3, h4 {
	color: black;
	font-weight: 700;
	margin: 20px 0;
}

h1 {
	font-size: 30px;
    margin: 26px 0;
}

h2 {
    font-size:30px;
}

h3 {
	font-size: 25px
    color: #4c5ac8
}

img, svg {
	vertical-align: unset;
}

.validationerror, .ftValidError {
	background-color: #f2dede !important;
	border: 1px solid;
	border-color: #eed3d7;
	border-radius: 5px;
	color: #A70000;
    font-weight: 700;
	margin: 10px 0px;
	padding: 15px 10px 15px 20px !important;
}

#regform > fieldset > div:nth-child(5) > div.hint > p {
	margin-top: 130px;
}

#appnav {
	background-color: white;
	border: none;
	color: black;
    /*float:left; for appnav on left side*/
	font-size: 16px;
	font-weight: 400;
	margin-bottom: -4000px;
    margin-top: 50px; /*if editing the btn height adjust this to match so page & appnav headings are aligned*/
	padding: 0px;
	width: 200px;
}

#appnav h3 {
	background-color: #efeeee;
	border: none;
	color: black;
	font-size: 20px;
	margin: 0px;
	padding: 5px;
}

#appnav .current {
	background-color: transparent;
	border: none;
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
	padding: 8px;
}

#appnav li {
	border: none;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}

#appnav a, #appnav a:link, #appnav a:visited {
    color:black;
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding: 8px;
    text-decoration: underline;
}

#appnav a:hover,#appnav a:active, #appnav a:focus {
    text-decoration: underline;
}

/*Review & Submit page link when also the selected page*/
#appnav .current a {
    color: black;
    margin: -8px; /*edit to match the .current padding (negative) to avoid double up with #appnav a*/
}

#appnav hr {
	background-color: black;
	border: none;
	height: 2px;
	margin: 0;
	outline: none;
}

/*For appnav on left side
#htmlForm .appform{
	margin-left:230px;
}*/

.ftEditForm,.ftEditPage {
	border: none;
	width: 700px !important;
}

.appform h2, .ftEditPageHeading, #kc-passwd-update-form h2 {
width: 100%;
  padding: 5px 0;
  font-size: 20px;
  color: #1E6F8C;
  border-bottom: 2px solid #1E6F8C;
}

.appform h3, .ftEditSectionHeading {
width: 100%;
  padding: 5px 0;
  font-size: 20px;
  color: #1E6F8C;
  border-bottom: 2px solid #1E6F8C;
}

.ftEditColumnHeading {
	color: white;
	font-size: 16px;
	width: inherit;
}

.loginbox .appform .btn {
	padding-left: 105px;
}

.loginbox .appform .l {
	min-width: 145px !important;
}

/*label of MFA steps*/
.otp-steps {
	width: 70px;
}

.appform .btn {
    border: none;
    background: transparent;
    background-image: none;
    padding: 0;
    height: 30px;
}

.appform .btn .mid {
	width: 410px;
}

#regform .field {
	width: 660px;
}

.appform .l {
	width: 197px;
}

.sg-time {
	border: none;
	text-decoration: none;
}

.appform .btn input, #body .appform .btn a.linkbtn, .appform .btn .close, #kc-form-buttons input {
	appearance: none;
    border: 1px solid 
	background-color: #f8f8f8;
	color: black;
	cursor: pointer;
	font-size: 14px;
	height: 30px;
	text-decoration: none;
    padding: 8px 16px;

}

.appform .btn input:hover, #body .appform .btn a.linkbtn:hover, .appform .btn .close:hover, #kc-form-buttons input:hover {
	border: 1px solid var;
    color: black;
    background-color: #B6DBF2;


}

.appform .btn .next {
	background-image: none;
    padding: 0;
}

.appform .btn input.btndisabled {
	cursor: not-allowed;
}

.appform .btn .prev {
	background-image: none;
    padding: 0;
}

#lastSaved {
	float: left !important; /*change to right for appnav on left side*/
	margin-top: -60px; /*increase with appnav margin-top*/
}

.questionLegend {
	width: inherit;
}

/*Links at the top of round landing page and form preview*/
.iconbar .item a {
    display: block;
}

.iconbar .item a:hover {
	
    color: #BB1122;
}

.iconbar .item img {
	margin-top: -7px;
}

.iconbar .item-narrow {
	width: 175px;
}

.iconbar .item-very-wide a {
    display: inline !important;
}

/*.appform textarea.ftFieldAddressFull {
	height: 20px;
	min-width: 500px;
	width: max-content;
}*/

a.leaflet-pelias-search-icon {
	visibility: hidden;
}

.leaflet-left .leaflet-control-custom {
    cursor:pointer;
    width: 62px !important;
}

.create-sf-profile-btn{
	text-decoration: none !important;
}

#footer {
	background-color: black;
	color: white;
    height: 250px;
    margin-top: 200px;
}

#footer-content {
	margin: 0 auto;
	padding-top: 0px;
	width: 960px;
}

.footer-position {
	float: right;
	font-size: 14px;
	height: 40px;
    line-height: 24px;
	margin-top: 0px;
	width: 50%;
}

.footer-position ul {
	margin: 0px;
}

.footer-position li {
	list-style: none;
	margin-bottom: 0px;
}

.footer-position h4 {
	color: white;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}

.footer-position a, .footer-position a:link, .footer-position a:visited {
	border: none;
	color: white;
	outline: 1px solid transparent;
	text-decoration: none;
}

.footer-position a:hover, .footer-position a:active, .footer-position a:focus {
	border: none;
	color: white;
	outline: 1px solid transparent;
	text-decoration: underline;
}

.footer-position a:focus {
	outline: 1px dotted #0172a8;
}




/*SF my submissions things. don't touch*/


#submissions .col-1 button {
	background-color: #007bff;
	color: #fff;
  }
  
  #submissions .col-1 button:hover {
	color: #007bff;
	background-color: white;
  border: 1px solid;
  }
  
  #app-detail-modal button.btn-primary {
	  background: none;
	  border-color: #6c757d;
	  color: black;
  }
  
  #submissions a {
  }
  
  a#rc-responselink, a#rsc-responselink  {
	  text-decoration: underline;
	color: #007bff;
  
  }
  
  #submissions .app-title a{ 
	  text-decoration: underline;
  
  }