﻿/* Base Section */
/*
   * Here we can pass parameters: name, extension, color, position, repeat
   * with this example we will just repeat the graphic
   */
@import url("https://fonts.googleapis.com/css?family=Lato%3A300%2C400");
/* apply a natural box layout model to all elements, but allowing components to change */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 16px;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #2a2f32;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.6;
}

body.no-scroll {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto !important;
  margin: 0;
}

a {
  color: #209BAD;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus, a:active {
  text-decoration: none !important;
  color: #209BAD !important;
  /*border-bottom: 1px solid #209BAD;*/
}

.wrapper {
  min-height: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.container {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.container--home {
  max-width: 100%;
}

@media (min-width: 64rem) {
  .container--home {
    padding-left: 60px;
  }
}

@media (min-width: 68.75rem) {
  .mobile {
    display: none !important;
  }
}

.is-tablet {
  display: none;
}

@media (min-width: 48rem) {
  .is-tablet {
    display: table-cell;
  }
}

.desktop {
  display: none !important;
}

@media (min-width: 64rem) {
  .desktop {
    display: block !important;
  }
}

@media (min-width: 64rem) {
  .is-mobile {
    display: none !important;
  }
}

@media (max-width: 63.93rem) {
  .is-desktop {
    display: none !important;
  }
}

.column iframe {
  max-width: 100%;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(/fonts/MaterialIcons-Regular.woff) format("woff"), url(/fonts/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

h1 p, h2 p, h3 p, h4 p, h5 p {
  margin: 0;
}

h1 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
  font-size: 2.25rem;
}

h2 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 26px;
  font-size: 1.625rem;
  color: #006370;
}

h3 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}

h4, h5 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

p {
  color: #5C5D5F;
}

em {
  font-style: italic;
  /*color: #79a427;*/
}

/* Hover underline in RTE paragraph*/
.rte-paragraph {
  color: #5c5d5f;
  font-family: Georgia;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rte-paragraph a:hover {
  text-decoration: underline !important;
}

.Subheading {
  color: #2a2f32;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.rte-title-orange {
  color: #01525d;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  line-height: 29px;
  padding-left: 15px;
  border-left: 3px solid #f06e19;
  display: block;
  font-weight: 700;
}

.rte-title-red {
  color: #01525d;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  line-height: 29px;
  padding-left: 15px;
  border-left: 3px solid #c02245;
  display: block;
  font-weight: 700;
}

.rte-heading {
  color: #00454f;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 30px;
}

.rte-orange-emphasis {
  font-style: italic;
  color: #F06E1A;
}

.rte-emphasis {
  color: #89C330;
  font-style: italic;
}

/*.rte-green-emphasis {
    font-style: italic;
    color: #89C330;
}*/
.caption {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #89C330;
  font-style: italic;
}

@media (min-width: 68.75rem) {
  .content__section {
    padding-bottom: 202px;
  }
}

#content {
  display: block;
  padding-left: 0;
}

@media (min-width: 68.75rem) {
  #content {
    padding-left: 200px;
  }
}

