@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
/* Variables
--------------------------------------------*/
/* Legacy support
--------------------------------------------*/
/* Base font
--------------------------------------------*/
/* Grids and gutters
--------------------------------------------*/
/* Breakpoints and Touch
--------------------------------------------*/
/* Colours
--------------------------------------------*/
/* Variables end
--------------------------------------------*/
/* Mixins
--------------------------------------------*/
/* Font size
--------------------------------------------*/
/* Line height
--------------------------------------------*/
/* Clearfix
--------------------------------------------*/
/* Opacity
--------------------------------------------*/
/* Widths
--------------------------------------------*/
/* Mixins end
--------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

select::-ms-expand {
  display: none;
}

body {
  margin: 90px 0 0 0;
  scroll-behavior: smooth;
}

@media screen and (min-width: 62em) and (max-width: 64em) {
	body {
		margin: 75.5px 0 0 0;
	}
}

textarea, input {
  outline: none;
}

iframe {
  max-width: 100%;
}

/*  TYPOGRAPHY
--------------------------------------------*/
body {
  font-family: 'Roboto', sans-serif;
}

h1 {
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
  color: #4a4a4a;
  color: #06142c;
  line-height: 45px;
  margin: 0 0 0.5em 0;
}
@media screen and (min-width: 44em) {
  h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 55em) {
  h1 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 75em) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

h2 {
  font-weight: normal;
  font-size: 30px;
  font-size: 1.875rem;
  color: #4a4a4a;
  color: #06142c;
  line-height: 36px;
  margin: 0 0 1em 0;
}
@media screen and (min-width: 44em) {
  h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
  }
}
@media screen and (min-width: 55em) {
  h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
  }
}
@media screen and (min-width: 75em) {
  h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
  }
}

h2.centered {
  font-weight: normal;
  font-size: 28px;
  font-size: 1.75rem;
  color: #4a4a4a;
  color: #06142c;
  line-height: 34px;
  text-align: center;
  margin: 0 0.5em 1.5em 0.5em;
}
@media screen and (min-width: 44em) {
  h2.centered {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
  }
}
@media screen and (min-width: 75em) {
  h2.centered {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
  }
}

h3 {
  font-weight: normal;
  font-size: 28px;
  font-size: 1.75rem;
  color: #4a4a4a;
  color: #06142c;
  line-height: 36px;
  margin: 0 0 1em 0;
}
@media screen and (min-width: 44em) {
  h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
  }
}
@media screen and (min-width: 75em) {
  h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
  }
}

p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 1em 0;
  color: #4a4a4a;
  line-height: 24px;
  font-family: arial, sans-serif;
}
@media screen and (min-width: 44em) {
  p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
  }
}
@media screen and (min-width: 75em) {
  p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
  }
}
p a {
  font-family: arial, sans-serif;
}

.strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #6FB744;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
a:hover {
  color: #366F15;
}

button {
  font-weight: normal;
}

.btn,
.btn-link {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.btn:after,
.btn-link:after {
	content: "\f105";
	font-family: FontAwesome;
	font-weight: bold;
	padding-left: .5em;
	font-size: 15px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn {
	color: #fff;
	padding: 1.25em 2em;
	display: inline-block;
	text-align: center;
}

.btn:hover {
	background: #6FB744;
	color: #fff;
}

.btn-default {
	background:#6FB744;
}

.btn-default:hover {
	background: #06142c;
}

.btn-primary {
	background: #06142c;
}

.btn-primary:after {
	color: #6FB744;
}

.btn-primary:hover:after {
	color: #06142c;
}
.btn-secondary {
	background: #6FB744;
}

.btn-secondary:after {
	color: #06142c;
}

.btn-secondary:hover {
	background: #fff;
	color: #6FB744;
}

.btn-link {
	color: #6FB744;
}
.btn-link:after {
	color: #06142c;
}
.btn-link:hover:after {
	color: #366F15;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 5px;
  color: #F0F0F0;
  background-color: #F0F0F0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.bold {
  font-weight: 600;
}

blockquote {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  margin: 0 0 1em 0;
  color: #9B9B9B;
  font-weight: bold;
  font-style: italic;
  display: block;
  width: 100%;
  padding-top: 0.4em;
  padding-left: 50px;
  background: url("../images/quote-left.svg") no-repeat 0 0;
}
@media screen and (min-width: 44em) {
  blockquote {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 26px;
    width: 80%;
  }
}
@media screen and (min-width: 75em) {
  blockquote {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
  }
}
blockquote a {
  text-decoration: underline;
  color: #9B9B9B !important;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  cursor: pointer;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
@media screen and (min-width: 44em) {
  blockquote a {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 26px;
    width: 80%;
  }
}
@media screen and (min-width: 75em) {
  blockquote a {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
  }
}
blockquote a:hover {
  color: #4a4a4a !important;
}

/*  TYPOGRAPHY END
--------------------------------------------*/
/* GRID
--------------------------------------------*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

div#page-content.fade-in {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.no-flexbox .fade-in {
  opacity: 1;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  width: 90%;
}
@media screen and (min-width: 44em) {
  .wrapper {
    margin: 0 auto 1em auto;
  }
}
@media screen and (min-width: 55em) {
  .wrapper {
    margin: 0 auto 0 auto;
    padding: 0 0 3em 0;
  }
}
.wrapper.no-pb {
  padding-bottom: 0;
}

.press-wrapper {
  padding-bottom: 0px;
}

.no-mq .wrapper {
  width: 1200px !important;
}

.sub-wrapper {
  width: 95%;
  max-width: 1200px;
  margin: 1em auto;
}
@media screen and (min-width: 44em) {
  .sub-wrapper {
    margin: 2em auto;
  }
}
.sub-wrapper h2 {
  text-align: center;
  margin: 0 0 1em 0;
}

@media screen and (min-width: 44em) {
  .container {
    padding: 0 2.5%;
  }
}

@media screen and (min-width: 44em) {
  .half-left {
    width: 49.15254%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

@media screen and (min-width: 44em) {
  .half-right {
    width: 49.15254%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

@media screen and (min-width: 44em) {
  .third-left {
    width: 32.20339%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    position: relative;
  }
}

@media screen and (min-width: 44em) {
  .third-middle {
    width: 32.20339%;
    float: left;
    margin-right: -100%;
    margin-left: 33.89831%;
    clear: none;
  }
}

@media screen and (min-width: 44em) {
  .third-right {
    width: 32.20339%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    position: relative;
  }
}

@media screen and (min-width: 44em) {
  .two-thirds-left {
    width: 66.10169%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

@media screen and (min-width: 44em) {
  .two-thirds-right {
    width: 66.10169%;
    float: left;
    margin-right: -100%;
    margin-left: 25.42373%;
    clear: none;
    position: relative;
  }
}

@media screen and (min-width: 44em) {
  .q1, .q-1 {
    width: 23.72881%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    position: relative;
  }
}

@media screen and (min-width: 44em) {
  .q2, .q-2 {
    width: 23.72881%;
    float: left;
    margin-right: -100%;
    margin-left: 25.42373%;
    clear: none;
  }
}

@media screen and (min-width: 44em) {
  .q3, .q-3 {
    width: 23.72881%;
    float: left;
    margin-right: -100%;
    margin-left: 50.84746%;
    clear: none;
    position: relative;
  }
}

@media screen and (min-width: 44em) {
  .q4, .q-4 {
    width: 23.72881%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    position: relative;
  }
}

@media screen and (min-width: 44em) {
  .q2-3 {
    width: 49.15254%;
    float: left;
    margin-right: -100%;
    margin-left: 25.42373%;
    clear: none;
  }
}

@media screen and (min-width: 44em) {
  .hr-q-1 {
    width: 49.15254%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    position: relative;
  }
}
@media screen and (min-width: 55em) {
  .hr-q-1 {
    width: 23.72881%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    position: relative;
  }
}

@media screen and (min-width: 44em) {
  .hr-q-2 {
    width: 49.15254%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    position: relative;
  }
}
@media screen and (min-width: 55em) {
  .hr-q-2 {
    width: 23.72881%;
    float: left;
    margin-right: -100%;
    margin-left: 25.42373%;
    clear: none;
    position: relative;
  }
}

@media screen and (min-width: 44em) {
  .full-hr {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    position: relative;
  }
}
@media screen and (min-width: 55em) {
  .full-hr {
    width: 49.15254%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    position: relative;
  }
}

/*  GRID END
--------------------------------------------*/
/*  HEADER
--------------------------------------------*/
header {
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 0;
  /*border-top: 6px solid #00B2D5;*/
  border-top: 6px solid #008FC6; 
}

header .wrapper {
  margin: 0 auto;
  padding: 0;
}

header .logo-wrapper {
  width: 180px;
  padding: .5em 0;
  display: inline-block;
}

@media screen and (min-width: 62em) and (max-width: 64em) {
	header .logo-wrapper {
		width: 140px;
	}
}

@media screen and (min-width: 62em) {
  header .logo-wrapper {
    *zoom: 1;
  }
}

header .logo-wrapper a {
	display: block;
}
header .logo {
  z-index: 10;
  position: relative;
  *zoom: 1;
}

@media screen and (min-width: 62em) {
	header .wrapper {
		display: flex;
		align-items: center;
		padding-bottom: 0;
	}
	header .logo-wrapper {
		margin-right: auto;
	}
}

/*  HEADER END
--------------------------------------------*/

/*  MAIN NAV
--------------------------------------------*/

#top-nav {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
  z-index: 9999;
  float: right;
  padding: 1.5em 0 0;
  *zoom: 1;
}

@media screen and (min-width: 62em) {
  #top-nav {
    float: none;
	padding: 0;
	max-width: 100%;
	margin: 0;
	width: auto;
  }
}

#top-nav > ul {
  list-style: none;
  display: none;
  overflow: visible;
  clear: both;
}

