@import url('https://fonts.googleapis.com/css2?family=Lusitana:wght@400;700&display=swap');

html, body {
	font-family: 'Lusitana', arial, helvetica, sans-serif;
	font-size: 22px;
}

#header a, #header a:link, #header a:visited, #header a:hover, #header a:active, #header a:focus {
	border: none;
	outline: none;
	text-decoration: none;
	display:inline-block;
}

#header {
	background-color: #FFFFFF;
	text-align: center;
	width: 100%;
}

#logo {
	display: inline-block;
	margin: 0;
}
#logo img {
	display: inline-block;
}

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

#head {
	line-height: 40px;
	min-height: 40px;
	padding: 0 15px;
	width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
}

#head a, #head a:link, #head a:visited {
	color: #c9aa77;
	padding: 5px;
	text-decoration: none;
	white-space: nowrap;
	font-weight: 700 !important;
}

#head a:hover, #head a:active, #head a:focus {
	text-decoration: none;
    color: #E8C58A;]
    font-weight: 700 !important;
}

/* Login button */
#head #applicant-login {
	background-color: #c9aa77;
	border-radius: 30px;
	color: #000000;
	display: inline-block;
	font-family: 'Lusitana', arial, helvetica, sans-serif;
	font-weight: 700;
	padding: 4px 16px;
	text-decoration: none;
	text-transform: uppercase;
}

#head #applicant-login:hover, #head #applicant-login:active, #head #applicant-login:focus {
	background-color: #E8C58A;
	text-decoration: none;
}

#user, #headlinks {
	margin: 0px;
	font-size: 22px;
}

#headlinks {
	float: none;
}

#headlinks a, #headlinks a:link, #headlinks a:visited {
	color: #c9aa77;
	text-decoration: none;
}

#headlinks a:hover, #headlinks a:active, #headlinks a:focus {
	color: #E8C58A;
	text-decoration: none;
}

#body {
	background-color: white;
	min-height: 800px;
	padding: 15px;
	width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
}

a, a:link, a:visited {
	border: none;
	color: #c9aa77;
	outline: 1px solid transparent;
	text-decoration: none;
    font-weight: 700;
}

a:hover, a:active, a:focus {
	border: none;
	color: #E8C58A;
	outline: 1px solid transparent;
	text-decoration: none;
}

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

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

h1 {
	color: #c9aa77;
	font-weight: 400;
	text-align: left;
	margin: 20px 0;
	font-size: 48px;
}

h2 {
	font-size: 30px;
}

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: #c9aa77;
	border: none;
	color: #000000;
	font-size: 24px;
	margin: 0px;
	padding: 5px;
}

#appnav .current {
	background-color: #E8C58A;
	border: none;
	font-size: 20px;
	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: 20px;
	font-weight: 400;
	padding: 8px;
    text-decoration: none;
}

#appnav a:hover,#appnav a:active, #appnav a:focus {
    color: #E8C58A;
    text-decoration: none;
}

/*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;
}
.chooseform h3 a:hover,
.chooseform .sg-indent a:hover {
	color: #E8C58A;
}

/*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 {
	background-color: #c9aa77;
    border-radius: 4px;
    box-sizing: border-box;
	color: #000000;
	font-size: 25px;
	padding: 6px 20px;
	text-transform: uppercase;
	width: inherit;
}

.appform h3, .ftEditSectionHeading {
	background-color: #c9aa77;
    box-sizing: border-box;
	color: #000000;
	font-size: 18px;
	width: inherit;
    text-transform: uppercase;
    border-radius: 4px;
}

.ftEditColumnHeading {
	background-color: #c9aa77;
	color: black;
	font-size: 16px;
	width: inherit;
    border-radius: 4px;
}

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

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

.field p {
	font-size: 14px;
}

#kc-forgotten-password a {
	font-size: 18px;
}
/*label of MFA steps*/
.otp-steps {
	width: 70px;
}

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

.appform .btn .mid {
	width: auto;
	white-space: nowrap;
}

#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 {
	background-color: #c9aa77;
	border: none;
	border-radius: 30px;
	color: #000000;
	cursor: pointer;
	font-family: 'Lusitana', arial, helvetica, sans-serif;
	font-size: 17px;
	font-weight: 700;
	height: auto;
	line-height: normal;
	padding: 10px 14px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}

