#page-menu-wrap {
  background-color: #282828;
}

.half-blue {
  color: #183a69;
}

#page-menu nav li a {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Titillium Web";
}

#section-questions ul li i {
  color: #c42026;
}

.half-bg-color {
  background-color: #c42026;
}

.half-color {
  color: #c42026;
}

#countdown div span {
  display: block;
  margin-top: 7px;
  font-size: 20px;
  font-family: 'pf_dindisplay_proregular';
}

#countdown .text-countdown {
  margin-top: 2px;
}

#countdown div {
  width: 60px;
  height: 50px;
  margin-right: 5px;
}

#countdown .text-countdown {
  font-size: 15px;
  text-transform: uppercase;
  opacity: 0.8;
}

.btn-haf {
  font-size: 21px;
  color: white;
  text-transform: uppercase;
  line-height: 1.875;
  text-shadow: 0.454px 0.891px 0px rgba(255, 255, 255, 0.37);
  z-index: 272;
  background: #3d5a81;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #3d5a81), color-stop(46%, #3d5a81), color-stop(95%, #193b6a));
  background: linear-gradient(to bottom, #3d5a81 1%, #3d5a81 46%, #193b6a 95%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d5a81', endColorstr='#193b6a', GradientType=0);
  /* IE6-9 */
  padding: 6px 50px;
}

.btn-haf:hover {
  color: white;
}

body.half #section-partners img {
  max-width: 100%;
}

/* Half Page - Section Main
-----------------------------------------------------------------*/
.bullet li::before {
  color: #c42026;
}

/* Half Page - Section Race Information
-----------------------------------------------------------------*/
#section-race-information .toggle {
  max-width: 660px;
}

.togglet.togglet-border.toggleta {
  border: none;
}

.togglec {
  border-bottom: 1px solid #c42026;
}

.toggle .togglec {
  padding: 10px 8px 20px 10px;
}

/* Half Page - Section Awards
-----------------------------------------------------------------*/
.awards-section-right-container {
  max-width: 450px;
}

.list-group-item {
  padding: 12px 15px 12px 45px;
  border: none;
  background-color: transparent;
}

.list-group-item.active {
  background-color: #da242a;
}

#section-results .list-group-item i {
  display: none;
  position: absolute;
  left: 7px;
  font-weight: 100;
  font-size: 30px;
}

.list-group-item.active i {
  display: inline-block !important;
}

#section-results table thead tr th:nth-child(2n+2) {
  background-color: #b01c22 !important;
}

#section-results table thead tr th:nth-child(2n+1) {
  background-color: #c62026 !important;
}

#section-results table thead tr th {
  font-size: 16px;
  font-family: "Titillium Web",sans-serif;
  color: #FFF;
}

#section-results table > tbody > tr:nth-child(2n+2) {
  background-color: #f9f9f9;
}

#section-results table > tbody > tr:nth-child(2n+1) {
  background-color: #FFF;
}

#section-results table > tbody > tr > td {
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

#section-results table > tbody > tr > td:last-child {
  border-right: 1px solid #ebebeb;
}

#section-results .tab-content {
  max-width: 650px;
}

.g-recaptcha div {
  margin: 0 auto;
}

#section-organizers {
  background-image: url("https://cdn.armeniamarathon.org/half/map_organizers.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #b41e24;
}

#section-organizers hr {
  background-color: #FFF !important;
}

.readmore {
  color: #FFF;
}

.pointer {
  cursor: pointer;
}

.collapse-style {
  padding-left: 30px;
  border-left: solid 1px #FFF;
  margin-left: 10px;
}

h4.collapsed {
  border-bottom: 1px solid #FFF;
}

.full-width {
  width: 100%;
}

.volunteer_form textarea {
  color: #000;
}

.results-distance {
  width: 180px;
  display: inline-block;
}

.volunteer_form {
  border-color: #c42026;
}

.spring .volunteer_form .button {
  background-color: #c42026;
}

.checkbox-style:checked + .checkbox-style-3-label::before, .radio-style:checked + .radio-style-3-label::before {
  background: #c42026 !important;
}
.tshirtsize-row, .kid-run{
  display: none;
}
@media (min-width: 992px) {
  #page-menu .menu-title {
    display: none;
  }
  #page-menu nav {
    width: 100%;
  }
  #page-menu nav ul {
    display: table;
    width: 100%;
  }
  #page-menu nav li {
    display: table-cell;
    float: none;
  }
  #page-menu nav li:after {
    content: "";
    position: absolute;
    right: 4px;
    top: 16px;
    height: 15px;
    width: 2px;
    background: #FFF;
  }
  #page-menu nav li:last-child:after {
    display: none;
  }
  .half-countdown {
    position: absolute;
    right: 40px;
    top: 20px;
    margin: auto;
  }
}

@media (max-width: 767.98px) {
  .awards-section-right-container {
    max-width: none;
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  #page-menu nav {
    background-color: #282828;
  }
  #page-menu .menu-title {
    display: inline-block;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #page-menu nav li a {
    padding: 0 12px;
    font-size: 13px;
    margin: 8px 2px;
  }
}
