/*
Theme Name: Global Drug Survey
Theme URI: http://globaldrugsurvey.com
Author: dtc
Author URI: http://dtcstudio.co.uk/
Description: The default theme for globaldrugsurvey.com
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: app
Text Domain:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* ------------------------------------------------------------------------*\
    $GLOBAL CLASSES
\* ------------------------------------------------------------------------*/
.col-container, .feature, .share {
  *zoom: 1; }
  .col-container:before, .feature:before, .share:before, .col-container:after, .feature:after, .share:after {
    content: " ";
    display: table; }
  .col-container:after, .feature:after, .share:after {
    clear: both; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

/* Floats */
.right {
  float: right; }

.left {
  float: left; }

/* Text-Align */
.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

/* Text Transform */
.color--dark {
  color: #07262f; }

.color--light {
  color: white; }

.color--blue,
.color--blue a {
  color: #2ec5e1; }

.uppercase {
  text-transform: uppercase; }

/* Opacity */
.fade-half {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5; }

/* Layout */
.no-margin {
  margin: 0; }

.margin-center {
  margin: 0 auto; }

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flexslider {
  margin: 0;
  padding: 0; }
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    /* Hide the slides before the JS is loaded. Avoids image jumping */ }
  .flexslider .slides img {
    width: 100%;
    display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

.flexslider {
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }
  .flex-direction-nav a {
    display: block;
    width: 40px;
    height: 30px;
    margin: -15px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    text-indent: -999999px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .flex-direction-nav a:hover {
      opacity: 0.7; }
  .flex-direction-nav .flex-prev {
    left: -70px;
    background-image: url(assets/img/slider--previous.png); }
    .svg .flex-direction-nav .flex-prev {
      background-image: url(assets/img/slider--previous.svg); }
    .flex-direction-nav .flex-prev:hover {
      left: -75px; }
  .flex-direction-nav .flex-next {
    right: -70px;
    background-image: url(assets/img/slider--next.png); }
    .svg .flex-direction-nav .flex-next {
      background-image: url(assets/img/slider--next.svg); }
    .flex-direction-nav .flex-next:hover {
      right: -75px; }

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  position: absolute;
  bottom: 1.5em;
  left: 1.875em;
  width: 100%;
  height: 11px;
  text-align: left; }
  .flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
    *display: inline; }

.flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid white; }
  .flex-control-paging li a:hover {
    background: #fff; }
  .flex-control-paging li a.flex-active {
    background: white;
    cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer; }
    .flex-control-thumbs img:hover {
      opacity: 1; }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }

/* ------------------------------------------------------------------------*\
    $RESET
\* ------------------------------------------------------------------------*/
*, :before, :after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0; }

article, aside, figure, footer, header, nav, main, section, details, summary {
  display: block; }

img,
object,
embed {
  max-width: 100%; }

ul {
  list-style-type: none; }

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

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

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible; }

button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* ------------------------------------------------------------------------*\
    $MAIN
\* ------------------------------------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  font-size: 100%; }

