.header {
	background: var(--header-background-color);
	left: 0;
	moz-transition: top 1s ease;
	o-transition: top 1s ease;
	position: fixed;
	right: 0;
	top: 0;
	transition: top 1s ease;
	webkit-transition: top 1s ease;
	z-index: 9;
}
.header ul {
	list-style-type: none;
	margin: 0px;
}
.header .menu__item--depth-1 > a{
	font-weight: 400;
}
.header a {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-decoration: none !important;
}
.header.sticky-header {
	background: var(--header-sticky-background-color);
	box-shadow: var(--primary-box-shadow);
}
.header .menu--desktop .menu__link--active-link:before,
.header .menu--desktop .menu__item--depth-1:not(.has-magamenu) .menu__submenu--level-2 a:hover:before,
.header .menu--desktop .has-magamenu .menu__submenu--level-3 a:hover:before {
	opacity: 1 !important;
	border-color:var(--anchor-primary-hover-color) !important;
}
.header .menu__item--depth-1:not(.has-magamenu) .menu__submenu--level-2 a:before {
	border-left-width: 2px !important;
	border-top-width: 2px !important;
	content: "";
	opacity: 0;
	transform: translatey(-1px) translatex(-10px) rotate(136deg)!important;
}
.header .has-magamenu .menu__submenu--level-3 a:before {
	border-left-width: 2px !important;
	border-top-width: 2px !important;
	content: "";
	opacity: 0;
	transform: translatey(-1px) translatex(-20px) rotate(136deg)!important;
}
.header .menu__item--depth-1:not(.has-magamenu) .menu__submenu--level-2 a:before,
.header .has-magamenu .menu__submenu--level-3 a:before,
 .menu__child-toggle-icon {
	background: transparent;
	border-left: 1px solid;
	border-top: 1px solid;
	display: inline-block;
	height: 7px;
	transform: translatey( -3px) rotate(226deg);
	transition: all 250ms ease-in-out;
	width: 7px;
}
.header .has-magamenu .menu__submenu--level-2 > li > a {
	display: block;
	font-size: 14px;
	color: var(--anchor-primary-color);
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 21px;
	margin: 0 0 30px;
	padding: 0;
	text-decoration: none;
}
.menu--desktop {
	display: block;
}
.menu--mobile {
	display: none;
}
.header .menu__item--depth-1:last-child {
	margin-right: 0px;
}
.menu__submenu--level-2 {
	background: #fff;
	left: 0;
	margin-top: 52px;
	min-width: 250px;
	opacity: 0;
	padding: 18px 0;
	position: absolute;
	top: 40px;
	transform: scaleY(0);
	transform-origin: top center;
	transition: all .5s;
	visibility: hidden;
	width: auto;
	z-index: 1999;
}
.menu__item--open > .menu__submenu--level-2 {
	display: block;
	opacity: 1;
	top: 100%;
	transform: scaley(1);
	visibility: visible;
}
.menu--desktop .has-magamenu.menu__item--open > ul {
	transform: scaley(1) translateX(-25%);
}
.menu--desktop .has-magamenu > ul {
	transform: scaley(0) translateX(-25%);
}
.menu__submenu .menu__link {
	display: block;
	padding: 11px 0px 11px 30px;
	transition: background-color 0.3s;
	width: 100%;
}
.menu__submenu--level-3 {
	left: 100%;
	top: 0;
}
.menu__item--depth-1:nth-last-child(-n+2) .menu__submenu--level-3 {
	left: auto;
	right: 100%;
	top: 0;
}
.menu__item {
	position: relative;
}
.menu__link:hover,
.menu__link:focus,
.menu__link:active {
	text-decoration: none;
}
.menu__link--active-link,
.menu__link--active-branch {
	font-weight: bold;
}
.header .header-get-in-book{
	display: none;
}
.header .dnd-section {
  padding: 0;
}
.header__container {
  display: flex;
}

.header__row-2 {
  align-items: center;
  display: flex;
  width: 100%;
}
.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}
.header__logo img {
  max-width: 100%;
}

