#block-md-slider-promos {
    margin-top: -35px;
}

.col-3 {
    width:25%;
    vertical-align: middle;
}
.crm-event-id-3 .label {
    float:initial!important;
    width:auto!important;
}
.crm-event-id-3 .content {
    margin-left: 20px!important;
}

.webform-client-form > div > table {
	width: 100%;
}
.webform-client-form > div > table > tbody > tr > td {
	padding-left: 15px;
}
.webform-layout-box.equal > div:last-child {
	position:absolute
}
.webform-layout-box.equal > * + * {
    padding-left:1em;
}
.webform-layout-box.equal {
	position:relative
}

.webform-layout-box #billing-payment-block {
    display: block !important;
}
.captcha {
    background: inherit;
    text-align: inherit;
    height: auto;
}

blockquote {
    margin: 0 10% 0 6%;
    border-color: #3b6897;
}
.contact-form-message.form-textarea {
    height: 130px;
    resize: none;
}
#fancy-list OL {
  counter-reset:li; /* Initiate a counter */
  margin-left:0; /* Remove the default left margin */
	padding-left:0; /* Remove the default left padding */
}
#fancy-list OL > LI {
  position:relative; /* Create a positioning context */
	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
	padding:4px 8px; /* Add some spacing around the content */
	list-style:none; /* Disable the normal item numbering */
	border-top:2px solid #8d1046;
	background:#;
}
#fancy-list OL > LI:before {
  content:counters(li, "."); /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	/* Position and style the number */
	position:absolute;
	top:-2px;
	left:-2em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:2em;
	/* Some space between the number and the content in browsers that support
	   generated content but not positioning it (Camino 2 is one example) */
	margin-right:8px;
	padding:4px;
	border-top:2px solid #8d1046;
	color:#fff;
	background:#8d1046;
	font-weight:bold;
	font-family:"Helvetica Neue", Arial, sans-serif;
	text-align:center;
}
#fancy-list OL > LI > OL > LI {
  border-top:2px solid #a66b12;
  margin: 0 0 6px 2.5em;
}
#fancy-list OL > LI > OL > LI:before {
  left: -2.5em;
  width: 2.5em;
	border-top:2px solid #a66b12;
	color:#fff;
	background:#a66b12;
}
#fancy-list OL > LI > OL > LI > OL > LI {
  margin:0 0 6px 3em; /* Give each list item a left margin to make room for the numbers */
	border-top:2px solid #133f6c;
}
#fancy-list OL > LI > OL > LI > OL > LI:before {
	left:-3em;
	width:3em;
  border-top:2px solid #133f6c;
  color:#fff;
	background:#133f6c;
}
#fancy-list OL > LI > OL > LI > OL > LI > OL > LI {
  margin:0 0 6px 3.5em; /* Give each list item a left margin to make room for the numbers */
  border-top:2px solid #5f9811;
}
#fancy-list OL > LI > OL > LI > OL > LI > OL > LI:before {
  left:-3.5em;
	width:3.5em;
  border-top:2px solid #5f9811;
  color:#fff;
	background:#5f9811;
}
.fancy-list h3, 
.fancy-list h2, 
.fancy-list h4,
.fancy-list dt{
  margin: 0px;
  text-transform: uppercase;
}
div.fancy-list {
    padding: 0 10% 0 6%;
}
.fancy-list li ol,
.fancy-list li ul {margin-top:6px;}
.fancy-list ol ol li:last-child {margin-bottom:0;}

.fee-extra-css.civicrm-enabled.form-text.form-number, 
.webform-component--donation--sub-total-layout--sub-total .fee-extra-css.form-text {
    width:75px;
    display: inline;
    margin-right: 15px;
}
div.form-item.webform-component.webform-component-number.webform-component--donation--sub-total-layout--click-to-update-sub-total label{
    position: relative;
    top: 33px;
    left: 11px;
    z-index: -500;
}
#edit-submitted-donation-sub-total-layout-click-to-update-sub-total {
    color: rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
}
#edit-submitted-society-membership-container-society-membership-concession {
    margin-right: 15px;
}
.field-prefix {
    padding-left: 15px;
}
legend {
    padding-top: 20px;
    margin-bottom: 0px;
}


