/* CORE STYLES */


.navigation {
      width: 100%;
      /* height: 70px; */
      display: table;
      font-family: inherit;
      background-color: #ffffff;
    }

    .navigation * {
      box-sizing: border-box;
      -webkit-tap-highlight-color: transparent;
    }

    .navigation-portrait {
      height: 48px;
    }

    .navigation-fixed {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 19998;
    }

    .navigation-hidden {
      width: 0 !important;
      height: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
    }

    .align-to-right {
      float: right;
    }

    .nav-header {
      float: left;
    }

    .navigation-hidden .nav-header {
      display: none;
    }



    .navigation-portrait .nav-brand {
      font-size: 18px;
      line-height: 48px;
    }

    .nav-logo > img {
      height: 48px;
      margin: 11px auto;
      padding: 0 15px;
      float: left;
    }

    .nav-logo:focus > img {
      outline: initial;
    }

    .navigation-portrait .nav-logo > img {
      height: 36px;
      margin: 6px auto 6px 15px;
      padding: 0;
    }

    .nav-toggle {
      width: 30px;
      height: 30px;
      padding: 6px 2px 0;
      position: absolute;
      top: 50%;
      margin-top: -14px;
      right: 15px;
      display: none;
      cursor: pointer;
    }

    .nav-toggle:before {
      content: "";
      position: absolute;
      width: 24px;
      height: 2px;
      background-color: #70798b;
      border-radius: 10px;
      box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
    }

    .navigation-portrait .nav-toggle {
      display: block;
    }

    .navigation-portrait .nav-menus-wrapper {
      width: 320px;
      height: 100%;
      top: 0;
      left: -400px;
      position: fixed;
      background-color: #ffffff;
      z-index: 20000;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      -webkit-transition-duration: .8s;
      transition-duration: .8s;
      -webkit-transition-timing-function: ease;
      transition-timing-function: ease;
    }

    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
      left: auto;
      right: -400px;
    }

    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
      left: 0;
    }

    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
      left: auto;
      right: 0;
    }

    .nav-menus-wrapper-close-button {
      width: 30px;
      height: 40px;
      margin: 10px 7px;
      display: none;
      float: right;
      color: #70798b;
      font-size: 26px;
      cursor: pointer;
    }

    .navigation-portrait .nav-menus-wrapper-close-button {
      display: block;
    }

    .nav-menu {
      margin: 0;
      padding: 0;
      list-style: none;
      line-height: normal;
      font-size: 0;
    }

    .navigation-portrait .nav-menu {
      width: 100%;
    }

    .nav-menu > li {
      display: inline-block;
      text-align: left;
    }

    .navigation-portrait .nav-menu > li {
      width: 100%;
      position: relative;
      border-top: solid 1px #f0f0f0;
    }

    .navigation-portrait .nav-menu > li:last-child {
      border-bottom: solid 1px #f0f0f0;
    }

    .nav-menu + .nav-menu > li:first-child {
      border-top: none;
    }

    .nav-menu > li > a {
      padding: 6px 3px;
      display: inline-block;
      text-decoration: none;
      font-size: 14px;
      color: #111;
      -webkit-transition: color 0.3s, background 0.3s;
      transition: color 0.3s, background 0.3s;
      letter-spacing: 0.03em !important;
      font-family: "Varela","HelveticaNeue","Helvetica Neue",sans-serif;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      cursor: default;
	  white-space: nowrap;
	  position: relative;
    }

    .navigation-portrait .nav-menu > li > a {
      width: 100%;
      height: auto;
      padding: 12px 15px 12px 26px;
    }

    .nav-menu > li:hover > a,
    .nav-menu > li.active > a,
    .nav-menu > li.focus > a {
      cursor: pointer;
    }

    .nav-menu > li > a > i,
    .nav-menu > li > a > [class*="ion-"] {
      width: 18px;
      height: 16px;
      line-height: 16px;
      -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
      transform: scale(1.4);
    }

    .nav-menu > li > a > [class*="ion-"] {
      width: 16px;
      display: inline-block;
      -webkit-transform: scale(1.8);
      -ms-transform: scale(1.8);
      transform: scale(1.8);
    }

    .navigation-portrait .nav-menu.nav-menu-social {
      width: 100%;
      text-align: center;
    }

    .nav-menu.nav-menu-social > li {
      text-align: center;
      float: none;
      border: none !important;
    }

    .navigation-portrait .nav-menu.nav-menu-social > li {
      width: auto;
    }

    .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
      font-size: 12px;
    }

    .nav-menu.nav-menu-social > li > a > .fa {
      font-size: 14px;
    }

    .navigation-portrait .nav-menu.nav-menu-social > li > a {
      padding: 15px;
    }

    .submenu-indicator {
      margin-left: 6px;
      margin-top: 6px;
      float: right;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      display: none;
    }

    .navigation-portrait .submenu-indicator {
      width: 54px;
      height: 44px;
      margin-top: 0;
      position: absolute;
      top: 0;
      right: 0;
      text-align: center;
      z-index: 20000;
    }

    .submenu-indicator-chevron {
      height: 6px;
      width: 6px;
      display: block;
      border-style: solid;
      border-width: 0 1px 1px 0;
      border-color: transparent #70798b #70798b transparent;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: border 0.3s;
      transition: border 0.3s;
    }

    .navigation-portrait .submenu-indicator-chevron {
      position: absolute;
      top: 18px;
      left: 24px;
    }

    .nav-menu > li:hover > a .submenu-indicator-chevron,
    .nav-menu > .active > a .submenu-indicator-chevron,
    .nav-menu > .focus > a .submenu-indicator-chevron {
      border-color: transparent #ff7139 #ff7139 transparent;
    }

    .navigation-portrait .submenu-indicator.submenu-indicator-up {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }

    .nav-overlay-panel {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: fixed;
      display: none;
      z-index: 19999;
    }

    .no-scroll {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

    /* SEARCH PANEL */
    .nav-search {
      height: 70px;
      float: right;
      z-index: 100001;
    }

    .navigation-portrait .nav-search {
      height: 48px;
      padding: 0 10px;
      margin-right: 52px;
    }

    .navigation-hidden .nav-search {
      display: none;
    }

    .nav-search-button {
      width: 70px;
      height: 40px;
      line-height: 70px;
      text-align: center;
      cursor: pointer;
      background-color: #fff;
	}

	#bold-navigation .header-bar__search-submit {
    max-width: 40px;
    right: 50px;
    height: 37px;
	}

	#bold-navigation span.icon.icon-search.mm-hassearch:before {
		color: #111;
	}

	#boldMobileNav span.icon.icon-search:before {
		color: #111 !important;
	}

	#boldMobileNav ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		color: #111 !important;
	}

	  #boldMobileNav ::-moz-placeholder { /* Firefox 19+ */
		color: #111 !important;
	  }

	  #boldMobileNav :-ms-input-placeholder { /* IE 10+ */
		color: #111 !important;
	  }

	  #boldMobileNav :-moz-placeholder { /* Firefox 18- */
		color: #111 !important;
	  }

	#bold-navigation .nav-search > form {
		height: auto;
	}

	#bold-navigation .nav-search-close-button {
    top: 26px;
    right: 10px;
	}


	#bold-navigation li.is-search-icon a .nav-search-button  {
		line-height: 1em;
	}
    .navigation-portrait .nav-search-button {
      width: 50px;
      height: 48px;
      line-height: 46px;
      font-size: 22px;
    }

    .nav-search-icon {
      width: 14px;
      height: 14px;
      margin: 2px 8px 8px 4px;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      color: #70798b;
      text-align: left;
      text-indent: -9999px;
      border: 2px solid;
      border-radius: 50%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: color 0.3s;
      transition: color 0.3s;
    }

    .nav-search-icon:after, .nav-search-icon:before {
      content: '';
      pointer-events: none;
    }

    .nav-search-icon:before {
      width: 2px;
      height: 11px;
      top: 11px;
      position: absolute;
      left: 50%;
      border-radius: 0 0 1px 1px;
      box-shadow: inset 0 0 0 32px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
    }

    .nav-search-button:hover .nav-search-icon {
      color: #ff7139;
    }

    .nav-search > form {
      width: 100%;
      height: 100%;
      padding: 0 auto;
      position: absolute;
      left: 0;
      top: 50px;
      background-color: #ffffff;
	  z-index: 99;
	  -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.4);
	  -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.4);
	  box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.4);
    }

    .nav-search-inner {
      width: 70%;
      margin: auto;
      display: table;
      padding: 20px 0;
      height: auto;
    }

    .navigation-portrait .nav-search-inner {
      height: 48px;
    }

    .nav-search-inner input[type=text],
    .nav-search-inner input[type=search] {
      height: 70px;
      width: 100%;
      margin: 0;
      padding: 0 12px;
      font-size: 26px;
      text-align: left;
      color: #70798b;
      outline: none;
      /* line-height: 70px; */
      border: none;
      background-color: transparent;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }

    .navigation-portrait .nav-search-inner input[type=text],
    .navigation-portrait .nav-search-inner input[type=search] {
      height: 48px;
      font-size: 18px;
      line-height: 48px;
    }

    .nav-search-close-button {
      width: 28px;
      height: 28px;
      display: block;
      position: absolute;
      right: 20px;
      top: 20px;
      line-height: normal;
      color: #70798b;
      font-size: 20px;
      cursor: pointer;
      text-align: center;
    }

    .navigation-portrait .nav-search-close-button {
      top: 10px;
      right: 14px;
    }

    /* NAVIGATION BUTTON */
    .nav-button {
      margin: 18px 15px 0;
      padding: 8px 14px;
      display: inline-block;
      color: #fff;
      font-size: 14px;
      text-align: center;
      text-decoration: none;
      border-radius: 4px;
      background-color: #ff7139;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
    }

    .nav-button:hover, .nav-button:focus {
      color: #ff7139;
      text-decoration: none;
    }

    .navigation-portrait .nav-button {
      width: calc(100% - 52px);
      margin: 17px 26px;
    }

    /* NAVIGATION TEXT */
    .nav-text {
      margin: 25px 15px;
      display: inline-block;
      color: #70798b;
      font-size: 14px;
    }

    .navigation-portrait .nav-text {
      width: calc(100% - 52px);
      margin: 12px 26px 0;
    }

    .navigation-portrait .nav-text + ul {
      margin-top: 15px;
    }

    /* DROPDOWN EXTENSION */
    .nav-dropdown {
      min-width: 180px;
      margin: 0;
      padding: 0;
      display: none;
      position: absolute;
      list-style: none;
      z-index: 98;
      white-space: nowrap;
    }

    .navigation-portrait .nav-dropdown {
      width: 100%;
      position: static;
      left: 0;
    }

    .nav-dropdown .nav-dropdown {
      left: 100%;
    }

    .nav-menu > li > .nav-dropdown {
      border-top: solid 1px #f0f0f0;
    }

    .nav-dropdown > li {
      width: 100%;
      float: left;
      clear: both;
      position: relative;
      text-align: left;
    }

    .nav-dropdown > li > a {
      width: 100%;
      padding: 16px 20px;
      display: inline-block;
      text-decoration: none;
      float: left;
      font-size: 13px;
      color: #70798b;
      background-color: #fdfdfd;
      -webkit-transition: color 0.3s, background 0.3s;
      transition: color 0.3s, background 0.3s;
    }

    .nav-dropdown > li:hover > a,
    .nav-dropdown > li.focus > a {
      color: #ff7139;
    }

    .nav-dropdown.nav-dropdown-left {
      right: 0;
    }

    .nav-dropdown > li > .nav-dropdown-left {
      left: auto;
      right: 100%;
    }

    .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
      text-align: right;
    }

    .navigation-portrait .nav-dropdown > li > a {
      padding: 12px 20px 12px 30px;
    }

    .navigation-portrait .nav-dropdown > li > ul > li > a {
      padding-left: 50px;
    }

    .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
      padding-left: 70px;
    }

    .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
      padding-left: 90px;
    }

    .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
      padding-left: 110px;
    }

    .nav-dropdown .submenu-indicator {
      right: 15px;
      top: 16px;
      position: absolute;
    }

    .navigation-portrait .nav-dropdown .submenu-indicator {
      right: 0;
      top: 0;
    }

    .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    .nav-dropdown > li:hover > a .submenu-indicator-chevron,
    .nav-dropdown > .focus > a .submenu-indicator-chevron {
      border-color: transparent #ff7139 #ff7139 transparent;
    }

    .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
      left: 10px;
    }

    .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
    }

    /* HORIZONTAL DROPDOWN EXTENSION */
    .nav-dropdown-horizontal {
      width: 100%;
      left: 0;
      background-color: #fdfdfd;
      border-top: solid 1px #f0f0f0;
    }

    .nav-dropdown-horizontal .nav-dropdown-horizontal {
      width: 100%;
      top: 100%;
      left: 0;
    }

    .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
      border-top: none;
    }

    .nav-dropdown-horizontal > li {
      width: auto;
      clear: none;
      position: static;
    }

    .navigation-portrait .nav-dropdown-horizontal > li {
      width: 100%;
    }

    .nav-dropdown-horizontal > li > a {
      position: relative;
    }

    .nav-dropdown-horizontal .submenu-indicator {
      height: 18px;
      top: 11px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
    }

    .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
      height: 42px;
      top: 0;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }

    /* MEGAMENU EXTENSION */
    .megamenu-panel {
      width: 100%;
      padding: 30px;
      display: none;
      position: absolute;
      font-size: 14px;
      z-index: 100001;
      text-align: left;
      color: inherit;
      border-top: solid 0px #f0f0f0;
      background-color: #fff;
      left:0px;
    }

    .navigation-portrait .megamenu-panel {
      padding: 25px;
      position: static;
      display: block;
    }

    .megamenu-panel [class*="container"] {
      width: 100%;
    }

    .megamenu-panel [class*="container"] [class*="col-"] {
      padding: 0;
    }

    .megamenu-panel-half {
      width: 50%;
    }

    .megamenu-panel-quarter {
      width: 25%;
    }

    .navigation-portrait .megamenu-panel-half,
    .navigation-portrait .megamenu-panel-quarter {
      width: 100%;
    }

    /* GRID */
    .megamenu-panel-row {
      width: 100%;
    }

    .megamenu-panel-row:before, .megamenu-panel-row:after {
      display: table;
      content: "";
      line-height: 0;
    }

    .megamenu-panel-row:after {
      clear: both;
    }

    .megamenu-panel-row [class*="col-"] {
      display: block;
      min-height: 20px;
      float: left;
      margin-left: 3%;
    }

    .megamenu-panel-row [class*="col-"]:first-child {
      margin-left: 0;
    }

    .navigation-portrait .megamenu-panel-row [class*="col-"] {
      float: none;
      display: block;
      width: 100% !important;
      margin-left: 0;
      margin-top: 15px;
    }

    .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
      margin-top: 0;
    }

    .megamenu-panel-row .col-1 {
      width: 5.583333333333%;
    }

    .megamenu-panel-row .col-2 {
      width: 14.166666666666%;
    }

    .megamenu-panel-row .col-3 {
      width: 22.75%;
    }

    .megamenu-panel-row .col-4 {
      width: 31.333333333333%;
    }

    .megamenu-panel-row .col-5 {
      width: 39.916666666667%;
    }

    .megamenu-panel-row .col-6 {
      width: 48.5%;
    }

    .megamenu-panel-row .col-7 {
      width: 57.083333333333%;
    }

    .megamenu-panel-row .col-8 {
      width: 65.666666666667%;
    }

    .megamenu-panel-row .col-9 {
      width: 74.25%;
    }

    .megamenu-panel-row .col-10 {
      width: 82.833333333334%;
    }

    .megamenu-panel-row .col-11 {
      width: 91.416666666667%;
    }

    .megamenu-panel-row .col-12 {
      width: 100%;
    }

    /* MEGAMENU TABS */
    .megamenu-tabs {
      width: 100%;
      float: left;
      display: block;
    }

    .megamenu-tabs-nav {
      width: 20%;
      margin: 0;
      padding: 0;
      float: left;
      list-style: none;
    }

    .navigation-portrait .megamenu-tabs-nav {
      width: 100%;
    }

    .megamenu-tabs-nav > li > a {
      width: 100%;
      padding: 10px 16px;
      float: left;
      font-size: 13px;
      text-decoration: none;
      color: #70798b;
      border: solid 1px #eff0f2;
      outline: 0;
      background-color: #ffffff;
      -webkit-transition: background 0.3s;
      transition: background 0.3s;
    }

    .megamenu-tabs-nav > li.active a,
    .megamenu-tabs-nav > li:hover a {
      background-color: #f5f5f5;
    }

    .megamenu-tabs-pane {
      width: 80%;
      min-height: 30px;
      padding: 20px;
      float: right;
      display: none;
      opacity: 0;
      font-size: 13px;
      color: #70798b;
      border: solid 1px #eff0f2;
      background-color: #ffffff;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s;
    }

    .megamenu-tabs-pane.active {
      display: block;
      opacity: 1;
    }

    .navigation-portrait .megamenu-tabs-pane {
      width: 100%;
    }

    /* MEGAMENU LIST */
    .megamenu-lists {
      width: 100%;
      display: table;
    }

    .megamenu-panel .megamenu-lists:first-child {
      padding-left:0px;
    }

    .nav-menu .megamenu-panel .megamenu-lists > div:first-of-type .megamenu-list {
      padding-left: 0px !important;
    }

    /* The list */
    .megamenu-list {
      width: 100%;
      margin: 0 0 15px;
      padding: 0;
      display: inline-block;
      float: left;
      list-style: none;
    }

    ul.megamenu-list {
      padding-left: 20px;
    }

    .megamenu-list:last-child {
      margin: 0;
      border: none;
    }

    .megamenu-list {
      padding-bottom: 20px;
      border-right: solid 1px #f0f0f0;
    }

    .navigation-landscape .megamenu-list:last-child {
      border: none;
    }

    .megamenu-list > li > a {
      width: 100%;
      padding: 2px 15px;
      display: inline-block;
      color: #111;
      text-decoration: none;
      font-size: 12px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }

    .megamenu-list > li > a:hover {
      color: #ff7139;
      background-color: #fff;
    }

    li.megamenu-list-title a:hover {
        color: #ff7139 !important;
        background-color: #fff;
               /* border-bottom: 1px solid #ff7139; */
       border-bottom: none !important;
    }

    .megamenu-list > li.megamenu-list-title {
      margin-bottom: 5px;
    }

    .megamenu-list > li.megamenu-list-title > a {
      font-size: 15px;
      font-weight: 300;
      text-transform: uppercase;
      opacity: 1;
      color: #111;
      font-family: "Kameron","Varela", "HelveticaNeue","Helvetica Neue",sans-serif;
    }

    ul.megamenu-list li:not(.megamenu-list-title) a {
      font-family: "Kameron","HelveticaNeue","Helvetica Neue",sans-serif;
    }

    .megamenu-list > li.megamenu-list-title > a:hover {
      opacity: 1;
      background-color: transparent;
    }

    .navigation-landscape .list-col-2 {
      width: 50%;
    }

    .navigation-landscape .list-col-3 {
      width: 33%;
    }

    .navigation-landscape .list-col-4 {
      width: 25%;
    }

    .nav-menus-wrapper{
  overflow-x: hidden;
  overflow-y: hidden;
}

