/*! 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; }

@keyframes in {
  to {
    opacity: 1;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0); } }

/* ------------------------------------------ Border-radius mixin: @include border-radius(5px); ); */
/* ------------------------------------------ Transition mixin: @include transition(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, footer, .logo-links {
  *zoom: 1; }
  .container:before, header:before, .providers-container:before, .prov-top:before, .prov-points:before, .score:before, footer:before, .logo-links:before, .container:after, header:after, .providers-container:after, .prov-top:after, .prov-points:after, .score:after, footer:after, .logo-links:after {
    content: " ";
    display: table; }
  .container:after, header:after, .providers-container:after, .prov-top:after, .prov-points:after, .score: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 */
/*

	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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #646C64; }

/* Copy & Lists */
p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 0 0 20px;
  font-family: "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: #18b1bd;
  text-transform: uppercase; }

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

h2 {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 68px;
  line-height: 4.25rem; }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

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: #18b1bd; }

a:visited {
  color: #237044; }

a:hover {
  color: #4fcd4d; }

/* ------------------------------------------ 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; } }

/* -------------------- Header -------------------- */
header {
  text-align: center;
  padding-top: 15px;
  background-image: url(../images/header-background.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 240px;
  background-size: cover; }
  @media only screen and (max-width: 1700px) {
    header {
      padding-bottom: 200px; } }
  @media only screen and (max-width: 1500px) {
    header {
      background-image: url(../images/header-background-1376.jpg); } }
  @media only screen and (max-width: 1374px) {
    header {
      background-image: url(../images/header-background-1200.jpg); } }
  @media only screen and (max-width: 1100px) {
    header {
      background-image: url(../images/header-background-1200.jpg); } }
  @media only screen and (max-width: 767px) {
    header {
      text-align: left;
      background-image: url(../images/header-mobile.jpg);
      padding-bottom: 80px;
      padding-top: 5px; } }

.header-inner {
  width: 100%;
  max-width: 1210px;
  padding: 0px 20px;
  box-sizing: border-box;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .header-inner {
      padding: 0px; } }

body:not(.home) .header-inner {
  min-height: 250px;
  max-width: 950px; }

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

.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;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #fff; }
  @media only screen and (max-width: 1000px) {
    header p {
      width: 80%; } }
  @media only screen and (max-width: 767px) {
    header p {
      width: 90%;
      text-align: left;
      font-size: 16px;
      font-size: 1rem;
      line-height: 22px;
      line-height: 1.375rem; } }

@media only screen and (max-width: 767px) {
  .hdr-btn-wrap {
    width: 90%;
    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); }

.top-bar {
  text-align: right; }

.top-bar ul.sm-btns {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  color: white; }
  .top-bar ul.sm-btns a {
    color: white; }
  .top-bar ul.sm-btns .js-share-facebook {
    color: white; }
    .top-bar ul.sm-btns .js-share-facebook .fa-stack-1x {
      position: relative;
      top: 1px; }
  .top-bar ul.sm-btns .js-share-twitter {
    color: white; }
    .top-bar ul.sm-btns .js-share-twitter .fa-stack-1x {
      position: relative;
      top: 1px; }
  .top-bar ul.sm-btns [data-action*="whatsapp"] {
    color: white; }
    .top-bar ul.sm-btns [data-action*="whatsapp"] .fa-stack-1x {
      position: relative;
      top: 0px; }
  @media only screen and (max-width: 767px) {
    .top-bar ul.sm-btns {
      margin-bottom: 0; } }

.top-bar ul.sm-btns li {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 10px;
  line-height: 0.625rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 20px; }
  @media only screen and (max-width: 1000px) {
    .top-bar ul.sm-btns li {
      margin-right: 8px;
      font-size: 11px;
      font-size: 0.6875rem; } }

.top-bar ul.sm-btns li a, .top-bar ul.sm-btns li a:visited {
  transition: all 0.5s; }
  .top-bar ul.sm-btns li a i:before, .top-bar ul.sm-btns li a:visited i:before {
    position: relative; }

.top-bar ul.sm-btns li a:hover {
  color: #000; }

.top-bar ul.sm-btns li span.li-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  vertical-align: middle; }
  @media only screen and (max-width: 1000px) {
    .top-bar ul.sm-btns li span.li-text {
      display: none; } }

.top-bar ul.sm-btns li .fa-inverse {
  color: #4fcd4d !important; }

/* -------------------- Info section -------------------- */
.info-section {
  margin-top: -100px; }
  @media only screen and (max-width: 1000px) {
    .info-section {
      display: none; } }

.three-col {
  width: 33.33333%;
  float: left;
  padding: 0 30px;
  box-sizing: border-box;
  text-align: center; }

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 #18b1bd; }

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

/* -------------------- Ratings-------------------- */
.ratings-container {
  background-image: url(../images/bolt.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 51px 91px;
  width: 80%;
  max-width: 1034px;
  padding: 120px 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: 120px 0 0 0; } }
  @media only screen and (max-width: 767px) {
    .ratings-container {
      margin-top: -20px;
      background-image: none;
      padding-top: 30px; } }

.ratings-container h4 {
  font-family: "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 currentColor;
  border-radius: 8px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .provider {
      border: 2px solid currentColor;
      border-radius: 6px;
      margin-bottom: 10px; } }

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

.prov-logo {
  padding: 0 10px 0 20px;
  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%; } }
  @media only screen and (max-width: 450px) {
    .prov-logo {
      width: 80%; } }

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

.prov-arrow {
  padding: 20px;
  float: right;
  width: 15%;
  max-width: 100px;
  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: 65px;
      line-height: 4.0625rem;
      padding: 0 5px;
      font-size: 14px;
      font-size: 0.875rem; } }

.flip-arrow {
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.prov-arrow {
  color: currentColor; }

.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: red;
  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 5px;
      max-width: 75px; } }

.prov-score {
  background-color: currentColor; }

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

.prov-detail {
  padding: 30px;
  text-align: left;
  color: #646C64; }
  @media only screen and (max-width: 767px) {
    .prov-detail {
      padding: 10px; } }

.prov-detail p {
  margin-bottom: 30px; }

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

.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: 20%;
  float: left;
  padding: 0 20px;
  margin-top: 25px;
  box-sizing: border-box; }

.prov-note {
  padding-right: 20px;
  padding-bottom: 20px;
  width: 80%;
  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; }

.score {
  margin-bottom: 10px; }
  .score:last-of-type {
    margin-bottom: 2em; }

.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 .yellow {
  background-color: #FDBD3B; }

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

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

.element_scores p.note {
  text-align: right;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  margin-top: 1em;
  line-height: 1.3;
  font-size: 12px; }

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

a.factsheet-btn, a.factsheet-btn:visited {
  display: inline-block;
  text-align: center;
  margin: 10px 0;
  padding: 10px 35px;
  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 {
  color: currentColor; }

/* -------------------- 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: #18b1bd;
  color: #fff;
  border: 3px solid #18b1bd;
  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: 50px; }

.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: #18b1bd; }

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: #18b1bd;
  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: #3bad2e; }

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-image: url(../images/bolt.png);
  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: 8px 20px;
  color: #18b1bd;
  border: 2px solid #18b1bd;
  text-transform: uppercase;
  border-radius: 3px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.9em;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.5s; }

a.ghost_btn:hover {
  background-color: rgba(24, 177, 189, 0.1); }

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

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

@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: 30px; }
  @media only screen and (max-width: 1000px) {
    .modalbox {
      padding: 10px; } }
  @media only screen and (max-width: 767px) {
    .modalbox {
      padding: 5px; } }

@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;
  box-sizing: border-box;
  max-width: 250px;
  text-align: center;
  margin: 10px auto;
  padding: 10px 35px;
  color: #18b1bd;
  border: 2px solid #18b1bd;
  text-transform: uppercase;
  border-radius: 3px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  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.loading {
    background: #18b1bd !important;
    color: rgba(255, 255, 255, 0.7) !important; }

.register-form .submit:hover {
  background-color: rgba(24, 177, 189, 0.1); }

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

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

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

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

.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 #4fcd4d; }

.opt_in_field {
  text-align: center; }

.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; }

.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; } }

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

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

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

/* -------------------- footer -------------------- */
.pre_footer {
  display: none; }
  @media only screen and (max-width: 767px) {
    .pre_footer {
      display: block; } }

.pre_footer img {
  display: block;
  width: 100%; }

footer {
  text-align: center;
  background-image: url(../images/footer-background.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 560px;
  background-size: cover;
  background-color: #29473d;
  color: #fff;
  margin-bottom: 0;
  box-sizing: border-box; }
  @media only screen and (max-width: 1374px) {
    footer {
      background-image: url(../images/footer-background-1376.jpg);
      background-size: auto; } }
  @media only screen and (max-width: 767px) {
    footer {
      background-image: none;
      padding-top: 20px; } }

.footer-inner {
  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: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem; }

footer a, footer a:visited {
  color: #68867c; }

footer a:hover {
  color: #fff; }

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

.footer-links a {
  margin: 20px;
  font-weight: bold; }

.logo-links a {
  padding: 40px; }
  @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; }

.color-dark-g {
  color: #4fcd4d; }

.color-light-g {
  color: #a5db14; }

.color-y {
  color: #f8c100; }

.color-o {
  color: #fe8c10; }

.color-dark-o {
  color: #ff6c3c; }

.color-red {
  color: #f4080b; }

.prov-top {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  clear: both; }
  @media only screen and (max-width: 450px) {
    .prov-top {
      display: block;
      max-height: none; } }

.prov-arrow {
  position: absolute;
  top: 0;
  right: 0; }
  @media only screen and (max-width: 736px) {
    .prov-arrow {
      width: 10%;
      line-height: 4.3em; } }
  @media only screen and (max-width: 767px) {
    .prov-arrow {
      color: white;
      line-height: 3.8em; } }
  @media only screen and (max-width: 450px) {
    .prov-arrow {
      line-height: 4.2em;
      width: 15%; } }

.prov-rating {
  position: relative;
  display: inline-block;
  background: currentColor;
  float: left;
  text-align: left;
  border-radius: 0 .4em .4em 0; }
  @media only screen and (max-width: 767px) {
    .prov-rating {
      padding-left: .5em;
      float: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 .8em; } }
  @media only screen and (max-width: 450px) {
    .prov-rating {
      padding-left: 0; } }
  .prov-rating .back {
    position: relative;
    display: inline-block;
    padding: 1.5em 1.2em 1.5em 1em; }
    .prov-rating .back .filled {
      padding: 1.5em 1.2em 1.5em 1em; }
  @media only screen and (max-width: 767px) {
    .prov-rating {
      font-size: .6em; }
      .prov-rating .back {
        padding: 1.2em .9em 1.2em .7em; }
        .prov-rating .back .filled {
          padding: 1.2em .9em 1.2em .7em; } }
  @media only screen and (max-width: 450px) {
    .prov-rating {
      font-size: .8em; } }
  .prov-rating .filled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left; }
    .prov-rating .filled img {
      opacity: 0;
      -ms-transform: scale(0.5, 0.5);
      transform: scale(0.5, 0.5);
      transform: scale3d(0.5, 0.5, 1); }
      .prov-rating .filled img:nth-of-type(1) {
        animation: in 0.3s cubic-bezier(0.17, 0.67, 0.34, 1.64) forwards 1.08s; }
      .prov-rating .filled img:nth-of-type(2) {
        animation: in 0.3s cubic-bezier(0.17, 0.67, 0.34, 1.64) forwards 1.16s; }
      .prov-rating .filled img:nth-of-type(3) {
        animation: in 0.3s cubic-bezier(0.17, 0.67, 0.34, 1.64) forwards 1.24s; }
      .prov-rating .filled img:nth-of-type(4) {
        animation: in 0.3s cubic-bezier(0.17, 0.67, 0.34, 1.64) forwards 1.32s; }
      .prov-rating .filled img:nth-of-type(5) {
        animation: in 0.3s cubic-bezier(0.17, 0.67, 0.34, 1.64) forwards 1.4s; }
  .prov-rating img {
    width: 2.25em; }

.provider {
  position: relative; }

.badge {
  position: absolute;
  width: 5em;
  height: 5em;
  left: -4em;
  top: -1.5em;
  z-index: 1;
  margin: 0;
  opacity: 0;
  -ms-transform: scale(0.5, 0.5) rotate(-20deg);
  transform: scale(0.5, 0.5) rotate(-20deg);
  transform: scale3d(0.5, 0.5, 1) rotate(-20deg);
  -ms-transform-origin: 70% 30%;
  transform-origin: 70% 30%;
  animation: in 0.4s cubic-bezier(0.17, 0.67, 0.34, 1.64) forwards 1.6s; }
  @media only screen and (max-width: 1000px) {
    .badge {
      left: -2.5em;
      top: -1.8em; } }
  @media only screen and (max-width: 450px) {
    .badge {
      top: auto;
      width: 4em;
      height: 4em;
      bottom: .5em;
      right: 1em;
      left: auto; } }

/*# sourceMappingURL=site.min.css.map */
