header.mainheader {
	position: fixed; top: 0; 
	left: 0; right: 0;
	z-index: 99;
}

#notify {
	padding: 22px 48px 10px 30px; font-size: 1.2rem;
	background: linear-gradient(to right, rgb(251, 251, 241) 0%, rgb(217, 240, 228) 100%);
}

#notify.hidden {
	display: none;
}

.hide-notice {
    width: 26px; height: 26px;
    padding: 8px; border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.08);
    position: absolute; top: 10px; right: 20px;
}

.notify-intro {
	font-weight: 700; line-height: 1.2;
	margin-bottom: 5px;
}

.notify-copy {
	max-width: 260px; line-height: 1.35;
	margin-bottom: 5px;
}

.navbar {
	background: rgba(255,255,255,0.95);
	height: 60px; display: flex;
	box-shadow: 0 5px 20px -20px rgba(0, 0, 0, 0.5);
	align-items: center; padding-left: 30px;
}

.logo {
	width: 109px;
}

.navctrls {
	margin-left: auto;
	height: 60px; display: flex;
}

.navbtns {
	display: none;
}

.btn-menu {
	height: 60px; width: 61px; display: flex;
	flex-direction: column; align-items: center;
	justify-content: center;
	border-left: 1px solid #eeedeb;
}

.btn-menu span {
	display: inline-block; background: #162656;
	width: 20px; height: 2px; margin-bottom: 6px;
}

.btn-menu span:last-of-type {
	margin-bottom: 0;
}

.btn-search {
	display: flex;
	align-items: center; justify-content: center;
	width: 51px; height: 60px;
	border-left: 1px solid #eeedeb;
}

.btn-search img {
	width: 16px;
}

#mainmenu {
	position: fixed; top: 0; left: 0;
	right: 0; bottom: 0; z-index: 9998;
	color: #fff; visibility: hidden;
	opacity: 0; transition: all 0.5s ease-in-out;
	background: #003C71;
}

#mainmenu a {
	color: #fff;
}

#mainmenu a:hover {
	text-decoration: underline;
	color: #B1E4E3;
}

#mainmenu.active {
	visibility: visible;
	opacity: 1;
}

.mm-inner {
	width: 100vw; height: 100vh;
	overflow: auto; 
}

.mm-row {
	position: relative;
}

.mm-col1 {
	padding: 20px 30px;
}

.mm-logo {
	width: 194px; margin-bottom: 48px;
	margin-left: -10px;
}

.pagemenu ul {
	list-style: none;
}

.pagemenu ul li.bigitem {
	margin-bottom: 20px;
}

.bigitem > a {
	font-size: 1.8rem; 
	font-weight: 600;
}

#mainmenu .sub-menu > li > a {
	font-weight: 400; line-height: 2;
}

.mm-col2 {
	padding: 12px 30px 60px;
}

.mm-col2 .bigmenu ul {
	margin-bottom: 60px;
}

.mm-col2 .bigmenu ul li {
	font-weight: 500;
}

.mm-col2 .fp-numbers {
    font-size: 1.6rem;
}

.btn-closemenu {
	width: 30px; height: 30px;
    padding: 8px; border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.08);
    position: absolute; top: 20px; right: 20px;
}

.searchpop-inner {
	display: flex; align-items: center;
	justify-content: center; padding: 0 30px;
	width: 100vw; height: 100vh;
}

#mainsearch {
	padding: 196px 0 72px;
}

h1.searchterm {
	font-size: 2.4rem;
	margin-bottom: 20px;
}

a.resultlink {
	display: inline-block;
	margin-bottom: 8px;
}

a.resultlink:hover {
	color: #A4233B;
	text-decoration: underline;
}

.search-results .pagination {
	margin-top: 40px;
	text-align: center;
}

.search-results .pagination .page-numbers {
	display: inline-block; margin: 0 4px;
}

#menu-language, #menu-language .sub-menu {
	list-style: none;
}

#menu-language .sub-menu > li > a {
	color: #A4233B; display: block;
	padding: 0 16px; line-height: 2;
}

#menu-language .sub-menu > li > a:hover {
	color: #fff;
	background: #A4233B;
}

.current-language-menu-item > a {
	font-size: 1.2rem;
	color: #A4233B;
	padding-right: 14px;
	background: url(../img/caretdown.png) no-repeat right center;
	background-size: 8px;
}

#menu-language .sub-menu {
	display: none; position: absolute;
	top: 60px; right: 0; width: 96px;
	padding: 0; background: #fff;
	text-align: right; border: 1px solid #eeedeb;
	box-shadow: 0 5px 20px -20px rgba(0, 0, 0, 0.65);
}

.langwrap {
	height: 60px; width: 65px; display: flex;
	flex-direction: column; align-items: center;
	justify-content: center;
	border-left: 1px solid #eeedeb;
	position: relative;
}

@media only screen and (min-width: 360px) {

	a.btn-mobmenu {
		width: 160px;
	}

}

@media only screen and (min-width: 768px) {

	#notify {
		padding: 0 30px;
		font-size: 1.4rem;
	}

	.notify-inner {
		display: flex; align-items: center;
		height: 74px; justify-content: center;
		max-width: 1440px; margin: 0 auto;
	}

	.notify-intro {
		display: inline-block; margin: 0;
	}

	.notify-copy {
		margin-bottom: 0; line-height: 1.3;
		margin-left: 30px; max-width: 300px;
	}

	#notify .arrowlink {
		margin-left: 72px;
	}

	.hide-notice {
	    position: static;
	    margin-left: auto;
	}

	.navbar {
		padding-left: 6.25vw;
	}

	.mm-row {
		display: flex; min-height: 100%;
	}

	.mm-col1 {
		padding: 24px 40px 96px;
		width: 60%;
		border-right: 1px solid rgba(255,255,255,0.3);
	}

	.mm-logo {
		width: 194px; margin-bottom: 48px;
		margin-left: -10px;
	}

	.mm-col2 {
		padding: 118px 20px 60px 40px;
		width: 40%;
	}

	h1.searchterm {
		font-size: 3rem;
	}

	a.resultlink {
		margin-bottom: 10px;
	}

	li.current-language-menu-item {
		
	}

	.current-language-menu-item > a {
		font-size: 1.3rem;
		padding-right: 16px;
		background: url(../img/caretdown.png) no-repeat right center;
		background-size: 8px;
	}

}