#top-nav > ul:before, #top-nav > ul:after {
  content: "";
  display: table;
}
#top-nav > ul:after {
  clear: both;
}

@media screen and (max-width: 61.9375em) {
	#top-nav > ul {
		width: 100vw;
		position: absolute;
		right: 50%;
		left: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		top: 73px;
		background: #fff;
		padding-bottom: 1.5em;
		box-shadow: 0px 1px 5px 0px rgb(0, 0, 0, .15)
	}
}

@media screen and (min-width: 62em) {
  #top-nav > ul {
    padding: 0;
    display: inline-block;
    margin: 0 2em 0 0;
	position: relative;
	text-align: right;
  }
}

#top-nav ul li {
  height: 100%;
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width: 62em) {
  #top-nav > ul > li {
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
}
#top-nav > ul > li.extended,
#top-nav > ul > li.extended > a {
  color: #6FB744;
}

#top-nav li a {
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  background: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  white-space: nowrap;
}
#top-nav li.active > a {
  color: #6FB744;
  font-weight: bold;
}

#top-nav li a:hover {
  color: #6FB744;
}

#top-nav > ul > li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  text-align: center;
  padding: 0.75em 0;
  color: #4a4a4a;
  font-weight: normal;
}

#top-nav > ul > li > a i.fa {
	color: #6FB744;
	padding-left: .25em;
	font-weight: bold;
}
@media screen and (min-width: 62em) {
  #top-nav > ul > li a {
    padding: 0.4em 0.5em;
    display: block;
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  #top-nav > ul > li a {
    padding: 0.4em 0.6em;
  }
}
@media screen and (max-width: 61.9375em) {
  #top-nav > ul > li {
    width: 100%;
  }
  #top-nav > ul > li a {
    padding: 0.5em 0;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    display: block;
    text-align: center;
  }

  #top-nav li.active li.active > a {
    color: #fff;
  }

  #top-nav li li a:hover {
      color: #fff;
  }

}
#top-nav > ul li ul {
  display: none;
  z-index: 5;
  list-style: none;
  padding: 1em 0;
  position: relative;
  top: 99%;
  background: #64A040;
  margin-bottom: .5em;
}
#top-nav > ul > li > ul {
    left: -10px;
}
@media screen and (min-width: 62em) {
  #top-nav > ul li ul {
    background: #fff;
    padding: 0;
    position: absolute;
    box-shadow: 0 21px 20px -10px rgb(0,0,0,.15);
    margin-bottom: 0;
  }
  #top-nav > ul > li > ul {
    left: 50%;
    transform: translateX(-50%);
    border-top: 3px solid #6FB744;
  }
    #top-nav > ul > li > ul > li > ul {
      top: 0;
      left: 100%;
    }
    #top-nav > ul > li > ul li:hover {
      background: rgba(130,181,85,.2);
    }
}
#top-nav > ul li ul li a {
  padding: 0.75rem 1em;
  color: #fff;
}
@media screen and (min-width: 62em) {
  #top-nav > ul li ul li a {
    margin: 0;
    text-align: left;
	color: #4a4a4a;
  }
    #top-nav > ul li ul li a:hover {
      color: #000;
    }
}

#top-nav .menu-text {
  color: #ffffff;
  padding: 0.5em;
  background: #00B2D5;
  position: absolute;
  right: 40px;
  margin: 0;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -ms-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
  display: none;
}

@media screen and (max-width: 61.9375em) {
  #top-nav .menu-text {
	display: block;
		
  }
}
#top-nav .menu-text:focus {
  outline: none;
}

/* Slide Out Search Bar 
-------------------------------------*/
.invis {
  display: none;
  visibility: hidden;
}
	
.search--wrapper {
	width: 30px;
	height: 40px;
	position: absolute;
	top: 16px;
	right: 0;
  }
  
  @media screen and (min-width: 62em) and (max-width: 64em) {
	  .search--wrapper {
		  top: 10px;
	  }
  }

.search--box {
	position: absolute!important;
	top: 0px;
	right: 0;
	height: 100%;
	width: 30px;
	overflow: hidden;
	background: #fff;
	max-height: 100%;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.search--box * {
  display: inline-block;
  vertical-align: baseline;
  position: initial;
}

.search--link {
	vertical-align: top;
}
	
.search--box label {
  width: 30px;
  text-align: center;
  cursor: pointer;
  
}

.search--box label i {
	line-height: 50px;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.search--box label:hover i {
	color: #6FB744;
}

.search--box form {
  height: auto;
  width: calc(100% - 35px);
}

.search--box input[type="text"]{
  height: 100%;
  line-height: 60px;
  border: none;
  width: calc(100% - 35px);
  border-bottom: 1px solid #6FB744;
}

#searchToggle:checked ~ #top-nav ul > li {
	visibility: hidden;
	opacity: 0;
}

#searchToggle:checked ~ #top-nav ul + .search--wrapper .search--box {
	width: 500px;
	text-align: right
}

@media screen and (max-width: 61.9375em) {
	#searchToggle:checked ~ #top-nav button {
		visibility: hidden;
		opacity: 0;
	}
}

@media screen and (max-width: 47.9375em) {
	#searchToggle:checked ~ .logo-wrapper {
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all ease .5s;
		-moz-transition: all ease .5s;
		-o-transition: all ease .5s;
		transition: all ease .5s;
	}
}

@media screen and (max-width: 33.6875em) {
	#searchToggle:checked ~ #top-nav ul + .search--wrapper .search--box {
		width: 320px;
	}
}

/*  MAIN NAV END
--------------------------------------------*/
/*  TITLE
--------------------------------------------*/
.title-secton {
  text-align: center;
  margin: 1em 0;
}

/*  TITLE END
--------------------------------------------*/
/*  Pattern line for below the heading
--------------------------------------------*/
.heading {
  padding: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 90px;
  overflow: hidden;
  max-height: 344px;
}

.heading.-simple {
    position: relative;
  height: 344px;
  top: 0;
}

