/*
Theme Name: Canoe Inc Creative/Social
Description: Custom WordPress theme for Canoe Inc
Version: 1.0
Author: Kyle Duncan
Author URI: http://www.thisisforge.com/
*/
/* Reset */
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

html, body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

ul, ol, li {
  list-style: none;
}

/* Grid */
.row {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.maxWidth380 {
  max-width: 380px;
}

.maxWidth560 {
  max-width: 560px;
}

.maxWidth810 {
  max-width: 810px;
}

.negMar10 {
  margin-left: -10px;
  margin-right: -10px;
}

.negMar15 {
  margin-left: -15px;
  margin-right: -15px;
}

.negMar20 {
  margin-left: -20px;
  margin-right: -20px;
}

.negMar30 {
  margin-left: -30px;
  margin-right: -30px;
}

.negMar40 {
  margin-left: -40px;
  margin-right: -40px;
}

.col-1, .col-2, .col-2_4, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
  float: left;
}
.col-1.right, .col-2.right, .col-2_4.right, .col-3.right, .col-4.right, .col-5.right, .col-6.right, .col-7.right, .col-8.right, .col-9.right, .col-10.right, .col-11.right {
  float: right;
}

.col-1 {
  width: 8.333%;
}

.col-2 {
  width: 16.666%;
}

.col-2_4 {
  width: 20%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333%;
}

.col-5 {
  width: 41.666%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333%;
}

.col-8 {
  width: 66.666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333%;
}

.col-11 {
  width: 91.666%;
}