@media only screen and (min-width: 1024px) {

	#notify {
		padding: 0 30px;
	}

	.notify-copy {
		line-height: 1.2;
		max-width: none;
	}

	h1.searchterm {
		font-size: 3rem;
	}

	a.resultlink {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}

}

@media only screen and (min-width: 1280px) {

	#notify {
		font-size: 1.6rem;
	}

	#notify .arrowlink {
		margin-left: 96px;
	}

	#mainsearch {
		padding: 248px 0 124px;
	}

	.search-results .pagination {
		margin-top: 96px;
	}

	.search-results .pagination .page-numbers {
		margin: 0 6px;
	}

}

@media only screen and (min-width: 1281px) {

	.navbar {
		height: 100px;
	}

	.logo {
		width: 200px;
	}

	.navctrls {
		height: 100px;
		align-items: center;
	}

	.langwrap {
		height: 100px; width: 93px;
	}

	#menu-language .sub-menu {
		top: 100px; width: 148px;
		padding: 0;
	}

	#menu-language .sub-menu > li > a {
		color: #A4233B; display: block;
		padding: 0 20px; line-height: 2.2;
	}

	#menu-language .sub-menu > li > a:hover {
		color: #fff;
		background: #A4233B;
	}

	.current-language-menu-item > a {
		font-size: 1.6rem;
	}

	.btn-menu {
		height: 100px; width: 100px;
		border: 0; background: #A4233B;
	}

	.btn-menu span {
		background: #fff;
	}

	.btn-search {
		width: 91px; height: 100px;
	}

	.mm-col1 {
		padding: 24px 0 48px;
		width: 67%;
	}

	.mm-logo {
		width: 228px; margin-bottom: 110px;
		margin-left: 60px;
	}

	.mm-col2 {
		padding: 220px 20px 60px 60px;
		width: 33%;
	}

	.pagemenu {
		margin-left: 80px;
		position: relative;
		width: 380px;
	}

	.pagemenu ul li.bigitem {
		margin-bottom: 56px;
		cursor: pointer;
	}

	.bigitem > a {
		font-size: 4rem;
		line-height: 1.2;
		font-weight: 500;
	}

	#mainmenu .sub-menu {
		visibility: hidden; opacity: 0;
		transition: all 0.5s linear;
		position: absolute; top: 16px;
		right: -370px; width: 370px;
		bottom: 0;
	}

	#mainmenu ul li.bigitem:hover > .sub-menu {
		opacity: 1; visibility: visible;
	}

	#mainmenu .sub-menu > li {
		margin-bottom: 48px;
	}

	#mainmenu .sub-menu > li > a {
		font-size: 2rem; line-height: 1.2;
		text-transform: uppercase;
		letter-spacing: 0.1em;
	}

	.btn-closemenu {
		top: 30px; right: 40px;
	}

	.mm-col2 .bigmenu ul li {
		letter-spacing: 0.1em;
		margin-bottom: 30px;
	}

	.navbtns {
		display: inline-block;
		font-size: 0; padding-right: 36px;
	}

	.btn-navbar {
		display: inline-block; color: #fff;
		background-color: #003C71; line-height: 56px;
		min-width: 270px; border-radius: 9999em;
		font-size: 1.5rem; font-weight: 500;
		letter-spacing: 0.025em; text-align: center;
		padding: 0 12px;
		background-image: linear-gradient(116deg, #A4233B 0%, #162656 100%);
    	background-repeat: no-repeat;
    	background-position: left top;
    	background-size: 0% 100%;
	}

	.btn-navbar:hover {
		background-size: 100% 100%;
	}

	.navctrls .btn-appt {
		margin-left: 30px;
	}

}

@media only screen and (min-width: 1440px) {

	#notify {
		font-size: 2rem;
	}

	#notify .arrowlink {
	    font-size: 2rem; 
	}

	#notify .arrowlink:after {
	    top: 11px;
	}

	#notify .arrowlink {
		margin-left: 130px;
	}

	.pagemenu {
		width: 400px;
	}

	.mm-col2 .bigmenu ul li {
		font-size: 2rem; font-weight: 400;
		margin-bottom: 44px;
	}

	.mm-col2 {
		padding: 222px 10px 60px 80px;
	}

	.mm-col2 .fc-intro {
		font-size: 2rem;
		margin-bottom: 30px;
	}

	.mm-col2 .fp-numbers {
		font-size: 2rem;
	}

}

@media only screen and (min-width: 1560px) {

	.mm-logo {
		margin-left: 80px;
	}

	.pagemenu {
		margin-left: 100px;
		width: 420px;
	}

	.mm-col2 {
		padding: 222px 10px 60px 90px;
	}

	.mm-col2 .bigmenu ul {
		margin-bottom: 72px;
	}

}

@media only screen and (min-width: 1920px) {

	.navbar {
		padding-left: 120px;
	}

	.mm-logo {
		margin-left: 120px;
	}

	.pagemenu {
		margin-left: 230px;
		width: 486px;
	}

	.mm-col2 {
		padding: 222px 10px 60px 120px;
	}

}
