body {
  font-family: 'Roboto', sans-serif;
}

/* General */

a:hover {
  color: #fff;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background-color: #d00;
}

::selection {
  color: #fff;
  background-color: #d00;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.btn-prime, .btn-prime:link, .btn-prime:visited {
  text-decoration: none;
  padding: 10px 15px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}

.btn-prime:hover {
  color: #fff;
  background-color: #d00;
}

.btn-prime-dark {
  background-color: #d00;
  border: 2px solid #d00;
  color: #fff;
}

.btn-prime-dark .focus, .btn-prime-dark:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-prime-border {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}

.btn-prime-border:hover {
  background-color: transparent;
}

* :focus, .navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-prime .focus, .btn-prime:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-title {
  margin-bottom: 0;
  color: #272c32;
  font-weight: 300;
  line-height: 1.1;
}

.sub-heading {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 300;
  color: #777;
}

.section-header {
  margin-bottom: 15px;
}

.no-padding {
  padding: 0;
}

p {
  font-size: 17px;
  color: #000;
}
/* CMD */
section {
  padding: 60px 0;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/** Fixing bootstrap columns for safari **/
.row:before, .row:after{
 display: inline-block !important;
}

/* Navigation */

.bg-dark {
  background-color: #2b2c2d !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #3d4246;
}

.navbar-dark .navbar-nav .nav-link:hover {
  opacity: .9;
}

.navbar-dark .navbar-nav .nav-link .active {
  color: #3d4246;
}

.navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
  outline: 0;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link .active, .navbar-dark .navbar-nav .nav-link .show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #000;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand img {
  height: 45px
}

.navbar-dark .navbar-brand {
  color: #fff !important;
}

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: #2b2c2d ;
  background-color: #2b2c2d;
}

nav .navbar .navbar-expand-sm .bg-dark .navbar-dark .fixed-top {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
}

nav .nav-item {
  line-height: 41px;
}

.navbar {
  padding: 0 1rem;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding: 2px 10px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
}

.buy-now {
  background-color: #d00;
  color: #fff !important;
}

.navbar-dark .navbar-toggler {
  position: relative;
  padding: 8px 12px
}

.navbar-toggler:focus, .navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
  -webkit-transition: transform .35s ease-in-out;
  -o-transition: transform .35s ease-in-out;
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 12px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}


nav#main-nav {
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.3);
}

#main-nav .container h1 {
  position: relative;
}

#main-nav h1:before {
  background: #d00;
  left: 0px;
  right: -10px;
}

#main-nav .container h1::after {
  background: #b40000;
  left: -10px;
  right: -20px;
  z-index: -1;
}

#main-nav .container h1 a {
  background-image: url(http://a.espncdn.com/redesign/assets/img/logos/logo-espn-82x20.png);
  background-size: 82px 20px;
  width: 88px;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  text-shadow: none;
  display: block;
  height: 44px;
  margin-left: 10px;
  position: relative;
}

/* End of Navigation */

/* Hero */

#hero {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7))), url("../img/sponsors_header2.jpg");
  background-image: -webkit-linear-gradient(left top, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../img/sponsors_header2.jpg");
  background-image: -o-linear-gradient(left top, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../img/sponsors_header2.jpg");
  background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../img/sponsors_header2.jpg");
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 44px;
  padding: 200px 0;
}

.content {
  text-align: center;
}

#hero .section-title {
  font-size: 48px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 500;
}

/* Benefits */

#benefits {
  background-color: #2b2c2d;
  text-align: center;
}

#benefits .section-title {
  font-size: 40px;
  margin-bottom: 40px;
  color: #5d5d5d;
}

#benefits .benefit-name {
  font-weight: 300;
  color: #d00;
}

#benefits .speaker-title {
  color: #fff;
  text-align: center;
}

#benefits img {
  width: 64px;
}

#benefits .cta-container {
  margin-top: 30px;
}

/* perks */
#perks .section-title {
  font-size: 40px;
  margin-bottom: 40px;
  text-align: center;
}