@media screen and (max-width: 2199px) {
  .col-xxl-1, .col-xxl-2, .col-xxl-2_4, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11 {
    float: left;
  }
  .col-xxl-1.right, .col-xxl-2.right, .col-xxl-2_4.right, .col-xxl-3.right, .col-xxl-4.right, .col-xxl-5.right, .col-xxl-6.right, .col-xxl-7.right, .col-xxl-8.right, .col-xxl-9.right, .col-xxl-10.right, .col-xxl-11.right {
    float: right;
  }

  .col-xxl-1 {
    width: 8.333%;
  }

  .col-xxl-2 {
    width: 16.666%;
  }

  .col-xxl-2_4 {
    width: 20%;
  }

  .col-xxl-3 {
    width: 25%;
  }

  .col-xxl-4 {
    width: 33.333%;
  }

  .col-xxl-5 {
    width: 41.666%;
  }

  .col-xxl-6 {
    width: 50%;
  }

  .col-xxl-7 {
    width: 58.333%;
  }

  .col-xxl-8 {
    width: 66.666%;
  }

  .col-xxl-9 {
    width: 75%;
  }

  .col-xxl-10 {
    width: 83.333%;
  }

  .col-xxl-11 {
    width: 91.666%;
  }

  .col-xxl-12 {
    clear: both;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto;
  }

  .negMar0-xxl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1699px) {
  .col-xl-1, .col-xl-2, .col-xl-2_4-12, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11 {
    float: left;
  }
  .col-xl-1.right, .col-xl-2.right, .col-xl-2_4-12.right, .col-xl-3.right, .col-xl-4.right, .col-xl-5.right, .col-xl-6.right, .col-xl-7.right, .col-xl-8.right, .col-xl-9.right, .col-xl-10.right, .col-xl-11.right {
    float: right;
  }

  .col-xl-1 {
    width: 8.333%;
  }

  .col-xl-2 {
    width: 16.666%;
  }

  .col-xl-2_4 {
    width: 20%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.333%;
  }

  .col-xl-5 {
    width: 41.666%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.333%;
  }

  .col-xl-8 {
    width: 66.666%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.333%;
  }

  .col-xl-11 {
    width: 91.666%;
  }

  .col-xl-12 {
    clear: both;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto;
  }

  .negMar0-xl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1199px) {
  .col-lg-1, .col-lg-2, .col-lg-2_4, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  .col-lg-1.right, .col-lg-2.right, .col-lg-2_4.right, .col-lg-3.right, .col-lg-4.right, .col-lg-5.right, .col-lg-6.right, .col-lg-7.right, .col-lg-8.right, .col-lg-9.right, .col-lg-10.right, .col-lg-11.right {
    float: right;
  }

  .col-lg-1 {
    width: 8.333%;
  }

  .col-lg-2 {
    width: 16.666%;
  }

  .col-lg-2_4 {
    width: 20%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.333%;
  }

  .col-lg-5 {
    width: 41.666%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.333%;
  }

  .col-lg-8 {
    width: 66.666%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.333%;
  }

  .col-lg-11 {
    width: 91.666%;
  }

  .col-lg-12 {
    clear: both;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto;
  }

  .negMar0-lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 999px) {
  .col-md-1, .col-md-2, .col-md-2_4, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-1.right, .col-md-2.right, .col-md-2_4.right, .col-md-3.right, .col-md-4.right, .col-md-5.right, .col-md-6.right, .col-md-7.right, .col-md-8.right, .col-md-9.right, .col-md-10.right, .col-md-11.right {
    float: right;
  }

  .col-md-1 {
    width: 8.333%;
  }

  .col-md-2 {
    width: 16.666%;
  }

  .col-md-2_4 {
    width: 20%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.333%;
  }

  .col-md-5 {
    width: 41.666%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.333%;
  }

  .col-md-8 {
    width: 66.666%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.333%;
  }

  .col-md-11 {
    width: 91.666%;
  }

  .col-md-12 {
    clear: both;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto;
  }

  .negMar0-md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .col-sm-1, .col-sm-2, .col-sm-2_4, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  .col-sm-1.right, .col-sm-2.right, .col-sm-2_4.right, .col-sm-3.right, .col-sm-4.right, .col-sm-5.right, .col-sm-6.right, .col-sm-7.right, .col-sm-8.right, .col-sm-9.right, .col-sm-10.right, .col-sm-11.right {
    float: right;
  }

  .col-sm-1 {
    width: 8.333%;
  }

  .col-sm-2 {
    width: 16.666%;
  }

  .col-sm-2_4 {
    width: 20%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.333%;
  }

  .col-sm-5 {
    width: 41.666%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.333%;
  }

  .col-sm-8 {
    width: 66.666%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.333%;
  }

  .col-sm-11 {
    width: 91.666%;
  }

  .col-sm-12 {
    clear: both;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto;
  }

  .negMar0-sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 599px) {
  .col-xs-1, .col-xs-2, .col-xs-2_4, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
    float: left;
  }
  .col-xs-1.right, .col-xs-2.right, .col-xs-2_4.right, .col-xs-3.right, .col-xs-4.right, .col-xs-5.right, .col-xs-6.right, .col-xs-7.right, .col-xs-8.right, .col-xs-9.right, .col-xs-10.right, .col-xs-11.right {
    float: right;
  }

  .col-xs-1 {
    width: 8.333%;
  }

  .col-xs-2 {
    width: 16.666%;
  }

  .col-xs-2_4 {
    width: 20%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.333%;
  }

  .col-xs-5 {
    width: 41.666%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.333%;
  }

  .col-xs-8 {
    width: 66.666%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.333%;
  }

  .col-xs-11 {
    width: 91.666%;
  }

  .col-xs-12 {
    clear: both;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto;
  }

  .negMar0-xs {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* Margins */
.autoMar {
  margin-left: auto;
  margin-right: auto;
}

.bMar0 {
  margin-bottom: 0 !important;
}

.lMar10 {
  margin-left: 10px;
}

.rMar10 {
  margin-right: 10px;
}

.tMar10 {
  margin-top: 10px;
}

.bMar10 {
  margin-bottom: 10px;
}

.lMar15 {
  margin-left: 15px;
}

.rMar15 {
  margin-right: 15px;
}

.tMar15 {
  margin-top: 15px;
}

.bMar15 {
  margin-bottom: 15px;
}

.lMar20 {
  margin-left: 20px;
}

.rMar20 {
  margin-right: 20px;
}

.tMar20 {
  margin-top: 20px;
}

.bMar20 {
  margin-bottom: 20px;
}

.lMar30 {
  margin-left: 30px;
}

.rMar30 {
  margin-right: 30px;
}

.tMar30 {
  margin-top: 30px;
}

.bMar30 {
  margin-bottom: 30px;
}

.lMar40 {
  margin-left: 40px;
}

.rMar40 {
  margin-right: 40px;
}

.tMar40 {
  margin-top: 40px;
}

.bMar40 {
  margin-bottom: 40px;
}

.tMar60 {
  margin-top: 60px;
}

.bMar60 {
  margin-bottom: 60px;
}

.tMar80 {
  margin-top: 80px;
}

.bMar80 {
  margin-bottom: 80px;
}

.tMar100 {
  margin-top: 100px;
}

.bMar100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .bMar60, .bMar80, .bMar100 {
    margin-bottom: 40px;
  }

  .tMar60, .tMar80, .tMar100 {
    margin-top: 40px;
  }
}
/* Padding */
.lPad10 {
  padding-left: 10px;
}

