/*
Theme Name: FLO custom WordPress theme
Author: 52 Degrees North and Neil T King
Description: A completely custom theme, designed by 52 Degrees North (52dn.co.uk), built from scratch and used under license from Neil T King (www.neiltking.com)
License: (C)2025+, Neil King
*/
:root {
	--pageback: #fdfdfd;
	--maintext: #4a545c;
	--link: #22137f;
	--headfootback: #ffffff;
	--headfoottext: #4a545c;
	--grey: #4a545c;
	--lightgrey: #f2f2f2;
	--blue: #22137f;
	--lightblue: #387fa0;
	--darkblue: #183762;
	--green: #2a615f;
	--red: #84223d;
	--orange: #e7b400;
	--wp--preset--font-size--small: 14px !important;
}
html {
	margin: 0;
	padding: 0;
}
body {
    background: var(--pageback);
	font-family: "Lexend", sans-serif;
	font-optical-sizing: auto;
	font-size: 17px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.9em;
	margin: 0;
	padding-top: 100px;
	color: var(--maintext);
	overflow-x: hidden;
}
h1, h2, h3 {
	font-family: "Lexend", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	line-height: 1.1em;
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.6em;
}
p {
	line-height: 1.4em;
	font-kerning: normal;
}
a {
	color: var(--link);
}
li {
	line-height: 1.4em;
}
.aligncenter {
	margin: 0.5em auto;
	display: block;
}
.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 0 7.5px;
}
.alignwide {
	width: 98vw;
	max-width: 98vw;
	margin-left: calc(50% - 49vw);
	margin-right: calc(50% - 49vw);
}
.pagewidth {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
 	max-width    : 100vw;
}
.wp-block-cover .wp-block-cover__inner-container {
	width: 960px !important;
	margin: 0 auto;
}
.wp-block-cover {
	border-radius: 12px;
	padding: 1em 2em !important;
}
.wp-block-cover.alignfull {
	border-radius: 0;
}
.wp-block-cover p {
	margin: 0.5em 0;
	line-height: 1.2em;
	letter-spacing: -0.03em;
}
.wp-block-cover img {
	vertical-align: middle;
}
.content  {
	width: 960px;
	margin: 0 auto;
}
.content img {
	max-width: 100%;
	height: auto;
}
.content ul.blogcategories {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
.content ul.blogcategories li {
	display: inline-block;
}
.content ul.blogcategories li a {
	display: inline-block;
	width: 180px;
	border: 1px solid var(--maintext);
	border-radius: 20px;
	margin: 12px 5px;
	text-decoration: none;
	background: var(--pageback);
	color: var(--link);
}
.content ul.blogcategories li a:hover {
	background: var(--maintext);
	color: var(--pageback);
}
iframe {
	width: 100%;
	height: 500px;
}
.g-recaptcha iframe {
    height: 140px !important;
}
.wp-embed-aspect-16-9 iframe {
	height: 100%;
	aspect-ratio: 16/9;
}
figcaption {
	font-size: 0.9em;
	font-style: italic;
}
hr {
	background: var(--grey);
}
.headerbar {
	padding: 10px 0 !important;
	position: fixed;
	margin: 0;
	left: 0;
	top: 0;
	height: 65px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.15);
	z-index: 1000;
}
body.loggedin .headerbar {
	top: 32px;
}
.headerbar .wp-block-columns {
	margin-bottom: 0;
	margin-top: 0;
}
.headerbar figure {
	margin-bottom: 0;
}
.footerbar {
	font-size: 0.8em;
}
.footerbar a {
	color: #ffffff;
	text-decoration: none;
}
.footerbar a:hover {
	color: var(--lightblue);
	text-decoration: underline;
}

