
/* --------------------x- SITE FONTS -x-------------------- */
/* ------------------- START OF SECTION ------------------- */

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

@font-face {
	font-family: GothamBook;
	src: url('https://static.smartygrants.com.au/default/fonts/gotham_book/GothamHTF-Book.woff');
	font-weight: 400;
}

  @font-face {
	font-family: Westpac-Bold;
	font-weight: 400;
	src: url(https://static.smartygrants.com.au/westpac-foundation/Westpac-Bold.ttf);
  }


html,body {
	font-family: GothamBook, arial, helvetica, sans-serif;
	line-height: 1.5em;
}

/* -------------------- END OF SECTION -------------------- */
/* -------------------------------------------------------- */


/* --------------x- DEFAULT BRAND SETTINGS -x-------------- */
/* ------------------- START OF SECTION ------------------- */

:root {
	
/*Set brand colours here*/
--brand-color-1: #FFFFFF; /* white */
--brand-color-2: #000000; /* black */
--brand-color-3: #da1710; /* default bright red */ 
--brand-color-4: #1f1c4f; /* very dark purple */
--brand-color-5: #f3f4f6; /* grey */
--brand-color-6: #DEDEE1; /* dark grey */
--brand-color-7: #FF19D7; /* vibrant pink */
--brand-color-8: #990000; /* red warning color */
--brand-color-9: #9819D7; /* very bright purple */
--brand-color-10: #595767; /* footer grey */
--brand-color-11: #e55d58; /* hover red*/
--brand-color-12: #626084; /* hover purple*/
--brand-color-13: #181b25; /* footer black text*/
--brand-color-14: #FFD9F7; /* light pink */

--h1-font-size: 2.7rem;
--h2-font-size: 2.3rem;
--h3-font-size: 1.95rem;

}

/* -------------------x- DEFAULT CODE -x------------------- */
/* ------------------- START OF SECTION ------------------- */



#body {
	background-color: var(--brand-color-1); /* white */
	color: var(--brand-color-2); /* black */
	min-height: 1133px;
	padding: 15px;
}

h1, h2, h3, h4 {
	font-family: 'Westpac-Bold', Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	margin: 20px 0;
	color: var(--brand-color-2); /*black */
}

h1 {
	font-size: var(--h1-font-size);
	font-weight: normal;
	line-height: 1.6em;
	text-transform: uppercase;
}

h2 {
	font-size: var(--h2-font-size);
	font-weight: normal;
	line-height: 1.6em;
	text-transform: uppercase;
}

h3 {
	font-size: var(--h3-font-size);
	font-weight: normal;
	text-transform: uppercase;
}


/* SR: CHANGED LOGO ON 09MAR2026 to make it 960px wide and centred in middle.
#logo {
	margin-top: 16px;
	margin-right: auto;
	margin-left: 14px;
	margin-bottom: 8px;
	color: transparent !important;
	text-decoration: none !important;
	display: inline-block;
}
*/

#logo {
	margin: 0 auto;
	width: 960px;
	color: transparent !important;
	text-decoration: none !important;
	/* display: inline-block; */
}


#logo a {
	color: transparent !important;
	text-decoration: none !important;	
	display: inline-block;
}

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

a, a:link, a:visited {
	border: none;
	color: var(--brand-color-2); /* black */ 
	outline: 1px solid transparent;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	border: none;
	color: var(--brand-color-4); /* very dark purple */
	outline: 1px solid transparent;
	text-decoration: underline;
}

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

img, svg {
	vertical-align: unset;
}

/* -------------------- END OF SECTION -------------------- */
/* -------------------------------------------------------- */


/* -------------------x- HEADER CODE -x-------------------- */
/* ------------------- START OF SECTION ------------------- */

#banner {
	display: block;
	background-color: var(--brand-color-3); /* default bright red */
	height: 48px;
}


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

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

#head-bar {
	display: block;
	height: 1px;
	box-shadow: 0 4px 4px rgba(0,0,0,0.2);
}
/* -------------------- END OF SECTION -------------------- */
/* -------------------------------------------------------- */


/* -----------------x- OPEN ROUNDS CODE -x------------------ */
/* ------------------- START OF SECTION ------------------- */


.sg-indent div:nth-child(3) {
	display: inline-block;
	background-color: var(--brand-color-3); /* default bright red */
	color: var(--brand-color-1); /* white */
	font-weight: bold;
	line-height: 32px;
	border-radius: 3px;
	padding: 5px 15px;
	margin-top: 20px;
}

.sg-indent div:nth-child(3) a:hover {
	color: var(--brand-color-1) !important; /* white */
}
.sg-indent div:nth-child(3) a {
	color: var(--brand-color-1) !important; /* white */
}
.sg-indent div:nth-child(3):hover {
	color: var(--brand-color-1) !important; /* white */
	background-color: var(--brand-color-11) !important; /* hover red*/
}

.chooseform a {
	color: var(--brand-color-2); /* black */
}

.chooseform a:hover {
	color: var(--brand-color-2); /* black */
}

