body {
color: #4c4c4e;
font-family: 'Open Sans', sans-serif;
font-size: 20px;
overflow-x: hidden;
}
.container-fluid {
overflow-x: hidden;
}
.region-sidebar-first, .region-sidebar-second, .region-footer, .region-content {
  padding: 0;
}

/* non splash pages */
body {
margin-top: 240px;
}
body.user-logged-in {
margin-top: 326px;
}
body.path-frontpage,
body.page-node-type-standard-page {
margin-top: 0;
}

/* links */
a {
color: #007aa2;
text-decoration: none;
}
a:hover {
color: #627b28;
}
.view-news-blog a {
color: #4c4c4e;
}


.dropdown-item.active, .media-library-view--widget .view-header a.dropdown-item.is-active, .dropdown-item:active {
background-color: #007aa2;
}
/* h1 etc */
h1 {
margin: 1em 0;
}

.btn-primary {
color: #4c4c4e;
background-color: #B0D361;
border-color: #B0D361;
}
.btn-primary:hover {
color: #363637;
background-color: #1fabd4;
border-color: #1fabd4;
}
.green .btn-primary {
color: #363637;
background-color: #1fabd4;
border-color: #1fabd4;
}
.green .btn-primary:hover {
color: #4c4c4e;
background-color: #ffffff;
border-color: #ffffff;
}

.view-news-blog-image,
.card-img-top {
position: relative;
}
.view-news-blog-image .views-field-field-main-image-credit,
.card-img-top .field--name-field-feature-image-credit {
position: absolute;
left: 0;
bottom: 0;
background-color: #0081abb3;
font-size: 0.7em;
padding: 0.2em 1em;
color: #000000;
}

.block-views-blocksplash-page-title-block-1 {
position: relative;
}
.block-views-blocksplash-page-title-block-1 .view-empty {
height: 100vh;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-image: url(images/turbine-hub.jpg);
background-image: url(images/wind-turbine-fence.jpg);
}
.block-views-blocksplash-page-title-block-1 .page-title {
  position: absolute;
  text-align: right;
  left: 15px;
  right: 15px;
  bottom: 0;
  margin: auto;
}
.block-views-blocksplash-page-title-block-1 .views-field-field-splash-image-credit {
position: absolute;
left: 0;
bottom: 0;
background-color: #0081abb3;
font-size: 0.7em;
padding: 0.2em 1em;
color: #000000;
}
.block-views-blocksplash-page-title-block-1 h1 {
  font-size: 22px;
  font-size: 1.375rem;
}
.block-views-blocksplash-page-title-block-1 .page-sub-heading {
  text-align: right;
  text-transform: uppercase;
}

.block-views-blocksplash-page-title-block-1 h1 > span {
line-height: 70px;
font-size: 50px;
background-color: #0081AB;
color: #FFF;
box-shadow: -7px 0px 0 5px #0081AB, 7px 0px 0 5px #0081AB, 0 0 0 5px #0081AB;
box-decoration-break: clone;
}
.block-views-blocksplash-page-title-block-1 .page-sub-heading > span {
line-height: 32px;
font-size: 24px;
background-color: #0081AB;
color: #FFF;
box-shadow: -7px 0px 0 5px #0081AB, 7px 0px 0 5px #0081AB, 0 0 0 5px #0081AB;
box-decoration-break: clone;
}
@media only screen and (min-width: 992px) {
  .block-views-blocksplash-page-title-block-1 .page-title  {
  left: inherit;
  right: 10%;
  bottom: 5%;
  width: 40%;
  padding: 0;
	}
	.block-views-blocksplash-page-title-block-1 h1 {
	margin-bottom: 2em;
	margin-left: 4em;
	}
}
@media only screen and (min-width: 1540px) {
  .block-views-blocksplash-page-title-block-1 .page-title  {
  width: 35%;
  }
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
font-weight: 300;
text-transform: uppercase;
}
h2 {
color: #007AA2;
font-size: 36px;
line-height: 36px;
font-weight: 300;
margin-bottom: 1em;
}
@media only screen and (min-width: 1200px) {
	h2 {
	font-size: 44px;
	line-height: 44px;
	}
}
.field--name-field-text h2,
.field--name-field-opening-text h2,
.view-news-blog h2,
.field--name-field-sign-off h2,
.field--name-field-sign-off h2,
.cookies-docs h2 {
color: #007AA2;
font-size: 22px;
font-weight: 500;
margin: 2em 0 1em 0;
line-height: 1.2;
}
.view-news-blog h2,
.cookies-docs h2,
.path-search main h2 {
font-size: 26px;
font-weight: 400;
}
.webform-newsletter h2 {
margin: 0;
}
@media only screen and (min-width: 768px) {
.view-news-blog h2 {
	margin-top: 0;
	}
}
.field--name-field-sign-off h2 {
margin: 0;
}
h3, .h3, a h3{
color: #007AA2;
font-size: 22px;
font-weight: 500;
margin-bottom: 1em;
}

