* {margin:0;padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
/* ============== Reset css styles ==================== */
body {
    font:15px/26px 'Roboto Condensed', sans-serif;
    color:#202020;
    font-weight:400;
    background: rgb(247,249,238);
    font-family: Roboto;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

.center {
  display: block;
  margin: 0 auto;
}


.colourstrip{
    height: 0px;
    border-bottom:solid 1px rgb(194,214,149);
    padding-top: 20px;
}​


    nav { margin: 0 0 0px; }
    nav:before,nav:after { content: " "; display: table; }
    nav:after { clear: both; }
    .container { margin: 0 auto; max-width: 1200px; }
    .container-flyers { margin: 0 auto; max-width: 1200px; }



a,
a:hover,
a:visited {
    outline:none;
}
a {
    color:rgb(72, 139, 59);
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a.position-here {
    display: block;
    position: relative;
    top: -76px;
    visibility: hidden;
}
strong {
    font-weight:600;
}
h1 {
    font-family:"Roboto Condensed";
    font-weight:400;
    font-size:40px;
    margin-top:50px;
    margin-left:0px;
    margin-bottom:0px;
    line-height:50px;
}
h2 {
    font-family:"Roboto Condensed";
    font-weight:400;
    font-size:32px;
    margin-top:10px;
    margin-left:20px;
    margin-bottom:0px;
    line-height:36px;
}
h3 {
    font-family:"Roboto Condensed";
    font-weight:400;
    font-size:32px;
    margin-top:10px;
    margin-left:0px;
    margin-bottom:0px;
    line-height:36px;
}
h4 {
    font-family:"Roboto Condensed";
    font-weight:400;
    font-size:24px;
    margin-top:20px;
    margin-left:-20px;
    margin-bottom:10px;
    line-height:30px;
}

.ml20 {
	margin-left:20px;
}

.firstHeading {
    font-size:18px;
    padding-left: 10px;
    padding-right: 10px;
}
.bodyContent {
    font-size:16px;
    padding-left: 10px;
    padding-right: 10px;
}
p {
    margin:20px;
    font-size: 18px;
}
img {
    max-width:100%;
}
.wrap {
    width:100%;
    margin:0 auto;
}

.header1::after {
    content:"";
    clear:both;
    display:table;
}
.header1left {
    width:23.0%;
    float:left;
    margin-bottom:10px;
}
.header1middle {
    width:54.0%;
    text-align:center;
    float:left;
}
.header1right {
    width:23.0%;
    text-align:center;
    float:left;
}


.header2 {
    display:none;
    width:100%;
}
.header2::after {
    content:"";
    clear:both;
    display:table;
}
.header2top {
    width:100.0%;
    text-align:center;
}
.header2left {
    width:47.0%;
    float:left;
    margin-bottom:10px;
}
.header2right {
    width:47.0%;
    float:right;
    margin-bottom:10px;
}


.col1 {
    width:48.0%;
    float:left;
}
.col2 {
    width:48.0%;
    text-align:center;
    float:left;
}
.col3 {
    width:32.0%;
    float:left;
    text-align:center;
}
.col4 {
    width:32.0%;
    float:left;
    text-align:left;
    font-size: 18px;
    padding-bottom: 30px;
}
.col5 {
    width:24.0%;
    float:left;
    text-align:left;
    font-size: 18px;
    padding-bottom: 30px;
}
.col6 {
    width:98%;
    margin-left:4%;
    float:left;
}
.col7 {
    width:100%;
    margin:0;
    float:none;
}
.first {
    margin-left:0;
}

/* Main styles ========================= */


pagetop {
	background-color:rgb(72, 139, 59);
	color:yellow;
    position:fixed;
    font-size:18px;
    top:0;
    width:100%;
    z-index:100;
    box-shadow: 1px 1px 5px #000;
        -moz-box-shadow: 1px 1px 5px #000;
        -webkit-box-shadow: 1px 1px 5px #000;
    text-align:center;
}

#pull {
    display: none;
    background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC9JREFUeNpi/P//PwM1AQsQU9VEJgYqg8FvICgMGUeel0eTzWiyGU02Qz/ZAAQYAOPcBjEdYroKAAAAAElFTkSuQmCC") no-repeat scroll 0 10px rgba(255, 255, 0, 0);
    color:yellow;
    z-index:110;
    position:fixed;
    top:0;
    height:40px;
    line-height:40px;
    text-transform: uppercase;
    padding-left:30px;
    cursor:pointer;
}
#pull .btn {
    display:block;
}
section {
    width:100%;
    padding:0px 0;
    padding-top:0px;
    padding-bottom:10px;
    overflow: hidden;
}

/* nav */
.nav-menu,.nav-menu ul,.nav-menu li,.nav-menu a { margin: 0; padding: 0; line-height: normal; list-style: none; display: block; position: relative; }
.nav-menu ul { opacity: 0; position: absolute; top: 100%; left: -9999px; z-index: 999; -webkit-transition: opacity .3s; transition: opacity .3s; }
.nav-menu li:hover > ul { left: 0; opacity: 1; z-index: 1000; }
.nav-menu ul li:hover > ul { top: 0; left: 100%; }
.nav-menu li { cursor: default; float: left; white-space: unset; }
.nav-menu ul li { float: none; }

/* sub width */
.nav-menu ul { min-width: 12em; -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0); box-shadow: 2px 2px 2px rgba(0,0,0,0); }

