/******************************************************************
Theme Name: YMAC
Theme URI: http://www.ymac.org.au
Author: Itomic Web Specialists
Author URI: http://www.itomic.com.au
******************************************************************/

@font-face {
    font-family: 'OptimaLTBold';
    src: url('library/fonts/lte50021.eot');
    src: url('library/fonts/lte50021.eot') format('embedded-opentype'),
         url('library/fonts/lte50021.woff') format('woff'),
         url('library/fonts/lte50021.ttf') format('truetype'),
         url('library/fonts/lte50021.svg#OptimaLTBold') format('svg');
}

@font-face {
    font-family: 'OptimaLTRegular';
    src: url('library/fonts/lte50019.eot');
    src: url('library/fonts/lte50019.eot') format('embedded-opentype'),
         url('library/fonts/lte50019.woff') format('woff'),
         url('library/fonts/lte50019.ttf') format('truetype'),
         url('library/fonts/lte50019.svg#OptimaLTRegular') format('svg');
}

* {
	font-size: 14px !important;
}

body {
	font-family: Calibri, Helvetica, Arial, sans-serif;
}

body, div, p, th, td, a {
	
	color: #4c5a58;
	font-size: 8px;
	line-height: 1.4em;
}

.lead p {
	font-size: 14px;
}

.clear {
	clear: both;
	height: 0;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */



[class*="column"] + [class*="column"]:last-child {
	float: left; /*float columns left */
}

.gridbreaker {
	width: 100%;
}

a {
	color: #f58026;
	text-decoration: underline;
}

a:active, a:visited {
	color: #f58026;
}

a:hover {
	color: #f58026;
	text-decoration: none;

}

ul {
	list-style: none;
}

li {
	font-size: 13px;
	padding: 0 0 0 10px;
	background: url('library/images/bgrounds/arrow-off.gif') no-repeat 0px 7px;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: 'OptimaLTRegular';
	font-weight: normal;
}

h1 {
	font-size: 21px;
}

h2, h2 a {
	font-size: 19px;
}

h2 a {
	color: #000 !important;
	text-decoration: none;
}

h3, h3 a {
	font-size: 16px;
}

h3 a {
	color: #F58026;
	text-decoration: none;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 14px;
}


/* Images */

img {
        max-width: 100%;
        box-sizing: content-box;
}

.alignright {
        float: right;
        padding: 3px;
        margin: 5px 0 30px 30px;
}

.alignleft {
        float: left;
        padding: 3px;
        margin: 5px 30px 30px 0;
}

.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

/* End Images */

header {
	padding-top: 23px;
	height: 120px;
}

header .logo {
	display: inline-block;
	width: 392px;
	/*width: 408px;*/
	max-width: 100%;
	height: 66px;
	text-indent: -9000px;
	background: #ffffff url('library/images/logos/logo.png') no-repeat;
	/*background: #ffffff url('library/images/logos/ymac-25.png') no-repeat;*/
}

header span.blog-info {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #f58026;
	font-size: 16px;
	margin-left: 30px;
	position: relative;
	top: 32px;
}

#searchform {
	float: right;
	margin-top: 24px;
}

#searchform label {
	font-family: 'OptimaLTRegular';
	float: left;
	display: inline;
	line-height: 32px;
	margin-right: 5px;
}

#searchform input {
	float: left;
	display: inline-block;
	width: 136px;
	height: 32px;
	background: #ffffff url('library/images/bgrounds/search-box.png') no-repeat;
	border: none;
	box-shadow: none;
	font-size: 12px;
}

#searchform input[type="submit"] {
	float: left;
	margin-left: 5px;
	display: inline-block;
	width: 27px;
	height: 27px;
	border: none;
	text-indent: -9000px;
	background: #ffffff url('library/images/bgrounds/search.png') no-repeat;
	cursor: pointer;
}


.breadcrumbs, .breadcrumbs a{
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 12px;
}