/*general superfish css */
#header .header-top {
    z-index: 900;
}
ul.sf-menu li:hover > ul, ul.sf-menu li.sfHover.sf-depth-1 > ul {
    left: 0;
    top: auto;
}
ul.sf-menu li:hover > ul, ul.sf-menu li.sfHover > ul {
    left: 0;
    top: 0px;
}

nav > ul > li:hover > a {
    text-decoration: none;
}
.sub-menu-wrapper {
    background-color: #e8ab4f;
    position: relative;
    top: -35px;
}
ul.sf-menu {
	z-index: 99;
}



/**Accordian modifier
.sf-hidden {
    left: auto !important;
    position: relative !important;
    top: auto !important;
    float: left !important;
    background-color: #eee !important;
    
}


*/
#superfish-1 {
	height: 109px !important;
}
@media only screen and (max-width: 991px) {
    #superfish-1 {
	height: 0 !important;
}
}
@media only screen and (min-width: 992px) {
#header .header-nav.header-nav-stripe nav > ul > li > a, 
#header .header-nav.header-nav-stripe nav > ul > li:hover > a {
		padding: 70px 8px 24px;
}
}
#superfish-1-toggle {
    background: #c5437c;
    margin-left: calc(100% - 136px);
    color: #fff;
    z-index: 0;
}
#header .header-logo {
    position: relative;
    z-index: 1;
}
/*sub menu*/
ul.sf-menu.sf-accordion.sf-expanded, ul.sf-menu.sf-accordion li.sf-expanded > ul {
    background-color: #fff;
}
#superfish-2  li > ul {
    background-color: #fff;
    padding: 5px;
    border-top: #e8ab4f solid 5px;
}
#superfish-2-accordion li >ul {
	border-top-color: #e8ab4f;
}
#superfish-2-accordion a.sf-depth-1 {
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#superfish-2-accordion a.sf-depth-1:hover,
#superfish-2-accordion .active-trail > a.sf-depth-1 {
	background-color: #ffdaa4
}
ul#superfish-2-accordion {
	padding: 5px;
	background-color: #fff;
}
#superfish-2-accordion .sf-clone-parent {
	border-bottom: #f4f4f4 solid 1px;
}
#superfish-2 a.sf-depth-1 {
	padding: 1em 1.5em;
	text-decoration: none;
	color: #133f6c;
	font-weight:bold;
	text-transform:uppercase;
}
#superfish-2 li.active-trail.sf-depth-1,
#superfish-2 li.sf-depth-1:hover,
#superfish-2 li.sf-depth-1:hover > a,
#superfish-2 li.active-trail.sf-depth-1 > a {
	background-color: #fff;
	color: #444	
}

/**
 * Shadow.
 */
