/*
Theme Name: Premier of Victoria
Theme URI: http://www.premier.vic.gov.au
Author: Stephen Brown
Author URI: http://www.premier.vic.gov.au
Description: Wordpress theme for the Premier of Victoria Website
Version: 1.0
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 100%;
	font: inherit;
	padding: 0;
	border: 0;
	margin: 0;
	vertical-align: baseline
}
ol, ul {
	list-style: none
}
.page-content ul, .cd-timeline-content ul {
	list-style: disc;
	list-style-type: disc;
	padding-left: 1.1em;
	margin-bottom: 10px;
}
.page-content ol, .cd-timeline-content ol {
	list-style: decimal;
	list-style-type: decimal;
	padding-left: 1.1em;
	margin-bottom: 10px;
}
.page-content ul li, .page-content ol li {
}
.form-control {
	color: #000000;
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
.clear {
	clear: both
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}
sup {
	top: -.5em;
	font-size: 12px !important;
}
.alert-danger {
	margin: 20px 20px 65px 20px;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.download-btn, .download-btn:hover {
	background: #004ea8;
	border-radius: 5px;
	color: #FFFFFF;
	padding: 0px;
}
#main-content.the-team .team-card {
	padding: 0 10px;
}
#main-content.our-priorities .priority-card {
	padding: 0 10px;
}
.cta-button {
	background: #004ea8 url('img/cta-button-bg.png') no-repeat -230px 0;
	border-radius: 5px;
	color: #FFFFFF;
	padding: 20px 20px 20px 100px;
	display: block;
	margin-bottom: 20px;
	position: relative;
	font-family: 'vicregular', Arial, Helvetica, Sans-serif;
	font-size: 24px;
	text-align: right;
	clear: both;
}
.cta-button span {
	font-family: 'vicsemibold', Arial, Helvetica, Sans-serif;
	clear: both;
	display: block;
}
.cta-button:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.cta-button.subscribe:before {
	content: "\f1ea";
	font-family: 'FontAwesome';
	color: #004ea8;
	font-size: 50px;
	left: 20px;
	position: absolute;
	top: 30%;
	text-indent: 0;
}
.cta-button.qanda:before {
	content: "\f059";
	font-family: 'FontAwesome';
	color: #004ea8;
	font-size: 60px;
	left: 20px;
	position: absolute;
	top: 25%;
	text-indent: 0;
}
.cta-button.topic:before {
	content: "\f1d8";
	font-family: 'FontAwesome';
	color: #004ea8;
	font-size: 50px;
	left: 20px;
	position: absolute;
	top: 30%;
	text-indent: 0;
}
.yop-poll-container {
	width: 100% !important;
}
body {
	font-family: 'vicregular', Arial, Helvetica, Sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
	background: #e8e9e8;
	color: #000000;
}
h1 {
	font-family: 'vicbold', Arial, Helvetica, Sans-serif;
	font-weight: normal;
	font-style: normal;
}
h2, h3, h4, h5, strong {
	font-family: 'vicsemibold', Arial, Helvetica, Sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 20px 0 10px 0;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
p {
	font-size: 16px;
	margin-bottom: 10px;
}
a {
	color: #004ea8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.external-link {
	color: #004ea8;
	text-decoration: none;
	position: relative;
	padding-right: 20px;
}
a.external-link:hover {
	text-decoration: underline;
}
a.external-link:before {
	content: "\f08e";
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #004ea8;
	right: 0;
	position: absolute;
	top: 2px;
	text-indent: 0;
}

blockquote {
	background: #f7f7f7;
	padding: 20px;
	margin-top: 10px;
}
blockquote p:first-child {
	margin-top: 0;
}
/* Header */

#header {
	background: rgba(58,60,66,1.0);
	z-index: 999;
	position: relative;
	overflow: hidden;
}
body.home #header {
	background: rgba(58,60,66,0.95);
}
#header .navbar {
	border: 0;
	border-radius: 0;
	margin: 0;
}
#header .navbar .container {
	padding: 0;/*position: relative;*/
}
#header .navbar-header {
	width: 100%;
	background: #af272f;
	height: 100px;
}
#header .navbar-header .header-mask {
	background: #FFF;
	width: 50%;
	min-height: 100px;
	right: 0;
	position: absolute;
}
#header .navbar-header .vic-gov-logo {
	background: #FFFFFF;
	float: left;
	width: 66%;
	position: relative;
	z-index: 999;
	height: 100px;
}
#header .navbar-header a.navbar-brand {
	font-family: 'vicsemibold', Arial, Helvetica, Sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	padding: 30px 15px;
	position: relative;
	z-index: 999;
}
#header .navbar-header a.navbar-brand span {
	font-family: 'vicregular', Arial, Helvetica, Sans-serif;
	font-size: 16px;
	display: block;
}
#header #navbar {
}
#header #navbar .search {
}
#header #navbar .search form {
	margin-right: 0;
}
#header #navbar .search form .screen-reader-text {
	display: none;
}
#header #navbar .search form input[type=search] {
	margin-right: -40px;
	padding: 0 55px 0 20px;
	background: #e8e9e8;
	color: #3a3c42;
	border: 0;
	min-height: 40px;
}
#header #navbar .search form button[type=submit] {
	background: #b0b2b4;
	border: 0;
	border-radius: 0 5px 5px 0;
	color: #3a3c42;
	padding: 10px 15px;
}
#header #navbar .navbar-nav>li>a {
	font-size: 18px;
	color: #FFFFFF;
}
#header #navbar .navbar-nav>li>a:hover,
#header #navbar .navbar-nav>li>a:active {
	background: none;
	color: #FFFFFF;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: transparent;
}
.navbar-toggle {
	float: left;
	background: none;
	padding: 10px;
}
.navbar-toggle .icon-bar {
	background: #FFFFFF;
	width: 30px;
	height: 4px;
	border-radius: 5px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 5px;
}
/* Hero */

#hero {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: -50px;
}
#hero-images {
}
#hero-images img {
    width: 100%;
    height: auto;
    position: relative;
    bottom: -5px;
}
/* Card Filters - Hero area */

