@charset "UTF-8";
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=34086ae6-d204-47ec-9b8c-2c8d9d2bf4b3");
@font-face {
  font-family: TELUS-Web;
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.telus.digital/thorium/core/fonts/aff68211-86bb-476d-882e-f7a3face144c.woff2) format("woff2"), url(https://cdn.telus.digital/thorium/core/fonts/50d35bbc-dfd4-48f1-af16-cf058f69421d.woff) format("woff"), url(https://cdn.telus.digital/thorium/core/fonts/278bef59-6be1-4800-b5ac-1f769ab47430.ttf) format("truetype"), url(https://cdn.telus.digital/thorium/core/fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix) format("eot");
}

@font-face {
  font-family: TELUS-Web;
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.telus.digital/thorium/core/fonts/etext/b8765d4b-d9a3-48b9-ac65-560e7517cf0e.woff2) format("woff2"), url(https://cdn.telus.digital/thorium/core/fonts/etext/d7d2e6c6-fc3a-41a5-9b52-648e12e215b2.woff) format("woff"), url(https://cdn.telus.digital/thorium/core/fonts/etext/cb64744b-d0f7-4ef8-a790-b60d6e3e4f21.ttf) format("truetype"), url(https://cdn.telus.digital/thorium/core/fonts/etext/e0781a75-0ecb-464e-b6e9-85780ddc0921.eot?#iefix) format("eot");
}

@font-face {
  font-family: TELUS-Web;
  font-style: normal;
  font-weight: 500;
  src: url(https://cdn.telus.digital/thorium/core/fonts/etext/dc50c02f-3f77-4e75-b89c-e3f9bb4752e6.woff2) format("woff2"), url(https://cdn.telus.digital/thorium/core/fonts/etext/ce6f5b38-1cb5-4a27-8182-583aa68b2436.woff) format("woff"), url(https://cdn.telus.digital/thorium/core/fonts/etext/ff06cde7-e06a-4cf0-af4d-5b2f737bf544.ttf) format("truetype"), url(https://cdn.telus.digital/thorium/core/fonts/etext/706ec8e5-fe4a-4518-91a6-7aba4d3d333f.eot?#iefix) format("eot");
}

@font-face {
  font-family: TELUS-Web;
  font-style: normal;
  font-weight: 700;
  src: url(https://cdn.telus.digital/thorium/core/fonts/etext/3e8a8b56-3cb0-4347-b670-eaaf06b76e9b.woff2) format("woff2"), url(https://cdn.telus.digital/thorium/core/fonts/etext/07173950-fa69-4b65-9c71-0cf2ec00b51d.woff) format("woff"), url(https://cdn.telus.digital/thorium/core/fonts/etext/aac5a4b8-ffd3-4529-a098-21b91bc86f9a.ttf) format("truetype"), url(https://cdn.telus.digital/thorium/core/fonts/etext/a747e1ea-ecdf-4f3d-ad47-3df9cfbee3cc.eot?#iefix) format("eot");
}

@font-face {
  font-family: 'mtelus_icons';
  src: url("/css/fonts/icomoon.eot?s0lzxz");
  src: url("/css/fonts/icomoon.eot?s0lzxz#iefix") format("embedded-opentype"), url("/css/fonts/icomoon.ttf?s0lzxz") format("truetype"), url("/css/fonts/icomoon.woff?s0lzxz") format("woff"), url("/css/fonts/icomoon.svg?s0lzxz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'clarke';
  src: url("/css/fonts/Clarke/clarke-regular-webfont.eot");
  src: url("/css/fonts/Clarke/clarke-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/css/fonts/Clarke/clarke-regular-webfont.woff2") format("woff2"), url("/css/fonts/Clarke/clarke-regular-webfont.woff") format("woff"), url("/css/fonts/Clarke/clarke-regular-webfont.ttf") format("truetype"), url("/css/fonts/Clarke/clarke-regular-webfont.svg#clarkeregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'clarke medium';
  src: url("/css/fonts/Clarke/clarke-medium-webfont.eot");
  src: url("/css/fonts/Clarke/clarke-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/css/fonts/Clarke/clarke-medium-webfont.woff2") format("woff2"), url("/css/fonts/Clarke/clarke-medium-webfont.woff") format("woff"), url("/css/fonts/Clarke/clarke-medium-webfont.ttf") format("truetype"), url("/css/fonts/Clarke/clarke-medium-webfont.svg#clarkebold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'clarke black';
  src: url("/css/fonts/Clarke/clarke-black-webfont.eot");
  src: url("/css/fonts/Clarke/clarke-black-webfont.eot?#iefix") format("embedded-opentype"), url("/css/fonts/Clarke/clarke-black-webfont.woff2") format("woff2"), url("/css/fonts/Clarke/clarke-black-webfont.woff") format("woff"), url("/css/fonts/Clarke/clarke-black-webfont.ttf") format("truetype"), url("/css/fonts/Clarke/clarke-black-webfont.svg#clarkeblack") format("svg");
  font-weight: 900;
  font-style: normal;
}

.form-control {
  border-color: #000;
}

.input-group-addon {
  color: #000;
  border-color: #000;
  background-color: #666666;
}

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

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, .advantages-submenu ul li a, h5, h6, a {
  outline: none;
}

html, body {
  height: 100%;
}

body {
  color: #000;
  font-size: 87.5%;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.71428571;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

hr {
  border: 0;
  border-top: 1px #000 solid;
  display: block;
  height: 1px;
  margin: 1.71428571em 0;
  padding: 0;
}

hr::after, hr::before, hr:after, hr:before {
  content: "";
  display: block;
  clear: both;
}

.mobile {
  display: block !important;
  visibility: visible !important;
}

.desktop {
  display: none !important;
  visibility: hidden !important;
}

@media (min-width: 1024px) {
  .mobile {
    display: none !important;
    visibility: hidden !important;
  }
  .desktop {
    display: block !important;
    visibility: visible !important;
  }
}

.show-mobile {
  display: block;
}

@media (min-width: 768px) {
  .show-mobile {
    display: none;
  }
}

.hide-mobile {
  display: none;
}

@media (min-width: 768px) {
  .hide-mobile {
    display: block;
  }
}

.show-mobile-tablet {
  display: block;
}

@media (min-width: 1024px) {
  .show-mobile-tablet {
    display: none;
  }
}

.hide-mobile-tablet {
  display: none;
}

@media (min-width: 1024px) {
  .hide-mobile-tablet {
    display: block;
  }
}

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

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

img, object, embed, svg {
  max-width: 100%;
  height: auto;
}

iframe,
video {
  width: 100%;
  height: auto;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
  text-shadow: 1px 1px 0px black;
}

::selection {
  background-color: #000;
  color: #fff;
  text-shadow: 1px 1px 0px black;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
  text-shadow: 1px 1px 0px black;
}

a {
  color: #000;
  transition: all 0.3s ease;
  text-decoration: none;
}

a:hover, a:focus {
  color: #000;
}

a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.8);
}

.header a {
  color: #fff;
}

.homepage a {
  color: #000;
}

.scrolling-down a {
  color: #fff;
}

.footer a {
  color: #fff;
}

.l-margin-content a,
.l-cols2 a,
.l-content a {
  text-decoration: underline;
  padding: 3px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.14285714em;
}

.l-margin-content a:hover, .l-margin-content a:focus, .l-margin-content a.active,
.l-cols2 a:hover,
.l-cols2 a:focus,
.l-cols2 a.active,
.l-content a:hover,
.l-content a:focus,
.l-content a.active {
  background: #000;
  color: #fff;
  text-decoration: none;
}

p {
  margin-bottom: 19.3px;
}

p.p2 {
  line-height: 1.214285714285714;
}

p.p3 {
  font-size: 0.85714286em;
  line-height: 1.25;
}

small {
  font-size: 0.8em;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #bfbfbf;
  cursor: help;
}

address {
  font-style: normal;
}

h1, h2, h3, h4, .advantages-submenu ul li a, h5, h6 {
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, .advantages-submenu ul li a:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 .highlight, h2 .highlight, h3 .highlight, h4 .highlight, .advantages-submenu ul li a .highlight, h5 .highlight, h6 .highlight {
  line-height: 0.82;
  display: inline-block;
  background-color: #000;
  color: #fff;
  margin: 0;
  padding: 12px;
}

h1 .highlight.white, h2 .highlight.white, h3 .highlight.white, h4 .highlight.white, .advantages-submenu ul li a .highlight.white, h5 .highlight.white, h6 .highlight.white {
  background-color: #fff;
  color: #000;
  margin: 0;
  padding: 0;
}

.body_fr h1 .highlight, .body_fr h2 .highlight, .body_fr h3 .highlight, .body_fr h4 .highlight, .body_fr .advantages-submenu ul li a .highlight, .advantages-submenu ul li .body_fr a .highlight, .body_fr h5 .highlight, .body_fr h6 .highlight {
  line-height: 0.95;
}

h1 {
  font-size: 4.28571429em;
}

h1 + .l-content {
  margin-bottom: 0;
}

h2 {
  font-size: 3.42857143em;
}

h3 {
  font-size: 2.57142857em;
}

h4, .advantages-submenu ul li a {
  font-size: 1.71428571em;
}

h5 {
  font-size: 1.28571429em;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

h6 {
  font-size: 1em;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
}

h1 + h2, h2 + h3, h3 + h4, .advantages-submenu ul li h3 + a, h4 + h5, .advantages-submenu ul li a + h5, h5 + h6 {
  margin-top: 0;
}

.xsmall {
  font-size: 0.55em;
}

.small {
  font-size: 0.8em;
}

.medium {
  font-size: 1.4em;
}

.large {
  font-size: 2em;
}

.xlarge {
  font-size: 3em;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.titlecase {
  text-transform: none;
}

.url,
.force-wrap {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

.font-clarke {
  font-family: "clarke", sans-serif;
}

.columns {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.columns:after {
  content: " ";
  display: block;
  clear: both;
}

.columns .span1 {
  box-sizing: border-box;
  width: 5%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
}

.columns .span1:nth-child(20n) {
  float: right;
}

.columns .pre1 {
  margin-left: 5%;
}

.columns .push1 {
  margin-left: 5%;
}

.columns .span2 {
  box-sizing: border-box;
  width: 10%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
}

.columns .span2:nth-child(10n) {
  float: right;
}

.columns .pre2 {
  margin-left: 10%;
}

.columns .push2 {
  margin-left: 10%;
}

.columns .span3 {
  box-sizing: border-box;
  width: 15%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
}

.columns .span3:nth-child(7n) {
  float: right;
}

.columns .pre3 {
  margin-left: 15%;
}

.columns .push3 {
  margin-left: 15%;
}

.columns .span4 {
  box-sizing: border-box;
  width: 20%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
}

.columns .span4:nth-child(5n) {
  float: right;
}

.columns .pre4 {
  margin-left: 20%;
}

.columns .push4 {
  margin-left: 20%;
}

.columns .span5 {
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
}

.columns .span5:nth-child(4n) {
  float: right;
}

.columns .pre5 {
  margin-left: 25%;
}

.columns .push5 {
  margin-left: 25%;
}

.columns .span6 {
  box-sizing: border-box;
  width: 30%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
}

.columns .span6:nth-child(4n) {
  float: right;
}

.columns .pre6 {
  margin-left: 30%;
}

.columns .push6 {
  margin-left: 30%;
}

.columns .span7 {
  box-sizing: border-box;
  width: 35%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
}

.columns .span7:nth-child(3n) {
  float: right;
}

.columns .pre7 {
  margin-left: 35%;
}

.columns .push7 {
  margin-left: 35%;
}

.columns .span8 {
  box-sizing: border-box;
  width: 40%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
}

.columns .span8:nth-child(3n) {
  float: right;
}

.columns .pre8 {
  margin-left: 40%;
}

.columns .push8 {
  margin-left: 40%;
}

.columns .span9 {
  box-sizing: border-box;
  width: 45%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
}

.columns .span9:nth-child(3n) {
  float: right;
}

.columns .pre9 {
  margin-left: 45%;
}

.columns .push9 {
  margin-left: 45%;
}

.columns .span10 {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
}

.columns .span10:nth-child(2n) {
  float: right;
}

.columns .pre10 {
  margin-left: 50%;
}

.columns .push10 {
  margin-left: 50%;
}

.columns .span11 {
  box-sizing: border-box;
  width: 55%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
}

.columns .span11:nth-child(2n) {
  float: right;
}

.columns .pre11 {
  margin-left: 55%;
}

.columns .push11 {
  margin-left: 55%;
}

.columns .span12 {
  box-sizing: border-box;
  width: 60%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
}

.columns .span12:nth-child(2n) {
  float: right;
}

.columns .pre12 {
  margin-left: 60%;
}

.columns .push12 {
  margin-left: 60%;
}

.columns .span13 {
  box-sizing: border-box;
  width: 65%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
}

.columns .span13:nth-child(2n) {
  float: right;
}

.columns .pre13 {
  margin-left: 65%;
}

.columns .push13 {
  margin-left: 65%;
}

.columns .span14 {
  box-sizing: border-box;
  width: 70%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
}

.columns .span14:nth-child(2n) {
  float: right;
}

.columns .pre14 {
  margin-left: 70%;
}

.columns .push14 {
  margin-left: 70%;
}

.columns .span15 {
  box-sizing: border-box;
  width: 75%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
}

.columns .span15:nth-child(2n) {
  float: right;
}

.columns .pre15 {
  margin-left: 75%;
}

.columns .push15 {
  margin-left: 75%;
}

.columns .span16 {
  box-sizing: border-box;
  width: 80%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
}

.columns .span16:nth-child(2n) {
  float: right;
}

.columns .pre16 {
  margin-left: 80%;
}

.columns .push16 {
  margin-left: 80%;
}

.columns .span17 {
  box-sizing: border-box;
  width: 85%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
}

.columns .span17:nth-child(2n) {
  float: right;
}

.columns .pre17 {
  margin-left: 85%;
}

.columns .push17 {
  margin-left: 85%;
}

.columns .span18 {
  box-sizing: border-box;
  width: 90%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
}

.columns .span18:nth-child(2n) {
  float: right;
}

.columns .pre18 {
  margin-left: 90%;
}

.columns .push18 {
  margin-left: 90%;
}

.columns .span19 {
  box-sizing: border-box;
  width: 95%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
}

.columns .span19:nth-child(2n) {
  float: right;
}

.columns .pre19 {
  margin-left: 95%;
}

.columns .push19 {
  margin-left: 95%;
}

.columns .span20 {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
}

.columns .span20:nth-child(1n) {
  float: right;
}

.columns .pre20 {
  margin-left: 100%;
}

.columns .push20 {
  margin-left: 100%;
}

.columns > [class^="span"]:last-child,
.columns > [class*=" span"]:last-child {
  float: right;
}

.columns > [class^="span"].not-last,
.columns > [class*=" span"].not-last {
  float: left !important;
}

main {
  padding-top: 102px;
}

.homepage main {
  /* padding-top: 0 */
  padding-bottom: 100px;
}

@media (min-width: 768px) {
  main {
    padding-top: 112px;
  }
}

.wrapper-content {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-content:after {
  content: " ";
  display: block;
  clear: both;
}

.l-margin-content {
  margin: 0;
  padding: 0;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 19.3px;
  margin-right: 19.3px;
}

.rentals .l-margin-content {
  margin-left: 0;
  margin-right: 0;
}

.l-margin-content .full-width {
  padding: 19.3px;
}

@media (min-width: 1366px) {
  .l-margin-content {
    margin: 5%;
  }
}

.l-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .l-home {
    margin-left: 19.3px;
    margin-right: 19.3px;
  }
}

@media (min-width: 1366px) {
  .l-home {
    margin-left: 5%;
    margin-right: 5%;
  }
}

.l-home .content {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.l-home .sidebar {
  margin: 38.6px auto;
  width: 100%;
  max-width: 300px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.l-home .sidebar .block-ticketmaster {
  margin-top: 38.6px;
  display: none;
}

@media (min-width: 768px) {
  .l-home {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .l-home .content {
    width: calc(95% - 300px);
    float: left;
    margin-right: 5%;
  }
  .l-home .sidebar {
    width: 300px;
    float: right;
    margin: 0;
    padding: 0;
  }
  .l-home .sidebar .block-ticketmaster {
    display: block;
  }
}

.l-main,
.l-cols2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  margin-top: 38.6px;
  margin-bottom: 38.6px;
}

.l-main .content,
.l-cols2 .content {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 768px) {
  .l-main .content,
  .l-cols2 .content {
    padding: 0 1em;
  }
}

.l-main .sidebar,
.l-cols2 .sidebar {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (max-width: 768px) {
  .l-main .sidebar,
  .l-cols2 .sidebar {
    padding: 0 1em;
  }
}

.l-main .full-content,
.l-cols2 .full-content {
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (min-width: 768px) {
  .l-main,
  .l-cols2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .l-main .content,
  .l-cols2 .content {
    width: 50%;
    padding-right: 19.3px;
  }
  .l-main .sidebar,
  .l-cols2 .sidebar {
    width: 50%;
    padding-left: 19.3px;
  }
  .l-main .full-content,
  .l-cols2 .full-content {
    width: 100%;
  }
}

@media (min-width: 1366px) {
  .l-main,
  .l-cols2 {
    margin: 5%;
  }
}

.l-content {
  border-bottom: 6px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
}

.l-content .content {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 19.3px;
}

.l-content .sidebar {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 19.3px;
}

@media (min-width: 768px) {
  .l-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .l-content .content {
    width: 70%;
  }
  .l-content .content.contact-top {
    width: 50%;
  }
  .l-content .sidebar {
    width: 30%;
  }
  .l-content .sidebar.contact-top {
    width: 50%;
  }
}

.sidebar a {
  position: relative;
}

/* NOTE: */
/* REMOVE show_anniversary */
/* ============== */
.show-mobile svg {
  fill: #fff !important;
}

#header {
  border-top: #fff 2px solid;
  background-color: #000;
  color: #fff;
  position: fixed;
  top: 0;
  z-index: 75;
  width: 100%;
  height: auto;
  max-height: 112px;
  transition: all 0.2s linear;
}

#header svg {
  max-height: 112px;
}

#header .header {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 19.3px;
  padding-bottom: 19.3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .header:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 768px) {
  #header .header {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media only screen and (max-width: 600px) {
  #header .header {
    width: 100%;
    max-height: 112px !important;
  }
}

#header .header .navigation,
#header .header .utilities {
  width: 45%;
  margin: 0;
  padding: 0;
  display: block;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 768px) {
  #header .header .navigation,
  #header .header .utilities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: left;
    margin-left: 19.3px;
    margin-right: 19.3px;
  }
}

@media (min-width: 1366px) {
  #header .header .navigation,
  #header .header .utilities {
    width: 40%;
    margin: 0;
    padding: 0;
    margin-left: 5%;
    margin-right: 5%;
  }
}

#header .header .header-menu {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

#header .header .header-menu a {
  font-family: "clarke black", sans-serif;
  font-size: 1.42857143em;
  line-height: 1;
  padding: 3px 3px 3px 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

#header .header .header-menu a.active, #header .header .header-menu a:hover, #header .header .header-menu a:focus {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

@media (min-width: 768px) {
  #header .header .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px) {
  #header .header .header-menu a {
    font-size: 1.71428571em;
  }
}

@media (min-width: 1366px) {
  #header .header .header-menu {
    padding-left: 0;
  }
}

#header .header .navigation {
  margin-right: 19.3px;
}

@media (min-width: 768px) {
  #header .header .navigation {
    margin-right: 0;
  }
}

#header .header .utilities {
  padding-left: 19.3px;
  padding-right: 19.3px;
  margin-left: 19.3px;
}

#header .header .utilities .link-utility {
  font-family: "clarke black", sans-serif;
  line-height: 1;
  display: inline-block;
  padding: 3px 3px 3px 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

#header .header .utilities .link-utility.b-language {
  margin-left: 19.3px;
}

