:root {
  --color1: #ff4d00;
  --color2: #898989;
  --color3: white;
  --color4: #707070;
  --width: 1000px; }

.inline-block, #cart_form #totals_outer #totals, .row_content, .col, #flyers .flyer, #flyer .description, #track .colA, #track .text_alerts, .col50, #receipt, #receipt_right, .col33, .col66, .col40, .col60, .col43, .col57, #race_info .quotes .avatar, #race_info .quotes .text, #course_page .nav_strip li, .participant_review .date, .participant_review .like_dislike, #home .colA, #home .colB, #home .rowA .colA ul, #home .rowA .colB ul, #home .rowB #cause_box .cause_logo, #home .rowB #cause_box .cause_blurp, #home .rowB #triple_revel .medal, #home .rowB #triple_revel .triple_blurp, #sponsors .signup, #sponsors .title_sponsor_outer, #sponsors .platinum_sponsor .sponsor_logo, #sponsors .gold_sponsor .sponsor_logo, #sponsors .volunteer_group .sponsor_logo, #sponsors .platinum_sponsor .sponsor_blurp, #sponsors .gold_sponsor .sponsor_blurp, #sponsors .volunteer_group .sponsor_blurp, #sponsors .silver_sponsor, #sponsors .bronze_sponsor, #sponsors .vik_sponsor, #ambassador_page .field1, #ambassador_page .field2, #ambassador_list_page .ambassador_list .ambassador, .button, #cart_form .apply_fb_discount, .menu_ul > li, #nav2 ul li, #nav1 .hamburger, #nav1 .menu_ul, #hotels .reservation div, #home .rowB .quotes li .text, .media_strip li, #sponsors .title_sponsor_outer .title_sponsor, #wedoXXX, .news_feed .top .news, .news_feed .top .see_full, .shopping_item, #subpage2, #cause .row_inner, #login_form fieldset, #register_now #register_now_button, #register_now .selection, .quote_box .quotes li .text {
  display: inline-block;
  /* IE 6/7 Hack */
  zoom: 1;
  *display: inline; }

.rotate-90 {
  -webkit-transform: rotate(-90deg);
  /* Safari */
  -moz-transform: rotate(-90deg);
  /* Firefox */
  -ms-transform: rotate(-90deg);
  /* IE */
  -o-transform: rotate(-90deg);
  /* Opera */
  transform: rotate(-90deg); }

.rotate90, .blog #subpage_inner #nav3 #nav_col #nav3_menu .caret:not(.closed) > div > img {
  -webkit-transform: rotate(90deg);
  /* Safari */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -ms-transform: rotate(90deg);
  /* IE */
  -o-transform: rotate(90deg);
  /* Opera */
  transform: rotate(90deg); }

.rotate180, #nav3 .row_content > table #nav_col.clicked .expander img {
  -webkit-transform: rotate(180deg);
  /* Safari */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -ms-transform: rotate(180deg);
  /* IE */
  -o-transform: rotate(180deg);
  /* Opera */
  transform: rotate(180deg); }

.keeptogether {
  display: inline-block;
  width: 100%;
  /* IE 6/7 Hack */
  zoom: 1;
  *display: inline; }

.no-close .ui-dialog-titlebar-close {
  display: none; }

.full {
  width: 100%; }

.ui-dialog {
  z-index: 2000 !important; }

.horizontal_transform {
  -moz-transform-moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.vertical_transform {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV"; }

.horizontal_vertical_transform {
  -moz-transform: scaleY(-1) scaleX(-1);
  -o-transform: scaleY(-1) scaleX(-1);
  -webkit-transform: scaleY(-1) scaleX(-1);
  transform: scaleY(-1) scaleX(-1);
  filter: FlipV FlipH;
  -ms-filter: "FlipV FlipH"; }

.aspect_16by9_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }

.aspect_16by9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.quotes ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .quotes ul li {
    display: none; }
  .quotes ul li:first-child {
    display: list-item; }
.quotes .avatar {
  line-height: 0; }

#cart_table {
  width: 100%; }

#cart_vendor_info td {
  vertical-align: top;
  padding: 1px 5px; }

.merch_addon {
  width: 100%;
  margin-top: 30px;
  padding-right: 15px; }
  .merch_addon p {
    margin: 0px;
    font-size: 0.9em; }
  .merch_addon .caveat {
    border-top: 1px solid #eee;
    padding: 10px;
    margin-top: 10px;
    font-size: 0.8em;
    color: #aaa;
    line-height: 1.1em; }
  .merch_addon .select_item {
    margin: 0 15px; }

.shopping_items {
  margin: 0px;
  text-align: center; }
  .shopping_items .shopping_item {
    width: 220px;
    height: 295px;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    overflow: hidden;
    /* IE 6/7 Hack */
    zoom: 1;
    *display: inline; }
  .shopping_items .product_photo_thumb {
    width: 220px;
    height: 220px; }
  .shopping_items .product_name {
    text-align: center;
    width: 100%;
    font-weight: bold; }
  .shopping_items .product_name a {
    text-decoration: none; }
  .shopping_items .product_name2 {
    text-align: center;
    width: 100%; }

.select_item .product_img {
  text-align: center; }
.select_item .product_photo_thumb_div {
  width: 256px;
  height: 256px;
  display: inline-block;
  /* IE 6/7 Hack */
  zoom: 1;
  *display: inline; }

.item_img {
  text-decoration: none;
  color: black;
  font-size: 0.8em; }
  .item_img:hover {
    text-decoration: underline; }

.item_name {
  margin-bottom: 20px; }

.item_name2 {
  text-align: center;
  font-weight: bold; }

.details {
  color: #444;
  font-size: 1.0em; }

.product_desc {
  color: #555;
  border-top: 1px solid #ccc;
  padding: 20px;
  margin: 20px; }

.select_item #click_for_larger {
  font-size: 0.75em;
  padding: 0px;
  margin: 0px;
  color: #aaa; }

#id_variants {
  display: inline-block;
  /* IE 6/7 Hack */
  zoom: 1;
  *display: inline; }

#id_quantity {
  display: inline-block;
  /* IE 6/7 Hack */
  zoom: 1;
  *display: inline; }

.errorlist {
  color: red; }

#shoppage {
  padding: 30px; }
  @media screen and (max-width: 600px) {
    #shoppage {
      padding: 0; } }
  #shoppage #product_img_col {
    width: 35%; }
    @media screen and (max-width: 600px) {
      #shoppage #product_img_col {
        width: 100%; } }
    #shoppage #product_img_col .pager li {
      width: 33%; }
  #shoppage .item_info {
    width: 64%;
    padding-left: 5%; }
    @media screen and (max-width: 600px) {
      #shoppage .item_info {
        width: 100%; } }
    #shoppage .item_info .quantity {
      margin: 5px 0; }
  #shoppage .cost {
    display: inline-block;
    padding: 2px 10px; }
  #shoppage .question_label {
    color: #ff4d00; }
  #shoppage .question textarea {
    height: 100px; }

.sale_cost {
  color: red !important;
  padding-left: 10px; }

.regular_cost {
  color: black;
  text-decoration: line-through; }

.select_item #product_img_col .pager li {
  width: 19%; }

#product_img_col {
  padding-bottom: 40px; }
  @media screen and (max-width: 500px) {
    #product_img_col {
      width: 100%; } }
  #product_img_col .product_photo_slider {
    width: 100%; }
    @media screen and (max-width: 600px) {
      #product_img_col .product_photo_slider {
        margin-left: auto;
        margin-right: auto; } }
    #product_img_col .product_photo_slider .viewport {
      overflow: hidden;
      height: 256px;
      text-align: center; }
    #product_img_col .product_photo_slider .pager_outer .pager {
      margin: 0px;
      padding-top: 10px; }
      #product_img_col .product_photo_slider .pager_outer .pager li {
        display: inline-block;
        vertical-align: top; }
        #product_img_col .product_photo_slider .pager_outer .pager li a {
          font-size: 14px;
          display: block;
          padding: 0px 5px; }
    #product_img_col .product_photo_slider img {
      width: 100%;
      cursor: pointer;
      max-width: 256px; }

.merch_highlight {
  margin-bottom: 20px; }
  .merch_highlight h3 {
    margin: 15px 0 0 0;
    display: inline-block;
    /* IE 6/7 Hack */
    zoom: 1;
    *display: inline;
    padding: 0 2%; }
  .merch_highlight .see_all {
    position: relative;
    left: 20px;
    bottom: 4px; }

.merch_highlight_header {
  position: relative; }

#volunteer_fieldset, #vendor_fieldset {
  border: 0; }
  #volunteer_fieldset .form > li > ul, #vendor_fieldset .form > li > ul {
    max-height: 220px;
    overflow: auto;
    border: 1px solid #888;
    border-radius: 3px;
    background: url("/files/bcm/imgs/input-bg.png") #fff; }
  #volunteer_fieldset .form > li > ul.errorlist, #vendor_fieldset .form > li > ul.errorlist {
    border: 0;
    margin-top: 50px; }
  #volunteer_fieldset textarea, #vendor_fieldset textarea {
    width: 100%;
    height: 100px; }
  #volunteer_fieldset .helptext, #vendor_fieldset .helptext {
    display: block;
    font-style: italic;
    color: grey; }
  #volunteer_fieldset #id_tasks label, #vendor_fieldset #id_tasks label {
    height: auto; }

#payment_method_fieldset ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

#checkout #cc_info_fieldset {
  max-width: 100% !important; }
#checkout .cc_info label {
  margin-top: 20px; }
#checkout .cc_info .col50, #checkout .cc_info #receipt, #checkout .cc_info #receipt_right {
  padding: 0 2%; }
  @media screen and (max-width: 600px) {
    #checkout .cc_info .col50, #checkout .cc_info #receipt, #checkout .cc_info #receipt_right {
      width: 100%; } }
#checkout fieldset {
  border: 0;
  padding: 0;
  margin: 10px 0 20px 0; }
  #checkout fieldset legend {
    color: #ff4d00; }
#checkout #cart_div_footer {
  margin: 30px 0;
  text-align: center; }
#checkout .buttons td {
  vertical-align: top; }
#checkout .button, #checkout #cart_form .apply_fb_discount, #cart_form #checkout .apply_fb_discount {
  margin-left: 20px;
  color: white;
  background-color: #ff4d00; }

#receipt > div {
  padding: 2%;
  margin-bottom: 10px; }
#receipt h2, #receipt #checkout fieldset legend, #checkout fieldset #receipt legend {
  margin: 0; }
@media screen and (max-width: 800px) {
  #receipt {
    width: 100% !important;
    margin-bottom: 20px; } }

#receipt_right > div {
  background-color: #e1e1e1;
  border-bottom: 1px solid #ccc;
  padding: 2%;
  margin-bottom: 10px; }
#receipt_right h2, #receipt_right #checkout fieldset legend, #checkout fieldset #receipt_right legend, #receipt_right h3, #receipt_right h4, #receipt_right h5 {
  margin: 0; }
@media screen and (max-width: 800px) {
  #receipt_right {
    width: 100% !important; } }

.you_may_also_like {
  text-align: center;
  font-size: 0; }
  .you_may_also_like .shopping_item {
    width: 19%;
    margin: 0.5%;
    font-size: initial; }
  .you_may_also_like h2, .you_may_also_like #checkout fieldset legend, #checkout fieldset .you_may_also_like legend {
    text-align: left;
    margin-bottom: 5px;
    margin-top: 40px; }
  .you_may_also_like .product_name a {
    text-transform: uppercase;
    color: black;
    text-decoration: none; }
    .you_may_also_like .product_name a:hover {
      color: #ff4d00; }
  .you_may_also_like .product_photo_thumb {
    width: 90%;
    height: auto; }
  @media screen and (max-width: 600px) {
    .you_may_also_like .shopping_item {
      width: 32%; }
    .you_may_also_like .shopping_item:nth-child(4), .you_may_also_like .shopping_item:nth-child(5) {
      display: none; } }
  @media screen and (max-width: 350px) {
    .you_may_also_like .shopping_item {
      width: 80%; } }

#cart_form {
  font-size: 1.2em; }
  #cart_form .mobile {
    display: none; }
  #cart_form .apply_fb_discount {
    color: white;
    background-color: #3b5998;
    text-transform: none;
    white-space: nowrap; }
    #cart_form .apply_fb_discount img {
      margin-bottom: 5px; }
  #cart_form #cart_table thead {
    background-color: #898989; }
  #cart_form #cart_table th {
    color: white;
    font-weight: normal;
    font-size: 1.2em;
    padding: 5px 0 5px 30px; }
  #cart_form #cart_table td {
    padding: 7px 0; }
  #cart_form #cart_table .photo {
    margin-right: 10px;
    width: 50px; }
    #cart_form #cart_table .photo img {
      width: 100%; }
  #cart_form #cart_table .lineitem.parent:not(:first-child) {
    border-top: 1px solid #ff4d00; }
  #cart_form #cart_table .lineitem:last-child {
    border-bottom: 1px solid #ff4d00; }
  #cart_form #cart_table .edit_delete {
    width: 75px;
    white-space: nowrap;
    text-align: right; }
    #cart_form #cart_table .edit_delete img {
      vertical-align: middle; }
    #cart_form #cart_table .edit_delete .mobile {
      vertical-align: middle; }
  @media screen and (max-width: 640px) {
    #cart_form #cart_table thead {
      display: none; }
    #cart_form #cart_table tr {
      border-top: 1px solid #eee; }
    #cart_form #cart_table .parent_lineitem:first-child {
      border-top: 4px solid #ff4d00; }
    #cart_form #cart_table td {
      display: block;
      padding: 2px 0; }
    #cart_form #cart_table .desc table tr {
      border: 0; }
    #cart_form #cart_table .desc table td {
      display: table-cell; }
    #cart_form #cart_table .quantity {
      text-align: left; }
    #cart_form #cart_table .unit_price {
      text-align: left; }
    #cart_form #cart_table .amount {
      font-weight: bold;
      padding-right: 5vw; }
    #cart_form #cart_table .mobile {
      display: inline; }
    #cart_form #cart_table .unit_price span.mobile, #cart_form #cart_table .quantity span.mobile {
      text-transform: none;
      padding-left: 60px; }
    #cart_form #cart_table span.mobile {
      color: #888; }
    #cart_form #cart_table .lineitem_total td, #cart_form #cart_table .lineitem_sales_tax td {
      padding: 0px 0; }
    #cart_form #cart_table .lineitem_shipping {
      text-align: left; }
      #cart_form #cart_table .lineitem_shipping .item > div {
        margin: 7px 0; }
    #cart_form #cart_table .edit_delete {
      text-align: left;
      padding-left: 60px;
      width: auto;
      white-space: normal; } }
  @media screen and (max-width: 400px) {
    #cart_form #cart_table {
      font-size: 1em; }
      #cart_form #cart_table .nowrap {
        display: inline-block;
        white-space: normal; } }
  #cart_form .amount, #cart_form .unit_price, #cart_form .quantity {
    text-align: right; }
  #cart_form #totals_outer {
    text-align: right; }
    #cart_form #totals_outer #shipping {
      text-align: left;
      float: left;
      margin-top: 10px;
      width: 50%; }
      @media screen and (max-width: 640px) {
        #cart_form #totals_outer #shipping {
          width: 100%; } }
      #cart_form #totals_outer #shipping h2, #cart_form #totals_outer #shipping #checkout fieldset legend, #checkout fieldset #cart_form #totals_outer #shipping legend {
        margin: 0; }
      #cart_form #totals_outer #shipping #shipping_info {
        background-color: #ebebeb;
        padding: 10px; }
      #cart_form #totals_outer #shipping #promo {
        padding: 10px;
        font-weight: normal; }
        @media screen and (max-width: 640px) {
          #cart_form #totals_outer #shipping #promo {
            margin: 20px 0; } }
        #cart_form #totals_outer #shipping #promo h2, #cart_form #totals_outer #shipping #promo #checkout fieldset legend, #checkout fieldset #cart_form #totals_outer #shipping #promo legend {
          font-size: 1.0em; }
        #cart_form #totals_outer #shipping #promo .button, #cart_form #totals_outer #shipping #promo .apply_fb_discount {
          background-color: #888;
          color: white;
          width: 75px; }
        #cart_form #totals_outer #shipping #promo table {
          width: 100%; }
          #cart_form #totals_outer #shipping #promo table td:nth-child(2) {
            width: 85px;
            text-align: right; }
        #cart_form #totals_outer #shipping #promo #promo_code {
          width: 100%; }
    #cart_form #totals_outer #totals {
      width: 48%; }
      @media screen and (max-width: 640px) {
        #cart_form #totals_outer #totals {
          width: 100%;
          border-top: 1px solid #ff4d00; } }
      #cart_form #totals_outer #totals table {
        width: 100%; }
        #cart_form #totals_outer #totals table td {
          padding-bottom: 10px;
          padding-top: 10px;
          width: 50%; }
        #cart_form #totals_outer #totals table td:nth-child(1) {
          padding-right: 5%;
          text-transform: uppercase; }
        #cart_form #totals_outer #totals table td:nth-child(2) {
          border-left: 1px solid #ff4d00;
          padding-right: 80px;
          text-align: right; }
          @media screen and (max-width: 640px) {
            #cart_form #totals_outer #totals table td:nth-child(2) {
              padding-right: 5vw; } }
        #cart_form #totals_outer #totals table #total_row {
          font-weight: bold;
          border: 1px solid #ff4d00; }
          #cart_form #totals_outer #totals table #total_row td:nth-child(2) {
            border-left: 0px !important; }
          #cart_form #totals_outer #totals table #total_row td {
            padding-bottom: 15px;
            padding-top: 15px; }
  #cart_form #button_bar {
    text-align: right; }
    #cart_form #button_bar .button, #cart_form #button_bar .apply_fb_discount {
      padding-left: 0;
      padding-right: 0;
      width: 90%;
      background-color: #888;
      color: white;
      margin-top: 20px; }
    #cart_form #button_bar span.button, #cart_form #button_bar span.apply_fb_discount {
      display: inline-block;
      text-align: center; }
    #cart_form #button_bar #checkout_button {
      background-color: #ff4d00;
      font-weight: bold; }
    @media screen and (max-width: 400px) {
      #cart_form #button_bar {
        text-align: center; }
        #cart_form #button_bar .button, #cart_form #button_bar .apply_fb_discount {
          width: 100%;
          margin-left: 0;
          margin-top: 10px;
          padding-left: 0;
          padding-right: 0; } }

#id_shipping_country, #id_shipping_method, #id_country {
  width: 100%; }

#id_city, #id_shipping_city {
  width: 48%; }
  @media screen and (max-width: 400px) {
    #id_city, #id_shipping_city {
      width: 100%; } }

#id_zip, #id_shipping_zip {
  width: 28%; }
  @media screen and (max-width: 400px) {
    #id_zip, #id_shipping_zip {
      width: 49%; } }

#id_state, #id_shipping_state {
  width: 18%; }
  @media screen and (max-width: 400px) {
    #id_state, #id_shipping_state {
      width: 49%; } }

#cart_footer {
  clear: both;
  margin: 30px 0 0 0;
  text-align: center; }

#subpage.survey #subpage_inner {
  max-width: 700px; }

.survey_question, .survey_question > li {
  list-style-type: decimal; }

.survey_question > li {
  margin: 20px 0; }

.survey_question .question_title {
  font-weight: bold;
  display: inline-block; }

.survey_question .question_question {
  display: inline-block; }

.survey_question .question_answer {
  margin: 5px 0; }
  .survey_question .question_answer > ul {
    padding: 0; }

.survey_question .question_comment_msg {
  color: #888; }

.survey_question textarea {
  height: 40px; }

.question_answer ul li {
  display: inline-block;
  margin: 5px 20px 5px 0; }
  .question_answer ul li label {
    margin: 0; }

.ranker_container {
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%; }

.ranker {
  border: 1px solid #aaa;
  border-radius: 2px;
  width: 100%; }
  .ranker img {
    max-width: 100%; }
  .ranker li {
    margin: 10px !important; }

.embedded_survey .survey_question {
  overflow: auto;
  margin: 0; }
.embedded_survey .submit_container {
  list-style-type: none !important; }
.embedded_survey #submit_button {
  margin: 0 !important; }

#flyers .flyer {
  width: 32.5%;
  padding: 0 2%;
  margin: 40px 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    #flyers .flyer {
      width: 32.5%; } }
  @media screen and (max-width: 512px) {
    #flyers .flyer {
      width: 49%; } }
  @media screen and (max-width: 350px) {
    #flyers .flyer {
      width: 80%; } }
  #flyers .flyer .flyer_thumb_wrapper {
    width: 100%;
    position: relative;
    padding-top: 75%; }
  #flyers .flyer .flyer_thumb_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  #flyers .flyer .thumb {
    width: 100%;
    max-width: 100%;
    max-height: 100%; }
  #flyers .flyer .caption p {
    margin: 5px 0; }
  #flyers .flyer .button, #flyers .flyer #cart_form .apply_fb_discount, #cart_form #flyers .flyer .apply_fb_discount {
    background-color: #ff4d00;
    color: white; }
@media screen and (max-width: 350px) {
  #flyers {
    text-align: center; } }

#flyer .headline {
  margin-bottom: 15px; }
#flyer .flyer_div {
  width: 59%;
  float: right;
  clear: both; }
  @media screen and (max-width: 800px) {
    #flyer .flyer_div {
      float: none;
      width: 100%; } }
#flyer .company_logo {
  max-width: 100%;
  max-height: 100px; }
#flyer .flyer_image {
  width: 100%; }
#flyer .button_bar {
  float: right; }
  @media screen and (max-width: 800px) {
    #flyer .button_bar {
      margin: 20px 2%; } }
#flyer .short_desc {
  font-size: 1.5em;
  color: #888; }
#flyer .description {
  width: 40%;
  padding-left: 1%; }
  @media screen and (max-width: 800px) {
    #flyer .description {
      width: 100%; } }
  #flyer .description p:first-child {
    margin-top: 0; }
#flyer .prevnext {
  text-align: center;
  font-size: 1.1em;
  padding-top: 30px;
  clear: both; }

.results_menu {
  display: flex;
  justify-content: flex-end;
  padding: 0; }
  .results_menu li {
    display: inline-block;
    padding: 5px 10px;
    border-left: 1px solid #999; }
  .results_menu li:first-child {
    border-left: none;
    padding-left: 0; }

#results .result a.individual {
  text-decoration: underline; }

.results .results_card, .result .results_card {
  float: right;
  width: 50%; }
  @media only screen and (max-width: 650px) {
    .results .results_card, .result .results_card {
      float: none;
      width: 100%; } }
.results .result td, .result .result td {
  border: 1px solid #888;
  padding: 1px 5px; }
.results #roster th, .result #roster th {
  font-size: 0.9em; }
.results .pager, .result .pager {
  float: right; }
.results #avatar, .result #avatar {
  float: left;
  padding: 10px;
  margin-right: 10px;
  width: 150px;
  height: 150px;
  border: 1px solid #ddd; }
.results #filter .pager select, .result #filter .pager select {
  padding: 0 3px;
  color: #333; }
.results #fbavatar, .result #fbavatar {
  width: 150px;
  height: 150px; }
.results #filter_table label, .result #filter_table label {
  margin: 0;
  padding-left: 5px;
  line-height: inherit !important; }
.results .page_select, .result .page_select {
  display: inline-block; }
.results #timing_results, .result #timing_results {
  margin: 40px 0; }
  .results #timing_results th, .results #timing_results td, .result #timing_results th, .result #timing_results td {
    border: 1px solid #aaa; }
.results .td_num, .result .td_num {
  text-align: right; }
.results .results_table, .result .results_table {
  margin-top: 30px; }
.results .results_table td, .result .results_table td {
  padding: 5px 10px;
  border: 1px solid #ccc; }
.results .results_table th, .result .results_table th {
  padding: 5px 10px;
  text-align: center;
  color: #888; }
.results .results_table .th_cover, .result .results_table .th_cover {
  border: 1px solid #ccc; }
.results .results_table .border-left, .result .results_table .border-left {
  border-left: 1px solid #ccc; }
.results .results_table .border-right, .result .results_table .border-right {
  border-right: 1px solid #ccc; }
.results #participants_table td, .result #participants_table td {
  padding: 5px 10px; }
.results .participant_info td, .results th, .result .participant_info td, .result th {
  padding: 5px 10px; }
.results .participant_info th, .result .participant_info th {
  color: #888; }
.results #search_form, .result #search_form {
  margin: 40px 0; }
.results #photo_instructions, .result #photo_instructions {
  color: #888;
  font-size: 0.9em;
  padding: 10px 0; }
.results .photo_container, .result .photo_container {
  display: inline-block;
  position: relative; }
  .results .photo_container .caption, .result .photo_container .caption {
    position: absolute;
    bottom: 5px;
    color: white;
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center; }
.results .photo, .result .photo {
  display: block; }
.results .photo_container a, .result .photo_container a {
  border-bottom: 0 !important; }
.results .facebook_icon, .result .facebook_icon {
  height: 13px;
  margin-right: 2px;
  margin-left: 5px; }
.results .expand_icon, .result .expand_icon {
  height: 24px;
  border-bottom: 0; }
.results .expand_icon_container, .result .expand_icon_container {
  position: absolute;
  top: 0px;
  right: 0px; }
.results .fb_share_link, .result .fb_share_link {
  color: white; }
.results .ui_comment_box .fb_comment_thumb, .result .ui_comment_box .fb_comment_thumb {
  max-width: 100px;
  max-height: 140px;
  float: left;
  margin-top: 15px;
  margin-right: 15px; }
.results .ui_comment_box textarea, .result .ui_comment_box textarea {
  height: 200px;
  width: 150px; }

#track .search_box {
  background-color: #dddddd;
  padding: 10px;
  max-width: 700px; }
  #track .search_box #search {
    width: 50%; }
  #track .search_box #search_results td {
    padding: 4px 10px; }
  #track .search_box #search_results_outer {
    max-height: 200px;
    overflow: auto; }
#track .colA {
  width: 69%;
  vertical-align: top; }
  #track .colA .button, #track .colA #cart_form .apply_fb_discount, #cart_form #track .colA .apply_fb_discount {
    font-size: 1.0rem;
    font-weight: normal; }
#track .text_alerts {
  vertical-align: top;
  width: 30%;
  background-color: #dddddd;
  padding: 10px;
  margin-top: 20px; }
  #track .text_alerts .phone_input {
    width: 50%;
    margin-right: 1%; }
  #track .text_alerts .button, #track .text_alerts #cart_form .apply_fb_discount, #cart_form #track .text_alerts .apply_fb_discount {
    width: 48%;
    white-space: nowrap;
    font-size: 0.95em; }
  #track .text_alerts h4 {
    margin: 0 !important; }
  #track .text_alerts p {
    margin: 10px 0 0 0;
    font-size: 0.9em; }
  #track .text_alerts .phone_numbers li {
    list-style-type: decimal; }
@media only screen and (max-width: 650px) {
  #track .colA {
    width: 100%; }
  #track .text_alerts {
    width: 80%; } }
#track .splits_outer {
  clear: both; }
#track .participant_name {
  margin-bottom: 0; }
#track .participant_info {
  padding: 0;
  margin: 0 0 20px 0; }
  #track .participant_info li {
    display: inline-block;
    padding: 5px 20px;
    color: #888; }
#track .th_title {
  border-bottom: 1px solid #ccc; }
#track .splits td {
  padding: 10px 20px;
  border: 1px solid #ccc; }
#track .splits .td_separator {
  width: 5px;
  padding: 0;
  margin: 0; }
#track .splits th {
  padding: 0px 5px;
  font-weight: normal;
  text-align: center;
  vertical-align: top; }
#track .splits .td_num {
  text-align: right; }
#track .results h4 {
  margin: 10px 0 0 0; }
#track .results > ul {
  margin: 0;
  padding: 0; }
#track .results > ul > li {
  margin: 20px 0;
  padding: 0 0 40px 0;
  border-top: 1px solid #eee; }
#track .timing_info td {
  padding: 5px 10px; }

#search_field {
  padding: 5px;
  width: 40%; }
  @media screen and (max-width: 600px) {
    #search_field {
      width: 100%; } }
  #search_field #search_form {
    overflow: hidden; }
    #search_field #search_form .name_or_bib_field {
      width: 100%;
      border: 2px #707070 solid;
      margin-bottom: 15px; }
    #search_field #search_form .race_dropdown {
      width: 100%; }
    #search_field #search_form .search_button {
      width: 100px;
      background-color: var(--color1);
      margin-top: 20px;
      padding: 5px;
      border: none;
      border-radius: 4px;
      text-transform: uppercase;
      color: white; }

#search_results {
  width: 59%;
  padding: 5px;
  padding-left: 30px; }
  @media screen and (max-width: 600px) {
    #search_results {
      width: 100%; } }
  #search_results #participants_table {
    width: 100%; }
    #search_results #participants_table th {
      background-color: white;
      color: white;
      text-transform: lowercase;
      font-size: 1.2em;
      padding-left: 9px; }
    #search_results #participants_table tr {
      height: 30px;
      padding: 5px 10px;
      border-top: 2px solid #FFF; }
      #search_results #participants_table tr:nth-child(even) {
        background-color: #F0F0F0; }
      #search_results #participants_table tr:nth-child(odd) {
        background-color: #707070; }
      #search_results #participants_table tr a {
        color: #ff4d00; }

#colorbox .icon_bar {
  display: inline-block;
  background-color: #888;
  border-radius: 4px;
  padding: 1px 6px; }

#team_results_outer td {
  vertical-align: top;
  padding: 4px 10px;
  border: 1px solid #ccc; }

#team_results_outer th {
  padding: 4px 20px; }

#team_results_inner td {
  border: 0; }

/* ------------------------------------------------- NEW CSS -------------------------------------------------------------------------------------------- */
#results button, #results .button, #results #cart_form .apply_fb_discount, #cart_form #results .apply_fb_discount, #results input[type="submit"], #results input[type="submit"]:hover {
  background-color: var(--color1, #333) !important;
  color: white;
  border: 0;
  border-radius: 10px;
  padding: 10px;
  margin: 0 0 10px 10px; }

#results button {
  padding: 0px 10px; }

.results input[type="submit"] {
  max-width: 350px; }

.results button:disabled {
  background-color: gray; }

#content {
  display: flex;
  flex-direction: column;
  flex: 1 1 0; }

.selected {
  background-color: #ddd; }

#id_search {
  padding: 0px 10px; }

#search-action {
  width: 100%; }

#leaderboard, #show-hide-search, #search-action {
  position: relative;
  padding: 0px 10px;
  border-radius: 10px;
  background-color: var(--color1, #333);
  margin-left: 20px;
  margin-top: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%; }

#show-hide-search {
  flex-direction: column;
  gap: 0px;
  justify-content: center; }

