﻿/* Reset
/* -------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

b, 
strong { 
    font-weight: bold; 
}
em {
    font-style: italic;
}

img {
    -ms-interpolation-mode:bicubic;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
    cursor: pointer;
}

/* Font family reference
/* -------------------------------------------- */

/*

font-family:'FuturaW01-LightOblique';
font-family:'Futura W01 Book';
font-family:'Futura W01 Book Oblique';
font-family:'Futura W01 Medium';
font-family:'Futura W01 Heavy';
font-family:'Futura W01 Bold';

*/


/*
 * Animation acceleration hinting
 * Disabled to assist in debugging
 */
 
/*.csstransitions #submenu,
.csstransitions .block .promo,
.csstransitions .block .promo2,
.csstransitions .block .newpromo,
.csstransitions .block .newpromo h3,
.csstransitions .block .newpromo img,*/
.csstransitions .section-menu-container,
.csstransitions ul.section-menu,
.csstransitions ul.section-menu li a {
    /*-webkit-transform: translateZ(0);*/
}

/* Global
/* -------------------------------------------- */

html, body {
    width: 100%;
    height: 100%;
}

body {
    height: auto;
    
    overflow-y: scroll;
    background: #ffffff;
    margin: 0;
    padding: 0;
    font-family: Calibri, Arial, sans-serif;
    font-size:14px;
    line-height:1.285714286; /* 18px */
    
    color: #2b2b2b;
    
    -webkit-font-smoothing: antialiased;
}

/* Links */

a {
  outline: none;
  color: #2b2b2b;
  text-decoration:none;
}


/* Links - View more*/
a.view,
.menu li a,
.footer li a {
    font-size: 12px;
    line-height:1;
    letter-spacing:0.10em;
    text-transform: uppercase;
    padding-bottom:1px;
}
a.view:hover,
.menu li a:hover,
.menu li.selected a{
}

/* Fade border under links on hover */
.csstransitions a.view,
.csstransitions .menu a,
.csstransitions .footer a,
.csstransitions .sub-menu a.back{
    -webkit-transition: border, color 0.2s ease-out;
       -moz-transition: border, color 0.2s ease-out;
        -ms-transition: border, color 0.2s ease-out;
         -o-transition: border, color 0.2s ease-out;
            transition: border, color 0.2s ease-out;
}


p a{
    
}
p a:hover{
    border-bottom-color:#fff;
}

h1,
h2,
h3{
    text-transform:uppercase;
}

h1,
h2{
    font-size:20px;
    letter-spacing:0.04em;
    margin-bottom:1em;
}

h3{
    
}

p{
    font-size:14px;
    margin-bottom:1.25em;
}

strong,
b {
  font-weight: bold;
}

img{
    max-width:100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.hidden {
  display: none;
}


#container {
    width: 100%;
    min-width: 768px;
    max-width: 1950px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    
    height:auto !important;
    min-height:100%;
    height:100%;
}

.ie6 #container {
    width: 1000px;
    min-width: auto;
    max-width: auto;
}

/* Navigation
/* -------------------------------------------- */
.menu{
    position: fixed;
    top:0;
    width: 100%;
    min-width: 768px;
    max-width: 1950px;
    margin: 0 auto;
    height: 45px;
    z-index: 310;
    color: #2b2b2b;
    background-color:transparent;
    background-color:#e3e3e3;
    background-position:100% 100%;
    background-repeat:repeat-x;
    padding-bottom:5px;
}

.ie6 .menu,
.ios4 .menu {
    position: absolute;
    min-width: auto;
    max-width: auto;
    width: 100%;
}

.menu .inner {
    height: 45px;
    width: 100%;
    background-color:#e3e3e3;
    overflow: hidden;
    text-align: right;
    margin-right:25px;
}

.menu .logo{
    position: absolute;
    left: 51px;
    top: 8px;
}

.menu ul{
    display:inline-block;
    margin:8px auto 0 auto;
    position: relative;
}
.ie6 .menu ul {
    width: 520px;
    zoom:1;
    display:inline; /* inline block fix */
}
.ie7 .menu ul {
    display: inline;
    zoom: 1;
}

.menu li{
    float:left;
    margin-right:30px;
    margin-top:10px;
}

.menu li:last-child {
    margin-right: 0;
}

.menu li a{
    float:left;
    font-weight:bold;
    font-size:12px;
}

.menu .pipe{
    width:1px;
    float:left;
    height:33px;
    padding-left: 30px;
    position: relative;
    top: -10px;
    background: url('images/pipe.gif') 100% 0 repeat-y;
}


/* Sub menu */
.sub-menu {
    z-index: 300;
    margin-top:65px;
    height: 53px;
    top:0;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    text-align: left;
    background-color: transparent;
    display: none;
}

.sub-menu.visible {
    display: block;
}

.sub-menu .inner {
    width: 100%;
    float:left;
    background-color: #2b2b2b;
    height: 43px;
    padding-top: 10px;
    overflow: hidden;
}

.sub-menu a.back {
    float:left;
    text-decoration: none;
    color: #f2b607;
    margin: 5px 0 0 82px;
    display: block;
}
.ie6 .sub-menu a.back {display: inline;}

.sub-menu a.back:hover {
    /*border-bottom: 2px solid #ecb825;*/
    color: #fff;
}

.sub-menu .pipe{
    float:left;
    margin-top:10px;
    background-image: url('/s/images/submenu-pipe.png?0c88481ce179');
}

/* Sub section */

.sub-menu ul {
    float: left;
    display: block;
    margin: 0 30px;
    position: static;
    left: 0;
}
.ie6 .sub-menu ul {display: inline; width: auto;}

