
/* import preferred font family */
@import 'https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap';

body,h1,h2,h3,h4, p, a, span{
 font-family:"Montserrat",Helvetica,Arial,sans-serif !important;
}

.wiki-content .section-title {
    font-size: 32px;
    font-weight: bold;
  min-height: auto;
}


.vertical-nav li{
  border-bottom: solid 10px white; 
  background-color: #EEEEEE;
    font-size: 18px;

}

.vertical-nav a:hover{
  background-color: #EEEEEE;
      text-decoration: underline;
}
.vertical-nav>li.selected>a {
    color: #444444;
  font-weight: bold;
}

.vertical-nav ul li.selected>a {
    color: #444444;
  font-weight: bold;
}

.confluenceTd {
  /* Style table-cells the same as paragraphs */
  font-weight: 300;
}

/*https://smartygrants.smartygrants.com.au/s/site/smartygrants/browse_close_icon.png*/
.container{
    width:980px; 
}

li{
    font-weight:300;  
    /*margin-top:16px;*/

}

.toc-indentation li{
   list-style:none; 
}



.toc-indentation{
  margin-left:15px !important;
}

a{
  color: rgba(0, 175, 215, 1);
    text-decoration: none;
    font-weight: 300;
}
/*Style  to look the same as , as some paragraphs use span */
.wiki-content span {
	/*font-weight: 300;*/
	line-height: 1.5em;
}

.wiki-content div.expand-content {
	font-weight: 300;
	line-height: 1.5em;
}

.footer{
      background-color: #006984;
  color: #00add7;;
    text-align: center;
}

/*Hide the footer text*/
.footer a {
    visibility: hidden;
}

.footer>a {
    display: none;
}

/*float the container for the search right and give it ample width*/
.container.search {    
}

body.search #main-page .container, body.search #main-page .container-fluid{
    opacity:1;
    overflow:visible;    
}

.container.search{      	
    position:absolute;
    float: right;
    width:665px;
    -webkit-box-shadow: -5px 17px 39px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: -5px 17px 39px -9px rgba(0,0,0,0.75);
    box-shadow: -5px 17px 39px -9px rgba(0,0,0,0.75);
    /*margin-top: -40px;*/
    background-color:#fff;
    margin: -37px auto;
    /*left:0;*/
    right:0;
    margin:-37px auto;
}

.container{    
}

#main-page .searchForm{
     width: 650px;
     padding-top:0px;
     padding-bottom:10px !important;
}

#main-page .searchForm button.close{
     background-image:url('https://smartygrants.smartygrants.com.au/s/site/smartygrants/browse_close_icon.png');
     color:transparent;
     background-size: contain;
     background-repeat: no-repeat;
     top:-35px;
     right:-10px;
}

#main-page .searchForm .searchInput input{
    font-size:2em;
}

.section-container h1{
    font-size:2em !important;
    padding-top:5px;
}

.title{
    font-size:1.1em; 
    margin-bottom: 10px;
}

/*
@media (min-width: 1200px  ){
    .container.search{  
        margin-left:55%;
    }
  }

@media (min-width: 2000px  ){
    .container.search{  
        margin-left:74%;
    }
  }*/

.toc-macro.client-side-toc-macro.conf-macro.output-block.hidden-outline li {
    list-style: none;
}

h2 + ol, h3 + ol, h3 + p, h2 + p{
    margin-top:16px;  
}

/*Change the classie icons display so that it doesn't mess up text*/
img[data-linked-resource-default-alias = "C_ClassieIcon.png"],img[data-linked-resource-default-alias = "GL_GenderLensIcon.png"]{
    display:inherit !important; 
}

.wiki-content .confluence-embedded-file-wrapper .confluence-embedded-image{
    display:inherit;
}

div.rbtoc1475029765847 ul{
 margin:0 0 1em 1.2em !important; 
}

.expanding-nav{
    max-height:44px; 
}

.top-logo{
    height:100px !important;
    height: 60px !important;
    width: 170px !important;
    position: absolute;
    margin-top: -5px;
}
.confluence-information-macro{
	box-shadow: inset 5px 0 0 0 #fdc441;
}

.search{
 margin-top:4px; 
}

.x{
 margin-top: 10px; 
}

ul.nested-list li {
    margin-top: 0px;
}

.search{
 margin-top:5px; 
}

nav.expanding-nav ul li {
    margin-top: 16px;
}

@media (max-width: 768px){
	.top-logo {
    	display:none;
	}
}

#UsingSmartyGrants-TableofContents{
 color:#FDC441;
  margin-bottom:5px;
  font-size:1.1em;
}