/* 
**** EFPIA VIEW ****
*/
@media (min-width: 64rem) {
  .header__subscribe {
    display: inline-block;
    width: 340px;
    padding: 20px 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

.header__subscribe--content {
  position: relative;
  height: 100%;
  padding: 20px 0;
  /* Form */
}

@media (min-width: 64rem) {
  .header__subscribe--content {
    padding: 60px 10px;
  }
  .header__subscribe--content.closed {
    padding: 80px 0 0 0;
  }
}

@media (min-width: 64rem) {
  .header__subscribe--content h3 {
    padding-left: 10px;
    margin-bottom: 0;
  }
}

.header__subscribe--content span {
  position: relative;
  top: -10px;
}

@media (min-width: 64rem) {
  .header__subscribe--content span {
    padding-left: 10px;
    padding-bottom: 10px;
  }
}

.header__subscribe--content form span {
  display: block;
  padding: 30px 0 10px 0;
  color: #fff;
  font-weight: 400;
}

@media (min-width: 64rem) {
  .header__subscribe--content form span {
    padding: 15px 0 0;
  }
}

.header__subscribe--content form button[type="submit"] {
  display: block;
  width: 100%;
}

@media (min-width: 64rem) {
  .header__subscribe--content form button[type="submit"] {
    display: inline-block;
    width: auto;
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*right: 0;*/
    float: right;
  }
}

.header__subscribe--content form label {
  padding-left: 40px;
  position: relative;
}

/* View Section that holds everything below the tabs*/
.view__content {
  display: block;
  width: 100%;
}

.view__content button {
  display: block;
  margin: 20px auto;
}

@media (min-width: 64rem) {
  .view__content button {
    margin: 30px auto;
  }
}

@media (max-width: 63.93rem) {
  .view__content button.topic__load {
    display: none;
  }
}

@media (min-width: 64rem) {
  .view__content button.topic__load {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
  }
  .view__content button.topic__load i {
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -3px;
    left: 5px;
  }
  .view__content button.topic__load i:before, .view__content button.topic__load i:after {
    position: absolute;
    display: block;
    content: "";
    border: 8px solid transparent;
    /*adjust size*/
  }
  .view__content button.topic__load i:before {
    top: 0;
    border-top-color: #313333;
    /*Chevron Color*/
  }
  .view__content button.topic__load i:after {
    top: -3px;
    /*adjust thickness*/
    border-top-color: #FCFCFC;
    /*Match background colour*/
  }
}

.view__content button.topic__clear {
  width: 100%;
}

.view__content .topic__apply {
  display: block;
  width: 100%;
}

.view__content .topic__apply button {
  display: block;
  width: 100%;
  background: #209AAD;
  color: #fff;
  letter-spacing: 1px;
}

@media (min-width: 64rem) {
  .view__content .topic__apply {
    display: none;
  }
}

.view__content__wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 63.93rem) {
  .view__content__wrapper {
    margin-bottom: 23px;
  }
}

/* ****** EPIA VIEW SECTION ENDS ****** */
/* 
**** EFPIA NEWS - EVENTS  ****
*/
@media (max-width: 63.93rem) {
  .event-list__container {
    padding: 0 15px;
  }
}

@media (min-width: 48rem) {
  .event-list__container {
    display: block;
    width: 100%;
    padding: 0 20px;
    overflow: hidden;
  }
}

@media (min-width: 64rem) {
  .event-list__container {
    width: calc(100% - 300px);
    padding-right: 60px;
    padding-left: 0;
  }
}

.event-list__container .event__list__date {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
}

@media (min-width: 64rem) {
  .event-list__container .event__list__date {
    padding: 40px 0;
  }
}

.event-list__container .event__list__date h4 {
  color: #00454f;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

@media (min-width: 64rem) {
  .event-list__container .event__list__date h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.event-list__container .event__list__date .event__list__date--month {
  display: inline-block;
  width: auto;
  float: left;
}

.event-list__container .event__list__date .event__list__date--year {
  display: inline-block;
  width: auto;
  float: right;
}

.event-list__container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.content__container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 20px;
}

@media (min-width: 68.75rem) {
  .content__container {
    padding: 50px 30px;
  }
}

.content__container.content__container--no-padding-m {
  padding: 20px 0;
}

@media (min-width: 30rem) {
  .content__container.content__container--no-padding-m {
    padding: 30px 10px;
  }
}

@media (min-width: 68.75rem) {
  .content__container.content__container--no-padding-m {
    padding: 50px 30px;
  }
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.error__section {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.error__section .error__container {
  padding-top: 20%;
  padding-bottom: 20%;
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}

@media (min-width: 48rem) {
  .error__section .error__container {
    height: 91vh;
  }
}

.error__section .error__container .error__container--block {
  display: block;
  margin-top: 20px;
  text-align: left;
}

@media (min-width: 48rem) {
  .error__section .error__container .error__container--block {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
  }
  .error__section .error__container .error__container--block:first-child {
    width: 35%;
    padding-right: 3%;
  }
}

.error__section .error__container .error__header {
  font-size: 25px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #01525d;
}

@media (min-width: 48rem) {
  .error__section .error__container .error__header {
    font-size: 30px;
  }
}

.error__section .error__container .error__description {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  margin-top: 20px;
  line-height: 1.3;
  color: #2a2f32;
}

.error__section .error__container .error__description strong {
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 48rem) {
  .error__section .error__container .error__description {
    font-size: 22px;
    margin-top: 30px;
  }
}

.error__section .error__container .error__home {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 5px 40px;
  text-transform: uppercase;
  color: #ffffff;
  background: #209aad;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  margin-top: 30px;
}

.error__section .error__container .error__home:hover {
  color: #ffffff !important;
}

/*# sourceMappingURL=error.css.map */