.rPad10 {
  padding-right: 10px;
}

.tPad10 {
  padding-top: 10px;
}

.bPad10 {
  padding-bottom: 10px;
}

.pad10 {
  padding: 10px;
}

.lPad15 {
  padding-left: 15px;
}

.rPad15 {
  padding-right: 15px;
}

.tPad15 {
  padding-top: 15px;
}

.bPad15 {
  padding-bottom: 15px;
}

.pad15 {
  padding: 15px;
}

.lPad20 {
  padding-left: 20px;
}

.rPad20 {
  padding-right: 20px;
}

.tPad20 {
  padding-top: 20px;
}

.bPad20 {
  padding-bottom: 20px;
}

.pad20 {
  padding: 20px;
}

.lPad30 {
  padding-left: 30px;
}

.rPad30 {
  padding-right: 30px;
}

.tPad30 {
  padding-top: 30px;
}

.bPad30 {
  padding-bottom: 30px;
}

.pad30 {
  padding: 30px;
}

.lPad40 {
  padding-left: 40px;
}

.rPad40 {
  padding-right: 40px;
}

.tPad40 {
  padding-top: 40px;
}

.bPad40 {
  padding-bottom: 40px;
}

.pad40 {
  padding: 40px;
}

.tPad60 {
  padding-top: 60px;
}

.bPad60 {
  padding-bottom: 60px;
}

.tPad80 {
  padding-top: 80px;
}

.bPad80 {
  padding-bottom: 80px;
}

.tPad100 {
  padding-top: 100px;
}

.bPad100 {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .bPad60, .bPad80, .bPad100 {
    padding-bottom: 40px;
  }

  .tPad60, .tPad80, .tPad100 {
    padding-top: 40px;
  }
}
/* Colours */
.white {
  color: #FFF;
}

.darkGrey {
  color: #38393a;
}

.grey {
  color: #808181;
}

.whiteBG,
.whiteBG90 {
  background-color: #FFF;
}

.rgba .whiteBG90 {
  background-color: rgba(255, 255, 255, 0.9);
}

.lightGreyBG {
  background-color: #dbdbdb;
}

.greyBG {
  background-color: #808181;
}

.darkGreyBG {
  background-color: #38393a;
}

.blackBG {
  background-color: #000;
}

/* Typography */
@font-face {
  font-family: 'gt_pressurabold';
  src: url("fonts/gt-pressura-bold-webfont.woff2") format("woff2"), url("fonts/gt-pressura-bold-webfont.woff") format("woff");
  font-weight: 700;
}
html, body, h1, h2, h3, h4, h5, h6, .vCentre {
  font-size: 17px;
}

html, body {
  color: #38393a;
  font-family: Karla, Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2em;
}

p {
  line-height: 1.5em;
  margin: 0 0 1em;
}

.sansAlt {
  font-family: gt_pressurabold, Arial, Helvetica, sans-serif;
}

.bold {
  font-weight: 700;
}

.lSpacing {
  letter-spacing: 0.1em;
}

.medTitle {
  line-height: 1.5em;
  margin: 0 0 1em;
}
.medTitle.lessMar {
  margin-bottom: 0.5em;
}

.smallTitle {
  font-size: 13px;
  line-height: 1.65em;
}

.boxTitle {
  font-size: 23px;
  margin: 0 0 0.2em;
}

.boxSubtitle {
  font-size: 10px;
}

.quote {
  font-size: 26px;
  margin-left: -80px;
}

