/*
====================================================================================================
Theme Name:		Muse - Child Theme
Theme URI: 		http://themes.grandpixels.com/muse
Description: 	Child theme for a Muse: Music Band Responsive WordPress Theme by Pavel of Grand Pixels
Version: 		1.0.4
Author: 		Pavel Richter / Grand Pixels
Author URI: 	http://grandpixels.com
License: 		GNU General Public License version 3.0
License URI: 	http://www.gnu.org/licenses/gpl-3.0.html
Template:		muse
====================================================================================================

IF YOU PLAN TO MAKE SOME MODIFICATIONS TO THE CODE OF THE THEME, WILL BE BETTER TO MAKE THEM VIA
THIS CHILD THEME. IF YOU WILL MAKE MODIFICATION DIRECTLY TO THE PARENT THEME, YOU WILL LOSE THOSE
MODIFICATIONS WHEN THE THEME IS UPDATED. WHEN YOU MAKE MODIFICATIONS INSIDE OF THE CHILD THEME
INSTEAD, YOU CAN UPDATE THE PARENT THEME WITHOUT LOOSING ANY CHANGE YOU HAVE MADE.

MORE INFORMATION ABOUT CHILD THEMES YOU CAN FIND IN WORDPRESS CODEX:
http://codex.wordpress.org/child_themes.

====================================================================================================
*/

@import url('../muse/style.css');

.postid-4576 .shortcode.one-half a {
    color: #193441 !important;
}

