/* NORMALIZE - EDITED
 * TODO: Edit properly and put in a Gist or something!
------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }
a:hover, a:active {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0; }

h2 {
  font-size: 1.5em;
  margin: 0; }

h3 {
  font-size: 1.17em;
  margin: 0; }

h4 {
  font-size: 1em;
  margin: 0; }

h5 {
  font-size: 0.83em;
  margin: 0; }

h6 {
  font-size: 0.75em;
  margin: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 0; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 0; }

nav ul, nav ol {
  list-style: none;
  padding: 0; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

@font-face {
  font-family: 'gothambook';
  src: url('/_fonts/gothambook.ttf') format('truetype');
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'gothambold';
  src: url('/_fonts/gothambold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

/* Typography */
h3 {
  font-family: 'gothambook', sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 100;
  margin-bottom: 15px;
  line-height: 1.25em; }

strong {
  font-family: 'gothambold', sans-serif; }

/* Forms Style */
.country-selector {
  width: 100%;
  display: none;
  clear: both;
  padding: 0; }
  @media screen and (min-width: 35em) {
    .country-selector {
      padding-top: 20px;
      padding-right: 0; } }
  @media screen and (min-width: 48em) {
    .country-selector {
      padding-right: 20px; } }
  .country-selector select {
    position: relative;
    width: 100%;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    padding: 10px;
    background: url(/_img/svg/arrow-down.svg) 95% no-repeat;
    background-size: 15px 15px;
    background-color: #FFF;
    border-color: #CCCCCC;
    text-indent: 0.01px;
    text-overflow: ''; }
    @media screen and (min-width: 35em) {
      .country-selector select {
        width: 48%; } }
  .country-selector .goto {
    display: block;
    font-family: 'gothambook', sans-serif;
    border: none;
    background-color: #1E7ABE;
    color: #FFF;
    float: none;
    padding: 10px;
    margin: 20px auto;
    text-align: center; }
    @media screen and (min-width: 35em) {
      .country-selector .goto {
        float: right;
        margin: 0;
        display: inline-block; } }

.container, .bupa-info {
  zoom: 1; }
  .container:before, .bupa-info:before, .container:after, .bupa-info:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .container:after, .bupa-info:after {
    clear: both; }

.footer ul li a i {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/* Layout Style */
html, body {
  width: 100%;
  min-height: 100%; }

html {
  background-color: #F0F0F0;
  background-size: cover;
  background-repeat: none;
  background-position: center top; }

.container {
  position: relative;
  max-width: 1400px;
  padding: 0 20px;
  display: block;
  margin: 0 auto; }
  @media screen and (min-width: 35em) {
    .container {
      padding: 0 100px; } }

/* Header Style */
.header {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .header {
      padding-top: 20px; } }
  .header .container {
    padding: 0; }
    @media screen and (min-width: 48em) {
      .header .container {
        padding: 0 100px; } }
  .header .header-background-image {
    display: inline-block;
    max-width: 100%;
    height: auto; }
    @media screen and (min-width: 48em) {
      .header .header-background-image {
        display: none; } }
  .header .bupa-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 60px; }
    @media screen and (min-width: 48em) {
      .header .bupa-logo {
        position: static;
        top: auto;
        left: auto;
        width: 100px;
        height: 100px; } }

