/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ------------------------------------------ Border-radius mixin: @include border-radius(5px); ); */
/* ------------------------------------------ Transition mixin: @include transition(color .3s ease); */
/* ------------------------------------------ Transform mixin: @include transform(color .3s ease); */
/* ------------------------------------------ Rem mixin (adds fallback pixel size for IE8 and below): @include font-size(40px); */
/* ------------------------------------------ Breakpoint Mixin */
/* ------------------------------------------ Clearfix Mixin: @extend %clearfix; (add to container )*/
.container, header, .providers-container, .prov-top, .prov-points, .score, .row, .footer, .logo-links {
  *zoom: 1; }
  .container:before, header:before, .providers-container:before, .prov-top:before, .prov-points:before, .score:before, .row:before, .footer:before, .logo-links:before, .container:after, header:after, .providers-container:after, .prov-top:after, .prov-points:after, .score:after, .row:after, .footer:after, .logo-links:after {
    content: " ";
    display: table; }
  .container:after, header:after, .providers-container:after, .prov-top:after, .prov-points:after, .score:after, .row:after, .footer:after, .logo-links:after {
    clear: both; }

/* footer background etc */
/* top bar social media links etc */
/* select button etc */
/* main font colour */
/* icons etc */
/* footer bk etc */
/*

	font-family: "proxima-nova", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	regular: 400, semi-bold: 600, extra-bold: 800
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;


*/
/* ------------------------------------------ Typography (based on Typebase) */
/* Font sizes based on 100%
11px	0.688rem
12px	0.750rem
14px	0.875rem
16px	1.000rem
18px	1.125rem
20px	1.250rem
24px	1.500rem
28px	1.750rem
30px	1.875rem
40px	2.500em
*/
/* Setup */
html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #646C64; }

/* Copy & Lists */
p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin: 0 0 20px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

ul li,
ol li {
  line-height: 1.75rem; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0; }

blockquote {
  line-height: 1.75rem;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem; }

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 0 0 15px 0;
  color: #153e6e;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

h1 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 90px;
  line-height: 5.625rem; }

h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 68px;
  line-height: 4.25rem; }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }
  @media only screen and (max-width: 1000px) {
    h3 {
      font-size: 18px;
      font-size: 1.125rem; } }

h4 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 41px;
  line-height: 2.5625rem; }

h5 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem; }

h6 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem; }

p:first-of-type, h1:first-of-type, h2:first-of-type, h3:first-of-type {
  margin-top: 0; }

/* Tables */
table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse; }

table td,
table th {
  padding: 0;
  line-height: 33px; }

/* Code blocks */
code {
  vertical-align: bottom; }

/* Leading paragraph text */
.lead {
  font-size: 24px;
  font-size: 1.5rem; }

/* Hug a the block above you */
.hug {
  margin-top: 0; }

strong {
  font-weight: bold; }

/* ------------------------------------------ Links */
a, a:visited, a:active {
  text-decoration: none;
  color: #64cbe6;
  font-weight: 800; }

a:visited {
  color: #153e6e; }

a:hover {
  color: #153e6e; }

/* ------------------------------------------ Misc */
/* -------------------- Main layout-------------------- */
html {
  background-color: #fff; }

.container {
  width: 100%;
  max-width: 1210px;
  padding: 0px 20px;
  box-sizing: border-box;
  margin: 0 auto; }

.inner-page {
  max-width: 800px;
  margin-top: -100px; }
  .inner-page h2 {
    text-align: center;
    margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .inner-page {
      margin-top: 0; }
      .inner-page h2 {
        text-align: left;
        font-size: 2.5em;
        margin-bottom: 0; } }

/* -------------------- Variables + Animations -------------------- */
@keyframes fade {
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* -------------------- Header -------------------- */
header {
  text-align: center;
  min-height: 80vh;
  position: relative;
  margin-bottom: -10vh;
  overflow: hidden;
  background: #153e6e; }
  @media only screen and (max-width: 500px) {
    header {
      padding: 0px;
      margin-bottom: -20vh; } }
  header:after {
    content: '';
    position: absolute;
    z-index: 1;
    background: white;
    left: 50%;
    bottom: 0;
    -ms-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
    border-radius: 50%;
    width: 150vw;
    height: 40vh;
    min-width: 1000px; }
  header .header-inner {
    width: 100%;
    position: relative;
    max-width: 1210px;
    padding: 0px 20px;
    padding: 15vh 0;
    margin: 0 auto 15vh;
    box-sizing: border-box;
    z-index: 1; }
    header .header-inner > p {
      margin-bottom: 1em;
      margin-bottom: 1em; }
    header .header-inner .extended-article p {
      margin-bottom: 1em;
      animation: fade 0.5s cubic-bezier(0.29, 0, 0.21, 1) forwards 0.3s; }

.header-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/header-background.png) no-repeat center top/cover fixed;
  transform: scale3d(1.2, 1.2, 1);
  animation: fade 1.5s cubic-bezier(0.29, 0, 0.21, 1) forwards 0.2s;
  opacity: 0; }
  .header-image:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(21, 62, 110, 0.8) 0%, rgba(21, 62, 110, 0) 100%); }
  .header-image:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(21, 62, 110, 0.4); }