/* Put your CSS below */
@font-face {
  font-family: 'Graphik-ExtralightItalic';
  src: url('fonts/Graphik-ExtralightItalic.eot?#iefix') format('embedded-opentype'),  url('fonts/Graphik-ExtralightItalic.otf')  format('opentype'),
         url('fonts/Graphik-ExtralightItalic.woff') format('woff'), url('fonts/Graphik-ExtralightItalic.ttf')  format('truetype'), url('fonts/Graphik-ExtralightItalic.svg#Graphik-ExtralightItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-LightItalic';
  src: url('fonts/Graphik-LightItalic.eot?#iefix') format('embedded-opentype'),  url('fonts/Graphik-LightItalic.otf')  format('opentype'),
         url('fonts/Graphik-LightItalic.woff') format('woff'), url('fonts/Graphik-LightItalic.ttf')  format('truetype'), url('fonts/Graphik-LightItalic.svg#Graphik-LightItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-Medium';
  src: url('fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'),  url('fonts/Graphik-Medium.otf')  format('opentype'),
         url('fonts/Graphik-Medium.woff') format('woff'), url('fonts/Graphik-Medium.ttf')  format('truetype'), url('fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-Extralight';
  src: url('fonts/Graphik-Extralight.eot?#iefix') format('embedded-opentype'),  url('fonts/Graphik-Extralight.otf')  format('opentype'),
         url('fonts/Graphik-Extralight.woff') format('woff'), url('fonts/Graphik-Extralight.ttf')  format('truetype'), url('fonts/Graphik-Extralight.svg#Graphik-Extralight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-RegularItalic';
  src: url('fonts/Graphik-RegularItalic.eot?#iefix') format('embedded-opentype'),  url('fonts/Graphik-RegularItalic.otf')  format('opentype'),
         url('fonts/Graphik-RegularItalic.woff') format('woff'), url('fonts/Graphik-RegularItalic.ttf')  format('truetype'), url('fonts/Graphik-RegularItalic.svg#Graphik-RegularItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-Light';
  src: url('fonts/Graphik-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/Graphik-Light.otf')  format('opentype'),
         url('fonts/Graphik-Light.woff') format('woff'), url('fonts/Graphik-Light.ttf')  format('truetype'), url('fonts/Graphik-Light.svg#Graphik-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
    box-sizing: border-box;
}
html {
    font-size: 16px;
    min-height: 100%;
    height: 100%;
}
body {
  /*min-height: 100%;*/
  height: 100%;
  /*position: static;*/
}
body.home {
  height: auto;
  min-height: 0;
}
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}
.outer-wrapper .modal-search-close, .outer-wrapper .modal-search-close:hover {
  background-color: #26223f;
}
body.admin-bar .header {
  top: 0;
}
a.underline-hover {
  border-bottom: none !important;
}
a.underline-hover:hover {
  text-decoration: underline !important;
}
.header-wrapper {
    /*border: solid red 1px;*/
    background-color: rgba(255,255,255,0.9);
}
.header-wrapper .toolbar-wrapper {
    background-color: #26223f;
}
.header-wrapper .header {
    position: relative;
    margin-top: 0;
}
.toolbar-wrapper .toolbar {
    margin: 0;
    padding: 0;
    float: left;
}
.header-wrapper .navigation {
    /*float: none;*/
    float: right;
    clear: right;
    margin-top: 0;
    z-index: 1000;
    width: 80%;
}
.header-wrapper .navigation:after {
  content: '';
  display: table;
  clear:both;
}
.header-wrapper .navigation-primary {
    border: solid #000 1px;
    width: 54.895833333333%;
}
.header-wrapper .navigation-primary li, .header-wrapper .navigation-primary .header-wrapper .navigation-primary li a {
    height: 64px;
}
.header-wrapper .navigation-primary li {
    width:25%;
    text-align: center;
    display: block;
    float: left;
    white-space: nowrap;
}
.header-wrapper .navigation-primary li a {
    border: none;
    font-family: 'Graphik-RegularItalic';
}
.navigation-primary li .sub-menu, .navigation-primary li .children {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Navigation background colors */
/* First item */
.header-wrapper .navigation-primary li:first-child a {
    background-color:#2e0927;
    color: #b6a7b3 !important;
}
.header-wrapper .navigation-primary li:first-child:hover a {
    background-color:#2e0927 !important;   
    color: #b6a7b3 !important;
}
.header-wrapper .navigation-primary li:first-child:hover .sub-menu li a {
    background-color: #644d52 !important;
}
.header-wrapper .navigation-primary li:first-child:hover .sub-menu li a:hover {
    background-color: #b6a7b3 !important;
    color: #2e0927 !important;
}
/* Second item */
.header-wrapper .navigation-primary li:nth-child(2) a {
    background-color:#284907;
    color: #c9d787 !important;
}
.header-wrapper .navigation-primary li:nth-child(2):hover a {
    background-color:#284907 !important;   
    color: #c9d787 !important;
}
.header-wrapper .navigation-primary li:nth-child(2):hover .sub-menu li a {
    background-color: #5c832f !important;
}
.header-wrapper .navigation-primary li:nth-child(2):hover .sub-menu li a:hover {
    background-color: #c9d787 !important;
    color: #284907 !important;
}
/* Third item */
.header-wrapper .navigation-primary li:nth-child(3) a {
    background-color:#8e0400;
    color: #e8cdcc !important;
}
.header-wrapper .navigation-primary li:nth-child(3):hover a {
    background-color:#8e0400 !important;   
    color: #e8cdcc !important;
}
.header-wrapper .navigation-primary li:nth-child(3):hover .sub-menu li a {
    background-color: #bb6866 !important;
}
.header-wrapper .navigation-primary li:nth-child(3):hover .sub-menu li a:hover {
    background-color: #e8cdcc !important;
    color: #8e0400 !important;
}
/* Fourth item */
.header-wrapper .navigation-primary li:nth-child(4) a {
    background-color:#193441;
    color: #91aa9d !important;
}
.header-wrapper .navigation-primary li:nth-child(4):hover a {
    background-color:#193441 !important;   
    color: #91aa9d !important;
}
.header-wrapper .navigation-primary li:nth-child(4):hover .sub-menu li a {
    background-color: #3e606f !important;
}
.header-wrapper .navigation-primary li:nth-child(4):hover .sub-menu li a:hover {
    background-color: #91aa9d !important;
    color: #193441 !important;
}



.header-wrapper .navigation-primary li .sub-menu {
    width: auto;
    min-width: 100%;
}
.header-wrapper .navigation-primary li .sub-menu li {
    width: auto;
    /*text-align: left;*/
    text-transform: uppercase;
    white-space: nowrap;
}
.header-wrapper .modal-search-button li a {
    border: none;
    background-color: #514e65;
    margin-left: 0 !important;
    opacity: 0.4;
}
.toolbar-inner {
    /*border:solid #fff 1px;*/
    float: right;
    position: relative;
}
.toolbar-nav {
    float: right;
    /*overflow: hidden;*/
}
.toolbar-nav ul {
    list-style-type: none;
}
.toolbar-nav ul li {
    float: left;
    text-align: center;
    position: relative;
}
.toolbar-nav ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.75rem;
    display: block;
    line-height: 2.25rem;
    padding: 0 1.25rem;
    color: #a8a7b2 !important;
}
.toolbar-nav ul li:hover a {
    background-color: #26223f;
} 
.toolbar-nav ul li ul {
    position: absolute;
    display: none;
    z-index: 1100;
    padding: 0;
    left: -1.5rem;
    margin-left: 0;
}
.toolbar-nav ul li:hover ul {
    display: block;
}
.toolbar-nav ul li ul li {
    text-align: center;
    width: 100%;
}
.toolbar-nav ul li ul li a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: #514e65;
}
.toolbar-nav ul li ul li a:hover {
    background-color: #a8a7b2;
    color: #26223f !important;
}
.navigation-mobile-active .navigation-mobile {
    top: 136px;
}

.socials li:hover a {
  background-color: transparent !important;;
}


.page .canvas, .single .canvas {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}
.page .canvas p, .one-half ul li {
    color: #000;
    font-family: 'Graphik-Light' !important;
    font-size: 1.1rem;
}
.parent-slug-our-people.page .canvas p {
  line-height: 1.6em;
}
.page .canvas .page-header {
    margin-top: 5.5rem;
    margin-bottom: 0;
}
.page .canvas .page-header h1 {
    color: #000;
    font-family: 'Graphik-Light' !important;
    font-size: 1.5rem;
}
.page .canvas .content {
    margin-bottom: 0;
}

/* Tabbed Sections */
.gp-tabs .ui-tabs-panel h3 {
  display: none;
}
.gp-tabs .ui-tabs-nav li {
  font-size: 0.8125rem;
}
.gp-tabs .ui-tabs-nav li a {
  color: #000 !important;
  font-family: 'Graphik-LightItalic';
}
.page .gp-tabs .ui-tabs-nav li.ui-state-active a, .page .gp-tabs .ui-tabs-nav li.ui-state-default a {
  color: #000 !important;
  background: #fff;
  border-bottom: none;
}
.page .gp-tabs .ui-tabs-nav li.ui-state-active a:hover, .page .gp-tabs .ui-tabs-nav li.ui-state-default a:hover {
  background-color: #fff;
  color: #000 !important;
}

/* Blog feed awards stories */
.page-blog .canvas,
.page-events .canvas,
.page-stories .canvas, 
.page-awards .canvas {
  /*border: solid red 1px;*/
  max-width: none;
}
.single h1.entry-title {
  font-family: 'Graphik-Medium' !important;
  font-size: 1.5rem;
  margin-top: 2.25em;
}
.single .grid .inner-top {
  padding-top: 0;
}
.grid-blog .tile.post-featured .post-header {
  line-height: 1;
  font-size: 1rem;
}
.grid-blog .tile .post-header {
  line-height: 1.2rem;
  margin: 0;
}
.post-header a {
  font-family: 'Graphik-Medium';
  font-size: 1rem;
  line-height: 1.2rem;
}
.grid-blog .tile .post-excerpt {
  padding: 0.5rem 0;
}
.grid-blog .tile .post-excerpt p {
  font-size: 0.875rem;
  line-height: 1.2rem;
}
.grid-blog .tile time {
  margin-top: 0.25rem;
}
.grid-blog .tile .post-excerpt p:last-child {
  margin-bottom: 0.5rem;
}
.grid-tiles.grid-merge .tile {
  /*width: 24% !important;*/
}
.post-image + .post-meta .post-share {
  /*border: solid red 1px;*/
  margin-top: 1.75rem;
}


/* Page template styles */
.page h2, .page h3 {
  font-family: 'Graphik-Light' !important;
  color: #000;    
}
.page p a {
  color: inherit;
}
.page p a:hover {
  background-color: transparent;
}
.has-breadcrumb .page-header h1 {
  display: none;
}
.attachment-cta {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  background: #2e0927;
  /*margin-top: 1.1rem;*/
  text-decoration: none;
  margin-bottom: 0.75rem;
}
.attachment-cta:hover {
  background: #2e0927;
}
.empty-p {
  margin: 0;
}
.one-half img {
  min-width: 100%;
  margin: 0;
  padding: 0;
}
.one-half img.portrait-img {
  min-width: auto;
  margin: 0 auto;
  display: block;
  float: none;
  max-height:100%;
  max-height: 465px;
}
.page .canvas .yt-caption {
  font-family: 'Graphik-LightItalic' !important; 
  margin: 1rem 0 0.75rem;
}

/* Youtube links */
.yt-link-container ul {
  list-style-type: none;
  margin-bottom: 0.625rem;
  overflow: hidden;
}
.yt-link-container ul li {
  float: left;
  padding: 0.3125rem 0.75rem;
  margin-right: 3px;
  margin-top: 3px;
  font-size: 0.8125rem;
}
.yt-link-container ul li:first-child {
  margin-left: 0;
}
.yt-link-container ul li a {
  font-size: 0.75rem;
  text-decoration: none;
}
.yt-link-container ul li a:hover {
  background: transparent;
}
.parent-slug-residential-aged-care .yt-link-container ul li.video-nav-active, .parent-slug-your-aged-care .yt-link-container ul li.video-nav-active {
  background-color: #b6a7b3;
}
.parent-slug-residential-aged-care .yt-link-container ul li.video-nav-active a, .parent-slug-your-aged-care .yt-link-container ul li.video-nav-active a {
  color: #2e0927 !important;
}

/* Campus Tiles */
.campus-tiles {
  background: #2e0927;
  overflow: hidden;
  text-align: center;
}
.campus-tiles img {
  display: block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  position: relative;
}
.campus-tiles .campus-link {
  display: inline-block;
  margin: 1rem;
  position: relative;
  text-decoration: none;
  font-family: 'Graphik-Medium';
  font-size: 1rem;
  color: #b6a7b3 !important;

}
.campus-tiles .campus-link:hover {
  background-color: transparent;
}

/* TABLES */
.rnh-table {
    border-collapse: collapse;
    width: 100%;
}
.rnh-table th {
    font-size: 0.75rem;
    font-weight: bold;
    text-align: left;
}
.rnh-table td {
    font-weight: normal;
    font-size: 0.75rem;
}
.rnh-table td, .rnh-table th {
    padding: 0.5rem 0.5625rem 0.4375rem;
    vertical-align: middle;
}
.parent-slug-your-health .rnh-table th {
    background-color: #284907;
    color: #c9d787;
}
.parent-slug-your-health .rnh-table td {
    background-color: #c9d787;
    color: #284907;
    border: solid 3px #e4e4e4;
}
.rnh-table.multi-heading th {
    font-weight: normal;
}
.rnh-table.multi-heading th:first-child {
    font-weight: bold;
}
.rnh-table tr td:first-child, .rnh-table.multi-heading th:first-child {
    border-left: none;
}
.rnh-table tr td:last-child, .rnh-table.multi-heading th:last-child {
    border-right: none;
}
.your-health .rnh-table.multi-heading th {
    border: solid 3px #e4e4e4;
    border-top: none;    
}
.parent-slug-about .rnh-table td {
    background-color: #a8a7b2;
    border: solid 3px #e4e4e4;
    color: #26223f;
}
.your-aged-care .rnh-table td, .parent-slug-residential-aged-care .rnh-table td {
    background-color: #b6a7b3;
    border: solid 3px #e4e4e4;
    color: #2e0927;
}
.parent-slug-your-opportunities .rnh-table td, .your-opportunities .rnh-table td {
    background-color: #91aa9d;
    border: solid 3px #e4e4e4;
    color: #193441;
}


.job-tiles .tile {
  width: 40% !important;
  float: none;
}

/* FORM STYLES */
.form-wrapper {
  margin-top: 0.75rem;
}
.rnh-form .form-row {
  margin-bottom: 0.6875rem;
}
.rnh-form .form-row:after {
  content: '';
  display: table;
  clear: both;
}
.rnh-form .form-row.three-col .form-item.inline {
  float: left;
  width: 32.07843137254933%;
  margin-left: 1.882352941176%;
}
.rnh-form .form-row.three-col .form-item.inline:first-child {
  margin-left: 0;
}
.rnh-form label {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 0.3125rem;
  font-family: 'Graphik-Light' !important;
}
.rnh-form input {
  border: none;
  min-height: 0.75rem;
  padding: 0.3125rem 0.3125rem 0.3125rem;
  width: 100%;
  font-size: 0.75rem;
}
.rnh-form input[type="submit"] {
  padding: 0.5625rem 0;
  min-height: 0;
  width: 22.823529411765%;
  font-size: 0.5rem;
  margin-top: 0.3125rem;
  font-family: 'Graphik-Light' !important;
}
.rnh-form input:focus {
  outline: none;
}
.rnh-form textarea {
  border: none;
  width: 100%;
  max-width: 100%;
  min-height: 5.75rem;
  padding: 0.3125rem
}
.rnh-form textarea:focus {
  outline: none;
}
/* About section */
.about .rnh-form label {
  color: #26223f;
}
.about .rnh-form input, .about .rnh-form textarea {
  background-color: #a8a7b2;
}
.about .rnh-form input[type="submit"] {
  background-color: #26223f;
  color: #a8a7b2;
}

/* ABOUT SECTION */
.parent-slug-about, .parent-slug-our-people {

}
.parent-slug-about, 
.parent-slug-about  .canvas p, 
.parent-slug-about  .breadcrumbs a, 
.parent-slug-about  .breadcrumbs span,
.parent-slug-our-people, 
.parent-slug-our-people  .canvas p, 
.parent-slug-our-people  .breadcrumbs a, 
.parent-slug-our-people  .breadcrumbs span {
  color: #26223f !important;
}
.parent-slug-about .gmap-wrapper iframe, .parent-slug-residential-aged-care .gmap-wrapper iframe {
  width: 100%;
}
.page-our-people.parent-slug-about .grid-tiles .tile .tile-block {
  text-align: center;
  background-color: #26223f;
  padding: 0;
  min-height:6.4rem;
  position: relative;
  display: table;
  width: 100.25%;
  border-collapse: collapse;
  border: none;
}
.post-header-wrapper {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
/*.page-our-people.parent-slug-about .grid-tiles .tile .tile-block:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle;
  border:solid red 1px;
}*/
.parent-slug-about .grid-album .tile .post-header {
  width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.parent-slug-about .grid-album .tile .post-header span { 
  font-size: 0.8rem;
}
.parent-slug-about .grid-album .tile .post-header a {
  color: #a8a7b2 !important;
}
.parent-slug-about .our-people-heading {
  color: #26223f;
  font-family: 'Graphik-Medium' !important;
  font-size: 1rem;
}
.parent-slug-about .board-members-grid {
  margin-top: 1.25rem;
}
.parent-slug-about .staff-row-bottom {
  margin-top: 1.25rem;
}
.page-catherine-morley .content-page h3 {
  font-family: 'Graphik-Medium' !important;
  font-size: 1rem;
  color: #26223f;
}
.parent-slug-our-people .one-half.last {
  background-color: #514e65;
}
.parent-slug-our-people .one-half.last .portrait-img {
  max-width: 60%;
}

.parent-slug-about .gp-tabs .ui-tabs-panel {
  background-color: #eeedf0;
}
.parent-slug-about .gp-tabs .ui-tabs-nav li.ui-state-default a {
  background-color: #a8a7b2;  
  color: #26223f !important;
}
.parent-slug-about .gp-tabs .ui-tabs-nav li.ui-state-default a:hover {
  background-color: #eeedf0;
  color: #26223f !important;
}
.parent-slug-about .gp-tabs .ui-tabs-nav li.ui-state-active a, .parent-slug-about .gp-tabs .ui-tabs-nav li.ui-state-active a:hover {
  background-color: #eeedf0;
  color: #26223f !important;
}
.parent-slug-about .tabs .about-tab-text {
  font-family: 'Graphik-Extralight' !important;
  font-size: 1.6875rem;  
}

.page-directory .content-page ul {
  width: 24.791666666667%;
  /*border: solid red 1px;*/
  list-style-type: none;
  background-color: #a8a7b2;
  padding-left: 0.625rem;
  padding-top: 0.625rem;
  padding: 0.625rem;
  float: left;
  font-size: 1rem;
}
.page-directory .content-page ul:before {
  content: 'Sitemap';
  font-family: 'Graphik-Medium' !important;
  /*padding-bottom: 0.625rem;*/
  display: block;
}
.page-directory .content-page ul + ul {
  margin-left: 0.625rem;
  width: auto;
}
.page-directory .content-page ul + ul li {
  white-space: nowrap;
}
.page-directory .content-page ul + ul:before {
  content: 'Links';
}
.page-directory .content-page ul li ul {
  width: 100%;
  background-color: transparent;
  padding-left: 0;
  padding-top: 0;
}
.page-directory .content-page ul li ul li:before {
  content: '>>';
  display: inline-block;
  font-size: .5rem;
  vertical-align: middle;
  margin-top: -0.1rem;
  margin-right: 0.1875rem;
}
.page-directory .content-page ul li ul:before {
  content: none;
}
.page-directory .content-page ul li a {
  color: #26223f !important;
  text-decoration: none;
}
.page-directory .content-page ul li a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.parent-slug-about input[type="submit"]:hover {
  background-color: #26223f !important;
}

/* Even numbered posts */
.parent-slug-about .grid-blog article.tile:nth-child(even) .tile-block, 
.parent-slug-about .grid-blog article.tile:nth-child(even) .post-body,
.parent-slug-about .grid-blog article.tile:nth-child(even) .post-image-container {
  background: #eeedf0;
}

.parent-slug-about .grid-blog article.tile:nth-child(even) .post-header a,  
.parent-slug-about .grid-blog article.tile:nth-child(even) time,
.parent-slug-about .grid-blog article.tile:nth-child(even) p,
.parent-slug-about .grid-blog article.tile:nth-child(even) .post-more a {
  color: #514e65 !important;
}

/* Odd numbered posts */
.parent-slug-about .grid-blog article.tile:nth-child(odd) .post-image-container,
.parent-slug-about .grid-blog article.tile:nth-child(odd) .tile-block,
.parent-slug-about .grid-blog article.tile:nth-child(odd) .post-body {
  background: #a8a7b2;
}

.parent-slug-about .grid-blog article.tile:nth-child(odd) .post-header a,
.parent-slug-about .grid-blog article.tile:nth-child(odd) time,
.parent-slug-about .grid-blog article.tile:nth-child(odd) p,
.parent-slug-about .grid-blog article.tile:nth-child(odd) .post-more a {
  color: #26223f !important;
}

/* Featured post */
.parent-slug-about .grid-tiles.grid-merge .tile.width-double,
.parent-slug-about .grid-tiles .tile.width-double .tile-block,
.parent-slug-about .grid-tiles .tile.width-double .tile-block .post-image-container,
.parent-slug-about .grid-tiles .tile.width-double .tile-block .post-body {
  background-color: #26223f;
}

.parent-slug-about article:first-child.tile.width-double .post-header a,
.parent-slug-about  article:first-child.tile.width-double time,
.parent-slug-about  article:first-child.tile.width-double .post-excerpt p, 
.parent-slug-about  article:first-child.tile.width-double .post-more a {
  color: #a8a7b2 !important;
}

.parent-slug-about  article:first-child.tile.width-double .post-excerpt p {
  font-size: 1rem;
}

/* Contact */
.page-contact .campus-title {
  font-family: 'Graphik-Medium' !important;
  font-size: 1rem;
  color: #26223f;
}
.page-contact label {
  font-family: 'Graphik-Light' !important;
  font-size: 0.875rem;
  color: #26223f;
}
.page-contact .rnh-form .ajax-loader {
  /*border: solid red 1px;*/
  width: 16px;
  height: 16px;
  min-width: 0;
  opacity: 0;
  visibility: hidden !important;
}
.page-contact form input, .page-contact form textarea {
  background-color: #a8a7b2;
  border: none;
}
.page-contact form input[type="submit"] {
  font-family: 'Graphik-Light' !important;
  font-size: 0.625rem;
  background-color: #26223f;
}
.page-contact form input[type="submit"]:hover {
  background-color: #26223f !important;
}
/* FEED STYLES */

/*.comments {
  width: 48%;
  float: left;
}*/
.comments .form-allowed-tags {
  display: none;
}
.post-content {
  /*border: solid green 1px;*/
  width: 48%;
  float: left;
}
.float-left-important .post-content {
  /*border: solid red 1px;*/
  width: auto;
}
/* Comments Styles */
#comments {
  margin-top: 0;
}
#comments h2 {
  font-family: 'Graphik-Medium' !important;
  font-size: 1rem;
}
#comments .comment-body {
  background: transparent;
  margin-left: 0;
  padding-left: 0;
}
#comments .comment-body:before {
  display: none;
}
#comments .comment-avatar {
  display: none;
}
#comments .comment-body h5 {
  float: none;
  display: inline;
  font-family: 'Graphik-Light' !important;
  font-size: 1rem;
}
#comments .comment-body .comment-date {
  float: none;
  display: inline;
  font-family: 'Graphik-Light' !important;
  font-size: 1rem;
}
#comments .pagination {
  margin: 0;
}
.comment-reply-title {
  font-family: 'Graphik-Medium' !important;
  font-size: 1rem;
}
#comments form label {
  font-family: 'Graphik-Light' !important;
  font-size: 1rem;  
}
#comments form input[type="submit"] {
  font-family: 'Graphik-Light' !important;
  font-size: 0.75rem;
  text-transform: uppercase;
}

