@charset "CP850";
/* Helpers */
/* Fonts */
/* Colours */
/* Widths */
/* Spacing */
/* Breakpoints */
/* Base */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

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

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

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

input, select {
  vertical-align: middle; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  position: relative;
  min-height: 100%; }

body {
  font-size: 62.5%;
  font-family: "Ubuntu Condensed", sans-serif;
  color: #565450;
  background: transparent url(../img/background-light.jpg) repeat 0 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 150%; }

ul {
    list-style: none;
}
.article__content ul {
    list-style: disc;
}
.article__content li ul {
    font-size: 1em;
    list-style: circle;
}
.article__content li ol {
    font-size: 1em;
    list-style: lower-alpha;
}

a {
  text-decoration: none; }

a:hover {
  color: #ce6534; }

p {
  font-size: 1.6em;
  line-height: 150%; }

img {
  display: block;
  max-width: 100%;
  height: auto;}
div.wp-caption {
    max-width: 100%;
}

.main {
  padding: 3em 0;
  position: relative; }

.main--narrow {
  padding-bottom: 0; }

.container {
  width: 90%;
  margin: 0 auto;
  max-width: 100em; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.section {
  position: relative;
  padding-top: 50px; }
  .section .button {
    margin-bottom: 60px; }

.section--light {
  background-color: #cee1e0; }

.section--dark {
  background-color: #109492;
  color: white; }

.section--detail {
  background: transparent url(../img/brackground-stripe.jpg) repeat 0 0;
  color: white;
  padding-bottom: 30px; }
  @media screen and (min-width: 60em) {
    .section--detail {
      padding-bottom: 0; } }
  .section--detail .section__title {
    color: #a19c92; }
    @media screen and (min-width: 35em) {
      .section--detail .section__title:before, .section--detail .section__title:after {
        content: '';
        display: inline-block;
        background: transparent url(../img/background-detail.png) repeat-x 0 0;
        height: 11px;
        width: 25%;
        vertical-align: top;
        margin: 35px 0 0 15px; } }
  @media screen and (min-width: 35em) and (min-width: 60em) {
    .section--detail .section__title:before, .section--detail .section__title:after {
      width: 30%; } }
    @media screen and (min-width: 35em) {
      .section--detail .section__title:before {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
        margin: 35px 15px 0 0; } }

.section__title {
  text-align: center;
  line-height: 120%; }

.section__subtitle {
  color: #109492;
  text-align: center; }

.section--intro {
  padding-top: 0; }
  .section--intro .section__title {
    text-align: left; }
  .section--intro .section__subtitle {
    text-align: left;
    margin-bottom: 20px; }

.section__strap {
  text-align: center;
  font-size: 2.2em;
  margin: 0 auto; }
  @media screen and (min-width: 35em) {
    .section__strap {
      width: 40.8%; } }

.section__strap--normal {
  font-size: 1.6em;
  margin-bottom: 25px; }
  @media screen and (min-width: 35em) {
    .section__strap--normal {
      width: 50%; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif;
  font-weight: normal; }

h1 {
  font-size: 5em; }

h2 {
  font-size: 5em; }

h3 {
  font-size: 2.2em; }

h4 {
  font-size: 1.8em; }

h5 {
  font-size: 1.6em; }

h6 {
  font-size: 1.2em; }

/* Components */
/* 
*
*	MPU
*
*/
.mpu {
  border-top: 5px solid #4a4844;
  border-bottom: 5px solid #4a4844;
  padding: 20px 0 23px;
  height: 320px; }

/* 
*
*	Banner
*
*/
.banner img {
  margin: 0 auto; }

/* 
*
*	Skyscraper
*
*/
.skyscraper {
  max-width: 32em;
  margin: 0 auto; }

.news__item {
  background-color: white;
  min-height: 320px;
  border: 1px solid #a19c92;
  position: relative;
  padding: 0 0 48px;
  -webkit-box-shadow: 0 2px 2px -1px #a19c92;
  -moz-box-shadow: 0 2px 2px -1px #a19c92;
  box-shadow: 0 2px 2px -1px #a19c92; }

.news__item__inner:before, .news__item__inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 10px;
  background-color: #e1b7a3; }
.news__item__inner:after {
  z-index: 3; }
.news__item__inner:before {
  width: 4px;
  height: 100%; }

.news__item--image {
  padding-top: 0; }
  .news__item--image .news__title {
    font-size: 1.8em;
    padding: 10px 50px 0 20px; }

.news__image {
  position: relative; }
  .news__image:after, .news__image:before {
    bottom: 0;
    right: 45px;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1; }
  .news__image:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 21px; }
  .news__image:before {
    bottom: 5px;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: rgba(0, 0, 0, 0.3);
    border-width: 24px;
    margin-right: -3px; }

.news__image__link {
  display: block;
  position: relative; }
  .news__image__link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.3); }

.news__title {
  padding: 50px 20px 0;
  position: relative; }
  .news__title:before {
    content: '';
    background: transparent url(../img/icons/icons-01.svg) no-repeat 0 0;
    position: absolute;
    top: 14px;
    right: 14px;
    width: 24px;
    height: 24px;
    z-index: 2; }
  .news__title:after {
    content: '';
    width: 33px;
    height: 33px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1; }

.news__title__link {
  display: block;
  color: #565450; }

.news__category {
  display: inline-block;
  color: white;
  position: absolute;
  top: 10px;
  left: -10px;
  font-family: "Ubuntu Condensed", sans-serif;
  text-transform: uppercase;
  line-height: 1; }
  .news__category:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -10px;
    border: solid transparent;
    border-color: rgba(17, 16, 14, 0);
    border-right-color: #11100e;
    border-width: 10px;
    z-index: -1; }

.news__category__link {
  display: block;
  background-color: #272624;
  color: white;
  padding: 10px; }
  .news__category__link:hover {
    color: white;
    background-color: #ce6534; }

.news__copy {
  margin: 10px 20px 0; }

.news__meta {
  color: #b0a89e;
  font-size: 1.2em;
  margin: 7px 20px 0; }

.news__author {
  position: relative;
  padding-right: 15px; }
  .news__author:after {
    content: "//";
    position: absolute;
    right: 0; }

.news__author__link {
  color: #b0a89e; }

.news__time {
  margin-left: 5px; }

.news__item--radio-access .news__item__inner:before, .news__item--radio-access .news__item__inner:after, .news__item--radio-access .tags__link:hover, .news__item--radio-access .news__category__link:hover, .news__item--radio-access .news__title:after {
  background-color: #629440; }
.news__item--radio-access .news__title__link:hover, .news__item--radio-access .news__author__link:hover {
  color: #629440; }
.news__item--radio-access .news__title:before {
  background-image: url(../img/icons/icons-06.svg); }

.news__item--backhaul .news__item__inner:before, .news__item--backhaul .news__item__inner:after, .news__item--backhaul .tags__link:hover, .news__item--backhaul .news__category__link:hover, .news__item--backhaul .news__title:after {
  background-color: #7f184e; }
.news__item--backhaul .news__title__link:hover, .news__item--backhaul .news__author__link:hover {
  color: #7f184e; }
.news__item--backhaul .news__title:before {
  background-image: url(../img/icons/icons-05.svg); }

.news__item--core .news__item__inner:before, .news__item--core .news__item__inner:after, .news__item--core .tags__link:hover, .news__item--core .news__category__link:hover, .news__item--core .news__title:after {
  background-color: #428ccb; }
.news__item--core .news__title__link:hover, .news__item--core .news__author__link:hover {
  color: #428ccb; }
.news__item--core .news__title:before {
  background-image: url(../img/icons/icons-04.svg); }

.news__item--optimisation .news__item__inner:before, .news__item--optimisation .news__item__inner:after, .news__item--optimisation .tags__link:hover, .news__item--optimisation .news__category__link:hover, .news__item--optimisation .news__title:after {
  background-color: #e41a7b; }
.news__item--optimisation .news__title__link:hover, .news__item--optimisation .news__author__link:hover {
  color: #e41a7b; }
.news__item--optimisation .news__title:before {
  background-image: url(../img/icons/icons-03.svg); }

.news__item--assurance .news__item__inner:before, .news__item--assurance .news__item__inner:after, .news__item--assurance .tags__link:hover, .news__item--assurance .news__category__link:hover, .news__item--assurance .news__title:after {
  background-color: #877db6; }
.news__item--assurance .news__title__link:hover, .news__item--assurance .news__author__link:hover {
  color: #877db6; }
.news__item--assurance .news__title:before {
  background-image: url(../img/icons/icons-02.svg); }

.news__item--test .news__item__inner:before, .news__item--test .news__item__inner:after, .news__item--test .tags__link:hover, .news__item--test .news__category__link:hover, .news__item--test .news__title:after {
  background-color: #ee5b29; }
.news__item--test .news__title__link:hover, .news__item--test .news__author__link:hover {
  color: #ee5b29; }
.news__item--test .news__title:before {
  background-image: url(../img/icons/icons-01.svg); }

.news__item--large .news__copy {
  display: none; }
.news__item--large .news__image__link {
  height: 13.1em;
  overflow: hidden; }
.news__item--large .news__image__source {
  position: absolute;
  clip: rect(0, 320px, 133px, 0); }
  @media screen and (min-width: 64em) {
    .news__item--large .news__image__source {
      position: static;
      clip: auto; } }
.news__item--large:before {
  top: 13px; }
.news__item--large:after {
  top: 10px; }
@media screen and (min-width: 64em) {
  .news__item--large .news__title {
    font-size: 2.2em;
    padding-top: 50px;
    max-width: 325px; }
  .news__item--large .news__copy {
    display: block; }
  .news__item--large .news__image {
    float: right;
    height: 31.8em;
    overflow: hidden; }
    .news__item--large .news__image:after, .news__item--large .news__image:before {
      right: auto;
      left: 0;
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      z-index: 1; }
    .news__item--large .news__image:after {
      border-color: rgba(255, 255, 255, 0);
      border-color: transparent transparent transparent white;
      border-width: 160px 0 160px 44px; }
    .news__item--large .news__image:before {
      left: 5px;
      bottom: 0;
      border-color: transparent transparent transparent rgba(0, 0, 0, 0.3);
      border-width: 160px 0 160px 44px; }
    .news__item--large .news__image .news__image__link {
      height: auto; }
      .news__item--large .news__image .news__image__link:after {
        width: 5px;
        height: 100%; }
  .news__item--large .tags--article {
    width: 44%; } }

/* 
*
*	Features Box
*
*/
.features {
  background-color: white;
  border: 1px solid #a19c92;
  position: relative;
  padding: 60px 0 9px;
  -webkit-box-shadow: 0 5px 5px -1px #a19c92;
  -moz-box-shadow: 0 5px 5px -1px #a19c92;
  box-shadow: 0 5px 5px -1px #a19c92; }
  .features:before, .features:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 10px;
    background-color: #e1b7a3; }
  .features:after {
    z-index: 3; }
  .features:before {
    width: 4px;
    height: 100%; }
  .features .news__item {
    background: none;
    width: auto;
    border: none;
    position: static;
    padding: 0;
    margin: 0 20px 17px;
    min-height: inherit;
    max-width: 100%;
    -webkit-box-shadow: 0 0 0 0 black;
    -moz-box-shadow: 0 0 0 0 black;
    box-shadow: 0 0 0 0 black; }
  .features .news__title {
    padding-top: 0; }
    .features .news__title:before, .features .news__title:after {
      content: '';
      position: static;
      background: none; }
  .features .news__meta {
    margin-top: 0; }

/* 
*
*	Magazine Promo
*
*/
.magazine {
  min-height: 32em;
  -webkit-box-shadow: 0 5px 5px -1px #a19c92;
  -moz-box-shadow: 0 5px 5px -1px #a19c92;
  box-shadow: 0 5px 5px -1px #a19c92; }

.magazine__header {
  background: transparent url(../img/brackground-stripe.jpg) repeat 0 0; }
  .magazine__header:before, .magazine__header:after {
    content: " ";
    display: table; }
  .magazine__header:after {
    clear: both; }

.magazine__image {
  margin-top: -18px;
  float: left;
  width: 14.5em;
  overflow: hidden; }
  .magazine__image img {
    height: auto; }

.magazine__title {
  color: white;
  overflow: hidden;
  text-transform: uppercase;
  float: left;
  width: 160px;
  height: 140px;
  position: relative; }

.magazine__title__inner {
  display: block;
  background-color: #109492;
  width: 192px;
  height: 192px;
  position: relative;
  top: -54px;
  right: 35px;
  padding: 70px 0 0 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(-13deg);
  -moz-transform: rotate(-13deg);
  transform: rotate(-13deg); }
  .magazine__title__inner:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 22px 0 22px;
    border-color: #109492 transparent transparent transparent;
    position: absolute;
    top: 172px;
    right: 17px;
    -webkit-transform: rotate(-34deg);
    -moz-transform: rotate(-34deg);
    transform: rotate(-34deg); }

.magazine__bottom {
  background-color: white;
  border: 1px solid #a19c92;
  padding: 16px 25px 17px; }

.magazine__subtitle {
  text-transform: uppercase; }

.magazine__copy {
  color: #b0a89e; }

.button {
  display: block;
  font-size: 1.8em;
  font-family: "Roboto Slab", serif;
  color: white;
  background-color: #109492;
  border: 1px solid #109492;
  padding: 20px 0;
  width: 235px;
  text-align: center;
  margin: 30px auto 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button:hover {
    color: #109492;
    background-color: white;
    border-color: #109492; }

.button--small,
#leaky-paywall-profile .button-primary,
#leaky-paywall-profile-address-info .button-primary {
  display: inline-block;
  font-size: 1.5em;
  padding: 10px 25px;
  margin-top: 10px;
  width: auto; }

.button--invert {
  border: 1px solid white; }

.carousel {
  background: transparent url(../img/brackground-stripe.jpg) repeat 0 0;
  padding: 20px 0;
  overflow: hidden; }
  .carousel .news__item {
    box-shadow: none;
    /* Fix mixin */
    border: none;
    padding: 0;
    background: white url(../img/carousel-detail.gif) no-repeat bottom left;
    min-height: 210px; }
  .carousel .news__image {
    display: none;
    /* HACK: Waiting for PHP pro */ }
  .carousel .news__item--large {
    position: relative;
    /* HACK: Waiting for PHP pro */ }
    .carousel .news__item--large .news__image {
      display: block;
      /* HACK: Waiting for PHP pro */
      position: absolute;
      top: 0;
      left: 6px;
      z-index: 1;
      height: auto; }
    .carousel .news__item--large .news__title {
      position: absolute;
      bottom: 0;
      left: 6px;
      z-index: 2;
      background-color: rgba(39, 38, 36, 0.6);
      color: #fff;
      padding: 10px 30px;
      font-size: 1.8em;
      max-width: none;
      min-height: 101px;
      width: 100%; }
      .carousel .news__item--large .news__title:before {
        top: -205px; }
      .carousel .news__item--large .news__title:after {
        top: -210px; }
    .carousel .news__item--large .news__meta, .carousel .news__item--large .news__copy {
      display: none; }
    .carousel .news__item--large .news__image__link {
      height: auto; }
    .carousel .news__item--large .news__image__source {
      position: static;
      clip: auto;
      height: 320px; }
    .carousel .news__item--large .news__title__link {
      color: #fff;
      text-shadow: 1px 1px 1px #000; }
    .carousel .news__item--large .news__image:before, .carousel .news__item--large .news__image:after, .carousel .news__item--large .news__image__link:after {
      display: none; }
  .carousel .news__item__inner:before {
    width: 6px; }
  .carousel .news__item__inner:after {
    position: static;
    background: none;
    width: 0;
    height: 0; }
  .carousel .news__title {
    padding: 10px 30px;
    font-size: 2.2em; }
    @media screen and (min-width: 35em) {
      .carousel .news__title {
        padding: 10px 50px 0; }
        .carousel .news__title:before {
          right: 25px; }
        .carousel .news__title:after {
          right: 20px; } }
  .carousel .news__meta {
    margin: 7px 30px 0; }
    @media screen and (min-width: 35em) {
      .carousel .news__meta {
        margin: 7px 50px 0; } }
  .carousel .news__copy {
    margin: 19px 30px 0; }
    @media screen and (min-width: 35em) {
      .carousel .news__copy {
        margin: 19px 50px 0; } }

.carousel__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 100em; }

.carousel__title {
  font-size: 3em;
  color: white;
  text-align: center;
  margin-bottom: 30px; }

.carousel__control {
  display: block;
  width: 50px;
  height: 50px;
  background-color: white; }

.carousel__control--next {
  background-color: red; }

.carousel--narrow .news__title {
  font-size: 1.8em;
  padding: 10px 50px 0 30px; }
  @media screen and (min-width: 35em) {
    .carousel--narrow .news__title {
      padding: 10px 90px 0 50px; } }
.carousel--narrow .news__item {
  min-height: 85px;
  padding: 5px 0 20px; }
.carousel--narrow .crsl-nav {
  min-height: 8.5em; }

.crsl-nav-item {
  display: none; }

@media screen and (min-width: 35em) {
  .crsl-nav {
    display: block;
    min-height: 21em;
    position: relative; }
    .crsl-nav:before, .crsl-nav:after {
      content: '';
      display: block;
      background-color: rgba(39, 38, 36, 0.6);
      position: absolute;
      left: -100%;
      top: 0;
      height: 100%;
      width: 100%;
      z-index: 2; }
    .crsl-nav:after {
      left: auto;
      right: -100%; }

  .crsl-nav-item {
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(39, 38, 36, 0.6);
    cursor: pointer; }
    .crsl-nav-item.next {
      left: auto;
      right: 0; }
      .crsl-nav-item.next .crsl-nav-inner {
        border-right-color: transparent;
        border-left-color: white;
        right: auto;
        left: 7px; }
    .crsl-nav-item:hover {
      background-color: rgba(39, 38, 36, 0.8); }
    .crsl-nav-item:after {
      width: 0;
      height: 0;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      float: left;
      cursor: pointer;
      border-color: transparent white transparent transparent;
      border-style: solid;
      border-width: 12px 14px; }

  .crsl-nav-inner {
    display: block;
    text-indent: -9999px;
    border: solid transparent;
    height: 0;
    width: 0;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: white;
    border-width: 15px;
    position: relative;
    top: 50%;
    right: 7px;
    margin-top: -15px; } }
.crsl-wrap {
  position: relative;
  z-index: 2; }

.categories {
  background-color: white;
  border-top: 1px solid #a19c92;
  border-bottom: 1px solid #a19c92; }

.categories__list {
  border-right: 1px solid #a19c92; }

.categories__item {
  float: left;
  position: relative;
  width: 33.333%;
  text-align: center;
  border-left: 1px solid #a19c92; }
  @media screen and (min-width: 35em) {
    .categories__item {
      width: 16.666%; } }

.categories__link {
  display: block;
  color: #565450;
  font-size: 1.6em;
  position: relative;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .categories__link:hover .categories__count {
    display: none; }

.categories__type {
  display: block;
  padding: 45px 0 8px;
  position: relative;
  z-index: 2; }
  .categories__type:before {
    content: '';
    background: transparent url(../img/icons/icons-01.svg) no-repeat 0 0;
    position: absolute;
    top: 11px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    z-index: 1; }
  .categories__type:after {
    content: '';
    width: 33px;
    height: 33px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #109492;
    position: absolute;
    top: 7px;
    left: 50%;
    margin-left: -16px; }

.categories__count {
  display: none; }
  @media screen and (min-width: 60em) {
    .categories__count {
      display: block;
      line-height: 0.7;
      width: 100%;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      color: #eee;
      font-size: 5.5em; } }

.categories__link--active .categories__count {
  display: none; }

.categories__link--radio-access:hover, .categories__link--radio-access.categories__link--active {
  background-color: #629440;
  color: white; }
.categories__link--radio-access .categories__type:before {
  background-image: url(../img/icons/icons-06.svg); }
.categories__link--radio-access .categories__type:after {
  background-color: #629440; }

.categories__link--backhaul:hover, .categories__link--backhaul.categories__link--active {
  background-color: #7f184e;
  color: white; }
.categories__link--backhaul .categories__type:before {
  background-image: url(../img/icons/icons-05.svg); }
.categories__link--backhaul .categories__type:after {
  background-color: #7f184e; }

.categories__link--core:hover, .categories__link--core.categories__link--active {
  background-color: #428ccb;
  color: white; }
.categories__link--core .categories__type:before {
  background-image: url(../img/icons/icons-04.svg); }
.categories__link--core .categories__type:after {
  background-color: #428ccb; }

.categories__link--optimisation:hover, .categories__link--optimisation.categories__link--active {
  background-color: #e41a7b;
  color: white; }
.categories__link--optimisation .categories__type:before {
  background-image: url(../img/icons/icons-03.svg); }
.categories__link--optimisation .categories__type:after {
  background-color: #e41a7b; }

.categories__link--assurance:hover, .categories__link--assurance.categories__link--active {
  background-color: #877db6;
  color: white; }
.categories__link--assurance .categories__type:before {
  background-image: url(../img/icons/icons-02.svg); }
.categories__link--assurance .categories__type:after {
  background-color: #877db6; }

.categories__link--test:hover, .categories__link--test.categories__link--active {
  background-color: #ee5b29;
  color: white; }
.categories__link--test .categories__type:before {
  background-image: url(../img/icons/icons-01.svg); }
.categories__link--test .categories__type:after {
  background-color: #ee5b29; }

.filter {
  background-color: #cee1e0;
  padding: 1em 2em 2.8em; }

.filter__title {
  margin: 15px 0 10px;
  padding-top: 15px;
  border-top: 1px solid #a0b6b5;
  position: relative; }
  .filter__title:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e6f2f1;
    position: absolute;
    top: 0; }
  .filter__title:first-child {
    padding-top: 0;
    border-top: none; }
    .filter__title:first-child:before {
      background-color: transparent; }

.form__label {
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 1.5em;
  margin-bottom: 7px; }
  .form__label em {
    color: #ce6534; }

.form__input {
  display: block;
  border: 2px solid transparent;
  color: #565450;
  margin-bottom: 10px;
  font-size: 1.6em;
  font-family: "Ubuntu Condensed", sans-serif;
  padding: 7px 10px 8px;
  width: 90%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .form__input:focus {
    border: 2px solid #109492;
    outline: none;
    -webkit-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.7); }

.form__submit {
  border: 1px solid #109492;
  background-color: #109492;
  color: white;
  font-family: "Roboto Slab", serif;
  font-size: 1.5em;
  padding: 10px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 10px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .form__submit:hover {
    color: #109492;
    background-color: white;
    border-color: #109492; }

.errors__copy, .errors__list__item {
  color: #ffc600;
  margin-bottom: 15px; }

.errors__list__item {
  font-size: 1.6em; }

.links {
  background-color: #cee1e0;
  margin-top: 3em; }

.links_list {
  overflow: hidden;
  padding: 30px 0; }

@media screen and (min-width: 30em) {
  .link__item {
    width: 50%;
    float: left; } }
@media screen and (min-width: 40em) {
  .link__item {
    width: 33.33%; } }
@media screen and (min-width: 70em) {
  .link__item {
    width: 16.66%; } }

.link__object {
  height: 16.7em;
  color: white;
  position: relative;
  text-align: center;
  background: #304862 url(../img/box-1.jpg) no-repeat bottom left;
  overflow: hidden; }

.link__link {
  display: block;
  width: 100%;
  height: 100%;
  color: white; }
  .link__link:after {
    content: attr(data-text);
    font-size: 1.2em;
    background-color: #304862;
    border-top: 1px solid white;
    line-height: 30px;
    position: absolute;
    bottom: -31px;
    left: 0;
    width: 100%;
    transition: bottom 280ms 100ms cubic-bezier(0.35, -0.08, 0.34, 1.45); }
  .link__link:hover {
    color: white; }
    .link__link:hover .link__info {
      top: 0; }
    .link__link:hover:after {
      bottom: 0; }

.link__inner {
  padding: 0 .5em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.link__info {
  background-color: #304862;
  position: absolute;
  top: -135px;
  height: 135px;
  padding-top: 19px;
  transition: top 280ms ease-out, padding-top 280ms 200ms cubic-bezier(0.35, -0.08, 0.34, 1.45);
  overflow: hidden; }
  .link__info:before {
    content: attr(data-title);
    display: block;
    font-size: 1.6em;
    font-family: "Roboto Slab", serif;
    margin-bottom: 5px; }

.link__copy {
  font-size: 1.2em;
  padding: 0 .5em; }

.link__item:nth-child(even) .link__object, .link__item:nth-child(even) .link__link:after, .link__item:nth-child(even) .link__info {
  background-color: #25a09d; }

.link__object--background-1 {
  background-image: url(../img/box-1.jpg); }

.link__object--background-2 {
  background-image: url(../img/box-2.jpg); }

.link__object--background-3 {
  background-image: url(../img/box-3.jpg); }

.link__object--background-4 {
  background-image: url(../img/box-4.jpg); }

.link__object--background-5 {
  background-image: url(../img/box-5.jpg); }

.link__object--background-6 {
  background-image: url(../img/box-6.jpg); }

.newsletter {
  background-color: #4a4844;
  padding: 13px 20px 19px;
  min-height: 32em;
  -webkit-box-shadow: 0 5px 5px -1px #a19c92;
  -moz-box-shadow: 0 5px 5px -1px #a19c92;
  box-shadow: 0 5px 5px -1px #a19c92; }
  .newsletter .form__label {
    color: white; }
  .newsletter .errors__list {
    display: none; }

.newsletter__title {
  color: white;
  text-transform: uppercase; }

.newsletter__intro {
  color: white;
  margin-bottom: 15px; }
  .newsletter__intro.newsletter__response {
    margin-top: 30px; }

.social {
  overflow: hidden;
  text-align: left; }

.social__item {
  float: left;
  margin-left: 10px; }
  .social__item:first-child {
    margin-left: 0; }

.social__link {
  display: block;
  background-color: #109492;
  color: white;
  width: 50px;
  height: 50px;
  font-size: 4em;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .social__link:before {
    display: block;
    content: '';
    background: transparent url(../img/icons/icons-13.svg) no-repeat 0 0;
    width: 40px;
    height: 40px;
    position: relative;
    top: 5px;
    left: 5px; }
  .social__link:hover {
    color: white;
    background-color: #ce6534; }

.social__link--facebook {
  background-color: #6b80cf; }
  .social__link--facebook:before {
    background-image: url(../img/icons/icons-15.svg); }

.social__link--twitter {
  background-color: #7dbcf3; }
  .social__link--twitter:before {
    background-image: url(../img/icons/icons-13.svg); }

.social__link--google {
  background-color: #cb6651; }
  .social__link--google:before {
    background-image: url(../img/icons/icons-16.svg); }

.social__link--linkedin {
  background-color: #5889c6; }
  .social__link--linkedin:before {
    background-image: url(../img/icons/icons-14.svg); }

.social__link--invert {
  background-color: #109492; }
  .social__link--invert:hover {
    background-color: #ce6534;
    color: white; }

.social__link__inner {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.social__link--small {
  width: 40px;
  height: 40px; }
  .social__link--small:before {
    width: 32px;
    height: 32px;
    left: 5px;
    top: 5px; }

.tags {
  overflow: hidden;
  margin-left: -5px;
  font-size: 1.6em; }

.tags__item {
  float: left;
  padding: 5px 0 0 5px; }
  .tags__item:first-child {
    margin-left: 0; }

.tags__item--large {
  font-size: 1.6em; }

.tags__link {
  display: block;
  color: white;
  background-color: #4a4844;
  padding: 4px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .tags__link:hover {
    color: white; }

.tags__link:hover, .tags__link--invert {
  background-color: #ce6534; }

.tags__link--invert:hover {
  background-color: #4a4844; }

.tags__link--radio-access {
  background-color: #629440; }

.tags__link--backhaul {
  background-color: #7f184e; }

.tags__link--core {
  background-color: #428ccb; }

.tags__link--optimisation {
  background-color: #e41a7b; }

.tags__link--assurance {
  background-color: #877db6; }

.tags__link--test {
  background-color: #ee5b29; }

.tags__link--filter {
  background-color: #109492; }
  .tags__link--filter:hover, .tags__link--filter.tags__link--active {
    background-color: #4a4844; }

.tags--article {
  border-top: 1px solid #d7d7d7;
  padding-top: 5px;
  position: absolute;
  bottom: 10px;
  width: 88%;
  margin: 0 20px;
  font-size: 1.2em; }
  .tags--article .tags__item {
    padding: 5px 5px 0 0; }

.twitter {
  position: relative;
  overflow: hidden; }
  .twitter:before, .twitter:after {
    display: block;
    content: '';
    background: transparent url(../img/background-twitter.png) repeat-x 0 0;
    height: 3px;
    position: absolute;
    top: 18px;
    right: 115px;
    left: 100px; }
  .twitter:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: auto;
    width: 100%; }

.twitter__header {
  overflow: hidden; }

.twitter__title {
  float: left; }
  .twitter__title:after {
    display: inline-block;
    content: '';
    background: transparent url(../img/icons/icons-17.svg) no-repeat 0 0;
    width: 25px;
    height: 25px;
    position: relative;
    top: 6px;
    margin-left: 3px; }

.twitter__link {
  color: #6aa0cf;
  font-size: 1.2em;
  float: right;
  line-height: 37px; }

.twitter__inner {
  margin-left: -2em;
  overflow: hidden;
  padding-bottom: 2.5em; }

.tweet {
  padding: 1em 0 0.8em 2em; }
  @media screen and (min-width: 35em) {
    .tweet {
      float: left;
      width: 50%; } }
  @media screen and (min-width: 60em) {
    .tweet {
      width: 33.3%; } }

.tweet__user__link {
  color: #6aa0cf; }

.tweet__time__link {
  color: #b0a89e;
  font-size: 1.2em; }

.tweet__copy {
  font-size: 1.2em;
  margin-top: 5px; }
  .tweet__copy a {
    color: #565450; }
  .tweet__copy a:hover {
    color: #ce6534; }

/* Layout */
.grid {
  margin: 0 0 0 -2em; }
  @media screen and (min-width: 24em) {
    .grid {
      max-width: 34em;
      margin: 0 auto; } }
  @media screen and (min-width: 35em) {
    .grid {
      max-width: 64em; } }
  @media screen and (min-width: 64em) {
    .grid {
      max-width: none;
      margin: 0 0 0 -2em; } }
  .grid:before, .grid:after {
    content: ' ';
    display: table; }
  .grid:after {
    clear: both; }

.grid--copy {
  margin-left: -3em; }

.grid__item {
  padding: 0 0 3em 2em;
  max-width: 34em; }
  @media screen and (min-width: 35em) {
    .grid__item {
      float: left;
      width: 50%; } }
  @media screen and (min-width: 64em) {
    .grid__item {
      width: 33.3%; } }

.grid__item--wide {
  max-width: 34em; }
  @media screen and (min-width: 35em) {
    .grid__item--wide {
      width: 50%; } }
  @media screen and (min-width: 64em) {
    .grid__item--wide {
      width: 66.7%;
      max-width: 100%; } }

.grid__item--full {
  width: 100%;
  max-width: 100%; }

@media screen and (min-width: 35em) {
  .grid__item--alternate {
    float: right; } }

.grid__item--half {
  max-width: 100%; }
  @media screen and (min-width: 35em) {
    .grid__item--half {
      width: 50%; } }

@media screen and (min-width: 64em) {
  .grid-main {
    width: 68%;
    padding-right: 2em;
    float: left; } }

@media screen and (min-width: 64em) {
  .grid-sidebar {
    width: 32%;
    float: right; } }

.grid--form .grid__item {
  padding: 0 0 0 2em; }

.header__banner {
  background-color: #272624;
  padding: 20px 0; }
  .header__banner .container {
    text-align: center; }
  .header__banner .banner {
    margin: 0;
    display: inline-block; }
  .header__banner .banner__image {
    margin: 0; }
  .header__banner .social {
    display: inline-block;
    vertical-align: top;
    margin-top: 19px; }
    @media screen and (min-width: 1020px) {
      .header__banner .social {
        margin-left: 40px; } }

  .header__primary,
  .header__profile {
    background-color: #109492;
    text-align: center; }
  .header__primary:before, .header__primary:after,
  .header__profile:before, .header__profile:after {
    content: '';
    display: table; }
  .header__primary:after,
  .header__profile:after {
    clear: both; }
  @media screen and (min-width: 1020px) {
    .header__primary,
    .header__profile {
      text-align: left; } }

    .header__profile {
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
        text-align: center;
        border-bottom: 1px solid #106c6b;
    }
    @media screen and (min-width: 560px) {
        .header__profile {
            text-align: right;
        }
    }
    .header__profile .profile__list {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 90%;
        margin: 0 auto;
        max-width: 1000px;
    }
    .header__profile .profile__item {
        display: inline-block;
        border: none;
        vertical-align: bottom;
    }
    .header__profile .profile__link {
        display: block;
        padding: 8px 12px;
        color: #ffffff;
        font-size: 16px;
        text-decoration: none;
        position: relative;
        cursor: pointer;
    }
    .header__profile .profile__icon img {
        display: block;
    }
    .header__profile .profile__subscribe:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background-color: #106c6b;
    }
    .header__profile .profile__login:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background-color: #106c6b;
    }
    .header__profile .profile__login:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #106c6b;
    }
    .header__profile .profile__link.profile__icon {
      padding: 8px 6px;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #109492;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
    padding: 4px;
    z-index: 1000;
  }
  .dropdown-content a {
      display: block;
      color: #ffffff;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }
  .profile__item:hover,
  .dropdown-content .profile__link:hover {
      background-color: #17b4b2;
  }
  .header__profile .profile__account:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 100%;
      background-color: #106c6b;
  }
  .header__profile .profile__account:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 100%;
      background-color: #106c6b;
  }
  .header__profile .profile__account img {
      display: inline-block;
      vertical-align: middle;
  }

.header__logo {
  display: inline-block;
  width: 130px;
  height: 43px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: transparent url(../img/logo-tmn.svg) no-repeat 0 0;
  margin-top: 15px; }
  @media screen and (min-width: 35em) {
    .header__logo {
      width: 183px;
      margin-top: 8px; } }
  @media screen and (min-width: 1020px) {
    .header__logo {
      float: left; } }

/* 
*
*	Navigation
*
*/
.navigation {
  position: relative;
  min-height: 6em; }

.nav-trigger {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 0 0 30px;
  font-size: 2em;
  color: white;
  cursor: pointer;
  text-indent: -9999px; }
  .nav-trigger:before {
    content: "\2261";
    line-height: 1;
    position: absolute;
    bottom: -4px;
    left: 0;
    font-family: Verdana;
    font-size: 1.5em;
    text-indent: initial; }
    @media screen and (min-width: 1020px) {
      .nav-trigger:before {
        content: normal;
        content: none; } }
  @media screen and (min-width: 35em) {
    .nav-trigger {
      text-indent: initial; } }
  @media screen and (min-width: 1020px) {
    .nav-trigger {
      display: none; } }

.nav-trigger--open:before {
  content: "X";
  font-size: 1em;
  bottom: 0; }
  @media screen and (min-width: 1020px) {
    .nav-trigger--open:before {
      content: normal;
      content: none; } }

.nav {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  max-height: 0;
  overflow: hidden; }
  @media screen and (min-width: 1020px) {
    .nav {
      float: left;
      max-height: inherit;
      margin: 0 0 0 18px; } }

.nav--open {
  max-height: 488px; }

.nav__list {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 1020px) {
    .nav__list {
      border-top: none; } }

.nav__item {
  border-top: 1px solid #17b4b2;
  border-bottom: 1px solid #106c6b; }
  @media screen and (min-width: 1020px) {
    .nav__item {
      display: inline-block;
      border: none; } }
  .nav__item:first-child {
    border-top: none; }

.nav__link {
  display: block;
  padding: 22px 15px;
  color: white;
  font-size: 1.6em;
  text-transform: uppercase;
  text-decoration: none;
  position: relative; }
  .nav__link:hover {
    color: white; }
  @media screen and (min-width: 1020px) {
    .nav__link:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background-color: #fff;
      opacity: 0;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .nav__link:hover:after {
      opacity: 1;
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      transform: translateY(-10px); } }

@media screen and (min-width: 1020px) {
  .current-menu-item .nav__link:after {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px); } }

/* 
*
*	Search
*
*/
.nav__item--search {
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 60px;
  border-bottom: 0;
  border-left: 1px solid #17b4b2;
  border-right: 1px solid #106c6b;
  border-top: none;
  background-color: #109492; }
  .nav__item--search:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #106c6b; }
  .nav__item--search:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #17b4b2; }
  .nav__item--search:hover {
    background-color: #17b4b2; }
  .nav__item--search .nav__link {
    display: block;
    padding: 0;
    background: transparent url(../img/icons/icons-09.svg) no-repeat 0 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin: 13px 0 0 13px; }
    .nav__item--search .nav__link:after {
      background: none; }

.header .search {
  background-color: #272624;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.header .search--open {
  max-height: 8.2em;
  padding: 1.7em 0; }

.form--search {
  overflow: hidden; }
  .form--search .form__input {
    font-size: 2.1em; }

.footer {
  background: #4a4844 url(../img/background-footer.gif) repeat-x bottom left;
  -webkit-box-shadow: inset 1px 12px 9px -6px black;
  -moz-box-shadow: inset 1px 12px 9px -6px black;
  box-shadow: inset 1px 12px 9px -6px black;
  width: 100%; }
  .footer .container {
    padding: 3.5em 0 8em;
    position: relative; }
  .footer .social {
    clear: both;
    padding-top: 3em; }
    @media screen and (min-width: 60em) {
      .footer .social {
        float: right;
        clear: none;
        padding-top: 0; } }
  @media screen and (min-width: 60em) {
    .footer {
      background: #4a4844 url(../img/background-footer-full.jpg) no-repeat bottom center; } }

.logos {
  overflow: hidden; }
  @media screen and (min-width: 25em) {
    .logos {
      width: 50%;
      float: left; } }
  @media screen and (min-width: 60em) {
    .logos {
      width: auto; } }

.logos__link {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  float: left; }
  .logos__link.logos__link--tmn {
    width: 183px;
    height: 43px;
    background: transparent url(../img/logo-tmn.svg) no-repeat 0 0; }
  .logos__link.logos__link--mtmn {
    width: 118px;
    height: 54px;
    background: transparent url(../img/logo-mtmn.svg) no-repeat 0 0; }
  @media screen and (min-width: 25em) {
    .logos__link {
      float: none; } }
  @media screen and (min-width: 35em) {
    .logos__link {
      float: left; } }

.logos__stapline {
  clear: both;
  color: white;
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 1em; }

/* 
*
*	Support Links
*
*/
.support-links {
  overflow: hidden;
  margin: 3em 0 0 -4em; }
  @media screen and (min-width: 25em) {
    .support-links {
      text-align: left;
      float: right;
      width: 50%;
      margin-top: 0; } }
  @media screen and (min-width: 60em) {
    .support-links {
      float: left;
      width: auto;
      margin: 1em 0 0 2.5em; } }

.support-links__item {
  float: left;
  width: 50%;
  padding: 1em 3em;
  font-size: 1.4em;
  border-right: 1px solid #a19c92; }
  .support-links__item:nth-child(2n) {
    border-right: 0; }
  @media screen and (min-width: 35em) {
    .support-links__item {
      width: auto;
      padding: 2px 10px; }
      .support-links__item:nth-child(2n) {
        border-right: 1px solid #a19c92; }
      .support-links__item:last-child {
        border: none; } }

.support-links__link {
  display: block;
  color: white; }

.sidebar {
  padding-top: 30px; }
  .sidebar .twitter {
    border: 1px solid #a19c92;
    background: transparent url(../img/background-dark.png) repeat 0 0;
    padding: 2em 1.5em 2.5em; }
    .sidebar .twitter:before {
      top: 38px;
      left: 115px;
      right: 125px; }
    .sidebar .twitter:after {
      bottom: 2.5em;
      width: 90%; }
  .sidebar .tweet {
    width: 100%; }
  .sidebar > * {
    margin-bottom: 4em; }
  @media screen and (min-width: 60em) {
    .sidebar {
      padding-top: 0; } }

/* Pages */
/* 
*
*	The People
*
*/
.person-wrap {
  overflow: hidden;
  padding: 0 1.5em 6em; }

.person {
  margin-bottom: 3em; }
  @media screen and (min-width: 35em) {
    .person {
      position: relative;
      width: 460px;
      height: 460px;
      margin: 4em auto 4em; }
      .person:before {
        content: '';
        display: none;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 28px;
        left: 29px;
        width: 403px;
        height: 404px;
        z-index: 1;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; } }
  @media screen and (min-width: 60em) {
    .person {
      margin: 0;
      float: left; }
      .person:nth-child(even) {
        float: right; } }

.person__inner {
  text-align: center; }
  @media screen and (min-width: 35em) {
    .person__inner {
      display: none;
      position: absolute;
      top: 0;
      left: 50%;
      width: 64%;
      height: 100%;
      margin-left: -31%;
      padding-top: 15%;
      z-index: 1; } }

.person__header {
  display: none; }
  @media screen and (min-width: 35em) {
    .person__header {
      display: block;
      position: absolute;
      bottom: 55px;
      z-index: 10;
      text-align: center;
      width: 100%; } }

.person__title {
  color: #ce6534; }

.person__position {
  font-family: "Ubuntu Condensed", sans-serif;
  margin-bottom: 20px; }
  @media screen and (min-width: 35em) {
    .person__position {
      color: white; } }

.person__area:before {
  content: '|';
  padding-right: 5px; }

@media screen and (min-width: 35em) {
  .person__copy {
    color: white; } }

@media screen and (min-width: 35em) {
  .person__image {
    position: absolute;
    top: 0;
    left: 0; } }
.person__image:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px; }
  @media screen and (min-width: 35em) {
    .person__image:before {
      width: 402px;
      height: 402px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      border: 30px solid rgba(255, 255, 255, 0.5); } }

.person__source {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.person__link {
  display: block;
  width: 70px;
  height: 70px;
  position: relative;
  left: 50%;
  margin: 1em 0 0 -3.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #109492; }
  .person__link:before {
    display: inline-block;
    content: '';
    background: transparent url(../img/icons/icons-08.svg) no-repeat 0 0;
    width: 45px;
    height: 45px;
    position: relative;
    top: 12px;
    left: 0; }
  @media screen and (min-width: 35em) {
    .person__link {
      position: absolute;
      bottom: 50px;
      margin-top: 0; } }
  .person__link:hover {
    background-color: #ce6534; }

.person__link__inner {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.person:hover:before, .person:hover .person__inner {
  display: block; }
.person:hover .person__header {
  display: none; }

/* 
*
*	Testimonials
*
*/
.quotes {
  position: relative; }
  @media screen and (min-width: 60em) {
    .quotes {
      min-height: 40.9em;
      margin: 0 auto; } }

.quotes__inner {
  margin-left: -6.5em; }

.quote {
  padding: 3em 0 0 6.3em; }
  @media screen and (min-width: 60em) {
    .quote {
      float: left; } }

.quote__company {
  display: block; }

.quote__copy {
  margin-top: 20px; }
  @media screen and (min-width: 60em) {
    .quote__copy {
      display: none;
      font-style: italic;
      text-align: center;
      font-size: 2.1em;
      position: absolute;
      bottom: 50px;
      left: 50%;
      width: 74%;
      margin-left: -37%;
      padding: 78px 0 50px;
      margin-top: 0; }
      .quote__copy:before, .quote__copy:after {
        display: block;
        content: '';
        background: transparent url(../img/icons/icons-10.svg) no-repeat 0 0;
        width: 47px;
        height: 47px;
        position: absolute;
        top: 25px;
        left: 50%;
        margin-left: -26px; }
      .quote__copy:after {
        background-image: url(../img/icons/icons-11.svg);
        top: auto;
        bottom: 0; } }

.quote--active .quote__copy {
  display: block; }
.quote--active .quote__source {
  -webkit-filter: brightness(100%); }

.quotes__controls {
  display: none;
  overflow: hidden;
  width: 184px;
  position: absolute;
  top: 140px;
  left: 50%;
  margin-left: -92px; }
  @media screen and (min-width: 60em) {
    .quotes__controls {
      display: block; } }

.quotes__control {
  width: 0;
  height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  cursor: pointer;
  border-color: transparent white transparent transparent;
  border-style: solid;
  border-width: 12px 14px; }
  .quotes__control:hover {
    border-right-color: #ce6534; }

.quotes__control--next {
  border-color: transparent transparent transparent white;
  float: right; }
  .quotes__control--next:hover {
    border-left-color: #ce6534;
    border-right-color: transparent; }

.quote__source {
  -webkit-filter: brightness(40%); }

.article {
  margin-bottom: 50px; }
  .article .highlight {
    padding: 0 10px;
    margin-top: 25px; }
  .article .highlight__inner {
    display: inline;
    box-shadow: 10px 0 0 #109492, -10px 0 0 #109492;
    /* Fix Mixin */
    background-color: #109492;
    color: white;
    padding: 3px 0;
    line-height: 190%; }
  @media screen and (min-width: 60em) {
    .article {
      padding-left: 8.5em; }
      .article h1 {
        margin-left: -85px;
        line-height: 120%; } }

.article__content h1, .article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content h6, .article__content p, .article__content blockquote, .article__content .wp-caption {
  margin-top: 25px; }
.article__content blockquote p {
  font-family: "Roboto Slab", serif;
  font-size: 2em;
  color: #a19c92;
  line-height: 120%;
  position: relative;
  padding-left: 55px;
  margin-top: 0; }
  .article__content blockquote p:before, .article__content blockquote p:after {
    display: inline-block;
    content: '';
    background: transparent url(../img/icons/icons-19.svg) no-repeat 0 0;
    width: 47px;
    height: 47px;
    position: absolute;
    top: 0;
    left: 0; }
  .article__content blockquote p:after {
    background-image: url(../img/icons/icons-18.svg);
    top: auto;
    left: auto;
    bottom: -10px; }
.article__content ol, .article__content ul {
  font-size: 1.6em;
  margin: 25px 0 0 20px; }
.article__content ol li, .article__content ul li {
  line-height: 150%;
  margin-top: 0; }
.article__content a {
  color: #109492; }
.article__content .wp-caption-text {
  font-size: 1.4em;
  color: #a19c92;
  margin-top: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #a19c92; }
.article__content .alignleft {
  float: left;
  margin-right: 20px; }
.article__content .alignright {
  float: right;
  margin-left: 20px; }
.article__content .aligncenter {
  margin: 25px auto 0; }
@media screen and (min-width: 60em) {
  .article__content blockquote {
    margin-left: -85px;
    width: 100%; } }

.article__info {
  overflow: hidden;
  border-top: 1px solid #a19c92;
  border-bottom: 1px solid #a19c92;
  border-right: 1px solid #a19c92;
  padding: 5px 5px 5px 0;
  margin-top: 30px; }
  .article__info .social {
    float: right; }

.article__meta {
  font-size: 1.6em;
  color: #a19c92;
  float: left;
  padding-top: 13px; }

.article__meta__author {
  position: relative;
  padding-right: 15px; }
  .article__meta__author:after {
    content: "//";
    position: absolute;
    right: 0; }

.article__meta__author__link {
  color: #a19c92; }

.article__tags {
  margin-top: 30px;
  overflow: hidden; }
  .article__tags .tags {
    float: left; }
  .article__tags .tags__link {
    background-color: #4a4844; }
    .article__tags .tags__link:hover {
      background-color: #109492; }

.article__tags__title {
  float: left;
  margin: 0 10px 0 0;
  padding-top: 7px; }

.issuuembed {
  margin-top: 30px;
  height: 50em; }
  .issuuembed span {
    display: none; }

/* 
*
*   Comments
*
*/
.article__comments {
  border-top: 1px solid #d7d7d7;
  padding-top: 30px;
  margin-top: 30px; }
  @media screen and (min-width: 60em) {
    .article__comments {
      margin-left: -85px; } }

.comments__header {
  overflow: hidden;
  line-height: 30px; }

.comments__title {
  float: left; }

.comments__interest {
  display: block;
  color: white;
  font-size: 1.6em;
  background-color: #109492;
  width: 30px;
  height: 30px;
  text-align: center;
  float: left;
  margin: 0 15px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .comments__interest:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 7px 0 7px;
    border-color: #109492 transparent transparent transparent;
    position: absolute;
    bottom: -2px;
    right: -5px;
    -webkit-transform: rotate(-47deg);
    -moz-transform: rotate(-47deg);
    transform: rotate(-47deg); }

.comments__link {
  display: block;
  color: #109492;
  font-size: 1.6em;
  float: left; }

.comment {
  margin-top: 3em; }
  @media screen and (min-width: 60em) {
    .comment {
      margin-left: 8.5em; } }

.comment-author {
  font-size: 1.6em; }

.comment-author-link {
  color: #565450; }

.comment-content {
  color: #a19c92; }

.comment-meta-item {
  display: block;
  font-size: 1.6em;
  margin-top: 5px; }

.comment-meta-item a, .comment-edit-link, .logged-in-as a {
  color: #109492; }

.comment-respond {
  margin-top: 20px; }

.logged-in-as, .comment-notes {
  margin-bottom: 20px; }

.comment-form {
  margin-top: 20px; }
  .comment-form code {
    display: block;
    background-color: #cee1e0;
    width: 90%;
    padding: 10px 20px;
    margin: 20px 0; }
  .comment-form input[type="submit"] {
    border: 1px solid #109492;
    background-color: #109492;
    color: white;
    font-family: "Roboto Slab", serif;
    font-size: 1em;
    padding: 10px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 10px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .comment-form input[type="submit"]:hover {
      color: #109492;
      background-color: white;
      border-color: #109492; }

.comment-content p {
  margin-top: 1em; }

/* 
*
*   Sector colour coding
*
*/
.article--radio-access .highlight__inner {
  box-shadow: 10px 0 0 #629440, -10px 0 0 #629440;
  /* Fix Mixin */
  background-color: #629440; }
.article--radio-access .comments__interest {
  background-color: #629440; }
  .article--radio-access .comments__interest:after {
    border-top-color: #629440; }
.article--radio-access .article__content a {
  color: #629440; }

.article--backhaul .highlight__inner {
  box-shadow: 10px 0 0 #7f184e, -10px 0 0 #7f184e;
  /* Fix Mixin */
  background-color: #7f184e; }
.article--backhaul .comments__interest {
  background-color: #7f184e; }
  .article--backhaul .comments__interest:after {
    border-top-color: #7f184e; }
.article--backhaul .article__content a {
  color: #7f184e; }

.article--core .highlight__inner {
  box-shadow: 10px 0 0 #428ccb, -10px 0 0 #428ccb;
  /* Fix Mixin */
  background-color: #428ccb; }
.article--core .comments__interest {
  background-color: #428ccb; }
  .article--core .comments__interest:after {
    border-top-color: #428ccb; }
.article--core .article__content a {
  color: #428ccb; }

.article--optimisation .highlight__inner {
  box-shadow: 10px 0 0 #e41a7b, -10px 0 0 #e41a7b;
  /* Fix Mixin */
  background-color: #e41a7b; }
.article--optimisation .comments__interest {
  background-color: #e41a7b; }
  .article--optimisation .comments__interest:after {
    border-top-color: #e41a7b; }
.article--optimisation .article__content a {
  color: #e41a7b; }

.article--assurance .highlight__inner {
  box-shadow: 10px 0 0 #877db6, -10px 0 0 #877db6;
  /* Fix Mixin */
  background-color: #877db6; }
.article--assurance .comments__interest {
  background-color: #877db6; }
  .article--assurance .comments__interest:after {
    border-top-color: #877db6; }
.article--assurance .article__content a {
  color: #877db6; }

.article--test .highlight__inner {
  box-shadow: 10px 0 0 #ee5b29, -10px 0 0 #ee5b29;
  /* Fix Mixin */
  background-color: #ee5b29; }
.article--test .comments__interest {
  background-color: #ee5b29; }
  .article--test .comments__interest:after {
    border-top-color: #ee5b29; }
.article--test .article__content a {
  color: #ee5b29; }

/* 
*
*   White Paper Download
*
*/
.whitepaper__form {
  margin: 3em 0; }

.whitepaper__response {
  margin-top: 3em; }
  .whitepaper__response .errors__copy, .whitepaper__response .errors__list__item {
    color: #ce6534; }

@media screen and (min-width: 60em) {
  .page-contact {
    padding-top: 22.5em;
    background: transparent url(../img/background-contacts.jpg) no-repeat top center; } }
.page-contact__title {
  font-size: 8em;
  margin-bottom: 18px; }

.contacts {
  background: transparent url(../img/background-stripe-light.jpg) repeat 0 0;
  padding: 6em 0 4em; }

.contacts__list {
  margin-left: -2em; }

.contacts__item {
  padding: 0 0 2em 2em; }
  @media screen and (min-width: 35em) {
    .contacts__item {
      float: left;
      width: 50%; } }

.contact {
  background: white url(../img/background-light.jpg) repeat 0 0;
  border: 1px solid #a19c92;
  position: relative;
  -webkit-box-shadow: 0 2px 2px -1px #a19c92;
  -moz-box-shadow: 0 2px 2px -1px #a19c92;
  box-shadow: 0 2px 2px -1px #a19c92; }
  .contact:before, .contact:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 10px;
    background-color: #e1b7a3; }
  .contact:after {
    z-index: 3; }
  .contact:before {
    width: 4px;
    height: 100%; }

.contact__inner {
  padding: 6.9em 1.5em 2.5em; }
  .contact__inner:before {
    content: '';
    display: block;
    background: transparent url(../img/background-contact.jpg) no-repeat 0 0;
    width: 181px;
    height: 338px;
    position: absolute;
    right: -1px;
    bottom: 0; }

.contact__name {
  font-size: 4.5em;
  color: #ce6534;
  position: relative;
  line-height: 1; }
  .contact__name:before, .contact__name:after {
    content: attr(title);
    color: rgba(255, 255, 255, 0.1);
    position: absolute; }
  .contact__name:before {
    top: 1px;
    left: 1px; }
  .contact__name:after {
    top: 2px;
    left: 2px; }

.contact__area {
  display: inline-block;
  color: white;
  position: absolute;
  top: 10px;
  left: -10px;
  font-family: "Ubuntu Condensed", sans-serif;
  text-transform: uppercase;
  line-height: 1; }
  .contact__area:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -10px;
    border: solid transparent;
    border-color: rgba(17, 16, 14, 0);
    border-right-color: #11100e;
    border-width: 10px; }

.contact__area__inner {
  display: block;
  background-color: #272624;
  padding: 10px;
  position: relative;
  z-index: 1; }

.contact__method {
  margin-top: 15px; }

.contact__method__item {
  font-size: 2em;
  line-height: 35px;
  margin-bottom: 5px;
  padding-left: 40px;
  position: relative; }
  .contact__method__item:before {
    content: '';
    display: block;
    float: left;
    width: 35px;
    height: 100%;
    background-color: #109492;
    position: absolute;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .contact__method__item:after {
    display: block;
    content: '';
    background: transparent url(../img/icons/icons-07.svg) no-repeat 0 0;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    left: 5px; }
  @media screen and (min-width: 60em) {
    .contact__method__item {
      font-size: 2.2em; } }

.contact__method__item--telephone:after {
  background-image: url(../img/icons/icons-07.svg); }

.contact__method__item--email:after {
  background-image: url(../img/icons/icons-08.svg); }

.contact__method__item--twitter:after {
  background-image: url(../img/icons/icons-13.svg); }

.contact__method__item--linkedin:after {
  background-image: url(../img/icons/icons-14.svg); }

.contact__method__item--skype:after {
  background-image: url(../img/icons/icons-12.svg); }

.contact__method__link {
  color: #565450; }

/* 
*
*	Alternate layout for even items
*
*/
.contacts__item:nth-child(even) {
  text-align: right; }
  .contacts__item:nth-child(even) .contact:before, .contacts__item:nth-child(even) .contact:after {
    left: auto;
    right: 0; }
  .contacts__item:nth-child(even) .contact__name:before, .contacts__item:nth-child(even) .contact__name:after {
    left: auto;
    right: 2px; }
  .contacts__item:nth-child(even) .contact__area {
    left: auto;
    right: -10px; }
    .contacts__item:nth-child(even) .contact__area:after {
      left: auto;
      right: -10px;
      border-right-color: transparent;
      border-left-color: #11100e; }
  .contacts__item:nth-child(even) .contact__method__item {
    padding: 0 40px 0 0; }
    .contacts__item:nth-child(even) .contact__method__item:before {
      left: auto;
      right: 0; }
    .contacts__item:nth-child(even) .contact__method__item:after {
      left: auto;
      right: 5px; }
  .contacts__item:nth-child(even) .contact__inner:before {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    right: auto;
    left: -1px; }

.takeover {
  padding-top: 20%; }
  @media screen and (min-width: 60em) {
    .takeover {
      padding-top: 23em; } }

.hpto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.hpto__top, .hpto__left, .hpto__right {
  position: absolute;
  top: 0; }

.hpto__top {
  left: -3em;
  right: -3em; }

.hpto__left {
  left: -51em; }

.hpto__right {
  right: -51em; }

.hpto-neighbour {
  position: relative;
  z-index: 2; }

@media screen and (min-width: 35em) {
  .page-publications .section--intro {
    min-height: 40em; } }

.section__main {
  max-width: 100%; }
  @media screen and (min-width: 35em) {
    .section__main {
      float: left;
      width: 50%;
      padding-top: 5.5em; } }
  .section__main .button {
    margin: 30px 0 0; }

@media screen and (min-width: 35em) {
  .section__image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 49.6%; } }

/* 
*
*	Issue List
*
*/
.issues {
  overflow: hidden;
  margin-left: -2em;
  padding-bottom: 3em; }

.issues_item {
  padding: 3em 0 0 2em; }
  @media screen and (min-width: 35em) {
    .issues_item {
      float: left;
      width: 50%; } }
  @media screen and (min-width: 60em) {
    .issues_item {
      width: 25%; } }

.issue {
  min-height: 400px; }

@media screen and (min-width: 35em) {
  .issue--ebook-2 .issue__image {
    padding-top: 5.1em; } }

.issue__title {
  display: inline-block;
  background-color: #ee5b29;
  color: white;
  margin: 30px 0 10px;
  padding: 0 8px; }

.issue__number:before {
  content: '//';
  margin: 0 6px 0 0;
  letter-spacing: -2px; }

.issue__year {
  display: inline;
  font-family: "Roboto Slab", serif;
  font-size: 1.6em; }
  .issue__year:after {
    content: '//';
    margin: 0 5px;
    letter-spacing: -2px; }

.issue__copy {
  display: inline; }

/* 
*
*	Subscribe Form
*
*/
.publications-form {
  display: none;
  background-color: #109492;
  padding: 30px 0; }
  .publications-form .form__label {
    color: white; }
  .publications-form .form__input {
    margin-bottom: 20px; }
  .publications-form .form__submit {
    border: 3px solid white; }

.publications-response {
  color: white; }

.search__result__title {
  color: #109492; }

.found {
  color: #ce6534; }

.search__result {
  padding: 2em 0;
  background: transparent url(../img/background-results.png) repeat-x bottom left; }

.search__meta {
  font-size: 1.4em;
  color: #a19c92;
  margin-top: 5px; }

.search__author, .search__time {
  position: relative;
  padding-right: 15px; }
  .search__author:after, .search__time:after {
    content: "//";
    position: absolute;
    right: 0; }

.search__author__link {
  color: #a19c92; }

.search__copy {
  margin: 20px 0 0; }

.search__result__link {
  color: #109492; }

.search__type__link {
  color: #a19c92; }

/* Vendor */
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 0.4.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent; }

  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }

  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }

  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling small or empty content */
    min-width: 30%;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal; }

  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block; }

  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000; }

  .featherlight .featherlight-image {
    /* styling */
    width: 100%; }

  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0; }

  .featherlight iframe {
    /* styling */
    border: none; } }
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }
    
/** Leaky Paywall profile page **/
.leaky-paywall-profile-subscription-details,
.leaky-paywall-group-member-details,
.leaky-paywall-subscription-details,
.leaky-paywall-purchase-history-table {
    font-size: 1.6em;
    line-height: 150%;
}
.leaky-paywall-profile-subscription-details th,
.leaky-paywall-profile-subscription-details td,
.leaky-paywall-purchase-history-table th,
.leaky-paywall-purchase-history-table td,
.leaky-paywall-group-member-details th,
.leaky-paywall-group-member-details td {
    padding: 4px;
}
.leaky-paywall-your-payment-information-header,
.leaky-paywall-profile-subscription-title,
.leaky-paywall-your-profile-header,
.leaky-paywall-subscription-status-header,
.leaky-paywall-your-address-info-header {
    font-size: 2.2em;
}
.leaky-paywall-profile-subscription-details,
.leaky-paywall-group-member-details {
    width: 100%;
}    
.leaky-paywall-profile-subscription-details th,
.leaky-paywall-group-member-details th {
    border-left: .125rem solid #fff;
    border-right: .125rem solid #fff;
    background: #aaa;
    color: #fff;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.2;
}
.leaky-paywall-profile-subscription-details td,
.leaky-paywall-group-member-details td {
    font-weight: 300;
    text-align: center;
    border-left: .125rem solid #fff;
    border-right: .125rem solid #fff;
    border-bottom: .125rem solid #fff;
    background: #eee;
}