#header .header .utilities .link-utility.active, #header .header .utilities .link-utility:hover, #header .header .utilities .link-utility:focus {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#header .header .utilities .section-login {
  display: none;
  width: inherit;
}

#header .header .utilities .section-login .login-container {
  width: auto;
  display: inline-block;
  /* margin-top: 20px */
  padding: 3px 3px 0 0;
}

#header .header .utilities .section-login .login-container .icon-user {
  float: left;
  margin-right: 10px;
}

#header .header .utilities .section-login h6 {
  text-transform: uppercase;
}

#header .header .utilities .section-login.active {
  border-top: 3px solid #7228FB;
  border-bottom: 3px solid #7228FB;
}

#header .header .utilities .section-login h2,
#header .header .utilities .section-login h3 {
  font-size: 1.42857143em;
}

#header .header .utilities .section-login h2 span,
#header .header .utilities .section-login h3 span {
  display: inline-block;
  margin-right: 0.5em;
}

@media (min-width: 1024px) {
  #header .header .utilities .section-login h2,
  #header .header .utilities .section-login h3 {
    font-size: 1.71428571em;
  }
}

#header .header .utilities .section-login .link-login,
#header .header .utilities .section-login .icon-telus,
#header .header .utilities .section-login .show_home {
  display: none;
}

@media (min-width: 768px) {
  #header .header .utilities .section-login {
    display: inline;
  }
}

#header .header .utilities .section-others {
  display: none;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .header .utilities .section-others .section-search {
  float: right;
  position: relative;
  z-index: 20;
}

#header .header .utilities .section-others .section-search .b-search {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  z-index: 25;
  background: #000 url("/images/icons/zoom-white.svg") no-repeat 50% 50%;
  background-size: contain;
}

@media (min-width: 1024px) {
  #header .header .utilities .section-others .section-search .b-search {
    width: 30px;
    height: 30px;
  }
}

#header .header .utilities .section-others .section-search .form-search {
  position: relative;
  z-index: 20;
}

#header .header .utilities .section-others .section-search .form-search .search-text {
  display: none;
  position: absolute;
  right: 0px;
  z-index: 22;
  -webkit-animation: fadeInLeft .3s ease forwards;
          animation: fadeInLeft .3s ease forwards;
  transition: all .35s ease;
  width: 240px;
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0.2em 0.5em;
  margin: 0;
  height: 30px;
}

#header .header .utilities .section-others .section-search .form-search .b-search {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  z-index: 25;
  margin: 0;
  height: 30px;
}

@media (min-width: 1024px) {
  #header .header .utilities .section-others .section-search .form-search .b-search {
    width: 30px;
    height: 30px;
  }
}

#header .header .utilities .section-others .section-search.active .form-search .b-search {
  background: #fff url("/images/icons/zoom.svg") no-repeat 50% 50%;
  border: none;
}

#header .header .utilities .section-others .section-search.active .form-search .search-text {
  display: block;
  -webkit-animation: fadeInRight .3s ease forwards;
          animation: fadeInRight .3s ease forwards;
  transition: all .35s ease;
}

@media (min-width: 768px) {
  #header .header .utilities .section-others {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  #header .header .utilities {
    margin-left: 0;
  }
}

@media (min-width: 1366px) {
  #header .header .utilities {
    padding-right: 0;
  }
}

#header .header .logo {
  box-sizing: border-box;
  width: 30%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
  margin: 0;
  padding: 0;
  margin-left: 5%;
  margin-right: 5%;
}

#header .header .logo a {
  display: block;
  margin: auto;
  max-width: 65px;
}

#header .header .logo a svg {
  fill: #fff;
}

@media (min-width: 768px) {
  #header .header .logo {
    box-sizing: border-box;
    width: 10%;
    float: left;
    padding-left: 9.65px;
    padding-right: 9.65px;
    margin: 0;
    padding: 0;
  }
  #header .header .logo a {
    max-width: 70px;
  }
}

#header .header-space {
  display: none;
}

.homepage #header:not(.scrolling-down) {
  background-color: #fff;
  color: #000;
  position: relative;
  height: 100%;
  max-height: 140px;
  padding: 0 19.3px;
}

@media (min-width: 768px) {
  .homepage #header:not(.scrolling-down) {
    max-height: 280px;
  }
}

.homepage #header:not(.scrolling-down) svg {
  fill: #000 !important;
  max-height: inherit;
}

.homepage #header:not(.scrolling-down) .header-space {
  display: block;
  height: 140px;
}

@media (min-width: 768px) {
  .homepage #header:not(.scrolling-down) .header-space {
    height: 280px;
  }
}

.homepage #header:not(.scrolling-down) .header .navigation,
.homepage #header:not(.scrolling-down) .header .utilities {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .homepage #header:not(.scrolling-down) .header .navigation,
  .homepage #header:not(.scrolling-down) .header .utilities {
    margin-right: 30%;
    box-sizing: border-box;
    width: 30%;
    float: left;
    padding-left: 9.65px;
    padding-right: 9.65px;
    margin: 0;
    padding: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 345px;
  }
}

@media (min-width: 768px) {
  .homepage #header:not(.scrolling-down) .header .logo {
    box-sizing: border-box;
    width: 40%;
    float: left;
    padding-left: 9.65px;
    padding-right: 9.65px;
    margin: 0;
    padding: 0;
    margin-left: 5%;
    margin-right: 5%;
  }
  .homepage #header:not(.scrolling-down) .header .logo a {
    max-width: 160px;
    margin: auto;
    height: 100%;
    padding-top: 42px;
  }
  .homepage #header:not(.scrolling-down) .header .logo a svg {
    height: 100%;
  }
}

@media (min-width: 1366px) {
  .homepage #header:not(.scrolling-down) .header .logo {
    box-sizing: border-box;
    width: 20%;
    float: left;
    padding-left: 9.65px;
    padding-right: 9.65px;
    margin: 0;
    padding: 0;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.homepage #header:not(.scrolling-down) .header .navigation {
  text-align: center;
}

@media (min-width: 768px) {
  .homepage #header:not(.scrolling-down) .header .navigation {
    text-align: left;
    margin-top: 42px;
  }
}

@media (min-width: 1366px) {
  .homepage #header:not(.scrolling-down) .header .navigation {
    margin-left: 5%;
  }
}

.homepage #header:not(.scrolling-down) .header .utilities {
  text-align: center;
}

@media (min-width: 768px) {
  .homepage #header:not(.scrolling-down) .header .utilities {
    text-align: left;
    margin-right: 5%;
  }
}

.homepage #header:not(.scrolling-down) .header .utilities .section-login {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  border-top: 10px solid #000;
  border-bottom: 0;
  height: 100%;
  min-height: 200px;
}

.homepage #header:not(.scrolling-down) .header .utilities .section-login .login-container {
  position: relative;
  margin-top: 19.3px;
  margin-bottom: 19.3px;
  left: 38.6px;
  width: 82%;
}

@media (min-width: 1024px) {
  .homepage #header:not(.scrolling-down) .header .utilities .section-login .login-container {
    left: 57.9px;
    width: calc(100% - ($gutter-width*3));
  }
}

.homepage #header:not(.scrolling-down) .header .utilities .section-login h2,
.homepage #header:not(.scrolling-down) .header .utilities .section-login h3 {
  display: block;
  font-size: 2.57142857em;
  line-height: 0.8055555555555556;
}

.homepage #header:not(.scrolling-down) .header .utilities .section-login h2 span,
.homepage #header:not(.scrolling-down) .header .utilities .section-login h3 span {
  color: #7228FB;
}

.homepage #header:not(.scrolling-down) .header .utilities .section-login p {
  margin-top: 0.5em;
  text-transform: none;
}

.homepage #header:not(.scrolling-down) .header .utilities .section-login .link-login {
  display: block;
  font-size: 1.14285714em;
  line-height: 1.166666666666667;
  font-weight: bold;
  margin-top: 28.95px;
  text-transform: none;
  color: #7228FB;
  position: absolute;
  bottom: 19.3px;
  width: 100%;
}

@media (min-width: 1024px) {
  .homepage #header:not(.scrolling-down) .header .utilities .section-login .link-login {
    font-size: 1.28571429em;
  }
}

.homepage #header:not(.scrolling-down) .header .utilities .section-login .icon-telus {
  position: absolute;
  display: inline-block;
  top: 0;
  left: -1px;
  width: 28px;
}

@media (min-width: 1024px) {
  .homepage #header:not(.scrolling-down) .header .utilities .section-login .icon-telus {
    width: 38px;
  }
}

.homepage #header:not(.scrolling-down) .header .utilities .section-login .icon-user {
  margin-right: 9.65px;
  display: inline-block;
  width: 20px;
  height: 20px;
  float: left;
  z-index: 25;
  background: url("/images/icons/user_mauve.svg") no-repeat 50% 50%;
  background-size: contain;
}

@media (min-width: 1024px) {
  .homepage #header:not(.scrolling-down) .header .utilities .section-login .icon-user {
    margin-right: 29.3px;
    margin-left: 10px;
  }
}

.homepage #header:not(.scrolling-down) .header .utilities .section-others {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: 42px;
}

.homepage #header:not(.scrolling-down) .header .utilities .section-others .section-search {
  float: right;
  position: relative;
  z-index: 20;
  width: inherit;
}

.homepage #header:not(.scrolling-down) .header .utilities .section-others .section-search .b-search {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 2px;
  top: -28px;
  z-index: 25;
  background: white url("/images/icons/zoom.svg");
}

.homepage #header:not(.scrolling-down) .header .utilities .section-others .section-search .form-search {
  position: absolute;
  width: 100%;
  right: 0;
  z-index: 22;
}

.homepage #header:not(.scrolling-down) .header .utilities .section-others .section-search .form-search .search-text {
  -webkit-animation: fadeInLeft .3s ease forwards;
          animation: fadeInLeft .3s ease forwards;
  transition: all .35s ease;
  margin: 0;
  height: 30px;
}

.homepage #header:not(.scrolling-down) .header .utilities .section-others .section-search .form-search .b-search {
  margin: 0;
  border: none;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}

.homepage #header:not(.scrolling-down) .header .utilities .section-others .section-search.active .form-search {
  display: block;
  position: absolute;
  top: -30px;
}

.homepage #header:not(.scrolling-down) .header .utilities .section-others .section-search.active .form-search .search-text {
  -webkit-animation: fadeInRight .3s ease forwards;
          animation: fadeInRight .3s ease forwards;
  transition: all .35s ease;
}

.homepage #header:not(.scrolling-down) .header .utilities .section-others .section-search.active .form-search .b-search {
  display: block;
  z-index: 25;
  top: 0;
  height: 30px;
  background-image: url("/images/icons/zoom.svg");
  background-repeat: no-repeat;
}

.homepage #header:not(.scrolling-down) .header .utilities .section-others .b-login-menu {
  display: none;
}

.homepage #header:not(.scrolling-down) .header .utilities .section-others .b-language {
  font-weight: normal;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-left: 0;
  font-size: 1em;
  line-height: 1.2;
}

.homepage #header:not(.scrolling-down) .header .utilities .section-others .b-language:hover, .homepage #header:not(.scrolling-down) .header .utilities .section-others .b-language:focus {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .homepage #header:not(.scrolling-down) .header .utilities {
    text-align: left;
    border-bottom: 2px solid #000;
    margin-right: 0;
  }
}

.homepage #header:not(.scrolling-down) .header .header-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 10px solid #000;
}

.homepage #header:not(.scrolling-down) .header .header-menu a {
  font-family: "clarke black", sans-serif;
  font-size: 2.57142857em;
  line-height: 1;
  padding: 0;
  border-top: none;
  border-bottom: 2px solid #000;
}

.homepage #header:not(.scrolling-down) .header .header-menu a:hover, .homepage #header:not(.scrolling-down) .header .header-menu a:focus {
  background-color: #000;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .body_en #header .header .header-menu {
    width: 98%;
  }
  .body_en #header .header .header-menu a {
    font-size: 1.21428571em;
  }
  .body_en #header .header .utilities a {
    font-size: 1.21428571em;
  }
}

@media only screen and (max-width: 1024px) {
  #overlay .overlay-menu .utilities .section-others .section-search .b-search {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    z-index: 25;
    background: #000 url("/images/icons/zoom-white.svg") no-repeat 50% 50%;
    background-size: contain;
  }
  #overlay .overlay-menu .utilities .section-others .section-search.active .b-btn-search {
    display: block !important;
  }
  #overlay .overlay-menu .utilities .section-others .section-search.active .search-homepage .b-btn-search {
    display: none !important;
  }
  #overlay .overlay-menu .utilities .section-others .section-search .form-search {
    display: none;
    max-width: 160px;
    position: relative;
  }
  #overlay .overlay-menu .utilities .section-others .section-search .form-search input {
    color: #fff;
  }
  #overlay .overlay-menu .utilities .section-others .section-search .form-search input.b-btn-search {
    display: none;
  }
}

.ie #header {
  max-height: inherit;
  height: auto;
}

.ie #header .header .utilities .section-login .link-login {
  margin-top: 0 !important;
}

.ie main {
  padding-top: 140px;
  display: block;
  width: 100%;
}

#header .header .mobile-login {
  width: 20px;
  height: 20px;
  float: right;
  z-index: 25;
  background: url("/images/icons/user_white.svg") no-repeat 50% 50%;
  background-size: contain;
}

.homepage #header .header .utilities .show_home {
  display: block;
}

.homepage #header .header .utilities .mobile-login {
  width: 20px;
  height: 20px;
  float: right;
  z-index: 25;
  background: url("/images/icons/user.svg") no-repeat 50% 50%;
  background-size: contain;
}

.homepage .scrolling-down .utilities .mobile-login {
  width: 20px;
  height: 20px;
  float: right;
  z-index: 25;
  background: url("/images/icons/user_white.svg") no-repeat 50% 50% !important;
  background-size: contain;
}

.homepage .scrolling-down .section-login .login-container .header_message p {
  display: none;
}

.homepage .scrolling-down .section-login .login-container .show_home {
  display: none !important;
}

#overlay.open .utilities .link-login .icon-user {
  width: 20px;
  height: 20px;
  float: left;
  z-index: 25;
  margin-right: 10px;
  background: url("/images/icons/user_white.svg") no-repeat 50% 50%;
  background-size: contain;
}

@media only screen and (min-width: 1024px) {
  .search-homepage .b-btn-search {
    display: none !important;
  }
}

#header .header_message {
  position: relative;
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.35714286em;
}

#header .header_message a {
  font-weight: bold;
  background: black;
  color: white;
  padding: .5em;
}

#header .header_message p {
  display: none;
}

.homepage #header .header_message p {
  display: inline-block;
  width: 80%;
  margin-top: 0px !important;
  line-height: initial;
  margin-bottom: 0;
}

.homepage #header .header_message p span {
  text-transform: uppercase;
  font-family: "clarke black", sans-serif;
  font-weight: bold;
  font-size: 1.57142857em;
}

@media only screen and (max-width: 1024px) {
  .homepage #header .header_message p span {
    font-size: 1.14285714em;
  }
}