/* Community Health */

.icon-tile-list {
  list-style-type: none;
  overflow: hidden;
  clear: both;
}
.icon-tile-list li {
  margin-left: 0.625%;
  margin-bottom: 0.625%;
  width: 32.91666666666667%;
  float: left;
  text-align: center;
  background-color: #284907;
  color: #c9d787;
}
.icon-tile-list li.new-row-full {
  clear: left;
  float: left;
  margin-left: 0;
}
.icon-tile-list li:first-child {
  margin-left: 0;
}
.icon-tile-list li .tile-top {
  width: 100%;
  min-height: 6.1875rem;
  background-color: #f4f7e7;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.icon-tile-list li .tile-top a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.icon-tile-list li .tile-top a:hover {
  background-color: transparent; 
}
.icon-tile-list li .tile-bottom {
  margin-top: 1.1875rem;
  min-height: 8.75rem;
}
.icon-tile-list li .tile-bottom h5 {
  margin-bottom: 0.875rem;
  font-family: 'Graphik-Medium' !important;
  color: #c9d787;
  /*font-size: 0.875rem;*/
}
.icon-tile-list li .tile-bottom h5 a {
  color: #c9d787 !important;
}
.icon-tile-list li .tile-bottom h5 a:hover {
  background-color: transparent;
  color: #5c832f !important;
}
.icon-tile-list li .tile-bottom p {
  width: 77%;
  margin: 0 auto;
  font-weight: normal;
  font-family: 'Graphik-Light' !important;
  color: #c9d787;
  line-height: 1.4rem;
  font-size: 0.8125rem;
}
.icon_exercise {
  background-image: url(img/icon_exercise.png);
  background-size: 15.189873417722% auto;
}
.icon_speech {
  background-image: url(img/icon_speech.png);
  background-size: 15.189873417722% auto;
}
.icon_dietetics {
  /*background-image: url(img/icon_dietetics.png);*/
  background-image: url(img/icon_dietetics.png);
  background-size: 12.025316455696% auto;
}
.icon_nurse {
  /*background-image: url(img/icon_nurse.png);*/
  background-image: url(img/icon_com_health.png);
  background-size: 11.708860759494% auto; 
  background-size: 16.708861% auto; 
}
.icon_foot {
  background-image: url(img/icon_foot.png);
  background-size: 15.189873417722% auto;
}
.icon_asthma {
  background-image: url(img/icon_asthma.png);
  background-size: 14.873417721519% auto;
}
.icon_therapy {
  background-image: url(img/icon_therapy.png);
  background-size: 13.924050632911% auto;
}
.icon_counselling {
  background-image: url(img/icon_counselling.png);
  background-size: 15.189873417722% auto;
}
.icon_physio {
  background-image: url(img/icon_physio.png);
  background-size: 6.962025316456% auto;
}
.icon_diabetes {
  /*background-image: url(img/icon_diabetes.png);*/
  background-image: url(img/icon_diabetes_01.png);
  /*background-size: 15.189873417722% auto;*/
  background-size: 8.189873% auto;
}
.icon_massage {
  background-image: url(img/icon_massage.png);
  background-size: 15.189873417722% auto;
}
.icon_social {
  background-image: url(img/icon_social.png);
  background-size: 15.189873417722% auto;
}
.icon_podiatry {
  background-image: url(img/icon_podiatry.png);
  background-size: 7.911392405063% auto;
}