#hero #filters {
	position: absolute;
	bottom: 0;
	width: 100%;
}
#hero #post-filters-header {
	background: rgba(255,255,255,0.7);
	text-align: center;
}
#hero #post-filters-header p {
	font-family: 'vicsemibold', Arial, Helvetica, Sans-serif;
	font-size: 18px;
	color: #000000;
	padding: 10px 0;
	margin: 0;
}
#hero #post-filters {
	width: 100%;
	padding: 10px 20px;
	clear: both;
	overflow: hidden;
	background: rgba(255,255,255,0.5);
}
#hero #post-filters select, .post-search input, .post-submit input {
	margin: 10px 0;
}
#hero #post-filters .post-search {
}
#hero #post-filters .post-submit {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 15px;
}
#hero #post-filters .post-submit input[type=submit].wpas-submit {
	text-indent: -1000em;
	min-width: 40px;
	border-radius: 0 5px 5px 0;
	background: #b0b2b4;
}
#hero #post-filters .post-submit:before {
	content: "\f002";
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #3a3c42;
	left: 13px;
	position: absolute;
	top: 19px;
	text-indent: 0;
}
.content-tags {
}
.content-types {
}
/* Cards */

#post-grid {
	margin-bottom: 20px;
}
#post-no-results {
}
#latest-posts .post {
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
}
#latest-posts.student-centre-latest .post {
	height: 400px;
}
#post-grid .post {
	float: left;
	position: relative;
	margin: 20px 0 0 0;
	padding: 0 10px;
}
#post-grid .post.no-results {
	width: 100%;
}
#post-grid .post.no-results .post-inner {
	padding: 20px;
}
#post-grid .post.category-media-release .post-inner, #latest-posts .post.category-media-release .post-inner, #recent-posts .post.category-media-release .post-inner {
	border-top: 40px solid #af272f;
}
#post-grid .post.category-news .post-inner, #latest-posts .post.category-news .post-inner, #recent-posts .post.category-news .post-inner {
	border-top: 40px solid #af272f;
}
#post-grid .post.category-video .post-inner, #latest-posts .post.category-video .post-inner, #recent-posts .post.category-video .post-inner {
	border-top: 40px solid #af272f;
}
#post-grid .post.category-speech .post-inner, #latest-posts .post.category-speech .post-inner, #recent-posts .post.category-speech .post-inner {
	border-top: 40px solid #af272f;
}
#post-grid .post.category-facebook .post-inner, #latest-posts .post.category-facebook .post-inner, #recent-posts .post.category-facebook .post-inner {
	border-top: 40px solid #3b5998;
}
#post-grid .post.category-twitter .post-inner, #latest-posts .post.category-twitter .post-inner, #recent-posts .post.category-twitter .post-inner {
	border-top: 40px solid #4099FF;
}
#post-grid .post.category-instagram .post-inner, #latest-posts .post.category-instagram .post-inner, #recent-posts .post.category-instagram .post-inner {
	border-top: 40px solid #3f729b;
}
#post-grid .post.has-post-thumbnail .post-inner, #latest-posts .post.has-post-thumbnail .post-inner, #recent-posts .post.has-post-thumbnail .post-inner {
	border: 0;
}
#post-grid .post .post-inner {
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
#post-grid .post.large {
}
#latest-posts .post .post-thumbnail, #post-grid .post .post-thumbnail {
	position: relative;
	width: 100%;
	background: #b0b2b4;
	top: 0;
	min-height: 40px;
}
#latest-posts .post .post-thumbnail img, #post-grid .post .post-thumbnail img {
	height: auto;
	width: 100%;
}
#latest-posts .post .post-content, #post-grid .post .post-content {
	position: relative;
	width: 100%;
	bottom: 0;
	background: #FFFFFF;
	padding: 20px;
}
#latest-posts .post .post-content .post-type, #post-grid .post .post-content .post-type {
}
#latest-posts .post .post-content .post-date, #post-grid .post .post-content .post-date {
	font-size: 12px;
}
#latest-posts .post .post-content .post-title, #post-grid .post .post-content .post-title {
}
#latest-posts .post .post-content .post-title h3, #post-grid .post .post-content .post-title h3 {
	margin: 5px 0;
}
#latest-posts .post .post-content .post-title h3 a, #post-grid .post .post-content .post-title h3 a {
}
#latest-posts .post .post-content .post-summary, #post-grid .post .post-content .post-summary {
	font-size: 14px;
}
#latest-posts .post .post-content .post-tags, #post-grid .post .post-content .post-tags {
	padding-bottom: 0;
	overflow: hidden;
}
#latest-posts .post .post-content .post-tags ul, #post-grid .post .post-content .post-tags ul {
}
#latest-posts .post .post-content .post-tags ul li, #post-grid .post .post-content .post-tags ul li {
	float: left;
	position: relative;
	margin-right: 10px;
}
#latest-posts .post .post-content .post-tags ul li a, #post-grid .post .post-content .post-tags ul li a {
	background: #af272f;
	border-radius: 5px;
	color: #FFFFFF;
	min-height: 30px;
	display: block;
	padding: 7px 8px;
	margin: 0;
	font-size: 14px;
}
#latest-posts .post .post-content .post-type, #post-grid .post .post-content .post-type {
	position: absolute;
	top: -20px;
	right: 18px;
}
#latest-posts .post.has-post-thumbnail .post-content .post-type, #post-grid .post .post-content .post-type {

}
#latest-posts .post .post-content .post-type, #post-grid .post .post-content .post-type {
	position: absolute;
	top: -20px;
	right: 18px;
}
#latest-posts .post .post-content .post-type ul.post-categories, #post-grid .post .post-content .post-type ul.post-categories {
	padding: 0;
}
#latest-posts .post .post-content .post-type ul.post-categories li, #post-grid .post .post-content .post-type ul.post-categories li {
	height: 40px;
	width: 40px;
	border: 2px solid #FFFFFF;
	border-radius: 20px;
	background: #3a3c42;
	text-align: center;
	display: none;
}
#latest-posts .post .post-content .post-type ul.post-categories li:first-child, #post-grid .post .post-content .post-type ul.post-categories li:first-child {
	z-index: 999;
	display: block;
}
#latest-posts .post .post-content .post-type ul.post-categories li a, #post-grid .post .post-content .post-type ul.post-categories li a {
	color: #FFFFFF;
	display: block;
	text-indent: -1000em;
}
#latest-posts .post.category-video .post-type ul.post-categories li a:before, #post-grid .post.category-video .post-type ul.post-categories li a:before {
	content: "\f03d";
	font-family: 'FontAwesome';
	font-size: 18px;
	left: 11px;
	position: absolute;
	top: 11px;
	text-indent: 0;
}
#latest-posts .post.category-media-release .post-type ul.post-categories li a:before, #post-grid .post.category-media-release .post-type ul.post-categories li a:before {
	content: "\f1ea";
	font-family: 'FontAwesome';
	font-size: 18px;
	left: 9px;
	position: absolute;
	top: 12px;
	text-indent: 0;
}
#latest-posts .post.category-facebook .post-type ul.post-categories li a:before, #post-grid .post.category-facebook .post-type ul.post-categories li a:before {
	content: "\f09a";
	font-family: 'FontAwesome';
	font-size: 20px;
	left: 14px;
	position: absolute;
	top: 11px;
	text-indent: 0;
}
#latest-posts .post.category-twitter .post-type ul.post-categories li a:before, #post-grid .post.category-twitter .post-type ul.post-categories li a:before {
	content: "\f099";
	font-family: 'FontAwesome';
	font-size: 20px;
	left: 11px;
	position: absolute;
	top: 11px;
	text-indent: 0;
}
#latest-posts .post.category-instagram .post-type ul.post-categories li a:before, #post-grid .post.category-instagram .post-type ul.post-categories li a:before {
	content: "\f16d";
	font-family: 'FontAwesome';
	font-size: 20px;
	left: 11px;
	position: absolute;
	top: 10px;
	text-indent: 0;
}
#latest-posts .post.category-news .post-type ul.post-categories li a:before, #post-grid .post.category-news .post-type ul.post-categories li a:before {
	content: "\f0a1";
	font-family: 'FontAwesome';
	font-size: 20px;
	left: 10px;
	position: absolute;
	top: 10px;
	text-indent: 0;
}
#latest-posts .post.category-speech .post-type ul.post-categories li a:before, #post-grid .post.category-speech .post-type ul.post-categories li a:before {
	content: "\f075";
	font-family: 'FontAwesome';
	font-size: 20px;
	left: 10px;
	position: absolute;
	top: 10px;
	text-indent: 0;
}
/* Pages */

