/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
HOUSTON WAS HERE-- >
*,
*:before,
*:after {
  box-sizing: border-box; }

nav ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

.nav a {
  display: block;
  padding: 0 16px;
  line-height: inherit;
  cursor: pointer; }

.nav__menu {
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase; }

.nav__menu-item {
  display: inline-block;
  position: relative; }

.nav__menu-item:hover {
  background-color: #3FA8B0; }

.nav__menu-item:hover .nav__submenu {
  display: block;
  transition: 300ms 300ms all; }

.nav__submenu {
  font-weight: 300;
  text-transform: none;
  text-align: center;
  display: none;
  position: absolute;
  width: 220px;
  background-color: #3FA8B0;
  z-index: 9999;
  transition: 300ms 300ms all;
  color: #000; }

.nav__submenu-item:hover {
  background: #3FA8B0;
  color: #000; }

.header .header-menu a {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
  line-height: 30px;
  margin-left: -2px !important;
  color: #f5f5f5;
  text-transform: uppercase;
  letter-spacing: 1px; }

.header {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: linear-gradient(45deg, #3FA8B0 0, #3fb092 100%);
  line-height: 0px;
  padding: 17px 0px 0px 0px;
  width: 100%; }

.header.header-small .header-menu a {
  line-height: 20px;
  margin-left: 0px !important;
  margin-top: 12px; }

.header.header-small .logo {
  height: 40px;
  margin-left: 0px;
  zoom: .8;
  margin-top: 10px; }

.nav a {
  font-size: 14px !important;
  padding: 0px 5px !important; }