.sf-menu.sf-horizontal.sf-shadow ul, 
.sf-menu.sf-vertical.sf-shadow ul, 
.sf-menu.sf-navbar.sf-shadow ul ul, 
ul.sf-menu.sf-horizontal.sf-shadow ul,
ul.sf-menu.sf-vertical.sf-shadow ul,
ul.sf-menu.sf-navbar.sf-shadow ul ul {
    -webkit-box-shadow: 0px 20px 45px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 20px 45px rgba(0,0,0,0.08);
    box-shadow: 0px 20px 45px rgba(0,0,0,0.08);
    background: #fff !important;
    padding: 5px !important;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
/*main menu*/
ul.sf-menu.sf-style-none {
  float: left;
  margin-bottom: 0;
  padding: 0;
}
ul.sf-menu.sf-style-none.sf-navbar {
  width: 100%;
}
ul.sf-menu.sf-style-none ul {
  margin: 0;
  padding: 0;
}
ul.sf-menu.sf-style-none a,
ul.sf-menu.sf-style-none a:visited,
ul.sf-menu.sf-style-none span.nolink {

}
ul.sf-menu.sf-style-none a.sf-with-ul,
ul.sf-menu.sf-style-none span.nolink.sf-with-ul {
  padding-right: 2.25em;
}
ul.sf-menu.sf-style-none.rtl a.sf-with-ul,
ul.sf-menu.sf-style-none.rtl span.nolink.sf-with-ul {

}
ul.sf-menu.sf-style-none span.sf-description {

}
ul.sf-menu.sf-style-none li,
ul.sf-menu.sf-style-none.sf-navbar {

}
ul.sf-menu.sf-style-none li > ul {
    background-color: #fff;
    padding: 5px;
    border-top: #c5437c solid 5px;
    
}
ul.sf-menu.sf-style-none li li {
    padding: 0px;
}
ul.sf-menu.sf-style-none li li.middle, 
ul.sf-menu.sf-style-none li li.last  {
    border-top: 1px solid #f4f4f4;
}
ul.sf-menu.sf-style-none li li a {
    padding: 0px;
    color: #777;
    text-decoration: none;
    padding: 8px;
}
ul.sf-menu.sf-style-none li li.active-trail {
    background-color: #f5f5f5;
}
ul.sf-menu.sf-style-none li li li {

}
ul.sf-menu.sf-style-none li:hover,
ul.sf-menu.sf-style-none li.sfHover,
ul.sf-menu.sf-style-none a:focus,
ul.sf-menu.sf-style-none a:hover,
ul.sf-menu.sf-style-none span.nolink:hover {

}
ul.sf-menu.sf-style-none li li:hover,
ul.sf-menu.sf-style-none li li.sfHover {

}
ul.sf-menu.sf-style-none li li a:focus,
ul.sf-menu.sf-style-none li li a:hover,
ul.sf-menu.sf-style-none li li span.nolink:hover {
    background-color: #f5f5f5;
}

div.sf-accordion-toggle.sf-style-none a {
  background: #transparent;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 1em 3em 1em 1em;
  position: relative;
}
div.sf-accordion-toggle.sf-style-none  > a:after {
  content: "≡";
  font-size: 2em;
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  speak: none;
}
div.sf-accordion-toggle.sf-style-none a.sf-expanded,
ul.sf-menu.sf-style-none.sf-accordion li.sf-expanded {
  background: #fff;
  color:#444;
}
div.sf-accordion-toggle.sf-style-none a.sf-expanded,
ul.sf-menu.sf-style-none.sf-accordion li.sf-expanded > a,
ul.sf-menu.sf-style-none.sf-accordion li.sf-expanded > span.nolink {
  font-weight: bold;
}
ul.sf-menu.sf-style-none.sf-accordion li a.sf-accordion-button {
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 499;
}
ul.sf-menu.sf-style-none.sf-accordion li li a,
ul.sf-menu.sf-style-none.sf-accordion li li span.nolink {
  padding-left: 2em;
}
ul.sf-menu.sf-style-none.sf-accordion li li li a,
ul.sf-menu.sf-style-none.sf-accordion li li li span.nolink {
  padding-left: 3em;
}
ul.sf-menu.sf-style-none.sf-accordion li li li li a,
ul.sf-menu.sf-style-none.sf-accordion li li li li span.nolink {
  padding-left: 4em;
}
ul.sf-menu.sf-style-none.sf-accordion li li li li li a,
ul.sf-menu.sf-style-none.sf-accordion li li li li li span.nolink {
  padding-left: 5em;
}
ul.sf-menu.sf-style-none.rtl.sf-accordion li li a,
ul.sf-menu.sf-style-none.rtl.sf-accordion li li span.nolink {
  padding-left: auto;
  padding-right: 2em;
}
ul.sf-menu.sf-style-none.rtl.sf-accordion li li li a,
ul.sf-menu.sf-style-none.rtl.sf-accordion li li li span.nolink {
  padding-left: auto;
  padding-right: 3em;
}
ul.sf-menu.sf-style-none.rtl.sf-accordion li li li li a,
ul.sf-menu.sf-style-none.rtl.sf-accordion li li li li span.nolink {
  padding-left: auto;
  padding-right: 4em;
}
ul.sf-menu.sf-style-none.rtl.sf-accordion li li li li li a,
ul.sf-menu.sf-style-none.rtl.sf-accordion li li li li li span.nolink {
  padding-left: auto;
  padding-right: 5em;
}
ul.sf-menu.sf-style-none li.sf-multicolumn-wrapper ol,
ul.sf-menu.sf-style-none li.sf-multicolumn-wrapper ol li {
  margin: 0;
  padding: 0;
}
ul.sf-menu.sf-style-none li.sf-multicolumn-wrapper a.menuparent,
ul.sf-menu.sf-style-none li.sf-multicolumn-wrapper span.nolink.menuparent {
  font-weight: bold;
}


/*end superfish customisations*/
/*=======================================================================
*** PORTO_SUB STYLE SHEET***
========================================================================*/
label {
    color: #823a54;
}
/* Page Header Custom - Create your Own */
.page-header.e4e-header {
    background-color: #9a92d2;
    background-image: url(https://sahumanists.org.au/sites/default/files/banner-bp.png);
    background-position: center;
    background-repeat: repeat-x;
    overflow: hidden;
    top: -35px;
    margin-bottom: -30px;
}
.page-header.e4e-header h1 {
    color: #333;
    margin-bottom: 10px;
    margin-top: 0;
    border: 0;
    font-size: 62px;
    line-height: 62px;
    padding-bottom: 10px;
}
.page-header.e4e-header p.lead {
	color: #333;
}
.page-header.e4e-header p.date {
    font-size:28px;
    font-weight:400;
    margin:0;
}
.e4e-date {
    display:inline-block;
}
.e4e-call-to-action {
    float:right;
    position: relative;
    top: -3.5px;
}
.page-header.society-header {
	background-repeat: repeat;
	background-color: #3b6897;
	/*border-top: 5px solid #c5437c  ;*/
	overflow: hidden;
	top: -35px;
	margin-bottom: -30px;
}
.page-header.society-header .row, 
.page-header.e4e-header .row {
	position: relative;
}

.page-header.society-header p.lead {
	color: #333;
}

.page-header.society-header img {
	bottom: -47px;
	position: relative;
}

.page-header.society-header h1 {
	color: #333;
	margin-bottom: 10px;
	margin-top: 30px;
	border: 0;
}
.act-header {
    background-image: url(../img/custom-header-bg.jpg);
}
.sa-header {
    /*background-image: url(../img/custom-header-bg-3.jpg);*/
}
.vic-header {
    background-image: url(../img/custom-header-bg-2.jpg);
}

.nsw-header {
    background-image: url(../img/custom-header-bg-3.jpg);
}
#header .header-logo img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    margin: 8px 5px 0px 0;
    top: 0;
}
.owl-carousel {
    text-align: center;
}
.teaser-post-date {
    float: left;
    padding-right: 8px;
}
.image-post-date {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	float: left;
	width: 45px;
	text-align: center;
}

.image-post-date .month {
	background: #CCC;
	display: block;
	border-radius: 2 2 2px 2px;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 0 10px 2px;
	background-color: #c5437c;
}

.image-post-date .day {
	background: #F4F4F4;
	border-radius: 2px 2px 0 0;
	display: block;
	font-size: 16px;
	font-weight: 500;
	font-weight: bold;
	padding: 10px;
	color: #c5437c;
}
.image-post-date .year {
	background: #F4F4F4;
	border-radius: 0px 0px 2px 2px;
	display: block;
	font-size: 0.9em;
	font-weight: 500;
	font-weight: bold;
	padding: 0 0 2px 0px;
	color: #c5437c;
}
.image-post-date-h {
	/*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); */
	width: auto;
}

.image-post-date-h .month-h {
	background: #CCC;
	display: inline-block;
	border-radius: 2 2 2px 2px;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 5px 10px;
	background-color: #c5437c;
}

.image-post-date-h .day-h {
	background: #F4F4F4;
	border-radius: 2px 0px 0 2px;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	font-weight: bold;
	padding: 5px 10px;
	color: #c5437c;
}
.image-post-date-h .year-h {
	background: #F4F4F4;
	border-radius: 0px 2px 2px 0px;
	display: inline-block;
	font-size: 0.9em;
	font-weight: 500;
	font-weight: bold;
	padding: 5px 10px;
	color: #c5437c;
}
.custom_blog_post_date {
  float: left       !important; /* LTR */
  width: auto       !important; 
}

.custom_blog_content {
  float: none       !important; /* LTR */
  width: auto       !important;
  overflow: auto    !important; 
}
.blog_title {
    margin: 0 0 5px 0;
}
.post-by-line {
    font-size: 0.9em;
    margin-bottom: 7px;
}
.post-by-line > span {
    display: inline-block;
    padding-right: 8px;
}
.thumb-author {
    text-align: center;
}
.author-h3-alter {
    margin: 0 0 0 0px   !important;
}

/*event edit form*/
#edit-update-buttons {
    position: absolute;
    top: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(204,204,204,.9);
}
#edit-update-buttons .fieldset-legend {
    float: left;
}
/*end event edit form */


