@import url("reset.css");
html {
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility; }

* {
  margin: 0;
  padding: 0; }

body {
  font-family: museo-sans, Helvetica, Arial, Verdana;
  font-size: 100%;
  font-weight: 300;
  background: #ffffff;
  color: #666666;
  color: #666666; }

a {
  color: #e61c24;
  text-decoration: none; }
  a img {
    border: 0; }

h1, h2, h3, h4, h5 {
  font-family: museo-slab, Georgia, Times New Roman, Times;
  font-weight: 700; }
  h1 span, h2 span, h3 span, h4 span, h5 span {
    display: none; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

p {
  padding-top: 0px;
  padding-bottom: 15px; }

.clear {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.wrapper-header {
  width: 100%; }

.wrapper-top {
  margin-bottom: 1px;
  width: 100%;
  height: 150px; }

.wrapper-heading {
  width: 100%;
  background: url("/assets/bg_heading2.jpg") top center no-repeat; }

.home .wrapper-heading {
  background: url("/assets/2015/feature.jpg") top center no-repeat; }

.wrapper-content {
  position: relative;
  width: 990px;
  margin: 0 auto;
  clear: both; }

.wrapper-social {
  width: 100%;
  height: 105px;
  color: #e61c24;
  background-color: #f1f1f1; }
  .wrapper-social #share .further-info {
    padding-top: 0px;
    padding-left: 140px;
    line-height: 20px;
    color: #666666; }
  .wrapper-social #share .form {
    padding-left: 120px; }

.wrapper-footer {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 0.6875em;
  background-color: #e6e6e6; }
  .wrapper-footer a {
    color: #666666;
    text-decoration: none; }
    .wrapper-footer a:hover {
      text-decoration: underline; }
  .wrapper-footer .content-floater a {
    padding-right: 20px; }

.content-main, .content-heading {
  width: 650px; }
  .content-main img, .content-heading img {
    width: 97%; }

.content-floater {
  width: 300px; }

.extra-wide {
  width: 540px; }

.col-small {
  width: 300px;
  overflow: hidden; }

.col-double {
  width: 650px;
  overflow: hidden; }

.txt-intro {
  font-size: 1em;
  font-style: italic; }

.introduction {
  font-family: museo-slab, Georgia, Times New Roman, Times;
  padding-top: 10px;
  font-size: 1.125em;
  font-style: italic; }

#logo {
  position: absolute;
  margin-left: 3px;
  margin-top: 20px;
  width: 310px;
  height: 140px;
  z-index: 50; }
  #logo h1.ceo {
    width: 302px;
    height: 139px;
    background: url("/assets/ceo-cookoff.png") no-repeat;
    background-size: cover; }

#sw {
  float: right;
  width: 300px;
  height: 28px;
  text-align: right; }
  #sw a {
    display: inline-block;
    min-width: 40px;
    padding-right: 18px;
    line-height: 28px;
    background: url("/assets/sw.png") right center no-repeat;
    background-size: 11px 18px; }
    #sw a span {
      display: none;
      text-indent: -9999px; }

#col-supporters {
  padding: 25px 0 0 10px;
  width: 320px;
  height: 60px;
  color: #000; }
  #col-supporters img {
    margin-left: 10px;
    margin-bottom: -10px; }

#col-featured-text {
  padding-top: 35px;
  width: 310px;
  text-align: center; }
  #col-featured-text h1.ceo_blurb {
    width: 341px;
    height: 197px;
    background: url("/assets/2015/save-date.png") no-repeat;
    text-indent: -9999px;
    margin-left: -30px; }

.container-main {
  width: 990px;
  margin: 0 auto;
  clear: both;
  position: relative;
  padding: 0 10px 30px;
  line-height: 1.5em;
  overflow: hidden; }

.container-main h2 {
  font-size: 1.125em;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  color: #666666;
  clear: both; }

.container-main h2.yellow {
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #fce100;
  color: #f6cb3c; }

.clip {
  position: absolute;
  bottom: -2px;
  right: -1px;
  width: 30px;
  height: 30px;
  background: url("/assets/clip.png") no-repeat;
  z-index: 9; }

/* NAVS */
.wrapper-top a {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
  text-decoration: none; }

#nav-minor {
  float: right;
  list-style: none;
  font-size: 0.8125em;
  margin-top: 30px;
  position: relative; }
  #nav-minor li {
    float: left;
    padding-left: 10px;
    width: auto; }
  #nav-minor li.link {
    padding-top: 5px; }
  #nav-minor a {
    color: #666666;
    padding: 5px 8px;
    width: auto;
    opacity: 0.6; }
    #nav-minor a:hover {
      background-color: #fff; }

#nav {
  float: right;
  clear: right;
  list-style: none;
  font-family: museo-slab, Georgia, Times New Roman, Times;
  font-weight: 300;
  font-size: 0.9375em;
  padding: 25px 0 10px;
  position: relative; }
  #nav li {
    float: left;
    display: inline;
    padding-left: 15px; }
  #nav a {
    display: block;
    color: #666666;
    padding: 6px 10px 7px; }
    #nav a:hover {
      background-color: #fff;
      color: #e61c24; }
  #nav .on a {
    color: #fff;
    background-color: #D6D7D8;
    font-weight: 500; }

#btn-mobile-nav {
  display: none;
  font-size: 2em;
  padding-top: 0.2em;
  color: #666666; }
  #btn-mobile-nav:hover {
    color: #e61c24; }

#social {
  height: 30px;
  overflow: hidden; }
  #social a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-top: 5px;
    margin-left: 15px;
    padding: 0;
    text-indent: -9999px;
    opacity: 0.5;
    transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear; }
    #social a:hover {
      opacity: 1.0; }

#twitter, #facebook, #instagram {
  display: inline-block;
  height: 20px;
  margin-right: 3px;
  padding: 0;
  text-indent: -9999px;
  opacity: 0.5;
  transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -webkit-transition: opacity .2s linear; }
  #twitter:hover, #facebook:hover, #instagram:hover {
    opacity: 1; }

#twitter {
  background: url("/assets/tw.png") center center no-repeat;
  background-size: 18px 14px;
  width: 20px; }

#facebook {
  background: url("/assets/fb.png") center center no-repeat;
  background-size: 9px 18px;
  width: 12px; }

#instagram {
  background: url("/assets/ig.png") center center no-repeat;
  background-size: 18px 16px;
  width: 20px; }

.footer-donate {
  line-height: 105px;
  width: 200px;
  text-align: right; }

#share {
  position: relative;
  list-style: none;
  padding-top: 35px;
  width: 100%; }
  #share li {
    float: left;
    display: inline;
    width: 240px;
    font-size: 0.8125em; }
  #share .share_box {
    margin-top: 10px;
    width: 650px;
    height: 25px; }

/* BUTTONS */
.btn-major, .btn-minor, .btn-next, .btn-back {
  color: #fff;
  background-color: #e61c24;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #fff;
  padding: 10px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear; }

.btn-major {
  font-size: 0.9375em;
  font-weight: 900;
  letter-spacing: 2px;
  text-decoration: none; }
  .btn-major:hover {
    background-color: #666666;
    cursor: pointer; }

#btn-donate {
  position: absolute;
  top: 132px;
  right: 0;
  z-index: 5; }
  #btn-donate .btn-major {
    display: block; }

#btn-register {
  position: absolute;
  top: 132px;
  right: 235px;
  z-index: 5; }
  #btn-register .btn-major {
    display: block; }

#payment-confirmation {
  margin: 15px 0;
  font-size: 18px; }
  #payment-confirmation h2 {
    margin-bottom: 15px; }
  #payment-confirmation i {
    font-size: 12px;
    font-style: italic; }
  #payment-confirmation .btn-major {
    display: block;
    width: 100%;
    padding: 10px 0; }
    #payment-confirmation .btn-major.restore {
      margin-bottom: 10px; }
    #payment-confirmation .btn-major.ignore {
      background: #fce100; }
  #payment-confirmation hr {
    margin: 20px 0 50px 0; }