#show-hide-search .icon-text {
  display: flex;
  align-items: center;
  gap: 10px; }

#show-hide-search p {
  font-size: 0.9rem; }

#search-action {
  width: fit-content; }

.filter {
  margin: 0px;
  text-transform: uppercase;
  font-weight: bold; }

.search-row input[type="text"] {
  background-color: white;
  color: #333;
  max-width: 300px;
  margin: 0px;
  max-width: 300px;
  padding: 15px 45px;
  border-radius: 10px;
  border: 2px solid #333; }

.search-row input[type="submit"], .search-row input[type="submit"]:hover {
  background-color: var(--color1, #333) !important;
  color: white;
  margin: 10px 0 10px 10px;
  width: 150px;
  max-width: 300px;
  padding: 15px 45px;
  border-radius: 10px;
  border: 2px solid black;
  text-align: center; }

#search-bar {
  position: relative;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 2px solid var(--color1, #333);
  border-radius: 12px;
  max-width: fit-content;
  margin: 0 auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease, padding 0.5s ease; }

#search-bar.visible {
  max-height: none;
  opacity: 1;
  visibility: visible;
  margin: 20px auto;
  transform: scaleY(1);
  padding: 20px; }

.search-item {
  display: flex;
  flex-direction: column; }

.search-item select,
.search-item input {
  padding: 5px;
  border-radius: 10px;
  border: 1px solid var(--color1, #333);
  background-color: transparent; }

#search-bar input[type="submit"] {
  margin-left: 0px;
  max-width: 200px;
  margin-top: 5px; }

#search-bar input[type="submit"]:hover {
  margin-left: 0px;
  margin-bottom: 0px; }

.filter-item {
  display: block;
  flex-direction: column;
  gap: 5px;
  color: #333; }

.search-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  position: relative;
  justify-content: center; }

.filter-cols {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px; }

.search-bar input[type="submit"] {
  margin-left: 0px; }

.modes {
  display: flex;
  padding: 0 0 10px 0;
  margin-top: 15px;
  align-items: center;
  gap: 10px; }

.modes label {
  margin: 0px; }

.modes input[type="submit"] {
  margin-left: 0; }

.modes .checkbox-wrapper {
  display: flex;
  align-items: baseline;
  gap: 10px; }

#loading-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
  width: fit-content;
  z-index: 1000;
  padding: 20px;
  border-radius: 10px;
  text-align: center; }

#loading-spinner svg {
  margin-right: 10px; }

.shimmer-text {
  margin: 0;
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  background: linear-gradient(90deg, #333 25%, #f0f0f0 50%, #333 75%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 4s infinite; }

@keyframes shimmer {
  0% {
    background-position: 200% 0; }
  100% {
    background-position: -200% 0; } }
.result-table-header {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: baseline;
  border: 3px solid var(--color1, #333);
  border-radius: 12px;
  padding: 5px 10px; }

.result-title-container {
  padding: 0 10px 10px; }

.results .pager select {
  padding: 5px; }

.results #filter {
  padding: 0 20px; }

.results #filter h3,
.results #filter span,
.results .pager,
.results #filter,
.results #filter .pager-text {
  background-color: transparent !important; }

.results #filter .pager-text,
.results #filter h3 {
  color: var(--color1, #333) !important; }

.results #filter h3,
.results #filter span {
  margin-top: 0;
  text-transform: uppercase; }

.results #filter span {
  margin-bottom: 0; }

.results #filter h3 {
  padding-left: 0px;
  margin-bottom: 5px; }

.pager-item {
  display: inline-flex;
  align-items: center;
  margin: 0px 5px;
  color: white;
  flex: 1 1 0%; }

.pager-text {
  font-weight: bold;
  width: max-content;
  white-space: nowrap;
  margin-right: 10px;
  text-transform: uppercase;
  color: var(--color1, #333); }

.results th, .results th a {
  color: white; }

.results .tabular td, .splits tr:nth-child(2) th {
  padding: 10px 5px; }

.results .tabular td {
  border-bottom: 2px solid var(--color1);
  border-left: none;
  border-top: none;
  border-right: none; }

.results .tabular td:nth-child(odd) {
  background-color: #f5f5f5; }

.result {
  border-radius: 12px; }

.results .participant_info td, .results .tabular th, .result .tabular th, .results .tabular td {
  text-align: center; }

.tabular {
  border-collapse: collapse; }

.tabular th, .tabular th a {
  color: var(--color1);
  /*text-transform: uppercase;*/
  text-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px; }

.results .tabular th a {
  text-decoration: underline; }

.show-all-container {
  width: 100%;
  margin: 20px 0 60px; }

.show-all {
  width: 25%;
  padding: 10px 0px;
  border-radius: 12px;
  background-color: var(--color1, #333);
  margin: 10px auto;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold; }

.show-all a {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5px; }

.magnifying-glass {
  fill: white;
  width: 20px;
  height: 20px; }

.button-container {
  display: none; }

.results .participant_info td {
  text-align: right; }

.results .intelligence-title {
  margin-bottom: 0px;
  padding-bottom: 0px !important;
  text-transform: uppercase; }

.results .race-intelligence {
  background-color: var(--color1, #333);
  border-radius: 20px;
  width: 95%;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 20px 40px;
  color: white;
  box-shadow: rgba(149, 157, 165, 0.6) 0px 8px 24px; }

.results .intelligence-subtitle {
  color: var(--color2);
  padding-bottom: 0px !important; }

#score_table .splits {
  border-collapse: separate;
  border-radius: 20px;
  border-spacing: 0;
  border: none;
  position: relative;
  right: -20px; }

#score_table .splits tr:first-of-type th:first-child {
  border-top-left-radius: 20px;
  border-right: 2px solid #ccc;
  border-left: none; }

#score_table .splits tr:first-of-type th {
  background-color: var(--color1);
  color: white;
  border-left: none;
  text-shadow: 1px 1px 1px #ccc;
  border-bottom: 2px solid #ccc;
  border-top: none;
  border-right: 2px solid #ccc; }

#score_table .splits tr:first-of-type th:last-of-type {
  border-top-right-radius: 20px;
  border-right: none; }

#score_table .splits tr:nth-of-type(2) th {
  padding: 16px 8px;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #ccc;
  text-shadow: 1px 1px 1px #ccc; }

#score_table .splits tr:last-of-type td {
  border-bottom: none; }

#score_table .splits tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 20px; }

#score_table .splits tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 20px; }

#score_table .splits tr:nth-of-type(2) .right-border {
  border-right: 2px solid #ccc; }

#score_table .splits tr .colored-background {
  background-color: #efefef; }

#score_table .splits tr td {
  padding: 16px 20px;
  border: none;
  border-bottom: 2px solid #ccc;
  background-color: transparent; }

.distribution-options {
  display: flex; }

.distribution-selection {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 20px; }

.distribution-label {
  margin-right: 10px; }

.distribution-selection select {
  background-color: transparent;
  border: 2px solid var(--color1);
  padding: 2px 20px 5px 10px;
  text-align: left;
  width: auto;
  border-radius: 5px;
  text-transform: uppercase; }

#result .participant-name {
  padding-bottom: 0px;
  text-transform: uppercase; }

#result .participant-bib {
  font-size: 1.7rem;
  color: #757373; }

#result .event-date {
  margin-top: 0px;
  margin-bottom: 0px;
  color: var(--color2); }

.data-outer {
  display: flex; }

.data-inner {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  flex-shrink: 0;
  padding: 3px 5px 5px;
  color: var(--color1, #333);
  width: 100%; }

.data {
  padding-right: 5px;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0; }

.data-value {
  font-size: 1.4rem;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  margin: 0;
  margin-bottom: 5px;
  font-weight: bold; }

.label-container {
  display: flex;
  justify-content: center;
  align-items: baseline;
  text-transform: uppercase;
  font-size: 0.7rem; }

.data-label {
  padding: 0;
  margin: 0;
  font-size: 0.7rem; }

.data-seperator {
  border-left: 1px solid #c5c5c5; }

.section-seperator {
  width: 100%;
  border-top: 1px solid #c5c5c5; }

.data-card {
  flex-direction: column;
  display: flex;
  padding: 10px 30px;
  border: 1px solid var(--color2);
  text-align: center;
  box-shadow: 3px 3px 3px #e3e2e2;
  border-radius: 12px;
  color: var(--color1);
  max-width: 500px;
  margin-top: 10px;
  margin-bottom: 20px; }

.card-title {
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 5px;
  text-shadow: 1px 1px 1px #ccc;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center; }

.card-icon {
  stroke: var(--color1);
  width: 22px;
  height: 24px;
  margin-right: 3px; }

.rank-seperator {
  border-top: 1px solid var(--color2);
  width: 40%;
  margin: auto; }

.rank-seperator {
  border-top: 1px solid var(--color2); }

.rank-value {
  font-size: 0.9rem;
  margin-top: 2px;
  margin-bottom: 0px;
  font-weight: bold; }

.data-value-container {
  margin-bottom: 5px; }

.data-event {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  margin-top: 5px;
  margin-right: 10px;
  color: var(--color2);
  text-transform: uppercase; }

.data-card-event {
  display: flex;
  align-items: baseline; }

#results .slider-button.active {
  background-color: white !important;
  border: 3px solid var(--color1);
  color: var(--color1); }

.performance {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px; }

.data-cards-container {
  margin: auto 0;
  flex: 1; }

.results_card img {
  max-height: 400px;
  width: auto; }

.table-icon {
  margin-right: 3px;
  stroke: white; }

@media only screen and (max-width: 1200px) {
  .results #filter .table-wrapper {
    overflow-x: auto; } }
@media only screen and (max-width: 1000px) and (max-height: 1000px) {
  .pager-item:first-of-type {
    display: none; }

  #header .logo {
    max-width: 80%; }

  .result-title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center; }

  .results #filter h3 {
    margin-right: 10px; }

  #results button, #show-hide-search, #search-action {
    padding: 5px 10px; }

  #show-hide-search, #search-action {
    margin-left: 0 !important;
    padding: 5px 10px;
    width: 100%;
    justify-content: center;
    align-items: center; }

  #show-hide-search {
    margin-top: 10px !important; }

  .search-container {
    flex-direction: column; }

  .search-row {
    flex-direction: column; }

  .search-row input[type="text"] {
    max-width: calc(100% - 90px);
    padding: 5px 45px; }

  #search-bar.visible {
    margin: 10px auto 20px; }

  .table-wrapper {
    width: 100%;
    overflow: auto hidden;
    position: relative;
    white-space: nowrap; }

  .result-table-header {
    flex-direction: column-reverse;
    margin-top: 0px; }

  .result-table-header:first-child {
    margin-top: 0; }

  .results .pager {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap; }

  .pager-text {
    flex: 1; }

  .filter-cols {
    justify-content: space-between;
    gap: 10px; }

  .modes label {
    line-height: 1.75rem;
    display: flex; }

  .modes {
    padding: 0 0 10px 0; }

  #search-bar input[type="submit"] {
    margin: 0 0 10px 0; }

  .show-all {
    width: 50%;
    padding: 10px; }

  .no-hover td {
    text-align: left !important; }

  .button-container {
    display: flex; }

  .scroll-left {
    padding-right: 10px;
    margin: 5px;
    display: inline-block;
    cursor: not-allowed;
    background-color: transparent !important;
    border: none; }

  .scroll-right {
    margin: 5px 0 5px 5px;
    display: inline-block;
    cursor: initial;
    background-color: transparent !important;
    border: none; }

  .scroll-left svg, .scroll-right svg {
    color: var(--color1, #333);
    width: 40px;
    height: 40px; }

  .scroll-left:disabled, .scroll-right:disabled {
    color: #ccc; }

  #score_table .splits {
    right: 0px; }

  #score_table .splits tr td {
    padding: 16px 20px; }

  .results .race-intelligence {
    width: 100%; }

  .results .intelligence-subtitle {
    padding-top: 10px; }

  .distribution-selection {
    justify-content: flex-start;
    gap: 20px;
    width: 100%; }

  .results .results_card, #result .results_card {
    width: 100%; }

  .data-card-event {
    padding-bottom: 20px; }

  .performance {
    flex-direction: column-reverse; } }
@media (hover: hover) {
  .result:hover:not(.no-hover) {
    transform: translateY(-2px);
    box-shadow: 12px 17px 51px #00000058;
    border-radius: 12px;
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-radius 0.2s ease; }

  .result:hover:not(.no-hover), .result:hover:not(.no-hover) td {
    background-color: var(--color1, #333) !important;
    color: white; }

  .no-hover:hover {
    background-color: white; }

  .no-hover:hover td {
    color: initial !important;
    font-weight: normal !important;
    cursor: default; }

  .result:hover td, .result:hover td a {
    color: white; }

  button:hover, a.button:hover, #cart_form a.apply_fb_discount:hover, input[type="submit"]:hover, .show-all:hover {
    color: #fff;
    background-size: 100% 100%;
    background-position: right; }

  button, a.button, #cart_form a.apply_fb_discount, input[type="submit"], .show-all {
    background-image: linear-gradient(var(--color2, #333), var(--color2, #333));
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: .4s, background-position 0s; } }
#accounts .info_table th {
  text-align: left;
  padding: 5px 10px 5px 0; }
#accounts .info_table td {
  text-align: left;
  padding: 5px 0; }
#accounts .edit_profile input[type=text] {
  max-width: 400px; }
#accounts .edit_profile td, #accounts .edit_profile th {
  vertical-align: middle; }
#accounts .edit_profile label {
  margin: 0; }
#accounts .button_bar {
  margin: 20px 0; }

#withdraw_page #access_code form {
  float: right; }
#withdraw_page table td, #withdraw_page table th {
  padding: 0 10px; }

.color_selector {
  padding: 10px 0;
  z-index: 1000000;
  border: 1px solid #aaa;
  background-color: #f8f8f8;
  position: absolute; }

.color_option {
  cursor: pointer;
  padding: 10px; }
  .color_option:hover {
    background-color: #6699cc; }

.color_swatch {
  vertical-align: middle;
  display: inline-block;
  height: 40px;
  width: 80px;
  border-radius: 10px; }

.color_name {
  display: inline-block;
  vertical-align: middle; }

.color_select_inner {
  position: relative; }

.training_plan_list {
  margin: 5px 0 5px 17.5px;
  border-radius: 3px;
  background-color: #eee;
  padding: 4px 10px;
  display: none; }

.training_plan_list .icon {
  width: 16px; }

.training_plan_list > p {
  margin: 4px 0 4px 17.5px; }

.sold_out {
  border: 1px solid #ff4d00;
  color: #ff4d00;
  font-weight: bold;
  border-radius: 3px;
  padding: 0 5px; }

.race_event_help_text {
  padding-left: 20px;
  font-size: 0.9em;
  font-style: italic; }

#register_page .reset_button {
  padding-left: 20px; }

#register_promocode #promo_code {
  width: 200px;
  margin-right: 5px; }
#register_promocode .input {
  text-align: right; }
#register_promocode .notification_box {
  margin-bottom: 50px; }

#referral_program h5 {
  margin: 0; }

#partial_sell_out_access {
  display: none; }
  #partial_sell_out_access .promocode_input {
    width: 200px; }

.tickets_container {
  padding: 2% 2% 5% 2%;
  max-width: 700px; }
  .tickets_container .tickets_icon {
    max-width: 75px;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px; }
    .tickets_container .tickets_icon img {
      width: 100%; }
  .tickets_container .tickets_name {
    font-weight: bold; }
  .tickets_container .tickets_form {
    clear: both; }

#photo_signup {
  max-width: 700px; }
  #photo_signup #search {
    max-width: 250px; }
  #photo_signup #search_div {
    background-color: #eee;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 30px; }
    #photo_signup #search_div button {
      margin-left: 10px; }
  #photo_signup .blurp {
    margin: 20px 0; }

.fee_schedule {
  float: right;
  background-color: #eee;
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-left: 10px; }
  .fee_schedule h5 {
    margin: 0; }
  .fee_schedule td, .fee_schedule th {
    border: 1px solid black;
    text-align: right;
    padding: 4px 10px; }

.labor_desc h4 {
  margin-bottom: 4px; }
.labor_desc td {
  padding: 4px 10px;
  vertical-align: top; }
@media only screen and (max-width: 500px) {
  .labor_desc tr {
    display: block; }
    .labor_desc tr td {
      display: block; }
    .labor_desc tr td:first-child {
      font-weight: bold; }
    .labor_desc tr td:last-child {
      padding-left: 50px !important; } }

#labor_list li {
  clear: both;
  margin: 0 0 100px 0; }

#labor_filter .keep_together {
  margin: 10px 20px 10px 0;
  display: inline-block; }

#labor_applicant {
  max-width: 700px; }

#labor_applicant textarea {
  height: 150px; }

body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0; }

button {
  -webkit-font-smoothing: antialiased; }

.clear {
  clear: both; }

.nowrap {
  white-space: nowrap; }

.row {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.row_content {
  display: inline-block;
  width: 1000px;
  text-align: left;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.row_inner {
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.col, #flyers .flyer, #flyer .description, #track .colA, #track .text_alerts, .col50, #receipt, #receipt_right, .col33, .col66, .col40, .col60, .col43, .col57, #race_info .quotes .avatar, #race_info .quotes .text, #course_page .nav_strip li, .participant_review .date, .participant_review .like_dislike, #home .colA, #home .colB, #home .rowA .colA ul, #home .rowA .colB ul, #home .rowB #cause_box .cause_logo, #home .rowB #cause_box .cause_blurp, #home .rowB #triple_revel .medal, #home .rowB #triple_revel .triple_blurp, #sponsors .signup, #sponsors .title_sponsor_outer, #sponsors .platinum_sponsor .sponsor_logo, #sponsors .gold_sponsor .sponsor_logo, #sponsors .volunteer_group .sponsor_logo, #sponsors .platinum_sponsor .sponsor_blurp, #sponsors .gold_sponsor .sponsor_blurp, #sponsors .volunteer_group .sponsor_blurp, #sponsors .silver_sponsor, #sponsors .bronze_sponsor, #sponsors .vik_sponsor, #ambassador_page .field1, #ambassador_page .field2, #ambassador_list_page .ambassador_list .ambassador {
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.col50, #receipt, #receipt_right {
  width: 49%; }

.col33 {
  width: 33%; }

.col66 {
  width: 66%; }

.col40 {
  width: 39%; }

.col60 {
  width: 59%; }

.col43 {
  width: 42%; }

.col57 {
  width: 56%; }

.width100 {
  width: 100%; }

.ui-widget {
  font-size: 1.0em !important; }

.button, #cart_form .apply_fb_discount {
  text-decoration: none;
  text-align: center;
  border: 0; }

.menu_ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.font_size_2x {
  font-size: 2em; }

.font_size_3x {
  font-size: 3em; }

.font_size_5x {
  font-size: 5em; }

.opac_bg {
  /*text-shadow: 0px 0px 10px rgba(0,0,0,0.5);*/
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 3%;
  margin: 0; }

img.question_mark {
  width: 14px;
  height: 14px;
  margin-left: 5px; }

div.question_mark img {
  width: 12px;
  height: 12px;
  margin-left: 5px; }

li {
  list-style-type: none; }

#nav0 .row_content {
  text-align: right; }
#nav0 .menu_ul li {
  padding-left: 1em;
  vertical-align: middle; }
#nav0 #scart_button {
  margin: 3px 0px;
  padding: 0px 5px; }
  #nav0 #scart_button img {
    padding: 1px 5px 2px 0px;
    vertical-align: middle; }

@media only screen and (max-width: 1000px) {
  .row_content {
    width: 100%; } }
@media only screen and (max-width: 750px) {
  .font_size_2x {
    font-size: 1.50em; }

  .font_size_3x {
    font-size: 2.5em; }

  .font_size_5x {
    font-size: 2.5em; } }
@media only screen and (max-width: 500px) {
  .font_size_2x {
    font-size: 1.25em; }

  .font_size_3x {
    font-size: 1.5em; }

  .font_size_5x {
    font-size: 1.5em; } }
@media only screen and (max-width: 300px) {
  .font_size_2x {
    font-size: 1.0em; }

  .font_size_3x {
    font-size: 1.2em; }

  .font_size_5x {
    font-size: 1.5em; } }
.blog_posts .title {
  font-size: 2em; }
.blog_posts h1 {
  font-size: 1.5em; }
.blog_posts .blog_post_in_list {
  margin: 0px 0 50px 0; }
.blog_posts .post {
  margin-bottom: 30px; }
  .blog_posts .post p {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */ }
.blog_posts .prev_next_bar {
  text-align: center !important; }

.blog {
  padding: 0; }
  .blog #subpage_title, .blog #subpage_inner > h2, .blog #checkout fieldset #subpage_inner > legend, #checkout fieldset .blog #subpage_inner > legend {
    display: none; }
  .blog #subpage_inner {
    padding: 0;
    margin: 0; }
    .blog #subpage_inner #nav3 .row_content {
      padding: 0; }
    .blog #subpage_inner #nav3 #blog_subpage_title {
      background-color: #ff4d00;
      padding: 5px;
      padding-left: 20px;
      margin-top: 20px;
      text-align: left;
      font-size: 0;
      letter-spacing: initial; }
      .blog #subpage_inner #nav3 #blog_subpage_title .title {
        color: white;
        font-size: 32px;
        display: inline-block;
        width: 40%;
        vertical-align: top; }
      .blog #subpage_inner #nav3 #blog_subpage_title .search_bar {
        width: 47%;
        display: inline-block;
        vertical-align: bottom; }
        .blog #subpage_inner #nav3 #blog_subpage_title .search_bar .gsc-input {
          padding: 2px; }
        .blog #subpage_inner #nav3 #blog_subpage_title .search_bar table td {
          vertical-align: top; }
      .blog #subpage_inner #nav3 #blog_subpage_title .rss {
        width: 13%;
        display: inline-block;
        text-align: right;
        vertical-align: bottom; }
        .blog #subpage_inner #nav3 #blog_subpage_title .rss img {
          width: 29px;
          padding-bottom: 6px;
          padding-right: 9px; }
    .blog #subpage_inner #nav3 #nav_col #nav3_menu #nav3_menu_content {
      background-color: #DCDCDC; }
      .blog #subpage_inner #nav3 #nav_col #nav3_menu #nav3_menu_content ul a {
        color: #888; }
    .blog #subpage_inner #nav3 #nav_col #nav3_menu #nav3_titlebar {
      color: white;
      background-color: #b7b7b7;
      font-size: 1.25em;
      height: 50px; }
      .blog #subpage_inner #nav3 #nav_col #nav3_menu #nav3_titlebar .title {
        display: inline-block;
        width: 250px;
        padding-top: 3px; }
        .blog #subpage_inner #nav3 #nav_col #nav3_menu #nav3_titlebar .title * {
          font-size: 2rem;
          margin: 0;
          text-align: center; }
    .blog #subpage_inner #nav3 #nav_col #nav3_menu .blog_post_filter {
      width: 100%; }
    .blog #subpage_inner #nav3 #nav_col #nav3_menu .closed ul {
      display: none; }
    .blog #subpage_inner #nav3 #nav_col #nav3_menu .blog_name {
      display: inline-block; }
      .blog #subpage_inner #nav3 #nav_col #nav3_menu .blog_name img {
        display: inline;
        background-color: grey;
        vertical-align: 40%; }
      .blog #subpage_inner #nav3 #nav_col #nav3_menu .blog_name a {
        display: inline; }
      .blog #subpage_inner #nav3 #nav_col #nav3_menu .blog_name .logo_bee, .blog #subpage_inner #nav3 #nav_col #nav3_menu .blog_name .logo_rev, .blog #subpage_inner #nav3 #nav_col #nav3_menu .blog_name .logo_gol {
        width: 137px;
        height: 40px;
        background: no-repeat;
        background-size: 100%;
        display: inline-block;
        background-position: 0 80%;
        padding-top: 10px; }
        .blog #subpage_inner #nav3 #nav_col #nav3_menu .blog_name .logo_bee > div, .blog #subpage_inner #nav3 #nav_col #nav3_menu .blog_name .logo_rev > div, .blog #subpage_inner #nav3 #nav_col #nav3_menu .blog_name .logo_gol > div {
          display: none; }
      .blog #subpage_inner #nav3 #nav_col #nav3_menu .blog_name .logo_bee {
        background-image: url("/files/rev/imgs/icons/blog_brooksee.png"); }
      .blog #subpage_inner #nav3 #nav_col #nav3_menu .blog_name .logo_rev {
        background-image: url("/files/rev/imgs/icons/blog_revel.png"); }
      .blog #subpage_inner #nav3 #nav_col #nav3_menu .blog_name .logo_gol {
        background-image: url("/files/rev/imgs/icons/blog_goldilocks.png"); }
    .blog #subpage_inner #nav3 #nav_col #nav3_menu ul {
      padding-left: 15px; }
    @media screen and (max-width: 700px) {
      .blog #subpage_inner #nav3 #nav3_content {
        padding-top: 50px; } }
    .blog #subpage_inner #nav3 #nav3_content .blog_posts {
      max-width: 585px;
      margin: 0 auto;
      width: 90%; }
      .blog #subpage_inner #nav3 #nav3_content .blog_posts img {
        max-width: 100% !important;
        height: auto !important; }
    .blog #subpage_inner #nav3 #nav3_content #next_page {
      float: right; }

#rss_list {
  margin: 0 auto;
  width: 50%; }
  #rss_list h2, #rss_list #checkout fieldset legend, #checkout fieldset #rss_list legend {
    padding: 20px 0; }
  #rss_list ul {
    margin: 0;
    padding: 0px 20px; }
  #rss_list li {
    padding: 5px 0; }
  #rss_list a {
    display: inline-block;
    text-decoration: none;
    color: #ff4d00; }
  #rss_list .rss_button {
    border: 1px solid;
    padding: 0px 5px;
    margin: 0px 5px;
    border-radius: 5px;
    display: inline-block; }

.fb_iframe_widget {
  width: 100% !important; }
  .fb_iframe_widget iframe, .fb_iframe_widget span {
    width: 100% !important; }

