/* Homepage */

@import './subpage.css';
@import './panel.css';
@import './stacktable.css';
@import './events-highlight.css';
@import './icons.css';

* {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.site-specific-header.site-specific-header--fr .primary-navigation .primary-navigation-list-wrapper .level-1 > li:last-child {
   margin-right: 0;
}

.without--padding {
   padding: 0;
}

.top0 {
   top: 0 !important;
}

.dynamic-hero-video .container-video2 video {
   top: 0px !important;
}

.dynamic-hero-video .container-image2 .img-responsive {
   top: 0px !important;
}

.row.vdivide [class*='col-']:not(:last-child):after {
   background: #bdbdbd;
   width: 1px;
   content: "";
   display: block;
   position: absolute;
   top: 0;
   bottom: 0;
   right: 10px;
   min-height: 70px;
}

/* Vertical Divider */
@media screen and (max-width: 1257px) {
   .row.vdivide [class*='col-']:not(:last-child):after {
      right: 1px;
   }
}

@media screen and (max-width: 1024px) {
   .row.vdivide [class*='col-']:not(:last-child):after {
      display: none;
   }
}

.region-home .dynamic-hero-video {
   height: 416px;
}

.dynamic-hero-video .btn-orange {
   background-color: #ff8000;
   color: white;
   font-weight: 400;
   font-size: 1em;
   padding: 7px 15px;
   border-radius: 3px;
   margin-top: 15px;
   display: inline-block;
   font-family: knowledge-text-n7, knowledge, Arial, sans-serif;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

   .dynamic-hero-video .btn-orange:hover {
      text-decoration: none;
      background-color: #ff5900;
   }

   .dynamic-hero-video .btn-orange > span {
      margin-left: 6px;
   }

.dynamic-hero-video .title {
   display: block;
   font-size: 4em;
   line-height: 0.9em;
   font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
   font-weight: 600;
   text-transform: uppercase;
   width: 100%;
   margin: 0 auto;
   margin-bottom: 10px;
}

.dynamic-hero-video .subtitle {
   display: block;
   font-size: 2.12em;
   font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
   font-style: italic;
   font-weight: 400;
   margin-top: -18px;
}

@media screen and (max-width: 1257px) {
   .region-home .dynamic-hero-video {
      height: 250px;
   }

   .dynamic-hero-video .title {
      font-size: 2em;
   }

   .dynamic-hero-video .subtitle {
      font-size: 0.9em;
      margin-top: -5px;
   }
}

.region-subpage .dynamic-hero-video {
   height: 226px;
}

   .region-subpage .dynamic-hero-video .breadcrumbs {
      float: left;
   }

      .region-subpage .dynamic-hero-video .breadcrumbs, .region-subpage .dynamic-hero-video .breadcrumbs > li > a {
         color: #ccc;
      }

         .region-subpage .dynamic-hero-video .breadcrumbs > li > a:focus, .region-subpage .dynamic-hero-video .breadcrumbs > li > a:hover, .region-subpage .dynamic-hero-video .breadcrumbs > li.active {
            color: #fff;
            text-decoration: none;
         }

         .region-subpage .dynamic-hero-video .breadcrumbs > li > a:focus, .region-subpage .dynamic-hero-video .breadcrumbs > li > a:hover, .region-subpage .dynamic-hero-video .breadcrumbs > li.active {
            color: #fff;
            text-decoration: none;
         }

/* Slider - to Comment later*/

.sliderHomepage {
   position: relative;
   width: 100%;
   height: 417px;
}

   .sliderHomepage .slide {
      height: 417px;
   }

   .sliderHomepage .slide-1 {
      background: url('../images/homepage.jpg');
      background-repeat: no-repeat;
   }

   .sliderHomepage .slide-2 {
      background-image: url('../images/homepage.jpg');
      background-repeat: no-repeat;
   }

   .sliderHomepage .slide-content {
      color: white;
      text-align: center;
      box-sizing: border-box;
      display: table;
      width: 100%;
      height: 417px;
      vertical-align: middle;
   }

      .sliderHomepage .slide-content .slide-cell {
         display: table-cell;
         vertical-align: middle;
      }

         .sliderHomepage .slide-content .slide-cell > span {
            display: block;
         }

      .sliderHomepage .slide-content .btn-orange {
         background-color: #ff8000;
         color: white;
         font-weight: 400;
         font-size: 1em;
         padding: 7px 15px;
         border-radius: 3px;
         margin-top: 15px;
         display: inline-block;
         font-family: knowledge-text-n7,knowledge,Arial,sans-serif;
         -webkit-user-select: none;
         -moz-user-select: none;
         -ms-user-select: none;
         user-select: none;
      }

         .sliderHomepage .slide-content .btn-orange:hover {
            text-decoration: none;
            background-color: #ff5900;
         }

         .sliderHomepage .slide-content .btn-orange > span {
            margin-left: 6px;
         }

      .sliderHomepage .slide-content .title {
         font-size: 4em;
         line-height: 0.9em;
         font-family: knowledge-text-n3,knowledge,Arial,sans-serif;
         font-weight: 600;
         text-transform: uppercase;
         width: 85%;
         margin: 0 auto;
         margin-bottom: 10px;
      }

      .sliderHomepage .slide-content .subtitle {
         font-size: 2.12em;
         font-family: knowledge-text-n3,knowledge,Arial,sans-serif;
         font-style: italic;
         font-weight: 400;
         margin-top: -18px;
      }

      .sliderHomepage .slide-content .link-orange {
         color: #ff8000;
         font-weight: bold;
         font-size: 1.2em;
      }

   .sliderHomepage .custom-navigation {
      position: absolute;
      width: 100%;
      height: auto;
      top: 0;
      z-index: 1000;
   }

   .sliderHomepage .flex-direction-nav {
      display: none;
   }

.button-prev {
   text-indent: -9999px;
   display: block;
   background-image: none,url(../images/svg/sprite.svg);
   background-position: -624px -95px;
   width: 32px;
   height: 62px;
   position: absolute;
   top: 170px;
   left: 30px;
}

.button-next {
   text-indent: -9999px;
   display: block;
   background-image: none,url(../images/svg/sprite.svg);
   background-position: -672px -95px;
   width: 32px;
   height: 62px;
   position: absolute;
   top: 170px;
   right: 30px;
}

/* Slider - Ends*/

.aboutus {
   padding: 25px 0;
}

   .aboutus .logoAward {
      width: 255px;
      padding-bottom: 25px;
      margin: 0 auto;
   }

      .aboutus .logoAward > div {
         float: left;
      }

      .aboutus .logoAward .logo-trophy-orange {
         width: 84px;
         height: 86px;
         background: url(/images/logo_lipper_trophy_orange.png) no-repeat 0 0;
      }

      .aboutus .logoAward .text-trophy {
         padding-top: 26px;
         margin-left: 5px;
      }

      .aboutus .logoAward p {
         font-size: 15px;
         text-transform: uppercase;
         color: #86888a;
         line-height: 1.1em;
      }

         .aboutus .logoAward p.award-tr {
            font-size: 17px;
            font-weight: 700;
         }

         .aboutus .logoAward p.award-lfa {
            font-size: 16px;
            color: #ff8000;
         }

   .aboutus p {
      font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
      font-size: 16px;
      margin: 0;
   }

.mapHomepage {
   background-color: #e2e3e3;
   position: relative;
   overflow: hidden;
}

   .mapHomepage canvas {
      position: absolute;
      /*top: 40px;*/
      left: 30px;
   }

@media screen and (max-width: 1257px) {
   .mapHomepage canvas {
      width: 100%;
      height: auto;
      left: 0;
   }
}

.mapMobile-title {
   display: none;
   padding: 0px 15px 0px 15px;
   text-align: left;
   margin-bottom: 10px;
}

   .mapMobile-title h3 {
      color: #404040;
      font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
      font-weight: 600;
   }

.mapMobile {
   display: none;
   padding-bottom: 30px;
   text-align: center;
}

.mapMobile-countries li a {
   font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
   width: 400px;
   font-size: 1em;
   color: #555;
}

.mapMobile img {
   display: inline-block;
   width: 90%;
}

#main-footer {
   margin-top: 0px;
   background-color: #E2E3E3;
}

.back-to-top {
   margin: 0 0 10px;
   padding-top: 10px;
}

@media screen and (max-width: 1024px) {
   .container {
      width: 100%;
      margin: 0 auto;
   }

   .sliderHomepage .slide-content .title {
      width: 90%;
      font-size: 3.6em;
      line-height: 0.9em;
   }

   .sliderHomepage .slide-content .subtitle {
      font-size: 2.12em;
   }
}

@media screen and (max-width: 768px) {
   #canvas {
      display: none;
   }

   #main-footer {
      background-color: #f7f7f7;
   }

   .mapHomepage {
      background-color: #f7f7f7;
   }

   .mapMobile {
      display: block;
      padding-top: 30px;
   }

   .mapMobile-map {
      display: none;
   }

   .mapMobile-title {
      display: block;
   }

   .mapMobile-countries ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: left;
      padding-left: 15px;
   }

   .button-prev {
      left: 10px;
   }

   .button-next {
      right: 10px;
   }

   .aboutus p {
      margin-bottom: 10px;
   }
}