.btn-sub {
  float: right;
  display: block;
  width: 30px;
  height: 25px;
  border: none;
  background: url("/assets/search.png") white no-repeat 10px 8px;
  text-indent: -9999px; }
  .btn-sub:hover {
    cursor: pointer; }

/* IE FIX */
.btn-sub {
  font-size: 0;
  line-height: 0; }

a.btn-fixed-red {
  display: inline-block;
  width: 300px;
  padding: 10px 0;
  line-height: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #e61c24;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 0.9375em;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear; }
  a.btn-fixed-red:hover {
    background-color: #666666; }

a.btn-fixed-grey {
  display: inline-block;
  width: 300px;
  padding: 10px 0;
  line-height: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #f1f1f1;
  color: #666666;
  text-align: center;
  text-decoration: none; }
  a.btn-fixed-grey:hover {
    text-decoration: underline; }

a.plus {
  display: inline-block;
  padding-left: 30px;
  background: url("/assets/plus.png") center left no-repeat;
  font-size: 1.25em;
  line-height: 25px;
  color: #666666; }
  a.plus:hover {
    color: #e61c24; }

/* COMMON ELEMENTS */
#page-intro {
  font-family: museo-slab, Georgia, Times New Roman, Times;
  font-size: 0.9375em;
  font-weight: 500;
  line-height: 20px;
  padding: 20px 0; }
  #page-intro a {
    text-decoration: underline; }

#col-info-main {
  line-height: 50px;
  border-bottom: 1px solid #e6e6e6; }
  #col-info-main .left {
    font-weight: 500; }
  #col-info-main .right {
    font-size: 1.625em;
    font-weight: 900;
    color: #e61c24; }

#col-info-extra {
  line-height: 50px;
  border-bottom: 1px solid #e6e6e6; }
  #col-info-extra .right {
    font-size: 1.625em; }

.pink-box {
  margin: 30px 0;
  width: 310px;
  padding: 10px 15px;
  background-color: #fff0f0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden; }

#event-held {
  margin-top: 50px;
  width: 280px;
  padding: 10px;
  background-color: #fff0f0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden; }
  #event-held .image {
    float: left;
    width: 105px;
    height: 80px; }
    #event-held .image img {
      width: 105px;
      height: 80px;
      border-radius: 5px;
      -webkit-border-radius: 5px; }
  #event-held .clip-pink {
    position: absolute;
    margin-top: 61px;
    width: 20px;
    height: 19px;
    background: url("/assets/clip-pink.png") no-repeat;
    z-index: 2; }
  #event-held .info {
    float: right;
    padding-top: 5px;
    width: 160px;
    line-height: 1.1em;
    font-size: 0.875em; }

/* HOME */
.content-home .wrapper-heading .wrapper-content {
  height: 452px; }
.content-home .container-main {
  margin-top: -25px; }
.content-home .content-main {
  padding-top: 60px; }
.content-home #rotating-images {
  position: relative;
  margin-bottom: 20px;
  width: 300px;
  height: 179px;
  overflow: hidden; }
  .content-home #rotating-images .slideshow {
    width: 296px;
    height: 177px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid #fff;
    overflow: hidden; }
    .content-home #rotating-images .slideshow img {
      display: none;
      width: 296px;
      height: 177px; }
    .content-home #rotating-images .slideshow img.first {
      display: block; }
.content-home #name-tags {
  margin-bottom: 25px;
  width: 650px;
  height: 60px; }
  .content-home #name-tags .name-tag {
    width: 160px;
    height: 30px;
    padding: 7px 0 12px;
    background-color: #78787d;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 0.625em;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #fff; }
    .content-home #name-tags .name-tag a {
      color: #fff; }
    .content-home #name-tags .name-tag h3 {
      font-size: 1.25em;
      line-height: 1.8em;
      text-transform: none; }
  .content-home #name-tags #name-1 {
    margin-left: 130px; }
  .content-home #name-tags #name-2 {
    margin-right: 90px; }
.content-home #total-donations {
  margin-bottom: 40px;
  padding: 5px 0;
  width: 650px;
  border-bottom: 2px solid #fce100;
  overflow: hidden; }
  .content-home #total-donations .left {
    font-size: 1.125em;
    font-weight: 700;
    color: #f6cb3c;
    font-family: museo-slab, Georgia, Times New Roman, Times;
    text-transform: uppercase; }
  .content-home #total-donations .right {
    font-size: 1.625em;
    font-weight: 900;
    color: #e61c24;
    line-height: 21px; }
.content-home #leaderboard {
  width: 650px;
  overflow: hidden;
  min-height: 180px; }
  .content-home #leaderboard .row {
    width: 100%;
    height: auto;
    line-height: 25px;
    overflow: hidden; }
    .content-home #leaderboard .row .name {
      float: left;
      width: 140px; }
      .content-home #leaderboard .row .name a {
        color: #666666;
        text-decoration: none; }
        .content-home #leaderboard .row .name a:hover {
          color: #e61c24; }
    .content-home #leaderboard .row .location {
      float: left;
      padding-left: 20px;
      width: 70px; }
    .content-home #leaderboard .row .company {
      float: left;
      padding-left: 20px;
      width: 130px; }
    .content-home #leaderboard .row .raised {
      float: left;
      padding-left: 10px;
      width: 100px;
      text-align: right; }
  .content-home #leaderboard .row-heading {
    border-bottom: 1px solid #bebebe;
    font-weight: 700; }
  .content-home #leaderboard .row-footer {
    text-align: right;
    font-weight: 500; }
    .content-home #leaderboard .row-footer a:hover {
      text-decoration: underline; }
  .content-home #leaderboard .row-divider {
    margin: 1px 0;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background-color: #e6e6e6; }
.content-home #btn-chefs {
  position: absolute;
  display: inline-block;
  margin-top: -20px;
  margin-left: 428px;
  width: 62px;
  height: 62px;
  text-indent: -9999;
  background: url("/assets/circle-chefs.png") no-repeat;
  z-index: 2; }
.content-home #btn-ceos {
  position: absolute;
  display: inline-block;
  margin-top: -20px;
  right: 10px;
  width: 62px;
  height: 62px;
  text-indent: -9999;
  background: url("/assets/circle-ceos.png") no-repeat;
  z-index: 2; }
.content-home #photos {
  padding-top: 120px; }

.btn-small-donate a {
  float: right;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  background: #FDE8E9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.6875em;
  line-height: 20px;
  margin: 3px 0; }
  .btn-small-donate a:hover {
    background: #e61c24; }

/* CONTENT PAGES */
.content-page .wrapper-heading .wrapper-content {
  height: 210px; }
.content-page .container-main {
  top: -120px; }
.content-page p.msg-below {
  padding-top: 25px;
  font-size: 0.75em;
  padding-left: 30px;
  color: #e61c24; }
  .content-page p.msg-below strong {
    font-size: 20px;
    font-weight: 300; }
.content-page #page-title {
  height: 140px;
  color: #fff;
  overflow: hidden; }
  .content-page #page-title h1 {
    font-size: 3.125em;
    font-weight: 900;
    line-height: 50px; }
  .content-page #page-title h2 {
    font-size: 0.9375em;
    font-weight: 300;
    color: #fff;
    border: none; }
    .content-page #page-title h2 a {
      color: #fff;
      text-decoration: none; }
      .content-page #page-title h2 a:hover {
        color: #e61c24; }
  .content-page #page-title #profile-title {
    width: 650px; }
    .content-page #page-title #profile-title h1 {
      font-size: 3em;
      line-height: 45px;
      margin-bottom: 5px; }
  .content-page #page-title #profile-info {
    width: 650px;
    font-family: museo-slab, Georgia, Times New Roman, Times;
    font-weight: 300;
    font-size: 0.9375em;
    line-height: 1.2em;
    overflow: hidden; }
    .content-page #page-title #profile-info a:hover {
      text-decoration: underline; }
    .content-page #page-title #profile-info .right {
      padding-top: 20px;
      font-size: 0.875em; }
      .content-page #page-title #profile-info .right a {
        color: #fff;
        text-decoration: none; }
        .content-page #page-title #profile-info .right a:hover {
          color: #e61c24; }