.homepage #header .header_message p span a {
  background: black;
  color: white;
  padding: 0 5px;
}

.homepage #header.scrolling-down .header_message {
  display: none;
}

@media only screen and (max-width: 768px) {
  .event-telus-member svg {
    position: relative;
    width: 32px;
    right: 24px;
  }
}

.homepage #header .header_message {
  display: block;
}

#header .header_message {
  display: none;
}

#footer {
  background-color: #000;
  color: #fff;
  font-family: "clarke black", sans-serif;
  position: relative;
  height: 1000px;
  overflow: hidden;
}

#footer svg {
  fill: #fff !important;
  width: 100%;
}

#footer .animated-footer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 440px;
  display: block;
  left: 0;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  #footer .animated-footer canvas {
    display: none;
  }
}

#footer .animated-footer .bg-effect {
  cursor: default;
  background-color: #000;
}

#footer .rest-footer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 0;
}

#footer .footer {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 57.9px;
  padding-bottom: 57.9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: transparent;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#footer .footer:after {
  content: " ";
  display: block;
  clear: both;
}

#footer .footer .section-copyright {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  color: #666666;
  width: calc(100% - ($gutter-width*2));
  margin: 19.3px 19.3px 0;
  pointer-events: none;
  padding-left: 0 !important;
}

#footer .footer .section-copyright p {
  margin: 0;
}

@media (min-width: 1024px) {
  #footer .footer .section-copyright {
    box-sizing: border-box;
    width: 30%;
    float: left;
    padding-left: 9.65px;
    padding-right: 9.65px;
    margin: 0;
    padding: 0;
    padding-left: 10%;
    margin-top: -38.6px;
  }
}

#footer .footer .section-menu {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
  padding: 0 19.3px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
}

#footer .footer .section-menu .logo {
  display: none;
  width: 10%;
  margin: 0;
  padding: 0;
  margin-right: 5%;
  pointer-events: auto;
}

#footer .footer .section-menu .footer-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 28.95px;
}

#footer .footer .section-menu .footer-menu a {
  color: #000;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 2.57142857em;
  line-height: 1;
  padding: 0 2px;
  margin-bottom: 2px;
  pointer-events: auto;
}

@media (min-width: 1024px) {
  #footer .footer .section-menu .footer-menu {
    width: 20%;
    margin: 0;
    padding: 0;
    margin-right: 10%;
  }
}

#footer .footer .section-menu .utilities {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#footer .footer .section-menu .utilities p {
  background-color: #fff;
  color: #000;
  padding: 3px 6px;
  margin: 0 0 3px;
  font-size: 1.28571429em;
  line-height: 0.9444444444444444;
  display: inline-table;
  pointer-events: auto;
}

#footer .footer .section-menu .utilities p::after {
  content: "";
  clear: both;
  display: block;
}

#footer .footer .section-menu .utilities p:first-of-type {
  margin: 0 0 28.95px 0;
}

#footer .footer .section-menu .utilities p.phone {
  line-height: 1.277777777777778;
}

#footer .footer .section-menu .utilities p.phone a {
  color: #000;
}

#footer .footer .section-menu .utilities .social-links {
  margin: 28.95px 0;
  padding: 0;
}

#footer .footer .section-menu .utilities .social-links a {
  display: inline-block;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  pointer-events: auto;
  margin: 0;
  padding: 0;
}

#footer .footer .section-menu .utilities .social-links a svg {
  max-height: 36px;
}

@media (min-width: 768px) {
  #footer .footer .section-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#footer .footer .section-map {
  width: calc(100% - ($gutter-width*2));
  margin: 0 19.3px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background-color: #1a1919;
}

@media (min-width: 600px) {
  #footer .footer .section-menu .footer-menu {
    width: 50%;
    margin: 0;
    padding: 0;
    margin-bottom: 28.95px;
  }
  #footer .footer .section-menu .utilities {
    width: 50%;
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 768px) {
  #footer .footer .section-map {
    margin-top: 38.6px;
  }
}

@media (min-width: 1280px) {
  #footer .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #footer .footer .section-menu {
    box-sizing: border-box;
    width: 65%;
    float: left;
    padding-left: 9.65px;
    padding-right: 9.65px;
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 1280px) and (min-width: 1366px) {
  #footer .footer .section-menu {
    box-sizing: border-box;
    width: 60%;
    float: left;
    padding-left: 9.65px;
    padding-right: 9.65px;
    margin: 0;
    padding: 0;
    margin-left: 5%;
  }
}

@media (min-width: 1280px) {
  #footer .footer .section-menu .logo {
    display: inline-table;
  }
  #footer .footer .section-menu .footer-menu {
    width: 40%;
    margin: 0;
    padding: 0;
  }
  #footer .footer .section-menu .utilities {
    width: 40%;
    margin: 0;
    padding: 0;
  }
  #footer .footer .section-map {
    box-sizing: border-box;
    width: 35%;
    float: right;
    padding-left: 9.65px;
    padding-right: 9.65px;
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 1280px) and (min-width: 1366px) {
  #footer .footer .section-map {
    box-sizing: border-box;
    width: 30%;
    float: right;
    padding-left: 9.65px;
    padding-right: 9.65px;
    margin: 0;
    padding: 0;
    margin-right: 5%;
  }
}

@media (min-width: 768px) {
  #footer {
    height: 800px;
  }
}

@media (min-width: 1024px) {
  #footer {
    height: 440px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  #footer.tablet {
    height: 840px;
  }
}

@media only screen and (min-width: 1024px) {
  #footer.tablet {
    height: 500px;
    background: #000 url("/images/bg-lines.jpg") 0% 50% no-repeat;
    background-size: contain;
  }
  #footer.tablet .animated-footer {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  #footer {
    background: #000 url("/images/bg-lines-tablet.jpg") 0% 50% repeat;
    background-size: 115%;
    height: auto;
  }
  #footer .animated-footer {
    display: none;
  }
  #footer .rest-footer {
    position: relative;
  }
  #footer .footer {
    z-index: 9999999;
  }
  #footer .footer .section-menu {
    pointer-events: auto !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1277px) {
  #footer {
    height: 840px;
  }
}

blockquote, q {
  quotes: "\201C" "\201D" "\201C" "\201D";
}

blockquote {
  font-style: italic;
  padding-left: 3.5em;
  position: relative;
}

blockquote:before {
  content: open-quote;
  color: #000;
  font-size: 5em;
  line-height: 0.75;
  position: absolute;
  top: 0;
  left: 0;
}

q {
  font-style: italic;
}

.brand-base-xx-light {
  color: #c7c7c7;
}

.brand-base-xx-light-bg {
  background-color: #c7c7c7;
}

.brand-base-x-light {
  color: #bfbfbf;
}

.brand-base-x-light-bg {
  background-color: #bfbfbf;
}

.brand-base-light {
  color: #807f7f;
}

.brand-base-light-bg {
  background-color: #807f7f;
}

.brand-base-mid-light {
  color: #404040;
}

.brand-base-mid-light-bg {
  background-color: #404040;
}

.brand-base {
  color: #000;
}

.brand-base-bg {
  background-color: #000;
}

.brand-base-dark {
  color: black;
}

.brand-base-dark-bg {
  background-color: black;
}

.brand-link-x-light {
  color: #666666;
}

.brand-link-x-light-bg {
  background-color: #666666;
}

.brand-link-light {
  color: #333333;
}

.brand-link-light-bg {
  background-color: #333333;
}

.brand-link {
  color: #000;
}

.brand-link-bg {
  background-color: #000;
}

.brand-link-dark {
  color: black;
}

.brand-link-dark-bg {
  background-color: black;
}

.brand-error-light {
  color: #ff6666;
}

.brand-error-light-bg {
  background-color: #ff6666;
}

.brand-error-mid-light {
  color: #ff3333;
}

.brand-error-mid-light-bg {
  background-color: #ff3333;
}

.brand-error {
  color: #FF0000;
}

.brand-error-bg {
  background-color: #FF0000;
}

.brand-error-mid-dark {
  color: #cc0000;
}

.brand-error-mid-dark-bg {
  background-color: #cc0000;
}

.brand-error-dark {
  color: #990000;
}

.brand-error-dark-bg {
  background-color: #990000;
}

.brand-white {
  color: #fff;
}

.brand-white-bg {
  background-color: #fff;
}

.brand-mauve-light {
  color: #935afc;
}

.brand-mauve-light-bg {
  background-color: #935afc;
}

.brand-mauve {
  color: #7228FB;
}

.brand-mauve-bg {
  background-color: #7228FB;
}

.brand-mauve-dark {
  color: #5504ec;
}

.brand-mauve-dark-bg {
  background-color: #5504ec;
}

.brand-black-light {
  color: #1a1919;
}

.brand-black-light-bg {
  background-color: #1a1919;
}

.brand-black {
  color: #000;
}

.brand-black-bg {
  background-color: #000;
}

.brand-black-dark {
  color: black;
}

.brand-black-dark-bg {
  background-color: black;
}

.brand-black-overlay {
  color: rgba(0, 0, 0, 0.6);
}

.brand-black-overlay-bg {
  background-color: rgba(0, 0, 0, 0.6);
}

.brand-red-light {
  color: #fe8e8e;
}

.brand-red-light-bg {
  background-color: #fe8e8e;
}

.brand-red {
  color: #FD5C5C;
}

.brand-red-bg {
  background-color: #FD5C5C;
}

.brand-red-dark {
  color: #fc2a2a;
}

.brand-red-dark-bg {
  background-color: #fc2a2a;
}

.brand-yellow-light {
  color: #f5e730;
}

.brand-yellow-light-bg {
  background-color: #f5e730;
}

.brand-yellow {
  color: #E7D70B;
}

.brand-yellow-bg {
  background-color: #E7D70B;
}

.brand-yellow-dark {
  color: #b6aa09;
}

.brand-yellow-dark-bg {
  background-color: #b6aa09;
}

.brand-green-light {
  color: #94c361;
}

.brand-green-light-bg {
  background-color: #94c361;
}

.brand-green {
  color: #7BAF42;
}

.brand-green-bg {
  background-color: #7BAF42;
}

.brand-green-dark {
  color: #618a34;
}

.brand-green-dark-bg {
  background-color: #618a34;
}

