@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(font/Roboto-ExtraLight.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(font/Roboto-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(font/Roboto-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url(font/Roboto-Bold.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 400;
	src: url(font/RobotoSlab-Light.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 500;
	src: url(font/RobotoSlab-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 600;
	src: url(font/RobotoSlab-Bold.ttf) format('truetype');
}


body {
  position: relative;
  font-family: 'roboto', Arial, Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  font-weight: 400;
  line-height: 1.4rem;
}

@media all and (min-width: 375px) {
  body {
    font-size: 13px !important;
  }
}

@media all and (min-width: 480px) {
  body {
    font-size: 14px !important;
  }
}

@media all and (min-width:  1024px) {
  body {
    font-size: 16px !important;
    line-height: 1.6rem;
  }
}

@media all and (min-width:  1024px) {
  .pg-cover.is-hidden + main {
    padding-top: 6rem;
  }
}

.band {
  box-sizing: border-box;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fff;
}

.band--highlight {
  background: #f5f5f5;
}

.band--accent {
  color: #fff;
  background: #710072;
}

.wp {
  box-sizing: border-box;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

@media all and (min-width: 1024px) {
  .wp {
    max-width: 1600px;
    padding-right: 8%;
    padding-left: 8%;
  }
}

.is-hidden {
  display: none;
}

.strong {
  color: #000;
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.clear {
  clear: both;
  padding: 0 !important;
}

a.link {
  color: #710072;
  text-decoration: underline;
}

.home-link {
  display: inline-block;
}

.contact .home-link {
  width: 17.5rem;
}

.home-link > img {
  height: 75%;
  vertical-align: middle;
}

.contact .home-link > img {
  width: 100%;
}

.bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.pg-head {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media all and (min-width: 1024px) {
  .pg-head {
    text-align: center;
  }
}

.pg-head.fixed > .gnb-mobile {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
}

.gnb-mobile {
  height: 45px;
  border-bottom: solid 1px #dfdfdf;
  background: #fff;
  text-align: center;
  line-height: 45px;
}

@media all and (min-width: 1024px) {
  .gnb-mobile {
    display: none;
  }
}

.gnb-mobile > i {
  display: inline-block;
  position: relative;
  left: 0.1em;
  float: left;
  font-size: 3em;
  color: #710072;
  z-index: 1;
}

.gnb-mobile > h1 {
  display: inline-block;
  width: 55%;
  position: relative;
  font-size: 1.1em;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gnb-mobile > h1:focus,
.gnb-mobile > h1:active {
  color: #000;
}

.gnb-mobile > nav {
  width: 60%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 11;
  background: #f0f0f0;
  text-align: left;
  overflow-y: auto;
}

.gnb-mobile > nav.show {
  left: 0;
  z-index: 11;
}

.gnb-mobile > nav > div {
  line-height: 6em;
  height: 6em;
}

.gnb-mobile > nav > div > img {
  display: inline-block;
  height: 67%;
  padding-left: 5%;
  vertical-align: middle;
}

.gnb-mobile > nav > ul {
  width: 100%;
  background: #fff;
}

.gnb-mobile > nav > ul > li {
  padding: .8rem 10%;
  line-height: 1.8em;
}

.gnb-mobile > nav > ul > li + li {
  border-top: dashed 1px #dfdfdf;
}

.gnb-mobile > nav > ul > li > span,
.gnb-mobile > nav > ul > li > a {
  display: inline-block;
  padding-bottom: 0.3em;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.gnb-mobile > nav > ul > li > ul > li {
  line-height: 2.1em;
}

.gnb-mobile > nav > ul > li > ul > li.current > a {
  padding-left: 1rem;
  font-weight: 600;
  background: #710072;
  color: #fff;
  pointer-events: none;
}

.gnb-mobile > nav > ul > li > ul > li > a {
  display: block;
  padding: .5em 0;
  line-height: 1.3em;
  color: #555;
  -webkit-transition: text-indent .5s;
  transition: text-indent .5s;
}

.gnb-mobile > nav > ul > li > a:hover,
.gnb-mobile > nav > ul > li > ul > li > a:hover {
  color: #710072;
  text-decoration: underline;
}

.gnb-mobile > a {
  display: inline-block;
  padding: 0 1em;
  position: relative;
  float: right;
  font-size: 0.9em;
  background: #d7ae6d;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.gnb-mobile > a:active {
  color: #000;
}

.gnb-mobile > a:hover {
  background: #a27a00;
}

@media all and (max-width: 1023px) {
  .gnb-desktop {
    display: none;
  }
}

.gnb-desktop {
  border-bottom: solid 1px #dfdfdf;
  background: #fff;
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  transition: background .4s ease-in-out;
}

.pg-head.fixed .gnb-desktop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
}

.gnb-desktop__container {
  max-width: 1600px;
  height: 5em;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
  line-height: 5em;
  transition: .4s;
}

.pg-head.fixed .gnb-desktop__container {
  height: 2.625rem;
  font-size: 0.9em !important;
  line-height: 2.625rem;
}

.gnb-desktop .home-link {
  box-sizing: border-box;
  height: inherit;
  float: left;
}

.gnb-desktop .home-link > img {
  height: 75%;
  vertical-align: middle;
}

.gnb-desktop .gt-now-link {
  float: right;
  height: inherit;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: 1.5rem;
  background: #d7ae6d;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  vertical-align: top;
  line-height: inherit;
  transition: background .3s;
}

.gnb-desktop .gt-now-link:active {
  color: #000;
}

.gnb-desktop .gt-now-link:hover {
  background: #a27a00;
}

.gnb-desktop nav {
  float: right;
}

.gnb-desktop nav > ul {
  display: table;
  width: 100%;
}

.gnb-desktop nav > ul > li {
  display: table-cell;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.gnb-desktop nav > ul > li + li > a:after {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 300;
  color: #ccc;
}

.gnb-desktop nav > ul > li:hover > a,
.gnb-desktop nav > ul > li.current > a {
  color: #710072;
  font-weight: 600;
}

.gnb-desktop nav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.gnb-desktop nav > ul > li > a {
  display: block;
  padding-right: 1rem;
  padding-left: 1rem;
  color: #000;
}

@media all and (min-width: 1280px) {
  .gnb-desktop nav > ul > li > a {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.gnb-desktop nav > ul > li > ul {
  visibility: hidden;
  opacity: 0;
  min-width: 100%;
  position: absolute;
  top: 130%;
  left: 0;
  background: #555;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity .4s, visibility .4s, top .4s;
  transition: opacity .4s, visibility .4s, top .4s;
}

.gnb-desktop nav > ul > li:hover::after {
  border: solid transparent;
  content: '';
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  border-width: 10px;
  border-bottom-color: #710072;
  pointer-events: none;
}

.pg-head.fixed .gnb-desktop nav > ul > li:hover::after {
  border-width: 6px;
}

.gnb-desktop nav > ul > li > ul > li {
  text-align: left;
  -webkit-transition: background .6s;
  transition: background .6s;
}  

.gnb-desktop nav > ul > li > ul > li.current {
  pointer-events: none;
  background: #710072;
}

.gnb-desktop nav > ul > li > ul > li > a {
  display: block;
  margin: 0 2em;
  padding: 1.1em 0;
  line-height: 1.5em;
  color: #fff;
  text-indent: .5em;
  word-break: keep-all;
  white-space: nowrap;
  transition: text-indent .5s, color .2s;
  -webkit-transition: text-indent .5s, color .2s;
}

.gnb-desktop nav > ul > li > ul > li + li > a {
  border-top: dotted 1px #999;
}

.gnb-desktop nav > ul > li > ul > li:hover > a {
  color: #710072;
  text-indent: 1.5em;
  font-weight: 600;
}

.gnb-desktop nav > ul > li > ul > li.current > a {
  font-weight: 600;
  color: #fff;
}

.pg-cover {
  height: 30rem;
  position: relative;
  background-origin: initial;
  background-clip: initial;
  background-size: cover;
  z-index: 0;
  text-align: center;
}

@media all and (min-width: 1024px) {
  .pg-cover {
    height: 40rem;
  }
}

.pg-cover.campaign {
  background-image: url(../img/campaign-page_cover.jpg);
}

.pg-cover.naming {
  background-image: url(../img/naming-page_cover.jpg);
}

.pg-cover.videos {
  background-image: url(../img/naming-page_cover.jpg);
}

.pg-cover__heading {
  display: none;
  margin: auto;
  width: 90%;
  height: 1em;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pg-cover__heading > span {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1em;
}

.pg-cover__heading > span:nth-child(1) {
  margin-bottom: 0.2em;
  font-family: 'Roboto Slab';
  font-size: 3rem;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

@media all and (min-width: 1024px) {
  .pg-cover__heading > span:nth-child(1) {
    font-size: 4.4rem;
  }
}

.pg-cover__heading > span:nth-child(2) {
  font-size: .9rem;
  font-weight: 400;
}

@media all and (min-width: 1024px) {
  .pg-cover__heading > span:nth-child(2) {
    font-size: 1.25rem;
  }
}

.pg-cover__heading > button {
  margin-top: 2rem;
}

.pg-cover__banner {
  display: block;
  padding: 1.2em 8.5em .8em 2em;
  position: absolute;
  right: 0;
  bottom: 2em;
  background: rgba(116, 48, 144, .5);
  color: #fff;
  font-size: 1.2em;
  text-align: right;
  z-index: 1;
  transition: background .3s;
}

.ie8 .pg-cover__banner {
  background: #743090;
}

.pg-cover__banner > strong {
  display: block;
  padding-bottom: .5em;
  transition: color .3s;
}

.pg-cover__banner:hover > strong {
  color: #000;
}

.pg-cover__banner__img {
  display: block;
  width: 120px;
  position: absolute;
  right: 1.5em;
  bottom: -1em;
  transition: transform .5s;
}

.pg-cover__banner:hover .pg-cover__banner__img{
  transform: rotate(10deg);
}

.black-transparency {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.video-container {
  vertical-align: top;
}

@media all and (max-width: 1023px) {
  .video-container + .video-container {
    margin-top: 4rem;
  }
}

@media all and (min-width: 1024px) {
  #toronto-video .video-container {
    display: inline-block;
    width: 45%;
    padding-right: 2%;
    padding-left: 2%;
    vertical-align: top;
  }

  #manitoba-video .video-container {
    width: 65%;
  }
}

.column {
  margin-left: -2rem;
}

@media all and (min-width: 1024px) {
  .column {
    margin-top: -4rem;
  }
}

.column__item {
  margin-top: 4rem;
  padding-left: 2rem;
}

@media all and (min-width: 1024px) {
  .column__item {
    display: inline-block;
    box-sizing: border-box;
    padding-left: 2rem;
    vertical-align: top;
  }

  .column__item.col-2 {
    width: 49.5%;
  }

  .column__item.col-3 {
    width: 33%;
  }

  #contact .column__item:nth-child(1) {
    width: 60%;
  } 

  #contact .column__item:nth-child(2) {
    width: 39%;
  } 
}

.pg-footer .column {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pg-footer .column__item {
  width: 90%;
}

.pg-footer .column__item + .column__item {
  margin-top: 1rem;
}

@media all and (min-width: 1024px) {
  .pg-footer .column__item:nth-child(1) {
    width: 80%;
  }

  .pg-footer .column__item:nth-child(2) {
    width: 19.5%;
    margin-top: 6%;
  }
}

.image-container {
  max-width: 25rem;
  max-height: 30rem; 
  overflow: hidden;
}

.image-container--rounded {
  border-radius: 12px;
}

@media all and (min-width: 1024px) {
  .image-container--right-floating {
    width: 40%;
    float: right;
    margin-left: 3rem;
    margin-bottom: 2rem;
  }
  
  .image-container--left-floating {
    width: 40%;
    float: left;
    margin-right: 3rem;
    margin-bottom: 2rem;
  }
}

.image-container > img {
  width: 100%;
}

@media all and (min-width: 1024px) {
  .column .image-container > img {
    opacity: 0;
  }

  .column .image-container > img.show {
    opacity: 1;
  }

  .image-container > img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 10s -webkit-transform;
    transition: 10s transform;
  }

  .image-container:hover > img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.video > iframe {
  display: block;
  width: 100%;
  height: 13rem;
}

.video-container > .video > iframe {
  height: 25rem;
}

.video__title {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3em;
}

iframe + .video__title {
  margin-top: 1rem;
}

.primary-heading {
  position: relative;
  padding-left: .8em;
  margin-bottom: 1.5em;
  border-left: 8px solid #710072;
  line-height: 1.3em;
  font: 400 2.4rem/1.1 'Roboto Slab';
  transition: left 1s .5s, opacity 1s .5s;
}

@media all and (min-width: 1024px) {
  .primary-heading {
    line-height: 1.2em;
    opacity: 0;
    left: -0.7em;
    font-size: 3rem;
  }

  .primary-heading.animate {
    left: 0;
    opacity: 1;
  }
}

.primary-heading > b {
  font-weight: 500;
}

.band--accent .primary-heading {
  border-left-color: rgba(255,255,255,0.4);
}

.primary-heading__sub-text {
  display: block;
  margin-top: .5em;
  font-size: .5em;
  color: #888;
}

.secondary-heading {
  margin-bottom: 1em;
  font: 600 1.3rem/1.3 'Roboto Slab';
  text-transform: uppercase;
}

.paragraph + .secondary-heading,
.list + .secondary-heading {
  margin-top: 3rem;
}

.image-container + .secondary-heading {
  margin-top: 2rem;
}

.secondary-heading--highlight {
  color: #710072
}

.ternary-heading {
  margin-bottom: 1rem;
  line-height: 1.2rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.image-container + .ternary-heading,
.list + .ternary-heading {
  margin-top: 2rem;
}

.secondary-heading > a {
  color: #000;
}


.paragraph + .paragraph,
.list + .paragraph {
  margin-top: 2rem;
}

.image-container + .paragraph {
  margin-top: 2rem;
}

.paragraph--larger {
  font-size: 1.1em;
}

.paragraph__bold {
  font-size: 1.2em;
  font-weight: 600;
}

.paragraph--overflow-hidden {
  max-height: 8rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pg-footer__heading {
  margin-bottom: 1em;
  font: 600 1.1rem/1.3 'Roboto Slab';
}

.horizontal-divider {
  max-width: calc(1600px - 16%);
  margin: 6rem auto;
  border-top: 1px dashed #dfdfdf;
}

.section +.horizontal-divider {
  margin-top: 0;
  margin-bottom: 0;
}

@media all and (min-width: 1024px) {
  .list.col-2 {
    columns: 2;
    column-gap: 3rem;
  }
  
  .list.col-3 {
    columns: 3;
    column-gap: 3rem;
  }
  
  .list.col-4 {
    columns: 4;
    column-gap: 2rem;
  }
}

.list--disc {
  margin-left: 2rem;
  list-style: disc;
}

.paragraph + .list {
  margin-top: 2em;
}

.list > li + li {
  margin-top: .5rem;
}

.list b {
  font-weight: 600;
}

.map {
  display: block;
  height: 25em;
}

.map > iframe {
  width: 100%;
  height: 100%;
}

.pg-footer {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  background: #888;
  color: #fff;
  line-height: 1.4rem;
}

@media all and (min-width: 1024px) {
  .pg-footer {
    margin: 0 auto;
  }
}

.pg-footer__link,
.pg-footer__sns-link {
  color: #fff;
  text-decoration: none;
  transition: color .2s;
}

.pg-footer__link:hover {
  color: #710072;
  text-decoration: underline;
}

.pg-footer__gt-now {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #555;
}

.pg-footer__gt-now a {
  font-weight: 600;
  color: #d7ae6d;
}

.pg-footer__gt-now a:active {
  color: #000;
}

.pg-footer__sns-link > i {
  display: inline-block;
  margin: 0 0.3em;
  padding: 0.8em;
  border-radius: 50%;
  font-size: 1.2em;
}

@media all and (min-width: 1024px) {
  .pg-footer__sns-link > i {
    -webkit-transition: color .3s;
    transition: color .3s;
  }

  .pg-footer__sns-link > i:hover {
    color: #000;
  }
}

.icon-facebook {
  background: #46629e;
}

.icon-twitter {
  background: #55acee;
}

.icon-linkedin {
  background: #0274b3;
}

.icon-youtube {
  background: #e22b27;
}

.copyright {
  display: block;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-top: 1px solid rgba(255,255,255,.3);
  font-size: 0.8em;
}

.scroll-top {
  position: fixed;
  right: .8rem;
  bottom: -4rem;
  z-index: 1;
  transition: bottom .5s;
}

.scroll-top.show {
  bottom: .8em;
}

.floating-button {
  padding: .7em;
  border-radius: 50%;
  background: #d7ae6d;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1rem;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
  -webkit-transition: bottom .5s, background .5s;
  transition: background .3s, color .3s;
}

@media all and (min-width: 1024px) {
  .floating-button:hover {
    background: #a27a00;
    color: #000;
  }
}

.button-container {
  margin-top: 1.5em;
}

.button {
  display: block;
  box-sizing: border-box;
  padding: .8rem 1.5rem;
  border-radius: 8px;
  color: #d7ae6d;
  border: 1px solid #d7ae6d;
  outline: none;
  font-weight: 500;
  line-height: 1.2rem;
  text-align: center;
}

.button + .button {
  margin-top: 1rem;
}

@media all and (min-width: 1024px) {
  .button {
    display: inline-block;
    overflow: hidden;
    position: relative;    
    padding-top: 1rem;
    padding-bottom: 1rem;
    vertical-align: top;
    -webkit-transition: background .4s, color .4s, text-indent .4s .1s;
    transition: background .3s, color .3s, text-indent .3s .1s;
  }

  .button-container.col-2 .button {
    width: 45%;
    padding-right: 0;
    padding-left: 0;
  }
}

.button:active {
  color: #000 !important;
  -webkit-transition: none;
  transition: none;
}

.button:hover {
  background: #d7ae6d;
  color: #fff;
}

@media all and (min-width: 1280px) {
  .button:hover {
    text-indent: 1.5em;
  }

  .button:hover::before {
    content: ">";
    position: absolute;
    left: -0.5em;
  }
}

.button + .button {
  margin-top: 1rem;
}

@media all and (min-width: 1024px) {
  .button + .button {
    margin-top: 0;
    margin-left: 1rem;
  }
}

.paragraph + .button,
.list + .button {
  margin-top: 1.5em;
}

.button--highlight {
  border-color: #710072;
  color: #710072;
}

.button--highlight:hover {
  background: #710072;
}


