/*
 Theme Name:     INEW
 Author:         Chesapeake
 Author URI:     http://www.thisischesapeake.com
 Template:       York
 Version:        2.0
*/
@import url("../York/style.css");
/* ---------
	$GLOBALS
--------- */
html,
body {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p.large-text,
.large-text p {
  font-size: 30px;
  line-height: 1.5em;
}

p.small-text,
.small-text p,
#post-meta,
p.wp-caption-text,
.credit {
  font-size: 16px;
  line-height: 1.5em;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.sans,
p.wp-caption-text,
#catapult-cookie-bar,
.credit {
  font-family: "proxima-nova";
}

/* ----------
	$HEADINGS
---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova";
  font-weight: 700;
  font-style: normal;
}

header#main-header h1 {
  display: none;
}

h1.page-title {
  font-size: 50px;
}

h3.large {
  font-size: 35px;
  line-height: 1em;
}

.w1of3 h4,
.w1of4 h4,
.multiple-slideshow h4 {
  font-size: 20px;
  line-height: 1.1em;
  padding-bottom: 10px;
}

.w1of5 h4 {
  font-size: 20px;
  line-height: 1.1em;
  padding-bottom: 10px;
}

.after-h1 {
  margin-top: -1em;
}

/* ------
	$META
------ */
p.meta,
h4.meta,
ul.meta,
li.meta {
  text-transform: uppercase;
  font-family: "proxima-nova";
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.bg-y-75 p.meta, p.meta.bg-y-75,
.bg-y-100 p.meta, p.meta.bg-y-100 {
  color: white;
}

.w1of3 p.meta,
.w1of3 h4.meta,
.w1of3 ul.meta,
.w1of3 li.meta,
.w1of4 p.meta,
.w1of4 h4.meta,
.w1of4 ul.meta,
.w1of4 li.meta,
.multiple-slideshow p.meta,
.multiple-slideshow h4.meta,
.multiple-slideshow ul.meta,
.multiple-slideshow li.meta {
  font-size: 16px;
}

/* ------------
	$SLIDESHOWS
------------ */
section#home-slideshow div.bg-slideshow div div.info h4,
section#home-slideshow div.bg-slideshow div div.info a {
  font-size: 20px;
  line-height: 1.5em;
}

section#home-slideshow div.bg-slideshow div div.info div {
  font-size: 35px;
  color: white;
  font-weight: bold;
  line-height: 1.1em;
}

/* -----------
	$CALENDAR
------------ */
.calendar-date {
  word-wrap: break-word;
}

.calendar-date p.large-text,
.calendar-date p.small-text {
  margin: 0;
}

.calendar-date p.smaller-text {
  font-size: 14px;
  line-height: 1.2em;
}

.calendar-date .uppercase {
  font-size: 16px;
  margin: 1em 0 0.5em;
}

/* ------------
	$TEXT BLOCK
------------ */
article.text-block h2, article.text-block h3 {
  font-family: "leitura-news";
  font-weight: bold;
}

article.text-block blockquote {
  padding: 40px;
  background-color: #fffbee;
  border-left: 8px solid #FFD357;
}

/* ---------
	$CONTENT
--------- */
.w1of3 .the-excerpt p,
.w1of4 .the-excerpt p,
.multiple-slideshow .the-excerpt p {
  font-size: 14px;
  line-height: 1.5em;
}

.block p:last-of-type {
  margin-bottom: 0;
}

#catapult-cookie-bar {
  font-size: 14px;
  line-height: 1em;
}

/* ---------
	$ARTICLE
--------- */
p.wp-caption-text {
  margin-top: 10px;
}

/* -------
	$LISTS
------- */
nav {
  font-family: "proxima-nova";
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

nav#main-menu li {
  padding-bottom: 6px;
  padding-top: 3px;
  border-bottom: 0px solid transparent;
  padding-left: 1px;
  padding-right: 1px;
  margin-left: 6px;
  margin-right: 6px;
}

nav#main-menu li a {
  font-size: 14px;
}

nav#main-menu li a:link,
nav#main-menu li a:visited {
  color: #2C3236;
  opacity: 1;
  text-decoration: none;
}

nav#main-menu li a:hover,
nav#main-menu li a:active {
  color: #FFF3D5;
  text-decoration: none;
}

nav#main-menu li.button {
  background: #fffbee;
  padding-left: 6px;
  padding-right: 6px;
}

nav#main-menu li.button:hover {
  background: #2C3236;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -ms-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
}

nav#main-menu li.search {
  display: inline-block;
  text-indent: -99999px;
  width: 16px;
  height: 21px;
  background-image: url("images/search.png");
  background-position: center bottom;
  background-size: 16px auto;
  background-repeat: no-repeat;
}

nav#main-menu li.search:hover {
  cursor: pointer;
}

@media all and (max-width: 1138px) {
  nav#main-menu li {
    padding-left: 0;
    padding-right: 0;
  }
  nav#main-menu li a {
    font-size: 13px;
  }
}

@media all and (max-width: 1048px) {
  nav#main-menu li {
    padding-left: 0;
    padding-right: 0;
  }
  nav#main-menu li a {
    font-size: 12px;
  }
}

