@charset "utf-8";
/* JUP ADD START*/
header#header .main-menu {
  display: none; }

header#header .main-menu li {
  background: #f7f7f7;
  width: 100%;
  display: block;
  margin: 0;
  cursor: pointer; }

header#header .main-menu li a {
  display: block;
  position: relative; }

header#header .main-menu li a .icon-arrow-right, header#header .main-menu li a .icon-arrow-down {
  position: absolute;
  right: 5px;
  margin-top: -8px; }

header#header .main-menu li a .icon-arrow-right {
  right: 2px !important;
  top: 50%;
  margin-top: -10px;
  font-size: 16px; }

header#header .main-menu ul.large-block-grid-4 > li {
  padding: 0px; }

header#header .main-menu > ul {
  margin: 0; }

header#header .main-menu > ul > li {
  background-color: #f7f7f7;
  border-top: solid 1px white;
  border-bottom: solid 1px #dedede;
  border-left: solid 1px #bfbfbf;
  border-right: solid 1px #bfbfbf; }

header#header .main-menu > ul > li:first-child {
  border-top: none; }

header#header .main-menu > ul > li.active {
  background-color: #fabc0b;
  border-top: solid 1px #fbca3d;
  border-bottom: solid 1px #ce9904; }

header#header .main-menu > ul > li > a {
  font-family: "museo-sans";
  font-weight: 700;
  font-size: 1em;
  padding: 10px;
  text-transform: uppercase;
  color: #383838; }

header#header .main-menu > ul > li > a i, header#header .main-menu > ul > li > a em {
  font-size: 1.25em;
  vertical-align: -3px;
  margin-right: 5px; }

header#header .main-menu > ul > li ul {
  display: none; }

header#header .main-menu > ul > li nav {
  border-top: solid 1px #bfbfbf; }

header#header .main-menu > ul > li nav section > h2 {
  background: white;
  color: #bfbfbf;
  font-family: "museo-sans";
  font-weight: 700;
  font-size: 1em;
  padding: 10px;
  text-transform: uppercase;
  border-bottom: solid 1px #bfbfbf;
  margin: 0px;
  padding-right: 20px;
  position: relative; }

header#header .main-menu > ul > li nav section > h2 i:last-child, header#header .main-menu > ul > li nav section > h2 em:last-child {
  position: absolute;
  right: 12px;
  font-size: 16px;
  top: 50%;
  margin-top: -16px; }

header#header .main-menu > ul > li nav section > ul {
  margin: 0; }

header#header .main-menu > ul > li nav section > ul li {
  border-bottom: solid 1px #bfbfbf;
  background: #f7f7f7;
  padding: 10px; }

header#header .main-menu > ul > li nav section > ul li.active h3 {
  color: #00addd; }

header#header .main-menu > ul > li nav section > ul li h3 {
  margin-bottom: 0px;
  text-transform: none;
  font-size: 16px;
  padding: 0px;
  position: relative; }

header#header .main-menu > ul > li nav section > ul li h3 i:first-child, header#header .main-menu > ul > li nav section > ul li h3 em:first-child {
  display: none; }

header#header .main-menu > ul > li nav section > ul li h3 .icon-arrow-right {
  position: absolute;
  right: 0px;
  font-size: 16px;
  top: 50%;
  margin-top: -8px; }

header#header .main-menu > ul > li nav section > ul li a {
  color: #949494;
  padding-right: 25px; }

header#header .main-menu > ul > li nav section > ul li a > .icon-arrow-right, header#header .main-menu > ul > li nav section > ul li a > .icon-arrow-down {
  right: 0px; }

header#header .main-menu > ul > li nav section > ul li p {
  margin: 0; }

