@charset "UTF-8";
/*  ---- JES/PRW mliu framework scss [do not use going forward] ------------
   Author: Simon Allin :: SCSS created 07/17 - vanilla CSS from 2013
   ------------------------------------------------------------------------- */
/*  ===== COLOR SETTINGS =====================================================
    Author: Simon Allin | 2016 | 
    ==========================================================================  */
/* DOCUMENT INFORMATION

    -color palette for site
    -need to re-factor this system too many colors

*/
body {
  font-family: "Roboto Slab", Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

p {
  margin-top: 0;
}

/* responsive breakpoint tools */
.wrap-text {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}

.wrap-links {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*  ---- CUSTOM NORMALIZE CSS -------------------------------------------
    Author: Simon Allin / Fu Tang :: JULY 15
    ---------------------------------------------------------------------  */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* box-sizing: border-box; */
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
body {
  margin: 0;
  padding: 0;
  font: 16px/1.231 "Roboto Slab", Arial, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.231 !important;
}
body input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

*, *:before, *:after {
  /*box-sizing: inherit;*/
}

main,
ul li {
  display: block;
}

/*  ---------------------------------------------------------------------
    #ATOMIC CSS | OOCSS classes 
    ---------------------------------------------------------------------  */
/* * {
  box-sizing: border-box !important;
}
 */
.text-center {
  text-align: center;
}

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

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

.bold {
  font-weight: bold;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

.u-float-none {
  float: none !important;
}

.valign {
  vertical-align: middle;
}

.relative {
  position: relative;
}

.text-color {
  color: #292f33;
}

.break-word {
  overflow-wrap: break-word;
}

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

.h-auto {
  height: auto;
}

.alignright {
  float: right;
  margin-left: 24px;
}

.alignleft {
  float: left;
  margin-right: 24px;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.a-search-highlight {
  background-color: #F8E71C;
  color: #333;
  font-weight: 700 !important;
  padding: 3px;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cloak {
  opacity: 0.5;
}

.cloak-dark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  background-color: #666;
  z-index: 10;
}

.cloak {
  opacity: 0.5;
}

.strikethrough {
  text-decoration: line-through;
}

.red {
  color: red;
}

.link {
  color: #00A0DD;
}
.link--mo {
  color: #FF3366;
}
.link--contact {
  color: #00A0DD;
}
.link--feature {
  color: #FF6600;
}

.link--orange, .text--orange {
  color: #FF6600 !important;
}
.link--blue, .text--blue {
  color: #00A0DD;
}
.link--magenta, .text--magenta {
  color: #FF3366 !important;
}
.link--underline, .text--underline {
  text-decoration: underline;
}
.link--no-underline, .text--no-underline {
  text-decoration: none;
}

.count {
  font-family: "Mada", Arial, sans-serif;
  font-style: italic;
  color: gray;
}

.count-em {
  font-style: normal;
  letter-spacing: -0.5px;
}
.count-em--font-medium {
  font-weight: 500;
}
.count-em--font-roman {
  font-weight: 400;
}
.count-em--font-light {
  font-weight: 300;
}
.count-em--knock {
  color: #666;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 4rem;
  text-decoration: none;
  color: #333;
}
.close:after {
  content: "✖";
}

.flash-notice {
  font-family: "Mada", Arial, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-style: italic;
  color: gray;
  margin-top: -20px;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-right-0 {
  margin-right: 0px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-left-0 {
  margin-left: 0px;
}

.negative-margin-top-0 {
  margin-top: -0px;
}

.negative-margin-right-0 {
  margin-right: -0px;
}

.negative-margin-bottom-0 {
  margin-bottom: -0px;
}

.negative-margin-left-0 {
  margin-left: -0px;
}

.padding-top-0 {
  padding-top: 0px;
}

.padding-right-0 {
  padding-right: 0px;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}

.padding-left-0 {
  padding-left: 0px;
}

.width-0 {
  width: 0%;
}

.max-width-0 {
  width: 0px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-left-10 {
  margin-left: 10px;
}

.negative-margin-top-10 {
  margin-top: -10px;
}

.negative-margin-right-10 {
  margin-right: -10px;
}

.negative-margin-bottom-10 {
  margin-bottom: -10px;
}

.negative-margin-left-10 {
  margin-left: -10px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-left-10 {
  padding-left: 10px;
}

.width-10 {
  width: 10%;
}

.max-width-10 {
  width: 10px;
}

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

.margin-right-20 {
  margin-right: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-left-20 {
  margin-left: 20px;
}

.negative-margin-top-20 {
  margin-top: -20px;
}

.negative-margin-right-20 {
  margin-right: -20px;
}

.negative-margin-bottom-20 {
  margin-bottom: -20px;
}

.negative-margin-left-20 {
  margin-left: -20px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-left-20 {
  padding-left: 20px;
}

.width-20 {
  width: 20%;
}

.max-width-20 {
  width: 20px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-right-25 {
  margin-right: 25px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-left-25 {
  margin-left: 25px;
}

.negative-margin-top-25 {
  margin-top: -25px;
}

.negative-margin-right-25 {
  margin-right: -25px;
}

.negative-margin-bottom-25 {
  margin-bottom: -25px;
}

.negative-margin-left-25 {
  margin-left: -25px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-right-25 {
  padding-right: 25px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-left-25 {
  padding-left: 25px;
}

.width-25 {
  width: 25%;
}

.max-width-25 {
  width: 25px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-left-30 {
  margin-left: 30px;
}

.negative-margin-top-30 {
  margin-top: -30px;
}

.negative-margin-right-30 {
  margin-right: -30px;
}

.negative-margin-bottom-30 {
  margin-bottom: -30px;
}

.negative-margin-left-30 {
  margin-left: -30px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-right-30 {
  padding-right: 30px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-left-30 {
  padding-left: 30px;
}

.width-30 {
  width: 30%;
}

.max-width-30 {
  width: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-right-40 {
  margin-right: 40px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-left-40 {
  margin-left: 40px;
}

.negative-margin-top-40 {
  margin-top: -40px;
}

.negative-margin-right-40 {
  margin-right: -40px;
}

.negative-margin-bottom-40 {
  margin-bottom: -40px;
}

.negative-margin-left-40 {
  margin-left: -40px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-right-40 {
  padding-right: 40px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-left-40 {
  padding-left: 40px;
}

.width-40 {
  width: 40%;
}

.max-width-40 {
  width: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-right-50 {
  margin-right: 50px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-left-50 {
  margin-left: 50px;
}

.negative-margin-top-50 {
  margin-top: -50px;
}

.negative-margin-right-50 {
  margin-right: -50px;
}

.negative-margin-bottom-50 {
  margin-bottom: -50px;
}

.negative-margin-left-50 {
  margin-left: -50px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-right-50 {
  padding-right: 50px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-left-50 {
  padding-left: 50px;
}

.width-50 {
  width: 50%;
}

.max-width-50 {
  width: 50px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-right-60 {
  margin-right: 60px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-left-60 {
  margin-left: 60px;
}

.negative-margin-top-60 {
  margin-top: -60px;
}

.negative-margin-right-60 {
  margin-right: -60px;
}

.negative-margin-bottom-60 {
  margin-bottom: -60px;
}

.negative-margin-left-60 {
  margin-left: -60px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-right-60 {
  padding-right: 60px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-left-60 {
  padding-left: 60px;
}

.width-60 {
  width: 60%;
}

.max-width-60 {
  width: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-right-70 {
  margin-right: 70px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-left-70 {
  margin-left: 70px;
}

.negative-margin-top-70 {
  margin-top: -70px;
}

.negative-margin-right-70 {
  margin-right: -70px;
}

.negative-margin-bottom-70 {
  margin-bottom: -70px;
}

.negative-margin-left-70 {
  margin-left: -70px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-right-70 {
  padding-right: 70px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-left-70 {
  padding-left: 70px;
}

.width-70 {
  width: 70%;
}

.max-width-70 {
  width: 70px;
}

.margin-top-75 {
  margin-top: 75px;
}

.margin-right-75 {
  margin-right: 75px;
}

.margin-bottom-75 {
  margin-bottom: 75px;
}

.margin-left-75 {
  margin-left: 75px;
}

.negative-margin-top-75 {
  margin-top: -75px;
}

.negative-margin-right-75 {
  margin-right: -75px;
}

.negative-margin-bottom-75 {
  margin-bottom: -75px;
}

.negative-margin-left-75 {
  margin-left: -75px;
}

.padding-top-75 {
  padding-top: 75px;
}

.padding-right-75 {
  padding-right: 75px;
}

.padding-bottom-75 {
  padding-bottom: 75px;
}

.padding-left-75 {
  padding-left: 75px;
}

.width-75 {
  width: 75%;
}

.max-width-75 {
  width: 75px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-right-80 {
  margin-right: 80px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-left-80 {
  margin-left: 80px;
}

.negative-margin-top-80 {
  margin-top: -80px;
}

.negative-margin-right-80 {
  margin-right: -80px;
}

.negative-margin-bottom-80 {
  margin-bottom: -80px;
}

.negative-margin-left-80 {
  margin-left: -80px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-right-80 {
  padding-right: 80px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-left-80 {
  padding-left: 80px;
}

.width-80 {
  width: 80%;
}

.max-width-80 {
  width: 80px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-right-90 {
  margin-right: 90px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-left-90 {
  margin-left: 90px;
}

.negative-margin-top-90 {
  margin-top: -90px;
}

.negative-margin-right-90 {
  margin-right: -90px;
}

.negative-margin-bottom-90 {
  margin-bottom: -90px;
}

.negative-margin-left-90 {
  margin-left: -90px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-right-90 {
  padding-right: 90px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-left-90 {
  padding-left: 90px;
}

.width-90 {
  width: 90%;
}

.max-width-90 {
  width: 90px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-right-100 {
  margin-right: 100px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-left-100 {
  margin-left: 100px;
}

.negative-margin-top-100 {
  margin-top: -100px;
}

.negative-margin-right-100 {
  margin-right: -100px;
}

.negative-margin-bottom-100 {
  margin-bottom: -100px;
}

.negative-margin-left-100 {
  margin-left: -100px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-right-100 {
  padding-right: 100px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-left-100 {
  padding-left: 100px;
}

.width-100 {
  width: 100%;
}

.max-width-100 {
  width: 100px;
}

.margin-top-125 {
  margin-top: 125px;
}

.margin-right-125 {
  margin-right: 125px;
}

.margin-bottom-125 {
  margin-bottom: 125px;
}

.margin-left-125 {
  margin-left: 125px;
}

.negative-margin-top-125 {
  margin-top: -125px;
}

.negative-margin-right-125 {
  margin-right: -125px;
}

.negative-margin-bottom-125 {
  margin-bottom: -125px;
}

.negative-margin-left-125 {
  margin-left: -125px;
}

.padding-top-125 {
  padding-top: 125px;
}

.padding-right-125 {
  padding-right: 125px;
}

.padding-bottom-125 {
  padding-bottom: 125px;
}

.padding-left-125 {
  padding-left: 125px;
}

.width-125 {
  width: 125%;
}

.max-width-125 {
  width: 125px;
}

.margin-top-150 {
  margin-top: 150px;
}

.margin-right-150 {
  margin-right: 150px;
}

.margin-bottom-150 {
  margin-bottom: 150px;
}

.margin-left-150 {
  margin-left: 150px;
}

.negative-margin-top-150 {
  margin-top: -150px;
}

.negative-margin-right-150 {
  margin-right: -150px;
}

.negative-margin-bottom-150 {
  margin-bottom: -150px;
}

.negative-margin-left-150 {
  margin-left: -150px;
}

.padding-top-150 {
  padding-top: 150px;
}

.padding-right-150 {
  padding-right: 150px;
}

.padding-bottom-150 {
  padding-bottom: 150px;
}

.padding-left-150 {
  padding-left: 150px;
}

.width-150 {
  width: 150%;
}

.max-width-150 {
  width: 150px;
}

.margin-top-175 {
  margin-top: 175px;
}

.margin-right-175 {
  margin-right: 175px;
}

.margin-bottom-175 {
  margin-bottom: 175px;
}

.margin-left-175 {
  margin-left: 175px;
}

.negative-margin-top-175 {
  margin-top: -175px;
}

.negative-margin-right-175 {
  margin-right: -175px;
}

.negative-margin-bottom-175 {
  margin-bottom: -175px;
}

.negative-margin-left-175 {
  margin-left: -175px;
}

.padding-top-175 {
  padding-top: 175px;
}

.padding-right-175 {
  padding-right: 175px;
}

.padding-bottom-175 {
  padding-bottom: 175px;
}

.padding-left-175 {
  padding-left: 175px;
}

.width-175 {
  width: 175%;
}

.max-width-175 {
  width: 175px;
}

.margin-top-200 {
  margin-top: 200px;
}

.margin-right-200 {
  margin-right: 200px;
}

.margin-bottom-200 {
  margin-bottom: 200px;
}

.margin-left-200 {
  margin-left: 200px;
}

.negative-margin-top-200 {
  margin-top: -200px;
}

.negative-margin-right-200 {
  margin-right: -200px;
}

.negative-margin-bottom-200 {
  margin-bottom: -200px;
}

.negative-margin-left-200 {
  margin-left: -200px;
}

.padding-top-200 {
  padding-top: 200px;
}

.padding-right-200 {
  padding-right: 200px;
}

.padding-bottom-200 {
  padding-bottom: 200px;
}

.padding-left-200 {
  padding-left: 200px;
}

.width-200 {
  width: 200%;
}

.max-width-200 {
  width: 200px;
}

.margin-top-400 {
  margin-top: 400px;
}

.margin-right-400 {
  margin-right: 400px;
}

.margin-bottom-400 {
  margin-bottom: 400px;
}

.margin-left-400 {
  margin-left: 400px;
}

.negative-margin-top-400 {
  margin-top: -400px;
}

.negative-margin-right-400 {
  margin-right: -400px;
}

.negative-margin-bottom-400 {
  margin-bottom: -400px;
}

.negative-margin-left-400 {
  margin-left: -400px;
}

.padding-top-400 {
  padding-top: 400px;
}

.padding-right-400 {
  padding-right: 400px;
}

.padding-bottom-400 {
  padding-bottom: 400px;
}

.padding-left-400 {
  padding-left: 400px;
}

.width-400 {
  width: 400%;
}

.max-width-400 {
  width: 400px;
}

.container.modal-form-container.width-0 {
  width: 0%;
}

.container.modal-form-container.width-10 {
  width: 10%;
}

.container.modal-form-container.width-20 {
  width: 20%;
}

.container.modal-form-container.width-25 {
  width: 25%;
}

.container.modal-form-container.width-30 {
  width: 30%;
}

.container.modal-form-container.width-40 {
  width: 40%;
}

.container.modal-form-container.width-50 {
  width: 50%;
}

.container.modal-form-container.width-60 {
  width: 60%;
}

.container.modal-form-container.width-70 {
  width: 70%;
}

.container.modal-form-container.width-75 {
  width: 75%;
}

.container.modal-form-container.width-80 {
  width: 80%;
}

.container.modal-form-container.width-90 {
  width: 90%;
}

.container.modal-form-container.width-100 {
  width: 100%;
}

.container.modal-form-container.width-125 {
  width: 125%;
}

.container.modal-form-container.width-150 {
  width: 150%;
}

.container.modal-form-container.width-175 {
  width: 175%;
}

.container.modal-form-container.width-200 {
  width: 200%;
}

.container.modal-form-container.width-400 {
  width: 400%;
}

.material-icons {
  color: #737373;
  cursor: pointer;
  -webkit-transition: color 0.2s linear;
  -khtml-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.material-icons:hover {
  color: #333;
}

.material-icons:active {
  color: #333;
}

.material-icons:visited {
  color: #666;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.action--tooltip {
  border-bottom: 1px dotted #666;
  padding-bottom: 3px;
}

.dropdown-trigger {
  vertical-align: middle;
}

.doc-header .material-icons {
  color: gray;
}
.doc-header .material-icons:hover {
  color: #4d4d4d;
}

.loading {
  opacity: 0.3;
}

.spinner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 15px auto;
  height: 50px;
  width: 50px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid #e6e6e6;
  border-right-color: transparent;
  border-radius: 50%;
}
.spinner--center {
  bottom: 0;
  margin: auto;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  width: 90px;
  height: 90px;
  background: transparent url("img/loading/spinner-ccc.gif");
  margin-left: auto;
  margin-right: auto;
}

.loader--pacman {
  background: transparent url("img/loading/pacman.gif");
}

.loader--kitten {
  width: 200px;
  height: 223px;
  background: transparent url("img/loading/loading-cat.gif");
}

.a-rs-product-text {
  font-family: "Mada", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1px;
}

.new-line {
  display: block;
  clear: both;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
}
.overlay--dark {
  display: block;
  visibility: visible;
  background: black;
  background: rgba(0, 0, 0, 0.25);
}

.emphasise {
  font-weight: 700;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spinner_hold {
  position: relative;
}

.loading {
  opacity: 0.3;
  -webkit-transition: opacity 0.2s;
  -khtml-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.spinner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 15px auto;
  height: 50px;
  width: 50px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid #FF6600;
  border-right-color: transparent;
  border-radius: 50%;
}
.spinner--center {
  bottom: 0;
  margin: auto;
}
.spinner--relative-to {
  top: 50%;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-ring {
  display: block;
  width: 46px;
  height: 46px;
  margin: 12px auto;
}
.spinner-ring--center {
  bottom: 0;
  margin: auto;
}

.spinner-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #FF6600;
  border-color: #FF6600 transparent #FF6600 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.load {
  height: 6px;
  position: absolute;
  width: 100.5%;
  left: -3px;
  background-color: #b3b3b3;
}
.load--dashboard {
  position: relative;
  width: 100%;
  left: 0;
}
.load-bar {
  position: relative;
  width: 100%;
  height: 6px;
  /*background-color: palette( grey, light_20 );*/
  background-color: transparent;
  opacity: 0.8;
}
.load .bar {
  content: "";
  display: inline;
  position: absolute;
  left: 50%;
  width: 0;
  height: 100%;
  text-align: center;
}
.load .bar:nth-child(1) {
  animation: loading 1s linear infinite;
}
.load .bar:nth-child(2) {
  background-color: #cccccc;
  animation: loading 1s linear 1s infinite;
}
.load .bar:nth-child(3) {
  animation: loading 1s linear 1s infinite;
}
.load--white {
  background-color: transparent;
}
.load--white .load-bar {
  background-color: transparent;
}
.load--white .bar:nth-child(2) {
  background-color: white;
}

@keyframes loading {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }
  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }
  to {
    left: 0;
    width: 100%;
  }
}
@keyframes eyeCatcher {
  100% {
    border-color: #a3a3a3;
  }
  0% {
    border-color: #a3a3a3;
  }
}
.v-align {
  vertical-align: middle;
}

.v-align--top {
  vertical-align: top;
}

/*  ===== COOKIE MESSAGE JS COMPONENT ===================================
    Author: Ed Patrick | 2018 | 
    ==========================================================================  */
/* DOCUMENT INFORMATION

    -Use for adding cookie notification messages

*/
.cookie_message {
  background-color: #e7e7e7;
  padding: 16px;
  color: #4d4d4d;
  text-align: center;
  width: auto;
  font-family: "Mada", Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}

.cookie_message a {
  text-decoration: none;
  border-bottom: 1px dotted #006699;
  display: inline;
}

/*  ===== BASE FONT EXTENDERS ================================================
    Author: Simon Allin | 2017 | 
    ==========================================================================  */
/* DOCUMENT INFORMATION

    -Placeholders / mixins / classes for base text styles
    -.e- class names can be used directly in the HTML

*/
.rs-sidebar__title, .rs-title__level-2 {
  font-family: "Mada", Arial, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: -1px;
  font-weight: 300;
}

.rs-title__level-3 {
  font-family: "Mada", Arial, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: -1px;
  font-weight: 300;
}

.rs-title__level-4 {
  font-family: "Mada", Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: -1px;
  font-weight: 300;
}

.e-core-heading {
  font-family: "Mada", Arial, sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  letter-spacing: -1px;
  font-weight: 300;
}

.e-core-heading--level-1 {
  font-family: "Mada", Arial, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: -1px;
  font-weight: 300;
}

.e-core-heading--level-2 {
  font-family: "Mada", Arial, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: -1px;
  font-weight: 300;
}

.e-core-heading--level-3 {
  font-family: "Mada", Arial, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: -1px;
  font-weight: 300;
}

.e-core-heading--level-4 {
  font-family: "Mada", Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: -1px;
  font-weight: 300;
}

.e-news-title--article-h1 {
  font-family: "Mada", Arial, sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  letter-spacing: -0.7px;
}
.rs-title__level-2 {
  display: block;
}
.rs-title__level-3 {
  display: block;
}
.rs-title__level-4 {
  display: block;
}
.rs-sidebar__title {
  display: block;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 12px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d3d3d3;
}

.e-rs-h-reset h1, .e-rs-h-reset h2, .e-rs-h-reset h3, .e-rs-h-reset h4, .e-rs-h-reset h5, .e-rs-h-reset h6 {
  line-height: 1.231;
}
.e-rs-h-reset header {
  z-index: auto;
}

.e-font-thin {
  font-weight: 100 !important;
}

.e-font-light {
  font-weight: 300 !important;
}

.e-font-roman {
  font-weight: 400 !important;
}

.e-font-medium {
  font-weight: 500 !important;
}

.e-font-bold {
  font-weight: 700 !important;
}

.e-font-magenta {
  color: #FF3366;
}
.e-font-blue {
  color: #00A0DD;
}
.e-font-orange {
  color: #FF6600;
}

.e-font-mada {
  font-family: "Mada", Arial, sans-serif;
}

/* stansard article body */
.e-a-body-font, .faq.white-popup li, .faq.white-popup p, .enq_body, .faq.section li, .faq.section p {
  font-family: "Roboto Slab", Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0 0 24px 0;
}
.e-a-body-font--lrg {
  font-family: "Mada", Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
}

.e-font-size-inherit {
  font-size: inherit;
}

.c-heading {
  font-family: "Mada", Arial, sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  letter-spacing: -0.5px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.3;
}
.c-heading--massive {
  font-size: 80px;
  font-size: 8rem;
}
.c-heading--rs-promo {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 900;
}
.c-heading--prw-promo {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 900;
}
.c-heading--l2 {
  font-size: 26px;
  font-size: 2.6rem;
}
.c-heading--medium {
  font-weight: 500;
}
.c-heading--l3 {
  font-size: 23px;
  font-size: 2.3rem;
}
.c-heading--l4 {
  font-size: 20px;
  font-size: 2rem;
}
.c-heading--l6 {
  font-size: 18px;
  font-size: 1.8rem;
}
.c-heading--rev {
  color: #fff;
}
.c-heading--tape {
  float: left;
  width: auto;
  padding: 24px;
  background: rgba(0, 0, 0, 0.7);
}
.c-heading--tape-sml-padd {
  padding: 12px;
}
.c-heading--tape-mid {
  background: rgba(0, 0, 0, 0.4);
}
.c-heading--tape-rev {
  background: rgba(255, 255, 255, 0.8);
}
.c-heading--magenta {
  color: #FF3366;
}
@media (min-width: 46.25em) {
  .c-heading--hero {
    position: absolute;
    left: 24px;
    bottom: 0;
    max-width: webkit-calc(100% - 330px);
    max-width: -moz-calc(100% - 330px);
    max-width: calc(100% - 330px);
  }
}
@media (min-width: 61.25em) {
  .c-heading--hero\@desktop {
    position: absolute;
    left: 24px;
    bottom: 0;
    max-width: webkit-calc(100% - 330px);
    max-width: -moz-calc(100% - 330px);
    max-width: calc(100% - 330px);
  }
}
@media (min-width: 81.25em) {
  .c-heading--hero\@wide {
    position: absolute;
    left: 24px;
    bottom: 0;
    max-width: webkit-calc(100% - 330px);
    max-width: -moz-calc(100% - 330px);
    max-width: calc(100% - 330px);
  }
}
@media (min-width: 46.25em) {
  .c-heading--hero-ln {
    left: auto;
  }
}
.c-heading--hero-plans {
  text-align: center;
  padding-top: 180px;
  background-image: url(svg/ico/ico-packages.svg);
  background-repeat: no-repeat;
  background-size: 230px;
  background-position: center top;
}
.c-heading--shadow {
  text-shadow: 1px 1px 1px rgba(25, 25, 25, 0.7);
}
.c-heading--slab {
  position: relative;
  margin-bottom: 0;
  padding: 12px;
  float: left;
  width: auto;
  background: #ccc;
}
.c-heading--slab:after {
  content: " ";
  display: block;
  position: absolute;
  right: -80px;
  width: 80px;
  top: 0;
  bottom: 0;
  fill: #ccc;
  background-image: url('data:image/svg+xml;utf8,<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 240 240"  xml:space="preserve"><g><polygon fill="#ccc" points="240,240 0,240 0,0 "/></g></svg>');
  background-size: cover;
}
.c-heading--slab-magenta {
  color: #fff;
  background-color: #FF3366;
}
.c-heading--slab-magenta:after {
  background-image: url('data:image/svg+xml;utf8,<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 240 240"  xml:space="preserve"><g><polygon fill="#FF3366" points="240,240 0,240 0,0 "/></g></svg>');
}
.c-heading--slab-blue {
  color: #fff;
  background-color: #0085B2;
}
.c-heading--slab-blue:after {
  background-image: url('data:image/svg+xml;utf8,<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 240 240"  xml:space="preserve"><g><polygon fill="#0085B2" points="240,240 0,240 0,0 "/></g></svg>');
}
.c-heading--slab-grey {
  color: #fff;
  background-color: #666;
}
.c-heading--slab-grey:after {
  background-image: url('data:image/svg+xml;utf8,<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 240 240"  xml:space="preserve"><g><polygon fill="#666" points="240,240 0,240 0,0 "/></g></svg>');
}
.c-heading--slab-orange {
  color: #fff;
  background-color: #FF6600;
}
.c-heading--slab-orange:after {
  background-image: url('data:image/svg+xml;utf8,<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 240 240"  xml:space="preserve"><g><polygon fill="#FF6600" points="240,240 0,240 0,0 "/></g></svg>');
}
.c-heading--slab-light-grey {
  background-color: #E4E3E3;
}
.c-heading--slab-light-grey:after {
  background-image: url('data:image/svg+xml;utf8,<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 240 240"  xml:space="preserve"><g><polygon fill="#E4E3E3" points="240,240 0,240 0,0 "/></g></svg>');
}
.c-heading--html-format ul {
  padding-top: 12px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}

/* base font mixins/extenders */
/*  =====================================
	*************************************
    Notes : 
    	Most of the below code is BAD 
        - try not to add to it
        - needs to be re-written
    *************************************
    =====================================  */
.list_reset {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

/*  ==========================================================================
	WRAPPERZ
	==========================================================================  */
.mliu_page_wrap {
  position: relative;
  width: auto;
  padding: 20px 4%;
  background-color: #FFF;
}

.mliu_foot_wrap {
  padding: 0 4%;
  background-color: #FFF;
}

.access_wrap {
  height: 100%;
  padding: 0 0 0 0;
  background: #fff;
  box-shadow: 0px 0px 24px rgba(50, 50, 50, 0.25);
}

.access_wrap .mliu_page_wrap {
  padding-bottom: 60px;
}

.access_wrap .mliu_foot_wrap {
  border-top: 1px solid #ccc;
}

@media only screen and (min-width: 480px) {
  /*  ==========================================================================
  	1 THIRD up ---------------------------------------------------------------
  	========================================================================== */
  body#login {
    background: #E7E7E7;
  }
}
@media only screen and (min-width: 768px) {
  /*  ==========================================================================
  	2 THIRDS up
  	========================================================================== */
  .access_wrap {
    width: 70%;
  }

  /*CSS STYLING TO BE REVIEWED
  Specifically targeting lightbox login*/
  body#login.lightbox {
    background: #ffffff;
  }

  .lightbox .access_wrap {
    width: 100%;
    height: 100%;
    padding: 0 0 0 0;
    background: #fff;
    box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.25);
  }

  .lightbox .access_wrap .mliu_page_wrap {
    padding-bottom: 60px;
  }

  .lightbox .width_50, .lightbox .mliu_form.width_50 {
    width: 70%;
  }

  /*End changes*/
}
@media only screen and (min-width: 1140px) {
  /*  ==========================================================================
  	FULL WIDTH
  	========================================================================== */
  .access_wrap {
    width: 60%;
  }
}
/* master fonts */
h1 {
  padding: 15px 0;
  font-size: 35px;
  font-size: 3.5rem;
  font-family: "Mada", Arial, sans-serif;
  font-weight: 300;
}

h1.myaccount_h1 {
  margin: 8px 0 10px;
}

.dashboard h1 {
  float: left;
  width: auto;
  font-family: "Mada", Arial, sans-serif;
  font-weight: 300;
  color: #666;
  font-size: 33px;
  font-size: 3.3rem;
}

#SW h2.home_title {
  margin: 0 0 30px 5%;
}

h2.home_title.rev,
.home_title.rev {
  color: #fff;
}

span.user_name {
  font-family: "Mada", Arial, sans-serif;
  font-weight: 700;
}

.dashboard h2, .home_title {
  margin-bottom: 24px;
  font-family: "Mada", Arial, sans-serif;
  font-weight: 300;
  font-size: 38px;
  font-size: 3.8rem;
}

/*  ==========================================================================
	MENU - NAV ELEMENTZ
	==========================================================================  */
.sub_menu li {
  margin: 0 4px;
}

.sub_menu a {
  border-bottom: 2px solid #e7e7e7;
  padding: 8px 0 3px 0;
  text-decoration: none;
}

.sub_menu a.active {
  border-bottom: 2px solid #006699;
}

.sub_menu a.inactive:hover {
  border-color: #ccc;
}

#wrapper ul.sub_menu.margin_top {
  margin-top: 30px;
}

/*  ==========================================================================
	BUTTONZ | .mliu_button == core class | .extenders modify
	==========================================================================  */
.green_link.margin_top {
  margin-top: 20px;
}

.highlight .green_link {
  font-size: 68%;
}

/*  ============================================================
	.mliu_button CUSTOMS -- ONLY do this if completely neccesary
	============================================================  */
/* MO pages email researchers enquiry button */
#mail_research .mliu_button {
  margin-left: 260px;
}

/* campaings diary add edit */
#diary_add_box .mliu_button, #diary_edit_box .mliu_button, #campaign_edit_box .mliu_button {
  margin-left: 33%;
}

/* SW newsroom admin contacts tab */
#contacts_tab .header .mliu_button {
  margin-top: 8px;
}

/* SW newsroom admin send release button */
.mliu_button.nr_send_release {
  margin-top: 6px;
}

/* SW newsroom admin edit contact button */
#contact_edit .mliu_button {
  margin-left: 251px;
}

/* SW release send pages */
.release_nav_btn.top .mliu_button {
  padding: 22px;
}

.release_nav_btn .mliu_button {
  width: 130px;
  height: auto;
  float: left;
  display: inline;
  /*position:relative;*/
}

/* JD link color override*/
#JD a.mliu_button {
  color: #fff;
}

/* for holding buttons on dashboard SW tab */
.button_holder {
  margin-top: 20px;
  text-align: right;
}

.button_hold.inline {
  display: block;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  /*  ==========================================================================
  	2 THIRDS up
  	========================================================================== */
  .button_hold.inline {
    float: right;
    width: auto;
    padding-top: 0;
  }
}
/*  ==========================================================================
	BOXZ | .mliu_box == core class | .extenders modify
	==========================================================================  */
/*  =====================================
    highlight base form GEN_MASTER
    =====================================  */
.highlight {
  background: #e7e7e7;
  padding: 8% 10% 8% 10%;
  border: 1px solid #ccc;
}

/* Highlighted box */
.highlight {
  box-shadow: 3px 3px rgba(0, 1, 2, 0.1);
  border: 2px solid #FCD6D7;
  background: #F9F9F9;
  padding: 15px;
  margin: 30px 0;
  color: #666;
}

.highlight.pink {
  border-width: 1px;
}

.highlight.grey {
  border: 1px solid #CCCCCC;
  background: #F7F7F7;
}

.highlight.error {
  margin: 20px 0 30px 0;
  padding: 20px;
  border: 2px solid #FCD6D7;
  background: #F9F9F9;
}

.highlight.success {
  border-width: 1px;
  border-color: #83AC45;
  background: #FFF;
  padding: 20px;
}

.highlight.success h2 {
  font-size: 94%;
  margin: 15px 0;
  font-family: "Mada", Arial, sans-serif;
}

.highlight.feedback {
  background-color: #f7f7f7;
  border-radius: 8px;
}

.highlight.notice {
  margin: 60px 0;
  border: 2px solid #FFC900;
  background: #F9F9F9;
  font-weight: normal;
}

.highlight.less_margin_bot {
  margin-bottom: 30px;
}

.highlight.less_margin_top {
  margin-top: 30px;
}

.highlight .margin_bot {
  margin-bottom: 15px;
}

.contact .highlight.error {
  margin: 0;
}

.highlight.width_100 {
  padding: 24px;
  width: 100%;
}

.highlight.highlight--no-margin {
  margin: 0;
}

.highlight.warning {
  border: 1px solid #F0E68C;
  background: #FFFFE0;
}

/*PLACE HOLDER WARNING - NEEDS REVISITING*/
.highlight h3 {
  font-weight: normal;
  margin: 0 0 15px 0;
  font-family: "Mada";
  font-weight: 300;
}
.highlight h3:last-of-type {
  margin-bottom: 0;
}

.highlight h4 {
  margin: 0 0 15px 0;
  font-family: "Mada", Arial, sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
}

.highlight p {
  margin: 15px 0 0 0;
  font-family: "Mada", Arial, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  color: #4F4F4F;
}
.highlight p:first-of-type {
  margin-top: 0;
}

.mliu_box.highlight p {
  margin: 15px 0 0 0;
  font: 80% "Roboto";
  font-weight: 300;
}

#contacts_tab_no_access.mliu_box.highlight p:first-child {
  margin-top: 0;
}

.highlight p.highlight-p--service-notice {
  margin-top: 0;
}

.highlight ul {
  margin: 0 0 0 0;
  padding-left: 0;
}

.highlight li {
  margin: 0 0 15px 0;
  font-family: "Roboto Slab", Arial, sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 300;
}

.highlight li.last_item {
  margin-bottom: 0;
}

.highlight.highlight--font-normal {
  font-size: 100%;
  padding: 15px;
}

.highlight .last_item {
  margin-bottom: 0;
}

/*  =====================================
    .mliu_box highligh extension
    =====================================  */
.mliu_box.highlight {
  background: #e7e7e7;
  margin-bottom: 20px;
  padding: 8% 10% 8% 10%;
  font-size: 197%;
  border: 1px solid #ccc;
  box-shadow: 3px 3px rgba(0, 1, 2, 0.1);
}

.mliu_box.highlight.width_80 {
  padding: 5% 6%;
}

.mliu_box.highlight.font_normal {
  font-size: 100%;
}

.mliu_box.highlight.font_medium {
  font-size: 162%;
}

.mliu_box.highlight ul {
  margin: 0 0 0 0;
  padding-left: 0;
}

.mliu_box.highlight h4 {
  margin: 0 0 15px 0;
}

.highlight.highlight--no-margin {
  margin: 0;
}

.highlight.width_55.error.rm_margin h3, .highlight.width_55.success.rm_margin h3 {
  font-size: 150%;
  font-weight: normal;
}

/*  setting up box styling for form areas :: can be fieldset or li...whatever */
.mliu_box.page_panel {
  position: relative;
  margin: 15px 0;
  padding: 4px 3% 4px 3%;
  color: #333;
  background: #fff;
  border: 1px solid #C5C5C5;
  border-bottom: 3px solid #61A233;
  box-shadow: 3px 3px rgba(0, 1, 2, 0.1);
}

.mliu_box.page_panel h1 {
  margin: 0 0 0 0;
  padding-bottom: 0;
}

.mliu_box.page_panel.FE {
  border-bottom: 3px solid #ff0066;
}

.mliu_box.page_panel.SW {
  border-bottom: 3px solid #61A233;
}

.mliu_box.page_panel.RS {
  border-bottom: 3px solid #FBB611;
}

.mliu_box.page_panel.JD {
  border-bottom: 3px solid #13A1E1;
}

.mliu_box.dual {
  float: left;
  width: 45.7%;
}

.mliu_box.dual.left {
  float: left;
  padding-right: 4%;
}

.mliu_box.trip {
  float: left;
  width: 33.3%;
}

.mliu_box.quad {
  float: left;
}

/* dotted lines sperearator to box */
.mliu_box.dual.border.dotted {
  width: 45.7%;
}

.mliu_box.trip.border.dotted {
  width: 45.7%;
}

.mliu_box.quad.border.dotted {
  width: 45.7%;
}

.mliu_box.border.dotted.left {
  padding-right: 4%;
  border-right: 3px dotted #CCCCCC;
}

.mliu_box.border.dotted.right {
  padding-left: 4%;
}

/* dotted lines sperearator to box */
.mliu_box.dual.border.dotted {
  width: 45.7%;
}

.mliu_box.dual.border.dotted.left {
  padding-right: 4%;
}

.mliu_box.dual.border.dotted.right {
  padding-left: 4%;
}

/*	
	.mliu_box.dual.border.dotted > div,
	.mliu_box.dual.border.dotted > ul,
	.mliu_box.dual.border.dotted > ol { 
		width:45.7%;
}*/
.mliu_hold {
  clear: both;
  margin-bottom: 15px;
}

.rm_margin {
  margin: 0 0 0 0;
}

.small_margin_bottom {
  margin-bottom: 10px;
}

.form_area li.medium_margin_bottom {
  margin: 0 0 15px 0;
}

.margin_bottom {
  margin-bottom: 30px;
}

.big_margin_bottom {
  margin-bottom: 60px;
}

.small_margin_right {
  margin-right: 10px;
}

.margin_right {
  margin-right: 30px;
}

.big_padding_top {
  padding-top: 60px;
}

.big_margin_top {
  margin-top: 60px;
  position: relative;
}

.small_margin_top {
  margin-top: 10px;
}

.padding_bottom {
  padding-bottom: 30px;
}

/* remove margin from mliu_box combined with header for overlay effect */
div h3.persuasive + .mliu_box {
  margin-top: 0;
}

/*  ==========================================================================
	TEXTZ | .mliu_text == core class | .extenders modify
	==========================================================================  */
.mliu_text.main_page_intro {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Mada", Arial, sans-serif;
  color: #4F4F4F;
  letter-spacing: -1px;
  line-height: 1.1;
}

.mliu_text.emphasis {
  font-family: "Mada", Arial, sans-serif;
  font-style: italic;
  padding: 8px;
  border: 1px solid #E7E7E7;
  background-color: #f7f7f7;
}

.mliu_text.emphasis.text-style-normal {
  font-style: normal;
}

.mliu_text.font_normalize {
  font-size: 100%;
}

/*  ==========================================================================
	LISTZ | .mliu_list == core class | .extenders modify
	==========================================================================  */
/*  ==========================================================================
	ALL WIDTHS -- MOBILE UP !! -----------------------------------------------
	========================================================================== */
.mliu_list {
  margin: 15px 0 0 0;
  font-family: "Mada", Arial, sans-serif;
  font-weight: normal;
  font-size: 21px;
  font-size: 2.1rem;
  color: #333;
  background: #fff;
  border: 1px solid #C5C5C5;
  border-bottom: 3px solid #61A233;
  box-shadow: 3px 3px rgba(0, 1, 2, 0.1);
  line-height: 1.6;
}

.mliu_list h3 {
  font-size: 21px;
  font-size: 2.1rem;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.mliu_list.font_normal {
  font-size: 123.1%;
}

.mliu_list.no_border {
  border: none;
}

.mliu_list.FE {
  border-bottom: 3px solid #ff0066;
}

.mliu_list.SW {
  border-bottom: 3px solid #61A233;
}

.mliu_list.RS {
  border-bottom: 3px solid #FBB611;
}

.mliu_list.JD {
  border-bottom: 3px solid #13A1E1;
}

.mliu_list.grey_accent {
  border-bottom-color: #c5c5c5;
}

.mliu_list.no_bottom {
  border-bottom-width: 1px;
  border-bottom-color: #c5c5c5;
}

.mliu_list li {
  border-bottom: 1px solid #E7E7E7;
}

.list_col {
  padding: 3%;
}

.list_col.name {
  width: 30%;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: #666;
}

.list_col.contact {
  width: 14%;
}

.list_col.media_outlet {
  width: 37%;
}

.list_col.media_outlet_positions {
  width: 57%;
}

.mliu_list .foot_link {
  border-top: 1px dotted #ccc;
  padding: 3%;
}

.list_col.follow {
  background: #bfbfbf;
}

.list_col.follow a {
  color: #fff;
}

.mliu_list.stacked {
  margin: 0 0 0 0;
  border-width: 1px 1px 1px 1px;
}

.mliu_list.stacked.tag_list .title {
  float: left;
  width: 20%;
}

/*  ================================================
	basic | used for enquiries display | modern look
	================================================  */
.mliu_list.basic {
  border: none;
  box-shadow: 0px 0px rgba(0, 1, 2, 0.1);
  width: 90%;
}

.mliu_list.basic li {
  margin: 0 0 4% 0;
  padding: 0 12px 0 12px;
  border-bottom: none;
  background: transparent;
  padding-bottom: 16px;
}

.mliu_list.basic li:hover {
  background-color: #f5f5f5;
}

.mliu_list.basic .list_col {
  padding-bottom: 0;
  color: #666;
}

span.time_label, span.newsroom_label {
  display: none;
}

span.attatchment_label {
  display: block;
  float: none;
  width: 29px;
  height: 29px;
  background: url(img/icon/ico_paper_clip_dark_29_29.png) no-repeat;
}

.mliu_list.basic a {
  text-decoration: none;
  outline: 0;
}

/* For lists of tags */
.first .mliu_list.tag_list {
  margin: 0 12px 0 0;
}

.last .mliu_list.tag_list {
  margin: 0 0 0 12px;
}

.tag_list li {
  font-family: "Mada", Arial, sans-serif;
  float: left;
  padding: 8px;
  margin: 0 6px 6px 0;
  background-color: #E7E7E7;
}

.tag_list li a {
  text-decoration: none;
  color: #333;
}

li.add_tag, .add_tag {
  padding: 0 0 0 0;
}

li.add_tag a, .add_tag a {
  float: left;
  width: 39px;
  height: 39px;
  border: 1px solid #DDDDDD;
  background: #FFF url(img/icon/ico_add_18_18.gif) no-repeat center center;
}

/* for newsroom names on SW search page */
.tag_list.newsroom_list li {
  background: #00ACED;
  clear: both;
}

.tag_list.newsroom_list a {
  color: #fff;
}

.tag_list.release_filters li {
  margin: 0 6px 6px 0;
}

.tag_list li.heading {
  margin-top: 12px;
  padding: 8px 0;
  border-bottom: none;
  color: #333333;
  background-color: #FFF;
  display: block;
  float: none;
  font-size: 116%;
  padding: 0 0 14px;
  width: auto;
}

/*nested ordered lists - 1.1, 1.2, 1.3, 1.4, 2.1, 2.2, 2.3, 2.4*/
/*
            ol.nested_counter { counter-reset: item; }
            ol.nested_counter li { display: block; position: relative; margin: 0 0 0 22px; padding-bottom: 10px; line-height: 1.4em; }
            ol.nested_counter li > ol.nested_counter li { margin: 0 0 0 30px; }
            ol.nested_counter li:before {
	content: counters(item, ".") ". ";
                                counter-increment: item;
                                position: absolute;
                                margin-right: 100%;
                                right: 10px;
                            }
ol.nested_counter li ol > li:before {
	content: counters(item, ".") " ";
}
            */
ol.nested_counter {
  font-size: 14px;
}

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  display: table;
  text-align: left;
  counter-increment: item;
  margin-bottom: 12px;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

li ol > li {
  margin: 0;
}

li ol {
  margin-top: 6px;
}

li ol > li:before {
  content: counters(item, ".") " ";
}

@media only screen and (min-width: 768px) {
  /*  ==========================================================================
  	2 THIRDS up
  	========================================================================== */
  .list_col {
    float: left;
  }

  /*  ========================================================
  	basic | used for enquiries/release display | modern look
  	======================================================== */
  .mliu_list.basic {
    border: none;
    width: 100%;
  }

  .mliu_list.basic li {
    padding: 0 0 0 0;
    margin-bottom: 4px;
    border-bottom: none;
  }

  .mliu_list.basic li:hover {
    background-color: transparent;
  }

  /*.mliu_list.basic .list_col { padding-bottom: 0; }*/
  .mliu_list.basic .list_col {
    padding: 12px 2%;
    min-height: 54px;
    color: #333;
  }

  .mliu_list.basic.narrow_format .list_col {
    min-height: 42px;
  }

  .mliu_list.basic .list_col.title {
    width: auto;
    text-align: left;
    background: #ccc;
  }

  .mliu_list.basic .list_col.type {
    width: auto;
    text-align: left;
    background: #D49F3F;
  }

  .mliu_list.basic .list_col.link {
    width: auto;
    text-align: left;
    background: #D49F3F;
  }

  .mliu_list.basic .list_col.attachment {
    padding: 1.25% 1.25%;
    background: #BFBFBF;
    min-height: 57px;
  }

  .mliu_list.basic.narrow_format .list_col.attachment {
    padding: 12px;
    min-height: 54px;
  }

  .mliu_list.basic.releases .list_col.link {
    width: auto;
    text-align: left;
    background: #ccc;
  }

  .mliu_list.basic.releases a:hover .list_col.link {
    background: #e7e7e7;
  }

  .mliu_list.basic.releases {
    margin: 24px 0 50px 0;
  }

  .mliu_list.basic .list_col.time, .mliu_list .list_col.date {
    width: auto;
  }

  .mliu_list.basic .list_col.time {
    text-align: left;
    float: left;
  }

  .mliu_list.basic .list_col.date {
    text-align: left;
    float: left;
    background: #e7e7e7;
    width: 182px;
  }

  #RS #FR .mliu_list.basic .list_col.date {
    width: 195px;
  }

  .mliu_list.basic .list_col.newsroom_ico {
    background: #EEE;
  }

  .mliu_list .list_col.title a, .mliu_list .list_col.type a, .mliu_list .list_col.link a {
    color: #333;
    text-decoration: none;
  }

  .mliu_list.basic .enquiry.no_summary .date {
    text-align: left;
  }

  .mliu_list.basic.narrow_format {
    font-size: 19px;
    font-size: 1.9rem;
  }

  .mliu_list.basic.narrow_format .list_col.date {
    width: 160px;
  }

  .mliu_list.basic.narrow_format .list_col.time {
    width: 160px;
  }

  .mliu_list.basic .enquiry.no_summary .date {
    text-align: left;
  }

  .enquiry.time {
    float: left;
    width: 50%;
  }

  /*  =========================================
  	list icons | time / attachment / newsroom
  	========================================= */
  span.time_label {
    display: inline;
    float: left;
    width: 29px;
    height: 29px;
    margin: 0 6px 0 3px;
    background: url(img/icon/ico_time_29_29.png) no-repeat;
  }

  span.attatchment_label {
    display: inline;
    float: right;
    background: url(img/icon/ico_paper_clip_29_29.png) no-repeat;
  }

  span.newsroom_label {
    display: inline;
    float: left;
    width: 28px;
    height: 29px;
    background: url(img/icon/ico_newsroom_28_29.png) no-repeat;
  }

  .mliu_list.basic.narrow_format span.time_label {
    height: 24px;
    background-image: url(img/icon/ico_time_24_24.png);
  }

  .mliu_list.basic.narrow_format span.attatchment_label {
    height: 24px;
    width: 24px;
    background-image: url(img/icon/ico_paper_clip_24_24.png);
  }

  .enquiry.date {
    float: left;
    width: 50%;
    text-align: right;
  }

  div.release_list {
    padding: 10px 0 60px;
  }
}
/*  ==========================================================================
	FORMS | .mliu_form == core class | .extenders modify
	==========================================================================  */
/* base */
.mliu_form {
  position: relative;
}

/*  setting up box styling for form areas :: can be fieldset or li...whatever */
.mliu_form .form_area {
  position: relative;
  width: auto;
  min-width: 0;
  margin: 15px 0 0 0;
  padding: 3%;
  font-size: 19px;
  font-size: 1.9rem;
  font-family: "Mada", Arial, sans-serif;
  font-weight: normal;
  color: #333;
  background: #fff;
  border: 1px solid #C5C5C5;
  border-bottom: 3px solid #61A233;
  box-shadow: 3px 3px rgba(0, 1, 2, 0.1);
}

/*  =====================
    form elements styling
    ===================== */
/* standard border */
input, textarea, select {
  border: 1px solid #CCCCCC;
}

input[type=checkbox] {
  border: none;
}

/* when form_area is a fieldset... we need extra margin to allow for the pop out heading */
.mliu_form fieldset.form_area {
  margin-top: 70px;
}

/* override if no legend set up */
.mliu_form fieldset.no_legend.form_area {
  margin-top: 0;
}

/* take borders off fieldset */
.mliu_form fieldset {
  border: 0;
  padding: 0;
}

/* creating the pop out legend for fieldsets */
.form_area legend {
  background: none repeat scroll 0 0 #FFFFFF;
  border-left: 1px solid #C5C5C5;
  border-right: 1px solid #C5C5C5;
  border-top: 1px solid #C5C5C5;
  font-family: "Mada", Arial, sans-serif;
  font-weight: 700;
  color: #333333;
  left: -1px;
  padding: 8px 8px 16px 8px;
  position: absolute;
  top: -46px;
  line-height: 29.1167px;
  max-height: 46px;
}

/* to create small sub text inside a legend | covers links */
.form_area legend span {
  font-size: 56%;
  color: #666;
}

/*.form_area legend span a { color: #666; }*/
/* legend inside mliu_form with no popout */
.form_area legend.pop_free {
  padding: 0 0 0 0;
  font-weight: normal;
  border-width: 0 0 0 0;
  position: relative;
  left: 0;
  top: 0;
}

/* text for sub explanation */
.mliu_form p.exp_text {
  font-size: 73%;
  color: #666;
}

/* setting up custom label sizing */
.mliu_form label {
  margin-bottom: 5px;
  font-size: 93%;
}

.mliu_form .label_sml {
  font-size: 62%;
}

.mliu_form h3.label {
  margin: 0 0 0 0;
  font-size: 93%;
  font-weight: normal;
}

/* for RS form or general dates setting float and width auto */
.form_area input.date, .mliu_form.rs_format .form_area input.date {
  float: left;
}

.form_area select.time, .rs_format .form_area select.time {
  float: left;
  width: auto;
}

/* settign radio inputs to float on all widths */
.mliu_form .form_area input.radio, .mliu_form.rs_format .form_area input.radio {
  float: left;
  width: auto;
  margin-top: 14px;
  margin-right: 3px;
}

/* settign font to 100 */
.mliu_form input {
  display: block;
  padding: 8px;
  width: 96%;
  font-size: 100%;
  color: #666;
}

.mliu_form input.button {
  width: auto;
}

/* setting padding/width on all input [type=] apart from submit/file/radio/checkbox */
.mliu_form.block_input input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]) {
  padding: 8px 2.8%;
  width: 94%;
}

/* quick hack to ge tthe inputs on login form working in IE8 */
.lt-ie9 .mliu_form.block_input input[type=text], .lt-ie9 .mliu_form.block_input input[type=password] {
  padding: 8px 2.8%;
  width: 94%;
}

.mliu_form input[type=checkbox], .mliu_form input[type=radio] {
  padding: 0 0 0 0;
  border: none;
}

/* standard padding / width for selects */
.mliu_form select {
  padding: 8px;
  background: #F4F4F4;
  padding: 8px;
  width: 84%;
}

.form_area select, .form_area textarea {
  width: 50%;
  color: #666;
}

.form_area input#keywords_input {
  display: block;
  width: 95%;
  margin-top: 8px;
}

.form_area textarea, .form_area select, .form_area input {
  font-family: "Mada", Arial, sans-serif;
  line-height: 1.6;
}

.form_area textarea, .form_area select {
  margin-top: 2px;
}

.form_area textarea {
  width: 93%;
  min-height: 100px;
  border: 1px solid #ccc;
  padding: 8px;
}

.form_area textarea.large_font {
  font-size: 123%;
}

.form_area textarea#enquiry_summary, .form_area textarea#mo_desc {
  min-height: 125px;
}

/*  =====================
    basic | stripped down
    ===================== */
.mliu_form.basic .form_area {
  margin: 15px 0 0 0;
  padding: 2% 3%;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
}

.mliu_form.basic .form_area legend {
  position: relative;
  top: 0;
  left: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  background: transparent;
  padding: 0 0 0 0;
  font-family: "Mada", Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 480px) {
  /*  ==========================================================================
  	1 THIRD up ---------------------------------------------------------------
  	========================================================================== */
  .form_area input.date, .mliu_form.rs_format .form_area input.date {
    width: auto;
  }

  .form_area textarea#enquiry_summary, .form_area textarea#mo_desc {
    min-height: 73px;
  }

  .form_area textarea {
    width: 96%;
  }
}
/*  ==========
    validation
    ========== */
.mliu_form.rs_format .form_area .not_valid select,
.mliu_form.rs_format .form_area .not_valid input,
.mliu_form.rs_format .form_area .not_valid textarea {
  background: #fff;
  border-color: #ff007e;
}

.mliu_form .not_valid {
  border: 2px solid #e7e7e7;
  background: #F9F9F9;
  padding: 1%;
}

.mliu_form .cat_list.not_valid {
  border: 1px solid #FF007E;
}

.mliu_form .form_area .not_valid select, .mliu_form .form_area .not_valid input, .mliu_form .form_area .not_valid textarea {
  background: #fff;
  border-color: #ff007e;
}

.validation_flag {
  color: #ff007e;
  clear: both;
  margin: 8px 0 0 0;
  display: inline-block;
}

/* verify string validation */
.verify_string img {
  float: left;
  margin-bottom: 10px;
}

.mliu_form .verify_string input {
  margin-left: 40%;
}

/*  =======
    customs
    ======= */
/* if form area is on login */
.reset_form p {
  float: left;
  margin-right: 10px;
}

/* Error message displayed on the form */
.mliu_form.login p.login_error {
  color: #FF0000;
}

/*  ============================================================================
    form area border colors | dependent on site ind class || eg: FE/SW/RS/JD/FJD
    ============================================================================ */
.FE .mliu_form .form_area, .mliu_form.FE .form_area {
  border-bottom: 3px solid #FF3366;
}

.FEM .mliu_form .form_area, .mliu_form.FE .form_area {
  border-bottom: 3px solid #FF3366;
}

.SW .mliu_form .form_area {
  border-bottom: 3px solid #5E9931;
}

.RS .mliu_form .form_area, .mliu_form.RS .form_area, .RSINTL_UK .mliu_form .form_area, .mliu_form.RSINTL_UK .form_area, .RSINTL_FR .mliu_form .form_area, .mliu_form.RSINTL_FR .form_area, .RSINTL_DE .mliu_form .form_area, .mliu_form.RSINTL_DE .form_area {
  border-bottom: 3px solid #FF6600;
}

.JD .mliu_form .form_area, .FJD .mliu_form .form_area {
  border-bottom: 3px solid #00A0DD;
}

/* hacking brand color */
.form_area--brand-color-overide {
  border-bottom: 3px solid #FF6600 !important;
}

/*  ==================
    multi column form
    ================== */
/* contact side img not needed on mobile */
.contact_side {
  display: none;
}

/* remove bullets for forms */
.form_area ul {
  list-style: none;
}

/* margin for form area that consist of <li> */
.form_area li {
  margin: 0 0 10px 0;
}

/* for li/div holding buttons */
.form_area .submit_hold {
  padding-top: 14px;
}

.mliu_form .sub_info {
  margin-top: 15px;
}

.mliu_form .form_area.big_margin_top {
  margin-top: 65px;
}

/* for @ sign  in middle of time eg. 27/01/2014 @ 16:00 */
span.floater {
  float: left;
  margin: 8px 4px;
  color: #666;
}

/* for the form required explanation || forced position outdie form */
.req_explain {
  color: #666;
  font-size: 15px;
  font-size: 1.5rem;
}

/* to hold the submit button */
.submit_area {
  margin: 30px 0;
}

/* to make a span with smaller text inside a label */
span.label_sub {
  font-size: 75%;
  font-style: italic;
  color: #999999;
}

#search_results {
  margin-top: 40px;
}

/*  =====================================
    cat list styles
    =====================================  */
.form_area label.cat_label {
  font-size: 73%;
}

.cat_list {
  padding: 8px 0 0 0;
  margin-bottom: 20px;
}

.cat_list li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  line-height: 1;
}

.cat_list_selected {
  margin-bottom: 4px;
}

.cat_list_selected li {
  color: #444444;
  display: inline;
  float: left;
  font-size: 100%;
  height: auto;
  margin: 0 4px 4px 0;
  position: relative;
  width: auto;
  clear: both;
}

.cat_list_selected li h4 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.form_area .cat_list input {
  width: auto;
  margin: 0 4px 0 0;
}

@media only screen and (min-width: 480px) {
  /*  ==========================================================================
  	1 THIRD up ---------------------------------------------------------------
  	========================================================================== */
  /*  ===========
  	1T Cat List
  	=========== */
  .cat_list li {
    width: 50%;
    float: left;
  }

  .cat_list label.cat_label {
    float: left;
    display: inline;
    width: auto !important;
    margin: 0 0 0 0;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Mada", Arial, sans-serif;
  }

  .cat_list input {
    width: auto;
    float: left;
  }

  .cat_list.not_valid {
    padding: 1% 1% 1% 6%;
  }

  /*  ========
  	1T FORMS
  	======== */
  .mliu_form.rs_format .form {
    margin-top: 0;
  }

  .mliu_form.rs_format .form_area {
    background: #fff;
    position: relative;
    margin: 30px 0 0 0;
    padding: 3%;
    border: 1px solid #C5C5C5;
    border-bottom: 3px solid #FBB611;
  }

  .mliu_form.rs_format .form_area.no_margin {
    margin: 0 0 0 0;
  }

  .mliu_form.rs_format fieldset.form_area {
    margin-top: 70px;
  }

  .mliu_form.rs_format .form_area legend span {
    font-size: 56%;
    color: #666;
  }

  /*.mliu_form.rs_format .form_area legend span a { color: #666; }*/
  .mliu_form.rs_format .form_area label {
    display: block;
  }

  .mliu_form.rs_format .form_area textarea {
    width: 96%;
  }

  .mliu_form.rs_format .form_area input {
    border: 1px solid #ccc;
    padding: 8px;
  }

  .mliu_form.rs_format .form_area input[type=checkbox], .mliu_form.rs_format .form_area input[type=radio] {
    border: none;
    padding: 0;
  }

  .mliu_form.rs_format .form_area input#keywords_input {
    display: block;
    width: 96%;
    margin-top: 8px;
  }

  .mliu_form.rs_format .form_area .cat_list input {
    width: auto;
    float: left;
  }

  .mliu_form.rs_format .form .green_link {
    font-size: 160%;
    clear: both;
    float: right;
  }

  /*  ==========
  	VALIDATION
  	========== */
  .not_valid {
    border: 2px solid #e7e7e7;
    background: #F9F9F9;
    padding: 1%;
  }

  .cat_list.not_valid {
    border: 1px solid #FF007E;
  }
}
@media only screen and (min-width: 768px) {
  /*  ==========================================================================
  	2 THIRDS up
  	========================================================================== */
  .form_area label {
    display: inline;
  }

  .mliu_form h3.label {
    float: left;
    display: inline;
  }

  .form_area input {
    width: 30%;
  }

  .form_area input.mliu_button {
    width: auto;
  }

  .form_area select {
    float: left;
    width: 32%;
  }

  .form_area input#keywords_input {
    display: inline;
    margin-top: 0px;
  }

  /* settign font to 100 */
  .mliu_form input {
    display: inline;
  }

  .form_area textarea {
    width: 50%;
    min-height: 200px;
  }

  .mliu_form.rs_format .form_area textarea {
    width: 50%;
    min-height: 200px;
  }

  .form .green_link {
    clear: none;
    margin-top: 0;
  }

  /*.mliu_form.rs_format .form_area input { width:30%; }*/
  .req_explain {
    position: absolute;
    right: 8px;
    top: -42px;
  }

  /*  ===========
  	2T Cat List
  	=========== */
  .cat_list {
    padding-left: 6%;
  }

  /*.cat_list li { width:33%;  } */
  .cat_list .check_all {
    width: auto;
  }

  /*used for check all and uncheck all lable*/
  .mliu_form .cat_list label.cat_label {
    max-width: 180px;
  }

  /*  ============
  	LABEL SIZING
  	============ */
  /* giving the labels sizes */
  .label_size_10 label, label.label_size_10, .label_size_10 .label {
    float: left;
    width: 10%;
    padding-top: 6px;
  }

  .label_size_20 label, label.label_size_20, .label_size_20 .label {
    float: left;
    width: 20%;
    padding-top: 6px;
  }

  .label_size_30 label, label.label_size_30, .label_size_30 .label {
    float: left;
    width: 30%;
    padding-top: 6px;
  }

  .label_size_40 label, label.label_size_40, .label_size_40 .label {
    float: left;
    width: 40%;
    padding-top: 6px;
  }

  .label_size_50 label, label.label_size_50, .label_size_50 .label {
    float: left;
    width: 50%;
    padding-top: 6px;
  }

  .label_size_60 label, label.label_size_60, .label_size_60 .label {
    float: left;
    width: 60%;
    padding-top: 6px;
  }

  .label_size_70 label, label.label_size_70, .label_size_70 .label {
    float: left;
    width: 70%;
    padding-top: 6px;
  }

  .label_size_80 label, label.label_size_80, .label_size_80 .label {
    float: left;
    width: 80%;
    padding-top: 6px;
  }

  .label_size_90 label, label.label_size_90, .label_size_90 .label {
    float: left;
    width: 90%;
    padding-top: 6px;
  }

  .label_size_100 label, label.label_size_100, .label_size_100 .label {
    display: block;
    width: 100%;
    padding-top: 6px;
  }

  .label_size_10.label {
    float: left;
    width: 10%;
    padding-top: 6px;
  }

  .label_size_20.label {
    float: left;
    width: 20%;
    padding-top: 6px;
  }

  .label_size_30.label {
    float: left;
    width: 30%;
    padding-top: 6px;
  }

  .label_size_40.label {
    float: left;
    width: 40%;
    padding-top: 6px;
  }

  .label_size_50.label {
    float: left;
    width: 50%;
    padding-top: 6px;
  }

  .label_size_60.label {
    float: left;
    width: 60%;
    padding-top: 6px;
  }

  .label_size_70.label {
    float: left;
    width: 70%;
    padding-top: 6px;
  }

  .label_size_80.label {
    float: left;
    width: 80%;
    padding-top: 6px;
  }

  .label_size_90.label {
    float: left;
    width: 90%;
    padding-top: 6px;
  }

  .label_size_100.label {
    float: left;
    width: 100%;
    padding-top: 6px;
  }

  /* selecting adjacent inputs and sizing those to fit next to the labels  */
  .mliu_form .label_size_10.input_affect label ~ input, .mliu_form label.label_size_10.input_affect ~ input, .mliu_form .label_size_10.input_affect .label ~ input {
    float: left;
    width: 84% !important;
  }

  .mliu_form .label_size_20.input_affect label ~ input, .mliu_form label.label_size_20.input_affect ~ input, .mliu_form .label_size_20.input_affect .label ~ input {
    float: left;
    width: 74% !important;
  }

  .mliu_form .label_size_30.input_affect label ~ input, .mliu_form label.label_size_30.input_affect ~ input, .mliu_form .label_size_30.input_affect .label ~ input {
    float: left;
    width: 67% !important;
  }

  .mliu_form .label_size_40.input_affect label ~ input, .mliu_form label.label_size_40.input_affect ~ input, .mliu_form .label_size_40.input_affect .label ~ input {
    float: left;
    width: 54% !important;
  }

  .mliu_form .label_size_50.input_affect label ~ input, .mliu_form label.label_size_50.input_affect ~ input, .mliu_form .label_size_50.input_affect .label ~ input {
    float: left;
    width: 44% !important;
  }

  .mliu_form .label_size_60.input_affect label ~ input, .mliu_form label.label_size_60.input_affect ~ input, .mliu_form .label_size_60.input_affect .label ~ input {
    float: left;
    width: 34% !important;
  }

  .mliu_form .label_size_70.input_affect label ~ input, .mliu_form label.label_size_70.input_affect ~ input, .mliu_form .label_size_70.input_affect .label ~ input {
    float: left;
    width: 24% !important;
  }

  .mliu_form .label_size_80.input_affect label ~ input, .mliu_form label.label_size_80.input_affect ~ input, .mliu_form .label_size_80.input_affect .label ~ input {
    float: left;
    width: 14% !important;
  }

  .mliu_form .label_size_90.input_affect label ~ input, .mliu_form label.label_size_90.input_affect ~ input, .mliu_form .label_size_90.input_affect .label ~ input {
    float: left;
    width: 4% !important;
  }

  /* selecting adjacent textareas and sizing those to fit next to the labels  */
  .mliu_form .label_size_10.input_affect label ~ textarea, .mliu_form label.label_size_10.input_affect ~ textarea, .mliu_form .label_size_10.input_affect .label ~ textarea {
    float: left;
    width: 84% !important;
  }

  .mliu_form .label_size_20.input_affect label ~ textarea, .mliu_form label.label_size_20.input_affect ~ textarea, .mliu_form .label_size_20.input_affect .label ~ textarea {
    float: left;
    width: 74% !important;
  }

  .mliu_form .label_size_30.input_affect label ~ textarea, .mliu_form label.label_size_30.input_affect ~ textarea, .mliu_form .label_size_30.input_affect .label ~ textarea {
    float: left;
    width: 67% !important;
  }

  .mliu_form .label_size_40.input_affect label ~ textarea, .mliu_form label.label_size_40.input_affect ~ textarea, .mliu_form .label_size_40.input_affect .label ~ textarea {
    float: left;
    width: 54% !important;
  }

  .mliu_form .label_size_50.input_affect label ~ textarea, .mliu_form label.label_size_50.input_affect ~ textarea, .mliu_form .label_size_50.input_affect .label ~ textarea {
    float: left;
    width: 44% !important;
  }

  .mliu_form .label_size_60.input_affect label ~ textarea, .mliu_form label.label_size_60.input_affect ~ textarea, .mliu_form .label_size_60.input_affect .label ~ textarea {
    float: left;
    width: 34% !important;
  }

  .mliu_form .label_size_70.input_affect label ~ textarea, .mliu_form label.label_size_70.input_affect ~ textarea, .mliu_form .label_size_70.input_affect .label ~ textarea {
    float: left;
    width: 24% !important;
  }

  .mliu_form .label_size_80.input_affect label ~ textarea, .mliu_form label.label_size_80.input_affect ~ textarea, .mliu_form .label_size_80.input_affect .label ~ textarea {
    float: left;
    width: 14% !important;
  }

  .mliu_form .label_size_90.input_affect label ~ textarea, .mliu_form label.label_size_90.input_affect ~ textarea, .mliu_form .label_size_90.input_affect .label ~ textarea {
    float: left;
    width: 4% !important;
  }

  /* auto sized labels :: used mainly for remember me or checkbox options */
  .label_size_auto {
    float: left;
    width: auto;
  }

  .label_size_auto ~ input {
    float: left;
    width: auto;
    margin: 3px 0 0 5px;
  }

  /*validation flags */
  .label_size_10 .validation_flag {
    margin-left: 10%;
  }

  .label_size_20 .validation_flag {
    margin-left: 20%;
  }

  .label_size_30 .validation_flag {
    margin-left: 30%;
  }

  .label_size_40 .validation_flag {
    margin-left: 40%;
  }

  .label_size_50 .validation_flag {
    margin-left: 50%;
  }

  .label_size_60 .validation_flag {
    margin-left: 60%;
  }

  .label_size_70 .validation_flag {
    margin-left: 70%;
  }

  .label_size_80 .validation_flag {
    margin-left: 80%;
  }

  .label_size_90 .validation_flag {
    margin-left: 90%;
  }

  .label_size_100 .validation_flag {
    margin-left: 100%;
  }

  .label_size_10 label.width_overide, .label_size_20 label.width_overide, .label_size_30 label.width_overide, .label_size_40 label.width_overide, .label_size_50 label.width_overide {
    width: auto;
    margin-right: 18px;
  }

  /*  ==================
      multi column form
      ================== */
  .mliu_form.col_layout {
    float: left;
    width: 57%;
    margin-right: 4%;
  }

  .mliu_form.col_layout + div {
    float: left;
    width: 30%;
  }

  .contact_side {
    display: block;
    margin-top: 69px;
  }

  .contact_side.subscribe {
    margin: 4% 0;
  }

  .contact_side.subscribe h2 {
    margin: 0;
  }

  .contact_side img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1140px) {
  /*  ==========================================================================
  	FULL WIDTH
  	========================================================================== */
  .mliu_form .cat_list label.cat_label {
    max-width: none;
  }
}
/*  ==========================================================================
	TABLES | .mliu_table == core class | .extenders modify
	==========================================================================  */
/*Made changes to align text left*/
.mliu_table {
  width: 100%;
  margin-bottom: 15px;
  background: #FFF;
  border: 1px solid #C5C5C5;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  font-size: 1.5rem;
}

.mliu_table th {
  padding: 15px 10px;
  text-align: left;
  vertical-align: center;
  background: #FFF;
  border-bottom: 1px solid #D7D7D7;
  color: #333;
  font-weight: normal;
}

.mliu_table td {
  padding: 10px;
  border-bottom: 1px solid #E7E7E7;
  color: #333;
  vertical-align: top;
}

.mliu_table td a {
  color: #333;
}

.mliu_table td a.blue {
  color: #006699;
}

.mliu_table tr.last_row td {
  border-bottom: none;
}

.mliu_table.rev {
  width: 100%;
  margin-bottom: 15px;
  background: #666;
  border: 1px solid #D7D7D7;
  box-shadow: 3px 3px rgba(0, 1, 2, 0.1);
}

.mliu_table.rev th {
  padding: 15px 10px;
  text-align: left;
  vertical-align: center;
  background: #333;
  border-bottom: none;
  color: #ccc;
  font-size: 120%;
  font-weight: normal;
}

.mliu_table.rev td {
  padding: 14px 10px;
  border-bottom: none;
  color: #ccc;
  vertical-align: top;
}

.mliu_table.rev td.last_col {
  border-bottom: none;
}

.mliu_table.rev td a {
  color: #ccc;
}

.mliu_table.rev tr.last_row td {
  border-bottom: none;
}

.mliu_table .locked td {
  color: #999;
}

.mliu_table .locked:hover td {
  color: #666;
}

.mliu_table .locked td a {
  color: #999;
}

.mliu_table .locked:hover a {
  color: #666;
}

.mliu_table.enquiry_list {
  font-family: "Mada", Arial, sans-serif;
  font-weight: 400;
}

.mliu_table.enquiry_list th {
  color: #fff;
}

.form_area .mliu_table th {
  color: #ffffff;
}

.mliu_table th {
  padding: 15px 10px;
  text-align: left;
  vertical-align: center;
  background: none repeat scroll 0 0 #333333;
  border-bottom: medium none;
  border-right: 1px solid #5D5D5D;
  color: #333;
  font-weight: normal;
}

.comaprison_body .mliu_table th {
  color: #fff;
}

.mliu_table th.first_col {
  border-left: solid 1px #333333;
}

.mliu_table td {
  padding: 10px;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  color: #666;
}

.mliu_table td.first_col {
  border-left: solid 1px #C5C5C5;
}

.mliu_table td.last_col {
  border-right: solid 1px #C5C5C5;
}

.mliu_table td a {
  color: #333;
}

.mliu_table tr.last_row td {
  border-bottom: 1px solid #C5C5C5;
}

.mliu_table .locked td {
  color: #999;
  transition: color 0.5s ease;
}

.mliu_table .locked:hover td {
  color: #666;
}

.mliu_table .locked td a {
  color: #999;
}

.mliu_table .locked:hover a {
  color: #666;
}

.mliu_table.enquiry_list .col_01.first_col {
  width: 23%;
}

.mliu_table td.col_01.first_col a {
  color: #006699;
}

.mliu_table td.col_01.first_col a:hover {
  text-decoration: underline;
}

.mliu_table.enquiry_list.shortend .col_01 {
  width: 37.5%;
}

.mliu_table.enquiry_list.shortend .col_02 {
  width: 12.5%;
}

.mliu_table.enquiry_list.shortend .col_03 {
  width: 12.5%;
}

.mliu_table.enquiry_list.shortend .col_04 {
  width: 12.5%;
}

.mliu_table.enquiry_list.shortend .col_05 {
  width: 12.5%;
}

.mliu_table.enquiry_list.shortend .col_06 {
  width: 12.5%;
}

.mliu_table.enquiry_list .col_01 {
  width: 10%;
}

.mliu_table.enquiry_list .col_02 {
  width: 20%;
}

.mliu_table.enquiry_list .col_03 {
  width: 33%;
}

.mliu_table.enquiry_list .col_04 {
  width: 12%;
}

.mliu_table.enquiry_list .col_05 {
  width: 15%;
}

.mliu_table.enquiry_list .send_similar {
  color: #006699;
}

/*Adjusting table widths for journ dashboard page on rs*/
.dashboard.layout_02 .mliu_table.enquiry_list .col_01 {
  width: 30%;
}

.dashboard.layout_02 .mliu_table.enquiry_list .col_02 {
  width: 15%;
}

.dashboard.layout_02 .mliu_table.enquiry_list .col_04 {
  width: 8%;
}

.dashboard.layout_02 .mliu_table.enquiry_list .col_05 {
  width: 8%;
}

.dashboard.layout_02 .mliu_table.enquiry_list .col_06 {
  width: 8%;
}

/* table border-colors */
.mliu_table.SW {
  border-bottom-color: #61A233;
  border-bottom-width: 3px;
}

.mliu_table.FE {
  border-bottom-color: #EB018C;
  border-bottom-width: 3px;
}

.mliu_table.RS {
  border-bottom-color: #FBB611;
  border-bottom-width: 3px;
}

.mliu_table.JD {
  border-bottom-color: #13A1E1;
  border-bottom-width: 3px;
}

/* journ unsubscribe table */
th.nr_logo {
  width: 15%;
}

th.nr_action {
  width: 20%;
}

/*Adjusting last col on fr journ dashboard page on rs*/
#FR.dashboard.layout_02 .mliu_table.enquiry_list .col_06 {
  width: 3%;
}

.mliu_table.enquiries a {
  color: #006699;
}

.mliu_table.simple table {
  border-collapse: collapse;
  width: 100%;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #E7E7E7;
  background-color: #f7f7f7;
  font-size: 130%;
}

/* netralise the font size for tables inside form areas */
.mliu_form .form_area .mliu_table th {
  font-size: 100%;
}

.mliu_form .form_area .mliu_table td {
  font-size: 86%;
}

.mliu_table caption {
  background: none repeat scroll 0 0 #FFFFFF;
  border-left: 1px solid #C5C5C5;
  border-right: 1px solid #C5C5C5;
  border-top: 1px solid #C5C5C5;
  color: #333333;
  left: 0;
  padding: 10px 8px;
  position: absolute;
  top: -45px;
  font-family: "Mada", Arial, sans-serif;
}

/* ultra specific styling secton | dont overuse */
/* make a blue in table */
.mliu_table td a span.blue {
  color: #006699;
}

/*  =====================================
    refactored Tour slides
    =====================================  */
#slides {
  margin-top: 40px;
}

/* generic titles for about section */
.c-about__main-title {
  font-family: "Mada", Arial, sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.3;
  letter-spacing: -0.3px;
  font-weight: 300;
}

.c-about__sub-title {
  font-family: "Mada", Arial, sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.3;
  letter-spacing: -0.3px;
  font-weight: 300;
}

/* tour styling */
.c-tour__section {
  min-height: 300px;
  line-height: 1.6;
}

@media (min-width: 61.25em) {
  .c-tour__section--even .c-tour__info {
    float: right;
  }
}
@media (min-width: 61.25em) {
  .c-tour__section--even .c-tour__img {
    float: left;
  }
  .c-tour__section--even .c-tour__img > img {
    float: left;
  }
}

.c-tour__info {
  width: 100%;
}
@media (min-width: 61.25em) {
  .c-tour__info {
    float: left;
    width: 30%;
  }
}
.c-tour__info p {
  font-size: 18px;
  font-size: 1.8rem;
}

.c-tour__img {
  text-align: center;
}
.c-tour__img > img {
  width: 100%;
}
@media (min-width: 34.375em) {
  .c-tour__img > img {
    width: auto;
    max-width: 580px;
    text-align: center;
  }
}
@media (min-width: 61.25em) {
  .c-tour__img {
    width: 70%;
    float: right;
  }
  .c-tour__img > img {
    float: right;
  }
}

.c-tour__title {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Mada", Arial, sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.3;
  letter-spacing: -0.3px;
  font-weight: 300;
}

.c-tour__list {
  padding-left: 20px;
  list-style-type: circle;
  font-size: 16px;
  font-size: 1.6rem;
}
.c-tour__list > li {
  margin-bottom: 13px;
  padding-left: 8px;
}

.interval {
  position: relative;
  margin: 60px 0;
  text-align: center;
  min-height: 2px;
  /* add divider line too strike throguh behind back to top link */
}
.interval:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccc;
  left: 0;
  top: 12px;
  z-index: -1;
}

.interval a {
  font-size: 93%;
  padding: 0 10px;
  background-color: #fff;
  color: #666;
  z-index: 2;
}

.interval.reduced_padding {
  padding: 30px 0;
}

/*  =====================================
	RUBBISH TO TAKE OUT
    =====================================  */
.c-tour__qoute {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 100;
}

#case_study h2.lg-margin, .tour h2.lg-margin {
  margin-bottom: 50px;
}

#case_study .quote {
  display: block;
  margin: 0 auto 0;
  padding: 20px 0;
  border-bottom: 1px solid #E7E7E7;
}

#case_study .quote blockquote {
  margin: 0;
}

#case_study .clear_line {
  border-bottom: none;
  padding-bottom: 0;
}

/*styling for pricing box, using current promo_action class that is on sourcewire.com*/
.promo_action {
  float: left;
  padding: 15px;
  max-width: 100%;
}

.promo_action a:link {
  text-align: center;
}

/*target only send page promo box - restores text to align center correctly*/
.promo .send_promo {
  padding: 0 15px;
}

/*  =====================================
    About - helpers
    =====================================  */
.promo_strip {
  background: #e7e7e7;
}

.promo_strip img {
  max-width: 100%;
}

/* style action button on sending page */
.tour .action {
  margin: 25px 0 15px 0;
  text-align: center;
}

/*  =====================================
    About - benefits section
    =====================================  */
/* NOTE ******* CENTRALISE in MLIU_CORE **** move out of SW m,ain.css also */
/* currently using image loaded from source wire, will need to move to rs once approved */
.c-benefit-list {
  text-align: center;
  padding-left: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.c-benefit-list--jes {
  padding-left: 0;
}
@media (min-width: 46.25em) {
  .c-benefit-list--jes {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-benefit-list--prw .c-benefit-list__item {
  background-image: url(img/about/benefits_grid_sprite.gif);
}

.c-benefit-list__item {
  list-style: none;
  background: url(img/about/JES/benefits_grid_sprite.png) no-repeat left top;
  min-height: 100px;
  text-align: left;
  margin-bottom: 24px;
  /* JES */
  /* PRW */
}
.c-benefit-list__item--expert_comments {
  background-position: left -103px;
}
.c-benefit-list__item--case_studies {
  background-position: left -1102px;
}
.c-benefit-list__item--product_review {
  background-position: left -2620px;
}
.c-benefit-list__item--tell_story {
  background-position: left 14px;
}
.c-benefit-list__item--target {
  background-position: left -858px;
}
.c-benefit-list__item--publish {
  background-position: left -1749px;
}
.c-benefit-list__item--social {
  background-position: left -2660px;
}
.c-benefit-list__item--track {
  background-position: left -3551px;
}
.c-benefit-list__item--customise {
  background-position: left -8750px;
}
.c-benefit-list__item--filter {
  background-position: left -5362px;
}

.c-benefit-list__title {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Mada", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding-top: 15px;
  padding-left: 90px;
}

.c-benefit-list--prw .c-benefit-list__title {
  padding-top: 38px;
}

.tour .benefit {
  text-align: left;
  list-style: none;
  min-height: 75px;
}

.tour .benefits_list {
  padding: 0 0 0 40px;
  text-align: center;
}

/*  ==========================================================================
    ABOUT PR // JOURNO styles
    ==========================================================================  */
.qoute {
  clear: both;
  margin: 35px auto 20px auto;
  width: 100%;
  background: #ECECEF;
  position: relative;
  border: 1px solid #E7E7E7;
}

.qoute img {
  width: 100%;
}

.promo .message {
  padding: 3%;
  width: auto;
}

.qoute h2 {
  font-family: "Roboto Slab", Arial, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: -0.3px;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  /*  ==========================================================================
  	2 THIRDS up
  	========================================================================== */
  .qoute {
    clear: both;
    margin: 35px auto 20px auto;
    width: 80%;
    background: #ECECEF;
    position: relative;
    border: 1px solid #E7E7E7;
  }
}
@media only screen and (min-width: 1140px) {
  /*  ==========================================================================
  	FULL WIDTH
  	========================================================================== */
  .qoute {
    width: 85%;
  }

  .qoute img {
    width: auto;
    max-width: 500px;
    float: left;
  }

  .promo .message {
    float: left;
    padding: 0 0 0 20px;
    max-width: 40%;
  }
}
.tour .wrapper > header {
  margin-bottom: 50px;
}

/*used for expert comments, controlled by JS*/
.expert_comment {
  min-height: 300px;
  clear: both;
  margin: 35px auto;
  max-width: 440px;
  position: relative;
  text-align: center;
}

.expert_comment img {
  max-width: 223px;
  float: left;
  margin-right: 15px;
}

.expert_comment .qoutes, .step_width.qoutes {
  display: none;
}

.step_width.qoutes {
  min-height: 120px;
}

/*  =====================================
    About - articles how it works section
    =====================================  */
/*additional padding for the sub titles under how responsesource works*/
.tour .how .text h3 {
  padding: 10px 0;
}

/*force images in mobile to 100% width*/
.tour .img img {
  width: 100%;
  max-width: 600px;
}

/*  =========================================
    About graph | Explicit for the info graph
    =========================================  */
/*force heading to align left*/
#usage_graph h2 {
  text-align: left;
}

/* for ev graph */
.ev_info_graphic {
  font-family: "Roboto Slab", Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  line-height: inherit;
  text-shadow: none;
}

/* spacing for graph list arrangment */
.ev_info_graphic li {
  padding: 0 0 10px 0;
}

.ev_info_graphic li div {
  display: block;
  float: left;
  color: #6D6D6D;
}

/* setting font syle for graph heads to bold */
.ev_info_graphic li.ev_package div.graph_head {
  font-family: "Mada", Arial, sans-serif;
  font-weight: 700;
}

.ev_info_graphic {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.ev_info_graphic li.ev_package div {
  padding: 10px;
}

.ev_info_graphic li.ev_package div:first-child {
  width: 39%;
  text-align: right;
}

.ev_info_graphic li.ev_package div:nth-child(2) {
  width: 40%;
  text-align: left;
}

.ev_info_graphic li.ev_package {
  padding: 14px 0 0 0;
  margin: 0 0 14px 0;
}

/*category labels*/
.ev_info_graphic li div.cat_label {
  float: none;
}

.ev_info_graphic li div.cat_label_short {
  display: block;
  width: 39%;
  text-align: right;
  margin-right: 5px;
  padding: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/*apply width to the figures joining with the graph to avoid overflow hidding*/
.ev_info_graphic li div.figure {
  width: 12%;
  padding: 4px;
  text-align: center;
  background-color: #FF4500;
  color: #ffffff;
}

/*Adjust the width of the bar graphs - same for all screen sizes*/
.ev_info_graphic li div.graphbar {
  width: 40%;
}

.ev_info_graphic li div.graphbar div:first-child {
  padding: 4px;
  background-color: #FFB300;
  display: block;
  color: #FFB300;
}

/*  =====================================
    User guide components
    =====================================  */
.c-about__section {
  margin-bottom: 48px;
}
.c-about__section--inset-logo {
  padding-left: 110px;
  background: url(img/about/benefits_grid_sprite.gif) no-repeat left top;
}
.c-about__section--short_summary {
  background-position: left -4452px;
}
.c-about__section--expertise {
  background-position: left 8px;
}
.c-about__section--deadline {
  background-position: left -6950px;
}
.c-about__section--categories {
  background-position: left -7889px;
}
.c-about__section--previews {
  background-position: left -6052px;
}
.c-about__section > p {
  line-height: 1.6;
}
.c-about__section > ol {
  padding-left: 24px;
  line-height: 1.6;
}
.c-about__section--indent {
  padding-left: 48px;
}

.send.center {
  text-align: center;
}

.send.center img {
  width: 80%;
}

.about_form {
  margin-bottom: 5%;
  text-align: left;
}

.guidelines {
  padding: 2%;
  border-bottom: 1px dotted #ccc;
}

.guidelines.last {
  border-bottom: none;
}

/*  ==========================================================================
    MOBILE ONLY & LIMITED SCREEN WIDTH ---------------------------------------
    ========================================================================== */
@media only screen and (min-width: 480px) {
  /*  ==========================================================================
      1 THIRD up ---------------------------------------------------------------
      ========================================================================== */
  .send.center img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  /*  ==========================================================================
      2 THIRDS up
      ========================================================================== */
  .promo_strip img {
    max-width: 80%;
  }

  /* restore the jump navigation on above mobile */
  .expert_comment {
    min-height: 250px;
    max-width: 500px;
  }

  .tour .benefit h3 {
    padding: 0 0 0 85px;
  }

  .tour .benefits_list {
    padding: 0;
    text-align: center;
  }

  .tour .img img {
    max-width: 580px;
  }

  /*Set the widths of the text and image containers for the tour area*/
  .tour .how .text {
    text-align: left;
  }

  .tour .how .img {
    margin: 0 auto;
  }

  /*force text class elements to have center text*/
  /*.text{text-align: center; }*/
  .promo_action.text {
    text-align: left;
  }

  .promo_action {
    float: left;
    padding-left: 15px;
    max-width: 30%;
  }

  /*force heading to align left*/
  #usage_graph h2 {
    text-align: center;
  }

  /*set the width and padding of the graph*/
  .ev_info_graphic {
    width: 80%;
    margin: 0 auto;
    padding: 15px;
    margin-bottom: 50px;
  }

  .ev_info_graphic li.ev_package div:first-child {
    margin-right: 5px;
    padding: 4px;
  }

  .ev_info_graphic li.ev_package div:nth-child(2) {
    margin-right: 5px;
    padding: 4px;
  }

  /*remove padding top but appy to bottom*/
  .ev_info_graphic li.ev_package {
    padding: 0 0 14px 0;
  }

  /*category labels - reverse of mobile*/
  .ev_info_graphic li div.cat_label {
    float: left;
    display: block;
    width: 39%;
    text-align: right;
    margin-right: 5px;
    padding: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .ev_info_graphic li div.cat_label_short {
    display: none;
  }

  /* decrease width of figure containers for above mobile */
  .ev_info_graphic li div.figure {
    width: 7%;
  }

  /*  =====================================
      About - pricing 
  =====================================  */
  .tour .pricing_dual {
    float: left;
    width: 36%;
  }

  .tour .pricing_dual.first {
    margin-right: 7%;
  }

  /*  =====================================
      About send guidelines
      Explicit for the info graph
      =====================================  */
  .send.center img {
    width: 80%;
  }
}
@media only screen and (min-width: 1140px) {
  /*  ==========================================================================
      FULL WIDTH
      ========================================================================== */
  .tour .benefit.first_item {
    padding-right: 0;
  }

  /*Set the widths of the text and image containers for the tour area*/
  .tour .how .text {
    float: left;
    width: 34%;
    text-align: left;
  }

  .tour .img img {
    width: 60%;
  }

  .tour .how .img {
    float: right;
    width: 65%;
  }

  /*Set image widths above mobile*/
  .tour .how .img img {
    width: 550px;
    float: right;
  }

  .tour .how.even .img {
    float: left;
  }

  .tour .how.even .img img {
    float: left;
  }

  .tour .how.even .text_right {
    float: left;
    width: 32%;
  }
}
.benefits_list {
  clear: both;
  list-style: none;
  padding: 0;
}

.benefit {
  float: left;
  width: auto;
  margin-right: 3%;
  margin-top: 20px;
  padding-top: 120px;
  background: url(img/about/benefits_grid_sprite.gif) no-repeat left top;
}

/* benefits grid on homepage | uses different sprite,sizes */
.home_page .benefit, .dashboard .benefit {
  background: transparent url(img/icons/home_benz_grey_rev_1206_120.png) no-repeat left top;
}

.home_page .benefits.grey .benefit {
  background-image: url(img/icons/home_benz_grey_900_100.gif);
}

.home_page .benefit.tell_story {
  background-position: left top;
}

.home_page .benefit.publish, .dashboard .benefit.publish {
  background-position: -400px top;
}

.home_page .benefit.track, .dashboard .benefit.track {
  background-position: -800px top;
}

.home_page .benefits .benefit p, .dashboard .benefits .benefit p {
  margin-top: 0;
  font-size: 190%;
  font-family: "Mada", Arial, sans-serif;
  font-weight: 100;
  color: #fff;
  background-color: #8d8d8d;
  padding: 13px;
}

@media (min-width: 46.25em) {
  .home_page .benefit, .dashboard .benefit {
    float: left;
    width: webkit-calc((100% -  48px  ) / 3);
    width: -moz-calc((100% -  48px  ) / 3);
    width: calc((100% -  48px  ) / 3);
    margin-right: 24px;
  }
  .home_page .benefit:last-of-type, .dashboard .benefit:last-of-type {
    margin-right: 0;
  }
}

.home_page .grey .benefits .benefit p, .home_page .blue .benefits .benefit p {
  color: #e7e7e7;
}

.benefits--home .benefit {
  padding-top: 38px;
}

.benefits--home .benefit.tell_story {
  background-position: left top;
}

.benefit.follow_room {
  background-position: left -6055px;
}

.home_page .benefits.pr .benefit h3, .dashboard .benefits.pr .benefit h3 {
  color: #e7e7e7;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 45px;
}

.home_page .benefits.pr .benefit.track h3,
.dashboard .benefits.pr .benefit.track h3 {
  margin-top: 0;
  padding-left: 120px;
}

.benefits.pr .benefit h3, .benefits.jr .benefit h3 {
  padding-left: 101px;
  margin-bottom: 50px;
}

.benefit p {
  font-family: "Roboto Slab", Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}

.home_page .benefit p {
  color: #666;
}

.pr .benefit p {
  line-height: 1.6;
  color: #333;
}

@media only screen and (min-width: 768px) {
  /*  ==========================================================================
  	2 THIRDS up
  	========================================================================== */
  .benefits--home .benefits_list {
    padding-left: 0;
  }

  .home_page .benefits_list {
    padding-left: 0;
  }

  .benefits_list.journalist {
    width: 70%;
  }

  .benefits_list.journalist .benefit {
    width: 48.5%;
  }

  .home_page .benefits .benefit p, .dashboard .benefits .benefit p {
    margin-top: 0;
    font-family: "Roboto Slab", Arial, sans-serif;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    background-color: rgba(51, 51, 51, 0.7);
    padding: 13px;
  }
}
/*  =====================================
    FAQ
    =====================================  */
.side {
  float: left;
}

.side.left {
  width: 22.2%;
  margin-right: 2%;
  /*background: #f7f7f7;*/
}

.side.right {
  width: 100%;
}

.side.left li {
  padding: 8px 0;
  border-bottom: 1px solid #E7E7E7;
}

.side.left li a {
  color: #333;
}

.faq.section h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Mada", Arial, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
}

.faq.left h2 {
  font-family: "Mada", Arial, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  margin: 0 0 24px 0;
  padding-top: 16px;
  float: left;
  border-bottom: none;
}

.faq h3 {
  font-size: 170%;
  font-family: "Mada", Arial, sans-serif;
  font-weight: normal;
}

.faq strong {
  color: #62A442;
  font-weight: 700;
}

.faq.menu {
  margin: 0 auto 0;
}

.faq.list {
  font-family: "Mada", Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  border: 1px solid #E7E7E7;
  border-bottom: none;
  background-color: #f7f7f7;
  clear: both;
  margin-bottom: 12px;
}

.faq.list li {
  padding: 8px;
  font-size: 100%;
}

.faq.list li.active {
  border: 1px solid #E7E7E7;
  border-bottom-width: 2px;
  padding-left: 6px;
}

.faq.list li.active a {
  font-weight: bold;
}

.faq.list li a {
  color: #333;
}

.faq.section.hide {
  display: none;
}

.faq.section {
  padding: 0 8px 3% 3%;
}

.faq.section li {
  margin: 0 0 12px 0;
}

.faq.section img {
  margin-bottom: 10px;
}

.faq.section p.mliu_text.emphasis img {
  display: none;
}

.faq.side.right {
  width: 100%;
}

ol {
  list-style-type: decimal;
}

.faq.section ul, .faq.section ol {
  padding-left: 24px;
  margin-bottom: 24px;
}

.faq.section ul {
  list-style-type: circle;
  padding-left: 28px;
  /*text-indent: 6px;*/
}

.faq.section.channels ul {
  list-style-type: none;
}

pre {
  padding: 8px;
  border: 1px solid #E7E7E7;
  background-color: #f7f7f7;
}

pre {
  word-break: break-all;
  /* webkit */
  word-wrap: break-word;
  white-space: pre;
  white-space: -moz-pre-wrap;
  /* fennec */
  white-space: pre-wrap;
  white-space: pre\9;
  /* IE7+ */
}

@media only screen and (min-width: 768px) {
  /*  ==========================================================================
      2 THIRDS up
      ========================================================================== */
  .faq.side.left {
    width: 25%;
    margin-right: 2%;
    display: block;
  }

  .faq.side.right {
    width: 68%;
  }

  .faq.section p.mliu_text.emphasis img {
    width: 110px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
  }
}
#faq_menu {
  display: none;
}

.faq_plus {
  background: url(img/icons/icon_mobile_menu.gif) no-repeat left top;
  background-size: 10px;
  width: 11px;
  height: 10px;
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
}

.sub_menu a.no_border {
  border-bottom: none;
}

.faq_sub {
  margin-left: 20px;
}

.faq_sub li {
  margin: 0;
  padding: 5px 0;
}

.faq_sub a {
  border-bottom: none;
  color: #999;
}

/*  ===============
    PURE TEXT LOGOS
    ===============  */
span.prod_name {
  line-height: 1px;
  font-size: 100%;
  font-family: "Mada", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #414141;
}

span.prod_tag {
  line-height: 1px;
  font-size: 100%;
  font-family: "Mada", Arial, sans-serif;
  font-weight: 300;
  letter-spacing: -0.05em;
  color: #414141;
}

span.prod_name.rev {
  color: #fff;
}

.app_menu span.prod_name, .app_menu span.prod_tag {
  font-size: 130%;
}

#FE .app_menu span.prod_tag {
  font-size: 160%;
}

/*  ==========================================================================
	RS DISPLAY
	========================================================================== */
/* main generic box to use */
.feature_box {
  background: #fff;
  position: relative;
  margin: 30px 0 30px 0;
  padding: 24px;
  border: 1px solid #C5C5C5;
  border-bottom: 3px solid #FBB611;
}

/* feature_box extensionts */
.feature_box.FE {
  border-bottom-color: #FF3366;
}

.feature_box.JD {
  border-bottom-color: #13A1E1;
}

.feature_box.pop_contain {
  margin-top: 60px;
}

.feature_box.pop_contain.top_box {
  margin-top: 48px;
}

.feature_box--no-b-bottom {
  border-bottom: 0px transparent;
}

.RS_DISPLAY p {
  clear: both;
}

/* for the enquiry meta | top info list */
.enquiry_meta li {
  margin-bottom: 0;
}

/* font and font size for enquiry body */
.enq_body--fixed {
  max-height: 600px;
  overflow: auto;
}

/* for the enquiry preview to hold the submits */
.rs_enq.submit_area {
  text-align: right;
  margin-bottom: 20px;
}

.rs_enq.submit_area form {
  float: right;
  margin-left: 10px;
}

.blurb.wrapper {
  margin-bottom: 30px;
}

/* display cats on submit success page */
.enq_cats_subbed {
  font-size: 120%;
}

.enq_cats_subbed h3 {
  font-weight: normal;
}

.enq_body .enq_bloc {
  margin: 0 0 20px 0;
}

.enq_body h2 {
  margin: 4px 0;
  font-weight: normal;
  font-size: 125%;
}

.enq_body p {
  margin: 4px 0;
  line-height: 22px;
}

.enquiry_preview .header h1 {
  padding: 20px 2% 8px 2%;
  width: 87%;
}

@media only screen and (min-width: 480px) {
  /*  ==========================================================================
  	1 THIRD up ---------------------------------------------------------------
  	========================================================================== */
  .enq_body .label {
    float: left;
    width: auto;
    margin-right: 10px;
  }

  .enq_body .data {
    float: left;
    width: auto;
  }

  .enq_body h3 {
    margin: 0 0 6px 0;
    font-weight: 700;
  }

  .enq_body p {
    margin: 4px 0;
    line-height: 22px;
  }

  .enq_body .enq_bloc {
    margin: 0 0 24px 0;
  }

  .enq_body #relevant_categorys.enq_bloc {
    margin-bottom: 0;
  }

  .cat_list_selected li {
    color: #444444;
    display: inline;
    float: left;
    font-size: 100%;
    height: auto;
    margin: 0 4px 4px 0;
    position: relative;
    width: auto;
    clear: none;
  }
}
@media only screen and (min-width: 768px) {
  /*  ==========================================================================
  	2 THIRDS up
  	========================================================================== */
  /*  =================================================
      Used when MO info is displayed on enquiry preview
      =================================================  */
  .mo_layout {
    float: left;
    display: inline;
  }

  .mo_layout.left {
    width: webkit-calc(100% - ( 48px  + 350px ));
    width: -moz-calc(100% - ( 48px  + 350px ));
    width: calc(100% - ( 48px  + 350px ));
    margin-right: 48px;
  }

  .mo_layout.right {
    width: 350px;
    margin-top: 30px;
  }

  .mo_img img {
    max-width: 99%;
    border: 1px solid #C5C5C5;
    box-shadow: 3px 3px rgba(0, 1, 2, 0.1);
  }

  .mo_layout.right li {
    display: block;
    margin: 0 0 10px 0;
    font-size: 93%;
  }

  .mo_layout.right .label {
    width: 30%;
  }

  .mo_layout.right .data {
    width: 60%;
  }
}
/*  ==========================================================================
	IPADS
	========================================================================== */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .mo_layout {
    float: none;
    display: block;
  }

  .mo_layout.left {
    width: auto;
    margin-right: 0;
  }

  .mo_layout.right {
    width: auto;
    margin-top: 0;
  }
}
/*  ==========================================================================
	MENUS | different generic menus to use
	==========================================================================  */
/*  =====================================
    my account headings
    =====================================  */
/* dashboard heading */
h1.myaccount_h1 {
  float: left;
  padding-left: 0;
}

/* for seperating headings with | set to block for mobile*/
span.seperator {
  display: block;
  color: #ccc;
}

/* box for 	dashboard heading */
.profile_detail {
  float: right;
}

.profile_detail img {
  border: solid 1px #B5B5B5;
}

.profile_detail .photo {
  float: left;
}

.profile_detail .name {
  float: left;
}

.profile_detail h2 {
  padding-top: 0;
}

/* sub menu margin */
#views_ul {
  margin: 10px 0 45px 0;
}

/*  =====================================
    sub menu
    =====================================  */
.sub_menu {
  margin-bottom: 48px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Roboto Slab", Arial, sans-serif;
}

.sub_menu li {
  margin: 10px 0px;
  display: block;
}

.sub_menu a {
  border-bottom: 2px solid #E7E7E7;
  padding: 8px 0 3px;
  text-decoration: none;
}

.sub_menu a.active {
  border-bottom: 2px solid #006699;
}

/* if you want brand colors */
.sub_menu a.active.SW {
  border-color: #61A233;
}

.sub_menu a.active.FE {
  border-color: #EB018C;
}

.sub_menu a.active.RS {
  border-color: #FBB611;
}

.sub_menu a.active.JD {
  border-color: #13A1E1;
}

.sub_menu a.inactive:hover {
  border-color: #CCCCCC;
}

.sub_menu.margin_bottom {
  margin-bottom: 40px;
}

/*  =====================================
    tabs
    =====================================  */
ul#tab_li_container,
ul#gen_tab_li_container {
  width: 100%;
  height: 42px;
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#tab_li_container.newsrooms_admin {
  clear: both;
}

#tab_li_container li,
#gen_tab_li_container li {
  background: #fff;
  /*position:relative;*/
  height: 43px;
  float: left;
  display: inline;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-right: 4px;
  padding: 0 0 0 8px;
}

#tab_outlets li.outlets_tab, #tab_contacts li.contacts_tab, #tab_journos li.journos_tab {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

#gen_tab_li_container li.active {
  height: 43px;
  border-color: #999;
}

#gen_tab_li_container li.active a {
  color: #333;
}

#tab_li_container li a,
#gen_tab_li_container li a {
  width: auto;
  height: 26px;
  float: left;
  font-family: "Mada", Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  /*color:#999;*/
  color: #999;
  text-decoration: none;
  outline: none;
  padding: 10px 12px 0 4px;
}

/* slightly reduce font for DE */
#DE #gen_tab_li_container li a {
  font-size: 140%;
}

/*  */
#DE .search #gen_tab_li_container li a, #FR .search #gen_tab_li_container li a {
  font-size: 88%;
}

#gen_tab_li_container.reduce_font li a {
  font-size: 113%;
}

#DE #gen_tab_li_container.reduce_font li a {
  font-size: 116%;
}

#tab_li_container.newsrooms_admin li a {
  padding: 10px 7px 0 0;
}

#tab_li_container li a:hover,
#gen_tab_li_container li a:hover {
  color: #000;
}

@media only screen and (min-width: 768px) {
  /*  ==========================================================================
  	2 THIRDS up
  	========================================================================== */
  /* for seperating headings with | */
  span.seperator {
    display: inline;
  }

  /*  =====================================
      sub menu
      =====================================  */
  /* sub menu padding */
  #views_ul {
    padding-top: 20px;
  }

  /*help to force line on the jump nav*/
  .inline li {
    display: inline;
  }

  .sub_menu li {
    margin: 0 4px;
  }

  .width_25, .mliu_form.width_25 {
    width: 25%;
  }

  .width_75, .mliu_form.width_75 {
    width: 75%;
  }
}
@media only screen and (min-width: 1140px) {
  /*  ==========================================================================
  	FULL WIDTH
  	========================================================================== */
  .width_10, .mliu_form.width_10 {
    width: 10%;
  }

  .width_20, .mliu_form.width_20 {
    width: 20%;
  }

  .width_30, .mliu_form.width_30 {
    width: 30%;
  }

  .width_40, .mliu_form.width_40 {
    width: 40%;
  }

  .width_50, .mliu_form.width_50 {
    width: 50%;
  }

  .width_55, .mliu_form.width_55 {
    width: 55%;
  }

  .width_60, .mliu_form.width_60 {
    width: 60%;
  }

  .width_65, .mliu_form.width_65 {
    width: 65%;
  }

  .width_70, .mliu_form.width_70 {
    width: 70%;
  }

  .width_80, .mliu_form.width_80 {
    width: 80%;
  }

  .width_85, .mliu_form.width_85 {
    width: 85%;
  }

  .width_90, .mliu_form.width_90 {
    width: 90%;
  }

  .width_100 {
    width: 100%;
  }
}
/*  ==========================================================================
	INDEX STYLES | for general useage
	==========================================================================  */
.index_message {
  padding-top: 20px;
}

.index_message h1 {
  margin: 0 0 0 0;
  font-size: 182%;
  padding: 14px 0;
  font-weight: lighter;
  letter-spacing: -1px;
  color: #fff;
  clear: both;
}

.index_message h1 span {
  font-weight: bold;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.index_message p {
  text-align: center;
  padding-bottom: 26px;
  margin: 0 0 0 0;
}

.footer.legal {
  padding-top: 10px;
}

.promo.persuasive_content {
  background: #CCC;
  border-top: solid 3px #999;
  border-bottom: solid 3px #999;
}

@media only screen and (min-width: 768px) {
  .index_message {
    padding-top: 0;
  }

  .index_message h1 {
    color: #4F4F4F;
    font-size: 197%;
  }
}
.strip {
  margin: 50px 0 0 0;
  border-style: solid none;
  border-width: 4px 0;
  border-color: #ccc;
  background: #e7e7e7;
}

.yellow {
  box-shadow: 3px 3px 2px rgba(0, 1, 2, 0.15);
}

.yellow.thick {
  margin: 50px 0 0 0;
  border-color: #FBB611;
  border-style: solid none;
}

.yellow.thin {
  border-bottom: 4px solid #FBB611;
  padding: 40px 0px 70px 0;
}

.home_title.release_images {
  margin: 0 0 0 0;
  position: absolute;
  left: 0;
  top: -20px;
  display: none;
}

.promo h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Mada", Arial, sans-serif;
  font-weight: 300;
  color: #333;
  margin-top: 0;
}

.promo h3.font_sml {
  font-size: 200%;
}

/* for use on release list article headings */
.promo .release h3,
.releases.narrow_format .release h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: "Mada", Arial, sans-serif;
  font-weight: normal;
  font-size: 19px;
  font-size: 1.9rem;
}

.promo.rev h3 {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  /*  ==========================================================================
  	2 THIRDS up
  	========================================================================== */
  #SW h2.home_title {
    margin: 0 0 24px 0;
  }
}
/*  ==========
	DASHBOARDS
	========== */
.dashboard .account_strip {
  background-color: #fff;
  border-bottom: solid 1px #ccc;
}

.dashboard .user_action {
  clear: both;
  margin: 30px 0 20px 10px;
}

.dashboard .user_newsroom {
  padding: 40px 0;
}

.dashboard .user_newsroom .newsroom_url {
  color: #666;
}

@media only screen and (min-width: 480px) {
  /*  ==========================================================================
  	1 THIRD up ---------------------------------------------------------------
  	========================================================================== */
  .screen img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  /*  ==========================================================================
  	2 THIRDS up
  	========================================================================== */
  .dashboard .user_action {
    clear: none;
    float: right;
    font-size: 140%;
    margin: 30px 0 0 10px;
  }
}
@media only screen and (min-width: 1140px) {
  /*  ==========================================================================
  	FULL WIDTH
  	========================================================================== */
  .screen img {
    width: 100%;
  }
}
/*  ==========================================================================
	GENERICS | for general useage
	==========================================================================  */
.shadow {
  box-shadow: 3px 3px rgba(0, 1, 2, 0.1);
}

.page_center {
  margin-left: auto;
  margin-right: auto;
}

.center {
  text-align: center;
}

.strong, .mliu_table td a.strong {
  font-family: "Roboto Slab", Arial, sans-serif;
  font-weight: bold;
  color: #666666;
}

.popper {
  position: absolute;
  left: 0;
  top: -40px;
  font: 22px "Mada", Arial, sans-serif;
  margin: -1px 6px 0 0;
  padding: 8px;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: #ccc;
  background-color: #FFF;
  color: #484848;
}

.relative {
  position: relative;
}

.home_space {
  margin: 50px 0 70px 0;
}

.margin_top {
  margin-top: 30px;
  position: relative;
}

.sub_text {
  padding: 20px 0;
  color: #999;
}

.form_info {
  font-size: 80%;
}

.clear {
  clear: both;
}

.tag {
  float: left;
  padding: 5px;
  color: #FFF;
}

.tag.pending {
  background-color: #E6A306;
}

.tag.cancelled {
  background-color: #5D5D5D;
}

.reset {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

/* generic style for intro style page titles */
.section_intro h1 {
  font-family: "Mada", Arial, sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  letter-spacing: -0.05em;
  font-weight: 100;
}

.steppa {
  font-family: "Mada", Arial, sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: -0.05em;
  font-weight: 100;
}

.alert {
  padding: 2% 2% 2% 2%;
  width: 96%;
  background: none repeat scroll 0 0 #e7e7e7;
  border: 1px solid #ccc;
  font-size: 197%;
  margin: 30px 0;
  text-align: center;
  box-shadow: 3px 3px rgba(0, 1, 2, 0.1);
}

.alert > * {
  font: 18px "Mada", Arial, sans-serif;
  margin: 0 0 0 0;
  color: #666;
}

.alert.warning {
  border-color: #ffb0c6;
  box-shadow: 3px 3px #ffc1d2;
  background: #fdeaea;
}

/*for alerts that appear on old style pages */
.ag_22 .alert {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  /*  ==========================================================================
  	2 THIRDS ***down*** 
  	========================================================================== */
  .mobile_hide_block {
    display: none;
  }

  .center {
    text-align: left;
  }
}
.highlight.error.no_margin_top {
  margin-top: 0;
}

.highlight.error.no_margin_bottom, .alert.no_margin_bottom {
  margin-bottom: 0;
}

.highlight.error .login_error, .highlight.error p.login_error {
  margin: 0;
}

.success_tick {
  clear: both;
  background: #fff url(img/icon/success_tick.gif) no-repeat 10px center;
  min-height: 42px;
  margin-bottom: 30px;
}

.success_tick p, .mliu_form.login .success_tick p {
  padding: 10px 0 0 65px;
  color: #333;
}

.mliu_foot_wrap p.sub {
  font-size: 80%;
}

/* creating the pop out legend for fieldsets */
.pop_out {
  background: none repeat scroll 0 0 #FFFFFF;
  border-left: 1px solid #C5C5C5;
  border-right: 1px solid #C5C5C5;
  border-top: 1px solid #C5C5C5;
  color: #333333;
  left: -1px;
  padding: 8px 8px;
  position: absolute;
  top: -53px;
  font-family: "Mada", Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  max-height: 50px;
}

.c-tab-h {
  display: block;
  border-bottom: 1px solid #cccccc;
  height: 50px;
  padding: 0;
}

.c-tab-h__title {
  float: left;
  padding: 6px 10px;
  margin-right: 8px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  color: #999999;
  font-family: "Mada", Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  height: 49px;
  text-decoration: none;
  line-height: 1.6;
  background-color: #FFF;
  padding: 9px 12px;
}
.c-tab-h__title:hover {
  color: #666;
  border-color: #cccccc;
  text-decoration: none;
}
.c-tab-h__title.s-active {
  color: #666;
  border-color: #999999;
  font-family: "Mada", Arial, sans-serif;
  font-weight: 500;
  height: 50px;
  border-color: #cccccc;
  border-top: 2px solid #FF3366;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .footer_section.strapline, .footer_section.circles, .footer_section.circles p, .logo_circles {
    width: auto;
    text-align: left;
    float: none;
  }
}
/*Helper class for word wrapping*/
.word_wrap_bw {
  word-wrap: break-word;
}

/* ============================== */
/* DASHBOARD     			 	  */
/* ============================== */
.css_success {
  clear: both;
  background: #fff url(../css_core/icons/success_tick.gif) no-repeat 10px center;
  width: 50%;
  margin: 0 auto;
}

#RS #sw_dashboard .css_success.jd {
  width: 45%;
  margin: 0 auto;
}

#RS #FR #sw_dashboard .css_success.jd {
  width: 54%;
}