#sub-header {
	background: rgba(58,60,66,0.95);
	padding: 30px 0;
	margin: 0 0 20px 0;
}
#sub-header .breadcrumbs {
	color: #FFFFFF;
	font-size: 14px;
}
#sub-header .breadcrumbs a {
	color: #FFFFFF;
}
#sub-header .page-title {
}
#sub-header .page-title h1 {
	font-family: 'vicbold', Arial, Helvetica, Sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	padding: 10px 0 0 0;
	margin: 0 0 15px 0;
}


#sub-header .post-minister {
    clear: both;
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
#sub-header .post-minister a {
	color: #FFFFFF;
	text-decoration: none;
}
#sub-header .post-minister a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#sub-header .post-date {
	color: #FFFFFF;
	float: left;
	position: relative;
	padding: 7px 0;
	margin: 12px 20px 0 0;
	font-size: 14px;
}
#sub-header .post-tags, #sub-header ul {
	float: left;
	position: relative;
}
#sub-header .post-tags {
}
#main-content .post-tags ul li, #sub-header .post-tags ul li {
	float: left;
	position: relative;
	margin-right: 10px;
	margin-top: 10px;
}
#sub-header .post-tags ul li a {
	background: #af272f;
	border-radius: 5px;
	color: #FFFFFF;
	min-height: 30px;
	display: block;
	padding: 7px 8px;
	margin: 0;
	font-size: 14px;
}
#main-content .page-content .post-tags {
	margin-top: 20px;
	padding: 10px 0;
	border-top: 1px solid #e8e9e8;
	overflow: hidden;
}
#wpas-results #post-grid .post-tags, #main-content.media-centre .page-content .post-tags {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
#main-content .post-tags ul li {
}
#main-content .post-tags ul li a {
	background: #af272f;
	border-radius: 5px;
	color: #FFFFFF;
	min-height: 30px;
	display: block;
	padding: 7px 8px;
	margin: 0;
	font-size: 14px;
}
#main-content .post-tags h5 {
	float: left;
	position: relative;
	margin: 14px 10px 0 0
}
#main-content .post-tags ul {
	float: left;
	position: relative;
	list-style: none;
	padding: 0;
}
#main-content {
	word-wrap: break-word;
}
#main-content.home .container {
}
#main-content .page, #main-content .post {
}
#main-content .page .page-image, #main-content .post .page-image {
	float: left;
	position: relative;
	width: 100%;
	clear: both;
}
#main-content .page .page-image img, #main-content .post .page-image img {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
}
#main-content .post .page-content, #main-content .page .page-content, .primary-content {
	padding: 20px 20px 10px 20px;
	margin-bottom: 20px;
	background: #FFFFFF;
	float: left;
	position: relative;
	width: 100%;
	z-index: 999;
}
#main-content.media-centre #sidebar {
	margin: 0 0 20px 15px;
}
#main-content.media-centre .cta-button.subscribe {
	margin: 0 0 0 15px;
}
#latest-posts h2 {
	font-size: 18px;
	background: #3a3c42;
	color: #FFFFFF;
	padding: 15px 20px;
	margin: 0 0 10px 0;
	clear: both;
}
.post-key-points {
	background: #f7f7f7;
	border: 2px solid #e8e9e8;
	padding: 20px;
	margin: 0 0 20px 0;
}
.post-key-points h4 {
	margin: 0 0 10px 0;
}
.post-key-points ul {
	margin: 0;
	list-style: none;
	padding-left: 0.2em;
}
.post-key-points ul li {
	margin: 0 0 5px 20px;
}
.post-key-points ul li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -1.5em;
	color: #3a3c42;
}
.post-key-points ul li a {
}
.file-attachment .download-btn {
	background: #004ea8;
	border-radius: 5px;
	color: #FFFFFF;
	padding: 10px;
	display: inline-block;
	margin-top: 20px;
	text-indent: 25px
}
.file-attachment .download-btn:before {
	content: "\f1c1";
	font-family: 'FontAwesome';
	font-size: 18px;
	text-indent: 0;
	position: absolute;
	left: 30px;
}
/* The Team */