@media all and (max-width: 960px) {
  nav#main-menu li {
    padding-left: 0;
    padding-right: 0;
  }
  nav#main-menu li a {
    font-size: 20px;
  }
}

nav#main-menu li.current-menu-item a:link,
nav#main-menu li.current-menu-item a:visited {
  color: #fffbee;
}

nav#main-menu li.current-menu-item.button {
  background: #2C3236;
  padding-left: 10px;
  padding-right: 10px;
}

nav#main-menu li.current-menu-item.button a:link,
nav#main-menu li.current-menu-item.button a:visited {
  color: #fffbee;
}

nav#main-menu li.current-menu-item.button:hover {
  background: #fffbee;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -ms-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
}

nav#main-menu li.current-menu-item.button:hover a:link,
nav#main-menu li.current-menu-item.button:hover a:visited {
  color: #2C3236;
}

body.single-states nav#main-menu li#menu-item-2680 a:link,
body.single-states nav#main-menu li#menu-item-2680 a:visited,
body.single-calendar nav#main-menu li#menu-item-2571 a:link,
body.single-calendar nav#main-menu li#menu-item-2571 a:visited,
body.single-resources nav#main-menu li#menu-item-2521 a:link,
body.single-resources nav#main-menu li#menu-item-2521 a:visited,
body.single-post nav#main-menu li#menu-item-2504 a:link,
body.single-post nav#main-menu li#menu-item-2504 a:visited {
  color: #FFF3D5;
}

ul.meta {
  list-style: none;
  margin: 0 auto;
}

ul.meta li {
  display: inline-block;
  margin-right: 12px;
}

ul.meta.grey li {
  color: #2C3236;
}

ul.meta.grey li a {
  color: #2C3236;
  text-decoration: none;
}

ul.meta.grey li:nth-child(2),
ul.meta.grey li:nth-child(2) a {
  color: #565b5e;
}

ul.meta.grey li:nth-child(3),
ul.meta.grey li:nth-child(3) a {
  color: #767a7c;
}

ul.meta.grey li:nth-child(4),
ul.meta.grey li:nth-child(4) a,
ul.meta.grey li:nth-child(5),
ul.meta.grey li:nth-child(5) a,
ul.meta.grey li:nth-child(6),
ul.meta.grey li:nth-child(6) a {
  color: #95989A;
}

ul.meta.yellow li {
  color: #FFD357;
}

ul.meta.yellow li a {
  color: #FFD357;
  text-decoration: none;
}

ul.meta.yellow li:nth-child(2),
ul.meta.yellow li:nth-child(2) a {
  color: #ffdc79;
}

ul.meta.yellow li:nth-child(3),
ul.meta.yellow li:nth-child(3) a {
  color: #ffe292;
}

ul.meta.yellow li:nth-child(4),
ul.meta.yellow li:nth-child(4) a,
ul.meta.yellow li:nth-child(5),
ul.meta.yellow li:nth-child(5) a,
ul.meta.yellow li:nth-child(6),
ul.meta.yellow li:nth-child(6) a {
  color: #FFE9AB;
}

ul.meta.reverse-yellow li {
  color: white;
}

ul.meta.reverse-yellow li a {
  color: white;
  text-decoration: none;
}

ul.meta.reverse-yellow li:nth-child(2),
ul.meta.reverse-yellow li:nth-child(2) a {
  color: #FFF3D5;
}

ul.meta.reverse-yellow li:nth-child(3),
ul.meta.reverse-yellow li:nth-child(3) a,
ul.meta.reverse-yellow li:nth-child(4),
ul.meta.reverse-yellow li:nth-child(4) a,
ul.meta.reverse-yellow li:nth-child(5),
ul.meta.reverse-yellow li:nth-child(5) a,
ul.meta.reverse-yellow li:nth-child(6),
ul.meta.reverse-yellow li:nth-child(6) a {
  color: #FFE9AB;
}

ul.publish-future {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  line-height: 0;
}

ul.publish-future li {
  display: inline-block;
  width: 15%;
  height: 60px;
  position: relative;
  margin: 0 1px -2px;
  padding: 0;
  background: #eaeaeb;
  border-left: 2px solid #eaeaeb;
  border-top: 2px solid #eaeaeb;
  border-right: 2px solid #eaeaeb;
  font-size: 20px;
  line-height: 20px;
}

ul.publish-future li label,
ul.publish-future li input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

ul.publish-future li input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

ul.publish-future li input[type="radio"]:checked + label,
ul.publish-future li .Checked + label {
  background: white;
}

ul.publish-future li label {
  padding: 20px;
  cursor: pointer;
  z-index: 90;
}

ul.publish-future li label:hover {
  background: #DDD;
}

ul.publish-future li.all {
  width: 7%;
}

ul.columns {
  column-count: 4;
  column-gap: 20px;
  list-style: none;
  margin: 20px 0 40px;
  column-rule-style: solid;
  column-rule-width: 2px;
  column-rule-color: #eaeaeb;
  font-family: "proxima-nova";
  font-size: 16px;
}

