/***********General Items***********/
body {
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  background-color: #B161C5;
  color: white; }

h1, h2, h3, h4, h5, h6, p {
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", arial, sans-serif;
  font-style: normal;
  font-weight: 700; }

@media screen and (min-width: 993px) {
  .l1 {
    font-size: 38px; } }
@media screen and (max-width: 992px) {
  .l1 {
    font-size: 25px; } }

@media screen and (max-width: 992px) {
  .l1.fr {
    font-size: 21px; } }

@media screen and (min-width: 993px) {
  .l2 {
    font-size: 21px; } }
@media screen and (max-width: 992px) {
  .l2 {
    font-size: 17px; } }

@media screen and (min-width: 993px) {
  .l3 {
    font-size: 34.5px; } }
@media screen and (max-width: 992px) {
  .l3 {
    font-size: 15px; } }

@media screen and (min-width: 993px) {
  .small {
    font-size: 15px; } }
@media screen and (max-width: 992px) {
  .small {
    font-size: 11px; } }

.yellow {
  color: #FFDD00; }

img {
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  flex: 1; }

@media screen and (min-width: 992px) {
  .pr-29 {
    padding-right: 29px; } }

a {
  cursor: pointer; }

a[data-toggle="modal"] {
  display: inline-block;
  flex: 1; }

.d-flex {
  flex: 1; }

.imageholder {
  display: flex;
  align-items: flex-start;
  /* OR */
  flex-direction: column; }

div.video a:focus {
  outline: none;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
  margin-bottom: -6px;
  padding-bottom: 3px;
  transition: ease-in-out, width .35s ease-in-out;
  display: block; }

.button a:focus {
  outline: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  margin-bottom: -3px;
  padding-bottom: 1px;
  transition: ease-in-out, width .35s ease-in-out;
  display: block; }

.menu-item a:focus, a:focus, *:focus {
  outline: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  margin-bottom: -5px;
  padding-bottom: 3px;
  transition: ease-in-out, width .35s ease-in-out;
  display: block; }

/***********SKIP NAV***********/
.skipnav {
  text-align: left; }
  .skipnav a {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 10px 20px;
    text-decoration: none;
    color: white; }

.skipnav a:focus,
.skipnav a:active {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000000;
  width: auto;
  height: auto;
  overflow: visible;
  text-decoration: underline;
  background-color: black;
  color: white; }

/***********Navigation***********/
.top-nav {
  height: 76px;
  width: 100%;
  background-color: #79358B; }
  @media screen and (max-width: 992px) {
    .top-nav {
      height: auto; } }
  .top-nav .menutitle,
  .top-nav .menuitem {
    display: inline-block; }
    .top-nav .menutitle p,
    .top-nav .menuitem p {
      letter-spacing: -0.54px; }
      @media screen and (min-width: 993px) {
        .top-nav .menutitle p,
        .top-nav .menuitem p {
          font-size: 21px;
          padding: 0px 29px;
          margin-bottom: 0px; } }
      @media screen and (max-width: 992px) and (min-width: 577px) {
        .top-nav .menutitle p,
        .top-nav .menuitem p {
          font-size: 15px;
          padding: 0px 7px;
          margin-bottom: 0px; } }
      @media screen and (max-width: 576px) {
        .top-nav .menutitle p,
        .top-nav .menuitem p {
          font-size: 11px;
          padding: 0px 10px 0 0;
          margin-bottom: 0px; } }
    @media screen and (max-width: 992px) and (min-width: 577px) {
      .top-nav .menutitle img,
      .top-nav .menuitem img {
        max-height: 20px;
        width: auto; } }
    @media screen and (max-width: 576px) {
      .top-nav .menutitle img,
      .top-nav .menuitem img {
        max-height: 20px;
        width: auto; } }
  .top-nav .menuitem {
    border-left: 1px solid white;
    padding: 5px 24px; }
    @media screen and (max-width: 992px) {
      .top-nav .menuitem {
        padding: 2px 10px; } }
    @media screen and (min-width: 993px) {
      .top-nav .menuitem.last {
        border-right: 1px solid white; } }

.lang {
  color: white;
  text-decoration: none; }
  .lang:hover, .lang:active, .lang:visited, .lang {
    color: white;
    text-decoration: none; }

/***********Content***********/
.pagelogo {
  padding-top: 41px;
  margin: 0 auto; }
  @media screen and (max-width: 992px) and (min-width: 575px) {
    .pagelogo {
      max-width: 50%;
      height: auto; } }
  @media screen and (max-width: 576px) {
    .pagelogo {
      width: 238px;
      height: auto; } }

@media screen and (min-width: 1280px) {
  .leaves-left {
    background-image: url(../images/Green-Leaves-Left.png);
    background-position: top 50px left;
    background-size: contain;
    background-repeat: no-repeat; }

  .leaves-right {
    background-image: url(../images/Green-Leaves-Right.png);
    background-position: top 50px right;
    background-size: contain;
    background-repeat: no-repeat; } }
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .leaves-left {
    background-image: url(../images/Green-Leaves-Left.png);
    background-position: top 50px left -100px;
    background-size: contain;
    background-repeat: no-repeat; }

  .leaves-right {
    background-image: url(../images/Green-Leaves-Right.png);
    background-position: top 50px right -80px;
    background-size: contain;
    background-repeat: no-repeat; } }
@media screen and (max-width: 1023px) and (min-width: 993px) {
  .leaves-left {
    background-image: url(../images/Green-Leaves-Left.png);
    background-position: top 50px left -150px;
    background-size: contain;
    background-repeat: no-repeat; }

  .leaves-right {
    background-image: url(../images/Green-Leaves-Right.png);
    background-position: top 50px right -120px;
    background-size: contain;
    background-repeat: no-repeat; } }
.background-shine {
  background-image: url(../images/Packshots-Glow.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }
  @media screen and (max-width: 992px) {
    .background-shine {
      background-image: none; } }

.shadow {
  -webkit-filter: drop-shadow(0px 0px 2px rgba(100, 32, 117, 0.74));
  filter: drop-shadow(0px 0px 2px rgba(100, 32, 117, 0.74));
  box-shadow: none !important; }

.button {
  padding: 11px 43px;
  border: 2px solid white;
  border-radius: 9px;
  display: inline-block;
  margin-top: 20px; }
  .button a {
    color: #FFDD00;
    font-size: 21px; }
    .button a:hover {
      text-decoration: none; }

@media screen and (max-width: 992px) {
  .downarrow svg {
    width: 38px; } }

.packshot {
  padding-top: 0px; }
  @media screen and (min-width: 1060px) {
    .packshot {
      max-width: 110% !important;
      height: auto;
      padding-top: 40px; } }

@media screen and (max-width: 992px) and (min-width: 559px) {
  .moveup-smscr {
    margin-bottom: -40px; }
    .moveup-smscr img {
      overflow: visible; } }
@media screen and (max-width: 560px) {
  .moveup-smscr {
    margin-bottom: -20px; }
    .moveup-smscr img {
      overflow: visible; } }

.overflow-visible {
  overflow: visible; }

p img {
  display: inline-block !important; }

video {
  max-height: 90vh;
  max-width: 90vw;
  width: auto;
  height: auto; }
  @media screen and (max-width: 768px) {
    video {
      max-height: 60vh; } }

.no-smil video {
  height: 90vh;
  min-height: 100%; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 864px;
    margin: 1.75rem auto; } }
.modal-backdrop {
  opacity: 0.8 !important; }

.modal-content {
  background-color: rgba(255, 255, 255, 0);
  border: 0px;
  width: auto !important; }

.modal-body {
  padding: 0px;
  width: auto;
  max-width: auto;
  background-color: black; }

button.close {
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 1000000;
  opacity: 1; }

@media screen and (max-width: 992px) {
  .list {
    margin-bottom: 5px; } }
.list .checkmark {
  margin-top: -15px;
  margin-right: 10px; }
  @media screen and (max-width: 992px) {
    .list .checkmark {
      height: 16px !important;
      width: 16px !important;
      margin-top: -5px;
      margin-right: 5px; } }

@media screen and (max-width: 992px) {
  .list.fr {
    margin-left: 21px; } }
.list.fr .checkmark {
  margin-right: 20px; }
  @media screen and (max-width: 992px) {
    .list.fr .checkmark {
      margin-left: -21px;
      height: 16px !important;
      width: 16px !important;
      margin-top: -5px;
      margin-right: 5px; } }

.mapleleaf {
  margin: -15px 5px 0 5px; }
  @media screen and (max-width: 992px) {
    .mapleleaf {
      height: 14px !important;
      width: 15px !important;
      margin: -5px 0 0 0; } }

@media screen and (max-width: 720px) {
  .container-fluid.video, .container.container-md {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important; } }
/***********Footer***********/
footer {
  margin-top: -1px; }

.footertext {
  background-color: #79358B; }

@media screen and (min-width: 992px) {
  .footerbear-lg {
    display: block;
    width: 100%;
    height: auto; }

  .footerbear-md, .footerbear-sm {
    display: none; } }
@media screen and (max-width: 991px) and (min-width: 561px) {
  .footerbear-md {
    display: block;
    width: 100%;
    height: auto; }

  .footerbear-lg, .footerbear-sm {
    display: none; } }
@media screen and (max-width: 560px) {
  .footerbear-sm {
    display: block;
    width: 100%;
    height: auto; }

  .footerbear-md, .footerbear-lg {
    display: none; } }