.b, input[type=button],
input[type=submit], button {
  background-color: #000;
  border: 3px #000 solid;
  color: #fff;
  display: inline-block;
  padding: 3px;
  text-decoration: none;
  font-size: 3.42857143em;
  letter-spacing: 0.45px;
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

.b:hover, input[type=button]:hover,
input[type=submit]:hover, button:hover, .b:focus, input[type=button]:focus,
input[type=submit]:focus, button:focus, .active.b, input.active[type=button],
input.active[type=submit], button.active {
  background-color: #fff;
  color: #000;
}

.b-inverse {
  border: 0;
  background-color: none;
  color: #000;
  display: inline-block;
  padding: 3px;
  text-decoration: none;
  font-size: 3.42857143em;
  letter-spacing: 0.45px;
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.125;
}

.b1 {
  background-color: #fff;
  border: 2px #000 solid;
  color: #000;
  display: inline-block;
  padding: 6px;
  letter-spacing: 1.67px;
  line-height: 1.2;
  text-decoration: none;
  font-size: 1.42857143em;
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.b1:hover, .b1:focus, .b1.active {
  background-color: #000;
  color: #fff;
}

.b2 {
  background: #fff no-repeat 6px 50%;
  background-image: url(../images/icons/arrow-right.png);
  background-size: 15px;
  color: #000;
  display: inline-block;
  padding: 6px 6px 6px 34px;
  text-decoration: none;
  letter-spacing: 1.67px;
  line-height: 1.2;
  font-size: 1.42857143em;
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.svg .b2 {
  background-image: url(../images/icons/arrow-right.svg);
}

.b2:hover, .b2:focus, .b2.active {
  background: #000 no-repeat 6px 50%;
  background-image: url(../images/icons/arrow-right-white.png);
  color: #fff;
  background-size: 15px;
}

.svg .b2:hover, .svg .b2:focus, .svg .b2.active {
  background-image: url(../images/icons/arrow-right-white.svg);
}

.b3, #delete-account-popup form input {
  text-decoration: underline;
  padding: 3px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.14285714em;
}

.b3:hover, #delete-account-popup form input:hover, .b3:focus, #delete-account-popup form input:focus, .b3.active, #delete-account-popup form input.active {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.b4 {
  background-color: #000;
  border: 2px #000 solid;
  color: #fff;
  display: inline-block;
  padding: 0 6px;
  letter-spacing: 1.67px;
  line-height: 1.2;
  text-decoration: none;
  font-size: 3.42857143em;
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.b4:hover, .b4:focus, .b4.active {
  outline: none;
  background-color: #fff;
  color: #000;
}

.b-social {
  border: 3px solid #000;
  color: #000;
  padding: 6px;
}

.b-social:hover, .b-social:focus, .b-social.active {
  background: #000;
  color: #fff;
}

.b-search {
  width: 5%;
  display: inline-block;
}

.b-search svg {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.b-language {
  font-weight: bold;
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.42857143em;
  line-height: 1;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.b-language:hover, .b-language:focus {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

@media (min-width: 1024px) {
  .b-language {
    font-size: 1.71428571em;
  }
}

.b-loading {
  position: relative;
}

.b-loading span {
  display: block;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -0.625em;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.b-loading span:after {
  border: 0.15em solid rgba(0, 0, 0, 0.1);
  border-left: 0.15em solid #000;
  border-radius: 100%;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
}

.b-loading.active {
  padding-right: 1.25em;
  padding-left: 2.75em;
}

.b-loading.active span {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 768px) {
  .row-account-create {
    float: none;
  }
}

@media only screen and (max-width: 768px) {
  .b-account-create {
    float: none !important;
    font-size: 2.5em !important;
    width: 100% !important;
    display: inline-block !important;
  }
}

pre, code, kbd, samp {
  background-color: #bfbfbf;
  font-family: monaco, courier, monospace;
}

code {
  font-size: 0.8em;
  padding: 0 0.25em;
}

pre {
  border-left: 0.125em #000 solid;
  padding: 2em 2em;
}

/*========================================== EVENTS list */
.list-events {
  margin: 38.6px 0 0;
  display: block;
  width: 100%;
}

.list-events .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  border-bottom: 3px solid #000;
}

.list-events .event:first-child {
  border-top: 3px solid #000;
}

.list-events .event p {
  font-size: 0.85714286em;
  line-height: 1.25;
  margin-bottom: 0;
}

.list-events .event div {
  margin: 0;
  padding: 0;
}

.list-events .event .event-dates {
  width: 22.5%;
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.list-events .event .event-dates .event-date {
  background-color: #000;
  padding: 9.65px;
  color: #fff;
  display: block;
  min-height: 50%;
}

.list-events .event .event-dates .event-date span {
  display: inherit;
}

.list-events .event .event-dates .event-date .event-date-weekday,
.list-events .event .event-dates .event-date .event-date-year {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.791666666666667;
  font-size: 1em;
  font-weight: bold;
}

.list-events .event .event-dates .event-date .event-date-weekday {
  display: block;
}

.list-events .event .event-dates .event-date .event-date-day {
  display: inline;
  font-size: 2.14285714em;
  line-height: 1;
}

@media (min-width: 768px) {
  .list-events .event .event-dates .event-date .event-date-day {
    font-size: 3.42857143em;
  }
}

.list-events .event .event-dates .event-date .event-date-month {
  font-size: 1.5em;
  line-height: 0.5416666666666667;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline !important;
}

@media (min-width: 768px) {
  .list-events .event .event-dates .event-date .event-date-month {
    font-size: 2.14285714em;
    font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}

@media only screen and (max-width: 1024px) {
  .list-events .event .event-dates .event-date .event-date-month.desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) {
  .list-events .event .event-dates .event-date .event-date-month.mobile {
    display: none !important;
  }
}

.list-events .event .event-dates .event-hours {
  display: block;
  height: 50%;
  padding: 9.65px;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.791666666666667;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 1;
}

.list-events .event .event-dates .event-hours .event-hour-show {
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.85714286em;
  line-height: 1.5;
}

.list-events .event .event-image {
  width: 22.5%;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  background-color: #7228FB;
}

.list-events .event .event-info {
  width: 55%;
  position: relative;
  padding: 4.825px 0 4.825px 19.3px;
  opacity: 1;
}

.list-events .event .event-info.active {
  opacity: 0.2;
}

.list-events .event .event-info .icon-telus {
  position: absolute;
  right: 0;
  top: 4.825px;
}

.list-events .event .event-info .event-artist {
  display: inline-block;
  margin: 0 34px 9.65px 0;
}

.list-events .event .event-info .event-nonheadliners span {
  font-size: 0.75em;
}

.list-events .event .event-info .event-presented {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.14285714em;
}

.list-events .event .event-info .event-buying-info {
  display: block;
  margin-top: 1em;
}

.list-events .event .event-info .event-buying-info .event-price {
  float: left;
  font-size: 1.71428571em;
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: -0.5px;
  line-height: 1.791666666666667;
  padding: 0;
}

.list-events .event .event-info .event-buying-info .show-onsale {
  float: right;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.2em;
  text-align: right;
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.list-events .event .event-info .event-buying-info .event-buy {
  float: right;
  position: relative;
  width: auto;
}

.list-events .event .event-buying-info {
  display: block;
  margin-top: 1em;
}

.list-events .event .event-buying-info .event-price {
  float: left;
  font-size: 1.71428571em;
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: -0.5px;
  line-height: 1.791666666666667;
  padding: 0;
}

.list-events .event .event-buying-info .event-buy {
  float: right;
  position: relative;
}

.list-events .event .event-buying-info .buy-cta {
  position: relative;
}

.list-events .event .event-buying-info .buy-cta:hover {
  background-color: #fff;
  color: #000;
}

.list-events .event .event-buying-info .buy-cta:hover .buy-cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.list-events .event .event-buying-info .buy-cta .buy-cta-buttons {
  display: none;
  background-color: #fff;
  width: 280px;
  position: absolute;
  right: 0;
  top: -72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.list-events .event .event-buying-info .buy-cta .buy-cta-buttons a {
  display: block;
  font-size: 1.28571429em;
  vertical-align: middle;
  text-align: right;
  background-color: #fff;
}

.list-events .event .event-buying-info .buy-cta .buy-cta-buttons a:hover, .list-events .event .event-buying-info .buy-cta .buy-cta-buttons a:focus {
  color: #fff;
  background-color: #000;
}

.list-events .event .event-buying-info .buy-cta .buy-cta-buttons a.buy-telus {
  position: relative;
  background: url("/images/icons/telus_small.svg") no-repeat 0 100%;
  z-index: 25;
}

.list-events .event .event-buying-info .buy-cta .buy-cta-buttons a.buy-telus .arrow {
  height: 0;
  width: 0;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -8px;
  right: 20px;
  z-index: 26;
}

.list-events .event .event-buying-info .buy-cta .buy-cta-buttons a.buy-telus:hover, .list-events .event .event-buying-info .buy-cta .buy-cta-buttons a.buy-telus:focus {
  background-color: #7228FB;
  color: #fff;
}

.list-events .event .event-buying-info .buy-cta .buy-cta-buttons a.buy-telus:hover .arrow, .list-events .event .event-buying-info .buy-cta .buy-cta-buttons a.buy-telus:focus .arrow {
  border-top-color: #7228FB;
}

.list-events .event .event-buying-info .buy-cta .buy-cta-buttons a:last-child {
  border-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .list-events .event {
    min-height: 150px;
  }
  .list-events .event .event-dates {
    width: 13.33333333333333%;
  }
  .list-events .event .event-dates .event-date,
  .list-events .event .event-dates .event-hours {
    vertical-align: middle;
    text-align: center;
    padding: 19.3px 4.825px;
  }
  .list-events .event .event-dates .event-date .event-date-weekday,
  .list-events .event .event-dates .event-date .event-date-year,
  .list-events .event .event-dates .event-date .event-hour-doors,
  .list-events .event .event-dates .event-hours .event-date-weekday,
  .list-events .event .event-dates .event-hours .event-date-year,
  .list-events .event .event-dates .event-hours .event-hour-doors {
    display: none;
  }
  .list-events .event .event-dates .event-date .event-date-month,
  .list-events .event .event-dates .event-date .event-hour-show,
  .list-events .event .event-dates .event-hours .event-date-month,
  .list-events .event .event-dates .event-hours .event-hour-show {
    font-size: 1em;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
  }
  .list-events .event .event-image {
    width: 24%;
  }
  .list-events .event .event-info {
    width: 62.66666666666667%;
    padding: 9.65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list-events .event .event-info .icon-telus {
    right: 9.65px;
    top: 9.65px;
    width: 30px;
  }
  .list-events .event .event-info .event-artist {
    font-size: 2.14285714em;
    margin-right: 34px;
  }
  .list-events .event .event-info .event-buying-info .event-price {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1em;
    line-height: 2.5;
  }
  .list-events .event .event-info .event-nonheadliners,
  .list-events .event .event-info .event-presented,
  .list-events .event .event-info .event-description {
    display: none;
  }
}

@media (min-width: 768px) {
  .list-events {
    margin: 0;
  }
}

/*=========================================== EVENT page */
.content-event .content-left {
  padding: 0 19.3px;
}

.content-event .content-left .image {
  display: block;
}

.content-event .content-left .image:hover, .content-event .content-left .image:focus {
  background-color: none;
  border: none;
}

.content-event .content-right {
  position: relative;
  padding: 0;
}

.content-event .content-right .event-telus {
  position: absolute;
  right: 0;
}

.content-event .content-right .icon-telus {
  width: 32px;
}

.content-event .content-right h1, .content-event .content-right h4, .content-event .content-right .advantages-submenu ul li a, .advantages-submenu ul li .content-event .content-right a, .content-event .content-right p,
.content-event .content-right .event-buying-info,
.content-event .content-right .artist-links {
  padding: 0 19.3px;
}

.content-event .content-right p {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .content-event .content-right p {
    font-size: 1.14285714em;
  }
}

.content-event .content-right .event-artist {
  margin: 0 38.6px 19.3px 0;
  letter-spacing: 0.56;
}

@media only screen and (max-width: 768px) {
  .content-event .content-right .event-artist svg {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .content-event .content-right .event-artist svg {
    display: none;
  }
}

.content-event .content-right .event-nonheadliners {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.42857143em;
}

.content-event .content-right .event-presented {
  margin-bottom: 9.65px;
  font-weight: bold;
  font-size: 1.14285714em;
}

.content-event .content-right .event-info {
  display: block;
  margin: 19.3px 0;
}

.content-event .content-right .event-dates {
  min-height: 96.5px;
}

.content-event .content-right .event-dates .event-date {
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 4.825px 0 0;
  padding: 4.825px 19.3px;
  display: block;
  width: 50%;
  float: left;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  min-height: 96.5px;
  font-size: 2em;
  line-height: 1;
  height: 100%;
}

@media (min-width: 768px) {
  .content-event .content-right .event-dates .event-date {
    padding-left: 0;
  }
}

.content-event .content-right .event-dates .event-hours {
  display: block;
  width: 50%;
  float: right;
  margin: 4.825px 0 0;
  padding: 4.825px 19.3px;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  min-height: 96.5px;
  height: 100%;
}

@media (min-width: 768px) {
  .content-event .content-right .event-dates .event-hours {
    padding-right: 0;
  }
}

.content-event .content-right .event-dates .event-hours p {
  margin: 0;
  padding: 0;
}

.content-event .content-right .event-dates .event-hours .event-hour-show {
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.71428571em;
}

.content-event .content-right .event-dates .event-hours .event-hour-doors {
  font-size: 0.78571429em;
}

@media (min-width: 768px) {
  .content-event .content-right .event-dates .event-hours .event-hour-doors {
    font-size: 1em;
  }
}

@media (min-width: 480px) {
  .content-event .content-right .event-dates {
    min-height: 77.2px;
  }
  .content-event .content-right .event-dates .event-date,
  .content-event .content-right .event-dates .event-hours {
    min-height: 77.2px;
  }
}

@media (min-width: 768px) {
  .content-event .content-right .event-dates {
    min-height: 96.5px;
  }
  .content-event .content-right .event-dates .event-date,
  .content-event .content-right .event-dates .event-hours {
    min-height: 96.5px;
  }
}

@media (min-width: 1024px) {
  .content-event .content-right .event-dates {
    min-height: 77.2px;
  }
  .content-event .content-right .event-dates .event-date,
  .content-event .content-right .event-dates .event-hours {
    min-height: 77.2px;
  }
}

@media (min-width: 1366px) {
  .content-event .content-right .event-dates {
    min-height: 70px;
  }
  .content-event .content-right .event-dates .event-date,
  .content-event .content-right .event-dates .event-hours {
    min-height: 70px;
  }
}

.content-event .content-right .event-info {
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
}

.content-event .content-right .event-info .event-buying-info {
  display: block;
  margin: 19.3px 0;
  min-height: 80px;
}

.content-event .content-right .event-info .event-buying-info .event-price {
  float: left;
  width: 50%;
  padding: 0;
}

.content-event .content-right .event-info .event-buying-info .event-price.buy-soon {
  width: 100%;
}

.content-event .content-right .event-info .event-buying-info .event-price .text {
  font-size: 1em;
  display: block;
  padding: 0;
}

.content-event .content-right .event-info .event-buying-info .event-price .price {
  font-size: 1.71428571em;
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  letter-spacing: -0.5px;
  line-height: 1.791666666666667;
  padding: 0;
}

@media (min-width: 768px) {
  .content-event .content-right .event-info .event-buying-info .event-price .price {
    line-height: 1;
  }
}

.content-event .content-right .event-info .event-buying-info .event-btn {
  float: left;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .content-event .content-right .event-info .event-buying-info .event-btn {
    float: right;
    font-size: 1.42857143em;
    margin-top: 0.6em;
  }
}

@media (min-width: 768px) {
  .content-event .content-right .event-info .event-buying-info .event-btn {
    float: right;
    font-size: 2.28571429em;
    margin-top: 0.6em;
  }
}

.content-event .content-right .event-info .event-telus {
  border-top: 1px solid #000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 19.3px;
  width: 100%;
}

.content-event .content-right .event-info .event-telus .icon-telus {
  width: 32px;
}

.content-event .content-right .event-info .event-telus .content-telus {
  width: calc(100% - 32px);
  margin-left: 9.65px;
}

.content-event .content-right .event-info .event-telus .content-telus h5 {
  margin-bottom: 9.65px;
}

.content-event .content-right .event-info .event-telus .content-telus ul, .content-event .content-right .event-info .event-telus .content-telus ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.content-event .content-right .event-info .event-telus .content-telus ul li {
  padding-left: 28.95px;
  background: url("/images/icons/check_black.svg") no-repeat 0 50%;
  font-size: 1em;
}

@media (min-width: 768px) {
  .content-event .content-right .event-info .event-telus .content-telus ul li {
    display: inline-block;
    width: 50%;
  }
}

.content-event .content-right .event-info .event-telus .content-telus .b3, .content-event .content-right .event-info .event-telus .content-telus #delete-account-popup form input, #delete-account-popup form .content-event .content-right .event-info .event-telus .content-telus input {
  float: right;
}

@media (min-width: 768px) {
  .content-event .content-right .event-info .event-telus {
    padding: 19.3px 0;
  }
}

.content-event .full-content {
  min-height: 200px;
  padding: 0 19.3px;
}

@media (min-width: 768px) {
  .content-event .content-right {
    padding: 0 19.3px;
  }
  .content-event .content-right p, .content-event .content-right h1, .content-event .content-right h4, .content-event .content-right .advantages-submenu ul li a, .advantages-submenu ul li .content-event .content-right a,
  .content-event .content-right .event-dates,
  .content-event .content-right .event-buying-info,
  .content-event .content-right .artist-links {
    padding: 0;
  }
  .content-event .content-right .event-telus .icon-telus {
    padding: 0;
  }
  .content-event .content-right .event-telus .content-telus {
    padding: 0;
  }
}

@media (min-width: 1366px) {
  .content-event .content-left {
    padding-right: 38.6px;
    padding-left: 0;
  }
  .content-event .content-right {
    padding-left: 19.3px;
    padding-right: 0;
  }
  .content-event .full-content {
    padding: 0;
  }
}

.content-event .videos {
  position: relative;
  min-height: 750px;
}

.content-event .videos .videoposter-wrapper {
  min-height: 750px;
}

.content-event .videos .videoposter-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 45;
  height: inherit;
  min-height: 730px;
}

@media only screen and (max-width: 1280px) {
  .content-event .videos {
    min-height: 660px;
  }
  .content-event .videos .videoposter-wrapper {
    min-height: 660px;
  }
  .content-event .videos .videoposter-wrapper iframe {
    min-height: 640px;
  }
}

@media only screen and (max-width: 1024px) {
  .content-event .videos {
    min-height: 560px;
  }
  .content-event .videos .videoposter-wrapper {
    min-height: 560px;
  }
  .content-event .videos .videoposter-wrapper iframe {
    min-height: 540px;
  }
}

@media only screen and (max-width: 768px) {
  .content-event .videos {
    min-height: 500px;
  }
  .content-event .videos .videoposter-wrapper {
    min-height: 500px;
  }
  .content-event .videos .videoposter-wrapper iframe {
    min-height: 480px;
  }
}

@media only screen and (max-width: 600px) {
  .content-event .videos {
    min-height: 340px;
  }
  .content-event .videos .videoposter-wrapper {
    min-height: 340px;
  }
  .content-event .videos .videoposter-wrapper iframe {
    min-height: 320px;
  }
}

@media only screen and (max-width: 480px) {
  .content-event .videos {
    min-height: 280px;
  }
  .content-event .videos .videoposter-wrapper {
    min-height: 280px;
  }
  .content-event .videos .videoposter-wrapper iframe {
    min-height: 260px;
  }
}

.artist-links {
  display: block;
  float: left;
  width: 100%;
}

.artist-links p {
  margin-bottom: 9.65px;
}

.artist-links .artist-links-websites {
  width: 100%;
}

.artist-links .artist-links-websites p {
  margin-bottom: 9.65px;
  display: block;
}

@media (min-width: 768px) {
  .artist-links .artist-links-websites p {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .artist-links .artist-links-websites p {
    display: inline-block;
  }
}

.artist-links .artist-links-websites a {
  display: block;
  text-transform: uppercase;
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.artist-links .artist-links-websites a svg {
  width: 1em;
  margin-right: 9.65px;
  vertical-align: middle;
}

.artist-links .artist-links-social {
  width: 100%;
}

.artist-links .artist-links-social p {
  margin-bottom: 9.65px;
  display: block;
  padding: 0;
  line-height: 40px;
}

@media (min-width: 768px) {
  .artist-links .artist-links-social p {
    display: inline;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .artist-links .artist-links-social p {
    display: inline-block;
    padding: 0;
  }
}

.artist-links .artist-links-social a {
  margin-left: 4.825px;
  display: inline-block;
  line-height: 1;
  background: url("/images/icons/social/facebook.svg") no-repeat 0 50%;
  background-size: contain;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}

.artist-links .artist-links-social a.twitter {
  background-image: url("/images/icons/social/twitter.svg");
}

.artist-links .artist-links-social a.mail {
  background-image: url("/images/icons/social/mail.svg");
}

.artist-links .artist-links-social a:hover, .artist-links .artist-links-social a:focus {
  background-image: url("/images/icons/social/facebook_black.svg");
}

.artist-links .artist-links-social a:hover.twitter, .artist-links .artist-links-social a:focus.twitter {
  background-image: url("/images/icons/social/twitter_black.svg");
}

.artist-links .artist-links-social a:hover.mail, .artist-links .artist-links-social a:focus.mail {
  background-image: url("/images/icons/social/mail_black.svg");
}

@media (min-width: 1024px) {
  .artist-links .artist-links-websites {
    float: left;
    width: 50%;
  }
  .artist-links .artist-links-social {
    float: right;
    text-align: right;
    width: 50%;
  }
  .artist-links .artist-links-social p {
    display: block;
  }
}

.calendar-cta {
  border: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: uppercase;
  padding: 0.5em 2em;
  margin: 0 19.3px 38.6px;
  font-size: 1.42857143em;
  font-weight: 900;
  font-family: "clarke", sans-serif;
}

.calendar-cta:hover {
  background: #000;
}

.calendar-cta:hover a {
  color: #fff;
}

.calendar-cta:hover .i-icon-calendar {
  background: url("/images/icons/calendar_white.svg") center right;
  background-size: cover;
}

@media only screen and (min-width: 1024px) {
  .calendar-cta {
    display: none;
  }
}

.calendar-cta .i-icon-calendar {
  background: url("/images/icons/calendar.svg") center right;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: cover;
  float: right;
}

.concerts-calendar-linear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 19.3px;
  margin-right: 19.3px;
  position: relative;
  min-height: 246px;
}

@media only screen and (max-width: 1024px) {
  .concerts-calendar-linear {
    min-height: inherit;
  }
}

@media (min-width: 1366px) {
  .concerts-calendar-linear {
    margin-left: 5%;
    margin-right: 5%;
  }
}

.concerts-calendar-linear .clndr {
  border-bottom: 6px solid #000;
  margin: 38.6px 0;
  height: 170px;
}

@media only screen and (max-width: 1024px) {
  .concerts-calendar-linear .clndr {
    display: none;
  }
}

.concerts-calendar-linear .clndr .monthController {
  position: relative;
  width: 100%;
  float: left;
  border-bottom: 2px solid #000;
}

.concerts-calendar-linear .clndr .monthController .dateContainer {
  border-top: 6px solid #000;
  float: left;
  position: relative;
  min-width: 360px;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 57.9px;
}

.concerts-calendar-linear .clndr .monthController .dateContainer .year {
  font-size: 1.78571429em;
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "clarke", sans-serif;
  line-height: 1;
}

.concerts-calendar-linear .clndr .monthController .dateContainer .month, .concerts-calendar-linear .clndr .monthController #overlay-calendar .concerts-calendar-mobile .dateContainer .year, #overlay-calendar .concerts-calendar-mobile .concerts-calendar-linear .clndr .monthController .dateContainer .year {
  font-size: 4.28571429em;
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "clarke", sans-serif;
  line-height: 0.9;
  margin-left: 9.65px;
}

.concerts-calendar-linear .clndr .monthController .dateContainer .clndr-previous-button {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 30%;
  right: 40px;
  cursor: pointer;
  background-repeat: no-repeat;
  opacity: 1;
  background-image: url("/images/icons/arrow-left.svg");
  transition: all .2s ease-out;
}

.concerts-calendar-linear .clndr .monthController .dateContainer .clndr-previous-button:hover, .concerts-calendar-linear .clndr .monthController .dateContainer .clndr-previous-button.inactive {
  opacity: .5;
  transition: all .2s ease-in;
}

.concerts-calendar-linear .clndr .monthController .dateContainer .clndr-next-button {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 30%;
  right: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  opacity: 1;
  background-image: url("/images/icons/arrow-right.svg");
  transition: all .2s ease-out;
}

.concerts-calendar-linear .clndr .monthController .dateContainer .clndr-next-button:hover {
  opacity: .5;
  transition: all .2s ease-in;
}

.concerts-calendar-linear .clndr .day {
  float: left;
  width: 2.8%;
  height: 90px;
  margin: 2px 0.2% 12px 0.2%;
  position: relative;
}

.concerts-calendar-linear .clndr .day.past.event:after {
  content: " ";
  display: inline-block;
  position: relative;
  top: 4px;
  width: 100%;
  border-bottom: 16px solid #EEECEC;
}

.concerts-calendar-linear .clndr .day.today {
  background: #E5E5E5;
}

.concerts-calendar-linear .clndr .day.event {
  cursor: pointer;
}

.concerts-calendar-linear .clndr .day.event:after {
  content: " ";
  display: inline-block;
  position: relative;
  top: 4px;
  width: 100%;
  border-bottom: 16px solid #000;
}

.concerts-calendar-linear .clndr .day .chiffre {
  font-size: 2.57142857em;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "clarke black", sans-serif;
  text-align: center;
}

.concerts-calendar-linear .clndr .day .jourSemaine {
  font-size: 0.78571429em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.concerts-calendar-linear .clndr .popover {
  border-radius: 0;
  display: block;
  position: absolute;
  padding: 1em 2em;
  box-sizing: border-box;
  background-color: #fff;
  border: 4px solid #000;
  z-index: 9999999;
}

.concerts-calendar-linear .clndr .popover .spectacle ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-show-calendar {
  margin-top: 2em;
}

.body_en .concerts-calendar-linear .clndr {
  height: 190px;
}

.body_en .concerts-calendar-linear .clndr .monthController .dateContainer {
  height: 77.2px;
}

.body_en .concerts-calendar-linear .clndr .monthController .dateContainer .month, .body_en .concerts-calendar-linear .clndr .monthController #overlay-calendar .concerts-calendar-mobile .dateContainer .year, #overlay-calendar .concerts-calendar-mobile .body_en .concerts-calendar-linear .clndr .monthController .dateContainer .year {
  line-height: 1.2em;
}

.body_en .concerts-calendar-linear .clndr .monthController .dateContainer .year {
  line-height: 2em;
}

.body_en .concerts-calendar-linear .clndr .monthController .dateContainer .clndr-previous-button,
.body_en .concerts-calendar-linear .clndr .monthController .dateContainer .clndr-next-button {
  top: 40%;
}

input,
select {
  vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  display: block;
  margin: 0 0 19.3px;
  background-color: #f0f0f0;
  color: #000;
}

fieldset {
  border: 3px #000 solid;
  padding: 19.3px;
  margin-bottom: 2em;
}

legend {
  font-weight: bold;
  padding: 0 1em;
  margin-left: -1em;
  display: block;
}

label {
  display: inline-block;
  font-size: 1.14285714em;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
  line-height: 1;
}

label[for="remember_me"], label[for="form-conditions"], label[for="form-client"], label[for='language_preference'], label[for='sms_notification'], label[for='sms_notification_type_1'], label[for='sms_notification_type_2'], label[for='sms_notification_type_3'], label[for='sms_notification_type_4'], label[for='telus_notification'], label[for='spectra_notification'],
label + [type=checkbox],
label + [type=radio], label.show-label {
  display: inline-block;
}

input,
select,
textarea {
  background-color: #f0f0f0;
  outline: 3px solid #f0f0f0;
  color: #000;
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border: 0;
  display: block;
  font-size: 1.42857143em;
  letter-spacing: 0.42px;
  line-height: 1.6;
  padding: 9.65px 19.3px;
  transition: all 0.2s linear 0s;
  width: 100%;
}

input:focus, input:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
  font-weight: bold;
  outline: 3px solid #000;
  background-color: #fff;
}

input:not([type=range]):not([type=submit]):focus,
select:not([type=range]):not([type=submit]):focus,
textarea:not([type=range]):not([type=submit]):focus {
  border-color: #000;
}

::-webkit-input-placeholder {
  color: #000 !important;
}

::-webkit-input-placeholder:focus {
  color: #000;
  font-size: 0.85714286em;
  margin-top: -19.3px;
}

::-moz-placeholder {
  color: #000 !important;
}

::-moz-placeholder:focus {
  color: #000;
  font-size: 0.85714286em;
  margin-top: -19.3px;
}

input:-ms-input-placeholder {
  color: #000 !important;
}

input:-ms-input-placeholder:focus {
  color: #000;
  font-size: 0.85714286em;
  margin-top: -19.3px;
}

select {
  line-height: 2.75em;
  height: 2.75em;
  text-indent: 0.50em;
}

select[multiple] {
  height: 6.5em;
}

.form-password {
  text-transform: none !important;
}

.form-password::-webkit-input-placeholder {
  text-transform: uppercase;
}

.form-password:-ms-input-placeholder {
  text-transform: uppercase;
}

.form-password::placeholder {
  text-transform: uppercase;
}

.form-password-show {
  position: absolute;
  right: 10px;
  width: auto;
  opacity: 1;
  color: #000;
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.42857143em;
  letter-spacing: 0.42px;
  line-height: 1.6;
  padding: 9.65px 19.3px;
  transition: all 0.2s linear 0s;
  cursor: pointer;
}

.form-password-show.hide {
  opacity: 0.5;
}

.checkbox,
.radio {
  cursor: pointer;
  display: block;
  padding-left: 1.5em;
  margin: 1em 0.2em;
  position: relative;
  height: auto;
}

.checkbox.inline,
.radio.inline {
  display: inline-block;
  margin-right: 1em;
}

.checkbox a,
.radio a {
  text-decoration: underline;
}

.checkbox input,
.radio input {
  background-color: #fff;
  outline: 3px solid #000;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.checkbox input:before,
.radio input:before {
  content: "";
  transition: all 0.2s ease;
}

.checkbox input:after,
.radio input:after {
  content: "";
  display: block;
  transition: all 0.2s ease;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1em !important;
  height: 1em !important;
  overflow: hidden;
}

input[type=checkbox]:before,
input[type=radio]:before {
  content: "";
  transition: all 0.2s ease;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: #fff;
}

input[type=checkbox] {
  border-radius: 0;
  text-align: center;
}

input[type=checkbox]:before {
  color: #000;
  content: "✕";
  display: block;
  font-weight: bold;
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

input[type=checkbox]:checked:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

input[type=radio] {
  border-radius: 100%;
}

input[type=radio]:before {
  background-color: #fff;
  border-radius: 100%;
  border-color: #000;
  border-width: 3px;
  content: "";
  margin: -0.25em;
  width: 0.5em;
  height: 0.5em;
  position: relative;
  top: 50%;
  left: -100%;
}

input[type=radio]:checked:before {
  display: block;
  left: 50%;
}

input[type=search] {
  padding-right: 2em;
  background-size: contain;
}

.searchform {
  display: none;
}

.search-bar {
  position: relative;
}

.search-bar .b-search {
  display: none;
}

.search-bar form {
  position: relative;
}

.search-bar form .search-text {
  background-color: #f0f0f0;
  outline: 0;
  border: 0;
}

.search-bar form .search-text:hover, .search-bar form .search-text:focus {
  outline: 0;
  border: 0;
}

.search-bar form .b-search {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 57.9px;
  height: 100%;
  color: #fff;
  background: #000 url("/images/icons/zoom-white.svg") no-repeat 50% 50%;
  background-size: contain;
}

input[type=button],
input[type=submit] {
  width: auto;
  display: inline-block;
  cursor: pointer;
  float: right;
  -webkit-appearance: none;
  overflow: visible;
  outline: none;
  transition: all 0.2s ease;
}

button {
  width: auto;
  display: inline-block;
  cursor: pointer;
  float: right;
  -webkit-appearance: none;
  overflow: visible;
  outline: none;
  transition: all 0.3s ease;
}

input[type=file] {
  border: 0;
  padding: 0;
}

textarea {
  resize: vertical;
  height: 12em;
}

.field-xsmall {
  width: 2em;
}

.field-small {
  width: 3em;
}

.field-medium {
  width: 4em;
}

.field-large {
  width: 6em;
}

.field-error,
.field-help {
  font-size: 0.85714286em;
  line-height: 1.2em;
  font-style: italic;
  padding-top: 0.5em;
  margin: 0;
  width: 49%;
}

.field-error {
  color: #FF0000;
  float: right;
  text-align: right;
}

.field-help {
  float: left;
}

.form-group {
  display: block;
  width: 100%;
  position: relative;
}

form ol, form ol > li,
form ol li,
form ol li > li,
form ul,
form ul > li,
form ul li,
form ul li > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

form ol li,
form ul li {
  padding-bottom: 1.8em;
}

form ol li:after,
form ul li:after {
  content: "";
  display: table;
  clear: both;
}

form ol li input,
form ol li select,
form ol li textarea,
form ul li input,
form ul li select,
form ul li textarea {
  width: 100%;
}

form ol li:last-child,
form ul li:last-child {
  padding-bottom: 0;
}

.block_options .lang-label-option {
  float: left;
}

.block_options ul li input[type=radio] {
  outline: none;
  border-radius: 100%;
  margin: 0;
  padding: 0;
  cursor: inherit !important;
  -webkit-appearance: inherit !important;
     -moz-appearance: inherit !important;
          appearance: inherit !important;
  width: 20px !important;
  height: 20px !important;
  overflow: inherit !important;
  position: relative !important;
  top: 1em;
  float: left;
  visibility: visible !important;
}

.block_options ul li input[type=radio]:before {
  display: none;
}

.block_options ul li input[type=radio]:checked {
  background-color: #000 !important;
}

h1 .i-large, h1 .i-medium, h1 .i-small, h2 .i-large, h2 .i-medium, h2 .i-small, h3 .i-large, h3 .i-medium, h3 .i-small, h4 .i-large, .advantages-submenu ul li a .i-large, h4 .i-medium, .advantages-submenu ul li a .i-medium, h4 .i-small, .advantages-submenu ul li a .i-small, h5 .i-large, h5 .i-medium, h5 .i-small, h6 .i-large, h6 .i-medium, h6 .i-small {
  margin-top: -0.1em;
  margin-right: 0.1em;
}

.i-medium {
  font-size: 2em;
  line-height: 1em;
}

.i-large {
  font-size: 3em;
  line-height: 1em;
}

.i-xlarge {
  font-size: 4.5em;
  line-height: 1em;
}

.i-xxlarge {
  font-size: 7em;
  line-height: 1em;
}

.i-round {
  border-radius: 50%;
}

i, .icomoon-liga {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mtelus_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-accompagnateur:before {
  content: "";
}

.i-bar:before {
  content: "";
}

.i-cafe:before {
  content: "";
}

.i-entree:before {
  content: "";
}

.i-vestiaire:before {
  content: "";
}

.i-vestiaire-gratuit:before {
  content: "";
}

.i-spinner2:before {
  content: "";
}

.i-error .path1:before {
  content: "";
  color: red;
}

.i-error .path2:before {
  content: "";
  margin-left: -1.169921875em;
  color: white;
}

.i-error-outline:before {
  content: "";
}

.i-attention .path1:before {
  content: "";
  color: #f19b00;
}

.i-attention .path2:before {
  content: "";
  margin-left: -1.169921875em;
  color: white;
}

.i-attention-outline:before {
  content: "";
}

.i-validation .path1:before {
  content: "";
  color: #7baf42;
}

.i-validation .path2:before {
  content: "";
  margin-left: -1.169921875em;
  color: white;
}

.i-validation-outline:before {
  content: "";
}

.i-star-empty:before {
  content: "";
}

.i-star-full:before {
  content: "";
}

.i-star:before {
  content: "";
}

.i-amplie:before {
  content: "";
}

.i-calendar:before {
  content: "";
}

.i-arrow-bottom:before {
  content: "";
}

.i-arrow-double:before {
  content: "";
}

.i-arrow-right:before {
  content: "";
}

.i-arrow-right-white:before {
  content: "";
}

.i-arrow-up:before {
  content: "";
}

.i-arrow-up-white:before {
  content: "";
}

.i-check_black:before {
  content: "";
}

.i-check_white:before {
  content: "";
}

.i-checkbox_off:before {
  content: "";
}

.i-checkbox:before {
  content: "";
}

.i-radio_off:before {
  content: "";
}

.i-radio_on:before {
  content: "";
}

.i-envelop_black:before {
  content: "";
}

.i-hamburger:before {
  content: "";
}

.i-phone_black:before {
  content: "";
}

.i-phone_white:before {
  content: "";
}

.i-pick .path1:before {
  content: "";
  color: white;
}

.i-pick .path2:before {
  content: "";
  margin-left: -0.85546875em;
  color: black;
}

.i-pick .path3:before {
  content: "";
  margin-left: -0.85546875em;
  color: black;
}

.i-pick .path4:before {
  content: "";
  margin-left: -0.85546875em;
  color: black;
}

.i-pick .path5:before {
  content: "";
  margin-left: -0.85546875em;
  color: black;
}

.i-pick .path6:before {
  content: "";
  margin-left: -0.85546875em;
  color: black;
}

.i-pick .path7:before {
  content: "";
  margin-left: -0.85546875em;
  color: black;
}

.i-telus_long .path1:before {
  content: "";
  color: #7328fb;
}

.i-telus_long .path2:before {
  content: "";
  margin-left: -0.3515625em;
  color: white;
}

.i-telus_small .path1:before {
  content: "";
  color: #7328fb;
}

.i-telus_small .path2:before {
  content: "";
  margin-left: -0.5224609375em;
  color: white;
}

.i-user:before {
  content: "";
}

.i-user_white:before {
  content: "";
}

.i-cross:before {
  content: "";
}

.i-email:before {
  content: "";
}

.i-home:before {
  content: "";
}

.i-plus2:before {
  content: "";
}

.i-minus2:before {
  content: "";
}

.i-plus:before {
  content: "";
}

.i-minus:before {
  content: "";
}

.i-plus_white:before {
  content: "";
}

.i-minus-white:before {
  content: "";
}

.i-facebook:before {
  content: "";
}

.i-instagram:before {
  content: "";
}

.i-google-plus:before {
  content: "";
}

.i-pinterest:before {
  content: "";
}

.i-pinterest2:before {
  content: "";
}

.i-twitter:before {
  content: "";
}

.i-youtube:before {
  content: "";
}

.i-rss:before {
  content: "";
}

.i-share2:before {
  content: "";
}

.label {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0 0.25em;
  font-weight: normal;
  font-size: 0.75em;
  line-height: 1.222222222222222;
  background-color: #E7D70B;
  font-size: 1.28571429em;
}

.label.yellow {
  background-color: #E7D70B;
}

.label.red {
  background-color: #FD5C5C;
}

.label.green {
  background-color: #7BAF42;
}

.label.orange {
  background-color: #F19B00;
}

.label.violet, .label.mauve {
  background-color: #7228FB;
}

.label.black {
  background-color: #000;
  color: #fff;
}

ul, ol {
  margin-left: 4em;
  margin-bottom: 1.71428571em;
}

ul {
  list-style: disc outside;
}

ol {
  margin-left: 4.2em;
}

li > ol,
li > ul {
  font-size: 0.875em;
  margin-top: 1.71428571em;
}

li {
  margin-bottom: 0.875em;
}

li:last-child {
  margin-bottom: 0;
}

ul.circle, ol.circle {
  list-style: circle outside;
}

ul.square, ol.square {
  list-style: square outside;
}

ul.none, ol.none {
  list-style: none;
  margin-left: 0;
}

ul.leading-zero, ol.leading-zero {
  list-style: decimal-leading-zero;
}

ul.lower-roman, ol.lower-roman {
  list-style: lower-roman;
}

ul.upper-roman, ol.upper-roman {
  list-style: upper-roman;
}

ul.lower-alpha, ol.lower-alpha {
  list-style: lower-alpha;
}

ul.upper-alpha, ol.upper-alpha {
  list-style: upper-alpha;
}

dl {
  margin-bottom: 1.71428571em;
}

dt {
  font-weight: bold;
  margin-top: 1.71428571em;
}

dd {
  padding-left: 1.71428571em;
}

dl dt:first-child {
  margin-top: 0;
}

#gmap {
  height: 26em;
  width: 100%;
}

#gmap div {
  background: none !important;
}

.imgmap {
  height: 26em;
  height-width: 100%;
}

.imgmap .image-mobile {
  display: none;
  visibility: hidden;
}

@media only screen and (min-width: 460px) {
  .imgmap .image-mobile {
    display: block;
    visibility: visible;
  }
}

@media only screen and (min-width: 1280px) {
  .imgmap .image-mobile {
    display: none;
    visibility: hidden;
  }
}

.imgmap .image-desktop {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 460px) {
  .imgmap .image-desktop {
    display: block;
    visibility: visible;
  }
}

@media only screen and (min-width: 1280px) {
  .imgmap .image-desktop {
    display: block;
    visibility: visible;
  }
}

.msg-info, .msg-success, .msg-error {
  padding: 9.65px 19.3px;
  margin-bottom: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.msg-info .msg-body, .msg-success .msg-body, .msg-error .msg-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.msg-info a, .msg-success a, .msg-error a {
  text-decoration: underline;
}

.alert {
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  padding: 9.65px 19.3px;
  margin-top: 0;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.alert .alert-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.alert a {
  text-decoration: underline;
}

.msg-info {
  background-color: #F19B00;
}

.msg-success {
  background-color: #7BAF42;
  color: #fff;
}

.msg-error {
  background-color: #FF0000;
  color: #fff;
}

.alert img,
.alert svg {
  width: 3em;
  margin-right: 1.5em;
}

.alert.alert-success {
  border-color: #7BAF42;
  color: #7BAF42;
}

.alert.alert-warning {
  border-color: #F19B00;
  color: #F19B00;
}

.alert.alert-danger {
  border-color: #FF0000;
  color: #FF0000;
}

.alert.alert-secondary {
  border-color: #7228FB;
  color: #7228FB;
}

.news h3 {
  padding: 15.44px 19.3px;
  background-color: #000;
  color: #fff;
}

.news article {
  padding: 28.95px;
  background-color: #f8f8f8;
  border-bottom: 6px solid #000;
}

.news article h4, .news article .advantages-submenu ul li a, .advantages-submenu ul li .news article a {
  margin-bottom: 15.44px;
}

.news article h4 .label, .news article .advantages-submenu ul li a .label, .advantages-submenu ul li .news article a .label {
  font-size: 1.125rem;
}

.news article .news-body {
  font-size: 0.85714286em;
  line-height: 1.25;
}

.window-overlay {
  display: none;
  cursor: pointer;
  position: absolute;
  height: 100vh;
  width: 100%;
  background: #000;
  z-index: 101;
}

#overlay {
  display: none;
  width: 100%;
  height: 0%;
  margin: auto;
  padding: 19.3px;
  background: #000;
  color: #fff;
  z-index: 102;
  -webkit-animation: fadeInRight .3s ease forwards;
          animation: fadeInRight .3s ease forwards;
  transition: all .35s ease;
}

#overlay svg {
  fill: #fff;
}

#overlay a {
  color: #fff;
}

#overlay .overlay-menu .navigation,
#overlay .overlay-menu .utilities {
  width: 100%;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#overlay .overlay-menu .navigation .header-menu,
#overlay .overlay-menu .utilities .header-menu {
  width: 100%;
  border-top: 10px solid #fff;
}

#overlay .overlay-menu .navigation .header-menu a,
#overlay .overlay-menu .utilities .header-menu a {
  display: block;
  font-family: "clarke black", sans-serif;
  font-size: 2.42857143em;
  line-height: 1.194444444444444;
  padding: 0 14.475px;
  border-top: none;
  border-bottom: 2px solid #fff;
}

#overlay .overlay-menu .utilities {
  margin-top: 38.6px;
}

#overlay .overlay-menu .utilities .mobile-login,
#overlay .overlay-menu .utilities .show_home {
  display: none;
  visibility: hidden;
}

#overlay .overlay-menu .utilities .section-login {
  position: relative;
  border-top: 10px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 0 14.475px;
  display: block;
  margin-bottom: 19.3px;
}

#overlay .overlay-menu .utilities .section-login h3 {
  line-height: 0.8055555555555556;
  margin: 3px 0;
}

#overlay .overlay-menu .utilities .section-login h3 span {
  display: none;
}

#overlay .overlay-menu .utilities .section-login .link-login {
  display: block;
  font-size: 1.14285714em;
  line-height: 1.166666666666667;
  font-weight: bold;
  margin-top: 19.3px;
  margin-bottom: 9.65px;
  background-size: contain;
}

#overlay .overlay-menu .utilities .section-login .link-login svg {
  width: 24px;
  margin-right: 0.5em;
  fill: #fff;
}