.heading.-simple img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.heading img {
  width: 150%;
  max-width: 150%;
  margin-left: -25%;
}
@media screen and (min-width: 44em) {
  .heading img {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
}

.scroll-over {
  position: relative;
  display: block;
  background: #fff;
  margin-top: 200px;
}

@media screen and (min-width: 44em) {
  .scroll-over {
    margin-top: 270px;
  }
}

@media screen and (min-width: 55em) {
  .scroll-over {
    margin-top: 310px;
  }
}
@media screen and (min-width: 75em) {
  .scroll-over {
    margin-top: 380px;
  }
}

/*  Pattern line for below the heading END
--------------------------------------------*/
/*  HOME GENERAL
--------------------------------------------*/
/*.home-header {
  background: url(../images/home-hero.jpg) no-repeat top;
  background-size: cover;
  -webkit-box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.75);
}
.home-header .wrapper {
  margin: 0 auto;
  padding-top: 0em;
  min-height: 100vh;
}
@media screen and (min-width: 44em) {
  .home-header .wrapper {
    padding-top: 3em;
  }
}
.home-header h2 {
  padding: 1em 1em 2em 1em;
  background: #008EAA;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 80%;
  margin-bottom: -1em;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
}
@media screen and (min-width: 44em) {
  .home-header h2 {
    font-size: 24px;
    font-size: 1.5rem;
    width: 67%;
  }
}
@media screen and (min-width: 55em) {
  .home-header h2 {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 40px;
    line-height: 2.5rem;
    width: 55%;
    margin-top: 1em;
  }
}
@media screen and (min-width: 75em) {
  .home-header h2 {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 44px;
    line-height: 2.75rem;
    width: 50%;
    margin-top: 0em;
  }
}
.home-header .header-text {
  padding: 0.8em;
  background: #00B2D5;
  color: #fff;
  margin-left: 2em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 81%;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
}
@media screen and (min-width: 44em) {
  .home-header .header-text {
    font-size: 18px;
    font-size: 1.125rem;
    width: 76%;
    padding: 1.3em;
  }
}
@media screen and (min-width: 55em) {
  .home-header .header-text {
    width: 72%;
    padding: 1.4em;
  }
}
@media screen and (min-width: 75em) {
  .home-header .header-text {
    font-size: 20px;
    font-size: 1.25rem;
    width: 55%;
    padding: 2em;
  }
}
.home-header .header-text * {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 44em) {
  .home-header .header-text * {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 75em) {
  .home-header .header-text * {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
.home-header .header-down {
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -20px;
  cursor: pointer;
  display: none;
}
@media screen and (min-width: 44em) {
  .home-header .header-down {
    display: block;
  }
}*/

/* Home: Hero */
.hero {
	background: #efefef;
	overflow: hidden;
}

.hero .wrapper {
	background: #06142c;
	margin: 5em auto 2em;
	padding: 1em;
	display: flex;
	flex-direction: column;
}

.hero .hero-body {
	margin-bottom: 2em;
	order: 2;
}

.hero .hero-body h1 {
	display: block;
	margin: 0 0 .5em 0;
	padding: 0;
	border-bottom: none;
	background: none;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;	
}

.hero .hero-body p {
	color: #fff;
	margin-top: 1em;
}

.hero .hero-video {
	margin-top: -4em;
	margin-bottom: 1.6em;
	margin-right: -2em;
}

.video-wrapper {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.video-wrapper:before {
	display: block;
	content: "";
	padding-top: 56.25%;
}

.video-wrapper video,
.video-wrapper img {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media screen and (min-width: 44em) {

}

@media screen and (min-width: 55em) {
	.hero .wrapper {
		margin-top: 3em;
		flex-direction: row;
		align-items: center;
	}
	.hero .hero-body {
		width: 33%;
		padding: 2em 2em;
		display: flex;
		flex-direction: column;
		margin-right: auto;
		margin-bottom: 0;
		order: 1;
	}

	.hero .hero-video {
		width: 64%;
		margin-right: -2em;
		order: 2;
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 68.75em) {
	.hero .wrapper {
		align-items: flex-start;
	}
	.hero .hero-video {
		margin-top: -3em;
		margin-bottom: 1em;
	}
}

@media screen and (min-width: 75em) {

}

/* Home: Programmes */
.programmes {
	padding: 3em 0 3em;
}

.programmes .intro {
	text-align: center;
	margin: 0 auto 3em;
}
@media screen and (min-width: 44em) {
	.programmes .intro {
		max-width: 80%;
	}
}
.programmes .intro h1 {
	margin: 0;
	border-bottom: none;
	padding: 0;
	text-align: center;
	display: block;
	line-height: 1.2;
}

/* For programme cards, see CARD section below */

/* Home: Research */
.research {
	padding: 4em 0 3em;
	background: url("../images/bg-research.jpg") no-repeat;
	background-size: cover;
}

.research .wrapper {
	padding-bottom: 0;
}

.research .copy {

}

.research h2 {
	font-size: 29px;
	margin-bottom: .25em;
	color: #fff;
}

.research p {
	color: #fff;
}

@media screen and (min-width: 44em) {
	.research .wrapper {
		display: flex;
		align-items: center;
		padding-bottom: 0;
	}
	.research .copy {
		max-width: 65%;
		margin-right: auto;
	}
}

/* Home: News */
.home-news-section {
  padding: 5em 0 2em;
  background: rgba(235,235,235,.35) url("../images/home-news-bg.png") left top no-repeat;
  background-size: cover;
}
.home-news-section:before, .home-news-section:after {
  content: "";
  display: table;
}
.home-news-section:after {
  clear: both;
}

/* For News cards, see CARD section below */

/* Home: Members */
.members {
  padding: 5em 0 3em 0;
}
.members .slide-content {
  text-align: center;
}
.members .member {
  width: 40%;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 2%;
}
@media screen and (min-width: 44em) {
  .members .member {
    width: 15%;
  }
}
.members .member img {
  width: auto;
  height: auto;
}
.members .bx-wrapper {
  width: 90%;
  margin: 0 auto;
}
.members .bx-controls {
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  top: 50%;
}
.members .bx-prev {
  text-indent: -9999px;
  width: 11px;
  height: 18px;
  background: url("../images/left-arrow.svg") no-repeat;
  float: left;
}
.members .bx-next {
  text-indent: -9999px;
  width: 11px;
  height: 18px;
  float: right;
  background: url("../images/right-arrow.svg") no-repeat;
}
.members > a {
  display: block;
  text-align: center;
  margin-top: -1.3em;
}
.members h2 {
  margin-bottom: 0;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 44em) {
  .members h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 75em) {
  .members h2 {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}

.latest-tweets, .related-articles {
  padding-top: 2em;
  border-top: 5px solid #F0F0F0;
  clear: both;
}

.latest-videos:before, .latest-videos:after, .latest-tweets:before, .latest-tweets:after, .related-articles:before, .related-articles:after {
  content: "";
  display: table;
}
.latest-videos:after, .latest-tweets:after, .related-articles:after {
  clear: both;
}

.related-articles, .page-content {
  width: 100%;
  margin: 0 auto 3em auto;
  clear: both;
}

.page-content a {
  color: #6FB744;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.page-content a:hover {
  color: #366F15;
}

.related-articles img, .home-news-section img {
  width: 100%;
}
.related-articles .article, .related-articles .news-item, .home-news-section .article, .home-news-section .news-item {
  background: #6FB744;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-bottom: 1em;
}
@media screen and (min-width: 44em) {
  .related-articles .article, .related-articles .news-item, .home-news-section .article, .home-news-section .news-item {
    margin-bottom: 0;
  }
}
.related-articles .article:hover, .related-articles .news-item:hover, .home-news-section .article:hover, .home-news-section .news-item:hover {
  background: #609c3c;
}
.related-articles .article.cat-92, .related-articles .news-item.cat-92, .home-news-section .article.cat-92, .home-news-section .news-item.cat-92 {
  background: #00B2D5;
}
.related-articles .article.cat-92:hover, .related-articles .news-item.cat-92:hover, .home-news-section .article.cat-92:hover, .home-news-section .news-item.cat-92:hover {
  background: #0086a0;
}
.related-articles .text-wrap, .home-news-section .text-wrap {
  padding: 0.7em 1em;
  margin-top: -0.4em;
  position: relative;
}
@media screen and (min-width: 44em) {
  .related-articles .text-wrap, .home-news-section .text-wrap {
    min-height: 260px;
  }
}
.related-articles .text-wrap span, .home-news-section .text-wrap span {
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: normal;
}
@media screen and (min-width: 55em) {
  .related-articles .text-wrap span, .home-news-section .text-wrap span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}
.related-articles .text-wrap span.title-link, .home-news-section .text-wrap span.title-link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (min-width: 55em) {
  .related-articles .text-wrap span.title-link, .home-news-section .text-wrap span.title-link {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}

.related-articles .text-wrap {
  margin-bottom: 1em;
}
@media screen and (min-width: 44em) {
  .related-articles .text-wrap {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 44em) {
  .related-articles .articles {
    display: table-cell;
    display: -webkit-flex;
    display: flex;
  }
  .related-articles .articles a {
    display: -webkit-flex;
    display: flex;
    float: left;
    width: 23%;
    margin-right: 2%;
  }
  .related-articles .articles a .article {
    width: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 44em) {
  .video-wrapper {
    margin-top: 1em;
  }
}
@media screen and (min-width: 55em) {
  .video-wrapper {
    margin-top: 0;
  }
}
.video-wrapper .video {
  position: relative;
  cursor: pointer;
}
.video-wrapper .video .video-thumb {
  width: 100%;
}
.video-wrapper .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  opacity: 0.8;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.video-wrapper .video:hover .play {
  opacity: 1;
}
.video-wrapper p {
  display: block;
  padding: 0.3em 1em;
  background: #6FB744;
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
}

/*.home-news-section .latest-tweets {
  border-top: none;
}
.home-news-section .latest-tweets .tweets > div {
  background: #fff;
  padding: 1em;
  margin-bottom: 1em;
  margin-left: 0;
}
@media screen and (min-width: 44em) {
  .home-news-section .latest-tweets .tweets > div {
    margin-bottom: 0;
  }
}
.home-news-section .latest-tweets .tweets > div a {
  color: #6FB744;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.home-news-section .latest-tweets .tweets > div a:hover {
  color: #366F15;
}
.home-news-section .latest-tweets .tweets > div p {
  margin: 0;
}
.home-news-section .latest-tweets .tweets > div a, .home-news-section .latest-tweets .tweets > div p {
  font-size: 16px;
  font-size: 1rem;
  word-break: break-word;
}
@media screen and (min-width: 44em) {
  .home-news-section .latest-tweets .tweets > div a, .home-news-section .latest-tweets .tweets > div p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 55em) {
  .home-news-section .latest-tweets .tweets > div a, .home-news-section .latest-tweets .tweets > div p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.home-news-section .text-wrap {
  margin-bottom: 1em;
}
@media screen and (min-width: 44em) {
  .home-news-section .text-wrap {
    min-height: 218px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 44em) {
  .home-news-section .latest-tweets .tweets {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }

  .home-news-section .latest-tweets .tweets .q1,
  .home-news-section .latest-tweets .tweets .q2,
  .home-news-section .latest-tweets .tweets .q3,
  .home-news-section .latest-tweets .tweets .q4 {
    width: auto;
    margin-right: 1em;
    margin-left: 0;
  }

  .home-news-section .latest-tweets .tweets .q4 {
    margin-right: 0 !important;
  }
}*/
/*.header-tri .third-left,
.header-tri .third-middle {
  margin-bottom: 1em;
}
@media screen and (min-width: 44em) {
  .header-tri .third-left,
  .header-tri .third-middle {
    margin-bottom: 0;
  }
}
.header-tri .img-wrap {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.header-tri .img-wrap img {
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.header-tri .img-wrap .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.header-tri .copy {
  padding: 1em 1.4em;
  margin-top: -6px;
  z-index: 1;
  position: relative;
  background-size: cover !important;
}
@media screen and (min-width: 44em) {
  .header-tri .copy {
    min-height: 193px;
    padding: 0.6em 0.8em;
  }
}
@media screen and (min-width: 55em) {
  .header-tri .copy {
    padding: 0.6em 0.8em;
    min-height: 140px;
  }
}
.header-tri .copy * {
  color: #fff;
}
.header-tri .copy h3 {
  margin-bottom: 0.2em;
  font-weight: bolder;
}
.header-tri .copy h3 a {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.header-tri .copy p {
  margin: 0;
  width: 100%;
}
.header-tri .third-left .copy {
  background: #D2270D url(../images/header-tri-red.png) top left no-repeat;
}
.header-tri .third-left .overlay {
  background: rgba(235, 79, 30, 0.6);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-tri .third-left:hover .overlay {
  right: 100%;
}
.header-tri .third-middle .copy {
  background: #49ABAD url(../images/header-tri-blue.png) 12px 16px no-repeat;
}
.header-tri .third-middle .overlay {
  background: rgba(113, 169, 173, 0.4);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-tri .third-middle:hover .overlay {
  top: 100%;
}
.header-tri .third-right .copy {
  background: #584D83 url(../images/header-tri-purple.png) top left no-repeat;
}
.header-tri .third-right .overlay {
  background: rgba(76, 68, 117, 0.4);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-tri .third-right:hover .overlay {
  left: 100%;
}
.header-tri > div {
  margin-bottom: 1em;
}
@media screen and (min-width: 44em) {
  .header-tri > div {
    margin-bottom: 0;
  }
}
.header-tri > div:hover .img-wrap {
  position: relative;
}
.header-tri > div:hover .img-wrap img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}*/

.news-item, .articles > div {
  overflow: hidden;
}
.news-item .text-wrap, .articles > div .text-wrap {
  position: relative;
}

/*  HOME GENERAL END
--------------------------------------------*/
/*  GENERIC SUB
--------------------------------------------*/
.gen-left-column {
  padding: 0;
}
@media screen and (min-width: 44em) {
  .gen-left-column {
    width: 66.10169%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    padding: 0 0 1em 0;
  }
}
@media screen and (min-width: 75em) {
  .gen-left-column {
    width: 74.57627%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    padding: 0 0 1em 0;
  }
}

h1 {
  margin: -1em 0 0.7em 0;
  font-weight: 900;
  border-bottom: 10px solid #008FC6;
  display: table;
  background: #fff;
  padding: 0.3em 0.6em;
}
@media screen and (min-width: 44em) {
  h1 {
    margin: -1.2em 0 0.6em 0;
  }
}
@media screen and (min-width: 55em) {
  h1 {
    margin: -1.2em 0 0.6em 0;
  }
}
@media screen and (min-width: 75em) {
  h1 {
    margin: -1em 0 0.6em 0;
  }
}

h2 {
  font-weight: 900;
}

@media screen and (min-width: 44em) {
  p {
    font-size: 16px;
    font-size: 1rem;
    width: 96%;
  }
}
@media screen and (min-width: 75em) {
  p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.caption {
  font-weight: 400;
  color: #9B9B9B;
  display: block;
  margin: 0.6em 0 2em 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.generic-quote {
  width: 94%;
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 2.5rem;
  margin: 0.8em 0;
}
@media screen and (min-width: 44em) {
  .generic-quote {
    width: 90%;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}
@media screen and (min-width: 75em) {
  .generic-quote {
    width: 80%;
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}

.gen-right-column {
  padding-top: 3em;
}
@media screen and (min-width: 44em) {
  .gen-right-column {
    width: 32.20339%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
@media screen and (min-width: 75em) {
  .gen-right-column {
    width: 23.72881%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
.gen-right-column h2 {
  font-size: 34px;
  font-size: 2.125rem;
  border-bottom: 5px solid #008FC6;
  padding-bottom: 0.4em;
  margin-bottom: 0.7em;
}
.gen-right-column .side-block {
  border-bottom: 4px solid #efefef;
  padding: 0.8em;
  word-wrap: break-word;
}
.gen-right-column .sidebar-links a {
  display: block;
  padding-bottom: 1em;
  color: #4a4a4a;
  font-weight: bold;
}
.gen-right-column .sidebar-links a.-active,
.gen-right-column .sidebar-links a:hover {
  color: #6FB744;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.gen-right-column .teaser {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.gen-right-column .teaser:hover {
  background: #efefef;
}
.gen-right-column .teaser .teaser-content h3 {
  margin-bottom: 0.5em;
  margin-top: 0.3em;
  font-weight: bolder;
  color: #4a4a4a;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.gen-right-column .teaser .teaser-content p {
  margin-bottom: 0.7em;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
.gen-right-column .teaser .teaser-content .teaser-link {
  color: #6FB744;
  text-decoration: underline;
  display: block;
}

.no-pt {
  padding-top: 0;
}

/*  GENERIC SUB END
--------------------------------------------*/
/* Masonry gutter width fix for IE8 */
@media screen and (min-width: 44em) {
  .gutter-sizer {
    width: 1.45%;
  }
}
@media screen and (min-width: 75em) {
  .gutter-sizer {
    width: 1.45%;
  }
}

.grid-sizer, .article-wrap {
  position: relative;
  margin-bottom: 2em;
    /*.article-content {
        padding: 1em 1em 1.3em 1em;
        h3 {
            margin-bottom: 0.5em;
            @media screen and (min-width: $tab) {
                @include font-size(22px);
                @include line-height(26);
            }

            @media screen and (min-width: $desk) {
                @include font-size(28px);
                @include line-height(30);
            }
        }
        p {
            @media screen and (min-width: $tab) {
                @include font-size(16px);
            }

            @media screen and (min-width: $desk) {
                @include font-size(18px);
            }
        }
        a {
            width: 100%;
            text-align: center;
        }
    }*/
}
@media screen and (min-width: 44em) {
  .grid-sizer, .article-wrap {
    display: inline-block;
    width: 32.38%;
    margin-bottom: 1.45%;
  }
}
@media screen and (min-width: 75em) {
  .grid-sizer, .article-wrap {
    width: 23.1%;
    margin-bottom: 1.5%;
  }
}
.grid-sizer:hover, .article-wrap:hover {
  background-color: #ffffff;
}

.pagination {
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 1em auto 0 auto;
  padding-top: 2em;
  clear: both !important;
}
@media screen and (min-width: 44em) {
  .pagination {
    margin: 1.5em auto 0 auto;
  }
}
.pagination .prev-link, .pagination .next-link {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.3em;
}
@media screen and (min-width: 44em) {
  .pagination .prev-link, .pagination .next-link {
    margin-top: 0;
  }
}
.pagination .pagination-numbers {
  width: 30%;
  display: inline-block;
  line-height: 30px;
  line-height: 1.875rem;
}
.pagination ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.pagination ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
}
.pagination a {
  text-decoration: none;
  color: #4a4a4a;
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 0 0 0.4em 0;
  padding: 5px 9px;
  display: inline-block;
}
@media screen and (min-width: 44em) {
  .pagination a {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0.2em;
  }
}
@media screen and (min-width: 55em) {
  .pagination a {
    margin: 0 0.1em;
  }
}
@media screen and (min-width: 75em) {
  .pagination a {
    margin: 0 0.2em;
  }
}
.pagination a:hover {
  text-decoration: none;
}
.pagination .active a {
  text-decoration: none;
}

/*  MEET THE TEAM - DN?
--------------------------------------------*/
.team-wrapper {
  text-align: center;
}
.team-wrapper .team-member {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 31.5%;
  text-align: left;
  margin-right: 2%;
}
.team-wrapper .team-member:nth-child(3n) {
  margin-right: 0;
}
.team-wrapper .team-member * {
  display: block;
}
.team-wrapper .team-member img {
  width: 100%;
}
.team-wrapper .team-member p a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*  MEET THE TEAM END
--------------------------------------------*/
/*  RESEARCH
--------------------------------------------*/
.sponsors {
  margin: 2em 0;
}
.sponsors .sponsor-images {
  text-align: center;
}
@media screen and (min-width: 44em) {
  .sponsors .sponsor-images {
    text-align: left;
  }
}
.sponsors .sponsor-images img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 47%;
  text-align: left;
  margin-right: 1%;
  margin-bottom: 0.3em;
  border: solid 1px #e2e2e2;
  padding: 1em;
}
@media screen and (min-width: 44em) {
  .sponsors .sponsor-images img {
    max-width: 31%;
  }
}
@media screen and (min-width: 75em) {
  .sponsors .sponsor-images img {
    max-width: 23.5%;
  }
}
@media screen and (min-width: 75em) {
  .sponsors .sponsor-images a:nth-child(4n) img {
    margin-right: 0;
  }
}

/*  RESEARCH END
--------------------------------------------*/
/*  NEWS
--------------------------------------------*/
.teaser-section {
  margin: 2em 0;
  padding-bottom: 1.5em;
}
.teaser-section h2 {
  margin-bottom: 0.4em;
}
.teaser-section .left, .teaser-section .right {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.teaser-section .left {
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (min-width: 44em) {
  .teaser-section .left {
    width: 54%;
    margin-right: 2%;
    margin-bottom: 0;
  }
}
.teaser-section .right {
  width: 100%;
}
@media screen and (min-width: 44em) {
  .teaser-section .right {
    width: 43%;
  }
}
.teaser-section .right .teaser {
  margin-bottom: 1.5em;
}
.teaser-section .right .teaser .teaser-text {
  min-height: 102px;
}
.teaser-section .right a:nth-child(2n) .small-half {
  margin-right: 0;
}
.teaser-section .teaser {
  vertical-align: top;
  background: #6FB744;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.teaser-section .teaser:hover {
  background: #609c3c;
}
.teaser-section .teaser img {
  width: 100%;
}
.teaser-section .teaser .teaser-text {
  padding: 1em;
}
.teaser-section .teaser .teaser-text .date {
  color: #fff;
  margin-bottom: 0.3em;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
.teaser-section .teaser .teaser-text .teaser-title {
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0.8em;
  display: block;
}
.teaser-section .teaser .teaser-text .teaser-intro {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  display: block;
}
.teaser-section .teaser.small {
  margin-bottom: 1em;
}
.teaser-section .teaser.small .teaser-text {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 57%;
  vertical-align: top;
}
.teaser-section .teaser.small img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 40%;
  vertical-align: top;
}
.teaser-section .teaser.small .teaser-text .teaser-title {
  font-size: 16px;
  font-size: 1rem;
}
.teaser-section .teaser.small-half {
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 5%;
}
@media screen and (min-width: 44em) {
  .teaser-section .teaser.small-half {
    width: 45%;
  }
}
.teaser-section .teaser.small-half .teaser-title {
  font-size: 18px;
  font-size: 1.125rem;
}
.teaser-section .full-list-link {
  display: block;
  text-align: right;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #4a4a4a;
}
.teaser-section .full-list-link:hover {
  text-decoration: underline;
}
.teaser-section.ceo .teaser {
  background: #00B2D5;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.teaser-section.ceo .teaser:hover {
  background: #0086a0;
}

.page-content.press-items {
  width: 100%;
}

.teaser.masonry-item > div {
  background: #6FB744;
  margin-bottom: 0.8em;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.teaser.masonry-item:hover > div {
  background: #609c3c;
}
.teaser.masonry-item .teaser-text {
  padding: 1em;
  margin-top: -5px;
}
.teaser.masonry-item .teaser-text .date {
  color: #fff;
  margin-bottom: 0.3em;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
.teaser.masonry-item .teaser-text .teaser-title {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.4em;
  display: block;
}
.teaser.masonry-item .teaser-text .teaser-intro {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  display: block;
}

@media screen and (max-width: 44em) {
  #grid[data-columns]::before {
    content: '1 .column.size-1of1';
  }
}
@media screen and (min-width: 44em) {
  #grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}
@media screen and (min-width: 55em) {
  #grid[data-columns]::before {
    content: '3 .column.size-1of3';
  }
}
@media screen and (min-width: 75em) {
  #grid[data-columns]::before {
    content: '4 .column.size-1of4';
  }
}
.column {
  float: left;
  margin-right: 1.5%;
}
.column:last-child {
  margin-right: 0;
}

.size-1of1 {
  width: 100%;
  margin-right: 0;
}

.size-1of2 {
  width: 49%;
}

.size-1of3 {
  width: 32.333%;
}

.size-1of4 {
  width: 23.5%;
}

.press-items.ceo .teaser.masonry-item > div {
  background: #00B2D5;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.press-items.ceo .teaser.masonry-item:hover > div {
  background: #0086a0;
}

.ceo-wrapper {
  background: #F6F6F6;
  padding-top: 1em;
  padding-top: 3em;
  padding-bottom: 2em;
}

.press-contact {
  margin-top: 2em;
}
.press-contact .left, .press-contact .right {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.press-contact .left p, .press-contact .right p {
  width: 100%;
}
.press-contact .left {
  margin-right: 1em;
}
.press-contact .right p:first-child {
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #DFDFDF;
}

/*  NEWS END
--------------------------------------------*/
/*  One Collumn 
--------------------------------------------*/
.one-col .title-secton, .one-col .page-content {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 44em) {
  .one-col .title-secton, .one-col .page-content {
    width: 66%;
  }
}

.one-col.full .title-secton, .one-col.full .page-content {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 44em) {
  .one-col.full .title-secton, .one-col.full .page-content {
    width: 84%;
  }
}
@media screen and (min-width: 44em) {
  .one-col.full .title-secton.full-width, .one-col.full .page-content.full-width {
    width: 100%;
  }
}
.one-col.full h1 {
  margin-left: auto;
  margin-right: auto;
}

.no-header {
  padding-top: 2em;
  display: block;
}
.no-header h1 {
  margin-top: 0em !important;
  text-align: center;
}

.page-content {
  padding-bottom: 2em;
}
.page-content.no-pb {
  padding-bottom: 0;
}

/*  One Collumn END
--------------------------------------------*/
/*  LEFT Collumn
--------------------------------------------*/
.back {
  display: block;
  font-weight: bold;
  color: #6FB744;
}

.left-col h1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.left-col .gen-left-column {
  margin-bottom: 1em;
}
@media screen and (min-width: 44em) {
  .left-col .gen-left-column {
    width: 23.72881%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 44em) {
  .left-col .gen-right-column {
    width: 74.57627%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/*  LEFT Collumn END
--------------------------------------------*/
/*  AT A GLANCE
--------------------------------------------*/
.glance-row:before, .glance-row:after {
  content: "";
  display: table;
}
.glance-row:after {
  clear: both;
}
@media screen and (min-width: 44em) {
  .glance-row {
    margin-bottom: 1em;
  }
}
.glance-row > div {
  border: 1px solid #000;
  margin-bottom: 1em;
  padding: 1em;
}
@media screen and (min-width: 44em) {
  .glance-row > div {
    margin-bottom: 0;
  }
}

/*  AT A GLANCE END
--------------------------------------------*/
/*  CORPORATE MEMBERS
--------------------------------------------*/
.page-content.centered {
  text-align: left;
}
@media screen and (min-width: 44em) {
  .page-content.centered {
    text-align: center;
  }
}
.page-content.centered .vacancy {
  margin-right: 0;
  text-align: left;
}
.page-content.centered p {
  width: 90%;
  margin: 0 auto 1em auto;
}
@media screen and (min-width: 44em) {
  .page-content.centered p {
    width: 100%;
  }
}

.page-content.full {
  width: 100% !important;
}

.members-wrapper, .team-members-wrapper {
  margin-bottom: 1em;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.members-wrapper:before, .members-wrapper:after, .team-members-wrapper:before, .team-members-wrapper:after {
  content: "";
  display: table;
}
.members-wrapper:after, .team-members-wrapper:after {
  clear: both;
}
.members-wrapper .member, .team-members-wrapper .member {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 49%;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 2%;
  vertical-align: top;
  float: left;
  border: 1px solid #E3E3E3;
}
@media screen and (min-width: 44em) {
  .members-wrapper .member, .team-members-wrapper .member {
    width: 23.5%;
    margin-bottom: 3em;
  }
}
.members-wrapper .member img, .team-members-wrapper .member img {
  width: auto;
  height: 160px;
  padding: 0.5em;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
@media screen and (min-width: 44em) {
  .members-wrapper .member img, .team-members-wrapper .member img {
    width: auto;
    height: 140px !important;
  }
}
@media screen and (min-width: 75em) {
  .members-wrapper .member img, .team-members-wrapper .member img {
    width: auto;
    height: 160px !important;
  }
}
.members-wrapper .member .member-name, .team-members-wrapper .member .member-name {
  display: block;
  padding: 0.5em;
  background: #4a4a4a;
  background: #06142c;
  margin-top: -3px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
@media screen and (min-width: 75em) {
  .members-wrapper .member .member-name, .team-members-wrapper .member .member-name {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.members-wrapper .member:hover .member-name, .team-members-wrapper .member:hover .member-name {
  background: #00B2D5;
}
.members-wrapper .member:hover img, .team-members-wrapper .member:hover img {
  transform: scale(1.05);
}
.members-wrapper > a:nth-child(2n) .member, .team-members-wrapper > a:nth-child(2n) .member {
  margin-right: 0;
}
@media screen and (min-width: 44em) {
  .members-wrapper > a:nth-child(2n) .member, .team-members-wrapper > a:nth-child(2n) .member {
    margin-right: 2%;
  }
}
.members-wrapper > a:nth-child(4n) .member, .team-members-wrapper > a:nth-child(4n) .member {
  margin-right: 0;
}

#work-sector .panels-people.new-people {
  opacity: 0;
  width: 100%;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media screen and (min-width: 44em) {
  #work-sector .panels-people.new-people {
    margin: 0 0 0 -14px;
  }
}
#work-sector .panels-people.new-people .item {
  float: left;
  padding: 0 0 14px 14px;
  position: relative;
}
#work-sector .panels-people.new-people .item .name {
    font-weight: bold;
    margin-bottom: 0;
}
#work-sector .panels-people.new-people .item .image {
    position: relative;
}
#work-sector .panels-people.new-people .item .image img {
    display: block;
  width: 100%;
}

#work-sector .panels-people.new-people .item.item-info {
  display: block;
  width: 100%;
}
@media (max-width: 44em) {
  #work-sector .panels-people.new-people .item {
    width: 100%;
    height: auto;
    padding: 0 0 14px;
  }
}
@media screen and (min-width: 44em) {
  #work-sector .panels-people.new-people .item {
    width: 50%;
  }
}
@media screen and (min-width: 55em) {
  #work-sector .panels-people.new-people .item {
    width: 33.33333%;
  }
}
#work-sector .panels-people.new-people .item .item-content {
  display: none;
}
#work-sector .panels-people.new-people .item .p-h {
  display: inline-block;
}
#work-sector .panels-people.new-people .item .p-h-b {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 14px;
}
@media (min-width: 44em) {
  #work-sector .panels-people.new-people .item .p-h-b {
    left: 14px;
  }
}
#work-sector .panels-people.new-people .item.big {
  width: 100%;
}
#work-sector .panels-people.new-people .item.big .item-content, #work-sector .panels-people.new-people .item.big .close {
  display: inline-block;
}
#work-sector .panels-people.new-people .item.big .p-h {
  display: none;
}
#work-sector .panels-people.new-people .item-info {
  width: 100%;
}
#work-sector .panels-people.new-people .item-info .item-content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  padding: 1em 2em;
  background: #008FC6;
}
#work-sector .panels-people.new-people .item-info .item-content .team-member-text {
  border-bottom: 1px solid #fff;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 55em) {
  #work-sector .panels-people.new-people .item-info .item-content .team-member-info p {
    width: 49.15254%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
#work-sector .panels-people.new-people .item-info .item-content .team-member-info span {
  margin-right: 1em;
  display: block;
}
@media screen and (min-width: 44em) {
  #work-sector .panels-people.new-people .item-info .item-content .team-member-info span {
    display: inline;
  }
}
@media screen and (min-width: 55em) {
  #work-sector .panels-people.new-people .item-info .item-content .team-member-info span {
    display: block;
  }
}
@media screen and (min-width: 75em) {
  #work-sector .panels-people.new-people .item-info .item-content .team-member-info span {
    display: inline;
  }
}
#work-sector .panels-people.new-people .item-info .item-content .xclose {
  position: absolute;
  right: 1em;
  top: 1em;
  background: url(../images/close.svg) no-repeat;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
#work-sector .panels-people.new-people .item-info .item-content * {
  color: #fff;
}
#work-sector .panels-people.new-people .p-people .p-h {
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
@media (max-width: 44em) {
  #work-sector .panels-people.new-people .p-people .p-h {
    padding: 0.75em;
  }
}
#work-sector .panels-people.new-people .ourservice {
  display: block;
  padding-bottom: 30px;
  width: 100%;
}
#work-sector .panels-people.new-people .ourservice .iso-control {
  width: 12.5%;
  text-align: left;
  float: left;
}