.small {
  font-size: 13px;
}
.small p {
  line-height: 1.65em;
}

.tiny {
  font-size: 8px;
}

.cmsContent ul {
  list-style: disc;
  margin-bottom: 1em;
  padding: 0 0 0 1.4em;
}
.cmsContent ul li {
  line-height: 1.5em;
  list-style: disc;
}
.cmsContent ol {
  list-style: decimal;
  margin-bottom: 1em;
  padding: 0 0 0 1.8em;
}
.cmsContent ol li {
  line-height: 1.5em;
  list-style: decimal;
}

.uppercase {
  text-transform: uppercase;
}

.leftText {
  text-align: left;
}

.rightText {
  text-align: right;
}

.centreText {
  text-align: center;
}

.font0 {
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .quote {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  html, body, h1, h2, h3, h4, h5, h6, .vCentre {
    font-size: 13px;
  }

  .boxTitle {
    font-size: 19px;
  }

  .smallTitle,
  .small {
    font-size: 11px;
  }
}
/* Media */
a img {
  border: 0;
}

img {
  display: block;
}
img.fullWidth {
  height: auto;
  width: 100%;
}
img.maxWidth {
  height: auto;
  max-width: 100%;
}

.bgCover {
  overflow: hidden;
  position: relative;
}
.bgCover .bgImage {
  left: 0;
  position: absolute;
  top: 0;
}

.videoWrapper iframe {
  display: block;
  margin: auto;
  width: 100%;
}

.bannerImage#stripImage {
  max-height: 310px;
}
.bannerImage#welcomeImage {
  max-height: 565px;
}

@media screen and (max-width: 767px) {
  .bannerImage#stripImage, .bannerImage#welcomeImage {
    max-height: none;
  }
}
/* Links/Buttons */
a {
  color: #38393a;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
a:hover {
  color: #808181;
}
a.block {
  display: block;
}
a.underline {
  text-decoration: underline;
}
a.grey {
  color: #808181;
}
a.grey:hover {
  color: #38393a;
}

.socialIcons a {
  background: url(images/social-icons.png) no-repeat;
  display: inline-block;
  height: 25px;
  margin: 0 7px;
  text-indent: -9999em;
  transform: scale(0.8);
  transition: transform 0.3s;
  width: 25px;
}
.socialIcons a:hover {
  transform: scale(1);
}
.socialIcons a.instagram {
  background-position: 0 0;
}
.socialIcons a.instagram:hover {
  background-position: 0 -150px;
}
.socialIcons a.twitter {
  background-position: 0 -25px;
}
.socialIcons a.twitter:hover {
  background-position: 0 -175px;
}
.socialIcons a.facebook {
  background-position: 0 -50px;
}
.socialIcons a.facebook:hover {
  background-position: 0 -200px;
}
.socialIcons a.vimeo {
  background-position: 0 -75px;
}
.socialIcons a.vimeo:hover {
  background-position: 0 -225px;
}

.sharingIcons a {
  background: url(images/social-icons.png) no-repeat !important;
  display: inline-block;
  height: 25px;
  margin: 0 7px !important;
  padding: 0 !important;
  text-indent: -9999em;
  transform: scale(0.8) !important;
  transition: transform 0.3s !important;
  width: 25px;
}
.sharingIcons a:hover {
  transform: scale(1) !important;
}
.sharingIcons a.at-svc-twitter {
  background-position: 0 -25px !important;
}
.sharingIcons a.at-svc-twitter:hover {
  background-position: 0 -175px !important;
}
.sharingIcons a.at-svc-facebook {
  background-position: 0 -50px !important;
}
.sharingIcons a.at-svc-facebook:hover {
  background-position: 0 -200px !important;
}
.sharingIcons a.at-svc-email {
  background-position: 0 -100px !important;
}
.sharingIcons a.at-svc-email:hover {
  background-position: 0 -250px !important;
}
.sharingIcons a.at-svc-linkedin {
  background-position: 0 -125px !important;
}
.sharingIcons a.at-svc-linkedin:hover {
  background-position: 0 -275px !important;
}
.sharingIcons a * {
  display: none !important;
}

a.projectLink img {
  transition: transform 0.3s;
}
a.projectLink .projectLinkOverlay {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
}
a.projectLink .projectLinkOverlay .projectLinkText {
  opacity: 0;
  top: -10px;
  transition: opacity 0.3s 0.3s, top 0.3s 0.3s;
}
a.projectLink:hover img, a.projectLink.hover img {
  transform: scale(1.1);
}
a.projectLink:hover .projectLinkOverlay, a.projectLink.hover .projectLinkOverlay {
  opacity: 1;
}
a.projectLink:hover .projectLinkOverlay .projectLinkText, a.projectLink.hover .projectLinkOverlay .projectLinkText {
  opacity: 1;
  top: 0;
}

/* Misc. */
.tBorder {
  border-top: 2px solid #f5f5f5;
}

.hidden {
  display: none;
}

.relative {
  position: relative;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.hideOverflow {
  overflow: hidden;
}

.onTop {
  position: relative;
  z-index: 5;
}

.vCentreParent:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.vCentreParent .vCentre {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.clearRight {
  clear: right;
}

.clearFix:after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}

@media screen and (max-width: 1199px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg {
    display: block !important;
  }
}
@media screen and (max-width: 999px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm {
    display: block !important;
  }
}
@media screen and (max-width: 599px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }
}
/* Main */
#container {
  border-left: 25px solid #FFF;
  border-right: 25px solid #FFF;
  min-width: 320px;
}

