:root {
  --primary: #e62c30;
  --highlight: #7fbe6f;
  --grey-80: #3e3e3e;
  --grey-60: #707070;
  --grey-40: #8b8b8b;
  --grey-20: #f4f4f4;
  --black: #000000;
  --white: #ffffff;	
  --ts-red: #e62614;
  --ts-forrest: #1c6533;
  --ts-black: #212123;
}
 .header-row-sticky {
	position: fixed;
	background: #ee3424;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99999999;

	-webkit-transition: height 150ms ease, opacity 150ms ease;
	-moz-transition:	height 150ms ease, opacity 150ms ease;
	-o-transition:		height 150ms ease, opacity 150ms ease;
	transition:			height 150ms ease, opacity 150ms ease;

}

.main{
    margin-top: 212px;
}
.hamburger {
	padding: 0 0 0 10px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger.is-open .hamburger-inner,
.hamburger.is-open .hamburger-inner::before,
.hamburger.is-open .hamburger-inner::after {
	background-color: var(--ts-red);
}
.hamburger-box {
	width: 34px;
	height: 24px;
	display: block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger--slider .hamburger-inner {
	top: 2px;
}
.hamburger--slider .hamburger-inner::before {
	top: 10px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
	top: 20px;
}
.hamburger--slider.is-open .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-open .hamburger-inner::before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0;
}
.hamburger--slider.is-open .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.header2 {
	color: #fff;
}
.header2 svg {
	fill: currentColor;
}
.header2 a {
	color: inherit;
}
.header2 a:hover {
	text-decoration: none;
}
/* New Header */
.header2__upper {
    background-color: var(--white);
    padding: 30px 0;
}
span.header2-menu-btn__label {
    color: var(--ts-black);
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 34px;
    height: 4px;
    background-color: var(--ts-red);
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.header2__buttons {
	background: none;
}
.header2__btn {
	background: var(--ts-forrest)
}
.header2-call {
    color: var(--ts-black);
}
/* End New Header */

.header2__logo--mobile {
	display: none;
}
.header2__logo--mobile {
	display: none;
}
.header2-constrain {
	margin: 0 auto;
	max-width: 1400px;
	padding-right: 15px;
	padding-left: 15px;
}
.header2__tools {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}
.header2__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}
.header2__actions > * + * {
	margin-left: 30px;
}
.header2-call__text {
	font-size: 12px;
	line-height: 20px;
}
.header2-call__number {
	font-size: 27px;
	line-height: 30px;
}
.header2-call__number:hover {
	color: #4a4a4a;
}
/*.header2__buttons {
	background: #ee3424;
} */
.header2__btn, .header2__btn-white, .header2__btn-red {
	background-color: #1c6533;
	padding: 8px 10px 8px 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	-webkit-transition: background-color 150ms ease;
	-o-transition: 		background-color 150ms ease;
	transition: 		background-color 150ms ease;
}
.header2__btn-white {
	background-color: #fff;
	color:#3e3e3e!important;
	padding-right: 10px;
}
.header2__btn-red {
	background-color: var(--ts-red);
	padding-right: 10px;
	margin-top:5px;
}
.header2__btn > * + * {
	margin-left: 32px;
}
.header2__btn-white > * + *, .header2__btn-red > * + * {
	margin-left: 10px;
}
.header2__btn:hover, .header2__btn-white:hover, .header2__btn-red:hover {
	background-color: #5AA84E;
	color: #4a4a4a;
	transition: all 320ms ease-in;
}
.header2-menu-btn {
	background: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	-webkit-appearance: none;
	-webkit-transition: color 150ms ease;
	-o-transition: 		color 150ms ease;
	transition: 		color 150ms ease;
	border-radius: 50%;
	position: relative;
}
.header2-menu-btn__icon {
	width: 24px;
	height: 24px;
}
.header2-menu-btn:active, .header2-menu-btn:focus {
	outline: none;
}
.header2-menu-btn.is-open .header2-menu-btn__icon {
	color: #ee3424;
}
.header2-menu-btn svg {
	position: relative;
	z-index: 2;
}
.header2__nav-panels {
	position: relative;
	z-index: 900; /* Higher than 'OWL carousel' buttons (800) */
}
.header2__nav-panel {
	background-color: #3f3f3f;
	position: relative;
	z-index: 2;
}
.header2__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	margin: 0;
	position: relative;
	font-size: 14px;
}
.header2__nav > li {
	-webkit-transition: opacity 150ms ease-out, transform 150ms ease-out;
	-o-transition: 		opacity 150ms ease-out, transform 150ms ease-out;
	transition: 		opacity 150ms ease-out, transform 150ms ease-out;
}
.header2__nav > li.is-faded {
	opacity: 0;
	-webkit-transform: 	translateY(-5px);
	-ms-transform:		translateY(-5px);
	transform: 			translateY(-5px);
	pointer-events: none;
}
.header2__list-right {
	margin-left: auto;
	font-size: 95%;
}
.header2__list-right + .header2__list-right {
	margin-left: 0;
}
.header2__nav ul {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	pointer-events: none;
	color: #3f3f3f;
	padding: 10px 0;
}
.header2__nav ul li {
	position: relative;
	display: inline-block;
	padding: 10px 0 15px 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity 500ms ease, transform 500ms ease;
	-o-transition: 		opacity 500ms ease, transform 500ms ease;
	transition: 		opacity 500ms ease, transform 500ms ease;
}
.header2__nav ul li a {
	padding: 5px 0;
	border-bottom: 1px solid #ee3424;
	-webkit-transition: border-bottom 250ms ease;
  -o-transition: border-bottom 250ms ease;
  transition: border-bottom 250ms ease;
}
.header2__nav ul li:hover a {
  padding: 5px 0;
  border-bottom: 4px solid #ee3424;
  color: black;
  -webkit-transition: border-bottom 250ms ease;
  -o-transition: border-bottom 250ms ease;
  transition: border-bottom 250ms ease;
}
.header2__nav > li > ul > li:hover ul li a {
	border-bottom: 1px solid #ee3424;
}
.header2__nav > li > ul > li:hover ul li:hover a {
	border-bottom: 4px solid #ee3424;
}
.header2__nav > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}
.header2__nav > li:not(li.header2__list-right) a.tl {
    /*max-width: 138px;*/
}
.header2__nav > li > ul > li:hover {
	z-index: 3;
}
.header2__nav > li > a {
	display: inline-block;
  padding: 17px 14px 17px 14px;
  text-transform: uppercase;
  line-height: 1.25;
	-webkit-transition: background-color 250ms ease, color 250ms ease, opacity 500ms ease;
	-o-transition: 		background-color 250ms ease, color 250ms ease, opacity 500ms ease;
	transition: 		background-color 250ms ease, color 250ms ease, opacity 500ms ease;
	/* background: url(/assets/images/chevron-right-grey.svg) no-repeat right 0 center; */
	background-size: 6px;
	letter-spacing: -0.05px;
  font-size: 90%;
	min-height:64px;
		display: flex;
align-items: center;
}
.header2__nav > li > a:after {
  content: "\f054";
  font: normal normal normal 11px/1 FontAwesome;
  margin-left: 9px;
  opacity: 0.6;
}
.header2__nav > li.header2__list-right > a:after {
  content: none;
}
.header2__nav > li:hover > a {
	color: #3f3f3f;
	background-color: #fff;
	/* background-image: none; */
}
.header2__nav > li:first-child {
	margin-left: -10px;
}
.header2__nav ul li:not(:last-child) {
	margin-right: 20px;
}
.header2__nav ul li#medicalnegligence {
	min-width:175px;
	margin-right: 10px;
}
.header2__nav ul li#tradeunions {
	min-width:130px;
	margin-right: 10px;
}
.header2__nav > li:hover ul {
	pointer-events: all;
}
.header2__nav > li:hover ul li {
	opacity: 1;
}
.header2__nav.is-open > li ul:before,
.header2__nav > li ul:before {
	content: "";
	position: absolute;
	top: 0;
	right: calc(50% - 50vw);
	left: calc(50% - 50vw);
	bottom: 0;
	background: #fff;
	opacity: 0;
	-webkit-transition: opacity 250ms ease-out;
	-o-transition: 		opacity 250ms ease-out;
	transition: 		opacity 250ms ease-out;
}
.header2__nav > li:hover > ul:before {
	opacity: 1;
}
.header2__nav.is-open > li:not(:hover):not(.header2__list-right) > a {
	opacity: 0.5;
}
.header2__nav > li.header2__list-right > a {
	text-transform: none;
	background-image: none;
	padding-right: 10px;
	padding-left: 10px;
	font-size:95%;
}