#overlay .overlay-menu .utilities .section-login .icon-telus {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 768px) {
  #overlay .overlay-menu .utilities .section-login .icon-telus {
    display: none;
  }
}

#overlay .overlay-menu .utilities .section-others {
  height: 42px;
  display: block;
  font-size: 1.28571429em;
}

#overlay .overlay-menu .utilities .section-others .b-login-menu {
  display: none;
}

#overlay .overlay-menu .utilities .section-others .b-language {
  float: left;
  padding: 0 14.475px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1em;
}

#overlay .overlay-menu .utilities .section-others .section-search {
  float: right;
  display: inline-block;
}

#overlay .overlay-menu .utilities .section-others .section-search .b-search {
  width: 38.6px;
  height: 38.6px;
  right: 15px;
}

#overlay .overlay-menu .utilities .section-others .section-search.active .b-btn-search {
  display: none;
}

#overlay .overlay-menu .utilities .section-others .section-search.active .form-search {
  position: relative;
  display: block;
  z-index: 20;
}

#overlay .overlay-menu .utilities .section-others .section-search.active .form-search .b-search {
  width: 38.6px;
  height: 38.6px;
  right: -4px;
  top: -4px;
}

#overlay .overlay-menu .utilities .section-others .section-search.active .form-search .search-text {
  display: block;
  position: absolute;
  right: 0px;
  z-index: 22;
  -webkit-animation: fadeInLeft .3s ease forwards;
          animation: fadeInLeft .3s ease forwards;
  transition: all .35s ease;
  /* width: 240px */
  width: calc(100vw - 40px);
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0.2em 0.5em;
  margin: 0;
  height: 30px;
}

