html {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #4C4D4F;
}
strong {
  font-weight: bold;
}
@media (max-width: 1024px) {
  html {
    font-size: 15px;
  }
  .main-nav .container {
    width: 100%;
  }
  .main-nav .our-story,
  .main-nav .our-tours,
  .main-nav .vip-group-tours {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 900px) {
  html {
    font-size: 14px;
  }
  .main-nav .container {
    width: 100%;
  }
  .main-nav .our-story,
  .main-nav .our-tours,
  .main-nav .vip-group-tours {
    padding-left: 0;
    padding-right: 0;
  }
}
body {
  background-color: #fff;
}
body.type-packages,
body.type-cities {
  background-color: #eee;
}
a {
  color: #00bcd4;
}
.container {
  max-width: 1200px;
}
.row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.home-header {
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
}
.home-header .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  bottom: 15vh;
  width: 100%;
}
.home-header .inner .col-xs-12 {
  padding-left: 20px;
  padding-right: 20px;
  color: white;
}
.home-header .tagline {
  width: 90%;
  height: auto;
  max-width: 964px;
}
.home-header .marker {
  position: absolute;
  bottom: -97px;
  width: 172px;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
header .logo {
  background-color: white;
  padding: 8px 15px 11px 15px;
  margin-left: 0px;
  float: left;
}
header .logo img {
  max-width: 150px;
  width: 100%;
}
footer {
  background-color: #4C4D4F;
  color: white;
  font-size: 1rem;
  font-weight: 300;
  padding: 20px;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
footer h3 strong {
  color: #fe5000;
  font-weight: normal;
}
@media (max-width: 768px) {
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer #mc_embed_signup input.email {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  height: 30px;
  text-indent: 15px;
  display: block;
  margin-bottom: 5px;
}
footer #mc_embed_signup .btn {
  padding: 0;
}
footer button,
footer .btn {
  width: 100%;
  background-color: #fe5000;
  color: white;
  display: block;
  border: 0;
  padding: 0;
  margin-top: 5px;
  padding: 10px;
  margin: 0;
  text-transform: uppercase;
}
footer button.email,
footer .btn.email {
  padding: 0px;
  width: 100%;
}
footer h3 {
  text-transform: uppercase;
  margin-top: 7px;
  font-size: 1.25rem;
  margin-bottom: 3px;
  padding-bottom: 0;
}
footer p {
  margin-top: 0;
  padding-top: 0;
  font-size: 0.9rem;
}
footer #copyright {
  margin-top: 5px;
  font-size: 0.8rem;
  margin-right: 20px;
}
footer .row > div {
  min-height: 100px;
}
footer .social-item {
  display: inline-block;
  background-color: #eee;
  width: 30px;
  height: 30px;
  display: flex;
  float: right;
  justify-items: center;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  border-radius: 30px;
}
footer .social-item svg {
  width: 18px;
  height: 18px;
  fill: #4C4D4F;
}
.main.container {
  padding-top: 80px;
  padding-bottom: 80px;
}
#home {
  overflow: hidden;
}
#home h2 {
  text-align: center;
  font-weight: 300;
  color: #4C4D4F;
  margin-bottom: 40px;
}
.grid .city {
  background-size: cover;
  background-position: center;
}
.media-spots {
  overflow: hidden;
}
.media-spots li a {
  outline: none;
}
.media-spots li a img {
  max-height: 80px;
  max-width: 80%;
}
.cta-grid {
  width: 100%;
  overflow: hidden;
}
.cta-grid .item {
  height: 50vh;
  background-position: center center;
  background-size: cover;
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
}

.cta-grid .item:hover h3 {
  display: none;
}

.cta-grid .item h3 {
  color: white;
  padding: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5rem;
  font-size: 2rem;
}

.cta-grid .item a {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: transparent;
  transition: background-color 0.2s ease;
  font-size: 2rem;
  text-decoration: none;
}

.cta-grid .item a span {
  display: none;
  color: black;
  background-color: #fff;
  padding: 15px;
  text-transform: uppercase;
}

