body {
  color: #222;
  font-weight: 400;
}
#events-home, #league-home, #meetTheTeam .agentAbout, #services, #flight-tab, #hotel-tab {
  display:none;
}
h1, h2, h3, h4, h5, h6, p {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
#jumbotron-form, .navbar-inverse .navbar-collapse {
  background-color: #0EA5C2;
}
.btn-primary, .besttriptv .btn {
  background-color: #0a4955;
}
.header-phone a {
  color: #0a4955;
}
#media {
  margin-right: 10px;
}
.navbar-right {
  margin-right: 0px;
}
#media a {
  font-size: 150%;
  padding-right: 5px;
  padding-left: 5px;
}
#menu_flight a {
  border-style: solid;
  padding: 8px;
  margin-top: 4px;
}
.serviceIcon {font-size: 14px;}

.blogListingPhoto {margin-bottom: 1em;}

article p, article div, article li {
  font-size: 106%;
  line-height: 1.65;
}
article p, article li {
  margin-bottom: 1.4em;
}

@media only screen and (max-width: 768px) {
  #menu_flight{
    margin-right: 10px;
  }
  .header-phone {
    font-size: 110%;
    font-weight: 600;
  }
}
@media (min-width: 768px) {
  .header-phone {
    text-align: right;
    padding-right: 1em;
    line-height: 65px;
    font-weight: 600;
    font-size: 130%;
  }
}