.btn-show{
	padding: 10px 20px;
	color: #fff;
	cursor: pointer;
	border: none;
	background-color: #9fa7b0;
	transition: background .3s;
}
.btn-show:hover{
	background-color: #ff7139;
}

.info{
	padding-left: 15px;
	color: #111;
	font-size: 13px;
	text-align: center;
}
.info span{
	text-decoration: underline;
}

.zoom-in{
    -webkit-animation: zoomIn 400ms ease both;
    -moz-animation: zoomIn 400ms ease both;
    -o-animation: zoomIn 400ms ease both;
    animation: zoomIn 400ms ease both;
}
@-webkit-keyframes zoomIn {
    0% { -webkit-transform: scale(.6); }
    100% { -webkit-transform: scale(1); }
}
@keyframes zoomIn {
    0% { transform: scale(.6); }
    100% { transform: scale(1); }
}
.zoom-out{
    -webkit-animation: zoomOut 400ms ease both;
    -moz-animation: zoomOut 400ms ease both;
    -o-animation: zoomOut 400ms ease both;
    animation: zoomOut 400ms ease both;
}
@-webkit-keyframes zoomOut {
    0% { -webkit-transform: scale(1); }
    100% { -webkit-transform: scale(.6); }
}
@keyframes zoomOut {
    0% { transform: scale(1); }
    100% { transform: scale(.6); }
}

