

/* CMS Path: /Generic/StyleSheets/NFL */

header {
    background: #243967 !important;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    z-index: 10;
}

#form1 {
  background: #243967 !important;
  height: 137px;
}

#team-sites-header-bar a.team-sites-header-bar-dd-tab {
  display: none !important;
}

#team-sites-header-bar.dd {
  display: none !important;
}

div#header-2012 .search-container {
  display: none !important;
}

div#header-2012 div.secondary-nav div.announcement .list-items {
  display: none !important;
}

div#header-2012 div.main-nav .top-nav-items .b-nav-group div.top-label div.icon-container i.top-nav-down-arrow {
  display: none !important;
}

#hd {
  display: none !important;
}

header .nfl-mobile {
  background: #243967;
}

header .menu-button {
  margin: 15px 0 0 5px;
  color: white;
}

header .menu-button:hover {
  margin: 15px 0 0 5px;
  color: white;
}

header .menu-button:focus {
  margin: 15px 0 0 5px;
  color: white;
}

header .logo {
  text-align: center;
  margin-top: 2px;
  height: 64px;
  line-height: 64px;
}

@media only screen and (max-width: 769px) {
  header .nfl-desktop {
    display: none !important;
  }

  header .center-flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header .logo img.nfl {
    width: 80%;
    cursor: pointer;
  }
}
@media only screen and (min-width: 770px) {
  header .nfl-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 441px) {

  header .center-flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header .logo img.nfl {
    width: 100%;
  }
}

.exchangeLogo img.nfl {
  width: 70%;
  margin: 14px 0 0 0;
}

.avd-content img.tmv {
  float: right;
  width: 45%;
  margin: 10px 12px 0 0;
}

@media only screen and (max-width: 768px) {
.exchangeLogo img.nfl {
    width: 80%;
  }

.avd-content img.tmv {
    width: 80%;
  }
}

@media only screen and (max-width: 480px) {
  .exchangeLogo img.nfl {
    width: 85%;
    margin: 6px 0 0 0;
  }

.avd-content img.tmv {
    width: 55%;
    float: none;
  }

  .center-flex-sm {
    display: flex;
    align-items: center;
    justify-content: center;
text-align: center;
  }
}

/* Splash Page */
.nfl-splash {
  margin: 30px 0 30px 0;
  padding: 10px;
}

.superbowl {
  display: block;
  margin: auto;
}

.nfl-splash hr {
  border: 0;
  height: 2px;
  background: linear-gradient(to right, rgba(8, 52, 104, 0.9) 0%, rgba(8, 52, 104, 0) 90%);
  margin: 4px 10px 16px;
}
.nfl-splash h1 {
  font-size: 1.5rem;
  font-weight: 600;
  font-vertical-align: bottom;
  color: #083468;
}
.nfl-splash italic {
  font-size: 12px;
}
.nfl-splash .team {
  text-align: center;
  height: 250px;
}
.nfl-splash .team p {
  text-align: center;
  margin: 10px 0;
  font-size: .85rem;
}
.nfl-splash .team a {
  text-decoration: none;
}
.nfl-splash .team img {
  width: 100%;
}
@media only screen and ( min-width: 480px ) and ( max-width: 960px ) {
  .nfl-splash .team img {
     width: 50%;
   }
}

.login-module p:last-child {
    visibility: hidden;
}

<!-- NEW HEADER STYLES -->
header {
  padding: 0;
  margin: 0;
  height: 130px;
  background: #243967;
  background-size: contain;
  background-position: top center;
}

@media only screen and (max-width: 767px) {
  .desktop-hide {
    display: none;
  }

  header {
    height: 64px;
  }
}

@media only screen and (min-width: 768px) {
  .mobile-hide {
    display: none;
  }
}

header .center-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

@media only screen and (max-width: 680px) {
  .hide-small {
    display: none;
  }
  .eventCont h5 {
    font-size: .95rem;
  }
  .eventCont p {
    font-size: .85rem;
  }
  header .menu-button {
    margin: 15px 0 0 5px;
    color: #white;
  }
  header .logo img {
    width: 80%;
    padding: 4px;
  }
  .banner-wrapper:after {
    opacity: 0.85;
    background-position: 46% 0px;
  }
}
@media only screen and (min-width: 681px) and (max-width: 899px) {
  .hide-medium {
    display: none;
  }
  header .menu {
    font-size: 13px;
  }
  header .menu {
    color: white;
  }
  header .menu h4 {
    margin: 0 0 0 0;
    text-align: right;
    font-size: 1.45rem;
    font-family: "Open Sans", sans serif;
    font-weight: 500;
    letter-spacing: 1px;
    color: white;
    margin-top: 10px;
  }
  header .menu .nav {
    margin: 4px 0 15px 0;
    text-align: right;
  }
  header .menu span {
    margin: 0 10px 0 0;
  }

  header .tmv {
    text-align: right;
    margin: 0;
  }
  header .tmv img {
    width: 30%;
  }
  header .menu-button {
    margin: 15px 0 0 5px;
    color: #white;
  }
  header .logo img {
    height: 60px;
    padding: 30px 0 0 10px;
  }
  .banner-wrapper:after {
    opacity: 0.85;
    background-position: center 0px;
  }
}

@media only screen and (min-width: 900px) {
  .hide-large {
    display: none;
  }

  header .menu {
    font-size: 13px;
  }

  header .logo img {
    height: 60px;
    padding: 30px 0 0 0;
  }
  header .menu {
    color: white;
    margin: 4px 0 0 0;
  }
  header .menu h4 {
    text-align: right;
    font-size: 1.65rem;
    font-family: "Open Sans", sans serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: white;
    margin-top: 10px;
  }
  header .menu .nav {
    margin: 4px 0 15px 0;
    text-align: right;
  }
  header .menu span {
    margin: 0 10px 0 0;
  }
  header .tmv {
    text-align: right;
  }
  header .tmv img {
    margin: 0;
    width: 30%;
  }
  .banner-wrapper:after {
    opacity: 0.85;
    background-position: center 0px;
  }
}

header .logo a img {
    width: inherit;
}

@media only screen and (max-width: 769px) {
    .banner-wrapper .banner-images .verified-logo {
        float: none;
    }
}

.banner-wrapper .login-module {
    visibility: hidden;
}

/* .prod-banner .contentElement {
    visibility: hidden;
} */

.guarantee-box {
    margin-top: 14px;
}


<!--
	Date/Time:Friday, May 05, 2017 8:10:58 AM
	Page Request: 51 ms.
	Machine Name: TMRWEBSRV008
	Machine Type: Production
	Machine Type: Production
	acceptHeader: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
	Request.Url.OriginalString: http://m.ticketexchangebyticketmaster.com:80/nfl/resaleorder/custom.css?ver=2017.360.43
-->