@media screen and (max-width: 500px) {
   .container {
      width: 100%;
      margin: 0;
   }

   .sliderHomepage {
      height: auto;
   }

      .sliderHomepage .slide {
         height: auto;
         background-size: cover;
         background-position: center center;
      }

      .sliderHomepage .slide-content {
         height: auto;
         display: block;
         padding: 20px 0px;
      }

         .sliderHomepage .slide-content .title {
            width: 90%;
            font-size: 2.2em;
            line-height: 0.9em;
         }

         .sliderHomepage .slide-content .subtitle {
            font-size: 1.1em;
         }

   .button-prev {
      top: 80px;
      left: 10px;
      width: 20px;
      height: 37px;
      background-position: -480px 0;
   }

   .button-next {
      top: 80px;
      right: 10px;
      width: 20px;
      height: 37px;
      background-position: -528px 0;
   }

   .mapHomepage {
      padding-top: 20px;
   }
}
/* Event Schedule */

.EventSchedule-marquee {
   background-repeat: no-repeat;
   color: white;
}

   .EventSchedule-marquee .tableContainer {
      height: 280px;
      width: 100%;
      text-align: center;
      display: table;
      vertical-align: middle;
   }

   .EventSchedule-marquee .tableCell {
      display: table-cell;
      vertical-align: middle;
   }

   .EventSchedule-marquee .title {
      width: 80%;
      font-size: 4.3em;
      line-height: 0.8em;
      font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      margin: 0 auto;
   }

   .EventSchedule-marquee .date {
      font-size: 2.62em;
      font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
      font-style: italic;
      font-weight: 400;
   }