.content-page #page-images {
  position: relative;
  margin-bottom: 10px;
  width: 296px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 2px solid #fff; }
  .content-page #page-images img {
    width: 296px;
    border-radius: 4px;
    -webkit-border-radius: 4px; }
  .content-page #page-images #event-held {
    margin-top: 50px;
    width: 280px;
    padding: 10px;
    background-color: #fff0f0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden; }
    .content-page #page-images #event-held .image {
      float: left;
      width: 105px;
      height: 80px; }
      .content-page #page-images #event-held .image img {
        width: 105px;
        height: 80px;
        border-radius: 5px;
        -webkit-border-radius: 5px; }
    .content-page #page-images #event-held .clip-pink {
      position: absolute;
      margin-top: 61px;
      width: 20px;
      height: 19px;
      background: url("/assets/clip-pink.png") no-repeat;
      z-index: 2; }
    .content-page #page-images #event-held .info {
      float: right;
      padding-top: 10px;
      width: 160px; }
.content-page #subpages {
  margin-bottom: 70px;
  width: 300px;
  list-style: none;
  text-align: right; }
  .content-page #subpages li {
    padding-right: 20px;
    line-height: 40px;
    background: url("/assets/divider-subpage.png") bottom right no-repeat;
    color: #e61c24;
    font-size: 0.9375em;
    font-weight: 500; }
    .content-page #subpages li a {
      font-weight: 100; }
      .content-page #subpages li a:hover {
        text-decoration: underline; }
.content-page .image-box {
  float: right;
  clear: right;
  margin: 0 0 15px 20px;
  width: 180px;
  overflow: hidden; }
  .content-page .image-box img {
    width: 180px;
    padding-bottom: 20px; }
.content-page .supporters-adj {
  height: 100px; }
  .content-page .supporters-adj img {
    max-width: 100%;
    max-height: 100%;
    float: left;
    clear: both;
    width: auto; }
.content-page .message-box {
  padding: 20px;
  width: 520px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #e61c24;
  color: #fff; }
  .content-page .message-box a {
    color: #fff;
    text-decoration: underline; }
.content-page .list-divider {
  border-bottom: 1px solid #e6e6e6;
  width: 650px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden; }
.content-page #donation-intro {
  float: left;
  clear: left;
  padding: 20px;
  margin-top: 20px;
  width: 260px;
  font-size: 0.75em;
  overflow: hidden;
  background: #FEFCED;
  border-radius: 5px;
  -webkit-border-radius: 5px; }
  .content-page #donation-intro .intro-row-first {
    font-size: 0.875em;
    padding-bottom: 10px; }
  .content-page #donation-intro .intro-row {
    margin-bottom: 10px;
    overflow: hidden; }
    .content-page #donation-intro .intro-row .row-heading {
      float: left;
      width: 80px;
      font-weight: 700;
      color: #f6cb3c; }
    .content-page #donation-intro .intro-row .row-content {
      float: left;
      width: 180px; }

#notice {
  margin: 20px 0;
  font-size: 18px;
  color: #66b27f; }

.list table {
  width: 650px; }
  .list table td {
    padding: 5px 0; }
  .list table th {
    padding: 5px 0;
    font-weight: bold;
    text-align: left; }
  .list table tr {
    border-bottom: 1px solid #e6e6e6; }
  .list table .index {
    width: 30px;
    padding-right: 40px; }
  .list table .index {
    text-align: right; }
  .list table .name {
    width: 250px; }
  .list table .amount {
    width: 100px;
    text-align: right;
    padding-right: 210px; }

#see-all {
  float: right;
  padding-top: 10px;
  padding-right: 10px; }

/* LIST PAGE */
#list {
  width: 650px;
  overflow: hidden; }
  #list table {
    width: 100%; }
    #list table td {
      padding: 5px 0;
      vertical-align: middle; }
    #list table th {
      padding: 20px 0;
      font-weight: bold;
      text-align: left; }
    #list table tr {
      border-bottom: 1px solid #e6e6e6; }
    #list table thead tr {
      border-bottom: 1px solid #bebebe; }
    #list table tbody tr:hover {
      background-color: #f0f0f0; }
    #list table .img {
      float: left;
      width: 40px;
      margin: 5px 0;
      padding: 0; }
      #list table .img img {
        max-width: 100%; }
    #list table .img_blank {
      float: left;
      width: 40px;
      height: 40px;
      background-color: #ccc;
      margin: 5px 0;
      padding: 0; }
    #list table .name {
      /*width:170px;*/
      padding-left: 20px; }
      #list table .name a {
        color: #666666;
        text-decoration: none; }
        #list table .name a:hover {
          color: #e61c24; }
    #list table .location {
      width: 80px;
      padding: 5px 10px; }
    #list table .company {
      width: 180px;
      padding: 5px 10px; }
    #list table .amount {
      width: 80px;
      text-align: right;
      padding-right: 20px; }

.show-mobile {
  display: none; }

/* REGISTRATION PAGE */
.content-register #btn-donate {
  display: none; }
.content-register a.arrow {
  display: inline-block;
  padding-right: 13px;
  text-decoration: underline;
  background: url("/assets/arrow.png") right 8px no-repeat; }
.content-register .wrapper-heading {
  background: url("/assets/bg_heading.jpg") top center no-repeat; }
  .content-register .wrapper-heading .wrapper-content {
    height: 210px; }
.content-register .container-main {
  margin-top: -50px; }
  .content-register .container-main .content-main, .content-register .container-main .content-heading {
    padding-top: 80px;
    font-family: museo-slab, Georgia, Times New Roman, Times;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.5em; }
.content-register #heading-top {
  float: right;
  padding-top: 65px;
  width: 650px; }
  .content-register #heading-top h1 {
    font-size: 50px;
    font-weight: 100;
    color: #666666;
    line-height: 60px; }
  .content-register #heading-top .right {
    padding-top: 20px;
    text-align: right;
    line-height: 15px;
    font-size: 0.8125em; }
    .content-register #heading-top .right a {
      color: #666666; }
      .content-register #heading-top .right a:hover {
        text-decoration: underline; }
.content-register .col-long {
  position: relative;
  width: 1120px;
  overflow: hidden; }
.content-register .heading-info {
  padding-top: 30px;
  font-family: museo-slab, Georgia, Times New Roman, Times;
  font-size: 1.25em;
  font-weight: 500;
  color: #666666;
  line-height: 1.2em; }
  .content-register .heading-info small {
    font-size: 1.1875em;
    font-style: italic; }
  .content-register .heading-info.bigger {
    font-size: 2.3em;
    padding-top: 4em; }
.content-register #registerarea {
  position: relative; }
.content-register #page-images {
  position: relative;
  margin-bottom: -20px;
  width: 296px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 2px solid #fff;
  overflow: hidden; }
  .content-register #page-images img {
    width: 296px;
    border-radius: 4px;
    -webkit-border-radius: 4px; }
.content-register ul.links {
  width: 100%;
  list-style: none; }
  .content-register ul.links li {
    display: inline-block;
    float: left;
    margin-right: 40px; }
  .content-register ul.links li:last-child {
    margin-right: 0; }

/* REGISTER PROFILE */
#profile-image {
  margin-bottom: 20px;
  width: 296px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 2px solid #fff;
  overflow: hidden; }
  #profile-image img {
    width: 296px;
    border-radius: 4px;
    -webkit-border-radius: 4px; }

#profile-links {
  margin: 30px 0;
  padding: 0 20px;
  font-size: 0.875em;
  font-weight: 500; }