/* gutters */
.g-10, .gy-10 {
  --bs-gutter-y: 10rem;
}
.g-10, .gx-10 {
  --bs-gutter-x: 10rem;
}


.header-wrapper {
  position: fixed;
  top: 0;
  z-index: 10;
  left: 0;
  right: 0;
  background-color: #ffffffcf;
  padding: 10px 0;
}

.gin--horizontal-toolbar .header-wrapper {
margin-top: 53px;
}
.header-wrapper.sticky {
 transition: background-color 0.5s ease;
 background-color: #ffffff;
}
.site-logo {
position: relative;
height: 130px;
transition: height 0.5s ease;
}
.sticky .site-logo {
height: 34px;
transition: height 0.5s ease;
}


.site-logo img {
width: 204px;
transition: width 0.5s ease;
position: absolute;
top: 0;
left: 0;
}
.when-sticky {
opacity: 0;
display: none;
}
.sticky .when-sticky {
opacity: 1;
transition: opacity 0.5s ease;
transition: display 0.5s ease;
display: inherit;
}
.when-not-sticky {
opacity: 1;
display: inherit;
}
.sticky .when-not-sticky {
opacity: 0;
transition: opacity 0.5s ease;
transition: display 0.5s ease;
display: none;
}
.sticky .site-logo img {
width: 180px;
}
.sticky .site-logo img {
width: 150px;
}
@media only screen and (min-width: 992px) {
  .site-logo {
  height: 195px;
  transition: height 0.5s ease;
  }
  .sticky .site-logo {
  height: 34px;
  transition: height 0.5s ease;
  }
  .site-logo img {
  width: 300px;
  transition: width 0.5s ease;
  }
  .sticky .site-logo img {
  width: 200px;
  transition: width 0.5s ease;
  }
}
.navbar-brand img {
height: inherit;
}
.card, .media-library-selection .media-library-item.media-library-item--grid, .view-media-library .media-library-views-form .media-library-item--grid .views-field-rendered-entity, .form-type-managed-file, .form-item-upload, fieldset.form-item {
  border: none;
  border-radius: 0;
  background-color: inherit;
}