a.button {
	text-align:center;
	display: block;
	padding: 5px;
	font-size: 14px;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #4c5a58;
	border: solid 1px #d0d2d2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}

a.button.small {
	width: inherit;
}

a.subscribe {
	position: relative;
	width: 100%;
	font-size: 18px;
	font-family: 'OptimaLTRegular';
	text-align: left;
	padding: 12px 0px 11px 42px;
	margin-top: 25px;
	margin-bottom: 10px;
}

a.subscribe:before {
	position: absolute;
	content:"";
	background: url('library/images/text/subscribe.png') left center no-repeat;
	height: 100%;
	width: 42px;
	left: 5px;
	top: 0;
}

a.knowledge-partnerships-news {
	position: relative;
	width: 100%;
	font-size: 18px;
	font-family: 'OptimaLTRegular';
	text-align: left;
	padding: 12px 0px 11px 42px;
	margin-top: 25px;
}

a.knowledge-partnerships-news:before {
	position: absolute;
	content:"";
	background: url('library/images/text/knowledge-partnerships-news.png') left center no-repeat;
	height: 100%;
	width: 42px;
	left: 5px;
	top: 0;
}



.showmenu, .showsearch {
        display: none;
        border: 1px solid #d2d2d2;
        border-radius: 5px;
        color: #231f20 !important;
        padding: 0 5px;
        width: 53px;
        text-decoration: none !important;
        font-weight: bold;
        box-shadow: 0 1px 1px #d2d2d2;
        line-height: 30px;
        text-align: center;
        background: #fefefe; /* Old browsers */
        background: -moz-linear-gradient(top,  #fefefe 0%, #dddddd 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02428a), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #fefefe 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #fefefe 0%,#dddddd 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #fefefe 0%,#dddddd 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #fefefe 0%,#dddddd 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02428a', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}

.showmenu.active, .showsearch.active {
        border: 1px solid #d2d2d2;
        background: #dddddd;
        box-shadow: 0 1px 1px #d2d2d2;
}

.showsearch {
        width: 43px;
}

header a.activeshow {
        background: #dddddd; /* Old browsers */
        background: -moz-linear-gradient(top,  #dddddd 0%, #fefefe 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #dddddd 0%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #dddddd 0%,#fefefe 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #dddddd 0%,#fefefe 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #dddddd 0%,#fefefe 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
        border: 1px solid #013781;
        box-shadow: 0 -1px 1px #012b6f;
}
.showmenu span, .showsearch span {
        padding: 6px 0 6px 0px;
        background: url('library/images/bgrounds/showmenu.png') no-repeat 0 50%;
        width: 20px;
        height: 24px;
}
.showsearch span {
		padding: 6px 6px 6px 12px;
        background-image: url('library/images/bgrounds/search-mobile.png');
}

/* Navigation */

#nav {
	background: url('library/images/bgrounds/slideshow-frame-top.png') no-repeat bottom center;
	padding-bottom: 7px;
	z-index: 4;
	position: relative;
}

#nav-container {
	display: block;
	width: 100%;
	height: 61px;
	background-color: #ffc423;
	background-image: url('library/images/bgrounds/nav-top.gif'), url('library/images/bgrounds/nav-bottom.png');
	background-position: center top, center bottom;
	background-repeat: no-repeat;
}


#nav-bottom {
	display: block;
	width: 100%;
}

nav {
	  margin-top: 20px;
	  font-weight: normal;
}


nav ul li {
        float: left;
        padding: 0 0 0 0px;
        list-style: none;
        margin:0;
        background: none;
}

nav ul li a {
		font-family: 'OptimaLTRegular';
		color: #000000;
        font-size: 16px;
        text-decoration: none;
        display: block;
        line-height: 36px;
        padding: 0 10px;
        font-weight: normal;
}


nav ul li a:hover {
        color: #fff;
        background-color: #e8ab05;
}

nav ul li a:visited {
	color: #000;
}

nav li ul li a, nav li ul li a:link, nav li ul li a:visited, nav li ul li a:active,
nav li ul li a.current, nav li ul li a.current:link, nav li ul li a.current:visited, nav li ul li a.current:active {
        padding: 5px 10px 5px 10px;
        color: #000;
        line-height: 1.4em;
        width: 150px;
        font-size: 12px;
        font-family: Calibri, helvetica, Arial, sans-serif;
}

nav li ul li a:hover, #nav li ul li a.current:hover {
        color: #000;
        background-color: #ffc423;
        text-decoration: none;
}

