@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');



html,body{
	font-family:'Lora', Georgia, Garamond, serif;
	font-weight: 400;
	color:#101010;
}

body{
	background-color: #F5F5F5;

}

#background {
	background-color: transparent;
	background-image: url(https://static.smartygrants.com.au/advancepngwomen/advancepngwomen-sidebar.png);
	background-repeat: repeat-y;
	background-size: 94px auto;
	padding-left: 94px;
}

#header{
	background-color: #fff;
	height: 250px;
	padding-bottom: 40px;
}

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

#logo{
	width: 960px;
	margin: 0 auto;
}

#logo-image {
	display: block;
	margin: 0 auto;
	height: 250px;
	padding-top: 20px;
}

#head-bar {
    display: inline-block;
	height: 36px;
	background-color: #F5F5F5;
}

#head{
    min-height:40px;
	line-height:40px;
	padding:0 15px;
	margin-top: -40px;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 15px;
	background-color: #F5F5F5;
	border-bottom: 5px solid #FDD11F;
}

#head a, #head a:link, #head a:visited{
	font-size: 15px;
	font-weight: bold;
	color: #7F7366;
	padding:5px;
	white-space: nowrap;
	text-decoration: none;
}

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

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

#headlinks{
	float:none;
}

#body{
	padding: 15px;
	min-height:800px;
	background-color:#fff;
}

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

a, a:link, a:visited{
	color: #7F7366;
	text-decoration:underline;
	border:none;
	outline:1px solid transparent;
}

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

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

h1, h2, h3, h4{
	font-family: 'IBM Plex Serif';
	margin: 20px 0;
	color:#000;
	font-weight: bold;
}

h1{
	font-size: 34px;
	letter-spacing: 0.1;
}

h2{
	font-size: 30px;
}

h3{
	font-size: 26px;
}


img, svg{
	vertical-align:unset;
}

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

/* Prevents title overlap with the SmartyFile logo. */
#smartyfile-logo-link {
	padding-left: 0px; /* Remove for appnav left. */
	margin-top: 12px;
}

#appnav {
	background-color: #F5F5F5;
	border: none;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: -4000px;
    margin-top: 75px; /*if editing the btn height adjust this to match so page & appnav headings are aligned*/
	padding: 0px;
	width: 200px;
}

#appnav h3 {
	background-color: #F5F5F5;
	border: none;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin: 0px;
	padding: 5px;
}

#appnav .current {
	background-color: #E8E8E8;
	color: #000;
	border: none;
	font-size: 15px;
	font-weight: 400;
	margin: 0px;
	padding: 8px;
	text-decoration: none;
}

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

#appnav a, #appnav a:link, #appnav a:visited {
    color: #000;
	display: block;
	font-size: 15px;
	font-weight: 400;
	padding: 8px;
    text-decoration: none;
}

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

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

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

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

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

.appform h2, .ftEditPageHeading, #kc-passwd-update-form h2{
	background-color: transparent;
	color:#000;
	font-size: 32px;
	font-weight: bold;
	padding: 15px 15px 5px 0;
	width:inherit;
	border-bottom: 5px solid #FD9800;
}

.appform h3, .ftEditSectionHeading{
	background-color: transparent;
	color:#000;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 15px 5px 0;
	width:inherit;
	border-bottom: 5px solid #7F7366;
}

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

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

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

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

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

#regform .field {
	width: 660px;
}

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

.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: #FDD11F;
    color: #000;
    font-size:15px;
    text-decoration:none;
    cursor:pointer;
	border: none;
	border-radius:5px;
	padding:0;
	width:140px;
	height:40px;
	line-height: 40px; /*height minus border top and bottom width*/
	transition:background-color .15s ease,border-color .15s ease,color .15s ease;
}

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

.appform .btn .next, .appform .btn .review{
   background-image:url(/s/site/default/arrows/black-chevron-right.png);
   background-size:18px;
   background-position:115px center; /*if editing the input width above 130 add the same amount here*/
}

/*Button input disabled appearance */
.appform .btn input.btndisabled {
	background-color: #F5f5f5;
	cursor: not-allowed;
	height: 40px;
	line-height: 40px; /*height minus border top and bottom width*/
	color: #000 !important;
	border-radius:5px;
	border: none !important;
}

.appform .btn .prev{
   background-image:url(/s/site/default/arrows/black-chevron-left.png);
   background-size:18px;
   background-position:5px center;
}

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

.appform .l{
	width: 197px;
}

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

#lastSaved{
    margin-top: -87px;
	float: left !important;
	font-size: 90%;
	padding-left: 1px; /*switch to padding-right for left appnav */
}


.iconbar .item{
	padding-top: 0;
}

.iconbar .item img{
	margin-top:0;
}

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

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

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

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

.ftFieldRadio, .ftFieldCheckbox {
	margin-top: 4px !important; /* adjust if radio/checklist buttons are misaligned */
}

#footer{
	background-color: #E8E8E8;
	color: #000;
	font-size: 15px;
	line-height: 23px;
	box-shadow: -1px 7px 29px -17px rgba(171,171,171,1) inset;
	-webkit-box-shadow: -1px 7px 29px -17px rgba(171,171,171,1) inset;
	-moz-box-shadow: -1px 7px 29px -17px rgba(171,171,171,1) inset;
}

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

