
@media (min-width: 890px) {
	#main-menu {
		display: inline-block;
	}
}

.main-nav {
  position: relative;
  background: #4b8b42;
}

@media (min-width: 890px) {
	.main-nav {
	  position: relative;
	  background: #e8e8e8;
	}
}
.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

#main-menu {
  clear: both;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
  overflow-y: auto;
  max-height: 95vh;
  overflow-x: hidden;
  border-bottom: 1px solid #a6a8b3;
}

/* Mobile menu top separator */

#main-menu:before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
  background: #a6a8b3;
}

@media (min-width: 890px) {
  #main-menu:before {
    display: none;
  }
}


/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  margin: 0px 30px 4px 10px;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 610px) {
  .main-menu-btn {
	  margin: 0px 30px 4px 10px;
	}
}

/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 890px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: inline-block;
	margin-left: auto;
	margin-right: auto;
  }
}

/* ---------------------- */

.sm-reftech26 {
  background: #a6a8b3;
}
.sm-reftech26 a, .sm-reftech26 a:hover, .sm-reftech26 a:focus, .sm-reftech26 a:active {
  padding: 10px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  background: var(--color-primary);
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  text-decoration: none;
  border-bottom: none;
}
.sm-reftech26 a:hover, .sm-reftech26 a:focus, .sm-reftech26 a:active {
  background: var(--color-secondary);
  color: #222344;
}

.sm-reftech26 a.current {
  color: #222344;
}
.sm-reftech26 a.disabled {
  color: #bbbbbb;
}
.sm-reftech26 a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 23px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 34px;
}
.sm-reftech26 a .sub-arrow::before {
  content: '+';
}
.sm-reftech26 a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-reftech26 > li:first-child > a, .sm-reftech26 > li:first-child > :not(ul) a {
  border-radius: 0 0 0 0;
}
.sm-reftech26 > li:last-child > a, .sm-reftech26 > li:last-child > *:not(ul) a, .sm-reftech26 > li:last-child > ul, .sm-reftech26 > li:last-child > ul > li:last-child > a, .sm-reftech26 > li:last-child > ul > li:last-child > *:not(ul) a, .sm-reftech26 > li:last-child > ul > li:last-child > ul, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-radius: 0 0 0 0;
}
.sm-reftech26 > li:last-child > a.highlighted, .sm-reftech26 > li:last-child > *:not(ul) a.highlighted, .sm-reftech26 > li:last-child > ul > li:last-child > a.highlighted, .sm-reftech26 > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  border-radius: 0;
}
.sm-reftech26 li {
  border-top: 1px solid rgba(0, 0, 0, 0.0);
}
.sm-reftech26 > li:first-child {
  border-top: 0;
}
.sm-reftech26 ul {
  background: #7c7e90;
}
.sm-reftech26 ul a, .sm-reftech26 ul a:hover, .sm-reftech26 ul a:focus, .sm-reftech26 ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
  background: rgba(255, 255, 255, 1.0);
  color: #000;
}
.sm-reftech26 ul a:hover, .sm-reftech26 ul a:focus, .sm-reftech26 ul a:active {
	color: #fff;
	background: var(--color-secondary-opt2);
}
.sm-reftech26 ul ul a,
.sm-reftech26 ul ul a:hover,
.sm-reftech26 ul ul a:focus,
.sm-reftech26 ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-reftech26 ul ul ul a,
.sm-reftech26 ul ul ul a:hover,
.sm-reftech26 ul ul ul a:focus,
.sm-reftech26 ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-reftech26 ul ul ul ul a,
.sm-reftech26 ul ul ul ul a:hover,
.sm-reftech26 ul ul ul ul a:focus,
.sm-reftech26 ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-reftech26 ul ul ul ul ul a,
.sm-reftech26 ul ul ul ul ul a:hover,
.sm-reftech26 ul ul ul ul ul a:focus,
.sm-reftech26 ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