#footer {
  padding-top: 30px; }
  #footer h4 {
    font-size: 1.4em;
    padding: 0px;
    margin: 0px 0px 5px;
    text-transform: none; }
  #footer .sponsors {
    margin-bottom: 50px;
    white-space: nowrap; }
    #footer .sponsors #sponsors_slider {
      width: 100%;
      height: 40px;
      overflow: hidden; }
      #footer .sponsors #sponsors_slider #sponsors_viewport {
        position: relative; }
        #footer .sponsors #sponsors_slider #sponsors_viewport .sponsor_list {
          padding: 0px;
          margin: 0px;
          list-style-type: none;
          position: absolute; }
          #footer .sponsors #sponsors_slider #sponsors_viewport .sponsor_list a {
            margin-left: 30px;
            margin-right: 30px; }
  #footer #bottom_nav {
    margin: 0px 0px 30px;
    width: 100%; }
    #footer #bottom_nav .bottom_nav {
      width: 24%; }
      #footer #bottom_nav .bottom_nav .nav_footer {
        list-style-type: none;
        padding: 0px;
        margin: 0px; }
  #footer #announcement_list {
    width: 37%;
    margin-bottom: 15px; }
    #footer #announcement_list #subscribe input[type="text"] {
      margin-bottom: 5px;
      font-size: 1em;
      font-weight: 100;
      letter-spacing: 1px; }
    #footer #announcement_list .button, #footer #announcement_list #cart_form .apply_fb_discount, #cart_form #footer #announcement_list .apply_fb_discount {
      border: none;
      float: right;
      margin-right: 2px; }
  #footer .col[id^="follow"], #footer #flyers [id^="follow"].flyer, #flyers #footer [id^="follow"].flyer, #footer #flyer [id^="follow"].description, #flyer #footer [id^="follow"].description, #footer #track [id^="follow"].colA, #track #footer [id^="follow"].colA, #footer #track [id^="follow"].text_alerts, #track #footer [id^="follow"].text_alerts, #footer [id^="follow"].col50, #footer [id^="follow"]#receipt, #footer [id^="follow"]#receipt_right, #footer [id^="follow"].col33, #footer [id^="follow"].col66, #footer [id^="follow"].col40, #footer [id^="follow"].col60, #footer [id^="follow"].col43, #footer [id^="follow"].col57, #footer #race_info .quotes [id^="follow"].avatar, #race_info .quotes #footer [id^="follow"].avatar, #footer #race_info .quotes [id^="follow"].text, #race_info .quotes #footer [id^="follow"].text, #footer #course_page .nav_strip li[id^="follow"], #course_page .nav_strip #footer li[id^="follow"], #footer .participant_review [id^="follow"].date, .participant_review #footer [id^="follow"].date, #footer .participant_review [id^="follow"].like_dislike, .participant_review #footer [id^="follow"].like_dislike, #footer #home [id^="follow"].colA, #home #footer [id^="follow"].colA, #footer #home [id^="follow"].colB, #home #footer [id^="follow"].colB, #footer #home .rowA .colA ul[id^="follow"], #home .rowA .colA #footer ul[id^="follow"], #footer #home .rowA .colB ul[id^="follow"], #home .rowA .colB #footer ul[id^="follow"], #footer #home .rowB #cause_box [id^="follow"].cause_logo, #home .rowB #cause_box #footer [id^="follow"].cause_logo, #footer #home .rowB #cause_box [id^="follow"].cause_blurp, #home .rowB #cause_box #footer [id^="follow"].cause_blurp, #footer #home .rowB #triple_revel [id^="follow"].medal, #home .rowB #triple_revel #footer [id^="follow"].medal, #footer #home .rowB #triple_revel [id^="follow"].triple_blurp, #home .rowB #triple_revel #footer [id^="follow"].triple_blurp, #footer #sponsors [id^="follow"].signup, #sponsors #footer [id^="follow"].signup, #footer #sponsors [id^="follow"].title_sponsor_outer, #sponsors #footer [id^="follow"].title_sponsor_outer, #footer #sponsors .platinum_sponsor [id^="follow"].sponsor_logo, #sponsors .platinum_sponsor #footer [id^="follow"].sponsor_logo, #footer #sponsors .gold_sponsor [id^="follow"].sponsor_logo, #sponsors .gold_sponsor #footer [id^="follow"].sponsor_logo, #footer #sponsors .volunteer_group [id^="follow"].sponsor_logo, #sponsors .volunteer_group #footer [id^="follow"].sponsor_logo, #footer #sponsors .platinum_sponsor [id^="follow"].sponsor_blurp, #sponsors .platinum_sponsor #footer [id^="follow"].sponsor_blurp, #footer #sponsors .gold_sponsor [id^="follow"].sponsor_blurp, #sponsors .gold_sponsor #footer [id^="follow"].sponsor_blurp, #footer #sponsors .volunteer_group [id^="follow"].sponsor_blurp, #sponsors .volunteer_group #footer [id^="follow"].sponsor_blurp, #footer #sponsors [id^="follow"].silver_sponsor, #sponsors #footer [id^="follow"].silver_sponsor, #footer #sponsors [id^="follow"].bronze_sponsor, #sponsors #footer [id^="follow"].bronze_sponsor, #footer #sponsors [id^="follow"].vik_sponsor, #sponsors #footer [id^="follow"].vik_sponsor, #footer #ambassador_page [id^="follow"].field1, #ambassador_page #footer [id^="follow"].field1, #footer #ambassador_page [id^="follow"].field2, #ambassador_page #footer [id^="follow"].field2, #footer #ambassador_list_page .ambassador_list [id^="follow"].ambassador, #ambassador_list_page .ambassador_list #footer [id^="follow"].ambassador {
    width: 37%;
    text-align: center; }
    #footer .col[id^="follow"] div, #footer #flyers [id^="follow"].flyer div, #flyers #footer [id^="follow"].flyer div, #footer #flyer [id^="follow"].description div, #flyer #footer [id^="follow"].description div, #footer #track [id^="follow"].colA div, #track #footer [id^="follow"].colA div, #footer #track [id^="follow"].text_alerts div, #track #footer [id^="follow"].text_alerts div, #footer [id^="follow"].col50 div, #footer [id^="follow"]#receipt div, #footer [id^="follow"]#receipt_right div, #footer [id^="follow"].col33 div, #footer [id^="follow"].col66 div, #footer [id^="follow"].col40 div, #footer [id^="follow"].col60 div, #footer [id^="follow"].col43 div, #footer [id^="follow"].col57 div, #footer #race_info .quotes [id^="follow"].avatar div, #race_info .quotes #footer [id^="follow"].avatar div, #footer #race_info .quotes [id^="follow"].text div, #race_info .quotes #footer [id^="follow"].text div, #footer #course_page .nav_strip li[id^="follow"] div, #course_page .nav_strip #footer li[id^="follow"] div, #footer .participant_review [id^="follow"].date div, .participant_review #footer [id^="follow"].date div, #footer .participant_review [id^="follow"].like_dislike div, .participant_review #footer [id^="follow"].like_dislike div, #footer #home [id^="follow"].colA div, #home #footer [id^="follow"].colA div, #footer #home [id^="follow"].colB div, #home #footer [id^="follow"].colB div, #footer #home .rowA .colA ul[id^="follow"] div, #home .rowA .colA #footer ul[id^="follow"] div, #footer #home .rowA .colB ul[id^="follow"] div, #home .rowA .colB #footer ul[id^="follow"] div, #footer #home .rowB #cause_box [id^="follow"].cause_logo div, #home .rowB #cause_box #footer [id^="follow"].cause_logo div, #footer #home .rowB #cause_box [id^="follow"].cause_blurp div, #home .rowB #cause_box #footer [id^="follow"].cause_blurp div, #footer #home .rowB #triple_revel [id^="follow"].medal div, #home .rowB #triple_revel #footer [id^="follow"].medal div, #footer #home .rowB #triple_revel [id^="follow"].triple_blurp div, #home .rowB #triple_revel #footer [id^="follow"].triple_blurp div, #footer #sponsors [id^="follow"].signup div, #sponsors #footer [id^="follow"].signup div, #footer #sponsors [id^="follow"].title_sponsor_outer div, #sponsors #footer [id^="follow"].title_sponsor_outer div, #footer #sponsors .platinum_sponsor [id^="follow"].sponsor_logo div, #sponsors .platinum_sponsor #footer [id^="follow"].sponsor_logo div, #footer #sponsors .gold_sponsor [id^="follow"].sponsor_logo div, #sponsors .gold_sponsor #footer [id^="follow"].sponsor_logo div, #footer #sponsors .volunteer_group [id^="follow"].sponsor_logo div, #sponsors .volunteer_group #footer [id^="follow"].sponsor_logo div, #footer #sponsors .platinum_sponsor [id^="follow"].sponsor_blurp div, #sponsors .platinum_sponsor #footer [id^="follow"].sponsor_blurp div, #footer #sponsors .gold_sponsor [id^="follow"].sponsor_blurp div, #sponsors .gold_sponsor #footer [id^="follow"].sponsor_blurp div, #footer #sponsors .volunteer_group [id^="follow"].sponsor_blurp div, #sponsors .volunteer_group #footer [id^="follow"].sponsor_blurp div, #footer #sponsors [id^="follow"].silver_sponsor div, #sponsors #footer [id^="follow"].silver_sponsor div, #footer #sponsors [id^="follow"].bronze_sponsor div, #sponsors #footer [id^="follow"].bronze_sponsor div, #footer #sponsors [id^="follow"].vik_sponsor div, #sponsors #footer [id^="follow"].vik_sponsor div, #footer #ambassador_page [id^="follow"].field1 div, #ambassador_page #footer [id^="follow"].field1 div, #footer #ambassador_page [id^="follow"].field2 div, #ambassador_page #footer [id^="follow"].field2 div, #footer #ambassador_list_page .ambassador_list [id^="follow"].ambassador div, #ambassador_list_page .ambassador_list #footer [id^="follow"].ambassador div {
      display: inline-block;
      text-align: left;
      white-space: nowrap; }
    #footer .col[id^="follow"] .social_links img, #footer #flyers [id^="follow"].flyer .social_links img, #flyers #footer [id^="follow"].flyer .social_links img, #footer #flyer [id^="follow"].description .social_links img, #flyer #footer [id^="follow"].description .social_links img, #footer #track [id^="follow"].colA .social_links img, #track #footer [id^="follow"].colA .social_links img, #footer #track [id^="follow"].text_alerts .social_links img, #track #footer [id^="follow"].text_alerts .social_links img, #footer [id^="follow"].col50 .social_links img, #footer [id^="follow"]#receipt .social_links img, #footer [id^="follow"]#receipt_right .social_links img, #footer [id^="follow"].col33 .social_links img, #footer [id^="follow"].col66 .social_links img, #footer [id^="follow"].col40 .social_links img, #footer [id^="follow"].col60 .social_links img, #footer [id^="follow"].col43 .social_links img, #footer [id^="follow"].col57 .social_links img, #footer #race_info .quotes [id^="follow"].avatar .social_links img, #race_info .quotes #footer [id^="follow"].avatar .social_links img, #footer #race_info .quotes [id^="follow"].text .social_links img, #race_info .quotes #footer [id^="follow"].text .social_links img, #footer #course_page .nav_strip li[id^="follow"] .social_links img, #course_page .nav_strip #footer li[id^="follow"] .social_links img, #footer .participant_review [id^="follow"].date .social_links img, .participant_review #footer [id^="follow"].date .social_links img, #footer .participant_review [id^="follow"].like_dislike .social_links img, .participant_review #footer [id^="follow"].like_dislike .social_links img, #footer #home [id^="follow"].colA .social_links img, #home #footer [id^="follow"].colA .social_links img, #footer #home [id^="follow"].colB .social_links img, #home #footer [id^="follow"].colB .social_links img, #footer #home .rowA .colA ul[id^="follow"] .social_links img, #home .rowA .colA #footer ul[id^="follow"] .social_links img, #footer #home .rowA .colB ul[id^="follow"] .social_links img, #home .rowA .colB #footer ul[id^="follow"] .social_links img, #footer #home .rowB #cause_box [id^="follow"].cause_logo .social_links img, #home .rowB #cause_box #footer [id^="follow"].cause_logo .social_links img, #footer #home .rowB #cause_box [id^="follow"].cause_blurp .social_links img, #home .rowB #cause_box #footer [id^="follow"].cause_blurp .social_links img, #footer #home .rowB #triple_revel [id^="follow"].medal .social_links img, #home .rowB #triple_revel #footer [id^="follow"].medal .social_links img, #footer #home .rowB #triple_revel [id^="follow"].triple_blurp .social_links img, #home .rowB #triple_revel #footer [id^="follow"].triple_blurp .social_links img, #footer #sponsors [id^="follow"].signup .social_links img, #sponsors #footer [id^="follow"].signup .social_links img, #footer #sponsors [id^="follow"].title_sponsor_outer .social_links img, #sponsors #footer [id^="follow"].title_sponsor_outer .social_links img, #footer #sponsors .platinum_sponsor [id^="follow"].sponsor_logo .social_links img, #sponsors .platinum_sponsor #footer [id^="follow"].sponsor_logo .social_links img, #footer #sponsors .gold_sponsor [id^="follow"].sponsor_logo .social_links img, #sponsors .gold_sponsor #footer [id^="follow"].sponsor_logo .social_links img, #footer #sponsors .volunteer_group [id^="follow"].sponsor_logo .social_links img, #sponsors .volunteer_group #footer [id^="follow"].sponsor_logo .social_links img, #footer #sponsors .platinum_sponsor [id^="follow"].sponsor_blurp .social_links img, #sponsors .platinum_sponsor #footer [id^="follow"].sponsor_blurp .social_links img, #footer #sponsors .gold_sponsor [id^="follow"].sponsor_blurp .social_links img, #sponsors .gold_sponsor #footer [id^="follow"].sponsor_blurp .social_links img, #footer #sponsors .volunteer_group [id^="follow"].sponsor_blurp .social_links img, #sponsors .volunteer_group #footer [id^="follow"].sponsor_blurp .social_links img, #footer #sponsors [id^="follow"].silver_sponsor .social_links img, #sponsors #footer [id^="follow"].silver_sponsor .social_links img, #footer #sponsors [id^="follow"].bronze_sponsor .social_links img, #sponsors #footer [id^="follow"].bronze_sponsor .social_links img, #footer #sponsors [id^="follow"].vik_sponsor .social_links img, #sponsors #footer [id^="follow"].vik_sponsor .social_links img, #footer #ambassador_page [id^="follow"].field1 .social_links img, #ambassador_page #footer [id^="follow"].field1 .social_links img, #footer #ambassador_page [id^="follow"].field2 .social_links img, #ambassador_page #footer [id^="follow"].field2 .social_links img, #footer #ambassador_list_page .ambassador_list [id^="follow"].ambassador .social_links img, #ambassador_list_page .ambassador_list #footer [id^="follow"].ambassador .social_links img {
      width: 24%; }
  #footer #copyright {
    margin-top: 70px;
    width: 24%;
    text-align: right;
    text-transform: uppercase;
    font-size: 1.4em; }
  @media screen and (max-width: 1000px) {
    #footer h4 {
      font-size: 1.2em; } }
  @media screen and (max-width: 900px) {
    #footer #announcement_list {
      width: 50%;
      padding: 0 0 5% 0; }
    #footer .col[id^="follow"], #footer #flyers [id^="follow"].flyer, #flyers #footer [id^="follow"].flyer, #footer #flyer [id^="follow"].description, #flyer #footer [id^="follow"].description, #footer #track [id^="follow"].colA, #track #footer [id^="follow"].colA, #footer #track [id^="follow"].text_alerts, #track #footer [id^="follow"].text_alerts, #footer [id^="follow"].col50, #footer [id^="follow"]#receipt, #footer [id^="follow"]#receipt_right, #footer [id^="follow"].col33, #footer [id^="follow"].col66, #footer [id^="follow"].col40, #footer [id^="follow"].col60, #footer [id^="follow"].col43, #footer [id^="follow"].col57, #footer #race_info .quotes [id^="follow"].avatar, #race_info .quotes #footer [id^="follow"].avatar, #footer #race_info .quotes [id^="follow"].text, #race_info .quotes #footer [id^="follow"].text, #footer #course_page .nav_strip li[id^="follow"], #course_page .nav_strip #footer li[id^="follow"], #footer .participant_review [id^="follow"].date, .participant_review #footer [id^="follow"].date, #footer .participant_review [id^="follow"].like_dislike, .participant_review #footer [id^="follow"].like_dislike, #footer #home [id^="follow"].colA, #home #footer [id^="follow"].colA, #footer #home [id^="follow"].colB, #home #footer [id^="follow"].colB, #footer #home .rowA .colA ul[id^="follow"], #home .rowA .colA #footer ul[id^="follow"], #footer #home .rowA .colB ul[id^="follow"], #home .rowA .colB #footer ul[id^="follow"], #footer #home .rowB #cause_box [id^="follow"].cause_logo, #home .rowB #cause_box #footer [id^="follow"].cause_logo, #footer #home .rowB #cause_box [id^="follow"].cause_blurp, #home .rowB #cause_box #footer [id^="follow"].cause_blurp, #footer #home .rowB #triple_revel [id^="follow"].medal, #home .rowB #triple_revel #footer [id^="follow"].medal, #footer #home .rowB #triple_revel [id^="follow"].triple_blurp, #home .rowB #triple_revel #footer [id^="follow"].triple_blurp, #footer #sponsors [id^="follow"].signup, #sponsors #footer [id^="follow"].signup, #footer #sponsors [id^="follow"].title_sponsor_outer, #sponsors #footer [id^="follow"].title_sponsor_outer, #footer #sponsors .platinum_sponsor [id^="follow"].sponsor_logo, #sponsors .platinum_sponsor #footer [id^="follow"].sponsor_logo, #footer #sponsors .gold_sponsor [id^="follow"].sponsor_logo, #sponsors .gold_sponsor #footer [id^="follow"].sponsor_logo, #footer #sponsors .volunteer_group [id^="follow"].sponsor_logo, #sponsors .volunteer_group #footer [id^="follow"].sponsor_logo, #footer #sponsors .platinum_sponsor [id^="follow"].sponsor_blurp, #sponsors .platinum_sponsor #footer [id^="follow"].sponsor_blurp, #footer #sponsors .gold_sponsor [id^="follow"].sponsor_blurp, #sponsors .gold_sponsor #footer [id^="follow"].sponsor_blurp, #footer #sponsors .volunteer_group [id^="follow"].sponsor_blurp, #sponsors .volunteer_group #footer [id^="follow"].sponsor_blurp, #footer #sponsors [id^="follow"].silver_sponsor, #sponsors #footer [id^="follow"].silver_sponsor, #footer #sponsors [id^="follow"].bronze_sponsor, #sponsors #footer [id^="follow"].bronze_sponsor, #footer #sponsors [id^="follow"].vik_sponsor, #sponsors #footer [id^="follow"].vik_sponsor, #footer #ambassador_page [id^="follow"].field1, #ambassador_page #footer [id^="follow"].field1, #footer #ambassador_page [id^="follow"].field2, #ambassador_page #footer [id^="follow"].field2, #footer #ambassador_list_page .ambassador_list [id^="follow"].ambassador, #ambassador_list_page .ambassador_list #footer [id^="follow"].ambassador {
      width: 49%;
      text-align: right;
      padding: 0 5% 5% 0; }
    #footer #copyright {
      width: 100%;
      margin: 0;
      padding: 0 5% 5% 0; } }
  @media only screen and (max-width: 750px) {
    #footer #bottom_nav {
      margin: 0px 0px 30px;
      width: 100%; }
      #footer #bottom_nav .bottom_nav {
        width: 49%; }
    #footer h4 {
      font-weight: bold; } }
  @media only screen and (max-width: 600px) {
    #footer #announcement_list {
      width: 100%; }
    #footer .col[id^="follow"], #footer #flyers [id^="follow"].flyer, #flyers #footer [id^="follow"].flyer, #footer #flyer [id^="follow"].description, #flyer #footer [id^="follow"].description, #footer #track [id^="follow"].colA, #track #footer [id^="follow"].colA, #footer #track [id^="follow"].text_alerts, #track #footer [id^="follow"].text_alerts, #footer [id^="follow"].col50, #footer [id^="follow"]#receipt, #footer [id^="follow"]#receipt_right, #footer [id^="follow"].col33, #footer [id^="follow"].col66, #footer [id^="follow"].col40, #footer [id^="follow"].col60, #footer [id^="follow"].col43, #footer [id^="follow"].col57, #footer #race_info .quotes [id^="follow"].avatar, #race_info .quotes #footer [id^="follow"].avatar, #footer #race_info .quotes [id^="follow"].text, #race_info .quotes #footer [id^="follow"].text, #footer #course_page .nav_strip li[id^="follow"], #course_page .nav_strip #footer li[id^="follow"], #footer .participant_review [id^="follow"].date, .participant_review #footer [id^="follow"].date, #footer .participant_review [id^="follow"].like_dislike, .participant_review #footer [id^="follow"].like_dislike, #footer #home [id^="follow"].colA, #home #footer [id^="follow"].colA, #footer #home [id^="follow"].colB, #home #footer [id^="follow"].colB, #footer #home .rowA .colA ul[id^="follow"], #home .rowA .colA #footer ul[id^="follow"], #footer #home .rowA .colB ul[id^="follow"], #home .rowA .colB #footer ul[id^="follow"], #footer #home .rowB #cause_box [id^="follow"].cause_logo, #home .rowB #cause_box #footer [id^="follow"].cause_logo, #footer #home .rowB #cause_box [id^="follow"].cause_blurp, #home .rowB #cause_box #footer [id^="follow"].cause_blurp, #footer #home .rowB #triple_revel [id^="follow"].medal, #home .rowB #triple_revel #footer [id^="follow"].medal, #footer #home .rowB #triple_revel [id^="follow"].triple_blurp, #home .rowB #triple_revel #footer [id^="follow"].triple_blurp, #footer #sponsors [id^="follow"].signup, #sponsors #footer [id^="follow"].signup, #footer #sponsors [id^="follow"].title_sponsor_outer, #sponsors #footer [id^="follow"].title_sponsor_outer, #footer #sponsors .platinum_sponsor [id^="follow"].sponsor_logo, #sponsors .platinum_sponsor #footer [id^="follow"].sponsor_logo, #footer #sponsors .gold_sponsor [id^="follow"].sponsor_logo, #sponsors .gold_sponsor #footer [id^="follow"].sponsor_logo, #footer #sponsors .volunteer_group [id^="follow"].sponsor_logo, #sponsors .volunteer_group #footer [id^="follow"].sponsor_logo, #footer #sponsors .platinum_sponsor [id^="follow"].sponsor_blurp, #sponsors .platinum_sponsor #footer [id^="follow"].sponsor_blurp, #footer #sponsors .gold_sponsor [id^="follow"].sponsor_blurp, #sponsors .gold_sponsor #footer [id^="follow"].sponsor_blurp, #footer #sponsors .volunteer_group [id^="follow"].sponsor_blurp, #sponsors .volunteer_group #footer [id^="follow"].sponsor_blurp, #footer #sponsors [id^="follow"].silver_sponsor, #sponsors #footer [id^="follow"].silver_sponsor, #footer #sponsors [id^="follow"].bronze_sponsor, #sponsors #footer [id^="follow"].bronze_sponsor, #footer #sponsors [id^="follow"].vik_sponsor, #sponsors #footer [id^="follow"].vik_sponsor, #footer #ambassador_page [id^="follow"].field1, #ambassador_page #footer [id^="follow"].field1, #footer #ambassador_page [id^="follow"].field2, #ambassador_page #footer [id^="follow"].field2, #footer #ambassador_list_page .ambassador_list [id^="follow"].ambassador, #ambassador_list_page .ambassador_list #footer [id^="follow"].ambassador {
      width: 100%;
      text-align: left; }
    #footer #copyright {
      text-align: left; } }

#story_form {
  max-width: 700px; }
  #story_form label {
    margin-top: 15px; }
  #story_form #release {
    height: 200px;
    overflow: auto;
    background: url("/files/bcm/imgs/input-bg.png") #fff;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-radius: 3px; }

/* Global imports after this line */
#how_team_dialog, #create_team_dialog {
  display: none; }

#team_name {
  display: inline-block;
  width: 80%; }

#logout {
  display: inline-block;
  width: 19%;
  text-align: right; }

#team_name h4 {
  text-decoration: none;
  margin-bottom: 5px; }

@media only screen and (min-width: 630px) {
  div#team_content {
    width: 600px; } }
.team_logical {
  margin-bottom: 20px; }
  .team_logical .header {
    font-weight: bold;
    padding-top: 5px; }

#team_content {
  padding: 0 20px;
  float: left;
  width: 90%; }

#login_table {
  text-align: left; }

#login_table > tbody > tr > td {
  border: 1px solid #aaa;
  padding: 20px; }

#button_edit {
  position: absolute;
  top: 10px;
  right: 10px; }

#team_info_noedit {
  position: relative; }
  #team_info_noedit td {
    vertical-align: top; }

#team_edit {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  #team_edit textarea {
    width: 100%;
    height: 200px; }
  #team_edit th {
    vertical-align: top; }

#team_info .button_bar {
  text-align: right;
  margin: 10px 0; }

#team_outer {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px; }

#nav2 .row_content {
  text-align: center; }
#nav2 ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  #nav2 ul li {
    width: 105px;
    margin: 4px 0px;
    vertical-align: top;
    text-align: center; }
    #nav2 ul li a {
      text-decoration: none; }

.faq #subpage_inner {
  padding: 0;
  margin: 0; }

#nav3 .row_content > table {
  width: 100%; }
  #nav3 .row_content > table #nav_col {
    vertical-align: top;
    width: 250px;
    padding-bottom: 20px;
    height: 0px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 700px) {
      #nav3 .row_content > table #nav_col {
        width: 0px; } }
    #nav3 .row_content > table #nav_col .expander {
      display: none;
      position: absolute;
      left: 250px;
      font-size: 0;
      top: 0;
      background-color: #B7B7B7;
      height: 50px;
      padding: 0 5px;
      cursor: pointer; }
      @media screen and (max-width: 700px) {
        #nav3 .row_content > table #nav_col .expander {
          display: inline-block;
          box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.35); } }
      #nav3 .row_content > table #nav_col .expander .expander_title {
        font-size: 16px;
        text-align: center;
        color: white; }
      #nav3 .row_content > table #nav_col .expander img {
        padding: 0 7px;
        width: 54px; }
    #nav3 .row_content > table #nav_col #nav3_menu {
      overflow: visible;
      position: absolute; }
      @media screen and (max-width: 700px) {
        #nav3 .row_content > table #nav_col #nav3_menu {
          width: 250px;
          box-shadow: 2px 0 0 rgba(0, 0, 0, 0.35); } }
      #nav3 .row_content > table #nav_col #nav3_menu #nav3_menu_scoll {
        overflow: auto; }
      #nav3 .row_content > table #nav_col #nav3_menu #nav3_menu_content {
        max-width: 250px;
        overflow-y: auto; }
        @media screen and (max-width: 700px) {
          #nav3 .row_content > table #nav_col #nav3_menu #nav3_menu_content {
            background-color: #B7B7B7; }
            #nav3 .row_content > table #nav_col #nav3_menu #nav3_menu_content ul a {
              color: white; } }
      #nav3 .row_content > table #nav_col #nav3_menu ul {
        list-style-type: none;
        padding: 0px 0px;
        margin: 0; }
        @media screen and (max-width: 1000px) {
          #nav3 .row_content > table #nav_col #nav3_menu ul {
            padding-left: 8px; } }
      #nav3 .row_content > table #nav_col #nav3_menu a {
        text-decoration: none; }
  #nav3 .row_content > table #content_col {
    padding: 0 5% 25px; }

@media only screen and (max-width: 500px) {
  #nav3_menu {
    width: 100%; }

  #nav3_content {
    width: 100%; } }
#nav1 {
  z-index: 1000; }
  #nav1 .row_inner {
    text-align: right;
    height: 60px; }
  #nav1 #main_logo {
    padding: 10px 0 0 0;
    vertical-align: bottom;
    float: left; }
  #nav1 .hamburger {
    text-decoration: none;
    text-align: center;
    margin-top: 15px;
    vertical-align: top; }
    #nav1 .hamburger img {
      vertical-align: middle; }
  #nav1 .menu_ul {
    vertical-align: top;
    padding: 0;
    margin: 0; }
    #nav1 .menu_ul:not(.hamburger_menu_ul) {
      height: 60px; }
  #nav1 .menu_ul > li {
    margin-left: 2em;
    text-align: left;
    vertical-align: bottom;
    line-height: 30px;
    margin-top: 17px; }
    #nav1 .menu_ul > li:not(.hamburger_menu_li) {
      height: 43px; }
  #nav1 .menu_ul > li > a {
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none; }

#locations_submenu_container {
  width: auto;
  z-index: 10; }

#locations_menu {
  margin-bottom: 22px;
  line-height: 1em;
  list-style-type: none;
  position: absolute;
  -moz-transform: translate(0, -400px);
  -o-transform: translate(0, -400px);
  -webkit-transform: translate(0, -400px);
  display: none;
  z-index: 1; }

.hamburger_menu_ul #locations_submenu.clicked {
  padding: 0px !important; }
  .hamburger_menu_ul #locations_submenu.clicked #locations_menu {
    -moz-transform: translate(0, 12px);
    -o-transform: translate(0, 12px);
    -webkit-transform: translate(0, 12px);
    position: relative;
    display: block; }
  .hamburger_menu_ul #locations_submenu.clicked #locations_button {
    padding-left: 2%; }
.hamburger_menu_ul #locations_menu {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.menu_ul:not(.hamburger_menu_ul) #locations_submenu:hover #locations_submenu_container, .menu_ul:not(.hamburger_menu_ul) #locations_submenu.clicked #locations_submenu_container {
  width: 300px;
  height: 300px; }
.menu_ul:not(.hamburger_menu_ul) #locations_submenu:hover #locations_menu, .menu_ul:not(.hamburger_menu_ul) #locations_submenu.clicked #locations_menu {
  -moz-transform: translate(0, 12px);
  -o-transform: translate(0, 12px);
  -webkit-transform: translate(0, 12px);
  display: block; }
.menu_ul:not(.hamburger_menu_ul) #locations_submenu_container {
  position: absolute; }

@media only screen and (max-width: 1000px) {
  #nav2 ul li {
    width: 10.5%; } }
@media only screen and (max-width: 875px) {
  #nav2 ul li {
    width: 16%; } }
@media screen and (max-width: 600px) {
  #nav2 ul li {
    width: 19%; } }
@media screen and (max-width: 530px) {
  #nav2 ul li {
    width: 30%; } }
@media only screen and (max-width: 350px) {
  #nav2 ul li {
    font-size: 0.9em; }

  #main_logo {
    width: 60%; } }
fieldset {
  border: 1px solid #888888;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 3px;
  max-width: 700px; }

input[type=text], input[type=password], textarea, input[type=email], input[type=number] {
  border: solid 1px #bbb;
  border-radius: 2px;
  padding: 6px 3px 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  background: url("/files/bcm/imgs/input-bg.png") #fff;
  width: 100%; }

label {
  display: block;
  margin-top: 8px; }

select {
  padding: 5px 3px 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type=password]:focus, input[type=text]:focus, textarea:focus, input[type=email]:focus, input[type=number]:focus {
  background-color: #f9f9f9; }

input[disabled], textarea[disabled] {
  background-color: #ddd; }

input[type=radio], input[type=checkbox] {
  display: inline;
  width: auto;
  margin-bottom: 0; }

.table_form th, .table_form td {
  vertical-align: top;
  padding: 4px; }
.table_form th {
  text-align: right; }

#race_info h4 {
  color: black;
  margin-bottom: 0; }
#race_info p {
  margin: 0 0 16px 0; }
#race_info .quotes {
  position: relative;
  font-size: 1.2em;
  background-color: #eee;
  padding: 2% 4%; }
  #race_info .quotes .nav {
    position: absolute;
    right: 4%;
    bottom: 0; }
    #race_info .quotes .nav img {
      margin-left: 10px; }
  #race_info .quotes .avatar {
    width: 15%; }
    #race_info .quotes .avatar img {
      width: 100%;
      display: block; }
  #race_info .quotes .text {
    width: 83%;
    padding-left: 2%; }
    #race_info .quotes .text .words {
      padding-left: 15px; }
    #race_info .quotes .text .signature {
      color: #888; }
  #race_info .quotes .nav .prev, #race_info .quotes .nav .next {
    width: 25px; }

#quick_info_ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

#medals_div img {
  width: 32%; }

#personal_video {
  text-align: center; }
  #personal_video img {
    width: 60%;
    background: #000; }