.chooseform {
	display: block;
	background-color: var(--brand-color-5); /* grey */
	padding-top: 5px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
	border-top: 1px solid var(--brand-color-5); /* grey */
	border-right: 1px solid var(--brand-color-5); /* grey */
	border-bottom: 1px solid var(--brand-color-5); /* grey */
	border-left: 20px solid var(--brand-color-3); /* vibrant red */
	margin: 20px 0 40px 0;
}


.sgCurrentRounds {
	margin: 40px 0 20px 0;
}

	
/* -------------------- END OF SECTION -------------------- */
/* -------------------------------------------------------- */



/* -----------------x- USER LOGIN CODE -x------------------ */
/* ------------------- START OF SECTION ------------------- */

#head {
	/*background-color: var(--userlogin-bar-background-color); */
	color: var(--brand-color-2); /* black */
	min-height: 40px;
	padding: 15px 15px;
	font-size: 0.9em;

}

#head a, #head a:link, #head a:visited {
	background-color: var(--brand-color-3); /* default bright red */
	color: var(--brand-color-1); /* white */
	font-weight: 400;
	line-height: 1.5em !important;
	margin-left: 15px;
	padding: 8px 14px;
	text-decoration: underline;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	border-radius: 3px;
}

#head a:hover, #head a:active, #head a:focus {
	background-color: var(--brand-color-11); /* hover red*/
	color: var(--brand-color-1); /* white */
	text-decoration: underline;
}

/* double check i think this is reduntant #user {
	background-color: #1f4c71;
	color: #FFFFFF;
	padding: 5px;
} 
*/

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

#headlinks {
	float: none;
	font-size: 1em;
	text-align: right;
}

@media only screen and (max-width: 960px) {
  #headlinks {
    text-align: left;
  }
}

/* -------------------- END OF SECTION -------------------- */
/* -------------------------------------------------------- */


/* -----------------x- LOGIN SCREEN CODE -x---------------- */
/* ------------------- START OF SECTION ------------------- */

.appform .register-here {
	margin-left: 1% !important;
}

#kc-form-login .field {
	margin-left: 1px !important;
}

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

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

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

.loginbox h2 {
	background-color: var(--brand-color-3) !important; /* bright red */
	color: var(--brand-color-1) !important; /* white */
	border-left: 10px solid var(--brand-color-9) !important;
	line-height: 1.2em;
}


/* -------------------- END OF SECTION -------------------- */
/* -------------------------------------------------------- */


/* ---------------x- FORM SUBMISSION CODE -x--------------- */
/* ------------------- START OF SECTION ------------------- */


.ftFieldRadio, .ftFieldCheckbox {
	margin-top: 4px;
}

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

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

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

.iconbar .item-wide {
	width: 500px;
}

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

.iconbar .item {
	font-size: 105%;
	letter-spacing: -0.5px;
}


/* -------------------- END OF SECTION -------------------- */
/* -------------------------------------------------------- */


/* -----------------x- FORM LAYOUT CODE -x----------------- */
/* ------------------- START OF SECTION ------------------- */

.validationerror, .ftValidError {
	background-color: #f2dede !important;
	border: 1px solid;
	border-color: #eed3d7;
	border-radius: 5px;
	color: var(--brand-color-3); /* default bright red */
    font-weight: 700;
	margin: 10px 0px;
	padding: 15px 10px 15px 20px !important;
}

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

/* ----------------x- FORM NAV SUB-CODE -x----------------- */
/* ------------------- START OF SECTION ------------------- */

#appnav {
	background-color: var(--brand-color-1);
	border: 1px solid var(--brand-color-6); /* dark grey */
	color: var(--brand-color-2); /* black */
	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: var(--brand-color-1); /* white */
	border-top: none;
	border-right: none;
	border-bottom: 1px solid var(--brand-color-6); /* dark grey */
	border-left: none;
	color: var(--brand-color-4); /* very dark purple */
	font-size: 26px;
	margin: 0px;
	padding: 5px;
	line-height: 1.5em;
}

#appnav .current {
	background-color: var(--brand-color-14); /* light pink */
	color: var(--brand-color-3); /* default bright red */
	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 {
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding: 8px;
    text-decoration: none;
}

#appnav a:hover,#appnav a:active, #appnav a:focus {
    display: block;
	background-color: var(--brand-color-3); /* default bright red */
	color: var(--brand-color-1);
	text-decoration: underline;
}

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

#appnav hr {
	background-color: var(--brand-color-2); /* black */
	border: none;
	height: 2px;
	margin: 0;
	outline: none;
}

/* ------------------ END OF SUB-SECTION ------------------ */
/* -------------------------------------------------------- */


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

.appform h2, .ftEditPageHeading, #kc-passwd-update-form h2 {
	background-color: var(--brand-color-3); /* brand red */
    box-sizing: border-box;
	color: white; 
	font-size: var(--h2-font-size);
	width: inherit;
	border-left: 10px solid var(--brand-color-9); /* very bright purple */
	padding-left: 10px;
}