.EventSchedule-presentation {
   padding: 30px 30px 20px 30px;
   color: #414141;
}

   .EventSchedule-presentation h3 {
      font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
      font-weight: 600;
      font-size: 1.5em;
      color: #414141;
      text-transform: uppercase;
   }

   .EventSchedule-presentation p {
      margin: 0 0 1em 0;
   }

.EventSchedule-events .title {
   padding: 20px 0px 20px 30px;
   font-size: 1.5em;
   font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
   font-weight: 600;
   color: #f57b00;
   text-transform: uppercase;
}

.EventSchedule-presentation {
   position: relative;
   height: auto;
   overflow: hidden;
}

   .EventSchedule-presentation .logotype {
      width: 30%;
      float: left;
      border-right: 1px solid #cacaca;
      padding-right: 30px;
   }

      .EventSchedule-presentation .logotype .logoAward p {
         font-size: 15px;
         text-transform: uppercase;
         color: #86888a;
         line-height: 1.1em;
         margin-bottom: 0px;
      }

      .EventSchedule-presentation .logotype .logoAward > div {
         float: left;
      }

      .EventSchedule-presentation .logotype .logoAward .logo-trophy-orange {
         width: 104px;
         height: 106px;
         background: url(../images/logo_lipper_trophy_orange_2.png) no-repeat 0 0;
      }

      .EventSchedule-presentation .logotype .logoAward .text-trophy {
         padding-top: 32px;
         margin-left: 5px;
      }

      .EventSchedule-presentation .logotype .logoAward p {
         font-size: 17px;
         text-transform: uppercase;
         color: #86888a;
         line-height: 1.1em;
      }

         .EventSchedule-presentation .logotype .logoAward p.award-tr {
            font-size: 19px;
            font-weight: 700;
         }

         .EventSchedule-presentation .logotype .logoAward p.award-lfa {
            font-size: 18px;
            color: #ff8000;
         }

   .EventSchedule-presentation .text {
      float: left;
      width: 70%;
   }

      .EventSchedule-presentation .text .text-wrapper {
         font-size: 1.1em;
         font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
         font-weight: 300;
         color: #414141;
         padding-left: 40px;
      }

.Tabs .Tabs-navigation {
   background-color: #cacaca;
   border-bottom: 6px solid #f57b00;
   padding: 0px 30px 0px 30px;
}

   .Tabs .Tabs-navigation ul {
      margin: 0;
      padding: 0;
      list-style: none;
   }

      .Tabs .Tabs-navigation ul li {
         display: inline-block;
      }

         .Tabs .Tabs-navigation ul li.active a {
            background-color: #f57b00;
            color: white;
         }

         .Tabs .Tabs-navigation ul li a {
            display: inline-block;
            font-size: 1.125em;
            text-transform: uppercase;
            font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
            font-weight: 400;
            padding: 1em 2.4em;
            color: #404040;
         }

            .Tabs .Tabs-navigation ul li a:hover {
               text-decoration: none;
            }

.Tabs .Tabs-content {
   padding: 30px 30px 0px 30px;
   background-color: #f0f0f0;
   overflow: hidden;
}

   .Tabs .Tabs-content .element {
      display: none;
   }

   .Tabs .Tabs-content .active {
      display: block !important;
   }