nav li ul {
        position: absolute;
        background: #e8ab05;
        width: 150px;;
        left: -999em;
        z-index: 5000;
        margin:0;
}
nav li ul li {
        width: 160px;
        background: #e8ab05;
        text-align: left;
        position: relative;

}
nav li ul ul {
        padding: 0px;
        position: absolute;
        margin-left: 155px;
        top: 0;
        z-index: 5000;
}

nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
        left: -999em;
}

nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
        left: auto;
}

nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
        left: -999em;
}

nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
        left: auto;
}

nav li:hover, #nav li.sfhover  {
        background-color: #ffc423;
}
/* End Navigation */

/* Sidebar */

.sidebar-h3 {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 40px;
	border-bottom: solid 1px #d0d2d2;
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}

.sidebar-menu {
	border: solid 1px #d0d2d2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
}

.sidebar-menu ul {
	margin-bottom: 0;
}

.sidebar-menu li {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d0d2d2;
	background: #eeeeee; /* Old browsers */
	list-style: none;
	padding-right: 10px;
}

.sidebar-menu li:first-child {
	border-top: none;
}

.sidebar-menu li:last-child {
	border-bottom: none;
}

.sidebar-menu a {
	display: block;
	width: 100%;
	color: #4c5a58;
	background: url('library/images/bgrounds/arrow-off.gif') no-repeat 5px 15px;
	text-decoration: none;
	padding: 2px 0 8px 15px;
}

.sidebar-menu a:hover {
	color: #000000;
	background: url('library/images/bgrounds/arrow-on.gif') no-repeat 5px 15px;
}

/* End Sidebar */

/* Slideshow and Masthead */

.gridbreaker {
	background-color: black;
	position: relative;
	margin-top: 2px;
	z-index: 0;
}

.gridbreaker:before {
	background:  url('library/images/bgrounds/slideshow-frame-top.png') repeat-x;
	display: block;
	height: 5px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.gridbreaker:after {
	background:  url('library/images/bgrounds/slideshow-frame-bottom.png') repeat-x;
	display: block;
	height: 15px; /*6px of this covers the slide, the other 9 provides a border*/
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}


#slideshow img, #masthead img{
	max-width: none;
}


.slide {
	width: 100%;
}

.slide +.slide{
	display: none;
}

.slide-image {
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
}

#slideshow-container #intro {
	position: absolute;
	bottom: 0px;
	text-align: left;
	left: 52%;
	width: 46%;
	max-width: 460px;
	background-color: rgba(46,29,18, 0.6);
	padding: 15px 20px 5px 20px;
	z-index: 1000;
}

#slideshow-container #intro p {
	color: #fff;
	font-size: 16px;
	line-height: 1.5em;
}

#slideshow-container #intro a {
	color: #f6bd22;
	font-size: 16px;
}

#slideshow-container, #masthead-container {
}

#slideshow, #masthead {
	max-width: 1440px;
	margin: 0px auto;
}

.caption {
	position: absolute;
	bottom: 7px;
	right: 52%;
	width: 46%;
	max-width: 460px;
	padding: 15px 20px 0px 20px;
	text-align: left;
	z-index: 1000;
	background-color: #fff;
}

.page-title {
	position: absolute;
	bottom: 7px;
	right: 50.5%;
	width: 46%;
	max-width: 460px;
	padding: 0px 20px 0px 20px;
	text-align: left;
	z-index: 1000;
	background-color: rgba(46,29,18, 0.6);
}

.page-title h1 {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	color: #fff;
}

.internal-slogan {
	display: block;
	width: 195px;
	height: 124px;
	text-indent: -9000px;
	position:absolute;
	left: 65%;
	top: 15px;
	background: url(library/images/text/internal-slogan.png) no-repeat;
}

.caption p {
	color: #7e553a;
	font-size: 14px;
	float: left;
	display: inline-block;
	margin-top: 3px;
	margin-left: 10px;
}

.cycle-slideshow .gallery-item{
	width: auto !important;
}


.cycle-prev, .cycle-next {
	background: #ffffff url('library/images/bgrounds/slide-controls.gif') no-repeat;
	display: inline-block;
	float: left;
	height: 22px;
	width: 22px;
	opacity: 100 !important;
	cursor: pointer;
	text-indent: -9000px;
	margin-right: 5px;
}

