/*! USE: basedesign.css, controls.css !*/

/* Defaults */
html
{
  color: #ffffff;
}
html.rtl
{
  direction: rtl;
}
h1
{
  color: #333333;
}

/* Make HareScript error pages usable */
div.wh-errorinfo
{
  max-width:100%;
  overflow-x:auto;
}

/* Global page structure */
header#topnav
{
  position:fixed;
  z-index:20;
  top:0;
  left:0;
  right:0;

  border-bottom:1px solid #333333;
  background:#111111;
}

div.centerit
{
  margin:0 auto;
  width:940px;
  position:relative;
}

/* Fluid/col design */
div#contentheader
{
  margin:0 auto;
  max-width:940px;
  position:relative;
}
#contentbody
{
  margin:0 auto;
  max-width:960px;
  position:relative;
}

/* Photos header */
div#photosheadercontainer
{
  position: relative;
  width: 100%;
  height: 406px;
  border-bottom: 1px solid #dce1e6;
  padding-top:10px;
}
html.col2 div#photosheadercontainer
{
  width:620px;
}

html.darkscheme div#photosheadercontainer
{
  background: none;
}

div#photosheader
{
  width: 100%;
  height: 100%;
}
div#photosheader .wh-slideshow-holder
{
  width: 100%;
  height: 100%;
}
div#photosheader .wh-slideshow-item
{
  position:absolute;
  width: 100%;
  height: 100%;
}