/*
#ntkmenubutton {
	display: none;
}
#ntkpopupmenu {
	background: var(--pageback);
	color: var(--maintext);
	border: 1px solid var(--maintext);
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
	overflow: visible;
}
.ntkpopupmenuwrapper ul {
	height: auto;
	float: none;
}
.ntkpopupmenuwrapper ul li a {
	display: block;
	width: 300px;
	background: var(--pageback);
	color: var(--maintext);
	padding: 5px 10px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	text-decoration: none;
	border-radius: 0;
}
.ntkpopupmenuwrapper ul li a:hover {
	color: #ffffff;
	background: var(--blue);
}
.ntkpopupmenuwrapper .ntkpopupmenusection {
	padding: 5px 10px;
	margin: 0;
	background: var(--maintext);
	color: var(--pageback);
}
*/
/*
.ntkbanner {
	position: relative;
	height: calc(100vh - 90px);
	overflow: hidden;
	padding-top: 90px !important;
}
.ntkbannerinner {
	position: relative;
	height: calc(100vh - 90px);
	object-fit: cover;
	transform: none;
	width: 100%;
	overflow: hidden;
	-webkit-animation: bannergrowshrink 16.0s ease-in-out infinite;
	animation: bannergrowshrink 16.0s ease-in-out infinite;
}
.ntkbanneroverlay {
	position: absolute;
	height: calc(100% - 90px);
	width: 100%;
	left: 0;
	bottom: 0;
	object-fit: contain;
	object-position: left bottom;
}
.ntkbannertext {
	position: relative;
	box-sizing: border-box;
	top: -50%;
	width: 100%;
	max-width: 100vw;
	padding: 20px 30px 20px 20%;
	line-height: 1.5em;
	z-index: 5;
	background: rgba(246,243,240,0.9);
	background: linear-gradient(90deg, rgba(246,243,240,0) 0%, rgba(246,243,240,0.9) 20%, rgba(246,243,240,0.9) 100%);
	-webkit-animation: slide-in-top 2s forwards;
	animation: slide-in-top 2s forwards;
}
.ntkbannerslim {
	height: 500px;
}
.ntkbannertext h1 {
	font-size: 4em;
	line-height: 1.1em;
	margin: 0;
	text-align: right;
}
.ntkbannertext h2 {
	font-size: 1.2em;
	line-height: 1.1em;
	margin: 10px 0 0 0;
}
.ntkbannertext .wp-caption {
	display: block;
	float: left;
	margin-right: 20px;
	font-size: 0.9em;
	line-height: 1.2em;
}
.ntkbannertext .wp-caption img {
	width: 50%;
}
.ntkbannertextbig {
	font-size: 3.6em;
	text-align: left;
}
.ntkbannerdown {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
}
.ntkbannerdown a {
	text-decoration: none;
	color: var(--pageback);
}
.ntkbannerslim .ntkbannerdown {
	display: none;
}
.downarrowback {
	background: var(--brown);
	width: 75px;
	margin: 15px auto 0 auto;
	height: 40px;
	border-radius: 0 0 40px 40px;
	padding: 2px;
	box-sizing: border-box;
}
.downarrow {
	display: block;
	box-sizing: border-box;
	border: solid #FFFFFF;
	border-width: 0 1px 1px 0;
	width: 4px;
	height: 4px;
	margin: 1px auto 0 auto;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	padding: 20px 20px 0 0;
}
*/
.nobold {
	font-weight: 400 !important;
}
.wp-block-group {
	box-sizing: border-box;
	padding: 70px 0;
}
.wp-block-group__inner-container {
	width: 960px;
	margin: 0 auto;
}
.wp-block-group.alignfull {
	padding: 20px 0;
}
.wp-block-columns {
	margin-top: 1.75em;
}
.wp-block-gallery {
	margin: 40px 0 !important;
}
.wp-block-button__link {
	background: var(--blue) !important;
	color: #ffffff;
	padding: calc(.4em + 2px) calc(1.333em + 2px) !important;
}
.wp-block-button__link:hover {
	background: var(--lightblue) !important;
}
.wp-block-button__link.has-lightblue-background-color:hover {
	background: var(--blue) !important;
}
.wp-block-button__link.has-green-background-color:hover {
	background: var(--blue) !important;
}
.wp-block-button__link.has-red-background-color:hover {
	background: var(--blue) !important;
}
.wp-block-button__link.has-darkblue-background-color:hover {
	background: var(--blue) !important;
}
.is-style-rounded img {
	border-radius: 12px;
}
/*
.fullwidth {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	overflow-x: hidden;
}
.shortblock {
	margin-bottom: 0 !important;
}
.whiteback {
	background: #FFFFFF;
	color: var(--brown);
}
.blackback {
	background: #000000;
	color: #FFFFFF;
}
.whitefadedback {
	background: #FFFFFF;
	color: #444444;
}
.whitefadedback .ntkbannertext {
	background: rgba(255,255,255, 0.7);
}
.blackfadedback {
	background: #000000;
	color: #FFFFFF;
}
.blackfadedback .ntkbannertext {
	background: rgba(0,0,0, 0.7);
}
*/
.has-pageback-background-color {
	background: var(--pageback);
	color: var(--maintext);
}
.has-maintext-background-color {
	background: var(--maintext);
	color: #FFFFFF;
}
.greyback, .has-grey-background-color {
	background: var(--grey) !important;
	color: #FFFFFF;
}
.has-lightgrey-background-color {
	background: var(--lightgrey) !important;
	color: var(--maintext);
}
.has-blue-background-color {
	background: var(--blue) !important;
	color: #FFFFFF;
}
.has-lightblue-background-color {
	background: var(--lightblue) !important;
	color: #ffffff;
}
.has-darkblue-background-color {
	background: var(--darkblue) !important;
	color: #ffffff;
}
.has-red-background-color {
	background: var(--red) !important;
	color: #FFFFFF;
}
.has-green-background-color {
	background: var(--green) !important;
	color: #ffffff;
}
.has-orange-background-color {
	background: var(--orange) !important;
	color: #ffffff;
}
.has-pageback-color {
	color: var(--pageback);
}
.has-maintext-color {
	color: var(--maintext);
}
.has-grey-color {
	color: var(--grey);
}
.has-lightgrey-color {
	color: var(--lightgrey);
}
.has-blue-color {
	color: var(--blue);
}
.has-lightblue-color {
	color: var(--lightblue);
}
.has-darkblue-color {
	color: var(--darkblue);
}
.has-red-color {
	color: var(--red);
}
.has-green-color {
	color: var(--green);
}
.has-orange-color {
	color: var(--orange);
}
/*
.barwhite {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
 	max-width    : 100vw;
	padding: 30px 0;
	background: #FFFFFF;
	color: var(--brown);
}
.barwhite a {
	color: var(--link);
}
.barblack {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
 	max-width    : 100vw;
	padding: 30px 0;
	background: #000000;
	color: #FFFFFF;
}
.barblack a {
	color: var(--lightblue);
}
.bargrey {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
 	max-width    : 100vw;
	padding: 30px 0;
	background: var(--grey);
	color: #FFFFFF;
}
.bargrey a {
	color: var(--lightblue);
}
.barlightgrey {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
 	max-width    : 100vw;
	padding: 30px 0;
	background: var(--lightgrey);
	color: #222222;
}
.barblue {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
 	max-width    : 100vw;
	padding: 30px 0;
	background: var(--blue);
	color: #FFFFFF;
}
.barblue a {
	color: var(--lightblue);
}
.barbrown {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
 	max-width    : 100vw;
	padding: 30px 0;
	background: var(--brown);
	color: #FFFFFF;
}
.barbrown a {
	color: var(--lightblue);
}
.barlightbrown {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
 	max-width    : 100vw;
	padding: 30px 0;
	background: url(img/starbackdrop.png) var(--lightbrown);
	color: var(--brown);
}
.barlightbrown a {
	color: var(--link);
}
.barred {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
 	max-width    : 100vw;
	padding: 30px 0;
	background: var(--red);
	color: #FFFFFF;
}
.barred a {
	color: var(--lightred);
}
.baryellow {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
 	max-width    : 100vw;
	padding: 30px 0;
	background: var(--yellow);
	color: #000000;
}
.baryellow a {
	color: var(--blue);
}
.barfullwidth {
	margin-left  : calc( -100vw / 2 );
	margin-right : calc( -100vw / 2 );
	margin-top: 60px;
	margin-bottom: 60px;
 	width    : 100vw;
}
*/