.team-member {
	background: #DDDDDD;
	overflow: hidden;
	margin-bottom: 20px;
}
.team-member .team-member-image {
	text-align: center;
	height: 200px;
	overflow: hidden;
}
.team-member .team-member-image img {
}
.team-member .team-member-content {
	position: relative;
	background: #FFFFFF;
	padding: 20px 20px 60px 20px;
}
.team-member .team-member-content h2.team-member-name {
	margin-top: 0;
	margin-bottom: 5px;
}
.team-member .team-member-content h3.team-member-subtitle {
	margin-top: 0;
	margin-bottom: 10px;
}
.team-member .team-member-content h4.team-member-roles {
	font-family: 'vicregular', Arial, Helvetica, Sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
}
.team-member .team-member-content .team-member-links p {
	margin-bottom: 5px;
	font-size: 14px;
}
.team-member .team-member-content ul.team-member-links-social {
	margin-top: 20px;
	overflow: hidden;
	bottom: 20px;
	position: absolute;
	list-style: none;
	padding-left: 0;
}
.team-member .team-member-content ul.team-member-links-social li {
	float: left;
	position: relative;
}
.team-member .team-member-content ul.team-member-links-social li a {
	font-size: 12px;
}
.team-member .team-member-content ul.team-member-links-social li a .fa {
	background: #3a3c42;
	color: #FFFFFF;
	font-size: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	text-align: center;
	margin: 0 10px 0 0;
}
/* Our Priorities */

#main-content.our-priorities {
}
#main-content.our-priorities .row {
	margin: 0 -10px;
}
#main-content.our-priorities .page-intro {
	background: #FFFFFF;
	padding: 20px;
	margin-bottom: 20px;
}
#main-content.our-priorities .page-intro h2 {
	margin-top: 0;
}
.page-priority {
	background: #FFFFFF;
	margin-bottom: 20px;
}
.page-priority .page-priority-image {
}
.page-priority .page-priority-image img {
	width: 100%;
	height: auto;
}
.page-priority .page-priority-content {
	padding: 20px;
}
.page-priority .page-priority-content h2 {
	margin-top: 0;
}
/* Media Centre */

#main-content.media-centre .container {
	padding: 0;
}
#main-content.media-centre #sidebar {
	background: #b0b2b4;
	padding: 20px;
	overflow: hidden;
}
#main-content.media-centre #sidebar h3 {
	margin: 0;
}
#main-content.media-centre #sidebar form#wp-advanced-search div {
	margin-top: 20px;
	padding: 0;
}
#main-content.media-centre #sidebar form#wp-advanced-search .wpas-reset {
}
#main-content.media-centre #sidebar form#wp-advanced-search .wpas-submit {
}
#main-content.media-centre #sidebar form#wp-advanced-search .ten-left {
	padding-left: 10px;
}
#main-content.media-centre #sidebar form#wp-advanced-search .ten-right {
	padding-right: 10px;
}
#main-content.media-centre #post-grid .post {
	margin: 0 0 20px 0;
}
#main-content.media-centre #post-grid {
}
input[type=submit].wpas-submit {
	background: #004ea8;
	border: 0;
	color: #FFFFFF;
}
input[type=reset].wpas-reset {
	background: #3a3c42;
	border: 0;
	color: #FFFFFF;
}
#wpas-results-inner .row {
	margin: 0;
}
#wpas-load {
}
button#wpas-load-btn, input#searchsubmit {
	background: #004ea8;
	border: 0;
	color: #FFFFFF;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
}
/* Student Centre */
#sub-menu {
	background: #009b5a;
}
#sub-menu .sub-menu-nav {
}
#sub-menu .sub-menu-nav ul#menu-sub-menu {
}
#sub-menu .sub-menu-nav ul#menu-sub-menu li {
	float: left;
	position: relative;
}
#sub-menu .sub-menu-nav ul#menu-sub-menu li a {
	color: #FFFFFF;
	display: block;
	padding: 15px 30px 15px 0;
}
#student-centre-hero {
	background: #b0b2b4;
	padding: 20px 0 60px 0;
}
#student-centre-hero .student-centre-poll-title {
	padding: 20px;
	margin: 0;
}
#main-content.student-centre {
}
#main-content.student-centre #post-filters {
	padding: 20px;
	background: #FFFFFF;
	margin-top: -40px;
}

#main-content.student-centre #post-filters select, #main-content.student-centre .post-search input, #main-content.student-centre .post-submit input {
    margin: 10px 0;
}

#main-content.student-centre .post-submit {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 15px;
}

#main-content.student-centre .post-submit:before {
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #3a3c42;
    left: 13px;
    position: absolute;
    top: 19px;
    text-indent: 0;
}

#main-content.student-centre #post-filters .post-submit input[type=submit].wpas-submit {
    text-indent: -1000em;
    min-width: 40px;
    border-radius: 0 5px 5px 0;
    background: #b0b2b4;
}