@media only screen and (min-width: 768px) {
  header#header .main-menu {
    display: block;
    height: 85px;
    margin-top: 80px;
    border-bottom: solid 5px #fabc0b;
    padding-left: 300px; }

  header#header .main-menu li {
    display: list-item;
    /*width:auto;*/
    background: white;
    margin: 0;
    cursor: auto; }

  header#header .main-menu li.main-menu-button {
    width: auto; }

  header#header .main-menu > ul {
    margin: 0; }

  header#header .main-menu > ul > li {
    float: left;
    margin-right: 0px;
    height: 85px;
    border-radius: 3px 3px 0 0;
    border: none;
    background: none; }

  header#header .main-menu > ul > li.active {
    border: none; }

  header#header .main-menu > ul > li.help {
    float: right; }

  header#header .main-menu > ul > li > a {
    height: 85px;
    display: block;
    font-size: 12px;
    text-align: center; }

  header#header .main-menu > ul > li > a .icon-arrow-down {
    display: none; }

  header#header .main-menu > ul > li > a i, header#header .main-menu > ul > li > a em {
    font-size: 40px;
    display: block;
    text-align: center;
    margin: 0;
    vertical-align: 0px;
    margin-bottom: 5px; }

  header#header .main-menu > ul > li > a i:last-child, header#header .main-menu > ul > li > a i.icon-arrow-down, header#header .main-menu > ul > li > a em:last-child, header#header .main-menu > ul > li > a em.icon-arrow-down {
    display: none !important; }

  header#header .main-menu > ul > li.active {
    background-color: #fabc0b; }

  header#header .main-menu > ul > li.active > a {
    color: white; }

  header#header .main-menu > ul > li:not(.active):hover > a {
    color: #00addd; }

  header#header .main-menu > ul > li ul {
    margin: 0;
    display: block; }

  header#header .main-menu > ul > li nav {
    display: none;
    position: absolute;
    padding: 0.625em 0;
    top: 85px;
    border-top: solid 2px #e7ac05;
    z-index: 301;
    left: 0.625em;
    right: 0.625em;
    background: white;
    box-shadow: 0px 1px 1px #383838; }

  header#header .main-menu > ul > li nav ul {
    margin: 0;
    list-style-type: none; }

  header#header .main-menu > ul > li nav > ul {
    margin: 0; }

  header#header .main-menu > ul > li nav section {
    padding: 0px;
    margin-bottom: 20px; }

  header#header .main-menu > ul > li nav section > h2 {
    font-size: 0.875em;
    text-transform: uppercase;
    color: #bfbfbf;
    margin-bottom: 10px;
    border: none;
    padding: 0px; }

  header#header .main-menu > ul > li nav section > h2 i, header#header .main-menu > ul > li nav section > h2 em {
    display: none; }

  header#header .main-menu > ul > li nav section > ul {
    margin: 0; }

  header#header .main-menu > ul > li nav section > ul li {
    border: none;
    background: none;
    padding: 0px; }

  header#header .main-menu > ul > li nav section > ul li h3 {
    font-family: "museo-sans";
    font-weight: 700;
    font-size: 0.75em;
    padding: 0px;
    text-transform: none;
    font-size: 14px;
    color: #383838; }

  header#header .main-menu > ul > li nav section > ul li h3 i.icon-play, header#header .main-menu > ul > li nav section > ul li h3 i.icon-share, header#header .main-menu > ul > li nav section > ul li h3 em.icon-play, header#header .main-menu > ul > li nav section > ul li h3 em.icon-share {
    font-size: 12px;
    display: inline-block; }

  header#header .main-menu > ul > li nav section > ul li a {
    color: #949494;
    padding-right: 0px; }

  header#header .main-menu > ul > li nav section > ul li a .icon-arrow-right {
    display: none; }

  header#header .main-menu > ul > li nav section > ul li a:hover, header#header .main-menu > ul > li nav section > ul li a:hover h3 {
    color: #00addd; }

  header#header .main-menu > ul > li nav section > ul li a p {
    font-size: 12px; }

  header#header .main-menu > ul > li nav section > ul li .icon-share {
    color: #009400; }

  header#header .main-menu > ul > li nav section > ul li .icon-play {
    color: #00addd; }

  header#header .main-menu > ul > li nav li {
    margin-bottom: 10px;
    float: none; }

  header#header .main-menu > ul > li nav ul.large-block-grid-4 > li {
    float: left;
    width: 25%;
    border-right: solid 1px #dedede;
    margin-bottom: 0px;
    padding: 0 10px 10px; }

  header#header .main-menu > ul > li nav ul.large-block-grid-4 > li:last-child {
    border: none; }

  header#header .main-menu > ul > li nav * {
    margin: 0px; } }
@media only screen and (min-width: 768px) and (min-width: 61.1875em) {
  header#header .main-menu > ul > li nav {
    top: 85px; } }