#hotels {
  text-align: center; }
  #hotels .col, #hotels #flyers .flyer, #flyers #hotels .flyer, #hotels #flyer .description, #flyer #hotels .description, #hotels #track .colA, #track #hotels .colA, #hotels #track .text_alerts, #track #hotels .text_alerts, #hotels .col50, #hotels #receipt, #hotels #receipt_right, #hotels .col33, #hotels .col66, #hotels .col40, #hotels .col60, #hotels .col43, #hotels .col57, #hotels #race_info .quotes .avatar, #race_info .quotes #hotels .avatar, #hotels #race_info .quotes .text, #race_info .quotes #hotels .text, #hotels #course_page .nav_strip li, #course_page .nav_strip #hotels li, #hotels .participant_review .date, .participant_review #hotels .date, #hotels .participant_review .like_dislike, .participant_review #hotels .like_dislike, #hotels #home .colA, #home #hotels .colA, #hotels #home .colB, #home #hotels .colB, #hotels #home .rowA .colA ul, #home .rowA .colA #hotels ul, #hotels #home .rowA .colB ul, #home .rowA .colB #hotels ul, #hotels #home .rowB #cause_box .cause_logo, #home .rowB #cause_box #hotels .cause_logo, #hotels #home .rowB #cause_box .cause_blurp, #home .rowB #cause_box #hotels .cause_blurp, #hotels #home .rowB #triple_revel .medal, #home .rowB #triple_revel #hotels .medal, #hotels #home .rowB #triple_revel .triple_blurp, #home .rowB #triple_revel #hotels .triple_blurp, #hotels #sponsors .signup, #sponsors #hotels .signup, #hotels #sponsors .title_sponsor_outer, #sponsors #hotels .title_sponsor_outer, #hotels #sponsors .platinum_sponsor .sponsor_logo, #sponsors .platinum_sponsor #hotels .sponsor_logo, #hotels #sponsors .gold_sponsor .sponsor_logo, #sponsors .gold_sponsor #hotels .sponsor_logo, #hotels #sponsors .volunteer_group .sponsor_logo, #sponsors .volunteer_group #hotels .sponsor_logo, #hotels #sponsors .platinum_sponsor .sponsor_blurp, #sponsors .platinum_sponsor #hotels .sponsor_blurp, #hotels #sponsors .gold_sponsor .sponsor_blurp, #sponsors .gold_sponsor #hotels .sponsor_blurp, #hotels #sponsors .volunteer_group .sponsor_blurp, #sponsors .volunteer_group #hotels .sponsor_blurp, #hotels #sponsors .silver_sponsor, #sponsors #hotels .silver_sponsor, #hotels #sponsors .bronze_sponsor, #sponsors #hotels .bronze_sponsor, #hotels #sponsors .vik_sponsor, #sponsors #hotels .vik_sponsor, #hotels #ambassador_page .field1, #ambassador_page #hotels .field1, #hotels #ambassador_page .field2, #ambassador_page #hotels .field2, #hotels #ambassador_list_page .ambassador_list .ambassador, #ambassador_list_page .ambassador_list #hotels .ambassador {
    width: 32%;
    margin-bottom: 60px;
    position: relative; }
    #hotels .col .soldout, #hotels #flyers .flyer .soldout, #flyers #hotels .flyer .soldout, #hotels #flyer .description .soldout, #flyer #hotels .description .soldout, #hotels #track .colA .soldout, #track #hotels .colA .soldout, #hotels #track .text_alerts .soldout, #track #hotels .text_alerts .soldout, #hotels .col50 .soldout, #hotels #receipt .soldout, #hotels #receipt_right .soldout, #hotels .col33 .soldout, #hotels .col66 .soldout, #hotels .col40 .soldout, #hotels .col60 .soldout, #hotels .col43 .soldout, #hotels .col57 .soldout, #hotels #race_info .quotes .avatar .soldout, #race_info .quotes #hotels .avatar .soldout, #hotels #race_info .quotes .text .soldout, #race_info .quotes #hotels .text .soldout, #hotels #course_page .nav_strip li .soldout, #course_page .nav_strip #hotels li .soldout, #hotels .participant_review .date .soldout, .participant_review #hotels .date .soldout, #hotels .participant_review .like_dislike .soldout, .participant_review #hotels .like_dislike .soldout, #hotels #home .colA .soldout, #home #hotels .colA .soldout, #hotels #home .colB .soldout, #home #hotels .colB .soldout, #home .rowA .colA #hotels ul .soldout, #home .rowA .colB #hotels ul .soldout, #hotels #home .rowB #cause_box .cause_logo .soldout, #home .rowB #cause_box #hotels .cause_logo .soldout, #hotels #home .rowB #cause_box .cause_blurp .soldout, #home .rowB #cause_box #hotels .cause_blurp .soldout, #hotels #home .rowB #triple_revel .medal .soldout, #home .rowB #triple_revel #hotels .medal .soldout, #hotels #home .rowB #triple_revel .triple_blurp .soldout, #home .rowB #triple_revel #hotels .triple_blurp .soldout, #hotels #sponsors .signup .soldout, #sponsors #hotels .signup .soldout, #hotels #sponsors .title_sponsor_outer .soldout, #sponsors #hotels .title_sponsor_outer .soldout, #hotels #sponsors .platinum_sponsor .sponsor_logo .soldout, #sponsors .platinum_sponsor #hotels .sponsor_logo .soldout, #hotels #sponsors .gold_sponsor .sponsor_logo .soldout, #sponsors .gold_sponsor #hotels .sponsor_logo .soldout, #hotels #sponsors .volunteer_group .sponsor_logo .soldout, #sponsors .volunteer_group #hotels .sponsor_logo .soldout, #hotels #sponsors .platinum_sponsor .sponsor_blurp .soldout, #sponsors .platinum_sponsor #hotels .sponsor_blurp .soldout, #hotels #sponsors .gold_sponsor .sponsor_blurp .soldout, #sponsors .gold_sponsor #hotels .sponsor_blurp .soldout, #hotels #sponsors .volunteer_group .sponsor_blurp .soldout, #sponsors .volunteer_group #hotels .sponsor_blurp .soldout, #hotels #sponsors .silver_sponsor .soldout, #sponsors #hotels .silver_sponsor .soldout, #hotels #sponsors .bronze_sponsor .soldout, #sponsors #hotels .bronze_sponsor .soldout, #hotels #sponsors .vik_sponsor .soldout, #sponsors #hotels .vik_sponsor .soldout, #hotels #ambassador_page .field1 .soldout, #ambassador_page #hotels .field1 .soldout, #hotels #ambassador_page .field2 .soldout, #ambassador_page #hotels .field2 .soldout, #hotels #ambassador_list_page .ambassador_list .ambassador .soldout, #ambassador_list_page .ambassador_list #hotels .ambassador .soldout {
      color: red;
      position: absolute;
      font-size: 1.5em;
      font-weight: bold;
      width: 100%;
      text-align: center;
      -webkit-transform: rotate(-35deg);
      -moz-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
      -o-transform: rotate(-35deg);
      background-color: rgba(0, 0, 0, 0.25);
      top: 34%; }
  #hotels .photo {
    width: 80%; }
  #hotels h4 {
    margin: 0;
    padding: 0;
    color: #ff4d00 !important;
    font-size: 1.3em; }
  #hotels .amenities {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #888;
    font-size: 0.9em; }
  #hotels .distance {
    font-weight: bold; }
  #hotels .reservation div {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 80%; }
  #hotels .price {
    color: #ff4d00;
    font-size: 1.5em;
    font-weight: bold; }
  #hotels .routometer {
    width: 100%;
    height: 480px; }

@media only screen and (max-width: 600px) {
  #race_info .quotes .nav {
    position: static;
    text-align: right; } }
@media only screen and (max-width: 900px) {
  #hotels .col, #hotels #flyers .flyer, #flyers #hotels .flyer, #hotels #flyer .description, #flyer #hotels .description, #hotels #track .colA, #track #hotels .colA, #hotels #track .text_alerts, #track #hotels .text_alerts, #hotels .col50, #hotels #receipt, #hotels #receipt_right, #hotels .col33, #hotels .col66, #hotels .col40, #hotels .col60, #hotels .col43, #hotels .col57, #hotels #race_info .quotes .avatar, #race_info .quotes #hotels .avatar, #hotels #race_info .quotes .text, #race_info .quotes #hotels .text, #hotels #course_page .nav_strip li, #course_page .nav_strip #hotels li, #hotels .participant_review .date, .participant_review #hotels .date, #hotels .participant_review .like_dislike, .participant_review #hotels .like_dislike, #hotels #home .colA, #home #hotels .colA, #hotels #home .colB, #home #hotels .colB, #hotels #home .rowA .colA ul, #home .rowA .colA #hotels ul, #hotels #home .rowA .colB ul, #home .rowA .colB #hotels ul, #hotels #home .rowB #cause_box .cause_logo, #home .rowB #cause_box #hotels .cause_logo, #hotels #home .rowB #cause_box .cause_blurp, #home .rowB #cause_box #hotels .cause_blurp, #hotels #home .rowB #triple_revel .medal, #home .rowB #triple_revel #hotels .medal, #hotels #home .rowB #triple_revel .triple_blurp, #home .rowB #triple_revel #hotels .triple_blurp, #hotels #sponsors .signup, #sponsors #hotels .signup, #hotels #sponsors .title_sponsor_outer, #sponsors #hotels .title_sponsor_outer, #hotels #sponsors .platinum_sponsor .sponsor_logo, #sponsors .platinum_sponsor #hotels .sponsor_logo, #hotels #sponsors .gold_sponsor .sponsor_logo, #sponsors .gold_sponsor #hotels .sponsor_logo, #hotels #sponsors .volunteer_group .sponsor_logo, #sponsors .volunteer_group #hotels .sponsor_logo, #hotels #sponsors .platinum_sponsor .sponsor_blurp, #sponsors .platinum_sponsor #hotels .sponsor_blurp, #hotels #sponsors .gold_sponsor .sponsor_blurp, #sponsors .gold_sponsor #hotels .sponsor_blurp, #hotels #sponsors .volunteer_group .sponsor_blurp, #sponsors .volunteer_group #hotels .sponsor_blurp, #hotels #sponsors .silver_sponsor, #sponsors #hotels .silver_sponsor, #hotels #sponsors .bronze_sponsor, #sponsors #hotels .bronze_sponsor, #hotels #sponsors .vik_sponsor, #sponsors #hotels .vik_sponsor, #hotels #ambassador_page .field1, #ambassador_page #hotels .field1, #hotels #ambassador_page .field2, #ambassador_page #hotels .field2, #hotels #ambassador_list_page .ambassador_list .ambassador, #ambassador_list_page .ambassador_list #hotels .ambassador {
    width: 49%; } }
@media only screen and (max-width: 700px) {
  #hotels .col, #hotels #flyers .flyer, #flyers #hotels .flyer, #hotels #flyer .description, #flyer #hotels .description, #hotels #track .colA, #track #hotels .colA, #hotels #track .text_alerts, #track #hotels .text_alerts, #hotels .col50, #hotels #receipt, #hotels #receipt_right, #hotels .col33, #hotels .col66, #hotels .col40, #hotels .col60, #hotels .col43, #hotels .col57, #hotels #race_info .quotes .avatar, #race_info .quotes #hotels .avatar, #hotels #race_info .quotes .text, #race_info .quotes #hotels .text, #hotels #course_page .nav_strip li, #course_page .nav_strip #hotels li, #hotels .participant_review .date, .participant_review #hotels .date, #hotels .participant_review .like_dislike, .participant_review #hotels .like_dislike, #hotels #home .colA, #home #hotels .colA, #hotels #home .colB, #home #hotels .colB, #hotels #home .rowA .colA ul, #home .rowA .colA #hotels ul, #hotels #home .rowA .colB ul, #home .rowA .colB #hotels ul, #hotels #home .rowB #cause_box .cause_logo, #home .rowB #cause_box #hotels .cause_logo, #hotels #home .rowB #cause_box .cause_blurp, #home .rowB #cause_box #hotels .cause_blurp, #hotels #home .rowB #triple_revel .medal, #home .rowB #triple_revel #hotels .medal, #hotels #home .rowB #triple_revel .triple_blurp, #home .rowB #triple_revel #hotels .triple_blurp, #hotels #sponsors .signup, #sponsors #hotels .signup, #hotels #sponsors .title_sponsor_outer, #sponsors #hotels .title_sponsor_outer, #hotels #sponsors .platinum_sponsor .sponsor_logo, #sponsors .platinum_sponsor #hotels .sponsor_logo, #hotels #sponsors .gold_sponsor .sponsor_logo, #sponsors .gold_sponsor #hotels .sponsor_logo, #hotels #sponsors .volunteer_group .sponsor_logo, #sponsors .volunteer_group #hotels .sponsor_logo, #hotels #sponsors .platinum_sponsor .sponsor_blurp, #sponsors .platinum_sponsor #hotels .sponsor_blurp, #hotels #sponsors .gold_sponsor .sponsor_blurp, #sponsors .gold_sponsor #hotels .sponsor_blurp, #hotels #sponsors .volunteer_group .sponsor_blurp, #sponsors .volunteer_group #hotels .sponsor_blurp, #hotels #sponsors .silver_sponsor, #sponsors #hotels .silver_sponsor, #hotels #sponsors .bronze_sponsor, #sponsors #hotels .bronze_sponsor, #hotels #sponsors .vik_sponsor, #sponsors #hotels .vik_sponsor, #hotels #ambassador_page .field1, #ambassador_page #hotels .field1, #hotels #ambassador_page .field2, #ambassador_page #hotels .field2, #hotels #ambassador_list_page .ambassador_list .ambassador, #ambassador_list_page .ambassador_list #hotels .ambassador {
    width: 80%; } }
@media only screen and (max-width: 600px) {
  #hotels .col, #hotels #flyers .flyer, #flyers #hotels .flyer, #hotels #flyer .description, #flyer #hotels .description, #hotels #track .colA, #track #hotels .colA, #hotels #track .text_alerts, #track #hotels .text_alerts, #hotels .col50, #hotels #receipt, #hotels #receipt_right, #hotels .col33, #hotels .col66, #hotels .col40, #hotels .col60, #hotels .col43, #hotels .col57, #hotels #race_info .quotes .avatar, #race_info .quotes #hotels .avatar, #hotels #race_info .quotes .text, #race_info .quotes #hotels .text, #hotels #course_page .nav_strip li, #course_page .nav_strip #hotels li, #hotels .participant_review .date, .participant_review #hotels .date, #hotels .participant_review .like_dislike, .participant_review #hotels .like_dislike, #hotels #home .colA, #home #hotels .colA, #hotels #home .colB, #home #hotels .colB, #hotels #home .rowA .colA ul, #home .rowA .colA #hotels ul, #hotels #home .rowA .colB ul, #home .rowA .colB #hotels ul, #hotels #home .rowB #cause_box .cause_logo, #home .rowB #cause_box #hotels .cause_logo, #hotels #home .rowB #cause_box .cause_blurp, #home .rowB #cause_box #hotels .cause_blurp, #hotels #home .rowB #triple_revel .medal, #home .rowB #triple_revel #hotels .medal, #hotels #home .rowB #triple_revel .triple_blurp, #home .rowB #triple_revel #hotels .triple_blurp, #hotels #sponsors .signup, #sponsors #hotels .signup, #hotels #sponsors .title_sponsor_outer, #sponsors #hotels .title_sponsor_outer, #hotels #sponsors .platinum_sponsor .sponsor_logo, #sponsors .platinum_sponsor #hotels .sponsor_logo, #hotels #sponsors .gold_sponsor .sponsor_logo, #sponsors .gold_sponsor #hotels .sponsor_logo, #hotels #sponsors .volunteer_group .sponsor_logo, #sponsors .volunteer_group #hotels .sponsor_logo, #hotels #sponsors .platinum_sponsor .sponsor_blurp, #sponsors .platinum_sponsor #hotels .sponsor_blurp, #hotels #sponsors .gold_sponsor .sponsor_blurp, #sponsors .gold_sponsor #hotels .sponsor_blurp, #hotels #sponsors .volunteer_group .sponsor_blurp, #sponsors .volunteer_group #hotels .sponsor_blurp, #hotels #sponsors .silver_sponsor, #sponsors #hotels .silver_sponsor, #hotels #sponsors .bronze_sponsor, #sponsors #hotels .bronze_sponsor, #hotels #sponsors .vik_sponsor, #sponsors #hotels .vik_sponsor, #hotels #ambassador_page .field1, #ambassador_page #hotels .field1, #hotels #ambassador_page .field2, #ambassador_page #hotels .field2, #hotels #ambassador_list_page .ambassador_list .ambassador, #ambassador_list_page .ambassador_list #hotels .ambassador {
    width: 60%; } }
@media only screen and (max-width: 500px) {
  #hotels .col, #hotels #flyers .flyer, #flyers #hotels .flyer, #hotels #flyer .description, #flyer #hotels .description, #hotels #track .colA, #track #hotels .colA, #hotels #track .text_alerts, #track #hotels .text_alerts, #hotels .col50, #hotels #receipt, #hotels #receipt_right, #hotels .col33, #hotels .col66, #hotels .col40, #hotels .col60, #hotels .col43, #hotels .col57, #hotels #race_info .quotes .avatar, #race_info .quotes #hotels .avatar, #hotels #race_info .quotes .text, #race_info .quotes #hotels .text, #hotels #course_page .nav_strip li, #course_page .nav_strip #hotels li, #hotels .participant_review .date, .participant_review #hotels .date, #hotels .participant_review .like_dislike, .participant_review #hotels .like_dislike, #hotels #home .colA, #home #hotels .colA, #hotels #home .colB, #home #hotels .colB, #hotels #home .rowA .colA ul, #home .rowA .colA #hotels ul, #hotels #home .rowA .colB ul, #home .rowA .colB #hotels ul, #hotels #home .rowB #cause_box .cause_logo, #home .rowB #cause_box #hotels .cause_logo, #hotels #home .rowB #cause_box .cause_blurp, #home .rowB #cause_box #hotels .cause_blurp, #hotels #home .rowB #triple_revel .medal, #home .rowB #triple_revel #hotels .medal, #hotels #home .rowB #triple_revel .triple_blurp, #home .rowB #triple_revel #hotels .triple_blurp, #hotels #sponsors .signup, #sponsors #hotels .signup, #hotels #sponsors .title_sponsor_outer, #sponsors #hotels .title_sponsor_outer, #hotels #sponsors .platinum_sponsor .sponsor_logo, #sponsors .platinum_sponsor #hotels .sponsor_logo, #hotels #sponsors .gold_sponsor .sponsor_logo, #sponsors .gold_sponsor #hotels .sponsor_logo, #hotels #sponsors .volunteer_group .sponsor_logo, #sponsors .volunteer_group #hotels .sponsor_logo, #hotels #sponsors .platinum_sponsor .sponsor_blurp, #sponsors .platinum_sponsor #hotels .sponsor_blurp, #hotels #sponsors .gold_sponsor .sponsor_blurp, #sponsors .gold_sponsor #hotels .sponsor_blurp, #hotels #sponsors .volunteer_group .sponsor_blurp, #sponsors .volunteer_group #hotels .sponsor_blurp, #hotels #sponsors .silver_sponsor, #sponsors #hotels .silver_sponsor, #hotels #sponsors .bronze_sponsor, #sponsors #hotels .bronze_sponsor, #hotels #sponsors .vik_sponsor, #sponsors #hotels .vik_sponsor, #hotels #ambassador_page .field1, #ambassador_page #hotels .field1, #hotels #ambassador_page .field2, #ambassador_page #hotels .field2, #hotels #ambassador_list_page .ambassador_list .ambassador, #ambassador_list_page .ambassador_list #hotels .ambassador {
    width: 80%; } }
@media only screen and (max-width: 400px) {
  #hotels .col, #hotels #flyers .flyer, #flyers #hotels .flyer, #hotels #flyer .description, #flyer #hotels .description, #hotels #track .colA, #track #hotels .colA, #hotels #track .text_alerts, #track #hotels .text_alerts, #hotels .col50, #hotels #receipt, #hotels #receipt_right, #hotels .col33, #hotels .col66, #hotels .col40, #hotels .col60, #hotels .col43, #hotels .col57, #hotels #race_info .quotes .avatar, #race_info .quotes #hotels .avatar, #hotels #race_info .quotes .text, #race_info .quotes #hotels .text, #hotels #course_page .nav_strip li, #course_page .nav_strip #hotels li, #hotels .participant_review .date, .participant_review #hotels .date, #hotels .participant_review .like_dislike, .participant_review #hotels .like_dislike, #hotels #home .colA, #home #hotels .colA, #hotels #home .colB, #home #hotels .colB, #hotels #home .rowA .colA ul, #home .rowA .colA #hotels ul, #hotels #home .rowA .colB ul, #home .rowA .colB #hotels ul, #hotels #home .rowB #cause_box .cause_logo, #home .rowB #cause_box #hotels .cause_logo, #hotels #home .rowB #cause_box .cause_blurp, #home .rowB #cause_box #hotels .cause_blurp, #hotels #home .rowB #triple_revel .medal, #home .rowB #triple_revel #hotels .medal, #hotels #home .rowB #triple_revel .triple_blurp, #home .rowB #triple_revel #hotels .triple_blurp, #hotels #sponsors .signup, #sponsors #hotels .signup, #hotels #sponsors .title_sponsor_outer, #sponsors #hotels .title_sponsor_outer, #hotels #sponsors .platinum_sponsor .sponsor_logo, #sponsors .platinum_sponsor #hotels .sponsor_logo, #hotels #sponsors .gold_sponsor .sponsor_logo, #sponsors .gold_sponsor #hotels .sponsor_logo, #hotels #sponsors .volunteer_group .sponsor_logo, #sponsors .volunteer_group #hotels .sponsor_logo, #hotels #sponsors .platinum_sponsor .sponsor_blurp, #sponsors .platinum_sponsor #hotels .sponsor_blurp, #hotels #sponsors .gold_sponsor .sponsor_blurp, #sponsors .gold_sponsor #hotels .sponsor_blurp, #hotels #sponsors .volunteer_group .sponsor_blurp, #sponsors .volunteer_group #hotels .sponsor_blurp, #hotels #sponsors .silver_sponsor, #sponsors #hotels .silver_sponsor, #hotels #sponsors .bronze_sponsor, #sponsors #hotels .bronze_sponsor, #hotels #sponsors .vik_sponsor, #sponsors #hotels .vik_sponsor, #hotels #ambassador_page .field1, #ambassador_page #hotels .field1, #hotels #ambassador_page .field2, #ambassador_page #hotels .field2, #hotels #ambassador_list_page .ambassador_list .ambassador, #ambassador_list_page .ambassador_list #hotels .ambassador {
    width: 95%; } }
#course_page .nav_strip {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #course_page .nav_strip li {
    padding: 0 0.5%;
    width: 16.2%;
    position: relative; }
    @media screen and (max-width: 800px) {
      #course_page .nav_strip li {
        width: 24%;
        padding-bottom: 20px; } }
    @media screen and (max-width: 600px) {
      #course_page .nav_strip li {
        width: 32%; } }
    #course_page .nav_strip li button {
      background-color: white;
      border-radius: 10px;
      border-width: 2px;
      border-style: solid;
      width: 100%;
      height: 60px;
      padding: 0;
      margin: 0; }
      #course_page .nav_strip li button:focus {
        outline: none; }
      @media screen and (max-width: 500px) {
        #course_page .nav_strip li button {
          font-size: 0.7em;
          height: 40px; } }
#course_page #instructions {
  text-align: center;
  margin: 100px 0;
  font-weight: bold;
  color: #ff4d00;
  font-size: 1.5em; }
#course_page .course_info {
  /*display: none;*/
  margin: 30px 0; }
  #course_page .course_info .colA {
    width: 100%; }
  #course_page .course_info .map {
    width: 100%; }
  #course_page .course_info .map_header .button_bar {
    float: right; }
    #course_page .course_info .map_header .button_bar .button, #course_page .course_info .map_header .button_bar #cart_form .apply_fb_discount, #cart_form #course_page .course_info .map_header .button_bar .apply_fb_discount {
      margin-left: 5px; }
      #course_page .course_info .map_header .button_bar .button .icon, #course_page .course_info .map_header .button_bar #cart_form .apply_fb_discount .icon, #cart_form #course_page .course_info .map_header .button_bar .apply_fb_discount .icon {
        height: 17px;
        vertical-align: -10%; }
      #course_page .course_info .map_header .button_bar .button .icon_words, #course_page .course_info .map_header .button_bar #cart_form .apply_fb_discount .icon_words, #cart_form #course_page .course_info .map_header .button_bar .apply_fb_discount .icon_words {
        margin-left: 5px; }
        @media screen and (max-width: 650px) {
          #course_page .course_info .map_header .button_bar .button .icon_words, #course_page .course_info .map_header .button_bar #cart_form .apply_fb_discount .icon_words, #cart_form #course_page .course_info .map_header .button_bar .apply_fb_discount .icon_words {
            display: none; } }
  #course_page .course_info h2, #course_page .course_info #checkout fieldset legend, #checkout fieldset #course_page .course_info legend {
    font-size: 2.0em;
    margin: 20px 0 0 0;
    font-weight: normal; }
  #course_page .course_info .description_outer, #course_page .course_info .elevation_outer {
    width: 100%;
    overflow: hidden; }
  #course_page .course_info .desc {
    height: 285px;
    border: 4px solid #898989;
    overflow: auto;
    padding: 5px;
    margin: 0; }
    #course_page .course_info .desc h3 {
      font-size: 1.5em;
      font-weight: bold;
      margin-bottom: 0;
      background-color: white; }
    #course_page .course_info .desc p {
      margin-left: 2%;
      margin-top: 5px; }
  #course_page .course_info #elevation {
    height: 240px;
    outline: 1px solid #888; }
  #course_page .course_info #map_canvas {
    width: 100%;
    height: 600px;
    outline: 1px solid #888; }
  @media screen and (max-width: 800px) {
    #course_page .course_info .colA, #course_page .course_info .map {
      width: 100%; }
    #course_page .course_info .description_outer, #course_page .course_info .elevation_outer {
      width: 49%; }
    #course_page .course_info .desc, #course_page .course_info #elevation {
      height: 300px; } }
  @media screen and (max-width: 600px) {
    #course_page .course_info .colA, #course_page .course_info .map {
      width: 100%; }
    #course_page .course_info .description_outer, #course_page .course_info .elevation_outer {
      width: 100%; } }

.fullscreen_map {
  position: fixed !important;
  height: 100% !important;
  width: 100% !important;
  top: 0px !important;
  left: 0px !important;
  z-index: 10000; }

.fullscreen_nav_strip {
  position: fixed !important;
  bottom: 0;
  left: 0px;
  z-index: 10001;
  width: 100%;
  padding: 0 40px !important; }

.fullscreen_nav_strip_li {
  padding-bottom: 5px !important; }

.fullscreen_button_bar {
  position: fixed;
  z-index: 10001;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center; }

.fullscreen_button {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.distanceMarker {
  position: absolute;
  left: 0px;
  top: 0px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  font-family: arial;
  width: 54px;
  text-align: center; }

#logger {
  max-height: 500px;
  overflow: auto; }

#countdown_timer {
  font-size: 0; }
  #countdown_timer .section {
    width: 16%;
    display: inline-block; }
    #countdown_timer .section#section_days {
      width: 25%; }
      #countdown_timer .section#section_days .countdown_number {
        width: 27%;
        margin: 0 3%; }
    #countdown_timer .section .countdown_number {
      display: inline-block;
      width: 42%;
      padding: 0px;
      margin: 0px 4%;
      text-align: center;
      font-size: 36px;
      outline: 2px solid; }
    #countdown_timer .section .countdown_label {
      font-size: 18px;
      text-align: center; }
  #countdown_timer .header {
    font-size: 25px;
    padding-bottom: 5px; }
  #countdown_timer .colon {
    display: inline-block;
    font-size: 36px;
    vertical-align: top;
    width: 3%;
    text-align: center; }

#lost_and_found {
  margin: 10px 45px; }
  @media screen and (max-width: 400px) {
    #lost_and_found {
      margin: 10px 20px; } }
  #lost_and_found .paginator {
    text-align: center; }
  #lost_and_found .photo {
    display: inline-block;
    margin: 15px 5px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: 50% 50%; }
    #lost_and_found .photo .place_holder {
      height: 200px;
      width: 200px; }
    #lost_and_found .photo:not(.selected) {
      border: 2px solid white; }
    #lost_and_found .photo .checkbox {
      position: absolute;
      top: 2px;
      left: 2px;
      width: 15px;
      height: 15px;
      outline: 2px solid black;
      border: 2px solid white;
      background-color: white; }
    #lost_and_found .photo .gallery {
      position: absolute;
      top: 0;
      right: 0; }
  #lost_and_found .photo.notloaded {
    outline: 1px solid #888; }
  #lost_and_found #photos_viewport {
    max-height: 700px;
    border: 1px solid grey;
    border-radius: 3px;
    overflow: auto;
    clear: both;
    padding: 0 2%; }
  #lost_and_found #photos_actionbar {
    background-color: #ddd;
    border-radius: 3px;
    padding: 10px 2%;
    margin: 10px 0; }
    #lost_and_found #photos_actionbar .filter {
      display: inline-block;
      vertical-align: top;
      margin: 0 2%; }
      #lost_and_found #photos_actionbar .filter ul {
        margin: 0 0 10px 0;
        padding: 0; }
    #lost_and_found #photos_actionbar .header {
      font-size: 1.5em;
      display: inline-block; }
    #lost_and_found #photos_actionbar .expander {
      display: inline-block;
      height: 0;
      width: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent; }
  #lost_and_found #claim_bar {
    text-align: left;
    margin: 5px 0; }
    #lost_and_found #claim_bar #photo_count {
      float: right; }
  #lost_and_found .filter_button {
    display: inline-block; }
  #lost_and_found .button, #lost_and_found #cart_form .apply_fb_discount, #cart_form #lost_and_found .apply_fb_discount {
    margin: 5px 0; }

#find_person .search_field {
  width: 68%; }
#find_person .search_button {
  width: 29%; }
#find_person .results {
  overflow: auto;
  max-height: 450px;
  margin: 5px 0; }
#find_person .assign {
  display: none; }
#find_person #participants_table {
  width: 100%; }
  #find_person #participants_table td {
    padding: 3px;
    cursor: pointer; }
  #find_person #participants_table tr {
    cursor: pointer; }

.review_form {
  max-width: 700px; }
  .review_form .numbered_list > li > ul > li {
    display: inline-block;
    margin-right: 20px; }
  .review_form .numbered_list > li {
    margin-bottom: 40px; }
  .review_form textarea {
    height: 100px; }
  .review_form .helptext {
    color: #888; }

.participant_reviews {
  max-width: 700px;
  padding: 0 1%; }
  .participant_reviews #search {
    width: auto; }
  .participant_reviews .participant_reviews_ul {
    padding: 0;
    margin: 0; }

.participant_review_ul {
  padding: 0; }

.participant_reviews.collapsed .participant_review {
  max-height: 500px;
  overflow: hidden; }
.participant_reviews.collapsed .participant_review_container {
  border-bottom: 20px solid #fda683;
  margin-bottom: 50px;
  margin-top: 20px;
  position: relative; }
.participant_reviews.collapsed .collapse_bar {
  text-align: center;
  color: #ff4d00;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), white);
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  padding-top: 50px; }
.participant_reviews.collapsed .collapse_bar.expanded {
  position: static;
  padding-top: 5px; }
.participant_reviews.collapsed .expand {
  max-height: none; }

.participant_review {
  color: #888; }
  .participant_review h3 {
    background-color: white;
    color: #ff4d00;
    text-transformation: none;
    padding: 0; }
  .participant_review .participant_avatar {
    width: 65px;
    height: 65px;
    border: 1px solid #888;
    margin-right: 10px;
    margin-top: 4px; }
  .participant_review .title_bar {
    width: 100%; }
    .participant_review .title_bar td {
      vertical-align: top; }
  .participant_review .title_info {
    width: 100%; }
  .participant_review .name {
    margin: 0;
    line-height: 1.0em; }
  .participant_review .icon_hover {
    background-color: #888;
    vertical-align: bottom; }
  .participant_review .icon_hover:hover, .participant_review .like_dislike_selected {
    background-color: #ff4d00; }
  .participant_review .date {
    font-size: 1.1em;
    width: 59.5%; }
  .participant_review .like_dislike {
    width: 39%;
    text-align: right; }
    .participant_review .like_dislike img {
      margin-left: 20px;
      margin-right: 5px; }
  .participant_review .comments {
    padding: 0;
    margin: 0; }
  .participant_review .comment_form input {
    margin-bottom: 5px; }
  .participant_review .answers {
    padding: 0;
    margin: 0; }
    .participant_review .answers .question {
      display: inline;
      font-weight: bold;
      font-size: 1.1em; }
    .participant_review .answers .answer {
      display: inline; }
    .participant_review .answers .qa {
      margin-bottom: 20px;
      margin-top: 5px; }
  .participant_review .comment_date {
    font-style: italic;
    font-size: 0.9em;
    display: inline-block; }
  .participant_review .comment_name {
    font-weight: bold;
    margin-right: 20px;
    display: inline-block; }
  .participant_review .comment_avatar {
    width: 32px;
    height: 32px;
    border: 1px solid #888;
    margin-right: 10px;
    margin-top: 5px; }
  .participant_review .comment_comment p {
    margin-top: 0;
    margin-bottom: 10px; }
  .participant_review .vtop {
    vertical-align: top; }

.numbered_list, .numbered_list > li {
  list-style-type: decimal; }

/* Site imports after this line */
.news_posts {
  height: 610px; }

#ask_a_doc {
  margin-top: 20px; }
  #ask_a_doc .image {
    width: 35%; }
    #ask_a_doc .image img {
      width: 100%; }
    #ask_a_doc .image #ask_a_doc_button {
      margin-top: 5px;
      text-align: center; }
  #ask_a_doc .text {
    margin-left: 10px;
    color: #888;
    padding-top: 5%;
    width: 59%; }