.appform h3, .ftEditSectionHeading {
	background-color: var(--brand-color-14); /* light pink */
    box-sizing: border-box;
	color: var(--brand-color-3); /* default bright red */
	font-size: var(--h3-font-size);
	width: inherit;
	border-left: 10px solid var(--brand-color-9); /* very bright purple */
	padding-left: 10px;
	line-height: 1.5em;
}

.ftEditColumnHeading {
	background-color: #EEEEEE;
	color: var(--brand-color-2); /* black */
	width: inherit;
}

/*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: 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 {
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	background-color: var(--brand-color-3); /* default bright red */
	border: 1px solid var(--brand-color-3); /* default bright red */
	border-radius: 3px;
	color: var(--brand-color-1); /* white */
	cursor: pointer;
	font-size: 14px;
	height: 30px;
	line-height: 28px; /*height minus border top and bottom width*/
	-moz-appearance: none;
	padding: 0;
	text-decoration: none;
	-webkit-appearance: none;
	width: 130px;
}

/* fixes a padding/margin issue with the previous button input */
.appform .btn .prev { 
	padding-left: 23px !important;
}

.appform .btn input:hover, #body .appform .btn a.linkbtn:hover, .appform .btn .close:hover, #kc-form-buttons input:hover {
	background-color: var(--brand-color-11); /* hover red*/
	color: var(--brand-color-1); /* white */
}

.appform .btn .next {
	background-image: url(https://static.smartygrants.com.au/default/arrows/white-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/white-chevron-left.png);
	background-position: 5px center;
	background-size: 18px;
}

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

.questionLegend {
	width: inherit;
}

/*.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;
}

div.validationerror {
	margin-top: -9px;
}

/* -------------------- END OF SECTION -------------------- */
/* -------------------------------------------------------- */



/* -------------------x- FOOTER CODE -x-------------------- */
/* ------------------- START OF SECTION ------------------- */

#footer{
	background-color: var(--brand-color-1); /* white */
	color: var(--brand-color-13); /* footer black text*/
	margin: 0 auto;
	line-height: 1.5em;
	min-width: 100%;
	max-height: 700px;
	min-height: 350px;
	overflow: hidden;
	border-top: 12px solid var(--brand-color-3); /* default bright red */
}

#footer-content{
	margin: 40px auto;
	max-height: 700px;
	max-width: 55%;
	overflow: hidden;
}

.footer-box{
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: space-between;
	align-items: stretch;
	column-gap: 15%;
	border-bottom: 1px solid var(--brand-color-6); /* dark grey */
	overflow: hidden;
}

.grantsbox{
	align-self: auto;
	margin-bottom: 15px;
}

.techbox{
	align-self: auto;
	margin-bottom: 15px;
	border-left: 1px solid var(--brand-color-6); /* dark grey */
	padding-left: 10px;
}

@media only screen and (max-width: 1200px) {
  .techbox {
    border-left: none;
	margin-left: -11px;
  }
}

.footer-lower-box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: stretch;
	/*column-gap: 3%;*/
	overflow: hidden;
	margin-top: 10px;
}


.termsbox{
	margin-top: 10px;
	align-self: center;
	font-size: 0.9em;
}

.socialsbox {
	margin-top: 10px;
	align-self: center;
}

.socialsbox a, .socialsbox img {
	color: transparent !important;
	text-decoration: none !important;
	display: inline-block;
	max-width: 32px;
}

.logobox{
	margin-top: 10px;
	align-self: flex-start;
}


#grants-info ul li, #tech-support ul li{
    list-style-position: outside;
    padding-left: 1em;	
	margin-left: -1em;
}

#grants-info ul li::marker {
	content: ">";
	color: var(--brand-color-3) !important; /* default bright red */
	font-weight: bold;
}

#tech-support ul li::marker {
	content: ">";
	color: var(--brand-color-3) !important; /* default bright red */
	font-weight: bold;
}

#footer h4{
	font-weight: bold;
	color: var(--brand-color-13); /* footer black text*/
	font-size: var(--h3-font-size);
	text-transform: uppercase;
}

#footer a, #footer a:link, #footer a:visited{
	color: var(--brand-color-13); /* footer black text*/
	border: none;
	outline: 1px solid transparent;
}

#footer a:hover, #footer a:active, #footer a:focus{
	color: var(--brand-color-13); /* footer black text*/
	border:none;
	outline:1px solid transparent;
}

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

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




/* -------------------- END OF SECTION -------------------- */
/* -------------------------------------------------------- */


/* ------------------x- COOKIES BANNER -x------------------ */
/* ------------------- START OF SECTION ------------------- */

.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;
	overflow: hidden;
    /* 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;
	overflow: hidden;
}

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

/* -------------------- END OF SECTION -------------------- */
/* -------------------------------------------------------- */


/* ------x- DO NOT TOUCH ANYTHING IN THIS SECTION -x------- */
/* ------------------- START OF SECTION ------------------- */


#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;
	}

/* -------------------- END OF SECTION -------------------- */
/* -------------------------------------------------------- */