.logo {
  margin: 0 auto;
  opacity: 0;
  transform: scale3d(1.1, 1.1, 1);
  animation: fade 1s cubic-bezier(0.29, 0, 0.21, 1) forwards 1s; }
  @media only screen and (max-width: 767px) {
    .logo {
      width: 90%; } }

.logo .hidden {
  display: none; }

.logo-mobile {
  display: none; }
  @media only screen and (max-width: 767px) {
    .logo-mobile {
      display: block;
      margin-bottom: 0; } }

.logo-mobile img {
  display: block; }

header p {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #fff;
  opacity: 0;
  -ms-transform: translate3d(0, 10%, 0);
  transform: translate3d(0, 10%, 0);
  animation: fade 1s cubic-bezier(0.29, 0, 0.21, 1) forwards 1.2s; }
  @media only screen and (max-width: 1000px) {
    header p {
      width: 80%; } }
  @media only screen and (max-width: 767px) {
    header p {
      width: 80%;
      font-size: 16px;
      font-size: 1rem;
      line-height: 22px;
      line-height: 1.375rem; } }

@media only screen and (max-width: 767px) {
  .hdr-btn-wrap {
    width: 80%;
    margin: 0 auto; } }

a.header_btn, a.header_btn:visited {
  display: block;
  width: 220px;
  margin: 55px auto;
  padding: 15px;
  color: #fff;
  border: 2px solid #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.15);
  transition: all 0.5s; }
  @media only screen and (max-width: 767px) {
    a.header_btn, a.header_btn:visited {
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: 600;
      display: inline-block;
      width: auto;
      margin: 25px 0;
      padding: 15px 30px;
      background-color: rgba(255, 255, 255, 0.3); } }

a.header_btn:hover {
  background-color: rgba(255, 255, 255, 0.3); }

header .share {
  opacity: 0;
  -ms-transform: translate3d(0, 10%, 0);
  transform: translate3d(0, 10%, 0);
  animation: fade 1s cubic-bezier(0.29, 0, 0.21, 1) forwards 1.4s; }

/* -------------------- ie9 fallbacks -------------------- */
.ie9 header .share,
.ie9 header .logo,
.ie9 header .header-image,
.ie9 header p {
  animation: none;
  opacity: 1; }
.ie9 header:after,
.ie9 .footer:before {
  margin-left: -75vw;
  margin-bottom: -20vh; }

/* -------------------- Info section -------------------- */
.info-section {
  margin-top: 10vh; }

.three-col {
  width: 33.33333%;
  float: left;
  padding: 0 30px;
  box-sizing: border-box;
  text-align: center; }
  @media only screen and (max-width: 1000px) {
    .three-col {
      width: 100%;
      padding: 3vw;
      margin: 0 auto;
      max-width: 600px;
      float: none; } }