@media only screen and (max-width: 768px) {
  #overlay .overlay-menu .utilities .section-others .section-search.active .form-search .search-text {
    font-size: 1em;
    border-radius: 0;
  }
}

#overlay .overlay-menu .logo {
  width: 100%;
  height: 100%;
  max-height: 100px;
}

#overlay .overlay-menu .logo a {
  display: block;
  margin: auto;
  max-width: 65px;
}

#overlay .overlay-menu .menu-mobile-toggle {
  width: 40px;
  height: 40px;
  position: absolute;
  margin: 1em 0;
  top: 19.3px;
  left: 19.3px;
}

@media only screen and (max-height: 490px) {
  #overlay .overlay-menu .navigation .header-menu a,
  #overlay .overlay-menu .utilities .header-menu a {
    font-size: 2em;
  }
}

#overlay.open {
  display: block;
  height: 100%;
  position: fixed;
  -webkit-animation: fadeInLeft .3s ease forwards;
          animation: fadeInLeft .3s ease forwards;
  transition: all .35s ease;
}

#overlay-cta {
  display: none;
  position: relative;
  width: 100vw;
  height: 0%;
  margin: auto;
  padding: 19.3px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 102;
  -webkit-animation: fadeInDown 0.3s ease forwards;
          animation: fadeInDown 0.3s ease forwards;
  transition: all .35s ease;
  margin: 0;
  padding: 0;
}

#overlay-cta .block-cta {
  min-height: 240px;
  width: 100vw;
  display: block;
  bottom: 0;
  background: #fff;
  color: #000;
  position: absolute;
  bottom: 0;
  padding: 19.3px;
}

#overlay-cta .block-cta p {
  text-transform: uppercase;
  margin-top: 19.3px;
}

#overlay-cta .block-cta h3 {
  margin-bottom: 9.65px;
}

#overlay-cta .block-cta .toggle-cta {
  width: 40px;
  height: 40px;
  position: absolute;
  margin: 1em 0;
  right: 0;
  top: 0;
}

#overlay-cta .block-cta .b1 {
  width: 100%;
  margin: 9.65px 0;
  text-align: center;
}

#overlay-cta .block-cta .b1.buy-telus {
  background: url("/images/icons/telus_small.svg") no-repeat 0 100%;
}

#overlay-cta .block-cta .b1.buy-telus:hover, #overlay-cta .block-cta .b1.buy-telus:focus {
  background-color: #7228FB;
}

#overlay-cta.open {
  display: block;
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-animation: fadeInUp .3s ease forwards;
          animation: fadeInUp .3s ease forwards;
  transition: all .35s ease;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.28571429em;
}

.pagination ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.pagination ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  margin: 0;
  padding: 0;
}

.pagination ul li svg,
.pagination ul li .svg {
  width: 2em;
  height: 2em;
}

.pagination ul li a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em 0.75em;
  text-decoration: none;
}

.pagination ul li:hover {
  background-color: #000;
  color: #fff;
}

.pagination ul li:hover a {
  color: #fff;
}

.pagination ul .b-previous a,
.pagination ul .prev a,
.pagination ul .previous a,
.pagination ul .b-next a,
.pagination ul .next a {
  background: url("/images/icons/arrow-left.svg") 50% 50% no-repeat;
  background-size: contain;
  fill: #000;
  color: #000;
  padding: 0.75em;
}

.pagination ul .b-previous a:hover,
.pagination ul .prev a:hover,
.pagination ul .previous a:hover,
.pagination ul .b-next a:hover,
.pagination ul .next a:hover {
  background-color: #000;
  background-image: url("/images/icons/arrow-left-white.svg");
  fill: #fff;
  color: #fff;
}

.pagination ul .b-next a,
.pagination ul .next a {
  padding: 0.75em;
  background-image: url("/images/icons/arrow-right.svg");
}

.pagination ul .b-next a:hover,
.pagination ul .next a:hover {
  background-image: url("/images/icons/arrow-right-white.svg");
}

.pagination ul .current,
.pagination ul .active {
  background-color: #000;
  color: #fff;
}

.slider_section {
  position: relative;
  width: 100%;
  height: 600px;
  margin: 19.3px 0 0;
}

.slider_section .wrapper-slider {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
}

.slider_section .wrapper-slider .desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 600px;
  overflow: hidden;
}