#RS #DE #sw_dashboard .css_success.jd {
  width: 50%;
}

#FE #FR #sw_dashboard .css_success.jd {
  width: 56%;
}

#FE #DE #sw_dashboard .css_success.jd {
  width: 54%;
}

#JD #sw_dashboard .css_success.jd {
  width: 52%;
}

#JD #FR #sw_dashboard .css_success.jd {
  width: 62%;
}

#JD #DE #sw_dashboard .css_success.jd {
  width: 60%;
}

.css_success h4 {
  color: #62A442;
  padding: 10px 10px 10px 70px;
  margin: 0 0 14px 0;
  font-size: 138.58%;
  font-weight: lighter;
}

a.help_tool.qtip_low {
  background: transparent url(../css_core/icons/info_tool_sprite.png) no-repeat;
  height: 20px;
  margin: 3px 0 6px 2px;
  color: transparent;
  width: 20px;
}

.css_fail {
  clear: both;
  background: #fff url(../css_core/icons/fail_x.gif) no-repeat 10px center;
  width: 85%;
  margin: 0 auto;
}

.css_fail h4 {
  color: #ff0033;
  padding: 10px 10px 10px 70px;
  margin: 0 0 14px 0;
  font-size: 138.58%;
  font-weight: lighter;
}

/*Journo dashboard magnific lightbox. Moving from rs main_uk.css to central location*/
.lBox {
  position: relative;
}