.appform .btn input:hover, #body .appform .btn a.linkbtn:hover, .appform .btn .close:hover, #kc-form-buttons input:hover {
	background-color: #E8C58A;
}

.appform .btn .next {
	background-image: url(https://static.smartygrants.com.au/default/arrows/black-chevron-right.png);
	background-position: 103px center; /*increase with the input width, will need some adjusting based on arrow choice*/
	background-size: 18px;
}

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

.appform .btn .prev {
	background-image: url(https://static.smartygrants.com.au/default/arrows/black-chevron-left.png);
	background-position: 5px center;
	background-size: 18px;
}

#lastSaved {
	float: right !important; /*for appnav on left side*/
	margin-top: -90px; /*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 {
	text-decoration: underline;
}

.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: #000000;
	color: #cccccc;
	text-align: center;
}

#footer-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	padding: 20px 0;
	width: 960px;
}

.footer-position {
	float: none;
	display: inline-block;
	font-family: 'Lusitana', arial, helvetica, sans-serif;
	font-size: 15px;
	height: auto;
	line-height: 24px;
	text-align: center;
	vertical-align: top;
	width: 280px;
}

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

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

.footer-position h4 {
	color: #c9aa77;
	font-family: 'Lusitana', arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.footer-position a, .footer-position a:link, .footer-position a:visited {
	color: #cccccc;
	text-decoration: none;
}

.footer-position a:hover, .footer-position a:active, .footer-position a:focus {
	color: #c9aa77;
	text-decoration: none;
}

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

.footer-columns {
	display: flex;
	justify-content: center;
	gap: 160px;
	width: 800px;
	margin: 0 auto;
}

.footer-charity {
	color: #919191;
	font-family: 'Lusitana', arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin: 0 auto 20px;
	max-width: 750px;
	text-align: center;
}

.footer-copyright {
	color: #999999;
	font-family: 'Lusitana', arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 30px;
	text-align: center;
}

.footer-links {
	display: flex;
	gap: 200px;
	width: 800px;
	margin: 30px auto 0;
    padding-left: 140px;
}

.footer-links span {
	display: inline-block;
	text-align: left;
	width: 280px;
}

.footer-links a, .footer-links a:link, .footer-links a:visited {
	color: #ffffff;
	font-family: 'Lusitana', arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-links a:hover, .footer-links a:active, .footer-links a:focus {
	color: #c9aa77;
	text-decoration: none;
}

/*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;
}
  
a#rc-responselink {
	color: #007bff;
	font-size: 16px;
	text-decoration: none;
  }

a#rc-responselink:hover {
	  text-decoration: underline;
  }

a#rsc-responselink{
	color: #007bff;
text-decoration: underline;
  }

#submissions .app-title a{ 
	  text-decoration: underline;
  }

#submissions .app-title a:hover{ 
	  color: #007bff;
  }

#submissions .dropdown-toggle-no-caret{
	color: #444444;
	}

#submissions .dropdown-toggle-no-caret:hover{
		background: none;
	}
	
.mr-2, .mx-2 {
		margin-right: 0.5rem !important;
	padding-top: 0.1rem;
	}


/*Cookies banner*/

.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 99%;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #71b136;
    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: #00afd8;
    cursor: pointer;
    font-size: 100%;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 400;
    border-radius: 8px;
}
.appform .btn input, .appform .btn .close {
	font-size: 15px !important;
	padding: 10px 18px !important;
}

.appform .btn .next {
	padding-right: 36px !important;
	background-position: right 14px center !important;
}

.appform .btn .prev {
	padding-left: 36px !important;
	background-position: left 14px center !important;
}

.appform .btn .left,
.appform .btn .mid,
.appform .btn .right {
	width: auto;
	white-space: nowrap;
}

.appform .btn .left {
	margin-right: 12px;
}

.appform .btn .mid {
	margin-right: 12px;
}
#footer .cookie-banner a, #footer .cookie-banner a:link, #footer .cookie-banner a:visited {
    color: #fff;
}
#submissions .card-body {
	font-size: 18px;
}

#submissions .app-title {
	font-size: 18px !important;
}

#submissions .nav-tabs .nav-link,
#submissions a,
a#rc-responselink,
a#rsc-responselink {
	color: #c9aa77 !important;
    font-size: 18px !important;
}

#submissions .nav-tabs .nav-link:hover,
#submissions a:hover {
	color: #E8C58A !important;
}