@media only screen and (max-width: 1366px) {
  .slider_section .wrapper-slider {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .slider_section {
    height: 480px;
    margin: 0 0 38.6px 0;
  }
  .slider_section .wrapper-slider {
    width: 100%;
    margin: 0;
    max-height: 480px;
  }
  .slider_section .wrapper-slider .mobile {
    max-height: 480px;
  }
}

@media only screen and (max-width: 600px) {
  .slider_section {
    height: 320px;
  }
  .slider_section .wrapper-slider {
    max-height: 320px;
  }
}

.slider {
  margin: 0 auto;
  width: 54.804%;
  height: 600px;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .slider {
    width: 100%;
    height: 480px;
  }
}

@media only screen and (max-width: 600px) {
  .slider {
    height: 320px;
  }
}

.sliderMainEvent {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .sliderMainEvent {
    height: 480px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 600px) {
  .sliderMainEvent {
    height: 320px;
  }
}

.desktop {
  width: 100%;
}

.desktop .slider,
.desktop .leftSlider,
.desktop .rightSlider {
  transition: all 0.5s ease;
}

.desktop .slider .sliderContainer,
.desktop .leftSlider .sliderContainer,
.desktop .rightSlider .sliderContainer {
  position: absolute;
  width: 48.804%;
  max-width: 435px;
  height: 100%;
  display: none;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: -67.55px;
  right: 0;
  z-index: 40;
  transition: all 0.3s ease;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .desktop .slider .sliderContainer,
  .desktop .leftSlider .sliderContainer,
  .desktop .rightSlider .sliderContainer {
    max-width: 600px;
  }
}

.desktop .slider .sliderContainer .main_slide,
.desktop .leftSlider .sliderContainer .main_slide,
.desktop .rightSlider .sliderContainer .main_slide {
  position: relative;
  height: 435px;
}

@media (min-width: 1024px) {
  .desktop .slider .sliderContainer .main_slide,
  .desktop .leftSlider .sliderContainer .main_slide,
  .desktop .rightSlider .sliderContainer .main_slide {
    height: 600px;
  }
}

.desktop .slider .sliderContainer .main_slide .icon-telus,
.desktop .leftSlider .sliderContainer .main_slide .icon-telus,
.desktop .rightSlider .sliderContainer .main_slide .icon-telus {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  z-index: 4;
}

.desktop .slider .sliderContainer .main_slide .image,
.desktop .leftSlider .sliderContainer .main_slide .image,
.desktop .rightSlider .sliderContainer .main_slide .image {
  position: absolute;
  z-index: 0;
  opacity: 1;
  display: block;
  overflow: hidden;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  width: 100%;
}

.desktop .slider .sliderContainer .main_slide .image .bg-effect-slider,
.desktop .leftSlider .sliderContainer .main_slide .image .bg-effect-slider,
.desktop .rightSlider .sliderContainer .main_slide .image .bg-effect-slider {
  opacity: 0;
  height: 600px;
  width: 100%;
  display: block;
  transition: all .2s ease-in;
  background: #7328FB;
  background-size: cover;
}

.desktop .slider .sliderContainer .main_slide .image .bg-effect-slider:hover,
.desktop .leftSlider .sliderContainer .main_slide .image .bg-effect-slider:hover,
.desktop .rightSlider .sliderContainer .main_slide .image .bg-effect-slider:hover {
  opacity: .5;
  transition: all .2s ease-in;
}

.desktop .slider .sliderContainer .main_slide .content,
.desktop .leftSlider .sliderContainer .main_slide .content,
.desktop .rightSlider .sliderContainer .main_slide .content {
  position: absolute;
  bottom: 0;
  padding: 38.6px;
  height: auto;
  width: 100%;
  color: #000;
  z-index: 3;
  text-transform: uppercase;
}

.desktop .slider .sliderContainer .main_slide .content .event-title,
.desktop .leftSlider .sliderContainer .main_slide .content .event-title,
.desktop .rightSlider .sliderContainer .main_slide .content .event-title {
  margin: 0;
  padding: 0;
}

.desktop .slider .sliderContainer .main_slide .content time,
.desktop .leftSlider .sliderContainer .main_slide .content time,
.desktop .rightSlider .sliderContainer .main_slide .content time {
  clear: both;
  display: inline-block;
  background-color: #fff;
  color: #000;
  margin: 0;
  padding: 2px 4px;
  letter-spacing: 5.14px;
  line-height: 1;
  font-family: "clarke black", sans-serif;
  font-size: 1.28571429em;
}

.desktop .leftSlider {
  width: 17.195%;
  margin-right: 5.694%;
  height: 327px;
  overflow: hidden;
}

.desktop .leftSlider .leftSliderContainer {
  margin-left: 0;
  height: 327px;
}

.desktop .leftSlider .main_slide {
  position: relative;
  height: 327px;
}

.desktop .leftSlider .main_slide .icon-telus {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  z-index: 4;
}

.desktop .leftSlider .main_slide .image {
  position: absolute;
  z-index: 0;
  display: block;
  overflow: hidden;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 327px;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .desktop .leftSlider .main_slide .image {
    background-size: contain;
  }
}

.desktop .leftSlider .main_slide .image .bg-effect-slider {
  opacity: 0;
  height: 600px;
  width: 100%;
  display: block;
  transition: all .2s ease-in;
  background: #7328FB;
  background-size: contain;
  background-repeat: no-repeat;
}

.desktop .leftSlider .main_slide .image .bg-effect-slider:hover {
  opacity: .5;
  transition: all .2s ease-in;
}

.desktop .leftSlider .main_slide .content {
  position: absolute;
  bottom: 0;
  padding: 28.95px 0;
  height: auto;
  width: 76.92307692307692%;
  color: #000;
  z-index: 3;
}

.desktop .leftSlider .main_slide .content .event-title {
  margin: 0;
  padding: 0;
  font-size: 3em;
}

.desktop .leftSlider .main_slide .content time {
  clear: both;
  display: inline-block;
  background-color: #fff;
  color: #000;
  margin: 0;
  font-family: "clarke black", sans-serif;
  text-transform: uppercase;
  padding: 2px 4px;
  letter-spacing: 5.14px;
  line-height: 1;
  font-size: 1.28571429em;
}

.desktop .leftSlider:hover .sliderContainer .main_slide .image .bg-effect-slider {
  opacity: 0.3;
}

.desktop .leftSlider:hover .slider-prev {
  opacity: 1;
}

.desktop .rightSlider {
  width: 22.613%;
  height: 435px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.desktop .rightSlider .rightSliderContainer {
  margin-left: 0;
  height: 435px;
}

.desktop .rightSlider .main_slide {
  position: relative;
  height: 435px;
}

.desktop .rightSlider .main_slide .icon-telus {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  z-index: 4;
}

.desktop .rightSlider .main_slide .image {
  position: absolute;
  z-index: 0;
  display: block;
  overflow: hidden;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 435px;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .desktop .rightSlider .main_slide .image {
    background-size: contain;
  }
}

.desktop .rightSlider .main_slide .image .bg-effect-slider {
  opacity: 0;
  height: 600px;
  width: 100%;
  display: block;
  transition: all .2s ease-in;
  background: #7328FB;
  background-size: contain;
  background-repeat: no-repeat;
}

.desktop .rightSlider .main_slide .image .bg-effect-slider:hover {
  opacity: .5;
  transition: all .2s ease-in;
}

.desktop .rightSlider .main_slide .content {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 28.95px 0;
  height: auto;
  width: 64.94252873563218%;
  color: #000;
  z-index: 3;
}

.desktop .rightSlider .main_slide .content .event-title {
  margin: 0;
  padding: 0;
  font-size: 3em;
}

.desktop .rightSlider .main_slide .content time {
  clear: both;
  display: inline-block;
  background-color: #fff;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  padding: 2px 4px;
  letter-spacing: 5.14px;
  line-height: 1;
  font-family: "clarke black", sans-serif;
  font-size: 1.28571429em;
}

.desktop .rightSlider:hover .sliderContainer .main_slide .image .bg-effect-slider {
  opacity: 0.3;
}

.desktop .rightSlider:hover .slider-next {
  opacity: 1;
}

.mobile {
  width: 100%;
}

.mobile .slider {
  width: 100%;
  height: 320px;
  transition: all 0.5s ease;
  overflow: hidden;
}

.mobile .slider .sliderContainer {
  position: absolute;
  width: 100%;
  height: 320px;
  display: block;
  top: 0;
  z-index: 40;
  transition: all 0.3s ease;
  overflow: hidden;
}

.mobile .slider .sliderContainer .main_slide {
  position: relative;
  width: 95%;
  max-width: 320px;
  height: 320px;
}

.mobile .slider .sliderContainer .main_slide .icon-telus {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  z-index: 4;
}

.mobile .slider .sliderContainer .main_slide .image {
  position: absolute;
  z-index: 0;
  opacity: 1;
  display: block;
  overflow: hidden;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 100%;
}

.mobile .slider .sliderContainer .main_slide .image .bg-effect-slider {
  opacity: 0;
  height: 330px;
  width: 100%;
  display: block;
  background-color: #7228FB;
}

.mobile .slider .sliderContainer .main_slide .image .bg-effect-slider canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.mobile .slider .sliderContainer .main_slide .content {
  position: absolute;
  bottom: -5px;
  padding: 19.3px 9.65px 0;
  height: auto;
  width: 100%;
  color: #000;
  z-index: 3;
  text-transform: uppercase;
}

.mobile .slider .sliderContainer .main_slide .content .event-title {
  margin: 0 0 2px;
  padding: 0;
  font-size: 3em;
}

.mobile .slider .sliderContainer .main_slide .content time {
  clear: both;
  display: inline-block;
  background-color: #fff;
  color: #000;
  margin: 0;
  padding: 2px 4px;
  letter-spacing: 5.14px;
  line-height: 1;
  font-family: "clarke black", sans-serif;
  font-size: 1.28571429em;
}

.mobile .slider .sliderContainer:hover .main_slide .image .bg-effect-slider, .mobile .slider .sliderContainer:focus .main_slide .image .bg-effect-slider {
  opacity: 0;
}

@media (min-width: 600px) {
  .mobile .slider {
    height: 480px;
  }
  .mobile .slider .sliderContainer {
    height: 480px;
  }
  .mobile .slider .sliderContainer .main_slide {
    max-width: 480px;
    height: 480px;
  }
  .mobile .slider .sliderContainer .main_slide .image {
    height: 460px;
  }
  .mobile .slider .sliderContainer .main_slide .image .bg-effect-slider {
    height: 470px;
  }
}

.slider-controls {
  position: absolute;
  width: 48.804%;
  max-width: 600px;
  height: 100%;
  display: block;
  top: 0;
  z-index: 39;
  transition: all 0.3s ease;
}

.slider-controls .slider-prev,
.slider-controls .slider-next {
  position: absolute;
  font-size: 2.8em;
  padding: 0em;
  margin: 0;
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: all 0.5s ease;
  opacity: 1;
  z-index: 10;
}

.slider-controls .slider-prev span,
.slider-controls .slider-next span {
  font-size: 2.8em;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 50px;
  display: inline-block;
  position: absolute;
  opacity: 1;
  background: transparent url("/images/icons/arrow-left.svg") no-repeat 50% 50%;
  background-size: cover;
}

.slider-controls .slider-next {
  right: -70px;
  top: 195px;
}

.slider-controls .slider-next span {
  top: 305px;
  left: 0;
  background-image: url("/images/icons/arrow-right.svg");
}

.slider-controls .slider-prev {
  left: -70px;
  top: 70px;
}

.slider-controls .slider-prev span {
  right: 0;
  top: 305px;
}

@media only screen and (max-width: 1024px) {
  .slider-controls {
    display: none;
  }
}

.flex-control-paging {
  display: none;
}

.sidebar .bx-wrapper {
  position: relative;
}

.sidebar .bx-wrapper .bx-pager {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.sidebar .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
}

.sidebar .bx-wrapper .bx-controls {
  position: absolute;
  bottom: 1em;
  text-align: center;
  width: 100%;
}

.sidebar .bx-wrapper .bx-controls .bx-pager-link {
  text-indent: -9999px;
  border: 2px solid #000;
  background: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  display: block;
  outline: 0;
}

.sidebar .bx-wrapper .bx-controls .bx-pager-link.active {
  background: #000;
}

.sidebar .bx-viewport {
  margin-bottom: 38.6px;
  border: 6px solid #7328FB;
}

.sidebar .bx-viewport .sidebar-slider {
  margin: 0;
  padding: 0;
}

.sidebar .bx-viewport .sidebar-slider .sidebar-single-slider a,
.sidebar .bx-viewport .sidebar-slider .sidebar-single-slider img {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.sidebar .bx-viewport .sidebar-slider .sidebar-single-slider .sidebar-slider-overlay {
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  opacity: 0;
  transition: all .2s ease-out;
  position: absolute;
}

.sidebar .bx-viewport .sidebar-slider .sidebar-single-slider .sidebar-slider-overlay:hover {
  background: rgba(115, 40, 251, 0.2);
  opacity: 1;
  transition: all .2s ease-in;
}

.social-links {
  float: left;
  line-height: 2.5;
  vertical-align: middle;
}

.social-links .list-social {
  line-height: 2.5;
}

.social-links .list-social, .social-links .list-social > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-links .list-social p {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #000;
  font-size: 0.6875em;
  margin: auto 0;
  text-transform: uppercase;
}

.social-links .list-social li {
  display: inline-block;
  font-size: 1.3125em;
  line-height: 2.5;
  vertical-align: middle;
}

.social-links .list-social li a {
  vertical-align: middle;
  display: block;
  margin-left: 0.5em;
}

.social-links .list-social li a::before {
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .social-links {
    float: none;
    display: block;
    line-height: 3.1875;
    margin-bottom: 2.5em;
  }
  .social-links .list-social {
    line-height: 3.1875;
  }
  .social-links .list-social li {
    line-height: 3.1875;
  }
}

.sharing {
  height: 26px;
  margin-top: 1em;
}

.sharing .fb_iframe_widget,
.sharing .fb-like {
  display: inline-block;
  margin-right: 0.5em;
}

.sharing .fb_iframe_widget {
  position: relative;
  margin-right: 0.35em;
  top: -9px;
}

.sharing .twitter-share-button {
  margin-right: 0;
  margin-top: 3px;
  display: inline-block;
  margin-right: 0.5em;
}

.sharing .fb-rsvp {
  position: relative;
  background: #4c69ba;
  background: linear-gradient(#4c69ba, #3b55a0);
  border-color: #5874c3 #4961a8 #41599f;
  box-shadow: inset 0 0 1px #607fd6;
  border-radius: 2px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5em;
  font-family: helvetica, arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 0 5px 0 3px;
  text-shadow: 0 -1px 0 #354c8c;
  white-space: nowrap;
  top: -6px;
}

.sharing .fb-rsvp i {
  background: url(https://static.xx.fbcdn.net/rsrc.php/v2/y1/r/LVx-xkvaJ0b.png) 0 -42px no-repeat;
  background-size: auto;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin-right: 3px;
  top: 3px;
  position: relative;
}

.sharing .fb-rsvp:hover {
  background: linear-gradient(#5b7bd5, #4864b1);
}

@media only screen and (max-width: 767px) {
  .sharing .fb_iframe_widget {
    top: -5px;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  clear: both;
  border-left: 0;
}

caption {
  padding-bottom: 0.5em;
}

thead tr {
  border-bottom: 3px #000 solid;
}

tbody tr {
  border-bottom: 1px #000 solid;
}

tbody tr:last-child {
  border-bottom: 0;
}

tbody th {
  border-right: 3px #000 solid;
  text-align: right;
  width: 0.1%;
}

td, th {
  padding: 0.75em;
  text-align: left;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

.table-condensed td, .table-condensed th {
  padding: 0.25em 0.75em;
}

.tabs-nav {
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 6px solid #000;
  margin-bottom: 19.3px;
}

.tabs-nav h4, .tabs-nav .advantages-submenu ul li a, .advantages-submenu ul li .tabs-nav a {
  display: inline-block;
  margin-right: 19.3px;
}

.tabs-nav ul {
  list-style: none;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tabs-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  margin: 0;
  padding: 0;
  border-bottom: 10px solid #fff;
  font-size: 1.71428571em;
  margin-right: 9.65px;
}

.tabs-nav ul li svg,
.tabs-nav ul li .svg {
  width: 2em;
  height: 2em;
}

.tabs-nav ul li a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  padding: 0 0.5em 1em;
  text-decoration: none;
}

.tabs-nav ul li:hover, .tabs-nav ul li:focus {
  background-color: #000;
  border-bottom: 10px solid #000;
  color: #fff;
}

.tabs-nav ul li:hover a, .tabs-nav ul li:focus a {
  color: #fff;
}

.tabs-nav ul li.done {
  background: #000 url("/images/icons/check_white.svg") no-repeat 50% 100%;
  backgorund-size: 15px;
  border-bottom: 10px solid #000;
  color: #fff;
}

.tabs-nav ul li.done a {
  color: #fff;
}

.tabs-nav ul li.current, .tabs-nav ul li.active {
  border-bottom: 10px solid #000;
}

.tabs-content {
  background-color: #bfbfbf;
  padding: 1.8125em 2.8125em;
}

.tabs .tabs-menu.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tabs .tabs-menu.visible a.active {
  box-shadow: inset 0 0.125em 0 0 #000;
}

.tabs-vertical {
  overflow: hidden;
}

.tabs-vertical .tabs-menu.visible {
  display: block;
  float: left;
  width: 25%;
}

.tabs-vertical .tabs-menu.visible a {
  display: block;
  max-width: 100%;
  margin-right: 0;
}

.tabs-vertical .tabs-menu.visible a.active {
  box-shadow: inset 0.125em 0 0 0 #000;
}

.tabs-vertical .tabs-content {
  float: left;
  width: 75%;
}

.ads.ads-sidebar {
  margin: 38.6px 0;
}

.ads.ads-sidebar iframe {
  height: 250px;
}

@media only screen and (max-width: 600px) {
  .ads.ads-sidebar {
    display: none;
  }
}

.ads.ads-events-listing {
  border-bottom: 3px solid #000;
}

.ads.ads-events-listing div {
  margin: 38.6px auto;
}

.ads.ads-events-listing iframe {
  height: 90px;
}

@media only screen and (max-width: 1024px) {
  .ads.ads-events-listing {
    display: none;
  }
}

.ads.ads-events-listing-mobile {
  border-bottom: 3px solid #000;
}

.ads.ads-events-listing-mobile div {
  margin: 28.95px auto;
}

.ads.ads-events-listing-mobile iframe {
  height: 50px;
}

@media only screen and (min-width: 1024px) {
  .ads.ads-events-listing-mobile {
    display: none;
  }
}

.ads.ads-show div {
  margin: 38.6px auto;
}

.ads.ads-show iframe {
  height: 90px;
}

@media only screen and (max-width: 1024px) {
  .ads.ads-show {
    display: none;
  }
}

.ads.ads-show-mobile div {
  margin: 28.95px auto;
}

.ads.ads-show-mobile iframe {
  height: 50px;
}

@media only screen and (min-width: 1024px) {
  .ads.ads-show-mobile {
    display: none;
  }
}

.window-overlay {
  display: none;
  cursor: pointer;
  position: absolute;
  height: 100vh;
  max-height: 100%;
  width: 100%;
  background: #000;
  z-index: 101;
  overflow: hidden;
  overflow-y: hidden;
}

#overlay-calendar {
  display: none;
  width: 100%;
  height: 0%;
  margin: auto;
  padding: 19.3px;
  background: #000;
  color: #fff;
  z-index: 102;
  top: 0;
  left: 0;
  -webkit-animation: fadeInRight .3s ease forwards;
          animation: fadeInRight .3s ease forwards;
  transition: all .35s ease;
}

#overlay-calendar svg {
  fill: #fff;
}

#overlay-calendar a {
  color: #fff;
}

#overlay-calendar.open {
  display: block;
  height: 100%;
  position: fixed;
  -webkit-animation: fadeInLeft .3s ease forwards;
          animation: fadeInLeft .3s ease forwards;
  transition: all .35s ease;
}

#overlay-calendar .concerts-calendar-mobile .clndr-grid {
  position: relative;
  width: 100%;
  float: left;
}

#overlay-calendar .concerts-calendar-mobile .clndr-grid .days-of-the-week .day {
  font-size: 0.64285714em;
}

#overlay-calendar .concerts-calendar-mobile .clndr-grid .days-of-the-week .day.event::after {
  border-bottom: 6px solid #fff;
}

#overlay-calendar .concerts-calendar-mobile .dateContainer {
  position: relative;
  text-align: center;
  border-bottom: 2px solid #fff;
  border-top: 10px solid #fff;
  margin-bottom: 1em;
}

#overlay-calendar .concerts-calendar-mobile .dateContainer .month, #overlay-calendar .concerts-calendar-mobile .dateContainer .year {
  font-size: 2.57142857em;
  font-weight: 900;
  color: #fff;
  font-family: "clarke", sans-serif;
  text-transform: uppercase;
  text-align: center;
  display: block;
  line-height: 1.5em;
}

#overlay-calendar .concerts-calendar-mobile .dateContainer .year {
  font-size: 1.42857143em;
  margin-top: -0.6em;
}

#overlay-calendar .concerts-calendar-mobile .dateContainer .clndr-previous-button {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 35%;
  left: 0px;
  text-indent: -999999px;
  cursor: pointer;
  background-repeat: no-repeat;
  opacity: 1;
  background-image: url("/images/icons/arrow-left-white.svg");
  transition: all .2s ease-out;
}

#overlay-calendar .concerts-calendar-mobile .dateContainer .clndr-previous-button:hover, #overlay-calendar .concerts-calendar-mobile .dateContainer .clndr-previous-button.inactive {
  opacity: .5;
  transition: all .2s ease-in;
}

#overlay-calendar .concerts-calendar-mobile .dateContainer .clndr-next-button {
  position: absolute;
  width: 20px;
  height: 20px;
  text-indent: -999999px;
  top: 35%;
  right: 0px;
  cursor: pointer;
  background-repeat: no-repeat;
  opacity: 1;
  background-image: url("/images/icons/arrow-right-white.svg");
  transition: all .2s ease-out;
}

#overlay-calendar .concerts-calendar-mobile .dateContainer .clndr-next-button:hover {
  opacity: .5;
  transition: all .2s ease-in;
}

#overlay-calendar .days-of-the-week .day {
  font-weight: 900;
  color: #fff;
  font-family: "clarke", sans-serif;
  text-transform: uppercase;
  text-align: center;
  float: left;
  width: calc(100%/7);
  border-bottom: 6px solid #fff;
  position: relative;
  margin-bottom: .4em;
}

#overlay-calendar .days-of-the-week .day.event {
  cursor: pointer;
}

#overlay-calendar .days-of-the-week .day.event:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  border-bottom: 16px solid #fff;
}

#overlay-calendar .days-of-the-week .day.today {
  background: #4D4D4D;
}

#overlay-calendar .days-of-the-week .day .numberday {
  font-size: 2.57142857em;
  font-weight: 900;
  color: #fff;
  font-family: "clarke", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-top: .6em;
  padding-bottom: .2em;
}

#overlay-calendar .days-of-the-week .day .header-day {
  font-size: 0.85714286em;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  float: left;
  font-weight: 900;
  text-align: center;
  width: 100%;
}

#overlay-calendar .popover {
  border-radius: 0;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  padding: .5em 1em;
  box-sizing: border-box;
  background-color: #000;
  border: 4px solid #fff;
  z-index: 9999999;
}

#overlay-calendar .popover .spectacle {
  background-color: #000;
}

#overlay-calendar .popover .spectacle ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#overlay-calendar .popover .spectacle ul li a {
  color: #fff;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader .mfp-preloader a {
  color: #CCC;
}

.mfp-preloader .mfp-preloader a .mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close .mfp-close:hover,
.mfp-close .mfp-close:focus {
  opacity: 1;
}

.mfp-close .mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow .mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow .mfp-arrow:hover,
.mfp-arrow .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow .mfp-arrow:before,
.mfp-arrow .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow .mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow .mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left .mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left .mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right .mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right .mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler .mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure .mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure .mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure .mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

#delete-account-popup h3 {
  margin-bottom: 20px;
}

#delete-account-popup form {
  float: left;
}

#delete-account-popup form input {
  background-color: #fff;
  color: #000;
  border: none;
  line-height: 1.2em;
  margin-right: 40px;
  text-transform: none;
}

#email-notifications-popup {
  max-width: 540px;
}

.advantages-submenu {
  border-top: 6px solid #000;
  border-bottom: 2px solid #000;
  padding: 19.3px 0 0 0;
  margin: 0 auto;
  margin-top: 38.6px;
  width: 90%;
}

@media only screen and (min-width: 1025px) and (max-width: 1324px) {
  .advantages-submenu .span6 {
    width: 40%;
  }
}

@media only screen and (max-width: 1024px) {
  .advantages-submenu .span6 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 9.65px;
    padding-right: 9.65px;
    text-align: center;
  }
  .advantages-submenu .span6 ul {
    margin-left: 0;
    margin-top: 20px;
  }
}

.advantages-submenu ul {
  list-style: none;
}

.advantages-submenu ul li a {
  padding: 0 19.3px;
  text-decoration: none;
}

.advantages-submenu ul li a.link-logout:hover {
  background: #FF0000;
}

.advantages-submenu ul li a.link-logout:hover::before {
  content: "x";
  display: inline-block;
  width: 26px;
  height: 20px;
}