/* Bupa Info Style */
.bupa-info {
  max-width: 100%;
  margin: 20px 0;
  background: rgba(253, 253, 252, 0.8);
  box-shadow: 1px 1px 2px #ccc;
  padding: 12px; }
  @media screen and (min-width: 48em) {
    .bupa-info {
      max-width: 540px;
      margin-bottom: auto;
      margin: 80px 0;
      padding: 40px 20px 40px 40px; } }
  .bupa-info h3 {
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 35em) {
      .bupa-info h3 {
        font-size: 20px;
        font-size: 1.25rem; } }
  .bupa-info a {
    text-decoration: none; }
  .bupa-info .box {
    position: relative;
    float: none;
    width: 100%;
    padding: 0; }
    @media screen and (min-width: 48em) {
      .bupa-info .box {
        float: left;
        width: 50%;
        padding-right: 20px; } }
    .bupa-info .box:first-child {
      margin-bottom: 10px; }
      @media screen and (min-width: 48em) {
        .bupa-info .box:first-child {
          margin-bottom: 0; } }
    .bupa-info .box .box-content {
      background-color: #1E7ABE;
      padding: 10px 20px 10px 12px;
      color: #FFF;
      font-family: 'gothambold', sans-serif;
      font-size: 16px;
      font-size: 1rem; }
      @media screen and (min-width: 48em) {
        .bupa-info .box .box-content {
          min-height: 190px;
          padding: 40px 28px;
          font-size: 26px;
          font-size: 1.625rem; } }
      .bupa-info .box .box-content a {
        color: #FFF;
        text-decoration: none; }
    .bupa-info .box:after {
      content: '';
      position: absolute;
      bottom: 8px;
      right: 12px;
      width: 9px;
      height: 17px;
      background: url(/_img/svg/chevron-r.svg) center center no-repeat;
      background-size: cover; }
      @media screen and (min-width: 48em) {
        .bupa-info .box:after {
          width: 18px;
          height: 34px;
          bottom: 20px;
          right: 40px; } }
  .bupa-info p.countries {
    clear: both;
    padding-top: 20px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3; }
    @media screen and (min-width: 48em) {
      .bupa-info p.countries {
        font-size: 16px;
        font-size: 1rem; } }
    .bupa-info p.countries a {
      color: #1E7ABE;
      font-family: 'gothambook', sans-serif; }

/* Footer Style */
.footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #1E7ABE; }
  @media screen and (min-width: 35em) {
    .footer {
      position: relative; } }
  @media screen and (min-width: 48em) {
    .footer {
      position: fixed; } }
  .footer ul {
    list-style: none;
    padding: 26px 0; }
    .footer ul.links {
      width: 100%;
      float: none; }
      @media screen and (min-width: 48em) {
        .footer ul.links {
          width: 80%;
          float: left; } }
      .footer ul.links li:first-child {
        padding-left: 0; }
      .footer ul.links li:last-child {
        padding-right: 0;
        border: none; }
    .footer ul.socials {
      width: 100%;
      padding: 20px 0;
      text-align: center; }
      @media screen and (min-width: 48em) {
        .footer ul.socials {
          width: 20%;
          float: left;
          text-align: right; } }
      .footer ul.socials li {
        border: none;
        padding: 0 2px;
        display: inline-block; }
        .footer ul.socials li a {
          display: block;
          padding: 5px;
          background-color: #FFF;
          border-radius: 50%; }
    .footer ul li {
      display: block;
      padding: 10px 0;
      border: none;
      text-align: center; }
      @media screen and (min-width: 35em) {
        .footer ul li {
          display: block;
          border: none;
          text-align: center;
          padding: 10px 0; } }
      @media screen and (min-width: 48em) {
        .footer ul li {
          display: inline-block;
          border-right: 1px solid #FFF;
          padding: 0 10px;
          text-align: left; } }
      .footer ul li a {
        color: #FFF;
        text-decoration: none;
        font-family: 'gothambook', sans-serif; }
        .footer ul li a i {
          width: 34px;
          height: 34px; }
        .footer ul li a i.youtube {
          background: url(/_img/Bupa-YouTube-icon-v2.png) center center no-repeat;
          background-size: contain; }
        .footer ul li a i.facebook {
          background: url(/_img/svg/facebook.svg) center center no-repeat;
          background-size: contain; }
        .footer ul li a i.twitter {
          background: url(/_img/Bupa-Twitter-icon-v2.png) center center no-repeat;
          background-size: contain; }
        .footer ul li a i.linkedin {
          background: url(/_img/Bupa-Linkedin-icon-v2.png) center center no-repeat;
          background-size: contain; }