.navigation7{
	background-color: #9fa7b0;
}

ul.megamenu-list.third-column-image {
      text-align: center;
      padding-left: 15px;
}

ul.megamenu-list.third-column-image img {
      width: 80%;
}

ul.megamenu-list {
      border-right: 0 !important;
}

.megamenu-lists {
      display: flex;
}

.megamenu-list.list-col-4,
.megamenu-list.list-col-3 {
      justify-content: space-between;
      flex-wrap: wrap;
}

.navigation-landscape .megamenu-list {
      margin: 0;
      padding: 10px 0;
      border-right: solid 1px #ccc;
}

ul.megamenu-list li a {
      font-family: "Varela","HelveticaNeue","Helvetica Neue",sans-serif;
      text-transform: capitalize;
      letter-spacing: 0;
  }

  li.megamenu-list-title a {
      text-transform: capitalize !important;
 /*     border-bottom: 1px solid #111 */
            border-bottom: none;
      display: inline-block;
      width: auto;
      padding: 0;
  }


.unique-menu-selector {
      -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
      -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
      box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}


.nav-menu > li > a {
      border-bottom: 3px solid #fff;
}

.nav-menu > li.small-arrow-below  > a:hover,
.nav-menu > li.small-arrow-below.focus  > a {
      color: #ff7139;
      position: relative;
}