ul.columns li {
  line-height: 1.2em;
  margin-bottom: 0.33em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

ul.flat {
  list-style: none;
  margin: 0;
}

ul.flat li {
  display: inline-block;
  font-family: "proxima-nova";
  font-weight: 700;
  margin-right: 13.33333px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

ul.flat li.title {
  opacity: 0.5;
}

@-moz-keyframes bounce {
  0% {
    -moz-transform: scale(0.7);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(1.2);
    opacity: 0.4;
  }
  75% {
    -moz-transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(0.7);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
    opacity: 0.4;
  }
  75% {
    -webkit-transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

/* --------
	$BLOCKS
-------- */
.d-block,
.d-bo-block,
.d-ob-block,
.d-booo-block,
.d-bboo-block,
.d-bbbo-block,
.d-obbb-block,
.d-oobb-block,
.d-ooob-block,
.d-bobb-block,
.d-bbob-block,
.d-obbo-block,
.d-oobo-block {
  margin: 0 auto;
  overflow: visible;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

.d-block {
  padding: 40px;
}

.d-bo-block {
  padding: 40px 0 40px 0;
}

.d-ob-block {
  padding: 0 40px;
}

.d-booo-block {
  padding: 40px 0 0 0;
}

.d-bboo-block {
  padding: 40px 40px 0 0;
}

.d-bbbo-block {
  padding: 40px 40px 40px 0;
}

.d-obbb-block {
  padding: 0 40px 40px 40px;
}

.d-oobb-block {
  padding: 0 0 40px 40px;
}

.d-ooob-block {
  padding: 0 0 0 40px;
}

.d-bobb-block {
  padding: 40px 0 40px 40px;
}

.d-bbob-block {
  padding: 40px 40px 0 40px;
}

.d-obbo-block {
  padding: 0 40px 40px 0;
}

.d-oobo-block {
  padding: 0 0 40px 0;
}

.h-block {
  padding: 10px;
}

.h-booo-block {
  padding: 10px 0 0 0;
}

.f-block {
  padding: 20px;
}

.f-bo-block {
  padding: 20px 0 20px 0;
}

.f-ob-block {
  padding: 0 20px;
}

.f-booo-block {
  padding: 20px 0 0 0;
}

.f-bboo-block {
  padding: 20px 20px 0 0;
}

.f-bbbo-block {
  padding: 20px 20px 20px 0;
}

.f-obbb-block {
  padding: 0 20px 20px 20px;
}

.f-oobb-block {
  padding: 0 0 20px 20px;
}

.f-ooob-block {
  padding: 0 0 0 20px;
}

.f-bobb-block {
  padding: 20px 0 20px 20px;
}

.f-bbob-block {
  padding: 20px 20px 0 20px;
}

.f-obbo-block {
  padding: 0 20px 20px 0;
}

.f-oobo-block {
  padding: 0 0 20px 0;
}

.f-margin {
  margin: 20px;
}

.max-w1of1 {
  max-width: 1400px;
}

.w3of4 .max-w1of1 {
  width: calc(100% + 360px);
  margin-left: -180px;
  max-width: 1400px;
}

.w1of3 .booo-block,
.w1of4 .booo-block {
  padding-top: 10px;
}

/* --------
	$HEADER
-------- */
header #search-container {
  text-align: center;
  display: none;
}

header#main-header {
  background-color: rgba(255, 211, 87, 0.95);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

header#main-header a.menu-toggle {
  display: none;
}

#featured-image {
  position: relative;
  height: 70vh;
  max-height: 70vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#featured-image header {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* ------
	$MAIN
------ */
main {
  min-height: 100%;
}

/* ------
	$HOME
------ */
section#home-slideshow {
  height: 100vh;
  position: relative;
  padding-bottom: 20px;
}

section#home-slideshow div.bg-slideshow div {
  min-height: 100%;
}

section#home-slideshow div.bg-slideshow div div.info {
  margin-top: -120px;
  font-size: 0;
  line-height: 0;
}

section#home-slideshow div.bg-slideshow div div.info h4,
section#home-slideshow div.bg-slideshow div div.info a {
  background: #FFD357;
  display: inline-block;
  padding: 10px;
}

section#home-slideshow div.bg-slideshow div div.info div {
  background: rgba(44, 50, 54, 0.9);
  margin: 0;
}

section#home-slideshow div.bg-slideshow div div.info a {
  font-family: "proxima-nova";
  float: right;
  text-decoration: none;
}

section#home-slideshow div.bg-slideshow #credit {
  position: absolute;
  width: 100%;
  text-align: center !important;
  padding-left: 20px;
  padding-right: 20px;
  bottom: 20px;
  color: white;
  display: block !important;
  font-family: "proxima-nova";
  min-height: 10px;
  font-size: 16px;
}

#media-centre {
  margin-bottom: 30px;
}

/* ----------
	$CALENDAR
---------- */
#calendar .calendar-item {
  padding-bottom: 70%;
  position: relative;
  word-wrap: break-word;
}

#calendar .calendar-item * {
  position: absolute;
}

#calendar .calendar-item.has-items {
  cursor: pointer;
}

/* --------
	$FILTER
-------- */
#misha_posts_wrap {
  margin: 0 auto;
}

#misha_posts_wrap .item.resources,
#misha_posts_wrap .item.generic {
  position: relative;
}

