/* .header .contentRender_name_plugins_nav_main, */
/* .header .contentRender_name_plugins_nav_main_secondary, */

.header .contentRender_name_plugins_nav_main_mobile_sidenav {
  padding-top: 40px;
}

.header-inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-inner-container .header-left {
  flex: 1;
  display: flex;
  justify-content: center;
}

.header-inner-container .header-right {
  flex: 2;
}

.header-inner-container .logo {
  display: inline-block;
  text-align: center;
}
.header-inner-container .mobile-logo {
  display: inline-block;
  text-align: left;
  max-height: 105px;
  max-width:292px;
}

.header-inner-container .logo img {
  width: 100%;
  height: 100%;
  max-width: 275px;
  min-height: 80px; 
}

.header .mainnav,
.header .mainnav ul{
	padding: 0;
	font-size: 1.14em; 
	list-style: none;
	text-transform: uppercase;
}

.header .mainnav-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 825px;
}

.header .mainnav-inner .nav-right {
  flex-basis: 70px;
  text-align: right;
}

.header .topnav-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -8px;
  padding-top: 5px;
}

.header .topnav-inner .nav-left {
  /* margin-right: 18px; */
}

.header .topnav-inner .nav-right {
  flex-basis: 80px;
  /* padding-right: 15px; */
  text-align: right;
}
@media (min-width: 64.063em) {
  .header-inner-container .header-left {
    /* padding-left: 10%; */
  }
}

@media (max-width: 64.063em) {
  .header-inner-container {
    justify-content: center;
    min-height: 101px;
  }
  .header-inner-container .header-right {
    flex: 0;
  }
}

.header .mainnav li{
	position: relative;
	float: left; 
	margin-right: 18px;
}

.header .mainnav li:last-child {
  margin-right: 0;
}

.header .mainnav ul ul{
	position: absolute;
	top: 80%;
	left: 0;

	width: 250px;
	margin: 0;
	padding: 10px;
	text-transform: none;
	font-size: .8em; 
	background: #000;
   height: auto;
  overflow: hidden;
  transform-origin: top center;
  transform:scaleY(0);

  transition: all .2s;
}
.header .mainnav ul li.open ul{

 transform:scaleY(1);

  transition: all .2s;
}
.header .mainnav li a{
	float: left;
	clear: both;
	padding: 15px 0 10px;
  color: #fff; 
  font-size: 18px;
  font-weight: bold;
	border-bottom: 2px solid #000;
	text-decoration: none;
	transition: color .5s;
}
.header .mainnav li a span{
    font-family: 'DIN Next LT W04 Bold';
}

@media (max-width: 1143px) {
  .header .mainnav-inner {
    min-width: 880px;
  }
  .header .mainnav li a {
    font-size: 18px;
  }
}

