/*! responsive-nav.js 1.0.34 by @viljamis */
body, select, input, textarea, button  {
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", Arial;
}
body {
	min-width:100%;
}
input {
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:0;
    margin:0;
    padding:0;
    font-size: 1em;
}
/* remove search box reset X */
::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
button, input:not([type="checkbox"]) {
	border:0;
	cursor: pointer;
}
input[type="text"], input[type="tel"], input[type="search"], input[type="password"], input[type="textbox"], input[type="button"], input[type="email"], textarea.field {
	border: 1px solid #666564;
	font-size: 16px;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
	border: 1px solid rgb(102, 160, 221);
	box-shadow: 0 0 5px rgb(134, 192, 253);
}

.desktop {
	display:none !important;
	width:0 !important;
}
.mobile {
	display:block;
	width:100%;
}
.italic {
	font-style:italic;
}
.left {
	padding:0
}

.main {
	padding:2em 0 0 0
}
.full-width {
	width:100% !important
}
.no-space {
	margin:0 !important;
	padding:0 !important;
}
.hidden-label {
	font-size:1px !important;
}

#nav-header-container {
	height: 2.8em;
	overflow: hidden;
  padding-right: 1em;
}
#nav-header-container button{
	height: 2.8em;
	width: 2.8em;
}
#nav-menu-container {
	display:block;
	position:absolute;
	top: 2.8em;
	z-index: -1;
}
.no-js #nav-menu-container {
	display: none;
}
#nav-menu-container ul {
	background: rgba(0, 0, 46, 0.5);
	width: initial;
}
#nav-menu-container ul a {
	color: #fff;
	display: block;
	font-weight: normal;
}
#nav-logo {
	width: 100px;
	height: 25px;
	display:inline-block;
	margin: 0.5em 0.5em 0em 0.5em;
	vertical-align: top;
}
#nav-logo img { vertical-align:baseline; }

#nav-search form {
	display: -webkit-flex; display: flex;
	-webkit-flex-flow: row;
    flex-flow: row;
}

input.reset, input.reset:hover {
	background: url("/images/cancel.svg") no-repeat 0px 11px;
	background-color: #fff;
	border: none;
	height: 44px;
	margin: 0px;
	padding: 0px 15px;
	color: #c0c0c0;
	outline:none;
	display:none;
	float: right;
	width: auto;
}
input#nav-search-terms {
	border:0;
	/*width:90%; --> Not required. Fix: wrapped search field in a div, set overflow-hidden */
	padding: 0em 0em 0em 0.5em;
	height: 44px;
	color: #666564;
	background: url("/images/TPLMobileIcons3.svg") no-repeat 0px -82px;
	background-color: #fff;
	-webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    cursor: text;
    width: auto;
}
input#nav-search-terms:active, input#nav-search-terms:focus {
	color: #001c71;
	outline: none;
}

input#nav-submit-button{
	background: url("/images/search_go.svg") no-repeat 0px 0px;
	border: none;
	color: #e3e3e3;
	height: 44px;
	width: 44px;
}
input.reset, input.reset:hover {
	background: url("/images/cancel.svg") no-repeat 0px 11px;
	background-color: #fff;
	height: 44px;
	margin: 0px;
	padding: 0px 15px;
	color: #c0c0c0;
	outline:none;
	display:none;
	float: right;
}
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.nav-collapse.opened {
  max-height: 1200px; /*9999px;*/
}
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  background-color:#fff;
}

.nav-collapse li {
  display: block;
  font-size: 1.25em;
  margin: 1.5em 1em;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.nav-collapse.opened li:last-child
{
	border-bottom:none;
}
/* image styling */
button#nav-menu-toggle {
  background: url("/images/TPLMobileIcons3.svg") no-repeat 0px -176px;
}
button#nav-menu-toggle.active,  button#nav-account-toggle.active, button#nav-account-toggle.active:hover, button#nav-search-toggle.active, button#nav-search-toggle.active:hover{
  background: url("/images/TPLMobileIcons3.svg") no-repeat 0px -220px;
}
button#nav-account-toggle {
  background: url("/images/TPLMobileIcons3.svg") no-repeat 0px 0px;
}
button#nav-account-toggle:hover{
  background: url("/images/TPLMobileIcons3.svg") no-repeat 0px -44px;
}
button#nav-search-toggle  {
  background: url("/images/TPLMobileIcons3.svg") no-repeat 0px -88px;
}
button#nav-search-toggle:hover {
  background: url("/images/TPLMobileIcons3.svg") no-repeat 0px -132px;
}

/* wifi page*/
#connect-check {
	padding: 0.5em 0;
}

.js-nav-active #nav-menu-container {
	background: rgba(0, 0, 0, 0.8);
	z-index:100;
}
.js-nav-active #nav-header-container {
	background: rgba(0,0,46,0.92);
}

/* for large screens 62.125em */
@media screen and (min-width: 62.125em) {

  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle, #nav-header-container {
    display: none;
  }
}
