﻿/* RESPONSIVE
-------------------------------------------------- */

body {
	background-color: #10324e;
	font-size: 15px;
}

body a {
	color: #2F2FB9;
}

body .navigation header,
body #footerwrap {
	float: left;
	width: calc(100% + 30px);
	height: auto;
	margin-left: -15px;
}

body #topbanner {
	float: left;
	width: 100%;
	height: auto;
	padding: 15px 15px 0 15px;
	border-bottom-color: #0D3252;
}

body #header-items {
	float: left;
	width: 100%;
}

body #header-items > div {
	display: none;
}

body #header-items #logo,
body #header-items #mel-nav {
	display: block;
}

body #header-items #logo img {
	position: static;
	margin-top: 0;
	margin-bottom: 14px;
	width: 134px;
}

body #topchannels {
	display: none;
	width: 100% !important;
	padding: 10px 0 0 0 !important;
	top: auto !important;
	margin-bottom: 1px !important;
}

body #topchannels .sub-nav {
	left: -15px;
	width: calc(100% + 30px);
}

body #topchannels .sub-nav.open {
	display: flex !important;
    justify-content: space-around;
}

body #topchannels .sub-nav-group {
	padding-left: 0 !important;
	padding: 0 40px;
}

body #topchannels .sub-nav-group li {
	list-style: none;
}

.container {
	width: 100%;
	max-width: 960px;
	background-color: #fff;
}

.container h3 {
	font-size: 1.05rem;
	font-weight: bold;
}

.container .menucontainer {
	margin-top: 0 !important;
	padding: 0;
}
.container .menucontainer .advisoryLinks {
	padding-bottom: 15px;
}

.container .menucontainer p {
	margin-bottom: 8px;
}

.container .smallbannerwrap {
	display: none;
}

.container .smallbannerwrap,
.container .toparent {
	margin-left: 0;
}

.container .ico-xs {
	width: auto;
	height: auto;
}

.container blockquote {
	border-left: 4px solid #003078;
	padding-left: 1rem;
	font-size: 0.9rem;
}

body #footerwrap a {
	color: #000;
}

body table p {
	margin: 0.75rem 0;
}

body table td {
	padding: 4px;
}

body table table td {
	padding: 0;
}

@media screen and (max-width: 767.9px) {
	body table {
		table-layout: fixed;
		width: 100%;
	}

	body table table td {
		padding: 0;
	}

	body table select {
		max-width: 100%;
	}

	body table input,
	body table select {
		margin-bottom: 4px;
	}

	body table select,
	body table textarea {
		width: 100%;
	}

	body table td,
	body table td font:not([color]) {
		display: block;
		box-sizing: border-box;
		clear: both;
		width: 100%;
	}

	body table input:not([type]) {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	body table td {
		padding: 8px 4px;
	}

	body table select {
		max-width: 536px;
	}
}

@media screen and (min-width: 992px) {
	body #header-items #logo img {
		position: absolute;
		margin-top: 35px;
		margin-bottom: 0;
		width: 207px;
	}

	body #header-items > div,
	body #topchannels,
	.container .smallbannerwrap {
		display: block;
	}
	
	body .mobilebannerwrap {
		display: none;
	}
}

/* NAV BAR MEL
-------------------------------------------------- */

.navbar-links {
	display: none;
	text-align: center;
}

.navbar-links ul {
	list-style: none;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	z-index: 2;
	top: 2.5rem;
	right: 0;
	background: #fff;
	width: 250px;
	padding: 10px;
	margin-bottom:
}

.navbar-links ul li {
	margin: 15px 0;
	white-space: nowrap;
	list-style: none;
}

.navbar-links ul li a {
	color: #0e3252;
	text-decoration: none;
	font-size: 1.2em;
	display: block;
}

.navbar-links ul li a:hover {
	color: orange;
}

.navbar-links ul li.sm a {
	font-size: 1em;
}

.navbar-links ul li.bt {
	border-top: 1px solid #eee;
	padding-top: 14px;
}

.navbar-links input {
	float: left;
}

.navbar-links input + a {
	display: inline !important;
}

.toggle-button {
	position: absolute;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
	height: 21px;
	cursor: pointer;
	top: 16px;
	right: 5px;
	margin: 10px;
}

.bar1,
.bar2,
.bar3 {
	height: 3px;
	width: 100%;
	background-color: black;
	border-radius: 25px;
	transition: 0.4s;
}

/* Transform the bars into an "X" when the toggle button is clicked */
.change .bar1 {
	top: 50%;
	transform: rotate(-45deg) translate(-10px, 2px);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	top: 50%;
	transform: rotate(45deg) translate(-10px, -2px);
}

@media only screen and (min-width: 992px) {
	body #header-items #mel-nav {
		display: none;
	}
}

h1 {
  font-weight: 700 !important;
}