@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
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; }

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

img {
  max-width: 100%; }

.breadcrumbs ul:after, .header:after, .header-top:after, .header-main:after, .header-main .header-search:after, .header-nav nav:after, .header-nav .nav-primary:after, .header .search-box:after, .header-mobile-top:after, .cms-home .home:after, .cms-home .home-left:after, .cms-home .home-right:after, .cms-home .home-categories > div > a:after, .lesite-faq-index-career .careers-perks:after, .lesite-faq-index-career .careers-post:after, .catalog-category-landing .subcategory-main:after, .catalog-category-landing .subcategory-blocks:after, .catalog-category-landing .subcategory-blog-sidebar:after, .cms-about-us .history-header:after,
.cms-a-propos .history-header:after, .cms-about-us .history-presentation:after,
.cms-a-propos .history-presentation:after, .cms-about-us .history-timeline-article:after,
.cms-a-propos .history-timeline-article:after, .hotspot .product-info .pro-detail-div:after, .catalog-category-view .inspire-categories:after, .catalog-category-view .inspire-categories-single a:after, .lesite-blog-index-index .blog-articles-list:after,
.lesite-blog-index-loadcategory .blog-articles-list:after, .lesite-blog-index-loadpost .blog-single-socials:after, .lesite-blog-index-loadpost .blog-single-author:after, .contact-us-cta:after, .page-sitemap .sitemap:after, .footer-plain > div:after, .footer-links-all:after, .footer-links:after, .footer-links .footer-title:after, .footer-social:after, .footer-social .input-box:after {
  content: "";
  display: table;
  clear: both; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  box-sizing: border-box; }

body {
  font-size: 10px;
  font-family: "Roboto", helvetica, sans-serif;
  line-height: 1.5;
  background-color: #FFF; }

.layout {
  width: 100%; }
  .layout-main, .layout-categories {
    width: 100%;
    margin: 0 auto; }
  .layout-main {
    max-width: 960px; }
  .layout-categories {
    max-width: 1280px; }

body {
  font-size: 10px;
  font-family: "Roboto", helvetica, sans-serif;
  line-height: 1.5;
  color: #707371; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", helvetica, sans-serif;
  text-transform: uppercase; }

body,
h1,
h4 {
  line-height: 1.5; }

h1 {
  font-size: 45px;
  font-size: 2.8125rem;
  letter-spacing: 8px; }

h2 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1;
  letter-spacing: 8px; }

h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.25; }

h4 {
  font-size: 15px;
  font-size: 0.9375rem; }

