/**  
 * CONTENTS
 *
 * IMPORTS
 * Variables................Variables
 * Mixins...................Useful Mixins
 *
 * BOOTSTRAP STYLES
 * Global...................Global styles
 * Forms....................Form-specific styles
 *
 * PRE-BODY
 *
 * NAVIGATION
 * Main navigation..........Main nav styles
 * NGB navigation...........NGB nav styles
 *
 * LAYOUT
 * Content Area.............Main content area
 * Section Header...........Section header area
 * Feature Container
 * Search Results
 * Landing Pages
 * News Section
 * Events Page
 * Athlete Section
 * Results Page
 * ContentFullPageWithNav
 * Video Pages
 * Pressbox
 * Sponsor page
 * Footer
**/
/*------------------------------------*\
   #IMPORTS
\*------------------------------------*/
/*------------------------------------*\
   #BOOTSTRAP STYLES
\*------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  font-size: 10px;
}
body {
  /* padding-bottom: 30px;
    min-width: 960px; */
  font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #f1f1f1;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "HelveticaNeueW01-77BdCn_692722", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
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;
}
/* Overrides standard accessibility styling.  Add per request from USOC (TFS Story 6131) */
a:focus {
  outline: none;
}
p {
  margin: 0 0 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0px;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0px;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
  color: #ffffff;
  background-color: #152c53;
  border: none !important;
}
button:disabled {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #152c53 !important;
  cursor: default;
}
a {
  color: #152c53;
  text-decoration: none;
}
a {
  background: none repeat scroll 0px 0px transparent;
}
img {
  vertical-align: middle;
}
a img {
  border: 0px none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
small,
.small {
  font-size: 85%;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.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,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
:before,
:after {
  box-sizing: border-box;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.text-center {
  text-align: center;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.scfForm .text-danger {
  color: #a94442;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373 !important;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
/*------------------------------------*\
   #PRE-BODY
\*------------------------------------*/
.pre-body {
  padding-right: 0;
  padding-left: 0;
}
.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-right: 15px;
  padding-left: 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%;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
.sidebar .media {
  margin-top: 15px;
}
.sidebar .media:first-child {
  margin-top: 0;
}
.sidebar .media-right,
.sidebar .media > .pull-right {
  padding-left: 10px;
}
.sidebar .media-left,
.sidebar .media > .pull-left {
  padding-right: 10px;
}
.sidebar .media-left,
.sidebar .media-right,
.sidebar .media-body {
  display: table-cell !important;
  vertical-align: top;
}
.sidebar .media-middle {
  vertical-align: middle;
}
.sidebar .media-bottom {
  vertical-align: bottom;
}
.sidebar .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.sidebar .media-list {
  padding-left: 0;
  list-style: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.main-content .content-area {
  box-shadow: none;
}
.sidebar .content-area {
  box-shadow: none;
}
/*------------------------------------*\
   #NAVIGATION
\*------------------------------------*/
.nav li a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #EEE;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: -15px;
}
.navbar .white-strip {
  padding: 6px 0;
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}
/* .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0px;
    overflow: visible !important;
} */
.navbar-collapse {
  width: auto;
  border-top: 0px none;
  box-shadow: none;
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: none;
  /* box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1) inset; */
}
.collapse {
  display: none;
}
.navbar-nav.navbar-right:last-child {
  margin-right: -15px;
}
.navbar-right {
  float: right !important;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.nav > li {
  position: relative;
  display: block;
}
.dropdown-toggle:focus {
  outline: 0px none;
}
a.dropdown-toggle {
  color: #428BCA;
  text-decoration: none;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0px;
  margin: 2px 0px 0px;
  font-size: 14px;
  text-align: left;
  list-style: none outside none;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0px;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-static-top {
  border-radius: 0px;
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0px 0px 1px;
}
.navbar-nav {
  margin: 7.5px -15px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-group {
  margin-bottom: 15px;
}
.navbar-form {
  width: auto;
  padding: 10px 15px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 8px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 8px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ngb-icon {
  display: inline-block;
}
.ngb {
  background-color: #fff;
}
.ngb.navbar {
  min-height: 40px;
}
.ngb > div > h1 {
  display: inline-block;
  color: #152c53;
  text-transform: uppercase;
  vertical-align: middle;
}
.ngb > .navbar-nav {
  width: 100%;
  background-color: #fff;
}
.ngb .navbar-nav li a {
  color: #4C4C4C;
}
/*------------------------------------*\
   #LAYOUT
\*------------------------------------*/
.pct75,
.pct25 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.pct25 {
  width: 33.33333333%;
}
.pct25.sidebar .latest-news ul {
  list-style: none outside;
}
.pct25.sidebar .module a {
  width: auto;
  display: inline;
}
.pct50 {
  width: 33.33333333%;
}
.pct75 {
  width: 66.66666667%;
}
.pct100 {
  width: 100%;
}
.pct75 .module {
  width: 100%;
  height: 100%;
}
.pct75 .module .title {
  padding-top: 10px;
  padding-left: 10px;
}
.pct75 .module > a {
  width: 100%;
}
.pct75 .module .title {
  padding-top: 10px;
  padding-left: 10px;
}
.pct75.video-section {
  float: none;
}
.pct75.video-section .ad-900x60 {
  padding: 0;
}
.left-and-right {
  margin-top: 20px;
}
.left-and-right .pct25 {
  width: 25%;
  padding-left: 0;
  padding-right: 0;
}
.left-and-right .pct25.left {
  margin-left: 15px;
}
.left-and-right .pct25.right {
  margin-right: 15px;
}
.left-and-right .pct50 {
  width: 47%;
  padding: 0 20px;
}
.content-area .content-full-nav-row .content-full-nav-item {
  background-color: #152c53;
}
.content-area .content-full-nav-row .content-full-nav-item a {
  font-family: "HelveticaNeueW01-77BdCn_692722", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
}
.content-area .content-area {
  box-shadow: none;
}
.content-area .pct25 ul {
  list-style: none;
}
.content-area ul {
  margin-left: 0px;
  list-style: disc inside none;
}
.content-area ol {
  margin-left: 0px;
  list-style: decimal inside;
}
.content-area .main-content ul {
  list-style-type: outside none disc;
}
.content-area .main-content ol {
  list-style-type: outside none decimal;
}
.article-content ul,
.article-content ol {
  margin-left: 40px;
}
.content-header ul.breadcrumb {
  margin: 0;
  padding-top: 0;
}
.content-header ul.breadcrumb > li {
  list-style: none;
  margin-left: 10px;
  color: #fff;
  background-image: url(/content/images/breadcrumb-separator-white.png);
}
.content-header ul.breadcrumb > li:first-child {
  margin-left: 0;
}
.content-header ul.breadcrumb > li:last-child {
  color: #afb0b2;
}
.content-header ul.breadcrumb > li a {
  color: #fff;
}
.content-header.primary {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d1d33), color-stop(20%, #1f4275), to(#152c53));
  background-image: -webkit-linear-gradient(#0d1d33, #1f4275 20%, #152c53);
  background-image: -moz-linear-gradient(top, #0d1d33, #1f4275 20%, #152c53);
  background-image: linear-gradient(#0d1d33, #1f4275 20%, #152c53);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d1d33', endColorstr='#ff152c53', GradientType=0);
  color: #fff;
  margin: 15px 15px 7px 15px;
  padding: 10px 15px 10px 15px;
}
.content-header.secondary {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d1d33), color-stop(20%, #1f4275), to(#152c53));
  background-image: -webkit-linear-gradient(#0d1d33, #1f4275 20%, #152c53);
  background-image: -moz-linear-gradient(top, #0d1d33, #1f4275 20%, #152c53);
  background-image: linear-gradient(#0d1d33, #1f4275 20%, #152c53);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d1d33', endColorstr='#ff152c53', GradientType=0);
  color: #fff;
  margin: 15px 15px 7px 15px;
  padding: 10px 15px 10px 15px;
}
.content-header.secondary h1 {
  color: #fff;
  float: none;
  display: inline;
}
.content-header.secondary h1.article {
  margin-left: 0;
}
.content-header.secondary h2 {
  color: #fff;
  display: inline;
  font-size: 24px;
}
.module {
  width: 100%;
}
.module a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.module a .feature-title {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d1d33), color-stop(20%, #1f4275), to(#152c53));
  background-image: -webkit-linear-gradient(#0d1d33, #1f4275 20%, #152c53);
  background-image: -moz-linear-gradient(top, #0d1d33, #1f4275 20%, #152c53);
  background-image: linear-gradient(#0d1d33, #1f4275 20%, #152c53);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d1d33', endColorstr='#ff152c53', GradientType=0);
  padding: 20px;
  text-align: left;
  height: 123px;
}
.module a .feature-title h3 {
  margin-bottom: 10px;
  margin-top: 0;
  color: #fff;
}
.module a .feature-title p {
  margin-bottom: 0;
  color: #fff;
}
.module a .title {
  background-color: #152c53;
  text-align: left;
}
.module a .title h4 {
  margin-top: 0;
  color: #fff;
}
.module a#FeatureLink .title {
  padding-top: 20px;
  padding-left: 20px;
}
.module a#FeatureLink .title h4 {
  font-size: 14px;
  text-transform: uppercase;
}
.module a#FeatureLink .feature-title {
  height: auto;
}
.module a#FeatureLink .feature-title h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.module a#FeatureLink .feature-title p {
  font-size: 14px;
}
ul.left-nav.htmlpage {
  margin-top: 0;
}
.search-results .search-box {
  width: 450px !important;
}
.search-results ul {
  list-style: none inside none !important;
}
.col > ul.news,
.col > ul.athletes,
.col > ul.events {
  width: auto;
}
.col > ul.news li a,
.col > ul.athletes li a,
.col > ul.events li a {
  display: block !important;
  font-size: 14px;
  line-height: 20px;
}
.search-bar-top {
  clear: both;
}
.search-bar-top .clear-link {
  font-size: 18px;
}
ul.thumb-row .image {
  width: auto;
  height: 100%;
}
ul.thumb-row.articles h3,
ul.thumb-row.events h3,
ul.thumb-row.results h3 {
  color: #152c53;
  font-family: "HelveticaNeueW01-77BdCn_692722", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
}
ul.thumb-row.articles h4,
ul.thumb-row.events h4,
ul.thumb-row.results h4 {
  color: #717073;
  font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
ul.thumb-row.articles p,
ul.thumb-row.events p,
ul.thumb-row.results p {
  color: #333333;
  font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
#event-search-filter {
  padding: 0px;
  margin-top: 20px;
}
#EventSearchFilterPanel {
  margin-right: 10px;
}
.ui-datepicker-month {
  font: -webkit-small-control;
  color: #152c53;
}
#EventSearchListing .table {
  width: 100%;
  border-collapse: collapse;
}
#EventSearchListing .table > thead > tr > th,
#EventSearchListing .table > tbody > tr > th,
#EventSearchListing .table > tfoot > tr > th,
#EventSearchListing .table > thead > tr > td,
#EventSearchListing .table > tbody > tr > td,
#EventSearchListing .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.1em;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
}
#EventSearchListing .table > thead > tr > th {
  vertical-align: bottom;
  text-align: left;
  border-bottom: 2px solid #dddddd;
}
#EventSearchListing .table > caption + thead > tr:first-child > th,
#EventSearchListing .table > colgroup + thead > tr:first-child > th,
#EventSearchListing .table > thead:first-child > tr:first-child > th,
#EventSearchListing .table > caption + thead > tr:first-child > td,
#EventSearchListing .table > colgroup + thead > tr:first-child > td,
#EventSearchListing .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
#EventSearchListing .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
#EventSearchListing .table .table {
  background-color: #ffffff;
}
#EventSearchListing .table-striped > tbody > tr:nth-child(odd) > td,
#EventSearchListing .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
#EventSearchListing p {
  margin: 0;
}
#EventSearchListing a {
  line-height: 1.3em;
}
table .event .list-item {
  border-bottom: 1px solid #afb0b2;
}
table .event .list-item a {
  width: 90%;
  padding-left: 30px;
}
table .event .list-item a p {
  margin-top: -6px;
}
.event .current-view .shadow {
  padding-bottom: 15px;
}
.event .list-item {
  margin: 0 15px 10px 0;
}
.event .list-item .date-box {
  width: 10%;
}
.alpha-nav {
  width: 10%;
}
select.replace {
  font-size: 0.6em;
}
.thumb-row.athletes {
  background: none;
  width: 90%;
}
.thumb-row.athletes li {
  margin: 10px 0;
}
.thumb-row.athletes li a {
  background: none;
}
.thumb-row.athletes h4 {
  font-size: 21px;
  font-family: inherit;
  font-weight: 500;
  color: #152c53;
}
.thumb-row.athletes h5 {
  font-size: 18px;
  font-family: inherit;
  font-weight: normal;
  color: #717073;
}
.thumb-row.athletes .years {
  padding-top: 0;
}
.col.pct25 .module.athlete-hero img {
  height: auto;
}
.athlete-left-nav.module a img {
  width: auto;
  display: inline;
}
.current-view {
  clear: both;
}
.current-view input[type=text] {
  width: 170px;
}
.current-view span {
  width: 170px;
}
.current-view {
  clear: both;
}
.current-view input[type=text] {
  width: 170px;
}
.current-view span {
  width: 170px;
}
ul.left-nav li {
  font-size: 1.25em;
  width: 300px;
}
.event .results .list-item {
  border-bottom: 1px solid #afb0b2;
}
.event .results .list-item a {
  padding-left: 30px;
}
.event .results .list-item:last-child {
  border-bottom: 0 none;
}
.content-full-nav-item {
  height: 38px;
}
.video-landing .pct100 {
  width: 100%;
}
.video-landing .col.pct80 {
  width: 80%;
}
.video-landing .col.pct20 {
  width: 20%;
}
.video-landing .col.pct25 {
  width: 25%;
}
.video-landing .col.pct75 {
  width: 75%;
}
.video-landing .video-preview {
  padding: 6px 15px 24px 15px;
}
.video-landing .video-channel-name {
  height: auto;
}
.video-landing .video-details {
  font-size: 12px;
}
.pressbox .filters .keyword.filter input[type="submit"] {
  margin-left: 0;
}
.pressbox .filters .filter input[type=text] {
  height: 35px;
}
.pressbox .listtable tr td {
  font-size: 12px;
}
.sponsor-section.small {
  font-size: 100%;
}
.sponsor-section h2 {
  background-color: transparent;
  border-bottom: 5px solid #152c53;
}
footer .footer-links {
  color: #555555;
  font-size: 12px;
  list-style-type: none;
  padding-left: 0;
}
footer .footer-links .footer-header {
  font-weight: bold;
  font-size: 14px;
}
footer .footer-links li a {
  color: #555555;
}
footer .copyright-info {
  color: #555555;
  font-size: 10px;
}
.lox-content {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.lox-content * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.image-gallery .showcase-caption h2 {
  padding: 4px 0;
  display: inline;
}
/*# sourceMappingURL=usoc-bootstrap-interior.css.map */