.EventSchedule-events .Tabs {
   /*border-top: 6px solid #f57b00;*/
}

@media screen and (max-width: 768px) {
   .Tabs .Tabs-navigation ul li {
      display: block;
   }

      .Tabs .Tabs-navigation ul li a {
         display: block;
      }

   .EventSchedule-presentation .logotype {
      position: relative;
      top: inherit;
      left: -20px;
      width: 100%;
      text-align: center;
   }

   .EventSchedule-presentation .text {
      padding-left: 0px;
      margin-top: 30px;
   }

      .EventSchedule-presentation .text .text-wrapper {
         border: 0;
         padding: 0;
      }

         .EventSchedule-presentation .text .text-wrapper h3 {
            text-align: center;
         }

   .EventSchedule-presentation .logotype .logoAward {
      display: inline-block;
      text-align: left;
   }
}

@media screen and (max-width: 480px) {
   .Tabs .Tabs-navigation {
      padding: 0px 0px 0px 0px;
   }
}
/* ------- */

.Events {
   padding: 20px 0px 0px 40px;
}

   .Events .Events-event {
      position: relative;
      padding: 0;
      border-bottom: 1px solid #a4a4a4;
      margin-bottom: 30px;
      height: auto;
      overflow: hidden;
   }

      .Events .Events-event .photo {
         float: left;
         width: 25%;
         margin-bottom: 20px;
      }

      .Events .Events-event .content {
         font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
         float: left;
         width: 75%;
         margin-bottom: 20px;
      }

         .Events .Events-event .content .title {
            color: #414141;
            font-size: 1.25em;
            font-weight: 600;
            padding: 0;
            margin-top: 7px;
            text-transform: inherit;
         }

         .Events .Events-event .content .time span {
            vertical-align: top;
            display: inline-block;
         }

         .Events .Events-event .content .time .text {
            padding-top: 7px;
            margin-left: 7px;
         }

         .Events .Events-event .content .author {
            color: #414141;
            font-size: 1em;
            font-weight: 600;
         }

.EventSchedule-event .title {
   padding: 20px 0px 20px 30px;
   font-size: 1.5em;
   font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
   font-weight: 600;
   color: #f57b00;
   text-transform: uppercase;
}

.EventDetails {
   background-color: #d0d0d0;
   width: 100%;
   overflow: hidden;
}

.EventRegister .EventRegister-content p {
   font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
   font-weight: 400;
   font-size: 1em;
   line-height: 18px;
   margin: 0px 0px 9px 0px;
}

.EventDetails .EventDetails-image {
   float: left;
   width: 50%;
}

   .EventDetails .EventDetails-image figure {
      width: 100%;
   }

   .EventDetails .EventDetails-image img {
      width: 100%;
   }

.EventDetails .EventDetails-text {
   float: left;
   width: 50%;
   box-sizing: border-box;
   padding: 50px;
}

   .EventDetails .EventDetails-text h4 {
      font-size: 1.43em;
      font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
      font-weight: 600;
      color: #414141;
      text-transform: uppercase;
   }

   .EventDetails .EventDetails-text p {
      font-size: 1em;
      font-weight: 300;
      font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
      color: #414141;
   }

   .EventDetails .EventDetails-text .dress {
      font-size: 1em;
      font-weight: 300;
      font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
      color: #414141;
   }

      .EventDetails .EventDetails-text .dress strong {
         font-weight: 600;
         display: block;
      }

.EventFeatures {
   background-color: #f0f0f0;
   font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
   color: #414141;
   padding: 40px 40px 10px 80px;
}

   .EventFeatures .EventFeatures-feature {
      position: relative;
      width: 100%;
      padding-left: 50px;
      margin-bottom: 30px;
   }

      .EventFeatures .EventFeatures-feature .iconContainer {
         position: absolute;
         top: 0;
         left: 0;
      }

      .EventFeatures .EventFeatures-feature strong {
         font-weight: 600;
         display: block;
         font-size: 1em;
      }

      .EventFeatures .EventFeatures-feature p {
         font-size: 1em;
         font-weight: 400;
      }

      .EventFeatures .EventFeatures-feature a {
         color: #414141;
         text-decoration: underline;
      }

.EventRegister {
   background-color: #f0f0f0;
   padding: 0px 40px 40px 80px;
}

   .EventRegister .EventRegister-title {
      font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
      font-weight: 400;
      color: #ff8000;
      font-size: 1.5em;
      margin: 0px 0px 15px 0px;
   }

   .EventRegister .EventRegister-content {
      font-size: 1em;
   }

.iconNew {
   display: inline-block;
   width: 38px;
   height: 38px;
   background-image: none, url(../images/sprite_icons_new.png);
   background-repeat: no-repeat;
}

.iconNew-clock {
   width: 35px;
   height: 35px;
   background-position: -112px 0px;
}