/* FORMS */
#donation_name.disabled, #donation_company.disabled {
  opacity: 0.25; }

.field p {
  display: none;
  clear: both;
  margin-left: 160px;
  padding-top: 5px;
  font-size: 0.75em;
  color: #E61C24; }
.field .field_with_errors + p, .field p.field_error {
  display: block; }

#donateform #response {
  padding: 0 0 15px 160px;
  font-size: 0.9375em;
  color: #e61c24; }

#inputform #response {
  padding: 0 0 15px;
  font-size: 0.9375em;
  color: #e61c24; }

#searchform {
  float: right;
  margin: 30px 0 0 10px;
  width: 140px;
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
  padding: 0 5px; }
  #searchform input.searchtext {
    border: none;
    float: left;
    width: 100px;
    margin: 0;
    font-family: museo-sans, Helvetica, Arial, Verdana;
    font-weight: 300;
    color: #bebebe;
    padding: 4px 0;
    font-size: 0.8125em;
    outline: none;
    background: none; }
  #searchform .btn-sub {
    float: right;
    width: 25px;
    height: 25px;
    border: none;
    background: url("/assets/search.png") no-repeat 10px 6px;
    text-indent: -9999px; }
    #searchform .btn-sub:hover {
      cursor: pointer; }
  #searchform:focus, #searchform:hover {
    background-color: #fff; }

#ceosform {
  width: 650px;
  font-family: museo-slab, Georgia, Times New Roman, Times;
  color: #666666;
  font-size: 1.1875em;
  font-weight: 300; }
  #ceosform label {
    float: left;
    padding-top: 12px;
    width: 150px; }
  #ceosform #searchfield {
    float: right;
    width: 490px;
    border: 2px solid #666666;
    background: #f0f0f0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear; }
    #ceosform #searchfield input.searchtext {
      border: none;
      float: left;
      width: 440px;
      margin: 0;
      padding: 8px 10px;
      font-family: museo-slab, Georgia, Times New Roman, Times;
      color: #666666;
      font-size: 1.1875em;
      font-weight: 300;
      outline: none;
      background: none; }
    #ceosform #searchfield .btn-sub {
      float: right;
      width: 30px;
      height: 30px;
      border: none;
      background: url("/assets/search-big.png") no-repeat 0px 8px;
      text-indent: -9999px; }
      #ceosform #searchfield .btn-sub:hover {
        cursor: pointer; }
    #ceosform #searchfield:focus, #ceosform #searchfield:hover {
      background-color: #fff; }

#registerform {
  padding-top: 15px;
  width: 650px;
  font-family: museo-slab, Georgia, Times New Roman, Times;
  font-size: 1.25em;
  font-weight: 300;
  color: #666666;
  overflow: hidden; }
  #registerform .field {
    margin-bottom: 10px;
    overflow: hidden; }
    #registerform .field label {
      float: left;
      padding-right: 10px;
      width: 150px;
      line-height: 40px; }
    #registerform .field .submit {
      padding-left: 160px; }

#registerprofileform, #editprofileform, #devise-login-form {
  width: 650px;
  font-family: museo-slab, Georgia, Times New Roman, Times;
  font-size: 20px;
  font-weight: 300;
  color: #666666;
  overflow: hidden; }
  #registerprofileform .field, #editprofileform .field, #devise-login-form .field {
    margin-bottom: 10px;
    overflow: hidden; }
    #registerprofileform .field .required, #editprofileform .field .required, #devise-login-form .field .required {
      float: left;
      width: 20px;
      line-height: 40px;
      text-align: center;
      font-size: 20px; }
    #registerprofileform .field .field-info, #editprofileform .field .field-info, #devise-login-form .field .field-info {
      float: right;
      width: 100px;
      text-align: left;
      line-height: 40px;
      font-size: 11px; }
    #registerprofileform .field label, #editprofileform .field label, #devise-login-form .field label {
      float: left;
      width: 155px;
      line-height: 40px;
      margin-right: 5px; }
      #registerprofileform .field label i, #editprofileform .field label i, #devise-login-form .field label i {
        float: right; }
    #registerprofileform .field input.text, #registerprofileform .field textarea, #registerprofileform .field select, #editprofileform .field input.text, #editprofileform .field textarea, #editprofileform .field select, #devise-login-form .field input.text, #devise-login-form .field textarea, #devise-login-form .field select {
      float: left;
      padding: 8px 10px;
      width: 350px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      font-family: museo-slab, Georgia, Times New Roman, Times;
      background-color: #F8F8F8;
      border: 2px solid #D6D7D8;
      color: #666666;
      font-size: 18px; }
      #registerprofileform .field input.text:hover, #registerprofileform .field input.text:focus, #registerprofileform .field textarea:hover, #registerprofileform .field textarea:focus, #registerprofileform .field select:hover, #registerprofileform .field select:focus, #editprofileform .field input.text:hover, #editprofileform .field input.text:focus, #editprofileform .field textarea:hover, #editprofileform .field textarea:focus, #editprofileform .field select:hover, #editprofileform .field select:focus, #devise-login-form .field input.text:hover, #devise-login-form .field input.text:focus, #devise-login-form .field textarea:hover, #devise-login-form .field textarea:focus, #devise-login-form .field select:hover, #devise-login-form .field select:focus {
        outline: none; }
    #registerprofileform .field .ckeditor, #editprofileform .field .ckeditor, #devise-login-form .field .ckeditor {
      width: 535px; }
    #registerprofileform .field option, #editprofileform .field option, #devise-login-form .field option {
      padding: 3px; }
    #registerprofileform .field .submit, #editprofileform .field .submit, #devise-login-form .field .submit {
      padding-left: 160px; }
      #registerprofileform .field .submit .btn-major, #editprofileform .field .submit .btn-major, #devise-login-form .field .submit .btn-major {
        border: none; }
  #registerprofileform p#response, #editprofileform p#response, #devise-login-form p#response {
    font-size: 18px;
    padding: 10px 5px 5px;
    color: #e61c24; }

#subscribe {
  float: left;
  width: 247px;
  margin-top: 15px;
  border: 1px solid #f0f0f0;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
  padding-left: 5px; }
  #subscribe input#subscriber_email {
    border: none;
    float: left;
    width: 178px;
    margin: 0;
    font-family: museo-sans, Helvetica, Arial, Verdana;
    font-weight: 300;
    color: #666;
    padding: 7px 0;
    font-size: 0.8125em;
    outline: none;
    background: none; }
  #subscribe input[type=submit] {
    float: right;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 28px;
    color: #fff;
    background-color: #E61C24;
    padding: 0 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: none; }
  #subscribe .btn-sub {
    float: right;
    width: 25px;
    height: 25px;
    border: none;
    background: url("/assets/search.png") no-repeat 10px 6px;
    text-indent: -9999px; }
    #subscribe .btn-sub:hover {
      cursor: pointer; }
  #subscribe:focus, #subscribe:hover {
    border-color: #E61C24; }

form .section-heading {
  margin: 30px 0;
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
  font-weight: bold; }
form input.text, form textarea, form select {
  float: left;
  padding: 8px 10px;
  width: 350px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: museo-slab, Georgia, Times New Roman, Times;
  background-color: #F8F8F8;
  border: 2px solid #D6D7D8;
  color: #666666;
  font-size: 18px; }
  form input.text:hover, form input.text:focus, form textarea:hover, form textarea:focus, form select:hover, form select:focus {
    outline: none; }
form select {
  height: 40px;
  width: 373px;
  padding: 0; }
form .field-info {
  float: right;
  width: 100px;
  text-align: left;
  line-height: 40px;
  font-size: 11px; }
form .month {
  width: 70px;
  margin-right: 10px; }
form .year {
  width: 100px; }
form .terms-info {
  font-size: 16px; }
  form .terms-info label {
    margin-left: 160px; }
  form .terms-info .field_with_errors {
    display: inline; }
  form .terms-info a {
    color: #666666;
    text-decoration: underline; }

