/* 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;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

select::-ms-expand {
  display: none;
}

body {
  margin: 7.6em 0 0 0;
}
@media screen and (min-width: 44em) {
  body {
    margin: 6em 0 0 0;
  }
}
@media screen and (min-width: 55em) {
  body {
    margin: 8em 0 0 0;
  }
}
@media screen and (min-width: 75em) {
  body {
    margin: 5.9em 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;
  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;
  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;
  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;
  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;
}

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 4px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.15);
  padding: 0;
  border-top: 6px solid #00B2D5;
}
@media screen and (min-width: 44em) {
  header {
    padding: 0;
  }
}
header .wrapper {
  margin: 0 auto;
}
header .logo-wrapper {
  margin-left: -10px;
  max-width: 80%;
}
@media screen and (min-width: 44em) {
  header .logo-wrapper {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
}
@media screen and (min-width: 75em) {
  header .logo-wrapper {
    margin-left: 0;
  }
}
header .logo {
  width: 60%;
  z-index: 10;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
@media screen and (min-width: 44em) {
  header .logo {
    width: 200px;
    margin: 0.3em 0 -1em 0;
  }
}
@media screen and (min-width: 55em) {
  header .logo {
    width: 270px;
  }
}
@media screen and (min-width: 75em) {
  header .logo {
    display: none;
  }
}
header .logo-2 {
  display: none;
  width: 60%;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 44em) {
  header .logo-2 {
    width: 200px;
    margin: 0.3em 0 -1em 0;
  }
}
@media screen and (min-width: 55em) {
  header .logo-2 {
    width: 270px;
  }
}
@media screen and (min-width: 75em) {
  header .logo-2 {
    margin: 0.3em 0 -4.9em 0;
    display: block !important;
  }
}
@media screen and (min-width: 55em) {
  header #top-nav {
    max-width: 100%;
  }
}
@media screen and (min-width: 75em) {
  header #top-nav {
    max-width: 78%;
    float: right;
    text-align: right;
  }
}

.search {
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
  float: right;
  text-align: right;
}
@media screen and (min-width: 44em) {
  .search {
    float: right;
    text-align: right;
    margin-top: 0.7em;
    margin-right: 0;
  }
}
.search form {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.search input {
  vertical-align: top;
}
.search input[type="search"], .search input[type="text"] {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0.8em 0.5em;
  width: 48%;
  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;
}
@media screen and (min-width: 44em) {
  .search input[type="search"], .search input[type="text"] {
    width: 190px;
    padding: 0.6em;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 55em) {
  .search input[type="search"], .search input[type="text"] {
    width: 242px;
  }
}
.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: 37px;
  height: 36px;
  margin-left: -6px;
  border-radius: 0;
  -webkit-appearance: none;
}
.search .social {
  margin: 0.3em 0.4em 0 0;
  float: left;
}
@media screen and (min-width: 44em) {
  .search .social {
    margin: 0.3em 0.6em 0 0;
    float: none;
  }
}
@media screen and (min-width: 44em) {
  .search {
    max-width: 60%;
  }
}
@media screen and (min-width: 55em) {
  .search {
    max-width: 62%;
  }
}
@media screen and (min-width: 75em) {
  .search {
    max-width: 72%;
  }
}
.search.results {
  float: none;
  margin-bottom: 1em;
  text-align: left;
}

#top-nav {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

.ezsearch-result h2 {
  margin-bottom: 0.8em;
  line-height: 20px;
}

/*  HEADER END
--------------------------------------------*/
/*  HEADER TRI
--------------------------------------------*/
.header-tri:before, .header-tri:after {
  content: "";
  display: table;
}
.header-tri:after {
  clear: both;
}

/*  HEADER TRI END
--------------------------------------------*/
/*  MAIN NAV
--------------------------------------------*/
.mob-hide {
  display: none !important;
}
@media screen and (min-width: 55em) {
  .mob-hide {
    display: block !important;
  }
}

.mob-show {
  display: inline-block !important;
  *display: inline !important;
  *zoom: 1 !important;
}
@media screen and (min-width: 55em) {
  .mob-show {
    display: none !important;
  }
}