.iconEvent {
   display: inline-block;
   width: 35px;
   height: 35px;
   background-image: none, url(../images/sprite_icon_events.png);
   background-repeat: no-repeat;
}

.iconEvent-car {
   background-position: 0 0;
}

.iconEvent-dietery {
   background-position: -35px 0;
}

.iconEvent-hotel {
   background-position: -70px 0;
}

@media screen and (max-width: 700px) {
   .Events .Events-event {
      padding: 0px 0px 30px 0px;
   }

      .Events .Events-event .photo {
         position: relative;
      }
}

@media screen and (max-width: 480px) {
   .Events {
      padding: 20px 0px 0px 0px;
   }

   .EventDetails .EventDetails-image {
      float: left;
      width: 100%;
      height: 250px !important;
   }

   .EventDetails .EventDetails-text {
      width: 100%;
   }

   .EventFeatures {
      padding: 40px 40px 10px 40px;
   }

   .EventRegister {
      background-color: #f0f0f0;
      padding: 0px 40px 40px 40px;
   }
}
/*    eventsCarousel     */

.eventsCarousel {
   position: relative;
}

   .eventsCarousel .navigation {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      bottom: 0;
   }

   .eventsCarousel .prev-subpage {
      position: absolute;
      top: 43%;
      left: 5px;
      bottom: 0px;
      width: 20px;
      height: 37px;
      background-position: -480px 0;
      display: block;
      background-image: none, url(../images/svg/sprite.svg);
   }

   .eventsCarousel .next-subpage {
      position: absolute;
      top: 43%;
      right: 5px;
      bottom: 0px;
      width: 20px;
      height: 37px;
      background-position: -528px 0;
      display: block;
      background-image: none, url(../images/svg/sprite.svg);
   }

   .eventsCarousel .carousel-item {
   }

   .eventsCarousel .wrapperElement {
      width: 100%;
      position: relative;
      overflow: hidden;
      background-color: #3d3d3d;
      color: white;
   }

   .eventsCarousel .wrapperElement--alternative {
      background-color: #c3c3c3;
   }

      .eventsCarousel .wrapperElement--alternative .wrapperElement-content {
         background-color: #c3c3c3;
         color: #404040;
      }

   .eventsCarousel .wrapperElement-image {
      width: 50%;
      float: left;
      height: 100px;
      font-size: 0;
      background-size: cover;
   }

   .eventsCarousel .wrapperElement-content {
      width: 50%;
      float: left;
      box-sizing: border-box;
      padding: 20px 20px 20px 40px;
      background-color: #3d3d3d;
   }

      .eventsCarousel .wrapperElement-content h5 {
         font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
         font-weight: 600;
         text-transform: uppercase;
         font-size: 1.125em;
         margin-bottom: 15px;
      }

      .eventsCarousel .wrapperElement-content .orange a {
         color: #ff8000;
         display: inline-block;
         font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
         font-weight: 600;
         font-size: 1.125em;
      }

      .eventsCarousel .wrapperElement-content span {
         display: block;
         font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
         font-weight: 300;
         font-size: 1em;
      }

      .eventsCarousel .wrapperElement-content .title {
         display: block;
         font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
         font-weight: 600;
      }

@media screen and (max-width: 1024px) {
   .eventsCarousel .wrapperElement-image {
      background-position: center;
   }
}
/* LICENSE PAGE */

.icon-trophy {
   width: 88px;
   height: 116px;
   background-image: url(../images/icon-trophy.png);
   display: inline-block;
}

.LicensePage-marquee {
   height: 226px;
   background-repeat: no-repeat;
   color: white;
   background-image: url(../images/marquee_license.jpg);
   background-size: cover;
}

   .LicensePage-marquee figure {
      text-align: center;
   }

.LicensePage-breadcrumbs, .EventPage-breadcrumbs {
   padding-left: 20px;
}

.LicensePage-guidelines {
   overflow: hidden;
   border-bottom: 1px solid #e9e9e9;
   padding-bottom: 70px;
   margin: 70px 0;
}

   .LicensePage-guidelines .image {
      float: left;
      width: 50%;
      font-size: 0px;
      border-right: 1px solid #e9e9e9;
      padding-right: 30px;
   }

      .LicensePage-guidelines .image img {
         width: 100%;
      }

   .LicensePage-guidelines .content {
      float: left;
      width: 50%;
      background-color: white;
      color: #666666;
      box-sizing: border-box;
      padding: 0 40px 0 30px;
   }

      .LicensePage-guidelines .content .margin--0 {
         margin-bottom: 0px;
      }

      .LicensePage-guidelines .content h4 {
         font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
         font-weight: 600;
         color: #fc7e00;
         font-size: 1.5em;
         margin-bottom: 15px;
         text-transform: uppercase;
      }

      .LicensePage-guidelines .content p {
         font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
         font-weight: 400;
         font-size: 1em;
      }