.cta-grid .item a:hover span {
  display: inline-block;
}
.reverse {
  flex-direction: row-reverse;
}
.sticky {
  background-color: #fff;
}
.sticky .logo {
  padding-bottom: 0;
}
.sticky .menu.nav > li > a {
  color: black;
}
.sticky .menu.nav > li > a svg {
  fill: black;
}
.section-header {
  min-height: 37vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.main.container {
  position: relative;
}
.city-landing.winnipeg .tour .header span.extra,
.tour-landing.winnipeg .tour .header span.extra,
.city-landing.winnipeg .intro .city_btns div.cal .btn,
.tour-landing.winnipeg .intro .city_btns div.cal .btn,
.city-landing.winnipeg .intro .city_btns div.cal,
.tour-landing.winnipeg .intro .city_btns div.cal,
.city-landing.winnipeg .categories .filters li a.active,
.tour-landing.winnipeg .categories .filters li a.active,
.city-landing.winnipeg .categories .filters li a:hover,
.tour-landing.winnipeg .categories .filters li a:hover,
.city-landing.winnipeg h1,
.tour-landing.winnipeg h1 {
  background-color: #954E0F;
}
.city-landing.winnipeg .categories .filters li a,
.tour-landing.winnipeg .categories .filters li a {
  color: #954E0F;
  border: 1px solid #954E0F;
}
.city-landing.winnipeg .categories .filters li a.active,
.tour-landing.winnipeg .categories .filters li a.active,
.city-landing.winnipeg .categories .filters li a:hover,
.tour-landing.winnipeg .categories .filters li a:hover {
  color: white;
}
.city-landing.toronto .tour .header span.extra,
.tour-landing.toronto .tour .header span.extra,
.city-landing.toronto .intro .city_btns div.cal .btn,
.tour-landing.toronto .intro .city_btns div.cal .btn,
.city-landing.toronto .intro .city_btns div.cal,
.tour-landing.toronto .intro .city_btns div.cal,
.city-landing.toronto .categories .filters li a.active,
.tour-landing.toronto .categories .filters li a.active,
.city-landing.toronto .categories .filters li a:hover,
.tour-landing.toronto .categories .filters li a:hover,
.city-landing.toronto h1,
.tour-landing.toronto h1 {
  background-color: #FFB700;
}
.city-landing.toronto .categories .filters li a,
.tour-landing.toronto .categories .filters li a {
  color: #FFB700;
  border: 1px solid #FFB700;
}
.city-landing.toronto .categories .filters li a.active,
.tour-landing.toronto .categories .filters li a.active,
.city-landing.toronto .categories .filters li a:hover,
.tour-landing.toronto .categories .filters li a:hover {
  color: white;
}
.city-landing.kingston .tour .header span.extra,
.tour-landing.kingston .tour .header span.extra,
.city-landing.kingston .intro .city_btns div.cal .btn,
.tour-landing.kingston .intro .city_btns div.cal .btn,
.city-landing.kingston .intro .city_btns div.cal,
.tour-landing.kingston .intro .city_btns div.cal,
.city-landing.kingston .categories .filters li a.active,
.tour-landing.kingston .categories .filters li a.active,
.city-landing.kingston .categories .filters li a:hover,
.tour-landing.kingston .categories .filters li a:hover,
.city-landing.kingston h1,
.tour-landing.kingston h1 {
  background-color: #5E0D8B;
}
.city-landing.kingston .categories .filters li a,
.tour-landing.kingston .categories .filters li a {
  color: #5E0D8B;
  border: 1px solid #5E0D8B;
}
.city-landing.kingston .categories .filters li a.active,
.tour-landing.kingston .categories .filters li a.active,
.city-landing.kingston .categories .filters li a:hover,
.tour-landing.kingston .categories .filters li a:hover {
  color: white;
}
.city-landing.ottawa .tour .header span.extra,
.tour-landing.ottawa .tour .header span.extra,
.city-landing.ottawa .intro .city_btns div.cal .btn,
.tour-landing.ottawa .intro .city_btns div.cal .btn,
.city-landing.ottawa .intro .city_btns div.cal,
.tour-landing.ottawa .intro .city_btns div.cal,
.city-landing.ottawa .categories .filters li a.active,
.tour-landing.ottawa .categories .filters li a.active,
.city-landing.ottawa .categories .filters li a:hover,
.tour-landing.ottawa .categories .filters li a:hover,
.city-landing.ottawa h1,
.tour-landing.ottawa h1 {
  background-color: #CB2241;
}
.city-landing.ottawa .categories .filters li a,
.tour-landing.ottawa .categories .filters li a {
  color: #CB2241;
  border: 1px solid #CB2241;
}
.city-landing.ottawa .categories .filters li a.active,
.tour-landing.ottawa .categories .filters li a.active,
.city-landing.ottawa .categories .filters li a:hover,
.tour-landing.ottawa .categories .filters li a:hover {
  color: white;
}
.city-landing.halifax .tour .header span.extra,
.tour-landing.halifax .tour .header span.extra,
.city-landing.halifax .intro .city_btns div.cal .btn,
.tour-landing.halifax .intro .city_btns div.cal .btn,
.city-landing.halifax .intro .city_btns div.cal,
.tour-landing.halifax .intro .city_btns div.cal,
.city-landing.halifax .categories .filters li a.active,
.tour-landing.halifax .categories .filters li a.active,
.city-landing.halifax .categories .filters li a:hover,
.tour-landing.halifax .categories .filters li a:hover,
.city-landing.halifax h1,
.tour-landing.halifax h1 {
  background-color: #005CB9;
}
.city-landing.halifax .categories .filters li a,
.tour-landing.halifax .categories .filters li a {
  color: #005CB9;
  border: 1px solid #005CB9;
}
.city-landing.halifax .categories .filters li a.active,
.tour-landing.halifax .categories .filters li a.active,
.city-landing.halifax .categories .filters li a:hover,
.tour-landing.halifax .categories .filters li a:hover {
  color: white;
}
.city-landing.charlottetown .tour .header span.extra,
.tour-landing.charlottetown .tour .header span.extra,
.city-landing.charlottetown .intro .city_btns div.cal .btn,
.tour-landing.charlottetown .intro .city_btns div.cal .btn,
.city-landing.charlottetown .intro .city_btns div.cal,
.tour-landing.charlottetown .intro .city_btns div.cal,
.city-landing.charlottetown .categories .filters li a.active,
.tour-landing.charlottetown .categories .filters li a.active,
.city-landing.charlottetown .categories .filters li a:hover,
.tour-landing.charlottetown .categories .filters li a:hover,
.city-landing.charlottetown h1,
.tour-landing.charlottetown h1 {
  background-color: #8BDC65;
}
.city-landing.charlottetown .categories .filters li a,
.tour-landing.charlottetown .categories .filters li a {
  color: #8BDC65;
  border: 1px solid #8BDC65;
}
.city-landing.charlottetown .categories .filters li a.active,
.tour-landing.charlottetown .categories .filters li a.active,
.city-landing.charlottetown .categories .filters li a:hover,
.tour-landing.charlottetown .categories .filters li a:hover {
  color: white;
}
.tour-landing .tour-btns .btn {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .tour-landing .tour-btns .btn {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.tour-landing .ssk-group .ssk {
  margin-bottom: 40px;
  font-size: 1.4rem;
  color: #888;
}
.tour-landing .ssk-group .ssk::before {
  font-size: 1.4rem;
}
.tour-landing .btn-white {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.tour-landing .btn-white i {
  margin-right: 3px;
}
.tour-landing #interested-in .tour-header {
  min-height: 100px;
  background-size: cover;
  background-position: center center;
}
.tour-landing #interested-in h3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.tour-landing #interested-in h3:before,
.tour-landing #interested-in h3:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: '\a0';
  background-color: #888;
}
.tour-landing #interested-in h3:before {
  margin-left: -55%;
  text-align: right;
}
.tour-landing #interested-in h3:after {
  margin-left: 5%;
}
.tour-landing h1 {
  display: inline-block;
  font-size: 1.8rem;
  padding: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  position: absolute;
  top: -60px;
  margin-bottom: -180px;
  background-color: #ffb500;
}
.tour-landing h2 {
  font-size: 2rem;
  margin-top: 0;
  padding-top: 0;
}
.tour-landing .tour-slider {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .tour-landing .tour-slider {
    padding-right: 10px;
  }
}
.tour-landing .details {
  font-weight: 300;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .tour-landing .details {
    padding-left: 20px;
  }
}
.tour-landing .details .info {
  min-height: 90px;
}
.tour-landing .details .info strong {
  color: #4C4D4F;
  font-weight: 600;
}
.tour-landing .details .info span {
  display: block;
  font-weight: 300;
  font-size: 1rem;
  margin-bottom: 10px;
}
.tour-landing .details .info > div {
  text-align: center;
  font-weight: bold;
}
.tour-landing .details .info > div p {
  padding: 0;
  margin: 0;
}
.tour-landing .info p {
  padding: 0;
  margin: 0;
}
.tour-landing .info h4 {
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1rem;
}
.city-landing h1 {
  display: inline-block;
  font-size: 1.9rem;
  padding: 1.7rem 3.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  position: absolute;
  top: -65px;
  margin-bottom: -180px;
}
.city-landing .reviews {
  width: 100% !important;
}
.city-landing .intro {
  font-size: 1.2rem;
  font-weight: 300;
  color: #666;
  margin-bottom: 40px;
}
.city-landing .intro a {
  color: #fe5000;
  font-size: 1.2rem;
  text-decoration: none;
}
.city-landing .intro p {
  padding-top: 0;
  margin-top: 0;
}
.city-landing .intro .btn-red {
  margin-bottom: 20px;
  color: white;
  font-weight: bold;
}
.city-landing .intro .btn-red:hover {
  color: #fe5000;
}
.city-landing .intro .city_btns > div {
  padding-left: 4px;
  padding-right: 4px;
}
.city-landing .intro .city_btns div.cert {
  padding-left: 0;
}
.city-landing .intro .city_btns div.cal {
  margin-bottom: 10px;
  background-color: #ffb500;
  color: white;
  padding-bottom: 15px;
}
.city-landing .intro .city_btns div.cal p {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.9rem;
}
.city-landing .intro .city_btns div.cal .btn {
  background-color: #ffb500;
  color: white;
  font-weight: bold;
  display: block;
  width: 100%;
  border: none;
  margin-bottom: 10px;
  text-indent: 10px;
  border-bottom: 2px solid white;
  text-align: left;
}
.city-landing .intro .city_btns div.cal .btn:hover {
  color: #fe5000;
}
.city-landing .intro .city_btns div.cal .btn img {
  height: 1.2rem;
  margin-right: 10px;
  margin-bottom: -2px;
}
.city-landing .intro iframe {
  width: 100%;
}
.city-landing .inner-listing {
  padding-left: 20px;
  padding-right: 20px;
}
.city-landing .tours .categories {
  font-weight: bold;
  display: flex;
  align-items: center;
  align-content: center;
}
.city-landing .tours .categories strong {
  margin-right: 5px;
}
.city-landing .tours .categories .filters {
  line-height: 30px;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.city-landing .tours .categories .filters li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.city-landing .tours .categories .filters li a {
  background-color: white;
  text-decoration: none;
  padding: 5px;
  text-transform: uppercase;
  font-size: 0.7rem;
}
.city-landing .tour {
  margin-bottom: 40px;
}
.city-landing .tour.odd {
  padding-right: 40px;
}
.city-landing .tour.even {
  padding-left: 40px;
}
.city-landing .tour .header {
  position: relative;
  min-height: 264px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.city-landing .tour .header span.extra {
  position: absolute;
  color: white;
  text-transform: uppercase;
  bottom: 0px;
  left: 0px;
  padding: 20px;
  background-color: #ffb500;
  font-size: 1.3rem;
}
.city-landing .tour .header span.price {
  text-align: right;
  background-color: #fe5000;
  color: white;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  padding-bottom: 0;
  font-size: 3rem;
  font-weight: 900;
}
.city-landing .tour .header span.price sup {
  top: -8px;
  font-size: 2rem;
}
.city-landing .tour .header span.price span {
  position: relative;
  margin-bottom: -5px;
  display: block;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: normal;
}
.city-landing .tour .outer {
  background-color: white;
}
.city-landing .tour .inner {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.city-landing .tour .inner h2 {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #4C4D4F;
  /*max-width: 80%;*/
}
.city-landing .tour .inner .teaser {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 300;
  min-height: 210px;
}
.city-landing .tour .inner strong {
  color: #fe5000;
}
.city-landing .tour .inner hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.city-landing .tour .inner .btn {
  border: 2px solid #fe5000;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: none;
}
.city-landing .tour .inner .btn-book {
  color: white;
  background-color: #fe5000;
}
.city-landing .tour .inner .btn-book:hover {
  color: #fe5000;
  background-color: white;
}
.city-landing .tour .inner .btn-discover {
  color: #fe5000;
  background-color: white;
}
.city-landing .tour .inner .btn-discover:hover {
  color: white;
  background-color: #fe5000;
}
.city-landing .tour .inner .info {
  min-height: 90px;
}
.city-landing .tour .inner .info strong {
  color: #4C4D4F;
  font-weight: 600;
}
.city-landing .tour .inner .info span {
  display: block;
  font-weight: 300;
  font-size: 0.7rem;
  margin-bottom: 10px;
}
.city-landing .tour .inner .info > div {
  text-align: center;
  font-weight: bold;
}
.city-landing .tour .inner .info > div p {
  padding: 0;
  margin: 0;
}
.btn {
  border: 2px solid #fe5000;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-book-now {
  color: white;
  background-color: #fe5000;
  border: 1px solid #fe5000;
  width: 60%;
  padding: 10px;
  font-size: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.btn-book-now:hover {
  color: #fe5000;
  background-color: white;
}
#interested-in .city.winnipeg {
  color: #954E0F;
}
#interested-in .city.toronto {
  color: #FFB700;
}
#interested-in .city.kingston {
  color: #5E0D8B;
}
#interested-in .city.ottawa {
  color: #CB2241;
}
#interested-in .city.halifax {
  color: #005CB9;
}
#interested-in .city.charlottetown {
  color: #8BDC65;
}
#interested-in .interested-tour {
  margin-bottom: 20px;
}
#interested-in h4 {
  margin-top: 0;
  padding-top: 0;
  min-height: 55px;
}
#interested-in span {
  color: #ffb500;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