#top-nav {
  margin: 0 auto;
  z-index: 9999;
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /*  HAMBURGER ANIMATION
  --------------------------------------------*/
}
@media screen and (min-width: 55em) {
  #top-nav {
    overflow: visible;
    position: relative;
    right: auto;
    top: 0;
    float: right;
    margin-top: 0.3em;
    margin-bottom: 0.2em;
  }
}
@media screen and (min-width: 75em) {
  #top-nav {
    width: auto;
    top: auto;
  }
}
#top-nav li {
  position: relative;
  margin-bottom: 0;
}
#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;
}
#top-nav li.active a {
  color: #6FB744;
}
#top-nav li a:hover {
  color: #fff;
  background: #6FB744;
}
#top-nav > ul {
  margin-top: 10px;
  list-style: none;
  display: none;
  overflow: visible;
  clear: both;
  padding-left: 0px;
  margin-bottom: 0;
}
#top-nav > ul:before, #top-nav > ul:after {
  content: "";
  display: table;
}
#top-nav > ul:after {
  clear: both;
}
@media screen and (min-width: 44em) {
  #top-nav > ul {
    width: 100%;
  }
}
@media screen and (min-width: 55em) {
  #top-nav > ul {
    padding: 0;
    display: table-row !important;
    margin: 0;
    margin-right: 0;
    float: right;
  }
}
#top-nav > ul > li {
  padding: 0;
  height: 100%;
  float: left;
  border-bottom: solid 1px #64A040;
}
@media screen and (min-width: 55em) {
  #top-nav > ul > li {
    border-bottom: none;
    padding: 0 1.5em 0 0;
    padding: 0;
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
}
#top-nav > ul > li.extended {
  color: #fff;
  background: #6FB744;
}
#top-nav > ul > li.extended a {
  color: #fff;
}
#top-nav > ul > li:last-child {
  border-bottom: none;
}
#top-nav > ul > li a {
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  text-align: center;
  padding: 0.5em 0;
  color: #4a4a4a;
  font-weight: normal;
}
@media screen and (min-width: 55em) {
  #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: 55em) {
  #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 > ul li ul {
  display: none;
  z-index: 5;
  list-style: none;
  padding: 0px;
  position: absolute;
  top: 99%;
  left: 0;
  background: #6FB744;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 55em) {
  #top-nav > ul li ul {
    width: 232px;
  }
}
#top-nav > ul li ul li a {
  padding: 0.7em 0;
  border-bottom: 1px solid #64A040;
  color: #fff;
}
@media screen and (min-width: 55em) {
  #top-nav > ul li ul li a {
    margin: 0;
    text-align: left;
    text-indent: 1em;
  }
}
#top-nav > ul li ul li a:hover {
  background: #64A040;
}
#top-nav > ul li ul li:last-child a {
  border-bottom: none;
}
#top-nav .menu-text {
  display: block;
  position: absolute;
  top: 0.9em;
  right: 0;
  margin: 0;
  padding: 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 (min-width: 44em) {
  #top-nav .menu-text {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 0.4em;
  }
}
@media screen and (min-width: 55em) {
  #top-nav .menu-text {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 55em) {
  #top-nav .menu-text {
    display: block;
    color: #ffffff;
    padding: 0.5em;
    float: right;
    background: #00B2D5;
  }
}
#top-nav .menu-text:focus {
  outline: none;
}