body {
  background: white;
  font: 1em/1.375 "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #07262f; }

/* ------------------------------------------------------------------------*\
    $FONT-FACE
\* ------------------------------------------------------------------------*/
@font-face {
  font-family: 'Source Sans Pro SC';
  src: url("assets/fonts/sourcesanspro-regular-sc.eot");
  src: url("assets/fonts/sourcesanspro-regular-sc.eot?#iefix") format("embedded-opentype"), url("assets/fonts/sourcesanspro-regular-sc.woff") format("woff"), url("assets/fonts/sourcesanspro-regular-sc.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Source Sans Pro SC';
  src: url("assets/fonts/sourcesanspro-light-sc.eot");
  src: url("assets/fonts/sourcesanspro-light-sc.eot?#iefix") format("embedded-opentype"), url("assets/fonts/sourcesanspro-light-sc.woff") format("woff"), url("assets/fonts/sourcesanspro-light-sc.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Source Sans Pro SC';
  src: url("assets/fonts/sourcesanspro-semibold-sc.eot");
  src: url("assets/fonts/sourcesanspro-semibold-sc.eot?#iefix") format("embedded-opentype"), url("assets/fonts/sourcesanspro-semibold-sc.woff") format("woff"), url("assets/fonts/sourcesanspro-semibold-sc.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
h1, .h1 {
  font: 700 1.625em "Source Sans Pro", Helvetica, Arial, sans-serif;
  margin-bottom: 0.6154em; }

h2, .h2 {
  font: 700 1.375em/1.2 "Source Sans Pro", Helvetica, Arial, sans-serif;
  margin-bottom: 0.4em;
  text-transform: none;
  letter-spacing: 0; }
  .col--main article h2, .col--main article .h2 {
    color: #2ec5e1; }

h3, .h3 {
  font: 700 1.125em/0.9 "Source Sans Pro SC", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.3em;
  color: #07262f;
  padding-bottom: 0;
  border-bottom: 0; }

h4, .h4 {
  font: 600 0.9375em "Source Sans Pro SC", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
  color: #859EA7;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e9e9e9; }

.intro {
  font: 300 2.125em/1.0588 "Source Sans Pro", Helvetica, Arial, sans-serif;
  margin-bottom: 0.4706em;
  color: #2ec5e1; }

/* ------------------------------------------------------------------------*\
    $TYPOGRAPHY
\* ------------------------------------------------------------------------*/
p {
  font-size: 1.125em;
  line-height: 1.3333;
  max-width: 36.25em;
  margin-bottom: 1em; }

a {
  text-decoration: none;
  color: #00b3dc;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  a:hover {
    color: #07262f; }
  .col--main article a:hover {
    color: #00b3dc;
    border-bottom: 1px solid #00b3dc; }

blockquote {
  font: 300 1.25em "Source Code Pro", Courier;
  color: #2ec5e1;
  text-align: center;
  max-width: 18em;
  margin: 0 auto 0.8em;
  padding: 1.5em 0; }

.col-container {
  margin: 0 -0.75em; }

[class^="col--"] {
  float: left;
  width: 100%; }

.col__inner {
  margin: 0 0.75em; }

.col--1of4 {
  width: 25%; }
  .ie7 .col--1of4 {
    width: 24.9%; }

.col--1of3 {
  width: 33.3333%; }
  .ie7 .col--1of3 {
    width: 33%; }

.col--1of2 {
  width: 50%; }
  .ie7 .col--1of2 {
    width: 49.9%; }

.col--1of1 {
  width: 100%; }

.col--nav,
.col--sidebar {
  width: 25%; }
  .ie7 .col--nav, .ie7
  .col--sidebar {
    width: 24.9%; }

.col--main,
.col--blog-posts,
.col--search-results {
  width: 75%; }
  .ie7 .col--main, .ie7
  .col--blog-posts, .ie7
  .col--search-results {
    width: 74.9%; }

/* ------------------------------------------------------------------------*\
    $LAYOUT
\* ------------------------------------------------------------------------*/
.wrapper {
  margin: 0 auto;
  max-width: 58.75em; }
  .wrapper__inner {
    position: relative;
    margin: 0 1.25em; }

.main {
  padding: 4em 0; }
  .main.home {
    padding: 3.75em 0; }

article {
  margin-bottom: 5em; }

.header__banner {
  padding: 1.75em 0; }

.logomark {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  height: 5.5em;
  background-image: url(assets/img/logomark.png);
  background-repeat: no-repeat;
  background-position: left top; }
  .svg .logomark {
    background-image: url(assets/img/logomark.svg); }
  .logomark a {
    color: #07262f; }
  .logomark .home-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100; }
  .logomark h1 {
    padding-left: 5em;
    font: 1.345em "Source Sans Pro SC", Helvetica, Arial, sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 4.0892em;
    color: #07262f; }

/* ------------------------------------------------------------------------*\
    $HEADER NAV
\* ------------------------------------------------------------------------*/
/*.page-template-page-about-php nav, .page-template-page-survey-php nav, .page-template-page-facts-php nav, .page-template-page-contact-php nav, .blog nav, .single-post nav, .search-results nav {
  border-bottom: 1px solid #e9e9e9; }*/

.menu-header-menu-container .menu a:hover, .menu-header-menu-container .menu .current-menu-item a,
.menu-header-menu-container .menu .current-page-ancestor a, .single-brand .menu-header-menu-container .menu-item-65 a {
  border-color: #2ec5e1;
  color: #2ec5e1; }

.menu-header-menu-container .menu {
  font: 1.1em "Source Sans Pro SC", Helvetica, Arial, sans-serif; }
  .menu-header-menu-container .menu-item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: bottom;
    zoom: 1;
    *display: inline;
    padding-right: 1.825em; }
  .menu-header-menu-container .menu a {
    display: block;
    padding: 0.5em 0;
    text-transform: uppercase;
    color: #07262f;
    letter-spacing: 0.06em;
    border-bottom: 4px solid transparent; }

/* ------------------------------------------------------------------------*\
    $SIDEBAR NAV
\* ------------------------------------------------------------------------*/
.col--nav ul {
  max-width: 202px;
  border-top: 1px solid #e9e9e9; }
.col--nav li ul {
  border-top: none; }
  .col--nav li ul a {
    position: relative;
    font-size: 0.825em;
    padding: 0.7em 0 0.7em 1em; }
    .col--nav li ul a:before {
      content: '';
      position: absolute;
      top: 1em;
      left: 0;
      display: block;
      border-left: 6px solid #e9e9e9;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent; }
.col--nav a {
  display: block;
  padding: 0.4em 0.4em 0.4em 0;
  color: #07262f;
  border-bottom: 1px solid #e9e9e9; }
  .col--nav a:hover {
    color: #2ec5e1; }
.col--nav .current-menu-item > a {
  color: #2ec5e1; }

.col--main ul {
  list-style-type: disc;
  margin-left: 1.1em;
  margin-bottom: 1em;
  font-size: 1.125em; }
  .gt-ie7 .col--main ul {
    margin-left: 0;
    padding: 0;
    list-style-type: none; }
.gt-ie7 .col--main li {
  position: relative;
  padding-left: 1em; }
  .gt-ie7 .col--main li:before {
    content: 'â€¢';
    position: absolute;
    left: 0; }

.button {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  height: 43px;
  padding: 0 1em;
  font: 600 1em/43px "Source Sans Pro SC", Helvetica, Arial, sans-serif;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: #00b3dc;
  border-radius: 3px; }

/* ------------------------------------------------------------------------*\
    Print PDFs
\* ------------------------------------------------------------------------*/
.download-header {
  font-size: 1em;
  font-weight: 600;
  max-width: none;
  margin-bottom: 0;
  border-bottom: 1px solid #CAD6DA; }

.download--print {
  padding-top: 3.75em; }

.download--print__single {
  position: relative;
  height: 4.375em;
  border-bottom: 1px solid #CAD6DA; }
  .download--print__single p {
    line-height: 70px; }
  .download--print__single .button {
    position: absolute;
    right: 0;
    top: 0.8em; }

/* ------------------------------------------------------------------------*\
    Digital PDFs
\* ------------------------------------------------------------------------*/
.download--digital {
  padding-top: 3.75em; }

.pdf--digital {
  position: relative;
  margin-bottom: 1.5em;
  height: 15.1875em;
  background-image: url(assets/img/digital-download-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }
  .pdf--digital a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-image: url(assets/img/pdf-icon.png);
    background-repeat: no-repeat;
    background-position: 1em 1em; }
    .svg .pdf--digital a {
      background-image: url(assets/img/pdf-icon.svg); }
  .pdf--digital__content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em; }
    .pdf--digital__content h1 {
      max-width: 9em;
      color: white; }
    .pdf--digital__content h3 {
      color: #2ec5e1; }

.nav--pages__img {
  width: 100%;
  height: 0;
  padding-bottom: 67%;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }
.nav--pages p {
  font-size: 1em; }

.latest-article {
  margin-bottom: 2.75em; }

/* ------------------------------------------------------------------------*\
    $HOME SLIDER
\* ------------------------------------------------------------------------*/
.slider {
  height: 26.25em;
  background-color: #2ec5e1;
  background-repeat: repeat;
  background-position: left top;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .slider .wrapper,
  .slider .wrapper__inner {
    height: 100%; }
  .slider__content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32.125em;
    height: 18.125em;
    background: #07262f; }
  .slider__button {
    position: absolute;
    left: 600px;
    bottom: 0;
    width: 32.125em;
    height: 18.125em; }
  .slider img {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .opacity .slider img {
      bottom: -20px;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0; }
    .slider img.active {
      bottom: 0; }
      .opacity .slider img.active {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }

.slide__inner {
  padding: 1.5em 1.875em; }
.slide h1 {
  font-size: 1.75em;
  font-weight: 300;
  color: white; }
.slide a {
  font-size: 1.125em; }
  .slide a:hover {
    color: white; }

.search-form {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.125em;
  height: 2.25em; }
  .search-form:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    display: block;
    margin-top: -0.4375em;
    width: 0.875em;
    height: 0.875em;
    background-image: url(assets/img/search-icon.png);
    background-repeat: no-repeat;
    background-position: center; }
    .svg .search-form:after {
      background-image: url(assets/img/search-icon.svg); }
  .gt-ie9 .search-form label {
    display: none; }
  .search-form label {
    padding-right: 1em; }
.search-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15.1429em;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 2.5em;
  border: 1px solid #CAD6DA;
  border-radius: 3px;
  font: 0.875em "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #6E8F99; }
  .search-field:focus, .search-field:active {
    outline: none; }

input[type="search"]::-webkit-search-cancel-button {
  display: none; }

footer {
  padding: 3em 0;
  background: #f2f2f2; }
  footer ul {
    margin-bottom: 2em; }
  footer li {
    line-height: 1.2;
    margin-bottom: 0.4em; }
    footer li a {
      font-size: 0.875em;
      color: #07262f; }
      footer li a:hover {
        color: #2ec5e1; }
  footer .h3 {
    margin-bottom: 0.8em; }

.connect {
  display: block;
  height: 26px;
  line-height: 26px;
  margin-bottom: 0.5em;
  padding-left: 36px;
  background-repeat: no-repeat;
  background-position: left center; }
  .connect--twitter {
    background-image: url(assets/img/social-twitter.png); }
    .svg .connect--twitter {
      background-image: url(assets/img/social-twitter.svg); }
  .connect--facebook {
    background-image: url(assets/img/social-facebook.png); }
    .svg .connect--facebook {
      background-image: url(assets/img/social-facebook.svg); }
  .connect--youtube {
    background-image: url(assets/img/social-youtube.png); }
    .svg .connect--youtube {
      background-image: url(assets/img/social-youtube.svg); }
  .connect--rss {
    background-image: url(assets/img/social-rss.png); }
    .svg .connect--rss {
      background-image: url(assets/img/social-rss.svg); }

.copy {
  font-size: 0.875em;
  color: #B6B6B6; }
  .copy a {
    color: #B6B6B6; }

/* ------------------------------------------------------------------------*\
    Widgets
\* ------------------------------------------------------------------------*/
.widget--sidebar .children {
  display: none; }

/* ------------------------------------------------------------------------*\
    $HOME PAGE
\* ------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------*\
    $GDS2016
\* ------------------------------------------------------------------------*/
.feature2 {
  position: relative;
  margin-bottom: 3.75em;
  background: #cdf1f8; }
  .feature2__copy {
    width: 100%;
    padding: 2em; }
    .feature2--image .feature2__copy {
      width: 68%; }
  .feature2__image {
    position: absolute;
    right: 0;
    width: 32%;
    height: 100%;
    background: #2ec5e1;
    background-image: url(assets/img/feature-test.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain; }
  .feature2 h3 {
    font-size: 1em;
    font-weight: 400;
    color: #2ec5e1; }
  .feature2 h1 {
    max-width: none; }

/* ------------------------------------------------------------------------*\
    $FEATURE
\* ------------------------------------------------------------------------*/
.feature {
  position: relative;
  margin-bottom: 3.75em;
  background: #cdf1f8; }
  .feature__copy {
    width: 100%;
    padding: 2em; }
    .feature--image .feature__copy {
      width: 68%; }
  .feature__image {
    position: absolute;
    right: 0;
    width: 32%;
    height: 100%;
    background: #2ec5e1;
    background-image: url(assets/img/feature-test.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain; }
  .feature h3 {
    font-size: 1em;
    font-weight: 400;
    color: #2ec5e1; }
  .feature h1 {
    max-width: none; }

/* ------------------------------------------------------------------------*\
    $PAGE LINKS
\* ------------------------------------------------------------------------*/
.page-link {
  position: relative;
  margin-bottom: 1.5em;
  height: 15.1875em;
  background-color: #cdf1f8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease; }
  .page-link:hover {
    background-color: #0c4854; }
    .page-link:hover h2 {
      color: white; }
    .page-link:hover h4 {
      border-color: #2ec5e1; }
  .page-link a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
    border-bottom: 4px solid #2ec5e1; }
  .page-link__content {
    position: absolute;
    left: 1.3125em;
    bottom: 1.3125em; }
  .page-link h2 {
    margin-bottom: 0.1em;
    font-weight: 700;
    color: #07262f;
    max-width: 13em;
    line-height: 1;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
  .page-link h4 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    margin: 0;
    padding-bottom: 0.1em;
    border-bottom: 1px solid transparent;
    color: #2ec5e1;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease; }
  .page-link--image h2 {
    color: white; }
  .page-link--image a {
    border: none; }
  .boxshadow .page-link--image {
    box-shadow: 0 0px 80px 6px #07262f inset; }
    .boxshadow .page-link--image:before {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      background: #07262f;
      filter: alpha(opacity=40);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      -moz-opacity: 0.4;
      -khtml-opacity: 0.4;
      opacity: 0.4;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .boxshadow .page-link--image:hover:before {
      filter: alpha(opacity=80);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8; }
  .page-link__mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6; }
    .boxshadow .page-link__mask {
      display: none; }

/* ------------------------------------------------------------------------*\
    $BLOG POST
\* ------------------------------------------------------------------------*/
.latest-article__img {
  width: 100%;
  height: 11.75em;
  margin-bottom: 1em;
  background-color: #cdf1f8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .latest-article__img a {
    display: block;
    width: 100%;
    height: 100%; }
.latest-article p {
  font-size: 1em; }

.latest-article p.intro {
  font-size: 2.125em;
}

/* ------------------------------------------------------------------------*\
    $MEDIA PARTNERS
\* ------------------------------------------------------------------------*/
.media-partners {
  padding: 3.25em 0;
  background: #ebeff1;
  text-align: center; }
  .media-partners__header {
    display: block;
    font: 300 italic 1.5em "Source Sans Pro", Helvetica, Arial, sans-serif;
    color: #75878e;
    margin-bottom: 1em; }
  .media-partners img {
    margin: 0 0 1em; }
  .media-partners p {
    margin: 0 auto; }

/* ------------------------------------------------------------------------*\
    $PAGE THE TEAM
\* ------------------------------------------------------------------------*/
.the-team--single {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 46%;
  margin-right: 3%;
  margin-bottom: 1em; }

/* ------------------------------------------------------------------------*\
    $BRAND LANDING
\* ------------------------------------------------------------------------*/
.brand-banner:hover .brand-logo--dark, .brand-logo--light {
  position: absolute;
  left: -9999px;
  top: -9999px; }

.brand-banner:hover .brand-logo--light {
  position: relative;
  left: auto;
  top: auto; }

.brand-banner--header {
  position: relative;
  width: 100%;
  padding: 5.5em 1em;
  text-align: center;
  background: #d7f3f9; }
  .brand-banner--header h1 {
    max-width: 20.86em;
    margin: 0 auto;
    font-size: 2.625em;
    color: #2ec5e1; }

.brand-banner {
  position: relative;
  width: 100%;
  padding: 3.5em 1em;
  text-align: center;
  border-bottom: 1px solid #e9e9e9; }
  .brand-banner:hover {
    color: white; }
    .brand-banner:hover .brand-banner__background {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
  .brand-banner__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease; }
  .brand-banner__content {
    position: relative;
    z-index: 50; }
  .brand-banner h1 {
    margin: 0 auto 1.5em;
    max-width: 11.76em; }
  .brand-banner img {
    margin-bottom: 1.2em; }
  .brand-banner__link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100; }

/* ------------------------------------------------------------------------*\
    $BRAND SINGLE
\* ------------------------------------------------------------------------*/
.single-brand .main .wrapper__inner {
  max-width: 40em; }

.brand-banner--single {
  background-color: #122026;
  background-repeat: repeat;
  background-position: center top;
  color: white; }
  .brand-banner--single .wrapper__inner {
    padding: 8.375em 1em; }
  .brand-banner--single__logo {
    margin-bottom: 1.9em; }
  .brand-banner--single h1 {
    max-width: 50%;
    color: #2ec5e1; }
  .brand-banner--single__img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 49%; }

/* ------------------------------------------------------------------------*\
    $BLOG LANDING
\* ------------------------------------------------------------------------*/
.col--blog-posts article {
  max-width: 39.875em;
  margin-bottom: 0; }

/* ------------------------------------------------------------------------*\
    $BLOG SIDEBAR
\* ------------------------------------------------------------------------*/
.col--sidebar h5 {
  margin-bottom: 1em; }
.col--sidebar p {
  font-size: 1em;
  margin-bottom: 0.5em; }

.blog-lists {
  margin-bottom: 2em;
  color: #2ec5e1; }
  .blog-lists a:hover {
    color: #2ec5e1;
    text-decoration: underline; }

/* ------------------------------------------------------------------------*\
    $POSTS
\* ------------------------------------------------------------------------*/
.blog .col-container {
  margin-bottom: 2.4em; }

.blog-pagination {
  position: relative;
  text-align: center; }
  .blog-pagination li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    padding: 0 0.325em; }
    .blog-pagination li.active a {
      color: #07262f; }
    .blog-pagination li a:hover {
      color: #2ec5e1;
      text-decoration: underline; }

li.pag {
  position: absolute;
  padding: 0;
  font: 1.125em "Source Sans Pro SC", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  li.pag a {
    color: #6E8F99; }
  li.pag--previous {
    left: 0; }
  li.pag--next {
    right: 0; }

/* ------------------------------------------------------------------------*\
    $SINGLE PAGE
\* ------------------------------------------------------------------------*/
.single-post .col--blog-posts h1 {
  font: 700 2.625em/1 "Source Sans Pro", Helvetica, Arial, sans-serif; }
.single-post img {
  padding: 2em 0; }

.featured-image {
  margin-bottom: 2em;
  background: #000; }
  .featured-image img {
    display: block;
    padding: 0;
    margin: 0 auto; }

.tagged {
  padding-top: 0.3em;
  color: #2ec5e1;
  border-top: 1px solid #E5E5E5; }
  .tagged span {
    font-family: "Source Sans Pro SC", Helvetica, Arial, sans-serif;
    color: #6E8F99;
    text-transform: uppercase; }

.related-posts {
  padding-top: 5.625em; }

.share {
  padding-top: 4.25em;
  margin-bottom: 1em; }
  .share a {
    display: block;
    float: left;
    width: 2.75em;
    height: 2.75em;
    margin-right: 1px;
    background-color: #2ec5e1;
    background-repeat: no-repeat;
    background-position: center; }

.facebook {
  background-image: url(assets/img/share--facebook.png); }
  .svg .facebook {
    background-image: url(assets/img/share--facebook.svg); }

.twitter {
  background-image: url(assets/img/share--twitter.png); }
  .svg .twitter {
    background-image: url(assets/img/share--twitter.svg); }

.google {
  background-image: url(assets/img/share--google.png); }
  .svg .google {
    background-image: url(assets/img/share--google.svg); }

.linkedin {
  background-image: url(assets/img/share--linkedin.png); }
  .svg .linkedin {
    background-image: url(assets/img/share--linkedin.svg); }

.search-result {
  margin-bottom: 2em; }
  .search-result h1 {
    margin-bottom: 0.2em; }
  .search-result h4 {
    margin-bottom: 0.2em;
    border-bottom: none;
    padding-bottom: 0; }
  .search-result p:before {
    content: '. . . '; }
  .search-result p:after {
    content: ' . . .'; }

/**** CSS ADDED 6th JUNE 2015 ***/
.page-id-3310 article img {
  max-width: 100%;
  height: auto;
}

.page-id-3308 ol li {
  font-size: 1.125em;
  margin: 0 0 7px 17px;
}

/* Pure CSS Lightbox */
#galleryLB a {
  text-decoration:none;
}

#galleryLB .item {
  float: left;
  margin: 5px 5px 0;
  max-width: 100%;
}

#galleryLB .item br {
  display: none;
}

#galleryLB .item a { 
  overflow: hidden;
}

#galleryLB .item a img {
  height: auto;
  align-self: center;
}

#galleryLB .item.smaller img {
  max-width: 75%;
  height: auto;
}

.lightbox {
/** Hide the lightbox */
  display: none;

/** Apply basic lightbox styling */
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color:#333333;
}

.lightbox:target {
/** Show lightbox when it is target */
  display: block;
  outline: none;
}

.lightbox .box {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width:500px;
  margin: 2% auto;
  padding:10px 20px 10px 20px;
  background-color:#FFF;
  box-shadow: 0px 1px 26px -3px #777777; 
}



/**** CSS ADDED 6th August 2015 - Hides sidebar, main nav and other page elements on specific pages ***/
.page-id-3622 .search-form,
.page-id-3622 .menu-header-menu-container,
.page-id-3622 .col--nav,
.page-id-3622 .nav--pages,
.page-id-3622 footer {
  display: none;
}

.page-id-3622 .surveyButton > a {
  background: #2ec5e1 none repeat scroll 0 0;
  border-radius: 6px;
  color: #fff;
  display: inline-table;
  margin: 0;
  padding: 12px;
}

.page-id-3622 .surveyButton > a:hover {
  background: #333 none repeat scroll 0 0;
  color: #fff;
}

.page-id-3622 .col--main article a:hover {
  border: 0;
}



@media screen and (-webkit-min-device-pixel-ratio:0) {
  /*Chrome CSS here*/
  .lightbox .box {
    display: table-cell;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
  .lightbox .box {
    display: table-cell;
  }
}

.lightbox .title {
  color: #2ec5e1;
  margin:0;
  padding:0 0 10px 0px;
  border-bottom:0px #ccc solid;
  font-size:18px;
}

.lightbox .content {
  display: block;
  position: relative;
}

.lightbox.wordclouds .content {
  background: #dfddde none repeat scroll 0 0;
}

.lightbox .content .desc {
  z-index:99;
  bottom:0;
  position:absolute;
  padding:10px;
  margin:0 0 4px 0;
  background:rgba(0,0,0,0.8);
  color:#fff;
  font-size:17px;
  opacity:0;
  transition: opacity ease-in-out 0.5s;
} 

.lightbox .content:hover .desc  {
  opacity:1;
}

.lightbox .next,
.lightbox .prev,
.lightbox .close {
  display:block;
  text-decoration:none;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:22px;
  color:#858585;
}

.lightbox .prev {
  float:left;
}

.lightbox .next, .lightbox .close {
  float: right;
  position: relative;
  z-index: 5000;
}

.lightbox .close {
  background: #fff none repeat scroll 0 0;
  padding: 0 0 0 6px;
}

.lightbox .clear, #galleryLB .clear {
  display:block;
  clear:both;
}

.col--main article .lightbox a:hover,
.col--main article .item a:hover {
  border-bottom: 0; 
}

.lightbox p {
  margin-bottom: 0;
  max-width: 100%;
}

/* - - - - - - - - 2016-06-01 - - - - - - - - */

.header__banner {
  padding-right: 7.25em;
  padding-bottom: 1em;
}

.search-form {
  right: 10.9375em;
}

.main-navigation__holder {
  position: relative;
  z-index: 9;
}

.menu-toggle {
  display: block;
  position: absolute;
  bottom: 0;
  right: 1.25em;
  width: 8.625em;
  height: 8.25em;
  /*background: #07262f;*/
  color: #6e8f99;
  transition: none;
}

.main-navigation__holder:hover .menu-toggle,
.main-navigation__holder.hover .menu-toggle {
  color: #fff;
  background: #07262f;
}

.main-navigation__holder:hover .menu-toggle__icon,
.main-navigation__holder.hover .menu-toggle__icon {
  background-position: 0 -22px;
}

.menu-toggle__text {
  display: inline-block;
  margin: 54px 0 0 30px;
  position: relative;
}

.menu-toggle__icon {
  content: "";
  display: block;
  width: 32px;
  height: 22px;
  background: url(assets/img/menu-toggle.png);
  position: absolute;
  top: 50%;
  /*left: 100%;*/
  right: 28px;
  /*margin: -11px 0 0 10px;*/
  margin-top: -11px;
}

.main-navigation {
  background: #07262f;
  position: absolute;
  top: -999em;
  left: -999em;
  /*top: 0;
  left: 0;*/
  padding: 15px 30px;
}

.main-navigation__holder:hover .main-navigation,
.main-navigation__holder.hover .main-navigation {
  top: 0;
  left: 0;
}

#menu-header-menu > .menu-item {
  display: block;
  width: 16.666666667%;
  float: left;
  padding: 0;
}

.menu-header-menu-container .menu a {
  color: #00b3dc;
  font-size: 18px;
  line-height: 16px;
  border: none;
}

.menu-header-menu-container .sub-menu a {
  color: #fff;
  text-transform: none;
  letter-spacing: normal;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.menu-header-menu-container .sub-menu .top-level a {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: "Source Sans Pro SC", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #00b3dc;
}

.home_banner {
  padding-top: 5em;
  padding-bottom: 5em;
}

.home_banner--blue {
  background: url(assets/img/pattern--blue.png);
  color: #fff;
}

.home_banner--cyan-pale {
  background: url(assets/img/pattern--cyan-pale.png);
}

.home_banner--cyan {
  background: url(assets/img/pattern--cyan.png);
  color: #fff;
}

.home_banner--gray-pale {
  background: url(assets/img/pattern--gray-pale.png);
}

.home_banner--pink-pale {
  background: url(assets/img/pattern--pink-pale.png);
}

.home_banner--pink {
  background: url(assets/img/pattern--pink.png);
  color: #fff;
}

.home_banner--purple-pale {
  background: url(assets/img/pattern--purple-pale.png);
}

.home_banner--purple {
  background: url(assets/img/pattern--purple.png);
  color: #fff;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .home_banner {
    background-size: 251px;
  }
  .home_banner--blue {
    background-image: url(assets/img/pattern--blue@2x.png);
  }
  .home_banner--cyan-pale {
    background-image: url(assets/img/pattern--cyan-pale@2x.png);
  }
  .home_banner--cyan {
    background-image: url(assets/img/pattern--cyan@2x.png);
  }
  .home_banner--gray-pale {
    background-image: url(assets/img/pattern--gray-pale@2x.png);
  }
  .home_banner--pink-pale {
    background-image: url(assets/img/pattern--pink-pale@2x.png);
  }
  .home_banner--pink {
    background-image: url(assets/img/pattern--pink@2x.png);
  }
  .home_banner--purple-pale {
    background-image: url(assets/img/pattern--purple-pale@2x.png);
  }
  .home_banner--purple {
    background-image: url(assets/img/pattern--purple@2x.png);
  }

  .menu-toggle__icon {
    background-image: url(assets/img/menu-toggle@2x.png);
    background-size: 32px;
  }

}

.home_banner__content {
  width: 66.666666667%;
  margin: 0 auto;
}

.home_banner__content h1 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 2.375em;
  font-weight: 300;
  margin-bottom: .25em;
  text-align: center;
}

.home_banner__content a {
  color: #fff;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

  .menu-toggle__icon {
    background-image: url(assets/img/menu-toggle.png);
    background-size: 32px;
  }

}

/* - - - - - - - - Condense mobile menu - - - - - - - - */

.search-link {
  display: none;
  width: 32px;
  height: 32px;
  background: url(assets/img/search-icon.png) no-repeat center;
  overflow: hidden;
  text-indent: 200%;
  position: absolute;
  z-index: 9;
  top: 40px;
  right: 182px;
}

.svg .search-link {
  background-image: url(assets/img/search-icon.svg);
}

.search-open .search-link {
  display: block;
  position: fixed;
  z-index: 999;
  width: 23px;
  height: 23px;
  background: url(assets/img/search-close.png) no-repeat center;
  top: 55px;
  right: 24px;
}

@media (max-width: 768px) {

  .menu-toggle {
    height: 6.1875em;
  }

  .menu-toggle__icon {
    margin-top: -6px;
  }

  .search-link {
    display: block;
    right: 36px;
  }

  #menu-header-menu > .menu-item {
    width: auto;
    float: none;
  }

  .search-form {
    position: fixed;
    z-index: 99;
    top: -999em;
    left: -999em;
    padding: 42px 24px;
    background: #bdccd4 url(assets/img/search-pattern.png) center;
    margin: 0;
    height: auto;
  }

  .search-open .search-form {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .search-form label {
    display: block !important;
    color: #6e8f99;
    font-size: 2.125em;
    margin-bottom: 1em;
  }

  .search-form:after {
    top: 141px;
    right: 40px;
  }

  .search-field {
    width: 100%;
    height: 38px;
  }

  .menu-toggle {
    right: 0;
  }

  .main-navigation {
    left: -20px;
    right: -20px;
  }

  .main-navigation__holder:hover .main-navigation,
  .main-navigation__holder.hover .main-navigation {
    left: -20px;
  }

  .menu-header-menu-container .menu a,
  .menu-header-menu-container .sub-menu .top-level a {
    color: #c0b1ff;
  }

  .menu-header-menu-container .menu-item {
    border-top: 1px solid #c0b1ff;
  }

  .menu-header-menu-container .menu-item:first-child {
    border-top: none;
  }

  .sub-menu {
    position: absolute;
    top: -999em;
    left: -999em;
  }

  .main-navigation {
    padding: 0;
  }

  .menu-header-menu-container .menu a {
    padding: 22px 14px;
  }

  .menu-header-menu-container .menu-item-has-children > a {
    position: relative;
  }

  .menu-header-menu-container .menu-item-has-children > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 38px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #c0b1ff;
    margin-top: -3px;
  }

  .menu-header-menu-container .not-parent > a:after {
    display: none;
  }

  .sub-menu {
    border-top: 1px solid #c0b1ff;
  }

  .menu-header-menu-container .not-parent .sub-menu {
    border-top: none;
    padding-top: 0;
  }

  .menu-header-menu-container .sub-menu .menu-item {
    border: none;
  }

  .menu-header-menu-container .sub-menu {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .menu-header-menu-container .sub-menu .menu-item a {
    padding-top: 14px;
    padding-bottom: 14px;
    color: #fff;
  }

  .menu-header-menu-container .not-parent .sub-menu .menu-item a {
    color: #c0b1ff;
  }

  .menu-header-menu-container .menu .not-parent a {
    padding-bottom: 14px;
  }

  .menu-header-menu-container .menu-item {
    display: block;
  }

  .menu-header-menu-container .menu-item-has-children:hover .sub-menu,
  .not-parent .sub-menu {
    position: static;
  }

  .menu-header-menu-container .menu-item {
    padding-right: 0;
  }

  .menu-toggle {
    width: 56px;
  }

  .menu-toggle__icon {
    right: 50%;
    margin-right: -16px;
  }

  .menu-toggle__text {
    top: -999em;
    left: -999em;
  }

  .search-link {
    right: 36px;
  }

  /* - - - - Mobile header - - - - */

  .header__banner .logomark {
    width: 192px;
    height: 55px;
    background: url(assets/img/header-logo-mobile.png);
  }

  .header__banner .intro {
    display: none;
  }

}

.home-cta-top {
  padding-top: 48px;
  padding-bottom: 32px;
}

.home-cta-top .cta-box {
  margin-bottom: 30px;
}

.home-cta-top .latest-article h3 a {
  color: #07262f;
}

.why-use {
  padding-top: 60px;
  padding-bottom: 96px;
  position: relative;
}

.why-use:before {
  content: "";
  display: block;
  width: 163px;
  height: 149px;
  background: url(assets/img/home-why-use.png);
  position: absolute;
  top: 82px;
  left: 16.666666667%;
  margin-left: -50px;
}

.why-use__inner {
  margin-left: 33.33333%;
}

.why-use__inner h2 {
  color: #00b3dc;
}

.why-use__inner .intro {
  font-size: 1.5em;
  margin-bottom: 1em;
  color: #75878e;
}

.learn-more {
  background: #331d8f;
  color: #fff;
  text-align: center;
  position: relative;
}

.learn-more__content {
  position: relative;
  z-index: 9;
}

.learn-more p {
  max-width: none;
}

.learn-more:before,
.learn-more:after {
  content: "";
  display: block;
  width: 100%;
  height: 42px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .25), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
}

.learn-more:after {
  background: linear-gradient(to top, rgba(0, 0, 0, .25), rgba(0, 0, 0, 0));
  top: auto;
  bottom: 0;
}

.learn-more .wrapper__inner {
  background: url(assets/img/home-learn-more.png) no-repeat left bottom;
  padding-top: 40px;
  /*padding-bottom: 32px;*/
  padding-bottom: 1px;
}

.learn-more a {
  display: inline-block;
  color: #c0b1ff;
  font-size: 18px;
  background: url(assets/img/download-arrow.png) no-repeat center 85%;
  transition: background-position .125s ease-out;
  padding-bottom: 58px;
}

.learn-more a:hover {
  background-position: center 100%;
}

.cta-box {
  background: #ebeff1;
  padding: 30px;
  overflow: hidden;
}

.cta-box__left {
  width: 41.666666667%;
  width: 50%;
  float: left;
  padding-right: 15px;
}

.cta-box__right {
  width: 58.333333333%;
  width: 50%;
  float: left;
  padding-left: 15px;
}

.cta-box__tag {
  font-family: "Source Sans Pro SC", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #00b3dc;
  margin-bottom: .5em;
}

.cta-box h2 {
  font-size: 1.625em;
}

.cta-box--blue {
  background: #cdf1f8;
  padding: 30px;
  margin-bottom: 60px;
  margin-bottom: 32px;
}

.cta-box--blue .intro {
  color: #00b3dc;
}

.home-cta-bottom {
  padding-top: 70px;
  padding-bottom: 116px;
}

.cta-box--drinks-meter {
  position: relative;
}

.cta-box--drinks-meter:before {
  content: "";
  display: block;
  width: 168px;
  height: 117px;
  background: url(assets/img/bg-drinks-meter.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 83.333333335%;
  margin: -58.5px 0 0 -84px;
}

.cta-box--drinks-meter__inner {
  width: 58.333333333%;
}

.home-cta-top h2 {
  color: #00b3dc;
}

.home-cta-top .latest-article__img {
  height: 0;
  padding-bottom: 52.655889145%;
  position: relative;
}

.home-cta-top .latest-article__img a {
  position: absolute;
  top: 0;
  left: 0;
}

.home-cta-top .latest-article__img a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 38, 47, .7);
  transition: background-color .125s linear;
}

.home-cta-top .latest-article:hover .latest-article__img a:after {
  background-color: rgba(7, 38, 47, 0);
}

.home-cta-top .cta-box {
  position: relative;
}

.home-cta-top .cta-box:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 41.666666667%;
  left: 50%;
  margin-left: -1px;
  background: #ccc;
}

/* - - - - - - - - About - - - - - - - - */

.about_banner {
  background: url(assets/img/pattern.png);
  height: 424px;
}

.contact-widget {
  background: #ebeff1;
  margin-top: 2em;
  padding: 30px;
  padding-bottom: 12px;
  border-radius: 3px;
}

.contact-widget select {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  background: #6a7d82;
  box-shadow: 0 0 1em rgba(0, 0, 0, .25) inset;
  color: #fff;
  outline: none;
  display: block;
  width: 100%;
  padding: .5em 1em;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-wrapper {
  position: relative;
}

.select-wrapper:before,
.select-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  margin-top: -2px;
}

.select-wrapper:after {
  border-top-color: #6a7d82;
  margin-top: -5px;
}

.contact-widget__subject {
  overflow: hidden;
  margin-bottom: 1em;
}

.contact-widget__subject > div {
  width: 50%;
  float: left;
}

.contact-widget__subject label {
  display: block;
  padding-top: .25em;
}

.contact-widget__fields > div {
  overflow: hidden;
  margin-bottom: 12px;
}

.contact-widget__fields label {
  /*width: 96px;*/
  width: 15.609756098%;
  float: left;
  font-family: "Source Sans Pro SC", Helvetica, Arial, sans-serif;
  color: #9ca8ac;
  padding-top: .75em;
}

.contact-widget__fields > div > div {
  width: 84.390243902%;
  float: left;
}

.contact-widget__fields input,
.contact-widget__fields textarea,
.email-widget input {
  width: 100%;
  border: none;
  border-radius: 4px;
  padding: .75em 1em;
  outline: none;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.email-widget {
  padding-top: 30px;;
  margin-bottom: 60px;
  border-bottom: 2px solid #120743;
  padding-bottom: 30px;
  text-align: center;
}

.email-widget p {
  text-align: center;
  max-width: 100%;
}

.email-widget input[type='email'] {
  background-color: #ebeff1;
  margin-bottom: 15px;
  display: inline-block;
  max-width: 300px;
}

.email-widget .button {
  display: inline-block;
  background-color: #120743;
}

.contact-widget__fields textarea {
  height: 6em;
}

.contact-widget__fields .button,
.email-widget .button {
  width: auto;
  border: none;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 0;
}

/* - - - - - - - - Site footer 2016-06-07 - - - - - - - - */

/*

.site-footer__wrapper {
  position: relative;
}

.site-footer__wrapper:after {
  content: "";
  display: block;
  width: 2px;
  background: #b3b5b6;
  position: absolute;
  top: 0;
  bottom: 1.5em;
  left: 50%;
  margin-left: -1px;
}

*/

.home-tweets {
  background: #6d4cff;
  color: #fff;
  /*padding-top: 1em;
  padding-bottom: 4em;*/
  padding-bottom: 2em;
  margin-bottom: 2px;
}

.tweets__title {
  color: #fff;
  border-bottom: 1px solid;
  position: relative;
  margin-bottom: 1.5em;
  padding: 1.25em 40px;
}

.tweets__title:before {
  content: "";
  display: block;
  width: 23px;
  height: 20px;
  background: url(assets/img/twitter-logo.png);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}

.tweet {
  position: relative;
}

.tweet a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
}

.video > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cta-box--blue {
  overflow: hidden;
}

.cta-box--blue__left {
  width: 50%;
  float: left;
  padding-right: 15px;
}

.cta-box--blue__right {
  width: 50%;
  float: left;
  padding-left: 15px;
}

.blog-h3 {
  text-align: center;
  color: #00b3dc;
  margin-bottom: 32px;
}

/* - - - - - - - - Products / Services - - - - - - - - */

.products-services {
  padding-top: 72px;
  padding-bottom: 72px;
}

.icon-heading {
  text-align: center;
  color: #00b3dc;
  margin-bottom: 60px;
  position: relative;
  max-width: 668px;
  overflow: hidden;
  padding-top: 80px;
  margin: 2.5em auto;
}

.icon-heading.at-top {
  margin-top: 0;
}

.icon-heading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}

.icon-heading--mission:before {
  width: 60px;
  height: 80px;
  background: url(assets/img/icon--mission.png);
  margin-left: -30px;
}

.icon-heading--what-we-do:before {
  width: 55px;
  height: 73px;
  background: url(assets/img/icon--what-we-do.png);
  margin-left: -27.5px;
}

.icon-heading--who-we-are:before {
  width: 55px;
  height: 67px;
  background: url(assets/img/icon--who-we-are.png);
  margin-left: -27.5px;
}

.icon-heading--ipn:before {
  width: 65px;
  height: 64px;
  background: url(assets/img/icon--ipn.png);
  margin-left: -32.5px;
}

.icon-heading--research:before {
  width: 55px;
  height: 71px;
  background: url(assets/img/icon--researchers.png);
  margin-left: -27.5px;
}

.icon-heading--methods {
  padding-top: 98px;
}

.icon-heading--methods:before {
  width: 61px;
  height: 87px;
  background: url(assets/img/icon--methods.png);
  margin-left: -30.5px;
}

.icon-heading--design:before {
  width: 67px;
  height: 68px;
  background: url(assets/img/icon--survey-design.png);
  margin-left: -33.5px;
}

.icon-heading--sample:before {
  width: 59px;
  height: 71px;
  background: url(assets/img/icon--gds-sample.png);
  margin-left: -29.5px;
}

.icon-heading--characteristics:before {
  width: 56px;
  height: 74px;
  background: url(assets/img/icon--characteristics.png);
  margin-left: -28px;
}

.icon-heading--composition:before {
  width: 56px;
  height: 76px;
  background: url(assets/img/icon--composition.png);
  margin-left: -28px;
}

.icon-heading--ethics:before {
  width: 60px;
  height: 73px;
  background: url(assets/img/icon--ethics.png);
  margin-left: -30px;
}

.icon-heading--sharing:before {
  width: 56px;
  height: 83px;
  background: url(assets/img/icon--sharing.png);
  margin-left: -28px;
}

.icon-heading--security:before {
  width: 56px;
  height: 82px;
  background: url(assets/img/icon--security.png);
  margin-left: -28px;
}

.icon-heading b,
.icon-heading q {
  display: block;
  width: 100%;
  height: 2px;
  background: #d5f3f9;
  position: absolute;
  top: 34px;
  left: 50%;
  margin-left: 54px;
}

.icon-heading b:before,
.icon-heading q:before {
  content: "";
  display: block;
  width: 2px;
  height: 14px;
  background: #d5f3f9;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}

.icon-heading q {
  left: auto;
  margin-left: 0;
  right: 50%;
  margin-right: 54px;
}

.icon-heading q:before {
  left: auto;
  right: 0;
}

.icon-heading--mission {
  padding-top: 86px;
}

.icon-heading--mission b,
.icon-heading--mission q {
  top: 48px;
}

.icon-heading--methods b,
.icon-heading--methods q {
  top: 54px;
}

.icon-heading--characteristics b,
.icon-heading--characteristics q {
  top: 38px;
}

.icon-heading--composition b,
.icon-heading--composition q {
  top: 44px;
}

.icon-heading--ethics b,
.icon-heading--ethics q {
  top: 38px;
}

.icon-heading--sharing {
  padding-top: 94px;
}

.icon-heading--sharing b,
.icon-heading--sharing q {
  top: 50px;
}

.icon-heading--security {
  padding-top: 86px;
}

.icon-heading--security b,
.icon-heading--security q {
  top: 48px;
}

blockquote {
  max-width: 22em;
}

.code {
  font: 300 1.25em "Source Code Pro", Courier;
  color: #2ec5e1;
}

table {
  width: 100%;
  color: #859ea7;
  text-align: center;
  margin: 1em 0 2em;
}

thead {
  border-bottom: 2px solid #62cbe3;
  color: #11323d;
}

th, td {
  padding: .5em;
  vertical-align: top;
}

tbody td {
  border-left: 1px solid #d4dce0;
}

tbody td:first-child {
  border-left: none;
  text-align: left;
}

thead th:last-child,
tbody td:last-child {
  background: #dff3f9;
  color: #11323d;
}

h3.pad {
  line-height: 1.125;
  margin: 2em 0 .625em;
}

/* - - - - - - - - Footer (responsive) - - - - - - - - */

@media (max-width: 768px) {
  .site-footer__wrapper .col--blank {
    display: none;
  }
  .site-footer__wrapper .col--1of4 {
    width: 50%;
  }
}

/* - - - - - - - - Fixed nav - - - - - - - - */

.col--nav {
  position: relative;
  top: 0;
  left: 0;
}

.page-share {
  padding-top: 0;
  margin-top: -1em;
}

/* - - - - - - - - CTA - - - - - - - - */

.cta {
  background: url(assets/img/pattern--cyan-pale@0.5x.png);
  border-radius: 4px;
  margin: 1.5em 0;
}

.cta a {
  display: block;
  padding: 2em;
  font-size: 1.25em;
  font-weight: 700;
  color: #07262f !important;
  overflow: hidden;
}

.cta a:hover {
  border-bottom: none !important;
  box-shadow: 0 0 1em rgba(7, 38, 47, .25) inset;
  background: rgba(7, 38, 47, .125);
  color: #fff !important
}

/* - - - - - - - - Share vid - - - - - - - - */

.share-vid {
  background: #ebeeee;
  margin: 1em 0;
  padding: 18px 32px;
  border-bottom: 2px solid #07262f;
}

.share-vid__title {
  font-size: 1.25em;
  color: #07262f !important;
  margin-bottom: 1em;
}

.share-vid__vid {
  padding-bottom: 56.25%;
  position: relative;
}

.share-vid__vid > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.share-vid__share {
  overflow: hidden;
  padding-top: 18px;
}

.share-vid__share a {
  display: block;
  width: 26px;
  height: 26px;
  background: url(assets/img/vid-share.png);
  float: left;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-right: 8px;
}

.share-vid__share a:hover {
  border-bottom: none !important;
}

.share-vid--facebook {
  background-position: -33px 0 !important;
}

/*.share-vid--facebook:hover {
  background-color: #3b5998;
}

.share-vid--twitter:hover {
  background-color: #55acee;
}*/

/* 55acee Twitter */
/* 3b5998 Facebook */

.cta-box {
  position: relative;
}

.cta-box-resource-img {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 58.333333333%;
  /*background-repeat: no-repeat;
  background-position: center;
  background-size: contain;*/
  text-align: center;
}

.cta-box-resource-img__table {
  display: table;
  width: 100%;
  height: 100%;
}

.cta-box-resource-img__table-cell {
  display: table-cell;
  vertical-align: middle;
}

.home-cta-bottom--resource {
  padding-bottom: 116px;
}

.media-partners {
  margin-bottom: 2px;
}

.team-image {
  max-width: 147px;
  margin: 0 auto;
}

.cta-box--blue .share-vid {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

ol {
  margin: 1em 0;
  list-style-position: inside;
}

/* - - - - - - - - Media queries - - - - - - - - */

@media (max-width: 768px) {
  
  .cta-box__left,
  .cta-box--blue__left {
    width: auto;
    float: none;
    padding-right: 0;
  }

  .home-cta-top .cta-box:before {
    display: none;
  }

  .cta-box__right,
  .cta-box--blue__right {
    width: auto;
    float: none;
    padding-left: 0;
  }

  .col--1of2 {
    width: auto;
    float: none;
  }

  .why-use:before {
    top: 32px;
    left: 50%;
  }

  .why-use__inner {
    margin-left: 0;
    padding-top: 152px;
  }

  .cta-box--drinks-meter__inner {
    width: auto;
  }

  .cta-box--drinks-meter:before {
    display: none;
  }

  .col--1of3,
  .col--main,
  .col--blog-posts,
  .col--search-results,
  .col--nav,
  .col--sidebar {
    width: auto;
    float: none;
  }

  .col--nav ul {
    max-width: none;
    margin-bottom: 2em;
  }

  .media-partners img {
    margin: 0;
  }

  .menu-toggle__text {
    display: none;
  }

}

@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 768px) and (min-resolution: 192dpi) {

  .header__banner .logomark {
    background-image: url(assets/img/header-logo-mobile@2x.png);
    background-size: 192px;
  }

}

.cta-box__left .share-vid {
  margin: 0 0 1em;
  padding: 0;
  background: none;
  border: none;
}

@media (max-width: 540px) {
  .site-footer__wrapper .col--1of4 {
    width: auto;
    float: none;
  }
}


.error404 .col-container {
  text-align: center;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 14px;
  max-width: 100%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.launch-link {
  display: block;
  text-align: center;
  font-size: 16px;
}


.mobile-banner {
  display: none;
}

.desktop-banner {
  display: block;
}

@media (max-width: 768px) {
  .mobile-banner {
    display: block;
  }
  .desktop-banner {
    display: none;
  }
}

.catch {
  display: none;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.quiz-banner img {
  display: block;
}
.quiz-banner p {
  max-width: 100%;
  background-color: ;
  padding: 15px;
  color: #fff;
  background-color: #00ac98;
}
.quiz-banner p a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.donate--banner {
  background-image: url(assets/img/pink-bg.png);
  background-size: 100%;
  padding: 30px;
  margin-top: 30px;
  background-position: center;
}

.donate--banner p {
  color: #331D8F;
  font-weight: bold;
}

.donate--banner a {
  color: #fff;
  background-color: #6D4CFF;
  padding: 10px;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 60px;
}

@media(min-width: 768px) {
  .quiz-banner p { padding-left: 45px; }
}
