.header {
  padding-top: 0;
}

.header .secondary-nav {
  background: #F3F3F3;
  padding: 5px 0;
}
@media only screen and (max-width: 1199px) {
  .header .secondary-nav {
    display: none;
  }
}

.header .secondary-nav .container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.header .secondary-nav .container ul {
  list-style-type: none;
  display: flex;
  align-items: center;
}

.header .secondary-nav .container ul li {
  display: inline;
  padding: 10px 12px;
  border-right: solid 1px #e7e7e7;
}

.header .secondary-nav .container ul li a {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  color: #7f7f7f;
  /*font-size: em(14);*/
  font-size: 14px;
  text-transform: uppercase;
  /*font-weight: 300;*/
}

.header .secondary-nav .container ul li a:hover {
  color: #0e4866;
  text-decoration: underline;
}

.header .secondary-nav .container ul li:first-child {
  padding: 10px 12px 10px 0;
}

.header .secondary-nav .container ul li:last-child {
  border-right: none;
  padding: 10px 0px 10px 12px;
}

.header .secondary-nav .container .float-r {
  display: flex;
  align-items: center;
}

.header .secondary-nav .container .float-r .search input[type=text] {
  background: #e6eaea;
  border: none;
  font-family: "Lato", sans-serif;
  font-size: 0.7222222222em;
  line-height: 38px;
  text-transform: uppercase;
  color: #8d8d8d;
  width: 290px;
  height: 38px;
  padding-left: 10px;
  font-weight: 400;
}

.header .secondary-nav .container .float-r .search input[type=submit] {
  border: none;
  background: url(../i/search.png);
  text-indent: -9999px;
  height: 17px;
  width: 17px;
  /*margin-left: -30px;*/
  position: relative;
  left: -30px;
  top: -5px;
}

.header .secondary-nav .container .float-r .text-resize {
  display: flex;
  align-items: center;
}

.header .secondary-nav .container .float-r .text-resize span a {
  text-decoration: none;
  color: #8D8D8D;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  display: inline-block;
  padding: 0px 8px;
}

.header .secondary-nav .container .float-r .text-resize span a p {
  height: 0;
  line-height: 0;
  width: 0;
  font-size: 0;
}

.header .secondary-nav .container .float-r .text-resize #small a {
  font-size: 16px;
}

.header .secondary-nav .container .float-r .text-resize #medium a {
  font-size: 18px;
}

.header .secondary-nav .container .float-r .text-resize #large a {
  font-size: 20px;
}

.header .secondary-nav .container .float-r .text-resize span.active {
  /*border: solid 1px #000;*/
  /*background: #15597c;
  color: #fff;*/
}

.header .bottom-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: unset;
}

.header .bottom-nav .container ul {
  display: flex;
  align-items: center;
}
.header .bottom-nav .container ul li {
  font-size: 16px;
}
.header .bottom-nav .container ul li.navbutton {
  padding: 0 5px;
  border-right: none;
  border-left: none;
}
.header .bottom-nav .container ul li.navbutton a {
  background: #13406a;
  border: none;
  font-family: "Lato", sans-serif;
  color: #fff;
  line-height: 1;
  font-weight: 300;
  display: block;
  margin: 0;
  cursor: pointer;
  padding: 15px 30px;
}
.header .bottom-nav .container ul li a {
  padding: 30px 40px;
}
.header .bottom-nav .container ul li ul li a {
  color: #fff;
  padding: 18px;
  display: block;
  text-align: left;
}

nav#mob-nav ul li.navbutton a {
  display: inline-block;
  margin: 10px 20px;
  background: #13406a;
  border: none;
  font-family: "Lato", sans-serif;
  color: #fff;
  line-height: 1;
  font-weight: 300;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
}