#countdown_timer {
  padding: 15px 30px;
  color: #888; }
  #countdown_timer .header {
    color: #ff4d00;
    text-transform: uppercase; }
  #countdown_timer .section .countdown_number {
    outline-color: #ff4d00; }

#home .colA, #home .colB {
  text-align: left; }
#home .colA {
  width: 56%;
  padding-right: 4%; }
#home .colB {
  width: 43%; }
#home .key {
  color: #888; }
#home .value {
  color: black; }
#home .rowA .colA h2, #home .rowA .colA #checkout fieldset legend, #checkout fieldset #home .rowA .colA legend, #home .rowA .colB h2, #home .rowA .colB #checkout fieldset legend, #checkout fieldset #home .rowA .colB legend {
  margin: 0; }
#home .rowA .colA ul, #home .rowA .colB ul {
  font-size: 1.2em;
  list-style-type: none;
  padding: 0;
  margin: 0; }
#home .rowA .colA #quick_info_key_values, #home .rowA .colB #quick_info_key_values {
  width: 60%; }
#home .rowA .colA #quick_info_links, #home .rowA .colB #quick_info_links {
  width: 38%; }
#home .rowA .colB img {
  width: 100%; }
#home strong {
  color: #ff4d00; }
#home .rowA, #home .rowB {
  margin-top: 40px; }
#home .rowB .blurp {
  margin-bottom: 20px; }
#home .rowB #quote_box {
  padding: 15px 30px;
  background-color: #ff4d00;
  color: white; }
  #home .rowB #quote_box h2, #home .rowB #quote_box #checkout fieldset legend, #checkout fieldset #home .rowB #quote_box legend {
    color: white;
    margin: 0 65px 0 0;
    padding: 0; }
#home .rowB .quotes {
  position: relative; }
  #home .rowB .quotes .nav {
    position: absolute;
    top: -30px;
    right: 0; }
    #home .rowB .quotes .nav img {
      margin-left: 10px;
      width: 25px; }
  #home .rowB .quotes li {
    padding-top: 15px; }
    #home .rowB .quotes li .avatar {
      width: 20%; }
      #home .rowB .quotes li .avatar img {
        width: 100%; }
    #home .rowB .quotes li .text {
      font-size: 1.2em;
      width: 78%;
      padding-left: 2%; }
      #home .rowB .quotes li .text .words {
        padding-left: 15px; }
      #home .rowB .quotes li .text .signature {
        color: #464646; }
#home .rowB #cause_box {
  background-color: #ebebeb;
  border-bottom: 1px solid #ccc;
  padding: 15px 30px;
  margin-top: 20px; }
  #home .rowB #cause_box h4 {
    color: #ff4d00;
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 1.5em; }
  #home .rowB #cause_box .button_bar {
    text-align: right;
    margin-top: 10px; }
  #home .rowB #cause_box .cause_logo {
    width: 20%; }
    #home .rowB #cause_box .cause_logo img {
      width: 90%; }
  #home .rowB #cause_box .cause_blurp {
    width: 77%; }
#home .rowB #triple_revel {
  text-align: right;
  color: white;
  margin-top: 20px; }
  #home .rowB #triple_revel strong {
    color: white; }
  #home .rowB #triple_revel h4 {
    color: white;
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 1.5em; }
  #home .rowB #triple_revel .medal {
    width: 30%; }
    #home .rowB #triple_revel .medal img {
      width: 100%;
      display: inline-block; }
  #home .rowB #triple_revel .triple_blurp {
    text-align: left;
    background-color: #ff4d00;
    padding: 15px 30px;
    font-size: 1.1em;
    width: 68%; }

#gallery h2, #gallery #checkout fieldset legend, #checkout fieldset #gallery legend {
  margin-top: 50px;
  margin-bottom: 10px; }

.media_strip ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  word-spacing: -4px; }
.media_strip li {
  box-sizing: border-box;
  width: 14.2%;
  position: relative; }
  .media_strip li .dummy {
    padding-top: 75%; }
  .media_strip li .thumb {
    position: absolute;
    top: 4%;
    bottom: 4%;
    left: 4%;
    right: 4%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #e1e1e1;
    border-radius: 3px; }
  .media_strip li:nth-child(n+8) {
    display: none; }

@media only screen and (max-width: 850px) {
  #home .row_inner {
    text-align: center; }
  #home .colA, #home .colB {
    width: 80%;
    margin: 40px 0;
    padding: 0; } }
@media only screen and (max-width: 650px) {
  .media_strip li {
    width: 25%; } }
@media only screen and (max-width: 500px) {
  #home .colA, #home .colB {
    width: 100%; } }
@media only screen and (max-width: 400px) {
  #home .rowA .colA ul {
    font-size: 1.0em; }
  #home .rowB #quote_box {
    padding: 3%; }
    #home .rowB #quote_box h2, #home .rowB #quote_box #checkout fieldset legend, #checkout fieldset #home .rowB #quote_box legend {
      font-size: 1.25em; }
    #home .rowB #quote_box .quote_outer {
      padding-top: 5%; }
      #home .rowB #quote_box .quote_outer .quote_words_outer {
        font-size: 1.0em;
        width: 75%;
        padding-left: 0; }
        #home .rowB #quote_box .quote_outer .quote_words_outer .quote_words {
          padding-left: 1%; }

  .media_strip li {
    width: 33%; } }
#course_desc .col50, #course_desc #receipt, #course_desc #receipt_right {
  padding: 0 2%; }

.elevation_chart {
  height: 300px; }

#full_elevation_chart {
  background-size: 100%; }

#half_elevation_chart {
  background-size: 100%; }

.course_compare_chart {
  width: 100%; }

@media only screen and (max-width: 750px) {
  #course_desc .col50, #course_desc #receipt, #course_desc #receipt_right {
    width: 100%; } }
.blog_posts h3 {
  background-color: white;
  color: #ff4d00;
  padding-left: 0; }
.blog_posts .title a {
  color: #ff4d00; }
  .blog_posts .title a:hover {
    color: #898989; }
.blog_posts .host {
  color: #898989; }
.blog_posts .date {
  color: #898989; }

.news_posts .title a {
  color: #ff4d00; }
  .news_posts .title a:hover {
    color: #898989; }
.news_posts .host {
  color: #898989; }
.news_posts .date {
  color: #898989; }
.news_posts .summary {
  color: #898989;
  font-size: 0.95em; }

#nav3_menu h4 {
  margin: 0;
  margin-bottom: 10px; }
#nav3_menu .selected > a {
  color: #ff4d00; }

.blog #nav3_menu .selected > a {
  color: #ff4d00 !important; }

label {
  display: block;
  margin-top: 5px; }

input[type=text] {
  border: 1px solid #bbb;
  border-radius: 2px; }
  input[type=text]:focus {
    background-color: #f9f9f9; }

fieldset > ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

#sponsors {
  padding: 0 0 50px 0;
  font-size: 1.2em; }
  #sponsors h2, #sponsors #checkout fieldset legend, #checkout fieldset #sponsors legend {
    color: #898989;
    font-weight: bold; }
  #sponsors .signup {
    width: 35%; }
    #sponsors .signup h2, #sponsors .signup #checkout fieldset legend, #checkout fieldset #sponsors .signup legend {
      color: white;
      margin: 0;
      font-weight: normal;
      font-size: 1.3em; }
    #sponsors .signup p {
      color: black; }
    #sponsors .signup .blurp {
      margin-bottom: 20px;
      background-color: #ccc;
      padding: 30px; }
  #sponsors .title_sponsor_outer {
    width: 64%;
    padding-right: 3%; }
    #sponsors .title_sponsor_outer .sponsor {
      text-align: left; }
      #sponsors .title_sponsor_outer .sponsor img {
        width: 60%; }
    #sponsors .title_sponsor_outer h1 {
      margin-top: 0px; }
  #sponsors .platinum_sponsor, #sponsors .gold_sponsor, #sponsors .volunteer_group {
    margin-bottom: 50px; }
    #sponsors .platinum_sponsor .sponsor_logo, #sponsors .gold_sponsor .sponsor_logo, #sponsors .volunteer_group .sponsor_logo {
      width: 30%;
      text-align: center; }
      #sponsors .platinum_sponsor .sponsor_logo img, #sponsors .gold_sponsor .sponsor_logo img, #sponsors .volunteer_group .sponsor_logo img {
        width: 70%;
        margin-top: 20px; }
    #sponsors .platinum_sponsor .sponsor_blurp, #sponsors .gold_sponsor .sponsor_blurp, #sponsors .volunteer_group .sponsor_blurp {
      width: 65%;
      text-align: left; }
  #sponsors .silver_sponsor, #sponsors .bronze_sponsor {
    margin-bottom: 50px;
    width: 32%;
    text-align: center; }
    #sponsors .silver_sponsor .sponsor_logo, #sponsors .bronze_sponsor .sponsor_logo {
      width: 100%; }
      #sponsors .silver_sponsor .sponsor_logo img, #sponsors .bronze_sponsor .sponsor_logo img {
        width: 80%; }
    #sponsors .silver_sponsor .sponsor_name a, #sponsors .bronze_sponsor .sponsor_name a {
      color: black; }
      #sponsors .silver_sponsor .sponsor_name a:hover, #sponsors .bronze_sponsor .sponsor_name a:hover {
        color: #ff4d00; }
  #sponsors .vik_sponsor {
    margin-bottom: 50px;
    width: 19.5%;
    text-align: center; }
    #sponsors .vik_sponsor .sponsor_logo {
      width: 100%;
      text-align: center; }
      #sponsors .vik_sponsor .sponsor_logo img {
        width: 80%; }
    #sponsors .vik_sponsor .sponsor_name {
      padding: 0 2%; }
      #sponsors .vik_sponsor .sponsor_name a {
        color: black; }
        #sponsors .vik_sponsor .sponsor_name a:hover {
          color: #ff4d00; }

@media only screen and (max-width: 650px) {
  #sponsors {
    text-align: center; }
    #sponsors .signup {
      width: 80%;
      float: none !important; }
    #sponsors .title_sponsor_outer {
      width: 100%; }
    #sponsors h1, #sponsors h2, #sponsors #checkout fieldset legend, #checkout fieldset #sponsors legend {
      text-align: left; }
    #sponsors .title_sponsor_outer .title_sponsor {
      width: 85%; }
    #sponsors .platinum_sponsor .sponsor_logo, #sponsors .gold_sponsor .sponsor_logo {
      width: 85%; }
      #sponsors .platinum_sponsor .sponsor_logo img, #sponsors .gold_sponsor .sponsor_logo img {
        width: 50%; }
    #sponsors .platinum_sponsor .sponsor_blurp, #sponsors .gold_sponsor .sponsor_blurp {
      width: 85%; } }
@media only screen and (max-width: 500px) {
  #sponsors .silver_sponsor, #sponsors .bronze_sponsor {
    width: 80%; }
    #sponsors .silver_sponsor .sponsor_logo img, #sponsors .bronze_sponsor .sponsor_logo img {
      width: 50%; }
  #sponsors .vik_sponsor {
    width: 49%; }
    #sponsors .vik_sponsor .sponsor_logo img {
      width: 50%; } }
@media only screen and (max-width: 400px) {
  #sponsors .silver_sponsor, #sponsors .bronze_sponsor {
    width: 100%; }
  #sponsors .vik_sponsor {
    width: 80%; }
    #sponsors .vik_sponsor .sponsor_logo img {
      width: 50%; } }
#home_header {
  background-color: #4f9ce3;
  color: white;
  height: 500px; }

#wedo {
  position: absolute;
  top: 170px;
  left: 82px;
  font-weight: bold;
  font-size: 5em;
  text-transform: uppercase;
  vertical-align: top;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  line-height: 1.0em; }

#wedoXXX {
  padding: 0;
  margin: 0;
  vertical-align: top;
  list-style-type: none; }
  #wedoXXX li {
    display: absolute; }

#findrace {
  font-size: 1.5em;
  position: absolute;
  top: 295px;
  left: 82px; }

.home_button_bar {
  margin: 30px 0; }

#upcoming {
  word-spacing: -0.1em;
  text-align: center; }

.upcoming_event {
  width: 29%;
  margin: 10px 2%;
  background-color: #e1e1e1;
  text-align: center;
  font-size: 1.25em;
  padding-bottom: 10px; }
  .upcoming_event .runner_inner {
    text-align: center; }
  .upcoming_event .date {
    color: #888;
    margin-bottom: 10px; }
  .upcoming_event .button, .upcoming_event #cart_form .apply_fb_discount, #cart_form .upcoming_event .apply_fb_discount {
    width: 33%;
    margin: 0 1%; }
  .upcoming_event .image {
    position: relative; }
    .upcoming_event .image .name {
      position: absolute;
      color: white;
      text-transform: uppercase;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
      width: 100%;
      text-align: center;
      font-size: 1.5em;
      top: 0;
      font-weight: bold;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
    .upcoming_event .image img {
      width: 100%; }
  .upcoming_event .location {
    color: #ff4d00; }
  .upcoming_event a {
    text-decoration: none; }

#popular_shop_items {
  margin: 30px 0; }
  #popular_shop_items .row_inner {
    text-align: center; }
  #popular_shop_items .shopping_item {
    width: 19.5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-spacing: 0;
    vertical-align: top;
    margin: 20px 0; }
  #popular_shop_items .product_name a {
    text-transform: uppercase;
    color: black;
    text-decoration: none; }
    #popular_shop_items .product_name a:hover {
      color: #ff4d00; }
  #popular_shop_items .product_photo_thumb {
    width: 90%; }
  #popular_shop_items .button_bar {
    color: white; }

@media only screen and (max-width: 1000px) {
  .upcoming_event .image .name {
    font-size: 1.2em;
    top: 40%; }

  #home_header {
    padding-top: 50%;
    height: 0; }

  #wedo {
    top: 32% !important;
    left: 8.2% !important; }

  #findrace {
    top: 60% !important;
    left: 8.2% !important; } }
@media only screen and (max-width: 900px) {
  #wedo {
    font-size: 4.0em; } }
@media only screen and (max-width: 800px) {
  #wedo {
    font-size: 3.5em; }

  .upcoming_event .image .name {
    font-size: 1.0em; } }
@media only screen and (max-width: 700px) {
  #wedo {
    font-size: 3.0em; }

  .upcoming_event {
    width: 60%;
    margin-bottom: 20px; }
    .upcoming_event .image .name {
      font-size: 1.5em; }

  #popular_shop_items .shopping_item {
    width: 32%; }
  #popular_shop_items .shopping_item:nth-child(4), #popular_shop_items .shopping_item:nth-child(5) {
    display: none; } }
@media only screen and (max-width: 600px) {
  #wedo {
    font-size: 2.5em; } }
@media only screen and (max-width: 500px) {
  #wedo {
    font-size: 2.0em; }

  #findrace {
    font-size: 1.0em;
    top: 80%; }

  .upcoming_event {
    width: 80%; }

  #popular_shop_items .shopping_item {
    width: 48%; }
  #popular_shop_items .shopping_item:nth-child(4) {
    display: inline-block; } }
@media only screen and (max-width: 400px) {
  #wedo {
    font-size: 1.5em; }

  .upcoming_event {
    width: 95%;
    font-size: 1.0em; }

  #popular_shop_items .shopping_item {
    width: 80%; }
  #popular_shop_items .shopping_item:nth-child(3) {
    display: none; } }
@media only screen and (max-width: 300px) {
  #wedo {
    font-size: 1.25em; } }
.news_feed {
  border: 7px solid #464646;
  border-top: 0; }
  .news_feed .top {
    background-color: #464646;
    color: #ff4d00; }
    .news_feed .top .news {
      font-size: 1.5em;
      width: 49%; }
    .news_feed .top .see_full {
      text-align: right;
      width: 49%; }
      .news_feed .top .see_full a {
        color: white; }
  .news_feed .news_posts {
    overflow: auto; }
    .news_feed .news_posts ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .news_feed .news_posts li {
      padding: 5px 10px;
      margin: 2px 10px;
      border-bottom: 1px solid black; }
      .news_feed .news_posts li .date {
        color: #898989; }
      .news_feed .news_posts li .title {
        font-size: 1.5em; }

.shopping_item {
  width: 19%;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-spacing: 0;
  vertical-align: top;
  margin: 20px 0; }

.separator {
  height: 4px;
  border-bottom: 2px solid #ff4d00;
  width: 33%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4px; }

#top_items img {
  width: 100%; }

#popular_shop_items {
  margin: 30px 0;
  position: relative; }
  #popular_shop_items .row_inner {
    text-align: center; }
  #popular_shop_items .button_bar {
    color: white; }

.product_photo_thumb {
  width: 90%; }

.product_name a {
  text-transform: uppercase;
  color: gray;
  text-decoration: none; }
  .product_name a:hover {
    color: #ff4d00; }

#vendor_page, #volunteer_page {
  max-width: 650px; }
  #vendor_page #id_Description, #vendor_page #id_comments, #volunteer_page #id_Description, #volunteer_page #id_comments {
    width: 100%;
    height: 100px; }

#product_img_col, .item_info {
  vertical-align: top; }

#checkout_instructions {
  padding: 0;
  margin: 0;
  list-style-type: none; }

#checkout_instructions > li {
  background-color: #eee;
  margin: 10px 0;
  padding: 2.5%; }

#subpage_header {
  background: url("/files/rev/imgs/subpage_header.jpg");
  height: 148px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  #subpage_header h1 {
    border: 0;
    color: white;
    padding-top: 6%;
    text-transform: uppercase;
    font-size: 3em; }

@media only screen and (max-width: 400px) {
  #subpage_header {
    padding-bottom: 37%;
    height: 0; }
    #subpage_header h1 {
      border: 0;
      padding-top: 12%;
      font-size: 2em; } }
#page_contact_us {
  width: 100%; }
  #page_contact_us .table_form {
    width: 100%; }
    #page_contact_us .table_form textarea {
      width: 100%; }

#subpage2_outer {
  text-align: center;
  width: 100%; }

#subpage2 {
  width: 70%;
  text-align: left; }

@media only screen and (max-width: 700px) {
  #subpage2 {
    width: 95%; } }
#ambassador_page {
  text-align: center;
  font-size: 1.2em; }
  #ambassador_page .col, #ambassador_page #flyers .flyer, #flyers #ambassador_page .flyer, #ambassador_page #flyer .description, #flyer #ambassador_page .description, #ambassador_page #track .colA, #track #ambassador_page .colA, #ambassador_page #track .text_alerts, #track #ambassador_page .text_alerts, #ambassador_page .col50, #ambassador_page #receipt, #ambassador_page #receipt_right, #ambassador_page .col33, #ambassador_page .col66, #ambassador_page .col40, #ambassador_page .col60, #ambassador_page .col43, #ambassador_page .col57, #ambassador_page #race_info .quotes .avatar, #race_info .quotes #ambassador_page .avatar, #ambassador_page #race_info .quotes .text, #race_info .quotes #ambassador_page .text, #ambassador_page #course_page .nav_strip li, #course_page .nav_strip #ambassador_page li, #ambassador_page .participant_review .date, .participant_review #ambassador_page .date, #ambassador_page .participant_review .like_dislike, .participant_review #ambassador_page .like_dislike, #ambassador_page #home .colA, #home #ambassador_page .colA, #ambassador_page #home .colB, #home #ambassador_page .colB, #ambassador_page #home .rowA .colA ul, #home .rowA .colA #ambassador_page ul, #ambassador_page #home .rowA .colB ul, #home .rowA .colB #ambassador_page ul, #ambassador_page #home .rowB #cause_box .cause_logo, #home .rowB #cause_box #ambassador_page .cause_logo, #ambassador_page #home .rowB #cause_box .cause_blurp, #home .rowB #cause_box #ambassador_page .cause_blurp, #ambassador_page #home .rowB #triple_revel .medal, #home .rowB #triple_revel #ambassador_page .medal, #ambassador_page #home .rowB #triple_revel .triple_blurp, #home .rowB #triple_revel #ambassador_page .triple_blurp, #ambassador_page #sponsors .signup, #sponsors #ambassador_page .signup, #ambassador_page #sponsors .title_sponsor_outer, #sponsors #ambassador_page .title_sponsor_outer, #ambassador_page #sponsors .platinum_sponsor .sponsor_logo, #sponsors .platinum_sponsor #ambassador_page .sponsor_logo, #ambassador_page #sponsors .gold_sponsor .sponsor_logo, #sponsors .gold_sponsor #ambassador_page .sponsor_logo, #ambassador_page #sponsors .volunteer_group .sponsor_logo, #sponsors .volunteer_group #ambassador_page .sponsor_logo, #ambassador_page #sponsors .platinum_sponsor .sponsor_blurp, #sponsors .platinum_sponsor #ambassador_page .sponsor_blurp, #ambassador_page #sponsors .gold_sponsor .sponsor_blurp, #sponsors .gold_sponsor #ambassador_page .sponsor_blurp, #ambassador_page #sponsors .volunteer_group .sponsor_blurp, #sponsors .volunteer_group #ambassador_page .sponsor_blurp, #ambassador_page #sponsors .silver_sponsor, #sponsors #ambassador_page .silver_sponsor, #ambassador_page #sponsors .bronze_sponsor, #sponsors #ambassador_page .bronze_sponsor, #ambassador_page #sponsors .vik_sponsor, #sponsors #ambassador_page .vik_sponsor, #ambassador_page .field1, #ambassador_page .field2, #ambassador_page #ambassador_list_page .ambassador_list .ambassador, #ambassador_list_page .ambassador_list #ambassador_page .ambassador {
    text-align: left;
    width: 49%; }
  #ambassador_page .col:nth-child(2), #ambassador_page #flyers .flyer:nth-child(2), #flyers #ambassador_page .flyer:nth-child(2), #ambassador_page #flyer .description:nth-child(2), #flyer #ambassador_page .description:nth-child(2), #ambassador_page #track .colA:nth-child(2), #track #ambassador_page .colA:nth-child(2), #ambassador_page #track .text_alerts:nth-child(2), #track #ambassador_page .text_alerts:nth-child(2), #ambassador_page .col50:nth-child(2), #ambassador_page #receipt:nth-child(2), #ambassador_page #receipt_right:nth-child(2), #ambassador_page .col33:nth-child(2), #ambassador_page .col66:nth-child(2), #ambassador_page .col40:nth-child(2), #ambassador_page .col60:nth-child(2), #ambassador_page .col43:nth-child(2), #ambassador_page .col57:nth-child(2), #ambassador_page #race_info .quotes .avatar:nth-child(2), #race_info .quotes #ambassador_page .avatar:nth-child(2), #ambassador_page #race_info .quotes .text:nth-child(2), #race_info .quotes #ambassador_page .text:nth-child(2), #ambassador_page #course_page .nav_strip li:nth-child(2), #course_page .nav_strip #ambassador_page li:nth-child(2), #ambassador_page .participant_review .date:nth-child(2), .participant_review #ambassador_page .date:nth-child(2), #ambassador_page .participant_review .like_dislike:nth-child(2), .participant_review #ambassador_page .like_dislike:nth-child(2), #ambassador_page #home .colA:nth-child(2), #home #ambassador_page .colA:nth-child(2), #ambassador_page #home .colB:nth-child(2), #home #ambassador_page .colB:nth-child(2), #ambassador_page #home .rowA .colA ul:nth-child(2), #home .rowA .colA #ambassador_page ul:nth-child(2), #ambassador_page #home .rowA .colB ul:nth-child(2), #home .rowA .colB #ambassador_page ul:nth-child(2), #ambassador_page #home .rowB #cause_box .cause_logo:nth-child(2), #home .rowB #cause_box #ambassador_page .cause_logo:nth-child(2), #ambassador_page #home .rowB #cause_box .cause_blurp:nth-child(2), #home .rowB #cause_box #ambassador_page .cause_blurp:nth-child(2), #ambassador_page #home .rowB #triple_revel .medal:nth-child(2), #home .rowB #triple_revel #ambassador_page .medal:nth-child(2), #ambassador_page #home .rowB #triple_revel .triple_blurp:nth-child(2), #home .rowB #triple_revel #ambassador_page .triple_blurp:nth-child(2), #ambassador_page #sponsors .signup:nth-child(2), #sponsors #ambassador_page .signup:nth-child(2), #ambassador_page #sponsors .title_sponsor_outer:nth-child(2), #sponsors #ambassador_page .title_sponsor_outer:nth-child(2), #ambassador_page #sponsors .platinum_sponsor .sponsor_logo:nth-child(2), #sponsors .platinum_sponsor #ambassador_page .sponsor_logo:nth-child(2), #ambassador_page #sponsors .gold_sponsor .sponsor_logo:nth-child(2), #sponsors .gold_sponsor #ambassador_page .sponsor_logo:nth-child(2), #ambassador_page #sponsors .volunteer_group .sponsor_logo:nth-child(2), #sponsors .volunteer_group #ambassador_page .sponsor_logo:nth-child(2), #ambassador_page #sponsors .platinum_sponsor .sponsor_blurp:nth-child(2), #sponsors .platinum_sponsor #ambassador_page .sponsor_blurp:nth-child(2), #ambassador_page #sponsors .gold_sponsor .sponsor_blurp:nth-child(2), #sponsors .gold_sponsor #ambassador_page .sponsor_blurp:nth-child(2), #ambassador_page #sponsors .volunteer_group .sponsor_blurp:nth-child(2), #sponsors .volunteer_group #ambassador_page .sponsor_blurp:nth-child(2), #ambassador_page #sponsors .silver_sponsor:nth-child(2), #sponsors #ambassador_page .silver_sponsor:nth-child(2), #ambassador_page #sponsors .bronze_sponsor:nth-child(2), #sponsors #ambassador_page .bronze_sponsor:nth-child(2), #ambassador_page #sponsors .vik_sponsor:nth-child(2), #sponsors #ambassador_page .vik_sponsor:nth-child(2), #ambassador_page .field1:nth-child(2), #ambassador_page .field2:nth-child(2), #ambassador_page #ambassador_list_page .ambassador_list .ambassador:nth-child(2), #ambassador_list_page .ambassador_list #ambassador_page .ambassador:nth-child(2) {
    padding-left: 5%; }
  #ambassador_page .ambassador_photo {
    width: 100%;
    border: 12px solid #ff4d00; }
  #ambassador_page .name {
    font-weight: bold;
    font-size: 1.25em; }
  #ambassador_page .field .key {
    font-weight: bold;
    color: #888; }
  #ambassador_page .field1, #ambassador_page .field2 {
    width: 48%;
    padding: 10px 0; }
  #ambassador_page .links {
    white-space: nowrap;
    padding: 20px 0; }
    #ambassador_page .links img {
      background-color: #ff4d00;
      width: 13%; }
  #ambassador_page .prev_next {
    margin-top: 30px; }

@media only screen and (max-width: 650px) {
  #ambassador_page > .col, #flyers #ambassador_page > .flyer, #flyer #ambassador_page > .description, #track #ambassador_page > .colA, #track #ambassador_page > .text_alerts, #ambassador_page > .col50, #ambassador_page > #receipt, #ambassador_page > #receipt_right, #ambassador_page > .col33, #ambassador_page > .col66, #ambassador_page > .col40, #ambassador_page > .col60, #ambassador_page > .col43, #ambassador_page > .col57, #race_info .quotes #ambassador_page > .avatar, #race_info .quotes #ambassador_page > .text, #course_page .nav_strip #ambassador_page > li, .participant_review #ambassador_page > .date, .participant_review #ambassador_page > .like_dislike, #home #ambassador_page > .colA, #home #ambassador_page > .colB, #home .rowA .colA #ambassador_page > ul, #home .rowA .colB #ambassador_page > ul, #home .rowB #cause_box #ambassador_page > .cause_logo, #home .rowB #cause_box #ambassador_page > .cause_blurp, #home .rowB #triple_revel #ambassador_page > .medal, #home .rowB #triple_revel #ambassador_page > .triple_blurp, #sponsors #ambassador_page > .signup, #sponsors #ambassador_page > .title_sponsor_outer, #sponsors .platinum_sponsor #ambassador_page > .sponsor_logo, #sponsors .gold_sponsor #ambassador_page > .sponsor_logo, #sponsors .volunteer_group #ambassador_page > .sponsor_logo, #sponsors .platinum_sponsor #ambassador_page > .sponsor_blurp, #sponsors .gold_sponsor #ambassador_page > .sponsor_blurp, #sponsors .volunteer_group #ambassador_page > .sponsor_blurp, #sponsors #ambassador_page > .silver_sponsor, #sponsors #ambassador_page > .bronze_sponsor, #sponsors #ambassador_page > .vik_sponsor, #ambassador_page > .field1, #ambassador_page > .field2, #ambassador_list_page .ambassador_list #ambassador_page > .ambassador {
    width: 100%;
    padding: 10px 2% !important; }

  #ambassador_page .ambassador_photo {
    width: 94%; } }
#ambassador_list_page .apply {
  text-align: right;
  font-size: 1.25em;
  margin-bottom: 30px; }
#ambassador_list_page .ambassador_list .ambassador {
  text-align: center;
  width: 24%;
  padding: 10px 1%; }
  @media only screen and (max-width: 750px) {
    #ambassador_list_page .ambassador_list .ambassador {
      width: 32%; } }
  @media only screen and (max-width: 500px) {
    #ambassador_list_page .ambassador_list .ambassador {
      width: 49%; } }
  #ambassador_list_page .ambassador_list .ambassador img {
    width: 95%;
    border: 8px solid #ff4d00; }
    @media only screen and (max-width: 750px) {
      #ambassador_list_page .ambassador_list .ambassador img {
        border: 5px solid #ff4d00; } }
  #ambassador_list_page .ambassador_list .ambassador .name {
    color: black;
    font-weight: bold;
    font-size: 1.25em; }
    #ambassador_list_page .ambassador_list .ambassador .name:hover {
      color: #ff4d00; }
  #ambassador_list_page .ambassador_list .ambassador .location {
    font-size: 0.8em;
    color: black; }
    #ambassador_list_page .ambassador_list .ambassador .location:hover {
      color: #ff4d00; }

