/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #585857;
  font-size: 16px;
  line-height: 1;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #007ebd;
  color: #aee2fa;
  text-shadow: none;
}

::selection {
  background: #007ebd;
  color: #aee2fa;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Goal7
   ========================================================================== */

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, button {
  transition: all 0.25s;
}

html {
  color: #505254;
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

html.navIsOpen,
html.navIsOpen body {
  height: 100%;
  overflow-y: hidden;
}

a {
  text-decoration: none;
  color: #505254;
}

img {
  display: block;
  max-width: 100%;
}

ul {
  list-style: none;
}

* {
  font-variant-ligatures: none;
}

body, input, textarea {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

em {
  font-style: normal;
}

strong {
  font-weight: bold;
}

ul, li, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700 !important;
}

ul {
  list-style: none;
}

.container {
  max-width: 1160px;
  padding: 0 40px;
  margin: 0 auto;
}

.container:before,
.container:after {
  content: "";
  display: table;
  clear: both;
}

body {
  padding-top: 128px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.1), 0px 1px 0px 0px rgba(25,28,33,0.02), 0px 0px 0px 1px rgba(25,28,33,0.08);
}

.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.header__logo {
  display: block;
  padding: 20px 0;
}

.header__logo img {
  width: auto;
  height: 88px;
  transition: all 0.25s;
  will-change: auto;
}

header.shrink .header__logo img {
  height: 48px;
}

.header > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header > div > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
}

.header > div > ul > li {
  margin-right: 16px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400;
}

.header > div > ul > li {
  padding-bottom: 20px;
}

.header > div > ul > li a {
  display: block;
}

.header > div > ul > li > a:hover {
  color: #4EB2E5;
}

.articles__featured__columns > div sub {
  color: inherit !important;
}

.header ul .has-drop {
  position: relative;
}

.header ul .has-drop ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 35px;
  left: -20px;
  width: 360px;
  background-color: #fff;
  box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.1), 0px 1px 0px 0px rgba(25,28,33,0.02), 0px 0px 0px 1px rgba(25,28,33,0.08);
  transition: all 0.25s;
  padding: 20px;
}

.header ul .has-drop ul li {
  text-transform: none;
  line-height: 1.625;
  font-weight: 400;
}

