/*
Theme Name: Respect.gov.au
Theme URI:
Description: Theme for the Respect.gov.au campaign website
Version: 2016
Author: Chris Lamb, Mel Stubbings
Tags:
*/

/*
Original Hot Pink: 					#E0197C
Changed to Dark Teal: 				#00808B
Light Teal (big on black only):		#51C1B9
Visited Link Teal:					#006D76
*/

/***********************************/
/******* Basic Wilcard Reset *******/
/**** Eric Meyer's is too agro *****/
/***********************************/
* {
	margin: 0;
	padding: 0;
}
@viewport{width:device-width}
@-ms-viewport {width: device-width;} /* For IE Snap Mode (Like that's even still a thing) */

/***********************************/
/************** Fonts **************/
/***********************************/
@font-face {
	font-family: 'OpenSans';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	src: url('fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'OpenSans-Bold';
	font-style: bold;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	src: url('fonts/Open_Sans/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Anton';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	src: url('fonts/Anton/Anton.ttf') format('truetype');
}
@font-face {
	font-family: 'ElegantIcons';
	-webkit-font-smoothing: antialiased;
	src:url('fonts/ElegantIcons/ElegantIcons.eot');
	src:url('fonts/ElegantIcons/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}
/***********************************/
/*********** Core styles ***********/
/***********************************/
body {
	background-color: #F1F1F1;
	color: #000;
	font: 94% OpenSans, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
h1 {
	color: #00808B;
	font: 3.3em Anton, Impact, monospace;
	line-height: 1.2em;
	margin: .8em 0 .2em 0;
	text-transform: uppercase;
}
h2 {
	color: #00808B;
	font: 2.5em Anton, Impact, monospace;
	line-height: 1.2em;
	margin: .8em 0 .2em 0;
	text-transform: uppercase;
}
h3 {
	font: 2em Anton, Impact, monospace;
	line-height: 1.2em;
	margin: .8em 0 .2em 0;
	text-transform: uppercase;
}
h4 {
	font: 1.8em Anton, Impact, monospace;
	line-height: 1.2em;
	margin: .8em 0 .2em 0;
	text-transform: uppercase;
}
h5 {
	font: 1.5em Anton, Impact, monospace;
	line-height: 1.2em;
	margin: .8em 0 .2em 0;
	text-transform: uppercase;
}
h6 {
	font: 1.2em Anton, Impact, monospace;
	line-height: 1.2em;
	margin: .8em 0 .2em 0;
	text-transform: uppercase;
}
p {
	line-height: 1.6em;
	margin: .8em 0;
}
a {
	color: #00808B;
	transition: all .5s;
}
a:hover,
a:focus {
	text-decoration: none;
	transition: all .5s;
}
a:visited {
	color: #006D76;
}
a img {
	border: none;
}
ul, ol {
	line-height: 1.5em;
	margin-left: 1.6em;
}
ul {
	list-style: none;
}
li {
	margin: .5em 0;
}
table {
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 100%;
}
caption {
	background-color: #00808B;
	border: 1px solid #F2F2F2;
	border-bottom: none;
	color: #FFF;
	font: 1.2em Anton, Impact, monospace;
	padding: 8px 10px;
	text-align: left;
	text-transform: uppercase;
}
th {
	border: 1px solid #F2F2F2;
	font-weight: bold;
	padding: 8px 10px;
	text-align: left;
	transition: background-color 1s;
}
thead th {
	background-color: #00808B;
	border-top: none;
	color: #FFF;
	font: 1.2em Anton, Impact, monospace;
	text-transform: uppercase;
}
td {
	background-color: #FFF;
	border: 1px solid #F2F2F2;
	padding: 8px;
	transition: background-color 1s;
}
thead th {
	background-color: #00808B;
	color: #FFF;
	font: 1.2em Anton, Impact, monospace;
	text-transform: uppercase;
}
tfoot {
	font-size: .9em;
}
.zebra td,
.zebra th {
	background-color: #F2F2F2;
}
tr:hover th,
tr:hover td {
	background-color: #EDF8F8;
	transition: background-color 1s;
}
thead tr:hover th {
	background-color: #00808B;
}
hr {
	background-color: #DFDFDF;
	border: none;
	color: #DFDFDF;
	height: 3px;
	margin: 2em 0;
}
dl {
	margin: 1em;
}
dt {
	font-weight: bold;
	line-height: 1.2em;
}
dd {
	margin: .5em;
}
abbr {
	border-bottom: 1px dotted #666;
}
blockquote {
	padding: 20px;
	margin: 20px 0;
	background-color: #F2F2F2;
}
time {
	color: #333;
}
figcaption {
	color: #333;
	font-size: .8em;
	line-height: 1.4em;
	margin: 0 0 .5em 0;
	text-align: center;
}
iframe {
	z-index: 98;
}
article,
aside,
figcaption,
figure,
footer,
header,
nav,
time,
section  {
	display: block;
}
h2 a,
h3 a,
h4 a {
	text-decoration: none;
}
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus {
	text-decoration: underline;
}
/***********************************/
/************* Masthead ************/
/***********************************/
.fixwidth {
	width: 1300px;
	margin: 0 auto;
	text-align: left;
}
#masthead {
	position: fixed;
	text-align: left;
	width: 100%;
	z-index: 101;
}
#masthead header {
	background-color: #FFF;
	min-height: 130px;
	position: relative;
}
/***********************************/
/************* Pre Nav *************/
/***********************************/
#prenav {
	border-bottom: 2px solid #EBEBEB;
	font-size: .9em;
	line-height: 1.6em;
	list-style: none;
	margin: 0;
	padding: 0 80px;
	text-align: right;
}
#prenav li {
	display: inline-block;
	line-height: 1.6em;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
#prenav span {
	color: #00808B;
	font: 1.2em Anton, Impact, monospace;
	text-transform: uppercase;
}
#prenav .emergency {
	background: url(images/emergency-icon.png) left 6px no-repeat;
	padding-left: 22px;
}
#prenav .gethelp {
	padding: 0 15px;
}
#prenav .campaign {
	padding: 0 15px 0 0;
}
#prenav .languages ul {
	margin: 4px 0 0 0;
	width: 100px !important;
}
#prenav .languages li {
	width: 100%;
}
#prenav .languages a {
	text-decoration: none;
	border-bottom: 2px solid transparent;
}
#prenav .languages a:hover li,
#prenav .languages a:focus li {
	text-decoration: underline;
}
/* Attempt to normalise font sizes */
#prenav li[lang="ar"],
#prenav li[lang="an"],
#prenav li[lang="x-dari"],
#prenav li[lang="ur"] {
	font-size: 1.2em;
}
#prenav li[lang="din"],
#prenav li[lang="sw"],
#prenav li[lang="tl"],
#prenav li[lang="vi"] {
	font-size: .9em;
}
#prenav li[lang="id"] {
	font-size: .8em;
}
li.escape {
	background-color: #000;
	font: 1.2em Anton, Impact, monospace;
	text-transform: uppercase;
	padding: 8px 0;
}
li.escape a {
	background-color: #000;
	color: #FFF;
	padding: 8px 24px 8px 34px;
	text-decoration: none;
}
li.escape a::after {
	color: #51C1B9;
	content: " \35";
	font-family: ElegantIcons;
}
li.escape a:hover,
li.escape a:focus {
	background-color: #00808B;
}
li.escape a:hover::after,
li.escape a:focus::after {
	color: #000;
}
/*** Crest ***/
#logo {
	margin: 15px 10px 15px 90px;
}
/***********************************/
/********* Masthead Search *********/
/***********************************/
div#search-toggle {
	display: inline-block;
	float: right;
}
div#search-toggle a {
	display: inline-block;
	margin: 0 10px;
}
div#search-toggle a.expanded {
	color: #00808B;
	border-bottom: 3px solid #00808B;
}
div#search-toggle a::after {
	color: #9E9E9E;
	content: " \55";
	font-family: ElegantIcons;
	font-size: 18px;
}
div#search-toggle a:hover::after,
div#search-toggle a:focus::after {
	color: 	#00808B;
}
#masthead .search-form {
	background-color: #FFF;
	display: none;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 56px;
}
#masthead .search-form input {
	border: none;
	float: left;
	font-size: .9em;
	transition: all 1s;
}
#masthead .search-form .search-field {
	border: 1px solid #D7D7D7;
	padding: 9px 10px 10px 10px;
	width: 260px;
}
#masthead .search-form .search-submit {
	background: #00808B url(images/search-icon.png) center center no-repeat;
	color: #FFF;
	cursor: pointer;
	height: 40px;
	text-indent: -9999em;
	transition: all .5s;
	width: 42px;
}
#masthead input.search-submit:hover,
#masthead input.search-submit:focus {
	background-color: #000;
	cursor: pointer;
	transition: all 1s;
}
/***********************************/
/************ Main Nav *************/
/***********************************/
#mainnav {
	background-color: #FFF;
	bottom: 25px;
	font: 1.2em Anton, Impact, monospace;
	position: absolute;
	right: 80px;
	text-transform: uppercase;
}
#mainnav nav {
	position: relative;
}
#mainnav ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainnav li {
	border-right: 1px solid #9E9E9E;
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
}
#mainnav a {
	border-bottom: 3px solid #FFF;
	color: #000;
	display: block;
	padding: 0;
	text-decoration: none;
}
#mainnav a:hover,
#mainnav a:focus {
	border-bottom: 3px solid #00808B;
	color: #00808B;
}
#mainnav .current-menu-item > a {
	border-bottom: 3px solid #00808B;
}
/* Second Level */
#mainnav ul ul {
	background-color: #FFF;
	border: 1px solid #000;
	display: none;
	position: absolute;
	top: 35px;
}
#mainnav ul ul li {
	border-bottom: 1px solid #000;
	border-right: none;
	float: none;
	line-height: 1.2em;
	padding: 0;
	text-align: left;
	width: 280px;
}
#mainnav ul ul a {
	display: block;
	padding: 10px;
}
#mainnav ul ul a:hover,
#mainnav ul ul a:focus {
	background-color: #00808B;
	color: #FFF;
}
#mainnav .sub-menu .current-menu-item > a {
	border-bottom: none;
}
/* No Third level */
#mainnav ul ul ul {
	display: none;
}
/* InNav is shown at smaller breakpoints */
#innav {
	display: none;
}
ul#innav li.languages {
	margin: 10px 0 0 0;
}
ul#innav li.languages ul {
	display: block;
}
/***********************************/
/********** Branding Strip *********/
/***********************************/
#branding {
	background-color: #000;
	border-bottom: 7px solid #51C1B9;
	color: #FFF;
	clear: both;
	height: 140px;
	width: 100%;
}
#branding span {
	color: #51C1B9;
	font-family: Anton, Impact, monospace;
	line-height: 150px;
	padding: 0 80px;
	text-transform: uppercase;
	text-shadow: 2px 2px #000;
	white-space: nowrap;
}
#branding.hero_head1 {
	background: #000 url(images/hero_head1.jpg) no-repeat right bottom;
}
#branding.hero_head2 {
	background: #000 url(images/hero_head2.jpg) no-repeat right bottom;
}
#branding.hero_head3 {
	background: #000 url(images/hero_head3.jpg) no-repeat right bottom;
}
#branding.hero_head4 {
	background: #000 url(images/hero_head4.jpg) no-repeat right bottom;
}
#branding.hero_head5 {
	background: #000 url(images/hero_head5.jpg) no-repeat right bottom;
}
#branding.hero_head6 {
	background: #000 url(images/hero_head6.jpg) no-repeat right bottom;
}
#branding.hero_head7 {
	background: #000 url(images/hero_head7.jpg) no-repeat right bottom;
}
#branding.hero_head8 {
	background: #000 url(images/hero_head8.jpg) no-repeat right bottom;
}
#branding.hero_head9 {
	background: #000 url(images/hero_head9.jpg) no-repeat right bottom;
}
#branding.hero_head10 {
	background: #000 url(images/hero_head10.jpg) no-repeat right bottom;
}
/***********************************/
/*********** Content Area **********/
/***********************************/
#wrapper {
	background-color: #FFF;
	padding: 130px 0 0 0;
	position: relative;
}
#content {
	margin: 40px 80px;
}
.hasleftnav #content {
	margin-left: 280px;
}
.hasrightnav #content {
	margin-right: 360px;
}
/* Font bullets for ULs */
article ul > li {
    text-indent: -1.3em;
}
article ul > li::before {
	color: #00808B;
	content: "■";
	padding-right: .8em;
}
/* Text version expanders */
button.text-version {
	margin: 5px 0 0 0;
	font-size: .9em;
	padding: 2px;
}
div.text-version {
	border: 4px solid #EBEBEB;
	display: none;
	font-size: .9em;
	padding: 4px 15px;
}
/***********************************/
/************* Crumbs **************/
/***********************************/
#crumbs {
	border-bottom: 1px solid #EBEBEB;
	font-size: .9em;
	padding: 30px 80px;
}
#crumbs .yah {
	display: inline-block;
	padding-right: 10px;
	font: 1.2em Anton, Impact, monospace;
	text-transform: uppercase;
}
#crumbs a {
	color: #000;
	display: inline-block;
	padding: 0 4px;
	text-decoration: none;
}
#crumbs a:hover,
#crumbs a:focus {
	color: #00808B;
	text-decoration: underline;
}
#crumbs .current {
	color: #00808B;
	font-weight: bold;
}
/* Social Media Share Icons */
ul.share {
	float: right;
	list-style: none;
	margin-right: 80px;
}
ul.share::before {
	border-left: 1px solid #000;
    color: #00808B;
    content: "Share";
    display: inline-block;
    font: 1.3em Anton,Impact,monospace;
    margin: 27px 0 0 0;
    padding: 2px 8px 2px 20px;
    text-transform: uppercase;
}
ul.share li {
	display: inline;
}
ul.share a {
	color: #000;
	display: inline-block;
	padding: 5px 3px;
	text-decoration: none;
}
ul.share a:hover,
ul.share a:focus {
	color: #00808B;
}
ul.share .facebook a::before {
	content: "\e093";
	font-family: 'ElegantIcons';
	font-size: 1.4em;
}
ul.share .twitter a::before {
	content: "\e094";
	font-family: 'ElegantIcons';
	font-size: 1.4em;
}
ul.share .email a::before {
	content: "\e076";
	font-family: 'ElegantIcons';
	font-size: 1.4em;
}
/* Readspeaker */
#readspeaker_button {
	float: right;
	margin: 30px 0 0 20px;
}
/***********************************/
/****** Content Area Search ********/
/***********************************/
#wrapper .search-form input {
	border: none;
	font-size: .9em;
	transition: all 1s;
}
#wrapper .search-form .search-field {
	border: 1px solid #D7D7D7;
	padding: 10px;
	width: 70%;
}
#wrapper .search-form .search-submit {
	background: #00808B url(images/search-icon.png) center center no-repeat;
	color: #FFF;
	cursor: pointer;
	height: 40px;
	text-indent: -9999em;
	transition: all .5s;
	width: 42px;
}
#wrapper input.search-submit:hover,
#wrapper input.search-submit:focus {
	background-color: #000;
	cursor: pointer;
	transition: all 1s;
}
/***********************************/
/************ Left Nav *************/
/***********************************/
#leftnav {
	float: left;
	font-size: .85em;
	margin-top: 60px;
	position: static;
	top: 0;
	transition: all 1s;
	width: 250px;
}
#leftnav .post-leftnav {
	margin: 0 0 40px 80px;
}
#leftnav ul {
	margin: 0;
}
#leftnav li {
	margin: 0;
}
#leftnav a {
	background-color: #FFF;
	border-bottom: 1px solid #000;
	color: #000;
	display: block;
	padding: 12px;
	text-decoration: none;
}
#leftnav a:hover,
#leftnav a:focus {
	background-color: #00808B;
	color: #FFF;
}
#leftnav li:last-child a {
	border-bottom: none;
}
/***********************************/
/********** Right Nav Top **********/
/***********************************/
#rightnav {
	float: right;
	margin: 60px 0 0 0;
	transition: all 1s;
	width: 310px;
}
.post-rightnav-top {
	margin: 0 80px 40px 0;
}
#rightnav h2,
#rightnav-bottom h2 {
	color: #000;
	font-size: 1.4em;
}
#rightnav ul,
#rightnav-bottom ul {
	margin: 0;
}
#rightnav li,
#rightnav-bottom li {
	font-size: .85em;
	margin: .2em 0;
}
/* Right Nav Bottom is shown at smaller breakpoints */
#rightnav-bottom {
	border-top: 1px solid #EBEBEB;
	display: none;
	margin: 20px 10px 40px 10px;
}
/***********************************/
/************ Article **************/
/***********************************/
#content article {
	padding-left: 90px;
	position: relative;
}
section > h1 {
	padding-left: 90px;
}
body:not(.home) #content article time {
	background-color: #00808B;
	border-radius: 35px;
	color: #FFF;
	font: 1em Anton, Impact, monospace;
	height: 70px;
	left: 0;
	line-height: 1.2em;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 70px;
}
body:not(.home) #content article time .p0 {
	display: block;
	font-size: 1.5em;
	padding: 12px 0 2px 0;
}
/***********************************/
/************ The Loop *************/
/***********************************/
body.archive #content > h1 {
	left: -9999em;
	position: absolute;
}
.loop-post {
	border-bottom: 1px solid #E5ECEF;
	margin: 40px 0;
	padding-bottom: 20px;
}
.loop-post h2 {
	color: #000;
	font-size: 2em;
	margin: 10px 0;
}
.loop-post h2 a {
	color: #000;
}
.loop-post h2 a:hover,
.loop-post h2 a:focus {
	color: #00808B;
}
.loop-post .blog_author {
	border: none;
}
/***********************************/
/*********** Tags Links ************/
/***********************************/
.tag-links {
	border-top: 1px solid #EBEBEB;
	padding: 20px 0 10px 0;
}
.tag-links span {
	display: block;
}
.tag-links a,
.tagcloud a {
	background-color: #E1E4E7;
	color: #555;
	display: inline-block;
	font-size: .85em;
	margin: 2px 4px 2px 0;
	padding: 8px 12px;
	text-decoration: none;
}
.tag-links a:hover,
.tag-links a:focus ,
.tagcloud a:hover,
.tagcloud a:focus {
	background-color: #00808B;
	color: #FFF;
}
/***********************************/
/********** Author Info ************/
/***********************************/
.blog_author {
	border-bottom: 1px solid #E5ECEF;
	border-top: 1px solid #E5ECEF;
	margin: 10px 0;
	padding: 10px 0;
}
.blog_author span::before {
	color: #9AA7AF;
	content: "\6c";
	font-family: 'ElegantIcons';
	font-size: 1.4em;
	padding-right: 10px;
}
.blog_author img {
	border-radius: 50%;
	display: block;
	height: 70px;
	margin-bottom: 5px;
	width: 70px;
}
/***********************************/
/*********** Pagination ************/
/***********************************/
.pagination {
	color: #5B5B5B;
	font-size: .9em;
	margin: 20px 0;
	text-align: center;
}
.pagination a {
	color: #5B5B5B;
	text-decoration: none;
}
.pagination a:hover,
.pagination a:focus{
	background-color: #000;
	color: #FFF;
	text-decoration: underline;
}
.pagination a.next,
.pagination a.prev {
	border: none;
}
.pagination a.next:hover,
.pagination a.next:focus,
.pagination a.prev:hover,
.pagination a.prev:focus {
	background-color: transparent;
	color: #000;
}
.pagination .current {
	border: 1px solid #DFE5E9;
	background-color: #00808B;
	color: #FFF;
}
.page-numbers {
	border: 1px solid #DFE5E9;
	padding: 4px 9px;
}
/***********************************/
/************ Pager Nav ************/
/***********************************/
#pager-nav {
	border-top: 1px solid #EBEBEB;
	font-size: .85em;
	margin: 20px 0 40px 90px;
	padding-top: 20px;
}
#pager-nav li {
	color: #00808B;
	float: left;
	font: 1.2em Anton, Impact, monospace;
	position: relative;
	text-transform: uppercase;
	width: 47.9%;
}
#pager-nav a {
	color: #00808B;
	display: block;
	text-decoration: none;
}
#pager-nav a span {
	color: #000;
	display: block;
	font: .8em OpenSans, Helvetica, Arial, sans-serif;
	text-transform: none;
}
#pager-nav li.previous {
	padding-right: 1%;
}
#pager-nav li.next {
	border-left: 1px solid #EBEBEB;
	padding-left: 1%;
	text-align: right;
}
#pager-nav li.previous a::before,
#pager-nav li.next a::before {
	border: 1px solid #00808B;
	color: #00808B;
	font-family: 'ElegantIcons';
	font-size: 3em;
	line-height: 46px;
	padding: 0 2px 3px 0;
	text-align: center;
	transition: all .5s;
	width: 50px;
}
#pager-nav li.previous a::before {
	content:'\34';
	float: left;
	margin-right: 15px;
}
#pager-nav li.next a::before {
	content:'\35';
	float: right;
	margin-left: 15px;
}
#pager-nav li.previous a:hover::before,
#pager-nav li.previous a:focus::before,
#pager-nav li.next a:hover::before,
#pager-nav li.next a:focus::before {
	background-color: #00808B;
	color: #FFF;
}
#pager-nav::after {
	clear: both;
	content:'';
	display: block;
	height: 1px;
}
/***********************************/
/********* Photo Galleries *********/
/***********************************/
.gallery-item {
	float:left;
	margin: 10px 10px 0 0;
}
.gallery img {
	border: 2px solid #FFF;
	transition: all .5s;
}
.gallery a:hover img,
.gallery a:focus img {
	border: 2px solid #00808B;
	transition: all .5s;
}
/***********************************/
/****** Attachments on a Page ******/
/***********************************/
.page-attachments {
	border: 4px solid #EBEBEB;
	margin: 1em 0;
	padding: 20px;
}
.page-attachments h2 {
	font-size: 1.8em;
	margin: 0 0 .4em 0;
}
.page-attachments ul {
	margin: 0 0 0 10px;
}
.page-attachments li {
	margin: 0 0 4px 0;
}
.page-attachments li::before {
	content: '';
}
.page-attachments ul ul {
	margin: 0 0 4px 30px;
}
li.listen a {
	background: url(images/docreader_icon.png) left center no-repeat;
	font-size: .8em;
	padding: 4px 0 4px 20px;
}
/***********************************/
/********* Attachment Pages ********/
/***********************************/
.attachment-wrapper {
	border: 4px solid #EBEBEB;
	margin: 1em 0;
	padding: 20px;
}
.attachment-wrapper > img {
	box-shadow: 1px 1px 2px #333;
	float: right;
	margin: 0 0 0 20px;
}
.attachment-wrapper ul {
	margin: 0;
}
.attachment-wrapper li {
	margin: 0 0 4px 0;
}
.attachment-wrapper li::before {
	content: '';
}
.attachment-wrapper ul img {
	padding-right: 6px;
}
.attachment-wrapper ul ul {
	margin: 0 0 4px 30px;
}
.attachment-wrapper .caption {
	display: block;
	margin: 20px;
}
#wrapper #content .attachment-wrapper time {
	background-color: transparent;
	border-radius: 0;
	clear: right;
	color: #555;
	font-family: OpenSans, Helvetica, Arial, sans-serif;
	font-size: .85em;
	height: auto;
	padding-top: 20px;
	position: static;
	text-align: right;
	text-transform: none;
	width: auto;
}
/***********************************/
/****** Custom CALD templates ******/
/***********************************/
.page-template-page_cald #branding.hero_head1,
.page-template-page_cald #branding.hero_head3,
.page-template-page_cald #branding.hero_head5 {
	background: #000 <!--url(images/hero_head3.png) no-repeat--> 93% 100%;
}
.page-template-page_cald #branding.hero_head2,
.page-template-page_cald #branding.hero_head4,
.page-template-page_cald #branding.hero_head6 {
	background: #000 <!--url(images/hero_head4.png) no-repeat--> 93% 100%;
}
/* Script direction */
article[dir="rtl"] {
	text-align: right;
	font-size: 1.1em;
}
/***********************************/
/***** Custom Indig templates ******/
/***********************************/
.page-template-page_indig #branding.hero_head1,
.page-template-page_indig #branding.hero_head3,
.page-template-page_indig #branding.hero_head5 {
	background: #000 <!--url(images/hero_head5.png) no-repeat--> 93% 100%;
}
.page-template-page_indig #branding.hero_head2,
.page-template-page_indig #branding.hero_head4,
.page-template-page_indig #branding.hero_head6 {
	background: #000 <!--url(images/hero_head6.png) no-repeat--> 93% 100%;
}
/* Custom colours */
.page-template-page_indig #branding {
	border-bottom-color: #CC4F23;
}
.page-template-page_indig h1,
.page-template-page_indig h2,
.page-template-page_indig #branding span,
.page-template-page_indig ul.share::before,
.page-template-page_indig #content a,
.page-template-page_indig article ul > li::before,
.page-template-page_indig #crumbs .current {
	color: #CC4F23;
}
.page-template-page_indig #leftnav a:hover,
.page-template-page_indig #leftnav a:focus {
	background-color: #CC4F23;
}
.page-template-page_indig #crumbs a:hover,
.page-template-page_indig #crumbs a:focus,
.page-template-page_indig ul.share a:hover,
.page-template-page_indig ul.share a:focus,
.page-template-page_indig #content a:visited {
	color: #AD431E;
}
/***********************************/
/********** Services Page **********/
/***********************************/
.services-header {
	clear: left;
	float: left;
	margin: .5em 0;
	width: 170px;
}
.services-section {
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #DDD;
	padding-left: 220px;
}
.services-section h3,
.services-section h4 {
	text-transform: none;
}
.services-section::after {
	clear: both;
	content: "";
	display: block;
	height: 1px;
	width: 1px;
}
/***********************************/
/************* Comments ************/
/***********************************/
#comments {
	border-top: 1px solid #EBEBEB;
	margin: 20px 0 20px 90px;
}
/* Comment form */
#comments fieldset {
	border: none;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 15px;
}
#comments fieldset legend {
	font: 1.4em Anton, Impact, monospace;
	text-transform: uppercase;
}
#comments .comment-notes {
	font-size: .85em;
}
#comments label {
	display: block;
	color: #00808B;
	font-size: 1.1em;
	font-weight: bold;
	padding: 6px 0;
}
#comments input,
#comments textarea {
	background-color: #FFF;
	border: 1px solid #B3BDC3;
	font: 1em OpenSans, Helvetica, Arial, sans-serif;
	outline: none;
	padding: 8px;
	transition: ease .5s;
}
#comments textarea {
	height: 180px;
	width: 96%;
}
#comments input[type="text"],
#comments input[type="email"] {
	width: 90%;
}
#comments .comment-form-author {
	float: left;
	margin-right: 3%;
	width: 48%;
}
#comments .comment-form-email {
	float: left;
	width: 48%;
}
#comments .comment-reply-title {
	float: right;
	font-family: OpenSans, Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-transform: none;
}
#comments input:focus,
#comments textarea:focus {
	border-bottom: 1px solid #00808B;
	box-shadow: 0 2px 0 0 #00808B;
}
#comments .form-submit {
	clear: both;
}
#comments #submit {
	border: 1px solid #00808B;
	color: #00808B;
	cursor: pointer;
	font: 1.2em Anton, Impact, monospace;
	margin-top: 20px;
	text-transform: uppercase;
	transition: all .5s;
}
#comments #submit:hover,
#comments #submit:focus {
	background-color: #00808B;
	color: #FFF;
}
/* Comment display */
#comments h2 {
	color: #000;
	font: 1.4em Anton,Impact,monospace;
    text-transform: uppercase;
}
#comments ol {
	list-style: none;
	margin: 0;
}
#comments li {
	border-top: 1px solid #EBEBEB;
	margin: 1em 0;
	padding: 20px 0 0 0;
	position: relative;
}
#comments .avatar {
	float: left;
}
#comments li ol {
	padding-left: 70px;
}
.comment-content {
	margin-left: 70px;
}
#comments .comment-meta cite {
	color: #00808B;
	font-style: normal;
	font-weight: bold;
}
#comments .comment-meta .role {
	color: #555;
	display: inline-block;
	font-size: .7em;
	padding-left: 10px;
}
#comments .comment-meta time {
	color: #777;
	float: right;
	font-size: .8em;
	margin: 4px 50px 4px 20px;
	text-align: right;
}
#comments .comment-reply-link {
	font-size: .85em;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 24px;
}
#comments .comment-reply-link:hover,
#comments .comment-reply-link:focus {
	text-decoration: underline;
}
#comments .comment-moderation {
	border: 1px solid #00808B;
	border-left-width: 5px;
	font-size: .85em;
	padding: 2px 8px;
}