.header .mainnav .main-item.ot a > span{
	position: relative;
	display: inline-block;
	color: black;
	padding: 0px 12px;
	background-image: url(/includes/public/assets/images/ticket-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.header .mainnav li.main-item:hover > a:not(.toggle){color:#2eb5e8;}
.header .mainnav ul ul li{
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 5px;
}
.header .mainnav li a.toggle{
  float: left;
  color: #fbd100;
  font-weight: bold;
  text-decoration: none;
  transition: all .3s;
  clear:none;
  margin-left: 8px;
  border:none;
  margin-top: 5px;
  transform-origin: center center;
  font-size: 16px;
}
.header .mainnav li a.toggle:hover{
  color: #fbd100;
}
.header .mainnav ul li.open a.toggle{
  transform: rotate(180deg);
  transition: all .3s;
}

.header .mainnav ul ul li:last-child{
	margin-bottom: 0;
}
.header .mainnav ul ul li a{
	width: 100%;
	float: left;
	clear: both;
	padding: 0;
	border: none;
	color: #fff;
}

.header .mainnav ul ul li.first a {
  padding-bottom: 5px;
  color: #fbd100;
  text-transform: uppercase;
  border-bottom: 1px solid white;
}

.header .mainnav ul ul li a:hover,
.header .mainnav ul ul li a:focus{
	/*color:#ffdf00;*/
  color:#2eb5e8;
}
.header .mainnav ul ul li.ot a {
  color: #fbd100;
  text-transform: uppercase;
}
.header .mainnav ul ul li.ot a:hover {
  color: #2eb5e8;
}

/* .header .topnav-container{
	position: absolute; 
	top: 0; 
	right: 0;
} */
/* .header .contentRender_name_plugins_nav_secondary{float: right;} */
.header .tripbuilder-counter{display: none;}
.header .topnav.secondary_nav ul{
	/* float: left; */
	list-style: none;
	/* margin: 24px 63px 0 0; */
	font-size: .8em; 
}
.header .topnav.secondary_nav li{
  float: left;
  /* margin-left: 20px; */
}

.header .topnav.secondary_nav li:not(.last):after {
  content: "|";
  padding: 0px 10px;
  color: #fbd100;
}

.header .topnav.secondary_nav li.last a { 
	display: inline-flex;
	align-items: center;
}
.header .topnav.secondary_nav li.last a:before {
	content: "";
	display: inline-block;
	height: 13px;
	width: 13px;
	margin-right: 5px;
	background-image: url(/includes/public/assets/images/online_store_icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.header .topnav.secondary_nav li:first-child{
  margin-left: 0;
}
.header .topnav.secondary_nav li.active a{
  color: #2eb5e8;
}

.header .topnav.secondary_nav a{
	float: left;
	clear: both;
	color: #fff;
	text-transform: uppercase;
	transition:color .5s;
}
.header .topnav.secondary_nav a:hover, 
.header .topnav.secondary_nav a:focus{
	text-decoration: none;
	color: #2eb5e8;
}

.breadcrumb-container {height: 7.5em; background: #fbd100; font-family:'DIN Next LT W04 Light'; text-transform: uppercase; color: #000; padding-top: 1.4em; width: 100%;}
.breadcrumb-container.no-bg { background: transparent; }
.breadcrumb a:link, .breadcrumb a:visited {color: #000; text-decoration: none;}
.breadcrumb a:hover, .breadcrumb a:active {color: #fff;	text-decoration: none;}
.breadcrumb, .breadcrumb ul {float: left; margin: 0; padding: 0;}
.breadcrumb ul {padding-left: 1em; list-style-type: none;}
.breadcrumb li {
	border-right: solid 1px #fff;
	color: #000;
	float: left; 
	font-weight: 700; 
	font-size: 0.87em; 
	line-height: 18px;
	text-transform: uppercase;
	margin-top: 6px;
	padding: 0 0.75em;
}
.breadcrumb li.head {border: 0; margin: 0; padding: 0;}
.breadcrumb li:last-child {border: 0;}
.breadcrumb li a {border-bottom: solid 1px #000; display: block; text-decoration: none; line-height: 18px;}

/*tertiary nav*/

.tertiarynav{
    position: relative;
    z-index: 101;
    width: 300px;
}

.tertiarynav .tertiary-head{
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-family:'DIN Next LT W04 Bold';
    font-style: normal;
    padding-left: 10px;
    padding-bottom: 0px;
    cursor: pointer;
}

.tertiarynav .tertiary-head.open{
}

.tertiarynav .tertiary-head span{
    padding-left: 5px;
    font-size: 15px;
    position: relative;
    bottom: 1px;
}


.tertiarynav ul.expandable{
    list-style-type: none;
    background-color: rgba(251,209,0,0.95);
    padding-top: 15px;
    display: none;
}

.tertiarynav ul.expandable li{
    margin-bottom: 10px;
}

.tertiarynav ul.expandable li a{
    color: #252326;
    display: block;
    font-size: 15px;
    padding: 0px 0px 0px 10px;
    font-weight: bold;
}
.tertiarynav ul.expandable li span.child-opener{
    float: right;
}
.tertiarynav ul.expandable li span.child-opener i.fa{
    position: relative;
    bottom: 21px;
    right: 15px;
    cursor: pointer;
}


.tertiarynav ul.expandable li:hover > a{
    background-color: #f3f3f3;
	text-decoration: none;
}


.sidenav {overflow: hidden; margin-bottom: 2em;}
.sidenav h2 {display: inline-block; background-color: #0165a0; padding: 0.1em 1.25em; line-height: 1.4; margin-bottom: 1em;}
.sidenav h2 span {position: relative; z-index: 100; color: #fff; font-weight: 900; font-size: 0.85em; font-family: 'DIN Next LT W04 Bold';}

.sidenav ul {list-style-type: none; margin: 0; padding: 0; border-left: 8px solid #fee149;}
.sidenav ul:before {
    content: ""; 
    display: block;  
    width: 10%; 
    margin-bottom: 0.75em;
    border-bottom: 8px solid #fee149; 
}
.sidenav ul:after {
    content: ""; 
    display: block;  
    width: 10%; 
    border-bottom: 8px solid #fee149; 
}
.sidenav ul li {line-height: 1.4; padding-left: 1em; margin-bottom: 0.75em;}
.sidenav ul li a {
	color: #252326; 
	font-size: 1.1em; 
  font-weight: 600;
  text-transform: uppercase;
	padding: 0.5em 0.4375em 0.4375em 0.7em; 
}
.sidenav ul li a.active, .sidenav ul li a:hover {background: #fee149; color: #252326; text-decoration: none; }

.footer-nav ul {list-style-type: none; margin: 0; padding: 0 0.75em 0 0; float: left; width: 30%;}
.footer-nav ul li {margin-bottom: 0.25em;}
.footer-nav ul li a {color: #fff; font-weight: 700;}

.sitemap .treeview {list-style: none; margin: 4px 0 0; padding: 0;}
.sitemap .treeview li {background: url(/includes/public/assets/images/treeview-default-line.gif) 0 0 no-repeat; margin: 0; padding: 3px 0 3px 16px;}
.sitemap .treeview li a {display: inline-block; padding-left: 5px;}
.sitemap .treeview li:last-child {background-position: 0 -1766px;}
.sitemap li.tree-expand, .sitemap li.tree-collapse {background-position: 0 -176px;}
.sitemap .treeview li .tree-hitarea {
	background: url(/includes/public/assets/images/treeview-default.gif) no-repeat;
	cursor: pointer;
	float: left;
	height: 16px;
	width: 16px;
	margin-left: -16px;
}
.sitemap .treeview li .tree-hitarea.expand {background-position: -80px -3px;}
.sitemap .treeview li .tree-hitarea.collapse {background-position: -64px -25px;}


/*** mobile ***/
@media only screen and (max-width: 40em) { 
	.sidenav {display: none;}
	.footer-nav {text-align: center;}
	.footer-nav ul {float: none; width: 100%;}
  .footer-nav ul li {margin-bottom: 1em;}
  .header-inner-container .header-left {
    justify-content: left;
  }
  .header-inner-container .logo img {
    max-width: none;
    min-height: none; 
  }
}

/*** tablet ***/
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
  .sidenav {display: none;}
  .header-inner-container .header-left {
    justify-content: left;
  }
  .header-inner-container .logo img {
    max-width: none;
    min-height: none; 
  }
  
}

@media only screen and (max-width: 1139px) {  
  .sidenav ul li a {
    font-size: 0.8em;
  }
}

/*** desktop ***/
@media only screen and (min-width: 64.063em) { 	

}



/* Animation classes for moving out and in - THERE ARE MORE OPTIONS THAN WHAT IS BELOW */

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimOut2 {
  0% { }
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut2 {
  0% { }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 1;
  }
}

@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
  }
}

/* t - 239323 */
.mainnav ul.dropdown li.show_more_toggle{font-family:'DIN Next LT W04 Light'; border-bottom: none; text-transform: uppercase;}
.mainnav ul.dropdown li.show_more_toggle > a{color: #fbd100; text-decoration: none; font-weight: bold; font-size: 1.15em;}
.mainnav ul.dropdown li.show_more_toggle > a:hover{color: #29dbe7; text-decoration: none;}

/* t - 257457 */
.sidenav h2.sidenav-head a{display: block; color:#000; text-decoration: none; position: relative; z-index: 1; text-transform: uppercase;}

/* mm menu helper styles */
div[data-secondarynav-wrapper]{display: none;}

/* mm menu styles */
#btn_open_menu{
	position: absolute; 
	right: 10px; 
	top: 38px; 
}
#btn_open_menu .atn-icon{
	font-size: 30px;
	color: #fff;
	transition: color .5s;
}
#btn_open_menu .atn-icon:hover,
#btn_open_menu .atn-icon:focus{
	color:#30caff;
}
#cnt_main_nav .primary-nav-container{
	position: relative;
}
#cnt_main_nav h4.nav_explanation{
	position: absolute;
	top:-23px;
	right:8px;
	z-index: 11;
	font-size:.65em; 
	text-transform: uppercase;
	color:#fff;
}
#cnt_main_nav ul[data-sv-secondarynav]{padding-top: 10px;}
#cnt_main_nav .nav-title {
    margin: 0px -15px;
    padding: 0px 15px 0px;
    background-color: #034f84;
}
#cnt_main_nav .mm-panels > .mm-panel:not(.contents) {
	margin-top: 100px;
}
#cnt_main_nav .mm-panels > .mm-panel.mm-hasnavbar{padding-top: 0;}
#cnt_main_nav .mm-panels > .mm-panel.mm-hasnavbar.contents{padding-top: 15px;}
#cnt_main_nav .mm-panels > .mm-panel.mm-hasnavbar.mm-subopened.contents{overflow: visible;}
#cnt_main_nav form[data-sv-searchform]{
	position: relative;
	flex: 1;
	margin-left: 20px;
}
#cnt_main_nav form[data-sv-searchform]:after{
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -2px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	line-height: 1em;
	color: #fbd100;
	transform: translateY(-50%);
	content: "\f002"; 
}
#cnt_main_nav form[data-sv-searchform] input[type=text]{
	margin: 0;
	padding-right: 30px;
	width: 100%;
	background: #Fff;
	border: 1px solid #e8e8e8;
	box-shadow: none;
	text-align: left;
	text-transform: uppercase;
  color:#000;
  line-height: 1.2em;
}

#cnt_main_nav form[data-sv-searchform] ::-webkit-input-placeholder{
  color: #ccc;
  text-align: left;
  font-family: 'DIN Next LT W04 Bold';
  font-size: 22px;
}
#cnt_main_nav form[data-sv-searchform] ::-moz-placeholder{
  color: #ccc;
  text-align: left;
  font-family: 'DIN Next LT W04 Bold';
  font-size: 22px;
}
#cnt_main_nav form[data-sv-searchform] :-ms-input-placeholder{
  color: #ccc;
  text-align: left;
  font-family: 'DIN Next LT W04 Bold';
  font-size: 22px;
}
#cnt_main_nav form[data-sv-searchform] :-moz-placeholder{
  color: #ccc;
  text-align: left;
  font-family: 'DIN Next LT W04 Bold';
  font-size: 22px;
}
#cnt_main_nav{display: none;}
#cnt_main_nav li a i.fa-angle-right{display: none;}
#cnt_main_nav.mm-menu{
	display: block;
    width: 100%;
    max-width: 425px;
    background: #000;
}
#cnt_main_nav.mm-menu .btn-close-menu a{
	display: block;
	overflow: hidden;
	font-size: 40px;
	line-height: 1em;
	text-align: center;
	color: #fbd100;
	transition: color .5s;
}
#cnt_main_nav.mm-menu .btn-close-menu a:hover,
#cnt_main_nav.mm-menu .btn-close-menu a:focus{
	color:#30caff;
}
.main-navbar-container{display: none;}
.mm-menu .mm-panels .mm-panel {
    margin: 0;
    padding: 0;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {margin-top:  0 !important;}

.mm-panels > .mm-panel .dl-submenu.mm-listview .item-main.first {
	margin-bottom: 20px;
}
.mm-panels > .mm-panel .dl-submenu.mm-listview .item-main.first a {
	color: #fbd100;
  font-size: 40px;
  line-height: 1.25;
}
.mm-panels > .mm-panel .dl-submenu.mm-listview .item-main.first a > span {
	border-bottom: 4px solid white;
}
.mm-panels > .mm-panel:before,
.mm-panels > .mm-panel:after {height: auto !important;}
.mm-menu .mm-panels .mm-panel.contents .mm-navbar {
    display: none;
}
.mm-menu .mm-panels .mm-panel .mm-navbar {
	display: inline-block;
    padding: 0;
    height: auto;
    text-align: left;
	margin-bottom: 20px;
	margin-left: 15px;
    border: 0;
    padding: 0;
    line-height: 1.2;
    border-radius: 0;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    background: #fbd100;
}
.mm-menu .mm-panels .mm-panel .mm-navbar a {
    display: block;
    margin: 0;
    padding: 0;
    overflow: visible;
    white-space: inherit;
    text-overflow: inherit;
}
.mm-menu .mm-panels .mm-panel .mm-navbar a:not(.mm-prev) {
    padding: 7px 15px 7px 30px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1rem;
	color: #373a36;
    text-transform: uppercase;
}
.mm-menu .mm-panels .mm-panel .mm-navbar .mm-prev {
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    height: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mm-menu .mm-panels .mm-panel .mm-navbar .mm-prev:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0px;
    width: 0px;
    border-top: 9px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 16px solid #000;
    margin: 0;
    -moz-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    -webkit-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%);
}
.mm-menu .mm-panels .mm-panel .mm-navbar .mm-prev:before {border: 0 none;}
.mm-menu .mm-panels .mm-panel .mm-navbar .mm-title {
    position: relative;
}
.mm-menu .mm-panels .mm-panel .mm-navbar:hover,
.mm-menu .mm-panels .mm-panel .mm-navbar:active,
.mm-menu .mm-panels .mm-panel .mm-navbar:focus {
    background: #cfeef9;
}
.noheader .main-navbar-container .actions-container .action.action-menu a .atn-text p,
.main-navbar-container:hover .actions-container .action.action-menu a .atn-text p {
    color: #707d7c;
}
.noheader .main-navbar-container .actions-container .action.action-menu a:hover .atn-text p,
.main-navbar-container:hover .actions-container .action.action-menu a:hover .atn-text p {
    color: #009ddc;
}
.mm-menu .mm-panels .mm-panel ul[data-sv-secondarynav] li {
	border-bottom: none;
}
.mm-menu .mm-panels .mm-panel ul[data-sv-secondarynav] li:last-child{
	margin-bottom: none;
}
.mm-menu .mm-panels .mm-panel ul li {
    position: relative;
    display: block;
}
.mm-menu .mm-panels .mm-panel ul li a {
    display: block;
    padding: 0;
    margin: 0;
    overflow: visible;
    white-space: inherit;
    text-overflow: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mm-menu .mm-panels .mm-panel ul li a:after,
.mm-menu .mm-panels .mm-panel ul li a:before {
    display: none;
}
.mm-menu .primary-nav-container li:last-child a > span {
	position: relative;
	color: black;
	padding: 0px 12px;
	background-image: url(/includes/public/assets/images/ticket-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.mm-menu [data-sv-secondarynav] .item-top.last a:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	height: 25px;
	width: 25px;
	background-image: url(/includes/public/assets/images/online_store_icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.mm-menu .mm-panels .mm-panel ul li.ot a {
  color: #ffdf00 !important;
}
.mm-menu .mm-panels .mm-panel ul li.ot a:hover {
  color: #2eb5e8 !important;
}

.mm-menu .mm-panels .mm-panel ul li a:not(.mm-next) {
    padding: 5px 45px 5px 15px;
    font-size: 34px;
    font-family: 'DIN Next LT W04 Bold';
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.mm-menu .mm-panels .mm-panel ul[data-sv-secondarynav] li a:not(.mm-next) {
	line-height: 1;
}

/* .mm-menu .mm-panels .mm-panel ul[data-sv-secondarynav] li.last a:not(.mm-next) { color: #fbd100; } */

.mm-menu .mm-panels .mm-panel ul li .mm-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 55px;
    height: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* .mm-menu .mm-panels .mm-panel ul[data-sv-secondarynav] li .mm-next:after {
	border-left: 16px solid #ffe848;
} */
.mm-menu .mm-panels .mm-panel ul li .mm-next:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    width: 20px;
    margin: 0;
    background-image: url(/includes/public/assets/images/mobile_nav_arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    border: none;
}

/* .mm-menu .mm-panels .mm-panel ul li .mm-next:after {
    content: "+";
} */

.mm-menu .mm-panels .mm-panel ul li:after,
.mm-menu .mm-panels .mm-panel ul li:before {
    display: none;
}
.mm-menu .mm-panels .mm-panel ul[data-sv-secondarynav] li:first-child {
	border: none;
}
.mm-menu .mm-panels .content-head {
	display: flex;
    padding: 20px 15px 0;
    width: 100%;
    background: #000;
}
.mm-menu .mm-panels .content-body {
	margin-top: 20px;
}
.mm-menu .mm-panels .nav-title h3 {
    padding: 0px;
	max-width: 100%;
    overflow: hidden;
    font-size: 1.75125rem;
    font-weight: bold;
    line-height: 1.9;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* color: #ffdf00; */
    color: #fff;
    text-transform: uppercase;
}

/* Hide secondary nav from header template */
.secondary-nav-hide {display: none;}

.mm-menu .mm-panels .primary-nav-container {
	margin-bottom: 0px;
}

.mm-menu .mm-panels .primary-nav-container:after {
	content: "";
	display: inline-block;
	margin-left: 15px;
	height: 4px;
	width: 65%;
	background-color: white;
}

.mm-menu .mm-panels .secondary-nav-container {
    margin-bottom: 30px;
}
.mm-menu .mm-panels .secondary-nav-container ul li {
    position: relative;
    display: block;
    border: 0;
    margin-bottom: 10px;
}
.mm-menu .mm-panels .secondary-nav-container ul li a {
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mm-menu .mm-panels .secondary-nav-container ul li a:hover,
.mm-menu .mm-panels .secondary-nav-container ul li a:active,
.mm-menu .mm-panels .secondary-nav-container ul li a:focus {
    background: #dde0de !important;
}
.mm-menu .mm-panels .secondary-nav-container ul li a:not(.mm-next) {
    display: block;
    padding: 9px 30px;
    background: #eaeceb;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: #373a36;
}
.mm-menu .mm-panels .secondary-nav-container ul li .mm-next {
    position: absolute;
    z-index: 5;
    background: #eaeceb;
    border-left: 3px solid #fff;
}
.mm-menu .mm-panels .secondary-nav-container ul li .mm-next:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0px;
    width: 0px;
    border-top: 9px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 16px solid #000;
    margin: 0;
    -moz-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    -webkit-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%);
}
.mm-menu .mm-panels .secondary-nav-container ul li:after {
    display: none;
}
.mm-menu .mm-panels .secondary-nav-container ul li:last-child {
    margin-bottom: 0;
}
.mm-menu .mm-panels .secondary-nav-container ul li:first-child {
    border: 0;
}
.mm-menu .mm-panels .sub-secondary-nav-container ul li {
    border: 0 !important;
}
.mm-menu .mm-panels .sub-secondary-nav-container ul li a {
    display: block;
    padding: 13px 30px;
    padding-bottom: 15px;
    border: 1px solid #fff;
    border-left: 0;
    border-right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mm-menu .mm-panels .sub-secondary-nav-container ul li a:before,
.mm-menu .mm-panels .sub-secondary-nav-container ul li a:after {
    content: " ";
    display: table;
}
.mm-menu .mm-panels .sub-secondary-nav-container ul li a:after {
    clear: both;
}
.mm-menu .mm-panels .sub-secondary-nav-container ul li a [class^="link"] {
    float: left;
}
.mm-menu .mm-panels .sub-secondary-nav-container ul li a p {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #707d7c;
}
.mm-menu .mm-panels .sub-secondary-nav-container ul li a .link-text {
    margin-top: 15px;
    margin-left: 15px;
}
.mm-menu .mm-panels .sub-secondary-nav-container ul li a:hover,
.mm-menu .mm-panels .sub-secondary-nav-container ul li a:active,
.mm-menu .mm-panels .sub-secondary-nav-container ul li a:focus {
    background: #eaeceb;
}
.mm-panels>.mm-panel:before, .mm-panels>.mm-panel:after {
    display: none;
}
#cnt_main_nav .mm-prev:before{
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0px;
    width: 0px;
    border-top: 7px solid transparent;
    border-right: 10px solid #000;
    border-bottom: 7px solid transparent;
    border-left: 10px solid transparent;
    margin: 0;
    -moz-transform: translate(-75%, -50%);
    -ms-transform: translate(-75%, -50%);
    -webkit-transform: translate(-75%, -50%);
    transform: translate(-75%, -50%);
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin: 0;
}
.mm-panels>.mm-panel>.mm-listview {
    margin: 0;
}
.contents.mm-panel.mm-subopened {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}
.contents.mm-panel.mm-hidden {
    display: block !important;
}


@media only screen and (max-width: 40em) { 
	#cnt_main_nav.mm-menu{
	    max-width: 100%;
	}

	#cnt_main_nav form[data-sv-searchform]{
		flex: 1;
		background: none;
		margin-left: 20px;
		max-width: none;
	}
}