.cycle-prev:hover  {
	background-position: 0 -22px;
}

.cycle-next {
	background-position: 0 -66px;
}

.cycle-next:hover  {
	background-position: 0 -44px;
}

.intro-mobile {
	background:#7E553A url('library/images/bgrounds/slideshow-frame-bottom-flipped.png') bottom left no-repeat;
	padding-bottom: 15px;
}

.intro-mobile p {
	color: #fff;
	padding-top: 10px;
}

/* End Slideshow and Masthead */

#home-main {
	min-height: 300px;
}



#latest-blog-posts .date {
	text-transform: uppercase;
}

#locations h1 {
	background: #ffffff url('library/images/bgrounds/locations-h1.png') no-repeat;
	padding: 0 0 0 45px;
	height: 30px;
	line-height: 30px;
	float: left;
	display: inline-block;
}

/* sexy select box  OLD ext version nolonger there */

.sbHolder {
	position: relative;
	width: 140px;
	height: 25px;
	background: #4c5a58 url('library/images/bgrounds/sxc-select-bg.png') no-repeat;
	float: right;
	display: inline-block;
	margin-top: 15px;
	z-index: 100;
}

.sbHolder a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 3px;
	font-size: 12px;
}


.sbSelector {
	background: transparent;
	width: 100%;
}

.sbToggle {
	display: none !important;
}

.sbOptions {
	position: absolute;
	background-color: #4c5a58;
	width: 100%;
	margin: 0;
	margin-top: 5px;
	list-style-type: none;
}

.sbOptions a:hover {
	color: white;
	background-color: #384241;
}

.sbOptions li {
	background: none;
	padding: 0;
}



/* new version */

.selectBox-dropdown {
	position: relative;
	width: 140px !important;
	height: 25px;
	background: #4c5a58 url('library/images/bgrounds/sxc-select-bg.png') no-repeat;
	float: right;
	display: inline-block;
	margin-top: 15px;
	z-index: 100;
	position: relative;
}

.selectBox-dropdown .selectBox-label {
    padding: 2px 8px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
	color: #fff !important;
}

.selectBox-dropdown .selectBox-arrow {
	display: none;
}

.selectBox-dropdown-menu {
	position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	background: #4c5a58;
}

.selectBox-options,
.selectBox-options li,
.selectBox-options li a {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
	background: none;
}

.selectBox-options li a {
    line-height: 1.5;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
	text-decoration: none;
	background-color: #4c5a58;
}
.selectBox-options li a:focus {
	color: #fff;
}
.selectBox-options li a:hover {
	cursor: pointer;
	color: white;
	background-color: #384241;
}

/* End sexy select box */



.flextitle {
	display: flex;
	margin: 15px 0;
}
.flextitle img {
	max-width: 40px;
}
.flextitle h1 {
	flex-grow: 1;
	margin: 0;
	padding: 10px 0 0 10px;
}


/* content-thumbnail.php template */

.content-thumbnail h2{
	font-size: 16px;
	color: #F58026;
}

body.page-template-page-subpage-thumbs-php [class*="column"] + [class*="column"]:last-child {
	float: left;
}

/* Tables */

table {
	border-collapse: collapse;
}


thead {
	font-weight: bold;
	background: #7e553a;

}

thead td {
	color: #fff;
	padding: 5px 10px;
	border: solid 1px #d2d2d2;
	background: #7e553a;
}

td {
	padding: 5px 10px;
	border: solid 1px #d2d2d2;
	background: #eeeeee;
}

table tr:nth-child(2n) td{
	background: #fff;
}

/* End Tables */


/* Blog Fun Times */

.post {
	position: relative;
}

.post-date {
	position: absolute;
	top: 0;
	height: 75px;
	width: 75px;
	text-transform: uppercase;
	background: url('library/images/bgrounds/post-date.gif') no-repeat;
	color: #fe6e00;
	font-weight: bold;
	font-size: 14px;
}

.post-date span.month {
	display: block;
	width: 50px;
	text-align: center;
	position: relative;
	top: 10px;
}

.post-date span.day {
	display: block;
	font-size: 22px;
	color: #e51b24;
	position: relative;
	top: -4px;
}