.sub-menu ul li{
    clear:both;
    float:left;
    margin:5px 0;
    line-height: 22px;
    white-space: nowrap;
}

/* Previous/Next arrows */
.sub-menu a.prev,
.sub-menu a.next {
    float: left;
    width: 12px;
    height: 19px;
    color: #fff;
    overflow: hidden;
    text-decoration: none;
    margin-top: 7px;
    position: relative;
    padding: 0 3px;
}

.sub-menu .no-parent
{
    margin-left: 82px;
}

.sub-menu a.loading {
    width: 21px;
    height: 21px;
    margin-top: 6px;
}

.sub-menu a.prev {
    background: url('../images/submenu-arrow.png') top center no-repeat;
    margin-left:27px;
    left: 0;
    margin-right: -3px;
}

.sub-menu a.prev.loading {
    background: url('../images/icon-loading.gif') top center no-repeat;
    margin-left: 23px;
    margin-right: -8px;
}

.sub-menu a.next {
    background: url('../images/submenu-arrow-right.png') top center no-repeat;
    right: 0;
    margin-left: -3px;
}

.sub-menu a.next.loading {
    background: url('../images/icon-loading.gif') top center no-repeat;
    margin-left: -8px;
}

.csstransitions .sub-menu a.prev, .csstransitions .sub-menu a.next {
    -webkit-transition-property: left, right;
    -webkit-transition-duration: 0.1s;
    -moz-transition-property:  left, right;
    -moz-transition-duration: 0.1s;
    -o-transition-property:  left, right;
    -o-transition-duration: 0.1s;
    transition-property: left, right;
    transition-duration: 0.1s;
    -webkit-transform: translate3d(0,0,0);
}

.sub-menu a.prev:hover {
    position: relative;
    left: -3px;
}

.sub-menu a.next:hover {
    position: relative;
    right: -3px;
}


/* Scrolling buttons */
#scroll-buttons {
    position: fixed;
    z-index: 110;
    width: 100%;
    min-width: 768px;
    max-width: 1950px;
    margin: 0 auto;
    bottom: 40px;
    text-align: center;
    overflow: visible;
}

.ie8 #scroll-buttons,
.ie7 #scroll-buttons,
.ie6 #scroll-buttons {
    display: none;
}


#scroll-buttons a, #scroll-buttons a.disabled:hover {
    display: inline-block;
    margin-right: 7px;
    width: 39px;
    height: 39px;
    background-position:top left;
    background-repeat:no-repeat;

    overflow: visible;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-size: cover;
}
.ie6 #scroll-buttons a,
.ie7 #scroll-buttons a,
.ie8 #scroll-buttons a {
    zoom: 1;
    display: inline;
}

#scroll-buttons a:hover, #scroll-buttons a.highlighted {
    width: 43px;
    height: 43px;
    margin-left: -2px;
    margin-top: -2px;
    margin-right: 5px;
    margin-bottom: -2px;
}

#scroll-buttons a.up{
    background-image:url('../images/arrow-up-big.png');
}
#scroll-buttons a.down{
    background-image:url('../images/arrow-down-big.png');
}

#scroll-buttons a.disabled{
    background-position:bottom left !important;
    cursor: default;
}

/* Modules
/* -------------------------------------------- */
.post{
    width:100%;
    height:100%;
    margin-top:45px; /* height of navigation */
}

.ie7 .post {margin-top: 0; padding-top: 65px;}

/* Each block is a content section wrapper */
.block{
    width: auto;
    min-height:600px;
    margin:0 auto;
    position: relative;
    overflow: hidden;
}

.ie6 .block {
    height: 600px;
    min-height: auto;
}

.bg-black {
    background: #000;
}

.bg-gray {
    background: #2b2b2b;
}

.nobg {
    background: #fff;
}

.fulltext {
    background-color: #252324;
}