#misha_posts_wrap .item.resources:before,
#misha_posts_wrap .item.generic:before {
  content: '';
  background: #ffe292;
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  z-index: -1;
}

/* ----------------------
	$PARLIAMENTARY ACTION
---------------------- */
body.page-template--parliamentary-action .max-w1of1 {
  background: #FFD357;
  padding: 20px;
  margin-left: -20%;
  width: 140%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "proxima-nova";
}

body.page-template--parliamentary-action .max-w1of1 h2 {
  font-family: "proxima-nova";
}

body.page-template--parliamentary-action .max-w1of1 > * {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

body.page-template--parliamentary-action .max-w1of1 ul {
  padding-left: 1.2em;
  padding-right: 1.2em;
}

body.page-template--parliamentary-action .max-w1of1 ul li {
  list-style: none;
  position: relative;
}

body.page-template--parliamentary-action .max-w1of1 ul li::before {
  left: -20px;
  top: 8px;
  content: '';
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(images/list-arrow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

body.page-template--parliamentary-action .columns {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  line-height: 0;
  margin: 20px 0 20px -20%;
  width: 140%;
  border-top: 2px solid #eaeaeb;
  border-bottom: 2px solid #eaeaeb;
  padding-top: 20px;
  padding-bottom: 20px;
}

body.page-template--parliamentary-action .columns ul {
  margin: 0 0 20px;
  width: 25%;
}

body.page-template--parliamentary-action .columns ul li {
  font-family: "proxima-nova";
  list-style: none;
  font-size: 16px;
  line-height: 1.5em;
}

body.page-template--parliamentary-action .columns ul li:first-of-type {
  font-size: 20px;
  line-height: 1.5em;
  font-family: "leitura-news";
  padding-left: 0;
}

/* --------------------------
	$DECLARATION NEGOTIATIONS
-------------------------- */
body.page-id-3474 #declaration-negotiations div.bb-g:last-of-type {
  border-bottom: none;
}

/* --------
	$SEARCH
-------- */
#search_wrap .item {
  border-bottom: 2px solid #eaeaeb;
}

#search_wrap .item:last-of-type {
  border-bottom: none;
}

#search_wrap .item img.post-thumbnail {
  float: right;
  max-width: 27%;
  height: auto;
  margin: 0.33em 0 0.3em 2em;
}

.wp-pagenavi span.pages {
  margin-right: 1em;
}

.wp-pagenavi .page,
.wp-pagenavi .extend,
.wp-pagenavi .nextpostslink {
  margin-right: 0.5em;
}

.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:active,
.wp-pagenavi a:hover {
  color: #2C3236;
  text-decoration: none;
}

.wp-pagenavi a.previouspostslink {
  margin-right: 0.5em;
}

.wp-pagenavi span.current {
  margin-right: 0.5em;
  color: #FFD357;
}

/* --------
	$FOOTER
-------- */
footer {
  background-image: url(images/bg-w-100-FILL.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 50% 100%;
}

img {
  padding: 0;
  margin: 0;
}

img.logo {
  max-width: 90px;
  height: auto;
  position: absolute;
  z-index: 110;
  margin-left: 20px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

#misha_posts_wrap .f-item.inew-members img {
  padding: 10px;
}

#misha_posts_wrap .item.generic img {
  margin-bottom: 0;
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ----------------
	$CUSTOMISATIONS
-----------------*/
.bg-slideshow {
  height: 100%;
}

.bg-slideshow .slick-list,
.bg-slideshow .slick-track {
  height: 100%;
}

.slick-dots {
  width: 100%;
  list-style: none;
  text-align: center;
  display: block;
  overflow: auto;
  margin: 0;
  padding: 20px;
}

.slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.slick-dots li button {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: transparent;
  background-image: url(images/dot.png);
  background-size: 8px auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}

.slick-dots li.slick-active button {
  background-image: url(images/dot-CURRENT.png);
}

.slick-prev,
.slick-next {
  position: absolute;
  top: calc(50% - 21px);
  z-index: 400;
  height: 42px;
  width: 42px;
  background-image: url(images/next-prev.png);
  background-size: auto 100%;
  background-repeat: none;
  background-color: transparent;
  border: 0;
  text-indent: -9999px;
  opacity: 1;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:active,
.slick-next:active {
  opacity: 0.5;
  background-color: transparent;
}

.slick-prev {
  left: -42px;
}

.slick-next {
  right: -42px;
  background-position-x: -60px;
}

.slick-disabled,
.slick-disabled {
  display: none !important;
}

.standard-slideshow,
.multiple-slideshow {
  position: relative;
}

.standard-slideshow::before,
.multiple-slideshow::before {
  content: "";
  display: block;
  height: 100%;
  width: 20px;
  background-image: url(images/fade-LEFT.png);
  background-repeat: repeat-y;
  background-position: left -5px top;
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
}

.standard-slideshow::after,
.multiple-slideshow::after {
  content: "";
  display: block;
  height: 100%;
  width: 20px;
  background-image: url(images/fade-RIGHT.png);
  background-repeat: repeat-y;
  background-position: right -5px top;
  z-index: 1;
  top: 0;
  right: 0;
  position: absolute;
}

.multiple-slideshow {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.multiple-slideshow .slide {
  vertical-align: top;
  height: 100%;
  display: table-cell;
  position: relative;
}

.multiple-slideshow .slide:before {
  content: '';
  background: #ffe292;
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  z-index: -1;
}

.multiple-slideshow .container {
  height: 100%;
  width: 100%;
  display: inline-table;
}

.sticky {
  z-index: 999 !important;
}

.sticky-element-placeholder {
  width: 100% !important;
  max-width: 100% !important;
}

.sticky-element-original {
  width: 100% !important;
  max-width: 100% !important;
}

.sticky-element-active {
  width: 100% !important;
  max-width: 100% !important;
}

#second-heading {
  display: none;
}

body.javascript header#main-header.moved-on nav {
  padding-top: 6.66667px;
  padding-bottom: 10px;
}

body.javascript header#main-header.moved-on img.logo {
  display: none;
}

