@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;
}
body footer a:active {
    color: #ffffff;
  	background-color: #bfd1e1;
}
body footer a:visited {
    color: #efc3d2;
  	background-color: #bfd1e1;
}
body footer a {
    color: #bfd1e1;
}
/* 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;
    background-color: #015291;
    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 ;
	}
}
/* Fix mobile menu offscreen on VIC Oppo D11s phone (Conflict RokAjaxsearch) */
body #roksearch_results {
    width: 0;
}
/* 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;
}
.greenbg {
    color: #ffffff;
    background-color: #33cc99;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.orangebg {
    color: #ffffff;
    background-color: #ff9933;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.purplebg {
    color: #ffffff;
    background-color: #cc0099;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.padding10 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.whiteonblue {
    color: #ffffff;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.paddingtop10 {
    padding-top: 10px;
}
/* Side Menu Style */
.well {
    border: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    border-color: blue;
  	border-width: 2px;
    background: #eeeeee;
}
/*Fix Event Booking Register and Social Share buttons */
.eb-calendar-nav .fa {
    font-family: "FontAwesome";
}
.eb-taskbar li a.btn{
    color: #fff;
	  background: #015291;
    text-shadow: none;
}
.eb-social-sharing-buttons i.fa {
    font-size: 24px;
    font-family:FontAwesome;
}
/* Stop blog image zoom  */
.ba-item-recent-reviews .ba-blog-post:hover .ba-blog-post-image a, 
.ba-item-recent-comments .ba-blog-post:hover .ba-blog-post-image a, 
.ba-item-author .ba-post-author:hover .ba-post-author-image a, 
.ba-item-search-result .ba-blog-post:hover .ba-blog-post-image a, 
.ba-item-blog-posts .ba-blog-post:hover .ba-blog-post-image a, 
.ba-item-post-navigation .ba-blog-post:hover .ba-blog-post-image a, 
.ba-item-related-posts .ba-blog-post:hover .ba-blog-post-image a, 
.ba-item-recent-posts .ba-blog-post:hover .ba-blog-post-image a {
	    transform: scale(1) !important;
}