@import url(https://use.typekit.net/nnl5hxd.css);
.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
      touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}
.rc-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.rc-slider-handle:focus {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
  outline: none;
}
.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  margin-bottom: -7px;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .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 {
  padding: .2em;
  background-color: #fcf8e3; }

.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, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.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; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.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,
  ul ol,
  ol ul,
  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-right: 5px;
    padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }

.dl-horizontal dd:after {
  clear: both; }

@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; }

.initialism {
  font-size: 90%; }

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.42857;
    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;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ""; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014"; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    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-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

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: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  input[type="radio"][disabled], input[type="radio"].disabled,
  fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].disabled,
  fieldset[disabled]
  input[type="checkbox"] {
    cursor: not-allowed; }

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  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, 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; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .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.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    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 {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled,
  fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled]
  .checkbox-inline {
    cursor: not-allowed; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.form-control-static {
  min-height: 34px;
  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; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  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.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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; }

@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; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }

@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: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

table {
  background-color: transparent; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

.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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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 {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.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; } }

@charset "UTF-8";
body {
  font-family: "trade-gothic-next", sans-serif;
  background-color: #f3f3f3; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 2.5rem; }

h3 {
  font-size: 2rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1rem; }

a {
  color: #335687;
  text-decoration: underline; }
  a:hover {
    color: #333; }

hr {
  border-color: #ccc; }

ol li {
  padding-left: 10px; }

ol li:not(:last-of-type) {
  margin-bottom: 1rem; }

.video-name {
  text-decoration: underline;
  font-weight: bold; }

.wrapper {
  display: flex; }
  @media (min-width: 900px) {
    .wrapper {
      box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05); } }

.page-content {
  padding: 40px 0; }
  @media (max-width: 700px) {
    .page-content {
      padding-top: 60px; } }

.profile-image {
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  overflow: hidden; }
  .profile-image.image-tiny {
    width: 30px;
    height: 30px; }
  .profile-image.image-xs {
    width: 65px;
    height: 65px; }
  .profile-image.image-sm {
    width: 85px;
    height: 85px; }
  .profile-image.image-md {
    width: 100px;
    height: 100px; }
  .profile-image.image-lg {
    width: 125px;
    height: 125px; }
  .profile-image img {
    height: 100%;
    width: auto; }

.contract-padding {
  padding-bottom: 55px; }

.zero-font {
  font-size: 0; }

.success-icon {
  font-size: 1.5em;
  vertical-align: middle;
  margin-top: -0.3em;
  margin-right: 0.2em; }

.add-org .uploadOverlay {
  width: 48%;
  min-width: 250px;
  margin-top: 0.2em; }

.add-org #upload-logo img {
  padding: 0.5em 0.5em 1em 0.5em;
  min-height: 100px; }

.add-org .modal {
  position: relative;
  background: none; }
  .add-org .modal .modal-dialog {
    width: 100%;
    box-shadow: none;
    border: 1px solid #dedcd6;
    margin: 1.5em 0 2em; }
  .add-org .modal canvas {
    max-width: 275px;
    height: auto !important; }
    @media (min-width: 700px) {
      .add-org .modal canvas {
        max-width: 480px; } }

.text-white {
  color: #fff; }

.red-banner {
  background-color: red;
  color: white;
  padding: 10px;
  text-align: center; }

.red-banner a {
  color: #fff;
  text-decoration: underline; }

.alert.alert-info {
  color: #fff;
  background-color: #006fba; }
  .alert.alert-info .spinner {
    border-left-color: #31708f; }

.alert .spinner,
.alert .spinner:after {
  width: 16px;
  height: 16px; }

.alert .spinner {
  margin-right: 10px;
  display: inline-block;
  border-style: solid;
  border-width: 2px;
  border-top-color: rgba(255, 255, 255, 0.8);
  border-right-color: rgba(255, 255, 255, 0.8);
  border-bottom-color: rgba(255, 255, 255, 0.8);
  margin-bottom: -2px; }

.btn,
button,
input[type="button"],
input[type="submit"] {
  border-radius: 5px;
  padding: 10px 25px;
  border: 1px solid transparent;
  transition: all 0.1s ease-in-out;
  background-color: #9b9993;
  color: #fff;
  display: inline-block;
  text-decoration: none; }
  .btn .fa,
  button .fa,
  input[type="button"] .fa,
  input[type="submit"] .fa {
    margin-right: 10px; }
  .btn:hover, .btn:focus,
  button:hover,
  button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    cursor: pointer;
    background-color: #b4b2ad;
    text-decoration: none;
    color: #fff; }
  .btn:focus,
  button:focus,
  input[type="button"]:focus,
  input[type="submit"]:focus {
    outline: 0; }
  .btn.btn-toggle.selected,
  button.btn-toggle.selected,
  input[type="button"].btn-toggle.selected,
  input[type="submit"].btn-toggle.selected {
    background-color: #335687; }
  .btn.btn-primary,
  button.btn-primary,
  input[type="button"].btn-primary,
  input[type="submit"].btn-primary {
    background-color: #006fba;
    color: #fff; }
    .btn.btn-primary:hover,
    button.btn-primary:hover,
    input[type="button"].btn-primary:hover,
    input[type="submit"].btn-primary:hover {
      background-color: #008ded; }
    .btn.btn-primary.btn-outlined,
    button.btn-primary.btn-outlined,
    input[type="button"].btn-primary.btn-outlined,
    input[type="submit"].btn-primary.btn-outlined {
      border-color: #006fba;
      color: #006fba; }
      .btn.btn-primary.btn-outlined:hover,
      button.btn-primary.btn-outlined:hover,
      input[type="button"].btn-primary.btn-outlined:hover,
      input[type="submit"].btn-primary.btn-outlined:hover {
        background-color: #008ded;
        color: #fff; }
  .btn.btn-secondary,
  button.btn-secondary,
  input[type="button"].btn-secondary,
  input[type="submit"].btn-secondary {
    background-color: #74b04a;
    color: #fff; }
    .btn.btn-secondary:hover,
    button.btn-secondary:hover,
    input[type="button"].btn-secondary:hover,
    input[type="submit"].btn-secondary:hover {
      background-color: #8fc16c; }
    .btn.btn-secondary.btn-outlined,
    button.btn-secondary.btn-outlined,
    input[type="button"].btn-secondary.btn-outlined,
    input[type="submit"].btn-secondary.btn-outlined {
      border-color: #74b04a;
      color: #74b04a; }
      .btn.btn-secondary.btn-outlined:hover,
      button.btn-secondary.btn-outlined:hover,
      input[type="button"].btn-secondary.btn-outlined:hover,
      input[type="submit"].btn-secondary.btn-outlined:hover {
        background-color: #8fc16c;
        color: #fff; }
  .btn.btn-tertiary,
  button.btn-tertiary,
  input[type="button"].btn-tertiary,
  input[type="submit"].btn-tertiary {
    background-color: #335687;
    color: #fff; }
    .btn.btn-tertiary:hover,
    button.btn-tertiary:hover,
    input[type="button"].btn-tertiary:hover,
    input[type="submit"].btn-tertiary:hover {
      background-color: #416eac; }
    .btn.btn-tertiary.btn-outlined,
    button.btn-tertiary.btn-outlined,
    input[type="button"].btn-tertiary.btn-outlined,
    input[type="submit"].btn-tertiary.btn-outlined {
      border-color: #335687;
      color: #335687; }
      .btn.btn-tertiary.btn-outlined:hover,
      button.btn-tertiary.btn-outlined:hover,
      input[type="button"].btn-tertiary.btn-outlined:hover,
      input[type="submit"].btn-tertiary.btn-outlined:hover {
        background-color: #416eac;
        color: #fff; }
  .btn.btn-quaternary,
  button.btn-quaternary,
  input[type="button"].btn-quaternary,
  input[type="submit"].btn-quaternary {
    background-color: #0f2b5b;
    color: #fff; }
    .btn.btn-quaternary:hover,
    button.btn-quaternary:hover,
    input[type="button"].btn-quaternary:hover,
    input[type="submit"].btn-quaternary:hover {
      background-color: #164087; }
    .btn.btn-quaternary.btn-outlined,
    button.btn-quaternary.btn-outlined,
    input[type="button"].btn-quaternary.btn-outlined,
    input[type="submit"].btn-quaternary.btn-outlined {
      border-color: #0f2b5b;
      color: #0f2b5b; }
      .btn.btn-quaternary.btn-outlined:hover,
      button.btn-quaternary.btn-outlined:hover,
      input[type="button"].btn-quaternary.btn-outlined:hover,
      input[type="submit"].btn-quaternary.btn-outlined:hover {
        background-color: #164087;
        color: #fff; }
  .btn.btn-warning,
  button.btn-warning,
  input[type="button"].btn-warning,
  input[type="submit"].btn-warning {
    background-color: #b74730; }
    .btn.btn-warning:hover, .btn.btn-warning:focus,
    button.btn-warning:hover,
    button.btn-warning:focus,
    input[type="button"].btn-warning:hover,
    input[type="button"].btn-warning:focus,
    input[type="submit"].btn-warning:hover,
    input[type="submit"].btn-warning:focus {
      background: #8f3725;
      color: #fff; }
  .btn.btn-outlined,
  button.btn-outlined,
  input[type="button"].btn-outlined,
  input[type="submit"].btn-outlined {
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    color: #333;
    padding: 9px 24px;
    background-color: transparent; }
    .btn.btn-outlined:hover,
    button.btn-outlined:hover,
    input[type="button"].btn-outlined:hover,
    input[type="submit"].btn-outlined:hover {
      background-color: #b4b2ad;
      color: #fff; }
  .btn.btn-inversed,
  button.btn-inversed,
  input[type="button"].btn-inversed,
  input[type="submit"].btn-inversed {
    background: #fff;
    border: 1px solid #fff;
    color: #000; }
    .btn.btn-inversed:hover, .btn.btn-inversed:focus,
    button.btn-inversed:hover,
    button.btn-inversed:focus,
    input[type="button"].btn-inversed:hover,
    input[type="button"].btn-inversed:focus,
    input[type="submit"].btn-inversed:hover,
    input[type="submit"].btn-inversed:focus {
      background: #fff; }
  .btn.btn-outlined--white,
  button.btn-outlined--white,
  input[type="button"].btn-outlined--white,
  input[type="submit"].btn-outlined--white {
    background: none;
    border: 1px solid #fff;
    color: #fff; }
    .btn.btn-outlined--white:hover, .btn.btn-outlined--white:focus,
    button.btn-outlined--white:hover,
    button.btn-outlined--white:focus,
    input[type="button"].btn-outlined--white:hover,
    input[type="button"].btn-outlined--white:focus,
    input[type="submit"].btn-outlined--white:hover,
    input[type="submit"].btn-outlined--white:focus {
      background: none; }
  .btn.btn-xs,
  button.btn-xs,
  input[type="button"].btn-xs,
  input[type="submit"].btn-xs {
    padding: 5px;
    font-size: 1.25rem; }
  .btn.btn-sm,
  button.btn-sm,
  input[type="button"].btn-sm,
  input[type="submit"].btn-sm {
    padding: 5px 15px;
    font-size: 1.25rem; }
  .btn.btn-md,
  button.btn-md,
  input[type="button"].btn-md,
  input[type="submit"].btn-md {
    padding: 5px 25px; }
  .btn.btn-rounded,
  button.btn-rounded,
  input[type="button"].btn-rounded,
  input[type="submit"].btn-rounded {
    border-radius: 3rem; }
  .btn:disabled,
  button:disabled,
  input[type="button"]:disabled,
  input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .btn .spinner,
  .btn .spinner:after,
  button .spinner,
  button .spinner:after,
  input[type="button"] .spinner,
  input[type="button"] .spinner:after,
  input[type="submit"] .spinner,
  input[type="submit"] .spinner:after {
    width: 14px;
    height: 14px; }
  .btn .spinner,
  button .spinner,
  input[type="button"] .spinner,
  input[type="submit"] .spinner {
    margin-right: 10px;
    display: inline-block;
    border-style: solid;
    border-width: 2px;
    border-top-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-left-color: #fff;
    margin-bottom: -2px; }

.btn-group {
  overflow: hidden;
  display: inline-block; }
  .btn-group .btn {
    float: left;
    border-radius: 0; }
    .btn-group .btn:not(:last-child) {
      margin-right: 1px; }
    .btn-group .btn:first-child {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .btn-group .btn:last-child {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }

.btn-margin-group {
  margin: 0 -4px; }
  .btn-margin-group .btn {
    margin: 4px; }

button[type="submit"] {
  position: relative; }
  button[type="submit"] .spinner {
    position: absolute;
    top: 12px;
    left: 5px; }

.ml-5 {
  margin-left: 5px; }

.btn-modal-container {
  display: inline-block;
  text-align: left; }

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 10px 0; }
  .cards .cards-inner {
    flex: 1;
    position: relative; }
    .cards .cards-inner .get-data-indicator .get-data-indicator-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      background-color: white;
      opacity: 0.9;
      z-index: 10001; }
    .cards .cards-inner .get-data-indicator .alert {
      position: relative;
      z-index: 10002; }
  .cards .card {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    background-color: #fff;
    transition: all 0.1s ease-in; }
    .cards .card a {
      display: block;
      text-decoration: none;
      cursor: pointer;
      width: 100%;
      color: inherit; }
    .cards .card:not(.free-user):hover {
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); }
    .cards .card.selected {
      background-color: #eee;
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4); }
    .cards .card.disabled {
      cursor: not-allowed; }
      .cards .card.disabled a {
        pointer-events: none; }
    .cards .card.card-basic {
      display: inline-flex;
      width: 270px;
      min-height: 85px;
      margin-right: 1rem; }
      .cards .card.card-basic .card-content .card-details h4 {
        width: 175px; }
      .cards .card.card-basic .card-content .card-details .subtitle {
        width: 175px; }
    .cards .card.card--with-buttons {
      display: flex;
      align-items: start;
      flex-direction: column; }
      @media (min-width: 700px) {
        .cards .card.card--with-buttons {
          flex-direction: row;
          align-items: center; } }
      .cards .card.card--with-buttons .card-buttons {
        padding: 10px;
        flex: 0 0 auto; }
    .cards .card.card-extended {
      position: relative;
      width: 100%;
      min-height: 100px; }
      .cards .card.card-extended.free-user {
        min-height: 80px; }
      .cards .card.card-extended .card-content .card-details {
        display: inline-block; }
        .cards .card.card-extended .card-content .card-details h4 {
          width: 250px; }
        .cards .card.card-extended .card-content .card-details .subtitle {
          width: 250px; }
          .cards .card.card-extended .card-content .card-details .subtitle.contract-amounts {
            margin-bottom: 0.4em; }
    .cards .card.card-drawer.card-athlete .drawer .drawer-toggle {
      background-color: #006fba; }
    .cards .card.card-drawer.card-athlete .drawer .drawer-content {
      background-color: #666; }
    .cards .card.card-drawer.card-athlete .tag-premium {
      background-color: #006fba;
      color: #fff; }
    .cards .card.card-drawer.card-athlete .tag-team {
      background-color: #74b04a;
      color: #fff; }
    .cards .card.card-drawer.card-athlete .tag-free {
      background-color: #9b9993;
      color: #fff; }
    .cards .card.card-drawer.card-college .drawer .drawer-toggle {
      background-color: #006fba; }
    .cards .card.card-drawer.card-college .drawer .drawer-content {
      background-color: #284c6b; }
    .cards .card.card-drawer .disabled-link {
      cursor: not-allowed;
      opacity: 0.5; }
    .cards .card.card-drawer .card-content {
      padding-right: 35px; }
    .cards .card.card-drawer .drawer {
      position: absolute;
      top: 0;
      right: 0;
      width: 25px;
      height: 100%;
      transition: all 0.5s ease-in-out; }
      .cards .card.card-drawer .drawer.active {
        width: 100%; }
        .cards .card.card-drawer .drawer.active .drawer-toggle {
          opacity: 1; }
          .cards .card.card-drawer .drawer.active .drawer-toggle__icon {
            transform: rotate(180deg); }
        .cards .card.card-drawer .drawer.active .drawer-content {
          visibility: visible;
          opacity: 0.9; }
      .cards .card.card-drawer .drawer .drawer-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 25px;
        height: 100%;
        z-index: 1000;
        background-color: #333;
        opacity: 0.75;
        cursor: pointer;
        transition: all 0.15s ease-in-out; }
        .cards .card.card-drawer .drawer .drawer-toggle__icon {
          position: absolute;
          top: 50%;
          right: 7px;
          margin-top: -7px;
          color: #fff;
          transition: all 0.15s ease-in-out; }
      .cards .card.card-drawer .drawer .drawer-content {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #9b9993;
        position: absolute;
        left: 0;
        right: 25px;
        height: 100%;
        z-index: 1000;
        color: #fff;
        padding: 10px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease-in-out; }
        .cards .card.card-drawer .drawer .drawer-content .drawer-options {
          list-style: none;
          padding: 0;
          margin: 0; }
          .cards .card.card-drawer .drawer .drawer-content .drawer-options .drawer-item {
            float: left;
            text-align: center;
            font-size: 1rem;
            text-transform: uppercase;
            width: 90px;
            margin-right: 10px; }
            .cards .card.card-drawer .drawer .drawer-content .drawer-options .drawer-item:hover {
              cursor: pointer; }
            .cards .card.card-drawer .drawer .drawer-content .drawer-options .drawer-item .icon {
              font-size: 3rem;
              margin-bottom: 10px; }
    .cards .card .card-content {
      display: flex;
      align-items: center;
      padding: 10px; }
      .cards .card .card-content .card-profile {
        display: flex;
        width: 100%; }
        .cards .card .card-content .card-profile .profile-image {
          margin-right: 1rem; }
        .cards .card .card-content .card-profile .card-details {
          flex-shrink: 1;
          width: 70%; }
        .cards .card .card-content .card-profile .org-details {
          display: flex; }
          .cards .card .card-content .card-profile .org-details .category-title {
            color: #bbb;
            font-size: 1.25rem;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
          .cards .card .card-content .card-profile .org-details .affiliated-admins {
            max-height: 100px;
            overflow: scroll; }
        .cards .card .card-content .card-profile .self-provision-text {
          color: #bbb;
          font-size: 1.25rem; }
      .cards .card .card-content .card-image-group {
        position: relative;
        width: 80px;
        height: 80px;
        margin-right: 10px; }
        .cards .card .card-content .card-image-group .card-image-top,
        .cards .card .card-content .card-image-group .card-image-bottom {
          display: flex;
          justify-content: center;
          position: absolute;
          width: 50px;
          height: 50px;
          overflow: hidden;
          border-radius: 50%;
          border: 1px solid #ccc; }
          .cards .card .card-content .card-image-group .card-image-top img,
          .cards .card .card-content .card-image-group .card-image-bottom img {
            height: inherit; }
        .cards .card .card-content .card-image-group .card-image-top {
          top: 0;
          left: 0; }
        .cards .card .card-content .card-image-group .card-image-bottom {
          bottom: 0;
          right: 0; }
      .cards .card .card-content .card-details h4 {
        margin-bottom: 0.25rem;
        color: #335687;
        font-weight: 700;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .cards .card .card-content .card-details h4 .athlete {
          color: #000; }
      .cards .card .card-content .card-details .tag {
        margin-left: 0.1em;
        vertical-align: top; }
        .cards .card .card-content .card-details .tag.public {
          background: #335687; }
        .cards .card .card-content .card-details .tag.type {
          background: #0f2b5b; }
      .cards .card .card-content .card-details .tag-group {
        display: inline-block;
        vertical-align: super; }
      .cards .card .card-content .card-details .subtitle {
        color: #bbb;
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .cards .card .card-content .card-details .committment {
        color: #74b04a;
        font-size: 1.25rem; }
      .cards .card .card-content .card-date {
        margin-left: auto;
        color: #9b9993;
        font-size: 1.25rem; }
      .cards .card .card-content .college-details .fa {
        font-size: 3rem; }
      .cards .card .card-content .card-table {
        margin-left: auto;
        flex-shrink: 0; }
        .cards .card .card-content .card-table th {
          font-size: 1rem;
          width: 19%;
          color: #9b9993;
          text-transform: uppercase;
          font-weight: 400;
          vertical-align: bottom; }
        .cards .card .card-content .card-table td {
          font-size: 2rem;
          font-weight: 700; }
          .cards .card .card-content .card-table td.small {
            font-size: 1.5rem; }
        .cards .card .card-content .card-table th,
        .cards .card .card-content .card-table td {
          text-align: center; }
        .cards .card .card-content .card-table .ncsa-match-card {
          background-color: #9b9993;
          color: #fff; }
        .cards .card .card-content .card-table .ncsa-match {
          background-color: #74b04a;
          color: #fff; }

.card-sort {
  margin-bottom: 2rem; }
  .card-sort ~ .cards {
    margin: 0; }
  .card-sort.card-sort-drawer {
    padding-right: 25px; }
  .card-sort .table--sortable-header {
    border-bottom: 1px solid #ccc; }
    .card-sort .table--sortable-header thead {
      float: right;
      margin-right: 3rem;
      margin-bottom: 1rem; }
    .card-sort .table--sortable-header th {
      font-size: 1rem;
      border-bottom: 0;
      padding: 1rem 2rem;
      text-transform: uppercase;
      text-align: center;
      vertical-align: bottom; }

@media (max-width: 1199px) {
  .cards .card.card-basic {
    width: 315px; }
  .cards .card.card-extended .card-content {
    flex-wrap: wrap; }
    .cards .card.card-extended .card-content .card-profile {
      display: flow-root; }
    .cards .card.card-extended .card-content .card-table {
      margin: 0;
      width: 100%; } }

@media (max-width: 991px) {
  .cards .card.card-basic {
    width: 100%; }
  .cards .card.card-extended .card-content {
    flex-wrap: wrap; }
    .cards .card.card-extended .card-content .card-profile {
      display: flow-root; }
      .cards .card.card-extended .card-content .card-profile .org-details {
        display: block; }
    .cards .card.card-extended .card-content .card-table {
      margin: 0;
      width: 100%; } }

#react-tabs-3 .free-user .card-table th {
  opacity: 0.7; }

#react-tabs-3 .free-user .card-table .premium-access {
  font-size: 1.2em;
  color: #9b9993;
  font-weight: normal; }
  #react-tabs-3 .free-user .card-table .premium-access span {
    margin-right: 0.5em; }

.org-card .profile-image.image-xs {
  width: auto;
  max-width: 100px;
  height: auto;
  border-radius: 0;
  display: inline-block; }

.org-card .profile-image img {
  height: auto;
  width: 100%;
  max-width: 100%;
  margin-top: 15%; }

.form-group.has-error .status {
  display: block;
  color: #a94442;
  margin-top: 0.5rem; }

.form-group .status {
  display: none; }

.form-control {
  height: 40px;
  border-radius: 0;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc; }

.form-inline label {
  margin-right: 5px; }

.form-inline .search-input {
  display: inline-block; }

.form-inline .btn,
.form-inline button,
.form-inline input[type="button"],
.form-inline input[type="submit"] {
  vertical-align: middle; }

.radio,
.checkbox {
  margin-top: 0; }

select.form-control {
  background-color: #fff;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding-right: 25px; }

.search-input {
  position: relative; }
  .search-input:before {
    position: absolute;
    left: 10px;
    top: 10px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    color: #9b9993; }
  .search-input .form-control {
    padding-left: 30px; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }
    .input-group .input-group-btn .btn {
      z-index: 2;
      margin-left: -1px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border: 1px solid transparent;
      position: relative;
      font-size: 1.3rem; }

textarea {
  min-height: 200px;
  width: 100%; }

.schedule-fields {
  padding-left: 5px; }
  .schedule-fields .control-label {
    color: #777; }

.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ccc; }
  .menu-tabs li.tab {
    display: block;
    font-weight: 700;
    transition: all 0.1s ease-in;
    border-bottom: 3px solid transparent;
    text-transform: uppercase; }
    .menu-tabs li.tab.active {
      border-bottom: 3px solid #74b04a; }
    .menu-tabs li.tab:not(:last-of-type) {
      margin-right: 5px; }
    .menu-tabs li.tab:hover {
      background-color: rgba(0, 0, 0, 0.1);
      border-bottom: 3px solid rgba(0, 0, 0, 0.1);
      cursor: pointer; }
    .menu-tabs li.tab a {
      display: block;
      padding: 10px 15px;
      width: 100%;
      height: 100%;
      color: #000;
      text-decoration: none; }

.menu-pills {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 1px;
  margin-bottom: 3rem;
  padding: 0;
  list-style: none;
  background-color: #eee;
  width: 100%;
  overflow: hidden; }
  .menu-pills li.pill {
    float: left;
    text-transform: capitalize;
    transition: all 0.1s ease-in; }
    .menu-pills li.pill.active {
      background-color: #ccc; }
    .menu-pills li.pill:hover {
      background-color: rgba(0, 0, 0, 0.1); }
    .menu-pills li.pill a {
      display: block;
      padding: 5px 20px;
      width: 100%;
      height: 100%;
      color: #000;
      text-decoration: none; }

.menu-select {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 1px solid #ccc; }
  .menu-select:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
    transition: all 0.15s ease-in-out; }
  .menu-select.active:after {
    transform: rotate(180deg); }
  .menu-select.active .menu-options {
    visibility: visible;
    opacity: 1; }
  .menu-select .current-option {
    width: 100%;
    height: 100%;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default; }
  .menu-select .menu-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 300px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
    background-color: #fff;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
    transition: all 0.15s ease-in-out; }
    .menu-select .menu-options li {
      position: relative;
      padding: 10px;
      padding-left: 35px;
      border-bottom: 1px solid #eee; }
      .menu-select .menu-options li:hover {
        background-color: rgba(0, 0, 0, 0.15);
        cursor: pointer; }
      .menu-select .menu-options li:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 600;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f00c";
        opacity: 0.1;
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -7px; }
      .menu-select .menu-options li.selected {
        font-weight: 700; }
        .menu-select .menu-options li.selected:before {
          opacity: 1; }

.menu-dropdown {
  position: relative;
  height: 60px;
  display: inline-block;
  user-select: none;
  padding-right: 25px;
  transition: all 0.1s ease-in-out; }
  .menu-dropdown:hover {
    background-color: #416eac;
    cursor: pointer; }
  .menu-dropdown:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
    position: absolute;
    right: 15px;
    top: 23px;
    transition: all 0.2s ease-in-out; }
  .menu-dropdown.active:after {
    transform: rotate(180deg); }
  .menu-dropdown.active .menu-dropdown-drawer {
    visibility: visible;
    opacity: 1; }
  .menu-dropdown .selected-item {
    line-height: 60px;
    padding: 0 15px;
    color: #8f8f88; }
    .menu-dropdown .selected-item .item-label {
      font-family: "trade-gothic-next", sans-serif;
      text-transform: uppercase;
      color: #fff;
      margin-left: 5px; }
  .menu-dropdown .menu-dropdown-drawer {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    background-color: #335687;
    width: 100%;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.15s ease-in-out; }
    .menu-dropdown .menu-dropdown-drawer li {
      padding: 10px 15px;
      color: #fff;
      transition: all 0.1s ease-in-out; }
      .menu-dropdown .menu-dropdown-drawer li:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: #fff;
        cursor: pointer; }
      .menu-dropdown .menu-dropdown-drawer li .fa {
        margin-left: 5px; }

@media (max-width: 991px) {
  .menu-tabs li.tab {
    margin: 0;
    text-align: center; }
    .menu-tabs li.tab:not(:last-of-type) {
      margin: 0; }
    .menu-tabs li.tab.active {
      background-color: rgba(0, 0, 0, 0.1); }
  .menu-pills li.pill {
    width: 50%;
    padding: 10px 20px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center; } }

.team-name {
  color: #006fba; }

.basic-list {
  padding: 0;
  margin: 0;
  margin-bottom: 3rem;
  list-style: none;
  line-height: 3rem;
  font-size: 1.5rem;
  color: #9b9993; }
  .basic-list a {
    color: #9b9993; }

.evaluation .rating {
  border: none;
  float: left;
  direction: ltr; }

.evaluation .rating > input {
  display: none; }

.evaluation .rating > label:before {
  margin: 5px;
  font-size: 8rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\f005"; }

.evaluation .rating > .half:before {
  content: "\f089";
  position: absolute; }

.evaluation .rating > label {
  color: #ddd;
  float: right; }

.evaluation .rating > input:checked ~ label,
.evaluation .rating:not(:checked) > label:hover,
.evaluation .rating:not(:checked) > label:hover ~ label {
  color: #ffd700; }

.evaluation .rating > input:checked + label:hover,
.evaluation .rating > input:checked ~ label:hover,
.evaluation .rating > label:hover ~ input:checked ~ label,
.evaluation .rating > input:checked ~ label:hover ~ label {
  color: #ffed85; }

.evaluation-description {
  margin-top: 2em; }

.terms-of-service-container {
  height: 200px;
  padding: 1em;
  margin: 2em 2em 0 2em;
  overflow-y: scroll;
  border: 1px solid #dedcd6; }
  .terms-of-service-container h2 {
    font-size: 1.5em; }

.modal-body .form-control {
  border: 1px solid #dedcd6;
  box-shadow: none; }

.highlight {
  font-weight: bold; }

div.lead-source {
  height: 150px;
  overflow: scroll; }

ul.lead-source {
  list-style-type: none;
  padding: 4px; }

li.lead-source {
  font: 200 10px/1.5;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  color: #000;
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
  display: block;
  width: 250px;
  padding: 1px; }

li.lead-source:hover {
  cursor: pointer;
  font-size: 15px;
  background: #f6f6f6; }

li.lead-source:focus {
  font-size: 15px;
  background: #f6f6f6;
  outline: none; }

li.lead-source:active {
  background: #4a4d4f; }

.csv-image {
  height: auto;
  width: 100%;
  margin-bottom: 10px; }

.csv-instructions {
  margin-bottom: 20px; }

.csv-errors {
  margin-top: 25px;
  margin-bottom: 10px; }

.csv-message {
  padding-left: 3px;
  text-indent: -8px;
  margin: 5px; }

.edit-athlete-email-box {
  margin-bottom: 25px; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  overflow: scroll;
  outline: 0;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease-in-out; }
  .modal.active {
    visibility: visible;
    opacity: 1; }
  .modal.modal-spinner {
    display: flex;
    align-items: center; }
    .modal.modal-spinner .modal-dialog .modal-content .modal-body {
      padding: 50px; }
  .modal .braintree_modal {
    padding: 10px 5px 0px 0px;
    overflow: auto;
    width: 100%; }
  .modal .braintree-submit {
    text-align: right;
    padding-bottom: 16px; }
  @media (min-width: 630px) {
    .modal .braintree-sheet__content--form .braintree-form__flexible-fields {
      flex-wrap: nowrap; } }
  .modal .braintree-form__field-group label {
    display: block; }
    .modal .braintree-form__field-group label .braintree-form__field {
      width: 100%; }
  .modal .modal-dialog {
    position: relative;
    margin: 10px;
    width: auto;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1); }
    @media (min-width: 768px) {
      .modal .modal-dialog {
        width: 600px;
        margin: 30px auto; } }
    @media (min-width: 991px) {
      .modal .modal-dialog {
        width: 900px; } }
    .modal .modal-dialog .modal-content {
      position: relative;
      background-color: #fff; }
      .modal .modal-dialog .modal-content .modal-header {
        padding: 15px 30px;
        background-color: #006fba;
        color: #fff; }
        .modal .modal-dialog .modal-content .modal-header .close {
          float: right;
          margin: 0;
          margin-top: 15px;
          font-size: 2.5rem;
          opacity: 0.9; }
          .modal .modal-dialog .modal-content .modal-header .close:hover {
            opacity: 1;
            cursor: pointer; }
      .modal .modal-dialog .modal-content .modal-body {
        padding: 30px;
        overflow: auto;
        width: 100%; }
        .modal .modal-dialog .modal-content .modal-body.modal-body--signup {
          overflow: initial; }
        .modal .modal-dialog .modal-content .modal-body.modal-body--manage, .modal .modal-dialog .modal-content .modal-body.modal-body--edit {
          padding-bottom: 80px; }
      .modal .modal-dialog .modal-content .modal-footer {
        padding: 0 30px 30px; }
  @media (min-width: 768px) {
    .modal .modal-dialog {
      width: 600px;
      margin: 30px auto; } }

.modal .modal-body--manage .form-buttons {
  text-align: right;
  margin-top: 50px; }
  @media (min-width: 900px) {
    .modal .modal-body--manage .form-buttons {
      position: absolute;
      bottom: 30px;
      right: 30px;
      margin-top: 0; } }
  .modal .modal-body--manage .form-buttons .btn,
  .modal .modal-body--manage .form-buttons .btn-modal-container {
    width: 100%;
    margin-bottom: 5px; }
    @media (min-width: 900px) {
      .modal .modal-body--manage .form-buttons .btn,
      .modal .modal-body--manage .form-buttons .btn-modal-container {
        width: auto;
        margin-left: 5px;
        margin-bottom: 0; } }
  .modal .modal-body--manage .form-buttons .modal .btn {
    width: auto; }

.modal .modal-body--manage .additional-info {
  margin-bottom: -50px; }
  .modal .modal-body--manage .additional-info .form-group {
    margin-top: -150px; }
    @media (min-width: 900px) {
      .modal .modal-body--manage .additional-info .form-group {
        margin-top: 0; } }
  .modal .modal-body--manage .additional-info .alert {
    display: none; }
    @media (min-width: 900px) {
      .modal .modal-body--manage .additional-info .alert {
        display: block; } }
  .modal .modal-body--manage .additional-info .btn,
  .modal .modal-body--manage .additional-info .btn-modal-container {
    width: 100%;
    margin-bottom: 5px; }
    @media (min-width: 900px) {
      .modal .modal-body--manage .additional-info .btn,
      .modal .modal-body--manage .additional-info .btn-modal-container {
        width: auto;
        margin-bottom: 0;
        margin-right: 5px; } }

.modal .modal-body--edit .form-buttons {
  position: static; }
  .modal .modal-body--edit .form-buttons .btn[type="submit"] {
    position: static;
    width: 100%;
    margin-bottom: 5px; }
    @media (min-width: 900px) {
      .modal .modal-body--edit .form-buttons .btn[type="submit"] {
        position: absolute;
        width: auto;
        bottom: 30px;
        right: 30px;
        margin-bottom: 0; } }

.modal .modal-body--edit .save-and-invite {
  margin-bottom: 5px;
  margin-top: 65px;
  width: 100%; }
  @media (min-width: 900px) {
    .modal .modal-body--edit .save-and-invite {
      position: absolute;
      bottom: 30px;
      right: 115px;
      margin-top: 0;
      margin-bottom: 0;
      width: auto; } }

.modal .modal-body--edit .additional-info {
  margin-bottom: -50px; }
  .modal .modal-body--edit .additional-info .alert {
    display: none; }
    @media (min-width: 900px) {
      .modal .modal-body--edit .additional-info .alert {
        display: block; } }
  .modal .modal-body--edit .additional-info .btn,
  .modal .modal-body--edit .additional-info .btn-modal-container {
    margin-bottom: 5px;
    width: 100%; }
    @media (min-width: 900px) {
      .modal .modal-body--edit .additional-info .btn,
      .modal .modal-body--edit .additional-info .btn-modal-container {
        width: auto;
        margin-bottom: 0;
        margin-right: 5px; } }
  .modal .modal-body--edit .additional-info .form-group {
    margin-top: -150px; }
    @media (min-width: 900px) {
      .modal .modal-body--edit .additional-info .form-group {
        margin-top: 0; } }

.modal .modal-body--signup .club-search-form .react-selectize .dropdown-menu {
  position: static;
  max-height: 412px;
  overflow: auto; }

.modal .modal-body--signup .club-search-form .search-holder {
  position: relative;
  margin-bottom: 30px; }

.modal .modal-body--signup .club-search-form .create-btn {
  position: absolute;
  bottom: 30px;
  z-index: 2; }

.modal .modal-body--share .share-group {
  margin: 1rem 0;
  padding: 2rem;
  border: 1px solid #e0dfdd; }

.modal .modal-body--share .share-link-actions {
  display: flex; }
  .modal .modal-body--share .share-link-actions .copy-to-clipboard {
    flex: 1; }
  .modal .modal-body--share .share-link-actions .share-go-link {
    margin-left: 0.5rem; }

.modal .modal-body--share .share-buttons {
  display: flex; }
  .modal .modal-body--share .share-buttons .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 32px;
    height: 32px;
    margin: 0 3px; }
    .modal .modal-body--share .share-buttons .btn .fa {
      margin: 0; }

.notifications {
  position: fixed;
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 0; }
  .notifications .notification {
    padding: 30px;
    text-align: center;
    background-color: rgba(51, 86, 135, 0.9);
    color: #fff;
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out; }
    .notifications .notification.active {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); }
    .notifications .notification:not(:first-of-type) {
      margin-bottom: 0.5rem; }

.pagination {
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 3rem;
  font-size: 2rem; }
  .pagination.pagination-left {
    float: left; }
  .pagination.pagination-right {
    float: right; }
  .pagination.pagination-center {
    margin: auto;
    width: 180px; }
  .pagination.pagination--inlined {
    display: inline-block; }
  .pagination li {
    float: left;
    text-align: center;
    cursor: pointer; }
    .pagination li:not(:last-of-type) {
      margin-right: 5px; }
    .pagination li:hover {
      background-color: #eee; }
    .pagination li.active {
      border-bottom: 3px solid #74b04a; }
    .pagination li a {
      display: block;
      padding: 5px 10px;
      width: 100%;
      height: 100%;
      color: #006fba;
      text-decoration: none;
      outline: none; }
    .pagination li .fa {
      font-size: 2.25rem; }

.spinner,
.spinner:after {
  border-radius: 50%; }

.spinner {
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: rotate 1.1s infinite linear;
  animation: rotate 1.1s infinite linear; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.tag {
  padding: 1px 5px;
  font-size: 1rem;
  background-color: #9b9993;
  color: #fff; }
  .tag.tag-primary, .tag.tag-new {
    background-color: #006fba;
    color: #fff; }
  .tag.tag-secondary, .tag.tag-active {
    background-color: #74b04a;
    color: #fff; }
  .tag.tag-tertiary, .tag.tag-premium {
    background-color: #006fba;
    color: #fff; }
  .tag.tag-success {
    background-color: #5cb85c; }
  .tag.tag-info {
    background-color: #5bc0de; }
  .tag.tag-warning {
    background-color: #f0ad4e; }
  .tag.tag-danger {
    background-color: #d9534f; }
  .tag.tag-md {
    padding: 2px 10px;
    font-size: 1.25rem; }

.tag-group {
  overflow: hidden; }
  .tag-group .tag {
    float: left; }
    .tag-group .tag:not(:last-of-type) {
      margin-right: 3px; }

.table {
  border-spacing: 0; }
  .table thead > tr > th {
    border-bottom: 1px solid #9b9993; }
  .table tbody > tr > td {
    padding: 10px 5px; }
  .table tbody > tr:first-of-type > th,
  .table tbody > tr:first-of-type > td {
    border: 0; }
  .table.table--sortable-header th {
    position: relative;
    font-weight: 400;
    color: #9b9993;
    white-space: nowrap;
    cursor: pointer; }
    .table.table--sortable-header th.sort {
      font-weight: 700;
      color: #000; }
      .table.table--sortable-header th.sort .table--sortable-header__sort-icon {
        position: absolute;
        display: inline-block;
        margin-left: 5px;
        font-size: 10px;
        transition: all 0.1s ease-in-out;
        vertical-align: text-bottom; }
        .table.table--sortable-header th.sort .table--sortable-header__sort-icon--is-reversed {
          transform: rotate(180deg); }
  .table.table--administration th {
    white-space: nowrap; }
  .table.table--administration td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 140px; }
  @media (max-width: 767px) {
    .table.table--administration {
      border-collapse: collapse; }
      .table.table--administration thead {
        display: none; }
      .table.table--administration tr {
        border-bottom: 1px solid #dedcd6;
        border-top: 1px solid #dedcd6; }
      .table.table--administration > tbody > tr > td {
        border: 0; }
      .table.table--administration td {
        max-width: 100%;
        padding: 0 0 1em 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
        .table.table--administration td:first-of-type {
          padding-top: 1em;
          font-weight: bold; }
        .table.table--administration td:nth-of-type(3) {
          padding-bottom: 1em; }
        .table.table--administration td:not(.invite-single-modal) {
          display: inline-block;
          width: 60vw; }
        .table.table--administration td.text-right {
          padding-top: 1em;
          width: 5vw; }
        .table.table--administration td.invite-single-modal {
          width: 35vw; } }

.m-control-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #4a4a4a;
  padding: 1rem 0;
  z-index: 1001; }
  .m-control-panel .m-control-panel-header {
    text-align: center;
    color: #fff;
    margin-bottom: 1rem; }
  .m-control-panel .m-control-panel-inner {
    display: flex;
    justify-content: center; }
  .m-control-panel .m-control-panel-tag {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 2px 5px;
    margin: 0 0.5rem 0.5rem; }
  .m-control-panel .m-control-panel-btn {
    padding: 0.5rem 1rem;
    text-align: center;
    margin: 0 0.5rem; }
    @media (min-width: 350px) {
      .m-control-panel .m-control-panel-btn {
        min-width: 7.5rem; } }
    .m-control-panel .m-control-panel-btn i {
      margin-right: 0.5rem; }

.m-control-screen {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #4a4a4a;
  z-index: 1102;
  transform: translateY(200%);
  transition: all 0.5s ease-in-out; }
  .m-control-screen.is-open {
    transform: translateY(0%); }
  .m-control-screen .m-control-screen-header {
    color: #fff;
    padding: 1rem 3rem;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase; }
    .m-control-screen .m-control-screen-header i {
      float: right;
      font-size: 2rem;
      margin: 0.2rem; }
  .m-control-screen .m-control-screen-body {
    flex: 1;
    overflow-y: auto;
    padding: 2rem 3rem 7rem 3rem; }
  .m-control-screen .form-group {
    margin-bottom: 1rem; }
    .m-control-screen .form-group .control-label {
      color: #fff; }
  .m-control-screen .m-control-screen-button,
  .m-control-screen .form-buttons {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.5rem 0;
    text-align: center;
    background: #4a4a4a; }
    .m-control-screen .m-control-screen-button .btn-clear-filters,
    .m-control-screen .form-buttons .btn-clear-filters {
      display: none; }
    .m-control-screen .m-control-screen-button button[type="submit"],
    .m-control-screen .form-buttons button[type="submit"] {
      float: none !important; }

.activity-filter {
  margin-bottom: 2rem; }
  .activity-filter .activity-filter-header {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5rem; }
  .activity-filter .activity-filter-items {
    display: flex;
    justify-content: center; }
  .activity-filter .form-group .control-label {
    display: none; }
  .activity-filter .activity-filter-item {
    text-align: center;
    align-self: flex-end; }
    .activity-filter .activity-filter-item label {
      padding: 0.5rem 1rem 0.5rem;
      color: #fff;
      font-weight: normal;
      border-bottom: 3px solid #fff; }
      .activity-filter .activity-filter-item label.active {
        color: #f68b1f;
        border-color: #f68b1f; }
    .activity-filter .activity-filter-item input[type="checkbox"] {
      opacity: 0;
      position: absolute;
      margin: 0;
      z-index: -1;
      width: 0;
      height: 0;
      overflow: hidden;
      left: 0;
      pointer-events: none; }

.dropdown-menu {
  position: relative; }
  .dropdown-menu__toggle-button {
    cursor: pointer; }
  .dropdown-menu__menu {
    display: none;
    position: absolute;
    padding: 4px 0;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    max-height: 85vh;
    overflow-y: auto;
    z-index: 100; }
    .dropdown-menu__menu--is-open {
      display: block; }
  .dropdown-menu__item {
    display: block;
    padding: 8px 16px;
    color: #006fba;
    white-space: nowrap;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer; }
    .dropdown-menu__item:hover, .dropdown-menu__item--is-active {
      background: rgba(0, 0, 0, 0.05);
      text-decoration: none; }
  .dropdown-menu__divider {
    margin: 4px 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.15); }

.mobile-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease-out; }
  .mobile-sidebar--is-open {
    opacity: 1;
    pointer-events: initial; }
    .mobile-sidebar--is-open .mobile-sidebar__menu {
      right: 0;
      transform: translateX(0%); }
    .mobile-sidebar--is-open .mobile-sidebar__overlay {
      opacity: 1; }
  .mobile-sidebar__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity 300ms ease-out; }
  .mobile-sidebar__menu {
    position: absolute;
    right: -100%;
    top: 0;
    height: 100vh;
    background: white;
    width: 60%;
    max-width: 250px;
    padding: 8px 0;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.15);
    transform: translateX(100%);
    transition: transform 300ms ease-out; }
  .mobile-sidebar__item {
    display: block;
    padding: 16px;
    color: #333;
    font-size: 20px;
    text-align: left;
    text-decoration: none;
    cursor: pointer; }
    .mobile-sidebar__item--small-text {
      font-size: 16px; }
    .mobile-sidebar__item:hover, .mobile-sidebar__item:active, .mobile-sidebar__item--is-active {
      font-weight: bold;
      text-decoration: none; }
  .mobile-sidebar__divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
    margin: 8px 0; }
  .mobile-sidebar__user-icon {
    display: inline-block;
    margin-right: 8px; }
  .mobile-sidebar__back-arrow {
    margin-right: 10px; }

.flex-box {
  display: flex;
  flex-basis: auto; }
  .flex-box--direction-column {
    flex-direction: column; }
  .flex-box--direction-row {
    flex-direction: row; }
  .flex-box--align-start {
    align-items: flex-start; }
  .flex-box--align-center {
    align-items: center; }
  .flex-box--align-end {
    align-items: flex-end; }
  .flex-box--align-baseline {
    align-items: baseline; }
  .flex-box--align-stretch {
    align-items: stretch; }
  .flex-box--justify-around {
    justify-content: space-around; }
  .flex-box--justify-between {
    justify-content: space-between; }
  .flex-box--justify-center {
    justify-content: center; }
  .flex-box--justify-end {
    justify-content: flex-end; }
  .flex-box--justify-evenly {
    justify-content: space-evenly; }
  .flex-box--justify-start {
    justify-content: flex-start; }
  .flex-box--justify-stretch {
    justify-content: stretch; }
  .flex-box--wrap-nowrap {
    flex-wrap: nowrap; }
  .flex-box--wrap-wrap {
    flex-wrap: wrap; }
  .flex-box--wrap-wrap-reverse {
    flex-wrap: wrap-reverse; }
  .flex-box--block-block {
    display: block; }
  .flex-box--block-inline {
    display: inline-block; }

.flex-table__header__cell__sort-icon {
  opacity: 0;
  margin-left: 4px;
  transition: transform 150ms ease-out, opacity 150ms ease-out; }
  .flex-table__header__cell__sort-icon--is-ascending {
    transform: rotate(0deg); }
  .flex-table__header__cell__sort-icon--is-descending {
    transform: rotate(180deg); }
  .flex-table__header__cell__sort-icon--is-active {
    opacity: 1; }

.flex-table__header__cell--is-sortable {
  display: flex;
  align-items: center;
  cursor: pointer; }

.percentage-bar {
  position: relative;
  height: 12px;
  width: 100%;
  min-width: 100px;
  border: 1px solid #ddd; }
  .percentage-bar__bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }

.content-container {
  margin: 10px;
  padding: 20px;
  background-color: white;
  border-radius: 3px; }

.simple-tooltip {
  position: relative;
  padding: 5px; }
  .simple-tooltip:hover .simple-tooltip__tip,
  .simple-tooltip:hover .simple-tooltip__container {
    opacity: 1; }
  .simple-tooltip__container {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    padding: 8px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    white-space: nowrap;
    transition: opacity 150ms ease-out; }
  .simple-tooltip__tip {
    opacity: 0;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.8);
    transition: opacity 150ms ease-out; }

.link-button {
  color: #335687;
  cursor: pointer; }
  a.link-button {
    text-decoration: none; }
  .link-button > a {
    text-decoration: none; }

header {
  height: 60px;
  background-color: #3a629a;
  color: #fff; }
  header .row {
    margin: 0;
    width: 100%; }
    @media (min-width: 900px) {
      header .row {
        margin-left: -15px;
        margin-right: -15px; } }
  header .user-management {
    float: right;
    font-family: "trade-gothic-next", sans-serif;
    text-transform: uppercase;
    min-width: 150px;
    background-color: #335687; }
    header .user-management .name {
      color: #fff;
      line-height: 60px;
      padding: 0 10px 0 15px;
      text-align: center; }
    header .user-management .menu-dropdown-drawer li {
      padding: 0; }
      header .user-management .menu-dropdown-drawer li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px 15px;
        color: #fff;
        transition: all 0.1s ease-in-out; }
        header .user-management .menu-dropdown-drawer li a:hover {
          text-decoration: none; }
        header .user-management .menu-dropdown-drawer li a .fa {
          margin-right: 10px; }

@media (max-width: 991px) {
  header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1001;
    max-width: 100vw; }
    header .menu-toggle {
      position: relative;
      float: right;
      width: 50px;
      height: 50px; }
      header .menu-toggle:after {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 3rem;
        font-family: "Font Awesome 5 Pro";
        font-weight: 600;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0c9";
        font-size: 30px;
        margin-left: -15px;
        margin-top: -20px; } }

.app-header {
  background: #fff;
  height: 60px;
  flex: 0; }
  .app-header__container {
    position: relative;
    height: 60px; }
    .app-header__container--whitelabeled {
      padding-left: 112px;
      justify-content: flex-end; }
    @media (max-width: 700px) {
      .app-header__container {
        padding: 0 8px; } }
  @media (max-width: 700px) {
    .app-header__nav {
      display: none; } }
  .app-header__nav-link {
    display: inline-block;
    margin: 4px;
    padding: 8px 16px;
    border-bottom: 2px solid transparent;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    transition: border-color 150ms ease-out;
    cursor: pointer; }
    .app-header__nav-link:hover, .app-header__nav-link:focus, .app-header__nav-link--is-active {
      color: #000;
      border-color: #74b04a;
      text-decoration: none; }
  .app-header__logo {
    display: inline-block;
    height: 40px;
    flex: 0 0 auto; }
    .app-header__logo__container {
      margin-right: 16px; }
      .app-header__logo__container--whitelabeled {
        position: absolute;
        left: 0;
        height: 90px;
        width: 90px;
        top: 8px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.3);
        overflow: hidden; }
        .app-header__logo__container--whitelabeled > img {
          height: initial;
          width: 100%; }
        @media (max-width: 700px) {
          .app-header__logo__container--whitelabeled {
            top: 2px;
            left: 50%;
            transform: translateX(-50%);
            width: 54px;
            height: 54px; } }
  @media (max-width: 700px) {
    .app-header__user-menu {
      display: none; } }
  .app-header__icon {
    color: #000;
    font-size: 28px; }
  .app-header__mobile-menu-button {
    display: none; }
    @media (max-width: 700px) {
      .app-header__mobile-menu-button {
        display: block; } }

.app-sport-switcher {
  margin-right: 16px;
  cursor: pointer;
  color: black; }
  .app-sport-switcher__toggle-icon {
    margin-left: 5px;
    margin-right: 10px;
    color: black; }
  .app-sport-switcher__toggle-text {
    text-align: right;
    color: black; }
  .app-sport-switcher__toggle-text-sport {
    font-weight: bold;
    white-space: nowrap; }
  .app-sport-switcher__item__active-icon {
    color: #74b04a;
    margin-left: 8px; }

.app-wrapper {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .app-wrapper__main {
    flex: 1 0 auto; }

main {
  background-color: #fff;
  min-height: 600px; }
  main .heading {
    text-transform: uppercase;
    color: #006fba; }
  main .events {
    color: #9b9993;
    margin: 0;
    margin-bottom: 3rem;
    padding: 0;
    list-style: none; }
    main .events li:not(:last-of-type) {
      margin-bottom: 1rem; }
  main .achievements {
    color: #9b9993; }
    main .achievements td:first-of-type {
      font-weight: 700; }
    main .achievements td {
      padding-right: 5px;
      padding-bottom: 1rem; }
  main .graphs {
    background-color: #eee;
    padding: 10% 0;
    min-height: 400px; }
    @media (min-width: 900px) {
      main .graphs {
        padding: 2em; } }
    main .graphs div:first-of-type {
      max-width: 95%;
      margin: 0 auto; }
      @media (min-width: 900px) {
        main .graphs div:first-of-type {
          max-width: 100%; } }
    main .graphs .row {
      margin: 0; }
    main .graphs .col-lg-12 p {
      margin: 0 0 20px;
      color: #335687;
      font-style: italic; }
  main .section-content {
    padding: 30px; }
    main .section-content h3 .small {
      font-size: 1rem;
      color: #9b9993; }
    @media (min-width: 768px) {
      main .section-content.section-content--dashboard .card-sort {
        margin-top: -2.5rem; } }
    @media (min-width: 768px) {
      main .section-content.section-content--dashboard .table.table--sortable-header thead {
        width: 400px; } }
    @media (min-width: 768px) {
      main .section-content.section-content--dashboard .table.table--sortable-header thead th {
        width: 27%; } }

@media (max-width: 991px) {
  #dashboard-chart {
    display: none; }
  main {
    padding-top: 60px; }
    main .graphs {
      min-height: auto;
      padding: 2rem;
      width: 100%; }
      main .graphs .dashboard-caption {
        display: none; }
    main .section-content {
      padding: 20px; } }

@media (min-width: 900px) {
  main .graphs {
    display: block; } }

.onboarding-panels {
  background-color: #eee; }
  .onboarding-panels h1 {
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1em; }
  .onboarding-panels a.demo-link {
    text-decoration: underline; }

footer {
  flex: 0;
  color: #fff;
  font-size: 1.25rem;
  background-color: #006fba; }
  footer a {
    color: #fff;
    font-weight: 700; }
    footer a:hover {
      color: #fff; }
  footer .social,
  footer .partner-logos {
    padding: 30px; }
    footer .social__logo,
    footer .partner-logos__logo {
      margin: 4px; }
    footer .social__logo-image,
    footer .partner-logos__logo-image {
      height: 64px; }
  footer .copyright {
    padding: 30px; }
    footer .copyright a {
      padding: 0; }
  footer ul li {
    list-style: none; }
  footer ul.contact-us {
    padding: 0;
    margin: 0;
    margin-bottom: 2rem; }
    footer ul.contact-us li {
      padding: 5px 0; }
      footer ul.contact-us li:not(:last-of-type) {
        margin-bottom: 0.5rem;
        border-bottom: 1px solid #ccc; }
      footer ul.contact-us li .fa {
        margin-right: 10px; }
  footer ul.follow-us {
    padding: 0;
    margin: 0;
    margin-bottom: 2rem;
    font-size: 3rem; }
    footer ul.follow-us li {
      float: left;
      margin-right: 10px; }

@media (max-width: 767px) {
  footer .social {
    padding: 20px; }
  footer .copyright {
    padding: 20px; } }

.administration table tr td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .administration table tr td:nth-child(1) {
    width: 250px;
    max-width: 250px; }
  .administration table tr td:nth-child(2) {
    width: 250px;
    max-width: 250px; }

.uploadOverlay {
  background-color: #7d7b74;
  margin-top: 1em;
  width: 200px; }

#upload-logo {
  display: block; }
  #upload-logo:hover {
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    background: #9b9993; }
  #upload-logo:focus {
    text-decoration: none; }
  #upload-logo img {
    padding: 1em;
    width: 100%; }
  #upload-logo .change {
    font-size: 1em;
    color: #fff;
    text-align: center;
    padding-bottom: 1em; }

.athlete-profile .modal.active {
  z-index: 999999; }

@media (min-width: 700px) {
  .athlete-profile .cards .card .card-content .card-table {
    max-width: 20%; } }

@media (max-width: 767px) {
  .admin-section-athletes .btn-group {
    display: block;
    margin-bottom: 1.5em; } }

@media (min-width: 767px) {
  .admin-section-athletes .table--sortable-header th:nth-child(2), .admin-section-athletes .table--sortable-header th:nth-child(3) {
    padding-left: 12rem; } }

.admin-section-athletes .table--sortable-header th:nth-child(2) {
  display: none; }
  @media (min-width: 767px) {
    .admin-section-athletes .table--sortable-header th:nth-child(2) {
      display: block; } }

@media (min-width: 767px) {
  .admin-section-athletes .table--administration tr td:nth-child(1) {
    width: 25%; }
  .admin-section-athletes .table--administration tr td:nth-child(2) {
    width: 5%; }
  .admin-section-athletes .table--administration tr td:nth-child(3) {
    width: 30%; }
  .admin-section-athletes .table--administration tr td:nth-child(4) {
    width: 20%; }
  .admin-section-athletes .table--administration tr td:nth-child(5) {
    width: 15%; }
  .admin-section-athletes .table--administration tr td:nth-child(6) {
    width: 5%; } }

.admin-section-teams .section-actions .section-actions-field {
  margin-bottom: 0.5rem; }
  .admin-section-teams .section-actions .section-actions-field label {
    margin-right: 1rem; }
  @media (min-width: 992px) {
    .admin-section-teams .section-actions .section-actions-field select {
      width: 70%;
      display: inline-block; } }
  @media (min-width: 1199px) {
    .admin-section-teams .section-actions .section-actions-field select {
      width: 75%; } }

.admin-section-teams .section-actions .section-actions-buttons {
  padding: 0.8rem 0;
  text-align: right; }

.relationships {
  display: flex; }
  .relationships .panel {
    text-align: center;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    color: #fff; }
  .relationships .athlete-panel {
    background-image: url(/team_edition/images/backgrounds/diamond.png); }
    .relationships .athlete-panel .rating {
      font-size: 2rem;
      margin-bottom: 0.5rem;
      vertical-align: text-top; }
      .relationships .athlete-panel .rating .fa {
        color: #f68b1f; }
  .relationships .college-panel {
    background-image: url(/team_edition/images/backgrounds/diamond-gray.png); }
  .relationships .divider {
    position: relative;
    width: 1px;
    display: flex;
    align-items: center; }
    .relationships .divider .match {
      position: absolute;
      left: -50px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background-color: #fff; }
      .relationships .divider .match .score {
        font-size: 3rem; }
      .relationships .divider .match .subtitle {
        font-size: 1rem;
        text-transform: uppercase;
        color: #9b9993; }

.admin-dashboard .admin-dashboard-filters {
  padding: 3rem 0;
  border-bottom: 1px solid #dedcd6;
  margin-bottom: 1rem; }

.admin-dashboard .section-heading {
  font-size: 15px;
  font-weight: bold;
  padding: 15px;
  background-color: #006fba;
  margin: 1rem 0 2rem;
  color: #fff; }
  @media (min-width: 900px) {
    .admin-dashboard .section-heading {
      font-size: 20px; } }

.athlete-profile {
  background-image: url(/team_edition/images/backgrounds/diamond.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 60px 30px; }
  .athlete-profile h2 {
    margin: 0;
    margin-bottom: 1rem;
    color: #fff;
    width: 285px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .athlete-profile .athlete-details {
    display: flex; }
    .athlete-profile .athlete-details .profile-image {
      margin-right: 2rem;
      margin-bottom: 2rem; }
    .athlete-profile .athlete-details .stats {
      margin-bottom: 1rem;
      width: 285px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .athlete-profile .athlete-details .stats .rating {
        font-size: 2rem;
        margin-bottom: 1rem;
        vertical-align: text-top;
        overflow: hidden; }
        .athlete-profile .athlete-details .stats .rating .rating-star {
          color: #74b04a;
          float: left;
          margin-right: 5px; }
  .athlete-profile .box-group {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2rem;
    color: #333; }
    .athlete-profile .box-group .box {
      font-weight: 700;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 33.3%;
      height: 100px;
      padding: 10px;
      font-size: 1rem;
      text-transform: uppercase;
      background-color: rgba(255, 255, 255, 0.75);
      box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
      transition: all 0.1s ease-in-out;
      text-align: center; }
      .athlete-profile .box-group .box:hover {
        background-color: #006fba;
        cursor: pointer; }
      .athlete-profile .box-group .box:not(:last-of-type) {
        margin-right: 10px; }
      .athlete-profile .box-group .box .fa-check {
        color: #3c763d;
        font-size: 1.25rem; }
      .athlete-profile .box-group .box .fa-times {
        color: #a94442;
        font-size: 1.25rem; }
      .athlete-profile .box-group .box table th,
      .athlete-profile .box-group .box table td {
        padding: 2px; }
  .athlete-profile .btn-group {
    margin-bottom: 0.8em; }
  .athlete-profile .profile-completion-percentage {
    height: 45px;
    text-transform: uppercase;
    font-size: large;
    font-family: "trade-gothic-next", sans-serif; }
    .athlete-profile .profile-completion-percentage .horizontal-bar {
      height: 10px;
      background-color: rgba(255, 255, 255, 0.75);
      border-radius: 5px; }
      .athlete-profile .profile-completion-percentage .horizontal-bar .filling {
        height: 10px;
        background-color: #74b04a;
        border-radius: 5px; }
  .athlete-profile .evaluation .rating {
    border: none;
    float: left;
    overflow: hidden; }
  .athlete-profile .evaluation .rating > input {
    display: none; }
  .athlete-profile .evaluation .rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    display: inline-block;
    content: "\f005"; }
  .athlete-profile .evaluation .rating > .half:before {
    content: "\f089";
    position: absolute; }
  .athlete-profile .evaluation .rating > label {
    color: #ddd;
    float: right; }
  .athlete-profile .evaluation .rating > input:checked ~ label,
  .athlete-profile .evaluation .rating:not(:checked) > label:hover,
  .athlete-profile .evaluation .rating:not(:checked) > label:hover ~ label {
    color: #ffd700; }
  .athlete-profile .evaluation .rating > input:checked + label:hover,
  .athlete-profile .evaluation .rating > input:checked ~ label:hover,
  .athlete-profile .evaluation .rating > label:hover ~ input:checked ~ label,
  .athlete-profile .evaluation .rating > input:checked ~ label:hover ~ label {
    color: #ffed85; }

.evaluation-chart thead tr,
.evaluation-chart tbody tr {
  cursor: pointer; }
  .evaluation-chart thead tr td ul,
  .evaluation-chart thead tr th ul,
  .evaluation-chart tbody tr td ul,
  .evaluation-chart tbody tr th ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .evaluation-chart thead tr th:nth-child(1),
  .evaluation-chart tbody tr th:nth-child(1) {
    width: 125px; }
  .evaluation-chart thead tr th:nth-child(2),
  .evaluation-chart tbody tr th:nth-child(2) {
    width: 225px; }
  .evaluation-chart thead tr th:nth-child(3),
  .evaluation-chart tbody tr th:nth-child(3) {
    width: auto; }

.evaluation-chart tbody tr:not(:first-of-type) th,
.evaluation-chart tbody tr:not(:first-of-type) td {
  height: 75px; }

#map {
  width: 410px;
  height: 275px; }

.location-preferences {
  list-style: none;
  padding: 0;
  margin: 0; }
  .location-preferences .location-blue {
    color: #006fba; }
  .location-preferences .location-orange {
    color: #74b04a; }
  .location-preferences .location-default {
    color: #000; }

@media (max-width: 767px) {
  .athlete-profile {
    padding: 20px;
    max-width: 100vw; }
    .athlete-profile .btn-group .btn:nth-child(2) {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    .athlete-profile .btn-group .btn:last-child {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      margin: 0.1em 0 1em; } }

.view-message {
  margin-left: 0.5em; }

.star-rating {
  display: block; }
  .star-rating.star-rating--disabled .rating {
    opacity: 0.5; }
    .star-rating.star-rating--disabled .rating * {
      cursor: not-allowed; }

.profile-missing-js {
  background: rgba(0, 0, 0, 0.4);
  padding: 1em 1.5em;
  -webkit-transition: height 0.2s linear, padding-top 0.2s linear, padding-bottom 0.2s linear, opacity 0.2s linear;
  transition: height 0.2s linear, padding-top 0.2s linear, padding-bottom 0.2s linear, opacity 0.2s linear; }
  .profile-missing-js.toggle {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
    opacity: 0.5; }
  .profile-missing-js h4 {
    text-transform: uppercase; }

.missing-js {
  color: #fff; }
  .missing-js:hover {
    color: #e0dfdd;
    cursor: pointer;
    text-decoration: none; }

.college-profile {
  background-image: url(/team_edition/images/backgrounds/diamond-gray.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 30px;
  color: #fff;
  max-width: 100vw; }
  .college-profile h2 {
    margin: 0;
    margin-bottom: 1rem; }
  .college-profile .college-details {
    display: flex; }
    .college-profile .college-details .profile-image {
      margin-right: 2rem;
      margin-bottom: 2rem; }
    .college-profile .college-details .stats {
      margin-bottom: 1rem; }
  .college-profile .box-group {
    display: flex;
    margin-bottom: 2rem; }
    .college-profile .box-group .box {
      width: 50%;
      padding: 10px;
      font-size: 1rem;
      text-transform: uppercase;
      background-color: rgba(255, 255, 255, 0.75);
      box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
      color: #333;
      transition: all 0.1s ease-in-out; }
      .college-profile .box-group .box:not(:last-of-type) {
        margin-right: 10px; }
      .college-profile .box-group .box .college tr th {
        width: 55%; }
      .college-profile .box-group .box .college tr th,
      .college-profile .box-group .box .college tr td {
        vertical-align: top;
        padding-bottom: 0.5rem; }

.college-coaches {
  padding: 30px;
  background-color: #eee; }
  .college-coaches .coach-change {
    float: right;
    margin-top: -2.5em; }

@media screen and (max-width: 991px) {
  .college-profile .box-group {
    display: table; }
    .college-profile .box-group .box {
      display: table-cell; }
  .college-coaches {
    max-width: 100vw;
    box-sizing: border-box; }
    .college-coaches .coach-change {
      margin-bottom: 1em;
      margin-top: 0;
      float: none; }
    .college-coaches tr {
      display: block;
      max-width: 90vw;
      border-top: 1px solid #dedcd6;
      padding: 1em; }
      .college-coaches tr:first-of-type {
        display: none;
        border: none; }
    .college-coaches .table > tbody > tr > td {
      display: block;
      width: 100%;
      border: 0;
      line-height: 1.4em;
      padding: 0; }
      .college-coaches .table > tbody > tr > td:first-of-type, .college-coaches .table > tbody > tr > td:nth-of-type(2) {
        font-weight: bold; }
  main .section-content {
    max-width: 100vw; }
  .team-filter-dropdown .row {
    margin: 0 0.8em; }
  .filter-teams .table--sortable-header {
    display: none; } }

main.public-page {
  padding-top: 0; }

.team-profile {
  background-image: url(/team_edition/images/backgrounds/public-profile/multi-sport.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 760px), (max-device-width: 768px) and (min-device-width: 1024px) {
    .team-profile {
      padding: 60px 30px; } }
  .team-profile.bg-baseball {
    background-image: url(/team_edition/images/backgrounds/public-profile/baseball.png); }
  .team-profile.bg-mens-basketball, .team-profile.bg-womens-basketball {
    background-image: url(/team_edition/images/backgrounds/public-profile/basketball.png); }
  .team-profile.bg-field-hockey {
    background-image: url(/team_edition/images/backgrounds/public-profile/fieldhockey.png); }
  .team-profile.bg-football {
    background-image: url(/team_edition/images/backgrounds/public-profile/football.png); }
  .team-profile.bg-mens-golf, .team-profile.bg-womens-golf {
    background-image: url(/team_edition/images/backgrounds/public-profile/golf.png); }
  .team-profile.bg-mens-ice-hockey, .team-profile.bg-womens-ice-hockey {
    background-image: url(/team_edition/images/backgrounds/public-profile/hockey.png); }
  .team-profile.bg-mens-lacrosse, .team-profile.bg-womens-lacrosse {
    background-image: url(/team_edition/images/backgrounds/public-profile/lacrosse.png); }
  .team-profile.bg-mens-rowing, .team-profile.bg-womens-rowing {
    background-image: url(/team_edition/images/backgrounds/public-profile/rowing.png); }
  .team-profile.bg-mens-soccer, .team-profile.bg-womens-soccer {
    background-image: url(/team_edition/images/backgrounds/public-profile/soccer.png); }
  .team-profile.bg-softball {
    background-image: url(/team_edition/images/backgrounds/public-profile/softball.png); }
  .team-profile.bg-mens-swimming, .team-profile.bg-womens-swimming {
    background-image: url(/team_edition/images/backgrounds/public-profile/swimming.png); }
  .team-profile.bg-mens-tennis, .team-profile.bg-womens-tennis {
    background-image: url(/team_edition/images/backgrounds/public-profile/tennis.png); }
  .team-profile.bg-mens-track, .team-profile.bg-womens-track {
    background-image: url(/team_edition/images/backgrounds/public-profile/track-cc.png); }
  .team-profile.bg-mens-volleyball, .team-profile.bg-womens-volleyball {
    background-image: url(/team_edition/images/backgrounds/public-profile/volleyball.png); }
  .team-profile.bg-mens-water-polo, .team-profile.bg-womens-water-polo {
    background-image: url(/team_edition/images/backgrounds/public-profile/waterpolo.png); }
  .team-profile.bg-wrestling {
    background-image: url(/team_edition/images/backgrounds/public-profile/wrestling.png); }
  .team-profile .stats h2 {
    text-decoration: none; }
  .team-profile .college-details {
    width: 100%;
    margin: auto;
    background-color: #fff;
    text-align: center;
    padding: 2.5em 1em; }
    @media only screen and (min-width: 760px), (max-device-width: 768px) and (min-device-width: 1024px) {
      .team-profile .college-details {
        width: 320px; } }
  .team-profile .profile-image {
    border-radius: 0;
    border: none; }
  .team-profile .club-logo {
    max-width: 150px; }
  .team-profile .club-logo-img {
    max-width: 300px; }
  .team-profile .profileState,
  .team-profile .profileEmail {
    display: block;
    font-weight: bold; }
  .team-profile .profileContact {
    margin-top: 1rem; }
  .team-profile a.corner-ribbon {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    background-color: #74b04a;
    text-transform: uppercase;
    width: 200px;
    position: absolute;
    text-align: center;
    line-height: 1;
    color: #f0f0f0;
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 10px;
    cursor: pointer;
    font-size: 1.2em; }
    .team-profile a.corner-ribbon:hover.corner-ribbon {
      text-decoration: none; }

.public-roster a {
  cursor: pointer; }

.public-roster .table--sortable-header {
  display: none;
  border-bottom: 0;
  margin-bottom: 0; }
  @media only screen and (min-width: 991px) {
    .public-roster .table--sortable-header {
      display: block; } }
  .public-roster .table--sortable-header thead {
    width: 100%;
    margin-right: 0;
    border-collapse: collapse; }
    .public-roster .table--sortable-header thead th {
      text-align: left;
      white-space: nowrap;
      font-weight: bold;
      font-size: 1.1rem;
      padding: 8px 2px; }
      @media only screen and (min-width: 1199px) {
        .public-roster .table--sortable-header thead th {
          font-size: 1.4rem; } }

@media only screen and (min-width: 991px) {
  .public-roster table #lastName,
  .public-roster table td:first-child {
    width: 28%; }
  .public-roster table #gradYear,
  .public-roster table td:nth-child(2) {
    width: 8%; }
  .public-roster table #position,
  .public-roster table td:nth-child(3) {
    width: 10%; }
  .public-roster table #teamName,
  .public-roster table td:nth-child(4) {
    width: 22%; }
  .public-roster table #videoUpdatedDate,
  .public-roster table td:nth-child(5),
  .public-roster table #gpa,
  .public-roster table td:nth-child(6),
  .public-roster table #keyStatsTotal,
  .public-roster table td:nth-child(7),
  .public-roster table #transcript,
  .public-roster table td:nth-child(8),
  .public-roster table #collegeCommitment,
  .public-roster table td:nth-child(9) {
    width: 6%; } }

.public-roster .table a {
  color: #335687;
  font-weight: bold;
  text-decoration: underline; }
  .public-roster .table a:hover {
    text-decoration: none; }

.public-roster .table label {
  font-weight: normal; }
  .public-roster .table label.team-name {
    color: inherit; }

.public-roster .table tbody tr:nth-child(odd) {
  background-color: #eee; }

.public-roster .table tbody > tr > td {
  padding: 8px 5px; }

@media only screen and (min-width: 760px), (max-device-width: 768px) and (min-device-width: 1024px) {
  .public-roster .table td {
    border-top: 1px solid #ccc;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #ccc; } }

@media only screen and (min-width: 760px), (max-device-width: 768px) and (min-device-width: 1024px) {
  .public-roster .table tr:first-child td {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; } }

@media only screen and (min-width: 760px), (max-device-width: 768px) and (min-device-width: 1024px) {
  .public-roster .table tr:last-child td {
    border-bottom: 1px solid #ccc; } }

.public-roster .table [type="checkbox"]:not(:checked),
.public-roster .table [type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

.public-roster .table [type="checkbox"]:not(:checked) + label,
.public-roster .table [type="checkbox"]:checked + label {
  position: absolute;
  left: 35%; }
  @media only screen and (min-width: 760px), (max-device-width: 768px) and (min-device-width: 1024px) {
    .public-roster .table [type="checkbox"]:not(:checked) + label,
    .public-roster .table [type="checkbox"]:checked + label {
      position: relative;
      left: auto; } }

.public-roster .table [type="checkbox"]:not(:checked) + label:before,
.public-roster .table [type="checkbox"]:checked + label:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 0;
  background: transparent; }

.public-roster .table [type="checkbox"]:not(:checked) + label:after,
.public-roster .table [type="checkbox"]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 6px;
  left: 0;
  margin: auto;
  font-size: 1.3em;
  line-height: 0.8;
  color: #74b04a;
  transition: all 0.2s; }

.public-roster .table [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

.public-roster .table [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .public-roster table,
  .public-roster tbody,
  .public-roster th,
  .public-roster td,
  .public-roster tr {
    display: block;
    padding-bottom: 25px; }
  tr .public-roster .public-roster,
  tr:first-child .public-roster .public-roster,
  td .public-roster .public-roster {
    border: none; }
  .public-roster table.table > tbody > tr > td {
    width: auto;
    border: none;
    border-bottom: none;
    position: relative; }
    .public-roster table.table > tbody > tr > td:nth-of-type(1), .public-roster table.table > tbody > tr > td:nth-of-type(2), .public-roster table.table > tbody > tr > td:nth-of-type(3), .public-roster table.table > tbody > tr > td:nth-of-type(4) {
      padding: 3px 6px 0 13px;
      display: inline-table;
      width: 50%; }
    .public-roster table.table > tbody > tr > td:nth-of-type(4) label {
      margin-right: 8px; }
    .public-roster table.table > tbody > tr > td:nth-of-type(5), .public-roster table.table > tbody > tr > td:nth-of-type(6), .public-roster table.table > tbody > tr > td:nth-of-type(7), .public-roster table.table > tbody > tr > td:nth-of-type(8), .public-roster table.table > tbody > tr > td:nth-of-type(9) {
      display: inline-table; }
      .public-roster table.table > tbody > tr > td:nth-of-type(5) label, .public-roster table.table > tbody > tr > td:nth-of-type(6) label, .public-roster table.table > tbody > tr > td:nth-of-type(7) label, .public-roster table.table > tbody > tr > td:nth-of-type(8) label, .public-roster table.table > tbody > tr > td:nth-of-type(9) label {
        position: absolute; }
    .public-roster table.table > tbody > tr > td:before {
      position: relative;
      top: auto;
      left: 6px;
      width: auto;
      padding-right: 10px;
      white-space: nowrap;
      font-weight: bold;
      font-size: 0.8em;
      color: #74b04a; }
    .public-roster table.table > tbody > tr > td:nth-of-type(3):before, .public-roster table.table > tbody > tr > td:nth-of-type(4):before {
      color: #333;
      font-size: 1em; }
    .public-roster table.table > tbody > tr > td:nth-of-type(5):before {
      content: "Video "; }
    .public-roster table.table > tbody > tr > td:nth-of-type(6):before {
      content: "GPA "; }
    .public-roster table.table > tbody > tr > td:nth-of-type(7):before {
      content: "Key Stats "; }
    .public-roster table.table > tbody > tr > td:nth-of-type(8):before {
      content: "Transcript "; }
    .public-roster table.table > tbody > tr > td:nth-of-type(9):before {
      content: "Committed "; } }

.search {
  width: 100%;
  margin-right: -95px;
  padding-right: 100px; }
  .search .form-control {
    width: 100%; }

.college-activities-header {
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 0; }

.college-filters {
  margin-bottom: 3em; }
  .college-filters .filter-results {
    text-align: center; }
    @media (min-width: 700px) {
      .college-filters .filter-results {
        text-align: right; } }

.college-search {
  border-bottom: 1px solid #9b9993;
  padding-right: 35px;
  overflow: hidden;
  position: relative; }
  .college-search table.table {
    border-bottom: none;
    margin-bottom: 0;
    width: 300px;
    float: right;
    padding: 5px 0; }
    .college-search table.table thead > tr > th {
      border-bottom: none;
      text-align: center; }
  .college-search #name {
    display: none; }
    @media (min-width: 768px) {
      .college-search #name {
        position: absolute;
        display: table-cell;
        left: 10px; } }
  .college-search #lastActivityDate {
    display: none; }
    @media (min-width: 768px) {
      .college-search #lastActivityDate {
        display: table-cell; } }

.filters-open {
  border-bottom: 1px solid #dedcd6;
  padding-bottom: 3em;
  margin: -1em 0 3em; }
  @media screen and (max-width: 800px), screen and (min-width: 992px) and (max-width: 1202px) {
    .filters-open .col-xs-6 {
      width: 100%;
      float: none;
      margin-bottom: 2em; } }
  .filters-open .row {
    width: 100%;
    display: block;
    margin: 1.5em 0 1.5em -15px; }
    @media (min-width: 700px) {
      .filters-open .row {
        margin-left: -15px;
        margin-right: -15px; } }
  .filters-open .btn-group .btn {
    background: #006fba;
    padding: 0.5em 0.85em; }
    @media (min-width: 700px) {
      .filters-open .btn-group .btn {
        padding: 0.5em 1em; } }
    .filters-open .btn-group .btn:not(:last-child) {
      margin-right: 0; }
    .filters-open .btn-group .btn.btn-selected {
      background: #74b04a;
      color: #fff;
      border-top: 1px solid #74b04a;
      border-bottom: 1px solid #74b04a;
      border-right: 1px solid transparent;
      border-left: 1px solid #fff;
      transition: all 0.1s ease-in-out; }
      .filters-open .btn-group .btn.btn-selected:first-child {
        border-left: 1px solid transparent; }
      .filters-open .btn-group .btn.btn-selected:last-child {
        border-right: 1px solid transparent; }
    .filters-open .btn-group .btn.btn-selected + .btn {
      border-left: 1px solid #fff; }
    .filters-open .btn-group .btn.btn-outlined {
      color: #fff; }
      .filters-open .btn-group .btn.btn-outlined:hover {
        background: #008ded;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-right: 1px solid transparent;
        border-left: 1px solid transparent;
        transition: all 0.1s ease-in-out; }
  .filters-open .rc-slider-track {
    background-color: #74b04a; }
  .filters-open .rc-slider-dot-active {
    border-color: #74b04a; }
  .filters-open .rc-slider-handle {
    border-color: #74b04a; }
  .filters-open .apply-filters {
    margin-top: 3em;
    margin-left: 0;
    text-align: center; }
    @media (min-width: 700px) {
      .filters-open .apply-filters {
        text-align: right; } }
    .filters-open .apply-filters .btn {
      margin-left: 0.5em; }
  .filters-open .tree-selector-box {
    user-select: none;
    border: 1px solid #dedcd6;
    border-radius: 3px;
    padding: 5px; }
  .filters-open .tree-selector h4 {
    cursor: pointer; }
  .filters-open .disclosure-icon {
    cursor: pointer;
    float: left; }
  .filters-open .tree-node .selectable-label {
    cursor: pointer;
    display: block;
    padding-left: 5px; }
    .filters-open .tree-node .selectable-label.selected-label {
      background: #74b04a;
      color: #fff; }
  .filters-open .tree-node ul {
    padding-left: 1.3em;
    margin-bottom: 0px; }
  .filters-open .tree-node li {
    list-style: none; }

.m-control-screen .college-filters {
  margin: 0; }
  .m-control-screen .college-filters h4 {
    color: #fff; }
  .m-control-screen .college-filters .filters-open {
    margin: 0;
    padding: 0;
    border: 0; }
    .m-control-screen .college-filters .filters-open .row {
      margin: 0; }
  .m-control-screen .college-filters .apply-filters {
    margin: 0; }
    .m-control-screen .college-filters .apply-filters .btn-outlined {
      border: 1px solid #fff;
      color: #fff; }
      .m-control-screen .college-filters .apply-filters .btn-outlined:hover {
        background-color: transparent; }
      .m-control-screen .college-filters .apply-filters .btn-outlined.is-applied {
        background: #fff;
        border: 1px solid #fff;
        color: #000; }
        .m-control-screen .college-filters .apply-filters .btn-outlined.is-applied:hover, .m-control-screen .college-filters .apply-filters .btn-outlined.is-applied:focus {
          background: #fff; }
  .m-control-screen .college-filters .btn-group .btn {
    padding: 0.5em; }
  .m-control-screen .college-filters .btn-group .btn-outlined {
    color: #fff; }
  .m-control-screen .college-filters .rc-slider .rc-slider-mark-text-active {
    color: #fff; }
  .m-control-screen .college-filters .tree-selector-box {
    color: #fff; }

.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  .banner.bleachers {
    background-image: url(/team_edition/images/backgrounds/bleachers.jpg); }
  .banner.lacrosse-players-men {
    background-image: url(/team_edition/images/backgrounds/lacrosse-players-men.jpg); }
  .banner.lacrosse-players-women {
    background-image: url(/team_edition/images/backgrounds/lacrosse-players-women.jpg); }
  .banner.soccer-ball-goal {
    background-image: url(/team_edition/images/backgrounds/soccer-ball-goal.jpg); }
  .banner.soccer-ball-players {
    background-image: url(/team_edition/images/backgrounds/soccer-ball-players.jpg); }
  .banner.soccer-ball {
    background-image: url(/team_edition/images/backgrounds/soccer-ball.jpg); }
  .banner.soccer-field {
    background-image: url(/team_edition/images/backgrounds/soccer-field.jpg); }
  .banner.diamond {
    background-image: url(/team_edition/images/backgrounds/diamond.png); }

.signin.modal {
  display: flex;
  align-items: center;
  visibility: visible;
  opacity: 1; }
  .signin.modal .modal-dialog .modal-header {
    background-color: #f0efee; }
    .signin.modal .modal-dialog .modal-header .logo {
      display: inline-block;
      border-right: 1px solid #006fba;
      margin-right: 15px; }
      .signin.modal .modal-dialog .modal-header .logo img {
        height: 50px;
        margin-right: 20px; }
    .signin.modal .modal-dialog .modal-header h3 {
      display: inline-block;
      margin-top: 15px;
      color: #006fba; }
    .signin.modal .modal-dialog .modal-header.se-login .logo {
      border-right: none; }
      .signin.modal .modal-dialog .modal-header.se-login .logo img {
        height: auto;
        max-width: 100%;
        max-height: 62px; }

@media (min-width: 1199px) {
  .credit-card.modal {
    display: flex;
    align-items: center;
    visibility: visible;
    opacity: 1; } }

.credit-card.modal .modal-dialog .modal-header .logo {
  display: inline-block;
  border-right: 1px solid #fff;
  margin-right: 15px; }
  .credit-card.modal .modal-dialog .modal-header .logo img {
    height: 50px;
    margin-right: 20px; }

.credit-card.modal .modal-dialog .modal-header .partner-logo {
  display: none; }
  @media (min-width: 460px) {
    .credit-card.modal .modal-dialog .modal-header .partner-logo {
      display: block;
      float: right; } }
  .credit-card.modal .modal-dialog .modal-header .partner-logo img {
    height: 50px;
    width: 100px;
    margin-left: 20px; }

.credit-card.modal .modal-dialog .modal-header h3 {
  display: inline-block;
  margin-top: 15px; }

.landing-page {
  height: 100%;
  background-color: #f4f3f4;
  display: flex;
  flex-direction: column; }
  .landing-page header {
    flex: 0; }
    .landing-page header .logo {
      display: inline-block;
      margin-top: 10px;
      margin-left: 15px; }
      .landing-page header .logo img {
        height: 40px;
        padding-right: 10px;
        border-right: 1px solid #fff; }
  .landing-page .container {
    padding: 0 15px; }
  .landing-page h1 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.16;
    margin: 0 0 3rem;
    z-index: 1; }
    @media (min-width: 768px) {
      .landing-page h1 {
        font-size: 2.8rem; } }
    @media (min-width: 991) {
      .landing-page h1 {
        font-size: 3.6rem; } }
  .landing-page h2 {
    margin: 0;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5; }
  .landing-page .subhead {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 1rem 0; }
  .landing-page .colored--slate {
    background: #335687; }
  .landing-page .colored--deep-water {
    background: #0f2b5b; }
  .landing-page img {
    width: 100%;
    display: block;
    height: auto; }
  .landing-page header {
    background-color: #f0efee;
    padding: 1em 0;
    height: auto;
    position: static; }
    .landing-page header .logo {
      margin: 0;
      max-width: 85px; }
      @media (min-width: 768px) {
        .landing-page header .logo {
          max-width: 200px; } }
      .landing-page header .logo img {
        border: 0;
        padding: 0;
        margin: 0;
        margin-top: 5px;
        height: auto;
        width: 100%; }
        @media (min-width: 768px) {
          .landing-page header .logo img {
            width: 100%; } }
        @media (min-width: 991px) {
          .landing-page header .logo img {
            width: 100%; } }
    .landing-page header .header__content {
      padding-top: 0.5rem; }
      @media (min-width: 768px) {
        .landing-page header .header__content {
          padding-top: 1.5rem; } }
      @media (min-width: 991px) {
        .landing-page header .header__content {
          padding-top: 2rem; } }
      .landing-page header .header__content form {
        float: left;
        margin-right: 1rem; }
        .landing-page header .header__content form label {
          display: none; }
        .landing-page header .header__content form .form-group {
          float: left;
          margin: 0;
          margin-right: 1rem; }
          .landing-page header .header__content form .form-group input {
            width: 160px; }
            @media (min-width: 991px) {
              .landing-page header .header__content form .form-group input {
                width: 190px; } }
        .landing-page header .header__content form .form-buttons-row {
          float: left;
          width: auto;
          padding: 0;
          margin: 0; }
        .landing-page header .header__content form .form-buttons {
          padding: 0; }
      .landing-page header .header__content .btn {
        margin-top: 0.1rem; }
      .landing-page header .header__content .forgot-password {
        clear: both;
        text-align: left;
        padding: 0.75rem 0 0; }
        .landing-page header .header__content .forgot-password a {
          color: #000; }
  .landing-page header + .alert {
    margin-bottom: 0; }
  .landing-page .landing-content {
    flex: 0; }
  .landing-page .landing-page-hero {
    position: relative; }
    .landing-page .landing-page-hero__video-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      background: #333;
      overflow: hidden; }
    .landing-page .landing-page-hero__video {
      min-width: 100%;
      min-height: 100%;
      opacity: 0.25; }
    .landing-page .landing-page-hero__content-container {
      position: relative;
      background-color: #345686; }
      @media (min-width: 700px) {
        .landing-page .landing-page-hero__content-container {
          background-color: transparent; } }
    .landing-page .landing-page-hero__content {
      padding: 10px 0;
      color: white;
      font-size: 16px;
      flex-direction: column;
      align-items: center; }
      @media (min-width: 700px) {
        .landing-page .landing-page-hero__content {
          padding: 50px;
          font-size: 18px;
          flex-direction: row;
          align-items: flex-start; } }
    .landing-page .landing-page-hero__content-left {
      align-items: center;
      text-align: center; }
      @media (min-width: 700px) {
        .landing-page .landing-page-hero__content-left {
          padding-right: 40px;
          align-items: flex-start;
          text-align: left; } }
    .landing-page .landing-page-hero__content-right {
      align-items: center; }
      @media (min-width: 700px) {
        .landing-page .landing-page-hero__content-right {
          align-items: flex-start; } }
    .landing-page .landing-page-hero__title {
      font-size: 2.75rem;
      margin-bottom: 20px; }
      @media (min-width: 700px) {
        .landing-page .landing-page-hero__title {
          font-size: 3.75rem;
          margin-bottom: 40px; } }
    .landing-page .landing-page-hero__cta {
      font-size: 1.15em;
      margin: 20px 0; }
      @media (min-width: 700px) {
        .landing-page .landing-page-hero__cta {
          font-size: 1.5em; } }
    .landing-page .landing-page-hero__learn-more-text {
      font-size: 0.85em;
      padding: 0 15%;
      margin-bottom: 20px; }
      @media (min-width: 700px) {
        .landing-page .landing-page-hero__learn-more-text {
          padding: 0;
          margin-botton: 0; } }
    .landing-page .landing-page-hero__learn-more-link {
      color: #fff; }
  .landing-page .talking-point {
    font-size: 1em;
    margin-bottom: 15px;
    text-align: center; }
    @media (min-width: 700px) {
      .landing-page .talking-point {
        font-size: 24px;
        margin-bottom: 40px;
        text-align: left; } }
    @media (min-width: 900px) {
      .landing-page .talking-point {
        font-size: 28px;
        margin-bottom: 40px;
        text-align: left; } }
    .landing-page .talking-point__title {
      display: block;
      font-weight: bold; }
  .landing-page footer {
    flex: 1;
    color: #fff;
    background-color: #006fba;
    padding: 2rem; }
    .landing-page footer .sub {
      font-size: 1rem;
      line-height: 1.5; }

.activity-page {
  padding: 32px; }
  @media (max-width: 700px) {
    .activity-page {
      padding: 16px; } }
  .activity-page__team-dropdown-toggle-button {
    margin-left: 10px; }
    .activity-page__team-dropdown-toggle-button.btn:hover {
      color: #333;
      background: white; }
    .activity-page__team-dropdown-toggle-button__icon {
      transition: transform 150ms ease-out;
      margin-left: 4px; }
      .dropdown-menu--is-open .activity-page__team-dropdown-toggle-button__icon {
        transform: rotate(180deg); }
  .activity-page__header {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.activity-page-tab-nav {
  display: flex;
  margin: 32px 0 16px 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e2e2e2; }
  .activity-page-tab-nav__tab {
    color: #d0d0d0;
    padding: 8px 32px;
    margin-bottom: -1px;
    font-size: 1.33em;
    border-bottom: 2px solid transparent;
    transition: color 150ms ease-out, border-bottom-color 150ms ease-out;
    cursor: pointer; }
    .activity-page-tab-nav__tab--is-active {
      color: #006fba;
      border-bottom-color: #006fba; }
    .activity-page-tab-nav__tab:not(:first-child) {
      margin-left: 4px; }

.athlete-activity-row:hover {
  cursor: pointer; }

.athlete-activity-row__athlete-details {
  align-self: flex-start; }

.athlete-activity-row__athlete-name {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 4px; }

.athlete-activity-row__team-and-position {
  color: #666; }

.athlete-activity-row__membership-badge {
  margin-top: 4px;
  font-weight: bold; }
  .athlete-activity-row__membership-badge__icon {
    margin-right: 4px; }

.athlete-activity-row__more-actions-btn {
  padding: 16px; }

.athlete-activity-row__pending-status-badge {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #006fba;
  width: 55px;
  text-align: center; }

.athlete-activity-row__cell {
  padding: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .athlete-activity-row__cell:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    width: 0.1%;
    white-space: nowrap; }
  .athlete-activity-row__cell:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    width: 0.1%;
    white-space: nowrap; }

.athlete-activity-row--is-pending .athlete-activity-row__cell {
  border-color: rgba(0, 0, 0, 0.05); }
  .athlete-activity-row--is-pending .athlete-activity-row__cell:not(:last-child) > * {
    opacity: 0.3; }

.activity-table {
  margin-top: 16px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px; }
  .activity-table__header {
    margin: 0 16px; }
    .activity-table__header__cell {
      font-weight: bold; }
      .activity-table__header__cell:not(.activity-table__header__cell--name) > .flex-table__header__cell {
        justify-content: center; }

.mobile-activity-table__sort-toggle__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  width: 100%; }

.mobile-activity-table__sort-toggle__btn {
  display: flex;
  align-items: center; }

.mobile-activity-table__sort-toggle__icon {
  margin-left: 4px; }

.mobile-activity-table__row {
  padding: 8px;
  margin: 8px 0;
  border: 1px solid rgba(0, 0, 0, 0.15); }
  .mobile-activity-table__row--is-pending {
    border-color: rgba(0, 0, 0, 0.05); }
    .mobile-activity-table__row--is-pending > .flex-box > *:not(.mobile-activity-table__more-actions) {
      opacity: 0.3; }

.mobile-activity-table__athlete-details {
  padding-left: 8px;
  padding-bottom: 12px; }

.mobile-activity-table__profile-percentage {
  width: calc(100% - 16px);
  margin-top: 8px; }

.mobile-activity-table__header-cell {
  color: #aaaaaa; }

@media (max-width: 700px) {
  .dashboard-page {
    flex-direction: column; } }

.dashboard-page__separator {
  width: 100%;
  height: 2px;
  background-color: #d8d8d8;
  border: none; }

.dashboard-page__main {
  max-width: calc(70% - 10px); }
  .dashboard-page__main__content {
    width: 100%; }

.dashboard-page__right-sidebar {
  max-width: calc(30% - 10px); }

.dashboard-widget__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0; }

.dashboard-widget__subtitle {
  color: #9b9993;
  font-size: 14px; }
  @media (max-width: 700px) {
    .dashboard-widget__subtitle {
      display: none; } }

.dashboard-widget__body {
  padding-top: 10px; }

.welcome-to-ted-widget__youtube-thumbnail {
  display: block;
  position: relative;
  margin: 10px 0; }
  .welcome-to-ted-widget__youtube-thumbnail__image {
    max-width: 100%; }
  .welcome-to-ted-widget__youtube-thumbnail__play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: white;
    font-size: 48px;
    z-index: 1; }
  .welcome-to-ted-widget__youtube-thumbnail__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); }

.welcome-to-ted-widget__youtube-tag {
  font-weight: bold; }
  .welcome-to-ted-widget__youtube-tag__youtube-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    color: white;
    font-size: 18px;
    background-color: #3ab0dd;
    border-radius: 24px;
    margin-right: 4px; }

.welcome-to-ted-widget__collapse-toggle {
  cursor: pointer;
  padding: 20px;
  margin: -20px; }

.pro-tip-widget__send-roster-btn {
  margin: 16px 0px; }

.pro-tip-widget__ncsa-logo {
  max-height: 38px;
  margin-top: 5px;
  margin-right: 8px; }

.pro-tip-widget__title {
  font-style: italic; }

@media (max-width: 700px) {
  .most-recent-athlete-logins-widget {
    overflow: hidden; } }

.most-recent-athlete-logins-widget__athlete-cards {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.most-recent-athlete-logins-widget__no-athletes {
  padding: 80px 0; }
  .most-recent-athlete-logins-widget__no-athletes__message {
    font-style: italic;
    margin-bottom: 20px; }

.athlete-login-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 20px;
  margin: 5px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  height: 275px;
  flex: 0 0 180px; }
  .athlete-login-card--is-pending {
    opacity: 0.5; }
  .athlete-login-card__name {
    margin: 5px 0;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center; }
  .athlete-login-card__last-login-container {
    margin-top: 10px; }
  .athlete-login-card__last-login-label {
    font-size: 14px;
    color: #9b9993;
    font-style: italic; }
  .athlete-login-card__last-login-value {
    color: #333;
    font-size: 20px;
    font-weight: bold; }
  .athlete-login-card__roster-action-needed {
    text-align: center; }
  .athlete-login-card__more-actions-menu__toggle-button {
    padding: 10px;
    margin: -10px; }

.active-collges-widget {
  margin-bottom: 20px; }
  @media (max-width: 700px) {
    .active-collges-widget {
      overflow: hidden; } }
  .active-collges-widget__college-cards {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .active-collges-widget__no-colleges {
    padding: 80px 0; }
    .active-collges-widget__no-colleges__message {
      font-style: italic;
      margin-bottom: 20px; }

.active-college-card {
  display: flex;
  padding: 20px;
  margin: 5px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  height: 270px;
  flex: 0 0 180px;
  cursor: pointer; }
  .active-college-card__name {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0; }
  .active-college-card__city, .active-college-card__division {
    color: #9b9993; }
  .active-college-card__logo-thumbnail {
    max-width: 100px;
    max-height: 100px; }
  .active-college-card__more-actions-menu__toggle-button {
    padding: 10px;
    margin: -10px; }

.college-search-widget__input-wrapper {
  position: relative; }

.college-search-widget__search-input {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding-left: 40px;
  width: 100%; }

.college-search-widget__search-icon {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%); }

.college-search-widget__map-wrapper path:hover {
  cursor: pointer; }
  .college-search-widget__map-wrapper path:hover:not([fill="#74b04a"]) {
    fill: rgba(116, 176, 74, 0.7); }

.college-search-widget__state-tooltip {
  position: absolute;
  padding: 8px;
  color: white;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  transform: translateX(-50%) translateY(-100%);
  transition: opacity 150ms ease-out; }

.updates-feed-widget__row {
  margin: 0 -20px;
  padding: 20px; }
  .updates-feed-widget__row .profile-image.image-xs {
    width: 50px;
    height: 50px; }
  .updates-feed-widget__row__event-details {
    margin-left: 10px; }
  .updates-feed-widget__row__athlete-name, .updates-feed-widget__row__college-name {
    font-weight: bold; }
  .updates-feed-widget__row__event-date {
    margin-left: 5px;
    color: #9b9993;
    font-size: 14px; }
  .updates-feed-widget__row__event-description {
    font-weight: light; }
  .updates-feed-widget__row__action-wrapper {
    margin-top: 10px; }
  .updates-feed-widget__row__remove-recommendation {
    color: #333;
    border-color: #333; }
    .updates-feed-widget__row__remove-recommendation:hover {
      background: #333;
      border-color: #333; }
  .updates-feed-widget__row.is-pending {
    opacity: 0.3;
    border-color: rgba(0, 0, 0, 0.3) !important; }
  .updates-feed-widget__row:not(:first-child) {
    border-top: 2px solid rgba(0, 0, 0, 0.1); }

.roster-management-redirect-modal__opt-out-label {
  display: block;
  margin-top: 16px;
  font-weight: normal; }

.container {
  padding: 0; }

@media (max-width: 991px) {
  .container {
    width: 100%; } }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 1rem !important; }

.mt-1 {
  margin-top: 1rem !important; }

.mr-1 {
  margin-right: 1rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.ml-1 {
  margin-left: 1rem !important; }

.m-2 {
  margin: 2rem !important; }

.mt-2 {
  margin-top: 2rem !important; }

.mr-2 {
  margin-right: 2rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.ml-2 {
  margin-left: 2rem !important; }

.m-3 {
  margin: 3rem !important; }

.mt-3 {
  margin-top: 3rem !important; }

.mr-3 {
  margin-right: 3rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.ml-3 {
  margin-left: 3rem !important; }

.searchbox .search-form--input {
  border-radius: 0; }

.react-selectize .react-selectize-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #dedcd6;
  font-size: 1em;
  cursor: pointer;
  position: relative;
  padding: 2px;
  height: 40px; }

.react-selectize .react-selectize-placeholder {
  display: block;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  color: #aaa;
  text-indent: 8px; }

.react-selectize .dropdown-menu {
  position: absolute;
  top: 40px;
  width: 100%;
  text-align: left;
  list-style: none;
  background-color: #fff;
  z-index: 100;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.react-selectize .dropdown-menu .option-wrapper.highlight .club-option {
  background-color: #f4f3f4;
  font-weight: normal; }

.react-selectize .dropdown-menu .club-option {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  cursor: pointer;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #dedcd6;
  border-top: 0; }

.react-selectize .dropdown-menu .club-option:first-child {
  border-top: 1px solid #dedcd6; }

.react-selectize .dropdown-menu .club-option:last-child {
  border-bottom: 1px solid #dedcd6; }

.react-selectize .react-selectize-search-field-and-selected-values {
  display: -ms-flexbox;
  display: flex;
  min-height: 34px;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 5px; }

.react-selectize .react-selectize-search-field-and-selected-values .club-value {
  line-height: 34px; }

.react-selectize
.react-selectize-search-field-and-selected-values
.resizable-input {
  background: none;
  border: none;
  outline: none;
  font-size: 1em;
  margin: 2px;
  padding: 4px 0;
  vertical-align: middle;
  width: auto !important;
  position: relative;
  z-index: 100; }

.react-selectize .react-selectize-toggle-button-container {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 34px;
  width: 32px; }

html,
body,
#app {
  height: 100%; }


/*# sourceMappingURL=bundle-ca5fd9d8c320bb3b1b2b.css.map*/