.post-date span.year {
	display: block;
	width: 50px;
	text-align: center;
	position: relative;
	top: 2px;
	font-size: 11px;
	font-weight: normal;
}

.post-content {
	padding-left: 70px;
}

.post-content h2 {
	margin-bottom: 5px;
}

.post-divider {
	display: block;
	height: 15px;
	width: 100%;
	background: url('library/images/bgrounds/blog-divider.gif') no-repeat;
	margin: 20px 0;
}

.tags, .tags a {
	font-size: 11px;
}

iframe {
	max-width: 100%;
}

/* No more Blog Fun Times :( */


/* FAQs */

.faq {
	margin-bottom: 20px;
}

.faq span {
	color: #F58026;
	text-decoration: underline;
	cursor: pointer;
	padding: 10px;
	margin-left: -10px;
}

.back-to-top {
	float: right;
	text-decoration: none;
}

.question {
	padding-left: 55px;
	line-height: 40px;
	background: url('library/images/bgrounds/question.gif') top left no-repeat;
	margin-bottom: 10px;
}

.answer_part, .answer {
	padding-left: 55px;
}

.answer_part {
	min-height: 40px;
	padding-top: 12px;
	margin-bottom: 15px;
	background: url('library/images/bgrounds/answer.gif') top left no-repeat;
}

.answer {
	display: none;
}

/* End FAQs */

/* Careers */

.career-callout {
  margin-bottom: 20px;
}

#application-info, #legal-research, #linked-in {
	padding-left: 100px;
}

#application-info {
	background: url('library/images/bgrounds/application-info.gif') top left no-repeat;
}

#legal-research {
	background: url('library/images/bgrounds/legal-research.gif') top left no-repeat;
	margin-top: 30px;
}

#linked-in {
	background: url('library/images/bgrounds/linked-in.gif') top left no-repeat;
	margin-top: 30px;
}

/* End Careers */

/* Case Study */

#more-information {
	padding: 10px 20px 10px 90px;
	background-color: #eeeeee;
	background-image: url('library/images/bgrounds/more-information.gif');
	background-repeat: no-repeat;
	background-position: 20px 20px;
}


body.post-type-archive-case_study .content-thumbnail:nth-child(2n+1) {
	clear:left; /*clear every 2nd listing on subpage template*/
}


/* End Case Study */

/* Team Member */

.team-member {
	clear: both;
}

.team-member h2 {
	color: #f58026;
	margin: 0;
	padding: 0;
}

.team-member img {
	float: right;
	margin: 0 0 15px 15px;
}

/* end Team Member */

/* Media and Publications */

.media-callout {
	margin-bottom: 15px;
	margin-right: 20px;
	float: left;
}

.last {
	margin-right: 0;
}


/* Gallery */

#gallery {
	background-color: black;
	height: 500px;
}

#gallery img {
	display: block;
}

.gallery-listing {
	margin-bottom: 20px;
}

.gallery-title {
	margin: 0 0 15px 0;
}

#carousel .gallery-item {
	margin: 10px 0;
	margin-right: 5px;
	cursor: pointer;
}

#carousel .gallery-item:first-item {
	margin-left: 0;
}

#carousel .cycle-prev {
	opacity: 0.7 !important;
	position: absolute;
	top: 70px;
	left: 10px;
	height: 40px;
	width: 40px;
	background: url(library/images/icons/photo-left.png);
}

#carousel .cycle-next {
	opacity: 0.7 !important;
	position: absolute;
	top: 70px;
	right: 10px;
	height: 40px;
	width: 40px;
	background: url(library/images/icons/photo-right.png);
}

.gallery-item {

}

/* Pagination */

ul.bones_page_navi {
	color: #fff;
	list-style: none;
}

ul.bones_page_navi li {
	background: none;
	display: inline;
	float: left;
	padding: 0 0 0 0;
	margin-right: 5px;
	margin-bottom: 15px;
}

ul.bones_page_navi li.bpn-current {
	background: #E8AB05;
	padding: 3px 10px 3px 10px;
}

ul.bones_page_navi li a {
	display: block;
	background: #FFC423;
	padding: 3px 10px 3px 10px;
	color: #000;
	text-decoration: none;
}

ul.bones_page_navi li a:hover {
	color: #fff;
	background: #E8AB05;
}
/* End Pagination */