#donateform, #nominate_boss {
  width: 650px;
  font-size: 18px;
  font-weight: 300;
  color: #666666;
  overflow: hidden; }
  #donateform .field, #nominate_boss .field {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    position: relative; }
    #donateform .field .required, #nominate_boss .field .required {
      float: left;
      width: 20px;
      line-height: 40px;
      text-align: center;
      font-size: 20px; }
    #donateform .field .field-info, #nominate_boss .field .field-info {
      float: right;
      width: 100px;
      text-align: left;
      line-height: 40px;
      font-size: 11px; }
    #donateform .field .error, #nominate_boss .field .error {
      display: none;
      clear: both;
      padding: 5px 0 0 170px;
      font-size: 12px;
      color: #e61c24; }
    #donateform .field span.field-info, #nominate_boss .field span.field-info {
      float: left;
      width: auto;
      margin-left: 10px; }
    #donateform .field .field-message, #nominate_boss .field .field-message {
      clear: left;
      padding-top: 10px;
      padding-left: 160px;
      color: #b00;
      font-size: 20px;
      line-height: 22px; }
    #donateform .field label, #donateform .field .lefter, #nominate_boss .field label, #nominate_boss .field .lefter {
      float: left;
      padding-right: 10px;
      width: 160px;
      line-height: 40px;
      text-align: right; }
    #donateform .field input.text, #donateform .field textarea, #donateform .field select, #nominate_boss .field input.text, #nominate_boss .field textarea, #nominate_boss .field select {
      float: left;
      padding: 8px 10px;
      width: 350px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      font-family: museo-slab, Georgia, Times New Roman, Times;
      background-color: #F8F8F8;
      border: 2px solid #D6D7D8;
      color: #666666;
      font-size: 18px; }
      #donateform .field input.text:hover, #donateform .field input.text:focus, #donateform .field textarea:hover, #donateform .field textarea:focus, #donateform .field select:hover, #donateform .field select:focus, #nominate_boss .field input.text:hover, #nominate_boss .field input.text:focus, #nominate_boss .field textarea:hover, #nominate_boss .field textarea:focus, #nominate_boss .field select:hover, #nominate_boss .field select:focus {
        outline: none; }
    #donateform .field textarea, #nominate_boss .field textarea {
      width: 350px; }
    #donateform .field select, #nominate_boss .field select {
      height: 40px;
      width: 373px;
      padding: 0; }
    #donateform .field option, #nominate_boss .field option {
      padding: 3px; }
    #donateform .field .month, #nominate_boss .field .month {
      width: 70px;
      margin-right: 10px; }
    #donateform .field .year, #nominate_boss .field .year {
      width: 100px; }
    #donateform .field .submit, #nominate_boss .field .submit {
      padding-left: 160px; }
    #donateform .field .terms-info, #nominate_boss .field .terms-info {
      padding-left: 170px;
      font-size: 12px; }
      #donateform .field .terms-info a, #nominate_boss .field .terms-info a {
        color: #666666;
        text-decoration: underline; }
      #donateform .field .terms-info label, #nominate_boss .field .terms-info label {
        float: none;
        line-height: 1;
        width: auto; }
    #donateform .field small, #nominate_boss .field small {
      color: #e61c24;
      font-size: 14px;
      font-style: italic; }
    #donateform .field .btn-major, #nominate_boss .field .btn-major {
      float: left;
      margin-left: 170px;
      border: none; }
    #donateform .field #ewaylogo, #nominate_boss .field #ewaylogo {
      float: right; }
    #donateform .field.invalid .error, #nominate_boss .field.invalid .error {
      display: block; }

#donateform .inline-checkbox .field_with_errors {
  float: left;
  margin: 4px 3px 0 0; }

#imageform {
  display: none;
  margin-top: 20px;
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  width: 300px;
  overflow: hidden; }
  #imageform .field {
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 12px; }
    #imageform .field label {
      float: left;
      width: 100px;
      line-height: 20px;
      overflow: hidden;
      color: #333; }
    #imageform .field input.file-upload {
      float: right;
      width: 200px; }
      #imageform .field input.file-upload:hover, #imageform .field input.file-upload:focus {
        outline: none; }
    #imageform .field small {
      color: #e61c24;
      font-size: 11px;
      font-style: italic; }

#black {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cc9;
  z-index: 10;
  opacity: 0.8;
  filter: alpha(opacity=80); }

#loginbox {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1000; }
  #loginbox #loginform {
    width: 380px;
    margin: 0 auto;
    clear: both;
    margin-top: 200px;
    background-color: #fff;
    color: #666666;
    border: 2px solid #FDE200;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 20px;
    overflow: hidden; }
    #loginbox #loginform .field {
      margin-bottom: 10px;
      overflow: hidden;
      font-size: 14px; }
      #loginbox #loginform .field label {
        float: left;
        width: 110px;
        line-height: 40px; }
      #loginbox #loginform .field input.text {
        float: right;
        padding: 8px;
        width: 240px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        font-family: museo-slab, Georgia, Times New Roman, Times;
        background-color: #ffffff;
        border: 2px solid #999999;
        color: #666666;
        font-size: 14px; }
        #loginbox #loginform .field input.text:hover, #loginbox #loginform .field input.text:focus {
          outline: none; }
      #loginbox #loginform .field .close {
        float: right;
        text-align: right;
        width: 100px; }
        #loginbox #loginform .field .close a:hover {
          text-decoration: underline; }
      #loginbox #loginform .field a#forgotpassword {
        padding-left: 10px;
        font-size: 12px;
        color: #666666; }
        #loginbox #loginform .field a#forgotpassword:hover {
          text-decoration: underline; }
      #loginbox #loginform .field .submit {
        float: right;
        width: 260px; }
        #loginbox #loginform .field .submit .btn-major {
          border: none; }

#leader-wrap {
  color: #000;
  font-weight: bold; }
  #leader-wrap #leaderboard .row .name a {
    color: #000; }
  #leader-wrap #total-donations {
    border-color: #efefef; }
    #leader-wrap #total-donations .left, #leader-wrap #total-donations .right {
      color: #000; }
  #leader-wrap h2.yellow {
    color: #000;
    border-color: #efefef; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none; }

.social-sharing {
  padding-bottom: 20px; }