.header ul .has-drop:hover ul {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.header ul .has-drop ul li a:hover {
  color: #4EB2E5;
}

.header__social {
  font-size: 1.25rem;
  padding-bottom: 20px;
}

.header__social:hover {
  color: #4EB2E5;
}

.home__banner {
  background-color: #dfeffb;
  padding: 100px 0;
}

.home__banner__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home__banner__wrapper > div {
  width: 50%;
}

.home__banner__wrapper > div:first-of-type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.home__banner__wrapper > div:first-of-type h2 {
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 300;
  max-width: 900px;
  margin: 0 auto 28px;
}

.home__banner__wrapper > div:first-of-type .button {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 12px 16px;
  border: 2px solid #505254;
  color: #505254;
  border-radius: 4px;
  transition: all 0.25s;
}

.home__banner__wrapper > div:first-of-type .button:hover {
  background-color: #505254;
  color: #fff;
}

.home__intro {
  padding: 100px 0 311px;
  text-align: center;
}

.ourPurpose__science {
  text-align: center;
}

.home__intro > div,
.ourPurpose__science > div {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.ourPurpose__science > div {
  max-width: 720px;
}

.ourPurpose__science > div:first-of-type {
  margin-bottom: 40px;
}

.home__intro > div h2,
.ourPurpose__science > div h2 {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 300;
  margin-bottom: 20px;
}

.home__intro > div p,
.ourPurpose__science > div p {
  font-size: 1.5rem;
  line-height: 1.625;
  margin-bottom: 40px;
}

.ourPurpose__science > div p {
  font-size: 1.125rem;
  margin-bottom: 28px;
}

.ourPurpose__science > div p:last-of-type {
  margin-bottom: 40px;
}

.home__intro > div a.button,
.ourPurpose__science > div a.button {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 12px 16px;
  border: 2px solid #505254;
  color: #505254;
  border-radius: 4px;
  transition: all 0.25s;
}

.home__intro > div a.button:hover,
.ourPurpose__science > div a.button:hover {
  background-color: #505254;
  color: #fff;
}

.home__blocks {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 32px;
  margin-bottom: 100px;
}

.home__blocks--pullUp {
  margin-top: -211px;
  margin-bottom: 100px;
}

.blocks__block--accordionBlocks {
  padding: 100px 0;
}

.blocks__block--accordionBlocks .columns {
  padding: 0;
}

.blocks__block--accordionBlocks .columns:last-of-type {
  margin-bottom: 0;
}

.home__blocks__block {
  padding: 44px;
  background-color: #E5E5E5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 420px;
}

.home__blocks__block--blue {
  background-color: #4EB2E5;
}

.home__blocks__block--green {
  background-color: #95C23D;
}

.home__blocks__block h4 {
  font-size: 1rem;
  color: #95C23D;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.125;
  font-weight: 300;
}

.home__blocks__block--blue h4,
.home__blocks__block--green h4 {
  color: #fff;
}

.home__blocks__block h3 {
  color: #505254;
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 300;
  margin-bottom: 20px;
  max-width: 380px;
}

.home__blocks__block--blue h3,
.home__blocks__block--green h3 {
  color: #fff;
}

.home__blocks__block > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: auto;
}

.home__blocks__block > div .button {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 12px 16px;
  border: 2px solid #505254;
  color: #505254;
  border-radius: 4px;
  transition: all 0.25s;
}

.home__blocks__block > div .button:hover {
  background-color: #505254;
  color: #fff;
}

.home__blocks__block--blue > div .button,
.home__blocks__block--green > div .button {
  color: #fff;
  border-color: #fff;
}

.home__blocks__block--blue > div .button:hover {
  color: #4EB2E5;
  background-color: #fff;
}

.home__blocks__block--green > div .button:hover {
  color: #95C23D;
  background-color: #fff;
}

.home__blocks__block > div img {
  width: 160px;
  max-height: 200px;
}

.home__testimonials {
  padding: 0 0 100px;
}

.home__testimonials__testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.home__testimonials__testimonial > img {
  margin-bottom: 24px;
}

.home__testimonials__testimonial h3 {
  font-size: 2rem;
  font-weight: 300 !important;
  color: #4EB2E5;
  line-height: 1.5;
  max-width: 676px;
  margin: 0 auto 24px;
}

.home__testimonials__testimonial h4 {
  text-transform: uppercase;
  color: #707070;
  font-weight: 300;
  line-height: 1.5;
  font-size: 1.25rem;
}

.testimonialSlider .slickArrow {
  position: absolute;
  top: 50%;
  margin-top: -36px;
}

.testimonialSlider .slickArrow--prev {
  left: 80px;
}

.testimonialSlider .slickArrow--next {
  right: 80px;
}

.testimonialSlider .slickArrow img {
  width: auto;
  height: 72px;
}

.home__perspectives {
  padding: 100px 0;
  background-color: #E5E5E5;
}

.home__perspectives__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home__perspectives__content > div:first-of-type {
  width: 50%; /* 639px */
}

.home__perspectives__content > div:last-of-type {
  width: 40.21909233176839%; /* 514px */
}

.home__perspectives__content > div h4 {
  font-size: 1.25rem;
  color: #4EB2E5;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.125;
  font-weight: bold;
}

.home__perspectives__content > div h3 {
  color: #505254;
  font-size: 2.75rem;
  line-height: 1.25;
  margin-bottom: 28px;
}

.buttons {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.buttons a {
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 10px 12px 8px;
  border: 2px solid #505254;
  color: #505254;
  border-radius: 4px;
  transition: all 0.25s;
}

.buttons a:hover {
  background-color: #505254;
  color: #fff;
}

.home__caseStudies {
  padding: 100px 0;
}

.home__caseStudies__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.home__caseStudies__content > div:first-of-type {
  width: 50%; /* 639px */
  padding-right: 116px;
}

.home__caseStudies__content > div:last-of-type {
  width: 40.21909233176839%; /* 514px */
}

.home__caseStudies__content > div h4 {
  font-size: 1.25rem;
  color: #4EB2E5;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.125;
  font-weight: bold;
}

.home__caseStudies__content > div h3 {
  color: #505254;
  font-size: 2.75rem;
  line-height: 1.25;
  margin-bottom: 28px;
}

.heading {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 64px;
}

.heading h1 {
  line-height: 1.125;
  font-weight: 300;
  font-size: 4rem;
  max-width: 800px;
}

.heading h1:after {
  display: block;
  content: ' ';
  width: 72px;
  height: 8px;
  background-color: #95C23D;
  margin-top: 24px;
}

.heading h4 {
  line-height: 1.5;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.textImage {
  background-color: #E5E5E5;
}

.textImage--paddingTop {
  padding-top: 100px;
}

.textImage--whiteBlock {
  padding-bottom: 100px;
}

.textImage--numberedList {
  background-color: #fff;
}

.textImage__columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 100px 0;
}

.textImage--whiteBlock .textImage__columns {
  padding: 48px;
  background-color: #fff;
}

.textImage--numberedList .textImage__columns {
  border-bottom: 1px solid #707070;
}

.textImage__columns__column {
  width: calc(50% - 32px);
}

.textImage__columns__column img {
  max-width: 420px;
}

.textImage--numberedList .textImage__columns__column:first-of-type {
  width: calc(36% - 32px);
}

.textImage--numberedList .textImage__columns__column:last-of-type {
  width: calc(64% - 32px);
}

.body h1 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 24px;
}

.body h2 {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 24px;
}

.body h2.h2-smaller {
  font-size: 1.75rem;
}

.body h3 {
  font-size: 1.75rem;
  line-height: 1.5;
  margin-bottom: 24px;
}

.body h3 em {
  color: #95C23D;
}

.body p {
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 28px;
}

.body p strong {
  font-weight: 700;
}

.body p a {
  color: #95C23D;
}

.body li a {
  color: #95C23D;
}

.body ul {
  list-style-type: disc;
  margin: 0 0 28px 32px;
}

.body ul li {
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 8px;
}

.body figure {
  margin: 0 0 28px;
}

.infographic {
  padding: 100px 0;
}

.infographic h2 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.125;
  margin-bottom: 48px;
}