/* navigation menu */
.nav-link, .media-library-view--widget .view-header a {
color: #4c4c4e;
}
.nav-link:hover, .nav-link:focus, .nav-link.show {
color: #6e8c3b;
}
.navbar-toggler:focus {
box-shadow: none;
}
.dropdown-menu {
background-color: inherit;
background-clip: inherit;
border: 0;
border-radius: 0;
}
.dropdown-item {
color: #4c4c4e;
}
@media only screen and (max-width: 991px) {
  .navbar-nav {
  padding-top: 1em;
  }
}
@media only screen and (min-width: 992px) {
  .dropdown-menu {
  background-color: #fafafa;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  }
}
/* slide show rotator carousel */
.slide-back,
.paragraph--type--feature-image .col-text  {
  position: absolute;
  font-weight: 500;
  text-align: right;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 1em 3em 4em 3em;
}
.slide-back  {
  position: absolute;
  font-weight: 500;
  text-align: right;
  left: 0;
  right: 0;
  bottom: 1em;
  margin: auto;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 1em 3em 0 3em;
}
.paragraph--type--feature-image .left-col.col-text  {
text-align: inherit;
}
.paragraph--type--feature-image .col-text {
width: 100%;
}
.slide-back h2 {
}
.slide-back h2 > span,
.paragraph--type--feature-image h2 > span {
line-height: 24px;
font-size: 24px;
margin-bottom: 1em;
background-color: #0081AB;
color: #FFF;
box-shadow: -7px 0px 0 5px #0081AB, 7px 0px 0 5px #0081AB, 0 0 0 5px #0081AB;
box-decoration-break: clone;
}
.slide-back .fa-stack {
right: -18px;
}
.slide-back .fa-square-full {
  color: #B9D773;
}
.slide-back a:hover .fa-square-full {
  color: #0081AB;
}
.slide-back .fa-chevron-right {
color: #ffffff;
font-size: 1.5em;
}
@media only screen and (min-width: 480px) {
	.slide-back h2 > span,
	.paragraph--type--feature-image h2 > span {
	line-height: 48px;
	font-size: 37px;
	}
}
@media only screen and (min-width: 600px) {
	.slide-back h2 > span,
	.paragraph--type--feature-image h2 > span {
	line-height: 70px;
	font-size: 50px;
	}
}
@media only screen and (min-width: 992px) {
	.slide-back h2 > span,
	.paragraph--type--feature-image h2 > span {
	line-height: 70px;
	font-size: 50px;
	}
  .slide-back,
  .paragraph--type--feature-image .col-text {
  left: inherit;
  right: 10%;
  bottom: 20%;
  width: 50%;
  padding: 0;
	}
  .paragraph--type--feature-image.left .row .left-col  {
  right: inherit;
  left: 10%;
  bottom: 20%;
	}
  .paragraph--type--feature-image.right .row .right-col  {
  left: inherit;
  right: 10%;
	}
	.slide-back .fa-stack {
	position: absolute;
	margin-top: 3em;
	right: -18px;
	}
}
@media only screen and (min-width: 1140px) {
  .slide-back  {
  width: 40%;
	}
}
@media only screen and (min-width: 1540px) {
  .slide-back  {
  width: 30%;
	}
}
@media only screen and (max-height: 530px) {
	.slide-back {
	padding: 0;
	}
	.slide-back h2 > span {
	margin: 0;
	line-height: 24px;
	font-size: 24px;
	box-shadow: none;
	background-color: transparent;
	}
	.slide-back h2 {
	margin: 0;
	background-color: #0081AB;
	padding: 0;
	font-size: 24px;
	line-height: 24px;
	padding: 0.5em;
	}
}

/* buttons */
a[class="button"] {
  color: #495e26;
  background-color: inherit;
  border: 2px solid #495e26;
  border-radius: 0;
}
.slide-back:hover a[class="button"],
a[class="button"]:hover {
  color: #fff;
  background-color: #495e26;
  border-color: #495e26;
  transition: background-color 0.5s ease;
}

.field--name-field-slide-call-to-action {
margin-top: 1em;
}



.para-wrapper {
padding: 4em 0;
}
.para-wrapper.green {
background: #B9D773 url('images/reblade-circle-green.svg') no-repeat;
background-size: 175%;
background-position-x: 5em;
background-position-y: 0;
}
.para-wrapper.blue {
background: #017ea0 url('images/reblade-circle-blue.svg?q=3') no-repeat;
background-size: 175%;
background-position-x: 5em;
background-position-y: 0;
color: #ffffff;
}
.blue h2 {
color: #ffffff;
}

.para-wrapper.white {
background: #ffffff url('images/reblade-circle-grey.svg?q=2') no-repeat;
background-size: 175%;
background-position-x: 5em;
background-position-y: 0;
}
.para-no-wrapper .paragraph--type--feature-text,
.para-no-wrapper .paragraph--type--icon-text-block,
.para-no-wrapper .paragraph--type--feature-block,
.para-no-wrapper .paragraph--type--single-image {
padding: 4em 0 2em 0;
}

.field--name-field-opening-text {
margin-top: 3em;
}

/* add padding to each paragraph and to bottom of opening text */
.field-page-building-blocks > .para-wrapper,
.field-page-building-blocks > .para-no-wrapper {
position: relative;
}

.page-node-type-media-info-page main,
.node-11 main,
.node-21 main {
margin-bottom: 6em;
}

/* remove top padding on consecutive wrapped / non-wrapped paras */

/* need to reconsider this
.field-page-building-blocks > .para-wrapper + .para-wrapper,
.field-page-building-blocks > .para-no-wrapper + .para-no-wrapper,
.field--name-field-opening-text + .field-page-building-blocks > .para-no-wrapper:first-child {
padding-top: 0;
}

.paragraph--type--feature-block {
margin-bottom: 4em;
}*/


/* cards as used in paragraph types */

.card-body {
padding: 2rem 0 1rem 0;
}
.card-footer {
padding: 0.5rem 0;
background-color: inherit;
border-top: none;
}

/* feature block - contains cards */
.paragraph--type--feature-block h3 {

}

.paragraph--type--text.icon {
width: 80%;
}
.paragraph--type--text .field--name-field-text {
position: relative;
z-index: 1;
}
.paragraph--type--text .svg-inline--fa {
position: absolute;
top: 0;
right: .3em;
opacity: 0.2;
width: 20%;
height: auto;
color: #c8d2b7;
}
.para-wrapper .paragraph--type--text .svg-inline--fa {
color: #ffffff;
}

.paragraph--type--icon-list,
.paragraph--type--icon-text {
  text-align: center;
}
.paragraph--type--icon-list .icon,
.paragraph--type--icon-text .icon {
display: inherit;
}
.paragraph--type--icon-list .svg-inline--fa,
.paragraph--type--icon-text .svg-inline--fa {
  font-size: 5em;
  margin: auto;
  color: #c8d2b7;
}
.para-wrapper .paragraph--type--icon-list .svg-inline--fa,
.para-wrapper .paragraph--type--icon-text .svg-inline--fa {
  color: #ffffff;
}
.paragraph--type--icon-list h2,
.paragraph--type--icon-list h2,
.paragraph--type--icon-text h2,
.paragraph--type--icon-text h3 {
color: #4c4c4e;
}

.paragraph--type--icon-list .field--name-field-list ul,
.paragraph--type--icon-text ul {
  padding: 0;
}
.paragraph--type--icon-list .field--name-field-list li,
.paragraph--type--icon-text li {
  list-style: none;
  padding: 1em 0;
  border-bottom: #dddbdb 1px solid;
}
.para-wrapper .paragraph--type--icon-list .field--name-field-list li {
border-color: #dddbdb;
}
.paragraph--type--icon-list-block .cta,
.paragraph--type--icon-text-block .cta {
text-align: center;
}
.icon-custom {
height: 218px;
margin: 2em 0;
}
.icon-custom.icon-turbine {
background: url(images/turbine.png) center center no-repeat;
}
.icon-custom.icon-globe {
background: url(images/globe.png) center center no-repeat;
}
.icon-custom.icon-network {
background: url(images/network.png) center center no-repeat;
}

.paragraph--type--feature-block img {
width: 100%;
}
.paragraph--type--feature-block.centre .row {
  position: relative;
}
.paragraph--type--feature-block.full.card-count-2 .col-img {
  min-height: 30em;
}
.paragraph--type--feature-block.full.card-count-3 .col-img {
  min-height: 20em;
}
.paragraph--type--feature-block.container .col-text {
  padding: 2em;
  background-color: #c8d2b7;
}

/* feature image */
.paragraph--type--feature-image .row {
  position: relative;
}


/* feature block  */


.paragraph--type--feature-image.right .col-text {
  text-align: right;
}
.paragraph--type--feature-image .col-img {
  min-height: 40em;
}


/* feature text */
.paragraph--type--feature-text h2 {
font-size: 22px;
font-weight: 500;
margin-bottom: 1.5em;
}
.green .paragraph--type--feature-text h2 {
color: #007AA2;
}
.paragraph--type--feature-text .field--name-field-highlight-text {
text-transform: uppercase;
font-size: 28px;
font-weight: 300;
line-height: 1.3;
padding-right: 2em;
margin-bottom: 1.5em;
}
.paragraph--type--feature-text.image-left .field--name-field-feature-image {
margin-bottom: 1.5em;
}
.paragraph--type--feature-text.image-right .field--name-field-feature-image {
margin-top: 1.5em;
}

.paragraph--type--feature-text .field--name-field-main-text {
font-size: 19px;
}
@media only screen and (min-width: 992px) {
	.paragraph--type--feature-text h2 {
	font-size: 26px;
	}
	.paragraph--type--feature-text.highlight .field--name-field-main-text {
	text-align: right;
	}
	.paragraph--type--feature-text.image-left .field--name-field-feature-image,
	.paragraph--type--feature-text.image-right .field--name-field-feature-image {
	margin-top: 0;
	margin-bottom: 0;
	}
	.paragraph--type--feature-text .field--name-field-highlight-text {
	margin-bottom: 0;
	font-size: 45px;
	}
	.paragraph--type--feature-text.image-left .field--name-field-feature-image {
	padding-right: 4em;
	}
	.paragraph--type--feature-text.image-right .field--name-field-feature-image {
	padding-left: 4em;
	}
}
.paragraph--type--feature-text a {
color: inherit;
}

/* video */
.paragraph--type--video .text-area {
font-size: 26px;
}
.paragraph--type--video .field--name-field-video {
margin-bottom: 3em;
}
@media only screen and (min-width: 992px) {
margin-bottom: 0;
}

/* gallery block */
.paragraph--type--gallery .field--name-field-gallery {
display: grid;
display: -ms-grid;
grid-template-columns: repeat(12, 1fr);
-ms-grid-columns: (1fr)[12];
grid-row-gap: 1px;
grid-column-gap: 1px;
text-align: right;
}
.paragraph--type--gallery .field--name-field-gallery .field__item:first-child {
grid-column: 1 / span 12;
grid-row: 1 / span 12;
-ms-grid-column: 1;
-ms-grid-row: 1;
-ms-grid-column-span: 12;
-ms-grid-row-span: 12;
}
.paragraph--type--gallery .field--name-field-gallery .field__item {
line-height: 1em;
}
@media only screen and (min-width: 600px) {
  .paragraph--type--gallery .field--name-field-gallery {
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-columns: (1fr)[2];
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  text-align: right;
  }
  .paragraph--type--gallery .field--name-field-gallery {
	grid-template-columns: repeat(6, 1fr);
	-ms-grid-columns: (1fr)[6];
	grid-row-gap: inherit;
	}
  .paragraph--type--gallery .field--name-field-gallery.gall-seven {
	grid-template-columns: repeat(7, 1fr);
	-ms-grid-columns: (1fr)[7];
	}
  .paragraph--type--gallery .field--name-field-gallery.gall-eight {
	grid-template-columns: repeat(8, 1fr);
	-ms-grid-columns: (1fr)[8];
	}
  .paragraph--type--gallery .field--name-field-gallery.gall-nine {
	grid-template-columns: repeat(9, 1fr);
	-ms-grid-columns: (1fr)[9];
	}
  .paragraph--type--gallery .field--name-field-gallery.gall-ten {
	grid-template-columns: repeat(10, 1fr);
	-ms-grid-columns: (1fr)[10];
	}
  .paragraph--type--gallery .field--name-field-gallery img {
	width: 100%;
	margin-bottom: 6px;
	}
  .paragraph--type--gallery .field--name-field-gallery .field__item {
	-ms-grid-column-span: 1;
	-ms-grid-row-span: 1;
	-ms-grid-row: 2;
	}
	/* column 4 */
  .paragraph--type--gallery .field--name-field-gallery .field__item:nth-child(3n+2) {
	-ms-grid-column: 4;
	}
	/* column 5 */
  .paragraph--type--gallery .field--name-field-gallery .field__item:nth-child(3n+3) {
	-ms-grid-column: 5;
	}
	/* column 6 */
  .paragraph--type--gallery .field--name-field-gallery .field__item:nth-child(3n+4) {
	-ms-grid-column: 6;
	}
	/* row 1 */
  .paragraph--type--gallery .field--name-field-gallery .field__item:nth-child(-n+4) {
	-ms-grid-row: 1;
	}
	/* row 2 is default */
	/* row 3 */
  .paragraph--type--gallery .field--name-field-gallerys .field__item:nth-last-child(-n+3){
	-ms-grid-row: 3;
	}
  .paragraph--type--gallery .field--name-field-gallery .field__item:first-child {
	grid-column: 1 / span 3;
	grid-row: 1 / span 3;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-column-span: 3;
	-ms-grid-row-span: 3;
	}
  .paragraph--type--gallery .field--name-field-gallery.gall-seven .field__item:first-child {
	grid-column: 1 / span 4;
	grid-row: 1 / span 4;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-column-span: 4;
	-ms-grid-row-span: 4;
	}
  .paragraph--type--gallery .field--name-field-gallery.gall-eight .field__item:first-child {
	grid-column: 1 / span 5;
	grid-row: 1 / span 5;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-column-span: 5;
	-ms-grid-row-span: 5;
	}
  .paragraph--type--gallery .field--name-field-gallery.gall-nine .field__item:first-child {
	grid-column: 1 / span 6;
	grid-row: 1 / span 6;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-column-span: 6;
	-ms-grid-row-span: 6;
	}
  .paragraph--type--gallery .field--name-field-gallery.gall-ten .field__item:first-child {
	grid-column: 1 / span 6;
	grid-row: 1 / span 6;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-column-span: 6;
	-ms-grid-row-span: 6;
	}
}


/* scrollama */
@media only screen and (max-width: 575px) {
	@keyframes fade-in {
			from {
				opacity: 0.5;
			}
			to {
				opacity: 1;
			}
		}

	.paragraph--type--feature-image.will-animate .col-text,
	.card-count-2.will-animate .col .card,
	.card-count-3.will-animate .col .card,
	.card-count-4.will-animate .col .card,
	.will-animate .feature,
	.paragraph--type--text.will-animate i {
		opacity: 0.5;
	}
	.paragraph--type--feature-image.will-animate.animated .col-text,
	.card-count-2.will-animate.animated .col .card,
	.card-count-3.will-animate.animated .col .card,
	.card-count-4.will-animate.animated .col .card,
	.will-animate.animated .feature,
	.paragraph--type--text.will-animate.animated i {
		/* and animates it */
		animation: fade-in 1s ease-out;
		animation-fill-mode: forwards;
	}
}
@media only screen and (min-width: 576px) {
	@keyframes fade-in {
			from {
				opacity: 0;
			}
			to {
				opacity: 1;
			}
		}
	@keyframes enter-right {
			from {
				opacity: 0;
				transform: translateX(50%);
			}
			to {
				opacity: 1;
				transform: translateX(0%);
			}
		}
	@keyframes enter-left {
			from {
				opacity: 0;
				transform: translateX(-50%);
			}
			to {
				opacity: 1;
				transform: translateX(0%);
			}
		}

	.paragraph--type--feature-image.will-animate .col-text,
	.card-count-1.will-animate .card .card-image,
	.card-count-1.will-animate .card .card-body,
	.card-count-2.will-animate .col .card,
	.card-count-3.will-animate .col .card,
	.card-count-4.will-animate .col .card,
	.card-count-1.will-animate .feature .left-col,
	.card-count-1.will-animate .feature .right-col,
  .card-count-2.will-animate.feature-block .paragraph--type--feature,
  .card-count-3.will-animate.feature-block .paragraph--type--feature,
	.two-col .row > .col,
	.paragraph--type--text.will-animate i {
		visibility: hidden
	}

	.paragraph--type--feature-image.will-animate.animated .col-text,
	.card-count-3.will-animate.animated .col .card,
	.card-count-4.will-animate.animated .col .card,
  .card-count-1.will-animate .feature.animated .right-col,
  .card-count-3.will-animate.animated.feature-block .paragraph--type--feature {
		/* Shows the element */
		visibility: visible;
		/* and animates it */
		animation: fade-in 2s ease-out;
		animation-fill-mode: forwards;
	}
	.paragraph--type--feature-image.will-animate.animated.left .col-text,
	.card-count-1.will-animate.animated .card-image,
	.card-count-2.will-animate.animated .col:first-child .card,
	.card-count-3.will-animate.animated .col:first-child .card,
	.card-count-1.will-animate.animated .feature .left-col,
	.card-count-1.will-animate.animated .feature .right-col,
	.card-count-2.will-animate.animated.feature-block .paragraph--type--feature:first-child,
	.card-count-3.will-animate.animated.feature-block .paragraph--type--feature:first-child,
	.two-col.will-animate.animated .row > .col:first-child {
		/* Shows the element */
		visibility: visible;
		/* and animates it */
		animation: enter-left 1s ease-out;
		animation-fill-mode: forwards;
	}

	.paragraph--type--feature-image.will-animate.animated.right .col-text,
	.card-count-1.will-animate.animated .card-body,
	.card-count-2.will-animate.animated .col:last-child .card,
	.card-count-2.will-animate.animated .col:last-child .card,
	.card-count-3.will-animate.animated .col:last-child .card,
	.card-count-1.will-animate.animated .feature .right-col,
	.card-count-2.will-animate.animated.feature-block .paragraph--type--feature:last-child,
	.card-count-3.will-animate.animated.feature-block .paragraph--type--feature:last-child,
	.two-col.will-animate.animated .row > .col:last-child,
	.paragraph--type--text.will-animate.animated i {
		/* Shows the element */
		visibility: visible;
		/* and animates it */
		animation: enter-right 1s ease-out;
		animation-fill-mode: forwards;
	}
}

@media only screen and (min-width: 768px) {
	.card-count-4.will-animate .col .card {
		visibility: hidden
	}

	.card-count-4.will-animate.animated .col:first-child .card,
	.card-count-4.will-animate.animated .col:nth-child(3) .card {
		/* Shows the element */
		visibility: visible;
		/* and animates it */
		animation: enter-left 1s ease-out;
		animation-fill-mode: forwards;
	}

	.card-count-4.will-animate.animated .col:nth-child(2) .card,
	.card-count-4.will-animate.animated .col:last-child .card {
		/* Shows the element */
		visibility: visible;
		/* and animates it */
		animation: enter-right 1s ease-out;
		animation-fill-mode: forwards;
	}
}

@media only screen and (min-width: 1200px) {

	.card-count-4.will-animate .col .card {
		visibility: hidden
	}

	.card-count-4.will-animate.animated .col:nth-child(2) .card {
		/* Shows the element */
		visibility: visible;
		/* and animates it */
		animation: enter-left 1s ease-out;
		animation-fill-mode: forwards;
	}
	.card-count-4.will-animate.animated .col:first-child .card {
		/* Shows the element */
		visibility: visible;
		/* and animates it */
		animation: enter-left 2s ease-out;
		animation-fill-mode: forwards;
	}

	.card-count-4.will-animate.animated .col:nth-child(3) .card {
		/* Shows the element */
		visibility: visible;
		/* and animates it */
		animation: enter-right 1s ease-out;
		animation-fill-mode: forwards;
	}
	.card-count-4.will-animate.animated .col:last-child .card {
		/* Shows the element */
		visibility: visible;
		/* and animates it */
		animation: enter-right 2s ease-out;
		animation-fill-mode: forwards;
	}
}





.paragraph--type--feature-text .fa-stack {
margin-top: 1em;
}
.paragraph--type--icon-text .fa-stack {
margin-top: 2em;
}
.fa-stack.top {
margin-top: 0;
}
@media only screen and (min-width: 992px) {
	.paragraph--type--feature-text .fa-stack {
	margin-top: 3em;
	}
	.fa-stack.right,
	.paragraph--type--feature-text.highlight .fa-stack {
	float: right;
	right: -5px;
	}
	.paragraph--type--feature-image.right .fa-stack {
	margin-top: 3em;
	position: absolute;
	right: -18px;
	}
	.paragraph--type--feature-image.left .fa-stack {
	margin-top: 3em;
	position: absolute;
	left: -18px;
	}
}
.fa-inverse {
color: #B9D773;
}
.green .fa-inverse,
.blue .fa-inverse {
color: #ffffff;
}
.green .paragraph--type--feature-text a:hover .fa-square-full,
.white .paragraph--type--feature-text a:hover .fa-square-full,
.paragraph--type--icon-text-block a:hover .fa-square-full,
.paragraph--type--feature-block a:hover .fa-square-full,
.view-news-blog a:hover .fa-square-full {
color: #007aa2;
}
.blue .paragraph--type--feature-text a:hover .fa-square-full {
color: #B9D773;
}
.paragraph--type--feature-image a:hover .fa-square-full {
color: #0081AB;
}
.fa-chevron-right {
font-size: 1.5em;
color: #ffffff;
}
.blue .fa-chevron-right {
color: #12ABD4;
}
.green .fa-chevron-right {
color: #B9D773;
}

.paragraph--type--icon-text-block .svg-inline--fa.fa-square-full,
.paragraph--type--feature-image .fa-square-full {
font-size: inherit;
margin: auto;
color: #B9D773;
}
.paragraph--type--icon-text-block .svg-inline--fa.fa-chevron-right {
color: #ffffff;
font-size: 1.5em;
}

ul.tick {
display: inline-block;
list-style-type: none;
padding: 0;
margin: 2em 0;
}
.tick li {
background-color: #B9D773;
margin: 0.5em 0;
padding: 0.3em 3em 0.3em 1.5em;
border-radius: 0.7em;
background: #B9D773 url(images/tick-white.png) right 10px center no-repeat;
}

/* press area media information pages */
.menu--media-information {
margin-top: 7em;
}
.paragraph--type--image-download {
margin: 2em 0;
}
.paragraph--type--image-download .field--name-field-credit {
font-size: 0.8em;
margin-bottom: 0.5em;
}
.paragraph--type--image-download .field--name-field-credit .field__label {
font-weight: 400;
}
/* footer */
footer {
background: #017ea0 url('images/reblade-circle-blue.svg?q=3') no-repeat;
background-size: 175%;
background-position-x: 5em;
background-position-y: 45em;
color: #ffffff;
padding: 6em 0 2em 0;
}

.footer-main-menu .navbar-nav {
flex-direction: row;
justify-content: space-between;
margin-top: 3em;
text-transform: uppercase;
}
.footer-main-menu .nav-link,
.menu--footer .nav-link {
color: #ffffff;
}
.footer-main-menu ul ul {
list-style: none;
font-size: 0.9em;
padding-left: 0;
}
.menu--footer .navbar-nav {
flex-direction: row;
justify-content: start;
margin-top: 5em;
}
.menu--footer .nav-item {
margin-right: 3em;
text-transform: uppercase;
font-size: 0.8em;
}
#search-block-form {
margin-bottom: 1em;
}
footer .region-footer {
margin-top: 5em;
}
.view-accreditations ul {
display: flex;
flex-direction: row;
justify-content: center;
padding-left: 0;
margin-top: 4em;
}
@media only screen and (min-width: 768px) {
	.view-accreditations ul {
	justify-content: end;
	margin-top: 0;
	}
}
.view-accreditations ul li {
list-style: none;
margin-right: 3em;
}
.views-field-field-social-media ul {
display: flex;
text-align: center;
margin: 17px auto;
}
.views-field-field-social-media ul li {
display: block;
margin: 0 0.5em 1em 0;
}
.footer-credit {
margin-top: 6em;
}
.footer-credit a {
font-size: 0.7em;
color: #fbfbfb;
}