.isotope {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  transition-property: height, width;
}
.isotope .isotope-item {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

/*  CORPORATE MEMBERS END
--------------------------------------------*/
/*  CORPORATE MEMBERS DETAIL 
--------------------------------------------*/
@media screen and (min-width: 55em) {
  .member-detail {
    width: 85%;
  }
}
@media screen and (min-width: 75em) {
  .member-detail {
    width: 65%;
  }
}
.member-detail .member-image {
  border: 1px solid #DFDFDF;
  width: 100%;
  text-align: center;
  margin-bottom: 0.4em;
  padding: 0.5em;
}
.member-detail .video {
  width: 100%;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 44em) {
  .member-detail .video {
    width: 80%;
  }
}
.member-detail .member-link {
  word-wrap: break-word;
}

.video-caption {
  padding-left: 3em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  display: block;
  background: url(../images/caption-green-square.svg) top left no-repeat;
}

/*  CORPORATE MEMBERS DETAIL END
--------------------------------------------*/
/*  Vacancy
--------------------------------------------*/
.apply {
  background: #6FB744;
  display: block;
  color: #fff;
  padding: 0.6em;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1em;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.apply:hover {
  background: #366F15;
}
@media screen and (min-width: 44em) {
  .apply {
    width: 77%;
  }
}
@media screen and (min-width: 55em) {
  .apply {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

ul {
  list-style: disc outside none;
  padding-left: 1.4em;
  margin-bottom: 2em;
}
ul li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #4a4a4a;
  margin-bottom: 1em;
}
@media screen and (min-width: 44em) {
  ul li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
  }
}
@media screen and (min-width: 75em) {
  ul li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
  }
}

/*  Vacancy END
--------------------------------------------*/
/*  VISIONS
--------------------------------------------*/
.colour-wrapper * {
  color: #fff;
  margin-bottom: 1em;
}
.colour-wrapper.purpose {
  background: #00B2D5 url(../images/dots-1.svg) 10% 0 no-repeat;
}
.colour-wrapper.goals {
  background: #008FC6 url(../images/dots-2.svg) 12% 0 no-repeat;
}
.colour-wrapper.vision {
  background: #6FB744 url(../images/dots-3.svg) 12% 0 no-repeat;
}
.colour-wrapper.values {
  background: #0B8F3E url(../images/dots-4.svg) 8% 0 no-repeat;
  background-size: contain;
}
.colour-wrapper .wrapper {
  padding: 2em 12% 2em 0;
}
.colour-wrapper .wrapper > img {
  position: absolute;
  right: -7px;
  top: -10px;
  width: 100px;
}
@media screen and (min-width: 44em) {
  .colour-wrapper .wrapper > img {
    width: 120px;
    right: -10px;
    top: 10px;
  }
}
@media screen and (min-width: 55em) {
  .colour-wrapper .wrapper > img {
    width: 140px;
    right: -10px;
    top: -20px;
  }
}
@media screen and (min-width: 75em) {
  .colour-wrapper .wrapper > img {
    width: auto;
    right: -20px;
    top: -20px;
  }
}

.wrapper.no-mb {
  margin-bottom: 0;
}

@media screen and (min-width: 55em) {
  .animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
  }

  .animation-element.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  .animation-element.slide-right {
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
    -moz-transform: translate3d(1000px, 0px, 0px);
    -webkit-transform: translate3d(1000px, 0px, 0px);
    -o-transform: translate(1000px, 0px);
    -ms-transform: translate(1000px, 0px);
    transform: translate3d(1000px, 0px, 0px);
  }

  .animation-element.slide-right.in-view {
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
/*  VISIONS END
--------------------------------------------*/
/*  Work With Us
--------------------------------------------*/
.key-benefits {
  background: #EEEEEE url(../images/key-benefits-bg.png) top right no-repeat;
  padding: 1.5em;
  margin-bottom: 2em;
}
@media screen and (min-width: 44em) {
  .key-benefits {
    margin-bottom: 0;
  }
}
.key-benefits .accordion-wrapper {
  margin: 0;
}
.key-benefits .accordion {
  width: 100%;
}
.key-benefits h2 {
  margin-bottom: 0.6em;
}

.wwu-block {
  height: 208px;
  padding: 0.8em 0.5em 0.5em 0;
  position: relative;
  margin-bottom: 2em;
  background-size: cover;
}
.wwu-block h2 {
  padding: 0.2em 1em 0.3em 0.3em;
  background: #fff;
  font-size: 34px;
  font-size: 2.125rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
}
.wwu-block a {
  color: #6FB744;
  padding: 0.6em 1em;
  position: absolute;
  right: 1.5em;
  bottom: 1.2em;
  font-weight: bold;
  background: #fff;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.wwu-block a:hover {
  color: #fff;
  background: #6FB744;
}
.wwu-block.team {
  background: url(../images/wwu-team.jpg) no-repeat;
}
.wwu-block.values {
  background: url(../images/wwu-values.jpg) no-repeat;
}

/*  Work With Us END
--------------------------------------------*/
/*  AT A GLANCE
--------------------------------------------*/
.masonry-wrapper.at-a-glance {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 44em) {
  .masonry-wrapper.at-a-glance {
    width: 700px;
  }
}
@media screen and (min-width: 55em) {
  .masonry-wrapper.at-a-glance {
    width: 710px;
  }
}
@media screen and (min-width: 75em) {
  .masonry-wrapper.at-a-glance {
    width: 1125px;
  }
}

.glance-item {
  width: 100%;
  position: relative;
  margin-bottom: 1em;
  color: #fff;
  padding: 0.4em;
  overflow: hidden;
}
@media screen and (min-width: 44em) {
  .glance-item {
    display: inline-block;
    height: 250px;
    margin-bottom: 1.5em;
    padding: 0;
  }
}
.glance-item img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}
.glance-item img.mob-hide {
  display: none;
}
.glance-item p {
  color: #fff;
  margin: 0;
  line-height: normal;
  padding: 4px 10px 0 10px;
  margin: 0px;
  z-index: 5;
  position: relative;
  vertical-align: middle;
}
.glance-item p.small {
  font-size: 16px;
  font-size: 1rem;
}
.glance-item p.medium {
  font-size: 22px;
  font-size: 1.375rem;
}
.glance-item p.big {
  font-size: 30px;
  font-size: 1.875rem;
}
.glance-item p.vbig {
  font-size: 50px;
  font-size: 3.125rem;
}
.glance-item.alignRight {
  text-align: right;
}

@media screen and (min-width: 44em) {
  .masonry-q1, .masonry-q2, .masonry-q3, .masonry-q4 {
    min-width: 220px;
    width: 20%;
  }
}
@media screen and (min-width: 75em) {
  .masonry-q1, .masonry-q2, .masonry-q3, .masonry-q4 {
    width: 22%;
  }
}

@media screen and (min-width: 44em) {
  .masonry-q2-3, .masonry-half-left, .masonry-half-right {
    min-width: 460px;
    width: 40%;
  }
}
@media screen and (min-width: 75em) {
  .masonry-q2-3, .masonry-half-left, .masonry-half-right {
    width: 47%;
  }
}

.research-categories {
  width: 100%;
  text-align: left;
  margin: 0 0 2em 0;
}
@media screen and (min-width: 44em) {
  .research-categories {
    width: 70%;
  }
}
.research-categories a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.5em 2em;
  font-weight: normal;
  margin-bottom: 0.5em;
  margin-right: 0.3em;
}
.research-categories a:hover {
  color: #fff;
  opacity: 0.5;
}