footer {
	background: #f8f2e6 url('library/images/bgrounds/footer.gif') no-repeat;
	height: 102px;
	padding-top: 20px;
	margin-top: 50px;
}

footer p {
	font-size: 13px;
}

footer a {
	font-weight: normal;
	color: #4c5a58;
	text-decoration: none;
	font-size: 13px;
}

footer a:hover {
	color: #F58026;
}

footer a:active, footer a:visited {
	color: #4c5a58;
}

footer ul {
	float: right;
	margin: 0;
	padding: 0;
}

footer li {
	display: inline;
	background: none;
	padding: 0 0 0 0;
}

footer li:after {
	content: " | "
}

footer li:last-child:after {
	content: "";
}

#infinite-footer {
	display: none !important;
}

.infinite-loader .spinner {
	position: relative;
	left: 0;
	top: 0px;
	width: 24px;
	margin: 0 auto;
}

.infinite-loader {
	margin-bottom: 2em;
}


/* Document Listing Tables */

ul#document-tabs  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid silver;
	margin-bottom: 1em;
}
#document-tabs li {
	display: inline-block;
	background: none;
	margin: 0;
	padding: 10px 0 10px 0;

}

#document-tabs li.current {
	position: relative;
	top: 1px; /*this is to position it over the UL bottom border*/
	border: 1px solid #C0C0C0;
	border-bottom: none;
	font-weight: bold;
	background-image: linear-gradient(bottom, rgb(255,255,255) 19%, rgb(238,238,238) 80%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 19%, rgb(238,238,238) 80%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 19%, rgb(238,238,238) 80%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 19%, rgb(238,238,238) 80%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 19%, rgb(238,238,238) 80%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.19, rgb(255,255,255)),
		color-stop(0.8, rgb(238,238,238))
	);
}

#document-tabs li a {
	color: #4c5a58;
	padding: 20px;
	font-size: 1.1em;
	text-decoration: none;
}

.document-listing table {
	width: 100%;
}

.document-listing thead th {
	padding: 10px;
	color: white;
	text-align: left;
}

.document-listing .tablesorter-headerDesc, .document-listing .tablesorter-headerAsc {
	background: #F57F25 no-repeat;
	background-position: center right;
}

.document-listing .tablesorter-header-inner {
	color: white;
}

.document-listing .tablesorter-headerDesc {
	background-image: url('library/images/arrow-down.gif');
}

.document-listing .tablesorter-headerAsc {
	background-image: url('library/images/arrow-up.gif');
}

/* Native Title Groups */
#native-title-contact h2 {
  margin: 0 0 10px 0;
  padding: 0;
}
/* Gravity Forms Styles */

body .gform_wrapper .gform_body {
        width: 100%;
        margin-bottom: 0;
}

body .content .gform_wrapper .gform_body ul {
        margin:0 !important;
        padding: 0 !important;
        list-style-type: none !important;
        background: none !important;x
}

.gform_fields li {
        margin:0 !important;
        padding: 0 !important;
        list-style-type: none !important;
        background: none !important;
}

.gform_body h2 {
        margin: 15px 0 0 0!important;
        padding: 0 !important;
        color:#4c5a58;
        font-weight:normal;
}

.gform_fields .gfield label{
        color: #4c5a58;
        font-weight: normal;
}

.gform_fields .ginput_left label, .gform_fields .ginput_right label, .gform_fields .ginput_full label{
        color: #4c5a58;
        margin-top: -10px !important;
        margin-bottom: 15px !important;
        font-weight: normal;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],

body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],

body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],

body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],

body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],

body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],

body .gform_wrapper .gform_body .gform_fields .gfield select,

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  padding:7px 2px;
  margin:0 0 10px 0;
  border: solid 1px #d2d2d2;
  font-size: 12px;
  box-shadow: none;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
    text-align:center;
	display: block;
	padding: 5px 10px;
	font-size: 14px;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #4c5a58;
	border: solid 1px #d0d2d2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	cursor: pointer;

}

body .gform_wrapper .gform_body .gfield_description {
        padding:0;
        /*margin-left:31%;*/
        margin-bottom:10px;
        color: #790000;
}

.gform_wrapper li.gfield.gfield_error {
        border: none !important ;
}