#main-content.student-centre #post-filters .content-types p {
	font-size: 16px;
	float: left;
	position: relative;
	margin: 15px 10px 0 0;
}
#main-content.student-centre #post-filters button {
	background: #009b5a;
	color: #FFFFFF;
	border: 0;
	padding: 10px 12px;
	border-radius: 5px;
	margin: 0 10px 0 0;
	position: relative;
	text-indent: 25px;
}
#main-content.student-centre #post-filters button.bills-and-laws:before {
	content: "\f19c";
	font-family: 'FontAwesome';
	font-size: 16px;
	text-indent: 0;
	position: absolute;
	left: 12px;
}
#main-content.student-centre #post-filters button.q-and-a:before {
	content: "\f059";
	font-family: 'FontAwesome';
	font-size: 20px;
	text-indent: 0;
	position: absolute;
	left: 12px;
}
#main-content.student-centre #post-filters button.submitted-topic:before {
	content: "\f1d8";
	font-family: 'FontAwesome';
	font-size: 18px;
	text-indent: 0;
	position: absolute;
	left: 12px;
}
#main-content.student-centre #post-filters button.hot-topic:before {
	content: "\e104";
	font-family: 'Glyphicons Halflings';
	font-size: 18px;
	text-indent: 0;
	position: absolute;
	left: 12px;
	margin-top: -1px;
}
#main-content.student-centre #post-filters button.video:before {
	content: "\f03d";
	font-family: 'FontAwesome';
	font-size: 18px;
	text-indent: 0;
	position: absolute;
	left: 12px;
	padding-top: 1px;
}
#main-content.student-centre #post-filters button.show-all {
	background: #3a3c42;
	text-indent: 0;
}
#main-content.student-centre #post-grid {
	clear: both;
}
#main-content.student-centre #post-grid .post {
	height: 400px;
}
#main-content.student-centre #post-grid .post.no-results {
	height: auto;
	margin-bottom: 20px;
}
#main-content.student-centre #post-grid .post.whats-important {
	height: auto;
	width: 100% !important;
}
#main-content.student-centre #post-grid .post.whats-important .post-content {
	width: 75% !important;
}
#main-content.student-centre #post-grid .post.whats-important .social-likes {
	margin: 15px 0;
}
#main-content.student-centre #post-grid .post.whats-important .social-likes p {
	background: #EEE;
    padding: 15px 20px;
    border-radius: 5px;
    font-family: 'vicsemibold', Arial, Helvetica, Sans-serif;
    font-size: 18px;
    text-align: center;
}
#main-content.student-centre #post-grid .post.whats-important .social-likes p i {
    margin-right: 10px;
    color: #004ea8;
    font-size: 24px;
}

#main-content.student-centre #post-grid .post .post-inner, #sidebar #latest-posts.student-centre-latest .post .post-inner {
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
#latest-posts.student-centre-latest .post .post-thumbnail, #main-content.student-centre #post-grid .post .post-thumbnail {
	position: absolute;
	bottom: -5px;
	top: auto;
}
#main-content.student-centre #post-grid .post .post-type, #sidebar #latest-posts.student-centre-latest .post .post-type {
	width: 0;
	height: 0;
	border-bottom: 175px solid #009b5a;
	border-left: 80px solid transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
}
#main-content.student-centre #post-grid .post .post-content, #sidebar #latest-posts.student-centre-latest .post .post-content {
	position: relative;
	width: 100%;
	top: 0;
	background: #FFFFFF;
	padding: 20px;
}
#main-content.student-centre #post-grid .post .post-type li, #sidebar #latest-posts.student-centre-latest .post .post-type li {
	text-indent: -1000em;
	position: relative;
	z-index: 999;
	top: 125px;
	right: 45px;
	display: block;
	color: #FFF;
}
#main-content.student-centre #post-grid .post.student-centre_categories-video .post-type li:before, #sidebar #latest-posts.student-centre-latest .post.student-centre_categories-video .post-type li:before {
	content: "\f03d";
	font-family: 'FontAwesome';
	font-size: 30px;
	left: 0;
	position: absolute;
	top: 5px;
	text-indent: 0;
}
#main-content.student-centre #post-grid .post.student-centre_categories-bills-and-laws .post-type li:before, #sidebar #latest-posts.student-centre-latest .post.student-centre_categories-bills-and-laws .post-type li:before {
	content: "\f19c";
	font-family: 'FontAwesome';
	font-size: 30px;
	left: 0;
	position: absolute;
	top: 0;
	text-indent: 0;
}
#main-content.student-centre #post-grid .post.student-centre_categories-hot-topic .post-type li:before, #sidebar #latest-posts.student-centre-latest .post.student-centre_categories-hot-topic .post-type li:before {
	content: "\e104";
	font-family: 'Glyphicons Halflings';
	font-size: 32px;
	left: 0;
	position: absolute;
	top: 0;
	text-indent: 0;
}
#main-content.student-centre #post-grid .post.student-centre_categories-q-and-a .post-type li:before, #sidebar #latest-posts.student-centre-latest .post.student-centre_categories-q-and-a .post-type li:before {
	content: "\f059";
	font-family: 'FontAwesome';
	font-size: 36px;
	left: 0;
	position: absolute;
	top: 0;
	text-indent: 0;
}
#main-content.student-centre #post-grid .post.student-centre_categories-submitted-topic .post-type li:before, #sidebar #latest-posts.student-centre-latest .post.student-centre_categories-submitted-topic .post-type li:before {
	content: "\f1d8";
	font-family: 'FontAwesome';
	font-size: 30px;
	left: 0;
	position: absolute;
	top: 0;
	text-indent: 0;
}
#latest-posts.student-centre-latest .post.student-centre_categories-q-and-a, #main-content.student-centre #post-grid .post.student-centre_categories-q-and-a {
}
#main-content.student-centre #post-grid .post.student-centre_categories-q-and-a .post-content {
}
#latest-posts.student-centre-latest .post.student-centre_categories-q-and-a .post-content .post-thumbnail, #main-content.student-centre #post-grid .post.student-centre_categories-q-and-a .post-content .post-thumbnail {
}
#latest-posts.student-centre-latest .post.student-centre_categories-q-and-a .post-content .post-title h3, #main-content.student-centre #post-grid .post.student-centre_categories-q-and-a .post-content .post-title h3 {
	padding: 30px;
	font-size: 30px;
}
#latest-posts.student-centre-latest .post.student-centre_categories-q-and-a .post-content .post-summary, #main-content.student-centre #post-grid .post.student-centre_categories-q-and-a .post-content .post-summary {
	display: none;
}
#latest-posts.student-centre-latest .post.student-centre_categories-q-and-a .post-content .post-summary p, #main-content.student-centre #post-grid .post.student-centre_categories-q-and-a .post-content .post-summary p {
	font-size: 24px;
	text-indent: -35px;
}
#latest-posts.student-centre-latest .post.student-centre_categories-q-and-a .post-content .post-title h3:before, #main-content.student-centre #post-grid .post.student-centre_categories-q-and-a .post-content .post-title h3:before {
	content: "\f10d";
	font-family: 'FontAwesome';
	font-size: 24px;
	color: #009b5a;
	text-indent: 0;
	padding: 10px 10px 10px 0;
	top: -5px;
	position: relative;
}
#latest-posts.student-centre-latest .post.student-centre_categories-q-and-a .post-content .post-title h3:after, #main-content.student-centre #post-grid .post.student-centre_categories-q-and-a .post-content .post-title h3:after {
	content: "\f10e";
	font-family: 'FontAwesome';
	font-size: 24px;
	color: #009b5a;
	text-indent: 0;
	padding: 10px 0 10px 10px;
	bottom: -10px;
	position: relative;
}
body.archive.tax-student-centre_categories .post-type,
body.archive.tax-student-centre_categories .post-tags {
	display: none;
}