.iconblocks .wp-block-column, .iconblocksbottom .wp-block-column {
	padding: 12px;
	border-radius: 12px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
.iconblocks .wp-block-column {
	padding: 24px 12px;
}
.iconblocksbottom .wp-block-column { /* For having buttons aligned to the bottom */
	display: flex;
	flex-direction: column;
	justify-content : space-between;
}
:where(.iconblocks.is-layout-flex), :where(.iconblocksbottom.is-layout-flex)  {
	gap: 14px !important;
}
.iconblocks .wp-block-group, .iconblocksbottom .wp-block-group {
	padding: 0;
}
.iconblocksbottom .wp-block-group__inner-container {
	width: auto;
}
.bioblock, .bioblockbig {
    display: block !important;
    cursor: zoom-in;
}
.bioblock h3 {
	margin-bottom: 0;
}
.bioblock p {
	margin-top: 5px;
}
.biohidden {
	display: none;
}
.biolightbox {
	position: fixed;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	width: 400px;
	max-width: 100vw;
	max-height: 100vh;
	background: rgba(0,0,0,0.75);
	color: #ffffff;
	border-radius: 12px;
	z-index: 1001;
	padding: 20px;
	overflow-y: scroll;
}
.biolightbox h3 {
	margin-bottom: 0;
}
.biolightbox p {
	margin-top: 5px;
}
.biolightboxclose {
	position: absolute;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	right: 0;
	top: 0;
	background: var(--darkblue);
	z-index: 1002;
	font-size: 2em;
	font-weight: 700;
	padding: 4px;
	cursor: pointer;
}
.hiddenblock {
	visibility: hidden;
}
ul.tickblue, ul.tickorange, ul.tickgreen, ul.tickred, ul.tickwhite, ul.tickdark {
  list-style-type: none;
}
ul.tickblue li, ul.tickorange li, ul.tickgreen li, ul.tickred li, ul.tickwhite li, ul.tickdark li {
	position: relative;
	margin-bottom: 10px;
}
ul.tickblue li::before, ul.tickorange li::before, ul.tickgreen li::before, ul.tickred li::before, ul.tickwhite li::before, ul.tickdark li::before {
	content: "";
	position: absolute;
	top: 0px;
	left: -34px;
	width: 28px;
	height: 28px;
}
ul.tickblue li::before {
	background-image: url(img/TickCircleBlue.png);
}
ul.tickorange li::before {
	background-image: url(img/TickCircleOrange.png);
}
ul.tickgreen li::before {
	background-image: url(img/TickCircleGreen.png);
}
ul.tickred li::before {
	background-image: url(img/TickCircleRed.png);
}
ul.tickwhite li::before {
	background-image: url(img/TickCircleWhite.png);
}
ul.tickdark li::before {
	background-image: url(img/TickCircleDark.png);
}
.faqblock {
	padding: 20px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.15);
	border-radius: 12px;
}
.faqblock .wp-block-group__inner-container {
	width: 100%;
}
.faq {
	margin: 15px 0;
}
.faq .ntkexpandinside {
	border-bottom: 1px solid var(--grey);
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.faq a.ntkexpandlink {
	font-size: 1.2em;
	font-weight: 700;
	text-decoration: none;
	display: block;
	box-sizing: border-box;
}
/*
.faq a.ntkexpandlink::after {
	content: "v";
	float: right;
	color: var(--maintext);
	font-weight: 400;
}
*/
.faq a.ntkexpandlink::after {
	content: " ";
	float: right;
	border: solid black;
	border-width: 0 2px 2px 0;
	padding: 5px;
	transform: rotate(135deg);
}
.faqrotate::after {
	animation: turn45 0.5s forwards;
}
.faq a:hover {
	text-decoration: underline;
}
.contactcolumn h3 {
	margin-bottom: 0;
}
.contactcolumn p {
	margin: 0 0 20px 0;
}
.paginate {
	margin: 20px 0;
}
a.page-numbers {
	border: 0;
	border-radius: 20px;
	padding: 5px;
	min-width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	background: var(--blue);
	color: #ffffff;
	line-height: 20px;
}
a.page-numbers:hover {
	background: var(--lightblue);
	color: #FFFFFF;
}
span.page-numbers {
	border: 0;
	border-radius: 20px;
	padding: 5px;
	min-width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	background: var(--orange);
	color: #ffffff;
	line-height: 20px;
}
.blogthumbnails {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}
.blogthumbnails ul {
	padding-left: 0;
}
.blogthumbnails li {
	margin: 10px 1%;
	display: block;
	width: 48%;
	box-sizing: border-box;
	float: left;
	line-height: 1.4em;
}
.blogthumnails .postinfo {
	line-height: 1.4em;
}
.blogthumbnails .postinfo a {
	text-decoration: none;
	margin-top: 10px;
}
.blogthumbnails li .postinfo h3 {
	margin-top: 10px;
}
.blogthumbnails li .wp-block-button {
	margin-top: 10px;
}
.blogthumbnails img {
	margin: 0;
	/* float: left; */
	width: 100%;
	height: auto;
	/* border-radius: 12px; */
}
.oddeven1 {
	clear: both;
}
.noimage {
	width: 150px;
	height: 150px;
	background: #888888;
	border-radius: 20px;
	margin: 0 10px 10px 0;
	float: left;
}
.postcategories {
	font-size: 0.9em;
	margin: 5px 0 0 0;
	line-height: 1.4em;
}
.postcategories a {
	text-decoration: none;
}
.postcategories a:hover {
	text-decoration: underline;
}
.commentslink {
	color: var(--link);
	cursor: pointer;
}
#commentssection {
	display: none;
}
#commentssection p {
	max-width: 100%;
}
#commentssection label {
	display: inline-block;
	width: 33%;
	min-width: 200px;
	max-width: 150px;
}
#commentssection input, #commentssection textarea {
	width: 60%;
	max-width: 100%;
}
#commentssection input[type="checkbox"] {
	max-width: 100px;
}
#commentssection input[type="submit"] {
	width: 100%;
	font-size: 1.2em;
}
.post-comments li {
	margin-bottom: 20px;
}
.post-comments p {
	margin: 0;
}
.post-comments li .fn {
	font-weight: bold;
}
#commentssection .comment-meta {
	font-size: 0.8em;
}
.inviewright {
	position: relative;
	display: block;
    animation: slide-out-right 1.0s forwards;
}
.canseeright {
    animation: slide-in-right 1.0s forwards;
    -webkit-animation: slide-in-right 1.0s forwards;
}
.cannotseeright {
    animation: slide-out-right 1.0s forwards;
    -webkit-animation: slide-out-right 1.0s forwards;
}
.inviewleft {
	position: relative;
	display: block;
    animation: slide-out-left 1.0s forwards;
}
.canseeleft {
    animation: slide-in-left 1.0s forwards;
    -webkit-animation: slide-in-left 1.0s forwards;
}
.cannotseeleft {
    animation: slide-out-left 1.0s forwards;
    -webkit-animation: slide-out-left 1.0s forwards;
}
.inviewspinright {
	position: relative;
	display: block;
	animation: spin-out-right 1.0s forwards;
}
.canseespinright {
    animation: spin-in-right 1.0s forwards;
    -webkit-animation: spin-in-right 1.0s forwards;
}
.cannotseespinright {
    animation: spin-out-right 1.0s forwards;
    -webkit-animation: spin-out-right 1.0s forwards;
}
.inviewspinleft {
	position: relative;
	display: block;
	animation: spin-out-left 1.0s forwards;
}
.canseespinleft {
    animation: spin-in-left 1.0s forwards;
    -webkit-animation: spin-in-left 1.0s forwards;
}
.cannotseespinleft {
    animation: spin-out-left 1.0s forwards;
    -webkit-animation: spin-out-left 1.0s forwards;
}
.buttonlink {
	display: block;
	background: var(--blue);
	color: #FFFFFF;
	font-weight: bold;
	border: 0;
	font-size: 1.2em;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 2px;
	text-decoration: none;
}
.buttonlink:hover {
	background: var(--lightblue);
	color: #ffffff;
}
.headerbuttonorange, .headerbuttonblue {
	font-family: "Lexend", sans-serif;
	font-size: 1.0em;
	text-decoration: none;
	border: 0;
	border-radius: 9999px;
	padding: 5px 10px !important;
	cursor: pointer;
	box-shadow: none;
}
.headerbuttonorange {
	background: var(--orange);
	color: var(--maintext);
}
.headerbuttonblue {
	background: var(--blue);
	color: #ffffff;
	margin-left: 8px;
}
.headerbuttonorange:hover, .headerbuttonblue:hover {
	background: var(--lightblue);
	color: #ffffff;
}
input[type="submit"], input[type="button"], button {
	background: var(--blue);
	color: #ffffff;
	font-family: "Lexend", sans-serif;
	font-size: 1.125em;
	border: 0;
	border-radius: 9999px;
	padding: calc(.4em + 2px) calc(1.333em + 2px) !important;
	cursor: pointer;
	box-shadow: none;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover {
	background: var(--lightblue);
	color: #ffffff;
}

.ntkform span {
	display: block !important;
	margin-bottom: 20px;
}
.ntkform label {
	display: block;
}
.ntkform input[type="text"], .hbspt-form input[type="text"], .hbspt-form input[type="email"], .hbspt-form input[type="tel"] {
	width: 100%;
	font-family: "Lexend", sans-serif;
	line-height: 1.6em;
	font-size: 1.0em;
	box-sizing: border-box;
}
.ntkform input[type="text"].halfwidthleft {
	width: 49%;
	display: inline-block;
	margin: 0 1% 0 0;
}
.ntkform input[type="text"].halfwidthright {
	width: 49%;
	display: inline-block;
	margin: 0 0 0 1%;
}
.ntkform textarea, .hbspt-form textarea {
	width: 100% !important;
	height: 14em;
	font-family: "Lexend", sans-serif;
	line-height: 1.4em;
	font-size: 1.0em;
	margin-bottom: 20px;
	resize: none !important;
	box-sizing: border-box;
}
.ntk_formsuccess h3 {
	color: #000000; /* #EF6818; */
}
.hs-form-field {
	margin-top: 15px;
}
.ntktestimonial {
	list-style: none;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 40px 0 0 0;
	scrollbar-width: none;
	-ms-overflow-style: none;
	background: #ffffff;
	color: var(--maintext);
	border-radius: 12px;
	margin-top: 35px;
}
.ntktestimonial::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Chrome/Safari/Webkit */
	display: none;
}
.ntktestimonial li {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 20px;
	text-align: center;
	white-space: normal;
	vertical-align: middle;
	font-size: 1em;
}
.ntktestimonial h5 {
	margin: 10px 0 0 0;
}
.ntktestimonial.noauthor h5 {
	display: none;
}
.ntktestimonialquote {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.ntkfullwidthscroll {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	white-space:nowrap;
	border-bottom: 0;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}
.ntkscrolldotblock {
	text-align: center;
	margin: 0 0 40px 0;
	width: 100%;
	cursor: pointer;
}
.ntkscrolldot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #ffffff;
	background: #FFFFFF;
	border-radius: 10px;
	margin: 0 6px 5px 6px;
}
.ntkscrolldoton {
	background: var(--orange);
	border: 1px solid var(--orange);
}