/***********************************/
/********* Search Results **********/
/***********************************/
body.search-results #content {
	margin: 40px 360px;
	padding: 0;
}
body.search-results p.search-summary {
	border-top: 3px solid #DFDFDF;
	color: #00808B;
	font: 1.6em Anton, Impact, monospace;
	margin: 20px 0;
	padding: 10px 0;
	text-transform: uppercase;
}
body.search-results p.search-summary span {
	color: #000;
}
/***********************************/
/************ 404 Page *************/
/***********************************/
body.error404 #content {
	margin: 40px 360px;
	padding: 0;
	text-align: center;
}
body.error404 #content p {
	border-bottom: 3px solid #DFDFDF;
	font-size: 1.4em;
	padding: 20px 120px;
}
body.error404 #content .search-form {
	background: #FFF url(images/404.png) top center no-repeat;
	border-bottom: 3px solid #DFDFDF;
	padding: 290px 100px 30px 100px;
}
/***********************************/
/************* Modal ***************/
/***********************************/
#dialog #content {
	margin: 0;
	padding-top: 30px;
}
#dialog #content article {
	text-align: left;
	width: auto;
}
#dialog #content article time {
	background-color: #00808B;
	color: #FFF;
	font: 1.2em Anton, Impact, monospace;
	padding: 4px 8px;
	position: absolute;
	text-transform: uppercase;
	top: -2em;
}
/***********************************/
/************* Footer **************/
/***********************************/
#footer {
	background-color: #F1F1F1;
	border-top: 1px solid #EBEBEB;
	clear: both;
}
#footer > div {
	padding: 20px 80px;
}
#footer .siteinfo-desc {
	font: 1em Anton, Impact, monospace;
	text-transform: uppercase;
	margin: 0;
}
#footer .siteinfo-copy {
	font-size: .9em;
}
#footer ul {
	list-style: none;
	float: right;
	font-size: .9em;
	margin: 0;
}
#footer li {
	display: inline;
	line-height: 1em;
	margin: 0;
}
#footer li::after {
	content: "·";
}
#footer a {
	color: #000;
	display: inline-block;
	padding: 0 8px;
}
#footer li:last-child::after {
	content: "";
}
/***********************************/
/********* Various Classes *********/
/***********************************/
.anton {
	font-family: Anton, Impact, monospace;
	text-transform: uppercase;
}
.teal {
	color: #00808B;
}
.light-teal {
	color: #51C1B9;
}
.white {
	color: #FFF;
}
.black {
	color: #000;
}
.underline {
	text-decoration: underline;
}
.massive {
	font-size: 4em;
	line-height: .8em;
}
.big {
	font-size: 2.4em;
	line-height: .8em;
}
.medium {
	font-size: 1.4em;
	line-height: 1.2em;
}
.intro {
	color: #00808B;
	font-weight: bold;
}
.tealbtn a,
a.tealbtn  {
	border: 1px solid #00808B;
	color: #00808B;
    display: inline-block;
	font: 1.3em Anton, Impact, monospace;
    padding: 10px 30px;
    text-decoration: none;
	text-transform: uppercase;
}
.tealbtn a:hover,
.tealbtn a:focus
a.tealbtn:hover,
a.tealbtn:focus {
    background-color: #00808B;
	color: #FFF;
}
.whitebtn a,
a.whitebtn {
	border: 1px solid #FFF;
	color: #FFF;
	display:inline-block;
	font: 1.2em Anton, Impact, monospace;
	margin-top: 20px;
    padding: 10px 30px;
	text-decoration:none;
	text-transform:uppercase;
}
.whitebtn a:hover,
.whitebtn a:focus,
a.whitebtn:hover,
a.whitebtn:focus {
    background-color: #00808B;
    border: 1px solid #00808B;
}
.bold {
	font-weight: bold;
}
.nomargin {
	margin: 0;
}
.italic {
	font-style: italic
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}
.left,
.alignleft,
.align-left {
  float: left;
  padding: 10px 20px 20px 0;
}
.right,
.alignright,
.align-right {
  float: right;
  padding: 10px 0 20px 20px;
}
.center,
.centre,
.aligncenter,
.align-center{
	text-align: center;
}
.wp-caption-text {
	color: #333;
	font-size: .9em;
	line-height: 1.4em;
	margin: 0 0 .5em 0;
}
.nobullet {
	list-style-type: none;
}
.nobr {
	white-space: nowrap;
}
.small,
small {
	font-size: .85em;
}
.screen-reader-text,
.offleft {
	position: absolute;
	left: -9999em;
	font-size: .8em;
}
.offleft a {
	background-color:#FFF;
}
.offleft a:focus {
	left: 9999em;
	position: absolute;
	z-index: 99999;
}
.zebra {
	background-color: #F3F3F3;
}
.required {
	color: #990000;
}