#main {
  padding-bottom: 25px;
  padding-top: 80px;
}
.page-template-template-careers-php #main, .home #main {
  padding-bottom: 49px;
}

@media screen and (max-width: 767px) {
  #container {
    border-left-width: 15px;
    border-right-width: 15px;
    min-width: 320px;
  }

  #main {
    padding-bottom: 15px;
    padding-top: 63px;
  }
}
/* Header */
header {
  background: #FFF;
  left: 0;
  padding: 20px 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

#logo {
  background: url(images/logo.png) no-repeat;
  height: 40px;
  text-indent: -9999em;
  width: 119px;
  z-index: 5;
}
#logo:hover {
  background-position: 0 -40px;
}
#logo a {
  display: block;
  height: 100%;
  width: 100%;
}

a#menuIcon {
  border: 5px solid transparent;
  height: 24px;
  left: 15px;
  position: absolute;
  top: 24px;
  width: 27px;
  z-index: 5;
}
a#menuIcon span {
  background: #38393a;
  border-radius: 2px;
  height: 2px;
  left: 0;
  position: absolute;
  transition: 0.3s;
  width: 17px;
}
a#menuIcon span.line1 {
  top: 0;
}
a#menuIcon span.line2, a#menuIcon span.line3 {
  top: 6px;
}
a#menuIcon span.line4 {
  top: 12px;
}
a#menuIcon.active span.line1, a#menuIcon.active span.line4 {
  opacity: 0;
}
a#menuIcon.active span.line2 {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a#menuIcon.active span.line3 {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-csstransforms a#menuIcon.active span.line1, .no-csstransforms a#menuIcon.active span.line4 {
  opacity: 1;
}
.no-csstransforms a#menuIcon.active span.line2, .no-csstransforms a#menuIcon.active span.line3 {
  transform: none;
}

#navWrapper .navMenu {
  position: absolute;
  top: 32px;
  white-space: nowrap;
}
#navWrapper .navMenu#navLeft {
  right: 50%;
  padding-right: 58px;
}
#navWrapper .navMenu#navLeft li {
  margin-right: 70px;
}
#navWrapper .navMenu#navRight {
  left: 50%;
  padding-left: 58px;
}
#navWrapper .navMenu#navRight li {
  margin-left: 70px;
}
#navWrapper .navMenu li {
  display: inline;
}
#navWrapper .navMenu li.home {
  display: none;
}
#navWrapper .navMenu li a {
  display: inline-block;
  font-size: 16px;
  height: 24px;
  line-height: 22px;
  position: relative;
}
#navWrapper .navMenu li a:after {
  background: #808181;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s;
  width: 0;
}
#navWrapper .navMenu li a:hover:after {
  width: 100%;
}
#navWrapper .navMenu li.current_page_item > a, #navWrapper .navMenu li.current-page-ancestor > a {
  color: #38393a;
  font-weight: 700;
}
#navWrapper .navMenu li.current_page_item > a:after, #navWrapper .navMenu li.current-page-ancestor > a:after {
  background: #38393a;
  width: 100%;
}