a.sml_btn, a.sml_btn:visited {
  background-color: white;
  padding: 7px 20px;
  color: #fff;
  border-radius: 4px;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  transition: all 0.5s;
  display: inline-block;
  border: 2px solid #64cbe6; }

a.sml_btn:hover {
  background-color: #4fcd4d; }

/* -------------------- Ratings-------------------- */
.ratings-container {
  width: 80%;
  max-width: 1034px;
  padding: 0 20px 0px 20px;
  box-sizing: border-box;
  margin: 50px auto 50px auto;
  text-align: center; }
  @media only screen and (max-width: 1000px) {
    .ratings-container {
      margin-top: -140px;
      width: 90%;
      padding: 0 0 0 0; } }
  @media only screen and (max-width: 767px) {
    .ratings-container {
      margin-top: -20px;
      background-image: none;
      padding-top: 0; } }

.ratings-container h4 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: normal;
  text-transform: none;
  color: #646C64; }
  @media only screen and (max-width: 767px) {
    .ratings-container h4 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 26px;
      line-height: 1.625rem; } }

.providers-container {
  margin: 80px 0 30px 0; }
  @media only screen and (max-width: 767px) {
    .providers-container {
      margin: 40px 0 30px 0; } }

.provider {
  width: 100%;
  border: 4px solid #646C64;
  border-radius: 8px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .provider {
      border: 2px solid #646C64;
      border-radius: 6px;
      margin-bottom: 10px; } }

.providers-container .green {
  border-color: #4fcd4d; }

.providers-container .orange {
  border-color: #f5b820; }

.providers-container .red {
  border-color: #f20e0b; }

.prov-top {
  cursor: pointer;
  max-height: 90px;
  overflow: hidden; }

.prov-logo {
  padding: 0 10px 0 30px;
  box-sizing: border-box;
  float: left;
  width: 60%;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .prov-logo {
      padding: 0 5px 0 10px;
      width: 60%;
      max-height: 65px; } }

.prov-logo img {
  display: block;
  height: 50px;
  margin-top: 20px;
  width: auto; }
  @media only screen and (max-width: 767px) {
    .prov-logo img {
      height: 28px;
      max-height: 100%;
      width: auto;
      max-width: auto; } }

.prov-arrow {
  padding: 20px;
  float: right;
  width: 15%;
  max-width: 100px;
  margin-top: 4px;
  box-sizing: border-box;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 44px;
  line-height: 2.75rem; }
  @media only screen and (max-width: 767px) {
    .prov-arrow {
      line-height: 4em;
      padding: 0 5px;
      font-size: 14px;
      font-size: 0.875rem; } }
  .prov-arrow i {
    transition: 0.5s; }

.flip-arrow {
  transform: rotate(-180deg) translate3d(0, -3px, 0); }

.green .prov-arrow {
  color: #4fcd4d; }

.orange .prov-arrow {
  color: #f5b820; }

.red .prov-arrow {
  color: #f20e0b; }

.prov-score {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 90px;
  line-height: 5.625rem;
  color: #fff;
  background-color: #646C64;
  padding: 0 20px;
  float: right;
  width: 15%;
  max-width: 100px;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .prov-score {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 65px;
      line-height: 4.0625rem;
      width: 20%;
      padding: 0 15px;
      max-width: 75px; } }
  .prov-score img {
    vertical-align: middle;
    width: 50px; }

.green .prov-score {
  background-color: #4fcd4d; }

.orange .prov-score {
  background-color: #f5b820; }

.red .prov-score {
  background-color: #f20e0b; }

.prov-score sup {
  font-size: 50% !important; }

.prov-detail {
  padding: 50px;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .prov-detail {
      padding: 20px; } }
  .prov-detail img {
    width: 150px;
    display: inline-block; }
    @media only screen and (max-width: 1100px) {
      .prov-detail img {
        display: none; } }

.prov-detail p {
  margin-bottom: 0; }

.prov-intro {
  display: inline-block;
  width: calc(100% - 155px);
  box-sizing: border-box;
  padding-left: 2em;
  vertical-align: top; }
  @media only screen and (max-width: 1100px) {
    .prov-intro {
      width: 100%;
      padding: 0; } }

.prov-points {
  border: 1px solid #dadcda;
  border-bottom: none;
  margin-top: 30px; }

.prov-points {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.prov-point {
  min-height: 100px;
  box-sizing: border-box;
  width: 50%;
  float: left;
  border-bottom: 1px solid #dadcda; }
  @media only screen and (max-width: 767px) {
    .prov-point {
      width: 100%;
      float: none; } }

.left-pp {
  border-right: 1px solid #dadcda; }

.prov-icon {
  text-align: center;
  width: 30%;
  float: left;
  box-sizing: border-box; }
  .prov-icon svg {
    width: 100px; }
    @media only screen and (max-width: 767px) {
      .prov-icon svg {
        width: 50px; } }
    @media only screen and (max-width: 1100px) {
      .prov-icon svg {
        width: 70px; } }
  .prov-icon.-positive circle, .prov-icon.-positive path {
    fill: #4fcd4d; }
  .prov-icon.-neutral circle, .prov-icon.-neutral path {
    fill: #f5b820; }
  .prov-icon.-negative circle, .prov-icon.-negative path {
    fill: #f20e0b; }

.prov-note {
  padding-right: 20px;
  padding-bottom: 20px;
  width: 70%;
  box-sizing: border-box;
  float: left; }

.prov-note p {
  margin: 19px 0 0 !important; }

.prov-detail h4 {
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-top: 50px; }

.prov-extra {
  margin: 50px -50px -50px -50px;
  padding: 50px;
  background: rgba(100, 108, 100, 0.05); }
  @media only screen and (max-width: 767px) {
    .prov-extra {
      padding: 20px 20px;
      margin: 0px 0px 0px 0px; } }
  .prov-extra img {
    vertical-align: top; }
  .prov-extra h3 {
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 0.3em; }

.green h3 {
  color: #4fcd4d; }

.orange h3 {
  color: #f5b820; }

.red h3 {
  color: #f20e0b; }

.score {
  margin-bottom: 10px; }

.score-title {
  width: 20%;
  display: table;
  float: left;
  text-align: right;
  box-sizing: border-box;
  padding: 0 10px;
  overflow: hidden;
  font-weight: bold;
  height: 46px; }
  @media only screen and (max-width: 1000px) {
    .score-title {
      width: 100%;
      float: none;
      text-align: left;
      padding: 5px 0;
      height: auto;
      display: block; } }

.score-title span {
  display: table-cell;
  vertical-align: middle; }

.score-bar-bkgnd {
  width: 80%;
  float: right;
  background-color: #F3F6F3;
  height: 46px; }
  @media only screen and (max-width: 1000px) {
    .score-bar-bkgnd {
      width: 100%;
      float: none; } }

.score-bar {
  height: 46px;
  text-align: right;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 46px;
  line-height: 2.875rem;
  color: #fff;
  box-sizing: border-box;
  padding: 0 10px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  transition: width 1.5s ease-in-out;
  -webkit-transition: width 1.5s ease-in-out;
  -moz-transition: width 1.5s ease-in-out; }

.score-bar-bkgnd .green {
  background-color: #30b12e; }

.score-bar-bkgnd .light-green {
  background-color: #78E277; }

.score-bar-bkgnd .orange {
  background-color: #f5b820; }

.score-bar-bkgnd .red {
  background-color: #f20e0b; }

.element_scores p.note {
  text-align: right;
  max-width: 500px;
  float: right;
  line-height: 1.3;
  font-size: 12px; }

.download-fact-sheet {
  text-align: center;
  margin-top: 20px;
  clear: both; }

a.factsheet-btn, a.factsheet-btn:visited {
  display: inline-block;
  text-align: center;
  margin: 10px 0;
  padding: 10px 35px;
  color: #fff;
  background-color: #646C64;
  text-transform: uppercase;
  border-radius: 3px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  transition: all 0.5s;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem; }
  @media only screen and (max-width: 1000px) {
    a.factsheet-btn, a.factsheet-btn:visited {
      padding: 10px 15px; } }
  @media only screen and (max-width: 767px) {
    a.factsheet-btn, a.factsheet-btn:visited {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 20px;
      line-height: 1.25rem; } }

a.factsheet-btn:hover {
  background-color: #000; }

/* -------------------- Select Menu - Overrides SelectOrDie Plugin CSS -------------------- */
.ratings-container select {
  color: #000; }

.ratings-container .state-selector {
  width: 340px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #64cbe6;
  color: #fff;
  border: 3px solid #64cbe6;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  padding: 15px;
  border-radius: 4px; }
  @media only screen and (max-width: 767px) {
    .ratings-container .state-selector {
      width: 100%; } }
.ratings-container .state-selector:hover,
.ratings-container .state-selector.open,
.ratings-container .state-selector.focus {
  border-color: #0a8d97; }
.ratings-container .state-selector.open {
  color: #fff; }
.ratings-container .state-selector .sod_list_wrapper {
  border-radius: 4px;
  border-color: #0a8d97;
  width: 340px; }
.ratings-container .state-selector:before,
.ratings-container .state-selector:after {
  font-size: 12px; }

/* -------------------- Share -------------------- */
.share {
  margin-top: 2vh; }

.share p {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 34px;
  line-height: 2.125rem; }
  @media only screen and (max-width: 767px) {
    .share p {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 24px;
      line-height: 1.5rem; } }

ul.sm-large-btns {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #64cbe6; }

ul.sm-large-btns li {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 10px; }
  @media only screen and (max-width: 1000px) {
    ul.sm-large-btns li {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 20px;
      line-height: 1.25rem; } }

ul.sm-large-btns li a, ul.sm-large-btns li a:visited {
  color: #64cbe6;
  transition: all 0.5s; }

ul.sm-large-btns li a.facebook {
  color: #3b5998; }

ul.sm-large-btns li a.twitter {
  color: #56aeec; }

ul.sm-large-btns li a.whatsapp {
  color: #00e676; }

ul.sm-large-btns li a:hover {
  opacity: 0.7; }

ul.sm-large-btns li span.li-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  vertical-align: middle; }

/* -------------------- Bottom info section -------------------- */
.bottom-info-section {
  margin-top: 70px; }

.two-col {
  width: 50%;
  float: left;
  padding: 110px 80px 0 80px;
  box-sizing: border-box;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top; }
  .two-col .ghost_btn {
    padding: 10px 35px; }
  @media only screen and (max-width: 1000px) {
    .two-col {
      padding: 110px 40px 0 40px; } }
  @media only screen and (max-width: 767px) {
    .two-col {
      padding: 110px 0 0 0;
      width: 100%;
      margin-bottom: 30px; } }

.tc-left {
  background-size: 44px 78px; }

.tc-right {
  background-image: url(../images/aus-mark.png);
  background-size: 52px 52px;
  background-position: center 25px; }

a.ghost_btn, a.ghost_btn:visited {
  display: inline-block;
  margin: 10px auto;
  padding: 16px 24px;
  line-height: 1em;
  color: #64cbe6;
  border: 2px solid #64cbe6;
  text-transform: uppercase;
  border-radius: 200px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 0.9em;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.5s; }
  a.ghost_btn i, a.ghost_btn:visited i {
    margin-left: 1em; }

a.ghost_btn:hover {
  background-color: #64cbe6;
  color: white; }

/* -------------------- Modal box -------------------- */
#modal_box {
  display: none; }

.fancybox-inner {
  -webkit-overflow-scrolling: touch;
  overflow: hidden !important;
  height: auto !important; }
  @media only screen and (max-width: 767px) {
    .fancybox-inner {
      overflow: scroll !important; } }

.fancybox-inner svg {
  fill: #64cbe6;
  width: 100px; }

@media (max-height: 630px) {
  .fancybox-inner .modalbox p {
    font-size: 0.9rem;
    line-height: 1.3; }

  .fancybox-inner .opt_in_field label {
    font-size: 0.75rem;
    line-height: 0.8; } }
@media (max-height: 578px) {
  .fancybox-inner {
    overflow: scroll !important; } }
.modalbox {
  text-align: center;
  background-color: #fff;
  padding: 0 30px 30px; }
  @media only screen and (max-width: 1000px) {
    .modalbox {
      padding: 10px; } }
  @media only screen and (max-width: 767px) {
    .modalbox {
      padding: 5px; } }

.modalbox h3 {
  margin-top: -15px; }
  @media only screen and (max-width: 767px) {
    .modalbox h3 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 24px;
      line-height: 1.5rem; } }

.modalbox p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem; }
  @media only screen and (max-width: 767px) {
    .modalbox p {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 20px;
      line-height: 1.25rem; } }

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

.register-form .submit {
  display: block;
  text-transform: uppercase;
  box-sizing: border-box;
  text-align: center;
  margin: 10px auto;
  padding: 14px 24px;
  letter-spacing: 0.1em;
  color: #64cbe6;
  border: 2px solid #64cbe6;
  text-transform: uppercase;
  border-radius: 100px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  outline: none;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.5s;
  font-size: 16px;
  font-size: 1rem; }
  @media only screen and (max-width: 767px) {
    .register-form .submit {
      font-size: 14px;
      font-size: 0.875rem; } }
  .register-form .submit .fa {
    margin-left: 8px; }
  .register-form .submit:hover, .register-form .submit:active, .register-form .submit:focus {
    background-color: #64cbe6;
    color: white; }
  .register-form .submit.loading {
    background: #64cbe6 !important;
    color: rgba(255, 255, 255, 0.7) !important; }

.field50 {
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
  float: left;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .field50 {
      width: 100%;
      float: none; } }
  .field50.required {
    position: relative; }
    .field50.required:after {
      content: '*';
      color: #64cbe6;
      font-weight: bold;
      font-size: 1.5em;
      position: absolute;
      top: 50%;
      right: 1em;
      height: 0;
      line-height: 0.25em; }

.field100 {
  float: left;
  width: 100%;
  padding: 5px;
  box-sizing: border-box; }

.register-form input[type="text"],
.register-form input[type="email"],
.register-form textarea {
  width: 100%;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  border: 2px solid #dadcda;
  transition: 0.3s;
  padding: 10px 15px;
  color: #666666;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 4px; }
  .register-form input[type="text"].error,
  .register-form input[type="email"].error,
  .register-form textarea.error {
    border-color: #f20e0b !important; }

.register-form textarea {
  line-height: 1.4; }

.register-form select {
  border-radius: 4px;
  display: block;
  color: #666666;
  background-color: white;
  padding: 10px 15px;
  margin: 0;
  vertical-align: middle;
  border: 2px solid #dadcda;
  outline: none;
  font-family: inherit;
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%; }

.register-form .arrow-down {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  border-left: 2px solid #dadcda;
  margin: 7px 7px 5px;
  pointer-events: none; }
  .register-form .arrow-down i {
    color: #dadcda;
    font-size: 1em; }

.register-form label.error {
  display: none !important; }

.register-form input[type="text"]:focus,
.register-form input[type="text"].focus,
.register-form input[type="email"]:focus,
.register-form input[type="email"].focus {
  outline: none;
  border: 2px solid #64cbe6; }

.opt_in_field {
  text-align: center;
  margin-bottom: 0.5em; }

.opt_in_field label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem; }

p.error-message {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-style: italic;
  color: #f20e0b;
  text-align: center;
  display: none; }

.error-field {
  border: 2px solid #f20e0b !important;
  background-color: #FEEEEE !important; }

.close-modalbox {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #64cbe6;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.1em;
  transition: color 0.3s;
  margin-bottom: -20px; }

.close-modalbox i {
  margin-left: 5px;
  margin-top: 5px; }

.fancybox-skin {
  background-color: #fff !important;
  color: #646C64 !important; }

/* -------------------- Hide/Display responsive -------------------- */
.mobile-only {
  display: none; }
  @media only screen and (max-width: 767px) {
    .mobile-only {
      display: block; } }

@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }

.tablet-down-only {
  display: none; }
  @media only screen and (max-width: 1000px) {
    .tablet-down-only {
      display: block; } }

@media only screen and (max-width: 1000px) {
  .hide-tablet-down {
    display: none !important; } }

/* -------------------- Glossary -------------------- */
.glossary {
  width: 80%;
  max-width: 1400px;
  box-sizing: border-box;
  margin: 50px auto 50px auto;
  text-align: center; }
  .glossary h2 {
    margin-bottom: 5vh; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5vh; }
  @media only screen and (max-width: 767px) {
    .row {
      display: block; }
      .row:last-of-type .method:last-of-type {
        margin-bottom: 0; } }

.method {
  border: 2px solid rgba(100, 108, 100, 0.2);
  border-radius: 10px;
  text-align: left;
  float: left;
  width: 47.5%;
  display: -ms-flexbox;
  display: flex;
  margin: 1%;
  overflow: hidden; }
  @media only screen and (max-width: 1100px) {
    .method {
      width: 100%;
      margin: 0 0 30px;
      display: block; } }

.method .copy {
  width: 55%;
  padding: 1.7em;
  background: rgba(100, 108, 100, 0.04);
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  float: left; }
  @media only screen and (max-width: 767px) {
    .method .copy {
      height: auto;
      width: 100%; } }
  .method .copy h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #64cbe6;
    line-height: 1em; }
  .method .copy p:last-of-type {
    margin-bottom: 0; }

.method .image {
  width: 45%;
  display: inline-block;
  padding: 2em;
  box-sizing: border-box;
  text-align: center;
  float: left;
  position: relative; }
  .method .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  @media only screen and (max-width: 767px) {
    .method .image {
      width: 100%; } }
  @media only screen and (max-width: 1100px) {
    .method .image img {
      position: relative;
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: auto;
      right: auto; } }

/* -------------------- Miscellaneous -------------------- */
.clear_both, .clear-both {
  clear: both; }

img {
  /*width:auto;*/
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

img[style] {
  /*width:auto !important;*/
  max-width: 100% !important;
  height: auto !important; }

/* -------------------- footer -------------------- */
footer {
  margin-top: 10vh;
  overflow: hidden;
  position: relative; }
  footer:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 300%;
    background: #e6f1f6;
    border-radius: 50% 50% 0 0;
    left: -120%;
    min-width: 2400px;
    z-index: -1; }

.know-more {
  text-align: center;
  margin: 5vh auto 0;
  padding: 5vw;
  max-width: 800px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .know-more {
      font-size: 0.9em; } }
  .know-more i {
    margin-left: 1em; }

.pre_footer {
  text-align: center;
  height: 50vh;
  width: 100%;
  max-width: 1400px;
  margin: -20vh auto -10vh;
  position: relative; }
  .pre_footer .fish,
  .pre_footer .coral,
  .pre_footer .bubbles {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .pre_footer .bubbles {
    animation: floatBubbles 20s linear infinite;
    background: url(../images/footer-bubbles.png) no-repeat center bottom; }
@keyframes floatBubbles {
  0% {
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); }
  25% {
    -ms-transform: translate3d(-4px, -2px, 0);
    transform: translate3d(-4px, -2px, 0); }
  50% {
    -ms-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0); }
  75% {
    -ms-transform: translate3d(4px, 2px, 0);
    transform: translate3d(4px, 2px, 0); }
  100% {
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
  .pre_footer .coral {
    animation: floatCoral 10s linear infinite;
    background: url(../images/footer-coral.png) no-repeat center bottom; }
@keyframes floatCoral {
  0% {
    -ms-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0); }
  25% {
    -ms-transform: translate3d(2px, 1px, 0);
    transform: translate3d(2px, 1px, 0); }
  50% {
    -ms-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0); }
  75% {
    -ms-transform: translate3d(-2px, -1px, 0);
    transform: translate3d(-2px, -1px, 0); }
  100% {
    -ms-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0); } }
  .pre_footer .fish {
    animation: floatFish 15s linear infinite;
    background: url(../images/footer-fish.png) no-repeat center bottom; }
@keyframes floatFish {
  0% {
    -ms-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0); }
  25% {
    -ms-transform: translate3d(4px, 2px, 0);
    transform: translate3d(4px, 2px, 0); }
  50% {
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); }
  75% {
    -ms-transform: translate3d(-4px, -2px, 0);
    transform: translate3d(-4px, -2px, 0); }
  100% {
    -ms-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0); } }
  .pre_footer img {
    width: 110%;
    margin: 0 auto;
    max-width: 1700px; }
  .pre_footer .share {
    position: absolute;
    bottom: 20vh;
    width: 100%;
    text-align: center; }

.footer {
  text-align: center;
  color: #64cbe6;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  box-sizing: border-box;
  padding-top: 15vh;
  overflow: hidden;
  position: relative; }
  .footer:before {
    content: '';
    z-index: -1;
    position: absolute;
    background: #153e6e;
    left: 50%;
    top: 0;
    -ms-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
    border-radius: 50% 50% 0 0;
    width: 150vw;
    height: 40vh;
    min-width: 1000px; }
  .footer a {
    color: #64cbe6;
    transition: color 0.3s; }

.footer-inner {
  background: #153e6e;
  padding: 0 5vw 5vw;
  margin-top: 0px; }
  @media only screen and (max-width: 1374px) {
    .footer-inner {
      margin-top: -100px; } }
  @media only screen and (max-width: 767px) {
    .footer-inner {
      margin-top: 0; } }

footer p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem; }

footer a:hover {
  color: #fff; }

.footer-links {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  padding-top: 10px; }
  @media only screen and (max-width: 767px) {
    .footer-links {
      padding-top: 30px; } }

.footer-links a {
  margin: 20px;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .footer-links a {
      display: block; } }

.footer-links .line {
  display: inline-block;
  font-weight: 800;
  margin: 0 10px; }
  @media only screen and (max-width: 767px) {
    .footer-links .line {
      display: none; } }

.logo-links a {
  padding: 10px; }
  @media only screen and (max-width: 767px) {
    .logo-links a {
      display: block;
      padding: 30px;
      width: 50%;
      float: left;
      box-sizing: border-box; } }

.disclaimer {
  background-color: #29473d;
  color: #fff;
  display: none; }

.disclaimer-inner {
  width: 80%;
  max-width: 1034px;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto; }

.disclaimer p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem; }

/*# sourceMappingURL=styles.css.map */