.sm-reftech26 ul a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 23px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 34px;
}

	/* Mega menus */


	/* make mega menus take the full width of .main-nav */

	#main-menu,
	#main-menu > .has-mega-menu {
	  position: static !important;
	}

	#main-menu .mega-menu {
		box-sizing: border-box;
		overflow: hidden;
	  margin-left: 0px !important;
	  margin-right: 0px !important;
	  right: 0 !important;
	  width: auto !important;
	  max-width: none !important;
	}

	#main-menu > .has-mega-menu .scroll-up,
	#main-menu > .has-mega-menu .scroll-down {
	  margin-left: 0 !important;
	}


	/* clear any floats inside the mega menus */

	#main-menu .mega-menu > li {
	  overflow: auto;
	}


	/* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */

	#main-menu .mega-menu {
	  color: #353451;
	}

	#main-menu .mega-menu ul {
	  position: static;
	  display: block;
	  margin: 0 0;
	  border: 0;
	  padding: 10px 0 10px 20px;
	  width: auto;
	  background: transparent;
	  -moz-box-shadow: none;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	}

	#main-menu .mega-menu li.mm {
	  background: #3a3c54;
	  margin: 0 0 0 0;
	  padding: 0 10px;
	}

	#main-menu .mega-menu ul li {
	  display: list-item;
	  list-style-type: none;
	  border: 0;
	  padding-bottom: 20px;
	}

	#main-menu .mega-menu a {
	  display: inline;
	  border: 0;
	  padding: 0;
	  background: transparent;
	  color: #222344;
	  text-decoration: none;
	}

	#main-menu .mega-menu a:hover {
	  display: inline;
	  border: 0;
	  padding: 0;
	  background: 68c478;
	  color: #222344;
	  text-decoration: none;
	}

	/* Columns inside the mega menus */

	#main-menu .mega-menu .mminner {
		box-sizing:border-box;
		width:100%;
		max-width: 100%;
		background:#eceff3;
		padding:10px;
		margin:10px auto;
		border-radius: 20px;
	}

	#main-menu .mega-menu .columns2 {
		display: flex;
		flex-flow: column wrap;
		gap: 10px;
		align-items: stretch;
	}

	#main-menu .mega-menu .columns3 {
		display: flex;
		flex-flow: column wrap;
		gap: 10px;
		align-items: stretch;
	}

	#main-menu .mega-menu .column1of2 {
		flex-grow: 1;
		flex-shrink: 1;
	}

	#main-menu .mega-menu .column2of2 {
		max-width: 100%;
		background: #3a3c54;
		border-radius: 10px;
		padding: 25px 30px;
		flex-grow: 1;
	}

	#main-menu .mega-menu .column1of3 {
		flex-grow: 1;
		flex-shrink: 1;
	}

	#main-menu .mega-menu .column2of3 {
		flex-grow: 1;
		flex-shrink: 0;
	}

	#main-menu .mega-menu .column3of3 {
		max-width: 100%;
		background: #3a3c54;
		border-radius: 10px;
		padding: 25px 30px;
		flex-grow: 1;
	}

	#main-menu .mega-menu .columnpicof3 {
		max-width: 100%;
		background: #3a3c54;
		border-radius: 10px;
		padding: 0px;
		position: relative;
		flex-grow: 1;
	}

	#main-menu .mega-menu .columnpicof3 img {
		border-radius: 10px;
		padding: 0;
		margin: 0;
		display: block;
		line-height:0;
	}
	
	#main-menu .mega-menu .ic {
		max-width: 100%;
		background: #3a3c54;
		border-radius: 10px;
		padding: 0px;
		position: relative;
		flex-grow: 1;
	}

	#main-menu .mega-menu .ic img {
		border-radius: 10px;
		padding: 0;
		margin: 0;
		display: block;
		line-height:0;
	}
	
	
	#main-menu .mega-menu .ic {
		max-width: 100%;
		background: #3a3c54;
		border-radius: 10px;
		padding: 0px;
		position: relative;
		flex-grow: 1;
	}

	#main-menu .mega-menu .ic img {
		border-radius: 10px;
		padding: 0;
		margin: 0;
	}

	#main-menu .mega-menu .innercolumns2 {
		display: flex;
		flex-flow: column wrap;
		gap: 10px;
		align-items: stretch;
	}

	#main-menu .mega-menu .ic2a {
		text-align: left;
		flex-grow: 1;
	}

	#main-menu .mega-menu .ic2b {
		text-align: center;
		flex-grow: 1;
		flex-shrink: 1;
	}

	#main-menu .mega-menu a.more-txt-btn {
		display: inline-block;
		padding: 12px 60px 12px 18px;
		text-decoration: none;
		background: #68c478 url('../images/arrow-circle-blue-right.svg') no-repeat center right 12px;
		background-size: auto 65%;
		color: #222344;
		font-weight: bold;
		font-size: 14px;
		border-radius: 10px;
	}

	#main-menu .mega-menu a.more-txt-btn:hover {
		background: #3a3c54 url('../images/arrow-circle-blue-right.svg') no-repeat center right 12px;
		background-size: auto 65%;
		color: #222344;
	}

	#main-menu .mega-menu .ic2a .titletext {
		font-size: 1.4em;
		font-weight: bold;
		padding-top: 0;
		margin-top: 0;
		margin-bottom: 0.8em;
	}

	#main-menu .mega-menu .li-titletext {
		font-size: 1.2em;
		font-weight: bold;
		padding-top: 0;
		margin-top: 0;
		margin-bottom: 0.6em;
	}

	#main-menu .mega-menu .oncolour {
		color: #fff;
	}

	#main-menu .mega-menu .oncolour a.more-txt-btn:hover {
		background: var(--color-bkgnd-light) url('../images/arrow-circle-blue-right.svg') no-repeat center right 3px;
		background-size: auto 82%;
		color: #222344;
	}

	#main-menu .mega-menu .vh-centre {
		display: grid;
		place-items: center;
		width: 100%;
		height: 100%;
	}

	#main-menu .mega-menu .contentpic {
		width: 100%;
		height: 100%;
	}

	#main-menu .mega-menu .imgcover {
		object-fit: cover;
	}

	#main-menu .mega-menu .columnpicof3 .pictitle {
		width: 100%;
		background: rgba(13,16,45,0.8);
		padding: 15px;
		position: absolute;
		top: 0px;
		left: 0px;
		text-align: center;
		border-radius: 10px 10px 0 0;
		z-index:10;
	}

	#main-menu .mega-menu .columnpicof3 .pictitle .titletext {
		padding: 0;
		margin: 0;
		line-height: 1.2;
	}

	#main-menu .mega-menu .columnpicof3 .picbutton {
		width: 100%;
		padding: 10px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		z-index:10;
		text-align: center;
	}

	#main-menu .mega-menu .columnpicof3 .picbutton p {
		padding: 0;
		margin: 0;
		line-height: 1;
	}
	
	#main-menu .mega-menu .ic .pictitle {
		width: 100%;
		background: rgba(13,16,45,0.8);
		padding: 15px;
		position: absolute;
		top: 0px;
		left: 0px;
		text-align: center;
		border-radius: 10px 10px 0 0;
		z-index:10;
	}

	#main-menu .mega-menu .ic .pictitle .titletext {
		padding: 0;
		margin: 0;
		line-height: 1.2;
	}

	#main-menu .mega-menu .ic .picbutton {
		width: 100%;
		padding: 10px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		z-index:10;
		text-align: center;
	}

	#main-menu .mega-menu .ic .picbutton p {
		padding: 0;
		margin: 0;
		line-height: 1;
	}