body .gform_wrapper h2.gsection_title, body .gform_wrapper .gfield_html {
	margin-top: 2em !important;
}

.read-more-section {
	padding-bottom: 1.5em;
}
.toggle_more_desc a {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}
.thumbnail-grid-layout {
	margin: 0; padding: 0; list-style-type: none !important;
}
.thumbnail-grid-layout li {
	float: left;
	width: 25%;
	margin: 0; padding: 0; list-style-type: none !important; background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1.5em;
	padding: 10px;
}
.thumbnail-grid-layout li:nth-child(4n+1) {
	clear: both;
}
.thumbnail-grid-layout p {
	text-align: center;
	padding: 5px 0 0 0;
	font-size: .9em;
}
.thumbnail-grid-layout li img {
	display: block;
	width: 100%;
	height: auto;
}
.thumbnail-grid-layout:before, .thumbnail-grid-layout:after {
	content: "";
	display: table;
	clear: both;
}
#fancybox-title-over { color: #ccc;}


#mobilenav ul {
	display: none;
}

#mobilesearchform form {
	display: none;
	padding: 10px 10px 10px 25px;
	margin: 0 auto;
	max-width: 280px;
}
#mobilesearchform  {
	height: 60px;
	display: none;
}


.page-template-template-gasa #nav {
	padding-bottom: 0;
}

.page-template-template-gasa nav {
	height: 44px;
}
.page-template-template-gasa #nav-container {
	height: 61px;
	background-image: url('library/images/bgrounds/nav-top.gif'), url('library/images/bgrounds/gasa-nav-bottom.png');
	background-position: center top, center bottom;
	background-repeat: no-repeat;
}
.page-template-template-gasa .gridbreaker {
	margin-top: 0;
}
.page-template-template-gasa .gridbreaker:before, .page-template-template-gasa .gridbreaker:after {
	display: none;
}


.page-template-template-gasa .gasa-masthead {
	background-color: #454140;
	background-image: url('library/images/bgrounds/gasa-masthead-top.png'), url('library/images/bgrounds/gasa-masthead-bottom.png');
	background-position: center top, center bottom;
	background-repeat: repeat-x, repeat-x;
	margin-top: 0;
	padding: 0 0 15px 0;
}

.page-template-template-gasa .gasa-masthead .inner {
	margin: 0 auto;
	max-width: 960px;
	padding: 0 10px;
}
.page-template-template-gasa .gasa-masthead .inner img {
	max-width: 296px;
	width: 50%;
}
.gasa-wide {
	background: #ede8bd;
	font-family: arial, sans-serif;
}
.gasa-wide h1,
.gasa-wide h2,
.gasa-wide h3,
.gasa-wide h4,
.gasa-wide h5,
.gasa-wide h6 {
	font-family: arial, sans-serif;
	font-weight: bold;
}
.gasa-wide h1 {
	color: #f58026;
	font-size: 20px !important;
}
.gasa-content {
	padding-bottom: 50px;
}
.page-template-template-gasa footer {
	margin-top: 0;
	background: #454140 url('library/images/bgrounds/gasa-footer-top.png') repeat-x center top;
	
}
.page-template-template-gasa footer div,
.page-template-template-gasa footer .copyright,
.page-template-template-gasa footer a {
	color: #fff;
}
.page-template-template-gasa .gasa-anchor-content h2.anchor-title {
	color: #f58026;
	font-size: 17px !important;
}