/* Results, category and tag pages */

.post-result {
	border-top: 1px solid #e8e9e8;
	padding: 20px 0;
}
.post-result:first-child {
	border: none;
	padding-top: 0;
}
.post-result h2 {
	margin-top: 0;
}
.post-result h2 a {
}
.post-result .post-date {
}
.post-result .post-summary {
}
.post-result .post-type {
	margin-top: 10px;
}
.post-result .post-tags {
}
/* Interactions for Social Posts */

.page-content .social-shares p, .page-content .social-shares p, .page-content .social-comments p, .page-content .social-likes p, .page-content .social-retweets p, .page-content .social-favourites p {
	background: #EEE;
	padding: 15px 20px;
	border-radius: 5px;
	font-family: 'vicsemibold', Arial, Helvetica, Sans-serif;
	font-size: 18px;
	text-align: center;
}
.page-content .social-shares p i, .page-content .social-shares p i, .page-content .social-comments p i, .page-content .social-likes p i, .page-content .social-retweets p i, .page-content .social-favourites p i {
	margin-right: 10px;
	color: #004ea8;
	font-size: 24px;
}
.page-content .social-shares,
.page-content .social-comments,
.page-content .social-likes {
	margin: 10px 0;
}
.page-content .view-on-social {
	margin: 0 0 10px 0;
}
.page-content .view-on-social a {
	float: left;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	background: #004ea8;
	color: #FFF;
	border: 0;
	border-radius: 5px;
	padding: 7px 20px 7px 40px;
}
.page-content .view-on-social.Facebook a:before {
	content: "\f09a";
	font-family: 'FontAwesome';
	font-size: 20px;
	left: 15px;
	position: absolute;
	top: 8px;
}
.page-content .view-on-social.Instagram a:before {
	content: "\f16d";
	font-family: 'FontAwesome';
	font-size: 20px;
	left: 15px;
	position: absolute;
	top: 8px;
}
.page-content .view-on-social.Twitter a:before {
	content: "\f099";
	font-family: 'FontAwesome';
	font-size: 20px;
	left: 15px;
	position: absolute;
	top: 8px;
}
/* History Timeline */

#main-content.history form#filter-timeline {
	background: #FFFFFF;
	padding: 20px;
	margin: 20px 0 0 0;
	overflow: hidden;
}

#main-content.history form#filter-timeline span:first-child {

}
#main-content.history form#filter-timeline span {
	float: left;
	position: relative;
}

#main-content.history form#filter-timeline .timeline-express-filter-dropdown {
	width: 100%;
}
#main-content.history form#filter-timeline .timeline-express-filter-dropdown span {
	float: left;
	position: relative;
	margin-bottom: 10px;
}


#main-content.history form#filter-timeline .timeline-express-filter-dropdown select {
	float: left;
	position: relative;
    display: block;
	width: 100%;
	margin-bottom: 10px;
    height: 34px;
    padding: 6px 12px;
	margin-right: 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;	
}

#main-content.history form#filter-timeline input.timeline-express-filter {
	float: left;
	position: relative;
    background: #004ea8;
    border: 0;
    color: #FFFFFF;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}


#main-content.history form#filter-timeline select {
}

#main-content.history, #main-content.timeline {
	margin-top: -20px;
}
#main-content.history .cd-timeline-content, #main-content.timeline .cd-timeline-content {
	width: 40%;
	margin-top: 20px;
	background: #FFF !important;
	box-shadow: 0 3px 0 #dddddd !important;
}
#main-content.history #cd-timeline, #main-content.timeline #cd-timeline {
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: 100%;
}
/* Timeline */

#cd-timeline {
	margin-top: 20px;
	margin-bottom: 20px;
}
.cd-container {
	width: 100% !important;
	max-width: 100% !important;
}
.cd-timeline-content {
	border-radius: 5px;
	padding: 20px;
	box-shadow: 0;
	width: 40% !important;
	margin-bottom: 20px;
}
.cd-timeline-img.cd-picture {
	margin-top: 20px;
}
span.cd-timeline-title-container {
	margin: 0;
}
.cd-timeline-content span.timeline-date {
	float: left;
	position: relative;
	clear: both;
}
.announcement-banner-image {
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.cd-timeline-content .cd-read-more {
	float: left;
	position: relative;
	cursor: pointer;
	font-size: 16px !important;
	background: #004ea8;
	color: #FFF !important;
	border: 0;
	border-radius: 5px;
	padding: 7px 20px 7px 20px !important;
}
/* Misc */

.social-sharing {
	margin: 20px 0 0 15px;
}
.social-sharing span {
	min-height: 23px;
}
.type-student-centre .social-sharing, .page .social-sharing {
	margin: 20px 0 10px 0;
}
#wpas-load {
	text-align: center;
	margin-top: 20px;
}
/* Footer */

#footer {
	clear: both;
	background: #3a3c42;
	padding: 0 0 20px 0;
}
#footer .footer-top {
	background: #313338;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 20px;
}

#footer .footer-top .toTop {
	color: #FFFFFF;
}
#footer a.footer-brand {
	font-family: 'vicsemibold', Arial, Helvetica, Sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