/*  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: 7em;
  overflow: hidden;
  max-height: 344px;
}
@media screen and (min-width: 44em) {
  .heading {
    padding: 0 0 1em 0;
    top: 6em;
  }
}
@media screen and (min-width: 55em) {
  .heading {
    top: 8em;
  }
}
@media screen and (min-width: 75em) {
  .heading {
    top: 6em;
  }
}
.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: 246px;
}
@media screen and (min-width: 44em) {
  .scroll-over {
    margin-top: 280px;
  }
}
@media screen and (min-width: 55em) {
  .scroll-over {
    margin-top: 380px;
  }
}
@media screen and (min-width: 75em) {
  .scroll-over {
    margin-top: 444px;
  }
}

/*  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;
  }
}

.members {
  margin: 3em 0 2em 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 {
  margin-top: 1em;
  padding: 2em 0;
  background: #EBEBEB 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;
}
.home-news-section h2 {
  margin-bottom: 0.6em;
}
@media screen and (min-width: 75em) {
  .home-news-section h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 44px;
  }
}
.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: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;
}

.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;
  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;
  cursor: pointer;
  padding: 0 0 14px 14px;
}
#work-sector .panels-people.new-people .item .image img {
  width: 100%;
}
#work-sector .panels-people.new-people .item .text-overlay {
  position: absolute;
  top: 28px;
  right: 0;
  bottom: 17px;
  left: 0;
  background: rgba(0, 143, 198, 0.45);
}
@media screen and (min-width: 44em) {
  #work-sector .panels-people.new-people .item .text-overlay {
    display: none;
    top: 19px;
    right: 0;
    bottom: 17px;
    left: 14px;
  }
}
#work-sector .panels-people.new-people .item .text-overlay .text-wrapper {
  padding: 1em;
  position: absolute;
  bottom: 0;
}
#work-sector .panels-people.new-people .item .text-overlay .text-wrapper p {
  color: #fff;
  margin: 0;
  width: 100%;
}
#work-sector .panels-people.new-people .item .text-overlay .text-wrapper p.name {
  font-weight: bold;
}
#work-sector .panels-people.new-people .item:hover .text-overlay, #work-sector .panels-people.new-people .item.is-shown .text-overlay {
  display: block !important;
}
#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: 25%;
  }
}
#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: auto;
  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.item:hover .p-h, #work-sector .panels-people.new-people .p-people.item.is-shown .p-h {
  opacity: 0.9;
}
#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;
  opacity: 0;
}
@media (max-width: 44em) {
  #work-sector .panels-people.new-people .p-people .p-h {
    padding: 0.75em;
    opacity: 0.9;
  }
}
#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
--------------------------------------------*/
.vacancy {
  margin-bottom: 2em;
  border: 2px solid #008FC6;
}
@media screen and (min-width: 55em) {
  .vacancy {
    margin-right: 5em;
  }
}
.vacancy .vacancy-title {
  background: #008FC6;
  position: relative;
  padding: 0.4em 1em;
}
@media screen and (min-width: 44em) {
  .vacancy .vacancy-title {
    padding: 1em 2em;
  }
}
.vacancy .vacancy-title h2 {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  float: left;
}
@media screen and (min-width: 44em) {
  .vacancy .vacancy-title h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 55em) {
  .vacancy .vacancy-title h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.vacancy .vacancy-title span {
  color: #fff;
  float: right;
  vertical-align: baseline;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-top: 1em;
  margin-left: 1em;
}
@media screen and (min-width: 55em) {
  .vacancy .vacancy-title span {
    margin-top: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
}
.vacancy .vacancy-body {
  padding: 1em 2em;
  text-align: left;
}
.vacancy .vacancy-body .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;
}
.vacancy .vacancy-body .apply:hover {
  background: #366F15;
}
@media screen and (min-width: 44em) {
  .vacancy .vacancy-body .apply {
    width: 77%;
  }
}
@media screen and (min-width: 55em) {
  .vacancy .vacancy-body .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
--------------------------------------------*/
/*  FOOTER
--------------------------------------------*/
footer {
  padding: 1.5em 0.5em 0 0.5em;
  clear: both;
  position: relative;
  background: #3D3D3D;
}
@media screen and (min-width: 44em) {
  footer {
    padding: 0.5em 0 0 0;
  }
}
@media screen and (min-width: 55em) {
  footer {
    padding: 2.5em 0 0 0;
  }
}
footer * {
  color: #fff;
  font-family: Arial, sans-serif;
}
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 .partners {
  padding-bottom: 2em;
  border-bottom: 1px solid #303030;
}
footer .partners h3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 18px;
  font-size: 1.125rem;
  vertical-align: top;
  width: 100%;
  margin-top: 0.8em;
}
@media screen and (min-width: 55em) {
  footer .partners h3 {
    width: 17%;
  }
}
@media screen and (min-width: 75em) {
  footer .partners h3 {
    width: 14%;
  }
}
footer .partners .partner {
  width: 49%;
  vertical-align: top;
  padding: 0 0.5em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 80px;
  vertical-align: top;
  line-height: 110px;
  padding-bottom: 2em;
}
@media screen and (min-width: 44em) {
  footer .partners .partner {
    border-right: 1px solid #6E6E6E;
    width: 24%;
    height: 80px;
    padding: 0 1em;
  }
}
@media screen and (min-width: 55em) {
  footer .partners .partner {
    width: 20%;
    height: 80px;
    padding: 0 1.6em;
    line-height: 100px;
  }
}
@media screen and (min-width: 75em) {
  footer .partners .partner {
    width: 20%;
    height: 80px;
    padding: 0 2em;
    line-height: 110px;
  }
}
footer .partners .partner:last-child {
  border-right: none;
}
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;
}
footer .partners .partner img:hover {
  transform: scale(1.05);
}
footer .social {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (min-width: 44em) {
  footer .social {
    width: 100%;
  }
}
@media screen and (min-width: 55em) {
  footer .social {
    width: 14%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 75em) {
  footer .social {
    width: 14%;
  }
}
footer .social img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 1em 0 0;
}
@media screen and (min-width: 44em) {
  footer .social img {
    margin: 0 3% 0 0;
  }
}
@media screen and (min-width: 55em) {
  footer .social img {
    margin: 0 7% 0 0;
  }
}
@media screen and (min-width: 75em) {
  footer .social img {
    margin: 0 12% 0 0;
  }
}
footer .lower-footer {
  text-align: left;
  padding-top: 2em;
}
footer .lower-footer ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 48%;
  vertical-align: top;
}
@media screen and (min-width: 44em) {
  footer .lower-footer ul {
    width: 28%;
  }
}
@media screen and (min-width: 55em) {
  footer .lower-footer ul {
    width: 21%;
  }
}
@media screen and (min-width: 75em) {
  footer .lower-footer ul {
    width: 14%;
  }
}
footer .lower-footer ul li {
  display: block;
  margin-bottom: 0.8em;
}
footer .lower-footer ul li a:hover {
  text-shadow: 2px 2px 5px #000;
  color: #fff;
  -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 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 100%;
  margin-right: 2%;
}
@media screen and (min-width: 44em) {
  footer .lower-footer .footer-info {
    width: 40%;
  }
}
@media screen and (min-width: 75em) {
  footer .lower-footer .footer-info {
    width: 50%;
  }
}

/*  FOOTER 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;
  padding-top: 9em;
}
@media screen and (min-width: 55em) {
  #main {
    padding-top: 11em;
  }
}
@media screen and (min-width: 75em) {
  #main {
    padding-top: 9em;
  }
}

#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.5em 0.8em;
  border-radius: 10px;
}
input[type='checkbox'] 
{
    -moz-appearance:checkbox;
}


input[type='radio'] 
{
    -moz-appearance:radio;
}