header, a, img, li, .tickercontainer {
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}

header, #mainNav888 {
	font-family: 'Montserrat', sans-serif;
	background: #1e69ad;
	box-shadow:  0 5px 15px -5px #555;
	width: 100%;
	position: fixed;
	z-index: 1000;
	letter-spacing: 2px;
	font-size: 11pt;
	top: 44px;
}

header ul, #menu2-small ul {
	width: 100%;
	list-style-type: none;
    margin: 0;
    padding: 0;
	overflow: hidden;
	float: right;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#mainNav999 ul {
	display: flex;
	justify-content: end;
}

#menu2-small ul {
	display: block;
}

@media (min-width: 901px) {
	#menu2-small ul {
		display: flex;
		justify-content: center;
		margin-top: 10px;
		margin-bottom: 30px;
	}

	#menu2-small .social-row-list-item {
		display: none;
	}
}

header li a, #menu2-small li a {
    display: block;
    padding: 0px 15px 0px 15px;
	text-decoration: none;
	color: #ffffff;
	font-size: 11pt;
}


header a.active, header a:hover, #mainNav888 a.active, #mainNav888 a:hover {
	color: #68f4f2;
}

header li, #mainNav888 li {
	display: block;
}

img.logo {
	position: absolute;
	top: -30px;
	left: -20px;
}

img.logo2 {
	position: absolute;
	top: -30px;
	left: -20px;
	opacity: 0;
}

/* Sizes for the bigger menu */
header.large {
	height: 100px;
}

header.large img {
	height: 200px;
	width: auto;
}

@media (max-width:1500px) {
	header.large img {
		height: 125px;
	}
	header li a, #mainNav888 li a {
		font-size: 12px;
	}
}


header.large li {
	margin-top: 45px;
}

/* Sizes for the smaller menu */
header.small {
	height: 50px;
}

header.small .logo {
	width: auto;
	height: 100px;
	top: -40px;
	opacity: 0;
}

header.small .logo2 {
	width: auto;
	height: 100px;
	top: -40px;
	opacity: 1;
}

header.small li {
	margin-top: 17px;
}


/* SUB MENU */
#menu1 {
	display: flex;
	justify-content: end;
	height: 44px;
	line-height: 44px;
	background-color: #1b4575;
	width: 100%;
	position: fixed;
	font-family: 'Montserrat', sans-serif;
	z-index: 900;
}

#menu1 ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
	overflow: hidden;
	float: right;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#menu1 li {
	display: inline;
	float: left;
}

#menu1 li a {
   	display: block;
	padding: 3px 20px 0px 20px;
	text-decoration: none;
	color: #68f4f2;
	font-size: 8pt;
}

#menu1 li a:hover {
	color: #ffffff;
}

#menu1 .social a {
	font-size: 20pt;
	padding: 0px 10px 0px 10px;
}

#searchBox {
	background-color: #68f4f2;
	margin: 34px 34px 0px 34px;
	line-height: 7pt;
	color: #1b4575;
	width: 130px;
	padding: 5px 10px 5px 10px;
}