.block .background {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.block.interstitial {
    position: absolute;
    z-index: 0;
    width: 100%;
}

.block.interstitial .background {
    background-image: url('/s/images/interstitial-background.jpg?4d730bacf514');
}

.block .background.half-left, .block .background.half-right {
    width: 60%;
}

.mobile .block .background.half-left, .mobile .block .background.half-right {
    width: 50% !important;
}

.block .background.half-left {
    left: 0;
}

.block .background.half-right {
    right: 0;
}

.placeholder-spinner {
    height: 34px;
    width: 34px;
    background: url('images/placeholder-loading-image.gif') top right no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
}

.csstransitions .block .background {
    -webkit-transition: top 0.5s; 
    -moz-transition: top 0.5s; 
    -o-transition: top 0.5s; 
    transition: top 0.5s;
}

.csstransitions .block.parallax .intro,
.csstransitions .block.parallax .promo-container,
.csstransitions .block.parallax .article {
    -webkit-transition: top 0.1s; 
    -moz-transition: top 0.1s; 
    -o-transition: top 0.1s; 
    transition: top 0.1s;
}

/* Overlay to mask background images */
.block .pattern{
    position:absolute;
    
    left:0;
    top:0;
    right:0;
    bottom:0;
    
    z-index: 10;
    background: url('images/grey-40.png') repeat;
}

.no-patterns .block .pattern {
    display: none;
}

.hint-graphic {
    display: none;
}

.hint-graphic-menu {
    position: absolute;
    bottom: 40px;
    z-index: 30;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    min-width: 768px;
    max-width: 1950px;
}

.ie6 .hint-graphic-menu, .ie6 .hint-graphic-article {
    min-width: auto;
    max-width: auto;
    width: 100%;
}

.hint-graphic-article {
    position: fixed;
    z-index: 30;
    width: 100%;
    min-width: 768px;
    max-width: 1950px;
    margin: 0 auto;
    bottom: 100px;
    text-align: center;
}

.hint-graphic-article-mobile {
    bottom: 180px;
}

.ie6 .hint-graphic-article {
    position: absolute;
}

/* If page has a submenu, it has a "sub-page" class */
.sub-page .post{
    margin-top:118px;
}

.ie7 .sub-page .post {padding-top: 118px; margin-top: 0;}

.shim {
    height: 25px;
    width: 100%;
}

/* Intro banner */
.intro{
    background-color:#999999;
    height: 350px;
	width: 500px;
    padding:0 0 5px 0;
    position:absolute;
    margin-top:70px;
    z-index: 15;
    text-align:left;
    filter: Alpha(Opacity=30);
	Opacity:0.3;
    -moz-opacity:0.3;
}
.intro .inner{
    background:#ffffff;
    padding:13px 0 9px 0;
	
}
.intro h1
{
    font-size:40px;
    line-height:64px;
    margin-bottom:0;
}


.introtxt
{
    font: 15px Calibri;
    line-height:18px;
    height: 300px;
	width: 400px;
    margin-top:120px;
    margin-left:85px;
    margin-right:35px;
    position:absolute;
    z-index: 9999;
    color:#e5e3e2;
}

.contactb
{
    background-color:#999999;
    height: 550px;
	width: 470px;
    padding:0 0 5px 0;
    position:absolute;
    margin-top:70px;
    z-index: 15;
    text-align:left;
    filter: Alpha(Opacity=10);
	Opacity:0.1;
    -moz-opacity:0.1;
    } 

.contacttxt
{
    font: 15px Calibri;
    line-height:18px;
    height: 300px;
	width: 400px;
    margin-top:100px;
    margin-left:35px;
    margin-right:35px;
    position:absolute;
    z-index: 9999;
    color:#353433;
    
    }

.introtxt h1
{
  font-family: Calibri, Arial, sans-serif;  
    }
    
.linkcom
{
    background-color:#999999;
    height: 250px;
	width: 470px;
    padding:0 0 5px 0;
    position:absolute;
    margin-top:70px;
    z-index: 15;
    text-align:left;
    filter: Alpha(Opacity=30);
	Opacity:0.3;
    -moz-opacity:0.3;
    }  
   
.green
{
    background-color:#999999;
    height: 480px;
	width: 470px;
    padding:0 0 5px 0;
    position:absolute;
    margin-top:90px;
    z-index: 15;
    text-align:left;
    filter: Alpha(Opacity=30);
	Opacity:0.3;
    -moz-opacity:0.3;
    }   
    
.strips
{
    background-color:#999999;
    height: 280px;
	width: 470px;
    padding:0 0 5px 0;
    position:absolute;
    margin-top:90px;
    z-index: 15;
    text-align:left;
    filter: Alpha(Opacity=30);
	Opacity:0.3;
    -moz-opacity:0.3;
    }
    
 .washers 
 {
    background-color:#999999;
    height: 350px;
	width: 470px;
    padding:0 0 5px 0;
    position:absolute;
    margin-top:90px;
    z-index: 15;
    text-align:left;
    filter: Alpha(Opacity=30);
	Opacity:0.3;
    -moz-opacity:0.3;
     }
    
.modulestxt
{
    font: 15px Calibri;
    line-height:18px;
    height: 300px;
	width: 400px;
    margin-top:120px;
    margin-left:25px;
    margin-right:35px;
    position:absolute;
    z-index: 9999;
    color:#e5e3e2;
    }
    
.leddisplay
 {
    background-color:#999999;
    height: 260px;
	width: 470px;
    padding:0 0 5px 0;
    position:absolute;
    margin-top:130px;
    z-index: 15;
    text-align:left;
    filter: Alpha(Opacity=30);
	Opacity:0.3;
    -moz-opacity:0.3;
     }
     
 .leddisplaytxt
 {
    font: 15px Calibri;
    line-height:18px;
    height: 300px;
	width: 400px;
    margin-top:170px;
    margin-left:25px;
    margin-right:35px;
    position:absolute;
    z-index: 9999;
    color:#e5e3e2;
     }
     
 .mendisplay
 {
    background-color:#999999;
    height: 460px;
	width: 470px;
    padding:0 0 5px 0;
    position:absolute;
    margin-top:130px;
    z-index: 15;
    text-align:left;
    filter: Alpha(Opacity=30);
	Opacity:0.3;
    -moz-opacity:0.3;
     }
    
    
/* Coordinates */
.coords{
    font-size: 10px;
    line-height:1;
    letter-spacing:0.10em;
    text-transform: uppercase;
    position:absolute;
    right:82px;
    bottom:30px;
    z-index: 25;
}
.coords .long{ 
    padding-right:15px;
}

.coords a{
    color:#fff;
    text-shadow: 0px 0px 2px #000;
}
.coords a:hover{
    color:#ecb825;
}

/* Coordianates - transitions */
.csstransitions .coords a{
    -webkit-transition: color 0.2s ease-out;
       -moz-transition: color 0.2s ease-out;
        -ms-transition: color 0.2s ease-out;
         -o-transition: color 0.2s ease-out;
            transition: color 0.2s ease-out;
}


.horiz,
.vert{
    overflow:hidden;
}

.promo-container{
    position: absolute;
    z-index:120; /* ensure promos sit above scroll buttons */
    bottom: 60px;
    left: 82px;
}

/* Horizontal Promo content */
.horiz.promo-container {
    height:32px;
    overflow:visible;
}

.horiz .promo{
    position:relative;
    left:0;
    bottom:0;
}

.horiz .promo-secondary, .horiz .promo:nth-child(2),  .horiz .promo:nth-child(3){ left:20px;}

.horiz .open   { margin-top:-306px;}

/* Vertical Promo content */
.vert .promo{
    float:left;
    clear:both;
    margin-top:10px;
    position:relative;
}

/* Promos
/* -------------------------------------------- */
.promo {
    float:left;
    border:1px solid #c8c6c2;
    background-color: #e3e3e3;
    margin-left:57px;
    width:200px;
    height: 20px;
    padding:5px 15px;
    overflow:hidden;
}

.rgba .promo {
    border: 1px solid rgba(0,0,0,0.15);
}

.promo .close-button{
    display:block;
    
    position:absolute;
    left:0;
    bottom:0;
    height: 0;
    width:230px;
}

.promo h3{
    font-size: 10px;
    letter-spacing:0.10em;
    line-height:20px;
    background-color: #e3e3e3;
    margin-bottom:10px;
    cursor:pointer;
}

.promo.open {
    width: 340px;
    height: 300px;
    padding: 20px 20px 16px 20px;
}

.promo.open .close-button{
    display:block;
    width:13px;
    height:13px;
    background: url('../images/icon-close-g.png') 0 0 no-repeat;
    overflow:hidden;
    
    position:absolute;
    right:10px;
    top:10px;
    left:auto;
    border:none;
}

.promo.open h3{
    font-size:20px;
    margin-top:-2px;
    margin-bottom:18px;
    cursor: auto;
}

.promo.open img {
    max-width: 340px;
    max-height: 160px;
}

.ie6 .promo.open img,
.ie7 .promo.open img {
    width: 340px;
    max-width: auto;
    max-height: auto;
}

.promo.open img,
.promo.open p{
    margin-bottom:13px;
}

.promo.open p{
    font-size:14px;
    line-height:18px;
}

.promo.open a.view{
    position:absolute;
    left:20px;
    bottom:20px;
    float:left;
}

/* Open/Closed fade states */
.promo img, 
.promo p, 
.promo a.view{
    /*opacity:0;*/
    display: none;
}

.promo.open img, 
.promo.open p, 
.promo.open a.view{
    /*opacity:1;*/
}

.promo.start-open img, 
.promo.start-open p{ 
    display: block;
}

.promo.start-open a.view{
    display: inline;
}

/*  Promo transitions
/* -------------------------------------------- */
.csstransitions .promo {
    -webkit-transition-property: width, height, padding, margin;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-delay: 0;
    -moz-transition-property:  width, height, padding, margin;
    -moz-transition-duration: 0.5s;
    -moz-transition-delay: 0;
    -o-transition-property:  width, height, padding, margin;
    -o-transition-duration: 0.5s;
    -o-transition-delay: 0;
    transition-property: width, height, padding, margin;
    transition-duration: 0.5s;
    transition-delay: 0;
}


/* Content styles
/* -------------------------------------------- */

/* Sample background colours */
.no-bg {
    background: #fff;
}
.bg-orange{
    background:orange;
}
.bg-2b {
    background: #2b2b2b;
}

/* Article - white bg */
.article{
    float:left;
}

.articletxt
{
    font: 15px Calibri;
    line-height:18px;
    height: 300px;
	width: 400px;
    margin-top:120px;
    margin-left:85px;
    margin-right:35px;
    position:absolute;
    z-index: 9999;
    color:#e5e3e2;
    }

.mobile .article{
    padding:30px 82px 20px 82px;
    margin-top: 20px;
    max-width: 40%;
}
.article h1, .article h2{
    margin-top:-4px;
    padding-bottom:2px;
}

/* Article - no bg, large text */
.article-full{
    width:100%;
    padding:84px 0 49px 0;
    background:none;
    max-width: 100% !important;
}

.article-full p{
    color:#fff;
    font-size:60px;
    line-height:56px;
    text-transform:uppercase;
    margin:0 82px;
}
.article-full p strong{
}

.mobile .article-full {
    padding: 20px 0 20px 0;
    max-width: 100%;
}
.mobile .article-full p {
    font-size: 50px;
    margin: 0 30px;
}

/* Article - no background */
.figure{
    float:right;
    border:6px solid #e5e5e5;
    margin-right:82px;
    max-width: 43%;
    max-height: 60%;
    overflow: hidden;
}
.figure img{
    float:left; /* remove line-height spacing */
}

.figure a {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}

.portrait {
    margin-top: 60px;
}

.landscape {
    margin-top: 120px;
}


/* Section content menu 
/* -------------------------------------------- */
.section-menu-container { 
    position:relative;
    z-index: 15;
    top:228px;
    margin-bottom:-228px;
    width: 100%;
    height: 65px;
    overflow: visible;
    
    background-image:url('images/shadow.png');
    background-position:100% 100%;
    background-repeat:repeat-x;
    padding-bottom:5px;
}

.sub-page .section-menu-container {
    top: 175px;
}

.section-menu-container .inner {
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section-menu-container .inner.loading {
    background-image: url('images/menu-loading-image.gif');
    background-position: 2% 50%;
    background-repeat: no-repeat;
}

.section-menu-container a.jump-up, .section-menu-container a.jump-down {
    position: absolute;
    z-index: 11;
    left: 80px;
    color: #fff;
    font-weight: bold;
    visibility: hidden;
    -webkit-transition: margin 0.25s, left 0.25s;
    -moz-transition: margin 0.25s, left 0.25s;
    -o-transition: margin 0.25s, left 0.25s;
    transition: margin 0.25s, left 0.25s;
}
.section-menu-container.menu-sub a.jump-up, .section-menu-container.menu-sub a.jump-down {
    left: 200px;
}


.section-menu-container a.jump-up {
    top: -150px;
    background: url('../images/arrow-list-up.png') no-repeat 0 0;
    text-indent: -1000em;
    width: 24px;
    height: 15px;
}
.section-menu-container a.jump-up:hover { top: -145px; }

.section-menu-container a.jump-down {
    bottom: -155px;
    text-indent: -1000em;
    width: 24px;
    height: 15px;
    background: url('../images/arrow-list-down.png') no-repeat 0 0;
}
.section-menu-container a.jump-down:hover { bottom: -155px; }

.ie9 .section-menu-container a.jump-up,
.ie8 .section-menu-container a.jump-up,
.ie7 .section-menu-container a.jump-up { top: -160px; }

.ie9 .section-menu-container a.jump-up:hover,
.ie8 .section-menu-container a.jump-up:hover,
.ie7 .section-menu-container a.jump-up:hover { top: -165px; }
 
.ie9 .section-menu-container a.jump-down,
.ie8 .section-menu-container a.jump-down,
.ie7 .section-menu-container a.jump-down { bottom: -165px; }

.ie9 .section-menu-container a.jump-down:hover,
.ie8 .section-menu-container a.jump-down:hover,
.ie7 .section-menu-container a.jump-down:hover { bottom: -170px; }

ul.section-menu {
    position: absolute;
    left: 82px;
    top:0; /* overwritten by JS */
    z-index: 10;
    width: 80%;
    overflow: hidden;
}

/* Sub section overrides section-menu */
ul.section-sub{
    left:200px;
}

ul.section-menu li {
    display: block;
    overflow: hidden;
}

ul.section-menu li a {
    float: left;
    font-size:20px;
    line-height:20px;
    letter-spacing:0.10em;
    
    text-transform:uppercase;
    color:#fff;
    padding-right:0;
    padding-bottom: 6px;
}

ul.section-menu li a:hover{
    color:#ECB825;
    cursor:pointer;
}

ul.section-menu li a span{
    position:absolute;
    right:0;
    top:50%;
    margin-top:-19px;
    display:block;
    opacity:0;

}

/* Selected state - Yellow large right arrow  */
ul.section-menu li.selected a {
    position:relative;
    padding-right:50px;
    display:block;
    
    letter-spacing:0.05em;
    font-size: 40px;
    line-height: 65px;
    color:#2b2b2b;
    
    /*
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    */
}
.mobile ul.section-menu li.selected a { font-size: 36px; }
.ie7 ul.section-menu *,
.ie6 ul.section-menu * {zoom: 1;}
.ie7 ul.section-menu li.selected a,
.ie6 ul.section-menu li.selected a { font-size: 30px; }


.ie9 ul.section-menu li.selected a {
  padding-top: 5px;
  margin-bottom: 5px;
}

ul.section-menu li.selected a:hover{
    color:#ECB825;
}

ul.section-menu li.selected a span{
    background:url('../images/section-arrow.png') center right no-repeat;
    width:22px;
    height:37px;
    position:absolute;
    right:0;
    top:50%;
    margin-top:-19px;
    opacity:1;
}

ul.section-menu li ul.preloaded-submenu {
    display: none;
}

/*
.loading{
    float:left;
    background: url('/s/images/icon-loading.gif?be56d6bf7adc') no-repeat;
    width:21px;
    height:21px;
    margin-top:6px;
}
*/

/*  Menu transitions
/* -------------------------------------------- */
/* Move list up */
.csstransitions .section-menu { 
    -webkit-transition-property: top, left;
    -webkit-transition-duration: 0.25s;
    -moz-transition-property: top, left;
    -moz-transition-duration: 0.25s;
    -o-transition-property: top, left;
    -o-transition-duration: 0.25s;
    transition-property: top, left;
    transition-duration: 0.25s;
}
/* Make links bigger, adjust line height and padding for > */
.csstransitions ul.section-menu li a{
    -webkit-transition-property: font-family, font-size, line-height, padding, color;
    -webkit-transition-duration: 0.1s, 0.25s, 0.1s, 0.25s, 0.1s;
    -webkit-transition-delay: 0s;
    -moz-transition-property: font-family, font-size, line-height, padding, color;
    -moz-transition-duration: 0.1s, 0.25s, 0.1s, 0.25s, 0.1s;
    -moz-transition-delay: 0s;
    -o-transition-property: font-family, font-size, line-height, padding, color;
    -o-transition-duration: 0.1s, 0.25s, 0.1s, 0.25s, 0.1s;
    -o-transition-delay: 0s;
    transition-property: font-family, font-size, line-height, padding, color;
    transition-duration: 0.1s, 0.25s, 0.1s, 0.25s, 0.1s;
    transition-delay: 0s;
}

ul.section-menu li a span {
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.25s;
    -moz-transition-property: opacity;
    -moz-transition-duration: 0.25s;
    -o-transition-property: opacity;
    -o-transition-duration: 0.25s;
    transition-property: opacity;
    transition-duration: 0.25s;
}


/* Target Opera with this nasty hack*/
@media not all and (-webkit-min-device-pixel-ratio:0) {
    .homepage-video video {
        height: 100%;
    }
}

.homepage-video img {
    min-width: 100%;
    min-height: 100%;
    z-index: 10;
}

.ie6 .homepage-video video {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    max-width: auto;
    max-height: auto;
}

.ie6 .homepage-video img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    max-width: auto;
    max-height: auto;
}

.block a.mute {
    display: block;
    text-align: left;
    color: #ecb825;
    font-size: 10px;
    letter-spacing:0.10em;
    text-transform: uppercase;
    position:absolute;
    right:20px;
    bottom:20px;
    z-index: 25;
    text-shadow: 0px 0px 2px #000;
}

.ie6 .block a.mute,
.ie7 .block a.mute,
.ie8 .block a.mute {
    display: none;
}

/* Hide default play button - Sublime Video */
/*.sv_play_button{
    visibility:hidden;
}*/

/* Smaller videos, within articles */
/*.figure .video{
    width:530px;
    height:330px;
}
*/
.figure .custom_play_button{
    margin-top:-58px;
    margin-left:-58px;
    width:117px;
    height:116px;
    background: url('images/video-play-small.png') 0 0 no-repeat;
}

.home-slideshow,
.home-slideshow .home-slide {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home-slideshow {
    overflow: hidden;
}

.home-slide {
    background-repeat: no-repeat;
    background-size: cover;
}


/* Search results
/* -------------------------------------------- */
.search-overlay {
    display: block;
    z-index: 305;
    position: fixed;
    width: 100%;
    height: auto;
    top: -1200px;
}

.ie6 .search-overlay,
.ios4 .search-overlay {
    position: absolute;
}

.search-overlay.visible, .search-overlay.search-overlay-mobile {
    top: 65px;
}

.search-overlay.search-overlay-mobile {
    display: none;
}

.csstransitions .search-overlay{
    -webkit-transition: top 1s ease-in-out;
       -moz-transition: top 1s ease-in-out;
        -ms-transition: top 1s ease-in-out;
         -o-transition: top 1s ease-in-out;
            transition: top 1s ease-in-out;
}

.search-error {
    display: none;
    width: 80%;
    margin: 40px auto;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #111;
}

.search-error a {
    border-bottom: 2px solid #f3b607;
}

.search-error a:hover {
    border-bottom: 0;
}

.search-bar{
    width: 100%;
    min-width: 768px;
    max-width: 1950px;
    background-color:#f3b607;
    margin:0 auto 0 auto;
    padding:30px 0;
}

.ie6 .search-bar {
    min-width: auto;
    max-width: auto;
    width: 100%;
}

.search-bar .search-hint {
    font-size:40px;
    line-height:64px;
    height:64px;
    text-transform:uppercase;
    color:#f8d36a;
    position: absolute;
    left: 85px;
    top: 32px;
    right: 75px;
    z-index: 1;
    width: auto;
}

.search-bar .search-hint.loading {
    background: url('images/loading-search.gif') center right no-repeat;
}

.search-bar input{
    background-color: transparent;
    border:none;
    outline:0;
    font-size:40px;
    line-height:64px;
    text-transform:uppercase;
    color:#fff;
    margin-left:82px;
    position: relative;
    z-index: 2;
}

.results{
    padding:10px 0 0 82px;
    overflow-y: scroll;
    /*-webkit-overflow-scrolling: touch;*/
}

.result{
    border:1px solid #e5e5e5;
    margin:20px 20px 0 0;
    float:left;
    width:380px;
}
.result .inner{
    display: block;
    border-bottom:2px solid #F2B607;
    height:98px;
    
    /*
    -webkit-transition: box-shadow 0.1s;  
       -moz-transition: box-shadow 0.1s;
        -ms-transition: box-shadow 0.1s;
         -o-transition: box-shadow 0.1s;
            transition: box-shadow 0.1s;
    */
}
.result .inner:focus, .result .inner:hover {
    box-shadow: 0px 0px 10px #f2b607;
    border-bottom:2px solid #000;
}
.result p{
    margin-top:30px;
    font-size:20px;
    line-height:1;
    text-transform:uppercase;
    float:left;
    max-width: 200px;
}
.result img{
    float:left;
    width:140px;
    height:100px;
    padding-right:20px;
    margin-bottom:-4px;
}

/* Carousel 
/* -------------------------------------------- */
.carousel{
    position:relative;
    height: 100%;
    width: 100%;
}
.slides {
    height: 100%;
    width: 100%;
}
.carousel .slides img{
    max-width: 100%;
    max-height: 100%;
}
.carousel .slides .slide {
    min-width: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.carousel .caption{
    position:absolute;
    left:82px;
    top:92px;
    z-index:99;
    width:80%;
    
    font-size:60px;
    line-height:56px;
    color:#fff;
}

.carousel-nav{
    position:absolute;
    right:0;
    top:50%;
    z-index:100; /* higher than max # of slides */
    height:96px;
    margin-top:-48px;
    width:100%;
}

.carousel-intro {
    z-index: 0;
}

.carousel-nav.peekable {
    right: -100%;
    -webkit-transition: right 1s;
       -moz-transition: right 1s;
        -ms-transition: right 1s;
         -o-transition: right 1s;
            transition: right 1s;
}

.carousel-nav.peekable.visible {
    right: 0%;
}

.ie6 .carousel-nav {
    right: 0 !important;
}

.carousel-nav h2{
        
    width:auto;
    height:96px;
    line-height:96px;
    
    background:#fff;
    padding:0 30px;
    float:right;
    margin-right:90px;
}

.carousel-nav .prev,
.carousel-nav .next{
    display:block;
    width:auto;
    height:96px;
    width: 96px;
    line-height:96px;
    background-color:#2B2B2B;
    position:absolute;
    top:0;
}
.carousel-nav .prev{ left:0; }
.carousel-nav .next{ right:0; }

.carousel-nav .prev span,
.carousel-nav .next span{
    display:block;
    width:52px;
    height:96px;
    background-color:#2B2B2B;
    background-repeat:no-repeat;
    background-position: center center;
    
    position: relative;
    z-index: 105;
    
    padding: 0 20px;
}

.carousel-nav .prev span{
    float:left;
    background-image:url('../images/carousel-prev.png');
    padding-left: 10px;
}

.carousel-nav .next span{
    float:right;
    background-image:url('images/carousel-next.png');
    padding-right: 10px;
}

.carousel-nav .prev div,
.carousel-nav .next div{
    padding:0 30px;
    height:96px;
    line-height:96px;
    color:#fff;
    background-color:#2B2B2B;
    font-size:20px;
    text-align:left;
    
    position: absolute;
    top: 0;
    z-index: 100;    
}

.carousel-nav .prev div{ left:0; padding-left:0;
    -webkit-transition: left 0.3s ease-out;  
       -moz-transition: left 0.3s ease-out;  
        -ms-transition: left 0.3s ease-out;  
         -o-transition: left 0.3s ease-out;  
            transition: left 0.3s ease-out;
}
.carousel-nav .next div{ right:0; padding-right:0;
    -webkit-transition: right 0.3s ease-out;  
       -moz-transition: right 0.3s ease-out;  
        -ms-transition: right 0.3s ease-out;  
         -o-transition: right 0.3s ease-out;  
            transition: right 0.3s ease-out;
}

/* Move out counter on hover */
.carousel-nav .prev:hover div{ left:82px; }
.carousel-nav .next:hover div{ right:82px; }

/* Transforms for hover movement */
.carousel-nav .prev:hover div{
    -webkit-transition: left 0.3s ease-out;  
       -moz-transition: left 0.3s ease-out;  
        -ms-transition: left 0.3s ease-out;  
         -o-transition: left 0.3s ease-out;  
            transition: left 0.3s ease-out;
}
.carousel-nav .next:hover div{
    -webkit-transition: right 0.3s ease-out;  
       -moz-transition: right 0.3s ease-out;  
        -ms-transition: right 0.3s ease-out;  
         -o-transition: right 0.3s ease-out;  
            transition: right 0.3s ease-out;
}

.carousel-components { display: none; }


.video-nav{
    width:auto;
    position:absolute;
    left:0;
    top:50%;
    height:96px;
    margin-top:-48px;
}

.video-nav.peekable {
    left: -100%;
    -webkit-transition: left 1s;
       -moz-transition: left 1s;
        -ms-transition: left 1s;
         -o-transition: left 1s;
            transition: left 1s;
}

.video-nav.peekable.visible {
    left: 0%;
}

.ie6 .video-nav {
    left: 0 !important;
}

.video-nav h2{
        
    width:auto;
    height:96px;
    line-height:96px;
    
    background:#fff;
    padding:0 30px;
    float:left;
}

.video-nav .play{
    display:block;
    width:96px;
    height:96px;
    background-color:#2B2B2B;
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url('/s/images/video-play.png?01b2cc78b2d2');
    float:left;
}


/* Footer
/* -------------------------------------------- */
.footer{
    position: fixed;
    z-index: 300;
    bottom:0;
    width: 100%;
    min-width: 768px;
    max-width: 1950px;
    margin:0 auto;
    background:#2b2b2b;
    padding:1px 0 7px 0;
    filter: Alpha(Opacity=0);
	Opacity:0.0;
    -moz-opacity:0.0;
}

.ie6 .footer, .ios4 .footer {
    position: absolute;
    min-width: auto;
    max-width: auto;
    width: 100%;
}

.post-view .footer {
    position: static;
}
.post-view.single-block .footer {
    position: fixed;
}
.ie6 .single-block .footer,
.ios4 .single-block .footer {
    position: absolute;
}
.post-view .shim, .home .shim {
    display: none;
}
.footer ul{
    text-align:center;
}
.footer li{
    display:inline-block;
    vertical-align:middle;
    padding-right:30px;
    font-size: 10px;
    line-height:1;
    letter-spacing:0.10em;
    text-transform: uppercase;
    padding-bottom:1px;
    color: #fff;
}
.ie6 .footer li,
.ie7 .footer li{
    zoom: 1;
    display: inline;
}

.footer li.last{
    padding-right:0;
}
.footer li a{
    color:#fff;
    text-transform:uppercase;
    border-bottom-color:#2b2b2b;
}
.footer li a:hover{
    
}

/*
 * BG contextmenu popup
 */

#bg-context-popup {
    display: none;
    position: absolute;
    width: 190px;
    height: 40px;
    background-color: #2b2b2b;
    padding: 20px;
    z-index: 100;
    
    box-shadow: 0px 0px 5px #000;
}

#bg-context-popup h3, #bg-context-popup a {
    font-size: 10px;
    line-height:1;
    letter-spacing:0.10em;
    text-transform: uppercase;
}

#bg-context-popup h3 {
    color: #fff;
    width: 170px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #fff;
}