/* HOME FEED TILES */
.home-feed-tiles {
  overflow: hidden;
}
.home-feed-article {  
  padding: 1.625rem 0.625rem 1.625rem 1.625rem;
  width: 33.33333333333333%;
  overflow: hidden;
  float: left;
  height: 7.625rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.article-inner {
  width: 100%;
  position: relative;
  padding-left: 4.375rem;
}
.home-post-feed-date {
  font-size: 0.6875rem;
  font-family: 'Graphik-LightItalic';
  position: absolute;
  top: 0;
  left: 0;
}
.home-post-feed-heading a, .home-post-feed-heading {
  font-family: 'Graphik-Medium' !important;
  font-size: 1rem; 
  margin-bottom: 0.5625rem;
}
.home-post-feed-body {
  font-size: 0.8125rem;
  width: 79.0625%;
}
.your-aged-care-feed, .your-aged-care-feed .home-post-feed-heading a {
  color: #a8a7b2 !important;
}
.your-aged-care-feed, .home-post-feed-heading a:hover {
  background-color: transparent;
}
.your-aged-care-feed .shim {
  background-color: rgba(38, 34, 63, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.your-rnh-feed .shim {
  background-color: rgba(142, 4, 0, 0.9);
  color: #e8cdcc;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.your-rnh-feed, .your-rnh-feed .home-post-feed-heading a {
  color: #e8cdcc !important;
}
.your-rnh-feed, .home-post-feed-heading a:hover {
  background-color: transparent;
}
.your-opportunities-feed {
  background-color: rgba(25, 52, 65, 0.9);
  color: #91aa9d !important;
}
.your-opportunities-feed, .your-opportunities-feed .home-post-feed-heading a {
  color: #91aa9d !important; 
}
.home-feed-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.home-feed-article.home-feed-img-bg .home-feed-link {
  display: block;
}
.home-feed-link:hover {
  background-color: transparent !important;
}
.home-post-feed-heading a:hover {
  background-color: transparent;
}
.home-feed-img-wrapper img {
  position: absolute;
  min-width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
}
.home-feed-article .shim, .home-feed-article .article-inner.hover-hide {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.home-feed-article.home-feed-img-bg:hover .shim {
  opacity: 0.4;
}
.home-feed-article.home-feed-img-bg:hover .article-inner.hover-hide {
  opacity: 0;
}
/* Slide Captions */
.slide-caption {
  padding: 1.25rem;
  top: auto !important;
  bottom: 13%;
}
.slide-caption h2 {
  font-family: 'Graphik-LightItalic' !important;
  font-size: 1.0625rem;
  color: #fff;  
}
.slide-caption h2 + p {
  padding: 0;
  font-family: 'Graphik-Medium' !important;
  margin-top: 0.625rem;
  background-color: transparent;
}
.slide-caption h2 + p a {
  border: none;
  text-decoration: none;
  background-color: transparent;
}
.slide-caption h2 + p a:hover {
  text-decoration: underline;
}
.slide-caption p {
  background: transparent;
}

.slide-caption.your-rnh-caption {
  background: rgba(142,4,0,0.9);
}
.slide-caption.your-rnh-caption h2,
.slide-caption.your-rnh-caption p a,
.slide-caption.your-rnh-caption p a:hover {
  color: #e8cdcc !important;
}

.slide-caption.your-aged-care-caption {
  background: rgba(46,9,39,0.9);
}
.slide-caption.your-aged-care-caption h2,
.slide-caption.your-aged-care-caption p a {
  color: #b6a7b3 !important;
}

.slide-caption.your-health-caption {
  background: rgba(40,73,7,0.9);
}
.slide-caption.your-health-caption h2,
.slide-caption.your-health-caption p a {
  color: #c9d787 !important;
}
.slide-caption.your-health-caption {
  background: rgba(40,73,7,0.9);
}

/*.slide-4 .slide-caption {
  background: rgba(46,9,39,0.9);
}
.slide-4 .slide-caption h2,
.slide-4 .slide-caption p a {
  color: #b6a7b3;
}*/

/* Home Arrows */
.gp-theme .rsArrowRight, .gp-theme .rsArrowLeft {
  top: 82%;
}
.gp-theme .rsArrowIcn {
  background-color: rgba(38,34,63,0.9) !important;
}
/* Main Logo */
.header .logo {
  margin: 0;
}

/* breadcrumbs */
.breadcrumbs {
  margin-bottom: 1.1rem;
}
.breadcrumbs a, .breadcrumbs span, .breadcrumbs {
  font-family: 'Graphik-Light';  
  font-size: 1.5rem;
} 
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumb-first {
  text-decoration: none;
  cursor: text;
}
.breadcrumb-first:hover, .breadcrumbs a:hover {
  background: transparent;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs span:first-child a {
  text-decoration: none;
}
.breadcrumbs span:last-child {
  font-family: 'Graphik-Medium' !important;
}

/* Your aged care */
.parent-slug-your-aged-care, .parent-slug-your-aged-care  .canvas p, .parent-slug-your-aged-care  .breadcrumbs a,  .parent-slug-your-aged-care  .breadcrumbs span, .parent-slug-residential-aged-care .canvas p, .parent-slug-residential-aged-care  .breadcrumbs, .parent-slug-residential-aged-care  .breadcrumbs a, .parent-slug-residential-aged-care  .breadcrumbs span{
  color: #2e0927 !important;
}
.parent-slug-your-aged-care  .your-aged-intro-para {
  font-size: 1.0625rem;
  width: 65%;
  border-left: solid 2px #2e0927;
  padding-left: 0.625rem;
}
.parent-slug-your-aged-care .yt-link-container ul li, .parent-slug-residential-aged-care .yt-link-container ul li {
  background: #2e0927;
}
.parent-slug-your-aged-care .yt-link-container ul li a, .parent-slug-residential-aged-care .yt-link-container ul li a {
  color: #b6a7b3 !important;
}
.parent-slug-residential-aged-care .gp-tabs .ui-tabs-panel {
  background-color: #f0edf0;
}
.parent-slug-residential-aged-care .gp-tabs .ui-tabs-nav li.ui-state-default a {
  background-color: #b6a7b3; 
  color: #2e0927 !important; 
}
.parent-slug-residential-aged-care .gp-tabs .ui-tabs-nav li.ui-state-default a:hover {
  background-color: #f0edf0;
  color: #2e0927 !important; 
}
.parent-slug-residential-aged-care .gp-tabs .ui-tabs-nav li.ui-state-active a, .parent-slug-residential-aged-care .gp-tabs .ui-tabs-nav li.ui-state-active a:hover {
  background-color: #f0edf0;
  color: #2e0927 !important; 
}

/* Your Health */
.parent-slug-your-health, .parent-slug-your-health  .canvas p, .parent-slug-your-health  .breadcrumbs a,  .parent-slug-your-health  .breadcrumbs span, .one-half ul li {
  color: #284907 !important; 
}
.parent-slug-your-health  .your-aged-intro-para {
  font-size: 1.0625rem;
  width: 65%;
  border-left: solid 2px #284907;
  padding-left: 0.625rem;
}
.parent-slug-your-health .yt-link-container ul li {
  background: #284907;
}
.parent-slug-your-health .yt-link-container ul li a {
  color: #c9d787 !important; 
}
.parent-slug-your-health .gp-tabs .ui-tabs-panel {
  background-color: #f4f7e7;
}
.parent-slug-your-health .gp-tabs .ui-tabs-nav li.ui-state-default a {
  background-color: #c9d787; 
  color: #284907 !important; 
}
.parent-slug-your-health .gp-tabs .ui-tabs-nav li.ui-state-default a:hover {
  background-color: #f4f7e7;
  color: #284907 !important; 
}
.parent-slug-your-health .gp-tabs .ui-tabs-nav li.ui-state-active a, .parent-slug-your-health .gp-tabs .ui-tabs-nav li.ui-state-active a:hover {
  background-color: #f4f7e7;
  color: #284907 !important; 
}
/* Your health / community health services */
.parent-slug-community-health-services, .parent-slug-community-health-services .canvas p, .parent-slug-community-health-services  .breadcrumbs a,  .parent-slug-community-health-services  .breadcrumbs span, .one-half ul li {
  color: #284907 !important; 
}
.parent-slug-community-health-services  .your-aged-intro-para {
  font-size: 1.0625rem;
  width: 65%;
  border-left: solid 2px #284907;
  padding-left: 0.625rem;
}
.parent-slug-community-health-services .yt-link-container ul li {
  background: #284907;
}
.parent-slug-community-health-services .yt-link-container ul li a {
  color: #c9d787 !important; 
}
.parent-slug-community-health-services .gp-tabs .ui-tabs-panel {
  background-color: #f4f7e7;
}
.parent-slug-community-health-services .gp-tabs .ui-tabs-nav li.ui-state-default a {
  background-color: #c9d787;  
}
.parent-slug-community-health-services .gp-tabs .ui-tabs-nav li.ui-state-default a:hover {
  background-color: #f4f7e7;
  color: #284907 !important; 
}
.parent-slug-community-health-services .gp-tabs .ui-tabs-nav li.ui-state-active a, .parent-slug-community-health-services .gp-tabs .ui-tabs-nav li.ui-state-active a:hover {
  background-color: #f4f7e7;
  color: #284907 !important; 
}
.parent-slug-community-health-services .one-half.last {
  background-color: #f4f7e7;
}

/* Your RNH */
.parent-slug-your-rnh {

}
.page-blog .canvas img {
  min-width: 100%;
}

.parent-slug-your-rnh, 
.parent-slug-your-rnh  .canvas p, 
.parent-slug-your-rnh  .breadcrumbs a, 
.parent-slug-your-rnh  .breadcrumbs span {
  color: #8e0400 !important; 
}

/* Even numbered posts */
.parent-slug-your-rnh .grid-blog article.tile:nth-child(even) .tile-block, 
.parent-slug-your-rnh .grid-blog article.tile:nth-child(even) .post-body,
.parent-slug-your-rnh .grid-blog article.tile:nth-child(even) .post-image-container {
  background: #faf5f5;
}

.parent-slug-your-rnh .grid-blog article.tile:nth-child(even) .post-header a,  
.parent-slug-your-rnh .grid-blog article.tile:nth-child(even) time,
.parent-slug-your-rnh .grid-blog article.tile:nth-child(even) p,
.parent-slug-your-rnh .grid-blog article.tile:nth-child(even) .post-more a {
  color: #bb6866 !important; 
}

/* Odd numbered posts */
.parent-slug-your-rnh .grid-blog article.tile:nth-child(odd) .post-image-container,
.parent-slug-your-rnh .grid-blog article.tile:nth-child(odd) .tile-block,
.parent-slug-your-rnh .grid-blog article.tile:nth-child(odd) .post-body {
  background: #e8cdcc;
}

.parent-slug-your-rnh .grid-blog article.tile:nth-child(odd) .post-header a,
.parent-slug-your-rnh .grid-blog article.tile:nth-child(odd) time,
.parent-slug-your-rnh .grid-blog article.tile:nth-child(odd) p,
.parent-slug-your-rnh .grid-blog article.tile:nth-child(odd) .post-more a {
  color: #8e0400 !important; 
}

/* Featured post */
.parent-slug-your-rnh .grid-tiles.grid-merge .tile.width-double,
.parent-slug-your-rnh .grid-tiles .tile.width-double .tile-block,
.parent-slug-your-rnh .grid-tiles .tile.width-double .tile-block .post-image-container,
.parent-slug-your-rnh .grid-tiles .tile.width-double .tile-block .post-body {
  background-color: #8e0400;
}

.parent-slug-your-rnh article:first-child.tile.width-double .post-header a,
.parent-slug-your-rnh  article:first-child.tile.width-double time,
.parent-slug-your-rnh  article:first-child.tile.width-double .post-excerpt p, 
.parent-slug-your-rnh  article:first-child.tile.width-double .post-more a {
  color: #e8cdcc !important; 
}

.parent-slug-your-rnh input[type="submit"]:hover, .single-event input[type="submit"]:hover {
  background-color: #8e0400 !important;
}

 /*Blog*/

 .blog, 
.blog .canvas p, 
.blog .breadcrumbs a, 
.blog .breadcrumbs span {
  color: #8e0400 !important;
}

/* Even numbered posts */
.blog .grid-blog article.tile:nth-child(even) .tile-block, 
.blog .grid-blog article.tile:nth-child(even) .post-body,
.blog .grid-blog article.tile:nth-child(even) .post-image-container {
  background: #faf5f5 !important;
}

.blog .grid-blog article.tile:nth-child(even) .post-header a,  
.blog .grid-blog article.tile:nth-child(even) time,
.blog .grid-blog article.tile:nth-child(even) p,
.blog .grid-blog article.tile:nth-child(even) .post-more a {
  color: #bb6866 !important;
}

/* Odd numbered posts */
.blog .grid-blog article.tile:nth-child(odd) .post-image-container,
.blog .grid-blog article.tile:nth-child(odd) .tile-block,
.blog .grid-blog article.tile:nth-child(odd) .post-body {
  background: #e8cdcc !important;
}

.blog .grid-blog article.tile:nth-child(odd) .post-header a,
.blog .grid-blog article.tile:nth-child(odd) time,
.blog .grid-blog article.tile:nth-child(odd) p,
.blog .grid-blog article.tile:nth-child(odd) .post-more a {
  color: #8e0400 !important;
}

/* Featured post */
.blog .grid-tiles.grid-merge .tile.width-double,
.blog .grid-tiles .tile.width-double .tile-block,
.blog .grid-tiles .tile.width-double .tile-block .post-image-container,
.blog .grid-tiles .tile.width-double .tile-block .post-body {
  background-color: #8e0400 !important;
}

.blog article:first-child.tile.width-double .post-header a,
.blog  article:first-child.tile.width-double time,
.blog  article:first-child.tile.width-double .post-excerpt p, 
.blog  article:first-child.tile.width-double .post-more a {
  color: #e8cdcc !important;
}

.parent-slug-your-rnh input[type="submit"]:hover, .single-event input[type="submit"]:hover {
  background-color: #8e0400 !important;
}



/* Your Opportunities */
.parent-slug-your-opportunities, 
.parent-slug-your-opportunities  .canvas p, 
.parent-slug-your-opportunities  .breadcrumbs a, 
.parent-slug-your-opportunities  .breadcrumbs span,
.parent-slug-your-opportunities .one-half ul li,
.parent-slug-your-opportunities .vacancies-heading {
  color: #193441 !important; 
}
.single-jobs, 
.single-jobs  .canvas p, 
.single-jobs  .breadcrumbs a, 
.single-jobs  .breadcrumbs span,
.single-jobs .one-half ul li,
.single-jobs .vacancies-heading {
  color: #193441 !important; 
}
.parent-slug-your-opportunities .attachment-cta {
  background-color: #193441;
}
.parent-slug-your-opportunities .gp-tabs .ui-tabs-panel {
  background-color: #e9eeeb;
}
.parent-slug-your-opportunities .gp-tabs .ui-tabs-nav li.ui-state-default a {
  background-color: #91aa9d;  
}
.parent-slug-your-opportunities .gp-tabs .ui-tabs-nav li.ui-state-default a:hover {
  background-color: #e9eeeb;
  color: #193441 !important; 
}
.parent-slug-your-opportunities .gp-tabs .ui-tabs-nav li.ui-state-active a, .parent-slug-your-opportunities .gp-tabs .ui-tabs-nav li.ui-state-active a:hover {
  background-color: #e9eeeb;
  color: #193441 !important; 
}
.parent-slug-your-opportunities .vacancies-heading {
  font-family: 'Graphik-Medium' !important;
  font-size: 1rem;
  margin-top: 35px;
}
.featured-job-post {
  background-color: #193441;
  text-align: center;
}
.featured-job-post .featured-job-post-inner {
  width: 43.269230769231%;
  margin: 0 auto;
  padding-top: 2.0625rem;
  padding-bottom: 2.25rem;
}
.featured-job-post .featured-job-post-inner .job-post-date,
.featured-job-post .featured-job-post-inner h3,
.featured-job-post .featured-job-post-inner h3 a,
.featured-job-post .featured-job-post-inner p,
.featured-job-post .job-description-link {
  color: #91aa9d !important;
}
.featured-job-post .featured-job-post-inner h3 a:hover {
  background-color: transparent;
}
.featured-job-post .featured-job-post-inner h3 {
  font-family: 'Graphik-Medium' !important;
  font-size: 1rem;
}
.featured-job-post .featured-job-post-inner p {
  font-size: 0.875rem;
}
.featured-job-post .featured-job-post-inner footer {
margin-top: 2.875rem;
}
.featured-job-post .job-description-link {
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
  border: solid 2px #91aa9d;
  text-decoration: none;
  width: 58.888888888889%;
  margin: 0 auto;
  padding: 0.3125rem 0;
}
.featured-job-post .job-description-link:hover {
  background-color: transparent;
}
.featured-job-post .job-description-link + .job-description-link {
  margin-top: 4px;
}
.job-post {
  width: 49.519230769231%;
  float: left;
  margin-top: 0.961538461538%;
  margin-left: 0.961538461538%;
  text-align: center;
  padding: 1.4375rem 0;
}
.job-post section, .job-post header {
  width: 65.533980582524%;
  margin: 0 auto;
}
.job-post:nth-child(even) {
  background-color: #91aa9d;
}
.job-post:nth-child(odd) {
  margin-left: 0;
  background-color: #e9eeeb;
}
.job-post p,
.job-post header h3,
.job-post header h3 a,
.job-post .job-description-link {
  color: #193441 !important;
}
.job-post header h3 a:hover {
  background-color: transparent;
}
.job-tiles .job-post p {
  font-size: 0.75rem;
}
.job-post header h3 {
  font-family: 'Graphik-Medium' !important;
  font-size: 1rem;  
}
.job-post .job-description-link {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  width: 55.555555555556%;
  border: solid #193441 1px;
  margin: 0 auto;
  padding: 0.3125rem 0;
}
.job-post .job-description-link + .job-description-link {
  margin-top: 2px;
}
.job-post .job-description-link:hover {
  background-color: transparent;
}

/* Share Icon Bar */
.share-heading {
  font-family: 'Graphik-Medium' !important;
  font-size: 1rem;
}
.post-share li.linkedin-share a {
  background-image: url('img/linkedin_icon.png');
}
.post-share li.mail-share a {
  background-image: url('img/mail_icon.png');
}


/* Blog */
.rnh-blog h1.entry-title,
.rnh-blog .post-content,
.rnh-blog .post-content p a,
.rnh-blog .share-heading,
.rnh-blog  #comments h2,
.rnh-blog  #comments .comment-body h5 a,
.rnh-blog #comments .comment-body .comment-date a,
.rnh-blog .comment-reply-title,
.rnh-blog .be-first,
.rnh-blog .form-allowed-tags,
.rnh-blog .comments .comment-content .comment-text,
.rnh-blog #comments form label,
.rnh-blog .post-share li a {
  color: #8e0400 !important; 
}
.rnh-blog .comments .comment-content .comment-text {
  font-size: 1rem; 
  font-family: 'Graphik-Light';
}
.rnh-blog #comments form input, .rnh-blog #comments form textarea {
  background-color: #e8cdcc;
  border: none;
}
.rnh-blog .comments .comment-body .alert {
  background-color: #8e0400;
}
.rnh-blog #comments form input[type="submit"] {
  background-color: #8e0400; 
}
.rnh-blog .post-share li a, .rnh-blog .post-share li a:hover {
  background-color: #8e0400;
}

/* Events */
/* Even numbered posts */
.parent-slug-your-rnh .grid-event article.tile:nth-child(even) .tile-block, 
.parent-slug-your-rnh .grid-event article.tile:nth-child(even) .post-body,
.parent-slug-your-rnh .grid-event article.tile:nth-child(even) .post-image-container {
  background: #faf5f5;
}

.parent-slug-your-rnh .grid-event article.tile:nth-child(even) .post-header a,  
.parent-slug-your-rnh .grid-event article.tile:nth-child(even) time,
.parent-slug-your-rnh .grid-event article.tile:nth-child(even) p,
.parent-slug-your-rnh .grid-event article.tile:nth-child(even) .post-more a {
  color: #bb6866 !important; 
}

/* Odd numbered posts */
.parent-slug-your-rnh .grid-event article.tile:nth-child(odd) .post-image-container,
.parent-slug-your-rnh .grid-event article.tile:nth-child(odd) .tile-block,
.parent-slug-your-rnh .grid-event article.tile:nth-child(odd) .post-body {
  background: #e8cdcc;
}

.parent-slug-your-rnh .grid-event article.tile:nth-child(odd) .post-header a,
.parent-slug-your-rnh .grid-event article.tile:nth-child(odd) time,
.parent-slug-your-rnh .grid-event article.tile:nth-child(odd) p,
.parent-slug-your-rnh .grid-event article.tile:nth-child(odd) .post-more a {
  color: #8e0400 !important; 
}
/* Standard Event Posts */
.type-event.post-featured .tile-block .post-content {
  text-align: center;
}
.type-event .post-content .post-date time {
  font-family: 'Graphik-LightItalic';
  font-size: 0.75rem;
  line-height: 1;
}
.type-event .post-content .post-date {
  margin-bottom: 0;
}
.type-event .post-content .post-header {
  line-height: 1;
  margin-top: 0;
  margin-top: 0.9375rem;
  font-size: 1rem;
}
.type-event .post-content .post-header a {
  line-height: 1.2;
}
.type-event .post-content .post-location {
  color: #bb6866 !important; 
}
.type-event .post-content .post-venue,
.type-event .post-content .post-venue a {
  color: #bb6866;
  margin-bottom: 0;
  border: none;
  display: inline-block;
}
.type-event .post-content .post-venue a:hover {
  text-decoration: underline;
}
.parent-slug-your-rnh .grid-tiles .post-date small.post-time {
  font-family: 'Graphik-LightItalic';
  font-size: 0.75rem;
  line-height: 1;
  color: #bb6866 !important; 
  opacity: 1;
}
.type-event .post-content .post-buy a {
  font-family: 'Graphik-Light' !important;
  font-size: 0.625rem;
  padding: 0.4rem;
  border: solid #bb6866 1px;
  display: inline-block;
  width: auto;
  color: #bb6866 !important;
  float: none;
  line-height: 1;
}
.type-event .post-content .post-buy a:hover {
  background-color: transparent !important;
  border: solid #bb6866 1px;
}
.parent-slug-your-rnh .type-event img, .page-stories .post-image img {
  min-width: 100%;
}

.type-event:nth-child(odd) .post-body .post-content .post-date time {
  font-family: 'Graphik-LightItalic';
  font-size: 0.75rem;
  line-height: 1;
  color:#8e0400 !important; 
}
.type-event:nth-child(odd) .post-body .post-content .post-date small {
  color:#8e0400 !important; 
}
.type-event:nth-child(odd) .post-content .post-date {
  margin-bottom: 0;
}
.type-event:nth-child(odd) .post-content .post-header {
  line-height: 1;
  margin-top: 0;
  margin-top: 0.9375rem;
  font-size: 1rem;
}
.type-event:nth-child(odd) .post-content .post-header a {
  line-height: 1.2;
}
.type-event:nth-child(odd) .post-body .post-content .post-location {
  color: #8e0400 !important; 
  opacity: 1;
}
.type-event:nth-child(odd) .post-body .post-content .post-venue,
.type-event:nth-child(odd) .post-content .post-venue a {
  color: #8e0400 !important; 
  margin-bottom: 0;
  border: none;
  display: inline-block;
  opacity: 1;
}
.type-event:nth-child(odd) .post-content .post-venue a:hover {
  text-decoration: underline;
}
.parent-slug-your-rnh .grid-tiles .post-date small.post-time {
  font-family: 'Graphik-LightItalic';
  font-size: 0.75rem;
  line-height: 1;
  color: #bb6866 !important; 
  opacity: 1;
}
.type-event:nth-child(odd) .post-body .post-content .post-buy a {
  font-family: 'Graphik-Light' !important;
  font-size: 0.625rem;
  padding: 0.4rem;
  border: solid #bb6866 1px;
  display: inline-block;
  width: auto;
  color: #bb6866 !important;
  float: none;
  line-height: 1;
}
.type-event:nth-child(odd) .post-content .post-buy a:hover {
  background-color: transparent !important;
  border: solid #bb6866 1px;
}

/* Featured post */
.parent-slug-your-rnh .grid-tiles.grid-merge .tile.width-double,
.parent-slug-your-rnh .grid-tiles .tile.width-double .tile-block,
.parent-slug-your-rnh .grid-tiles .tile.width-double .tile-block .post-image-container,
.parent-slug-your-rnh .grid-tiles .tile.width-double .tile-block .post-body {
  background-color: #8e0400;
}
.parent-slug-your-rnh .grid-tiles .tile.width-double .post-date {
  margin-bottom: 1.25rem;
}
.parent-slug-your-rnh .grid-tiles .tile.width-double .post-date time,
.parent-slug-your-rnh .grid-tiles .tile.width-double .post-date small.post-time {
  font-family: 'Graphik-LightItalic';
  font-size: 0.75rem;
  line-height: 1;
  color: #e8cdcc !important; 
}
.parent-slug-your-rnh .grid-tiles .tile.width-double .post-header {
  margin-top: 0;
  line-height: 1rem;
  margin-bottom: 0;
}
.parent-slug-your-rnh .grid-tiles .tile.width-double .post-header a {
  font-family: 'Graphik-Medium';
  font-size: 1rem;
  line-height: 1.2rem;
}
.parent-slug-your-rnh .grid-tiles .tile.width-double .post-venue,
.parent-slug-your-rnh .grid-tiles .tile.width-double .post-location {
  font-family: 'Graphik-LightItalic';
  font-size: 0.75rem;
  color: #e8cdcc !important; 
  opacity: 1;
}
.parent-slug-your-rnh .grid-tiles .tile.width-double .post-excerpt {
  margin-top: 0.75rem;
}
.parent-slug-your-rnh .grid-tiles .tile.width-double .post-buy.button a {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  float: none;
  font-family: 'Graphik-Light' !important;
  text-transform: uppercase;
  font-size: 0.725rem;
  padding: 0.4rem;
  color: #e8cdcc !important;
  border: solid #e8cdcc 1px;
}
.parent-slug-your-rnh .grid-tiles .tile.width-double .post-buy.button a:hover {
  background-color: transparent !important;
}
.parent-slug-your-rnh .grid-tiles .tile.width-double .post-excerpt p {
  font-family: 'Graphik-Light';
  font-size: 1rem;
  color: #e8cdcc !important; 
  opacity: 1;
}


.parent-slug-your-rnh article:first-child.tile.width-double .post-header a,
.parent-slug-your-rnh  article:first-child.tile.width-double time,
.parent-slug-your-rnh  article:first-child.tile.width-double .post-excerpt p, 
.parent-slug-your-rnh  article:first-child.tile.width-double .post-more a {
  color: #e8cdcc !important; 
}
.single-event h1.entry-title,
.single-event .post-content,
.single-event .post-content p a,
.single-event .share-heading,
.single-event  #comments h2,
.single-event  #comments .comment-body h5 a,
.single-event #comments .comment-body .comment-date a,
.single-event .comment-reply-title,
.single-event .be-first,
.single-event .form-allowed-tags,
.single-event .comments .comment-content .comment-text,
.single-event #comments form label,
.single-event .post-share li a,
.single-event time,
.single-event .post-meta-table .inner,
.single-event .post-meta-table .inner a {
  color: #8e0400 !important; 
}
.single-event .post-meta-table .inner a.underline {
  border-bottom: solid #8e0400 1px;
}
.single-event .post-meta-table .inner a.underline:hover {
  background-color: transparent !important;
}
.single-event .comments .comment-content .comment-text {
  font-size: 1rem; 
  font-family: 'Graphik-Light';
}
.single-event time, .single-event .post-date {
  font-size: 1rem; 
  font-family: 'Graphik-Medium' !important;
}
.single-event .post-meta-line {
  padding: 0;
}
.single-event .post-meta-line .post-comments {
  display: none;
}
.single-event #comments form input, .single-event #comments form textarea {
  background-color: #e8cdcc;
  border: none;
}
.single-event .comments .comment-body .alert {
  background-color: #8e0400;
}
.single-event #comments form input[type="submit"] {
  background-color: #8e0400; 
}
.single-event .post-share li a, .single-event .post-share li a:hover {
  background-color: #8e0400;
}
.single-event .canvas {
  padding-top: 3.375rem;
}
.mock-crumb {
  float: left;
  color: #8e0400 !important; 
  font-family: 'Graphik-Light' !important;
  font-size: 1.5rem;
}
.mock-crumb a {
  color: #8e0400;
  text-decoration: none;
}
.mock-crumb a:hover {
  text-decoration: underline;
  background-color: transparent;
  color: #8e0400 !important; 
}
.mock-crumb + .page-header {
  float: left;
  clear: none;
}
.mock-crumb + .page-header h1 {
  margin-top: 0;
}
.single-event .post-meta {
  margin-bottom: 0.875rem;
}
.single-event .post-meta-table {
  margin-bottom: 0.625rem;
}
.single-event .post-meta-table .inner {
  background-color: #e8cdcc;
}
.single-event .post-meta .rsvp-btn a {
  background-color:  #8e0400;
  font-family: 'Graphik-Light' !important;
  font-size: 0.875rem;
}


/* Stories */
.rnh-stories h1.entry-title,
.rnh-stories .post-content,
.rnh-stories .post-content p a,
.rnh-stories .share-heading,
.rnh-stories  #comments h2,
.rnh-stories  #comments .comment-body h5 a,
.rnh-stories #comments .comment-body .comment-date a,
.rnh-stories .comment-reply-title,
.rnh-stories .be-first,
.rnh-stories .form-allowed-tags,
.rnh-stories .comments .comment-content .comment-text,
.rnh-stories #comments form label,
.rnh-stories .post-share li a {
  color: #8e0400 !important; 
}
.rnh-stories .comments .comment-content .comment-text {
  font-size: 1rem; 
  font-family: 'Graphik-Light';
}
.rnh-stories #comments form input, .rnh-stories #comments form textarea {
  background-color: #e8cdcc;
  border: none;
}
.rnh-stories .comments .comment-body .alert {
  background-color: #8e0400;
}
.rnh-stories #comments form input[type="submit"] {
  background-color: #8e0400; 
}
.rnh-stories .post-share li a, .rnh-stories .post-share li a:hover {
  background-color: #8e0400;
}

