@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64RgK1X5pKQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyosBO5Xk.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpcBO5Xk.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0KEwA.ttf) format('truetype');
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #000062;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00002f;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #000062;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #00002f;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #000062;
  border-color: #000049;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #00002f;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #00002f;
  border-color: #00000b;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #00002f;
  border-color: #00000b;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #00000b;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #000062;
  border-color: #000049;
}
.btn-primary .badge {
  color: #000062;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-mileSplit {
  display: block;
  min-width: 240px;
  color: #ffffff;
  background-color: #0089cb;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0097e0), color-stop(100%, #0075ad));
  background: -webkit-linear-gradient(top, #0097e0 0, #0075ad 100%);
  background: -moz-linear-gradient(top, #0097e0 0, #0075ad 100%);
  background: -ms-linear-gradient(top, #0097e0 0, #0075ad 100%);
  background: -o-linear-gradient(top, #0097e0 0, #0075ad 100%);
  background: linear-gradient(to bottom, #0097e0 0, #0075ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0097e0, endColorstr=#0075ad, GradientType=0);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 #7ad4ff inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 #7ad4ff inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 #7ad4ff inset;
  text-align: center;
  text-transform: uppercase;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  padding: 12px 36px;
  font-size: 1.3em;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-mileSplit:hover {
  background-color: #0c99de !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #14b2ff), color-stop(100%, #0075ad));
  background: -webkit-linear-gradient(top, #14b2ff 0, #0075ad 100%);
  background: -moz-linear-gradient(top, #14b2ff 0, #0075ad 100%);
  background: -ms-linear-gradient(top, #14b2ff 0, #0075ad 100%);
  background: -o-linear-gradient(top, #14b2ff 0, #0075ad 100%);
  background: linear-gradient(to bottom, #14b2ff 0, #0075ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#14b2ff, endColorstr=#0097e0, GradientType=0);
}
.btn-mileSplit:hover,
.btn-MileSplit:focus {
  color: #eee !important;
}
.btn-link {
  color: #000062;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #000016;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #000062;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.breadcrumb {
  padding: 8px 15px 8px 0;
  margin-bottom: 20px;
  list-style: none;
  display: inline-block;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #000062;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
  max-height: 500px;
  overflow-y: auto;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
#formBody {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 1.5rem;
}
#formLabel {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#formLabel::after {
  content: ':';
  display: inline;
}
#formInput {
  border: solid 1px #141414;
  background: #ffffff;
  line-height: 32px;
  position: relative;
  height: 32px;
  overflow: hidden;
  display: block;
  vertical-align: middle;
  padding-left: 8px;
}
#formInput input,
#formInput select,
#formInput textarea {
  line-height: 32px;
  height: 32px;
  font-size: 1.1rem;
  vertical-align: top;
  background: transparent;
  border: 0 !important;
  /* Removes border*/
  -webkit-appearance: none;
  /* Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  appearance: none;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /* Removes default arrow from firefox*/
  position: relative;
  border: none;
  outline: none;
  width: 100%;
  padding-left: 8px;
}
#formInput textarea {
  line-height: 1.3rem;
  min-height: 72px;
}
#formInput select {
  display: block;
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  text-align: left;
}
#formInput select option {
  text-align: left;
  font-size: 1.1rem;
  line-height: 32px;
  height: 32px;
}
#formInput i + input,
#formInput i + span,
#formInput span + input,
#formInput input + span,
#formInput a + input,
#formInput a + span,
#formInput i + a {
  padding-left: 32px;
}
#formInput i {
  color: #555555;
  display: block;
  width: 32px;
  line-height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  height: 32px;
  font-size: 1rem;
  vertical-align: middle;
}
#formInput a {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  z-index: 99;
}
#formInput a:only-child {
  width: 100%;
}
#formInput.textonly {
  padding-left: 0;
  margin-left: 8px;
  border: none;
}
#formField {
  display: inline-block;
  width: 32.9%;
  vertical-align: top;
  margin-bottom: 8px;
}
#formField label {
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 24px;
}
#formField label::after {
  content: ':';
  display: inline;
}
#formField label:after {
  content: ':';
  display: inline;
}
@media only screen and (max-width: 639px) {
  #formField label {
    display: block;
    line-height: 18px;
  }
}
#formField small {
  font-size: 1rem;
}
#formField .input,
#formField div.input {
  border: solid 1px #141414;
  background: #ffffff;
  line-height: 32px;
  position: relative;
  height: 32px;
  overflow: hidden;
  display: block;
  vertical-align: middle;
  padding-left: 8px;
}
#formField .input input,
#formField div.input input,
#formField .input select,
#formField div.input select,
#formField .input textarea,
#formField div.input textarea {
  line-height: 32px;
  height: 32px;
  font-size: 1.1rem;
  vertical-align: top;
  background: transparent;
  border: 0 !important;
  /* Removes border*/
  -webkit-appearance: none;
  /* Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  appearance: none;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /* Removes default arrow from firefox*/
  position: relative;
  border: none;
  outline: none;
  width: 100%;
  padding-left: 8px;
}
#formField .input textarea,
#formField div.input textarea {
  line-height: 1.3rem;
  min-height: 72px;
}
#formField .input select,
#formField div.input select {
  display: block;
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  text-align: left;
}
#formField .input select option,
#formField div.input select option {
  text-align: left;
  font-size: 1.1rem;
  line-height: 32px;
  height: 32px;
}
#formField .input i + input,
#formField div.input i + input,
#formField .input i + span,
#formField div.input i + span,
#formField .input span + input,
#formField div.input span + input,
#formField .input input + span,
#formField div.input input + span,
#formField .input a + input,
#formField div.input a + input,
#formField .input a + span,
#formField div.input a + span,
#formField .input i + a,
#formField div.input i + a {
  padding-left: 32px;
}
#formField .input i,
#formField div.input i {
  color: #555555;
  display: block;
  width: 32px;
  line-height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  height: 32px;
  font-size: 1rem;
  vertical-align: middle;
}
#formField .input a,
#formField div.input a {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  z-index: 99;
}
#formField .input a:only-child,
#formField div.input a:only-child {
  width: 100%;
}
#formField .input.textonly,
#formField div.input.textonly {
  padding-left: 0;
  margin-left: 8px;
  border: none;
}
#formField.dropdown div.input i {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px !important;
  left: auto;
}
#formField.radio span {
  margin-right: 16px;
  line-height: 32px;
}
#formField.radio span input {
  margin-top: -2px;
}
#formField.textarea {
  height: auto;
}
#formField.textarea div.input {
  height: auto;
  padding-right: 4px;
  padding-top: 4px;
  padding-left: 4px;
}
#formField.file div.input {
  position: relative;
}
#formField.file div.input input[type="file"] {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding: 0;
  vertical-align: top;
}
#formField.file div.input input:valid + span::before {
  display: inline-block;
  color: #008600;
  content: '\2713';
  font-size: 2.2rem;
  font-weight: bold;
  padding-right: 8px;
  vertical-align: top;
}
#formField.checkbox label {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#formField.checkbox label::after {
  content: '';
  display: none;
}
#formField.checkbox input {
  vertical-align: top;
}
#formField.checkbox input + label,
#formField.checkbox label + input {
  margin-left: 16px;
}
#formField.checkbox input + label {
  width: 80%;
}
#formField.checkboxGroup .input label,
#formField.checkboxGroup .input span,
#formField.checkboxGroup .input input {
  display: inline-block;
  vertical-align: top;
}
#formField.checkboxGroup .input span {
  margin-top: -2px;
}
#formField.checkboxGroup .input input {
  width: auto;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