#bg-context-popup img {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
}

#bg-context-popup a {
    color: #ecb825;
    display: block;
    float: left;
    margin-right: 20px;
}

#bg-context-popup a:hover {
    border-bottom: 2px solid #ecb825;
}

/*
 * 404 error page
 */
#error-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#error-container img {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
}
#error-box {
    position: absolute;
    z-index: 2;
    margin-top: 60px;
    background-color: #2b2b2b;
    padding: 55px 70px 60px 80px;
}
#error-box p {
    color:#fff;
    width:310px;
}
#error-box h1 {
    color:#fff;
    text-transform: uppercase;
}
#error-box a{
    color:#fff;
    font-size: 10px;
    line-height:1;
    letter-spacing:0.10em;
    text-transform: uppercase;
    padding-bottom:1px;
    border-bottom: 2px solid #ecb825;
}
#error-box a:hover{
    border-bottom: 2px solid #fff;
}

.legal-text {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.legal-text-inner {
    padding: 100px 200px;
}

/******************************
Screen sizes styling
/*****************************/

@media screen and (max-width: 1000px) {
    .article-full {
        padding: 0px 0 49px 0;
    }

    .article-full p {
        font-size: 45px;
    }
}


@media screen and (min-width: 1400px) {
  a.view,
  .menu li a,
  .footer li a,
  .promo h3,
  .coords,
  .share-container,
  .footer li
  {
	  font-size: 12px;
  }

  .promo
  {
	  width: 288px;
  }

  .promo .close-button
  {
	  width: 320px;
  }

  .promo.open
  {
	  width: 340px;
	  height: 300px;
  }

  .promo.open .close-button
  {
	  width: 13px;
  }

  .promo.open h3
  {
      font-size: 18px;
  }


  p
  {
      /*font-size: 16px;*/
  }

  h1,
  h2
  {
	  /*font-size: 30px;*/
  }

  .article h1, .screen-x-large .article h1 {
	  margin-bottom: 0.5em;
  }

  .menu li
  {
	  /*margin-right: 40px;*/
  }


  .intro h1
  {
	  font-size: 25px;
  }

  .article-full p
  {
	  font-size: 60px;
  }

  .article
  {
	  width: 400px;
	  max-width: 26.5%;
  }

  .article-full
  {
	  width: 100%;
	  margin-top: 0;
	  max-width: 100% !important;
  }
}

/*******
larger than 1200px
*******/

.screen-large a.view,
.screen-large .menu li a,
.screen-large .footer li a,
.screen-large .promo h3,
.screen-large .coords,
.screen-large .share-container,
.screen-large .footer li
{
    font-size: 12px;
}

.screen-large .promo
{
    width: 288px;
}

.screen-large .promo .close-button
{
    width: 320px;
}

.screen-large .promo.open
{
    width: 340px;
    height: 300px;
}

.screen-large .promo.open .close-button
{
    width: 13px;
}

.screen-large .promo.open h3
{
    font-size: 20px;
}


.screen-large p
{
    font-size: 18px;
}

.screen-large h1,
.screen-large h2
{
    font-size: 30px;
}

.screen-large .article h1, .screen-x-large .article h1 {
    margin-bottom: 0.5em;
}

.screen-large .menu li
{
    /*margin-right: 40px;*/
}


.screen-large .intro h1
{
    font-size: 40px;
}

.screen-large .article-full p
{
    font-size: 60px;
}

.screen-large .article
{
    width: 400px;
    max-width: 26.5%;
}

.screen-large .article-full
{
    width: 100%;
    margin-top: 0;
    max-width: 100% !important;
}

/*******
Larger than 1920px
*******/

@media screen and (min-width: 1800px) {
  a.view,
  .menu li a,
  .footer li a,
  .promo h3,
  .coords,
  .share-container,
  .footer li
  {
	  font-size: 14px;
  }

  .promo.open h3
  {
	  font-size: 20px;
  }

  .promo
  {
	  width: 288px;
  }

  .promo.open
  {
	  width: 340px;
	  height: 300px;
  }

  .promo.open h3
  {
	  font-size: 20px;
  }

  .promo.open .close-button
  {
	  width: 13px;
  }

  .promo .close-button
  {
	  width: 320px;
  }

  p
  {
	  font-size: 18px;
  }

  h1,
  h2
  {
	  font-size: 30px;
  }

  .menu li
  {
	  /*margin-right: 60px;*/
  }

  .intro h1
  {
	  font-size: 40px;
  }

  .article-full p
  {
	  font-size: 60px;
  }


  .article
  {
	  width: 400px;
	  max-width: 100%;
  }

  .article-full
  {
	  width: 100%;
	  margin-top: 0;
	  max-width: 100% !important;
  }
}

.screen-x-large a.view,
.screen-x-large .menu li a,
.screen-x-large .footer li a,
.screen-x-large .promo h3,
.screen-x-large .coords,
.screen-x-large .share-container,
.screen-x-large .footer li
{
    font-size: 14px;
}

.screen-x-large .promo.open h3
{
    font-size: 20px;
}

.screen-x-large .promo
{
    width: 288px;
}

.screen-x-large .promo.open
{
    width: 340px;
    height: 300px;
}

.screen-x-large .promo.open h3
{
    font-size: 20px;
}

.screen-x-large .promo.open .close-button
{
    width: 13px;
}

.screen-x-large .promo .close-button
{
    width: 320px;
}

.screen-x-large p
{
    font-size: 18px;
}

.screen-x-large h1,
.screen-x-large h2
{
    font-size: 30px;
}

.screen-x-large .menu li
{
    /*margin-right: 60px;*/
}

.screen-x-large .intro h1
{
    font-size: 40px;
}

.screen-x-large .article-full p
{
    font-size: 60px;
}


.screen-x-large .article
{
    width: 400px;
    max-width: 100%;
}

.screen-x-large .article-full
{
    width: 100%;
    margin-top: 0;
    max-width: 100% !important;
}


.tbox{color: #5f6263;background: #f1f8fc;border: 1px solid #8c9393;}