.banner-image {
  width:100%;
  text-align: center;
}
.event-details {
  position: relative
}
.start-date {
  float: left;
  display: block;
  width: auto;
  margin-right: 5px;
}

.event-content {
  float: none;
  display:inline-block;
  width: calc(100% - 55px);
  margin-left: 5px;
}
.event-title {

}
.event-time-date {
  font-style: italic;
}
.event-location {
    
}
.event-columns {
  margin: 5px 0;
  display: inline-block;
  width: 100%;
}
.event-col-1 {
  float: left;
  width: 100%;
}
.event-col-2 {
  display: inline-block;
  width: 100%;
  
}
.margin-bottom {
  margin: 0px 0 5px 0;
}
.left-col {
  
}
.right-col {
  
}
.event-top-columns {
    display: block;
}
.cost-free {
    font-size: 3em;
}
.node-article .custom_blog_content {
    padding-left: 10px;
}
p.drop-caps:first-letter {
    color: #c5437c;
    margin-top: 0px;
}
p.drop-cap-secundary:first-letter {
    color: #e8abf4;
}
.ds-2col-stacked-fluid > .group-left {
    float: none;
    width: 100%;
}
.ds-2col-stacked-fluid > .group-right {
    float: none;
    width: 100%;
}
@media only screen and (min-width: 690px) {
    .ds-2col-stacked-fluid > .group-left {
        float: left;
        width: 50%;
    }
    .ds-2col-stacked-fluid > .group-right {
        float: right;
        width: 50%;
    }
    .society-membership-description .fieldset-wrapper .fieldset-description,
.subscription-description .fieldset-wrapper .fieldset-description {
    float: right;
    margin-left: 30px;
    margin-top: 10px;
    width: 30%;
}
}
@media only screen and (min-width: 480px) {
    .flex-footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .footer-container-alignment {
        display: flex;
    }
    .node-article .custom_blog_content {
        padding-left: 10px;
    }
    .event-content {
        width: calc(100% - 65px);
    }
    .image-post-date {
        margin-right: 10px;
    }
    .top-event-col-1 {
        float: left;
        width: calc(70% - 5px);
    }
    .top-event-col-2 {
        display: inline-block;
        width: calc(30% - 5px);
    }
    .event-col-1 {
        float: left;
        width: calc(100% - 70px);
    }
    .event-col-2 {
        display: inline-block;
        width: 60px;
    }
    .left-col {
        margin-right: 5px;
    }
    .right-col {
        margin-left: 5px;
    }
}

  .e4e-subheader-wrapper {
    text-align:center;
  }
  .e4e-content-wrapper {
    display: block;
  }
  .e4e-image {
    text-align:center;
  }
  .e4e-image img {
    width: 60%;
    margin: 10px auto;
  }
  .events .t-cell {
    
    }
  .e4e-event-content {
    text-align: center;
    margin: 0 10px;
  }
  .e4e-event-content p {margin-bottom:0}
  .events {
    width:80%;
    margin: 0 auto;
    word-wrap: break-word;
  }
  .e4e-table{
    margin-bottom:10px;
  }
  .e4e-sect-left > div:first-child, 
  .e4e-sect-right > div:first-child {
    margin-bottom: 10px
  }
  .e4e-sect-center > div {
    margin: 0 auto 10px;
    width: 70%;
  }
  .e4e-table > .t-cell {
    margin-bottom: 10px
  }
  .logos-minor{
    width:40%;
    margin: 0 auto;
  }
  .e4e-date {
    margin-bottom: 15px;
  }
  .e4e-tour {
    background-color: #cff39c;
    width: 60%;
    margin: 0 auto;
  }