#ambassador .col, #ambassador #flyers .flyer, #flyers #ambassador .flyer, #ambassador #flyer .description, #flyer #ambassador .description, #ambassador #track .colA, #track #ambassador .colA, #ambassador #track .text_alerts, #track #ambassador .text_alerts, #ambassador .col50, #ambassador #receipt, #ambassador #receipt_right, #ambassador .col33, #ambassador .col66, #ambassador .col40, #ambassador .col60, #ambassador .col43, #ambassador .col57, #ambassador #race_info .quotes .avatar, #race_info .quotes #ambassador .avatar, #ambassador #race_info .quotes .text, #race_info .quotes #ambassador .text, #ambassador #course_page .nav_strip li, #course_page .nav_strip #ambassador li, #ambassador .participant_review .date, .participant_review #ambassador .date, #ambassador .participant_review .like_dislike, .participant_review #ambassador .like_dislike, #ambassador #home .colA, #home #ambassador .colA, #ambassador #home .colB, #home #ambassador .colB, #ambassador #home .rowA .colA ul, #home .rowA .colA #ambassador ul, #ambassador #home .rowA .colB ul, #home .rowA .colB #ambassador ul, #ambassador #home .rowB #cause_box .cause_logo, #home .rowB #cause_box #ambassador .cause_logo, #ambassador #home .rowB #cause_box .cause_blurp, #home .rowB #cause_box #ambassador .cause_blurp, #ambassador #home .rowB #triple_revel .medal, #home .rowB #triple_revel #ambassador .medal, #ambassador #home .rowB #triple_revel .triple_blurp, #home .rowB #triple_revel #ambassador .triple_blurp, #ambassador #sponsors .signup, #sponsors #ambassador .signup, #ambassador #sponsors .title_sponsor_outer, #sponsors #ambassador .title_sponsor_outer, #ambassador #sponsors .platinum_sponsor .sponsor_logo, #sponsors .platinum_sponsor #ambassador .sponsor_logo, #ambassador #sponsors .gold_sponsor .sponsor_logo, #sponsors .gold_sponsor #ambassador .sponsor_logo, #ambassador #sponsors .volunteer_group .sponsor_logo, #sponsors .volunteer_group #ambassador .sponsor_logo, #ambassador #sponsors .platinum_sponsor .sponsor_blurp, #sponsors .platinum_sponsor #ambassador .sponsor_blurp, #ambassador #sponsors .gold_sponsor .sponsor_blurp, #sponsors .gold_sponsor #ambassador .sponsor_blurp, #ambassador #sponsors .volunteer_group .sponsor_blurp, #sponsors .volunteer_group #ambassador .sponsor_blurp, #ambassador #sponsors .silver_sponsor, #sponsors #ambassador .silver_sponsor, #ambassador #sponsors .bronze_sponsor, #sponsors #ambassador .bronze_sponsor, #ambassador #sponsors .vik_sponsor, #sponsors #ambassador .vik_sponsor, #ambassador #ambassador_page .field1, #ambassador_page #ambassador .field1, #ambassador #ambassador_page .field2, #ambassador_page #ambassador .field2, #ambassador #ambassador_list_page .ambassador_list .ambassador, #ambassador_list_page .ambassador_list #ambassador .ambassador {
  width: 49%; }
#ambassador ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
#ambassador h1 {
  text-align: left; }
#ambassador h2, #ambassador #checkout fieldset legend, #checkout fieldset #ambassador legend {
  margin-bottom: 5px; }
#ambassador .col:first-child, #ambassador #flyers .flyer:first-child, #flyers #ambassador .flyer:first-child, #ambassador #flyer .description:first-child, #flyer #ambassador .description:first-child, #ambassador #track .colA:first-child, #track #ambassador .colA:first-child, #ambassador #track .text_alerts:first-child, #track #ambassador .text_alerts:first-child, #ambassador .col50:first-child, #ambassador #receipt:first-child, #ambassador #receipt_right:first-child, #ambassador .col33:first-child, #ambassador .col66:first-child, #ambassador .col40:first-child, #ambassador .col60:first-child, #ambassador .col43:first-child, #ambassador .col57:first-child, #ambassador #race_info .quotes .avatar:first-child, #race_info .quotes #ambassador .avatar:first-child, #ambassador #race_info .quotes .text:first-child, #race_info .quotes #ambassador .text:first-child, #ambassador #course_page .nav_strip li:first-child, #course_page .nav_strip #ambassador li:first-child, #ambassador .participant_review .date:first-child, .participant_review #ambassador .date:first-child, #ambassador .participant_review .like_dislike:first-child, .participant_review #ambassador .like_dislike:first-child, #ambassador #home .colA:first-child, #home #ambassador .colA:first-child, #ambassador #home .colB:first-child, #home #ambassador .colB:first-child, #ambassador #home .rowA .colA ul:first-child, #home .rowA .colA #ambassador ul:first-child, #ambassador #home .rowA .colB ul:first-child, #home .rowA .colB #ambassador ul:first-child, #ambassador #home .rowB #cause_box .cause_logo:first-child, #home .rowB #cause_box #ambassador .cause_logo:first-child, #ambassador #home .rowB #cause_box .cause_blurp:first-child, #home .rowB #cause_box #ambassador .cause_blurp:first-child, #ambassador #home .rowB #triple_revel .medal:first-child, #home .rowB #triple_revel #ambassador .medal:first-child, #ambassador #home .rowB #triple_revel .triple_blurp:first-child, #home .rowB #triple_revel #ambassador .triple_blurp:first-child, #ambassador #sponsors .signup:first-child, #sponsors #ambassador .signup:first-child, #ambassador #sponsors .title_sponsor_outer:first-child, #sponsors #ambassador .title_sponsor_outer:first-child, #ambassador #sponsors .platinum_sponsor .sponsor_logo:first-child, #sponsors .platinum_sponsor #ambassador .sponsor_logo:first-child, #ambassador #sponsors .gold_sponsor .sponsor_logo:first-child, #sponsors .gold_sponsor #ambassador .sponsor_logo:first-child, #ambassador #sponsors .volunteer_group .sponsor_logo:first-child, #sponsors .volunteer_group #ambassador .sponsor_logo:first-child, #ambassador #sponsors .platinum_sponsor .sponsor_blurp:first-child, #sponsors .platinum_sponsor #ambassador .sponsor_blurp:first-child, #ambassador #sponsors .gold_sponsor .sponsor_blurp:first-child, #sponsors .gold_sponsor #ambassador .sponsor_blurp:first-child, #ambassador #sponsors .volunteer_group .sponsor_blurp:first-child, #sponsors .volunteer_group #ambassador .sponsor_blurp:first-child, #ambassador #sponsors .silver_sponsor:first-child, #sponsors #ambassador .silver_sponsor:first-child, #ambassador #sponsors .bronze_sponsor:first-child, #sponsors #ambassador .bronze_sponsor:first-child, #ambassador #sponsors .vik_sponsor:first-child, #sponsors #ambassador .vik_sponsor:first-child, #ambassador #ambassador_page .field1:first-child, #ambassador_page #ambassador .field1:first-child, #ambassador #ambassador_page .field2:first-child, #ambassador_page #ambassador .field2:first-child, #ambassador #ambassador_list_page .ambassador_list .ambassador:first-child, #ambassador_list_page .ambassador_list #ambassador .ambassador:first-child {
  padding-right: 5%;
  color: #888888; }
  #ambassador .col:first-child ul, #ambassador #flyers .flyer:first-child ul, #flyers #ambassador .flyer:first-child ul, #ambassador #flyer .description:first-child ul, #flyer #ambassador .description:first-child ul, #ambassador #track .colA:first-child ul, #track #ambassador .colA:first-child ul, #ambassador #track .text_alerts:first-child ul, #track #ambassador .text_alerts:first-child ul, #ambassador .col50:first-child ul, #ambassador #receipt:first-child ul, #ambassador #receipt_right:first-child ul, #ambassador .col33:first-child ul, #ambassador .col66:first-child ul, #ambassador .col40:first-child ul, #ambassador .col60:first-child ul, #ambassador .col43:first-child ul, #ambassador .col57:first-child ul, #ambassador #race_info .quotes .avatar:first-child ul, #race_info .quotes #ambassador .avatar:first-child ul, #ambassador #race_info .quotes .text:first-child ul, #race_info .quotes #ambassador .text:first-child ul, #ambassador #course_page .nav_strip li:first-child ul, #course_page .nav_strip #ambassador li:first-child ul, #ambassador .participant_review .date:first-child ul, .participant_review #ambassador .date:first-child ul, #ambassador .participant_review .like_dislike:first-child ul, .participant_review #ambassador .like_dislike:first-child ul, #ambassador #home .colA:first-child ul, #home #ambassador .colA:first-child ul, #ambassador #home .colB:first-child ul, #home #ambassador .colB:first-child ul, #ambassador #home .rowA .colA ul:first-child ul, #home .rowA .colA #ambassador ul:first-child ul, #ambassador #home .rowA .colB ul:first-child ul, #home .rowA .colB #ambassador ul:first-child ul, #ambassador #home .rowB #cause_box .cause_logo:first-child ul, #home .rowB #cause_box #ambassador .cause_logo:first-child ul, #ambassador #home .rowB #cause_box .cause_blurp:first-child ul, #home .rowB #cause_box #ambassador .cause_blurp:first-child ul, #ambassador #home .rowB #triple_revel .medal:first-child ul, #home .rowB #triple_revel #ambassador .medal:first-child ul, #ambassador #home .rowB #triple_revel .triple_blurp:first-child ul, #home .rowB #triple_revel #ambassador .triple_blurp:first-child ul, #ambassador #sponsors .signup:first-child ul, #sponsors #ambassador .signup:first-child ul, #ambassador #sponsors .title_sponsor_outer:first-child ul, #sponsors #ambassador .title_sponsor_outer:first-child ul, #ambassador #sponsors .platinum_sponsor .sponsor_logo:first-child ul, #sponsors .platinum_sponsor #ambassador .sponsor_logo:first-child ul, #ambassador #sponsors .gold_sponsor .sponsor_logo:first-child ul, #sponsors .gold_sponsor #ambassador .sponsor_logo:first-child ul, #ambassador #sponsors .volunteer_group .sponsor_logo:first-child ul, #sponsors .volunteer_group #ambassador .sponsor_logo:first-child ul, #ambassador #sponsors .platinum_sponsor .sponsor_blurp:first-child ul, #sponsors .platinum_sponsor #ambassador .sponsor_blurp:first-child ul, #ambassador #sponsors .gold_sponsor .sponsor_blurp:first-child ul, #sponsors .gold_sponsor #ambassador .sponsor_blurp:first-child ul, #ambassador #sponsors .volunteer_group .sponsor_blurp:first-child ul, #sponsors .volunteer_group #ambassador .sponsor_blurp:first-child ul, #ambassador #sponsors .silver_sponsor:first-child ul, #sponsors #ambassador .silver_sponsor:first-child ul, #ambassador #sponsors .bronze_sponsor:first-child ul, #sponsors #ambassador .bronze_sponsor:first-child ul, #ambassador #sponsors .vik_sponsor:first-child ul, #sponsors #ambassador .vik_sponsor:first-child ul, #ambassador #ambassador_page .field1:first-child ul, #ambassador_page #ambassador .field1:first-child ul, #ambassador #ambassador_page .field2:first-child ul, #ambassador_page #ambassador .field2:first-child ul, #ambassador #ambassador_list_page .ambassador_list .ambassador:first-child ul, #ambassador_list_page .ambassador_list #ambassador .ambassador:first-child ul {
    padding: 0 0 0 5%; }
  #ambassador .col:first-child li, #ambassador #flyers .flyer:first-child li, #flyers #ambassador .flyer:first-child li, #ambassador #flyer .description:first-child li, #flyer #ambassador .description:first-child li, #ambassador #track .colA:first-child li, #track #ambassador .colA:first-child li, #ambassador #track .text_alerts:first-child li, #track #ambassador .text_alerts:first-child li, #ambassador .col50:first-child li, #ambassador #receipt:first-child li, #ambassador #receipt_right:first-child li, #ambassador .col33:first-child li, #ambassador .col66:first-child li, #ambassador .col40:first-child li, #ambassador .col60:first-child li, #ambassador .col43:first-child li, #ambassador .col57:first-child li, #ambassador #race_info .quotes .avatar:first-child li, #race_info .quotes #ambassador .avatar:first-child li, #ambassador #race_info .quotes .text:first-child li, #race_info .quotes #ambassador .text:first-child li, #ambassador #course_page .nav_strip li:first-child li, #course_page .nav_strip #ambassador li:first-child li, #ambassador .participant_review .date:first-child li, .participant_review #ambassador .date:first-child li, #ambassador .participant_review .like_dislike:first-child li, .participant_review #ambassador .like_dislike:first-child li, #ambassador #home .colA:first-child li, #home #ambassador .colA:first-child li, #ambassador #home .colB:first-child li, #home #ambassador .colB:first-child li, #ambassador #home .rowA .colA ul:first-child li, #home .rowA .colA #ambassador ul:first-child li, #ambassador #home .rowA .colB ul:first-child li, #home .rowA .colB #ambassador ul:first-child li, #ambassador #home .rowB #cause_box .cause_logo:first-child li, #home .rowB #cause_box #ambassador .cause_logo:first-child li, #ambassador #home .rowB #cause_box .cause_blurp:first-child li, #home .rowB #cause_box #ambassador .cause_blurp:first-child li, #ambassador #home .rowB #triple_revel .medal:first-child li, #home .rowB #triple_revel #ambassador .medal:first-child li, #ambassador #home .rowB #triple_revel .triple_blurp:first-child li, #home .rowB #triple_revel #ambassador .triple_blurp:first-child li, #ambassador #sponsors .signup:first-child li, #sponsors #ambassador .signup:first-child li, #ambassador #sponsors .title_sponsor_outer:first-child li, #sponsors #ambassador .title_sponsor_outer:first-child li, #ambassador #sponsors .platinum_sponsor .sponsor_logo:first-child li, #sponsors .platinum_sponsor #ambassador .sponsor_logo:first-child li, #ambassador #sponsors .gold_sponsor .sponsor_logo:first-child li, #sponsors .gold_sponsor #ambassador .sponsor_logo:first-child li, #ambassador #sponsors .volunteer_group .sponsor_logo:first-child li, #sponsors .volunteer_group #ambassador .sponsor_logo:first-child li, #ambassador #sponsors .platinum_sponsor .sponsor_blurp:first-child li, #sponsors .platinum_sponsor #ambassador .sponsor_blurp:first-child li, #ambassador #sponsors .gold_sponsor .sponsor_blurp:first-child li, #sponsors .gold_sponsor #ambassador .sponsor_blurp:first-child li, #ambassador #sponsors .volunteer_group .sponsor_blurp:first-child li, #sponsors .volunteer_group #ambassador .sponsor_blurp:first-child li, #ambassador #sponsors .silver_sponsor:first-child li, #sponsors #ambassador .silver_sponsor:first-child li, #ambassador #sponsors .bronze_sponsor:first-child li, #sponsors #ambassador .bronze_sponsor:first-child li, #ambassador #sponsors .vik_sponsor:first-child li, #sponsors #ambassador .vik_sponsor:first-child li, #ambassador #ambassador_page .field1:first-child li, #ambassador_page #ambassador .field1:first-child li, #ambassador #ambassador_page .field2:first-child li, #ambassador_page #ambassador .field2:first-child li, #ambassador #ambassador_list_page .ambassador_list .ambassador:first-child li, #ambassador_list_page .ambassador_list #ambassador .ambassador:first-child li {
    margin: 15px 0; }
#ambassador .col:nth-child(2) form, #ambassador #flyers .flyer:nth-child(2) form, #flyers #ambassador .flyer:nth-child(2) form, #ambassador #flyer .description:nth-child(2) form, #flyer #ambassador .description:nth-child(2) form, #ambassador #track .colA:nth-child(2) form, #track #ambassador .colA:nth-child(2) form, #ambassador #track .text_alerts:nth-child(2) form, #track #ambassador .text_alerts:nth-child(2) form, #ambassador .col50:nth-child(2) form, #ambassador #receipt:nth-child(2) form, #ambassador #receipt_right:nth-child(2) form, #ambassador .col33:nth-child(2) form, #ambassador .col66:nth-child(2) form, #ambassador .col40:nth-child(2) form, #ambassador .col60:nth-child(2) form, #ambassador .col43:nth-child(2) form, #ambassador .col57:nth-child(2) form, #ambassador #race_info .quotes .avatar:nth-child(2) form, #race_info .quotes #ambassador .avatar:nth-child(2) form, #ambassador #race_info .quotes .text:nth-child(2) form, #race_info .quotes #ambassador .text:nth-child(2) form, #ambassador #course_page .nav_strip li:nth-child(2) form, #course_page .nav_strip #ambassador li:nth-child(2) form, #ambassador .participant_review .date:nth-child(2) form, .participant_review #ambassador .date:nth-child(2) form, #ambassador .participant_review .like_dislike:nth-child(2) form, .participant_review #ambassador .like_dislike:nth-child(2) form, #ambassador #home .colA:nth-child(2) form, #home #ambassador .colA:nth-child(2) form, #ambassador #home .colB:nth-child(2) form, #home #ambassador .colB:nth-child(2) form, #ambassador #home .rowA .colA ul:nth-child(2) form, #home .rowA .colA #ambassador ul:nth-child(2) form, #ambassador #home .rowA .colB ul:nth-child(2) form, #home .rowA .colB #ambassador ul:nth-child(2) form, #ambassador #home .rowB #cause_box .cause_logo:nth-child(2) form, #home .rowB #cause_box #ambassador .cause_logo:nth-child(2) form, #ambassador #home .rowB #cause_box .cause_blurp:nth-child(2) form, #home .rowB #cause_box #ambassador .cause_blurp:nth-child(2) form, #ambassador #home .rowB #triple_revel .medal:nth-child(2) form, #home .rowB #triple_revel #ambassador .medal:nth-child(2) form, #ambassador #home .rowB #triple_revel .triple_blurp:nth-child(2) form, #home .rowB #triple_revel #ambassador .triple_blurp:nth-child(2) form, #ambassador #sponsors .signup:nth-child(2) form, #sponsors #ambassador .signup:nth-child(2) form, #ambassador #sponsors .title_sponsor_outer:nth-child(2) form, #sponsors #ambassador .title_sponsor_outer:nth-child(2) form, #ambassador #sponsors .platinum_sponsor .sponsor_logo:nth-child(2) form, #sponsors .platinum_sponsor #ambassador .sponsor_logo:nth-child(2) form, #ambassador #sponsors .gold_sponsor .sponsor_logo:nth-child(2) form, #sponsors .gold_sponsor #ambassador .sponsor_logo:nth-child(2) form, #ambassador #sponsors .volunteer_group .sponsor_logo:nth-child(2) form, #sponsors .volunteer_group #ambassador .sponsor_logo:nth-child(2) form, #ambassador #sponsors .platinum_sponsor .sponsor_blurp:nth-child(2) form, #sponsors .platinum_sponsor #ambassador .sponsor_blurp:nth-child(2) form, #ambassador #sponsors .gold_sponsor .sponsor_blurp:nth-child(2) form, #sponsors .gold_sponsor #ambassador .sponsor_blurp:nth-child(2) form, #ambassador #sponsors .volunteer_group .sponsor_blurp:nth-child(2) form, #sponsors .volunteer_group #ambassador .sponsor_blurp:nth-child(2) form, #ambassador #sponsors .silver_sponsor:nth-child(2) form, #sponsors #ambassador .silver_sponsor:nth-child(2) form, #ambassador #sponsors .bronze_sponsor:nth-child(2) form, #sponsors #ambassador .bronze_sponsor:nth-child(2) form, #ambassador #sponsors .vik_sponsor:nth-child(2) form, #sponsors #ambassador .vik_sponsor:nth-child(2) form, #ambassador #ambassador_page .field1:nth-child(2) form, #ambassador_page #ambassador .field1:nth-child(2) form, #ambassador #ambassador_page .field2:nth-child(2) form, #ambassador_page #ambassador .field2:nth-child(2) form, #ambassador #ambassador_list_page .ambassador_list .ambassador:nth-child(2) form, #ambassador_list_page .ambassador_list #ambassador .ambassador:nth-child(2) form {
  background-color: #ebebeb;
  padding: 20px 3%; }
#ambassador .col:nth-child(2) label, #ambassador #flyers .flyer:nth-child(2) label, #flyers #ambassador .flyer:nth-child(2) label, #ambassador #flyer .description:nth-child(2) label, #flyer #ambassador .description:nth-child(2) label, #ambassador #track .colA:nth-child(2) label, #track #ambassador .colA:nth-child(2) label, #ambassador #track .text_alerts:nth-child(2) label, #track #ambassador .text_alerts:nth-child(2) label, #ambassador .col50:nth-child(2) label, #ambassador #receipt:nth-child(2) label, #ambassador #receipt_right:nth-child(2) label, #ambassador .col33:nth-child(2) label, #ambassador .col66:nth-child(2) label, #ambassador .col40:nth-child(2) label, #ambassador .col60:nth-child(2) label, #ambassador .col43:nth-child(2) label, #ambassador .col57:nth-child(2) label, #ambassador #race_info .quotes .avatar:nth-child(2) label, #race_info .quotes #ambassador .avatar:nth-child(2) label, #ambassador #race_info .quotes .text:nth-child(2) label, #race_info .quotes #ambassador .text:nth-child(2) label, #ambassador #course_page .nav_strip li:nth-child(2) label, #course_page .nav_strip #ambassador li:nth-child(2) label, #ambassador .participant_review .date:nth-child(2) label, .participant_review #ambassador .date:nth-child(2) label, #ambassador .participant_review .like_dislike:nth-child(2) label, .participant_review #ambassador .like_dislike:nth-child(2) label, #ambassador #home .colA:nth-child(2) label, #home #ambassador .colA:nth-child(2) label, #ambassador #home .colB:nth-child(2) label, #home #ambassador .colB:nth-child(2) label, #ambassador #home .rowA .colA ul:nth-child(2) label, #home .rowA .colA #ambassador ul:nth-child(2) label, #ambassador #home .rowA .colB ul:nth-child(2) label, #home .rowA .colB #ambassador ul:nth-child(2) label, #ambassador #home .rowB #cause_box .cause_logo:nth-child(2) label, #home .rowB #cause_box #ambassador .cause_logo:nth-child(2) label, #ambassador #home .rowB #cause_box .cause_blurp:nth-child(2) label, #home .rowB #cause_box #ambassador .cause_blurp:nth-child(2) label, #ambassador #home .rowB #triple_revel .medal:nth-child(2) label, #home .rowB #triple_revel #ambassador .medal:nth-child(2) label, #ambassador #home .rowB #triple_revel .triple_blurp:nth-child(2) label, #home .rowB #triple_revel #ambassador .triple_blurp:nth-child(2) label, #ambassador #sponsors .signup:nth-child(2) label, #sponsors #ambassador .signup:nth-child(2) label, #ambassador #sponsors .title_sponsor_outer:nth-child(2) label, #sponsors #ambassador .title_sponsor_outer:nth-child(2) label, #ambassador #sponsors .platinum_sponsor .sponsor_logo:nth-child(2) label, #sponsors .platinum_sponsor #ambassador .sponsor_logo:nth-child(2) label, #ambassador #sponsors .gold_sponsor .sponsor_logo:nth-child(2) label, #sponsors .gold_sponsor #ambassador .sponsor_logo:nth-child(2) label, #ambassador #sponsors .volunteer_group .sponsor_logo:nth-child(2) label, #sponsors .volunteer_group #ambassador .sponsor_logo:nth-child(2) label, #ambassador #sponsors .platinum_sponsor .sponsor_blurp:nth-child(2) label, #sponsors .platinum_sponsor #ambassador .sponsor_blurp:nth-child(2) label, #ambassador #sponsors .gold_sponsor .sponsor_blurp:nth-child(2) label, #sponsors .gold_sponsor #ambassador .sponsor_blurp:nth-child(2) label, #ambassador #sponsors .volunteer_group .sponsor_blurp:nth-child(2) label, #sponsors .volunteer_group #ambassador .sponsor_blurp:nth-child(2) label, #ambassador #sponsors .silver_sponsor:nth-child(2) label, #sponsors #ambassador .silver_sponsor:nth-child(2) label, #ambassador #sponsors .bronze_sponsor:nth-child(2) label, #sponsors #ambassador .bronze_sponsor:nth-child(2) label, #ambassador #sponsors .vik_sponsor:nth-child(2) label, #sponsors #ambassador .vik_sponsor:nth-child(2) label, #ambassador #ambassador_page .field1:nth-child(2) label, #ambassador_page #ambassador .field1:nth-child(2) label, #ambassador #ambassador_page .field2:nth-child(2) label, #ambassador_page #ambassador .field2:nth-child(2) label, #ambassador #ambassador_list_page .ambassador_list .ambassador:nth-child(2) label, #ambassador_list_page .ambassador_list #ambassador .ambassador:nth-child(2) label {
  font-weight: bold;
  margin-top: 15px; }
#ambassador .col:nth-child(2) input[type=submit], #ambassador #flyers .flyer:nth-child(2) input[type=submit], #flyers #ambassador .flyer:nth-child(2) input[type=submit], #ambassador #flyer .description:nth-child(2) input[type=submit], #flyer #ambassador .description:nth-child(2) input[type=submit], #ambassador #track .colA:nth-child(2) input[type=submit], #track #ambassador .colA:nth-child(2) input[type=submit], #ambassador #track .text_alerts:nth-child(2) input[type=submit], #track #ambassador .text_alerts:nth-child(2) input[type=submit], #ambassador .col50:nth-child(2) input[type=submit], #ambassador #receipt:nth-child(2) input[type=submit], #ambassador #receipt_right:nth-child(2) input[type=submit], #ambassador .col33:nth-child(2) input[type=submit], #ambassador .col66:nth-child(2) input[type=submit], #ambassador .col40:nth-child(2) input[type=submit], #ambassador .col60:nth-child(2) input[type=submit], #ambassador .col43:nth-child(2) input[type=submit], #ambassador .col57:nth-child(2) input[type=submit], #ambassador #race_info .quotes .avatar:nth-child(2) input[type=submit], #race_info .quotes #ambassador .avatar:nth-child(2) input[type=submit], #ambassador #race_info .quotes .text:nth-child(2) input[type=submit], #race_info .quotes #ambassador .text:nth-child(2) input[type=submit], #ambassador #course_page .nav_strip li:nth-child(2) input[type=submit], #course_page .nav_strip #ambassador li:nth-child(2) input[type=submit], #ambassador .participant_review .date:nth-child(2) input[type=submit], .participant_review #ambassador .date:nth-child(2) input[type=submit], #ambassador .participant_review .like_dislike:nth-child(2) input[type=submit], .participant_review #ambassador .like_dislike:nth-child(2) input[type=submit], #ambassador #home .colA:nth-child(2) input[type=submit], #home #ambassador .colA:nth-child(2) input[type=submit], #ambassador #home .colB:nth-child(2) input[type=submit], #home #ambassador .colB:nth-child(2) input[type=submit], #ambassador #home .rowA .colA ul:nth-child(2) input[type=submit], #home .rowA .colA #ambassador ul:nth-child(2) input[type=submit], #ambassador #home .rowA .colB ul:nth-child(2) input[type=submit], #home .rowA .colB #ambassador ul:nth-child(2) input[type=submit], #ambassador #home .rowB #cause_box .cause_logo:nth-child(2) input[type=submit], #home .rowB #cause_box #ambassador .cause_logo:nth-child(2) input[type=submit], #ambassador #home .rowB #cause_box .cause_blurp:nth-child(2) input[type=submit], #home .rowB #cause_box #ambassador .cause_blurp:nth-child(2) input[type=submit], #ambassador #home .rowB #triple_revel .medal:nth-child(2) input[type=submit], #home .rowB #triple_revel #ambassador .medal:nth-child(2) input[type=submit], #ambassador #home .rowB #triple_revel .triple_blurp:nth-child(2) input[type=submit], #home .rowB #triple_revel #ambassador .triple_blurp:nth-child(2) input[type=submit], #ambassador #sponsors .signup:nth-child(2) input[type=submit], #sponsors #ambassador .signup:nth-child(2) input[type=submit], #ambassador #sponsors .title_sponsor_outer:nth-child(2) input[type=submit], #sponsors #ambassador .title_sponsor_outer:nth-child(2) input[type=submit], #ambassador #sponsors .platinum_sponsor .sponsor_logo:nth-child(2) input[type=submit], #sponsors .platinum_sponsor #ambassador .sponsor_logo:nth-child(2) input[type=submit], #ambassador #sponsors .gold_sponsor .sponsor_logo:nth-child(2) input[type=submit], #sponsors .gold_sponsor #ambassador .sponsor_logo:nth-child(2) input[type=submit], #ambassador #sponsors .volunteer_group .sponsor_logo:nth-child(2) input[type=submit], #sponsors .volunteer_group #ambassador .sponsor_logo:nth-child(2) input[type=submit], #ambassador #sponsors .platinum_sponsor .sponsor_blurp:nth-child(2) input[type=submit], #sponsors .platinum_sponsor #ambassador .sponsor_blurp:nth-child(2) input[type=submit], #ambassador #sponsors .gold_sponsor .sponsor_blurp:nth-child(2) input[type=submit], #sponsors .gold_sponsor #ambassador .sponsor_blurp:nth-child(2) input[type=submit], #ambassador #sponsors .volunteer_group .sponsor_blurp:nth-child(2) input[type=submit], #sponsors .volunteer_group #ambassador .sponsor_blurp:nth-child(2) input[type=submit], #ambassador #sponsors .silver_sponsor:nth-child(2) input[type=submit], #sponsors #ambassador .silver_sponsor:nth-child(2) input[type=submit], #ambassador #sponsors .bronze_sponsor:nth-child(2) input[type=submit], #sponsors #ambassador .bronze_sponsor:nth-child(2) input[type=submit], #ambassador #sponsors .vik_sponsor:nth-child(2) input[type=submit], #sponsors #ambassador .vik_sponsor:nth-child(2) input[type=submit], #ambassador #ambassador_page .field1:nth-child(2) input[type=submit], #ambassador_page #ambassador .field1:nth-child(2) input[type=submit], #ambassador #ambassador_page .field2:nth-child(2) input[type=submit], #ambassador_page #ambassador .field2:nth-child(2) input[type=submit], #ambassador #ambassador_list_page .ambassador_list .ambassador:nth-child(2) input[type=submit], #ambassador_list_page .ambassador_list #ambassador .ambassador:nth-child(2) input[type=submit] {
  margin-top: 15px; }