body.javascript header#main-header.moved-on h1 {
  display: inline-block;
  position: absolute;
  line-height: 1em;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 900;
  padding-top: 12.5px;
  padding-bottom: 10px;
}

body.javascript .hide-reveal {
  visibility: hidden;
  cursor: pointer;
}

body.javascript .hide-reveal p {
  font-size: 0;
  line-height: 0;
}

body.javascript .hide-reveal::before {
  content: "Read more";
  visibility: visible;
  font-size: 20px;
  line-height: 1.5em;
  font-family: "proxima-nova";
  font-weight: 600;
  border: 2px solid #FFD357;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin-top: 10px;
}

body.javascript .hide-reveal.reveal {
  visibility: visible;
  cursor: inherit;
}

body.javascript .hide-reveal.reveal p {
  font-size: 20px;
  line-height: 1.5em;
}

body.javascript .hide-reveal.reveal::before {
  content: none;
}

body.javascript #misha_loadmore {
  font-size: 20px;
  line-height: 1.5em;
  font-family: "proxima-nova";
  font-weight: 600;
  border: 2px solid #FFD357;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  width: auto;
  margin-bottom: 40px;
}

header #search-container {
  border: none;
  font-size: 0;
  line-height: 0;
}

header #search-container input#search {
  width: 45%;
  padding: 10px;
  font-size: 16px;
  line-height: 1em;
  font-family: "proxima-nova";
  outline: none;
  border: 0px solid transparent;
  height: auto;
  margin-top: 0;
}

header #search-container input#go {
  display: inline-block;
  background: #2C3236;
  background-image: none;
  border: 0px solid transparent;
  padding: 12px;
  height: auto;
  line-height: 1em;
  color: white;
  text-align: center;
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 1em;
  height: auto;
  margin-left: 5px;
}

header #search-container input#go:hover {
  background-color: #95989A;
}

.mchimp input[type=email] {
  width: 75%;
  border: 0;
  padding: 2.5%;
  height: 3em;
  background: white;
  font-size: 20px;
  font-family: "proxima-nova";
}

.mchimp input[type=submit] {
  width: 25%;
  background: #2C3236;
  border: 0;
  padding: 2.5%;
  height: 3em;
  color: white;
  text-align: center;
  font-family: "proxima-nova";
  font-size: 20px;
}

.mchimp input[type=submit]:hover,
.mchimp input[type=submit]:active,
.mchimp input[type=submit]:focus {
  background: #95989A;
}

.mchimp input:focus {
  outline: none;
}

.mchimp input[type=email]:focus {
  background: #FFF3D5;
}

button {
  display: inline-block;
  background: #2C3236;
  border: 0;
  padding: 2.5%;
  height: auto;
  line-height: 1em;
  color: white;
  text-align: center;
  font-family: "proxima-nova";
  font-size: 20px;
  margin: 20px 0;
}

button:hover {
  background-color: #95989A;
}

#misha_filters {
  font-family: "proxima-nova";
}

#misha_filters #tax-filters {
  font-size: 0;
  line-height: 0;
}

#misha_filters #tax-filters select {
  width: 100%;
}

#misha_filters #secondary-filters select {
  margin-right: 40px;
}

#misha_filters select {
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  background-color: #eaeaeb;
  padding: 10px;
  background-image: url(images/select-DOWN.png);
  background-position: right 10px center;
  background-size: 17px 11px;
  background-repeat: no-repeat;
  padding-right: 37px;
  margin-top: 0;
}

#misha_filters select:hover,
#misha_filters select:active,
#misha_filters select:focus {
  background-color: #CACCCD;
}

#misha_filters select:focus {
  outline: none;
}

#misha_filters #posts-per-page,
#misha_filters #order {
  margin-left: 20px;
  margin-right: 6.66667px;
}

#misha_filters button {
  background-color: #2C3236;
  color: white;
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 1em;
  padding: 10px;
  border: 0;
  margin-left: 20px;
}

#misha_filters button.reapply {
  background-color: #FFD357;
}

#misha_filters a.reset {
  font-family: "proxima-nova";
  font-size: 16px;
  color: #95989A;
  padding: 10px;
  display: inline-block;
  line-height: 1em;
  cursor: pointer;
}