.infographic__image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 800px;
  margin: 0 auto;
}

.infographic__image--fullWidth {
  max-width: none;
}

.numberedList ul {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-gap: 40px;
}

.numberedList ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.numberedList ul li p {
  font-size: 1rem;
  line-height: 1.625;
}

.numberedList ul li > strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 700 !important;
  line-height: 1.125;
  color: #95C23D;
  margin-right: 24px;
  padding-top: 6px;
  width: 40px;
  flex-shrink: 0;
}

.numberedList ul li > span {
  display: block;
  flex-grow: grow;
  font-size: 1rem;
  line-height: 1.625;
}

.theme-green .heading h1:after {
  background-color: #95C23D;
}

.theme-white .heading h1:after {
  background-color: #505254;
}

.theme-grey .heading h1:after {
  background-color: #505254;
}

.theme-blue .heading h1:after {
  background-color: #4EB2E5;
}

.theme-green .numberedList ul li strong {
  color: #95C23D;
}

.theme-white .numberedList ul li strong {
  color: #969798;
}

.theme-grey .numberedList ul li strong {
  color: #969798;
}

.theme-blue .numberedList ul li strong {
  color: #4EB2E5;
}

.theme-green .numberedList ul li > span > strong {
  color: #505254;
  font-weight: 700;
  font-size: 1rem;
}

.columns {
  padding: 100px 0;
}

.columns__column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
}

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

.columns__column > div {
  width: calc(50% - 32px);
}

.columns__column > div img {
  margin-bottom: 28px;
}

.columns__column > div img:last-child {
  margin-bottom: 0;
}

.columns__column:first-of-type > div h3 {
  color: #95C23D;
  font-weight: normal !important;
}

.background {
  padding: 100px 0;
  background-color: #E5E5E5;
}

.background__box {
  background-color: #4EB2E5;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px;
}

.background__box > div:first-of-type {
  width: 50%;
}

.background__box > div:last-of-type {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.background__box > div:last-of-type img {
  max-width: 200px;
}

.background__box h4 {
  color: #fff;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.background__box h4 strong {
  font-weight: bold;
}

.background__box h2 {
  font-weight: 300;
  line-height: 1.125;
  font-size: 2.75rem;
  margin-bottom: 28px;
  color: #fff;
}

.background__box p {
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 28px;
  color: #fff;
}

.background__box > div:first-of-type :last-child {
  margin-bottom: 0;
}

.ourPurpose {
  padding-bottom: 100px;
  background-color: #E5E5E5;
}

.ourPurpose__box {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px;
  margin-bottom: 40px;
}

.ourPurpose__box > div:first-of-type {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}

.ourPurpose__box > div:last-of-type {
  width: 60%;
}

.ourPurpose__box > div:last-of-type img {
  max-width: 360px;
}

.ourPurpose__box h4 {
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #4EB2E5;
}

.ourPurpose__box h4 strong {
  font-weight: bold;
}

.ourPurpose__box h2 {
  font-weight: 300;
  line-height: 1.125;
  font-size: 2.75rem;
  margin-bottom: 28px;
}

.ourPurpose__box p {
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 28px;
}

.ourPurpose__box > div:first-of-type :last-child {
  margin-bottom: 0;
}

.ourValues {
  padding: 100px 0;
}

.ourValues__body {
  margin-bottom: 64px;
}

.ourValues__body h4 {
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #95C23D;
}

.ourValues__body h4 strong {
  font-weight: bold;
}

.ourValues__body h2 {
  font-weight: 300;
  line-height: 1.375;
  font-size: 2.25rem;
  margin-bottom: 28px;
  max-width: 820px;
}

.ourValues__body p {
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 28px;
}

.ourValues__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 48px;
}