/*NARROW*/
@media screen and (max-width: 980px) {
  /*Header*/
  .wrapper-content {
    width: 650px;
    margin: 0 auto;
    clear: both; }

  .container-main {
    width: 650px;
    margin: 0 auto;
    clear: both; }

  #logo {
    margin-top: 3px;
    width: 180px;
    height: 80px; }
    #logo h1.ceo {
      background-image: url("/assets/ceo-cookoff-small.png");
      width: 100%;
      height: 100%; }

  .content-floater #col-supporters {
    padding: 15px 0 0 0;
    width: 500px;
    font-size: 0.8125em; }

  #nav-minor {
    font-size: 0.75em; }

  #nav {
    font-size: 0.875em; }
    #nav li {
      padding-left: 5px; }

  .sub #event-held, .donate #event-held {
    display: none; }

  /*Home*/
  .home .wrapper-heading {
    background-size: cover; }

  .content-home .container-main {
    margin-top: -60px; }
  .content-home .content-main.right, .content-home .content-heading.right {
    padding-top: 100px; }
  .content-home .wrapper-heading .wrapper-content {
    height: 320px; }
  .content-home #name-tags {
    position: absolute;
    top: 30px; }
    .content-home #name-tags #name-1 {
      margin-left: 260px; }
    .content-home #name-tags #name-2 {
      margin-right: 30px; }
  .content-home #page-intro {
    position: absolute;
    top: 90px;
    left: 240px;
    font-size: 17px; }
  .content-home .content-floater {
    width: 200px; }
  .content-home #rotating-images {
    width: 200px;
    height: 120px;
    margin: 30px 0 0 0; }
    .content-home #rotating-images .slideshow {
      width: 196px;
      height: 120px; }
      .content-home #rotating-images .slideshow img, .content-home #rotating-images .slideshow li {
        width: 196px;
        height: 117px; }
  .content-home #event-held {
    width: 180px;
    margin-top: 20px; }
    .content-home #event-held .image, .content-home #event-held img {
      width: 60px;
      height: 45px; }
    .content-home #event-held .info {
      width: 110px;
      font-size: 0.6875em;
      line-height: 1.2em;
      padding-top: 0; }
    .content-home #event-held .clip-pink {
      display: none; }
  .content-home #col-featured-text {
    width: 200px;
    padding: 0; }
    .content-home #col-featured-text h1.ceo_blurb {
      width: 240px;
      background-size: cover;
      height: 140px; }
  .content-home #photos {
    display: none; }
  .content-home #leaderboard {
    min-height: 0; }

  /*Content page*/
  .content-page #subpages {
    position: absolute;
    top: 120px;
    left: 220px;
    width: 420px; }
    .content-page #subpages li {
      float: left;
      border-bottom: none;
      border-right: 1px solid #f2f2f2;
      background: none;
      padding-right: 10px;
      margin-right: 10px;
      line-height: 22px; }
  .content-page .wrapper-heading .wrapper-content {
    height: 175px; }
  .content-page .container-main {
    top: -100px; }
  .content-page .content-floater {
    position: absolute;
    top: 0;
    float: left;
    width: 200px; }
  .content-page #page-images {
    position: relative;
    margin-bottom: 10px;
    width: 196px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid #fff;
    overflow: visible; }
    .content-page #page-images img {
      position: relative;
      margin: 0;
      width: 196px;
      border-radius: 4px;
      -webkit-border-radius: 4px; }
  .content-page #page-title {
    padding-left: 220px;
    height: 190px; }
  .content-page #donation-intro {
    width: 100%; }
    .content-page #donation-intro .intro-row .row-content {
      width: 80%; }

  .wrapper-social {
    padding-bottom: 5px;
    position: relative;
    height: auto;
    overflow: hidden; }
    .wrapper-social .footer-donate {
      width: 100%; }
    .wrapper-social .content-social {
      width: 100%; }
      .wrapper-social .content-social #share {
        width: 100%; }
        .wrapper-social .content-social #share img {
          display: inline-block;
          padding: 0; }
        .wrapper-social .content-social #share li {
          width: 100%; }
        .wrapper-social .content-social #share .further-info {
          padding: 10px 0;
          width: 100%; }
        .wrapper-social .content-social #share .form {
          padding: 0 0 10px 0;
          width: 100%;
          margin-top: -10px; }

  .extra-wide {
    width: 60%; }

  #sw {
    width: 40%; }

  .members .container-main .content-floater {
    display: none; }
  .members .content-page #page-title {
    padding-left: 0;
    height: 100px; }
  .members .container-main .content-main {
    padding: 30px 0; }

  .content-register .wrapper-heading .wrapper-content {
    height: 210px;
    /* height:440px; */ }
    .content-register .wrapper-heading .wrapper-content .content-floater {
      width: 100%; }
    .content-register .wrapper-heading .wrapper-content #col-supporters, .content-register .wrapper-heading .wrapper-content #col-featured-text {
      width: 100%;
      text-align: center; }
    .content-register .wrapper-heading .wrapper-content #col-featured-text h1.ceo_blurb {
      width: 300px;
      height: 271px;
      position: relative;
      left: 50%;
      margin-left: -150px; }
  .content-register .heading-info {
    font-size: 21px;
    margin-top: 40px;
    color: #666666; }
  .content-register .container-main .content-main {
    padding: 30px 0; } }
.interrupt {
  background-color: #666666;
  cursor: default; }

#leader #btn-donate {
  display: none; }
#leader #total-donations {
  width: auto; }
#leader .content-main, #leader .content-heading {
  width: 990px; }
#leader .wrapper-heading {
  padding: 20px 0 100px;
  margin-bottom: 60px; }
  #leader .wrapper-heading .wrapper-content {
    background: none;
    height: auto; }
    #leader .wrapper-heading .wrapper-content .content-floater.right {
      width: 600px; }
      #leader .wrapper-heading .wrapper-content .content-floater.right h1 {
        font-size: 34px;
        color: #fff;
        padding-top: 10px; }
#leader h4 {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  padding-bottom: 30px; }
#leader #leaderboard {
  width: auto; }
  #leader #leaderboard .row {
    font-size: 1.0625em;
    padding: 5px 0;
    width: auto;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    transition: 0.1s linear all; }
    #leader #leaderboard .row:nth-child(4n) {
      background: #efefef; }
    #leader #leaderboard .row:hover a, #leader #leaderboard .row:hover {
      background: #F9DE6B;
      color: #000;
      -webkit-transition: 0.1s linear all;
      -moz-transition: 0.1s linear all;
      transition: 0.1s linear all; }
    #leader #leaderboard .row .pos {
      width: 5%;
      text-align: right;
      padding-right: 1%;
      float: left; }
    #leader #leaderboard .row .name {
      width: 25%; }
    #leader #leaderboard .row .location {
      width: 13%;
      padding-left: 2%; }
    #leader #leaderboard .row .company {
      width: 36%;
      padding-left: 2%; }
      #leader #leaderboard .row .company .ellipsis {
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block; }
    #leader #leaderboard .row .raised {
      width: 12%;
      padding-right: 1%; }

@media screen and (max-width: 980px) {
  #leader .content-main, #leader .content-heading {
    margin-right: 0px;
    margin-top: -70px;
    width: 650px; }
  #leader .wrapper-heading .wrapper-content .content-floater.right {
    width: 300px; }
    #leader .wrapper-heading .wrapper-content .content-floater.right h1 {
      font-size: 24px;
      color: #fff;
      padding-top: 10px; }
  #leader #leaderboard .row {
    font-size: 0.9375em;
    padding: 0; } }