@media screen and (max-width: 767px) {
  header {
    padding: 20px 0 10px;
  }

  #logo {
    background-image: url(images/logo-mobile.png);
    height: 33px;
    width: 98px;
  }
  #logo:hover {
    background-position: 0 -33px;
  }

  #navWrapper {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
  }
  .rgba #navWrapper {
    background: rgba(255, 255, 255, 0.9);
  }
  #navWrapper:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  #navWrapper #nav {
    display: inline-block;
    vertical-align: middle;
  }
  #navWrapper #nav .navMenu {
    padding: 0 !important;
    position: static;
  }
  #navWrapper #nav .navMenu li {
    display: block;
    margin: 0 !important;
  }
  #navWrapper #nav .navMenu li.home {
    display: block;
  }
  #navWrapper #nav .navMenu li a {
    display: block;
    font-size: 29px;
    height: auto;
    line-height: 1.8em;
  }
  #navWrapper #nav .navMenu li a:after {
    display: none;
  }
  #navWrapper #navFooter {
    bottom: 12px;
    left: 0;
    position: absolute;
    right: 0;
  }
  #navWrapper #navFooterLinks a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-height: 519px) {
  #navWrapper #nav .navMenu li a {
    font-size: 21px;
  }

  #navFooterLinks {
    margin-bottom: 20px;
  }
}
@media screen and (max-height: 419px) {
  #navFooterLinks {
    display: none;
  }
}
/* Footer */
footer {
  background: #FFF;
  bottom: 0;
  height: 25px;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 10;
}
.page-template-template-careers-php footer, .home footer {
  height: 49px;
}
footer .socialIcons {
  padding-top: 12px;
}

#footerLeftLink {
  left: 25px;
  line-height: 50px;
  position: absolute;
  top: 0;
}

#footerRightLink {
  line-height: 49px;
  position: absolute;
  right: 25px;
  top: 0;
}

@media screen and (max-width: 767px) {
  footer {
    height: 15px;
  }

  #footerLeftLink {
    left: 15px;
  }

  #footerRightLink {
    right: 15px;
  }
}
/* Slideshows */
.slide {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

a.slideshowArrow {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 67px;
  z-index: 10;
}
a.slideshowArrow:after {
  background-repeat: no-repeat;
  content: "";
  height: 17px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 27px;
}
a.slideshowArrow.prevArrow {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  left: 0;
}
a.slideshowArrow.prevArrow:after {
  background-image: url(images/arrow-left.png);
  left: 20px;
  transition: left 0.3s;
}
a.slideshowArrow.prevArrow:hover:after {
  left: 10px;
}
a.slideshowArrow.nextArrow {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  right: 0;
}
a.slideshowArrow.nextArrow:after {
  background-image: url(images/arrow-right.png);
  right: 20px;
  transition: right 0.3s;
}
a.slideshowArrow.nextArrow:hover:after {
  right: 10px;
}

a.upDownArrow {
  background-repeat: no-repeat;
  height: 27px;
  left: 50%;
  margin-left: -9px;
  position: absolute;
  width: 17px;
  z-index: 10;
}
a.upDownArrow.upArrow {
  background-image: url(images/arrow-up.png);
  top: 20px;
}
a.upDownArrow.downArrow {
  animation: bounceDownArrow 4s linear forwards;
  background-image: url(images/arrow-down.png);
  bottom: 40px;
  z-index: 12;
}
a.upDownArrow.downArrow.backToTop {
  animation: bounceUpArrow 4s linear infinite;
  background-image: url(images/arrow-up.png);
}
.touchevents a.upDownArrow.downArrow {
  animation: none !important;
  bottom: 20px;
}

@keyframes bounceDownArrow {
  10% {
    bottom: 10px;
    opacity: 0;
  }
  12.5% {
    bottom: 70px;
    opacity: 0;
  }
  22.5% {
    bottom: 40px;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bounceUpArrow {
  10% {
    bottom: 70px;
    opacity: 0;
  }
  12.5% {
    bottom: 10px;
    opacity: 0;
  }
  22.5% {
    bottom: 40px;
    opacity: 1;
  }
}
.slideshowButtons {
  bottom: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 5;
}
.slideshowButtons a {
  border: 2px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  height: 13px;
  margin: 0 4px;
  width: 13px;
}
.slideshowButtons a.active {
  background: #FFF;
}

a.cursorLink {
  background: #FFF;
  opacity: 0.01;
  position: absolute;
}
a.cursorLink#upCursor {
  cursor: url(/wp-content/themes/canoe-inc-creative-social/images/arrow-up.cur), pointer;
  height: 20%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
}
a.cursorLink#downCursor {
  bottom: 0;
  cursor: url(/wp-content/themes/canoe-inc-creative-social/images/arrow-down.cur), pointer;
  height: 20%;
  left: 0;
  right: 0;
  z-index: 11;
}
a.cursorLink#leftCursor {
  bottom: 0;
  cursor: url(/wp-content/themes/canoe-inc-creative-social/images/arrow-left.cur), pointer;
  left: 0;
  right: 55%;
  top: 0;
  z-index: 10;
}
a.cursorLink#rightCursor {
  bottom: 0;
  cursor: url(/wp-content/themes/canoe-inc-creative-social/images/arrow-right.cur), pointer;
  left: 55%;
  right: 0;
  top: 0;
  z-index: 10;
}
.touchevents a.cursorLink {
  display: none !important;
}