@media (min-width:700px){
  .e4e-content-wrapper{
    display:table;
    width:100%;
    margin: 0 0 0 0;
  }
  .e4e-table{
    display:table;
    width:100%;
    max-width: 100%;
  }
  .events {
    width: 60%;
    margin:0 auto;
    table-layout: fixed;
  }
  .sponsor {
    width: 90%;
    margin: 0 auto;
  }
  .t-cell{
    display: table-cell;
  }
  .col-4{
    width: 33.3%;
  }
  .col-8 {
    width:66.6%
  }
  .col-6 {
    width: 50%;
  }
  .logos-major > div, 
  .logos-minor > div {
    padding: 0 5px;
  }
  .logos-major > div:last-child {
    padding-right: 0
  }
  .logos-major > div:first-child {
    padding-left: 0;
  }
  .logos-minor{
    width: 60%;
  }
}
@media (min-width:992px) {
  .e4e-image img {
    width: 100%;
    margin: 0 auto 10px;
  }
  .e4e-sect-right > div {
    float: right;
  }
}
  .e4e-content-wrapper h2 {
    margin-bottom:0px;
  }
  .e4e-afternoon,
  .e4e-dinner {
    padding: 0 10px 5px 10px
    
  }
  .e4e-afternoon p, 
  .e4e-dinner p, 
  .e4e-tour p {
    color:black
  }
  .e4e-afternoon {
    background-color: #9a92d2;
  }
  .e4e-dinner {
    background-color:#ffdaa4
  }
  .tour {
    
  }
  .tour {
    width:100%;
  }
  