/* search pages */
.path-search ol {
padding-left: 0;
}
.path-search .item-list li {
border-bottom: 1px solid #B0D361;
padding: 2em 0;
margin: 2em 0;
}
i.better_search {
	height: 45px;
}
.js-form-type-search input.form-search {
  width: 100%;
  height: 45px;
  background: #ffffff;
  border: none;
  font-size: 1em;
  float: left;
  color: #000000;
  padding-left: 40px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-transition: background .55s ease;
  -moz-transition: background .55s ease;
  -ms-transition: background .55s ease;
  -o-transition: background .55s ease;
  transition: background .55s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main .js-form-type-search input.form-search {
  border: 1px solid #6c757d;
}
main #search-form .icon {
top: 30px;
}
main #search-form {
margin-bottom: 2em;
}
.search-help-link {
font-size: 0.8em;
text-transform: lowercase;
}
/* blog sign off */
.field--name-field-sign-off {
font-size: 0.9em;
}
.field--name-field-sign-off-photo {
text-align: center;
}
.field--name-field-sign-off-photo img {
width: 180px;
border-radius: 90px;
float: inherit;
margin-top: 2em;
}
@media all and (min-width: 48em) {
  .field--name-field-sign-off-photo {
  text-align: inherit;
  }
  .field--name-field-sign-off-photo img {
  width: 120px;
  border-radius: 60px;
  margin-top: 0;
  }
}