@media (min-width: 890px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-reftech26 ul {
    position: absolute;
    width: 12em;
  }

  .sm-reftech26 li {
    float: left;
  }

  .sm-reftech26.sm-rtl li {
    float: right;
  }

  .sm-reftech26 ul li, .sm-reftech26.sm-rtl ul li, .sm-reftech26.sm-vertical li {
    float: none;
  }

  .sm-reftech26 a {
    white-space: nowrap;
  }

  .sm-reftech26 ul a, .sm-reftech26.sm-vertical a {
    white-space: normal;
  }

  .sm-reftech26 .sm-nowrap > li > a, .sm-reftech26 .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  
  #main-menu {
  border-bottom: none;
	}
  
	.sm-reftech26 > li:first-child > a, .sm-reftech26 > li:first-child > :not(ul) a {
	border-radius: 10px;
	}
	.sm-reftech26 > li:last-child > a, .sm-reftech26 > li:last-child > *:not(ul) a, .sm-reftech26 > li:last-child > ul, .sm-reftech26 > li:last-child > ul > li:last-child > a, .sm-reftech26 > li:last-child > ul > li:last-child > *:not(ul) a, .sm-reftech26 > li:last-child > ul > li:last-child > ul, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
	  border-radius: 10px;
	}
	.sm-reftech26 > li:last-child > a.highlighted, .sm-reftech26 > li:last-child > *:not(ul) a.highlighted, .sm-reftech26 > li:last-child > ul > li:last-child > a.highlighted, .sm-reftech26 > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-reftech26 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
	  border-radius: 10px;
	}
  
	.sm-reftech26 {
	background: transparent;
	padding: 0px 10px;
	}

	.sm-reftech26 a, .sm-reftech26 a:hover, .sm-reftech26 a:focus, .sm-reftech26 a:active {
	  padding: 15px 25px;
	  /* make room for the toggle button (sub indicator) */
	  /* padding-right: 58px; */
	  background: #eceff3;
	  background-image: none;
	  color: #000;
	  font-family: 'Open Sans', sans-serif;
	  font-size: 14px;
	  font-weight: normal;
	  line-height: 14px;
	  text-decoration: none;
	  border-bottom: none;
	  border-radius: 10px;
	}
	
	
	.sm-reftech26 a.current {
	  color: #222344;
	  background: #68c478;
	}
	.sm-reftech26 a.disabled {
	  color: #bbbbbb;
	}

  .sm-reftech26 a, .sm-reftech26 a:hover, .sm-reftech26 a:focus, .sm-reftech26 a:active, .sm-reftech26 a.highlighted {
    /*padding: 12px 24px; */
    color: #222344;
    border-radius: 10px;
  }
  
  .sm-reftech26 a:hover, .sm-reftech26 a:focus, .sm-reftech26 a:active, .sm-reftech26 a.highlighted {
    color: #222344;
	background: #68c478;
  }
 
  .sm-reftech26 a.has-submenu {
    padding-right: 25px;
  }
   .sm-reftech26 a .sub-arrow {
	top: 50%;
	margin-top: -6px;
	width: 5px;
	height: 5px;
	background: transparent;
	border-style: solid;
	border-color: rgba(255,255,255,1.0);
    border-width: 0 3px 3px 0;
    display: none;
    padding: 3px 3px !important;
	border-radius: 0 !important;
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
	.sm-reftech26 li {
    border-top: 0;
	margin: 8px 0 0 0;
  }
  .sm-reftech26 ul {
    /* border: 1px solid #bbbbbb; */
    padding: 0px 0px;
    background: #fff;
    border-radius: 0 !important;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  }
  .sm-reftech26 ul a, .sm-reftech26 ul a:hover, .sm-reftech26 ul a:focus, .sm-reftech26 ul a:active, .sm-reftech26 ul a.highlighted {
    border: 0 !important;
    padding: 5px 25px;
    color: #000;
	font-size: 14px;
  }
  .sm-reftech26 ul a:hover, .sm-reftech26 ul a:focus, .sm-reftech26 ul a:active, .sm-reftech26 ul a.highlighted {
    background: var(--color-secondary);
    color: #fff;
  }
  
  .sm-reftech26 ul a.current {
    color: #25852e;
  }
  .sm-reftech26 ul a.disabled {
    /* background: #fff; */
    color: #cccccc;
  }
  .sm-reftech26 ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-reftech26 ul a .sub-arrow {
	top: 50%;
	right: 6px;
	margin-top: -6px;
	width: 3px;
	height: 3px;
	background: transparent;
	border-style: solid;
	border-color: rgba(0,0,0,1.0);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px 3px !important;
	border-radius: 0 !important;
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  
    .sm-reftech26 ul a:hover .sub-arrow, .sm-reftech26 ul a:focus .sub-arrow, .sm-reftech26 ul a:active .sub-arrow, .sm-reftech26 ul a.highlighted .sub-arrow {
    border-color: rgba(255,255,255,1.0);
  }
  
  .sm-reftech26 li {
    border-top: 0;
	margin: 0 10px 0 10px;
  }
  /* The triangle at the top of the sub menu */
  .sm-reftech26 > li > ul::before,
  .sm-reftech26 > li > ul::after {
    display: none;
	content: '';
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #bbbbbb transparent;
  }
  .sm-reftech26 > li > ul::after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
  }
  .sm-reftech26 .scroll-up,
  .sm-reftech26 .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
	.sm-reftech26 .scroll-up:hover,
  .sm-reftech26 .scroll-down:hover {
    background: #eeeeee;
  }
  .sm-reftech26 .scroll-up:hover .scroll-up-arrow {
    border-color: transparent transparent #D23600 transparent;
  }
  .sm-reftech26 .scroll-down:hover .scroll-down-arrow {
    border-color: #D23600 transparent transparent transparent;
  }
  .sm-reftech26 .scroll-up-arrow,
  .sm-reftech26 .scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-reftech26 .scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-reftech26.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }
  .sm-reftech26.sm-rtl a .sub-arrow {
    right: auto;
    left: 12px;
  }
  .sm-reftech26.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-reftech26.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-reftech26.sm-rtl > li > ul::before {
    left: auto;
    right: 30px;
  }
  .sm-reftech26.sm-rtl > li > ul::after {
    left: auto;
    right: 31px;
  }
  .sm-reftech26.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-reftech26.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-reftech26.sm-vertical {
    padding: 10px 0;
    border-radius: 5px;
  }
  .sm-reftech26.sm-vertical a {
    padding: 10px 20px;
  }
  .sm-reftech26.sm-vertical a:hover, .sm-reftech26.sm-vertical a:focus, .sm-reftech26.sm-vertical a:active, .sm-reftech26.sm-vertical a.highlighted {
    background: #fff;
  }
  .sm-reftech26.sm-vertical a.disabled {
    background: #eeeeee;
  }
  .sm-reftech26.sm-vertical a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-reftech26.sm-vertical > li > ul::before,
  .sm-reftech26.sm-vertical > li > ul::after {
    display: none;
  }
  .sm-reftech26.sm-vertical ul a {
    padding: 10px 20px;
  }
  .sm-reftech26.sm-vertical ul a:hover, .sm-reftech26.sm-vertical ul a:focus, .sm-reftech26.sm-vertical ul a:active, .sm-reftech26.sm-vertical ul a.highlighted {
    background: #eeeeee;
  }
  .sm-reftech26.sm-vertical ul a.disabled {
    background: #fff;
  }
	/* Mega menus */


	/* make mega menus take the full width of .main-nav */

	#main-menu,
	#main-menu > .has-mega-menu {
	  position: static !important;
	}

	#main-menu .mega-menu {
		box-sizing: border-box;
		overflow: hidden;
	  margin-left: 0px !important;
	  margin-right: 0px !important;
	  right: 0 !important;
	  width: auto !important;
	  max-width: none !important;
	  margin-top: 5px !important;
	}

	#main-menu > .has-mega-menu .scroll-up,
	#main-menu > .has-mega-menu .scroll-down {
	  margin-left: 0 !important;
	}


	/* clear any floats inside the mega menus */

	#main-menu .mega-menu > li {
	  overflow: auto;
	}


	/* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */

	#main-menu .mega-menu {
	  color: #353451;
	}

	#main-menu .mega-menu ul {
	  position: static;
	  display: block;
	  margin: 0 0 0 0;
	  border: 0;
	  padding: 10px 0 10px 20px;
	  width: auto;
	  background: transparent;
	  -moz-box-shadow: none;
	  -webkit-box-shadow: none;
	  box-shadow: none;	  
	}

	#main-menu .mega-menu li.mm {
	  background: #3a3c54;
	  margin: 0 0 0 0;
	  padding: 0 10px;
	}

	#main-menu .mega-menu ul li {
	  display: list-item;
	  list-style-type: none;
	  border: 0;
	  padding-bottom: 10px;
	}

	#main-menu .mega-menu a {
	  display: inline;
	  border: 0;
	  padding: 3px 12px;
	  background: transparent;
	  color: #222344;
	  text-decoration: none;
	  border-radius: 5px;
	}

	#main-menu .mega-menu a:hover {
	  display: inline;
	  border: 0;
	  padding: 3px 12px;
	  background: #68c478;
	  color: #222344;
	  text-decoration: none;
	}

	/* Columns inside the mega menus */

	#main-menu .mega-menu .mminner {
		box-sizing:border-box;
		width:100%;
		max-width: 1052px;
		background:#eceff3;
		padding:10px;
		margin:10px auto;
		border-radius: 20px;
	}

	#main-menu .mega-menu .columns2 {
		display: flex;
		flex-flow: row nowrap;
		gap: 20px;
		align-items: stretch;
	}

	#main-menu .mega-menu .columns3 {
		display: flex;
		flex-flow: row nowrap;
		gap: 20px;
		align-items: stretch;
	}

	#main-menu .mega-menu .column1of2 {
		flex-grow: 1;
		flex-shrink: 0;
	}

	#main-menu .mega-menu .column2of2 {
		max-width: 600px;
		background: #3a3c54;
		border-radius: 10px;
		padding: 25px 30px;
		flex-grow: 1;
	}

	#main-menu .mega-menu .column1of3 {
		flex-grow: 1;
		flex-shrink: 0;
	}

	#main-menu .mega-menu .column2of3 {
		flex-grow: 1;
		flex-shrink: 0;
	}

	#main-menu .mega-menu .column3of3 {
		max-width: 600px;
		background: #3a3c54;
		border-radius: 10px;
		padding: 25px 30px;
		flex-grow: 1;
	}

	#main-menu .mega-menu .columnpicof3 {
		max-width: 600px;
		background: #3a3c54;
		border-radius: 10px;
		padding: 0px;
		position: relative;
		flex-grow: 1;
	}

	#main-menu .mega-menu .columnpicof3 img {
		border-radius: 10px;
		padding: 0;
		margin: 0;
		line-height: 0;
		display: block;
	}
	
	#main-menu .mega-menu .csbkgnd {
		background: linear-gradient(to right, rgba(58,60,84,0.9), rgba(58,60,84,0.2)), url(../images/contentpic-confex25-1.webp) no-repeat center;
		background-size:cover, cover;
	}
	
	#main-menu .mega-menu .ic {
		max-width: 600px;
		background: #3a3c54;
		border-radius: 10px;
		padding: 0px;
		position: relative;
		flex-grow: 1;
	}

	#main-menu .mega-menu .ic img {
		border-radius: 10px;
		padding: 0;
		margin: 0;
		line-height: 0;
		display: block;
	}

	#main-menu .mega-menu .innercolumns2 {
		display: flex;
		flex-flow: row nowrap;
		gap: 30px;
		align-items: stretch;
	}

	#main-menu .mega-menu .ic2a {
		text-align: left;
		flex-grow: 1;
	}

	#main-menu .mega-menu .ic2b {
		text-align: center;
		flex-grow: 1;
		flex-shrink: 1;
	}

	#main-menu .mega-menu a.more-txt-btn {
		display: inline-block;
		padding: 15px 15px 15px 15px;
		text-decoration: none;
		background: #68c478;
		color: #222344;
		font-weight: normal;
		font-size: 14px;
		border-radius: 10px;
	}

	#main-menu .mega-menu a.more-txt-btn:hover {
		background: #3a3c54;
		color: #222344;
	}

	#main-menu .mega-menu .ic2a .titletext {
		font-size: 1.4em;
		font-weight: bold;
		padding-top: 0;
		margin-top: 0;
		margin-bottom: 0.8em;
	}

	#main-menu .mega-menu .li-titletext {
		font-size: 1.2em;
		font-weight: bold;
		padding-top: 0;
		margin-top: 0;
		margin-bottom: 0.6em;
	}

	#main-menu .mega-menu .oncolour {
		color: #fff;
	}

	#main-menu .mega-menu .oncolour a.more-txt-btn:hover {
		background: var(--color-bkgnd-light);
		color: #222344;
	}

	#main-menu .mega-menu .vh-centre {
		display: grid;
		place-items: center;
		width: 100%;
		height: 100%;
	}

	#main-menu .mega-menu .contentpic {
		width: 100%;
		height: 100%;
	}

	#main-menu .mega-menu .imgcover {
		object-fit: cover;
	}

	#main-menu .mega-menu .columnpicof3 .pictitle {
		width: 100%;
		background: rgba(13,16,45,0.8);
		padding: 15px;
		position: absolute;
		top: 0px;
		left: 0px;
		text-align: center;
		border-radius: 10px 10px 0 0;
		z-index:10;
	}

	#main-menu .mega-menu .columnpicof3 .pictitle .titletext {
		padding: 0;
		margin: 0;
		line-height: 1.2;
	}

	#main-menu .mega-menu .columnpicof3 .picbutton {
		width: 100%;
		padding: 10px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		z-index:10;
		text-align: center;
	}

	#main-menu .mega-menu .columnpicof3 .picbutton p {
		padding: 0;
		margin: 0;
		line-height: 1;
	}
	
	#main-menu .mega-menu .ic .pictitle {
		width: 100%;
		background: rgba(13,16,45,0.8);
		padding: 15px;
		position: absolute;
		top: 0px;
		left: 0px;
		text-align: center;
		border-radius: 10px 10px 0 0;
		z-index:10;
	}

	#main-menu .mega-menu .ic.pictitle .titletext {
		padding: 0;
		margin: 0;
		line-height: 1.2;
	}

	#main-menu .mega-menu .ic .picbutton {
		width: 100%;
		padding: 10px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		z-index:10;
		text-align: center;
	}

	#main-menu .mega-menu .ic .picbutton p {
		padding: 0;
		margin: 0;
		line-height: 1;
	}
}

