﻿:root {
  --ctn-yellow: #ecc417;
  --ctn-blue: #052f6f;
}

* {
    box-sizing: border-box;
}

nav:not(.mm-menu) {
    display: none;
}

html,
body {
    padding: 0;
    margin: 0;
	background: #fff;
	color: #052f6f;
	font-family: "Outfit", sans-serif;
}

.dark-mode {
  background-color: #011028;
  color: #fff;
}

i {
	box-shadow: 0 0 0 8px rgba(255,255,255,0.25) inset, 0 0 0 8px rgba(255,255,255,0.25); /* this is the circle behind the menu icons */
	border-radius:50px;
}

.noBox {
	box-shadow: 0 0 0 0 #000, 0 0 0 0 #000; /* used to prevent the circle above */
}

a.nostyle:link {
    text-decoration: inherit;
    color: inherit;
}

a.nostyle:visited {
    text-decoration: inherit;
    color: inherit;
}

a.nostyle:hover {
    text-decoration: inherit;
    color: red;
}

#content {
	text-align:left;
	vertical-align:top;
	padding:40px;
}

#hdCont {
	text-align:left;
	min-width:600px;
	overflow:hidden;
}

.ctn_logo {
	vertical-align:middle;
	margin-right:20px;
	cursor:pointer;
}

.ctn_slogan {
	vertical-align:middle;
	margin-right:8px;
}

.slogan {
	font-size:1.8em;
	color:#878787;
	background-color:rgba(255,255,255,0);
	display:inline-block;
	padding: 20px 0 0 0 0;
}

.fat-finger-div {
	display:inline-block;
	background-color:transparent;
}

.fat-finger-img {
	width:32px;
	height:32px;
	pointer-events:none;
}

.fatburger {
	position:absolute;
	top:0;
	left:0;
	width:85px;
	height:60px;
	background-color:transparent;
	z-index:19999;
	display:none;
}

.fatburgerimg {
	width:85px;
	height:60px;
}

.ctnfooter {
	width:100%;
	height:180px;
	background-color:#011028;
	text-align:center;
	color:#fff;
	padding: 38px 25px 0 25px;
	overflow:hidden;
}

.ctnFooterLeft {
	vertical-align:middle;
	margin: 0 20px 20px 0;
	display:inline-block;
}

.ctnFooterRight {
	vertical-align:middle;
	margin: 0 0 20px 20px;
	display:inline-block;
}

.ctnFooterMid {
	display:inline-block;
	vertical-align:middle;
	margin: 0 25px 0 25px;
}

.ctnfooterwords {
	vertical-align:middle;
	font-size:1.1em;
}

.ctnfooterwords a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

.ctnfooterwords2 {
	vertical-align:middle;
	font-size:1.1em;
	margin: 10px 0 0 0;
}

.ctnfooterwords2 a {
	color:#ecc417;
	text-decoration:none;	
}

.ctnfooterwords3 {
	vertical-align:middle;
	font-size:0.8em;
	margin: 15px 0 0 0;
}

.ctnfooterwords3 a {
	color:#fff;
	text-decoration:none;	
}

@media (pointer: coarse) {
	.fatburger {
		display: block;
	}
}

@media screen and (max-width: 900px) {
	.ctnfooter {
		font-size:0.9em;
	}
	.slogan {
		font-size:1.2em;
	}
}


@media screen and (max-width: 1000px) {
	img.ctnFooterRight {
		display: none;
	}
	img.ctnFooterLeft {
		display: none;
	}
}

@media screen and (max-width: 1220px) {
	img.ctnFooterLeft {
		max-width:60px;
		max-height:60px;
	}
	img.ctnFooterRight {
		max-width:75px;
		max-height:60px;
	}	
}

#cButton {
	cursor:pointer;
}

#cButton.dark-mode {
	color:#ecc417;
}

.sectionHeader {
	text-align:left;
	margin:0;
	padding: 30px 0 0 0;
}

.yellowDividerContainer {
	text-align:left;
	margin:0;
	padding: 0 0 10px 0;
}

.yellowDivider {
	width:99%;
	height:2px;
}

h2 {
	font-weight:bold;
	margin:0;
}

.ghostContainer {
	position:fixed;
	z-index:900;
	display:block;
	width:80px;
	height:300px;
	background-color:transparent;
}