#license.LicensePage-guidelines .content {
   padding: 0 40px 0 0;
}

#license.LicensePage-guidelines .image {
   border-right: none;
   border-left: 1px solid #e9e9e9;
   padding-right: 0;
   padding-left: 30px;
}

#order-trophy.LicensePage-guidelines {
   border-bottom: none;
   padding-bottom: 0;
}

.OrderPage-award {
   color: #414141;
}

.OrderPage-award {
   overflow: hidden;
   margin-top: 10px;
   background-color: #c5c5c5;
}

   .OrderPage-award .image {
      float: left;
      width: 50%;
      font-size: 0px;
   }

      .OrderPage-award .image img {
         width: 100%;
      }

   .OrderPage-award .content {
      float: left;
      width: 50%;
      background-color: #c5c5c5;
      color: #414141;
      box-sizing: border-box;
      padding: 40px 40px 20px 40px;
   }

      .OrderPage-award .content h4 {
         font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
         font-weight: 600;
         color: #414141;
         font-size: 1.5em;
         margin-bottom: 15px;
         text-transform: uppercase;
      }

      .OrderPage-award .content .orange {
         color: #fc7e00;
      }

      .OrderPage-award .content p {
         font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
         font-weight: 400;
         font-size: 1em;
      }

/* Company Auto Complete */
.ui-widget-content {
   background-color: #F7F7F7;
   background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 75%, rgba(0,0,0,0.04) 100%);
   background-image: linear-gradient(to bottom, rgba(0,0,0,0) 75%, rgba(0,0,0,0.04) 100%);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#0a000000', GradientType=0);
   border-right: 1px solid #ddd;
   border-right: 1px solid rgba(0, 0, 0, 0.08);
   border-bottom: 1px solid #ddd;
   border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ui-menu .ui-menu-item {
   font-weight: normal;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
   font-weight: normal;
   border: 0;
   color: #fff;
   background-color: #ff9000;
   background-repeat: repeat-x;
   background-image: -webkit-linear-gradient(180deg, #ff9000, #ff6300);
   background-image: linear-gradient(180deg, #ff9000, #ff6300);
}

.ui-widget-content {
   background-color: #F7F7F7;
   background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 75%,rgba(0,0,0,0.04) 100%);
   background-image: linear-gradient(to bottom,rgba(0,0,0,0) 75%,rgba(0,0,0,0.04) 100%);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#0a000000',GradientType=0);
   border-right: 1px solid #ddd;
   border-right: 1px solid rgba(0, 0, 0, 0.08);
   border-bottom: 1px solid #ddd;
   border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ui-widget-content {
   border: 1px solid #ddd;
   background: #eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
   color: #333;
}

.ui-widget {
   font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
   font-size: 1.1em;
}

.ui-menu {
   list-style: none;
   padding: 0;
   margin: 0;
   display: block;
   outline: none;
}

.ui-autocomplete {
   position: absolute;
   top: 0;
   left: 0;
   cursor: default;
}

.ui-front {
   z-index: 100;
}

.ui-menu .ui-menu-item {
   position: relative;
   margin: 0;
   padding: 3px 1em 3px .4em;
   cursor: pointer;
   min-height: 0;
   list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

@media screen and (max-width: 1024px) {
   .container {
      width: 100%;
      margin: 0 auto;
   }

   .LicensePage-marquee .title {
      width: 90%;
      font-size: 3.6em;
      line-height: 0.9em;
   }

   .LicensePage-marquee .subtitle {
      font-size: 2.12em;
   }
}

@media screen and (max-width: 768px) {
   .LicensePage-guidelines .image {
      padding-top: 40px;
   }

   .OrderPage-award .image {
      padding-top: 40px;
   }
}

.left-image {
   display: none;
}

.right-image {
   display: block;
}

@media screen and (max-width: 500px) {
   .container {
      width: 100%;
      margin: 0;
   }

   .left-image {
      display: block;
   }

   .right-image {
      display: none;
   }

   .LicensePage-marquee {
      height: auto;
   }

      .LicensePage-marquee .tableContainer {
         display: block;
         height: auto;
      }

      .LicensePage-marquee .title {
         width: 90%;
         font-size: 2.2em;
         line-height: 0.9em;
      }

      .LicensePage-marquee .subtitle {
         font-size: 1.1em;
      }

   .LicensePage-guidelines {
      margin: 0 0 30px 0;
      padding-bottom: 30px;
   }

   #license.LicensePage-guidelines .content {
      padding: 0;
   }

   #license.LicensePage-guidelines .image {
      border-left: 0;
      padding-left: 0;
   }

   .LicensePage-guidelines .image {
      float: inherit;
      width: 100%;
      font-size: 0;
      padding-left: 0;
      border-right: 0;
      padding-right: 0;
   }

   .LicensePage-guidelines .content {
      float: inherit;
      width: 100%;
      border: 0;
      margin-top: 0;
      padding: 0
   }

      .LicensePage-guidelines .content h4 {
         margin-top: 20px;
      }

   .OrderPage-award .image {
      float: inherit;
      width: 100%;
      font-size: 0;
   }

   .OrderPage-award .content {
      float: inherit;
      width: 100%;
   }

   .LicensePage-guidelines .image {
      padding-top: 0px;
   }

   .OrderPage-award .image {
      padding-top: 0px;
   }

   #marketing-toolkit {
      margin-top: 30px;
   }
}