#misha_filters a.reset:hover,
#misha_filters a.reset:active {
  text-decoration: none;
  color: #2C3236;
}

#misha_filters button,
#misha_filters a.reset {
  float: right;
}

#catapult-cookie-bar button#catapultCookie {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

body .featherlight {
  background-color: transparent !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

body .featherlight .featherlight-content {
  margin: 0;
  background: transparent;
  padding: 20px;
}

body .featherlight .featherlight-content .featherlight-inner {
  width: 100%;
  overflow: auto;
  background: rgba(255, 255, 255, 0.94);
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  max-width: 1200px;
}

body .featherlight .featherlight-content .featherlight-inner #second-heading {
  display: block;
}

body .featherlight .featherlight-content .featherlight-inner #member-logo {
  width: 33%;
  float: left;
}

body .featherlight .featherlight-content .featherlight-inner #member-logo img {
  display: block;
  padding: 0 40px 40px 0;
}

body .featherlight .featherlight-content .featherlight-inner #member-content {
  width: 66%;
  float: left;
}

body .featherlight .featherlight-content .featherlight-close-icon {
  color: #2C3236;
  border: 2px solid;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  width: 30px;
  height: 30px;
  line-height: 26px;
  padding-left: 1px;
  right: 40px;
  top: 40px;
  background: transparent;
}

body .featherlight .featherlight-content .featherlight-close-icon:hover,
body .featherlight .featherlight-content .featherlight-close-icon:active {
  color: #95989A;
  background: transparent;
  background: rgba(255, 255, 255, 0);
}

body .featherlight .featherlight-content .featherlight-inner#calendar-content {
  background: rgba(0, 0, 0, 0.9);
  color: white;
  font-family: "proxima-nova";
  max-width: 800px;
}

body .featherlight .featherlight-content .featherlight-inner#calendar-content li.the-calendar-date * {
  font-size: 20px !important;
  display: inline;
}

body .featherlight .featherlight-content .featherlight-inner#calendar-content li.the-calendar-date * .large-text {
  margin-right: 6.66667px;
}

body .featherlight .featherlight-content .featherlight-inner#calendar-content li.the-calendar-date * .uppercase.bg-y-50 {
  background: transparent;
  margin-left: 6.66667px;
  margin-right: 6.66667px;
  text-transform: none;
  letter-spacing: 0;
}

body .featherlight .featherlight-content .featherlight-inner#calendar-content li.the-calendar-date div {
  display: inline;
  width: auto;
}

body .featherlight.featherlight-loading {
  background-image: url(images/loading.gif);
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.94) !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

body .featherlight.calendar .featherlight-close-icon {
  color: white;
}

body .featherlight.calendar #second-heading {
  font-family: "proxima-nova";
  font-size: 20px;
  margin: -1em 0 1em;
  text-align: center;
}

body .featherlight.calendar h3 {
  font-family: "proxima-nova";
}

body .featherlight.calendar a.no-link:link,
body .featherlight.calendar a.no-link:visited {
  color: white;
  text-decoration: none;
}

body .featherlight.calendar a.no-link:hover,
body .featherlight.calendar a.no-link:active {
  color: #CACCCD;
  text-decoration: none;
}

body .featherlight.calendar ul {
  list-style: none;
  margin: 0;
}

body .featherlight.calendar ul li:last-of-type {
  padding-bottom: 0;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  border-right-color: rgba(0, 0, 0, 0.9);
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-left-color: rgba(0, 0, 0, 0.9);
}

.mapboxgl-popup {
  background-color: transparent;
  top: -20px;
  z-index: 2;
}

.mapboxgl-popup .mapboxgl-popup-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  font-size: 20px;
  line-height: 1.5em;
  font-family: "proxima-nova";
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: white;
}

.mapboxgl-popup .mapboxgl-popup-content .hover-popup {
  min-width: 200px;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  line-height: 1.5em;
  margin: 0;
}

.mapboxgl-popup .mapboxgl-popup-content .hover-popup h3 {
  margin: 0;
}

.mapboxgl-popup .mapboxgl-popup-content .click-popup {
  width: 400px;
  padding: 20px;
}

.mapboxgl-popup .mapboxgl-popup-content a.no-link:link,
.mapboxgl-popup .mapboxgl-popup-content a.no-link:visited {
  color: #95989A;
  text-decoration: none;
}

.mapboxgl-popup .mapboxgl-popup-content a.no-link:hover,
.mapboxgl-popup .mapboxgl-popup-content a.no-link:active {
  color: #2C3236;
  text-decoration: none;
}

.mapboxgl-popup .mapboxgl-popup-content button.mapboxgl-popup-close-button:hover,
.mapboxgl-popup .mapboxgl-popup-content button.mapboxgl-popup-close-button:active,
.mapboxgl-popup .mapboxgl-popup-content button.mapboxgl-popup-close-button:focus {
  opacity: 0.5;
}

.mapboxgl-popup.hover-popup {
  background: rgba(255, 255, 255, 0.94);
}

#map {
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
  z-index: 0;
}

#map .key {
  position: absolute;
  bottom: 5vh;
  left: 5vh;
  padding: 40px;
  background: rgba(255, 255, 255, 0.94);
  z-index: 1;
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 1em;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  max-width: 260px;
}