p {
  color: #707371; }
  p.p {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }

button {
  color: #FFF;
  background-color: #CDAB6A;
  border: none;
  cursor: pointer; }
  button:hover {
    background-color: #D9C08F; }

.italic {
  font-family: "Parisienne", cursive; }

.golden {
  color: #CDAB6A; }

.cta-solid, .cta-light {
  text-align: center;
  cursor: pointer;
  transition: .2s ease-in; }

.cta-solid {
  font-family: "Roboto", helvetica, sans-serif;
  font-weight: 600;
  background-color: #CDAB6A;
  color: #FFF;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-size: 13px;
  font-size: 0.8125rem; }

.cta-light {
  position: relative;
  font-family: "Roboto Condensed", helvetica, sans-serif;
  color: #CDAB6A;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .5px; }
  .cta-light:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #CDAB6A; }
  .cta-light:hover {
    color: #D9C08F; }
    .cta-light:hover:after {
      transition: .2s ease-in;
      background-color: #D9C08F; }

.breadcrumbs {
  padding: 12px 16px 12px;
  padding: 0.75rem 1rem 0.75rem;
  clear: both; }
  .breadcrumbs ul li {
    margin-right: 3px;
    margin-right: 0.1875rem;
    font-size: 12px;
    font-size: 0.75rem;
    float: left;
    display: block;
    letter-spacing: 1px; }
  .breadcrumbs ul a {
    color: #707371;
    text-decoration: none; }
  .breadcrumbs .home {
    padding: 0; }

.infinite-loader {
  display: inline-block;
  -webkit-animation: load 1s infinite linear;
  animation: load 1s infinite linear;
  background: #000;
  background: linear-gradient(to right, #999 10%, rgba(153, 153, 153, 0) 70%);
  border-radius: 50%;
  height: 32px;
  position: relative;
  width: 32px; }
  .infinite-loader:before {
    width: 100%;
    height: 50%;
    background: #999;
    border-radius: 32px 32px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
  .infinite-loader:after {
    background: #E4E3E5;
    width: 60%;
    height: 60%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

@keyframes load {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes load {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.backdrop {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 500ms, height 0s ease 500ms; }
  .backdrop.active {
    height: 100%;
    opacity: 1;
    transition: opacity 500ms; }

.popup {
  position: relative;
  width: 95%;
  max-width: 960px;
  max-height: 95vh;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  background: white; }

.social-icon {
  display: block;
  float: left;
  width: 42px;
  height: 42px; }
  .social-icon i {
    display: inherit;
    height: inherit;
    width: inherit;
    background-repeat: no-repeat; }

.social-facebook {
  background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/social/facebook.svg"); }
  .social-facebook:hover {
    background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/social/facebook-hover.svg"); }

.social-instagram {
  background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/social/instagram.svg"); }
  .social-instagram:hover {
    background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/social/instagram-hover.svg"); }

.social-pinterest {
  background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/social/pinterest.svg"); }
  .social-pinterest:hover {
    background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/social/pinterest-hover.svg"); }

.social-twitter {
  background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/social/twitter.svg"); }
  .social-twitter:hover {
    background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/social/twitter-hover.svg"); }

.social-youtube {
  background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/social/youtube.svg"); }
  .social-youtube:hover {
    background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/social/youtube-hover.svg"); }

.header {
  padding-top: 26px;
  padding-top: 1.625rem;
  position: absolute;
  width: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0);
  transition: .2s ease-in; }
  .header .logo-url {
    transition: .2s ease-in; }
  .header .logo {
    width: 192px;
    transition: .2s ease-in; }
  .header-top-links {
    display: block;
    float: right; }
    .header-top-links > div {
      display: block;
      float: left; }
  .header-account ul li {
    padding-top: 2px;
    padding-top: 0.125rem;
    display: block;
    float: left; }
    .header-account ul li a {
      padding: 0 6px 0 5px;
      padding: 0 0.375rem 0 0.3125rem;
      font-size: 11px;
      font-size: 0.6875rem;
      font-family: "Roboto", helvetica, sans-serif;
      position: relative;
      color: #000;
      text-decoration: none; }
      .header-account ul li a:hover {
        color: #666; }
      .header-account ul li a:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 72%;
        width: 1px;
        background-color: #000; }
    .header-account ul li#top-shop {
      display: none; }
    .header-account ul li#top-where-to-buy {
      padding-top: 0; }
      .header-account ul li#top-where-to-buy a {
        padding-right: 22px;
        padding-right: 1.375rem;
        padding-left: 28px;
        padding-left: 1.75rem;
        margin-right: 12px;
        margin-right: 0.75rem;
        font-size: 13px;
        font-size: 0.8125rem;
        font-family: "Roboto Condensed", helvetica, sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px; }
        .header-account ul li#top-where-to-buy a:before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 24px;
          height: 24px;
          background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/pin.svg");
          background-repeat: no-repeat; }
        .header-account ul li#top-where-to-buy a:after {
          width: 3px;
          height: 100%; }
  .header-language-container {
    margin-top: 2px;
    margin-top: 0.125rem;
    margin-left: 10px;
    margin-left: 0.625rem; }
  .header .store-language-container .store-switcher {
    position: relative;
    padding-bottom: 10px; }
  .header .store-language-container:hover .store-list {
    display: block; }
  .header .store-language-container .current-store {
    font-size: 12px;
    position: relative;
    top: -2px;
    display: block;
    padding-left: 35px;
    height: 16px;
    color: #000;
    background: no-repeat; }
    .header .store-language-container .current-store:before {
      content: "";
      position: absolute;
      top: 1px;
      left: 0;
      width: 27px;
      height: 16px; }
    .header .store-language-container .current-store.ca_en:before, .header .store-language-container .current-store.ca_fr:before {
      background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/flags/canada.svg"); }
    .header .store-language-container .current-store.us_en:before {
      background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/flags/usa.svg"); }
    .header .store-language-container .current-store.int_en, .header .store-language-container .current-store.int_fr {
      padding-left: 24px; }
      .header .store-language-container .current-store.int_en:before, .header .store-language-container .current-store.int_fr:before {
        left: -5px;
        background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/flags/international.svg"); }
    .header .store-language-container .current-store::after {
      content: "";
      width: 0;
      height: 0;
      display: inline-block;
      position: relative;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid black; }
  .header .store-language-container .store-list {
    display: none;
    position: absolute;
    margin-top: 10px;
    right: 0;
    z-index: 1;
    background: #FFF; }
    .header .store-language-container .store-list li > a {
      font-size: 14px;
      font-size: 0.875rem;
      padding: 10px 12px;
      padding: 0.625rem 0.75rem;
      position: relative;
      display: block;
      color: #A3A3A3;
      font-family: "Roboto", helvetica, sans-serif;
      font-weight: bold;
      text-decoration: none;
      min-width: 140px; }
      .header .store-language-container .store-list li > a:hover {
        color: #FFF;
        background-color: #CDAB6A; }
  .header-main {
    position: relative; }
    .header-main > a,
    .header-main > div {
      display: block;
      float: left; }
    .header-main .header-search {
      float: right;
      min-width: 240px; }
  .header-nav {
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
    transition: .2s ease-in; }
    .header-nav > div,
    .header-nav > nav {
      display: block;
      float: left; }
    .header-nav .nav-primary {
      padding-top: 28px;
      padding-top: 1.75rem; }
      .header-nav .nav-primary > li {
        display: block;
        float: left; }
    .header-nav li.level0 > a {
      font-size: 19px;
      font-size: 1.1875rem;
      padding: 2px 16px;
      padding: 0.125rem 1rem;
      position: relative;
      display: block;
      color: #000;
      font-family: "Roboto Condensed", helvetica, sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 3px; }
      .header-nav li.level0 > a:after {
        content: "";
        position: absolute;
        background-color: #BEBEBE;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 50%; }
    .header-nav .header-mobile-top {
      display: none; }
    .header-nav .header-mobile-toplinks {
      display: none; }
  .header .search-box {
    margin-top: 22px;
    margin-top: 1.375rem;
    position: relative; }
    .header .search-box > button,
    .header .search-box > input {
      display: block;
      float: right; }
    .header .search-box input {
      padding-left: 20px;
      padding-left: 1.25rem;
      padding-right: 42px;
      padding-right: 2.625rem;
      font-size: 14px;
      font-size: 0.875rem;
      height: 39px;
      width: 200px;
      -webkit-appearance: none;
      font-weight: 300;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 1.5;
      letter-spacing: 1px;
      border: 1px solid #E4E3E5; }
    .header .search-box button {
      position: absolute;
      right: 0;
      top: 0;
      width: 37.75px;
      height: 38.75px;
      background-color: #CDAB6A;
      background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/search.svg");
      background-repeat: no-repeat;
      background-size: 50%;
      background-position: 50% 50%;
      border: none; }
      .header .search-box button:hover {
        background-color: #D9C08F; }
    .header .search-box .clear-search {
      display: none; }
      .header .search-box .clear-search.clearable {
        display: block; }

.toggle-search,
.store-locator,
.open-menu,
.close-menu {
  display: none; }

.header.is-sticky {
  margin-top: -36px;
  margin-top: -2.25rem;
  padding-top: 6px;
  padding-top: 0.375rem;
  position: fixed;
  background-color: white;
  top: 0; }
  .header.is-sticky .logo {
    width: 112px;
    padding-top: 24px;
    padding-top: 1.5rem; }
  .header.is-sticky .header-nav {
    padding-left: 28px;
    padding-left: 1.75rem; }

@media screen and (max-width: 1048px) {
  .header .logo-url {
    padding-right: 0; } }

@media screen and (max-width: 1024px) {
  .header {
    padding: 16px 0 12px;
    padding: 1rem 0 0.75rem;
    background-color: #FFF;
    -webkit-transform: translateZ(1px);
    z-index: 100; }
    .header.is-sticky {
      margin-top: 0;
      padding-top: 16px;
      padding-top: 1rem; }
      .header.is-sticky .logo {
        padding-top: 0; }
      .header.is-sticky .header-nav {
        padding-left: 28px;
        padding-left: 1.75rem; }
    .header-main.layout-main {
      max-width: none; }
    .header .logo-url {
      margin-left: 20px;
      margin-left: 1.25rem;
      position: absolute;
      left: 0;
      top: 0;
      width: 112px; }
    .header .store-language-container .store-list {
      margin-top: 20px;
      left: 0;
      right: auto; }
    .header .logo {
      display: block;
      height: auto;
      min-width: 0; }
    .header .toggle-search.is-open {
      opacity: .6; }
    .header .header-search {
      padding: 26px 0 10px;
      padding: 1.625rem 0 0.625rem;
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      float: none;
      width: 100%;
      background-color: #FFF;
      z-index: -1;
      transition: .2s ease-in; }
      .header .header-search.is-open {
        top: 26px; }
      .header .header-search .search-box {
        position: relative;
        margin-top: 0;
        margin: 0 16px; }
        .header .header-search .search-box button {
          background-image: url(https://trudeau.com/skin/frontend/trudeau/default/images/search.svg);
          background-color: #CDAB6A;
          background-size: 54%;
          border: 1px solid #E4E3E5;
          height: 33.75px;
          width: 34.75px; }
          .header .header-search .search-box button:hover {
            background-color: #D9C08F; }
        .header .header-search .search-box input {
          padding-left: 12px;
          padding-left: 0.75rem;
          font-size: 12px;
          font-size: 0.75rem;
          height: 34px;
          max-width: none;
          width: 100%; }
        .header .header-search .search-box .clear-search {
          position: absolute;
          right: 46px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 24px;
          height: 24px;
          cursor: pointer; }
      .header .header-search.is-open {
        display: block; }
  .header-nav {
    position: absolute;
    right: 0;
    top: -16px;
    float: none;
    width: 80vw;
    height: 100vh;
    max-width: 400px;
    background-color: #FFF;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform 400ms ease-out;
    transition: transform 400ms ease-out;
    -webkit-overflow-scrolling: touch;
    z-index: 150;
    overflow: scroll; }
    .header-nav > div,
    .header-nav > nav {
      float: none; }
    .header-nav .nav-primary {
      padding-top: 0; }
      .header-nav .nav-primary > li {
        float: none; }
    .header-nav ul.level0 {
      display: block; }
    .header-nav .header-mobile-top {
      padding: 15px 16px 15px;
      display: block;
      border-bottom: 1px solid #E4E3E5;
      position: relative;
      z-index: 10; }
      .header-nav .header-mobile-top .store-language-container {
        margin-top: 5px;
        float: left; }
      .header-nav .header-mobile-top .close-menu {
        float: right;
        margin-top: 3px;
        margin-right: 4px; }
        .header-nav .header-mobile-top .close-menu img {
          width: 20px;
          height: 20px; }
    .header-nav .header-mobile-toplinks {
      padding: 24px 0 0 18px;
      padding: 1.5rem 0 0 1.125rem;
      display: block;
      border-top: 1px solid #E4E3E5; }
      .header-nav .header-mobile-toplinks #top-where-to-buy {
        display: none; }
      .header-nav .header-mobile-toplinks li {
        padding-bottom: 8px;
        padding-bottom: 0.5rem; }
      .header-nav .header-mobile-toplinks a {
        font-size: 11px;
        font-size: 0.6875rem;
        text-decoration: none;
        color: #000; }
  header.is-open .header-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  #nav {
    width: 100%; }
  .header-language-container {
    display: none; }
  .header-top {
    display: none; }
  .header-main {
    float: left; }
  .header-mobile-menu {
    float: right; }
  .toggle-search,
  .store-locator,
  .open-menu,
  .close-menu {
    display: block;
    cursor: pointer; }
  .toggle-search,
  .store-locator,
  .open-menu {
    display: block;
    float: left; }
  .toggle-search {
    padding-right: 24px;
    padding-right: 1.5rem;
    margin-right: 20px;
    margin-right: 1.25rem;
    position: relative; }
    .toggle-search img {
      margin-top: 4px;
      margin-top: 0.25rem;
      height: 24px;
      width: 24px; }
    .toggle-search:after {
      content: "";
      position: absolute;
      display: block;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 70%;
      width: 2px;
      background-color: #E4E3E5; }
  .store-locator {
    margin-right: 32px;
    margin-right: 2rem; }
    .store-locator img {
      margin-top: 2px;
      margin-top: 0.125rem;
      height: 28px;
      width: 28px; }
  .open-menu {
    margin-right: 12px;
    margin-right: 0.75rem; }
    .open-menu img {
      margin-top: 2px;
      margin-top: 0.125rem;
      height: 30px;
      width: 30px; } }

@media screen and (max-width: 400px) {
  .header .logo-url {
    margin-left: 16px;
    margin-left: 1rem;
    width: 78px; }
  .header .store-language-container .store-list {
    margin-top: 20px;
    left: 0;
    right: auto; }
  .toggle-search {
    padding-right: 16px;
    padding-right: 1rem;
    margin-right: 12px;
    margin-right: 0.75rem; }
    .toggle-search img {
      margin-top: 4px;
      margin-top: 0.25rem;
      height: 16px;
      width: 16px; }
  .store-locator {
    margin-right: 24px;
    margin-right: 1.5rem; }
    .store-locator img {
      margin-top: 2px;
      margin-top: 0.125rem;
      height: 18px;
      width: 18px; }
  .open-menu {
    margin-right: 8px;
    margin-right: 0.5rem;
    margin-left: 0; }
    .open-menu img {
      margin-top: 2px;
      margin-top: 0.125rem;
      height: 20px;
      width: 20px; } }

.nav-primary li.level1.view-all {
  display: none; }

.nav-primary .header-mobile-blog {
  display: none; }

.nav-primary ul.level0 {
  height: 420px;
  -webkit-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
  position: absolute;
  width: 960px;
  bottom: 14px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  clip: rect(0px 0px 0px 0px);
  transition: .2s ease-in;
  border: 1px solid #E4E3E5; }
  .nav-primary ul.level0:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    top: -12px;
    height: 12px;
    z-index: -1; }
  .nav-primary ul.level0:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 30%;
    height: 100%;
    width: 1px;
    background-color: #E4E3E5; }

.nav-primary li.level0 {
  display: block; }
  .nav-primary li.level0 > a {
    position: relative;
    font-weight: bold; }
    .nav-primary li.level0 > a:before {
      content: "";
      position: absolute;
      display: block;
      bottom: -5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 90%;
      height: 6px; }
  .nav-primary li.level0.menu-active > a {
    color: #CDAB6A; }
    .nav-primary li.level0.menu-active > a:before {
      background-color: #CDAB6A; }
  .nav-primary li.level0.menu-active ul.level0 {
    -webkit-transform: translateY(102.5%);
    -ms-transform: translateY(102.5%);
    transform: translateY(102.5%);
    opacity: 1;
    clip: auto; }
  .nav-primary li.level0.active > a {
    color: #CDAB6A; }

.nav-primary li.level1 > a {
  padding: 12px 0 9px 18px;
  font-size: 17px;
  position: relative;
  display: block;
  width: 30%;
  font-family: "Roboto Condensed", helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FFF;
  border-bottom: 1px solid #E4E3E5;
  transition: background-color .2s ease-out; }
  .nav-primary li.level1 > a:after {
    content: "";
    position: absolute;
    display: block;
    right: 12px;
    top: 50%;
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 100%; }

.nav-primary li.level1.menu-active > a {
  background-color: #CDAB6A;
  color: #FFF; }
  .nav-primary li.level1.menu-active > a:after {
    background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/arrow.svg"); }

.nav-primary li.level1.menu-active ul.level1 {
  display: block; }

.nav-primary li.level1 ul.level1 {
  padding: 18px 386px 18px 28px;
  padding: 1.125rem 24.125rem 1.125rem 1.75rem;
  position: absolute;
  top: 0;
  left: 30%;
  width: 68%;
  height: 100%;
  color: #666;
  z-index: 10; }
  .nav-primary li.level1 ul.level1.header-blog-list {
    padding-right: 0;
    width: 68.75%;
    left: 28.75%; }

.nav-primary img.level1 {
  padding: 18px 18px 18px 0;
  padding: 1.125rem 1.125rem 1.125rem 0;
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  max-height: 100%; }

.nav-primary li.level1.menu-active + img.level1 {
  opacity: 1; }

.nav-primary ul.level1,
.nav-primary ul.level2 {
  display: none; }

.nav-primary li.level0 ul.level2 {
  display: block; }

.nav-primary li.level0 li.level2 {
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }
  .nav-primary li.level0 li.level2 a {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Roboto", helvetica, sans-serif;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    color: #707371; }
    .nav-primary li.level0 li.level2 a:hover {
      color: #A3A3A3; }
  .nav-primary li.level0 li.level2.view-all a {
    position: relative;
    color: #CDAB6A;
    text-transform: none; }
    .nav-primary li.level0 li.level2.view-all a:after {
      content: "";
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #CDAB6A; }
    .nav-primary li.level0 li.level2.view-all a:hover {
      color: #D9C08F; }

.nav-primary li.level0 li.level3 a {
  color: #A3A3A3;
  text-transform: none; }
  .nav-primary li.level0 li.level3 a:hover {
    color: #BEBEBE; }

.nav-primary li.level0 li.level3.view-all {
  display: none; }

.nav-primary li.header-blog-link > a {
  position: relative;
  background-color: #B3B995;
  color: #FFF;
  font-weight: 900; }
  .nav-primary li.header-blog-link > a .italic {
    margin-left: 8px;
    margin-left: 0.5rem;
    font-size: 32px;
    font-size: 2rem;
    position: absolute;
    left: 36%;
    top: 56%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFF;
    text-transform: none; }

.nav-primary li.header-blog-link.menu-active > .header-blog-list {
  display: block; }

.nav-primary .header-blog-list article {
  display: block;
  float: left;
  width: 50%;
  overflow-y: hidden;
  height: 384px; }
  .nav-primary .header-blog-list article span {
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .nav-primary .header-blog-list article .blog-article-title {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    padding-bottom: 22px;
    padding-bottom: 1.375rem;
    font-size: 28px;
    font-size: 1.75rem;
    position: relative;
    color: #FFF; }
  .nav-primary .header-blog-list article .blog-heading {
    padding: 32px 42px 36px 26px;
    padding: 2rem 2.625rem 2.25rem 1.625rem; }
  .nav-primary .header-blog-list article img {
    width: 100%; }

.nav-primary .header-blog-list article:nth-child(2) {
  left: 1.25%; }

.nav-primary .blog-article .blog-heading {
  height: 260px; }

@media screen and (max-width: 1024px) {
  .header-desktop-blog {
    display: none; }
  .header-mobile-blog {
    display: block; }
  .header .nav-primary li.level0 {
    border-bottom: 1px solid #E4E3E5; }
    .header .nav-primary li.level0 > a {
      padding: 8px 16px 6px;
      padding: 0.5rem 1rem 0.375rem;
      position: relative; }
      .header .nav-primary li.level0 > a:before {
        content: none; }
      .header .nav-primary li.level0 > a:after {
        content: '';
        position: absolute;
        right: 16px;
        top: 50%;
        width: 12px;
        height: 12px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: transparent;
        background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/navigation/plus-minus.png");
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: left top; }
    .header .nav-primary li.level0 ul.level0 {
      display: none; }
    .header .nav-primary li.level0.menu-active > a {
      color: #000; }
      .header .nav-primary li.level0.menu-active > a:after {
        background-position: left bottom; }
    .header .nav-primary li.level0.menu-active ul.level0 {
      display: block;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .header .nav-primary ul.level0 {
    position: static;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
    height: auto;
    clip: auto;
    border: none;
    padding-bottom: 20px; }
    .header .nav-primary ul.level0.collapsed {
      height: 0;
      overflow: hidden; }
    .header .nav-primary ul.level0:before, .header .nav-primary ul.level0:after {
      content: none; }
  .header .nav-primary li.level1 > a {
    padding: 4px 16px 2px;
    font-size: 16px;
    width: 100%;
    color: #707371;
    border-bottom: none; }
  .header .nav-primary li.level1.view-all {
    margin-top: 6px;
    margin-top: 0.375rem;
    display: block; }
    .header .nav-primary li.level1.view-all a {
      margin: 4px 16px 2px;
      margin: 0.25rem 1rem 0.125rem;
      font-size: 14px;
      font-size: 0.875rem;
      padding: 0;
      position: relative;
      display: inline-block;
      width: auto;
      color: #CDAB6A;
      text-transform: none; }
      .header .nav-primary li.level1.view-all a:after {
        content: "";
        position: absolute;
        display: block;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #CDAB6A; }
      .header .nav-primary li.level1.view-all a:hover {
        color: #D9C08F; }
        .header .nav-primary li.level1.view-all a:hover:after {
          background-color: #D9C08F; }
  .header .nav-primary li.level1.menu-active > a {
    background-color: #FFF;
    color: #707371; }
    .header .nav-primary li.level1.menu-active > a:after {
      content: none; }
  .header .nav-primary li.level1.menu-active ul.level1 {
    display: none; }
  .header .nav-primary img.level1 {
    display: none; }
  .header .nav-primary ul.level1 {
    display: none; }
  .header-blog-list {
    display: none; }
  .mobile-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    z-index: 60; } }

.header-inspire-menu {
  margin-top: -5px; }
  .header-inspire-menu .header-inspire {
    display: block;
    margin: 0;
    padding-left: 16px;
    font-size: 28px;
    color: #000;
    font-weight: 900;
    text-decoration: none; }
    .header-inspire-menu .header-inspire:hover {
      color: #CDAB6A; }
  .header-inspire-menu > a {
    position: relative; }
    .header-inspire-menu > a:before {
      content: '';
      position: absolute;
      display: block;
      bottom: 1px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 116%;
      height: 6px; }
  .header-inspire-menu .header-inspire-submenu {
    padding: 12px;
    height: 420px;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    position: absolute;
    width: 960px;
    bottom: 14px;
    left: 0;
    background-color: #FFF;
    opacity: 0;
    clip: rect(0px 0px 0px 0px);
    transition: .2s ease-in;
    border: 1px solid #E4E3E5; }
    .header-inspire-menu .header-inspire-submenu li {
      position: relative;
      margin-right: 1.25%;
      display: block;
      float: left;
      width: 32.5%;
      min-height: 397px;
      transition: opacity .2s ease-in; }
      .header-inspire-menu .header-inspire-submenu li:hover {
        opacity: .75; }
      .header-inspire-menu .header-inspire-submenu li a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        text-decoration: none;
        color: #FFF; }
      .header-inspire-menu .header-inspire-submenu li span.cta-solid {
        padding: 0.5rem 0.7rem;
        font-size: 0.8rem; }
      .header-inspire-menu .header-inspire-submenu li .italic {
        font-size: 72px;
        font-size: 4.5rem; }
        html[lang="fr"] .header-inspire-menu .header-inspire-submenu li .italic {
          font-size: 62px;
          font-size: 3.875rem; }
      .header-inspire-menu .header-inspire-submenu li div {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center; }
      .header-inspire-menu .header-inspire-submenu li:last-child {
        margin-right: 0; }
      .header-inspire-menu .header-inspire-submenu li:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0; }
    .header-inspire-menu .header-inspire-submenu:before {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      top: -12px;
      height: 12px;
      z-index: -1; }
    .header-inspire-menu .header-inspire-submenu img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      opacity: .4;
      z-index: -1; }
  .header-inspire-menu .header-inspire-title {
    margin-top: -50px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    font-size: 36px;
    text-transform: uppercase;
    color: #FFF;
    font-family: "Roboto Condensed", helvetica, sans-serif;
    font-weight: 900;
    letter-spacing: 6px; }
    html[lang="fr"] .header-inspire-menu .header-inspire-title {
      margin-top: -46px; }
    .header-inspire-menu .header-inspire-title:after {
      content: "";
      position: absolute;
      bottom: 64px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 18px;
      height: 3px;
      background-color: #FFF; }
  .header-inspire-menu .header-inspire-kitchen:after,
  .header-inspire-menu .header-inspire-blog:after {
    background-color: #000; }
  .header-inspire-menu .header-inspire-gift .italic {
    color: #DBB7BB; }
  .header-inspire-menu .header-inspire-gift:after {
    background-color: #732E4A; }
  .header-inspire-menu.menu-active > a {
    color: #CDAB6A; }
    .header-inspire-menu.menu-active > a:before {
      background-color: #CDAB6A; }
  .header-inspire-menu.menu-active ul.header-inspire-submenu {
    opacity: 1;
    clip: auto; }

@media screen and (min-width: 1025px) {
  .header-inspire-menu.menu-active ul.header-inspire-submenu {
    -webkit-transform: translateY(102.5%);
    -ms-transform: translateY(102.5%);
    transform: translateY(102.5%); } }

@media screen and (max-width: 1024px) {
  .header-inspire {
    padding-top: 4px; }
    .header-inspire:hover {
      text-decoration: none; }
    .header-inspire:after {
      content: '';
      position: absolute;
      right: 16px;
      top: 50%;
      width: 12px;
      height: 12px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: transparent;
      background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/navigation/plus-minus.png");
      background-repeat: no-repeat;
      background-size: 12px;
      background-position: left top; }
  .header-inspire-menu {
    padding: 1px 0 0 0;
    margin-top: 0; }
    .header-inspire-menu .header-inspire-submenu {
      display: none;
      height: auto;
      width: 100%;
      position: static;
      opacity: 1;
      padding: 0;
      clip: auto;
      border: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .header-inspire-menu .header-inspire-submenu li {
        float: none;
        width: 100%;
        min-height: 0;
        margin-right: 0; }
        .header-inspire-menu .header-inspire-submenu li a {
          position: static;
          display: block;
          height: auto;
          padding: 4px 16px 2px; }
        .header-inspire-menu .header-inspire-submenu li div {
          position: static;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          text-align: left; }
        .header-inspire-menu .header-inspire-submenu li img {
          display: none; }
        .header-inspire-menu .header-inspire-submenu li .italic, .header-inspire-menu .header-inspire-submenu li p {
          font-weight: 900;
          font-size: 16px;
          color: #707371;
          letter-spacing: 1px;
          font-family: "Roboto Condensed", helvetica, sans-serif; }
        .header-inspire-menu .header-inspire-submenu li .italic {
          margin-left: 0;
          margin-right: 2px;
          text-transform: uppercase; }
          html[lang="fr"] .header-inspire-menu .header-inspire-submenu li .italic {
            font-size: 16px; }
        .header-inspire-menu .header-inspire-submenu li .cta-solid {
          display: none; }
        .header-inspire-menu .header-inspire-submenu li:after {
          background-color: transparent; }
        .header-inspire-menu .header-inspire-submenu li.active {
          background-color: #CDAB6A; }
    .header-inspire-menu.is-open .header-inspire:after {
      background-position: left bottom; }
    .header-inspire-menu.is-open .header-inspire-submenu {
      display: block; }
    .header-inspire-menu .header-inspire-title {
      color: black;
      margin: 0;
      padding: 0;
      display: inline;
      font-size: 16px; }
      .header-inspire-menu .header-inspire-title:after {
        content: none; }
    .header-inspire-menu .header-inspire-blog .header-inspire-title {
      margin-left: 0; } }

.fold {
  position: relative;
  height: 31.5vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden; }
  .fold-graphics {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    transition: top 400ms ease-in-out; }
    .fold-graphics.img-loaded {
      opacity: 1; }
    .redirect-popup .fold-graphics {
      position: relative; }
  .fold-container {
    position: fixed;
    width: 100%;
    top: 12vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: top 400ms ease-in-out; }
  .fold-content {
    padding: 40px 40px 65px;
    padding: 2.5rem 2.5rem 4.0625rem;
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    text-align: center;
    min-width: 280px;
    max-width: 65%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: opacity 100ms linear; }
    .fold-content:after {
      content: "";
      position: absolute;
      bottom: 40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 18px;
      height: 3px;
      background-color: #000; }
    .fold-content .italic {
      font-size: 72px;
      font-weight: normal;
      letter-spacing: initial;
      margin-bottom: -22px;
      display: block;
      line-height: 1;
      text-transform: none; }
    .fold-content h1 {
      position: relative;
      color: #000;
      letter-spacing: 0.150em;
      line-height: 0.875;
      word-break: break-word;
      -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
      transform: translateX(4px); }

.marble-banner {
  background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/backgrounds/bg_marble.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 148px;
  text-align: center; }

.under-fold {
  position: relative;
  z-index: 5;
  background-color: #E4E3E5;
  background-position: 50% 0%; }

@media screen and (max-width: 1280px) {
  body:not(.cms-home) .fold {
    height: 36vw; }
    body:not(.cms-home) .fold-container {
      top: 14vw; }
    body:not(.cms-home) .fold-content {
      padding: 20px 20px 35px;
      padding: 1.25rem 1.25rem 2.1875rem; }
      body:not(.cms-home) .fold-content:after {
        bottom: 20px; }
      body:not(.cms-home) .fold-content .italic {
        font-size: 68px;
        font-size: 4.25rem; }
      body:not(.cms-home) .fold-content h1 {
        font-size: 32px;
        font-size: 2rem; } }

@media screen and (min-width: 1025px) {
  .cms-home .fold {
    background-image: none !important; } }

@media screen and (max-width: 1024px) {
  .cms-home video.fold-graphics {
    visibility: hidden; }
  .fold {
    background-attachment: scroll; } }

@media screen and (max-width: 1000px) {
  body:not(.cms-home) .fold-container {
    margin-left: 16px;
    margin-left: 1rem; } }

@media screen and (max-width: 960px) {
  body:not(.cms-home) .fold {
    height: 40vw; } }

@media screen and (max-width: 768px) {
  body:not(.cms-home) .fold {
    height: 46vw; }
    body:not(.cms-home) .fold-container {
      top: 16vw;
      margin-left: 0;
      width: auto; }
    body:not(.cms-home) .fold-content {
      min-width: 328px; }
      body:not(.cms-home) .fold-content h1 br {
        display: none; } }

@media screen and (max-width: 680px) {
  body:not(.cms-home) .fold {
    height: 52vw; } }

@media screen and (max-width: 640px) {
  body:not(.cms-home) .fold-container {
    top: 20vw; }
  body:not(.cms-home) .fold-content {
    min-width: 280px; }
    body:not(.cms-home) .fold-content .italic {
      font-size: 44px;
      font-size: 2.75rem;
      margin-bottom: -14px;
      margin-bottom: -0.875rem; }
    body:not(.cms-home) .fold-content .italic + h1 {
      font-size: 24px;
      font-size: 1.5rem; } }

@media screen and (max-width: 472px) {
  body:not(.cms-home) .fold {
    height: 64vw; }
    body:not(.cms-home) .fold-container {
      top: 24vw; } }

@media screen and (max-width: 380px) {
  body:not(.cms-home) .fold {
    height: 76vw; }
    body:not(.cms-home) .fold-container {
      top: 28vw; }
    body:not(.cms-home) .fold-content {
      min-width: 280px; } }

body .under-fold {
  background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/backgrounds/bg_other.jpg");
  background-repeat: no-repeat;
  background-position: center top; }

body.bg-home .under-fold {
  background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/backgrounds/bg_home.jpg"); }

body.bg-cook .under-fold {
  background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/backgrounds/bg_cook.jpg"); }

body.bg-eat .under-fold {
  background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/backgrounds/bg_eat.jpg"); }

body.bg-drink .under-fold {
  background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/backgrounds/bg_drink.jpg"); }

body.bg-inspire .under-fold {
  background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/backgrounds/bg_inspire.jpg"); }

body.bg-blog .under-fold {
  background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/backgrounds/bg_blog.jpg"); }

body.bg-contact .under-fold {
  background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/backgrounds/bg_contact.jpg"); }

.cms-page-view .std, .cms-no-route .std {
  padding: 48px 0 76px;
  padding: 3rem 0 4.75rem; }
  .cms-page-view .std p, .cms-no-route .std p {
    padding-bottom: 16px;
    padding-bottom: 1rem;
    font-size: 14px;
    font-size: 0.875rem; }
  .cms-page-view .std a, .cms-no-route .std a {
    color: #CDAB6A;
    text-decoration: none; }
    .cms-page-view .std a:hover, .cms-no-route .std a:hover {
      color: #D9C08F;
      text-decoration: underline; }

.cms-page-view .cms-title, .cms-no-route .cms-title {
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  font-size: 34px;
  font-size: 2.125rem;
  display: block;
  color: #A3A3A3;
  font-family: "Roboto Condensed", helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 6px;
  line-height: 1.1; }

.cms-title {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  font-size: 34px;
  font-size: 2.125rem;
  display: block;
  font-family: "Roboto Condensed", helvetica, sans-serif;
  color: #A3A3A3;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 1; }

.cms-subtitle {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  font-size: 22px;
  font-size: 1.375rem;
  display: block;
  font-family: "Roboto Condensed", helvetica, sans-serif;
  color: #A3A3A3;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1; }

@media screen and (max-width: 1024px) {
  .cms-page-view .std, .cms-no-route .std {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem; } }

.cms-home .fold {
  position: relative;
  height: 49.5vw; }
  .cms-home .fold-graphics {
    opacity: 0;
    transition: opacity .2s ease-in; }
    .cms-home .fold-graphics.resized {
      opacity: 1; }
  .cms-home .fold-container {
    top: 17vw; }
  .cms-home .fold-content {
    padding: 12px 36px 30px;
    padding: 0.75rem 2.25rem 1.875rem;
    max-width: 470px;
    float: right; }
    .cms-home .fold-content:after {
      content: none; }
    .cms-home .fold-content .italic {
      font-size: 72px;
      font-size: 4.5rem; }
    .cms-home .fold-content h1 {
      margin-top: -24px;
      margin-top: -1.5rem;
      font-size: 32px;
      font-size: 2rem;
      margin-bottom: 8px;
      line-height: 1em;
      font-size: 34px;
      letter-spacing: 4px; }
      .cms-home .fold-content h1 + p {
        padding-bottom: 20px;
        padding-bottom: 1.25rem;
        margin-bottom: 12px;
        margin-bottom: 0.75rem; }
        .cms-home .fold-content h1 + p:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 18px;
          height: 3px;
          background-color: #000; }
    .cms-home .fold-content p {
      font-size: 15px;
      font-size: 0.9375rem;
      position: relative;
      line-height: 1.25; }
    .cms-home .fold-content a {
      font-size: 16px;
      font-size: 1rem;
      position: relative;
      color: #CDAB6A;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 1px; }
      .cms-home .fold-content a:after {
        content: "";
        position: absolute;
        width: 96%;
        height: 2px;
        bottom: -2px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #CDAB6A; }
      .cms-home .fold-content a:hover {
        color: #D9C08F; }
        .cms-home .fold-content a:hover:after {
          background-color: #D9C08F; }

.cms-home .home {
  padding: 124px 0 108px;
  padding: 7.75rem 0 6.75rem; }
  .cms-home .home .cta-solid {
    padding: 8px 12px;
    padding: 0.5rem 0.75rem; }
  .cms-home .home-left, .cms-home .home-right {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    position: relative; }
    .cms-home .home-left article, .cms-home .home-right article {
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      max-width: 364px; }
  .cms-home .home-left > div {
    margin-right: 16px;
    margin-right: 1rem; }
  .cms-home .home-right > div {
    margin-left: 16px;
    margin-left: 1rem;
    float: right; }
  .cms-home .home-right .home-website-presentation {
    display: none;
    right: auto;
    left: 0; }
  .cms-home .home-website-presentation {
    padding: 44px;
    background-color: #949300;
    right: 0; }
    .cms-home .home-website-presentation-title {
      text-align: center;
      padding-bottom: 24px; }
      .cms-home .home-website-presentation-title .italic {
        margin-left: -70px;
        padding: .5em 0;
        font-size: 100px;
        font-weight: normal;
        color: #DAE1B5;
        display: block;
        text-align: center;
        text-transform: none;
        line-height: .5; }
      .cms-home .home-website-presentation-title .normal {
        margin-top: -68px;
        font-size: 56px;
        color: #FFF;
        display: block; }
      .cms-home .home-website-presentation-title.fr .italic {
        margin-left: -20px;
        font-size: 80px; }
      .cms-home .home-website-presentation-title.fr .normal {
        margin-top: -45px; }
    .cms-home .home-website-presentation p {
      font-size: 15px;
      padding-bottom: 32px;
      margin-bottom: 28px;
      border-bottom: 1px solid #B3B995;
      color: #FFF; }
    .cms-home .home-website-presentation a:hover {
      background-color: #D9C08F; }
  .cms-home .home-custom-block {
    left: 0;
    max-height: 576px;
    overflow: hidden;
    background-color: #5a7e94; }
    .cms-home .home-custom-block a {
      display: block;
      text-decoration: none;
      transition: opacity .2s ease-in; }
      .cms-home .home-custom-block a:hover {
        opacity: .75; }
    .cms-home .home-custom-block .hc-image {
      position: absolute;
      left: 0;
      bottom: -60px;
      width: 350px; }
      .cms-home .home-custom-block .hc-image img {
        display: block;
        width: 100%;
        max-width: none; }
    .cms-home .home-custom-block .hc-heading {
      padding: 50px 36px;
      padding: 3.125rem 2.25rem; }
    .cms-home .home-custom-block .hc-title {
      display: block;
      position: relative;
      margin-bottom: 20px;
      margin-bottom: 1.25rem;
      padding-bottom: 18px;
      padding-bottom: 1.125rem;
      font-size: 13px;
      font-size: 0.8125rem;
      font-family: "Roboto Condensed", helvetica, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: .5px;
      color: #fff; }
      .cms-home .home-custom-block .hc-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 10px;
        height: 3px;
        background-color: #CDAB6A; }
    .cms-home .home-custom-block .hc-desc {
      padding-bottom: 30px;
      padding-bottom: 1.875rem;
      font-size: 34px;
      font-size: 2.125rem;
      color: #fff;
      letter-spacing: 1px;
      line-height: 1; }
    .cms-home .home-custom-block .hc-read span {
      padding: 8px 12px;
      padding: 0.5rem 0.75rem; }
  .cms-home .home-categories {
    float: left;
    width: 100%;
    max-width: 580px; }
    .cms-home .home-categories > div {
      position: relative;
      width: 100%;
      background-color: #FFF;
      border-bottom: 1px solid #BEBEBE; }
      .cms-home .home-categories > div:first-of-type {
        margin-bottom: 14px;
        margin-bottom: 0.875rem; }
      .cms-home .home-categories > div > a {
        display: block;
        text-decoration: none; }
        .cms-home .home-categories > div > a:hover {
          opacity: .75;
          transition: .2s ease-in; }
        .cms-home .home-categories > div > a img {
          width: 46%; }
        .cms-home .home-categories > div > a > div {
          position: absolute;
          top: 50%;
          width: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .cms-home .home-categories > div > a span:first-of-type {
          font-size: 13px;
          font-size: 0.8125rem;
          padding-bottom: 18px;
          padding-bottom: 1.125rem;
          margin-bottom: 20px;
          margin-bottom: 1.25rem;
          position: relative;
          display: block;
          text-transform: uppercase;
          letter-spacing: .5px;
          font-family: "Roboto Condensed", helvetica, sans-serif;
          font-weight: bold;
          color: #000; }
          .cms-home .home-categories > div > a span:first-of-type:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 10px;
            height: 3px;
            background-color: #000; }
        .cms-home .home-categories > div > a .push-cat-title {
          padding-bottom: 30px;
          padding-bottom: 1.875rem;
          font-size: 34px;
          font-size: 2.125rem;
          color: #A3A3A3;
          letter-spacing: 1px;
          line-height: 1; }
    .cms-home .home-categories-right a > div {
      padding-left: 36px;
      padding-left: 2.25rem;
      float: left; }
    .cms-home .home-categories-right a img {
      float: right; }
    .cms-home .home-categories-left a img {
      float: left; }
    .cms-home .home-categories-left a > div {
      padding-left: 18px;
      padding-left: 1.125rem;
      float: right;
      left: 50%; }
    .cms-home .home-categories-first {
      padding-bottom: 14px;
      padding-bottom: 0.875rem; }
    .cms-home .home-categories-last {
      padding-top: 14px;
      padding-top: 0.875rem; }

.vimeo-thumb {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  background-size: cover; }

.vimeo-thumb-shown {
  opacity: 1;
  transition: opacity .25s ease-in-out; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  background-position: center; }
  @media screen and (max-width: 1024px) {
    .embed-container {
      height: 70vw; } }
  @media screen and (max-width: 768px) {
    .embed-container {
      height: 90vw; } }
  @media screen and (max-width: 640px) {
    .embed-container {
      height: 100vw; } }
  @media screen and (max-width: 480px) {
    .embed-container {
      height: 120vw; } }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 1024px) {
    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
      visibility: hidden; } }

.fold-container {
  z-index: 2; }

@media screen and (max-width: 1500px) {
  .cms-home.redirect-popup .fold-container {
    top: 260px; } }

@media screen and (max-width: 1024px) {
  .cms-home .fold {
    height: 70vw; }
    .cms-home .fold-container {
      top: 20vw; }
    .cms-home .fold-content {
      padding: 12px 18px 36px;
      padding: 0.75rem 1.125rem 2.25rem;
      margin-left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      float: none;
      min-width: 460px; }
  .cms-home .home {
    padding: 36px 0 22px;
    padding: 2.25rem 0 1.375rem; }
  .vimeo-thumb {
    transition: none;
    opacity: 1; } }

@media screen and (max-width: 960px) {
  .cms-home .home {
    max-width: 742px;
    margin: 0 auto; }
  .cms-home .home-categories {
    max-width: 100%; }
    .cms-home .home-categories a > div span {
      font-size: 16px;
      font-size: 1rem; }
    .cms-home .home-categories a > div .push-cat-title {
      font-size: 40px;
      font-size: 2.5rem; }
  .cms-home .home-left .home-website-presentation {
    display: none; }
  .cms-home .home-right .home-website-presentation,
  .cms-home .home-right .home-custom-block {
    margin-bottom: 14px;
    margin-bottom: 0.875rem;
    min-height: 578px;
    position: relative; }
  .cms-home .home-right .home-website-presentation {
    display: block;
    z-index: 10;
    float: left; }
  .cms-home .home-right .home-custom-block {
    float: right;
    overflow: hidden; }
  .cms-home .cta-solid {
    font-size: 16px;
    font-size: 1rem; } }

@media screen and (max-width: 768px) {
  .cms-home .fold {
    height: 90vw; }
    .cms-home .fold-container {
      top: 24vw; } }

@media screen and (max-width: 740px) {
  .cms-home .home {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem; }
  .cms-home .home-left .home-website-presentation {
    margin-top: 14px;
    margin-top: 0.875rem;
    position: relative;
    display: block;
    float: left;
    max-width: 100%; }
  .cms-home .home-right .home-website-presentation {
    display: none; }
  .cms-home .home-right .home-custom-block {
    width: 100%;
    float: none;
    max-width: none;
    height: auto;
    min-height: 0;
    margin-top: 14px;
    margin-top: 0.875rem; }
    .cms-home .home-right .home-custom-block a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .cms-home .home-right .home-custom-block .hc-heading {
      padding: 20px 36px;
      padding: 1.25rem 2.25rem; }
    .cms-home .home-right .home-custom-block .hc-image {
      position: static;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 46%;
      margin-top: 14px;
      height: auto; } }

@media screen and (max-width: 640px) {
  .cms-home .fold {
    height: 100vw; }
    .cms-home .fold .fold-container {
      top: 30vw; }
  .cms-home.redirect-popup .fold .fold-container {
    top: 175px; }
  .cms-home .home-categories {
    max-width: 100%; }
    .cms-home .home-categories a > div span {
      font-size: 13px;
      font-size: 0.8125rem; }
    .cms-home .home-categories a > div .push-cat-title {
      font-size: 32px;
      font-size: 2rem; }
  .cms-home .home-custom-block .hc-desc {
    font-size: 32px;
    font-size: 2rem; } }

@media screen and (max-width: 580px) {
  .cms-home .fold-content p {
    font-size: 0; } }

@media screen and (max-width: 540px) {
  .cms-home .home-categories a > div span {
    font-size: 11px;
    font-size: 0.6875rem; }
  .cms-home .home-categories a > div .push-cat-title {
    font-size: 26px;
    font-size: 1.625rem; }
  .cms-home .home-custom-block .hc-read span {
    font-size: 11px;
    font-size: 0.6875rem; }
  .cms-home .home-custom-block .hc-desc {
    font-size: 26px;
    font-size: 1.625rem; } }

@media screen and (max-width: 480px) {
  .cms-home .fold {
    height: 120vw; }
    .cms-home .fold-container {
      top: 38vw; }
    .cms-home .fold-content {
      padding: 12px 10px 32px;
      padding: 0.75rem 0.625rem 2rem;
      width: 100%;
      min-width: initial;
      max-width: 76%;
      background-color: rgba(255, 255, 255, 0.85); }
      .cms-home .fold-content .italic {
        font-size: 56px;
        font-size: 3.5rem;
        margin-bottom: 6px;
        margin-bottom: 0.375rem; }
      .cms-home .fold-content h1 {
        font-size: 22px;
        font-size: 1.375rem; }
      .cms-home .fold-content p {
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
        margin-bottom: 6px;
        margin-bottom: 0.375rem; }
  .cms-home .home-categories-right a > div {
    padding-left: 20px;
    padding-left: 1.25rem; }
  .cms-home .home-categories a > div span {
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }
    .cms-home .home-categories a > div span:first-of-type {
      padding-bottom: 12px;
      padding-bottom: 0.75rem;
      margin-bottom: 12px;
      margin-bottom: 0.75rem; }
  .cms-home .home-categories a > div .push-cat-title {
    padding-bottom: 18px;
    padding-bottom: 1.125rem; }
  .cms-home .home-right .home-custom-block .hc-heading {
    padding: 20px;
    padding: 1.25rem; }
  .cms-home .home-right .home-custom-block .hc-title {
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }
  .cms-home .home-right .home-custom-block .hc-desc {
    padding-bottom: 18px;
    padding-bottom: 1.125rem; } }

@media screen and (max-width: 410px) {
  .cms-home .home-categories a > div .push-cat-title {
    font-size: 22px;
    font-size: 1.375rem; }
  .cms-home .cta-solid .hc-desc,
  .cms-home .home-right .home-custom-block .hc-desc {
    font-size: 22px;
    font-size: 1.375rem; }
  .cms-home .cta-solid .hc-read span,
  .cms-home .home-right .home-custom-block .hc-read span {
    font-size: 11px;
    font-size: 0.6875rem; } }

@media screen and (max-width: 360px) {
  .cms-home .home-categories a > div span {
    font-size: 10px;
    font-size: 0.625rem; }
  .cms-home .home-categories a > div .push-cat-title {
    font-size: 14px;
    font-size: 0.875rem; }
  .cms-home .cta-solid {
    font-size: 11px;
    font-size: 0.6875rem; }
  .cms-home .home-right .home-custom-block .hc-title {
    font-size: 10px;
    font-size: 0.625rem; }
  .cms-home .home-right .home-custom-block .hc-desc {
    font-size: 14px;
    font-size: 0.875rem; }
  .cms-home .home-right .home-custom-block .hc-read span {
    font-size: 11px;
    font-size: 0.6875rem; } }

.lesite-faq-index-index p,
.lesite-faq-index-career p {
  font-size: 14px;
  font-size: 0.875rem; }

.lesite-faq-index-index .col-main,
.lesite-faq-index-career .col-main {
  padding: 48px 0 76px;
  padding: 3rem 0 4.75rem; }

.lesite-faq-index-index a,
.lesite-faq-index-career a {
  color: #CDAB6A;
  text-decoration: none; }
  .lesite-faq-index-index a:hover,
  .lesite-faq-index-career a:hover {
    color: #D9C08F;
    text-decoration: underline; }

.lesite-faq-index-career .careers-header {
  padding-bottom: 32px;
  padding-bottom: 2rem;
  max-width: 920px; }

.lesite-faq-index-career .careers-perks ul {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 18px;
  display: block;
  float: left;
  width: 260px; }
  .lesite-faq-index-career .careers-perks ul li {
    list-style-type: disc; }

.lesite-faq-index-career .careers-post ul {
  font-size: 14px;
  font-size: 0.875rem;
  display: block; }
  .lesite-faq-index-career .careers-post ul li {
    list-style-type: disc;
    margin-left: 20px; }

.lesite-faq-index-career .safe-padding {
  padding-bottom: 16px;
  padding-bottom: 1rem;
  clear: both; }

.faq-list .faq-category {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  font-size: 34px;
  font-size: 2.125rem;
  color: #A3A3A3; }

.faq-list .faq-item {
  padding: 0 10px;
  padding: 0 0.625rem;
  margin-bottom: 16px;
  background: #FFF; }
  .faq-list .faq-item .careers-faq-col {
    width: 50%;
    float: left; }
    .faq-list .faq-item .careers-faq-col .careers-faq-list {
      list-style-type: disc;
      margin: 0 16px; }
      .faq-list .faq-item .careers-faq-col .careers-faq-list li {
        margin: 7px 0; }

.faq-list .faq-trigger {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  margin: 0;
  color: #707371;
  cursor: pointer; }
  .faq-list .faq-trigger:after {
    font-family: "Roboto", helvetica, sans-serif;
    font-weight: 900;
    content: '+';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    text-align: center;
    line-height: 1em; }
  .faq-list .faq-trigger.toggled:after {
    content: '-'; }

.faq-list .faq-target {
  height: 0;
  overflow: hidden;
  transition: .2s ease-in;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px); }
  .faq-list .faq-target p {
    padding-right: 8px;
    padding-right: 0.5rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    font-size: 14px;
    font-size: 0.875rem; }

@media screen and (max-width: 1024px) {
  .lesite-faq-index-index .col-main,
  .lesite-faq-index-career .col-main {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem; } }

.catalog-category-landing .category-landing {
  background-image: none;
  background-color: #E4E3E5; }

.catalog-category-landing .fold-content h1 {
  letter-spacing: normal; }

.catalog-category-landing .subcategory-main {
  padding: 46px 0 60px;
  padding: 2.875rem 0 3.75rem;
  min-height: 926px;
  position: relative; }
  .catalog-category-landing .subcategory-main h2 {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-size: 25px;
    font-size: 1.5625rem;
    color: #000;
    letter-spacing: 0.150em; }
  .catalog-category-landing .subcategory-main p {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    font-size: 15px;
    font-size: 0.9375rem; }
  .catalog-category-landing .subcategory-main .cta-light {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 900; }

.catalog-category-landing .subcategory-heading {
  margin-bottom: 42px;
  margin-bottom: 2.625rem;
  margin-left: 16px;
  margin-left: 1rem;
  max-width: 560px; }

.catalog-category-landing .subcategory-blocks {
  float: left;
  width: 100%;
  max-width: 632px; }

.catalog-category-landing .subcategory-block {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  position: relative;
  float: left;
  width: 100%;
  max-width: 308px;
  min-height: 360px;
  background-color: #FFF;
  border-bottom: 1px solid #BEBEBE; }
  .catalog-category-landing .subcategory-block a {
    transition: opacity .2s ease-in; }
    .catalog-category-landing .subcategory-block a:hover {
      opacity: .75; }
  .catalog-category-landing .subcategory-block:nth-child(odd) {
    margin-right: 16px;
    margin-right: 1rem; }
  .catalog-category-landing .subcategory-block img {
    padding: 0 0 0 16px;
    padding: 0 0 0 1rem; }
  .catalog-category-landing .subcategory-block h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 68px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    color: #A3A3A3; }

.catalog-category-landing .subcategory-blog-sidebar {
  margin-left: 16px;
  margin-left: 1rem;
  position: absolute;
  top: -72px;
  right: 0;
  float: left;
  width: 100%;
  max-width: 312px; }
  .catalog-category-landing .subcategory-blog-sidebar article {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    max-width: 312px;
    min-height: 480px; }
    .catalog-category-landing .subcategory-blog-sidebar article .cta-landing {
      font-size: 13px;
      font-size: 0.8125rem; }
    .catalog-category-landing .subcategory-blog-sidebar article:last-of-type {
      margin-bottom: 24px;
      margin-bottom: 1.5rem; }
    .catalog-category-landing .subcategory-blog-sidebar article + .subcategory-blog-viewall {
      display: block; }

.catalog-category-landing .subcategory-blog-viewall {
  display: none;
  float: right; }
  .catalog-category-landing .subcategory-blog-viewall:after {
    bottom: 0; }

@media screen and (max-width: 976px) {
  .catalog-category-landing .subcategory-heading {
    padding: 0 16px;
    padding: 0 1rem;
    margin-left: auto;
    margin-right: auto; }
  .catalog-category-landing .subcategory-blocks {
    margin: 0 auto;
    max-width: 634px;
    float: none; }
  .catalog-category-landing .subcategory-blog-sidebar {
    position: static;
    margin: 0 auto;
    float: none;
    max-width: 634px; }
    .catalog-category-landing .subcategory-blog-sidebar article {
      left: auto;
      float: left;
      width: 100%;
      max-width: 308px; }
      .catalog-category-landing .subcategory-blog-sidebar article:nth-of-type(odd) {
        margin-right: 16px;
        margin-right: 1rem; }
  .catalog-category-landing .fold-content h1 {
    word-break: normal; } }

@media screen and (max-width: 646px) {
  .catalog-category-landing .subcategory-blocks {
    max-width: 308px; }
  .catalog-category-landing .subcategory-blog-sidebar {
    max-width: 308px; }
    .catalog-category-landing .subcategory-blog-sidebar article:nth-of-type(odd) {
      margin-right: 0; } }

.cms-about-us .fold-content,
.cms-a-propos .fold-content {
  min-width: 346px;
  background-color: rgba(148, 147, 0, 0.9); }
  .cms-about-us .fold-content .italic,
  .cms-a-propos .fold-content .italic {
    margin-left: -20px;
    margin-left: -1.25rem;
    color: #DAE1B5; }
  .cms-about-us .fold-content h1,
  .cms-a-propos .fold-content h1 {
    color: #FFF; }
    .cms-about-us .fold-content h1:after,
    .cms-a-propos .fold-content h1:after {
      background-color: #FFF; }

.cms-about-us .history-header,
.cms-about-us .history-presentation,
.cms-a-propos .history-header,
.cms-a-propos .history-presentation {
  border-bottom: 1px solid #C7C7C7; }

.cms-about-us .history-header,
.cms-a-propos .history-header {
  padding-bottom: 24px;
  padding-bottom: 1.5rem; }
  .cms-about-us .history-header-left, .cms-about-us .history-header-right,
  .cms-a-propos .history-header-left,
  .cms-a-propos .history-header-right {
    display: block;
    float: left;
    width: 50%; }
  .cms-about-us .history-header-left,
  .cms-a-propos .history-header-left {
    padding-right: 24px;
    padding-right: 1.5rem; }
  .cms-about-us .history-header-right,
  .cms-a-propos .history-header-right {
    padding-left: 24px;
    padding-left: 1.5rem; }
  .cms-about-us .history-header p,
  .cms-a-propos .history-header p {
    padding-bottom: 24px;
    padding-bottom: 1.5rem; }
  .cms-about-us .history-header .history-tagline,
  .cms-a-propos .history-header .history-tagline {
    font-weight: 900; }

.cms-about-us .history-presentation,
.cms-a-propos .history-presentation {
  padding: 48px 0 30px;
  padding: 3rem 0 1.875rem; }
  .cms-about-us .history-presentation-image, .cms-about-us .history-presentation-text,
  .cms-a-propos .history-presentation-image,
  .cms-a-propos .history-presentation-text {
    display: block;
    float: left; }
  .cms-about-us .history-presentation-image,
  .cms-a-propos .history-presentation-image {
    width: 25%; }
  .cms-about-us .history-presentation-text,
  .cms-a-propos .history-presentation-text {
    padding-left: 32px;
    padding-left: 2rem;
    width: 75%; }
    .cms-about-us .history-presentation-text p,
    .cms-a-propos .history-presentation-text p {
      padding-bottom: 18px;
      padding-bottom: 1.125rem; }
    .cms-about-us .history-presentation-text .history-presentation-welcome,
    .cms-a-propos .history-presentation-text .history-presentation-welcome {
      padding-bottom: 0;
      font-size: 24px;
      font-size: 1.5rem; }
    .cms-about-us .history-presentation-text .history-presentation-signature,
    .cms-a-propos .history-presentation-text .history-presentation-signature {
      padding-bottom: 0;
      font-size: 18px;
      font-size: 1.125rem; }

.cms-about-us .history-timeline,
.cms-a-propos .history-timeline {
  padding: 36px 0 72px;
  padding: 2.25rem 0 4.5rem; }
  .cms-about-us .history-timeline > p,
  .cms-a-propos .history-timeline > p {
    padding-bottom: 22px;
    padding-bottom: 1.375rem;
    font-size: 15px;
    font-size: 0.9375rem; }

.cms-about-us .history-timeline-article,
.cms-a-propos .history-timeline-article {
  padding: 18px 16px 28px 26px;
  padding: 1.125rem 1rem 1.75rem 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  position: relative;
  background-color: #FFF; }
  .cms-about-us .history-timeline-article:before,
  .cms-a-propos .history-timeline-article:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 80px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 22px;
    height: 22px;
    background-color: #FFF; }
  .cms-about-us .history-timeline-article img,
  .cms-a-propos .history-timeline-article img {
    margin: 0 0 16px 16px;
    margin: 0 0 1rem 1rem;
    float: right;
    width: 200px; }
  .cms-about-us .history-timeline-article sup,
  .cms-a-propos .history-timeline-article sup {
    vertical-align: super;
    font-size: smaller; }

.cms-about-us .history-timeline-date,
.cms-a-propos .history-timeline-date {
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #000;
  font-weight: 900;
  letter-spacing: 4px; }

@media screen and (max-width: 768px) {
  .cms-about-us .history-header-left, .cms-about-us .history-header-right,
  .cms-a-propos .history-header-left,
  .cms-a-propos .history-header-right {
    padding: 0;
    width: 100%; }
  .cms-about-us .history-presentation > div,
  .cms-a-propos .history-presentation > div {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  .cms-about-us .history-presentation-image,
  .cms-a-propos .history-presentation-image {
    padding-bottom: 18px;
    padding-bottom: 1.125rem; } }

@media screen and (max-width: 640px) {
  .cms-about-us .fold,
  .cms-a-propos .fold {
    height: 54vw; }
    .cms-about-us .fold .fold-container,
    .cms-a-propos .fold .fold-container {
      top: 20vw; }
    .cms-about-us .fold .fold-content,
    .cms-a-propos .fold .fold-content {
      min-width: 280px; }
      .cms-about-us .fold .fold-content .italic,
      .cms-a-propos .fold .fold-content .italic {
        font-size: 56px;
        font-size: 3.5rem; }
      .cms-about-us .fold .fold-content h1,
      .cms-a-propos .fold .fold-content h1 {
        font-size: 28px;
        font-size: 1.75rem; } }

@media screen and (max-width: 520px) {
  .cms-about-us .fold,
  .cms-a-propos .fold {
    height: 62vw; }
  .cms-about-us .history-timeline-article img,
  .cms-a-propos .history-timeline-article img {
    float: none;
    margin-left: 0; } }

.block-layered-nav {
  text-transform: uppercase; }
  .block-layered-nav .block-subtitle {
    position: relative;
    margin: 0;
    background: #CDAB6A;
    padding: 0 2.77777em 0 .77777em;
    line-height: 2.33333em;
    font-size: 1.8em;
    font-weight: 700;
    color: #FFF;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .block-layered-nav .block-subtitle:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 1.77777em;
      width: 0;
      height: 0;
      border-color: #FFF transparent;
      border-style: solid;
      border-width: .25em .25em 0 .25em; }
    .block-layered-nav .block-subtitle.active:after {
      border-top-width: 0;
      border-bottom-width: .25em; }
  .block-layered-nav .block-content {
    text-transform: uppercase; }
  .block-layered-nav .filter.open .filter-label {
    color: #000; }
    .block-layered-nav .filter.open .filter-label:after {
      border-top-width: 0;
      border-bottom-width: .285em;
      border-bottom-color: #FFF; }
  .block-layered-nav .filter-label {
    display: block;
    font-family: "Roboto Condensed", helvetica, sans-serif;
    letter-spacing: 1px;
    color: #A3A3A3;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .block-layered-nav .filter-label:hover {
      color: #FFF;
      cursor: pointer; }
  .block-layered-nav .filters .filter-label:hover:after {
    border-top-color: #FFF; }
  .block-layered-nav .filters .filter-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1.285em;
    width: 0;
    height: 0;
    margin-top: -.1425em;
    border-color: #FFF transparent;
    border-style: solid;
    border-width: .285em .285em 0 .285em; }
  .block-layered-nav .filter-list a {
    display: block;
    padding: .5em;
    color: #707371; }
    .block-layered-nav .filter-list a:hover {
      font-weight: 700; }
  .block-layered-nav .currently .filter-label {
    display: block;
    color: #FFF; }
    .block-layered-nav .currently .filter-label:after {
      content: '×';
      display: block;
      position: absolute;
      top: 0;
      right: .76em;
      font-size: 1.5em;
      color: #CDAB6A; }

@media only screen and (max-width: 960px) {
  .block-layered-nav .block-content,
  .block-layered-nav .block-content .filter-list {
    height: 0;
    overflow: hidden;
    transition: height 400ms; }
  .block-layered-nav .filters,
  .block-layered-nav .currently {
    font-size: 1.4em;
    line-height: 3em; }
  .block-layered-nav .filters .filter:first-child {
    border-top: 0.5em solid #000; }
  .block-layered-nav .filters .filter:last-child {
    border-bottom: 0.5em solid #000; }
  .block-layered-nav .filter {
    padding: 0 1em;
    transition: background-color 400ms; }
    .block-layered-nav .filter.open {
      background-color: #E6E6E6;
      color: #000; }
  .block-layered-nav .filter-label {
    position: relative;
    padding-right: 2em; }
    .block-layered-nav .filter-label:after {
      right: .714em; }
  .block-layered-nav .filter-list a {
    line-height: 1.5em; }
  .block-layered-nav .currently + .filters .filter:first-child {
    border: 0; }
  .block-layered-nav .currently .filter:first-child {
    border-top: 0.5em solid #000; }
  .block-layered-nav #narrow-by-list .filter-list li a {
    color: #707371; } }

@media only screen and (min-width: 961px) {
  .block-layered-nav {
    position: relative;
    height: 4.2em; }
    .block-layered-nav .block-subtitle {
      display: none; }
    .block-layered-nav .block-content {
      float: right;
      height: auto !important;
      font-size: 1.4em; }
      .block-layered-nav .block-content:after {
        display: table;
        clear: both;
        content: ''; }
    .block-layered-nav .filters {
      float: right; }
    .block-layered-nav .filter {
      height: 42px;
      float: left;
      position: relative;
      z-index: 10; }
      .block-layered-nav .filter.open .filter-label {
        padding-bottom: 0;
        color: #FFF;
        background-color: #000; }
      .block-layered-nav .filter.open .filter-list {
        display: block; }
    .block-layered-nav .filter-label {
      padding: 1px 2.4285em 1px 1.4285em;
      line-height: 2.85em; }
    .block-layered-nav .category-filter {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
      .block-layered-nav .category-filter.open .filter-label {
        background: #CDAB6A;
        font-weight: 700;
        color: #FFF; }
        .block-layered-nav .category-filter.open .filter-label:after {
          border-bottom-color: #FFF; }
      .block-layered-nav .category-filter .filter-label {
        min-width: 12.38888em;
        height: 42px;
        padding-right: 2.55555em;
        padding-left: 0.83333em;
        background: #CDAB6A;
        line-height: 2.22222em;
        font-size: 1.285em;
        font-weight: 700;
        color: #FFF; }
        .block-layered-nav .category-filter .filter-label:after {
          right: 1em;
          border-top-color: #FFF;
          border-bottom-color: #FFF; }
    .block-layered-nav .filter-list {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      width: 100%;
      min-width: 12em;
      padding: .5em 0;
      background: #CDAB6A; }
      .block-layered-nav .filter-list a {
        padding: .5em 1em;
        color: #000; }
        .block-layered-nav .filter-list a:hover {
          font-weight: 700; }
    .block-layered-nav .currently {
      float: left; }
      .block-layered-nav .currently .category-filter .filter-label:after {
        color: #FFF; } }

.int_fr .sorter .sort-by .sort-options .Price,
.int_fr .sorter .sort-by .sort-options .Prix,
.int_en .sorter .sort-by .sort-options .Price,
.int_en .sorter .sort-by .sort-options .Prix,
.int-fr .sorter .sort-by .sort-options .Price,
.int-fr .sorter .sort-by .sort-options .Prix,
.int-en .sorter .sort-by .sort-options .Price,
.int-en .sorter .sort-by .sort-options .Prix {
  display: none; }

.int_fr .block-layered-nav .filters .Price,
.int_fr .block-layered-nav .filters .Prix,
.int_en .block-layered-nav .filters .Price,
.int_en .block-layered-nav .filters .Prix,
.int-fr .block-layered-nav .filters .Price,
.int-fr .block-layered-nav .filters .Prix,
.int-en .block-layered-nav .filters .Price,
.int-en .block-layered-nav .filters .Prix {
  display: none; }

.class-inspire .fold {
  display: none; }

.class-inspire .under-fold {
  border-top: none;
  background-position: center bottom; }
  .class-inspire .under-fold .layout-main {
    max-width: none; }
  .class-inspire .under-fold .marble-banner {
    padding: 128px 16px 8px;
    padding: 8rem 1rem 0.5rem;
    height: auto; }
    .class-inspire .under-fold .marble-banner h1 {
      font-size: 36px;
      font-size: 2.25rem;
      color: #A3A3A3; }
    .class-inspire .under-fold .marble-banner .layout-main {
      max-width: 960px;
      margin: 0 auto; }
  .class-inspire .under-fold .breadcrumbs,
  .class-inspire .under-fold .category-products {
    max-width: 960px;
    margin: 0 auto; }

.class-inspire .cycle-slideshow {
  margin: 0;
  overflow: visible; }
  .class-inspire .cycle-slideshow .cycle-slide {
    width: 100% !important;
    max-width: 960px; }

.class-inspire .products-grid {
  margin-top: 20px;
  margin-top: 1.25rem; }

.class-inspire .catalog-category-allproducts {
  padding-top: 68px;
  padding-top: 4.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  color: #000;
  font-family: "Roboto Condensed", helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 4px; }

.class-inspire .lookbookslider-top {
  max-width: 960px;
  margin: 0 auto;
  position: relative; }
  .class-inspire .lookbookslider-top .inspire-viewall {
    font-size: 18px;
    font-size: 1.125rem;
    display: inline-block;
    padding: 12px 48px;
    position: absolute;
    display: block;
    top: 16px;
    right: 32px;
    z-index: 9999;
    font-weight: 500; }

.hotspot {
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
  .hotspot:after {
    content: '+';
    color: #CDAB6A;
    width: 10px;
    height: 10px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    font-size: 20px; }
  .hotspot-icon {
    top: auto !important;
    left: auto !important;
    margin-top: 0 !important;
    margin-left: 0 !important; }
  .hotspot .product-info {
    border-radius: 0 !important;
    background-color: #FFF !important;
    box-shadow: none !important;
    border-top: none !important;
    background-color: #FFF !important;
    box-shadow: none !important;
    min-width: 420px !important;
    max-width: none !important; }
    .hotspot .product-info h2 {
      letter-spacing: 2px !important; }
      .hotspot .product-info h2 a {
        color: #A3A3A3 !important;
        font: initial !important;
        font-size: 16px !important;
        font-family: "Roboto Condensed", helvetica, sans-serif !important;
        font-weight: 700 !important;
        text-decoration: none !important; }
    .hotspot .product-info .pro-detail-div .left-detail,
    .hotspot .product-info .pro-detail-div .right-detail {
      display: block;
      float: left;
      width: 50%; }
    .hotspot .product-info .pro-detail-div .right-detail {
      padding-left: 24px;
      padding-left: 1.5rem; }
      .hotspot .product-info .pro-detail-div .right-detail .price {
        padding-bottom: 30px;
        padding-bottom: 1.875rem;
        float: none !important;
        color: #000 !important;
        font-weight: 400 !important; }
        .hotspot .product-info .pro-detail-div .right-detail .price span {
          font-weight: 700 !important; }
    .hotspot .product-info img {
      position: static !important;
      display: block;
      min-width: 180px; }
    .hotspot .product-info h2 {
      padding-top: 30px;
      color: #A3A3A3;
      font: initial !important;
      font-size: 18px !important;
      font-family: "Roboto Condensed", helvetica, sans-serif !important;
      font-weight: 700 !important;
      letter-spacing: 2px !important; }
    .hotspot .product-info p {
      margin-top: 16px; }
    .hotspot .product-info a {
      padding: 6px 8px;
      padding: 0.375rem 0.5rem;
      color: #FFF !important;
      text-decoration: none !important;
      transition: none !important; }

.catalog-category-view .lookbookslider-top ~ .category-products .toolbar {
  display: none; }

.catalog-category-view .inspire-heading {
  padding: 80px 0;
  padding: 5rem 0;
  max-width: 820px;
  margin: 0 auto;
  text-align: center; }
  .catalog-category-view .inspire-heading-title {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-size: 52px;
    font-size: 3.25rem;
    font-family: "Roboto Condensed", helvetica, sans-serif;
    font-weight: 700; }
  .catalog-category-view .inspire-heading-content {
    font-size: 15px;
    font-size: 0.9375rem; }

.catalog-category-view .inspire-categories {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  margin: 0 auto; }
  .catalog-category-view .inspire-categories-single {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    position: relative;
    float: left;
    width: 49%;
    min-height: 331px;
    min-width: 438px;
    background-color: #fff;
    border-bottom: 1px solid #bebebe; }
    .catalog-category-view .inspire-categories-single a {
      display: block;
      text-decoration: none;
      transition: opacity .2s ease-in; }
      .catalog-category-view .inspire-categories-single a:hover {
        opacity: .75; }
    .catalog-category-view .inspire-categories-single img {
      max-width: 454px;
      width: 100%; }
    .catalog-category-view .inspire-categories-single p {
      position: absolute;
      top: 88%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      font-size: 24px;
      width: 100%;
      font-family: "Roboto Condensed", helvetica, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      color: #A3A3A3; }
    .catalog-category-view .inspire-categories-single:nth-child(odd) {
      margin-right: 2%; }

@media screen and (max-width: 960px) {
  .class-inspire .lookbookslider-top .inspire-viewall {
    position: static;
    margin: 20px auto 0 auto;
    max-width: 300px; }
  .catalog-category-view .inspire-heading, .catalog-category-view .inspire-categories {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem; } }

@media screen and (max-width: 925px) {
  .catalog-category-view .inspire-heading-title {
    font-size: 2.25rem; }
  .catalog-category-view .inspire-categories {
    max-width: 470px;
    padding: 0; }
    .catalog-category-view .inspire-categories-single {
      width: 100%; }
      .catalog-category-view .inspire-categories-single:nth-child(odd) {
        margin-right: 0; }
      .catalog-category-view .inspire-categories-single img {
        display: block; } }

@media screen and (max-width: 500px) {
  .catalog-category-view .inspire-heading {
    padding: 40px 20px; }
  .catalog-category-view .inspire-categories {
    max-width: 308px; }
    .catalog-category-view .inspire-categories-single {
      min-width: 100%;
      min-height: auto; }
      .catalog-category-view .inspire-categories-single a {
        overflow: hidden;
        width: 100%; }
      .catalog-category-view .inspire-categories-single p {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        line-height: 1;
        padding: 20px 20px 16px; } }

.warranty-container {
  float: left;
  margin: 20px 0; }
  .warranty-container .warranty-text p {
    position: relative;
    top: -10px; }
  .warranty-container .warranty-text .cms-title {
    font-size: 26px;
    font-size: 1.5625rem;
    color: #000; }
  .warranty-container .warranty-image img {
    width: 100px; }

@media only screen and (min-width: 1025px) {
  .warranty-main {
    width: 580px; }
  .warranty-container {
    width: 480px; }
    .warranty-container .warranty-image {
      width: 450px; }
    .warranty-container .warranty-text {
      width: 450px; } }

@media only screen and (max-width: 1024px) {
  .warranty-main {
    width: 100%; }
  .warranty-container {
    width: 100%; }
    .warranty-container .warranty-image {
      width: 100%; }
    .warranty-container .warranty-text {
      width: 100%; } }

.warranty-clear {
  clear: both; }

.blog-article {
  position: relative;
  transition: opacity .2s ease-in;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .blog-article:hover {
    opacity: .75; }
  .blog-article-readmore {
    position: absolute;
    bottom: 28px;
    left: 26px;
    width: 256px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.4); }
  .blog-article img {
    display: block; }
    .blog-article img.hidden {
      display: none; }
  .blog-article .cta-solid {
    padding: 9px 11px; }
  .blog-article .blog-heading {
    padding: 42px 26px 0 26px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 296px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.6); }
  .blog-article .blog-article-category {
    font-size: 13px;
    padding-bottom: 18px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Roboto Condensed", helvetica, sans-serif;
    font-weight: bold;
    color: #FFF; }
    .blog-article .blog-article-category:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 14px;
      height: 3px;
      background-color: #FFF; }
  .blog-article .blog-article-title {
    font-size: 25px;
    line-height: 1.25; }

.blog-article-title {
  font-size: 28px;
  line-height: 1.25;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto Condensed", helvetica, sans-serif; }

.blog-category-filter {
  width: 100%;
  background-color: #000;
  position: absolute;
  left: 0; }
  .blog-category-filter .layout-main {
    position: relative; }
  .blog-category-filter .blog-category-select {
    padding: 10px 36px 10px 16px;
    padding: 0.625rem 2.25rem 0.625rem 1rem;
    font-size: 18px;
    font-size: 1.125rem;
    position: relative;
    display: block;
    float: left;
    max-width: 262px;
    width: 100%;
    background-color: #CDAB6A;
    background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/arrow-list.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 230px;
    color: #FFF;
    font-family: "Roboto Condensed", helvetica, sans-serif;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0; }
  .blog-category-filter .filter-label,
  .blog-category-filter .filter-list a {
    text-decoration: none; }

.lesite-blog-index-index,
.lesite-blog-index-loadcategory {
  overflow-x: hidden; }
  .lesite-blog-index-index .blog-articles-list,
  .lesite-blog-index-loadcategory .blog-articles-list {
    padding: 140px 0 120px;
    padding: 8.75rem 0 7.5rem; }
    .lesite-blog-index-index .blog-articles-list .blog-article,
    .lesite-blog-index-loadcategory .blog-articles-list .blog-article {
      margin-right: 18px;
      margin-right: 1.125rem;
      margin-bottom: 18px;
      margin-bottom: 1.125rem;
      float: left;
      width: 308px;
      min-height: 498px; }
      .lesite-blog-index-index .blog-articles-list .blog-article:nth-child(3n+3),
      .lesite-blog-index-loadcategory .blog-articles-list .blog-article:nth-child(3n+3) {
        margin-right: 0; }

.lesite-blog-index-loadpost .under-fold {
  padding-top: 120px;
  padding-top: 7.5rem;
  border-top: none; }

.lesite-blog-index-loadpost p {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 15px;
  font-size: 0.9375rem; }

.lesite-blog-index-loadpost .blog-single-article {
  padding: 100px 0 80px;
  padding: 6.25rem 0 5rem;
  overflow: hidden; }
  .lesite-blog-index-loadpost .blog-single-article-publisher {
    display: none; }

.lesite-blog-index-loadpost .blog-single-image {
  margin: 0 28px 12px 12px;
  margin: 0 1.75rem 0.75rem 0.75rem;
  display: block;
  float: left;
  max-width: 366px; }

.lesite-blog-index-loadpost .blog-single-header {
  border-bottom: 1px solid #BEBEBE;
  overflow: hidden; }

.lesite-blog-index-loadpost .blog-article-category {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  color: #A3A3A3;
  font-weight: bold; }
  .lesite-blog-index-loadpost .blog-article-category:after {
    background-color: #A3A3A3; }

.lesite-blog-index-loadpost .blog-single-title {
  margin: 42px 0 8px;
  margin: 2.625rem 0 0.5rem;
  font-size: 48px;
  font-size: 3rem;
  color: #A3A3A3;
  line-height: 1.1;
  letter-spacing: 0.050em;
  max-width: 720px; }

.lesite-blog-index-loadpost .blog-single-date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #A3A3A3; }

.lesite-blog-index-loadpost .blog-single-socials {
  margin-bottom: 18px;
  margin-bottom: 1.125rem; }

.lesite-blog-index-loadpost .blog-single-social {
  display: block;
  float: left;
  text-align: center; }
  .lesite-blog-index-loadpost .blog-single-social img {
    margin-right: 8px;
    margin-right: 0.5rem;
    display: block;
    max-width: 80px;
    width: 100%;
    height: 40px;
    transition: opacity .2s; }
    .lesite-blog-index-loadpost .blog-single-social img:hover {
      opacity: .75; }

.lesite-blog-index-loadpost .blog-single-shares + .blog-single-social :first-of-type:not(.blog-single-shares) {
  margin-left: 12px;
  margin-left: 0.75rem;
  padding-left: 16px;
  padding-left: 1rem;
  border-left: 1px solid #BEBEBE; }

.lesite-blog-index-loadpost .blog-single-shares {
  padding: 4px 6px;
  padding: 0.25rem 0.375rem;
  font-size: 12px;
  font-size: 0.75rem;
  color: #A3A3A3;
  display: none; }
  .lesite-blog-index-loadpost .blog-single-shares-number {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 900;
    letter-spacing: 1px; }

.lesite-blog-index-loadpost .blog-single-content {
  margin-bottom: 56px;
  margin-bottom: 3.5rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 12px;
  padding-right: 0.75rem; }
  .lesite-blog-index-loadpost .blog-single-content a {
    text-decoration: none;
    color: #CDAB6A; }
    .lesite-blog-index-loadpost .blog-single-content a:hover {
      color: #D9C08F; }

.lesite-blog-index-loadpost .blog-single-author {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 12px;
  padding-right: 0.75rem;
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
  clear: both; }
  .lesite-blog-index-loadpost .blog-single-author-picture {
    margin-right: 42px;
    margin-right: 2.625rem;
    float: left;
    display: block; }
    .lesite-blog-index-loadpost .blog-single-author-picture img {
      width: 232px; }
  .lesite-blog-index-loadpost .blog-single-author-name {
    margin-top: 50px;
    margin-top: 3.125rem;
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: 2px;
    margin-bottom: 0; }
  .lesite-blog-index-loadpost .blog-single-author-content {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
    .lesite-blog-index-loadpost .blog-single-author-content a {
      color: #CDAB6A;
      text-decoration: none; }
      .lesite-blog-index-loadpost .blog-single-author-content a:hover {
        color: #D9C08F;
        text-decoration: underline; }
  .lesite-blog-index-loadpost .blog-single-author-social {
    margin-right: 18px;
    margin-right: 1.125rem;
    font-size: 15px;
    font-size: 0.9375rem;
    text-decoration: none;
    color: #707371;
    font-weight: 900;
    letter-spacing: 1px; }
    .lesite-blog-index-loadpost .blog-single-author-social:hover {
      text-decoration: underline; }

.lesite-blog-index-loadpost .blog-related-products-title {
  font-size: 28px;
  font-size: 1.75rem;
  color: #000;
  letter-spacing: 0.1em; }

.blog-article-category {
  font-size: 13px;
  padding-bottom: 18px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Roboto Condensed", helvetica, sans-serif;
  color: #FFF; }
  .blog-article-category:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 14px;
    height: 3px;
    background-color: #FFF; }

@media screen and (max-width: 1024px) {
  .lesite-blog-index-loadpost .under-fold {
    padding-top: 64px; }
  .lesite-blog-index-loadpost .blog-single-article {
    padding: 50px 0 40px;
    padding: 3.125rem 0 2.5rem; } }

@media screen and (max-width: 976px) {
  .blog-category-filter {
    position: relative; }
    .blog-category-filter .layout-main {
      max-width: 100%; }
  .lesite-blog-index-index .blog-articles-list,
  .lesite-blog-index-loadcategory .blog-articles-list {
    padding: 70px 0 120px;
    padding: 4.375rem 0 7.5rem;
    max-width: 634px;
    margin: 0 auto; }
    .lesite-blog-index-index .blog-articles-list .blog-article,
    .lesite-blog-index-loadcategory .blog-articles-list .blog-article {
      margin-right: 0; }
      .lesite-blog-index-index .blog-articles-list .blog-article:nth-child(odd),
      .lesite-blog-index-loadcategory .blog-articles-list .blog-article:nth-child(odd) {
        margin-right: 18px;
        margin-right: 1.125rem; }
  .blog-related-products-title {
    margin-left: 10px; } }

@media screen and (max-width: 768px) {
  .lesite-blog-index-loadpost .blog-single-image {
    max-width: 292px; }
  .lesite-blog-index-loadpost .blog-single-author-name {
    margin-top: 0; } }

@media screen and (max-width: 652px) {
  .lesite-blog-index-index .blog-homepage,
  .lesite-blog-index-loadcategory .blog-homepage {
    padding: 50px 0 60px;
    padding: 3.125rem 0 3.75rem; }
  .lesite-blog-index-index .blog-articles-list,
  .lesite-blog-index-loadcategory .blog-articles-list {
    max-width: 308px; }
    .lesite-blog-index-index .blog-articles-list .blog-article,
    .lesite-blog-index-loadcategory .blog-articles-list .blog-article {
      margin-right: 0; }
  .lesite-blog-index-loadpost .blog-single-image {
    float: none;
    margin: 0 auto 20px; }
  .lesite-blog-index-loadpost .blog-single-title {
    font-size: 38px;
    font-size: 2.375rem; }
  .lesite-blog-index-loadpost .blog-single-header {
    margin-left: 12px;
    margin-left: 0.75rem; }
  .lesite-blog-index-loadpost .blog-single-author-picture {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    float: none; } }

@media screen and (max-width: 480px) {
  .lesite-blog-index-index .blog-articles-list {
    padding-top: 0px; }
  .lesite-blog-index-loadcategory .blog-articles-list {
    padding-top: 50px;
    padding-top: 3.125rem; }
  .lesite-blog-index-loadpost .blog-single-title {
    font-size: 28px;
    font-size: 1.75rem; } }

@media screen and (max-width: 400px) {
  .lesite-blog-index-loadpost .under-fold {
    padding-top: 54px;
    padding-top: 3.375rem; } }

.lesite-stores-index-index .under-fold {
  background: #FFF;
  border-top: none; }
  .lesite-stores-index-index .under-fold .layout-main {
    max-width: none; }
  .lesite-stores-index-index .under-fold .breadcrumbs {
    max-width: 960px;
    margin: 0 auto; }

.locator {
  font-size: 12px; }

.locator_map {
  display: none; }

.locator_panel {
  background-color: #FFF;
  padding: 2em;
  position: relative; }
  .locator_panel.is-processing:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.locator_panel_icon {
  display: block;
  width: 1.5em;
  margin: 0 auto 0.5em auto; }

.locator_heading {
  color: #000;
  text-align: center;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: initial; }

.locator_form {
  border: solid 1px #C7C7C7;
  padding: 2em;
  text-transform: uppercase;
  font-size: 0.8em; }

.locator_seperator {
  text-align: center;
  position: relative; }
  .locator_seperator:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #C7C7C7;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px; }
  .locator_seperator span {
    display: inline-block;
    padding: 1em 2em;
    position: relative;
    background-color: #FFF; }

.locator_input {
  margin-top: 1em;
  margin-bottom: 2em; }

.locator_input_label {
  display: block;
  line-height: 2; }

.locator_input_box {
  display: block;
  border: solid 1px #C7C7C7;
  padding: 1em;
  min-width: 0;
  width: 100%; }

.locator_useCurrent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1em;
  border: 1px solid #C7C7C7;
  text-align: center;
  cursor: pointer;
  font-size: 1.25em;
  font-weight: bold; }
  .locator_useCurrent:hover {
    color: #000; }
  .locator_useCurrent img {
    padding-right: 1em; }

.locator_button {
  padding: 1em;
  width: 100%;
  font-size: 1.5em; }

.locator_error {
  color: #CDAB6A;
  margin-top: 1em;
  text-align: center;
  font-family: "Roboto Condensed", helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.5em; }

.locator_small {
  margin-top: 1rem;
  display: block;
  color: #000000; }

.locator_results {
  margin-top: 1em; }

.locator_result {
  border-bottom: solid 1px #C7C7C7;
  padding: 1.5em 0;
  transition: background-color 0.5s;
  max-width: 276px; }
  .locator_result.is-highlighted {
    background-color: rgba(205, 171, 106, 0.2); }
  .locator_result:first-child {
    border-top: solid 1px #C7C7C7; }

.locator_result_inner {
  position: relative;
  padding-right: 6em; }

.locator_result_info {
  position: relative;
  padding-left: 3em; }

.locator_result_icon {
  width: 1.5em;
  position: absolute;
  top: 0;
  left: 0; }

.locator_result_heading {
  font-weight: bold;
  color: #C7C7C7; }

.locator_center_location {
  cursor: pointer; }

.locator_result_distance {
  position: absolute;
  right: 0;
  top: 0; }

.locator_result_directions {
  margin-top: 1em;
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #CDAB6A;
  color: #FFF;
  text-decoration: none;
  font-size: 1.2em; }
  .locator_result_directions:hover {
    background-color: #D9C08F; }

.locator_result_link {
  font-size: 1.2em;
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  font-family: "Roboto Condensed", helvetica, sans-serif;
  color: #CDAB6A;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px #CDAB6A; }
  .locator_result_link:hover {
    color: #D9C08F; }

@media (min-width: 400px) {
  .locator_input {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .locator_input_label {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding-right: 1em; }
  .locator_input_box {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; } }

@media (min-width: 800px) {
  .locator {
    height: 75em;
    position: relative; }
  .locator_map {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #DADADA; }
  .locator_panel {
    background-color: #FFF;
    border: solid 1px #C7C7C7;
    width: 50%;
    max-width: 32em;
    position: absolute;
    top: 4em;
    left: 8em;
    display: none; }
    .locator_panel.is-active {
      display: block;
      -webkit-animation: descend 1s;
      animation: descend 1s; }
  .locator_results {
    max-height: 34em;
    overflow: auto; } }

@-webkit-keyframes descend {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes descend {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0); } }

.online-retailers {
  display: none;
  max-width: 960px;
  margin: 0 auto 60px;
  padding: 0 24px 20px;
  border-bottom: 1px solid #DADADA;
  font-size: 14px;
  line-height: 90px; }
  .online-retailers img {
    vertical-align: middle; }

@media (max-width: 799px) {
  .online-retailers {
    text-align: center; } }

@media (min-width: 600px) {
  .online-retailers {
    overflow: hidden; }
    .online-retailers li {
      float: left;
      width: 50%; } }

@media (min-width: 800px) {
  .online-retailers {
    margin-top: 14px;
    padding-top: 20px; }
    .online-retailers p {
      float: left;
      width: 14.0625%; }
    .online-retailers ul {
      float: left;
      width: 85.9375%; }
    .online-retailers li {
      width: 20%;
      padding-left: 2.5%; } }

.contact-us-info {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  font-family: "Roboto", helvetica, sans-serif;
  overflow: hidden;
  width: 100%; }
  .contact-us-info a {
    color: #000; }
  .contact-us-info p {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }

.contact-us-col {
  float: left; }

.contact-us-address-extra {
  margin-left: 2%; }
  .page-product-return .contact-us-address-extra {
    display: none; }

.contact-us-address {
  width: 40%; }

.p-clear,
.contact-us-cta {
  width: 100%;
  overflow: hidden; }

.italic-basic {
  font-style: italic; }

.contact-us-cta {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  display: block;
  font-family: "Roboto", helvetica, sans-serif; }

.contact-clear {
  clear: both; }

.form-container {
  padding: 66px 0;
  padding: 4.125rem 0;
  max-width: 782px;
  margin: 0 auto; }

.form-title {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.form-subtitle {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

.form .fields-container {
  overflow: hidden;
  width: 100%; }
  .form .fields-container .fields-col {
    float: left;
    width: 50%; }
    .form .fields-container .fields-col:nth-child(2) {
      width: 48%;
      margin-left: 2%; }

.form .field {
  margin-bottom: 14px; }

.form .form-sep {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-right: 50%;
  border-bottom: 1px solid #C7C7C7; }

.form .lbl {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  font-family: "Roboto", helvetica, sans-serif; }

.form .input-text {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 42px;
  padding-right: 2.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  height: 42px;
  width: 100%;
  font-family: "Roboto", helvetica, sans-serif;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  letter-spacing: 1px;
  border: 1px solid #C7C7C7; }
  .form .input-text::-webkit-input-placeholder {
    color: #707371; }
  .form .input-text.validation-failed {
    border-color: #C63527; }

.form .input-textarea {
  height: 100px;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem; }

.form .form-select-container {
  position: relative;
  min-height: 39px;
  line-height: 39px;
  border: 1px solid #C7C7C7;
  background-color: #FFF; }
  .form .form-select-container:before {
    content: "";
    display: block;
    width: 39px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #CDAB6A;
    pointer-events: none; }
  .form .form-select-container:after {
    content: "";
    display: block;
    width: 10px;
    height: 19px;
    position: absolute;
    top: 10px;
    right: 14px;
    background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/form-select-arrows.svg");
    pointer-events: none; }

.form .form-select {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 42px;
  padding-right: 2.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  height: 39px;
  color: #707371;
  font-family: "Roboto", helvetica, sans-serif;
  letter-spacing: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  outline: 0;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.form .form-submit {
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 22px auto;
  margin: 1.375rem auto;
  display: block;
  font-family: "Roboto", helvetica, sans-serif;
  font-weight: 700;
  width: 166px;
  letter-spacing: 0.120em; }

.form .validation-advice {
  margin-top: 2px;
  margin-top: 0.125rem;
  color: #C63527; }

.popup-form-overlay.hidden {
  display: none; }

.page-questions-or-comments .messages,
.page-product-return .messages,
.page-media-inquiries .messages {
  max-width: 48.875rem;
  margin: 0 auto;
  padding-top: 3.125rem; }
  .page-questions-or-comments .messages .success-msg,
  .page-product-return .messages .success-msg,
  .page-media-inquiries .messages .success-msg {
    padding: 2.5rem 1.25rem 3.75rem;
    background-color: #B3B995;
    font: bold 1.125rem/1.4 "Roboto", helvetica, sans-serif;
    letter-spacing: 3px;
    color: #FFF; }
    .page-questions-or-comments .messages .success-msg:before,
    .page-product-return .messages .success-msg:before,
    .page-media-inquiries .messages .success-msg:before {
      content: '';
      display: block;
      width: 3.4375rem;
      height: 3.4375rem;
      margin: 0 auto 1.625rem;
      background: url("https://trudeau.com/skin/frontend/trudeau/default/images/check-circle-white.svg") 0 0 no-repeat;
      background-size: 100%; }
    .page-questions-or-comments .messages .success-msg:after,
    .page-product-return .messages .success-msg:after,
    .page-media-inquiries .messages .success-msg:after {
      display: none; }
  .page-questions-or-comments .messages span,
  .page-product-return .messages span,
  .page-media-inquiries .messages span {
    display: block;
    max-width: 37.5rem;
    margin: 0 auto; }

.page-questions-or-comments .field.purchase-date,
.page-product-return .field.purchase-date,
.page-media-inquiries .field.purchase-date {
  width: 11.25rem; }
  .page-questions-or-comments .field.purchase-date .note,
  .page-product-return .field.purchase-date .note,
  .page-media-inquiries .field.purchase-date .note {
    font-size: 0.75rem; }
  .page-questions-or-comments .field.purchase-date input,
  .page-product-return .field.purchase-date input,
  .page-media-inquiries .field.purchase-date input {
    padding-right: 0.625rem; }

.page-questions-or-comments .popup-form-overlay,
.page-product-return .popup-form-overlay,
.page-media-inquiries .popup-form-overlay {
  display: block;
  position: fixed;
  z-index: 9999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); }
  .page-questions-or-comments .popup-form-overlay.hidden,
  .page-product-return .popup-form-overlay.hidden,
  .page-media-inquiries .popup-form-overlay.hidden {
    display: none; }
  .page-questions-or-comments .popup-form-overlay .popup-wrapper,
  .page-product-return .popup-form-overlay .popup-wrapper,
  .page-media-inquiries .popup-form-overlay .popup-wrapper {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 782px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .page-questions-or-comments .popup-form-overlay .popup-wrapper .popup-content,
    .page-product-return .popup-form-overlay .popup-wrapper .popup-content,
    .page-media-inquiries .popup-form-overlay .popup-wrapper .popup-content {
      display: block;
      width: 65%;
      min-height: 350px;
      background-color: #5B7F95;
      padding: 55px 65px; }
      .page-questions-or-comments .popup-form-overlay .popup-wrapper .popup-content h1, .page-questions-or-comments .popup-form-overlay .popup-wrapper .popup-content p,
      .page-product-return .popup-form-overlay .popup-wrapper .popup-content h1,
      .page-product-return .popup-form-overlay .popup-wrapper .popup-content p,
      .page-media-inquiries .popup-form-overlay .popup-wrapper .popup-content h1,
      .page-media-inquiries .popup-form-overlay .popup-wrapper .popup-content p {
        color: #FFF;
        font-family: "Roboto Condensed", helvetica, sans-serif;
        letter-spacing: 0px; }
      .page-questions-or-comments .popup-form-overlay .popup-wrapper .popup-content h1,
      .page-product-return .popup-form-overlay .popup-wrapper .popup-content h1,
      .page-media-inquiries .popup-form-overlay .popup-wrapper .popup-content h1 {
        font-size: 1.4em;
        margin-bottom: 14px; }
      .page-questions-or-comments .popup-form-overlay .popup-wrapper .popup-content p,
      .page-product-return .popup-form-overlay .popup-wrapper .popup-content p,
      .page-media-inquiries .popup-form-overlay .popup-wrapper .popup-content p {
        font-size: 3.6em;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 40px; }
      .page-questions-or-comments .popup-form-overlay .popup-wrapper .popup-content .spacer,
      .page-product-return .popup-form-overlay .popup-wrapper .popup-content .spacer,
      .page-media-inquiries .popup-form-overlay .popup-wrapper .popup-content .spacer {
        display: block;
        height: 3px;
        width: 12px;
        background-color: #FFF;
        margin-bottom: 14px; }
    .page-questions-or-comments .popup-form-overlay .popup-wrapper .popup-sidebar,
    .page-product-return .popup-form-overlay .popup-wrapper .popup-sidebar,
    .page-media-inquiries .popup-form-overlay .popup-wrapper .popup-sidebar {
      display: block;
      position: relative;
      width: 35%;
      background-color: #FFF;
      background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/backgrounds/bg_popupside.jpg");
      background-size: cover; }
      .page-questions-or-comments .popup-form-overlay .popup-wrapper .popup-sidebar .close-button,
      .page-product-return .popup-form-overlay .popup-wrapper .popup-sidebar .close-button,
      .page-media-inquiries .popup-form-overlay .popup-wrapper .popup-sidebar .close-button {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 5px 10px;
        font-size: 2.4em;
        font-weight: bold;
        color: #000;
        font-family: "Roboto Condensed", helvetica, sans-serif;
        cursor: pointer; }
        .page-questions-or-comments .popup-form-overlay .popup-wrapper .popup-sidebar .close-button:hover,
        .page-product-return .popup-form-overlay .popup-wrapper .popup-sidebar .close-button:hover,
        .page-media-inquiries .popup-form-overlay .popup-wrapper .popup-sidebar .close-button:hover {
          opacity: 0.6; }
      .page-questions-or-comments .popup-form-overlay .popup-wrapper .popup-sidebar .popup-sidebar-buttons-wrapper,
      .page-product-return .popup-form-overlay .popup-wrapper .popup-sidebar .popup-sidebar-buttons-wrapper,
      .page-media-inquiries .popup-form-overlay .popup-wrapper .popup-sidebar .popup-sidebar-buttons-wrapper {
        display: block;
        position: absolute;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .page-questions-or-comments .popup-form-overlay .popup-wrapper .popup-sidebar .popup-sidebar-buttons-wrapper a.button,
        .page-product-return .popup-form-overlay .popup-wrapper .popup-sidebar .popup-sidebar-buttons-wrapper a.button,
        .page-media-inquiries .popup-form-overlay .popup-wrapper .popup-sidebar .popup-sidebar-buttons-wrapper a.button {
          display: block;
          margin: 0 auto;
          background-color: #CDAB6A;
          color: #FFF;
          font-weight: bold;
          padding: 12px 0;
          text-align: center;
          text-decoration: none;
          font-size: 1.4em;
          margin: 20px 40px; }
          .page-questions-or-comments .popup-form-overlay .popup-wrapper .popup-sidebar .popup-sidebar-buttons-wrapper a.button:last-child,
          .page-product-return .popup-form-overlay .popup-wrapper .popup-sidebar .popup-sidebar-buttons-wrapper a.button:last-child,
          .page-media-inquiries .popup-form-overlay .popup-wrapper .popup-sidebar .popup-sidebar-buttons-wrapper a.button:last-child {
            margin-bottom: 0px; }
          .page-questions-or-comments .popup-form-overlay .popup-wrapper .popup-sidebar .popup-sidebar-buttons-wrapper a.button:hover,
          .page-product-return .popup-form-overlay .popup-wrapper .popup-sidebar .popup-sidebar-buttons-wrapper a.button:hover,
          .page-media-inquiries .popup-form-overlay .popup-wrapper .popup-sidebar .popup-sidebar-buttons-wrapper a.button:hover {
            opacity: 0.8; }

@media only screen and (max-width: 840px) {
  .form-container {
    margin-left: 30px;
    margin-left: 1.875rem;
    margin-right: 30px;
    margin-right: 1.875rem; }
  .form-title {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    font-size: 26px;
    font-size: 1.625rem; }
  .form-subtitle {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
  .page-questions-or-comments .popup-form-overlay .popup-wrapper,
  .page-product-return .popup-form-overlay .popup-wrapper,
  .page-media-inquiries .popup-form-overlay .popup-wrapper {
    width: 80%;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .page-questions-or-comments .popup-form-overlay .popup-wrapper .popup-content,
    .page-product-return .popup-form-overlay .popup-wrapper .popup-content,
    .page-media-inquiries .popup-form-overlay .popup-wrapper .popup-content {
      width: 100%;
      min-height: inherit;
      padding: 35px 45px; }
      .page-questions-or-comments .popup-form-overlay .popup-wrapper .popup-content p,
      .page-product-return .popup-form-overlay .popup-wrapper .popup-content p,
      .page-media-inquiries .popup-form-overlay .popup-wrapper .popup-content p {
        font-size: 2.4em;
        line-height: 26px; }
    .page-questions-or-comments .popup-form-overlay .popup-wrapper .popup-sidebar,
    .page-product-return .popup-form-overlay .popup-wrapper .popup-sidebar,
    .page-media-inquiries .popup-form-overlay .popup-wrapper .popup-sidebar {
      width: 100%;
      position: initial;
      background-image: none;
      padding: 20px; }
      .page-questions-or-comments .popup-form-overlay .popup-wrapper .popup-sidebar .popup-sidebar-buttons-wrapper,
      .page-product-return .popup-form-overlay .popup-wrapper .popup-sidebar .popup-sidebar-buttons-wrapper,
      .page-media-inquiries .popup-form-overlay .popup-wrapper .popup-sidebar .popup-sidebar-buttons-wrapper {
        tansform: initial;
        position: relative; }
        .page-questions-or-comments .popup-form-overlay .popup-wrapper .popup-sidebar .popup-sidebar-buttons-wrapper a.button,
        .page-product-return .popup-form-overlay .popup-wrapper .popup-sidebar .popup-sidebar-buttons-wrapper a.button,
        .page-media-inquiries .popup-form-overlay .popup-wrapper .popup-sidebar .popup-sidebar-buttons-wrapper a.button {
          margin: 0 auto 12px;
          max-width: 200px; }
          .page-questions-or-comments .popup-form-overlay .popup-wrapper .popup-sidebar .popup-sidebar-buttons-wrapper a.button:last-child,
          .page-product-return .popup-form-overlay .popup-wrapper .popup-sidebar .popup-sidebar-buttons-wrapper a.button:last-child,
          .page-media-inquiries .popup-form-overlay .popup-wrapper .popup-sidebar .popup-sidebar-buttons-wrapper a.button:last-child {
            margin-bottom: 12px; }
      .page-questions-or-comments .popup-form-overlay .popup-wrapper .popup-sidebar .close-button,
      .page-product-return .popup-form-overlay .popup-wrapper .popup-sidebar .close-button,
      .page-media-inquiries .popup-form-overlay .popup-wrapper .popup-sidebar .close-button {
        color: #FFF; } }

@media only screen and (max-width: 700px) {
  .form-container {
    margin-left: 20px;
    margin-left: 1.25rem;
    margin-right: 20px;
    margin-right: 1.25rem; }
  .contact-us-col {
    float: none;
    width: 100%; }
  .contact-us-address,
  .contact-us-address-extra {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
  .contact-us-address-extra {
    margin-left: 0; }
  .form .form-sep {
    padding-right: 0; }
  .form .fields-container .fields-col {
    float: none;
    width: 100%; }
    .form .fields-container .fields-col:nth-child(2) {
      margin-left: 0;
      width: 100%; } }

@media only screen and (max-width: 600px) {
  .page-questions-or-comments .messages {
    padding-top: 0; }
    .page-questions-or-comments .messages .success-msg {
      padding: 1.25rem 0.625rem;
      font-size: 1rem; }
      .page-questions-or-comments .messages .success-msg:before {
        width: 2.25rem;
        height: 2.25rem;
        margin-bottom: 0.75rem; } }

.page-sitemap {
  padding: 80px 0;
  padding: 5rem 0; }
  .page-sitemap .page-title {
    padding-bottom: 4px;
    padding-bottom: 0.25rem; }
  .page-sitemap .sitemap a {
    color: #707371;
    text-decoration: none; }
  .page-sitemap .sitemap li {
    list-style-type: none; }
  .page-sitemap .sitemap .level-0, .page-sitemap .sitemap .footer-title {
    padding: 24px 0 0;
    padding: 1.5rem 0 0;
    font-size: 22px;
    font-size: 1.375rem;
    float: none;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000; }
    .page-sitemap .sitemap .level-0 a, .page-sitemap .sitemap .footer-title a {
      font-family: "Roboto Condensed", helvetica, sans-serif;
      color: #000; }
  .page-sitemap .sitemap .level-1, .page-sitemap .sitemap ul li {
    padding: 6px 0 4px 20px;
    font-size: 20px;
    clear: both; }
    .page-sitemap .sitemap .level-1 a, .page-sitemap .sitemap ul li a {
      color: #CDAB6A; }
  .page-sitemap .sitemap .level-2, .page-sitemap .sitemap ul li ul li {
    font-size: 16px;
    font-size: 1rem; }
  .page-sitemap .sitemap .level-3 {
    font-size: 14px;
    font-size: 0.875rem; }
  .page-sitemap .sitemap .level-1 {
    padding-left: 20px; }
  .page-sitemap .sitemap .level-2 {
    padding-left: 40px; }
    .page-sitemap .sitemap .level-2 a {
      color: #707371; }
  .page-sitemap .sitemap .level-3 {
    padding-left: 60px; }
    .page-sitemap .sitemap .level-3 a {
      color: #707371; }

@media screen and (max-width: 960px) {
  .page-sitemap {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem; } }

.catalogsearch-result-index .under-fold {
  padding-top: 280px;
  padding-top: 17.5rem;
  min-height: 700px;
  background-position: center center; }

.catalogsearch-result-index .footer-graphics {
  display: block; }

.footer {
  padding-top: 276px;
  padding-bottom: 56px;
  position: relative;
  z-index: 4;
  -webkit-transform: translate3d(0, 0, 0); }
  .footer a {
    text-decoration: none;
    color: #A3A3A3; }
  .footer-graphics {
    position: fixed;
    display: none;
    bottom: 0;
    width: 100%;
    background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/footer/bg-footer.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat; }
  .footer-plain {
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 4; }
    .footer-plain > div {
      padding: 36px 0 0 16px;
      padding: 2.25rem 0 0 1rem; }
  .footer-links {
    margin-right: 29px;
    margin-right: 1.8125rem;
    padding-bottom: 36px;
    padding-bottom: 2.25rem;
    display: block;
    float: left; }
    .footer-links .footer-title {
      padding-bottom: 12px;
      padding-bottom: 0.75rem;
      margin-bottom: 12px;
      margin-bottom: 0.75rem;
      font-size: 16px;
      font-size: 1rem;
      position: relative;
      letter-spacing: 3px;
      color: #000;
      text-transform: uppercase;
      font-weight: 900;
      line-height: 1.2;
      font-family: "Roboto Condensed", helvetica, sans-serif; }
      .footer-links .footer-title:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 16px;
        height: 3px;
        background-color: #000; }
    .footer-links a {
      font-size: 12px;
      font-size: 0.75rem; }
  .footer-social {
    margin-top: -370px;
    margin-top: -23.125rem;
    padding: 22px;
    padding: 1.375rem;
    display: block;
    float: right;
    max-width: 330px;
    width: 100%;
    background-color: #5B7F95;
    color: #FFF; }
    .footer-social .block-subscribe {
      padding-bottom: 16px;
      padding-bottom: 1rem;
      margin-bottom: 16px;
      margin-bottom: 1rem;
      border-bottom: 1px solid #B7C9D3; }
      .footer-social .block-subscribe .validation-advice {
        margin-top: 5px;
        text-align: right;
        font-size: 1.2em; }
    .footer-social .footer-social-title {
      margin-bottom: 16px;
      margin-bottom: 1rem;
      font-size: 18px;
      font-size: 1.125rem;
      display: block;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 2.5px;
      line-height: 1; }
    .footer-social p,
    .footer-social a {
      font-size: 12px;
      font-size: 0.75rem;
      letter-spacing: 0.25px;
      color: #B7C9D3; }
    .footer-social p {
      margin-top: 8px;
      margin-top: 0.5rem;
      width: 100%; }
    .footer-social a {
      margin-right: 14px;
      margin-right: 0.875rem;
      text-decoration: underline; }
      .footer-social a:last-of-type {
        margin-right: 0; }
      .footer-social a img {
        max-width: 46px;
        max-width: 2.875rem; }
    .footer-social .input-box {
      position: relative;
      width: 100%; }
      .footer-social .input-box > * {
        float: right;
        display: block; }
    .footer-social input[type="email"] {
      padding-left: 8px;
      padding-left: 0.5rem;
      padding-right: 110px;
      padding-right: 6.875rem;
      font-size: 12px;
      font-size: 0.75rem;
      height: 38px;
      width: 100%;
      border: none;
      border-radius: 0px; }
    .footer-social button {
      padding: 10px 18px 12px;
      padding: 0.625rem 1.125rem 0.75rem;
      font-size: 13px;
      font-size: 0.8125rem;
      position: absolute;
      top: 0;
      right: 0;
      height: 38px;
      font-weight: 600;
      letter-spacing: 1px;
      width: 108px;
      margin: 0px; }
  .footer address {
    padding: 16px;
    padding: 1rem;
    font-size: 12px;
    font-size: 0.75rem;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    color: #A3A3A3;
    border-top: 1px solid #C7C7C7;
    letter-spacing: .5px;
    font-style: normal; }
    .footer address a {
      padding: 0 10px;
      padding: 0 0.625rem;
      text-decoration: underline; }
      .footer address a:first-child {
        border-right: 1px solid #C7C7C7; }

.back-to-top {
  position: fixed !important;
  right: 30px;
  bottom: 30px;
  width: 42px;
  height: 42px;
  background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/back-to-top.svg");
  background-size: 100%;
  z-index: 99999;
  cursor: pointer;
  transition: opacity .2s ease-in;
  display: none; }
  .back-to-top:hover {
    opacity: .75; }
  .back-to-top.is-scrolled {
    display: block; }

#scroll-to-top {
  position: fixed;
  background-color: red;
  width: 30px;
  height: 30px;
  bottom: 30px;
  right: 30px;
  z-index: 99999;
  display: none; }

.footer-graphics.shown {
  display: block; }

@media screen and (max-width: 1024px) {
  .footer {
    padding-top: 276px;
    padding-top: 17.25rem;
    padding-bottom: 56px;
    padding-bottom: 3.5rem;
    background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/footer/bg-footer.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat; }
    .footer .footer-graphics {
      display: none; } }

@media screen and (max-width: 960px) {
  .footer {
    padding-top: 300px;
    padding-top: 18.75rem; }
    .footer-plain > div {
      padding-top: 72px;
      padding-top: 4.5rem; }
    .footer-links-all {
      max-width: 640px;
      margin: 0 auto; }
    .footer-links {
      padding-right: 12px;
      padding-right: 0.75rem;
      margin-right: 0;
      display: inline-block;
      width: 25%; }
    .footer-social {
      margin-top: -522px;
      margin-top: -32.625rem;
      padding: 34px 32px;
      padding: 2.125rem 2rem;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      max-width: 360px; }
      .footer-social .footer-social-title {
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 12px;
        margin-bottom: 0.75rem; }
      .footer-social .social-icon {
        margin-right: 20px;
        margin-right: 1.25rem; } }

@media screen and (max-width: 598px) {
  .footer {
    padding: 0px;
    background-color: #e5e6e8;
    background-image: none; }
    .footer-graphics {
      background-image: none;
      background-position-y: 180px;
      background-color: #e5e6e8; }
    .footer-plain {
      background-color: rgba(255, 255, 255, 0.5); }
      .footer-plain > div {
        padding-top: 300px; }
    .footer-links {
      padding-bottom: 16px;
      padding-bottom: 1rem;
      width: 100%;
      padding-right: 0; }
      .footer-links:last-of-type {
        padding-left: 0; }
    .footer-social {
      margin-top: 0px;
      top: 0px; }
    .footer address span {
      display: block; }
    .footer ul {
      position: relative; } }

@media screen and (max-width: 598px) {
  .footer-social {
    max-width: 96%; }
    .footer-social .social-icon {
      margin-right: 12px;
      margin-right: 0.75rem; } }

@media screen and (max-width: 400px) {
  .footer-social {
    padding: 34px 16px;
    padding: 2.125rem 1rem; }
    .footer-social .social-icon {
      margin-right: 8px;
      margin-right: 0.5rem; }
    .footer-social p,
    .footer-social a {
      font-size: 10px;
      font-size: 0.625rem; } }

.cms-coming-soon .fold, .cms-a-venir .fold, .cms-no-route .fold {
  display: none; }

.cms-coming-soon #layout .under-fold, .cms-a-venir #layout .under-fold, .cms-no-route #layout .under-fold {
  background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/backgrounds/bg_404.jpg"); }

.cms-a-venir #layout .under-fold {
  background-image: url("https://trudeau.com/skin/frontend/trudeau/default/images/backgrounds/bg_404.jpg"); }

.layout-coming-soon {
  min-height: 750px;
  position: relative; }
  .layout-coming-soon .coming-soon-center {
    position: absolute;
    max-width: 410px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
    .layout-coming-soon .coming-soon-center h1 {
      font-size: 25px;
      font-size: 1.5625rem;
      color: #000; }

@media screen and (max-width: 750px) {
  .layout-coming-soon {
    min-height: 200px; } }

.messages {
  position: relative;
  width: 100%;
  margin: 0; }
  .messages .success-msg,
  .messages .error-msg {
    padding: 12px 20px;
    padding: 0.75rem 1.25rem;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    background-color: #FFF;
    line-height: 1.2; }
    .messages .success-msg:after,
    .messages .error-msg:after {
      content: "";
      display: block;
      width: 18px;
      height: 3px;
      position: absolute;
      bottom: -2px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .messages .success-msg {
    color: #949300; }
    .messages .success-msg:after {
      background-color: #949300; }
  .messages .error-msg {
    color: #C63527; }
    .messages .error-msg:after {
      background-color: #C63527; }

.cms-confirmation .fold {
  display: none; }

.layout-confirmation {
  min-height: 750px;
  position: relative; }
  .layout-confirmation .confirmation-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
    .layout-confirmation .confirmation-center h1 {
      font-size: 25px;
      font-size: 1.5625rem;
      color: #000; }

@media screen and (max-width: 750px) {
  .layout-confirmation {
    min-height: 400px; }
    .layout-confirmation .confirmation-center {
      width: 95%; } }

.cms-no-route .layout-coming-soon {
  min-height: 770px;
  position: relative; }

@media screen and (max-width: 750px) {
  .cms-no-route .layout-coming-soon {
    min-height: 350px; } }

.redirect-banner {
  display: none;
  position: relative;
  z-index: 10;
  padding: 40px 20px;
  background-color: #fff; }
  .redirect-banner.-active + .layout .fold-graphics {
    top: 123px; }
  .redirect-banner.-active + .layout .fold-container {
    top: 23vw; }
  .redirect-banner .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .redirect-banner .flag {
    display: block;
    height: 43px;
    margin-right: 30px; }
  .redirect-banner .text {
    font: bold 16px/20px "Roboto Condensed", helvetica, sans-serif;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase; }
  .redirect-banner .link {
    display: block;
    margin-left: 60px;
    border: none;
    padding: 10px 28px;
    background-color: #CDAB6A;
    font: bold 14px/18px "Roboto", helvetica, sans-serif;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none; }
    .redirect-banner .link:hover {
      background-color: #D9C08F; }
  .redirect-banner .close {
    position: absolute;
    top: 6px;
    right: 10px;
    border: 0;
    padding: 10px;
    background: transparent; }
    .redirect-banner .close img {
      width: 15px;
      height: 15px; }
    .redirect-banner .close span {
      font-size: 0; }
  @media screen and (max-width: 960px) {
    .redirect-banner {
      padding: 20px;
      border-bottom: 1px solid #ddd; }
      .redirect-banner .wrapper {
        max-width: 600px;
        margin: 0 auto; }
      .redirect-banner .link {
        margin: 16px 0 0; } }
  @media screen and (max-width: 639px) {
    .redirect-banner {
      padding: 10px; }
      .redirect-banner .wrapper {
        max-width: 360px; }
      .redirect-banner .flag {
        height: 22px;
        margin-right: 10px; }
      .redirect-banner .text {
        font: bold 14px/18px "Roboto Condensed", helvetica, sans-serif;
        letter-spacing: 0;
        text-transform: none; }
      .redirect-banner .link {
        padding: 5px 12px;
        font: bold 12px/16px "Roboto", helvetica, sans-serif;
        letter-spacing: 0; }
      .redirect-banner .close {
        top: 0;
        right: 0; } }
  @media screen and (max-width: 420px) {
    .redirect-banner .wrapper {
      max-width: 250px; }
    .redirect-banner .flag {
      display: none; }
    .redirect-banner .text {
      text-align: center; }
    .redirect-banner .link {
      margin-top: 10px; } }

/**************************
*
*	GENERAL
*
**************************/
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cycle-slideshow { margin: 10px auto; padding: 0; overflow: hidden;}
.cycle-slideshow .slide img { 
    position: absolute; top: 0; left: 0;
    width: 100%; height: auto; padding: 0; display: block;
}
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}
.cycle-slideshow .hotspot img{
    width: auto;
    height: auto;
    position: absolute;
}
/** Pager style **/
.pagernav ul{ 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 0px; overflow: hidden;
}
.pagernav ul li{ 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.pagernav ul li.selected { color: #D69746;}
.pagernav ul li.thumb { 
    display: inline-block; color: #ddd; cursor: pointer; 
}
/***********************/
.pagernav {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.pagernav ul {
    padding: 3px 4px 8px;
    position: relative;
    display: block;
    text-align: center;
}
.pagernav ul li.thumb {
    display: inline-block;
    padding: 0 4px;
    margin: 0 !important;
    overflow: hidden;
}
.pagernav ul li.thumb > img {
    border: 1px solid;
    cursor: pointer;
    margin-top: 5px;
    vertical-align:bottom;
    opacity: 0.5;
}
.pagernav ul li.thumb:hover > img,
.pagernav ul li.thumb.cycle-slide-active > img{
    opacity: 1;
}
.pagernav ul li.thumb img{ 
    border: 4px solid #e6e6e6;
    -moz-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
    box-shadow: 0px 3px 6px rgba(0,0,0,.5);
    margin: 0 auto;
    width: auto;
    height: auto;
    display: inline-block;
}

.pagernav ul > * { cursor: pointer;}
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}
#progress {
    position: absolute;
    bottom: 0;
    height: 6px;
    width: 0px;
    background: #b7b7b7;
    z-index: 500;
}
.pagernav ul.cycle {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.pagernav ul.cycle li {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 20px 5px;
    position: relative;
    text-align: left;
    text-indent: -9999px;
    width: 16px;
    background: #b7b7b7;
}
.pagernav ul.cycle li {
    -moz-box-shadow:
        0px 1px 0px rgba(255,255,255,1),
        inset 0px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:
        0px 1px 0px rgba(255,255,255,1),
        inset 0px 1px 1px rgba(0,0,0,0.2);
    box-shadow:
        0px 1px 0px rgba(255,255,255,1),
        inset 0px 1px 1px rgba(0,0,0,0.2);
}
.pagernav ul.cycle li > span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 8px;
    left: 4px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    width: 8px;
}
.pagernav ul.cycle li:hover > span {
    -moz-box-shadow:
        0px 1px 0px rgba(255,255,255,1),
        inset 0px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:
        0px 1px 0px rgba(255,255,255,1),
        inset 0px 1px 1px rgba(0,0,0,0.2);
    box-shadow:
        0px 1px 0px rgba(255,255,255,1),
        inset 0px 1px 1px rgba(0,0,0,0.2);
}
.pagernav ul.cycle li.cycle-pager-active > span {
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    background: #434648;
}
/********* prev / next links ************/
.slide-prev, .slide-next, .slide_commands {
    cursor: pointer;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 999;
    background: #d8d8d8;
    background: rgba(216, 216, 216, 0.85);
}
.slide-prev {
    left: 0;
}
.slide-prev > span {
    background: url(https://trudeau.com/skin/frontend/base/default/lookbookslider/images/camera_skins.png) no-repeat 0 0;
    display: block;
    height: 40px;
    width: 40px;
}
.slide-next {
    right: 0;
}
.slide-next > span {
    background: url(https://trudeau.com/skin/frontend/base/default/lookbookslider/images/camera_skins.png) no-repeat -40px 0;
    display: block;
    height: 40px;
    width: 40px;
}

.slide_commands {
    right: 41px;
}
.slide-prev.hover,
.slide-next.hover,
.slide_commands.hover {
    display: none;
}
.cycle-slideshow:hover .slide-prev.hover,
.cycle-slideshow:hover .slide-next.hover,
.cycle-slideshow:hover .slide_commands.hover {
    display: block;
}

.slide_commands > .slide_play {
    background: url(https://trudeau.com/skin/frontend/base/default/lookbookslider/images/camera_skins.png) no-repeat -80px 0;
    height: 40px;
    width: 40px;
}
.slide_commands > .slide_stop {
    background: url(https://trudeau.com/skin/frontend/base/default/lookbookslider/images/camera_skins.png) no-repeat -120px 0;
    display: block;
    height: 40px;
    width: 40px;
}

.disabled { opacity: .5; filter:alpha(opacity=50); }
.showIt { display: none; }

.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}

/*Hotspots*/
.content-before, .content-after {
    display: block;
    clear:both;
}
.hotspot {
    position:absolute;
}

.hotspot:hover .product-info,
.hotspot.hover .product-info{
    visibility: visible;
}

.hotspot:hover .hotspot-icon,
.hotspot.hover .hotspot-icon {
    z-index:101; 
}

.hotspot .product-info {
    background: url(https://trudeau.com/skin/frontend/base/default/lookbookslider/images/info-bg.png) repeat 0 0 transparent;
    border-top: 2px solid #FFFFFF;
    color: #686767;
    overflow:hidden;
    font: normal 12px Tahoma,Arial;
    min-width: 220px;
    max-width: 300px;
    padding: 12px;
    position: absolute;
    display:block;
    visibility: hidden;
    z-index:999; 

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: #666 2px 2px 3px;
    -moz-box-shadow: #666 2px 2px 3px;
    box-shadow: #666 2px 2px 3px;
}
.hotspot .product-info h2,
.hotspot .product-info a {
    color: #686767;
    font: normal 12px Tahoma,Arial;   
}

.hotspot .product-info .price {
    font: bold 12px Tahoma,Arial;
    color: #7dad01;
    padding-top: 8px;
    float: left;
    clear: both;
}

.hotspot .product-info .price .old-price{
    font: bold 11px Tahoma,Arial;
    color: #686767;
    text-decoration: line-through;
}

.hotspot .product-info  .out-of-stock {
    margin-top:5px;
    color: #D83820;
}
.hotspot-icon {
    position: absolute;
}
.hotspot .shop-block {
    float:right;
    padding-top: 8px;
}
.pro-detail-div .desc img {float:left; padding: 0 5px 5px 0; position: relative;}

.clearfix:after { 
    content: "."; 
    visibility: hidden; 
    display: block; 
    height: 0; 
    clear: both;
}	

.lookbookslider-container {
    background: url(https://trudeau.com/skin/frontend/base/default/lookbookslider/images/spinner.gif) 50% 50% no-repeat;
}

.pinit_button{
    position: absolute;
    top: 0px;
}

/** Adaptive style **/

@media screen and (max-width:600px) {
    .hotspot .product-info .desc{
        display: none;
    }   
    .hotspot .product-info .price{
        font-size: 12px;
        padding-top: 0px;
    }
    .hotspot .product-info label{
        font-size: 10px;
        float: left;
        margin-left: 60px;
    }
    .hotspot .product-info h2{
        margin-bottom: 0px;
        font-size: 10px;
    }
    .hotspot .product-info .shop-block{

        width: 100%;
        margin-top: -20px;
    }
    .hotspot .product-info input.qty{
        height: 18px;
        width: 30px;
        font-size: 12px;
        padding: 0px;
    }
    .hotspot .product-info .btn-cart{
        width: 100%;
        margin-top: 5px;

    }

}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-slideshow { min-width: 200px;}
    .cycle-slideshow .cycle-overlay { padding: 4px }
    .cycle-slideshow .cycle-caption { bottom: 4px; right: 4px }
    .pagernav {display: none}
    .hotspot {display: none}
}

@media screen and (max-width:400px) {
    .hotspot {
        display: none;
    }

    .camera_thumbs_cont{
        display: none;
    }

    .camera_target_content {
        overflow: hidden;
    }

}