#formField.checkboxGroup .input label {
  margin-bottom: 0;
  text-transform: none;
  font-size: 1.2rem;
  line-height: 32px;
}
#formField.checkboxGroup .input label:after {
  content: '';
}
#formField.checkboxGroup .input label + input {
  margin-left: 16px;
}
#formField.checkboxGroup .input input + label {
  padding-left: 4px;
}
#formField.checkboxGroup .input span + span {
  margin-left: 16px;
}
#formField.radioGroup .input {
  height: auto;
  border: none;
}
#formField.radioGroup .input label,
#formField.radioGroup .input span,
#formField.radioGroup .input input {
  display: inline-block;
  vertical-align: middle;
}
#formField.radioGroup .input span {
  margin-top: -2px;
}
#formField.radioGroup .input input {
  width: auto;
  -moz-appearance: radio;
  -webkit-appearance: radio;
  appearance: radio;
}
#formField.radioGroup .input label {
  margin-bottom: 0;
  text-transform: none;
  font-size: 1.2rem;
}
#formField.radioGroup .input label:after {
  content: '';
}
#formField.radioGroup .input label + input {
  margin-left: 16px;
}
#formField.radioGroup .input input + label {
  padding-left: 4px;
}
#formField.radioGroup .input span + span {
  margin-left: 16px;
}
#formField.link a {
  margin-left: 8px;
}
#formField.readonly .input {
  background: #ebebeb;
}
#formField.wysiwyg {
  width: 100%;
}
#formField.wysiwyg .note-editor {
  font-size: 1.1rem;
}
#formField.horizontal label {
  margin-right: 8px;
  line-height: 32px;
  float: left;
}
#formField.horizontal:after {
  clear: left;
}
#formField.disabled {
  color: #93A1A1;
}
#formField.disabled div.input {
  border: solid 1px #93A1A1;
}
#formField.disabled div.input input {
  color: #93A1A1;
}
#formField.globalSearch {
  font-size: 1.5rem;
}
#formField.long {
  width: 100%;
}
#formField.medium {
  width: 49%;
}
#formField.button {
  margin-top: 32px;
}
#formField.button em {
  line-height: 32px;
}
#formButton:not(.btn):not(.close) {
  display: block;
  min-width: 240px;
  color: #ffffff;
  background-color: #0089cb;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0097e0), color-stop(100%, #0075ad));
  background: -webkit-linear-gradient(top, #0097e0 0, #0075ad 100%);
  background: -moz-linear-gradient(top, #0097e0 0, #0075ad 100%);
  background: -ms-linear-gradient(top, #0097e0 0, #0075ad 100%);
  background: -o-linear-gradient(top, #0097e0 0, #0075ad 100%);
  background: linear-gradient(to bottom, #0097e0 0, #0075ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0097e0, endColorstr=#0075ad, GradientType=0);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 #7ad4ff inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 #7ad4ff inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 #7ad4ff inset;
  text-align: center;
  text-transform: uppercase;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  padding: 12px 36px;
  font-size: 1.3em;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#formButton:not(.btn):not(.close):hover {
  background-color: #0c99de;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #14b2ff), color-stop(100%, #0075ad));
  background: -webkit-linear-gradient(top, #14b2ff 0, #0075ad 100%);
  background: -moz-linear-gradient(top, #14b2ff 0, #0075ad 100%);
  background: -ms-linear-gradient(top, #14b2ff 0, #0075ad 100%);
  background: -o-linear-gradient(top, #14b2ff 0, #0075ad 100%);
  background: linear-gradient(to bottom, #14b2ff 0, #0075ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#14b2ff, endColorstr=#0097e0, GradientType=0);
}
#formButton:not(.btn):not(.close).btnSmall {
  min-width: 140px;
  padding: 6px 18px;
  font-size: 0.8em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#formButton:not(.btn):not(.close).btnLarge {
  padding: 24px 72px;
  font-size: 1.8em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#formButton:not(.btn):not(.close)[disabled] {
  background: #888;
}
#login p {
  margin-top: 16px;
  margin-bottom: 16px;
}
#login p a {
  font-weight: bold;
}
.content nav form,
#side nav form,
.modal nav form,
.content form nav,
#side form nav,
.modal form nav {
  font-size: 1rem;
  margin-top: 0;
}
.content form,
#side form,
.modal form {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 1.5rem;
}
.content div.field,
#side div.field,
.modal div.field {
  display: inline-block;
  width: 32.9%;
  vertical-align: top;
  margin-bottom: 8px;
}
.content div.field label,
#side div.field label,
.modal div.field label {
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 24px;
}
.content div.field label::after,
#side div.field label::after,
.modal div.field label::after {
  content: ':';
  display: inline;
}
.content div.field label:after,
#side div.field label:after,
.modal div.field label:after {
  content: ':';
  display: inline;
}
@media only screen and (max-width: 639px) {
  .content div.field label,
  #side div.field label,
  .modal div.field label {
    display: block;
    line-height: 18px;
  }
}
.content div.field small,
#side div.field small,
.modal div.field small {
  font-size: 1rem;
}
.content div.field .input,
#side div.field .input,
.modal div.field .input,
.content div.field div.input,
#side div.field div.input,
.modal div.field div.input {
  border: solid 1px #141414;
  background: #ffffff;
  line-height: 32px;
  position: relative;
  height: 32px;
  overflow: hidden;
  display: block;
  vertical-align: middle;
  padding-left: 8px;
}
.content div.field .input input,
#side div.field .input input,
.modal div.field .input input,
.content div.field div.input input,
#side div.field div.input input,
.modal div.field div.input input,
.content div.field .input select,
#side div.field .input select,
.modal div.field .input select,
.content div.field div.input select,
#side div.field div.input select,
.modal div.field div.input select,
.content div.field .input textarea,
#side div.field .input textarea,
.modal div.field .input textarea,
.content div.field div.input textarea,
#side div.field div.input textarea,
.modal div.field div.input textarea {
  line-height: 32px;
  height: 32px;
  font-size: 1.1rem;
  vertical-align: top;
  background: transparent;
  border: 0 !important;
  /* Removes border*/
  -webkit-appearance: none;
  /* Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  appearance: none;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /* Removes default arrow from firefox*/
  position: relative;
  border: none;
  outline: none;
  width: 100%;
  padding-left: 8px;
}
.content div.field .input textarea,
#side div.field .input textarea,
.modal div.field .input textarea,
.content div.field div.input textarea,
#side div.field div.input textarea,
.modal div.field div.input textarea {
  line-height: 1.3rem;
  min-height: 72px;
}
.content div.field .input select,
#side div.field .input select,
.modal div.field .input select,
.content div.field div.input select,
#side div.field div.input select,
.modal div.field div.input select {
  display: block;
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  text-align: left;
}
.content div.field .input select option,
#side div.field .input select option,
.modal div.field .input select option,
.content div.field div.input select option,
#side div.field div.input select option,
.modal div.field div.input select option {
  text-align: left;
  font-size: 1.1rem;
  line-height: 32px;
  height: 32px;
}
.content div.field .input i + input,
#side div.field .input i + input,
.modal div.field .input i + input,
.content div.field div.input i + input,
#side div.field div.input i + input,
.modal div.field div.input i + input,
.content div.field .input i + span,
#side div.field .input i + span,
.modal div.field .input i + span,
.content div.field div.input i + span,
#side div.field div.input i + span,
.modal div.field div.input i + span,
.content div.field .input span + input,
#side div.field .input span + input,
.modal div.field .input span + input,
.content div.field div.input span + input,
#side div.field div.input span + input,
.modal div.field div.input span + input,
.content div.field .input input + span,
#side div.field .input input + span,
.modal div.field .input input + span,
.content div.field div.input input + span,
#side div.field div.input input + span,
.modal div.field div.input input + span,
.content div.field .input a + input,
#side div.field .input a + input,
.modal div.field .input a + input,
.content div.field div.input a + input,
#side div.field div.input a + input,
.modal div.field div.input a + input,
.content div.field .input a + span,
#side div.field .input a + span,
.modal div.field .input a + span,
.content div.field div.input a + span,
#side div.field div.input a + span,
.modal div.field div.input a + span,
.content div.field .input i + a,
#side div.field .input i + a,
.modal div.field .input i + a,
.content div.field div.input i + a,
#side div.field div.input i + a,
.modal div.field div.input i + a {
  padding-left: 32px;
}
.content div.field .input i,
#side div.field .input i,
.modal div.field .input i,
.content div.field div.input i,
#side div.field div.input i,
.modal div.field div.input i {
  color: #555555;
  display: block;
  width: 32px;
  line-height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  height: 32px;
  font-size: 1rem;
  vertical-align: middle;
}
.content div.field .input a,
#side div.field .input a,
.modal div.field .input a,
.content div.field div.input a,
#side div.field div.input a,
.modal div.field div.input a {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  z-index: 99;
}
.content div.field .input a:only-child,
#side div.field .input a:only-child,
.modal div.field .input a:only-child,
.content div.field div.input a:only-child,
#side div.field div.input a:only-child,
.modal div.field div.input a:only-child {
  width: 100%;
}
.content div.field .input.textonly,
#side div.field .input.textonly,
.modal div.field .input.textonly,
.content div.field div.input.textonly,
#side div.field div.input.textonly,
.modal div.field div.input.textonly {
  padding-left: 0;
  margin-left: 8px;
  border: none;
}
.content div.field.dropdown div.input i,
#side div.field.dropdown div.input i,
.modal div.field.dropdown div.input i {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px !important;
  left: auto;
}
.content div.field.radio span,
#side div.field.radio span,
.modal div.field.radio span {
  margin-right: 16px;
  line-height: 32px;
}
.content div.field.radio span input,
#side div.field.radio span input,
.modal div.field.radio span input {
  margin-top: -2px;
}
.content div.field.textarea,
#side div.field.textarea,
.modal div.field.textarea {
  height: auto;
}
.content div.field.textarea div.input,
#side div.field.textarea div.input,
.modal div.field.textarea div.input {
  height: auto;
  padding-right: 4px;
  padding-top: 4px;
  padding-left: 4px;
}
.content div.field.file div.input,
#side div.field.file div.input,
.modal div.field.file div.input {
  position: relative;
}
.content div.field.file div.input input[type="file"],
#side div.field.file div.input input[type="file"],
.modal div.field.file div.input input[type="file"] {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding: 0;
  vertical-align: top;
}
.content div.field.file div.input input:valid + span::before,
#side div.field.file div.input input:valid + span::before,
.modal div.field.file div.input input:valid + span::before {
  display: inline-block;
  color: #008600;
  content: '\2713';
  font-size: 2.2rem;
  font-weight: bold;
  padding-right: 8px;
  vertical-align: top;
}
.content div.field.checkbox label,
#side div.field.checkbox label,
.modal div.field.checkbox label {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.content div.field.checkbox label::after,
#side div.field.checkbox label::after,
.modal div.field.checkbox label::after {
  content: '';
  display: none;
}
.content div.field.checkbox input,
#side div.field.checkbox input,
.modal div.field.checkbox input {
  vertical-align: top;
}
.content div.field.checkbox input + label,
#side div.field.checkbox input + label,
.modal div.field.checkbox input + label,
.content div.field.checkbox label + input,
#side div.field.checkbox label + input,
.modal div.field.checkbox label + input {
  margin-left: 16px;
}
.content div.field.checkbox input + label,
#side div.field.checkbox input + label,
.modal div.field.checkbox input + label {
  width: 80%;
}
.content div.field.checkboxGroup .input label,
#side div.field.checkboxGroup .input label,
.modal div.field.checkboxGroup .input label,
.content div.field.checkboxGroup .input span,
#side div.field.checkboxGroup .input span,
.modal div.field.checkboxGroup .input span,
.content div.field.checkboxGroup .input input,
#side div.field.checkboxGroup .input input,
.modal div.field.checkboxGroup .input input {
  display: inline-block;
  vertical-align: top;
}
.content div.field.checkboxGroup .input span,
#side div.field.checkboxGroup .input span,
.modal div.field.checkboxGroup .input span {
  margin-top: -2px;
}
.content div.field.checkboxGroup .input input,
#side div.field.checkboxGroup .input input,
.modal div.field.checkboxGroup .input input {
  width: auto;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
.content div.field.checkboxGroup .input label,
#side div.field.checkboxGroup .input label,
.modal div.field.checkboxGroup .input label {
  margin-bottom: 0;
  text-transform: none;
  font-size: 1.2rem;
  line-height: 32px;
}
.content div.field.checkboxGroup .input label:after,
#side div.field.checkboxGroup .input label:after,
.modal div.field.checkboxGroup .input label:after {
  content: '';
}
.content div.field.checkboxGroup .input label + input,
#side div.field.checkboxGroup .input label + input,
.modal div.field.checkboxGroup .input label + input {
  margin-left: 16px;
}
.content div.field.checkboxGroup .input input + label,
#side div.field.checkboxGroup .input input + label,
.modal div.field.checkboxGroup .input input + label {
  padding-left: 4px;
}
.content div.field.checkboxGroup .input span + span,
#side div.field.checkboxGroup .input span + span,
.modal div.field.checkboxGroup .input span + span {
  margin-left: 16px;
}
.content div.field.radioGroup .input,
#side div.field.radioGroup .input,
.modal div.field.radioGroup .input {
  height: auto;
  border: none;
}
.content div.field.radioGroup .input label,
#side div.field.radioGroup .input label,
.modal div.field.radioGroup .input label,
.content div.field.radioGroup .input span,
#side div.field.radioGroup .input span,
.modal div.field.radioGroup .input span,
.content div.field.radioGroup .input input,
#side div.field.radioGroup .input input,
.modal div.field.radioGroup .input input {
  display: inline-block;
  vertical-align: middle;
}
.content div.field.radioGroup .input span,
#side div.field.radioGroup .input span,
.modal div.field.radioGroup .input span {
  margin-top: -2px;
}
.content div.field.radioGroup .input input,
#side div.field.radioGroup .input input,
.modal div.field.radioGroup .input input {
  width: auto;
  -moz-appearance: radio;
  -webkit-appearance: radio;
  appearance: radio;
}
.content div.field.radioGroup .input label,
#side div.field.radioGroup .input label,
.modal div.field.radioGroup .input label {
  margin-bottom: 0;
  text-transform: none;
  font-size: 1.2rem;
}
.content div.field.radioGroup .input label:after,
#side div.field.radioGroup .input label:after,
.modal div.field.radioGroup .input label:after {
  content: '';
}
.content div.field.radioGroup .input label + input,
#side div.field.radioGroup .input label + input,
.modal div.field.radioGroup .input label + input {
  margin-left: 16px;
}
.content div.field.radioGroup .input input + label,
#side div.field.radioGroup .input input + label,
.modal div.field.radioGroup .input input + label {
  padding-left: 4px;
}
.content div.field.radioGroup .input span + span,
#side div.field.radioGroup .input span + span,
.modal div.field.radioGroup .input span + span {
  margin-left: 16px;
}
.content div.field.link a,
#side div.field.link a,
.modal div.field.link a {
  margin-left: 8px;
}
.content div.field.readonly .input,
#side div.field.readonly .input,
.modal div.field.readonly .input {
  background: #ebebeb;
}
.content div.field.wysiwyg,
#side div.field.wysiwyg,
.modal div.field.wysiwyg {
  width: 100%;
}
.content div.field.wysiwyg .note-editor,
#side div.field.wysiwyg .note-editor,
.modal div.field.wysiwyg .note-editor {
  font-size: 1.1rem;
}
.content div.field.horizontal label,
#side div.field.horizontal label,
.modal div.field.horizontal label {
  margin-right: 8px;
  line-height: 32px;
  float: left;
}
.content div.field.horizontal:after,
#side div.field.horizontal:after,
.modal div.field.horizontal:after {
  clear: left;
}
.content div.field.disabled,
#side div.field.disabled,
.modal div.field.disabled {
  color: #93A1A1;
}
.content div.field.disabled div.input,
#side div.field.disabled div.input,
.modal div.field.disabled div.input {
  border: solid 1px #93A1A1;
}
.content div.field.disabled div.input input,
#side div.field.disabled div.input input,
.modal div.field.disabled div.input input {
  color: #93A1A1;
}
.content div.field.globalSearch,
#side div.field.globalSearch,
.modal div.field.globalSearch {
  font-size: 1.5rem;
}
.content div.field.long,
#side div.field.long,
.modal div.field.long {
  width: 100%;
}
.content div.field.medium,
#side div.field.medium,
.modal div.field.medium {
  width: 49%;
}
.content div.field.button,
#side div.field.button,
.modal div.field.button {
  margin-top: 32px;
}
.content div.field.button em,
#side div.field.button em,
.modal div.field.button em {
  line-height: 32px;
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  .content div.field,
  #side div.field,
  .modal div.field {
    width: 49%;
  }
  .content div.field.medium,
  #side div.field.medium,
  .modal div.field.medium,
  .content div.field.long,
  #side div.field.long,
  .modal div.field.long {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .content div.field,
  #side div.field,
  .modal div.field {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .content div.field,
  #side div.field,
  .modal div.field {
    margin-bottom: 8px;
  }
}
.content button:not(.btn):not(.close),
.modal button:not(.btn):not(.close) {
  display: block;
  min-width: 240px;
  color: #ffffff;
  background-color: #0089cb;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0097e0), color-stop(100%, #0075ad));
  background: -webkit-linear-gradient(top, #0097e0 0, #0075ad 100%);
  background: -moz-linear-gradient(top, #0097e0 0, #0075ad 100%);
  background: -ms-linear-gradient(top, #0097e0 0, #0075ad 100%);
  background: -o-linear-gradient(top, #0097e0 0, #0075ad 100%);
  background: linear-gradient(to bottom, #0097e0 0, #0075ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0097e0, endColorstr=#0075ad, GradientType=0);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 #7ad4ff inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 #7ad4ff inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 #7ad4ff inset;
  text-align: center;
  text-transform: uppercase;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  padding: 12px 36px;
  font-size: 1.3em;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.content button:not(.btn):not(.close):hover,
.modal button:not(.btn):not(.close):hover {
  background-color: #0c99de;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #14b2ff), color-stop(100%, #0075ad));
  background: -webkit-linear-gradient(top, #14b2ff 0, #0075ad 100%);
  background: -moz-linear-gradient(top, #14b2ff 0, #0075ad 100%);
  background: -ms-linear-gradient(top, #14b2ff 0, #0075ad 100%);
  background: -o-linear-gradient(top, #14b2ff 0, #0075ad 100%);
  background: linear-gradient(to bottom, #14b2ff 0, #0075ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#14b2ff, endColorstr=#0097e0, GradientType=0);
}
.content button:not(.btn):not(.close).btnSmall,
.modal button:not(.btn):not(.close).btnSmall {
  min-width: 140px;
  padding: 6px 18px;
  font-size: 0.8em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.content button:not(.btn):not(.close).btnLarge,
.modal button:not(.btn):not(.close).btnLarge {
  padding: 24px 72px;
  font-size: 1.8em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.content button:not(.btn):not(.close)[disabled],
.modal button:not(.btn):not(.close)[disabled] {
  background: #888;
}
.content button + button:not(.btn),
.modal button + button:not(.btn) {
  margin-top: -56px;
  margin-left: auto;
}
.content button.btnSmall + button.btnSmall:not(.btn),
.modal button.btnSmall + button.btnSmall:not(.btn) {
  margin-top: -31px;
  margin-left: 156px;
}
.content a.button.blue,
.modal a.button.blue {
  display: inline-block;
}
.content a.button.blue:not(.btn):not(.close),
.modal a.button.blue:not(.btn):not(.close) {
  display: block;
  min-width: 240px;
  color: #ffffff;
  background-color: #0089cb;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0097e0), color-stop(100%, #0075ad));
  background: -webkit-linear-gradient(top, #0097e0 0, #0075ad 100%);
  background: -moz-linear-gradient(top, #0097e0 0, #0075ad 100%);
  background: -ms-linear-gradient(top, #0097e0 0, #0075ad 100%);
  background: -o-linear-gradient(top, #0097e0 0, #0075ad 100%);
  background: linear-gradient(to bottom, #0097e0 0, #0075ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0097e0, endColorstr=#0075ad, GradientType=0);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 #7ad4ff inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 #7ad4ff inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 #7ad4ff inset;
  text-align: center;
  text-transform: uppercase;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  padding: 12px 36px;
  font-size: 1.3em;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.content a.button.blue:not(.btn):not(.close):hover,
.modal a.button.blue:not(.btn):not(.close):hover {
  background-color: #0c99de;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #14b2ff), color-stop(100%, #0075ad));
  background: -webkit-linear-gradient(top, #14b2ff 0, #0075ad 100%);
  background: -moz-linear-gradient(top, #14b2ff 0, #0075ad 100%);
  background: -ms-linear-gradient(top, #14b2ff 0, #0075ad 100%);
  background: -o-linear-gradient(top, #14b2ff 0, #0075ad 100%);
  background: linear-gradient(to bottom, #14b2ff 0, #0075ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#14b2ff, endColorstr=#0097e0, GradientType=0);
}
.content a.button.blue:not(.btn):not(.close).btnSmall,
.modal a.button.blue:not(.btn):not(.close).btnSmall {
  min-width: 140px;
  padding: 6px 18px;
  font-size: 0.8em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.content a.button.blue:not(.btn):not(.close).btnLarge,
.modal a.button.blue:not(.btn):not(.close).btnLarge {
  padding: 24px 72px;
  font-size: 1.8em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.content a.button.blue:not(.btn):not(.close)[disabled],
.modal a.button.blue:not(.btn):not(.close)[disabled] {
  background: #888;
}
#side div.field {
  width: 100%;
}
#side div.field.button {
  margin-top: 8px;
}
#articleList article {
  border-bottom: solid 1px #ebebeb;
  display: block;
  overflow: hidden;
  height: 100px;
  margin: 30px 0px 30px 0px;
}
#articleList article.featured {
  height: auto;
}
#articleList article.featured iframe {
  width: 300px;
  height: 169px;
}
#articleList article.featured .featured-info {
  height: 56px;
  margin: 0;
  padding: 0;
}
#articleList article.featured .featured-title {
  font-weight: bold;
  margin: 0;
  padding-top: 1rem;
}
#articleList article figure {
  float: right;
  background: #555555 center no-repeat;
  background-size: cover;
  width: 126px;
  height: 71px;
}
#articleList article figure img,
#articleList article figure a {
  display: block;
  width: 100%;
  max-width: 100%;
}
#articleList article figure a {
  height: 100%;
}
#articleList article div {
  height: 64px;
  font-size: 14px;
  line-height: 18px;
  margin-right: 140px;
  padding-left: 8px;
}
#articleList article div > a {
  display: block;
  line-height: 16px;
}
#articleList article div strong {
  font-weight: normal;
}
#articleList article div a.title {
  max-height: 50px;
  overflow: hidden;
  margin-bottom: 6px;
}
#articleList article div a.meet {
  font-size: 1rem;
  font-style: italic;
  height: 18px;
  overflow: hidden;
}
#articleList footer {
  text-align: center;
  font-size: 1.8rem;
}
#tableColumnHeaderText {
  font-weight: bold;
  text-align: left;
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 2rem;
  padding: 4px;
}
#tableColumnHeader tr,
#tableColumnHeader {
  background: #555555;
}
#tableColumnHeader th,
#tableColumnHeader td {
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 2rem;
  padding: 4px;
}
#tableColumnHeader th.center,
#tableColumnHeader td.center {
  text-align: center;
}
#tableColumnHeader th.right,
#tableColumnHeader td.right {
  text-align: right;
}
#headlinesBundle article {
  height: 120px;
  margin: 0;
  margin-top: 30px;
}
#headlinesBundle article figure {
  float: left;
  width: 200px;
  margin-right: 20px;
  height: 113px;
  background-size: cover;
}
#headlinesBundle article figure img,
#headlinesBundle article figure a {
  display: block;
  width: 100%;
}
#headlinesBundle article div {
  margin-left: 208px;
  padding-right: 8px;
  height: 113px;
  min-height: 48px;
  overflow: hidden;
}
#headlinesBundle article div > a {
  max-height: 48px;
  font-size: 1.5rem;
  line-height: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  #headlinesBundle article div > a {
    font-size: 1.3rem;
    line-height: 20px;
    max-height: 60px;
  }
  #headlinesBundle article div > a strong {
    font-weight: normal;
  }
}
#headlinesBundle article div p {
  color: #555555;
  margin-top: 4px;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
}
#headlinesBundle article div p a {
  display: inline;
}
#headlinesBundle article div span {
  color: #555555;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 4px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  font-style: italic;
}
#headlinesBundle article div span a,
#headlinesBundle article div span a:visited,
#headlinesBundle article div span a:link {
  color: #555555;
}
@media only screen and (max-width: 479px) {
  #headlinesBundle article div span {
    display: none;
  }
}
#headlinesBundle article div span:first-of-type {
  padding-left: 0;
  border-right: solid 1px #555555;
}
@media only screen and (max-width: 479px) {
  #headlinesBundle article div span:first-of-type {
    border-right: none;
  }
}
#headlinesBundle article div span:only-of-type {
  border-right: none;
}
@media only screen and (max-width: 479px) {
  #headlinesBundle article div p {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  #headlinesBundle article {
    height: 90px;
  }
  #headlinesBundle article figure {
    width: 150px;
    height: 84px;
  }
  #headlinesBundle article div {
    margin-left: 158px;
  }
  #headlinesBundle article div > a {
    font-size: 1.3rem;
  }
}
#topStoryBundle article {
  display: inline-block;
  width: 120px;
  height: 108px;
  vertical-align: top;
  margin-right: 1px;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
}
#topStoryBundle article:last-child {
  margin-right: 0;
}
#topStoryBundle article .title {
  display: block;
  position: absolute;
  top: 72px;
  height: 36px;
  overflow: hidden;
  padding-right: 8px;
  font-size: 1.1rem;
  line-height: 18px;
  margin: 0;
}
#topStoryBundle article .title strong {
  font-weight: normal;
}
#topStoryBundle article .summary {
  display: none;
}
#topStoryBundle article figure {
  width: 120px;
  height: 68px;
  float: none;
  overflow: hidden;
}
#topStoryBundle article figure img {
  max-width: 100%;
}
#topStoryBundle article:first-child {
  display: block;
  width: 100%;
  padding-bottom: 12px;
  height: auto;
}
#topStoryBundle article:first-child .title {
  position: static;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