#map .key ul {
  list-style: none;
  margin: 0;
}

#map .key ul li {
  margin-bottom: 20px;
}

#map .key ul li div {
  height: 20px;
  margin-bottom: 10px;
}

#map .key ul li:last-of-type {
  margin-bottom: 0;
}

#map .key ul li.meta {
  font-size: 20px;
}

.view-map {
  font-size: 20px;
  line-height: 1.5em;
  font-family: "proxima-nova";
  font-weight: 600;
  border: 2px solid #FFD357;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.94);
  margin-bottom: 40px;
}

#slide-content {
  z-index: 10;
  position: absolute;
  top: 40vh;
  width: 100vw;
}

#slide-content.moved-on {
  top: 100vh;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#slide-content.moved-on .view-map {
  top: -95px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

#top-of-readable-section {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.94);
}

#cookies-table {
  margin: 40px 0 20px;
  width: 100%;
}

#cookies-table td {
  max-width: 50%;
}

#cookies-table tr:first-of-type {
  border-bottom: 3px solid #CACCCD;
}

#cookies-table tr {
  border-bottom: 1px solid #CACCCD;
}

#cookies-table tr td {
  border-right: 1px solid #CACCCD;
  padding: 20px;
}

#cookies-table tr td:last-of-type {
  border: none;
}

#cookies-table tr:last-of-type {
  border-bottom: none;
}

/* ---------
	$GLOBALS
--------- */
html,
body {
  color: #2C3236;
  height: 100%;
}

.f-container {
  display: flex;
  flex-wrap: wrap;
}

.f-j-c-start {
  justify-content: flex-start;
}

.f-j-c-center {
  justify-content: center;
}

.f-j-c-end {
  justify-content: flex-end;
}

.f-a-i-center {
  align-items: center;
}

.f-a-i-stretch {
  align-items: stretch;
}

.f-a-i-end {
  align-items: flex-end;
}

.f-a-i-start {
  align-items: flex-start;
}

.f-a-i-baseline {
  align-items: baseline;
}

.f-d-column {
  flex-direction: column;
}

.f-item {
  flex: none;
}

.f-item .stretch {
  height: 100%;
}

.a-s-start {
  align-self: flex-start;
}

.a-s-end {
  align-self: flex-end;
}

.a-s-stretch {
  align-self: stretch;
}

hr {
  background-color: #eaeaeb;
  border: none;
  height: 2px;
}

body.single-states hr {
  margin-top: 30px;
  margin-bottom: 22px;
}

/* -------
	$LINKS
--------*/
a:link,
a:visited {
  color: #95989A;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #2C3236;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: underline;
}

a.no-link:link,
a.no-link:visited {
  color: #2C3236;
  text-decoration: none;
}

a.no-link:hover,
a.no-link:active {
  color: #95989A;
  text-decoration: none;
}

.w-100 a.no-link:link,
.w-100 a.no-link:visited {
  color: white;
  text-decoration: none;
}

.w-100 a.no-link:hover,
.w-100 a.no-link:active {
  color: #95989A;
  text-decoration: none;
}