@media only screen and (min-width: 61.1875em) {
  header#header .main-menu {
    padding-left: 300px;
    margin-top: 60px; }

  header#header .main-menu > ul > li {
    margin-right: 0px; } }
@media only screen and (min-width: 75em) {
  header#header .main-menu {
    padding-left: 300px;
    margin-top: 40px; }

  header#header .main-menu > ul > li.help {
    margin-right: 0px; }

  header#header .main-menu > ul > li nav {
    top: 85px; } }
.list-block h3 {
  text-transform: uppercase !important; }

header#header .menu-toggle {
  border-bottom: solid 5px #fabc0b;
  font-family: "museo-sans";
  font-weight: 900;
  text-transform: uppercase;
  overflow: hidden; }

header#header .menu-toggle a {
  color: white;
  padding: 10px 10px; }

header#header .menu-toggler {
  background: #fabc0b;
  margin-top: 100px;
  border-radius: 4px 4px 0 0; }

.sub-menu h3 {
  font-family: "museo-sans";
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  color: #bfbfbf; }

/*JUP ADD END*/
/* Title
----------------------------------------------------------------------------- */
.main-menu-visual .gutter-top {
  margin-top: 20px !important; }

.main-menu-visual .desktop-nav {
  padding: 10px; }

/* Blocks
----------------------------------------------------------------------------- */
.main-menu-visual .nav-block {
  position: relative;
  display: block;
  overflow: hidden; }

.main-menu-visual .nav-block:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }

.main-menu-visual .nav-block:hover:before {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }

/* Blocks sizes
----------------------------------------------------------------------------- */
.main-menu-visual .nav-block.block-large {
  height: 310px; }

.main-menu-visual .nav-block.block-medium {
  height: 155px; }

.main-menu-visual .nav-block.block-small {
  height: 135px; }

/* Block content
----------------------------------------------------------------------------- */
.main-menu-visual .nav-block .block-content {
  position: absolute;
  left: 0;
  bottom: 0; }

.main-menu-visual .nav-block.block-large .block-content {
  padding: 0 20px 20px 20px; }

.main-menu-visual .nav-block.block-medium .block-content {
  padding: 0 10px 10px 10px; }

.main-menu-visual .nav-block.block-small .block-content {
  padding: 0 10px 10px 10px; }

/* Block text - Title
----------------------------------------------------------------------------- */
.main-menu-visual .nav-block .block-content h3 {
  font-family: "museo-sans";
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 1px black; }

.main-menu-visual .nav-block.block-large .block-content h3 {
  font-size: 20px; }

.main-menu-visual .nav-block.block-medium .block-content h3 {
  font-size: 16px; }

.main-menu-visual .nav-block.block-small .block-content h3 {
  font-size: 14px; }

/* Block text - Icon
----------------------------------------------------------------------------- */
.main-menu-visual .nav-block .block-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -.1em;
  font-size: 24px;
  margin: 0 5px 0 0 !important; }

/* Block text - Text
----------------------------------------------------------------------------- */
.main-menu-visual .nav-block .block-content p {
  font-family: "museo-sans";
  font-weight: 300;
  font-size: 13px;
  color: #efefef;
  text-shadow: 0 1px 1px black; }

/* Block text - Text
----------------------------------------------------------------------------- */
.main-menu-visual .list-block {
  margin-top: 30px !important; }

.main-menu-visual .columns .list-block:first-child {
  margin-top: 0 !important; }

.main-menu-visual .list-block h2 {
  font-family: "museo-sans";
  font-weight: 500;
  font-size: 16px;
  color: #999;
  text-transform: uppercase; }

.main-menu-visual .list-block h3 {
  font-family: "museo-sans";
  font-weight: 700;
  font-size: 14px;
  color: #333; }

.main-menu-visual .list-block h3 i {
  margin: 0 3px 0 0 !important;
  font-size: 10px;
  color: #00ADDD;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -.1em; }

.main-menu-visual .list-block p {
  font-family: "museo-sans";
  font-weight: 300;
  font-size: 13px;
  color: #666; }

.main-menu-visual .list-block li {
  margin: 15px 0 0 0 !important; }

.main-menu-visual .list-block a:hover * {
  color: #00ADDD; }

/* Media queries
----------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .main-menu-visual .sub-menu > ul.button-group {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  .desktop-nav {
    display: none; } }