.nav-menu > li:not(.small-arrow-below)  > a:hover,
.nav-menu > li:not(.small-arrow-below).focus  > a {
      color: #ff7139;
}

.nav-menu > li > a {
      padding: 0 0 2px !important;
      margin: 0 10px 8px;
}

.nav-menu > li.small-arrow-below  > a:hover:before, .nav-menu > li.small-arrow-below.focus  > a:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    transform: rotate(45deg) translateX(-50%);
    top: 30px;
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
    z-index: 100002;
    left: 50%;
}


.site-header--sticky .nav-menu>li.small-arrow-below>a:hover:before,
.site-header--sticky .nav-menu>li.small-arrow-below.focus>a:before {
  top: 38px;
}


.site-header--sticky .site-nav .nav-menu {
  padding-top: 10px;
}

.site-header--sticky.site-header .header-navigation .site-nav .nav-menu>li>a {
  padding-bottom: 15px !important;
}

.header-navigation {
  position:relative;
}

.nav-menu-centered {
  justify-content: center !important;
}

.site-header.stuck .nav-menu {
  margin-top: 0px !important;
}

.site-nav {
      border: 0 !important;
}

li.is-house-icon a {
      line-height: 0;
      vertical-align: middle;
}

li.is-search-icon {
      position: relative;
      margin-bottom: 10px;

}