.login_message {
  font-weight: bold;
  margin-top: 2em;
  font-family: "clarke", sans-serif;
  font-size: 2.14285714em;
  text-transform: uppercase;
  color: #7228FB !important;
}

.login_message .login_min {
  font-size: 14px !important;
  display: block;
  font-family: "Roboto Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}

.styleguide-legend {
  background-color: #000;
  color: #fff;
  border-bottom: 3px #404040 solid;
  margin-bottom: 38.6px;
  padding: 1em;
}

.styleguide .columns {
  margin-bottom: 9.65px;
}

.styleguide [class^="span"] {
  background-color: #000;
  background-color-color: #fff;
  font-size: 12px;
  padding: 0.5em 1em;
  text-align: center;
}

.styleguide-title {
  border-bottom: 4px #000 solid;
  color: #fff;
  display: block;
  font-family: monospace;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 36px 0;
  padding-top: 72px;
  text-transform: uppercase;
}

.styleguide-title span {
  background-color: #000;
  background-color-color: #fff;
  display: inline-block;
  padding: 5px 7px 3px;
}

.styleguide-title:first-child {
  padding-top: 0;
}

.styleguide-subtitle {
  border-bottom: 2px #000 solid;
  color: #fff;
  display: block;
  font-family: monospace;
  font-size: 12px;
  font-weight: bold;
  margin: 36px 0 18px 0;
  text-transform: uppercase;
}

.styleguide-subtitle span {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: inline-block;
  padding: 2px 10px 1px 7px;
}

.styleguide-label {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-family: monospace;
  font-weight: bold;
  padding: 0.25em 0.5em;
}

.styleguide-note {
  font-style: italic;
  display: block;
  margin: 1em auto;
}

.styleguide-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
}

.styleguide-brand {
  display: block;
  float: left;
  padding: 10px 15px;
  width: 10%;
  height: 125px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.styleguide-brand-reverse {
  color: #fff;
}

.contact .parking-image {
  display: block;
  height: 100px;
}

.contact .parking-image.en {
  background: url("/images/parking_en.jpg") no-repeat 100% 100%;
}

.contact .parking-image.fr {
  background: url("/images/parking_fr.jpg") no-repeat 100%;
}

.contact .parking-image:hover {
  -webkit-animation: none !important;
          animation: none !important;
}

.contact .block_contact div {
  padding: 19.3px;
  width: 100%;
}

@media (min-width: 768px) {
  .contact .block_contact div {
    display: inline-block;
    float: left;
    width: 30%;
  }
}

.contact .contact-phone {
  display: inline-block;
}

.opening_hours {
  background-color: #000;
  color: #fff;
  padding: 19.3px;
}

.faqs .faq_category {
  margin: 19.3px 0;
}

.faqs .faq_title {
  margin: 19.3px 0 0;
  padding: 9.65px 38.6px 9.65px 0;
  cursor: pointer;
  background: url("/images/icons/plus.svg") no-repeat 98% 50%;
  background-size: 30px 30px;
}

.faqs .faq_title:hover, .faqs .faq_title:focus {
  background-color: #f0f0f0;
}

.faqs .faq_title.active {
  background: #000 url("/images/icons/minus-white.svg") no-repeat 98% 50%;
  background-size: 30px 30px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .faqs .faq_title.active {
    padding: 9.65px 38.6px 9.65px 9.65px;
  }
}

.faqs .faq_content {
  border: 1px solid #000;
  display: block;
  padding: 19.3px;
  margin-bottom: 38.6px;
  -webkit-animation: fadeInDown .3s ease forwards;
          animation: fadeInDown .3s ease forwards;
  transition: all .35s ease;
}

.faqs .faq_content.collapse {
  display: none;
  -webkit-animation: fadeInUp .3s ease forwards;
          animation: fadeInUp .3s ease forwards;
  transition: all .35s ease;
}

.boxoffice.content {
  padding-left: 0;
}

.rentals .bx-wrapper {
  margin: 0 auto;
}

.rentals .mtelus-slide {
  border: none !important;
}

.rentals img {
  display: block;
  width: 100%;
  height: 100%;
}

.rentals li {
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.14285714em;
}

@media (min-width: 480px) {
  .rentals li {
    font-size: 1em;
  }
}

.rentals .b1 {
  color: #fff;
  background-color: #000;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
}

.rentals .b1:hover {
  color: #000;
  background-color: #fff;
}

.rentals ul {
  border-top: 1px solid #000;
}

.rentals ul, .rentals ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rentals ul li {
  border-bottom: 1px solid #000;
}

.rentals ul li a {
  padding-right: 24px;
  display: inline-block;
  background: url("/images/icons/arrow-bottom.svg") 100% 50% no-repeat;
  background-size: 14px 14px;
  text-decoration: none;
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
}

.rentals ul li a:hover {
  padding-right: 24px;
  display: inline-block;
  background: #000 url("/images/icons/arrow-bottom-white.svg") 100% 50% no-repeat;
  background-size: 14px 14px;
}

.rentals ul li ul {
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rentals ul li ul li {
  border-bottom: none;
  width: 33%;
}

.rentals .rental {
  border-bottom: 6px solid #000;
  margin: 5%;
  padding: 19.3px 0;
}

.rentals .rental:first-child {
  border-bottom: 0;
  padding: 0;
}

.rentals .rental .top_content,
.rentals .rental .bottom_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.rentals .rental .top_content .left_content,
.rentals .rental .top_content .right_content,
.rentals .rental .bottom_content .left_content,
.rentals .rental .bottom_content .right_content {
  width: 100%;
  margin-top: 19.3px;
}

@media (min-width: 768px) {
  .rentals .rental .top_content,
  .rentals .rental .bottom_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .rentals .rental .top_content .left_content,
  .rentals .rental .top_content .right_content,
  .rentals .rental .bottom_content .left_content,
  .rentals .rental .bottom_content .right_content {
    width: 45%;
    margin-right: 5%;
    margin-top: 0;
  }
}

.rentals .rental .map--viewer div {
  display: none;
}

.rentals .rental .map--viewer div.show {
  display: block;
}

.rentals .rental .map--viewer .map--parterre,
.rentals .rental .map--viewer .map--balcon {
  position: relative;
}

.rentals .rental .map--viewer .map-btn-container {
  text-align: center;
  display: block;
  position: relative;
}

.rentals .rental .map--viewer .map-btn-container .map-btn-circle {
  position: absolute;
  width: 144px;
  height: 145px;
  display: block;
  margin: 0 auto;
  top: -57px;
  left: 40%;
  z-index: -1;
  background: url("../images/btn-circle.png");
}

@media only screen and (max-width: 768px) {
  .rentals .rental .map--viewer .map-btn-container .map-btn-circle {
    display: none;
  }
}

.rentals .rental .map--viewer .map-btn-container .js-parterre-btn,
.rentals .rental .map--viewer .map-btn-container .js-balcon-btn {
  background: #FFF;
  color: #000;
  padding: .5em;
  margin-bottom: 1em;
}

.rentals .rental .map--viewer .map-btn-container .js-parterre-btn.active,
.rentals .rental .map--viewer .map-btn-container .js-balcon-btn.active {
  background: #000000;
  color: #FFF;
}

.history .history-slider-container {
  margin: 193px auto 77.2px auto;
  float: left;
}

@media only screen and (max-width: 768px) {
  .history .history-slider-container {
    margin-top: 102px;
  }
}

.history .history-slider-container .history-slider {
  margin-left: 25%;
  margin-right: 25%;
}

@media only screen and (max-width: 768px) {
  .history .history-slider-container .history-slider {
    margin: 0;
  }
}

.block_options {
  display: block;
  padding-bottom: 9.65px;
  margin-bottom: 38.6px;
  border-bottom: 3px solid #000;
}

.block_options ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block_options ul li {
  color: #000;
  display: inline-block;
  position: relative;
  float: left;
}

.block_options ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.block_options ul li label {
  display: block;
  position: relative;
  padding: 12.86666667px 19.3px 19.3px 38.6px;
  margin: 9.65px auto;
  height: 19.3px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.block_options ul li .check {
  display: block;
  position: absolute;
  border: 3px solid #000;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 20px;
  left: 0;
  z-index: 5;
  transition: border .25s linear;
}

.block_options ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 0;
  left: 0;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.block_options input[type=radio]:checked ~ .check {
  border: 7.5px solid #000;
}

.block_options input[type=radio]:checked ~ .check::before {
  background: #fff;
}

.block_options input[type=radio]:checked ~ label {
  color: #000;
}

.search-results-content {
  margin: 5%;
}

.error-content div h1,
.error-content div p,
.error-content div h3 {
  background-color: #000;
  color: #fff;
  padding: .5rem;
  margin-bottom: 20px;
  font-size: 50px;
  display: inline-block;
}

.error-content div h1 a,
.error-content div p a,
.error-content div h3 a {
  color: #fff;
}

.error-content div h1 {
  margin-top: 40px;
  font-size: 150px;
}

.error-content div a img {
  display: inline;
  fill: #7228FB;
  color: #7228FB;
  width: 35px;
  height: 35px;
}

.error-content .error-content-left {
  text-align: center;
}

.error-content .error-content-left img {
  max-width: 500px;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .error-content .error-content-left {
    width: 40%;
  }
  .error-content .error-content-left img {
    width: 100%;
  }
  .error-content .error-content-right {
    width: 55%;
  }
}

@media only screen and (max-width: 767px) {
  .error-content .span10 {
    display: block;
    width: 100%;
  }
}

.login-box {
  margin-top: 4em;
  padding: 38.6px 0 0;
  border-top: 6px solid #000;
  clear: both;
}

.login-box.no-borders {
  border-top: none;
  padding-top: 0;
}

.login-box.no-bottom {
  border-bottom: 0;
}

.login-box h2,
.login-box h3 {
  text-transform: uppercase;
}

.login-box h2 {
  font-size: 4.28571429em;
}

.login-box h3 {
  font-size: 1.71428571em;
  margin-top: 1em;
}

.login-box .login-view-advantages {
  margin-top: 1em;
  display: inline-block;
}

.login-box .register-cta {
  width: 100%;
  float: left;
  border-top: 2px solid #000;
  padding: 38.6px 0 0 0;
}

.login-box .register-cta .register-title {
  float: left;
  font-weight: bold;
  font-family: "clarke black", sans-serif;
  text-transform: uppercase;
  font-size: 2.57142857em;
  line-height: 62px;
}

.login-box .register-cta .register-txt {
  float: left;
  font-weight: bold;
  font-family: "clarke black", sans-serif;
  text-transform: uppercase;
  font-size: 1.71428571em;
  line-height: 62px;
}

.login-box .register-cta .span4 {
  line-height: 62px;
}

.login-box .register-cta .span4 .login-view-advantages {
  display: none;
  visibility: hidden;
}

.login-box .register-cta .icon-user svg {
  min-width: 40px;
}

.login-box .login-box-btns-mobile {
  display: none;
  visibility: hidden;
  margin-bottom: 38.6px;
}

.login-box .login-box-btns-mobile div {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #000;
  color: white;
}

.login-box .login-box-btns-mobile div a {
  width: 100%;
  border: 0;
  border-top: 2px solid #000;
  background-color: #000;
  color: white;
}

.login-box .login-box-btns-mobile .login-box-btns-onPage {
  background-color: #fff;
  color: #000;
}

.login-box .login-box-btns-mobile .login-box-btns-onPage a {
  border: 0;
  border-top: 2px solid #000;
  background-color: #fff;
  color: #000;
}

@media only screen and (max-width: 1024px) {
  .login-box .login-view-advantages {
    display: none;
    visibility: hidden;
  }
  .login-box .register-cta .register-title,
  .login-box .register-cta .register-txt,
  .login-box .register-cta .span4 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 9.65px;
    padding-right: 9.65px;
    line-height: 1;
    text-align: center;
  }
  .login-box .register-cta .register-title .login-view-advantages,
  .login-box .register-cta .register-txt .login-view-advantages,
  .login-box .register-cta .span4 .login-view-advantages {
    display: block;
    visibility: visible;
  }
  .login-box .register-cta .register-title,
  .login-box .register-cta .register-txt {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .login-box {
    padding: 0 0 38.6px 0;
    border-top: 0;
  }
  .login-box form {
    padding: 19.3px 1em 0 1em;
  }
  .login-box .span10 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 9.65px;
    padding-right: 9.65px;
  }
  .login-box .login-view-advantages {
    margin-bottom: 19.3px;
  }
  .login-box .login-box-btns-mobile {
    display: block;
    visibility: visible;
  }
}

.advantages-box {
  border-bottom: 6px solid #000;
  margin-bottom: 57.9px;
  padding-bottom: 57.9px;
}

.advantages-box .icon-telus {
  width: 38px;
  text-align: center;
  display: block;
  margin: auto;
}

.advantages-box h1 {
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: .5em;
}

.advantages-box h2 {
  text-align: right;
  padding: 0 4em;
  box-sizing: border-box;
}

.advantages-box h3 {
  margin-bottom: 1em;
  text-align: center;
}

.advantages-box .advantages-separator {
  display: block;
  height: 6px;
  background: #000;
  margin: 2em 0;
}

.advantages-box .advantage-single {
  border-bottom: 2px solid #000;
  display: inline-block;
  width: 100%;
  float: left;
  padding: 1em 0;
}

.advantages-box .advantage-single ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.advantages-box .advantage-single ul li {
  padding-left: 28px;
  margin-bottom: 0;
  background: url("/images/icons/check_black.svg") no-repeat center left;
}

@media only screen and (max-width: 768px) {
  .advantages-box h1 {
    margin-bottom: 1em;
    font-size: 2.57142857em;
  }
  .advantages-box .span10 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 9.65px;
    padding-right: 9.65px;
  }
  .advantages-box .span10 h2 {
    text-align: left;
    font-size: 2.57142857em;
    padding: 0;
    border-bottom: 2px solid #000;
  }
  .advantages-box .span10 .advantage-single {
    padding: 2em 0;
    display: block;
    float: left;
    width: 100%;
  }
  .advantages-box .span10 .advantage-single h3 {
    font-size: 1.71428571em;
    margin-bottom: 9.65px;
  }
  .advantages-box .span10 .advantage-single:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .advantages-box .span10 .advantage-single .span10 {
    padding: 0;
  }
}

.advantages-title {
  margin-bottom: 57.9px;
}

@media only screen and (max-width: 768px) {
  .advantages-title {
    text-align: center;
  }
}

.list-events.listing-shows-advantages {
  margin-bottom: 77.2px;
}

.list-events.listing-shows-advantages .event .event-info .event-artist {
  font-size: 3.42857143em;
}

.list-events.listing-shows-advantages .event .event-advantages {
  box-sizing: border-box;
  width: 30%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
  padding: 1em 4em;
  box-sizing: border-box;
}

.list-events.listing-shows-advantages .event .event-advantages .advantages-show {
  font-family: "Roboto Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 1.4em;
}

.list-events.listing-shows-advantages .event .event-advantages ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-events.listing-shows-advantages .event .event-advantages ul .advantages-listing {
  padding-left: 28px;
  margin-bottom: 0;
  background: url("/images/icons/check_black.svg") no-repeat center left;
}

@media only screen and (max-width: 768px) {
  .list-events.listing-shows-advantages .event-advantages {
    display: none;
  }
}

.advantages-member-cta {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 9.65px;
  padding-right: 9.65px;
  margin: 0 auto;
  margin-top: 77.2px;
  padding: 29.3px 0;
  border-top: 6px solid #000;
  border-bottom: 3px solid #000;
  float: none;
}

.advantages-member-cta .span12,
.advantages-member-cta .span6 {
  float: left !important;
}

.advantages-member-cta .icon-user svg {
  min-width: 40px;
}

.advantages-member-cta .member-title,
.advantages-member-cta .member-subtitle {
  display: block;
  text-transform: uppercase;
}

.advantages-member-cta .member-title {
  font-family: "clarke black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.42857143em;
  line-height: 1em;
}

.advantages-member-cta .member-subtitle {
  font-family: "Roboto Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-top: 0em;
}

.advantages-member-cta .span6 .member-btn {
  float: right;
  top: 20px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .advantages-member-cta {
    box-sizing: border-box;
    width: 90%;
    float: left;
    padding-left: 9.65px;
    padding-right: 9.65px;
    float: none;
  }
  .advantages-member-cta .span2 {
    box-sizing: border-box;
    width: 20%;
    float: left;
    padding-left: 9.65px;
    padding-right: 9.65px;
  }
  .advantages-member-cta .span12 {
    box-sizing: border-box;
    width: 80%;
    float: left;
    padding-left: 9.65px;
    padding-right: 9.65px;
  }
  .advantages-member-cta .span6 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 9.65px;
    padding-right: 9.65px;
  }
  .advantages-member-cta .span6 .member-btn {
    top: 0;
    margin-top: 38.6px;
  }
}

.b-signin {
  font-size: 1.42857143em;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  border: 6px solid #000;
}

.white-popup h3 {
  margin-bottom: 0.5em;
}

.white-popup a {
  padding: 10px;
}

.sidebar-validation .col-xs-12 {
  float: left;
  width: 100%;
}

.advantage-general-container {
  border-top: 6px solid black;
}

.telus-customer-newsletter-msg {
  padding: 1em;
  margin-top: 56px;
  border: 6px solid #000;
  text-align: center;
  font-size: 1.28571429em;
}

@media print {
  * {
    background: none !important;
    color: #000 !important;
  }
  body {
    font-size: 70%;
    min-width: 100%;
    max-width: 100%;
  }
}
