@charset "utf-8";
/* how to crack an egg 2023 */


@font-face {
    font-family: firasans;
    src: url('fonts/FiraSans-Regular.woff2') format('woff2'),
        url('fonts/FiraSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
	box-sizing: border-box;
}

html, body {
	padding:0;
	margin:0;
}

body {
	color:#666;
	}

img {
	opacity:0.999;
	filter:alpha(opacity=99.99);
}

a:hover img {
	opacity:0.9;
	filter:alpha(opacity=90);
}

img {
	border:0;
}

a img {
	border:0;
}

.clearboth {
	display:block;
	clear:both;
}

.vertalign {
	position: relative;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.videoplayer {
	margin:0 auto;
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px; height:0; overflow:hidden;
	box-shadow:0px 0px 6px #aaa;
}
 
.videoplayer iframe,
.videoplayer object,
.videoplayer embed {
	border:none;
	text-align:center;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.vimeo-wrapper {
   position:fixed;
   top:0;
   left:0;
   width:100vw;
   height:100vh;
   z-index:-1;
   pointer-events:none;
   overflow:hidden;
}

.vimeo-wrapper iframe {
   width:100vw;
   height:56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height:100vh;
   min-width:177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position:absolute;
   top:50%;
   left:50%;
   transform:translate(-50%, -50%);
   border:0;
}

.overlayholder {
	display:block;
	display:none;
	position:fixed;
	top:0;
	bottom:auto;
	right:auto;
	left:0;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	z-index:9999;
	background:rgba(0,0,0,0.90);
	border:none;
}


.videooverlay {
	display:block;
	position:absolute;
	top:.5em;
	bottom:auto;
	right:auto;
	left:10%;
	width:80%;
	padding:2em 0 0 0;
	margin:0;
	text-align:right;
	background:#000;
}

.closeoverlay {
	position:absolute;
	display:block;
	top:0;
	bottom:auto;
	right:0;
}

.closeoverlay a {
/*	padding:.4em .6em;
	background:#75c5db;
	color:#fff;
	font-size:.6em;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
*/}


.closeoverlay a:hover {
/*	color:#fff;
	background:#aaa;
*/}

/* Mobile Layout: 480px and below. */

body {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: calc(16px + (24 - 16) * ((100vw - 400px) / (2000 - 400)));
	background-size:100% auto;
	color:#666;
}

.gridContainer {
}

.break-mob {
	display:inline;
}

#LayoutDiv1 {
}


a {
	color:#666;
}

a:visited {
	color:#666;
}

a:hover {
	text-decoration: none;
	color:#f5c826;
}

.formbutton {
	display:inline-block;
	color:#fff;
	text-decoration: none;
	margin:1em 1em 0 0;
	padding:.1em .4em;
	text-align: center;
	background:#20a4a4;
	font-size:1em;
	font-weight:600;
	letter-spacing:normal;
	border:none;
	border-radius:.2em;
}

.formbutton:visited {
	color:#fff;
}

.formbutton:hover {
	background:#186767;
	text-decoration: none;
}

footer .formbutton {
	display:inline-block;
	width:auto;
	margin:0 0 2em 0;
}



.formcell, .formarea {
	display:block;
	width:100%;
	height:auto;
	border:none;
	padding:.2em;
	margin:0 0 1em 0;
	background:#fff;
}


h1, h2, h3, h4, h5, h6 {
/*	font-weight:normal;
	letter-spacing:.08em;*/
}


h1 {
	color:#e56115;
	font-size:1.6em;
	font-weight:600;
	letter-spacing:.08em;
}

h3 {
	clear: both;
}

p {
	font-size:1.1em;
	line-height:1.6em;
}


hr {
	display:block;
	clear:both;
	width:100%;
	margin:2em 0;
	border:none;
	height:.1em;
	background:#aaa;
}

.img100 {
	display: block;
	width: 100%;
}

.img20r, .img30r, .persimg {
	display:block;
	float:right;
	width:40%;
	margin:0 0 1em 2em;
}

.img20r img, .img30r img, .persimg img {
	width:100%;
}

.img20r small, .img30r small, .persimg small {
	display:block;
	margin:.4em 0 0 0;
	text-align: right;
	font-style:italic;
}

.img30l {
	display:block;
	width:30%;
	float:left;
	margin:0 2em 1em 0;
}

.showdt {
	display:none;
}


header {
	display:block;
	position: relative;
	margin: 1em 5%;
}


.mainlogo {
	float:left;
	width: 30%;
	margin: 1em 0 0 5%;
}

#showmenu {
	position: absolute;
	top: 1em;
	right:5%;
	width:10%;
	margin:.8em 0 0 0;
	z-index: 999999;
}

nav {
	display: none;
	position: absolute;
	top:0;
	right:0;
	width:100%;
	padding: 1em 0;
	background:#f5c826;
	z-index: 9999;
	text-align: center;
}

nav a, nav a:visited {
	display: block;
	width: 60%;
	margin:1em auto;
	padding: .5em 0;
	color:#666;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	background: #fff;
/*	background: url('../img/menu_bg.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
*/
}

/*
.menu_main {
	display: none;
	position:absolute;
	top:100%;
	right:5%;
	background:rgba(255,255,255,0.94);
	width:80%;
	text-align: center;
	z-index:999;
	padding:.2em 1em 1em .8em;
	font-size:1.1em;
}

nav ul li {
	margin:.2em 0;
	color:#bbb;
}

nav ul li a, nav ul li a:visited {
	margin:.2em 0;
	color:#000;
	text-decoration: none;
}*/

footer {
	display: none;
}


main {
	margin:0 5%;
}

.splash header {
	display: none;
}

.splash main {
	display:block;
	position: absolute;
	width:100%;
	margin: 0;
	height: 100%;
	background:#f5c826;
	text-align: center;
}

.splash main a {
	display: block;
	margin: 1em 0;
	text-decoration: none;
}

.splash main a:hover {
	color:#000;
	text-decoration: underline;
}

.splash .mainlogo, .splash #showmenu {
	display: none;
}


