/* layout.css
 *
 * Jason Bedard - https://jbedard.ca
 * (c) 2016
 */
@import 'https://fonts.googleapis.com/css?family=Lato|Montserrat:400,700';
body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #484848;
  background: #FFF;
  max-width: 100vw;
  min-width: 300px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  margin: 1.33em 0 1em 0;
}
h1 .sub,
h2 .sub,
h3 .sub,
h4 .sub,
h5 .sub,
h6 .sub {
  font-size: 60%;
  display: block;
  margin-top: 0.4em;
}
h1 .minor,
h2 .minor,
h3 .minor,
h4 .minor,
h5 .minor,
h6 .minor {
  font-size: 90%;
  font-weight: normal;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
  border-bottom: none;
}
h1,
h2,
h3 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
h1 {
  font-size: 45px;
  color: #b3000b;
}
h1 .sub {
  color: #c1b170;
}
h2 {
  font-size: 45px;
  color: #b3000b;
}
h2 .sub {
  color: #c1b170;
}
h3 {
  font-size: 32px;
  color: #c1b170;
}
h3 .sub {
  color: #666666;
}
h4 {
  font-size: 18px;
}
h5,
h6 {
  font-size: 15px;
}
a {
  color: inherit;
}
p {
  margin: 1em 0;
}
.button,
.page-content a.button,
button,
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 2px 6px;
  border-radius: 1px;
  background: #EEE;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background: -webkit-linear-gradient(top, #eee, #ddd);
  background: linear-gradient(to bottom, #eee, #ddd);
  border: 1px solid #aaa;
}
.button:focus,
.page-content a.button:focus,
button:focus,
input[type="button"]:focus {
  outline: 0;
}
.button:hover,
.page-content a.button:hover,
button:hover,
input[type="button"]:hover,
.button:active,
.page-content a.button:active,
button:active,
input[type="button"]:active {
  border-color: #555;
}
.button:active,
.page-content a.button:active,
button:active,
input[type="button"]:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#eee));
  background: -webkit-linear-gradient(top, #ddd, #eee);
  background: linear-gradient(to bottom, #ddd, #eee);
}
input[type="hidden"] {
  display: none;
  visibility: hidden;
}
body {
  padding-top: 66px;
}
@media screen and (max-width: 600px) {
  body.admin-bar {
    padding-top: 20px;
  }
}
.logo-background {
  background: transparent url(../images/logo-1220.png) no-repeat 50% 50%;
  background-size: contain;
}
#menu-main {
  z-index: 99999;
  width: 100%;
  max-width: 100vw;
  height: 66px;
  position: fixed;
  top: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  /* center the <li>s and text */
  white-space: nowrap;
  background: #000;
}
.admin-bar #menu-main {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #menu-main {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #menu-main {
    top: 0;
  }
}
#menu-main ul {
  background: #000;
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu-main:after {
  content: "";
  display: inline-block;
  height: 66px;
  vertical-align: middle;
}
#menu-main > .locate-button,
#menu-main > .logo-background {
  margin: 0 12px;
}
#menu-main .menu a {
  display: block;
  color: #FFF;
  text-decoration: none;
}
#menu-main label:hover,
#menu-main a:hover,
#menu-main a:active,
#menu-main .selected a {
  cursor: pointer;
  color: #f9c054;
}
#menu-main a.locate-button {
  background: #666666;
  color: #FFF;
  border-radius: 3px;
  padding: 1.2ex;
  margin: 0 12px;
  white-space: nowrap;
}
#menu-main a.locate-button,
#menu-main a.locate-button:hover,
#menu-main a.locate-button:active {
  text-decoration: none;
  border: none;
}
#menu-main a.logo-background {
  height: 66px;
  width: 279.58333333px;
}
#menu-main {
  text-align: right;
}
#menu-main > .locate-button {
  display: none;
}
#menu-main > .logo-background {
  position: absolute;
  left: 0;
  top: 0;
}
#menu-main > a,
#menu-main > label {
  margin: 0 12px;
  display: inline-block;
  vertical-align: middle;
}
#menu-main > label {
  font-size: 40px;
  color: #FFF;
}
#menu-main > input {
  position: absolute;
  visibility: hidden;
  top: -100px;
  right: 0;
}
#menu-main > ul {
  display: none;
  position: absolute;
  top: 66px;
  right: 12px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#menu-main > input:checked + ul {
  display: block;
}
#menu-main li {
  display: block;
  text-align: left;
}
#menu-main .menu a {
  display: block;
  padding: 0.15em 3em 0.35em 1em;
}
@media (min-width: 640px) {
  #menu-main > .locate-left {
    display: inline-block;
  }
}
@media (min-width: 1040px) {
  #menu-main {
    text-align: center;
  }
  #menu-main > .locate-left {
    display: none;
  }
  #menu-main > ul,
  #menu-main > a {
    display: inline-block;
    vertical-align: middle;
  }
  #menu-main > .logo-background,
  #menu-main > ul {
    position: static;
    top: auto;
    left: auto;
    right: auto;
  }
  #menu-main > label,
  #menu-main > input {
    display: none;
  }
  #menu-main li {
    display: inline-block;
    vertical-align: middle;
  }
  #menu-main .menu a {
    padding: 24px 12px;
  }
}
@media (min-width: 1300px) {
  #menu-main > .locate-right {
    display: inline-block;
  }
}
#page-content-wrapper {
  position: relative;
}
.page-content {
  max-width: 1152px;
  margin-left: 25px;
  margin-right: 25px;
  margin-left: 2.17013889vw;
  margin-right: 2.17013889vw;
}
@media (min-width: 1202px) {
  .page-content {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-content {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.page-content a {
  text-decoration: none;
  border-bottom: 1px dotted #919191;
}
.page-content a:hover,
.page-content a:active {
  text-decoration: none;
  border-bottom-color: transparent;
}
.page-content-blocks > .page-block {
  position: relative;
  padding: 50px 0;
}
.page-content-blocks > .page-block > .page-content {
  margin-top: 0;
  margin-bottom: 0;
}
.page-content-blocks > .page-block:nth-child(2n) {
  background-color: #f9f9f9;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
#page-content-title {
  text-transform: uppercase;
  word-spacing: 4px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 0.5em 25px;
  color: #000;
  background: transparent url(/images/titlebg-800x94.jpg) repeat top center;
  height: 94px;
  font-size: 30px;
}
#page-content-title > a {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 800px) {
  #page-content-title {
    background-image: url(../images/titlebg-1400x165.jpg);
    height: 165px;
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  #page-content-title {
    background-image: url(../images/titlebg-1920x226.jpg);
    height: 226px;
    font-size: 60px;
  }
}
.page-block-title {
  font-size: 180%;
  text-align: left;
}
#footer {
  clear: both;
  text-align: center;
}
#footer .copyright,
#footer .menu {
  margin: 0.8em 0;
}
#footer .copyright {
  font-size: 86%;
  color: #999;
}
#footer nav {
  padding: 1em 0;
  background: #000;
}
#footer nav a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
#footer nav a:active,
#footer nav a:hover {
  color: #f9c054;
  text-decoration: underline;
}
#footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Times New Roman', Times, serif;
  font-size: 93%;
  font-variant: small-caps;
}
#footer .menu li {
  display: inline-block;
  padding: 0 10px;
  padding-left: 12px;
  /* to make up for the inline-block spacing */
  border-left: 1px solid white;
}
#footer .menu li:first-child {
  border-left: 0;
}
.home #top {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  background-image: url(../images/headerbg-800x307.jpg);
  height: 300px;
}
@media (min-width: 800px) {
  .home #top {
    background-image: url(../images/headerbg-1400x538.jpg);
    height: 420px;
  }
}
@media (min-width: 1200px) {
  .home #top {
    background-image: url(../images/headerbg-1920x738.jpg);
    height: 520px;
  }
}
.home #top h1 > a {
  display: block;
  height: 158px;
  margin-top: 0;
}
@media (min-width: 800px) {
  .home #top h1 > a {
    height: 208.5px;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .home #top h1 > a {
    height: 288px;
    margin-top: 30px;
  }
}
.home #top h1 > a .logo-background {
  width: 100%;
  height: 100%;
}
.home #top .location-search {
  font-size: 125%;
  text-align: right;
  white-space: nowrap;
  position: absolute;
  right: 10%;
  bottom: 2%;
}
.home #top .location-search input {
  width: 25ex;
  max-width: 90%;
  color: #666666;
  background: #FFFFFF;
}
.home #top .location-search input,
.home #top .location-search input:focus {
  border: 1px solid #CCC;
  outline: 0;
}
.home #top .location-search a {
  color: #FFF;
  background: #A2A2A2;
  border: 1px solid #A2A2A2;
  text-decoration: none;
}
.home #top .location-search a,
.home #top .location-search input {
  display: inline-block;
  padding: 1.2ex;
  border-radius: 3px;
}
.home #page-content-title {
  margin-top: 0;
}
.telus-video {
  position: relative;
  overflow: hidden;
}
.telus-video > video {
  width: 100%;
  min-width: 1000px;
  height: auto;
}
.telus-positioner {
  position: absolute;
  top: 0;
  width: 100%;
}
.telus-copy {
  margin: 0 auto;
  max-width: 800px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: 300;
  font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.telus-copy,
.telus-copy .chapter-title {
  color: #FFF;
  text-align: left;
}
.telus-copy .chapter-text {
  font-size: 26.5px;
  line-height: 35px;
  margin-bottom: 25px;
}
.telus-copy .telus-stories-btn {
  display: inline-block;
  border-radius: 6px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  padding: 10px 30px;
  border: 1px solid #FFF;
}
.telus-copy .telus-stories-btn:hover {
  background: #FFF;
  color: #2a2c2e;
}
.telus-copy .telus-credit {
  text-align: right;
}
ul.video-tiled-list {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-left: -10px;
}
ul.video-tiled-list li {
  display: inline-block;
  margin-left: 10px;
  margin-top: 50px;
}
ul.video-tiled-list a {
  display: block;
}
ul.video-tiled-list img {
  max-width: 100%;
}
.page-name-about iframe {
  max-width: 100%;
}