a.down-scroll {
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: url(images/yellow-arrow-DOWN.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: calc(50% - 30px);
  bottom: 130px;
  z-index: 100;
  text-indent: -9999px;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-origin: top center;
  opacity: 0.9;
}

a.down-scroll {
  -moz-animation: bounce 0.5s linear;
  -webkit-animation: bounce 0.5s linear;
}

a.down-scroll:hover {
  -moz-animation: bounce 0.5s linear;
  -webkit-animation: bounce 0.5s linear;
}

a.eye-eye {
  background-image: url(images/eye-eye.png);
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: left center;
  padding-left: 30px;
}

a.eye-eye-white,
a.external {
  display: inline-block;
  width: 21px;
  height: 16px;
  background-image: url(images/eye-eye-WHITE.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  float: right;
  text-indent: -9999px;
  margin-top: 8px;
}

a.external {
  background-image: url(images/external.png);
  width: 19px;
  height: 17px;
}

a.social-icon {
  height: 46px;
  background-image: url(images/social-3.png);
  background-size: auto 100%;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 10px;
  text-indent: -9999px;
  margin-top: 40px;
  margin-bottom: 40px;
}

a.social-icon:hover {
  opacity: 0.5;
}

a.tw {
  width: 54px;
}

a.fb {
  width: 25px;
  background-position: -55px 0;
}
a.in {
  width: 48px;
  margin-right: 4px;
  background-position: -86px 0;
}

/* ---------
	$COLOURS
----------*/
.y-100 {
  color: #FFD357;
}

.y-80 {
  color: #FFDE81;
}

.y-75 {
  color: #FFDE81;
}

.y-65 {
  color: #FFE9AB;
}

.y-50 {
  color: #FFE9AB;
}

.y-25 {
  color: #FFF3D5;
}

.g-100 {
  color: #2C3236;
}

.g-80 {
  color: #565b5e;
}

.g-75 {
  color: #616568;
}

.g-65 {
  color: #767a7c;
}

.g-50 {
  color: #95989A;
}

.g-25 {
  color: #CACCCD;
}

.w-100 {
  color: white;
}

.w-80 {
  color: rgba(255, 255, 255, 0.8);
}

.w-75 {
  color: rgba(255, 255, 255, 0.75);
}

.w-65 {
  color: rgba(255, 255, 255, 0.65);
}

.w-50 {
  color: rgba(255, 255, 255, 0.5);
}

.w-25 {
  color: rgba(255, 255, 255, 0.25);
}

.bg-y-100 {
  background-color: #FFD357;
}

.bg-y-75 {
  background-color: #FFDE81;
}

.bg-y-50 {
  background-color: #FFE9AB;
}

.bg-y-25 {
  background-color: #FFF3D5;
}

.bg-y-10 {
  background-color: #fffbee;
}

.bg-g-100 {
  background-color: #2C3236;
}

.bg-g-75 {
  background-color: #616568;
}

.bg-g-50 {
  background-color: #95989A;
}

.bg-g-25 {
  background-color: #CACCCD;
}

.bg-g-10 {
  background-color: #eaeaeb;
}

.bg-w-100 {
  background-color: white;
}

.bg-w-75 {
  background-color: rgba(255, 255, 255, 0.75);
}

.bg-w-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-w-25 {
  background-color: rgba(255, 255, 255, 0.25);
}

.bg-w-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

/* ---------
	$BORDERS
----------*/
.bt-g {
  border-top: 2px solid #eaeaeb;
}

.bb-g {
  border-bottom: 2px solid #eaeaeb;
}

/* ---------
	$SHADOWS
----------*/
.bs {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

/* --------
	$IMAGES
---------*/
img {
  max-width: 100%;
  height: auto;
  display: block;
}



/* --------
	$CACTUS
---------*/

#cactus-buttons_mc {
	background-color: rgba(255, 211, 87, 0.95);
}
#cactus-container {
    margin: 0 auto;
	max-width: 900px;
    padding: 28px 40px;
}
a.cactus-pseudo_button_mc {
	text-align: center;
	max-width: 200px;
	background: #2C3236;
	padding: 14px;
    display: block;
	margin: 0 auto;
	width: 75%;
	color: white;
	text-decoration: none;
	font-family: "proxima-nova";
	font-weight: bold;
	width: 100%;
}
a.cactus-pseudo_button_mc:hover {
	background: #95989A;
}
.cactus-2_col {
	width: 50%;
}
.cactus-col_right {
	float: right;
}

/* 2-column responsive for The Issue buttons */
.cactus-column {
	float: left;
	width: 46%;
	padding: 4% 8%;
	text-align: center;
	background-color: rgba(255, 211, 87, 0.95);
}
#cactus-buttons_ti #cactus-container {
	padding-bottom: 0;
}
/* Clear floats after the columns */
.cactus-row:after {
  content: "";
  display: table;
  clear: both;
}
.cactus-column-left {
	margin-right: 4%;
}
.cactus-column-right {
	margin-left: 4%;
}
a.cactus-pseudo_button_ti {
	text-transform: uppercase;
	text-decoration: none;
}

a.cactus-pseudo_button_ti div.cactus-column {
	color: #000000;
	font-family: "proxima-nova";
	font-size: 24px;
}
a.cactus-pseudo_button_ti div.cactus-column:hover {
	background-color: #000000;
	color: #FFFFFF;
}
div.ti_head {
	padding-bottom: 12px;
}
@media only screen and (max-width: 570px) {
  .cactus-column {
	  float: none;
	  width: 100%;
	}
	.cactus-column-left, .cactus-column-right {
		margin: 0;
	}
	.cactus-column-left {
		margin-bottom: 28px;
	}
}

/* Resources archive */

.resource-group-heading {
	max-width: 1200px;
    margin: 0 auto;
    border-top: 2px solid#FFD357;
	padding-bottom: 2px;
}
section.resource-group {
	margin-bottom: 30px;
}
.bg-y-75 img {
	/* border: 1px solid#FFD357; */
}



section.container_key_resources {
	background-color: #FFE9AB;
}

section.container_key_resources div.multiple-slideshow::before,
section.container_key_resources div.multiple-slideshow::after
{
	background: none;
}

section.container_key_resources div.multiple-slideshow .slide::before,
section.container_key_resources div.container div.f-block {
	background-color: #eaeaeb;
	background-color: #FFFFFF;
}
section.container_key_resources div.container div.f-block {
	border-top: solid 3px rgba(255, 211, 87, 0.95);
}

section.container_key_resources {
	margin-bottom: 0;
	padding-bottom: 30px;
}
section.resource-group p.meta.f-block.bg-y-100 {
	display: none;
}
section.container_key_resources p.the-date {
	color: #2C3236;
}

/* Home page bg for a graphic with text in it.
 * The graphic must be entirely visible at all times, so as its container changes shape/size there is some background space visible around the graphic.
 * This colour is used to keep the div visually linked to the adjacent div that holds the related text.
 */
div.cactus_bg_light_blue {
	background-color: rgba(70, 167, 160, 0.6);
}


.multiple-slideshow .slide:before {
	background-color: #FFDE81;
}