div#photosheader .jumpbuttons
{
  position: absolute;
  bottom: 18px;
  right: 23px;
  height: 16px;
}
div#photosheader .jumpbuttons .wh-slideshow-jumpbutton
{
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
div#photosheader .jumpbuttons .wh-slideshow-jumpbutton .schemeimg
{
  position: relative;
  left: -24px;
  top: -24px;
}
div#photosheader .wh-slideshow-item > a
{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div#photosheader .wh-slideshow-item > a > img
{
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  /*
  left: 50%;
  margin-left: -470px;
  */
}

div#photosheader .jumpbuttons .wh-slideshow-jumpbutton.wh-slideshow-selected > span.schemeimg
{
  background-image: url("../img/common/16-radiobutton_active.png");
}

/* the nespresso image */
div#contentheader a.headersticker
{
  display:block;
  position:absolute;
  width:301px;
  height:275px;
  text-decoration: none;
  bottom:-40px;
  left:500px;
  background: transparent none 0 0 no-repeat;
  z-index:15;
}
html.col2 div#contentheader a.headersticker
{
  left:300px;
}
html.fluid-design div#contentheader a.headersticker
{
  display:none;
}


/* Content area */
div#contentarea
{
  background-repeat:no-repeat;
  background-position: left 0;
  position:relative;
  background-color: #ebf0f5;
  max-width:100%;
  /*overflow-x:hidden; prevent background causing horizontal scroll*/
}
html.darkscheme div#contentarea
{
  background-color: #222222;
}
html.iframed div#contentarea
{
  background-color: #ffffff;
}

div#contentbgholder
{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}


/* Footer */
footer#footer
{
  position: relative;
}
html.fluid-design footer#footer
{
  display: none;
}
#footerlinks
{
}

 #footerlinks nav
,#footerlinks .sectionicons
{
  margin:0 auto;
  width: 940px;
}
#websitelinks ul
{
  padding: 0;
  width: 940px;
  margin:0 auto;
}
html.col2 footer #footerimage
{
  width:620px;
}
 html.col2 #footerlinks nav
,html.col2 #footerlinks .sectionicons
{
  width: 620px;
}
html.col2 #websitelinks ul
{
  width: 620px;
}

#footerlinks nav ul
{
  /* width is set in JS */
  margin: 0;
  padding: 0 0 25px 0;
  list-style: none;
  display: table-cell;
  position: relative;
}
#footerlinks nav ul + ul
{
  border-left-width: 1px;
  border-left-style: solid;
}
#footerlinks nav ul:last-child
{
  padding-bottom:45px; /*reserve room for the share icons */
}
#footerlinks nav li
{
  display:block;
  margin: 0 0 14px 31px;
  line-height:24px;
  padding-right: 31px;
}
html.col2 #footerlinks nav li
{
  line-height:17px;
  margin-left: 15px;
}
#footerlinks nav li a
{
  text-decoration: none;
  color: #ffffff;
}
html.col2 #footerlinks nav li a
{
  font-size: 13px;
}
#footerlinks nav li a:hover
{
  text-decoration: underline;
}
#footerlinks nav:after
{
  content:"";
  clear:both;
  display:block;
  visibility: hidden;
}
#footerlinks nav ul div.footertitle
{
  font: normal 20px/35px "LinotypeUniversW02-Cn",Arial;
  color:#ffffff;
  text-transform: uppercase;
  margin: 20px 0 10px 31px;
}
html.col2 #footerlinks nav ul div.footertitle
{
  font: normal 18px/32px "LinotypeUniversW02-Cn",Arial;
  margin-left: 15px;
  margin-bottom: 5px;
}
#footerlinks .sectionicons
{
  border-top-width: 1px;
  border-top-style: solid;
  padding: 17px 0 15px 20px;
  width:940px;
  margin: 0 auto;
  vertical-align: middle;
  position:relative;
  height:61px;
}
html.col2 #footerlinks .sectionicons
{
  padding-left: 10px;
}

#footerlinks .sectionicons .utlogo
{
  display: inline-block;
  vertical-align: middle;
}
html.col2 #footerlinks .sectionicons .utlogo
{
  display: none;
}
#footerlinks .sitesections > a
{
  margin-left:20px;
  text-decoration: none;
  display: inline-block;
}
#footerlinks .sectionicons .image
{
  display: inline-block;
  vertical-align: middle;
  padding-right:4px;
}
#footerlinks .sectionicons .title
{
  padding-left:4px;
  text-decoration: none;
  font: normal 14px/100% "LinotypeUniversW02-Cn", Arial, Helvetica, Sans-serif;
  color: #ebf0f5;
  text-transform: uppercase;
  vertical-align: middle;
  line-height:60px;
}
html.col2 #footerlinks .sectionicons .title
{
  font-size: 13px;
}

#footerlinks .sectionicons .sitesections
{
  position:absolute;
  top:0;
  right:0;
}

#websitelinks
{
  list-style: none;
  background-color:#333333;
  padding:19px 0;
  text-align:center;
}
#websitelinks ul li
{
  display:inline;
  margin: 0;
}
 #websitelinks ul li span
,#websitelinks ul li a
{
  font: normal 13px/100% Arial, Helvetica, Sans-serif;
  color:#777777;
  text-decoration: none;
  margin: 0 18px;
}
 html.col2 #websitelinks ul li span
,html.col2 #websitelinks ul li a
{
  margin: 0 8px;
}
#websitelinks ul li a:hover
{
  text-decoration: underline;
}

footer #footerimage
{
  position: relative;
  margin: 0 auto;
  width: 940px;
  height: 277px;
  background: url(../img/common/footerimage.jpg) no-repeat top left;
}
footer #footerimage .routeblock
{
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ffffff;
  width:220px;
}
footer #footerimage .routeblock.contactoverride
{
  width:auto;
}
footer #footerimage .routeblock .header
{
  font: normal 20px/20px "LinotypeUniversW02-Cn", Arial;
  color: #333333;
  margin: 0 0 0 0;
  text-transform: uppercase;
  padding: 24px 19px 16px 19px;
}

/* contactinfo overwritten version */
 footer #footerimage .routeblock .contactinfo
{
  font: normal 15px/20px Arial, Helvetica, Sans-serif;
  padding: 0 19px 16px 19px;
}
footer #footerimage .routeblock .contactinfo a
{
  font: normal 15px/20px Arial, Helvetica, Sans-serif;
  text-decoration: none;
}
footer #footerimage .routeblock .contactinfo a.routelink
{
  text-decoration: underline;
}
footer #footerimage .routeblock .arrowrouteimage
{
  position: absolute;
  top: 0;
  left: -60px;
}


/* contactinfo standard version */
 footer #footerimage .routeblock .contactinfo
,footer #footerimage .routeblock .contactinfo a
{
  font: normal 15px/20px Arial, Helvetica, Sans-serif;
}
footer #footerimage .routeblock .contactinfo a
{
  text-decoration: none;
}
footer #footerimage .routeblock .contactinfo a.routelink
{
  text-decoration: underline;
}
footer #footerimage .routeblock .arrowrouteimage
{
  position: absolute;
  top: 0;
  left: -60px;
}
footer #footerimage .routeblock a.routefinalrow
{
  background:#f5faff;
  border-top: 1px solid #dce1e6;
  height:59px;
  display:table;
  text-decoration: none;
  width:100%;
}
footer #footerimage .routeblock a.routefinalrow .label
{
  display:table-cell;
  margin-right: 89px;
  vertical-align: middle;
  padding: 10px 10px 10px 25px
}
footer #footerimage .routeblock a.routefinalrow .iconholder
{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 64px;
  border-left: 1px solid #dce1e6;
}

/* ---------------------------------------------------------------------------

   Share in de widget footer

--------------------------------------------------------------------------- */
div.sharecontrol
{
  position:relative;
  width: 300px;
  height: 59px;
  background-color: #ffffff;
}
div#footershare
{
  position: absolute;
  bottom:100%;
  right:0;
}
html.fluid-design div#footershare
{
  right:0;
}
/*
html.col2 div#footershare
{
  left:320px;
}
html.col3 div#footershare
{
  left:640px;
}
*/
div.sharecontrol .sharetext
{
  font: 20px/61px "LinotypeUniversW02-Cn", Arial;
  margin: 0 0 0 27px;
  text-transform: uppercase;
  color: #333333;
}
html[dir=rtl] div.sharecontrol .sharetext
{
  margin: 0 27px 0 0;
}
div.sharecontrol .buttons
{
  position: absolute;
  top: 14px;
  right: 13px;
  width:184px;
}
html[dir=rtl] div.sharecontrol .buttons
{
  left:13px;
  right:auto;
}

/* _atssh containers adds one px of vertspace below the footer, move it
http://support.addthis.com/customer/portal/questions/1393849-injected-atssh-div-causing-unwanted-space-at-bottom-of-page
*/
#_atssh
{
  top:0;
  right:0;
}

/* ---------------------------------------------------------------------------

   Search/language/chat bar

--------------------------------------------------------------------------- */

#searchbar, #searchfield
{
  background:#333333;
  position:fixed;
  height:60px;
  bottom:0;
}

@media (max-width:959px)
{
  #searchbar, #searchfield
  {
    display: none;
  }
}

#searchfield
{
  overflow:hidden;
  left: 100%;
  right: 0;
  width: auto;
  transition: left 0.4s;
}
#searchfield form#searchbox, #searchfield form#searchbox input
{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  font: normal 20px "LinotypeUniversW02-Cn", "Arial Narrow", Arial;
}

#searchfield form#searchbox input[type="search"]::-webkit-input-placeholder
{
 color: inherit;
}

#searchfield form#searchbox input[type="search"]::-moz-placeholder
{
  color: inherit;
  opacity: 1;
}

#searchfield form#searchbox input[type="search"]:-ms-input-placeholder
{
  color: inherit;
  opacity: 1;
}

#searchfield form#searchbox input[type="search"]
{
  background: #ffffff;
  border:0;
  border-top:1px solid #dce1e6;
  border-bottom:1px solid #dce1e6;
  margin:0;
  height:60px;
  max-width:none;
  -webkit-appearance: none;
  border-radius: 0;
}
#searchbar
{
  right:0;
}

#searchbarbuttons
{
  white-space:nowrap;
}

#searchbar > *, #searchbarbuttons > *
{
  vertical-align:bottom;
}

#searchbar #searchbarbuttons #searchbutton a
{
  vertical-align: middle;
}

#searchbarbuttons > * + *
{
  border-left:1px solid #222222;
}
#searchbutton
{
  display:inline-block;
  width:60px;
  height:60px;
  line-height:60px;
  text-align:center;
  cursor:pointer;
}
#languagebutton
{
  position:relative;
  display:inline-block;
  width:60px;
  height:60px;
}
#languagebutton .alanguage
{
  background:#333333;
  display:inline-block;
  width:60px;
  height:60px;
  text-transform: uppercase;
  line-height:60px;
  text-align:center;
  font: 26px/60px "LinotypeUniversW02-Cn","Arial Narrow",Arial;
  vertical-align: middle;
  position: relative;
}
#languagebutton a.alanguage
{
  text-decoration: none;
  color:inherit;
  display: block;
}
#languagebutton > #languageslide
{
  position:absolute;
  top:100%;
  width: 60px;
  transition: top 0.4s;
}
#languagebutton > #languageslide > a.alanguage
{
  border-bottom:1px solid #222222;
}

  #languagebutton:hover > #languageslide
, #languagebutton.hover > #languageslide
{
  top:-120px;
  white-space:normal;
}

/* cobrowser chat */
#my_cb_button
{
  display:inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  padding: 14px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

#my_cb_button .text
{
  display: none;
  text-transform: uppercase;
  vertical-align: top;
  line-height: 32px;
  padding-left:36px;
}

#my_cb_button .img-chat32
{
  display: inline-block;
}

  #my_cb_button.hover
, #my_cb_button:hover
{
  width: 300px;
}
  #my_cb_button.hover .text
, #my_cb_button:hover .text
{
  display: inline-block;
}
#my_cb_button .cb_online a
{
  display: block;
}

/* this object, required by CB, takes up space and causes space below the footer.
   disable it and  lets' see if it breaks anything */
object.cb_controller
{
  display:none;
}


/*****************************************************************************

Social icons in leftnav (corporate) / footer

*/
div#socialside
{
  margin-top:52px;
}
div#socialbottom
{
  position:absolute;
  bottom:0;
  left:0;
}
div#socialbottom:not(.expanded)
{
  white-space:nowrap;
}
div#socialside.socialicons
{
  border-left:3px solid #222222;
}
div.socialicons
{
  margin-left:-1px;
}
div.socialicons a, span.moresocialicons
{
  display:inline-block;
  vertical-align:middle;
  height:40px;
  line-height:40px;
  background:#333333 0 0 no-repeat;
  cursor:pointer;
  margin:1px 0 0 1px;
  text-align:center;
}
div.socialicons a
{
  width:40px;
}
div.socialicons > a > span
{
  vertical-align:middle;
}
div.socialicons > a > span.img-facebook24
{
  position:relative;
  top:5px;
  left:5px;
}
div.socialicons a:active
{
  background-position:0 -40px !important; /* defeat html.schemeN */
}
div.socialicons:not(.expanded) a + a + a + a
{
  display:none;
}
span.moresocialicons
{
  font-family: "LinotypeUniversW02-Cn", Arial;
  font-size:16px;
  padding:0 10px 0 10px;
}
span.moresocialicons > *
{
  vertical-align: middle;
}
span.moresocialicons span.more
{
  display:inline-block;
  padding:1px 0 0 4px;
  vertical-align: middle;

  -webkit-transition:none;
  transition:none;
}
#socialbottom span.moresocialicons:hover span.more
{
  color:#ffffff;
}


div.socialicons > a.facebook   { background-image: url("../img/navsidebar/facebook.png");   }
div.socialicons > a.flickr     { background-image: url("../img/navsidebar/flickr.png");     }
div.socialicons > a.googleplus { background-image: url("../img/navsidebar/googleplus.png"); }
div.socialicons > a.linkedin   { background-image: url("../img/navsidebar/linkedin.png");   }
div.socialicons > a.rss        { background-image: url("../img/navsidebar/rss.png");        }
div.socialicons > a.twitter    { background-image: url("../img/navsidebar/twitter.png");    }
div.socialicons > a.vimeo      { background-image: url("../img/navsidebar/vimeo.png");      }
div.socialicons > a.youtube    { background-image: url("../img/navsidebar/youtube.png");    }

div.socialicons > * { transition: color 0.3s, background-color 0.3s; -webkit-transition: color 0.3s, background-color 0.3s; }
div.socialicons > *:hover { background-color: #111111; }
html.scheme1 div.socialicons > *:hover { background-position:0  -80px; color: #d7546e; }
html.scheme2 div.socialicons > *:hover { background-position:0 -120px; color: #f2a252; }
html.scheme3 div.socialicons > *:hover { background-position:0 -160px; color: #78ba71; }
html.scheme4 div.socialicons > *:hover { background-position:0 -200px; color: #4cb4ca; }
html.scheme5 div.socialicons > *:hover { background-position:0 -240px; color: #836ca5; }

/* AddThisEvent styling */
.addthisevent
{
  visibility:hidden;
}
.addthisevent span
{
  display:none!important;
}
.addthisevent .data
{
  display:none!important;
}

/* The button */
.addthisevent-drop
{
  display:inline-block;
  position:relative;
  text-decoration:none;
  cursor:pointer;
  z-index: 9999 !important;
}

/* The drop down */
.addthisevent_dropdown
{
  width:200px;
  position:absolute;
  z-index:9999 !important;
  padding:6px 0px 0px 0px;
  background:#fff;
  text-align:left;
  display:none;
  margin-top:4px;
  margin-left:-1px;
  border: 1px solid #dce1e6;
}
.addthisevent_dropdown span
{
  display:block;
  line-height:110%;
  background:#fff;
  text-decoration:none;
  font-size:14px;
  color:#333;
  padding:8px 10px 9px 15px;
}
.addthisevent_dropdown span:hover
{
  background:#f4f4f4;
  color:#000;
  text-decoration:none;
  font-size:14px;
}
.addthisevent_dropdown .copyx
{
  height:21px;
  display:block;
  position:relative;
  cursor:default;
}
.addthisevent_dropdown .brx
{
  height:1px;
  overflow:hidden;
  background:#e0e0e0;
  position:absolute;
  z-index:100;
  left:10px;
  right:10px;
  top:9px;
}
.addthisevent_dropdown .frs
{
  position:absolute;
  top:5px;
  cursor:pointer;
  right:10px;
  padding-left:10px;
  font-style:normal;
  font-weight:normal;
  text-align:right;
  z-index:101;
  line-height:110%;
  background:#fff;
  text-decoration:none;
  font-size:9px;
  color:#cacaca;
}
.addthisevent_dropdown .frs:hover
{
  color:#6d84b4;
}


/* Don't show navigation when this page is iframed */
  html.iframed #scrolling-mobile-header
, html.iframed div.wh-sticky#mobile-current
, html.iframed #navsidebar
, html.iframed #searchfield
, html.iframed #searchbar
{
  display: none;
}

html.iframed #page-holder #contentarea
{
  margin-left: 0;
}





/* Header CTA (Call To Action) */
div#headercta
{
  position: absolute;
  top: 10px;
  right: 0;
  width: 300px;
  background-color: #222222;
  background-color: rgba(34,34,34,1);
}

html.col2 div#headercta
{
  display: block;
  position: relative;
  width: 100%;
  top: -1px;
  left: auto;
  right: auto;
}
html.fluid-design div#headercta
{
  left:auto;
  right:10px;
}
div.headertitlearea
{
  position:relative;
  height: 150px;
  max-width: 590px;
}
div#photosheader .headertitlearea
{
  position:absolute;
  top:0;
  left:0;
  right:0;
}

/*
div.headertitlearea .slashtitle
{
  font: 26px "LinotypeUniversW02-Cn",Arial;
  text-transform: uppercase;
  margin: 0 0 0 5px;
}
*/
html.hascta .headertitlearea
{
  min-height:122px;
}

/* the normal header title, no header img, 3 cols */
.headertitlearea .headertitle
{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#ebf0f5;

  font: 32px/32px "LinotypeUniversW02-Cn",Arial;
  text-transform: uppercase;
  color: #333333;
  padding: 18px 15px 0px 31px; /* 15px or 61px? became 61px when has-label would be always-on */
}

/* the normal header title, with header img, 3 cols */
html.hasheaderphotos .headertitlearea
{
  padding-left: 61px;
}

/* the normal header title, with header img, 3 cols, with CTA */

html.hasheaderphotos.hascta .headertitlearea .headertitle
{
  width: 640px;
}
html.fluid-design.hasheaderphotos.hascta .headertitlearea .headertitle
{
  width: 100%;
  margin-left: -12px;
}

/* the header title, no header img, 2 cols */
html.col2.hascta .headertitlearea .headertitle
{
  width: 320px;
}


html.hasheaderphotos .headertitlearea .headertitle
{
  background-color:transparent;
}


  html.hasheaderphotos div#headercta
, .tay-ctawidget
{
  background-color: #222222;
}
  div#headercta .title
, .tay-ctawidget .title
{
  padding: 15px 25px;
  text-transform: uppercase;
}

  div#headercta .title .slashtitle
, .tay-ctawidget .title .slashtitle
{
  line-height: 15px;
  max-height: 15px;
  font-weight: bold;
  margin: 0 0 3px 0;
}
  div#headercta .title .date
, .tay-ctawidget .title .date
{
  font: 32px/32px "LinotypeUniversW02-Cn",Arial;
}

  div#headercta .buttoncontainer
, .tay-ctawidget .buttoncontainer
{
  background:transparent url("../img/navsidebar/bg.png") top left repeat;
  width: 100%;
  padding: 8px 25px 13px 25px;
}
  div#headercta .button
, .tay-ctawidget .button
{
  border-radius: 6px;
  overflow: hidden;
  height: 50px;
  position: relative;
  width: 100%;
  display: inline-block;
  box-shadow: 0 4px 2px -2px black;
  padding: 0 50px 0 0;
}
  div#headercta .button .label
, .tay-ctawidget .button .label
{
  margin: 0;
  width: 100%;
  font-size: 22px;
}

  div#headercta .button .iconholder
, .tay-ctawidget .button .iconholder
{
  position: absolute;
  top: 0;
  right: 0px;
  border-left: 1px solid #000000;
  left: auto;
  width: 50px;
  height: 50px;
}