/*iPad Portrait - Additional*/
/*Tiny Breakpoint*/
@media screen and (max-width: 600px), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .show-mobile {
    display: block; }

  .hide-mobile {
    display: none; }

  .col-small, .col-double {
    width: 100%;
    clear: both; }

  a.btn-fixed-red, a.btn-fixed-grey {
    width: 100%; }

  .container-main #event-held .image img {
    height: auto; }

  #loginbox #loginform {
    margin-left: 5%;
    width: 75%; }
    #loginbox #loginform .field label {
      width: 100%;
      font-size: 12px;
      line-height: 30px; }
    #loginbox #loginform .field input.text {
      float: left;
      width: 90%;
      font-size: 12px; }
    #loginbox #loginform .field .close {
      width: 70px; }
    #loginbox #loginform .field .submit {
      float: left;
      width: 100%; }

  #logo {
    width: 168px;
    height: 77px; }
    #logo h1.ceo {
      background-image: url("/assets/ceo-cookoff-mobile.png"); }

  .home .wrapper-heading {
    background: url("/assets/2015/feature-mobile.jpg") top center no-repeat; }

  .wrapper-content {
    margin-left: 5%;
    width: 90%;
    padding: 0; }

  .container-main {
    margin-left: 5%;
    width: 90%;
    padding: 0; }
    .container-main .content-main, .container-main .content-floater, .container-main .content-heading {
      float: left;
      width: 100%;
      padding: 0; }
    .container-main #page-intro {
      clear: left;
      float: left;
      width: 100%;
      position: relative;
      left: 0;
      top: 0;
      font-size: 0.92857em; }
    .container-main #event-held {
      width: 90%;
      padding: 4% 5%;
      margin-top: 20px; }
      .container-main #event-held .image {
        width: 30%;
        height: auto; }
        .container-main #event-held .image img {
          width: 100%;
          height: 100%; }
      .container-main #event-held .info {
        width: 65%;
        line-height: 1.1em;
        font-size: 1.0625em; }
      .container-main #event-held .clip-pink {
        display: none; }

  .wrapper-top {
    height: 90px;
    padding: 1.5em 0; }
    .wrapper-top .wrapper-content {
      width: 100%;
      margin: 0; }
      .wrapper-top .wrapper-content #logo {
        margin-left: 5%; }
    .wrapper-top #btn-donate, .wrapper-top #btn-register {
      right: auto;
      left: 50%;
      margin-left: -100px;
      top: 90px;
      z-index: 50; }
    .wrapper-top #btn-register {
      top: 140px;
      margin-left: -107px; }
    .wrapper-top #btn-mobile-nav {
      display: block;
      float: right;
      margin-top: 25px;
      margin-right: 5%; }
    .wrapper-top #nav-wrap {
      position: absolute;
      display: none;
      padding: 40px 0 20px 0;
      top: 110px;
      clear: both;
      background: #FEFBE5;
      width: 100%;
      border-top: 2px solid #fce100;
      z-index: 10; }
    .wrapper-top #nav-minor {
      clear: left;
      float: left;
      padding: 0.5em 0;
      margin: 10px 7% 0 7%;
      width: 84%;
      overflow: hidden;
      font-size: 0.75em; }
      .wrapper-top #nav-minor li {
        padding: 0;
        margin-right: 10px; }
        .wrapper-top #nav-minor li:last-child {
          margin: 0; }
      .wrapper-top #nav-minor a {
        padding: 0; }
        .wrapper-top #nav-minor a:hover {
          color: #e61c24; }
      .wrapper-top #nav-minor #nav-cart {
        margin: 0; }
    .wrapper-top #social {
      padding-top: 0;
      position: absolute;
      bottom: 0;
      right: 0; }
    .wrapper-top #nav {
      clear: both;
      float: left;
      margin: 0 7%;
      width: 86%;
      padding: 20px 0;
      font-size: 0.9375em; }
      .wrapper-top #nav li {
        display: block;
        float: none;
        width: 100%;
        border-bottom: 1px solid #666666;
        border-color: rgba(120, 122, 127, 0.1) !important;
        margin: 0;
        padding: 0; }
      .wrapper-top #nav a {
        padding: 0.5em 0.3em; }
      .wrapper-top #nav .on {
        border: 0; }
    .wrapper-top #searchform {
      float: left;
      clear: left;
      margin: 40px 7% 0 7%;
      width: 84%; }
      .wrapper-top #searchform input.searchtext {
        width: 90%;
        font-size: 1em; }

  .wrapper-header, .wrapper-heading {
    width: 100%; }
    .wrapper-header .wrapper-content .content-floater, .wrapper-heading .wrapper-content .content-floater {
      width: 100%;
      padding-top: 50px; }
      .wrapper-header .wrapper-content .content-floater #col-supporters, .wrapper-header .wrapper-content .content-floater #col-featured-text, .wrapper-heading .wrapper-content .content-floater #col-supporters, .wrapper-heading .wrapper-content .content-floater #col-featured-text {
        width: 100%;
        text-align: center; }
      .wrapper-header .wrapper-content .content-floater #col-featured-text h1.ceo_blurb, .wrapper-heading .wrapper-content .content-floater #col-featured-text h1.ceo_blurb {
        width: 300px;
        height: 160px;
        position: relative;
        left: 50%;
        margin-left: -150px;
        background-size: cover; }

  .wrapper-heading .wrapper-content {
    padding-top: 20px; }

  #list, .list {
    width: 100%; }
    #list table, .list table {
      width: 100%; }
      #list table .name, .list table .name {
        width: auto;
        padding-left: 10px; }
      #list table .amount, .list table .amount {
        text-align: left;
        padding: 0 0 0 10px; }
      #list table .img, #list table .img_blank, #list table .location, #list table .company, .list table .img, .list table .img_blank, .list table .location, .list table .company {
        display: none; }
      #list table .show-mobile, .list table .show-mobile {
        color: #999; }

  #ceosform {
    width: 100%;
    margin-top: 30px; }
    #ceosform label {
      display: none; }
    #ceosform #searchfield {
      float: left;
      clear: both;
      width: 98%; }
      #ceosform #searchfield input.searchtext {
        width: 75%;
        font-size: 15px; }

  .home .wrapper-heading {
    background-size: cover; }

  .content-home .wrapper-heading .wrapper-content {
    width: 100%;
    height: 600px;
    margin: 0;
    background-position: bottom center; }
  .content-home #rotating-images {
    margin-top: 100px;
    width: 100%;
    height: 210px; }
    .content-home #rotating-images .slideshow {
      width: 98%;
      height: 98%;
      border: 2px solid #fff; }
      .content-home #rotating-images .slideshow img {
        display: none;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        -webkit-border-radius: 5px; }
      .content-home #rotating-images .slideshow img.first {
        display: block; }
  .content-home #name-tags, .content-home #total-donations, .content-home #leaderboard {
    width: 100%; }
  .content-home #name-tags .name-tag {
    width: 47%; }
  .content-home #name-tags #name-1 {
    margin-left: 0px; }
  .content-home #name-tags #name-2 {
    margin-right: 0px; }
  .content-home #total-donations {
    margin-top: -60px; }
    .content-home #total-donations .left {
      width: 100%; }
    .content-home #total-donations .right {
      width: 100%;
      margin: 15px 0 10px;
      float: left; }
  .content-home #leaderboard {
    overflow: visible; }
    .content-home #leaderboard .row {
      font-size: 0.8125em; }
      .content-home #leaderboard .row .name {
        float: left;
        width: 110px;
        padding-right: 10px; }
      .content-home #leaderboard .row .location, .content-home #leaderboard .row .company {
        display: none; }
      .content-home #leaderboard .row .raised {
        width: auto;
        text-align: left; }

  object, iframe {
    width: 100%;
    height: 260px; }

  .content-page .container-main {
    top: -100px;
    overflow: visible; }
  .content-page .content-floater {
    position: relative;
    top: 0;
    left: 0; }
  .content-page .content-main, .content-page .content-heading {
    padding: 0; }
    .content-page .content-main #page-title, .content-page .content-heading #page-title {
      padding: 23px 0 0 0;
      height: 100px;
      margin-bottom: 20px;
      overflow: visible;
      font-size: 68%; }
      .content-page .content-main #page-title h1, .content-page .content-main #page-title h2, .content-page .content-heading #page-title h1, .content-page .content-heading #page-title h2 {
        text-align: center; }
      .content-page .content-main #page-title #profile-title, .content-page .content-main #page-title #profile-info, .content-page .content-heading #page-title #profile-title, .content-page .content-heading #page-title #profile-info {
        width: 100%; }
      .content-page .content-main #page-title #profile-info, .content-page .content-heading #page-title #profile-info {
        clear: both; }
        .content-page .content-main #page-title #profile-info .right, .content-page .content-heading #page-title #profile-info .right {
          position: absolute;
          top: -15px;
          right: 0;
          padding: 0; }
          .content-page .content-main #page-title #profile-info .right a, .content-page .content-heading #page-title #profile-info .right a {
            white-space: nowrap; }
      .content-page .content-main #page-title #profile-title h1, .content-page .content-heading #page-title #profile-title h1 {
        font-size: 36px;
        line-height: 36px; }
  .content-page .image-box {
    float: left;
    clear: both;
    margin: 10px 0;
    width: 100%; }
    .content-page .image-box img {
      max-width: 100%;
      width: auto; }
  .content-page #page-images {
    float: left;
    clear: both;
    position: relative;
    margin-bottom: 20px;
    width: 98%;
    height: 98%; }
    .content-page #page-images img {
      width: 100%; }
  .content-page #subpages {
    float: right;
    clear: both;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    text-align: left; }
    .content-page #subpages li {
      float: left;
      width: 100%;
      padding: 5px 0;
      line-height: 2em;
      font-size: 1.25em;
      background: url("/assets/divider-subpage-reverse.png") bottom left no-repeat;
      border: 0; }

  .donate #btn-donate, .donate #page-images {
    display: none; }
  .donate #page-title h1 {
    font-size: 38px; }
  .donate .container-main .content-main {
    padding: 30px 0; }

  #donateform, #registerprofileform, #editprofileform, #devise-login-form, #registerform, #donateform {
    width: 100%; }
    #donateform .field .field-info, #registerprofileform .field .field-info, #editprofileform .field .field-info, #devise-login-form .field .field-info, #registerform .field .field-info, #donateform .field .field-info {
      clear: both;
      float: left;
      width: 100%; }
    #donateform .field span.field-info, #registerprofileform .field span.field-info, #editprofileform .field span.field-info, #devise-login-form .field span.field-info, #registerform .field span.field-info, #donateform .field span.field-info {
      clear: right;
      width: auto; }
    #donateform .field label, #donateform .field .lefter, #registerprofileform .field label, #registerprofileform .field .lefter, #editprofileform .field label, #editprofileform .field .lefter, #devise-login-form .field label, #devise-login-form .field .lefter, #registerform .field label, #registerform .field .lefter, #donateform .field label, #donateform .field .lefter {
      padding-right: 0;
      width: 100%;
      line-height: 30px;
      text-align: left;
      font-size: 1em; }
      #donateform .field label i, #donateform .field .lefter i, #registerprofileform .field label i, #registerprofileform .field .lefter i, #editprofileform .field label i, #editprofileform .field .lefter i, #devise-login-form .field label i, #devise-login-form .field .lefter i, #registerform .field label i, #registerform .field .lefter i, #donateform .field label i, #donateform .field .lefter i {
        float: none; }
    #donateform .field input.text, #donateform .field textarea, #donateform .field select, #registerprofileform .field input.text, #registerprofileform .field textarea, #registerprofileform .field select, #editprofileform .field input.text, #editprofileform .field textarea, #editprofileform .field select, #devise-login-form .field input.text, #devise-login-form .field textarea, #devise-login-form .field select, #registerform .field input.text, #registerform .field textarea, #registerform .field select, #donateform .field input.text, #donateform .field textarea, #donateform .field select {
      padding: 8px 10px;
      width: 90%; }
    #donateform .field .chzn-select, #registerprofileform .field .chzn-select, #editprofileform .field .chzn-select, #devise-login-form .field .chzn-select, #registerform .field .chzn-select, #donateform .field .chzn-select {
      width: 100%; }
    #donateform .field textarea, #registerprofileform .field textarea, #editprofileform .field textarea, #devise-login-form .field textarea, #registerform .field textarea, #donateform .field textarea {
      width: 90%; }
    #donateform .field .month, #registerprofileform .field .month, #editprofileform .field .month, #devise-login-form .field .month, #registerform .field .month, #donateform .field .month {
      width: 70px; }
    #donateform .field .year, #registerprofileform .field .year, #editprofileform .field .year, #devise-login-form .field .year, #registerform .field .year, #donateform .field .year {
      width: 100px; }
    #donateform .field .submit, #registerprofileform .field .submit, #editprofileform .field .submit, #devise-login-form .field .submit, #registerform .field .submit, #donateform .field .submit {
      padding-left: 0; }
    #donateform .field .terms-info, #registerprofileform .field .terms-info, #editprofileform .field .terms-info, #devise-login-form .field .terms-info, #registerform .field .terms-info, #donateform .field .terms-info {
      padding-left: 0; }
      #donateform .field .terms-info label, #registerprofileform .field .terms-info label, #editprofileform .field .terms-info label, #devise-login-form .field .terms-info label, #registerform .field .terms-info label, #donateform .field .terms-info label {
        font-size: 0.9375em;
        line-height: 1.2em;
        margin-left: 0; }
      #donateform .field .terms-info input, #registerprofileform .field .terms-info input, #editprofileform .field .terms-info input, #devise-login-form .field .terms-info input, #registerform .field .terms-info input, #donateform .field .terms-info input {
        margin-right: 4px; }
    #donateform .field .field-message, #registerprofileform .field .field-message, #editprofileform .field .field-message, #devise-login-form .field .field-message, #registerform .field .field-message, #donateform .field .field-message {
      padding-left: 0;
      font-size: 1.0625em;
      line-height: 24px; }
    #donateform .field p, #registerprofileform .field p, #editprofileform .field p, #devise-login-form .field p, #registerform .field p, #donateform .field p {
      margin-left: 0; }
    #donateform .field .field_with_errors, #registerprofileform .field .field_with_errors, #editprofileform .field .field_with_errors, #devise-login-form .field .field_with_errors, #registerform .field .field_with_errors, #donateform .field .field_with_errors {
      display: inline;
      float: left; }

  #donateform .field .btn-major {
    margin-left: 0; }

  .members .container-main .content-floater {
    display: block; }
  .members #profile-image {
    width: 100%;
    border: 0; }
    .members #profile-image img {
      width: 100%; }
  .members p.msg-below {
    margin-top: 20px;
    border-left: 5px solid #e61c24;
    padding: 20px 25px;
    background: #eee; }

  #donateform #response {
    padding: 0 0 15px;
    font-size: 1em; }

  #inputform #response {
    font-size: 1em; }

  .content-register #heading-top, .content-register .col-long {
    width: 100%; }
  .content-register .heading-info {
    font-size: 18px; }
  .content-register #page-images {
    display: none; }
  .content-register #registerform {
    width: 100%; }
    .content-register #registerform label {
      width: 100%; }
    .content-register #registerform input.text {
      float: left;
      width: 90%; }
    .content-register #registerform .submit {
      padding: 0; }
    .content-register #registerform .terms-info {
      font-size: 0.9375em;
      line-height: 1.2em; }
  .content-register .content-main p {
    font-size: 1.0625em; }

  #leader #total-donations {
    width: 100%; }
  #leader .content-main {
    margin-top: -70px;
    width: 100%; }
    #leader .content-main #total-donations {
      margin-top: 0; }
  #leader .wrapper-heading .wrapper-content .content-floater.right {
    width: 100%; }
  #leader #leaderboard {
    width: 100%; }
    #leader #leaderboard .row .raised {
      width: auto;
      float: right;
      text-align: right; } }