li.is-search-icon a {
  min-width: 15px;
}

.closing-the-snize {
  display: none !important;
}

.is-search-icon span.icon.icon-search {
      display: inline-block;
      position: absolute;
      right: -8px;
      top: -3px;
      width: 30px;
      height: 30px;
      z-index: 10;
      font-size: 16px;
  }

  .megamenu-panel h4 {
      font-family: "Varela","HelveticaNeue","Helvetica Neue",sans-serif;
      margin-bottom:10px;
  }

  .megamenu-list.list-col-3.image-column-here {
      padding-top: 0;
  }


  .image-column-here .image-title-label {
    display: block;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
  }



#bold-navigation  .nav-search {
	  width: 100%;
    position: absolute;
    right: 0;
    top: 35px;
    height: 37px;
    display: none;
}

#bold-navigation .nav-search-inner {
	width: 100%;
}

#bold-navigation .header-bar__search-input[type="text"] {
    width: 100%;
    padding-right: 110px;
    height: 37px;
    background: transparent;
    font-size: 14px;
    border: 0;
    padding-left: 40px;
    float: right;
}

span.textfield-border-illusion {
  width: 100%;
  height: 37px;
  display: block;
  border: 1px solid #d3d3d3;
  margin: 0 30px;
  max-width: calc(100% - 100px);
  background: #f7f7f7;
}