#topStoryBundle article:first-child .title strong {
  font-weight: bold;
}
#topStoryBundle article:first-child figure {
  width: 100%;
  height: auto;
}
#viewMore {
  text-transform: uppercase;
  font-style: italic;
  font-size: 1.8rem;
  line-height: 32px;
  text-align: center;
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 8px;
}
#viewMore a + a {
  margin-left: 16px;
}
#imageSubheader {
  position: relative;
  min-height: 64px;
  padding-bottom: 8px;
}
#imageSubheader h1,
#imageSubheader > strong {
  height: 64px;
}
#imageSubheader h1::after,
#imageSubheader > strong::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 64px;
  background: #c80000 center no-repeat;
  color: #ffffff;
  background-size: contain;
}
#page main.main form .field .maxlength-counter {
  width: 60% !important;
}
#page main.main form .field .maxlength-counter + .input-counter {
  display: inline;
  margin: 7px;
}
.content ul.thumbnails {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.content ul.thumbnails li {
  display: inline-block;
  width: 196px;
  height: 120px;
  vertical-align: top;
  margin-right: 5px;
  list-style: none;
  margin-left: 0px;
}
@media only screen and (max-width: 639px) {
  .content ul.thumbnails li {
    width: 148px;
    height: 90px;
  }
}
.content ul.thumbnails li.adSlot {
  display: block;
  width: 100%;
  height: auto;
}
.content ul.thumbnails li a {
  display: block;
  width: 100%;
  height: 113px;
  background: #ebebeb;
  overflow: hidden;
}
@media only screen and (max-width: 639px) {
  .content ul.thumbnails li a {
    height: 83px;
  }
}
.content ul.thumbnails li a img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 639px) {
  .content ul.thumbnails li {
    margin-right: 0px;
  }
}
.content section.list.articles {
  font-size: 1rem;
}
.content section.list.articles article + .adSlot {
  border-top: none;
  padding-top: 0px;
}
.content section.list.articles article {
  height: 120px;
}
.content section.list.articles article:first-of-type {
  border-top: solid 1px #ebebeb;
  padding-top: 8px;
  height: 130px;
}
.content section.list.articles article figure {
  float: left;
  width: 200px;
  height: 113px;
}
.content section.list.articles article figure img,
.content section.list.articles article figure a {
  display: block;
  width: 100%;
  height: 100%;
}
.content section.list.articles article div {
  margin-left: 208px;
  padding-right: 8px;
  height: 113px;
  min-height: 48px;
  overflow: hidden;
}
.content section.list.articles article div > a {
  display: block;
  max-height: 48px;
  font-size: 1.5rem;
  line-height: 24px;
  overflow: hidden;
}
.content section.list.articles article div > a i {
  font-size: 0.8rem;
  color: #ebebeb;
  vertical-align: middle;
}
.content section.list.articles article div p {
  color: #555555;
  margin-top: 4px;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
}
.content section.list.articles article div span {
  color: #555555;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 4px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  font-style: italic;
}
.content section.list.articles article div span a,
.content section.list.articles article div span a:visited,
.content section.list.articles article div span a:link {
  color: #555555;
}
.content section.list.articles article div span:first-of-type {
  padding-left: 0px;
  border-right: solid 1px #555555;
}
.content section.list.articles article div span:only-of-type {
  border-right: none;
}
@media only screen and (max-width: 639px) {
  .content section.list.articles article {
    height: 92px;
  }
  .content section.list.articles article figure {
    width: 150px;
    height: 84px;
  }
  .content section.list.articles article div {
    margin-left: 158px;
    height: 84px;
  }
  .content section.list.articles article div p {
    display: none;
  }
  .content section.list.articles article:first-of-type {
    height: 102px;
  }
  .content section.list.articles article:first-of-type div {
    height: 94px;
  }
}
@media only screen and (max-width: 479px) {
  .content section.list.articles article div > a {
    max-height: 60px;
    font-size: 1.3rem;
    line-height: 20px;
  }
  .content section.list.articles article div > a strong {
    font-weight: normal;
  }
  .content section.list.articles article div span,
  .content section.list.articles article div i {
    display: none;
  }
}
.content section.list.photos,
.content section.list.videos {
  font-size: 1rem;
}
.content section.list.photos article,
.content section.list.videos article {
  display: inline-block;
  width: 200px;
  height: 200px;
  vertical-align: top;
  border-bottom: none;
  margin-right: 7px;
}
.content section.list.photos article:nth-of-type(3n+3),
.content section.list.videos article:nth-of-type(3n+3) {
  margin-right: 0px;
}
.content section.list.photos article figure,
.content section.list.videos article figure {
  width: 200px;
  height: 112px;
  background-color: #ebebeb;
  background-position: center center;
  background-size: cover;
}
.content section.list.photos article figure .videoPlay,
.content section.list.videos article figure .videoPlay {
  background: rgba(0, 0, 0, 0.42);
  fill: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content section.list.photos article figure .videoPlay :hover,
.content section.list.videos article figure .videoPlay :hover {
  fill: red;
}
.content section.list.photos article figure .videoPlay svg,
.content section.list.videos article figure .videoPlay svg {
  height: 100px;
  width: 100px;
}
.content section.list.photos article figure a,
.content section.list.videos article figure a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.content section.list.photos article figure a img,
.content section.list.videos article figure a img {
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 969px) {
  .content section.list.photos article,
  .content section.list.videos article,
  .content section.list.photos article:nth-of-type(3n+3),
  .content section.list.videos article:nth-of-type(3n+3) {
    margin-right: 4px;
  }
}
@media only screen and (max-width: 639px) {
  .content section.list.photos article,
  .content section.list.videos article {
    width: 45vw;
    height: 47vw;
  }
  .content section.list.photos article figure,
  .content section.list.videos article figure {
    width: 45vw;
    height: 25vw;
  }
}
@media only screen and (max-width: 329px) {
  .content section.list.photos article,
  .content section.list.videos article,
  .content section.list.photos article:nth-of-type(3n+3),
  .content section.list.videos article:nth-of-type(3n+3) {
    margin-right: 0px;
  }
}
.content section.list.photos article div,
.content section.list.videos article div {
  padding-top: 8px;
  overflow: hidden;
  max-height: 86px;
}
.content section.list.photos article div strong,
.content section.list.videos article div strong {
  display: block;
  overflow: hidden;
  line-height: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  height: 36px;
  max-height: 36px;
  margin-bottom: 4px;
}
.content section.list.photos article div a.meet,
.content section.list.videos article div a.meet,
.content section.list.photos article div span,
.content section.list.videos article div span {
  display: block;
  line-height: 16px;
  vertical-align: middle;
  color: #555555;
  font-style: italic;
  height: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 329px) {
  .content section.list.photos article div span:nth-of-type(1),
  .content section.list.videos article div span:nth-of-type(1) {
    display: none;
  }
}
.content section.list.photos footer,
.content section.list.videos footer {
  padding-top: 8px;
  margin-top: 32px;
  border-top: solid 1px #ebebeb;
}
#side section > ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#side section > ul .trending-ad * {
  margin-left: 0 !important;
}
#side section > ul li {
  list-style: none;
  font-size: 1.2rem;
  line-height: 18px;
  border-bottom: solid 1px #ebebeb;
  margin-left: 0px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#side section > ul li > a {
  padding-left: 8px;
}
#side section > ul li > figure,
#side section > ul li > div {
  height: 84px;
  overflow: hidden;
}
#side section > ul li figure {
  float: left;
  width: 150px;
  height: 84px;
}
#side section > ul li figure img,
#side section > ul li figure a {
  display: block;
  width: 100%;
}
#side section > ul li div {
  margin-left: 158px;
}
#side section > ul li div > a {
  display: block;
  max-height: 54px;
  margin-bottom: 8px;
  overflow: hidden;
}
#side section > ul li div span {
  color: #555555;
  padding-right: 8px;
  margin-top: 4px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  font-style: italic;
}
#side section > ul li div span a,
#side section > ul li div span a:visited,
#side section > ul li div span a:link {
  color: #555555;
}
#side section article {
  height: 40px;
}
#side section article div {
  margin-bottom: 8px;
  padding-left: 8px;
}
#side section article div > strong {
  font-weight: bold;
  font-size: 1.2rem;
}
#side section article div > a {
  font-size: 1.2rem;
  font-weight: normal;
  height: 16px;
  overflow: hidden;
  display: block;
}
#side section article div > a strong {
  font-weight: normal;
}
#side section article div span {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
}
#side section article div ul li {
  display: inline-block;
  padding-right: 8px;
  vertical-align: top;
  font-style: italic;
}
#side section article div ul li i {
  color: #c80000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  font-size: 0.9rem;
}
#side section article div ul li a {
  display: inline-block;
  vertical-align: middle;
  color: #555555;
}
#side section.trending ul li figure,
#side section.video ul li figure {
  background-position: center center;
  background-size: cover;
}
#side section.trending ul li figure a,
#side section.video ul li figure a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.messageStack {
  font-size: 1.3em;
  padding: 5px;
}
.messageStack .alert {
  padding: 5px 5px 5px 25px;
  margin-bottom: 5px;
}
.messageStack .alert:first-of-type {
  margin-top: 0;
}
#loader {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1090;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.2);
}
#loader .loaderMsgContainer {
  position: fixed;
  top: 35%;
  left: 50%;
  z-index: 1085;
  width: 30%;
  height: 30%;
  padding: 16px;
  margin-left: -15%;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  font-size: 2.4em;
}
#loader .loaderMsgContainer .loaderMsg {
  position: relative;
  width: 100%;
  height: 100%;
}
#loader .loaderMsgContainer .loaderMsg > span {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  margin-top: -25px;
}
* {
  box-sizing: border-box;
}
html,
body {
  background: #ebebeb;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Roboto Condensed', Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 639px), only screen and (min-width: 640px) and (max-width: 727px) {
  html,
  body {
    background: #ffffff;
  }
}
a {
  text-decoration: none;
  color: #000000;
}
a:visited {
  color: #333333;
}
a:hover {
  text-decoration: underline;
}
a.btn:not(.btn-default):not(.btn-link):visited {
  color: #fff;
}
a.btn:not(.btn-default):not(.btn-link):hover {
  text-decoration: none;
}
.adSlot {
  overflow: visible;
}
.adSlot[data-adcount="0"] {
  display: none !important;
}
.adSlot[data-adcount="1"] {
  height: auto;
}
.adSlot[data-adcount="1"] .unit,
.adSlot[data-adcount="1"] .unit[style] {
  text-align: center;
  height: auto !important;
}
#skin-wrapper {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#skin-wrapper .left,
#skin-wrapper .right {
  display: block;
  position: fixed;
  top: 40px;
  height: 100%;
  z-index: 989;
}
#skin-wrapper .left {
  right: 50%;
  margin-right: 485px;
}
@media only screen and (min-width: 640px) and (max-width: 969px) {
  #skin-wrapper .left {
    margin-right: 364px;
  }
}
#skin-wrapper .right {
  left: 50%;
  margin-left: 485px;
}
@media only screen and (min-width: 640px) and (max-width: 969px) {
  #skin-wrapper .right {
    margin-left: 364px;
  }
}
@media only screen and (max-width: 639px) {
  #skin-wrapper {
    display: none;
  }
}
section {
  margin-bottom: 16px;
}
section > h2,
section > h1 {
  color: #c80000;
  font-size: 2rem;
  line-height: 32px;
  margin-bottom: 16px;
  text-transform: none;
}
section header strong {
  display: block;
  background-color: #555555;
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding-left: 8px;
  margin-bottom: 8px;
}
section header strong a,
section header strong a:visited,
section header strong a:link {
  color: #fff;
}
section footer {
  text-transform: uppercase;
  font-style: italic;
  font-size: 1.8rem;
  line-height: 32px;
  text-align: center;
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 8px;
}
section footer a + a {
  margin-left: 16px;
}
nav .button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 2rem;
  vertical-align: middle;
  border-left: solid 1px #ebebeb;
  overflow: hidden;
  z-index: 996;
}
@media only screen and (max-width: 479px) {
  nav .button {
    width: 46px;
  }
}
nav .button i:last-of-type {
  display: none;
}
nav .button a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
nav .button > a {
  color: #555555;
}
nav .button > a i {
  display: block;
}
nav .button > a span {
  display: block;
  font-size: 13px;
  line-height: 1;
  padding-top: 4px;
}
@media only screen and (max-width: 479px) {
  nav .button > a span {
    display: none;
  }
}
nav.pagination {
  margin-top: 8px;
  margin-bottom: 8px;
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  position: relative;
  font-size: 1.1rem;
  line-height: 24px;
}
nav.pagination a {
  display: block;
  color: #0000ff;
}
nav.pagination span {
  display: block;
  font-weight: bold;
  padding-right: 16px;
  text-align: center;
}
nav.pagination span a {
  display: inline;
}
nav.pagination .first {
  display: none;
}
nav.pagination .prev {
  position: absolute;
  top: 0;
  left: 4px;
}
nav.pagination .next {
  position: absolute;
  top: 0;
  right: 4px;
}
#page {
  margin-top: 66px;
}
#page main {
  width: 100%;
  width: 100vw;
  max-width: 970px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
}
@media only screen and (max-width: 969px) {
  #page main {
    max-width: 728px;
  }
}
#masthead {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.75);
  transition: height 0.5s;
  z-index: 990;
}
#masthead > div {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
body.refer-banner #page {
  margin-top: 126px;
}
body.refer-banner .referral-banner {
  background-color: #000062;
  color: #ffffff;
  height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
}
body.refer-banner .referral-banner .container {
  position: relative;
}
body.refer-banner .referral-banner a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: underline;
  width: 100%;
}
body.refer-banner .referral-banner a:hover,
body.refer-banner .referral-banner a:active {
  color: #ffffff;
  font-weight: 700;
}
body.refer-banner .referral-banner .icon-close {
  cursor: pointer;
  fill: #ffffff;
  position: absolute;
  top: 18px;
  right: 30px;
}
body.refer-banner #masthead {
  top: 60px;
}
#logo {
  display: block;
  position: absolute;
  width: 160px;
  height: 60px;
  background: url('sites/logos/2015/milesplit.png') no-repeat center center / contain;
  transition: height 0.5s;
}
@media only screen and (min-width: 1200px) {
  #logo {
    width: 200px;
  }
}
@media only screen and (max-width: 969px) {
  #logo {
    margin-left: 60px;
    width: 160px;
  }
}
@media only screen and (max-width: 479px) {
  #logo {
    margin-left: 46px;
    width: 130px;
  }
}
#logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#logo a span {
  display: none;
}
#navbar {
  overflow: hidden;
}
#navbar .button {
  display: none;
  right: auto;
  left: 0;
  border-left: none;
  border-right: solid 1px #ebebeb;
  color: #555555;
  cursor: pointer;
}
@media only screen and (max-width: 969px) {
  #navbar .button {
    display: block;
  }
}
#navbar .menu {
  height: 60px;
  text-align: left;
  margin-left: 170px;
  margin-right: 120px;
}
@media screen and (max-width: 1100px) {
  #navbar .menu {
    margin-right: 210px;
  }
}
@media only screen and (min-width: 1200px) {
  #navbar .menu {
    margin-right: 84px;
    margin-left: 228px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 969px) {
  #navbar .menu {
    margin-left: 228px;
    margin-right: 214px;
  }
  #navbar .menu .upgrade-pill {
    display: none !important;
  }
}
@media only screen and (max-width: 639px) {
  #navbar .menu {
    display: none;
  }
}
@media only screen and (max-width: 969px) {
  #navbar .menu > ul li.subscribe,
  #navbar .menu > ul li.articles {
    display: none;
  }
}
#navbar .menu > ul > li {
  display: inline-block;
  line-height: 60px;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: line-height 0.5s;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  #navbar .menu > ul > li {
    font-size: 1.3rem;
  }
}
#navbar .menu > ul > li:last-of-type {
  margin-right: 0;
}
#navbar .menu > ul > li > a {
  color: #000;
  display: block;
  height: 100%;
  padding-left: 7px;
  padding-right: 7px;
}
#navbar .menu > ul > li > ul {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: auto;
  background: #ebebeb;
  border-bottom: solid 1px #141414;
  display: none;
  line-height: 40px;
}
#navbar .menu > ul > li > ul li {
  display: inline-block;
  text-transform: none;
}
#navbar .menu > ul > li > ul li a {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
}
#navbar .menu > ul > li > ul li a:hover {
  color: #fff;
}
#navbar .menu > ul > li > ul li:hover {
  background: #555555;
  color: #fff;
}
#navbar .menu > ul > li:hover {
  background-color: #ebebeb;
}
#navbar .menu > ul > li:hover ul {
  display: block;
}
#navbar .menu > ul > li a:hover {
  text-decoration: none;
}
#navbar .menu .upgrade-pill {
  text-align: center;
}
#navbar .menu .upgrade-pill .btn {
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  height: 30px;
  line-height: 18px;
  width: 120px;
}
@media only screen and (min-width: 970px) {
  #navbar .menu .upgrade-pill {
    display: none !important;
  }
}
/* Login link for 320px wide devices (older iphones) - MSPT-592 */
body[data-menu='nav'] #navbar .menu > ul > li.login {
  display: none;
}
@media only screen and (max-width: 329px) {
  body[data-menu='nav'] #navbar .menu > ul > li.login {
    display: block;
  }
}
#account .button {
  right: 0;
}
#account .menu {
  display: none;
}
#account .menu section {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
#account .menu section header strong {
  margin-bottom: 0;
}
#account .menu section ul {
  padding: 8px;
  font-size: 1.3rem;
  line-height: 32px;
  background: #fff;
}
#account .menu section ul a {
  display: block;
}
#social {
  display: none;
}
#social .button {
  right: 120px;
}
#social .button a {
  color: #555555;
  line-height: 32px;
  height: 32px;
  width: 50%;
  vertical-align: middle;
  float: left;
}
#social .button span {
  display: block;
  font-size: 1rem;
  line-height: 24px;
}
#navbarUpgradePill .button {
  display: flex;
  align-items: center;
  right: 120px;
  width: auto;
  margin: 0 8px;
  border-left: none;
}
@media only screen and (max-width: 479px) {
  #navbarUpgradePill .button {
    right: 92px;
  }
}
@media only screen and (max-width: 329px) {
  #navbarUpgradePill .button {
    right: 46px;
  }
}
#search .menu {
  display: none;
}
#search .button {
  right: 60px;
}
@media only screen and (max-width: 479px) {
  #search .button {
    right: 46px;
  }
}
@media only screen and (max-width: 329px) {
  #search .button {
    display: none;
  }
}
/* Experiment mspt_3736_mobile_sticky_footer */
body.sticky-ad {
  padding-bottom: 50px;
}
.advertisement-adhesion {
  background-color: #ffffff;
  bottom: 0;
  display: flex;
  height: auto;
  justify-content: center;
  margin: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.advertisement-adhesion .close-ad {
  background-color: #ffffff;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
  padding: 2px 5px;
}
/* END Experiment mspt_3736_mobile_sticky_footer */
.leaderboard {
  width: 970px;
  min-height: 90px;
  margin: 4px auto 4px;
  clear: both;
}
.leaderboard #leaderboard_atf {
  display: flex;
  justify-content: center;
}
.leaderboard #leaderboard_promo {
  display: inline-block;
}
.leaderboard.btf {
  width: 728px;
}
@media only screen and (max-width: 969px) {
  .leaderboard {
    width: 728px;
  }
}
@media only screen and (max-width: 639px), only screen and (min-width: 640px) and (max-width: 727px) {
  .leaderboard {
    background: none;
    width: 320px;
    height: 50px;
  }
  .leaderboard.btf {
    width: 320px;
  }
}
#subheader header h1,
#subheader header > strong {
  display: block;
  font-size: 4rem;
  line-height: 4rem;
  color: #c80000;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 640px) and (max-width: 969px) {
  #subheader header h1,
  #subheader header > strong {
    max-width: 620px;
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 639px) {
  #subheader header h1,
  #subheader header > strong {
    width: 100%;
    font-size: 3rem;
    line-height: 3rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#subheader header > strong {
  height: 64px;
  overflow: hidden;
}
#subheader header nav {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 640px) and (max-width: 969px) {
  #subheader header nav {
    max-width: 620px;
  }
}
@media only screen and (max-width: 639px) {
  #subheader header nav {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content {
  min-height: 600px;
  width: 100%;
  max-width: 640px;
  float: left;
  padding: 10px;
  font-size: 1.2rem;
}
.content h2 {
  font-size: 2rem;
}
.content h3 {
  font-size: 1.6rem;
}
.content h4 {
  font-size: 1.4rem;
}
.content p {
  margin-bottom: 16px;
  margin-top: 16px;
}
.content ul {
  margin-top: 16px;
  margin-bottom: 16px;
  list-style: circle;
}
.content ul li {
  margin-left: 32px;
  padding-bottom: 8px;
  list-style: circle;
}
.content .mobileAd {
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 12px;
  padding-top: 12px;
  margin-bottom: 12px;
  display: block;
  height: auto;
  width: 100%;
  text-align: center;
  background: #fff;
  /*
    The @breakpoint variables don't seem to match with homepage breakpoint
    hence the manual size declaration
     */
}
.content .mobileAd#rectangle_atf_mobile {
  border-top: none;
}
@media screen and (min-width: 970px) {
  .content .mobileAd#rectangle_atf_mobile {
    display: none;
  }
}
@media only screen and (min-width: 640px) {
  .content .mobileAd.inline {
    float: right;
    border-top: none;
    border-bottom: none;
    padding-top: 32px;
    padding-left: 16px;
    padding-bottom: 32px;
  }
}
.content tr.spacer {
  background: #fff;
}
.content td.adSlot {
  display: table-cell;
}
@media only screen and (max-width: 969px) {
  .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.content > div {
  max-width: 620px;
  overflow: hidden;
}
.content table {
  width: 100%;
}
.content table caption {
  font-weight: bold;
  text-align: left;
  font-size: 1.3rem;
  line-height: 24px;
}
.content table td.numeric,
.content table th.numeric,
.content table td.currency,
.content table th.currency {
  text-align: right;
  padding-right: 8px;
}
.content table td.center,
.content table th.center {
  text-align: center;
}
.content table thead tr,
.content table thead {
  background: #555555;
}
.content table thead th,
.content table thead td {
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 2rem;
  padding: 4px;
}
.content table thead th.center,
.content table thead td.center {
  text-align: center;
}
.content table thead th.right,
.content table thead td.right {
  text-align: right;
}
.content table tbody tr:nth-of-type(odd):not(.thead) {
  background: #ebebeb;
}
.content table tbody tr.thead tr,
.content table tbody tr.thead {
  background: #555555;
}
.content table tbody tr.thead th,
.content table tbody tr.thead td {
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 2rem;
  padding: 4px;
}
.content table tbody tr.thead th.center,
.content table tbody tr.thead td.center {
  text-align: center;
}
.content table tbody tr.thead th.right,
.content table tbody tr.thead td.right {
  text-align: right;
}
.content table tbody tr.subHead th,
.content table tbody tr.subHead td {
  background: #c8c8c8;
  font-weight: bold;
  text-align: left;
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 2rem;
  padding: 4px;
}
.content table tbody tr.offset,
.content table tbody tr.offset[style] {
  display: none !important;
  visibility: hidden;
}
.content table tbody td,
.content table tbody th {
  font-size: 1.1rem;
  line-height: 2rem;
  padding: 4px;
}
.content section.comments .fb-comments {
  min-height: 150px;
}
#side {
  font-size: 1.2rem;
  margin-left: 650px;
  width: 320px;
  padding: 10px;
}
#side table {
  width: 100%;
}
#side table th,
#side table td {
  text-align: left;
}
#side .rectangleSideAd {
  margin-bottom: 16px;
}
#side .mobileAd {
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 12px;
  margin-bottom: 12px;
  display: block;
  height: auto;
  width: 100%;
  text-align: center;
  background: #fff;
}
#side .widget {
  width: 300px;
}
@media only screen and (min-width: 640px) and (max-width: 969px) {
  #side .widget {
    display: inline-block;
    vertical-align: top;
  }
  #side .widget + .adSlot {
    margin-left: 16px;
    display: inline-block;
  }
}
@media only screen and (max-width: 639px) {
  #side .widget {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
#side .widget.bibs figure {
  height: 230px;
  width: 100%;
  background: url("campaigns/milesplit-bibs.jpg") no-repeat center;
  background-size: 100%;
}
#side .widget.videosWidget article {
  border-bottom: solid 1px #ebebeb;
  display: block;
  overflow: hidden;
  height: 100px;
  margin: 30px 0px 30px 0px;
}
#side .widget.videosWidget article.featured {
  height: auto;
}
#side .widget.videosWidget article.featured iframe {
  width: 300px;
  height: 169px;
}
#side .widget.videosWidget article.featured .featured-info {
  height: 56px;
  margin: 0;
  padding: 0;
}
#side .widget.videosWidget article.featured .featured-title {
  font-weight: bold;
  margin: 0;
  padding-top: 1rem;
}
#side .widget.videosWidget article figure {
  float: right;
  background: #555555 center no-repeat;
  background-size: cover;
  width: 126px;
  height: 71px;
}
#side .widget.videosWidget article figure img,
#side .widget.videosWidget article figure a {
  display: block;
  width: 100%;
  max-width: 100%;
}
#side .widget.videosWidget article figure a {
  height: 100%;
}
#side .widget.videosWidget article div {
  height: 64px;
  font-size: 14px;
  line-height: 18px;
  margin-right: 140px;
  padding-left: 8px;
}
#side .widget.videosWidget article div > a {
  display: block;
  line-height: 16px;
}
#side .widget.videosWidget article div strong {
  font-weight: normal;
}
#side .widget.videosWidget article div a.title {
  max-height: 50px;
  overflow: hidden;
  margin-bottom: 6px;
}
#side .widget.videosWidget article div a.meet {
  font-size: 1rem;
  font-style: italic;
  height: 18px;
  overflow: hidden;
}
#side .widget.videosWidget footer {
  text-align: center;
  font-size: 1.8rem;
}
#side .adSlot {
  width: 300px;
  height: 250px;
  margin-bottom: 16px;
}
#side .adSlot .unit {
  width: 300px;
  height: 250px;
  background: #141414;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#side .adSlot .unit iframe,
