@font-face {
    font-family: Accord;
        src: url(/templates/gridbox/library/fonts/ACCORD-Regular.ttf);}
@font-face {
    font-family: Arial;
        src: url(/templates/gridbox/library/fonts/Arial.ttf);}
@font-face {
    font-family: Helvetica;
        src: url(/templates/gridbox/library/fonts/Helvetica.ttf);}
body a {
    color: #OOOODD;
}
/* Footer menu link color */
body footer a:hover {
    color: #ffffff;
  	text-decoration: underline;
}
/* Remove blank margin top content */
body:not(.com_gridbox) .body {
    margin: 0px 0;
}
/* Top menu Submenu hover color */
#item-15196198808762 .main-menu .nav-child li a:hover, #item-15196198808762 .main-menu .nav-child li span:hover {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 14px;
    text-decoration: none;
    text-align: left;
    text-transform: none;
    color: #ffffff;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    border-bottom-width: 1px;
    border-color: rgba(255,255,255, 0.05);
    border-left-width: 0px;
    border-radius: 0px;
    border-right-width: 0px;
    border-style: solid;
    border-top-width: 0px;
}
/* Make slideshow re-appear */
.slideshow-wrapper > div:not(.ba-overlay) >div,
.slideshow-wrapper > div:not(.ba-overlay) {
	margin: 0 !important;
}
.slideshow-wrapper div:not(.ba-overlay) div[style],
.slideshow-wrapper div[style]:not(.ba-overlay) {
    margin: 0 !important;
    height: auto !important;
}
ul.ba-slideshow {
    margin: 0 !important;
}
/* Center Slideshow on Desktop View (removed as suggested by Balbooa 2019-03-22 ) */

/* JU News Preview text match */
.junewsultra .jn-head, .junewsultra .jn .jn-intro, .junewsultra .jn .jn-more {
    clear: both;
    padding: 6px 4px;
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: 100;
}
/* Event Module Date box wider, font smaller */
ul.eventsmall span.event-date {
    width: 50px;
    display: block;
    font-size: 14px;
}
/* Event Module Heading update */
.summary {
  color: black;
}
/* Module NCS Padding and border bottom */
@media (max-width: 3024px)
#item-15206737590 img {
    border: 0px solid #000000;
    border-radius: 0px;
    border-bottom-width: 2px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);
    width: 667px;
    /* border-bottom-style: double; */
    padding-bottom: 10px;
}
/* Adjust Search on mobile */
#item-15210155367980 #roksearch_search_str {
    margin: 20px;
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
}
/* Adjust Search result dropdown */
div#roksearch_results {
    left: 50% !important;
}
/* Adjust Search Mobile result dropdown */
@media (max-width: 667px){
	#roksearch_results.roksearch_results {
	    left: 0!important;
	    width: calc(100% - 50px);
	    width: -webkit-calc(100% - 50px);
	    margin: 0 25px ;
	}
}
/* Make Member Menu Sub items push left*/
@keyframes custom {
    from { opacity: 0; transform: translateX(-100%) translateY(20px);}
}

@-webkit-keyframes custom {
    from { opacity: 0; -webkit-transform: translateX(-100%) translateY(20px);}
}

ul .deeper:last-child .nav-child > .deeper > .nav-child {
    -webkit-animation: custom .3s linear both;
    animation: custom .3s linear both;
    left: 0% !important;
    transform: translateX(-100%)!important;
    -webkit-transform: translateX(-100%)!important;
}
/*Add Bottom Line Between Content Blocks */
.ba-custom-bottom-line {
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
}
/*In LIVE site fix slideshow and mobile columns from Eventbooking bootstrap */
@media (max-width: 1024px){
    .ba-row.row-fluid [class*="span"]{
        margin-left: 0;
        width: 100% ;
    }
}
/*In LIVE site fix search width on mobile*/
#roksearch_search_str {
    margin: 20px;
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
}
div#roksearch_results {
    left: 50% !important;
}
/*Mobile contact us hover color change to WA color from QLD*/
#item-15210155367977 .ba-button-wrapper a:hover {
    color: #ffffff;
    background-color: #f5cf2d;
}
.slideshow-wrapper > div:not(.ba-overlay) >div,
.slideshow-wrapper > div:not(.ba-overlay) {
    margin: 0 !important;
    height: 100% !important;
}

ul.ba-slideshow {
    margin: 0 !important;
}
/*Centre Locator Align OR in Centre*/
#locationlocator .separatorLoc h5 {
    font-size: 14px;
    text-transform: lowercase;
    font-weight: 500;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
/*Mymaps Page add margin to page top*/
/*.com_mymaplocations .body {
    margin-top: 200px !important;	
}*/
/*Mymaps Page add margin to right*/
#locationlocator {
    background-size: cover;
    padding: 20px 0 !important;
    padding-top: 20px !important;
    padding-right: 30px !important;
    padding-bottom: 20px !important;
    padding-left: 0px !important;
}