.ourValues__grid__item img {
  margin-bottom: 28px;
}

.means {
  padding: 100px 0;
}

.means__heading {
  margin-bottom: 48px;
}

.means__heading h2 {
  font-size: 2.75rem;
  line-height: 1.125;
  font-weight: bold;
}

.careers {
  background-color: #E5E5E5;
  padding: 100px 0;
}

.careers__heading {
  margin-bottom: 48px;
}

.careers__heading h2 {
  font-size: 2.75rem;
  line-height: 1.125;
  font-weight: bold;
}

.careers__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 32px;
}

.careers__grid__vacancy {
  padding: 44px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 4px solid #95C23D;
}

.careers__grid__vacancy h4 {
  font-size: 1rem;
  color: #95C23D;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.125;
  font-weight: bold;
}

.careers__grid__vacancy h3 {
  font-weight: 500;
  color: #505254;
  font-size: 1.5rem;
  line-height: 1.375;
  margin-bottom: 8px;
}

.careers__grid__vacancy h5 {
  color: #505254;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 40px;
}

.careers__grid__vacancy .button {
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 10px 12px 8px;
  border: 2px solid #505254;
  color: #505254;
  border-radius: 4px;
  transition: all 0.25s;
}

.careers__grid__vacancy .button:hover {
  background-color: #505254;
  color: #fff;
}

.careers__grid__vacancy p {
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 28px;
}

.careers__grid__vacancy__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.cv {
  padding: 100px 0;
}

.cv__heading {
  margin-bottom: 48px;
}

.cv__heading h2 {
  font-size: 2.75rem;
  line-height: 1.125;
  font-weight: bold;
  margin-bottom: 28px;
}

.cv__heading .body {
  max-width: 420px;
}

.people {
  padding: 100px 0 0;
  background-color: #E5E5E5;
}

.people__body {
  margin-bottom: 64px;
}

.people__body h4 {
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #95C23D;
}

.people__body h4 strong {
  font-weight: bold;
}

.qas {
  margin-top: 28px;
}

.extendedBio {
  display: none;
}

.people__body h2 {
  font-weight: 300;
  line-height: 1.25;
  font-size: 2.25rem;
  margin-bottom: 28px;
  max-width: 820px;
}

.people__body p {
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 28px;
}

.people__rows {
  margin-bottom: 64px;
}

.world-map {
  padding: 64px 0;
}

.world-map h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
}

.people__rows__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 26px;
  margin-bottom: 48px;
}

.people__rows__grid__item {
  display: block;
}

.people__rows__grid__item img {
  margin-bottom: 20px;
}

.people__rows__grid__item h3 {
  font-size: 1.375rem;
  font-weight: 300;
}

.person {
  display: none;
  padding: 48px;
  background-color: #fff;
  margin-bottom: 48px;
}

.person__profile {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.person__profile__close {
  position: absolute;
  top: -48px;
  right: -48px;
  width: 64px;
  height: 64px;
  font-size: 24px;
  background-color: #cbcbcb;
  color: #505254;
  display: flex;
  justify-content: center;
  align-items: center;
}

.person__profile__details {
  width: 300px;
}

.person__profile__bio {
  width: calc(100% - 340px);
}

.person__profile__bio .body {
  margin-bottom: 28px;
  padding-right: 64px;
}

.person__profile__bio .readMore {
  display: block;
  font-weight: bold;
  color: #4EB2E5;
}

.person__profile__details .body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 28px;
}

.person__profile__details .body img {
  margin-bottom: 28px;
}

.person__profile__details .body h3 {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 12px;
  line-height: 1.25;
}

.person__profile__details .body h4 {
  font-size: 1.25rem;
  color: #4EB2E5;
  margin-bottom: 28px;
  line-height: 1.375;
}

.person__profile__bio .body > :last-child {
  margin-bottom: 0;
}

.articles__featured {
  padding: 100px 0;
}

.articles--white .articles__featured {
  padding: 0;
  background-color: #fff;
  padding: 80px;
  margin-bottom: 80px;
}

.theme-blue .articles__featured {
  background-color: #4EB2E5;
}

.theme-green .articles__featured {
  background-color: #95C23D;
}