.page-template-template-gasa .gasa-anchor-content {
	background: url('library/images/bgrounds/gasa-separator.png') no-repeat bottom left;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.page-template-template-gasa .gasa-anchor-content:before,
.page-template-template-gasa .gasa-anchor-content:after {
	content: "";
	display: table;
	clear: both;
}

.gf-gasa-contact_wrapper .gform_footer {
	padding: 15px 0 0 0 !important; 
	margin: 0 !important;
}

.gf-gasa-contact_wrapper .gform_footer input[type=submit] {
	padding: 5px 10px;
}


.gasa-back-to-top {
	text-align: center;
}

.gasa-back-to-top a {
		text-align:center;
		display: inline-block;
		padding: 5px 10px;
		font-size: 14px;
		font-family: Calibri, Helvetica, Arial, sans-serif;
		text-decoration: none;
		color: #4c5a58;
		border: solid 1px #d0d2d2;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background: #dddddd; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
		cursor: pointer;
}

.gasa-button {
	display: block;
	width: 100%;
	margin-top: 25px;
	height: 100px;
	background: #454140 url('library/images/text/YNSRA-button.jpg') no-repeat;
}



/* Media Query Tidy ups */

/* Very large screens */
@media only screen and (min-width: 1441px) { ... }


/* Medium screens */
@media only screen and (max-width: 1279px) and (min-width: 768px) {

	nav ul li a {
		font-size: 13px !important;
	}

	.internal-slogan {
		top: 60px;
		left: 70%;
	}

 }

@media only screen and (max-width: 980px) and (min-width: 768px) {
	.gasa-button {
		background-size: contain;
	}
	nav ul li a {
		padding: 0 6px;
		font-size: 13px !important;
	}

}


/* Medium screens (Portrait) */
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
	.page-title {
		right: 52.5%;
	}

}

/* Medium screens (Landscape) */
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: landscape) {


}
/* Small screens */
@media only screen and (max-width: 767px) {

	body, div, p, th, td {
		font-size: 15px;
	}

	li {

		font-size: 15px;

	}

	a {
		font-size: 15px;
	}

	.caption {
		width: 96%;
		left: 2%;
		padding: 5px 0 0 0;
	}

	#logo {
		position: relative;
		background: url('library/images/bgrounds/nav-top.gif') left bottom repeat-x;
		padding-bottom: 25px;
	}

    header {
		height: auto;
	}

	header a.logo {
		width: 60%;
		background-size: 100%;
		max-width: 250px;
		margin-top: 7px;
	}

	.showmenu, .showsearch {
        display: inline-block;
     }

    .showmenu {
	     right: 59px;
    }
	nav ul {
		display: none;
		position: static;
		background: #FFC423;
		background: green;
	}
	
	#nav, #mobilenav ul ul {
		display: none;
	}
	
	#mobilenav ul {
		background: #ffc423;
		margin: 0;
	}
	#mobilesearchform {
			background: #fff;
	}
	#mobilesearchform form { display: block; }
	#mobilenav ul li {
		background: none;
		padding: 0;
	}
	#mobilenav ul li a {
			font-family: 'OptimaLTRegular';
			color: #000000;
	        font-size: 16px;
	        text-decoration: none;
	        display: block;
	        line-height: 36px;
	        padding: 0 10px;
	        font-weight: normal;
	}
	
	#mobilenav ul li a:hover {
	        color: #fff;
	        background-color: #e8ab05;
	}
	#nav.active {
		display: block;
		height: 280px;
	}

	#nav-container {
		background-image: none;
	}

	nav li {
		width: 100%;
        text-align: left;
        height: auto;
	}

	nav li ul {
        display: none;
    }

	.internal-slogan {
		top: 30px;
	}

	#mobile-buttons {
		position: absolute;
		top: 7%;
		right: 10px;
		width: 40%;
		height: 100%;
		text-align: right;
	}

	.showmenu {
		margin-right: 5px;
	}

    #search {
        display: none;
        position: static;
        text-align: center;
		background-color: #ffc423;
		padding-top: 5px;

    }

    #search #s { /*search input*/
    	background-image: none;
    	width: 100%;
    	font-size: 16px;
    }

    #search .screen-reader-text, #search input[type=submit] {
    	display: none;
    }

    #search.active {
	    display: block;
    }

    #searchform {
		float: none;
		margin-top: 0;
	}

	.post-content {
		padding-left: 0px;
	}
	.thumbnail-grid-layout li {
		width: 50%;
	}
	.thumbnail-grid-layout li:nth-child(2n+1) {
		clear: both;
	}

}

/* Small screens (Portrait) */
@media only screen and (max-width: 767px) and (orientation: portrait) {

	.internal-slogan {
		left: 38%;
	}



}

/* Small screens (Landscape) */
@media only screen and (max-width: 767px) and (orientation: landscape) {

	.page-title {
		right: 52.75%;
	}

}



/* let's roll the retina images */
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {


}

/* End Media Query Tidy ups */

div#map-canvas div div div div div div div {
    max-width: none;
}

#map-canvas img {
max-width: none;
}