.header2__nav ul ul {
	display: none;
	position: absolute;
	top: 38px;
	right: auto;
	left: -10px;
	background-color: #fff;
	padding: 0 10px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2); 
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
}
.header2__nav ul li:hover ul {
	display: block;
}
.header2__nav ul ul:before {
	display: none !important;
}
.header2__nav ul ul li {
	display: block;
	margin-right: 0 !important;
	padding: 10px;
	background: url(/assets/images/chevron-right-red.svg) no-repeat left center;
	background-size: 4px;
}
.header2__nav ul ul a {
	display: block;
	white-space: nowrap;
	padding: 0;
	border: none;
}
.header2__search-btn {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	width: 30px;
	height: 18px;
	padding: 0 5px 0 5px;
}
.header2-search {
	position: absolute;
	right: 0;
	top: 100%;
	opacity: 0;
	pointer-events: none;
	background-color: #fff;
	padding: 10px 15px;
	margin-right: -15px;
	-webkit-transition: opacity 500ms ease;
	-o-transition: 		opacity 500ms ease;
	transition: 		opacity 500ms ease;
}
.header2-search.is-open {
	opacity: 1;
	pointer-events: all;
}
body input[type="search"].header2-search__input { /* Specificity issues with existing CSS! Hence use of ridiculous selector. */
	border: none !important;
	color: #4a4a4a !important;
	background: none;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	width: 200px;
}
.header2-search__input:focus {
	border: none;
}
.header2-search__submit {
	background: #3f3f3f url(/assets/images/chevron-right-white.svg) no-repeat right 7px center;
	background-size: 5px;
	-webkit-appearance: none;
	border: 1px solid var(--grey-80);
	border-radius: 0;
	padding: 0 20px 0 10px;
	margin: 0;
}
.header2-search__submit:hover {
  background: var(--grey-20) url(/assets/images/chevron-right-white.svg)
    no-repeat right 7px center;
  -webkit-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
  background-size: 5px;
  border: 1px solid var(--grey-40);
  color: var(--grey-80);
}
.header2-search__input,
.header2-search__submit {
	line-height: 30px;
}
.header2__container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	-webkit-transition: height 250ms ease;
	-o-transition: 		height 250ms ease;
	transition: 		height 250ms ease;
}
.header2__mega-panel {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}
.header2__mega-panel:before {
	content: "";
	background-color: #3f3f3f;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: 0;
	-webkit-transition: opacity 500ms ease, transform 500ms ease;
	-o-transition: 		opacity 500ms ease, transform 500ms ease;
	transition: 		opacity 500ms ease, transform 500ms ease;
	-webkit-transform: 	translateY(-100%);
	-ms-transform:		translateY(-100%);
	transform: 			translateY(-100%);
}
.header2__mega-panel.is-open {
	pointer-events: all;
	z-index: 3;
}
.header2__mega-panel.is-open:before {
	opacity: 1;
	-webkit-transform: 	translateY(0);
	-ms-transform:		translateY(0);
	transform: 			translateY(0);
}
.header2-mega__heading {
	margin: 0;
	font-family: Lato, sans-serif;
	font-size: 15px;
	text-transform: none;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	letter-spacing: 0.3px;
}
.header2-megamenu + .header2-mega__heading {
	margin-top: 30px;
}
.header2-mega__action-heading {
	margin: 30px 0 5px 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
}
.header2-mega__action-link {
	display: inline-block;
	border-bottom: 2px solid #ee3424;
	font-size: 22px;
}
.header2-mega__action-link:hover {
	color:#fff;
	opacity:0.5;
}
.header2__mega-section {
	width: calc(33.333333%);
	margin-right: 30px;
	margin-left: 30px;
	padding: 60px 0;
	z-index: 3;
	position: relative;
	opacity: 0;
	-webkit-transition: opacity 250ms ease-out, transform 250ms ease-out;
	-o-transition: 		opacity 250ms ease-out, transform 250ms ease-out;
	transition: 		opacity 250ms ease-out, transform 250ms ease-out;
	-webkit-transform: 	translateX(-10px);
	-ms-transform:		translateX(-10px);
	transform: 			translateX(-10px);
	pointer-events: none;
}
.header2__mega-section.is-open {
	opacity: 1;
	-webkit-transform: 	translateX(0);
	-ms-transform:		translateX(0);
	transform: 			translateX(0);
	pointer-events: all;
	-webkit-transition: opacity 500ms ease-out, transform 500ms ease-out;
	-o-transition: 		opacity 500ms ease-out, transform 500ms ease-out;
	transition: 		opacity 500ms ease-out, transform 500ms ease-out;
}
.header2__mega-section + .header2__mega-section {
	z-index: 2;
}
.header2__mega-section + .header2__mega-section + .header2__mega-section {
	z-index: 1;
}
.header2-megamenu {
	margin: 0;
}
.header2-megamenu li > div {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 100%;
	opacity: 0;
	background-color: #3f3f3f;
	width: 420px;
	padding-top: 60px;
	padding-left: 60px;
	-webkit-transform: 	translateX(30px);
	-ms-transform:		translateX(30px);
	transform: 			translateX(30px);
	-webkit-transition: opacity 250ms ease-out, transform 250ms ease-out;
	-o-transition: 		opacity 250ms ease-out, transform 250ms ease-out;
	transition: 		opacity 250ms ease-out, transform 250ms ease-out;
	pointer-events: none;
}
.header2-megamenu li > div:before {
	content: "";
	width: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10px;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%);
	background: -webkit-linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%);
	background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%);
}
.header2-megamenu a {
	display: block;
	padding: 8px 0;
	line-height: 23px;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	-webkit-transition: background-color 150ms ease-out;
	-o-transition: 		background-color 150ms ease-out;
	transition: 		background-color 150ms ease-out;
	padding-left: 5px;
}
.header2-megamenu > li > a > ul > li a {
	text-transform: none;
}
.header2-megamenu a:hover {
	background-color: rgba(255,255,255,0.1);
	color: #fff;
}
.header2-megamenu a:not([href]) {
	background: url(/assets/images/chevron-left-white.svg) no-repeat right 8px center;
	background-size: 8px;
	cursor: pointer;
}
.header2-megamenu__trigger {
	content: "";
	width: 100%;
	background: red;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(/assets/images/chevron-right-white.svg) no-repeat right 8px center;
	background-size: 8px;
}
.header2-megamenu:not(.header2-megamenu--alt) li:not(:last-child ) a {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
li.is-open a:focus {
	opacity:0.6;
}
.header2-megamenu li.is-open > div {
	display: block;
	opacity: 1;
	-webkit-transform: 	translateX(0);
	-ms-transform:		translateX(0);
	transform: 			translateX(0);
	pointer-events: all;
	background-color: #3f3f3f;
}
.header2__mega-additional-btn {
	background: #fff url(/assets/images/chevron-right-grey.svg) no-repeat right 10px center;
	background-size: 10px;
	padding: 7px 45px 8px 10px;
	color: #3f3f3f !important;
	display: inline-block;
	margin-top: 50px;
}
.header2-mobile-menu-btn,
.header2-mobile-actions {
	display: none;
}
.header2-mobile-actions svg {
	margin-top:3px;
}
.site-main {
  position: relative;
}
.header2:hover + .site-main:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  position: absolute;
  opacity: 0.4;
  -webkit-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
li.has-children.is-open > div > ul > li a {
    text-transform: none;
}
li.has-children.is-open a:focus {
    color: white;
    text-decoration: underline;
}

.mm-menu,
.mm-navbar,
.mm-panels,
.mm-panel {
	background: #333;
	color: #fff;
	z-index:999999999;
}
.mm-listitem {
	color: #fff;
	text-transform:none;
}
#mm-1 .mm-listitem {
	text-transform:uppercase;
}
.mm-navbars_top .mm-navbar {
	display: block;
}
.mm-custom-logo,
.mm-custom-contact {
	width: 100%;
	display: block;
	text-align: left;
	padding: 15px;
}
.mm-custom-contact {
	color: #fff;
	padding-bottom: 0;
}
.mm-custom-contact svg {
	fill: currentColor;
}
.mm-custom-contact > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 2px solid rgba(255,255,255,0.5);
	position: relative;
}
.mm-custom-phone {
	font-size: 26px;
	padding-left: 8px;
}
.mm-custom-search-btn {
	-webkit-appearance: none;
	margin-left: auto;
	background: none;
	border: none;
	outline: none;
	box-shadow: none;
}
.mm-listitem:after {
	border-color: rgba(255,255,255,0.1);
	left: 15px;
}
.mm-navbar {
	border-color: rgba(255,255,255,0.1);
}
.mm-navbars_top .mm-navbar {
	border-color: transparent;
}
.mm-btn:after, .mm-btn:before {
	border-color: #fff;
}
.mm-listitem__btn:not(.mm-listitem__text) {
	border-left-width: 0;
}
.mm-panel:first-child .mm-navbar__title > span {
	visibility: hidden;
}
.mm-listitem__text {
	padding-left: 15px;
	font-size: 14px;
}
.mm-custom-btn > a {
	background: #1c6533 !important;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 12px;
	margin-left: 15px;
	margin-right: 15px;
}
.mm-custom-btn.mm-listitem:after,
.mm-custom-no-divider:after,
.mm-panel:first-child .mm-navbar,
.mm-custom-alt:after {
	border-color: transparent;
}
.mm-custom-btn {
	margin-top: 10px;
}
.mm-custom-btn > a {
	position: relative;
}
.mm-custom-btn .mm-listitem__text:after {
	border: 2px solid #fff;
	content: '';
	border-bottom: none;
	border-right: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 10px;
}
.mm-custom-heading {
	margin-top: 30px;
	margin-bottom: 10px;
}