.articles__featured__columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.articles__featured__columns > div:first-of-type {
  width: calc(57.58998435054773% - 100px); /* 636px */
}

.articles__featured__columns > div:last-of-type {
  width: 42.41001564945227%; /* 542px */
}

.articles__featured__columns > div:first-of-type h4 {
  color: #fff;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.articles--white .articles__featured__columns > div:first-of-type h4 {
  color: #4EB2E5;
}

.articles__featured__columns > div:first-of-type h4 strong {
  font-weight: bold;
}

.articles__featured__columns > div:first-of-type h3 {
  font-weight: 300;
  line-height: 1.25;
  font-size: 2.25rem;
  margin-bottom: 28px;
  color: #fff;
}

.articles--white .articles__featured__columns > div:first-of-type h3 {
  color: #505254;
}

.articles__featured__columns > div:first-of-type h3 a {
  color: #fff;
}

.articles--white .articles__featured__columns > div:first-of-type h3 a {
  color: #505254;
}

.articles__featured__columns > div:first-of-type p {
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 28px;
  color: #fff;
}

.articles--white .articles__featured__columns > div:first-of-type p {
  color: #505254;
}

.articles__featured__columns > div:first-of-type :last-child {
  margin-bottom: 0;
}

.articles__featured__columns > div:first-of-type :last-child {
  color: #fff;
}

.articles__featured__columns > div:first-of-type > :last-child {
  text-transform: uppercase;
}

.articles__articles {
  padding: 100px 0;
  background-color: #E5E5E5;
}

.articles__articles__heading {
  margin-bottom: 64px;
}

.articles__articles__heading h2 {
  font-size: 2.5rem;
  font-weight: 300;
}

.articles__articles__latest {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 24px;
}

.articles__articles__latest__article {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.articles__articles__latest__article > div:first-of-type {
  padding: 12px;
}

.articles__articles__latest__article > div:first-of-type a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 248px;
}

.articles__articles__latest__article > div:first-of-type a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.articles__articles__latest__article--project > div:first-of-type {
  padding: 12px;
}

.articles__articles__latest__article--project > div:first-of-type a {
  padding: 24px;
  background-color: rgba(70,172,228,.25);
}

.articles__articles__latest__article--project > div:first-of-type a img {
  object-fit: contain;
}

.articles__articles__latest__article > div:nth-of-type(2) {
  padding: 20px 20px 0;
}

.articles__articles__latest__article > div:nth-of-type(2) h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.theme-blue .articles__articles__latest__article > div:nth-of-type(2) h4 {
  color: #95C23D;
}

.theme-green .articles__articles__latest__article > div:nth-of-type(2) h4 {
  color: #4EB2E5;
}

.articles__articles__latest__article > div:nth-of-type(2) h4 strong {
  font-weight: bold;
}

.articles__articles__latest__article > div:nth-of-type(2) h4 {
  color: #95C23D;
}

.articles__articles__latest__article > div:nth-of-type(2) h4 strong .article-author {
  color: #95C23D;
}

.articles__articles__latest__article > div:nth-of-type(2) h3 {
  font-weight: 300;
  line-height: 1.375;
  font-size: 1.5rem;
}

.articles__articles__latest__article > div:nth-of-type(2) h3 a {
  transition: all 0.25s;
}

.articles__articles__latest__article > div:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
}

.articles__articles__latest__article > div:last-of-type p {
  font-size: 0.875rem;
  line-height: 1.625;
  margin-bottom: 28px;
  color: #505254;
}