#ambassador .col:nth-child(2) .helptext, #ambassador #flyers .flyer:nth-child(2) .helptext, #flyers #ambassador .flyer:nth-child(2) .helptext, #ambassador #flyer .description:nth-child(2) .helptext, #flyer #ambassador .description:nth-child(2) .helptext, #ambassador #track .colA:nth-child(2) .helptext, #track #ambassador .colA:nth-child(2) .helptext, #ambassador #track .text_alerts:nth-child(2) .helptext, #track #ambassador .text_alerts:nth-child(2) .helptext, #ambassador .col50:nth-child(2) .helptext, #ambassador #receipt:nth-child(2) .helptext, #ambassador #receipt_right:nth-child(2) .helptext, #ambassador .col33:nth-child(2) .helptext, #ambassador .col66:nth-child(2) .helptext, #ambassador .col40:nth-child(2) .helptext, #ambassador .col60:nth-child(2) .helptext, #ambassador .col43:nth-child(2) .helptext, #ambassador .col57:nth-child(2) .helptext, #ambassador #race_info .quotes .avatar:nth-child(2) .helptext, #race_info .quotes #ambassador .avatar:nth-child(2) .helptext, #ambassador #race_info .quotes .text:nth-child(2) .helptext, #race_info .quotes #ambassador .text:nth-child(2) .helptext, #ambassador #course_page .nav_strip li:nth-child(2) .helptext, #course_page .nav_strip #ambassador li:nth-child(2) .helptext, #ambassador .participant_review .date:nth-child(2) .helptext, .participant_review #ambassador .date:nth-child(2) .helptext, #ambassador .participant_review .like_dislike:nth-child(2) .helptext, .participant_review #ambassador .like_dislike:nth-child(2) .helptext, #ambassador #home .colA:nth-child(2) .helptext, #home #ambassador .colA:nth-child(2) .helptext, #ambassador #home .colB:nth-child(2) .helptext, #home #ambassador .colB:nth-child(2) .helptext, #ambassador #home .rowA .colA ul:nth-child(2) .helptext, #home .rowA .colA #ambassador ul:nth-child(2) .helptext, #ambassador #home .rowA .colB ul:nth-child(2) .helptext, #home .rowA .colB #ambassador ul:nth-child(2) .helptext, #ambassador #home .rowB #cause_box .cause_logo:nth-child(2) .helptext, #home .rowB #cause_box #ambassador .cause_logo:nth-child(2) .helptext, #ambassador #home .rowB #cause_box .cause_blurp:nth-child(2) .helptext, #home .rowB #cause_box #ambassador .cause_blurp:nth-child(2) .helptext, #ambassador #home .rowB #triple_revel .medal:nth-child(2) .helptext, #home .rowB #triple_revel #ambassador .medal:nth-child(2) .helptext, #ambassador #home .rowB #triple_revel .triple_blurp:nth-child(2) .helptext, #home .rowB #triple_revel #ambassador .triple_blurp:nth-child(2) .helptext, #ambassador #sponsors .signup:nth-child(2) .helptext, #sponsors #ambassador .signup:nth-child(2) .helptext, #ambassador #sponsors .title_sponsor_outer:nth-child(2) .helptext, #sponsors #ambassador .title_sponsor_outer:nth-child(2) .helptext, #ambassador #sponsors .platinum_sponsor .sponsor_logo:nth-child(2) .helptext, #sponsors .platinum_sponsor #ambassador .sponsor_logo:nth-child(2) .helptext, #ambassador #sponsors .gold_sponsor .sponsor_logo:nth-child(2) .helptext, #sponsors .gold_sponsor #ambassador .sponsor_logo:nth-child(2) .helptext, #ambassador #sponsors .volunteer_group .sponsor_logo:nth-child(2) .helptext, #sponsors .volunteer_group #ambassador .sponsor_logo:nth-child(2) .helptext, #ambassador #sponsors .platinum_sponsor .sponsor_blurp:nth-child(2) .helptext, #sponsors .platinum_sponsor #ambassador .sponsor_blurp:nth-child(2) .helptext, #ambassador #sponsors .gold_sponsor .sponsor_blurp:nth-child(2) .helptext, #sponsors .gold_sponsor #ambassador .sponsor_blurp:nth-child(2) .helptext, #ambassador #sponsors .volunteer_group .sponsor_blurp:nth-child(2) .helptext, #sponsors .volunteer_group #ambassador .sponsor_blurp:nth-child(2) .helptext, #ambassador #sponsors .silver_sponsor:nth-child(2) .helptext, #sponsors #ambassador .silver_sponsor:nth-child(2) .helptext, #ambassador #sponsors .bronze_sponsor:nth-child(2) .helptext, #sponsors #ambassador .bronze_sponsor:nth-child(2) .helptext, #ambassador #sponsors .vik_sponsor:nth-child(2) .helptext, #sponsors #ambassador .vik_sponsor:nth-child(2) .helptext, #ambassador #ambassador_page .field1:nth-child(2) .helptext, #ambassador_page #ambassador .field1:nth-child(2) .helptext, #ambassador #ambassador_page .field2:nth-child(2) .helptext, #ambassador_page #ambassador .field2:nth-child(2) .helptext, #ambassador #ambassador_list_page .ambassador_list .ambassador:nth-child(2) .helptext, #ambassador_list_page .ambassador_list #ambassador .ambassador:nth-child(2) .helptext {
  color: #888888; }
#ambassador .col:nth-child(2) textarea, #ambassador #flyers .flyer:nth-child(2) textarea, #flyers #ambassador .flyer:nth-child(2) textarea, #ambassador #flyer .description:nth-child(2) textarea, #flyer #ambassador .description:nth-child(2) textarea, #ambassador #track .colA:nth-child(2) textarea, #track #ambassador .colA:nth-child(2) textarea, #ambassador #track .text_alerts:nth-child(2) textarea, #track #ambassador .text_alerts:nth-child(2) textarea, #ambassador .col50:nth-child(2) textarea, #ambassador #receipt:nth-child(2) textarea, #ambassador #receipt_right:nth-child(2) textarea, #ambassador .col33:nth-child(2) textarea, #ambassador .col66:nth-child(2) textarea, #ambassador .col40:nth-child(2) textarea, #ambassador .col60:nth-child(2) textarea, #ambassador .col43:nth-child(2) textarea, #ambassador .col57:nth-child(2) textarea, #ambassador #race_info .quotes .avatar:nth-child(2) textarea, #race_info .quotes #ambassador .avatar:nth-child(2) textarea, #ambassador #race_info .quotes .text:nth-child(2) textarea, #race_info .quotes #ambassador .text:nth-child(2) textarea, #ambassador #course_page .nav_strip li:nth-child(2) textarea, #course_page .nav_strip #ambassador li:nth-child(2) textarea, #ambassador .participant_review .date:nth-child(2) textarea, .participant_review #ambassador .date:nth-child(2) textarea, #ambassador .participant_review .like_dislike:nth-child(2) textarea, .participant_review #ambassador .like_dislike:nth-child(2) textarea, #ambassador #home .colA:nth-child(2) textarea, #home #ambassador .colA:nth-child(2) textarea, #ambassador #home .colB:nth-child(2) textarea, #home #ambassador .colB:nth-child(2) textarea, #ambassador #home .rowA .colA ul:nth-child(2) textarea, #home .rowA .colA #ambassador ul:nth-child(2) textarea, #ambassador #home .rowA .colB ul:nth-child(2) textarea, #home .rowA .colB #ambassador ul:nth-child(2) textarea, #ambassador #home .rowB #cause_box .cause_logo:nth-child(2) textarea, #home .rowB #cause_box #ambassador .cause_logo:nth-child(2) textarea, #ambassador #home .rowB #cause_box .cause_blurp:nth-child(2) textarea, #home .rowB #cause_box #ambassador .cause_blurp:nth-child(2) textarea, #ambassador #home .rowB #triple_revel .medal:nth-child(2) textarea, #home .rowB #triple_revel #ambassador .medal:nth-child(2) textarea, #ambassador #home .rowB #triple_revel .triple_blurp:nth-child(2) textarea, #home .rowB #triple_revel #ambassador .triple_blurp:nth-child(2) textarea, #ambassador #sponsors .signup:nth-child(2) textarea, #sponsors #ambassador .signup:nth-child(2) textarea, #ambassador #sponsors .title_sponsor_outer:nth-child(2) textarea, #sponsors #ambassador .title_sponsor_outer:nth-child(2) textarea, #ambassador #sponsors .platinum_sponsor .sponsor_logo:nth-child(2) textarea, #sponsors .platinum_sponsor #ambassador .sponsor_logo:nth-child(2) textarea, #ambassador #sponsors .gold_sponsor .sponsor_logo:nth-child(2) textarea, #sponsors .gold_sponsor #ambassador .sponsor_logo:nth-child(2) textarea, #ambassador #sponsors .volunteer_group .sponsor_logo:nth-child(2) textarea, #sponsors .volunteer_group #ambassador .sponsor_logo:nth-child(2) textarea, #ambassador #sponsors .platinum_sponsor .sponsor_blurp:nth-child(2) textarea, #sponsors .platinum_sponsor #ambassador .sponsor_blurp:nth-child(2) textarea, #ambassador #sponsors .gold_sponsor .sponsor_blurp:nth-child(2) textarea, #sponsors .gold_sponsor #ambassador .sponsor_blurp:nth-child(2) textarea, #ambassador #sponsors .volunteer_group .sponsor_blurp:nth-child(2) textarea, #sponsors .volunteer_group #ambassador .sponsor_blurp:nth-child(2) textarea, #ambassador #sponsors .silver_sponsor:nth-child(2) textarea, #sponsors #ambassador .silver_sponsor:nth-child(2) textarea, #ambassador #sponsors .bronze_sponsor:nth-child(2) textarea, #sponsors #ambassador .bronze_sponsor:nth-child(2) textarea, #ambassador #sponsors .vik_sponsor:nth-child(2) textarea, #sponsors #ambassador .vik_sponsor:nth-child(2) textarea, #ambassador #ambassador_page .field1:nth-child(2) textarea, #ambassador_page #ambassador .field1:nth-child(2) textarea, #ambassador #ambassador_page .field2:nth-child(2) textarea, #ambassador_page #ambassador .field2:nth-child(2) textarea, #ambassador #ambassador_list_page .ambassador_list .ambassador:nth-child(2) textarea, #ambassador_list_page .ambassador_list #ambassador .ambassador:nth-child(2) textarea {
  width: 100%;
  height: 150px; }
#ambassador .col:nth-child(2) .errorlist, #ambassador #flyers .flyer:nth-child(2) .errorlist, #flyers #ambassador .flyer:nth-child(2) .errorlist, #ambassador #flyer .description:nth-child(2) .errorlist, #flyer #ambassador .description:nth-child(2) .errorlist, #ambassador #track .colA:nth-child(2) .errorlist, #track #ambassador .colA:nth-child(2) .errorlist, #ambassador #track .text_alerts:nth-child(2) .errorlist, #track #ambassador .text_alerts:nth-child(2) .errorlist, #ambassador .col50:nth-child(2) .errorlist, #ambassador #receipt:nth-child(2) .errorlist, #ambassador #receipt_right:nth-child(2) .errorlist, #ambassador .col33:nth-child(2) .errorlist, #ambassador .col66:nth-child(2) .errorlist, #ambassador .col40:nth-child(2) .errorlist, #ambassador .col60:nth-child(2) .errorlist, #ambassador .col43:nth-child(2) .errorlist, #ambassador .col57:nth-child(2) .errorlist, #ambassador #race_info .quotes .avatar:nth-child(2) .errorlist, #race_info .quotes #ambassador .avatar:nth-child(2) .errorlist, #ambassador #race_info .quotes .text:nth-child(2) .errorlist, #race_info .quotes #ambassador .text:nth-child(2) .errorlist, #ambassador #course_page .nav_strip li:nth-child(2) .errorlist, #course_page .nav_strip #ambassador li:nth-child(2) .errorlist, #ambassador .participant_review .date:nth-child(2) .errorlist, .participant_review #ambassador .date:nth-child(2) .errorlist, #ambassador .participant_review .like_dislike:nth-child(2) .errorlist, .participant_review #ambassador .like_dislike:nth-child(2) .errorlist, #ambassador #home .colA:nth-child(2) .errorlist, #home #ambassador .colA:nth-child(2) .errorlist, #ambassador #home .colB:nth-child(2) .errorlist, #home #ambassador .colB:nth-child(2) .errorlist, #ambassador #home .rowA .colA ul:nth-child(2) .errorlist, #home .rowA .colA #ambassador ul:nth-child(2) .errorlist, #ambassador #home .rowA .colB ul:nth-child(2) .errorlist, #home .rowA .colB #ambassador ul:nth-child(2) .errorlist, #ambassador #home .rowB #cause_box .cause_logo:nth-child(2) .errorlist, #home .rowB #cause_box #ambassador .cause_logo:nth-child(2) .errorlist, #ambassador #home .rowB #cause_box .cause_blurp:nth-child(2) .errorlist, #home .rowB #cause_box #ambassador .cause_blurp:nth-child(2) .errorlist, #ambassador #home .rowB #triple_revel .medal:nth-child(2) .errorlist, #home .rowB #triple_revel #ambassador .medal:nth-child(2) .errorlist, #ambassador #home .rowB #triple_revel .triple_blurp:nth-child(2) .errorlist, #home .rowB #triple_revel #ambassador .triple_blurp:nth-child(2) .errorlist, #ambassador #sponsors .signup:nth-child(2) .errorlist, #sponsors #ambassador .signup:nth-child(2) .errorlist, #ambassador #sponsors .title_sponsor_outer:nth-child(2) .errorlist, #sponsors #ambassador .title_sponsor_outer:nth-child(2) .errorlist, #ambassador #sponsors .platinum_sponsor .sponsor_logo:nth-child(2) .errorlist, #sponsors .platinum_sponsor #ambassador .sponsor_logo:nth-child(2) .errorlist, #ambassador #sponsors .gold_sponsor .sponsor_logo:nth-child(2) .errorlist, #sponsors .gold_sponsor #ambassador .sponsor_logo:nth-child(2) .errorlist, #ambassador #sponsors .volunteer_group .sponsor_logo:nth-child(2) .errorlist, #sponsors .volunteer_group #ambassador .sponsor_logo:nth-child(2) .errorlist, #ambassador #sponsors .platinum_sponsor .sponsor_blurp:nth-child(2) .errorlist, #sponsors .platinum_sponsor #ambassador .sponsor_blurp:nth-child(2) .errorlist, #ambassador #sponsors .gold_sponsor .sponsor_blurp:nth-child(2) .errorlist, #sponsors .gold_sponsor #ambassador .sponsor_blurp:nth-child(2) .errorlist, #ambassador #sponsors .volunteer_group .sponsor_blurp:nth-child(2) .errorlist, #sponsors .volunteer_group #ambassador .sponsor_blurp:nth-child(2) .errorlist, #ambassador #sponsors .silver_sponsor:nth-child(2) .errorlist, #sponsors #ambassador .silver_sponsor:nth-child(2) .errorlist, #ambassador #sponsors .bronze_sponsor:nth-child(2) .errorlist, #sponsors #ambassador .bronze_sponsor:nth-child(2) .errorlist, #ambassador #sponsors .vik_sponsor:nth-child(2) .errorlist, #sponsors #ambassador .vik_sponsor:nth-child(2) .errorlist, #ambassador #ambassador_page .field1:nth-child(2) .errorlist, #ambassador_page #ambassador .field1:nth-child(2) .errorlist, #ambassador #ambassador_page .field2:nth-child(2) .errorlist, #ambassador_page #ambassador .field2:nth-child(2) .errorlist, #ambassador #ambassador_list_page .ambassador_list .ambassador:nth-child(2) .errorlist, #ambassador_list_page .ambassador_list #ambassador .ambassador:nth-child(2) .errorlist {
  margin: 15px 0 -15px 0; }
#ambassador .success {
  margin-top: 50px; }

@media only screen and (max-width: 1000px) {
  #ambassador .col:nth-child(2), #ambassador #flyers .flyer:nth-child(2), #flyers #ambassador .flyer:nth-child(2), #ambassador #flyer .description:nth-child(2), #flyer #ambassador .description:nth-child(2), #ambassador #track .colA:nth-child(2), #track #ambassador .colA:nth-child(2), #ambassador #track .text_alerts:nth-child(2), #track #ambassador .text_alerts:nth-child(2), #ambassador .col50:nth-child(2), #ambassador #receipt:nth-child(2), #ambassador #receipt_right:nth-child(2), #ambassador .col33:nth-child(2), #ambassador .col66:nth-child(2), #ambassador .col40:nth-child(2), #ambassador .col60:nth-child(2), #ambassador .col43:nth-child(2), #ambassador .col57:nth-child(2), #ambassador #race_info .quotes .avatar:nth-child(2), #race_info .quotes #ambassador .avatar:nth-child(2), #ambassador #race_info .quotes .text:nth-child(2), #race_info .quotes #ambassador .text:nth-child(2), #ambassador #course_page .nav_strip li:nth-child(2), #course_page .nav_strip #ambassador li:nth-child(2), #ambassador .participant_review .date:nth-child(2), .participant_review #ambassador .date:nth-child(2), #ambassador .participant_review .like_dislike:nth-child(2), .participant_review #ambassador .like_dislike:nth-child(2), #ambassador #home .colA:nth-child(2), #home #ambassador .colA:nth-child(2), #ambassador #home .colB:nth-child(2), #home #ambassador .colB:nth-child(2), #ambassador #home .rowA .colA ul:nth-child(2), #home .rowA .colA #ambassador ul:nth-child(2), #ambassador #home .rowA .colB ul:nth-child(2), #home .rowA .colB #ambassador ul:nth-child(2), #ambassador #home .rowB #cause_box .cause_logo:nth-child(2), #home .rowB #cause_box #ambassador .cause_logo:nth-child(2), #ambassador #home .rowB #cause_box .cause_blurp:nth-child(2), #home .rowB #cause_box #ambassador .cause_blurp:nth-child(2), #ambassador #home .rowB #triple_revel .medal:nth-child(2), #home .rowB #triple_revel #ambassador .medal:nth-child(2), #ambassador #home .rowB #triple_revel .triple_blurp:nth-child(2), #home .rowB #triple_revel #ambassador .triple_blurp:nth-child(2), #ambassador #sponsors .signup:nth-child(2), #sponsors #ambassador .signup:nth-child(2), #ambassador #sponsors .title_sponsor_outer:nth-child(2), #sponsors #ambassador .title_sponsor_outer:nth-child(2), #ambassador #sponsors .platinum_sponsor .sponsor_logo:nth-child(2), #sponsors .platinum_sponsor #ambassador .sponsor_logo:nth-child(2), #ambassador #sponsors .gold_sponsor .sponsor_logo:nth-child(2), #sponsors .gold_sponsor #ambassador .sponsor_logo:nth-child(2), #ambassador #sponsors .volunteer_group .sponsor_logo:nth-child(2), #sponsors .volunteer_group #ambassador .sponsor_logo:nth-child(2), #ambassador #sponsors .platinum_sponsor .sponsor_blurp:nth-child(2), #sponsors .platinum_sponsor #ambassador .sponsor_blurp:nth-child(2), #ambassador #sponsors .gold_sponsor .sponsor_blurp:nth-child(2), #sponsors .gold_sponsor #ambassador .sponsor_blurp:nth-child(2), #ambassador #sponsors .volunteer_group .sponsor_blurp:nth-child(2), #sponsors .volunteer_group #ambassador .sponsor_blurp:nth-child(2), #ambassador #sponsors .silver_sponsor:nth-child(2), #sponsors #ambassador .silver_sponsor:nth-child(2), #ambassador #sponsors .bronze_sponsor:nth-child(2), #sponsors #ambassador .bronze_sponsor:nth-child(2), #ambassador #sponsors .vik_sponsor:nth-child(2), #sponsors #ambassador .vik_sponsor:nth-child(2), #ambassador #ambassador_page .field1:nth-child(2), #ambassador_page #ambassador .field1:nth-child(2), #ambassador #ambassador_page .field2:nth-child(2), #ambassador_page #ambassador .field2:nth-child(2), #ambassador #ambassador_list_page .ambassador_list .ambassador:nth-child(2), #ambassador_list_page .ambassador_list #ambassador .ambassador:nth-child(2) {
    margin-top: 19%; } }
@media only screen and (max-width: 600px) {
  #ambassador .col, #ambassador #flyers .flyer, #flyers #ambassador .flyer, #ambassador #flyer .description, #flyer #ambassador .description, #ambassador #track .colA, #track #ambassador .colA, #ambassador #track .text_alerts, #track #ambassador .text_alerts, #ambassador .col50, #ambassador #receipt, #ambassador #receipt_right, #ambassador .col33, #ambassador .col66, #ambassador .col40, #ambassador .col60, #ambassador .col43, #ambassador .col57, #ambassador #race_info .quotes .avatar, #race_info .quotes #ambassador .avatar, #ambassador #race_info .quotes .text, #race_info .quotes #ambassador .text, #ambassador #course_page .nav_strip li, #course_page .nav_strip #ambassador li, #ambassador .participant_review .date, .participant_review #ambassador .date, #ambassador .participant_review .like_dislike, .participant_review #ambassador .like_dislike, #ambassador #home .colA, #home #ambassador .colA, #ambassador #home .colB, #home #ambassador .colB, #ambassador #home .rowA .colA ul, #home .rowA .colA #ambassador ul, #ambassador #home .rowA .colB ul, #home .rowA .colB #ambassador ul, #ambassador #home .rowB #cause_box .cause_logo, #home .rowB #cause_box #ambassador .cause_logo, #ambassador #home .rowB #cause_box .cause_blurp, #home .rowB #cause_box #ambassador .cause_blurp, #ambassador #home .rowB #triple_revel .medal, #home .rowB #triple_revel #ambassador .medal, #ambassador #home .rowB #triple_revel .triple_blurp, #home .rowB #triple_revel #ambassador .triple_blurp, #ambassador #sponsors .signup, #sponsors #ambassador .signup, #ambassador #sponsors .title_sponsor_outer, #sponsors #ambassador .title_sponsor_outer, #ambassador #sponsors .platinum_sponsor .sponsor_logo, #sponsors .platinum_sponsor #ambassador .sponsor_logo, #ambassador #sponsors .gold_sponsor .sponsor_logo, #sponsors .gold_sponsor #ambassador .sponsor_logo, #ambassador #sponsors .volunteer_group .sponsor_logo, #sponsors .volunteer_group #ambassador .sponsor_logo, #ambassador #sponsors .platinum_sponsor .sponsor_blurp, #sponsors .platinum_sponsor #ambassador .sponsor_blurp, #ambassador #sponsors .gold_sponsor .sponsor_blurp, #sponsors .gold_sponsor #ambassador .sponsor_blurp, #ambassador #sponsors .volunteer_group .sponsor_blurp, #sponsors .volunteer_group #ambassador .sponsor_blurp, #ambassador #sponsors .silver_sponsor, #sponsors #ambassador .silver_sponsor, #ambassador #sponsors .bronze_sponsor, #sponsors #ambassador .bronze_sponsor, #ambassador #sponsors .vik_sponsor, #sponsors #ambassador .vik_sponsor, #ambassador #ambassador_page .field1, #ambassador_page #ambassador .field1, #ambassador #ambassador_page .field2, #ambassador_page #ambassador .field2, #ambassador #ambassador_list_page .ambassador_list .ambassador, #ambassador_list_page .ambassador_list #ambassador .ambassador {
    width: 100%; }
  #ambassador .col:nth-child(2), #ambassador #flyers .flyer:nth-child(2), #flyers #ambassador .flyer:nth-child(2), #ambassador #flyer .description:nth-child(2), #flyer #ambassador .description:nth-child(2), #ambassador #track .colA:nth-child(2), #track #ambassador .colA:nth-child(2), #ambassador #track .text_alerts:nth-child(2), #track #ambassador .text_alerts:nth-child(2), #ambassador .col50:nth-child(2), #ambassador #receipt:nth-child(2), #ambassador #receipt_right:nth-child(2), #ambassador .col33:nth-child(2), #ambassador .col66:nth-child(2), #ambassador .col40:nth-child(2), #ambassador .col60:nth-child(2), #ambassador .col43:nth-child(2), #ambassador .col57:nth-child(2), #ambassador #race_info .quotes .avatar:nth-child(2), #race_info .quotes #ambassador .avatar:nth-child(2), #ambassador #race_info .quotes .text:nth-child(2), #race_info .quotes #ambassador .text:nth-child(2), #ambassador #course_page .nav_strip li:nth-child(2), #course_page .nav_strip #ambassador li:nth-child(2), #ambassador .participant_review .date:nth-child(2), .participant_review #ambassador .date:nth-child(2), #ambassador .participant_review .like_dislike:nth-child(2), .participant_review #ambassador .like_dislike:nth-child(2), #ambassador #home .colA:nth-child(2), #home #ambassador .colA:nth-child(2), #ambassador #home .colB:nth-child(2), #home #ambassador .colB:nth-child(2), #ambassador #home .rowA .colA ul:nth-child(2), #home .rowA .colA #ambassador ul:nth-child(2), #ambassador #home .rowA .colB ul:nth-child(2), #home .rowA .colB #ambassador ul:nth-child(2), #ambassador #home .rowB #cause_box .cause_logo:nth-child(2), #home .rowB #cause_box #ambassador .cause_logo:nth-child(2), #ambassador #home .rowB #cause_box .cause_blurp:nth-child(2), #home .rowB #cause_box #ambassador .cause_blurp:nth-child(2), #ambassador #home .rowB #triple_revel .medal:nth-child(2), #home .rowB #triple_revel #ambassador .medal:nth-child(2), #ambassador #home .rowB #triple_revel .triple_blurp:nth-child(2), #home .rowB #triple_revel #ambassador .triple_blurp:nth-child(2), #ambassador #sponsors .signup:nth-child(2), #sponsors #ambassador .signup:nth-child(2), #ambassador #sponsors .title_sponsor_outer:nth-child(2), #sponsors #ambassador .title_sponsor_outer:nth-child(2), #ambassador #sponsors .platinum_sponsor .sponsor_logo:nth-child(2), #sponsors .platinum_sponsor #ambassador .sponsor_logo:nth-child(2), #ambassador #sponsors .gold_sponsor .sponsor_logo:nth-child(2), #sponsors .gold_sponsor #ambassador .sponsor_logo:nth-child(2), #ambassador #sponsors .volunteer_group .sponsor_logo:nth-child(2), #sponsors .volunteer_group #ambassador .sponsor_logo:nth-child(2), #ambassador #sponsors .platinum_sponsor .sponsor_blurp:nth-child(2), #sponsors .platinum_sponsor #ambassador .sponsor_blurp:nth-child(2), #ambassador #sponsors .gold_sponsor .sponsor_blurp:nth-child(2), #sponsors .gold_sponsor #ambassador .sponsor_blurp:nth-child(2), #ambassador #sponsors .volunteer_group .sponsor_blurp:nth-child(2), #sponsors .volunteer_group #ambassador .sponsor_blurp:nth-child(2), #ambassador #sponsors .silver_sponsor:nth-child(2), #sponsors #ambassador .silver_sponsor:nth-child(2), #ambassador #sponsors .bronze_sponsor:nth-child(2), #sponsors #ambassador .bronze_sponsor:nth-child(2), #ambassador #sponsors .vik_sponsor:nth-child(2), #sponsors #ambassador .vik_sponsor:nth-child(2), #ambassador #ambassador_page .field1:nth-child(2), #ambassador_page #ambassador .field1:nth-child(2), #ambassador #ambassador_page .field2:nth-child(2), #ambassador_page #ambassador .field2:nth-child(2), #ambassador #ambassador_list_page .ambassador_list .ambassador:nth-child(2), #ambassador_list_page .ambassador_list #ambassador .ambassador:nth-child(2) {
    margin-top: 0px; } }
#cause .row_inner {
  max-width: 650px;
  text-align: left; }
#cause .row_content {
  text-align: center; }
#cause .cause_logo {
  float: right;
  width: 50%; }

@media only screen and (max-width: 500px) {
  #cause .cause_logo {
    width: 80%;
    padding: 0 9%;
    float: none; } }
#register_page {
  font-size: 1.1em;
  padding: 0 1%; }
  #register_page h2, #register_page #checkout fieldset legend, #checkout fieldset #register_page legend {
    margin-bottom: 5px; }
  #register_page fieldset {
    border: 0;
    padding: 0;
    margin: 0 0 20px 0; }
  #register_page ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  #register_page .col60 {
    padding-left: 5%; }
  #register_page .col40 {
    color: #888; }
  #register_page .merch_addon, #register_page .ticket_addon {
    background-color: #f0f0f0;
    padding: 1%;
    border-radius: 3px;
    margin: 20px 0; }

#create_team_form td {
  vertical-align: top;
  padding: 5px; }

#team_reg_info td {
  vertical-align: top; }

#registration_includes {
  margin-left: 4% !important; }
  #registration_includes li {
    margin-bottom: 7px; }

.event_fieldset li .cost {
  color: #898989; }

#team_blurp {
  color: #888; }

#race_date .key {
  color: black; }
#race_date .value {
  color: #ff4d00; }

#team_buttons .button, #team_buttons #cart_form .apply_fb_discount, #cart_form #team_buttons .apply_fb_discount {
  width: 42%;
  margin: 5px 2%;
  padding: 5px 0px !important;
  background-color: #ff4d00;
  color: white; }

#cost_table {
  font-size: 1.0rem; }
  #cost_table th {
    color: white;
    background: #cccccc;
    font-weight: normal;
    vertical-align: bottom;
    text-align: right;
    padding: 2px 4px; }
  #cost_table th:nth-child(1) {
    text-align: left; }
  #cost_table td {
    text-align: right;
    vertical-align: top;
    padding: 2px 4px;
    border-bottom: 1px solid #cccccc; }
  #cost_table td:nth-child(1) {
    text-align: left;
    font-size: 0.9em; }

#submit_button {
  margin-top: 30px;
  background-color: #ff4d00;
  color: white; }

.waiver {
  background-color: #444;
  padding: 35px 7px 7px 7px !important;
  position: relative; }
  .waiver legend {
    position: absolute;
    top: 0px;
    left: 7px;
    text-transform: uppercase;
    color: #ff4d00;
    font-size: 1.5em;
    margin-bottom: 5px; }
  .waiver .waiver_text {
    background-color: white;
    height: 200px;
    overflow: auto;
    font-size: 0.7em;
    padding: 7px; }

#team_info label {
  color: #ff4d00; }

#register_page .notification_box {
  background-color: #eee;
  margin: 20px 0;
  padding: 20px; }

@media only screen and (max-width: 700px) {
  #register_page {
    text-align: center; }
    #register_page .col60 {
      text-align: left;
      width: 80%;
      padding: 0;
      padding-top: 30px; }
    #register_page .col40 {
      text-align: left;
      width: 80%; } }
@media only screen and (max-width: 500px) {
  #register_page .col60, #register_page .col40 {
    width: 100%; } }
@media only screen and (max-width: 400px) {
  #register_page {
    font-size: 1.0em; } }
@media only screen and (max-width: 320px) {
  #team_buttons .button, #team_buttons #cart_form .apply_fb_discount, #cart_form #team_buttons .apply_fb_discount {
    width: 60%; } }