#side .adSlot .unit iframe[style],
#side .adSlot .unit iframe[width] {
  width: 300px !important;
}
@media only screen and (max-width: 639px) {
  #side .adSlot {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 969px) {
  #side {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
#side .twitter iframe[style] {
  width: 100% !important;
}
@media only screen and (min-width: 640px) and (max-width: 969px) {
  #side .twitter {
    width: 100%;
    margin-left: 0;
  }
  #side .twitter iframe[style] {
    height: 500px !important;
  }
}
@media only screen and (max-width: 639px) {
  #side .twitter {
    display: none;
  }
}
#side section footer {
  text-align: left;
  font-size: 1.3rem;
  margin-top: 16px;
}
#side::after {
  content: '';
  display: block;
  clear: both;
}
#side .sidebar-frozen {
  position: absolute;
}
#side .sidebar-frozen.sidebar-frozen-bottom {
  bottom: 0;
}
#side .sidebar-follow {
  position: absolute;
}
#side .sidebar-sticky {
  position: fixed;
}
#side .sidebar-sticky.sidebar-sticky-bottom {
  bottom: 0;
  top: initial;
}
#side .sidebar-sticky.sidebar-sticky-top {
  bottom: initial;
  top: 60px;
}
#footer {
  clear: both;
  position: relative;
  top: 20px;
  border-top: solid calc(16px / 4) #000062;
  min-height: 100px;
  background: #000062;
  color: #ebebeb;
}
#footer::after {
  display: block;
  content: '';
  clear: both;
}
#footer > div {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
#footer > div::before {
  display: block;
  position: relative;
  content: '';
  width: 180px;
  height: 30px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("images/flosports-alt.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}
#footer > div p {
  padding: 8px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 320px;
}
#footer > div p.links {
  padding-top: 4px;
}
#footer > div p.links a {
  display: inline-block;
  padding-right: 16px;
}
#footer > div p.speed {
  color: #555555;
  font-size: 0.8rem;
}
#footer > div a,
#footer > div a:visited {
  color: #ebebeb;
}
.fa.fa-female {
  color: deeppink;
}
.fa.fa-male {
  color: navy;
}
.modal form,
.content .modal form {
  margin: 0;
}
.modal p,
.content .modal p {
  margin-top: 0;
}
body.teams nav li.teams > a,
body.articles nav li.articles > a,
body.photos nav li.photos > a,
body.videos nav li.videos > a,
body.rankings nav li.rankings > a,
body.results nav li.results > a,
body.more nav li.more > a,
body.calendar nav li.calendar > a {
  border-top: solid 2px #c80000;
}
@media only screen and (max-width: 639px) {
  body.teams nav li.teams > a,
  body.articles nav li.articles > a,
  body.photos nav li.photos > a,
  body.videos nav li.videos > a,
  body.rankings nav li.rankings > a,
  body.results nav li.results > a,
  body.more nav li.more > a,
  body.calendar nav li.calendar > a {
    border-top: none;
    border-left: solid 2px #c80000;
  }
}
/* Alterations */
#activeOverlayButton .button {
  background: #ebebeb;
}
#activeOverlayButton .button i:first-of-type {
  display: none;
}
#activeOverlayButton .button i:last-of-type {
  display: inline-block;
}
#formMenu {
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  background: #ebebeb;
  border-bottom: 1px solid #141414;
}
#formMenu .field {
  margin-bottom: 16px;
}
#formOverlayMenu {
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}
#formOverlayMenu form {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
#formOverlayMenu form select,
#formOverlayMenu form option {
  text-indent: 32px;
}
#formOverlayMenu form .input-group {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
#formOverlayMenu form .input-group > * {
  flex: 2;
}
#formOverlayMenu form .input-group input[type='search'] {
  border: 1px solid #000000;
  border-right: none;
  border-left: none;
  padding-left: 10px;
  font-size: 100%;
}
#formOverlayMenu form .input-group .input-group-prepend {
  flex: 1;
  text-align: right;
  position: relative;
}
#formOverlayMenu form .input-group .input-group-prepend .fa-chevron-down {
  position: absolute;
  right: 7px;
  top: 11px;
  pointer-events: none;
}
#formOverlayMenu form .input-group .input-group-prepend select {
  height: 34px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100px;
  border: 1px solid #000000;
  -webkit-appearance: none;
  background-color: #ffffff;
  text-indent: 14px;
  font-weight: bold;
  font-size: 100%;
}
#formOverlayMenu form .input-group .input-group-append {
  flex: 1;
}
#formOverlayMenu form .input-group .input-group-append button[type='submit'] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #000000;
}
#formOverlayMenu .menu {
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  background: #ebebeb;
  border-bottom: 1px solid #141414;
}
#formOverlayMenu .menu .field {
  margin-bottom: 16px;
}
/* Account Overlay */
body[data-menu='account'] #account {
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}
body[data-menu='account'] #account form {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
body[data-menu='account'] #account form select,
body[data-menu='account'] #account form option {
  text-indent: 32px;
}
body[data-menu='account'] #account form .input-group {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
body[data-menu='account'] #account form .input-group > * {
  flex: 2;
}
body[data-menu='account'] #account form .input-group input[type='search'] {
  border: 1px solid #000000;
  border-right: none;
  border-left: none;
  padding-left: 10px;
  font-size: 100%;
}
body[data-menu='account'] #account form .input-group .input-group-prepend {
  flex: 1;
  text-align: right;
  position: relative;
}
body[data-menu='account'] #account form .input-group .input-group-prepend .fa-chevron-down {
  position: absolute;
  right: 7px;
  top: 11px;
  pointer-events: none;
}
body[data-menu='account'] #account form .input-group .input-group-prepend select {
  height: 34px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100px;
  border: 1px solid #000000;
  -webkit-appearance: none;
  background-color: #ffffff;
  text-indent: 14px;
  font-weight: bold;
  font-size: 100%;
}
body[data-menu='account'] #account form .input-group .input-group-append {
  flex: 1;
}
body[data-menu='account'] #account form .input-group .input-group-append button[type='submit'] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #000000;
}
body[data-menu='account'] #account .menu {
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  background: #ebebeb;
  border-bottom: 1px solid #141414;
}
body[data-menu='account'] #account .menu .field {
  margin-bottom: 16px;
}
body[data-menu='account'] #account .button {
  background: #ebebeb;
}
body[data-menu='account'] #account .button i:first-of-type {
  display: none;
}
body[data-menu='account'] #account .button i:last-of-type {
  display: inline-block;
}
body[data-menu='account'] #account .menu {
  position: fixed;
  z-index: 995;
}
body[data-menu='account'] #account form > p {
  margin-bottom: 24px;
  margin-top: 16px;
}
body[data-menu='account'] #account form > p a {
  font-weight: bold;
  color: #0000c8;
}
/* Search Overlay */
body[data-menu='search'] #search {
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}
body[data-menu='search'] #search form {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
body[data-menu='search'] #search form select,
body[data-menu='search'] #search form option {
  text-indent: 32px;
}
body[data-menu='search'] #search form .input-group {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
body[data-menu='search'] #search form .input-group > * {
  flex: 2;
}
body[data-menu='search'] #search form .input-group input[type='search'] {
  border: 1px solid #000000;
  border-right: none;
  border-left: none;
  padding-left: 10px;
  font-size: 100%;
}
body[data-menu='search'] #search form .input-group .input-group-prepend {
  flex: 1;
  text-align: right;
  position: relative;
}
body[data-menu='search'] #search form .input-group .input-group-prepend .fa-chevron-down {
  position: absolute;
  right: 7px;
  top: 11px;
  pointer-events: none;
}
body[data-menu='search'] #search form .input-group .input-group-prepend select {
  height: 34px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100px;
  border: 1px solid #000000;
  -webkit-appearance: none;
  background-color: #ffffff;
  text-indent: 14px;
  font-weight: bold;
  font-size: 100%;
}
body[data-menu='search'] #search form .input-group .input-group-append {
  flex: 1;
}
body[data-menu='search'] #search form .input-group .input-group-append button[type='submit'] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #000000;
}
body[data-menu='search'] #search .menu {
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  background: #ebebeb;
  border-bottom: 1px solid #141414;
}
body[data-menu='search'] #search .menu .field {
  margin-bottom: 16px;
}
body[data-menu='search'] #search .button {
  background: #ebebeb;
}
body[data-menu='search'] #search .button i:first-of-type {
  display: none;
}
body[data-menu='search'] #search .button i:last-of-type {
  display: inline-block;
}
body[data-menu='search'] #search .menu {
  position: fixed;
  z-index: 995;
}
/* Nav Overlay */
body[data-menu='nav'] {
  overflow: hidden;
}
body[data-menu='nav'] #page {
  margin-left: 320px;
}
body[data-menu='nav'] #navbar {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 320px;
  height: 100%;
  z-index: 995;
}
body[data-menu='nav'] #navbar .button {
  background: #ebebeb;
}
body[data-menu='nav'] #navbar .button i:first-of-type {
  display: none;
}
body[data-menu='nav'] #navbar .button i:last-of-type {
  display: inline-block;
}
body[data-menu='nav'] #navbar .menu {
  display: block;
  left: 0px;
  top: 60px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: auto;
  background: #ebebeb;
  margin-left: 0px;
  margin-right: 0px;
  position: fixed;
  z-index: 995;
}
body[data-menu='nav'] #navbar .menu > ul {
  height: 100%;
  overflow-y: auto;
}
body[data-menu='nav'] #navbar .menu > ul > li,
body[data-menu='nav'] #navbar .menu > ul li.subscribe,
body[data-menu='nav'] #navbar .menu > ul li.articles {
  display: block;
  width: 150px;
}
body[data-menu='nav'] #navbar .menu > ul > li a,
body[data-menu='nav'] #navbar .menu > ul li.subscribe a,
body[data-menu='nav'] #navbar .menu > ul li.articles a {
  display: block;
  line-height: 40px;
}
body[data-menu='nav'] #navbar .menu > ul > li ul,
body[data-menu='nav'] #navbar .menu > ul li.subscribe ul,
body[data-menu='nav'] #navbar .menu > ul li.articles ul {
  position: absolute;
  left: 150px;
  top: 0px;
  bottom: 0px;
  width: 200px;
  height: 100%;
  background: #555555;
  color: #fff;
}
body[data-menu='nav'] #navbar .menu > ul > li ul li,
body[data-menu='nav'] #navbar .menu > ul li.subscribe ul li,
body[data-menu='nav'] #navbar .menu > ul li.articles ul li {
  display: block;
}
body[data-menu='nav'] #navbar .menu > ul > li ul li a,
body[data-menu='nav'] #navbar .menu > ul li.subscribe ul li a,
body[data-menu='nav'] #navbar .menu > ul li.articles ul li a {
  color: #fff;
}
body[data-menu='nav'] #navbar .menu > ul > li ul li:hover,
body[data-menu='nav'] #navbar .menu > ul li.subscribe ul li:hover,
body[data-menu='nav'] #navbar .menu > ul li.articles ul li:hover {
  background: #141414;
}
body[data-menu='nav'] #navbar .menu > ul > li:hover,
body[data-menu='nav'] #navbar .menu > ul li.subscribe:hover,
body[data-menu='nav'] #navbar .menu > ul li.articles:hover {
  background: #555555;
  color: #ffffff;
}
body[data-menu='nav'] #navbar .menu > ul > li:hover a,
body[data-menu='nav'] #navbar .menu > ul li.subscribe:hover a,
body[data-menu='nav'] #navbar .menu > ul li.articles:hover a {
  color: #ffffff;
}
body[data-menu='nav'] #navbar .menu > ul > li:hover ul,
body[data-menu='nav'] #navbar .menu > ul li.subscribe:hover ul,
body[data-menu='nav'] #navbar .menu > ul li.articles:hover ul {
  display: block;
}
body.scrolled nav .button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 2rem;
}
body.scrolled nav .button a span {
  display: none;
}
body.scrolled #masthead {
  height: 40px;
}
body.scrolled #logo {
  height: 40px;
}
body.scrolled #navbar .menu {
  height: 40px;
}
body.scrolled #navbar .menu ul {
  top: 40px;
}
body.scrolled #navbar .menu li {
  line-height: 40px;
}
body.scrolled #search .button {
  right: 40px;
}
@media only screen and (max-width: 329px) {
  body.scrolled #search .button {
    right: 0px;
  }
}
body.scrolled #account .button {
  right: 0px;
}
body.scrolled #account .button i {
  margin: 0px;
  line-height: 40px;
  padding-top: 0px;
}
body.scrolled #social .button {
  right: 80px;
}
body.scrolled #social .button a {
  margin: 0px;
  line-height: 40px;
  padding-top: 0px;
}
body.scrolled #navbarUpgradePill .button {
  right: 80px;
}
@media only screen and (max-width: 329px) {
  body.scrolled #navbarUpgradePill .button {
    right: 40px;
  }
}
body[data-menu='nav'].scrolled #navbar .menu {
  height: 100%;
  top: 40px;
}
body[data-menu='nav'].scrolled #navbar .menu ul {
  top: 0px;
}
body[data-menu='search'].scrolled #search .menu {
  top: 40px;
}
body[data-menu='account'].scrolled #account .menu {
  top: 40px;
}