a.no-deco {
  text-decoration: none;
}
a.no-deco:hover h2 {
  color: #fe5000 !important;
}
.reviews {
  margin-bottom: 40px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .reviews {
    width: 90%;
  }
}
.reviews .slick-arrow {
  z-index: 10;
}
.reviews .slick-arrow::before {
  color: #fe5000;
  font-size: 3rem;
}
.reviews .slick-prev {
  left: 20px;
}
.reviews .slick-next {
  right: 20px;
}
.reviews .slick-prev,
.reviews .slick-next {
  height: 50px;
  width: 50px;
}
.reviews .review {
  position: relative;
  outline: none;
  text-align: center;
}
.reviews .review h3 {
  color: #fe5000;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-size: 1rem;
}
.reviews .review h4 {
  color: #4C4D4F;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
}
.reviews .review .profile {
  background-size: cover;
  background-position: center center;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 20px;
}
.reviews .review div {
  font-size: 1rem;
  font-weight: 300;
  display: block;
  max-width: 50vw;
  margin-left: auto;
  margin-right: auto;
}
.reviews .review .quotes {
  font-size: 15rem;
  font-weight: bold;
  color: #00bcd4;
  opacity: 0.6;
}
.mb0 {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .city-landing .tours .tour.odd {
    padding-right: 10px !important;
  }
  .city-landing .tours .tour.even {
    padding-left: 10px !important;
  }
}
.fit {
  width: 100%;
  max-width: 100%;
}
.categories {
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 20px;
}
.categories li {
  margin: 0;
  width: 50%;
  list-style: none;
  padding: 3px;
  border: 1px solid #888;
  border-top: 0;
}
.categories li:first-child {
  border-top: 1px solid #888;
  padding-bottom: 1px;
}
.categories li a {
  color: #888;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
}
.tax {
  color: #fe5000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tags {
  margin: 0;
  padding: 0;
  position: relative;
  right: 24px;
  list-style: none;
  padding-left: 20px;
}
.tags li {
  margin-bottom: 5px;
}
.tags li,
.tags a {
  float: left;
  font-weight: 300;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
}
.tags a {
  margin-left: 20px;
  padding: 0 10px 0 12px;
  background: #888;
  color: #fff;
  text-decoration: none;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.tags a:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #888 transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}
.tags a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  -moz-box-shadow: -1px -1px 2px #888;
  -webkit-box-shadow: -1px -1px 2px #888;
  box-shadow: -1px -1px 2px #888;
}
.tags a:hover {
  background: #555;
}
.tags a:hover:before {
  border-color: transparent #555 transparent transparent;
}
.btn-white {
  position: relative;
  background-color: white;
  color: #fe5000;
  border: 1px solid #fe5000;
}
.btn-white:hover {
  background-color: #fe5000;
  color: white;
}
.btn-red {
  color: white;
  background-color: #fe5000;
}
.btn-red:hover {
  color: #fe5000;
  background-color: white;
}
.main-nav .btn_mobile {
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .main-nav .btn_mobile {
    display: block;
  }
}
.main-nav .btn_mobile .con {
  cursor: pointer;
  display: inline-block;
}
.main-nav .btn_mobile .bar {
  display: block;
  height: 5px;
  width: 50px;
  background: #fe5000;
  margin: 10px auto;
}
.main-nav .btn_mobile .con {
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.main-nav .btn_mobile .middle {
  margin: 0 auto;
}
.main-nav .btn_mobile .bar {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.main-nav .btn_mobile.selected .con .top {
  -webkit-transform: translateY(15px) rotateZ(45deg);
  -moz-transform: translateY(15px) rotateZ(45deg);
  -ms-transform: translateY(15px) rotateZ(45deg);
  -o-transform: translateY(15px) rotateZ(45deg);
  transform: translateY(15px) rotateZ(45deg);
}
.main-nav .btn_mobile.selected .con .bottom {
  -webkit-transform: translateY(-15px) rotateZ(-45deg);
  -moz-transform: translateY(-15px) rotateZ(-45deg);
  -ms-transform: translateY(-15px) rotateZ(-45deg);
  -o-transform: translateY(-15px) rotateZ(-45deg);
  transform: translateY(-15px) rotateZ(-45deg);
}
.main-nav .btn_mobile.selected .con .middle {
  width: 0;
}
.embed-responsive {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.embed-responsive.vimeo {
  padding-top: 0;
}
.widescreen .embed-responsive {
  padding-bottom: 57.25%;
}
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.images :focus {
  border: 0;
  outline: 0;
}
.images .vid {
  background-color: black;
}
.images .tour-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 30vh;
}
.images .tour-image div {
  position: absolute;
  bottom: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 5px;
  color: white;
}
.images .inner {
  position: relative;
  padding: 8px;
}
.images .slider-nav {
  margin-top: 20px;
}
.images .slider-nav .slick-current {
  position: relative;
}
.images .slider-nav .slick-current::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fe5000;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -8px;
}
.images .slider-nav .slick-current .tour-image {
  position: relative;
}
.images .slider-nav .slick-current .tour-image::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(254, 80, 0, 0.8);
}
.images .slider-nav .slick-slide {
  margin-right: 10px;
}
.images .slider-nav .tour-image {
  height: 100px;
}
.page-landing h1 {
  display: inline-block;
  font-size: 1.9rem;
  padding: 1.7rem 3.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  position: absolute;
  top: -65px;
  margin-bottom: -180px;
  background-color: #fe5000;
}
.page-landing p,
.page-landing li {
  font-weight: 200;
}
#friends,
#team {
  padding-bottom: 80px;
}
#friends h2,
#team h2 {
  display: inline-block;
  font-size: 1.9rem;
  padding: 1.7rem 3.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  position: relative;
  top: -70px;
  margin-bottom: -180px;
  background-color: #fe5000;
}
#friends h3,
#team h3 {
  color: #fe5000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.625rem;
}
#friends {
  background-color: #ededed;
}
@media (max-width: 768px) {
  #friends .odd {
    flex-direction: column-reverse;
  }
}
#friends .friend {
  background-color: #dbdbdc;
}
#friends .friend > div {
  min-height: 50vh;
  max-height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#friends h3 {
  text-transform: uppercase;
  font-weight: 200;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1rem;
  color: #4c4d4f;
  margin-top: 30px;
}
#friends h4 {
  font-size: 2.0625rem;
  padding: 0;
  margin: 0;
  font-size: 2.4rem;
  line-height: 2.2rem;
  text-transform: uppercase;
  font-weight: 800;
}
#friends .friend-info {
  padding-left: 40px;
  padding-right: 40px;
}
#friends .friend-info p {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 200;
}
#team .member {
  text-align: center;
  margin-bottom: 40px;
}
#team .member .pic.winnipeg,
#team .member h5.winnipeg {
  border-color: #954E0F;
  color: #954E0F;
}
#team .member .pic.toronto,
#team .member h5.toronto {
  border-color: #FFB700;
  color: #FFB700;
}
#team .member .pic.kingston,
#team .member h5.kingston {
  border-color: #5E0D8B;
  color: #5E0D8B;
}
#team .member .pic.ottawa,
#team .member h5.ottawa {
  border-color: #CB2241;
  color: #CB2241;
}
#team .member .pic.halifax,
#team .member h5.halifax {
  border-color: #005CB9;
  color: #005CB9;
}
#team .member .pic.charlottetown,
#team .member h5.charlottetown {
  border-color: #8BDC65;
  color: #8BDC65;
}
#team .member .pic {
  display: inline-block;
  border: 4px solid #fe5000;
  width: 180px;
  height: 180px;
  border-radius: 180px;
}
#team .member .pic img {
  width: 165px;
  height: 165px;
  border-radius: 165px;
  border: 8px solid #FFF;
}
#team .member .title,
#team .member h5 {
  margin-bottom: 5px;
  font-size: 1.2rem;
}
#team .member h5 {
  color: #fe5000;
  margin-top: 10px;
  font-weight: 600;
}
#team .member .title {
  margin-top: 0px;
  font-weight: 300;
}
#team .member .bio {
  font-size: 1rem;
}
#team .member .bio p {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: normal;
}
html #eztixIntegratedCalendar {
  font-family: inherit;
  border: 0;
  margin-bottom: 80px;
}
html #eztixIntegratedCalendar .calMonthTable .dayNum {
  text-shadow: none;
  background: none;
  background-color: #fe5000;
  color: white;
  font-style: normal;
}
html .winnipeg #eztixIntegratedCalendar .calMonthTable .dayNum {
  background-color: #954E0F;
}
html .toronto #eztixIntegratedCalendar .calMonthTable .dayNum {
  background-color: #FFB700;
}
html .kingston #eztixIntegratedCalendar .calMonthTable .dayNum {
  background-color: #5E0D8B;
}
html .ottawa #eztixIntegratedCalendar .calMonthTable .dayNum {
  background-color: #CB2241;
}
html .halifax #eztixIntegratedCalendar .calMonthTable .dayNum {
  background-color: #005CB9;
}
html .charlottetown #eztixIntegratedCalendar .calMonthTable .dayNum {
  background-color: #8BDC65;
}
.faq .accordion-header {
  background-color: transparent;
}
.faq .accordion-body {
  background-color: transparent;
}
.blog-listing article {
  margin-bottom: 20px;
}
.blog-listing article img {
  width: 100%;
}
.blog-listing article .btn {
  max-width: 20%;
}
.blog-listing article h2 {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 200;
}
.blog-listing article h2 strong {
  font-weight: bold;
}
.blog-listing article h2 a {
  text-decoration: none;
  color: #4C4D4F;
}
aside h3 {
  margin-top: 0;
  padding-top: 0;
  color: #fe5000;
  text-transform: uppercase;
}
aside .posts {
  margin-bottom: 20px;
  font-size: 0.9rem;
  font-weight: 200;
}
aside .posts .post-heading {
  margin-bottom: 5px;
  font-weight: normal;
  display: block;
  text-transform: uppercase;
}
aside .posts a {
  text-decoration: none;
  color: #4C4D4F;
}
aside .posts .date {
  text-transform: uppercase;
  margin-top: 5px;
  display: block;
}
aside .posts .post img {
  border-radius: 100px;
  width: 100px;
  height: 100px;
}
.uppercase {
  text-transform: uppercase;
}
.getaways h1 {
  background-color: #fe5000;
}