.mb_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mb_pers {
	width: 32%;
	margin: 0 0 0 0;
}

.mb_pers img {
	width: 100%;
}

.mb_pers a {
	font-size: .8em;
	text-decoration: none !important;
	font-weight: bold;
	text-transform: uppercase;
}

.mb_list a span::before {
	content: '>';
	display: inline-block;
	margin: 0 .5em 0 0;
	color: #95d2d7;
}

.mb_list2 .mb_pers  {
	width: auto;
	margin: 0 0 1em 0;
}

.mb_list2 .mb_pers img {
	display: inline;
	width: auto;
	margin: 0 1em 0 0;
}

.mb_list2 .mb_pers a {
	display: inline;
	vertical-align:bottom;
	font-weight: normal;
}


.innercol1 {
	float:left;
	width:35%;
	margin: 0 0 2em 0;
}

.innercol1 img {
	width:100%
}

.innercol2 {
	float:left;
	width:65%;
	margin: 0 0 2em 0;
}

.blogentry {
	margin: 0 0 2em 0;
}

.blogsmall {
	font-size: .9em;
	margin: .5em 0;
}

.blogsmall a {
	font-weight: bold;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {

}
#LayoutDiv1 {
	
}
}

/* Desktop Layout: 769px and up.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
body {
	font-size: calc(6px + .12vw + .12vh + .6vmin);
}

.gridContainer {
	padding:0;
	margin:0;
	width:100%;
}

.inner #LayoutDiv1 {
	float:none;
	font-size:1em;
	width:60%;
	max-width: 1600px;
	padding:0;
	margin:2em auto;
}

.showmob, #showmenu {
	display:none;
}

.break-mob, .showdt {
	display:inline;
}

.imgfull img {
	width:100%;
	height:100%;
}

.vertalign {
	position: relative;
	top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

h1 {
	font-size:2em;
}

.img20r {
	display:block;
	float:right;
	width:20%;
	margin:0 0 1em 3em;
}


.img30r {
	display:block;
	width:30%;
	float:right;
	margin:0 0 1em 3em;
}



.mainlogo {
	float: none;
	width:20.7%;
	margin:0 0 1em 0;
}


header {
	float:left;
	width:46%;
	margin: 0;
}

nav {
	display: block;
	position: relative;
	padding: 0;
	background:none;
	text-align: left;
}

nav a {
	background: none;
	padding: 0;
	margin: 0;
}

.menu_main {
	float:left;
	width: 45%;
	margin: 0 8% 0 0;
	text-align: center;
	/*background: #ccc;*/
}

.menu_main img {
	display: block;
	width:100%;
}

.menu_main ul {
	margin: 0 0 1em 0;
	padding: 1em 0;
	background:#f5c826;
}

.menu_main ul li {
	width: 90%;
	margin: .5em auto;
	padding: .2em 0;
	background: url('../img/menu_bg.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.menu_main ul li a {
	display:inline-block;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
}

.menu_main ul li a:hover {
}

nav ul li a, nav ul li a:visited {
	text-decoration: none;
}


.menu_sub {
	float:left;
	width:47%;
	margin: 0;
}

.menu_sub ul {
	margin:1em 0;
}

.menu_sub ul li {
	margin: .5em 0;
}

.menu_sub ul li::before {
	content: '>';
	display: inline-block;
	margin: 0 .5em 0 0;
	color: #95d2d7;
}

.menu_sub ul li a {
	display:inline-block;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
}

.splash main {
	width:100%;
	margin: 0;
}

main {
	float: left;
	width:50%;
	margin: 0 0 0 4%;
}

main h1:first-child {
	margin: 0 0 1em 0;
}

.mb_pers {
	width: 16%;
	margin: 0 0 0 0;
}


}

