
html, body {
  font-family: Montserrat, arial, Helvetica, sans-serif;
  color: #3a4651;
}

#defaultheader-wrap {
  background-color: #fff;
  height: 110px;
  padding: 8px 0;
  border-bottom: 1px solid #e0e3eb;
}

/*
#defaultheader-wrap a, #defaultheader-wrap a:link, #defaultheader-wrap a:visited, #defaultheader-wrap a:hover, #defaultheader-wrap a:active, #defaultheader-wrap a:focus{
	text-decoration:none;
	border:none;
	outline:none;
}
*/
#logo {
  width: 960px;
  margin: 0 auto;
}

#sg-logo {
  display: inline-block;
  vertical-align: middle;
}

#sg-logo a {
  display: block;
}

#trial {
  text-align: right;
  float: right;
  padding: 18px 0;
}

#trial p {
  margin: 0;
  font-size: 72px;
  font-weight: 600;
  color: #767676;
}

#head-bar {
  height: 39px;
  box-shadow: #0000001a 0px 4px 6px 1px, #0000000f 0px 2px 4px -2px;
}

#wrapper {
  width: 960px;
  height: 100%;
  min-height: 720px;
  margin: 0 auto;
  margin-top: -39px;
  background-color: transparent;
}

#head {
  padding: 0 15px;
  min-height: 39px;
  line-height: 39px;
  font-size: 14px;
}

#head a, #head a:link, #head a:visited {
  font-size: 14px;
  color: #fff;
  padding: 11px 16px 12px;
  text-decoration: none;
  margin-left: 5px;
  white-space: nowrap;
}

#head a:hover, #head a:active, #head a:focus {
  color: #fff;
  text-decoration: none;
}

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

#headlinks {
  float: none;
  /*float:right;*/
}

#user a {
  background-color: #3B8708;
}

#user a:hover {
  background-color: #306F06;
}

#headlinks a {
  background-color: #006984;
}

#headlinks a:hover {
  background-color: #005E75;
}

#body {
  padding: 15px;
  min-height: 700px;
  background-color: #fff;
  margin-top: 10px;
}

a, a:link, a:visited {
  color: #006984;
  text-decoration: underline;
  border: 1px solid transparent;
}

a:hover, a:active {
  color: #3b8708;
  text-decoration: underline;
  border: 1px solid transparent;
}

a:focus {
  border: 1px dotted #0172a8
}

h1 {
  margin: 20px 0;
  font-weight: 700;
  color: #282f3e;
  font-size: 36px;
}

h2 {
  margin: 20px 0;
  font-weight: 700;
  color: #282f3e;
  font-size: 30px;
}

#submissions .dropdown-toggle {
  color: #006984;
  background-color: #fff;
  transition: .25s;
}

#submissions .dropdown-toggle:hover {
  background-color: #006984;
  color: #fff;
}

#submissions .col-1 button {
  background-color: #006984;
  color: #fff;
  transition: .25s;
}

#submissions .col-1 button:hover {
  color: #006984;
  background-color: #fff;
  border: 1px solid #006984;
}

/*.validationerror, .ftValidError{
	border: 1px solid;
	border-radius:5px;
	margin: 10px 0px;
	padding: 15px 10px 15px 20px !important;
	color:#B94A48 !important;
	background-color: #F2DEDE;
	border-color:#eed3d7;
}*/

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

#email {
  margin: 4px;
}

#passwordform label {
  width: 200px;
  display: inline-block;
  font-weight: bold;
}

input[value="Set Password"] {
  margin-left: -10px;
}

#applicantDetailsForm .btn, #passwordForm .btn {
  padding-left: 0 !important;
}

#appnav {
  float: left; /*This is for appnav on left side*/
  background-color: #fff;
  color: #282f3e;
  border: 1px solid #e0e3eb;
  margin-top: 60px;
  margin-bottom: -4000px;
  padding: 0px;
  font-size: 14px;
  font-weight: 400;
  width: 200px;
}

#appnav h3 {
  border: none;
  margin: 0px;
  background-color: #006984;
  color: #fff;
  width: inherit;
  font-size: 18.5px;
  font-weight: 700;
  letter-spacing: -0.45px;
  padding: 16px;
  box-sizing: border-box;
}

#appnav li {
  margin: 0 10px;
  border-bottom: 1px dotted #c1c8d7;
  padding: 0px;
  font-weight: 400;
}

#appnav .current {
  border: none;
  border-bottom: 1px dotted #c1c8d7;
  color: #3b8708;
  margin: 0 10px;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
  background-color: transparent;
}