/* center */
.nav-position { float: right; right: 50%; }
.nav-position > li { left: 50%; }

/* root */
.nav-menu a {
  padding: 0 10px;
  color: #FFFF00;
  font-weight: normal;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
}

/* root: active */
.nav-menu > li > .nav-active { background-color: rgba(0,0,0,0); }





/* root: hover/persistence */
.nav-menu a:hover,.nav-menu a:focus,.nav-menu li:hover a {
  background:rgb(72, 139, 59) ;
  color: yellow;
    border-bottom:4px solid yellow;
}



.nav-menu li.hasSubmenu li a{
    border-bottom:4px solid transparent;
}

.nav-menu li.hasSubmenu li:hover a{
    border-bottom:4px solid yellow;
}



/* 2 */
.nav-menu li li a,.nav-menu li:hover li a {
  padding: 8px 10px;
  line-height: normal;
  text-align:left;
}





/* 2: hover/persistence */
.nav-menu li:hover li a:hover,.nav-menu li:hover li:hover a {
/*    background: #444; */
/*  background:rgb(72, 139, 59) ; */
}

/* 3 */
.nav-menu li:hover li:hover li a {
/*  background: #444; */
/*  background:rgb(72, 139, 59) ; */
}

/* 3: hover/persistence */
.nav-menu li:hover li:hover li a:hover,.nav-menu li:hover li:hover li a:focus,.nav-menu li:hover li:hover li:hover a {
/*    background: #333; */
/*  background:rgb(72, 139, 59) ; */
}

/* 4 */
.nav-menu li:hover li:hover li:hover li a {
/*    background: #333; */
/*  background:rgb(72, 139, 59) ; */
}

/* 4: hover */
.nav-menu li:hover li:hover li:hover li a:hover,.nav-menu li:hover li:hover li:hover li a:focus {
/*    background: #222; */
/*  background:rgb(72, 139, 59) ; */
}




.nav-menu li.hasSubmenu > a:after {
    content: "\f107";
    float: none;
    margin-left: 6px;
    font-family: "FontAwesome";
    vertical-align: top;
}

.nav-menu ul li a {
	border-bottom:4px solid transparent;
}

#navMenu {
	display:block;
}



#hamburger {
	display:none;