.articles__articles__latest__article > div:last-of-type p:last-of-type {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.theme-blue .articles__articles__latest__article > div:last-of-type p:last-of-type a {
  color: #95C23D;
}

.theme-green .articles__articles__latest__article > div:last-of-type p:last-of-type a {
  color: #4EB2E5;
}

.articles__articles__latest__article > div:last-of-type p:last-of-type a strong {
  
}

.articles__articles__latest__article > div:last-of-type p:last-of-type a strong {
  color: #95C23D;
}

.more-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.more-buttons a {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 12px 16px;
  border: 2px solid #505254;
  color: #505254 !important;
  border-radius: 4px;
  transition: all 0.25s;
  margin-right: 16px;
}

.more-buttons a:hover {
  background-color: #505254;
  color: #fff !important;
}

.more-buttons a:last-of-type {
  margin-right: 0;
}

.article {
  padding: 100px 0 0;
  background-color: #E5E5E5;
}

.article__heading {
  margin-bottom: 64px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.article__heading > div:first-of-type {
  width: 160px;
  margin-right: 40px;
}

.article__heading > div:last-of-type {
  width: calc(100% - 200px); /* 942px */
}

.article__heading h1 {
  line-height: 1.25;
  font-weight: 300;
  font-size: 2.75rem;
}

.article__heading h1:after {
  display: block;
  content: ' ';
  width: 72px;
  height: 8px;
  margin-top: 20px;
}

.theme-blue .article__heading h1:after {
  background-color: #4EB2E5;
}

.theme-green .article__heading h1:after {
  background-color: #95C23D;
}

.article__heading h4 {
  margin-bottom: 24px;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 300;
}

.article__heading h4 em {
  font-weight: 300 !important;
}

.article__heading h4:first-of-type:after {
  display: block;
  content: ' ';
  width: 36px;
  height: 4px;
  margin-top: 12px;
}

.theme-blue .article__heading h4:first-of-type:after {
  background-color: #4EB2E5;
}

.theme-green .article__heading h4:first-of-type:after {
  background-color: #95C23D;
}

.article__main {
  padding: 80px 80px;
  background-color: #fff;
}

.article__main > div {
  margin-bottom: 64px;
}

.article__main > div:last-of-type {
  margin-bottom: 0;
}

.article__main .body {
  width: 100%;
  padding: 0 120px;
}

.article__main .body h3 {
  font-size: 1.5rem;
  font-weight: 300 !important;
}

.theme-blue .article__main .body h3 {
  color: #4EB2E5;
}

.theme-green .article__main .body h3 {
  color: #95C23D;
}

.article__main .image {
  position: relative;
}

.article__main .image__caption {
  position: relative;
  margin-top: 20px;
  font-size: 0.875rem;
  line-height: 1.625;
  padding-left: 28px;
}

.article__main .image__caption:before {
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
}

.theme-blue .article__main .image__caption:before {
  background-color: #4EB2E5;
}

.theme-green .article__main .image__caption:before {
  background-color: #95C23D;
}

.contact {
  background-color: #4EB2E5;
  padding: 100px 0;
}

.contact__columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.contact__columns > div {
  width: calc(50% - 32px);
}

.contact__columns > div.body h1 {
  color: #fff;
  line-height: 1.125;
  font-weight: 300;
  font-size: 4rem;
}

.contact__columns > div.body h1:after {
  display: block;
  content: ' ';
  width: 72px;
  height: 12px;
  background-color: #fff;
  margin-top: 20px;
}

.contact__columns > div.body p {
  color: #fff;
  font-size: 1.25rem;
}

.contact__columns > div.body p a {
  color: #fff;
  text-decoration: underline;
}

.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form input[type="url"],
.pure-form input[type="date"],
.pure-form input[type="month"],
.pure-form input[type="time"],
.pure-form input[type="datetime"],
.pure-form input[type="datetime-local"],
.pure-form input[type="week"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="color"],
.pure-form select,
.pure-form textarea {
  padding: 0 20px;
  font-size: 1rem;
  height: 52px;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  vertical-align: middle;
  border: 1px solid #fff;
  background-color: #fff;
  margin-bottom: 24px;
  border-radius: 8px;
  -webkit-appearance: none;
  line-height: 1;
}

.pure-form textarea {
  padding: 20px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.pure-form label {
  font-size: 1.25rem;
  display: block;
  margin: 0 0 12px;
  text-align: left;
  color: #fff;
}

.pure-form .error-message {
  color: #F5A800;
}

.pure-form .success-message {
  color: #94c11f;
}

.pure-form textarea {
  height: 180px;
}

.pure-form button {
  padding: 10px 12px 8px;
  border: 2px solid #fff;
  border-radius: 4px;
  transition: all 0.25s;
  color: #fff;
  background-color: transparent;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25rem;
  padding: 16px 20px;
}

.pure-form button:hover {
  background-color: #fff;
  color: #95C23D;
}

.pure-form .field {
  margin-bottom: 20px;
}

.contact__columns__form > div {
  margin: -4px;
}

.contact__columns__form .linkedin {
  display: block;
  margin-top: 48px;
}

.bottom {
  background-color: #E5E5E5;
  padding-top: 100px;
}

.bottom__heading {
  margin-bottom: 48px;
}

.bottom__heading h3 {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 300;
}

.bottom__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
  margin-bottom: 48px;
}

.bottom__grid__item {
  padding: 28px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.bottom__grid__item--blue {
  background-color: #4EB2E5;
}

.bottom__grid__item--green {
  background-color: #95C23D;
}

.bottom__grid__item--grey {
  background-color: #505254;
}

.bottom__grid__item h4 {
  font-size: 1rem;
  color: #95C23D;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.125;
  font-weight: bold;
}

.bottom__grid__item--blue h4,
.bottom__grid__item--green h4,
.bottom__grid__item--grey h4 {
  color: #fff;
}

.bottom__grid__item h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 28px;
  min-height: 180px;
}

.bottom--services .bottom__grid__item h3 {
  min-height: 120px;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 300;
  max-width: 320px;
}

.bottom__grid__item--blue h3 a,
.bottom__grid__item--green h3 a,
.bottom__grid__item--grey h3 a {
  color: #fff;
}

.bottom__grid__item .button {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 12px 16px;
  border: 2px solid #505254;
  color: #505254;
  border-radius: 4px;
  transition: all 0.25s;
}

.bottom__grid__item .button:hover {
  background-color: #505254;
  color: #fff;
}

.bottom__grid__item--blue .button,
.bottom__grid__item--green .button,
.bottom__grid__item--grey .button {
  color: #fff;
  border-color: #fff;
}

.bottom__grid__item--blue .button:hover {
  background-color: #fff;
  color: #4EB2E5;
}

.bottom__grid__item--green .button:hover {
  background-color: #fff;
  color: #95C23D;
}

.bottom__grid__item--grey .button:hover {
  background-color: #fff;
  color: #505254;
}

footer {
  padding: 80px 0;
  background-color: #505254;
}

.footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 48px;
}

.footer--legal {
  margin-bottom: 0;
}

.footer__column {
  margin-right: 80px;
}

.footer__column:last-of-type {
  margin-right: 0;
}

.footer__column__logo {
  display: block;
  margin-bottom: 32px;
  width: auto;
  height: 88px;
}

.footer .body p {
  color: #fff;
}

.footer .body p small {
  font-size: 0.875rem;
}

.footer .body p a {
  color: #fff;
}

.footer .body p small a {
  text-decoration: underline;
}

.footer__column > ul {
  margin-bottom: 20px;
}

.footer__column > ul > li {
  font-size: 1rem;
  line-height: 1.125;
  font-weight: bold;
  margin-bottom: 8px;
  color: #fff;
}

.footer__column > ul > li:last-of-type {
  margin-bottom: 0;
}

.footer__column ul li a {
  color: #fff;
}

.footer__column > ul > li > ul {
  padding-top: 12px;
}

.footer__column > ul > li > ul > li {
  font-size: 1rem;
  line-height: 1.625;
}

.footer__column__accreditation img {
  width: 80px;
  height: auto;
}

.footer .body > :last-child {
  margin-bottom: 0;
}


.services-accordion {
  margin-top: 80px;
}

:root {
  --primary: #505254;
  --secondary: #ff5252;
  --background: #eee;
  --highlight: #ffda79;
  /* Theme color */
  --theme: var(--primary);
}

.tab {
  position: relative;
  border-top: 1px solid #707070;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}

.tab__content p {
  line-height: 1.625;
}
.tab__content p a {
  color: #95C23D;
  font-weight: bold;
}
.tab input:checked ~ .tab__content {
  max-height: none;
  padding-bottom: 40px;
}

/* Visual styles */
.accordion {
  color: var(--theme);
  overflow: hidden;
}
.tab__label,
.tab__close {
  display: flex;
  color: #505254;
  background: #fff;
  cursor: pointer;
}
.tab__label {
  justify-content: space-between;
  padding: 24px 0;
  font-size: 1.25rem;
  font-weight: 700;
}
.accordion--qa .tab__label {
  font-size: 1rem;
  font-weight: 400;
}
.accordion--qa .tab__label > div {
  display: flex;
  justify-content: flex-start;
  padding-right: 40px;
}

.accordion--qa .tab__label > div span {
  line-height: 1.626;
}

.accordion--qa .tab__label > div span:first-of-type {
  margin-right: 12px;
}

.accordion--qa .tab__label > div span:last-of-type {
  color: #505254;
  
}

.tab__label span {
  color: #95C23D;
}
.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
  color: #95C23D;
}
.tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}

