/* Lato font default */

* {
    font-family: Lato;
}


/*nav max width*/
@media (min-width: 70em){
    .navbar__list {
        max-width: 100%;
    }
}


.header {
    height: 35px;
    width: 100%;
    margin: 20px 0px;
}


/*Change hero background*/
.hero{
    background-color: rgb(17, 50, 107);
    background-image: none;
    border-bottom: 8px solid rgb(110, 117, 119);
    min-height: 140px;
}
.hero .container{
    position: relative;

}
.hero.hero__inside .container:after{
    content: ' ';
    position: absolute;
    top: 55px;
    right: 15px;
    width: 400px;
    height: 52px;
}
.hero-toolbox__title {
    background-color: rgb(249,170,27);
    color: #000;
}
/*  http://comomb-web01.squiz.net/__data/assets/image/0029/46946/jc-logo-concept-1-reversed.png  391x415 46.92px 49.8px*/
/*  http://comomb-web01.squiz.net/__data/assets/image/0030/46947/jc-logo-concept-2-reversed.png  417x385 50.04px 49.8*/
.hero__heading{
    background: url("https:///www.actjudicialcouncil.org.au/__data/assets/image/0029/46946/jc-logo-reversed.png") no-repeat;
    background-size: 47px 50px;
    padding-left: 60px;
    line-height: 50px;
}
.hero__heading a{
    color: #FFF;
}
.hero__heading a:hover{
    text-decoration: none;
}
/* Consider and Investigate - buttons */
.consider-button-li {
    display:inline-block;
    margin-top:10px;
    margin-right:20px;
    margin-bottom:30px;
    line-height:1.5;
    min-width:250px;
}
.consider-button-link {
    display:inline-block;
    border-left:8px solid rgb(249, 170, 27);
    text-align:center;
    font-weight:300;
    font-size: 1.12rem;
    color:#ffffff;
    padding:.7em 1.5em .7em 1.5em;
    background-color:rgb(13, 76, 145);
}

.accordion__link.uber-accordion__button-active {
    background-color: rgb(17, 50, 107);
}

.accordion__link.uber-accordion__button-active:before {
    background-color: rgb(17, 50, 107);
}

.accordion__link:before {
    background-color: rgb(40, 67, 108);
}

/* RHS related*/
.related__heading:before{
    border-color: rgb(40, 67, 108);
}


.facts__heading{
    border-color: #808285;
}

.pull-quote {
    border-top: 1px solid rgb(15, 75, 144);
    background-color: rgb(15, 75, 144);
}

.pull-quote:before {
    border-color: rgb(15, 75, 144) transparent transparent rgb(15, 75, 144);
}
/**************
  Home page
****************/

/*Did you know*/
.facts{
    background-color: #0F4B91;
}


/*latest*/
.news{
    background-color: #0098D8;
}

.facts-slideshow__statistic {
    color: #0098D8;
}
.news__item{
    border-color: rgb(249,170,27);
}


@media(max-width: 599px){
  .hero.hero__inside .container:after{
    display:none;
  }

}