.all {
  background: #00A9D7;
}

.money {
  background: #e37222;
}

.perception {
  background: #d52b1e;
}

.business {
  background: #80379b;
}

.demand {
  background: #cb168e;
}

.education {
  background: #5c7f92;
}

.employment {
  background: #898f4b;
}

.government {
  background: #bd9271;
}

.gender {
  background: #0036ff;
}

.recommendations {
  background: #1f741d;
}

body {
  background: none !important;
}
body .glance-item, body #work-sector .item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
body.all .glance-item {
  display: inline-block;
}
body.money .glance-item {
  display: none;
}
body.money .glance-item.money {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
body.perception .glance-item {
  display: none;
}
body.perception .glance-item.perception {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
body.business .glance-item {
  display: none;
}
body.business .glance-item.business {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
body.demand .glance-item {
  display: none;
}
body.demand .glance-item.demand {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
body.education .glance-item {
  display: none;
}
body.education .glance-item.education {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
body.employment .glance-item {
  display: none;
}
body.employment .glance-item.employment {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
body.government .glance-item {
  display: none;
}
body.government .glance-item.government {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
body.gender .glance-item {
  display: none;
}
body.gender .glance-item.gender {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
body.recommendations .glance-item {
  display: none;
}
body.recommendations .glance-item.recommendations {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.glance-item {
  position: relative \  !important;
  top: 0 \  !important;
  right: 0 \  !important;
  bottom: 0 \  !important;
  left: 0 \  !important;
  margin-right: 20px \  !important;
}

#filters {
  text-align: left;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 1em;
}
#filters li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
}
#filters a {
  color: #949494;
  cursor: pointer;
  margin-right: 1.2em;
  margin-bottom: 0.4em;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 1em 0.5em 0;
  display: inline-block;
}
#filters a.is-active, #filters a:hover {
  color: #6FB744;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

/*  AT A GLANCE END
--------------------------------------------*/
/*  ACCORDION
--------------------------------------------*/
.accordion-wrapper {
  margin: 2em 0;
  text-align: left;
}
@media screen and (min-width: 44em) {
  .accordion-wrapper {
    margin: 2em 0 3em 0;
  }
}

.accordion {
  display: block;
  width: 98%;
}
@media screen and (min-width: 44em) {
  .accordion {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
}
.accordion p {
  margin-bottom: 0.8em;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 44em) {
  .accordion p {
    width: 95%;
  }
}
@media screen and (min-width: 75em) {
  .accordion p {
    font-size: 18px;
    font-size: 1.125rem;
    width: 90%;
  }
}

.accord-header {
  padding: 0.5em 0.6em;
  color: #fff;
  cursor: pointer;
  background-color: #6FB744;
  margin-bottom: 0.5em;
  width: 100%;
  background-image: url("../images/arrow-right.svg");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transition: background-color .4s ease-in-out;
  -moz-transition: background-color .4s ease-in-out;
  -ms-transition: background-color .4s ease-in-out;
  -o-transition: background-color .4s ease-in-out;
  transition: background-color .4s ease-in-out;
}
@media screen and (min-width: 44em) {
  .accord-header {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .accord-header {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.accord-header.active {
  background-color: #0B8F3E;
  background-image: url("../images/arrow-down.svg");
}

.accord-header2 {
  padding: 0.5em 4em 0.5em 0.6em;
  color: #fff;
  cursor: pointer;
  background-color: #6FB744;
  width: 100%;
  background-image: url("../images/arrow-right.svg");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1em;
}
.accord-header2.active {
  background-color: #0B8F3E;
  background-image: url("../images/arrow-down.svg");
}

.accord-content {
  display: none;
  padding: 1em 1.4em;
  width: 94%;
}
@media screen and (min-width: 44em) {
  .accord-content {
    padding: 1.2em 1.6em;
  }
}

.accord-content2 {
  display: none;
  width: 100%;
  margin: 0 2% 1em 2%;
  padding-bottom: 1em;
  border-bottom: 4px solid #E3E3E3;
}
.accord-content2 a {
  color: #12A74B;
}

/*  ACCORDION END
--------------------------------------------*/
/*  HEADLINE LINK
--------------------------------------------*/
.headline-link {
}

.headline-link h2 {
	margin-bottom: .25em;
}

.headline-link .btn-link {
	display: block;
	margin-bottom: 1.5em;
    margin-left: auto;
}

@media screen and (min-width: 44em) {
	.headline-link {
		display: flex;
		align-items: baseline;
	}
		
		.headline-link h2 {
			margin-right: auto;
			margin-bottom: 1em;
		}
}

/*  HEADLINE LINK END
--------------------------------------------*/
/*  CARD
--------------------------------------------*/

.cards {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
	
.card {
	display: block;
	width: 100%;
	margin-bottom: 2em;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.card:after {
	border-bottom: 2px solid #6fb744;
    width: 0%;
    content: "";
    transition: .35s;
    display: block;
}

.card:hover:after {
	width: 100%;
}

@media screen and (min-width: 44em) {
	.cards--3-up .card {
		width: 33.3%;
		margin-bottom: 1em;
	}
	
	.cards--4-up .card {
		width: 50%;
		margin-bottom: 2em;
	}
}

@media screen and (min-width: 55em) {
	.cards--4-up .card {
		width: 25%;
		/*margin-bottom: 1em;*/
	}
}
.card .card-thumbnail {
	overflow: hidden;
	margin-bottom: .75em;
}
/* to make campaign images 16:9 to match videos */
.campaign .card .card-thumbnail {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.campaign .card .card-thumbnail:before {
	display: block;
	content: "";
	padding-top: 56.25%;
}
.campaign .card .card-thumbnail img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	border: 0;
}
.card img {
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.card h3 {
	font-weight: 700;
	font-size: 22px;
	line-height: 25px;
	margin-bottom: .35em;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.card .meta.date {
	font-size: 14px;
	color: #6FB744;
	text-transform: uppercase;
	font-weight: 500;
}

.card p {
	font-weight: normal;
	font-family: "Roboto";
}

.card:hover img {
	transform: scale(1.05);
}
.card:hover h3 {
	color: #6FB744;
}

/*  CARD END
--------------------------------------------*/
/*  CAMPAIGN SECTION
--------------------------------------------*/
.campaign {overflow: hidden;}
.hero-campaign {
	padding-top: 2.5em;
	display: flex;
	flex-wrap: wrap;
}

.hero-campaign:after {
	content: url("../images/campaign-hero-bg.png");
	position: absolute;
	top: -40px;
	right: -90px;
	z-index: -1;
}

.hero-campaign h1 {
	display: block;
    margin: 0 0 .5em 0;
    padding: 0;
    border-bottom: none;
    background: none;
	line-height: 1;
	width: 100%;
}

.hero-campaign--text {
	order: 3;
	width: 100%;
}

.hero-campaign--video {
	order: 2; 
	width: 100%;
	margin-bottom: 1em;
}

.hero-campaign h2 {
	font-size: 1em;
	line-height: 1.4;
	margin-bottom: 0;
}

.hero-campaign a {
	color: #06142c;
	padding-right: .5em;
}

.question .question--heading {
	margin-bottom: 2em;
}

.question:first-of-type .question--heading {
	background: #06142c;
	padding: 1.5em 1.5em 2em;
	margin-bottom: 3em;
}

.question .question--heading h1 {
	display: block;
    margin: 0;
    padding: 2em 0 0;
    border-bottom: none;
    background: none;
	line-height: 1;
	border-top: 1px solid #ccc;
	color: #06142c;
}

.question .question--heading h1 a {
	color: #06142c;
	font-size: 40px;
}

.question .question--heading h1 a:after {
	content: "\f105";
	font-family: FontAwesome;
	color: #6FB744;
	margin-left: .4em;
	transition: all .4s ease-in-out;
}

.question .question--heading h1 a:hover,
.question .question--heading h1 a:hover:after {
	color: #366F15;
}

.question:first-of-type .question--heading h1,
.question:first-of-type .question--heading h1 a {
	color: #fff;
	font-weight: 300;
	padding: 0;
	border-top: 0;
}

.question .question--heading h1 span {
	font-size: 36px;
	font-weight: 900;
	margin-right: 5px;
}

.question--heading .comments {
	display: block;
	margin-top: 10px;
}

.question--intro {
	font-size: 1.125em;
	/*font-weight: bold;*/
	margin-bottom: 2em;
}

.question--intro .get-involved a {
	padding: 0 .25em;
}

.question--week h2 {
	margin-bottom: 0;
	font-size: 1.75em;
}


@media screen and (max-width: 63.9375em) {
	.hero-campaign > h1 { 
	width: 100%; 
	margin-bottom: 1em; 
	}
	.hero-campaign .hero-campaign--text h1 {
		display: none;
	}
}

@media screen and (min-width: 36em) {
	.hero-campaign--text {
		order: 2;
		width: 49%;
		margin-right: auto;
		padding-right: 1em;
	}
	.hero-campaign--video {
		order: 3;
		width: 50%;
	}
}

@media screen and (min-width: 44em) {
	.hero-campaign--text {
		width: 40%;
	}
	.hero-campaign--video {
		width: 57%;
		margin: 0 2% 0 0;
	}
	
	.hero-campaign--video .video-wrapper {
		margin-top: 0;
	}
	
	.question:first-of-type {
		margin-top: -2em;
	}
	
	.question .question--heading h1 span {
		font-size: 100px;
	}
	
	.question:first-of-type .question--heading h1 span {
		display: block;
	}
}

@media screen and (min-width: 51.25em) {
	.question:first-of-type {
		margin-top: -4em;
	}
}

@media screen and (min-width:55em) {
	.hero-campaign {
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.hero-campaign--text {
		width: 45%;
	}
	
	.hero-campaign--video {
		width: 53%;
	}
	
	.question--intro {
		width: 70%;
	}
}

@media screen and (min-width: 64em) {
	.hero-campaign > h1 { display: none; }
	.hero-campaign .hero-campaign--text h1 {
		display: block;
	}
	
	.hero-campaign {
		padding-top: 4em;
	}
	.hero-campaign:after {
		top: -80px;
		right: -90px;
	}
}


/*  CAMPAIGN SECTION END
--------------------------------------------*/
/*  ADDITIONAL CONTENT LIST
--------------------------------------------*/
.additional {
	margin-bottom: 2em;
}
.additional h3 {
	font-weight: 700;
}

@media screen and (min-width: 55em) {
	.additional--list {
		column-count: 2;
	}
}

.additional--item {
	position: relative;
	line-height: 18px;
	margin-bottom: 0;
	padding-top: .01em;
}

.flag {
	position: absolute;
	left: 0;
	top: 1.15em;
	padding: 0 .25em;
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
}

.flag:after {
	content: "";
	width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 0 solid transparent;
    border-top: 7px solid transparent;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 9px;
}
	
.flag.color-1 {background: #6FB744;}
.flag.color-1:after {border-top-color: #60863f;}
.flag.color-2 {background: #008fc6;}
.flag.color-2:after {border-top-color: #00648a;}
.flag.color-3 {background: #17438e;}
.flag.color-3:after {border-top-color: #06142c;}
.flag.color-4 {background: #418a64;}
.flag.color-4:after {border-top-color: #2e6247;}
.flag.color-5 {background: #745b94;}
.flag.color-5:after {border-top-color: #493563;}
.flag.color-6 {background: #6c6c6c;}
.flag.color-6:after {border-top-color: #4a4a4a;}
.flag.color-7 {background: #901758;}
.flag.color-7:after {border-top-color: #64103d;}

.additional--item a {
	display: inline-block;
	width: calc(100% - 10px);
	padding: .8em 1em .8em 4.5em;
	background: #fff;
	box-shadow: -1px 0px 6px 0px rgba(0,0,0,0.12);
	border: 1px solid #efefef;
	margin-bottom: 1em;
	margin-left: 7px;
	font-weight: normal;
	color: #4a4a4a;
	font-size: 14px;
}
.additional--item a:hover {
	box-shadow: -1px 0px 6px 0px rgba(0,0,0,0.22);
	color: #000000;
}

.additional--item a h4 {
	color: #6FB744;
	margin: 0 0 .25em;
	font-size: 16px;
	font-weight: bold;
	transition: all .4s ease-in-out;
}

.additional--item a:hover h4 {
	color: #366F15;
}
/*  ADDITIONAL CONTENT LIST END
--------------------------------------------*/
/*  FOOTER
--------------------------------------------*/
footer {
  clear: both;
  position: relative;
  background: #06142c;
}
footer * {
  color: #fff;
}
footer h3 {
  *zoom: 1;
  font-size: 18px;
  font-size: 1.125rem;
  width: 100%;
  margin-bottom: .5em;
  text-align: center;
  font-weight: 900;
  letter-spacing: .05em;
}
footer p {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 44em) {
  footer p {
    margin: 0 0 1em 0;
  }
}
footer ul {
  margin: 0 0 1em 0;
  padding: 0;
}
footer ul li {
  margin: 0;
  display: inline;
}
footer ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 1em 0 0;
  display: block;
}
@media screen and (min-width: 44em) {
  footer ul li a {
    margin: 0 1em;
  }
}

footer .engage {
	background: #008eaa;
	background: #008FC6;
}

footer .engage .wrapper {
	padding: 2em 0;
}

footer .engage .news-social {
	
}
@media screen and (min-width: 44em) {
	footer .engage .news-social {
		display: flex;
	}
}
footer .engage .news-social .newsletter,
footer .engage .news-social .social {
	margin-bottom: 1em;
	padding: 0 1em;
	text-align: center;
	position: relative;
}
@media screen and (min-width: 44em) {
	footer .engage .news-social .newsletter,
	footer .engage .news-social .social {
		width: 50%;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 44em) {
	footer .engage .news-social .newsletter:after {
		content: "";
		border-right: 1px solid #fff;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
	}
}

footer .engage .news-social .newsletter .btn-link {
	color: #ffffff;
}
footer .engage .news-social .newsletter .btn-link:after,
footer .engage .news-social .newsletter .btn-link:hover {
	color: #6FB744;
}
footer .social-and-partners {
	padding-top: 3em;
}
footer .partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
@media screen and (min-width: 44em) {
	footer .partners {
		flex-direction: unset;
	}
}
footer .partners .partner {
  *zoom: 1;
  margin-bottom: 1em;
}
@media screen and (min-width: 44em) {
	footer .partners .partner {
		margin-bottom: 0;
	}
}
footer .partners .partner img {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  max-width: 125px;
}
footer .partners .partner img:hover {
  transform: scale(1.05);
}
footer .social a {
	padding: 0 .5em;
	font-size: 20px;
  *zoom: 1;
}
footer .social a:hover i {
	color: #6FB744;
	-webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
footer .lower-footer {
  text-align: center;
  padding-top: 2em;
}
footer .lower-footer ul {
  *zoom: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 44em) {
	footer .lower-footer ul {
		flex-direction: unset;
	}
}

footer .lower-footer ul li {
	margin: 0 .15em;
	position: relative;
}
@media screen and (min-width: 44em) {
	footer .lower-footer ul li:before {
		content: " |";
		position: absolute;
		left: 0;
	}
}
footer .lower-footer ul li:first-child:before {
	content: "";
}
footer .lower-footer ul li a {
	margin: 0;
	display: block;
	padding: 0 0 0 .75em;
}
footer .lower-footer ul li a:hover {
  color: #6FB744;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
footer .lower-footer .footer-info {
  *zoom: 1;
}

/*  FOOTER END
--------------------------------------------*/

/*  SEARCH BAR FOR SEARCH RESULTS PAGE
--------------------------------------------*/
.search {
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

.search form {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 100%;
}
.search input {
  vertical-align: top;
}
.search input[type="search"], .search input[type="text"] {
  padding: 0.8em 0.5em;
  width: calc(100% - 50px);
  border: 1px solid #D8D8D8;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.search input[type="search"]:focus, .search input[type="text"]:focus {
  border: 1px solid #a7a7a7;
}
.search input[type="submit"] {
  background: #008FC6 url("../images/search.svg") no-repeat 50% 50%;
  text-indent: -9999px;
  border: none;
  width: 46px;
  height: 46px;
  margin-left: -6px;
  border-radius: 0;
  -webkit-appearance: none;
}

.ezsearch-result h2 {
  margin-bottom: 0.8em;
  line-height: 20px;
}
/*  SEARCH BAR FOR SEARCH RESULTS PAGE END
--------------------------------------------*/

/*  ADDITIONAL
--------------------------------------------*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*  ADDITIONAL END
--------------------------------------------*/
#curtain {
  width: 100%;
  z-index: 1;
}

#main {
  width: 100%;
  z-index: -1;
}

#cookie-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  height: auto;
  line-height: 24px;
  text-align: center;
  padding: 20px 0;
  z-index: 2000;
}
#cookie-bar p {
  color: #fff;
  margin-bottom: 0;
}
#cookie-bar p a {
  background: #00B2D5;
  color: #fff;
  margin-left: 0.6em;
  padding: 0.4em 0.8em;
  border-radius: 10px;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
}

.logged-in {
	position: absolute;
    bottom: -32px;
    background: #fff;
    padding: .5em 1em;
    right: 0;
}

@media screen and (min-width: 62em) {
	.logged-in {
		left: 0;
		right: auto;
	}
}

@media screen and (max-width: 35.9375em) {
	#cookie-bar p a {
		display: block;
		max-width: 50%;
		margin: .75em auto 0;
	}
}

input[type='checkbox'] 
{
    -moz-appearance:checkbox;
}


input[type='radio'] 
{
    -moz-appearance:radio;
}