#footer h4{
	margin-bottom: 15px;
	font-size: 20px;
}

.footer-position{
	float: left;
	height: 85px;
	margin-top: 0px;
}

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

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

#grants-info{
	width: 60%;
}

#tech-support{
	width: 40%;
}

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

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

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

#footer-lower {
    background-color: transparent;
    color: #000;
    font-size: 15px;
	font-style: italics;
	font-weight: 400;
    padding: 16px 0 18px;
}

#copyright{
	width: 960px;
	margin: 0 auto;
}

#copyright p{
	margin: 0;
}

/*This is necessary for an ie11 glitch.*/
.questionLegend{
	width:inherit;
}


/*
================COOKIES===============
======================================
*/

.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: 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: white;
    border: none;
    color: #00afd8;
    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: white;
}


/*
=============DO NOT TOUCH=============
======================================
*/

#app-detail-modal button.btn-primary {
	display: none !important;
	color: transparent !important;
}

#rc-responselink, #rc-responselink a {
	background-image: url('data:image/svg+xml,<svg fill="%233c529e" width="25px" height="25px" viewBox="-5 -5 24 24" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin" class="jam jam-chevrons-right" title="open form" stroke="%23000000" stroke-width="0.6"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M11.314 7.071l-4.95-4.95A1 1 0 0 1 7.778.707l5.657 5.657a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 0 1-1.414-1.414l4.95-4.95zm-6 0l-4.95-4.95A1 1 0 1 1 1.778.707l5.657 5.657a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 0 1-1.414-1.414l4.95-4.95z"></path></g></svg>');
	background-repeat: no-repeat;
	background-position: left center;
	background-origin: padding-box;
	color: #000 !important;
	padding: 3px 3px 3px 28px;
	text-decoration: underline !important;
}

#submissions .col-1 button {
	/*background-color: #007bff;
	color: #fff;*/
	line-height: 1.5;
	min-height: 30px;
	min-width: 30px;
	border-radius: 3px;
	background-color: #3c529e;
	color: transparent !important;
	background-image: url('data:image/svg+xml,<svg fill="%23FFFFFF" width="25px" height="25px" viewBox="-5 -8 24 24" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin" class="jam jam-chevron-down" title="more information" stroke="%23ffffff" stroke-width="1.2"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M7.071 5.314l4.95-4.95a1 1 0 1 1 1.414 1.414L7.778 7.435a1 1 0 0 1-1.414 0L.707 1.778A1 1 0 1 1 2.121.364l4.95 4.95z"></path></g></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-origin: padding-box;
	padding: 5px;
	text-decoration: none !important;
  }
  
#submissions .col-1 button:hover {
	border: 1px solid #3c529e;
	color: transparent !important;
	background-color: #FFFFFF;
	background-image: url('data:image/svg+xml,<svg fill="%233c529e" width="25px" height="25px" viewBox="-5 -8 24 24" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin" class="jam jam-chevron-down" title="more information" stroke="%233c529e" stroke-width="1.2"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M7.071 5.314l4.95-4.95a1 1 0 1 1 1.414 1.414L7.778 7.435a1 1 0 0 1-1.414 0L.707 1.778A1 1 0 1 1 2.121.364l4.95 4.95z"></path></g></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-origin: padding-box;
	padding: 5px;
}
  
#app-detail-modal button.btn-primary {
	background: none;
	border-color: #6c757d;
	color: #000;
}
  
a#rc-responselink {
	color: #3c529e;
	font-size: 16px;
	text-decoration: none;
}

.col-6 a {
	color: #3c529e;
	text-decoration: underline !important;
}

.btn-outline-primary {
	color: transparent !important;
	background-image: url('data:image/svg+xml,<svg fill="%233c529e" width="25px" height="25px" viewBox="-5 -4.5 24 24" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin" class="jam jam-arrow-up" title= "sort by filter confirm selection" stroke="%233c529e" stroke-width="0.6"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M6 4.071l-3.95 3.95A1 1 0 0 1 .636 6.607L6.293.95a.997.997 0 0 1 1.414 0l5.657 5.657A1 1 0 0 1 11.95 8.02L8 4.07v9.586a1 1 0 1 1-2 0V4.07z"></path></g></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-origin: padding-box;
	border: 1px solid #3c529e;
}

.btn-outline-primary:hover {
	color: transparent !important;
	background-color: #3c529e !important;
	background-image: url('data:image/svg+xml,<svg fill="%23ffffff" width="25px" height="25px" viewBox="-5 -4.5 24 24" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin" class="jam jam-arrow-up" title= "sort by filter confirm selection" stroke="%23ffffff" stroke-width="0.6"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M6 4.071l-3.95 3.95A1 1 0 0 1 .636 6.607L6.293.95a.997.997 0 0 1 1.414 0l5.657 5.657A1 1 0 0 1 11.95 8.02L8 4.07v9.586a1 1 0 1 1-2 0V4.07z"></path></g></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-origin: padding-box;
	border: 1px solid #3c529e;
}

#submissions .app-title a{ 
	color: #3c529e;
	line-height: 2;
	font-size: 125%
}

#submissions .app-title a:hover{ 
	/*color: #FFF;*/
}

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