@media screen and (max-width: 599px) {
  a.slideshowArrow {
    width: 28px;
  }
  a.slideshowArrow.prevArrow:after, a.slideshowArrow.nextArrow:after {
    background-image: url(images/arrows-left-right-mobile.png);
    height: 15px;
    margin-top: -8px;
    width: 8px;
  }
  a.slideshowArrow.prevArrow:after {
    left: 10px;
  }
  a.slideshowArrow.prevArrow:hover:after {
    left: 5px;
  }
  a.slideshowArrow.nextArrow:after {
    background-position: 0 -15px;
    right: 10px;
  }
  a.slideshowArrow.nextArrow:hover:after {
    right: 5px;
  }
  a.slideshowArrow.bigArrows {
    width: 37px;
  }
  a.slideshowArrow.bigArrows:after {
    background-image: url(images/arrows-left-right-mobile-big.png);
    height: 30px;
    margin-top: -15px;
    width: 17px;
  }
  a.slideshowArrow.bigArrows.nextArrow:after {
    background-position: 0 -30px;
  }

  a.upDownArrow {
    margin-left: -15px;
    width: 30px;
  }
  a.upDownArrow.upArrow, a.upDownArrow.downArrow {
    background-image: url(images/arrows-up-down-mobile.png);
    height: 16px;
  }
  a.upDownArrow.upArrow {
    top: 10px;
  }
  a.upDownArrow.downArrow {
    background-position: 0 -16px;
    bottom: 20px;
  }
  a.upDownArrow.downArrow.backToTop {
    background-image: url(images/arrows-up-down-mobile.png);
    background-position: 0 0;
  }
  .touchevents a.upDownArrow.downArrow {
    bottom: 10px;
  }

  @keyframes bounceDownArrow {
    10% {
      bottom: 10px;
      opacity: 0;
    }
    12.5% {
      bottom: 30px;
      opacity: 0;
    }
    22.5% {
      bottom: 20px;
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes bounceUpArrow {
    10% {
      bottom: 30px;
      opacity: 0;
    }
    12.5% {
      bottom: 10px;
      opacity: 0;
    }
    22.5% {
      bottom: 20px;
      opacity: 1;
    }
  }
  .slideshowButtons {
    bottom: 10px;
  }
  .slideshowButtons a {
    border-width: 1px;
    height: 8px;
    margin: 0 2px;
    width: 8px;
  }
}
/* Parallax */
.no-touchevents.csstransitions .rollIn {
  opacity: 0;
  position: relative;
  transition: opacity 1s, transform 1s;
  transform: translateY(50px);
}
.no-touchevents.csstransitions .rollIn.animate {
  opacity: 1;
  transform: translateY(0);
}

/* Homepage */
.vSlide {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
}

.no-touchevents #homeSlideshow a.slideshowArrow,
.no-touchevents #homeSlideshow a.upArrow {
  opacity: 0;
}
.no-touchevents #homeSlideshow.video a.cursorLink {
  display: none !important;
}
.no-touchevents #homeSlideshow.video a.slideshowArrow {
  background: none !important;
}
.no-touchevents #homeSlideshow.video a.slideshowArrow,
.no-touchevents #homeSlideshow.video a.upDownArrow {
  opacity: 1;
}
.no-touchevents #homeSlideshow.video a.slideshowArrow.downArrow,
.no-touchevents #homeSlideshow.video a.upDownArrow.downArrow {
  animation: none;
}

