/*
    # GLOBAL VARIABLES
*/
/* Environment */
/* Base units */
/* Colour palette */
/*
    # GLOBAL VARIABLES
*/
/* Environment */
/* Base units */
/* Colour palette */
/*
    # GLOBAL MIX-INS
*/
/*
    # GLOBAL VARIABLES
*/
/* Environment */
/* Base units */
/* Colour palette */
/*
    # GLOBAL VARIABLES
*/
/* Environment */
/* Base units */
/* Colour palette */
/*
    # GLOBAL MIX-INS
*/
/*
    # GLOBAL VARIABLES
*/
/* Environment */
/* Base units */
/* Colour palette */
/*
    # GLOBAL VARIABLES
*/
/* Environment */
/* Base units */
/* Colour palette */
/*
    # GLOBAL MIX-INS
*/
/*
    # TYPOGRAPHY CONFIG
*/
/* Font stacks */
/* / Font stacks */
/* Size & leading */
/* / Size & leading */
/* Mixins */
/* / Mixins */
/* Heirarchy mix-ins */
/* / Heirarchy mix-ins *//*
    # TYPOGRAPHY FOR LARGE DEVICES
*/
.site-nav-menu,
.account-nav-menu,
.site-nav-search,
.search_lable {
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #111111;
}
.site-nav-menu .active,
.account-nav-menu .active,
.site-nav-search .active,
.search_lable .active {
  color: #ffffff;
}
.te blockquote {
  float: right;
  min-width: 12em;
  max-width: 16em;
  padding-top: 12px;
  padding-left: 20px;
}
.standard-header h3 {
  margin-top: 3px;
  margin-top: 0.3pxrem;
}
.span-xs .cta-item .cta-header {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 27px;
  line-height: 2.7rem;
}
@media only screen and (min-width: 1120px) {
  .site-nav-menu,
  .account-nav-menu,
  .site-nav-search,
  .search_lable {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 860px) {
  .site-nav-menu,
  .account-nav-menu,
  .site-nav-search,
  .search_lable {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*
    # GLOBAL VARIABLES
*/
/* Environment */
/* Base units */
/* Colour palette */
/*
    # GLOBAL VARIABLES
*/
/* Environment */
/* Base units */
/* Colour palette */
/*
    # GLOBAL MIX-INS
*/
/*
    # LARGE DEVICES BASE
    
    * eg. tablets, laptops, desktops, TV.
*/
/*
    Takeover
*/
body {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.no-multiplebgs body {
  background-position: center top;
}
.banner {
  padding: 12px 0 0 36px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1365px) {
  .multiplebgs body {
    background-image: none !important;
  }
}
@media only screen and (min-width: 1366px) {
  .multiplebgs body {
    background-position: left top, right top;
  }
}
/* / Takeover */
.wrapper {
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 1192px) {
  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.main-area > .wrapper {
  padding-top: 45px;
  padding-top: 4.5pxrem;
  padding-bottom: 45px;
  padding-bottom: 4.5pxrem;
  min-height: 500px;
}
.js .wall {
  visibility: hidden;
}
.js .wall.initialised {
  visibility: visible;
}
.wall-item {
  margin-bottom: 9px;
  margin-bottom: 0.9pxrem;
}
.takeover-item .aspect-ratio {
  padding-bottom: 25%;
}
/* Masthead */
.brand {
  position: relative;
  z-index: 1;
}
.brand .wrapper {
  padding-top: 27px;
  padding-bottom: 27px;
}
.header-area {
  position: relative;
  z-index: 2;
}
.site-nav-area {
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.site-nav-area .wrapper {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.header-area.sticky .brand {
  margin-bottom: 36px;
  margin-bottom: 3.6pxrem;
}
.header-area.sticky .site-nav-area {
  position: fixed;
}
.logo {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 54px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('styles/images/logo_large.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.js .barcode {
  position: absolute;
  top: 0;
  right: 40px;
  width: 120px;
  height: 50px;
  -webkit-background-size: 120px 50px;
  -moz-background-size: 120px 50px;
  -o-background-size: 120px 50px;
  background-size: 120px 50px;
  background-position: center top;
  background-repeat: no-repeat;
}
.site-nav > .inner {
  padding-right: 10px;
  padding-left: 10px;
}
.site-nav-menu li,
.account-nav-menu li {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.site-nav-menu li a,
.account-nav-menu li a {
  position: relative;
  display: block;
  z-index: 1;
  padding-top: 7.2px;
  padding-top: 0.72pxrem;
  padding-right: 8px;
  padding-bottom: 7.2px;
  padding-bottom: 0.72pxrem;
  padding-left: 8px;
}
.site-nav-menu .active,
.account-nav-menu .active {
  background-color: #111111;
}
.site-nav-search {
  position: absolute;
  top: 0;
  right: 10px;
  width: 200px;
  height: 100%;
}
.site-nav-search label,
.site-nav-search input {
  padding-top: 9px;
  padding-top: 0.9pxrem;
  padding-bottom: 9px;
  padding-bottom: 0.9pxrem;
  text-indent: 10px;
}
.site-nav-search .search_lable {
  padding-top: 9px;
  padding-top: 0.9pxrem;
  padding-bottom: 9px;
  padding-bottom: 0.9pxrem;
  text-indent: 10px;
}
.site-nav-menu:before,
.account-nav-menu li:before,
.site-nav-search:before,
.site-nav-menu:after,
.account-nav-menu li:after,
.site-nav-search:after {
  position: absolute;
  display: block;
  content: "\0020";
  z-index: 0;
  width: 1px;
  height: 100%;
  top: 0;
  background-image: url('styles/images/dashed_divider.png');
  background-position: top left;
  background-repeat: repeat;
}
.site-nav-menu:before,
.account-nav-menu li:before,
.site-nav-search:before {
  left: 0;
}
.site-nav-menu:after,
.account-nav-menu li:after,
.site-nav-search:after {
  left: 100%;
}
.sub-nav-area .wrapper {
  background-color: #111111;
}
.sub-nav > .inner {
  display: table;
  padding-right: 10px;
  padding-left: 10px;
}
.sub-nav .grid-item {
  display: table-cell;
  vertical-align: top;
  width: 20%;
}
.sub-nav-item {
  padding-top: 18px;
  padding-top: 1.8pxrem;
  padding-bottom: 18px;
  padding-bottom: 1.8pxrem;
}
/* / Masthead */
/* Footer */
.footer-area .footer-site-nav,
.footer-area .footer-action-nav {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.footer-area .footer-site-nav {
  width: 70%;
}
.footer-area .footer-action-nav {
  width: 30%;
  text-align: right;
}
.footer-area li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.footer-site-nav li {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.footer-site-nav li:after {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  content: "|";
}
.footer-site-nav li:last-child:after {
  content: "";
}
/* / Footer */
/* Wall */
.wall {
  position: relative;
  z-index: 0;
}
.stamp-overlay-set {
  display: none;
  /* position: fixed;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    z-index: 1;
    overflow: visible;
    pointer-events: none;

    .stamp-overlay {
        display: none;
        position: absolute;
        width: 300px;
        height: 654px;
        top: 0;
        left: -150px;
        .opacity(0);

        &.active {
            display: block;
        }

        &.show {
            .opacity(0.9);
        }
    }*/

}
/* / Wall */
/*
    Media viewer components
*/
.carousel-button-nav {
  right: 0;
}
.carousel-button-nav.next {
  top: 0;
}
.carousel-button-nav.prev {
  top: 40px;
}
.summary-button-nav {
  left: 0;
}
.summary-button-nav.next {
  left: 40px;
  bottom: -45px;
}
.summary-button-nav.prev {
  left: 0;
  bottom: -45px;
}
/* / Media viewer components */
/* Detail */
.detail-article > .inner,
.detail-masthead > .inner,
.detail-content > .inner,
.detail-aside > .inner {
  padding-right: 10px;
  padding-left: 10px;
}
.detail-media {
  padding-right: 36px;
}
/* / Detail */
/*
    Directory

    * Extended in 'styles/size/large/large_narrow'
    * Extended in 'styles/size/large/large_standard'
    * Extended in 'styles/size/large/large_wide'
*/
.search-helper {
  margin-right: 10px;
  margin-left: 10px;
}
.directory-area {
  margin-right: 10px;
  margin-left: 10px;
}
.directory-area .directory-header-area {
  margin-bottom: 9px;
  margin-bottom: 0.9pxrem;
}
.directory-area.overview .directory-header-area {
  margin-bottom: 0;
}
.directory-area.overview .directory-section {
  display: table;
}
.directory-area.overview .directory-section .grid-item {
  padding-top: 9px;
  padding-top: 0.9pxrem;
  padding-bottom: 9px;
  padding-bottom: 0.9pxrem;
}
.directory-area.overview .directory-header-area,
.directory-area.overview .directory-content-area,
.directory-area.overview .directory-section .grid-item {
  display: table-cell;
}
.directory-section {
  padding-bottom: 9px;
  padding-bottom: 0.9pxrem;
}
.directory-section .grid-item {
  vertical-align: top;
}
.directory-header-area,
.directory-content-area {
  vertical-align: top;
}
/* / Directory */
.special-teaser-item {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.menu-account {
  display: none;
}
/* Power 100 */
/*
    # GLOBAL VARIABLES
*/
/* Environment */
/* Base units */
/* Colour palette */
/*
    # GLOBAL VARIABLES
*/
/* Environment */
/* Base units */
/* Colour palette */
/*
    # GLOBAL MIX-INS
*/
/*
    # LARGE DEVICES STANDARD WIDTH
    
    * Safe zone for devices without media query support / JavaScript.
*/
.detail-content,
.detail-aside {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.detail-content {
  width: 70%;
}
.detail-aside {
  width: 30%;
}
/* 

    Power 100 List

*/
.list-content,
.list-content {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.list-content {
  width: 100%;
}
/*
    Directory
*/
.directory-area .stamp-solid {
  display: none;
}
.directory-area .directory-content-area .grid-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 16.666666666666668%;
}
.directory-area.overview .directory-header-area {
  width: 16.666666666666668%;
}
.directory-area.overview .directory-header {
  display: none;
}
.directory-area.overview .stamp-solid {
  display: block;
}
.directory-area.overview .directory-content-area {
  width: 83.33333333333334%;
}
.directory-area.overview .directory-content-area .grid-item {
  width: 20%;
}
.directory-area.overview .directory-section {
  padding-bottom: 0;
}
/* / Directory *//*
    # GLOBAL VARIABLES
*/
/* Environment */
/* Base units */
/* Colour palette */
/*
    # GLOBAL VARIABLES
*/
/* Environment */
/* Base units */
/* Colour palette */
/*
    # GLOBAL MIX-INS
*/
/*
    # DEVICES WITHOUT TOUCH EVENTS
    
    * Include hover styles here.
    * Include styles for pointer-based UI components.
*/
.carousel-button-nav,
input[type="submit"] {
  cursor: pointer;
}
.carousel-button-nav:hover,
.summary-button-nav:hover,
.tag:hover {
  background-color: #ff0000;
}
.summary-button-nav.inactive {
  background-color: #b9b9b9;
}
.summary-button-nav.inactive:hover {
  background-color: #b9b9b9;
}
.te a:hover {
  color: #ff4d4d;
}
.site-nav-menu a:hover,
.account-nav-menu a:hover {
  color: white;
  background-color: #111111;
}
.view-nav-menu a:hover,
.section-nav a:hover {
  background-color: #ff0000;
}
.submit:hover {
  background-color: #ff0000;
}
.wall-item:hover,
.directory-area.overview .directory-section:hover,
.sub-nav-item .grid-item:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.directory-content-area .grid-item:hover {
  background-color: #ebebeb;
}
.sub-nav .grid-item:hover {
  background-color: #ffffff;
}
.sub-nav .grid-item:hover a {
  color: #111111;
}
.p100-button-nav:hover {
  background-color: #ff0000;
}
/*
    # NO JAVASCRIPT FOR LARGE DEVICES
*/
.wall:before,
.wall:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.wall:after {
  clear: both;
}
.wall-item {
  float: left;
}