.tab__content {
  position: relative;
}

.tab__content p {
  margin: 0;
  padding: 0 200px 24px 0;
}

.accordion--noPadding .tab__content p {
  padding: 0 0 24px;
}

.accordion--qa .tab__content p {
  padding: 0;
}

.tab__content div {
  position: absolute;
  top: 0;
  right: 0;
}

.tab__content div a {
  display: block;
  font-weight: bold;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 8px 12px;
  border: 2px solid #505254;
  color: #505254;
  border-radius: 4px;
  transition: all 0.25s;
}
.tab__content div a:hover {
  background-color: #505254;
  color: #fff;
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.accordion--radio {
  --theme: var(--secondary);
}


.tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce .5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}

.articles__articles__filter {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  margin-bottom: 48px;
}

.articles__articles__filter > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.articles__articles__filter select {
  width: 100%;
  padding: 16px 16px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #585857;
  font: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: right 24px top 22px, right 19px top 22px;
  background-size: 5px 5px, 5px 5px;
}

.articles__articles__filter select:after {
  content: '\0025BC';
  font: normal normal normal 12px/1 FontAwesome;
  color: white;
  right: 14px;
  top: 4px;
  height: 26px;
  padding: 15px 0px 0px 8px;
  position: absolute;
  pointer-events: none;
}