background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC9JREFUeNpi/P//PwM1AQsQU9VEJgYqg8FvICgMGUeel0eTzWiyGU02Qz/ZAAQYAOPcBjEdYroKAAAAAElFTkSuQmCC") no-repeat scroll 0 10px rgba(255, 255, 0, 0);
    color:rgb(255, 255, 0);
    z-index:110;
    position:fixed;
    top:0;
    height:40px;
    line-height:40px;
    text-transform: uppercase;
    padding-left:30px;
    cursor:pointer;
}


#about,
#team,
#contact {
    background-color:#2d2d2d;
    box-shadow: 1px 1px 5px #000;
        -moz-box-shadow: 1px 1px 5px #000;
        -webkit-box-shadow: 1px 1px 5px #000;
}


.name {
    font-size:18px;
    margin:10px 0 5px;
}
.title {
    color:#999;
    font-size:16px;
    margin-bottom:0;
}

span.smaller {
    font-size: 13px;
}


/* Contact form ========================= */

input {
    width:300px;
    overflow:hidden;
    font-family:"Roboto";
    font-size:18px;
    padding:4px;
}

textarea {
    width:100%;
    overflow:hidden;
    font-family:"Roboto";
    font-size:18px;
    padding:4px;
}

.contactform {
    width:100%;
    overflow:hidden;
    padding-bottom:5px;
    font-family:"Roboto";
    font-size:18px;

}
.contactform label {
    line-height:40px;
    text-align:right;
}
.contactform input[type=text] {
    border:1px solid #ccc;
    color:#333333;
    padding:5px 10px;
}
.contactform textarea {
    border:1px solid #ccc;
    color:#333333;
    padding:10px;
}
#contactform-results {
	text-align:left;
	margin-left:20px;
	padding-top:20px;
}

input[type=submit] {
    margin-top:10px;
    padding:10px 20px;
    border-radius:5px;
        -moz-border-radius:5px;
    border:none;
    font-size:18px;
    font-weight:400;
    width:auto;
    float:left;
    cursor:pointer;
    background-color:rgb(72, 139, 59);
    color:yellow;
    text-transform: uppercase;
    display:block;
}

input[type=submit]:hover {
  background-color: yellow;
  border: 1px solid rgb(51,151,4);
  color: green;
}

/* Footer ========================= */

footer {
    color:#fff;
    text-align:center;
    font-size:18px;
    margin:40px auto 10px;
    background-color: #505050;
    padding-top: 8px;
    padding-bottom: 8px;
}
footer a {
    color:#fff;
}
footer a:hover {
    color:#fff;
    text-decoration:underline;
}

.colf {
    text-align:center;
    font-size: 18px;
    padding-left: 12px;
    padding-right: 12px;
}

p.clear {
    clear: both;
}

.hdr-alignleft {
  float: right;
  width:15%;
  text-align:left;
}

.hdr-aligncentre {
  float: right;
  width:70%;
  text-align:center;
  margin-top:14px;
  margin-bottom:-4px;
  font-size:22px;
}

.hdr-aligncentre2 {
  display:none;
  float: right;
  width:70%;
  text-align:center;
  margin-top:14px;
  margin-bottom:-4px;
  font-size:22px;
}

.hdr-alignright {
 float: right;
 width:15%;
 text-align:right;
}​

.hdr-alignright2 {
 display:none;
 float: right;
 width:15%;
 text-align:right;
}​

#sasds-header {
   float:left;
   width:100%;
}

/* SECTIONS ========================= */


#sasds-name {
   margin-top:14px;
   margin-bottom:-4px;
   font-size:22px;
   text-align:center;
}

#sasds-title {
   padding-top:90px;
   background-color: #EAF2D3;
}

#sasds-smile {
	margin-bottom: -20px;
}

#sasds-learn {
	margin-bottom: 0px;
}

#sasds-clubs {

}

#sasds-websites {
	margin-bottom: -10px;
}

#sasds-contact {
	margin-bottom: 30px;
}

#sasds-info {
	background-color: #505050;
	color:#fff;
}