.block-superfish,
.block-superfish .content {
  overflow: visible !important;
  width: 100%;
}
.sf-menu.sf-style-simple-centre-aligned {
  float: left;
  margin: 0px 0 15px;
  padding: 0;
}
.sf-menu.sf-style-simple-centre-aligned a > .sf-sub-indicator,
.sf-menu.sf-style-simple-centre-aligned span.nolink > .sf-sub-indicator {
  top: 1.5em;
  background-image: url('https://sahumanists.org.au/sites/all/libraries/superfish/style/simple/images/simple-arrows.png');
}
.sf-menu.sf-style-simple-centre-aligned.rtl a > .sf-sub-indicator,
.sf-menu.sf-style-simple-centre-aligned.rtl span.nolink > .sf-sub-indicator {
  background-image: url('https://sahumanists.org.au/sites/all/libraries/superfish/style/simple/images/simple-arrows-rtl.png');
}
.sf-menu.sf-style-simple-centre-aligned.sf-vertical a > .sf-sub-indicator,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical span.nolink > .sf-sub-indicator {
  top: 1.1em;
}
.sf-menu.sf-style-simple-centre-aligned li li .sf-sub-indicator,
.sf-menu.sf-style-simple-centre-aligned li li a > .sf-sub-indicator,
.sf-menu.sf-style-simple-centre-aligned li li span.nolink > .sf-sub-indicator {
  top: 1em;
}
.sf-menu.sf-style-simple-centre-aligned ul {
  padding-left: 0;
}
.sf-menu.sf-style-simple-centre-aligned.rtl ul {
  padding-left: auto;
  padding-right: 0;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.sf-shadow ul,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical.sf-shadow ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.sf-shadow ul ul {
  padding: 0 8px 7px 0 !important;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.sf-shadow.rtl ul,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical.sf-shadow.rtl ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.sf-shadow.rtl ul ul {
  padding: 0 0 7px 8px !important;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 0;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li.sfHover > ul {
  top: 48px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li.sfHover > ul {
  left: -1px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li.sfHover > ul {
  left: auto;
  right: -1px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li.sfHover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li.sfHover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li.sfHover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li.active-trail ul {
  top: -1px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li:first-child:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li:first-child.sfHover > ul {
  left: 10px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li:first-child:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li:first-child.sfHover > ul {
  left: auto;
  right: 10px
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li li:first-child:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li li:first-child.sfHover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li:first-child:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li:first-child.sfHover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li li:first-child:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li li:first-child.sfHover > ul {
  top: 10px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li.sfHover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li.active-trail > ul {
  top: 44px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li.sfHover > ul {
  top: 38px;
}
.sf-menu.sf-style-simple-centre-aligned a,
.sf-menu.sf-style-simple-centre-aligned a:visited,
.sf-menu.sf-style-simple-centre-aligned span.nolink  {
  color: #555555;
  font: bold 20px Arial, Helvetica, Tahoma, Verdana, Sans-serif;
  padding: 1.4em 1.5em;
  text-decoration: none;
  text-shadow: none;
}
.sf-menu.sf-style-simple-centre-aligned span.nolink  {
  cursor: default;
}
.sf-menu.sf-style-simple-centre-aligned a:focus,
.sf-menu.sf-style-simple-centre-aligned a:hover,
.sf-menu.sf-style-simple-centre-aligned a:active,
.sf-menu.sf-style-simple-centre-aligned li:hover > a,
.sf-menu.sf-style-simple-centre-aligned li.sfHover > a,
.sf-menu.sf-style-simple-centre-aligned span.nolink:hover,
.sf-menu.sf-style-simple-centre-aligned li:hover > span.nolink,
.sf-menu.sf-style-simple-centre-aligned li.sfHover > span.nolink {
  color: #222222;
}
.sf-menu.sf-style-simple-centre-aligned li li a,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical a,
.sf-menu.sf-style-simple-centre-aligned li li span.nolink,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical span.nolink {
  padding: 1em 1.5em;
}
.sf-menu.sf-style-simple-centre-aligned a.sf-with-ul,
.sf-menu.sf-style-simple-centre-aligned span.nolink.sf-with-ul {
  padding-right: 3em;
}
.sf-menu.sf-style-simple-centre-aligned.rtl a.sf-with-ul,
.sf-menu.sf-style-simple-centre-aligned.rtl span.nolink.sf-with-ul {
  padding-left: 3em;
  padding-right: 1.5em;
}
.sf-menu.sf-style-simple-centre-aligned span.sf-description {
  color: #666666;
  display: block;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 5px 0 0 5px;
  padding: 0;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li {
  border: 1px solid #C4BEE9;
  border-left-color: #ffffff;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li.firstandlast {
  border-left-color: #C4BEE9;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li:first-child {
  border-left-color: #ffffff;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li:last-child {
  border-left-color: #C4BEE9;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li > ul > li {
  border: 0 none;
  border-bottom: 1px solid #C4BEE9;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li > ul > li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li > ul > li.firstandlast,
.sf-menu.sf-style-simple.sf-navbar.rtl li > ul > li:last-child {
  border-left: 1px solid #C4BEE9;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li > ul > li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li > ul > li.firstandlast,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl li > ul > li:first-child {
  border-right: 1px solid #C4BEE9;
}
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li {
  border: 1px solid #C4BEE9;
  border-top-color: #ffffff;
}
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li li:first-child,
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper {
  border-top-color: #C4BEE9;
}
.sf-menu.sf-style-simple-centre-aligned li {
  background: #c4bee9;
}
.sf-menu.sf-style-simple-centre-aligned li:hover,
.sf-menu.sf-style-simple-centre-aligned li.sfHover {
  background: #9a92d2;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li:first-child {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li > ul > li.firstandlast,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li li > ul > li.firstandlast,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li > ul > li.firstandlast {
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-vertical > li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li.firstandlast {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li > ul > li.firstandlast,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li > ul > li.firstandlast,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li > ul > li.firstandlast {
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-vertical.sf-total-items-1 > li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.sf-total-items-1 > li:first-child {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li:first-child {
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li > ul > li:first-child {
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li > ul > li:last-child {
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li li:first-child {
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li:first-child {
  -webkit-border-radius: 0;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius: 0;
  -moz-border-radius-topright: 8px;
  border-radius: 0;
  border-top-right-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl li li > ul > li.firstandlast,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical.rtl li li > ul > li.firstandlast,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl li li li > ul > li.firstandlast {
  -webkit-border-radius: 8px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 8px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li:first-child {
  -webkit-border-radius: 0;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius: 0;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li > ul > li:first-child {
  -webkit-border-radius: 0;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius: 0;
  -moz-border-radius-bottomright: 8px;
  border-radius: 0;
  border-bottom-right-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl li li li li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical.rtl li li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl li li li:first-child {
  -webkit-border-radius: 0;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius: 0;
  -moz-border-radius-topleft: 8px;
  border-radius: 0;
  border-top-left-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li > ul > li:last-child {
  -webkit-border-radius: 0;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius: 0;
  -moz-border-radius-bottomleft: 8px;
  border-radius: 0;
  border-bottom-left-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-vertical.rtl li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl li li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl li li li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical.rtl li > ul > li.firstandlast,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl li > ul > li.firstandlast,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl li > ul > li.firstandlast {
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar {
  text-align: center;
  width: 100%;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal ul,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar ul ul {
  text-align: left;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl ul,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical.rtl ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl ul ul {
  text-align: right;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal a,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar a,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal span.nolink,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar span.nolink {
  display: inline;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li a,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li a,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li span.nolink,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li span.nolink {
  display: block;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li > ul > li  {
  display: inline;
  float: none;
  padding: 1em 0 !important;
}
.sf-menu.sf-style-simple-centre-aligned.sf-vertical > li {
  display: block;
  float: none;
  margin: 0 auto;
  text-align: left;
}
div.sf-accordion-toggle.sf-style-simple-centre-aligned {
  float: left;
  width: 100%;
}
div.sf-accordion-toggle.sf-style-simple-centre-aligned a {
  background: #C4BEE9;
  border: 1px solid #C4BEE9;
  border-radius: 8px;
  color: #555555;
  float: left;
  font: normal 12px Arial, Helvetica, Tahoma, Verdana, Sans-serif;
  padding: 1em;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff;
}
div.sf-accordion-toggle.sf-style-simple-centre-aligned a span {
  background: url('https://sahumanists.org.au/sites/all/libraries/superfish/style/simple/images/simple-accordion-toggle.png') no-repeat center center transparent;
  height: 32px;
  float: left;
  line-height: 99999em;
  overflow: hidden;
  text-indent: -99999em;
  width: 32px;
}
div.sf-accordion-toggle.sf-style-simple-centre-aligned a.sf-expanded,
.sf-menu.sf-style-simple-centre-aligned.sf-accordion li.sf-expanded {
  background: #9a92d2;
}
.sf-menu.sf-style-simple-centre-aligned.sf-accordion li {
  border: 1px solid #C4BEE9;
}
.sf-menu.sf-style-simple-centre-aligned.sf-accordion li li {
  margin-left: 3.9%;
  width: 92%;
}
.sf-menu.sf-style-simple-centre-aligned.sf-accordion li ul {
  margin: 10px 0;
}
.sf-menu.sf-style-simple-centre-aligned.sf-accordion li.sf-clone-parent,
.sf-menu.sf-style-simple-centre-aligned.sf-accordion li:first-child {
  border-radius: 8px 8px 0 0;
}
.sf-menu.sf-style-simple-centre-aligned.sf-accordion ul.sf-has-clone-parent > li:first-child {
  border-radius: 0;
}
.sf-menu.sf-style-simple-centre-aligned.sf-accordion ul.sf-has-clone-parent > li.firstandlast,
.sf-menu.sf-style-simple-centre-aligned.sf-accordion li:last-child {
  border-radius: 0 0 8px 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-accordion li.firstandlast {
  border-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-accordion li a.sf-accordion-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 498;
}
.sf-menu.sf-style-simple-centre-aligned.sf-accordion li.sf-expanded > a.sf-accordion-button {
  color: #777;
}
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li ol li {
  background: none;
  border: 0 none;
}
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper {
  -webkit-border-radius: 8px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 8px;
  -moz-border-radius-topleft: 0;
  border-radius: 8px;
  border-top-left-radius: 0;
}
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu  li.sf-megamenu-wrapper,
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu  li.sf-megamenu-wrapper:hover,
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu  li.sf-megamenu-wrapper.sfHover {
  background: #C4BEE9;
}
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper ol,
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper ol li {
  margin: 0;
  padding: 0;
}
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > a,
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > span.nolink {
  font-weight: bold;
  padding: 1em;
}
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column:hover > a,
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column:hover > span.nolink {
  color: #555555;
}
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > a:focus,
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > a:hover,
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > a:active {
  color: #222222;
}
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li {
  background: url('https://sahumanists.org.au/sites/all/libraries/superfish/style/simple/images/simple-list.png') no-repeat left center;
  margin: 0 0 0 1em;
  padding: 0 0 0 1em;
}
.sf-menu.sf-style-simple-centre-aligned.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li {
  background-position: right center;
  margin: 0 1em 0 0;
  padding: 0 1em 0 0;
}
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li a,
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li span.nolink {
  font-size: 0.8em;
  padding: 0.5em 0;
}
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
  display: inline;
  float: left;
  width: 12em;
}
.sf-menu.sf-style-simple-centre-aligned.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
  float: right;
}
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-1 ul.sf-megamenu {
  width: 12em;
}
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-2 ul.sf-megamenu {
  width: 24em;
}
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-3 ul.sf-megamenu {
  width: 36em;
}
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-4 ul.sf-megamenu {
  width: 48em;
}
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-5 ul.sf-megamenu {
  width: 60em;
}
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-6 ul.sf-megamenu {
  width: 72em;
}
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-7 ul.sf-megamenu {
  width: 84em;
}
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-8 ul.sf-megamenu {
  width: 96em;
}
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-9 ul.sf-megamenu {
  width: 108em;
}
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-10 ul.sf-megamenu {
  width: 120em;
}
#superfish-3 > li {
    z-index: 80;
}