/*! ------ NOTES ---------------------------------------------------------------

Site: Propellerglobal 2017
Stylesheet: High Contrast Screen Styles
Author: Damien Buckley, Propeller Graphic Design & Marketing

-------------------------------------------------------------------------------- */
/* ========================================================================
   Variables - Specific Use Colours
 ========================================================================== */
/* ========================================================================
   Variables - Fonts
	WebFonts - https://fonts.google.com/specimen/Open+Sans?selection.family=Open+Sans:400,400i,600,600i,700,700i
	Regular: 400
	Regular Italic: 400
	Semi-bold: 600
	Bold: 700
 ========================================================================== */
/* ========================================================================
   Variables - Breakpoints
 ========================================================================== */
/* ========================================================================
   Mixins
 ========================================================================== */
/* ========================================================================
   Placeholders
 ========================================================================== */
/* ========================================================================
   Magnific Popup Settings
 ========================================================================== */
/* ========================================================================
   Slider Settings
 ========================================================================== */
/* ========================================================================
   RRSSB Social Sharing Icon Settings
 ========================================================================== */
/* =============================================================================
   Logo
   ========================================================================== */
.logo h1 {
  -webkit-filter: gray;
          filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  /* Webkit Nightlies, Google Chrome Canary and Microsoft Edge*/
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.logo h1:hover, .logo h1:focus, .logo h1:visited {
  -webkit-filter: gray;
          filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(0.8);
          filter: grayscale(0.8);
  /* Webkit Nightlies, Google Chrome Canary and Microsoft Edge*/
}

/* =============================================================================
   Typography
   ========================================================================== */
p, h1, h2, h3, h4, h5, h6, li {
  color: black;
}

/* =============================================================================
   Photos
   ========================================================================== */
.container img {
  -webkit-filter: url("/js/filters.svg#grayscale");
          filter: url("/js/filters.svg#grayscale");
  /* Firefox 3.5+ */
  -webkit-filter: gray;
          filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  /* Webkit Nightlies, Google Chrome Canary and Microsoft Edge*/
}

/* =============================================================================
   Search
   ========================================================================== */
#search {
  background: black;
}

#search input {
  color: white;
}

input[type="search"]::-webkit-input-placeholder,
input[type="search"]:-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="search"]:-ms-input-placeholder {
  color: white;
}

/* =============================================================================
    Accessibility Nav
    ========================================================================== */
.accessibility a {
  color: #464536;
}

/* =============================================================================
 	Nav Main
    ========================================================================== */
#nav_main li a:hover {
  color: black;
}

#nav_main li li.selected > a {
  color: black;
}

@media only screen and (max-width: 40em) {
  #nav_main li li.selected > a {
    color: white;
  }
}

@media only screen and (max-width: 40em) {
  #nav_main li a:hover {
    color: white;
  }
  #nav_main li li.selected > a {
    color: white;
  }
}

/* =============================================================================
	   Hamburger Menu
	   ========================================================================== */
@media only screen and (max-width: 60em) {
  #nav_main > a:before {
    background: #464536;
    box-shadow: 0 0.5em 0 0 #464536, 0 1em 0 0 #464536;
  }
}

/* =============================================================================
		   Nav Main First Level
		   ========================================================================== */
/* Drop-down icon */
#nav_main span:after {
  border-top-color: #464536;
}

@media only screen and (max-width: 60em) {
  #nav_main span:after {
    border-top-color: rgba(255, 255, 255, 0.9);
  }
}

#nav_main > ul {
  /* Set out position & style of first-level ul */
}

@media only screen and (max-width: 60em) {
  #nav_main > ul {
    background-color: #464536;
  }
}

#nav_main > ul > li > a {
  color: #505558;
}

@media only screen and (max-width: 60em) {
  #nav_main > ul > li > a {
    color: white;
  }
}

/* Current Location Indicator */
@media only screen and (max-width: 60em) {
  .current {
    background-color: white;
  }
  .current a {
    color: white !important;
  }
}

@media only screen and (min-width: 60em) {
  #nav_main > ul > li.selected {
    border-bottom: 5px solid gray;
  }
}

@media only screen and (max-width: 60em) {
  #nav_main > ul > li:not(:last-child) > a {
    border-bottom: 1px solid gray;
  }
}

/* Drop-down Indicator */
#nav_main > ul li:hover > a span:after,
#nav_main ul:not(:hover) > li.active > a span:after {
  border-top-color: #59b5b0;
}

@media only screen and (max-width: 60em) {
  #nav_main > ul li:hover > a span:after,
  #nav_main ul:not(:hover) > li.active > a span:after {
    border-top-color: white;
  }
}

/* =============================================================================
		   Nav Main Second Level
		   ========================================================================== */
#nav_main li ul {
  background-color: white;
}

@media only screen and (max-width: 60em) {
  #nav_main li ul {
    background-color: #464536;
    border-bottom: 1px solid gray;
  }
}

@media only screen and (max-width: 60em) {
  #nav_main li ul a {
    color: white;
  }
}

@media only screen and (min-width: 60em) {
  #nav_main li ul a {
    color: #505558;
  }
}

@media only screen and (max-width: 60em) {
  #nav_main li ul li a:hover {
    color: white;
    background-color: #59b5b0;
  }
}

@media only screen and (max-width: 60em) {
  #nav_main li ul:not(:hover) li.active a {
    color: white;
  }
}

/* =============================================================================
						   Nav Main Third Level - Desktop
						   ========================================================================== */
@media only screen and (min-width: 60em) {
  #nav_main li ul li ul {
    background-color: white;
  }
}