/* Awards */
.rnh-awards h1.entry-title,
.rnh-awards .post-content,
.rnh-awards .post-content p a,
.rnh-awards .share-heading,
.rnh-awards  #comments h2,
.rnh-awards  #comments .comment-body h5 a,
.rnh-awards #comments .comment-body .comment-date a,
.rnh-awards .comment-reply-title,
.rnh-awards .be-first,
.rnh-awards .form-allowed-tags,
.rnh-awards .comments .comment-content .comment-text,
.rnh-awards #comments form label,
.rnh-awards .post-share li a {
  color: #26223f;
}
.rnh-awards .comments .comment-content .comment-text {
  font-size: 1rem; 
  font-family: 'Graphik-Light';
}
.rnh-awards #comments form input, .rnh-awards #comments form textarea {
  background-color: #a8a7b2;
  border: none;
}
.rnh-awards .comments .comment-body .alert {
  background-color: #26223f;
}
.rnh-awards #comments form input[type="submit"] {
  background-color: #26223f; 
}
.rnh-awards .post-share li a, .rnh-awards .post-share li a:hover {
  background-color: #26223f;
}

/* FOOTER!!! */
.outer-wrapper {
  /*border: solid blue 1px;*/
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 100%;
}
footer.footer {
  height: 2.25rem;
  margin-top: -2.25rem;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 2.25rem;
}
footer.footer .footer-absolute {
  margin: 0;
}
/*footer.footer .footer-absolute .copy-para {
  line-height: 2.25rem;
}*/
footer.footer .footer-absolute .copy-para + p {
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  display: none;
}
footer.footer .footer-absolute .copyright {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 2.25rem;
}
.parent-slug-your-aged-care .footer,
.parent-slug-residential-aged-care .footer {
  background-color: #b8aab5;
  color: #2e0927;
  border-bottom: solid #2e0927 4px;
}
.parent-slug-your-health .footer,
.parent-slug-community-health-services .footer {
  background-color: #c9d787;
  color: #284907;
  border-bottom: solid #284907 4px;
}
.parent-slug-your-rnh .footer,
.single-event .footer {
  background-color: #e8cdcc;
  color: #8e0400;
  border-bottom: solid #8e0400 4px;
}
.parent-slug-your-opportunities .footer,
.single-jobs .footer {
  background-color: #91aa9d;
  color: #193441;
  border-bottom: solid #193441 4px;
}
.parent-slug-about .footer,
.parent-slug-about .footer,
.parent-slug-our-people .footer {
  background-color: #a8a7b2;
  color: #26223f;
  border-bottom: solid #26223f 4px;
}