#footer a.footer-brand span {
	font-family: 'vicregular', Arial, Helvetica, Sans-serif;
	font-size: 16px;
	display: block;
}
#footer a.footer-brand:hover {
	text-decoration: none;
}
#footer .footer-social {
	margin-top: 15px;
}
#footer .footer-social a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	background: #e8e9e8;
	color: #3a3c42;
	text-align: center;
	margin: 0 5px 0 0;
}
#footer .footer-social i {
	font-size: 20px;
	margin-top: 5px;
}
#footer .footer-nav {
	float: right;
	position: relative;
	text-align: right;
}
#footer .footer-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer .footer-nav ul li {
	margin: 0;
	padding: 0;
}
#footer .footer-nav ul li a {
	color: #FFFFFF;
}

/* Formidable forms styling */


.frm_forms input, .frm_forms textarea.form-control {
	margin-bottom: 20px;
}

.frm_forms input[type=submit].wpas-submit {
	margin: 10px 0 0 0;
    width: auto;
    padding: 0 20px;
}

.frm_forms .frm_error {
	color: #af272f;
    margin-top: -10px;
    margin-bottom: 10px;
}

/* Mailpoet */

.widget_wysija_cont .wysija-submit {
    display: block;
    width: auto;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #FFFFFF;
    background-color: #004ea8;
    background-image: none;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
p.wysija-paragraph {
	margin: 20px 0;
}
/*
input.wysija-input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
*/
.first-input .formError {
	top: 160px !important;
    left: 80px !important;
}

.fb_iframe_widget {
	display: inline !important;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* Mailpoet subscriber pages */

body.single-wysijap {
}

body.single-wysijap #sub-header .page-title h1 {
	word-wrap: break-word;
}

body.single-wysijap .col-md-8 {
	width: 100% !important;
}

body.single-wysijap .col-md-8 .page-content {
	background: #FFFFFF;
	padding: 20px;
	margin-bottom: 20px;
}

body.single-wysijap .col-md-4,
body.single-wysijap .social-sharing,
body.single-wysijap .post-tags {
	display: none !important;
}

body.single-wysijap #sub-header .post-minister,
body.single-wysijap #sub-header .post-date {
	display: none;
}

form#wysija-subscriptions input[type=text],
form#wysija-subscriptions input[type=submit] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
	margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

form#wysija-subscriptions th,
form#wysija-subscriptions th label {
	vertical-align: middle;
}

form#wysija-subscriptions th label {
	margin-bottom: 20px;
}

form#wysija-subscriptions td label {
	margin-right: 10px;
}

form#wysija-subscriptions input[type=submit] {
	margin: 20px 0 0 0;
    width: auto;
    padding: 0 20px;
	background: #004ea8;
    border: 0;
    color: #FFFFFF;
}
form#wysija-subscriptions p.submit {
	margin: 0;
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
#hero {
	margin-top: 0;
	min-height: auto;
	max-height: auto;
}
label.screen-reader-text {
	margin-bottom: 10px;
}
button#wpas-load-btn, input#searchsubmit {
	margin-top: 10px;
}
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
.navbar-toggle {
	margin: 9px 0 0 5px;
}
#post-grid .post.large {
	width: 100%;
}
#header .navbar-header a.navbar-brand {
	padding: 20px 0 20px 10px;
	font-size: 14px;
	line-height: 1.2em;
}
#header .navbar-header a.navbar-brand span {
	font-size: 12px;
}
.navbar-collapse {
	padding: 0;
}
.navbar-nav {
	margin: 0;
	padding: 15px;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
#header .navbar-header .vic-gov-logo {
	height: 60px;
	position: absolute;
	margin-right: 18px;
	width: auto;
}
#header .navbar-header .vic-gov-logo img {
	width: auto;
	height: 60px;
}
#header .navbar-header {
	height: 60px;
}
#header .navbar-header .header-mask {
	display: none;
}
#header .navbar-header a.navbar-brand {
	padding: 15px 10px;
}
#header .navbar-header a.navbar-brand span {
}
#header .navbar-header .header-mask {
	width: 5%;
	min-height: 80px;
}
#hero {
	margin-top: -6px;
	min-height: auto;
	max-height: auto;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
#header .navbar-header {
	height: 80px;
}
.navbar-toggle {
	margin: 17px 0 0 15px;
}
#header .navbar-header a.navbar-brand {
	font-size: 16px;
}
#header .navbar-header a.navbar-brand span {
	font-size: 14px;
}
#header .navbar-header .header-mask {
	min-height: 80px;
}
#header .navbar-header a.navbar-brand {
	padding: 20px 15px;
	line-height: inherit;
}
#header .navbar-header .vic-gov-logo {
	width: auto;
	float: right;
	height: 80px;
	right: 20px;
}
#header .navbar-header .vic-gov-logo img {
	width: auto;
	height: 80px;
}
#header .navbar-header .header-mask {
	width: 5%;
	min-height: 80px;
}
#post-grid .post {
	width: 50%;
}
#post-grid .post.large {
	width: 100%;
}
}

@media only screen and (max-width : 600px) {
#header .navbar-header .vic-gov-logo {
    float: right;
    position: absolute;
    right: -70px;
    width: auto;
}
#header .navbar-header .header-mask {
}
#footer {
	text-align: center;
}
#footer .footer-nav {
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
#post-filters .content-tags, #post-filters .content-types, #post-filters .content-location, #post-filters .content-search {
	padding: 0 10px;
}
}