/* ---- Full size screen ----- */

@media (min-width: 1150px) { 

	.sm-reftech26 {
	background: transparent;
	padding: 0px 10px;
	}

	.sm-reftech26 a, .sm-reftech26 a:hover, .sm-reftech26 a:focus, .sm-reftech26 a:active {
	  padding: 15px 25px;
	  /* make room for the toggle button (sub indicator) */
	  /* padding-right: 58px; */
	  background: #eceff3;
	  background-image: none;
	  color: #222344;
	  font-family: 'Open Sans', sans-serif;
	  font-size: 14px;
	  font-weight: normal;
	  line-height: 14px;
	  text-decoration: none;
	  border-bottom: none;
	  border-radius: 10px;
	}
	
	
	.sm-reftech26 a.current {
	  color: #222344;
	  background: #68c478;
	}
	.sm-reftech26 a.disabled {
	  color: #bbbbbb;
	}

  .sm-reftech26 a, .sm-reftech26 a:hover, .sm-reftech26 a:focus, .sm-reftech26 a:active, .sm-reftech26 a.highlighted {
    /*padding: 12px 24px; */
    color: #222344;
    border-radius: 10px;
  }
  
  .sm-reftech26 a:hover, .sm-reftech26 a:focus, .sm-reftech26 a:active, .sm-reftech26 a.highlighted {
    color: #222344;
	background: #68c478;
  }
 
  .sm-reftech26 a.has-submenu {
    padding-right: 25px;
  }
   .sm-reftech26 a .sub-arrow {
	top: 50%;
	margin-top: -6px;
	width: 5px;
	height: 5px;
	background: transparent;
	border-style: solid;
	border-color: rgba(255,255,255,1.0);
    border-width: 0 3px 3px 0;
    display: none;
    padding: 3px 3px !important;
	border-radius: 0 !important;
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
	.sm-reftech26 li {
    border-top: 0;
	margin: 8px 0 0 0;
  }
  .sm-reftech26 ul {
    /* border: 1px solid #bbbbbb; */
    padding: 0px 0px;
    background: #fff;
    border-radius: 0 !important;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  }
  .sm-reftech26 ul a, .sm-reftech26 ul a:hover, .sm-reftech26 ul a:focus, .sm-reftech26 ul a:active, .sm-reftech26 ul a.highlighted {
    border: 0 !important;
    padding: 5px 25px;
    color: #000;
	font-size: 14px;
  }
  .sm-reftech26 ul a:hover, .sm-reftech26 ul a:focus, .sm-reftech26 ul a:active, .sm-reftech26 ul a.highlighted {
    background: var(--color-secondary);
    color: #222344;
  }
  
  .sm-reftech26 ul a.current {
    color: #222344;
  }
  .sm-reftech26 ul a.disabled {
    /* background: #fff; */
    color: #cccccc;
  }
  .sm-reftech26 ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-reftech26 ul a .sub-arrow {
	top: 50%;
	right: 6px;
	margin-top: -6px;
	width: 3px;
	height: 3px;
	background: transparent;
	border-style: solid;
	border-color: rgba(0,0,0,1.0);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px 3px !important;
	border-radius: 0 !important;
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  
    .sm-reftech26 ul a:hover .sub-arrow, .sm-reftech26 ul a:focus .sub-arrow, .sm-reftech26 ul a:active .sub-arrow, .sm-reftech26 ul a.highlighted .sub-arrow {
    border-color: rgba(255,255,255,1.0);
  }
  
  .sm-reftech26 li {
    border-top: 0;
	margin: 0 10px 0 10px;
  }
  /* The triangle at the top of the sub menu */
  .sm-reftech26 > li > ul::before,
  .sm-reftech26 > li > ul::after {
    display: none;
	content: '';
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #bbbbbb transparent;
  }
  .sm-reftech26 > li > ul::after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
  }
  .sm-reftech26 .scroll-up,
  .sm-reftech26 .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
	.sm-reftech26 .scroll-up:hover,
  .sm-reftech26 .scroll-down:hover {
    background: #eeeeee;
  }
  .sm-reftech26 .scroll-up:hover .scroll-up-arrow {
    border-color: transparent transparent #D23600 transparent;
  }
  .sm-reftech26 .scroll-down:hover .scroll-down-arrow {
    border-color: #D23600 transparent transparent transparent;
  }
  .sm-reftech26 .scroll-up-arrow,
  .sm-reftech26 .scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-reftech26 .scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-reftech26.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }
  .sm-reftech26.sm-rtl a .sub-arrow {
    right: auto;
    left: 12px;
  }
  .sm-reftech26.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-reftech26.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-reftech26.sm-rtl > li > ul::before {
    left: auto;
    right: 30px;
  }
  .sm-reftech26.sm-rtl > li > ul::after {
    left: auto;
    right: 31px;
  }
  .sm-reftech26.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-reftech26.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-reftech26.sm-vertical {
    padding: 10px 0;
    border-radius: 5px;
  }
  .sm-reftech26.sm-vertical a {
    padding: 10px 20px;
  }
  .sm-reftech26.sm-vertical a:hover, .sm-reftech26.sm-vertical a:focus, .sm-reftech26.sm-vertical a:active, .sm-reftech26.sm-vertical a.highlighted {
    background: #fff;
  }
  .sm-reftech26.sm-vertical a.disabled {
    background: #eeeeee;
  }
  .sm-reftech26.sm-vertical a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-reftech26.sm-vertical > li > ul::before,
  .sm-reftech26.sm-vertical > li > ul::after {
    display: none;
  }
  .sm-reftech26.sm-vertical ul a {
    padding: 10px 20px;
  }
  .sm-reftech26.sm-vertical ul a:hover, .sm-reftech26.sm-vertical ul a:focus, .sm-reftech26.sm-vertical ul a:active, .sm-reftech26.sm-vertical ul a.highlighted {
    background: #eeeeee;
  }
  .sm-reftech26.sm-vertical ul a.disabled {
    background: #fff;
  }
}

@media (min-width: 1400px) { 

	.sm-reftech26 a, .sm-reftech26 a:hover, .sm-reftech26 a:focus, .sm-reftech26 a:active {
		font-size: 16px;
		line-height: 16px;
	}
	.sm-reftech26 ul a, .sm-reftech26 ul a:hover, .sm-reftech26 ul a:focus, .sm-reftech26 ul a:active, .sm-reftech26 ul a.highlighted {
		font-size: 16px;
		line-height: 16px;
	  }
}