.nav-menu > li.focus.is-house-icon  > a,
.nav-menu > li.focus.is-house-icon  > a:hover,
.nav-menu > li.is-house-icon  > a:hover,
.nav-menu > li.is-house-icon  > a:hover path {
  border-bottom: 3px solid #fff !important;
  /* opacity: .4; */

  fill: #FF713B;
}





  @media only screen and (min-width: 769px) {
	#boldMobileNav {
		display: none !important;
  }


  .search-is-block {
    display: block !important;
  }

  }

  @media only screen and (max-width: 768px) {
      div#boldMobileNav {
		  background: #fff;
			z-index: 999999;
	  }


	#boldMobileNav .mm-navbars-top .mm-navbar {
		height: 160px;
	}


	#boldMobileNav .mm-search {
		position: absolute;
		top: 65px;
		width: 100%;
		left: 0;
	}

	#boldMobileNav .mm-search input {
		height: 55px !important;
		max-height: 55px;
		padding-left: 35px;
		color: #111;
	}

	#boldMobileNav .mm-menu .mm-search input {
		min-height: 40px;
		width: 100%;
	}

      #boldMobileNav .mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
          width: 13px;
          height: 13px;
      }

      #boldMobileNav .mm-clear:after,
      #boldMobileNav .mm-close:after {
          right: 27px;
          border: 0;
          /* border-color: #111; */
      }


	  #boldMobileNav .mm-clear:before,
	  #boldMobileNav .mm-close:before {
        right: 15px;
        content: '×';
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        font-size: 36px;
        width: 30px;
        height: 21px;
        color: #111;
        font-weight: 100 !important;
        font-family: "Kameron","HelveticaNeue","Helvetica Neue",sans-serif;
    }

      .mm-menu .mm-btn:after,
      .mm-menu .mm-btn:before {
          /* border-color: #111; */
          border: 0;
      }

	  #boldMobileNav .mm-panels {
		  top: 166px !important;
	  }

    #boldMobileNav .mm-navbar.mm-hasbtns {
      padding: 0 40px 0 0;
    }

    #boldMobileNav .mm-navbar .nav-mobile-logo:nth-child(2n) {
      display: none;
    }

	  #boldMobileNav .mm-navbars-top {
		  border-bottom: 0;
	  }

	  #boldMobileNav ul.mm-listview li:first-child {
		border-top: 1px solid rgba(0,0,0,.1);
	}

	  #boldMobileNav ul.mm-listview li {
		  /* border-top: 1px solid rgba(0,0,0,.1); */
		  border-bottom: 1px solid rgba(0,0,0,.1);
    }

  #boldMobileNav .mm-navbar .nav-mobile-logo:nth-child(2n) {
    display:none;
    }

	  #boldMobileNav .mm-listview>li>a {
			padding: 19px;
			text-align: center;
	 }

	 #boldMobileNav a.mm-next {
		 display: none;
	 }

	 #boldMobileNav a.parent-mobile-linklist {
		padding-right: 0;
		margin-right: 0;
		width: 100%;
	}

	#boldMobileNav ul.mm-listview .child-list > a {
		text-align: left !IMPORTANT;
		padding-bottom: 0 !important;
    font-weight: normal;
    font-size: 18px;
  }

  #boldMobileNav ul.mm-listview .child-list > a.no-menuchild-blank {
    padding-bottom: 19px !important;
  }

	#boldMobileNav span.grandchild-wrapper {
		padding-left: 40px !important;
	}
	#boldMobileNav span.grandchild-wrapper a {
		display: block;
    padding: 8px 0;
    text-align: left;

	}



	div.snize-ac-results.snize-ac-results-mobile li.snize-nothing-found {
		min-height: 100vh !important;
	}

	div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel button.snize-close-button-arrow:before,
	#boldMobileNav a.mm-prev.mm-btn:before {
			content: '';
			border: 2px solid transparent;
			display: block;
			width: 13px;
			height: 13px;
			margin: auto;
			position: absolute;
			top: 0;
			bottom: 0;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			border-right: none;
			border-bottom: none;
			right: 18px;
			border-color: #111;
	}

	div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel button.snize-close-button-arrow:after,
	#boldMobileNav a.mm-prev.mm-btn::after {
		content: '';
		border-top: 2px solid #111;
		position: absolute;
		top: 50%;
		left: 22px;
		display: block;
		width: 25px;

	}

	#boldMobileNav span.nav-mobile-logo {
		/* position: absolute;
		top: 20px;
		z-index: 3;
		left: 50%;
		transform: translateX(-50%); */
		max-width: 240px;
		width: 100%;
		margin: 6px auto;
		padding-left: 40px;
	}

	#boldMobileNav .nav-mobile-logo img {
		width: 100%;
		max-height: 90px;
		margin-top: 5px;
	}

	#boldMobileNav .mm-btn {
		top: 18px !important;
	}

	#boldMobileNav li.parent-list-here > a {
		text-transform: uppercase;
		font-family: "Varela","HelveticaNeue","Helvetica Neue",sans-serif;
		color: #111;
	}
	#boldMobileNav span.grandchild-wrapper a {
		text-transform: uppercase;
		font-size: 12px;
		font-family: "Varela","HelveticaNeue","Helvetica Neue",sans-serif;
		color: #111;
	}

	#boldMobileNav li.child-list > a {
		font-family: "Kameron","HelveticaNeue","Helvetica Neue",sans-serif;
		color: #111;

	}
	#boldMobileNav span.icon.icon-search {
		position: absolute;
		bottom: 38px;
		left: 20px;
		font-size: 17px;
  }

  #boldMobileNav span.icon.icon-search.mm-hassearch input {
      display: none;
  }
	#boldMobileNav span.child-span-title {
		display: block;
		padding: 0 0 18px;
		text-align: center;
		text-transform: uppercase;
		border-bottom: 1px solid rgba(0,0,0,.1);
		font-size: 15px;
		font-family: "Varela","HelveticaNeue","Helvetica Neue",sans-serif;
		font-weight: bold;
		letter-spacing: 1px;
	}

	#boldMobileNav .mm-navbars-bottom .mm-navbar {
		height: 70px;
	}

	#boldMobileNav span.mobile-menu-btn {
		padding-top: 10px;
	}

	#boldMobileNav .mm-navbars-bottom {
		border-top: 0;
		display: none;
	}

	#boldMobileNav .mm-navbars-bottom .mobile-menu-btn {

	}


	#boldMobileNav .mobile-top-arrow-wrapper span.mobile-menu-btn {
		padding-top: 0;
	}

	#boldMobileNav .mobile-top-arrow {
		background: #e8e8e8;
		width: 40px;
		height: 40px;
		display: block;
		margin: 0 auto;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 50%;
		color: #fff;
	}

	#boldMobileNav span.mobile-top-arrow:before {
		content: '';
		border: 2px solid transparent;
		display: block;
		width: 13px;
		height: 13px;
		margin: auto;
		position: absolute;
		top: -15px;
		bottom: 0;
		-webkit-transform: rotate(45deg) translateX(50%);
		-ms-transform: rotate(45deg) translateX(50%);
		transform: rotate(45deg) translateX(50%);
		border-right: none;
		border-bottom: none;
		border-color: #fff;
		left: 25.6%;
	}

	#boldMobileNav span.mobile-top-arrow:after {
		content: '';
		border-top: 2px solid #fff;
		position: absolute;
		top: 82%;
		display: block;
		width: 25px;
		-webkit-transform: rotate(90deg) translateX(-50%);
		-ms-transform: rotate(90deg) translateX(-50%);
		transform: rotate(90deg) translateX(-50%);
		left: 21.3%;
	}

	#boldMobileNav span.mobile-menu-btn a {
		width: 90%;
		background: rgba(0,0,0,.05);
		display: block;
		margin-left: 10px;
		margin-right: 10px;
		padding: 13px;
		color: #111 !important;
    text-align: center !important;
    border-radius: 0;
	}

	#boldMobileNav .reset-mobile-property {
		bottom: 70px !important;
	}

	#boldMobileNav .mm-panels {
		bottom: 0;
	}

	#boldMobileNav .navbar-show-hide {
		display: block !important;
	}

	#boldMobileNav .mobile-top-arrow-wrapper {
		margin: 20px auto 20px;
		min-height: 20px;
	}

	div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel button.snize-close-button-arrow {
		background: none !important;
	}

	a.mm-prev.mm-btn {
		left: 10px;
	}
	div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel button.snize-close-button-arrow:before, #boldMobileNav a.mm-prev.mm-btn:before {
		right: initial;
		left: 10px;
	}

	div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel button.snize-close-button-arrow:after, #boldMobileNav a.mm-prev.mm-btn::after {
		top: 48.74%;
		left: 10px;
		width: 22px;
	}

	div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel button.snize-close-button-arrow:before,
	div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel button.snize-close-button-arrow:after {
		left: 18px;
	}

  }

  .header-bar .header-bar__search {
    display: none;
}