#sasds-info a {
	color:#fff;
}



#sasds-logo {
	margin-top:32px;
}

#sasds-logo img {
	display:block;
	margin-right:auto;
	margin-top:-12px;
	max-width:170px;
}

#sasdsSDimage img {
	display:block;
	margin-left:auto;
	margin-top:20px;
	max-width:170px;
}

#go-to-top {
  display: none;
  position: fixed;
  bottom: 14px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border:solid 1px rgb(247,249,238);
  outline: none;
  background-color: green;
  color: yellow;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 5px;
        -moz-border-radius:5px;
}

#go-to-top:hover {
  background-color: yellow;
  border: 1px solid rgb(51,151,4);
  color: green;
}

.iwborder {
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 5px;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
	cursor: default;
	margin-left: 10px;
	margin-bottom: 22px;
	text-align: left;
}

.facebook {
    background-color:yellow;
    color:green;
    text-decoration:none;
    font-size:20px;
    padding:5px 5px;
    margin-top:7px;
    margin-right:10px;
    border:0;
    font-weight:400;
    display:inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-radius:5px;
        -moz-border-radius:5px;
}

.fb {
    background-color:yellow;
    color:green;
    text-decoration:none;
    font-size:22px;
    padding:5px 5px;
    margin-top:7px;
    margin-right:10px;
    border:0;
    font-weight:700;
    display:none;
    padding-left: 12px;
    padding-right: 10px;
    border-radius:5px;
        -moz-border-radius:5px;
}

.facebook .button {
    background-color:yellow;
    color:green;
    text-decoration:none;
    font-size:20px;
    padding:5px 5px;
    margin-top:7px;
    margin-right:10px;
    border:0;
    font-weight:400;
    display:inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-radius:5px;
        -moz-border-radius:5px;
}

.fb {
	display:none;
}

.clubwebsite {
	white-space: nowrap;
	margin-left: 20px;
	margin-right: 10px;
	line-height: 32px;
}

.society-info-hdr {
	white-space: nowrap;
	margin: 0px;
}

.society-info {
	white-space: nowrap;
	margin: 20px;
	line-height: 32px;
}

.hidden {
    display: none;
}

.notyet {
    display: none;
}

.au-links .button {
    background-color:green;
    color:yellow;
    text-decoration:none;
    font-size:20px;
    margin-top:7px;
    margin-right:10px;
    border:0;
    font-weight:400;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 60px;
    border-radius:5px;
        -moz-border-radius:5px;
}

.container .box {
   width:540px;
   margin:20px;
   display:table;
}

.container .box .box-row {
   display:table-row;
}

.container .box .box-cell {
   display:table-cell;
   border:1px solid green;
   width:25%;
   padding:10px;
   text-align:center;
   vertical-align: middle;
   font-size: 18px;
   background-color: rgb(234, 242, 211);;
}

.container .box .box-cell-empty {
   display:table-cell;
   width:30px;
   padding:10px;
   text-align:center;
   vertical-align: middle;
   font-size: 18px;
}

.last-update {
	text-align: center;
	margin-top: 10px;
	margin-bottom: -30px;
	color: #777;
}



/* ***** SASDS Tables ***** */

.sasds-table-responsive{
	overflow-x: auto;
}

.sasdstable {
	width:96%;
	border-collapse:collapse;
	word-break: normal;
	margin-left:20px;
}

.sasdstable td {
	border:1px solid #e0e0e0;
	padding:3px 7px 2px 7px;
	vertical-align:top;
}

.sasdstable td.xx {
	font-weight:bold;
	border:1px solid #e0e0e0;
}

.sasdstable tr.alt2 td  {
	color:#000000;
	background-color:#F7F7F7;
}

.sasdstable tr.alt2 td p {
	margin:7px;
}

.sasdstable tr.alt td {
	color:#000000;
	background-color:#EAF2D3;
}