.related-services {
  display: flex;
  flex-wrap: wrap;
}

.related-services a {
  display: block;
  font-size: 0.875rem;
  background-color: #e3e3e3;
  padding: 8px 12px;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.related-services a:last-of-type {
  margin-right: 0;
}

.related-services a:hover {
  background-color: #505254;
  color: #fff;
}

.article__main__blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}

.article__main__blocks > div {
  border-top: 1px solid #707070;
  padding-top: 20px;
}

.article__main__blocks > div h4 {
  margin-bottom: 12px;
}

.article__main__blocks > div ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.article__main__blocks > div ul li {
  font-size: 0.875rem;
}

.get-in-touch {
  background-color: #4EB2E5;
  margin-bottom: 64px;
}

.get-in-touch__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 64px;
}

.get-in-touch__grid > div:first-of-type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 64px 0;
}

.get-in-touch__grid > div:last-of-type {
  padding-top: 64px;
}

.get-in-touch__grid h3 {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.get-in-touch__grid p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.625;
  margin-bottom: 20px;
}

.get-in-touch__grid a {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 12px 16px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
  transition: all 0.25s;
}

.get-in-touch__grid a:hover {
  background-color: #fff;
  color: #4EB2E5;
}

.get-in-touch__grid > div:last-of-type img {
  width: 100%;
  max-width: 420px;
}

.open-mobile-nav {
  display: none;
}

.mobile-nav {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.25s linear;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #4EB2E5;
  padding: 28px 0;
}

.mobile-nav.is-open {
  visibility: visible;
  opacity: 1;
}

.testimonial {
  background-color: #E5E5E5;
  padding: 100px 0;
}

.testimonial__testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.testimonial__testimonial > img {
  margin-bottom: 24px;
}

.testimonial__testimonial h3 {
  font-size: 2rem;
  font-weight: 300 !important;
  line-height: 1.5;
  max-width: 676px;
  margin: 0 auto 24px;
}

.testimonial__testimonial h4 {
  text-transform: uppercase;
  color: #707070;
  font-weight: 300;
  line-height: 1.5;
  font-size: 1.25rem;
}

.years {
  display: flex;
}

.years a {
  display: block;
  margin-right: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  background-color: #4EB2E5;
  color: #fff;
  padding: 12px 20px;
  border-radius: 4px;
}

.years a:hover {
  background-color: #707070;
}

.years a:last-of-type {
  margin-right: 0;
}

.stats-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 28px;
}

.stat-item {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 0 20px;
}

.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 80px;
    background-image: repeating-linear-gradient(
        to bottom,
        #95C23D,
        #95C23D 4px,
        transparent 4px,
        transparent 8px
    );
}

.stat-number {
    font-size: 4rem;
    font-weight: 300;
    color: #95C23D;
    margin: 0;
    line-height: 1;
    margin-bottom: 16px;
}

.stat-label {
    font-size: 0.875rem;
    color: #666;
    margin: 0;
    line-height: 1.625;
    max-width: 220px;
    font-weight: normal;
    margin: 0 auto;
}

.stat-unit {
    font-size: 1.25rem;
    font-weight: 300;
}

/* Responsive design */

@media (max-width: 1200px) {

  .stat-unit {
      display: block;
      margin-top: 12px;
  }

}

@media (max-width: 767px) {

  .stats-container {
    flex-direction: column;
    align-items: center;
  }
  
  .stat-item:not(:last-child)::after {
      display: none;
  }
  
  .years a {
    font-size: 1rem;
  }
  
  .stat-item:not(:last-of-type) {
    margin-bottom: 20px;
  }

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *  `contenteditable` attribute is included anywhere else in the document.
 *  Otherwise it causes space to appear at the top and bottom of elements
 *  that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *  `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
     (-webkit-min-device-pixel-ratio: 1.25),
     (-o-min-device-pixel-ratio: 5/4),
     (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