/* Back to top */
.back-to-top:hover {
  /*background-color: transparent !important;*/
}

.parent-slug-your-aged-care .back-to-top:hover, .parent-slug-your-aged-care .back-to-top,
.parent-slug-residential-aged-care .back-to-top:hover, .parent-slug-residential-aged-care .back-to-top {
  background-color: #2e0927 !important; 
}
.parent-slug-your-health .back-to-top:hover, .parent-slug-your-health .back-to-top,
.parent-slug-community-health-services .back-to-top:hover, .parent-slug-community-health-services .back-to-top {
  background-color: #284907 !important; 
}
.parent-slug-your-rnh .back-to-top:hover, .parent-slug-your-rnh .back-to-top,
.single-event .back-to-top:hover, .single-event .back-to-top {
  background-color: #8e0400 !important; 
}
.parent-slug-your-opportunities .back-to-top:hover, .parent-slug-your-opportunities .back-to-top,
.single-jobs .back-to-top:hover, .single-jobs .back-to-top {
  background-color: #193441 !important; 
}
.parent-slug-about .back-to-top:hover, .parent-slug-about .back-to-top,
.parent-slug-our-people .back-to-top:hover, .parent-slug-our-people .back-to-top {
  background-color: #26223f !important; 
}


/* Publications Page */
.page-publications .rnh-table td a, .page-publications .rnh-table td a:hover {
  color: #26223f;
  background-color: transparent;
}