#coaching_signup_fieldset .description {
  font-size: 0.8em;
  padding-left: 1%; }
#coaching_signup_fieldset p.inline_block {
  margin-top: 0; }

.add_record_dialog .record_duration input {
  width: 60px !important;
  text-align: right; }
.add_record_dialog .record_distance input {
  width: 100px !important; }
.add_record_dialog .error {
  visibility: hidden;
  font-weight: bold; }
.add_record_dialog .visible {
  visibility: visible !important; }

.training .col50:first-child, .training #receipt:first-child, .training #receipt_right:first-child {
  padding-right: 20px; }
.training .col50:last-child, .training #receipt:last-child, .training #receipt_right:last-child {
  padding-left: 20px; }
.training .nyc ul, .training .nyc li {
  list-style-type: disc; }
.training td, .training th {
  background-clip: padding-box; }
.training .pace_time_ul li {
  margin: 5px 0; }
.training .hhmmss {
  width: 60px !important;
  text-align: right; }
.training #center_dashboard .colA {
  margin-right: 1%; }
.training .thread_center {
  max-height: 400px;
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin: 0;
  padding: 0; }
  .training .thread_center .messages {
    maring: 0;
    padding: 0; }
  .training .thread_center .reply_to_tr {
    display: none; }
    .training .thread_center .reply_to_tr textarea {
      height: 200px; }
  .training .thread_center .reply_to_icon {
    position: absolute;
    right: 0;
    top: 0; }
  .training .thread_center .subject_line {
    background-color: #ddd;
    font-weight: bold;
    padding: 5px; }
  .training .thread_center .thread_li {
    position: relative;
    border-top: 2px solid #bbb; }
  .training .thread_center .message_date {
    text-align: right;
    color: #aaa; }
  .training .thread_center .avatar {
    width: 20%;
    background-color: #eee;
    vertical-align: top;
    text-align: center;
    padding: 5px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    .training .thread_center .avatar img {
      border-radius: 100%;
      width: 80%; }
  .training .thread_center .message {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    width: 80%; }
.training #resource_library_container .resource_library_inner_container {
  max-height: 400px;
  overflow: auto;
  padding-left: 2.5%;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }
.training #resource_library_container h4 {
  margin: 10px 0 0 0; }
.training #resource_library_container h5 {
  margin: 5px 0 0 0;
  font-size: 1.2em; }
.training #resource_library_container .resource_category .icon {
  vertical-align: middle; }
.training .thumb.small {
  max-width: 20px; }
.training .td_num {
  text-align: right; }
.training .table_scroll {
  border: 1px solid #888;
  max-height: 300px;
  overflow: auto; }
.training #coaches_messages_table {
  width: 100%; }
  .training #coaches_messages_table .compose_icon {
    vertical-align: bottom; }
  .training #coaches_messages_table .thread_tr > td {
    border-top: 2px solid #bbb;
    vertical-align: top;
    padding: 0 5px; }
  .training #coaches_messages_table .nowrap {
    white-space: nowrap; }
  .training #coaches_messages_table .thread_headers > th {
    text-align: center;
    background-color: #eee; }
  .training #coaches_messages_table .messages_container > tr > td {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .training #coaches_messages_table .headers_td {
    border-right: 1px solid #eee; }
.training #coaches_participants select {
  padding: 0; }
.training #coaches_participants .table_scroll {
  max-height: 400px; }
  .training #coaches_participants .table_scroll td:first-child {
    background-color: #eee; }
.training #coaches_participants .header .colB {
  margin-top: 40px; }
.training fieldset {
  background: #e8e8e8;
  color: black;
  border: 0;
  border-radius: 0;
  padding: 2.5%;
  font-size: 1.2em;
  margin-top: 18.75px; }
  .training fieldset legend {
    float: left;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em; }
  .training fieldset #id_plan {
    max-width: 250px; }
.training .inline_block {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px; }
@media print {
  .training .noprint {
    display: none; } }
@media print {
  .training #calendar_title {
    display: none; } }
.training .calendar {
  width: 100%; }
  .training .calendar .action_bar {
    text-align: right; }
    .training .calendar .action_bar button {
      background: #ddd;
      color: black;
      border: 0;
      padding: 4px 10px;
      margin: 5px 0 5px 10px; }
  .training .calendar .carrot {
    text-align: center; }
    .training .calendar .carrot img {
      width: 24px; }
  .training .calendar #blank_week, .training .calendar #blank_week2 {
    display: none; }
  .training .calendar .workout_type_select {
    padding: 0; }
  .training .calendar .workout_list {
    padding: 5px 0 0 0;
    margin: 0; }
    .training .calendar .workout_list .icon {
      width: 16px; }
  .training .calendar .workout_type {
    font-weight: bold; }
  .training .calendar .calendar_td, .training .calendar .weekly_total {
    border: 2px solid #bbb; }
  .training .calendar .planned td {
    border-left: 2px solid #bbb;
    border-right: 2px solid #bbb;
    border-top: 2px solid #bbb;
    border-bottom: 0; }
  .training .calendar .actual td {
    border-left: 2px solid #bbb;
    border-right: 2px solid #bbb;
    border-bottom: 2px solid #bbb;
    border-top: 0;
    background-color: #f8f8f8;
    border-top: 1px solid #eee; }
    @media print {
      .training .calendar .actual td {
        -webkit-print-color-adjust: exact; } }
  .training .calendar th {
    height: 40px;
    border-left: 2px solid #bbb;
    border-right: 2px solid #bbb;
    text-align: center;
    background-color: #ddd !important; }
    @media print {
      .training .calendar th {
        border: 2px solid #bbb !important;
        -webkit-print-color-adjust: exact; } }
  .training .calendar .weekly_total {
    padding-top: 24px;
    text-align: center; }
  .training .calendar .week_title_container {
    background-color: #ddd !important;
    border-left: 2px solid #bbb;
    border-top: 2px solid #bbb;
    border-bottom: 2px solid #bbb; }
    @media print {
      .training .calendar .week_title_container {
        -webkit-print-color-adjust: exact; } }
  .training .calendar .calendar_td, .training .calendar .weekly_total {
    vertical-align: top; }
  .training .calendar .planned .today {
    border-left: 3px solid #ff4d00;
    border-right: 3px solid #ff4d00;
    border-top: 3px solid #ff4d00; }
  .training .calendar .actual .today {
    border-left: 3px solid #ff4d00;
    border-right: 3px solid #ff4d00;
    border-bottom: 3px solid #ff4d00; }
  .training .calendar .calendar_td {
    width: 14.1%;
    min-width: 120px;
    vertical-align: top; }
    .training .calendar .calendar_td select {
      max-width: 120px; }
    .training .calendar .calendar_td .padding {
      background-color: #ddd; }
    .training .calendar .calendar_td .selected {
      outline: 4px solid blue; }
      @media print {
        .training .calendar .calendar_td .selected {
          outline: 0; } }
    .training .calendar .calendar_td .event {
      background-color: #ff4d00;
      color: white; }
    .training .calendar .calendar_td .calendar_box {
      width: 100%;
      min-height: 90px; }
      @media print {
        .training .calendar .calendar_td .calendar_box {
          min-height: 50px; } }
      .training .calendar .calendar_td .calendar_box .calendar_day {
        text-align: right;
        font-weight: bold;
        font-size: 0.9em; }
      .training .calendar .calendar_td .calendar_box .resources, .training .calendar .calendar_td .calendar_box .emails {
        padding: 0;
        margin: 0; }
        .training .calendar .calendar_td .calendar_box .resources li, .training .calendar .calendar_td .calendar_box .emails li {
          display: inline-block; }
          .training .calendar .calendar_td .calendar_box .resources li .subject, .training .calendar .calendar_td .calendar_box .resources li .message, .training .calendar .calendar_td .calendar_box .emails li .subject, .training .calendar .calendar_td .calendar_box .emails li .message {
            display: none; }
      .training .calendar .calendar_td .calendar_box .locations {
        padding: 0;
        margin: 0;
        list-style-type: none;
        font-size: 0.9em; }
        .training .calendar .calendar_td .calendar_box .locations .icon {
          width: 16px; }
        .training .calendar .calendar_td .calendar_box .locations a {
          font-weight: normal !important; }
      .training .calendar .calendar_td .calendar_box .attach_resource_icon, .training .calendar .calendar_td .calendar_box .attach_email_icon {
        visibility: hidden; }
      .training .calendar .calendar_td .calendar_box .edit_icons {
        visibility: hidden;
        line-height: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.75);
        padding: 3px; }
        .training .calendar .calendar_td .calendar_box .edit_icons .icon {
          width: 15px; }
      .training .calendar .calendar_td .calendar_box .workout_segment {
        cursor: pointer; }
      .training .calendar .calendar_td .calendar_box .workout_list, .training .calendar .calendar_td .calendar_box .record_list {
        margin: 0;
        padding: 0; }
        .training .calendar .calendar_td .calendar_box .workout_list li, .training .calendar .calendar_td .calendar_box .record_list li {
          border-top: 1px dotted #ccc;
          border-bottom: 1px dotted #ccc;
          cursor: pointer; }
        .training .calendar .calendar_td .calendar_box .workout_list li:first-child, .training .calendar .calendar_td .calendar_box .record_list li:first-child {
          border-top: 0; }
        .training .calendar .calendar_td .calendar_box .workout_list li:last-child, .training .calendar .calendar_td .calendar_box .record_list li:last-child {
          border-bottom: 0; }
    .training .calendar .calendar_td .calendar_box:hover .edit_icons {
      visibility: visible; }
    .training .calendar .calendar_td .calendar_box:hover .attach_resource_icon, .training .calendar .calendar_td .attach_email_icon {
      visibility: visible; }
    .training .calendar .calendar_td .workout {
      padding: 4px; }
      .training .calendar .calendar_td .workout .icon_bar {
        height: 16px;
        text-align: right; }
        @media print {
          .training .calendar .calendar_td .workout .icon_bar {
            display: none; } }
  .training .calendar .calendar_td:hover .icon {
    visibility: visible !important; }
  .training .calendar .rotate {
    white-space: nowrap;
    text-align: center;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    width: 30px; }
  .training .calendar .week_title {
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    width: 40px; }
.training .responsive_table {
  width: 100%; }
.training #training_plans_list {
  max-height: 400px;
  overflow: auto;
  border: 1px solid #bbb; }
.training #questionnaires td, .training #questionnaires th, .training #training_plans td, .training #training_plans th, .training #participant_table td, .training #participant_table th {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 5px 10px;
  vertical-align: top; }
.training #questionnaires th, .training #training_plans th, .training #participant_table th {
  background-color: #eee; }
@media screen and (max-width: 900px) {
  .training #questionnaires .not_important, .training #training_plans .not_important, .training #participant_table .not_important {
    display: none; } }
.training .waiver {
  padding: 35px 0px 7px 0px !important;
  position: relative; }
  .training .waiver legend {
    padding: 0;
    margin: 0 0 5px 0;
    left: 0;
    color: #ff4d00;
    font-weight: normal;
    text-transform: none;
    font-size: 1.0em;
    text-transform: uppercase; }
  .training .waiver .waiver_text {
    background-color: white;
    height: 200px;
    overflow: auto;
    font-size: 0.7em;
    padding: 7px; }
.training .dashboard h3 {
  margin-bottom: 0; }
.training #center_questionnaires {
  margin-top: 20px; }
  .training #center_questionnaires select {
    padding: 0; }
.training .questionnaire {
  max-width: 700px; }
  .training .questionnaire .question {
    margin: 30px 0;
    list-style-type: decimal; }
    .training .questionnaire .question textarea {
      height: 120px; }
.training #questionnaire_form, .training #training_plan_form {
  max-width: 700px; }
  .training #questionnaire_form #questions, .training #questionnaire_form #questions > li, .training #training_plan_form #questions, .training #training_plan_form #questions > li {
    list-style-type: decimal; }
  .training #questionnaire_form #questions ul li, .training #training_plan_form #questions ul li {
    margin-bottom: 10px; }
  .training #questionnaire_form .question_form, .training #training_plan_form .question_form {
    border-bottom: 1px solid #bbb;
    margin: 0 0 20px 0; }
  .training #questionnaire_form #id_notes, .training #training_plan_form #id_notes {
    height: 120px; }
  .training #questionnaire_form #id_owners, .training #training_plan_form #id_owners {
    min-width: 50%; }
.training #coaching_nav {
  margin: 0;
  padding: 0;
  text-align: center; }
  .training #coaching_nav select {
    padding: 0; }
  .training #coaching_nav li {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    border-left: 1px solid #898989; }
    .training #coaching_nav li a {
      color: #898989; }
    .training #coaching_nav li a.selected, .training #coaching_nav li a:hover {
      color: #ff4d00; }
  .training #coaching_nav li:first-child {
    border-left: 0; }
.training .icon {
  width: 18px; }
.training .subpage_title {
  display: none; }
.training .profile select {
  padding: 0; }
.training .profile .legend {
  padding: 10px 0 0 5px; }
.training .profile .editable {
  display: inline-block;
  width: 100%;
  max-width: 700px;
  min-height: 24px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #bbb;
  margin: 5px 0px;
  padding: 5px 10px;
  box-sizing: border-box; }
.training .profile .click_to_edit_instructions {
  font-style: italic;
  font-size: 0.75em;
  color: #888; }
.training .profile input[type=text] {
  width: 100% !important;
  max-width: 700px !important;
  margin: 0 !important; }
.training .profile .profile_container {
  padding: 3%; }
.training .profile .profile_photo_container {
  text-align: center;
  padding: 3%; }
.training .profile .profile_photo {
  max-width: 250px;
  width: 80%;
  margin-top: 20px; }
.training .profile .bio {
  white-space: pre-wrap; }
  .training .profile .bio textarea {
    height: 200px; }
@media screen and (max-width: 1000px) {
  .training .col50, .training #receipt, .training #receipt_right {
    width: 100%;
    padding: 2% 10% !important;
    text-align: left; }
  .training .training_content {
    text-align: center; } }

#pacer_page #pacer_header {
  text-align: right;
  font-size: 1.2em; }
#pacer_page .pacer_list {
  display: flex;
  flex-wrap: wrap; }
#pacer_page .pacer_time {
  font-weight: bold;
  margin-top: 20px; }
#pacer_page .pacer {
  text-align: center;
  margin: 0 10px 0 0; }
#pacer_page .pacer .avatar {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 6px solid #ff4d00; }
#pacer_page #apply_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
#pacer_page #apply_container > div {
  width: 45%; }
@media screen and (max-width: 1000px) {
  #pacer_page #apply_container > div {
    padding: 0 2%; } }
@media screen and (max-width: 700px) {
  #pacer_page #apply_container > div {
    width: 95%;
    justify-content: center; } }
#pacer_page #avatar {
  min-width: 200px;
  width: 200px;
  height: 200px;
  border: 6px solid #ff4d00;
  margin: 0 20px 20px 0; }
#pacer_page .prev_next {
  text-align: center;
  clear: both;
  margin-top: 30px; }
#pacer_page #pacer {
  display: flex; }
@media screen and (max-width: 400px) {
  #pacer_page #pacer {
    display: flex;
    flex-direction: column;
    align-items: center; }
  #pacer_page #pacer_info {
    width: 90%; } }
#pacer_page #portal_page .photo_filename {
  max-width: 100%; }
#pacer_page #portal_page #pacer_portal_header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
#pacer_page #portal_page #pacer_portal_header > div {
  padding-bottom: 20px; }
#pacer_page #portal_page .icon {
  max-width: 14px;
  vertical-align: middle; }
#pacer_page #portal_page .ancillary_data {
  display: none; }
#pacer_page #portal_page .lastname {
  position: relative; }
#pacer_page #portal_page .expand {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #444;
  white-space: nowrap;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-radius: 4px 4px 0 0;
  padding: 0 5px;
  background-color: rgba(0, 0, 0, 0.125); }
#pacer_page #portal_page .data_row {
  border-top: 1px solid #999; }
#pacer_page #portal_page #pacers {
  width: 100%;
  position: relative; }
#pacer_page #portal_page .time_slot {
  background-color: #eee;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb; }
#pacer_page #portal_page .time_slot td, #pacer_page #portal_page .empty td {
  padding: 5px 0; }
#pacer_page #portal_page .status_Applied {
  background-color: #ffffdd; }
#pacer_page #portal_page .status_Accepted {
  background-color: #ddffdd; }
#pacer_page #portal_page .status_Rejected {
  background-color: #ffdddd; }
#pacer_page #portal_page .indent {
  width: 50px; }
#pacer_page #portal_page .avatar {
  width: 50px;
  height: 50px;
  margin: 5px; }
#pacer_page #portal_page .cropperjs_img {
  max-width: 100%; }
#pacer_page #portal_page .cropperjs_container {
  text-align: center; }
#pacer_page #portal_page .button_bar {
  text-align: center; }
#pacer_page #portal_page textarea.editable_input {
  display: block; }
#pacer_page #portal_page [data-widget="textarea"] {
  white-space: pre-wrap; }
#pacer_page #portal_page .mobile {
  display: none; }
@media screen and (max-width: 750px) {
  #pacer_page #portal_page .responsive_table thead {
    display: none; }
  #pacer_page #portal_page .responsive_table tr {
    border-top: 1px solid #eee; }
  #pacer_page #portal_page .responsive_table .photo {
    display: block;
    float: left; }
  #pacer_page #portal_page .responsive_table blockquote {
    min-height: 20px; }
  #pacer_page #portal_page .responsive_table .status, #pacer_page #portal_page .responsive_table .notes, #pacer_page #portal_page .responsive_table .pacer_time_slot {
    display: block; }
  #pacer_page #portal_page .responsive_table .firstname, #pacer_page #portal_page .responsive_table .lastname {
    font-weight: bold; }
  #pacer_page #portal_page .responsive_table td {
    display: inline-block;
    padding: 2px 4px 2px 0; }
  #pacer_page #portal_page .responsive_table .mobile {
    display: inline; }
  #pacer_page #portal_page .lastname {
    position: static; }
  #pacer_page #portal_page .data_row {
    position: relative;
    display: block; } }

body, .font_normal, #course_page .course_info .desc h3, .accent_font, #course_page .course_info h2, #course_page .course_info #checkout fieldset legend, #checkout fieldset #course_page .course_info legend {
  font-family: 'Futura', Arial, Helvetica, sans-serif; }

h1 {
  color: #ff4d00; }

h2, #checkout fieldset legend {
  color: #ff4d00;
  background-color: inherit;
  font-weight: normal;
  font-size: 1.75rem;
  padding: 0; }

h3 {
  background-color: #ff4d00;
  color: white;
  padding-left: 2%;
  padding-top: 7px;
  padding-bottom: 7px; }

h4 {
  color: #707070;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 150%;
  padding: 0px; }

a {
  text-decoration: none;
  color: #ff4d00; }

.button, #cart_form .apply_fb_discount {
  padding: 4px 10px;
  box-shadow: -2px 2px 0px rgba(0, 0, 0, 0.5);
  font-weight: normal;
  cursor: pointer; }
  .button.color1, #cart_form .color1.apply_fb_discount, #course_page .course_info .button, #course_page .course_info #cart_form .apply_fb_discount, #cart_form #course_page .course_info .apply_fb_discount {
    background-color: #ff4d00;
    color: white; }
  .button.color2, #cart_form .color2.apply_fb_discount {
    background-color: #898989;
    color: white; }
  .button.big, #cart_form .big.apply_fb_discount {
    width: 60%;
    font-size: 1.5em; }

/* Navs */
#nav0 {
  background-color: #ebebeb;
  border-bottom: 2px solid #ff4d00; }
  #nav0 a {
    color: #707070;
    text-decoration: none; }
  #nav0 #scart_button {
    color: white;
    box-shadow: none;
    border-radius: 3px; }

#nav1 {
  position: absolute;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  height: 60px; }
  #nav1 .menu_ul > li > a {
    color: white; }
    #nav1 .menu_ul > li > a:hover {
      color: #ff4d00; }

#header {
  position: relative; }

#locations_menu {
  padding: 1px 0;
  background-color: #ff4d00; }
  #locations_menu li {
    box-shadow: -1px 1px 0 #888;
    margin: 10px;
    padding: 8px 10px;
    background-color: white;
    text-shadow: none; }
    #locations_menu li .event {
      color: black;
      white-space: nowrap;
      font-size: 1.2em;
      text-transform: uppercase; }
    #locations_menu li .location, #locations_menu li .date, #locations_menu li .coming_soon {
      color: #888;
      font-size: 0.8em; }
    #locations_menu li:hover .event, #locations_menu li:hover .location, #locations_menu li:hover .date, #locations_menu li:hover .coming_soon {
      color: #ff4d00; }

.hamburger_menu_a {
  display: inline-block;
  width: 100%; }

.hamburger_menu_li {
  display: list-item !important;
  text-align: left !important;
  border-top: 1px solid #ce3f02;
  margin: 0 !important;
  padding: 0 0 0 2% !important; }

.hamburger_menu_ul {
  float: none !important;
  display: block !important;
  clear: both;
  padding: 10px 0 0 0 !important;
  margin: 0 !important; }

.hamburger_menu_row_inner {
  height: auto !important; }

.hamburger_menu_expanded {
  height: auto !important;
  position: static !important;
  background: #ff4d00 !important;
  background-image: url("/files/rev/imgs/menu_bg.png") !important;
  background-size: 100% !important;
  background-repeat: repeat-y !important;
  padding-bottom: 13px; }

.header2 {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative; }
  .header2 .row_content {
    height: 100%;
    position: relative; }

#nav2 {
  margin: 10px 0px; }
  #nav2 .row_content {
    background-color: #e1e1e1; }
  #nav2 ul li a {
    color: #888888; }
    #nav2 ul li a img {
      background-color: #888; }
  #nav2 ul li:hover a, #nav2 ul li .current {
    color: #ff4d00; }
    #nav2 ul li:hover a img, #nav2 ul li .current img {
      background-color: #ff4d00; }
  #nav2 .current img {
    background-color: #ff4d00; }

@media screen and (max-width: 700px) {
  #nav3 .row_content table #content_col {
    padding-top: 50px; } }
#nav3 #nav3_content h1 {
  margin: 0; }

#nav3_menu ul a {
  color: #888888; }
  #nav3_menu ul a:hover {
    color: #ff4d00; }

#subpage:not(.blog) #nav3_menu #nav3_titlebar h2, #subpage:not(.blog) #nav3_menu #nav3_titlebar #checkout fieldset legend, #checkout fieldset #subpage:not(.blog) #nav3_menu #nav3_titlebar legend {
  color: white; }

.button_bar {
  text-align: center; }

#scart_button {
  background-color: #ff4d00; }

.notification_box {
  color: black;
  border-radius: 3px;
  border: 1px solid #ff4d00;
  padding: 1%; }

.error_box {
  color: red;
  border: 1px solid red;
  border-radius: 3px;
  padding: 1%; }

.error {
  color: red; }

#login_form {
  text-align: center;
  margin: 20px 0; }
  #login_form fieldset {
    text-align: left; }

#register_now {
  position: fixed;
  z-index: 1001;
  right: 0;
  bottom: 0;
  text-align: right;
  white-space: nowrap; }
  #register_now .button, #register_now #cart_form .apply_fb_discount, #cart_form #register_now .apply_fb_discount {
    position: relative;
    z-index: 1002;
    box-shadow: none;
    padding: 0;
    vertical-align: bottom;
    margin: 0; }
  #register_now .selection {
    vertical-align: bottom;
    background-color: #ff4d00;
    padding: 10px 10px 10px 10px;
    margin: 0 0 0 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    text-align: left; }
    #register_now .selection h5 {
      color: white;
      text-align: center;
      padding: 0 0 0 0;
      margin: 0;
      font-weight: normal;
      font-size: 1.2em; }
    #register_now .selection ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      #register_now .selection ul li {
        background-color: white;
        padding: 5px 10px;
        margin: 10px 0 0 0;
        box-shadow: -1px 1px 1px #888; }
        #register_now .selection ul li a {
          color: black;
          text-decoration: none; }
        #register_now .selection ul li .title {
          text-transform: uppercase;
          font-size: 1.5em; }
        #register_now .selection ul li .date {
          color: #898989;
          font-size: 0.8em; }

#rss_list a {
  color: #898989; }
#rss_list .selected {
  color: #ff4d00; }
  #rss_list .selected ul {
    color: initial; }

@media only screen and (max-width: 1000px) {
  .header2 {
    height: 0; }
    .header2 .row_content {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%; } }
@media only screen and (max-width: 500px) {
  #register_now .button img, #register_now #cart_form .apply_fb_discount img, #cart_form #register_now .apply_fb_discount img {
    width: 10vw; }

  h1 {
    font-size: 2.0em; } }
@media only screen and (max-width: 380px) {
  #register_now .selection ul li .title {
    font-size: 1.2em; } }
@media only screen and (max-width: 300px) {
  h1 {
    font-size: 1.5em; } }
@media only screen and (min-width: 816px) {
  #locations_submenu:hover #locations_button, #locations_submenu.clicked #locations_button {
    color: #ff4d00; } }
@media only screen and (max-width: 815px) {
  #locations_submenu.clicked #locations_menu {
    background-color: grey;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5); }
  #locations_submenu.clicked #locations_button {
    color: #ff4d00; } }
#footer {
  background-color: #898989;
  color: white;
  margin: 5% 0 0 0; }
  #footer .sponsors img {
    background-color: white; }
    #footer .sponsors img:hover {
      background-color: #ff4d00; }
  #footer .social_links img:hover {
    background-color: #ff4d00; }
  #footer h4 {
    color: white; }
  #footer #announcement_list #subscribe {
    color: black; }
  #footer #announcement_list .button, #footer #announcement_list #cart_form .apply_fb_discount, #cart_form #footer #announcement_list .apply_fb_discount {
    background: #ebebeb;
    color: #898989; }
  #footer #bottom_nav .bottom_nav .nav_footer a {
    color: white; }
    #footer #bottom_nav .bottom_nav .nav_footer a:hover {
      color: #ff4d00; }

#course_page .nav_strip li button {
  height: auto; }

#lost_and_found .photo.selected {
  border: 2px solid #ff4d00; }
  #lost_and_found .photo.selected .checkbox {
    background: #ff4d00; }
#lost_and_found .expander {
  border-top: 10px #ff4d00 solid; }
#lost_and_found .open.expander {
  border-bottom: 10px #ff4d00 solid;
  border-top: none; }

#results_menu_top {
  margin-top: -55px;
  margin-bottom: 40px; }
  @media screen and (max-width: 900px) {
    #results_menu_top {
      margin-top: 0;
      text-align: center; } }

@media screen and (max-width: 900px) {
  .results_menu {
    text-align: center; } }
#results_menu_bottom {
  margin-top: 50px; }

.results #filter .pager {
  color: white; }

#coaches_nav {
  margin-top: -15px; }

.training .col50:first-child, .training #receipt:first-child, .training #receipt_right:first-child {
  padding-right: 2%;
  color: #555; }
  @media screen and (max-width: 1000px) {
    .training .col50:first-child, .training #receipt:first-child, .training #receipt_right:first-child {
      padding-left: 2%; } }
.training .col50:last-child, .training #receipt:last-child, .training #receipt_right:last-child {
  padding-left: 2%;
  color: #555; }
  @media screen and (max-width: 1000px) {
    .training .col50:last-child, .training #receipt:last-child, .training #receipt_right:last-child {
      padding-right: 2%; } }

@media print {
  #register_now, #footer, #nav0, .menu_ul, .menu, #coaching_nav, #calendar_footer, .carrot img, #nav2 {
    display: none !important; }

  #nav1 {
    background-color: #ddd !important;
    position: static; }

  #nav1, #subpage_header {
    display: inline-block !important;
    width: auto;
    height: auto; }

  #subpage_header {
    background: none !important; }

  .row_content {
    width: auto; }

  h1 {
    color: black !important;
    margin: 0;
    font-size: 2.0em !important;
    text-transform: none; }

  h3 {
    background-color: none;
    color: black !important;
    padding: 0; } }
.quote_box {
  padding: 15px 30px;
  background-color: #ff4d00;
  color: white; }
  .quote_box h2, .quote_box #checkout fieldset legend, #checkout fieldset .quote_box legend {
    color: white;
    margin: 0 65px 0 0;
    padding: 0; }
  .quote_box h4 {
    color: white;
    margin: 0 65px 0 0;
    padding: 0; }
  .quote_box .quotes {
    position: relative; }
    .quote_box .quotes .nav {
      position: absolute;
      top: -30px;
      right: 0; }
      .quote_box .quotes .nav img {
        margin-left: 10px;
        width: 25px; }
    .quote_box .quotes li {
      padding-top: 15px; }
      .quote_box .quotes li .avatar {
        width: 20%; }
        .quote_box .quotes li .avatar img {
          width: 100%; }
      .quote_box .quotes li .text {
        font-size: 1.2em;
        width: 78%;
        padding-left: 2%; }
        .quote_box .quotes li .text .words {
          padding-left: 15px; }
        .quote_box .quotes li .text .signature {
          color: #464646; }

#nav1 {
  background-color: rgba(0, 0, 0, 0.15); }

#nav1.row {
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }

#nav2 ul {
  border-bottom: 1px solid #CCC; }

#event_header2 {
  height: 200px;
  background-position: 50% 27.5%; }
  #event_header2 .race_name {
    color: #ff4d00; }

#event_header2.event_home {
  height: 385px;
  background-position: center bottom; }
  #event_header2.event_home .race_name {
    color: white; }

#event_header2 {
  background-image: url("/files/rmc/imgs/header3.jpg"); }
  #event_header2 .race_name {
    position: absolute;
    font-size: 5.0em;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 20px;
    right: 60px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6); }
    #event_header2 .race_name img {
      max-width: 86%; }

@media only screen and (max-width: 1000px) {
  #event_header2.event_home {
    padding-top: 38.5% !important; }
    #event_header2.event_home .race_name {
      bottom: 8% !important; }

  #event_header2 {
    padding-top: 20%; }
    #event_header2 .race_name {
      bottom: 1% !important;
      line-height: 0.75em; }

  #event_header2 {
    height: 0 !important; }
    #event_header2 .race_name {
      right: 8% !important; } }
@media only screen and (max-width: 600px) {
  #event_header2 {
    padding-top: 30%; }
    #event_header2 .race_name {
      font-size: 4em;
      bottom: 0; }
      #event_header2 .race_name img {
        width: 86%; } }
@media only screen and (max-width: 550px) {
  #event_header2 .race_name {
    font-size: 3em; } }
@media only screen and (max-width: 500px) {
  #event_header2 .race_name {
    font-size: 2em; } }
@media only screen and (max-width: 425px) {
  #event_header2 {
    padding-top: 30%; } }
@media only screen and (max-width: 300px) {
  #event_header2 .race_name {
    font-size: 1.5em; } }

/*# sourceMappingURL=master2.css.map */