.lBox article {
  background-color: #fff;
  padding: 2%;
  border-bottom: 3px solid #FBB611;
}

.lBox article .feature_box {
  background-color: transparent;
  padding: 0;
  border: none;
  border-bottom: none;
}

.lBox .enquiry_preview .header h1 {
  padding: 0;
  float: none;
  margin: 0;
}

.lBox article .feature_box li {
  line-height: 1.8em;
}

.lBox article .feature_box .label {
  width: 20%;
}

.lBox article .enq_bloc {
  margin-top: 10px;
}

/* ============================== */
/* MAGNIFIC EXTENSIONS FOR MLIU	  */
/* ============================== */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}

.faq.white-popup li {
  margin: 0 0 12px 0;
}

.faq.white-popup ul, .faq.white-popup ol {
  padding-left: 24px;
  margin-bottom: 24px;
}

.faq.white-popup ul {
  list-style-type: circle;
  padding-left: 28px;
  /*text-indent: 6px;*/
}

/* lightbox style for journ dashboard enquiries */
.white-popup-enquiry {
  max-width: 90%;
  border-bottom: 3px solid #FBB611;
}
@media only screen and (min-width: 1152px) {
  .white-popup-enquiry {
    max-width: 1026px;
  }
}
.white-popup-enquiry .enquiry_preview h1 {
  padding: 0;
  float: none;
  margin: 0;
}
.white-popup-enquiry li {
  line-height: 1.8em;
}
.white-popup-enquiry .label {
  width: 20%;
}
.white-popup-enquiry .enq_bloc {
  margin-top: 10px;
}
.white-popup-enquiry .enq_body {
  margin: 30px 0;
}
.white-popup-enquiry p {
  font-size: 100%;
}

.label_size_30 #enquiry_summary { width: 69%}
.label_size_30 #enquiry_body { width: 69%; min-height: 400px;}
/*# sourceMappingURL=mliu_core.css.map */