@media screen and (max-width: 599px) {
  .vSlide .vCentre.textSlide {
    padding-left: 37px;
    padding-right: 37px;
  }
}
/* Projects/Jobs */
.pageStats {
  float: left;
  width: 170px;
}

.pageText {
  margin-left: 170px;
}

@media screen and (max-width: 767px) {
  .pageStats {
    float: none;
    margin-bottom: 30px;
    max-width: 560px;
    padding-right: 0;
    width: auto;
  }

  .pageText {
    margin-left: 0;
  }
}
/* Careers */
#jobSlideshow {
  white-space: nowrap;
}

.jobLink {
  display: inline-block;
  height: 100%;
}
.jobLink img {
  transition: transform 0.3s;
}
.jobLink .jobLinkShadow {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 25%;
  transition: opacity 0.3s;
  z-index: 5;
}
.jobLink .jobLinkShadow .jobLinkText {
  bottom: 40px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: normal;
}
.no-touchevents .jobLink:hover img {
  transform: scale(1.1);
}
.no-touchevents .jobLink:hover .jobLinkShadow {
  opacity: 0;
}

/* Contact */
#googleMap {
  height: 310px;
}

/* Retina */
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5 / 1), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #logo {
    background-image: url(images/logo@2x.png);
    background-size: 119px auto;
  }

  .socialIcons a {
    background-image: url(images/social-icons@2x.png);
    background-size: 25px auto;
  }

  .sharingIcons a {
    background-image: url(images/social-icons@2x.png) !important;
    background-size: 25px auto !important;
  }

  a.slideshowArrow:after {
    background-size: 27px auto;
  }
  a.slideshowArrow.prevArrow:after {
    background-image: url(images/arrow-left@2x.png);
  }
  a.slideshowArrow.nextArrow:after {
    background-image: url(images/arrow-right@2x.png);
  }

  a.upDownArrow {
    background-size: 17px auto;
  }
  a.upDownArrow.upArrow, a.upDownArrow.downArrow.backToTop {
    background-image: url(images/arrow-up@2x.png);
  }
  a.upDownArrow.downArrow {
    background-image: url(images/arrow-down@2x.png);
  }
}
@media screen and (min-resolution: 144dpi) and (max-width: 767px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (-o-min-device-pixel-ratio: 1.5 / 1) and (max-width: 767px), screen and (min-device-pixel-ratio: 1.5) and (max-width: 767px), screen and (min-resolution: 1.5dppx) and (max-width: 767px) {
  #logo {
    background-image: url(images/logo-mobile@2x.png);
    background-size: 98px auto;
  }
}
@media screen and (min-resolution: 144dpi) and (max-width: 599px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 599px), screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 599px), screen and (-o-min-device-pixel-ratio: 1.5 / 1) and (max-width: 599px), screen and (min-device-pixel-ratio: 1.5) and (max-width: 599px), screen and (min-resolution: 1.5dppx) and (max-width: 599px) {
  a.slideshowArrow.prevArrow:after, a.slideshowArrow.nextArrow:after {
    background-image: url(images/arrows-left-right-mobile@2x.png);
    background-size: 8px auto;
  }
  a.slideshowArrow.bigArrows:after {
    background-image: url(images/arrows-left-right-mobile-big@2x.png);
    background-size: 17px auto;
  }

  a.upDownArrow.upArrow, a.upDownArrow.downArrow, a.upDownArrow.downArrow.backToTop {
    background-image: url(images/arrows-up-down-mobile@2x.png);
    background-size: 30px auto;
  }
}