@media only screen and (min-width : 600px) {
#header .navbar-header .vic-gov-logo {
	width: auto;
	float: right;
	height: 80px;
	right: 20px;
}
#header .navbar-header .vic-gov-logo img {
	width: auto;
	height: 80px;
}
#header .navbar-header .header-mask {
	width: 5%;
	min-height: 80px;
}
#footer .col-xs-12 {
	width: 50%;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) { /* Changed to 767 instead of 768 - search issues */
#header #navbar .navbar-nav > li > a,
#header #navbar .navbar-nav > li > a:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 10px;
}
ul#main-menu {
	padding-bottom: 0;
}
#header {
	background: rgba(58,60,66,1.0);
}
#header #navbar {
	box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
}
.navbar-form {
	padding: 20px 40px;
	margin-top: 0 -15px 8px -15px;
	border-top: 0;
	border-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sub-menu .sub-menu-nav ul#menu-sub-menu li {
    float: none;
    position: relative;
    display: block;
}
#sub-menu .sub-menu-nav ul#menu-sub-menu li a {
	padding: 10px 30px 10px 0;
}
#sub-menu .sub-menu-nav ul#menu-sub-menu {
    padding: 10px;
}
#main-content .post-tags h5 {
	margin: 7px 10px 0 0;
	width: 100%;
}
#main-content .post-tags ul li {
	margin-top: 10px;
}
#sub-header .post-tags ul li a {
	margin: 0;
}
#header #navbar .search form {
	margin-bottom: 0;
}
#header #navbar .search form input[type=search] {
}
#header #navbar .search {
	position: relative;
	background: rgba(255,255,255,0.1);
}
#header #navbar .search label {
	width: 100%;
}
#header #navbar .search form button[type=submit] {
	position: absolute;
	top: 20px;
	right: 25px;
}
#hero #filters {
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	overflow: hidden;
}
#hero #filters form#wp-advanced-search div {
	padding: 0;
}
#hero #post-filters .post-submit {
    right: 0;
}
#main-content.student-centre #post-grid .post.whats-important .post-content {
    width: 66.66666667% !important;
}
.post-social.col-xs-4 {
    width: 100%;
}
#main-content.student-centre #post-grid .post.whats-important .post-content {
    width: 100% !important;
}
#main-content.media-centre #sidebar form#wp-advanced-search .ten-left,
#main-content.media-centre #sidebar form#wp-advanced-search .ten-right {
	padding: 0;
}
#main-content.media-centre #sidebar form#wp-advanced-search .search-button.ten-left {
	padding-left: 10px;
}
#main-content.media-centre #sidebar form#wp-advanced-search .reset-button.ten-right {
	padding-right: 10px;
}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
#header .navbar-header {
	height: 100px;
}
#header .navbar-header .header-mask {
	min-height: 100px;
}
.navbar-nav {
	margin: 0;
	padding: 0;
}
#header .navbar-header a.navbar-brand {
	padding: 30px 15px;
}
.navbar-toggle {
	margin: 25px 5px 0 20px;
}
#header .navbar-header .vic-gov-logo {
	width: auto;
	float: left;
	height: 100px;
	right: 0%;
}
#header .navbar-header .vic-gov-logo img {
	width: auto;
	height: 100px;
}
#header .navbar-header .header-mask {
	width: 50%;
}
#header #navbar {
	margin: 0 -15px;
}
#header #navbar .search {
	top: 25px;
	position: absolute;
	right: 2%;
	z-index: 999;
}
#header #navbar .search form input[type=search] {
	width: 220px;
}
#header #navbar .navbar-nav>li>a {
	font-size: 15px;
	padding: 15px 10px;
}
#post-grid .post.large {
	width: 100%;
}
#hero {
	max-height: 400px;
}
#wpas-tax_post_tag, #wpas-tax_category2 {
	margin-right: 10px;
}
#wpas-tax_category1, #wpas-date_m, #hero #post-filters .post-search {
}
.content-types {
    padding: 0 0 0 5px;
}
}

@media only screen and (max-width : 821px) {
.cd-timeline-content .cd-read-more {
	text-indent: 20px;
}
#main-content.history .cd-timeline-content, #main-content.timeline .cd-timeline-content {
	width: auto !important;
	margin-top: 20px;
}
#main-content.history form#filter-timeline .timeline-express-filter-dropdown select {
	width: 100%;
	margin-bottom: 10px;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
#main-content.media-centre #sidebar {
	margin: 0 10px 20px 10px;
}
.yop-poll-container {
	margin-top: 20px;
}
#main-content.media-centre .cta-button.subscribe {
	margin: 0 10px 20px 10px;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
.content-types {
    padding: 0 15px 0 15px;
}
#header #navbar .search {
	right: 3%;
}
#header #navbar .search form input[type=search] {
	width: 300px;
}
#post-grid .post {
	width: 33.33333%;
}
#post-grid .post.large {
	width: 66.66666667%;
}
#main-content.media-centre #post-grid .post {
	width: 50%;
}
#header .navbar-header .vic-gov-logo {
	width: 50%;
	float: left;
	right: 0;
}
#header #navbar .navbar-nav>li>a {
	font-size: 16px;
	padding: 15px;
}
#wpas-tax_post_tag, #wpas-tax_category2 {
	margin-right: 0;
}
#wpas-tax_category1, #wpas-date_m {
	margin-left: 0;
}
#main-content.media-centre #sidebar form#wp-advanced-search .ten-left,
#main-content.media-centre #sidebar form#wp-advanced-search .ten-right {
	padding: 0;
}
#main-content.media-centre #sidebar form#wp-advanced-search .search-button.ten-left {
	padding-left: 10px;
}
#main-content.media-centre #sidebar form#wp-advanced-search .reset-button.ten-right {
	padding-right: 10px;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
#header #navbar .search {

}
#header #navbar .search form input[type=search] {
	width: 400px;
}
#post-grid .post.large {
	width: 66.66666667%;
}
#header .navbar-header .vic-gov-logo {
	width: 50%;
}
#hero-images img {
	top: -50px;
	position: relative;
}
#hero {
	max-height: 600px;
}
}

/* Even Larger Devices, Wide Screens */
@media only screen and (min-width : 1400px) {
#header #navbar .search {
	right: 14%;
}
#hero-images img {
	top: -100px;
	position: relative;
}
}

/* Even Larger Devices, Wide Screens */
@media only screen and (min-width : 1600px) {
#header #navbar .search {
	right: 17%;
}
#hero-images img {
	top: -150px;
	position: relative;
}
}

/* Even Larger Devices, Wide Screens */
@media only screen and (min-width : 1800px) {
#header #navbar .search {
	right: 19%;
}
#hero-images img {
	top: -200px;
	position: relative;
}
}
