body {
    /* background-color: #e3e3e3;*/
}

button.sectionNameTab {
    font-weight: 700;
}
li.sectionNameWrapper {
    color: #FFF;
}



a.skip:active, a.skip:focus, a.skip:hover {
    position: static;
}

section#main-content {
    background-color: #f0f8ff;
   background-color: #FFF;
/*	background-color: #065;
	 background-image: linear-gradient(white, #065, #517816);
 */  }

.footnote a{
	font-size: 1.8rem;
	padding: 1rem; 
    
}

body[class^="AF-Category-MTE"] .achieveforms-container .fillinButtons {
    /* padding-left: 0; */
    display: flex
;
    flex-direction: row;
    align-content: center;
    align-items: flex-start;	
}

.ac


body #toolbar .show-large a:hover {
text-decoration: underline;
}


#navigation {
    display: none;
}

#self-content {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.lb-breadcrumb li.dropdown {
    list-style: outside none none;
    position: relative;
    display: none;
}

.lb-breadcrumb li {
    list-style: outside none none;
}

#loginLink {
    display: none;
}

.betterButton {
    margin-left: 36%;
}

@media screen and (max-width: 768px) {


    .navbar-static-top {
        z-index: 0 !important;
    }

    .betterButton {
        margin-left: 0;
    }

    .renderForm {
        padding-top: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-top: -20px;
    }

    /*Experimental Mobile optimisation*/
    .lb-search-form-holder {
        display: none;
    }

    .mainnavholder {
        display: none;
    }

    #toolbar div.navbar-header {
        float: none !important;
    }

    .lb-breadcrumb {
        display: none;
    }

    h1.formName {
        font-size: 1.3rem !important;
    }

    .mobile-hide {
        display: none;
    }
}
/*2025*/


li.sectionNameWrapper.active {
    border: solid 1px #000;
    background: blue;
}

header.formHeader.render.row.af-row {
    border: #065 2px solid;
    border-bottom: #065 5px solid;
}

p { 
font-size: 2rem;
}

/*2021*/


.navbar-form .form-group {
    display: block !important;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form {
    padding: 0 !important;
}




.jumbotron .container {
    max-width: 1000px;
}

.jumbotron.jmin {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.jumbotron h1 {
    font-size: 3.4rem;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    color: #065;
}

#fillform-frame-1 {
    min-height: 500px;
}

@media (max-width: 768px) {
    #self-body header nav {
        display: none !important;
    }

    #self-body .site-wide-search {
        display: none;
    }

    #fillform-frame-1 {
        min-height: 0px;
    }
}


/*hide header for MTE*/
body #toolbar header {
    padding-bottom: 1rem;
    height: 6rem;
}


    body #toolbar header nav {
        display: none !important;
    }

body #toolbar .site-wide-search {
    display: none;
}
/*
body[class*="AF-Category-MTE"] .show-small {
    display: block;
    position: relative;
    top: -2px;
    right: 5px;
    margin: 1rem;
}*/

.show-large {
    display: none;
}

body #toolbar .show-large {
    display: block;
}

body #toolbar .show-large a {
    color: #2C3E50;
    font-size: 1.8rem;
    background: #fff;
    text-decoration: none;
    padding: 0.7rem 0;
    border-radius: 5px;
    margin-right: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    display: inline-block;
    width: 16rem;
    border: 2px #fff solid;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    min-height: 4.75rem;
}

    body #toolbar .show-large img {
        width: 25px;
        margin-right: 5px;
        margin-top: -2px;
    }

a.navbar-brand {
    padding-left: 0;
	 display: inline-block;  
	padding-bottom: 2rem;
	height: 6rem;

}

@media (min-width: 768px) {
	a.navbar-brand {
	height: 8rem;
	}
}
@media (max-width: 768px) {
    body #toolbar .show-small {
        position: absolute;
    }

    body #toolbar .show-large {
        display: none;
    }

    body #toolbar .show-small span {
        display: none;
    }

    body #toolbar header {
        margin-bottom: 1rem;
    }
}



/* 2025 */

.ui-pnotify .alert-warning {
    border: solid 5px #fd0;
    color: black;
    padding:1.5rem;
    font-size: large;
    background-color: #FFF;
    outline: 3px solid #000;
 }


@media (min-width: 767px) {
	.ui-pnotify .alert-warning  {
	position: fixed;
	 left: 40%;
height: fit-content		
	}	
}


	
button.ui-pnotify-action-button.btn.btn-secondary.mx-1.btn {
	padding: .6rem;
	border: 2px solid transparent;
	border-radius: 0;
	color: #FFF;
	font-size: 1.6rem;
	}


button.ui-pnotify-action-button.btn.btn-secondary.mx-1:hover {
    background-color: #000;
	text-decoration: underline;
}

.ui-pnotify .btn-danger {
      font-size: 1.6rem;
	      padding: 0.25rem 3rem;
}

.ui-pnotify .btn-danger:hover {
background-color: #900000;
text-decoration: underline;
}


.ui-pnotify .btn-success {
    font-size: 1.6rem;
    padding: 0.25rem 3rem;
}
.ui-pnotify .btn-success:hover {
background-color: #003300;
text-decoration: underline;
}


.ui-pnotify .ui-pnotify-text {
    margin-bottom: 4rem;
}
*/ The justification is hard coded in the html so unable to change but this is what it probably should say */
.ui-pnotify-action-bar.ui-pnotify-confirm-ml.svelte-1y9suua {
    justify-content: flex-start;
}




@media (min-width: 767px) {
body #toolbar header {
    padding-bottom: 1rem;
    height: 10.76rem;
}
}

/* Additional styling for login and sign in buttons */

#toolbar .login-link {
    color: #FFF;
    padding: 0;
	background: #003300;
}

#SelfToolbar .login-link, #toolbar .login-link {
    padding: 10px 20px 10px;
    color: white;
    margin-top: 5px;
}
a#registerLink {
    border: 1px solid #FFF;
    padding: 0.5rem !important;
}