#nav-toggle {
  display: none;
}
@media (min-width: 1799px) {
	.menu--desktop {
		padding-left: 110px;
	}
}
@media (max-width: 1798px) {
	.menu--desktop {
		margin: 0 auto;
	}
}
@media (min-width: 1491px) {
	.menu__item--depth-1 {
		margin-right: 47px;
	}
}
@media (min-width: 1490px) and (max-width:1580px) {
	.menu__item--depth-1 {
		margin-right: 30px;
	}
}
@media (min-width: 1400px) and (max-width:1489px) {
	.menu__item--depth-1 {
		margin-right: 17px;
	}
}
@media (max-width: 1399px) and (min-width:1230px) {
	.menu__item--depth-1 {
		margin-right: 5px;
	}
	.header li.menu__item--depth-1 a {
		font-size: 13px;
	}
	.header-demo a.cta_button {
		margin-left: 10px;
	}
}
@media (min-width: 1230px) {
  .header__column {
    width: 100%;
    flex:1 1;
  }
  .header .header-btn .header-login a{
		font-weight:400;
	}
}
@media (max-width: 1229px) {
.header__column .header__navigation--toggle.hide{
	display: block !important;
}
  .header__column {
    position: relative;
        max-width: 400px;
    width: 100%;
  }

  .header__row-1 {
    padding-top: 0;
  }

}
@media (max-width: 1229px) {
  .header__navigation {
    max-width: 400px;
    width: 100%;
    background-color: #fff;
    height: 100vh;
    transition: .7s;
    -webkit-transition: .7s;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 2;
    overflow-y: auto;
    padding: 50px 15px 92px;
  }

  .header__navigation.open{
    right: 0;
  }
}
@media (max-width: 1229px) {
	.header {
		padding: 0px 0px 31px;
	}
	.header .header__container.content-wrapper {
		padding-top: 31px;
	}
	.menu--desktop {
		display: none;
	}
	.menu--mobile {
		display: block;
		width: 100%;
	}
	.menu--mobile ul {
		padding: 0px;
	}
}
@media (max-width: 1229px) {
	.mobile-menu-logo {
		padding-bottom: 15px;
	}
	header .header-btn,
	 header .nevigation-main {
		flex-direction: column;
	}
	header .header-btn {
		align-items: flex-start !important;
		width: 100%;
	}
	.header a.cta_button {
		height: 46px;
	}
	.header .header-btn .header-login {
		padding: 15px 0px;
		width: 100%;
	}
	header .header-btn .header-login,
	.header .menu__item--depth-1:last-child {
		border-bottom: 1px #dedede solid;
	}
	.open-menu .header .header__container {
		padding: 0px;
	}
	.open-menu .header .header__logo {
		opacity: 0;
	}
	.menu__child-toggle {
		background: transparent !important;
		border: none;
		padding: 13px 0px;
		position: absolute;
		right: 10px;
		text-align: right;
		top: 0;
		width: 100%;
	}
	.menu__child-toggle .menu__child-toggle-icon {
		border-left-width: 2px;
		border-top-width: 2px;
    border-color: var(--secondary-color);
	}
	.menu__child-toggle--open.menu__child-toggle .menu__child-toggle-icon {
		border-color: var(--anchor-primary-hover-color);
	}
	.menu__submenu {
		border: none;
		border-radius: 0;
		box-shadow: none;
		display: none;
		position: static;
		transform: unset;
		width: 100%;
	}
	.menu__submenu.menu__submenu--level-2 ul {
		display: block;
		padding-left: 10px;
	}
	.menu__submenu.menu__submenu--level-2 .menu__child-toggle {
		display: none;
	}
	.menu__submenu.menu__submenu--level-2 .menu__link--toggle {
		color: #00809c;
	}
	.menu__submenu .menu__item {
		background-color: #FFF;
		border-bottom: none;
		border-top: 1px solid #EBEFF3;
		padding: 14px 0px;
	}
	.menu__submenu .menu__link {
		display: block;
		padding: 0px;
		transition: none;
		width: 100%;
	}
	.menu__submenu .menu__item .menu__link:hover,
	 .menu__submenu .menu__item .menu__link:focus {
		background-color: inherit;
		transition: none;
	}
	.menu__item--depth-1 {
		border-top: 1px solid #dedede;
		padding: 14px 0px;
	}
	.menu__item--depth-1 > .menu__link--active-link:after {
		content: none;
	}
	.menu__item--depth-1.menu__item--open {
		padding-bottom: 0px;
	}
	.menu__item--depth-2 > .menu__link--toggle,
	 .menu__item--depth-1.menu__item--open > .menu__link {
		color: #01b4cb;
		padding-bottom: 14px;
	}
	.menu__item {
		display: block;
		width: 100%;
	}
	.menu__link {
		display: block;
	}
	.header .header__container {
		padding: 0px 20px;
	}
	.menu-bar {
		cursor: pointer;
		display: block;
		height: 30px;
		margin: 0;
		position: absolute;
		right: 0;
		top: 0px;
		transform: rotate(0deg);
		transition: .5s ease-in-out;
		width: 38px;
		z-index: 1111;
	}
	.menu-bar span {
		background: #00809c;
		border-radius: 9px;
		display: block;
		height: 4px;
		left: 0;
		opacity: 1;
		position: absolute;
		transform: rotate(0deg);
		transition: .25s ease-in-out;
		width: 50%;
	}
	.menu-bar span:nth-child(even) {
		background: #00809c;
		border-radius: 0 9px 9px 0;
		left: 50%;
	}
	.menu-bar span:nth-child(odd) {
		border-radius: 9px 0 0 9px;
		left: 0px;
	}
	.menu-bar span:nth-child(1), .menu-bar span:nth-child(2) {
		top: 0px;
	}
	.menu-bar span:nth-child(3), .menu-bar span:nth-child(4) {
		top: 10px;
	}
	.menu-bar span:nth-child(5), .menu-bar span:nth-child(6) {
		top: 21px;
	}
	.menu-bar span:nth-child(3) {
		left: 4px;
		width: 40%;
	}
	.menu-bar span:nth-child(5) {
		left: 9px;
		width: 29%;
	}
	.open-menu .menu-bar span:nth-child(1), .open-menu .menu-bar span:nth-child(6) {
		background: #00809c;
		transform: rotate(45deg);
	}
	.open-menu .menu-bar span:nth-child(2), .open-menu .menu-bar span:nth-child(5) {
		background: #00809c;
		transform: rotate(-45deg);
	}
	.open-menu .menu-bar span:nth-child(1) {
		left: 5px;
		top: 7px;
	}
	.open-menu .menu-bar span:nth-child(2) {
		left: calc(50% - 5px);
		top: 7px;
	}
	.open-menu .menu-bar span:nth-child(3) {
		left: -50%;
		opacity: 0;
	}
	.open-menu .menu-bar span:nth-child(4) {
		left: 100%;
		opacity: 0;
	}
	.open-menu .menu-bar span:nth-child(5) {
		left: 5px;
	}
	.open-menu .menu-bar span:nth-child(6) {
		left: calc(50% - 5px);
	}
	.open-menu .menu-bar span:nth-child(6), .open-menu .menu-bar span:nth-child(5) {
		top: 16px;
		width: 50%;
	}
	.open-menu .menu-bar {
		background: none;
		position: fixed;
		right: 15px;
		top: 15px;
	}
	body.open-menu {
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
	}
	body.open-menu::before {
		background: rgba(0, 0, 0, 0.7);
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		transition: all 0.4s;
		z-index: 9;
	}
}
@media (min-width: 1230px) {
	.header .mobile-menu-logo {
		display: none;
	}
	.header-demo a.cta_button {
		margin-left: 41px;
		margin-top: 0px;
		min-width: 200px;
		height:46px;
	}
	.header__navigation {
		width: 100%;
	}
	.menu__item--depth-1 {
		display: inline-block;
		padding: 15px 0px;
	}
	.menu__item--depth-1 > .menu__link--active-link:after {
		bottom: -3px;
		content: '';
		height: 2px;
		left: 0;
		position: absolute;
		width: 100%;
	}
	.menu__item--depth-1.menu__item--has-submenu:before {
		border-bottom: 0 solid transparent;
		border-left: 48px solid #ffffff;
		border-top: 25px solid transparent;
		content: "";
		height: 7px;
		left: 0px;
		opacity: 0;
		position: absolute;
		top: 52px;
		transform: translateY(-50%);
		width: 7px;
		z-index: 1;
	}
	.menu__item--depth-1.menu__item--has-submenu.menu__item--open:before {
		opacity: 1;
		transition: 0.6s;
	}
	.header .has-magamenu .menu__submenu--level-3 a {
		margin: 0 0 22px;
		padding: 0px;
	}
	.header {
		padding: 0px 0px 31px;
	}
	.header .header__container {
		padding: 31px 41px 0px;
	}
	.header .menu__submenu--level-2 .menu__child-toggle {
		display: none;
	}
	.header ul.menu__submenu--level-3 {
		box-shadow: none;
		display: block;
		padding: 0px;
		position: unset;
	}
	.header ul.menu__submenu--level-3 li {
		border: none;
	}
	.menu--desktop .has-magamenu > ul {
		background: #FFFFFF;
		display: flex;
		margin: 0 auto;
		padding: 52px 40px 52px 104px;
		width: 1198px;
	}
	.menu--desktop .has-magamenu > ul > li.menu__item--depth-2 {
		width: 25%;
	}
}
@media (min-width: 1230px) {
	.menu__submenu--level-2 {
		display: block;
	}
	.header .menu__item--depth-2 .menu__child-toggle-icon {
		display: none;
	}
	.menu__submenu .menu__child-toggle {
		margin-left: auto;
		padding: 0 1.05rem;
	}
	.menu__child-toggle {
		position: absolute;
		right: 5px;
		top: 30px;
		z-index: 2;
	}
	.menu__item--depth-1 > .menu__child-toggle {
		background: none;
		border: 0;
		margin-left: 2px;
		padding: 0px;
		position: static;
		right: 0;
		top: 0;
		vertical-align: middle;
	}
	.menu__link--active-branch > button .menu__child-toggle-icon,
	.menu__item--open > .menu__child-toggle .menu__child-toggle-icon{
		border-color: var(--anchor-primary-hover-color);
	}
}
@media (max-width: 1199px){
	.header .header-get-in-book p {
    	font-size: 12px !important;
	}
}
@media (min-width: 1024px) {
	.header .header-get-in-book {
		padding: 7px 0px;
	}
}
@media (max-width: 1023px) {
	.header .header-get-in-book {
		padding: 7px 48px;
	}
}
@media (min-width: 768px) {
	.header .header-get-in-book {
		background: #00809c;
		min-height: 35px;
		position: relative;
		text-align: center;
	}
	.header .header-get-in-book p {
		color: #fff;
		font-size: 14px;
		line-height: 17px;
		margin: 0;
		padding: 0;
	}
	.header .header-get-in-book .close-icon {
		position: absolute;
		right: 11px;
		top: 3px;
	}
	.header .header-get-in-book p a{
		font-weight: 400;
		color:#fff;
		padding-left:8px;
	}
	.header .header-get-in-book p a img{
		margin-left:10px;
	}
	.header .header-get-in-book p a:hover{
		text-decoration: underline;
		color:#fff !important;
	}
}
@media (max-width: 767px) {
	.header-get-in-book {
		display: none !important;
	}
}
@media (min-width: 576px) and (max-width: 896px) and (orientation: landscape) {
	.header .header-get-in-book {
		display: none !important;
	}
}

{#New Breed Menu Updates#}
.header .has-magamenu .menu__submenu--level-3 a:before, .header .menu__item--depth-1:not(.has-magamenu) .menu__submenu--level-2 a:before{
  display: none;
}