.mm-custom-alt .mm-listitem__text {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	text-transform: uppercase;
}
.mm-navbars_top .header2-search {
	margin: 0 15px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.mm-navbars_top.search-is-open .header2-search {
	opacity: 1;
	pointer-events: all;
}
.mm-custom-search-container {
	display: block;
	-webkit-transition: height 500ms ease;
	-o-transition: 		height 500ms ease;
	transition: 		height 500ms ease;
	height: 0;
	min-height: 0;
	overflow: hidden;
}
.mm-navbars_top.search-is-open .mm-custom-search-container {
	height: 50px;
}
.mm-navbars_top .header2-search .header2-search__submit {
	color: #fff;
}
.mm-navbars_top .header2-search__input {
	width: auto;
	flex: 1;
}
.mm-menu img {
	width: auto;
}
.header2__logo {
	width:14em;
}
.header2__trustpilot {
	padding-top: 10px;
	width: 290px;
}
@media (max-width:900px) {
	.header2__trustpilot {
		width: 180px;
	}
}

@media (max-width: 1200px) {
	.header2-mobile-menu-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	}
	.hamburger {
		padding-left: 0;
	}
	.header2-menu-btn,
	.header2__nav-panels {
		display: none;
	}
}
@media (max-width: 960px) {
	.header2__upper {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.header2-mobile-actions {
		display: block;
		padding: 11px 0;
		background-color: #fff;
		text-align: center;
	}
	/*
	.header2-mobile-actions > * + * {
		margin-left: 10px;
	}
	.header2-mobile-actions__link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
    	-ms-flex-align: center;
		align-items: center;
		justify-content: center;
	}
	*/
	.header2-mobile-actions {
		color: #4a4a4a;
		font-weight: bold;
	}
	.header2-mobile-actions__icon {
		fill: #ee3424 !important;
		margin-right: 10px;
	}
	.header2-call {
		display: none;
	}
}
@media (max-width: 767px) {
	.main {
    margin-top: 294px;
}
	.hamburger {
		transform: scale(0.8);
	}
	.header2__logo--mobile {
		display: inline-block;
		width: auto;
	}
	.header2__logo--desktop {
		display: none;
	}
	.header2__buttons .row div {
		display: flex;
		justify-content: center;
	}
	.header2__btn, .header2__btn-white, .header2__btn-red {
		padding: 12px 10px 12px 10px;
		font-size: 20px;
		margin: 10px 5px 26px 0;
		width:80%;
		 display: flex; /* Use flexbox */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    text-align: center; /* Ensure text aligns center in case of wrapping */
    gap: 10px; /* Optional: adds space between text and SVG */
	}
	.header2__btn > * + * {
		margin-left: 5px;
	}
	html {
		overflow-y: auto; /* Fix issue with inherited style */
	}
}
@media (max-width: 600px){
	.site-main {
		margin-top: 0 !important;
	}
}