#appnav a, #appnav a:link, #appnav a:visited {
  display: block;
  padding: 8px 0;
  color: #282f3e;
  font-size: 14px;
  font-weight: 400;
  border: none;
}

#appnav a:hover, #appnav a:active, #appnav a:focus {
  color: #3b8708;
  border: none;
}

#appnav hr {
  margin: 0;
  height: 0;
  visibility: hidden;
  /*background-color: #000;
  outline: none;
  border: none;*/
}

#appnav ol li a.inactiveLink, #appnav ol li a.inactiveLink:hover, #appnav ol li a.inactiveLink:active, #appnav ol li a.inactiveLink:focus {
  opacity: 1;
  color: #6b7280;
}

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


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

.appform h2, .ftEditPageHeading {
  background-color: #006984;
  color: #fff;
  width: inherit;
  font-size: 18.5px;
  font-weight: 700;
  letter-spacing: -0.45px;
  padding: 16px 24px;
}

.loginbox .appform h2 {
  width: 290px;
}

.appform h3, .ftEditSectionHeading {
  background-color: #fff;
  font-weight: 700;
  letter-spacing: -0.45px;
  padding: 10px 0;
  font-size: 18.5px;
  color: #006984;
  width: inherit;
}

.ftEditColumnHeading {
  background-color: transparent;
  font-size: 18.5px;
  width: inherit;
}

.appform .btn {
  font-size: 90%;
  border: none;
  background: none;
  position: relative;
  background-color: transparent;
  border: none;
  height: 40px;
}

.appform .f {
  border-color: #7C7C7C;
}

#kc-form-login .field {
  margin: 7px auto;
}

#kc-form-login .field input, .loginbox input {
  margin: 3px;
}

.loginbox .appform {
  width: 338px;
}

.loginbox .appform .field {
  width: 310px;
}

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

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

#regform .field {
  width: 660px;
}

.otp-steps { /*MFA set up steps*/
  width: 70px;
}

.appform .btn input, #body .appform .btn a.linkbtn, .appform .btn .close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  width: 140px;
  background-color: #006984;
  color: #fff;
  border: none;
  line-height: 40px;
  border-radius: 8px;
  height: 40px;
}

.appform .btn input:hover, #body .appform .btn a.linkbtn:hover, .appform .btn .close:hover {
  background-color: #005E75;
}

.appform .btn .next, .appform .btn .review {
  background-image: url(https://static.smartygrants.com.au/default/arrows/white-arrow-right2.png);
  background-size: 18px;
  background-position: 113px center; /*if editing the input width above 130 add the same amount here*/
}

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

.appform .btn .prev {
  background-image: url(https://static.smartygrants.com.au/default/arrows/white-arrow-left2.png);
  background-size: 18px;
  background-position: 8px center;
}

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

.appform .l {
  width: 197px;
}

.questionLegend {
  width: inherit;
}

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

#lastSaved {
  margin-top: -80px;
  float: right !important; /*This is for appnav on left side*/
}

.iconbar .item a {
  text-decoration: underline;
}

.iconbar .item a:hover {
  text-decoration: underline;
}

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

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

.update-details a {
  font-weight: normal;
}

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

#footer {
  background-color: #006984;
  color: #ccf6ff;
  font-weight: 600;
  line-height: 29px;
}

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

#footer h2 {
  font-weight: 700;
  color: #ccf6ff;
  font-size: 18px;
  margin: 0 0 15px;
}

.footer-position {
  width: 50%;
  float: left;
  margin-top: 0px;
  font-size: 14px;
}

#grants-info p, #tech-support p {
  font-weight: 600;
  margin: 0;
}

#footer a, #footer a:link, #footer a:visited {
  color: #ccf6ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

#footer a:hover, #footer a:active, #footer a:focus {
  color: #fff;
  text-decoration: underline;
  border: 1px solid transparent;
}

#footer a:focus {
  border: 1px dotted #0172a8
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 99%;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #3B8708;
  box-shadow: 0 0 2px 1px #0003;
  color: #fff;
  font-weight: 400;
  font-family: Montserrat, arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 2;
  /* border-radius: 5px; */
}

.cookie-banner div p {
  margin-left: 100px;
}

.cookie-banner-close {
  height: 40px;
  width: 120px;
  background-color: #fff;
  border: none;
  color: #006984;
  cursor: pointer;
  font-size: 100%;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 400;
  border-radius: 8px;
}

#footer .cookie-banner a, #footer .cookie-banner a:link, #footer .cookie-banner a:visited {
  color: #fff;
}

#footer .cookie-banner a:hover,
#footer .cookie-banner a:active,
#footer .cookie-banner a:focus {
  color: #000;
}