/* retina */
@media only screen and (-webkit-device-pixel-ratio: 2) {
  #col-featured-text h1.ceo_blurb {
    background-image: url("/assets/save-date@2x.png");
    background-size: cover; }

  #sw a {
    background-image: url("/assets/sw@2x.png"); }

  #logo h1.ceo {
    background-image: url("/assets/ceo-cookoff-mobile@2x.png"); }

  #twitter {
    background-image: url("/assets/tw@2x.png") no-repeat; }

  #facebook {
    background-image: url("/assets/fb@2x.png") no-repeat; }

  #instagram {
    background-image: url("/assets/ig@2x.png") no-repeat; } }
/*
@media only screen and (min-device-width : 601px) and (max-device-width : 880px) and (orientation : portrait) {

	.container-main {
		#event-held {width:50%;
			.info {font-size: em(20);}
		}		
	} 

	.content-register {
		.content-main p {font-size:em(20);}
	}

	.wrapper-social #share {
		li, .further-info {font-size: em(17);}
	}

}

@media only screen and (-webkit-min-device-pixel-ratio: 1) {

	.content-home {
		#leaderboard {
			.row { font-size: em(15);
				.location, .company {display: block;}
			}
		}		
	}

}
*/
/*iPhone 2-4S Portrait - Additional*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
  body {
    font-size: 100%; } }
/*iPad Portrait - Additional*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  body {
    font-size: 120%; } }
/*Samsung Galaxy SII, HTC Nexus One, HTC Evo 3D*/
@media only screen and (-webkit-device-pixel-ratio: 1.5) {
  body {
    font-size: 90%; } }