/* -----------------------------
Hover Color Styles Per Section 
-------------------------------- */

/* Home */
.slide-caption.your-rnh-caption h2 + p a:hover {
  color: #bb6866 !important;
}
/*.slide-2 .slide-caption h2 + p a:hover {
  color: #514e65 !important;
}*/
.slide-caption.your-health-caption h2 + p a:hover {
  color: #5c832f !important;
}
.slide-4 .slide-caption h2 + p a:hover {
  color: #644d52 !important;
}
.your-aged-care-feed .home-post-feed-heading a:hover {
  color: #514e65 !important;
}
.your-rnh-feed .home-post-feed-heading a:hover {
  color: #bb6866;
}
.your-opportunities-feed .home-post-feed-heading a:hover {
  color: #3e606f;
}

/* About */
.parent-slug-about .grid-album .tile .post-header a:hover {
  color: #514e65;
  text-decoration: none !important;
}


/* TEMP SOCIALS CSS */
.header-wrapper .socials .social-twitter {
  opacity: 0;
}
.header-wrapper .socials .temp-mailto {
  opacity: 1;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.header-wrapper .socials .temp-mailto a {
-webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.header-wrapper .socials .temp-mailto a {
  background-image: url('img/mail_icon.png');
  opacity: 0.4;
  background-position: center center;
}
.header-wrapper .socials .social-facebook a {
  opacity: 0.4;
}

/* ATS TO BE INTEGRATED */
.rnh-blog .post-share li, .rnh-stories .post-share li, .single-event .post-share li {
  /*opacity: 0.4;*/
  background-color: #8e0400;
}
.rnh-awards .post-share li {
  background-color: #26223f;
}
.post-share li a {
  background-color: transparent !important;
  opacity: 0.7;
}
.rnh-blog .post-content, .parent-slug-your-rnh  .post-content, .single-event .post-content, .parent-slug-about .post-content {
  font-size: 1rem;
  font-family: 'Graphik-Light';
}
 .page-publications .rnh-table {
  margin-top: 1rem;
 }
 .page-publications td {
  font-size: 1rem;
  font-family: 'Graphik-Light';
 }
 .page-awards .post-image img {
  min-width: 100% !important;
 }

.yt-wrapper {
  margin-bottom: 0.3125rem;
}
.slideshow-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
/*.slideshow-wrapper img {
  visibility: hidden !important;
}
.slideshow-wrapper .cycle-slide-active img {
  visibility: visible !important;
}*/
.slideshow-wrapper .slide-wrapper {
  width: 100%;
  /*background: #f4f7e7;*/
}
.slideshow-wrapper .page-gallery .slide-wrapper img {
  display: block;
}
.slideshow-wrapper .page-gallery .slide-wrapper, .slideshow-wrapper .page-gallery .slide-wrapper * {
  visibility: hidden !important;
}
.slideshow-wrapper .page-gallery.cycle-active .slide-wrapper:first-child, .slideshow-wrapper .page-gallery.cycle-active .slide-wrapper *, .slideshow-wrapper .page-gallery.cycle-active .slide-wrapper {
  visibility: visible !important;
}
 .slideshow-wrapper .arrows {
  position: absolute;
  top: 50%;
  z-index: 100; 
  width: 100%;
  margin-top: -25px;
  transition: opacity 0.3s;
  opacity: 0;
}
 .slideshow-wrapper .arrows.active {
  opacity: 1;
 }
.slideshow-wrapper .arrows a {
  font-size: 1rem;
  color: #000;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
}
.slideshow-wrapper .arrows a:hover {
  background-color: transparent;
}
.slideshow-wrapper .arrows a.next {
  right: 0;
  left: auto;
}
.slideshow-wrapper .arrows a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: url('img/slide_arrow_left.png') no-repeat center center;
  -webkit-background-size: auto 54%;
  background-size: auto 54%;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.slideshow-wrapper .arrows a.prev:after {
  background: url('img/slide_arrow_right.png') no-repeat center center;
  -webkit-background-size: auto 54%;
  background-size: auto 54%;
} 
.slideshow-wrapper .arrows a:hover:after {
  opacity: 0.8;
}
/* Next and Previous section arrow colours */
.parent-slug-community-health-services .slideshow-wrapper .arrows a, .parent-slug-your-health .slideshow-wrapper .arrows a {
  background-color: #284907;
}

.parent-slug-your-aged-care .slideshow-wrapper .arrows a, .parent-slug-residential-aged-care .slideshow-wrapper .arrows a {
  background-color: #2e0927;
/*#2e0927*/
}

.parent-slug-your-rnh .slideshow-wrapper .arrows a {
  background-color: #8e0400;
}

.parent-slug-about .slideshow-wrapper .arrows a {
  background-color: #26223f;
} 

.page-planned-activity-group .shortcode.one-half.last {
  padding-top: 60px;
}

.parent-slug-your-opportunities .slideshow-wrapper .arrows a {
  background-color: #193441;
}

/*Slideshow Wrapper BG Colours*/
.slideshow-wrapper .slide-wrapper {
  background-color: #e4e4e4;
  /*height: 100%;*/
  /*min-height: 100%;*/
  max-height: 465px;
}
.slideshow-wrapper .slide-wrapper {
  background-color: #e4e4e4;
}
.parent-slug-about .slideshow-wrapper .slide-wrapper {
  background-color: #514e65;
}
.parent-slug-your-rnh .slideshow-wrapper .slide-wrapper {
  background-color: #bb6866;
}
.parent-slug-your-opportunities .slideshow-wrapper .slide-wrapper {
  background-color: #e9eeeb;
}
.parent-slug-your-health .slideshow-wrapper .slide-wrapper {
  background-color: #c9d787;
}

.page-day-program .slideshow-wrapper, .page-vision .slideshow-wrapper {
  margin-top: 1em;
}




.single-jobs .attachment-cta {
  text-transform: uppercase;
  background-color: #193441;
}


/* -----------
404 Error page
------------- */
.error404 .error404 {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding-top: 3rem;
}

.error404 .error404 h1 {
  font-family: 'Graphik-Medium' !important;
  font-size: 3rem;
  color: #26223F;
}
.error404 .error404 h2 {
  font-family: 'Graphik-Light' !important;
  font-size: 2rem;
  color: #26223F;
}
.error404 .error404 p, .error404 .error404 a {
  font-family: 'Graphik-Light' !important;
  font-size: 1rem;
  color: #26223F;
}
.error404 .error404 a:hover {
  background-color: transparent;
}

/* -----------
Search results
------------- */
.search-results .canvas {
  padding-top: 3rem;
}
.search-results h1 {
  font-family: 'Graphik-Light' !important;
  font-size: 3rem;
  color: #26223F;
}
.search-results .grid-tiles .tile-block, .search-results .post .post-body {
  background-color: #26223F;
}
.search-results .content .tile-block h2 a {
  color: #A8A7B2;  
}

/*#A8A7B2*/

/* -----------
SMALL SCREEN 
----------- */
@media screen and (max-height: 700px) {
  .slide-caption, .gp-theme .rsArrow {
    bottom: 27% !important;
    top: auto;l
  }
}
@media screen and (min-width: 2000px) {
  .slide-caption {
    max-width: 35%;
  }
  .slide-caption h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 2330px) {
  .header-wrapper .navigation-primary {
    width: 64.895833%;
  }
}
@media screen and (max-width: 1985px) {
  .header-wrapper .navigation-primary {
    width: 82.895833%;
  }
}
@media screen and (max-width: 1540px) {
  .header-wrapper .navigation-primary {
    width: 92.895833%;
  }
}
@media screen and (max-width: 1366px) {
  .header-wrapper .navigation-primary {
    width: 90%;
  }
  .header-wrapper .navigation-primary li {
    width: 25%;
  }
  .navigation-primary li a {
    font-size: 1rem;
  }
  .slideshow .slide-caption h2 {
    font-size: 1.2rem;
  }
  .slideshow .slide-caption p {
    font-size: 1rem;
  }
  .home-feed-article {
    padding: 1rem 1rem 0 1rem;
  }
  .home-post-feed-body {
    font-size: 0.75rem;
  }
  .home-post-feed-heading a {
    font-size: 0.85rem; 
  }
  .slide-caption {
    bottom: 18%;
  }
  .gp-theme .rsArrow {
    top: auto;
    bottom: 18%;
  }
  .parent-slug-about .grid-album .tile .post-header {
    width: 100%;
  }
}
@media screen and (min-width: 1021px) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 1250px) {
  .icon-tile-list li .tile-bottom {
    margin-top: 2.1875rem;
    min-height: 11.75rem;
  }  
}

@media screen and (max-width: 1025px) {
  .rnh-form .form-row.three-col .form-item.inline {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.6875rem;
  } 
  .rnh-form label {
    font-size: 1rem;
    margin-bottom: 0.5625rem;
  }
  .rnh-form input {
    border: none;
    border-radius: 0;
    min-height: 1rem;
    padding: 0.5625rem 0.5625rem 0.5625rem;
    width: 100%;
    font-size: 1rem;
  } 
  .rnh-form input[type="submit"] {
    -webkit-appearance: none;
    padding: 0.8125rem 0;
    width: 100%;
    font-size: 0.75rem;
    margin-top: 0.5625rem;
    font-family: 'Graphik-Light';
    border-radius: 0px;
    background: #ccc;
  }
  .rnh-form textarea {
    border-radius: 0;
    min-height: 6rem;
    padding: 0.5625rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1020px) {
  .hide-for-small {
    display: none !important;
  }
  .toolbar-inner {
    /*border: solid red 1px;*/
    float: none;
    width: 100%;
  }
  .toolbar-header .modal-search-button {
    width: auto;
    margin: 0;
  }
  .toolbar-header .socials {
    width: auto;
    margin: 0;
  }
  .toolbar-wrapper .toolbar {
    width: auto;
    margin-top: 0 !important;
  }
  .home-feed-article {
    display: none;
  }
  .slide-caption {
    max-width: 52%;
  }
  .slide-caption, .gp-theme .rsArrow {
    bottom: 8% !important;
  }
  .header-wrapper .navigation-mobile-button {
    margin-top: 0;
  }
  .header-wrapper .navigation-mobile-button a, .header-wrapper .navigation-mobile-button a:hover {
    background-color: #8e0400;
  }
  .navigation-mobile-active .navigation-mobile {
    top: 116px;
  }
  .navigation-mobile li, .navigation-mobile li a {
    font-family: 'Graphik-RegularItalic';
  }
  .navigation-mobile li.menu-item a {
    background: transparent;
  }
  .navigation-mobile li li a:before {
    content: '';
  }
  .navigation-mobile li li {
    padding-left: 0;
  }
  .navigation-mobile li li a {
    padding-left: 30px;
  }
  /* Your aged care nav */
  .navigation-mobile > li:nth-child(1) {
    background-color: #2e0927;
  }
  .navigation-mobile > li:nth-child(1) a {
    color: #b6a7b3 !important;
  }
  .navigation-mobile > li:nth-child(1):hover a {
    background-color: #B6A7B3;
    color: #2E0927 !important;
  }
  .navigation-mobile > li:nth-child(1):hover ul li a {
    background-color: #644D52; 
    color: #B6A7B3 !important; 
  }
  .navigation-mobile > li:nth-child(1) ul li {
    background-color: #644D52;
  }
  .navigation-mobile > li:nth-child(1) ul li:hover a {
    background-color: #B6A7B3 !important;
    color: #2E0927 !important;
  }

  /* Your health nav */
  .navigation-mobile > li:nth-child(2) {
    background-color: #284907;
  }
  .navigation-mobile > li:nth-child(2) a {
    color: #C9D787 !important;
  }
  .navigation-mobile > li:nth-child(2):hover a {
    background-color: #C9D787;
    color: #5C832F !important;
  }
  .navigation-mobile > li:nth-child(2):hover ul li a {
    background-color: #5C832F; 
    color: #C9D787 !important; 
  }
  .navigation-mobile > li:nth-child(2) ul li {
    background-color: #5C832F;
  }
  .navigation-mobile > li:nth-child(2) ul li:hover a {
    background-color: #C9D787 !important;
    color: #5C832F !important;
  }

  /* Your RNH nav */
  .navigation-mobile > li:nth-child(3) {
    background-color: #8E0400;
  }
  .navigation-mobile > li:nth-child(3) a {
    color: #E8CDCC !important;
  }
  .navigation-mobile > li:nth-child(3):hover a {
    background-color: #E8CDCC ;
    color: #8E0400 !important;
  }
  .navigation-mobile > li:nth-child(3):hover ul li a {
    background-color: #BB6866; 
    color: #E8CDCC !important; 
  }
  .navigation-mobile > li:nth-child(3) ul li {
    background-color: #BB6866;
  }
  .navigation-mobile > li:nth-child(3) ul li:hover a {
    background-color: #E8CDCC !important;
    color: #8E0400 !important;
  }

  /* Your Opportunities nav */
  .navigation-mobile > li:nth-child(4) {
    background-color: #193441;
  }
  .navigation-mobile > li:nth-child(4) a {
    color: #91AA9D !important;
  }
  .navigation-mobile > li:nth-child(4):hover a {
    background-color: #91AA9D;
    color: #193441 !important;
  }
  .navigation-mobile > li:nth-child(4):hover ul li a {
    background-color: #3E606F; 
    color: #91AA9D !important; 
  }
  .navigation-mobile > li:nth-child(4) ul li {
    background-color: #3E606F;
  }
  .navigation-mobile > li:nth-child(4) ul li:hover a {
    background-color: #91AA9D !important;
    color: #193441 !important;
  }
  .page-directory .content-page ul {
    width: 50%;
  }
  .featured-job-post .featured-job-post-inner {
    width: 80.269231%;
  }
  .job-post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .icon-tile-list li .tile-bottom {
    margin-top: 3.1875rem;
    min-height: 12.75rem;
  }  
}
@media screen and (max-width: 850px) {
  .icon-tile-list li {
    width: 49.6875%;
  }
  .icon-tile-list li .tile-bottom {
    margin-top: 3.1875rem;
    min-height: 12.75rem;
  }  
  .icon-tile-list li.new-row-full {
    clear: none;
    float: left;
    margin-left: 0.625%;
  }
  .icon-tile-list li:nth-child(odd) {
    margin-left: 0;
    clear: none;
  }
}
@media screen and (max-width: 560px) {
  .icon-tile-list li {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .icon-tile-list li .tile-bottom {
    margin-top: 1.1875rem;
    margin-bottom: 1.1875rem;
    min-height: auto;
  }  
  .icon-tile-list li.new-row-full {
    clear: none;
    float: left;
    margin-left: 0;
  }
  .icon-tile-list li:nth-child(odd) {
    margin-left: 0;
    clear: none;
  }  
  .icon_exercise {
  background-image: url(img/icon_exercise.png);
  background-size: 11.189873417722% auto;
  }
  .icon_speech {
    background-image: url(img/icon_speech.png);
    background-size: 11.189873417722% auto;
  }
  .icon_dietetics {
    background-image: url(img/icon_dietetics.png);
    background-size: 9.025316455696% auto;
  }
  .icon_nurse {
    background-image: url(img/icon_com_health.png);
    background-size: 13.708861% auto; 
  }
  .icon_foot {
    background-image: url(img/icon_foot.png);
    background-size: 11.189873417722% auto;
  }
  .icon_asthma {
    background-image: url(img/icon_asthma.png);
    background-size: 10.873417721519% auto;
  }
  .icon_therapy {
    background-image: url(img/icon_therapy.png);
    background-size: 10.924050632911% auto;
  }
  .icon_counselling {
    background-image: url(img/icon_counselling.png);
    background-size: 11.189873417722% auto;
  }
  .icon_physio {
    background-image: url(img/icon_physio.png);
    background-size: 4.962025316456% auto;
  }
  .icon_diabetes {
    background-image: url(img/icon_diabetes_01.png);
    background-size: 7.189873% auto;
  }
  .icon_massage {
    background-image: url(img/icon_massage.png);
    background-size: 11.189873417722% auto;
  }
  .icon_social {
    background-image: url(img/icon_social.png);
    background-size: 11.189873417722% auto;
  }
  .icon_podiatry {
    background-image: url(img/icon_podiatry.png);
    background-size: 5.911392405063% auto;
  }
  .page-directory .content-page ul {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .toolbar-header .socials {
    display: none;
  }
}
@media screen and (max-width: 480px) {
 body.navigation-mobile-active .navigation-mobile {
    top: 76px !important;
  }
  .navigation-mobile-button {
    z-index: 500;
  }
  .header-wrapper .navigation-mobile-button a, .header-wrapper .navigation-mobile-button a:hover {
    background-color: #8e0400;
  }
  .header {
    z-index: 500;
  }
  .toolbar-nav ul li {
    position: static;
  }
  .toolbar-nav ul li ul {
    width: 100%;
    left: 0;
  }
  .navigation-mobile li, .navigation-mobile li a {
    font-family: 'Graphik-RegularItalic';
  }
  .navigation-mobile li.menu-item a {
    background: transparent;
  }
  .navigation-mobile li li a:before {
    content: '';
  }
  .navigation-mobile li li {
    padding-left: 0;
  }
  .navigation-mobile li li a {
    padding-left: 30px;
  }

  /* Your aged care nav */
  .navigation-mobile > li:nth-child(1) {
    background-color: #2e0927;
  }
  .navigation-mobile > li:nth-child(1) a {
    color: #b6a7b3 !important;
  }
  .navigation-mobile > li:nth-child(1):hover a {
    background-color: #B6A7B3;
    color: #2E0927 !important;
  }
  .navigation-mobile > li:nth-child(1):hover ul li a {
    background-color: #644D52; 
    color: #B6A7B3 !important; 
  }
  .navigation-mobile > li:nth-child(1) ul li {
    background-color: #644D52;
  }
  .navigation-mobile > li:nth-child(1) ul li:hover a {
    background-color: #B6A7B3 !important;
    color: #2E0927 !important;
  }

  /* Your health nav */
  .navigation-mobile > li:nth-child(2) {
    background-color: #284907;
  }
  .navigation-mobile > li:nth-child(2) a {
    color: #C9D787 !important;
  }
  .navigation-mobile > li:nth-child(2):hover a {
    background-color: #C9D787;
    color: #5C832F !important;
  }
  .navigation-mobile > li:nth-child(2):hover ul li a {
    background-color: #5C832F; 
    color: #C9D787 !important; 
  }
  .navigation-mobile > li:nth-child(2) ul li {
    background-color: #5C832F;
  }
  .navigation-mobile > li:nth-child(2) ul li:hover a {
    background-color: #C9D787 !important;
    color: #5C832F !important;
  }

  /* Your RNH nav */
  .navigation-mobile > li:nth-child(3) {
    background-color: #8E0400;
  }
  .navigation-mobile > li:nth-child(3) a {
    color: #E8CDCC !important;
  }
  .navigation-mobile > li:nth-child(3):hover a {
    background-color: #E8CDCC ;
    color: #8E0400 !important;
  }
  .navigation-mobile > li:nth-child(3):hover ul li a {
    background-color: #BB6866; 
    color: #E8CDCC !important; 
  }
  .navigation-mobile > li:nth-child(3) ul li {
    background-color: #BB6866;
  }
  .navigation-mobile > li:nth-child(3) ul li:hover a {
    background-color: #E8CDCC !important;
    color: #8E0400 !important;
  }

  /* Your Opportunities nav */
  .navigation-mobile > li:nth-child(4) {
    background-color: #193441;
  }
  .navigation-mobile > li:nth-child(4) a {
    color: #91AA9D !important;
  }
  .navigation-mobile > li:nth-child(4):hover a {
    background-color: #91AA9D;
    color: #193441 !important;
  }
  .navigation-mobile > li:nth-child(4):hover ul li a {
    background-color: #3E606F; 
    color: #91AA9D !important; 
  }
  .navigation-mobile > li:nth-child(4) ul li {
    background-color: #3E606F;
  }
  .navigation-mobile > li:nth-child(4) ul li:hover a {
    background-color: #91AA9D !important;
    color: #193441 !important;
  }

  .slide-caption {
    bottom: 0 !important;
    max-width: none;
  }
}

.flexslider .flex-direction-nav a:hover {
  background-color: transparent !important;
}

.canvas a:not(.attachment-cta){
    color: #193441;
}