.sasdstable tr.alt td p {
	margin:7px;
}

.sasdstablenoborder {
	width:96%;
	border-collapse:collapse;
	word-break: normal;
	margin-left:20px;
}

.sasdstablenoborder td {
	padding:3px 7px 2px 7px;
	vertical-align:top;
}

.sasdstablenoborder td.xx {
	font-weight:bold;
}

.sasdstablenoborder tr td p {
	margin:7px;
}

.general {
	padding:3px 7px 2px 7px;
	margin-left:26px;
}


/* End of SASDS Tables */

.summary p {
	margin-top:10px;
	margin-bottom:10px;
}




.itemlist {
	margin-left:50px;
}

.itemlist li {
	list-style-type:decimal;
	font-size:18px;
}

.itemlistsquare {
	margin-left:50px;
}

.itemlistsquare li {
	list-style-type:square;
	font-size:18px;
}


/* Used in calendar.html ========================= */

.club-key {
	display:none;
}

.club-list-none {
	list-style-type:none;
	font-size: 16px;
}

.club-list-selected {
	font-size: 18px;
	font-weight:bold;
	padding-bottom:6px;
}


.narrow-screen {
	display:none;
}
.wide-screen {
	display:block;
}
#calendar-div {
	float:left;
	width:70%!important;
	max-width:840px;
}

#email-subject {
	display:none;
}


.allow-scroll {
  overflow-x:hidden;
  height:85vh;
}

.map-club-desc {
    font-size:18px;
    padding-bottom:6px;
    display:inline-block;
}

.map-caller-cuer {
    padding-bottom:6px;
    display:inline-block;
}

.map-club-contact {
    padding-top:6px;
    display:inline-block;
}

.map-website-fb {
    padding-right:20px;
}

.map-venue {
    padding-bottom:6px;
    display:inline-block;
}

.diary-col1 {
    width:10%;
}

.diary-col2 {
    width:30%;
}

.diary-col3 {
    width:30%;
}

.diary-col4 {
    width:30%;
}

/* Responsive styles ========================= */


@media screen and (max-width:1020px) {
    h1 {
/*    	  margin-top:20px;  */
    }
    h2 {
    	  margin-top:0px;
/*    	  margin-bottom:20px; */
    }
    .wrap {
/*        width:96%; */
    }
    #sasds-title {
    	  text-align: center;
    }
/*    #sasds-logo { */
/*    	  display: inline-block; */
/*		  max-width:100%; */
/*		  margin:auto; */
/*		  margin-top:32px; */
/*   } */
    nav ul li a {
        padding: 0 15px;
    }
	.col4 {
    	width:48.0%;
   }
}


@media screen and (max-width:900px) {
	.header1 {
	    display:none;
	}
	.header2 {
	    display:table;
	}
    h1 {
    	  margin-top:20px;
    }
    .col1h {
        display:none;
    }
    h2 {
    	  margin-top:0px;
/*    	  margin-bottom:20px; */
    }
    .wrap {
/*        width:96%; */
    }
    #sasds-title {
    	  text-align: center;
    }
    #sasds-logo {
    	  display: inline-block;
		  max-width:100%;
		  margin:auto;
		  margin-top:32px;
    }
    nav ul li a {
        padding: 0 15px;
    }
}


@media screen and (max-width:768px) {
    .col1,
    .col2{
        width:100%;
        float:none;
        margin:0 0 20px;
    }
    nav ul li a {
        padding: 0 7px;
    }
	.nav-menu a {
		padding: 0 7px;
	}
	.col4 {
		margin 0px;
		padding-bottom: 0px;
		width:100%;
		float:none;
	}
	.clear2 {
		clear: left;
	}
	.col5 {
		width:48%;
	}
    .diary-col1 {
        min-width:70px;
    }

    .diary-col2 {
        min-width:240px;
    }

    .diary-col3 {
        min-width:220px;
    }

    .diary-col4 {
        min-width:240px;
    }

}