.header-navigation {
  position:relative;
}

.site-header {
  width:100%;
}

.site-header:not(.stuck) .header-navigation {
  flex-wrap: wrap;
}

.site-header.stuck {
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

.site-header.stuck .header-bar__search-form {
  top: 18px;
}

.site-header.stuck .navigation {
  width: auto;
}

.header-bar span.company_number {
    margin-bottom: 5px;
    display: block;
}

div.snize-ac-results.snize-ac-results-mobile {
	overflow-y: scroll !important;
	position: absolute !important;
}


#boldMobileNav .mm-resultspanel {
  display: none;
}


@media screen and (min-width: 769px) {
    .site-header__logo img {
      max-width: 280px;
    }


    .header-bar__module--list li:after {
      content: "|";
    }

    .site-header .grid--full>.grid__item.site-logo-container {
      vertical-align: top;
    }

    .site-header .header-bar {
        padding-top: 5px;
    }

    .header-bar span.company_number {
      display: none;
    }
}

@-moz-document url-prefix() {
  .site-header .wrapper .grid--full:first-child {
     padding-bottom:45px;
  }
}

@media screen and (min-width: 769px) and (max-width: 940px) {
  .site-header.stuck .header-navigation .site-nav .nav-menu>li>a {
    font-size: 10px;
    margin: 0 7px 2px;
  }

  .header-navigation .nav-menu {
    margin:0px;
  }

  .site-header.stuck .header-navigation .site-header__logo a img {
    max-width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .site-header.stuck {
    left: 0;
  }
}