#perks  h5 {
  margin-bottom: 20px;
}

#perks p {
  margin:15px 0 0;
}
.perks-bg {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, .92)), to(rgba(255, 255, 255, .92))), url(../img/perks-bg.jpg);
  background-image: -webkit-linear-gradient(left top, rgba(255, 255, 255, .92), rgba(255, 255, 255, .92)), url(../img/perks-bg.jpg);
  background-image: -o-linear-gradient(left top, rgba(255, 255, 255, .92), rgba(255, 255, 255, .92)), url(../img/perks-bg.jpg);
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, .92), rgba(255, 255, 255, .92)), url(../img/perks-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction:

}

.perks-bg p {
  font-weight: 700;
}


/* About */
#about {
  background-color: #d00;
    text-align: center;
}
#about .section-title {
  font-size: 40px;
  margin-bottom: 15px;
      color: #fff
}

#about p {
    color: #fff
}


/* Form */

#form .section-title {
  font-size: 40px;
  margin-bottom: 15px;
}

#form .section-header {
  margin-bottom: 30px;
  text-align: center;
}

#form .sub-heading {
  font-weight: 400;
}

#form .form-control {
  border-radius: 0;
}

/* Bowls */

#bowls {
  background-color: #f9f9f9;
}

#bowls .section-title {
  font-size: 40px;
  margin-bottom: 30px;
}

#bowls ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 50px;
}

#bowls ul li {
  padding: 15px;
}

#bowls ul li img {
  width: 173px;
}

/* Cta */

#cta {
  background-color: #d00;
  text-align: center;
}

#cta h3 {
  color: #fff;
}

#cta .btn-prime-dark {
  background-color: #2b2c2d;
}

/* Footer */

footer {
  padding: 40px 15px;
  background-color: #fff;
}

/* Media Queries */

@media screen and (max-width: 1199px) {
  #benefits .title-container h4 {
    font-size: 21px;
  }
  #bowls ul li {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
  #hero .section-title {
    font-size: 40px;
  }
  .title-container {
    margin-bottom: 20px;
  }
  #perks {
    padding-bottom: 0;
  }
  .perks-bg {
    padding: 40px 15px;
  }

  .perks-bg .col-lg-6:last-child p {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 838px) {
  #bowls ul li img {
    width: 140px;
  }
}

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

@media screen and (max-width: 767px) {
  nav .container {
    max-width: 100%;
  }
  .navbar {
    padding: 0;
  }
  .navbar-brand img {
    height: 45px;
  }
  .navbar-dark .navbar-toggler {
    margin-bottom: 0;
    border-radius: 0;
    padding: 9px;
  }
  .navbar-toggler:not(:disabled):not(.disabled) {
    margin-top: -10px;
    padding: 20px 14px 8px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    text-align: left;
  }
  .navbar-toggler:not(.collapsed) span:nth-child(1), .navbar-toggler:not(.collapsed) span:nth-child(3) {
    top: 24px;
    left: 14px;
  }
  .medium-hide {
    display: none;
  }
  #hero img {
    display: none;
  }
  #hero .section-title {
    font-size: 36px;
  }
  .title-container {
    margin-bottom: 40px;
  }
  .title-container__nomarg {
    margin: 0;
  }
  #bowls ul li img {
    width: 133px;
  }
}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 450px) {
  #hero .section-title {
    font-size: 22px;
  }
  #hero {
    margin-top: 35px;
    padding: 60px 0;
  }
  #benefits .section-title, #form .section-title, #cta h3 {
    font-size: 25px;
  }
  #benefits .section-title {
    margin-bottom: 30px;
  }
  #bowls ul li img {
    width: 110px;
  }
}

@media screen and (max-width: 375px) {
  #bowls ul li img {
    width: 80px;
  }
}

@media screen and (max-width: 360px) {
  .btn-prime, .btn-prime:link, .btn-prime:visited {
    font-size: 12px;
  }
}