/* =============================================================================
 	Slider Content Containers
    ========================================================================== */
.bContainer {
  background: black;
}

/* =============================================================================
    Services Nav
    ========================================================================== */
.nav_services h3 {
  color: #464536;
}

.nav_services h3:hover {
  color: #464536;
}

.nav_services p.desc {
  color: #464536;
}

/* ==========================================================================
    Links - copy
    ========================================================================== */
.body-copy a, .main-copy a, .block-copy a, .main-copy-2 a, .landing-copy a {
  color: black;
  border-bottom: 1px solid #464536;
}

.body-copy a:hover, .main-copy a:hover, .block-copy a:hover, .main-copy-2 a:hover, .landing-copy a:hover {
  color: #464536;
  border-bottom: 2px solid #464536;
}

/* ==========================================================================
    Specialist Link Styles - Buttons
    ========================================================================== */
.blockLink a, button.block {
  color: #464536 !important;
  background-color: rgba(1, 108, 112, 0);
  border: 1px solid #464536;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blockLink a:hover, button.block:hover {
  color: #464536 !important;
  background-color: rgba(156, 154, 140, 0.6);
}

.blockLinkTrans a, button.blockTrans {
  color: #e7ebed;
  border: 1px solid #e7ebed;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blockLinkTrans a:hover, button.blockTrans:hover {
  color: #e7ebed;
  background-color: rgba(231, 235, 237, 0.25);
}

.blockLink a.selected {
  color: black !important;
  background-color: rgba(156, 154, 140, 0.6);
}

.blockLinkWhite a, button.blockWhite {
  color: #016c70;
  border: 1px solid #016c70;
  background-color: white;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.blockLinkWhite a:hover, button.blockWhite:hover {
  color: #e7ebed;
  border-color: white;
}

.blockLinkTrans a.selected {
  border-color: #464536;
}

/* =============================================================================
 	Promotional Banner
    ========================================================================== */
.promo-banner {
  background-color: black;
  color: white;
  background-image: none;
}

.promo-banner a {
  color: white;
}

.promo-banner h2, .promo-banner .h2, .promo-banner p {
  color: white;
}

/* =============================================================================
 	Homepage Body Content
    ========================================================================== */
.hero-copy {
  background-color: black;
}

.hero-copy h2, .hero-copy p {
  color: white;
}

/* =============================================================================
 	Forms
    ========================================================================== */
input[type="submit"] {
  color: #464536 !important;
  background-color: white;
}

input[type="submit"]:hover {
  background-color: white;
}

/* =============================================================================
 	Events Summary
    ========================================================================== */
.events-summary .blog-article a:hover, .news-summary .blog-article a:hover {
  color: black;
}

/* =============================================================================
 	Footer
    ========================================================================== */
.site-footer, p.copyright {
  background-color: black;
}

/* ==========================================================================
    Specific List Styles
    ========================================================================== */
.section_nav a {
  color: #464536;
  padding: 1em 0.5em;
}

.section_nav a:hover {
  color: white;
  background-color: black;
}

/*  Large screens */
@media only screen and (min-width: 60em) {
  .section_nav > li:first-of-type > a {
    padding: 1em 0.5em;
  }
}

/* ==========================================================================
    No Video Header
    ========================================================================== */
.no-video {
  border: 1px solid #cfd0d0;
  border-width: 1px 0;
  padding: 1em;
  text-align: center;
}

.no-video li {
  list-style: none;
  font-weight: bold;
}

/* =============================================================================
	Static Banner
   ========================================================================== */
.static {
  -webkit-filter: gray;
          filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  /* Webkit Nightlies, Google Chrome Canary and Microsoft Edge*/
}

/* =============================================================================
	Static Banner
   ========================================================================== */
.banner {
  -webkit-filter: gray;
          filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  /* Webkit Nightlies, Google Chrome Canary and Microsoft Edge*/
}

.banner .Container {
  background: black;
  color: white;
}

/* =============================================================================
	Category Menu - drop-down - select
   ========================================================================== */
nav.nav-staff-category, nav.nav-staff-search {
  background: black;
}

/* =============================================================================
	PDF Links
   ========================================================================== */
a[href$=".pdf"]:link,
a[href$=".pdf"]:visited,
a[href$=".pdf"]:hover {
  -webkit-filter: gray;
          filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  /* Webkit Nightlies, Google Chrome Canary and Microsoft Edge*/
}

/* =============================================================================
   Services Landing Page Nav
   ========================================================================== */
.nav_services_landing li {
  background: #182127 !important;
}

.nav_services_landing li a {
  background-color: #182127 !important;
}

.nav_services_landing li .video-container .jw-preview {
  -webkit-filter: gray;
          filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  /* Webkit Nightlies, Google Chrome Canary and Microsoft Edge*/
}

/* ==========================================================================
   Tables
   ========================================================================== */
th, th p {
  background-color: black;
}

/* =============================================================================
	Event Details
   ========================================================================== */
.event_details a {
  color: black;
}

.event_details a:hover {
  color: black;
}

.event_details .fill {
  fill: gray;
}

.event_details a:hover .fill {
  fill: black;
}

/* ========================================================================
   RRSSB Social Sharing Icon Settings
 ========================================================================== */
.rrssb-buttons li a {
  background: black !important;
}

/* ========================================================================
   Forms
 ========================================================================== */
fieldset {
  border-bottom: 1px dotted black;
}

input:not([type="submit"]), textarea, select {
  border: 1px solid black;
}

input[type="submit"] {
  border: 1px solid black !important;
}
/*# sourceMappingURL=high_contrast.css.map */