.ghostBox {
	position:relative;
	z-index:901;
	width:80px;
	height:50px;
	background-color:transparent;
	cursor: pointer;
}

.ghostTopMargin {
	margin-top:62px;
	background-color:transparent;
}

.ghostlyContainer {
	position:fixed;
	bottom:11px;
	z-index:980;
	display:block;
	width:50px;
	height:230px;
	background-color:rgba(235, 135, 135, 0);
	text-align:center;
}

.ghostlyBox {
	position:relative;
	z-index:901;
	width:80px;
	height:50px;
	background-color:rgba(128, 228, 228, 0);
	cursor: pointer;
}

.ghostlyBottomMargin {
	position:relative;
	z-index:901;
	width:50px;
	height:35px;
	background-color:rgba(228, 128, 228, 0);
}

.contrastButton {
	position:relative;
	z-index:911;
    color: #fff;
    font-size:1.5em;
	background-color:rgba(128, 128, 228, 0);
	cursor: pointer;
	height:35px;
}

.mm-menu {
    --mm-size: 80%;
    --mm-min-size: 240px;
    --mm-max-size: 240px;
    --mm-color-border: rgba(0,0,0,0);
}

.mm-navbar {
    --mm-color-background: #052f6f;
    --mm-color-text-dimmed: #ecc417;
    --mm-color-icon: rgba(236,196,23,1);
}
.mm-panel {
    --mm-color-background: #052f6f;
    --mm-color-text: #fff;
    --mm-color-icon: rgba(255,255,255,1);
}
.mm-iconbar {
    --mm-color-background: #052f6f;
    --mm-color-text-dimmed: #fff;
    --mm-color-icon: #fff;
    padding-top:66px;
    --mm-iconbar-size:50px;
}

.mm-divider {
	background-color:#ecc417;
	padding:0;
	margin:0;
	font-size:1em;
	height:2px;
}

mm-burger {
    color: #ecc417;
	--mb-bar-width: 20px;
	--mb-bar-height: 3px;
}

.burgerContainer {
	background-color:#052fgf;
	position:fixed;
	z-index:999;
	padding: 18px 10px 25px 15px;
	width:80px;
	cursor: pointer;
}

.sButton {
	display: inline-block;
	margin: 4px 2px;
	background-color: rgba(255,255,255,0);
	font-size: 14px;
	padding-left: 32px;
	padding-right: 32px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: gray;
	text-decoration: none;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sButton:hover {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: white;
	color: black;	
}

.search-container {
	position: relative;
	display: inline-block;
	float:right;
	margin: 4px 14px;
	padding: 38px 0 0 0;
	height: 50px;
	width: 50px;
	vertical-align: bottom;
	filter: invert;
}

.mglass {
	display: inline-block;
	pointer-events: none;
}

.searchbutton {
	position: absolute;
	font-size: 22px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.search:focus + .searchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: #eee;
	color: black;
}

.search {
	position: absolute;
	left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
	background-color: #eee;
	outline: none;
	border: none;
	padding: 0;
	width: 0;
	height: 100%;
	z-index: 10;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.search:focus {
	width: 263px; /* Bar width+1px */
	padding: 0 16px 0 0;
}

.expandright {
	left: auto;
	right: 49px; /* Button width-1px */
}

.expandright:focus {
	padding: 0 0 0 16px;
}

hr.menuDiv {
	border:0;
	height:0;
	border-top: 1px #ecc417 solid;
	width:99%;
}

hr.menuDiv2 {
	border:0;
	height:0;
	border-top: 1px #ecc417 solid;
	width:99%;
	margin-top:80px;
}

hr.menuDiv3 {
	border:0;
	height:0;
	border-top: 1px #ecc417 solid;
	width:99%;
	margin-bottom:55px;
}

.doNotify {
  animation: movein 0.7s ease forwards, moveout 0.7s 15s ease forwards;
}

.notifyParent {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:transparent;
	pointer-events: none;
}

#notif {
  background: rgba(164,164,164,0.6);
  height:0px;
  width:100%;
  padding:6px 0 3px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  left: 0px;
  opacity: 0;
  font-weight:bold;
  z-index:1000;
}

@keyframes movein {
  from { height: 0px;opacity:0; }
  to   { height: 35px;opacity:1; }
}

@keyframes moveout {
  from { height: 35px;opacity:1; }
  to   { height: 0px;opacity:0; }
}