@media screen and (max-width: 680px) {
	.w-menu-home {
		max-height:400px;
		overflow-y:scroll;
	}
	.w-menu-society {
		max-height:400px;
		overflow-y:scroll;
	}
	.w-menu-std {
		max-height:400px;
		overflow-y:scroll;
	}
    #sasds-title {
    	  padding-top:40px;
    }
    #sasds-name {
        display: none;
    }
    pagetop {
        height:40px;
        padding-left: 10px;
    }
    nav ul {
        display: none;
        height: auto;
        text-align:left;
        width:100%;
        margin-top:40px;
    }
    nav ul li {
        display: block;
        float: none;
        width: 220px;
        padding-left:10px;
        border-bottom:1px solid rgb(247,249,238);
        background-color:rgb(72,139,59);
        margin-top:0px;
    }
    nav ul li:hover {
/*        background-color:#ff0000; */
    }
    nav ul li a {
        padding:10px;
        line-height:20px;
        border:none;
    }
    nav ul li.active a,
    nav ul li a:hover {
        border:none;

    }
    #pull {
        display: block;
    }

	nav > ul ul {
		padding:0px;
		top: 41px;
	}

    nav ul ul li {
        display: block;
        float: none;
        width: 220px;
        padding-left:20px;
        border-bottom:1px solid rgb(247,249,238);
        background-color:rgb(72,139,59);
        margin-top:0px;
    }

	#top-menu {
		width: 50%;
		margin-left: 10px;
	}

	.facebook {
    	display:none;
	}

	.fb {
		display:inline-block;
    	margin-top:3px !important;
	}

	.facebook .button {
    	margin-top:3px !important;
	}

	.clearf {
      display:block;
	}

	h1 {
		font-size: 32px;
		line-height: 40px;
	}
	h2 {
		font-size: 28px;
		margin-left: 10px;
	}
	h3 {
		font-size: 26px;
		margin-top: 4px;
	}
	p {
      margin:10px;
	}
	#contactform-results {
		margin-left:10px;
	}
	#contactform-submit {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	#go-to-top {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.hdr-aligncentre {
		display:none;
	}

	.hdr-aligncentre2 {
		display:block;
		margin-top:8px;
	}


	/* hamburger menu */
	#navMenu {
		display:none;
	}
	.nav-position { max-width: 240px; float:left; right:unset; }
	.nav-position ul { top: 0; left: 0; opacity:100%; position:relative; }
	.nav-position ul li { top: 0; left: 100%; opacity:100%; }
	.nav-position li { width: 100%; float: none; }
	.nav-position li:hover > ul { left: 0; }
	.nav-position ul > li { left: 0%; border-bottom:none; }
	.nav-position > li { left: unset; }

#hamburger {
	display:block;
}

.nav-menu a:hover,.nav-menu a:focus,.nav-menu li:hover a {
  background:rgb(72, 139, 59) ;
  color: yellow;
    border-bottom:none;
}


.nav-menu li.hasSubmenu li a{
    border-bottom:none;
}

.nav-menu li.hasSubmenu li:hover a{
    border-bottom:none;
}


.nav-menu li li a,.nav-menu li:hover li a {
  padding-left: 22px;
}

.nav-menu ul li a {
	border-bottom:none;
}

.colf {
    padding-left: 6px;
    padding-right: 6px;
}

.narrow-screen {
	display:block;
}
.wide-screen {
	display:none;
}
#calendar-div {
	float:left;
	width:96%!important;
}

}

@media screen and (max-width: 480px) {
	.col5 {
		margin 0px;
		padding-bottom: 0px;
		width:100%;
		float:none;
	}
	#sasds-logo img {
		max-width:150px;
	}
	#sasdsSDimage img {
		max-width:150px;
	}
	#go-to-top {
		bottom: 50px;
	}
	.colf {
		 padding-left: 3px;
		 padding-right: 3px;
	}

}