.containerAdmin {
   padding-top: 30px;
   padding-bottom: 30px;
}

.Admin-table {
   margin-top: 20px;
}

.Admin-controls {
   margin-top: 30px;
   margin-bottom: 30px;
}

.containerAdmin textarea {
   font-size: 1.6rem;
   padding: 13.5px 12.5px;
   width: 100%;
   line-height: normal;
   border: 1px solid #e9e9e9;
   border-top-width: 2px;
   border-radius: 0;
   -webkit-appearance: none;
}
/* */

.Marquee {
   vertical-align: middle;
   text-align: center;
}

.MarqueeNew, .MarqueeNew .row--table {
   height: 226px;
   color: #FFF;
   text-align: center;
}

   .MarqueeNew .heading-eyebrow {
      color: #FFF;
   }

   .MarqueeNew .call-to-action {
      margin-top: 15px;
   }

.Marquee-cell {
   padding: 30px 0px;
   vertical-align: middle;
}

   .Marquee-cell .title {
      width: 80%;
      margin: 0 auto;
      font-size: 4em;
      line-height: 0.9em;
      font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      margin: 0 auto;
   }

   .Marquee-cell .subtitle {
      display: inline-block;
      font-size: 2.12em;
      line-height: 0.8em;
      font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
      font-weight: 400;
      font-style: italic;
      text-transform: uppercase;
      margin: 0 auto;
      margin-bottom: 10px;
   }

@media screen and (max-width: 900px) {
   .Marquee-cell .title {
      font-size: 3em;
      line-height: 0.9em;
   }

   .Marquee-cell .subtitle {
      font-size: 1.5em;
      line-height: 0.8em;
   }
}

@media screen and (max-width: 500px) {
   .Marquee-cell .title {
      width: 95%;
      font-size: 2em;
      line-height: 0.9em;
   }

   .Marquee-cell .subtitle {
      font-size: 1em;
      line-height: 0.8em;
   }

   .MarqueeNew, .MarqueeNew .row--table {
      height: auto;
      min-height: 150px;
   }
   .marquee-subpage {
      padding: 20px 0;
      background-size: cover;
   }
   .filter-info .heading-region {
      font-size: 38px;
   }
}

.breadcrumbs > li + li:before {
   margin: -2px 7px 0 7px;
}

.border-0 {
   border-bottom: 0px !important;
}
/* Galleries Event */

.Gallery {
   width: 700px;
   margin: 0 auto;
}

   .Gallery img {
      width: 100%;
   }

.GalleryThumbs img {
   width: 70px;
   height: auto;
   cursor: pointer;
}

.Gallery-full img {
   display: block;
   width: 100%;
   height: auto;
}

.Gallery-thumbs .thumb {
   cursor: pointer;
   box-sizing: border-box;
   border: 2px solid white;
   background-color: white;
}

.thumb--border {
   border-color: #F57B00 !important;
}

.Gallery-thumbs {
   height: 57px;
   overflow: hidden;
}

   .Gallery-thumbs .image {
      width: 100%;
      height: 53px;
      background-size: cover;
      background-position: center center;
   }

.Gallery-pagination {
   margin-bottom: 10px;
}

   .Gallery-pagination a {
      text-decoration: none;
   }

textarea {
   font-size: 16px;
   font-size: 1.6rem;
   padding: 13.5px 12.5px;
   width: 100%;
   line-height: normal;
   border: 1px solid #e9e9e9;
   border-top-width: 2px;
   border-radius: 0;
   -webkit-appearance: none;
}

.padding-left-20px {
   padding-left: 20px !important;
}

.form.basic-form .btn-group {
   float: left;
}

.js-GDPR-modalbox .form.basic-form .btn-group {
   float: right;
}

.checkout-box {
   padding: 0px 20px 15px 20px;
}

.Contact .heading-3, .Contact h3 {
   font-size: 14px;
}

.Contact .contact-table .heading-component {
   margin-bottom: 16px;
}