.views-exposed-form {
font-size: 0.8em;
}
.views-exposed-form label {
margin-bottom: 0.5em;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > fieldset, .form-row > div {
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.form-row .form-actions {
  align-self: flex-end;
}

.view-news-blog .views-row {
border-bottom: 1px solid #B0D361;
padding: 2em 0;
margin: 2em 0;
}

/* browse news quicktab block */
.block-quicktabs-blockbrowse-news .list-group {
text-transform: uppercase;
}
.block-quicktabs-blockbrowse-news .list-group-item {
border: none;
border-radius: 0;
padding: 0;
margin: 0 3em 1em 0;
font-size: 0.8em;
}
.block-quicktabs-blockbrowse-news .list-group a {
color: #007aa2;
}
.block-quicktabs-blockbrowse-news .list-group-item.active {
background-color: transparent;
border-bottom: 1px solid;
border-radius: 0;
}
.block-quicktabs-blockbrowse-news .list-group-item:hover {
border-bottom: 1px solid #007aa2;
}
.block-quicktabs-blockbrowse-news .list-group-horizontal > .list-group-item:first-child {
border-bottom-left-radius: 0;
border-top-right-radius: 0;
}
.block-quicktabs-blockbrowse-news .news-img {
position: relative;
}
.block-quicktabs-blockbrowse-news .card:hover .fa-square-full {
color: #007aa2 !important;
}
.block-quicktabs-blockbrowse-news {
padding: 3em 0;
}
.block-quicktabs-blockbrowse-news h3 {
color: #4c4c4e;
font-size: 1.3rem;
font-weight: 500;
margin: 0;
padding: 0 0 2em 0;
}
.news-text {
color: #4c4c4e;
font-size: 1rem;
}
@media all and (max-width: 47.99em) {
  .block-quicktabs-blockbrowse-news .list-group {
  flex-direction: column;
  }
  .block-quicktabs-blockbrowse-news .list-group-item {
  margin: 0;
  }
}
@media all and (max-width: 61.99em) {
  .block-quicktabs-blockbrowse-news .views-row {
  margin: 3em 0 1em 0;
  }
}

/* webform newsletter */
.webform-newsletter {
  padding: 5em 0;
}
@media only screen and (min-width: 992px) {
	.webform-newsletter {
	  background: transparent url('images/reblade-circle-green.svg') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
		background-size: 65%;
		background-position-x: 9em;
		background-position-y: -12em;
	}
}
@media only screen and (min-width: 1200px) {
	.webform-newsletter {
		background-size: 70%;
		background-position-x: 9em;
		background-position-y: -14em;
		padding: 8em 0;
	}
}
@media only screen and (min-width: 1400px) {
	.webform-newsletter {
		background-size: 70%;
		background-position-x: 9em;
		background-position-y: -18em;
	}
}

/* views and search results pager */
.page-link {
  position: relative;
  display: block;
  color: #4c4c4e;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #007aa2;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #00309e;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 60, 197, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link, .media-library-view--widget .view-header a.page-item.is-active .page-link {
  z-index: 3;
  color: #4c4c4e;
  background-color: #B0D361;
  border-color: #B0D361;
}

/* admin bar */
.region-header {
background-color: #b0d361;
color: #000;
font-family: Open Sans;
}
.menu--admin-bar ul {
display: flex;
flex-direction: row;
text-transform: uppercase;
font-size: 20px;
padding: 1em;
}
.menu--admin-bar ul li {
list-style: none;
margin-right: 2em;
}
.menu--admin-bar ul a {
color: #000;
}
.menu--admin-bar ul a:hover {
color: #000;
}
.node--unpublished::before {
content: "This page is currently hidden from the website";
background-color: red;
width: 100%;
display: inline-block;
color: white;
text-align: center;
padding: 1em 0;
}


/* full admin menu */
.fulladminmenu h5 {
text-transform: uppercase;
}
.fulladminmenu ul ul {
padding-left: 1em;
margin-bottom: 1em;
}
.fulladminmenu li {
list-style: none;
}
.fulladminmenu .navbar-nav .dropdown-toggle::after {
display: none;
}
.fulladminmenu .nav-link.dropdown-toggle {
padding-left: 0;
color: inherit;
}

.view-news-blog-image img {
width: 100%;
}


body.webform-share-page-body, [dir] body.webform-share-page-body {
  padding: 0;
}

/* bladeboard */
@media only screen and (min-width: 1400px) {
	.node-51 .block-views-blocksplash-page-title-block-1 h1 > span {
	line-height: 70px;
	font-size: 70px;
	}
	
	.node-51 .block-views-blocksplash-page-title-block-1 .page-sub-heading > span {
	line-height: 52px;
	font-size: 35px;
	}
}
.node-51 .paragraph--type--feature-block h2 + .field--name-field-text {
color: #007AA2;
margin-bottom: 1em;
font-size: 32px;
font-weight: 300;
text-transform: uppercase;
}