.wp-block-rss {
	max-height: 500px;
	overflow-y: scroll;
}
.wp-block-rss__item {
	padding: 10px 0 10px 0;
	border-bottom: 2px dotted var(--blue);
	line-height: 1.4em;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes turn135 {
	0% { -webkit-transform: rotate(45deg); transform:rotate(45deg); }
	100% { -webkit-transform: rotate(135deg); transform:rotate(135deg); }
}
@keyframes turn45 {
	0% { -webkit-transform: rotate(135deg); transform:rotate(135deg); }
	100% { -webkit-transform: rotate(45deg); transform:rotate(45deg); }
}
@keyframes slide-in-right {
    0% { transform: translateX(100%); opacity: 0; }
    100% { transform: translateX(0%); opacity: 1; }
}
@-webkit-keyframes slide-in-right {
    0% { transform: translateX(100%); opacity: 0; }
    100% { -webkit-transform: translateX(0%); opacity: 1; }
}
@keyframes slide-out-right {
    0% { transform: translateX(0%); opacity: 1; }
    100% { transform: translateX(100%); opacity: 0; }
}
@-webkit-keyframes slide-out-right {
    0% { -webkit-transform: translateX(0%); opacity: 1; }
    100% { -webkit-transform: translateX(100%); opacity: 0; }
}
@keyframes slide-in-left {
    0% { transform: translateX(-100%); opacity: 0; }
    100% { transform: translateX(0%); opacity: 1; }
}
@-webkit-keyframes slide-in-left {
    0% { transform: translateX(-100%); opacity: 0; }
    100% { -webkit-transform: translateX(0%); opacity: 1; }
}
@keyframes slide-out-left {
    0% { transform: translateX(0%); opacity: 1; }
    100% { transform: translateX(-100%); opacity: 0; }
}
@-webkit-keyframes slide-out-left {
    0% { -webkit-transform: translateX(0%); opacity: 1; }
    100% { -webkit-transform: translateX(-100%); opacity: 0; }
}
@keyframes slide-in-top {
    0% { transform: translateY(-100%); opacity: 0; }
    100% { transform: translateY(-50%); opacity: 1; }
}
@-webkit-keyframes slide-in-top {
    0% { transform: translateY(-100%); opacity: 0; }
    100% { -webkit-transform: translateY(-50%); opacity: 1; }
}
@keyframes spin-in-right {
    0% { transform: perspective(900px) rotateY(90deg); }
    100% { transform: perspective(900px) rotateY(0deg); }
}
@-webkit-keyframes spin-in-right {
    0% { -webkit-transform: perspective(900px) rotateY(90deg); }
    100% { -webkit-transform: perspective(900px) rotateY(0deg); }
}
@keyframes spin-out-right {
    0% { transform: perspective(900px) rotateY(0deg); }
    100% { transform: perspective(900px) rotateY(90deg); }
}
@-webkit-keyframes spin-out-right {
    0% { -webkit-transform: perspective(900px) rotateY(0deg); }
    100% { -webkit-transform: perspective(900px) rotateY(90deg); }
}
@keyframes spin-in-left {
    0% { transform: perspective(900px) rotateY(-90deg); }
    100% { transform: perspective(900px) rotateY(0deg); }
}
@-webkit-keyframes spin-in-left {
    0% { -webkit-transform: perspective(900px) rotateY(-90deg); }
    100% { -webkit-transform: perspective(900px) rotateY(0deg); }
}
@keyframes spin-out-left {
    0% { transform: perspective(900px) rotateY(0deg); }
    100% { transform: perspective(900px) rotateY(-90deg); }
}
@-webkit-keyframes spin-out-left {
    0% { -webkit-transform: perspective(900px) rotateY(0deg); }
    100% { -webkit-transform: perspective(900px) rotateY(-90deg); }
}
@keyframes bannergrowshrink {
    0% { transform: scale(1.0); }
    50% { transform: scale(1.10); }
    100% { transform: scale(1.0); }
}
@-webkit-keyframes bannergrowshrink {
    0% { transform: scale(1.0); }
    50% { transform: scale(1.10); }
    100% { transform: scale(1.0); }
}

@media only screen and (min-width: 667px) and (max-width: 1000px) {
	.wp-block-cover .wp-block-cover__inner-container {
		width: 640px;
	}
	.content {
		width: 640px;
	}
/*
	.ntkbannertext {
		max-width: 600px;
	}
*/
	iframe {
		height: 360px;
	}
	.wp-block-group__inner-container {
		width: 640px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 1000px) {
	#ntkmenubutton {
		display: block !important;
	}
	#ntkmenulinks {
		display: none !important;
	}
	.headerbuttonorange {
		display: none !important;
	}
	.headerbuttonblue {
		display: none !important;
	}
	.footerbar #ntkmenulinks {
		display: block !important;
		text-align: left;
	}
	.footerbar #ntkmenubutton {
		display: none !important;
	}
}
@media only screen and (max-width: 666px) {
	body {
		font-size: 14px;
	}
	.wp-block-cover .wp-block-cover__inner-container {
		width: 320px !important;
	}
	.content {
		width: 320px;
	}
	.content ul.blogcategories {
		display: none;
	}
/*
	.ntkbanner {
		height: calc(100vh - 60px);
		padding-top: 60px !important;
	}
	.ntkbannerinner {
		height: calc(100vh - 60px);
	}
	.ntkbanneroverlay {
		height: calc(100vh - 60px);
	}
	.ntkbannertext {
		width: 100%;
		max-width: 100%;
		font-size: 0.7em;
	}
*/
	iframe {
		height: 200px;
	}
	.wp-block-group {
		padding: 40px 0;
	}
	.wp-block-group__inner-container {
		width: 320px;
		margin: 0 auto;
	}
	#topmenulinks {
		display: none;
	}
	#topmenu {
		height: 60px;
	}
	.faqblock {
		padding: 10px;
	}
	.blogthumbnails li {
		margin: 10px 0;
		display: block;
		width: 100%;
		box-sizing: border-box;
		float: none;
		text-align: center;
	}
	.blogthumbnails img {
		display: block;
		float: none;
		margin: 0 auto;
	}
	.noimage {
		display: block;
		float: none;
		margin: 0 auto;
	}
}

@media print {
	@page { 
        size: A4;
        margin: 20mm;
    }
    body {
		zoom: 85%;
        transform: scale(0.8);
        transform-origin: top left;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
	#topmenu {
		display: none;
	}
	.inviewright, .inviewleft, .inviewspinright, .inviewspinleft {
		animation: none !important;
	}
	.cannotseeright, .cannotseeleft, .cannotseespinright, .cannotseespinleft {
		animation: none !important;
	}
}