/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 06 August 2023 13:37:58
*/


/* Placeholder notice for editing */ 
body {
    /*font-family: 'Poppins', sans-serif;*/
}

.form .form__keyword-text[type="text"] {
    width:100%;
}

.redText {

color: red; 
font-weight: bold; 

}

h1, h2, h3, h4, h5, h6 {
    margin: 1.8rem 0;
}

h1 {
    margin: 0 0 1.5rem 0;
}

p, ul, ol {
    
    line-height: 180%;
    
}

ul li, ol li {
    
    color: #2c2c2a;
    
}

p, .accordion__text p {
    
    margin: 0 0 1.5rem 0;
    
}

dl, dt {
    font-weight: 600;
}

.accordion__title button {
    line-height: 180%; 
}

a[target="_blank"]:after {
    
    position: relative; 
    left: 10px;
    right: 10px;
    padding-right: 0;

}  

a[target="_blank"] {
    
    padding-right: 12px;
    vertical-align: baseline;
    
}

.webchat a[target="_blank"]:after {
    padding-left: 0;
    padding-right: 10px;
    
}



.clear {
    clear: both;
}

.boxes-icon {
    margin: 20px 0 0 0;
}

.list-item-block__title:before {
    background-color: #000;
}

/* Forms Formatting */ 

.form__inner-wrap ul li {
    
    list-style-type: none;
    padding: 0;
    
}

.form__inner-wrap ul {
    
    margin: 0; 
    padding: 0;
    
}

.form-error, .sq-form-errors-message {
    color: red; 
}

.form-note {
    color: #333;
    font-style: italic;
}

.form textarea {
    min-height: 6em;
}


/* Alignments to float images to right and left */ 

.imageleft {
    
    float: left;
    margin-right: 10px;
    
}

.imageright {
    
    float: right;
    
}

/* footer about google translate link */
.footer__gtranslate__about a {
    
    font-size: 1em;
    color: #58585a;
}

/* What's Near Me Map */ 

/* RHC Nav display:none override - when the level setting is changed it inherits a display:none from the core CSS */

.sub-nav ul li.sub-nav__item {
    
    display:block;
    
}

.right {
    float:right;
} 

/* Table Overflow fix */ 

table {
    min-width: 1rem;
}


.list-item-result__text strong {
    color:black;
} 

/* Events Formatting Overrides */ 
.sidebar-event__location-address {
    
    margin-left: 61px;
    margin-top: -17px;
    display:inline-block;
}

.sidebar-event__location-map {
    
    margin: 1rem 0 2.1875rem 0;
    
}


/* TEMP FIX FOR DEVELOPMENT CONTRIBUTIONS #35802 - Table too wide for page */
form#page_asset_listing_35802 div.table {
    overflow:visible;
}

th {
    color: #58585a;
}

/* TEMP FIX FOR VARIATIONS TO DEVELOPMENT APPLICATIONS */
table.register.variations thead th {
    width:130px;
}

/* TEMP FIX TO ALIGN FIRST COLUMN TEXT ON DELEGATIONS REGISTER */
table.register td {
    vertical-align:text-top;
}
/* FOR HONEYPOT QUESTION */
.hidden {
    display:none;
}
/* Business Paper column width for date */
table.buspaper th:nth-child(2) {
    width:145px;
}
table.buspaper th:nth-child(5) {
    width:100px;
}
table.wlpppaper th:nth-child(4) {
    width:100px;
}
/* Site Map */
div.sitemap ul {
    list-style-type:none;
    margin:0 0 1rem 0;
}
div.sitemap ul li {
    padding:0px;
}
/* Business Paper Archive Listing */
div.buspaparchive {
    /*margin-top:-1.75rem;*/
    /*display:none;*/
    text-align:center;
    clear:both;
}
div.buspaparchive ul {
    list-style-type:none;
    margin:0 0 1rem 0;
    padding:0;
}
div.buspaparchive ul li {
    padding:0px;
    margin:0px;
    line-height:1rem;
}
div.buspaparchive ul li a:link {
    font-size:0.9rem;
    /*padding-right:2rem;*/
}
div.buspaparchive ul li a:nth-child(2) {
    padding-left: 20px;
}

/*Two Column Containters*/
.row {
  display: flex;
}

.column {
  flex: 50%;
}

.loggedin {
    font-size:0.7rem;
}
.alert__message:before {
    margin-right:.5em;
    position:relative;
}
.section__inner {
    padding-left: 15px;
    padding-right: 15px;
}
body.home .boxes-event__title, body.home .list-news__title {
    background-color: transparent;
}

.boxes-feature__title:before {
    background-color: #000;
}

.event-date-time__details-inner {
    width:270px;
}
/* override bootstrap*/
.breadcrumb {
    background-color:transparent;
    padding:0px;
}

caption {
    caption-side:unset;
}


/*fix images for mobile view e.g. Upsurge*/
.alerts-list__item {
    width:52%;
}

/* keep buttons visible on hand-held eg Go to Online Services*/

.event-list__item-link-global a:link, .event-list__item-link-global a:visited {
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.event-list__item-link-global a {
    font-family: 'Poppins', sans-serif;
    -webkit-appearance: none;
    border: none;
    border-radius: 3px;
    background-color: #0070cd;
    padding: .6875rem .875rem;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
    width: 100%;
    display: block;
    float: left;
}

/* fontawesome */

.fa, .fab, .fal, .far, .fas {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 2.2rem;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 1.875rem;
    line-height: 1.875rem;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.upcoming-event__item {
    margin-bottom: 2.5rem;
}

.footer__logo {
    float:none;
}

.footer__logo img {
    margin-right: 1.75rem;
}

@media screen and (min-width: 37.5em) {
.sidebar-event__audience {
        line-height: 2.875rem;
    }
.alerts-list__item {
    width:49%;
}
.upcoming-event__item {
    margin-bottom: 2.5rem;
}
.upcoming-event__item:last-child {
    margin-bottom: 2.5rem;
}
}
@media screen and (min-width: 75em) {
.news-list__item:nth-last-child(2) {
    border-bottom: 1px solid #9d9d9c;
    }
.alerts-list__item {
    width:100%;
}
.upcoming-event__item {
    margin-bottom: 2.5rem;
}
.boxes-feature__wrapper {
    border-top:none;
}
}