.Contact p, .Contact a {
   font-size: 12px;
}

   .Contact a.text {
      display: inline-block;
      vertical-align: top;
      text-decoration: none;
      color: #0099c4;
      margin-top: -1px;
   }

      .Contact a.text:hover {
         text-decoration: underline;
         color: #005885;
      }

.Contact .icon-web {
   margin-right: 5px;
}

@media screen and (max-width: 1024px) {
   .Contact {
      padding: 0px 30px;
   }
}

@media screen and (max-width: 700px) {
   .Gallery {
      width: 100%;
   }
}

@media screen and (max-width: 500px) {
   .EventSchedule-presentation .logotype {
      border-right: 0;
      left: -6px;
      float: inherit;
   }

      .EventSchedule-presentation .logotype .logoAward .text-trophy {
         padding-top: 16px;
      }

   .EventSchedule-presentation .text {
      float: inherit;
      margin-top: 10px;
   }

      .EventSchedule-presentation .text .text-wrapper h3 {
         text-align: left;
      }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
   .aboutus .logoAward .logo-trophy-orange {
      background: url(../images/logo_lipper_trophy_orange@2x.png) no-repeat 0 0;
      background-size: 84px 86px;
   }

   .iconNew {
      background-image: none, url(../images/sprite_icons_new@2x.png);
      /*background-size: 167px 81px;*/
      background-size: 147px 54px;
   }

   .iconEvent {
      background-image: none, url(../images/sprite_icon_events@2x.png);
      background-size: 105px 35px;
   }

   .icon-trophy {
      width: 88px;
      height: 116px;
      background-image: url(../images/icon-trophy@2x.png);
      display: inline-block;
      background-size: 88px 116px;
   }

   .EventSchedule-presentation .logotype .logoAward .logo-trophy-orange {
      background: url(../images/logo_lipper_trophy_orange_2@2x.png) no-repeat 0 0;
      background-size: 104px 106px;
   }
}

.no-results {
   display: none;
}

   .no-results .alert {
      padding: .75rem 1.25rem;
      margin: 1rem;
      border: 1px solid transparent;
      border-radius: .25rem;
   }

   .no-results .alert-warning {
      background-color: #fcf8e3;
      border-color: #faf2cc;
      color: #8a6d3b;
   }

   .no-results .alert-dismissible .close {
      position: relative;
      top: -.75rem;
      right: -1.25rem;
      padding: .75rem 1.25rem;
      color: inherit;
   }

   .no-results button.close {
      padding: 0;
      cursor: pointer;
      background: 0 0;
      border: 0;
      -webkit-appearance: none;
      float: right;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1;
      color: #000;
      text-shadow: 0 1px 0 #fff;
      opacity: .5;
   }

#sponsors {
}

#sponsors .sponsor {
   margin-bottom: 20px;
   border: 1px solid #f0f0f0;
}

#sponsors .sponsor:hover {
   border: 1px solid #ff8000;
}

#sponsors .sponsor a {
   padding: 10px;
   display: block;
}

   #sponsors .sponsor a img {
      max-width: 100%;
      display: block;
   }

p.error {
   color: red;
}

#delayedMessage {
}

   #delayedMessage .modal-footer {
      padding: 0 20px 20px 20px;
   }

   #delayedMessage .modal-body {
      padding: 30px;
   }

   #delayedMessage .modal-footer .btn-group {
      float: right;
   }

   #delayedMessage .modal-footer:after {
      content: "";
      display: table;
      clear: both;
   }

.sub-sticky {
   background-color: rgba(255, 255, 255, 0.7);
   padding: 10px;
   color: #000;
   display: none;
   max-width: 400px;
   z-index: 9999;
   overflow: hidden;
}

.sub-sticky .logo, .sub-sticky .content, .sub-sticky .link {
   float:left;
}

.sub-sticky .logo{
   width:56px;
   height: 56px;
   margin-right:15px;
}

.sub-sticky .content{
   width:74%;
   color: #ff8000;
   text-align:left;
}

.sub-sticky .content p{
   padding:0;
   margin:0;
   line-height:1em;
}

.sub-sticky .link{
   width:15px;
   height:25px;
}

.sub-sticky .link a{
   width:15px;
   height:25px;
   display:block;
}

.sub-sticky .link a img{
   width:15px;
   height:25px;
   margin-top: 15px;
}

.sub-sticky .content .title{
   font-size:0.9em;
   margin-bottom:4px;
   margin-top:5px;
   font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
   font-weight: 600;
}

.sub-sticky .content .info {
   font-size: 0.9em;
   font-weight: 400;
   font-family: knowledge-text-n3, knowledge, Arial, sans-serif;
   color: #555;
}

.fixed {
   position: fixed;
   right:5px;
   top:111px;
}