/**
 * AllergyAware
 * http://wordpress.org/themes
 *
 * Copyright (c) 2014 John Bousfield
 * Licensed under the GPLv2+ license.
 */
/* Supporters */
.nav-background {
  background: url('../../assets/images/bg-red-dark.png');
}
#partners-header {
  background: url('../../assets/images/bg-red.png');
  position: relative;
  font-size: 12pt;
}
#partners-header .intro-line {
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 60px;
  font-weight: 300;
  line-height: 72px;
  color: #fff;
  letter-spacing: 3px;
}
@media (max-width: 990px) {
  #partners-header .intro-line {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  #partners-header .intro-line {
    font-size: 32px;
    line-height: 36px;
  }
}
#partners-header .intro-copy {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  #partners-header .intro-copy {
    font-size: 18px;
    line-height: 24px;
  }
}
#supporters-sponsor {
  background: #fff;
  position: relative;
  font-size: 12pt;
}
#supporters-sponsor .intro-line {
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 60px;
  font-weight: 300;
  line-height: 72px;
  color: #ff4f59;
  letter-spacing: 3px;
}
@media (max-width: 990px) {
  #supporters-sponsor .intro-line {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  #supporters-sponsor .intro-line {
    font-size: 32px;
    line-height: 36px;
  }
}
#supporters-sponsor .presenting-logo {
  margin-bottom: 60px;
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 990px) {
  #supporters-sponsor .presenting-logo {
    margin-bottom: 50px;
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  #supporters-sponsor .presenting-logo {
    margin-bottom: 30px;
    margin-top: 40px;
  }
}
#supporters-list {
  background-color: #fff;
  position: relative;
  font-size: 12pt;
}
#supporters-list h4 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: -30px;
}
#supporters-list .intro-line {
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 60px;
  font-weight: 300;
  line-height: 72px;
  color: #ff4f59;
  letter-spacing: 3px;
}
@media (max-width: 990px) {
  #supporters-list .intro-line {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  #supporters-list .intro-line {
    font-size: 32px;
    line-height: 36px;
  }
}
#supporters-list .presenting-logo {
  margin-top: 20px;
  margin-bottom: 60px;
  text-align: center;
}
#supporters-list .presenting-logo img {
  width: 75%;
}
@media (max-width: 990px) {
  #supporters-list .presenting-logo {
    margin-bottom: 50px;
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  #supporters-list .presenting-logo {
    margin-bottom: 30px;
    margin-top: 40px;
  }
}
#supporters-list .supporter-logo {
  margin-bottom: 50px;
  text-align: center;
  margin-top: 60px;
}
#supporters-government {
  background: #fff;
  position: relative;
  font-size: 12pt;
}
#supporters-government .intro-line {
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 60px;
  font-weight: 300;
  line-height: 72px;
  color: #ff4f59;
  letter-spacing: 3px;
}
@media (max-width: 990px) {
  #supporters-government .intro-line {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  #supporters-government .intro-line {
    font-size: 32px;
    line-height: 36px;
  }
}
#supporters-government .intro-copy {
  color: #989898;
  margin-top: 30px;
  margin-bottom: 45px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  #supporters-government .intro-copy {
    font-size: 18px;
    line-height: 24px;
  }
}
#supporters-government .gov-logo {
  margin-bottom: 30px;
  text-align: center;
  margin-top: 0px;
}
/*# sourceMappingURL=page-supporters.css.map */